.login-box-img {
    text-align: center;
    margin: 0 0 20px;
}

.login-box-img img {
    max-width: 100%;
}

.container {
	padding-top: 30px;
}

@media (min-width: 768px) {
	.container {
		width: auto;
	}
}

@media (min-width: 992px) {
	.container {
		width: auto;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 940px !important;
	}
}

html,
body {
    height: 100%;
}

.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;
    position: relative;
    z-index: 3;
}

.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;
}


.nav-sidebar {
  width: 200px;
  float: left;
  background-color: #eee;
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 60px;
}
/*
div.container {
  margin-left: 250px;
}
*/
.nav-sidebar li a.logout {
  background-color: #ccc;
    color: #833;
    font-weight: bold;
}

.nav-sidebar li.active {
  background-color: #ccc;
    font-weight: bold;
}

.navbar-custom-menu>.navbar-nav>li.user-menu>a .user-image {
    position: absolute;
    width: 25px;
	height: auto;
    border-radius: 5px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
}

.navbar-custom-menu>.navbar-nav>li.user-menu>a {
    position: relative;
    padding-left: 50px;
    height: 50px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: auto;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
    border-radius: 10px;
}

/** WA and WA Orders lists **/
#waList th.col-id {width: 50px; min-width: 50px;}
#waList th.col-execution_days {width: 160px; min-width: 160px;}
#waList th.col-actions {width: 65px; min-width: 65px;}
#waList td.col-actions {text-align: center;}


#waOrdersList th.col-date {width: 140px; min-width: 135px;}
#waOrdersList th.col-status {width: 85px; min-width: 85px;}
#waOrdersList th.col-actions {width: 70px; min-width: 70px;}
#waOrdersList td.col-actions {text-align: center;}

