/* цвет текста */

.cl_f {
	color: #fff !important;
}

.cl_b {
	color: #000 !important;
}

.cl_1 {
	color: #ffbd4a !important;
}

.cl_2 {
	color: #f05050 !important;
}

.cl_3 {
	color: #7183a9 !important;
}

.cl_4 {
	color: #81c868 !important;
}

.cl_5 {
	color: #1a0dab !important;
}

.cl_6 {
    color: #a0a0a0!important;
}

.cl_7 {
    color: #505458!important;
}
.cl_8 {
    color: #5d9cec!important;
}
.cl_9 {
    color: #34d3eb!important;
}
.cl_10 {
    color: #4c5667!important;
}
.cl_11 {
    color: #fb6d9d!important;
}
.cl_12 {
    color: #526896!important;
}







/* цвет фона */

.bg_f {
	background: #fff!important;
}


.bg_1 {
	background: #526896!important;
}

.bg_2 {
	background: #81c868 !important;
}

.bg_3 {
	background: #ffbd4a !important;
}

.bg_4 {
	background: #f05050 !important;
}

.bg_5 {
	background: #a467c3 !important;
}

.bg_6 {
	background: #5d9cec !important;
}

.bg_7 {
	background: #34d3eb !important;
}

.bg_8 {
	background: #4c5667 !important;
}

.bg_9 {
	background: #fb6d9d !important;
}






/* Размер текста */

.p1 {
    font-size: 12px;	
}

.p2 {
    font-size: 16px;	
}

.p3 {
    font-size: 18px;	
}

.p4 {
    font-size: 20px;	
}
.p5 {
    font-size: 12px;	
}

.p6 {
    font-size: 10px;	
}



/* статус */

.status_error {
	display: inline-block;
	background: rgba(255, 0, 0, 0.3);
	color: #000;
    min-width: 110px;
	text-align: center;
    border-radius: 20px;
    border: 1px solid #f00;
}

.status_ok {
	display: inline-block;
	background: #81c868;
	color: #fff;
    min-width: 110px;
	text-align: center;
    border-radius: 20px;
    border: 1px solid #518c3c;
}

.status_mod {
	display: inline-block;
	background: rgba(114, 102, 186, 0.8);
	color: #fff;
    min-width: 110px;
	text-align: center;
    border-radius: 20px;
    border: 1px solid #7266ba;
	font-size: 14px;
}

.status_1 {
	display: inline-block;
	background: #526896b8;
	color: #fff;
    min-width: 110px;
	text-align: center;
    border-radius: 20px;
    border: 1px solid #526896;
}

.status_2 {
	display: inline-block;
	background: #ffbd4a;
	color: #fff;
    min-width: 110px;
	text-align: center;
    border-radius: 20px;
    border: 1px solid #ffbd4a;
}

/* кнопки */

.knop_1 {
	display: inline-block;
    padding: 5px 15px;
    background: #81c868;
	color: #fff;
    border-radius: 20px;
    cursor: pointer;
	min-width: 130px;
    text-align: center;
}

.knop_1:hover {
    background: rgb(87, 150, 65);
    transition: .2s;
}

.knop_2 {
	display: inline-block;
    padding: 5px 15px;
    background: #ffbd4a;
	color: #fff;
    border-radius: 20px;
    cursor: pointer;
	min-width: 130px;
    text-align: center;
}

.knop_2:hover {
    background: rgb(214, 148, 34);
    transition: .2s;
}

.knop_3 {
	display: inline-block;
    padding: 5px 15px;
    background: #526896;
	color: #fff;
    border-radius: 20px;
    cursor: pointer;
	min-width: 130px;
    text-align: center;
}

.knop_3:hover {
    background: rgb(53, 71, 109);
    transition: .2s;
}

.knop_4 {
	display: inline-block;
    padding: 5px 15px;
    background: #f05050;
	color: #fff;
    border-radius: 20px;
    cursor: pointer;
	min-width: 130px;
    text-align: center;
}

.knop_4:hover {
    background: rgb(183, 42, 42);
    transition: .2s;
}

.knop_5 {
	display: inline-block;
    padding: 5px 15px;
    background: #a467c3;
	color: #fff;
    border-radius: 20px;
    cursor: pointer;
	min-width: 130px;
    text-align: center;
}

.knop_5:hover {
    background: #742e98;
    transition: .2s;
}

.knop_krug {
	border-radius: 50%;
    padding: 10px;
    min-width: initial;
    font-size: 26px;
    line-height: 15px;
}

/* табы для графиков */

.tab_graph.tab_content_kvi {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}


.tab_graph.tab_k_pred_a,
.tab_graph.tab_content_kvi_active {
    position: relative;
}


.tab_graph.tab_content_kvi_active.-tab_graph_none- {
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0;
}

/* Поля */

.-textarea-control- {
	min-height: 90px;
	width: 100%;
	max-width: 100%;
	background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #000;
    padding: 7px 12px;
}

/* круги */




.krug {
    border-radius: 30px;
    color: #fff;
    padding: 2px 8px;
}


.krug_fm_k {
    border-radius: 5px;
    color: #fff;
	width: 25px;
    height: 25px;
    display: block;
}



/* box */

.box_content {
    max-width: 1024px !important;
	    margin: auto;
}





/* input */


.checkbox_kv {
width: 28px;
    height: 28px;
    top: 3px;
    left: 3px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    box-shadow: none;
    transition: border-color .2s ease;
    margin: 0;
	    position: relative;
}


.checkbox_kv input {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    cursor: pointer;
	    margin: 0;
}


.checkbox_kv input:checked + .checkbox_kv_div {
width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;

}
.checkbox_kv .checkbox_kv_div {
    background: #526896;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 30px;
    transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -ms-transition: 200ms;
}

