.uppercase{
    text-transform: uppercase;
}
.nk-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 800;
    box-shadow:0 0 4px 0 rgba(0,0,0,0.2),0 0 12px 0 rgba(0,0,0,0.19) !important;
}

.nk-content {
    padding-top: 106px;
}
.nk-content-report {
    padding-top: 90px;
}
.mkt-update-block {
    font-family: Nunito, Sans-serif;
}
.mkt-update-block:not(:last-child) {
        margin-bottom: 35px;
}

.mkt-update-group:not(:last-child) {
    border-bottom: 1px solid #D8DFEA;
    padding-bottom:40px;
    margin-bottom: 40px;
}
.mkt-update-title {
    border-bottom: 1px solid #D8DFEA;
}
.mkt-update-title h3 {
    font-size: 25px;
    font-weight: 500;
}
.mkt-update-filter {
    border-bottom: 1px solid #D8DFEA;
}
.filter-uom { text-align: right}
.mkt-table th { text-transform: uppercase;}

.mkt-update-extras {
    margin: 0 auto;
}
.alerts-block{
    border: 1px solid #D8DFEA;
    border-radius: 4px;
    font-family: Nunito, Sans-serif;
}

.title-icon {
    padding: 30px;
    background-repeat: no-repeat;
    background-position:30px center;
    background-color: #FBFBFC;
}
.title-icon h6 {  font-weight: 700;}
.title-market { background-image: url(../img/icons/ico-title-market.svg);}
.title-alerts { background-image: url(../img/icons/ico-title-alerts.svg);}
.title-stories { background-image: url(../img/icons/ico-title-stories.svg);}
.title-favorites { background-image: url(../img/icons/ico-title-favorites.svg);}
.title-explore { background-image: url(../img/icons/ico-title-explore.svg);}
.title-settings { background-image: url(../img/icons/ico-title-settings.svg);}
.title-gtd { background-image: url(../img/icons/ico-title-gtd.svg);}
.title-icon .card-title { margin-left: 60px;}



.explore-block{
    border: 1px solid #D8DFEA;
    border-radius: 4px;
    font-family: Nunito, Sans-serif;
}

.favorites-block{
    border: 1px solid #D8DFEA;
    border-radius: 4px;
    font-family: Nunito, Sans-serif;
}

.settings-block{
    border: 1px solid #D8DFEA;
    border-radius: 4px;
    font-family: Nunito, Sans-serif;
}

.report-block{
    border: 1px solid #D8DFEA;
    border-radius: 4px;
    font-family: Nunito, Sans-serif;
}

.settings-menu{
    margin-right: 30px;
}
.filter-uom  {margin: 10px 0;}
.filter-uom a {margin-left: 14px;}
.filter-uom h6 { display:inline; color: #9AA4B1; padding: 5px;}
.filter-uom h6.active {border-bottom: 2px solid #00CDCD; color: #364A63;}
.list-group-item {border-color: rgba(0,0,0,0.125)!important;}

@media (min-width: 1250px) {
    .collapse-1250 {
        display: block !important;
    }
}
@media (min-width: 992px){
.nk-header-menu {
        padding: 0!important;}
}
@media (max-width: 1050px) {
    .nk-menu-item {
        padding: 0 0.7rem!important;
    }
}
@media (max-width: 990px){
    .col-alert-sidebar{margin-top:30px}
}
@media (max-width: 1250px){
    .price-alert-item .nk-tb-item .nk-tb-col:first-child {padding-left: .5rem;}

}
.alert-dropdown .dropdown-item:hover {color: #0ebcba
}
.alert-item-label {
    font-size: 13px;
    text-align: left;
    color: #868695;
    display: inline-block;
    padding: 10px 10px;
}
.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.capitalize {
    text-transform: capitalize;
}
.super-center {
    margin: 0 auto;
    text-align: center;
}




/* SETTINGS --------------------------------------------- */
#settings section {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}
#settings .card-box {
    padding-bottom: 60px
}
.ico-card {
    background: url(/static/img/creditcard-icons.png) no-repeat;
    width: 56px;
    height: 35px;
}
.ico-card.visa {
    background-position: 0 0;
}
.ico-card.master {
    background-position: -61px 0;
}
.ico-card.american {
    background-position: -123px 0;
}
.ico-card.discover {
    background-position: -183px 0;
}
.settings-content {
    margin-top:20px;
}
.settings-menu a {
    text-transform: uppercase;
    color: #535362;
}
.settings-menu ul {
    list-style: none;
}
.btn-sm {
    padding: 10px 15px!important;
}
.list-group-item.active {
    color: #00CDCD;
    background-color: #f8f9fa;
    font-weight: 500;
}
.table-plan {
    max-width: 500px;
    border: 1px solid #dee2e6;
}
.table-plan th {
    background-color: #f7f7f7;
}

/* STRIPE ------------------*/
.payment-style {
    max-width: 500px;
}
.payment-style small {
    font-size: 90%;
}
.payment-style label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.payment-style input {
    border: none;
    color: #32325d;
/*    line-height: 18px;*/
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
.payment-style input:focus {
    outline: none;
}
.payment-style ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aab7c4;
    opacity: 1; /* Firefox */
}

.payment-style :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aab7c4;
}

.payment-style ::-ms-input-placeholder { /* Microsoft Edge */
    color: #aab7c4;
}
.input-style {
  background-color: white;
  height: 40px;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #bbc1c7;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.input-style-card {
    height: auto;
    padding: 7px 10px;
    line-height: 100%;
}
.btn.card-delete {
    padding: 2px 7px 2px 7px;
}
.card-data { line-height: 100%; font-size: 15px}
.form-group {
    margin-bottom: 1.5rem;
}
.payment-style input[name="name"]  {
    width: 100%;
}
.payment-style input[name="card"]  {
    width: 70%;
}
.payment-style input[name="expiry"]  {
    width: 17%;
}
.payment-style input[name="cvc"]  {
    width: 10%;
}
.payment-style input[name="coupon"]  {
    width: 100%;
}
.coupon-input .input-style {
    width: 45%;
    margin-right: 10px;
    display: inline-block;
}
.coupon-input .btn {
    margin-top: -4px;
    padding: 10px 20px;
}

.settings-update-alerts-list{
    background: #fff url(/static/img/unchecked.png) no-repeat 10px center;
    cursor: pointer;
    position: relative;
    display: block;
    min-height: 20px;
}

.settings-update-alerts-list.active{
    background: #fff url(/static/img/checked.png) no-repeat 10px center;
    cursor: pointer;
    position: relative;
    display: block;
    min-height: 20px;
}

.settings-update-alerts-list.disabled{
    background: #fff url(/static/img/disabled_check.png) no-repeat 10px center;
    cursor: default;
    position: relative;
    display: block;
    min-height: 20px;
}

.favorite-setup-list-item {
  float: left;
  display: block;
  width: 20%;
  padding: 2px;
  list-style: none;
}

.favorite-setup-list-item-div {
    background: #f4f4f4 url(/static/img/unchecked.png) no-repeat 10px center;
    cursor: pointer;
    position: relative;
    display: block;
    min-height: 50px;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    /*background: #f4f4f4;*/
    color: #fff;
}

.favorite-setup-list-item-div:hover {
  background: #f4f4f4 url(/static/img/unchecked.png) no-repeat 10px center;
}

.favorite-setup-list-item-div.active{
    /*background: #00BFFF;*/
    background: #8CD4F5 url(/static/img/checked.png) no-repeat 10px center;
    color: #fff;
    font-weight: bold;
}

.favorite-setup-list-item-div.active:hover{
    /*background: #00BFFF;*/
    background: #8CD4F5 url(/static/img/checked.png) no-repeat 10px center;
    color: #fff;
    font-weight: bold;
}

.favorite-setup-list-item-div > a {
    color: #00BFFF;
}

.favorite-setup-list-item-div > a.active:hover{
    color: #fff;
}

.favorite-setup-list-item-div.active > a{
    color: #fff;
}

.favorite-setup-list-item-div:hover {
    background: #ededed url(/static/img/unchecked.png) no-repeat 10px center;
    /*color: #3554ff;*/
}

.favorite-setup-list-item-div.disabled{
    color: #bbb;
    cursor: default
}

.favorite-setup-list-item-div.disabled:hover{
    background: #f4f4f4;
    color: #bbb;
    cursor: default
}

.favorite-setup-list-item-div > a.disabled:hover{
    background: #f4f4f4;
    color: #bbb;
    cursor: default
}

.favorite-setup-list-item-div.disabled > a{
    color: #bbb;
    cursor: default;
}

.favorite-setup-list-item-div.disabled.active > a{
    color: #fff;
    cursor: default;
}

.favorite-setup-list-item-div > a.disabled.active:hover{
    background: #CCC;
    color: #fff;
    cursor: default;
}

.favorite-setup-list-item-div.disabled.active:hover{
    background: #CCC;
    color: #fff;
    cursor: default
}
.favorite-setup-list-item-div.disabled.active{
    background: #CCC;
    color: #fff;
    cursor: default
}
.user-name:hover{
    color: #00CDCD;
}
.save-report-selection {
    font-size: 15px;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    line-height: 100%;
    background-color: #F4F4F4;
    color: #00BFFF;
}
.save-report-selection b {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.alert-trial .alert {
    padding-right:12rem;
}
.alert-trial .btn {
    position: absolute!important;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease;
    margin-top: -1px;
    right: 0;
    margin: 0 1.25rem;
}
.title-trial {
    background-color: #EDF8FD;
}
.card-bordered-trial {
    border: 1px solid #C0EBED;
}

/* Mangoboard Mango Crop Report  */
.mangocrop-menu {
    display: flex;
    gap: 10px;
}
.mangocrop-menu-item {
    padding: 0 10px;
    border-radius: 3px;
    background-color: #f3f3f3;
    border:1px solid #e3e3e3;
    height: 78px;
    max-width: 240px;
}
.mangocrop-menu-item:hover {
    border:1px solid #aa52f7;
    background-color:#FFF!important;
    transition: color .1s, background-color .1s, border .1s, box-shadow .1s;
    transition-property: color, background-color, border, box-shadow;
    transition-duration: 0.1s, 0.1s, 0.1s, 0.1s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: 0s, 0s, 0s, 0s;
}
.mangocrop-menu-item-active {
    border-bottom: 5px solid #ab52f7!important;
    background-color:#FFF!important;
}
/* ALERT STUDIES */

.alert-studies a {
    color: #FFF;
}
.alert-studies {
    background: rgb(169,89,214);
    background: linear-gradient(90deg, rgba(169,89,214,1) 0%, rgba(99,234,208,1) 100%);
    position: relative;
    padding: .6rem 3rem .6rem 1.25rem;
    color: #FFF;
    text-align: center;
    font-weight: 100;
    margin:0 -22px;
    line-height: 20px;
}
    .alert-studies .btn {
        display: none;
    }
@media (min-width: 640px) {
    .alert-studies {
        font-size:14px
    }

}
@media (min-width: 940px) {
    .alert-studies {
        font-size:16px
    }
        .alert-studies .btn {
        display: inline-block;
    }
}


.alert-studies strong { font-weight: 600;}
.alert-studies .close {
    position: absolute!important;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease;
    right: 0;
    margin: 0 1.25rem;
}
.btn-clear {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #FFF;
    margin-left: 10px;
}
.btn-clear:hover {
    background: #fff;
    color: #00CDCD;
}
/* For the studies top bar notification
.nk-content {
    padding-top: 150px!important;
}
*/

[v-cloak] {
  display:none;
}

/* MANGO BOARD CROP REPORT */

/* colors */
.mango-crop .amber { color: #ff9e08!important;}
.mango-crop .filter-sandy {
    filter: sepia(1) saturate(0.7) brightness(125%);
    -webkit-filter: sepia(1) saturate(0.7) brightness(125%);
}
.mango-crop .bg-sandy { background-color: #f7f4f0 }

.mango-crop .saffron { color: #f26122; }
.mango-crop .emerald { color: #205127; }
.mango-crop .indigo { color: #ab52f7; }

.mango-crop .fill-amber { filter: invert(45%) sepia(56%) saturate(2616%) hue-rotate(348deg) brightness(97%) contrast(95%); }


.mango-crop * {
    font-family: 'Roboto Slab', 'Times New Roman', Serif;
    color: #075107;
}
.mango-crop .mkt-update-block {
    font-family: 'Roboto Slab', 'Times New Roman', Serif;
}
.mango-crop .update-header {
    color: #075107!important;
}
.mango-crop .updates-box .txt {
    color: #075107!important;
}
.mango-crop .chart-title span {
    color: #F26122;
    font-size: 24px;
    font-family: 'Changa One', 'cooper black', Arial, Sans-serif;
    display: inline-block;
    transform: scaleY(0.9);
    transform-origin: 0 0;
}
.mango-crop .updates-box.weekly-prices {
    background: url(/static/system/img/mangoboard/ico-weekly-prices-mango.svg) no-repeat left 15px;
    padding-left: 50px;
}
.mango-crop .title-grey,
.mango-crop .title-icon {
    background-color: #075107;
}
.mango-crop .title {
    color: #F3E3C9;
}
.mango-crop .title-icon .card-title {
    margin-left: 0;
}
.mango-crop .subtitle-updates-box a{
    font-weight: bold;
    border-bottom: 1px  dotted #075107;
}
.mango-crop .subtitle-updates-box a:hover {
    font-weight: bold;
    border-bottom: 1px dotted #f26122;
    color: #f26122;
}
.mango-crop .dropdown-menu li {
    font-weight: bold;
}
.mango-crop .filter-uom h6.active {
    border-bottom: 5px solid #aa52f7;
    color: #075107;
}
.mango-crop .updates-box .dolars span,
.mango-crop .updates-box .prcnt,
.mango-crop .updates-box .prcnt .percent {
    font-family: "Changa One";
}
.mango-crop .updates-box .small-txt {
    font-weight: bold;
    color: #075107;

}
/* Mango Table */
.mango-crop .table thead th {
    border-bottom: 2px solid #075107;
}
.mango-crop .table th,
.mango-crop .table td {
       padding: 5px 7px;
}

/* Dashboard Fix columnas */
.dash-col-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.flex-1 {
    flex:1;
}
.nowrap {
    white-space: nowrap;
}
.stories-card,
.stories-card a,
.stories-card a:hover {
    color:#8094ae;
}
.dash-date {
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
    font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.dash-date b { text-transform: uppercase}

.empty-state-error {
    background: #F4F5FE;
    border-radius: 10px;
    height: 300px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #9094C3;
    padding: 0 65px;
    margin: 30px auto 0;
}
.empty-state-error h4 {
    font-size: 20px;
    font-weight: bold;
    color: #9094C3;
    letter-spacing: 0.5px;
    margin-top: 25px;
}