article, aside, figure, footer, header, hgroup, menu, nav, section { display:block; }

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 1154px;
}

body.popup {
  min-width: 150px;
  height: auto;
}

a {
  color: #456629;
  font-weight: bold;
  text-decoration: none;
}

a.normal_link {
  color: black;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #456629;
  font-weight: normal;
  font-size: x-large;
}

h2 {
  color: #456629;
  font-weight: bold;
  font-size: medium;
}

h3 {
  color: black;
  font-weight: bold;
  font-size: small;
}

p {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

input[type="text"], input[type="password"], textarea, select
{
  border: 1px solid #999999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-width: 265px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
  border: 1px solid #666666;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

input[type="submit"],input[type="button"] {
  background-color: #71A044;
  color: white;
  font-weight: normal;
  border: 0px solid black;
  margin-top: 3px;
  padding: 1px 5px 1px 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"].important,input[type="button"].important {
  background-color: #456629;
  font-weight: bold;
}

input[type="submit"]:hover,input[type="button"]:hover {
  background-color: #30461C;
}

li.sf_admin_action_delete a {
  background-color: #71A044;
  color: white;
  font-weight: normal;
  border: 0px solid black;
  margin-top: 3px;
  padding: 2px 8px 2px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

li.sf_admin_action_delete a:hover {
  text-decoration: none;
  background-color: #30461C;
}

button[disabled]:active,button[disabled],input[type="reset"][disabled]:active,input[type="reset"][disabled]:hover,input[type="reset"][disabled],input[type="button"][disabled]:active,input[type="button"][disabled]:hover,input[type="button"][disabled],select[disabled]>input[type="button"],select[disabled]>input[type="button"]:active,input[type="submit"][disabled]:active,input[type="submit"][disabled]:hover,input[type="submit"][disabled]
  {
  background-color: white;
  color: #999999;
  border: 1px solid #999999;
  cursor: default;
}

#pageContainer {
  position: relative;
  min-height: 100%;
}

#pageHeader {
  overflow: hidden;
  background-color: #477020;
  height: 80px;
  background-image: url('./../images/header_background.png');
  background-repeat: no-repeat;
  vertical-align: top;
  color: white;
  margin-bottom: 15px;
}

#pageHeader div.logos {
  float: left;
}

div.loading_overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -200px;
  z-index: 2000000 !important;
  overflow: hidden;
  pointer-events: none;
}

#pageHeader div.title {
  color: black;
  margin-left: 30px;
  height: 80px;
  float: left;
  position: relative;
}

#pageHeader div.title span {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
}

#pageHeader a {
  color: #white;
  text-decoration: none;
}

#commonTools {
  float: right;
  height: 80px;
  position: relative;
}

#commonTools div.toolbar {
  padding: 5px;
}

#commonTools div.language_switch {
  color: white;
  font-weight: normal;
  white-space: nowrap;
  position: absolute;
  bottom: 10px;;
  right: 0;
}

#commonTools a {
  color: white;
  font-weight: normal;
  font-size: 10pt;
}

#commonTools div.language_switch span {
  margin-left: 5px;
  margin-right: 5px;
}

#commonTools div.language_switch span.selected, #commonTools div.language_switch span a:hover {
  border-bottom: 1px solid #B1C697;
}

#commonTools select {
  min-width: auto;
  background-color: #F5FFDC;
  
} 

#pageFooter {
  background-color: #477020;
  background-image: url('./../images/footer_background.png');
  background-repeat: repeat-y;
  overflow: hidden;
  position: relative;
  margin-top: -20px;
  height: 20px;
  vertical-align: bottom;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#pageFooter div {
  padding: 1px;
  font-size: small;
  color: white;
  position: relative;
  text-align: right;
  display: table-cell;
  float: left;
  padding-left: 220px;
}

#pageFooter div a {
  font-size: small;
  color: white;
  text-decoration: none;
}

#pageFooter div.copyright {
  padding: 1px;
  font-size: xx-small;
  color: white;
  position: relative;
  text-align: right;
  display: table-cell;
  float: right;
  padding-right: 4px;
}

#pageFooter div.copyright a {
  font-size: xx-small;
  color: white;
  text-decoration: none;
}

#copyrightText {
  height: 1%;
}

#sideBar {
  margin: 0 15px 0 15px;
  float: left;
  width: 175px;
}

.eurologod {
  margin-top: 20px;
}

#pageContent {
  /* top = 15px (sidebar margin) + 2px (sidebar border) = 17px */
  /* left = 175px (sidebar width) + 2*15px (sidebar margin) = 205px */
  margin: 17px 0 30px 205px;
  padding: 0px 15px 15px 15px;
  border-left: 1px solid #ccc;
  min-height: 600px;
}

#pageContent_popup {
  margin: 17px 0 0 10px;
  padding-bottom: 10px;
}

a img {
  border: 0px;
}

div.tab_bar {
  border-bottom: 1px solid #456629;
  padding: 3px 0 1px 0;
}

div.tab_bar span.title {
  color: #666;
  margin-left: 10px;
  font-weight: bold;
}

a.tab {
  background-color: #999999;
  margin-right: 1px;
  color: white;
  padding: 3px 10px 2px 10px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

a.tab:hover {
  background-color: #808080;
  text-decoration: none;
}

a.tab.open, a.tab.hascontents.open {
  background-color: #71A044;
}

a.tab.open:hover {
  background-color: #456629;
}

a.tab.hascontents {
  background-color: #F15A24;
}

a.tab_arrow_down {
  background-color: #456629;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin-right: 1px;
  padding: 3px 0 2px 23px;
  background-image: url('./../images/tab_nool_alla.png');
}

a.tab_arrow_up {
  background-color: #456629;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin-right: 1px;
  padding: 3px 0 2px 23px;
  background-image: url('./../images/tab_nool_yles.png');
}


a.tab_arrow:hover {
  text-decoration: none;
}

div.tab_contents {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

div.tab_contents.bordered {
  border-bottom: 1px solid #456629;
}

div.tab_contents.boxed {
  border: 1px solid #456629;
  border-top-width: 0;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin-bottom: 20px;
}

div.tab_contents.boxed.full {
  border-top-width: 1px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

/* nooltega tabid */

div.navtab_bar_container {
  width: 100%;
  border-bottom: 1px solid #456629;
  margin-bottom: 15px;
}

ul.nav_actions {
  padding-top: 15px !important;
}

div.navtab_bar {
  padding: 3px 0 0 0;
  display: table;
}

a.navtab {
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  background-color: #B3B3B3;
  margin-right: 1px;
  color: white;
  padding: 0 20px 0px 10px;
  border: 0px solid white;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 0 0 0;
  height: 50px;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("./../images/navtab_gray.png");
}

a.navtab:hover {
  background-color: #808080;
  background-image: url("./../images/navtab_darkgray.png");
  text-decoration: none;
}

a.navtab.passed {
  background-color: #71A044;
  background-image: url("./../images/navtab_lightgreen.png");
}

a.navtab.open, a.navtab.error.open {
  background-color: #456629;
  background-image: url("./../images/navtab_darkgreen.png");
}

a.navtab.open:hover, a.navtab.passed:hover, a.navtab.error:hover {
  background-color: #30461C;
  background-image: url("./../images/navtab_darkergreen.png");
}

a.navtab.error:before {
  content: url("./../images/orange_dot.png");
}

a.navtab.passed.error:before, a.navtab.open.error:before {
  content: "";
}

a.navtab.passed.error {
    color: white;
  background-color: #F15A24;
  background-image: url("./../images/navtab_orange.png");
}

.muutmisest_moodas_tekst {
  margin: 10px 0;
}

.dataTable {
  border-collapse: collapse;
  background-color: white;
}

.dataTable th {
  padding: 3px 5px 3px 5px;
  background-color: #999999;
  color: white;
  text-align: left;
  vertical-align: middle;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border: 1px solid white;
  padding-right: 15px;
}

.dataTable th.sortasc {
  background-color: #456629;
  background-image: url('./../images/sort_asc.png');
  background-repeat: no-repeat;
  background-position: right center;
}

.dataTable th.sortdesc {
  background-color: #456629;
  background-image: url('./../images/sort_desc.png');
  background-repeat: no-repeat;
  background-position: right center;
}

.dataTable th a {
  color: white;
  text-decoration: none;
}

.dataTable th a:hover {
  text-decoration: underline;
}

.dataTable tr.r1 {
  background-color: white;
}

.dataTable tr.r0 {
  background-color: #E8EFD8;
}

.dataTable td {
  padding: 1px 5px 1px 5px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

.dataTable td:first-child {
  border-left-width: 0px;
}

.dataTable td:last-child {
  border-right-width: 0px;
}

.dataTable td.tahtaeg_yletatud, .dataTable td.tahtaeg_yletatud a, 
.dataTable tr.tahtaeg_yletatud td, .dataTable tr.tahtaeg_yletatud a,
.tyyp_juriidiline .tahtaeg_yletatud a,
li.tahtaeg_yletatud {
  color: #FF2A00;
}

.dataTable li.r1 {
  color: black;
}

.dataTable li.r0 {
  color: #004d9a;
}

.list_td_text_top {
  vertical-align: top;
}

div.tahtaeg_yletatud {
  color: #FF2A00;
}

div.ebakorrektne, span.ebakorrektne, h2.ebakorrektne, tr.ebakorrektne, .dataTable.ebakorrektne tr, a.ebakorrektne, td.ebakorrektne {
  color: #FF2A00;
}

.dataTable th.ebakorrektne {
  color: #802A00;
}

.dataTable tbody {
  border-bottom: 1px solid #456629;
}

.dataTable tr.addRow {
  border-top: 1px solid #456629;
}

.dataTable .sf_admin_pagination {
  float: right;
}

.dataTable .sf_admin_pagination strong {
  
}

.dataTable .sf_admin_pagination a {
  color: #999999;
}

.dataTable .sf_admin_pagination a.pagination_link:hover {
  text-decoration: none;
}

.dataTable td ul {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 5px;
}

.dataTable td ul li {
  margin: 0;
  padding: 0;
}

.dataTable td ul.error_list li {
  padding: 3px 20px 3px 50px;
}

.auto_complete {
  background-color: #FFFFCC;
  border-style: dotted;
  border-width: 1px;
  cursor: default;
  z-index: 100;
}

.auto_complete ul li.selected {
  background-color: #FFCC66;
}

.auto_complete li a {
  cursor: pointer;
  float: right;
  padding-right: 10px
}

.auto_complete ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 1px solid #bbb;
}

.hidden {
  display: none !important;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

select.sf_admin_multiple,select.sf_admin_multiple-selected,select.double_list_select,select.double_list_select-selected
  {
  min-width: 200px;
}

.double_list_label {
  font-weight: bold;
  padding-bottom: 0.5em;
}

ul.sf_admin_checklist {
  list-style: none;
  padding-left: 5px;
}

.dropTarget {
  min-height: 30px;
  border-style: dotted;
  border-width: 1px;
  padding: 2px;
}

.dropTarget.active,.draggableElement.active {
  background-color: #FFCC66;
}

.noWrap {
  white-space: nowrap;
}

input.dateInput {
  width: 6em;
  min-width: 6em;
}

input.tyyp_date {
  width: 6em;
  min-width: 6em;
}

input.timeInput {
  width: 2em;
  min-width: 2em;
}

input.dateTimeInput {
  width: 9em;
  min-width: 9em;
}

textarea.huge {
  min-width: 50em;
  width: 50em;
  height: 15em;
}

.widest {
  min-width: 600px !important;
  width: 600px;
}

.wider {
  min-width: 500px !important;
  width: 500px;
}

.wide {
  min-width: 400px !important;
  width: 400px;
}

.medium {
  min-width: 265px !important;
  width: 265px;
}

.normal {
  min-width: 180px !important;
  width: 180px;
}

.narrow {
  min-width: 100px !important;
  width: 100px;
}

.narrower {
  min-width: 40px !important;
  width: 40px;
}

textarea.parameeter {
  min-width: 100px;
  width: 50em;
  height: 15em;
}

select.wide {
  width: auto;
  min-width: 25em;
  max-width: 25em;
}

.content input[type="checkbox"]+label {
  display: inline;
  float: none;
}

.content label {
  display: inline;
  float: none;
}

.content.limited {
  width: 600px;
}

.inserted {
  background-color: #ccffcc; 
}

div.inserted {
  display: inline-block;
}

.deleted, tr.deleted > td { 
  background-color: #ffcccc; 
  text-decoration: line-through;
}

span.modified { 
  background-color: #ffffcc; 
}

span.replaced { 
  background-color: #ccccff; 
}

.content > div.modified {
  background-color: #ffffcc;
}

.tegevuskoht_TegevuskohaIsik div.modified {
  background-color: #ffffcc;
}

.tegevuskoht_hooldatavad ul {
  margin: 0;
  padding-left: 1em;
}

a.navtab.modified:after {
  content: url(./../images/modified.gif);
  margin-left: 6px; /* pool pildi laiusest */
}

div.taotluseKorratavaPlokiRida.modified > span.taotluseKorratavaPlokiNumber:after {
  content: url(./../images/modified.gif);
}

.horisontaalne > .sf_admin_form_row > div > div.content > div.inserted,
.horisontaalne > .sf_admin_form_row > div > div.content > div.modified,
.horisontaalne > .sf_admin_form_row > div > div.content > div.deleted {
  display: inline;
}

span.form_hint {
  font-size: smaller;
  color: #666;
}

div.form_hint {
  color: #666;
}

div.list_tableheader {
  padding-left: 25px;
  background: url(./../images/tick.png) no-repeat 4px 4px;
  margin-bottom: 8px;
  color: #c88;
}

div.aadress_kokku {
  border: 1px solid #666;
  background-color: #eee;
  min-width: 300px;
  padding: 5px;
  margin-right: 20px;
}

input.hint {
  color: #aaa;
}

textarea[readonly], input[readonly], select[disabled] { 
  color: #666;
  background-color: #dddddd;
  border: 1px solid #aaa;
}

span.tooltip {
  font-style: italic;
  cursor: pointer;
  background: url('./../../images/info.gif') no-repeat center right;
  padding-right: 14px;
}

.custom_form_field_menetleja_kommentaar span.tooltip {
  background: none;
}
.hide_tooltip_icon span.tooltip {
  background: none;
}

.custom_form_field_menetleja_kommentaar {
  min-width: 196px;
}

label.normal {
  float: none !important;
  display: inline !important;
}

.sortable { 
  list-style-type: none;
  margin: 0 !important; 
  padding: 0 !important; 
  width: 100%; 
}

.sortable li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  height: 18px;
  color: #456629;
  font-weight: bold;
  width: 100%
}

.sortable li span {
  position: absolute;
  margin-left: -1.3em;
}

div#notificationBarContainer {
  position: fixed;
  bottom: 0px;
  z-index: 100;
  text-align: center;
  width: 100%;
  display: none;
}

div#notification_bar {
  padding: 15px 15px 20px 15px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('./../images/header_background.png');
  border: 4px solid white;
  border-bottom-width: 0;
  -moz-box-shadow: 0px 0px 3px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px 3px #ccc;
  box-shadow: 0px 0px 3px 3px #ccc;
  font-weight: bold;
  color: white;
}

div#error_bar {
  padding: 15px 15px 20px 15px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('./../images/redbg.jpg');
  border: 4px solid white;
  border-bottom-width: 0;
  -moz-box-shadow: 0px 0px 3px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px 3px #ccc;
  box-shadow: 0px 0px 3px 3px #ccc;
  font-weight: bold;
  color: white;
}

ul.error_list
{
  margin: 0;
  margin-bottom: 7px;
  padding: 0;
  border: none;
}

ul.error_list li
{
  list-style: none;
  margin: 4px 0 0 0;
  padding: 3px 20px 3px 50px;
  background: url(./../images/exclamation_small.png) no-repeat 10px 3px;
  background-color: #F2F2F2;
  color: black;
  border: 2px solid #F15A25;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

ul.sf_admin_actions
{
  list-style-type: none;
  padding: 0;
  margin: 10px 0 10px 0;
}

ul.sf_admin_actions li
{
  list-style-type: none;
  display: inline;
  margin: 0 1px 0 1px;
}

ul.sf_admin_actions li form, ul.sf_admin_actions li form div
{
  display: inline;
}

.notice
{
  margin: 4px 0;
  padding: 6px 6px 6px 20px;
  background-color: #DBEBBE;
  color: black;
  border: 2px solid #72A145;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.error
{
  margin: 4px 0;
  padding: 6px 6px 6px 50px;
  background: url(./../images/exclamation_small.png) no-repeat 10px 6px;
  background-color: #F2F2F2;
  color: black;
  border: 2px solid #F15A25;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.notice-error
{
  margin: 4px 0;
  padding: 6px 6px 6px 50px;
  background: url(./../images/exclamation_small.png) no-repeat 10px 6px;
  background-color: #DBEBBE;
  font-weight: bold;
  color: black;
  border: 2px solid #72A145;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.notice-error.seotud-isiku-hoiatus
{
  padding-left: 36px;
}

div.filters_block
{
  margin-bottom: 8px;
  padding: 6px;
  background-color: #DBEBBE;
  color: black;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: table;
  min-width: 260px;
}

div.used_filters
{
  margin: 4px 0;
  padding: 6px 6px 6px 50px;
  background: url(./../images/exclamation.png) no-repeat 10px 6px;
  background-color: #DBEBBE;
  color: black;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: table;
  min-width: 260px;
}

div.used_filters > div.title {
  
}

div.used_filters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.used_filters ul li {
  padding-right: 170px;
}

div.used_filters ul li:before {
  content: "- ";
}

div.used_filters a.reset {
  float: right;
  color: #456629;
  font-size: x-small;
  padding-right: 16px;
  background: url("./../images/x_green.png") no-repeat right top;
}

div.used_filters a.reset:hover {
  text-decoration: none;
}

div.register_result
{
  margin: 4px 0;
  padding: 6px 6px 6px 6px;
  color: black;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-color: #DBEBBE !important;
  border-style: solid !important;
  border-radius: 8px !important;
}

div.register_result > div.title {
  
}

div.register_result ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.register_result ul li:before {
  content: "- ";
}

/* kontrollitava isiku rollide valikus ei näita checkboxide ees sidekriipsu */
div.register_result .sf_admin_form_field_kontrollitava_isiku_liik_id ul li:before,
div.register_result #taotlus_versioon_lisa_kontrollitav_fyysiline_isik_isikuandmed_div ul li:before,
div.register_result #taotlus_versioon_lisa_kontrollitav_juriidiline_isik_seotud_isik_div ul li:before {
  content: none;
}

.kontrollitava_isiku_failide_tabel
{
  margin-bottom: 2em;
  width: 100%;
}

.kontrollitava_isiku_failide_tabel td.sf_admin_td_actions
{
  width: 20px;
}

fieldset h2, div.dataset h2
{
  padding: 3px;
  color: #333;
  background-color: #d5d5d5;
  background-image: url('./../images/pais2.png');
  background-repeat: repeat-x;
  font-size: 11px;
  margin: 0;
}

fieldset hr, div.dataset hr
{
  height: 3px;
  background-color: #ccc;
  border: none;
  border-bottom: 1px solid #999;
  margin: 0;
}

fieldset, div.dataset
{
  margin-bottom: 3px;
  margin: 0;
  padding: 0;
  border: 0px solid black;
  overflow: auto;
}

div.label
{
  padding: 2px 1em 2px 0;
  text-align: left;
  vertical-align: top;
  display: table-cell;
  width: 240px;
  min-width: 240px;
  border-bottom: 1px dotted #999999;
}

div.label.separator
{
  border-bottom: 1px solid #456629;
}

div.label_free
{
  padding: 2px 1em 2px 0;
  text-align: left;
  vertical-align: top;
  display: table-cell;
  border-bottom: 1px dotted #999999;
}

div.label_free.separator
{
  border-bottom: 1px solid #456629;
}

div.single_row_filter
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #456629;
}

div.single_row_filter div.label {
  border-bottom-width: 0px;
}

.sf_admin_form_row
{
  clear: both;
  padding: 2px;
}

/* EmbedRelationi jaoks - START */
.sf_admin_form_row span > div:first-child
{
  padding-top: 10px;
  border-top: 3px dotted #456629;
}

.sf_admin_form_row span > div:last-child
{
  padding-bottom: 10px;
}
/* EmbedRelationi jaoks - END */

.sf_admin_form_row:last-child 
{
  padding-bottom: 0;
  border-bottom: 0px;
}

.sf_admin_form_row table.subform td
{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.sf_admin_form_row .content
{
  padding-left: 1em;
  display: table-cell;
  min-height: 20px;
}

.sf_admin_form_row.required > .content, .sf_admin_form_row.required > div > .content {
  background: url('./../images/required.png') no-repeat 5px 0px;
}

.dataTable td.required {
  background: url('./../images/required.png') no-repeat 4px 3px;
  padding-left: 10px;
}

input[type="text"].required, input[type="password"].required, textarea.required, select.required {
  background-color: #F5FFDC;
}

.help
{
  padding-left: 9em;
  color: #aaa;
}

.errors input, .errors select, .errors textarea
{
  border: 1px solid #F15A25;
}

.errors input[type=button], .errors input[type=submit]
{
  border: 0px solid black;
}

#sf_admin_container .sf_admin_list .sf_admin_boolean
{
  text-align: center;
}

#sf_admin_container ul.checkbox_list
{
  display: table-cell;
  padding: 0px;
  list-style-type: none; 
}

#sf_admin_notice
{
  float: right;
  margin-left: 20px;
  width: 500px;
  overflow: hidden;
}

/* peidame embedditud aadressivormi */
.sf_admin_form_field_aadress
{
  display: none;
}

/* peidame embedditud piirkonna aadressivormi */
.sf_admin_form_field_piirkond_aadress
{
  display: none;
}

div.piirkond_aadress_kokku {
  border: 1px solid #666;
  background-color: #eee;
  min-width: 300px;
  padding: 5px;
  margin-right: 20px;
}

div.popup_modal {
  background-color: white;
  color: black;
  border: 2px solid #456629;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  max-width: 1000px;
}

div.popup_modal div.header {
  background-color: #456629;
  color: white;
  font-weight: bold;
  font-size: x-small;
  padding: 4px 10px 4px 10px;
  vertical-align: middle;
}

div.popup_modal div.header div.popup_close {
  float: right;
  vertical-align: middle;
  padding-right: 16px;
  background: url('./../images/x_white.png') no-repeat top right;
}

div.popup_modal div.contents {
  padding: 10px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: auto;
}

#simplemodal-overlay {
  background-color:#000;
  z-index: 100000 !important;
}

#simplemodal-container {
  z-index: 100010 !important;
}

.simplemodal-close {
  cursor: pointer;
}

.sf_admin_form_helper_row label {
  font-style: italic;
}

.sf_admin_form_helper_row select, .sf_admin_form_helper_row input[type="text"], .sf_admin_form_helper_row textarea,
select.helper_field, input.helper_field, textarea.helper_field
{
  background-color: #FFFFCC;
  border: 1px solid #999999 !important;
}

/** MENÜÜ **/

/* esimene menüü tase */
ul#main_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#main_menu a {
  display: block;
  color: black;
  background-color: #e6e6e6;
  border: 2px solid white;
  padding: 3px 24px 3px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

ul#main_menu a:hover {
  text-decoration: none;
  background-color: #ccc;
}

ul#main_menu a.open {
  color: white;
}

ul#main_menu > li.has_children > a {
  background-image: url('./../images/nool_hall.png');
  background-position: top right;
  background-repeat: no-repeat;
}

ul#main_menu a.open, ul#main_menu a.open:hover {
  background-color: #456629;
}

ul#main_menu > li.has_children > a.open {
  background-image: url('./../images/nool_valge_vasakule.png');
}
ul#main_menu > li.has_children > a.open_hall {
  background-image: url('./../images/nool_hall_vasakule.png');
}

/* teine menüü tase */
ul#main_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#main_menu ul li a {
  background-color: white;
  font-weight: normal;
  padding: 0 24px 0 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid white;
}

ul#main_menu ul > li.has_children > a {
  background-image: url('./../images/nool_hall_vaiksem.png');
  background-position: top right;
  background-repeat: no-repeat;
}

ul#main_menu ul a:hover {
  background-color: #e6e6e6;
}

ul#main_menu ul a.open, ul#main_menu ul a.open:hover {
  background-color: #dcebbd;
  color: black;
}

ul#main_menu ul > li.has_children > a.open {
  background-image: url('./../images/nool_hall_vaiksem.png');
}

/* kolmas menüü tase */
ul#main_menu ul ul a {
  padding: 0 24px 0 30px;
  text-indent: -0.65em;
}
ul#main_menu ul ul a:before {
  content: "- ";
}

/** MENÜÜ LÕPP **/

.description_active {
  color: grey;
}

div.login-column {
  min-width: 300px;
  margin: 4px 0;
  padding: 6px;
  color: black;
  border: 2px solid #72A145;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

div.login-column table {
  width: 100%;
}

div.login-column th {
  text-align: left;
}

.content .radio_list, .content .checkbox_list
{
  margin: 0;
}

.content .radio_list, .content .checkbox_list
{
  padding: 0;
}

.content .radio_list li, .content .checkbox_list li
{
  list-style: none;
  display: block;
}

.content .radio_list li.horisontaalne, .content .checkbox_list li.horisontaalne
{
  display: inline;
}

div.quicklinks a {
  font-size: x-small;
  color: #999;
  padding-right: .2em;
}

div.quicklinks a:hover {
  color: #456629;
  text-decoration: none;
}

span.aadress_button_container {
  float: left;
  width: 270px;
}

a.ajax_result {
  background-color: #f2f2f2;
  background-image: url('./../images/arrow_left_orange.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 3px 15px 3px 25px;
  margin-left: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.taotluseKorratavaPlokiRida {
  border: 1px solid #456629;
  border-radius: 4px;
  margin-bottom: 2px;
  padding: 2px;
  display: table-row;
}

.taotluseKorratavaPlokiPais {
  display: table-row;
  font-weight: bold;
}

.taotluseKorratavaPlokiRida > span {
  display: table-cell;
  padding: 4px 4px 4px 10px;
  border-color: #456629;
  border-style: solid;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin: 15px;
}
.taotluseKorratavaPlokiPais > span {
  display: table-cell;
  padding: 4px 4px 4px 10px;
  border: none;
}


.taotluseKorratavaPlokiRida > span:first-child {
  border-radius: 4px 0 0 4px;
  border-left-width: 1px;
  background-image: url("./../images/green_gradient_horizontal.png");
  background-repeat: repeat-y;
}

.taotluseKorratavaPlokiRida > span:last-child {
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
}

.taotluseKorratavaPlokiEraldajaRida {
  height: 2px;
  border: none;
  display: table-row;
}

.taotluseKorratavaPlokiEraldajaRida:last-child {
  display: none; /* viimase rea all ei näita tühja ruumi */
}

.taotluseKorratavaPlokiNumber {
  font-size: large;
  color: #456629;
  padding: 4px 4px 4px 10px;
}

.taotluseKorratavaPlokiToggle > a.tab_arrow_down, .taotluseKorratavaPlokiToggle > a.tab_arrow_up {
  border-radius: 4px 4px 4px 4px;
}

.taotluseKorratavaPlokiLisamiseNupp {
  padding-top: 5px;
  padding-bottom: 10px;
}

.dataTable tr.highlight {
  font-weight: bold;
}

h2.important {
  color: #FF2F00;
}

span.important {
  font-weight: bold;
}

span.negative {
  color: #FF2F00;
}

/* näitame widgeti sees olevat vormi kompaktsemalt kui tavalist vormi */
.widgetForm {
  display: table;
}

.widgetForm > div {
  display: table-row;
}

.widgetForm > fieldset > div {
  display: table-row-group;
}

.widgetForm > fieldset > div > div {
  display: table-row;
}

.widgetForm div.label {
  width: auto;
  min-width: 0;
}

/* peidame päiste lisamise rea, kui seda vaja pole */
.sf_admin_form_field_DynPlokiPais.paiseta {
  display: none;
}

/* ploki päise järjenumbrile minimaalset laiust pole vaja */
.sf_admin_form_field_DynPlokiPais > div > div.content > div.sf_admin_form_row > div > div.label {
  min-width: 0;
}

/* ploki päise vormivälja labelid on pool tavalisest labelist */
.sf_admin_form_field_DynPlokiPais > div > div.content div.label {
  min-width: 115px;
}

/* plokile päise lisamine ei ole kohustuslik */
.sf_admin_form_field_DynPlokiPais > div > div.content > div.required > div > .content {
  background: none;
}

.ettevotja_table {
	border: 0;
	border-spacing: 15px;
}

.ettevotja_column {
  background-color: #F8F8F8;
  border: 1px solid #72A145;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
	min-width: 400px;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

.ettevotja_column.empty {
  background-color: #EEEEEE;
  color: #AAAAAA;
  border-color: #CCCCCC;
}

.ettevotja_column.empty a {
  color: #AAAAAA;
}

.ettevotja_column.empty img {
  opacity: 0.2;
  filter:alpha(opacity=20);
}

div.ettevotja_title_container {
  overflow: hidden;
  min-width: 450px;
}

div.ettevotja_title {
	float: left;
	margin-top: 20px;
	
  font-weight: bold;
  font-size: medium;
}

div.ettevotja_title a {
	color: #383838;
}

div.ettevotja_title.tahtis a {
  color: #FF6600;
}

div.ettevotja_icon img {
  float: right;
  clear: right;
}

div.ettevotja_bottom_text {
  margin-bottom: 15px;
}

div.ettevotja_tab_contents {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.ettevotja_dataTable {
  border-collapse: collapse;
  background-color: white;
  width: 100%;
}

.ettevotja_dataTable th {
  padding: 3px 5px 5px 3px;
  background-color: #F8F8F8;
  color: black;
  text-align: left;
  text-decoration: underline;
  font-size: 13px;
}

.ettevotja_dataTable tr.r1 {
  background-color: white;
}

.ettevotja_dataTable tr.r0 {
  background-color: #F0F0F0;
}

.ettevotja_dataTable td {
  padding: 1px 10px 1px 5px;
}

.ettevotja_dataTable td:first-child {
  border-left-width: 0px;
}

.ettevotja_dataTable td:last-child {
  border-right-width: 0px;
  text-align: right;
}

.ettevotja_dataTable td.ikoonid {
  white-space: nowrap;
  text-align: right;
}

.ettevotja_dataTable td.ikoonid a.muuda {
  margin-right: 18px;
}

.ettevotja_dataTable td ul {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 5px;
}

.ettevotja_dataTable td ul li {
  margin: 0;
  padding: 0;
}

/* horisontaalse asetusega plokk või tab */
.horisontaalne > .sf_admin_form_row {
  display: inline;
}

.horisontaalne > .sf_admin_form_row > div {
  display: inline;
}

.horisontaalne > .sf_admin_form_row > div > div {
  display: inline;
}

.horisontaalne > .sf_admin_form_row > div > .label {
  min-width: 0px;
  padding-right: 0px;
}

.horisontaalne > .sf_admin_form_row > div > .content > input,
.horisontaalne > .sf_admin_form_row > div > .content > select
{
  min-width: 0px;
}

.horisontaalne > .sf_admin_actions {
  display: inline;
}

/* vaatamisvormil */
#vorm_toggle .horisontaalne > .sf_admin_form_row > div > .content {
  padding-left: 0.5em;
  padding-right: 2em;
}

/* muutmisvormil */
#taotlusVorm .horisontaalne > .sf_admin_form_row > div > .label {
  border-bottom: none;
}

.clear_none {
  clear: none !important;
}

ul.propelShow {
  margin: 0;
  padding-left: 1em;
}

.korratavaPlokiTabelvaade input[type="text"], .korratavaPlokiTabelvaade input[type="password"], 
.korratavaPlokiTabelvaade textarea, .korratavaPlokiTabelvaade select {
  min-width: 0;
}

.korratavaPlokiTabelvaade div.label {
  min-width: 140px;
  width: 140px;
}

.avalik_column {
    background-color: white;
    border: 2px solid #72a145;
    border-radius: 8px;
    min-width: 400px;
    padding: 5px 10px;
    vertical-align: top;
}

.avalik_login_link {
  height: 1.5em;
}

.fyysilise_isiku_aadressi_plokk .label {
  min-width: 88px !important; /* sama lai kui osalusprotsendi väli */
}

div.loading_box {
  box-shadow: 0 0 6px;
  margin: 10px;
  padding: 20px 60px 20px 60px;
  background-color: #DBEBBE;
  font-weight: bold;
  color: black;
  border: 5px solid #72A145;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

td.bordered {
  border: 2px solid #DBEBBE;
  border-radius: 8px !important;
}

.sf_admin_form_field_TeavituseFail div.content div.label {
  display: none;
}

.sf_admin_form_field_TeavituseFail div.content div.content {
  padding-left: 0;
}

.sf_admin_form_field_TeavituseFail > div > div.content > div.required > div > div.content {
  background: none;
}

.sf_admin_form_field_teavituse_saajad ul.checkbox_list
{
  padding-left: 0;
}

.redRow {
  color: red;
}

.redRow a {
  color: red;
}

.sf_admin_form_field_TaotluseVersiooniFail div.content div.label {
  display: none;
}
.sf_admin_form_field_TaotluseVersiooniFail div.content div.content {
  padding-left: 0;
}
.sf_admin_form_field_TaotluseVersiooniFail > div > div.content > div.required > div > div.content {
  background: none;
}
.sf_admin_form_field_TaotluseVersiooniFail div.content div.content div.sf_admin_form_row {
  border-top: none;
}

input[type=text].kalkulaatorigaRiigiloivuSumma {
  min-width: 6em !important;
  width: 6em;
}

/* paneme taotluse vormil tegevusala alaliigid nihkesse */
input[value*=","].TegevusalaLiikAlaliikidega {
  margin-left: 2em;
}
select.TegevusalaLiikAlaliikidega option[value*=","] {
  margin-left: 1em;
}

/* paneme taotluse vormil kauba alamkaubad nihkesse */
input[value*=","].KaupAlamkaupadega {
  margin-left: 2em;
}
select.KaupAlamkaupadega option[value*=","] {
  margin-left: 1em;
}

.padevustunnistusePadevusulatused ol {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.padevustunnistusePadevusulatused ol ol {
  padding-left: 1em;
}

.padevustunnistusePadevusulatused li {
  white-space: nowrap;
}

/* näitame lubade detailotsingus tegevuskoha alamväljasid lühemate labelitega, et need paremini ära mahuks */
div.sf_admin_filter_field_dyn_tegevuskoht div.content div.label {
  min-width: 140px;
  width: 140px;
}

/* mõnes kohas on vaja näidata, milliseid linke kasutaja juba külastanud on */
.trackVisitedLinks a:visited {
  color: #551A8B;
}

.taotlusePlokiPais {
  display: table-row;
  font-weight: bold;
}

.taotlusePlokiPais > span {
  display: table-cell;
  padding: 4px 4px 4px 10px;
  border: none;
}

.plokiTabelvaade input[type="text"], .plokiTabelvaade input[type="password"], 
.plokiTabelvaade textarea, .plokiTabelvaade select {
  min-width: 0;
}

.plokiTabelvaade div.label {
  min-width: 140px;
  width: 140px;
}

.plokiTabelvaade > tbody > tr > td {
  padding: 3px;
}

.plokiTabelvaade > tbody > tr > td > .sf_admin_form_row > div > .content {
  padding-left: 0;
}

.plokiTabelvaade > tbody > tr > td > .sf_admin_form_row > ul.error_list {
  padding-left: 0;
}

.plokiTabelvaade > tbody > tr > td > .sf_admin_form_row > ul.error_list > li {
  padding-left: 32px;
  padding-right: 5px;
}

tr.alamplokkTabeliReana:nth-child(odd) {
  background-color: white;
}

tr.alamplokkTabeliReana:nth-child(even) {
  background-color: #E8EFD8;
}

ul.warning_list {
  margin: 0px 3px 3px 0px;
  padding: 0;
}

ul.warning_list li {
  list-style: none;
  margin: 4px 0 0 0;
  padding: 3px 10px 3px 35px;
  background: url(./../images/exclamation_small_green.png) no-repeat 10px 3px;
  background-color: #DBEBBE;
  color: black;
  border: 2px solid #72A145;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.sf_admin_form_row.jagatud_soiduteenuse_luba {
  font-weight: bold;
}

img.e-resident {
  margin-left: 3px;
  height: 16px;
}

#kontrollitavate_isikute_tabel img.e-resident {
  height: 12px;
}

.dataTable img.e-resident {
  height: 12px;
}

/* Peidame haldusasutuse muutmisel halduspiirkonna aadressi vormi */
.sf_admin_form_field_halduspiirkond table td.bordered {
  display: none;
}

#siga_choose_signing_method_popup_container {
  display: table;
}

#siga_choose_signing_method_popup_container > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#siga_choose_signing_method_popup_container > div > div {
  padding: 4px;
}

#siga_choose_signing_method_popup_container input {
  min-width: auto;
}

#siga_choose_signing_method_popup_container form input {
  margin-left: 10px;
}
#siga_choose_signing_method_popup_container a {
  vertical-align: middle;
}

#siga_login_challenge {
  font-weight: bold;
}

#siga_login_info .login-column {
  text-align: center;
  width: auto;
}

#siga_login_info .login-column div {
  margin-top: 20px;
}

.tagasiside form {
  margin: 4px 0;
  padding: 10px;
  border: 2px solid #DBEBBE;
  border-radius: 8px;
  width: 280px;
}
.tagasiside ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tagasiside li {
  display: inline-block;
  text-align: center;
}
.tagasiside li input, .tagasiside li label {
  display: block;
  margin-bottom: 5px;
}
.tagasiside .kommentaar {
  margin-top: 1em;
  padding-right: 6px;
}
.tagasiside textarea {
  width: 100%;
  height: 4em;
}
.dataTable td.sf_admin_list_td_kommentaar {
  padding: 8px 5px;
}

#byk-va [role=button] {
  margin-bottom: 30px;
}
