﻿body {
    font-family: Calibri;
    font-size: 14px;
}

.textcenter {
    text-align: center !important;
}

.textright {
    text-align: right !important;
}

.textrightbold {
    text-align: right !important;
    font-weight:bold!important;
}

.textleft {
    text-align: left !important;
}

.width100 {
    width: 100% !important;
}

/*#026 5b1 blue*/
/*#196 F3D green*/
/*#B03 A2E red*/
.loginimage {
    width: 100% !important;
}

.loginheader {
    font-size: 24px;
    color: #0265b1;
}

.daterangeheader {
    font-size: 12px;
    color: #0265b1;
}

.loginbutton {
    padding: 20px 10px 20px 10px !important;
}

.blackborder {
    border: 1px solid black;
}

.login-vertical-center {
    min-height: 90%;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.button {
    min-width: 100px !important;
    min-height: 30px !important;
    color: white;
    background-color: #0265b1;
    border-radius: 12px;
    border: 1px solid white;
    font-size: 14px;
    height: 35px !important;
}

    .button:hover {
        font-size: 16px;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        height: 35px !important;
    }

.buttonblue {
    min-width: 100px !important;
    min-height: 30px !important;
    color: #0265b1;
    background-color: #dee2e6;
    border-radius: 12px;
    border: 1px solid #0265b1;
    font-size: 14px;
    height: 35px !important;
}

    .buttonblue:hover {
        font-size: 16px;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        height: 35px !important;
    }

.dropdown {
    margin-top: 5px !important;
    width: 250px !important;
}

.datefilter {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%
}

.mediumdropdown {
    margin-top: 5px !important;
    width: 150px !important;
}

.smalldropdown {
    margin-top: 5px !important;
    width: 90% !important;
}


.textbox {
    margin-top: 5px !important;
    width: 250px !important;
    font-size: 14px !important;
    float: left !important;
}

.smalltextbox {
    margin-top: 5px !important;
    width: 90% !important;
    font-size: 14px !important;
}


.textbox100 {
    margin-top: 5px !important;
    width: 100px !important;
    font-size: 14px !important;
}


.textbox100P {
    margin-top: 5px !important;
    width: 96% !important;
    font-size: 14px !important;
    float: left !important;
}


.table td {
    padding: 0.75rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}

.errormessage {
    color: #BA0A0A !important;
    font-weight: bold !important;
}

.font12 {
    font-size: 12px !important;
}

.menu {
    text-align: center !important;
    background-color: #0265b1 !important;
    color: white !important;
    font-size: 15px !important;
}

.main_menu, .main_menu:hover {
    width: 110px;
    background-color: #0265b1;
    color: white;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

    .main_menu:hover {
        background-color: #72bf46;
        font-weight: bold !important;
    }

.level_menu, .level_menu:hover {
    width: 160px;
    background-color: #fff;
    color: #333;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    border: 1px solid #0265b1 !important;
}

    .level_menu:hover {
        font-weight: bold !important;
        background-color: #0265b1;
        color: white;
        border: 1px solid white !important;
    }

.selected, .selected:hover {
    background-color: #A6A6A6 !important;
    color: #fff;
}

.level2 {
    background-color: #fff;
}

.mainheading {
    color: #0265b1 !important;
    font-weight: bold;
    text-align: center !important;
    font-size: 20px !important;
    padding: 10px 0px 10px 0px;
}

.invoicemainheading {
    color: #0265b1 !important;
    font-weight: bold;
    text-align: center !important;
    font-size: 20px !important;
}

.formentry {
    padding: 5px 0px 5px 0px !important;
}

.gridheader {
    text-align: center !important;
    background-color: #0265b1 !important;
    color: white !important;
    border-right: 1px solid white !important;
}

    .gridheader a {
        color: white !important;
        text-decoration: underline !important;
    }

.displaynone {
    display: none !important;
}

/*Mobile View*/
@media (max-width: 767px) {

    .entrytext {
        margin-left: 20px !important;
        text-align: left !important;
    }

    .dropdown {
        width: 100% !important;
    }

    .textbox {
        width: 100% !important;
    }
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 800px;
    height: 600px;
    overflow: auto;
}


.modalPopupNonTax {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 800px;
    height: 400px;
    overflow: auto;
}


.modalPopupSales {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 800px;
    height: 460px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 1px;
}

.radioButtonList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radioButtonList.horizontal li {
        display: inline;
    }

    .radioButtonList label {
        padding-left: 5px !important;
        padding-right: 5px !important;
        display: inline;
    }

.information {
    padding-left: 5px;
    cursor: pointer;
    height: 15px;
}

.filterbutton {
    width: 50px !important;
    color: white;
    background-color: #007bff;
    border-radius: 12px;
    border: 1px solid white;
    font-size: 12px;
}

    .filterbutton:hover {
        width: 50px !important;
        color: white;
        background-color: #007bff;
        border-radius: 12px;
        border: 1px solid white;
        font-size: 12px;
    }

.select2-results__options {
    font-family: Calibri !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single {
    font-family: Calibri !important;
    font-size: 14px !important;
    height: 35px !important;
    padding: 5px 10px;
    line-height: 1.33;
    border-radius: 6px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 85% !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 26px !important;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #CCC !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
