body {
	font-size:12.5px;
}

/*
f3bb38
e3b446
c99f3e
*/

.navbar-fixed-top {
	clear:both;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #eaeaea;
  font-weight:bold;
}

.navbar-inverse .navbar-inner {
	background-image:url("../images/patterns/binding_dark.png");
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	color: #f3bb38;
	background-color: #111111;
}

.navbar .nav > li > a {
	padding: 10px 15px 12px;
}

.dropdown-menu {
	padding: 5px 0;
}

.dropdown-menu > li > a {
	padding: 10px 28px 8px;
	font-weight: bold;
}

.dropdown-menu li > a i {
	position: absolute;
	left: 6px;
	top: 12px;
}

.table th {
	background-color:#fafafa;
	color:#333;
}

.breadcrumb {
	padding: 8px 15px;
	margin: 67px 0 20px;
	background-color:#fafafa;
	background-image:none;
	border-style: solid;
	border-width:1px;
	border-color:#dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.breadcrumb a {
	color:#333;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb > .active {
	color: #e3b446;
	font-weight: bold;
}

a {
    color: #dba220;
}

a:hover, a:focus {
    color: #f3bb38;
}

.table  th a {
	color:#333;
}

.table th a:hover {
	color:#333;
}

.grid-view table.items th:hover a:after {content:""; display:block; position:absolute; top:0; right:-10px; width:14px; height:14px; line-height:14px; vertical-align:text-top; background-image:url("../images/glyphicons-halflings-white.png"); background-position:-312px -96px; background-repeat:no-repeat;}
.grid-view table.items th:hover a.asc:after {background-position:-289px -96px;}
.grid-view table.items tr.selected td { background:#eeeeee; }
.grid-view .filters .filter-container { padding:0 15px 0 0; }

/*
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}*/
.grid-view table.items th a.asc .caret {
    border-bottom: 4px solid #000;
    border-top: 0;
	display:block;
}
.grid-view table.items th a.desc .caret {
    border-bottom:0;
    border-top: 4px solid #000;
    display:block;
}
/*
.grid-view table.items th a.asc .caret { display:block; }
.grid-view table.items th a.desc .caret {
    border-bottom:4px solid #ffffff;
    border-top:none;
    display:block;
}*/

/* Main page layout */
.content {
    padding: 19px 29px 29px;
    margin: 0px auto 0px;
    background-color: #fff;
}

html,
body {
    height: 100%;
    padding: 0px 0px 0px 0px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -50px;
    /*background-image: url('<?php echo Yii::app()->request->baseUrl ?>/images/patterns/random_grey_variations.png');*/
}

#push,
#footer {
    height: 50px;
}
#footer {
    text-align: center;
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
}

.container .credit {
    margin: 6px 0;
}

 .text-small {
 	font-size: 11px;
 }
/* End page layout */