/**
 *
 * Apply Here your Custom CSS
 *
*/
.display-none {
	display: none;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.page-content {
	min-height: 400px;
}
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}

p {
	font-size: 14px;
}
.pointer,
.cursor-pointer {
	cursor: pointer;
}

.tableclean > thead > tr > th,
.tableclean > tbody > tr > th,
.tableclean > tfoot > tr > th,
.tableclean > thead > tr > td,
.tableclean > tbody > tr > td,
.tableclean > tfoot > tr > td,
thead.tableclean > tr > th,
tbody.tableclean > tr > th,
tfoot.tableclean > tr > th,
thead.tableclean > tr > td,
tbody.tableclean > tr > td,
tfoot.tableclean > tr > td {
	border: 0;
}
.profile-env > header {
margin-top: 0;
}
.profile-env section.profile-info-tabs {
margin-top: 10px;
padding: 15px 20px 5px 20px; 
}
.profile-env section.profile-info-tabs .nav-tabs {
	margin-bottom: -5px;
	margin-top: 10px;
}
.alert-smalls {
	margin: 20px;
	z-index: 99999;
}
/* thumbs */

.resulttumb {
	padding: 4px;
	width: 170px;
	height: 190px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #ddd;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.resulttumb .options {
	position: absolute;
	bottom: 2px;
	width: 160px;
}
.resulttumb figure {
	position: relative;
	display: table-cell;
	height: 162px;
	width: 162px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.resulttumb figure img {
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	border: 1px solid #666;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#thumbnails figure .caption {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 1px;
    bottom: 2px;
}
#thumbnails figure .fade-caption {
    opacity: 0;
    width: 158px;
    max-height: 160px;
    text-align: left;
    padding: 5px;
}
#thumbnails figure:hover .fade-caption {
    opacity: 1;
}

.nexttumb:hover,
.resulttumb:hover {
	background: #f3f3f3;
	border: 1px solid #7d8086;
}
.nexttumb {
	text-align: center;
	padding: 20px 4px 4px 4px;
	width: 170px;
	height: 190px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #ddd;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nexttumb i {
	font-size: 100px;
}
.nexttumb i:hover {
	color: #1f232a;
}
.thumboptions {
	display: none;
	margin-top: 4px;
}
.thumbtitle {
	float: left;
	width: 100px;
}
.thumbbuttons {
	float: right;
	width: 58px;
}
.thumbbuttons i {
	font-size: 16px;
}
/* base */
.innerrow {
	margin-left: 0;
	margin-right: 0;
}
.navbar-logos {
	float: left;
	padding: 11px 20px;
	font-size: 15px;
	line-height: 17px;
}
.navbar-logos img {
	margin: 0 10px;
}

.searchblock {
	padding: 0 35px;
}
.searchblock h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
}
.searchblock h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
}
.searchblock textarea {
   resize: none;
}
.liggend {
	width: 24px;
	height: 16px;
	background: #aaabae;
	display: inline-block;
	vertical-align: middle;
}
.staand {
	width: 12px;
	height: 16px;
	background: #aaabae;
	display: inline-block;
	vertical-align: middle;
}
.vierkant {
	width: 16px;
	height: 16px;
	background: #aaabae;
	display: inline-block;
	vertical-align: middle;
}
.panaroma {
	width: 32px;
	height: 16px;
	background: #aaabae;
	display: inline-block;
	vertical-align: middle;
}
.active .liggend,
.active .staand,
.active .vierkant,
.active .panaroma {
	background: #303641;
}
.ori {
	padding: 6px;
}
.checkbox-replace {
	margin-bottom: 4px;
}
.checkbox-replace.color-primary .cb-wrapper, .radio-replace.color-primary .cb-wrapper {
background-color: #fff;
}
.colorblockwrapper {
	height: 30px;
}
.colorblock {
	float: left;
	width: 15px;
	margin-right: 4px;
}
.colorbox {
	display:block;
	width:15px;
	height:15px;
	margin-bottom: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colorblue {
	background:blue;
}
.colorgreen {
	background:green;
}
.coloryellow {
	background:yellow;
}
.colorred {
	background:red;
}
.colororange {
	background:orange;
}
.colorpink {
	background:pink;
}
.colorpurple {
	background:purple;
}
.colorbrown {
	background:saddleBrown;
}
.colorblack {
	background:black;
}
.colorgray {
	background:gray;
}
.colorwhite {
	background:white;
}
.resulttitle h2 {
	margin-top: 0;
}
.ligtboxmenu {
	right: -5px;
	left: auto;
	width: 170px;
	overflow: hidden;
	border: 1px solid #7d8086;
	background: #fff;
}
.ligtboxmenu > li > a:hover, .ligtboxmenu > li > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #303641;
}
.ligtboxmenu .divider {
	background-color: #7d8086;
}
.thumbbuttons .dropdown-menu {
	bottom: 100%;
	top: auto;
	margin-bottom: 2px;
}
.previewimg {
	border: 1px solid #666;
}
.actionwrapper {
	margin-top: 10px;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}
.checkbox-label {
	position: relative;
	margin-right: 10px;
}
.checkbox-label label {
	min-height: 20px;
	padding-left: 16px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.checkbox-label label input[type=checkbox] {
	position: absolute;
	height: 16px;
	margin: 2px 0 0 0 !important; 
	margin-left: -16px !important;
}
@media (max-width: 991px) {
	.md-visible {
		display: none;
	}
	.page-container.horizontal-menu header.navbar ul.nav > li > a,
	.page-container.horizontal-menu header.navbar .navbar-nav > li > a {
		padding: 20px 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.page-container.horizontal-menu header.navbar ul.nav > li > a,
	.page-container.horizontal-menu header.navbar .navbar-nav > li > a {
		padding: 20px 15px;
	}
	.navbar-logos {
		padding: 11px 10px;
		font-size: 15px;
		line-height: 17px;
	}
	.navbar-logos img {
		margin: 0 5px;
	}
}

@media (min-width: 992px) and (max-width: 1010px) {
	.sp-hidden {
		display: none;
	}
}

@media (max-width: 1199px) {
	.lg-visible {
		display: none;
	}
}

.radio-label {
	display: block !important;
	padding-left: 0px !important;
}

.form-inline.batch-horizontal label {
	width: 110px;
}