﻿/* devanagari */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('pxieyp8kv8jhgfvrjjbecmne.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */

@font-face {
    font-style: normal;
    font-weight: 400;
    /*font-family: 'Poppins';*/
    font-family: 'Poppins';
    src: url('pxieyp8kv8jhgfvrjjbecmne.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('pxieyp8kv8jhgfvrjjfecg.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.active > a.nav-link {
    color: #495057;
    background-color: #f0f0f0;
    /* border-color: #df821e #dee2e6 #fff; */
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link{
    border-bottom: 0 !important;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-medium.ttf') format('truetype');
}

.loading-message.loading-message-boxed {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 120px;
    padding: 10px 0px !important;
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
    /* box-shadow: 0 1px 8px rgba(0,0,0,.1); */
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    /* font-size: 13px; */
    /* font-weight: 400; */
    text-align: center;
}

.m-loader:before {
    margin-top: 0 !important;
}

/*ui-datepicker*/

.uib-datepicker, .uib-datepicker div, .uib-datepicker table, .uib-datepicker-popup.dropdown-menu {
    outline: none;
    padding: 0;
}

.uib-daypicker table, .uib-monthpicker table, .uib-yearpicker table {
    border: 1px solid rgba(0,0,0,0.15);
}

    .uib-daypicker table td, .uib-monthpicker table td, .uib-yearpicker table td,
    .uib-daypicker table th, .uib-monthpicker table th, .uib-yearpicker table th {
        padding: 0;
    }

    .uib-daypicker table button, .uib-monthpicker table button, .uib-yearpicker table button {
        border: none;
        padding: .6rem 1rem;
    }

        .uib-daypicker table button.active .text-info, .uib-monthpicker table button.active .text-info, .uib-yearpicker table button.active .text-info {
            color: #31708f;
        }

        .uib-daypicker table button.btn-default.btn-info.active .text-info, .uib-monthpicker table button.btn-default.btn-info.active .text-info, .uib-yearpicker table button.btn-default.btn-info.active .text-info {
            color: #fff;
        }

        .uib-daypicker table button.btn-default.btn-info .text-info, .uib-monthpicker table button.btn-default.btn-info .text-info, .uib-yearpicker table button.btn-default.btn-info .text-info {
            color: #fff;
        }

        .uib-daypicker table button.btn-default.btn-info .text-muted, .uib-monthpicker table button.btn-default.btn-info .text-muted, .uib-yearpicker table button.btn-default.btn-info .text-muted {
            color: #fff;
        }

.date-picker span.input-group-addon {
    position: absolute;
    right: 0;
    padding: 3px 10px;
    background: #f0f1f6;
    z-index: 102;
    margin: 1px;
    cursor: pointer;
}
/*ui-datepicker*/

.dataTables_scroll, .dataTables_scrollHeadInner {
    width: 100% !important;
}