html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, font, img, ins, strong, sub, sup, var, b, u, i, dl, dt, dd, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
   font-size: 100%;
    margin: 0;
    padding: 0;
	font-family: 'Roboto', sans-serif;
	
}

body {
	line-height: 1.4em;
	background-color:#FFFFFF;
	background-repeat: repeat;
	color: #333333;
	background-color:#EFEFEF;
	color:#333;
}
a:link, a:hover, a:active, a:visited, .link  {
	color:#1140A1;
	font-size:0.95em;
	text-decoration: none;
	font-style: normal;
	visibility: inherit;
	font-weight: 400;
	
	}
	
a:hover, .link:hover {
	text-decoration: underline;
} 
.underline{
	text-decoration: underline !important;
}
ul{margin-left:30px;}

li{line-height:1.8em;}
.pointer {
	cursor: pointer;
}
.link {
	cursor: pointer;
}
.konteiner{
	max-width:1500px;
	padding:0 2%;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	background-color: none;
	}

.header{
    background-color:#fff; 
	clear:both; 
	border-bottom:solid 1px #fff;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(226, 226, 226, 0.5); 
	box-shadow: 1px 1px 1px 1px rgba(226, 226, 226, 0.5); 
	padding-top:5px;
	padding-bottom:5px;}

.bg{
	width:100%;
	padding:30px 0px 30px 0px;
	clear:both;}

img{border:none;}
b {font-weight:500;}
strong {font-weight:700;}

h2 {
    position: relative;
    color: #333;
    font-size: 1.6em;
    font-weight: 400;
    margin: 30px 0px 10px 0px;
}

.logo{float:left; margin-top: 13px;}
.name{font-size:20px;float:left;color:#D2063A; margin:35px 0px 0px 20px; font-weight:400;}
.button-left{float:left;}
.content{float:left; width:100%;}

.btn-row{
   
}

.button-login, .button-regist, .button-kysitlus, .button-minu, .button-admin, .button-login:hover, .button-regist:hover, .button-kysitlus:hover, .button-minu:hover, .button-admin:hover{
	background:#D74E2C !important;
	background:#D74E2C  -moz-linear-gradient(top, #D74E2C 0%, #BD4526 100%) !important;
	background:#D74E2C  linear-gradient(top, #D74E2C 0%, #BD4526 100%) !important;
	background:#D74E2C  -o-linear-gradient(top, #D74E2C 0%, #BD4526 100%) !important;
	background:#D74E2C  -moz-linear-gradient(top, #D74E2C 0%, #BD4526 100%) !important;
	background:#D74E2C  -webkit-linear-gradient(top, #D74E2C 0%, #BD4526 100%) !important;
	background:#D74E2C  -ms-linear-gradient(top, #D74E2C 0%, #BD4526 100%) !important;
	background:#D74E2C  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #D74E2C),
		color-stop(1, #BD4526)
	)!important ;
	box-shadow: inset 0 1px 1px #E27154 !important;
	-o-box-shadow: inset 0 1px 1px #E27154 !important;
	-webkit-box-shadow: inset 0 1px 1px #E27154 !important;
	-moz-box-shadow: inset 0 1px 1px #E27154 !important;
	color: #fff !important;
	text-shadow: 0 1px #88311C !important;
	padding: 19px 0px 19px 0px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	cursor: pointer !important;
	margin-bottom:16px !important;
	width:264px !important;
	font-size: 25px !important;
	border:0 !important;
	font-weight:500 !important;
	}
	
.button-login:hover{
    background:#DA5F41 !important;
	background:#DA5F41  -moz-linear-gradient(top, #DA5F41 0%, #C4583C 100%) !important;
	background:#DA5F41  linear-gradient(top, #DA5F41 0%, #C4583C 100%) !important;
	background:#DA5F41  -o-linear-gradient(top, #DA5F41 0%, #C4583C 100%) !important;
	background:#DA5F41  -moz-linear-gradient(top, #DA5F41 0%, #C4583C 100%)!important;
	background:#DA5F41  -webkit-linear-gradient(top, #DA5F41 0%, #C4583C 100%)!important;
	background:#DA5F41  -ms-linear-gradient(top, #DA5F41 0%, #C4583C 100%)!important;
	background:#DA5F41  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #DA5F41),
		color-stop(1, #C4583C)
	)!important; }

.button-regist{
    background:#D7176D !important;
	background:#D7176D  -moz-linear-gradient(top, #D7176D 0%, #BC145F 100%)!important;
	background:#D7176D  linear-gradient(top, #D7176D 0%, #BC145F 100%)!important;
	background:#D7176D  -o-linear-gradient(top, #D7176D 0%, #BC145F 100%)!important;
	background:#D7176D  -moz-linear-gradient(top, #D7176D 0%, #BC145F 100%)!important;
	background:#D7176D  -webkit-linear-gradient(top, #D7176D 0%, #BC145F 100%)!important;
	background:#D7176D  -ms-linear-gradient(top, #D7176D 0%, #BC145F 100%)!important;
	background:#D7176D  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #D7176D),
		color-stop(1, #BC145F)
	)!important;
	box-shadow: inset 0 1px 1px #E2438A!important;
	-o-box-shadow: inset 0 1px 1px #E2438A!important;
	-webkit-box-shadow: inset 0 1px 1px #E2438A!important;
	-moz-box-shadow: inset 0 1px 1px #E2438A!important;
	text-shadow: 0 1px #94104B!important;   }
	
 .button-regist:hover{
    background:#DA2E7B!important;
	background:#DA2E7B  -moz-linear-gradient(top, #DA2E7B 0%, #C32C6F 100%)!important;
	background:#DA2E7B  linear-gradient(top, #DA2E7B 0%, #C32C6F 100%)!important;
	background:#DA2E7B  -o-linear-gradient(top, #DA2E7B 0%, #C32C6F 100%)!important;
	background:#DA2E7B  -moz-linear-gradient(top, #DA2E7B 0%, #C32C6F 100%)!important;
	background:#DA2E7B  -webkit-linear-gradient(top, #DA2E7B 0%, #C32C6F 100%)!important;
	background:#DA2E7B  -ms-linear-gradient(top, #DA2E7B 0%, #C32C6F 100%)!important;
	background:#DA2E7B  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #DA2E7B),
		color-stop(1, #C32C6F)
	)!important;
	box-shadow: inset 0 1px 1px #E2438A!important;
	-o-box-shadow: inset 0 1px 1px #E2438A!important;
	-webkit-box-shadow: inset 0 1px 1px #E2438A!important;
	-moz-box-shadow: inset 0 1px 1px #E2438A!important;
	text-shadow: 0 1px #94104B!important; }  
 
 .button-kysitlus{ 
     background:#005A99!important;
	background:#005A99  -moz-linear-gradient(top, #005A99 0%, #004F86 100%)!important;
	background:#005A99  linear-gradient(top, #005A99 0%, #004F86 100%)!important;
	background:#005A99  -o-linear-gradient(top, #005A99 0%, #004F86 100%)!important;
	background:#005A99  -moz-linear-gradient(top, #005A99 0%, #004F86 100%)!important;
	background:#005A99  -webkit-linear-gradient(top, #005A99 0%, #004F86 100%)!important;
	background:#005A99  -ms-linear-gradient(top, #005A99 0%, #004F86 100%)!important;
	background:#005A99  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #005A99),
		color-stop(1, #004F86)
	)!important;
	box-shadow: inset 0 1px 1px #307BAE!important;
	-o-box-shadow: inset 0 1px 1px #307BAE!important;
	-webkit-box-shadow: inset 0 1px 1px #307BAE!important;
	-moz-box-shadow: inset 0 1px 1px #307BAE!important;
	text-shadow: 0 1px #003355!important;   }
	
 .button-kysitlus:hover{
     background:#1A6AA2;
	background:#1A6AA2  -moz-linear-gradient(top, #1A6AA2 0%, #1A6192 100%)!important;
	background:#1A6AA2  linear-gradient(top, #1A6AA2 0%, #1A6192 100%)!important;
	background:#1A6AA2  -o-linear-gradient(top, #1A6AA2 0%, #1A6192 100%)!important;
	background:#1A6AA2  -moz-linear-gradient(top, #1A6AA2 0%, #1A6192 100%)!important;
	background:#1A6AA2  -webkit-linear-gradient(top, #1A6AA2 0%, #1A6192 100%)!important;
	background:#1A6AA2  -ms-linear-gradient(top, #1A6AA2 0%, #1A6192 100%)!important;
	background:#1A6AA2  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #1A6AA2),
		color-stop(1, #1A6192)
	)!important;
	box-shadow: inset 0 1px 1px #307BAE!important;
	-o-box-shadow: inset 0 1px 1px #307BAE!important;
	-webkit-box-shadow: inset 0 1px 1px #307BAE!important;
	-moz-box-shadow: inset 0 1px 1px #307BAE!important;
	text-shadow: 0 1px #004D82!important; }  
 
.button-minu{
    background:#52B04A !important;
	background:#52B04A  -moz-linear-gradient(top, #52B04A 0%, #428E3C 100%)!important;
	background:#52B04A  linear-gradient(top, #52B04A 0%, #428E3C 100%)!important;
	background:#52B04A  -o-linear-gradient(top, #52B04A 0%, #428E3C 100%)!important;
	background:#52B04A  -moz-linear-gradient(top, #52B04A 0%, #428E3C 100%)!important;
	background:#52B04A  -webkit-linear-gradient(top, #52B04A 0%, #428E3C 100%)!important;
	background:#52B04A  -ms-linear-gradient(top, #52B04A 0%, #428E3C 100%)!important;
	background:#52B04A  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #52B04A),
		color-stop(1, #428E3C)
	)!important;
	box-shadow: inset 0 1px 1px #B0DCAD!important;
	-o-box-shadow: inset 0 1px 1px #B0DCAD!important;
	-webkit-box-shadow: inset 0 1px 1px #B0DCAD!important;
	-moz-box-shadow: inset 0 1px 1px #B0DCAD!important;
	text-shadow: 0 1px #2E6129!important;   }
	
 .button-minu:hover{
    background:#6EBC67!important;
	background:#6EBC67  -moz-linear-gradient(top, #6EBC67 0%, #60A15B 100%)!important;
	background:#6EBC67  linear-gradient(top, #6EBC67 0%, #60A15B 100%)!important;
	background:#6EBC67  -o-linear-gradient(top, #6EBC67 0%, #60A15B 100%)!important;
	background:#6EBC67  -moz-linear-gradient(top, #6EBC67 0%, #60A15B 100%)!important;
	background:#6EBC67  -webkit-linear-gradient(top, #6EBC67 0%, #60A15B 100%)!important;
	background:#6EBC67  -ms-linear-gradient(top, #6EBC67 0%, #60A15B 100%)!important;
	background:#6EBC67  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #6EBC67),
		color-stop(1, #60A15B)
	)!important;
	box-shadow: inset 0 1px 1px #B0DCAD!important;
	-o-box-shadow: inset 0 1px 1px #B0DCAD!important;
	-webkit-box-shadow: inset 0 1px 1px #B0DCAD!important;
	-moz-box-shadow: inset 0 1px 1px #B0DCAD!important;
	text-shadow: 0 1px #2E6129!important; }
 
 .button-admin{
    background:#A74B84 !important;
	background:#A74B84  -moz-linear-gradient(top, #A74B84 0%, #803965 100%)!important;
	background:#A74B84  linear-gradient(top, #A74B84 0%, #803965 100%)!important;
	background:#A74B84  -o-linear-gradient(top, #A74B84 0%, #803965 100%)!important;
	background:#A74B84  -moz-linear-gradient(top, #A74B84 0%, #803965 100%)!important;
	background:#A74B84  -webkit-linear-gradient(top, #A74B84 0%, #803965 100%)!important;
	background:#A74B84  -ms-linear-gradient(top, #A74B84 0%, #803965 100%)!important;
	background:#A74B84  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #A74B84),
		color-stop(1, #803965)
	)!important;
	box-shadow: inset 0 1px 1px #B56D9A!important;
	-o-box-shadow: inset 0 1px 1px #B56D9A!important;
	-webkit-box-shadow: inset 0 1px 1px #B56D9A!important;
	-moz-box-shadow: inset 0 1px 1px #B56D9A!important;
	text-shadow: 0 1px #6C3758!important;   }
   
 .button-admin:hover{
    background:#AC588C!important;
	background:#AC588C  -moz-linear-gradient(top, #AC588C 0%, #8A4771 100%)!important;
	background:#AC588C  linear-gradient(top, #AC588C 0%, #8A4771 100%)!important;
	background:#AC588C  -o-linear-gradient(top, #AC588C 0%, #8A4771 100%)!important;
	background:#AC588C  -moz-linear-gradient(top, #AC588C 0%, #8A4771 100%)!important;
	background:#AC588C  -webkit-linear-gradient(top, #AC588C 0%, #8A4771 100%)!important;
	background:#AC588C  -ms-linear-gradient(top, #AC588C 0%, #8A4771 100%)!important;
	background:#AC588C  -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #AC588C),
		color-stop(1, #8A4771)
	)!important;
	box-shadow: inset 0 1px 1px #B56D9A!important;
	-o-box-shadow: inset 0 1px 1px #B56D9A!important;
	-webkit-box-shadow: inset 0 1px 1px #B56D9A!important;
	-moz-box-shadow: inset 0 1px 1px #B56D9A!important;
	text-shadow: 0 1px #6C3758!important; }  
   
 
   
.white-box{
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	background-color:#FFFFFF;
	min-height:187px;
	padding:20px;
	
	}
	
.pealkiri{
	color:#fff;
	margin-bottom:25px;
	margin-top:10px;
	font-size: 30px;
    font-weight: 300;
	background-color:#D2063A;
	margin:-30px -20px 5px -20px;
	padding:15px 20px 20px 20px;
	line-height: 1.1em;
	}
	
.content-text{color:#333; font-size:0.95em;}
.col1, .col2{float:left;width:auto; }

.column1, .column2{width:47%; margin-right:2%;float:left;}
.column2{margin-left:2%;}

.nav_div{text-align:right;}

.text18{text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.1em; }
.text14{text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:0.95em; }

.submenu{float:right;}


.menu_m{visibility: hidden; position: absolute; z-index: 1000; background-color:#fff; box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3; border-top:solid 1px #E7E7E7; }


.menyy_link, .menyy_link:hover, .menyy_link_a, .menyy_link:visited{
	line-height:2.5em;
	color: #000!important;
	float:left;
	font-size:0.95em;
	margin: 0 7px;
	font-weight:400;
	text-decoration: none;
	
	
}
.menyy_link:hover, .menyy_link_a {
	color:#1140A1!important;
	text-decoration: none!important;
}

a.menyy_link_a:link, a.menyy_link_a:active, a.menyy_link_a:hover, a.menyy_link_a:visited{
	
	color:#1140A1!important;
	
	}
.menuButtonActive a{color:#1140A1!important; }		

.alam{padding:3px 10px;}
.alam:hover, .alam_a{background-color:#D2063A;}

.menuItemHighlight div{background-color:#D2063A;}

a.alam_link, a.alam_link:hover, a.alam_link_a{
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	font-size:0.9em;
	line-height:2em;
	font-weight:400;
	text-align:left;
	
}
a.alam_link:hover{background-color:#006a9d;color: #fff;}
a.alam_link_a{background-color:#006a9d;	} 



/* Tabeli sorteerimised */
input[type="button"].votauuesti {
	float: right;}

.error, .form_save_error{
	color: red !important;	
	font-size:12pt;
	margin-left: 10px;}

.msg, .form_save_success{
	color: #519A0E !important;
	font-weight: 500;
	margin-left: 10px;}

span.asi_pid {
	font-weight: 500;}
/*
th.sort_both {
	background-color: transparent;
	background-image: url("jquery-datatables/media/images/sort_both.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-attachment: scroll;
	opacity: 1;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	cursor: pointer;}

th.sort_asc {
	background-color: transparent;
	background-image: url("jquery-datatables/media/images/sort_asc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-attachment: scroll;
	opacity: 1;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	cursor: pointer;}

th.sort_desc {
	background-color: transparent;
	background-image: url("jquery-datatables/media/images/sort_desc.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-attachment: scroll;
	opacity: 1;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	cursor: pointer;}
*/
.vali_selgitus{
	color: #7E7E7E;	
	font-size: 9pt;
	vertical-align: middle;}

.lisa-tunnus-nupp{
    color: #009900;
    cursor: pointer;
    float: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 2px;
    padding: 2px 5px;}

.roopjoondus{
	text-align: justify !important;	}

.reanupud .button, .reanupud-wrapped .button {
	margin-left: 7px;
	
}

.reanupud, .no-wrap {
	white-space: nowrap;
	text-align:right!important;
	
}
.reanupud, .no-wrap {
	padding:2px 7px!important;
	
}
.reanupud.lai{
  text-align:right!important;
}
.reanupud.kitsas{
   width:1%!important;
   text-align:right!important;
}

.tabel_nupud{
	text-align: right;
}

.tabel_nupud button{
	white-space: nowrap;
}


body input[type="text"], input[type="password"], input[type="email"], textarea, select {
	display: inline;
	padding:5px 5px;
	
	}
select, fieldset, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px;
    outline: medium none;
    font-size:0.95em;
	width: calc(100% - 30px);
}
.muude_prefiks {
	width: 30px;
	display: inline-block;
}
.input_with_prefix_div {
	width: 100%;
	display: inline-block;
}
.input_with_prefix_div > select, .input_with_prefix_div > fieldset, .input_with_prefix_div > input[type="text"], .input_with_prefix_div > input[type="password"], 
.input_with_prefix_div > input[type="email"], .input_with_prefix_div > input[type="number"], .input_with_prefix_div > textarea {
	width: 100%;
}

.date_input_div{
	width: 120px;
	display: inline-block;
}

.italic{
	font-style: italic;
}

.italic:hover{
	font-style: italic;
}



.date_input_div a{
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus, select:focus{
    border:solid 1px #aaa;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	
}	

span.muude_pealkiri {
	position: relative;
	color: #D2063A;
	font-size: 1.6em;
	font-weight: 400;	
	margin-bottom:20px;
}

.muude_ymbris span.muude_pealkiri {
	position: relative;
	
	font-size:1.6em; 
	
}

table.muude_ymbris {
    border-bottom: solid 2px #ccc;
    padding-bottom: 30px;
    width: 100%;
		
}

table.muude_ymbris td {
	
	
}

table.muude {
	BACKGROUND-COLOR: #FFFFFF; 
	width:100%!important;
}
	
table.muude td {
	FONT-WEIGHT: normal;
	border: none;
	padding: 3px;
	vertical-align:top;
	margin: 2px;
	font-size: 14px;
}
	
table.muude td.group {
	FONT-WEIGHT: normal;
	COLOR: #D2063A;
	border-right: 1px dotted #E2DDD6;
	padding: 3px;
	background-color:#FFFFFF;}
	
table.muude th{
	text-align: right;
	FONT-WEIGHT: normal;
	COLOR: #333333;
	BACKGROUND-COLOR: #fff;
	padding: 3px;
	border: none;
	vertical-align: top;
	margin: 2px;
	margin-top:3px;
	line-height: 20px;
	font-size: 14px;
	
}

.salvestanupp_rida .button {
	margin-bottom: 3px;
}

table td.veerg_kitsas, table th.veerg_kitsas {
	width: 1%;
}

.center_td {
	text-align: center;
}

table td.center_td {
	text-align: center;
}


.nowrap {
	white-space: nowrap;
}

.piirkondlik-kool {
	font-weight: 500;	
}

.lk_seletus, .ridaseletus {
	background-color: #DFF2BF;
    font-size: 0.95em;
	font-weight:400;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 10px;
	border-radius:3px;
}

.pildipaigutus {
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 10px;
}

.lk_seletus {
	width: 98%;
	margin: 10px 0 20px 0;
	
}

.kesk-joondus{
	text-align: left!important;	
}

.parem-joondus{
	text-align: right !important;	
}

.avaleht-kast {
	min-height: 85px;
	padding-bottom: 20px;
	float: left;
}

.avaleht-kast .muude_ymbris{
	height: 100%;
	
}

.pais_kasutaja {
	float:right;
	font-weight:bold;
	margin-top: 4px;
	margin-left: 5px;
	
}

.ymbris .dataTables_info{
	width: auto;
}

.f_item {
	margin-right: 5px;
}

.tabel_nupud .button{
	margin-left:4px;
}
	
.nupud_rida .button{
	margin-right:4px;
}

.avaleht_oppeaasta{
	font-weight: 500;
	font-size: 1em;	
}

.vali_tooltip{
 	cursor: pointer;
}
.vali_tooltip:after{
	content: '*';	
}

.content .highlight {
	color: #5C007A;
	font-size: 1em;
	font-weight: 500;	
}

.content .highlight-parem {
	color: #5C007A;
	font-size: 1em;
	font-weight: 500;
	text-align: right !important;
}

.content .lowlight {
	color: #959595;
}

/* highlight, colour only */
.content .highlight_co {
	color: #5C007A;
}

.arno-tooltip {
	width: 200px;
	min-height: 50px;	
}

body input.readonly, body input.readonly:focus {
	border: 0;	
	box-shadow: none;
	color: #000000;
    font-size: 1em;
    font-weight: normal;
    padding-left: 0;
    padding-right: 8px;
    vertical-align: top;
    margin: 0;
}
.top{
   margin:10px 0px;
}
table.taotlus_pais td{
	padding: 3px;
}

.avaleht_tahtis {
	font-weight: 500;	
}

.avaleht_tahtis_ok {
	font-weight: 500;
	color: green;	
}

.avaleht_tahtis_err {
	color: #CC0000;	
}

.ymbris .taotlus_esita, .ymbris .taotlus_esita:hover, .ymbris .taotlus_esita:active {
	display: block;	
	border: 1px solid #5C007A;
	padding: 7px;
	font-size: 1em;
	color: #5C007A;
}

.ymbris .highlight-nupp, .ymbris .highlight-nupp:hover, .ymbris .highlight-nupp:active {
	border: 1px solid #5C007A;
	padding: 6px;
	font-size: 1em;
	color: #5C007A;
}

.andmete_kontroll{
	margin-left:20px !important;
	width: 200px !important;	
}

.vaike_kiri {
	font-size: 0.75em;
	
}

.parem_pad{
	padding-right: 20px;
	
}

.arvud_vahepealkiri, .f_nimi {
	FONT-WEIGHT: 400;
	FONT-SIZE: 1em;
	text-align: left;
	COLOR: #322d2d;
}

.arvud_vahepealkiri {
	text-decoration: underline;	
}

.peidus {
	display: none;
}

.tabel_kaugused {
	margin-left: 20px;
	margin-bottom: 40px;	
}

.pikk-tekst{
	max-width:300px;	
}
#vn_seaded_div {
	width:80%; margin:0px auto 0px auto; display: none; clear:both;  z-index:500; color:white; padding: 10px 0px 10px 0px; 
}

h6{
	color:#64D9FF;
	font-size:1.2em;
	line-height:1.8em;
}
.oppe{float:right;border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; background:#ffffff; border:1px solid #ddd;padding:3px 5px 3px 5px; font-size:0.95em; margin-right:5px;}

.fs4 {font-size:1.4em; cursor:pointer; color:#fff;}
.fs3 {font-size: 1.2em; cursor:pointer; color:#fff;}
.fs2 {font-size: 1em; cursor:pointer; color:#fff;}


.text-yellow{color:#ff0; cursor:pointer;font-size: 1em; }

/* avalehe box */

.box-open{border:solid 1px #ccc; width:43%; margin:20px 2%; float:left;height:300px;border-radius:3px;}
.box-open-left{
  background: #1785D3;
  background: -webkit-linear-gradient(left top, #1785D3, #1262A2);
  background: -o-linear-gradient(bottom right, #1785D3, #1262A2); 
  background: -moz-linear-gradient(bottom right, #1785D3, #1262A2); 
  background: linear-gradient(to bottom right, #1785D3, #1262A2); 
  width:30%;
  float:left;
  height:100%;
  border-top-left-radius:3px;
}
.bo{padding:20px;}
.box-open-left-text{color:#fff; font-size:1.1em; font-weight:400;text-align:center;}
.box-open-left-text-bold{font-size:2em; font-weight:700;text-align:center;line-height: 1em;}
.box-open-right{width:70%; float:left;}

.box-open a{color:#1785D3; font-size:1.2em;padding:10px 0px;}


a.white_link, a.white_link_a, a.white_link:hover{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-style: normal;
	
}
a.vaeg_link, a.vaeg_link_a, a.vaeg_link:hover{
	color: #666666;
	text-decoration: none;
	font-size: 0.78em;
	font-style: normal;	
}

.size1 table.raamiga td, .size1 table.raamiga th, .size1 a:link, .size1 a:hover, .size1 a:active, .size1 a:visited, .size1 span.muude_pealkiri, .size1 .vidin_oppeaastad_nimi, .size1 .content-text, .size1 .f_nimi, .size1 a.menyy_link, .size1 a.menyy_link:hover, .size1 a.menyy_link_a, .size1 a.menyy_link:visited, .size1 input[type="text"], .size1 input[type="password"], .size1 input[type="email"], .size1 textarea, .size1 select, .size1 a.vaeg_link, .size1 a.vaeg_link_a, .size1 a.vaeg_link:hover, .size1 dataTables_empty, .size1 .lk_seletus, .size1 .arvud_vahepealkiri, .size1 .highlight, .size1 .avaleht_oppeaasta{font-size:1.1em;}
.size1 .pealkiri{font-size:1.6em;}

.size2 table.raamiga td, .size2 table.raamiga th, .size2 a:link, .size2 a:hover, .size2 a:active, .size2 a:visited, .size2 span.muude_pealkiri, .size2 .vidin_oppeaastad_nimi, .size2 a.menyy_link, .size2 a.menyy_link:hover, .size2 a.menyy_link_a, .size2 a.menyy_link:visited, .size2 .content-text, .size2 .f_nimi, .size2 input[type="text"], .size2 input[type="password"], .size2 input[type="email"], .size2 textarea, .size2 select, .size2 a.vaeg_link, .size2 a.vaeg_link_a, .size2 a.vaeg_link:hover, .size2 .lk_seletus, .size2 .arvud_vahepealkiri, .size2 .highlight, .size2 .avaleht_oppeaasta  {font-size:1.05em;}
.size2 .pealkiri{font-size:1.5em;}

.lineheight1 table.raamiga td, .lineheight1 table.raamiga th, .lineheight1 a:link, .lineheight1 a:hover, .lineheight1 a:active, .lineheight1 a:visited, .lineheight1 span.muude_pealkiri, .lineheight1 .content-text {line-height: 240%;}

.lineheight2 table.raamiga td, .lineheight2 table.raamiga th, .lineheight2 a:link, .lineheight2 a:hover, .lineheight2 a:active, .lineheight2 a:visited, .lineheight2 span.muude_pealkiri, .lineheight2 .content-text {line-height: 200%;}

.contrast{color:#ff0; background-color:#000; background-image: none; }
.contrast .logo{display:none;}
.contrast table.raamiga th, .contrast table.raamiga td{border:solid 1px #ff0!important;}
.contrast .filter{border:solid 1px #ff0; color:#ff0; background:#000;}

.contrast table.raamiga td, .contrast table.raamiga tr:nth-child(2n+1), .contrast table.raamiga tbody tr.odd td, .contrast table.raamiga tr:nth-child(2n), .contrast table.raamiga tbody tr.even td, .contrast table.raamiga tr:hover td {background-color:#000;}
.contrast .white-box, .contrast table.muude_ymbris, .contrast table.raamiga {background-color:#000; border:solid 1px #000;}
.contrast a:link, .contrast a:hover, .contrast a:active, .contrast a:visited, .contrast a.menyy_link, .contrast a.menyy_link:hover, a.menyy_link_a, .contrast a.menyy_link:visited, .contrast a.vaeg_link, .contrast a.vaeg_link_a, .contrast a.vaeg_link:hover, .contrast .content-text, .contrast table.raamiga td, .contrast table.raamiga th, .contrast .f_nimi, .contrast .f_item, .contrast .arvud_vahepealkiri, .contrast .highlight, .contrast .name, .contrast .top, .contrast .kesk-joondus  {color:#ff0; }
.contrast .pealkiri{background-color:#ff0 !important; color:#000;}
.contrast span.muude_pealkiri, .contrast .lk_seletus, .contrast table.muude th, .contrast table.muude td{color:#ff0; background-color:#000000 !important;}
.contrast .header{background-color:#000;border-bottom:solid 1px #ff0;} 
.contrast a.menyy_link, .contrast a.menyy_link:hover, .contrast a.menyy_link_a, .contrast a.menyy_link:visited{color: #ff0 !important; background-color:#000;}
.contrast a.menyy_link:hover, .contrast a.menyy_link_a{border:solid 2px #ff0 !important; background:#ff0; color: #000 !important;}
.contrast table.raamiga td {border-bottom: 1px solid #ff0; border-right: 1px dotted #ff0;}
.contrast table.raamiga th {border-bottom: 1px solid #ff0; border-right: 1px solid #ff0;}
.contrast .vidin_oppeaastad_nimi{color:#ff0;} 
.contrast fieldset, .contrast input[type="text"], .contrast input[type="password"], .contrast input[type="email"], .contrast input[type="number"], .contrast textarea, .contrast select {border:solid 1px #ff0 !important; background-color:#000 !important; color:#ff0 !important;}
.contrast .tartu-logo{visibility: hidden;}
.contrast .logo{background-image:url(arno-hc.png);width:102px; height:25px;}
.contrast .a{background-image:url(a-hc.png);}
.contrast .ui-popup{background-color:#000; border:solid 1px #ff0;}
.contrast table.muude_ymbris {border:solid 1px #ff0; }
.contrast .button, .contrast button, .contrast input[type="submit"], .contrast input[type="reset"], .contrast input[type="button"], .contrast .button:hover, .contrast button:hover, .contrast input[type="submit"]:hover, .contrast input[type="reset"]:hover, .contrast input[type="button"]:hover, .contrast .button:active, .contrast button:active, .contrast input[type="submit"]:active, .contrast input[type="reset"]:active, .contrast input[type="button"]:active, .contrast .button-login, .contrast .button-regist, .contrast .button-kysitlus, .contrast .button-minu, .contrast .button-admin, .contrast .button-login:hover, .contrast .button-regist:hover, .contrast .button-kysitlus:hover, .contrast .button-minu:hover, .contrast .button-admin:hover {background:#ff0 !important; color:#000; border:solid 1px #ff0; box-shadow: 0 1px 25px #ff0 inset; text-shadow: 0 1px 0 #ff0; }
.contrast .fs4, .contrast .fs3, .contrast .fs2, .contrast h6{color:#ff0;}
.contrast strong{color:#ff0 !important;}
.contrast  .oppe{color:#ff0; background-color:#000; border:solid 1px #ff0;}
.contrast .filter input[type="button"]{
  border:solid 2px #ff0;
  background-color:#ff0;
  color:#000;
}
.contrast label, .contrast .dataTables_info{color:#ff0;}

.tabel_pealkiri {
	font-weight: 500;
	padding: 5px;
	color: 	#D2063A;
	font-size: 1em;
	line-height:2em;
	
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: inherit;
    font-size: 1em;
}

.avaleht_nupud .lasteaiad_avaleht_nupp, .avaleht_nupud .lasteaiad_avaleht_nupp:hover {
	border: 1px solid #5C007A;
	padding: 10px;
	margin-right: 20px;
	font-size: 1em;
	color: #5C007A;	
	width: 120px;
}

.avaleht_nupud .koolid_avaleht_nupp, .avaleht_nupud .koolid_avaleht_nupp:hover {
	border: 1px solid #5C007A;
	padding: 10px;
	margin-right: 20px;
	font-size: 1em;
	color: #5C007A;	
	width: 120px;
}

.avaleht_nupud .makse_avaleht_nupp, .avaleht_nupud .makse_avaleht_nupp:hover {
	border: 1px solid #5C007A;
	padding: 10px;
	margin-right: 20px;
	font-size: 1em;
	color: #5C007A;	
	width: 180px;
}

table.muude td.vahejoon {
	border-top: 2px solid #5C007A;	
}

table.raamiga td.vahejoon {
	border-left: 2px solid #5C007A;
	text-align: right !important;	
}

table.raamiga th.vahejoon {
	border-left: 2px solid #5C007A;	
}

.err_small {
	color: #FF0000;	
}
.c_right{float:right;}

.left{float:left;}
.right{float:right;}
.vaeg{float:right; margin:4px 10px 0px 0px;}

.tagasitee{
   font-size:0.9em;
  
}


.paginate_disabled_previous, .paginate_enabled_previous{
   border:solid 1px #E6E6E6;
   border-radius:2px;
   padding-left: 20px!important;
}
.paginate_disabled_next, .paginate_enabled_next {
   border:solid 1px #E6E6E6;
   border-radius:2px;
    padding-right: 20px!important;
    margin-left: 5px!important;
   
}
.paginate_disabled_first, .paginate_enabled_first{
   border:solid 1px #E6E6E6;
   border-radius:2px;
   margin-right:5px!important;  
}
.paginate_disabled_last,  .paginate_enabled_last{
   border:solid 1px #E6E6E6;
   border-radius:2px;
   margin-right:10px;  
}
.dataTables_paginate {
    margin-top: 10px;
	
}
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 22px !important;
    float: left;
    cursor: pointer;
    color: #111 !important;
}
.paginate_enabled_last, .paginate_disabled_last{
    margin-right:0px;
}


	
.filter{
    padding:10px 20px;
	background: repeating-linear-gradient(
  -45deg,
  #F5F5F5,
  #F5F5F5 10px,
  #F8F8F8 10px,
  #F8F8F8 20px
);
}
.filter input[type="button"]{
  border:solid 2px #ccc;
  background-color:#ECECEC;
  color:#666;
  float:right;
}

.filter input[type="button"]:hover,
input[type="button"]:active {
  background-color:#fff;
  color: #D10639;

}
.f_input{
    max-width:300px;
}
.filter select {
    width:100%;
	max-width: 300px;	
	/*min-width: 275px;*/
}
.filter .select2-container--default .select2-selection--single{
    margin-left: 2px; 
	max-width:300px;
}
.filter .select2.select2-container {
	min-width: 130px;
}
.filter input{
    
    max-width:300px;
}
.filter .f_nimi_td{
   text-align:right;
   
}
.select2-container--default .select2-selection--single {
   border-radius: 2px;
}
.filter input[type="text"]{
   width: calc(100% - 2px);
}
.filter .f_date, input.datepicker_field{
   width:85px!important;
}
.filter .f_nimi{
  padding-left:10px;
  
}
.filter .jah-ei{
   width: 60px;
}
label{
 margin-right:3px;
}

table.raamiga td button{
  padding: 4px 6px 4px;
}

.btn-white, input.btn-white, .btn-delete, .btn-reorder-up, .btn-reorder-down, .btn-edit, .btn-edit2, .btn-edit-window, .btn-link, .btn-myts, .btn-hinda, .btn-email
	, .btn-file-pdf {
    border:1px solid #E6E6E6;
    background-color:#FFF;
    color:#333;
    padding:4px 7px 4px!important;
}

.btn-reorder-up, .btn-reorder-down{
   width:26px;
   padding: 4px 0!important;
}	
.btn-reorder-down{
   margin-right:3px!important;
}	
.btn-white:hover, .btn-delete:hover, .btn-reorder-up:hover, .btn-reorder-down:hover, .btn-edit:hover, .btn-edit2:hover, .btn-edit-window:hover, .btn-link:hover, 
	.btn-myts:hover, .btn-hinda:hover, .btn-email:hover, .btn-file-pdf:hover {
    border:1px solid #D2063A;
    background-color:#D2063A;
    color:#fff;
    opacity:1;
	
}

.btn-white:before, .btn-delete:before, .btn-reorder-up:before, .btn-reorder-down:before, .btn-edit:before, .btn-edit2:before, .btn-link:before, .btn-myts:before, 
	.btn-hinda:before, .btn-email:before, .btn-file-pdf:before {
    content:"\f067"!important;
	display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
     font-size: 13px;
    line-height: 1;
    line-height: inherit;
    text-rendering: auto;
	margin-right: 6px
}

.btn-edit-window:after {
    font: normal normal normal 13px/1 FontAwesome;
    font-size: 13px;
    line-height: inherit;
    text-rendering: auto;
	margin-right: 6px
}

.btn-add:before, .btn-check:before, .btn-print:before, .btn-download:before, .btn-pdf:before, .btn-control:before, .btn-copy:before, .btn-email:before,
	.btn-file-pdf:before {
    content:"\f067"!important;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
     font-size: 13px;
    line-height: 1;
    line-height: inherit;
    text-rendering: auto;
    margin-right:6px;
   
}
.btn-check:before {
    content:"\f00c"!important;
}
.btn-print:before {
    content:"\f02f"!important;
}
.btn-download:before{
   content:"\f019"!important;
}
.btn-pdf:before{
   content:"\f1c1"!important;
}
.btn-control:before{
   content:"\f046"!important;
}
.btn-delete:before{
   content:"\f1f8"!important;
}
.btn-reorder-up:before{
   content:"\f077"!important;
}
.btn-reorder-down:before{
   content:"\f078"!important;
}
.btn-edit:before{
   content:"\f040"!important;
}
.btn-edit2:before{
   content:"\f044"!important;
}
.btn-copy:before{
   content:"\f24d"!important;
}
.btn-link:before{
   content:"\f0c1"!important;
}
.btn-edit-window:after{
   content:"\f2d2"!important;
}
.btn-myts:before{
   content:"\f19d"!important;
}
.btn-hinda:before{
   content:"\f24a"!important;
}
.btn-email:before{
   content:"\f003"!important;
}
.btn-file-pdf:before{
	content:"\f1c1"!important;
}
.btn-white:before{
	content: ""!important;
}
.btn-white.disabled, .btn-delete.disabled, .btn-edit.disabled, .btn-edit2.disabled, .btn-edit-window.disabled, .btn-link.disabled, 
	.btn-myts.disabled, .btn-hinda.disabled, .btn-email.disabled, .btn-file-pdf.disabled{
   background-color:#E9E9E9;
   opacity: 0.50;
  
}
.btn-white:hover.disabled, .btn-delete:hover.disabled, .btn-edit:hover.disabled, .btn-edit2:hover.disabled, .btn-edit-window:hover.disabled, .btn-link:hover.disabled, 
	.btn-myts:hover.disabled, .btn-hinda:hover.disabled, .btn-email:hover.disabled, .btn-file-pdf:hover.disabled {
  opacity: 0.50; 
  background:#E9E9E9;
  cursor: default;
  border:solid 1px #ddd!important;
  color:#333!important;
}
.btn-reorder-up.disabled, .btn-reorder-down.disabled {
    opacity: 0.50; 
  background:#E9E9E9;
  cursor: default;
  border:solid 1px #ddd!important;
  color:#333!important;
  padding: 4px 0 !important;
}
table td .reanupud .btn-delete:before, .btn-delete.notext:before{
 margin-right:0px;
}
table td .reanupud .btn-edit:before, table td .reanupud .btn-edit-window:after, table td .reanupud .btn-edit2:before, table td .reanupud .btn-link:before, 
	table td .reanupud .btn-myts:before, table td .reanupud .btn-hinda:before, table td .reanupud .btn-email:before, table td .reanupud .btn-file-pdf:before{
 margin-right:0px;
}
table td .reanupud .btn-reorder-up:before{
 margin-right:0px;
}
table td .reanupud .btn-reorder-down:before{
 margin-right:0px;
}
.tooltip span {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  position:  absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.tooltip span:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 40px;
}

.tooltip:hover span {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}

*, :after, :before {
    outline: 0;
    box-sizing: border-box;
}

.dataTables_length select{
  margin-left:6px;
}
.top .dataTables_info {
   
    padding-top: 10px;
}
.btn-small {
    font-size: 12px;
    
}

.reanupud .button, .reanupud-wrapped .button, .reanupud button {
    /*margin-right: 3px!important;*/
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 10px!important;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: #D2063A!important;
    border: none!important;
    border-radius: 0!important;
    text-align: center;
    line-height: 14px;
    box-shadow: none!important;
    box-sizing: content-box;
    content: "\f067"!important;
    background-color: transparent!important;
	font: normal normal normal 14px/1 FontAwesome!important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: "\f068"!important;
    color: #D2063A!important;
}
table.dataTable > tbody > tr.child span.dtr-title {
   
    font-weight: normal!important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    
    padding-left: 25px!important;
    
}
table.dataTable > tbody > tr.child ul {
    
    width: 100%!important;
}
a.mobile_link, a.mobile_link:hover, a.mobile_link_a{
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 8px 30px 8px 20px;
    text-decoration: none;
	line-height:1.8em;
	}
a.mobile_link:hover{color:#fff}

.sb-slidebar {background-color:#D2063A!important; z-index:9999!important; }
.sb-slidebar.sb-active {
    margin-top:87px;
}
#close-btn{width:29px; height:29px;right:5px;background-image:url(close-btn.png); background-position:center center; background-repeat:no-repeat; cursor:pointer;top:5px;}

table.responsive {border: 1px solid #DDDDDD; border-collapse: collapse; width:100%; line-height: 1.1em; margin-top:5px;}
table.responsive td {
	FONT-WEIGHT: normal;
	font-size:0.95em;
	padding: 7px 9px 5px;
	vertical-align:middle;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

table.responsive th{
	FONT-WEIGHT: 500;
	font-size:0.95em;
	padding: 7px 9px 7px;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;

}

table.responsive tr:hover td {background-attachment: scroll; background-color: #F8F8F8; background-image: none; background-repeat: repeat; background-position: 0 0;}
table.responsive tr:nth-child(even),table.responsive tbody tr.even td { background-color:#fff; }
table.responsive tr:nth-child(odd),table.responsive tbody tr.odd td {background: none repeat scroll 0 0 #FFFFFF;}
table.responsive td.number{text-align:right;}
table.responsive th.number{text-align:center;}
table.responsive tbody td.sorting_1{background-color: #FFFFFF;}
table.responsive tbody th{width:200px;}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
 
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: default;
	font-size: 12px;
	margin-top: 3px
	}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #5897fb 1px;
   
}
.select2-container--default .select2-selection--multiple {
    border-radius: 2px;
    border: 1px solid #ccc;
	
}
.select2-container .select2-selection--multiple {

    line-height: 1.15em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:#D2063A;
    color:white;
	font-size:13px;
	line-height:1.4em;
}
.select2-container--default .select2-results__option{
    color:#333;
	font-size:13px;
	line-height:1.4em;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color:#999;
	font-size:13px;
	line-height:1.4em;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color:#E9E9E9;
    font-size:13px;
	line-height:1.4em;
	color:#858585;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 4px;
    float: right;
	margin-right:0px;
	font-size: 1.4em !important;
	margin-top:1px;
}

#sisukord_nupp{
	color: #fff;
	z-index: 1000;
	border:solid 1px #D2063A;
}

#leht_sisukord {
	list-style: none;
	display: none;
	margin-left:-16px;
	margin-right:-16px;
	margin-bottom:-16px;
	padding-bottom:5px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	border-right:1px #E7E7E7 solid;
	border-bottom:1px #E7E7E7 solid;
	border-left:1px #E7E7E7 solid;
	
	
}

.sisukord_ava:hover .leht_sisukord {
    display: block !important;
}

#sisukord_nupp {
	position: fixed;
	right: 10px;
	top: 92px;
	background-color: #D2063A;
	padding: 3px;
}

#sisukord_nupp.sisukord_ava {
	padding: 9px 15px;
}

#leht_sisukord li a{
	color: #333;
	line-height:2em!important;
	padding-left:20px;
	padding-right:20px;
	
	
}

#leht_sisukord{
   margin-top:8px;
   background-color:#FFF;
   overflow-y: auto;
   overflow-x: hidden;
   max-height: 500px;
   
}

.kutsetunnistus{
 text-align:center;
 margin-top: 25px;
}

.left-col{float:left; width:47%; margin-right:3%;}
.right-col{float:left; width:47%; margin-left:3%;}
.pais_kasutaja a:hover{
 text-decoration: none;
}


@media only screen 
and (max-width: 1200px){

#menu-btn {
    display: inline-block;
    position: absolute;
	right: 20px; 
	top: 30px; 
	width: 30px; 
	cursor:pointer;
	z-index:999!important;
	
}

.line1, .line2, .line3 {
    width: 30px;
    height: 4px;
    background-color: #D2063A;
    margin: 6px 0;
    transition: 0.4s;
	border-radius:2px;
}
.change .line1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .line2 {opacity: 0;}

.change .line3 {
    -webkit-transform: rotate(45deg) translate(-8px, -5px);
    transform: rotate(45deg) translate(-8px, -5px);
}
.submenu{
    display: none;
  
}
.vaeg{
   margin-right: 50px;
   
}
.pais_kasutaja {
  margin-right: 50px;
  
}

#sisukord_nupp {
	right: 23px;
	top: 88px;
	
	
}

#leht_sisukord li a{
	line-height:2em!important;
	
}

.c_right {
   margin-top: 18px;
}
}


@media only screen and (max-width: 900px) {
.box-open{width:100%; margin:20px 0; clear:both;height:300px;}
.bo{padding:20px;}

}
@media only screen and (max-width: 800px) {
.box-open{width:100%; margin:20px 0; clear:both;}
.column1, .column2{width:100%; margin:0;clear:both;}
}

@media only screen and (min-width: 768px) and (max-width: 830px) {

.box-open{width:100%; margin:20px 0; clear:both;}

}

@media only screen and (max-width: 767px) {

.submenu{clear:both;width:100%; margin-top:5px;}
a.vaeg_link, a.vaeg_link_a, a.vaeg_link:hover{font-size:0.8em !important;margin-right:10px;}
.box-open{width:100%; margin:20px 0; clear:both;}
#sisukord_nupp {
	right: 0px;
	top: 90px;
	

}
.vaeg{display:none;}
}
@media only screen and (max-width: 600px) {


.vaeg {
    position: absolute;
    right: 50px;
    top: 32px;
}
.c_right {
   margin-top: 0px;
}
#rollid_select_span {
    margin-left: 0px;
}
.pais_kasutaja {
    margin-right: 0px;
}
.register-stats {
    margin: 20px 0px;
    border: 1px #e0e0e0 solid;
    background: #f8f8f8 url(/img/kutseregister-stats.png) 50px center no-repeat;
    padding: 10px 20px 10px 0px!important;
}

.statsrow {
    font-size: 15px;
    line-height: 18px;
    margin: 50px 0px 0px 0px;
	padding-left:10px;
    text-align: left;
	clear:both;
	width:100%;
	
}
}
@media only screen and (max-width: 480px) {

.vaeg {display:none;}
.pealkiri {
    
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    padding: 20px;
}

.muude_ymbris{width:100%;}
.white-box {padding:10px;}
.avaleht-kast{width:100%; clear:both;}
.lk_seletus{width:94%!important;margin-top:5px;}
select, fieldset, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea {width:100% !important; clear:both;}
.tabel_nupud .button{width:100%;clear:both;}
.button{clear:both;}
.ymbris .dataTables_info{width:100%;}
.parem_pad{width:100%; padding-right:0;}
.tartu-logo	{float:right; margin-top:0;margin-right:0;}
.pealkiri{margin-bottom:30px;}
.box-open{width:100%; margin:20px 0; clear:both;height:auto;}
.bo{padding:10px;}
.box-open-left-text{color:#fff; font-size:1em; font-weight:400;text-align:center;}
.box-open-left-text-bold{font-size:1.4em; font-weight:700;text-align:center;line-height: 1em;}
.box-open-left img{max-width:32px;}
.box-open a{font-size:1em;}
.filter input[type="button"]{
  clear:both;
  float:none;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	margin-bottom:2px!important;
	
}
.filter {
    margin: 5px -10px 0 -10px;
 }
.pealkiri {
    margin: -20px -10px 5px -10px;
    padding: 20px;
}
.tabel_nupud {
 
    display: flex;
	}
.dataTables_length {
    width: 100%!important;
   clear:both;
}
.sb-slidebar {
    width: 100%!important;
}
.logo img{height:auto; max-width:120px;}
#menu-btn {
    top: 23px; 
	
	
}
.sb-slidebar.sb-active {
    margin-top:70px;
}
table.responsive tbody th{width:100%; display:block; border-right:none;}
table.responsive tbody td{width:100%; display:block; border-right:none;}


#sisukord_nupp {
	right: 60px;
	top: 10px;
	

}
#leht_sisukord li a{
	line-height:2em!important;
	
	
}
.muude_ymbris span.muude_pealkiri {
    font-size: 1.2em!important;
}
.filter table tbody td{width:100%; display:block;}
.filter .f_nimi{text-align:left!important; float:left!important;}
.filter .f_item{width:100%!important;}
.filter .f_item{width:100%!important; clear:both;}
.filter .f_date{
   width:85px!important;
}
#rollid_select_span select {
    width: auto!important;
}
.filter .f_nimi{
  padding-left:0px;
  
}
.vaeg{
  display:none;
}
#rollid_select_span {
   margin-left: 0px;
}
.left-col, .right-col{width:100%; clear:both;margin:0;}

}

body .elem-nupp  {
	margin-right: 1px;
	padding: 1px;
	float: right;
}

body .elem-nupp:hover {
	margin-right: 1px;
	padding: 1px;
	float: right;
	border: 1px solid #5c007a;
}

body .elem-nupp:active  {
	margin-right: 1px;
	padding: 1px;
	float: right;
	border: 1px solid #5c007a;
}

body .rida-highlight td {
	background-color: #f2f2f2 !important;
}

.f_item .pikk-filter{
	width:300px;	
}

body .nupp-id-login {
	background:url(id-kaart-logo.gif) no-repeat;
    cursor:pointer;
    border:none;
    width:88px;
    height:31px;
}

body .nupp-id-login:hover {
	background:url(id-kaart-logo.gif) no-repeat;
    cursor:pointer;
    border:none;
    width:88px;
    height:31px;
}

body .nupp-id-login:active {
	background:url(id-kaart-logo.gif) no-repeat;
    cursor:pointer;
    border:none;
    width:88px;
    height:31px;
}

body .nupp-mid-login {
	background:url(mid-logo.gif) no-repeat;
    cursor:pointer;
    border:none;
    width:88px;
    height:31px;
}

body .nupp-mid-login:hover {
	background:url(mid-logo.gif) no-repeat;
    cursor:pointer;
    border:none;
    width:88px;
    height:31px;
}

body .nupp-mid-login:active {
	background:url(mid-logo.gif) no-repeat;
    cursor:pointer;
    border:none;
    width:88px;
    height:31px;
}

.punane {
	color: red !important;
}

.roheline, .colorGreen {
	color: green !important;
}

.kollane {
	color: #ffba52 !important;
}

a.menyy2_link, a.menyy2_link:hover, a.menyy2_link_a, a.menyy2_link:visited{
	color: #333333 !important;
	text-decoration: none !important;
	font-size:0.95em;
	font-weight: 400 !important;
	line-height: 2.5em !important;
	padding:5px 8px 5px 8px!important;
	border:2px solid transparent !important;}

a.menyy2_link:hover, a.menyy2_link_a{
	border:solid 2px #D2063A !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;}
	
a.menyy2_link_a:link, a.menyy2_link_a:active, a.menyy2_link_a:hover, a.menyy2_link_a:visited{
   
	border:solid 2px #D2063A !important;
	background-color:#D2063A;
	color:#FFFFFF !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;}
	
.vaata_teade_riba{
   background-color:#E7F3FE;
   border-left: solid #00529B 5px;
   padding:15px 20px;
   
}
.vaata_teade_riba:before{
   content:"\f05a"!important;
	display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  margin-right:8px;
  color:#00529B;
  font-size:18px!important;
}

.vaata_viga_riba{
   background-color:#FFDDDD;
   border-left: solid #F44336 5px;
   padding:15px 20px;
   
}
.vaata_viga_riba:before{
   content:"\f06a"!important;
	display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  margin-right:8px;
  color:#F44336;
  font-size:18px!important;
  
}
.empty{
  width:27px!important;
  padding-left: 7px !important;
}
table.muude td.lai {
	width: 500px;
}
.no_padding {
	padding: 0px !important;
}
.align_top{
	vertical-align: top;
}
.overflowx {
	overflow-x: auto;
}

.inaadressSearch{
	width: 100% !important;
}

table th.ridakomment {
	font-weight: 100;
    text-align: left;
    font-size: 0.8em;
    padding: 2px 0px 2px 0px;
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    padding-left: 20px;
    background-color: #fff;
	font-style: italic;
}


.boldis{
	font-weight: bold;
}
.tabs {
    float: left;
    border-bottom: 1px solid #ccc;
    height: 26px;
}
.tabHead {
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 5px 8px;
	cursor: pointer;
	margin-right:3px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	height: 26px;
}

.tabHead.selected {
	background-color:#D2063A;
	color:#FFF;
	border:1px solid #D2063A;
	border-bottom: none;
	transition: transform 0.3s, background-color 0.3s;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	
}

.register-stats {
    margin: 10px 0px;
    border: 1px #e0e0e0 solid;
    background: #f8f8f8 url(/img/kutseregister-stats.png) 50px center no-repeat;
    padding: 10px 20px 10px 50px;
}

.statsrow {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0px;
    text-align: center;
}
.register-stats b{color:#D2063A; font-size: 17px;}
.avaleht_blokk:not(:last-child) {
	border-bottom: solid 2px #ccc;
    padding-bottom: 20px;
    width: 100%;
}

#avaleht_div a.help {
    overflow: hidden;
    zoom: 1;
    display: block;
    height: 40px;
    padding: 12px 0px 3px 55px;
    background: url(/img/help.png) top left no-repeat;
}

#avaleht_div div.help {
    margin-top: 10px;
    border: 1px #e0e0e0 solid;
    padding: 20px;
    background: #f8f8f8;
    text-align: left;
}
#avaleht_div .konteiner {
    overflow: hidden;
    zoom: 1;
}

.min_height {
	height: 1%
}
#rollid_select_span{
  font-size:0.85em; 
  margin-left:30px;
}
#rollid_select_span select{
  width:auto; 
}

.error_text {
	color: #FC3A30;
}
.fa.fa-question-circle {
    font-size: 18px !important;
	color:#D2063A;
	
}
ul.kitsat_list li {
	color: inherit;
	line-height: 1.2em;
}

#lukusti {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10000;
    overflow: hidden !important;
	display: none;
}

#lukusti i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 10002;
	color: #D2063A;
	text-shadow: 1px 1px #D2063A;
}

#lukusti div {
    height: 100%;
    width: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #999;
    z-index: 10001;
}

.tabel_nupud a {
	margin-right: 10px;
}

.dataTables_processing {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    border: 0;
    overflow: hidden !important;
    background-color: transparent;
    padding: 0 0;
}

.dataTables_processing i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 10002;
	color: #D2063A;
	text-shadow: 1px 1px #FFF;
}

.dataTables_processing div {
    height: 100%;
    width: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #999;
    z-index: 10001;
}

.align_center {
    text-align: center !important;
}

.error_block {
    color: #FC3A30;
}

.error_block:before{
	content:"\f06a"!important;
	display: inline-block;
  	font: normal normal normal 16px/1 FontAwesome;
  	margin-right:8px;
  	color:#F44336;
}
#tabel_tunnistus .tabel_pealkiri, #tabel_ .tabel_pealkiri{

    FONT-WEIGHT: 400!important;
    font-size: 1.3em!important;
    padding: 0px 10px 0px 10px!important;
    text-align: left!important;
    border-bottom: 1px solid #DDDDDD!important;
    border-top: 1px solid #DDDDDD!important;
    background-color: #F7F7F7;
}
table.muude{
  border-collapse: collapse;
}
table.muude tr:not(.skip_border) td, table.muude tr:not(.skip_border) th{

    border-bottom:solid 1px #EFEFEF!important;
}
#document_edit_tunnistus th {
    text-align:right!important;
	padding-right: 5px;
	margin-bottom:5px!important;
	font-weight:400;
}
.avaleht_blokk h1{
    margin-top:30px;
	font-size:20px;
}
.tabel_nupud button{
   margin-bottom:2px;
}
#tabel_tunnistus .link {
    cursor: pointer;
    margin-right: 10px;
}
.select2-container--default .select2-selection--single {
    margin-bottom: 2px!important;
	margin-top: 2px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
} 
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
   
}
label {
   margin-left: 5px;
  
}
table.muude td, table.muude th {
    padding-top: 7px !important;
}
table.muude tr:not(.skip_border) td, table.muude tr:not(.skip_border) th {
	padding-bottom: 7px !important;
}
#tabel_tunnistus select, #tabel_tunnistus fieldset, #tabel_tunnistus input[type="text"], #tabel_tunnistus input[type="password"], #tabel_tunnistus input[type="email"], #tabel_tunnistus input[type="number"], #tabel_tunnistus textarea {
    width: calc(100%);
	

}
table.muude  select, table.muude fieldset, table.muude input[type="text"], table.muude input[type="password"], table.muude input[type="email"], table.muude input[type="number"], table.muude textarea{
    width: calc(100%);
	
}
table.muude .select2-container{width:100%!important;}

#tabel_tunnistus .select2-container {
    width: 100%!important;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"], .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    font-weight: 400;
    font-size:0.95em!important;
}
.input_with_prefix_div > select, .input_with_prefix_div > fieldset, .input_with_prefix_div > input[type="text"], .input_with_prefix_div > input[type="password"], .input_with_prefix_div > input[type="email"], .input_with_prefix_div > input[type="number"], .input_with_prefix_div > textarea {
    width: calc(100%)!important;
}

#logout_button i {
	margin-right: 5px;
	font-size: 1.1em;
	color: #D2063A;
	border: 1px solid #D2063A;
	padding: 5px;
	border-radius:2px;
	cursor: pointer;
}

#logout_button:hover{
	font-size: 100%;
}
#logout_button:hover i{
	font-size: 1.1em;
}

table.muude tr div.muude_komment {
	font-style: italic; 
	font-size: 0.9em;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

table.muude tr div.muude_komment_textarea {
    margin-top: -5px !important;
}

a.btn-edit, a.btn-edit2, a.btn-white {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 3px;
    font-size: 0.9em;
    text-decoration: none;
    border: 1px solid #E6E6E6;
    background-color: #FFF;
    color: #333;
    padding: 4px 7px 4px!important;
    font-weight: 400;
    font-size: 0.95em!important;
    display: inline-block;
}

a.btn-edit.empty:before, a.btn-edit2.empty:before, a.btn-white.empty:before {
	margin-right: 0;
}

.sisukord_sulge_nupp{
	font-size: 1.5em;
	cursor: pointer;
	float: right;
}

.sisukord_ava .sisukord_sulge_nupp {
	margin-left: 5px;
}



table th.ridapealkiri {
	font-weight: 400;
	text-align: left;
	color: #D2063A;	
	font-size:1.4em;
	padding:10px 0px 10px 0px;
	border-top:solid 1px #E6E6E6;
	border-bottom:solid 1px #E6E6E6;
	padding-left:20px;
	background-color: #F7F7F7;
}

table th.vaheseletus {
    font-weight: bold;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    padding-left: 20px;
    background-color: #F7F7F7;
}


tr.header_row td{
	FONT-WEIGHT: 500;
	font-size:0.95em;
	padding: 7px 9px 7px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: #EFEFEF;
}

.sess_aegus_div, .login_error {
	color: #D2063A;
	font-size: 1.2em;
	font-weight: bold;
}

#kasutaja_seaded_span {
	color: #D2063A;
	cursor: pointer;
}
}


table td.right_td {
	text-align: right !important;
}

.right_td {
	text-align: right !important;
}

.summa_reaga_datatable tbody > tr:last-child td {
	FONT-WEIGHT: 500;
    font-size: 0.95em;
    padding: 7px 5px 7px;
    text-align: right !important;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background-color: #EFEFEF !important;
}

.summa_reaga_datatable tbody > tr:only-child td {
	FONT-WEIGHT: normal;
    font-size: 0.95em;
    padding: 7px 5px 5px;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background-color: #FFFFFF !important;
}

.audio_fail_list{
	
}

.audio_fail_item{
	border-bottom: dashed 1px #ccc;
	padding: 10px 5px;
}

.audio_fail_item_odd{
	
}
.audio_fail_item_even{
	
}

.audio_fail_sep {
	

}

.audio_fail_kirjeldus{
	margin-bottom: 5px;
}

.audio_fail_sisu{
	
}

.audio_fail_punkt{
    top: 0.4em;
    display: inline-block;
    height: 1em;
    width: 1em;
    border: 0.2em solid #D2063A;
    position: relative;
    margin-right: 1em;
    border-radius: 4px;
    background-color: #D2063A;
}

.sonum_selgitus_div{
	background-color: rgb(232, 232, 232);
	color: #000;
}


.sonum_selgitus_div table.sonum_selgitus_table tr td, .sonum_selgitus_div table.sonum_selgitus_table tr th{
	font-size: 12px; 
	padding: 1px 1px !important;
}

.sonum_selgitus_div table.sonum_selgitus_table, .sonum_selgitus_div table.sonum_selgitus_table tr, .sonum_selgitus_div table.sonum_selgitus_table tr td, .sonum_selgitus_div table.sonum_selgitus_table tr th{
	border: 0 !important;
	border-bottom: 0 !important;
}

.sonum_juhend_voti{
	font-weight: bold;
}

.sonum_juhend_voti_tr{
	cursor: pointer;
}

.ui-dialog-titlebar{
	text-align: right;
}

.ui-dialog-content{
	padding: 0.5em 1em;
}

.ui-dialog.ui-widget-content{
    display: inline-block;
}

.ui-tooltip {
    width: auto;
    display: inline-block;
}

.pdf_gen_saada_rida{
	
}

.too_yl_param_check{
	margin-right: 1em;
	white-space: nowrap;
}

table.raamiga td.too_yl_kuupaev_div{
	font-size: 1.3em;
	padding-top: 2em;
	border-right: 0;
}

.yl_paevi_tase_0 .yoo_yl_lisatext{
	color: #D2063A;
}
.yl_paevi_tase_1 .yoo_yl_lisatext{
	color: #D2063A;
}
.yl_paevi_tase_2 .yoo_yl_lisatext{
	color: #baa502;
}
.yl_paevi_tase_3 .yoo_yl_lisatext{
	color: #00a816;
}

.too_yl_ikoon{
	font-size: 1.5em;
}

table.raamiga td.too_yl_ikoon_td{
	border-right: 0;
	width: 1%;
}

table.raamiga td.too_yl_sisu_td{
	font-weight: bold;
}

table.raamiga td.too_yl_vigane{
	
}

table.raamiga tr.too_yl_header th{
	border-left: 1px solid #DDDDDD;
	FONT-WEIGHT: normal;
    font-size: 0.85em;
    padding: 1px 3px;
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background-color: #EFEFEF;
}

.kiirmuuda_edit_icon{
	color: #333;
}

table.raamiga td.too_yl_seletus{
	color: #D10639;
    font-weight: bold;
    font-size: 1.2em;
}

.tahvel_sisu_body{
	/*all: unset;*/
}

.roll_andmekaitse_on{
	margin-right: 5px;
	font-size: 1.1em;
	color: #00a816;
	border: 2px solid #00a816;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.roll_andmekaitse_on:hover{
	opacity: 0.7;
}

.roll_andmekaitse_off{
	margin-right: 5px;
	font-size: 1.1em;
	color: #D2063A;
	border: 2px solid #D2063A;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.roll_andmekaitse_off:hover{
	opacity: 0.7;
}
