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{
    
}

.container-fluid {
    padding-top: 107px;
    padding-bottom: 26px;
}
.jumbotron{
    background-color: #ce181e;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    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;
}
.row{
/*    height: 80%;*/
}
#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
   /* background: #ae2626;   */
   background: #cb2028; 
    //background: #ce181e;
    
}

#footer p {
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.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%;
}*/
// New Header Changes
.center-fix
{
     margin:110px auto 0;
     float: none;
}
.header-bg
{
     position: fixed;
      z-index: 999;
     // background:url(../jsp/img/header-bg.png);
      width:100%;
      background-size:contain;
      padding-left: 20px;
        background-color: #cb2028;
}
.header-bg img
{

     height:89px;
     width:auto;
}
@media(max-width:767px)
{

.header-bg img
{
   height:60px;
}
}


.logpanel{
    border: 1px solid #d3d3d3 !important;
    box-shadow: 1px 1px 1px 1px lightgrey !important;
}

.logtimestamp{
    width: 180px !important;
}

.logth{
    width: 180px !important;
    background-color: black !important;
}


.thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;

    max-height: 110px !important;
    overflow: auto !important;
    scrollbar-width: none !important;
}


.thumbnailCust {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
    background-color: #fff;
    max-height: 60px !important;
    overflow: auto !important;
    scrollbar-width: none !important;
}

.thumbnailCust1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
    background-color: #fff;
    height: 115px !important;
    overflow: auto !important;
    scrollbar-width: none !important;
}

.thumbnailCust2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
    background-color: #fff;
    height: 140px !important;
    overflow: hidden;
    scrollbar-width: none !important;
}

.thumbnail-description {
    min-height: 40px;
}

.thumbnailCust-description {
    padding: 10px 0px !important;
}

.thumbnail:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.thumbnailCust:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.detailsheader{
    color: #cb193a;
}

.custcol{
    margin-bottom: 20px;
}

.custheadercol{
    color: #cb193a;
    font-size: 18px;
}


.custheadercol1{
    color: black;
    font-size: 18px;
}

.custheadercol3 {
    color: #ffffff;
    font-size: 18px;
}

.custheadercol2{
    color: #2379ff !important;
    /* font-size: 16px !important; */
    font-size: large !important;
}

.thumbnailCust-description1 {
    font-size: 18px !important;
    padding: 3px 0px !important;
}


.caption1{
    padding-left: 10px;
}

.headerrowdetails {
    padding: 5px 0px !important;
    margin: 0px;
    background-color: #219bff;
}

.detailstab{
    margin: 0px !important;
}
.detailstab1{
    margin: 15px 0px !important;
}

.dettble{
    margin: 0px !important;
}


.content {
  margin-top:80px;
}


.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  margin-top: -8px;
}

.tooltip > .tooltip-inner {background-color: #f00;}

.tooltip .tooltip-arrow {border-top: 5px solid red !important;}


.circle {
    width: 90px;
    height: 0px;
    border-radius: 10%;
    box-shadow: 0px 0px 1px 0px #ff3f3f4a;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.thumbnailCust3{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
    background-color: #fff;
/*    max-height: 600px !important;*/
    overflow: auto !important;
/*    scrollbar-width: none !important;*/
    margin: 0px 15px 15px 15px !important;
}

.desc1{
    color: #ffffff !important;
}

.detailsrowheaders{
    vertical-align: middle !important;
    background-color: rgb(2 7 34);
    font-family: sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold !important;
    text-align: center;
}
.detaledtd{
    padding: 0px !important;
}

.collapsetd {
  color: #00a3c8;
  font-size: medium;
  font-weight: bold;
  cursor: pointer;
}

.tdwordwrap{
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

div.dataTables_filter > label > input {    
    margin: 0.3em !important;
    cursor: text;
    font-size: 14px;
    line-height: 20px;
    padding: 0 16px;
    height: 38px;
    background-color: #f0f0f0;
    border: 1px solid #d6d6e7;
    border-radius: 3px;
    color: rgb(35, 38, 59);
    box-shadow: inset 0 1px 4px 0 rgb(119 122 175 / 30%);
    overflow: hidden;
    transition: all 100ms ease-in-out;
    :focus {
        border-color: #848499 !important;
        box-shadow: 0 1px 0 0 #848499;
    }
}
#ttransupper{
    text-transform: uppercase
}
#redspan{
    color: red !important;
}
#cptcha{
    width:93%;height:37px !important;
}
.aligncenter{
    text-align: center
}
#orglogo{
    width: 100%;height: 225px;
}
.dnone{
    display:none;
}
#mtopcred{
    margin-top: 10px; color: red;
}
#cptcha1{
    width:82%;height:37px
}
#h60div{
    height: 60px;
}
#xcl{
    width:100%;word-break: break-all;
}
#alignmentmiddle{
    alignment-adjust: middle;
}
#redspan{
    color: red;
}
#mt10{
    margin-top: 10px;
}
#mt10red{
    margin-top: 10px;
    color: red;
}
.transupper{
    text-transform: uppercase
}
.mred
{
    color:#FF0000;
}
.vert{
    vertical-align:middle;
}
.vertnew{
    vertical-align:middle; 
    font-family:Cambria, 'Cambria Math', Calibri;
    font-size:14px;
}

.vertnew1{
    vertical-align:middle; 
    border:none;
    box-shadow:none;
}
#header2{
    float:left;
}
#header1{
    float:right;
}