@charset "UTF-8";
header {
	padding: 3px 90px; 
}

@media only screen and (max-width: 600px) {
 header {
	padding: 10px 4px !important; 
  }
}

body {
    font-family: 'Hind';
}

.printonly {
    display: none;

}


.card-title {
    color: #12235f !important;
	font-family:  Tahoma,Geneva, sans-serif !important;
}

.select2-dropdown {  
  z-index: 10060 !important;/*1051;*/
}
	
@media print {
	
	.noprint {
		display: none;
	}

	.printonly {
		display: flex;
	}
	
	.dataTables_info {
		display: none !important;
	}
	
	.dt-buttons {
		display: none !important;
	}
	
	.dataTables_filter {
		display: none !important;
	}
}	

.nav-link {
	color: #12235f !important;
	font-size: 18px;	
	font-family: Hind, Arial, Helvetica, sans-serif;	
	
	/*
	display: inline-block !important;
	*/
}


.nav-link a, .nav-link a:hoover {
	font-weight: normal !important;
	text-decoration: none !important;
	color: #d47600;
}


.active {
	color: #d47600 !important;
}

.lang {
    display: inline-block !important;
    padding: 0px !important;
}

.langbar {
	margin-top: -24px; 
	
}

#headerLogo {
    margin: 0 0 15px;
}
#headerLogo a {
    display: block;
}
#headerLogo a svg {
    max-width: 100%;
    max-height: auto;
    width: 165px;
    height: 77px;
}
.slidemenu {
    display: none;
}

.navbar {	
	background: white !important;
    margin-bottom: 3px;
    padding-bottom: 2px;
	margin-left: 5%;
    margin-right: 5%;
}

@media (min-width: 1405px) {
  .container{
    /*width: 1400px;*/
	max-width: 1400px;
  }
}

#showCountryMenu, #showLanguages {
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    border-radius: 3px;
    padding: 7px 15px;
    margin-bottom: 10px;
    background: #c8caca;
}
#showCountryMenu:hover, #showLanguages:hover {
    text-decoration: none;
    background-color: #353535;
}
#showCountryMenu span, #showLanguages span {
    position: absolute;
    top: 8px;
    left: 3px;
    font-size: 10px;
}
.langSel a {
    text-transform: uppercase;
}
.slidemenu {
    width: calc(100% - 30px);
    z-index: 5;
    font-size: 11px;
    line-height: 11px;
    background: #c8caca;
    color: #fff;
    border-radius: 3px;
    list-style: none;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 25px;
}
.slidemenu ul {
    margin: 0;
    padding: 0;
}
.slidemenu li {
    list-style: none;
}
.slidemenu li a {
    padding: 7px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.slidemenu li a:hover {
    background-color: #353535;
}
#searchBox {
    position: relative;
}
#searchBox input[type=text] {
    border: 1px solid #b1b3b4;
    border-radius: 3px;
    width: 100%;
    height: 26px;
    padding: 0 0 0 19px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    line-height: 26px;
    color: #b1b3b4;
}
#searchBox span {
    position: absolute;
    top: 7px;
    left: 20px;
    font-size: 11px;
    color: #b1b3b4;
}
#mainMenu {
    display: none;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    border-top: 1px solid #c1c2c3;
}
#mainMenu li {
    display: block;
    width: 100%;
    position: relative;
    list-style: none;
    transition: all .2s ease-in;
    border-bottom: 1px solid #c1c2c3;
}
#mainMenu li.mobileOpen, #mainMenu li:hover {
    background-color: #f5f5f5;
}
#mainMenu li.hasChildren span {
    transition: all .2s ease-in;
    position: absolute;
    right: 11px;
    top: 13px;
    color: #0d0e0e;
}
#mainMenu li.hasChildren.mobileOpen span {
    transform: rotate(90deg);
}
#mainMenu li a {
    padding: 10px 15px;
    text-align: left;
    display: block;
    color: #0d0e0e;
    transition: all .2s ease-in;
    text-decoration: none;
}
#mainMenu li a:hover {
    color: #0d0e0e;
}
#mainMenu li ul {
    display: none;
    margin: 0;
    padding: 0 15px;
}
#mainMenu li ul li:last-child {
    border-bottom: none;
}
#mainMenu li ul li ul {
    display: none;
}
#mainMenu>li.current-menu-item>a, #mainMenu>li.current-page-ancestor>a {
    background-color: #0d0e0e;
    color: #fff!important;
}
#mainMenu>li li.current-menu-item, #mainMenu>li li.current-page-ancestor {
    background-color: #08c!important;
}
#mainMenu>li li.current-menu-item a, #mainMenu>li li.current-page-ancestor a {
    color: #fff;
    border-bottom: none;
}
#openMobileNav {
    font-size: 34px;
    border: none;
    line-height: 34px;
    padding: 0;
    margin: 0;
    color: #c8caca;
}
#openMobileNav:hover {
    color: #353535;
}
.headerButtons {
    margin-top: 15px;
}
@media only screen and (max-width:480px) {
    .col-xxs-12 {
    width: 100%}
#headerLogo a {
    text-align: center;
}
}@media (min-width:768px) {
    header .btn {
    margin-bottom: 15px;
}
.slidemenu {
    top: 19px;
    width: auto;
}
.slidemenu a {
    padding: 4px 15px 3px;
}
#headerLogo {
    margin: 0;
}
#headerLogo a {
    display: inline-block;
    text-align: center;
}
.headerButtons {
    margin-top: 30px;
}
#searchBox {
    margin-top: -2px;
}
#searchBox input[type=text] {
    height: 20px;
    line-height: 20px;
}
#mainMenu {
    z-index: 4;
    width: 100%;
    display: table;
    border-bottom: 1px solid #c1c2c3;
}
#mainMenu li {
    display: table-cell;
    width: auto;
}
#mainMenu li a {
    text-align: center;
    font-size: 16px;
}
#mainMenu li:hover>ul {
    display: block;
}
#mainMenu li ul {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%}
#mainMenu li ul li {
    text-align: left;
    display: block;
    float: none;
    background-color: #fff;
    border-bottom: none;
    padding: 0 20px;
}
#mainMenu li ul li a {
    text-align: left;
    font-size: 15px;
    color: #0d0e0e;
    padding: 7px 0;
    border-bottom: 1px solid #a6a7a9;
}
#mainMenu li ul li:hover {
    background-color: #fff;
}
#mainMenu li ul li.hasChildren>a {
    background: url(/wp-content/themes/synlab/img/arrow_red.png) 100% 50% no-repeat;
}
#mainMenu li ul li:last-child>a {
    border: none;
}
#mainMenu li ul ul {
    top: 0;
    left: 100%}
#mainMenu li.reverseMenu ul ul {
    left: -100%}
}@media (min-width:992px) {
    #showCountryMenu, #showLanguages {
    padding: 4px 15px;
    margin-bottom: 0;
}
#showCountryMenu span, #showLanguages span {
    top: 5px;
}
}a {
    color: #0d0e0e;
}
a:active, a:hover {
    color: #583082;
    /*font-weight: bold;*/
}
.breadcrumb {
    margin: 15px 0;
}
.sliderWrapper {
    position: relative;
}
.sliderInner img {
    max-width: 100%;
    height: auto;
}
.sliderOverlay {
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 3;
}
.sliderOverlay .newsBarBg {
    background-color: hsla(0, 0%, 100%, .9);
    padding: 0;
    overflow: hidden;
}
.sliderOverlay h4 {
    color: #0082a7;
    padding: 0 20px 0 40px;
    position: relative;
}
.sliderOverlay h4 span {
    position: absolute;
    top: 3px;
    left: 20px;
    width: 14px;
    height: 13px;
    font-size: 13px;
}
.sliderOverlay ul.newsFeed {
    margin: 0;
    padding: 0;
}
.sliderOverlay ul.newsFeed li {
    border-top: 1px solid #0082a7;
    list-style: none;
}
.sliderOverlay ul.newsFeed li a {
    display: block;
    padding: 7px 20px;
    color: #58585a;
    text-decoration: none;
    transition: all .2s ease-in;
}
.sliderOverlay ul.newsFeed li a:active, .sliderOverlay ul.newsFeed li a:hover {
    color: #0082a7;
}
#showquickAccess {
    background-color: #0d0e0e;
    display: block;
    padding: 7px 20px 7px 40px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    position: relative;
}
#showquickAccess span {
    width: 11px;
    height: 5px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    left: 15px;
    transform: rotate(-90deg);
    transition: all .4s ease-in;
}
#showquickAccess.isOpened span {
    transform: rotate(0deg);
}
.quickAccessLinks {
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 130, 167, .9);
    margin: 0;
    padding: 0;
    display: none;
}
.quickAccessLinks li {
    float: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid #08c;
    border-left: 1px solid #08c;
    text-align: center;
}
.quickAccessLinks li a {
    padding: 10px 5px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in;
}
.quickAccessLinks li a:hover {
    background-color: #0d0e0e;
}
.sidebar {
    padding: 0;
    background-color: #efeff0;
}
.sidebar ul {
    margin: 0;
    padding: 0;
}
.sidebar ul li {
    position: relative;
    border-top: 1px solid #fff;
    list-style: none;
    transition: all .2s ease-in;
}
.sidebar ul li a {
    padding: 7px 20px;
    color: #5a5a5c;
    display: block;
    text-decoration: none;
}
.sidebar ul li span {
    position: absolute;
    top: 12px;
    right: 4px;
    font-size: 11px;
}
.sidebar ul li:first-child {
    border-top: none;
}
.sidebar ul li.current_page_ancestor>a, .sidebar ul li.current_page_item>a {
    font-weight: 700;
}
.sidebar ul li.current_page_ancestor>ul, .sidebar ul li.current_page_item>ul {
    display: block;
}
.sidebar ul li.current_page_ancestor>span, .sidebar ul li.current_page_item>span {
    transform: rotate(90deg);
}
.sidebar ul li.current_page_item>a {
    color: #fff;
    background-color: #0082a7!important;
}
.sidebar ul li>a:hover {
    background-color: #fff;
}
.sidebar ul ul {
    border-top: 1px solid #fff;
    display: none;
}
.sidebar ul ul li a {
    padding-left: 30px;
    font-size: .9em;
}
.sidebar ul ul ul li a {
    padding-left: 40px;
}
.sidebar ul ul ul ul li a {
    padding-left: 50px;
    padding-left: 60px;
}
.sidebar ul ul ul ul ul li a, .sidebar ul ul ul ul ul ul li a {
    padding-left: 70px;
}
.sidebar ul ul ul ul ul ul ul li a {
    padding-left: 80px;
}
.sidebar ul ul ul ul ul ul ul ul li a {
    padding-left: 90px;
}
.contentInner .page-header-image {    
    position: relative;
}
.contentInner .page-header-image h1 {
    color: #0082a7;
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    padding: 5px 10px;
    background-color: hsla(0, 0%, 100%, .8);
    font-size: 20px;
}
.contentInner .page-header-image img {
    width: 100%;
    height: auto;
}

footer {
    font-size: 13px;
    background: #12235f;
	color: white;

}
footer.siteSub {
    background-color: #0d0e0e;
}
footer ul {
	
	/*
    padding: 6px !important;
	padding-top: 10px !important;
	*/
    margin: 0;
}
footer ul li {
    list-style: none;
    float: left;
    padding: 3px 6px;
}
footer a, footer a:hover {
    color: #fff;
	font-weight: normal !important;
	text-decoration: none;
}
blockquote {
    background: #ddeaf5;
    border-left: 10px solid #08c;
    margin: 1.5em 0;
    padding: .5em 10px;
    quotes: "“" "”" "‘" "’"}
blockquote:before {
    color: #0d0e0e;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}
blockquote p {
    display: inline;
}
.alignleft, .alignright {
    float: none;
    margin: 0 0 10px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
@media (min-width:768px) {
    .quickAccessLinks li {
    width: 50%}
.sliderOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
}
.contentInner .page-header-image h1 {
    font-size: 36px;
}
}@media (min-width:992px) {
    li#menu-item-11473 {
    width: 100%}
.quickAccessLinks li a {
    padding: 15px 5px;
}
}.btn-red {
    transition: all .4s ease-in;
}
.btn-red, .btn-red:active, .btn-red:hover, .btn-red:visited {
    color: #0d0e0e;
    border-color: #0d0e0e;
}
.btn-white {
    border-color: #0d0e0e;
    transition: all .4s ease-in;
}
.btn-white, .btn-white:active, .btn-white:hover, .btn-white:visited {
    background-color: #0d0e0e;
    color: #fff;
}
#gform_fields_1 .gfield.gf_left_third, #gform_fields_1 .gfield_no_follows_desc.field_description_above {
    width: 49%!important;
}
header .row {
    position: relative;
}
header #headerLogo {
    float: left;
 /*   margin-top: 20px; */
}
@media (max-width:780px) {
    header #headerLogo {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
}header #headerLogo .logo {
    /*background-image: url(img/mobec.png);*/
    background-repeat: no-repeat;
	/*
    width: 227px;
    height: 52.5px;
	*/
	width: 257px;
	height: 82px;
    background-size: contain;
}
@media (max-width:780px) {
    header #headerLogo .logo {
    margin: 0 auto;
}
}header .col-md-6 {
    float: right;
}
@media (max-width:780px) {
    header .col-xs-8 {
    width: 100%}
}html .ls-inner {
    z-index: 1;
}

th {
    position: sticky !important;
    top: 0px;
    background: white;  
   }
span.oi.oi-pencil {
    z-index: -10;
}

.contcustom {
	width: min-content;
	max-width: none;
}
button.btn.btn-primary.float-right {
    margin-left: 5px;
}

.pink {
	color: #dc1236;
}


.panel-login {
	margin: 20px;
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	/* color: #029f5b; */
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #ffffff !important;
    border-color: #e1e1e1 !important;
    color: #12235f;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
	background-color: #F47C21 !important;
    border: none;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.divFilter {
	float: left;
	margin-left: 20px;
}

.divFilter label {
	margin-left: 20px;
}

.dataTable {
	width: 100% !important;
	/* max-width: 1140px !important; */
	max-width: 1400px !important;
	
}

#periood {
	padding-left: 8px;
	width: 186px;
	
}

.tellimuseÜhk {
	width: 100px;
	height: 30px;
	font-size: 0.8em;
	
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}

.logoutbtn {
	width: 100px;
}

.cart-btn {
    display: inline-block;
    padding: 2px;
    height: 100%;
    background: #ffffff;
    text-align: center;
    border: 1px solid #a8a8a8;
    border-radius: 6px;
    color: #a8a8a8;
    margin-left: 5px;
    cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.cart-btn:active {
    background: #ccc;


}

td.infokast {
    color: #0088cc;
    cursor: pointer;
    font-size: 105%;
    /* vertical-align: middle; */
}

td {
    vertical-align: middle !important;
}

.infosisu {
		display: none;
}

div#modalbody {
    font-size: 107%;
    padding: 0;
    margin: 0;
}

.probleem {
    background: #ffdde0 !important;
}

.probleemi-lahendus {
    background: #b8ffd1 !important;
}

.right {
	text-align: right;
	margin-right: 6px !important;
}

.center {
	text-align: center;
}

.dt-checkbox {
	text-align: center;
}

.h1 {
	margin-left: -300px;
	font-size: 1.2em;
	
}

table.dataTable tbody td, table.dataTable thead th {
    padding: .15rem .27rem !important;
	font-weight: 300 !important;
}
/*

.DTE_Field_InputControl>* {
    text-align: inherit;
    padding: 2px !important;
    border: 2px solid #08c;
    background: none !important;
    border-radius: 3px;
}

.DTE_Field_InputControl>*:focus {
    outline: none !important;
} */


.btn-default, .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}


.open > .dropdown-menu {
    display: block;
}

.form-group {
    margin-bottom: 15px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-feedback .form-control[type!="number"] {
    padding-right: 42.5px;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
    position: absolute;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -2px;
}
.btn .caret {
    position: absolute;
	right: 25px;
	top: 50px; 
}
.pull-right {
    float: right !important;
}

button.btn-block {
	text-align: left;
	
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}


.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
}
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
}


.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

#popupbuttons {
	list-style: none;
}

#popupbuttons button {
	width: 200px;
	margin-bottom: 4px;
}

.ui-select-toggle, .ng-empty, .ng-not-empty {
	/* border: 1px solid #8c8c8c !important; */
	border-color: #8c8c8c !important;
	background-color: white !important;
}

.dropdown-menu>li>a {
	text-decoration: none !important;
	cursor: pointer !important;
}

a.buttons-collection {
    margin-left: 1em;
}


.navbar-nav .nav-item.active, .navbar .show>.nav-item, .nav-item.active a:hover, .nav-item.active a {
    /* background-color: #cbd3da; */
	/* font-weight: 600 !important; */
}

.nav-item a:hover {
	font-weight: normal !important;
	text-decoration: none !important;
	color: #d47600 !important;

}

.nav-item  {
	margin-right: 20px;

}

.btn { text-align: center !important; }


.ui-state-active{
    background: #08c !important;
	border: #08c !important;
}

.form-control:disabled, .form-control[readonly] {
    background: #e2e2e2 !important;    
}

.table-sm td {
	/* font-size:12px !important; */	
	font-size:16px !important;
	
}
span.btn.btn-default.form-control.ui-select-toggle {
    overflow: hidden;
}

#kaubagrupidPuu {
	font-size: 1rem;
}

#kaubadConatiner ul {
	list-style-type: none;
}

#kaubadConatiner li {
	float: left;
	margin: 6px;
}

/*
.card-img-top {
width: 100%;
height: 30vh;
object-fit: contain;
}
*/

.card-img-top {
    flex-grow: 1;
    object-fit:contain;
}
.card-body{
    flex-grow:0;
}


.center{
width: 150px;
  margin: 40px auto;
  
}

/*
.header{background:rgb(0, 178, 255);color:#fff;}
#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
*/

.cartContainerMenu  {
	margin-left: 20px;
	vertical-align: middle;
	
}

.notifyjs-corner {
    top: 70px !important;
}

@media only screen and (max-width: 990px) {
  .cartContainerMenu {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .navbar-brand {
    height: 30px;
  }
}


.cartContainerMenu a:link { 
  text-decoration: none; 
} 

.cartContainerMenu a:visited  { 
  text-decoration: none; 
} 


.cartContainer {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.fa-shopping-cart {
	color: rgba(0,0,0,.5);
	
}

div a.cart:hover {
  text-decoration: none;
  color: #d60e96;
}

div a.cart .cart-basket {
  font-size: .6rem;
  /*position: absolute;*/
  position: relative;
  top: -10px;
  right: 4px;
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: #f47c21;
  border-radius: 50%;
}


@media only screen and (max-width: 600px) {
  div a.cart .cart-basket {
    top: -6px !important;
	right: -6px !important;
  }
}

.align-top {
    padding-top: 6px;
}

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	width: 100%;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}

.kaup-card-title 
{
	cursor: pointer;
	font-size: 1rem;
}

.step_conatiner {
	margin: 4px;
	padding: 10px;
	border:1px solid #BEBEBE;
	border-radius: 10px;
	
}

.select2-selection {
	height: 38px !important;
	
}

.imgKaubaPilt {
	min-height: 200px;
	display: flex;
  align-items: center;
  justify-content: center;
}

.inputKogus {
	/* width: 60px; */
	height: 38px;
}

.selectÜhik {
	height: 38px;
}

.tootePilt {
	display: block;
    margin-left: auto;
	margin-left: 80px;	 
	
}


@media only screen and (max-width: 990px) {
  .tootePilt {
    margin-left: 0px !important;	 
  }
}





.lSSlideOuter.vertical .lSGallery{
left: 0;
}

#blockKaubaAndmed {
	border:1px solid #D8D8D8;
}
#blockSeotudKaubad {
	/*border:1px solid #D8D8D8;*/
	margin-bottom: 40px;
	
}

.card-kaup {
	cursor:pointer;
	display: flex;
	justify-content: space-between;	
}

.card {
	display: flex;
	justify-content: space-between;	
}

.thumbnailGrupp li {
	float: none !important; 
	
}

.thumbnailGrupp a {
	text-decoration: none;
}


.inputKogus {
	text-align: right;
}

.dt-body-right {
	text-align: right;
}

.dt-body-center {
	text-align: center;
}

.selectÜhk {
	text-transform: lowercase;
    border-radius: 0px !important;
    border: none;
	color: #4d4d4d;
	font-size: smaller;
	height: 38px;
	width:  120px !important;  
}

div#blockKaubaAndmed, div#blockKaubaAndmed label, div#blockKaubaAndmed div {
    display: flex;
    align-items: center;
}

#blockKaubaAndmed label {
	font-weight: bold; 
}


div#blockKaubaAndmed label {
	font-weight: bold; 
}

.form-control {
	height: 38px;
}



/* -- quantity box -- */


.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 45px !important;
 height: 38px;
 padding: 0 5px;
 text-align: center;
 border: none;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
 /* border-radius: 20px !important; */
 font-weight: bolder;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 6px 0px;
 height: 38px;
 background-color: transparent;
 border: none;
 cursor:pointer;
 /* min-width: 40px !important; */
 font-weight: bolder;
 }
 

.quantity.buttons_added .minus {
	padding-left: 10px;
    border-radius: 0px;
    border: none;
 }

.quantity.buttons_added .plus {
 border: none;
 padding-right: 10px;
 }

.input-group.keeptogether {
    border: 1px solid #e1e1e1;
    max-width: fit-content;
    float: right;
    flex-wrap: nowrap;
    border-radius: 5px;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover,
.inputKogus:hover {
 background: #eeeeee; } {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }




.hidden {
  display: none;
}


.breadcrumbs ul {
    overflow: hidden;
    margin-bottom: 15px;
    font-weight: 400;
}

.breadcrumbs ul li {
    float: left;
    margin-right: 3px;
    color: #12235f;
	list-style: none;
}

.breadcrumbs ul li a {
    color: #12235f;
    text-decoration: none;
}


.inaadressSearchContainer .ui-select {
  height: 42px !important;
}

.inaadressSearchContainer .ui-select div {
  height: 42px !important;
}


.inads-copyright {
	display: none;
	
}

#InAadressDiv input {
	height: 42px !important;
	background-color: #fff;
    background-clip: padding-box;
	
}

#InAadressDivEttevõte input {
	height: 42px !important;
	background-color: #fff;
    background-clip: padding-box;
	
}
.node-selected {
    background-color: white!important;
    color: #12235f !important;
    font-weight: 500;
    border-left: 5px solid;
    padding-left: 10px;
}
input#inputOtsi.button {
    border: none !important;
}

button#buttonOtsi {
    border: 1px solid #ccc;
    border-left: none;
    box-shadow: none;
    border-radius: 0px;
}

input#inputOtsi {
    border: 1px solid #ccc;
    border-radius: 0px;
    border-right: none;
}

a.navbar-brand img {    
    height: 95px;
    transition: height 1s;    
}

a.navbar-brand img:hover {    
    height: 105px;    
}


@media only screen and (max-width: 600px) {
	a.navbar-brand img {
		max-width: 150px !important;
    
	}
	
}


.img-event.imgKaubaPilt {
    overflow: hidden;
}

.img-event.imgKaubaPilt img {
    overflow: hidden;
    max-width: 70%;
}

.thumbnail.card.card-kaup.h-100 {
    height: min-content;
}

.list-group-item .imgKaubaPilt, .list-group-item .imgKaubaPilt img {
    max-width: 100px !important;
    max-height: 100px !important;
    min-height: 100%;
    padding: 10px;
}

.item.col-xs-4.col-lg-4.mt-2.grid-group-item.list-group-item {
    margin-bottom: 0px;
}
.list-group-item .card-body {/* min-width: 100% !important; */width: -webkit-fill-available;}

.form-select:disabled {
    background: none;
    padding-right: 20px;
}
header {
    background: white;
}

section#preContent {
    background: white;
    max-width: -webkit-fill-available;
}

.col-md-12.noprint.ng-scope {
    display: none;
}

.noleftspace, .noleftspace ul {
    margin-left: 0px;
    padding-left: 0px;
}
.leftside {
    float: left !important;
}
#kaubad > .list-group-item {
    margin-bottom: 2px;
}

.price {
    font-size: 24px;
    padding: 3px;
    float: right;
    vertical-align: middle;
	color: #f47c21;	
}

.kauphind {
	color: #f47c21;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
    opacity: 0.3;
    font-size: 20px !important;
    float: right;
    vertical-align: middle;
}

.priceKg {
    font-size: 15px;
    padding: 2px;
    /*float: left;*/
    color: #12235f;
	opacity: 0.6;
}

/*
.arvefooter {
	display: none;
	
}
*/

.table-sm tbody tr:hover td,
.table-sm tbody tr:hover th {
    background-color: #E7E7E7;
}


/*
.list-group-image {
    max-width: 100px !important;
    max-height: 100px !important;
    min-height: 100%;
    padding: 10px;
}
*/

.img-cart {
    max-width: 100px !important;
    max-height: 100px !important;
    min-height: 100%;
    padding: 10px;
}

#divCartInfo {
	background-color: #F47C21;	
	color: white;
	
}

/* selge default / list vaate reeglid */
.item.grid-group-item .card-kaup { display: block !important; }
.item.grid-group-item .row-kaup  { display: none  !important; }

/* kui on list vaade, siis vastupidine */
.item.grid-group-item.list-group-item .card-kaup { display: none  !important; }
.item.grid-group-item.list-group-item .row-kaup  { display: block !important; }


.row-kaup {
  vertical-align: center !important;
}


.row-kaup  {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    background-color: #fff;
}

.row-kaup .price {
	font-size: 16px !important;
	padding: 0px;
	display: block;
	
}

.row-kaup .priceKg {
	font-size: 14px !important;
	padding: 0px;
	display: block;
	
}

.row-kaup {
	cursor:pointer;
}

footer.container {
    max-width: 100% !important;
    height: 80px;
    padding: 15px;
}


body {
    color: #12235f;
}

.list-group-item {
    color: #12235f;
}

.card-body {
    color: #12235f;
}

.form-select {
    color: #12235f;
}

.input-group {
    color: #12235f;
}

input {
    color: #12235f !important;
}

.form-control {
    color: #12235f !important;
}
.alert-primary {
    background: #F47C21;
	color: white;
    border: none;
}

.btn-primary {
    background-color: #F47C21 !important;
    border: 1px solid;
	border-color: #F47C21 !important;
    color: white;
}

.btn-primary:hover, .btn-primary:active, .btn-group .active {
    background-color: white !important;
    border: 1px solid #F47C21 !important;
    color: #F47C21;
    border-color: #F47C21 !important;
}

.notifyjs-bootstrap-base.notifyjs-bootstrap-success {
    background-image: none;
    background-color: #f47c21;
    border: 1px solid;
    border-color: #f47c21;
    color: white;
    font-weight: normal;
    font-family: Hind;
    font-size: 15px;
    position: relative;
    top: 15px;
    text-shadow: none;
}


.notifyjs-bootstrap-base.notifyjs-bootstrap-info {
    background-image: none;
    background-color: white;
    border: 1px solid;
    border-color: #f47c21;
    color: #f47c21;
    font-weight: normal;
    font-family: Hind;
    font-size: 15px;
    position: relative;
    top: 15px;
    text-shadow: none;
}

td.dataTables_empty, th.sorting {
    color: #12235f;
}

tfoot th {
    color: #12235f !important;
}

div#divtableDT {
    margin-bottom: 30px;
}

ul#vertical img {
    width: 100%;
}

.price-wrapper div {
    display: inline-block;
    width: 100%;
    line-height: 94%;
}

footer ul {
    text-align: center;
    /* width: 100%; */
    margin: auto;
}

.ikoon {
    /* Siin kasutame !important, et sinu globaalsest Tahoma reeglist kindlalt üle sõita */
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Segoe UI Symbol", sans-serif !important;
}