/*
CS BSO
xxfiles@gmail.com
*/

/* Иконки Awesome приводим к единому размеру
-------------------------------------------------------- */
i.fa[class*="fa-"] {
    width: 1em;
    height: 1em;
    text-align: center;
}

.bso_field_disabled input {
	background: transparent;
    border: none;
    box-shadow: none;
	vertical-align: sub;
}
.bso_field_disabled label {
	color: grey;
}
.bso_date_update_box {
	float: right;
	color: grey;
	font-size: small;
}
.bso_admin_msg_box {
	border-left: 4px solid #dc3232;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    background: white;
    padding: 10px;
    padding: 10px;
    margin: 20px;
    font-size: medium;
}
.bso_admin_field_group_box {
	border: 1px solid #ddd; 
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07); 
	padding: 10px; 
	margin-right: 4px; 
	margin-left: 63px; 
	margin-top: -20px; 
	background: white;
}
.bso_admin_field_group_box:hover {
	border-color: #5b9dd9;
    box-shadow: 0 0 2px rgba(30,140,190,.8);
}
.bso_checkboxes_line_label_daylist {
	display: inline-block;
    width: 30px;
	margin-right: 2px;
}
.bso_checkboxes_line_label_monthlist {
	display: inline-block;
    width: 30px;
	margin-right: 2px;
}
.bso_checkboxes_line_input_daylist {
	float: left;
}
.bso_checkboxes_line_input_monthlist {
	float: left;
}
.bso_admin_radio_btn_row {
	margin-top: 1px;
	margin-bottom: 1px;	
}
.bso_admin_field_group_box_repite_everyday {
	height: 100px;
}
.bso_admin_field_group_box_repite_everymonth {
	height: 135px;
}
.event_repite_day_list {
	display: none; 
	float: right; 
	margin-top: 10px; 
	margin-right: 5px;
}
.event_repite_month_list_6_12 {
	float: right;
}


.bso_notfound {
    text-align: center;
    padding: 10px;
    font-size: medium;
    font-weight: normal;
    color: #000000;
    border-left: 4px solid orange;
    background-color: rgba(199, 198, 195, 0.14);
	margin-bottom: 20px;
	border-radius: 4px;
}

.bso_error {
    text-align: center;
    padding: 10px;
    font-size: medium;
    font-weight: normal;
    color: #000000;
    border-left: 4px solid red !important;
    background-color: rgba(199, 198, 195, 0.14);
	border-radius: 0px;
	border: none;
	margin-bottom: 20px;
	border-radius: 4px;
}

.bso_warning {
    text-align: center;
    padding: 10px;
    font-size: medium;
    font-weight: normal;
    color: #000000;
    border-left: 4px solid orange;
    background-color: rgba(199, 198, 195, 0.14);
	margin-bottom: 20px;
	border-radius: 4px;
}

.bso_thanks {
    text-align: center;
    padding: 10px;
    font-size: medium;
    font-weight: normal;
    color: #000000;
    border-left: 4px solid green;
    background-color: rgba(199, 198, 195, 0.14);
	margin-bottom: 20px;
	border-radius: 4px;
}

.bso_confirm_msg {
	display: inline-block;
	padding-left: 40px;
    padding-right: 40px;
}
.bso_report_title {
	padding-left: 10px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}

.bso_confirm_contentbox {
	margin-top: 20px;
}

.bso_pdf_preview_button {
	float: right;
}