
em.qtip:focus{
	color:white;
	background: #4cae4c;
}
em.qtip:hover{
	color:white;
	background: #4cae4c;
}
.popover-content{
	border: 2px solid #55BC74;
	background-color: whitesmoke;
	
}

.checker{
  cursor: pointer;
  position: relative;
  margin: 0px 0px 15px 0px;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);

}
.checker:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34,50,84,0.03);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.checker  {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #55bc75;
  stroke-width: 1.5;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checker svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.checker svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
/*.check:hover:before {
  opacity: 1;
} */
.checker:hover svg {
  stroke: #55BC74;;
}
.cbx:checked + .checker svg {
  stroke: #55BC74;;
}
.cbx:checked + .checker svg path {
  stroke-dashoffset: 60;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cbx:checked + .checker svg polyline {
  stroke-dashoffset: 42;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.format
{
	display: inline-block;

	height: 65px;
	width: 65px;
	margin: 3px;
	background-size: contain;
	text-align: center;
	vertical-align: 15px;
	font-size: 1.1em;
	top		: 50%;
	cursor: pointer;
	background-image: url(https://www.centrmag.ru/images/format_vertical.png);
}

.format_
{
	display: inline-block;

	height: 65px;
	width: 65px;
	margin: 3px;
	background-size: contain;
	text-align: center;
	vertical-align: 15px;
	font-size: 1.1em;
	top		: 50%;
	cursor: pointer;
	background-image: url(https://www.centrmag.ru/images/format_horizontal.png);
}


.f_sel, .format:hover, .format_:hover
{
	-webkit-box-shadow: 0px 2px 0px 0px rgreen;
	box-shadow:         0px 2px 0px 0px green;
}


/*
area
{
	border: 1px red solid;
	background-color: RGB(249, 201, 16);
	/*rgba(19, 232, 100, 0.7)
}

poligon:hover
{
fill: rgba(19, 232, 100, 0.7);
}

polygon
{
	cursor: pointer;
}
                             */
.podskazka
{
	display: none;
	position: absolute;
    width: 200px;
    height: 100px;
	background-color: rgba(77, 77, 77, 0.7);
	font-size: 20px;
	color: #fff;
	padding: 0;
}

.podskazka>p
{
	margin: 3px;
	padding: 1px;
	color: #FFFFFF;
	font-size: 10px;
}

.podskazka>h2
{
	margin-bottom: 1px!important;
	color: #FFFFFF;
	font-size: 1em;
}

#ddd, #dd2  {
    /* ..... */
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

map {position: absolute;}
#iii, #ii2 {display: inline-block; width:-webkit-fill-available;}





.portret_modal polyline, .portret_modal polygon, .portret_modal line{
	 opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.3s ease;
    fill: rgba(19, 232, 100, 0.7);
    cursor: pointer;
	
	
}

.portret_modal {
	 position: absolute;
  float: left;
  left: 0px;
  top: 0px;
	
}









.open_modal
{color: #55bc75!important;
    font-weight: normal;
 text-decoration: none;
 border-bottom: 2px #55bc75 dashed;

    }


.modal_div {
	width: 400px;
	height: 300px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: absolute; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 500000000000; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 0;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_form, .modal_close {
	width: 21px;
	height: 21px;
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Пoдлoжкa */
#overlay {
	z-index:30000000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%;
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}


#rotate:hover
{
	-webkit-box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.75);
	        box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.75);
}





.ramka11
{

    border: 70px solid rgb(64, 196, 200);
    border-image-source: url("https://www.mitino-print.ru/image/199n-oac-036.png");
    border-image-slice: 40;
    border-image-repeat: round;
    -webkit-border-image: url("https://www.mitino-print.ru/image/199n-oac-036.png") 40 fill round;
    background-image: url("https://mitino-print.ru/mitino-framework/img/site-images/images/ramka/utro.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;


}


/*  Загрузка файлов */
#add_file, #add_file_graf {  text-align: right; border: 1px solid #dddddd; margin-top: 10px; padding: 0; width: 100%;}
#upl_button, #clear_button, #upl_button_graf, #clear_button_graf {cursor: pointer; border: 1px solid gray;   padding: 10px; border-radius: 4px; display: inline;}

#upl_status, #upl_status_graf {color: red; margin: 10px;}
#file_graf {color: black;}
/*  Конец Загрузка файлов */

#main-image
{
}

#borderspan
{
	border: 50px #C0C0C0 solid;
    border-image-source: url("https://www.mitino-print.ru/image/588-m54-797.png");
    border-image-slice: 40;
    border-image-repeat: round;


}