@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
         url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  }
  p{
	margin-bottom: 10px;
  }
  
  .btn-danger:hover, .btn-danger:active, .btn-danger.hover {
	background-color: #d73925;
  }
  .btn-group label{
	margin-right: 10px;
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
table {
    border-spacing: 0;
}
.img-circle {
    border-radius: 50%;
}
.glyphicon-menu-left:before { content: "\e257"; } 
:root{
    --bs-body-font-size: 14px;
    --bs-body-line-height: 1.42857143;
    --bs-body-color: #333;
}
html {  font-size: var(--bs-body-font-size); }
.h1, h1   {font-size: 2.571428571428571rem}
 
.has-feedback {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
a {
    text-decoration: none;
}
/* .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
} */
 
/* .row {
    margin-right: -15px;
    margin-left: -15px;
} */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
}
.col-lg-1, 
.col-lg-10, 
.col-lg-11, 
.col-lg-12, 
.col-lg-2, 
.col-lg-3, 
.col-lg-4, 
.col-lg-5, 
.col-lg-6, 
.col-lg-7, 
.col-lg-8, 
.col-lg-9, 
.col-1, 
.col-10, 
.col-11, 
.col-12, 
.col-2, 
.col-3, 
.col-4, 
.col-5, 
.col-6, 
.col-7, 
.col-8, 
.col-9,
.col-md-1, 
.col-md-10, 
.col-md-11, 
.col-md-12, 
.col-md-2, 
.col-md-3, 
.col-md-4, 
.col-md-5, 
.col-md-6, 
.col-md-7, 
.col-md-8, 
.col-md-9, 
.col-sm-1, 
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
 
}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
.navbar-nav {
    margin: 7.5px -15px;
}
 
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.dropdown-toggle::after{
    display: none;
}
 
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a {
    background: #fafafa;
    color: #666;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
 
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block !important;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}
.h4, h4 {
    font-size: 18px;
}
.form-control{
    padding: 6px 12px !important;
    height: 40px;
    border-color: #D1D1D6 !important;
    border-radius: 6px !important;
    font-size: 14px;
    color: #000;
    background-color: #fff !important;
}
::-ms-input-placeholder { /* Edge 12-18 */
    opacity: .8 !important;
    font-size: 14px;
  }
  ::placeholder {
    opacity: .8 !important;
    font-size: 14px;
  }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
@media (min-width: 992px){
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}
@media (min-width: 768px){
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .nav>li {
        position: relative;
        display: block;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    
}      
/*bootstrap css end version update */

.btn-back,.btn-back:hover,.btn-back:focus{color:#333}
.action-control{color:#333;padding:5px}
.action-control:hover{color:#333;padding:5px}
.action-control:focus{color:#333;padding:5px}
.dataTables_length{margin-left:10px;float:left}
.dataTables_filter,.add-new-btn{margin-left:20px;float:right}

/* Status toggle button CSS */
.material-switch>input[type="checkbox"]{display:none}
.material-switch>label{cursor:pointer;margin-top: 15px;height:0;position:relative;width:40px}
.material-switch>label::before{background:#f2d1d1;box-shadow:none;border-radius:8px;content:'';height:13px;margin-top:-8px;position:absolute;opacity:1;transition:all .4s ease-in-out;width:40px}
.material-switch>label::after{background:#df8585;border-radius:13px;box-shadow:0 0 5px rgba(0,0,0,0.3);content:'';height:18px;left:0;margin-top:-8px;position:absolute;top:-3px;transition:all .3s ease-in-out;width:18px}
.material-switch .label-success {background: #7ab364 !important;}
.material-switch>input[type="checkbox"]:checked+label::before{background: #cbe4c1;box-shadow: none;opacity: 1;}
.material-switch>input[type="checkbox"]:checked+label::after{background:inherit;left:22px}
#rating-error{font-size:14px}
.subscription_status_center{padding:10px}
.image-file{float:left;width:70%}
.image-container{float:left;width:30%;padding-left:10px}
.image-container img{width:100px}
.ui-dialog-titlebar{background-color: #FFF !important;border: 0;border-bottom: 1px solid #dbdbdb;border-radius: 0;}
.ui-dialog-titlebar-close{display:none!important}
.ui-dialog{width: 100% !important;max-width: 340px;position: fixed;top: 50% !important;left: 50% !important;padding: 0;border-radius: 0;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);font-family: 'Open Sans', sans-serif;z-index: 9999 !important}
textarea{resize:none}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;margin:0!important}
input[type='number']{-moz-appearance:textfield}
.ui-dialog-title{color: #333333;font-size: 18px;font-weight: 600;/* font-family: 'Open Sans', sans-serif; */}
/*.table-responsive{overflow-x:inherit!important}*/
.group-line{border-bottom:3px solid #f4f4f4;line-height:32px}
.left-align{text-align:left}
.pb-2{padding-bottom:10px}
.pb-1{padding-bottom:5px}
.control-label-icon {margin: 6px 0 0;padding-left: 24px;position: relative}
.control-label-icon i {position: absolute;left: 0;top: 3px}
.cke_inner.cke_reset {margin-left: 1px;margin-right: 1px}
/*Admin UI Chnages*/
html, body{height: auto; min-height:100% }
.image-file-upload-again{transition: all .5s ease-in-out;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .main-footer{font-family: 'Open Sans', sans-serif;}
/* Autofill color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {-webkit-text-fill-color: #495057;-webkit-box-shadow: 0 0 0 30px white inset !important;}
.form-control:focus {border-color: #195481}

.box.box-1{padding:20px 0}
.box-2 .box-header{padding:26px 40px;border-bottom:1px solid #dcdcdc}
.box-2 .box-header h3{margin:0;font-size:20px;font-weight:600;color:#333}
.box-body .control-label-icon{font-family:'Open Sans',sans-serif}
.control-label-icon i{color:#555;left:0}
.box-2 .form-group {margin-bottom: 12px}

/*Login*/
.login-box, .register-box{width: 100%;float: left;}
.login-box-body, .register-box-body{max-width: 360px; margin: 0 auto}
.login-box-body .checkbox, .login-box-body .radio, .register-box-body .checkbox, .register-box-body .radio{margin: 2px 0}
/* .login-page{margin:0;background-image:url("../admin/login-banner.jpg");background-position:center;background-repeat:no-repeat;background-size:cover} */
#refresh{font-size: 18px;color: #195481;cursor:pointer}
.login-box-msg, .register-box-msg {color: #313131}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {font-size: 18px;color: #b0b0b0}
.captcha-box-main{padding:0}
.captcha-box-main .refreshButton,.captcha-box-main .captcha{display:inline-block;vertical-align:middle}
.captcha-box-main .captcha{border:1px solid #d2d6de;height:34px;background-color:#dcdcdc}
.captcha-box-main .captcha img{height:100%;width:100%;object-fit:contain}
.captcha-box-main .refreshButton{padding-top: 2px;padding-left:15px}
.checkbox, .radio {color: #303030}
.icheckbox_square-blue, .iradio_square-blue {margin-top: -4px}
.login-box .m-link,.register-box .m-link{color:#797979;padding-top:6px;display:inline-block;vertical-align:middle}
.login-box .m-link-bb, .register-box .m-link-bb{font-weight: 700; color: #195481} 
.login-box .m-link:hover,.register-box .m-link:hover{text-decoration:underline}
.login-box .btn, .register-box .btn, .btn-primary {padding: 6px 15px}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-primary {padding:6px 12px}


.mt-12{margin-top: 12px}

/*Dashboard*/
.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {margin-top: 7px}
.dropdown.user-menu.open .fa-caret-down:before {content: "\f0d8"}
.skin-blue .main-header .logo {background-color: #0f426a}
.skin-blue .main-header .navbar {background-color: #195481}
.navbar-nav>.user-menu .user-image{margin-top:-7px;width:35px;object-fit:cover;height:35px;}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img{object-fit:cover;}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{ border-radius: 8px;border: none;box-shadow: 0px 0px 11px 0px #00000026;width: 175px;background: #fff;top: 67px;padding: 10px;position: absolute!important; right: 0; left: inherit;}
.skin-blue .main-header li.user-header{width: 100%;padding: 0;border: none !important;background: none !important;}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer{width: 100%;padding: 0;border: none !important;background: #fff !important;}
.user-footer-links{display: block;vertical-align: middle;padding: 0 5px;width: 100%;}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header{height:auto}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{color:#000}

/*Sidebar*/
.skin-blue .sidebar-menu>li.header{color:#ecf0f5;background:#3a434a;}
.skin-blue .sidebar a{color:#ffffff;}
.skin-blue .sidebar-menu>li>a>i{font-size:13px;}
.skin-blue .main-sidebar{background-color:#1b2934;}
.skin-blue .sidebar-menu>li.active>a{border-left-color:#4298cc;}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a{color:#fff;background:#243440;}
.sidebar-menu .menu-open>a>.fa-angle-left, .sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-left{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);-o-transform:rotate(-270deg);transform:rotate(-270deg);}
.sidebar-menu li>a>.fa-angle-left, .sidebar-menu li>a>.pull-right-container>.fa-angle-left{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);font-size: 26px;color: #768794; margin-top: -6px;}
.skin-blue .sidebar-menu>li>.treeview-menu {margin: 1px 0 0;background: #243440}
.treeview-menu>li>a {padding: 12px 5px 12px 15px}

/*.main-footer{visibility: hidden;}
.skin-blue .wrapper{background-color: #ebebeb}*/

/*Forms*/
.content-header h1 {font-weight: 600;font-size: 30px;color: #000;    margin-bottom: 0;}
.btn-back .h4 {font-weight: 600}
.content-wrapper{background-color: #ebebeb;}
.box-body {padding: 20px 40px}
.box-header {padding: 20px 30px}
.box-footer {padding: 10px 40px;border: 0}
.form-horizontal .control-label {    color: #000000!important;font-size: 14px;font-weight: normal;text-align: left;margin-bottom: 5px;}
.form-group.has-error label{ color: #000 !important;}
.box .btn{font-weight: bold;min-width: 82px}
.box .btn + .btn{margin-left: 7px}
.box-body legend{border:0;font-size:24px;font-weight:600;font-family:'Open Sans',sans-serif;display:inline-block;position:relative;width:100%;}
.box-body legend span{background-color:#fff;padding-right:15px;display:inline-block;}
.box-body legend:before{content:"";position:absolute;top:18px;left:0;width:100%;height:1px;background:#dadada;z-index:-1}
.box-body fieldset{position:relative;z-index:1}
.box-body fieldset+fieldset{margin-top:15px}
.mb-0 {margin-bottom: 0 !important}

/*Custom File Upload*/
.custom-blog-main{position:relative;display:inline-block}
.custom-blog-main .image-file{width:380px;height:214px;position:relative}
.custom-blog-main input[type="file"]{padding:0;position:relative;margin:0;opacity:0}
/*.custom-blog-main .image-file{border:1px solid #d2d6de}*/
.custom-blog-main .image-file-label{position:absolute;margin:0;top:0;overflow: hidden;}
.custom-blog-main input[type="file"], .custom-blog-main .image-file-label, .custom-blog-main .image-file-label .image-container{width:380px;height:214px}
.custom-blog-main .image-file-label img{width:100%;height:100%;object-fit:cover}
.custom-blog-main .image-file-label .image-container{padding:0;text-align:center;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.custom-blog-main .image-file-upload-again{position:absolute;top:100%;left:0;width:100%;height:100%;padding-top:90px;text-align:center;font-weight:normal;color:#FFF;background-color:rgba(0,0,0,0.70)}
.custom-blog-main .image-file-label:hover .image-file-upload-again{top:0}
.custom-blog-main .image-file-remove{position:absolute;z-index:1;cursor:pointer;right:0;bottom:0;width:22px;height:22px;background-color:#FFF;color:#999;font-size:24px;font-family:auto;line-height:1;text-align:center}
.file-upload-col.has-error{padding-bottom: 30px;}


.custom-profile-main{position:relative;display:inline-block}
.custom-profile-main .image-file{width:114px;height:122px;position:relative}
.custom-profile-main input[type="file"]{padding:0;position:relative;margin:0;opacity:0}
.custom-profile-main .image-file{border:1px solid #d2d6de}
.custom-profile-main .image-file-label{position:absolute;margin:0;top:0;overflow: hidden;}
.custom-profile-main input[type="file"], .custom-profile-main .image-file-label, .custom-profile-main .image-file-label .image-container{width:112px;height:120px}
.custom-profile-main .image-file-label img{width:100%;height:100%;object-fit:cover}
.custom-profile-main .image-file-label .image-container{padding:0;text-align:center;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.custom-profile-main .image-file-upload-again{position:absolute;top:100%;left:0;width:100%;height:100%;padding-top:50px;text-align:center;font-weight:normal;color:#FFF;background-color:rgba(0,0,0,0.70)}
.custom-profile-main .image-file-label:hover .image-file-upload-again{top:0}
.custom-profile-main .image-file-remove{position:absolute;z-index:1;cursor:pointer;right:0;bottom:0;width:22px;height:22px;background-color:#FFF;color:#999;font-size:24px;font-family:auto;line-height:1;text-align:center}
.file-upload-col.has-error{padding-bottom: 30px;}

/*Custom Radio & CheckBox*/
.admin-custom-radio, .admin-custom-checkbox{padding:0 0 0 22px !important;margin-top: 7px !important;}
.admin-custom-checkbox input[type=checkbox], .admin-custom-radio input[type=radio]{opacity:0;}
.admin-custom-radio .ac-radio-checkmark{position:absolute;width:13px;height:13px;background-color:#FFF;border:1px solid #494949;border-radius:100%;left:0;top:0;margin-top:4px;}
.admin-custom-radio .ac-radio-checkmark:before{content:"";display: none; position:absolute;top:2px;left:2px;border-radius:100%;width:7px;height:7px;background-color:#195481;}
.admin-custom-checkbox input[type=checkbox]:checked ~ .ac-radio-checkmark:before, .admin-custom-radio input[type=radio]:checked ~ .ac-radio-checkmark:before{display: block;}
.admin-custom-checkbox .ac-radio-checkmark{position:absolute;width:20px;height:20px;background-color:#FFF;border:1px solid #d2d6de;left:0;top:0;}
.admin-custom-checkbox .ac-radio-text{padding-left:2px;}
.admin-custom-checkbox .ac-radio-checkmark:before{content:"";display:none;position:absolute;top:1px;left:6px;height:13px;width:6px;border-bottom:2px solid #000;border-right:2px solid #000;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);}



/*Tables*/
.table-responsive-main {display: inline-block;width: 100%}
.box-body table.dataTable td, .box-body table.dataTable th{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.box-body .dataTables_length{margin:0 0 15px}
.box-body .dt-buttons .btn{min-width:auto;padding:5px 10px;margin-bottom:20px}
.box-body div.dataTables_wrapper div.dataTables_filter label{margin-bottom:20px}
.box-body div.dataTables_wrapper div.dataTables_filter input{width:278px}
.box-body .table-bordered{border-color:#e2e2e2;color:#383838;margin:0 0 20px !important; width: 100% !important}
.box-body .table-bordered>thead>tr>th,.box-body .table-bordered>tbody>tr>th,.box-body .table-bordered>tfoot>tr>th,.box-body .table-bordered>thead>tr>td,.box-body .table-bordered>tbody>tr>td,.box-body .table-bordered>tfoot>tr>td{border-color:#e2e2e2}
.box-body .table>tbody>tr>td{padding:14px 21px;vertical-align:middle}
.box-body .table>thead>tr>th{padding:8px 21px;white-space: nowrap;vertical-align:middle}
.box-body .action-control{color:#80898f;font-size:20px;line-height:normal;padding:0;}
.box-body .action-control + .action-control{margin-left: 15px}
.box-body .action-control .fa-edit {position: relative;top: 1px}
.box-body .action-control:hover {color: #195481}
.box-body div.dataTables_wrapper div.dataTables_info{width:20%;float:left;font-family:'Open Sans',sans-serif;color:#222d32;}
.box-body div.dataTables_wrapper div.dataTables_paginate{width: calc(100% - 69px);float:right;font-family:'Open Sans',sans-serif;}
.box-body .pagination>.active>a,.box-body .pagination>.active>a:focus,.box-body .pagination>.active>a:hover,.box-body .pagination>.active>span,.box-body .pagination>.active>span:focus,.box-body .pagination>.active>span:hover{background-color:#195481;border-color:#195481;color: #ffffff}
.box-body .pagination>li>a{background:#FFF;color:#195481}
.box-body .pagination>li>a:focus,.box-body .pagination>li>a:hover,.box-body .pagination>li>span:focus,.box-body .pagination>li>span:hover{color:#195481;background-color: #eee;border-color: #ddd}
.box-body .pagination>.disabled>a,.box-body .pagination>.disabled>a:focus,.box-body .pagination>.disabled>a:hover,.box-body .pagination>.disabled>span,.box-body .pagination>.disabled>span:focus,.box-body .pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd}
.box-body .table>thead>tr>th:last-child,.box-body .table>tbody>tr>td:last-child{white-space: nowrap;text-align:center}
.box-body div.dataTables_wrapper div.dataTables_filter label{margin-bottom:20px;    margin-right: 10px;}

/*boxBodyTopSection*/
.boxBodyTopSection{padding-top:10px;padding-bottom:50px;font-family:'Open Sans', sans-serif;}
.boxBodyTopSection .col-md-4 > div{position:relative;padding-right:15px;}
.boxBodyTopProfile{width:114px;height:122px;border:1px solid #d2d6de;}
.boxBodyTopProfile img{width:100%;height:100%;object-fit:cover;}
.boxBodyTopSection .col-md-4 > div:after{content:":";position:absolute;top:0;right:0;}
.boxBodyTopGroup{margin-bottom: 24px;float: left;width:100%;}
.boxBodyTopGroup > div{float: left;}
.boxBodyTopGroupTitle{width:136px;position:relative;padding-right:15px;}
.boxBodyTopGroupTitle:after{content:":";position:absolute;right:0;top:0;}
.boxBodyTopGroupValue{padding-left:26px;width: calc(100% - 136px);word-break: break-all;word-break: break-word;font-weight: bold;}

/*Custom Section*/
.box .btn-sm,.btn-sm{font-weight:600;font-family:'Open Sans',sans-serif;font-size:11px;padding:6px 10px}
.custom-sections .box-header{padding:10px 20px}
.custom-sections .btn-back{margin:5px 10px 0 0}
.custom-sections .box-body{padding:20px}
.custom-sections .box-footer{padding:20px}
.accordion-form-main .collapsed > .fa-angle-up:before {content: "\f107";}
.accordion-form-main .panel-group{margin-bottom: 0}
.accordion-form-main .panel-default>.panel-heading{background-color:#FFF;border-color:#d2d6de;padding:0;}
.accordion-form-main{font-family:'Open Sans', sans-serif;}
.accordion-form-main .panel-header{border-top:1px solid #d2d6de;display:inline-block;width:100%;text-align:center;font-size:20px;font-weight:600;padding:10px 20px;}
.accordion-form-main .panel-body{padding:0;}
.accordion-form-main .panel-footer{text-align:center;background-color:#ffffff;padding:0 20px;margin-top:6px;}
.accordion-form-main .panel-footer a{background-color:#FFF;border:1px solid #d2d6de;font-size:15px;padding:1px 17px;display:inline-block;border-radius:5px 5px 0 0;color:#333333;}
.accordion-form-main .panel-footer a:hover{color:#195481;}
.acc-header-inner{display:table;width:100%;font-size:16px;}
.acc-header-inner > div{display:table-cell;vertical-align:middle;padding:4px 20px;}
.acc-header-col1 small{display:block;line-height:22px;}
.acc-header-inner > div.acc-header-col4{width:30px;background-color:#fbfbfb;border-left: 1px solid #d2d6de; padding:0;text-align:center;font-size:24px;}
.acc-header-col4 a{color:#80898f;background-color:#fbfbfb;width:100%;height:100%;display:inline-block;padding:9px 6px;}
.acc-header-col3{text-align:right;}
.acc-header-col1{width:224px;}
/*.acc-header-inner strong{font-weight:600;}*/

/*Conditions Section*/
.conditions-repeater .row{margin-left:-10px;margin-right:-10px;}
.conditions-repeater .row > div[class*="col-"]{padding-left:10px;padding-right:10px;}
.form-condition-header .add-remove-circle{text-align:right;}
.add-remove-circle a{margin-left:10px;margin-top:3px;display:inline-block;}
.add-remove-circle a:hover {opacity: .8}
.conditions-repeater{display:inline-block;width:100%;border:1px solid #d2d6de;font-family:'Open Sans', sans-serif;}
.form-condition-header{display:inline-block;width:100%;padding:20px;background-color:#f8fbfd;border-bottom:1px solid #d2d6de;}
.form-condition-body{display:inline-block;width:100%;padding:20px 20px 5px;}
.form-condition-label{font-weight:normal;}
select.form-control{padding-right:25px;background-image:url('../images/arrow-down.svg');background-repeat:no-repeat;background-position:center right 10px;appearance:none;-webkit-appearance:none;-moz-appearance:none;}
.conditions-repeater + .conditions-repeater{margin-top: 20px}






/*Modal*/
/* .modal{padding: 0!important;text-align:center}
.modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}
.modal-dialog{font-family: 'Open Sans', sans-serif;display:inline-block;text-align:left;vertical-align:middle} */
.modal-title{font-size:24px;color:#333;font-weight:600}
.modal-header .close span{font-size:28px;line-height:normal}
.modal-header .close{color:#7f7f7f;opacity:1}
.modal-header{padding:10px 20px;border-bottom-color:#dbdbdb}
.modal-body{padding:20px}
.modal-body .box-body{padding:10px 0}
.modal-body .box-footer{padding:10px 0}
.modal-body .box-footer .btn{min-width:82px;font-weight:bold}
.modal-body .box-footer .btn+.btn{margin-left:7px}

/*Modal Large*/
.modal-lg .modal-header, .modal-xl .modal-header {padding-top: 12px;padding-bottom: 12px}
.modal-lg .modal-body .box-body, .modal-xl .modal-body .box-body{padding: 0 0 15px}
.modal-lg .modal-title, .modal-xl .modal-title{font-size:20px;}
.modal-lg .modal-header .close, .modal-xl .modal-header .close{margin-top:3px;font-family:sans-serif;}
.modal-dialog.modal-lg .modal-content, .modal-dialog.modal-xl .modal-content{border-radius:5px;}
.box-body-inner .modal-title{padding:20px 0 15px;display:block;}
.box-body .box-body-inner .table>tbody>tr>td:first-child{min-width: 180px}
.box-body .table-responsive>.table>tbody>tr>td .admin-custom-radio, .box-body .table-responsive>.table>tbody>tr>td .admin-custom-checkbox{margin-top: 0 !important}
.box-body .table>tbody>tr>td.ifAddRemoveBtns, .box-body .table>thead>tr>th.ifAddRemoveBtns{padding-left:0;padding-right:10px;text-align:left;width: 90px;}
.box-body .table>tbody>tr>td.width-100{width:100px;padding:14px 10px;}
.box-body .table>tbody>tr>td.width-80{width:80px;text-align:center;padding:14px 10px;}
.box-body .table>tbody>tr>td.width-250 {width: 250px}
.box-body .table>tbody>tr>td.width-150 {width: 150px}

/*Alert Box*/
.ui-widget-overlay{background:#000;}
.ui-draggable .ui-dialog-titlebar{cursor:default;padding:.5em 1em;}
.ui-dialog .ui-dialog-content h4{font-size:16px;}
.ui-dialog .ui-dialog-buttonpane button{margin:0;min-width:80px;}
.ui-dialog .ui-dialog-buttonpane button + button{margin-left:10px;}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{width:100%;}
.ui-dialog .ui-dialog-buttonpane{padding:1rem 1rem;border-top-color:#dbdbdb;margin-top:0;}
.ui-dialog .ui-dialog-buttonpane button{color:#fff;background-color:#286090;border-color:#204d74;}
.ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:focus, .ui-dialog .ui-dialog-buttonpane button:active{color:#fff;background-color:#204d74;border-color:#122b40;}


/*Add Remove Icons*/
.fa-minus-square-o{background-image: url('/admin/remove-icon.png')}
.fa-plus-square-o{background-image: url('/admin/add-icon.png')}
.fa-plus-square-o, .fa-minus-square-o {width: 36px;height: 34px;}
.fa-plus-square-o:before, .fa-minus-square-o:before {content: none}
span.help-block{color: #a94442;}
select.input-sm{line-height: 10px;}
.header-hide,.body-hide,.pdf-text-hide{display:none!important;}

/*Admin Custom Dropdown Menu*/
.dropdown-dropup-menu{position: absolute; z-index:99; list-style: none; max-width:200px; background-color:#FFF; margin-left:-150px; margin-top:40px; right: 0; top: 0; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px ; -ms-border-radius:5px; -o-border-radius:5px;font-size:15px;margin-right:-45px;padding:5px 12px;box-shadow:0px 0px 15px 0px rgba(0,0,0,0.30);-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.30);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.30);}
.dropdown-dropup-menu>li>a{color:#383838;padding:7px 2px;display: inline-block;width: 100%;}
.dropdown-dropup-menu>li{border-bottom:1px solid #eeeeee;}
.dropdown-dropup-menu>li:last-child{border-bottom:0;}
.dropdown-dropup-menu>li>a:hover,.dropdown-dropup-menu>li>a:focus,.dropdown-dropup-menu>li>a:active{background-color:#FFF;color:#0f426a;}
.dropdown-dropup-menu:before{content:"";position:absolute;top:-13px;right:34px;border-right:solid 11px transparent;border-left:solid 11px transparent;border-bottom:solid 14px #ffffff;}

/*Form View Details*/
.form-view-box > .form-group { display: table;margin-bottom: 8px; width: 100%;}
.form-view-box .col-sm-3,.form-view-box .col-sm-9 { float: none; display: table-cell;vertical-align: middle;}
.form-view-box{float:left;width:100%;}
.form-view-box .col-sm-3{background-color:#efefef;width:40%;padding-top:8px;padding-bottom:8px;}
.form-view-box .col-sm-9{width:60%;padding-top:7px;padding-bottom:7px;margin-bottom: 5px; border:1px solid #efefef;}
.form-view-box .col-sm-9 p{margin-bottom:0;}
.form-view-box .col-sm-9 p + p{margin-top:5px;}
.modal-content-details  .modal-title {font-size: 20px}
.modal-content-details .modal-header .close span {line-height: 1}
.modal-content-details .clearfix ~ .modal-title{margin-top:15px;margin-bottom:5px;}

/*Create Optional Text*/
.input-group-ckeditor > div {float: left; position: relative;}
.input-group-ckeditor1 {width: 30%;}
.input-group-ckeditor2 {width: 70%;}
.input-group-ckeditor {float: left; width: 100%;}
.input-group-ckeditor > div .form-control {padding-left: 55px;}
.input-group-ckeditor > div label {position: absolute;left: 15px; top: 7px;margin: 0;}
.input-group-ckeditor > div.input-group-ckeditor1 .form-control {padding-left: 50px;border-right: 0;}

/*For block UI in ajax request*/
.blockUI.blockOverlay{z-index:9999 !important;background-color:#fff !important;}
.blockUI.blockMsg{border:0 !important;position:absolute;top:50% !important;left:50% !important;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);z-index:9999 !important;background-color:#226599 !important;width:100% !important;min-width:11.75rem;max-width:11.75rem;padding:1.90rem 2.25rem !important;color:#fff !important;font-size:.938rem;text-align:center;border-radius:.25rem;box-shadow:0 5px 5px rgba(0,0,0,0.15);-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.15);-moz-box-shadow:0 5px 5px rgba(0,0,0,0.15);}
/* .modal-dialog.lightbox360 {max-width: 815px !important;} */
.lightbox360 .modal-body{padding:3px;background-color:#FFF;border-radius:4px;}
.lightbox360 .modal-content{background:transparent;border-radius:4px;box-shadow: none;}

.lightbox360 .modal-header{border:0;color:#FFF;padding:0;margin-top:10px;}
.lightbox360 .modal-header .modal-title{font-size:14px;color:#ffffff;line-height:1.7;font-weight:normal;}
.lightbox360 .modal-header .close{text-shadow:none;font-size:0;line-height:0;}
.lightbox360 .modal-header .close span{font-size:50px;font-family:initial;line-height:.8;color:#939393;}
.lightbox360 .ekko-lightbox-nav-overlay a span{padding:0 15px;font-size:40px}
.lightbox360 .ekko-lightbox-nav-overlay a{color:#bdbdbd;opacity:1}
.checkbox-field-btn{min-width: 100px;}
.view-repeater-content{background-color: #efefef;padding: 10px;}
textarea.form-control.textarea-lg {min-height: 60px;}
.repeater-textarea+div{width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.document-category-cls .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding-left: 0;}
.document-category-cls .select2-container--default .select2-search--inline .select2-search__field{padding-left:12px;}
.document-category-cls .select2-container--default .select2-selection--multiple .select2-selection__choice:first-child{margin-left: 12px;}

/*Partner Dashboard*/
.partnerDashboardDesign .box-body{padding:20px;}
.partnerDashboardDesign .box-header{padding:10px;}
.partnerDashboardDesign .box-header .box-title > i{margin-right: 5px;}
.partnerDashboardDesign .box-header .box-title{font-weight:600;}
.partnerDashboardDesign .box.box-default>.box-header{color:#000;}
.partnerDashboardDesign .box.box-default.db-bg-blue .box-header{background-color:#6ACDEC;border-color:#6ACDEC;}
.partnerDashboardDesign .box.db-bg-orange.box-default .box-header{background:#FDAF6F;background-color:#FDAF6F;}
.partnerDashboardDesign .box.box-default{border-color:#D3D3D3;}
.partnerDashboardDesign .label{font-size:100%;font-weight:600;}
.partnerDashboardDesign .box-header>.box-tools{margin-top:0;}
.partnerDashboardDesign .form-inline{margin-bottom: 15px;}
.partnerDashboardDesign .form-inline .form-group label{margin-right:5px;}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
    /* z-index: 99; */
    width: 20px;
    height: 20px;
    margin-top: 0;
}
/*Custom Radio & CheckBox*/
.admin-custom-radio, .admin-custom-checkbox{padding:0 0 0 22px !important;margin-top: 7px !important;}
.admin-custom-checkbox input[type=checkbox], .admin-custom-radio input[type=radio]{opacity:0;}
.admin-custom-radio .ac-radio-checkmark{position:absolute;width:13px;height:13px;background-color:#FFF;border:1px solid #494949;border-radius:100%;left:0;top:0;margin-top:4px;}
.admin-custom-radio .ac-radio-checkmark:before{content:"";display: none; position:absolute;top:2px;left:2px;border-radius:100%;width:7px;height:7px;background-color:#195481;}
.admin-custom-checkbox input[type=checkbox]:checked ~ .ac-radio-checkmark:before, .admin-custom-radio input[type=radio]:checked ~ .ac-radio-checkmark:before{display: block;}
.admin-custom-checkbox .ac-radio-checkmark{position:absolute;width:20px;height:20px;background-color:#FFF;border:1px solid #d2d6de;left:0;top:0;}
.admin-custom-checkbox .ac-radio-text{padding-left:2px;}
.admin-custom-checkbox .ac-radio-checkmark:before{content:"";display:none;position:absolute;top:1px;left:6px;height:13px;width:6px;border-bottom:2px solid #000;border-right:2px solid #000;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);}
.admin-custom-checkbox input[type=checkbox], .admin-custom-radio input[type=radio] {
    opacity: 0;
}
/* Css added by pratyush */
select.form-control.multiselect {background-image: none;overflow: auto;}
.arrowbtnRow {display: inline-block;text-align: center;width: 100%;margin: 8px 0;}

.multiSelectFilters {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}

.arrowbtnRow .arrowBtns {border: 1px solid #d2d6de;outline: 0;background-color: #FFF;color: #999999;
    cursor: pointer;padding: 0;width: 26px;height: 26px;line-height: 24px;transition: all .5s ease-in-out;}

.arrowbtnRow .arrowBtns:hover {background-color: #d8d8d8;}
.pt-10{padding-right: 40px !important;}
.pt-20{padding-top: 20px !important;}


.autologin-link{
    width: 100%;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-bottom: 20px;
}

.text-center-bold{
	text-align: center;
	font-weight: bold;
}
.text-center{
	text-align: center;
	font-size: 12px;
}

.text-center-bold input{
	font-weight: bold;	
}
#autologin_url_field {
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	width: 100%;
	color: #3c8dbc;
	position: absolute;
	
	z-index: -7;
	height: 50px;
	width: 50px;
      /*background-color: #eee;*/
}
.autologin-note{
	color: #195481;
	font-weight: bold;
}
.autologin-note-cover{
	font-size: 14px;
}
.box-header-tbl {font-size: 20px;font-weight: 600;position: absolute;top: 22px;left: 40px;}
.ui-datepicker{ z-index: 9999 !important;}
.message-section-div{padding-top:10px;padding-bottom:10px;font-weight: bold;}
.default-cursor>label{cursor: default;}
/* Css added by pratyush */
input[type=radio]{
	appearance:none;
	-webkit-appearance:none;
   -moz-appearance:none;
   
	width: 15px;
    height: 15px;
    border: 1px solid #d2d6de;
    border-radius: 32px;
    outline: none !important
}
input[type=radio]:checked{
	border-color:#195481 
}
input[type=radio]:checked:before{
	 position: absolute;
    background: #195481;
    top: 0px;
    left: 0px;
    content: '';
    width: 7px;
    height: 7px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}

.pass-show-hide{position:relative;width:100%;}
/*.pass-show-hide .form-control {padding-right: 60px;}*/
.pass-show-hide-btn{position:absolute;top:0;bottom:0;display:table;right:0;width:2rem;text-align:left;}
.pass-show-hide-btn > [class*="eye-"]{height:40px;vertical-align:middle;display:none;width:100%;cursor:pointer;}
.pass-show-hide-btn > [class*="eye-"] svg{display:inline-block;vertical-align:middle;}
.pass-show-hide-btn > [class*="eye-"]:hover{color:#3b454f;}

.pass-show-hide-btn > [class*="form-icon"]{height:50px;vertical-align:middle;display: table-cell;width:100%;cursor:pointer;}
.pass-show-hide-btn > [class*="form-icon"] svg{display:inline-block;vertical-align:middle;}

.pass-show-hide-btn > .active[class*="eye-"]{display:table-cell;}
.your-review>label {
    cursor: pointer;
    width: 4rem;
    aspect-ratio: 1;
    background-image: url(../img/gray-star.svg);
    background-repeat: space no-repeat;
    background-position: center;
    background-size: 60%;
    transition: all .3s;
    margin-bottom: 0px;
}
.your-review>label.checked {
    background-image:
        url('../img/yellow-star.svg');
}
.feedbackDataGroup {
    margin-bottom: 24px;
    float: left;
    width: 100%;
}
.feedbackDataGroup .boxBodyTopGroupTitle{
    width: 100%;
}
.feedbackDataGroup .row {
    display: flex;
    align-items: center;
}

.box .btn+.btn,
.box .btn {
    margin-left: 0;
    margin-right: 5px;
}

div.dataTables_wrapper {
    min-height: 150px;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 100px !important;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    background-color: #b6c8da;
    padding: 1.5rem 1rem;
    color: #4a5763;
    border: 2px solid #FFF;
    border-radius: .25rem;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.20);
    font-size: large;
    font-weight: bold;
    z-index: 99999;
}