@font-face {
    font-family: Colfax;
    src: url(../fonts/Colfax-Regular.eot);
    src: url(../fonts/Colfax-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Colfax-Regular.woff) format("woff"), url(../fonts/Colfax-Regular.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Colfax;
    src: url(../fonts/Colfax-Medium.eot);
    src: url(../fonts/Colfax-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Colfax-Medium.woff) format("woff"), url(../fonts/Colfax-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Colfax;
    src: url(../fonts/Colfax-Bold.eot);
    src: url(../fonts/Colfax-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Colfax-Bold.woff) format("woff"), url(../fonts/Colfax-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}


html, body{height:100%;margin:0;color:#000;font-size: 16px; font-family: 'Colfax', sans-serif;font-weight:300;}
body.no-scroll{overflow:hidden;}
body.outer-page{background:#f8f8f8;}
::-moz-selection {background: #b3d4fc;text-shadow: none;}
::selection {background: #b3d4fc;text-shadow: none;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
audio,
canvas,
iframe,
img,
svg,
video {vertical-align: middle;}
img{max-width: 100%; height: auto;}
fieldset {border: 0;margin: 0;padding: 0;}
textarea { resize: vertical;}
/*Custom style*/
a{color:#333;text-decoration:none;}
h1,h2,h3,h4{font-weight:normal;}
input, textarea, button, select{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;}
.clear{clear: both;}
.clear:after, .clear:before{clear:both;content: ""; display: block;}
.header{background:#282d33;padding:0px; position: relative; -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow: 0 0 3px rgba(0,0,0,.2);}
.container{width:1170px;padding:0px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;max-width:100%;}
.col-12{width:100%;}
.logo{float:left; position: relative; z-index: 2; -webkit-box-sizing: border-box;box-sizing: border-box; text-align: center;}
/*.logo:before{background: #fff; content: ""; right:100%;top:0;  height: 100%; position: absolute;z-index: -1;}
.common-form-pages .logo:before{width: 1000px;}*/
.common-form-pages .logo{ padding: 30px 20px 30px 0;}
.logo a{display: block;}
ul{list-style: none; margin: 0px; padding:0px;}
/**login**/

.col-6{width:50%;float:left;}
.form-text.col-5{width:45%;float:left;position:relative;min-height: 1px;}
.form-container.col-7{width:55%;float:left;position:relative;margin-top:-30px;background:#fff;border-radius: 2px;-webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1); -webkit-box-sizing:border-box; box-sizing:border-box;min-height:490px;overflow:hidden;}

.form label{display:block; font-size: 17px;color:#26a03f;font-weight: 300;}
.form label small{color:#000;}
.form input[type='text'], .form input[type='number'], .form input[type='email'], .form input[type='password'], .form input[type='tel'] {border: solid 0px;width: 100%;height: 50px; line-height: 1; -webkit-box-sizing: border-box; box-sizing: border-box;outline: none;font-size: 15px;color: #333;border-bottom: solid 1px #ccc; outline: none; border-radius: 0px;}
.form-element {  margin:20px 0px;  position: relative;}
.form-element .no-arrow{-moz-appearance: none; -webkit-appearance: none; appearance: none;}
.form-element .no-arrow option{padding:5px 10px;}
.form-element h4{margin:0px 0 10px 0;}
.error-msg{display:none;    color: red; font-size: 13px;margin-top: 5px;}
.form-element.error .error-msg{display:block;}
.form select:focus {border:0px;border-bottom: solid 1px #4cb962;}
.form input:focus {border-bottom: solid 1px #4cb962; outline: none;}
.form textarea:focus {border-bottom: solid 1px #4cb962;}
 textarea:focus, input:focus{outline: 0;}
 textarea { border: solid 0px;  width: 100%;  height: 60px;  line-height: 1;  -webkit-box-sizing: border-box;  box-sizing: border-box; outline: none;font-size: 15px; color: #8492a6;border-bottom: solid 1px #ccc; resize: none; padding: 0px;}
select{border: solid 0px;width: 100%;height: 50px; line-height: 1; -webkit-box-sizing: border-box; box-sizing: border-box;outline: none;font-size: 15px;color: #333;border-bottom: solid 1px #ccc;}

 
.form .common-btn{ min-width: 150px;color: #fff; background: #4cb962; border: 0px; border-radius: 25px; height: 42px;font-size: 15px;  cursor: pointer; text-transform: uppercase;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;    letter-spacing: 1px;}
.form-element.submit-btn{width:100%;text-align:center;    margin: 40px 0px 0px;}
.common-btn:hover{opacity: 0.8;}
.common-btn:active {-webkit-transform:scale(0.75);-ms-transform:scale(0.75);transform:scale(0.75);background:#4cb962;}
.forgot-password.col-6{text-align:right;text-transform:uppercase;    font-size: 14px;   letter-spacing: 1px;    font-weight: 400;} 
.form-element.captcha{margin: 30px 0px;}
.container.login-form .form{padding: 60px 100px 40px;position:absolute;top:0px;left:0px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform: translate(0%, 0);    -ms-transform: translate(0%, 0);transform: translate(0%, 0);-webkit-transition:.2s;-o-transition:.2s;transition:.2s;}
.login-detail{overflow:hidden;}
.login-detail h2{text-transform: uppercase;}
.login{position:absolute;top:20px;left:20px;-webkit-transition: all .2s;-o-transition: all .2s; transition: all .2s;font-size: 30px;font-weight: 300;}
.login-form{padding-bottom:20px;}
.form-element.remember{margin:25px 0px;}

/* .squaredTwo */
.category-list{position:relative;}
.category-list .ui-button.ui-checkboxradio-label.ui-state-active::before { background: url(  ../images/icon-tick.png) no-repeat center #1479c7; background-size: 10px; border-radius: 2px;border: 1px solid #1479c7; }
.category-list .ui-button span {display:inline-block;font-size: 0.85em;font-weight: normal;color: #ccc;border-radius:3px;float: left; margin-top: 1px;padding: 0px 8px 0px 0px;}
.category-list .ui-checkboxradio-icon-space{margin-right:8px;}
.category-list .ui-helper-hidden-accessible {border: 0px none;clip: rect(0px, 0px, 0px, 0px);height: 1px; margin: -1px;overflow: hidden;padding: 0px;position: absolute;width: 1px;}
.category-list .ui-button.ui-checkboxradio-label.ui-state-active::before { background: url(  ../images/icon-tick.png) no-repeat center #4cb962;  background-size: 10px;    border-radius: 2px;border:1px solid #4cb962;}
.category-list .ui-button.ui-checkboxradio-label::before {content: " ";display: block; width: 16px;height: 16px; border-radius: 0px; border:1px solid  #ababab; position: absolute; left: 0px; top: 0px;    border-radius: 2px;}

.category-list .ui-button a{text-decoration:none;font-size:16px;}
.category-list label{font-size:15px;color: #333;    cursor: pointer;}
.container.login-form .category-list label{font-size:14px;text-transform:uppercase;font-weight:400;    display: inline-block;outline:none;}
.container.login-form .info-access .category-list label{font-size: 17px; text-transform: none; font-weight: 300;}

/* end .squaredThree */
/**forgot password**/
.reset-info.common-space{font-size:20px;letter-spacing: 1px;}
.forgot{display:none;position:absolute;top:20px;left:20px;font-size: 30px;font-weight: 300;}
.form.forgot-section{display:none;-webkit-transition: 0.2s;-o-transition:0.2s;transition:0.2s;}
.reset-info{font-size:16px;}
.common-space{margin:60px 0px;}
.back-btn{-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;-webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;transition: background 0.2s, -webkit-transform ease-out 0.1s;-o-transition: transform ease-out 0.1s, background 0.2s;transition: transform ease-out 0.1s, background 0.2s;transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;width:40px;height: 40px;background: #000;border-radius: 50px;margin-top: -20px;position:relative;    -webkit-box-shadow: 2px 2px 14px 4px rgba(0,0,0,.3);    box-shadow: 2px 2px 14px 4px rgba(0,0,0,.3);cursor:pointer;display:none; z-index: 6;}
.back-icon {  width: 23px;height: 18px; background: url(../images/arrow.png) no-repeat; position: absolute; top: 50%;  left: 50%;  margin-top: -8px;  margin-left: -10px;}
.container.login-form.show .back-btn{display:block;opacity:0;}
.container.login-form.show.show1 .back-btn{opacity:1;}
.back-btn:after {pointer-events: none;position: absolute; width: 100%;height: 100%;border-radius: 50%; content: '';    -webkit-box-sizing: content-box;   box-sizing: content-box;top: 0;left: 0;padding: 0;z-index: -1;-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.1);box-shadow: 0 0 0 2px rgba(0,0,0,0.1);opacity: 0;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.back-btn:hover:after, .common-btn:hover:after {-webkit-animation: sonarEffect 1.3s ease-out 75ms; animation: sonarEffect 1.3s ease-out 75ms;} 

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 10px 10px #000, 0 0 0 50px rgba(0,0,0,0.1);
                box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 10px 10px #000, 0 0 0 50px rgba(0,0,0,0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 10px 10px #000, 0 0 0 50px rgba(0,0,0,0.1);
                box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 10px 10px #000, 0 0 0 50px rgba(0,0,0,0.1);
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes sonarEffect {
     0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 10px 10px #000, 0 0 0 50px rgba(0,0,0,0.1);
                box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 10px 10px #000, 0 0 0 50px rgba(0,0,0,0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 10px 10px #000, 0 0 0 50px rgba(0,0,0,0.1);
                box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 10px 10px #000, 0 0 0 50px rgba(0,0,0,0.1);
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 0;
    }
}



/*============ add-more-container =============*/
.add-more-container {position: fixed;right: 20px;bottom: 15px; z-index: 2;}
.add-more-container a {width: 60px;height: 60px; border-radius: 50%; display: block; background: #4cb962; -webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,.3);box-shadow: 0px 0px 20px 4px rgba(0,0,0,.3);  -webkit-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out;}
.add-more-container a:before { content: ''; width: 24px;  height: 25px; background: url(../images/add-more.png) no-repeat;  position: absolute;left: 50%;  top: 50%; cursor: pointer;
 margin-top: -12.5px; margin-left: -12px;}
.add-more-container a:active {-webkit-transform:scale(0.85);-ms-transform:scale(0.85);transform:scale(0.85);}
.add-more-container a:hover{-webkit-box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.30);box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.30);}

.add-more-container a:hover { -webkit-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.30); box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.30);}
.add-more-container a .toll-tip-text { top: 0; height: 27px; margin: auto; bottom: 0px; -webkit-transition: .4s all ease-in-out; -moz-transition: .4s all ease-in-out; -o-transition: .4s all ease-in-out; transition: .4s all ease-in-out; width: auto; right: 10px; left: auto; padding: 0 10px; line-height: 27px; min-width: 90px;}
.add-more-container a:hover .toll-tip-text { opacity: 0.9; transition: 0.3 all; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: .4s all ease-in-out; -moz-transition: .4s all ease-in-out; -o-transition: .4s all ease-in-out; transition: .4s all ease-in-out; right: 115%;}
.add-more-container .toll-tip-text::after { border-bottom-color: transparent; border-left-color: #000; left: 100%; top: 0; bottom: 0; height: 1px; border-width: 5px;}
.toll-tip-text { width: 90px; padding: 4px 0px; left: 50%; margin-left: -60px; font-size: 13px; text-align: center; background: #000; color: #fff; top: 125%; position: absolute; border-radius: 5px; opacity: 0; white-space: nowrap; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -o-transform: scale(0.2); -ms-transform: scale(0.2); transform: scale(0.2); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 5;}
.toll-tip-text:after { border: 7px solid transparent; border-bottom-color: transparent; border-bottom-color: #000; position: absolute; width: 1px; left: 0px; right: 0; margin: auto; bottom: 100%; content: "";}
.warning-btn:hover .toll-tip-text { opacity: 0.9; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}


/*====  end ==*/



/**login animation**/

.container.login-form.show .form.login-section{-webkit-transform: translate(-500%, 0); -ms-transform: translate(-500%, 0);transform: translate(-500%, 0);-webkit-transition: all .2s;-o-transition: all .2s; transition: all .2s;opacity:0;}
.container.login-form.show.show1 .form.login-section{display:none;}
.container.login-form.show .form.forgot-section{display:block;-webkit-transform: translate(500%, 0);    -ms-transform: translate(500%, 0); transform: translate(500%, 0);opacity:0;-webkit-transition: 0.3s;-o-transition:0.2s;-webkit-transition:0.2s;transition:0.2s;} 
.container.login-form.show.show1 .form.forgot-section {opacity:1;    -webkit-transform: translate(0%, 0);    -ms-transform: translate(0%, 0);transform: translate(0%, 0);} 
.container.login-form.show .login{-webkit-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0);transform: translate(-100%, 0);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;opacity:0;}
.container.login-form.show.show1 .login{display:none;opacity:1;}
.container.login-form.show .forgot{display:block;opacity:0;-webkit-transform: translate(100%, 0); -ms-transform: translate(100%, 0);transform: translate(100%, 0);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;display:block;opacity:0;}
.container.login-form.show.show1 .forgot{display:block;opacity:1;-webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0);transform: translate(0%, 0);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;display:block;}
/**reset password**/
.change-password .form-container.col-7 .form-element{    margin: 35px 0px;}
.change-password .form-container.col-7 .form-element.submit-btn{margin-top:60px;} 
.change-password .back-btn{display:block;}
/**add admin**/
.change-password .form-container.col-7.add-admin-form .form-element{    margin: 20px 0px;}
.change-password  .form-container.col-7.add-admin-form .form-element.submit-btn{margin-top:40px;} 
/***Inner page header & left panel**/
body.inner-page{background:#f8f8f8;position:relative; height: auto;min-height: 100%;}
.header.inner-header{padding:0;z-index:6;position: fixed;top: 0px; left: 0px;  right: 0px; height:128px;}
.header.inner-header .logo{padding:28px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; position: relative; overflow: hidden;}
.header.inner-header .logo:after, .header.inner-header .logo:before{content: "";top:-20px; bottom:-20px;  position: absolute;width: 1px;  }
.header.inner-header .logo:after{right:1px; background: #1a1e22;}
.header.inner-header .logo:before{right:0px; background: #323a41;}
.header.inner-header  .col-right{padding:0px 0 0 10px;-webkit-transition:0s;-o-transition:0s;transition:0s;overflow: inherit; }
.header-nav{float:right;position:relative;-webkit-box-sizing:border-box;    box-sizing:border-box; margin:15px 20px 0 0;}
.header-nav .myprofile > a {display: inline-block;width: 38px;height: 38px;background:#f4f2f2;overflow: hidden;border-radius: 50%;position:relative;    font-size: 17px; font-weight: 600;color: #000;text-decoration: none; text-align: center;  padding-top: 7px;  -webkit-box-sizing: border-box;  box-sizing: border-box;}
.header-nav > div { float: left;color: #000;margin-left:10px;font-weight: 600;font-size: 17px;}
.header-nav .admin-popup {width: 350px;height: auto;position: absolute; border-radius: 4px;background: #fff;right: -8px;z-index: 12; top: 65px;-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.15);box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.15); display: none;}
.header-nav .user-email{color:#000;}
.header-nav .user-name{line-height:38px;    float: right;    margin-left: 10px;overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; padding-right:28px; white-space: nowrap; max-width: 150px;color:#fff;font-weight:300;}
.myprofile-conatiner:after{content:'';width:16px;height:9px; background: url(../images/icon-down-white.png) no-repeat;position:absolute;right:0px;top:50%;cursor:pointer;margin-top:-4.5px;}
.page-title{padding:25px 0 0 0px ; display: table; width: 100%; position: relative;}
.page-title h2{margin: 0px;font-weight: 300; display: inline-block; vertical-align: middle; text-transform: uppercase;font-size: 20px;letter-spacing:1px;color:#fff;line-height: 40px; padding-right: 10px;}
.page-title a{color: #fff;}
.page-title i{width:10px;height:18px; background: url(../images/left-arrow.png) no-repeat;float:left;    margin-top: 9px;padding-right: 15px; opacity: 0.5;}
.page-title .customers-wrap{display: inline-block; vertical-align: middle;}
.page-title .customers-wrap > a{font-size: 20px; position:relative; border-left: 1px  solid #8f9498;padding-left:15px;}
.caret{position: relative; padding-right: 22px;}
.caret:after{content:'';width:16px;height:9px; background: url(../images/icon-down-white.png) no-repeat;position:absolute;right:0px;top:50%;cursor:pointer;margin-top:-4.5px;}

/*.page-title .submenu_outer {position: absolute;opacity: 0;overflow: hidden; top: -280px;height: 280px; -webkit-transition: all 300ms ease 0s;-o-transition:  all 300ms ease 0s;transition: all 300ms ease 0s;min-width:220px;z-index: -1;}
body.toggled-menu .dropdown-wrap.active .submenu_outer{top: 100%; height: auto; z-index: 110; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-transition: .3s;  transition: .3s;display: block;}
.page-title .submenu_outer .overlayer{background: rgba(219,217,217,.8);  position: fixed; left: 0;
 right: 0;bottom:0;top:130px; overflow: auto;-webkit-transition: .3s; transition: .3s; display: none;}
body.toggled-menu .dropdown-wrap.active .submenu_outer .overlayer{display: block;}
.page-title .submenu_outer .submenu-list{background: #fff; padding:15px; box-shadow: 0 1px 2px rgba(0,0,0,0.5); z-index: 555; position: relative;}
.page-title .submenu_outer .submenu-list li{margin: 10px;}
.page-title .submenu_outer .submenu-list li a{background: url(../images/icon-checked.png) no-repeat 0px 4px; padding-left: 20px; display: block; color:#333; font-size: 17px; text-transform: uppercase;}
.page-title .submenu_outer .submenu-list li a:hover{color:#000;}*/

 .dropdown-outer{position: relative;}
.submenu-list{background: #fff; min-width: 220px;  -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);  position: absolute;left: 0px;z-index: 2;border-radius: 4px;display:none;}
.submenu-list ul{margin:0;padding:5px 0;}
.customers-wrap .submenu-list ul li{padding:10px; border-bottom: 1px solid #ccc;}
.customers-wrap .submenu-list ul li:hover{background:#eee;}
.customers-wrap .submenu-list ul li:last-child{border: none;}
.submenu-list li a{ padding-left: 0px; display: block; color:#333; font-size: 17px; text-transform: uppercase; height: auto;} 
.page-title .submenu_outer .submenu-list li a:hover{color:#000;}
.submenu-list ul li:last-child a{border-bottom: 0px solid #ccc;}
.submenu-list.show-menu{display:block;-webkit-transform: translate(0,0px) scale(0.50);-ms-transform: translate(0,0px) scale(0.50);transform: translate(0,0px) scale(0.50);opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.submenu-list.show-menu.show-menu1{opacity:1;    -webkit-transform: translate(0,0px) scale(1);    -ms-transform: translate(0,0px) scale(1);    transform: translate(0,0px) scale(1);}

.toggled-menu .submenu-list.show-transaction{display:block;-webkit-transform: translate(0,0px) scale(0.50);-ms-transform: translate(0,0px) scale(0.50);transform: translate(0,0px) scale(0.50);opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.toggled-menu .submenu-list.show-transaction1{opacity:1; -webkit-transform: translate(0,0px) scale(1);    -ms-transform: translate(0,0px) scale(1);    transform: translate(0,0px) scale(1);}

.loaction_wrap{display: inline-block;position: absolute;left:40%;}
.loaction_wrap .btn{border:1px solid #000; position: relative; display: block; padding:9px 40px 9px 15px; border-radius:3px;}
.loaction_wrap .btn.caret:after{right:15px;}


.col-left{width: 260px; float: left;}
.scroll-view {background: #fff;position: fixed;top:0px;padding-top:135px;left: 0px;bottom: 0px;overflow: hidden;width: 260px;-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.2);box-shadow: 0px 0px 10px 1px rgba(0,0,0,.2);}
.scroll-view .menu{-webkit-box-sizing: border-box;box-sizing: border-box; overflow-y: auto; width: 120%; padding-right: 20%; height: 100%;}
.menu ul{margin:0px;padding:0px;}
.menu ul li {list-style: none;}
.menu ul li a { color: #7f7f7f;text-decoration: none; padding: 15px 15px 15px 55px;display: block; position: relative; font-weight: 300; letter-spacing: 1px;font-size:17px;}
.menu ul li.active a:before{content:'';width: 5px; background: #4cb962;position: absolute;left: 0px;top: 0px;bottom: 0px;}
.menu ul li.active a{color:#4cb962; font-weight: 400;}
.menu ul li .fa{left: 20px;position: absolute;}
.fa-dashboard{ width: 22px; height: 20px;background: url(../images/dashboard-icon.png) no-repeat;top: 15px;}
.fa-companies{ width: 22px; height: 24px;background: url(../images/companies-icon.png) no-repeat;top: 12px;}
.fa-verifications{ width: 22px; height: 22px;background: url(../images/verifications.png) no-repeat;top: 13px;}
.fa-consumer{ width: 22px; height: 24px;background: url(../images/consumer-icon.png) no-repeat;top: 16px;}
.fa-services{ width: 22px; height: 24px;background: url(../images/services-icon.png) no-repeat;top: 15px;}
.fa-job{ width: 22px; height: 24px;background: url(../images/job-icon.png) no-repeat;top: 12px;}
.fa-finance{ width: 22px; height: 15px;background: url(../images/finance-icon.png) no-repeat;top: 17px;}
.fa-reports{ width: 22px; height: 27px;background: url(../images/reports-icon.png) no-repeat;top: 12px;}
.fa-broadcast{ width: 22px; height: 13px;background: url(../images/broadcast-icon.png) no-repeat; left: 20px;top: 18px;}

.fa-services-icon{ width: 22px; height: 22px;background: url(../images/services1.png) no-repeat; left: 20px;top: 15px;}
.active .fa-services-icon{background: url(../images/services1-active.png) no-repeat;}

.active .fa-dashboard{background: url(../images/dashboard-icon-active.png) no-repeat;}
.active .fa-companies{background: url(../images/companies-icon-active.png) no-repeat;}
.active .fa-verifications{background: url(../images/verifications-active.png) no-repeat;}
.active .fa-broadcast{background: url(../images/broadcast-icon-active.png) no-repeat;}
.active .fa-consumer{background: url(../images/consumer-icon-active.png) no-repeat;}
.active .fa-services{background: url(../images/services-icon-active.png) no-repeat;}
.active .fa-finance{background: url(../images/finance-icon-active.png)no-repeat;}
.active .fa-reports{background: url(../images/reports-icon-active.png)no-repeat;}
.active .fa-job{background: url(../images/job-icon-active.png)no-repeat;}



/**right panel desgin**/
.file-action a.common-tab{background: #000; border-radius: 2px;  color: #fff;  padding: 12px;
float: left;margin-right: 15px;    font-size: 17px;}

.show-delete .file-action{display:block;opacity:0; -webkit-transform: translate(0, 100%); -ms-transform: translate(0, 100%);transform: translate(0, 100%);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;opacity:0;}
.show-delete1 .file-action{opacity:1;-webkit-transform: translate(0%, 0%); -ms-transform: translate(0%, 0%);transform: translate(0%, 0%);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;}
.show-delete .filter-action-btn{webkit-transform: translate(0%, -100%); -ms-transform: translate(0%, -100%);-webkit-transform: translate(0%, -100%);transform: translate(0%, -100%);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;opacity:0;}
.show-delete1 .filter-action-btn{opacity:1;display:none;}
.file-action{position:absolute;top:0px;left:0px;display:none;}


.icon-close{ width: 22px; height: 22px;background: url(../images/icon-close.png) no-repeat;background-position:center;cursor:pointer;    margin-right: 15px; margin-top: 12px;float:left;}
.col-right .filter-section{margin:15px 0px;position:relative; min-height: 44px;}
.col-right .filter-list{margin-right:15px;float:left;position:relative;}
.col-right .filter-action-btn{position:absolute;top:0;left:0;-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;}
.col-right .filter-list.search{position:relative;}
.col-right .filter-list.search .form-element{ margin: 0px 0px;}
.col-right .filter-list.search .search-box{border: 0px; height: 44px; background: #000;padding: 12px 10px 12px 50px; width: 300px; border-radius: 2px; font-size: 17px;  color: #fff; font-weight: 300;}
.col-right .filter-list.search .search-icon{border: none; z-index: 1; width:24px;height:23px; background: url(../images/search-icon-white.png) no-repeat;position:absolute;left: 15px; top: 50%; cursor: pointer;  margin-top: -12px;}
.sort-box{position:relative;width:44px;height:44px;background: #000;border-radius: 2px;cursor:pointer;}
.sort-box:before{content:'';width:1px;height:1px; background:none;position:absolute;top:50%;left:50%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.sort-box:hover:before{width:100%;left:0px;height:100%;top:0px;background:#333;border-radius:3px;}

.filter-box{position:relative;width:44px;height:44px;background: #000;border-radius: 2px;cursor:pointer;}
.filter-box:before{content:'';width:1px;height:1px; background:none;position:absolute;top:50%;left:50%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.filter-box:hover:before{width:100%;left:0px;height:100%;top:0px;background:#333;border-radius:3px;}

.multiple-select{position:relative;width:44px;height:44px;background: #000;border-radius: 2px;cursor:pointer;}
.multiple-select:before{content:'';width:1px;height:1px; background:none;position:absolute;top:50%;left:50%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.multiple-select:hover:before{width:100%;left:0px;height:100%;top:0px;background:#333;border-radius:3px;}

.captcha-box{position:relative;width:40px;height:40px;background: #000;border-radius: 2px;cursor:pointer;}
.captcha-icon{width:21px;height:21px; background: url(../images/captcha-icon.png) no-repeat;position:absolute;left: 50%; top: 50%; cursor: pointer;  margin-top: -10.5px;margin-left: -10.5px;}
.delete-select{position:relative;width:44px;height:44px;background: #000;border-radius: 2px;cursor:pointer;}
.delete-select:before{content:'';width:1px;height:1px; background:none;position:absolute;top:50%;left:50%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.delete-select:hover:before{width:100%;left:0px;height:100%;top:0px;background:#333;border-radius:3px;}
.delete-icon{width:18px;height:23px; background: url(../images/delet-icon.png) no-repeat;position:absolute;left: 50%; top: 50%; cursor: pointer;  margin-top: -11.5px;margin-left: -9px;}

.filter-icon{width:18px;height:25px; background: url(../images/filter-icon.png) no-repeat;position:absolute;left: 50%; top: 50%; cursor: pointer;  margin-top: -12.5px;margin-left: -9px;}
.sort-icon{width:24px;height:24px; background: url(../images/sort-icon.png) no-repeat;position:absolute;left: 50%; top: 50%; cursor: pointer;  margin-top: -12px;margin-left: -12px;}
.select-icon{width:24px;height:22px; background: url(../images/select-icon.png) no-repeat;position:absolute;left: 50%; top: 50%; cursor: pointer;  margin-top: -12px;margin-left: -11px;}
.filter-dropdown ul{margin:0px;padding:0px;}
.filter-dropdown ul li:hover{background: #f7f7f7;opacity: 1; }
.filter-dropdown ul li.active{ background: #eee; opacity: 1;}
.tick {  background: url(../images/icon-checked.png) no-repeat 12px 16px; width: 100%;  -webkit-box-sizing: border-box;  box-sizing: border-box; height: 40px;}
.filter-dropdown ul li a { color: #000;  list-style: none;  text-decoration: none; line-height: 42px; padding-left: 15px; display: block;  font-size:13px;    font-weight: 400;    border-bottom: 1px solid #ccc;}
.filter-dropdown li:last-child a{ border-bottom: 0px solid #ccc;}
.filter-dropdown.show-menu{display:block;z-index: 5;}
.filter-dropdown{ width: 200px; border-radius: 4px; position: absolute;   background: #fff;  color: #666;   top:48px; -webkit-box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.15); box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.15);z-index: 1;    left: 0px;display:none;}
.category-list .detail-container li   .checkbox-delete .ui-button.ui-checkboxradio-label::before{top:50%;margin-top:-10px;margin-left: -30px;}  
.category-list .title-bar  .ui-button.ui-checkboxradio-label::before{margin-left: -30px}  
.checkbox-delete {display:none;}
.col-right.checkbox-show .checkbox-delete{display:block;}

.col-right.show-delete  .multiple-select{display:none;}
.col-right.show-delete .delete-select{display:block;}
.title-bar {margin:20px 0px;font-size:17px;}
.col-right { padding:135px 15px 60px;margin-left: 260px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;}
.col-right.checkbox-show{ padding:135px 15px 80px 45px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;overflow: hidden; }
.col-title { float: left;padding: 0px 5px;-webkit-box-sizing: border-box;box-sizing: border-box; overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;letter-spacing: 1px;color: #282d33;}
.col-title.col-4 {width: 24%;min-height:1px;    }
.col-detail.col-4 {width: 24%; text-align: left;}
.col-detail { float: left; padding: 0px 5px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;white-space: nowrap; font-size: 16px; letter-spacing: 1px;  line-height: 30px;}
.detail-container{margin-top:20px;} 
.detail-container ul{margin:0px;padding:0;}
.detail-container ul li{list-style:none;position:relative;-webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.15);box-shadow: 0px 3px 7px rgba(0,0,0,0.15); background: #fff;    margin-bottom: 3px;}
.detail-container ul li > a{  padding: 15px 5px;  display: block;width: 100%;  border-radius: 2px;     -webkit-box-sizing: border-box;     box-sizing: border-box;}
.more-info{width: 12px;  height: 23px; background: url(../images/more-info.png) no-repeat ;
  position: absolute;  right: 0px;  top: 50%;  cursor: pointer;  background-position: center;  padding: 4px 6px; margin-top: -15.5px;  border-radius: 2px;}
.more-info:hover{background: url(../images/more-info.png) no-repeat ,#f1f1f1;background-position: center;}  
.more-info-outer{min-width:6px;height:24px;position: absolute; right: 15px; top:50%; margin-top: -12.5px;}
.common-button{    border: 2px solid #8a30ec; border-radius: 25px; padding: 3px 10px;}
.dropdown{background:#fff;width:160px;    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);    position: absolute; right: 0px;  z-index: 1;  border-radius: 4px;display:none;}
.dropdown ul{margin:0;padding:0;}
.dropdown ul li{    list-style: none;border-bottom: 1px solid #ccc;}
.dropdown ul li a{    color: #000; padding: 12px 15px; display: block; font-size: 12px;  text-transform: uppercase;  font-weight: 600;}
.dropdown ul li:last-child { border-bottom: 0px;}
 
 /*27-march*/
.form-element.residence-check .category-list label{font-weight: 300;}
.detail-section .services-info-head .action-btn .admin-delete-icon{top:0;}
.detail-section.property-detail .services-info-head{border-radius: 0px; margin: 0px;}
.detail-section.property-detail .border-top {border-top:1px solid #ddd; display: inline-block; vertical-align: top; width: 100%; margin-top:10px;}
.detail-section.property-detail .border-top h3{margin: 20px 0 5px 10px;}
.detail-container .col-detail .status-active {
    color: green;
}
        /*end*/


/**profile dropdown**/
.profile-dropdown{background: #fff; float: right;  width: 200px; margin-top: 10px; margin-right: 10px;  text-align: center;font-weight: 400;font-size: 14px;    letter-spacing: 1px;
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.15);
            box-shadow: 0px 3px 7px rgba(0,0,0,0.15);    border-radius: 2px;}
.profile-dropdown ul{margin:0;padding:0;}
.profile-dropdown ul li{list-style:none; margin-top: 5px;}
.profile-dropdown ul li a{text-decoration:none;display:block;    padding: 15px 15px;}
.profile-dropdown ul li a:hover{background: #4cb962; color:#fff;}
.profile-dropdown ul li.email-profile{    padding: 15px 15px;}
.profile-dropdown ul li a.subadmin-profile{border: 1px solid #000;margin: 0px 20px;padding: 12px 0px;    border-radius: 2px;}
.profile-dropdown ul li a.subadmin-profile:hover{color:#fff; border-color:#4cb962;}
.myprofile-conatiner{cursor:pointer;}
.myprofile-conatiner .myprofile{float:left;}
.profile_popup_outer {    background: rgba(219,217,217,.8);  position: fixed; left: 0;
 right: 0; top: 0px;  bottom: 0;z-index: 100;  overflow: auto;  display: none;    margin-left: 0px!important;}
.profile_popup_outer.prfile_popup_show { display: block;opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;
-webkit-transform: translate(0px,-100px);  -ms-transform: translate(0px,-100px);  transform: translate(0px,-100px);}
.profile_popup_outer.prfile_popup_show1 { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-transition: .3s;  -o-transition: .3s;  transition: .3s;  -webkit-transform: translate(0px,0px);-ms-transform: translate(0px,0px);transform: translate(0px,0px);}
/**pagination**/
#pagination_div{padding-left: 260px; position: absolute; bottom:10px; text-align: center; width: 100%;   -webkit-box-sizing: border-box;box-sizing: border-box;}
#pagination_div.no-space-left{padding-left: 0px;}
.pagination {margin: 0px 0px 5px;   display: block;}
.pagination ul{margin:0px;padding:0px;}
.pagination li { display: inline-block; list-style: none;  padding: 0px;margin-right: 5px;width: 30px;text-align: center; background: #f3f5f8; line-height: 25px;border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;}
.pagination li a {  color: #333;   text-decoration: none;}
.pagination .disabled { display: inline-block; list-style: none;  padding: 0px;margin-right: 1px;  width: 30px;  text-align: center; line-height: 25px;border:1px solid  #282d33;  cursor: inherit;  background: #282828;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;}
.pagination .disabled  a{color:#fff;}
.pagination .disabled {  display: inline-block;  list-style: none;  padding: 0px; margin-right: 5px;  width: 30px; text-align: center;  line-height: 25px;  background-color: #282d33; cursor: inherit;-webkit-box-sizing:border-box;box-sizing:border-box;}
.pagination.bootpag{margin-bottom:0px;}
/**pagination end **/

/***broad cast listing pgae**/
#show_text_area{display:none;}
.col-bx-bottom .col-title-inner{color: #4cb962;}

.detail-container ul li.show-menu .dropdown-list{display:block!important;}
.dropdown-list{background:#fff;width:160px;    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);    box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);    position: absolute; right: 0px;  z-index: 1;    border-radius: 4px;display:none;}
.dropdown-list ul{margin:0;padding:0;}
.dropdown-list  a{    padding: 15px 10px 10px 10px;   color: #000; display: block; font-size: 12px;text-transform: uppercase;  font-weight: 400;    width: auto;    border-radius: 2px;border-radius:0px; border-bottom: 1px solid #ccc;}
.dropdown-list a:last-child {border-bottom: 0px solid #ccc;}
.dropdown-list  a:hover{background:#eee;}
/**broad cast detail page**/
.detail-section{max-width:750px;margin:50px auto;width:100%;-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,.2);box-shadow: 2px 2px 10px 1px rgba(0,0,0,.2);}
#tab3 .detail-section{display: none;}
.col-bx-top{background:#4cb962;padding:30px;}
.col-bx-top .box-info a{color: #fff;}
.col-title-inner{color: #ccc;    font-size: 17px;    margin-bottom: 5px;}
.col-info{color:#fff;    font-size: 18px;}
.common-detail-bx{margin: 20px 0px 20px 0px;}
.col-bx-bottom{background:#fff;padding:30px;overflow-y:auto;}
.col-bx-bottom .col-info{color:#000;font-size: 17px;}
.col-hightlight{font-size: 22px;color: #fff;}
/**broad cast form**/
.col-right.right-full{margin-left:0px;}
.container.login-form .broadcast-form .form {padding: 50px 100px 40px;position:inherit}
.container.login-form .broadcast-form{overflow:inherit;    min-height: auto;}
.broadcast-form .category-list{margin-bottom:30px;}
.category-list ul{margin:0px;padding:0px;  max-height: 250px;}
.category-list ul li{list-style:none;position:relative;}
.broadcast-form .category-list ul li{list-style:none;position:relative; float: left; width: 50%;}
.show-icon .back-btn{display:block;}
.broadcast-form select {-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url(../images/icon-arrow-grey.png) no-repeat calc(100% - 10px) center / 11px;    padding-right: 40px;}
.service-box{border: solid 0px;width: 100%;height: 50px; line-height: 1; -webkit-box-sizing: border-box; box-sizing: border-box;outline: none;font-size: 15px;color: #333;border-bottom: solid 1px #ccc;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url(../images/icon-arrow-grey.png) no-repeat calc(100% - 10px) center / 11px;    padding-right: 40px;}
.services-dropdown{position:relative;}
.service-container{position: absolute;top: 50px; left: 0px; width: 100%;background: #fff;
padding: 15px;    z-index: 1;    -webkit-box-sizing: border-box;    box-sizing: border-box;    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);    box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);}
.service-container .category-list ul li {margin: 8px 0px;}
.container.login-form .service-container .category-list label{font-size:14px;}
.broadcast-form .category-list .service-container .category-list{margin-bottom: 0px;}
.sevice-choose a.common-btn{display: inline-block; text-align: center;line-height: 42px;min-width: 120px;margin-top: 10px;    padding: 0px;}
.service-container{display:none;}
.service-container.show-menu{display:block;}
/**admin list & side panel**/
.side-panel-inner .col-bx-top .admin-delete-icon a{display: inline-block; padding: 6px 10px;  border-radius: 3px;  margin: 3px;cursor: pointer;}
.admin-side-panel { position: fixed;left: 0;right: 0;top:0px; bottom: 0; z-index: 100; overflow: auto; margin-left: 0px!important;display:none;}
.side-panel-inner{width: 450px;  position: fixed; right: -450px; top: 128px;  bottom: 0px; background: #fff;  -webkit-transition: all.3s;  -o-transition: all.3s;  transition: all.3s; overflow: auto;padding-bottom: 50px; }
.access-info{border-top: 1px solid rgba(255,255,255, 0.2);color: #fff;margin-top: 30px;padding-top: 20px; text-transform: uppercase;}
.access-info p{margin-left:15px;}
.col-info span.common-btn{    background: #000; color: #fff; padding: 10px 20px;display: inline-block;  border-radius: 25px;margin: 5px 5px 5px 0px;    min-width: auto;}
.form-container.col-7.add-admin-form{    overflow: inherit;min-height:auto;}
.container.login-form .form-container.col-7.add-admin-form .form{    position: inherit;}

.add-admin-form  .category-list ul li {margin: 8px 0px;}
.add-admin-form  .category-list label{font-size:14px;}
.add-admin-form  .category-list{margin-bottom: 0px;}
.add-admin-form  .category-list ul li { list-style: none; position: relative; float: left;
    width: 50%;}
.add-admin-form .form-element.info-access .category-list ul li{width:100%;}
/**switch**/
.switch {    display: inline-block; width: 35px;  position: absolute;right: 0px;}
.switch input {display:none;}
.slider-btn {    position: absolute;cursor: pointer;  top: 0;   left: 0; right: 0;  bottom: 0;  background-color: #d5d5d5;  -webkit-transition: .4s; -o-transition: .4s;  transition: .4s; height: 19px;border-radius: 25px; width: 35px;}
.switch-btn{position: absolute; top: 4px; left: 40%;}
.slider-btn:before {    position: absolute;  content: "";  height: 13px;  width: 13px; left: 0px; top: 0px;  bottom: 4px;background-color: #fff;-webkit-transition: .4s; -o-transition: .4s;
    transition: .4s;border-radius: 50%; border: 3px solid #bbbcbc;}
input:checked + .slider-btn {background: #282d33;}
input:focus + .slider-btn {-webkit-box-shadow: 0 0 1px #2196F3;box-shadow: 0 0 1px #2196F3;}
input:checked + .slider-btn:before {-webkit-transform: translateX(17px);-ms-transform: translateX(17px);transform: translateX(17px);    background: #282d33;  border: 3px solid #fff;}
.col-bx-footer{width:100%; padding: 0px 30px 10px 30px;-webkit-box-sizing: border-box;box-sizing: border-box; position: absolute; bottom: 0px; left: 0; background: #fff;}
.block .col-info{color:#000;float:left;}
.block {width:100%;position:relative;    margin: 5px 0;}
.side-panel-inner .col-bx-top{position:relative;background:#4cb962;}
.side-panel-inner .col-bx-footer{position: fixed; max-width: 450px;right: -450px;-webkit-transition: all.3s;-o-transition: all.3s;transition: all.3s;bottom: 0px;left: auto;
}
.admin-side-panel.panel_show1.panel_show2 .side-panel-inner .col-bx-footer{ right: 0px;   -webkit-transition: all.3s;
-o-transition: all.3s;
transition: all.3s;}
.admin-delete-icon{    position: absolute;  right: 4px; top: 20px;}
.admin-delete-icon  a.common-action{display: inline-block; padding: 6px 10px; border-radius:3px;margin:3px;cursor:pointer;} 
.admin-delete-icon a.common-action:hover{ background: #17191e;}
.admin-side-panel:before{background: rgba(219,217,217,.8);position: fixed;left: 0;right: 0;top: 128px; bottom: 0; content:'';}
.admin-side-panel.panel_show1{display:block;}
.admin-side-panel.panel_show1.panel_show2  .side-panel-inner{right:0px;}

.row-form{margin:0px -15px;}
.row-form .form-element.col-6{padding:0px 15px;    -webkit-box-sizing: border-box;    box-sizing: border-box;}
.info-access .category-list .ui-button.ui-checkboxradio-label::before{border-radius:50%;    }
.info-access .category-list .ui-button.ui-checkboxradio-label.ui-state-active::before{    background: url(../images/icon-tick.png) no-repeat center #282d33; background-size: 10px;
    border-radius: 2px; border: 1px solid #282d33;border-radius:50%;}

/**user profile**/
.profile-container .Edit-profile-container .x_panel{padding: 40px 60px;}
.profile-container .change-password .x_panel{padding: 40px 60px;}
.profile-container .x_panel{padding: 25px 25px;-webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);box-shadow: 0 0 15px rgba(0,0,0,.25);-webkit-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;    -webkit-box-sizing: border-box;    box-sizing: border-box;}
.profile-container  .profile_image{width:130px;height:130px;overflow:hidden;float:left;}
.profile_detail{margin-left:145px;}
.profile-box{margin-bottom:5px;word-wrap:break-word;}
.profile-box.profile-name{margin-bottom:10px;    font-size: 25px;font-weight: 300;}
.profile-box.profile-password{margin-top:10px;}
.profile-box.profile-password .btn{background:#f77a52;color:#fff;font-size:14px;;}
.edit-profile{top: .1px;left: 0px;position: absolute;padding: 5px 0px 4px 6px;width:22px;background: #fff;margin-left: -32px;border-right: 0px;cursor: pointer;    -webkit-box-shadow: -5px 0px 15px rgba(0,0,0,.25);    box-shadow: -5px 0px 15px rgba(0,0,0,.25);}
.change-password .x_panel  .form-element.submit-btn{margin-bottom:0px;} 
.change-password-title{text-align:center;    margin: 20px 0px 40px;}
.change-password-title .line {display: block;border-bottom: solid 1px #333;margin: -14px 0 0;}
.change-password-title .text {display: inline-block;background:#F7F7F7;padding: 5px 15px;}
.Edit-profile-container{display:none;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.change-password{display:none;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.admin-info{-webkit-transition: .3s;-o-transition:.3s;transition:.3s;}
.edit-profile.back-btn{top: .1px; left: 0px; position: absolute;padding: 0px; -webkit-box-shadow: -5px 0px 15px rgba(0,0,0,.25); box-shadow: -5px 0px 15px rgba(0,0,0,.25); width: 28px;  height: 28px;  display: block; border-radius: 0px;  margin-top: 0px;  margin-left: -32px;}
.edit-profile.back-btn:before{content:'';width:18px;height:18px; background: url(../images/back-btn.png)  no-repeat;position:absolute;top:50%;left:50%;background-size:18px;margin-top:-9px;margin-left:-9px;}

.Edit-profile-container{display:none;}
.profile-container.show-edit-porfile .Edit-profile-container{opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;-webkit-transform: translate(0,100px);-ms-transform: translate(0,100px);transform: translate(0,100px);display:block;}
.profile-container.show-edit-porfile.show-edit-porfile1 .Edit-profile-container{opacity:1;-webkit-transform: translate(0,0px);-ms-transform: translate(0,0px);transform: translate(0,0px);}
.profile-container.show-edit-porfile .admin-info{opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;-webkit-transform: translate(0,100px);-ms-transform: translate(0,100px);transform: translate(0,100px);}
.profile-container.show-edit-porfile.show-edit-porfile1 .admin-info{opacity:1;-webkit-transform: translate(0,0px);-ms-transform: translate(0,0px);transform: translate(0,0px);display:none;}
.profile-container.show-change-pwd .change-password{display:block;opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;-webkit-transform: translate(0,100px);-ms-transform: translate(0,100px);transform: translate(0,100px); }
.profile-container.show-change-pwd.show-change-pwd1 .change-password{opacity:1;-webkit-transform: translate(0,0px) scale(1);-ms-transform: translate(0,0px) scale(1);transform: translate(0,0px) scale(1);}
.user-upload-photo {width: 100px;height: 100px;background: none;text-align: center;margin: 0 auto;position: relative;font-size: 1.1em;font-weight: 600;border: 0px solid #ccc;border-radius: 50%;padding-top: 0px;overflow: hidden;-webkit-box-shadow: 0px 2.5px 5px 0px rgba(0, 0, 0, 0.078);box-shadow: 0px 2.5px 5px 0px rgba(0, 0, 0, 0.078);}
.user-upload-photo .img-circle.profile_img{width: 100px;height: 100px;margin:0px;border:0px;}
.user-upload-photo .img-circle.profile_img .profile-name{padding: 30px 0px;font-size: 32px;
    font-weight: 400;}
.user-upload-photo span {position: absolute;top: 0px;left: 50%;top: 50%;margin-top: -9px;margin-left: -12px;}
.upload-photo {width: 120px;height: 120px;text-align: center;position: absolute;cursor: pointer;top: 0px;left: 0px;outline: none;opacity: 0;border-radius: 50%;cursor: pointer;}
.x_panel {  position: relative;    width: 100%; padding: 10px 17px; display: inline-block;  background: #fff;  border: 1px solid #E6E9ED;  -webkit-column-break-inside: avoid;  -moz-column-break-inside: avoid; column-break-inside: avoid;  opacity: 1;-webkit-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;margin-bottom:15px;}
.img-circle.profile_img { width: 60px; height: 60px; background: #e1e1e1; margin-left: 15%;   position: inherit;  margin-top: 10px;  border: 1px solid rgba(52, 73, 94, 0.44);position: relative;}
.common-btn{ min-width: 150px; color: #fff; background: #4cb962; text-align: center;  border: 0px;  border-radius: 25px;
 font-size: 15px;    cursor: pointer; text-transform: uppercase; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; letter-spacing: 1px;    display: inline-block;   padding: 10px 15px; -moz-appearance:none;appearance:none; -webkit-appearance:none;}  
 .detail-section.section-profile{  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2);  box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2); }
.detail-section.section-profile{max-width:700px; padding: 0 30px; -webkit-box-sizing: border-box; box-sizing: border-box;}
/**property listing**/
.detail-section.add-service{background:#fff;max-width:800px;}
.add-form{padding: 50px 70px;}
.add-property .add-form{background: #fff;}
.map{margin-top:10px;}
.map iframe{width: 100%; height: 350px;}
.common-detail-bx.col-6{padding:0px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.common-detail-bx.col-4{width:33%; float: left; padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.property-detail .col-bx-bottom .row-form{margin:0px -10px}
.detail-section.property-detail{max-width:750px;}
.action-section{position:relative;}
.detail-section.property-detail .col-hightlight{margin-top:40px;}
.property-id{float: right;}
.property-id .col-title-inner {margin-top: 30px; border: 1px solid #ffffff; background:#ffffff; color:#4cb962; padding:7px 20px; border-radius:40px;}
.detail-section .action-btn .admin-delete-icon{position: absolute;top:-20px; right: -10px;}
.add-service .upload-img .img-border {width: 70px;height:70px;text-align: center;position:relative;font-size: 1.1em;font-weight: 600;border-radius:5px;padding-top: 0px;overflow: hidden;display: inline-block;background:#282c33;vertical-align: middle;}
.add-service  .photo-text{color:#9e9fa1; font-size:15px;} 
.add-service .upload-img p{display: inline-block; vertical-align:middle; opacity: 0.7; font-size: 13px;}
.add-service .row-form .form-element.col-4{width: 33.33%; padding: 0 15px; float: left; -webkit-box-sizing: border-box; box-sizing: border-box;}
.add-service .row-form .form-element.col-8{width: 66.66%; padding: 0 15px;float: left;-webkit-box-sizing: border-box;box-sizing: border-box;}


/**resident**/
.catcha-code{position:relative;}
.captcha-box{position:absolute;top:3px;left:0px;}
.user-pics{width: 60px;height: 60px; border-radius: 50%; overflow: hidden; float: left;}
.user-info{margin-left:80px;color:#fff;}
.user-details{float: left;}
.box-info{ font-size: 22px;letter-spacing:1px;margin-bottom:5px; font-weight: 400;}
.box-info.common{font-size: 17px;color: #fff; font-weight: 300;}
.user-info i{    margin: 0px 20px;  font-style:inherit;}
.exprot-container{display:inline-block;position:relative;}
.exprot-dropdown{background: #fff; width: 160px; -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);  position: absolute;right: 0px;z-index: 1;border-radius: 4px;display:none;}
.exprot-dropdown ul{margin:0;padding:0;}
.exprot-dropdown ul li{list-style:none;}
.exprot-dropdown ul li a{padding: 12px 10px 10px 12px; color: #000; display: block; font-size: 15px;
    font-weight: 300; width: auto; border-radius: 0px;  border-bottom: 1px solid #ccc;}
.exprot-dropdown ul li a:hover{background:#eee;}    
.exprot-dropdown ul li:last-child a{border-bottom: 0px solid #ccc;}
.exprot-dropdown.show-menu{display:block;-webkit-transform: translate(0,0px) scale(0.50);-ms-transform: translate(0,0px) scale(0.50);transform: translate(0,0px) scale(0.50);opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.exprot-dropdown.show-menu.show-menu1{opacity:1;    -webkit-transform: translate(0,0px) scale(1);    -ms-transform: translate(0,0px) scale(1);    transform: translate(0,0px) scale(1);}
.red-txt{color:#4cb962 !important;}


/**submenu**/
.toggle-submenu{background: #fff; width: 160px; -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);  position: absolute;right: 0px;z-index: 1;border-radius: 4px;display:none;}
.toggle-submenu ul{margin:0;padding:0;}
.toggle-submenu ul li{list-style:none;}
.toggle-submenu ul li a{padding: 12px 10px 10px 38px; color: #000; display: block; font-size: 12px;
    text-transform: uppercase; font-weight: 300; width: auto; border-radius: 0px;
    border-bottom: 1px solid #ccc;}
.toggle-submenu ul li:last-child a{border-bottom: 0px solid #ccc;}
.toggle-submenu.show-menu{display:block;-webkit-transform: translate(0,0px) scale(0.50);-ms-transform: translate(0,0px) scale(0.50);transform: translate(0,0px) scale(0.50);opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.toggle-submenu.show-menu.show-menu1{opacity:1;    -webkit-transform: translate(0,0px) scale(1);    -ms-transform: translate(0,0px) scale(1);    transform: translate(0,0px) scale(1);}


/**dashboard**/
.menutrigger{display: none;}
.tab-section{max-width:900px;width:100%;margin:0 auto;  border-radius: 5px; overflow: hidden;background: #eaeaea;    margin-top: 35px;}
.tab-section ul{margin:0px;padding:0px; display: table; width: 100%; table-layout:fixed;}
.tab-section ul li{list-style:none;text-align:center; display: table-cell;}
.tab-section ul li a{padding:22px 0px;display:block;outline:none;color: #4a4a4a; text-transform:uppercase;}
.tab-section ul li.ui-state-active{background:#4cb962; color:#fff; border-radius: 0px;}
.tab-section ul li.ui-state-active a{color:#fff;    -webkit-box-shadow: 0px 1px 3px  rgba(0,0,0,.1);    box-shadow: 0px 1px 3px  rgba(0,0,0,.1);}
.chart-container{max-width:900px;width:100%;margin:50px auto 0px;-moz-display:none;}

.chart-box{width:40%;float:left;min-height:1px;padding: 0px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.chart-info{width:60%;float:left;min-height:1px;padding-left:20px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.chart-info p{    font-size: 18px;letter-spacing: 1px;color: #4a4a4a;}
.chart-info h2{font-weight: 300; font-size: 26px;  text-transform: uppercase; letter-spacing: 1px;}
.chart-col i.fa {width: 20px;height: 20px; background: #000;  display: inline-block;border-radius: 2px;float:left;margin-right:15px;}
.chart-col{margin: 15px 0px;font-size: 18px; font-weight: 300;}
.chart-col i.fa.green{background:#a4c639;}
.chart-col i.fa.gray{background:#ddddde;}
.chart-col i.fa.darkgreen{background:#3ac661;}
.chart-col i.fa.darkgray{background:#8d8f96;}
.chart-col i.fa.lightsky{background:#b7c3f7;}
.chart-box-inner{    background: #fff;  padding: 10px;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius:50%;    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);    box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);}
.chart-user{margin-top:40px;}
.tab-ios{width:200px;background:#fff;}
.tab-ios ul{margin:0px;padding:0px;}
.tab-ios ul li{list-style:none;float:left;width:50%;text-align:center;}
.tab-ios ul li a{padding:12px 0px;display:block;outline:none;color: #4a4a4a;font-size:17px;}
.tab-ios ul li.ui-state-active a{-webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.1);box-shadow: 2px 2px 4px 1px rgba(0,0,0,.1); font-weight:bold;}
.line-chart{background:#fff;padding: 20px;    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);    box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);}
.chart-box.col-12{width:100%;}
.line-cart-container .chart-info{width:100%;}
.line-cart-container .line-chart-info{width:60%;float:left;padding-right:20px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.line-cart-container .chart-user{width:40%;float:left;margin-top:30px;}
.dashboard-menu{position:fixed;right:5px;bottom:5px;}
.dashboard-menu ul{margin:0px;padding:0px;}
.dashboard-menu ul li{list-style:none;}
.dashboard-menu ul li a{background: #4cb962; color: #fff; display: block;text-align: center;text-transform: uppercase; letter-spacing: 1px;padding: 12px 8px; border-radius: 3px; width: 100px; display: block; margin:7px;font-size: 13px;-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);box-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.dashboard-menu ul li a:hover{background: #282d33;}

/***consumer**/
.consumer-list  .col-title.col-3{width:19.2%;}
.consumer-list  .col-detail.col-3{width:19.2%;}
.consumer-list  .col-title.col-2{width:15%;}
.consumer-list  .col-detail.col-2{width:15%;}
.total-count{float: right;border: 2px solid #4cb962;line-height: 40px;padding: 0px 12px;border-radius: 2px;color:#4cb962;    font-weight: 400;}
.total-count i{font-style:normal;margin-right:5px;}

.modal-window .ui-widget .ui-widget {font-size: 1em;}
.modal-window .ui-widget input,
.modal-window .ui-widget select,
.modal-window .ui-widget textarea,
.modal-window .ui-widget button {font-size: 1em;}
.modal-window .ui-widget.ui-widget-content {background:#cac8c8;    margin: 25px 0px;}
.modal-window .ui-widget-content {border: 0px solid #dddddd;background: #ffffff;color: #333333;}
.modal-window .ui-widget-content a {color: #333333;}
.modal-window .ui-widget-header {   border: 1px solid #dddddd;background: #e9e9e9;color: #333333;font-weight: bold;}
.modal-window .ui-widget-header a {color: #333333;}
.modal-window .ui-slider .ui-slider-handle { position: absolute;z-index: 2; width: 18px;height:18px; cursor: default;-ms-touch-action: none;touch-action: none;    border-radius: 50%;    -webkit-box-shadow: 3px 5px 12px 2px rgba(0,0,0,.2);    box-shadow: 3px 5px 12px 2px rgba(0,0,0,.2);}
.modal-window .ui-slider-horizontal .ui-slider-handle {top: -11px; margin-left: -6px;}
.modal-window .ui-state-default, .modal-window .ui-widget-content .modal-window .ui-state-default, .modal-window .ui-widget-header .modal-window .ui-state-default, .modal-window  .consumer-slider .ui-button, html .modal-window .consumer-slider .ui-button.ui-state-disabled:hover, html .modal-window .consumer-slider .ui-button.ui-state-disabled:active {    border: 3px solid #282d33;background: #fff;font-weight: normal;color: #454545;}
.modal-window .ui-slider {position: relative;text-align: left;}
.modal-window .ui-slider-horizontal {height:3px;}
.modal-window .ui-widget-content {border: 1px solid #dddddd;background: #ffffff; color: #333333;}
.modal-window .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {border-top-right-radius: 3px;}
.modal-window .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {border-bottom-left-radius: 3px;}
.modal-window .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {border-bottom-right-radius: 3px;}
.modal-window .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {border-top-left-radius: 3px;}
.modal-window .ui-slider .ui-slider-range {position: absolute; z-index: 1; font-size: .7em; display: block;border: 0;background-position: 0 0;}
.modal-window .ui-widget-header {background: #282d33; color: #333333;font-weight: bold;}
.modal-window .ui-slider-horizontal .ui-slider-range {top: 0; height: 100%;}
.slider-value{position: absolute; right: 0px;  top: 0px;  float: right;   height: auto!important; width: auto!important;text-align: right;    color: #333!important;}
.modal-window .form-element label{color:#4c4c4c;font-weight:400;}
.modal-window.filter-popup  .form-element{margin: 40px 0px;}
.form-element.rating ul{margin:0px -6px;padding:0px;}
.form-element.rating ul li{list-style:none;position:relative;float:left;padding:10px 6px;width:20%;-webkit-box-sizing:border-box;box-sizing:border-box;}
.form-element.rating .category-list .ui-button.ui-checkboxradio-label::before{display:none;}
.form-element.rating .category-list .ui-button span{padding:0px;}
.form-element.rating .category-list .ui-checkboxradio-icon-space {margin-right: 0px;}
.form-element.rating .category-list .ui-button{padding: 6px 8px; border-radius: 4px;border: 1px solid #cac8c8;width:100%;    -webkit-box-sizing: border-box;    box-sizing: border-box;}
.form-element.rating .category-list .ui-button.ui-state-active{padding: 6px 8px; border-radius: 4px;border: 1px solid #282d33;background: #282d33;color: #fff;}
.form-element.residence-check .category-list label{color:#333;}   
.form-element.residence-check .category-list li{margin-top:10px;width:50%;padding:0px 10px;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;}
.form .common-btn.unfill{background:  #fff; border: 2px solid #cac8c8; color: #333;}
.modal-window.filter-popup .form-element .common-btn{    min-width: 120px;    margin: 5px 5px 0px 5px;}
.modal-window.filter-popup .title{width:480px;margin:0 auto;max-width:100%;position:relative;}
.modal-window.filter-popup .title h2{text-align:left;}
.clear-filter{position: absolute; top: 30px;  font-size: 18px; font-weight: 300;right:0px;cursor: pointer;padding: 5px 0px; color:#4cb962;}
/**consumer filter**/
.section-filter .tab-section{max-width:750px;background:none;}
.section-filter .tab-section ul li{width:auto;margin:5px 30px 5px 0px; display: inline-block; vertical-align: top;}
.section-filter .tab-section ul li a{padding:10px 0px;    font-size: 18px;font-weight:300;}
.section-filter .tab-section ul li.ui-state-active a{padding:10px 0px;color:#4cb962;    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.1);    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.1);font-weight:400; }
.section-filter .tab-section ul li.ui-state-active {background: none;color:#000;    border-bottom: 2px solid #4cb962;}
/***/
.common-detail-bx.col-12.service .col-info span{background: #282d33;color: #fff;padding: 6px 10px;
 border-radius: 4px; font-size: 15px; margin: 5px; display: inline-block;}
 .common-detail-bx.col-12.service .col-info span:first-child{margin-left:0px;}
.service-provider-photo {width: 70px;height: 70px; background: none;text-align: center; position: relative; font-size: 1.1em; font-weight: 600; border: 0px solid #ccc; border-radius: 50%; padding-top: 0px;overflow: hidden;border:1px solid #4cb962;} 
.service-photo{    width: 80px; height: 80px; text-align: center; position: absolute;  cursor: pointer;
 top: 0px;left:0px;outline: none;opacity: 0;border-radius:50%;cursor: pointer;} 
.upload-service p{font-size:14px;margin:5px 0px;text-transform:uppercase;}  
.photo-text{    font-size: 13px;  font-weight: 300;  text-transform: uppercase; padding-top: 15px;color: #4cb962;}
/**job status**/
.detail-section.job-info{width:100%;position:relative;margin: 10px auto;  max-width: 100%; -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2); box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2);}
.detail-section.job-info .job-list .category-list ul li { margin: 10px 10px;  font-weight: 400;}
.detail-section.job-info .job-list .category-list{margin-bottom:25px;letter-spacing: 1px;}
.detail-section.job-info .job-list .category-list label{color:#666;}
.detail-section.job-info .job-list .category-list label.ui-state-active {color:#000;}
.detail-section.job-info .job-list{ width: 250px;float:left;word-wrap: break-word;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.detail-section.job-info .job-list.fixed-bar{position:fixed;top:135px; bottom: 0px; overflow: auto;    -webkit-transition: all .3s;    -o-transition: all .3s;    transition: all .3s;}
.user-info .price{font-size:18px;font-weight:400;}
.job-detail-outer{margin-left:260px;}
.col-right .job-detail-outer .filter-list{float:none;}
.detail-section.job-info .job-detail{width:70%;max-width:100%;float:left;}
.detail-section.job-info .job-status{width:25%;float:left;padding-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box;    margin-top:25px;}
.col-right.show-tab .section-filter .tab-section{margin-left:260px;width: auto;}
.detail-section.job-info .job-detail .filter-list.search .search-box{width:100%;}
.detail-section.job-info .job-detail .filter-list{float:none; margin-right:0px;}
.detail-section.job-info .job-title .job-name{font-size: 18px;font-weight: 400;color: #000000;width: 50%;float: left;   text-transform:uppercase;}
.detail-section.job-info .client-detail .job-title .job-name{color:#4cb962;}
.detail-section.job-info .job-status .job-title .job-name{width:100%;}
.detail-section.job-info .job-detail .job-title .job-date{width: 50%;float: left;text-align:right;}
.detail-section.job-info .job-detail .job-full-detail{margin: 25px 0px;}
.detail-section.job-info .job-detail .job-profile{background:#fff;padding:20px;    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,.2);    box-shadow: 2px 2px 10px 1px rgba(0,0,0,.2);margin-top:10px; position: relative;}
.detail-section.job-info .job-detail .job-user-info{width:60%;float:left;word-wrap:break-word;}
.detail-section.job-info .job-detail .job-id{width:40%;float:left;word-wrap:break-word;}
.detail-section.job-info .job-detail .client-rating{width:40%;float:left;word-wrap:break-word;}
.detail-section.job-info .job-detail .user-info{color:#000;}
.detail-section.job-info .job-detail .box-info{margin-top:15px;font-size: 20px;}
.detail-section.job-info .job-detail  .box-price{font-weight: 400; font-size: 25px;}
.detail-section.job-info .job-detail .job-id{text-align:right;}
.detail-section.job-info .job-detail .job-id p{font-size: 20px;margin:0px;}
.detail-section.job-info .job-detail .job-id i{font-style:normal;}
.detail-section.job-info .job-detail .job-id span{background: #939599;color: #fff;padding: 10px 20px;border-radius: 25px;display:inline-block;margin: 7px 0; text-transform: uppercase;}
.dark-red{color:#4cb962;}
.star-rating span.star{width:30px;  height:28px; background: url(../images/star.png) no-repeat center;float:left;margin-right:5px;}
.star-rating span.star.fill{width:30px;  height:28px; background: url(../images/star-fill.png) no-repeat center;margin-right:5px;}
.service-review{float:left;margin-left:10px;}
.service-review span{ border: 1px solid #666;  padding: 5px 10px;  border-radius: 2px;  margin-right: 5px;    display: inline-block;}
.job-location{    border-top: 1px solid #666; border-bottom: 1px solid #666;    margin: 30px 0px;}
.client-detail{}
.detail-section.job-info .job-detail .client-rating p{margin:0px;    margin-bottom: 5px;}
.detail-section.job-info .job-detail .client-rating{text-align:right;}
.detail-section.job-info .job-detail .client-container{margin-top:15px;}
.detail-section.job-info .job-detail .client-container .star-rating .star{float:right;margin-right:0px;margin-left:5px;}
.client-images{margin-top:50px;}
.client-images .image-box{width:100px;height:100px;overflow:hidden;float:left;margin:6px;border-radius:10px;}
.client-images .image-box img{max-width:100%;}
.status-full-info{background: #fff;padding: 15px;  -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,.2);  box-shadow: 2px 2px 10px 1px rgba(0,0,0,.2);
    margin-top: 10px;}
.status-full-info ul{margin:0px;padding:0px;}
.status-full-info ul li{list-style:none;position:relative;display:block; padding-left: 20px;    padding-bottom:40px;padding-right:30px;}
.status-full-info ul li i{font-style:normal;font-size:18px;margin-left:5px;color: #4cb962;font-weight:400; display: inline-block; vertical-align: middle;} 
.status-full-info ul li:before { background: #4cb962; bottom: auto;content: "";  height: 10px;  left: 0px;   position: absolute;  right: auto; width: 10px; z-index:0;top:5px; border-radius: 50%;}
.status-full-info ul li a:after { border-left: 1px solid #4cb962; bottom: -5px; content: ""; left: 5px;
position: absolute; top: 5px;}
.status-full-info ul li span{font-size: 12px; font-weight: 400;margin-left:5px;}
.status-full-info ul li:last-child a:after{ border-left: 0x solid #4cb962; bottom: 0; content: ""; left: 5px;position: absolute; top: 0;display:none;}
.filter-list.search .search-box{width:100%}

 /***pop up**/
.modal-window-wrapper {background: rgba(0,0,0,.5);position: fixed;left: 0;right: 0; top: 0px;bottom: 0;z-index: 100;overflow: auto;display: none;}
.overlay-popup{position: fixed;left:0px;top:0px;width:100%;height:100%;display:none}
.modal-window-wrapper.modal-wrapper-visible{display:block;} 
.modal-window{width:600px;margin:100px auto 50px;background:#fff;border-radius:4px;-webkit-box-sizing: border-box;box-sizing: border-box; max-width:96%; padding: 15px;position:relative;}
.modal-window .title h2 {font-size: 30px;text-align:center;color: #000;margin: 0;height: auto;line-height: 50px;font-weight: normal;    font-weight: 300;padding:20px 0px 10px;letter-spacing: 1px;}
.modal-window .title {width: 100%;text-align: center;padding: 0px 0px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.popup-close-button-inner {background: url(../images/icon-close-black.png) no-repeat center;
 width: 15px;height:15px;-webkit-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;background-size:15px;}
 .popup-form-outer {padding: 0px 0px 40px;max-width: 350px;width: 100%; margin: 0 auto;}
.conrfirmation-message {text-align: center;}
.conrfirmation-message p{margin-bottom:0px;}    
.modal-window.delete-msg {display: none;width: 500px;}
.modal-window.block-msg {display: none;width: 500px;}
.modal-window.filter-popup{display: none;}
.modal-window.job-popup{display: none;}
.modal-window.payment-cancel{display: none;}
.modal-window.big-image{display: none;}
.filter-popup .popup-form-outer{    width:480px;    -webkit-box-sizing: border-box;    box-sizing: border-box; max-width: 100%;}
.common-btns-delete {margin-top: 15px;display: inline-block;text-align: center;width: 100%; float: left;}
.common-btns-delete a { color: #fff; background: #a5a5a5; padding: 10px 25px; border-radius: 3px; font-size: 0.8em;text-transform: uppercase;-webkit-box-sizing: border-box;box-sizing: border-box;text-decoration: none;border-radius:25px;    display: inline-block;}
.common-btns-delete a.delete-request { background: #282d33;}

.popup-close-button {  position: absolute;width: 15px;  height: 15px; left: 15px; top: 36px;
  cursor: pointer;  -webkit-transition: all .3s ease-out;  -o-transition: all .3s ease-out;  transition: all .3s ease-out;}
.modal-window.modal-window-visible {display: block;opacity:0;-webkit-transition: .3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate(0px,-100px);-ms-transform:translate(0px,-100px);transform:translate(0px,-100px);}
.modal-window.modal-window-visible1{opacity:1;-webkit-transition: .3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate(0px,0px);-ms-transform:translate(0px,0px);transform:translate(0px,0px);}
.catcha-code input{    width: 100%;padding-left:50px;}


.modal-window.job-popup .title{width:480px;margin:0 auto;max-width:100%;position:relative;}
.job-popup .popup-form-outer{    width:480px;    -webkit-box-sizing: border-box;    box-sizing: border-box; max-width: 100%;}
.modal-window.job-popup .title h2 {   text-align: left;}
.common-btns-delete {margin-top: 15px;display: inline-block;text-align: center;width: 100%; float: left;}
.common-btns-delete a { color: #fff; background: #a5a5a5; padding: 10px 25px; border-radius: 3px; font-size: 0.8em;text-transform: uppercase;-webkit-box-sizing: border-box;box-sizing: border-box;text-decoration: none;border-radius:25px;    display: inline-block;}
.common-btns-delete a.delete-request { background: #4cb962;}

.popup-close-button {  position: absolute;width: 15px;  height: 15px; left: 15px; top: 15px;
  cursor: pointer;  -webkit-transition: all .3s ease-out;  -o-transition: all .3s ease-out;  transition: all .3s ease-out;}
.modal-window.modal-window-visible {display: block;opacity:0;-webkit-transition: .3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate(0px,-100px);-ms-transform:translate(0px,-100px);transform:translate(0px,-100px);}
.modal-window.modal-window-visible1{opacity:1;-webkit-transition: .3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate(0px,0px);-ms-transform:translate(0px,0px);transform:translate(0px,0px);}
.catcha-code input{    width: 100%;padding-left:50px;}
.modal-window.job-popup .form-element.rating ul li{width:25%;}
.modal-window.job-popup .form-element.rating .category-list .ui-button{font-size:12px;text-align:center;    padding: 6px 4px;}
.modal-window .form .common-btn{min-width:120px;margin:5px;}
.modal-window.job-popup .form .common-btn{margin:40px 5px 5px 5px;}
.modal-window.job-popup .category-list ul li {  list-style: none;  position: relative;  float: left;  width: 50%;}
.no-margin{margin-top: 0px !important;}
.action-btn-wrapp{float: right;}
.action-btn-wrapp i{position: static; display: inline-block; margin:0 0 0 15px;}
.edit-icon{width:18px;height:23px; background: url(../images/edit-icon.png) no-repeat;  }

/* offers page */

.col-detail.col-2{width:15%;}

.broadcast-wrap .col-detail.col-3, .broadcast-wrap .col-title.col-3  {
    width: 19.2%;
}

/* service provider details  */

.user-details .info-txt{border-top: 1px solid rgba(255,255,255,0.2); padding-top:15px; margin-top: 15px;}
.user-details .info-txt li{display: inline-block; vertical-align: top; padding-right:20px;}
.user-details .info-txt li:last-child{border-left:1px solid rgba(255,255,255,0.2); padding-left: 20px; }
.user-details .info-txt li label{display: block; opacity: 0.6;  padding-bottom: 10px;}
.user-details .info-txt li strong{ font-size: 20px;}
.common-detail-bx.documents .green-txt{ color:#0ab743; }
.col-title-inner.black-txt{color:#333;}

.service-range .ui-widget-content{border: 1px solid #dddddd; background: #ffffff; color: #333333;position: relative;}
.service-range .ui-slider .ui-slider-handle { position: absolute;z-index: 2; width: 18px;height:18px; cursor: default;-ms-touch-action: none;touch-action: none;    border-radius: 50%;-webkit-box-shadow: 3px 5px 12px 2px rgba(0,0,0,.2);box-shadow: 3px 5px 12px 2px rgba(0,0,0,.2); border:2px solid #000;background: #fff;}
.service-range .ui-slider .ui-slider-handle:active,  .ui-slider .ui-slider-handle:focus{outline: none;}
.service-range .ui-slider-horizontal .ui-slider-handle {top: -11px; margin-left: -6px;}
.service-range .ui-widget-header {background: #282d33; color: #333333;font-weight: bold;}
.service-range{margin-bottom:15px;}

/*company page */
.compy-table-view .title-bar, .compy-table-view li{display: table; table-layout: fixed; width: 100%;}
.compy-table-view .title-bar{width:95%;}
.compy-table-view.full-width .title-bar, .compy-table-view.full-width  .detail-container li > a{width:100%;}
.compy-table-view  .detail-container> ul> li > a{display: table; table-layout :fixed; width: 95%; -webkit-box-shadow:none; box-shadow:none;}

.compy-table-view .col-title.col-2, .compy-table-view .col-detail.col-2{display: table-cell; float: none; width: auto; position: relative;}
/*.compy-table-view .col-title.col-2:first-child, .compy-table-view .col-detail.col-2:first-child{width:60px;}*/
.compy-table-view.category-list  .expire-date{line-height:8px;  text-align: center; font-size: 12px; color: #666; font-weight: 300; left:5px; letter-spacing: 0px;}
.common-detail-bx .expire-date-wrap{font-size: 14px;color: #666; font-weight: 300; display: block;}
.form-element.rating .filter-Btn li{width: 50%; padding: 6px;}
.form-element.rating .filter-Btn li label{text-align: center;}
.members-wrap .user-info, .members-wrap .box-info.common{color:#000000;}
.members-wrap .user-info{border-bottom:1px solid #b2b2b2; padding-bottom: 25px;}
.members-wrap .user-details + .user-details {padding-top: 25px;}
.white-btn{display: inline-block; float: right; border: 1px solid #ffffff;background: #ffffff;padding: 7px 20px;border-radius: 40px; font-size: 17px; margin-top: 10px;}


/*Taxes*/
.small-container{max-width: 1000px;width: 100%;margin: 0 auto;}




/*add contery and city*/
.back-contery{display: none;}
.country-title{position:absolute;top:20px;left:20px;-webkit-transition: all .2s;-o-transition: all .2s; transition: all .2s;font-size: 30px;font-weight: 300;}
.container.addmore-contery.show .country-title{-webkit-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0);transform: translate(-100%, 0);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;opacity:0;}
.container.addmore-contery.show.show1 .country-title{display:none;opacity:1;}

.cities-title{display: none; position: absolute; top: 20px; left: 20px; font-size: 30px;font-weight: 300;}
.container.addmore-contery.show .cities-title{display:block;opacity:0;-webkit-transform: translate(100%, 0); -ms-transform: translate(100%, 0);transform: translate(100%, 0);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;display:block;opacity:0;}
.container.addmore-contery.show.show1 .cities-title{display:block;opacity:1;-webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0);transform: translate(0%, 0);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;display:block;}
.container.addmore-contery.show.show1 .back-contery{display: block;}
.container.addmore-contery.show.show1 .back-db{display: none;}

.loaction_wrap  .form-element{ margin: 0px; float: left;}
.loaction_wrap  .search-box{border: 0px; height: 40px; background: #000;padding: 12px 10px 12px 50px;width: 100%; max-width: 300px; border-radius: 2px; font-size: 17px;  color: #fff; font-weight: 300;}
.loaction_wrap  .search-icon{width:24px;height:23px; background: url(../images/search-icon-white.png) no-repeat;position:absolute;left: 15px; top: 50%; cursor: pointer;  margin-top: -12px;}
.loaction_wrap .common-btn{background:#4cb962 }
.loaction_wrap .topBar{display: inline-block;vertical-align: top; width: 100%; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 10px;}
.loaction_wrap .topBar .common-btn {float: right; border-radius: 3px;}
.loaction_wrap .submenu-list{margin-left:-350px; min-width:900px; padding: 10px;}
.loaction-overlayer{overflow-y: hidden;}
.loaction-overlayer .body-content,.loaction-overlayer .pagination{opacity: 0.3;}

.loaction_wrap .heading-bar{margin:10px;  position: relative;}
.loaction_wrap .heading-bar label{font-weight: 400; text-transform: uppercase; }
.grid-3{display: inline-block;vertical-align: top; width: 100%;}
.grid-3 li{float: left; width: 33%; -webkit-box-sizing: border-box; box-sizing: border-box;}
.loaction_wrap  .grid-3 li{width: calc(33% - 20px); margin: 10px; border-bottom: 1px solid #d4d5d6; padding-bottom: 10px;}
.loaction_wrap  .submit-btn, .addmore-contery .submit-btn{text-align: center; padding: 20px 0;}

.container.addmore-contery .col-4{width:30%;float:left;position:relative;min-height: 1px;}
.container.addmore-contery .col-8{width:70%;float:left;position:relative;margin-top:-30px;background:#fff;border-radius: 2px;-webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1);box-shadow: 2px 2px 5px 2px rgba(0,0,0,.1); -webkit-box-sizing:border-box; box-sizing:border-box;min-height:490px;overflow:hidden;}
.container.addmore-contery .back-btn{display:block; }
.container.addmore-contery .slidebox{padding:40px;position:absolute;top:0px;left:0px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform: translate(0%, 0);    -ms-transform: translate(0%, 0);transform: translate(0%, 0);-webkit-transition:.2s;-o-transition:.2s;transition:.2s;}
.container.addmore-contery.show .contery-section{-webkit-transform: translate(-500%, 0); -ms-transform: translate(-500%, 0);transform: translate(-500%, 0);-webkit-transition: all .2s;-o-transition: all .2s; transition: all .2s;opacity:0;}
.container.addmore-contery.show.show1 .contery-section{display:none;}
.container.addmore-contery .city-section{display:none;-webkit-transition: 0.2s;-o-transition:0.2s;transition:0.2s;}
.container.addmore-contery.show .city-section{display:block;-webkit-transform: translate(500%, 0);    -ms-transform: translate(500%, 0); transform: translate(500%, 0);opacity:0;-webkit-transition: 0.3s;-o-transition:0.2s;-webkit-transition:0.2s;transition:0.2s;} 
.container.addmore-contery.show.show1 .city-section {opacity:1;    -webkit-transform: translate(0%, 0);    -ms-transform: translate(0%, 0);transform: translate(0%, 0);} 
.container.addmore-contery.show .login{-webkit-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0);transform: translate(-100%, 0);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;opacity:0;}
.container.addmore-contery.show.show1 .login{display:none;opacity:1;}
.container.addmore-contery.show .forgot{display:block;opacity:0;-webkit-transform: translate(100%, 0); -ms-transform: translate(100%, 0);transform: translate(100%, 0);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;display:block;opacity:0;}
.container.addmore-contery.show.show1 .forgot{display:block;opacity:1;-webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0);transform: translate(0%, 0);-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;display:block;}
.addmore-contery  .search-box{border: 0px; height: 40px; background: #000;padding: 12px 10px 12px 50px; width: 300px; border-radius: 2px; font-size: 17px;  color: #fff; font-weight: 300; margin-left: 10px; }
.addmore-contery   .search-icon{width:24px;height:23px; background: url(../images/search-icon-white.png) no-repeat;position:absolute;left: 15px; top: 50%; cursor: pointer;  margin-top: -12px;}
.addmore-contery  .grid-3 li{width: calc(33% - 20px); margin:10px; border-bottom: 1px solid #d4d5d6; padding-bottom: 10px;}



/*verifications------*/
.compy-table-view.verifiy-table .col-title.col-2:first-child, 
.compy-table-view.verifiy-table .col-detail.col-2:first-child{width:auto;}
.imgbox{height: 45px; width: 45px; border-radius: 45px; overflow: hidden; display: inline-block; vertical-align: middle; margin-right: 10px;}
.imgbox img{width: 100%; height: 100%; border-radius: 100%; }
.verfiy-btn{margin-right:0; position: absolute; right:30px; min-width: 60px; display: inline-block;}
.border-btn{border:1px solid #000; padding: 6px 20px; border-radius: 100px; text-align: center;}
.verfiy-btn.border-btn{margin-top:-5px;}
.border-btn:hover{background: #000; color:#fff;}
.success-btn{background: url("../images/success-img.png") no-repeat 0 0; height: 31px; width: 31px;}
.warning-btn{background: url("../images/warning-img.png") no-repeat 0 0; height: 31px; width: 31px;}
.detail-container ul li.verified-active {background: #ececec;}
.count-wrap{position: absolute; right:10px; top:9px; background: #4cb962; color:#fff; height:35px; min-width: 35px; text-align: center; line-height: 35px; border-radius: 50px; font-weight: 300;}

.compy-table-view.verifiy-table .detail-container > ul > li > a, 
.verifiy-table.compy-table-view .title-bar{width: 90%;}

/*verifications details------*/
.small-container.verifiy-datail{padding-top: 30px; max-width: 1000px; display: table; border-spacing: 10px;}
.left-panel{ width: 65%;  display: table-cell; background: #fff;}
.verifiy-datail .property-id .col-title-inner{margin-top: 0px;}
.right-panel{background: #fff;display: table-cell; vertical-align: top; width:35%; margin-left: 15px; padding: 15px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.attched-doc li{display: inline-block; vertical-align: top; max-width: 120px; margin: 10px 10px 0 0;  }
.attched-doc li img{max-width: 100%; height: auto; }
.attched-doc .posted-time{display: block;color:#282c33; font-size: 14px; padding: 10px 0 0 0;   }
.common-btn.green{background: #07b78c;}
.common-btn.red{background: #fe3e3e;}
.right-panel .submit-btn{ text-align: center; }
.right-panel .submit-btn .common-btn{padding-left: 0px; padding-right: 0px; margin:5px 0;}


/*service set price ------*/
.service-range {position: relative;}
.service-range input[type=number]::-webkit-inner-spin-button,
.service-range input[type=number]::-webkit-outer-spin-button{  -webkit-appearance: none; margin: 0;}
.service-range input[type=number]{ -moz-appearance: textfield;}
.service-range input:focus { outline: 0;}
.service-range-nav { float: right; position: absolute; background: #fff; top:0px; padding: 20px 0 0 0; right: 0px; cursor: pointer;}
.service-range-button { border-radius: 3px; margin-left: 3px; width: 25px; line-height: 23px; height: 25px; background-color: #333;background-repeat: no-repeat; background-position: center center; text-align: center;color: #fff;font-size: 13px;font-family: "Trebuchet MS", Helvetica, sans-serif !important;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
.service-range-button.service-range-up {float: left;background-image: url("../images/icon-down-white2.png");}
.service-range-button.service-range-down {float: right; background-image: url("../images/icon-down-white.png"); }



/***finance**/
.transaction-container{margin-top:15px;}
.transaction-container .row{margin:0 -8px;}
.transaction-col{padding:0px 8px;width:25%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;}
.transaction-box{background:#fff;padding:30px 10px 10px 30px;    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.15);    box-shadow: 0px 3px 7px rgba(0,0,0,0.15);border-radius:2px;min-height:80px;    word-wrap: break-word;}
.transaction-box p{margin:6px 0px;letter-spacing:1px;    color: #7f7f7f; }
.transaction-box b{font-weight:400;font-size:22px;}
.transaction-outer{display: inline-block; padding-right: 25px;position:relative;margin-left:5px;cursor:pointer;}
.transaction-outer .exprot-dropdown{width:200px;left:0px;    top: 32px;}
.transaction-dropdown:after{content:'';width:16px;height:9px; background: url(../images/icon-down-white.png) no-repeat;position:absolute;right:0px;top:50%;cursor:pointer;margin-top:-4.5px;}
.exprot-dropdown.show-transaction{display:block;-webkit-transform: translate(0,0px) scale(0.50);-ms-transform: translate(0,0px) scale(0.50);transform: translate(0,0px) scale(0.50);opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.exprot-dropdown.show-transaction1{opacity:1;    -webkit-transform: translate(0,0px) scale(1);    -ms-transform: translate(0,0px) scale(1);    transform: translate(0,0px) scale(1);}
.btn-process{border: 1px solid #000; border-radius: 25px!important;   padding: 6px 20px!important;  font-weight: 400!important; color: #000!important;font-size:13px!important;display:inline-block;line-height:initial;}
.col-info .btn-process{font-size:16px;}
.filter-dropdown.payment-filter{display:none;}

.filter-dropdown.payment-filter.show-payment{display:block;-webkit-transform: translate(0,0px) scale(0.50);-ms-transform: translate(0,0px) scale(0.50);transform: translate(0,0px) scale(0.50);opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.filter-dropdown.payment-filter.show-payment1{opacity:1;    -webkit-transform: translate(0,0px) scale(1);    -ms-transform: translate(0,0px) scale(1);    transform: translate(0,0px) scale(1);}

.transaction-col .dropdown-wrap{width: 100%; background: #000; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 15px; border-radius: 5px; color: #fff;}
.transaction-col .filter-list .filter-box{width: 100%; color:#fff; line-height: 30px; font-size: 20px; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box;}

.transaction-col .caret:after{right: 20px;}
.transaction-co .submenu-list{width: 100%;}

/***report section***/

.reports-container{max-width: 1170px; margin: 0 auto;width:100%;}
.reating-section{margin-top:20px;}
.reating-section .bar-container{margin:1.5em 0;}
.reports-container .transaction-col{width:33.33%;    padding: 8px 8px;}
.reports-container .transaction-col.col-6{width:50%;}
.reports-container .transaction-col.col-6 .transaction-box{padding: 20px 10px 10px 20px;min-height:415px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}
.report-col-bottom .transaction-container{margin-top:0px;}
.report-col-bottom .transaction-container .transaction-box{padding: 20px 10px 20px 20px;}
.empty-space{height:20px;}
.bar-col{width:70%;float:left;padding-right:20px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.reating-count{width:30%;float:left;padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:right;}
.progress-bar{height:5px;background:#fbc817;border-radius:5px;margin-top:4px;}
.bar-container{margin:15px 0px;}
.transaction-box .bar-container b{font-size:14px;}
.transaction-box .reating-count b{margin-top: 16px;    display: block;}
.circle-container{margin:0 auto;position:relative;}
.circle1{width:220px;height:220px;border:1px solid #ccc;position:absolute;left:50%;margin-left:-110px;top:0px;border-radius:50%;}
.circle2{width:160px;height:160px;border:1px solid #ccc;position:absolute;left:50%;margin-left:-80px;top:30px;border-radius:50%;}
.circle3{width:100px;height:100px;border:1px solid #ccc;position:absolute;left:50%;margin-left:-50px;top:60px;border-radius:50%;}
.circle-inner1{border:2px solid #c145fb;position:absolute;top:0px;left:0px;border-radius:50%;height:220px;}
.select-dropdown  select{width:180px;  border: 1px solid #fbc499; background: none;
 padding: 0px 10px 0px;  border-radius: 5px;color: #fbc499;height:45px;position: absolute;
 bottom: 15px;  left: 50%; margin-left: -90px;cursor:pointer;}
.select-dropdown select {  -webkit-appearance: none;  -moz-appearance: none;   appearance: none;
    background: url(../images/icon-down-whites.png) no-repeat calc(100% - 10px) center ;
    padding-right: 25px;}
.transaction-box .admin-delete-icon a.common-action:hover{ background: #fff;}
.transaction-box .admin-delete-icon  a.common-action.pdf-white{background:#000;} 
.transaction-box .admin-delete-icon .offer-dropdown-inner{width:200px;}

.feedback-dropdown{display:inline-block;position:relative;}
.feedback-dropdown-inner{background: #fff; width: 200px; -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);  position: absolute;right: 0px;z-index: 1;border-radius: 4px;display:none;}
.feedback-dropdown-inner ul{margin:0;padding:0;}
.feedback-dropdown-inner ul li{list-style:none;}
.feedback-dropdown-inner ul li:hover{background:#f6f6f6;}
.feedback-dropdown-inner ul li a{padding: 12px 10px 10px 12px; color: #000; display: block; font-size: 12px;   text-transform: uppercase; font-weight: 400; width: auto;  border-radius: 2px; border-radius: 0px;   border-bottom: 1px solid #ccc;}
.feedback-dropdown-inner ul li:hover:first-child{border-radius:5px 5px 0px 0px;}
.feedback-dropdown-inner ul li:hover:last-child{border-radius:0px 0px 5px 5px;}
.feedback-dropdown-inner ul li:last-child a{border-bottom: 0px solid #ccc;}
.feedback-dropdown-inner.show-menu{display:block;-webkit-transform: translate(0,0px) scale(0.50);-ms-transform: translate(0,0px) scale(0.50);transform: translate(0,0px) scale(0.50);opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.feedback-dropdown-inner.show-menu.show-menu1{opacity:1;    -webkit-transform: translate(0,0px) scale(1);    -ms-transform: translate(0,0px) scale(1);    transform: translate(0,0px) scale(1);}
.col-box-job{float:left;width:33.33%;}
.transaction-box .col-box-job p{font-size: 15px; color: #000;font-weight: 600;margin: 2px 0px;}
.transaction-box .col-box-job span{font-size: 15px;color: #7f7f7f;}
.fa-icon{ width: 15px;  height: 15px;  background: #ccc;  float: left;  margin-top: 3px;  margin-right: 5px;   border-radius: 2px;}
.fa-icon.green{background:#0cf58a;}
.fa-icon.orange{background:#4cb962;}
.fa-icon.perpel{background:#c145fb;}
.job-status{margin-top:20px;}

/*circle-chart-outer*/
.circle-chart-outer{margin:0 auto; position: relative;width: 250px; height: 250px; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);-webkit-transform-origin: center;-ms-transform-origin: center;transform-origin: center;}
.circle-chart{position: absolute; top:0; right: 0px; left: 0px; bottom: 0px; margin:auto;}
.grey-circle {fill: none;stroke: #000;stroke-width:0.1;opacity: 0.28;}
.inn-circle-chart {stroke-width:1;fill:none; stroke-linecap:round;-webkit-animation: circle-chart-fill 0.7s reverse;animation: circle-chart-fill 0.7s reverse;-webkit-transform-origin: center;-ms-transform-origin: center;transform-origin: center;}
.circle-chart.completed-reports{width: 240px; height: 240px;}
.circle-chart.canceled-reports{width:170px; height:170px;stroke-width:5;}
.circle-chart.upcoming-reports{width:100px; height:100px;}
.circle-chart.canceled-reports .grey-circle{stroke-width:0.2;}
.circle-chart.upcoming-reports .grey-circle{stroke-width:0.4;}
.circle-chart.completed-reports .inn-circle-chart{stroke:#0cf58a;}
.circle-chart.canceled-reports .inn-circle-chart{stroke:#fb8217;stroke-width:1.4;}
.circle-chart.upcoming-reports .inn-circle-chart{stroke:#c145fb; stroke-width:1.9;}
@-webkit-keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}





/**job**/
.job-date p{letter-spacing:1px;margin-bottom:0px;text-transform:uppercase;color:#7f7f7f;font-size: 15px;}
.job-detail-outer.col-full{margin-left:0px;margin:0 auto;width:960px;margin:0 auto;max-width:100%;}
.detail-section.job-info .job-detail-outer.col-full .job-status{width:30%;}
.star-rating p{margin:0px;font-size:17px;font-weight:400;}
.job-detail.ongoing .reviwe-rating p{margin-bottom:0px;}
.user-info .reviwe-rating p{margin-top:0px;}
.job-detail-outer.col-full.upcoming{margin-left:0px;margin:0 auto;width:700px;margin:0 auto;max-width:100%;}
.detail-section.job-info .job-detail-outer.col-full.upcoming  .job-detail{width:100%;}
.detail-section.job-info .job-detail-outer.col-full.upcoming .job-id{position:absolute;top:20px;width:auto;right:20px;}
.canceled-job{border-top:1px solid #ccc;margin-top:20px;}
.canceled-job .job-user-info h4{font-weight:300;color:red;font-size:14px;}
.canceled-job .job-user-info  p{margin:5px 0px;color:#7f7f7f}
.canceled-job .job-user-info span{font-weight:600;color:#000;}
.cancel-price{margin-top:50px;display:inline-block;font-weight:400;color:#000;font-size:22px;}
.breakdown{display: inline-block; margin-left: 5px;position:relative;cursor:pointer;}
.breakdown-container{width: 300px;  position: absolute;  background: #fff;   padding: 15px;  -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,.2);  box-shadow: 2px 2px 10px 1px rgba(0,0,0,.2);   border-radius: 2px;  top: 0px;display:none;}
.breakdown-container .bar-container .bar-col b{font-weight:400;    font-size: 14px;}
.breakdown-container .bar-container .reating-count b{font-weight:400;font-size: 17px;}
.breakdown-container h2{    margin-top: 0px;  font-weight: 300;  font-size: 25px;}
.breakdown-container.show-menu{display:block;-webkit-transform: translate(0,0px) scale(0.50);-ms-transform: translate(0,0px) scale(0.50);transform: translate(0,0px) scale(0.50);opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.breakdown-container.show-menu.show-menu1{opacity:1;    -webkit-transform: translate(0,0px) scale(1);    -ms-transform: translate(0,0px) scale(1);    transform: translate(0,0px) scale(1);}

.reviwe-rating > p:first-child{color: #4cb962;}


/**offer section**/
.col-right.offer-outer{margin-left:0px;}
.offer-container{width: 1024px;margin: 0 auto;max-width:100%;}
.pagination.offer-outer#pagination_div{padding-left:0px;}
.ui-datepicker-year{border:0px;margin-top: 3px;cursor:pointer;}
.ui-datepicker-month{border:0px;margin-top: 3px;cursor:pointer;}
.ui-datepicker .ui-datepicker-header {  position: relative; padding: .2em 0;}
.ui-datepicker .ui-datepicker-prev { left: 0px;}
.ui-datepicker .ui-datepicker-prev {right: 0px;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute;top: 0px;width: 1.8em; height: 1.8em;}
.ui-widget-header a { color: #333333;}
.ui-datepicker .ui-datepicker-next {right: 2px;}
.ui-datepicker-calendar td{padding:5px;}
.ui-datepicker-calendar td a{text-decoration:none;}
.ui-datepicker .ui-datepicker-title {margin: 0 2.3em;line-height: 32px;text-align: center;}
.ui-datepicker table { width: 100%;font-size: .9em;border-collapse: collapse; margin: 0 0 .4em;}
.ui-datepicker th {padding:5px;text-align: center; font-weight: bold;border: 0;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {display: block; position: absolute; margin-left:0px;top: 50%; margin-top:0px;    cursor: pointer;}
.ui-icon.ui-icon-circle-triangle-w {position: absolute; bottom: 12px;left: 0px; background: url(  ../images/drop-icon.png) no-repeat; width: 12px;  height: 8px;  content: '';top: 8px; -webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.ui-icon.ui-icon-circle-triangle-e { content: '';  position: absolute;bottom: 12px; right: 0px; background: url(  ../images/drop-icon.png) no-repeat;width: 12px;height: 8px;top: 8px;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);}
.ui-datepicker{padding:0px 15px;background: #fff;border-radius: 3px;color: #444;font-size: 16px;font-size: 1rem;vertical-align: top;-webkit-box-shadow: 0px 2px 20px rgba(0,0,0,0.2);box-shadow: 0px 2px 20px rgba(0,0,0,0.2);-webkit-box-sizing:border-box;box-sizing:border-box;}
.ui-datepicker .ui-icon {display: block;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;left: .5em;top: .3em;}
.dob_picker{position:relative;}
.dob_picker_icon{position:absolute;right:10px;bottom:11px;background: url(  ../images/calender-icon.png) no-repeat; width:21px;height:22px;}
.quote_form_renew .form-element.submit-btn{margin-top: 10px;}
.pull-left{float: left;}
.pull-left .col-title-inner{margin-top: 0px;}
.offer-dropdown{display:inline-block;position:relative;}
.offer-dropdown-inner{background: #fff; width: 160px; -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);box-shadow: 0px 0px 10px -1px rgba(0,0,0,.4);  position: absolute;right: 0px;z-index: 1;border-radius: 4px;display:none;}
.offer-dropdown-inner ul{margin:0;padding:0;}
.offer-dropdown-inner ul li{list-style:none;}
.offer-dropdown-inner ul li:hover{background:#f6f6f6;}
.offer-dropdown-inner ul li a{padding: 12px 10px 10px 12px; color: #000; display: block; font-size: 12px;   text-transform: uppercase; font-weight: 400; width: auto;  border-radius: 2px; border-radius: 0px;   border-bottom: 1px solid #ccc;}
.offer-dropdown-inner ul li:hover:first-child{border-radius:5px 5px 0px 0px;}
.offer-dropdown-inner ul li:hover:last-child{border-radius:0px 0px 5px 5px;}
.offer-dropdown-inner ul li:last-child a{border-bottom: 0px solid #ccc;}
.offer-dropdown-inner.show-menu{display:block;-webkit-transform: translate(0,0px) scale(0.50);-ms-transform: translate(0,0px) scale(0.50);transform: translate(0,0px) scale(0.50);opacity:0;-webkit-transition: 0.3s;-o-transition:0.3s;transition:0.3s;}
.offer-dropdown-inner.show-menu.show-menu1{opacity:1;    -webkit-transform: translate(0,0px) scale(1);    -ms-transform: translate(0,0px) scale(1);    transform: translate(0,0px) scale(1);}
.closeBtn{float: right; cursor: pointer;}


/* Loaders & Preloaders */
.loader-wrap{padding: 50px 0;}
.circularLoader{border-radius: 100%; background: #fff; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4); box-shadow: 0 0 10px rgba(0,0,0,0.4);width:80px; height:80px; position: relative; margin:0 auto;}
.circular {position: absolute; left: 50%; top: 50%;                 
  width:50px; 
  height:50px; margin: -25px 0 0 -25px;

  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;     

}
@-webkit-keyframes rotate {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}

@keyframes rotate {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #db652d;
}

@-webkit-keyframes dash {
  0%   {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50%  { 
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0%   {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50%  { 
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes color {
  0%   {stroke: #db652d;}
  20%  {stroke: #db652d;}
  25%  {stroke: #db652d;}
  45%  {stroke: #db652d;}
  50%  {stroke: #db652d;}
  70%  {stroke: #db652d;}
  75%  {stroke: #db652d;}
  95%  {stroke: #db652d;}

}

@keyframes color {
  0%   {stroke: #3f88f8;}
  20%  {stroke: #3f88f8;}
  25%  {stroke: #dd413b;}
  45%  {stroke: #dd413b;}
  50%  {stroke: #f6ae2e;}
  70%  {stroke: #f6ae2e;}
  75%  {stroke: #259a5d;}
  95%  {stroke: #259a5d;}

}
.norecord{ border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 50px;
    font-weight: 300;
    font-size: 20px;
    background: #fff; }
.norecord img{padding-bottom: 10px; max-width: 100%;}

.coming-txt{position: absolute;padding: 10px;background: #fff;top: 100%;z-index: 1;white-space: nowrap;box-shadow: 0 0 5px #ccc;    border-radius: 5px;transform: translate;left: 50%;margin-left: -100px;width: 180px;text-align: center; margin-top: 10px; display: none; font-weight: 400;}
.coming-txt.active{display: block;}


/* 3 april=====*/
/*consumer==*/
.con-page-wrap {margin: 0 auto; max-width: 1200px;}
.con-page-wrap .section-filter .tab-section, .con-page-wrap .section-filter .detail-section{width: 100%;max-width: 1200px; }
.con-page-wrap .section-filter .tab-section ul li{margin-right: 30px;}
.total-stats {display: inline-block; vertical-align: top; width: 100%; margin: 20px 0 10px 0}
.total-stats .col {background: #fff;border: 2px solid #4cb962;display: inline-block; border-radius: 3px;  line-height: 25px; padding: 10px 0 10px 15px; box-sizing: border-box; margin-right: 15px;}
.total-stats .col span{margin-left:10px; font-size: 20px; font-weight: bold; padding: 0 15px; color: #333;border-left: 1px solid #ccc; }
.body-content .tab-section.shrink{position: fixed; left: 0px;border-radius: 0px; right: 0px; margin: auto;z-index: 55;  background:#f8f8f8;padding: 10px 0;}
.section-filter.padd-top{padding-top:50px;}

/* jobs wrapper*/
.jobs-wraper .section-filter{max-width: 1200px; margin: 0 auto;}
#lightgallery{list-style: none;margin: 0px; padding: 0px;}
#lightgallery li{display: inline-block; vertical-align: top; margin-right: 10px;}

.total-stats ~ .section-filter  .tab-section{margin-top:0px;}


.body-content .job-detail-outer{max-width: 1200px; margin: 0 auto;}
.body-content .job-detail-outer .user-name{padding-top: 10px;}
.body-content .job-detail-outer .user-emailid{padding-top:5px; font-size: 0.9em; color: #666;}
.detail-section.job-info .job-detail .box-info{margin:0;}
.detail-section.job-info  .user-info .price{margin-top:5px;}
.detail-section.job-info .breakdown-container h2{font-weight:300;}

.detail-section.job-info .job-detail .client-container .star-rating .star{float: left;}
.detail-section.job-info .job-detail .client-container .star-rating{float: right;}
.status-full-info ul li{padding-right: 10px;}
.job-status .job-duration{margin: 10px 0; font-size: 20px; font-weight: 400; text-align: center; }
.job-status .job-duration .job-done{padding: 15px 0;border-top:1px solid #4cb962; border-bottom:1px solid #4cb962;color:#4cb962;  display: block;}
.job-status .job-duration .job-cancel{padding: 15px 0;border-top:1px solid red; border-bottom:1px solid red;color:red;display: block;}


/*surge-pricing-form */
.fa-surge-pricing {width: 17px; height:25px; background: url(../images/surge-pricing-icon.png) no-repeat;   position: absolute;    left: 20px;    top: 13px;}
.active .fa-surge-pricing{background: url(../images/surge-pricing-icon-hover.png) no-repeat;}
.category-list.serviceWrap li{margin: 8px 0;}


.form-element.day-name{margin-bottom:0px;}
.working-days {display: inline-block; vertical-align:top; width: 100%; padding: 15px 0 0 0;list-style:none;}
.working-days li{float: left; padding:5px 15px 5px 0;} 
.working-days .select-btn{position: relative;}
.working-days .select-btn input[type="checkbox"]{position: absolute; opacity: 0; width: 100%; height: 100%;z-index: 1; cursor: pointer;}
.working-days .days-name{height:70px; width:70px; border-radius: 100%; background:#dedddd; color: #000; text-transform: uppercase;display: inline-block; vertical-align: top; line-height:70px; text-align: center;border:4px solid #dedddd; position: relative;}
.working-days .select-btn input[type="checkbox"]:checked ~ .days-name{background:#4cb962; color:#fff;}
.working-days .days-name:before{left:0;top:0;content:"";position:absolute;width:100%;height:100%;border-radius:100%;-webkit-transform:scale3d(0,0,0);-ms-transform:scale3d(0,0,0);transform:scale3d(0,0,0);-webkit-transition:all 250ms;-o-transition:all 250ms;transition:all 250ms;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,0.3);z-index:0}
.working-days .select-btn input[type="checkbox"]:hover ~ .days-name:before,
.working-days .select-btn input[type="checkbox"]:hover ~ .days-name:focus:before{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
.working-days .select-btn input[type="checkbox"]:checked:hover ~ .days-name:before{display: none;}
/*end*/


.broadcast-form .working-days .days-name{width: 60px; height: 60px; line-height: 60px; font-size: 14px;}
.broadcast-form label + .category-list{margin-top:15px;}
.container.login-form .category-list.serviceWrap label{font-weight:300;}





 /* Responsive
 =============================*/

@media only screen and (min-width:1600px){
    /**login**/
    .container{width:1450px;}       
    .form-container.col-7{min-height:600px;}    
    /**dashboard**/
    .tab-section{margin-top: 50px;}
    /**side bar**/
    .header.inner-header .logo{text-align: center;}
    .scroll-view, .header.inner-header .logo{width: 340px;}
    .col-right{margin-left: 350px;}
    .col-left {width: 340px;}
    .page-title h2, .page-title .customers-wrap > a{font-size: 21px;}
    .detail-section.property-detail { max-width: 1024px;}
    .section-filter .tab-section {max-width: 1024px;}
    .reports-container{width: 1024px;}
    .detail-section{width:1024px;}
    .container.login-form .broadcast-form .form {padding: 50px 100px 80px;}
    .form-element {margin: 35px 0px;}
    .detail-section.add-service{width:1024px;}
    .detail-section.job-info .job-list {width: 340px;}
    .col-right.show-tab .section-filter .tab-section {margin-left: 340px}
    .job-detail-outer {margin-left: 350px;}
    .job-detail-outer.col-full{    width: 1024px;}
    .job-detail-outer.col-full.upcoming{width: 1024px;}
    .detail-section.section-profile {width: 800px;}
}
@media only screen and (max-width:1200px){  
    .tab-section{margin-top: 10px;}
    .tab-section ul li a{padding:15px 0;}
    .header, .header.inner-header{height: 110px;}
    .col-right {-webkit-transition:none;-o-transition:none;transition:none;}
    .detail-section.job-info .job-detail .box-info{margin-top: 0px;} 
    .header .container{padding: 0px;} 
    .transaction-col{width: 33.33%;} 
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .back-btn{margin-left:20px;}
    .container.login-form .form {padding: 40px 60px 40px;}
    .header-nav{margin-top: 5px;}
    .page-title{padding-top: 15px;}
    .scroll-view, .col-left {width:210px;} 
    .header .logo, .header.inner-header .logo{width:210px; padding: 0px 40px; line-height: 110px; text-align: center; }   
    .col-right{padding-top: 120px; margin-left: 215px;}
    .col-right.checkbox-show{padding-top: 120px;}
    .loaction_wrap{right: 15px; left: auto;}
    .loaction_wrap .submenu-list{right: 0px; margin-left: auto;}    
    .scroll-view{padding-top: 110px;}
    .menu ul li .fa{left: 10px;}
    .menu ul li a{padding-left: 40px; font-size: 16px;}
    .count-wrap{height: 28px; min-width: 28px; line-height: 28px;}
    .detail-section.job-info .job-list{width: 220px;}
    .job-detail-outer{margin-left: 230px;}
    .detail-section.job-info .job-status{width: 30%;}
    .container.login-form .broadcast-form .form{padding-right: 50px; padding-left: 50px;}
    .transaction-container{margin-top: 5px;}
    #pagination_div{padding-left:210px;}
    .status-full-info ul li{padding-bottom: 20px;}
    .admin-side-panel::before{top:110px;}
    .side-panel-inner{top:110px;}
     /*verifiy===*/
    
    .compy-table-view.verifiy-table .detail-container > ul > li > a, .verifiy-table.compy-table-view .title-bar{width: 80%;}
}


@media only screen and (max-width:991px){    
    .form input[type="text"], 
    .form input[type="number"], 
    .form input[type="email"], 
    .form input[type="password"], 
    .form input[type="tel"]{height:30px;}
    .service-range-nav{padding-top: 0px;}
    .page-title i{padding-right: 10px;}
    .header-nav{margin-top: 5px;}     
    .body-content .col-left { opacity: 0;position: fixed;bottom: 0;-webkit-transition: all 300ms ease 0s; -o-transition: all 300ms ease 0s;transition: all 300ms ease 0s;z-index: 5; left: 0px; width:1px; background-color: rgba(0,0,0,0.5);}
    body.toggled-left  .col-left { opacity: 1;right: 0px; width: 100%;} 
    .body-content .col-left .scroll-view{ overflow-y: auto;  -ms-transform: translate3d(-260px, 0px, 0px);-webkit-transform: translate3d(-260px, 0px, 0px);
    transform: translate3d(-260px, 0px, 0px);} 
    body.toggled-left .body-content .col-left .scroll-view{-webkit-transition: all 300ms ease 0s; -o-transition: all 300ms ease 0s;transition: all 300ms ease 0s;transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);} 
    body.toggled-left{overflow: hidden;}
    .body-content .col-right{margin-left: 0px;}    
    .nav-toggle{width:40px; display: inline-block; vertical-align: middle; margin: 17px 0 0 0px;}
    .nav-toggle a{width: 100%; cursor:pointer;float:left; height: 27px; position: relative; display: block;} 
    .nav-toggle .icon.bars{width:25px;border-top:solid 3px #fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;float:left; position: absolute;}
    #menu_toggle .icon.bars:nth-child(1) {top: 0px;}
    #menu_toggle .icon.bars:nth-child(2){top:8px}
    #menu_toggle .icon.bars:nth-child(3){top:16px}
    #pagination_div{padding-left: 0px;}
  /*#menu_toggle.active .icon.bars:nth-child(1){top:10px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
    #menu_toggle.active .icon.bars:nth-child(2){opacity:0;left:-60px}
    #menu_toggle.active .icon.bars:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}*/
    .title-bar{font-size: 16px;}
    .col-detail{font-size: 15px;}

    /*consumer-detail*/
    .detail-section.job-info .job-detail{width: 100%;}
    .detail-section.job-info .job-status{width: 100%; padding-left: 0px; margin-top: 10px;}
    .status-full-info ul li{padding-bottom: 15px;}
    .detail-section{margin:15px auto;}
    .detail-section.job-info .job-list{width: 200px;}
    .job-detail-outer{margin-left: 220px;}

    /*add-country*/
    .addmore-contery .grid-3 li {width: calc(50% - 20px);}
    .container.addmore-contery .slidebox{padding: 15px;}

    /*verifications-detail*/
    .small-container.verifiy-datail{ padding-top: 0px;border-spacing: 0px; } 
    .small-container.verifiy-datail .left-panel{width: 100%; display: inline-block; vertical-align: top;    }   
    .small-container.verifiy-datail .right-panel{width: 100%; display: inline-block; vertical-align: top; margin: 15px 0 0 0;}

    /*job-complete*/
    .detail-section.job-info .job-detail-outer.col-full .job-status{width: 100%;}
    .detail-section.job-info .job-detail .job-full-detail{margin: 0 0 20px 0;}

    /*add-service===*/
    .add-form{padding:40px;}
   
    /*reports===*/
    .transaction-container{margin-top:0px;}

     /*verifiy===*/
    .compy-table-view.verifiy-table .detail-container > ul > li > a, .verifiy-table.compy-table-view .title-bar{width: 80%;}

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.inner-header .col-left{ width: 185px;}
    .header.inner-header .logo, .header  .logo{ line-height: 110px; padding: 0px 30px; width: 185px; } 
    .header.inner-header .col-right{margin-left: 190px;} 
    .container.login-form .form{padding: 40px 40px 40px;}
    .body-content .col-left {top:110px;}
    .body-content .col-left .scroll-view{padding-top: 110px;}
    .page-title{padding-top: 15px;}
    .page-title h2, .page-title .customers-wrap a{font-size: 17px;}
    .form-text.col-5{width: 35%;}
    .form-container.col-7{width: 65%;}
    .forgot, .login{font-size: 22px;}
    .loaction_wrap{right: 15px; left: auto;}
    .loaction_wrap .submenu-list{right: 0px; margin-left: auto; width: 700px; min-width: 100%;}
    .col-right.checkbox-show, .col-right{padding-top: 120px;}
    .admin-side-panel::before{top:110px;}
    .side-panel-inner{top:110px;}
    /*broadcast form===*/
    .add-form{padding: 30px;}
    
    /*broadcast form===*/
    .container.login-form .broadcast-form .form{padding: 35px;}
}

@media only screen and (max-width:767px){
    html, body{font-size: 15px;}
    /*--login--*/
    /*.back-btn {margin-top: -5px; height: 30px; width: 30px;}
    .back-icon{background-size: 14px auto; margin-top:-6px; margin-left: -6px;}*/
    .login, .forgot, .country-title, .cities-title{position: static; font-size: 22px;}    
    .form-text.col-5, .form-container.col-7{width: 100%; margin-top: 0px; min-height: auto;}
    .container.login-form .form{padding:20px 20px 40px 20px; position:relative;}
    .reset-info.common-space{margin:20px 0; }
    .form label{font-size: 16px; letter-spacing: 0px; }
    .form label small{font-size: 12px;}

    .header .logo{height: 80px; width: 100%; padding:15px;}
    .header .logo  img{max-height: 50px;}

    /*dashboard header style===*/
    
    .header.inner-header .logo  {padding:10px;width: 110px; height: 50px;}
    .header.inner-header .col-left{width: auto;}  
    .header.inner-header, .header{ height: auto;}
    .header.inner-header .col-right{margin-left: 0px;}
    .header.inner-header:before{content: "";position: absolute; top:0; height: 50px; left: 0px; right: 0px;background: #363b41;}
    .nav-toggle{margin:0px;float: right; width: 50px;}
    .nav-toggle a{height: 50px; width:40px; background: #4cb962;padding-left: 10px;}
    .nav-toggle .icon.bars{margin: 15px 0 0 2px;}
    .body-content .col-left {top:100px;}
    .scroll-view{padding-top:100px;}
    .header-nav {margin: 15px 10px 0 0;}
    .header-nav .user-name{font-size: 0px;  background: url("../images/user-icon.png") no-repeat 0 0; height: 24px;margin:0; width:0px;}
    .loaction_wrap{left: auto;top: 0px;height: 50px;padding: 15px 13px 10px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; position: fixed; top:0;right:90px;}
    .loaction_wrap .btn{border:none; padding: 0px; font-size: 0px; background: url("../images/world-icon.png") no-repeat; height: 24px; width: 24px;}
    .loaction_wrap .btn.caret::after, .myprofile-conatiner::after {display: none;}
    .page-title{padding: 5px 0}
    .page-title .customers-wrap > a{font-size: 15px; padding-left: 10px;}
    .page-title h2{font-size: 15px;}
    .col-right{padding: 115px 15px 60px 15px;}
    .col-right.checkbox-show{padding: 115px 15px 60px 30px;}
    .tab-section{margin: 0px;}
    .dashboard-section{display: inline-block; vertical-align: top; width: 100%;}
    .dashboard-menu{left: 5px; bottom:0px; padding: 5px 0; text-align: center; background: #f8f8f8;}
    .dashboard-menu ul li{display: inline-block; vertical-align: top;}
    .dashboard-menu ul li a{width: 88px; margin: 4px 2px; padding: 12px 0;}
    .submenu-list li a{font-size: 15px;}
    .submenu-list{left: auto; right:-50px;}
    .chart-container{margin: 25px auto;}
    .chart-info h2{font-size: 20px;}
    .chart-info p, .chart-col{font-size: 15px;}
    .line-cart-container .line-chart-info{width: 100%;}
    .line-cart-container .chart-user{width: 100%; margin-top:20px;}
    .tab-section ul li a{font-size: 15px;}
    .loaction_wrap .submenu-list{position: fixed; right: 5px; top:100px; bottom: 0px; overflow-y: scroll;  min-width: auto; margin: 0px;}
    .category-list ul.grid-3{max-height: inherit;}
    .user-details .info-txt li strong{font-size: 16px;}

    /*consumer style===*/
    .col-right .filter-list{margin-right: 5px;}
    .col-right .filter-section{margin-top:0px;}
    .more-info-outer{right: 5px;}
    .detail-container ul li > a{padding: 10px 3px;}
    .filter-dropdown{left:auto; right: -50px;}    
    .category-list .detail-container li   .checkbox-delete .ui-button.ui-checkboxradio-label::before,
    .category-list .title-bar  .ui-button.ui-checkboxradio-label::before{margin-left: -20px;}  
    .delete-select{height: 39px; width: 40px;}
    .user-info i{margin: 0 6px;}
    .detail-section.job-info .job-list{width: 100%; float: none;}
    .col-right.show-tab .section-filter .tab-section{margin: 0px;}
    .job-detail-outer{margin-left: 0px;}
    .detail-section.job-info .job-detail{padding-top: 20px;}
    .detail-section.job-info .job-list.fixed-bar{position: static;}
    .detail-section.job-info .job-list .category-list{margin-bottom: 15px;}
    .detail-section.job-info .job-detail .box-info{font-size: 18px;}
    .detail-section.job-info .job-detail .box-price{font-size: 22px;}
    .col-detail{font-size: 14px;}
    .title-bar{font-size: 15px;}

    /*popup===*/
    .popup-form-outer{padding-bottom: 0px;}
    .popup-close-button{top: 10px;left: 0;background: #fff;width: 20px;height: 25px;padding-left: 10px;padding-top: 10px;}
    .modal-window .title{padding:0 15px;}
    .modal-window .title h2{font-size: 19px; padding: 0px 0px 20px 0; line-height: normal;}
    .clear-filter{top:-3px; font-size: 14px;}
    .slider-value{width: 50% !important;}
    .modal-window.filter-popup  .form-element:first-child{margin-top:0px;}
     
     /*offer page*/
    .category-list .ui-button span.btn-process{font-size:12px !important;letter-spacing: 0px; padding: 5px 4px !important;}
    .add-more-container a::before{background-size: 16px auto; margin-left: -8px; margin-top:-8px;}
    .add-more-container a{height: 40px; width: 40px;}
    .container.login-form .broadcast-form .form{padding:20px;}
    .form-element.submit-btn{margin-top: 20px;}

    /*verifiy===*/
    .verfiy-btn {right: 25px; }
    .warning-btn, .success-btn{background-size: 23px auto; min-width: 45px;}
    .verfiy-btn.border-btn{margin-top: -3px; padding: 3px 5px;}

    /*finance*/
    .transaction-col{margin-bottom: 15px;}
    .transaction-box{padding: 15px; min-height: 60px;}

    /*reports*/
    .reports-container .transaction-col{padding: 0px 8px;}
    .col-box-job{width: 50%; padding-bottom: 7px;}
    .col-bx-bottom .col-info{font-size: 16px;}

    /*add-country*/
    .container.addmore-contery .col-8{width: 100%; margin: 0px 0 30px 0; min-height: 445px;}
    .container.addmore-contery .col-4{width: 100%;}
    .addmore-contery .search-box{width: 100%; margin-left: 0px;}
    .container.addmore-contery .slidebox{position: relative;}

    .admin-side-panel::before{top:100px;}
    .side-panel-inner{top:100px; width: 100%; max-width: 450px;}
    .access-info{margin-top:10px; padding-top: 10px;}
    .access-info p{margin: 0;}

}

@media only screen and (min-width:568px) and (max-width:767px) {
    .loaction_wrap .submenu-list{width: 90%;}
    .loaction_wrap  .search-box{max-width: 200px;}
    .loaction_wrap .grid-3 li {width: calc(50% - 20px);}
    .col-right .filter-list.search .search-box{width: 230px;}
    .file-action a.common-tab{font-size: 12px; margin-right: 5px;padding: 12px 5px;}
    .add-form{padding:15px;}
    /*consumer details style===*/
    .col-bx-top{padding: 30px 20px;}
    .col-bx-bottom{padding: 15px;}
    .detail-section.job-info .job-list .category-list ul li{float: left; width:30%; margin: 5px;}
    .user-details .info-txt li:last-child{width: 60%;}

    /*reports*/
    .circle-chart-outer{height: 200px; width: 200px;}
    .circle-chart.completed-reports{height: 190px;width: 190px;}
    .circle-chart.canceled-reports{height: 130px;width: 130px;}
    .circle-chart.upcoming-reports{height: 80px; width: 80px;}    
    .reports-container .report-col-bottom .transaction-col{width: 50%;} 
   
}

@media only screen and (max-width:567px){
    /*--login--*/    
    .forgot-password.col-6, .remember-me.col-6{width: 50%;}
    .tab-section ul li{width:50%; display: inline-block; float: left; vertical-align: top; border: 1px solid #dcdcdc; margin: -1px -1px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box;}
    .chart-box{width: 100%; max-width: 300px; margin: 0 auto; float: none;}
    .chart-info{width: 100%; padding: 20px 0 0 0;}
    #world-map-gdp{height: 250px !important;}
    .loaction_wrap .topBar .common-btn{margin-top:10px; width: 100%;  -webkit-box-sizing: border-box;  box-sizing: border-box; }
    .loaction_wrap .topBar .search-box{max-width: 100%;}
    .loaction_wrap .topBar .form-element{width: 100%;}
    .loaction_wrap  .grid-3 li{width: 90%;}
    .loaction_wrap .submenu-list{width: 280px;}
    .category-list label{padding-left:25px; float: left; font-size: 14px;}

    /*consumer style===*/    
    .col-right .filter-list.search .form-element{width:105px; height: 37px;}
    .col-right .filter-list.search .search-box{width: 100%; padding:8px 8px 8px 40px; font-size: 15px; height: 37px; -webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s; position: absolute; left: 0px; top:0px ; z-index: 1;}
    .col-right .filter-list.search .search-box:focus{width:260px;-webkit-transition: all .3s;-o-transition: all .3s; transition: all .3s;}
     .multiple-select, .filter-box, .multiple-select, .sort-box{height:37px; width:37px;}   
    .total-count{margin-top:50px; height: 35px; float: left;}
    .col-right .filter-list.search .search-icon{left: 9px;}
    .form-element.rating ul li{width: 30%;}
    .file-action a.common-tab{font-size: 13px; margin-right: 3px;padding: 4px 5px; text-align: center; width: 55px; height: 31px;}
    .icon-close{margin:12px 5px 0 -20px; background-size: 15px auto;}
    .section-filter .tab-section ul li{border: none;width: auto;}
    .user-details{width: 100%; padding-top:50px;} 
    .user-pics{float: none; margin: 0 auto;}
    .user-info{margin: 0px; text-align: center; padding-top: 20px;}    
    .col-bx-top{position: relative; padding: 15px;}
    .col-bx-bottom{padding: 15px;}
    .property-id.date-wrap{width: 100%; position: static; float: none; display: inline-block; margin-bottom: 5px; background:none; color: #fff; }
    .property-id.date-wrap .col-title-inner{background:none; color: #fff; border: none;  padding-left: 0; padding-bottom: 0px;}
    .property-id{position: absolute; top:15px; left: 15px;}
    .property-id .col-title-inner{margin: 0px; padding: 5px 10px;}
    .detail-section .action-btn .admin-delete-icon{top:-10px;}
    .common-detail-bx{margin: 10px 0;}
    .common-detail-bx.col-4{width: 100%; padding: 0 10px;} 
    .detail-section.job-info .job-detail .job-user-info{width: 100%; text-align: left;}
    .detail-section.job-info .job-detail .user-pics{float: left; margin-right: 10px;}
    .detail-section.job-info .job-detail .user-info{padding-top: 0px; text-align: left;} 
    .detail-section.job-info .job-detail .job-id{width: 100%; text-align: left; padding-top: 20px;} 
    .detail-section.job-info .job-detail .job-id p{float: left; padding-top:15px;}
    .detail-section.job-info .job-detail .job-id span{float: right; padding: 7px 15px;}
    .detail-section.job-info  .client-detail .job-title .job-name{width: 100%;}
    .detail-section.job-info .job-detail .client-rating{width: 100%; text-align: left;padding-top: 10px;}
    .detail-section.job-info .job-detail .client-container .star-rating .star{float: left; margin: 0 5px 0 0px;}
    .col-right .detail-section.job-info .filter-list.search .form-element{width: 260px;}
    .section-filter .tab-section ul li{margin-right: 15px;}
    .service-review{margin: 10px 0 0 0;}
    .service-review span{margin: 5px 0; min-width: 140px;}   
    .detail-section.job-info .job-list .category-list ul li{float: left; width:45%; margin: 5px;}
    .consumer-list .col-detail.col-3:nth-child(3),.consumer-list .col-detail.col-3:nth-child(4),.consumer-list .col-title.col-3:nth-child(3), .consumer-list .col-title.col-3:nth-child(4), .broadcast-wrap .col-detail.col-3:nth-child(3), .broadcast-wrap .col-title.col-3:nth-child(3),  .broadcast-wrap .col-detail.col-3:nth-child(4), .broadcast-wrap .col-title.col-3:nth-child(4)  {display: none;}
    .consumer-list .col-detail.col-3,  .consumer-list .col-title.col-3,  .broadcast-wrap .col-detail.col-3, .broadcast-wrap .col-title.col-3{width:31%;}
    .compy-table-view .col-title.col-2:nth-child(3), .compy-table-view .col-detail.col-2:nth-child(3),.compy-table-view .col-title.col-2:nth-child(4), .compy-table-view .col-detail.col-2:nth-child(4){display: none;}

        .modal-window.filter-popup .form-element .common-btn{min-width: 100px;}
    /*verifiy===*/
    .compy-table-view.verifiy-table .detail-container > ul > li > a, .verifiy-table.compy-table-view .title-bar{width: 65%;}
     .form-element.residence-check .category-list li{width: 100%;}

    /*payment===*/
     .col-detail.col-4:nth-child(3), .col-title.col-4:nth-child(3){display: none;}
    .col-detail.col-4, .col-title.col-4{width: 30%;}
    .col-detail .btn-process{padding: 6px 2px !important; font-size: 12px !important;}
    

     /*add-service===*/
    .col-6{width: 100%}
    .add-form{padding: 15px;}
    .add-service .row-form .form-element.col-4{width: 100%;}

    /*services-detail*/
    .user-details.col-12{ padding-top: 0px; }
    .user-details .info-txt li:last-child{border: none; padding-left: 0px;}
    
    /*companies-details*/
    #members .user-details{padding-top: 20px; }
    #members .col-bx-top{text-align: center;}
    #members .white-btn{float: none; margin:0 0  20px 0; }
    #members .box-info{font-size: 17px;}
    .breakdown-container{width: 230px; margin-left: -115px; margin-top:20px;}
    .breakdown-container h2{font-size: 20px; margin-bottom: 10px;}    
    .section-filter .tab-section ul li a{font-size: 16px;}

    /*offer-detail*/
    .admin-delete-icon a.common-action{padding:  5px; margin: 2px;}
    .property-id.pull-left{position: static;}

    /*finance*/
    .transaction-col{width: 100%;}

    /*reports*/
    .reports-container .transaction-col{width: 100%;}
    .reports-container .transaction-col.col-6{width: 100%;}
    .reports-container .transaction-col.col-6 .transaction-box{min-height:auto; }
    .reating-section .bar-container{margin: 8px 0;}
    .addmore-contery .grid-3 li{width: 100%; margin: 10px 0;}

    /**/
    .taxes-list  .col-title.col-4:nth-child(3),  .taxes-list .col-detail.col-4:nth-child(3){display: table-cell !important;}

    /*admin-form*/
    .category-list .ui-button span{float: none; display: block;}
    .container.login-form .category-list label{padding-left: 25px;}
    
    /*job*/
    .modal-window.job-popup .form-element.rating ul li{width: 50%;}
    .modal-window.job-popup .category-list ul li{width: 100%;}

    /*setting*/
    .profile-container .x_panel{padding: 15px;}
    .profile-container .profile_image{width: 100%;}
    .profile-container .profile_detail{margin: 0px; text-align: center;}
    .profile-container .change-password .x_panel, .profile-container .Edit-profile-container .x_panel{padding: 10px 15px 25px 15px;}
    .profile-box.profile-name{font-size: 20px;}
}

@media only screen and (max-width:479px){
    .broadcast-form .category-list ul li{width: 100%; margin: 5px;}
    .forgot-password.col-6{font-size: 12px; padding-top: 2px; letter-spacing: 0px;}
    .container.login-form .category-list label{font-size: 12px;}
    .modal-window .form .common-btn{min-width: 100px;}
}

/***/
