body {
    background-color: #FFFFFF;
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;    
}

*.ui-widget{
    font-family: 'Montserrat', sans-serif !important;
}

hr{
    border: 1px solid rgb(226, 226, 226) !important;
}

.ui-button>span{
    font-size:   13px !important;
}

button{
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #5c5c5c !important;
    margin: 0 !important;
    outline: 0 none !important;
    border-radius: 9px !important;
}

button:hover{
    background: #2196F3 !important;
    color: #ffffff;
    border: 1px solid #2196F3 !important;
}

button:hover>span{
    color: white !important;
    font-weight: 400 !important;
}

*.ui-button-text{
    font-weight: 300 !important;
}

*.ui-button-text:hover{
    color: white !important;
    font-weight: 400 !important;
}

*.ui-button-text-only{
    padding: 3px 3px !important;
    font-weight: 300 !important;
}

*.ui-button-text-only:hover{
    font-weight: 400 !important;
}

.ui-inputfield{
    font-size:   13px !important;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 2px !important;
    -moz-box-shadow: inset 0 1px 2px #8f8f8f !important;
    -webkit-box-shadow: inset 0 1px 2px #8f8f8f !important;
    box-shadow: inset  0 1px 2px #EFE7E7 !important;
    color: #6E6C6C !important;
    width: 209px;
}

*.ui-inputtext{
    font-size:   13px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    text-align: center;
    padding: 2px !important;
    -moz-box-shadow: inset 0 1px 2px #8f8f8f !important;
    -webkit-box-shadow: inset 0 1px 2px #8f8f8f !important;
    box-shadow: inset  0 1px 2px #EFE7E7 !important;
    color: #6E6C6C !important;
    width: 209px;    
}

*.ui-datatable-tablewrapper>table{
    width: 99.8% !important;
}

*.inpSelect>label{
    text-align: center !important;
}

.ui-selectonemenu-label{
    text-align: center !important;
    font-weight: 600 !important;
}

*.ui-dialog-titlebar{
    padding: 5px 14px 4px!important;
    border-bottom: 1px solid #eee!important;
    background-color: #577dc7 !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px #252525;
}

*.ui-dialog-content{
    padding-bottom: 0px !important;
}

*.ui-icon-closethick{
    border-radius: 4px  !important;
}

.ui-dialog .ui-dialog-titlebar>span{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    margin: 0 !important;
    font-weight: 600 !important;
    text-align: center !important;    
}

.ui-dialog-titlebar>a{
    margin-top: 0px !important;
}

.ui-widget-overlay{
    background: rgb(255, 255, 255) !important;
}

*.ui-state-highlight{
    color: white !important;    
}

.ui-selectonemenu-item ui-selectonemenu-list-item ui-corner-all ui-state-highlight{
    color: white !important;    
}

.subTitleDialog{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size:   13px !important;
    font-weight: 400;
    color: rgb(137, 137, 137);
    padding-bottom: 4px;
    border-bottom: 1px solid rgb(232, 232, 232);
}

.ui-inputfield:focus{
    -moz-box-shadow: inset 0 0px 2px #8f8f8f;
    -webkit-box-shadow: inset 0 0px 2px #000000;
    box-shadow: inset 0 0px 2px #000000;    
}

*.ui-state-error{
    border: 1px solid #CA9C9C !important;
    -webkit-box-shadow: 6px 6px 25px -9px rgba(224,0,41,1)  !important;
    -moz-box-shadow: 6px 6px 25px -9px rgba(224,0,41,1)  !important;
    box-shadow: 6px 6px 25px -9px rgba(224,0,41,1) !important;
}

*.spacerDiv{
    height: 18px;
}

*.ui-button-text{
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif  !important;
}

*.label{
    font-size:   13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif  !important;
    color: #3E3E3E;
}

*.text{
    font-size:   13px;
    font-family: 'Montserrat', sans-serif  !important;
}

*.panelBox{
    background-color: white;
    min-width: 222px;
    min-height: 142px;
    border: 4px solid rgb(223, 223, 223);
    border-radius: 8px;
}

*.panelBoxTitle{
    font-size: 13px;
    font-weight: 600;
    padding: 2px;
    background-color: rgb(57, 104, 138);
    text-align: center;
    color: rgb(255, 255, 255);
    border-bottom-right-radius: 23px;
    border-bottom-color: rgb(177, 85, 85);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-right-color: rgb(177, 85, 85);
    border-right-style: solid;
    border-right-width: 2px;
    text-shadow: 1px 2px 2px black;
}

*.panelBoxContent{
    padding: 4px;
    background-color: white;
}

*.ui-tabs-nav>li>a{
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif  !important;
    font-size:   13px !important;
}

*.ui-tabs-selected{
    background: rgb(242, 242, 242) !important;
}

*.ui-tabs-selected>a{
    color: black !important;
}

li[aria-selected="false"]>a{
    color: rgb(94, 94, 94) !important;
}

*.inputModal{
    font-size:   13px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif  !important;
    color: rgb(11, 28, 45) !important;
}

*.inputModal>input{
    font-size:   13px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif  !important;
    color: rgb(11, 28, 45) !important;
    text-align: center;
}

*.inputModal>label{
    font-size:   13px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif  !important;
    color: rgb(11, 28, 45) !important;
    text-align: center !important;
}

*.ui-selectonemenu-list-item{
    font-size:   13px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif  !important;
}

*.ui-menuitem-text{
    font-size:   13px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif  !important;
}

*.ui-column-title{
    font-weight: 600;
}

*.ui-datatable-tablewrapper>table{
    font-size:   13px !important;
    font-family: 'Montserrat', sans-serif  !important;
}

td[role="gridcell"]{
    color: rgb(102, 102, 102) !important;
    padding: 2px !important;
    padding-left: 4px !important; 

}
tr[aria-selected="true"]{
    border: 2px solid rgb(218, 218, 218) !important;
    background: rgb(241, 241, 241) !important;
}

tr[aria-selected="true"]>td{
    font-weight: 600 !important;
}

*.colCenter{
    text-align: center !important;
}

*.ui-datatable-empty-message{
    font-style: italic !important;
    text-align: center !important;
}

*.ui-confirm-dialog-message{
    font-size:   13px !important;
    font-family: 'Montserrat', sans-serif  !important;
}

*.ui-autocomplete-list-item{
    font-size: 13px !important;
    font-family: 'Montserrat', sans-serif;
}

.ui-paginator-pages>span{
    font-size: 11px !important;
}

*.ui-fileupload-files{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
}

*.ui-filter-column>input{
    width: 100% !important;
}

*.ui-state-highlight{
    color: #ffffff;
    text-decoration: none;
    background-color: #656565 !important;
    background-position: 0px !important;
    background-image: -moz-linear-gradient(top, #656565, #656565)!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#656565), to(#656565))!important;
    background-image: -webkit-linear-gradient(top, #656565, #656565)!important;
    background-image: -o-linear-gradient(top, #656565, #656565)!important;
    background-image: linear-gradient(to bottom, #656565, #656565) !important;
}

*.ui-datatable-tablewrapper{
    overflow-x: hidden !important;
}