/*
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.top45 { margin-top:45px; }
.top50 { margin-top:70px; }
*/
body{background:#fef268;}
.container {
/*  height:100vh; */
  overflow:auto;
}

.btn-secondary {background-color:red; color:white;}
.red {color:red;}
/*
h3{margin-top:40px;}
h1{margin-top:20px;}
h6{font-size:18px; margin:20px 0 10px  0; font-family: 'Pragati Narrow', sans-serif;}
*/
.legend-title{font-size:120%; font-weight: bold;}
.legend-title-soovitab{color:green; font-size:120%; font-weight: bold;}
.legend{font-size:100%; font-family: 'Pragati Narrow', sans-serif;}
.kysimus {color:#aa2202; margin-top:-5px; font-style: italic; font-family: 'Pragati Narrow', sans-serif;}

.card-group {padding: 10px 20px;}
.card-img-top {max-width:100%;}
.card {/*max-width:250px; margin:10px;*/}
.card-text {color:#87a791; font-size:14px; margin-top:-10px;font-family: 'Pragati Narrow', sans-serif;  line-height: 13px;}
.card-title {padding-bottom:10px;}
.card-deck {display: flex; flex-wrap: wrap;}
p {margin:10px 0 5px 0;}

/*.ajalugu h5{margin-top:30px; font-size:22px;font-family: 'Pragati Narrow', sans-serif;}
.juhend h4{margin-top:30px; font-size:22px;}
*/
.ajalugu { /* margin-top:0px;  background-color:white; */}
.ajalugu > .header {padding:0px 20px ;}

.sisu {padding: 10px 20px; /*margin-top:-20px;*/ /*padding:10px 0;*/ background-color:white;}

table{min-width:100%;}

.regamine .row{}

*::-webkit-input-placeholder {
    color: red;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: red;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: red;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

li{margin-left:40px;}



.juhend li {
    list-style-type: circle;
}

li a:hover {  background-color:yellow;}

.thumbnail img {width:220px; margin:22px;}
.row-striped:nth-of-type(odd){ background-color: #ffffff;}

.row-striped:nth-of-type(even){ background-color: #efefef;}
.bg-secondary { background-color: #6c757d !important;}
.bg-light { background-color: #f8f9fa !important;}

/*mulitselect*/
li.dropdown-item {
	padding-left: .5rem;
	margin-left: 0.5rem;
}
.multiselect-group > a {
	color:red;
}
li.dropdown-item > .form-check > label {
    padding-left: unset;
	display: unset;
}
.dropdown-item.active, .dropdown-item:active {
	color: unset;
	background-color:unset;
}
.multiselect-item.multiselect-group {
	color: red;
	margin-left: 0.5em;
	display: flex;
}
/*
li.dropdown-item >div>label:hover {
    background-color: yellow;
}
*/
.multiselect-group:hover, .dropdown-item:hover {
	background: yellow;
}
.paispilt{padding-left:0!important; padding-right:0!important;}

.borderless td, .borderless th {
	border: none;
}
/*
.w1 {width:200px!important;}
.w2 {width:60px!important;}
.w3 {width:60px!important;}
.w4 {width:150px!important;}
.w5 {padding-left:5px!important;}
*/

.text-justify{
  text-align: justify;
}