/* 
    Created on : 30.9.2015, 9:52:36
    Author     : robin
*/

input[type='radio'],.radio,input[type='checkbox'],.checkbox { height:auto;width:auto; }
input[type='radio'],.radio { -webkit-appearance:radio; }
input[type='checkbox'],.checkbox { -webkit-appearance:checkbox;margin-right: 0.5em }
.nav-menu a { color: #555 }
input,input:focus { box-shadow: none; }
.box .row { box-shadow: none; }
th a { color:#000; }
.button { padding-top: 5px; padding-bottom: 4px }
.aspect-ratio-box{
	position: relative;
	width: 100%;		/* desired width */
}
.aspect-ratio-box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
/* Other ratios */
.ratio2_1:before{
	padding-top: 50%;
}
.ratio1_2:before{
	padding-top: 200%;
}
.ratio4_3:before{
	padding-top: 75%;
}
.ratio16_9:before{
	padding-top: 56.25%;
}
.aspect-ratio-content{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.select { padding-left: 7px }
.grido .filter.outer {
	padding:10px
}
.grido .filter.outer .items {
	float:left;
}
.grido .filter.outer label {
	padding:10px
}
.grido .filter.outer .buttons { 
	padding:3px
}
.grido .filter.outer + table {  border-top:1px solid #999 }
.grido .count .select { padding:0 0 0 8px }
.grido .grid-action-edit { background-color: #e6ad3c; color: #612503;text-shadow: 0 1px 0 rgba(255,255,255,0.25); }
.grido .grid-action-delete { background-color: #de6b59; color: #54130b; border-color: #3d0800;text-shadow: 0 1px 0 rgba(255,255,255,0.25); }
#user-notif > a {
	position: relative;
	width: 50%;
	height: 30px;
	float: left;
	padding: 2px 0 0 7px;
	font-size: 16px;
	text-align: left;
	line-height: 28px;
	text-shadow: 0 1px 1px #333;
}
.grido .filter.outer select {
	height: 30px; padding: 6px 10px; margin: 10px 0 0; font-size: 12px; line-height: 16px;
	border: 1px solid #979797; border-radius: 3px; background-color: #f5f5f5;
	text-shadow: 0 1px 0 #fff; box-shadow: inset 0 1px 1px #fff; -webkit-appearance: none;
	-webkit-transition: border 0.3s linear, box-shadow 0.25s ease;
	-moz-transition: border 0.3s linear, box-shadow 0.25s ease;
	-o-transition: border 0.3s linear, box-shadow 0.25s ease;
	transition: border 0.3s linear, box-shadow 0.25s ease;
}
#nav .sub-nav .sub-nav { display:none; }
#nav .sub-nav li:hover .sub-nav { display:block; }
.grido label { display:none }
/*.grido select { position: relative; top: 1px}*/
.grido select[name=count] { float:none;margin-bottom: 3px }
select,.select,.checkboxlist span { padding-right: 25px !important; background-image: url('../img/icon-select.png'); background-repeat: no-repeat; background-position: right 5px top 7px }
.grido table { float: left; }
.grido .summary { background-color: #777; color: #fff; text-shadow: 0 1px 1px #222; font-weight: bold }
.division-menu li { overflow:hidden;color:#fff;text-shadow:none; }
.division-menu li:first-of-type { border-radius: 0; }
.division-menu li:first { border-radius: 0 0 0 4px; }
.division-menu li:hover { color: #f4f4f4; text-shadow: 0 1px 2px rgba(0,0,0,0.6), 1px 1px 18px #54bbff; }
.division-menu li.active { background:url('../img/bg.jpg');z-index:980;height:41px;color:#444;font-weight:bold; }
.division-menu li.active:hover { text-shadow: none; }