/**
 * 
 * Стили модуля
 * 
 */

textarea {
    resize: none;
}

.tcode{
	width: 100%;
	min-height: 180px !important;
}

.tcontent{
	width: 100%;
	min-height: 300px !important;
}

/** Вывод информации в стилизованных блоках **/
.aft_info{
	border-left: 4px solid #3C7388;
	background: none repeat scroll 0% 0% #FFF;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: 10px 12px;
	margin: 5px;
	position: relative;
}

.aft_attention:hover,
.aft_info:hover{
	border-left: 4px solid #18C5F9;
}

.aft_data_info{
	background-color:#FFDB70; 
	padding:2px 5px;
}

.aft_data_info:hover{
	background-color:#FFDBA0;
}

.aft_mark_text{
	padding: 2px 3px;
	border: 1px dotted #555;
	background: #F7F1C8;
}
.aft_mark_text:hover{
	background: #F7F1CF;
}

.aft_data_container{
	line-height: 1.5;
	padding: 5px;
	margin: 2px auto;
	position:  relative;
	display: block;
	background-color: #FFD65C;
}

.aft_data_container:hover{
	background-color: #FFD65F;
}
/** Выпадающее окно плагина magnific-popup **/
div.white_popup{
	position: relative;
	background: #FFF;
	padding: 40px 10px 10px 10px;
	width: auto;
	max-width: 60%;
	margin: 20px auto;
}

/** magnific popup анимация загрузки **/

/* Content loading is in progress */
.mfp-s-loading {
	content: "";
}

/* Content successfully loaded */
.mfp-s-ready { }

/* Error during loading  */
.mfp-s-error { }

tr, td{
	vertical-align: top;
}


/* test info block */
#test-info{
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 35px;
	max-height: 500px;
	overflow-y: auto;
	position: relative;
}

/* test info block */
.data-info{
	border: 1px dashed #00A0D2;
	padding: 5px 20px;
}

/* кнопка закрытия тестового вывода */
.close-button{
	font-family: monospace !important;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	right: 15px;
	top: 5px;
	display: block;
	cursor: default;
}

.close-button:hover{
	color: #2237FF;
}

.close-button:active{
	color: #2259FF;
}

.bordered{
	padding: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.7);
    margin-top: 5px;
    background-color: #fff;
}

.ui-accordion .ui-accordion-header{
	padding: .2em .2em .2em 2.2em;
	color: #3C7388 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	border: 1px solid #03AEFF;
    background: inherit;
    font-weight: bold;
}

/* end of file */