@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700,500,900);

body {
  
  font-family: 'Roboto', sans-serif;
 
}



.page-sidebar .sidebar-header-wrapper .searchinput::-webkit-input-placeholder {
 
  font-family: 'Roboto', sans-serif;
}
.page-sidebar .sidebar-header-wrapper .searchinput::-moz-placeholder {
  /* Firefox 19+ */
 
  font-family: 'Roboto', sans-serif;
  
}
.page-sidebar .sidebar-header-wrapper .searchinput:-moz-placeholder {
  /* Firefox 19+ */
  
  font-family: 'Roboto', sans-serif;
}
.page-sidebar .sidebar-header-wrapper .searchinput:-ms-input-placeholder {
 
  font-family: 'Roboto', sans-serif;
}

h6 {
  
  font-family: 'Roboto', sans-serif;
}


input[type=checkbox].checkbox-slider.yesno + .text:before {
  font-family: 'Roboto', sans-serif;
  
}



input[type=checkbox].checkbox-slider + .text:before {
  font-family: 'Roboto', sans-serif;
  
}
input[type=checkbox].checkbox-slider + .text:after {
  font-family: 'Roboto', sans-serif;
  
}
input[type=checkbox].checkbox-slider + .text:after {
  font-family: 'Roboto', sans-serif;
 
}
.jqstooltip .jqsfield {
  font-family: 'Roboto', sans-serif;
  
}

.table-condensed > tbody > tr > td {
	padding:2px;
	
	
}

.page-sidebar {
 
  width: 324px ;

}

.page-sidebar:before {
    width: 324px ;
}




.page-content {
 
  margin-left: 324px;

}

.page-logo:before { 
  z-index: 999;
  
}
.page-sidebar.sidebar-fixed {
 
  top: 5px;
  
}
.page-sidebar.sidebar-fixed:before {
 
  top: 45px;
  
}


#list-ametid2 {

  z-index: 124;
}


.label-orangeactive,
.badge-orangeactive {

  background-color: #f49100;
  
}
.label-orangeactive.graded,
.badge-orangeactive.graded {

  
  background-image: -webkit-linear-gradient(center top , #f17b00, #f59b00) !important;
  background-image: -moz-linear-gradient(center top , #f17b00, #f59b00) !important;
  background-image: -o-linear-gradient(center top , #f17b00, #f59b00) !important;
  background-image: linear-gradient( #f17b00, #f59b00) !important;
}

.label-grayactive,
.badge-grayactive {

  background-color: #EBECED;
  
}

.label-grayactive.graded,
.badge-grayactive.graded {
 
  
  background-image: -webkit-linear-gradient(center top , #EBECED, #E3E6E7) !important;
  background-image: -moz-linear-gradient(center top , #EBECED, #E3E6E7) !important;
  background-image: -o-linear-gradient(center top , #EBECED, #E3E6E7) !important;
  background-image: linear-gradient( #EBECED, #E3E6E7) !important;
}

.label-defaultblue,
.badge-defaultblue {

  background-color: #0078cc;
  
}



.label-defaultblue.graded,
.badge-defaultblue.graded {

 

   background-image: -webkit-linear-gradient(center top , #008ac9, #0065b6) !important;
  background-image: -moz-linear-gradient(center top , #008ac9, #0065b6) !important;
  background-image: -o-linear-gradient(center top , #008ac9, #0065b6) !important;
  background-image: linear-gradient( #008ac9, #0065b6) !important;
}



.tooltip-info + .tooltip > .tooltip-inner {
  border: 1px solid #EAECED;
  border-bottom: 1px solid #D2D6D6;
  background-color: #e7f5fc;
  color: #3B3B3B;
}
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #EAECED;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #EAECED;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #EAECED;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #D2D6D6;
}


.table tr td.active {
  -webkit-box-shadow: 2px 0 0 #737373 inset;
  -moz-box-shadow: 2px 0 0 #737373 inset;
  box-shadow: 2px 0 0 #737373 inset;
}


.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th,
.table-striped > tbody > tr.active:nth-child(odd) > td,
.table-striped > tbody > tr > .active:nth-child(odd) > th {
  background-color: #0078cc !important;
  color: #fff;
}


.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th,
.table-striped > tbody > tr.active:hover:nth-child(odd) > td,
.table-striped > tbody > tr > .active:hover:nth-child(odd) > th {
  background-color: #005BA6 !important;
  color: #fff ;
}

.table > tbody > .active > td > a.detail-link {
	color: #fff;
}
a.detail-link {
	color: #015D90;
}
a.detail-link{
	color: #004266;
}

.table > thead > tr > .title,
.table > tbody > tr > .title,
.table > tfoot > tr > .title,
.table > thead > .title > td,
.table > tbody > .title > td,
.table > tfoot > .title > td,
.table > thead > .title > th,
.table > tbody > .title > th,
.table > tfoot > .title > th,
.table-striped > tbody > tr.title:nth-child(odd) > td,
.table-striped > tbody > tr > .title:nth-child(odd) > th {
  background-color: #D2D6D6 !important;
  color: #202020;
}


.table-hover > tbody > tr > .title:hover,
.table-hover > tbody > .title:hover > td,
.table-hover > tbody > .title:hover > th,
.table-striped > tbody > tr.title:hover:nth-child(odd) > td,
.table-striped > tbody > tr > .title:hover:nth-child(odd) > th {
  background-color: #C8CCCE !important;
  color: #202020 ;
}


.tab-header-listtable{
	padding-bottom:20px;
}


.tab-content-table{
 
    overflow: auto;

}


.bordered-defaultblue {
  border-color: #0078cc !important;
}

.navbar .navbar-inner.graded {
   
 background-color: #0078cc;
 
  background-image: -webkit-linear-gradient(center top , #008ac9, #0065b6) !important;
  background-image: -moz-linear-gradient(center top , #008ac9, #0065b6) !important;
  background-image: -o-linear-gradient(center top , #008ac9, #0065b6) !important;
  background-image: linear-gradient( #008ac9, #0065b6) !important;
    
}

.nav-tabs > li.active.tab-defaultorange > a {
  border-color: #F17B00 !important;
}


.nav-tabs > li.active.tab-defaultorange > a > .fa,
.nav-tabs > li.active.tab-defaultorange > a .glyphicon,
.nav-tabs > li.active.tab-defaultorange > a .typcn,
.nav-tabs > li.active.tab-defaultorange > a .wi {
  color: #F17B00;
}





.page-sidebar .list-ametid3 {
  
  position: relative;
  width: 100%;
  z-index: 123;
}



.navbar .navbar-brand small img {
    height: 81px;
    width: 177px;
	margin-top: 13px;
	margin-bottom:16px;
	margin-left:8px;
	margin-right:16px;
	
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer {
  background-color: #008ac9; 
  
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-login-area > li.edit a:hover {
  color: #008ac9;
}

.navbar .navbar-inner .navbar-header .navbar-account .setting a {
   
    
	
}

.login-area{   
   
	min-width:250px !important;
}





.header-modul-menu-dropdown {
	
	width:350px;
	padding-left:0px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-notifications {
	min-width: 350px;

}

.navbar .navbar-inner .navbar-header .navbar-account .search-area > li .dropdown-menu.dropdown-notifications {
	min-width: 350px;

}
.navbar .navbar-inner .navbar-header .navbar-account {
  height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-account .search-area > li {
 
  height: 45px;
}
.navbar .navbar-inner .navbar-header .navbar-account .search-area > li > a {
  
  height: 45px;
  
}


.navbar .navbar-inner .navbar-header .navbar-account .search-area > li > a.wave.in:after {
 
  width: 40px;
  height: 40px;
 
}
.navbar .navbar-inner .navbar-header .navbar-account .search-area > li > a.borderpulse {
  width: 45px;
  height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-account .search-area > li .dropdown-arrow:before {
 
  width: 350px;
 
}


.navbar .navbar-inner .navbar-header .navbar-account .search-area {
 
  top: 0;
  right: 50px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}




.navbar .sidebar-collapse {

	left: 380px;

}




.navbar {
 
  height: 45px;
  min-height: 45px;
 
}
.navbar .navbar-inner {
 
  min-height: 45px;
 
  background: #2dc3e8;
}

.navbar .navbar-inner .navbar-header .navbar-account {
  height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li {
 
  height: 45px;
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
  
  height: 45px;
  
}


.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.wave.in:after {
 
  width: 40px;
  height: 40px;
 
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a.borderpulse {
  width: 45px;
  height: 45px;
}
.navbar .navbar-inner .navbar-header .navbar-account .setting-container {
  
  height: 45px;
 
}
.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-arrow:before {
 
  width: 350px;
 
}



.navbar.navbar-fixed-top + .main-container {
  margin-top: 45px;
}

.yellow-border {

	border-left: 2px solid #ffce55 !important;
}

/* otsingu menüü */
.navbar .sidebar-otsing {
  text-align: left;  
  position: absolute;
  left: 250px;
  top: 55px;
  z-index: 0;
  width:270px;
  padding-left:10px;
  padding-right:10px;
  display:inline-block;
  cursor: pointer;
  
}
.navbar .sidebar-otsing:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.navbar .sidebar-otsing.active:hover {
  box-shadow: none;
}


#widget-otsing{
	width:270px;
	position:fixed;
	left:250px;
	top:90px;
	
}


/* aruande menüü */
.navbar .sidebar-aruanne {
  text-align: left;  
  position: absolute;
  left: 530px;
  top: 55px;
  z-index: 0;
  width:270px;
  padding-left:10px;
  padding-right:10px;
  display:inline-block;
  cursor: pointer;
  
}
.navbar .sidebar-aruanne:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.navbar .sidebar-aruanne.active:hover {
  box-shadow: none;
}





#widget-aruanne{
	width:270px;
	position:fixed;
	left:530px;
	top:90px;	
}



/**/

.navbar .sidebar-toggler {
  text-align: center;
  padding: 0;
  position: absolute;
  left: 420px;
  top: 0px;
  z-index: 2;
  width: 35px;
  height: 45px;
}
.navbar .sidebar-toggler:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.navbar .sidebar-toggler .toggler-icon {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  padding: 11px 5px;
  line-height: 22px;
  position: relative;
  
  
  
  
  
  -webkit-transition: color 0.318s ease;
  -moz-transition: color 0.318s ease;
  -o-transition: color 0.318s ease;
  transition: color 0.318s ease;
}
.navbar .sidebar-toggler.active:hover {
  box-shadow: none;
}
.navbar .sidebar-toggler.active .toggler-icon {
  font-size: 14px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 11px;
}
.navbar .sidebar-toggler.active:hover {
  box-shadow: none;
}
.navbar .sidebar-toggler.active .toggler-icon {
  font-size: 14px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 11px;
}



.navbar .sidebar-refresh {
  text-align: center;
  padding: 0;
  position: absolute;
  left: 460px;
  top: 0px;
  z-index: 2;
  width: 35px;
  height: 45px;
}

.navbar .sidebar-refresh:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.navbar .sidebar-refresh .refresh-icon {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  padding: 11px 5px;
  line-height: 22px;
  position: relative;
 
  -webkit-transition: color 0.318s ease;
  -moz-transition: color 0.318s ease;
  -o-transition: color 0.318s ease;
  transition: color 0.318s ease;
}
.navbar .sidebar-refresh.active:hover {
  box-shadow: none;
}
.navbar .sidebar-refresh.active .refresh-icon {
  font-size: 14px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 11px;
}
.navbar .sidebar-refresh.active:hover {
  box-shadow: none;
}
.navbar .sidebar-refresh.active .refresh-icon {
  font-size: 14px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 11px;
}




.navbar .sidebar-fullscreen {
  text-align: center;
  padding: 0;
  position: absolute;
  left: 500px;
  top: 0px;
  z-index: 2;
  width: 35px;
  height: 45px;
}
.navbar .sidebar-fullscreen:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.navbar .sidebar-fullscreen .fullscreen-icon {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  padding: 11px 5px;
  line-height: 22px;
  position: relative;
 
  -webkit-transition: color 0.318s ease;
  -moz-transition: color 0.318s ease;
  -o-transition: color 0.318s ease;
  transition: color 0.318s ease;
}
.navbar .sidebar-fullscreen.active:hover {
  box-shadow: none;
}
.navbar .sidebar-fullscreen.active .fullscreen-icon {
  font-size: 14px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 11px;
}
.navbar .sidebar-fullscreen.active:hover {
  box-shadow: none;
}
.navbar .sidebar-fullscreen.active .fullscreen-icon {
  font-size: 14px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 11px;
}


.navbar .sidebar-loading {
  text-align: center;
  padding: 0;
  position: absolute;
  left: 570px;
  top: 15px;
  z-index: 2;
  width: 120px;
  height: 45px;
}



.login-area .user-icon {
  font-size: 14px;
 
  padding: 6px;
}


.navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
  margin-right: 7px;
  display: block;
  float: left;
  border-left:none;
  width: 29px;
  height: 29px;
}


#ametkonnad {
  
  min-width: 200px;
  max-width: 400px;
}







.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting-container > label > a {

  padding-right: 30px;
  
}
.navbar .navbar-inner .navbar-header .navbar-account.setting-open .setting {
  right: 410px;
  
}
.navbar .navbar-inner .navbar-header .navbar-account .setting-container {
  
  width: 410px;
  
}


.btn-default-elkis,
.btn-default-elkis:focus {
  color: #FFFFFF !important;  
  border-color: #cccccc !important;  
  background-color: #0078cc !important;  
 
  
  background-image: -webkit-linear-gradient(center top , #008ac9, #0065b6) !important; 
  background-image: -moz-linear-gradient(center top , #008ac9, #0065b6) !important; 
  background-image: -o-linear-gradient(center top , #008ac9, #0065b6) !important; 
  background-image: linear-gradient( #008ac9, #0065b6) !important; 
 
  
}
/*
  background-image: -webkit-linear-gradient(center top , x, x) !important; 
  background-image: -moz-linear-gradient(center top , x, x) !important; 
  background-image: -o-linear-gradient(center top , x, x) !important; 
  background-image: linear-gradient( x, x) !important; 
  */

.btn-default-elkis:hover {
  color: #FFFFFF !important;  
  border-color: #cccccc !important;  
  background-color: #0078cc !important;  


  background-image: -webkit-linear-gradient(center top , #0087BC, #005BA6) !important; 
  background-image: -moz-linear-gradient(center top , #0087BC, #005BA6) !important; 
  background-image: -o-linear-gradient(center top , #0087BC, #005BA6) !important; 
  background-image: linear-gradient( #0087BC, #005BA6) !important; 
}

.btn-default-secondary-elkis,
.btn-default-secondary-elkis:focus {
  color: #202020 !important;  
  border-color: #cccccc !important;  
  background-color: #EAECED !important;  
  
  background-image: -webkit-linear-gradient(center top , #EAECED, #E0E2E4) !important; 
  background-image: -moz-linear-gradient(center top ,#EAECED, #E0E2E4) !important; 
  background-image: -o-linear-gradient(center top , #EAECED, #E0E2E4) !important; 
  background-image: linear-gradient( #EAECED, #E0E2E4) !important; 
  
 
}


.btn-default-secondary-elkis:hover {
  color: #202020 !important;  
  border-color: #cccccc !important;  
  background-color: #C8CCCE !important; 
  
  background-image: -webkit-linear-gradient(center top , #D2D6D6, #C8CCCE) !important; 
  background-image: -moz-linear-gradient(center top , #D2D6D6, #C8CCCE) !important; 
  background-image: -o-linear-gradient(center top , #D2D6D6, #C8CCCE) !important; 
  background-image: linear-gradient( #D2D6D6, #C8CCCE) !important; 
 
}



.btn-default-elkis.shiny {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #ededed 100%);
}


/* select2 multiselect paistis daterangepicerist läbi */
.select2-container{
	z-index:1050 !important;
}

.select2-container--open {
	z-index:1085;
    
}

.select2-drop-active {
     
	 
}
.select2-drop {
   
}

.select2-container-multi .select2-choices {
 

}
.select2-container-multi .select2-search-choice-close:hover { 
  
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0078cc;
    color: white;
	
}
.select2-search input {
	width:100% !important;
	min-height: 20px;
}

.select2-search {
	z-index: inherit !important;
}

/*
#search-result-table{
	padding-left:20px;
	padding-right:20px;
}
*/


.tdRowAction {	
	float:right;	
	width:20px;	
	cursor: pointer;	
}

.tdRowAction  i {
	font-size: 1.2em;	
	cursor: pointer;
	
}

.firstrow-row {
	border-right-color: #f9f9f9 !important;
	
	
}

.firstrow-title {
	border-right-color: #d2d6d6 !important;
	
	
}

.tdRowFieldAction {	
	float:right;	
	width:20px;	
	cursor: pointer;	
	font-size: 1.2em;	
}




.field-edit-icon1 {
	float:right;		
	margin-right:10px;
}

.field-edit-icon2 {
	float:left;			
}



.popover.top .arrow {
	top:20%;
}



.navbar .stick-div {
  height: auto;
  position: fixed;
  top:0; 
  left:0;
  width: 100%; 
  z-index:-1;
}

.navbar-fixed-top .stick-div {
  
  top:45px; 
 
}

.dataTables_scroll
{
   
}


.text_filter{
	height:25px;
	min-width:50px;
	
}
.form-inline .form-control {
   
	
	
	width:100%;	
}

.tarind-modal .modal-dialog{
	width:1000px;
}

.dropdown-menu{
	z-index:10001;
}


.editmodal .htable-container{
	min-height: 250px;
}



.admin-sidebar::before {
   
    z-index: -1;
}


div.dataTables_scroll { 

    clear: both;
	

}

dataTables_scrollHead{
	float: left;
    width: 100%;
    text-align: center;
}
.dataTables_wrapperx{
	clear: both;
	    
	
}



div.dataTabless { 

    table-layout: fixed;
	overflow:auto;
	height: 100px;
	position:relative;
	
}

table.dataTable,table.dataTable th,table.dataTable td {  
  
    
}

	.modal800 > .modal-dialog {
    width:800px !important;
}
.modal900 > .modal-dialog {
    width:900px !important;
}
.modal1000 > .modal-dialog {
    width:1000px !important;
}
.modal1100 > .modal-dialog {
    width:1100px !important;
}

	.modal1200 > .modal-dialog {
    width:1200px !important;
}




.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li .dropdown-menu.dropdown-notifications li.dropdown-footer {
  background-color: #008ac9; 
}
.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li .dropdown-menu.dropdown-login-area > li.edit a:hover {
  color: #008ac9;
}

.navbar .navbar-inner .navbar-header .navbar-menu-choice .setting a {
   
    right: 10px;   
	
}


.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    opacity: 1;
    position: absolute;
    left: 135px;
    top: 1px;
}	





.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li .dropdown-menu.dropdown-notifications {
	
	left: 21px;
    min-width: 355px;
    top: 40px;
	z-index:-1;

}

.navbar .navbar-inner .navbar-header .navbar-menu-choice .search-area > li .dropdown-menu.dropdown-notifications {
	min-width: 350px;

}
.navbar .navbar-inner .navbar-header .navbar-menu-choice {
  height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-menu-choice .search-area > li {
 
  height: 45px;
}
.navbar .navbar-inner .navbar-header .navbar-menu-choice .search-area > li > a {
  
  height: 45px;
  
}


.navbar .navbar-inner .navbar-header .navbar-menu-choice .search-area > li > a.wave.in:after {
 
  width: 40px;
  height: 40px;
 
}
.navbar .navbar-inner .navbar-header .navbar-menu-choice .search-area > li > a.borderpulse {
  width: 45px;
  height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-menu-choice .search-area > li .dropdown-arrow:before {
 
  width: 350px;
 
}


.navbar .navbar-inner .navbar-header .navbar-menu-choice .search-area {
 
  top: 0;
  right: 50px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}





.navbar .navbar-inner .navbar-header .navbar-menu-choice {
  height: 45px;
}

.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li {
 
  height: 45px;
}
.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li > a {
  
  height: 45px;
  
}


.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li > a.wave.in:after {
 
  width: 40px;
  height: 40px;
 
}
.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li > a.borderpulse {
  width: 45px;
  height: 45px;
}
.navbar .navbar-inner .navbar-header .navbar-menu-choice .setting-container {
  
  height: 45px;
 
}
.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li .dropdown-arrow:before {
 
  
  content: "";
}


.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li .dropdown-menu.dropdown-notifications li .notification-icon i {
    border-radius: 50%;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    width: 32px;
	 float: left;
}
.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li .dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
}

.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li .dropdown-menu.dropdown-notifications li .notification-body {
    float: left;
}
.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .title {
    display: block;
    font-size: 13px;
}

.navbar .navbar-inner .navbar-header .navbar-menu-choice .account-area > li .dropdown-menu.dropdown-notifications li .notification-body .description {
    color: #999999;
    display: block;
    font-size: 10px;
}







.page-sidebar .sidebar-o-tree .submenu > li .submenu > li .submenu > li .submenu > li > a {
  padding-left: 80px;
}

.page-sidebar .sidebar-o-tree .submenu > li .submenu > li .submenu > li .submenu > li .submenu > li > a {
  padding-left: 90px;
}

.page-sidebar .sidebar-o-tree li.open > a .menu-icon:before {
    content: "\f147";
   
   
}
.page-sidebar .sidebar-o-tree li > a .menu-icon:before {
    content: "\f196";
   
   
}
.page-sidebar .sidebar-o-tree li > a .menu-icon-empty:before {
    content: "\f096";
    
}
.page-sidebar .sidebar-o-tree li > a .menu-icon-empty {

  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin-top: -3px;
  
  height: 16px;
  width: 16px;
  line-height: 16px;
  
 
  
}


.page-sidebar .sidebar-o-tree li.open > a .menu-icon {

  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin-top: -3px;
  
  height: 16px;
  width: 16px;
  line-height: 16px;
  
  
}
.btn-icon {

 margin-right: 0px !important;
  
}

.page-sidebar .sidebar-o-tree li > a .menu-icon  {
  
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin-top: -3px;
  
  height: 16px;
  width: 16px;
  line-height: 16px;
  
  
}

.page-sidebar .sidebar-o-tree li.active > a  {
	font-weight:bold;
  
}

.page-sidebar.menu-compact .sidebar-o-tree > li > .submenu {
  
	width: 350px;
 
}

.page-sidebar.menu-compact .sidebar-o-tree > li > a .menu-text {
  
	width: 350px;
  
}

.page-sidebar.menu-compact .sidebar-o-tree > li:hover > a > .menu-label {
	display: block;
 
}

.page-sidebar.menu-compact .sidebar-o-tree > li > a .menu-label {
    display: none;
	position: absolute;
	left: 300px;
	top: 5px;	
	z-index: 121;
}

.page-sidebar.menu-compact .list-ametid3 {
	display: none;
	
}

.page-sidebar .sidebar-logo {
	display:block;
    height: 107px;
	background-color:#FFF;
    margin-bottom: 0;
    margin-left: 5px;
    position: relative;
    z-index: 1;
}
.page-sidebar.menu-compact .sidebar-logo  {
   display: none;
}

.elkislogo {
    padding: 0px;
	margin-left:-10px;
	
}

.page-sidebar.sidebar-fixed {
  position: fixed;
  top: 45px;
  z-index: 1000;
}

.page-sidebar.sidebar-fixed .sidebar-header-wrapper {
  position: fixed;
  top: 45px;
  float: none !important;
  z-index: 1001;
  width: 319px;
  
}

.page-sidebar .sidebar-header-wrapper .searchinput {

background-color: #F5F5F5;
}

.page-sidebar.sidebar-fixed .list-ametid3 {
  position: fixed;
  top: 112px;
  float: none !important;
  z-index: 1002;
  width: 325px;
  padding-left: 4px;
  
}

.fancytree-title{
	padding-left:5px;
}

.fancytree-expander{
	padding-right:10px;
}

.fancytree-checkbox {
	padding-left:50px;
    padding-right:10px;
}


.fancytree-container {
    outline: 0 !important;
}


 


.DTTT.btn-group {
   float: right;
}
.DTTT_container.btn-group {
   float: right;   
}
.DTTT_container {   
   margin-bottom: 0em !important;
}

div.dataTables_length {
   float:right;
   padding-left: 10px;
   padding-top: 2px;
}
select.input-sm {
    height: 33px;
	
}

div.dataTables_filter label {
  
   float:left;
}
div.datatable-datefilter {
  
   float:left;
   padding-left: 10px;
   padding-top: 5px;
}


table {   
    font-size: 12px;
}
.form-control, select {
   
    font-size: 11px;
	padding: 2px 5px;
   
}

table.dataTable thead th {
    position: relative;
    font-size: 12px;
    background-image: none !important;
    border-bottom: 1px solid #cccccc;
    line-height: 1.42857;
    padding: 8px;
}

table.dataTable .filter_column {
    border:1px solid #cccccc;
    border-radius: 3px;
    padding-top:3px;
    padding-bottom:3px;
    /* margin-right:-30px;*/
  }

table.dataTable .text_filter{
	height:20px;
	border:0px;
	font-size: 11px;
	margin-right:-25px;
	padding-right:25px;
	background-color:transparent;
}

table.dataTable .filter_column::after {
	content: "";
    font-family: "Glyphicons Halflings";
    opacity: 0.5;
    margin-left:3px;
  	margin-right:3px;
} 
/* Dokumendimooduli siltide taustad */
.taust-Light-Slate-Blue {
	background-color:#736AFF !important;
}

.taust-Kelly-Green {
	background-color:#4CC552 !important;
}
.taust-Macaroni-and-Cheese {
	background-color:#F2BB66 !important;
}

/*
Labelid
*/
.label-red,
.badge-red {
  background-color: #FF2400 !important;
  border-color: #FF2400 !important;
  color: #FFFFFF;
}

.label-green,
.badge-green {
  background-color: #6CBB3C !important;
  border-color: #6CBB3C !important;
  color: #FFFFFF;
}

.label-orange,
.badge-orange {
  background-color: #EE9A4D !important;
  border-color: #EE9A4D !important;
  color: #FFFFFF;
}

.label-yellow,
.badge-yellow {
  background-color: #EAC117 !important;
  border-color: #EAC117 !important;
  color: #FFFFFF;
}

.label-SlateBlue,
.badge-SlateBlue {
  background-color: #357EC7 !important;
  border-color: #357EC7 !important;
  color: #FFFFFF;
}


.label-BabyBlue,
.badge-BabyBlue {
  background-color: #95B9C7 !important;
  border-color: #95B9C7 !important;
  color: #FFFFFF;
}

.label-Avocado,
.badge-Avocado {
    background-color: #B2C248 !important;
  border-color: #B2C248 !important;
  color: #FFFFFF;
}

.t-chk {
	max-width:50px !important;
	min-width:30px;
	width:40px;
	
}

.t-nimetus {
	max-width:300px !important;
	min-width:100px;
	width:250px;
}
.t-tkvr1 {
	max-width:300px !important;
	min-width:100px;
	width:110px;
}
.t-tkvr2 {
	max-width:300px !important;
	min-width:100px;
	width:150px;
}
.t-input{
	
	min-width:100px;
	width:auto;
}
.t-tegevused {
	max-width:200px !important;
	min-width:140px;
	width:145px;
	
}
td .wtHolder {
	width:auto !important;
	height:auto !important;
	
}
.htContextMenu {
	z-index:9000;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height:normal;
}

.handsontable table {
  /*max-width : none;
  max-height: none;*/
}
.handsontable th {
    white-space: normal !important;
}

.m-template-all td{
    vertical-align: middle !important;
}

.handsontable .htAutocompleteArrow {
    color: #ccc;   
}

.handsontable .htAutocompleteArrow {
    color: #ccc;   
}



.handsontable .htCheckboxRendererInput {
  display: inline-block;
  vertical-align: middle;
    opacity: 1;
    position: relative;
    width: auto;
    height: auto; 
    left: auto;
    
}


.handsontable.listbox {
    margin: 0;
    min-height: 150px;
}


.htContextMenu:not(.htGhostTable) {
   
    z-index: 1090;
}

.htCommentTextArea{
    width: 300px;  
    height: 150px; 
}






    
.ui-grid-header-canvas {
 
  height: 65px !important;
}


.arvesti-rowstyle-level0 {
	font-weight: bold !important;
}
.arvesti-rowstyle-level1 {
	padding-left: 10px !important;
}
.arvesti-rowstyle-level2 {
	padding-left: 20px !important;
}
.arvesti-rowstyle-level3 {
	padding-left: 30px !important;
}
.arvesti-rowstyle-level4 {
	padding-left: 40px !important;
}
.arvesti-rowstyle-level5 {
	padding-left: 50px !important;
}
	
.overlay-box {
  background: #DDDDDD;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  transition: opacity .5s;
  z-index:4000;
  cursor:progress;
}



.htable-valueform .wtHolder {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto !important;
}

/* IE9, IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
	.page-body {
     
      padding-right: 30px;
    }
	
	
}

.page-body .widget{
	padding-left: 20px;
	padding-right: 20px;
}

.page-body .well{
	padding-left: 20px;
	padding-right: 20px;
}

.container-hoone {
    padding-left: 20px;
	padding-right: 20px;
}


.navbar.navbar-fixed-top {
    z-index: 1050;
}




.tool-tip [disabled] {
  pointer-events: none;
}

/*#region breadcrub*/
.myyk-timeline {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.myyk-timeline.myyk-timeline-wired {
  padding-top: 0px;
  display: block;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  
}
.myyk-timeline.myyk-timeline-wired ul {
  display: table;
  width: 100%;
  position: relative;
}
.myyk-timeline.myyk-timeline-wired ul li {
  display: table-cell;
  text-align: center;
  background-color: #ffffff;
  width: 20%;
  padding: 0;
  margin: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.myyk-timeline.myyk-timeline-wired ul li.complete {
  background-color: #ffffff;
}
.myyk-timeline.myyk-timeline-wired ul li.complete .step:before {
  font-size: 22px;
  line-height: 36px;
}
.myyk-timeline.myyk-timeline-wired ul li.complete:hover {
  background-color: #ffffff;
}
.myyk-timeline.myyk-timeline-wired ul li.active {
  background-color: #ffffff;
}
.myyk-timeline.myyk-timeline-wired ul li .step {
  border-width: 2px;
  width: 25px;
  height: 25px;
  line-height: 22px;
  font-size: 14px;
  z-index: 2;
  background-color: #ffffff;
}
.myyk-timeline.myyk-timeline-wired ul li .title {
  display: block;
  margin-top: 4px;
  margin-bottom: 6px;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.myyk-timeline.myyk-timeline-wired ul li:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px !important;
  font-size: 0;
  overflow: hidden;
  background-color: #e5e5e5;
  position: relative !important;
  top: 15px;
  z-index: 1 !important;
}
.myyk-timeline.myyk-timeline-wired ul li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.myyk-timeline.myyk-timeline-wired ul li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.myyk-timeline ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  
}
.myyk-timeline ul.previous-disabled li.complete {
  cursor: default;
}
.myyk-timeline ul.previous-disabled li.complete:hover {
  background: #f3f3f3;
  cursor: default;
}
.myyk-timeline ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f3f3;
}
.myyk-timeline ul li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
 
  position: relative;
  background: #f5f5f5;
  color: #d0d0d0;
  font-size: 16px;
  cursor: default;
  -webkit-transition: all 0.218s ease;
  -moz-transition: all 0.218s ease;
  -o-transition: all 0.218s ease;
  transition: all 0.218s ease;
}
.myyk-timeline ul li .step {
  border: 2px solid #e5e5e5;
  color: #cccccc;
  font-size: 13px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}

.myyk-timeline ul li.complete {
  background: #f5f5f5;
  color: #444444;
}
.myyk-timeline ul li.complete:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  /* background-color: #a0d468; */
  z-index: 10000;
}
.myyk-timeline ul li.complete:hover {
  background: #eeeeee;
  
}

.myyk-timeline ul li.complete .step {
  /* color: #a0d468; */
  /* border-color: #a0d468; */
}

.myyk-timeline ul li.active {
  background: #ffffff;
  color: #262626;
}
.myyk-timeline ul li.active .step {
  border-color: #0078cc;
  color: #0078cc;
}
.myyk-timeline ul li.active:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  background-color: #0078cc;
  z-index: 10000;
}

.myyk-timeline ul li:first-child {
  -webkit-border-radius: 2px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 0;
  background-clip: padding-box;
  padding-left: 0px;
  margin-left: -20px;
}




.myyk-timeline ul li .spancirclex {
 
  background-color: #0078cc;
  color: #ffffff;
  font-size: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
    
}


.myyk-timeline ul li .spancircle {
  border: 2px solid #eee;
  background-color: #0078cc;
  color: #ffffff;
  font-size: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}


.myyk-timeline ul li.spancircle:hover {
  background: #eeeeee;
  cursor: pointer;
}



.ht_master .wtHolder {
    overflow: auto;
    min-height: 120px;
}
.small-radio-group {
    
}

.small-radio-group label {
    vertical-align: middle;
    margin: 5px;
    margin-right: 20px;
    
}



.small-radio-group > input[type=radio] {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    position: relative; 
    margin: 5px;
    
    left: auto;
}


.toast-top-right {
  top: 50px;
  
  
}

.toast-top-center {
  top: 50px;
  
  
}

.toast-top-center-wide {
  top: 50px;
  
  
}

.toast-top-center-wide > div {
   top: 50px;
  width: 800px !important;
  
}

.trumbowyg-box p {
  line-height: 10px;   
  
}
.trumbowyg-box li {
  line-height: normal;   
  
}
   
.texteditorinput p {
  line-height: 10px;   
  
}
.texteditorinput li {
  line-height: normal;   
  
}



.datepicker.dropdown-menu {
    z-index: 100000 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 100000 !important;
}


.tdvalidationGreen {
	color:#53a93f !important
}
.tdvalidationRed {
	color:red !important
}
.tdvalidationOrange {
	color:#ffc107 !important
}
.tdvalidationBlue {
	color:#007bff !important
}
.tdvalidationGray {
	color:silver !important
}

.tooltip {
	z-index:1050 
}
.tooltip-inner {
	max-width:500px;
}

