
body { background:#fff; }

/* Absolute Center Spinner */
  .loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


ul.allpagecontain .eachitem .card-body { background:#fff; margin:10px 0px; padding:5px 30px; }
ul.allpagecontain .eachitem .card-body .row { background:#fff; margin-bottom:15px; }
ul.allpagecontain .eachitem .card-body  .col-md-2 { padding-left:0px; background:#f9f9f9; padding-right:0px; }
ul.allpagecontain .eachitem .card-body  .col-md-2 .nav-link { padding:15px; color:#1d1d1d; border-bottom: 1px solid rgba(201,201,201,0.2); border-radius: 0px;}
ul.allpagecontain .eachitem .card-body  .col-md-2 .nav-link.active { position:relative; color:#fff; border:0px; border-radius:0px; }
ul.allpagecontain .eachitem .card-body  .col-md-2 .nav-link:last-child { border:0px; border-radius:0px; }
ul.allpagecontain .eachitem .card-body  .col-md-2 .nav-link.active:after { content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #2196f3; z-index:99; }



 /*

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
    background: #012690;
}
.btn.btn-rose {
    color: #fff;
    background-color: #000;
    border-color: #000;
     _box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}
.main-panel > .content {
    margin-top: 70px;
    padding: 30px 0px;
    min-height: calc(100vh - 123px);
}
.card [class*="card-header-"] .card-text {
    float: none;
    display: inline-block;
    margin-right: 0;
    background: #f06529;
}





*/
.card.cardInnerEditPage { margin-top:10px; margin-bottom:10px; }
.card.card-stats { background:#eee; }
.card { background:#f3f3f3; box-shadow:none; }
.card ul.allpagecontain { padding:0px; }
.card ul.allpagecontain .col-md-12 { padding:0px; }
.card .card-header-rose .card-text {
    border-radius: 3px;
    margin-top: 0;
    padding: 5px 10px 5px 15px;
    background: #f06529;
}
.card.card-stats { background:none; border:1px solid; }
.card.card-stats.ctn-warning { background:rgba(253,153,19,0.1); border-color:rgba(253,153,19,0.3); }
.card.card-stats.ctn-success { background:rgba(82,171,86,0.1); border-color:rgba(82,171,86,0.3); }
.card.card-stats.ctn-danger { background:rgba(234,68,65,0.1); border-color:rgba(234,68,65,0.3); }
.card.card-stats.ctn-info { background:rgba(18,184,205,0.1); border-color:rgba(18,184,205,0.3); }
.card.card-stats.ctn-primary { background:rgba(151,47,176,0.1); border-color:rgba(151,47,176,0.3); }

.card [class*="card-header-"] .card-icon { margin: 10px auto; width: 120px; height: 120px; float: inherit; text-align:center; box-shadow:none; }
.card-stats .card-header.card-header-icon i { color: #fff; width: auto; margin: 40px 2px; }
.card [class*="card-header-"] .card-icon h2 { text-align: left; margin: 25px 2px; display: inline-block; }
.card [class*="card-header-"] .card-icon h2 a { color:#fff; }

.card [class*="card-header-"] { margin:5px 15px; }
.card [class*="card-header-"] .card-text {}

.card .card-header .card-title { margin-bottom:0px; }
.card .card-header.card-header-text { background:#fff; border:1px solid #dedede; }
.card .card-header-primary:not(.card-header-icon):not(.card-header-text) { background: #012690; color: #fff; padding: 5px 15px!important; }
.card .card-header.card-header-icon i, .card .card-header.card-header-text i { height:20px; }
.allpagecontaintagArea ul li .blockeachlist, .delete-icon-x { border:none; color: #f00; }

.allpagecontaintagArea ul li.inactivemodal { background: #989898; border: 1px solid #989898; }
.allpagecontaintagArea ul li.inactivemodal a { color:#fff; }

.card .card-header-rose .card-text.inactivemodal { background: #989898; }
.allpagecontaintagArea ul li.activemodal { border: 1px solid #f06529; background: #f06529;}
.allpagecontaintagArea ul li.activemodal a { color:#fff; }
.card-header.card-header-text .blockOpenClosedel i { font-size: 19px; }
.card .card-header.card-header-icon i, .card .card-header.card-header-text .blockOpenClosedel i { line-height: 24px; }
ul.allContainar { border: 1px solid #000; color: #000; list-style-type: none; padding: 10px 15px; }
ul.allpagecontain { list-style-type: none; }
ul li.eachContainar { border: 1px solid #333; width: auto; padding: 5px 15px; background: rgba(0,0,0,0.1); margin: 5px 0px; }
.select2-container{'width':100% !important;};


/*.btn.btn-primary.btn-link { color:#fff; }*/
.btn.btn-rose, .btn.btn-primary { background:#000; box-shadow:none; }
.btn.btn-rose:hover, .btn.btn-primary:hover { background:#012690; box-shadow:none; }
.sidebar .sidebar-background:after {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(18,124,178,0.9);
    opacity: .93;
}

.sidebar .nav li a, .sidebar .nav li .dropdown-menu a {
    margin: 10px 15px 10px;
    border-radius: 3px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
}
.sidebar .nav li:hover > a { color:#fff; }
.sidebar .nav p {
    margin: 0;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    display: block;
    height: auto;
    white-space: nowrap;
    color: #fff;
}
.sidebar .nav li:hover > a, .sidebar .nav li .dropdown-menu a:hover, .sidebar .nav li .dropdown-menu a:focus, .sidebar .nav li.active > [data-toggle="collapse"] {
    background-color: rgba(18, 124, 178, 1);
    color: #fff;
    box-shadow: none;
}
/*.sidebar .nav li.active > [data-toggle="collapse"] {
	box-shadow:0px 2px 0px rgba(255,255,255,1);
}*/
.sidebar .logo .simple-text {
    text-transform: uppercase;
    padding: 5px 0px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    display: block;
    letter-spacing: 2px;
}
.sidebar[data-color="purple"] li.active > a {
    /*background-color: rgba(18,124,178,0.9);*/
	background:#012690;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
	color:#fff;
}
.navbar a { color:#fff; font-weight: bold; }

.loginbox{ background: #fff; text-align: center; }
.form-control, label, input::placeholder, textarea::placeholder{color: #000; padding-left: 10px; }
input[type="text"].form-control, textarea.form-control{background: #fff; padding-left: 10px; border:1px solid #ccc;}
input[type="radio"]::form-check { padding-left:18px; }

.main-panel .navbar .container-fluid { border-radius: 3px; padding: 15px; background: #f06529; margin:0 20px; }
.main-panel .navbar .container-fluid .material-icons { color:#fff; }
.deleteBtn { width: 30px; height: 30px; padding: 12px 5px 10px; line-height: 5px; text-indent: 0; font-size: 12px; border-radius: 50px; background: #f00; position: absolute; top: -20px; margin-left: -15px; }
.deletebtn2 { width: 30px; height: 30px; padding: 12px 5px 10px; line-height: 5px; text-indent: 0; font-size: 12px; border-radius: 50px; background: #f00; position: absolute; top: -20px; margin-left: -15px; }

.leftRadio { padding-left: 18px; }
.marTop15 { margin-top:15px !important; }


.sidebar .sidebar-wrapper { background:#025079; }
.sidebar .sidebar-wrapper .nav { margin-top:0px; }

.sidebar .logo:after { background:none; }
.sidebar-wrapper li.nav-item { border-bottom:1px solid rgba(255,255,255,0.1); }
.sidebar-wrapper .nav li.nav-item.dashBoard { background:#022e46; }
.sidebar-wrapper .nav li.nav-item.dashBoard a { background:  none; }
.sidebar-wrapper .nav li.nav-item.dashBoard:hover { background:none; }
.sidebar-wrapper .nav li.nav-item a { /*background:#126d9c;*/ }
.sidebar-wrapper .nav li.nav-item.active { background:#025079; }
.sidebar-wrapper li.nav-item:last-child { border:none; }
/*.sidebar-wrapper .nav li.nav-item .collapse.show { background:#2c2c2c; }
.sidebar-wrapper .nav li.nav-item .subShow.collapse.show { background:#000; }*/
.sidebar .nav li:first-child > a { margin: 0px; }
.sidebar-wrapper .firstNav { background:#2c2c2c; margin-top:0px; }
.sidebar-wrapper .nav li.nav-item .subShow { background: #000; margin-left: 0; }
.sidebar-wrapper .firstNav .nav { margin:0px; }
.sidebar .nav li a, .sidebar .nav li .dropdown-menu a { margin:0px; border-radius:0px; }

/*.sidebar-wrapper div.collapse ul { margin-left: -10px; background:#2c2c2c; }
.sidebar-wrapper div.collapse.show ul li.nav-item { border-bottom:0px; }
.sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a i { font-size: 20px; line-height: 30px; width: 26px; }
.sidebar-wrapper div.collapse.show ul li.nav-item > div.collapse.show ul li.nav-item a { background:none; }*/

#header-fixed {
    position: fixed;
    top: 0px; display:none;
    background-color: #012690;
    color: #fff !important;
    z-index: 1;
}
#header-fixed tr{color: #fff !important;}
.loading-items {
    display: flex;
    min-height: 250px;
    justify-content: center;
    align-items: center;
}

.loading-items img {
    height: 50px;
}
.disable-section-effect{
    position: absolute;
    width: 100%;
    background: rgba(255,255,255, 0.5);
    z-index: 10;
    height: 100%;
}
.allpagecontaintagArea {  }
.allpagecontaintagArea ul { list-style-type: none; border:1px solid #e4e4e4; padding: 10px; margin: 15px 0px; }
.allpagecontaintagArea ul li { width: auto; float: inherit;border: 1px solid #2196f3;padding: 5px 12px;margin: 5px 15px 15px 0px;display: inline-block;color: #000;background: #ededed;border-radius: 2px; position:relative; }
.allpagecontaintagArea ul li .blockeachlist {position: absolute; top: -15px; right: -15px; border: 2px solid #025079; color: #007fc1; padding: 2px 4px; border-radius: 100%; z-index: 99; font-size: 14px; background: #f9f9f9; cursor: pointer; }
.blockOpenClose { width: auto; float: right; }

.fixedButton{ width:auto; position:fixed; bottom: 70px; right:40px; z-index: 999;}

.delete-icon {position: absolute;color: #fff;right:0px;}
 .poage-view-cnt{    background: #4caf50;color: #fff!important;text-align: center;line-height: 20px;padding: 10px 20px;font-weight: bold;}

 .page_view_table tr {border-bottom: 1px solid #ddd;}
 .page_view_table tr td{padding: 5px 0px;}



.realTimeDataArea { width: 100%; text-align: center;  }
.realTimeDataArea .realTimeDateHead { font-size: 20px; color: #333; margin: 25px 0px 5px; }
.realTimeDataArea .realTimeDateHead span { font-size: 48px; color: #fff; font-weight: bold; background: #333; border-radius: 2px; padding: 5px 10px; }
.realTimeDataArea .realTimeDateHead a { font-size: 16px; color: #000; }
.realTimeDataArea .realTimeDataBdy { background: #fff; padding: 10px; margin: 25px 0px; }
.realTimeDataArea .realTimeDataBdy > table { width: 100%; border:1px solid #012690; letter-spacing: 1px; }
.realTimeDataArea .realTimeDataBdy > table thead th { background: #012690; padding: 10px; color: #fff; border: 1px solid; border-bottom: none; }
.realTimeDataArea .realTimeDataBdy > table thead th:first-child { border-left: none; }
.realTimeDataArea .realTimeDataBdy > table thead th:last-child { border-right: none; }
.realTimeDataArea .realTimeDataBdy > table tbody tr {  border-bottom: 1px solid #012690; padding: 10px; color: #fff; }
.realTimeDataArea .realTimeDataBdy > table tbody td { padding: 10px; color: #012690;  border: 1px solid; }
.realTimeDataArea .realTimeDataBdy > table tbody tr:nth-child(even) {background: #eee}
.realTimeDataArea .realTimeDataBdy > table tbody tr:nth-child(odd) {background: #FFF}



.PostSocialSelect { margin-bottom:20px; padding:0 15px; }
.PostSocialSelect .checkbox-inline { font-size:18px; color:#1d1d1d; }
.PostSocialSelect .form-check { display:inline-block; }
.PostSocialSelect .form-check .form-check-label span { top:5px; }

.postSocial { }
.postSocial .postSocialInner { border:1px solid #ccc;  box-shadow: 3px 3px 0px rgba(0,0,0,0.2); }
.postSocial h2 { font-size: 24px; color: #1d1d1d; border-bottom: 1px solid #ddd; margin: 0px 0px 20px; background: #ececec; padding:10px; box-sizing:border-box; }
.postSocial iframe { width:100%; height:500px; }

.circleSocialPost{ border-radius: 50%; margin: 0.15em; font-size: 18px; }
.circleSocialPost.fa-facebook{ background: #3B5998; color: #FFFFFF; padding: 0.05em 0.3em; }
.circleSocialPost.fa-twitter{ background: #4099FF; color: #FFFFFF; padding: 0.05em 0.07em; }
.circleSocialPost.fa-youtube-play{ background: #bb0000; color: #FFFFFF; padding: 0.05em 0.07em; }
.circleSocialPost.fa-google-plus{ color: #FFFFFF; background: #dd4b39; padding: 0.05em 0.07em; }

.ui-widget.ui-widget-content {
    border: 1px solid #cccccc;
    z-index: 9!important;
}

.context-share-menu ul.listAll {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 300px;
    overflow-y: auto;
}
.error_image{
        border: 1px solid red;
}

.dragDropTable {  }
.dragDropTable thead tr { background: #2e2e2e; color:#fff;  }
.dragDropTable tr {
    position: relative;
    border: 1px solid #999;
    width: 100%;
}
.dragDropTable tr th { border-bottom:none; }
.dragDropTable tr th:first-child { }
.dragDropTable tr th:last-child { text-align:center; border-bottom: none; padding-right: 15px }
.dragDropTable tr td:first-child { white-space: pre-wrap; }
.dragDropTable tr td { border:none; }
.dragDropTable tr td:first-child { padding: 15px 10px; }
.dragDropTable tr td:last-child { text-align:center; }
.dragDropTable tr.ui-sortable-helper { background: #ccc; cursor:move;}
.empty-column{z-index: 999;}


.pvz-payment-option-container{
    padding: 15px;
}
.pvz-payment-option-selected{
    border: 1px solid #342e4a;
    background-color: #ebebeb;
}
.pvz-payment-option{
    max-height: 110px;
    max-width: 150px;
    padding: 0 20px 0 20px;
    border-radius: 10px;
}
.pvz-cvv-image-container{
    padding: 0 0 0 20px;
}

.pvz-cvv-image{
    max-height: 100px;
    max-width: 150px;
}
.pvz-payment-option:hover{
    background-color: #ebebeb;
    cursor: pointer;
}
button.add-to-cart{
    vertical-align: middle;
}
.pvz-cart-info{
    width: 100%;
    text-align: right;
}
select.form-control:not([size]):not([multiple]){
    background:#fff;
	border:1px solid #ececec;
}
textarea.cke_source{height:100% !important;}

.mt-0 { margin-top:0px; }
.redColor { color:#f00; }

.brandAdd .form-check-label { float:left; }
.brandAdd .brandAnichk { margin-left: 15px; margin-top: 20px; position: relative; float: left; }

.up-file-info { position: relative; border: 2px solid #00e823; padding: 20px; color: #000!important; font-weight: bold; }
.up-file-info .up-remove-file { cursor: pointer; position: absolute; top: -14px; left: -12px; background: #e4e4e4; border-radius: 100%; }
.up-file-info .up-remove-file i { font-size: 28px; margin: 2px 2px; color: #21d600; }


.bmd-form-group { }
.bmd-form-group input[type="text"].form-control.colorPicker { float: left; width: auto; margin-right: 10px; }
.bmd-form-group + button { float: left; margin-top: 3px; }
.bmd-form-group .card [class*="card-header-"] .card-title a, .bmd-form-group .card [class*="card-header-"] .card-title, .bmd-form-group .card [class*="card-header-"] .icon i, .bmd-form-group .card[class*="bg-"] .card-title a, .bmd-form-group .card[class*="bg-"] .card-title, .bmd-form-group .card[class*="bg-"] .icon i {
    color:#3C4858;
}
.overflowscroll{height:300px; overflow-y: scroll;}

.serviceModal.modal-lg { width: 80%; max-width: 80%; }

.editNew { width:30px; height:30px; border-radius:2px; margin: 8px 5px 8px 5px; font-size: 20px; background: #025079; color:#fff; display:inline-block; }
.editNew button { background: none; border: none; box-shadow: none; color: #fff; width: auto; height: auto; display: inline-block; margin: 0; padding: 0 0 0 7px; }

.addNew { width:30px; height:30px; border-radius:2px; margin: 8px 5px; font-size: 20px; background: #025079; color:#fff; display:inline-block; }
.addNew button { background: none; border: none; box-shadow: none; color: #fff; width: auto; height: auto; display: inline-block; margin: 0; padding: 0 0 0 8px; }
.addNew button i, .editNew button i { width:auto!important; height:auto!important; line-height:30px!important; }

.editAddBrand { margin-top: 15px; float: left; }
.editAddBrand tr.active { background:#126d9c; color:#fff; }


.section-db { background: #e0dfdf; padding: 10px; }
.section-db h3 { color:#025079; text-transform: uppercase; margin-top:0px; }
.section-db .material-icons { margin-right:5px; }
.section-db .card-stats .card-header.card-header-icon i { font-size:30px; color:#fff; }
.section-db .card-body i { color:#9c27b0; }
.section-db .card-body .card-category.page-view { font-size:18px; color:#5a5a5a; line-height: 40px; }
.section-db .card-stats .card-header .card-category:not([class*="text-"]) { color:#5a5a5a; }
.section-db .card-stats .card-header.card-header-icon .card-title { color:#222; }
.section-db .card-stats .card-header.card-header-icon .card-title a { color:#222; }
.section-db .card-stats .card-header.card-header-icon .card-title p.card-category { display:block; margin:10px 0px; }
.section-db .fa { color:#fff; }
.section-db.essentials .btn-primary.btn-link { color:#fff; }
.section-db.reports { margin-top:25px; }
.section-db.media1 { margin-top:25px; }
.section-db.sale {margin-top:25px; }
.section-db.builders { margin-top:25px; }
.section-db { background: #e0dfdf; padding: 10px; }
.section-db.essentials { margin-top:15px; background: none; border: 1px solid #e9dfdf; }
.section-db.essentials table tr td { font-size:16px; }
.section-db.essentials table tr td.td-actions .material-icons { font-size:24px; }
.section-db h3 { color:#025079; text-transform: uppercase; }
.section-db .material-icons { margin-right:5px; }
.section-db .card-stats .card-header.card-header-icon i { color:#fff; }
.section-db .card-body i { color:#9c27b0; }
.section-db .section-db .card-body .card-category.page-view { font-size:18px; color:#5a5a5a; line-height: 40px; }
.section-db .card-stats .card-header .card-category:not([class*="text-"]) { color:#5a5a5a; }
.section-db .card-stats .card-header.card-header-icon .card-title { color:#222; text-align:center; }
.section-db .card-stats .card-header.card-header-icon .card-title a { color:#222; }
.section-db .fa { color:#fff; }
.section-db.essentials .btn-primary.btn-link { color:#fff; }
.section-db.reports { margin-top:25px; background: none; border: 1px solid #e9dfdf; }
.section-db.media1 { margin-top:25px; background: none; border: 1px solid #e9dfdf;  }
.section-db.sale {margin-top:25px; background: none; border: 1px solid #e9dfdf;  }
.section-db.builders { margin-top:25px; background: none; border: 1px solid #e9dfdf;  }

.card-header.card-header-text .blockOpenClose i { font-size:24px; }
.orderbox ul.allContainar {
    border: 1px solid #dcdcdc;
    color: #000;
    list-style-type: none;
    padding: 10px 15px;
}
.orderbox ul li.eachContainar {
    border: 1px solid #e6e6e6;
    width: auto;
    padding: 5px 15px;
    background: #f1f1f1;
    margin: 5px 0px;
    cursor: move;
    color: #000;
}

.client-file-ctn { }
.client-file-ctn .client-file-ctn-inner-ctn{ text-align: center;display: flex;
  align-items: center;
  justify-content: center;}
.client-file-ctn .client-file-ctn-inner-ctn img { max-width:100%; height:auto; }

.client-file-ctn-inner .client-file-ctn-inner-ctn{width:200px;height: 200px;overflow:hidden;border: 1px solid #ccc;padding: 10px;}
.client-file-ctn-inner .client-title-ctn-inner-ctn{width:200px;height: 50px;border: 1px solid #ccc;padding:2px 10px; white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;}
  .client-file-ctn-inner .client-title-ctn-inner-ctn h3{ margin: 0px;font-size: 14px;}
  .client-file-ctn .client-file-ctn-inner-ctn .fa {  font-size: 60px; }
  .client-file-ctn-inner{    margin-bottom: 15px;}

.client-file-ctn .client-file-ctn-inner-ctn{ text-align: center;display: flex;
  align-items: center;
  justify-content: center;}
.client-file-ctn .client-file-ctn-inner-ctn img { max-width:100%; height:auto; }

.client-file-ctn-inner .client-file-ctn-inner-ctn{width:200px;height: 200px;overflow:hidden;border: 1px solid #ccc;padding: 10px;}
.client-file-ctn-inner .client-title-ctn-inner-ctn{width:200px;height: 50px;border: 1px solid #ccc;padding:2px 10px; white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;}
  .client-file-ctn-inner .client-title-ctn-inner-ctn h3{ margin: 0px;font-size: 14px;}
  .client-file-ctn .client-file-ctn-inner-ctn .fa {  font-size: 60px; }
  .client-file-ctn-inner{    margin-bottom: 15px;}

.galleryNew .carousel-control { top:50%; bottom:inherit; }

.pageEditAction { position: fixed; right: 20px; bottom: 20px;  }
.btn-social { cursor: pointer; width: 80px; height: 35px; }
.pageEditAction .pageEditActionBtn { margin-left:-40px; }
.pageEditAction .pageEditActionBtn ul { list-style-type:none; }
.pageEditAction .pageEditActionBtn li { position: absolute; bottom: 0; z-index: -1; transition: .2s all; }
.pageEditAction a.btnAction { width:80px; height:35px; }
.pageEditAction .pageEditActionBtn.show { transition: all 0.5s ease; }
.pageEditAction .pageEditActionBtn.show li:nth-child(1){bottom: 60px}
.pageEditAction .pageEditActionBtn.show li:nth-child(2){bottom: 120px}
.pageEditAction .pageEditActionBtn.show li:nth-child(3){bottom: 180px;}


.select2-container--default .select2-selection--multiple { background:url(images/select-down-icon.png) no-repeat; background-position: right 10px top 10px;
    background-size: 15px auto; }