﻿.modal.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-backdrop.in {
    opacity: 0.5;
    /* opacity: $modal-backdrop-opacity; (SCSS) */
}

.modal-dialog {
    max-width: 99%;
    width: 40%
}

.dataTables_info {
    float: left;
}

.dataTables_paginate {
    float: right;
}

    .dataTables_paginate a.current {
        background-color: #269af1;
        color: white;
        border: 1px solid #269af1;
    }

    .dataTables_paginate a, .dataTables_paginate span.ellipsis {
        color: black;
        float: left;
        padding: 1px 12px;
        text-decoration: none;
        border: 1px solid #ddd;
    }
*[data-action] {
    display: none;
}
.m-datatable {
    padding: 5px;
}

.dataTables_filter {
    display: none;
}

#tblData_length {
    display: none;
}

.modal-100 {
    width: 100%;
}

.modal-90 {
    width: 90%;
}

.modal-80 {
    width: 80%;
}

.modal-70 {
    width: 70%;
}

.modal-60 {
    width: 60%;
}

.modal-50 {
    width: 50%;
}

.has-error > .help-block {
    color: red;
}

.has-error > input {
    border-color: red;
}

.required {
    color: red;
}

.textview {
    display: inline-flex;
    width: 100%;
    background: #fff;
    border: 1px solid #d3d9dd;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    padding: 5px 5px;
    min-height: 30px;
    height: auto;
}

.table__cell-actions-icon {
    color: black !important;
}

.modal-footer {
    border-top: 1px solid #e1e1e1 !important;
}

.page-footer__nav-link {
    color: black !important;
}

.open > .dropdown-menu {
    display: block;
}

.ui-select-bootstrap {
    display: block;
}

    .ui-select-bootstrap > .ui-select-match > .btn {
        justify-content: initial;
    }

.mt-radio,
.mt-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 12px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-control {
    position: inherit !important;
}
    .mt-radio.mt-radio-disabled, .mt-radio.mt-checkbox-disabled,
    .mt-checkbox.mt-radio-disabled,
    .mt-checkbox.mt-checkbox-disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
        cursor: not-allowed;
    }

    .mt-radio > input,
    .mt-checkbox > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .mt-radio > span,
    .mt-checkbox > span {
        border: 1px solid transparent;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        background: #E6E6E6;
    }

        .mt-radio > span:after,
        .mt-checkbox > span:after {
            content: '';
            position: absolute;
            display: none;
        }

    .mt-radio:hover > input:not([disabled]) ~ span,
    .mt-radio > input:focus ~ span,
    .mt-checkbox:hover > input:not([disabled]) ~ span,
    .mt-checkbox > input:focus ~ span {
        background: #d9d9d9;
        webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .mt-radio > input:checked ~ span,
    .mt-checkbox > input:checked ~ span {
        webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: #d9d9d9;
    }

        .mt-radio > input:checked ~ span:after,
        .mt-checkbox > input:checked ~ span:after {
            display: block;
        }

    .mt-radio:hover > input:not([disabled]):checked ~ span,
    .mt-radio > input:checked ~ span,
    .mt-checkbox:hover > input:not([disabled]):checked ~ span,
    .mt-checkbox > input:checked ~ span {
        webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: #d9d9d9;
    }

    .mt-radio > input:disabled ~ span,
    .mt-checkbox > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
        pointer-events: none;
    }

    .mt-radio.mt-radio-outline > span, .mt-radio.mt-checkbox-outline > span,
    .mt-checkbox.mt-radio-outline > span,
    .mt-checkbox.mt-checkbox-outline > span {
        border: 1px solid #d9d9d9;
        background: none;
    }

    .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span,
    .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
    .mt-radio.mt-checkbox-outline > input:focus ~ span,
    .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span,
    .mt-checkbox.mt-radio-outline > input:focus ~ span,
    .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
    .mt-checkbox.mt-checkbox-outline > input:focus ~ span {
        border: 1px solid #d9d9d9;
        background: none;
    }

    .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span,
    .mt-checkbox.mt-radio-outline > input:checked ~ span,
    .mt-checkbox.mt-checkbox-outline > input:checked ~ span {
        border: 1px solid #d9d9d9;
        background: none;
    }

    .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
    .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
    .mt-radio.mt-checkbox-outline > input:checked ~ span,
    .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
    .mt-checkbox.mt-radio-outline > input:checked ~ span,
    .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
    .mt-checkbox.mt-checkbox-outline > input:checked ~ span {
        border: 1px solid #d9d9d9;
        background: none;
    }

    .mt-radio > span {
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        -o-border-radius: 50% !important;
        border-radius: 50% !important;
    }

        .mt-radio > span:after {
            left: 5px;
            top: 5px;
            height: 6px;
            width: 6px;
            border-radius: 100% !important;
            background: #888888;
        }

    .mt-radio > input:disabled ~ span:after {
        background: #888888;
    }

th > .mt-radio.mt-radio-single,
td > .mt-radio.mt-radio-single {
    right: -5px;
}

.mt-checkbox > span:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #888888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mt-checkbox > input:disabled ~ span:after {
    border-color: #888888;
}

.form-inline .mt-checkbox {
    margin-left: 15px;
    margin-right: 15px;
}

th > .mt-checkbox.mt-checkbox-single,
td > .mt-checkbox.mt-checkbox-single {
    right: -5px;
}

.mt-checkbox-list,
.mt-radio-list {
    padding: 10px 0;
}

.form-horizontal .form-group .mt-checkbox-list, .form-horizontal .form-group
.mt-radio-list {
    padding-top: 0;
}

.mt-checkbox-list .mt-checkbox,
.mt-checkbox-list .mt-radio,
.mt-radio-list .mt-checkbox,
.mt-radio-list .mt-radio {
    display: block;
}

.mt-checkbox-inline,
.mt-radio-inline {
    padding: 10px 0;
}

.form-horizontal .form-group .mt-checkbox-inline, .form-horizontal .form-group
.mt-radio-inline {
    padding-top: 8px;
}

.mt-checkbox-inline .mt-checkbox,
.mt-checkbox-inline .mt-radio,
.mt-radio-inline .mt-checkbox,
.mt-radio-inline .mt-radio {
    display: inline-block;
    margin-right: 15px;
}

    .mt-checkbox-inline .mt-checkbox:last-child,
    .mt-checkbox-inline .mt-radio:last-child,
    .mt-radio-inline .mt-checkbox:last-child,
    .mt-radio-inline .mt-radio:last-child {
        margin-right: 0;
    }

.custom-avatarv {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 0px !important;
}

.glyphicon {
    color: black;
    top: 16px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #dee2e6;
}

.glyphicon-remove:before {
    content: "\e014";
}

td.tcenter {
    text-align: center !important;
}

td.tleft {
    text-align: left !important;
}

td.tright {
    text-align: right !important;
}

td.tright {
    text-align: right;
}

th.tcenter-header {
    text-align: center !important;
}

th.tcenter-header-v {
    text-align: center !important;
    padding-right: 20px !important;
}

td.action-v {
    display: flex;
}

ul.dropdown-menu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    ul.dropdown-menu:before {
        position: absolute;
        top: -8px;
        left: 9px;
        right: auto;
        display: inline-block !important;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e0e0e0;
        border-left: 8px solid transparent;
        content: '';
    }

    ul.dropdown-menu > li > a {
        padding: 15px 16px;
        color: #6f6f6f;
        text-decoration: none;
        display: block;
        clear: both;
        font-weight: 300;
        line-height: 5px;
        white-space: nowrap;
    }

        ul.dropdown-menu > li > a > i {
            padding-right: 5px !important;
        }

.es-tree-icon {
    font-size: 18px !important;
    color: #55b4d8 !important;
}

.es-icon {
    color: #55b4d8 !important;
}

.es_menu_lv1 {
    border-bottom: solid 0.5px #c5c5c5;
}

.jexcel_contextmenu {
    z-index: 9999 !important;
    width: fit-content !important;
}

    .jexcel_contextmenu a:hover span {
        color: #000 !important;
    }

    .jexcel_contextmenu a:hover {
        color: #000 !important;
    }

#jexcel_corner {
    z-index: 9999 !important;
}

a {
    text-shadow: none;
    color: #337ab7;
}

ul.list-attach {
    padding: 0 10px;
    margin: 0;
}

.text-wrap {
    white-space: nowrap;
}
.borderTop-text {
    border-top:1px solid #e1e1e1 !important;
    text-align:center;
}
div.DTFC_LeftHeadWrapper {
    border-bottom: 1px solid #e1e1e1;
}
.m-datatable .dt-bootstrap4 .dataTable {
    margin: 0px !important;
}

.m-datatable .dt-bootstrap4 .dataTables_info {
    display: none;
}

.m-datatable .dt-bootstrap4 .dataTables_length {
    display: none;
}
.input-custom {
    width: 115px;
}