html,body{
 /*   background-image: url(../img/classroom.jpeg); */
     background-image: url(../img/classroom.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main-div{
    overflow-x: hidden;
}
body{
}
.fc{
    display: inline-table !important;
}
.jumbotron{
    padding-bottom: 6px;
    padding-top: 0;
    width: 100%;
    background-color:gold;
    position: fixed;  
    z-index: 1;
}
img {
    display: block;
    width: 100%;
}
title-block{
    background-color: #269abc;
    height: 100px;    
}
#micra-head{
    background-color: #66afe9;
    height: 120px;
}
#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #aa0000;   
}
.dtail{
   padding-right: 6%;
   padding-top: 12%;
   padding-bottom: 6%;
}
.hdtail{
    padding-top: 30%;
    padding-right: 5%;
    padding-left: 5%;
}
.left{
    padding-top: 5%;
}
.title{
    color: #aa0000;
}
.title1{
    color:#000;
    font-size: 20px;
    font-weight: bold;
}
.panel{
    border:3px solid #aa0000;
    //padding-right: 10px;
}
.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: #aa0000;
    border-color: #aa0000;
}
.btn-success:disabled,
.btn-primary:disabled,
.btn-success:disabled:hover,
.btn-primary:disabled:hover,
.btn-success:disabled:focus,
.btn-primary:disabled:focus,
.btn-success:after,
.btn-primary:before,
.btn-success:after,
.btn-primary:before{
    background-color: #aa0000;
    border-color: #aa0000;    
}
.mar{
    width: 120%;
}
.left-data-panel{
    padding-top: 15%;
}
.right{
    padding-bottom: 10%;
}

input.error {
    border: 1px solid #f00;
    color: #f00;
}

label.error {
    color: #f00;
    font-size: 11px;
    font-weight: normal;
}

.receipt{
    
}

select{
    font-family: inherit;
    font-size: inherit;
    height: 30px;
    line-height: inherit;
}

select.error{
    border:1px solid #f00 !important;
    color: #f00;
}
/*.container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../img/logo.png);
   opacity: 0.5;
}*/
th {
    background-color: rgb(153,51,0); 
    font-family: Arial,sans-serif; 
    color: #ffffff; 
    font-size: 11px;    
    font-weight: bold
}
label{
    font-size: 10px;
}
#tmsg{   
}
hr{
    color: #f00 !important;
    background-color: #f00 !important;
}
#tablex{
   color: #f00 !important;
    background-color: #f00 !important;
    border-color: #f00 !important;
}
input.btn{
    cursor: url;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow: hidden;
}

.ui-widget-header {
    color: #000 !important;
    font-weight: bold;
}

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;
}
ul {
    color: #122b40 !important;
    font-size: 17px !important;
}
#bkc{
   
}
#msgdiv{
    font-size: 25px;
}
@media print
    {
		.no-print { 
			display: none; 
		}
	}