﻿
.showHideColumn {
    display: none;
}

.customTextBoxControl .input-group input {
    position: static;
    display: block;
    background-color: transparent;
    border: 0;
    color: #ffffff;
    width: 30px;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
}

.customTextBoxControl .input-group {
    position: static;
    display: block;
    background-color: transparent;
    border: 0;
    color: #ffffff;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 1em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #sfpMainContentBox{
		height: 80vh;
		-ms-overflow-y: auto;
		max-width: 100%;
	}
}

.input-group, 
.form-control, 
.multiselect, 
.select2-selection, 
.cke, 
.custom-file-label,
.rtb-content  {
	border-width: 2px !important;
	/* border-color: #626f66 !important; */
	border-bottom: 2px solid #008b94 !important;
	border-radius: .1875rem;
}

.custom-file-label::after{
	height: 100%;
}

.input-group-text{
	border-width: 2px !important;
	/* border-color: #626f66 !important; */
	border-left: 0;
}

.input-group > .form-control, .input-group-text{
	border-bottom: 0 !important;
}




/* Staré styly
#navbar-header {
    background-color: #068848 !important;
}

/*levý hlavní menu

.sidebar-dark { 
    background-color: #05713b !important; 
} /*pozadí #bed41a

.sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled)
,.sidebar-dark .nav-sidebar > .nav-item > .nav-link.active
,.sidebar-light .card[class*="bg-"]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item-open > .nav-link:not(.disabled)
,.sidebar-light .card[class*="bg-"]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar > .nav-item > .nav-link.active {
	background-color: #bed41a;
} /*aktivní záložka 00c2ca

.sidebar-dark #menu .nav-group-sub a.nav-link.active {
	background-color: #bed41a !important;
} /*aktivní odkaz 00c2ca
*/

/* Header - světlý motiv */
body.theme-white-lmtl4 > header {
    background-color: #068848 !important; 
}

/* Header - tmavý motiv */
body.theme-dark-lmtl4 > header {
    background-color: #068848 !important; 
}

/* Sidemenu */
.sidebar-lmtl4.sidebar-dark-lmtl4.sidebar-main-lmtl4.sidebar-expand-lg-lmtl4{
    background-color: #05713b !important;
}

/* Sidemenu - Aktivní Segment */
#menu>.nav-item-lmtl4>.nav-link-lmtl4.active {
    background-color: #bed41a !important; 
}

/* Sidemenu - Aktivní pohled */
#menu>.nav-item-lmtl4>ul .nav-link-lmtl4.active-lmtl4 {
    background-color: #bed41a !important; 
}



/*

paleta barev
	#068848 - původní
	
	#05713b - jiná zelená
	#626f66 - šeda pro inputy
	
	#3b4a3f - tmavá
	#9eb0a2 - světlá šedá
	#008b94 - tmavá modrá
	#00c2ca - světlá modrá

*/

/*#BED41A*/

.popover-body { padding-top: 0; }
