/* Minification failed. Returning unminified contents.
(3160,16): run-time error CSS1038: Expected hex color, found '#ffff'
(3416,1): run-time error CSS1019: Unexpected token, found '}'
(3418,2): run-time error CSS1031: Expected selector, found '/'
(3418,2): run-time error CSS1025: Expected comma or open brace, found '/'
(3712,47): run-time error CSS1046: Expect comma, found '0'
(3712,51): run-time error CSS1046: Expect comma, found '/'
(3713,39): run-time error CSS1046: Expect comma, found '0'
(3713,43): run-time error CSS1046: Expect comma, found '/'
 */


.navbar-fixed-bottom {
    width: 160px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

    .breadcrumb li {
        font-size: 10px;
    }

    .breadcrumb > li + li:before {
        content: '-';
    }

    .breadcrumb > li + li:nth-child(2):before {
        content: '';
        padding: 0;
    }

    .breadcrumb li.active {
        display: block;
        font-size: 50px;
        font-weight: 300;
        line-height: 50px;
        color: #707070;
    }

.text-primary {
    color: #18355f;
    font-weight: 600;
}

.text-success {
    color: #19ACB3;
}

.text-danger {
    color: #d2322d;
}

.text-info {
    color: #50baf0;
}

a.text-success:hover,
a.text-success {
    text-decoration: underline;
}

.text-muted {
    color: #707070;
}

.btn-primary.btn-primary-hover {
    background-color: #fff;
    color: #19acb3
}

    .btn-primary.btn-primary-hover:hover {
        background-color: #1b8186;
        color: #fff;
    }

.link-primary {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

    .link-primary:hover {
        color: #1b8186;
        text-decoration: none;
    }

    .link-primary:focus {
        text-decoration: none;
    }

.text-sm {
    font-size: 10px !important;
}

.align-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.white {
    color: #ffffff;
}

.green {
    color: #19ACB3;
}

.text-approved {
    color: #19ACB3;
}

.text-pending {
    color: #eab772;
}

.text-denied {
    color: #FF0000;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-pull {
    float: none;
}

.page-403 h2 {
    font-size: 80px;
}

.bg-page-403 {
    background-color: #ED7070;
}

.border-page-403 {
    border-color: #ED7070;
}

.summary-border-right {
    border-right: 1px solid #EBEBEB;
}

.icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 14px;
}

    .icon.icon-option {
        width: 10px;
        background-image: url('./icons/icon_options.png');
        margin-top: 2px;
    }

    .icon.icon-token {
        background-image: url('./icons/token.png');
        width: 16px;
        height: 16px;
        background-size: auto 16px;
    }

    .icon.icon-atm {
        background-image: url('./icons/atm.png');
    }

    .icon.icon-idk {
        background-image: url('./icons/idk.png');
    }

    .icon.icon-atm-green {
        background-image: url('./icons/atm-green.png');
        margin-top: 1px;
    }

    .icon.icon-ap {
        background-image: url('./icons/ap.png');
        background-size: auto 15px;
        height: 15px;
        width: 15px;
    }

    .icon.icon-ap-green {
        background-image: url('./icons/ap-green.png');
        background-size: auto 16px;
        height: 18px;
    }

    .icon.icon-cancel {
        background-image: url('./icons/icon-cancel.png');
    }

    .icon.icon-cancel-white {
        background-image: url('./icons/icon-cancel-white.png');
    }

.list-type-icon {
    color: #19acb3;
    margin-right: 10px;
}

img.list-icon-atm-green {
    content: url('./icons/atm-green.png');
    height: 15px;
    margin: -3px 9px 0px 0px;
}

img.list-icon-ap-green {
    content: url('./icons/ap-green.png');
    height: 16px;
    margin: -3px 9px 0px 0px;
}

.dataTables_scrollHead {
    /*toggle for new table row spacing*/
    /*margin-bottom: -7px;*/
}

.dataTables_info {
    margin-top: -32px;
    margin-left: 120px;
    /*margin-left: 55px;*/
    text-align: left !important;
    white-space: nowrap;
}

div.dataTables_paginate {
    float: none !important;
    margin: 0;
}

table.dataTable {
    /*toggle for new table row spacing*/
    /*border-spacing: 0 5px;*/
    border-spacing: 0 3px;
    border-collapse: unset;
    margin-top: 0 !important;
    max-width: 100% !important;
}

    table.dataTable thead th {
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        color: #707070;
        border-bottom: solid 0 white;
    }

    table.dataTable tbody td {
        background-color: white;
        margin-bottom: 1px;
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -webkit-pre-wrap; /*Chrome & Safari */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: pre-wrap; /* css-3 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        word-break: break-all;
        white-space: normal;
        /*toggle for new table row spacing*/
        /*border-top: none;*/
        border-top: solid 1px #ebebeb !important;
        border-bottom: solid 1px #ebebeb;
    }

        table.dataTable tbody td:first-child {
            border-left: solid 1px #ebebeb;
        }

        table.dataTable tbody td:last-child {
            border-right: solid 1px #ebebeb;
        }

table.table-hover tr:hover {
    background-color: #f5f5f5;
}

table.table-hover > tbody > tr:hover > td,
table.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
    color: #707070;
}

table.table-hover.cursor-pointer > tbody > tr:hover > td,
table.table-hover.cursor-pointer > tbody > tr:hover > th {
    cursor: pointer;
}


table.dataTable i.fa-ellipsis-v {
    font-size: 24px;
}

table.table-hover > tbody > tr:hover > td.border-info,
table.dataTable .border-info {
    border-left: solid 5px #50baf0 !important;
}

table.table-hover > tbody > tr:hover > td.bg-info,
table.table-hover > tbody > tr:hover > a,
table.dataTable .bg-info {
    background-color: #50baf0 !important;
    color: white;
}

table.table-hover > tbody > tr:hover > td.border-success,
table.dataTable .border-success {
    border-left: solid 5px #19acb3 !important;
}

table.table-hover > tbody > tr:hover > td.bg-success,
table.dataTable .bg-success {
    background-color: #19acb3 !important;
    color: white;
}

table.table-hover > tbody > tr:hover > td.border-warning,
table.dataTable .border-warning {
    border-left: solid 5px #eab772 !important;
}

table.table-hover > tbody > tr:hover > td.bg-warning,
table.dataTable .bg-warning {
    background-color: #eab772 !important;
    color: white;
}

table.table-hover > tbody > tr:hover > td.border-danger,
table.dataTable .border-danger {
    border-left: solid 5px #e66f6e !important;
}

table.table-hover > tbody > tr:hover > td.bg-danger,
table.dataTable .bg-danger {
    background-color: #e66f6e !important;
    color: white;
}

table.table-hover > tbody > tr:hover > td.border-disabled,
table.dataTable .border-disabled {
    border-left: solid 5px #ebebeb !important;
}

table.table-hover > tbody > tr:hover > td.bg-disabled,
table.dataTable .bg-disabled {
    background-color: #ebebeb !important;
}

.dataTables_processing {
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
}

.pagination > li > span,
.pagination > li > a {
    color: #707070;
    padding: 3px 9px;
    font-size: 13px;
    border-color: #ebebeb;
}

    .pagination > li > a:hover {
        background-color: #ebebeb;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #19acb3;
    border-color: #ebebeb;
}

.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

div.dataTables_paginate ul.pagination {
    margin-top: 10px;
}

.dataTables_info {
    text-align: right;
}

.hide-pagesize .dataTables_info {
    margin-top: 0;
    margin-left: 0;
}

div.dataTables_length {
    margin-top: 10px;
    /*width: 115px;*/
}

    div.dataTables_length label {
        float: none;
    }

.dataTables_length select {
    width: 50px !important;
    height: 21px;
    font-size: 12px;
    box-shadow: none;
    outline: none;
    padding: 1px 3px;
    vertical-align: unset !important;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background-image: none !important;
    line-height: 12px;
    background-color: transparent;
}

    .dataTables_length select:focus {
        box-shadow: none;
        outline: none;
        padding: 1px 3px;
    }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border: solid 1px #f5f5f5;
    padding-top: 10px;
    vertical-align: middle;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
    padding-left: 16px;
    background-position: center left;
}

.inline-table {
    display: inline-block;
    min-width: 450px;
}

.btn {
    height: 40px;
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 30px;
    margin-bottom: 5px;
    margin-left: 15px;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: none;
    }

    .btn.active, .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-sm {
    height: 26px;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: 12px;
}

.btn-sd {
    height: 28px;
    border-radius: 15px;
    padding: 4px 16px;
    margin-bottom: 0px;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #19ACB3;
    border: solid 0 white;
}

.btn-primary {
    color: white;
    background-color: #19ACB3;
    border: solid 0 white;
}

    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:hover {
        color: white;
        background-color: #1b8186;
    }

/*.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #e66f6e;
    border: solid 0 white;
}

.btn-danger {
    color: white;
    background-color: #e66f6e;
    border: solid 0 white;
}

    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger:hover {
        color: white;
        background-color: #e66f6e;
    }*/

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #50baf0;
    border: solid 0 white;
}

.btn-info {
    color: white;
    background-color: #50baf0;
    border: solid 0 white;
}

    .btn-info:focus,
    .btn-info:active,
    .btn-info:hover {
        color: white;
        background-color: #44a2d2;
    }

.btn-default {
    color: #707070;
    background-color: transparent;
}

    .btn-default:active,
    .btn-default:hover,
    .btn-default:focus {
        color: #707070;
        background-color: #ebebeb;
    }

.btn-success, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #19acb3;
    border-color: #19acb3;
}

    .btn-success:hover {
        background-color: #1d979c;
        color: #fff;
        border-color: #19acb3;
    }

.btn.btn-icon {
    position: relative;
    padding-top: 11px;
    padding-left: 40px;
    padding-right: 20px;
}

    .btn.btn-icon i {
        position: absolute;
        margin-left: -24px;
        margin-top: 1px;
        font-size: 16px;
    }

/*.btn-group {
    margin-bottom: 10px;
}

    .btn-group .btn {
        font-size: 14px;
        border-radius: 0;
        background-color: white;
        border-right: solid 1px #ebebeb;
        border-top: solid 1px #ebebeb;
        border-bottom: solid 1px #ebebeb;
        margin-right: 1px;
        margin-bottom: 10px;
        padding: 9px 15px;
        font-weight: 400;
    }

        .btn-group .btn:first-child {
            border-left: solid 1px #ebebeb;
        }

        .btn-group .btn:hover {
            background-color: #ebebeb;
        }

        .btn-group .btn.active,
        .btn-group .btn:active {
            color: white;
            background-color: #19acb3;
            text-align: center;
            box-shadow: none;
        }

    .btn-group i {
        line-height: 17px;
    }*/

.btn-select-xs {
    margin-top: -4px !important;
    padding: 2px 20px !important;
    height: 26px !important;
    line-height: 20px;
}

.input-group.fixed {
    width: 220px;
}

    .input-group.fixed .input-group-addon {
        width: auto;
    }

        .input-group.fixed .input-group-addon .ti-close {
            font-size: 10px;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar > div {
        margin-right: 25px;
    }


    .btn-toolbar .btn-group > .btn.active:before,
    .btn-toolbar .btn-group > .btn:active:before {
        content: '';
        background: transparent url('./icons/focus-green.png') no-repeat;
        width: 16px;
        height: 21px;
        float: left;
        position: absolute;
        z-index: 100;
        top: 33px
    }

    .btn-toolbar .btn-group {
        margin-bottom: 10px;
    }

        .btn-toolbar .btn-group .btn {
            font-size: 14px;
            border-radius: 0;
            background-color: white;
            border-right: solid 1px #ebebeb;
            border-top: solid 1px #ebebeb;
            border-bottom: solid 1px #ebebeb;
            margin-right: 1px;
            margin-bottom: 10px;
            padding: 9px 15px;
            font-weight: 400;
        }

            .btn-toolbar .btn-group .btn:first-child {
                border-left: solid 1px #ebebeb;
            }

            .btn-toolbar .btn-group .btn:hover {
                background-color: #ebebeb;
            }

            .btn-toolbar .btn-group .btn.active,
            .btn-toolbar .btn-group .btn:active {
                color: white;
                background-color: #19acb3;
                text-align: center;
                box-shadow: none;
            }

        .btn-toolbar .btn-group i {
            line-height: 17px;
        }

.form-horizontal .control-label {
    text-align: left;
    padding-top: 12px;
    /*white-space:nowrap;*/
}

.form-horizontal hr {
    margin-top: 5px;
    margin-bottom: 30px;
}

.form-control {
    height: 40px;
    font-family: 'Avenir';
    font-weight: 400;
    font-size: 14px;
    border: solid 1px #ebebeb;
    border-radius: 1px;
    color: #18355f !important;
    box-shadow: none;
}

    .form-control:focus {
        border: solid 1px #19acb3;
        outline: none;
        box-shadow: none;
    }

.input-group {
    width: 100%;
}

.intl-tel-input {
    width: 100%;
}

.input-group-addon {
    color: #707070;
    padding-top: 10px;
    background-color: white;
    border-radius: 0;
    border: solid 1px #ebebeb;
    border-left: solid 0 white;
}

    .input-group-addon .ti-close {
        cursor: pointer;
    }

.input-group-focus .input-group-addon {
    border: solid 1px #19acb3;
    border-left: solid 0 white;
}

.input-group .form-control {
    border: solid 1px #ebebeb;
    border-right: solid 0 white;
    box-shadow: none;
}

    .input-group .form-control:focus {
        border: solid 1px #19acb3;
        /*border-right: solid 0 white;*/
        box-shadow: none;
    }


.intl-tel-input .flag-container .selected-flag {
    background-color: transparent;
    border-right: solid 1px #ebebeb;
}

.intl-tel-input .flag-container:hover .selected-flag {
    background-color: #ebebeb;
    outline: none;
}

.intl-tel-input .form-control {
    border-right: solid 1px #ebebeb;
}

    .intl-tel-input .form-control:focus {
        border-right: solid 1px #19acb3;
    }

.form-group.empty {
    height: 40px;
}

.form-group .btn:first-child {
    margin-left: 0;
}

.check-inline {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check-inline.radio {
        padding-top: 12px;
    }

    .check-inline > input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .check-inline > .checkmark {
        position: absolute;
        top: 12px;
        left: 0;
        height: 14px;
        width: 14px;
        background-color: #FFFFFF;
        border: solid 1px #b9b9b9;
    }

    .check-inline.radio > .checkmark {
        border-radius: 50%;
    }

    .check-inline:hover input ~ .checkmark {
        background-color: #18adb3;
    }

    .check-inline input:checked ~ .checkmark {
        background-color: #18adb3;
        border: solid 1px #18adb3;
    }

    .check-inline.radio input[disabled] ~ .checkmark,
    .check-inline input[disabled] ~ .checkmark {
        background-color: #eee;
        border: solid 1px #e4e4e4;
    }

        .check-inline input[disabled] ~ .checkmark:after {
            border-width: 0 2px 2px 0 !important;
            border: solid #b9b9b9;
        }

        .check-inline.radio input[disabled] ~ .checkmark:hover,
        .check-inline input[disabled] ~ .checkmark:hover {
            cursor: not-allowed;
        }

    .check-inline.radio input:checked ~ .checkmark {
        background-color: transparent;
        border: solid 1px #18adb3;
    }

    .check-inline .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .check-inline input:checked ~ .checkmark:after {
        display: block;
    }

    .check-inline .checkmark:after {
        left: 3px;
        top: -1px;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .check-inline.radio .checkmark:after {
        left: 3px;
        top: 3px;
        width: 6px;
        height: 6px;
        border-width: 0;
        border-radius: 50%;
        background: #18adb3;
    }

.fwizard {
    display: table;
    width: 80%;
    padding-top: 5px;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.fwizard-item {
    display: table-cell;
    min-width: 40px;
    position: relative;
}


    .fwizard-item a {
        display: inline-block;
        text-decoration: none;
        position: relative;
        z-index: 100;
    }

        .fwizard-item a i {
            display: block;
            width: 40px;
            height: 40px;
            background-color: #b9b9b9;
            color: white;
            border-radius: 50%;
            font-size: 18px;
            padding-top: 10px;
            text-align: center;
            margin: 0 auto;
            position: relative;
            z-index: 100;
        }

        .fwizard-item a span {
            display: block;
            color: #b9b9b9;
            margin-top: 5px;
            white-space: nowrap;
            position: absolute;
            top: 50px;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .fwizard-item:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #b9b9b9;
        position: absolute;
        top: 19px;
        left: calc(-100% + 30px);
        z-index: 1;
    }

    .fwizard-item:first-child:before {
        display: none;
    }

    .fwizard-item.active a i,
    .fwizard-item.active:before {
        background-color: #19acb3;
    }

    .fwizard-item.active a span {
        color: #19acb3;
    }

    .fwizard-item.active.current a i {
        background-color: #50BAF0;
    }

    .fwizard-item.active.current a span {
        color: #50BAF0;
    }

.control-status {
    display: table;
    padding-top: 8px;
}

    .control-status input[type="checkbox"] {
        display: none;
    }

    .control-status .label {
        color: #707070;
    }

    .control-status .item, .control-status .label {
        display: table-cell;
        padding: 5px 15px;
        font-size: 12px;
        font-weight: 400;
    }

    .control-status .item {
        background-color: #ebebeb;
        color: #c1c1c1;
        cursor: pointer;
    }

    .control-status.disabled .item {
        background-color: #ebebeb;
        color: #c1c1c1;
        cursor: not-allowed;
    }

    .control-status .item.selected {
        background-color: #19acb3;
        color: white;
    }

    .control-status.disabled .item.selected {
        background-color: #707070;
        color: white;
    }

.password + .icon-eye {
    cursor: pointer;
    pointer-events: all;
    margin: 7px 5px;
    font-size: 20px;
    text-align: center;
    padding-top: 3px;
    padding-right: 5px;
    /*color: #c0c0c0;*/
}

.notifyjs-corner {
    position: fixed;
    top: 60px !important;
    right: 48px !important;
    color: white !important;
}

.notifyjs-bootstrap-base {
    font-weight: 400 !important;
}

.notifyjs-bootstrap-warn {
    background-color: #eab772 !important;
    color: white !important;
}

.field-validation-error {
    color: #e66f6e;
    font-size: 12px;
}

.alert-msg {
    animation: alert-msg 4s 1;
    -webkit-animation: alert-msg 4s 1;
    animation-fill-mode: forwards;
    animation-delay: 5s;
    -webkit-animation-delay: 5s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
}

@keyframes alert-msg {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes alert-msg {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        z-index: -1;
    }
}

/*.validation-summary-errors {
    animation: validation-summary-errors 4s 1;
    -webkit-animation: validation-summary-errors 4s 1;
    animation-fill-mode: forwards;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -webkit-animation-fill-mode: forwards;
}

@keyframes validation-summary-errors {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes validation-summary-errors {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        z-index: -1;
    }
}*/

.alert-msg, .validation-summary-errors {
    position: fixed;
    top: 127px;
    right: 48px;
    color: white !important;
    text-align: left;
    z-index: 99;
    /*height: 34px;*/
}

    .alert-msg .msg-text {
        display: inline-block;
        padding-left: 15px !important;
    }

    .alert-msg.info {
        background-color: rgba(80,186,240,0.7);
    }

    .alert-msg.success {
        background-color: rgba(25,172,179,0.7);
    }

    .alert-msg.warning {
        background-color: rgba(234,183,114,0.7);
    }

    .alert-msg.error,
    .validation-summary-errors {
        background-color: rgba(230,111,110,0.7);
    }

        .validation-summary-errors ul {
            margin-bottom: 1px;
        }

        .alert-msg .msg-text,
        .validation-summary-errors li {
            text-align: left;
            padding: 10px;
            padding-left: 0;
        }

        .validation-summary-errors li {
            color: white;
        }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #19acb3;
}

.dropdown-menu.open {
    /*max-width: 350px;*/
    width:100%;
}

    .dropdown-menu.open .inner.open {
        overflow-x: hidden;
    }

    .dropdown-menu.open .dropdown-menu.inner .text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

.nav-tabs {
    margin-bottom: 10px;
}

    .nav-tabs > li > a {
        background-color: #ebebeb;
        color: #b9b9b9;
        border-radius: 0;
        margin-right: 0;
        font-size: 12px;
        padding: 10px 15px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #19acb3;
        color: white;
        border-color: #19acb3;
        padding: 10px 30px;
    }


.note-header {
    font-weight: 400;
    font-size: 12px;
}

.note-header2 {
    font-weight: 600;
    font-size: 16px;
    color: #18355F;
    margin-bottom: 20px;
}

.note-header3 {
    font-weight: 600;
    font-size: 16px;
    color: #18355F;
    margin-bottom: 20px;
    /*font-weight: 600;
    font-size: 16px;
    color: #20467d;
    margin-bottom: 20px;
    line-height: 20px;*/
}

.overview {
    display: table;
    width: 100%;
}

    .overview .overview-itm {
        display: table-cell;
        text-align: center;
    }

        .overview .overview-itm .itm-val {
            font-size: 35px;
            font-weight: 300;
            padding-bottom: 0px;
            line-height: 35px;
        }

.header-icon:before {
    content: '';
    background: transparent url('./icons/focus-green.png') no-repeat;
    width: 16px;
    height: 21px;
    float: left;
    position: absolute;
    z-index: 100;
    top: 36px
}

.minwidth120 {
    min-width: 120px !important;
}

.width120 {
    width: 120px !important;
}

.width180 {
    width: 180px !important;
}

.width200 {
    width: 200px !important;
}

.width210 {
    width: 210px !important;
}

.width220 {
    width: 220px !important;
}

.width240 {
    width: 240px !important;
}

.width260 {
    width: 260px !important;
}

.width280 {
    width: 280px !important;
}

.width330 {
    width: 328px !important;
}

.summary .panel-body {
    padding: 11px 15px;
}

.summary.token .itm-key {
    font-size: 12px;
}

/* autocomplete dropbox scrollable */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

#container_summary_main .summary-border-right:last-child {
    border-right: none;
}

#container_summary_sub .summary-border-right:last-child {
    border-right: none;
}


.bootstrap-select .btn {
    border: solid 1px #ebebeb;
    border-radius: 0;
    margin-left: 0;
    padding: 10px 16px 10px 12px !important;
    color: #18355f !important;
    font-weight: 400;
}


    .bootstrap-select .btn .caret {
        background-image: url('/Content/icons/icon-dropdown.png') !important;
        background-size: 12px auto;
        background-repeat: no-repeat;
        border: none !important;
        width: 22px;
        height: 13px;
        display: inline-block;
        right: 3px !important;
    }

.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default:visited,
.open .dropdown-toggle.btn-default {
    background-color: transparent !important;
    border: 1px solid #19ACB3 !important;
}


.timepicker .timepicker-picker a.btn,
.bootstrap-datetimepicker-widget .picker-switch a.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
    margin-left: auto;
}

/*bootstrap datetimepicker custom css*/
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #50BAF0;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #50BAF0;
}

.bootstrap-datetimepicker-widget table thead tr th.switch {
    font-weight: 500;
    color: #19ACB3;
}

.bootstrap-datetimepicker-widget table thead tr th.next,
.bootstrap-datetimepicker-widget table thead tr th.prev {
    font-size: 24px;
    font-weight: normal;
    color: #4E4E4E;
}

.bootstrap-datetimepicker-widget table thead tr th.dow {
    font-weight: normal;
    color: #B9B9B9;
}


.bootstrap-datetimepicker-widget table td.day {
    color: #4E4E4E;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777777;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    color: #fff;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    font-weight: 500;
    font-size: 1.8em;
    color: #4E4E4E;
}




.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        display: table;
        width: 100%;
        height: 40px;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
        color: #707070;
        border: 1px solid #ebebeb;
        background-color: white;
        padding: 0;
    }


        .inputfile + label span {
            display: table-cell;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: top;
        }

        .inputfile + label strong {
            display: table-cell;
            font-weight: 500;
            width: 1%;
            background-color: #ebebeb;
        }

        .inputfile + label span, .inputfile + label strong {
            padding: 10px 15px;
        }

select.header-control {
    width: auto;
    padding-right: 25px;
    height: 30px;
    font-size: 12px;
    background-color: rgba(255,255,255,0.3);
    border: solid 0 white;
    color: #efefef !important;
    background-image: url(./icons/icon-dropdown.png) !important;
    background-position: calc(100% - 8px) calc(1em + 1px);
    background-size: 10px auto;
}

.margin-bottom-5px {
    margin-bottom: 5px !important;
}

.btn-group .btn.calendar {
    padding: 11px 15px 9px 12px;
}

#nav_submenu ul.nav-pills li.active ::before {
    content: '';
    background: transparent url(./icons/focus-green.png) no-repeat;
    width: 16px;
    height: 21px;
    float: left;
    position: absolute;
    z-index: 100;
    top: 33px;
    display: inline-block;
}

/* tooltip */
.tooltip {
    font-size: 14px;
}

    .tooltip.right {
        margin-left: 5px;
    }

    .tooltip.left {
        margin-right: 5px;
    }

    .tooltip.top {
        margin-bottom: 5px;
    }

    .tooltip.bottom {
        margin-top: 5px;
    }

    .tooltip > .tooltip-inner {
        background-color: #50baf0;
    }

    .tooltip.right .tooltip-arrow {
        border-right-color: #50baf0;
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #50baf0;
    }

    .tooltip.top .tooltip-arrow {
        border-top-color: #50baf0;
    }

    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #50baf0;
    }

.tooltip-inner {
    padding: 8px;
    line-height: 18px;
    border-radius: 3px;
    /*width: 280px;
    max-width: 280px;*/
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    font-size: 10px;
    top: 7px !important;
}

/* Remove 'x' Input Decoration In Microsoft Edge */
input::-ms-clear {
    display: none;
}

/* Custom Bootstrap Alert */
.alert {
    color: white !important;
    text-align: left;
    border: none;
    border-radius: unset;
}

.alert-popup {
    position: fixed;
    top: 162px;
    right: 48px;
    z-index: 99999999;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 10px;
    max-width: 490px;
}

    .alert-popup .close {
        position: absolute;
        top: 0;
        right: 5px;
    }

        .alert-popup .close .ti-close {
            font-size: 10px;
        }

.alert-success {
    background-color: rgba(25, 172, 179, 0.7);
}

.alert-info {
    background-color: rgba(80, 186, 240, 0.7);
}

.alert-success {
    background-color: rgba(25, 172, 179, 0.7);
}

.alert-warning {
    background-color: rgba(234, 183, 114, 0.7);
}

.alert-danger {
    background-color: rgba(230, 111, 110, 0.7);
}

.alert-popup {
    animation: alert-msg 4s 1;
    -webkit-animation: alert-msg 4s 1;
    animation-fill-mode: forwards;
    animation-delay: 5s;
    -webkit-animation-delay: 5s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
}

@keyframes alert-popup {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes alert-popupalert-popup {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        z-index: -1;
    }
}

/* Custom Bootstrap Panel */
.panel {
    border-radius: 0;
    box-shadow: none;
}

    .panel > .panel-heading {
        font-weight: 500;
        border-radius: 0;
        height: 40px;
        padding: 12px 15px;
    }

.panel-default {
    border-color: #ebebeb;
}

    .panel-default > .panel-heading {
        color: #707070;
        background-color: #ebebeb;
        border-color: #ebebeb;
    }

.panel-primary {
    border-color: #ebebeb;
}

    .panel-primary > .panel-heading {
        background-color: #19acb3;
        border-color: #19acb3;
    }

.panel-danger {
    border-color: #e66f6e;
}

    .panel-danger > .panel-heading {
        color: #fff;
        background-color: #e66f6e;
        border-color: #e66f6e;
    }

.panel-disabled {
    pointer-events: none;
}

.panel-disabled {
    pointer-events: none;
    user-select: none;
    position: relative;
}

    .panel-disabled:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: #fff;
        opacity: .3;
    }

    .panel-disabled .form-control {
        color: #b9b9b9 !important;
    }

    .panel-disabled .panel-heading {
        background-color: #b9b9b9;
        border-color: #b9b9b9;
    }

    .panel-disabled .input-group-btn:first-child > .btn.dropdown-toggle {
        color: #b9b9b9;
    }

    .panel-disabled table.dataTable thead .sorting {
        background-image: url('images/sort_both_disabled.png');
    }


.input-group-btn:last-child > .btn {
    border-radius: 0;
}
.label-download {
    line-height: 15px;
    padding-right: 0;
}
table.dataTable tbody td.bg-grey {
    background-color: transparent !important;
    border: solid 0 white !important;
    padding: 2px !important;
    text-align: center;
    vertical-align: middle;
}

table.dataTable thead > tr > th {
    border-top-color: #EBEBEB;
    border-left: solid 2px #F5F5F5;
    background-color: #EBEBEB !important;
}

    table.dataTable thead > tr > th:last-child {
        border: none;
    }

    table.dataTable thead > tr > th:first-child {
        border: none;
    }

.icon-user-new {
    background-image: url('./icons/user_new.png');
    font-family: Simple-Line-Icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-lock-open-new {
    background-image: url('./icons/lock_new.png');
    font-family: Simple-Line-Icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

/* Loader 5 */
.loader-5 {
    height: 32px;
    width: 32px;
    -webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-5-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-5-1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #19acb3;
    border-radius: 50%;
    -webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-5-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        -webkit-transform: translate3d(24px, 0, 0) scale(.5);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-2 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(24px, 0, 0) scale(.5);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.loader-5::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #19acb3;
    border-radius: 50%;
    -webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-5-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        -webkit-transform: translate3d(-24px, 0, 0) scale(.5);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-3 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-24px, 0, 0) scale(.5);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.loader-5 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}

    .loader-5 span::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        right: 0;
        margin: auto;
        width: 8px;
        height: 8px;
        background: #19acb3;
        border-radius: 50%;
        -webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
        animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    }

@-webkit-keyframes loader-5-4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        -webkit-transform: translate3d(0, 24px, 0) scale(.5);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-4 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, 24px, 0) scale(.5);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.loader-5 span::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #19acb3;
    border-radius: 50%;
    -webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-5-5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        -webkit-transform: translate3d(0, -24px, 0) scale(.5);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes loader-5-5 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, -24px, 0) scale(.5);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: white;
}

strong {
    font-weight: 600;
}

hr {
    margin: 15px 0;
}

a {
    color: #707070;
}

    a:hover {
        text-decoration: none;
    }

h1 {
    font-family: 'Avenir';
    font-weight: 300;
    font-size: 50px;
    margin: 9px auto;
}

h2 {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 40px;
    margin: 9px auto;
}

h3 {
    font-family: 'Avenir';
    font-weight: 600;
    font-size: 28px;
    margin: 10px auto;
}

h4 {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 16px;
    margin: 2px auto;
}

h5 {
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 16px;
    color: #18355f;
    text-transform: uppercase;
    margin: 2px auto;
}

label {
    font-family: 'Avenir';
    font-weight: 500;
}

header {
    display: table;
    width: 100%;
    height: 60px;
}

    header .logo {
        display: table-cell;
        width: 190px;
        background: white;
        text-align: center;
        vertical-align: middle;
    }

        header .logo img {
            cursor: pointer;
            max-width: 70%;
        }

    header .banner {
        display: table-cell;
        background-color: #18355f;
        background-image: linear-gradient(to right, #4fb8ee, #18355f, #18355f, #18355f, #18355f);
    }

    header li i {
        font-size: 16px;
    }

        header li i span {
            display: inline-block;
            width: auto;
            min-width: 20px;
            height: 20px;
            color: white;
            font-family: 'Avenir', sans-serif;
            font-weight: 600;
            font-size: 14px;
            font-style: normal;
            text-align: center;
            background-color: #ED7070;
            border-radius: 10px;
            position: absolute;
            margin-top: -10px;
            margin-left: -5px;
            padding-left: 5px;
            padding-right: 7px;
            padding-top: 3px;
        }

    header .navbar-nav {
        margin-right: 48px;
    }

        header .navbar-nav a {
            color: white;
            padding: 20px 30px;
            line-height: 19px;
            white-space: nowrap;
        }

        header .navbar-nav > li > a {
            height: 62px;
        }

        header .navbar-nav a span i {
            padding-left: 5px;
        }

        header .navbar-nav li:last-child a {
            padding-right: 20px;
        }

    header .nav > li > a:hover,
    header .nav > li > a:focus,
    header .nav > li > a.active,
    header .nav .open > a,
    header .nav .open > a:hover,
    header .nav .open > a:focus {
        background-color: #19ACB3;
    }

    header .navbar-nav .dropdown-menu a {
        color: #707070;
        padding: 10px;
    }


footer {
    display: table;
    width: 100%;
    margin: 0 15px;
    padding-bottom: 20px;
}

    footer .logo {
        display: table-cell;
        width: 33px;
    }

        footer .logo img {
            max-width: 100%;
        }

    footer .copyright {
        display: table-cell;
        color: #EBEBEB;
        padding-left: 10px;
    }

        footer .copyright a {
            color: #EBEBEB;
            font-size: 10px;
        }

#pnlLeftMenu {
    width: 100%;
    height: calc(100% - 110px);
    overflow: hidden;
}

nav {
    float: left;
    width: 190px;
    height: calc(100% - 60px);
    background-image: linear-gradient(-120deg, #3479a9, #18355f, #18355f, #18355f);
}

    nav a {
        text-decoration: none !important;
    }

    nav .nav > li {
        border-bottom: solid 1px white;
    }

    nav .nav li a {
        color: white;
    }

        nav .nav li a > i {
            margin-right: 10px;
        }

    nav .nav > .nav-itm > a {
        padding: 16px 10px 16px 20px;
    }

        nav .nav > .nav-itm.open > a,
        nav .nav > .nav-itm > a:focus,
        nav .nav > .nav-itm > a:hover {
            background-color: #19ACB3;
        }

    nav .nav > .nav-dropdown > a {
        color: #3babb3;
        font-size: 10px;
        font-weight: 700;
        padding-bottom: 5px;
    }

        nav .nav > .nav-dropdown.open > a,
        nav .nav > .nav-dropdown > a:focus,
        nav .nav > .nav-dropdown > a:hover {
            background-color: transparent;
            cursor: auto;
        }

    nav .submenu {
        padding-left: 0;
    }

        nav .submenu li {
            list-style-type: none;
        }

            nav .submenu li:last-child {
                padding-bottom: 15px;
            }

            nav .submenu li a {
                display: inline-block;
                width: 100%;
                padding: 5px 10px 5px 20px;
            }

                nav .submenu li.selected a,
                nav .submenu li a:focus,
                nav .submenu li a:hover {
                    background-color: #19ACB3;
                }

#body {
    float: left;
    width: calc(100% - 190px);
    height: calc(100% - 60px);
    background-color: #f5f5f5;
    overflow: hidden;
}

#body-head {
    float: left;
    clear: both;
    width: 100%;
    min-height: 100px;
    padding: 28px 33px 0 33px;
    background: white;
}

    #body-head > .container-fluid > div {
        display: table;
        width: 100%;
    }

        #body-head > .container-fluid > div > .breadcrumb {
            display: table-cell;
        }

        #body-head > .container-fluid > div > #bodyTopRight {
            display: table-cell;
            text-align: right;
            vertical-align: top;
        }

#body-content {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 33px;
}


.btn-close {
    font-size: 12px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    font-weight: normal;
}

.btn-text {
    color: #707070;
    border-color: transparent;
    background-color: transparent;
    padding: 10px 0px;
}

    .btn-text:active,
    .btn-text:hover,
    .btn-text:focus {
        color: #707070;
        /*background-color: #ebebeb;*/
    }

.btn_upload_image, .btn_upload_image:hover {
    border-color: #19acb3;
    text-decoration: none;
    color: #19acb3;
}

    .btn_upload_image i {
        font-size: 17px;
        margin-right: 8px;
        float: left;
    }

    .btn_upload_image a {
        cursor: pointer;
    }

.input-group-btn:first-child > .btn.dropdown-toggle {
    margin-bottom: 0;
    padding-left: 13px;
    padding-right: 14px;
    border: solid 1px #ebebeb;
    border-radius: 0;
    color: #19acb3;
    font-weight: 400;
    background-color: #fff;
    /*padding-left: 10px;*/
    /*color: #18355f !important;*/
    /*background-image: url(./icons/icon-dropdown.png) !important;
    background-position: calc(100% - 13px) calc(1em + 2px);
    background-size: 12px auto;
    background-repeat: no-repeat;*/
}

#fileLogo {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}

#upload-file-info {
    font-size: 13px;
    background: transparent;
    color: #111;
    font-weight: 500;
}

.validation-summary-errors {
    color: #d82a2a;
}

.panel-heading a.step {
    background: #19acb3;
    color: #fff;
    line-height: 39px;
    float: left;
    margin-top: -10px;
    margin-left: -15px;
    width: 40px;
    text-align: center;
    margin-right: 15px;
}

    .panel-heading a.step:hover {
        text-decoration: none;
    }

.btn-md {
    height: 38px;
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 23px;
    margin-bottom: 7px;
    margin-right: 9px;
    line-height: 15px;
    border-color: transparent !important;
    text-decoration: none;
}

    .btn-md:hover {
        border-color: transparent !important;
        text-decoration: none;
    }

.weekday {
    display: table;
    width: 100%;
    border-spacing: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.btn-day {
    display: table-cell;
    margin: 0;
    padding: 1px 5px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    border-color: #ebebeb;
    color: #999;
    font-size: 12px;
    text-align: center;
    width: 64px;
}

    .btn-day.active {
        color: #fff;
        box-shadow: none;
        background-color: #19acb3;
        border-color: #19acb3;
    }

.colAuto {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.colSub {
    color: #bebebe;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.padding-top-18 {
    padding-top: 18px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.text-summary {
    font-size: 35px;
    margin: 5px 0px 10px 0px;
    color: #707070;
}

.panel-heading .btn-sm {
    margin-top: -5px;
}

.panel table.dataTable tbody td:last-child {
    border-right: solid 2px #ebebeb;
}

.modal-footer .btn + .btn {
    margin-bottom: 5px;
}

@media (max-height: 768px) {
    .modal-body {
        max-height: 500px;
        overflow: hidden;
        overflow-y: auto;
    }
}

@media (min-width: 564px) {
    .daterangepicker .drp-calendar.right .calendar-table {
        padding-left: 17px;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 25px;
        border-right: 1px solid #cccccc7a;
    }

    /*.modal-body .pnlTable {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}*/

    .sldEmpType {
        line-height: 40px;
        border: 1px solid #ebebeb;
        width: 110px;
        text-align: center;
        float: left;
        color: #ccc;
        text-decoration: none;
        cursor: pointer;
    }

        .sldEmpType.active {
            color: #fff;
            background-color: #19acb3;
            border-color: #19acb3;
            text-decoration: none;
        }

        .sldEmpType:hover {
            text-decoration: none;
        }

    .msg-page {
        display: table;
        width: 100%;
    }

    .msg-page-content {
        display: table-cell;
        width: 100%;
        height: 350px;
        color: #18355f;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        vertical-align: middle;
    }

    .form-control-static {
        color: #18355f;
    }

    #nav_submenu {
        display: block !important;
        width: 100%;
        height: 39px;
        /*overflow: hidden;*/
        margin-top: 10px;
    }

    #body-head .nav-pills {
        border-bottom: solid 1px #19acb3;
    }

        #body-head .nav-pills > li {
            margin-left: 0;
        }

            #body-head .nav-pills > li > a {
                border-radius: 0;
                text-transform: uppercase;
                font-size: 12px;
                border-right: solid 1px #ebebeb;
                margin-right: 0;
            }

            #body-head .nav-pills > li:last-child > a {
                border-right: solid 0 #ebebeb;
            }

            #body-head .nav-pills > li > a:hover,
            #body-head .nav-pills > li > a:focus,
            #body-head .nav-pills > li.active > a,
            #body-head .nav-pills > li.active > a:hover,
            #body-head .nav-pills > li.active > a:focus {
                background-color: #19acb3;
                color: white;
            }

    select {
        /* styling */
        display: inline-block;
        /* reset */
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        select.form-control {
            padding-right: 30px !important;
        }

            select.form-control.input-sm {
                padding-right: 0 !important;
            }

    select {
        background-image: url('./icons/icon-dropdown.png') !important;
        background-position: calc(100% - 13px) calc(1em + 2px);
        background-size: 12px auto;
        background-repeat: no-repeat;
    }

    /*select option:checked {
        color: #fff;
        background-color: #19acb3;
    }*/

    /*select.classic:focus {
        background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
        border-color: grey;
        outline: 0;
    }*/

    #pnlBatteryChart {
        margin-top: 20px;
    }

    .iti-arrow {
        display: none;
    }

    .intl-tel-input.separate-dial-code .selected-dial-code {
        padding-right: 5px;
    }

    @media only screen and (max-width: 1280px) {
        .clAddress {
            max-width: 65px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }

    .img-resp {
        max-width: 400px;
        max-height: 400px;
    }

    #contentDashboard {
        margin-top: 10px;
    }

    .chartArea div[dir="ltr"] {
        height: auto !important;
    }


    .modal-content {
        border-radius: 0;
    }

    .modal-header {
        background-color: #19acb3;
        color: #fff;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
    }

        .modal-header button.close {
            color: white;
            text-shadow: none;
            opacity: 1;
            font-weight: 400;
            font-size: 28px;
            font-family: 'Avenir', sans-serif;
            margin-top: -5px;
        }

            .modal-header button.close:hover {
                /*color: #efefef;*/
                opacity: 1;
            }

    .modal-footer {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .modal-body .panel-body,
        .modal-footer .panel-body {
            border: none;
            padding-top: 0;
            padding-bottom: 0;
        }

    .required:after {
        content: " ";
        font-family: 'Avenir', sans-serif;
        padding-left: 3px;
        background-image: url(images/icon-require.png);
        display: inline-block;
        width: 6px;
        height: 6px;
        background-size: 6px;
        background-repeat: no-repeat;
        margin-left: 5px;
        margin-bottom: 3px;
    }

    .dropdown-menu > li > a {
        color: #707070;
    }

    /*z Dropdown*/
    .dropdown-z {
        min-width: 492px !important;
        overflow-y: scroll;
        max-height: 265px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 0px 0;
        margin: 2px 0 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

        .dropdown-z > li {
            display: block;
            padding: 10px 0px 10px 0px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
            background-color: #fff;
            cursor: pointer;
            padding-left: 0px;
            padding-right: 0px;
            height: 100%;
            overflow: hidden;
            border-bottom: 1px solid #e5e5e5;
        }

            .dropdown-z > li:hover {
                background-color: #f8f8f8;
            }

            .dropdown-z > li > div > img {
                width: 40px;
                height: 40px;
                /*float: left;*/
            }

    .info-extra div {
        text-align: right;
    }

    .info-header {
        font-family: 'Avenir';
        color: #b9b9b9;
        font-weight: 600;
    }

    .info-main {
        font-family: 'Avenir';
        font-weight: 600;
        color: #4e4e4e;
        /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
    }

    .info-sub {
        font-family: 'Avenir';
        color: #b9b9b9;
        /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
    }

    .info-user-admin {
        display: inline;
        background-image: url('./icons/role_admin.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
        /*background-attachment: fixed;*/
    }

    .info-user-approver {
        display: inline;
        background-image: url('./icons/role_approver.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
    }

    .info-user-creator {
        display: inline;
        background-image: url('./icons/role_creator.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
    }

    .info-user-employee {
        display: inline;
        background-image: url('./icons/role_employee.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
    }

    .info-user-group {
        display: inline;
        background-image: url('./icons/role_group.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
    }

    .info-ap {
        display: inline;
        background-image: url('./icons/icon_ap.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
    }

    .info-atm {
        display: inline;
        background-image: url('./icons/icon_atm.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
    }

    .info-address {
        display: inline;
        background-image: url('./icons/icon_address.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
    }

    .info-group {
        display: inline;
        background-image: url('./icons/icon_group.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
    }

    .info-lock {
        display: inline;
        background-image: url('./icons/icon_lock.png');
        background-repeat: no-repeat;
        background-position: right;
        height: 40px;
        width: 55px;
    }
    /*END z Dropdown*/

    /*tab modal*/

    .nav-tabs {
        border-bottom: none;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #19acb3;
    }

    .nav-tabs > li > a {
        border: none;
        background-color: #19acb3;
    }

    .nav-tabs > li > span,
    .nav-tabs > li > i {
        opacity: 0.3;
    }

    .nav-tabs > li.active > span,
    .nav-tabs > li.active > i {
        opacity: 1;
    }

    .nav-tabs > li > a:hover {
        border-color: #19acb3;
    }

    .nav-tabs > li.disabled > span, .nav-tabs > li.disabled > span:hover, .nav-tabs > li.disabled > span:focus {
        background-color: #19acb3;
        color: #5ec5ca;
        border-color: #5ec5ca;
        padding: 10px 30px;
    }

    .pnFooter {
        width: 100%;
        text-align: right;
        border-top: 1px solid #ebebeb;
        padding-top: 15px;
    }

    .icon.icon-arrow {
        width: 10px;
        height: 10px;
        margin-right: 7px;
        background-image: url(./images/double-arrow.png)
    }

    .nav-tabs {
        margin-bottom: 0px;
        margin-top: 3px;
    }

    ul.popup li span {
        padding-right: 10px;
        font-family: 'Avenir';
        font-weight: 500;
        font-size: 16px;
    }

    .pnNotice {
        color: white;
        margin-bottom: 15px;
        clear: both;
    }

        .pnNotice .error {
            background-color: rgba(230,111,110,0.7);
            padding: 10px 10px 5px 10px;
        }

            .pnNotice .error ul li {
                margin-top: 4px;
            }

        .pnNotice .success {
            background-color: rgba(80,186,240,0.7);
            padding: 10px;
        }

    .autohide {
        animation: autohide 4s 1;
        -webkit-animation: autohide 4s 1;
        animation-fill-mode: forwards;
        animation-delay: 5s;
        -webkit-animation-delay: 5s;
        -webkit-animation-fill-mode: forwards;
    }

    @keyframes autohide {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            z-index: -1;
            visibility: hidden;
        }
    }

    @-webkit-keyframes autohide {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            z-index: -1;
            visibility: hidden;
        }
    }

    .modal-body {
        padding: 15px;
    }

        .modal-body .panel-body {
            padding: 0 15px;
        }

    /*END tab modal*/


    /* International Telephone Input - BOOTSTRAP INPUT GROUP */
    .intl-tel-input {
        display: table-cell;
    }

        .intl-tel-input .selected-flag {
            z-index: 4;
        }

        .intl-tel-input .country-list {
            z-index: 5;
        }

    .input-group .intl-tel-input .form-control {
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 0;
    }

    /* search by date*/
    .date-toolbar .btn-group {
        margin-bottom: 0;
        display: block;
        float: none;
    }

    .date-toolbar .label-result {
        display: block;
        color: #18355f;
        font-weight: 600;
        font-size: 12px;
        margin-top: 4px;
        margin-left: 15px;
        margin-bottom: -5px;
        border: none;
        background-color: transparent;
    }

    /*popup selection*/
    .popup-selection {
        margin-top: 10px;
        float: left;
    }

        .popup-selection span {
            color: #50baf0;
            font-style: italic;
            font-weight: 500;
        }

    .icon-lang {
        display: inline-block !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .nav-link-timezone {
        padding: 5px 0px 7px 19px;
        border-left: 1px solid #EBEBEB;
    }

    #overridePrivacyOptions .pull-left {
        margin-right: 40px;
    }

    .hd-sign-in {
        position: relative;
    }

    .box-lang {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-flex;
    }

        .box-lang select {
            background-image: url(./icons/icon-dropdown-white.png) !important;
            background-position: calc(100% - 5px) calc(1em + 16px);
            background-color: #197089;
            border: none;
            color: #f8fcff;
            width: 70px;
            height: 70px;
            text-transform: uppercase;
            font-weight: 600;
            padding-left: 20px;
        }

            .box-lang select:focus {
                outline: 0;
            }

            .box-lang select option {
                background-color: #ffffff;
                color: #000000;
                font-size: 15px;
                font-weight: 500;
            }

        .box-lang span.white {
            font-size: 15px;
            font-weight: 400;
            margin-right: 20px;
            margin-top: 20px;
            white-space: nowrap;
            color: #f3f0f0;
        }

    .custom-select-wrapper {
        position: relative;
        user-select: none;
        width: 100%;
    }

    .custom-select {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .custom-select__trigger {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 22px;
        font-size: 15px;
        font-weight: 300;
        color: #ffff;
        height: 60px;
        line-height: 60px;
        background: #197089;
        cursor: pointer;
        font-weight: 500;
        text-transform: uppercase;
    }

    .custom-options {
        position: absolute;
        display: block;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 2;
        font-weight: 500;
        text-transform: uppercase;
    }

    .custom-select.open .custom-options {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .custom-option {
        position: relative;
        display: block;
        padding: 0 22px 0 22px;
        font-size: 15px;
        font-weight: 300;
        color: #ab9b9b;
        line-height: 45px;
        cursor: pointer;
        transition: all 0.5s;
        font-weight: 500;
        text-align: left;
    }

        .custom-option:hover {
            cursor: pointer;
            background-color: #dfdfdf;
        }

        .custom-option.selected {
            color: #ffffff;
            background-color: #305c91;
        }

    .arrow {
        position: relative;
        height: 6px;
        width: 6px;
    }

        .arrow::before, .arrow::after {
            content: "";
            position: absolute;
            bottom: 0px;
            width: 2px;
            height: 100%;
            transition: all 0.5s;
        }

        .arrow::before {
            left: 10px;
            transform: rotate(-45deg);
            background-color: #ffffff;
        }

        .arrow::after {
            left: 14px;
            transform: rotate(45deg);
            background-color: #ffffff;
        }

    .map-filter .control-label {
        padding-top: 12px;
    }

    .info-marker {
        width: 400px;
        height: 100%;
        background-color: #f5f5f5;
    }

    .info-marker-header {
        background: #fff;
        font-size: 21px;
        font-weight: 600;
        color: #18355f;
        margin: 0;
        padding: 15px 15px 15px 30px;
        font-family: 'Avenir', sans-serif;
    }

    .info-marker-body {
        background: #f5f5f5;
        padding: 15px 15px 15px 30px;
    }

    .info-marker .item-row {
        display: table-row;
        font-size: 16px;
        line-height: 1.5;
        color: #334c71;
    }

    .item-row-label {
        float: left;
        width: 80px;
        font-weight: bold;
    }


    .item-row-content {
        float: left;
        text-overflow: ellipsis;
        font-family: 'Avenir', sans-serif;
        font-weight: 500;
    }

    /*.open .arrow::before {
    left: 10px;
    transform: rotate(-45deg);
}

.open .arrow::after {
    left: 14px;
    transform: rotate(45deg);
}*/
    #alert-popup {
        display: block;
        position: fixed; /* Stay in place */
        z-index: 1500; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0px;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

        #alert-popup .alert-content {
            position: relative;
            margin: auto;
            padding: 0;
            width: 20%;
            animation-name: animatetop;
            animation-duration: 0.4s
        }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    .alert-item {
        position: absolute;
        background-color: #fff;
        width: 550px;
        left: 35%;
        top: 15%;
        border: 5px solid #ed7070;
        border-radius: 10px;
    }

    .alert-item-header {
        padding: 20px;
        background-color: #ed7070;
        color: white;
        position: relative;
    }

    .alert-item-type {
        margin: 10px 0px;
        border-bottom: 1px solid #ed7070;
        display: flex;
        font-size: 28px;
        padding: 20px 10px;
    }

    .alert-item-body {
        padding: 10px 30px;
    }

    .alert-item-header span {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        padding-top: 6px;
    }

    .alert-item-header::before {
        content: "";
        display: block;
        background-image: url(icons/icon-bell.png);
        width: 30px;
        height: 30px;
        float: left;
        margin: 0 20px 0 0;
    }

    .alert-item-header::after {
        content: "";
        display: block;
        background-image: url(icons/focus-red.png);
        background-repeat: no-repeat;
        width: 16px;
        height: 15px;
        float: left;
        position: absolute;
        left: 26px;
        top: 60px;
    }
    /*.geo-header::after {
    height: 207px;
}*/
    .close-modal {
        text-align: right;
    }
    /*.alert-item::before {
            content: '';
            position: absolute;
            top: -30px;
            right: 0px;
            bottom: -20px;
            left: 15px;
            /*border-bottom: 1px solid #ccc;*/
}

*/

.alert-item .top {
    display: flex;
    padding: 10px 0;
}

.alert-item .left {
    border-left: 5px solid #d9534f;
}

.alert-item .right {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #d9534f;
}

    .alert-item .right label {
        color: #fff;
        padding-top: 5px;
    }

.alert-item .middle {
    text-align: center;
}

    .alert-item .middle input {
        border-radius: 0;
    }

.alert-item .bottom {
    padding: 10px 0;
}

#alert-item-timer {
    font-weight: 600;
    border: 1px solid #f1f0f0;
    margin-left: 15px;
    padding: 5px;
}

.alert-item-body label {
    margin-bottom: 15px;
}

.alert-item-body .item-button {
    /*text-align: right;*/
    text-align: center;
    margin: 20px 15px 0 0;
}

.item-button .btn-danger {
    background: #ed7070;
    border: #ed7070;
}

.gm-ui-hover-effect {
    border: 1px solid #bbbbbb !important;
    border-radius: 50% !important;
    top: 12px !important;
    right: 12px !important;
}

    .gm-ui-hover-effect img {
        width: 20px !important;
        height: 20px !important;
        margin: 4px !important;
    }

.info-label {
    padding: 10px;
    margin: 0px;
    position: relative;
    background: #fff;
    font-size: 21px;
    color: #18355F;
    font-weight: 600;
    font-family: 'Avenir', sans-serif;
}

.pn-reason {
    background: #ebebeb;
    padding: 20px 30px 5px 30px;
}

    .pn-reason .item-button {
        text-align: right;
    }

        .pn-reason .item-button button {
            background: #fff;
        }

.pn-notice {
    color: #ed7070;
    font-weight: 600;
    position: relative;
}

.daterangepicker td.in-range {
    background-color: #d1eef0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #16abb2;
}

.table-condensed .month {
    color: #16abb2;
}

.text-atm-alert {
    color: #ed7070;
}

.text-atm-normal {
    color: #19acb3;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-15 {
    margin-right: 15px;
}

.exclamation {
    background-image: url(./icons/icon-exclamation.png) !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.pn-notice span {
    position: absolute;
    top: 3px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.alert-item-type-desc {
    font-size: 14px;
    color: #ed7070;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.3;
}

.text-desc {
    color: #ed7070;
    line-height: 1.3;
}

.modal-custom {
    background-color: #fff;
    border: 5px solid #ed7070;
    border-radius: 10px;
}

.modal-custom-header {
    padding: 20px;
    background-color: #ed7070;
    color: white;
    position: relative;
}

    .modal-custom-header span {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        padding-top: 6px;
    }

    .modal-custom-header::before {
        content: "";
        display: block;
        background-image: url(icons/icon-bell.png);
        width: 30px;
        height: 30px;
        float: left;
        margin: 0 20px 0 0;
    }

    .modal-custom-header::after {
        content: "";
        display: block;
        background-image: url(icons/focus-red.png);
        background-repeat: no-repeat;
        width: 16px;
        height: 15px;
        float: left;
        position: absolute;
        left: 26px;
        top: 60px;
    }

.modal-custom-type {
    margin: 10px 0px;
    border-bottom: 1px solid #ed7070;
    display: flex;
    font-size: 28px;
    padding: 20px 10px;
}

.modal-custom-body-desc {
    font-size: 14px;
    color: #ed7070;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.3;
}

.privacy-box {
    border-bottom: 2px solid #ccc;
    padding: 5px 0 15px 0;
}

.privacy-title {
    font-size: 18px;
    color: #204874;
    padding-top: 0px !important;
}

.text-secondary {
    color: #6c757d;
}

label.privacy-title {
    margin-right: 5px;
}

.privacy-box .control-label, .action {
    padding-top: 12px;
}

.btn-toolbar .input-group {
    display: flex;
}

    .btn-toolbar .input-group .input-group-btn {
        width: auto;
    }

    .btn-toolbar .input-group .input-group-addon {
        height: 40px;
        padding-top: 12px;
    }

.dtFilter {
    float: right;
    position: relative;
    right: 2px;
    top: 0px;
    margin-right: -11px;
}

    .dtFilter .btnfilter {
        /*padding: 12px;*/
        padding: 17px 10px;
        /*border-left: 1px solid #fff;*/
        cursor: pointer;
    }

        .dtFilter .btnfilter .glyphicon-filter {
            font-size: 10px;
        }

    .dtFilter.open .btnfilter {
        background-color: white;
        /*-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);*/
        box-shadow: none;
        -webkit-box-shadow: none;
        color: #19acb3
    }

    .dtFilter .dtFilter-popup {
        display: none;
        position: fixed;
        min-width: 160px;
        min-height: 40px;
        background-color: white;
        padding: 5px;
        z-index: 100;
        -webkit-box-shadow: 0 12px 11px rgb(0 0 0 / 18%);
        box-shadow: 0 12px 11px rgb(0 0 0 / 18%);
        padding-top: 9px;
    }


    .dtFilter.open .dtFilter-popup {
        display: block;
    }

.thFilterGroup {
    border: 1px solid #19acb3 !important;
}

.alert-item-typeIDK {
    margin: 10px 0px;
    border-bottom: 1px solid #ed7070;
    padding: 20px 25px;
}

.filter-datetime-table > table td {
    min-width: 15px;
}

    .filter-datetime-table > table td:nth-child(6) {
        min-width: 54px;
    }


#divFilter {
    margin-left: 0px;
}
.container {
    width: 1360px;
}

/* xs Small devices (tablets, 768px and down) */
@media (max-width: 767px) {
    .container {
        width: 100%;
    }
    .hidden-sm-down{
        display: none;
    }
    .text-auto {
        width: 68%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

/* sm Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }
    .hidden-sm-down {
        display: none;
    }
    .circle-empty {
        width: 90px;
        height: 90px;
        border: 10px solid #ebebeb;
        border-radius: 100%;
        margin-top: 17px;
    }
    .text-auto {
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

/* md+ Medium devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1365px) {
    .container {
        width: 100%;
    }
    #body-head .nav-pills > li > a {
        font-size: 10px;
        padding: 10px
    }
    .hidden-md-up{
        display: none;
    }
    .md-margin-left-50 {
        margin-left: 50px;
    }
    .md-padding-left-40{
        padding-left:40px;
    }
    .circle-empty {
        width: 106px;
        height: 106px;
        border: 13px solid #ebebeb;
        border-radius: 100%;
        margin-top:17px;
    }
    .text-auto {
        width: 68%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

/* md+ Medium devices (desktops, 992px and up)*/
@media (min-width: 1366px) {
    .form-horizontal > .row > .col-md-6:first-child {
        padding-right: 40px;
    }

    .form-horizontal > .row > .col-md-6:last-child {
        padding-left: 40px;
    }
    .form-horizontal > .row > .col-lg-6:first-child {
        padding-right: 40px;
    }

    .form-horizontal > .row > .col-lg-6:last-child {
        padding-left: 40px;
    }
    .hidden-md-up {
        display: none;
    }
    .lg-margin-left-75{
        margin-left:75px;
    }
    .lg-padding-left-64{
        padding-left:64px;
    }
    .circle-empty {
        width: 125px;
        height: 125px;
        border: 17px solid #ebebeb;
        border-radius: 100%;
        float: right;
        /*margin-right:22px;*/
    }
    .text-auto {
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

/*!
 * Bootstrap-select v1.13.2 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;z-index:1;text-align:right;white-space:nowrap}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:none;}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle:before{content:'';display:inline-block}.bootstrap-select .dropdown-toggle .filter-option{position:absolute;top:0;left:0;padding-top:inherit;padding-right:inherit;padding-bottom:inherit;padding-left:inherit;height:100%;width:100%;text-align:left}.bootstrap-select .dropdown-toggle .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
