﻿* {
    outline: none !important;
}

    *.focus, *:focus {
        box-shadow: none !important;
    }

.input-checkbox {
    display: none
}

    .input-checkbox:checked + .label-checkbox::before {
        color: #57b846;
    }

.label-checkbox {
    padding-left: 26px;
    cursor: pointer;
    position: relative;
    height: 24px;
    line-height: 24px;
}

    .label-checkbox::before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #e6e6e6;
        left: 0;
        top: 50%;
        margin-left: 5px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }

.modal.fade.in.show {
    padding-right: 0px !important;
}

.modal [class*="col-"] {
    line-height: 1.5;
    /*display: inline-block;*/
    vertical-align: top;
    padding-bottom: 3px;
}

[class*="col-"] {
    padding-right: 0px !important;
    padding-left: 0px !important;
    line-height: 24px;
}

.modal .titleSpan {
    line-height: 34px;
}

.modal .controlSpan {
    line-height: 34px;
}

    .modal .controlSpan span {
        line-height: 34px;
    }

    .modal .controlSpan .label-checkbox {
        line-height: 34px;
        height: 34px;
    }

        .modal .controlSpan .label-checkbox::before {
            margin-left: 0px;
        }

.form-control {
    display: inline-block !important;
    font-size: 0.9rem;
}

label {
    margin-bottom: 0px !important;
}

.no-gutters {
    margin: 20px;
}

.card-header.card-header-tab .card-header-title-text {
    font-size: 1rem;
    color: #db3700;
}

.card-header.card-header-tab .card-header-title-separator {
    border-left: 1px solid rgba(26,54,126,0.125);
    margin-left: 10px;
    margin-right: 15px;
    height: 25px;
}

[class*="col-"] > span.card-header-title-separator, span.card-header-title-separator {
    border-left: 1px solid rgba(26,54,126,0.125);
    margin-left: 10px;
    margin-right: 15px;
    height: 25px;
    padding: 0 !important;
}

.alert {
    display: none;
    position: fixed;
    top: 50px;
    width: 50%;
    opacity: .9;
    left: 25%;
    z-index: 99999;
    text-align: center
}

.input-group-text {
    width: 50px;
    text-align: center;
    display: block;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.modal-dialog.full-modal-dialog {
    max-width: 98%;
}

.modal-dialog.normal-modal-dialog {
    max-width: 900px;
}

.modal-dialog.large-modal-dialog {
    max-width: 1200px;
}

.modal-dialog.small-modal-dialog {
    max-width: 600px;
}

.modal-dialog.mini-modal-dialog {
    max-width: 400px;
}

.form-control::-webkit-input-placeholder {
    color: #D4D4D4;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #D4D4D4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #D4D4D4;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #D4D4D4;
    opacity: 1;
}

.form-control::placeholder {
    color: #D4D4D4;
    opacity: 1;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group {
    display: inline-flex;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.input-group-addon {
    padding: 5px 12px;
    /*font-size: 0.9rem;*/
    font-weight: 400;
    line-height: 22px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    /*width: 1%;*/
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

textarea.form-control {
    height: 200px;
}

input.form-control.datePicker[readonly] {
    background-color: transparent;
}

/* Form Control focus*/
.form-control:focus, .custom-select:focus {
    border-color: #549BFF;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(84, 155, 255, 0.6);
}


.btn-sm {
    min-width: 80px;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2651be;
    border-color: #244cb3;
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.container {
    max-width: 100%
}

.tab-content {
    padding: 15px 0;
    border: 1px solid #dee2e6;
    border-top: none;
}

.custom-select {
    font-size: 0.9rem;
}

.badge {
    font-size: 0.7rem;
    color: #fff;
    font-weight: 400;
}

.tablesorter-default {
    font-family: Roboto, sans-serif !important;
    font-size: 0.9rem !important;
    color: #495057;
    border-spacing: 2px;
    margin: 0;
}

    .tablesorter-default thead .sorter-false {
        padding: 6px !important;
    }

    .tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
        background-image: url("/images/headerAsc.png") !important;
        border-bottom: #6A7CF0 1px solid !important;
    }

    .tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDown {
        background-image: url("/images/headerDesc.png") !important;
        border-bottom: #6A7CF0 1px solid !important;
    }

    .tablesorter-default .tablesorter-header {
        background-image: url("/images/headerDefault.png") !important;
        padding: 6px 20px 6px 6px !important;
        background-position: 100% 11px !important;
    }

    .tablesorter-default thead .tablesorter-header.sorter-false {
        background-image: none !important;
    }

.badge-tab {
    padding: .4em .6em;
    font-size: 0.82rem;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    font-size: 14px;
}

.ui-front {
    z-index: 999999999 !important;
}

.ui-menu {
    list-style: none;
    padding: 1px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.4;
        min-height: 0; /* support: IE7 */
    }

.ui-widget-content {
    border: 1px solid #bbb;
    background: #fff;
    color: #555;
}

    .ui-widget-content a {
        color: #46799b;
    }

    .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        background: #e0eaf1;
    }

.ui-helper-hidden-accessible {
    display: none;
}

.nav-tabs .nav-link.active {
    color: #007bff !important;
}

.nav-tabs .nav-link {
    color: #495057 !important;
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    transition: all .2s;
}

input[type="number"] {
    padding-right: 0.3rem;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.modal-header {
    cursor: move;
}

.modal-open {
    overflow: auto !important
}

.svg-img-btn.svg-img-btn-big {
    width: 20px;
}

.svg-img-btn {
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
}

.listTable {
    width: 100%;
}

    .listTable tr {
        height: 18px;
        line-height: 18px;
        text-align: left;
    }

        .listTable tr:hover {
            background-color: #F2F2F2;
        }

    .listTable a {
        color: #005cd5;
        text-decoration: none;
        background-color: transparent
    }

        .listTable a:not(.Button):hover {
            text-decoration: underline
        }

        .listTable a.custom-bagdge {
            font-weight: 400;
            display: inline-block;
            line-height: normal;
            font-size: 0.9rem;
            color: #ffffff;
            background-color: #007bff;
            cursor: pointer;
            margin: 2px;
            height: 26px;
        }

            .listTable a.custom-bagdge i {
                margin-right: 8px;
                font-size: 0.9rem;
                color: #ffffff;
            }

    .listTable thead th {
        background-color: #f1f1f1 !important;
        font-weight: 500;
        outline: none;
    }

    .listTable.noBorder {
        border: none;
    }

        .listTable.noBorder tr td, .listTable.noBorder tr th {
            border: none;
            border-bottom: 1px solid #D5D5D5;
        }

    .listTable hr {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .listTable .label-checkbox {
        height: 18px;
    }

    .listTable thead th {
        background-color: #f1f1f1 !important;
        font-weight: 500;
        outline: none;
    }

    .listTable tr td, .listTable tr th {
        line-height: 18px;
        padding: 6px;
        text-align: left;
        border: 1px solid #D5D5D5;
        vertical-align: top;
        cursor: pointer;
    }

    .listTable .action-th {
        width: 10px;
    }

    .listTable .ActionTd {
        white-space: nowrap;
    }

.group-title {
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.2rem;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.sp-required-field {
    color: red;
}

.required-control {
    border-left: 3px solid red;
}

[class*="col-"] > span {
    padding-right: 5px;
    padding-left: 5px;
}

.small-sperator {
    margin: 0px 3px;
    color: #ccc;
}

.overflow-x-auto {
    overflow-x: auto;
}

.ui-widget.ui-widget-content.ui-autocomplete {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
    float: left;
    position: fixed;
    min-width: 140px;
}