/** New Design Implement **/

.form-inputGroup .input-group-addon {
    background-color: transparent !important;
    font-size: 22px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #a2a2a2;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    position: relative;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

    .form-inputGroup .input-group-addon i {
        cursor: pointer;
    }

        .form-inputGroup .input-group-addon i:hover {
            color: #666;
        }

.form-addON .input-group-addon {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #999;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.form-addON .form-control:focus ~ .input-group-addon {
    border: 0 !important;
    box-shadow: inset 0 0 0 !important;
}

.form-addON .input-group-addon i {
    cursor: pointer;
}

.btn-2x {
    height: 50px !important;
    font-size: 18px !important;
    color: #666 !important;
    background-color: transparent !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    border: 1px solid #000;
}

    .btn-2x:hover, .btn-2x:focus {
        background-color: #377ef0 !important;
        color: #fff !important;
        border: 1px solid #295db3;
    }

.counterTable {
    display: table;
    width: 100%;
}

    .counterTable::after, .counterTable::before {
        content: '';
        display: block;
        width: 100%;
    }

.counterTableCell {
    display: table-cell;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
}

.optionBtn {
    background-color: transparent;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #333 !important;
    text-decoration: none !important;
    display: block;
    outline: 0;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 95px;
    line-height: 95px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .optionBtn:hover, .optionBtn:focus {
        background-color: #fff;
        border-color: #dfdfdf;
        -webkit-box-shadow: 0 5px 13px rgba(91,91,91,0.2);
        -moz-box-shadow: 0 5px 13px rgba(91,91,91,0.2);
        box-shadow: 0 5px 13px rgba(91,91,91,0.2);
    }

.opIco img {
    margin-right: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.optionBtn:hover .opIco img, .optionBtn:focus .opIco img, .optionBtn:active .opIco img {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}

.smsng-logo-2 {
    position: absolute;
    top: 35px;
    right: 35px;
}

.font-400 {
    font-weight: 400 !important;
}

.counter-ul-list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

    .counter-ul-list li {
        display: inline-block;
        margin: 10px;
    }

.counter-ring {
    background-color: #fff;
    padding: 35px 10px;
    height: 144px;
    width: 144px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    text-decoration: none !important;
    color: #ccc;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.5;
    border: 1px solid #78a3eb;
}

    .counter-ring img {
        margin-bottom: 5px;
        position: relative;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .counter-ring:hover, .counter-ring:focus {
        background-color: #4285f4;
        color: #fff;
        opacity: 1;
    }

        .counter-ring:hover img, .counter-ring:focus img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

    .counter-ring .selectedC_ico {
        display: none;
    }

    .counter-ring:hover .emptyC_ico, .counter-ring:focus .emptyC_ico {
        display: none;
    }

    .counter-ring:hover .selectedC_ico, .counter-ring:focus .selectedC_ico {
        display: block;
        position: relative;
        -webkit-animation: c_selected_ico 0.3s linear;
        -moz-animation: c_selected_ico 0.3s linear;
        animation: c_selected_ico 0.3s linear;
    }
    .custom-counter-list .counter-ring:hover p {
        color:#fff;
    }
@-webkit-keyframes c_selected_ico {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes c_selected_ico {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes c_selected_ico {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.selectedCounter .counter-ring .emptyC_ico {
    display: none;
}

.selectedCounter .counter-ring .selectedC_ico {
    display: block;
}

.selectedCounter .counter-ring {
    background-color: #e2e2e2;
    border-color: #d3d3d3;
    color: #888;
}

    .selectedCounter .counter-ring p::after {
        content: '\f00c';
        font-family: fontawesome;
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: center;
        left: 0;
        right: 0;
    }

    .selectedCounter .counter-ring:hover img, .selectedCounter .counter-ring:focus img {
        -webkit-filter: none;
        filter: none;
    }

    .selectedCounter .counter-ring:hover .selectedC_ico, .selectedCounter .counter-ring:focus .selectedC_ico {
        animation: none;
    }

.counter_wrapper {
    margin: 0 -15px;
}

.counterLeft-panel {
    width: 370px;
    float: left;
    height: 100vh;
    display: inline-block;
    box-sizing: border-box;
    border-right: 1px solid #d6d6d6;
    position: fixed;
    background-color: #f5f5f5;
    z-index: 1;
    left: 0px;

}

.counterRight-panel {
    width: calc(100% - 370px);
    float: left;
    left: 370px;
    height: 100vh;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.CounterInsidePanel {
    height: calc(100% - 30px);
    display: block;
    width: 100%;
    position: relative;
}

.agentfooter {
    position: relative;
    height: 30px;
    display: block;
}

.agentAvtar {
    width: 108px;
    height: 108px;
    border: 1px solid #d6d6d6;
    display: block;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    margin: 30px auto 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 42px;
    color: #ccc;
}

    .agentAvtar img {
        width: 108px;
        height: 108px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.agentNm {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.counterDetails tr td {
    color: #666;
    font-size: 15px;
    padding: 10px 0;
}

.counterDetails .cd-text, .btext {
    color: #333;
    font-weight: 600;
}

.counterDetailStrip {
    width: 100%;
    display: block;
    background-color: #EAEAEA;
    height: 76px;
}

    .counterDetailStrip .timerStrip {
        background-color: #427bda;
        display: block;
        width: 180px;
        height: 76px;
        float: left;
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        text-align: center;
        line-height: 76px;
        padding: 0 5px;
    }

    .counterDetailStrip .detailStrip {
        width: calc(100% - 180px);
        float: left;
        display: inline-block;
        padding: 0 10px;
    }

.detailStrip .table-responsive, .detailStrip .table-responsive table {
    background-color: transparent !important;
}

.detailStrip table {
    height: 76px;
    margin: 0 !important;
}

    .detailStrip table thead th, .detailStrip table tbody td {
        height: calc(76px / 2) !important;
    }

    .detailStrip table thead tr th {
        border-bottom: 0;
        color: #848484 !important;
        font-size: 13px;
        white-space: nowrap;
        padding: 0 5px !important;
        vertical-align: bottom !important;
        width: calc(100% / 5);
        font-weight: 400 !important;
    }

    .detailStrip table tbody tr td {
        border-top: 0;
        color: #000;
        font-size: 16px;
        white-space: nowrap;
        padding: 0 5px !important;
        vertical-align: top !important;
    }

.btn-counter {
    border: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 18px;
    color: #fff !important;
    height: 72px;
    /*width: 195px;*/
    width: 160px;
    line-height: 72px;
    padding: 0 10px;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-animation: out-bounce 0.5s linear;
    animation: out-bounce 0.5s linear;
}

@-webkit-keyframes out-bounce {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes out-bounce {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.btn-counterColor-1 {
    background-color: #427bda;
}

.btn-counterColor-2 {
    background-color: #7bb14b;
}

.btn-counterColor-3 {
    background-color: #ffa442;
}

.btn-counterColor-4 {
    background-color: #999;
}

.btn-counter:hover, .btn-counter:focus {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    -webkit-box-shadow: 2px 5px 10px rgba(0,0,0,0.3);
    box-shadow: 2px 5px 10px rgba(0,0,0,0.3);
}

.btn-counter i {
    margin-left: 20px;
    font-size: 36px;
    position: relative;
    top: 7px;
}

.btn-counter img, .btn-counter i {
    margin-left: 20px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-counter:hover i, .btn-counter:hover img {
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.shake-icon:hover i {
    -webkit-animation-duration: 0.20s;
    animation-duration: 0.20s;
    -webkit-animation-name: shake-icon;
    animation-name: shake-icon;
}

.nextarrow-icon:hover i {
    -webkit-animation-name: next-icon;
    animation-name: next-icon;
}

.break-icon:hover img {
    -webkit-animation-name: break-icon;
    animation-name: break-icon;
}

@-webkit-keyframes shake-icon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes shake-icon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes next-icon {
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    100% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@keyframes next-icon {
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    100% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@-webkit-keyframes break-icon {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes break-icon {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.table-responsive table, .dataTable {
    background-color: #fff;
}

.table.table-striped tr.odd, .table.table-striped tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.table-responsive table {
    margin-bottom: 0 !important;
}

    .table-responsive table tr th, .dataTable tr th {
        color: #2765cf !important;
        font-size: 13px;
        vertical-align: middle !important;
        font-weight: 500 !important;
    }

    .table-responsive table tr td, .dataTable tr td {
        color: #666;
        vertical-align: middle !important;
    }

        .table-responsive table tr th:first-child, .table-responsive table tr td:first-child, .dataTable tr th:first-child, .dataTable tr td:first-child {
            padding-left: 25px !important;
        }

        .table-responsive table tr th:last-child, .table-responsive table tr td:last-child, .dataTable tr th:last-child, .dataTable tr td:last-child {
            padding-right: 25px !important;
        }

table.dataTable thead .sorting:after {
    opacity: 0.5;
    top: 15px;
    color: #999;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    top: 15px;
    color: #555;
}

#datatable-editable .fa-pencil, #datatable-editable .fa-trash-o, .fa-pencil, .fa-trash-o {
    color: #387df2 !important;
}

.dataTables_length, .dataTables_filter {
    padding-bottom: 15px;
}

.topWrapper-Strip {
    padding: 10px 20px;
    border-bottom: 1px solid #e6e6e6;
    min-height: 60px;
    display: inline-block;
    width: 100%;
}

    .topWrapper-Strip h4 {
        font-weight: 500 !important;
        color: #333;
        border-right: 1px solid #cfcfcf;
        float: left;
        display: inline-block;
        margin-right: 20px;
        padding-right: 20px;
    }

.sublink {
    font-size: 14px;
    font-weight: 500;
    color: #b8b8b8;
    float: left;
    display: inline-block;
    padding-top: 12px;
    position: relative;
}

    .sublink a {
        margin-right: 30px;
        text-decoration: none;
        color: #333;
        cursor: text;
    }

        .sublink a::after {
            content: '\f2ee';
            font-family: Material-Design-Iconic-Font;
            color: #b8b8b8;
            font-size: 18px;
            position: absolute;
            margin-left: 10px;
            margin-top: -3px;
        }

        .sublink a:last-child {
            color: #b8b8b8;
        }

            .sublink a:last-child::after {
                content: '';
            }

.top-backbtn {
    float: right;
    margin-top: 3px;
}

    .top-backbtn i {
        margin-right: 10px;
        position: relative;
        font-size: 18px;
        float: left;
        padding-left: 0 !important;
    }

.pagination {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .pagination li a {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 12px;
    }

.dataTables_info {
    font-size: 13px;
    color: #9f9f9f;
}
/*#custom-pos {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  margin: 0;
  z-index: 99;
}
.sandbox-container {
  position: relative;
}
.sandbox-container input.form-control {
    z-index: 1;
}*/
.counterBTNdisabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

    .counterBTNdisabled:hover i, .counterBTNdisabled:hover img {
        animation: none;
    }

.dateContainer {
    position: relative;
}

    .dateContainer .datepicker {
        left: 0 !important;
    }

/** end// **/

input[type=password]::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}
/** New Design Implement and navbar new code **/
.new-topNavBar .navbar {
    background-color: #ffffff;
    height: 68px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
}

.new-topNavBar .navbar-header .navbar-brand {
    padding-top: 15px;
    margin-right: 40px;
}

.new-topNavBar .navbar-header .navbar-toggle {
    position: fixed;
    left: 15px;
    top: 0;
}

.new-topNavBar .navbar-header .navbar-brand img {
    display: inline-block;
}

.new-topNavBar .navbar-header .navbar-brand .qms-lgname {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-left: 15px;
}

.new-topNavBar .navbar-nav span.navlinkIco {
    padding-right: 5px;
    display: inline-block;
}

.new-topNavBar .navbar-nav > li {
    display: inline-block;
}

    .new-topNavBar .navbar-nav > li > a .caret-dwn {
        font-size: 18px;
        width: 10px;
        left: 0;
        right: 0;
        bottom: -6px;
        position: absolute;
        margin: 0 auto;
        display: none;
        line-height: 0;
        color: #e6e6e6;
    }

.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.open .caret-dwn {
    display: block;
}

.new-topNavBar .navbar-nav > li > a.dropdown-toggle:hover .caret-dwn {
    display: block;
}

.new-topNavBar .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 22px;
    color: #666666;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

    .new-topNavBar .navbar-nav > li.active > a, .new-topNavBar .navbar-nav > li > a:hover, .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown > a:hover {
        background-color: transparent;
        color: #4185f4 !important;
    }

        .new-topNavBar .navbar-nav > li.active a:hover, .new-topNavBar .navbar-nav > li > a:hover, .new-topNavBar .navbar-nav > li.active > a:focus {
            background-color: transparent;
            color: #4185f4;
        }

    .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown > a, .new-topNavBar .navbar-nav > li > a:focus {
        color: #666666;
    }

.new-topNavBar .navbar-inverse .navbar-nav > .open > a,
.new-topNavBar .navbar-inverse .navbar-nav > .open > a:focus,
.new-topNavBar .navbar-inverse .navbar-nav > .open > a:hover,
.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.userdrop-menu.open .dropdown-menu li a:hover .agnt-name {
    color: #4185f4;
}

    .new-topNavBar .navbar-inverse .navbar-nav > .open > a, .new-topNavBar .navbar-inverse .navbar-nav > .open > a:focus, .new-topNavBar .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: transparent;
    }

.new-topNavBar .navbar-nav.navbar-right > li.dropdown > a {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.new-topNavBar .navbar-nav .userlinkIco {
    position: relative;
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    border: 2px solid #a8a9ad;
    overflow: hidden;
    color: #a8a9ad;
    font-size: 40px;
    text-align: center;
}

.new-topNavBar .navbar-right > li > .top-smsng-logo {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    height: 68px;
}

.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown .dropdown-menu {
    border-top-width: 2px !important;
    border: 1px solid #e6e6e6;
}

.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.megadrop-menu.open {
    position: static;
}

    .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.megadrop-menu.open .dropdown-menu {
        width: 100%;
        display: table;
        min-width: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
        border: 0;
        padding: 20px 50px;
        margin: 0;
        text-align: left;
        border-top: 2px solid #e6e6e6;
        list-style: disc;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

        .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.megadrop-menu.open .dropdown-menu li {
            width: calc(100% / 6 - 30px);
            float: left;
            margin: 0 15px;
            padding-left: 0;
            padding-right: 0;
        }

            .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.megadrop-menu.open .dropdown-menu li > a {
                padding-left: 0;
                padding-right: 0;
            }

.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.open .dropdown-menu li > a:hover,
.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.open .dropdown-menu li > a:focus {
    background-color: transparent !important;
    color: #4185f4 !important;
}

.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.userdrop-menu.open .dropdown-menu li.logout-bg > a:hover,
.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.userdrop-menu.open .dropdown-menu li.logout-bg > a:focus {
    background-color: #4185f4 !important;
    color: #ffffff !important;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.userdrop-menu a.dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
}

.new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.userdrop-menu.open .dropdown-menu {
    min-width: 240px;
}

.new-topNavBar .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent !important;
}

.new-topNavBar .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.agnt-box .agnt-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.agnt-code {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0 0 20px;
}

.logout-bg {
    background-color: #e6e6e6;
}

.wrapper {
    margin-top: 68px !important;
}

.topUser-logoBox {
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 11;
    width: auto;
}
/** New Design Implement and navbar end **/

#area-chart,
#line-chart,
#bar-chart,
#stacked,
#pie-chart {
    min-height: 250px;
}

.panel-actions {
    margin-top: -20px;
    margin-bottom: 0;
    text-align: right;
}

    .panel-actions a {
        color: #333;
    }

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 50%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

ul.dropdown-menu {
    padding: 0px 0;
}

.timer {
    display: block;
    padding: 8px 20px;
}

.cal-cont {
    width: 140px;
}

    .cal-cont:after {
        font: normal normal normal 18px/1 'Material-Design-Iconic-Font';
        content: '\f32e';
        position: absolute;
        top: 10px;
        right: 15px;
        color: #4385f5;
    }

ul.legends {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.legends li {
        display: inline-block;
        font-size: 12px;
        margin-right: 10px;
    }

.legend-blue {
    color: #2788ff;
}

.legend-green {
    color: #5bb85d;
}

.legend-orange {
    color: #efad4d;
}

.legend-red {
    color: #e56b69;
}

.search-cont {
    display: none;
    position: absolute;
    width: 100%;
    height: 75%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 0 -5px 5px -5px #333;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search-outer {
    position: relative;
}

.search-cont a.close {
    font-size: 20px;
}

.samsung-logo images {
    position: absolute;
    right: 10px;
    top: 15px;
}

.over-x-hide {
    overflow: inherit;
}

div.hiderow {
    display: none;
}

.border-0 {
    border: none !important;
}

.block-inline {
    display: inline-block;
}
/*
 * Font Weight
 */

.f-300 {
    font-weight: 300 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-700 {
    font-weight: 700 !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-italic {
    font-style: italic !important;
}
/*
 * Position Classes
 */

.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

.p-static {
    position: static !important;
}

/*
 * Overflow
 */

.o-hidden {
    overflow: hidden !important;
}

.o-visible {
    overflow: visible !important;
}

.o-auto {
    overflow: auto !important;
}

/*
 * Display
 */

.d-block {
    display: block !important;
}

.di-block {
    display: inline-block !important;
}

.p-5 {
    padding: 5px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}



/*
 * Border
 */

.b-0 {
    border: 0 !important;
}

/*
 * width
 */

.w-100 {
    width: 100% !important;
}

/*
 * Border Radius 
 */

.brd-2 {
    border-radius: 2px !important;
}

.brd-0 {
    border-radius: 0px !important;
}

/*
 * Text Transform
 */
.btn i {
    padding-left: 5px;
}

.t-uppercase {
    text-transform: uppercase;
}

#datatable th {
    white-space: nowrap;
}

#datatable td {
    white-space: nowrap;
}


.login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90vh;
}

.checkIn-Page {
    min-height: 100% !important;
    margin-top: 2em;
}

.login-content .logo {
    font-family: 'Niconne';
    color: #fff;
}

    .login-content .logo h1 {
        font-size: 52px;
        font-weight: 400;
    }

.login-content .login-box.select-counter {
    min-height: 160px;
}

.login-content .login-box.checkIn-box {
    min-width: 100%;
}

.checkIn-box .tab-content {
    border: 0;
}

.checkIn-box .nav-tabs > li.active > a, .checkIn-box .nav-tabs > li.active > a:hover, .checkIn-box .nav-tabs > li.active > a:focus, .checkIn-box .nav-tabs > li > a:hover {
    background-color: #4385f5;
    color: #fff;
    box-shadow: none;
}

.login-content .login-box {
    position: relative;
    min-width: 350px;
    min-height: 265px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 80px #999;
    box-shadow: 5px 5px 80px #999;
    /*-webkit-perspective: 800px;
        perspective: 800px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;*/
}

    .login-content .login-box .login-head {
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .login-content .login-box label {
        color: #666;
    }

    .login-content .login-box .utility {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .login-content .login-box .btn-container {
        margin-bottom: 0;
    }

    .login-content .login-box .login-form, .login-content .login-box .forget-form {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .login-content .login-box .forget-form {
        opacity: 0;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .login-content .login-box.flipped {
        min-height: 300px;
    }

        .login-content .login-box.flipped .login-form {
            opacity: 0;
            -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
        }

        .login-content .login-box.flipped .forget-form {
            opacity: 1;
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }

.input-group-addon.btn-custom {
    border: none !important;
}

label {
    font-weight: normal;
    color: #333;
}

/*.samsung-logo img {
    position: absolute;
    right: 10px;
    top: 30px;
}*/

.dt-buttons.btn-group {
    display: none !important;
}

.label-text {
    vertical-align: text-bottom;
}

.orange {
    color: #ff7c25;
}

.red {
    color: #ff3b3b;
}

.green {
    color: #669b0a;
}

table.dataTable thead .sorting_disabled.sorting:after {
    opacity: 0 !important;
}
/** New Design Implement **/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px 8px !important;
}
/* end */
.panel-group {
    margin-bottom: 0 !important;
}

.table > thead > tr > th {
    font-weight: normal;
    color: #333;
}


span.multiselect-native-select {
    position: relative;
}

    span.multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px;
    }

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer;
        }

        .multiselect-container > li > a {
            padding: 0;
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 0 3px 30px;
            }

                .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
                    margin: 0;
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px;
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

.multiselect.btn-default {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    text-align: left;
}

    .multiselect.btn-default:hover {
        background-color: transparent !important;
        border: 1px solid #cfcfcf !important;
    }

.multiselect.btn .caret {
    float: right;
    margin-top: 8px;
}

.multiselect.btn-default:active, .multiselect.btn-default:focus, .open > .multiselect.dropdown-toggle.btn-default {
    box-shadow: none;
    background-color: transparent !important;
    border: 1px solid #cfcfcf !important;
}

.open > .dropdown-menu.multiselect-container {
    display: block;
    width: 100%;
    overflow-y: scroll;
    height: 110px;
}

span.multiselect-native-select {
    width: 100%;
    float: left;
}

.scrollbox {
    max-height: 249px;
    overflow-y: scroll;
}
/*.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child){border-radius:4px;}*/
.panel-body span.input-group-addon {
    float: none;
    background: transparent;
    border-radius: 0;
    border: none;
    width: 1%;
    position: absolute;
    right: 20px;
    z-index: 2;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

.panel-body .input-group {
    display: block;
}

.input-group-addon.tip:after {
    content: '';
    border-bottom: 0 !important;
    box-shadow: none !important;
    background: none;
    height: 0;
}

.tip {
    width: auto;
}

.tip-content ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tip {
    cursor: pointer;
}

.tooltip ul {
    margin-left: 0;
    padding-left: 15px;
    min-width: 350px;
    margin-bottom: 0;
}

.tooltip li {
    text-align: left;
    margin-left: 0;
}
/* tooltip content */

.tooltip h2 {
    white-space: nowrap;
}

.search-btn {
    display: inline-table !important;
}

    .search-btn .input-group-btn .btn {
        border: 1px solid #cfcfcf;
    }

/*commented */
.ms-parent input[type=checkbox], .ms-parent input[type=radio] {
    display: inline !important;
}

.ms-parent span.reqField:after {
    background: none;
    content: '';
    width: auto;
    right: 0;
}

.ms-choice > span {
    padding-left: 0 !important;
}

.ms-drop {
    margin-left: 0 !important;
}

.ms-choice > span.placeholder {
    color: #333 !important;
    font-weight: 500;
}

input[type=checkbox], input[type=radio] {
    display: none;
}

.check_In_chk input[type=checkbox], .check_In_chk input[type=radio] {
    display: none;
}

.chk-whtColor label::before {
    background-color: #fff;
}

/*-- checkbox invert style --*/
.checkbox-invert {
    display: block;
    position: relative !important;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: 25px;
    opacity: 1 !important;
}

    .checkbox-invert input {
        position: relative;
        opacity: 0;
        cursor: pointer;
    }

    .checkbox-invert span {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        -o-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        border: 1px solid #cccccc;
    }

    .checkbox-invert input:checked ~ span {
        background-color: #4385f5;
        border-color: #4385f5;
    }

    .checkbox-invert:after {
        content: '';
        position: absolute;
        display: none;
    }

    .checkbox-invert input:checked ~ span:after {
        content: '';
        position: absolute;
        display: block;
        left: 4px;
        top: 1px;
        width: 6px;
        height: 10px;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ms-select-all .checkbox-invert {
    text-indent: 0;
    padding-left: 15px;
}

/* end */

/* dashboar inner page */
.agentTable thead {
    background-color: #555;
}

.agentTable-2 thead {
    background-color: #a7c5f2;
}

.agentTable-2 tbody tr:nth-of-type(odd) {
    background-color: #e0ecff;
}

.agentTable-2 tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.agentTable thead tr th {
    font-weight: 400;
    color: #fff;
    padding: 8px !important;
}

.agentTable-2 thead tr th {
    border-color: #d6e4f9;
    font-weight: 500;
    padding: 8px !important;
}

.agentTable-2 tbody tr td {
    border-bottom: 1px solid #d6e4f9;
}

.agentTable tbody, .agentTable-2 tbody {
    color: #444;
}

.btn-agentBase {
    position: relative;
    top: -4px;
    color: #fff !important;
    margin-right: 7px;
    margin-left: 5px;
    height: 42px !important;
    line-height: 42px;
    padding: 0 20px;
}

.btn-agent {
    background: #fabc05 !important;
    border-color: #fabc05 !important;
}

.btn-agent-2 {
    background: #34a853 !important;
    border-color: #34a853 !important;
}

.btn-agent-3 {
    background: #f66a69 !important;
    border-color: #f66a69 !important;
}

.antCnt {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e0ecff;
    border: 1px solid #d6e4f9;
    border-radius: 50%;
    font-weight: bold;
    color: #444;
    margin-left: 5px;
}



.table-responsive {
    border: none !important;
}

/*---- map----*/
/*---map-mobile-- edited---*/
.address-list {
    position: fixed;
    bottom: 41px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    padding: 0 22px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    left: 0;
    box-shadow: 0 -5px 12px rgba(0,0,0,0.1);
}

.fa-list-btn {
    float: right;
    font-size: 20px;
    margin-top: -2px;
    color: #4385f5;
}

.maparea.map-mobile {
    position: fixed;
    left: 0;
}

    .maparea.map-mobile .input-group {
        position: absolute;
        top: 20px;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.address-list .pre-scrollable {
    max-height: 66vh;
}

.address-list .card-header a {
    padding: 10px 0;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.maparea iframe {
    width: 100% !important;
    height: 89vh !important;
}

.thumbnail .img-area img {
    width: 100%;
    margin: 0;
}

.thumbnail {
    padding: 0;
}

.img-area {
    position: relative;
}

.address-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.top-content {
    position: absolute;
    width: 100%;
    top: 0;
}

.bottom-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 0 10px;
}

    .bottom-content h4 {
        color: #fff;
    }

.top-content p {
    color: #fff;
}

.danger {
    display: inline-block;
    width: 100%;
    color: #f36767;
}

.bottom-content p {
    font-size: 12px;
}

.caption .badge {
    background: #36a30f !important;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 11px !important;
    font-weight: 400 !important;
}

.location i {
    color: #4284f3;
    font-size: 32px;
}

.border-top {
    border-top: solid 1px #ccc;
}

.mapinfo .pre-scrollable {
    max-height: 87vh !important;
    overflow-y: auto !important;
}
/*edited*/
.pre-scrollable .thumbnail:first-child {
    margin-top: 0 !important;
}

.pre-scrollable .thumbnail:last-child {
    margin-bottom: 40px !important;
}

@media only screen and (orientation: landscape) {
    .address-list .pre-scrollable {
        max-height: 42vh;
    }
}

.login-screen .screen-image {
    width: 55%; /** New Design Implement **/
    height: 100vh;
    position: fixed;
    float: left;
    left: 0;
    top: 0;
    overflow: hidden;
}

.login-screen .login-area {
    float: left;
    width: 45%; /** New Design Implement **/
    position: fixed;
    right: 0;
    margin: auto;
}

.login-screen .screen-image img {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.login-area .login-innerpanel {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 50px;
    position: relative;
}

.login-innerpanel button .fa {
    display: inline-block;
    margin-right: 5px;
}

.lg-wrapper {
    display: table-cell;
    vertical-align: middle;
}
/** New Design Implement **/
.smsng-logo, .smsng-logo-wht {
    position: absolute;
    top: 35px;
    right: 35px;
}
/** end **/
.smsng-logo-wht {
    display: none;
}

.btn-black, .btn-black:focus {
    background-color: #444444;
    color: #fff;
}

    .btn-black:hover {
        background-color: #333333;
        color: #fff;
    }

.login-footer /** New Design Implement **/ {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 40px auto 0;
    padding: 10px;
    font-size: 11px;
    color: #b2b2b2;
}


/*--- Status ----*/
.status-header {
    background: #4285f4;
    float: left;
    padding: 0px;
    position: relative;
    z-index: 9999999;
    height: 58px;
    line-height: 58px;
}

    .status-header ul.navbar-nav li:nth-child(2) {
        margin: 0 auto;
    }

.fw {
    width: 100%;
}

.fh {
    height: 100vh;
    background: #000;
}

    .fh video {
        width: 100%;
        height: 100%;
    }

.token-status {
    color: #fff;
    font-size: 4vw;
    font-weight: 600;
    line-height: 58px;
}

.status-detail {
    background: #29313e;
    position: relative;
    z-index: 999999;
}

    /*.darkblue-bg {
    background-color: #29313e;
    margin-left: 4px;
    width: 33%;
}*/

    .status-detail h3 {
        background: #0e1115;
        color: #fff;
        padding: 10px 15px;
        font-weight: 600;
    }

    .status-detail .table > thead > tr > th, .status-detail .table > tbody > tr > td {
        padding: 10px 5px;
        font-size: 4vw;
        color: #fff;
        font-weight: 600;
        border: none;
        text-align: center;
        width: 50%;
    }

    .status-detail .table > thead > tr > th {
        background: #4285f4;
        padding: 0px 5px !important;
    }

    .status-detail .table > tbody > tr > td {
        background: #29313e;
        padding: 5px 5px !important;
        font-size: 4vw !important;
    }

    .status-detail .table > tbody > tr {
        border-bottom: solid 2px #2e3746;
    }

        .status-detail .table > tbody > tr > td:first-child {
            border-left: 0;
        }

    .status-detail .online .table > thead > tr > th {
        background: #2c61b7;
    }

    .status-detail .tvtb-line {
        xborder-top: 1px solid #6aa1fb;
        xheight: 100vh;
    }

.overflow-tvd {
    overflow: hidden;
}

.fixed-footer-details {
    bottom: 0px;
    color: #58666e;
    text-align: left !important;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    content: "";
    z-index: 999999;
    height: 219px;
}

    .fixed-footer-details .row [class*="col-"] {
        height: 80px;
    }

    .fixed-footer-details .f-tbcol {
        display: table;
        width: 100%;
        height: 80px;
    }

        .fixed-footer-details .f-tbcol .f-tdcol {
            display: table-cell;
            vertical-align: middle;
        }

.highlighter {
    background: url(../../images/alert_img.gif) repeat !important;
}

.highlighter-green {
    background: url(../../images/alert_img_Green.gif) repeat !important;
}


.fullScreenIco {
    position: fixed;
    bottom: 18px;
    right: 5px;
    font-size: 26px;
    z-index: 9999999;
}

    .fullScreenIco a {
        color: #fff;
        opacity: 0.5;
        text-decoration: none !important;
    }

        .fullScreenIco a:hover {
            opacity: 1;
        }

.fixed-footer-details h1, .status-detail h1 {
    color: #fff;
    font-weight: 600;
    font-size: 3.5vw;
}

    .fixed-footer-details h1, .status-detail h1.avgtimetext {
        font-size: 3.1vw;
    }

.light-bg-blue {
    background: #4285f4;
}

.dark-bg-blue {
    background: #2c61b7;
}

.dark-bg-grey {
    background: #29313e;
}

.status-detail .table > tbody > tr td:first-child {
    border: none;
}

.status-detail .online .table > tbody > tr > td {
    background: #262f3d;
}

.mapinfo {
    position: fixed;
    left: 0px;
    z-index: 2;
    background: #f7f7f7;
    height: 100%;
    box-shadow: 2px 2px 5px #dcdcdc;
}

.maparea {
    position: relative;
}

#map {
    overflow: visible !important;
    position: static !important;
    height: 89vh !important;
}

#map2 {
    overflow: visible !important;
    position: static !important;
    height: 100vh;
}

.map-mobile .color-indication-area {
    position: absolute;
    left: 11px;
    bottom: 160px;
    background: #fff;
    box-shadow: 0px 0px 4px #dcdcdc;
}

.color-indication-area ul {
    margin: 0;
    padding: 15px;
    list-style: none;
}

    .color-indication-area ul li {
        margin-bottom: 10px;
    }

        .color-indication-area ul li:first-child {
            border-left: solid 5px #36a30f;
        }

        .color-indication-area ul li:nth-child(2) {
            border-left: solid 5px #fbb42a;
        }

        .color-indication-area ul li:last-child {
            border-left: solid 5px #ff4646;
            margin-bottom: 0;
        }

/*---- walkin and online token--*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover {
    color: #333;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0px -2px #283455 inset;
    border-radius: 0;
}

.nav-tabs > li > a {
    color: #c0c0c0;
    margin-right: 0;
}
/*----New Login-----*/
.frontPageStyle header {
    position: absolute;
    right: 15px;
    top: 15px;
}

.frontPageStyle footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    color: #999;
}

.fp-style .login-new-inner .form {
    border: none;
}

.fp-style .login-new-inner .form-control {
    background: #fff !important;
    border: none;
}

.fp-style h3 {
    color: #fff;
}

.login-new {
    position: relative;
    height: 90vh;
}

.login-new-inner .form {
    border: solid 1px #dcdcdc;
    padding: 20px;
    border-radius: 4px;
}



.login-new-inner .form-control {
    background: transparent !important;
}

.login-new-inner .btn {
    height: 42px;
    font-size: 15px;
    padding: 6px 35px;
}

.login-new-inner-2 .form {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 80px #999;
    box-shadow: 5px 5px 80px #999;
    width: 300px;
    margin-top: 10px;
    border-radius: 0 !important;
    border: 0 !important;
}

.login-new-inner-2 .btn {
    height: auto !important;
}

.frontSearch .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    color: #555;
}

    .frontSearch .form-control:focus {
        border: 1px solid #ccc;
        box-shadow: none;
    }

        .frontSearch .form-control:focus ~ .input-group-addon {
            border: 0;
            box-shadow: none;
        }

.frontSearch .input-group-addon {
    height: 35px;
    background-color: transparent !important;
    border: 0;
    padding: 0;
    margin: 0;
}

.btn-frontsearch, .btn-frontsearch:focus, .btn-frontsearch:hover {
    background-color: #377ef0;
    border: 0;
    display: inline-block;
    height: 35px;
    padding: 0 !important;
    width: 35px;
    outline: none;
    box-shadow: none !important;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 14px;
    line-height: 35px !important;
    text-align: center;
}

    .btn-frontsearch i {
        line-height: 35px;
    }

.topbar-left span {
    line-height: 39px;
    font-size: 18px;
    font-weight: 300;
}
/*--- Service Center Popup--*/
.bg-grey span.badge {
    background: #4285f4 !important;
    color: #fff !important;
}

.bg-grey span {
    color: #4285f4;
}

.opening-hours ul li.bg-grey a {
    color: #4285f4;
}

.opening-hours .badge {
    background-color: #999;
    color: #fff;
}

.opening-hours .selected-time-blue {
    color: #4285f4;
}

    .opening-hours .selected-time-blue .badge {
        background-color: #4285f4;
    }

/* edited */
.img-content {
    position: absolute !important;
    top: 10px !important;
    left: 0 !important;
    color: #fff !important;
    width: 100% !important;
}

    .img-content span {
        padding-left: 10px;
    }

.person-detail label {
    padding-bottom: 0;
}
/* edited */
.person-detail label {
    padding-bottom: 0;
    margin-bottom: 2px;
    color: #666;
}
/* edited */
.opening-hours ul li span.badge {
    width: 40px;
    font-size: 11px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.person-detail p {
    color: #333;
    line-height: normal;
}

.btn-getotp {
    width: auto;
    display: inline-block;
}
/* edited */
.opening-hours ul li {
    list-style: none;
    padding: 0px 15px;
    display: inline-block;
    margin-bottom: 2px;
    float: left;
    clear: none;
    width: 50%;
    font-size: 12px !important;
}

    .opening-hours ul li a {
        color: #666;
        vertical-align: text-top;
    }

        .opening-hours ul li a:hover {
            color: #4285f4;
        }

.opening-hours ul p {
    padding: 0 15px;
}

.opening-hours ul {
    padding-left: 0;
}

.media-left {
    position: relative;
}

.bg-light-grey {
    background: #f5f5f5;
    padding: 15px;
    width: 100%;
    float: left;
}

.dateicon:after {
    font: normal normal normal 14px/1 'FontAwesome';
    content: "\f073";
    position: absolute;
    top: 35px;
    right: 20px;
    color: #999;
}

.timeicon:after {
    font: normal normal normal 14px/1 'FontAwesome';
    content: "\f017";
    position: absolute;
    top: 35px;
    right: 20px;
    color: #999;
}

.bg-dark-grey {
    background: #dcdcdc;
    padding: 15px;
    float: left;
    width: 100%;
}
/* edited */
.wait-content {
    position: absolute !important;
    top: 80px !important;
    width: 100% !important;
    text-align: center !important;
}

    .wait-content span:first-child {
        padding-left: 0 !important;
        padding-bottom: 5px;
        color: #fff;
    }

.fh video {
    width: 100%;
    height: 92.4%;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

/* css for admin pages */
.mgn-r-25 {
    margin-right: 25px;
}

.mgn-0 {
    margin: 0;
}

.tb-bdr-l td:last-child {
    width: 120px;
}

.gry-bdr {
    border-color: #ccc;
}

.timeTextBox {
    width: auto !important;
    margin-left: 2px;
    margin-right: 2px;
}

.dashGap {
    padding: 0 3px;
    display: inline-block;
}

.dayW {
    width: 40px;
}

.srchLabel {
    background-color: transparent;
    border: 0;
    padding-left: 0;
}

.addonSrch {
    position: absolute;
    top: 5px;
    right: 15px;
    background-color: transparent;
    border: 0;
    z-index: 9;
}

.addonSrch_2 {
    position: absolute;
    top: 27px;
    right: 15px;
    background-color: transparent;
    border: 0;
    z-index: 9;
}

.addonIco {
    position: absolute;
    right: 15px;
    margin-top: 5px;
    background-color: transparent;
    border: 0;
    z-index: 9;
}

/*.srchBox-radius {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}*/

.login-content .login-box.fdb-page {
    min-width: 100%;
}
/* code for service center*/
.bg-grey-wrapper {
    position: relative;
    margin: 0;
    background-color: #f5f5f5;
    display: block;
    float: left;
}

.whtDvider-r {
    padding-left: 0;
}

    .whtDvider-r:after {
        content: '';
        border-right: 15px solid #fff;
        position: absolute;
        height: 100%;
        top: 0;
    }

.refresh-btn {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: 4px;
    height: 1px;
}

.refresh-ico {
    cursor: pointer;
    color: #4385f5;
    font-size: 18px;
}

.captch-box {
    background-color: #fff !important;
    height: 34px !important;
    display: inline-block !important;
    border-radius: 4px !important;
}


@media (max-width: 1200px) {
    .whtDvider-r {
        padding-left: 10px;
    }

        .whtDvider-r:after {
            content: '';
            border-right: 0 !important;
        }
}

@media screen and (min-width: 1920px) {
    .token-status {
        font-size: 3vw;
    }
}

/* edited css for design correction */
.col-mapInfo, .col-mapArea {
    float: left;
    clear: none;
    display: inline-block;
    min-height: 1px;
}

.col-mapInfo {
    width: 30%;
}

.col-mapArea {
    width: 70%;
}

.mapOverflow-hide {
    overflow: hidden;
}

.map-footer {
    position: fixed !important;
    background-color: #fff;
}

    .map-footer .container-fluid {
        width: 70%;
        margin: 0;
        float: right;
        padding-left: 20px;
        text-align: left;
    }

.approval-media .media-left, .approval-media {
    padding: 0 !important;
}

    .approval-media .media-body {
        padding-left: 20px;
    }

.bs-example-modal-approval .modal-title {
    padding: 10px 0;
}

.bs-example-modal-approval .close {
    font-size: 46px;
}

.approval-media .media-heading {
    text-transform: capitalize;
}

.disabled-area button.disabledBtn-after, .disabled-area button.disabledBtn-after:focus, .disabled-area button.disabledBtn-after:hover {
    background: #999999 !important;
    border: 1px solid #888888 !important;
}

.datepicker .datepicker-days .day {
    color: #4385f5;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999 !important;
    cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover {
    color: #000000 !important;
}

    .datepicker table tr td.today.active, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:focus:hover {
        color: #ffffff !important;
    }

.sweet-alert {
    -webkit-box-shadow: 5px 5px 80px #999;
    box-shadow: 5px 5px 80px #999;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.confirm, .cancel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.top-content .bg-info .fa {
    padding-right: 5px;
}

.checkIn-box-height .tab-content {
    min-height: 400px;
}

.checkIn-fotpanel {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    left: 0;
    right: 0;
    margin: 0 10px 0 10px;
}

.checkIn-fot {
    position: relative;
}


/* end */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    input[type="file"].form-control {
        height: auto !important;
    }
}

@media (max-width: 1200px) {
    .m-t-95 {
        margin-top: 0;
    }

    /*---- edited ----*/
    .bottom-content h4 {
        font-size: 16px;
    }

    .col-mapInfo {
        width: 40%;
    }

    .col-mapArea {
        width: 60%;
    }

    .wait-content {
        top: 80px;
    }

    .opening-hours {
        padding-top: 10px !important;
    }

        .opening-hours ul li {
            display: inline-block;
            width: 50%;
            float: left;
        }

    .map-footer .container-fluid {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 80%;
    }
}

@media (max-width: 980px) {
    /*.status-detail .table > thead > tr > th, .status-detail .table > tbody > tr > td {
        font-size: 22px;
    }*/

    .fixed-footer-details h1, .status-detail h1 {
        font-size: 26px;
    }

    /*.token-status {
        font-size: 21px;
        padding-top: 5px !important;
    }*/
    /*---- edited ----*/
    .img-content {
        top: 10px;
    }

    .wait-content {
        width: 100%;
    }
    /*---- edited ----*/
    .top-content span, .top-content, .bottom-content, .bottom-content span {
        font-size: 11px;
    }

        .bottom-content h4 {
            font-size: 13px;
            position: relative;
            top: 10px;
        }

    .address-list .caption p {
        font-size: 13px;
    }

    .login-area .login-innerpanel .qms-name {
        font-size: 20px;
    }

    .login-screen .screen-image img {
        width: auto;
    }
    /* Dashboard UI style */
    .new-topNavBar .navbar-header .navbar-brand .qms-lgname {
        display: none;
    }
}

@media (max-width: 767px) {
    .mapinfo {
        position: fixed;
    }

    .fh {
        height: auto;
    }

    .fixed-footer-details {
        position: static;
    }

    .logo {
        padding-left: 10px;
    }

    .bg-dark-grey button {
        margin-top: 10px;
    }

    .bg-dark-grey .btn-outer {
        text-align: center;
    }

    /* css for service center - time text box */
    .timeTextWrap .form-group .form-control {
        display: inline-block;
    }

    .timeTextWrap .form-group {
        width: auto;
        display: inline-block;
    }
    /* css for alignment issue */
    .mgn-t-0 {
        margin-top: 0 !important;
    }

    .mgn-l-10 {
        margin-left: 10px !important;
    }

    .alignCol .col-sm-6, .alignCol .col-sm-6 div {
        text-align: left !important;
    }
    /*---- edited ----*/
    .address-list .caption .btn-custom {
        display: block;
        width: 100%;
    }

    .address-list .caption p {
        font-size: 13px;
    }

    .approval-media .media-left img, .approval-media .media-body {
        width: 100%;
        display: block;
    }

    .approval-media .media-left {
        height: 130px;
        width: 100%;
        overflow: hidden;
        display: block;
    }

    .wait-content {
        bottom: 0;
        top: initial;
    }

    .approval-media .media-body {
        padding: 15px;
    }

    .opening-hours {
        padding-top: 0;
    }

    .img-area {
        height: 160px;
        overflow: hidden;
    }

        .img-area img {
            overflow: hidden;
        }

    .approval-media .media-heading i {
        float: right;
    }

    .btn-getotp {
        width: 100%;
        display: block;
    }

    .bg-grey-wrapper {
        float: none;
    }

    .map-footer .container-fluid {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .checkIn-box-height .tab-content {
        min-height: inherit;
    }

    .checkIn-fotpanel {
        position: relative;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 10px 0 0;
    }

    .checkIn-fot {
        margin: 0 -20px;
    }

    .checkIn-Page {
        min-height: 100%;
        margin-top: 30px;
    }

    .login-screen .screen-image {
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        float: left;
        display: block;
        overflow: hidden;
    }

    .login-screen .login-area {
        float: left;
        width: 100%;
        position: relative;
        display: block;
    }

    .login-area .login-innerpanel {
        display: block;
        height: auto;
    }

    .lg-wrapper {
        display: block;
        vertical-align: top;
        position: relative;
        top: 40px;
    }

    .login-screen .screen-image img {
        width: 100%;
        height: 500px;
        position: relative;
        top: -150px;
    }

    .login-area .qms-logo-name {
        position: relative;
        top: 0px;
    }

    .login-area .login-innerpanel .qms-name {
        color: #fff;
        padding-bottom: 30px;
    }

    .smsng-logo {
        display: none;
    }

    .smsng-logo-wht {
        display: block;
    }

    .login-footer {
        position: fixed;
    }

    .login-bot-mg {
        margin-top: 40px;
    }

    .tdcol-bdr {
        border-bottom: 1px solid #4285f4;
    }

    .tdcol-bdr-2 {
        border-bottom: 1px solid #2c61b7;
    }

    .status-detail .tvtb-line {
        border-right: 0;
        height: auto;
    }

    .overflow-tvd {
        overflow: auto;
    }

    /* Dashboard UI style */
    .new-topNavBar .navbar-header .navbar-brand {
        margin-left: 60px;
    }

    .new-topNavBar .navbar-header .navbar-brand-2 {
        margin-left: 0 !important;
    }

    .new-topNavBar .navbar-header .navbar-toggle {
        border-radius: 0;
        border: 0;
        background-color: transparent !important;
        margin-top: 20px;
    }

        .new-topNavBar .navbar-header .navbar-toggle .icon-bar {
            background-color: #8a8a8a;
        }

    .new-topNavBar .navbar-inverse .navbar-toggle:focus, .new-topNavBar .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .new-topNavBar .navbar-toggle .icon-bar {
        width: 22px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

    .new-topNavBar .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .new-topNavBar .navbar-toggle .middle-bar {
        opacity: 0;
    }

    .new-topNavBar .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .new-topNavBar .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }

    .new-topNavBar .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }

    .new-topNavBar .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }

    .new-topNavBar .navbar-header {
        height: 68px;
    }

    .new-topNavBar .navbar-inverse .navbar-collapse, .new-topNavBar .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }

    .new-topNavBar .navbar-collapse {
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    }

        .new-topNavBar .navbar-collapse .navbar-nav li {
            display: block;
            padding: 0;
        }

    .navbar-nav li {
        line-height: inherit !important;
    }

    .new-topNavBar .navbar-collapse .navbar-nav li a {
        display: block;
        padding: 10px 0;
    }

    .new-topNavBar .dropdown.megadrop-menu {
        margin-left: 5px;
        width: 100%;
        position: relative;
    }

    .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.megadrop-menu.open {
        position: relative;
    }

        .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.megadrop-menu.open .dropdown-menu {
            width: 100%;
            display: block;
            min-width: 100%;
            box-shadow: none;
            position: relative;
            float: left;
        }

            .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.megadrop-menu.open .dropdown-menu li {
                width: 100%;
                float: left;
                display: block;
                margin: 0;
                padding: 0;
            }

    .agnt-code {
        padding-left: 25px;
    }

    .topUser-logoBox .navbar-nav li.userdrop-menu.pull-left {
        float: right !important;
    }

    .topUser-logoBox .navbar-nav li.pull-right {
        float: left !important;
    }

    .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.userdrop-menu.open .dropdown-menu li.logout-bg > a:hover,
    .new-topNavBar .navbar-inverse .navbar-nav > li.dropdown.userdrop-menu.open .dropdown-menu li.logout-bg > a:focus {
        color: #ffffff !important;
    }

    /* New Design Implement*/
    .navFree-header .navbar-brand {
        margin-left: 0 !important;
    }

    .counterRight-panel, .counterLeft-panel {
        width: 100%;
        float: left;
        left: 0;
        height: auto;
        display: block;
        position: relative;
        border: 0;
    }
}

@media (max-width: 520px) {

    .media-left, .media-body {
        width: 100%;
        display: inline-block;
    }

    .wait-content {
        width: 100%;
        bottom: 0;
    }

    .media-left img {
        width: 100%;
    }

    .opening-hours ul {
        padding-left: 15px;
        padding-right: 15px;
    }

        .opening-hours ul li, .opening-hours ul p {
            padding-left: 0;
        }

    /* css for service center - time text box */
    .timeTextWrap {
        display: block;
    }

        .timeTextWrap .form-group {
            margin-bottom: 3px;
        }
    /*---- edited ----*/
    .bottom-content h4 {
        font-size: 14px;
    }

    .img-area {
        height: auto;
        overflow: visible;
    }

    .opening-hours ul li {
        display: block;
        font-size: 12px;
        width: 100%;
        float: none;
        clear: both;
    }

    .login-area .login-innerpanel {
        padding: 30px;
    }

        .login-area .login-innerpanel .qms-name {
            font-size: 18px;
        }

    .fixed-footer-details h1 {
        line-height: 30px;
    }
    /* New Design Implement*/
    .counterDetailStrip .timerStrip, .counterDetailStrip .detailStrip {
        width: 100%;
    }
}

@media (max-width: 351px) {
    .login-content .login-box {
        min-width: 100%;
    }

        .login-content .login-box .login-form, .login-content .login-box .forget-form {
            width: 100%;
        }
}

.loading-div-background {
    display: none;
    position: fixed;
    opacity: 0.4;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.tvLoader {
    width: calc(100% - 41.5%) !important;
    height: calc(100% - 80px) !important;
}

.loading-div {
    width: 300px;
    height: 200px;
    /*background-color: #0c0b0b;*/
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
}

.outer-search {
    display: inline-table;
}

    .outer-search .btn-secondary {
        background: #dcdcdc;
    }

/*.errorBorder, added by Deepika(12-June-2018)*/
.errorBorder {
    border: solid 1px #f00;
}

.topbar-left span {
    line-height: 39px;
    font-size: 18px;
    font-weight: 300;
}

.color-indication-area {
    position: absolute;
    left: 11px;
    bottom: 50px;
    background: #fff;
    box-shadow: 0px 0px 4px #dcdcdc;
}

    .color-indication-area ul {
        margin: 0;
        padding: 15px;
        list-style: none;
    }

        .color-indication-area ul li:first-child {
            border-left: solid 5px #36a30f;
        }

        .color-indication-area ul li {
            margin-bottom: 10px;
        }

            .color-indication-area ul li:nth-child(2) {
                border-left: solid 5px #fbb42a;
            }

        .color-indication-area ul li {
            margin-bottom: 10px;
        }

            .color-indication-area ul li:last-child {
                border-left: solid 5px #ff4646;
                margin-bottom: 0;
            }

.search-bg {
    height: 100vh !important;
    background: url(../../images/login-img.jpg) no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
    opacity: 0.7;
}

.overlayBG {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.frontPageStyle {
    height: 100vh !important;
}

.login-new-inner {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.fp-style h3 {
    color: #fff;
}

.login-new-inner .btn {
    height: 42px;
    font-size: 15px;
    padding: 6px 35px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.login-new {
    position: relative;
    height: 90vh;
}

.search-bg header {
    position: absolute;
    right: 15px;
    top: 15px;
}

.search-bg footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    color: #666;
}

.disabledclass {
    background-color: #e8e8e8;
}

.peakHourclass {
    background-color: orange;
}

.SlotNotAvailable {
    background-color: #e56b69;
}
/*-- for disable ---*/
.disabled-area .form-group {
    opacity: .5;
}

.disabled-area button {
    background: #dcdcdc !important;
    border: solid 1px #dcdcdc !important;
}

    .disabled-area button:hover, .disabled-area button:focus {
        background: #dcdcdc !important;
        border: solid 1px #dcdcdc !important;
    }

    .disabled-area button:hover, .disabled-area button:focus {
        background: #dcdcdc !important;
        border: solid 1px #dcdcdc !important;
    }

.starRating {
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
}

    .starRating .starFill {
        color: #fabc05;
    }

.sweet-overlay1 {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}


.sweet-alert1 {
    background-color: #ffffff;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 9999999;
}

.showSweetAlert1 {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.sweet-alert1 {
    -webkit-box-shadow: 5px 5px 80px #999;
    box-shadow: 5px 5px 80px #999;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .map-mobile.maparea .input-group {
        width: 97%;
        left: 9px;
    }
}

/* Dashboard UI style */
.d_boxCol {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #efefef;
    display: block;
    width: 100%;
    position: relative;
    color: #333;
    float: left;
}

#pie_Chart {
    height: 220px !important;
}

#line_Chart, #segment_chart, #bar_chart {
    height: 230px !important;
}

#pie_Chart .highcharts-data-labels,
#bartable {
    display: none;
}

.totalCalls {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    height: 60px;
    width: 150px;
    display: inline-block;
    text-align: center;
}

#pie_Chart .highcharts-container {
    height: auto !important;
    width: 100% !important;
}

#pie_Chart .highcharts-background {
    fill: none;
}

#pie_Chart .highcharts-series.highcharts-series-0 path {
    stroke: none;
}

#segment_chart .highcharts-grid.highcharts-xaxis-grid path,
#line_Chart .highcharts-grid.highcharts-yaxis-grid path,
#bar_chart .highcharts-grid.highcharts-yaxis-grid path {
    stroke: #e6e6e6;
    stroke-dasharray: 3;
}

#segment_chart .highcharts-grid.highcharts-yaxis-grid path {
    stroke: none;
}

#line_Chart .highcharts-tracker path {
    stroke: #34a853;
    fill: #fff;
    stroke-width: 1px;
}

    #line_Chart .highcharts-tracker path:hover, #line_Chart .highcharts-tracker.highcharts-series-hover path.highcharts-point-hover {
        fill: #34a853;
        stroke: #34a853;
        stroke-width: 1px;
    }

#line_Chart .highcharts-series path, #line_Chart .highcharts-series-hover path.highcharts-graph {
    stroke-width: 1px;
}

.highcharts-label.highcharts-data-label text {
    font-weight: 300 !important;
}

.highcharts-axis-title {
    fill: #9e9e9e !important;
    font-size: 11px;
    font-family: 'Roboto', sans-serif, Arial;
}

.numCalls {
    position: relative;
    display: block;
    height: 220px;
    width: 100%;
}

.numCalls-inner {
    -webkit-transform: translate(0%, 40%);
    -moz-transform: translate(0%, 40%);
    transform: translate(0%, 40%);
    height: 100%;
}

.numCalls .nCalls {
    font-size: 16px;
    font-weight: bold;
}

.chart-clrStrip {
    display: inline-block;
    width: 20px;
    height: 5px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.chart-clr1 {
    background-color: #4185f4;
}

.chart-clr2 {
    background-color: #fabc05;
}

.chart-clr3 {
    background-color: #f66a69;
}

.chart-clr4 {
    background-color: #4185f4; /*rgb(164,213,58);*/
}

.chart-textClr1 {
    color: #4185f4;
}

.chart-textClr2 {
    color: #fabc05;
}

.b-r-bot-l4 {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.b-r-bot-r4 {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}

.chart-hdg {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    z-index: 11;
    font-size: 14px;
    font-weight: bold;
}

.dateicon.dt_ico:after /** New Design Implement **/ {
    top: 10px;
    right: 0px;
}

.form-control, .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/** New Design Implement **/
/*.topSearch_row {
    margin: 0 !important;
}

.topSearch_row [class*="col-"] {
    padding: 0 5px;
}*/



@media (max-width: 520px) {
    .numCalls-inner {
        -webkit-transform: translate(-30%, 40%);
        -moz-transform: translate(-30%, 40%);
        transform: translate(-30%, 40%);
    }
}

@media (min-width: 1200px) {
    .dashboard-panel .container-fluid, .wrapper .container-fluid /** New Design Implement **/ {
        width: 100%;
    }

    .wrapper .topWrapper-Strip {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

/* end dashboard */

/* added by deepak */
.chkbox_color {
    background-color: #4385f5;
    border-color: #4385f5;
}

.modal-dialogBox .modal-dialog {
    display: table;
    height: 100%;
    margin: auto !important;
}

.modal-dialogBox .modal-middle {
    display: table-cell;
    vertical-align: middle;
}

.marquee-container {
    position: relative;
    width: 100%;
    height: 100vh;
}

.marquee-slider {
    position: absolute;
}

/** New Design Implement **/
.form-group {
    position: relative;
    margin-bottom: 40px;
}

    .form-group label {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px;
        color: #666;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
        opacity: 0;
        font-weight: 500;
    }

        .form-group label.on {
            top: -16px;
            color: #4385f5;
            opacity: 1 !important;
        }

        .form-group label.show {
            top: -16px;
            opacity: 1;
        }

    .form-group option {
        color: #333;
    }

.watermark {
    color: #666 !important;
}

.date-label label {
    opacity: 0;
    top: -16px;
}

    .date-label label:focus, .date-label label:visited {
        opacity: 1;
    }

.form-control {
    background-color: transparent !important;
    border-bottom: 1px solid #cfcfcf;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    box-shadow: none;
}

    .form-control:focus, .form-control:focus ~ .input-group-addon {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #4385f5;
        -webkit-box-shadow: inset 0 -1px 0 #4385f5;
        -moz-box-shadow: inset 0 -1px 0 #4385f5;
        box-shadow: inset 0 -1px 0 #4385f5;
    }

    .form-control ~ .input-group-addon {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        background-color: transparent !important;
        opacity: 0.5;
    }

input::-webkit-input-placeholder {
    color: #666 !important;
}

input:-moz-placeholder {
    color: #666 !important;
}

input::-moz-placeholder {
    color: #666 !important;
}

input:-ms-input-placeholder {
    color: #666 !important;
}

input:placeholder {
    color: #666 !important;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

select:focus option[selected] {
    opacity: 0;
    display: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

.reqField {
    margin: 0;
    position: absolute;
    float: right;
    bottom: 0;
    right: 0;
}

    .reqField:after {
        position: absolute;
        background: #ff3b3b;
        height: 1px;
        content: '';
        width: 40px;
        right: 0;
        top: -1px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.form-control:focus ~ .reqField:after {
    height: 2px;
    top: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    background-color: #427bda;
    color: #fff;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .btn:hover, .btn:focus {
        background-color: #377ef0;
    }

.btn-custom {
    background-color: #377ef0 !important;
}

.timeTextWrap .form-group {
    margin-right: 30px;
}

.modal-content {
    border-radius: 0 !important;
}

.smallClose {
    font-size: 13px !important;
    position: absolute;
    right: 15px;
}

    .smallClose:focus {
        box-shadow: none;
        outline: none;
    }

.chrtDataNotFound {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #999;
}

.chrtDataNotFound {
    height: 230px;
    width: 100%;
    margin-top: 30px;
    position: relative !important;
}

    .chrtDataNotFound div {
        position: absolute;
        top: 35%;
        width: 100%;
        text-align: center;
        height: 100%;
    }


.chosen-choices .search-field {
    display: inline-block;
    width: 100%;
    padding: 8px 10px !important;
    box-shadow: none;
    background: #fff;
}

.parked-token {
    font-weight: bold;
}

    .parked-token .checkbox {
        display: inline-block;
        margin: 0;
        padding: 0;
        line-height: normal;
        vertical-align: text-top;
        margin-left: 25px;
        margin-top: 3px;
    }

        .parked-token .checkbox label::before {
            border: solid 1px #999;
        }


.chosen-container .chosen-drop {
    max-height: 400px !important;
    overflow-y: auto !important;
}
/*.chosen-container .chosen-results {
    max-height: 124px !important;
    overflow-y: auto !important;
}*/

.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 20px !important;
}

.samsung-logo {
    position: absolute;
    left: 20px;
    line-height: 58px;
}

.top-header-main {
    width: 100%;
    /*background: #4285f4;*/
    /*position: absolute;*/
    height: 58px;
    z-index: 9;
    float: left;
}

    .top-header-main .samsung-bg {
        background: #4285f4;
        height: 100%;
    }

.bd {
    border-bottom: solid 1px #6aa1fb;
}

.zmdi-fullscreen-alt:before {
    content: '\f16b' !important;
}

.status-detail h1 {
    font-size: 34px !important;
}

.modal-footer-area {
    padding: 0px 15px 15px 15px;
}

.modal-body table tbody td, .modal-body table tbody th {
    padding: 8px !important;
}

li.search-field .form-group label {
    opacity: 1 !important;
}

.chosen-container.chosen-container-multi .chosen-choices {
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: solid 1px #ccc;
    height: 37px !important;
    overflow-y: auto;
}

    .chosen-container.chosen-container-multi .chosen-choices li.search-field {
        background: transparent;
        width: auto !important;
        padding: 0 !important;
    }

    .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
        margin: 0 !important;
        margin-right: 4px !important;
        padding: 3px 15px 3px 5px !important;
        font-size: 11px;
        margin-bottom: 5px !important;
    }

.chosen-container-active .chosen-choices {
    box-shadow: none !important;
}

.mt-20 {
    margin-top: 20px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding: 0 !important;
}


.d_boxCol h2 {
    margin: 0;
    padding: 10px 15px;
    line-height: normal;
}

    .d_boxCol h2 p.chart-hdg {
        padding: 0;
        margin: 0;
        display: inline-block;
        /* line-height: 40px; */
    }

    .d_boxCol h2 p.f-16 {
        display: inline-block;
        font-size: 14px !important;
        padding: 0;
        margin: 0 !important;
        line-height: normal;
        padding-top: 17px;
    }

#dvtotalCalls {
    padding-top: 0px !important;
}

    #dvtotalCalls.data-val {
        padding-top: 80px !important;
    }

#pie_Chart {
    height: 295px !important;
    margin-top: 3.5em;
}

.d_boxCol {
    min-height: 458px !important;
}

.d_boxCol_new {
    min-height: 1px !important;
    height: 330px;
    background: #fff;
}


    .d_boxCol_new .totalCalls {
        top: 40px;
    }

.sc_admin #pie_Chart {
    height: 205px !important;
    margin-top: 3.5em;
    margin-left: 2.5em;
}

.d_boxCol_new .sc_admin #pie_Chart {
    margin-left: 0.5em;
    margin-top: 1.5em;
}


.d_boxCol_new .chrtDataNotFound {
    height: 230px;
    width: 100%;
    margin-top: -143px;
    position: relative !important;
}

.walkin {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.outer-serach-area-main {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}

.table-search-area {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.table-search-main {
    float: left;
    width: 100%;
}

.table-search-area .form-group {
    margin-bottom: 15px !important;
}



.slogo {
    width: 220px;
    height: 35px;
    background-image: url(../../images/svg-logo.svg);
    background-size: 100% auto;
    display: block;
    margin-top: 12px;
    background-repeat: no-repeat;
}

.pie-chart1 .highcharts-container {
    height: 409px !important;
}


/* *********  form wizard  **************************** */

.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
}
/**-------**/

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

    .wizard_horizontal ul.wizard_steps li {
        display: table-cell;
        text-align: center;
    }

        .wizard_horizontal ul.wizard_steps li a, .wizard_horizontal ul.wizard_steps li:hover {
            display: block;
            position: relative;
            -moz-opacity: 1;
            filter: alpha(opacity: 100);
            opacity: 1;
            color: #fff;
            font-weight: 400;
            text-decoration: none;
            cursor: default;
        }

            .wizard_horizontal ul.wizard_steps li a:before {
                content: "";
                position: absolute;
                height: 3px;
                background: #ccc;
                top: 25px;
                width: 100%;
                z-index: 4;
                left: 0;
            }

            .wizard_horizontal ul.wizard_steps li a.disabled .step_no {
                background: #ccc;
                cursor: default;
            }

            .wizard_horizontal ul.wizard_steps li a .step_no {
                width: 50px;
                height: 50px;
                line-height: 50px;
                border-radius: 100px;
                display: block;
                margin: 0 auto 5px;
                font-size: 16px;
                text-align: center;
                position: relative;
                z-index: 5;
                cursor: default;
            }

            .wizard_horizontal ul.wizard_steps li a.selected:before, .step_no {
                background: #34495E;
                color: #fff;
                cursor: default;
            }

            .wizard_horizontal ul.wizard_steps li a.done:before, .wizard_horizontal ul.wizard_steps li a.done .step_no {
                background: #4385f5;
                color: #fff;
                cursor: default;
            }

        .wizard_horizontal ul.wizard_steps li:first-child a:before {
            left: 50%;
            cursor: default;
        }

        .wizard_horizontal ul.wizard_steps li:last-child a:before {
            right: 50%;
            width: 50%;
            left: auto;
            cursor: default;
        }

.step_no img {
    width: 30px;
    vertical-align: middle;
}

#NP {
    background-image: url(../../images/nepal.png);
}

#BD {
    background-image: url(../../images/bangladesh.png);
}

#LK {
    background-image: url(../../images/shrilanka.png);
}

.counter-ul-list li p {
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}
