/* Preloader */
.header-bg
{
    position: fixed;
    //z-index: 999;
    //background:url(../images/header-bg.png); 
    width:100%;
    background-size:contain;
    /*padding-left: 20px;*/
}
.header-bg img
{

    /*height:89px;
    width:auto;*/
    width: 18%;
}
@media(max-width:767px)
{
    .header-bg img
    {
        width:30%;
    }
}
#preloaderbkp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 999;
    /* makes sure it stays on top */
}
#statusbkp {
    position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    /*border: 1px solid #ccc;*/
    /*background-color: #f3f3f3;*/
    background-image: url(../images/loading.gif);
}

#spinnerimg{
    display: none;
    width: 10%;
}

.divabc{
    margin-top: 25px;
    //display: inline-block;
}
.divabc1{
    margin-top: 25px;
    //display: inline-block;
}

.messagediv{
    text-align: center;
}
.custmessage{
    color: red; text-align: center;
}

.img_captcha{
    width:52%;
    height:37px;
    display: block;
    /*display: inline-block;*/
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:990px){

    .img_captcha{
        //display: block;
        //padding-left: 10%;
        width:30%;
        height:37px;
    }
}
@media(max-width:700px){

    .img_captcha{
        //display: block;
        //padding-left: 10%;
        width:35%;
        height:37px;
    }
    .divabc{
        margin-top: 25px;
        display: inline-block;
    }
}
@media(max-width:400px){

    .img_captcha{
        //display: block;
        //padding-left: 10%;
        width:50%;
        height:37px;
    }
    .divabc{
        margin-top: 25px;
        display: inline-block;
    }
}

.textcolorwhite{
    /*text-decoration: none;*/
    color: white;
}
.textcolorwhite:hover{
    color: white;
}
body{
    width: 100%;
    /*background-image: url(../jsp/img/body.jpg);     */
    width: auto;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}
page1{
    
}

page2{
    
}
.header-row{
	background: url("../img/sib_header1.png") ;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 30px;
	position: fixed;  
        z-index: 1;
  	background-size: 100%;
  	box-sizing: content-box;
}
.container-fluid {
    padding-top: 107px;
    /*padding-bottom: 26px;*/
}
label{
    font-size: 16px;
}
.jumbotron{
    /*background-color: #aa080e;*/
    background-color: white;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    /*height:11.75%;*/
    z-index: 1;
    position:fixed;;
        }
img {
    display: block;
    margin-left: auto;
}


.navbar-custom{
    color: #EEEEEE;
    background-color: #ffffff;
    border-color: #ce181e;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-style: solid;
    padding: 0;
}
th {
    background-color: rgb(153,51,0); 
    font-family: Arial,sans-serif; 
    color: #ffffff; 
    font-size: 11px;    
    font-weight: bold
}
select{
    font-family: inherit;
    font-size: inherit;
    height: 30px;
    line-height: inherit;
}
.row{
/*    height: 80%;*/
}
#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ae2626;/*#ce181e;        */
    color: white;
}
.space_footer{
    height: 150px;
}

#login_message {    
    color: red;
}

input.error {
    border: 1px solid #f00;
    color: #f00;
}
label.error {
    color: #f00;
    font-size: 11px;
    font-weight: normal;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:visited,
.btn-primary:before,
.btn-primary:focus,
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:active:focus, 
.btn-success:visited,
.btn-success:focus,
.btn-success:after,
.btn-success:before{
    background-color: #ce181e;
    border-color: #ce181e;
}
a,
a:hover,
a:active,
a:active:focus,
a:default,
a:focus{
   float: none;
   color: #ce181e;
   border: #ce181e;
   
}
/*li:hover{
    color: #ce181e; 
    border: #ce181e;
}*/
.panel-body{
}
.panel-body .control-label{
    text-decoration-color: lightcyan;
}

.reports .panel-heading {
    border-bottom: 0 solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0;
}

.ins{
    margin-bottom: 30px;
    margin-top: -0px !important;
}

.insh5,h5{
    color: teal !important;    
}

.ui-widget-header{
    color: black !important;
}

div.dt-buttons a.dt-button{
    color: #aa0000;
    font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
.panel{
    border:3px solid #ce181e;
}

#msgdiv{
    font-size: 25px;
}
/*.dtail{
   padding-right: 6%;
   padding-top: 12%;
   padding-bottom: 6%;
}
.hdtail{
    padding-top: 30%;
    padding-right: 5%;
}*/

.logo {
    height: 60px;
    width: auto;
    margin: 5px;
    background-color: #ae2626;
    color: #fff;
}
.backWhite {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 1em !important;
    top: 3.5em;
}
.logoText {
    color: #000 !important;
    font-size: 7px;
    font-weight: 700;
    padding: 0 0 0 43px !important;
    margin: 0 !important;
}
/*.textfield{
    font-size: 16px;
}*/

input{
    font-size: 16px;
}
/*
#refreshbtn{
    display: inline;
}*/
/*#refreshbtn{
    display: inline-block;
}*/
.container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.width40{
    width: 40%;
}