/* =============
  == Components List==

   - Email
   - Maps
   - About Us
   - Contact Us
   - Member List
   - Timeline
   - Pages (Common)
   - Countdown
   - FAQ
   - Gallery
   - Pricing
   - Account Pages
   - Sitemaps (v1.1)
   - Search Results (v1.1)
   - Blog (v1.2)
   - Real Estate (v1.5)

============= */


/* =============
   Email
============= */
/*on load function*/
body{
    pointer-events:none;
}
.mails {
    /* chat-widget */
}

.mails a {
    color: #797979;
}

.mails td {
    vertical-align: middle !important;
    position: relative;
    border: 0 !important;
}

.mails td:last-of-type {
    width: 100px;
    padding-right: 20px;
}

.mails tr:hover .text-white {
    display: none;
}

.mails .mail-select {
    padding: 15px 20px;
    min-width: 134px;
}

.mails .checkbox {
    margin-bottom: 0;
    margin-top: -4px;
    vertical-align: middle;
    display: inline-block;
    height: 17px;
}

.mails .checkbox label {
    min-height: 16px;
}

.mails .mail-list .list-group-item {
    background-color: transparent !important;
}

.mails .mail-list .list-group-item.active {
    background-color: #188ae2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
}

.mails .unread a {
    font-family: 'Hind Madurai', sans-serif;
    color: #313a46;
}

.mails .table-detail {
    vertical-align: top;
}

.mails .chat-right-text {
    overflow: hidden;
}

.mails .chat-widget .chat-item {
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.mails .chat-widget .chat-item .chat-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
}

.mails .chat-widget .chat-item img {
    width: 40px;
}

.mails .chat-widget .chat-item .chat-item-author {
    color: #313a46;
    display: block;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.mails .chat-widget .chat-item .chat-item-text {
    color: #a0a0a0;
    display: block;
    font-size: 12px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

/* =============
   Start label
============= */
.form-group {
  position: relative;
  margin-bottom: 5px;
}
.form-control {
  min-height: 30px;
}
.form-group label {
  position: absolute;
  left: 15px;
  top: 7px;
  color: #999;
  font-size: 12px;
  transition: all 0.2s ease;
  pointer-events: none;
  margin: 0px;
  font-weight: 400 !important;
}
.form-control:focus ~ label:not(.error),
.form-control:not(:placeholder-shown) ~ label:not(.error) {
  top: -8px;
  left: 10px;
  font-size: 12px;
  background: #fff;
  padding: 0 4px;
  /* color: #2db715; */
}
.form-control:focus ~ label:not(.error) {
  color: #2db715;
}
/* When field has an error, make floating label red on focus */
.has-error .form-control:focus ~ label:not(.error) {
  color: #d9534f !important;
}
.modal label.error {
    /* margin-top: 0px; */
    position: static;
}
.form-group label.error {
    position: relative;
    top: auto;
    left: 0;
}
#modal-schedule-time .radio-custom label,
#modal-create-time .radio-custom label,
#modal-time .radio-custom label {
    top: 0px;
    left: 0px;
}
 
 
#modal-add-news .radio-custom label,
                #modal-add .radio-custom label,                
                #modal-add .checkbox-custom label {
                                top: 0px;
                                left: 0px;
                }
 
.chat-msg .form-group {
  position: relative;
  margin-bottom: 5px;
  display: flex;
  width: 100%;  
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#form_submission_detail .radio-custom label {
    top: 0px;
    left: 0px;
}
#form_submission_detail .form-group label {
    position: sticky;
}
 
/* =============
   End Label
============= */

/* =============
   Maps
============= */

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #eeeeee;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    background: #5d9cec;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #5d9cec;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #5d9cec;
}


/* Vector Map */

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}


/* Mapael Map */

.mapael .map {
    position: relative;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #00acc1;
    opacity: 0.95;
    border-radius: 3px;
    padding: 2px 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #ffffff;
    font-family: 'Hind Madurai', sans-serif;
}

.mapael .zoomIn,
.mapael .zoomOut,
.mapael .zoomReset {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    background-color: #4bd396;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.map .zoomIn {
    top: 25px;
}

.map .zoomOut {
    top: 50px;
}


/* =============
   About Us
============= */

.border {
    height: 4px;
    width: 48px;
    border-radius: 5px;
    background-color: #188ae2;
}

.about-features-box {
    margin: 20px 0;
}

.about-features-box p {
    line-height: 24px;
    width: 90%;
    margin: 0 auto;
}

.feature-icon {
    height: 80px;
    width: 80px;
    border: 2px solid #767D8E;
    margin: 0px auto;
    border-radius: 50%;
    font-size: 42px;
    line-height: 80px;
}

.about-team img {
    max-width: 150px;
    margin: 0 auto;
}

.about-team .about-team-member {
    margin: 30px 0px;
}

.about-team .about-team-member h4 {
    padding-top: 10px;
    font-weight: 600;
}

.about-team .about-team-member p {
    color: #989898;
}


/* =============
   Contact Us
============= */

.contact-map {
    background-color: #f3f3f3;
}

.contact-box {
    padding: 30px;
}

.contact-detail {
    margin-bottom: 40px;
}

.contact-detail i {
    float: left;
    width: 32px;
    font-size: 20px;
}

.contact-detail p,
.contact-detail address {
    overflow: hidden;
}

.contact-detail a {
    color: #496174;
}


/* =============
   Members list
============= */

.member-card .member-thumb {
    position: relative;
}

.member-card .member-star {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 16px;
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}

.social-links li a {
    border-radius: 50%;
    color: rgba(121, 121, 121, 0.5);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 2px solid rgba(121, 121, 121, 0.5);
    text-align: center;
    width: 30px;
}

.social-links li a:hover {
    color: #797979;
    border: 2px solid #797979;
}


/* =============
   Timeline
============= */

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
}

.timeline .time-show a {
    color: #ffffff;
}

.timeline:before {
    background-color: rgba(121, 121, 121, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0;
}

.timeline .timeline-icon {
    -webkit-border-radius: 50%;
    background: #797979;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}

.timeline .timeline-icon i {
    color: #ffffff;
    font-size: 13px;
    margin-top: 4px;
    position: absolute;
    left: 4px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

h3.timeline-title {
    color: #797979;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

.timeline-item:before {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ffffff !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 0;
}

.timeline-item .timeline-desk .timeline-box {
    padding: 20px;
}

.timeline-item .timeline-date {
    margin-bottom: 10px;
}

.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ffffff !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -12px;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0;
}

.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -56px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}

.timeline-item.alt h4 {
    text-align: right;
}

.timeline-item.alt p {
    text-align: right;
}

.timeline-item.alt .timeline-date {
    text-align: right;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.timeline-desk .panel {
    background: #ffffff;
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    position: relative;
    text-align: left;
    border: 0;
}

.timeline-desk h5 span {
    color: #797979;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-desk p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
}

.timeline-desk .album {
    margin-top: 12px;
}

.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}

.timeline-desk .album img {
    height: 36px;
    width: auto;
    border-radius: 3px;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: 20px;
    padding: 8px;
}

.timeline-left {
    margin-left: 20px;
    width: auto;
    display: block;
}

.timeline-left:before {
    left: 0 !important;
}

.timeline-left .timeline-item {
    display: block;
}

.timeline-left .timeline-desk {
    display: block;
    width: 100%;
}

.timeline-left .panel {
    margin-bottom: 20px;
}


/* =============
   Pages - Common
============= */


/* Pages */

.account-pages-bg {
    background: url("../images/dust.png");
}

.home-wrapper {
    margin: 10% 0;
}


/* =============
   Count Down
============= */

#count-down {
    margin-top: 50px;
}

#count-down .clock-presenter {
    height: 140px;
    line-height: 30px;
    padding: 0px 30px;
    text-align: center;
}

#count-down .clock-presenter .digit {
    margin-top: 20px;
    font-size: 60px;
    font-family: 'Hind Madurai', sans-serif;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: default;
}

#count-down .clock-presenter .note {
    position: relative;
    bottom: 0px;
    padding-top: 5px;
    cursor: default;
    font-size: 16px;
    color: #26a69a;
    font-family: 'Hind Madurai', sans-serif;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #count-down .clock-presenter .digit {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    #count-down .clock-presenter {
        width: 50%;
        float: left;
    }
    #count-down .clock-presenter .digit {
        font-size: 36px;
    }
    #count-down .hours_dash {
        border-right: none;
    }
}


/* =============
   FAQ
============= */

.question-q-box {
    height: 30px;
    width: 30px;
    color: #ffffff;
    background-color: #f5707a;
    text-align: center;
    border-radius: 3px;
    float: left;
    line-height: 30px;
}

.question {
    margin-top: 0;
    margin-left: 50px;
    font-weight: 400;
    font-size: 16px;
}

.answer {
    margin-left: 50px;
    color: #989898;
    margin-bottom: 40px;
}


/* =============
   Gallery
============= */

.portfolioFilter a {
    transition: all 0.3s ease-out;
    color: #313a46;
    font-weight: 600;
    font-family: 'Hind Madurai', sans-serif;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.portfolioFilter a:hover,
.portfolioFilter a.current {
    color: #26a69a;
}

.thumb {
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.thumb:hover .thumb-img {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    transition: all 0.2s ease-out;
}

.gal-detail {
    padding: 10px;
    position: relative;
    background-color: #ffffff;
}

.gal-detail h4 {
    font-weight: 600;
    font-size: 16px;
    padding: 0 5px;
}

.gal-detail p {
    padding: 0 5px;
    font-size: 13px;
}


/* =============
   Pricing
============= */

.pricing-column {
    position: relative;
    margin-bottom: 40px;
}

.pricing-column .inner-box {
    position: relative;
    padding: 0 0 50px;
}

.pricing-column .plan-header {
    position: relative;
    padding: 30px 20px 25px;
}

.pricing-column .plan-title {
    font-size: 16px;
    font-family: 'Hind Madurai', sans-serif;
    margin-bottom: 10px;
    color: #26a69a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.pricing-column .plan-price {
    font-size: 48px;
    font-family: 'Hind Madurai', sans-serif;
    margin-bottom: 10px;
    color: #313a46;
}

.pricing-column .plan-duration {
    font-size: 13px;
    color: #989898;
}

.pricing-column .plan-stats {
    position: relative;
    padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
    margin-bottom: 15px;
    line-height: 24px;
}

.ribbon {
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    font-family: 'Hind Madurai', sans-serif;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    background: #00acc1;
    background: linear-gradient(#188ae2 0%, #188ae2 100%);
    position: absolute;
    top: 19px;
    letter-spacing: 1px;
    left: -21px;
}

.ribbon span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #136eb4;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #136eb4;
}

.ribbon span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #136eb4;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #136eb4;
}


/* =============
   Account Pages
============= */

.wrapper-page {
    margin: 5% auto;
    position: relative;
    max-width: 420px;
}

.account-pages {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.account-pages .account-content {
    padding: 30px;
    background-color: #ffffff;
}

.account-pages .account-btn {
    position: absolute;
    left: 0;
    right: 0;
}

.account-logo-box {
    /*background-color: #505458;*/
	background-color: #009966;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.checkmark {
    width: 120px;
    margin: 0 auto;
    padding: 20px 0;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash 2s ease-in-out;
    -webkit-animation: dash 2s ease-in-out;
}

.spin {
    animation: spin 2s;
    -webkit-animation: spin 2s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes text {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes text {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* =============
   Sitemaps
============= */

.sitemap > li > ul {
    margin-top: 1.5rem;
    padding-left: 0;
}

ul.sitemap {
    list-style: none;
    padding-left: 0;
}

ul.sitemap li {
    line-height: 2.5rem;
    vertical-align: top;
    list-style: none;
    position: relative;
}

ul.sitemap li a {
    text-decoration: none;
    color: #7f7f7f;
    display: inline-block;
}

ul.sitemap li a:hover {
    color: #00acc1;
}

ul.sitemap ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 10px;
}

ul.sitemap ul li {
    position: relative;
}

ul.sitemap ul li::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 100%;
    border-left: 1px solid rgba(152, 152, 152, 0.5);
    position: absolute;
    top: -1.25;
}

ul.sitemap ul li::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 2.5rem;
    border-bottom: 1px #ccc solid;
    position: absolute;
    top: -1.25rem;
}

ul.sitemap ul li a {
    margin-left: 3.75rem;
}


/* =============
   Search Results
============= */

.search-result-box .search-item {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(152, 152, 152, 0.2);
    margin-bottom: 25px;
}


/* =============
   Blogs
============= */

.blog-list-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.blog-post .post-image {
    position: relative;
    margin-bottom: 20px;
}

.blog-post .post-image .label {
    position: absolute;
    bottom: 8px;
    left: 10px;
    text-transform: uppercase;
}

.blog-post .post-title a {
    color: #188ae2;
    line-height: 28px;
}

.blog-post .post-title a:hover {
    color: #136eb4;
}

.blog-categories-list li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.blog-categories-list li a {
    display: block;
    color: rgba(49, 58, 70, 0.7);
}

.blog-categories-list li a:hover {
    color: #f5707a;
}

.latest-post-item h5 a {
    color: rgba(49, 58, 70, 0.6);
    line-height: 20px;
}

.blog-post-column {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
}

.blog-post-column .post-image {
    margin-bottom: 0;
}

.blog-post-comment .media {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-post-comment .media img {
    height: 52px;
    width: 52px;
}

.blog-post-comment .media .media {
    margin-bottom: 0;
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
}


/* ==========
Real Estate
============ */

.property-card {
    box-sizing: border-box;
    margin-bottom: 30px;
    background-clip: padding-box;
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 rgba(49, 58, 70, 0.15);
}

.property-card .property-content {
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
}

.property-card .property-image {
    display: block;
    height: 230px;
    position: relative;
    overflow: hidden;
}

.property-card .property-action {
    padding: 12px 15px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}

.property-card .property-label {
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
}

.property-card.property-horizontal .property-content {
    width: 100%;
    height: 230px;
}

.property-card.property-horizontal .property-content .listingInfo {
    display: table-cell;
    height: 155px;
    vertical-align: middle;
}

.property-card.property-horizontal .property-content .property-action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.property-card.property-horizontal .property-content .property-action a {
    margin-right: 7px;
    color: #313a46;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: inline-block;
    border: 1px solid #dcdee0;
    padding: 1px 6px;
    border-radius: 3px;
}

.property-card.property-horizontal .property-content .property-action a i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}


/* Property detail page */

.property-detail-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.property-detail-wrapper .bx-wrapper {
    margin-bottom: 0;
}

.property-detail-wrapper .bx-wrapper .bx-next {
    right: 20px;
}

.property-detail-wrapper .bx-wrapper .bx-controls-direction a {
    z-index: 9;
}

.property-detail-wrapper #bx-pager a.active img {
    border: 1px solid #00acc1;
}

.property-detail-wrapper #bx-pager a img {
    padding: 3px;
    border: solid #ccc 1px;
}

.property-detail-wrapper .proprerty-features li {
    line-height: 30px;
}

.property-detail-wrapper #map-property {
    height: 300px;
    background: #00acc1;
}

.bootstrap-select > .dropdown-toggle {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
}


/*design 1*/


/*refinements 24 Oct 2016 login page*/

.account-logo-box {
    /*background-color: #26a69a;*/
	background-color: #009966;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.account-pages .account-btn {
    position: static;
}


/*refinements 25 Oct 2016 main admin panel Page*/

.main-panel {
    margin-bottom: 55px;
}

.side-panel li {
    list-style: none;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.side-panel {
    padding: 0px;
    background: #fff;
    overflow-y: hidden;
    height: 400px;
    border: 1px solid #e2e2e2 !important;
    border-radius: 2px;
}
.side-panel:hover,
.side-panel:focus{
	 overflow-y: auto;
}

.side-panel li a {
    color: #797979;
    display: block;
    cursor: pointer;
}

/*.side-panel li a:hover {
    color: #337ab7;
}
*/

.side-panel li a.active {
    color: #337ab7;
}

.admin-content {
    padding: 0px 0px 10px;
    background: #fff;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

.admin-content input,
.admin-content select,
.admin-content textarea {
    margin-bottom: 12px;
}

.admin-content label {
    /*margin-top: 5px;*/
}

.admin-content .checkbox label,
.admin-content .radio label {
    padding-left: 2px;
}

.access {
    border: none;
    background: #3AC9D6;
    color: #fff;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.access:hover {
    opacity: 0.8;
}

.accounts {
    display: inline-block;
    margin-left: 40px;
}

.main-panel .checkbox,
.main-panel .radio {
    margin-bottom: 20px;
    margin-top: 0px;
}

.action-buttons {
    float: left;
}

.top-actions {
    margin-bottom: 10px;
}

.action-buttons button {
	background: #009966;
    border: 1px solid #009966;
    color: #fff;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 110px;
}

.action-buttons button.delete {
	background: #fff;
    border: 1px solid #0c9965;
    color: #0c9965;
    margin-left: 15px;
}

.action-buttons button:hover {
    opacity: 0.8;
}

.roles {
    margin-top: 10px;
    margin-bottom: 10px;
}

.roles input {
    height: 30px;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/icon-select.png) no-repeat scroll 97% center;
    cursor: pointer;
    padding-right: 35px;
    font-size: 12px;
}

.users-role-content {
    text-align: center;
}

.users-role-content thead th {
    text-align: center;
}

.popupmodal-content .users-role-content .checkbox,
.popupmodal-content .users-role-content .radio {
    margin-bottom: 0;
}

.table>thead>tr>th {
    border-bottom: 1px solid #ddd !important;
    min-height: 30px;
}

.users-role-content tr {
    width: 100%;
    display: inline-table;
    table-layout: fixed;
}

.table-wrapper {
    margin-bottom: 15px;
}

.users-role-content.table {
    height: 300px;
    display: -moz-groupbox;
    text-align: left;
}

.right {
    float: right;
}

.users-role-content.table tbody {
   overflow-y: inherit;
    height: 340px;
    display: block;
}
.users-role-content.table tbody:hover{
	overflow-y: scroll;
}
.users-role-content td.selection button {
    background: #fff;
    border: 1px solid #3AC9D6;
    color: #3AC9D6;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.users-role-content tbody td {
    border-bottom: 1px solid #e2e2e2;
    vertical-align: middle !important;
}

.main-panel table .checkbox,
.main-panel table .radio {
    margin-bottom: 0px;
    margin-top: 0px;
}

.main-panel table tbody td .checkbox,
.main-panel table tbody td .radio {
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 8px;
}

.main-wrapper {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    box-shadow: none;
}

button.save {
    background: #009966;
    border: 1px solid #009966;
    color: #fff;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 500;
}

button.save:hover {
    opacity: 0.8;
}

.page-title {
    margin-bottom: 20px;
}

.admin-content input {
    min-height: 30px;
}

.admin-content select,
.roles select {
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
}


/*.all-selected{
	text-align:center;
}*/

.functions p {
    color: #333333;
    font-size: 12px;
    margin-bottom: 5px;
}

.to-do {
    margin-top: 187px;
}

.to-do button.added,
.modal .to-do button.added{
    display: block;
    background: #009966;
    border: 1px solid #009966;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
	margin-bottom: 20px;
}

.to-do button.removed {
    display: block;
    background: #fff;
    border: 1px solid #009966;
    color: #009966;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
}

.table-wrapper {
    border: 1px solid #e2e2e2;
    height: 400px;
    overflow-y: hidden;
}

.users-role-content.table thead tr {}


/*.users-role-content.table th,table td{
    width:158px;
}
.users-role-content.table  tbody{
  display:block;
  height: 525px;
  overflow:auto;//set tbody to auto
}*/

.side-panel.used-func,
.side-panel.prevent-func {
    height: 423px;
    padding: 10px 20px;
}


/*design 2*/

.users-role-content tbody td {
    padding: 0px 0px !important;
}

.side-panel.used-func,
.side-panel.prevent-func {
    height: 366px;
}


/*.users-role-content2.table th, table td {
    width: 100%;
}
.users-role-content.table  tbody{
  height: 398px;
}*/

.side-panel {
    height: 450px;
}
#qualifications.side-panel,
#post_qualifications.side-panel{
	 height: 355px;
}
.to-do {
    margin-top: 180px;
}


/*scrollbar*/


/* Let's get this party started */

.main-wrapper ::-webkit-scrollbar {
    width: 6px;
	height: 6px;
}


/* Track */

.main-wrapper ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(228,234,236,.5);*/
    -webkit-border-radius: 10px;
    /*background: rgba(228,234,236,.5);*/
    border-radius: 10px;
}


/* Handle */

.main-wrapper ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(163,175,183,.6);
    -webkit-border-radius: 10px;
}

.main-wrapper ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(163,175,183,.6);
}

/*scrollbar end*/

.user-detail {
    padding: 10px 20px 20px;
}

.user-detail b {
    margin-bottom: 12px;
    display: block;
    color: #333;
}


/*31 OCT 2016 dropdown admin panel*/

.shift-col {
    float: right;
}

.table.admin-dropdown thead {
    border-bottom: 1px solid #e2e2e2;
}

.admin-dropdown .user-image {
    display: inline-block;
	vertical-align: middle;
}

.admin-dropdown tbody tr:nth-child(2n) {
    background-color: #F7F7F7;
}

.admin-dropdown tbody tr:nth-child(2n+1) {
    background: #fff;
}





.admin-dropdown .user-name {
    display: inline-block;
    vertical-align: middle;
}

.admin-dropdown img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.admin-dropdown .delete,
.admin-dropdown .view {
    margin-right: 6px;
    opacity: .5;
    color: #333;
}

.admin-dropdown .edit {
    opacity: .8;
    color: #333;
	margin-right: 6px;
}

.admin-dropdown .delete:hover,
.admin-dropdown .view:hover,
.admin-dropdown .edit:hover {
    opacity: 1;
    color: #333;
}

/*.admin-dropdown .role {
    font-weight: 600;
}*/

.admin-dropdown tbody tr td:last-child {
    width: 10%;
    text-align: right;
}

.admin-dropdown thead tr th:last-child {
    text-align: right;
}

.admin-dropdown tbody tr td.qrcode_action {
	width: 15%;
}

.pagination-wrapper {
    display: block;
    text-align: right;
}


/*<!--models delete start-->*/

button.confirm,
input.confirm{
    background: #009966;
    border: 1px solid #009966;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-right: 10px;
}

button.modal-cancel,
button.cancel{
    background: #fff;
    border: 1px solid #009966;
    color: #009966;
    text-transform: uppercase;
    padding: 5px 15px;
}

#delete-modal .delete-modal-buttons {
    margin-bottom: 20px;
}

.modal-header .close {
    color: #fff;
    opacity: 0.5;
	text-shadow: none;
}

.close:focus,
.close:hover {
    opacity: 0.9;
}


/*<!--models delete end-->*/


/*<!--models edit Start-->*/

.modal-dialog {
    width: 850px;
}

.modal-dialog .user-detail h5 {
    font-size: 16px;
}

.popupmodal-content .checkbox,
.popupmodal-content .radio {
    margin-top: 0px;
    margin-bottom: 15px;
}

/*upload button*/

.fileUpload {
    position: relative;
    overflow: hidden;
    float: right;
    margin-right: 38px;
    top: -23px;
}

.fileUpload span {
    color: #3AC9D6;
    border: 1px solid #3AC9D6;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding-left: 4px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 0px;
    cursor: pointer;
    opacity: 0;
    width: 20px;
    height: 20px;
}


/*<!--models edit end-->*/


/*<!--models view end-->*/

#view-modal-design2 p {
    text-align: justify;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
}

.modal .modal-body img {
    border: 1px solid #e2e2e2;
    padding: 2px;
}

a:focus,
a:hover {
	color: #1fb868;
    text-decoration: none;
}


/*<!--models view end-->*/


/*_____________company module________*/

#topnav .navigation-menu > li .submenu.megamenu > li {
    width: auto !important;
}

#topnav .navigation-menu > li .submenu li a {
    display: inline-block !important;
    padding: 8px 0 !important;
    margin: auto 25px !important;
}


/*_____________payment meathod________*/

.pay {
    text-align: center;
    margin-top: 30px;
}

.pay li {
    display: inline-block;
    width: 28%;
}

.pay a {}

.pay a img {
    width: 100%;
    transform: scale(0.9);
    border: 6px double #fff;
    padding: 8px;
    transition: 0.7s ease-out;
    opacity: 0.8;
}

.pay a img:hover {
    transform: scale(1);
    opacity: 1;
}

.select-box {
    margin-bottom: 35px;
}

.select-box select {
    padding: 5px 15px;
    height: 30px;
}

.marg-bot {
    margin-bottom: 20px;
}

.top-marg {
    margin-top: 15px;
}


/*table calender*/

.table.table-clend > thead > tr > th {
	border: 1px solid #e2e2e2;
}

/*.table.table-clend > thead {
    border: 1px solid #ddd;
}*/

.table.table-clend > thead {
    background: #27a69b;
}

.table.table-clend {
    table-layout: fixed;
}

.table.table-clend tbody tr td {
    /*width: 33%;*/
    vertical-align: middle;
}

.table.table-clend tbody tr th:first-child {
	height: 80px;
    vertical-align: middle;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
    border: 1px solid #F3F3F3;
}

.date-input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 160px;
}

.custom-table thead tr th {
    text-align: center;
}

.custom-table tbody tr td {
    text-align: right;
    font-weight: 700;
}

.table.table-clend.custom-table tbody tr td {
        height: 80px;
    vertical-align: top;
}

.table.admin-dropdown {
    border: 1px solid #ececec;
}

.page-title-wrap {
    padding-bottom: 20px;
    padding-top: 0px;
}

.inner-wrapper-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.inner-wrapper-content.content {
    width: 85%;
    border-bottom: none;
}

.inner-wrapper-content strong {
    margin-bottom: 8px;
    display: block;
}

.inner-wrapper-content h4 {
    margin-top: 0;
}

.notifications-detail .image {
    display: inline-block;
    width: 100px;
    margin-right: 15px;
}

.notifications-detail {
    margin-bottom: 35px;
}

.notifications-detail .image img {
    padding: 1px;
    border: 1px solid #e2e2e2;
}

.details ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}

.details ul li i {
    margin-right: 10px;
}

.details ul li {
    margin-right: 15px;
    display: inline-block;
}

.notify textarea {
    width: 100%;
    resize: none;
    border: 1px solid #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.notify button {
    float: right;
    margin-bottom: 15px;
}
input{
	height: 30px !important;
	border-radius: 2px;
}

.colorpicker,
.colorpicker-default{
    z-index: 9999 !important;
}

.side-panel.poup-listing{
    height: 145px;
}

.side-panel.small-side{
    height: 280px;
}

.admin-wrapper select,
.admin-wrapper input
{
    padding: 5px 15px;
    height: 30px;
    margin-bottom: 12px;
}
.admin-wrapper p{
    margin-bottom: 12px;
	min-height: 23px;
}

.admin-content textarea {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid rgba(152, 152, 152, 0.8);
    padding: 7px 15px;
    resize: none;   
}

.border-modal{
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 12px;
    margin-top: 2px
}
.modal .modal-body button{
    background: #fff;
    border: 1px solid #27a69b;
    color: #27a69b;
    padding: 5px 15px;
    
}

/*18 Jan 2017*/
.dropbox{
    display: inline-block;
}
.checkbox-custom.dropbox{
    margin-left: 10px;
}


/*CUSTOM NAV*/
#topnav .navigation-menu > li {
    position: static !important;
} 
#topnav .navigation-menu > li .submenu{
    left: 265px !important;
}
#topnav .navigation-menu > li:first-child .submenu{
    left: auto !important;
}

/*20 Jan 2017*/
.side-panel.poup-listing.colors{
    height: 175px;
}

.side-panel li a{
       padding: 5px 8px;
}

.side-panel li a:hover{
    background: #F3F7F8;
    color: #797979;
}

.side-panel li a.active{
    background: #F3F7F8;
    color: #797979;
    font-weight: bold;
}

.action-buttons.marg-bot button{
    margin-bottom: 5px;
    padding: 5px 5px;
    text-transform: uppercase;
    min-width: 75px;
}

.dropbox select{
    height: 30px;
    padding: 5px 15px;
    padding-right: 35px;

}

/*24 Jan 2017*/
/*.table-clend td.active{
    background: #bdf8fd !important;
}*/
.table-clend td:visited,
.table-clend td:focus,
.table-clend td:hover,
.table-clend td.active,
.table-clend td:active{
    background: #ADD8E6 !important;
	cursor: pointer;
}

.table-clend th.active{
    background: #ADD8E6 !important;
    color: #fff;
}

/*25 jan 2016*/
.fc-toolbar {
    margin-top: 0 !important;
}
.marg-top{
    margin-top: 10px;
}

/*27 jan 2017*/
.table.table-clend {
    font-size: 11px;
}

/*31jan2017 nav bar*/
.main-module ul li{
    display: block !important;
    
}
.main-module, 
.main-nav-menue {
    display: inline-block;
}
#topnav .main-module .navigation-menu > li .submenu{
    min-width: 92%;
}
#topnav .main-nav-menue .navigation-menu > li .submenu{
        position: absolute;
    display: block;
    z-index: 1;
    width: 100% !important;
    top: 52px; 
    overflow: hidden;
    right: 0 !important;
    left: -9px !important;
    
}
#topnav .main-nav-menue .navigation-menu > li:first-child .submenu {
    left: -9px !important;
}
#topnav .navigation-menu > li:first-of-type a {
    padding: 16px !important;
}

/*3-feb-2017, 13-feb-2017(updated)*/

.table.table-clend tbody td div b:first-child{
/*    font-weight: 400 !important;*/
    font-weight: 400;
    line-height: 15px !important;
    display: block;
    margin-bottom: 4px;
}
.table.table-clend tbody td div b{
}

#topnav .navigation-menu > li.has-submenu .submenu{
    display: none;
}
#topnav .navigation-menu > li.has-submenu:hover > .submenu {
    display: block;
    /*-webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;*/
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


.header-fixed {
    width: 100%;
    text-align: center;
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    /*height: 268px;*/
 height: 416px;
}
.header-fixed > tbody > tr > td {
   width: 10.96%;
    float: left;
}
.header-fixed > thead > tr > th{
    width: 10.9%;
    float: left;
    text-align: center;
}
.header-fixed > thead > tr> th:nth-child(9) {
    width: 8.59%;

}
.header-fixed > thead > tr> th:nth-child(8){    
    width: 15.11%;
}  
.header-fixed > tbody > tr > td:nth-last-child(-n+3) {
  /* width: 4.1%;*/
}
.heading-tableinfo{
    text-align: right;
    vertical-align: -webkit-baseline-middle;
    display: block;
    margin-bottom: 0;
    padding: 15px 0;
	margin-right: 12px;
}
select.form-control {
    height: 30px;
    padding: 3px 15px;
}


/*15 feb 2017*/
/*  table design 2 recent activities*/

.header-fixed.table-look thead{
    color: #fff;
    background: #3ac9d6;
    border-color: #fff !important; 
}
.header-fixed.table-look thead tr th{
    border-color: #fff !important;    
}
.header-fixed.table-look.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #E0F2F1;
}
.header-fixed.table-look tbody tr td:hover,
.header-fixed.table-look tbody tr td:focus{
    background: #CBFFFF;
    transition: all 0.5s;
}

select.form-control {
    height: 30px;
    padding: 3px 15px;
    padding-right: 35px;
}

/*16 feb 2017*/
.main-wrapper.activities .page-title {
    margin-bottom: 28px;
    display: inline-block;
    margin-right: 20px;
}
.main-wrapper.activities .col-sm-12 .action-buttons {
    float: none; 
    display: inline-block;
}
.main-wrapper.activities .heading-tableinfo {
    padding: 10px 0;
}
.main-wrapper.activities .table > tbody > tr > td,
.main-wrapper.activities .table > tbody > tr > th,
.main-wrapper.activities .table > tfoot > tr > td,
.main-wrapper.activities .table > tfoot > tr > th, 
.main-wrapper.activities .table > thead > tr > td,
.main-wrapper.activities .table > thead > tr > th {
    padding: 3px 8px;
    min-height: 33px;
    vertical-align: middle;
}
.main-wrapper.activities .action-buttons button {
    padding: 3px 20px;
}

/*21-feb-2017*/

.table.table-clend.custom-table > tbody > tr > td,
 .table.table-clend.custom-table > tbody > tr > th,
.table.table-clend.custom-table > tfoot > tr > td,
 .table.table-clend.custom-table > tfoot > tr > th
{
    padding: 3px 8px !important;
}

.fc-toolbar .fc-center 
{
    /*padding-right: 110px;*/
}


.table-clend.custom-table .inactive-tablecell{
     background: #e2e2e2;
}

.fc-right select{
    display: inline-block;
    padding-right: 35px;
    margin-right: 10px;
}

.fc-right .dropbox {
    margin-right: 10px;
}

.fc-right .checkbox.checkbox-custom {
    display: inline-block;
}

/*22-feb-2017*/

.main-wrapper {
    margin-top: 0;
    padding-top: 7px;
}
.page-title {
    margin-bottom: 10px;
}
.page-title-wrap {
    padding-bottom: 10px;
}
.action-buttons {
    margin-bottom: 20px !important;
}

/*01-mar-2017*/

.table-clend.custom-table td .clend-second-div{
    margin-top: 5px;
/*    border-top:1px solid #F3F3F3; 
    margin-left:-10px;
    margin-right:-10px;*/
}
/*.table-clend.custom-table td p:last-child{
    margin-left:10px;
    margin-right:10px;
}*/
select.qrcode{
    height: 100px;
    -webkit-appearance: none;
}



#mapCanvas {
    width: 100%;
    height: 200px;
    
  }
  
/**  
    #infoPanel {
    float: left;
    margin-left: 10px;
  }
  #infoPanel div {
    margin-bottom: 5px;
  }
*/
  


/*________updation 3 feb 2017 theme changes_________*/
.btn-danger:hover, 
.btn-danger:focus, 
.btn-danger.active {
    /*background-color: #26a69a !important;
    border: 1px solid #26a69a!important;*/
	background-color: #009966 !important;
    border: 1px solid #009966!important;
    opacity: 0.8;
}
.btn-danger {
    /*background-color: #26a69a !important;
    border: 1px solid #26a69a!important;*/
	background-color: #009966 !important;
    border: 1px solid #009966!important;
}
.footer {
    color: #fff !important;
    background: #5d5d5d !important;
	left: 0;
}
table.table thead {
    background: #ffffff;
    color: #13aa73;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #009966;
}
.bg-custom {
    background-color: #009966 !important;
}

.col-sm-2 .side-panel li {
    border-bottom: 1px solid #e2e2e2;
}
table.table tbody tr:hover {
    background: #f0f0f0;
}
.modal .modal-header {
    margin: -25px !important;
    margin-bottom: 10px !important;
    padding: 20px !important;
    padding-bottom: 15px !important;
    background: #059f7d !important;
    border-radius: 2px 2px 0 0;
}
.modal-header {
    border-bottom: none !important;
}
.modal-title {
    color: #fff !important;
	text-transform: capitalize;
}

.radio-custom input[type="radio"]:checked + label::before {
	border-color: #2db715 !important;
    background: #2db715;
}
.radio-custom input[type="radio"]:checked + label::after {
    background-color: #fff;
}
#topnav .topbar-main {
    background-color: #26a69a !important;
}
table.table-clend tbody tr:hover {
    background: none;
}
.action-buttons.marg-bot.marg-top button {
    background: #ebebeb;
    border: 1px solid #c7c7c7;
    color: #018f83;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: -5px;
    font-size: 12px;
}
.alert-success {
    background-color: #b1dfdb;
    border-color: #26a69a;
    color: #26a69a !important;
    border-radius: 0;
}


#mapCanvas {
    width: 100%;
    height: 250px;
    display: none;
    
  }
#mapCanvas1 {
  width: 100%;
  height: 250px;
  display: none;

}


/*

css for style.css added on 24/04/2017

*/

/*_______header______*/
.nav-bar-ios ul{
    margin: 0;
    padding: 0px 30px;
    list-style: none;
}
.nav-bar-ios  ul li{
    display: inline-block;
} 
.nav-bar-ios {
	font-size: 13px;
}
.nav-bar-ios .person-detail{
    padding: 20px;
    background: transparent;
    min-width: 310px;   
}
.nav-bar-ios .pin a,
.nav-bar-ios .person-detail a,
.nav-bar-ios .call a{
   color: #fff;
}
.nav-bar-ios .pin a,
.nav-bar-ios .person-detail a{
     cursor: text;
}
.nav-bar-ios .pin a b,
.nav-bar-ios .person-detail a b{
    font-weight: 500;
}  
.nav-bar-ios .pin {
        margin-left: 15px;;
}
.nav-bar-ios .call{
    margin-left: 30px;
    padding: 20px 0 20px;
}
.nav-bar-ios .call a{    
    background: url(../images/call-icon.png) center left no-repeat;
    background-size: 16%;
    padding: 20px 0 20px 22px;
}

/*_____Inner body main details_______*/

.main-inner-content {
    margin: 0 15px 25px;
}
.main-inner-content .detail {
    margin: 65px 0 15px;
    font-size: 12px;
}
.main-inner-content .detail ul {    
    margin: 0;
    padding: 0px 15px;
    list-style: none;
	text-align:center;
}
.main-inner-content .detail ul li{
    display: inline-block;
}
.main-inner-content .main-info{
    text-align: center;
}
.main-inner-content .detail ul li p:after {
    content: "|";
    margin: 0 15px;
}
.main-inner-content .detail ul li:last-child p:after {
    content: none;
}
.main-inner-content .main-info b{
    color: #434343;
    font-weight: 500;
}
.main-inner-content .main-info span{
    color: #9b9b9b;
}

.main-inner-content .detail div:first-child .main-info{
    text-align: left;
}
.main-inner-content .detail div:last-child .main-info{
    text-align: right;
}
.main-inner-content .card-wrapper {
    margin-bottom: 25px;
     margin: 0;    
}
/*.main-inner-content .detail div:last-child .main-info b{
    background: url(../images/call-icon-black.png) right center no-repeat;
    display: inline;
    padding: 6px 12px;
    margin-right: 4px;
    background-size: 18px;
}*/
/*_____Inner body cards wrapepr_______*/
.card-wrapper ul{    
    margin: 0;
    padding: 0px 15px;
    list-style: none;
    text-align: center;
}
.card-wrapper ul li{
    display: inline-block;
    width: 14.6%;
    border: 1px solid #eaeaea;
    text-align: center;
    min-height: 100px;
    margin-right: 15px;
    position: relative;
    border-radius: 2px;
} 
.card-wrapper ul li p {
       position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.card-wrapper ul li p span,
.card-wrapper ul li p strong{
    display: block;
}
.card-wrapper ul li p span{
    color: #909090;
    font-size: 13px;
}
.card-wrapper ul li p strong{
    color: #505458;
    font-size: 16px;
}
.card-wrapper ul li:nth-child(1){
    border-left: 2px solid #0978ab;
}
.card-wrapper ul li:nth-child(2){
    border-left: 2px solid #ed1c24;
}
.card-wrapper ul li:nth-child(3){
    border-left: 2px solid #8dc63f;
}
.card-wrapper ul li:nth-child(4){
    border-left: 2px solid #f7941d;
}
.card-wrapper ul li:nth-child(5){
    border-left: 2px solid #00a651;
}
.card-wrapper ul li:nth-child(6){
    border-left: 2px solid #d700c5;
    margin-right: 0;
}

/*_________________Alets wrapper____________________*/


/*table fixed header start*/
.main-inner-content .table-fixed thead {
  width: 100%;
}
.main-inner-content .table-fixed tbody {
  height: 220px;
  overflow-y: auto;
  width: 100%;
}
.main-inner-content .tab-pane .table-fixed tbody {
  height: 177px;
}
/*.main-inner-content .table-fixed tbody.resized {
  height: 268px;
}*/
.main-inner-content .tab-pane iframe{
    height: 211px;
}
.main-inner-content .table-fixed thead,
.main-inner-content .table-fixed tbody,
.main-inner-content .table-fixed tr,
.main-inner-content .table-fixed td,
.main-inner-content .table-fixed th {
  display: block;
}
.main-inner-content .table-fixed tbody td,
.main-inner-content .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
.main-inner-content .table-fixed tbody tr:last-child td{
  border-bottom: 1px solid #ddd;
} 
.main-inner-content .table-fixed tr.row{
    margin: 0;
}
/*table fixed header end*/

.alerts-wrapper {
    margin: 10px 5px 0;
}
.alerts-wrapper b.heading-wrapper {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: block;
    /*border-bottom: 3px solid #27a69b;*/
    padding-bottom: 2px;
    margin-right: 1px;
}
.alerts-wrapper .table>tbody>tr>td,
.alerts-wrapper .table>tbody>tr>th,
.alerts-wrapper .table>tfoot>tr>td,
.alerts-wrapper .table>tfoot>tr>th,
.alerts-wrapper .table>thead>tr>td,
.alerts-wrapper .table>thead>tr>th {
    padding: 6px;
}
.alerts-wrapper .table thead{
    background: #009966;
    color: #fff;
    height: 33px;

}
.alerts-wrapper .table thead tr th{
    font-weight: 400;
    border: none;
}
.alerts-wrapper .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}
.alerts-wrapper .table tbody tr:hover{
    background: #f7f7f7;
}
.alerts-wrapper .nav-tabs {
    border-bottom: 3px solid #009966;
    background: #009966;
    margin-bottom: 3px;
	font-size: 11px;
}
.maps-tabs .tab-content {
    padding: 0;
}
.alerts-wrapper .nav-tabs>li>a {
    border: none;
    color: #fff;
    margin: 0;    
}
.alerts-wrapper .nav-tabs>li {
    border: none;
   border-right: 1px solid #00978b;    
}
.alerts-wrapper .nav-tabs>li.active>a,
.alerts-wrapper .nav-tabs>li.active>a:focus,
.alerts-wrapper .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #06714a;
    border: none;
    border-bottom-color: transparent;
    border-radius: 0;
    margin-top: -3px;
    padding-bottom: 9px;
    padding-top: 13px;
}
.alerts-wrapper .nav>li>a:focus,
.alerts-wrapper  .nav>li>a:hover {
    background-color: #008f83;
    border-radius: 0;
    border: none;
}
.maps-tabs {
    margin-top: 36px;
}

.alerts-wrapper .checkbox {
    margin-top: 0px; 
     margin-bottom: 0px; 
}
.alerts-wrapper  .checkbox input[type=checkbox]{
    margin-left: 0px;
}
.alerts-wrapper  .checkbox label{
    min-height: 0;
    padding-left: 0;
}
.alerts-wrapper .notify-alerts{
    font-size: 10px;
    font-weight: 400;
    background: #de0000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 4px;
}

/*messages and report */
.sms-types {
    display: inline-block;
    text-align: center;
}
.sms-types img {
	width: 55%;
    outline: 1px solid #d2d2d2 !important;
    padding: 1px;
}
/*quick action buttons*/
.qiuck-action{
    float: right;
}
.qiuck-action ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.qiuck-action ul li {
    display: inline-block;
}
.alerts-wrapper .qiuck-action .checkbox.report [type="checkbox"]:not(:checked) + label,
.alerts-wrapper .qiuck-action .checkbox.report [type="checkbox"]:checked + label {
    padding-left: 22px;
    margin-right: 12px;
}
.qiuck-action .export,
.qiuck-action .export-all{
    background: #009966;
    border: none;
    color: #fff;
    padding: 5px 20px;
    min-width: 110px;
	border-radius:2px;
}
/*_________chat box start___________*/
.chat-box{
    min-width: 250px;
    display: block;
    position: fixed;
    right: 35px;
    border: 1px solid #dddfe2; 
    bottom: -1px;
    background: #fff;
	display: none;
}
.chat-box .chat-body{
    padding: 5px 10px; 
    transition: all 5s;
}

.chat-box .chat-header{
    background: #f4f6f6;
    padding: 5px 10px; 
    transition: all 5s;
}
.chat-box .chat-panel{
    float: right;
}
.chat-box .chat-panel .setting{
    background:url(../images/setting.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.chat-box .chat-panel .edit{
    background:url(../images/edit.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.chat-box .chat-body{
    display: none;    
}
.chat-header:focus + .chat-body {
    display: block;
}
.chat-box .chat-header span {
    font-weight: 600;
}
/*_________chat box end___________*/

/*__modal styling__*/
.modal-dialog {
    width: 850px;
}
.modal-header {
    background: #27A69B;
    color: #fff;
}
.switch {
    margin-top: 35px;
}
.sms-wrapper span {
    display: block;
}
.sms-wrapper {
    height: 134px;
    overflow-y: scroll;
    border: 1px solid #e2e2e2;
    padding: 8px 15px;
}
.modal-body .carousel-inner {
    border: 1px solid #e2e2e2;
	height: 215px;
    overflow-y: auto;
}
.switch a {
    display: block;
    text-align: center;
    margin-bottom: 13px;
}
.switch a:last-child img {
    height: 55px;
}

.switch a img {
    width: 50%;
    opacity: 1;
    transform: scale(0.9);
    transition: all 0.3s;
    border: 1px solid #e2e2e2;
    padding: 10px;
}
.switch a img:hover{    
    opacity: 0.9;
    transform: scale(1);    
}
.custom-cols1{
    padding-right: 0;
}
.custom-cols2{
    padding-left: 0;
}
.modal-footer button{
    background: #009966;
    border: 1px solid #009966;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-right: 10px;
    min-width: 105px;
}
.modal-footer button.modal-cancel,
.modal-footer button.cancel{
    margin-right: 0px;    
    background: #fff;
    border: 1px solid #009966;
    color: #009966;
}
.modal-body h5{
    font-size: 16px;
    text-transform: uppercase;
}
.modal-body .carousel-indicators li {
    border: 1px solid #26A69A;
}
.modal-body .carousel-indicators .active {
    background-color: #26A69A;
}
.modal-body .carousel-indicators {
       display: none;
}
.modal-body audio {
    margin-top: 145px;
    width: 100%;
}
.modal-body {
    position: relative;
    padding: 15px 20px 40px;
}
.modal-body .carousel-control {
    height: 145px;
    background: none;
}
.modal-body .carousel-control .glyphicon-chevron-left,
.modal-body .carousel-control .glyphicon-chevron-right,
.modal-body .carousel-control .icon-next,
.modal-body .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 20px;
}
.modal-body .item span.glyphicon.glyphicon-music {
    font-size: 45px;
    position: absolute;
    top: 28%;
    left: 43%;
    color: grey;
}
.sms-actions p {
   display: inline-block;
    width: 49%;
    min-height: 46px;
    margin: 0;
    vertical-align: middle;
    padding: 5px 15px;
    text-align: center;
}
.sms-actions {
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
}
.sms-actions p:first-child{
    padding:  12px 15px;
}
.sms-actions p img{
    width: 40%;
    height: 100%;
}
.alerts-wrapper .tab-pane .table thead {
    background: #b1dfdb;
    color: #36968b;
}
/*scrollbar*/
.main-inner-content  ::-webkit-scrollbar{
    width: 6px;
	height:6px;
}
/* Track */
.main-inner-content  ::-webkit-scrollbar-track{
     /*-webkit-box-shadow: inset 0 0 6px rgba(228,234,236,.5);*/
    -webkit-border-radius: 10px;
    background: rgba(228,234,236,.5);
    border-radius: 10px;
}
/* Handle */
.main-inner-content  ::-webkit-scrollbar-thumb{
     border-radius: 10px;
    background: rgba(163,175,183,.6);
    -webkit-border-radius: 10px;;
}
.main-inner-content  ::-webkit-scrollbar-thumb:window-inactive{
     background: rgba(163,175,183,.6);
}
/*scrollbar end*/

/*report CSS*/
.modal .header-wrapper a{
	display:block;
	width:80px;
	background: #fff;
}
.modal .header-wrapper a img{
	width:100%;
}
.modal header{
	border-bottom:8px solid #00848a;
	height:80px;
}
.modal b{
	/*text-transform: uppercase;*/
    margin-top: 0px;
    margin-bottom: 10px;
    /*font-size: 22px;*/
    font-weight: 400;
    display: block;
}
.modal .separator{
	margin-top:15px;
}
.modal .report-detail{
	background:#cbe7e7;
	padding: 10px 15px;
    margin-bottom: 10px;
}
.modal .report-detail p{
	text-transform:capitalize;
}
.modal .address-wrapper {
    margin-left: -35px;
}
.modal .report-content{
	font-size: 12px;
	margin-bottom: 20px;
}
.modal .report-content ul{
	padding: 0;
    list-style: none;
}
.modal .report-content ul li{
	text-transform: uppercase;
    padding: 5px 15px 3px;
}
.modal .report-content ul li span{
	text-transform: capitalize;
	display: inline-block;
    width: 210px;
}
.modal .report-content ul li:nth-child(even) {
	background-color: #ebf6f7;
}
.modal .report-content ul li:nth-child(odd) {
	background: #cbe7e7;
}
.modal .address p{
	padding:0 15px;
}
.modal .report-detail.short p img{
	width:60px;
}
.logo-report-wrapper img{
    width: 55px;
}
.logo-report-wrapper .modal-title{
	padding: 2px;
    margin-left: 10px;
    display: inline-block;
}
/*notification tab */
form.notify-detail-msg{
    padding: 12px 16px 8px;   
}
form.notify-detail-msg label{
    width: 100%;
    color: #21a897;
    font-weight: 400;
}
form.notify-detail-msg input[type=text]{
    width: 100%;
    border: none;
    border-bottom: 1px solid #d3d3d3;
	padding: 5px 10px;
    margin-bottom: 10px;
}
form.notify-detail-msg textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 10px;
    margin-bottom: 10px;
    height: 60px;
    padding-right: 23%;
}
form.notify-detail-msg ::-moz-placeholder { /* Mozilla Firefox 19+ */
    padding-top: 30px;
}
form.notify-detail-msg ::-webkit-input-placeholder { /* Webkit */
    padding-top: 30px;
}
form.notify-detail-msg :-ms-input-placeholder { /* IE */
    padding-top: 30px;
}
form.notify-detail-msg input[type=button]{
    position: absolute;
    right: 30px;
    bottom: 44px;
    background: #26a69a;
    border: none;
    color: #fff;
    padding: 6px 20px;
    min-width: 110px;
    text-transform: capitalize;
    resize: none;    
}

form.notify-detail-msg .checkbox.report [type="checkbox"]:not(:checked),
form.notify-detail-msg .checkbox.report [type="checkbox"]:checked {
    left: -99999px;
    position: absolute;
}
form.notify-detail-msg .checkbox.report [type="checkbox"]:not(:checked) + label,
form.notify-detail-msg .checkbox.report [type="checkbox"]:checked + label {
    padding-left: 22px;
    margin-right: 12px;
}
form.notify-detail-msg .checkbox.report [type="checkbox"]:not(:checked) + label::before,
form.notify-detail-msg  .checkbox.report [type="checkbox"]:checked + label::before {
    top: 3px;
}
form.notify-detail-msg .checkbox.report [type="checkbox"]:not(:checked) + label::after,
form.notify-detail-msg .checkbox.report [type="checkbox"]:checked + label::after {
    top: 3px;
}
.sent-notify {
    display: block;
    height: 176px;
    overflow-y: scroll;
    border-left: 1px solid #d2d2d2;
}
.tab-pane .row.notification-cover {
    border: 1px solid #d2d2d2;
    margin: 0;
}
.tab-pane .row.notification-cover .col-sm-6:last-child {
    padding-right: 0;
}
.notify-title{
    display: block;
    background: #b1dfdb;
    color: #36968b;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 8px;
    position: static;
}
.sent-notify .sent-details {
    margin-top: 10px;
    font-size: 11px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 15px;
    padding-bottom: 20px;
}
.sent-notify .sent-details:last-child{
    border-bottom: none;
}
.sent-notify .sent-details em{
    font-style: normal;
    color: #36968b;
    display: inline-block;
    font-weight: 600;
}
.sent-notify .sent-details span{
    float: right;
}
.sent-notify .sent-details p{}

.tab-pane {
    display: block !important;
    position: fixed;
    right: -9999px;
    width: 100%;
}
.tab-pane.active {
    position: relative;
    left: 0;
}

.card-wrapper ul li p em {
  display: block;
 
}

.no_records{
    width: 100%;
    text-align: center;
}

#employee_data{
    display: inline !important;
}

/*21 checkcalls CSS april 2017*/
.check-calls .resized input.form-control {
    margin-bottom: 0;
}
.check-calls input {
    height: 25px;
	width: 55px;
}
.check-calls  .alerts-wrapper  .checkbox.report  [type="checkbox"]:not(:checked) + label::before,
.check-calls  .alerts-wrapper  .checkbox.report [type="checkbox"]:checked + label::before {
    top: -12px;
}
.check-calls .alerts-wrapper .checkbox.report [type="checkbox"]:not(:checked) + label::after,
.check-calls .alerts-wrapper .checkbox.report [type="checkbox"]:checked + label::after {
    top: -10px;
}
.check-calls .table-bordered > tbody > tr > td{
    border: none;
    vertical-align: middle;
}
.check-calls .table-bordered tbody tr:last-child td{
    border-bottom: none;
}

/*custom checkbox numbers start*/
.alerts-wrapper  .radiobutton   [type="radio"]:not(:checked),
.alerts-wrapper  .radiobutton  [type="radio"]:checked {
    left: -9999px;
    position: absolute;
}
.alerts-wrapper  .radiobutton  [type="radio"]:not(:checked) + label::before,
.alerts-wrapper  .radiobutton [type="radio"]:checked + label::before { 
    content: "";
    width: 11px;
    left: 0px;
    position: absolute;    
    height: 11px;
 top: 7px;
 background:url(../images/no.png)  
}
.alerts-wrapper  .radiobutton  [type="radio"]:not(:checked) + label,
.alerts-wrapper  .radiobutton [type="radio"]:checked + label {
    position: relative;
    padding-left: 18px;
}
.alerts-wrapper  .radiobutton [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.alerts-wrapper  .radiobutton  [type="radio"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
.alerts-wrapper  .radiobutton  [type="radio"]:not(:checked) + label::after,
.alerts-wrapper  .radiobutton [type="radio"]:checked + label::after {
    content: "";
    width: 11px;
 height: 11px;
    left: 0px;
    position: absolute;
    top: 7px;
    transition: all 0.2s ease 0s;
 background:url(../images/yes.png) no-repeat;
}
.alerts-wrapper  .radiobutton label {
	margin-bottom: 10px;
}
.alerts-wrapper  .radiobutton{
    height: 32px;
}
.check-calls .resized td:last-child input.form-control {
    /*margin-top: 4px;*/
}
/*custom checkbox numbers end*/

.action-button-wrap {
    margin-left: 5px;
    margin-top: 10px;
}
.action-button-wrap .removed.mrg-bot{
    background: #009966;
    border: none;
    color: #fff;
    padding: 5px 20px;
    min-width: 110px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.alerts-wrapper .action-button-wrap,
.alerts-wrapper .action-button-wrap .removed.mrg-bot{
    float: right;
}
.check-calls .table-bordered{
    margin-bottom: 10px;
}
.check-calls .table-bordered input{
   width: 155px;
    background: #fff;
}
.check-calls .alerts-wrapper  .table tbody tr:hover{
    background: none;
}
.check-calls .alerts-wrapper .table tbody tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}
.alerts-wrapper input{
    padding: 5px; 
}
.double-header{
     background: #b1dfdb;
    color: #36968b;
}
/*.double-header th:first-child, .double-header th:last-child {
    background: #fff;
}*/
.double-header th{
    /*border-right: 1px solid #fff !important;*/
    text-transform: capitalize;
}
.bor-bot{
    border-bottom: 1px solid #e2e2e2;
    margin: 5px 0;
}

#interval_day td.active,
.check-calls .table.table-bordered tbody td.active{
    background: #ADD8E6 !important;
}

/*27 april 2017*/
.counter input{
     width: 90px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 10px;
} 
.counter .action-button-wrap,
.counter .action-button-wrap .removed.mrg-bot{
        margin-top: 0;    
}
.action-button-wrap .removed.mrg-bot {
    margin-right: 0;
}
/*.table #responce_result tr:visited,
.table #responce_result tr:focus,
.table #responce_result tr:hover,
.table #responce_result tr.active,
.table #responce_result tr:active{
 	background:#ADD8E6;
	cursor: pointer;
}*/
.table #responce_result tr:visited td,
.table #responce_result tr:focus td,
.table #responce_result tr:hover td,
.table #responce_result tr.active td,
.table #responce_result tr:active td{
	cursor: pointer;
}


/*3 may 2017 scrollbar udation
.sidepanel-wrapper {
    padding-right: 10px;
    border: 1px solid #e2e2e2;
    padding-top: 10px;
}
.side-panel {
    padding: 0 20px;
    box-shadow: none;
}
ul.side-panel{
    overflow: hidden;
}
ul.side-panel:hover{
    overflow-y: scroll;
}*/

/*check calls on/off 4 may 2017*/
.table.table-chk-call{
	display:block;
	overflow-x: scroll;
}
.table.table-chk-call tbody{
	display:table;
    width: 100%;
}
#location_checkcalls .main-inner-content {
    margin-left: 0;
    margin-right: 0;
}
#location_checkcalls > div.row {
    margin-left: -6px;
    margin-right: -4px;
}
/*5 5 2017*/
.work-btn-action {
    background: #ebebeb;
    border: 1px solid #c7c7c7;
    color: #018f83;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 500;
	margin-bottom: 10px;
    margin-right: 8px;
	margin-right: -5px;
	font-size: 12px;

}


/*top navbar css   8-5-17*/
/*_____ modify date 20 march 2017___20 Feb 2017 (new design final version 1.1)// ______*/
#topnav.top-nav-wrapper .app-search .form-control, 
#topnav.top-nav-wrapper .app-search .form-control:focus {
    width: 160px !important;
    margin: 0 !important;
	height: 34px !important;
}
#topnav.top-nav-wrapper .topbar-main .nav > li > a {
    margin: 6px 6px !important;    
    padding-top: 10px !important;
    background-color: transparent;
}
#topnav.top-nav-wrapper .topbar-main .nav > li:last-child > a { 
    padding-top: 0px !important;
}
#topnav.top-nav-wrapper .topbar-main .logo {
    line-height: 49px !important;
}
#topnav.top-nav-wrapper .topbar-main .logo img {
}
#topnav.top-nav-wrapper .navigation-menu > li > a {
    line-height: 23px !important;    
}
#topnav.top-nav-wrapper .topbar-main .badge {
    top: 0px !important;
}
#topnav.top-nav-wrapper .navigation-menu .has-submenu.float-bar {
    /*background: #018f83;*/
    background: #c9debd;
    text-align: center;
}
#topnav.top-nav-wrapper .navigation-menu .has-submenu.float-bar > a:hover{
    background: #c9debd !important;
	color: #000000 !important;
}
#topnav.top-nav-wrapper .navigation-menu .has-submenu.float-bar > a{
	color: #000000 !important;
}
#topnav.top-nav-wrapper .navigation-menu > li > a {
    color: #fff !important;
}
#topnav.top-nav-wrapper .topbar-main {
    background-color: #27a69b !important;
}
#topnav.top-nav-wrapper .navigation-menu > li > a:hover,
#topnav.top-nav-wrapper .navigation-menu > li > a:focus,
#topnav.top-nav-wrapper .navigation-menu > li > a.active{
    background-color: #018f83 !important;
}
#topnav.top-nav-wrapper .navigation-menu > li > a {
    text-transform: uppercase;
text-align: center;
}
#topnav.top-nav-wrapper .navigation-menu > li .submenu li a:hover{
    color: #fff !important;
    background:#27a69b !important; 
}
#topnav.top-nav-wrapper .navigation-menu > li:first-of-type a {
    min-width: 110px;
    text-align: center;
}
#topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li .submenu,
#topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li:first-child .submenu {
    left: 0px !important;
	background:#b1dfdb;
	margin-top: 3px;
}
#topnav.top-nav-wrapper .main-nav-menue {
    position: static;    
    margin-left: -20px;
	width: 58%;
}
#topnav.top-nav-wrapper .navigation-menu > li:first-of-type a {
    min-width: auto;
}
#topnav.top-nav-wrapper .navigation-menu .has-submenu.float-bar a {
    padding-left: 0px !important;
}
#topnav.top-nav-wrapper .navigation-menu > li {
    /*min-width: 112px;*/
	margin-right: -10px;
    font-size: 12px;
}
#topnav.top-nav-wrapper .navigation-menu > li .submenu li a {
    padding: 13px 30px !important;
    margin: auto !important;
}
#topnav.top-nav-wrapper .navigation-menu > li .submenu {
    border: none;
    padding: 0px 0;
	margin-top:0;
}
#topnav.top-nav-wrapper .app-search a {
    right: 10px;
}
#topnav.top-nav-wrapper .bg-success {
    background-color: #3ac9d6 !important;
}
#topnav.top-nav-wrapper {
    border-bottom: 1px solid #e2e2e2;
    min-height: 56px;
}
#topnav .app-search {
    margin-top: 9px !important;
}
#topnav.top-nav-wrapper .navigation-menu .has-submenu.float-bar a{
    padding-right: 0 !important;
	font-weight:400;
}
#topnav .main-module .navigation-menu > li .submenu{
    min-width: 92%;
	background:#b1dfdb;
}
/*#topnav .main-nav-menue .navigation-menu > li .submenu{
        position: absolute;
    
    z-index: 1;
    width: 100% !important;
    top: 52px; 
    overflow: hidden;
    right: 0 !important;
    left: -9px !important;   
}*/
#topnav .main-nav-menue .navigation-menu > li:first-child .submenu {
    left: -9px !important;
}
#topnav .navigation-menu > li:first-of-type a {
    padding: 16px !important;
}
#topnav .main-module  .navigation-menu > li .submenu li a {
    display: block !important;
    margin: auto 0px !important;
}
#topnav .has-submenu.active .submenu li.active > a {
    color: #fff !important;
    background:#27a69b !important;
}
#topnav .navigation-menu > li.has-submenu > .submenu {
	text-align:center;
}
#topnav.top-nav-wrapper .navigation-menu > li.active ul.submenu.megamenu{
	z-index:0;
	display: block;
}
#topnav.top-nav-wrapper .navigation-menu li.has-submenu.active {
    background: #018f83;
}
#topnav.top-nav-wrapper .navigation-menu li.has-submenu.float-bar.active {
    background: #c9debd;
}
/*top navbar css  end*/

.wrapper {
    padding-top: 92px !important;
}
h3.page-title,
.row.top-actions{
    margin-bottom: 0;
    margin-top: 9px;
}
.pull-right.action-buttons {
    padding-top: 10px;
	margin-bottom: 0 !important;
}
.action-buttons.marg-bot.marg-top {
    margin-top: 15px;
}
.form-control {
   line-height:18px;
    font-size: 12px;
}

/*9-05-17*/
/*fixed header table*/
.table-scroll tbody {
   /*position: absolute; */
    overflow-y: auto;
    height: 405px;
    width: 100%;
    display: block;
}

.table-scroll tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
}

.table-scroll thead > tr > th {
    border: 1px solid #fff;
}
.table-scroll thead > tr > th:first-child {
    border-left:none;
}
.table-scroll thead > tr > th:last-child {
    border-right:none;
}
/*fixed header table end*/

/*10 may 2017*/
.container.workmonitor-container {
    width: 100%;
    margin-top: -35px;
}
/*work monitor table css fix*/
.container.workmonitor-container .table-striped.table-scroll tbody{
	height:480px;
	/*min-height: 630px;*/
}
.container.workmonitor-container .table-striped.table-scroll thead tr th:nth-child(5){
	width: 65px;
}
.container.workmonitor-container .table-striped.table-scroll tbody tr td.c_type{
	width: 65px;
	text-transform:capitalize;
}
.container.workmonitor-container .table-striped.table-scroll thead tr th:nth-child(6),
.container.workmonitor-container .table-striped.table-scroll thead tr th:nth-child(7){
	width: 80px;
}
.container.workmonitor-container .table-striped.table-scroll tbody tr td:nth-child(6),
.container.workmonitor-container .table-striped.table-scroll tbody tr td:nth-child(7){
	width:80px;
}
.container.workmonitor-container .table-striped.table-scroll thead tr th:nth-child(8){
	width:160px;
}
.container.workmonitor-container .table-striped.table-scroll tbody tr td:nth-child(8){
	width:160px;
}
.container.workmonitor-container .table-striped.table-scroll thead tr th:nth-child(9){
	width:125px;
	text-align: center;
}
.container.workmonitor-container .table-striped.table-scroll tbody tr td:nth-child(9){
	width:125px;
}
.container.workmonitor-container .table-striped.table-scroll thead tr th:last-child{
	width:97px;
}
.container.workmonitor-container .table-striped.table-scroll tbody tr td:last-child{
	width:90px;
}
.table-striped.table-scroll .w_header_time span:last-child {
    float: right;
	margin-right: 12px;
}
.table-striped.table-scroll .w_header_time span{
	text-transform: capitalize;
	float: left;
}
.table-striped.table-scroll tbody td span.s_time_after {
    float: right;
}
.table-striped.table-scroll tbody td span.s_time_before {
    float: left;
}
/*work monitor table css fix end*/

/*11 05 17*/
.checkcall_inputfields{
	margin-top:15px;
}
/*#topnav .topbar-main .navbar-nav {
   width: 305px;
}*/

/*work monitor popup modal 17 05 17*/
.modal table.acord_header_info.table {
    margin-bottom: 0;
	font-size: 13px;
}
.modal .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
	padding: 0;
    border-radius: 0;
}
.modal .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}
#modal-info  .table.table-bordered{
	margin-bottom:0;
} 
/*18 05 17*/

.modal_panel_heading th{
	    width: 18%;
}
.acord_header_info.table tbody td:first-child,
.modal_panel_heading th:first-child{
    width: 30px;
}
.modal_panel_heading th:last-child{
	width: 91px;
}
.modal_panel_heading th:nth-child(6){
	width: 132px;
}
.modal_panel_heading th:nth-child(5){
	width: 151px;
}
.acord_header_info.table tbody td:last-child{
	min-width: 64px;
}
#modal-info .tab-content {
    padding: 0px 0 0 0;
    border: 1px solid #e2e2e2;
    border-top: none;
}
a{
    color: #0ba579;
}
/*22 sep 2017*/
.acord_header_info.table tbody td{
	    width: 19%;
}


/*25 may 2017*/
.table.h_detail_table .modal_panel_heading th{
	width:auto;
}

/*30 may 2017*/
@font-face {
    font-family: AvenirNextLTPro-Regular;
    src: url('../fonts/AvenirNextLTPro-Regular.otf');
}

/*02 06 17*/
.main-wrapper.activities .table-scroll thead tr th{
    text-align: center;
}
.general-info {
    padding: 10px;
}
.general-info label {
    min-width: 140px;
}
.general-info input {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0px 10px;
}

/*8 6 17 reports*/
.wrapper.report-content-area {
    padding-top: 50px !important;
}
/*15 06 17*/
.table {
    font-size: 11px;
    /*border-collapse: separate;
    border-top: 3px solid #36968b !important;
    border-spacing: 0px 2px;*/
}
.table tr{
	border-spacing: 0;
}
#site_id,#branch_id{
    font-size: 12px;
}
#view_listing_records {
    margin-top: 10px;
}

/*Info MODAL Design 12-06-2017*/
.modal-content .nav.nav-tabs + .tab-content {
    border: 1px solid #e2e2e2;
    border-top: none;
}
.info_details b{
    color: #009083;
    margin-bottom: 10px;
    display: block;
}
.info_details {
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 8px;
}

.info-modal-table {
    text-transform: capitalize;
    margin-bottom: 5px
}
.info-modal-table .b-text{
    text-transform: uppercase;
}
.info-modal-table .c-text{
    text-align: center;
}
.info-modal-table .t-head {
    background: #b1dfdc !important;   
}
.table-scroll.info-modal-table tbody {
    height: 150px;
}
.info-modal-table tbody tr td:first-child{
    color: #009083;
    font-weight: bold;
}
.info-modal-table>tbody>tr:nth-of-type(even) {
    background-color: #ebebeb;
}
/*05 july 2017*/

/*.main-wrapper {
    background-image: linear-gradient(left, #fafafa, #fafafa 16.8%, transparent 16.8%, transparent 100%);
	background-image: -webkit-linear-gradient(left, #fafafa, #fafafa 16.8%, transparent 16.8%, transparent 100%);
}
.bg-transparent {
    background-image: linear-gradient(left, #fafafa, #fafafa 20.7%, transparent 20.7%, transparent 100%);
	background-image: -webkit-linear-gradient(left, #fafafa, #fafafa 20.7%, transparent 20.7%, transparent 100%);
	padding-bottom: 50px;
}
.side-panel {
    background: #ddd;
}
.admin-wrapper.col-sm-2,
.main-panel .col-sm-2{
	background: #ddd;
    min-height: 800px;
}

body{
	padding-bottom:0;
}
*/
.h3, h3 {
	font-size: 20px;
    color: #333;
    font-weight: 500;
}

/*14 july 2017 client dashboard*/

.main-dashboard-wrapper {
    margin-top: 55px;
}
.main-dashboard-wrapper .heading {
    text-align: center;
    text-transform: uppercase;
    background: #f8f8f8;
    padding: 65px;
    margin: 50px 0;
}
.main-dashboard-wrapper .heading h1{
    font-size: 47px;
    font-weight: bold;
    color: #000;    
}
.section-module {
    padding: 0;
    text-align: center;
}
.section-module li {
    list-style: none;
    display: inline-block;
}
.section-module li a {
 	display: block;
	margin: 10px;
}
.section-module li a h3{
    text-transform: capitalize;
    font-weight: 400;
}

/*19 july 2017*/
.modal .main-wrapper{
	margin:0;
	padding:0;
}
.h_detail_table{
	border:none;
}
.table{
	position: relative;
}
.table:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background: #009966;
    height: 2px;
    width: 100%;
    top: -5px;
	left:0px;
}
.table.table-clend:before{
	display:none;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 5px 0 !important;
}

/*24 07 2017*/
.nav-bar-ios.navbar-iosmonitor {
    float: left;
    height: 55px;
}
.nav-bar-ios.navbar-iosmonitor .person-detail {
        padding: 18px 23px;
}
.nav-bar-ios.navbar-iosmonitor ul{
	padding:0;
	 margin-left: -6px;

}
.nav-bar-ios.navbar-iosmonitor .call {
    padding: 12px 0 20px;
}
/*28 07 2017*/
.main-panel b.heading-wrapper {
	font-size: 16px;
    font-weight: 600;
    /*margin-bottom: 5px;*/
    display: block;
    border-bottom: 2px solid #27a69b;
    padding-bottom: 2px;
    color: #000;
}

.role-wraper button.save {
    margin-left: -10px;
	float: left;
}
/*loader*/

#loadingmessage {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
}
#loadingmessage img {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 35%;
    left: 47%;
    z-index: 1;
    width: 100px;
}
/*31 07 2017 customer view page paste date*/
/*24 06 2017 customer view page actual date*/
.customer-inf{
    margin-top: 25px;
}
 .action .track {
    background: #fff;
    border: 1px solid #27a69b;
    color: #27a69b;
    text-transform: capitalize;
    padding: 5px 15px;
    min-width: 95px;
}
.action .activity {
    background: #27a69b;
    color: #fff;
    border: 1px solid #27a69b;
    text-transform: capitalize;
    padding: 5px 15px;
    min-width: 95px;
}
.clendar-inf-customer {
    background: #f7f7f7;
    padding: 12px;
        padding-left: 12px;
    padding-left: 30px;
    border-left: 4px solid #27a69b;
    margin-top: 37px;
}
.clendar-inf-customer .inf {
    background: #27a69b;
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    padding-top: 1px;
}
.h-bg{
    background: #27a69b ;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.clendar-inf-customer span{
    color: #fff;
    min-width: 105px;
    display: inline-block;
    text-align: center;
}
.clendar-inf-customer em {
    font-style: normal;
    min-width: 110px;
    display: inline-block;
}
.guards-active .side-panel{
    height: 205px;
    padding: 0 10px;
    margin-bottom: 0;
}
.guards-current-loc{
    width: 100%;
}
.guards-active{
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
}
.guards-active .table{
    margin-bottom: 0;
}
.border-b{
    border: 1px solid #27a69b;
    display: block;
    margin-bottom: 10px;
}
.guards-active  ::-webkit-scrollbar, 
.recent-rep  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.guards-active  ::-webkit-scrollbar-thumb ,
.recent-rep  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(163,175,183,.6);
    -webkit-border-radius: 10px;
}
.guards-active  ::-webkit-scrollbar-track ,
.recent-rep  ::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    background: rgba(228,234,236,.5);
    border-radius: 10px;
}
.dashboard-cards{
    padding-top: 50px;
}
.dashboard-cards p{
        margin: 0;
    border: 1px solid #e2e2e2;
    height: 100px;
    padding: 24px 0;
}
.dashboard-cards p span{
    display: block;
    text-align: center;
}
.dashboard-cards p strong{
    display: block;
    text-align: center;
    font-size: 18px;
}
.dashboard-cards div:nth-child(1) p{
    border-top: 4px solid #294549;
}
.dashboard-cards div:nth-child(2) p{
    border-top: 4px solid #4A817E;
}
.dashboard-cards div:nth-child(3) p{
    border-top: 4px solid #90C2B7;
}
.dashboard-cards div:nth-child(4) p{
    border-top: 4px solid #BBD7DA;
}


/*14 july 2017 client dashboard*/

.main-dashboard-wrapper {
    margin-top: 5px;
}
.main-dashboard-wrapper .heading {
	text-align: center;
    text-transform: uppercase;
    background: #ffffff;
    padding: 65px;
    margin: 95px 0 50px;
    box-shadow: 0px 0px 53px #13ad7212;
    border-radius: 5px;

}
.main-dashboard-wrapper .heading h1{
    font-size: 35px;
    font-weight: bold;
    color: #000;    
}
.section-module {
    padding: 0;
    text-align: center;
    padding: 3% 0;
}
.section-module li {
    list-style: none;
    display: inline-block;
}
.section-module li a img {
	padding: 0;
    background: transparent;
	width: 80%;
}

.section-module li:not(:last-child) {
 
}
.section-module li a h3{
    text-transform: capitalize;
    font-weight: 400;
	margin: 0;
}

/*25 july 2017 graphs*/
h1.dashboard-title {
    border-bottom: 3px solid #018f83;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 35px;
	text-align: left;
}
.stats-wrapper {
	border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 20px;
}
.stats-wrapper em {
	float: right;
    font-size: 28px;
    font-weight: 600;
    color: #363636;
    margin-top: -35px;
    font-style: normal;
}
.stats-wrapper span {
    font-size: 20px;
    color: #363636;
    text-transform: capitalize;
    display: block;
    text-align: left;
}
.wrapper_container .functions .side-panel {
    padding: 0;
}

/*4 08 17 workmonitr table*/

@-moz-document url-prefix() { 
  .workmonitor-container #tbl_workmonitor thead {
    display: block;
    padding-right: 11px;
}
}
.workmonitor-container #tbl_workmonitor tbody {
    overflow-y: scroll;
	height: 630px;
}
/*08 08 2017*/
text.highcharts-credits {
    display: none;
}

.card-box.widget-box-one {
    border-left: 4px solid #27a69b;
    padding: 8px 15px;
}
.card-box.widget-box-one .mdi {
    font-size: 45px;
    position: absolute;
    right: 0;
    top: 24px;
    color: #27a69b !important;
}
.card-box.widget-box-one p.font-600 {
    font-size: 15px;
}
.reports-total-hours td {
    font-size: 12px;
    font-weight: bold;
}
.reports-g-total-hours td {
    font-size: 12px;
	color:#000;
    font-weight: bold;
}
.reports-branch-name td,
.reports-post-name td,
.reports-location-name td,
.reports-employee-name td,
.reports-employee-pin td{
    background: #36968b;
    color: #fff;
    text-align: center;
}
.reports-branch-name td{
    background: #b1dfdb;
    color: #000;
}
.reports-location-name td{
	background: #BFF1EC;
    color: #000;
}
.reports-post-name td{
	background: #e8e8e8;
    color: #000;
}
#map-custom {
    height:  808px !important;
    margin-bottom: 20px;
	background: #ddd;
}
#map-custom.customer-dashboard-map {
    height: 660px !important;
}
/*11 08 2017*/
#topnav li.navbar-c-items:first-child {
    display: none;
}
.container.workmonitor-container .table-striped.table-scroll thead tr th:nth-child(3),
.container.workmonitor-container .table-striped.table-scroll tbody tr td:nth-child(3){
    width: 130px;
}
.container.workmonitor-container .table-striped.table-scroll tbody td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.modal .tab-pane input{
	width:100%;
    border: 1px solid #ddd;
}
/*16 08 2017*/
.footer .text-center span:first-child{
	margin-left:160px;
}
/*18 08 2017 poup listing view*/
.list-view{
	display: block;
	overflow-y: scroll;
	border: 1px solid #e2e2e2;
	height: 180px;
	padding-left: 15px;
}
.list-view li p,
.list-view li h5{
	margin-bottom: 0;
}
.list-view li{
	list-style: none;
}
.list-view a{
	display: inline-block;
	margin-bottom: 15px;
	cursor: pointer;
}
/*21 08 2017 */
#tbl_workmonitor{
	color:#000;
}
/*24 august 2017*/
.label.btn-danger{
	background-color: #f5707a !important;
    border: 1px solid #f5707a !important;
}
/*07 09 2017 location check calls*/
#alert_setting b.heading-wrapper {
   border-bottom: none; 
}
.emp-detail,
.loc-detail{
    margin-bottom: 2px;
    border-bottom: 2px solid #0c9965;
	margin-top: -21px;
}
.emp-detail h5,
.loc-detail h5{
    margin: 0;
    display: inline;
    margin-right: 10px;
    font-size: 16px;
}
.emp-detail span,
.loc-detail span{
	font-size:11px;
}
/*28 august 2017 top navbar login item*/
#topnav li.dropdown.navbar-c-items.customer-login {
    display: block;
}
.wrapper.default-content-wrap.customer-container {
    padding-top: 25px !important;
}
#topnav.top-nav-wrapper .main-nav-menue.customer-menu {
    margin-left: 0;
}
.customer-container .table:before {
    display: none;
}
.customer-container .table-scroll tbody {
    height: 140px;
}
/*28 august 2017--updatd--client dashborad redesign 21 08 2017*/
.m-top {
    margin-top: 50px;
}
.guards-current-loc{
    width: 100%;
    margin-top: 20px;
}
.guards-active{
    border: 1px solid #e2e2e2;
    margin-bottom: 8px;
}
/*30 08 2017*/
text.highcharts-credits {
    display: none;
}
/*12 09 2017 Calendar styling update*/
.table-clend.table-bordered > tbody > tr > td,
.table-clend.table-bordered > tbody > tr > th {
    border: 1px solid #e2e2e2;
}
/*13 09 2017 ___ Customer patrol reports style*/
.sch-detail-title {
    background: #F3F3F3;
    color: #000;
	font-weight: 500;
}
.onoff-sche{
	background: #f2f2f2;
}
.onoff-sche td:first-child {
    background: #009999;
    color: #fff;
}
.onoff-sche td{
	width: 170px;
}
.onoff-sche td:last-child{
	width: auto;
}
.chk-title {
    text-align: center;
    background: #27a69b;
    color: #fff;
}
.time-title {
    background: #009999;
    color: #fff;
}
.patrol-rep-div {
}
.patrol-rep-div .table:before {
    display: none;
}
.patrol-rep-div .table-patrol {
    margin-bottom: 0;
}
.sidebar-headings {
    color: #27a69b;
    font-weight: 600;
    width: 170px;
    background: #fff;
}
.schedule-div-main {
    border: 1px solid #ddd;
    margin-bottom: 50px;
}
.patrol-rep-div .table-bordered > tbody > tr.sch-detail-title > td,
.patrol-rep-div .table-bordered > tbody > tr.sch-detail-title > th {
    border: 1px solid rgba(243, 243, 243, 0.03);
}
tr.sch-detail-title:hover {
    background: #F3F3F3 !important;
}
.patrol-rep-div .table-patrol tbody {
    background: #f2f2f2;
}
.patrol-rep-div .table-bordered > tbody tr td{
	border: 1px solid #fff ;
}
.customer-report-left-section {
    height: 180px;
}

/*27 september 2017 employee detail page*/
#content.functions.admin-wrapper b,
#content_sickness.functions.admin-wrapper b{
    display: block;
    padding: 2px 5px;
    /*background: #f5f5f5;*/
    color: #000;
}
#content.functions.admin-wrapper p,
#content_sickness.functions.admin-wrapper p{
    /*border: 1px solid #e2e2e2;*/
    padding: 1px 5px;
	margin-bottom:2px;
	min-height: 21px;
}

#content.functions.admin-wrapper,
#content_sickness.functions.admin-wrapper,
#location_qualification.admin-wrapper,
#location_checkcalls.admin-wrapper{
    padding-top: 10px;
}

/*11 10 17 detail emp*/
.functions.admin-wrapper textarea {
    width: 100%;
    border-color: #e2e2e2;
    resize: none;
    min-height: 55px;
	color: #333333;
}

/*12 10 2017 user profile image*/
#topnav .topbar-main .profile {
    background: #e2e2e2;
}
#topnav .topbar-main .profile img {
    margin-top: -11px;
	height: 42px;
}
#topnav.top-nav-wrapper .topbar-main .logo.logo-customer img {
    margin-top: -11px;
}

.to-do.suggest-emp {
    margin-top: 35px;
}

/*trained emp 02 02 2018*/
.mileage-trained {
    float: right;
	width: 98px;
}
.mileage {
    display: inline-block;
    width: 75px;
}
.footer_help {
    color: #fff;
}
/*07 feb 2018 modal info style
.modal .user-detail span {
    border: 1px solid #e2e2e2;
    padding: 1px 5px;
    margin-bottom: 2px;
    display: block;
    color: #333;
    min-height: 21px;
}
.modal .user-detail b {
    margin-bottom: 12px;
    display: block;
    color: #333;
    display: block;
    padding: 2px 5px;
    background: #f5f5f5;
    color: #000;
}*/
/*08 02 2018 roster*/
.message-roster {
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
    margin-bottom: 14px;
}
.message-roster textarea{
	width: 100%;
    margin-bottom: 12px;
    border: 1px solid rgba(152, 152, 152, 0.8);
    padding: 7px 15px;
    resize: none;
}
.message-roster input{
	width: 100%;
}
/*Employee Info Page 02 02 2018*/
.emp-infor-wrapper {    
	padding: 10px 0;
}
.profile-pic {
	width: 177px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 6px;
    padding-bottom: 0;
    margin-right: 15px;
    padding-left: 0;
}
.profile-pic a{
	display: block;
}
.profile-pic a img {
    width: 100%;
}
.profile-pic ul {
    padding: 0;
    list-style: none;
	margin-top: 17px;
}
.profile-pic ul li label {
    min-width: 72px;
    color: #29a69c;
}
.profile-pic ul li span {
    color: #000;
}
.profile-data {
    width: auto;
    display: inline-block;
	padding: 8px 6px;
	vertical-align: top;
	padding-bottom: 0;
}
.edit-emp-btn {
    float: right;
    padding: 0;
    text-transform: capitalize;
    background: none;
    box-shadow: none;
    color: #ff8605;
    font-size: 12px;
	opacity: 0.9;
}
.edit-emp-btn:hover {
	box-shadow: none;
	color: #ff8605;
	opacity: 1;
}
.profile-data ul {
    padding: 0;
    list-style: none;
	margin-bottom: 0;
}
.profile-data ul li label {
    min-width: 75px;
    color: #0c9965;
    font-weight: 400;
}
.profile-data ul li span {
    color: #000;
}
.profile-action {
    width: 210px;
    display: inline-block;
	padding: 10px 6px;
	vertical-align: top;
	float:right;
	padding-right: 0;
}
.profile-action ul {
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}
.profile-action ul li label {
    min-width: 115px;
    color: #29a69c;
}
.color-green,
.profile-action .color-green {
	color: #14a461;
}
.profile-action ul li span {
    color: #000;
}
.color-red {
	color: #980000;	
}
.color-lightgrey {
	color: #a2a2a2;
}
.actn-nede p {
    margin-bottom: 5px;
    background: #ca0404;
    color: #fff;
    padding-left: 5px;
    padding-top: 2px;
	font-size: 12px;
}
.notes {
    padding: 2px 10px;
    border: 1px solid #ccc;	
}
.edit-notes-btn {
    float: right;
    padding: 2px 5px;
    text-transform: capitalize;
    background: #ff8605;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    opacity: 0.9;
    margin-top: -22px;
	padding-bottom: 0;
}
.notes-listing li.list {
    border-bottom: 1px solid #ececec;
	padding-top: 6px;
}
.notes-listing .list span em {
	font-style: normal;
	font-size: 12px;
}
.notes-listing {
    height: 105px;
    overflow-y: auto;
}
.notes h5 {
	margin-bottom: 2px;
    font-size: 12px;
    color: #b1b1b1;
}
.content-detail{
	margin-bottom: 4px;
	font-size: 16px;
    background: #f8f9fa;
    padding-left: 15px;
}
.content-detail h5 {
    margin-right: 10px;
    border-bottom: 2px solid #0c9964;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    padding-top: 10px;
    margin-right: 15px;
	margin-bottom: 5px;
    padding-bottom: 5px;
}
.profile-data.sub {
    margin-left: 25px;
}
.content-detail + .functions {
    background: #f8f9fa;
	padding-bottom: 15px;
    margin-top: -4px;
}
.table-custom-wrap {
    padding: 2px 14px;
    background: #f8f9fa;
    margin-top: -4px;
	min-height: 273px;
}
.table-custom-wrap table tbody tr:nth-child(2n) {
    background-color: #fff;
}
.table-custom-wrap table>tbody>tr>td{
	border-bottom:1px solid #ececec;
}
.profile-pic .thumbnail {
    box-shadow:none; 
	border-radius: 2px;
    padding: 0px;
}
/*Employee Info Page end*/ 
/* 13-02-18*/
/*Site Info Page*/
.loc-pic {
    width: 440px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 6px;
    padding-bottom: 0;
    height: 158px;   
    margin: 10px 0;
	margin-right: 15px;
}
.loc-pic a{
	display: block;
}
.loc-pic a img {
    width: 100%;
}
.site-infor-wrapper {    
    padding-bottom: 5px;
}
/*Site Info Page End*/

.employee_link,
.site_link,
.subcontractor_link,
.email_detail{
    cursor: pointer;
	color: #222;
}
/*14 02 2018*/
.wrapper.wrapper_container >.container {
    width: 100%;
}
 
/*15 feb 2018*/
#location_qualification {
    padding-left: 5px;
}
#company_dasboard_map {
    background: #ddd;
	min-height: 808px;
}

/*subcontractor page 05 03 2018*/
.subcontractor-wrap .checkbox {
    margin-bottom: 5px;
}
.subcontractor-wrap .checkbox label::after {
    margin-top: -2px;
}
.subcontractor-wrap .checkbox label::before {
    margin-top: 0px;
}
.subcontractor-wrap input,
.subcontractor-wrap textarea{
	width: 100%;
}
.subcontractor-wrap .table-bordered > tbody > tr > td,
.subcontractor-wrap .table-bordered > tbody > tr > th {
    border: 1px solid  #ddd;
}
.subcontractor-wrap table.table tbody tr:hover {
    background: transparent;
}
.subcontractor-wrap h5 {
    margin-right: 10px;
    border-bottom: 2px solid #059f7d;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
   	padding-top: 10px;
    margin-bottom: 12px;
    padding-bottom: 3px;
}

.subcontractor-wrap table input{
	margin-bottom: 0;
}
.subcontractor-wrap b.main-heading {
    color: #0c9965;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    border-top: 1px solid #ababab;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 2px;
}
.subcontractor-wrap .table:before{
	display:none;
}
.subcontractor-wrap {
    margin-top: -32px;
}
/*13 03 2018 changes/updates*/
.admin-dropdown tbody tr {
    border-bottom: 1px solid #ddd;
}
.admin-wrapper select, 
.admin-wrapper input {
	border: 1px solid #ddd;
}
.container.workmonitor-container .table-striped.table-scroll tbody td {
    border-top: none;
    border-left: none;
}
.modal input,
.modal select,
.modal textarea{
    border: 1px solid #ddd;
}
.menu-extras .notify-list li {
    border-bottom: 1px solid #ddd;
}
.menu-extras .notify-list li:last-child{
   border-bottom: none;
}
/*15 03 2018*/
/*employee table*/
.table-scroll.table-clend.table-bordered > tbody > tr > td, 
.table-scroll.table-clend.table-bordered > tbody > tr > th {
    border-top: none;
    border-left: none;
}
.table-scroll.table-clend.table-bordered > tbody > tr > td:last-child, 
.table-scroll.table-clend.table-bordered > tbody > tr > th:last-child{
    border-right: none;
}
/* location_post*/
.top-actions #location_post {
    min-width: 475px;
}
.modal .admin-dropdown tbody tr td:last-child,
.modal .admin-dropdown thead tr th:last-child{
    width: auto;
    text-align: left;
}
.tab-content>.tab-pane {
    padding-top: 5px;
}
/*19 03 2018 */
.events-sub-heading,
.customer-branch-add-sub-heading{
    color: #0c9965;
    font-size: 13px;
    border-top: 1px solid #ababab;
    margin-top: 5px;
    padding-top: 10px;
	display: block;
}
.select-incident-application {
    margin-bottom: 17px;
    margin-top: 6px;
}
#role_name,
#user_name{
    margin-bottom: 2px;
    border: none;
    border-bottom: 2px solid #0c9965;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
	pointer-events: none;
}
.admin-access-function,
.user-role-user-name{
	margin-top: -33px;
    padding: 5px 14px 20px;
    background: #f8f9fa;
}
.admin-access-function .admin-content {
    background: none;
}
.site-description span {
    width: 240px;
    height: 55px;
    width: 205px;
    overflow: scroll;
    height: 38px;
    display: block;
}
.add-new-role-btn {
    float: right;
    margin-bottom: 3px !important;
}
.user-role-user-name .table-wrapper {
	height: 377px;
    background: #fff;
    margin-top: 10px;
    margin-left: -10px;
}
select#contract {
    margin-bottom: 0;
}
h3.page-title ~ .action-buttons {
    margin-bottom: 0px !important;
    padding-top: 0;
}

/*20 03 2018 CallTaker*/
.calltaker_tbl.table tr.row_call_taker:visited td,
.calltaker_tbl.table tr.row_call_taker:focus td,
.calltaker_tbl.table tr.row_call_taker:hover td,
.calltaker_tbl.table tr.row_call_taker.active td,
.calltaker_tbl.table tr.row_call_taker:active td {
    background: #ADD8E6;
	cursor: pointer;
}
.calltaker_tbl {
    margin-top: 10px;
}
.calltaker_tbl.table-scroll tbody tr td,
.calltaker_tbl.table-scroll thead tr th{
	width:auto !important;
}
.container.workmonitor-container .table-striped.calltaker_tbl.table-scroll tbody{
	height: auto;
}
/*22 03 2018 location site*/
.contract-schedule-variance{
	font-size: 10px;
    float: right;
    margin-top: 11px;
}
.contract-schedule-variance label{ 
	display: inline-block;
	margin-bottom: 0;
}
.contract-schedule-variance span{	
    display: inline-block;
}
.contract-schedule-variance em{
	font-style: normal;
	color: #29a69c;
}
.contract-schedule-variance input{
	display: inline-block;
    width: 48px;
    border: none;
    height: 17px !important;
    text-align: left;
}
/*04 04 2018*/
.modal textarea {
    min-height: 50px;
}
/*21 05 2018 email communication*/
#upload_prev {
    border: 1px solid #e2e2e2 !important;
    width: 100% !important;
    height: 65px;
    overflow: auto;
}
.file-Upload,
.file-Upload:hover {
	background: #0c9965 !important;
    border: 1px solid #0c9965 !important;
    box-shadow: none;
    border-radius: 2px;
    margin: 5px 0px !important;
}
.modal-communication-email .modal-dialog {
    width: 1032px;
}
.modal-communication-email .checkbox label::after,
.modal-communication-email .checkbox label::before {
    top: -3px;
}

/*term and reset pass 04-06-2018*/

.wrapper-page.terms {
	max-width: 650px;
}
.terms-msg {
	overflow-y: auto;
	height: 335px;
}
.bg-new-pass{
	background: #f7f7f7;
	padding: 15px;
}
.terms .modal-cancel{
	text-transform: capitalize;
}
/*05-06-18 dashboard table*/
.user_content_tbl.table-scroll tbody {
    height: 140px;
    overflow-y: scroll;
}
.user_content_tbl.table-scroll thead > tr > th:last-child{    
    width: 151px;
	text-align: left;
}
.user_content_tbl.table-scroll tbody > tr > td:last-child{    
    width: 133px;
	text-align: left;
}
.user_content_tbl.table-scroll thead > tr > th:nth-last-child(2){
	width: 250px;
}
.user_content_tbl.table-scroll tbody > tr > td:nth-last-child(2){
	width: 250px;
}


/*06 06 2018 news-feeds*/
.news-feed .notifications-detail .image {
	width: 56px;
	text-align: center;
	margin-right: 32px;
}
.news-feed .notifications-detail .image img {
	border-radius: 50%;
	border: 1px solid #ddd;
	width: 42px;
	height: 42px;
	margin: 0 auto;
}
.news-feed .notifications-detail .image h6 {
	margin-top: 2px;
	margin-bottom: 0;
}
.notify.news-feed {
	background: #fff;			
	padding: 15px;
	overflow-y: auto;
	height: 430px;
    padding-left: 0;
	padding-right:0;
	overflow-x: hidden;
}
.news-feed .inner-wrapper-content.content {
	padding-top: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	border-left: 4px solid #28a69b;
}
.news-feed .notifications-detail {
	margin-bottom: 5px;
}
.news-feed .notifications-detail .details ul {
	margin-bottom: 10px;
	font-size: 10px;
}
.news-feed-title{
	text-transform: uppercase;
}
.main-wrapper.news-wrapper{
	padding: 0;
}

/*05-07-18 employee ingo adress*/
.address-emp span {
    display: inline-block;
    overflow: scroll;
    width: 237px;
    vertical-align: top;
    white-space: nowrap;
}
/*11-07-2018 traker sms page*/
.switch .nav-tabs>li.active>a,
.switch .nav-tabs>li.active>a:focus,
.switch .nav-tabs>li.active>a:hover {
    border-bottom-color: #ddd;
    border-radius: 0;
}


/*yellow autofill inputs remove*/
@-webkit-keyframes autofill {
    to {        
        background: transparent;
    }
}
/*input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}*/


/*25 july 2018 checkcalls refienments*/
.inline-input + label{
	display: block;
}
#CheckCallTimeInterval .dropbox {
    vertical-align: top;
    margin-right: 35px;
}
#CheckCallTimeInterval .dropbox input {
    width: 75px;
}
.alerts-detail .radio{
	margin-bottom: 0;		
}
label.interval-pattern {
    margin-top: 8px;
}
#interval_day td:hover,
#interval_day td:focus{
    background: #ADD8E6 !important;
}
#home-b1 table thead tr th:last-child,
#home-b1 table tbody tr td:last-child,
.last-cell{
    max-width: 250px;
}
/*01-08-18 */
.column.actions a {
    cursor: pointer;
}
/*07-08-18 error styling*/
label.error {
    margin-top: 0;
    margin-bottom: 0;
}
label.error p {
    margin-bottom: 0;
    font-size: 10px;
}
.modal label.error {
    display: table;
    margin-top: -13px;
	margin-bottom: 5px;
}
#form_email .side-panel li {
    text-transform: initial;
    white-space: nowrap;
}
.start-div{
	position: relative;
}
span.star {
    position: absolute;
    left: 2px;
    top: 0;
}
.start-div span.star {
    left: -7px;
}
/*13-08-18 add usermodal*/
.comp-branch-list table tbody .checkbox.checkbox-custom {
   	margin-left: 9px;
    margin-bottom: 2px;
    margin-top: 3px;
}
.comp-branch-list .checkbox.checkbox-custom label::before,
.comp-branch-list .checkbox.checkbox-custom label::after{
    top: -3px;
}
.comp-branch-list .users-role-content.table {
    height: 180px;
}
.comp-branch-list .table-wrapper {
    height: 200px;
}
.comp-branch-list .users-role-content.table tbody {
    height: 162px;
	overflow: scroll;	
}
.comp-branch-list table thead label {
    margin-top: 3px;
}
.alert {
    padding: 8px;
    margin-bottom: 10px;
}
#topnav.top-nav-wrapper .main-module .navigation-menu > li > a:hover,
#topnav.top-nav-wrapper .main-module .navigation-menu > li > a:focus,
#topnav.top-nav-wrapper .main-module .navigation-menu > li > a.active {
    background-color: inherit !important;
}
/*17-08-2018 flashreport and bulletn*/
.email-message-body {
    margin-top: 12px;
    height: 250px;
    overflow-x: auto;
    border: 1px solid #ddd;
	margin-bottom: 10px;
}
.modal-body .email-message-body img {
    border: none;
}

/*28 aug 2018*/
.navbar-nav > li > .dropdown-menu li.text-center {
    padding-left: 20px;
    text-align: left;
}
/*26-08-18 add new user refine*/

.user_branch_site_role_div {
    margin-top: 15px;
}
.user_branch_site_role_div .radio.radio-custom {
    margin-bottom: 0;
}
.user_branch_site_role_div .user-branch-table {
    margin-top: 13px;
}
.user_branch_site_role_div select,
.user_branch_site_role_div input{
    margin-bottom: 13px;
	border-color:#e2e2e2;
}
.user_branch_site_role_div input{
	background:#fff;
}
.user_branch_site_role_div .side-panel.modal-list-alluser {
    height: 252px;
}
.user_branch_site_role_div .to-do {
    margin-top: 80px;
}
.user-role-user-name .user_branch_site_role_div .table-wrapper {
    height: 342px;
}
.user-role-table .table-wrapper{
	height: 240px;
}
.user-role-table.comp-branch-list .users-role-content.table tbody {
    height: 203px;
    overflow: scroll;
}
.modal .user-branch-table .side-panel.modal-list-alluser {
    height: 115px;
}
.modal .user-branch-table .to-do {
    margin-top: 18px;
}
/*28 sep 2018*/
.user_branch_site_role_div .users-role-content.table tbody {
	overflow-y: auto;
    height: 305px;
}
.user-role-user-name .users-role-content.table .checkbox label {
    line-height: 23px;
}
.user-role-user-name .users-role-content.table .checkbox label::after {
    top: -1px;
}
/*maps info window position 10-10-18
.loc-pic .gm-style-iw{
	top:1px !important;
}
.loc-pic .gm-style-iw > div{
  min-height:20px !important;  
}
.loc-pic img.gm-ui-hover-effect {
    margin-top: -6px !important;
}*/
/*sweet alert*/
.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}
.swal2-popup .swal2-styled{
    background-color: #009966 !important;
}
.sea-green{
	color: #26a69a;
}
/*25-10-2018 deafult info detail*/
.default-info-box {
    padding: 0 15px;
}
.default-info-box label {
    min-width: 150px;
    color: #000;
}
.default-info-box .modified-by{
	padding-left: 0 !important;
}
/*05-11-18 datatable select*/
div.dataTables_wrapper div.dataTables_length select {
    line-height: 22px;
}
/*06-11-18 timepicker*/
.bootstrap-timepicker-widget.dropdown-menu.open {
    z-index: 1060 !important;
}
/*on click open main nav menu 06-11-18*/
#topnav .main-nav-menue .navigation-menu > li.has-submenu.active .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
}
#topnav .main-nav-menue .navigation-menu > li.has-submenu.active .submenu li.active > a{
    color: #494e53 !important;
    background: transparent !important;
    border-bottom: 3px solid #0da777;
}
.main-nav-menue .submenu li.active a{
	color: #494e53 !important;
    background: transparent !important;
    border-bottom: 3px solid #0da777 !important;
}

/*add user ssign site modal 23-11-18*/
.assign-site-employee .emp-detail{
    margin-top: 0px;
    margin-bottom: 10px;
}
.assign-site-employee .emp-detail h5 {
    font-size: 12px;
}
.assign-site-employee{
	height: 352px;
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
}
.modal .assign-site-employee {
    height: 200px;
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
}
/*pointer cursor issue for IE 10+ 27-11-18*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body{
		pointer-events: all !important;
	}    
}
/*NEW YEAR UPdate*/

/*login page redesign 16-11-18*/
.login-wrapper {
    margin-bottom: -55px;
}
.login-main-box {
	position: relative;
}

.login-wrapper::before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(to top, #09a37a 0%, #26c061 100%);
	-webkit-clip-path: polygon(55% 0, 100% 0%, 100% 100%, 40% 100%);
	clip-path: polygon(55% 0, 100% 0%, 100% 100%, 40% 100%);
}

.login-main input.form-control {
	line-height: 18px;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
background:transparent;
}

.login-btn {
	color: #10aa74;
	background: #fff;
	border: 1px solid #fff;
	margin-top: 20px;
}

.login-main .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #dadada;
}

.login-main .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #dadada;
}

.login-main .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #dadada;
}

.login-main .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #dadada;
}
/* Change Autocomplete styles in Chrome*/
.login-main input:-webkit-autofill,
.login-main input:-webkit-autofill:hover, 
.login-main input:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
}
/* Change autocomplete styles in WebKit */
/*.login-main textarea:-webkit-autofill,
.login-main textarea:-webkit-autofill:hover
.login-main textarea:-webkit-autofill:focus,
.login-main select:-webkit-autofill,
.login-main select:-webkit-autofill:hover,
.login-main select:-webkit-autofill:focus*/

.login-main input:-webkit-autofill,
.login-main input:-webkit-autofill:hover, 
.login-main input:-webkit-autofill:focus {
  	border-bottom: 1px solid #fff;
  	-webkit-text-fill-color: #fff;
  	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
  	transition: background-color 5000s ease-in-out 0s;
}

.login-image-box {
	width: 65%;
	margin: 0 auto;
	position: relative;
}

.login-image-box img {
	width: 100%;
}

.login-footer-inf {
	color: #fff;
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	text-align: center;
	right: 20px;
	width: auto;
}

.footer_help {
	margin: 0px 15px 0 0;
    color: #86e85b;
}
.footer_help:hover{
	color:#00ff16;
}

.col-box {
	display: table;
	width: 100%;
	height: 99.9vh;
	background: #f2f8f9;
	border: 55px solid #fff;
	border-left: 45px solid #fff;
	border-right: 45px solid #fff;
}

.col-inf {
	display: table-cell;
	padding: 16px;
	width: 50%;
	vertical-align: middle;
}

.login-logo img {
	margin-bottom: 30px;
}

/*error/success msg login*/
.login-main .has-error .form-control:focus {
    border-color: #86e85b;
    box-shadow: 0 1px 0 #86e85b;
}
.login-main .alert.alert-danger{
	background-color: #86e85b;
    border-color: #86e85b;
}
.login-main .alert.alert-success{
	background-color: #e0f1eb;
    border-color: #e0f1eb;
	color:#000 !important;
}
/*profile page 28-11-18*/            
.profile-main-wrapper .col-box {
	display: table;
	width: 100%;
	height: 99.9vh;
	background: #fff;
}
.profile-main-wrapper .col-inf {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 55px 0;
}
h3.page-title.profile-title {
	position: absolute;
	top: 28px;
	left: 26px;
}
.profile-box {
	margin-bottom: -55px;
}
.profile-box::before{
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(to left top, #09a37a 0%, #26c061 100%);
	-webkit-clip-path: polygon(50% 0, 100% 0%, 100% 100%, 50% 100%);
	clip-path: polygon(50% 0, 100% 0%, 100% 100%, 50% 100%);
}
.profile-wraper {
	background: #fff;
	padding: 50px 50px 35px;
	border: 1px solid #dedede;
	text-align: center;
	position: relative;
	width: 485px;
	margin: 0 auto;
    border-radius: 3px;
}
.profile-box .change-actn{
	list-style: none;
	padding: 0;
	margin-top: 16px;
	text-align: center;
}
.profile-box .change-actn li{
	display: inline-block;
	width: 49.5%;
	cursor: pointer;
}
.profile-box .sub-detail {
	margin: 15px 0 10px;
}
.profile-box .sub-detail span {
	vertical-align: middle;
	padding: 0 10px;
	position: relative;
}
.profile-box .sub-detail span:first-child::after{
	content: '';
	height: 16px;
	width: 1px;
	background: #757575;
	right: -2px;
	position: absolute;
	top: 0px;
}
.profile-box .inf {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 35px 0 0;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
}
.profile-box .inf li {
	padding: 5px 10px 8px;
	display: inline-block
}
.profile-box .inf li small,
.profile-box .sub-detail small{
	color: #0ba579;
}
.profile-box .inf li p{
	margin-bottom: 0;
}
.profile-wraper  .dropdown-menu > li > a{
	cursor:pointer;
}
.profile-wraper .profile-image {
    width: 150px;
    height: auto;
    margin: 0 auto;
}
.profile-wraper .profile-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}
/*top navbar select module  3673linecomment 598corecsscommentstyle 513menucssremoveborder 2508lineremovebackground*/
#topnav.top-nav-wrapper .topbar-main {
	background: linear-gradient(to top left, #09a37a 0%, #26c061 100%) !important;
}
#topnav.top-nav-wrapper .navigation-menu .has-submenu.float-bar {
	background: transparent;
	display: inline-block !important;
	min-width: 60px;
	border-left: 1px solid #009966;
	margin-right: -3px;
}
#topnav.top-nav-wrapper .navigation-menu > li > a {
	position: relative;
}
#topnav.top-nav-wrapper {
	border-bottom: none;
	min-height: 55px;
}
#topnav .main-module .navigation-menu > li .submenu {
	background: #f3f7f8;
}
#topnav.top-nav-wrapper .navigation-menu .has-submenu.float-bar > a {
	padding: 16px 0 !important;
	background: #0ca579;
}
#topnav.top-nav-wrapper .navigation-menu li:last-child.has-submenu.float-bar {
	border-right: 1px solid #009966;
}
#topnav .navigation-menu > li > a i {
	margin-right: 0;
	color: #fff;
	display: block !important;
}
#topnav.top-nav-wrapper .navigation-menu > li > a:hover, #topnav.top-nav-wrapper .navigation-menu > li > a:focus, #topnav.top-nav-wrapper .navigation-menu > li > a.active {
	background-color: transparent !important;
}
#topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li > a:hover::before,
#topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li > a:focus::before,
#topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li > a.active::before,
#topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li.has-submenu.active > a::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	background: #098a55;
	left: 0;
	right: 0;
}
#topnav.top-nav-wrapper .navigation-menu .has-submenu.float-bar > a:hover {
	background: #1ab26d !important;
}
#topnav .navigation-menu > li a:hover i, 
#topnav .navigation-menu > li a:active i, 
#topnav .navigation-menu > li a:focus i,
#topnav .navigation-menu > li:hover a i{
	color: #fff;
}
#topnav.top-nav-wrapper .navigation-menu li.has-submenu.active {
	background: transparent;
}
#topnav .navigation-menu > li .submenu {
	left: 70px !important;
}
#topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li .submenu, #topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li:first-child .submenu {
	background: #f3f7f8;
}
#topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li .submenu li a {
	padding: 13px 30px 9px !important;
	border-bottom: 3px solid transparent;
}                
#topnav.top-nav-wrapper .main-nav-menue .navigation-menu > li .submenu li a:hover {
	color: #494e53 !important;
	background: transparent !important;
	border-bottom: 3px solid #0da777;
}
#topnav.top-nav-wrapper .main-module .navigation-menu > li .submenu.icons-menu li{
	border-bottom: 1px solid #ebebeb;
}
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a {
	text-align: left;
	padding-left: 28px !important;
	margin-left: 10px !important;
}
#topnav.top-nav-wrapper .main-module .navigation-menu > li .submenu li a:hover {                    
	color: #0da777 !important;
}                
/*#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-admin{
	background: url("../../assets/images/admin.png") no-repeat center left !important;
	background-size: 15px !important;
}
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-schedule{
	background: url("../../assets/images/sched.png") no-repeat center left !important;
	background-size: 15px !important;
}
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-activity{
	background: url("../../assets/images/activity.png") no-repeat center left !important;
	background-size: 19px !important;
}
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-cli{
	background: url("../../assets/images/cli.png") no-repeat center left !important;
	background-size: 13px !important;
}
#topnav.top-nav-wrapper .main-module .navigation-menu > li .submenu li a.nav-reports{
	background: url("../../assets/images/rep.png") no-repeat center left !important;
	background-size: 13px !important;
}
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-comms{
	background: url("../../assets/images/com.png") no-repeat center left !important;
	background-size: 15px !important;
}
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-vehicle{
	background: url("../../assets/images/vehicle.png") no-repeat center left !important;
	background-size: 20px !important;
}
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-incident{
	background: url("../../assets/images/incident.png") no-repeat center left !important;
	background-size: 19px !important;
}
#topnav.top-nav-wrapper .main-module .navigation-menu > li .submenu li a.nav-reminder {
	background: url(../../assets/images/alarm.png) no-repeat center left !important;
	background-size: 17px !important;
}*/
#topnav.top-nav-wrapper .main-module li a.nav-dashboard img,
#topnav.top-nav-wrapper .main-module li a.nav-list img{
	width: 23px;
} 
.mob-title span{
	display: none;
}
#topnav .topbar-main .profile{
	border-radius: 50%;
}
#topnav .has-submenu.active .submenu li.active > a {
    color: #0da777 !important;
}
.wrapper {
    padding-top: 96px !important;
}

#topnav.top-nav-wrapper .topbar-main .nav > li > a .mdi.mdi-email:before {
	content: "";
	background: url(../../assets/images/notify-mail.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;
	background-position: center center;
}
#topnav.top-nav-wrapper .topbar-main .nav > li > a .mdi.mdi-bell:before {
	content: "";
	background: url(../../assets/images/notify-bell.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 27px;
	height: 27px;	
	background-position: center center;
}
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li {
    border-bottom: 1px solid #ebebeb;
}
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li:last-child {
    border-bottom: none;
}
.menu-extras ul.notify-list{
	background: #f3f7f8;
	overflow-y: auto;
}
.menu-extras .notify-list li {
    border-bottom: 1px solid #ebebeb;
}
.menu-extras i.ti-user,
.menu-extras i.ti-power-off {
    color: #0da777;
}
#topnav.top-nav-wrapper .topbar-main .badge {
    background: #fff !important;
    color: #000;
	min-width: 20px;
    min-height: 20px;
}
#topnav li.navbar-c-items#work-monitor-messages{
	border-right: 1px solid #009966;
	border-left: 1px solid #009966;
}
#topnav li.navbar-c-items#work-monitor-notifications{
	border-right: 1px solid #009966;
}
/*pointer cursor issue for IE 10+ 27-11-18*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body{
		pointer-events: all !important;
	}    
}
/*schedule partol 07-12-18*/
.assign-patrol .patrol-heading h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 3px solid #36968b;
    font-size: 12px;
}
.patrol-point-modal .side-panel.used-func {
    height: 200px;
}
.patrol-point-modal  #patrol_list_right.side-panel.used-func {
    height: 176px;
}
.patrol-point-modal  .to-do {
    margin-top: 65px;
}
.mt-patrol{
	margin-top: 115px;
}
/*location qr code 11 12 18*/
.site-qr-btn h5 {
    display: inline-block;
    border-bottom: none;
	margin-top: 4px;
}
.site-qr-btn button {
    float: right;
    margin-right: 15px;
    background: #0c9965;
    border: 1px solid #0c9965;
    color: #fff;
    padding: 4px 18px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: auto;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 8px;
}
/*general info 12 12 18*/
.tab-content .general-info .emp-detail,
.tab-content .general-info .loc-detail {
    margin: 10px 0 5px;
    padding-bottom: 4px;
}
.tab-content .general-info label {
    min-width: 75px;
    color: #000;
}
.tab-content .general-info input {
    pointer-events: none;
    display: inline-block;
    width: 50%;
    border: none;
	margin-bottom: 0;

}
.tab-content .general-info label b {
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: 0;
}
/*Reports section*/
.report-upper-row {
    background: #FBFCFC;
    padding: 15px;
    border: 1px solid #F3F3F3;
	margin-bottom:10px;
}
.report-wrapper select {
    margin-bottom: 15px;
    background-color: transparent;
}
.report-wrapper .options .radio-custom {
    display: inline-block;
    margin-right: 25px;
}
.date-to-from-div .input-group {
    width: 185px;
    display: inline-table;
	margin-right:10px;
}
.report-upper-row .side-panel {
    background: transparent;
}

.date-to-from-div {
    margin-top: 12px;
}
.date-to-from-div button {
    display: block;
    margin-top: 10px;
}
.mdi-calendar:before{
	content: '';
    background: url(../../assets/images/calendar-icon.png) no-repeat;
    display: block;
    background-size: contain;
	width: 14px;
    height: 13px;
    background-position: center center;
}
/*datepicker customization 18-12-18*/
.datepicker th{
    text-transform: inherit;
}
.datepicker th.dow {
    color: #42b26d;
    border-top: 1px solid;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background:linear-gradient(to left, #09a37a 0%, #26c061 100%) !important;
	background:-webkit-linear-gradient(to left, #09a37a 0%, #26c061 100%) !important;
	background:-moz-linear-gradient(to left, #09a37a 0%, #26c061 100%) !important;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled.disabled, 
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover, 
.datepicker table tr td span.active.disabled:hover.active, 
.datepicker table tr td span.active.disabled:hover.disabled, 
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active.disabled:hover:hover, 
.datepicker table tr td span.active.disabled:hover[disabled], 
.datepicker table tr td span.active.disabled[disabled], 
.datepicker table tr td span.active:active, 
.datepicker table tr td span.active:hover, 
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active:hover.disabled, 
.datepicker table tr td span.active:hover:active, 
.datepicker table tr td span.active:hover:hover, 
.datepicker table tr td span.active:hover[disabled], 
.datepicker table tr td span.active[disabled] {
    background-color: #0fa677;
	color: #fff;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #09a37a;
    background-image: -moz-linear-gradient(to bottom,#09a37a,#26c061);
    background-image: -ms-linear-gradient(to bottom,#09a37a,#26c061);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#09a37a),to(#26c061));
    background-image: -webkit-linear-gradient(to bottom,#09a37a,#26c061);
    background-image: -o-linear-gradient(to bottom,#09a37a,#26c061);
    background-image: linear-gradient(to bottom,#09a37a,#26c061);
}

/*19-12-18 action item custom icons*/
.fa-pencil:before{
	content: '';
    background: url(../../assets/images/icon_edit.png) no-repeat;
    display: block;
    background-size: contain;
	width: 14px;
    height: 13px;
    background-position: center center;
}
.fa-trash-o:before{
	content: '';
    background: url(../../assets/images/icon_del.png) no-repeat;
    display: block;
    background-size: contain;
	width: 14px;
    height: 13px;
    background-position: center center;
}
.fa-eye:before{
	content: '';
    background: url(../../assets/images/icon_view.png) no-repeat;
    display: block;
    background-size: contain;
	width: 16px;
    height: 13px;
    background-position: center center;
}
.fa-envelope:before {
    content: '';
    background: url(../../assets/images/envelope.png) no-repeat;
    display: block;
    background-size: contain;
    width: 14px;
    height: 12px;
    background-position: center center;
}
 
.fa-comments:before {
    content: '';
    background: url(../../assets/images/speech-bubbles-comment-option.png) no-repeat;
    display: block;
    background-size: contain;
    width: 14px;
    height: 13px;
    background-position: center center;
}

/*activity monitor redesign 21-12-18*/
/*latest css 19-12-18*/
.basic-stats{
    padding: 0;
    margin: 0;
    margin-left: 8px;
    margin-bottom: 15px;
    display: flex;
}
.basic-stats li {
    padding: 12px 15px;
    list-style: none;
    border-left: 5px solid;
    vertical-align: middle;
    margin-left: 8px;
    width: 100%;
	box-shadow: 0px 0px 9px #13ad7212;
    border-radius: 2px;
    color:#222;
	text-transform: uppercase;
}
.basic-stats li a {
    color:#222;
	pointer-events: none;
}
.basic-stats li:nth-child(1){
    border: 0;
    padding: 0;
    list-style: none;
    border-left: 0;
    margin-left: 0;
    width: 100%;
	box-shadow: none;
}
.basic-stats li .activity-title{
   text-transform:uppercase;
    width: 189px;
}
.basic-stats li:nth-child(2){
    border-left-color: #259ed8;
}
.basic-stats li:nth-child(3){
    border-left-color: #26a69a;
}
.basic-stats li:nth-child(4){
    border-left-color: #6b5fb5;
}
.basic-stats li:nth-child(5){
    border-left-color: darkorange;
}
.basic-stats li:nth-child(6){
    border-left-color: chartreuse;
}
ul.map-actn {
    padding: 0;
    list-style: none;
    border-bottom: 3px solid #13ab73;
    background: #f3f7f8;
    padding-bottom: 1px;
}
.map-actn li {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 8px 10px;
}
.map-actn li .radio {
    display: inline-block;
    margin: 0;
    margin-left: 0px;
    margin-bottom: -3px;
}
.work-btn-box{
    display: flex;
    width: 100%;
}

.work-btn-action{
    padding: 0;
    padding-top: 44px;
    height: 67px !important;
    margin-right: 0px;
    border-radius: 0;
    border-color: #009966;
    color: #009966;
    margin-bottom: 15px;
    display: table-cell;
    width: 100%;
    text-transform: capitalize;
    font-weight: 400;
	border-right:none;
}
.work-btn-action:nth-last-child(2){
	border-right:1px solid;
}
.work-btn-action#btn_take{
    background: url(../../assets/images/team/activity_take.png) no-repeat, linear-gradient(180deg, #13ab73 61%, transparent 32%);
    background-size: 20px, auto;                
    background-position: center 22%;
}
.work-btn-action#btn_allocate{
    background: url(../../assets/images/team/activity_allocate.png) no-repeat, linear-gradient(180deg, #13ab73 61%, transparent 32%);
    background-size: 20px, auto;               
    background-position: center 22%;
}
.work-btn-action#btn_delete{
    background: url(../../assets/images/team/activity_del.png) no-repeat, linear-gradient(180deg, #13ab73 61%, transparent 32%);
    background-size: 20px, auto;               
    background-position: center 22%;
}
.work-btn-action#btn_confirm{
    background: url(../../assets/images/team/activity_confirm.png) no-repeat, linear-gradient(180deg, #13ab73 61%, transparent 32%);
    background-size: 20px, auto;                 
    background-position: center 22%;
}
.work-btn-action#btn_approve{
    background: url(../../assets/images/team/activity_approve.png) no-repeat, linear-gradient(180deg, #13ab73 61%, transparent 32%);
    background-size: 20px, auto;                 
    background-position: center 22%;
}
.work-btn-action#btn_time{
    background: url(../../assets/images/team/activity_time.png) no-repeat, linear-gradient(180deg, #13ab73 61%, transparent 32%);
    background-size: 20px, auto;                
    background-position: center 22%;
}
.work-btn-action#modal-comment-btn{
    background: url(../../assets/images/team/activity_comment.png) no-repeat, linear-gradient(180deg, #13ab73 61%, transparent 32%);
    background-size: 20px, auto;               
    background-position: center 22%;
}
.work-btn-action#btn_ios_monitor{
    background: url(../../assets/images/team/activity_tracker.png) no-repeat, linear-gradient(180deg, #13ab73 61%, transparent 32%);
    background-size: 20px, auto;                 
    background-position: center 19%;
}
.work-btn-action#btn_search{
    background: url(../../assets/images/team/activity_search.png) no-repeat, linear-gradient(180deg, #13ab73 61%, transparent 32%);
    background-size: 20px, auto;                
    background-position: center 22%;
}

#tbl_workmonitor.table:before {
    display: none;
}
.main-wrapper.activities .full-page-table thead tr th {
    background: #f3f7f8;
    color: #009966;
    padding: 10px;
}
/*line pages.css 4305*/
@-moz-document url-prefix() { 
    .workmonitor-container #tbl_workmonitor thead {
        display: table-header-group;
        padding-right: 0;
    }
    /*.work-btn-action {
        margin-right: -4px;

    }*/
}
.main-wrapper.activities .full-page-table > tbody > tr > td,
.main-wrapper.activities .full-page-table > tbody > tr > th {
    border: 1px solid #ebebeb;
}
.table-scroll thead > tr > th {
    border: 1px solid #ebebeb;
    width: auto;
}
.notify-tab .nav-tabs > li > a {
    color: #afafaf;
    text-transform: capitalize;
    font-weight: 400;
}
.notify-tab .nav-tabs > li{
	border-right: 1px solid #ddd;
}
.notify-tab .nav-tabs > li:last-child{
	border-right: none;
}
.notify-tab .nav-tabs > li.active > a,
.notify-tab .nav-tabs > li.active > a:focus,
.notify-tab .nav-tabs > li.active > a:hover {
    color: #009966;
    border: none;
    border-radius: 0;
    background: #f3f7f8;
}
.notify-tab .nav-tabs > li > a {
    border: none;
    border-radius: 0;
}
.notify-tab  .nav>li>a {
    padding: 8px 12px;
}
.notify-tab .tab-content {
    border-top: 3px solid #13ab73;
}
.notify-tab .nav-tabs {
    border-bottom: 1px solid transparent;
    background: #f3f7f8;
}
.notify-tab .media{
    position: relative;
    z-index: 1;
    margin-top: 0;
	padding:8px;
}
.notify-tab .media-body {
    padding-bottom: 25px;
}
.notify-tab .media::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 28px;
    top: 0;
    background: #ddd;
    z-index: -1;
}
#content_activity .new-activity {
    background: #f7f7f7;
    border-radius: 3px;
}

.notify-tab .e-alert{
    background: url(http://misentinel.metier360.com/assets/images/team/e_alert.png) no-repeat !important;
    background-size: 18px !important;
    background-position: 78% 30% !important;
}
.notify-tab .tab-pane {
    height: 70vh;
    overflow-x: scroll;
}
.notify-tab .media-heading p {
	font-size: 12px;
    color: #969696;
    margin-bottom: 0;
}
.notify-tab .media-left img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.notify-tab .media-heading {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;	
}

.container.workmonitor-container .table-striped.table-scroll thead tr th:nth-child(5) {
    width: auto;
}
 #row-main{
    overflow-x: hidden;
}
#row-main .col-sm-6.col-md-9 .work-btn-action, 
#row-main .col-sm-6.col-md-12 .work-btn-action {
    width: 11.16%;
}
.sidebar {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
@media (min-width: 992px) {
    .collapsed {
        display: block;
    }
    #sidebar-left.collapsed {
        display: none; 
    }
    #sidebar-right.collapsed {
        display: none; 
    }
}
/*left side action item*/
.social {
    width: 40px;
    height: 80px;
    position: fixed;
    perspective: 1000px;
    padding: 0;
    list-style: none;
    right: -1px;
    z-index: 11;
    margin: 0;
    top: 40%;
}

.social li a {
	display: block;
    height: 40px;
    width: 40px;
    background: #fff; 
    color: #d2d2d2;
    padding: 14px;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease .300ms;
    margin-bottom: 2px;
    border: 1px solid #e2e2e2;

}
.state.toggle-sidebar-right,
.state.toggle-sidebar-left{
    color: #09a37a;
}
.social li a { 
    border-radius: 5px 0 0 5px; 
}

.social li a span {
    width: 100px;
    float: left;
    text-align: center;
    background: #5d5d5d;
    color: #fff;
    margin: -20px -125px;
    padding: 8px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    border-radius: 5px;
    transition: all .5s ease .300ms;
}

.social li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -19px;
    top: 4px;
    border-left: 10px solid #5d5d5d;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.social li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0)
}
.workmonitor-container #tbl_workmonitor tbody {
    height: auto;
}
.tbl-wrap-box {
    height: 62vh;
    overflow-x: scroll;
}
.full-page-table.table tr:visited td,
.full-page-table.table tr:focus td,
.full-page-table.table tr:hover td,
.full-page-table.table tr.active td,
.full-page-table.table tr:active td {
    cursor: pointer;
}
/*schedule 28-12-2018*/
.table.table-clend > thead {
    background: #f3f7f8;
    color: #0ea875;
}
/*.table.table-clend > thead > tr > th,
.table.table-clend > thead{
    border: 1px solid #e3e3e3;
}*/
.table-clend th.active {
    background: #D5F1E8 !important;
	color:#0ea875;
}
.table-clend.custom-table .inactive-tablecell {
    background: #f3f7f8;
}
/*31-12-2018 forms design*/
.profile-data.mobile-form-data {
    width: 100%;
}
.mobile-form-data .mobile-form-data-content img {
    width: 35%;
}
.mobile-form-data-heading {
    background: #f3f7f8;
    padding: 10px 2px 8px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    margin-left: 0;
    margin-right: 0;
}
.mobile-form-data-content li {
    border: 1px solid #eee;
    margin-bottom: -1px;
}
.mobile-form-data-content ul li label {
    border-right: 1px solid #eee;
    margin-bottom: 0;
    min-width: 135px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
	color: #000;
}
.mobile-form-data-content ul li span{
	color: #808080;
}
.mobile-form-data-content ul li:nth-of-type(odd) {
    background-color: #FCFCFD;
}
.mobile-form-data-content .site-description span {
    width: 205px;
	overflow-y: scroll;
	height: 35px;
	display: inline-flex;
	overflow-x: hidden;
	vertical-align: middle;
}
.mobile-form-data-content ul .site-description label {
    padding: 13px 5px;
}
/*schedule stats*/
.contract-schedule-variance label:nth-child(3) {
    border-right: 1px solid #989898;
    margin-right: 15px;
}

/*map info window style 1-1-19*/
.map-box iframe,
.map-box .map-activity-wall{
    height: 70vh;
}
.map-activity-wall .map-cover {
    padding: 12px 22px;
    color: #0e1626;
    max-width: 430px;
    font-size: 11px;
}
.map-activity-wall .gm-style .gm-style-iw {
    /*background: linear-gradient(0deg, #eff0f3 70%, #ffffff00 45%),url(http://misentinel.metier360.com/assets/images/team/map-bg.png) no-repeat;*/
	background:url(http://misentinel.metier360.com/assets/images/team/map-bg.png) no-repeat;
    background-size: 100%;
    padding: 2px;
    padding-bottom: 0px;
    border-radius: 10px;
	top: 20px !important;
}
.map-activity-wall .gm-style .gm-style-iw::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 33%;
    background: #eff0f3;
    bottom: 0;
    left: 0px;
    z-index: -1;
}
.map-activity-wall .gm-style div > div:last-child > div > div:first-child > div {
    background-color: transparent !important;
    box-shadow: none !important;
}

.map-activity-wall .gm-style div button.gm-ui-hover-effect {
    background: #00000005 url(http://misentinel.metier360.com/assets/images/team/map-close-btn.png) !important;
    background-repeat: no-repeat !important;
    background-size: 28% !important;
    background-position: bottom left !important;
}

.map-activity-wall .gm-style div button.gm-ui-hover-effect img {
    display: none !important;
}
.map-activity-wall .gm-style div > div:last-child > div > div:first-child > div:nth-child(3) > div div {
    background: #eff0f3 !important;
    box-shadow: none !important;
}
.map-activity-wall .gm-style .inf_heading {
    display: inline-block;
    margin-right: 12px;
}
.map-activity-wall .gm-style .map-info-title {
    padding: 10px 0;
    font-size: 13px;
	margin-right: 5%;
}
.map-activity-wall .gm-style .map-data-box{
    border-top: 1px solid #2bb514;
}
.map-activity-wall .gm-style .map-cover ul li label {
    min-width: auto;
	color: #0e1626;
	font-weight: 500;
    margin-bottom: 1px;
}
.map-activity-wall .gm-style .map-icons {
	width: 19px;
    height: auto;
    margin-right: 6px;
    display: inline-block;
}
.map-activity-wall .gm-style .map-icons img{
	width:100%;
}
.map-activity-wall .gm-style .map-data {
     width: 128px;
    display: inline-block;
    padding: 8px 6px;
    vertical-align: top;
    padding-bottom: 0;
    min-height: 90px;
}
.map-activity-wall .gm-style .map-data ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.map-activity-wall .gm-style .inf_heading label {
    margin-bottom: 0;
}
.marker-label {
	width: 16px;
    height: 16px;
    border: 1px solid #cecece;
    border-radius: 50%;
    background: #dedede;
    color: #000000;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    font-size: 9px;
    opacity: 1 !important;
    margin-top: -50px !important;
    margin-left: 5px !important;
}
.map-activity-wall .gm-style  .poi-info-window {
    padding: 20px;
}
.map-activity-wall .gm-style .poi-info-window div,
.map-activity-wall .gm-style .poi-info-window a {
    background-color: #eff0f3;
}


/*03-1-19 schdeule top buttons and side bar user images 4985 #line.contract-schedule-variancecopy*/
.action-buttons.marg-bot.marg-top {
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px !important;
 	flex-direction: row;
    min-width: 0 ;
}

.action-buttons.marg-bot.marg-top button {
	 padding: 0;
    padding-top: 44px;
    height: 67px !important;
    margin-right: 0px;
    border-radius: 0;
    border-color: #009966;
    color: #009966;
    margin-bottom: 15px;
    width: 100%;
    text-transform: capitalize;
    font-weight: 400;
    border-right: none;
    min-width: 0;
}

.action-buttons.marg-bot.marg-top button:nth-last-child(1) {
    border-right: 1px solid;
}

#modal-event-btn,#modal-create-btn {
    background: url(../../assets/images/team/activity_create.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-recur-btn {
    background: url(../../assets/images/team/activity_recur.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-auto-btn {
    background: url(../../assets/images/team/activity_activate.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-time-btn {
    background: url(../../assets/images/team/activity_time.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-allocate-btn {
    background: url(../../assets/images/team/activity_create.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-move-btn {
    background: url(../../assets/images/team/activity_move.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-finish-btn {
    background: url(../../assets/images/team/activity_finish.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 16px, auto;
    background-position: center 24%;
}

#modal-delete-btn {
    background: url(../../assets/images/team/activity_del.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-info-btn {
    background: url(../../assets/images/team/activity_inf.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-confirm-btn {
    background:url(../../assets/images/team/activity_confirm.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-approve-btn {
    background: url(../../assets/images/team/activity_approve.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-roster-btn {
    background: url(../../assets/images/team/activity_send.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-comment-btn {
    background: url(../../assets/images/team/activity_comment.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}

#modal-patrol-btn {
    background: url(../../assets/images/team/patrol-icon.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 20px, auto;
    background-position: center 24%;
}
#btn-tracker {
    background: url(../../assets/images/team/activity_tracker.png) no-repeat, linear-gradient(180deg, #13ab73 65%, transparent 32%);
    background-size: 16px, auto;
    background-position: center 24%;
}
span.side-user-image {
    display: inline-block;
    width: 24px;
    margin-right: 8px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #eee;
    overflow: hidden;
    vertical-align: middle;
}
span.side-user-image img {
    width: 100%;
}
/*sidebar of info on click 08-01-2019*/          

.nav-offcanvas {
	width: 800px;
    background: #fff;
    min-height: 553px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2000;
    top: 121px;
    left: -825px;
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0px 0px 15px #7b7b7b;
	border-radius: 0 2px 2px 0;
}
.nav-offcanvas .close {
    position: absolute;
    right: 15px;
    top: 10px;
    outline: 0;
    opacity: 1;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: .3s ease;
    z-index: 1;
}
.nav-offcanvas .close i {
  font-size: 15px;
  color: #000;
  text-shadow: none;
}
.nav-offcanvas .close:hover {
  opacity: .5;
}
.nav-offcanvas.open {
  left: 0;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1999;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  opacity: 0;
    left: 0;
}
.offcanvas-overlay.on {
  opacity: 1;
  visibility: visible;
}
.sidebar-inf-title {
    padding: 15px 20px;
    color: #222;
    margin-bottom: 15px;
    margin-top: 0;
    z-index: -1;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}
.activity-wall-info {
    padding: 0px 20px 20px;
}

.activity-wall-info .table.admin-dropdown {
    border: none;
    margin-top: 15px;
}
.activity-wall-info .emp-detail,
.activity-wall-info .loc-detail {
	border-bottom: 1px solid #059f7d;
}
.activity-wall-info .table-scroll.info-modal-table tbody {
    height: 300px;
}
.activity-wall-info .nav-tabs > li > a {
    color: #afafaf;
    text-transform: capitalize;
    font-weight: 400;
}
.activity-wall-info .nav-tabs > li{
	border-right: 1px solid #ddd;
}
.activity-wall-info .nav-tabs > li:last-child{
	border-right: none;
}
.activity-wall-info .nav-tabs > li.active > a,
.activity-wall-info .nav-tabs > li.active > a:focus,
.activity-wall-info .nav-tabs > li.active > a:hover {
    color: #009966;
    border: none;
    border-radius: 0;
    background: #f3f7f8;
}
.activity-wall-info .nav-tabs > li > a {
    border: none;
    border-radius: 0;
}
.activity-wall-info .nav>li>a {
    padding: 8px 12px;
    margin-right: 0;
}
.activity-wall-info .nav-tabs {
    border-bottom: 1px solid transparent;
    background: #f3f7f8;
}
#modal-info .tab-content {
	border:none;
    border-top: 3px solid #13ab73;
	padding:10px;
}
.activity-wall-info .general-info {
    padding: 0;
}
/*10-01-19 top notification dropdown*/
.user-list .user-list-item .icon {
    overflow: hidden;
	background-color: #e8e8e8 !important;
}
.user-list .user-list-item .icon img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-extras .user-list .user-list-item .user-desc span.name {
    text-overflow: unset;
    white-space: normal;
    text-transform: none;
}

/*New dashboard design 11-01-19*/
/*dashborard new*/
.shadow-box {
    box-shadow: 0px 0px 24px #13ad7212;
    margin-bottom: 35px;
    border-radius: 4px;
    padding: 15px;
}
.main-stats{
    display: flex;
} 
        
.pogress-box {
    width: 100%;
    margin: 0 10px;
    text-align: center;
    margin-bottom: 10px;
}
.pogress-box h5{
	margin-top: 6px;
}
.pogress-box h6{
	color: #a0a0a0;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 10px;
}
.circle-chart {
  width: 100px;
  height: 100px;
}

.circle-chart__circle {
  stroke: #16b16f;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse; /* 1 */ 
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}

/**
 * 1. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 2. Scaling mirrors the circle to make the stroke move right
 *    to mark a positive chart value.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none; 
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 6px;
    fill:#4c4c4c;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
    
}
/*
.success-stroke {
  stroke: #16b16f;
}

.warning-stroke {
  stroke: #ffbb33;
}

.danger-stroke {
  stroke: #ff4444;
}*/

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}          
            
.news-feed-title {
    text-transform: capitalize;
}
.chart-actn.date-to-from-div .input-group {
    width: 135px;
    margin-right: 5px;
	vertical-align: top;
}
.chart-actn.date-to-from-div button {
    margin-top: 0;
    vertical-align: top;
    display: inline-block;
    margin-right: 0;
}
.chart-actn.date-to-from-div {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 40px;
}
.shadow-box.chart-wrapper {
    min-height: 450px;
}
.dash-notify {
    height: 846px;
    overflow-y: scroll;
    margin-top: 30px;
}
button {
    border-radius: 2px;
}
.table #responce_result tr.active td {
    background: #ADD8E6;
}
/*cli monitor 29-1-19*/
.callTakerTbl {
    height: 630px;
    overflow-y: auto;
	padding: 1px;
}

/*================== customer side (07-08-2019)=============*/
.wrapper.default-content-wrap.customer-container .table:after{
content: "";
display: block;
position: absolute;
z-index: 1;
background: #009966;
height: 2px;
width: 100%;
top: -5px;
}

.wrapper.default-content-wrap.customer-container .table{
border-top: 0px;
}

.wrapper.default-content-wrap.customer-container h3.page-title{
margin-top: 9px;
margin-bottom: 17px;
}

/*========================== Tracer update styling(07-04-209) ============================*/

ul.line.timeline-horizontal li .timeline-badge:after {
content: '';
height: 1px;
width: 100%;
background: #0c9965;
display: block;
position: relative;
top: -30px;
left: 64px;
z-index: -1;
}
ul.line.timeline-horizontal li:last-child .timeline-badge:after {
    content: none;
}
.track-timeline .line .timeline-item {
  margin-bottom: 20px; 
  position: relative;
}
.track-timeline .timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
    width: auto;
    margin-bottom: 0;
}
.track-timeline .timeline-horizontal:before {
  height: 1px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.track-timeline .timeline-horizontal .timeline-item {
  display: table-cell;
  min-width: 100px;
  float: none !important;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
  vertical-align: bottom;
}
.track-timeline .timeline-horizontal .timeline-item:before,
.track-timeline .timeline-horizontal .timeline-item:after {
  display: none;
}

.track-timeline {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    text-align: center;
    min-height: 318px;
    padding: 26px;
    margin: 20px 0;
    box-shadow: 0px 0px 24px #13ad7212;
}        
        
.timeline-item.taken-qr .item-detail{
position: absolute;
bottom: -36px;
text-align: center;
left: 25px;
width: 100%;
left: 0px;
right: 0;
}
.timeline-item.taken-qr .item-detail:after {
content: '';
height: 45px;
width: 1px;
background: #0c9965;
display: block;
position: absolute;
top: 20px;
left: 0;
right: 0;
text-align: center;
margin: 0 auto;
}
.sub-txt {
position: absolute;
width: 100%;
display: block;
bottom: -85px;
}
.timeline-item img {
z-index: 2;
background: #f3f3f3;
}

/*above text*/
.timeline-item.taken-qr.text-above .item-detail {
position: relative;
bottom: 0;
text-align: center;
left: 25px;
width: 100%;
left: 0;
right: 0;
}
.timeline-item.taken-qr.text-above .item-detail:after {
top: -50px;
}
.text-above .sub-txt {
top: -100px;
}

/*======================= Incident Module(7-19-2019) ====================*/
 .basic-stats .message-alert li a{
color: #222;
pointer-events: all;
}
.basic-stats .user-list .user-list-item .user-desc {
margin-left: 0px;
}

.action-btns{
color: #fff;
padding: 7px 0px;
font-size: 11px;
}
        
.action-btns .ack{
background: #009966;
border: 1px solid #009966;
}

		.action-btns .dismiss{
background: #47515E;
border: 1px solid #47515E;
}


.basic-stats li.message-alert li {
padding: 0px;
border-left: none;
}

  .shadow-box.alerts-wrapper {
        min-height: 192px;
        text-align: center;
    }

    .shadow-box .alert-data h5 {
        color: #a2a2a2;
        font-weight: normal;
    }

    .shadow-box .alert-data {
        margin-top: 27px;
    }

    .alert-listing {
        margin-top: 30px;
    }

    .alert-listing .action-buttons {
        padding-top: 0;
        margin-bottom: 8px !important;
    }

    .alert-listing a {
        font-size: 18px;
        padding-right: 22px;
        display: inline-block;
        color: #333;
    }

    .alert-listing a.active {
        color: #0c9965;
    }

    .alert-listing .action-buttons button {
        background: #fff;
        color: #009966;
    }

    .alert-listing .dropdown-menu a {
        font-size: 12px;
    }

    .alerts table tbody td .checkbox,
    .alerts table tbody td .radio {
        margin-bottom: 0px;
        margin-top: 0px;
    }


    .note-detail span {
        color: #0c9964;
    }

    .note-detail {
        margin-bottom: 30px;
    }

    .record-history table.table thead {
        background: -webkit-linear-gradient(top, #fff 0%, #e3e3e3 100%);
        color: #757575;
        border: 1px solid #dedede;
    }

    .record-history table.table:before {
        content: none;
    }

    .row.note-detail .col-sm-8 {
        background: #f7f7f7;
        padding: 13px 0 13px 21px;
        border-left: 5px solid #1bb36d;
    }
	
	/*========================== Tracer update styling(07-04-209) ============================*/

ul.line.timeline-horizontal li .timeline-badge:after {
content: '';
height: 1px;
width: 100%;
background: #0c9965;
display: block;
position: relative;
top: -30px;
left: 64px;
z-index: -1;
}
ul.line.timeline-horizontal li:last-child .timeline-badge:after {
    content: none;
}
.track-timeline .line .timeline-item {
  margin-bottom: 20px; 
  position: relative;
}
.track-timeline .timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
    width: auto;
    margin-bottom: 0;
	margin: 0 auto;
	margin-top: -6%;
}
.track-timeline .timeline-horizontal:before {
  height: 1px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.track-timeline .timeline-horizontal .timeline-item {
  display: table-cell;
  min-width: 100px;
  float: none !important;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
  vertical-align: bottom;
}
.track-timeline .timeline-horizontal .timeline-item:before,
.track-timeline .timeline-horizontal .timeline-item:after {
  display: none;
}

.track-timeline {
  /*  display: inline-block;
    width: 100%;
    overflow-y: auto;
    text-align: center;
    min-height: 318px;
    padding: 26px;
    margin: 20px 0;
    box-shadow: 0px 0px 24px #13ad7212; */
	
	display: flex;
    width: 100%;
    overflow-y: auto;
    text-align: center;
    min-height: 360px;
    padding: 26px;
    margin: 20px 0;
    box-shadow: 0px 0px 24px #13ad7212;
 	align-items: center;
}        
        
.timeline-item.taken-qr .item-detail{
position: absolute;
bottom: -36px;
text-align: center;
left: 25px;
width: 100%;
left: 0px;
right: 0;
}
.timeline-item.taken-qr .item-detail:after {
content: '';
height: 45px;
width: 1px;
background: #0c9965;
display: block;
position: absolute;
top: 20px;
left: 0;
right: 0;
text-align: center;
margin: 0 auto;
}
.sub-txt {
position: absolute;
width: 100%;
display: block;
bottom: -85px;
}
.timeline-item img {
z-index: 2;
background: #fff;
}

/*above text*/
.timeline-item.taken-qr.text-above .item-detail {
position: relative;
bottom: 0;
text-align: center;
left: 25px;
width: 100%;
left: 0;
right: 0;
}
.timeline-item.taken-qr.text-above .item-detail:after {
top: -50px;
}
.text-above .sub-txt {
top: -80px;
}
.timeline-item.taken-qr .item-detail h6 {
position: absolute;
top: -100px;
font-size: 14px;
	width:100%;
	text-align:center;
}
.track-timeline h5,.track-timeline h6 {
    font-size: 12px !important;
	font-style: italic;
  
}

/*====================== Customer side(07-08-2019)*/
.wrapper.default-content-wrap.customer-container .table:after{
content: "";
display: block;
position: absolute;
z-index: 1;
background: #009966;
height: 2px;
width: 100%;
top: -5px;
}

.wrapper.default-content-wrap.customer-container .table{
border-top: 0px;
}

.wrapper.default-content-wrap.customer-container h3.page-title{
    margin-top: 9px;
    margin-bottom: 17px;
}
/*======================= Timeline Hover Check Call  ====================*/

.popover {
    font-size: 11px;
    position: absolute;
    min-width: 300px;
    height: 114px;
    background-color: #fff;
    border-radius: 4px;
    top: -60px;
    text-align: center;
    display: none;
    left: -104px;
    overflow-y: auto;
    line-height: 0.2;
    overflow-x: hidden;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}


.popover-arrow {
  	position: absolute;
    top: 54px;
    left: 40px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D5F1E8;
    width: 0;
    height: 0;
    transform: rotate(180deg);
    display: none;

}

.track-timeline .popover .table thead{
	    background: #fff;
    color: #059f7d;
    height: 33px;
    border-bottom: 1px solid #e3e3e3;
}

.track-timeline .popover .table thead tr th{
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
        
        .track-timeline .timeline-horizontal li:hover .popover, .track-timeline .timeline-horizontal li:hover .popover-arrow {
    display: block;
}
        .track-timeline .timeline-horizontal .popover p {
    line-height: 1.2;
}


/*======================= Incident Model(7-19-2019) ====================*/
 .basic-stats .message-alert li a{
color: #222;
pointer-events: all;
}
.basic-stats .user-list .user-list-item .user-desc {
margin-left: 0px;
}

.action-btns{
color: #fff;
padding: 7px 0px;
font-size: 11px;
}
        
.action-btns .ack{
background: #009966;
border: 1px solid #009966;
}

.action-btns .dismiss{
background: #47515E;
border: 1px solid #47515E;
}


.basic-stats li.message-alert li {
padding: 0px;
border-left: none;
}

span.badge.up.bg-danger {
margin-top: -30px;
padding: 5px 4px;
min-width: 17px;
min-height: 17px;
}
.basic-stats li.message-alert li a {
padding: 0;
}

.basic-stats li.message-alert li a:focus , .basic-stats li.message-alert li a:hover{
	background-color: transparent;
}

.basic-stats li.message-alert li a .fa {
    background: #C75C5C;
    color: #F5CF87;
    padding: 6px;
    border-radius: 100%;
    margin-right: -10px;
}

/* custom map styling 05/08/2019 */

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.leaflet-top, .leaflet-bottom {
    z-index: 400 !important;
}

/*==================== change 04-10-2019 (For Incident) ==================*/

/*======================= Incident Model(7-19-2019) ====================*/
 .basic-stats .message-alert li a{
color: #222;
pointer-events: all;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
	    color: #059f7d;
}


.action-btns{
color: #fff;
padding: 7px 0px;
font-size: 11px;
}
        
.action-btns .ack{
background: #009966;
border: 1px solid #009966;
}

.action-btns .dismiss{
background: #47515E;
border: 1px solid #47515E;
}


.basic-stats li.message-alert li {
padding: 0px;
border-left: none;
}

span.badge.up.bg-danger {
margin-top: -36px;
padding: 5px 4px;
min-width: 17px;
min-height: 17px;
margin-left: -17px;
}
.basic-stats li.message-alert li a {
padding: 0;
}

.basic-stats li.message-alert li a:focus , .basic-stats li.message-alert li a:hover{
	background-color: transparent;
}

.basic-stats li.message-alert li a .fa {
    background: #C75C5C;
    color: #F5CF87;
    padding: 6px;
    border-radius: 100%;
    margin-right: -10px;
}

/* Incident module priority 20-8/-2019 */


/* first */

.shadow-box.alerts-wrapper {
 min-height: 147px;
text-align: center;
}

.shadow-box .alert-data h5 {
color: #a2a2a2;
font-weight: normal;
}

.action-buttons {
    margin-bottom: 20px !important;
}

.alert-listing .action-buttons {
padding-top: 0;
margin-bottom: 8px !important;
}

.alert-listing a {
font-size: 18px;
padding-right: 22px;
display: inline-block;
color: #333;
}

.alert-listing a.active {
color: #0c9965;
}

.alert-listing .action-buttons button {
background: #fff;
color: #009966;
}

.alert-listing .dropdown-menu a {
font-size: 12px;
}

.alerts table tbody td .checkbox,
.alerts table tbody td .radio {
margin-bottom: 0px;
margin-top: 0px;
}


.note-detail span {
color: #0c9964;
}

.note-detail {
margin-bottom: 30px;
}

.record-history table.table thead {
background: -webkit-linear-gradient(top, #fff 0%, #e3e3e3 100%);
color: #757575;
border: 1px solid #dedede;
}

.record-history table.table:before {
content: none;
}

.row.note-detail .col-sm-8 {
background: #f7f7f7;
padding: 13px 0 13px 21px;
border-left: 5px solid #1bb36d;
}

        .alert-listing .action-buttons {
padding-top: 0;
margin-bottom: 8px !important;
}

.alert-listing a {
font-size: 14px;
padding-right: 22px;
display: inline-block;
color: #333;
}

.alert-listing a.active {
color: #0c9965;
}

.counter-media {
background: white;
border-radius: 100%;
height: 22px;
width: 22px;
text-align: center;
color: #797979;
border: 1px solid #bdbdbd;
padding-top: 3px;
font-size: 11px;
}

.notify-tab.incident-media .media-body {
border: 1px solid #e3e3e3;
padding: 7px 7px 0px 7px;
}

.notify-tab.incident-media .media-heading{
margin-bottom: 5px;
}
.notify-tab.incident-media .media-body p.footer-media {
background: #f2f2f2;
padding: 3px 7px;
border-top: 1px solid #d2d2d2;
margin-left: -7px;
margin-bottom: 0;
margin-right: -7px;
}
.notify-tab.incident-media {
border: 1px solid #e3e3e3;
padding: 5px 15px;
}

.notify-tab.incident-media {
border: 1px solid #e3e3e3;
padding: 1px 0px;
}

.tab-head {
background: #f2f2f2;
padding: 8px 25px 2px 25px;
}
/* Open Incident Email Box */
.email-box{
background: #e4e4e457;
padding: 18px 19px 1px;
margin-bottom: 16px;
}
.email-box .em-ico{
text-align: center;
margin-bottom: 20px;
}

.email-box .em-ico i{
font-size: 25px;
background: #1db56b;
border-radius: 100%;
padding: 12px;
color: #fff;
box-shadow: 0px 0px 4px #19b16e;
}

/* Open Incident notes scroll */

#comments {
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 30px;
    overflow-x: hidden;
}

/* incident es policy 4 sep 2019 */

.media.n-before:before {
    content: none;
}
        
.notify-tab.incident-media .media-heading {
    color: #098a54;
    font-weight: bold;
}

/* open incident 28-aug-2019 */

        
                
/* new style */
        
.flex-container {
list-style:none;
margin: 0;
padding: 0;
}
.flex-container h5{
color: #06895f
}
.item {
text-align: center;
}

/*Flexbox*/
.flex {
padding: 0;
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
-webkit-flex-flow: row wrap;
justify-content: space-between;
box-shadow: 0px 0px 53px #13ad7212;
}

/* Toggle hide/show - no Js
--------------------------------*/
.toggle-box {display:none;}
.toggle-box + label {
color:#555;
cursor:pointer;
display:block;
line-height:23px;
padding:.3em 0 .3em 26px;
position:relative;
}

.toggle-box + label + div {display:none; margin:0 0 14px;}
.toggle-box:checked + label:nth-child(n) + div {display:block;}

.toggle-box + label:before {
position:absolute;
content:"\f0fe";
font-family:FontAwesome;
top:.3em;
left:0px;
color:#0085a6;
}
.toggle-box:checked + label {color:#0085a6;}
.toggle-box:checked + label:before {content:"\f146";}
.toggle-box-content {
    border-bottom: 1px solid #e3e3e3;
    color: #000;
}

/* General */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.box-test {
padding:3em;
}
.media.no-content:before {
content: none;
}
        


/* custom map styling 05/08/2019 */

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.leaflet-top, .leaflet-bottom {
    z-index: 400 !important;
}
.leaflet-right{
	display:none !important;
}


/*incident es dropdown multi select*/
.selectMultiple select {
  display: none;
}
.selectMultiple > div {
  position: relative;
  z-index: 2;
  padding: 8px 12px 2px 12px;
  background: #fff;
  font-size: 11px;
  min-height: 33px;
    border: 1px solid #e3e3e3;
}
.selectMultiple > div .arrow {
  right: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 28px;
  position: absolute;
}
.selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-bottom: 5px solid #99A3BA;
    top: 44%;
    transition: all .3s ease;
}
.selectMultiple > div .arrow:before {
  right: 12px;
  -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg);
}
.selectMultiple > div .arrow:after {
  left: 13px;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
.selectMultiple > div span {
  color: #99A3BA;
  display: block;
  position: absolute;
  left: 12px;
  cursor: pointer;
  top: 2px;
  line-height: 28px;
  transition: all .3s ease;
  width :100%;
}
.selectMultiple > div span.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
}
.selectMultiple > div a {
    position: relative;
    padding: 0 24px 6px 8px;
    line-height: 22px;
    color: #1E2330;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}
.selectMultiple > div a em {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.selectMultiple > div a:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 6px;
  width: 100%;
  position: absolute;
  display: block;
    background: #059f7d24;
  z-index: -1;
  border-radius: 4px;
}
.selectMultiple > div a i {
  cursor: pointer;
  position: absolute;
  top: -3px;
  right: 0;
  width: 24px;
  height: 28px;
  display: block;
}
.selectMultiple > div a i:before, .selectMultiple > div a i:after {
  content: '';
  display: block;
  width: 2px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #888888;
  border-radius: 1px;
}
.selectMultiple > div a i:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.selectMultiple > div a i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.selectMultiple > div a.notShown {
  opacity: 0;
  transition: opacity .3s ease;
}
.selectMultiple > div a.notShown:before {
  width: 28px;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
.selectMultiple > div a.notShown i {
  opacity: 0;
  transition: all .3s ease .3s;
}
.selectMultiple > div a.notShown em {
  opacity: 0;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  transition: all .4s ease .3s;
}
.selectMultiple > div a.notShown.shown {
  opacity: 1;
}
.selectMultiple > div a.notShown.shown:before {
  width: 100%;
}
.selectMultiple > div a.notShown.shown i {
  opacity: 1;
}
.selectMultiple > div a.notShown.shown em {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.selectMultiple > div a.remove:before {
  width: 28px;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
.selectMultiple > div a.remove i {
  opacity: 0;
  transition: all .3s ease 0s;
}
.selectMultiple > div a.remove em {
  opacity: 0;
  -webkit-transform: translate(-12px, 0);
          transform: translate(-12px, 0);
  transition: all .4s ease 0s;
}
.selectMultiple > div a.remove.disappear {
  opacity: 0;
  transition: opacity .5s ease 0s;
}
.selectMultiple > ul {
  list-style: none;
  font-size: 11px;
  z-index: 1;
  position: absolute;
  top: 100%;
     left: -30px;
    right: 10px;
  visibility: hidden;
  opacity: 0;
        max-height: 100px;
    overflow: auto;

}
.selectMultiple > ul li {
  color: #1E2330;
  background: #fff;
  padding: 5px 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
  transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
  transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
}
.selectMultiple > ul li:first-child {
  border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li:first-child:last-child {
  border-radius: 8px;
}
.selectMultiple > ul li:last-child {
  border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li:last-child:first-child {
  border-radius: 8px;
}
.selectMultiple > ul li:hover {
  background: #e3e3e3;
}
.selectMultiple > ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
          transform: scale(1, 1) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.selectMultiple > ul li.beforeRemove {
  border-radius: 0 0 8px 8px;
}
.selectMultiple > ul li.beforeRemove:first-child {
  border-radius: 8px;
}
.selectMultiple > ul li.afterRemove {
  border-radius: 8px 8px 0 0;
}
.selectMultiple > ul li.afterRemove:last-child {
  border-radius: 8px;
}
.selectMultiple > ul li.remove {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.selectMultiple > ul li.remove:after {
  -webkit-animation: ripple .4s ease-out;
          animation: ripple .4s ease-out;
}
.selectMultiple > ul li.notShown {
  display: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity .4s ease, -webkit-transform .35s ease;
  transition: transform .35s ease, opacity .4s ease;
  transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease;
}
.selectMultiple > ul li.notShown.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.selectMultiple.open > div {
  box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
}
.selectMultiple.open > div .arrow:before {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.selectMultiple.open > div .arrow:after {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.selectMultiple.open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
          filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}


/* 1-10-2019 */

.alert_notify_incident_header .user-list .user-list-item .user-desc p {
    text-align: right;
    font-size: 10px;
    text-transform: capitalize;
}

.alert_notify_incident_header .user-list .user-list-item .user-desc {
    margin-left: 0;
}



#topnav .topbar-main .navbar-nav {
    margin-right: -45px !important;
}

/* Badge Pro styling*/
	span.badge.badge-pro{
		padding: 1px 6px 2px 5px !Important;
		border-radius: 4px !Important;
		margin-right: 7px !Important;
		margin-top: 12px !Important;
		font-weight: bold !Important;
		display: flex !Important;
		align-items: center !Important;
	}

button.btn.dropdown-toggle.bs-placeholder.btn-default {
    box-shadow: none !important;
}

/* SOS HIT NO MOTNION BTN STYLE */
button.sos-btn {
    float: right;
    background: #dc3545;
    border: none;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 3px;
    font-size: 8px;
    box-shadow: 0px 0px 4px #dc3545;
    font-weight: bold;
    position: relative;
    top: -6px;
}

button.post-alert-btn{
border: none;
}


/*================== End change 04-10-2019 (For Incident) ==================*/

/*================== Vehicle Module ========================================*/

	.mg-top {
		background: #f0f0f0;
		padding: 6px 7px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.btn-grp button {
		background-color: #fff;
		border: 1px solid #fff;
		color: #009966; 
		padding: 4px 14px; 
		cursor: pointer; 
		float: left; 
		border-radius: 0px;
	}

	/* Clear floats (clearfix hack) */
	.btn-grp:after {
		content: "";
		clear: both;
		display: table;
	}
	.btn-grp {
		border: 1px solid #0c9965;
	}

	.btn-grp button:not(:last-child) {
		border-right: none; /* Prevent double borders */
	}

	/* Add a background color on hover */
	.btn-grp button:hover {
		background-color: #009966;
		border: 1px solid #009966;
		color: #fff
	}
	.btn-grp button.active {
	background-color: #009966;
	border: 1px solid #009966;
	border-radius: 0px;
	color: #fff
	}

/* vehicle detail styling starts here */
        .functions.admin-wrapper.vehicle-detail {
    padding-top: 10px;
}
        
        .functions.admin-wrapper.vehicle-detail b{
                display: block;
    padding: 2px 5px;
    color: #000;
        }

/* comm center right action button styling */
.action-buttons.mg-lft button {
    margin-left: 10px;
}


/* vehicle rejection/warning notice styling for checkbox */
.checkbox.checkbox-custom.status_no input[type="checkbox"]:checked + label::before {
    background-color: #f5707a;
    border-color: #f5707a;
}

.checkbox.checkbox-custom.status_no input[type="checkbox"]:checked + label::after {
    content:"\f00d";
    font-family: FontAwesome;
	margin-left: -19px;
	font-weight: normal;
}
.comment-sign-area img {
    border: none;
    height: 100px;
    width: 100px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.functions.admin-wrapper.vehicle-detail p {
    margin: 0;
}
/*==================  End Vehicle Module ========================================*/

/*======================= Region style Added(04-02-2020) ==============================*/
.region-detail-area{
                display: flex;
    border-bottom: 2px solid #1ab26d;
    padding-bottom: 2px;
}
        
.region-detail-area .notify-tab{
	margin-left: auto;
	
}
        
.dp-flex .user-image, .dp-flex .inline-element-name {
    display: inline-block;
    padding-top: 18px;
}
        
.dp-flex .user-image img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}
        
.dp-flex .inline-element-name {
    padding-right: 50px;
}

.dp-flex .inline-element-name p b {
    color: #000;
}

.dp-flex{
	display: flex;
    justify-content: space-between;
}
/*=================================== End Region Styling ===================*/

/*===== 16-06-2020 (Chat Section)======*/
.basic-stats.support-ops li:nth-child(1) {
	border-left: 5px solid;
	padding: 12px 15px;
	list-style: none;
	margin-left: 8px;
	width: 100%;
	box-shadow: 0px 0px 9px #13ad7212;
}

.support-officers ul li img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
}

.support-officers ul {
	display: flex;
	list-style: none;
	justify-content: center;
}

.support-officers ul li {
	padding-right: 34px;
	text-align: center;
}

.support-officers ul li p {
	margin-bottom: 0;
	padding-top: 9px;
}

.support-officers {
	padding: 40px 0px;
	box-shadow: 0px 0px 24px #13ad7212;
}

.support-officers ul li.active-dot span {
	height: 10px;
	width: 10px;
	background: #12ac73;
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	margin-top: 8px;
}

.feedback {
	background-color: #1cb66a;
	color: white;
	padding: 10px 20px;
	border-color: #19b36c;
	text-align: center;
}

#chat-box-popup {
	position: fixed;
	bottom: -4px;
	right: 10px;
	z-index: 99999;
}

.img-user-chat img {
	height: 50px;
	width: 50px;
	border-radius: 100%;
}

.chat-popup-footer {
	width: 100%;
	text-align: center;
}

.container-chat {
	min-width: 362px;
	width: 362px;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.header {
	background: linear-gradient(to top left, #09a37a 0%, #26c061 100%) !important;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.info {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.status {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
}

.name {
	letter-spacing: 0.05em;
}

.action {
	opacity: .8;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.action:hover,
.action:focus,
.action:active {
	cursor: pointer;
	opacity: 1;
}

.chat {
	background: #fff;
	padding: 15px 10px;
}

.date-line {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	border-bottom: 1px solid #DDD;
	line-height: 0.1em;
	margin: 10px 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #797979;
}

.date-line span {
	background: #fff;
	color: #DEE0E4;
	padding: 0 10px;
	font-size: 13px;
}

.timestamp {
	color: #aaa;
	font-size: 12px;
	margin: 10px 0;
}

.message {
	background: #e6edf6;
	color: #000;
	padding: 10px;
	display: inline-block;
	border-radius: 3px;
	position: relative;
}

.message::before {
	content: '';
	position: absolute;
	left: -3px;
	top: -7px;
	-webkit-transform: rotate(136deg);
	transform: rotate(136deg);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px;
	border-color: transparent;
	border-right-color: #f2f2f2;
}

.chat-bubble--right {
	text-align: right;
}

.chat-bubble--right .message {
	background: #f2f2f2;
}

.chat-bubble--right .message:before {
	border-right-color: #f2f2f2;
	left: auto;
	right: -3px;
	-webkit-transform: rotate(49deg);
	transform: rotate(49deg);
}

.chat-bubble--notice .message {
	background: #ffc2c1;
}

.chat-bubble--notice .message:before {
	content: none;
}

.separator {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 20px 0;
}

.chat-input {
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: flex;
}

.chat-input button {
	background: none;
	border: 0;
	color: #6A96D8;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.chat-input button:focus {
	outline: none;
}

.chat-input button:hover,
.chat-input button:focus,
.chat-input button:active {
	cursor: pointer;
}

.chat-input input {
	-webkit-box-flex: 1;
	flex: 1;
	border: 0;
	font-weight: 500;
	padding: 10px 2px;
}

.chat-input input:focus {
	outline: none;
}

/*======================= CSS For Unread Msg Count In Chat ================*/
.ball {
    position: fixed;
    bottom: 46px;
    z-index: 999;
    left: 50%;
}

.noti-img {
    position: relative;
    top: 65px;
    z-index: -1;
}

.ball .msg-count {
    color: #FFF;
    border: 3px solid #FFF;
    background: #E80202;
    height: 22px;
    width: 22px;
    border-radius: 1000px;
    text-align: center;
    font-size: 12px;
}
.ball .halo {
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.6);
}
.ball .notif {
    width: 183px;
}
.ball .notif .bar {
  position: relative;
  border-radius: 1000px;
  background:   #17b16d;
  height: 30px;
  line-height: 30px;
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
    top: -64px;
    right: 60px;
}
.ball .notif .bar .text {
position: absolute;
    margin: 0;
    font-size: 12px;
    color: #fcfcfc;
    width: 175px;
    z-index: 1;
        padding: 7px 1px;
    background: #17b16d;
}
.ball .notif .bar .action {
  position: relative;
  z-index: 2;
    height: 14px;
    width: 14px;
    background: #BABABA;
    float: right;
    margin-top: 9px;
    border-radius: 100px;
    border: 1px solid #BABABA;
    left: 1px;
}

.ball .notif .arrow {
  top: 30px;
  border-top: 7px solid #FFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 0;
  margin: 0 auto;
  transform-origin: top;
  transform: scale(0);
}

.anim-start .ball {
  opacity: 1;
  transform: none;
  transition-duration: .3s;
}
.anim-start .ball .notif {
  opacity: 1;
  transition-duration: .2s;
  transition-delay: 1.6s;
}
.anim-start .ball .notif .bar {
  width: 100%;
  transition-duration: .6s;
  transition-delay: 1.6s;
}
.anim-start .ball .notif .arrow {
  transform: none;
  transition-delay: 1.6s;
  transition-duration: .3s;
}
.anim-start .ball .halo {
  opacity: 0;
  transform: none;
  transition-duration: .6s;
  transition-delay: 1.2s;
}
.anim-start .ball .msg-count {
  opacity: 1;
  transform: none;
  transition-duration: .3s;
  transition-delay: .6s;
}
/*================== End (Chat Section) ===============*/

/*========================= App Branding =========================*/
.heading-w-green {
	border-bottom: 2px solid #15af6f;
	margin-bottom: 10px;
}

.branding-form-titles p {
	font-size: 14px;
}

.branding-form-titles {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 20px;
}

/*label {
	display: block;
}*/

.abc {
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 50px;
}

.branding-radio .radio label::before {
	top: 50px !important;
	left: 70px !important;
}

.branding-radio .radio label::after {
	top: 50px !important;
	left: 70px !important;
}
/*====================== End App Branding =========================*/

/*======================== Forms CSS =====================*/
.column.actions .dropdown-menu a {
            display: block;
        }
        
        button.btn.tbl-dropdown-dots {
            background: transparent;
            outline: none;
            border: 0px;
            box-shadow: none;
        }
        
        .form-survey {
            font-size: 14px;
            color: #333;
        }
        
        .answer-survey ul {
            list-style: none;
            padding-left: 15px;
            display: flex;
            justify-content: space-between;
        }
        
        .answer-survey ul li {
            height: 25px;
            width: 25px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #d0d0d0;
            font-size: 10px;
        }
        
        .survey-row {
            border-bottom: 1px solid #e3e3e3;
            padding-bottom: 15px;
            padding-top: 15px;
        }
        
        ul.unit-selection li {
            border: none;
            height: auto;
            width: auto;
        }
        
        .survey-row:last-child {
            border-bottom: 0px !important;
            padding-bottom: 15px;
            padding-top: 15px;
        }
        
        .dropdown.forms-elipsis a {
            font-size: 11px;
            padding: 2px 8px;
        }
        label.form-label {
    color: #19b36d;
}
div.dataTables_wrapper div.dataTables_filter {
    float: right;
}

/*========================End Forms CSS =====================*/


/*======================== Form Builder CSS =====================*/
.formbuilder-checkbox {
    display: flex;
    align-items: center;
}
.form-wrap.form-builder .formbuilder-checkbox-group input[type='checkbox']{
	margin: -6px 4px 0 0 !important;
}

.formbuilder-radio {
    display: flex;
    align-items: center;
}

.form-wrap.form-builder .formbuilder-radio-group input[type='radio'] {
	margin: -6px 4px 0 0 !important;
}

.formbuilder-checkbox.view-formbuilder-checkbox input[type=checkbox], input[type=radio]{
	margin: -6px 4px 0 0 !important;
}

.formbuilder-radio-group input[type='radio'] {
	margin: -6px 4px 0 0 !important;
}

label.field-label-modal {
    color: #666;
    margin-bottom: 11px;
	margin-top: 11px;
    line-height: 27px;
    font-size: 16px;
    font-weight: normal;
}

.formbuilder-radio-inline input, .formbuilder-radio-inline label {
    display: inline-block;
    vertical-align: middle;
}

.formbuilder-checkbox-inline input, .formbuilder-checkbox-inline label {
    display: inline-block;
    vertical-align: middle;
}

/*========================= CSS added by Mujahid =====================*/
.support-setting-page {
    background: #f8f9fa;
    padding: 18px 33px;
}

label {
    font-weight: 600 !important;
}

.s_form div {
    padding: 1.5%;
    border-radius: 6px;
    text-align: center;
    width: 10%;
    flex: 0 0 10%;
    
}

#s_form_one div:nth-child(n+11) {
    display: none;
    
}

#s_form_two div:nth-child(n+11) {
    display: none;
    
}

.s_form div:hover {
    box-shadow: 0px 0px 5px #ccc;
    padding: 1.5%;
    border-radius: 6px;
    text-align: center;
    cursor: pointer; 
}

.current {
    box-shadow: 0px 0px 5px #ccc;
    padding: 1.5%;
    border-radius: 6px;
    text-align: center;
    cursor: pointer; 
}

.s_form {
    display: flex;
    flex-wrap: wrap;    
}

.s_form img {
    width: 50px;
}

.s_form p {
    margin-bottom:  0px;
    margin-top: 15px;
    color: #000;
    font-weight: 600;
}

#nxt_btn {
    border: 2px solid #1eb769;
    margin-top: 30px;
}

.radio-custom {
    display: inline-block !Important;
    margin-right: 25px;
}

button.cancel {
    background: #fff;
    border: 1px solid #009966;
    color: #009966;
    text-transform: uppercase;
    padding: 5px 15px;
}

.send_btn {
    background: #444444;
    border: 1px solid #444444;
    color: #fff;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 110px;
}

/* multiple steps progress bar */

.steps_prog {
  display: flex;
  justify-content: space-between;  
}

.prog_inner:nth-child(3) {
    background-color: #fff;
    position: relative;
}

.step_prog_img {
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 5;
    position: relative;
    background: #fff;

}

.step_prog_img i {
    font-size: 24px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	color: #ccc;
}

.prog_hr {
    border-top: 1px solid #ccc;
    margin: 0px;
    position: absolute;
    width: 95%;
    top: 24px;
}

.prog_hr_two {
    border-top: 1px solid red;
    margin: 0px;
    position: absolute;
    width: 95%;
    top: 24px;
}

.step_prog_txt {
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-top: 2px;
}

.step_prog_txt p:nth-child(1) {
    display: block;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.step_prog_txt p:nth-child(2) {
    display: block;
    margin-top: 1px;
    font-weight: 600;
}

.borderd_div {
    box-shadow: 0px 0px 24px #13ad7212;
    padding: 10px;
    margin-top: 30px;
}

fieldset:not(:first-of-type) {
    display: none
}

#prog_color_one {
    border: 1px solid #009966 !important;
}

#prog_color_one i {
    color: #009966 !important;
}

#prog_text_color p:nth-child(1) {
    color: #009966 !important;
}

.iborder {
    border: 1px solid #009966 !important; 
}

.iicon>i {
    color: #009966 !important; 
}

.lm_btn {
    color: #009966 !important;
    margin-top: 20px;
}



@media only screen and (max-width: 1000px) {
.s_form {
    display: flex;
    flex-wrap: wrap;
}

.s_form div {
    padding: 1.5%;
    border-radius: 6px;
    text-align: center;
    width: 20%;
    
}

}
/*=========================End CSS added by Mujahid ==================*/

/*======================= End Form Builder CSS =====================*/

/*======================= Activity wall Autopilot CSS =====================*/

/* The switch - the box around the slider */
.switchWtr {
	position: relative;
	display: inline-block;
	/* width: 25px; */
	width: 50px;
	/* height: 15px; */
	height: 24px;
	margin-right: 15px;
	align-self: flex-end;
}
/* Hide default HTML checkbox */
.switchWtr input {
	opacity: 0;
	width: 0;
	height: 0;
}
/* The slider */
.sliderWtr {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;

	display: flex;
	align-items: center;
	font-size: 10px;
	padding: 0 5px;
	justify-content: flex-end;
	color: #a4a4a4;
}
.sliderWtr:before {
	position: absolute;
	content: "";
	/* height: 12px; */
	height: 20px;
	/* width: 12px; */
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.sliderWtr::after {
	content: "OFF";
}

input:checked + .sliderWtr {
	/* background-color: #00aa69; */
	background-color: #34b950;
	justify-content: flex-start;
	color: #0c9128;
}

input:checked + .sliderWtr::after {
	content: "ON";
}
input:focus + .sliderWtr {
	/* box-shadow: 0 0 1px #00aa69; */
	box-shadow: 0 0 1px #34b950;
}
input:checked + .sliderWtr:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.sliderWtr.round {
	border-radius: 34px;
}
.sliderWtr.round:before {
	border-radius: 50%;
}
.informationIcon {
	display: inline-block;
	width: 14px;
	margin-left: 4px;
}

.tooltip {
	padding: 0.7rem 1rem;
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
	display: inline-block;
	position: absolute;
	border-radius: 5px;
	bottom: 25px;
	transition: all 155ms ease-in-out;
	min-width: 200px;
	max-width: 250px;
	transform: translateX(-50%);
	left: 12px;
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	display: none;
}

.tooltip::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
}

.toltipFor:hover~.tooltip{
	opacity: 1;
	display: block;
}

/*======================= Activity wall Autopilot CSS =====================*/

.admin-dropdown .img_one {
	width: 13px;
	height: 13px;
	margin-right: 0px;
	border: none;
	border-radius: 0px;
	vertical-align: baseline;
}

#topnav.top-nav-wrapper .topbar-main .logo img {height: 30px;}
 
#schedule_html em{
    padding-left: 5px;
}

.declaration_sec .nav-pills > li.active > a {
  background-color: #009966;
border-radius: 0px;
}



 /*hammad Menu*/

#topnav .navigation-menu > li.has-submenu .submenu_one{
    display: none;
}
 
#topnav .navigation-menu > li.has-submenu:hover > .submenu_one {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 650px;
    padding: 5px 0px 5px;
    background: #fff;
    border-radius: 5px;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu_one li {
    border-bottom: none !important;
    padding-bottom: 5px;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: 500;
}
 
.submenu_two {
    display: flex !important;
    padding: 0px 0px 0px 28px !important;
    flex-wrap: wrap;
    letter-spacing: 0px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li .submenu_two a {
    padding: 0px 10px 5px 0px !important;
    /* text-transform: none; */
    font-weight: 400;
    position: relative;
}
 
.submenu_two a:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li .submenu_two a:hover {
    background: none !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-activity{
    background: url("../../assets/images/activity_2.png") no-repeat center left !important;
    background-size: 16px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-form{
    background: url("../../assets/images/google-forms.png") no-repeat center left !important;
    background-size: 17px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-welfare{
    background: url("../../assets/images/desktop-monitor.png") no-repeat center left !important;
    background-size: 16px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-dob{
    background: url("../../assets/images/dob_2.png") no-repeat center left !important;
    background-size: 16px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-credit{
    background: url("../../assets/images/id_2.png") no-repeat center left !important;
    background-size: 16px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-reminder{
    background: url("../../assets/images/bell.png") no-repeat center left !important;
    background-size: 16px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-asset{
    background: url("../../assets/images/asset_2.png") no-repeat center left !important;
    background-size: 16px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-admin{
    background: url("../../assets/images/admin_2.png") no-repeat center left !important;
    background-size: 16px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-cli{
    background: url("../../assets/images/call_2.png") no-repeat center left !important;
    background-size: 16px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-reports{
    background: url("../../assets/images/report_2.png") no-repeat center left !important;
    background-size: 16px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-vehicle{
    background: url("../../assets/images/vehicle_2.png") no-repeat center left !important;
    background-size: 18px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-comms{
    background: url("../../assets/images/comms_2.png") no-repeat center left !important;
    background-size: 17px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-comms{
    background: url("../../assets/images/comms_2.png") no-repeat center left !important;
    background-size: 17px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-incident{
    background: url("../../assets/images/incident_2.png") no-repeat center left !important;
    background-size: 17px !important;
}
 
#topnav.top-nav-wrapper .main-module .navigation-menu.icons-menu > li .submenu li a.nav-schedule{
    background: url("../../assets/images/schedule_2.png") no-repeat center left !important;
    background-size: 18px !important;
}