html,
body {
    height: 100%;
}

.navbar-inverse {
    background-color: #2980b9;
}
.navbar-header img {
    width:50%;
}
.navbar-brand {
    padding: 0 15px;
    min-height: 60px;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 60px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 20px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.navbar-inverse .btn-link {
    color: #caf7ff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #caf7ff;
}

.hasDatepicker {
    width: 100px;
    border: 1px solid #ccc;
    display: block;
    width: 100px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color:#555555;
    background-color:#fff;
    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-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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s;    
}
.form-control {
    float: right;
    width: 90%;
}
#products-start_action {
    /*float: left; */
}
.yellow-column{
    background-color: #ffff0078;
}
.site-about .row{
	margin: 0;
}
.site-about .group{
	margin: 20px 4.16%;
	padding: 0;
	border: 1px solid #337ab7;
	border-radius: 4px;
}
.site-about .group .header{
	background: #337ab7;
	color: #fff;
	font-size: 16px;
}
.site-about .group .header a{
	color: #fff;
}
.site-about .group .row > div{
	padding: 2px 15px;
}
.site-about .align-center{
	text-align: center;
}
.site-about .p-0{
	padding: 0;
}
.site-about .mb-30{
	margin-bottom: 30px;
}
.site-about .important{
	font-size: 16px;
	margin: 20px 0;
        text-align: center;
}
.site-about img{
	max-width: 100%;
	max-height: 250px;
}
.site-about .bosses{
	background: yellow;
	color: black;
	font-size: 16px;
}
.refresh-label{
    float: left;
    line-height: 32px;
    color: #d22525;
}
.refresh-btn {
    color: #d22525;
}
.guard{
    color: red;
}