@charset "utf-8";
/* CSS Document */
/*@import "b-datetimepicker.css";*/
.main-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 16px;
}
.selected-row-red {
    background-color: #ffdddc;
}
.highlight {
    background-color: #ffdddc;
    font-weight: bold;
}
.d-none  {display:none !important;}
.login {
	background-position:center top;
	background-repeat:no-repeat;
}
.login2 {
	background-position:center top;
	}
.login3 {
	background-position:center top;
	/*background-image:none;
	background-color:#fff;*/
	}
.login .carousel-container {
    position: absolute;
	display:block;
    width: 100%;
    z-index: 1000;
	opacity:100;
	visibility:visible;
	transition: all 200ms ease-in 0s;
	background-color:#fff;
	height:100%;
}
.login .carousel-container.c-hide {
	transition: all 200ms ease-in 0s;
	opacity:0;
	visibility:hidden;
}
@media (min-width: 1281px) {
.login .carousel-container {
	display:none;
}
}
@media (min-width: 992px) {
.login3 .bg-login {
	/*background-image:url(../images/bg-login.png);*/
	background-position:right -20px top -30px;
	background-repeat:no-repeat;
	}
}

.bio-signin {
    background-color: #f6f6f6;
    border-radius: 190px;
    height: 380px;
    line-height: 380px;
    margin: 5px auto;
    text-align: center;
    width: 380px;
	box-shadow:inset 4px 5px 6px rgba(0, 0, 0, 0.05);
}
.bio-signin i {
    color: #fefefe;
    font-size: 160px;
    line-height: 380px;
}

/*--------------------*/
.login .language-choose {
    background-color: #fff;
    margin-bottom: 10px;
} 
.login .language-choose.dropdown > a, .login .language-choose .dropdown-menu > li > a  {
	line-height:42px;
	height: 42px;
	padding:0 10px;
}
.login .language-choose.dropdown > a  {
	border:1px solid #fff;
}
.login .language-choose.dropdown > a:focus {
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(209, 231, 182, 0.95);
	border-color:#3f403d;
}
.login .language-choose.dropdown > a:after {
	color:#3f403d;
	line-height:44px;
}
.login .language-choose img,.login .language-choose .dropdown-menu img {
    height: auto;
    line-height: 44px;
    margin: 9px 14px 0 0;
    width: 40px;
}
.login .language-choose .dropdown-menu {
    background-color: #fafcf6;
	width:100%;
	overflow:auto;
}


.language-choose ul li{
	clear:both;
	display:block;
	} 

.language-choose .dropdown-menu {
	max-height:240px;
	overflow-y:scroll;
	min-width:136px;
	z-index:999;
}
.language-choose .dropdown-menu > li > a {
    padding: 5px 14px;
    text-decoration: none;
}
.language-choose .dropdown-menu img {
	margin-top:0;
}
.language-choose img{
	width:22px;
	height:auto;
	float:left;
	margin-top:4px;
	}
.language-choose .dropdown-menu img{
	margin-right:8px;
	margin-top:3px;
	}
/*----------------*/


.language-chooser{
	clear:both;
	display:block;
	/*height:40px;
	border:1px solid #dcdcdc;*/
	} 
.language-chooser .btn{
	text-align:left;
	text-transform:none !important;
	font-size:13px !important;
	line-height:24px;
	}
.language-chooser .btn:after{
	text-align:right;
	content:"\f107";
	font-family:FontAwesome;
	right:10px;
	position:absolute;
	color:#3f403d;
	}  

.language-chooser .dropdown-menu {
	max-height:240px;
	overflow-y:scroll;
	min-width:136px;
	z-index:999;
	width:100%;
}
.language-chooser .dropdown-menu > li > a {
    background-color: transparent;
    font-size: 13px;
    padding: 5px 14px;
    text-decoration: none;
}
.language-chooser .dropdown-menu > li > a:hover {
    background-color:#eee;
}
.language-chooser .dropdown-menu img {
	margin-top:0;
}
.language-chooser img{
	width:40px;
	height:auto;
	margin-right:6px;
	}

.-l {
	margin-right: .35em;
}
.-r {
	margin-left: .35em;
}
.icon-index{
	font-size:80%;
	padding-left:2px;
	}

.bg-g5{
	background-color:#ececec;
	}
.bg-login{
	 margin-bottom:30px;
	}
.bg-white{
	background-color:#fff;
	}
.last-b{
	margin-bottom:0;
	}

/*------------signin -----------*/
.topTitle {
    border-radius: 0;
    clear: both;
    color: #3f403d;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 8px 18px 9px;
    position: relative;
}
.signin-container {
	max-width:900px;
	margin:0 auto;
}
.form-signin .input-group-addon {
	background-color: transparent;
	border: 1px solid transparent;
	border-right:0;
	color: #000000;
	padding:0px;
	width:48px;
	z-index:100;
	height:48px;
	line-height:48px;
	position:absolute;
	text-align:center;
}
.form-signin .input-group-addon i {
    background-color: transparent;
    border-radius: 50%;
    display: block;
    font-size: 220%;
    height: 44px;
    line-height: 44px;
    margin: 0;
	text-shadow:2px 2px 4px rgba(0, 0, 0, 0.1);
}
/*
.form-signin {
    background-color: #f6f6f6;
    border-radius: 190px;
    height: 380px;
    margin: 5px auto;
    max-width: 100%;
    overflow: visible;
    padding: 88px 50px 25px;
    width: 380px;
	box-shadow:inset 4px 5px 6px rgba(0, 0, 0, 0.06);
}
*/
.form-signin .btn {
    font-size: 18px;
    font-weight: normal;
    height: 44px;
    margin-right: 10px;
    text-transform: uppercase;
    width: 100%;
	margin-bottom:4px;
}
.form-signin-heading {
	font-size: 22px;
	font-weight: 700;
	color: #3f403d;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
    position: relative;
	font-size: 16px;
	height: 44px;
	width: 100%;
	padding: 10px 10px 10px 55px;
	/*border-color:#dcdcdc;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:rgba(255, 255, 255, 0.9);
	border-color:transparent;
}
/*
.form-signin .form-control:-webkit-autofill,
.form-signin .form-control:-webkit-autofill:hover,
.form-signin .form-control:-webkit-autofill:focus,
.form-signin .form-control:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}
*/
.form-signin .form-control:focus {
	z-index: 2;
	border-color:#3f403d;
}

.form-signin .input-group{
	margin-bottom: 8px;
	width:100%;
	}

/*------------signin End -----------*/


/*------------- site-header -----------*/
.site-header {
	padding-bottom: 1px;
	background-color:#fff;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.fix-top .page-content {
    margin-top: 84px;
}
.fix-top.small-header .page-content {
    margin-top: 58px;
}
.login .site-header {
	padding-bottom: 10px;
	background-color:transparent;
	position:relative;
}
.logo {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 8px;
    width: auto;
}
/*------------- /site-header -----------*/


/*------------------------ hidden-navbar  ------------------------*/
.visible-hidden-navbar .hidden-navbar{
	display:none;
	}
.fix-top.visible-hidden-navbar .page-content, .visible-hidden-navbar .page-content  {
    margin-top: 135px;
}
.fix-top.small-header.visible-hidden-navbar .page-content, .small-header.visible-hidden-navbar .page-content  {
    margin-top: 92px;
}
.hidden-navbar {
	margin-bottom: 0px;
	display:none;
	z-index: 190;
	border:none;
	border-radius: 0;
	min-height: 30px;
	background-color: transparent;
	color:#3f403d;
}
.hidden-navbar .navbar-nav > li{
	padding: 6px;
}
.hidden-navbar .container-fluid {
}
.hidden-navbar .navbar-nav > li > a {
	color:#777;
	font-size:12px;
	padding:6px 14px;
	margin:-6px;
	height:32px;
	font-weight:400;
}
.hidden-navbar .navbar-nav > li > a:hover {
	color:#3f403d;
}
.hidden-navbar .navbar-nav > li > a span {
	display:inline-block;
	font-weight:700;
	font-size:13px;
	background-color:#f9f9f9;
	border-radius:4px;
	padding:0 6px;
}
.hidden-navbar .navbar-nav > li > a i {
	font-size:120%;
}
.hidden-navbar .navbar-nav li.user > a{
	}
.hidden-navbar .navbar-nav li.user .big{
	line-height:14px;
	}
.hidden-navbar .navbar-nav > li.sep {
    border-left: 1px solid #fff;
    border-right: 1px solid #ddd;
    height: 28px;
    margin: 2px 4px;
    padding:0;
    width: 2px;
}
.hidden-navbar.navbar-default .navbar-toggle .icon-bar {
    background-color: #777;
}

/*------------------------ /hidden-navbar  ------------------------*/



.main-navbar {
	margin-bottom: 0px;
	z-index: 200;
	border:none;
	/*border-bottom: 1px solid #3f403d;*/
	/*border-bottom: 2px solid #3f403d;*/
	border-radius: 0;
	min-height: 40px;
	background-color:#3f403d;
	background-image: linear-gradient(#a9d3e0 -200%, #006f92 100%);
}
.main-navbar .navbar-nav > li{
	padding: 6px;
}
.main-navbar .mail .text-danger{
	font-weight:800;
	color:#000000;
}
.main-navbar .container-fluid {
	/*padding-left: 5px;
	padding-right: 5px;*/
}
.main-navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding: 10px 14px;
    margin: -6px;
    height: 40px;
    font-weight: 500;
}
.main-navbar .navbar-nav > li > a span {
	display:inline-block;
}
.main-navbar .navbar-nav li.user > a{
	}
.main-navbar .navbar-nav li.user .big{
	line-height:14px;
	}
.main-navbar .navbar-nav > li.sep {
    border-left: 1px solid #fff;
    border-right: 1px solid #ddd;
    height: 28px;
    margin: 2px 4px;
    padding:0;
    width: 2px;
}
@media (max-width: 767px) {
 .main-navbar .navbar-nav > li.sep{
	  display:none;
  }
}
.main-navbar .dropdown-menu {
	background-color: #ffffff;
    max-height: 700px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
}



.main-navbar {
    margin-bottom: 0;
    z-index: 200;
    border: none;
    border-radius: 0;
    /* background: linear-gradient(to bottom, #2c3e50, #1a252f); */
    background: #1a303b;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* color: #fff; */
    font-family: Arial, sans-serif;
}

/*-----------------------Sub-menu------------------------*/

.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
width: 270px;
}

.dropdown-submenu:hover>.dropdown-menu {
display: block;
}

.dropdown-submenu>a:after {
display: block;
content: "\f105";
float: right;
width: 0;
height: 0;
color:#3f403d;
margin-top: 5px;
margin-right: -10px;
line-height:6px;
font-family: "FontAwesome";
}

.dropdown-submenu:hover>a:after {
border-left-color: #FFF;
}

.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}

/*-----------------------End-sub-menu--------------------*/

.main-navbar .dropdown-menu i{
	color:#1c809f;
	font-size:160%;
	width:26px;
	text-align:center;
	float:left;
	line-height:16px;
	margin-left:-4px;
}
.main-navbar .dropdown-menu > .active > a i,
.main-navbar .dropdown-menu > .active > a:hover i,
.main-navbar .dropdown-menu > .active > a:focus i{
  color: #fff;
}
/*.main-navbar .navbar-nav [class^="fa icon-"]::before, .main-navbar .navbar-nav [class*=" fa icon-"]::before*/ 
.main-navbar i{
	/*color: #000000;*/
	color:#accdd8;
	/*text-shadow:1px 1px 6px rgba(255, 255, 255, 0.9);*/
}
.main-navbar .navbar-nav .dropdown-menu a{
	line-height:16px;
}
.main-navbar .navbar-nav > li > a:hover,
.main-navbar .navbar-nav > li > a:focus,
.main-navbar .navbar-nav .dropdown.active > a {
	color: #ffffff;
}

.main-navbar .navbar-nav > li > a:hover i,
.main-navbar .navbar-nav > li > a:focus i,
.main-navbar .navbar-nav .dropdown.active > a i {
	color: #ffffff;
}

/*.main-navbar .navbar-nav .active [class^="fa icon-"]::before, .main-navbar .navbar-nav .active [class*=" fa icon-"]::before*/ 
.main-navbar .navbar-nav > .active > a > i/*,.main-navbar .navbar-nav .dropdown-menu .active a:hover > i*/{
	/*color: #000000;*/
	color: #accdd8;
}
.main-navbar .navbar-brand .logo {
    background-color: #fff;
    height: 100%;
    padding:0 6px;
    width: auto;
	margin-right:2px;
}
@media (min-width: 767px) {
.main-navbar .navbar-brand .logo {
    margin-left: -3px;
}
}
.main-navbar .breadcrumb {
	float:left;
	padding:0 15px;
	margin:0 0 0 -15px;
	line-height:36px;
	background-color:#fff;
}







.breadcrumb {
    background-color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    z-index: 100;
}
.breadcrumb li,.breadcrumb li a i{
	line-height:24px;
	float:left;
}
.breadcrumb li a{
	color:#64b9d4;
	font-size:15px;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.8);
}
.breadcrumb li a:hover{
	color:#262626;
}

.dropdown > a {
	padding-right:30px !important;
}
.dropdown > a:after {
    content: "";
    display: block;
    float: right;
    font-family: "FontAwesome";
    font-size: 120%;
    height: 0;
    line-height: 24px;
    margin-right: -8px;
    margin-top: 0;
    width: 0;
	color:#fff;
}

.dropdown > a:hover:after,.dropdown > a:focus:after,.dropdown.active > a:after {
	color:#333;
}

.site-header .btn-toolbar {
    background-color: #fbfbfb;
    border-radius: 4px;
    display: block;
    float: left;
    padding-bottom: 1px;
    padding-top: 1px;
    transition: all 300ms ease 0s;
    width: 100%;
    z-index: 100;
}
/*.site-header */.btn-toolbar .btn {
	border:1px solid #fff;
	box-shadow:0 0px 2px rgba(0, 0, 0, 0.25);
	margin-bottom: 1px;
	margin-top: 1px;
}
@media (max-width: 767px) {
.top-panel {
    max-height: 36px;
    overflow-y: auto;
}
}
@media (max-width: 1280px) {
.btn-toolbar .btn {
    font-size: 13px;
    padding: 8px 16px;
}
.fix-top .page-content {
    margin-top: 96px;
}
.fix-top.visible-hidden-navbar .page-content, .visible-hidden-navbar .page-content  {
    margin-top: 130px;
}
}

.page-content {
    float: left;
    margin-bottom: 24px;
    padding: 0 3px;
    width: 100%;
}

@media (max-width: 767px) {
.page-content {
    margin-bottom: 60px;
}
}

td.input-group{
	margin-top:-1px;
	}

/*----------- checkbox , radio ---------------*/
.form-horizontal .radio, .form-horizontal .checkbox, .radio, .checkbox {
	min-height: 30px;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	/*margin-left: -10px;*/
	margin-top: 10px;
	visibility: hidden;
}
.radio input[type="radio"], .radio-inline input[type="radio"] {
	/*margin-left: -10px;*/
	margin-top: 10px;
	visibility: hidden;
}
table .checkbox {
	display: inline-block;
}
.checkbox:before, .operator .checkbox:before, .widget-container-col .operator .checkbox:before, .checkbox-inline:before, .operator .checkbox-inline:before, .widget-container-col .operator .checkbox-inline:before {
	position: absolute;
	background-image: none;
	height: 22px;
	line-height: 22px;
	width: 22px;
	display: block;
	white-space: nowrap;
	background-color: #fff;
	color: #fff;
	border:1px solid #dcdcdc;
	behavior: url(pie/PIE.htc), url(../pie/PIE.htc);
	content: "";
	margin-left: -28px;
	margin-bottom:-22px;
}
.radio, .checkbox, .radio-inline, .checkbox-inline {
	padding-left: 28px;
}
.radio label, .checkbox label, .radio-inline label, .checkbox-inline label {
	font-weight: normal;
	cursor: pointer;
	display:block;
	line-height:20px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-left: 0;
	margin-top: 0;
}
.radio-inline, .checkbox-inline {
	padding-right: 10px;
	margin-right: 10px;
}
.checkbox, .checkbox label {
/*color:#e2e7ed;*/

}
.radio:before, .operator .radio:before, .widget-container-col .operator .radio:before, .radio-inline:before, .operator .radio-inline:before, .widget-container-col .operator .radio-inline:before {
	position: absolute;
	background-image: none;
	height: 22px;
	line-height: 22px;
	width: 22px;
	display: block;
	white-space: nowrap;
	background-color: #f9f9f9;
	background-color:#fff;
	color: #fff;
	border: 1px solid #dcdcdc;
	
	behavior: url(pie/PIE.htc), url(../pie/PIE.htc);
	content: "";
	margin-left: -28px;
	margin-top: -1px;
	border-radius: 11px;
	z-index: 10;
}
.checkbox label, .radio label {
	line-height: 22px;
	padding: 0 !important;
	float: left;
}
.checkbox label:before, .checkbox-inline label:before {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	zoom: 1;
	opacity: 0;
	height: 22px;
	width: 22px;
	line-height: 22px;
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: -28px;
	position: absolute;
	display: block;
	color: #3f403d;
	text-align: center;
	z-index: 1;
	cursor: pointer;
	font-size:130%;
}
.radio label:before, .radio-inline label:before {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	zoom: 1;
	opacity: 0;
	background-color: #3f403d;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	margin-left: -22px;
	margin-top: 5px;
	position: absolute;
	text-align: center;
	width: 10px;
	z-index: 11;
	cursor: pointer;
}
.checkbox label:hover::before, .checkbox-inline label:hover::before, .radio label:hover::before, .radio-inline label:hover::before {
 -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
 filter: alpha(opacity=30);
 zoom: 1;
 opacity: 0.3;
 background-position: center;
}
.checkbox input[type=checkbox]:checked + label:before, .checkbox-inline input[type=checkbox]:checked + label:before, .radio input[type=radio]:checked + label:before, .radio-inline input[type=radio]:checked + label:before {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	zoom: 1;
	opacity: 1;
	background-position: center;
	display: block;
}


/*----------- checkbox , radio ---------------*/




/*====================================================================*/


/*--------------- mainMenu ------------------*/

.mainMenu {
    border-radius: 0;
    border-style: none none solid;
    border-width: 0;
    float: left;
    padding: 3px 0;
    position: relative;
    width: 100%;
}
.mainMenu .title{
	margin:0;
	padding:8px;
	font-size:20px;
	background-color:#fff;
}
.mainMenu .title nav {
    float: right;
    line-height: 20px;
}
.mainMenu .title nav a {
    float: left;
    font-size: 12px;
    margin-right: 14px;
	cursor:pointer;
}
.mainMenu .title nav a i {
    margin-right: 4px;
	color:#000000;
}
.mainMenu > ul {
	/*background-color:#fff;*/
}
.mainMenu .navbar-header {
	display: block;
}
.mainMenu .navbar-nav {
	width: 100%;
	text-align:center;
	padding:5px 0;
	/*box-shadow: 0 0px 4px rgba(0, 0, 0, 0.05);
	background-color:#fff;*/
}
.mainMenu .nav > li {
	width: 33.3333%;
	padding:3px;
	float:left;
}
@media (max-width: 468px) {
.mainMenu .nav > li {
	width: 50%;
}
}
@media (min-width: 768px) {
.mainMenu .nav > li {
	width: 25%;
}
}
.mainMenu .nav > li.back {
	width:auto;
}
.mainMenu .navbar-collapse, .mainMenu .container {
	padding: 0;
}
.mainMenu .nav > li.back > a {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
    float: left;
   /*margin-right: 8px;*/
    overflow: hidden;
    position: relative;
    width: 150px;
}
.mainMenu .nav > li.back > a.m-close {
    background-color: #3f403d;
    border: 1px solid #3f403d;
    color: #fff;
    float: left;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.mainMenu .nav > li.back > a i {
    color: #fff;
    float: left;
    font-size: 240%;
    line-height: 55px;
    text-align: center;
    transition: all 300ms ease-in 0s;
	padding:0 2px;
}
.mainMenu .nav > li.back > a.m-close i {
    float: none;
}
.mainMenu .nav > li.back > a:hover i {
	margin-left:-200px;
}
.mainMenu .nav > li.back > a:hover .text{
	left:-150px;
}
.mainMenu .nav > li.back > a .text {
    display: inline-block;
    height: 80px;
    left: 0;
    line-height: 80px;
    margin-left: 150px;
    position: absolute;
    top: 0;
    width: 150px;
	transition: all 300ms ease-in 0s;
	font-size:16px;
}
.mainMenu .navbar-header {
	display: none;
}

.mainMenu .nav > li > a {
	display: block;
	font-size: 13px;
	padding: 10px 2px;
	text-align: center;
	position: relative;
	border-radius:0px;
	white-space:nowrap;
	background-color:#fff;
	height:80px;
	color:#262626;
	border:1px solid #dcdcdc;
}
.mainMenu .nav > li > a i {
	color: #dcdcdc;
	font-size:260%;
	display:block;
	margin:0 0 6px 0;
}

@media (min-width: 767px) {
.mainMenu .nav > li > a {
	height:92px;
}
.mainMenu .nav > li > a i {
	font-size:360%;
}
.mainMenu .nav > li.back > a .text {
    height: 92px;
    line-height: 92px;
}
.mainMenu .nav > li.back > a i {
    line-height: 64px;
}
}



.mainMenu .nav > li > a:hover i, .mainMenu .nav > li > a:focus i,
.mainMenu .nav > li.active > a i,.mainMenu .nav > li.active > a:hover i, .mainMenu .nav > li.active > a:focus i
{
    color: #fff;
}
.mainMenu .nav > li > a:hover, .mainMenu .nav > li > a:focus
{
	background-color: #000000;
    color: #fff;
	border-color:#000000;
	background-image:none;
}
.mainMenu .nav > li.active > a/*, .mainMenu .nav > li.active > a:hover, .mainMenu .nav > li.active > a:focus*/ {
	color: #fff;
	outline: none;
	border-color:#3f403d;
	background-color: #3f403d;
	background-image:linear-gradient(#d7eab7 -130%, #3f403d 100%);
}
.mainMenu .nav > li.active > a:hover, .mainMenu .nav > li.active > a:focus {
	background-image:linear-gradient(#d7eab7 -200%, #3f403d 100%);
}
.mainMenu .navbar-toggle {
	border-color: #d9e7ff;
	behavior: url(pie/PIE.htc), url(../pie/PIE.htc);
}
.mainMenu .navbar-toggle:hover, .mainMenu .navbar-toggle:focus {
	background-color: #5fabe6;
}
.mainMenu .navbar-toggle .icon-bar {
	background-color: #d2e4f6;
}

.scroll-menu {
    height: auto;
    max-height: 380px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    
}

/**/

.deskTop.mainMenu {
    border-radius:0;
    border-style:none none solid;
    border-width:0;
	padding:3px 0;
    position:relative;
	/*box-shadow:7px 10px 14px rgba(0, 0, 0, 0.15);*/
}
.deskTop.mainMenu .navbar-header {
	display: block;
}
.deskTop.mainMenu .navbar-nav {
	width: 100%;
	text-align:center;
}
.deskTop.mainMenu .nav > li {
	width: 25%;
	padding:3px;
	clear:both;
	
}
.dropdown .deskTop.mainMenu .nav > li {
	width: 100%;
}
.deskTop.mainMenu .navbar-collapse, .deskTop.mainMenu .container {
	padding: 0;
}
.deskTop.mainMenu .nav > li > a {
	/*height: 67px;*/
	border:1px solid #dcdcdc;
	height:44px;
	position: relative;
	/*text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1);*/
}
.deskTop.mainMenu .navbar-header {
	display: none;
}

.deskTop.mainMenu .nav > li > a {
	display: block;
	font-size: 13px;
	padding: 10px 15px;
	text-align: center;
	position: relative;
	border-radius:3px;
	white-space:nowrap;
	background-color:#fff;
	height:auto;
	color:#262626;
}
.deskTop.mainMenu .nav > li > a i {
	color: #dcdcdc;
	font-size:140%;
	display: inline-block;
	margin:0 6px 0 0;
}
.deskTop.mainMenu .nav > li > a:hover i, .deskTop.mainMenu .nav > li > a:focus i,
.deskTop.mainMenu .nav > li.active > a i,.deskTop.mainMenu .nav > li.active > a:hover i, .deskTop.mainMenu .nav > li.active > a:focus i
{
    color: #fff;
}
.deskTop.mainMenu .nav > li > a:hover, .deskTop.mainMenu .nav > li > a:focus
{
	background-color: #000000;
    color: #fff;
	border-color:#000000;
}
.deskTop.mainMenu .nav > li.active > a, .deskTop.mainMenu .nav > li.active > a:hover, .deskTop.mainMenu .nav > li.active > a:focus {
	color: #fff;
	outline: none;
	border-color:#000000;
	background-color: #000000;
}
.deskTop.mainMenu .navbar-toggle {
	border-color: #d9e7ff;
	behavior: url(pie/PIE.htc), url(../pie/PIE.htc);
}
.deskTop.mainMenu .navbar-toggle:hover, .deskTop.mainMenu .navbar-toggle:focus {
	background-color: #5fabe6;
}
.deskTop.mainMenu .navbar-toggle .icon-bar {
	background-color: #d2e4f6;
}

/*------------------------ BUTTONS  ------------------------*/

.btn i {
	margin-top:-2px;
	margin-bottom:-4px;

}
/*------------------------ /BUTTONS  ------------------------*/

/*---------------- Form ----------------*/
 
.size-n{
	font-size:100%;
	}

.form-group .input-group{
	/*padding:0 3px;*/
}
.form-group.required .control-label::after {
    color: #ed231d;
    content: "*";
    margin-left: 1px;
    margin-right: -2px;
    position: absolute;
    right: 1px;
    top: -2px;
}

.form-group.required .col-form-label::after {
    color: #ed231d;
    content: "*";
    margin-left: 1px;
    margin-right: -2px;
    right: 1px;
    top: -2px;
}

.requiredField::after {
    color: #ed231d;
    content: "*";
    margin-left: 3px;
}

textarea{
	resize: none;
}

 @media (max-width: 1280px) {
label,.form-control , .select2-choice, .select2-results .select2-result-label, .control-label {
		 font-size:13.5px;
}
p {
    font-size: 12px;
}
.panel-title {
    font-size: 16px;
}
.input-group-btn > .btn, .photo-box nav .btn {
	font-size:12px;
	height:24px;
}
.btn {
	font-size:13px;
	min-height:24px;
}
.nav-tabs > li > a {
    font-size: 13px;
}
.pagination > li > a, .pagination > li > span {
    font-size: 12px;
}
}
/*---------------- /Form ----------------*/
/*==========================================7*/


.photo-box figure {
	width:100%;
	border:2px solid #f9f9f9;
	/*max-width:200px;*/
	height:auto;
	padding:6px;
	}
.photo-box figure img , .photo-list figure img {
	height:100%;
	width:100%;
	}
.photo-box nav .btn {
	float:left;
	width:100%;
	margin-bottom:4px;
	}
.photo-list nav{
	margin-bottom:4px;
	}
.photo-list nav .btn{
	margin-left:4px;
	}
.photo-list figure {
	width:100%;
	border:1px solid #f9f9f9;
	max-width:30px;
	height:auto;
	padding:0px;
	}








/*--------------------------------*/


.scrollTable-v .dataTables_scrollBody {
	height: 260px;
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	color: #262626;
}
.mainTable .btn {
	font-size: 10px;
	line-height:12px;
	padding:0 5px;
}
.mainTable tr {
	/*background-color: #fff;*/
}
.mainTable > tbody > tr:nth-child(2n+1), .mainTable > tbody > tr:nth-child(2n+1) {
	/*background-color: #eff2f3;*/
	/*background-color:#fafcf6;*/
}
.mainTable/*.display*/ > tbody > tr:hover {
	background-color:#f9f9f9;
}
.mainTable/*.display*/ > tbody > tr.selected , .mainTable > tbody > tr.selected:hover{
	/*background-color: #3f403d;*/
	background-color:#f1f1f1;
}
.mainTable/*.display*/ > tbody > tr.selected td,.mainTable > tbody > tr.selected:hover td {
	/*color: #fff;*/
}
.mainTable.table-hover > tbody > tr:hover td {
	/*color: #000;*/
}
.mainTable.table-hover > tbody > tr:hover td i, .mainTable.table-hover > tbody > tr:hover td a {
	/*color: #eeeeee !important;*/
	transition: all 0ms ease-in 0s;
}
.mainTable.table-hover > tbody > tr td i {
/* font-size:120%;*/
}
.mainTable > tbody > tr > td, .mainTable tbody a .mainTable > tfoot > tr > td, .mainTable > tfoot > tr > td {
    color: #12181c;
    font-size: 13px;
    line-height: normal;
    padding: 8px 5px;
}

.mainTable th {
	font-size: 12px;
	line-height: 1.1em !important;
	color: #3b464f;
}
.mainTable .form-control {
	height:20px;
}
.mainTable a {
	color: #262626 !important;
}
.mainTable.table-hover > tbody > tr:hover td a:hover, .mainTable.display > tbody > tr.selected td a {
	color: #7eb041 !important;
	transition: all 0ms ease-in 0s;
}
.mainTable > tbody > tr > td, .mainTable > tfoot > tr > td {
	border-top: 0;
	white-space: normal;
}
.mainTable .table-search .form-control {
/*background-color:#fff;*/
}
.mainTable .table-search .input-group-btn{
	width:28px;
	display:none;
}
.mainTable .table-search .input-group-btn .btn {
	margin-top: 0;
	margin-bottom: 0;
}
.mainTable .table-search-bg {
	background-color: #fff;
}
.mainTable .table-search{
    width:100%;	
}
.mainTable .table-search:before{
   color: #000000;
    content: "\f002";
    font-family: "FontAwesome";
    left: 6px;
    line-height: 22px;
    position: absolute;
    width: 24px;
    z-index: 100;
	font-size:120%;
}


.mainTable .table-search .form-control:focus{
	border-color:#c1c1c1;
}
.mainTable .table-search .form-control, .mainTable .table-search input[type="text"] {
	height: 22px;
	width:100%;
	min-width:70px;
	border: 1px solid #f3f3f3;
}
.mainTable .table-search .form-control, .mainTable .table-search .input-group-btn .btn {
	height: 22px;
	font-size: 11px;
	line-height: 22px;
	padding: 0 8px;
}
.mainTable .table-search .form-control{
	padding-left:24px;
}
.mainTable > thead {
	border-bottom: 1px solid #e5e9ea;
	vertical-align: bottom;
}
.mainTable tbody {
	border-bottom: 1px solid #e0e0e0;
}
.mainTable > thead > tr > th {
	border-bottom: none;
	vertical-align: bottom;
	/*color: #fff;*/
	width: auto;
	letter-spacing:0.05em;	
}

/*státusz mezők színezése*/
.Szignált, .Biztosítópénzügy, .Időpontegyeztetve, .Szignálvavisszaküldve, .Kárszakértőirodában, .Új, .Biztosítóbaküldve,
.Kárrendezésbiztosítónak, .Közreműködésbiztosítónál, .Roncsbörzérevár, .Fedezetellenőrzésreküldve, .Fedezetellenőrzésrőlvisszaérkezett,
.Műszakiellenőrzésreküldve, .Számlaellenőrzésreküldve, .Számlaellenőrzésalatt, .Fedezetellenőrzésalatt, .Kárfelvételreküldve,
.Műszakiellenőrzésen, .Felülvizsgálatraküldve, .Kiegészítésrevissza {
	background-color: #ffd370;
}

.Lezárvakifizetésnélkül, .Elutasított, .Ellenőrzésrevár, .Lezárt, .Visszautasítva, .Lezárva, .Kárfelvétellezárva,
.Visszaküldveszakértőirodának, .Roncsbörzelezárva, .Visszaküldveszervíznek, .Roncsbörzelezárvasikertelenül, .Visszaküldveszemlére,
.Visszaküldveszámlázásra, .Kárszakértővisszautasította {
	background-color: #ff7d6d;
}

.Belsőügyintézés, .Kárfelvételen, .Biztosítóügyintézésalatt, .Kárellenőrzésalatt, .Szemlézett, .Elfogadott, .Szakvéleménykészítésalatt,
.Kárfelvétel, .Felülvizsgálatalatt, .Irodában, .Kifizetésalatt, .Kifizetésengedélyezésalatt, .Ügyintézésalatt, .Biztosítóvisszaküldve,
.Visszaküldvebiztosítónak, .Kárszakértőnél, .Kárszakértővisszaküldve, .Kárszakértőreszignálva, .Kárfelvételellenőrzésen, .Kárfelvételaktív,
.Felülvizsgálaton, .Szakértőajánlás, .Ügyvédajánlás, .Roncsbörzéreküldés, .Roncsbörzéreküldve, .Szervízbeküldve, .Javításengedélyezve, .Számlázásalatt,
.Javításalatt {
	background: #89CFF0;
}

.dot {
	height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

div.dataTables_info , div.dataTables_paginate, div.dataTables_length {
    position: relative;
	/*bottom:50px;*/
	padding-left:2px;
}
div.dataTables_paginate {
	/*right:6px;*/
	padding:2px 0 1px;
}
.dataTables_wrapper > .row{
	/*overflow:hidden;*/
	}
/*.dataTables_wrapper > .row [class^="col-"], .dataTables_wrapper  .row [class*="col-"]{
	min-height:22px;
	}*/
.dataTables_scroll .mainTable > thead, .dataTables_scroll .mainTable > thead > tr > th {
	border-bottom: 0px;
	vertical-align: bottom;
	margin-bottom: -1px;
}
.dataTables_scroll .mainTable {
	border-bottom: 1px solid #d7eab7;
	margin-bottom: 8px !important;
}
.dataTables_wrapper {
	position: relative;
	clear: both;
	overflow:hidden;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background: 0 0;
}
table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
	color: #262626;
}
table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
	color: #262626;
}
table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50,50,50,.5);
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	padding: 10px 30px 10px 0px;
    white-space: nowrap;
}
@media (max-width: 1280px) {
.mainTable th {
	font-size: 12px;
}
.mainTable > tbody > tr > td, .mainTable tbody a .mainTable > tfoot > tr > td, .mainTable > tfoot > tr > td,
.table > tbody > tr > td, .table tbody a .table > tfoot > tr > td, .table > tfoot > tr > td {
    font-size: 13px;
}
.mainTable .table-search .form-control, .mainTable .table-search input[type="text"] {
    height: 24px;
}
}
.table > tbody > tr:first-child > td {
  border-top: 0;
}
/*-------------------*/


/*------------ accordionMarker --------------*/
.accordionMarker.panel-group .panel {
    overflow: visible;
}
.accordionMarker .panel-heading a.collapsed .icon-marker::before {
    transform: rotate(0deg);
}
.accordionMarker .panel-heading a.collapsed .icon-marker::before {
    transform: rotate(0deg);
}
.accordionMarker .panel-heading a .icon-marker:before {
	font-family: FontAwesome;
	content: "\f104";
	float: right;
	margin-left: 14px;
	transition: all 250ms ease-out 0s;
	transform: rotate(-90deg);
}
.accordionMarker .panel > .panel-heading a{
	height: auto;
	text-decoration: inherit;
	vertical-align: middle;
	background-color: inherit;
	display:block;
	}
/*------------ /accordionMarker --------------*/	



/*---------------- Footer login ----------------*/
.site-footer-login {
    bottom: 0;
    margin-top: 20px;
    position: fixed;
    width: 100%;
    background-color: #3a3a3a;
    color: #fff;
    z-index: 1000;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.site-footer-login .s-footer-top {
    background-color: #233235;
    color: #fff;
}
.site-footer-login.affix .s-footer-top {
    margin-bottom: -24px;
}
.site-footer-login .s-footer-top {
    padding: 1px 0;
    transition: all 300ms ease 0s;
}
.in .site-footer-login {
	position: relative;
}
.site-footer-login p {
	font-size: 15px;
	padding:2px 0;
}
.site-footer-login p {
	font-size: 11px;
	line-height: 1.1em;
	margin-bottom: 0;
}
.site-footer-login .s-footer-menu {
	padding: 2px 0 0 0;
	text-align: left;
	z-index: 1;
	position: relative;
}
.site-footer-login .s-footer-menu a {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.8pt;
	padding: 0 0 6px;
	color:#fff;
}
.site-footer-login .s-footer-menu > ul > li a:after {
	content: "•";
	display: inline-block;
	height: 15px;
	line-height: 1em;
	margin-left: 15px;
	position: absolute;
	width: 1px;
	background-color: transparent;
}
.site-footer-login .s-footer-menu > ul > li:last-child > a:after {
	display: none;
}
.site-footer-login .s-footer-menu > ul > li:first-child {
	padding-left: 0;
}
.site-footer-login .s-footer-menu > ul > li {
	display: inline-block;
	line-height: 1em;
	padding: 0 15px;
}
.site-footer-login .s-footer-menu ul, .site-footer-login .s-footer-menu ul li {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0px;
	padding: 0;
	padding-right: 30px;
}
.site-footer-login .s-footer-bottom {
	padding: 3px 0;
	z-index: 10;
	position: relative;
	background-color:#233235;
}
.site-footer-login .logo {
	position:absolute;
	right:0;
	height:42px;
	bottom:0;
	z-index:1000;
}
.site-footer-login .inst-item{
	text-align:right;
	background-color:#233235;
	padding:2px 0;
}
.site-footer-login .inst-item .text-danger{
	color:#7fc0d4;
}
.site-footer-login .inst-item span {
    margin-right: 10px;
}


/*---------------- Footer ----------------*/
.site-footer {
	margin-left: calc(200px + 0px);
    bottom: 0;
    margin-top: 20px;
    position: fixed;
    width: calc(100% - 200px);
    background-color: #3a3a3a;
    color: #fff;
    z-index: 1000;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.s-footer-top {
    background-color: #233235;
    color: #fff;
}
.site-footer.affix .s-footer-top {
    margin-bottom: -24px;
}
.site-footer .s-footer-top {
    padding: 1px 0;
    transition: all 300ms ease 0s;
}
.in .site-footer {
	position: relative;
}
.site-footer p {
	font-size: 15px;
	padding:2px 0;
}
.site-footer p {
	font-size: 11px;
	line-height: 1.1em;
	margin-bottom: 0;
}
.site-footer .s-footer-menu {
	padding: 2px 0 0 0;
	text-align: left;
	z-index: 1;
	position: relative;
}
.site-footer .s-footer-menu a {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.8pt;
	padding: 0 0 6px;
	color:#fff;
}
.site-footer .s-footer-menu > ul > li a:after {
	content: "•";
	display: inline-block;
	height: 15px;
	line-height: 1em;
	margin-left: 15px;
	position: absolute;
	width: 1px;
	background-color: transparent;
}
.site-footer .s-footer-menu > ul > li:last-child > a:after {
	display: none;
}
.site-footer .s-footer-menu > ul > li:first-child {
	padding-left: 0;
}
.site-footer .s-footer-menu > ul > li {
	display: inline-block;
	line-height: 1em;
	padding: 0 15px;
}
.site-footer .s-footer-menu ul, .site-footer .s-footer-menu ul li {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0px;
	padding: 0;
	padding-right: 30px;
}
.site-footer .s-footer-bottom {
	padding: 3px 0;
	z-index: 10;
	position: relative;
	background-color:#233235;
}
.site-footer .logo {
	position:absolute;
	right:0;
	height:42px;
	bottom:0;
	z-index:1000;
}
.site-footer .inst-item{
	text-align:right;
	background-color:#233235;
	padding:2px 0;
}
.site-footer .inst-item .text-danger{
	color:#7fc0d4;
}
.site-footer .inst-item span {
    margin-right: 10px;
}

/*-------------- Footer End --------------*/


/*---------------- Sherpa Footer login ----------------*/
.site-footer-login-sherpa {
    bottom: 0;
    margin-top: 20px;
    position: fixed;
    width: 100%;
    background-color: #3a3a3a;
    color: #fff;
    z-index: 1000;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.site-footer-login-sherpa .s-footer-top {
    background-color: #233235;
    color: #fff;
}
.site-footer-login-sherpa.affix .s-footer-top {
    margin-bottom: -24px;
}
.site-footer-login-sherpa .s-footer-top {
    padding: 1px 0;
    transition: all 300ms ease 0s;
}
.in .site-footer-login-sherpa {
	position: relative;
}
.site-footer-login-sherpa p {
	font-size: 15px;
	padding:2px 0;
}
.site-footer-login-sherpa p {
	font-size: 11px;
	line-height: 1.1em;
	margin-bottom: 0;
}
.site-footer-login-sherpa .s-footer-menu {
	padding: 2px 0 0 0;
	text-align: left;
	z-index: 1;
	position: relative;
}
.site-footer-login-sherpa .s-footer-menu a {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.8pt;
	padding: 0 0 6px;
	color:#fff;
}
.site-footer-login-sherpa .s-footer-menu > ul > li a:after {
	content: "•";
	display: inline-block;
	height: 15px;
	line-height: 1em;
	margin-left: 15px;
	position: absolute;
	width: 1px;
	background-color: transparent;
}
.site-footer-login-sherpa .s-footer-menu > ul > li:last-child > a:after {
	display: none;
}
.site-footer-login-sherpa .s-footer-menu > ul > li:first-child {
	padding-left: 0;
}
.site-footer-login-sherpa .s-footer-menu > ul > li {
	display: inline-block;
	line-height: 1em;
	padding: 0 15px;
}
.site-footer-login-sherpa .s-footer-menu ul, .site-footer-login-sherpa .s-footer-menu ul li {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0px;
	padding: 0;
	padding-right: 30px;
}
.site-footer-login-sherpa .s-footer-bottom {
	padding: 3px 0;
	z-index: 10;
	position: relative;
	background-color:#233235;
}
.site-footer-login-sherpa .logo {
	position:absolute;
	right:0;
	height:42px;
	bottom:0;
	z-index:1000;
}
.site-footer-login-sherpa .inst-item{
	text-align:right;
	background-color:#233235;
	padding:2px 0;
}
.site-footer-login-sherpa .inst-item .text-danger{
	color:#7fc0d4;
}
.site-footer-login-sherpa .inst-item span {
    margin-right: 10px;
}


/*---------------- Sherpa Footer ----------------*/
.site-footer-sherpa {
    bottom: 0;
    margin-top: 20px;
    position: fixed;
    width: 100%;
    background-color: #3a3a3a;
    color: #fff;
    z-index: 100;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.site-footer-sherpa .s-footer-top {
    background-color: #233235;
    color: #fff;
}
.site-footer-sherpa.affix .s-footer-top {
    margin-bottom: -24px;
}
.site-footer-sherpa .s-footer-top {
    padding: 1px 0;
    transition: all 300ms ease 0s;
}
.in .site-footer-sherpa {
	position: relative;
}
.site-footer-sherpa p {
	font-size: 15px;
	padding:2px 0;
}
.site-footer-sherpa p {
	font-size: 11px;
	line-height: 1.1em;
	margin-bottom: 0;
}
.site-footer-sherpa .s-footer-menu {
	padding: 2px 0 0 0;
	text-align: left;
	z-index: 1;
	position: relative;
}
.site-footer-sherpa .s-footer-menu a {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.8pt;
	padding: 0 0 6px;
	color:#fff;
}
.site-footer-sherpa .s-footer-menu > ul > li a:after {
	content: "•";
	display: inline-block;
	height: 15px;
	line-height: 1em;
	margin-left: 15px;
	position: absolute;
	width: 1px;
	background-color: transparent;
}
.site-footer-sherpa .s-footer-menu > ul > li:last-child > a:after {
	display: none;
}
.site-footer-sherpa .s-footer-menu > ul > li:first-child {
	padding-left: 0;
}
.site-footer-sherpa .s-footer-menu > ul > li {
	display: inline-block;
	line-height: 1em;
	padding: 0 15px;
}
.site-footer-sherpa .s-footer-menu ul, .site-footer .s-footer-menu ul li {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0px;
	padding: 0;
	padding-right: 30px;
}
.site-footer-sherpa .s-footer-bottom {
	padding: 3px 0;
	z-index: 10;
	position: relative;
	background-color:#233235;
}
.site-footer-sherpa .logo {
	position:absolute;
	right:0;
	height:42px;
	bottom:0;
	z-index:1000;
}
.site-footer-sherpa .inst-item{
	text-align:right;
	background-color:#233235;
	padding:2px 0;
}
.site-footer-sherpa .inst-item .text-danger{
	color:#7fc0d4;
}
.site-footer-sherpa .inst-item span {
    margin-right: 10px;
}

/*-------------- Sherpa Footer End --------------*/


/*-------------- Mobil Dashboard --------------*/


@media (max-width: 1280px) {
  .main-navbar .topMenu{
	  display:none;
  }
  .dashboard-button {
}
}

@media (min-width: 1281px) {
  .mainMenu-viewport{
	  display:none;
  }
    .dashboard-button {
		display:none;
}
}
.mainMenu-viewport {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 32px;
	z-index:1000;
	height:2000px;
	background-color:rgba(253, 253, 253, 0.95);
	opacity:100;
	visibility:visible;
	transition: all 200ms ease-in 0s;
	
}
.small-header .mainMenu-viewport {
    /*top: 52px;*/
}
.mainMenu-viewport.hide {
	transition: all 200ms ease-in 0s;
	display:block !important;
	opacity:0;
	visibility:hidden;
}
.frame {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    min-height: 600px;
	/*max-height:600px;*/
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.frame .mainMenu {
    left: 0;
	top:0;
    position: absolute;
}
.menu-slide {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translateX(-100%);
    transition: all 500ms ease 0s;
    width: 50%;
	z-index:10;
	visibility:hidden;
	/*height:2000px;*/
}
.menu-slide-show {
    transform: translateX(0px);
	width: 100%;
	margin:0;
	visibility:visible;
}
.fo-menu {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: all 500ms ease 0s;
    width: 100%;
}
.fo-menu-show {
    transform: translateX(100%);
}

.common-bouton{
	cursor:pointer;
	}
.dashboard-button {
    cursor: pointer;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    width: 100px;
	line-height:34px;
}
.dashboard-button span {
    color: #fff;
    display: block;
    float: left;
    line-height: 32px;
    margin-left: 2px;
	font-size:14px;
}
.dashboard-button i {
    border-radius: 14px;
    display: inline-block;
    float: left;
    font-size: 180%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 1px 0 0;
    transition: all 200ms ease-in 0s;
    width: 30px;
}
.dashboard-button:hover i {
	background-color:#fff;
	color:#fbb505;
}
	
/*.menu .fo-menu {
	right:-100%;
}
.menu .fo-menu.fo-menu-show {
	right:100%;
}*/

/*-------------- /Mobil Dashboard --------------*/

/*----------------------------- Image upload drag&drop holder --------------------------------*/
.dragandrophandler {
    border: 2px dashed rgba(0,0,0,.3);
    border-radius: 20px;
    font-family: Arial;
    position: relative;
    font-size: 20px;
    color: rgba(0,0,0,.3);
    min-height: 440px;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.dragandrophandler input {
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    opacity : 0;
    height : 100%;
    width : 100%;
}

.ragandrophandler.mouse-over {
    border: 2px dashed rgba(0,0,0,.5);
    color: rgba(0,0,0,.5);
}

.dragandrophandler .clickHere {
    cursor: pointer;
    line-height: 26px;
    color: white;
    font-size: 12px;
    width: 100px;
    height: 26px;
    border-radius: 4px;
    background-color: #3b85c3;
}

.dragandrophandler .clickHere:hover {
    background-color: #4499DD;
}

.dragandrophandler .dropzone-text{
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
}
/*----------------------------- /Image upload drag&drop holder --------------------------------*/

.upload-box{
	border:1px solid #ddd;
	padding:5px;
	margin-bottom:5px;
	overflow:hidden;
	}
.item .upload-box{
	border:0;
	padding:0;
	margin-bottom:0;
	}
.upload-box figure{
	height:200px;
	text-align:center;
	position:relative;
	margin-bottom:6px;
	}
.upload-box figure a{
	}
.upload-box figure i{
	line-height:180px;
	}
.upload-box .img-responsive{
	max-height:100%;
	}
.thumbnail-list figure {
	height:auto;
	max-width:50px;
	text-align:center;
	position:relative;
	margin-bottom:0px;
	padding:0px;
}
.thumbnail-list figure img {
	height:100%;
	width:100%;
}
.upload-box .img-responsive{
	max-height:100%;
	width:auto;
}	
.item figure{
	min-height:180px;
	text-align:center;
	position:relative;
	height:auto;
	/*max-height:600px;*/
	}
.item figure .icon-5x{
	font-size:8em;
	}
.transparent-img{
	width:100%; height:100%; position:absolute; top:0; left:0;
	}
.smallTableHeadRow th{
    white-space: pre-line !important;
    padding-right: 0px !important;
}

.mb-5 {
	margin-bottom: 3rem;
	}
	
.ml-5 {
	margin-left: 3rem;
	}
	
	
.btn-case {
	background: #157b9c;
    color: #fff;
}

.btn-case:hover {
	background: #fff;
}

.viewer-open-other-images {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.popover-content {
	max-width: 600px;
}

.viewer-container {
	border: 5px solid rgba(21, 123, 156, 0.5);
}

/* Modal container */
.dmgReasonsModal {
	display: none; /* Kezdetben rejtve van */
	position: fixed; /* Fix pozíció a képernyőn */
	z-index: 1000; /* Legfelső réteg */
	left: 0;
	top: 0;
	width: 100%; /* Teljes szélesség */
	height: 100%; /* Teljes magasság */
	overflow: auto; /* Ha a tartalom túl nagy, akkor legyen görgethető */
	background-color: rgba(0, 0, 0, 0.5); /* Fekete áttetsző háttér */
}

/* Modal tartalom */
.dmgReasonsModal .modal-content {
	background-color: #fefefe; /* Fehér háttér */
	margin: 15% auto; /* Középen helyezkedik el */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Szélessége */
}

/* Modal bezárás gomb */
.dmgReasonsModal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.dmgReasonsModal .close:hover,
.dmgReasonsModal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.button-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

.button-container .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.button-container .col {
    padding: 7px;
}

.panel {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0px 0px 1px #ebebeb;
        }

.panel-heading {
    background-color: #428bca;
    color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel-title {
    font-size: 18px;
}

.panel-body {
    padding: 20px;
}

.message-container {
    margin-bottom: 20px;
}

.message-container:last-child {
    margin-bottom: 0;
}

.message-container-autosign {
	padding: 10px; /* Add some padding */
	background-color: #f9f9f9; /* Light background color */
	border: 1px solid #ddd; /* Light border */
	border-radius: 5px; /* Rounded corners */
	margin-bottom: 10px; /* Space between messages */
}

.message {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.message-input {
    width: calc(100% - 100px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.send-btn {
    width: 100px;
    padding: 10px;
    background-color: #428bca;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.send-btn:hover {
    background-color: #3071a9;
}

.panel-heading-tasks {
    background-color: rgb(231 231 231);
    color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.all_task_container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#userTasksSidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#userTasksSidebar .panel-body {
    flex-grow: 1;
    overflow-y: auto;
    max-height: calc(110vh - 150px); /* Adjust this value as needed to fit within the page layout */
    padding: 10px !important;
}

#taskForm .panel-title {
    white-space: normal; /* Allow text to wrap */
    overflow: visible; /* Ensure the overflow is visible */
    word-wrap: break-word; /* Ensure words break correctly */
}

#taskForm .panel-heading {
    display: flex;
    align-items: center;
    white-space: normal; /* Allow text to wrap */
}

.myTasksTitle {
	padding-bottom: 7px;
}

.filter-container-tasks {
	padding: 5px 0px 12px 0px;
}

#taskForm .message-container p {
    word-wrap: break-word;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-break: break-all; /* IE */
    white-space: normal;
    max-width: 100%;
    overflow: hidden;
    padding: 10px;
}

#taskForm .list-group-item div {
    word-wrap: break-word;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-break: break-all; /* IE */
    white-space: normal;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 0;
}

.task_container {
   /*  max-width: 800px; */
    margin: 0 auto;
    padding: 20px;
}

.all_task_container {
   /*  max-width: 800px; */
    margin: 0 auto;
    padding-top: 20px;
}

.conversation-head {
    position: relative;
    background-color: #e6e6e6;
    padding: 10px;
    font-weight: bold;
}

.comment-user {
	padding-right: 50px;
}

.comment-text-detail {
	padding: 20px;
}
        
.message-left {
    color: #333;
    padding: 0px;
    margin: 5px 0;
    border-radius: 10px;
    clear: both;
    width: 100%;
    border: 4px solid #e6e6e6;
}

.message-right {
    color: #333;
    padding: 0px;
    margin: 5px 0;
    border-radius: 10px;
    clear: both;
    width: 100%;
    border: 4px solid #e6e6e6;
}

#commentSection {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.task-status-container {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* NOTIFICATION */

#notificationList {
   
    overflow-y: auto;
}

.notification-li {
    position: relative;
}

.notification-icon-container {
    position: relative;
    padding-right: 25px;
}

.notification-icon {
    display: inline-block;
    font-size: 20px;
}

.notification-count {
    position: absolute;
    top: -4px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 4px 10px;
    font-size: 12px;
}

.notification-dropdown {
	display: none;
    width: 400px;
    position: fixed;
    top: 40px;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.notify-header {
	padding: 15px 0px 10px 10px;
}

.notification-dropdown ul {
    list-style-type: none;
    padding: 20px;
    margin: 0;
    background-color: #F5F5F5;
}

.notification-dropdown li:hover {
    cursor: pointer;
}

.notification-icon:hover {
    cursor: pointer;
}

.notification-dropdown.show {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

.notification-box {
	background: #fff;
    border: 1px solid #ccc;
    padding: 22px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 10pt;
    
    height: auto;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.13);
    transition: .3s all;
    border-radius: 3px;
}

.head-date {
	padding: 10px 0px;
	font-size: 10pt;
}

.notification-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.notification-created {
    color: #666;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.notification-highlight {
    font-weight: bold;
    padding: 22px 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    color: #000000;
}

.circle {
	content: "";
    width: 8px;
    height: 8px;
    left: 300px;
    top: 25px;
    background: #4588f0;
    border-radius: 50%;
    position: relative;
}

.notification-box:hover {
    background-color: #e0e0e0;
}
#casesOrderForm .panel-body, #casesCarForm .panel-body, #casesInsureOrderForm .panel-body, #casesPersonalInjuryForm .panel-body {
	display:none;
}

span.req-cancel-info:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    background: url(../images/warning.svg) no-repeat;
    margin-right: 5px;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}

#imageViewerContainer {
	max-width: 100%;
    /* height: 620px; */
    border-radius: 20px;
    box-shadow: 3px 3px 3px #ccc;
    border: 1px solid #dddddd;
}

#imageViewerRightImage {
	max-width: 100%;
    /* height: 620px; */
    border-radius: 20px;
    box-shadow: 3px 3px 3px #ccc;
    border: 1px solid #dddddd;
	transition: transform 0.3s ease;
	transform-origin: center center;
}

.image-preview-class #prevButton, .image-preview-class #nextButton, #prevVidButton, #nextVidButton, #btnPartVidDownload2,
.image-preview-class #btnPartDownload2, .image-preview-class #expandBtn, .image-preview-class #drawImage,
.image-preview-class #compareImagesBtn,
#scrapExchangeSelectButton,
#scrapExchangeBlurButton,
#scrapExchangeSaveButton {
	font-size: 14px;
    padding: 9px !important;
    min-width: 120px;
    border-radius: 13px !important;
    background: #44555a;
    border: 1px solid #afafaf !important;
    box-shadow: 1px 2px 2px #ccc !important;
}

.image-preview-class #prevButton:hover, .image-preview-class #nextButton:hover,
.image-preview-class #btnPartDownload2:hover, .image-preview-class #expandBtn:hover,
.image-preview-class #compareImagesBtn:hover, .image-preview-class #drawImage:hover {
	color: #3d8aa3 !important;
	background: #adb0b1;
}

.image-displayer-class, .image-displayer-class-right, .image-displayer-right-class {
    display: block;
    width: 90%;
    max-width: 1150px;
    height: auto;
    border-radius: 20px;
    /* background: #f1f1f1; */
    background-color: transparent;
}

.imageViewerSelectBarCont {
	width: 140px;
    display: inline-block;
    height: 78px;
    background: #f1f1f1;
    border-radius: 15px;
    margin-left: 10px;
}

#imageViewerSelectBar {
    display: flex;
    justify-content: center; /* Thumbnail sáv középre helyezése */
    align-items: center;
    width: 100%;
}

#thumbnailMaskMain {
    display: flex;
    justify-content: center; /* A thumbnail-ek középre igazítása */
    align-items: center;
    gap: 10px; /* Eltávolítja az esetleges túlzott közelséget */
    width: auto;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.imageViewerContainer {
    height: 100%;
    max-height: 78px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #b7b7b7;
}

.selectableImg {
    height: 100%;
    max-height: 78px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #b7b7b7;
}

.inspShipValue::after {
    content: "/";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.inspShipValueNumber {
	width: 97% !important;
}

.select2-container.input_txtlist.exchangeRateInTimeOfSettlementFrom .select2-choice {
    width: 97% !important;
    margin-left: 7px !important;
}

#csatolmanyListDocs tbody tr:hover {
    background-color: rgb(255, 255, 255) !important;
}

#DmgMetaViewDTInspectionVehicle tbody tr:hover {
    background-color: rgb(255, 255, 255) !important;
}

#DmgMetaViewDTInspectionProperty tbody tr:hover {
    background-color: rgb(255, 255, 255) !important;
}
#DmgMetaViewDTInspectionShipment tbody tr:hover {
    background-color: rgb(255, 255, 255) !important;
}

/* ÚJ DESIGN */
.left-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 200px; /* Sidebar width */
    background-color: #343a40; /* Same color as main-navbar */
    color: #fff; /* White text */
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    min-height: calc(107vh - 50px); /* Ensure it fills the viewport minus header */
    max-height: calc(107vh - 50px); /* Prevents it from getting too tall */
    overflow-y: auto; /* Enable vertical scrolling */
    z-index: 100;
}

#sherpaTaskDropdown, #sherpaTaskDropdown2, #sherpaTaskDropdown3, #sherpaTaskDropdown4 {
	background-color: #444a51ab !important;
}

/* Customize scrollbar for sidebar */
.left-sidebar::-webkit-scrollbar {
    width: 8px; /* Adjust width as needed */
}

.left-sidebar::-webkit-scrollbar-track {
    background: #343a40; /* Dark color to match sidebar background */
}

.left-sidebar::-webkit-scrollbar-thumb {
    background: #6c757d; /* Lighter color for scrollbar thumb */
    border-radius: 4px;
}

.left-sidebar li a {
	color: #fff;
}

.left-sidebar .nav {
    display: block;
}

.left-sidebar .nav .mnuItem {
    margin-bottom: 10px;
}

.left-sidebar i {
    color: #accdd8;
}

/* Main content area */
.page-content-main, .page-content-sherpa {
   /*  margin-left: calc(200px - 100px); Sidebar width -100px spacing */
    padding: 0px 20px 20px 20px;
}

.breadcrumbMain, .menuToolbarMain, .breadcrumbSherpa, .menuToolbarSherpa {
    margin-left: calc(200px + 10px); /* Sidebar width -5px spacing */
    padding-top: 10px;
}

/* Main container */
.main-container-cases {
    margin-left: calc(200px + 0px); /* Sidebar width + 10px spacing */
    padding: 20px;
    width: calc(100% - 200px); /* Total width - sidebar width - spacing */
}

.main-containerMain, .main-containerSherpa, .taskFormDocToolbar {
    margin-left: calc(200px + 0px); /* Sidebar width + 10px spacing */
    padding: 20px;
    width: calc(100% - 200px); /* Total width - sidebar width - spacing */
}

.main-navbarMain, .main-navbar-sherpa {
	margin-left: 200px;
}

.taskNewBtn {
	margin-bottom: 20px !important;
	margin-top: -20px !important;
}

.casesRowTopDetails, .casesFormNavTabs, .mainPanels, .orderFormServiceMain, .orderFormMain2, .coverPageMain2, .orderFormSherpa, .carFormSherpa, .coverPageSherpa, 
.billingPageSherpa, .invoicingSherpa, .dependentSherpa, .tasksSherpa, .inspectionPropertySherpa,
.tasksMain, .inspectionMain2, .inspectionSherpa, .inspectionShipmentSherpa, .attachmentsSHerpa, .streamMain, .mod_log_cases, .tasksFormNavTabs, .relatedCasesIS, .officeSummaryForm,
.tasksListNavTabs, .taskNewBtn, .taskFormMain, .taskFormSherpa, .masterDataFormTab, .VpcMdFormMain, .VpcMdFormSherpa, .naploadatokMain, .mdSettlementHuForm, 
.mdSettlementHuTabs, .mdUnitsTabs, .mdDmgCalculationsTabs, .mdUnitsForm, .docTemplateTabs, .docTemplateForm, .docTemplateToolbar, .docTypeForm, 
.docTypeTabs, .addressTypesTabs, .addressTypesForm, .addressBITabs, .addressBIForm, .mdOfficeTabs, .mdserviceTabs, .mdOfficeForm, .mdServiceForm, 
.mdInsurerTabs, .mdInsurerForm, .mdAutoTaskTabs, .mdAutoTaskForm, .appSettingsBaseForm, .appSettingsBaseTabs, .sysRoleForm, 
.sysRoleTabs, .sysPermTabs, .sysPermForm, .sysUserFormTabs, .sysUserForm, .sysUserPermForm, .sysUserPermFormTab, .sysSequencesTabs, 
.sysSequencesForm, .sysAttachmentsForm, .sysAttachmentsTabs, .userSettingsForm, .userSettingsTabs, .passwChangeForm, .passwChangeFormSherpa, .attachmentsMain {
    margin-left: calc(200px + 0px) !important; /* Sidebar width + 10px spacing */
    padding: 10px !important;
}

.casesRowTopDetails {
	margin-top: 25px;
}

.notify-header span, .head-date, .notification-title {
	color: black !important;
}

/* Panel and table styling */
.panel-default {
    border: 1px solid #ddd;
}

/* Main navbar styling to match sidebar */
.main-navbar {
    background-color: #343a40; /* Match sidebar color */
    color: #fff; /* White text for contrast */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Ensure the main-navbar has similar styling to sidebar */
.main-navbar .navbar-nav > li > a {
    color: #fff;
}

/* Csatolmány-ellenőrző */

/* Global Font Family */
.modern-container, .modern-table, .modern-button, .modern-input {
    font-family: 'Roboto', sans-serif;
    font-size: 13px; /* Smaller font size */
}

/* Container Styling */
.modern-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow-x: auto; /* Added to handle overflow */
}

/* Table Styling */
.modern-table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.modern-table th, .modern-table td {
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.modern-table th {
    background-color: #343a40;
    color: #fff;
    font-weight: bold;
}

.modern-table td.document-type {
    font-weight: bold; /* Bold font for Document Type column */
}

.modern-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.modern-table tr:hover {
    background-color: #e9e9e9;
}

/* Highlight row if uploaded */
.uploaded-row {
    background-color: #e6f7e6 !important; /* Lighter green background */
}

/* Base style for the checkbox */
.large-checkbox {
    width: 20px;
    height: 20px;
    appearance: none; /* Remove default checkbox styling */
    background-color: #fff; /* White background */
    border: 2px solid #28a745; /* Green border */
    border-radius: 4px; /* Rounded corners */
    outline: none; /* Remove outline */
    cursor: pointer; /* Pointer cursor */
}

/* Checkbox checked state */
.large-checkbox:checked {
    background-color: #28a745; /* Green background */
    border-color: #28a745; /* Green border */
}

/* Checkmark for the checked state */
.large-checkbox:checked::before {
    content: '✔'; /* Checkmark */
    display: block;
    text-align: center;
    color: #fff; /* White checkmark */
    font-size: 16px; /* Adjust font size */
    line-height: 18px; /* Center the checkmark vertically */
}

/* Button Styling */
.modern-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #157b9c;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modern-button:hover {
    background-color: #343a40;
}

/* Input Styling */
.modern-input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.modern-input[type="file"] {
    padding: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-table, .modern-table thead, .modern-table tbody, .modern-table th, .modern-table td, .modern-table tr {
        display: block;
        width: 100%;
    }

    .modern-table th {
        background-color: #343a40; /* Match the background color of the main table */
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .modern-table td {
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .modern-table tr {
        margin-bottom: 15px;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background-color: #fff; /* Match the background color of the main table */
    }

    .modern-button {
        width: 100%;
        padding: 15px;
        font-size: 18px;
    }
}

.modern-container, .documents-preview-class {
    height: 100vh; /* Ensure the containers span the full height of the viewport */
    overflow-y: auto; /* Enable scrolling if content overflows */
}

/* Smaller file uploader */
.file-uploader {
    font-size: 12px;
    height: auto;
}

.document-types-container {
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	scroll-behavior: smooth;
	font-size: 18px; /* Increased font size for readability */
	color: #333; /* Slightly darker text color */
}

/* Custom Checkbox Styling */
.document-types-container input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #157b9c;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	position: relative;
	margin-right: 8px;
	background-color: #f9f9f9;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.document-types-container input[type="checkbox"]:checked {
	background-color: #157b9c;
	border-color: #157b9c;
}

.document-types-container input[type="checkbox"]:checked::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Styling for the selected tags (bubbles) */
.selected-tags-container {
	display: inline-block;
	padding: 5px;
	width: calc(100% - 10px);
}

.tag-bubble {
	display: inline-block;
	background-color: #157b9c;
	color: white;
	padding: 4px 8px;
	border-radius: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	cursor: default;
}

.tag-bubble .remove-tag {
	margin-left: 5px;
	cursor: pointer;
	color: #ffffffcc;
}

.tag-bubble .remove-tag:hover {
	color: #ffffff;
}


/* Teljes képernyős nézet */
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10000; /* Előtérben */
    overflow: hidden; /* Megakadályozza a scrollozást */
}

/* Kép a teljes képernyős nézetben */
.fullscreen img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    transition: transform 0.3s; /* Zökkenőmentes átmenet */
    transform: scale(1); /* Alapértelmezett skála */
}

/* Kép tartály stílus */
.thumbnailMask {
    display: flex;
    /*overflow-x: auto;*/
    padding: 10px;
}

/* Thumbnail tartály */
.thumbnails {
    display: flex;
}

/* Thumbnail tartály elemei */
.thumbnailHolder, .thumbnailHolderRight {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
}

.thumbnailHolder img, .thumbnailHolderRight img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Kilépés gomb stílus */
.exit-fullscreen, .exit-compare-fullscreen {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    color: black;
    cursor: pointer;
    z-index: 10001; /* Előtérben tartja a gombot */
}

.exit-fullscreen:hover, .exit-compare-fullscreen:hover {
    color: red;
}

.fullscreen .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5rem;
    color: black;
    cursor: pointer;
    z-index: 10001;
}

.fullscreen .nav-arrow.left {
    left: 10px;
}

.fullscreen .nav-arrow.right {
    right: 10px;
}

.fullscreen .zoom-in,
.fullscreen .zoom-out {
    position: absolute;
    top: 20px;
    font-size: 2rem;
    color: black;
    cursor: pointer;
    z-index: 10001;
    margin: 0 10px;
}
.fullscreen .zoom-in {
    left: 10px;
}
.fullscreen .zoom-out {
    left: 60px;
}

/* Thumbnail kép stílus */
.thumbnail-container img {
    width: 60px;
    height: auto;
    margin: 0 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transform: none !important; /* Eltávolítjuk a thumbnail képekre vonatkozó transformot */
}

/* Kiválasztott thumbnail stílus */
.thumbnail-container img.selected {
    border: 2px solid white;
}

#thumbnailWrapper {
    display: flex;
    justify-content: center; /* Középre igazítás vízszintesen */
    align-items: center; /* Középre igazítás függőlegesen */
    width: 100%;
    position: relative;
}

#thumbnailContainer {
    position: relative; /* Eltávolítjuk az absolute pozicionálást */
    display: flex;
    align-items: center;
    justify-content: center; /* Thumbnails középre igazítása */
    background-color: #333333a6;
    width: 100%;
    max-width: 100%;
    padding: 10px; /* Kis padding, hogy jobban nézzen ki */
    transition: bottom 0.3s ease;
    z-index: 1;
}

#thumbnailMask {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%;
    padding: 5px;
}

.thumbnails {
    display: flex;
    transition: transform 0.3s ease;
    height: 100px;
}

.thumbnailHolder, .thumbnailHolderRight {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 5px;
}

.thumbnailHolder img, .thumbnailHolderRight img {
    display: block;
    width: 80px;
    height: auto;
    border: 2px solid transparent;
    transition: transform 0.2s;
}

.thumbnailHolder img.selected {
    border: 2px solid #07c1bd;
    transform: scale(1.1);
}

/* Navigációs gombok */
.thumb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.thumb-nav2 {
	/*
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 24px;
    */
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border-radius: 50%;
    transition: background 0.2s, transform 0.2s;
}

.thumb-nav2:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(0.9);
}

.thumb-nav3 {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    /*padding: 10px;*/
    font-size: 22px;
}

#prevThumb { left: 0; }
#nextThumb { right: 0; }


#thumbnailContainer.expanded {
	position: fixed; /* fontos, hogy fixen ragadjon az ablakhoz */
	bottom: 0;       /* mindig a képernyő alján */
	left: 0;
	height: 116px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #333333a6; /* ha kell ugyanaz a háttér */
	z-index: 10001;
}

#thumbnailContainer.collapsed {
	transform: translateY(100%);
}

#thumbnailContainerToggle {
    position: absolute;
    bottom: 112px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    background-image: url(../images/tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10001; /* Előtérben tartja a gombot */
    color: white;
}

#thumbnailContainerToggle.expanded {
	/*bottom: 110px;*/
}

#thumbnailContainerToggle.collapsed {
	bottom: -3px;
}


#thumbnailContainerRight {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #333333a6;
    transition: bottom 0.3s ease;
    z-index: 10001;
}

#thumbnailContainerRight.expanded {
    bottom: 0;
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#thumbnailContainerRight.collapsed {
    bottom: -33px; /* Zárt állapot */
    height: 0; /* Zárt állapotban a magasság 0 */
}

#thumbnailContainerToggleRight {
    position: absolute;
    bottom: 112px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    background-image: url(../images/tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10001; /* Előtérben tartja a gombot */
    color: white;
}

#thumbnailContainerToggleRight.expanded {
	bottom: 96px;
}

#thumbnailContainerToggleRight.collapsed {
	bottom: -3px;
}

.clearfloat {
    clear: both;
}

/* Fél képernyős (bal oldali) nézet */
.fullscreen-compare.left-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw; /* Fél képernyő szélesség */
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10000; /* Előtérben */
    overflow: hidden; /* Megakadályozza a scrollozást */
    display: flex;
    flex-direction: column;
}

/* Jobb oldali panel */
.comparison-right-container {
    position: fixed;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    border-left: 2px solid #ccc;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

#comparison-right-container .select2-container {
    z-index: 10001 !important;
    margin-bottom: 10px !important;
    margin-top: -80px !important;
    background-color: #ffff;
    width: 30%;
}

#viewerCanvasRight {
	display: none;
}

#imageViewerRightContainer {
	margin-bottom: 5%;
}

.left-side img, .right-side img, .fullscreen img {
    cursor: grab;
    transform-origin: center center;
    user-select: none;
}

.left-side img.dragging, .right-side img.dragging, .fullscreen img.dragging {
    cursor: grabbing;
}

.new-content {
    font-size: 18px;
    color: #333;
}

.fullscreen-compare .nav-arrows{
	display: flex;
	cursor: pointer;
    z-index: 10001;
}

.leftSideLeftArrow, .leftSideRightArrow,
.rightSideLeftArrow, .rightSideRightArrow  {
	color: white;
    background-color: #6c6b6bb3;
    padding: 10px;
    margin: 5px;
}

.fullscreen-compare .nav-zooms {
	display: flex;
    cursor: pointer;
    z-index: 10001;
    position: absolute;
    flex-direction: column;
    left: 20px;
    top: 20px;
    color: white;
    background-color: #6c6b6bb3;
    padding: 10px;
    width: 85px;
}

.zoom-status-right, .zoom-status-left {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.fullscreen-compare .nav-arrow, .fullscreen-compare .zoom-in, .fullscreen-compare .zoom-out {
	padding: 10px;
}

.fullscreen-compare .image-displayer-class {
	width: 100%;
	margin-bottom: 5%;
}

.fullscreen-compare .image-displayer-right-class {
	width: 100%;
	margin-bottom: 1%;
}

.fullscreen-compare #thumbnailContainer.collapsed {
    bottom: -100px;
}

.fullscreen-compare #thumbnailContainer.expanded {
	height: 100px;
}

.fullscreen-compare #thumbnailContainerToggle.expanded {
    bottom: 96px;
}

.fullscreen-compare #thumbnailContainerToggle.collapsed {
    bottom: -3px;
}

.toolTaskDiv {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.email-form -control-label {
	width: 11.33% !important;
}

#emailRecipient, #emailSubject, #emailMessage {
	margin: 5px 0px;
}

#modalDocList .modal-body {
	padding: 20px; /* Adjust the padding as needed */
}

#modalDocList .d-flex {
	display: flex;
	flex-wrap: wrap; /* Allows items to wrap onto the next line if necessary */
	gap: 20px; /* Space between the document list and the email form */
}

#modalDocList .modal-content, #modalDocList .modal-dialog {
	width: 75vw;
}

#modalDocList .table-container, #modalDocList .email-form {
	flex: 1; /* Allows both elements to take up equal space */
	min-width: 600px; /* Ensures a minimum width for better appearance */
}

#modalDocList .table-container {
	max-width: 60%; /* Adjust as needed to fit your layout */
}

#modalDocList .email-form {
	max-width: 40%; /* Adjust as needed to fit your layout */
	padding: 0 10px; /* Adds some padding around the form for better spacing */
}

#DmgNotesViewDT td {
    white-space: normal;
    word-wrap: break-word;
    max-width: 200px; /* Ez egy példa, állítsd be a kívánt maximális szélességet */
}


.email-form .form-group.required .control-label::after {
	right: 150px !important;
}

.taskDocsEmail .control-label {
    width: 24.33% !important;
}

:root {
	--blueKN: blue;
	--blackKN: black;
}

.orderFormMain2, .inspectionMain2 {
	background: #fff;
}

.inspectionMain2 {
	color: #000182;
	font-size: 14px;
}

.orderFormMain2 h1 {
	font-size: 18px;
	text-align: center;
	color: #000182;
	font-weight: bold;
	margin-bottom:20px;
}

.inspectionMain2 h1 {
	font-size: 22px;
	text-align: center;
	color: #000182;
	font-weight: bold;
	margin-bottom:20px;
}

.orderFormMain2 .col-sm-8, .inspectionMain2 .col-sm-8 {
	padding-left: 0px;
	padding-right: 0px;
}

.orderFormMain2 .col-sm-4, .inspectionMain2 .col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.orderFormMain2 .control-label {
	border: 1px solid #000;
	border-bottom: none;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	color: var(--blackKN);
}

.activity .control-label {
	border: 1px solid #000;
	border-bottom: none;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}

.accordion-specialist .control-label {
    border: 1px solid #000;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    padding-left: 5px;
}

.inspectionMain2 .jogcimHead .control-label {
	border-bottom: 1px solid #000;
	/* border-right: none; */
	text-align: center;
	font-weight: bold;
	padding: 8px;
	display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
}

.inspectionMain2 .jogcimHead .control-label-between {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.orderFormMain2 .form-control {
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	border-left: none;
	text-align: left;
	font-weight: bold;
	color: var(--blueKN);
	border-radius: 0px;
	padding: 0px;
	padding-left: 5px;
}

.inspectionMain2 .form-control {
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	border-left: none;
	text-align: left;
	font-weight: 500;
	border-radius: 0px;
	padding: 0px;
	padding-left: 5px;
	color: #0c0ceb;
}
.inspectionMain2 .jogcimBody .form-control {
	border-bottom: 1px solid #000;
	/* border-top: none; */
	border-right: none;
	text-align: left;
	font-weight: 500;
	border-radius: 0px;
	padding: 0px;
	padding-left: 5px;
	color: #0c0ceb;
}

.inspectionMain2 .jogcimBody .form-control-between {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.orderFormMain2 .order2H2 {
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	text-align: left;
	font-weight: normal;
	color: #000;
	border-radius: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: 24px;
}

.inspectionMain2 .order2H2 {
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	text-align: left;
	font-weight: normal;
	border-radius: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: 24px;
}

.knBigTxt .control-label {
	padding-left: 69px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.insperctionknBigTxt .control-label {
	padding-left: 36px;
}

.knMedTxt .control-label {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.knRBRL {
	border-right: 1px solid #000;
}

/* .jogcim {
	border: 1px solid #000;
} */

.knBOTTOM {
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}

.knRADIO label {

}

.knRADIO input[type="radio"], input[type="checkbox"] {
	margin-right: 10px
}

#casesInspectionForm2 .form-control[disabled] {
	background-color: #ffffff00 !important;
	cursor: auto;
}

.coverPageMain2 {
	background: #fff;
}

.coverPageMain2 h1 {
	font-size: 18px;
    text-align: center;
    color: #000182;
    font-weight: bold;
    margin-bottom:20px;
}

.coverPageMain2 .col-sm-8 {
	padding-left: 0px;
	padding-right: 0px;
}

.coverPageMain2 .col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.coverPageMain2 .control-label {
    border: 1px solid #000;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    padding-left: 5px;
    color: var(--blackKN);
}

.coverPageMain2 .form-control {
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	border-left: none;
    text-align: left;
    font-weight: bold;
    color: var(--blueKN);
    border-radius: 0px;
    padding: 0px;
    padding-left: 5px;
}
	
.coverPageMain2 .form-control2 {
    border: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    text-align: right;
    font-weight: normal;
    color: #000000;
    border-radius: 0px;
    padding: 0px;
    padding-right: 10px;
    width: 100%;
}
	
.coverPageMain2 .simple-control {
    border: 1px solid #000;
    border-bottom: none;
    border-right: none;
    text-align: left;
    font-weight: normal;
    color: #000;
    border-radius: 0px;
    padding: 0px;
    padding-left: 5px;
}

.drawEditor {
    background: rgb(255 255 255);
    margin: 0px auto;
    padding: 5px;
    border-radius: 5px;
    display:none;
    border: 1px solid rgb(211, 211, 211);
    width: 800px;
    color: #000000;
    text-align: center;
    box-shadow: 0px 0px 4px #CCC;
}

#colorPicker{
    width: 60px;
    height: 30px;
    outline: none;
    border: none;
    background: #ffffff;
    padding: 1px;
}

.image-canvas-class{
	padding: 10px;
    background: #233235;
    border-radius: 10px;
    box-shadow: 0px 2px 3px #8b8b8b;
}

.total-summary {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.total-summary h4 {
    color: #333;
    margin-bottom: 15px; 
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.summary-item:last-child {
    border-bottom: none;
}

.total-summary .label {
    font-weight: bold;
    color: #555;
}

#DmgClaimCostCommentsViewDT td, #DmgClaimCostsViewDT td {
    white-space: normal;
    word-wrap: break-word;
    max-width: 300px;
}
.videoViewerSelectBarCont {
	display: inline-block;
	margin: 5px;
	cursor: pointer;
}

.videoViewerContainer {
	border: 2px solid transparent;
}

.causesCheckbox .checkbox {
	margin: 10px 10px 20px 0px;
}


 #colorMenu {
     position: fixed;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     background-color: #f4f4f4;
     border-right: 1px solid #ccc;
     padding: 10px;
     box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
     z-index: 1000;
 }

 #colorMenu ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 #colorMenu ul li {
     margin-bottom: 10px;
     cursor: pointer;
     padding: 5px 10px;
     border-radius: 5px;
 }

 #colorMenu ul li:hover {
     background-color: #ddd;
 }

 #casesOrderForm .container .row div {
     padding-right: 10px;
 }
 
 #casesOrderForm .panel-body {
     padding: 2px !important;
 }

 #imageViewerContainer, #imageViewerRightImage {
    height: 610px;
}

@media (max-width: 1420px) {
    .document-form-class {
        display: flex;
        flex-wrap: wrap;
    }

    .document-form-class .col-sm-4 {
        flex: 0 0 41.66667% !important; /* col-sm-5 méret */
        max-width: 41.66667% !important;
    }

    .document-form-class .col-sm-8 {
        flex: 0 0 58.33333% !important; /* col-sm-7 méret */
        max-width: 58.33333% !important;
    }
    
    #imageViewerContainer, #imageViewerRightImage {
	    height: 500px;
	}
}

/* Thumbnail barok */
.thumbnail-bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333333a6;
	width: 100%;
	height: 100px;
	padding: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.thumbnail-bar img {
	width: 80px;
	height: auto;
	margin: 0 5px;
	border: 2px solid transparent;
	transition: transform 0.2s;
	cursor: pointer;
}

.thumbnail-bar img.selected {
	border: 2px solid blue;
	transform: scale(1.1);
}

.fullscreen-compare #thumbnailContainer,
.fullscreen-compare #thumbnailContainerRight {
	position: absolute;    /* fixáljuk a panelen belül */
	bottom: 0;             /* mindig alul legyen */
	left: 0;
	width: 100%;
	height: 100px;         /* fix magasság */
	background-color: #333333a6;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	z-index: 10001;
	padding: 10px;
}

.thumbnail-container.collapsed {
	transform: translateY(100%);
}
