html {
	min-height:100%;
	position:relative;
}

li.list-group-item:hover {
    background: rgba(10, 10, 10, 1.5);
}

body {
	margin-bottom: 60px;
	/* background: url(../img/pg_bg.jpg); */
	background-color: currentColor;
	background-attachment: fixed;
	background-position: 50%;
	background-size:cover;
}

.table-hover > tbody > tr:hover{
	background-color: rgba(200,0,0,0.6);
}

.thumbnail{
	background-color: transparent;
	border: none;
}

.form-control{
	height: 54px;
	background-color: rgba(0,0,0,0.15);
    border-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

[disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
	height: 54px;
	background-color: rgba(255,0,0,0.4);
    border-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

[disabled].form-control:hover, [readonly].form-control:hover, fieldset[disabled] .form-control:hover {
	height: 54px;
	background-color: rgba(255,0,0,1);
    border-color: #FAFD00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5;
    color: #FAFD00;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pagination > li > a, .pagination > li > span {
	background-color: #000;
}

.modal-content{
	background: rgb(0, 0, 0);
	color: #b5b5b5;
}

.panel, .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group, .list-group-item{
	border-top: none;
	border: none;
	
	border: 1px solid #000;
	padding: 10px;
	margin-top: 15px;
	box-shadow: inset 0 0px 1px #fff;
	-o-box-shadow: inset 0 0px 1px #fff;
	-webkit-box-shadow: inset 0 0px 1px #fff;
	-moz-box-shadow: inset 0 0px 1px #fff;

}

.panel, .panel-default > .panel-heading, .list-group-item, .panel-footer {
	background-color: rgba(0, 0, 0, 0.5);
}

.form-control:focus, .form-control:hover{
/*.form-style input.text-field:focus, .form-style textarea:focus {*/
    color: #000;
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
	text-decoration: none;
	color: #999;
}
a:link, a:visited {
	text-decoration: none;
	color: 	#999;
}

a:hover {
	text-decoration: none;
	color: 	#FFF;
}

.wst-head{
	background: rgba(0, 0, 0, 0.59);
}

.wst-menu-h li{
	display: inline; /* Отображать как строчный элемент */
	border-left: 1px white solid;
	border-right: 1px white solid;
	padding-left: 10px;
	padding-right: 10px;
}

.wst-menu-h li.fist-item{
	border-left: none;
}

.wst-menu-h li.last-item{
	border-right: 0px;
}

.wst-menu-h{
	margin-bottom: 0px;
}

.wst-btn{
	height: 54px;
	background-color: rgba(0,0,0,0.15);
    border-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.wst-btn:focus{
	height: 54px;
	background-color: rgba(0,0,0,0.15);
    border-color: #fafd00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fafd00;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.wst-btn:hover{
    color: #000;
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wst-rm:hover{
    color: #fafd00;
    background: #f00;
    border-color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wrap{
	height: 100%;
	padding-bottom: 20px;
}

.wst-footer{
	height: 60px;
	width: 100%;
	background: rgba(0, 0, 0, 0.59);
	border-top: 1px solid #000;
	padding-top: 20px;
	color: #b5b5b5;
	Position:absolute;
	bottom:0
}

.wst-background{
	background: rgba(0, 0, 0, 0.59);
	color: #b5b5b5;
}

.breadcrumb{
	background: rgba(0, 0, 0, 0.59);
	color: #b5b5b5;
}

.wst-border{
	border: 1px solid #000;
	padding: 10px;
	margin-top: 15px;
	box-shadow: inset 0 0px 1px #fff;
	-o-box-shadow: inset 0 0px 1px #fff;
	-webkit-box-shadow: inset 0 0px 1px #fff;
	-moz-box-shadow: inset 0 0px 1px #fff;
}

h4 {
	border-top: grey solid 1px;
	border-bottom: blue solid 1px;
	border-radius: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.alert-danger {
	border: 0px solid #000;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	border-radius: 15px;
	background-image: url(../img/bg.png);
	background-color: transparent;
	color: #b5b5b5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
}

.alert-success {
	border: 0px solid #000;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	border-radius: 15px;
	background-image: url(../img/bg.png);
	background-color: transparent;
	color: #b5b5b5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
}

.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: 15px;
    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;
}
