/*
*Custom CSS
*/

.second-header {
background-color: rgba(255, 249, 158, 1) !important;
color:darkslategrey;
}

.yellow {
  background-color: #ECF1FF;
  border-style: none solid solid;
  border-color: #DDD;
  border-width: 1px;
  padding: 20px 10px 10px 10px;
}

.content-container {
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  padding: 5px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #DEDEDE ;
  box-shadow: 0px 0px 0px rgba(194, 194, 194, 0.3) inset, 5px 5px 4px rgba(0, 0, 0, 0.1);
}

.modal-body {
  background-color: #FFF !important;
}

.pmr-blue{
background-image: linear-gradient(to bottom, #009 0px, #006 100%);
background-repeat: repeat-x;
color: #FFF;
}

table.table thead, tfoot{
background-image: linear-gradient(to bottom, #009 0px, #006 100%);
background-repeat: repeat-x;
color: #FFF;
}

.navbar-brand {
  margin: auto 8px auto 8px;
}
/*Nav-Brand*/
div.navbar-brand > a{
	color:#FFF !important;
	font-family:"Times New Roman", Times, serif !important;
	font-weight:bold !important;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
  .no-more-tables table, 
  .no-more-tables thead, 
  .no-more-tables tbody, 
  .no-more-tables th, 
  .no-more-tables td, 
  .no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .no-more-tables tr { border: none; }
 
  .no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50% !important; 
    white-space: normal;
    text-align:left;
  }
 
  .no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  .no-more-tables td:before { content: attr(data-title); }
}
/* No more tables for item request start*/
@media only screen and (max-width: 1800px) {
    
    /* Force table to not be like tables anymore */
  .no-more-tables-request table, 
  .no-more-tables-request thead, 
  .no-more-tables-request tbody, 
  .no-more-tables-request th, 
  .no-more-tables-request td, 
  .no-more-tables-request tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables-request thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .no-more-tables-request tr { border: none; }
 
  .no-more-tables-request td { 
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50% !important; 
    white-space: normal;
    text-align:left;
  }
 
  .no-more-tables-request td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  .no-more-tables-request td:before { content: attr(data-title); }
}
/* End */
.tab-pane {
  padding-top: 25px;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}
div.panel-heading ul.nav.nav-tabs li a{
  color: #FFF;
}
div.panel-heading ul.nav.nav-tabs li.active a{
  color: #333;
}
div.panel-heading ul.nav.nav-tabs li a:hover{
  color: #333;
}
ul.nav.navbar-nav li.dropdown a.dropdown-toggle {
  color: #FFF;
}

.align-middle {
    vertical-align: middle !important;
}
