@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

body {
    background: #f9f9f9;
    font-family: 'Ubuntu', sans-serif;
    overflow-y: scroll;
}
    body.modal-open {
        overflow: hidden;
        position: fixed;
        /*padding-right: 8px;*/
        width: 100%;
        /*height: 657px*/
    }
    body.modal-open > *:not(.modal):not(.modal-backdrop):not(.slider-wrapper):not(.toast):not(.sweet-alert):not(.idle-wrapper), body.stop-scrolling > *:not(.modal):not(.modal-backdrop):not(.slider-wrapper):not(.toast):not(.sweet-alert):not(.idle-wrapper):not(.chat-wrapper) {
        filter: blur(1.5px);
    }
    body.idle-open > *:not(.idle-wrapper) {
        filter: blur(2.5px);
    }

    body.idle-open {
        overflow-y: hidden !important;
    }

.fields [class^='col-'] {
    margin-bottom: 10px;
}

.input-fluid {
    width: auto;
}

.inline-block {
    display: inline-block;
}

* > h1:first-child, * > h2:first-child, * > h3:first-child, * > h4:first-child, * > h5:first-child {
    margin-top: 2px;
}

@media (min-width: 992px) {
    .fixed-md {
        position: fixed !important;
    }
}

.clear {
    height: 10px;
}

.clear-15 {
    height: 25px;
}

.clear-25 {
    height: 25px;
}

.clear-50 {
    height: 50px;
}

.clear-75 {
    height: 75px;
}

.clear-100 {
    height: 100px;
}

.clear-200 {
    height: 200px;
}

.container-sidebar {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed !important;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    transition: all 0.4s ease;
}

#sidenav.collapsed {
    width: 0px;
}

#sidenav {
    transition: all 0.2s ease;
}

.sidenav-bar {
    height: 100%;
    position: fixed !important;
    background-color: #f1f1f1;
    width: 16.66666667%;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

#main {
    transition: margin-left .5s;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: rgb(230, 230, 230);
    color: #444;
}

.img-navbar {
    height: 24px;
    width: 24px;
}

/*#region side nav css*/
@media (max-width: 768px) {
    .navbar-fixed-side {
        margin-left: -15px;
        margin-right: -15px;
    }

    .pull-right-lg {
        float: none !important;
    }

    .space-sm-only {
        height: 10px;
    }

    #footerComp {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .space-sm-only {
        height: 0px;
    }

    .pull-right-lg {
        float: right !important;
    }

    body {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .dropdown-toggle.heading {
        pointer-events: none;
    }

    .navbar-fixed-side {
        position: fixed;
        margin: 0 -15px;
        height: 100vh;
        width: inherit;
        overflow: hidden;
        border-top-width: 0;
        border-bottom-width: 0;
        border-radius: 0;
        z-index: 1;
        font-size: 14px !important;
        /*padding-bottom: 40px;*/
        box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2);
    }

        .navbar-fixed-side .container, .navbar-fixed-side .container-fluid {
            width: auto;
            padding-left: 0;
            padding-right: 0;
        }

        .navbar-fixed-side .navbar-header {
            float: none;
        }

    .navbar-footer {
        /* margin-top: -13%; */
        /* text-align: right; */
        /* padding-right: 20px; */
        position: absolute;
        bottom: 0px;
        background-color: #1e2b38;
        width: 100%;
        padding: 0.7rem 1rem;
    }

    .navbar-fixed-side .navbar-brand, .navbar-fixed-side .navbar-brand:focus, .navbar-fixed-side .navbar-brand:hover {
        height: auto;
        background-color: #fefefe;
    }

    .navbar-fixed-side > .container .navbar-brand, .navbar-fixed-side > .container-fluid .navbar-brand {
        margin-left: 0;
        padding: 10px 15px;
    }

        .navbar-fixed-side > .container .navbar-brand > img, .navbar-fixed-side > .container-fluid .navbar-brand > img {
            max-width: 100%;
            /*height: 65px;*/
        }

    .navbar-fixed-side .navbar-collapse {
        width: 100%;
        border-top: 0px solid #e7e7e7;
        height: calc(100vh - 65px) !important;
        overflow-y: auto !important;
        padding-bottom: 40px;
    }

    .navbar-fixed-side .navbar-nav {
        float: none;
        margin: 0 -15px;
    }

        .navbar-fixed-side .navbar-nav > li {
            float: none;
        }

            .navbar-fixed-side .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
                border-bottom: 0px solid #e7e7e7;
            }

    .navbar-fixed-side .navbar-form {
        margin: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px;
        border-bottom: 0px solid #e7e7e7;
    }

    .navbar-fixed-side .navbar-text {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-fixed-side .navbar-left, .navbar-fixed-side .navbar-right {
        float: none !important;
    }

    .navbar-fixed-side .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        border-bottom: 0px solid #e7e7e7;
    }

        .navbar-fixed-side .navbar-nav .dropdown-menu > li > a, .navbar-fixed-side .navbar-nav .dropdown-menu .dropdown-header {
            padding-left: 45px;
            transition: all 0.2s ease;
            font-size: 14px !important;
        }

            .navbar-fixed-side .navbar-nav .dropdown-menu > li > a:hover, .navbar-fixed-side .navbar-nav .dropdown-menu > li > a:focus {
                padding-left: 50px;
            }

    .navbar-fixed-side .dropdown > .dropdown-toggle, .navbar-fixed-side .dropdown-menu > .dropdown-header {
        text-transform: capitalize;
        border-bottom: none;
    }

    .navbar-fixed-side .dropdown-toggle .caret {
        transform: translate(-50%) rotate(-90deg);
        position: absolute;
        right: 15px;
        top: 50%;
        display: inline-block;
        transition: all 0.4s ease;
    }

    .navbar-fixed-side .dropdown.open .dropdown-toggle .caret {
        transform: translate(-50%) rotate(360deg);
    }

    .navbar-fixed-side .open > .dropdown-menu {
        animation: fadeInLeft .3s ease;
    }

    .navbar-fixed-side .dropdown-menu {
        /*display: block;*/
        transition: all 0.4s ease;
    }

    .navbar-fixed-side.navbar-inverse .navbar-collapse, .navbar-fixed-side.navbar-inverse .navbar-nav > li > a, .navbar-fixed-side.navbar-inverse .navbar-form, .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu {
        border-color: #363636;
    }

    .navbar-fixed-side.navbar-inverse .divider {
        background: #ddd;
        height: 1px;
        margin-top: 5px;
        margin-bottom: 5px;
        opacity: 0.3;
    }

    .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu > li > a {
        /*color: #9d9d9d;*/
    }

    .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu > .active > a {
        /*background-color: #090909;
      color: #fff;*/
    }

    .navbar-fixed-side.navbar-inverse .navbar-nav > li:not(.active) > a:hover, .navbar-fixed-side.navbar-inverse .navbar-nav > li:not(.active) > a:focus, .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu > li:not(.active) > a:hover, .navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu > li:not(.active) > a:focus {
        /*background-color: #2f2f2f;
      color: #fff;*/
    }

    .navbar-fixed-side.navbar-inverse .dropdown > .dropdown-toggle {
        /*color: #777777 !important;*/
    }

    /*.navbar-fixed-side .dropdown > .dropdown-toggle:hover {
      background-color: transparent !important;
      color: currentColor !important;
    }*/
}

/*#endregion*/
/*Top bar*/
.topbar {
    margin-left: -15px;
    margin-right: -15px;
    height: 40px;
    background-color: #ecf0f1;
    border-bottom: 1px solid #d9dcdd;
    margin-bottom: 10px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    transition: all 0.4s ease;
}

.topbar-btn {
    border-radius: 0px;
    height: 40px;
    width: 40px;
    font-size: 15px;
}

    .topbar-btn + .topbar-btn {
        margin-left: -4px;
    }

    .topbar-btn.hidden + .topbar-btn {
        margin-left: 0px;
    }

/*.topbar-right-btn .topbar-btn:not(.topbar-user){
        border-radius:100%;
    }*/
.topbar-link {
    border-radius: 0px;
    height: 40px;
    font-size: 14px;
    padding: 6px 9px 6px 9px;
}

.topbar-user {
    position: relative;
    border-width: 0px;
    /*border-left: 20px solid #2c3e50;*/
    padding-left: 20px;
    border-bottom: 1px solid #d9dcdd;
    z-index: 1;
}

    .topbar-user:hover, .topbar-user:active, .topbar-user:focus, .topbar-user:active:hover {
        /*border-left: 20px solid #2c3e50;*/
        border-bottom: 1px solid #d9dcdd;
    }

.topbar-notify {
    padding-right: 45px;
    position: relative;
    padding-left: 5px;
}

    .topbar-notify:after {
        content: '';
        position: absolute;
        border: 20px solid #2c3e50;
        top: -2px;
        left: -22px;
        border-left-color: transparent;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-top-width: 40px;
        z-index: -1;
    }

    .open > .topbar-notify:after, .topbar-notify:hover:after, .topbar-notify:active:after, .topbar-notify:focus:after, .topbar-notify:active:hover:after {
        border-top-color: #1a242f !important;
    }

    .open > .topbar-notify, .topbar-notify:hover, .topbar-notify:active, .topbar-notify:focus, .topbar-notify:active:hover {
        background-color: #1a242f !important;
        border-color: #1a242f !important;
    }

#userDP {
    position: absolute;
    height: 40px;
    width: 40px;
    left: -20px;
    border-radius: 100%;
    top: 0px;
    /* border-radius: 0px; */
    background-color: #fefefe;
    border: 2px solid #ecf0f1;
    /* border-bottom: 1px solid #d9dcdd; */
}

.topbar-title {
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
    padding-top: 4px;
}

#main-content {
    margin-top: 70px;
}

    #main-content > #main-container {
        margin-bottom: 60px;
    }

    #main-content.col-sm-12 {
        transition: all 0.4s ease;
    }

.topbar .user-dropdown {
    right: 0px;
}

/*Top bar ends*/
#myInput {
    background-image: url('/css/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 80%;
    font-size: 16px;
    padding: 5px 5px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
}

    #myTable th, #myTable td {
        text-align: left;
    }

    #myTable tr {
        border-bottom: 1px solid #ddd;
    }

        #myTable tr.header, #myTable tr:hover {
            background-color: white;
        }
.table-Contract {
    font-size: 13px;
    margin-bottom: 10px;
}

.table {
    font-size: 13px;
    margin-bottom: 10px;
    table-layout: fixed;
}

.table-hover tbody > tr {
    cursor: pointer;
}

.top-button-bar {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9dcdd;
    margin-bottom: 10px;
}

.list-activity-log .list-group-item .stamp {
    float: right;
    text-align: right;
}

    .list-activity-log .list-group-item .stamp .time {
        font-size: 14px;
        color: rgba(44, 62, 80, 0.8);
    }

.list-activity-log .list-group-item .list-group-item-heading {
    font-weight: bold;
    display: inline-block;
}

.list-activity-log .list-group-item .list-group-item-text {
    font-size: 14px;
    color: rgba(44, 62, 80, 0.8);
}

.list-activity-log > .list-group-item {
    border-radius: 0px;
    background-color: #ecf0f1;
    height: 62px;
}

    .list-activity-log > .list-group-item + .list-group-item {
        margin-top: 15px;
    }

.list-activity-log .list-group-item .user-img {
    position: relative;
}

    .list-activity-log .list-group-item .user-img img {
        display: inline-block;
        float: left;
        width: 40px;
        height: 40px;
        margin-top: 0px;
        margin-left: -5px;
    }

.list-activity-log .list-group-item .content {
    display: inline-block;
    margin-left: 10px;
}

    .list-activity-log .list-group-item .content .list-group-item-text {
        overflow: hidden;
        text-overflow: ellipsis;
        height: 20px;
        white-space: nowrap;
    }

/*Custom checkbox*/
.checkbox * {
    box-sizing: border-box;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox {
    display: inline-block;
    margin: 0;
}

    .checkbox > input {
        display: none;
    }

    .checkbox > label {
        vertical-align: top;
        padding-left: 25px;
    }

    .checkbox > [type="checkbox"] + label:before, .checkbox > [type="radio"] + label:before {
        color: #777;
        content: '';
        position: absolute;
        left: 0px;
        display: inline-block;
        min-height: 20px;
        height: 20px;
        width: 20px;
        border: 2px solid #777;
        font-size: 15px;
        vertical-align: top;
        text-align: center;
        transition: all 0.2s ease-in;
        content: '';
    }

.input-group-addon .checkbox > [type="checkbox"] + label:before, .input-group-addon .checkbox > [type="radio"] + label:before {
    left: 2px;
}

.checkbox.radio-square > [type="checkbox"] + label:before, .checkbox.radio-square > [type="radio"] + label:before {
    border-radius: 0px;
}

.checkbox.radio-rounded > [type="checkbox"] + label:before, .checkbox.radio-rounded > [type="radio"] + label:before {
    border-radius: 50%;
}

.checkbox.radio-blue > [type="checkbox"] + label:before, .checkbox.radio-blue > [type="radio"] + label:before {
    border: 2px solid #ccc;
}

.checkbox > [type="checkbox"] + label:hover:before, .checkbox > [type="radio"] + label:hover:before {
    border-color: #128f76;
}

.checkbox > [type="checkbox"]:checked + label:before, .checkbox > [type="radio"]:checked + label:before {
    width: 10px;
    height: 16px;
    border-top: transparent;
    border-left: transparent;
    border-color: #18bc9c;
    border-width: 4px;
    transform: rotate(45deg);
    top: -4px;
    border-radius: 0px;
    left: 4px;
}

.input-group-addon .checkbox > [type="checkbox"]:checked + label:before, .input-group-addon .checkbox > [type="radio"]:checked + label:before {
    left: 8px;
    top: -2px;
    border-width: 3px;
    border-color: #1dd4b0;
}

/*Customs checkbos ends*/
.input-xs {
    height: 26px;
    padding: 4px 9px;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
}

.table-v-middle tbody tr td {
    vertical-align: middle;
}

.table-fluid {
    width: auto;
}

/* Sangeetha - start */
.hover-enlarge:hover > img {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: auto;
    transition: all 0.2s ease;
    -moz-box-shadow: 0px 1px 14px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 14px 4px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 14px 4px rgba(0,0,0,0.2);
    border-radius: 6px;
    z-index: 99999;
}

.img-stretch.img-responsive {
    width: 100%;
}

@media (min-width: 1024px) {
    .modal-xl {
        width: 1100px;
    }

    .modal-body {
        max-height: calc(100vh - 180px);
        overflow-y: auto;
    }
}

/*Login*/
.bg {
    background-image: url('../img/backdrop.jpg');
    background-position: center;
    background-size: cover;
}

.panel-login {
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2), 0px 0px 20px 4px rgba(0, 0, 0,0.2);
    /* border-radius: 0px; */
    /* color: #f4f4f4; */
    /*border-color: rgba(44, 62, 80, 0.6);*/
    border-color: #18BC9C;
    border-width: 2px;
}

/*.panel-login .text-danger {
        color: #ffa9a9;
    }*/
.collapse-bar {
    height: 20px;
    font-size: 12px;
    cursor: pointer;
    background-color: #d9dcdd;
    margin-bottom: 10px;
    position: relative;
}

    .collapse-bar > .collapse-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .collapse-bar:hover {
        background-color: #ecf0f1;
    }

.collapse-bar-pull-up {
    margin-top: -10px;
}

.text-white {
    color: #efefef;
}

.row.row-min > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

    .row.row-min > [class^=col-]:first-child {
        padding-left: 15px;
    }

    .row.row-min > [class^=col-]:last-child {
        padding-right: 15px;
    }

.row.row-min > .col-xs-1:nth-child(13), .row.row-min > .col-sm-1:nth-child(13), .row.row-min > .col-md-1:nth-child(13), .row.row-min > .col-lg-1:nth-child(13) {
    padding-left: 15px;
}

.row.row-min > .col-xs-2:nth-child(7), .row.row-min > .col-sm-2:nth-child(7), .row.row-min > .col-md-2:nth-child(7), .row.row-min > .col-lg-2:nth-child(7) {
    padding-left: 15px;
}

.row.row-min > .col-xs-3:nth-child(5), .row.row-min > .col-sm-2:nth-child(5), .row.row-min > .col-md-3:nth-child(5), .row.row-min > .col-lg-2:nth-child(5) {
    padding-left: 15px;
}

.row.row-min > .col-xs-4:nth-child(4), .row.row-min > .col-sm-4:nth-child(4), .row.row-min > .col-md-4:nth-child(4), .row.row-min > .col-lg-4:nth-child(4) {
    padding-left: 15px;
}

.row.row-min > .col-xs-6:nth-child(3), .row.row-min > .col-sm-6:nth-child(3), .row.row-min > .col-md-6:nth-child(3), .row.row-min > .col-lg-6:nth-child(3) {
    padding-left: 15px;
}

.row.row-min > .col-xs-12:nth-child(2), .row.row-min > .col-sm-12:nth-child(2), .row.row-min > .col-md-12:nth-child(2), .row.row-min > .col-lg-12:nth-child(2) {
    padding-left: 15px;
}

.row-dashboard:not(.row-dashboard-normal) > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.row-dashboard > [class^=col-]:first-child {
    padding-left: 15px;
}

.row-dashboard > [class^=col-]:last-child {
    padding-right: 15px;
}

.row-dashboard .panel {
    border-width: 0px;
}

.dashboard-card {
    padding: 0px;
    color: #fefefe;
    overflow: hidden;
}

    .dashboard-card:before, .dashboard-card:after {
        width: 100%;
        display: table;
        clear: both;
    }

    .dashboard-card > .left {
        float: left;
        width: 60%;
        font-size: 12px;
    }

    .dashboard-card > .right {
        text-align: right;
        float: left;
        width: 40%;
        font-size: 24px;
    }

    .dashboard-card > .left > .content {
        display: inline-block;
        padding: 14px 15px;
    }

    .dashboard-card > .right > .content {
        display: inline-block;
        padding: 6px 15px;
    }

.row-dashboard [class^=col-] .panel {
    animation-name: fadeInLeft;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    color: #fefefe;
    opacity: 0;
}

    .row-dashboard [class^=col-] .panel .dashboard-card {
        color: #fefefe;
    }

        .row-dashboard [class^=col-] .panel .dashboard-card > .right > .content {
            background-color: rgba(0, 0, 0, 0.15);
        }

.row-dashboard [class^=col-]:nth-child(1) .panel .dashboard-card {
    animation-delay: 1.2s;
    background-color: #72C367;
    border: 1px solid #61A658;
}

.row-dashboard [class^=col-]:nth-child(2) .panel .dashboard-card {
    animation-delay: 1.4s;
    background-color: #18ace0;
    border: 1px solid #1492BF;
}

.row-dashboard [class^=col-]:nth-child(3) .panel .dashboard-card {
    animation-delay: 1.6s;
    background-color: #ff9045;
    border: 1px solid #D97B3B;
}

.row-dashboard [class^=col-]:nth-child(4) .panel .dashboard-card {
    animation-delay: 1.8s;
    background-color: #b141a9;
    border: 1px solid #973790;
}

.row-dashboard [class^=col-]:nth-child(5) .panel .dashboard-card {
    animation-delay: 2.0s;
    background-color: #2e7c98;
    border: 1px solid #276A81;
}

.row-dashboard [class^=col-]:nth-child(6) .panel .dashboard-card {
    animation-delay: 2.2s;
    background-color: #E83C37;
    border: 1px solid #C6332F;
    /*background-color: #e4221b;*/
}

.row-dashboard [class^=col-]:nth-child(1) .panel {
    animation-delay: 1.2s;
}

.row-dashboard [class^=col-]:nth-child(2) .panel {
    animation-delay: 1.4s;
}

.row-dashboard [class^=col-]:nth-child(3) .panel {
    animation-delay: 1.6s;
}

.row-dashboard [class^=col-]:nth-child(4) .panel {
    animation-delay: 1.8s;
}

.row-dashboard [class^=col-]:nth-child(5) .panel {
    animation-delay: 2.0s;
}

.row-dashboard [class^=col-]:nth-child(6) .panel {
    animation-delay: 2.2s;
}

.col-sm-2 > .panel > .dashboard-card > .right > .content, .col-sm-1 > .panel > .dashboard-card > .right > .content {
    padding: 6px 12px;
}

.bg-light {
    background-color: #ecf0f1;
    color: #444;
}

.btn-delete {
    color: rgba(231, 76, 60,0.8);
    border-width: 1px;
    border-color: rgba(231, 76, 60,01);
    background-color: #fefefe;
}

    .btn-delete:hover, .btn-delete:focus {
        border-color: rgba(231, 76, 60,0.5);
        color: rgba(231, 76, 60,0.8);
        outline: none;
    }

    .btn-delete:active {
        color: rgba(231, 76, 60,01);
        outline: none;
    }

.btn-edit {
    color: #18bc9c;
    border-width: 1px;
    border-color: rgba(24, 188, 156, 1);
    background-color: #fefefe;
}

    .btn-edit:hover, .btn-edit:focus {
        border-color: rgba(24, 188, 156, 0.5);
        color: rgba(24, 188, 156, 1);
        outline: none;
    }

    .btn-edit:active {
        color: rgba(76, 231, 60,01);
        outline: none;
    }

.cell-min {
    width: 50px;
}

.cell-400 {
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cell-200 {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cell-100 {
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cell-75 {
    width: 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.panel.panel-min .panel-body {
    padding: 8px 010px;
}

label {
    margin-bottom: 0px;
}

.panel.card {
    border-radius: 0px;
    box-shadow: none;
    border-color: #dfdfdf;
    margin-bottom: 10px;
}

.text-sub {
    font-size: 13px;
    color: #999;
}

.notification-count {
    border-radius: 50%;
    background-color: #ff9144;
    height: 8px;
    width: 8px;
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* font-size:12px; */
    /* overflow:hidden; */
    /* text-overflow:ellipsis; */
    /* white-space:nowrap; */
    position: absolute;
    top: 6px;
    right: 25px;
    animation: blink 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

.notification-list {
    min-width: 400px;
    padding: 0px;
    overflow: hidden;
}

    .notification-list > .notification-list-title {
        padding: 4px 10px;
        color: #666;
        border-bottom: 1px solid #ddd;
    }

    .notification-list > .notification-list-more {
        text-align: center;
        padding: 4px;
        color: #18bc9c;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    }

        .notification-list > .notification-list-more:hover {
            cursor: pointer;
            text-decoration: underline;
        }

    .notification-list > .notification-list-item {
        min-height: 70px;
        padding: 10px;
        background-color: #f9f9f9;
    }

        .notification-list > .notification-list-item:hover {
            background-color: #ecf0f1;
            cursor: pointer;
        }

        .notification-list > .notification-list-item + .notification-list-item {
            border-top: 1px solid #ddd;
        }

        .notification-list > .notification-list-item > .notification-content-wrapper:after, .notification-list > .notification-list-item > .notification-content-wrapper:before {
            display: table;
            content: '';
            clear: both;
        }

        .notification-list > .notification-list-item > .notification-content-wrapper > .notification-content {
            width: 100%;
        }

            .notification-list > .notification-list-item > .notification-content-wrapper > .notification-content > .notification-icon {
                width: 50px;
                height: 50px;
                display: inline-block;
                background-color: white;
                border-radius: 100%;
                box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
            }

        .notification-list > .notification-list-item:hover > .notification-content-wrapper > .notification-content > .notification-icon {
            box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.12);
        }

        .notification-list > .notification-list-item > .notification-content-wrapper > .notification-content > .notification-message {
            padding-left: 10px;
            display: inline-block;
            width: calc(100% - 60px);
            vertical-align: top;
        }

            .notification-list > .notification-list-item > .notification-content-wrapper > .notification-content > .notification-message > .notification-stamp {
                display: block;
                font-size: 80%;
                opacity: 0.8;
                margin-top: 4px;
            }

                .notification-list > .notification-list-item > .notification-content-wrapper > .notification-content > .notification-message > .notification-stamp > .notification-date {
                    display: inline;
                }

                    .notification-list > .notification-list-item > .notification-content-wrapper > .notification-content > .notification-message > .notification-stamp > .notification-date:after {
                        content: ' at ';
                    }

                .notification-list > .notification-list-item > .notification-content-wrapper > .notification-content > .notification-message > .notification-stamp > .notification-time {
                    display: inline;
                    font-style: italic;
                }

/*Sangeetha - Start*/
.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.checkboxes {
    display: none;
    border: 2px solid #dce4ec;
    padding: 5px;
    max-height: 185px;
    overflow-y: auto;
}

    .checkboxes label {
        display: block;
    }

        .checkboxes label:hover {
            background-color: #1e90ff;
        }

.checkbox {
    margin: 0;
}

/*Sangeetha - End*/
/*Custom scrollbar*/
::-webkit-scrollbar {
    height: 8px !important;
    overflow: visible !important;
    width: 5px !important;
}

::-webkit-scrollbar-thumb {
    background: #18bc9c !important;
    background-clip: padding-box !important;
    /*border: 2px solid transparent !important;*/
    border-image: initial !important;
    min-height: 28px !important;
    padding: 100px 0px 0px !important;
    box-shadow: rgba(0, 0, 0, 0.1280392) 1px 1px 0px inset, rgba(0, 0, 0, 0.09667) 0px -1px 0px inset !important;
}

    /* :window-inactive inspired by cssTricks */
    ::-webkit-scrollbar-thumb:hover {
        background: #18bc9c !important;
        background-clip: padding-box !important;
    }

    /* :window-inactive inspired by cssTricks */
    ::-webkit-scrollbar-thumb:window-inactive {
        background: #18bc9c !important;
        background-clip: padding-box !important;
    }

::-webkit-scrollbar-button {
    height: 0px !important;
    width: 0px !important;
}

::-webkit-scrollbar-track {
    background: #efefef;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAAAAABVicqIAAAACXZwQWcAAABkAAAAZACHJl7mAAAASUlEQVRo3u3PQQEAIAzDQOoE/6bAyaaiv0sUXN799TOnX0hISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhIqi0mjfaIwOmF7QAAAABJRU5ErkJggg==) repeat !important;*/
    /*background-clip: padding-box !important;*/
    /*border: 2px solid white !important;*/
    /*border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAAAAABVicqIAAAACXZwQWcAAABkAAAAZACHJl7mAAAASUlEQVRo3u3PQQEAIAzDQOoE/6bAyaaiv0sUXN799TOnX0hISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhIqi0mjfaIwOmF7QAAAABJRU5ErkJggg==) 3 repeat!important;*/
    /*border-image: initial !important;*/
    border: 1px solid #dfdfdf;
}

::-webkit-scrollbar-corner {
    background: transparent !important;
}

/*Custom scrollbar ends*/
/*Custom Checkbox starts - rajeni*/
.c-checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

    .c-checkbox:before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        z-index: 1;
        width: 2rem;
        height: 2rem;
        border: 3px solid #f2f2f2;
    }

    .c-checkbox:checked:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 1rem;
        border-color: #009688;
        border-top-style: none;
        border-right-style: none;
    }

    .c-checkbox:after {
        content: "";
        position: absolute;
        top: -0.125rem;
        left: 0;
        width: 2rem;
        height: 2rem;
        background: #fff;
        cursor: pointer;
    }

/*Custom Checkbox Ends - Rajeni*/
.not-editable {
    pointer-events: none;
}

.section-edit.footer, .footer-static {
    position: fixed;
    padding: 10px;
    width: 100%;
    right: 0px;
    bottom: 0px;
    text-align: right;
    background: #ecf0f1;
    border-top: 1px solid #d9dcdd;
    /*box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.1);*/
}

    .footer-static *:not(label) {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .footer-static label {
        margin-top: 5px !important;
        margin-bottom: 0px !important;
    }

    .footer-static div.clear {
        height: 0px;
    }

    .footer-static > .angular-pagination {
        text-align: left;
    }

.section-edit.footer {
    z-index: 1000;
}

.loader {
    position: fixed;
    z-index: 99999;
    top: 100vh;
    left: 0px;
    background-color: rgba(255,255,255,0.95);
    height: 100%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    transition: all 0.6s ease;
}

    .loader.hide {
        top: 100vh;
    }

    .loader > .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
        color: #18bc9c;
    }

.hotPersuit li {
    background: #18bc9c;
    margin-left: 1px;
    width: 20px;
    height: 30px;
    display: inline-block;
    opacity: 0;
    border-radius: 2px;
    box-shadow: 0px 0px 5px 0px #2c3e50;
    transform: skew(-25deg, 0deg) scale(0.1);
    animation: loader .6s ease-in-out infinite alternate;
}

    .hotPersuit li:nth-child(2) {
        animation-delay: 0.1s;
    }

    .hotPersuit li:nth-child(3) {
        animation-delay: 0.2s;
    }

    .hotPersuit li:nth-child(4) {
        animation-delay: 0.4s;
    }

    .hotPersuit li:nth-child(5) {
        animation-delay: 0.6s;
    }

    .hotPersuit li:nth-child(6) {
        animation-delay: 0.8s;
    }

    .hotPersuit li:nth-child(7) {
        animation-delay: 1s;
    }

@-moz-keyframes loader {
    to {
        transform: skew(-25deg, 0deg) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes loader {
    to {
        transform: skew(-25deg, 0deg) scale(1);
        opacity: 1;
    }
}

@keyframes loader {
    to {
        transform: skew(-25deg, 0deg) scale(1);
        opacity: 1;
    }
}

/*Nav loader*/
.navLoader-wrapper {
    position: fixed;
    background: rgb(24, 188, 156);
    top: 0px;
    /* vertical-align: middle; */
    padding: 5px 10px 0px 10px;
    top: 0px;
    left: 50%;
    z-index: 999;
    transition: all 0.4s ease;
}

    .navLoader-wrapper > .navLoader {
        display: inline-block;
        box-sizing: content-box;
        width: 20px;
        height: 20px;
        border: 5px solid rgba(255, 255, 255,0.4);
        border-top-color: rgb(255, 255, 255);
        animation: navLoad 0.5s linear both infinite;
        transform: rotate(0deg);
        border-radius: 100%;
    }

    .navLoader-wrapper > .text {
        display: inline-block;
        margin-left: 5px;
        color: white;
        position: relative;
        top: -10px;
    }

@keyframes navLoad {
    to {
        transform: rotate(360deg);
    }
}

/*Nav loader ends*/
.img-hover:hover + .remove, .remove:hover {
    top: 50% !important;
}

.backdrop-img {
    background-color: rgba(255,255,255,0.95);
    z-index: 999999999;
    position: fixed;
    top: -100vh;
    left: 0px;
    width: 100vw;
    height: 100vh;
    transition: all 0.4s ease;
    overflow: auto;
}

    .backdrop-img.open {
        transition: all 0.4s ease;
        top: 0vh;
    }

    .backdrop-img > .img-center {
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: rgba(255,255,255,1);
        transform: translateX(-50%) translateY(-50%);
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
        border-radius: 4px;
    }

input[type=range] {
    -webkit-appearance: none;
    width: auto;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #18bc9c;
        margin-top: -5px;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

    input[type=range]::-moz-range-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #18bc9c;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    }

    /*hide the outline behind the border*/
    input[type=range]:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        width: 300px;
        height: 5px;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 6px 0;
        /*remove default tick marks*/
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ddd;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #18bc9c;
        box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
        margin-top: 0px;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }

.hover, .hover-fade, .hover-shadow {
    cursor: pointer;
}

th.hover .fa {
    opacity: 0.4;
}

th.hover:hover .fa {
    opacity: 0.8;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #18bc9c;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    margin-top: 0px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

/*/*For validation*/
/* AngularJS Form validation styling 
.validation.help-block {
    color: #e74c3c;
    font-style: italic;
}

/* invalid & (dirty or touched) => red -- CSS3 only 
.ng-invalid.ng-dirty:not(:focus),
.ng-invalid.ng-touched:not(:focus) {
    border-color: #e74c3c;
}

/* valid & dirty => green 
.ng-valid.ng-dirty.ng-touched {
    border-color: #2ecc71;
}
*/
/*error display font italic, text-danger is red in BS*/
.validation.text-danger {
    font-style: italic;
    display: none !important;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #18bc9c;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    margin-top: 0px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.hover-fade:hover {
    opacity: 0.8;
}

.hover-shadow:hover {
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

iframe {
    border: 0px;
    width: 100%;
    overflow: auto;
}

    iframe.framed {
        border: 0px;
        width: 100%;
        height: 500px;
        overflow: auto;
    }

.proposal {
    border: 0px;
    width: 100%;
    height: 500px;
    overflow: auto;
}

.lone-label {
    margin-top: 6px;
}

.input-hover:not(:focus) {
    border-color: transparent !important;
    background-color: transparent !important;
}

.input-hover:hover {
    border-color: #dce4ec !important;
    background-color: #fff !important;
}

    .input-hover:hover:focus {
        border-color: #2c3e50 !important;
    }

#cke_proposalEditor {
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.05);
}

/*Slider CSS - Jones*/
.slider-wrapper {
    position: fixed;
    border-left: 1px solid #2c3e50;
    border-bottom: 1px solid #2c3e50;
    background-color: #fefefe;
    top: 80px;
    left: auto;
    right: -300px;
    bottom: auto;
    width: 300px;
    height: calc(100vh - 160px);
    transition: all 0.3s ease;
    z-index: 999999;
    border-bottom-left-radius: 8px;
}

    .slider-wrapper.open {
        right: 0px;
        box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.22);
    }

    .slider-wrapper:not(.open) > .slider-button {
        box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.22);
    }

    .slider-button {
        position: absolute;
        top: 0px;
        left: -28px;
        width: 28px;
        height: 35px;
        padding: 3px 6px;
        text-align: center;
        background: #2c3e50;
        border: 1px solid #2c3e50;
        border-right-color: #2c3e50;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 20px 15px;
        cursor: pointer;
        box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.22);
        color: white;
    }

        .slider-wrapper > .slider-button:hover {
            background-color: #0d1318;
        }

        .slider-wrapper > .slider-button > .fa {
            font-size: 13px !important;
        }

    .slider-wrapper > .slider-content {
        height: 100%;
        width: 100%;
    }

        .slider-wrapper > .slider-content > .slider-title {
            border-bottom: 1px solid #18bc9c;
            padding: 6px 15px 7px 15px;
            color: white;
            background: #18bc9c;
        }

        .slider-wrapper > .slider-content > .slider-body {
            padding: 10px 15px;
            background-color: #fefefe;
            height: calc(100% - 36px);
            width: 100%;
            overflow: auto;
            border-bottom-left-radius: 8px;
        }

    .slider-wrapper > .slider-button > .fa.animated {
        animation: blink 1s ease-in both infinite;
        transform: translate3d(0, 0, 0);
    }

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(0px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-1px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(1px, 0, 0);
    }
}

/*SLider CSS ends*/
#breadcrumb {
    display: inline-block;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 13px;
    padding-top: 3px;
    font-family: "lato";
    background-color: #95a5a6;
    color: #fff;
    padding-bottom: 4px;
    position: relative;
    left: -100%;
    opacity: 0;
    animation: breadcrumb 01s cubic-bezier(.39,.22,.55,1.14) 1.5s forwards;
}

    #breadcrumb:after {
        content: '';
        display: inline-block;
        width: 0px;
        background-color: transparent;
        border: 13px solid transparent;
        border-left: 13px solid #95a5a6;
        border-top: 12px solid #95a5a6;
        right: -26px;
        position: absolute;
        top: 0px;
    }

@keyframes breadcrumb {
    to {
        left: 0%;
        opacity: 1;
    }
}

@-moz-keyframes breadcrumb {
    to {
        left: 0%;
        opacity: 1;
    }
}

@-webkit-keyframes breadcrumb {
    to {
        left: 0%;
        opacity: 1;
    }
}

.toggle-handle {
    background-color: #ededed;
}

tr > td > .fade-in-icon {
    opacity: 0;
}

tr:hover > td > .fade-in-icon {
    animation-name: fadeInRight;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

tr:hover > td:last-child {
    overflow: hidden;
}

#navBtn {
    display: none;
}

.flashBorderRed {
    animation: flashBorderRed 1.8s ease-out forwards;
}

@keyframes flashBorderRed {
    from {
        border-color: RGB(231,84,69);
    }
}

@-moz-keyframes flashBorderRed {
    from {
        border-color: RGB(231,84,69);
    }
}

@-webkit-keyframes flashBorderRed {
    from {
        border-color: RGB(231,84,69);
        background-image: url("../");
    }
}

.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none;
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: -10px;
}

.table-min tr td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.table.table-bordered > thead > tr > th, .table.table-bordered > tbody > tr > th, .table.table-bordered > tfoot > tr > th {
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /*border: 1px solid #D5D5D5 !important;*/
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 38%, #fbfbfc 44%, #f7f8f9 94%, #d5d5d5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 38%, #fbfbfc 44%, #f7f8f9 94%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 38%, #fbfbfc 44%, #f7f8f9 94%, #d5d5d5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5', GradientType=0);
}

    .table.table-bordered > thead > tr > th:active, .table.table-bordered > tbody > tr > th:active, .table.table-bordered > tfoot > tr > th:active {
        /*border: 1px solid #D5D5D5 !important;*/
        background: rgb(229,229,229);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
    }

tr.row-terminated {
}

/*//Toast*/
.toast {
    position: fixed;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: auto;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 34px 6px rgba(0,0,0,0.25);
    border: 1px solid rgba(0,0,0,0.2);
    color: #eee;
    transition: all 0.4s ease;
    z-index: 999999;
    opacity: 0.85;
}

.toast-title {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 5px;
}

.page-under-construction {
    height: calc(100vh - 90px);
    width: 100%;
    position: relative;
}

    .page-under-construction > .img-wrap {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

        .page-under-construction > .img-wrap > img {
            width: 744px;
            height: 319px;
            margin: auto;
            box-shadow: 20px 20px 40px 1px rgba(0,0,0,0.2);
            border: 4px solid;
            border-right-color: RGB(44,62,80);
            border-bottom-color: RGB(44,62,80);
            border-top-color: RGB(24,188,156);
            border-left-color: RGB(24,188,156);
        }

        .page-under-construction > .img-wrap:after {
            display: inline-block;
            content: '';
            height: 4px;
            width: 300px;
            position: absolute;
            top: 0px;
            /* transform: rotate(-45deg); */
            right: -297px;
            box-shadow: 0px 20px 30px 2px rgba(0,0,0,0.2);
            background-color: RGB(24,188,156);
            border-bottom-right-radius: 6px;
            border-top-right-radius: 6px;
            opacity: 0;
            animation: fadeInRight 0.5s ease 1s forwards;
        }

        .page-under-construction > .img-wrap:before {
            display: inline-block;
            content: '';
            height: 4px;
            background-color: RGB(44,62,80);
            width: 300px;
            position: absolute;
            bottom: -0px;
            /* transform-origin: right; */
            /* transform: rotate(-45deg); */
            left: -296px;
            box-shadow: 10px 10px 20px 2px rgba(0,0,0,0.2);
            border-bottom-left-radius: 6px;
            border-top-left-radius: 6px;
            z-index: 9;
            opacity: 0;
            animation: fadeInLeft 0.5s ease 1s forwards;
        }

.card {
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

.tile-group {
    margin-bottom: 10px;
}

    .tile-group .tile ~ .tile {
        margin-top: 0px;
    }

    .tile-group > .tile {
        border-top: 1px solid #eee;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

        .tile-group > .tile:last-child {
            border-bottom: 1px solid #eee;
        }

.tile {
    overflow: hidden;
    display: block;
    min-height: 4px;
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
}

    .tile + .tile {
        margin-top: 10px;
    }

    .tile.hover:hover {
        background-color: #f5f5f5;
        cursor: pointer;
    }

    .tile > .header {
        display: block;
        margin-bottom: 5px;
    }

        .tile > .header > .title {
            display: block;
            font-size: 14px;
        }

        .tile > .header > small {
            display: block;
            font-size: 12px;
            font-style: italic;
            opacity: 0.5;
        }

        .tile > .header > .icons {
            display: inline-block;
            position: absolute;
            top: 5px;
            right: -45px;
            background-color: transparent;
            transition: all 0.4s ease;
        }

            .tile > .header > .icons > .icon {
                width: 20px;
                height: 20px;
                display: inline-block;
                text-align: center;
            }

                .tile > .header > .icons > .icon:hover {
                    background-color: rgba(0,0,0,0.2);
                }

    .tile:hover > .header > .icons {
        right: 5px;
    }

    .tile > .number {
        display: block;
        text-align: left;
        font-size: 20px;
    }

        .tile > .number > small {
            display: inline;
            font-size: 14px;
            opacity: 0.5;
        }

    .tile > .footer {
        display: block;
        font-size: 13px;
        margin-top: -20px;
        text-align: right;
    }

        .tile > .footer.clearfix {
            margin-top: -3px;
        }

    .tile > .show-hover {
        display: inline-block;
        position: absolute;
        bottom: -100%;
        left: 0px;
        background-color: white;
        width: 100%;
        transition: all 0.4s ease;
        z-index: 1;
        padding: 4px 15px 4px 15px;
        border-top: 1px solid #f2f2f2;
    }

    .tile:hover > .show-hover {
        bottom: 0px;
    }

    .tile.title-vertical {
        padding-left: 40px;
        border-top: 1px solid #95a5a6;
        border-left: 1px solid #95a5a6;
    }

        .tile.title-vertical > .title {
            position: absolute;
            top: 0px;
            left: -1px;
            background-color: #95a5a6;
            color: #eee;
            display: inline-block;
            height: 100%;
            width: 25px;
        }

            .tile.title-vertical > .title > span {
                display: inline-block;
                transform: rotate(-90deg);
                font-weight: bold;
                letter-spacing: 2px;
                position: absolute;
                left: -10px;
                bottom: 18px;
            }

            .tile.title-vertical > .title:after {
                content: '';
                display: block;
                height: 0px;
                width: 0px;
                border: 10px solid #95a5a6;
                border-right-color: transparent;
                border-bottom-color: transparent;
                position: absolute;
                left: 15px;
            }

    .tile.slide-content {
        position: relative;
    }

        .tile.slide-content .slide-body {
            height: 100%;
            position: absolute;
            background-color: #fff;
            width: 20%;
            top: 0px;
            z-index: 10;
            right: calc(-20% - 200px);
            transition: all 0.3s ease;
            pointer-events: none;
            padding: 20px 10px;
            opacity: 0.95;
        }

        .tile.slide-content:hover .slide-body {
            right: 0px;
        }

        .tile.slide-content .slide-body:before {
            content: '';
            display: block;
            height: 0px;
            width: 0px;
            position: absolute;
            border: 100px solid #fff;
            border-top-color: transparent;
            border-left-color: transparent;
            left: -200px;
            z-index: -1;
            opacity: 0.9;
        }

        .tile.slide-content .slide-body:after {
            content: '';
            display: block;
            width: 300px;
            height: 10px;
            background-color: #18bc9c;
            position: absolute;
            left: -280px;
            top: -10px;
            transform-origin: right;
            transform: rotate(-45deg);
            z-index: 6;
            box-shadow: 0px -4px 15px 0px rgba(0,0,0,0.2);
        }

.left-separator {
    border-left: 1px solid #eee;
}

.right-separator {
    border-right: 1px solid #eee;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

table:not(.input-ignore) td > input.form-control, table:not(.input-ignore) td > select.form-control, table:not(.input-ignore) td > input:not([type=checkbox]):not([type=radio]), table:not(.input-ignore) td > select {
    border: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 24px;
    width: 100%;
}

select.seamless {
    border-color: transparent !important;
}

.btn.seamless {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #454545 !important;
}

.right-negate-separator {
    z-index: 10;
}

    .right-negate-separator ~ * {
        margin-left: -1px;
        z-index: 0;
    }

.counter-container {
    margin-left: -15px;
    margin-right: -15px;
}

.label-push-down label ~ span, .label-push-down label ~ div {
    margin-top: 10px;
    margin-bottom: 8px;
}

*.has-absolute {
    position: relative !important;
}

td .stat-sticker {
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 1;
    pointer-events: none;
    transition: all 0.3s ease;
}

    td .stat-sticker.success {
        background-color: #23BFA0;
    }

    td .stat-sticker.info {
        background-color: RGB(62,156,220);
    }

    td .stat-sticker.warning {
        background-color: RGB(243,160,29);
    }

    td .stat-sticker.working {
        background-color: #9AA9AA;
        animation: blink 0.5s linear infinite;
    }

.stat-text {
    border-left: 5px #444 solid;
    opacity: 1;
}

    .stat-text.success {
        border-left-color: #23BFA0;
    }

    .stat-text.info {
        border-left-color: RGB(62,156,220);
    }

    .stat-text.warning {
        border-left-color: RGB(243,160,29);
    }

    .stat-text.working {
        border-left-color: #9AA9AA;
        animation: blink 0.5s linear infinite;
    }

@keyframes blink {
    50% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}

.slider-content-onload {
    display: none !important;
}

.panel-float-box {
    position: absolute;
    right: 10px;
    top: -40px;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: -2px 2px 6px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.panel-float-ele {
    position: absolute;
    right: 10px;
    top: -35px;
    padding: 5px 10px;
}

th.resizing + th {
    background: -moz-linear-gradient(left, rgba(53, 133, 222,0.65) 0%, rgba(255, 255, 255,0.42) 3%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(53, 133, 222,0.65) 0%,rgba(255, 255, 255,0.42) 3%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(53, 133, 222,0.65) 0%,rgba(255, 255, 255,0.42) 3%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

th.resizing {
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255, 255, 255,0.42) 97%, rgba(53, 133, 222,0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(255, 255, 255,0.42) 97%,rgba(53, 133, 222,0.65) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255, 255, 255,0.42) 97%,rgba(53, 133, 222,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}

.modal-content, .sweet-alert {
    border-radius: 0px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    border: 2px solid RGB(54,71,88);      
}

.modal-header {
    padding: 10px 20px;
    border-bottom: 2px solid #23BFA0;
}

.modal-footer {
    padding: 10px 20px;
    border-top: 2px solid #23BFA0;
}

.modal-backdrop, .sweet-overlay {
    background-color: rgba(255,255,255,0.2);
}

    .modal-backdrop.in, .sweet-overlay {
        opacity: 1;
        border: 5px solid rgba(35, 191, 160,0.5);
    }

.min-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.btn-processing {
    position: relative;
    overflow: hidden;
    opacity: 0.7;
    pointer-events: none;
}

    /*.btn-processing:before {
    content:'';
    display:block;
    position:absolute;
    height:3px;
    background-color:rgba(255,255,255,0.5);
    border-radius:4px;
    width:10%;
    bottom:0px;
    animation: process 2s ease-out infinite;
        left:0%;
}
*/
    .btn-processing:after {
        content: '';
        display: block;
        position: absolute;
        height: 0px;
        border-bottom: 2px dotted rgba(255,255,255,0.5);
        background-color: rgba(255,255,255,0.5);
        border-radius: 4px;
        width: 10%;
        bottom: 0px;
        animation: process 0.8s ease-out infinite;
        left: 0%;
    }

@keyframes process {
    0% {
        left: -30%;
        width: 30%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

.right-separator-or {
    border-right: 1px solid #eee;
    position: relative;
    padding-right: 25px;
}

    .right-separator-or:after {
        content: 'or';
        font-size: 12px;
        display: inline-block;
        background-color: #fefefe;
        color: #aaa;
        position: absolute;
        top: calc(50% - 11px);
        right: -11px;
        text-align: center;
        padding: 0px;
        border-radius: 100%;
        border: 1px solid #ddd;
        width: 22px;
        height: 22px;
    }

    .right-separator-or + [class^='col-'] {
        padding-left: 25px;
    }

.left-separator-or {
    border-left: 1px solid #eee;
    position: relative;
}

    .left-separator-or:after {
        content: 'or';
        font-size: 12px;
        display: inline-block;
        background-color: #fefefe;
        color: #aaa;
        position: absolute;
        top: calc(50% - 11px);
        left: -11px;
        text-align: center;
        padding: 0px;
        border-radius: 100%;
        border: 1px solid #ddd;
        width: 22px;
        height: 22px;
    }

.bg-light .bottom-separator-or {
    border-bottom-color: #ccc;
}

    .bg-light .bottom-separator-or:after {
        border-color: #ccc;
        color: #777;
    }

*.bg-white {
    background-color: white !important;
}

.bottom-separator-or {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .bottom-separator-or:after {
        content: 'or';
        font-size: 12px;
        display: inline-block;
        background-color: #fefefe;
        color: #aaa;
        position: absolute;
        left: calc(50% - 11px);
        bottom: -11px;
        text-align: center;
        padding: 0px;
        border-radius: 100%;
        border: 1px solid #ddd;
        width: 22px;
        height: 22px;
    }

    .bottom-separator-or + .top-separator-or {
        padding-top: 25px;
    }

.for-excel {
    display: none;
}

.pagination, .pagination:hover, .pagination:active, .pagination:focus {
    background-color: transparent !important;
    color: #444;
    padding: 0px 15px;
}

    .pagination > li > a {
        margin: 0px 3px;
    }

    .pagination > li > a, .pagination > li > span, .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span, .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span, .pagination > li.disabled > a, .pagination > li.disabled > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 100%;
        color: #444;
        width: 30px;
        height: 30px;
        font-size: 12px;
        text-align: center;
        padding: 5px;
        border: 1px solid #aaa !important;
        background: rgb(255,255,255);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    }

        .pagination > li.active > a, .pagination > li.active > span, .pagination > li:hover > a, .pagination > li:hover > span, .pagination > li.active:hover > a, .pagination > li.active:hover > span, .pagination > li.disabled:hover > a, .pagination > li.disabled:hover > span .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #444 !important;
            border: 1px solid #aaa !important;
            background: rgb(229,229,229);
            /* Old browsers */
            background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
        }

    .pagination > li.active > a, .pagination > li.active > span {
        box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.4);
    }

caption .pagination, caption .pagination:hover {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px;
}

    caption .pagination a, caption .pagination a:active, caption .pagination a:hover, caption .pagination a:focus, caption .pagination a:visited {
        text-decoration: none !important;
    }

.chart-month {
    width: 100%;
    height: 100%;
    position: relative;
}

    .chart-month > .month-data {
        position: absolute;
        width: 8.33%;
        display: inline-block;
        border-left: 5px solid white;
        border-right: 5px solid white;
        bottom: 15px;
    }

        .chart-month > .month-data > span {
            position: absolute;
            bottom: -18px;
            font-size: 70%;
            transform: rotate(-40deg);
            left: -3px;
        }

        .chart-month > .month-data:nth-child(1) {
            left: 0%;
        }

        .chart-month > .month-data:nth-child(2) {
            left: 8.33%;
        }

        .chart-month > .month-data:nth-child(3) {
            left: 16.66%;
        }

        .chart-month > .month-data:nth-child(4) {
            left: 24.99%;
        }

        .chart-month > .month-data:nth-child(5) {
            left: 33.32%;
        }

        .chart-month > .month-data:nth-child(6) {
            left: 41.65%;
        }

        .chart-month > .month-data:nth-child(7) {
            left: 49.8%;
        }

        .chart-month > .month-data:nth-child(8) {
            left: 58.31%;
        }

        .chart-month > .month-data:nth-child(9) {
            left: 66.64%;
        }

        .chart-month > .month-data:nth-child(10) {
            left: 74.97%;
        }

        .chart-month > .month-data:nth-child(11) {
            left: 83.33%;
        }

        .chart-month > .month-data:nth-child(12) {
            left: 91.63%;
        }

.idle-wrapper {
    z-index: 9999999999;
    position: fixed;
    width: 100vw;
    overflow: hidden;
    padding: 0px;
    height: 100vh;
    transition: all 0.4s ease;
    top: -100%;
    border: 4px solid rgba(44, 62, 80, 0.7);
    left: 0px;
}

    .idle-wrapper > .idle-content {
        position: absolute;
        padding: 40px;
        displaY: block;
        background-color: rgba(255,255,255,0.3);
        border: 2px solid rgba(153, 153, 153, 0.50);
        top: 50%;
        left: -4px;
        text-align: center;
        width: 100vw;
        transform: translateY(-50%);
        box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
        background-image: url('/assets/img/frostbg.png');
    }

        .idle-wrapper > .idle-content > .idle-logo {
            margin-bottom: 50px;
        }

        .idle-wrapper > .idle-content > .idle-text {
            /*background-color: rgba(255,255,255,0.5);*/
            padding: 10px;
            text-align: center;
            display: inline-block;
            font-size: 20px;
            font-weight: bold;
            /*box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);*/
        }

            .idle-wrapper > .idle-content > .idle-text > small {
                display: block;
                font-weight: normal;
                margin-bottom: 20px;
            }

.bottom-right-panel {
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    right: 0px;
    padding: 8px 10px;
    background-color: #ecf0f1;
    border: 1px solid #d9dcdd;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
}

    .bottom-right-panel > .btn {
        border-radius: 0px;
        margin: 0px;
    }

        .bottom-right-panel > .btn.btn-sm {
            font-size: 14px;
            padding: 4px 8px;
            height: 30px;
        }

.row.row-form [class^=col-] > label {
    margin-top: 4px;
}

[class^=col-].col-form [class^=col-] > label {
    margin-top: 4px;
}

.sticky-70 {
    position: sticky;
    top: 70px;
}

.chat-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1040;
    right: 0px;
    top: 0px;
    background-color: rgba(255,255,255,0.5);
}

.chat-panel {
    width: 400px;
    position: absolute;
    right: 0px;
    top: 40px;
    border-left: 1px solid #ddd;
    background-color: #fff;
    height: calc(100% - 40px);
    box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.12);
}

.chat-panel-title {
    height: 50px;
    background-color: #ecf0f1;
    padding: 14px 10px;
    font-size: 16px;
}

.chat-panel-body {
    height: calc(100% - 140px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-msg {
    padding: 10px;
    width: 100%;
}

.chat-msg-body {
    width: 90%;
    background-color: #f9f9f9;
    border: 1px solid #969fa8;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    position: relative;
}

.chat-msg-title {
    background: #ecf0f1;
    background: -moz-linear-gradient(top, rgba(208,223,224,1) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(208,223,224,1) 0%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom, rgba(208,223,224,1) 0%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0dfe0', endColorstr='#80ffffff',GradientType=0 );
    padding: 5px 10px;
}

    .chat-msg-title:after {
        content: '';
        display: table;
        clear: both;
    }

.chat-dp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}

.chat-user-info {
    float: left;
    padding-left: 10px;
}

.chat-user {
    font-weight: bold;
}

.chat-date {
    font-size: 80%;
}

.chat-message {
    padding: 10px;
    background-color: #fff;
    white-space: pre-line;
}

.chat-msg-body.chat-msg-own {
    margin-right: 0px;
    margin-left: auto;
}

.chat-msg-body:after {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    border-left: 10px solid #969fa8;
    left: 0px;
    right: auto;
    top: 10px;
}

.chat-msg-body.chat-msg-own:after {
    left: auto;
    right: 0px;
    border: 12px solid transparent;
    border-right: 8px solid #969fa8;
    top: 2px;
}

.chat-msg-body.chat-msg-own .chat-msg-title {
    background: -moz-linear-gradient(top, rgba(247,222,185,1) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(247,222,185,1) 0%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom, rgba(247,222,185,1) 0%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7deb9', endColorstr='#80ffffff',GradientType=0 );
}

.chat-msg-body.chat-msg-own .chat-user-info {
    padding: 0px;
}

.chat-panel-footer {
    background-color: #ecf0f1;
    padding: 10px 5px;
    height: 90px;
    border-top: 1px solid #ddd;
}

.chat-msg-body.chat-msg-own .chat-type.fa {
    margin-right: 5px;
}

.download-mobile-app-img {
    width: 80%;
    height: 40px;
}

.download-mobile-app-instruction {
    height: 300px;
    box-shadow: 0px 0px 4px 0px #dedede;
}

.ma-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
}

.ma-content {
    width: 80%;
    margin: auto;
    display: flex;
}

.ma-left {
    width: 45%;
    overflow: hidden;
    padding-right: 4rem;
    /* padding-left: 3rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* border-right: 1px solid #ddd; */
}

    .ma-left .ma-button {
        height: 100px;
        display: flex;
        justify-content: center;
        vertical-align: middle;
        align-items: center;
        box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
        border-radius: 8px;
        color: #f4f4f4;
        background-color: #222;
        overflow: hidden;
        margin: auto;
        margin-bottom: 30px;
    }

        .ma-left .ma-button:last-child {
            margin-bottom: 0px;
        }

    .ma-left .ma-button-text {
        background-color: #111;
        height: 100%;
        width: calc(100% - 100px);
        padding: 2rem;
        font-size: 1.6rem;
    }

        .ma-left .ma-button-text span {
            display: block;
            font-size: 3rem;
            font-weight: bold;
            letter-spacing: 0.5rem;
        }

    .ma-left .ma-button .ma-img {
        width: 100px;
        padding: 1.5rem;
    }

        .ma-left .ma-button .ma-img img {
            width: 100%;
        }

.ma-right {
    width: 55%;
    /* overflow: hidden; */
    padding-left: 3rem;
    /* padding-right: 1.5rem; */
    display: flex;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .ma-right .ma-qr {
        width: 50%;
    }

        .ma-right .ma-qr .ma-qr-img {
            padding: 0px 1rem;
            text-align: center;
        }

            .ma-right .ma-qr .ma-qr-img img {
                margin-left: auto;
                margin-right: auto;
                margin-bottom: auto;
                border: 10px solid #E7EAED;
                border-bottom: 20px solid #E7EAED;
                border-radius: 10px;
                width: 100%;
                height: auto;
                margin-top: 0px;
                MAX-WIDTH: 230PX;
            }

        .ma-right .ma-qr .ma-qr-text {
            text-align: center;
            font-size: 1.8rem;
            font-weight: bold;
            margin-top: 1rem;
        }

.ma-download-file {
    padding: 10px 10px 10px 36px;
    background: url('../img/Download-Icon.png') 10px 10px no-repeat;
    background-size: 40px;
}

td .grade-sticker {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
}

    td .grade-sticker.success {
        background-color: #23BFA0;
    }

    td .grade-sticker.danger {
        background-color: #e74c3c;
    }


    td .grade-sticker.warning {
        background-color: #f39c12;
    }

    td .grade-sticker.gray {
        background-color: #9AA9AA;
    }

.pl {
    padding-left: 10px !important;
}

.text-danger_Forget {
    color: #e74c3c
}

a.text-danger_Forget:hover, a.text-danger_Forget:focus {
    color: #666
}

.OpenNotification {
    background-color: lightgoldenrodyellow;
}
.font-bold{
    font-weight:bold;
}

.cursole-img {
    overflow:hidden;
    height:100px;
    width:100px;
    vertical-align:middle; 
    position:relative;
}

.cursole-img-view {
    width: 100px;
    margin-top: 50%;
    margin-left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer !important;
}

.cursole-img-remove {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;    
    color: #e44b3b;
}
    .cursole-img-remove:hover {
        color:#c62c2c;
    }

.word-wrap {
    word-wrap: break-word;
    white-space: normal !important;
}

/*Missed Cleans*/
.miscleans-calen thead tr:first-child th:not(:nth-child(2)) {
    cursor: pointer;
}

    .miscleans-calen thead tr:first-child th:not(:nth-child(2)):hover {
        background: linear-gradient(to bottom, #ffffff 0%, #f7f8f9 38%, #d5d5d5 94%, #cccccc 100%) !important;
    }

    .miscleans-calen thead tr:first-child th:not(:nth-child(2)):active {
        background: linear-gradient(to bottom, #ffffff 0%, #f7f8f9 38%, #d5d5d5 94%, #cccccc 100%) !important;
    }

.miscleans-calen tbody tr td {
    cursor: pointer;
    padding: 1.7rem 0rem;
}

    .miscleans-calen tbody tr td:hover {
        border-color: #18bc9c;
        background-color: #128f76;
        color: white;
    }

.checked-date {
    border: 1px solid #009e7f !important;
    background-color: #128f76;
    color: white;
    box-shadow: inset 0px 2px 8px rgb(0, 0, 0, 0.5);
}

.Unchecked-date {
    border: 1px solid #009e7f !important;
    background-color: #ec5040;
    color: white;
    box-shadow: inset 0px 2px 8px rgb(0, 0, 0, 0.5);
}

.crew-heading {
    color: #b4bcc2;
    margin-bottom: 20px;
}

[data-column-center*=".1."] td:nth-child(1),
[data-column-center*=".2."] td:nth-child(2),
[data-column-center*=".3."] td:nth-child(3),
[data-column-center*=".4."] td:nth-child(4),
[data-column-center*=".5."] td:nth-child(5),
[data-column-center*=".6."] td:nth-child(6),
[data-column-center*=".7."] td:nth-child(7),
[data-column-center*=".8."] td:nth-child(8),
[data-column-center*=".9."] td:nth-child(9),
[data-column-center*=".10."] td:nth-child(10),
[data-column-center*=".1."] th:nth-child(1),
[data-column-center*=".2."] th:nth-child(2),
[data-column-center*=".3."] th:nth-child(3),
[data-column-center*=".4."] th:nth-child(4),
[data-column-center*=".5."] th:nth-child(5),
[data-column-center*=".6."] th:nth-child(6),
[data-column-center*=".7."] th:nth-child(7),
[data-column-center*=".8."] th:nth-child(8),
[data-column-center*=".9."] th:nth-child(9),
[data-column-center*=".10."] th:nth-child(10),
[data-column-center*=".1."] td:nth-child(1) .form-control,
[data-column-center*=".2."] td:nth-child(2) .form-control,
[data-column-center*=".3."] td:nth-child(3) .form-control,
[data-column-center*=".4."] td:nth-child(4) .form-control,
[data-column-center*=".5."] td:nth-child(5) .form-control,
[data-column-center*=".6."] td:nth-child(6) .form-control,
[data-column-center*=".7."] td:nth-child(7) .form-control,
[data-column-center*=".8."] td:nth-child(8) .form-control,
[data-column-center*=".9."] td:nth-child(9) .form-control,
[data-column-center*=".10."] td:nth-child(10) .form-control,
[data-column-center*=".1."] th:nth-child(1) .form-control,
[data-column-center*=".2."] th:nth-child(2) .form-control,
[data-column-center*=".3."] th:nth-child(3) .form-control,
[data-column-center*=".4."] th:nth-child(4) .form-control,
[data-column-center*=".5."] th:nth-child(5) .form-control,
[data-column-center*=".6."] th:nth-child(6) .form-control,
[data-column-center*=".7."] th:nth-child(7) .form-control,
[data-column-center*=".8."] th:nth-child(8) .form-control,
[data-column-center*=".9."] th:nth-child(9) .form-control,
[data-column-center*=".10."] th:nth-child(10) .form-control {
    text-align: center;
}
/*Missed Cleans End*/

.FullPage-loader {
    border: 6px solid #ECF0F1;
    border-radius: 50%;
    border-top: 6px solid #18BC9C;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 15% 30%;
    position: fixed;
}