body {
    font-family:Calibri, Arial, verdana;
    max-width: 99vw !IMPORTANT;
    max-height: 99vh !IMPORTANT;
    overflow-y: hidden;
    background:#f5f5f5 !important;
    color: black;
}

td {
    color: rgb(0, 0, 0);

}
select{
    width: 95%;
    height: 40px
}

.btn{
    width: 95%;
    margin-bottom: 10px;
    color: rgb(59, 59, 59);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
}

iframe{

    margin-left: 1% !important;
    /* margin-right: -1% !important; */
    height: 60% !important;
    width: 99% !important;
    border: none;
}

.blue{
    background-color: #1081c526;
};



.white{
    background-color: #ffffff;
}

.red{
    color: #a80303 !important;
}

.except_red{
    background-color: #a80303 !important;
    color: #ffffff !important;
}

.btn:hover{
    box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19);
    cursor: pointer;
}

.row ,.d-row, .irow {
    display: flex;
    flex-direction:row;

    align-items: center;
    justify-content: center;
  }

.row{
    height: 20vh;
    margin: 1% 0 1% 1%;
    background-color: #1081c526;
}

.d-row{
    height: 15vh;
}

.irow{
    height: 10vh;
}


#t2-outer{
    padding: 5px;
    margin: 10%;
    height: 30vh;
    background-color: grey;
}

#export_status{
    font-weight: bold;
    font-size: 1.5em;

}

.column {
    flex: 1;
    align-items: stretch;
    text-align: center;
    
  }

.ctr{
    margin:auto;

    text-align: center;
}

#tabs .ui-tabs-nav a {
    background:rgb(38, 80, 94);
    color: white;
}

#tabs .ui-tabs-nav .ui-state-active a {
    background:rgb(107, 201, 233);
    color: white;
}

.ui-tabs-panel {
  background:rgb(38, 80, 94) !important;
  color: white;
  height: 85vh;
}

#export_outer div{
    clear:both;
    padding: 5px;
}

#record_count, #export_record_count{
    display: inline-block;
    position: absolute;
    font-size: 1.1em;
    text-align: center;
    color: black;
    font-weight: bold;
    width: 5%;
}

@media screen and (min-width: 1600px) {

    #record_count{
        top: 27% !important;
    }
    .header img{
        min-width: 98vw !important;

    }

}

#record_count{
    left: 35.2%;
    top: 28%;
}

/*modal css*/

.pure-g {
    color: #0078D4;
    font-weight: 700;
    text-align: center;
}

.pure-table th{

    border: none;
    text-align: center;
}

#btn_bad{

   background-color: #f46a6a !important;
}

.pure-table td{
    border-left: none;
    border-top: 1px solid #ddd;
    border-width: none;
    text-align: center;
    width: 100px;
    height: 55px;
    font-size: smaller;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    background-color: #ebf1fb !important;
}
.ui-dialog-title{

    text-align: center;
}

.ui-dialog .ui-dialog-title {
    width: 100%;
    font-weight: 700;
}

#setViewTitle {
    border: 1px solid transparent;
    line-height: 28px;
    margin-top: -3px;
    color: #0078D4 !important;
}
.header {
    text-align: center;
    margin-bottom: 20px;
}

.header img {
    max-width: 98vw;
    height: auto;
    margin: 1% 0 0% 1%;
}

.ui-icon{

    display: none;
}
tr{
    background-color: white;
}
#btn_ok{

    margin-left: 75%;
}
.pure-u-1-3{
    width: 27%;
    margin-bottom: 2%;
}
.pure-table{

    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.pure-u-1, .pure-u-1-1, .pure-u-24-24, .pure-u-5-5 {
    width: 97%;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: unset;
    padding: .4em 1em;
    position: relative;
    border: none;
    color: #0078D4;
    margin-top: 3%;
}

#export_record_count{
    left:14.5%;
    top:48%; 
}

#batch_message{
    height:40px;
    font-size: 1em
}

.dialog_text{
    text-align: center;
    font-size: 1.2em;
    margin:20px;
}

.dialog_list{
    font-size: 1.2em;
    margin:20px;
    color: #ffffff;
}

.export_info{
    color: #ffffff;
}

/*loader styling */
#loader{
    background: transparent;
    position: fixed;
    left: 46%;
    top: 5%;
    display: none;
    z-index: 1000;
    height: 31px;
    width: 31px;
}

#loader img{
    height: 100px;
    width: 100px;
}
