/* 
    Document   : app
    Created on : 2012-05-09, 12:21:59
    Author     : Błażej Toboła <btobola@xsystem.pl>
    Description:
        Purpose of the stylesheet follows.
*/

body.app {
	margin-top: 40px;
}
.fixed-menu-bar {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 36px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #d8d8d8 100%);
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#d8d8d8 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d8d8d8',GradientType=0 );
	z-index: 200;
	border-bottom: 1px solid #bbb;
	padding: 0 15px;
	font-size: 18px;
	font-variant: small-caps;
	line-height: 34px;
	text-shadow: 1px 1px 0 #fff;
}
.fixed-menu-bar span.app-name {
	float: left;
}
.fixed-menu-bar span.user {
	float: right;
}
.form-group {
	margin-bottom: 2px;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

[type=submit], [type=button], [type=file] {
	cursor: pointer;
}

[type=file] {
	margin-left: -1px;
}

[type=submit], [type=button], .btn.btn-edzienniki, button {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: buttontext;
	text-align: center;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #d8d8d8 100%);
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#d8d8d8 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d8d8d8',GradientType=0 );
	border: 1px solid #999999;
	padding: 3px 5px;
	border-radius: 0;
	margin: 2px 2px 2px 0;
	font-weight: bold;
}
[type=submit]:hover, [type=button]:hover, .btn.btn-edzienniki:hover, button:hover {
	background: #f3f6fb;
	background: -moz-linear-gradient(top,  #f3f6fb 0%, #dee4ed 100%);
	background: -webkit-linear-gradient(top,  #f3f6fb 0%,#dee4ed 100%);
	background: linear-gradient(to bottom,  #f3f6fb 0%,#dee4ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6fb', endColorstr='#dee4ed',GradientType=0 );
	border-color: #225d9f;
	color: #225d9f;
}

.btn.btn-edzienniki .glyphicon {
	margin-right: 5px;
}
[id*=".errors"], .error {
	color: #e40000;
}

.collapse {
	background: #fff;
	outline: 1px solid #DDD;
}
.checkAllColumn {
	text-align: center;
	padding-right: 20px !important;
}
th.checkAllColumn {
	padding-bottom: 5px !important;
}
.checkAllColumn label[for=checkAll] {
	vertical-align: middle;
	margin: 0;
	display: block;
}

::-webkit-input-placeholder { color: #777; opacity: 1; }
::-moz-placeholder { color: #777; opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { color: #777; opacity: 1; } /* ie */
input:-moz-placeholder { color: #777; opacity: 1; }