@media (max-width: 768px) {
.table-wrap {

    overflow: auto;

}
.hidden_for_desktop {
	display:none;
}
.hidden_for_desktop p{
	display:none;
}
.checkbox_td {
    display: none;
}

.label_td {
	width: 150px;
}
#da_table td{
	border: 1px solid #C3C3C3;
	height: 45px !important;
	}
	
#da_table {
	table-layout: fixed;
	width: 570px !important;
}
	
div.jcemediabox-tooltip, div.jcemediabox-tooltip-simple {
    left: 100px !important;
}
.color_td {
    width: 31px !important;
}
.color_td.selected {
    background-position: 7px 13px !important;

}
#jcemediabox-popup-container {
    width: 90vw;

}
#jcemediabox-popup-body {
    width: 90vw !important;
}
#jcemediabox-popup-page.android #jcemediabox-popup-content, #jcemediabox-popup-page.ios #jcemediabox-popup-content {

    
    width: 85vw !important;

}

.label_td, td.label_td {
  border-radius: 7px;
  background: rgb(124, 236, 180);
  box-shadow: 0 -3px rgb(69, 208, 138) inset;
  transition: 0.2s;
}

}

@media (max-width: 768px) and (orientation: portrait) {

.input_wrap {
	width: 85vw !important;
}
.border_div {
	width: 89vw !important;
}
#res_text {

    width: 95vw;;
	display: inline-block;
}
.result_button_td {
	text-align: left;
}
}

@media (max-width: 768px) and (orientation: landscape) {
#formTestWrap {
	width: 93vw;
}
.input_wrap {
	width: 95vw !important;
}
.border_div {
	width: 90vw !important;
}
#res_text {

    width: 93vw;;
	display: inline-block;
}
.result_button_td {
	text-align: center;
}
}

@media (min-width: 768px)  {
	.hidden_for_mobile {
	display:none;
}
.hidden_for_mobile p{
	display:none;
}
.result_button_td {
	text-align: center;
}
.label_td, td.label_td {
  background: #fff !important;
  box-shadow: none !important;
}
}

.analitic_test{font-family: Arial,sans-serif; font-size: 14px;}
.analitic_test h3{font-family: 'Century Gothic',Arial,sans-serif; font-size: 16px; color: #3F3F3F; text-align: left;}

.analitic_test th, .analitic_test td{vertical-align: middle; padding: 0;}

#da_table {
    width:800px;
	margin-right: auto;
	margin-left: auto;
    border: 1px solid #000;
}

#da_table td{
	border: 1px solid #C3C3C3;
	}

.color_td {
    width: 30px !important;
    height: 21px !important;
    cursor: pointer;
    padding:0px !important;
}

.color_td.selected {
    background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: 7px 2px;
}

.checkbox_td {
    width: 24px;
    text-align: center;
}

.label_td, td.label_td {
    padding-left: 10px;
}

.border_div_old {
    width: 608px !important;
    height: 66px !important;
    background-position:top left;
    padding-top: 15px;
    font-family: 'tahoma';
    font-size: 9pt;
    background-repeat:no-repeat;
    padding-left: 15px;
    padding-right:10px !important;
}

.square_div {
    width: 25px;
    height: 16px;
    float:left;
    background-repeat: no-repeat;
}


.clear{clear: both; line-height: 0;}

#formTestWrap{padding-top: 5px; position: relative;}
#formTestWrap .submitButton{padding-top: 10px; padding-bottom: 10px;}
#formTestWrap label{margin-left: 0px;}
#formTestWrap .formField{margin: 3px 10px 10px auto;}

#formTestWrap .t_overlay{width: 100%; top: 0; left: 0; height: 192px; display: none; position: absolute; background: url("../images/loading51.gif") no-repeat scroll center center #ccc; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);  -moz-opacity: 0.5;   -khtml-opacity: 0.5;  opacity: 0.5;}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}



.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 90%;
	position: relative;
	margin: 10% auto;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	height: 500px;
    overflow: auto;
}



.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 18px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 2px;
	width: 20px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close2 {
	background: #606061;
	color: #FFFFFF;
	line-height: 18px;
	position: static;
	display: block;
	text-align: center;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.close2:hover { background: #00d9ff; }

button {
    background: -moz-linear-gradient(#41c100, #41c100);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#41c100), to(#41c100));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41c100', endColorstr='#41c100');
    padding: 3px 7px;
    color: #fff;
	height:80px;
	font-size: 22px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: none;
   }
   
 img.jcetooltip {
	 z-index: 99999;
 }
 
 div.jcemediabox-tooltip p, div.jcemediabox-tooltip-simple p {
    font-size: 13px  !important;
}

div.jcemediabox-tooltip h4, div.jcemediabox-tooltip-simple h4 {
    font-size: 14px !important;
}

