*:not(input):not(textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

body {
    font-family: 'Source Sans Pro','Helvetica Neue','Helvetica','Arial','sans-serif' !important;
}
@media (min-width:576px){
  .col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}
}
a {
    cursor: pointer;
}
.no-resize {
    resize: none;
}
.no_ul {
    text-decoration: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
.bold{
    font-weight: bold;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.toastMsg {
    visibility: visible;
    width: 250px;
    margin-left: -125px;
    background-color: var(--main-sidebar-tree-bg-color) !important;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 10px 16px;
    position: fixed;
    z-index: 1100;
    left: 50%;
    bottom: 10%;
    font-size: 16px;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 10%; opacity: 1;}
}

@keyframes fadeout {
    from {bottom: 10%; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center; */
  background-color: rgba(0, 0, 0, 0.25);
}
.preloader img {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
}
.form-checkbox {
    margin: 0 5px 0 0 !important;
    width: 20px;
    height: 20px;
    float: left;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important
}
.form-radiobtngroup {
    font-size: 15px;
    padding-top: 7px;
}
.form-radiobtn {
    margin: 0 5px 0 0 !important;
    width: 20px;
    height: 20px;
    float: left;
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important
}
.form-checkboxgroup {
    font-size: 15px;
    padding-top: 7px;
}
.custRadio, .custCheckBox {
    height: 15px!important;
    width: 15px!important;
    -webkit-box-shadow: none;
    box-shadow: none!important;
    margin: 4px auto!important;
}
.star-table tr th{
    padding: 5px 2px;
    text-align: center;
    width: 20%;
}
.starHighlight {
    color: #ddd;
}
.starTD > .starHighlight:hover {
    color: #2c3b41;
}
.starHighlight.active {
    color: #2c3b41;
}
.starTD > input:checked ~ label{
    color: #2c3b41;
}
.starTD > input:checked + label:hover, /* hover current star when changing rating */
.starTD > input:checked ~ label:hover,
.starTD > label:hover ~ input:checked ~ label, /* lighten current selection */
.starTD > input:checked ~ label:hover ~ label {
    color: #2c3b41;
}
.mst-hrfrm1 {
    display: none;
}
.hid,
.breadcrumb>li.hid {
    display: none;
}
.breadcrumb>li.hid.active {
    display: inline-block;
}
.switchTop {
    top: 0;
    position: absolute;
    width: 100%;
}
.skin-blue .sidebar-menu>li>a {
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 12px 30px 12px 15px;
}
.sidebar-menu .treeview-menu>li>a{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}
.sidebar-menu .treeview-menu>li>a.active{
    color:#fff;
}

.custgrid>thead {
    background-color: var(--main-app-color); 
    color: #ddd;
}
.custgrid>tbody>tr.trselect.active {
    background-color: #9a9797;
    color:#ddd;
}
.custgrid>tbody>tr.trselect:hover {
    background-color: #9a9797;
    color:#ddd;
}
.custgrid>thead>tr.trselect>th{
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.custgrid>tbody>tr.trselect.active>td,  .custgrid>tbody>tr.trselect.active>th,  .custgrid>tbody>tr.trselect>.active,  .custgrid>tbody>tr.trselect>td.active,  .custgrid>tbody>tr.trselect>th.active {
    background: #9a9797;
}
.custgrid>tbody>tr.trselect.active:hover>td,  .custgrid>tbody>tr.trselect.active:hover>th,  .custgrid>tbody>tr.trselect:hover>.active,  .custgrid>tbody>tr.trselect>td.active:hover,  .custgrid>tbody>tr.trselect>th.active:hover {
    background: #9a9797;
}
.custgrid>thead>tr.trselect>th,
.custgrid>tbody>tr.trselect>th,
.custgrid>tfoot>tr.trselect>th,
.custgrid>thead>tr.trselect>td,
.custgrid>tbody>tr.trselect>td,
.custgrid>tfoot>tr.trselect>td {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.custgrid>tfoot>tr.trselect>td {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.custgrid.text-center, .custgrid.text-center td, .custgrid.text-center th {
    text-align: center;
}
.custgrid th img {
    width: 20px;
}
.box {
    border-top: 3px solid var(--main-app-color) !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.popover-content {
    padding:0;
    margin:0;
}
.popover {
    padding:0;
}
ul.subMenu, dropdown-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.subMenu li, ul.dropdown-menu li{
    padding: 6px 8px;
    border-bottom: 1px solid #ddd;
}
ul.subMenu li a, ul.dropdown-menu li a{
    color: #333;
    display: block;
}
ul.subMenu li:hover a, ul.dropdown-menu li:hover a{
    color: #ddd;
}
ul.subMenu li:hover, ul.dropdown-menu li:hover, ul.dropdown-menu li a:hover {
    background: #2c3b41;
}
ul.dropdown-menu{
    padding:0;
}
.dropdown-menu>.user-footer .btn-default.logoutln:hover {
    background: #2c3b41;
    color: #fff;
}
textarea.form-control {
    min-height: 80px;
}
.formSubmitBtn {
    background-color: var(--main-app-color);
    border-color: #367fa9;
    color: #fff;
    min-width: 100px;
    max-width: 250px;
    margin: 10px 0;
}
.info-box {
    color: #32acac;
    padding: 5px 0;
    min-height:auto;
}
.error-box {
    color: #A32020;
    padding: 5px 0;
    min-height:auto;
}
.info-box, .error-box {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20),0 2px 10px 0 rgba(0,0,0,0.16)!important;
    margin-bottom: 15px;
    border-radius: 2px;
}
.refreshBtn {
    content:url("../images/refresh.jpg");
    width: 25px;
    margin: 0 5px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.refreshBtn:hover{
    content:url("../images/refresh_hover.png");
}

.searchTextBox {
    min-width: 250px;
    width: 100%;
}
.paginationDiv {
    text-align: right;
    padding: 0 10px;
}
.pagination {
    margin: 10px 0;
}
.pagination>li>a {
    color: var(--main-app-color);
    padding: 5px 5px;
}
.pagination>li>a span {
   padding: 0 3px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: var(--main-app-color);
    background-color: #cccccc;
    border-color: #cccccc;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: var(--main-app-color);
    border-color: var(--main-app-color);
    color: #fff;
}
.pagination>li>a.disabled {
    cursor: not-allowed;
    background-color: #cccccc5c;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #fff;
}
iframe {
    min-height: 450px;
}
fieldset, .fieldset {
    width: 100%;
    margin:0;
    padding:0;
}
.webdisplay ul {
    text-align: center;
    margin-right: auto;
    border: none;
}

.webdisplay ul, .webdisplay li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.webdisplay li {
    text-align: center;
    padding: 2px 5px 2px 5px;
}

.webdisplay li a {
    white-space: nowrap;
    margin: 3px;
    width: 100%;
}
#tabin.content-wrapper {
    margin-left: 0;
}
.tab-header {
    background-color: var(--main-app-color);
    min-height: 50px;
    width: 100%;
    color: #fff;
}
.tab-header h2 {
    padding: 20px 0;
    text-align: center;
    margin: 0;
}
.btnalertclose {
    float: right;
    /* margin-top: -15px; */
    padding: 5px;
    cursor:pointer;
}
.btnalertclose_ios {
    padding: 15px 5px 0 0;
}
.modal-open {
    padding-right:0 !important;
}
.modalWindow .modal-dialog, #showPopupDialog .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modalWindow.modal.fade .modal-dialog , #showPopupDialog.modal.fade .modal-dialog {
    transform: translate(0, -100%);
}

.modalWindow.modal.in .modal-dialog, #showPopupDialog.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.content-header>.breadcrumb {
    top: 0;
    right: 0;
    float: none;
    position: relative;
    background: var(--main-breadcrumb-color);
    margin-top: 10px;
    color: #444;
}
.content-header>.breadcrumb>li>a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}
body .treeview-menu>li>a {
    color: var(--main-app-color);
}
.content-header>.breadcrumb>li.active a {
    color: var(--main-app-color);
}
.content-header>.breadcrumb>li a:hover {
    color: #337ab7;
    text-decoration:underline;
}
.content-header>.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #333;
    content: "/\00a0";
}
.searchTextBox .dropdown {
    float: right;
}
body .main-header .logo_ios {
    padding-top: 6px;
}

.filter-container {
    text-align: center;
    padding: 20px;
    margin-bottom: 12px;
    border: 1px solid #d2d6de;
}
.filter-container .list-inline{
    margin-bottom: 0;
}
ul.filterNav>li>a {
    color: #428bca;
    font-size: 18px;
    padding: 6px 14px;
    border: 1px solid #428bca;
    border-radius: 30px;
    display: inline-block;
    margin: 0 5px 4px 0;
    -moz-border-radius: 30px;
    -khtml-border-radius: 30px;
    -webkit-border-radius: 30px
}

ul.filterNav>li>a:hover {
    text-decoration: none;
    background: #2a6496;
    outline: 0;
    color: #fff
}

ul.filterNav>li.active a {
    color: #111;
    background: #2a6496;
    outline: 0;
    color: #fff
}

ul.filterNav>li.active a:before {
   /* content: "\f107";
    font-family: FontAwesome;
    padding-right: 10px */
}

ul.filterNav>li span {
    color: #999;
    font-size: 18px;
    display: inline-block;
    margin: 0 5px
}

.filterNav>li {
    padding: 0;
    margin: 0
}

@media screen and (max-width: 500px){
    .box-header>.searchBox {
        position: inherit;
        right: inherit;
        top: inherit;
        padding:10px 0 0;
        float:right;
        width: 100%;
    }
    iframe {
    min-height: 400px;
    }
}
iframe[id^="apiproxy"], iframe[id^="oauth2relay"] {
    width: 0px !important;
    height: 0px !important;
    min-height: 0px;
}


body.ios .main-header .navbar {
    padding-top: 15px;
}
body.ios .main-sidebar .sidebar {
    padding-top: 15px;
}
body.ios .btnalertclose {
    padding: 15px 5px 0 0;
}

/* Flight delay CSS*/
#headerFD {
    width: 100%;
}
.logostrip {
    background-color: #FFF;
    width: 100%;
    border-radius: 10px;
}
.logoFD {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    width: 259px;
}


/*  SECTIONS  */
.sectionFD{
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.colFD {
    display: block;
    float:left;
    margin: 1% 0 1% .5%;
}
.colFD:first-child { margin-left: 0; }

/*  GROUPING  */
.groupFD:before,
.groupFD:after { content:""; display:table; }
.groupFD:after { clear:both;}
.groupFD { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.5%; }
.span_1_of_3 { width: 33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .colFD {  margin: 1% 0 1% 0%; }
    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.alertmsg {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    vertical-align: 50%;
    margin-top: 25%;
}
.no-rec {
    color: #000;
    text-align: center;
    padding: 100px 0;
    font-size: 16px;
}
.menubut {
    padding-left: 15px;
}
.bdytbl {
    height: auto;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    margin-top: 3px;
}
.arrow {
    z-index: 5000;
    visibility: visible;
    position: absolute;
    left: 50%;
}
.tbl1 {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    background-color: #FC0;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 10px 10px 0px 0px;
}
.tbl2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    background-color: #F5F5F5;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px 0px 10px 10px;
}

.txtbdy {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    border: 0px solid #73AD21;
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-attachment: fixed;
    background-image: url(../images/centerar.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;*/
}
.txtbdy2 {
    float: left;
    width: 48%;
    height: auto;
    margin: 0px;
    border: 0px solid #73AD21;
    padding-top: 15px;
    padding-bottom: 15px;
    background-attachment: fixed;
    background-image: url(../images/centerar.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
}
.txt1 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.txt2 {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.txt3 {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #999;
}
.txt4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.feedback  .custRadio {
    height: 15px!important;
    width: 15px!important;
    -webkit-box-shadow: none;
    box-shadow: none!important;
    margin: 5px  auto!important;
    -webkit-appearance: radio;
}
.feedback  .custRadio:not(select) {
    -webkit-appearance: radio;
}
table.feedback {
    width:100%;
}
.feedback tr td:first-child {
    font-weight: bold;padding:0 5px 0 3px;font-size: 9pt;
}

.screen10_download_text {
    margin: 0px auto 10px;width: 100%;font-size: 12pt;font-weight: 600;text-align: center;
}
.screen10_download_text p {
    font-size: 9pt;
}

.divTable{
    display: table;
    width: 100%;
    background-color: #FFF;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: 0px solid #999999;
    display: table-cell;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.btnFD {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 100%;
    margin-top: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #000;
    margin-bottom: 3px;
    text-align: center;
    text-transform: uppercase;
}

.btnareaFD {
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    margin-top: 5px;
    background-color: #FC3;
}

/* FD End */

/** New Style **/
.postMsgContent {
    cursor: pointer;
    position: relative;
}
.postMsgTitle {
    font-size: 18px;
    color: #b84d45;
    white-space: unset;
    display: block;
    float: left;
    width: 100%;
}

.postMsg a {
    font-size: 20px;
    color: #2b9b9b;
    font-weight: bold;
    cursor: pointer;
    white-space: normal;
}

.postMsgBtm {
    font-size: 14px;
}
.postMsgBtm span.label {
    margin: 4px;
}
.contentsec .form_wrapper.contentForm {
    position: relative;
    margin: 0 0 15px;
    max-width: 100%;
}
.contentsec .form_wrapper {
    margin-top: 10px;
    max-width: 450px;
    padding: 0;
}
.form_wrapper .input_field {
    position: relative;
    margin-bottom: 10px;
}
.form_wrapper .custInp.inp-no-fa {
    padding: 8px 12px 8px 12px;
}
.contentForm .txtAreaInp {
    padding-right: 95px;
}
.contentForm .postBtn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.contentForm .postBtn .btn {
    width: 80px;
    height: 30px;
    line-height: 16px;
    font-size: 16px;
    padding: 0;
    background-color: #ad2524;
    color: #fff;
    margin-bottom:10px;
    border-radius: 5px;
    transition: all 0.30s ease-in-out;
}
.contentForm .postBtn .btn:hover {
    background: #8a3130;
    outline: 0;
    outline-offset: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form_wrapper.contentForm {
    width: 100%;
    position: relative;
    padding: 10px 10px;
}
.login-page, .register-page {
    background: var(--main-bg-color);
}
.content-wrapper {
    padding-top: 20px;
    background-color: var(--main-bg-color);
}
body .main-header .navbar {
    background-color: var(--main-navbar-bg-color) !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);    
}
body .main-sidebar {
    background-color: var(--main-sidebar-bg-color) !important;
}   
body .sidebar-menu>li>.treeview-menu {
    background: var(--main-sidebar-tree-bg-color) !important;
}
body .main-header li.user-header {
    background-color: var(--main-app-color) !important;
}   
body .sidebar-menu>li:hover>a, body .sidebar-menu>li.active>a {
    color: #ffffff !important;
    background: var(--main-sidebar-bg-color) !important;
    border-left-color: var(--main-sidebar-bg-color) !important;
}
body .main-header .navbar .nav>li>a {
    color: var(--main-text-color) !important;
}
body .main-header .navbar .sidebar-toggle, body .main-header .navbar .sidebar-toggle:hover {
    background: var(--main-sidebar-bg-color) !important;
    color: #ffffff !important;
}
body.sidebar-collapse .main-header .navbar .sidebar-toggle {
    color: var(--main-text-color) !important;
    background: #ffffff !important;
}
body .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: var(--main-app-color) !important;
    background: #e5e5e5 !important;
}
body .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
    color: #fff !important;
    background: var(--main-app-color) !important;
} 
.backdiv {
    color: var(--main-text-color) !important;
    cursor: pointer;
}
.btn-go.disabled {
  opacity:0.5;
  pointer-events: none;
}  
.btn-go.bottomFixed {
  position: fixed;
  display: block;
  z-index: 999;
  right: -20px;
  bottom: 20px;
  transform: translate(-50%, -5%);
  background: transparent;
  border: 0;
  /* max-width: 58px; */
  outline: none;
}
.goBtn {
  width: auto;
  height: auto;
  min-width: 50px;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #1e7cfb;
  background: radial-gradient(circle at 50px 50px, #c4dbf0,#1676fb);
  border: 2px solid #0970fd;
}
.box-footer .btn-go.bottomFixed {
    position: inherit;
    padding: 20px 0;
}
.form-horizontal .control-label {
    margin-bottom: 5px;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 10px 0 10px 30px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  z-index: 1;
  left: 75px;
  top: 75px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f0ee";
  font-family: 'FontAwesome';
  font-size: 25px;
  color: #757575;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload.cust {
    margin-left: 10px;
    max-width: 100%;
    margin: 0;
    height: 34px;
}
.avatar-upload.cust .avatar-edit input + label:after {
  font-size: 25px;
  top: 8px;
}
.avatar-upload.cust .avatar-edit input + label {
  width: 40px;
  height: 40px;
}
.avatar-upload.cust .avatar-edit {
  left: 75px;
  top: 75px;
}
.avatar-upload .avatar-edit input + label.camera:after {
    content: "\f030";
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload.uploaded .avatar-preview {
    border: 6px solid #3c8dbc;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #cccc;
}
.avatar-upload.cust .avatar-edit.moveright {
    left: 0;
    min-width: 110px;
    /* max-width: fit-content; */
    width: 100%;
    top: 0;
}
.avatar-upload.cust .avatar-edit.moveright input + label {
    /* width: 100%; */
    border-radius: 5px;
    text-align: left;
    padding: 10px 40px 0 5px;
    padding-top: 10px;
    border: 1px solid #d6d6d6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.avatar-upload .avatar-edit.moveright input + label:after {
    /*text-align: right;
    right: 10px;*/
    text-align: center;
    left: 0;
    width: 46px;
    height: 40px;
    margin: 0;
    top: 3px;
}
.avatar-upload.cust.uploaded .avatar-edit.moveright input + label {
    border: 1px solid #2c3b41;
    background: #2c3b41;
}
.avatar-upload.cust.uploaded .avatar-edit input + label:after {
    color: #fff;  
}
.prevlink {
    text-align: center;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    padding-top: 5px;
}
.checkbox input[type=checkbox] {
    height:inherit;
}
.multiselect-container.dropdown-menu li {
    padding: 0;
}
.multiselect-container.dropdown-menu>li>a {
    padding: 0 20px;
}
.multiselect-container.dropdown-menu>li>a>label {
    padding: 4px 0 0 4px;
}
.multiselect-container>li>a>label>input[type="checkbox"] {
    top: 1px;
    left: 4px;
    margin-top: 0;
    margin-bottom: 0;
}
.tabForm {
    margin: 0px 0 20px;
}
.tabForm .nav>li>a, .tabForm .nav>li>a:focus{
    color: #1e262a;
    background-color: #cccccc;
    min-width: 120px;
    text-align:center
}
.tabForm .nav>li.active>a,
.tabForm .nav>li.active>a:focus,
.tabForm .nav>li.active>a:hover,
.tabForm .nav>li>a:hover  {
    color: #fff;
    background-color: var(--main-app-color);
}
.tabForm .badge {
    margin-top: -3px;
    margin-left: 5px;
}
/** New Style **/
/* FD End */

.surveyEOMsg {
    width: 80%;
    margin: 50px auto;
    font-size: 25px;
    text-align: center;
}

/* Ticketing System  */
.custgrid.tcktTbl>thead {
    background-color: #fafaf8;
    color: #000;
}
.custgrid.tcktTbl>tbody>tr>td, .custgrid.tcktTbl>tbody>tr>th, .custgrid.tcktTbl>tfoot>tr>td, .custgrid.tcktTbl>tfoot>tr>th, .custgrid.tcktTbl>thead>tr>td, .custgrid.tcktTbl>thead>tr>th {
    padding: 12px 8px;
    font-size: 15px;
}
.custgrid.tcktTbl>tbody>tr>td.hglgt {
    color: #0f85ca;
    cursor: pointer;
}
.custgrid.tcktTbl.dtls>tbody>tr>td:nth-child(odd) {
   border-right: 1px solid #e6e6e6;
   width: 50%;
 }
 .custgrid.tcktTbl.dtls>tbody>tr>td:nth-child(even) {
   width: 50%;
 }
.custgrid.tcktTbl>tbody>tr.trselect {
  cursor: pointer;
}
 .custgrid.tcktTbl>tbody>tr:hover, .custgrid.tcktTbl>tbody>tr.trselect:hover {
    background-color: transparent;
    color: inherit;
}
.createCase {
    font-size: 14px !important;
    line-height: 14px !important;
    width: 100px;
    margin-top: 5px;
}
/* Ticketing System End */

/* Workflow */
.scroller {
    overflow:scroll;
    width: 100%;
    padding-bottom: 5px;
}
.scroller ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.scroller ul li {
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
        margin-bottom: 10px;
    width: 130px;
    border: 0px solid #e1e1e1;
    background-color: #f2f2f2;
    border-bottom: 3px solid transparent;
    cursor: pointer;
        overflow-x: hidden;
}
.scroller ul li:first-child {
    margin-left: 0px;
}

.append_content {
    overflow: hidden;
    line-height: 18px;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 130px;
    padding: 15px 5px;
}
.append_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: auto;
}
.append_text.plus {
    font-size: 25px;
    line-height: 35px;
    cursor: pointer;
}
.scroller li.selected
{
    border-bottom: 3px solid #343a40;
    background-color: #cbe5f5;
}
.wfContentDiv .wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    min-height: 120px;
}
.wfContentDiv .wrapper {
    background: transparent;
}
.titleHdrSec {
    width: 100%;
}
.titleHdrSec .titleNm {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 10px 0 15px;
}
.titleHdrSec .titleNm .openContent {
    float: right;
}
.wrapperSec {
    border-bottom: 1px solid #343a40;
    padding-top: 15px;
    padding-bottom: 10px;
}
.faicons {
    position: relative;
    font-size: 16px;
}
span.editicon {
    position: absolute;
    left: 15px;
    bottom: 5px;
    color:#007bff;
    cursor: pointer;
}
span.deleteicon {
    position: absolute;
    bottom: 5px;
    right: 15px;
    color:#dc3545;
    cursor: pointer;
}
span.editicon:hover, span.deleteicon:hover {
    color:#343a40;
}
.confirmtext {
    margin: 15px 15px;
    text-align: center;
    font-size: 16px;
}
.modalForm {
    background: rgba(0, 0, 0, 0);
}
.modalForm .modal-title {
    font-weight: bold;
    font-size: 17px;
}
.modal.modalForm .modal-body {
    max-height: 400px;
    overflow-y: scroll;
}
.modal.modalForm .close {
    color: #dc3545;
    opacity: 1;
}
/* Workflow */
/* Text box with span */
.txtAreaBoxCls {
    margin: 0 0 1px 0;
    border: 1px solid #d2d6dd;
    cursor: text;
    padding: 5px;
}
.spnbxRoot.chip {
  display: inline-flex;
  padding: 0 12px;
  height: 44px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #f1f1f1;
  margin: 4px 0;
  border: 2px solid #fff;
}
span.spnbxRootTxt {
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.spnbxClose {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.spnbxClose:hover {
  color: #000;
}
.txtAreaCls,
.txtAreaCls:focus {
    font-size: 13px;
    border: 0!important;
    margin: 0!important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.txtAreaBoxCls .txtAreaCls {
    min-width: 150px;
    padding: 0 3px;
        height: 20px !important;
        line-height: 20px !important;
    margin: 6px 0 !important;
        display: inline-block;
}
.txtAreaCls {
    text-align: left;
    height: 16px!important;
    overflow: hidden;
    padding: 6px 3px;
    resize: none;
    width: 40px;
    color: black;
    background-color: white;
}
/* Text box with span */

/* Multi image Carousal */

.carousel-showmanymoveone .item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #000;
  text-align: center;
  display:none;
}
.carousel-showmanymoveone .item .highlight .overlay {
  opacity: 0.5;
  display:block;
}
.carousel-showmanymoveone .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.carousel-showmanymoveone .carousel-control {
  width: 6%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 0px;
  background: transparent;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 0px;
  background: transparent;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: block;
}

@media (max-width: 768px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 20px;
        max-width: 360px;
    }
    .content-wrapper {
        padding-top: 0px;
    }
    .modal-dialog {
        width: 80%;
        margin:20px auto;
    }
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* End of Multi image Carousal */

.themebox {
    padding: 15px;
}
.themebox li a {
    padding: 5px;
    border : 2px solid #ffffff;
}
.themebox li a.active {
    border : 2px solid #000000;
}
.login-box-body .btn-primary {
    background-color: var(--main-app-color); 
    border: 1px solid var(--main-app-color);    
}
.login-box-body a.h6 {
    font-size: 14px;
    color: var(--main-app-color);
}
.login-box-body .btmBtn {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 10px;
}
.btmTxt {color: #3c8dbc;width: 100%;padding: 10px 0;/* text-align: center; */display: -webkit-box;height: 50px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;line-height: 20px;padding-right: 60px;}

.btmTxt {
    color: var(--main-app-color); 
    width: 100%;
    padding: 10px 0;
    text-align: left;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.image-gallery .image.spl {
    display: block;
    width: 100%;
    height: auto;
    /* min-height: 120px; */
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}
.imageSec .fabtns {
    padding: 0 5px;
}
.imageSec .fabtns.edt, .imageSec .fabtns.rmv {
    float: right;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.imageSec .fabtns.rmv {
    right: 5px;
    color: red;
}
.imageSec .fabtns.edt {
    right: 25px;
}

/*----- SERVICES START -----*/
.sl-ser-hd {
  /*height: 60px;*/
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
}
.ser-cnt {
  margin-top: 20px;
  margin-bottom: 5px;
}
.ser-rgt {
  text-align: right;
}
.sl-services li div.ser-cntr {
  margin-top:30px;
}
.sl-ser-hd a {
    font-size: 22px;
    width: 30px;
    display: inline-block;
    border-right: 1px solid #bbb;
    margin-top: 20px;
    text-align: left;
}
.sl-ser-hd a.ser-bdr {
  border: 0;
  text-align: right;
}
.sl-services li {
  display: block;
  height: auto;
  border-bottom: 1px solid #bbb;
}
.sl-services li div {
  margin-top: 20px;
}
.ser-lst-lft {
  height: 45px;
  text-align: center;
  font-size: 23px;
}
.ser-lst-cnt h2 {
  font-size: 21px;
  margin: 0;
  font-weight: 400;
  color: #1fb7a7;
}
.ser-lst-cnt p {
  font-size: 14px;
}
.ser-lst-rgt {
  height: 45px;
  font-size: 23px;
  text-align: right;
}
.ser-lst-rgt a {
  width: 30px;
  height: 30px;
  display: inline-block;
}

/*----- LIST HTML -----*/
.deals-list-data {
   border-bottom: 1px solid #d7d7d8;
   padding-bottom: 5px;
   margin-bottom: 10px;
}
.deals-list-data p.title{
   margin: 0px;
   color: #ab4472;
}
.deals-list-data p.price {
  color: #a2a2a3;
}
.deals-list-data h4{
   margin-top: 2px;
   font-size: 15px;
   font-weight: 400;
    color: #222222;
}
.deals-list-data .list-right-data{
   text-align: right;
}
/*----- SERVICES END -----*/

/*----- PROFILE START ---------*/
.pro-header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 50px;
}
.pro-header .pro-bk-btn {
  font-size: 35px;
  color: #fff;
}
.pro-header .pro-soci-btn {
  width: 30px;
  display: inline-block;
  padding-top: 10px;
}
#profile-caro .carousel-indicators li {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 1px 5px;
}
#profile-caro .carousel-indicators .active {
  background-color: #F26F21;
  margin: 1px 5px;
  border: 1px solid #F26F21;
}
.pro-btn-hrt {
  position: absolute;
  bottom: 50px;
  right: 40px;
  width: 40px;
}
.pro-org-cnt {
  padding-top: 20px;
}
.lst-pge-cnt h3 {
    margin: 0;
    color: #000;
}
.lst-pge-cnt address {
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 3px;
}
.lst-pge-cnt p {
    margin-bottom: 0;
}
.pro-google-mp {
  padding-top: 15px;
}
.pro-gl-cnt a {
  color: #EF4220;
}
.pro-google-mp .pro-gl-cnt {
  padding: 0 15px 10px;
}

.pro-tabs .pro-tab-in {
  margin-top: 20px; /*16-3-16*/
  text-align: center;
  background-color: #5699B3; /*16-3-16*/
}
/*--- 16-3-16-----*/
.pro-tabs a {
  color: #fff;
  padding: 20px 0;
  display:block;
}
.pro-tabs .pro-tab-in.active {
  background-color: #1C6F8F;
}
.pro-tabs .pro-tab-in.active a {
  color: #fff;
}
.profile-prdt-main {
  padding-top: 20px;
}
.pro-prdt-hd {
  margin: 0;
  padding: 10px 15px;
  background-color: #5699B3;
  color: #fff;
  font-weight: 400;
}
/*16-3-16 start*/
.profile-prdt .btn-danger,
.profile-prdt-main .btn-danger {
  width: 100%;
  max-width: 105px;
}
.profile-prdt ul li,
.profile-prdt-main ul li {
  list-style-type: none;
  padding: 20px 0 10px;
  border-bottom: 1px solid #ccc;
}
.profile-prdt ul li:last-child,
.profile-prdt-main ul li:last-child {
  border-bottom:0;
}
.profile-prdt p:first-child,
.profile-prdt-main p:first-child {
  color: #000;
  margin: 0;
}
/*16-3-16 end*/

.pro-rev-main ul li  {
  border: 0;
  padding: 0;
}
.pro-rev-main {
  padding-top: 20px;
}
.pro-rev-main .pro-prdt-usrs span {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  display: inline-block;
  border-radius: 50%;
}
.pro-review-star .usr-rev-name, .rev-prnt-dt {
  color:#000;
}
.profile-prdt-main .pro-rev-main .rev-cnt-hd {
  color: #F04124;
}
.pro-lst-lnk .pro-prdt-hd,
  .pro-reviews .pro-prdt-hd{
  color: #000;
}
.pro-lst-lnk .pro-prdt-hd img,
.pro-reviews .pro-prdt-hd img {
  width: 23px;
}
.info-ic-bl {
  background: url("../images/icon/pro-info-ic.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 16px;
  position: relative;
  top: 3px;
}
.pro-txt-hdsh {
  width: 95%;
  margin: 20px auto 0;
}
/*----- PROFILE END ---------*/

/*----------- FAVORITES PAGE START ------------*/
.fav-hdr.header {
  height: auto;
}
.fav-hdr .header-main p {
  margin: 0;
  padding: 14px 0;
}
.fav-hdr .header-main .text-right p,
.fav-hdr .header-main .text-left p {
  padding: 4px 0;
}
.fav-hdr .header-main p a {
  font-size: 30px;
  color: #fff;
}
/*16-3-16*/
.fav-tab-main .fav-tab a {
  background-color: #5699B3;
  padding: 14px 0;
  display: block;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.fav-tab-main .fav-lst-tab a {
  border-right: 0;
}
.fav-tab-main .fav-tab.fav-fst-tab a {
  padding: 15px 0 14px;
}
/*16-3-16*/
.fav-tab-main .fav-tab a.active {
  background-color: #1C6F8F;
}
.my-icon {
  display: inline-block;
  width: 22px;
  height: 17px;
  text-align: center;
}
.dis-wel-ic {
  background: url("../images/icon/discover-Wellness.png") no-repeat;
  background-size: 20px;
}
.dis-fit-ic {
  background: url("../images/icon/discover-Fitness.png") no-repeat;
  background-size: 20px;
}
.dis-beaty-ic {
  background: url("../images/icon/discover-Beauty.png") no-repeat;
  background-size: 20px;
}
.fav-container {
  padding-top: 100px;
}
.fav-container .fav-img-main {
  position: relative;
}
.fav-container .fav-img-cnt {
  position: absolute;
  top: 15%;
  text-align: center;
  padding: 0 7%;
  width: 100%;
  color: #fff;
}
.fav-img-hrt-ic {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
}
.fav-img-hrt-ic .hrt-ic-wt {
  display: inline-block;
  background: url("../images/icon/hrt-wt.png") no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: 30px;
}
.fav-lst-pge .fav-lst-ul {
  list-style-type: none;
}
.fav-lst-pge .fav-lst-ul .fav-lst-li {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
/*----------- FAVORITES PAGE END ------------*/

@media (max-width:410px) {
  .ser-lst-cnt h2 {
    font-size: 19px;
  }
  .ser-lst-cnt p {
    font-size: 12px;
  }
}

.pageMenus .nav>li {
    min-width: 150px;
    margin: 15px auto;
    max-width: 250px;
}
.pageMenus .nav>li:first-child {
    margin-top: 35px;
}
.pageMenus .nav>li:last-child {
    margin-bottom: 35px;
}
.pageMenus .nav>li>a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pageMenus  .menus.list-inline {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0px;
}
.pageMenus  .menus.list-inline>li {
    width: 50%;
    max-width: 250px;
    height: auto;
    max-height: 250px;
    padding: 5px;
}
.pageMenus  .menus.list-inline>li a img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pageMenus .topmenus .menus, .pageMenus .submenus  .menus{
    padding: 25px 0 25px;
}
ul.subMenu, dropdown-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.subMenu li, ul.dropdown-menu li{
    padding: 6px 8px;
    border-bottom: 1px solid #ddd;
}
ul.subMenu li a, ul.dropdown-menu li a{
    color: #333;
}
ul.subMenu li:hover a, ul.dropdown-menu li:hover a{
    color: #ddd;
}
ul.subMenu li:hover, ul.dropdown-menu li:hover, ul.dropdown-menu li a:hover {
    background: #2c3b41;
}
.splitMenus {
    list-style-position: inside;
    width: 100%;
    padding: 60px 0 40px !important
    /* border: 1px solid #fff; */
}
.splitMenus li {
    list-style:none;

    width: 50%;
    float: left;
}
.splitMenus  li:nth-child(1) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.splitMenus  li:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 0px solid #fff;
    border-right: 1px solid #fff;
}
.splitMenus  li {
    border-top: 0px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.splitMenus  li:nth-child(even) {
    border-left: 0px solid #fff;
}
.splitMenus li a {
     width: 100%;
}
.splitMenus li a .imgDiv {
    width: 100%;
    text-align: center;
    padding: 15px 0 10px;
}
.splitMenus li a .imgDiv img{width: 100%;max-width: 80px;height:80px;}
.splitMenus li a .txt {
    text-align: center;
    margin: 0;
    font-size: 20px;
    padding: 15px 0 15px;
    color: #fff;
    text-transform: uppercase;
}

.box-btm {
    text-align: right;
    width: 100%;
    padding: 0 10px;
}
.box-btm .fabtns {
    padding: 5px;
    font-size: 25px;
    cursor: pointer;
}
.editorRtBlck {
    padding: 15px;
    width: 100%;
}
.editorRtBlck label {
    padding: 0px 15px 15px;
}
.editorRtBlck .txttaTtl {
    margin: 10px 0;
}
.editorRtBlck #errLabel {
    color: red;
    margin: 10px 0;
}
.editorRtBlck .btm-btns {
    width: 100%;
    margin: auto;
}
.editorRtBlck .editorbtns {
    margin: 0 10px 10px;
}
.editorRtBlck .editorTA {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding: 10px;
    color: #000000;
}

.c-grid.flexgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 0;
  align-items: baseline;
}
.c-grid.flexgrid .c-grid__item { 
    display: block;
    background: #dddddd;
    color: #000000;
    margin: 10px;
}
.c-grid.flexgrid .c-grid__picture {
    text-align: center;
}
.c-grid.flexgrid .grdimg {
    width: 80px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    height: 80px;
}
.c-grid.flexgrid .c-grid__content {
    text-align: center;
    padding: 10px;
    min-height: 50px;
}
/* GROUP CHAT */

.chatbox {
  /* min-height: 100px;
  max-height: 350px; */
  overflow-y: auto;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
}
.grpchat .banner-sec {
    margin-top: 0;
 }
.grpchat.fixedhr-sec1 {
   padding: 0;
    background: #42a2c6;
}
.grpchat.fixedhr-sec1 .chatbox-sec {
    width: 100%;
}
.grpchat .chatbox {
    height: calc(100vh - 268px);
    padding: 10px;
    border-top: 1px solid #42a1c6; 
    border-bottom: 1px solid #42a1c6; 
}
.grpchat .chatbox .errmsg {
    margin-top: 100px;
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.chat-sc.sc2 {
  float: right;
}

.cont-sec .chat-sc.chat-orow .img-wr {
  left: 0;
  text-align: left;
}
.cont-sec .chat-sc.chat-orow .para-sec {
  padding-right: 10px;
  padding-left: 82px;
}
.cont-sec .chat-sc {
  margin-bottom: 5px;
  padding-top: 7px;
  width: 100%;
  min-height: 70px;
  height: auto;
  position: relative;
  float: left;
}
.cont-sec .chatbox .chat-sc {
    width: 88%;
    margin-bottom: 5px;
}
.cont-sec .chat-sc.w100 {
width: 100%;
}

.cont-sec .chat-sc .img-wr {
  position: absolute;
  top: -1px;
  right: -1px;
}
.cont-sec .chat-sc .slide-text {
  overflow: hidden;
  width: 90%;
}
.cont-sec .chat-sc img.user-sc {
  width: 72px;
  height: 72px;
  border: 3px solid #209bc9;
  border-radius: 50%;
  z-index: 1;
}
.cont-sec .chat-sc .para-sec {
  padding: 6px 22px;
  color: #11495e;
  text-align: left;
  min-height: 57px;
  padding-right: 74px;
  border: 1px solid #90defc;
  background: #90defc;
  border-radius: 31px;
}
.cont-sec .chat-sc.chat-erow .para-sec {
    border: 1px solid #90defc;
    background: #03A9F4;
}
.chat-sc.mt5 {
  width: 100%;
}
.chat-sc.mt5 .para-sec {
  padding: 15px 18px;
  background: #fff;
  border: 1px solid #fff;
}
.chat-sc.mt5 .ta-chat {
  resize: none;
  border-radius: 27px;
  min-height: 50px;
  padding: 12px 0 0 20px;
  color: #11495e;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
}

.flex1.skip {
  margin-top: -150px;
}

.msg-send {
  width: 33px;
  margin-right: 10px;
  border: 0;
  position: absolute;
  top: 19px;
  right: 0;
}

.init-chat {
  animation: slideIn 0.6s;
}

@keyframes slideIn {
  from {
    margin-left: 100%;
    width: 100%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

/* GROUP CHAT */
.wd100 {
    width: 100% !important;
}
.mb0 {
    margin-bottom: 0;
}
.wishes.mediaLink {
    margin: 0;
    padding: 5px;
    float: left;
    text-align: center;
    text-decoration: underline;
    color: #4CAF50;
    cursor: pointer;
    display: inline-block;
    float: right;
}
.wishes.mediaLink img {
    width: 35px;
    height: 35px;
    margin-left: 5px;
}
.wishes.mediaLink i {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 5px;
}
.wishes.mediaLink:hover {
    color: #222d32;
}
.iframeCls.wishIframe {
    min-height: 200px;
    height: calc(100vh - 300px);
}
.view-related-capabilities .view-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: -2em;
    padding: 10px;
}
.view-related-capabilities .view-content>.views-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.7142857143%;
    width: 100%;
    cursor: pointer;
} 
.node-capability.mode-teaser {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #3c8dbc;
    padding: 1rem 1rem 0 1rem;
    color: white;
    height: 100%;
    width: 100%;
    padding-top: 15px;
}
.hdrBtn {
    padding: 0 5px;
    float: right;
    font-size: 25px;
}
.node-capability.mode-teaser .fabtns { 
    position: relative;margin-top: -5px;margin-bottom: 5px;
}
.node-capability.mode-teaser .fabtns span {
    float: right;
    padding: 0 5px;
    font-size: 18px;
}
.views-row.disabled .node-capability.mode-teaser .content, .views-row.disabled .node-capability.mode-teaser a.content__link {
    cursor: not-allowed;
    opacity: 0.5;
}

.node-capability.mode-teaser .content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    padding: 0;
    margin: 0;
    min-height: 150px;    
}
.node-capability.mode-teaser .content__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.node-capability.mode-teaser .content__title__image {
    position: relative;
    width: 60px;
    margin-right: 10px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 2px solid white;
}
.node-capability.mode-teaser .content__title__image::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0,65,120,0.1);
    z-index: 0;
}
.node-capability.mode-teaser .content__title__image img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto !important;
    width: auto\9;
    width: 139px;
}
.node-capability.mode-teaser .content__title h4 {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.9rem;
    word-break: break-word;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.node-capability.mode-teaser .content__body p {
    font-size: .875rem;
}
.node-capability.mode-teaser a.content__link {
    display: block;
    background: #00335f;
    padding: 1rem;
    color: white;
    transition: all .3s ease-in-out;
    margin-left: -1rem;
    margin-right: -1rem;
    font-weight: 700;
    text-decoration: none;
}
.node-capability.mode-teaser a.content__link:hover{
    background:#002545;
    text-decoration:none;
 }
 .node-capability.mode-teaser a.content__link .icon-right {
    color: #00a5e6;
    float: right;
}
.node-capability.mode-teaser.clearfix:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}
@media (max-width: 47.9999em) and (min-width: 30em) {
    .view-related-capabilities .view-content>.views-row {
        width: 47.0588235294%;
        float: left;
        margin-right: 5.8823529412%;
    }
    .view-related-capabilities .view-content>.views-row:nth-child(2n+2) {
        width: 47.0588235294%;
        float: left;
        margin-right: 0;
    }    
}
@media (max-width: 61.9999em) and (min-width: 48em) {
    .view-related-capabilities .view-content>.views-row {
        margin-bottom: 2.8571428571%;
        width: 31.4285714286%;
        float: left;
        margin-right: 1.8571428571%;
    }
}
@media (min-width: 62em) {
    .view-related-capabilities .view-content>.views-row {
        margin-bottom: 2.8571428571%;
        width: 22.8571428571%;
        float: left;
        margin-right: 1.8571428571%;
    }
}

.iframeDiv {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topheader {
  background: #ad2525;
  font-family: sans-serif;
}
.ios .topheader {
    padding-top: 20px;
}
.skipVideo {
    color: #fff;
    width: 100px;
    padding: 15px;
    cursor: pointer;
    z-index: 1;
}

 .modal-content.Model2 {
    border: 0;
    background: #000000;
}
 .modal-content.Model2 .modal-body {
    padding: 0px;
}

.iframeDiv {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expendBtn {
    position: absolute;
    top: 48%;
    right: 0;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
    background: #3c8dbc;
    padding: 5px 5px 5px 0px;
    border: 1px solid #3c8dbc;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.expendBtn.open:before {
    content: "\f104";
}
.mapcanvas {
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.mapcanvas .gm-style-iw-a {
  display: none;

}
.map_canvas {
  height: calc(100vh - 200px);
}
.map_canvas a[rel="noopener"] {
    display: none !important;
}
.locTstBx {
    min-height: calc(100vh - 203px);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    overflow-y: auto;
}
.map_canvas .gm-style-mtc, .map_canvas .gm-style-cc {
    display: none;
}

.lctMapSec a.fxdbckbtn {
    z-index: 99;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
}
.lctMapSec a.fxdbckbtn .backicon {
  line-height: 50px;
}

img.innerLoader {
    width: 50px;
    height: 50px;
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
}
.allset-complete .preloader {
    background: transparent;
}
.allset-complete .preloader img {
    top: 59%;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.cus-btn {
  font-size: 15px;
  cursor: pointer;
  color: #5E2911;
  padding: 9px 25px;
  background-color: #efc40f;
  border-radius: 21px;
  display: inline-block;
}
.cus-btn.disabled {
  pointer-events: none;
  background-color: #e18604;
  color: #b86908;
}
.cus-btn:hover, .cus-btn:active, .cus-btn:focus {
  color: #5E2911;
}
.cus-btn.danger {
  color: #ffffff;
  background-color: #F83838;
  border: 1px solid #e59c0a;
}
.mt10 {
    margin-top: 10px !important;
}

.clearfix {
    display: block;
}   
a img {
    border: none;
}
.lnkheader h4 {
    float: left;
    margin-bottom: 12px;
}
.lnkheader a {
    float: right;
    color: var(--main-btn-color);
    font-size: 13.85px;
    margin-top: 4px;
    cursor: pointer;
}
.lnkheader h5 {
    float: left;
    display: block;
    color: var(--main-lblttl-color);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.36px;
    width: 100%;
    opacity: 0.8;
    margin-bottom: 4px;
    margin-top: -8px;
}

.cardmovie.fulls ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    padding-left: 15px;  
}
.cardmovie.fulls ul li {
  display: inline-block;
}
.cardmovie.fulls ul li:first-child {
  padding-left: 10px;
}
.cardmovie.fulls .fullcard.getSizzled li {
    width: 90%;
}
.cardmovie.fulls .fullcard.getSizzled li:first-child {
  padding-left: 15px;
}
.cardmovie .photos .mset {
  padding: 0;
}
.cardmovie .mset {
  padding: 10px 5px;
}
.cardmovie .mset img {
  border: 1px solid transparent;
}
.cardmovie .mset p {
  margin-bottom: 0;
}
.cardmovie .slick-current img {
  border: 1px solid var(--main-btn-color);
}
.cardmovie li.active .mset img {
  border: 2px solid red;
}
.cardmovie .cards .mset img {
  width: 136px;
  height: 201px;
  overflow: hidden;
  border-radius: 6px;
  display: block;
}
.cardmovie .cards.photos .mset img {
  width: 122px;
  height: 122px;
  overflow: hidden;
  border-radius: 4px;
  object-fit: cover;
}
.cardmovie .squireCard .mset img, .cardmovie .squireCardC .mset img {
  width: 144px;
  height: 144px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #2a2a2a;
  display: block;
}
.cardmovie .squireCard .mset div h4, .cardmovie .squireCardC .mset div h4 {
  font-size: 15px;
  width: 144px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}
.cardmovie .squireCard .mset div p, .cardmovie .squireCardC .mset div p {
  font-size: 13px;
  color: var(--main-lbl-color);
  width: 144px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}
.cardmovie .smallsquireCard .mset img {
  width: 95px;
  height: 95px;
  overflow: hidden;
  border-radius: 6px;
}
.cardmovie .smallsquireCard .mset div h4 {
  font-size: 13px;
}
.cardmovie .smallsquireCard .mset div p {
  font-size: 12px;
  color: var(--main-lbl-color);
}
.cardmovie .fullcard {
  max-height: 200px;
}
.cardmovie .fullcard .mset {
  position: relative;
}
.cardmovie .fullcard .mset img {
  border: none;
}
.cardmovie .fullcard .mset > img {
  width: 100%;
  max-height: 166px;
  min-width: 230px;
  overflow: hidden;
  border-radius: 6px;
  display: block;
}
.cardmovie .fullcard .mset div {
  position: absolute;
  bottom: 15px;
  width: 96%;
  padding-left: 10px;
  font-weight: 500;
}
.cardmovie .fullcard .mset div h3 {
  line-height: 23px;
  font-size: 17px;
  white-space: nowrap;
  width: 100%;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cardmovie .fullcard .mset div p {
  color: var(--main-lbl-color);
  font-size: 13px;
}
.cardmovie .fullcard .mset div a {
  position: absolute;
  right: 4px;
  bottom: 2px;
}
.cardmovie .fullcard.videowp {
  max-height: 100%;
}
.cardmovie .fullcard.videowp li {
  padding-left: 9px;
  width: 90%;
  max-width: 350px;
}
.cardmovie .fullcard.videowp li:first-child {
  padding-left: 14px;
}
.cardmovie .fullcard.videowp .vid {
  position: relative;
}
.cardmovie .fullcard.videowp .vid img {
    height: 180px;
    width: 100%;
}
.cardmovie .fullcard.videowp .vid .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  justify-content: center;
}
.cardmovie .fullcard.videowp .vid-bottomset {
  margin-top: 8px;
}
.cardmovie .fullcard.videowp .vid-bottomset h3 {
  font-size: 15px;
  letter-spacing: -0.24px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 331px;
  height: 20px;
}
.cardmovie .fullcard.videowp .vid-bottomset p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  height: 17px;
  color: var(--main-lbl-color);
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cardmovie .roundslider .mset {
  position: relative;
}
.cardmovie .roundslider .mset img {
  width: 105px;
  height: 105px;
  overflow: hidden;
  border-radius: 100%;
  opacity: 0.8;
  border: none;
}
.cardmovie .roundslider .mset span {
  position: absolute;
  top: 41%;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cardmovie .roundslider .slick-current .mset img {
  opacity: 1;
}
.cardmovie .smallround .mset {
  position: relative;
}
.cardmovie .smallround .mset img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 100%;
  border: none;
  display: block;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: top;
}
.cardmovie .smallround .mset h4 {
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
.cardmovie .pl {
  padding-left: 10px;
}

.cardmovie .imgtxt-set .mset {
  position: relative;
}
.cardmovie .imgtxt-set .like-set {
  position: absolute;
  width: 100%;
  right: 15px;
  top: 21px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 2;
}
.cardmovie .imgtxt-set .tckt-booked {
  position: absolute;
  width: 100%;
  left: 10px;
  bottom: 75px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 3;
}
.cardmovie .imgtxt-set .tckt-booked img {
  margin-right: 5px;
}
.cardmovie .squireCard .imgtxt-set .mset .tckt-booked img {
  width: auto;
  height: auto;
}
.cardmovie .smallround li {
  position: relative;
}
.cardmovie .smallround li .like-set {
  position: absolute;
  top: 8px;
  left: 70%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center; */
  background-color: rgba(0, 0, 0, 0.25);
}
.preloader img {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
}
.allset-complete .preloader {
    background: transparent;
}
.allset-complete .preloader img {
    top: 59%;
}
@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}

.skin-blue .header:not(.search-header):not(.header-lg):not(.rm-flex) {
  display: flex;
  align-items: center;
}

body .disable-btn {
  background: #ccc;
  color: #333;
  cursor: none;
}

.skin-blue .lnkheader h5 {
  float: left;
  display: block;
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.36px;
  width: 100%;
  opacity: 0.8;
  margin-bottom: 4px;
  margin-top: -8px;
}

.skin-blue .header {
  padding: 14px 15px;
  margin: 0;
  background: var(--main-btn-color);
  height: 55px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.skin-blue .header .hleft {
  width: 20%;
  float: left;
  min-height: 40px;
  vertical-align: middle;
  display: flex;
  cursor: pointer;
}

.skin-blue .hleft a {
  display: flex;
  justify-content: center;
  align-self: center;
}
.skin-blue .hleft a img {
  margin-right: 0.5rem;
}
.skin-blue .header .hleft .burgermenu-icon {
  width: 25px;
  height: 23px;
}
.skin-blue .header .prfi {
    width: 35px;
    height: 35px;
    margin-top: -12px;
    vertical-align: middle;
    border-radius: 50%;
}
.skin-blue .header .hcenter {
  width: 60%;
  float: left;
  text-align: center;
}
.skin-blue .header .hcenter h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
.skin-blue .header .hright {
  width: 20%;
  float: left;
  text-align: right;
}

.skin-blue .loginform {
  margin: 0 auto;
  max-width: 270px;
}
.skin-blue .loginform .formlheader {
  margin: 40px 0;
}
.loginform .formlheader .logo {
  width: auto;
  opacity: 1;
    max-width: 150px;
    max-height: 100px;  
}
/*.skin-blue .loginform .formlheader img {
  width: 59px;
  margin: 0 auto;
  opacity: 0.6;
}*/

.skin-blue .loginBox .checkbox.icheck {
    padding: 0px 25px 15px;
    text-align: center;
    color: #333333;
    margin: 0;
}
.skin-blue .loginBox .checkbox.icheck .form-control {
    width: auto;
}
.skin-blue .but img {
  float: right;
  padding-right: 5px;
  padding-top: 3px;
}

.skin-blue .hmpgBoxs.fs .password {
  position: relative;
}
.skin-blue .hmpgBoxs.fs .password .show {
  position: absolute;
  right: 8px;
  bottom: 6px;
  color: #787878;
  font-size: 13px;
  font-weight: 400;
}
.skin-blue .hmpgBoxs.fs .form-group {
  margin-bottom: 0;
}
.skin-blue .hmpgBoxs.fs .form-group input[type=password] {
  padding-right: 60px;
}
.skin-blue .hmpgBoxs.fs .form-group .err, .skin-blue .hmpgBoxs.fs .form-group .err:focus {
    border: 1px solid red;
}
.skin-blue .hmpgBoxs.fs .form-group .inp-err {
    margin: 3px 0 -5px;
    font-size: 13px;
    color: #ff001f;
}
.skin-blue .hmpgBoxs.fs .form-group label {
    color: var(--main-text-color);
}
.skin-blue .hmpgBoxs.fs .form-err {
    color: #ff001f;
    text-align: center;
    margin: 10px 0 0;
    font-size: 13px;
    font-weight: 500;
}
.skin-blue .hmpgBoxs.fs label.mt0 {
  margin-top: 6px;
}


.skin-blue .hmpgBoxs.fs input[type=text],
.skin-blue .hmpgBoxs.fs select {
  border: 1px solid #9b9b9b;
  border-radius: .25em;
  background: #ffffff;
}
.skin-blue .hmpgBoxs.fs input[type=text]:focus,
.skin-blue .hmpgBoxs.fs select:focus {
  outline: none;
}

.skin-blue .hmpgBoxs.fs input[type=text],
.skin-blue .hmpgBoxs.fs input[type=email],
.skin-blue .hmpgBoxs.fs input[type=password],
.skin-blue .hmpgBoxs.fs input.form-control,
.skin-blue .hmpgBoxs.fs input.form-control.input-sm {
  padding: .6em 1em;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid var(--main-text-color);
  width: 100%;
  color: #000000;
  height: 34px;
}
.skin-blue .hmpgBoxs.fs input[type=text]:focus,
.skin-blue .hmpgBoxs.fs input[type=email]:focus,
.skin-blue .hmpgBoxs.fs input[type=password]:focus,
.skin-blue .hmpgBoxs.fs input.form-control:focus,
.skin-blue .hmpgBoxs.fs input.form-control.input-sm.focus {
  border-color: #000000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.skin-blue .hmpgBoxs.fs input[type=radio],
.skin-blue .hmpgBoxs.fs input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.skin-blue .hmpgBoxs.fs .radio-label,
.skin-blue .hmpgBoxs.fs .checkbox-label {
  padding-left: 24px;
}

.skin-blue .hmpgBoxs.fs .radio-label::before {
  border-radius: 50%;
}

.skin-blue .hmpgBoxs.fs .checkbox-label::before {
  border-radius: 3px;
}

.skin-blue .hmpgBoxs.fs input[typeradio]:checked + label::before,
.skin-blue .hmpgBoxs.fs input[type=checkbox]:checked + label::before {
  background-color: #141414;
  border: none;
  box-shadow: none;
}

.skin-blue .hmpgBoxs.fs input[type=radio]:checked + label::after,
.skin-blue .hmpgBoxs.fs input[type=checkbox]:checked + label::after {
  display: block;
}
.skin-blue .hmpgBoxs.fs .t3 {
  font-size: 17px;
}
.skin-blue .hmpgBoxs.fs .bf {
    width: 100%;
}
.skin-blue .hmpgBoxs.fs .mt {
    margin-top: 10px;
}
.skin-blue .hmpgBoxs.fs .but {
  border-radius: 8px;
  background-color: var(--main-btn-color);
  display: inline-block;
  text-align: center;
  padding: 12px;
  margin-bottom: 10px;
  border: none;
  color: #ffffff;
}
.skin-blue .hmpgBoxs.fs .but:hover {
  text-decoration: none;
}
.skin-blue .hmpgBoxs.fs .but.disabled {
    background: #610119;
    color: #ada9a9;
    border: none;
    pointer-events: none;
    cursor: default;
}
.skin-blue .hmpgBoxs.fs .loginform .but.form-control.input-sm {
    background-color: var(--main-btn-color);
}
.skin-blue .hmpgBoxs.fs .bf {
  width: 100%;
}
.skin-blue .hmpgBoxs.fs .error p {
  color: var(--main-btn-color);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}
.skin-blue .hmpgBoxs.fs {
    padding: 55px 0 0 !important;
 }

.skin-blue .genbox-listwp {
  /* width: 100vw; */
  position: relative;
  /* margin-left: -50vw; */
  padding: 10px;
  /* left: 50%; */
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}
.skin-blue .genbox-listwp h5 {
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}

.skin-blue .genbox-listwp .group-set {
  background: #ffffff;
  padding: 15px 15px 0 15px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: var(--main-sidebar-tree-bg-color);
}
.skin-blue .genbox-listwp .group-set:hover, .genbox-listwp .group-set:focus {
  background: var(--main-sidebar-tree-bg-color);
  color: #ffffff;
}

.skin-blue .genbox-listwp .group-set h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.skin-blue .genbox-listwp .group-set ul {
  margin: 0;
  padding: 5px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.skin-blue .genbox-listwp .group-set ul li {
  padding: 0;
  min-width: 70px;
}
.skin-blue .genbox-listwp .group-set ul li p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.genbox-listwp .group-set ul li p.fw1 {font-weight: 600;}
.genbox-listwp .group-set ul li p.fw2 {font-weight: 500;}
.skin-blue .genbox-listwp .group-set ul li .lm {
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
}
.skin-blue .genbox-listwp .group-set:last-child {
  margin-bottom: 0;
}
.skin-blue .genbox-listwp .group-set .fa-map-marker:before {
  color: #82242d;
}

body .nav.navbar-nav {
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
body .navbar-inverse .navbar-nav>li {
    width: 25%;
    float: left;
}
body .navbar-inverse .navbar-nav>li>a {
    min-height: 50px;
    padding: 15px 10px !important;
    color: #ffffff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: var(--main-app-color) !important;
}
body nav.navbar.navbar-inverse {
    background-color: var(--main-app-color) !important;
    border-color: var(--main-app-color) !important;
}
body .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, body .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: var(--main-sidebar-tree-bg-color) !important;
}
body .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {position: absolute;bottom: 100%;/* right: 186px; */width: 200px;background: var(--main-app-color) !important;color: #ffffff;text-align: left;}
body .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu li {
    padding: 0;
}
body .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
    padding: 5px;    
}
.tabnav.btmnav {
    padding-bottom: 50px;
}
.playicon {
    color: var(--main-sidebar-tree-bg-color) !important;
    font-size: 60px;
    line-height: 60px;
}
.playicon .fa {
    color: inherit;
    background: transparent;
    padding: 0;
}
.playtxt {
    color: var(--main-sidebar-tree-bg-color) !important;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0;
}
.vid_player {
    max-height: 300px;
    height: 100%;
    margin: 30px 0;
}
.aud_player {
    width: 100%;
    margin: 30px 0;
}
.img_disp {
    text-align: center;
}
.img_disp img {
    width: auto;
    max-height: 400px;
    max-width: 100%;
    margin: 30px 0;
}
.vid_player:focus, .aud_player:focus {
    outline: none;
}   
.custChat.direct-chat {
    max-width: 450px;
    margin: 15px auto;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.24),0 2px 10px 0 rgba(0,0,0,0.18)!important;
}
.custChatMsg .macro{
    margin-top: 0px;
    width: auto;
    max-width: 60%;
    border-radius:5px;
    padding: 3px 0;
    display:flex;
    position: relative;
}
.custChatMsg .msj-rta{
    float:right;
    background:whitesmoke;
}
.custChatMsg .msj{
    float:left;
    background: #d2d6de;
}
.custChatMsg.right .msj{
    float:right;
    margin-right: 10px;
    background: #3c8dbc;
}
.custChatMsg .direct-chat-img {
    font-size: 20px;
    color: #000;
    padding: 5px 0;
}
.custChatMsg .text {
    float:left;
    padding-right:10px;
    border-radius: 5px;
    position: relative;
    padding: 7px 10px;
    margin: 0;
    color: #444;
}
.custChatMsg.right .text {
    float:right;padding-left:10px;
}
.custChatMsg .text > p{
    width:100%;
    margin-top:0;
    margin-bottom:auto;
    line-height: 18px;
    font-size: 14px;
    text-align:left;
    color: #222d32;
}
.custChatMsg.right .text > p{
    color: #fff;
}
.custChatMsg .msj:after,.custChatMsg .msj:before {
    position: absolute;
    right: 100%;
    top: 20px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    border-width: 6px;
    margin-top: -6px;
}
.custChatMsg.right .msj:after, .custChatMsg.right .msj:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #3c8dbc;
}
.isIawSrv.yes {
    text-decoration: underline;
    cursor: pointer;
}
.input-group.input-group-unstyled {
    width:100%;
}
.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
    padding: 0 0 0 8px;
}
.fa-microphone{
  color: #FFFFFF;
  background: #dd4b39;
  padding: 0.4em 0.6em;
  }
.cmn-t-pulse.circle{
  border-radius: 60%;
    margin: 0;
    font-size: 18px;
}
.input-group-addon.active .cmn-t-pulse {
  animation: pulse 1s ease infinite;
  /* transition: transform 0.2s; */
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
/** carc & wellprogram styles **/

.radioForm {
    padding: 0 15px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    min-height: 200px;
    border-top: 1px solid #fbf9f9;   
}
.radioForm .radio {
   font-size: 16px;
}

.checkbox label, .radio label {
    /*width: 100%;*/
}
.checkbox label span.inner, .radio label span.inner {
    font-size: 16px;
    font-weight: bold;
}

.inptabSec {
    padding: 10px 15px;
}
.inptabSec .tabslctn {
    background: #222d32;
    color: #ffffff;
    min-width: 80px;
    height: 35px;
    padding: 5px 10px;
}
.inptabSec .tabslctn.active, .inptabSec .tabslctn:focus {
    background: blue;
    border: none;
    outline: none;
}

/** carc & wellprogram styles **/

 .canvas {
  width: 100%;
  height: 221px;
}
.drawContainer {
  width: 400px;
  height: 220px;
  position: relative;
}
.clearSec{
  float: left;
  position: absolute;
  top: 0;
  right: 10px;
}
.clearSec .clearCntxt {
    background: #2196F3;
    padding: 2px;
    margin: 5px 0 0;
    color: white;
    font-size: 10px
}
.tableSection,
.drawSection {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.drawSection {
  z-index: 10;
}
.rtTblBox {
  padding: 0px 10px 8px;
  min-width: 650px;
  overflow-x: auto;
  margin-top: 20px;
}
.tableSection table{
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 400px;
    height: 220px;
}
.tableSection tbody {
    border: 1px solid green;
}
.tableSection.alcohol tbody {
   /* background: url(../images/survey/alcoholBG.jpg) no-repeat center; */
}
.tableSection.marijuana tbody {
   /* background: url(../images/survey/marijuanaBG.jpg) no-repeat center; */
}

.tableSection.alcohol th, .tableSection.alcohol td {
    /* border: 1px dotted red; */
    overflow: hidden;
    cell-spacing:none;
    background: yellow;
    /* border-top: 1px solid  #ff0; */
    border-right: 1px solid green;
    /* border-bottom: 3px dotted #f00; */
    border-left: 1px solid green;
}
.tableSection.alcohol  th, .tableSection.alcohol td  {
   /* background: transparent;*/
}
.tableSection.marijuana tbody {
    border: 1px solid yellow;
}
.tableSection.feelingSec tbody {
    border: 1px solid #000;
}
.tableSection.marijuana th, .tableSection.marijuana td {
    /* border: 1px dotted red; */
    overflow: hidden;
    cell-spacing:none;
    background: green;
    border-right: 1px solid yellow;
    border-left: 1px solid yellow;
}
.tableSection.marijuana  th, .tableSection.marijuana td  {
    /* background: transparent; */
}

.tableSection.feelingSec th, .tableSection.feelingSec td {
    /* border: 1px dotted red; */
    overflow: hidden;
    cell-spacing:none;
    background: #000;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.tableSection tr.footerRow > td {
    border: 0px solid black;
    overflow: hidden;
    cell-spacing: none;
  background: transparent;
}
.tableSection.alcohol tr.tappingArea td, .tableSection.marijuana tr.tappingArea td {
    background: rgba(0, 192, 239, 0.8);
    height: 50px;
}
.datatable {
    border-collapse: collapse;
}
.datatable td, .datatable th {
    border: 1px solid #000;
    padding: 4px;
    text-align: center;
}
.rootDrawSec {
    width: 100%;
    height: 220px;  
}
.rootDrawSec.disable {
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.5;
}
.topTableSec table{
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 520px;
    height: 25px;
}

.topTableSec th, .topTableSec td {
    border: 1px solid black;
    overflow: hidden;
    cell-spacing:none;
  background: #008000;
}
.topTableSec tr.footerRow > td {
    border: 0px solid black;
    overflow: hidden;
    cell-spacing: none;
    background: transparent;
    text-align:center;
    color: #903c3c;
    font-size: 14px;
}
/*
.topTableSec tr.footerRow > td:first-child {text-align:left;width: 66px;}
.topTableSec tr.footerRow > td:last-child {text-align:right;width: 66px;}
*/
.drawLeftContainer{
  position: relative;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.drawRightContainer{
  position: relative;
  float: left;
  margin-left: 5px;
}
.drawLeftContainer table, .drawRightContainer table {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 55px;
  height: 220px;
}
 .drawRightContainer table,  .drawLeftContainer.rightSpl table {
  width: 90px;
}
.drawLeftContainer table tbody{
  border: 1px solid #ccc;
}
.drawLeftContainer table td{
  border: 0px solid green;
  overflow: hidden;
}
.drawRightContainer table td, .drawLeftContainer.rightSpl table td{
  border: 1px solid #ccc;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  color: #9e9e9e;
  font-size: 14px;
}
.topTableSec{
  margin-left: 60px;
}
.drawRightContainer table td.tdBG, .drawLeftContainer.rightSpl table td.tdBG {
color:#fff;
}
.drawRightContainer table td, .tdBG{height:40px;}
.tdBG.gradient0{background: linear-gradient(#ff0000, #f4454d);}
.tdBG.gradient1{background: linear-gradient(#f4454d, #f6236a);}
.tdBG.gradient2{background: linear-gradient(#f6236a, #e686a5);}
.tdBG.gradient3{background: linear-gradient(#ec1f64, #e695af);}
.tdBG.gradient4{background: linear-gradient(#db4476, #eaa6bc);}
.tdBG.gradient5{background: linear-gradient(#da8fa7, #f7eaee);}

.grid-box .fbox {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 30px 10px;
    margin: 20px 0;
    box-shadow: 0 0 5px #bcbcbc;
    border-radius: 10px;
    -webkit-box-orient: vertical;
}
.grid-box .fbox img {
    width: auto;
    height: 100px;
}
.grid-box .fbox .cntrtxt {
    margin-top: 10px;
    color: #000000;
    height: 50px;
    position: relative;
}
.grid-box .fbox  .cntrtxt-item {
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.grid-box .grid {
    float: left;
    width: 50%;
}
.grid-box .grid:nth-child(odd) {
    padding-left: 15px !important;
    padding-right: 8px !important;
}
.grid-box .grid:nth-child(even) {
    padding-left: 8px !important;
    padding-right: 15px !important;
}

/*.banner#ban-task::before, .banner#ban-task img.top-img {
    height: 300px;
    margin-top: calc((100vh - 465px) / 2);
}*/
.rtTblBox.likeBox .tableSection.feelingSec th, .rtTblBox.likeBox .tableSection.feelingSec td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
}

.rtTblBox.likeBox {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    min-width: 100%;
}
.rootDrawSec.disabled {
    pointer-events: none;
    opacity: 0.8;
}
.rtTblBox.likeBox .drawLeftContainer {
    /* position: fixed; */
    /* right: 25px; */
    z-index: 99;
    margin: 0;
    background: #000;
}
.rtTblBox.likeBox .drawLeftContainer table tbody {
    border: none;
}
.rtTblBox.likeBox .drawLeftContainer table tbody td {
    border: none;
}
.rtTblBox.likeBox .drawLeftContainer.rightSpl table {
    width: 60px;
}
.rtTblBox.likeBox .drawLeftContainer.rightSpl table td {
    background: transparent !important;
    border: none;
    color: #2196f3 !important;
}
.rtTblBox.likeBox .drawLeftContainer.rightSpl table td img {
    width: 40px;
}
.rtTblBox.likeBox .drawLeftContainer.rightSpl table td.tdBG img {
    width: 50px;
}
.rtTblBox.likeBox .drawContainer {
    width: calc(100% - 70px);
    overflow-x: scroll;
    overflow-y: hidden;
    height: 240px;
}
.rtTblBox .drawSection, .rtTblBox .tableSection {
    width: 590px;
}
.rtTblBox.likeBox .drawContainer .canvas {
        width: 590px;
}
.rtTblBox.likeBox .tableSection table {
    width: 100%;
}
.t-list {
    text-align: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 0;
}
.t-list li {
    margin: 0;
    padding: 3px;
    width: 20%;
    /* height: 70px; */
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e3e3e3;
}
.t-list li .t-img {
    width: 100%;
    height: auto;
    object-position: top;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    max-width: 50px;
    height: 50px;
    border: 1px solid #707070;
}
.t-list li span.txt {
    /* border: 1px solid #000; */
    background: #ffffff;
    padding: 0px 3px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px;
    color: #000;
}

.t-list li span.txt {
    border: 0; 
    background: #ffffff;
    padding: 0;
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
    color: #000;
    word-wrap: break-word;
}
.t-list li.selected {
    border: 2px solid var(--main-sidebar-bg-color);
}
.t-list li.selected span.txt {
    color: #17007d;
    font-weight:bold;
}
.t-list.noimg.usrSlctn {
    padding-bottom: 5px;
}
.t-list.noimg li {
    border: 0;
}
.t-list.noimg span.txt {
    border: none;
    background: #000000;
    padding: 5px;
    color: #FFEB3B;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid #17007d;
    margin: 0;
}
.t-list.noimg  li.selected span.txt {
    background: #ada8a8;
    color: #000000;
}
.t-list.noimg span.txt.yellow {
    background: #FFEB3B;
    padding: 5px;
    color: #000000;
}
.rtTblBox.likeBox .clearSec {
    position: relative;
    z-index: 10000;
    margin-bottom: 0;
    margin-right: 0;
    float: left;
    right: 0px;
    padding-left: 15px;
    top: -220px;
    left: 3px;
}
.rtTblBox.likeBox .clearSec #clearCntxt {
    margin: 5px 0 0;
    right: 0;
} 
.rtTblBox.likeBox .clearSec #clearCntxt:hover, .rtTblBox.likeBox .clearSec #clearCntxt:focus {
  outline: none;
}

.ques-slider {
  margin-bottom: 10px;
}
.ques-slider .slick-dots li button:before {
  font-size: 65px;
  color: #ffffff;
  opacity: 1;
  top: -1.5px;
  left: -3.5px;
}
.ques-slider .slick-dots li.slick-active button:before {
  color: #17007D;
  opacity: 1;
}
.ques-slider .slick-dots li button {
  border: 1px solid #9b9b9b;
  border-radius: 100%;
  width: 14px;
  height: 14px;
}
.ques-slider .slick-dots li {
  margin: 0;
}
.ques-slider .slick-dots {
  bottom: 0px;
  pointer-events: none;
}
.ques-slider .slick-prev {
  display: none;
}
.ques-slider .slick-next {
  position: fixed;
  bottom: 0;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background-color: #17007d;
  color: #ffffff;
  width: 100%;
  padding: 18px 38px;
  font-size: 21px;
  font-weight: 500;
  margin: 0 -15px;
}
.ques-slider .cus-footer {
  width: 50%;
      margin: auto;
}
.ques-slider .li-list {
  padding: 0;
  list-style: none;
}

.ques-slider .li-list li {
    font-size: 14px;
    padding: 15px 40px 15px 15px;
    margin-bottom: 12px;
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    overflow-wrap: break-word;
    width: 100%;
    min-width: 150px;
    text-align: center;
    max-width: 400px;
    margin: 10px auto 12px;  
}
.ques-slider .li-list li.active {
  background: url("../icons/selected.svg") no-repeat calc(100% - 10px) 12px #FDC211;
  font-weight: 600;
  line-height: 15px;
}
.ques-slider .li-list.horiz {
    text-align: left;
    padding:0;
}
.ques-slider .li-list.horiz li {
    width: fit-content;
    min-width: 100px;
    text-align: center;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 10px;
    margin-bottom: 12px;
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.ques-slider .li-list.vertical li {
    width: 100%;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    max-width: 300px;
    margin: 15px auto 0;
}
.ques-slider .li-list.vertical li.active, .ques-slider .li-list.horiz li.active {
    background: var(--main-sidebar-bg-color);
    color: #ffffff;
}
.ques-slider textarea {
    outline: none;
}
.ques-slider input[type="text"] {
    padding: 8px 12px;
    color: #2a2a2a;
    border-radius: 9px;
    border: 1px solid #c2c2c2;
    width: 100%;
    outline: none;
}
.h1-cls {
    font-size: 20px;
    font-weight: 500;
        text-align: center;
    padding: 20px;
}
.ques-slider input[type="text"]:focus, .ques-slider textarea:focus {
    border: 1px solid #000000;
}
.ques-slider .qsec form textarea::placeholder, .ques-slider .qsec form input::placeholder, .form-sec .login-fm .form-control::placeholder {
  color: #888585;
}
.but-hov.but-disabled {
  background-color: #9b9b9b;
  color: #ffffff;
  pointer-events: none;
}
.form-sec .login-fm .form-control {
  border-radius: 9px;
  border: 1px solid #c2c2c2;
  color: #2a2a2a;
  height: 38px;
}
.form-sec .login-fm .form-group {
  margin-bottom: 22px;
}
.form-sec .login-fm textarea {
  padding: 6px 12px;
  color: #2a2a2a;
  border-radius: 9px;
  border: 1px solid #c2c2c2;
  width: 100%;
}
.form-sec .login-fm textarea::placeholder, .form-sec .login-fm input::placeholder {
  color: #17007d;
}
.ques-slider input.inpfld {
    padding: 6px 12px;
    color: #2a2a2a;
    border-radius: 9px;
    border: 1px solid #c2c2c2;
    width: 100%;
}
.ques-slider h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 10px 0;
}
.ques-slider h2.ttl {
    font-size: 22px;
}
/** carc & wellprogram styles **/
/* range Selection */
.rangeItems{
  padding: 0 5px;
}
.rangeSelectionVal {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: -10px;
    line-height: 20px;
    color: #3c8dbc;
}
.rangeSpan.left {
  font-size:20px;
  padding-left: 0px;
  float:left;
  line-height: 20px;
}
.rangeSpan.right{
  font-size:20px;
  padding-right: 0px;
  float:right;
  line-height: 20px;
}
/* Range Selection */

.cus-footer.footeractions {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.but {
    cursor: pointer;
    text-align: center;
    display: block;
    background-color: var(--main-sidebar-bg-color);
    color: #ffffff;
    max-width: 150px;
    min-width: 100px;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    margin: 15px auto;
    border-radius: 10px;
}
.but:hover {
    color: #ffffff;
}
.upper-case {
  text-transform: uppercase;
}
.padlr {
    padding-left: 15px;
    padding-right: 15px;
}

/* 3cam styles */

.image-gallery{
    padding: 5px;
}
.box-footer {
    padding: 0px;
}
.content-header>h1 {
    margin: 3px 0 5px;
}
.tabtitle {
    font-size: 18px;
    font-weight: 500;
}           
.image-gallery .imageSec {
  position: relative;
  width: 100%;
  margin:6px 0;
  min-height:120px;
}

.image-gallery .image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  /*min-height:120px;
  max-height:250px;*/
    border: 1px solid #222d32;
}
.image-gallery .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .1s ease;
  background-color: #000;
  text-align: center;
}
.image-gallery .imageSec.highlight .overlay {
  opacity: 0.5;
}
.image-gallery .text {
  color: white;
  font-size: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.image-gallery .text.big-tick {
    opacity: 0;
    top: 50%;
    font-size: 45px;
    color: #fff;
    /*color: green;*/
}
.image-gallery .inSlide-tick {
    font-size: 45px;
    line-height: 45px;
}
.image-gallery .inSlide{
    top: 75%;
    font-size: 20px;
    line-height: 20px;
}
.image-gallery .inSlide .txt {
    font-size: 18px;
    line-height: 18px;
    width: 120px;
}
.image-gallery .text.overlayCircleText {
     top: 85%;
     width: 90%;
     margin: 0 auto;
}
.image-gallery .imageSec .overlay.overlayCircle {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.45);
}
.image-gallery .imageSec.highlight .overlay.overlayCircle {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
}
.image-gallery .imageSec.highlight .overlayCircle .text.big-tick {
  opacity: 1;
}
.image-gallery .text .circle {
    width: fit-content;
    min-width: 90px;
    max-width: 100%;
    height: 100%;
    max-height: 35px;
    line-height: 14px;
    border-radius: 5px;
    font-size: 13px;
    border: none;
    color: #fff;
    text-align: center;
    background: rgba(158, 158, 158, 0.75);
    overflow: hidden;
    padding: 5px 5px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.carousel .item img {
    min-height: 150px;
    max-height: 200px;
}
.carousel-control.left, .carousel-control.right {
    background: rgba(0, 0, 0, 0.6);
    width: 20%;
}
.carousel-caption{
    font-size:18px;
}
.go-circle {
    cursor: pointer;
    text-align: center;
    display: block;
    background-color: var(--main-sidebar-bg-color);
    color: #ffffff;
    max-width: 150px;
    min-width: 100px;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    border-radius: 10px;
}
.box-footer .btn-go.bottomFixed {
    position: inherit;
    padding: 20px 0;
    right: 0;
    transform: none;
}
.mobitime .mbsc-fr.mbsc-calendar {
    max-width: 270px;
}
.mbsc-ic-arrow-left5::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
}
.mbsc-ic-arrow-right5::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
}
.grd-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* max-width: 500px; */
  margin: auto;
}
.grd-container .item {
    width: 50%;
    min-height: 80px;
    text-align: center;
    padding: 10px;
    background: var(--main-sidebar-bg-color);
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.grd-container .item.active, .grd-container .item:hover {
  background: var(--main-sidebar-tree-bg-color);
}
.grd-container .item .txt {
    color: #ffffff;
} 
.fabuttons {
    width: 100%;
    text-align: center;
}
.fabuttons .fabtn {
    font-size: 70px;
    line-height: 70px;
    padding: 17px;
    border: 5px solid #eaeaea;
    width: fit-content;
    border-radius: 100%;
    display: inline-block;
    margin: 15px 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
    color: #eaeaea;
}
.fabuttons .fabtn.up {
    background: -webkit-linear-gradient(left, #7ede4b, #008000);
}
.fabuttons .fabtn.down {
    background: -webkit-linear-gradient(left, #c5423f, #ff0000);
}
.fabuttons .fabtn.active, .fabuttons .fabtn:hover {
    border: 5px solid #ffffff;
    color: #ffffff;

}
.gaugeBck {
    width: 100%;
    text-align: center;
}
.gaugeBck .canvasGauge {
    width: 250px;
    height: 250px;
}

.pumpSec {
    padding: 20px 10px;
}
.pumpSec .inlineSec .onoffbtn {float: left;padding: 6px 15px;background-color: var(--main-sidebar-tree-bg-color);color: #ffffff;border: 1px solid #c4bfbf;}
.pumpSec .inlineSec .txt {float: left;padding-left: 10px;padding-top: 5px;font-size: 18px;}
.pumpSec .inlineSec .txt span {font-weight: bold;}
.pumpSec .inlineSec .pumpStatusCrl {
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 45%);
    margin-bottom: 20px;
    border-radius: 100%;
}
.pumpSec .inlineSec .fright {
    float: right;

}
.pumpSec .inlineSec .pumpStatusCrl.green {
    background: #4caf50;
    box-shadow: 0 4px 8px 0 rgb(76 175 80 / 0.45);
}
.pumpSec .inlineSec .pumpStatusCrl.red {
    background: #ff0000;
    box-shadow: 0 4px 8px 0 rgb(255 0 0 / 0.45);  
}

.custLinearLine {
  width: 60px;
  padding: 4px 10px 4px 30px;
  float: left;
}
.custLinearLine div {
  border-radius: 2px;
  margin-bottom: 2px;  
}
.custLinearLine .red {
  border-top: 5px solid #F44336;
}
.custLinearLine .ylw {
  border-top: 5px solid #e7e719;
}
.custLinearLine .grn {
  border-top: 5px solid #8bc34a;
}
.rightSec {
    float: left;
    max-height: 295px;
}
.rightSec .tp {
    position: absolute;
    top: 0;
    font-size: 25px;
    line-height: 25px;
}
.rightSec .btm {
    position: absolute;
    bottom: 0;
    font-size: 25px;
    line-height: 25px;
}
.rightSec .cntr {
    position: absolute;
    top: calc(50% - 30px);
    text-align: center;
    width: 70px;
}
.rightSec .cntr span {
  font-size: 40px;
  line-height: 40px;
}
.rightSec .cntr span.type {
    font-size: 20px;
    line-height: 20px;
}
.box .tabContent {
    padding: 15px;
    /*display: -webkit-box;*/
}
.custTabs.nav-tabs>li>a, .custTabs.nav-tabs>li>a:focus, .custTabs.nav-tabs>li>a:hover {
    background: #ffffff;
    color: var(--main-sidebar-bg-color);
    margin-right: 0;
    border: 1px solid #dddddd;
    border-radius: 8px 8px 0 0;
}

.custTabs.nav-tabs>li.active>a, .custTabs.nav-tabs>li.active>a:focus, .custTabs.nav-tabs>li.active>a:hover {
    background: var(--main-sidebar-bg-color);
    color: #ffffff;
}
