/* fonts */

/* corbel */
@font-face {
	font-family: 'Corbel';
	src: url('fonts/corbel/Corbel.eot');
	src: local('☺'), url('fonts/corbel/Corbel.woff') format('woff'), url('fonts/corbel/Corbel.ttf') format('truetype'), url('fonts/corbel/Corbel.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* corbel bold */
@font-face {
	font-family: 'Corbel Bold';
	src: url('fonts/corbel/Corbel Bold.eot');
	src: local('☺'), url('fonts/corbel/Corbel Bold.woff') format('woff'), url('fonts/corbel/Corbel Bold.ttf') format('truetype'), url('fonts/corbel/Corbel Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* helen regular */
@font-face {
	font-family: 'Helen';
	src: url('fonts/helen-reg/Helen Bg.eot');
	src: local('☺'), url('fonts/helen-reg/Helen Bg.woff') format('woff'), url('fonts/helen-reg/Helen Bg.ttf') format('truetype'), url('fonts/helen-reg/Helen Bg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* helen bold */
@font-face {
	font-family: 'Helen Bold';
	src: url('fonts/helen-bld/Helen Bg Bold.eot');
	src: local('☺'), url('fonts/helen-bld/Helen Bg Bold.woff') format('woff'), url('fonts/helen-bld/Helen Bg Bold.ttf') format('truetype'), url('fonts/helen-bld/Helen Bg Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* helen cond bold */
@font-face {
	font-family: 'Helen Condensed Bold';
	src: url('fonts/helen-cond-bld/Helen Bg CondBold.eot');
	src: local('☺'), url('fonts/helen-cond-bld/Helen Bg CondBold.woff') format('woff'), url('fonts/helen-cond-bld/Helen Bg CondBold.ttf') format('truetype'), url('fonts/helen-cond-bld/Helen Bg CondBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* end of fonts */


html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family: 'Corbel',Helvetica, sans-serif;
	font-size: 12px;
	color:#363636;
	position: relative;
	min-height: 100%;
	background: url('../img/site-assets/bg-gradient-img.jpg') repeat-x top center #b0d1da; /* Old browsers */
	
	
}

.body-container {
	padding-bottom: 60px;
	z-index: 2;
	position: relative;
	/*min-height: 100%;*/
	min-height: 100%;
	font-family: 'Corbel',Helvetica, sans-serif;
}

.gradient-bg {
	
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3NTY3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzZkOTFhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGQxZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #375673 0%, #6d91ae 66%, #b0d1da 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#375673), color-stop(66%,#6d91ae), color-stop(100%,#b0d1da));
background: -webkit-linear-gradient(top, #375673 0%,#6d91ae 66%,#b0d1da 100%);
background: -o-linear-gradient(top, #375673 0%,#6d91ae 66%,#b0d1da 100%);
background: -ms-linear-gradient(top, #375673 0%,#6d91ae 66%,#b0d1da 100%);
background: linear-gradient(to bottom, #375673 0%,#6d91ae 66%,#b0d1da 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#375673', endColorstr='#b0d1da',GradientType=0 );
*/
	min-height: 100%;
	position:relative;
}

strong {
	font-weight: bold;
}

h3 {
	font-size: 22px;
	margin-bottom: 14px;
}


input[type="text"], input[type="password"], textarea {
	border: 1px solid #7d7d7d;
	border-radius: 4px;
	font-size: 16px;
	color: #414141;
	padding: 12px 5px;
	height: 15px;
	position: relative;
	z-index: 100000;
	zoom:1;
	behavior: url('/js/PIE.php');
}

textarea {
	width: 350px;
	height: 100px;
}


.clear {
	display: block; 
	clear: both; 
	height: 0; 
	overflow: hidden; 
}



.fl-left {
	float: left;
}

.fl-right {
	float: right;
}


.content {
	width: 930px;
	margin: 0 auto;
	padding: 0 25px;
}


.language-bar {
	background-color:rgb(7,26,44);
	color: #959595;
	height: 25px;
}

.language-bar .content {
	text-align: right;
	height: 21px;
	padding-top: 4px;
	line-height: 16px;
}

.language-bar .content img {
	vertical-align: middle;
	margin-left: 12px;
	margin-right: 2px;
}

.language-bar .content a {
	color: #959595;
	text-decoration: none;
}



.logo {
	margin: 15px 0;
}

.logo .login-buttons {
	float: right;
	margin-top: 35px;
}

.navigation {
	font-family: 'Helen Condensed Bold', Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
}

.navigation .content {
	padding: 0;
	width: 980px;
}


.navigation li {
	float: left;
}

.navigation li a  {
	padding: 9px 10px 7px;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	
	height: 19px;
	display: inline-block;
	
	behavior: url('/js/PIE.php');
}

.navigation li.active a {
	background: #ffffff !important; /* important е за да не се презаписва от :hover */
	color: #959595;
}

.navigation li a:hover {
	background: #5c9cfe;
}

.navigation li:first-child a {
	position: relative;
}

.navigation li .br-fixer {
	display: none;
	position: absolute;
	height: 20px;
	width: 20px;
	background: #ffffff;
	bottom: -20px;
	left: 0;
}

.navigation li.active a .br-fixer, .navigation li:first-child a:hover .br-fixer {
	display: inline-block;
}

.content-body {
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 35px;
	border-radius: 10px;
	behavior: url('/js/PIE.php');
	font-family: Arial, sans-serif;
	min-height: 402px;
}


.content .left-column {
	float: left;
	width: 460px;
}

.content .right-column {
	float: right;
	width: 445px;
}

.content img {
	max-width: 100%;
}


.content-body p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

.content-body p.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}


.content-body p .highlight {
	font-size: 16px;
	font-weight: bold;
}

.license-check {
	margin-bottom: 45px;
}


.news-item {
	margin-bottom: 25px;
}
.news-item .news-headline {
	margin-bottom: 10px;
}
.news-item .news-headline a {
	font-size: 14px;
	color: #29437d;
	font-weight: bold;
	text-decoration: none;
}

.news-item .news-date {
	color: #898989;
	margin-bottom: 15px;
	font-size: 12px;
}

.news-item .news-text {
	color: #363636;
	font-size: 14px;
	line-height: 20px;
}

.news-item .news-text a {
	font-size: 12px;
	color: #29437d;
	font-weight: bold;
	text-decoration: none;
}






.license-info {
	border: 2px solid #268d39;
	border-radius: 10px;
	padding: 15px;
	margin-top: 15px;
	behavior: url('/js/PIE.php');
}


.license-info p {
	margin-bottom: 0;
	line-height: 30px;
}


.license-info p .data {
	font-size: 16px;
	font-weight: bold;
}


.popup-inline {
	border: 2px solid #268d39;
	border-radius: 10px;
	/*padding: 40px;*/
	margin-top: 15px;
	behavior: url('/js/PIE.php');
	background: #ffffff;
	position: fixed;
	font-size: 16px;
	text-align: center;
	z-index: 101;
}

.popup-background {
	position: absolute;
	top: 0;
	height: 0;
	width:100%;
	height:100%;
	background: #000000;
	opacity: 0.5;
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	  /* IE 5-7 */
	  filter: alpha(opacity=50);
	z-index: 100;
}
.popup-header {
    float: right;
    width: 100%;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 24px;
}
.popup-header a {
	font-size: 120%;
	text-decoration:none
}
.popup-body {padding:40px}

.placeholder { color: #aaa; }
.skydiver-profile {
	min-height: 150px;
	margin-bottom: 30px;
}


.skydiver-profile .profile-photo {
	float: left;
}

.skydiver-profile h3, .skydiver-profile p {
	padding-left: 160px;
}

.footer {
	z-index: 2;
}

.footer .content{
	background: #ffffff;
	border-radius: 10px 10px 0 0;
	behavior: url('/js/PIE.php');
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -490px;
	height: 26px;
	padding-top: 13px;
	z-index: 2;
}

.footer .copyright {
	float: left;
	line-height: 20px;
}

.footer .social {
	float: right;
	text-align: right;
	min-width: 150px;
}

.footer .social a {
	text-decoration: none;
	color: #363636;
}
.footer .social a.fb {
	color: #29437d;
}
.footer .social img {
	vertical-align: middle;
}


.pagination {
	height: 30px;
}
.pagination li {
	float: left;
	
}
.pagination li a {
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #2f4d69;
	color: #2f4d69;
	text-decoration: none;
	background: #ffffff;
	margin-right: 3px;
}

.pagination li.active a {
	background: #cccccc !important;
	color: #ffffff !important;
}

.pagination li a:hover {
	color: #ffffff;
	background: #5c9cfe;
}


.pagination li:first-child a {
	border-radius: 5px 0 0 5px;
	behavior: url('/js/PIE.php');
}
.pagination li:last-child a {
	border-radius: 0 5px 5px 0;
	behavior: url('/js/PIE.php');
}

.endofpages .next {
	float: right;
}
.endofpages .prev {
	float: left;
}

.calendar-table {
	
}

.calendar-table th h3 {
	margin-bottom: 25px;
}

.calendar-table td {
	vertical-align: top;
	padding-bottom: 20px;
}


.calendar-table .calendar-date {
	width: 170px;
}

.calendar-table .calendar-date-day {
	float: left;	
	width: 55px;
	height: 33px;
	text-align: center;
	background: url('../img/site-assets/calendar-background.png') no-repeat center center transparent;
	font-size: 28px;
	font-weight: bold;
	padding-top: 22px;
}

.calendar-table .calendar-date-month {
	float: left;
	margin-left: 8px;
	font-size: 24px;
	padding-top: 2px;
}


.calendar-table a {
	font-size: 16px;
	color: #29437d;
	font-weight: bold;
	text-decoration: none;
}

#page-member #regnow {
	margin-bottom:30px;
	margin-top: 5px;
}


#page-contacts .checkbox {
	display: block;
}

#page-contacts p.title {
	margin-top: 25px;
}

#page-contacts p.telephone-number {
	padding-left: 35px;
	background: url('../img/site-assets/telephone-icon.png') no-repeat left top transparent;
	padding-top: 5px;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
}

#page-contacts p.telephone-tariff {
	color: #888888;
	font-size: 12px;
}
a.cancel-action {
	color: #2f4d69;
	font-size: 16px;
	text-decoration: none;
}

#login-window {
	background: #ffffff;
	border: 2px solid #268d39;
	border-radius: 10px 0 10px 10px;
	behavior: url('/js/PIE.php');
	padding: 25px;
	position: absolute;
	top: 0;
	left: 0;
	color: #959595;
}


#login-window input[type="text"],#login-window input[type="password"] {
	display: block;
	margin-bottom: 10px;
	width: 360px;
}

#register-window {
	background: #ffffff;
	border: 2px solid #268d39;
	border-radius: 10px 0 10px 10px;
	behavior: url('/js/PIE.php');
	padding: 25px;
	position: absolute;
	top: 0;
	left: 0;
	color: #959595;
}


#register-window .full-width {
	display: block;
	width: 360px;
}

#register-window label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	margin-bottom: 5px;
	padding-left: 3px;
	
}

#register-window input[type="text"],#register-window input[type="password"], #register-window textarea {
	margin-bottom: 10px;
}


.button-replacer {
	border-right: 2px solid #268d39;
	border-left: 2px solid #268d39;
	background: #ffffff;
	height: 15px;
	width: 10px;
	position: absolute; 
	right: -2px;
	top: -15px;
}







/* admin */
body.admin {
	background: #7a7a7b !important;
}

.admin .gradient-bg {
	background: transparent !important;
}

.admin .bgimg {
	display: none;
}


.admin .content {
	width: 1120px;
}

.admin .navigation .content, .admin .logo .content {
	width: 1170px;
}

.admin .footer .content  {
	margin-left: -585px;
	font-family: arial, sans-serif;
}

.admin .navigation li {
	float: right;
}


.admin .navigation li .br-fixer {
	display: none;
	position: absolute;
	height: 20px;
	width: 20px;
	background: #ffffff;
	bottom: -20px;
	right: 0;
	left: auto;
}


#page-contacts .skydiver-profile {
	
}

#page-contacts .skydiver-profile .profile-photo {
	float: left;
	
}

#page-contacts .skydiver-profile .skydiver-name {
	padding-left: 140px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#page-contacts .skydiver-profile .skydiver-name .subtitle {
	font-size: 16px;
	font-weight: normal;	
}

#page-contacts .skydiver-profile .skydiver-info {
	padding-left: 140px;
}

#page-contacts .skydiver-profile .skydiver-info .info-prop {
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 10px;
	min-height: 22px;
	line-height: 22px;
}

#page-contacts .skydiver-profile .skydiver-info .info-prop.phone {
	background: url('../img/site-assets/info-prop-phone.png') no-repeat left top transparent;
}

#page-contacts .skydiver-profile .skydiver-info .info-prop.mail {
	background: url('../img/site-assets/info-prop-mail.png') no-repeat left top transparent;	
}
#page-contacts .skydiver-profile .skydiver-info .info-prop.addr {
	background: url('../img/site-assets/info-prop-addr.png') no-repeat left top transparent;
}



#page-contacts .skydiver-profile.small {
	min-height: 0;
	margin-bottom: 15px;
}
#page-contacts .skydiver-profile.small * {
	margin-bottom: 0;
}
#page-contacts .skydiver-profile.small  .profile-photo {
	max-height: 48px;
	max-width: 48px;
	float: left;
}

#page-contacts .skydiver-profile.small  .skydiver-name { 
	float: left;
	padding: 5px 0 0 0;
	margin-left: 20px;
}

#page-contacts .skydiver-profile.small  .skydiver-info { 
	float: left;
	padding: 12px 0 0 0;
}


#page-contacts .skydiver-profile.small  .skydiver-info .info-prop {
	float: left;
	margin-left: 20px;
}

.admin-edit {
	display: inline-block;
	color: #2f4d69;
	font-size: 12px;
	text-decoration: none;
	background: url('../img/site-assets/admin-edit.png') no-repeat left top transparent;
	padding-left: 20px;
	min-height: 16px;
	line-height: 16px;
}

.admin-edit:hover {
	text-decoration: underline;
}


#page-contacts .license-info {
	padding: 0;
	border: none;
	margin-bottom: 10px;
}

.admin .left-column {
	width: 450px;
}

.admin .right-column {
	width: 650px;
}



#page-contacts .task-list-row {
	padding: 8px 140px 8px 13px;
	margin-bottom: 8px;;
	border-radius: 5px;
	behavior: url('/js/PIE.php');
	position: relative;

}

#page-contacts .task-list-row.new-task {
	background: #fef9df;
	border: 1px solid #feddb8;
}

#page-contacts .task-list-row.done-task {
	background: #e3fedf;
	border: 1px solid #88d392;
}


#page-contacts .task-list-row .sign {
	display: inline-block;
	color: #2f4d69;
	background: url('../img/site-assets/stamp.png') no-repeat left top transparent;
	font-size: 12px;
	padding-left: 20px;
	min-height: 16px;
	line-height: 16px;
	text-decoration: none;
	position: absolute;
	right: 13px;
	top: 10px;
}

#page-contacts .task-list-row .sign:hover {
	text-decoration: underline;
}


.license-check * {
	vertical-align: middle;
}
.admin-table {
	width: 100%;
	border-radius: 5px;
	
	margin-top: 20px;
	behavior: url('/js/PIE.php');
}

.admin-table td, .admin-table th {
	text-align: center;
	padding: 10px 3px;
	font-size: 16px;
	border: 1px solid #959595;
	vertical-align: middle;
	/*border-collapse: collapse;*/
}

.admin-table th {
	color: #ffffff;
	background: #89b2d5;
	font-weight: bold;
	border: 1px solid #50687c;
	vertical-align: middle;
}

.admin-table tr:nth-child(odd) td {
	background: #ffffff;
}

.admin-table tr:nth-child(even) td {
	background: #ebf1f6;
}

.admin-table a {
	color: #50687c;
	text-decoration: none;
}

.admin-table a:hover {
	text-decoration: underline;
}



.menu-controls {
	height: 45px;
	overflow: visible;
}


.menu-controls .nav a {
	padding: 9px 10px 7px;
	font-size: 18px;
	color: #2f4d69;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	behavior: url('/js/PIE.php');
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #ffffff;
	position: relative;
	margin-top:2px;
}




.menu-controls .nav a:hover .of-fixer, .menu-controls .nav li.active a .of-fixer {
	position: absolute;
	width: 100%;
	border-left: 2px solid #2f4d69;
	height: 15px;
	left: -2px;
	bottom: -10px;
	background: #ffffff;
}

.menu-controls .nav li.active a {
	background: #ffffff !important; /* important е за да не се презаписва от :hover */
	color: #2f4d69;
	border: 2px solid #2f4d69;
	border-radius: 10px 10px 0 0;
	behavior: url('/js/PIE.php');
}

.menu-controls .nav li a:hover, .menu-controls .nav li.active a {
	background: #ffffff;
	height: 35px;
	border-top: 2px solid #2f4d69;
	border-left: 2px solid #2f4d69;
	border-right: 2px solid #2f4d69;
	border-radius: 10px 10px 0 0;
	behavior: url('/js/PIE.php');
}

.menu-controls .nav a.closed {
	height: 24px !important;
	border-bottom: 2px solid #2f4d69;
	border-radius: 10px !important;
}
.menu-controls .nav a.closed .of-fixer {
	display: none;
}

.menu-controls .nav li:first-child a {
	position: relative;
}
.menu-controls .nav {
	float: left;
}
.menu-controls .search {
	float: right;
	font-size: 16px;
	color: #89898c;
}


.menu-controls .search *, .mass-mail-container * {
	*vertical-align: middle !important;
}

.birthday-container * {
	*vertical-align: top;
}

.admin-action-container {
	padding: 15px;
	border: 2px solid #2f4d69;
	border-radius: 10px;
	behavior: url('/js/PIE.php');
	margin-top: 10px;
}

.admin-action-container .controls-row {
	margin-bottom: 15px;
}


.admin-action-container input, .admin-action-container textarea {
	padding: 5px;
	font-size: 14px;
	margin: 0 5px;
} 


.admin a.custom-notes {
	display: inline-block;
	padding: 5px;
	float: right;
	background: #eeeeee;
	border: 1px solid #9b9b9b;
	border-radius: 5px;
	behavior: url('/js/PIE.php');
	color: #2f4d69;
	text-decoration: none;
}

.admin a.custom-notes:hover {
	text-decoration: underline;
}


.login-buttons .user-data {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	float: left;
}

.login-buttons .user-data .subtitle {
	font-size: 14px;
}





.customSelect {
/* Styles For Your Select Box */
	position: relative;
	border: 1px solid #7d7d7d;
	border-radius: 4px;
	font-size: 16px;
	color: #414141;
	padding: 12px 5px;
	height: 15px;
	background: url('../img/site-assets/status-arrow-down-grey.png') no-repeat right center;
	min-width: 80px;
}

.hasCustomSelect {
	z-index: 105;
}

.customSelect.changed {
/* You can use this if you want a different style after user has made a selection */
}

.customSelectFocus {
/* You can use this if you want a different style after user has made a selection */
}

.customSelectOpen {
/* You can use this if you want a different style after user has made a selection */
}

/* We can style the inner box, too */
.customSelectInner {
	
}




/*.alert {
	padding: 8px 13px;
	margin-bottom: 20px;;
	border-radius: 5px;
	behavior: url('/js/PIE.php');
}

.alert.alert-warning {
	background: #fef9df;
	border: 1px solid #feddb8;
}

.alert.done-task {
	background: #e3fedf;
	border: 1px solid #88d392;
}

.alert button {
	float: right;
	display: inline-block;
}

.alert a {
	line-height: 22px;
}*/


.alert {
    padding:8px 35px 8px 14px;
    margin-bottom:20px;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
    background-color:#fcf8e3;
    border:1px solid #fbeed5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.alert,.alert h4 {color:#c09853}
.alert h4 {margin:0}
.alert .close {
    position:relative;
    /*top:-2px;*/
    /*right:-21px;*/
    line-height:20px
}
.alert-success {
    color:#468847;
    background-color:#dff0d8;
    border-color:#d6e9c6
}
.alert-success h4 {color:#468847}
.alert-danger,.alert-error{
    color:#b94a48;
    background-color:#f2dede;
    border-color:#eed3d7
}
.alert-danger h4,.alert-error h4 {color:#b94a48}
.alert-info {
    color:#3a87ad;
    background-color:#d9edf7;
    border-color:#bce8f1
}
.alert-info h4{color:#3a87ad}
.alert-block {
    padding-top:14px;
    padding-bottom:14px
}
.alert-block>p,.alert-block>ul{margin-bottom:0}
.alert-block p+p{margin-top:5px}



.popup-card {
	z-index: 1000000;
	position: absolute;
}


a.button-link, input.button-link {
	padding: 8px 23px !important;
	background: #39b54a;
	border: 2px solid #39b54a !important;
	text-decoration: none;
	font-size: 18px !important;
	color: #ffffff;
	border-radius: 10px !important;
	display: inline-block;
	cursor: pointer;
	font-family: 'Corbel', Arial, sans-serif;
	letter-spacing: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 41px;
	vertical-align: middle;
	line-height: 20px;
	white-space: nowrap;
	
	*vertical-align: middle !important;
	width: auto;
}

a.button-link {
	*height: 21px;
}


a.button-link:hover, input.button-link:hover {
	background: #268d39 !important;
	border: 2px solid #268d39 !important;
}


a.button-link.blue, input.button-link.blue {
	color: #ffffff !important;
	background: #2f4d69 !important;
	border: 2px solid #2f4d69 !important;
}
a.button-link.blue:hover, input.button-link.blue:hover {
	background: #5c9cfe !important;
	border: 2px solid #5c9cfe !important;

}

a.button-link.grey, input.button-link.grey {
	color: #ffffff !important;
	background: #959595 !important;
	border: 2px solid #959595 !important;
}
a.button-link.grey:hover, input.button-link.grey:hover {
	background: #959595 !important;
	border: 2px solid #959595 !important;

}

body .login-buttons .active-popup-button {
	border: 2px solid #268d39 !important;
	background: #ffffff !important;
	color: #268d39 !important;	
}


dt { 
	border: 2px solid #268d39;
	
	padding: 15px 5px;
	margin-top: 10px;
	width: 600px;
	
	border-radius: 10px;
	
	font-size: 14px;
	font-weight: bold;
}

dd {
	border: 2px solid #268d39;
	padding: 0 15px;
	width: 580px;
	border-radius: 10px;
}

dt.active {
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}

dd.active {
	border-top: none;
	border-radius: 0 0 10px 10px;
}


/* ff се държи странно с позицията на текста в/у инпут бутон .. */
@-moz-document url-prefix() {
    input.button-link {
		padding: 5px 23px 10px !important;
	}

}

.user-data a {
	color: white;
	text-decoration: none;
}

.input-mini {width: 36px}
.input-small {width: 100px}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.input-append input, .input-prepend input {
	margin:0;
	height:18px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #7D7D7D;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

.admin-table th, .admin-table td {
	font-size: 110%;
}

.logs-diff, .logs-diff td {
	border: none;
}

.admin-table.logs td {
	text-align:left;
	font-size: 100%;
}