
.max-1400 {
    max-width: 1400px;
}
.container {
    max-width: 1400px;
}
a.bg-light:hover {
    background-color: #f3f4f5!important;
}
h2 a {
    color: #535362;
}
h2 a:hover {
    color: #acacac;
}
h4.subtitle { 
    color: #9797A5;
}
.card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.card-box > h2 {
    font-size: 1rem;
    color: #535362;
}

.card-box a {
    text-decoration: none;
}

.bg-info {
    background-color: #00cdcb!important;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.badge-price,
.badge-sales,
.badge-volume,
.badge-everything {
    color: #FFF;
    padding: 4px 6px;
    font-weight: 500;
}

.badge-price {
    background-color: #00BFFF;
}

.badge-sales {
    background-color: #6DD900;
}

.badge-volume {
    background-color: #FF8C41;
}

.badge-everything {
    background-color: #169E59;
}


.dash-forecast .price-big {
    font-family: 'Roboto', sans-serif;
    font-size: 3.1rem;
}
.dash-forecast .target-price { margin-top: 0px;
}
.dash-forecast .btn-target-price { color: #525261
}
.dash-data .data-title {
    font-size: 0.75rem;
    font-weight: 500;
    color: #535362;
}

.dash-data.card-box,
.dash-forecast.card-box{
    padding-bottom: 0;
}

.dash-data p {
    margin: 0;
    line-height: 110%;
    color: #777777;
    font-size: 0.875rem;
}


.dash-forecast .btn-info,
.dash-forecast .btn-primary,
.dash-forecast .btn-success {
    text-align: left;
}
/*.dash-forecast .btn-info,
.dash-forecast .btn-primary { 
    background-image: url(../img/arrow-right-white.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.dash-forecast .btn-success {
    background-image: url(../img/arrow-right-green.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}*/
.btn-info {
    background-color: #3CCEFF;
    border: none;
}
.btn-info:hover {
    background-color: #0DC2FF;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle { 
    background-color: #00B8F4;
}

.dash-forecast .btn {
    text-align: left;
}

.dash-forecast .btn-success {
    background-color: white;
    border: 2px solid #8DD1B0;
    color: #23A566;
}

.dash-forecast .btn-success .img-excel {
    margin-bottom: -10px;
    margin-top: -14px;
    margin-right: 10px;
}
.dash-saved-list { 
    max-height:300px; 
    overflow-y: scroll;
}
.dash-saved-list a { 
    margin-right: 10px;
}
.dash-saved .name-reports {
    font-weight: 500;
    font-size: 0.9rem;
    color: #535362;
}
.dash-saved .description-report { 
    font-size: 0.875rem;
    font-weight: 400;
    color: #777777;
}
.dash-saved .btn-info {
       padding: 12px 20px;
}
.dash-saved-empty {
    color: #999999;
    line-height: 110%
}
.dash-saved-empty .text-center { max-width: 330px;
}
.dash-saved-empty h4 {          font-weight: 400; 
    line-height: 110%;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #e4e7ea;}

.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #e4e7ea;}

.table-saved th {       font-size: 0.8rem;
    font-weight: 500;
    background: #FFF!important;
    border-top: 3px solid #EEEEEE;
}
.table-saved .report-name a{
    color: #525261;
    font-weight: 400;
}

.table-saved td{ 
    vertical-align: middle;
}
.table-saved tr {
    border-bottom:5px solid #FFF;
    background-color:#f8f9fa;
    font-weight: 300;
 
}
.table-saved  tr:hover {
    background-color: #f3f4f5;
}
.dropdown-item {
    /*color:#999;*/
    font-weight: 300;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.9);}
.dropdown-menu {
        border-radius: .15rem;
}
.datasource {
    padding:40px;
}
.datasource .dropdown-item {
    padding: 0;
}
.datasource .btn-dashboard {
    padding: 15px 50px;
}
.btn-options .dropdown-toggle::after {
    display:none
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.scorecard {font-size: 14px;}


.btn-delete-fav {
    background-image: url("../img/ico-close.gif");
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    display: inline-block;
}
.btn-delete-fav:hover {
    background-image: url("../img/ico-close-hover.gif");
}

.subscription-btn {
    background-color: #3CCEFF;
}
.subscription-yearly {
    display: block;
    width: 200px;
    margin-right: 20px;
}
.subscription-monthly {
    display: block;
    width: 184px;
    margin-right: 10px;
}
.subscription-not-selected{
    background-color: #3CCEFF;
}
.subscription-selected{
    background-color: orange;
}
.subscription-text-monthly{
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 12px 0 4px 0;
    font-weight: bold;
}
.subscription-text{
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 8px 0 10px 0;
    font-weight: bold;
}
.subscription-text-yearly{
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin: 8px 0 4px 0;
    font-weight: bold;
}
.btn-info.disabled{
    background-color: #aab7c4 !important;
}
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  background-color: #F4F4F4 !important;;
}
#report-name-input {
    float: left;
    /*display: block;*/
    width: 110px;
    padding: .25rem .25rem;
    font-size: 13px;
    line-height: 1;
    color: #495057;
    margin-top: 3px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.line_name_input {
    float: left;
    /*display: block;*/
    width: 100px;
    padding: .25rem .25rem;
    font-size: 14px;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.item-selected:hover {
    background-color: #F4F4F4;
}
.btn-reset-custom {
    padding: 10px!important;
    margin-top: 6px;
}
#filters .item-selected.disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.setup-skip-setup {
    color: #777777;
    display: inline-block
}

a.setup-skip-setup:hover {
    color: #525261;
}

#price_alert_table tr.active{
    background-color: #ffffff;
    border-top: 1px #dee2e6 solid;
    border-left: 1px #dee2e6 solid;
    border-bottom: 1px #dee2e6 solid;
    border-right: 1px #fff solid;
}

#price_alert_table tr:hover{
    background-color: #f3f4f5;
}

#price_alert_table thead th {
    border-bottom: none;
}
#price_alert_table td, th {
    border-top: none !important;
}

.alert-dropdown {
    border: 1px solid #DBDFEA ;
    border-radius: 3px;
    padding:2px;
    background: #FFFFFF;
}
.alert-item-label {
    font-size: 13px;
    text-align: left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h3.subtitle {
    font-size: 21px;
    color: #282C31;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
    margin-bottom: 20px
}
h2.mini-subtitle {
    font-size: 12px;
    font-weight: 600
}
.empty-state {
    color: #AEAEAE;
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
}
.alerts-sidebar .item {
    margin-left: -20px;
    margin-right: -20px;
}

.alerts-list .item {
    display: flex;
    justify-content:space-between;
    color: #8E8E8E;
    border-top: 1px solid #E8E8E8;
    padding: 15px 0;
    cursor: pointer;
}
.alerts-list .item.active {
    background: #F6F6F6;
}
.alerts-list .item:hover {
    background: #F6F6F6;
}
.alerts-list .item .col {
    flex:1;
    white-space: nowrap
}
.alerts-list .item .commodity {
    text-transform: uppercase;
    font-size: 13px;
}

.alerts-list .item.green .commodity {
    color: #56C583;
}
.alerts-list .item.red .commodity {
    color: #E92050;
}
.alerts-list .item .percent {
    font-size: 13px;
    text-align: right;
}
.alerts-list .item .arrow-sm {
    margin-left:5px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width:11px;
    height: 7px;
}
.alerts-list .item.green .arrow-sm {
    background-image: url(../img/arrow-green-sm.svg);
}
.alerts-list .item.red .arrow-sm {
    background-image: url(../img/arrow-red-sm.svg);
}
.alerts-list .date {
    font-size: 12px;
    text-align: center;
}
.alerts-header {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #364A63;
    padding: 25px 15px;
}

.alerts-header-icon {
    width: 82px;
    height: 82px;
    background-repeat: no-repeat;
    background-size:cover;
    flex-shrink: 0;
}
@media (max-width: 500px) {
   .alerts-header-icon {
       width: 50px;
       height: 50px;
   }
    .alerts-header-txt .alerts-date {
    font-size: 12px;
    }
    .alerts-header-txt .alerts-title {
    font-size: 20px;
    }
}
.alerts-header-txt {
    text-align: left;
    margin-left:15px;
}

.alerts-date {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}
.alerts-title {
    line-height:20px;
    font-size: 27px;
    font-weight: 500;
}

/* ALERTS HEADERS ------------------------ */

.alerts-header.alert { background-color: #53A0D4;}
.alerts-header.alert .ico {
    background: url(../img/ico-siren.svg) no-repeat 0;
}

.alerts-header.apples { background-color:#C40909}
.alerts-header.apples .ico {
    background: url(../img/ico-apples.svg) no-repeat 0;
}

.alerts-header.asparagus { background-color:#73C223}
.alerts-header.asparagus .ico {
    background: url(../img/ico-asparagus.svg) no-repeat 0 center;
}

.alerts-header.avocados { background-color:#A9C222}
.alerts-header.avocados .ico {
    background: url(../img/ico-avocados.svg) no-repeat 0;
}

.alerts-header.blackberries { background-color:#452F61}
.alerts-header.blackberries .ico {
    background: url(../img/ico-blackberries.svg) no-repeat 0;
}

.alerts-header.blueberries { background-color:#565FAC}
.alerts-header.blueberries .ico{
    background: url(../img/ico-blueberries.svg) no-repeat 0 ;
}

.alerts-header.cherries { background-color:#D2001D}
.alerts-header.cherries .ico{
    background: url(../img/ico-cherries.svg) no-repeat 0 ;
}

.alerts-header.clementines { background-color:#EF850C}
.alerts-header.clementines .ico{
    background: url(../img/ico-clementines.svg) no-repeat 0 ;
}

.alerts-header.grapefruit { background-color:#F1303D}
.alerts-header.grapefruit .ico{
    background: url(../img/ico-grapefruit.svg) no-repeat 0 ;
}

.alerts-header.grapes { background-color:#875BC1}
.alerts-header.grapes .ico{
    background: url(../img/ico-grapes.svg) no-repeat 0 ;
}

.alerts-header.kiwifruit { background-color:#AED529}
.alerts-header.kiwifruit .ico {
    background: url(../img/ico-kiwifruit.svg) no-repeat 0;
}

.alerts-header.lemons { background-color:#EEBE00}
.alerts-header.lemons .ico {
    background: url(../img/ico-lemons.svg) no-repeat 0;
}

.alerts-header.limes { background-color:#18BC22}
.alerts-header.limes .ico {
    background: url(../img/ico-limes.svg) no-repeat 0;
}

.alerts-header.mangoes { background-color:#F9C700}
.alerts-header.mangoes .ico {
    background: url(../img/ico-mangoes.svg) no-repeat 0;
}

.alerts-header.mangos { background-color:#F9C700}
.alerts-header.mangos .ico {
    background: url(../img/ico-mangos.svg) no-repeat 0;
}

.alerts-header.nectarines { background-color:#D4040B}
.alerts-header.nectarines .ico {
    background: url(../img/ico-nectarines.svg) no-repeat 0;
}

.alerts-header.oranges { background-color:#F99500}
.alerts-header-txt .icon-oranges {
    background:no-repeat 0;
}

.alerts-header.peaches { background-color:#F9A600}
.alerts-header.peaches .ico {
    background: url(../img/ico-peaches.svg) no-repeat 0;
}

.alerts-header.pears { background-color:#A3CB00}
.alerts-header.pears .ico {
    background: url(../img/ico-pears.svg) no-repeat 0;
}

.alerts-header.plums { background-color:#AC5194}
.alerts-header.plums .ico {
    background: url(../img/ico-plums.svg) no-repeat 0;
}

.alerts-header.raspberries { background-color:#DB1041}
.alerts-header.raspberries .ico {
    background: url(../img/ico-raspberries.svg) no-repeat 0;
}

.alerts-header.strawberries { background-color:#D60A1F}
.alerts-header.strawberries .ico {
    background: url(../img/ico-strawberries.svg) no-repeat 0;
}


/* END ALERTS HEADERS ------------------------ */



.dash-data p.data-date {
    font-size: 0.75rem;
}
.dash-data p.data-green {
    color: #40AF6C;
}
.dash-data p.data-red {
    color: #E92050;
}
.data-green .arrow {
    margin-left: 5px;
    background: url(../img/arrow-green.svg) no-repeat 0 0;
    background-size: 17px 11px;
    display: inline-block;
    height: 11px;
    width: 17px;
}
.data-red .arrow {
    margin-left: 5px;
    background: url(../img/arrow-red.svg) no-repeat 0 0;
    background-size: 17px 11px;
    display: inline-block;
    height: 11px;
    width: 17px;
}
.dash-data p.data-percent {
    font-size: 1rem;
    font-weight: 500;
}
.data-percent span {
    font-size: .75rem;
    white-space: nowrap;
    display: inline-block
}

/* Icons Fruit ------------------*/

.ico-fruit {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    max-width: 85px;
    height: 85px
}
.ico-updates {
    background-image: url(../img/ico-updates.svg);
    background-color: #53A0D4;
}
.ico-apples {
    background-image: url(../img/ico-apples.svg);
    background-color:#C40909;
    }
.ico-asparagus {
    background-image: url(../img/ico-asparagus.svg);
    background-color:#73C223;
    }
.ico-avocados {
    background-image: url(../img/ico-avocados.svg);
    background-color:#A9C222;
    }
.ico-blackberries {
    background-image: url(../img/ico-blackberries.svg);
    background-color:#452F61;
    }
.ico-blueberries {
    background-image: url(../img/ico-blueberries.svg);
    background-color:#565FAC;
    }
.ico-cherries {
    background-image: url(../img/ico-cherries.svg);
    background-color:#D2001D;
    }
.ico-clementines {
    background-image: url(../img/ico-clementines.svg);
    background-color:#EF850C;
    }
.ico-grapefruit {
    background-image: url(../img/ico-grapefruit.svg);
    background-color:#F1303D;
    }
.ico-grapes {
    background-image: url(../img/ico-grapes.svg);
    background-color:#875BC1;
    }
.ico-kiwifruit{
    background-image: url(../img/ico-kiwifruit.svg);
    background-color:#A1CC0E;
    }
.ico-lemons{
    background-image: url(../img/ico-lemons.svg);
    background-color:#EEBE00;
    }
.ico-limes{
    background-image: url(../img/ico-limes.svg);
    background-color:#18BC22;
    }
.ico-mangoes{
    background-image: url(../img/ico-mangoes.svg);
    background-color:#F9C700;
    }
.ico-mangos{
    background-image: url(../img/ico-mangos.svg);
    background-color:#F9C700;
    }
.ico-nectarines{
    background-image: url(../img/ico-nectarines.svg);
    background-color:#D4040B;
    }
.ico-oranges{
    background-image: url(../img/ico-oranges.svg);
    background-color:#F99500;
    }
.ico-peaches{
    background-image: url(../img/ico-peaches.svg);
    background-color:#F9A600;
    }
.ico-pears{
    background-image: url(../img/ico-pears.svg);
    background-color:#A3CB00;
    }
.ico-plums {
    background-image: url(../img/ico-plums.svg) ;
    background-color:#AC5194;
    }
.ico-raspberries {
    background-image: url(../img/ico-raspberries.svg) ;
    background-color:#DB1041;
    }
.ico-strawberries {
    background-image: url(../img/ico-strawberries.svg) ;
    background-color:#D60A1F;
    }

/* END Icons Fruit ------------------*/


.siren-box {
    border:3px solid;
    max-width: 670px;
    padding:0 40px 30px;
    margin: 50px auto 30px;
    border-radius: 5px;
}
.siren-data {
    display: flex;
    margin: 20px 0;
    justify-content: center;
}

@media (min-width: 600px) {
    .siren-data .prcnt {
    border-right: 1px solid #E8E8E8;
}
}
.siren-data .prcnt,
.siren-data .dolars {
    flex: 1;
    text-align: center;
    font-size: 38px;
    color: #282C31;
    padding: 0 20px;
    white-space: nowrap;
}
@media (max-width: 599px) {
    .siren-data .prcnt,
    .siren-data .dolars {
        padding:0 30px;
    }
    .siren-data {
        flex-wrap: wrap;
    }

}
.siren-data .prcnt .percent {
    font-size: 27px;
}
.siren-data .prcnt .arrow {
    width: 26px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 10px;
}
.siren-box.green .arrow  {
    background-image: url(../img/arrow-green-lg.svg);
}
.siren-box.red .arrow  {
    background-image: url(../img/arrow-red-lg.svg);
}
.siren-data .small-txt {
    color: #707070;
    font-size: 14px;
    margin-top: -10px;
}
.siren-box .ico {
    width: 90px;
    height: 65px;
    margin: -45px auto auto auto;
}
.siren-box .txt {
    text-align: center;
    font-size: 17px;
    color: #282C31;
    border-top: 1px solid #E8E8E8;
    padding-top: 20px;
}
.siren-box.green {
    border-color: #43D97F;
}
.siren-box.green .ico {
    background-image: url(../img/siren-green.svg);
}
.siren-box.red {
    border-color: #E92050;
}
.siren-box.red .ico {
    background-image: url(../img/siren-red.svg);
}
.alert-table {
    color: #282C31;
}
.alert-table td {
    padding: 5px 7px;
}
.chart-title {
    display: block;
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    color: #282C31;
}
.chart-subtitle {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #282C31;
    margin-bottom: 20px;
}
.chart-subtitle a {
    color: #07ACA7;
}

/* UPDATES --------------------------------------------------- */
@media (max-width: 576px) {
    .update-header .ico  {
        height: 56px!important;
        width: 56px!important;
    }
    .updates-week {
        font-size: 13px!important;
    }
    .updates-title {
        font-size: 18px!important;
    }
    .updates-date {
        font-size: 11px!important;
        letter-spacing: 1px!important;
    }
}
.update-header {
    color: #282C31;
    display: flex;
    align-items: center;
}
.update-header .ico  {
    height: 85px;
    width: 85px;
    margin-right: 20px;
    background-size:cover;
    flex-shrink: 0;
}
.updates-week {
    font-size: 18px; 
    text-transform:uppercase;
    letter-spacing: 2px;
}
.updates-date { 
    font-size: 13px;
    text-transform:uppercase;
    letter-spacing: 2px;
    color: #999999 
}
.updates-title { 
    font-size: 26px; 
    font-weight: 500; 
    display: block;
    line-height: 28px;
}
.updates-list .item {
    color: #989898;
    display: flex;
    padding: 8px 15px;
    background: url(../img/arrow-updates-grey.svg) no-repeat center right;
    border-top: 1px solid #F1F1F1;
}
.updates-list .item:hover {
    color: #FFF!important;
    background: url(../img/arrow-updates-white.svg) no-repeat center right #00CDCB;
}
.updates-list .item.active {
    color: #FFF!important;
    background: url(../img/arrow-updates-white.svg) no-repeat center right #00CDCB;
}
.updates-list .week {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    flex: 1;
}
.updates-list .date {
    text-align: right;
    font-size: 12px;
    color: #FFF;
    flex: 1;
    text-transform: uppercase;
    padding-right: 30px;
}
.updates-commodity {
    font-size: 1.2rem!important;
}
@media (max-width: 767px) {
    .updates-box .dolars {
        padding: 0 0 0 20px;
    }
}
@media (max-width: 575px) {
    .updates-box .prcnt,
    .updates-box .dolars {
        font-size: 28px!important;
    }
    .updates-box.weekly-prices,
        .updates-box.weekly-volumes {
        background:none!important ;
        padding-left: 0!important;
    }

}
.updates-box { display: flex}

.updates-box .prcnt,
.updates-box .dolars,
.updates-box .txt {
     margin-bottom: 20px;}

.updates-box .dolars,
.updates-box .txt {
    border-left: 1px solid #E8E8E8;

}
.updates-box .prcnt,
.updates-box .dolars {
    text-align: center;
    font-size: 38px;
    color: #282C31;
}
.updates-box .prcnt {
    flex: 1;
    padding-right: 20px;
}
.updates-box .dolars {
    flex: 1;
    padding: 0 20px 0 20px;
}
.updates-box .txt {
    font-size: 17px;
    color: #282C31;
    flex: 1.5;
    padding-left:20px;
}

.updates-box .small-txt {
    color: #707070;
    font-size: 14px;
    margin-top: -10px;
}
.updates-box .prcnt .arrow {
    width: 26px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 10px;
}
.updates-box .prcnt .percent {
    font-size: 27px;
}
.updates-box .arrow.green  {
    background-image: url(../img/arrow-green-lg.svg) ;
}
.updates-box .arrow.red   {
    background-image: url(../img/arrow-red-lg.svg);
}
.updates-box.weekly-prices {
    background: url(../img/ico-weekly-prices.svg) no-repeat left 15px;
    padding-left: 50px;
}
.updates-box.weekly-volumes {
    background: url(../img/ico-weekly-volumes.svg) no-repeat left 12px;
    padding-left: 50px;
}
.updates-box.weekly-shipments {
    background: url(../img/ico-weekly-shipments.svg) no-repeat left 12px;
    padding-left: 50px;
    background-size: 41px 44px;
}
.updates-box.weekly-arrivals {
    background: url(../img/ico-weekly-arrivals.svg) no-repeat left 12px;
    padding-left: 50px;
    background-size: 41px 44px;
}
.updates-box.weekly-shipments-forecast {
    background: url(../img/ico-weekly-shipments-forecast.svg) no-repeat left 12px;
    padding-left: 50px;
    background-size: 41px 44px;
}
.updates-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8
}
.subtitle-updates-box {
    font-size: 15px;
    text-transform: uppercase;
    font-weight:700;
    color: #282C31;
    letter-spacing: normal;
}

/** ----------HOME ---**/
.home-header {
    border-bottom: 1px solid #E8E8E8;
    color: #282C31;
    margin-bottom: 50px
}

.home-header .txt {
    padding: 12px 0;
}
.home-title {
    font-size: 30px;
    font-weight: 500;
}

/*** ---Settings ----*/
.settings-email-list-item {
  float: left;
  display: block;
  width: 46%;
  max-width: 220px;
  padding: 2px;
  list-style: none;
}

.settings-email-item-div {
    background: #f4f4f4 url(../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;
}

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

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

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

.settings-email-item-div > a {
    color: #00BFFF;
}

.settings-email-item-div > a.active:hover{
    color: #fff;
}

.settings-email-item-div.active > a{
    color: #fff;
}

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

.settings-email-item-div.disabled{
    color: #bbb;
    cursor: default
}

.settings-email-item-div.disabled:hover{
    background: #f4f4f4;
    color: #bbb;
    cursor: default
}

.settings-email-item-div > a.disabled:hover{
    background: #f4f4f4;
    color: #bbb;
    cursor: default
}

.settings-email-item-div.disabled > a{
    color: #bbb;
    cursor: default;
}

.settings-email-item-div.disabled.active > a{
    color: #fff;
    cursor: default;
}

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

.settings-email-item-div.disabled.active:hover{
    background: #CCC;
    color: #fff;
    cursor: default
}
.settings-email-item-div.disabled.active,
.settings-email-item-div.disabled.active{
    background: #CCC;
    color: #fff;
    cursor: default
}

.finish-email-list-item {
  float: left;
  display: block;
  width: 20%;
  max-width: 180px;
  padding: 2px;
  list-style: none;
}

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

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