/*----------- Login ------------*/

.new-login-register .new-login-box {
    margin-left: calc(50% - 200px) !important;
    margin-left: -webkit-calc(50% - 200px) !important;
}

.new-login-register {
    background-color: #edf1f5;
}


.login-cloud {
    background-image: url(../images/login-register.jpg);
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    background-color: #236db8;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.cp-login-logo {
    background-image: url("../images/CommercePromote.png");
    height: 42px;
    background-size: 180px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    margin-top: 15px;
}

.btn {
    transition: all 0.3s;
}

.errormsg {
    color: red;
    font-size: 85%;
    width: 100%;
    margin-top: 6px;
}

.login-footer {
    font-size: 85%;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    color: #666;
    z-index: 1;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
}

/*----------- Header ------------*/

.btn-weburl {
    background: #236db8;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 20px;
    color: #eee;
    height: 60px;
    width: 50px;
    line-height: 0;
    transition: all 0.5s;
}

.btn-weburl:hover {
    color: #fff;
    background: #145ea9;
}

.btn-weburl:focus {
    color: #fff;
}

.btn-weburl:active {
    opacity: 0.5;
}

.navbar-top-links .dropdown-user .dw-user-box .u-text {
    display: inline-block;
    padding-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.navbar-top-links .dropdown-user .dw-user-box .u-img {
    display: block;
    margin: 0 auto;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.dropdown-menu > li > a {
    text-align: center;
}

.dw-user-small-text {
    font-size: 13px;
}

.cp-user-img {
    float: left;
    border-radius: 50%;
    height: 36px;
    margin-top: 13px;
    margin-right: 10px;
    overflow: hidden;
    width: 36px;
}

.cp-user-img-2 {
    float: left;
    border-radius: 50%;
    height: 30px;
    margin-top: -6px;
    margin-right: 10px;
    overflow: hidden;
    width: 30px;
}

.cp-user-img .img-circle, .cp-user-img-2 .img-circle{
    border-radius: 0;
    margin-right: 0 !important;
    float: left;
}

/*----------- Body ------------*/

.cp-db-wrap {
    margin-top: 25px;
}

.cp-db-section {
    margin-bottom: 30px;
}

.cp-db-section .white-box {
    margin-bottom: 15px;
}

.cp-db-section .box-title {
    color: #4e6f91;
    font-weight: 400;
    margin-bottom: 20px;
}

.cp-db-box {
    background-color: #fcfcff;
    cursor: pointer;
    transition: all 0.5s;
}

.cp-db-box.color-1 {
    background-color: #8e76b7;
}
.cp-db-box.color-2 {
    background-color: #6ed673;
}
.cp-db-box.color-3 {
    background-color: #fcbe5e;
}
.cp-db-box.color-4 {
    background-color: #ff6363;
}
.cp-db-box.color-5 {
    background-color: #61b7fb;
}
.cp-db-box.color-6 {
    background-color: #65ddd3;
}
.cp-db-box.color-7 {
    background-color: #808fa1;
}
.cp-db-box.color-8 {
    background-color: #236db8;
}
.cp-db-box.color-9 {
    background-color: #2bc2a7;
}

.cp-db-box:hover {
    background-color: #fff;
}

.cp-db-box:hover .cp-db-box-text {
    transition: all 0.5s;
    color: #236db8;
}

.cp-db-box:hover .db-icon {
    background-size: 80px;
}

.cp-db-icon-wrap {
    color: #fff;
    font-size: 50px;
    text-align: center;
    width: 100%;
}

.cp-db-box-text {
    color: #2f323e;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.white-box .box-title {
    margin-bottom: 20px;
}

.cp-widget-box .white-box {
    background-color: #fcfcff;
    padding-top: 0;
}

.cp-widget-box .box-title {
    background-color: #f5f6f8;
    color: #236db8;
    margin: 0 -25px;
    padding: 15px 35px;
}

.cp-widget-box i{
    color: #236db8;
}

.cp-widget-box h2, .cp-widget-box h5 {
    color: #4e6f91;
}

#page-wrapper {
    background-color: #e9ecf2;
}

.comment-body h4 {
    color: #236db8;
}

.db-icon {
    background-position: center;
    background-size: 76px;
    background-repeat: no-repeat;
    height: 70px;
    margin: 0 auto 10px;
    width: 76px;
}

.db-icon.contacts {
    background-image: url("../images/db/contacts.png")
}

.db-icon.calndr {
    background-image: url("../images/db/calendar.png")
}

.db-icon.property {
    background-image: url("../images/db/property.png")
}

.db-icon.protrans {
    background-image: url("../images/db/pro-trans.png")
}

.db-icon.resources {
    background-image: url("../images/db/resources.png")
}

.db-icon.forms {
    background-image: url("../images/db/forms.png")
}

.db-icon.advapp {
    background-image: url("../images/db/adv-app.png")
}

.db-icon.newsletter {
    background-image: url("../images/db/newsletter.png")
}

.db-icon.greetings {
    background-image: url("../images/db/greetings.png")
}

.db-icon.sms {
    background-image: url("../images/db/sms.png")
}

.db-icon.email {
    background-image: url("../images/db/email.png")
}

.db-icon.campaign {
    background-image: url("../images/db/campaign.png")
}

.db-icon.earnings {
    background-image: url("../images/db/earnings.png")
}

.db-icon.team {
    background-image: url("../images/db/team.png")
}

.db-icon.cpd {
    background-image: url("../images/db/cpd.png")
}

.db-icon.complaint {
    background-image: url("../images/db/complaint.png")
}

.db-icon.myinfo {
    background-image: url("../images/db/myinfo.png")
}

.db-icon.myfinance {
    background-image: url("../images/db/myfinance.png")
}

.db-icon.sitebuilder {
    background-image: url("../images/db/sitebuilder.png")
}

.db-icon.support {
    background-image: url("../images/db/support.png")
}

.db-icon.community {
    background-image: url("../images/db/community.png")
}

.db-icon.searchengine {
    background-image: url("../images/db/searchengine.png")
}

.db-icon.users {
    background-image: url("../images/db/users.png")
}

.db-icon.billing {
    background-image: url("../images/db/billing.png")
}

.db-icon.store {
    background-image: url("../images/db/store.png")
}

.db-icon.pos {
    background-image: url("../images/db/pos.png")
}

.db-icon.settings {
    background-image: url("../images/db/settings.png")
}

.db-icon.salespersons {
    background-image: url("../images/db/salespersons.png")
}

.db-icon.commission {
    background-image: url("../images/db/commission.png")
}

.db-icon.sales {
    background-image: url("../images/db/sales.png")
}

.db-icon.pool {
    background-image: url("../images/db/pool.png")
}

.db-icon.prosettings {
    background-image: url("../images/db/prosettings.png")
}

.db-icon.ar {
    background-image: url("../images/db/ar.png")
}

.db-icon.ap {
    background-image: url("../images/db/pay.png")
}

.db-icon.overriding {
    background-image: url("../images/db/overriding.png")
}

.db-icon.credit {
    background-image: url("../images/db/credit.png")
}

.db-icon.debit {
    background-image: url("../images/db/debit.png")
}

.db-icon.reports {
    background-image: url("../images/db/reports.png")
}

.db-icon.topproducer {
    background-image: url("../images/db/topproducer.png")
}

.db-icon.performance {
    background-image: url("../images/db/performance.png")
}

.db-icon.invoice {
    background-image: url("../images/db/invoice.png")
}

.db-icon.autoresponder {
    background-image: url("../images/db/autoresponder.png")
}

.db-icon.homeowners {
    background-image: url("../images/db/home-owners.png")
}

.db-icon.documents {
    background-image: url("../images/db/documents.png")
}

.db-icon.bookings {
    background-image: url("../images/db/bookings.png")
}

.db-icon.votes {
    background-image: url("../images/db/votes.png")
}

.db-icon.guestlist {
    background-image: url("../images/db/guestlist.png")
}

.db-icon.events {
    background-image: url("../images/db/events.png")
}

.db-icon.survey {
    background-image: url("../images/db/survey.png")
}

/*--------- Preload Area -----------*/


.preloader-area {
    position: fixed;
    background: #e9ecf2;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.spinner-gears {
    background-image: url("../images/gears.gif");
    background-position: center;
    background-size: 70px 52px;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-top: -50px;
    margin-left: -30px;
    top: 50%;
    opacity: 0.8;
}

/*--------- Footer -----------*/

.footer {
    background: transparent;
}


/* Large Devices, Wide Screens */

@media (min-width: 1600px) { 
    
    .cp-db-wrap .col-md-4.padleft {
        padding-left: 30px;
    }
    .cp-db-section .col-lg-3, .cp-db-section .col-lg-4 {
        padding-right: 0;
    }
    
    .login-cloud {
        height: 350px;
    }    
    
    .new-login-register .new-login-box {
        margin-top: 8%;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) { 
    .cp-db-wrap .col-md-4.padleft {
        padding-left: 30px;
    }
    .cp-db-section .col-lg-3, .cp-db-section .col-lg-4 {
        padding-right: 0;
    }
    
    .login-cloud {
        height: 250px;
    } 
    
}

/* Medium Devices, Desktops */

@media (min-width: 992px) and (max-width:1199px) {
    .cp-db-wrap .col-md-4.padleft {
        padding-left: 30px;
    }
    .cp-db-section .col-lg-3, .cp-db-section .col-lg-4 {
        padding-right: 0;
    }
}


/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
    
    .cp-db-section .col-lg-3, .cp-db-section .col-lg-4 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    
    .col-xl-3.col-md-4.padleft {
        padding: 0 7.5px;
    }
    
    
    
}


/* Small Devices Potrait */

@media (max-width: 767px) {
    .cp-db-section .col-lg-3, .cp-db-section .col-lg-4 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    
    .white-box {
        padding: 15px;
    }
    
    .cp-db-box-text {
        font-size: 12px;
    }
    
    .col-xl-3.col-md-4.padleft {
        padding: 0 7.5px;
    }
    
    .cp-widget-box .box-title {
        margin: 0 -15px;
    }
    
    .comment-center {
        margin: 0 -15px;
    }
    
}


@media (max-width: 480px) {
    
    .new-login-register .new-login-box {
        margin-left: calc(50% - 150px) !important;
        margin-left: -webkit-calc(50% - 150px) !important;
    }
    
}
