﻿/*@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cuprum&display=swap');
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");*/

@font-face {
    font-family: 'cuprumbold';
    src: url('fonts/cuprum-bold-webfont.woff2') format('woff2'), url('fonts/cuprum-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cuprumbold_italic';
    src: url('fonts/cuprum-bolditalic-webfont.woff2') format('woff2'), url('fonts/cuprum-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cuprumitalic';
    src: url('fonts/cuprum-italic-webfont.woff2') format('woff2'), url('fonts/cuprum-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cuprumregular';
    src: url('fonts/cuprum-regular-webfont.woff2') format('woff2'), url('fonts/cuprum-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansbold';
    src: url('fonts/firasans-bold-webfont.woff2') format('woff2'), url('fonts/firasans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansmedium';
    src: url('fonts/firasans-medium-webfont.woff2') format('woff2'), url('fonts/firasans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansregular';
    src: url('fonts/firasans-regular-webfont.woff2') format('woff2'), url('fonts/firasans-regular-webfont.woff') format('woff');
    
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sanssemibold';
    src: url('fonts/firasans-semibold-webfont.woff2') format('woff2'), url('fonts/firasans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'fira_sansregular', Arial, 'Times New Roman';
    font-variant-ligatures: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "cuprumregular", Arial, Helvetica, sans-serif;
}

.login-bg {
    background: url(../Images/login-bg.jpg) no-repeat center center fixed;
    /*background-repeat: no-repeat;
    background-position: top;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*height:100vh;*/
}

.account-wall {
    /*margin-top: 140px;
    min-height: 400px;*/
    height: auto;
    padding: 40px 0px 38px;
    border-top: 1px solid #efefef;
    background-color: rgba(255, 255, 255, 1);
    -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.form-signin {
    /*max-width: 330px;*/
    padding: 5px 0;
    margin: 0 auto;
}

    .form-signin label {
        font-size: 13px;
        /*margin-bottom:4px;*/
        color: #8a8a8a !important;
        font-weight: normal;
    }

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

        .form-signin .checkbox label {
            padding-top: 0 !important;
            padding-left: 5px;
        }

    .form-signin input[type="checkbox"] {
        margin-top: 2px;
        width: 15px;
        height: 15px;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 14px !important;
        height: 48px !important;
        line-height: 48px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"],
    .form-signin select {
        font-family: 'fira_sansregular', Arial;
        padding: 8px 5px 4px 13px !important;
        /*text-transform:uppercase;*/
        color: #8c8c8c !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .form-signin input[type="password"] {
        font-family: 'fira_sansregular', Arial;
        margin-bottom: 10px;
        padding: 8px 5px 4px 13px !important;
        color: #8c8c8c !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.form-input {
    display: block;
    position: relative;
    /*margin-bottom: 1rem;*/
}

    .form-input input {
        /*border: none;*/
        box-shadow: none;
        padding-top: 1.5rem;
        padding-right: 0;
        padding-left: 10px;
        outline-style: none;
        width: 100%;
    }

        .form-input input ~ .label {
            color: #8c8c8c;
            margin: 0;
            pointer-events: none;
            position: absolute;
            top: 15px;
            font-size: 14px;
            font-weight: normal;
            left: 8px;
            padding: 0 5px;
            transition: top .2s, font .2s;
            z-index: 1;
        }

        .form-input input:focus ~ .label {
            color: #3c8dbc;
        }

        .form-input input:focus ~ .label,
        .form-input input:valid ~ .label {
            font-size: 11px;
            top: -8px;
            position: absolute;
            z-index: 1000;
            background-color: #fff;
        }

.login-box-subhead h2 {
    color: #4c4c4c;
}

#btnLogin {
    font-family: 'FontAwesome', 'cuprumregular', Arial;
    font-size: 18px;
}

.login-footer {
    font-size: 14px;
    color: #fff;
}

    .login-footer a {
        color: #fff;
    }

        .login-footer a:hover {
            text-decoration: underline;
            color: #fff;
        }

.Label_Field {
    font-size: 14px !important;
}

.navbar-nav .nav-link {
    font-size: 13px !important;
}

.nav-dropdown-items .nav-link {
    font-size: 12px;
}

.open .nav-dropdown-toggle {
    background-color: #20A8D8 !important;
}

.sidebar .nav-link {
    padding: .65rem 1rem .55rem;
    font-size: 13px;
}

.tblstructure > tbody > tr > th {
    background-color: #868686;
    /*104978*/
    border-left: none;
    border-right: none;
    /*text-align: center;*/
    text-transform: uppercase;
    padding: 5px;
    font-size: 13px;
    color: #fff;
}

    .tblstructure > tbody > tr > th a {
        color: #fff;
        text-decoration: underline;
    }

        .tblstructure > tbody > tr > th a:hover {
            text-decoration: none;
        }

.tblstructure > tbody > tr > td {
    border-left: none;
    border-right: none;
    /*background-color: #fff;*/
    vertical-align: middle;
    /*line-height: 18px;*/
    font-size: 0.688rem !important;
    padding: 2px 5px;
}

    .tblstructure > tbody > tr > td > .form-control {
        font-size: 0.688rem !important;
        height: calc(1.5625rem + 2px);
    }

    /*------------*/
.tblstructure2 > tbody > tr > th {
    background-color: #868686;
    /*104978*/
    /*border-left: none;*/
    border-right: none;
    border-top-color: #ACACAC;
    border-left-color: #E9E9E9;
    /*text-align: center;*/
    text-transform: uppercase;
    padding: 5px;
    font-size: 13px;
    color: #fff;
}

    .tblstructure2 > tbody > tr > th a {
        color: #fff;
        text-decoration: underline;
    }

    .tblstructure2 > tbody > tr > th a:hover {
        text-decoration: none;
    }

    .tblstructure2 > tbody > tr > td {
        /*border-left: none;*/
        border-right: none;
        /*background-color: #fff;*/
        vertical-align: middle;
        /*line-height: 18px;*/
        font-size: 0.688rem !important;
        padding: 2px 5px;
    }

    .tblstructure2 > tbody > tr > td > .form-control {
        font-size: 0.688rem !important;
        height: calc(1.5625rem + 2px);
    }
    /*------------*/

    .breadcrumb {
        /*position: fixed;*/
        width: 100%;
        z-index: 10;
    }

.fadeIn {
    /*padding-top: 80px;*/
    padding-bottom: 50px;
}

.btn-icon {
    font-family: 'FontAwesome', 'fira_sansregular', Arial;
}

.ajax__tab_header {
    cursor: pointer;
}


/*.ajax__tab_active {
    margin-right: 5px;
}*/

.entry-table > tbody > tr > td {
    border: none;
    vertical-align: middle;
    padding: 2px 5px;
}

    .entry-table > tbody > tr > td > label {
        margin-bottom: 0;
        color: #848484;
    }

    .entry-table > tbody > tr > td > .form-control,
    .form-control {
        font-size: .875rem !important;
        border: 1px solid #d8d8d8;
    }

    .entry-table > tbody > tr > td > span input[type="checkbox"] {
        width: 15px;
        height: 15px;
    }


/*---- Login page slider Start*/

.slider-login {
    margin: 30px auto !important;
    max-width: 940px;
}

.slide_viewer {
    height: 315px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

    .slide p {
        font-family: "fira_sansregular", Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .slide img {
        width: auto;
        height: auto;
        margin: 5px 0;
    }

    .slide h2 {
        color: #4c4c4c;
    }

    .slide span {
        font-size: 140px !important;
        font-size: 140px;
    }

    .slide:first-child {
        display: block;
    }

.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
}

a.slide_btn {
    color: #474544;
    font-size: 48px;
    line-height: 30px;
    margin: 0 4px 0 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #1668E2 !important;
    cursor: pointer;
}

.directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -340px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

    .previous_btn:hover,
    .next_btn:hover {
        opacity: 1;
    }

.login-box-main {
    width: 1000px;
    height: 470px;
    /*background-color: rgba(255,255,255,1);*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -235px 0 0 -500px;
}

.app-footer {
    background-color: #ededed;
    position: fixed;
    z-index:100;
    width: 100%;
    bottom: 0;
    height: 50px;
    /*line-height: 50px;*/
    margin-left: 0 !important;
}

.dcr-table tr:first-child {
    text-transform: uppercase;
    font-size: 18px;
}

.Calendar_Day a {
    display: block !important;
}

.Calendar_Day_Header {
    text-transform: uppercase;
}


/*.dcr-select > tbody > tr > td {
    font-size:11px !important;
}*/

.dcr-select > tbody > tr > td input[type='checkbox'],
.dcr-select > tbody > tr > td label {
    float: left;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    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+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.dcr-select > tbody > tr > td input[type='checkbox'] {
    margin-right: 5px;
    margin-top: 3px;
}

.dcr-select > tbody > tr > td label {
    display: contents;
}

.radio-btns > tbody > tr > td input[type='radio'],
.radio-btns > tbody > tr > td label {
    float: left;
}

.radio-btns > tbody > tr > td input[type='radio'] {
    margin-top: 3px;
    margin-right: 2px;
}

.radio-btns > tbody > tr > td label {
    margin-right: 15px;
}

.ajax__tab_body {
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ajax__tab_default .ajax__tab_inner {
    margin-right: 3px;
    margin-left: 1px;
}

.ajax__tab_default .ajax__tab_tab {
    background-color: #efefef;
    border: 1px solid #dcdcdc;
    color: #8c8c8c;
    padding: 8px 10px;
    margin-bottom: -7px;
    margin-left: -1px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ajax__tab_active > .ajax__tab_outer > .ajax__tab_inner > .ajax__tab_tab {
    border-bottom: none !important;
    background-color: #fff;
}

.vertical-btn {
    transform: rotate(90deg);
    background-color: #20A8D8;
    color: #fff;
    border: none;
}

.dcr-tab-bg {
    background-color: #dcdcdc;
    color: #787878;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-middle {
    vertical-align: middle !important;
}

.dashboard-icon i {
    color: rgba(255, 255, 255, 0.3);
    font-size: 60px;
}

/*-----<starts>-----------------------popup-----------------------------*/
divPopup {
    display: block;
}

.div_PopupDetail {
    position: fixed;
    /*height:500px;
    width:900px;
    overflow:auto;*/
    background-color: #fff;
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    z-index: 9999;
    /*left:20px;*/
    top: 70px;
    border-radius: 10px;
}

#divPopMessage {
    display: none;
}

#divPopMessage-old {
    display: none;
    margin: 0 auto;
}

.div_PopMsgDialog {
    position: fixed;
    height: 100px;
    width: 400px;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    z-index: 9999;
    /*left:20px;*/
    top: 170px;
    border-radius: 10px;
}

.div-pop-customer-selection {
    position: fixed;
    min-height: 500px;
    width: 800px;
    background-color: #fff;
    margin: 0 auto;
    /*padding: 10px 20px 20px 10px;*/
    padding: 0px;
    z-index: 9999;
    left: calc((100% - 800px) / 2 + 100px);
    top: 70px;
    border-radius: 10px;
}

.pop_backgrond {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.pop_backgrond-old {
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    -moz-opacity: 0.4; /* 0.8 */
    -khtml-opacity: 0.4; /* 0.8 */
    opacity: 0.4; /* 0.8 */
    filter: alpha(opacity=40); /* 70 */
}

.pop-backgrond-opec {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 990;
    background-color: #cecece;
    -moz-opacity: 0.4; /* 0.8 */
    -khtml-opacity: 0.4; /* 0.8 */
    opacity: 0.5;
    filter: alpha(opacity=40); /* 70 */
}

.close_popup {
    float: right;
    margin: 5px 5px 0 0;
    height: 20px;
    width: 20px;
    background: #fff url(../app_themes/default/images/close.png) no-repeat;
    background-position: center;
    border: 1px solid #c8c8c8;
    cursor: pointer;
    z-index: 9999;
    border-radius: 3px;
}

    .close_popup:hover {
        background: #FF5E55 url(../app_themes/default/images/close.png) no-repeat;
        background-position: center;
    }
/*-----<ends>-----------------------popup-----------------------------*/

.ajax__calendar_container {
    font-family: 'fira_sansregular', Arial, 'Times New Roman' !important;
}

    .ajax__calendar_container TD {
        font-size: 12px !important;
    }

    .ajax__calendar_container TD,
    .ajax__calendar_dayname,
    .ajax__calendar .ajax__calendar_dayname,
    .ajax__calendar .ajax__calendar_footer {
        border-top: none !important;
        border-bottom: none !important;
    }

.ajax__calendar .ajax__calendar_container {
    border: 1px solid #d8d8d8 !important;
    background-color: #ffffff;
    color: #4a4a4a !important;
}

.ajax__calendar_days,
.ajax__calendar_months,
.ajax__calendar_years {
    width: 160px !important;
}

label {
    color: #848484;
}

.password-validation {
    position: absolute;
    left: 18px;
}

.sm-home {
    font-size: 22px;
}

@media only screen and (min-width: 992px) {
    .brand-minimized .app-header .navbar-brand {
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .app-header .navbar-brand {
        width: 155px;
        padding: 0 0;
    }

    .login-box-main {
        width: 100%;
        /*height:100%;*/
        position: static;
        top: auto;
        left: auto;
        margin: 50px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .login-box-main {
        width: 100%;
        height: 410px;
        position: static;
        top: auto;
        left: auto;
        margin: 50px 0 0 0;
    }

    .previous_btn {
        left: 50px;
    }

    .next_btn {
        right: 50px;
    }

    .timeout-section {
        width: 100% !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        margin: 50px 0 0 0 !important;
    }
}


/*---- Login page slider End*/
.grdPaging tr:last-child table {
    border-collapse:separate;
    border-spacing: 3px;
}
    .grdPaging tr:last-child table tr td {
        background-color: #f1f1f1;
        border:none;
        width: 20px;
        height:20px;
        padding: 0;
    }
        .grdPaging tr:last-child table tr td:hover {
            background-color: #e9e7e7;
        }
        .grdPaging tr:last-child table tr td a {
            color: #000;
            padding: 0.5em;
            display: block;
        }
        .grdPaging tr:last-child table tr td span {
            color: #ababab;
            padding: 0.5em;
            display: block;
        }
            .grdPaging tr:last-child table tr td a:hover {
                text-decoration: none;
            }
/*  File Upload */
input[type="file"] {
    font-family: Arial;
}

.Label_Exception {
    background-color: #D1F6A5; /* transparent */
    font: normal 14px Century Gothic;
    color: Red;
    min-height: 40px !important;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
}