/* custom css for collection Manual */
body {
	font-size: 12px;
}
.container{
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

h2 {
	color: #5F6062;
}

h3 {
	font-weight: bold;
}

.text-custom {
  color: #E07D1A;
}

.has-custom .help-block,
.has-custom .control-label {
  color: #D1884D;
}

.has-custom .form-control {
  border-color: #D1884D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-custom .form-control:focus {
  border-color: #A55F30;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-custom .input-group-addon {
  color:#D1884D;
  background-color: #F9E8E3;
  border-color: #D1884D;
}
/*
.btn-custom {
  color: #F47B20;
  background-color: #F0E8DB;
  border-color: #D6CDC2;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  color: #ffffff;
  background-color: #F58705;
  border-color: #E69700;
}

.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-image: none;
}

.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-v,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
  background-color: #EF913E;
  border-color: #ED9E36;
}*/

.btn-custom {
  color: #ffffff;
  background-color: #FF8B2D;
  border-color: #ED8B36;
  font-weight: bold;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  color: #ffffff;
  background-color: #FFB67F;
  border-color: #D36313;
}

.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-image: none;
}

.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-v,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
  background-color: #EF913E;
  border-color: #ED9E36;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.glyphicon-home-custom {
	font-size: 1.5em; 
	color:#FF8B2D;
	margin-top: 15px;
}

.panel-custom {
  border-color: #E8C4A4;
}

.panel-custom > .panel-heading {
  color: #FFF9F4;
  background-color: #FF8B2D;
  border-color: #E8C4A4;
}

.panel-custom > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E8C4A4;
}

.panel-custom > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #E8C4A4;
}

.navbar-brand-custom {
  float: left;
  padding: 5px 15px 15px 15px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.collection-search-alpha {
	width:22px;
	min-width: 8px;
	margin-bottom:5px;
	align: center;
}

.table-custom {
  border-collapse: separate;
  border-spacing: 0 5px;  
}

.table-custom thead th {
  background:-o-linear-gradient(bottom, #ff7f00 5%, #ff7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ff7f00) );	background:-moz-linear-gradient( center top, #ff7f00 5%, #E6983B 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ff7f00");	background: -o-linear-gradient(top,#ff7f00,ff7f00);
	background-color:#E6983B;
	color: #FFFFFF;
}

.table-custom tbody td {
  background-color: #EEEEEE;
}

.table-custom tr td:first-child,
.table-custom tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.table-custom tr td:last-child,
.table-custom tr th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.table-custom tbody tr:hover td, .table-custom tbody tr:hover th {
	background-color: #ffd4aa;
	
	/*background-color: #F0C169;*/
	/*color: #FFFFFF;*/
}

.table-custom tbody td, .table-custom thead th {
    width: 50px;  
}

.tableRows:hover {
	cursor: pointer;
}

.page-header-custom {
  padding-bottom: 9px;
  margin: 20px 0 20px;
}

.div-table-content {
  height:400px;
  overflow-y:auto;
}

table.pretty {
	width: 1200px;
    clear: both;
	table-layout: fixed;
	border: 1px solid #F0C169;
}
 
table.pretty th {
    padding: 5px;
    border: 1px solid #fff;
}

table.pretty td{
    padding: 5px;
    border: 1px solid #EFE2D5;
}

table.pretty thead th {
    text-align: center;
   background:-o-linear-gradient(bottom, #ff7f00 5%, #ff7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ff7f00) );	background:-moz-linear-gradient( center top, #ff7f00 5%, #E6983B 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ff7f00");	background: -o-linear-gradient(top,#ff7f00,ff7f00);
	background-color:#E6983B;
	color: #FFFFFF;
}

table.pretty tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

table.pretty tr th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

table.pretty tbody th {
    text-align: left;
    background: #91c5d4;
}
     
table.pretty tbody td {
    /*text-align: center;*/
	/*background: #ffd4aa;*/
}
         
table.pretty tbody tr.odd td {
    background: #EEEEEE;
}

table.pretty tbody tr:hover td, table.pretty tbody tr:hover th {
	background-color: #ffd4aa;
	/*background-color: #F0C169;*/
	/*color: #FFFFFF;*/
}


@media (min-width: 768px) {
  #navBtn {
    display: block;
  }

}

.navbar-header {
    line-height:50px;
    height:50px;
}

.navbar-brand-custom {
	margin-top: 15px;
	font-size: 32px;
}

.navbar-nav-custom > li{
  padding-left:10px;
}

.navbar .navbar-nav {	
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}

.navbar .navbar-collapse {
  text-align: center;
}

.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FF8B2D;
}


.search-note {
	font-size: 12px;
	font-color: #777777;
	margin-top:0;
}

.nav .caret {
    border-bottom-color: #FF8B2D;
    border-top-color: #FF8B2D;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #FF8B2D;
}

.error-required {
	border-color: #FF0000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}