.grid-view
 {
    font-size: 1.6rem;
  }	
#korzin {
	height: 35px;
	width: 35px;
	text-align:center;
	padding-top:10px;
	background-image: url(/img/b.png);
	background-repeat: no-repeat;
	color: #D70000;
	-moz-text-shadow:0 0 7px #ddd;
	-webkit-text-shadow:0 0 7px #ddd;
	text-shadow:0 0 7px #ddd;
	display: inline-block;
	margin-top: 7px;
}
.navbar-brand span{
	color: #D70000;
}
.navbar-brand {
	color: #FFFFFF !important;
}
.wrap > .container {
    padding: 70px 15px 0px 15px;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}



.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}


.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;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.indexbox {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    margin-bottom: 15px;
	padding: 15px;
}

#imgs{
	text-align: center;
}
#imgs div{
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    padding: 3px 2px;
    border: 1px dashed #fff;
    border-radius: 5px;
    background: #fff;
}
#imgs div .foto{
	display: block;
	cursor: pointer;
	padding: 0px;
	border:1px solid #dddddd;
	margin: 3px;
}

#curtain {
	display: none;
	border:1px solid #000000;
	background-color: #000000;
	-moz-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=80);
	position: fixed;
	top: 0px;
	left:0px;
    right:0px;
    bottom:0px;
	z-index: 1200;
}

#modalWindow {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1230;
    text-align: center;
}

#left_b:hover,#right_b:hover {
	color: #fff;
}



#modalWindow img {
	top: 0px;
	border:1px solid #444;
	z-index: 1300;
	position: fixed;
	display: none;
	user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}

#modalWindow #loading {
	top: 50%;
border:0px;
	z-index: 1300;
	position: fixed;
	display: none;
}
.navbar-brand span{
	color: #D70000;
}
#left_b,#right_b {
	cursor: pointer;
	color: #999;	
	top: 45%;
	font-size:xx-large;
	font-weight: 600;
	z-index: 1400;
	position: fixed;

	width: 15%;
	bottom: 25%;
}
.vkor{
	border:1px solid #D70000 !important;
	-moz-box-shadow:0 0 10px #D70000;
	 -webkit-box-shadow:0 0 10px #D70000;
	  box-shadow:0 0 10px #D70000;
}


#deletefoto {


	z-index: 1450;
	position: fixed;


}

#vkorzin {

bottom: 0px;
left: 0px;	
right: 0px;
	z-index: 1400;
	position: fixed;
padding-bottom:7px;
	text-align: center;

}

#left_b {
	right: 0px;
}

#right_b {
	left: 0px;
	
}

.disnone {
	display: none;
}