﻿body {
     margin:0 auto;
    padding:0px;
    font-size:18px !important;
    font-family:Calibri !important;
}
 .container{
     width:100%;
 }
  .wrapper {
      width:100%;
            min-height:400px;
      height:auto;
            margin:0 auto;
  } 
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important; 
}

     .clear5{
         width:100%;
         margin:0px;
         padding:0px;
         height:5px;
         clear:both;
     }
        tr:hover {
             background-color:#f1f1f1;
         }
        .trDontHaveCollectionBoy{
              background-color:#ffcccc;
        }
/*.overhd {
    height: 340px !important;
    overflow-y: scroll !important;
    width: 100% !important;
}*/
         td, th {
    padding: 2px 5px;
    word-break: break-all;
}
         .uploadbtn{
    background:#ce0000;
    outline:none;
    color:#fff;
    width:112px;
    height:35px;
   padding:3px 0;
   font-size:15px;
   float:left;
  text-transform:uppercase;
   font-family:Verdana;
   border-radius:5px;
   margin-left: 15%;
}
         .center1 {
           top: 30%;
    border-radius: 5px;
    position: fixed;
    margin: 0 auto;
    width: 60%;
    left: 20%;
    background-color: #ce2027;
    color: #ffffff;
    border: 5px solid #ccc;
    padding: 20px;
         }
         .submitbtn{
 background:#ffffff;
    outline:none;
    color:#ce2027;
    width:112px;
    height:35px;
   padding:3px 0;
   font-size:15px;
   float:right;
  text-transform:uppercase;
   font-family:Verdana;
   border-radius:5px;
   margin-right: 8%;
         }
         .logininner{
             margin: 0 auto;
             width:62%;
         }
         .clearbtn {
            background: #ce0000;
            outline: none;
            color: #fff;
            width: 80px;
            height: 35px;
            padding: 3px 0;
            font-size: 15px;
            float: right;
            text-transform: uppercase;
            font-family: Verdana;
            border-radius: 5px;
            margin-right: 1%;
        }
         /* navbar start*/
         .header{
             width:100%;
             height: 85px;
    border-bottom: 2px solid #ce2027;
         }

          .footer{
             width:100%;
           
    border-top: 2px solid #ce2027;
         }
          .footer p {
                  float: right;
    font-size: 14px;
          }
         .menu {
    height: 35px;
    position: relative;
   margin-top: 52px;

    z-index: 0;
    float: right;
}
         .logo {
             width:20%;
             float:left;

         }
         .subMenu {
    width: 103%;
    height: 35px;
    float: right;
}
         .subMenu ul {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
    width: 100%;
}
         .subMenu li {
    float: left;
   
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-left: 5px;
}
         .subMenu a {
      text-decoration: none;
    color: #fff;
    background-color: #ce2027;
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 5px 10px;
    font-family: Helvetica, verdana, sans-serif;
}
         .subMenu a:hover {
background-color: #363636;
         }
       

         /*navbar end*/
         .btnsubmit {
             background-color: #ce2027;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 5px 8px;
         }
         .ui-datepicker {
      width: 181px !important;
    font-size: 12px !important;
    padding: .1em .1em 0 !important;
    display: none;
}
          
  .adminlbl {
    /*width: 100px;*/
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    /*font-weight: bold;*/
    font-size: 16px;
}
         .admintxt {
    width: 200px;
    float: left;
    margin-bottom: 10px;
}
         h4 {
             color:#ce2027 !important;
            
         }
         .form-control {
    display: block;
    width: 100%;
    height: 30px !important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    color: #555;
    background-color: #fff!important;
    background-image: none!important;
    border: 1px solid #999 !important;
   
       border-radius: 0px !important;
     box-shadow:none !important; 
   
     transition:none !important;  
}
.adminfin {
    width: 9.5%;
    float: left;
    margin-right:5px;
        font-size: 15px;
}
.adminbtn {
    /*width:80px;*/
    float:left;
    /*margin-left:10px;*/
}
/* Tooltip container */
.toooltip {
    position: relative;
    display: inline-block;
   
}

/* Tooltip text */
.toooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.toooltip:hover .tooltiptext {
    visibility: visible;
}