/*Hide angular code at rendering time.*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* ie */
.form-control::-ms-expand {
    display: none;
}

.l {
  float: left;
}

.r {
  float: right;
}

.c {
  clear: both;
}
.img-responsive {
    display: block;
    max-width: 100%; 
    height: auto;
}
.relative {
  position: relative;
}

.hidden {
  display: none!important;
}

.hide-backtotop .backToTop {
  display: none !important;
}

.cursor-pointer,
.PointerHand {
  cursor: pointer;
}

p.red {
  color: red;
}

strong.red {
  color: red;
}

strong.red.italic {
  color: red;
  font-style: italic;
}

a:focus,
.nav-link:focus,
.btn:focus,
.lead-statistics:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Login Page */
.page-login-v2.layout-full {
	position: relative;
	z-index: 0;
}
.page-login-v2.layout-full::before {
    display:block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -2;
	height: 100%;
	content: '';
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover
}
.page-login-v2.layout-full::after{
    display:block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.page-login-v2 {
  height: 100%;
  overflow-x: hidden;
}
.page-login-v2.layout-full .page {
	/*height: 100%;*/
	min-height: 100%;  
	padding: 0 !important;
}
.page-login-v2:before {
  background-image: url(../images/login.jpg);
}

.page-login-v2 .page-content {
    padding:0 0 30px; 
}

/*Login Info */
/*.page-login-v2 .company-logo {
    position:fixed;
    top:50px;
    left:50px;
}
.page-login-v2 .company-logo-img {
    height:45px;
}*/

.page-login-v2 .page-brand-info 
{
    display:block;    
}
.page-login-v2 .page-brand-info .brand {
    text-align: left;
    padding: 10px 40px;
    border-bottom: 5px solid #455780;
    background: white;
}

.page-login-v2 .page-brand-info .brand-img {
    float:left;
}
.page-login-v2 .page-brand-info .brand-img img {
    max-height:80px;
    vertical-align: middle;
}
.page-login-v2 .page-brand-info .brand-img-2 {
    float:right;
}

.page-login-v2 .page-brand-info .brand-img-2 img {
    max-height: 60px;
    vertical-align: middle;
    margin: 10px 0 0;
}
/*.page-login-v2 .page-brand-info .brand {
    margin-bottom: 10px;
}
.page-login-v2 .page-brand-info .brand-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 48px;
    font-weight: 200;
    line-height: 50px;
    padding: 10px 30px 10px 30px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.page-login-v2 .page-brand-info .brand-text span{
    font-size: 54px;
    font-weight:600;
    color: #fff;
}
.page-login-v2 .page-brand-info p {
    margin: 0;
    font-size: 28px;
    line-height: normal;
    padding-left: 30px;
}*/

/*Support*/
    .page-login-v2 .support-login-main {
        position: absolute;
        left: 0;
        bottom: 0;
        height: auto;
        overflow: auto;
        border-radius: 20px;
        border: 10px solid rgba(255, 255, 255, 0.30);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    }
        .page-login-v2 .support-login-main .support-login-main-inner {
            padding: 15px 15px;
            color: #76838f;
            background: #ffffff;
        }
        .page-login-v2 .support-login-main h3 {
            margin: 0 0 10px;
            text-align: center;
        }
        .page-login-v2 .support-login-main .support-login-main-inner ul {
            list-style: none;
            padding-left: 10px;
        }
            .page-login-v2 .support-login-main .support-login-main-inner ul li i {
                margin-right: 15px;
                font-size: 20px;
                color: #000;
            }
            .page-login-v2 .support-login-main .support-login-main-inner ul li span {
                font-size: 18px;
                color: #000;
            }
            .page-login-v2 .support-login-main .support-login-main-inner ul li a {
                font-size: 18px;
            }
        /*Login Form */
        .page-login-table {
            display: table;
            width: 100%;
            height: 100%;
        }
.page-login-table-cell {
    display:table-cell;
    vertical-align:middle;
}
.page-login-v2 .page-login-main {
    position: absolute;
    right: 15%;
    top: 20%;
    height: auto;
    overflow: auto;
    border-radius: 20px;
    border:10px solid rgba(255, 255, 255, 0.30);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
}
.page-login-v2 .page-login-main .page-login-main-inner {
    padding: 40px 40px;
    color: #76838f;
    background: #ffffff;
}
.page-login-v2 .page-login-main h3 {
    margin: 0 0 25px;
    text-align:center;
}
.page-login-v2 .page-login-main .brand {
     padding-bottom: 40px;
      text-align: center;
      display:none;
}

.page-login-v2 .page-login-main .brand-img {
    height: 120px;
    vertical-align: middle;
}


.page-login-v2 .page-login-main .brand-text {
  display: inline-block;
  vertical-align: middle;
  margin: 11px 0 11px 20px;
  color: #38474f;
}

.page-login-v2 form {
  width: 350px;
  margin: 0 0 20px;
}

.page-login-v2 form>button {
  margin-top: 30px;
}

.page-login-v2 form a {
  margin-left: 20px;
}
.page-login-v2 footer {
    position: fixed;
    bottom:0;
    right:0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    line-height:normal;
    color: #fff;
}

.page-login-v2 .social .icon, .page-login-v2 .social .icon:active, .page-login-v2 .social .icon:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .page-login-v2 .page-brand-info .brand {
        padding: 10px 20px;
    }
  
  .page-login-v2 .page-login-main {
    position: relative;
    width: 80%;
    margin: 80px auto;
    right: auto;
    top: auto;
  }

  .page-login-v2 form {
    width: auto;
  }
}


.page-login-v2 .page-login-main .or {
    font-weight: 400;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #e4eaec;
    margin: 25px 0;
    line-height: 30px;
    }
.page-login-v2 .page-login-main .or::before {
    content: "";
    width: 300%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50px;
    border-bottom: 1px solid #d5dbdd;
    }
.page-login-v2 .page-login-main .or::after {
    content: "";
    width: 300%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50px;
    border-bottom: 1px solid #d5dbdd;
    }
    
.page-login-v2 .app-buttons a{
    padding:10px;
    min-width:150px;
}
.page-login-v2 .app-buttons a > i{
    font-size:30px;
    vertical-align: middle;
}
.page-login-v2 .app-buttons a > span{
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}
.page-login-v2 .app-buttons a > span > span{
    vertical-align: middle;
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: normal;
}
.page-login-v2 .app-buttons a > span > span + span
{
    font-size: 16px;
    font-weight:400;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SITE MENUBAR START  */
.site-menu-sub>.site-menu-item>a {
    padding: 0 20px;
    line-height: 42px;
}

.site-menu-sub{
    width: 60px !important;
}
.site-menu-sub .site-menu-title{
    display: none;
}
.site-menubar-unfold .site-menu-sub.active-sub,
.site-menubar-hover .site-menu-sub.active-sub,
.site-menubar-open .site-menu-sub.active-sub{
    width: 260px !important;
}
.site-menubar-unfold .site-menu-sub .site-menu-title,
.site-menubar-hover .site-menu-sub .site-menu-title{
    display: inline-block;
}
.sidebar-overlay {
    display: none;
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1018;
}

/*
GX-Menu --------------------------*/
.gx-menu-navbar .back {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255,255,255,.8);
}

.gx-menu-navbar .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    width: 1em;
}
.gx-menu-navbar .text {
    display: none;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.site-menubar-unfold .site-menu-sub .gx-menu-navbar .text{
    display: inline-block;
}
.site-menubar-hover .site-menu-sub .gx-menu-navbar .text {
    display: inline-block;
}
/*
iScroll --------------------------*/
.site-menubar {
  overflow: hidden;
}

#gx-sidemenu {
  overflow: hidden;
}

.gx-sidemenu-inner {
  position: relative;
  overflow: hidden;
}

.gx-sidemenu-inner div.scroll {
  position: relative;
}

.iScrollVerticalScrollbar {
  opacity: 0;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Dashboard Start */
.statistics-widget {}
.statistics-widget .statistics {
  background-image: url(../images/statistics-bg-1.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  padding: 20px 15px;
  text-align: center;
  border-radius: .286rem;
}

.statistics-widget .statistics.days {
  background-position: left center;
}

.statistics-widget .statistics.man-hours {
  background-position: 30% center;
}

.statistics-widget .statistics.trcf {
  background-position: 60% center;
}

.statistics-widget .statistics.severity {
  background-position: right center;
}

.statistics-widget .statistics h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #ffffff;
  display: block;
}

.statistics-widget .statistics p {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Dashboard End */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Floating Menu Start */
.zoom {position:fixed;bottom:40px;right:40px;z-index:800}
.zoom-fab {display:inline-block;width:40px;height:40px;line-height:40px;border-radius:50%;vertical-align:middle;text-decoration:none;text-align:center;transition:.2s ease-out;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);cursor:pointer;color:#fff}
.zoom-fab:hover,
.zoom-fab:focus {box-shadow:0 3px 3px 0 rgba(0,0,0,.14),0 1px 7px 0 rgba(0,0,0,.12),0 3px 1px -1px rgba(0,0,0,.2);}
.zoom-btn-large {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.zoom-btn-large i {
    height: 24px;
    width: 24px;
    background: url(../images/widget-ico.png) center center no-repeat;
    margin: 18px 0;
}
.zoom-menu {
    position: absolute;
    right: 70px;
    top: 10px;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.zoom-menu li {position:relative;display:inline-block; margin:0 2px;}
.zoom-card {
    position: absolute;
    right: 0;
    bottom: 100%;
    transition: box-shadow .25s;
    margin-bottom: 10px;
}
.zoom-card .dropdown-menu {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left;
    display: block;
    top: inherit;
    bottom: 100%;
    right: 0;
    left: auto;
    max-height: 310px;
    overflow: auto;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
}
.zoom-card .dropdown-menu a {display:block}
.zoom-card .dropdown-menu a:hover {background-color:White;}
.scale-transition {transition:transform .3s cubic-bezier(.53,.01,.36,1.63)!important;opacity:1}
.scale-transition.scale-out {transform:scale(0);transition:transform .2s!important;opacity:0}
.scale-transition.scale-in {transform:scale(1);opacity:1}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Floating Menu End */


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Kb Safety Dashboard Start*/
.postpool {
  font-weight: 400;
  position:relative;
}

.postpool + .postpool {
  padding-top: 10px;
}
    .postpool .post-excerpt {
        padding: 15px 20px;
        margin: 0 0 0 70px;
        border: 1px solid #baccd3;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        width: calc(100% - 82px);
        float: left;
    }

.postpool:nth-of-type(odd) .post-excerpt{
  background-color: #ffffff;
}

.postpool:nth-of-type(even) .post-excerpt {
  background-color: #fff;
}
    .postpool .post-excerpt:before {
        content: '';
        position: absolute;
        top: 15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-right: 15px solid #baccd3;
        border-bottom: 15px solid transparent;
        left: -15px;
    }
.postpool .post-excerpt:after {
    content: '';
    position: absolute;
    top: 16px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-bottom: 14px solid transparent;
    left: -14px;
}

.postpool:nth-of-type(even) .post-excerpt:after {
  border-right: 14px solid #fff;
}

    .postpool .post-excerpt h3 {
        float: left;
        margin: 0px 10px 0 0;
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        color: #37474f;
        width: calc(100% - 38px);
    }
    .postpool .document-library h3 {
        width: calc(100% - 92px);
    }
    .postpool .document-library .dropdown {
        float: right;
    }
    .postpool .document-library .dropdown .btn {
        padding: 0px;
    }
.document-library .dropdown .btn-link:focus {
    outline: none;
}
.document-library .dropdown .btn-link {
    text-decoration: none;
    color: #37474f;
}
.document-library .dropdown-menu {
    padding:0px;
}
    .document-library .dropdown-menu li a {
        padding:5px 10px;
        color: #37474f;
        text-decoration: none;
        display: block;
        width: 100%;
        font-size: 14px;
    }
    .document-library .dropdown-menu li {
        line-height: 18px;
    }
        .document-library .dropdown-menu li a i {
            font-size: 14px;
            float: right;
        }
        .document-library .dropdown-menu li a:hover {
            background-color: #f3f3f3;
            color: #333;
        }
.document-library .dropdown .dropdown-toggle::after {
    content: none;
}
.postpool .post-excerpt h3 .post-category {
    margin-left: 10px;
    color: #3d3d3d;
}
.post-dwnld-btn {
    
    width: 28px;
}
.post-dwnld-btn i {
    font-size: 28px;
    color: #4f5d75;
}
.postpool .post-excerpt h3 span {
  color: #000;
  font-weight: 500;
}

.postpool .post-excerpt .post-excerpt-on {
  color: #999999;
}

.postpool .post-excerpt p {
  padding: 10px 0px;
  margin: 0;
  color: #555555;
}

.postpool .img-article {
    margin-top:0px;
    float: left;
    width: 62px;
}

.postpool .img-article::before {
  content:'';
  position:absolute;
  top:26px;
  left:25px;
  height:100%;
  width:1px;
  background-color: #d5dbdd;
  bottom:0;
}
.postpool:last-child .img-article::before{
  height:auto;
}
.postpool .article-thumb {
    position: relative;
}
    .postpool .article-thumb img {
        position: relative;
        border: 2px solid #baccd3;
        padding: 2px;
        background-color: #fff;
    }

.postpool .font-dashboard {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 10px 0 0;
}

.postpool-search-input {margin-bottom: 20px;}
.postpool-search-input .form-control {
  font-size: 14px;
  height:46px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  Read More/Less */
a.read-more, a.read-less {
	cursor: pointer;
	color: #7092be;
}
span.more-text {
	display: none;
} 
span.more-text.show {
		display: inline !important
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  Back to Top */
.backToTop {
  cursor: pointer;
  padding: 3px 10px;
  text-align: center;
  background: #11c26d;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  display: none;
  z-index: 999;
  font-size: 18px;
  opacity: 1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.backToTop:hover {
  text-decoration: none;
  opacity: 1;
}
	
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  Common Css Start*/
/* Badge */
.badge-sitepath {
    font-size: 11px;
    background-color: #f3f7f9;
    border: 1px solid #d5dbdd;
    white-space:normal;
    text-align:left;
    margin-top: -1px;
    vertical-align: top;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display:none;
}


/* Tables */
.table {
    color: #000;
    margin-bottom: 0;
}
    .table th {
        text-transform: capitalize
    }
.table td, .table th {
    border-top: 1px solid #d5dbdd;
}
.table thead:first-child th {
    border-top: 1px solid #d5dbdd;
}
.table thead th {
    border-bottom: 2px solid #d5dbdd;
}
.table .thead-light th {
    color: #76838f;
    background-color: #f3f7f9;
    border-color: #d5dbdd;
}

.table tfoot th, .table thead th {
    font-weight: 500;
    color: #76838f;
    font-size: 12px;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #d5dbdd;
}
.table-striped thead>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped tbody>tr:nth-of-type(odd) {
    background-color: rgba(243, 247, 249, 0.5);
}
.table-hover tbody>tr:hover {
    background-color: #f3f7f9;
}

/* Data Tables */
div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}

div.dataTables_info {
  padding-top: 38px;
}

/* fieldset placeholder css for IE */
fieldset {
  position: relative;
}

fieldset[disabled]:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* Page Company and Profile */
.avatar-photograph {
    border: 1px solid #d5dbdd;
    text-align: center;
    float: left;
    border-radius: 0.25rem;
    padding: 3px;
}

/* Page Application Configuration */
.application-conf-logo{
  float: left;
  border: 1px solid #d5dbdd;
  text-align: center;
  border-radius: .25rem;
  padding: 10px;
}

/* Signatures */
.signature-img {
  border: 4px double #d5dbdd;
  text-align: center;
  display: inline-block;
  border-radius: 0.25rem;
  vertical-align:top;
}
.signature-img img {
  height:25px;
  width: 53px;
}

/* INC Category */
.inc-category {
  max-height: 190px;
  overflow: auto;
  border-top: 1px solid #d5dbdd;
  border-bottom: 1px solid #d5dbdd;
}

/* Form Control */
.form-control {
    font-size: 13px !important;
    font-weight: 400;
    color: #000;
    border-color: #d5dbdd;
}

select.form-control {
  background: #fff url("../images/select-dropdown-arrow.png") no-repeat center right;
}
.form-control.data-label {
    background: #f3f7f9;
    padding:8px 10px;
}

.form-control-static{padding-top:5px;}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[readonly] {
  cursor: default !important;
}

textarea.form-control {
  min-height: 90px;
}

.textarea-char-limit {
    float: right;
    padding: 1px 5px;
    font-size: 11px;
    background: #f3f7f9;
    border: 1px solid #d5dbdd;
    border-radius: 0 0 3px 3px;
    margin-top: -1px;
}

.required-field {
  color: red;
}

/* Checkbox and Radio button in table header*/
.table td>.checkbox-custom:only-child, .table th>.checkbox-custom:only-child {
  text-align: left;
}

.radio-custom input[type="radio"]:focus + label::before,
.checkbox-custom input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* Margins */
.no-margin {
  margin: 0 !important;
}

.m-t-20-rev {
  margin-top: -20px !important;
}

/* Paddings */
.no-padding {
  padding: 0 !important;
}

/* Switchery */
.switchery {
  cursor: default;
}

/* No-Record */
td.no-record,
td.no-record-available {
    text-align: center;
    /*height: 38px;
    border-bottom: none !important;*/
    border:none !important;
}

/* Comments */
.alertComment {
    padding: 15px;
    border-radius: 4px;
    background: #f3f7f9;
    border: 1px solid #d5dbdd;
    -webkit-box-shadow: inset 0px 3px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 3px 5px 0 rgba(0, 0, 0, 0.05);
    border-left-width: 3px;
    border-left-color: #00BCD4;
}
.alertComment + .alertComment{
    margin-top: 15px;
}
.alertComment h6{
  font-size:13px;
  font-weight:400;
  margin:0 0 10px;
  color: #76838f;
}
.alertComment h6 .author {
    font-size:14px;
    color: #37474f;
    font-weight: 500;
}
.alertComment .badge {
    font-size:12px;
    font-weight: 400;
    white-space:normal;
    margin:2px 2px;
}
.alertComment h6 .date {
    font-weight: 500;
}
/* blur application logo before load */
.blur-7 {
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
}
/* Chart */
.chart-container {
  width: 100%;
  height: 420px;
}
/*-----custom-ul-list------------------------*/
.custom-ul-list {
  margin: 0;
  padding: 0;
}

.custom-ul-list li {
  margin: 0;
  padding: 0 0 18px 15px;
  line-height: 18px;
  text-align: left;
  list-style: none;
  background: url("../images/hp.png") no-repeat left 4px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  Common Css End */

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx My Actions Start */
.lead-statistics-widget {
}

.lead-statistics {
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.05);
  box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.05);
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  height: 100%;
  overflow: hidden;
  display:block;
}

.lead-statistics:hover,
.lead-statistics.active {
  -webkit-box-shadow: inset 0 0 10px 10px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 10px 10px rgba(0,0,0,0.1);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.lead-statistics .lead-statistics-body {
  padding: 10px 30px 10px 10px;
  position: relative;
  height: 100%;
}

.lead-statistics .lead-statistics-body:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: .15;
    background-size: cover;
    height: 140px;
    width: 140px;
    z-index: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.lead-statistics:hover .lead-statistics-body:before,
.lead-statistics.active .lead-statistics-body:before {
    opacity: .2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    top: -30px;
    right: -30px;
}

.lead-statistics .lead-statistics-body .lead-statistics-content {
  position: relative;
  z-index: 1;
}

.lead-statistics .lead-statistics-body .lead-statistics-content .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.lead-statistics .lead-statistics-body .lead-statistics-content .count {
  font-size: 36px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  line-height: 40px;
}

.lead-statistics .lead-statistics-body .lead-statistics-content .priority {
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.lead-statistics .lead-statistics-body .lead-statistics-content .priority span {
  color: #ffffff;
  display: inline-block;
  padding: 0 5px 0 0;
}

.priority span label{
  color: #ffffff;
  display: inline-block;
  padding: 0;
}

.lead-statistics .lead-statistics-body .lead-statistics-content .priority span a {
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  font-weight: 500;
}

.lead-statistics .lead-statistics-body .lead-statistics-content .priority span label {
  color: #ffffff;
  display: inline-block;
}

.lead-statistics .lead-statistics-body .arrow {
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
}

.lead-statistics.one .lead-statistics-body:before {
  background-image: url(../images/PendingActions-icon.png);
}
.lead-statistics.two .lead-statistics-body:before {
  background-image: url(../images/ReviewActions-icon.png);
}
.lead-statistics.three .lead-statistics-body:before {
  background-image: url(../images/ForInformations-icon.png);
}
.lead-statistics.four .lead-statistics-body:before {
  background-image: url(../images/UpcomingTasks-icon.png);
}


.contractor-statistics-widget {
    
}
.contractor-statistics-widget .lead-statistics {
    min-height:100px;
}
.lead-statistics.worker-list .lead-statistics-body:before {
  background-image: url(../images/Workerlist-icon.png);
}

.lead-statistics.expired-worker .lead-statistics-body:before {
  background-image: url(../images/NearExpWorkerList-icon.png);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx My Actions End */

/* Page titles */
.page-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 70px;
}

.page-header {
  border-bottom: 1px solid #DBDDDE;
}

/* =============
   Helper classes
============= */
.p-0 {
  padding: 0px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-115 {
  padding-top: 115px !important;
}

.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.m-0 {
  margin: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.w-md {
  min-width: 110px;
}


/* Grid page */
.grid-structure .grid-container {
  background-color: #f4f8fb;
  margin-bottom: 10px;
  padding: 10px 20px;
}

/* uib datepicker */
.uib-datepicker-popup {
  padding: 5px;
}
.uib-datepicker-popup table tr th,
.uib-datepicker-popup table tr td {
    padding:1px;
    border:none;
}
/*.uib-datepicker-popup .btn-info .text-info {
  color: #ffffff !important;
}*/

.uib-datepicker-popup .btn.active {
    color: #ffffff !important;
}
.uib-datepicker-popup .btn.active .span{
    color: #ffffff !important;
}

/* Tabs */
.tab-content {
  padding: 20px;
  border: 2px solid #eeeeee;
  border-top: none;
}

/* =============
   Animation
============= */
/* Progressbar Animated */
@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}

@keyframes animationProgress {
  from {
    width: 0;
  }
}
/* Portlets loader */
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* waves */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-custom .waves-ripple {
  background-color: rgba(113, 182, 249, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(24, 138, 226, 0.4);
}

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(16, 196, 105, 0.4);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(53, 184, 224, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(249, 200, 81, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(255, 91, 91, 0.4);
}

.waves-effect.waves-pink .waves-ripple {
  background-color: rgba(255, 138, 204, 0.4);
}

.waves-effect.purple .waves-ripple {
  background-color: rgba(91, 105, 188, 0.2);
}

.waves-effect.waves-inverse .waves-ripple {
  background-color: rgba(59, 62, 71, 0.4);
}

/* Print css */
@media print {
  .page-title,
    .btn-custom {
    display: none;
    margin: 0px;
    padding: 0px;
  }

  .left,
  .right-bar {
    display: none;
  }

  .wrapper {
    margin-top: 0px !important;
    padding-top: 0px;
  }
}

/* Datepicker */
.datepicker {
  padding: 8px;
}

.datepicker th {
  font-size: 14px !important;
}

.datepicker table tr td.today,
    .datepicker table tr td.today:hover,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.selected,
    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #71b6f9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #71b6f9 !important;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background-color: #f3f7f9;
}
.daterangepicker .input-mini.active {
  border: 1px solid #AAAAAA;
}

.daterangepicker .ranges li {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  color: #435966;
  font-weight: 600;
  font-size: 12px;
  background: #f3f7f9;
  border: 1px solid #d5dbdd;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #e3e3e3;
  padding: 2px;
  width: 60px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background-color: #f3f7f9;
  border: 1px solid #f3f7f9;
}
.daterangepicker td.in-range {
    background: #f3f7f9;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background: #d5dbdd;
}

/* =============
   Notification
============= */
#toast-container > div {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

#toast-container > :hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0.9;
}

.toast-success {
    background-color: rgba(17, 194, 109, 0.95);
}

.toast-error {
    background-color: rgba(255, 76, 82, 0.95);
}

.toast-info {
    background-color: rgba(0, 188, 212, 0.95);
}

.toast-warning {
    background-color: rgba(251, 172, 81, 0.95);
}

/* =============
   Charts
============= */
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #435966;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}


/* File Upload */
.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.panel-disabled {
  background: rgba(243, 242, 241, 0.5);
  bottom: 15px;
  left: 0px;
  cursor: wait;
  position: absolute;
  right: -5px;
  top: 0;
}

.loader-1 {
  width: 30px;
  height: 30px;
  background-color: #435966;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.text {
  fill: none;
  stroke-width: 4;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 4s infinite linear;
  animation: stroke 4s infinite linear;
}

.text:nth-child(5n + 1) {
  stroke: #F2385A;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.text:nth-child(5n + 2) {
  stroke: #F5A503;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.text:nth-child(5n + 3) {
  stroke: #E9F1DF;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}

.text:nth-child(5n + 4) {
  stroke: #56D9CD;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
  stroke: #3AA1BF;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

/* Other styles */
.header-title-sub {
    padding: 5px 10px;
    margin: 0px;
    font-size: 18px;
    float:left;
}

.main-page-title {
    width: 100%;
    padding: 8px 20px 8px 50px;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #d5dbdd;
    background: #f3f7f9;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    min-height: 48px;
}

.icon-position {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: -10px;
    color: #FFF;
    width: 50px;
    height: 50px;
    padding-top: 6px;
    border-radius: .25rem 1rem 0 1rem;
    text-align: center;
    font-size: 30px !important;
    padding: 8px !important;
    border-left: 4px solid rgba(255, 255, 255, 0.5);
    border-top: 4px solid rgba(255, 255, 255, 0.95);
    background-color: #007bff;
}


/*---------Multi-select--------------*/
.dropdown-multiselect {
    width: 100%;
    text-transform: capitalize;
}

.dropdown-multiselect .btn-default-multi {
    text-align: left;
    display: block;
    width: 100%;
    padding: .429rem 1.2rem .429rem 1rem;
    height: 2.573rem;
    font-size: 12px;
    line-height: 1.571429;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d5dbdd;
    border-radius: .215rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-multiselect .btn-default-multi:focus {
  background-color: #FFFFFF;
  border: 1px solid #71B6F9;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #333333;
}

.dropdown-multiselect .dropdown-menu {
 min-width: 210px;
}

.dropdown-multiselect-right .dropdown-menu
{
    left: auto;
    right: 0;
}

.dropdown-multiselect .dropdown-menu > li > a {
  white-space: pre-wrap;
  display: block;
  color: #76838f;
  font-weight: 500;
  font-style: inherit;
  padding: 5px 20px;
}

.dropdown-multiselect .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #000;
  background-color: #f3f7f9;
}

.dropdown-multiselect .dropdown-menu > li > a .checkbox-custom, .dropdown-multiselect .dropdown-menu > li > a .radio-custom {
  margin-top: 0px;
  margin-bottom: 0px;
}

.dropdown-multiselect .btn-default-multi .caret {
  display: none;
}

.dropdown-multiselect .dropdown-toggle:after {
  margin-right: 0;
  margin-left: .3em;
  right: 15px;
  position: absolute;
  top: 15px;
}

.single-checkbox .checkbox, .single-checkbox .radio {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: -8px;
}

.single-checkbox .checkbox.checkbox-single label {
  height: 12px;
}

.single-checkbox .checkbox label {
  padding-left: 0;
}

.custom-multiselect-site {
    /*font-size: 14px !important;*/
}
.custom-multiselect-site > span {
    display:none;
    font-size: 11px;
    color: #76838f;
}

.custom-multiselect-site.custom-multiselect-site-block > span {
    display:block;
}


/*-------TextArea Editor-custom------------*/
.editor-custom.disabled .ta-toolbar {
  display: none;
}

.editor-custom:not(.disabled) .ta-toolbar.focussed {
  display: block;
}

.ta-editor {
  height: auto !important;
}

.ta-editor div[ng-model=html] {
  /*height: 185px !important;*/
}

.editor-custom.disabled .ta-scroll-window {
  cursor: not-allowed !important;
}

.editor-custom {
  border: 1px solid #d5dbdd !important;
}
.editor-custom .custom-top-navigation .btn-group {
    margin: 5px;
}
.editor-custom .custom-top-navigation .btn-group .btn {
  border: 1px solid #d5dbdd;
  padding: 3px 6px;
  font-weight: 400;
  background: #fff;
  opacity: 100;
}

.editor-custom .custom-top-navigation {
  padding: 5px;
  border:none;
  border-bottom: 1px solid #d5dbdd;
  background: #f3f7f9;
  margin: 0;
}

.editor-custom .ta-scroll-window {
  border-radius: 0;
  margin-top: 0px;
  border: none;
  height: 200px !important;
  overflow-y: scroll;
}

.editor-custom .custom-top-navigation .btn-group .btn-default:hover, .editor-custom .custom-top-navigation .btn-group .btn-default:focus, .editor-custom .custom-top-navigation .btn-group .btn-default:active, .editor-custom .custom-top-navigation .btn-group .btn-default.active, .editor-custom .custom-top-navigation .btn-group .btn-default.focus, .editor-custom .custom-top-navigation .btn-group .btn-default:active, .editor-custom .custom-top-navigation .btn-group .btn-default:focus, .editor-custom .custom-top-navigation .btn-group .btn-default:hover {
  background-color: #f6f6f6 !important;
}

/*-------------------------------*/
.slide-panel-custom {
  /*height: 450px;*/
  overflow: auto;
}

/*.slide-panel-custom .panel-group {
  border: 1px solid #e6e6e6;
  margin-bottom: 0px;
}

.slide-panel-custom .panel-group .panel-heading {
  padding: 10px 15px;
  border-bottom: none;
  color: #000;
  background-color: #f4f8f9;
  border-color: #ddd;
}

.slide-panel-custom .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom: 1px solid #dbd8d8;
  margin-bottom: 0px;
  box-shadow: none;
}

.slide-panel-custom .panel-group .panel:last-child {
  border-bottom: none;
}

.slide-panel-custom .panel-group .panel-title {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  padding: 0;
}*/


/*-------------Scroll-Fancy------------------------*/
.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

/*-------Custom-accordian-tree-----------------*/
multilevel-accordion uib-accordion .panel-group {
  margin-bottom: 0;
}

multilevel-accordion uib-accordion .panel-group .panel-heading {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

multilevel-accordion uib-accordion .panel-group .panel-heading:hover {
  color: #fff;
  background-color: #1d2544;
  border: 1px solid #1d2544 !important;
}

multilevel-accordion uib-accordion .panel-group .panel-heading h4 a {
  font-size: 12px;
}

multilevel-accordion uib-accordion .panel-group .panel-heading:hover a,
multilevel-accordion uib-accordion .panel-group .panel-heading:hover .panel-title {
  color: #fff;
}

multilevel-accordion uib-accordion .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom: 1px solid #dbd8d8;
  margin-bottom: 2px;
  box-shadow: none;
}

multilevel-accordion uib-accordion .panel-group .panel:last-child {
  border-bottom: none;
}

multilevel-accordion uib-accordion .panel-group .panel-title {
  font-weight: normal;
  font-size: 12px;
}

multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border: 1px solid #dddddd;
  padding: 2px;
}

multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel-heading {
  background: none;
  border: none !important;
}

multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel-heading:hover {
  background: none;
  color: #ccc;
}

multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 2px;
}

multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel-heading multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body {
  background: none;
  padding: 4px 0px 4px 20px;
  border: none !important;
}

multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body multilevel-accordion uib-accordion .panel-group .panel-heading multilevel-accordion uib-accordion .panel-group .panel .panel-heading + .panel-collapse .panel-body:hover {
  background: none;
  color: #1d2544;
}



/*---------------------Sidepanel--------------*/
/*
@media screen and (min-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 25%;
  }

  .row-offcanvas-left {
    left: 25%;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -25%;
    background-color: rgb(255, 255, 255);
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -25%;
    background-color: rgb(255, 255, 255);
  }

  .row-offcanvas-right.active {
    right: 0;
  }

  .row-offcanvas-left.active {
    left: 0;
    overflow: hidden;
  }

  .row-offcanvas-right.active .sidebar-offcanvas {
    background-color: rgb(254, 254, 254);
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    background-color: rgb(254, 254, 254);
  }

  .row-offcanvas .content-panelside {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    max-width: 100%;
  }

  .row-offcanvas.active .content-panelside {
    width: 100%;
    flex: 0 0 100%;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .row-offcanvas .content-panelside {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    max-width: 100%;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
    overflow: hidden;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }

  .row-offcanvas-right.active {
    right: 50%;
  }

  .row-offcanvas-left.active {
    left: 50%;
    overflow: visible;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    max-width: 100%;
  }
}
*/
.row-offcanvas {
    
}
.row-offcanvas.row-offcanvas-left .sidebar-offcanvas {
    width:250px;
    float: left;
}
.row-offcanvas.row-offcanvas-left .content-panelside {
    margin-left: 270px;
}

.row-offcanvas.row-offcanvas-left.active .sidebar-offcanvas {
    display:none;
}
.row-offcanvas.row-offcanvas-left.active .content-panelside {
    margin-left: 0;
}


.sp-replacer.zmdi-format-color-fill::before {
  float: right;
}

.sp-replacer.zmdi-format-color-text::before {
  float: right;
}

.floatThead-container {
  background: #FFFFFF;
}

.breakword {
  word-break: break-word;
}

.breakwordrow td {
  word-break: break-all;
}

.breakwordheader th {
  word-break: break-all;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-group .label.label-danger {
  display: block;
  margin-top: 1px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*----File-upload----*/
.custom_file_upload {
  position: relative;
}

.custom_file_upload input.file {
  border: 1px solid #d5dbdd;
  border-right: 0;
  color: #888;
  padding: 6px 12px 6px;
  outline: none;
  width: 100%;
  border-bottom-left-radius: .215rem;
  border-top-left-radius: .215rem;
  height:36px;
}

.file_upload {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  padding: 7px 12px 7px;
  line-height: 18px;
  cursor: pointer;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0px;
  height:36px;
}

.file_upload:before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}

.file_upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}

.custom_file_upload input.file[disabled] {
  background: #f3f7f9;
}
.onlyupload {
  padding: .072rem .358rem!important;
  font-size: .858rem;
  line-height: 1.5!important;
  border-radius: .143rem;
  height: auto;
  position:static;
}

.btn-colorpicker {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #E3E3E3;
  box-shadow: none !important;
  cursor: default !important;
  border-radius: 4px;
}

timepicker-pop div.input-group-addon {
  background-color: rgba(218, 230, 236, 0.5) !important;
  color: #000;
  border: 1px solid rgba(218, 230, 236, 0.7) !important;
  border-left: none !important;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}
/*--------- Progress Bar ---------------------*/
.progress {
    height: 10px;
}
.progress-bar {
    font-size: 8px;
    line-height: 10px;
}

/*--------- Table ---------------------*/
.table-title {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}

.table tr.OverdueTask td {
    background-color: #fff5f5 !important;
}

/*--------- uib-popover ---------------------*/
*[uib-popover-html] {
  cursor: pointer;
}

.uib-time input {
  /* width: 50px; */
  padding:0;
}
.uib-time.am-pm button {
    padding-left: 5px;
    padding-right: 5px;
}

/* date picker */
.uib-datepicker td button[disabled] {
  border-color: transparent;
}

.uib-time.hours .form-control {
  border-radius: 4px 0px 0px 4px;
}

.uib-time.minutes .form-control {
  border-radius: 0px 4px 4px 0px;
}

/*--------- bootbox ---------------------*/
.bootbox.modal .modal-content {
  border: 1px solid #404040 !important;
}

/*--------- Card Boxes ---------------------*/
.card-box {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.card-box.childbox {
    background-color: #FFFFFF;
    border: 1px solid #d5dbdd;
    padding: 0px 15px 15px;
    border-radius: 0;
    margin-bottom: 15px;
}

.card-box.childbox > h4 {
    margin: 0px -15px 15px;
    background: #f3f7f9;
    border-bottom: 2px solid #d5dbdd;
    padding: 10px 15px;
    font-size: 14px;
}

.card-box.subchildbox {
  background-color: #FFFFFF;
  border: 1px solid #d5dbdd;
  padding: 0px 15px 15px;
  border-radius: 0;
  margin-bottom: 15px;
}

.card-box.subchildbox > h5 {
  margin: 0px -15px 15px;
  background: #f3f7f9;
  padding: 10px 15px;
  font-size: 14px;
}


/*---------Date, Month & Year Picker---------------------*/
.daterangepicker, .uib-datepicker-popup {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -ms-transition: none !important;
}

.daterangepicker.daterangepicker-overflow {
  min-height: 160px;
  max-height: 400px;
  overflow-y: scroll;
}

timepicker-pop ul.dropdown-menu {
  left: -122px;
}

/* Day */
.main-table table.uib-daypicker thead tr {
  background-color: transparent !important;
}

.main-table table.uib-daypicker tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.main-table table.uib-daypicker tr td:first-child {
  border-left: none !important;
}

.main-table table.uib-daypicker tr td:last-child {
  border-right: none !important;
}

.main-table table.uib-daypicker thead tr th {
  height: inherit !important;
  background-color: transparent !important;
  border: none !important;
  line-height: 1.6 !important;
  text-align: center !important;
  padding: 0 !important;
}

/*
Month*/
.main-table table.uib-monthpicker thead tr {
  background-color: transparent !important;
}

.main-table table.uib-monthpicker tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.main-table table.uib-monthpicker tr td:first-child {
  border-left: none !important;
}

.main-table table.uib-monthpicker tr td:last-child {
  border-right: none !important;
}

.main-table table.uib-monthpicker thead tr th {
  height: inherit !important;
  background-color: transparent !important;
  border: none !important;
  line-height: 1.6 !important;
  text-align: center !important;
  padding: 0 !important;
}
/*
Year*/
.main-table table.uib-yearpicker thead tr {
  background-color: transparent !important;
}

.main-table table.uib-yearpicker tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.main-table table.uib-yearpicker tr td:first-child {
  border-left: none !important;
}

.main-table table.uib-yearpicker tr td:last-child {
  border-right: none !important;
}

.main-table table.uib-yearpicker thead tr th {
  height: inherit !important;
  background-color: transparent !important;
  border: none !important;
  line-height: 1.6 !important;
  text-align: center !important;
  padding: 0 !important;
}

/*---------Time Picker---------------------*/
body table .uib-timepicker {
  width: auto;
  border-bottom: none;
}

body table .uib-timepicker tr td {
  padding: 0;
  border: none !important;
  vertical-align: middle;
}

/*---------Accordian---------------------*/
.panel-group .panel-title:after, 
.panel-group .panel-title:before {
    display:none;
}
.panel-group {
    margin-bottom:0;
}
.panel-group .panel-collapse .panel-body {
    border: 1px solid #d5dbdd;
}

/*---------Dropdown---------------------*/
.dropdown.show>.dropdown-menu {
    display: block;
}
.dropdown-item {
    color: #343a40;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
}
/*---------drop caret---------------------*/
.drop-caret {
    position: absolute;
    right: 15px;
    top: 16px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed #8f9da3;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

/*---------Chip---------------------*/
.chip-box{
    max-height: 190px;
    overflow: auto;
}
.chip {
    position: relative;
    display: inline-block;
    padding: 5px 30px 5px 25px;
    margin:5px;
    height: 40px;
    border-radius: 25px;
    background-color: #d5dbdd;
}

.chip p{
    margin:0;
    padding:0;
    font-size:11px;
    line-height:14px;
}
.chip p:first-child{
    font-weight:500;
    font-size:13px;
    margin-bottom:3px;
}
.chip .close-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #76838f;
    cursor: pointer;
    padding: 5px;
    text-decoration: none;
}
.chip .close-btn:hover{
    color: #333333;
}

.chip.team-leader {
    background-color: #3e8ef7;
}
.chip.team-leader p{
    color: #ffffff;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Banner Start*/
.home_slider{}
.home_slider .caption {
    max-width:536px;
}
.home_slider .caption label {
    color: #fff;
    font-size: 16px;
    line-height:24px;
    font-weight: 400;
    margin:0 0 10px;
    padding:5px 15px;
    background-color:#007bff;
    display:inline-block;
}
.home_slider .caption h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin:0;
    padding:0;
    line-height: 1.2;
}
.home_slider .caption p {
    color: #fff;
    font-size:18px;
    font-weight:300;
    line-height:normal;
    margin:0;
    padding:10px 0 0;
}
.home_slider .caption a {
    color: #ffffff;
    font-weight:400;
    text-transform:uppercase;
    margin:10px 0 0;
}
.home_slider .caption a:hover {
    color: #ffffff;
}




.point-earned-col {padding: 5px 10px;
    background: #003872;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 15px;
    position: absolute;
    /*width: 205px;*/
    left: 10%;
    display: inline-table;
    margin-left: calc(100% - 72%);
}

span.earn-count {
    font-size: 16px;
    font-style: italic;
}



@media only screen and (min-width: 1200px){
    .home_slider .caption  {
        margin-left:-3% !important;
    }
}
@media only screen and (min-width: 1400px){
    .home_slider .caption  {
        margin-left:-5% !important;
    }
}
@media only screen and (min-width: 1600px){
    .home_slider .caption  {
        margin-left:-10% !important;
    }
}
@media only screen and (min-width: 1900px){
    .home_slider .caption  {
        margin-left:-5% !important;
    }
}

@media only screen and (max-width: 1200px){
    .home_slider .caption  {
        margin-left:5% !important;
    }
}


@media only screen and (max-width: 1024px){
   .point-earned-col {position: unset;
    float: left;
    left: 0;
    margin: 15px 0px;font-size:14px;
}

span.earn-count {
    font-size: 14px;
    font-style: italic;
}

}

@media only screen and (max-width: 768px){
    .home_slider .caption  {
        max-width:350px;
    }
    .home_slider .caption label {
        font-size: 12px;
        line-height:20px;
    }
    .home_slider .caption h2 {
        font-size: 30px;
    }
    .home_slider .caption p {
        font-size:14px;
    }
}

@media only screen and (max-width: 767px){
    .point-earned-col {
        position:unset;
        float: none;
        left: 33%;
        margin: 15px auto;
        font-size: 14px;
        width: 200px;
    }
}


@media only screen and (max-width: 648px){
    .point-earned-col {
        position:relative;
        float: none;
        left: 33%;
        margin: 15px auto;
        font-size: 14px;
        /*width: 200px;*/
    }
}

@media only screen and (max-width: 480px){
    .home_slider .caption p {
        display:none;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Banner End*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Error Page Start*/
.error-box { text-align:center;}
.error-box .error-heading {
    color: #ff4c52;
    font-size: 120px; 
    padding-top: 10%; 
    margin:0;
}
.error-box .error-sub-heading {
    text-transform: uppercase; 
    color: #000;
}
.error-box .error-description {
    font-size: 13px;
}
.error-box .error-button {
    margin-top: 30px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Error Page End*/

/*Version Label */
.version-copy {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -75px;
    width: 150px;
    background: #FFEB3B;
    color: #b18607;
    font-size: 12px;
    text-align: center;
    border-radius: 0 0 3px 3px;
    border: 1px solid #FFC107;
    line-height: 20px;
}
.page-login-v2 .version-copy {top:0;}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx RESPONSIVE TABLE CARD START xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width: 600px) {
    .table-responsive-card{
	    overflow: inherit;
	    height: auto !important;
    }
    .table-responsive-card table.table {
	    border: 0;
	    background: transparent;
    }
    .table-responsive-card table.table>thead {
	    display: none;
    }
    .table-responsive-card table.table>tbody+tbody {
        border-top-width: 0;
    }
    .table-responsive-card table.table>tbody>tr {
	    background: #FFF;
	    padding: 10px 0;
	    margin-bottom: 5px;
	    display: block;
	    border: 1px solid #d5dbdd;
	    border-radius: 4px;
	    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
    .table-responsive-card table.table>tbody>tr>td {
	    display: block;
        border: 0;
        padding: 4px 10px 4px 50%;
        position: relative;
        white-space: normal;
        word-break: break-all;
        width: auto !important;
        max-width: inherit !important;
        text-align: left !important;
    }
    .table-responsive-card table.table>tbody>tr>td:before {
	    content: attr(data-label);
	    position: absolute;
        padding: 4px 10px;
        left: 0;
        top: 0;
        width: 50%;
        overflow:hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
        text-align: left;
        font-weight: 500;
        color: #76838f;
    }
    
    .table-responsive-card table.table>tbody>tr>td.no-record, 
    .table-responsive-card table.table>tbody>tr>td.no-record-available {
        padding-left:10px;
        text-align:center !important;
    }
    .table-responsive-card table.table tbody>tr>td.no-record:before, 
    .table-responsive-card table.table tbody>tr>td.no-record-available:before {
        display:none;
    }
    
    /* Table Nested */
    .table-responsive-card-nested>.table>tbody>tr:nth-of-type(even) {
        background-color: rgba(243,247,249,.3);
    }
    .table-responsive-card-nested>.table>tbody>tr:nth-of-type(even)>td {
        padding-left: 10px;
    }
    .table-responsive-card-nested>.table>tbody>tr:nth-of-type(even) table.table>tbody + tbody {
        border-top-width:1px;
    }
    .table-responsive-card-nested>.table>tbody>tr:nth-of-type(even) table.table>tbody>tr {
        border:none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx RESPONSIVE TABLE CARD END xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Planner Page Start*/
.planner-audit-caption {
  width: 100%;
  float: right;
  margin-bottom: 3px;
}
.planner-audit-caption ul {
  margin: 0;
  padding: 0;
  float: right;
}
.planner-audit-caption ul li {
  margin: 0 15px 0px 0px;
  padding: 0;
  float: left;
  list-style: none;
}
.planner-audit-caption ul li:last-child {
  margin-right: 0 !important;
}
.planner-audit-caption ul li span {
  float: left;
}
/*
Table Planner */
.table-planner {}
.table-planner td {
  vertical-align: middle !important;
}

.table-planner .selected-team-members {
    cursor: pointer;
    color: #007bff;
}

.table-planner .circle-plan {
  height: 12px;
  width: 12px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  margin-top: 3px;
}
.table-planner .circle-plan.one-line {}

.table-planner .semi-square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.table-planner .planner-round {
  position: relative;
}
.table-planner .planner-round .item {
  font-size: 10px;
  color: white;
  border-radius: 3px;
  padding: 5px;
  white-space: nowrap;
}
.table-planner .planner-round .item.active {}
.table-planner .planner-round .item.active:hover {
  /* opacity: 0.7; */
}
.table-planner .planner-round-swatch {
  display: inline-block;
  position: absolute;
  right: -7px;
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 12px;
  font-size: 12px;
  top: -7px;
  float: left;
}
.table-planner a,
.table-planner a.not-active {
  cursor: default;
}
.table-planner .DisableMonth {}
.table-planner .PastMonth {
  background-color: #f3f7f9;
}
.table-planner .PresentFutureMonth {
  background-color: #11c26d;
  color: #fff;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Planner Page End*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Audit Page Start*/
.audit-details {
    min-height: 450px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Audit Page End*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Notify Start*/
.notify {
    position:fixed;
    z-index:9999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display:none;
    text-align: center;
}
.notify .notify-content {
    color: #fff;
    font-size: 16px;
    background-color: #e74c3c;
    border-bottom: 5px solid #d4292e;
    padding: 10px 40px 10px 20px;
    position: relative;
    z-index: 1;
}
.notify .notify-close {
    color: #fff;
    position: absolute;
    top: 12px;
    right: 15px;
    opacity: .8;
}
.notify .notify-close:hover {
    color: #fff;
    opacity: 1;
}
.notify .notify-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .5;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Notify End*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx User Preferences Page Start*/
.user-preferences {

}
.user-preferences .user-preferences-item {
    border: 1px solid #d5dbdd;
    padding: 15px;
    border-radius: .286rem;
}
.user-preferences .user-preferences-item img{
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx User Preferences Page End*/
.loader-widget {}
.loader-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); 
}
.loader-widget-overlay .loader-content {
    margin: 0 auto 0;
    top: 50%;
    position: relative;
}
.loader-widget-overlay .loader-content .loader-index{
    margin-top: 0;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Full Calendar Start*/
.calendar.fc .tooltip-inner {
    text-align:left;
} 


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Full Calendar End*/


.elementicon-col {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border: 1px dashed #dadfe1;
    width: 48.5%;
}
.elementicon-col a {
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 10px;
}
.m-r-0 {
    margin-right: 0px !important;
}

.elementicon {
    box-sizing: border-box;
    -moz-border-radius: 138px;
    -webkit-border-radius: 138px;
    border-radius: 138px;
    text-align: center;
    width: 64px;
    height: 64px;
    display: inline-block;
    line-height: 64px;
    padding-top: 0px;
    transition: all 0.5s;
}

.elementicon img {
    width: 64px;
}
    .social-icon:hover {
        transform: rotate(360deg)scale(1.3);
    }
.section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

    .our_solution_category .solution_cards_box {
        float: left;
        width: 100%;
        justify-content: center;
    }

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
    border-radius: 100%;
    margin: 8px;
    padding: 5px 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 120px;
    max-height: 120px;
    transition: 0.7s;
    width: 120px;
    float: left;
    text-align: center;
    box-shadow: 0 1px 1px 0 rgb(211 211 211 / 5%), 0 5px 15px 0 rgb(37 44 97 / 8%);
    border: 1px solid #e8eced;
}

    .solution_cards_box .solution_card:hover {
        background: rgb(255,255,255);
        background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%);
        color: #3d3d3d;
        transform: scale(1.1);
        z-index: 9;
    }

        .solution_cards_box .solution_card:hover::before {
            background: rgb(85 108 214 / 10%);
        }

        .solution_cards_box .solution_card:hover .solu_title h3,
        .solution_cards_box .solution_card:hover .solu_description p {
            color: #3d3d3d;
        }

    /*.solution_cards_box .solution_card:before {
        content: "";
        position: absolute;
        background: rgb(85 108 214 / 5%);
        width: 170px;
        height: 400px;
        z-index: -1;
        transform: rotate(42deg);
        right: -56px;
        top: -23px;
        border-radius: 35px;
    }*/

    .solution_cards_box .solution_card:hover .solu_description button {
        background: #fff !important;
        color: #309df0;
    }
.solution_card .solu_title h3 {
    color: #3d3d3d;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient( 140deg, #42c3ca 0%, #42c3ca 50%, #42c3cac7 75% ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    align-items: center;
    justify-content: center;
}
   
.solu_title {
    float: left;
    width: 100%;
}

.solution_cards_box .solution_card.sms-card:hover {
    border: 5px solid #1b3261  ;
}
.solution_cards_box .solution_card.bip-card:hover {
    border: 5px solid #93171c;
}
.solution_cards_box .solution_card.iris-card:hover {
    border: 5px solid #d18311;
}
.solution_cards_box .solution_card.csm-card:hover {
    border: 5px solid #1198a9;
}
.solution_cards_box .solution_card.hrc-card:hover {
    border: 5px solid #3b913f;
}
.solution_cards_box .solution_card.usm-card:hover {
    border: 5px solid #242729;
}
.solution_cards_box .solution_card.ios-card:hover {
    border: 5px solid #a53528;
}
.solution_cards_box .solution_card.cc-card:hover {
    border: 5px solid #3e80b1;
}
.solution_cards_box .solution_card.rsm-card:hover {
    border: 5px solid #402e61;
}
.solution_cards_box .solution_card.sms-card:hover, .solution_cards_box .solution_card.bip-card:hover, .solution_cards_box .solution_card.iris-card:hover, .solution_cards_box .solution_card.csm-card:hover, .solution_cards_box .solution_card.hrc-card:hover, .solution_cards_box .solution_card.usm-card:hover, .solution_cards_box .solution_card.ios-card:hover, .solution_cards_box .solution_card.cc-card:hover, .solution_cards_box .solution_card.rsm-card:hover {
    color: #3d3d3d;
    transform: scale(1.1);
    z-index: 9;
}
.solution_cards_box .solution_card .elementicon:hover {

    transition: 300ms;
}
.seperator {
    width: 100%;
    float: left;
    border-top: 1px solid #dadfe1;
}
@media only screen and (max-width:1373px) {
    .solution_cards_box .solution_card {
        width: 115px;
    }
}
@media only screen and (max-width:1328px) {
    .solution_cards_box .solution_card {
        width: 112px;
        min-height: 118px;
        max-height: 118px;
    }
}
@media only screen and (max-width:1301px) {
    .solution_cards_box .solution_card {
        width: 110px;
        min-height: 115px;
        max-height: 115px;
    }
}
@media only screen and (max-width:1301px) {
    .solution_cards_box .solution_card {
        width: 105px;
        min-height: 110px;
        max-height: 110px;
    }
}
.ios-table-heading {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
}
.ios-table-data td {
    padding: 7px 10px;
    line-height: 14px;
}
.ios-table-data th{
    vertical-align: middle;
}
.performer-table-data tr th, .performer-table-data tr td {
    vertical-align: middle;
    text-align: center;
}
.ios-table-data .badge, .ios-table-caption .badge {
    height: 12px;
    border-radius: 100%;
    padding: 1px;
    width: 12px;
}

.ios-table-data-heading th {
    font-size: 15px !important;
    background-color: #edeeef;
    font-weight: 500 !important;
    color: #76838f !important;
}
.ios-table-data-subheading th {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #76838f !important;
}
.ios-table-caption {
    background-color: #edeeef;
    padding: 5px 15px 6px;
    float: left;
    width: 100%;
    border: 1px solid #d5dbdd;
    border-top: none;
}
.ios-table-heading {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
}
.ios-table-caption p {
    margin-bottom: 0;
}


.bip-table-data i {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
}
.bip-table-data .dropdown-menu {
    padding: 5px 10px 5px 10px;
    min-width: 125px;
}
    .bip-table-data .dropdown-menu li {
        padding: 4px 0px;
        border-bottom: 1px solid #d5dbdd;
    }
    .bip-table-data .dropdown-menu li a{
        color: #000;
        font-weight: 400;
    }
.bip-table-data tr td {
    min-height: 45px;
    height: 43px;
    text-align: Left;
}
.bip-table-data .dropdown-menu li:last-child {
    border-bottom: none;
}
.bip-table-data .dropdown .btn:focus, .bip-table-data .dropdown .btn:hover {
    text-decoration: none;
    outline: none;
}
    


    .bip-table-data td {
        padding: 3px 10px;
        line-height: 14px;
        vertical-align: middle;
    }

.bip-table-data th {
    vertical-align: middle;
}
.bip-table-data-heading th {
    font-size: 15px !important;
    background-color: #edeeef;
    font-weight: 500 !important;
    color: #76838f !important;
}

.bip-table-data-subheading th {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #76838f !important;
}

.bip-table-caption {
    background-color: #edeeef;
    padding: 5px 15px 6px;
    float: left;
    width: 100%;
    border: 1px solid #d5dbdd;
    border-top: none;
}

.bip-table-caption p {
    margin-bottom: 0;
}

    .bip-table-data .badge, .ios-table-caption .badge {
        height: 16px;
        line-height: 7px;
        padding: 5px;
        width: auto;
    }
.knowledge-overflow{
    overflow-y: auto;
    overflow-x: hidden;
    height: 305px;
    min-height: 305px;
    max-height: 305px;
    padding-right: 10px;
}
.bx-wrapper {
    box-shadow: none !important;
    margin-bottom: 30px !important;
}
.latest-news-item .latest-news-content h2{
    font-size: 1.5em;
}

.fgd-table .table td, .fgd-table .table th {
    white-space: pre-line;
}
.fgd-department .srCol, .fgd-department .CountCol.Department, .fgd-department .srCol, .fgd-department .CountCol.Designation, .survey-total-participant .srCol, .survey-total-participant .ansCol.Options, .fgd-table .table .ansCol {
    text-align: left !important;
}
/*.nv-bar {
    width: 10px;
}
.nv-group {
    margin-right: 0px;
    padding-right: 0px;
}*/

#dvDashboard .panel .card {
    background-color: #f8faff;
    border: 1px solid #e4eaec !important;
    min-height: 403px;
    max-height: 403px;
    margin-bottom: 0;
}
#dvDashboard .panel .widget-category span {
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 0;
    padding: 5px 15px;
    background: #e4eaec;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: translate( 0%, 50%);
    -webkit-transform: translate(0%, -50%);
    text-shadow: 1px 1px 1px #ffffff;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}

.DetailUl{
    margin: 0 0 20px 0;
    padding: 0;
    float: left;

}
.DetailUl li{
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    line-height: 24px;
}
.DetailUl li .radio-info input[type=radio] {float:left; margin-top:5px;}

    .DetailUl li .radio-info label {
        float: left;
        margin-left: 5px;
        font-size: 13px;
        font-weight: 900;
    }


    .backdisabled{
      opacity: 0.3;
      cursor:none;
    }

    .dark .back-btn-dark img{
      filter: invert(1);
    }

    .dark .angucomplete-row{
      color: #fff;
    }
    .dark .angucomplete-selected-row{
      background-color: #202C3A;
    }
    .dark .amcharts-amexport-item{
      background-color: #0F151C !important;
      color: #fff !important;
      opacity: 1 !important;
    }
    .dark .amcharts-amexport-item:hover, .dark.amcharts-amexport-item.active{
      background-color: #0F151C !important;
      color: #fff !important;
    }
    .dark .amcharts-amexport-label-level-0{
      color: #fff !important;
    }