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;
}

body {
    margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    background: linear-gradient(315deg, rgba(101,0,0,0.01) 3%, rgba(246,111,111,1) 38%, rgba(255,148,148,1) 68%, rgba(255,25,25,1) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

#trackhomeBody{
     overflow: hidden;
     color: #fff;
}
.title{
    letter-spacing: 1.25rem;
}
.img_captcha{
        border: 1px solid white;
    border-radius: 5% 20% 5% 20%;
    height:37px;
    box-shadow: 5px 5px rgba(0,0,0,0.25);
    opacity: 0.75;
}
#mandSign{
    color: red;
}

.select2-hidden-accessible {
    visibility: hidden;
}
/* General styling for Select2 container */
.select2-container--default .select2-selection--single {
    background-color: white;
    color: #333;
    height: 2.25rem;
}

/* Styling for the selected item and dropdown items */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: darkgray; /* Text color for selected item */
    line-height: 32px; /* Adjust as per your design */
}

/* Styling for dropdown arrow with a custom background */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px; /* Adjust the height as needed */
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; /* Width of the arrow button */

        border-radius: 8px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 5px;
    width: 100%;
        z-index: 0;
}
.select2-results__option {
    color: darkred;
        text-align: center;
}
/* Custom arrow using CSS shapes */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: darkgray transparent transparent transparent; /* Arrow color */
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

/* Hover effect for dropdown items */
.select2-container--default .select2-results>.select2-results__options .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaea; /* Lighter gray for hover */
    color: darkgray; /* Text color */
}

/* Styling for the search within dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; /* Border color */
    border-radius: 4px; /* Border radius for the search input */
}

/* Optionally, style the placeholder color */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; /* Placeholder text color */
}



@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}
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;
    margin-right: 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;
}

#img_logoSib{
        float: inline-end;
}


.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:115px;
    width:auto;
}
@media(max-width:767px)
{

.header-bg img
{
  height:60px;
}
}
.row{
/*    height: 80%;*/
}
#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ae2626;/*#ce181e;        */
    color: #ffffff; 
}
.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;
}

.panel-default>.panel-heading {
       color: #fff;
    border-color: #ddd;
    font-family: fantasy;
    background: none;
}
.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;
    
background: rgba(17, 8, 8, 0.15);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.9px);
-webkit-backdrop-filter: blur(5.9px);
border: 1px solid rgba(17, 8, 8, 0.08);
}

#msgdiv {
    font-size: 25px;
    border-radius: 30px;
    font-family: auto;
    font-weight: 700;
}
/*.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;
}
/*.header {
    color: #fff;
    background-color: #ae2626;
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}*/
