﻿.headerBackground {
    /*background-color: rgb(40,132,228);*/
    background-color: #1C4989;
}

.searchCriteriaBlock form {
    width: 100%;
    background-color: rgb(242,242,242);
    display: inline-block;
}

form .searchCriteriaBlock {
    width: 100%;
    background-color: rgb(242,242,242);
    display: inline-block;
}

.searchCriteria {
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
    height: 40px;
}

.searchCriteria input, .inputHeight, .searchCriteria select, .inputFilter, .inputStyle {
    height: 22px;
    width: 150px;
    font-size: 12px!important;
    line-height: 12px;
    border: 1px solid lightgray!important;
    border-radius: 3px!important;
    padding-left: 3px!important;
}

.searchCriteria-115px {
    width: 115px;
}

.searchCriteria label {
    display: block;
    line-height: 16px;
    margin-bottom: 0px;
}

.filtersBlock {
    padding-left: 10px;
    display: inline-block;
    border: 2px solid rgb(200,200,200);
}

.filtersBlockTitle {
    /*width: 250px;*/
    /*margin-left: 110px;*/
    margin-top: -13px;
    text-align: center;
    background-color: rgb(242,242,242);
}

/*.searchCriteria input,
.searchCriteria select {
    border: 1px solid rgb(40,132,228);
}*/

/*TAB BLOCK*/
.tab {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid rgb(200,200,200);
    background-color: rgb(242,242,242);
    font-size: 14px;
    text-align: center;
}

.tab.activeTab {
    background-color: #fff;
    color: gray;
}

.tab:not(.activeTab):hover {
    background-color: rgb(220,220,220);
    cursor: pointer;
}

/*-------------------------------------*/
/*--- START: lenaviTable---------------*/
/*-------------------------------------*/
/*TABLE Styles*/
.lenaviTable th {
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: rgb(40,132,228);
    border: 1px solid #fff;
    border-bottom: 0px;
    line-height: 13px;
    padding: 3px;
    font-size: 11px;
    font-weight: normal;
}

.lenaviTable tr > td {
    border: 1px solid #9BC2E6;
    padding: 3px;
    font-size: 11px;
    height: 28px;
    line-height: 10px;
    /*color: #000;*/
    /*background-color: #fff;*/
}

.lenaviTable tr {
    background-color: #fff;
    vertical-align: top;
}

.lenaviTable tr.even {
    background-color: rgb(221,235,247);
}
    

.lenaviTable tr:hover {
    background-color: rgba(221,235,247, 0.4) !important;
}

.lenaviTable tr.highlighted:hover {
    background-color:yellow!important;
}
/*-------------------------------------*/
/*--- END -----------------------------*/
/*-------------------------------------*/


/*-------------------------------------*/
/*--- START: lenaviTable---------------*/
/*-------------------------------------*/
/*TABLE Styles*/
.lenaviTableGray th {
    text-align: center;
    vertical-align: middle;
    color: #222;
    background-color: rgb(200, 200, 200);
    border: 1px solid #fff;
    border-bottom: 0px;
    line-height: 13px;
    padding: 3px;
    font-size: 11px;
    font-weight: normal;
}

.lenaviTableGray tr > td {
    border: 1px solid rgb(180, 180, 180);
    padding: 3px;
    font-size: 11px;
    height: 28px;
    line-height: 10px;
}

.lenaviTableGray tr {
    background-color: #fff;
    vertical-align: top;
}

.lenaviTableGray tr.even {
    background-color: rgb(242, 242, 242);
}

.lenaviTableGray tr:hover {
    background-color: rgba(230, 230, 230) !important;
}

.lenaviTableGray tr.highlighted:hover {
    background-color: yellow !important;
}
/*-------------------------------------*/
/*--- END -----------------------------*/
/*-------------------------------------*/

.scollableBody thead {
    display: block;
}

.scollableBody tbody {
    display: block;
    max-height: 600px;
    overflow-y: scroll;
}

.reportFiltersBlock {
    margin-top: 5px;
    margin-bottom: 2px;
}

.reportHeaderBlock {
    margin-top: 5px;
    margin-bottom: 3px;
}

.reportNameHeader {
    /*color: rgb(40,132,228);*/
    color: #1C4989;
    padding-left: 15px;
    background-color: rgb(226,226,226);
    height: 34px;
    font-size: 18px;
    border-radius: 7px 7px 0px 0px;
    line-height: 36px;
}

.searchContainer{
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
}

.getReportBtn
{
    float:right;
    width:85px;
    margin-right:10px;
}

.excelExtractionBtn {
    float: right;
    margin-right: 10px;
    height: 36px;
    cursor: pointer;
}

.clearBtn{
    float:right; 
    width:85px;
}

.searchContainer .btn-primary {
    background-color: #1C4989;
}

.pagination {
    margin: 7px 0;
}

/*.grayDividerBlock {
    background-color: rgb(226,226,226);
    height: 3px;
}*/
.reportDetailsContainer {
    background-color: rgb(242,242,242);
    padding: 7px;
    padding-left: 11px;
    min-height: calc(100vh - 275px);
    border-top: 3px solid rgb(226,226,226);
    border-bottom: 3px solid rgb(226,226,226);
}

.reportDetailsContainerFullPage {
    background-color: rgb(242,242,242);
    padding: 7px;
    padding-left: 11px;
    min-height: calc(100vh - 100px);
    border-top: 3px solid rgb(226,226,226);
    border-bottom: 3px solid rgb(226,226,226);
}

.reportBlockName{
    background-color: rgb(230,230,230);
    font-weight: bold; 
    padding-left: 5px;
}

.inputHeight.hasValue{
    border: 2px solid rgb(40,132,228)!important;
}    

.fontSize-0 {
    font-size: 0px !important;
}

.fontSize-0-fff {
    font-size: 0px !important;
    background-color: #fff!important;
}

.lenaviCheckbox {
    background-color: white;
    width: 18px;
}

.colorGray {
    color: #999;
}

.padding-0{
    padding: 0!important;
}

.margin-top-15{
    margin-top: 15px;
}

.margin-bottom-15{
    margin-bottom: 15px;
}

.chartBlock{
    float: left;
    border: 1px solid rgb(200,200,200);
    border-top: 0px;
    background-color: #fff;
}
.chartTitle{
    line-height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
}

.points5{
    color: rgb(0,32,96)!important;
}
.points375{
    color: rgb(84,130,53)!important;
}
.points25{
    color: rgb(185,96,13)!important;
}
.points0{
    color: orangered!important;
}

.display-inlineBlock{
    display: inline-block;
}

.margin-0-auto {
    margin: 0 auto;
}

.border-red,
input.border-red,
select.border-red {
    border: 2px solid red !important;
}

.color-red{
    color: red!important;
}
.color-blue {
    color: blue;
}
.color-maroon{
    color: maroon;
}

.cursor-disabled {
    cursor: not-allowed;
}

.icon-16 {
    width: 16px;
    height: 16px;
}
.icon-16-cursor {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.border-bottom-red,
.searchCriteria .border-bottom-red {
    border-bottom: 2px solid red !important;
}


input[disabled],
select[disabled] {
    background-color: #F9F9F9;
    cursor: not-allowed !important;
}

.highlightedYellow {
    background-color: yellow!important;
}

.dropdown-arrow {
    background-image: url('../Images/Icons/dropdown.png');
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 4px center;
}

.btn.btn-primary {
    background-color: #1C4989!important;
}
