/* Custom CSS for Boxon */

.fix-odd div:nth-child(odd){
    margin-left: 0px;
}

.fix-odd td btn-small {
    position:absolute;
    margin-top:-3px;
}

a.link {
    color: #4f868e;
    text-decoration: none !important;
}

a.link:hover, 
a.link:focus {
    color: #4f868e;
    text-decoration: underline !important;
}

#content {
	margin-bottom: 30px;
}

.navbar {
	margin-bottom: 25px;
}
.navbar-inner {
	background: #4f868e;
	border: none;
	text-shadow: none;
}
.header-nav .btn {
	border-left: none;
	border-right: 1px solid #4f868e;
}
.header-nav li:first-child .btn {
	border-left: 1px solid #4f868e;
}
.header-nav .nav {
	border-right: none;
	border-left: none;
}
.header-nav a.btn {
	padding: 10px 15px !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: #4f868e;
}
.dropdown-menu {
	background: white;
	opacity: 1;
	border: 1px solid #DDD;
}
.dropdown-menu li {
	border: none;
}
.dropdown-menu li:last-child {
	border-top: 1px solid #ddd;
}
.dropdown-menu li a {
	color: #3B3B41;
	text-shadow: none;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	filter: none;
	opacity: 1;
	background: #4f868e;
}
.nav-tabs.nav-stacked > li.active > ul {
	display: block;
}

ul.dashboard-list li i {
    padding-right: 10px;
}

.nav-admin {
    padding-top: 1em;
}

.nav-admin > a > i {
    font-size: 1.8em !important;
}

.nav-admin > a {
    text-decoration: none;
}
.nav-admin > a > p {
    margin: 0 !important;
}
.active > .nav-admin-intermediate {
    background-color: #eee !important;
}
.nav-admin-intermediate > li > a:not(:hover) {
    color: #666 !important;
}
.nav-admin-top {
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
}
.nav-admin-top > .active {
    border-left: 2px solid #4f868e;
}

.loader {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 0;
}
.small-loader {
	display: block;
	margin-right: auto;
	margin-left: auto;
    height: 15px;
}

.simple-pagination {
	text-align: right;
    margin-top: 3px;
}
.simple-pagination span {
	padding-right: 10px;	
	text-transform: uppercase;
	font-size: 11px;
}
.simple-pagination .btn {
	margin-top: -3px;
	text-shadow: none;
}
.simple-pagination input[type="text"] {
    width: 30px;
    font-size: 11px;
    padding: 0 2px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.pagination-small a {
    cursor: pointer;
}

.news a {
	color: #4f868e;
	font-weight: 600;
	text-decoration: none;
}
.news a:hover {
	color: #4f868e;
	font-weight: 600;
	text-decoration: underline;
}

table.address td:first-child {
    font-weight: bold;
}
table.address.address-float {
    display: inline-block;
    border: 1px solid lightgray;
    padding: 20px;
    margin-right: 6px;
    width: 440px;
    vertical-align: top;
    margin-bottom: 10px;
}

table.table-details td:first-child {
    font-weight: 600;
}

td.no-padding {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

table.table th {
    color: #4f868e;
}
.table-striped tbody > tr:nth-child(2n+1) > td {
  background-color: #f1eeeb;
}
table.table th > i {
    color: #3b3b41;
}

.tab-pane {
    position: relative;
}
.tab-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
}

#sidebar-left.span1 ul.nav > li > ul li.active a {
    color: #666;
}

.navbar ul.nav > li > a {
    text-shadow: none;
    color: white;
}
.navbar ul.nav > li > a:hover {
    opacity: 0.8;
    text-shadow: none;
    color: white;
}

.no-margin {
    margin: 0 !important;
}

.category-tree > ul {
    margin: 0;
    list-style: none;
}

.category-tree > ul > li > span {
    line-height: 21px;
}

.category-tree > ul > li > input {
    margin: 0;
    margin-right: 5px;
}

.category-tree > ul > li {
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #333;
    display: block;
    cursor: pointer;
}

.category-tree > ul > li:not(:last-child) {
    border-bottom: 1px solid #cacaca;
}

.category-tree > ul > li .sub-menu {
    margin-left: 20px;
    margin-top: 5px;
    list-style: none;
}

.category-tree > ul > li {
    display: block;
    margin: 0;
    padding: 9px 0 9px 0;
}

.category-tree .sub-menu > li > input {
        vertical-align: top;
}

.font-color-red {
    color: red !important;
}

a.btn {
    text-decoration: none !important;
}

.span6.span-small {
    width: 46%;
}

div.input-append > input[type="text"]:not(:first-child) {
    border-radius: 0;
    border-left: none;
}

.tab-menu.nav-tabs > li {
    background: #f1f1f1;
}
.tab-menu.nav-tabs > li > a:hover {
    background: #e9e9e9;
}

.nav-tabs.nav-stacked > li > ul > li.active {
        border-left: 2px solid #4f868e;
}


body {
    background: #b7a99a;
}

.nav-tabs.nav-stacked li > a:hover {
    color: #333 !important;
}

.nav-tabs.nav-stacked > li > a {
    color: #000;
    cursor: pointer !important;
}

.box-header,
.box-content {
    border: 1px solid #e0e0e0;
}

.quick-button {
    border: 1px solid #e0e0e0;
}

.label-none {
    background: none;
    text-shadow: none;
    padding: 0;
    color: #3b3b41;
}
.label-none.label-success {
    color: #5AAD34;
}
.label-none.label-important {
    color: #FA5833;
}
.label-none.label-warning {
    color: #F4A506;
}
/* translate plant status into style important */
.plant-info-01,
.plant-info-06,
.plant-info-09,
.plant-info-50,
.plant-info-91,
.plant-info-92
{
    color: #FA5833;
}
/* translate plant status into style success */
.plant-info-22
{
    color: #5AAD34;
}



.search-area {
    float: left;
    padding-bottom: 15px;
}
.search-area .search-field {
    float: left;
}
.search-area .search-field span {
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}
.search-area .search-field:first-child span {
    padding-left: 7px;
}
.search-area .search-field input[type="text"] {
    margin: 0;
    width: 100px;
}
.search-area .search-field .btn {
    margin-left: 5px;
}

/* infieldLabel styles */
 .infield-label {
    display: block;
    position: relative;
    overflow: visible;
}

.infield-label label {
    bottom: 0;
    color: #999;
    display: block;
    left: 0;
    line-height: 39px;
    margin: 0;
    right: 0;
    top: 0;
}

/* normally hidden behind .js class on body */
 .infield-label label {
    cursor: text;
    font-size: 14px;
    padding: 0 20px;
    position: absolute;
    white-space: nowrap;
    text-align: left;
    pointer-events: none;
}

.placeholder-focus label {
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    bottom: 55px;
    color: #fff;
    line-height: 18px;
    right: auto;
    left: -10px;
    top: auto;
    z-index: 99999;
}


.no-rgba .placeholder-focus label {
    background-color: #111;
}

.placeholder-focus label:after {
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content:'';
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
}

.no-rgba .placeholder-focus label:after {
    border-top-color: #111;
}

.infield-label-image.placeholder-focus label {
    top: -122px;
}

.placeholder-hide label {
    bottom: auto;
    left: -9999px;
    right: auto;
    top: -9999px;
}

.modal-info {
    display: inline;
    margin-right: 4px;
}

.modal-info.alert {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
}