.container{
    max-width: 954px;
    width: 85%; 
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: white;
}

.content-top{
    /*background-color: #01aef0;*/
    min-height: 70px;
}
.content-bottom{
    background-color: #01aef0;
    min-height: 95px;

}

.content-top h1{
    color: black;
    /*padding-top: 25px;*/
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 5px;
}

#header-title{
    position: relative;
    /*width: 884px;*/
    border: 5px solid black;
    margin-left: 10px;
    text-align: center;
}
#title{
    position: relative;
    /*width: 884px;*/
    /*border: 5px solid black;*/
    margin-left: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 100;
}

/*
#footer {
    background-color: #333333 !important;
    color: #ffffff;
    margin: 10px auto 30px;
    width: 934px;
}*/
.placeholder{
    color: gray; 
    font-style:italic;

}

#login
{
    background: #E0E0E0;
    width:35%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #CACACA;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top:  10px;

}

.form-signin-heading
{
  color: #000000;
 font-size: 20px;
 font-weight:normal;
 text-align: left;
 margin-bottom: 0px;
 padding-bottom: 0px;
 margin-top: 15px;
 padding-top: 0px;
}


#inputUserid, #inputPassword 
{
    width: 100% !important;
    height: 40px;
    border: solid 4px #ffffff;
    vertical-align: true;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#submitted
{
    margin-top: 25px;
    margin-bottom: 25px;
    float:right;
    width: 100%;

}

fieldset { 
/*    display: block; */
   margin-left: 12px;
   margin-right: 12px;
   padding-top: 0.35em;
   padding-bottom: 0.625em; 
   padding-left: 0.75em;
   padding-right: 0.75em;
   border: 2px solid #CACACA;
   border-radius: 5px;
}

legend {
    font-size: 16px;
    color: #01aef0;
    font-weight: bold;
}

.leftjust {
    margin-left: 10px;
}
.rightjust {
    margin-right: 2px;
}
.extraspace {
    margin-top: 10px;
}
/* the following 3 sets are used for setting up the choices with a lighter color */
select:invalid {
color: #999;
}
option[value=ââ][disabled] {
display: none;
}
option {
color: #000;
font-size: 13px;
}

.loginerror {
  width: 70%;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  color:red;
  /*border-radius: 5px;*/
}
.fixassign {
	width: 100% !important;
}

#mhead {
    background-color: #01aef0;
    color : white;
}
.dataTables_filter {
   width: 50%;
   float: right;
   text-align: left;
   margin-right: -14px;
}
div.dataTables_paginate 
{ float: right;
 margin: 0;
 }

 .form-control {
  /*  display: block;
    width: 100%;  */
    height: 32px;
    padding: 2px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
  /*  background-color: #fff;*/
    background-color:#dbf3ff;
    background-image: none;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.hoverTable tr:hover {
   background-color: #FFFFE0;
 }
.hoverTable2 tr:hover {
      background-color: lightgrey;
 }
 .collapsible {
 /* background-color: #777;
  color: white;*/
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
 /* background-color: #555; */
  background-color: #ecd0b8;
}

.collapsible:after {
  content: '\002B';
 /* color: white;*/
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
