:root {
	--bgColor: #3C3B37;
	--defaultTextColor: #DDDDDD;
	--text-color:#FFF;
	--primary-color: #337ab7;
	--primary-color-hover: #265a88;
	--button-border-radius: 3px;
	--select2-bg: #e4e4e4;
	--input-bg-color: #2e2e2e;
}

html {
	box-sizing: border-box;
	overflow: auto;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

#contentwrapper{
	padding-left: 15px;
	padding-right: 15px;
    padding-bottom: 25px;
}

body{
    font-family: "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    background: #f6f4f2;
}

@media(min-width: 1681px) {
    body {
        max-width: 1920px;
    }
}

@media (max-width: 1600px) {
    .dataTables_wrapper {
        overflow-x: auto;
        padding-bottom: 10px;
    }
}
@media (min-width: 768px) {
	.modal-dialog {
		margin: 60px auto;
	}
}

body.full-width {
	width: 100%;
	max-width: 100%;
}

body.waiting *{
    cursor: progress !important;
}

label[for] {
	cursor:pointer;
}

.container-fluid{
    /* margin-bottom: 40px; */
}

.container {
    max-width: 1199px;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

span.label{
    font-size: 12px;
}

table{
    font-size: 12px;
}

.table-scroll {
	position: relative;
	width:100%;
	z-index: 1;
	margin: auto;
	overflow: auto;
}

.table-scroll table {
	width: 100%;
	min-width: 1280px;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0;
}

.table-wrap {
	position: relative;
}

.table-scroll th,
.table-scroll td {
	padding: 5px 10px;
	border: 1px solid white;
	vertical-align: top;
}

.table-scroll thead th {
	background: #5e5e5e;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	vertical-align: middle;
	text-align: center;
}

/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	background: #5e5e5e;
	color: #fff;
	z-index:4;
	width: 100px;
}

.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child {
	z-index: 5;
}

/* A report table-nek javascriptbol ujraszamoljuk a top-jat, ezert specialis */
.table-scroll.report_table thead tr:nth-child(2) th {
	position: sticky;
	top: 10px;
	z-index: 5;
}

.table.v-middle td{
    vertical-align: middle;
}

.het_cell {
	background-color: #274F5BFF;
	text-align: center;
}

.login_page .login_box {
	position: static;
	margin-top: 60px;
}

.navbar.navbar-default {
    position: sticky;
    z-index: 10000;
    top:0;
}

.navbar{
    border-radius: 0;
    min-height: 0;
}

.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #DDD;
}

.navbar-nav{
    margin-left: -2px;
    margin-right: -2px;
}

.navbar .nav > li > a{
    padding: 2px 15px 2px;
}

.navbar .nav > li:first-child > a{
    padding-left: 0;
}

.navbar-default{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4b46+0,41403c+100 */
    background: #4c4b46; /* Old browsers */
    background: -moz-linear-gradient(top, #4c4b46 0%, #41403c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4c4b46 0%,#41403c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00adff 0%,#007ca2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4b46', endColorstr='#41403c',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #64625a;
}

.navbar-inner, body.login{
    background-color: var(--primary-color);
	/*background: url(../img/login-bg.jpg) top left no-repeat;
	-webkit-box-shadow: inset 0px 5px 44px 0px rgba(60,60,60,1);
	-moz-box-shadow: inset 0px 5px 44px 0px rgba(60,60,60,1);
	box-shadow: inset 0px 5px 44px 0px rgba(60,60,60,1);*/
}

body.login{
	margin: 0;
}

.btn{
	padding: 4px 8px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	font-family: "Roboto", 'Arial', sans-serif;
	font-size: 12px;
	vertical-align: middle;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn{
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf #bfbfbf;
    border-bottom-color: #a2a2a2;

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-group .dropdown .btn{
    /*border-radius: 0;*/
    margin-left: -1px;
    margin-right: -1px;
}


.btn-group .dropdown:not(:first-child) .btn{
    border-radius: 0;
}

.btn-group .dropdown:last-child .btn{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-group > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn.btn-primary {
	background-image: -webkit-linear-gradient(top, var(--primary-color) 0, var(--primary-color-hover) 100%);
	background-image: -o-linear-gradient(top, var(--primary-color) 0, var(--primary-color-hover)100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--primary-color)), to(var(--primary-color-hover)));
	background-image: linear-gradient(to bottom, var(--primary-color) 0, var(--primary-color-hover) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #245580;
}

.btn.btn-warning{
    color: var(--text-color);
    background: -moz-linear-gradient(top, #f88657 0%, #eb703f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f88657 0%,#eb703f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f88657 0%,#eb703f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88657', endColorstr='#eb703f',GradientType=0 ); /* IE6-9 */
    border: 1px solid #CA5f34;
    text-shadow: none;
}

.btn.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #b92c28;
}

.navbar-nav > li > .dropdown-menu li{
    padding: 0;
}

.dropdown-menu{
    background: #f7f6f6;
    padding: 1px;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.175);
}
.page-toolbar .pull-left .dropdown-menu {
	right: unset;
	left:0;
}
.page-toolbar .dropdown-menu {
	right: 0;
	left:unset;
}

.dropdown-menu li{
    padding: 0;
}

.dropdown-menu li.divider{
    margin: 3px 0;
}

.dropdown-menu li a i{
    margin-top: 2px;
}

.navbar-nav > li > .dropdown-menu li a, .dropdown-menu>li>a {
    padding: 3px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.navbar-nav > li > .dropdown-menu li a:hover, .dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background: -moz-linear-gradient(top, #f88657 0%, #eb703f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f88657 0%,#eb703f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f88657 0%,#eb703f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88657', endColorstr='#eb703f',GradientType=0 ); /* IE6-9 */
    border: 0;
    border-top: 1px solid #CA5f34;
    border-bottom: 1px solid #CA5f34;
    border-radius: 0;
}



.table.interactive{

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table th{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
}

.table tfoot th{
    font-size: 12px;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #EEEEEE;
}

.table-striped>tbody>tr:nth-of-type(even){
    background-color: #FCFCFC;
}

/* yellow */

.table-striped>tbody>tr.odd.warning td{
    background-color: #EEEE80;
}

.table-striped>tbody>tr.even.warning td{
    background-color: #FFFF90;
}

.table-striped>tbody>tr.odd.warning td.sorting_1{
    background-color: #EEEE60;
}

.table-striped>tbody>tr.even.warning td.sorting_1{
    background-color: #FFFF70;
}

/* green */

.table-striped>tbody>tr.odd.success td{
    background-color: #DDFFDD;
}

.table-striped>tbody>tr.even.success td{
    background-color: #EEFFEE;
}

.table-striped>tbody>tr.odd.success td.sorting_1{
    background-color: #C4FFC4;
}

.table-striped>tbody>tr.even.success td.sorting_1{
    background-color: #D5FFD5;
}

/* red */

.table-striped>tbody>tr.odd.danger td{
    background-color: #FF8080;
}

.table-striped>tbody>tr.even.danger td{
    background-color: #FCB7A2;
}

.table-striped>tbody>tr.odd.danger td.sorting_1{
    background-color: #FF8080;
}

.table-striped>tbody>tr.even.danger td.sorting_1{
    background-color: #FF7070;
}

/* purple */

.table-striped>tbody>tr.odd.purple td{
    background-color: #F7D9DE;
}

.table-striped>tbody>tr.even.purple td{
    background-color: #F7E3D9;
}

.table-striped>tbody>tr.odd.purple td.sorting_1{
    background-color: #F2D9F7;
}

.table-striped>tbody>tr.even.purple td.sorting_1{
    background-color: #F7D9ED;
}

/* blue */

.table-striped>tbody>tr.odd.blue td{
    background-color: #aff2fe;
}

.table-striped>tbody>tr.even.blue td{
    background-color: #30f1ff;
}

.table-striped>tbody>tr.odd.blue td.sorting_1{
    background-color: #aff2fe;
}

.table-striped>tbody>tr.even.blue td.sorting_1{
    background-color: #30f1ff;
}

.table tfoot tr{
    background-color: #EEEEEE;
}

.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 3px 5px;
}

.table-condensed{
    /* font-family: 'PT Sans Narrow', Arial, sans-serif; */
}

.data_table_overflow_fixer {
    /*overflow: visible;*/
}

table.dataTable.table-condensed thead > tr > th {
	/*position: sticky;
	top: 26px;*/
	background-color: #3C3B37;
}

table.dataTable.table-condensed thead > tr.search > th {
	/*top: 26px;*/
}

table.searchable.dataTable.table-condensed tr.search ~ tr > th {
	/*top: 56px;*/
}

.dataTables_wrapper {
    /*overflow: inherit;*/
}

.dataTables_wrapper .dataTables_processing {
	visibility: visible;
	height: 100%;
	position: absolute;
	top: 20px;
}

.dataTables_wrapper .dataTables_processing span.data-tables-loading-text {
	color: #222222;
	font-size: 16px;
	position: relative;
	top: 50%;
	cursor: wait;
	pointer-events: none;
}

.dataTables_length label{
	margin-top: 0;
}

.dataTables_wrapper table.table thead .sorting_asc,
.dataTables_wrapper table.table thead .sorting_desc,
.dataTables_wrapper table.table thead .sorting {
	background: #f5f8fa;
	border-bottom: 1px solid #ddd;
}

.dataTables_scrollBody{
	border: 1px solid #ddd !important;
}

.dataTable tr.search th{
    position: relative;
}

.dataTable tr.search th .inputicon{
    position: absolute;
    left: 8px;
    line-height: 24px;
}

.dataTables_scrollHead tr.search{
    /* background-color: #ccc; */
}


table.dataTable.no-footer{
    border-bottom: 1px solid #ddd;
}


table.dataTable thead th{
    white-space: nowrap;
}
table.dataTable thead th, table.dataTable thead td {
	border-bottom: 0;
	padding: 2px 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    /*padding: 2px 10px;*/
	cursor: default;
    white-space: nowrap;
}

table.dataTable.table-condensed thead .sorting:after, table.dataTable.table-condensed thead .sorting_asc:after, table.dataTable.table-condensed thead .sorting_desc:after {
	top: 2px;
}

table.dataTable tbody tr.selected td,
.table tbody tr.selected td,
.table.dataTable tbody tr.selected.warning td,
.table.dataTable tbody tr.selected.danger td,
.table.dataTable tbody tr.selected.success td,
table.dataTable tbody tr.odd.selected td.sorting_1,
table.dataTable tbody tr.even.selected td.sorting_1{
	background-color: var(--primary-color);
	color: white;
}

tr.selected td a{
    color: white;
}

table.dataTable tbody tr.odd td.sorting_1{
	background-color: #DDDDDD;
}

table.dataTable tbody tr.even td.sorting_1{
	background-color: #EEEEEE;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0;
}

.dataTables_length{
	line-height: 25px;
}

.dataTables_length select{
	height: 26px;
	padding: 1px;
	position: relative;
	top: 1px;
}

.dataTables_length label{
	margin: 0;
    padding: 0;
    line-height: 26px;
}

.dataTables_filter{
	display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
	margin: 0;
	min-width: 0;
}

.dataTables_wrapper tr.search th{
	padding: 4px 2px;
    text-overflow: ellipsis;
}

.dataTable tbody tr td,.dataTable thead tr th{
    text-overflow: ellipsis;
}

.dataTable thead tr th{
    overflow-x: hidden;
}

.dataTables_wrapper tr.search th:first-child{
    padding-left: 4px;
}

.dataTables_wrapper tr.search th:last-child{
    padding-right: 4px !important;
}

table.dataTable.table-condensed thead > tr.search > th {
    padding-right: 10px;
	vertical-align: middle;
}

.dataTables_wrapper tr.search input, .dataTables_wrapper tr.search select{
	padding: 0px;
	width: 100%;
	border-radius: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
}
.dataTables_wrapper tr.search input{
	width: 100%;
	padding-left:20px;
}
.dataTables_wrapper tr.search .input-group input {
	padding-left:0px;
}
.dataTables_wrapper tr.search select {
	padding-left:2px;
}

.dataTables_wrapper tr.search .input-group-addon{
    padding: 2px 10px;
    font-size: 12px;
}

div.dataTables_paginate {
    float: none;
    margin: 0;
}

.dataTables_wrapper .row:first-child{
    margin-bottom: 0;
}

.table tbody tr.danger td{
    background-color: #FFB69E;
}

.table tbody tr.danger.odd td, .table tbody tr.danger.even td.sorting_1{
    background-color: #FFA185;
}
.table tbody tr.danger.odd td.sorting_1{
    background-color: #FF8E6B;
}

tr.deleted td{
    text-decoration: line-through;
    color: #999999;
}

.dataTables_wrapper div[class^="col-sm"]{
    padding-left: 10px;
    padding-right: 10px;
}

/* Dropdown */


.dropdown-menu li a{
	/*font-size: 12px;*/
}

.dropdown.sub-dropdown i{
    float: right;
    margin-top: 2px;
}

.sidebar .panel-heading{
	padding: 6px 10px;
}

.sidebar .panel-heading a{
	font-weight: bold;
}

.sidebar .panel-heading i{
	margin-right: 6px;
}

.sidebar .panel-body{
	padding: 6px 10px;
}

.sidebar ul.list-unstyled{
	margin-bottom: 0;
	padding-left: 18px;
}

h1.heading, .navbar .brand,
.heading h1, .heading h2, .heading h3, h1.heading, h2.heading, h3.heading, .modal-header h3, .modal-header h4
{
	font-weight: 300;
	font-family: inherit;
}


label{
	margin-top: 10px;
}

.checkbox label{
	padding-left: 35px;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    color: inherit;
}
.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 0px;
}

.form-control{
	border-radius: 2px;
}

.form-control.input-warning{
    border-color: #e77344;
}

legend{
    margin-bottom: 0;
    font-size: 14px;
}

.position-relative {
	position: relative;
}

/* ----- elfinder ------ */

.elfinder .elfinder-buttonset .elfinder-button{
    width: 24px !important;
    height: 24px !important;
}

.elfinder .elfinder-toolbar{
    background: #f5f8fa !important;
    border: 1px solid #ddd !important;
}

.elfinder{
    border: 1px solid #ddd !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}

/* ------ summernote ------ */

.btn.btn-primary.note-image-btn{
    color: inherit;
}

/* ------- */

.draggable{
    cursor: move;
}

/* ------- tabs --------- */

.nav>li>a{
    padding: 5px 10px;
}

.nav-tabs>li>a{
    border-radius: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-top: 2px solid var(--primary-color);
}

.tab-content>.active {
    padding: 15px 0 0 0;
}

/* --- forms ---- */

.form-control{
    padding: 3px 6px;
    height: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 12px;
}

.input-group-addon{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

label{
    color: #666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 0 0 0;
    text-transform: uppercase;
    margin: 4px 0;
}

label sup {
	left: 2px;
}
label sup i{
    visibility: hidden;
}

label.label-required sup i{
    visibility: visible;
}

label.label-info-text sup i,label.checkbox sup i{
	visibility: visible;
	color: orange;
	font-size: 12px;
	cursor: pointer;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

/* Autocomlete */

.ui-autocomplete{
    z-index: 9999 !important;
    border: 1px solid #ccc;
    color: #555;
    background: white;
}

.ui-autocomplete .ui-menu-item{
    font-family: "Roboto", "Arial", Sans-serif;
    font-size: 13px;
}

.ui-autocomplete .ui-menu-item.ui-state-focus{
    background-color: var(--primary-color);
    color: white;
}

/* W-box */

.w-box:hover{
   /* outline: 1px solid orange; */
}

.w-box+.w-box {
    margin-top: 10px;
}

.w-box-header{
    /* text-shadow: 1px 1px 0 #666; */
    color: #666;;
    /*
    background: linear-gradient(#DEEECE,#C1DEA4);
    background: -webkit-linear-gradient(#DEEECE,#C1DEA4);
    background: -moz-linear-gradient(#DEEECE,#C1DEA4);

*/
    padding: 3px 5px 5px 5px;
    /*
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    font-size: 13px;
    */
    line-height: 26px;
    text-transform: uppercase;

    border-bottom: 0;

}

.w-box-content .nav-tabs {
    top: -26px;
}

.w-box-content.cnt_a .nav-tabs {
    top: -36px;
}

/* --- Dialog --- */

.bootstrap-dialog .bootstrap-dialog-title {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
}

.bootstrap-dialog .bootstrap-dialog-message{
	font-size: 13px;
	position: relative;
}

.bootstrap-dialog-draggable{
    cursor: move;
}

.size-wide .modal-dialog{
    width: 90%;
}

.modal-header{
    padding: 5px 10px;
}

/* ---- Chat & Log ------ */

.chat_box .msg_window {
    height: auto;
    overflow-y: inherit;
    margin: 5px 10px;
}

.chat_box .chat_msg {
    /* margin: 10px 5px; */
    padding: 10px 5px;
}

.chat_box .chat_msg .chat_msg_body{
    background-color: #EEFFEE;
    border-color: #DDEEDD;
    border-radius: 0;
    padding: 10px;
}

#log{
    height: 200px;
    overflow-y: auto;
}

/* ---- Menu ---- */

.sidebar .panel .active a {
    color: #fff;
    padding: 3px;
    background-color: var(--primary-color);
    border-radius: 3px;
}

/* ------ Tagsinput ------- */

.bootstrap-tagsinput{
    width: 100%;
    height: 140px;
}

.tag.label{
    font-size: 13px;
}

.menu_toggle:hover, .menu_toggle:visited{
    color: #ffffff;
}

.menu_toggle{
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
}

.statusbar{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #eee;
    border-top: 1px solid #ccc;
}

#statusbar-message{
    margin-left: 10px;
}

/* Toolbar */

.page-toolbar{
    background: #faf9f8;
    border-radius: 3px;
    border: 0;
    margin-bottom: 10px;

}

/* Notifier */


div[data-notify]{
    background: #111;
    background: rgba(0, 0, 0, .7);

    margin: 0 0 10px 0;
    padding: 10px;
    width: 300px;
    min-height: 90px;

    color: #888; font-size: 13px;

    -webkit-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
    -o-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;

    -webkit-text-shadow: 0 1px 0 #000;
    -moz-text-shadow: 0 1px 0 #000;
    -o-text-shadow: 0 1px 0 #000;
    text-shadow: 0 1px 0 #000;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

button[data-notify=dismiss]{
    color: white;
}

div[data-notify]:hover {
    background: #111;
    background: rgba(0, 0, 0, .9);
}

div[data-notify] span[data-notify=icon]{
    font-size: 40px;
    float: left;
    display: block;
    color: #F5AA1A;
    margin-top: 20px;
}

div[data-notify] span[data-notify=message]{
    display: block;
    color: #cbcccf;
    padding-left: 50px;
    font-weight: normal;
}

span[data-notify=title]{
    display: block;
    font-weight: bold;
    padding-left: 50px;
    color: #DDFFDD;
}

span[data-notify=icon] span[data-notify=title] {
    display: block;
    color: #61cd07; font-size: 14px; font-family: 'PT Sans Narrow', Ubuntu, Tahoma, Arial, sans-serif;
    margin: 0 0 10px 0;
}

.modal-dialog{
    border-radius: 0px;
}

.modal-header{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.modal-content{
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 0px !important;
}

/*  Widgets */

.w-box-header.blue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0ff+1,dcdcff+100 */
    background: #f0f0ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0f0ff 1%, #dcdcff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f0f0ff), color-stop(100%,#dcdcff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f0ff 1%,#dcdcff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f0ff 1%,#dcdcff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f0ff 1%,#dcdcff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f0ff 1%,#dcdcff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0ff', endColorstr='#dcdcff',GradientType=0 ); /* IE6-9 */


}

.w-box-header.green{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0fff0+1,dcffdc+100 */
    background: #f0fff0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0fff0 1%, #dcffdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f0fff0), color-stop(100%,#dcffdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0fff0 1%,#dcffdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0fff0 1%,#dcffdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0fff0 1%,#dcffdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0fff0 1%,#dcffdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0fff0', endColorstr='#dcffdc',GradientType=0 ); /* IE6-9 */
}

.w-box-header.red{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff0f0+1,ffdcdc+100 */
    background: #fff0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff0f0 1%, #ffdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff0f0), color-stop(100%,#ffdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff0f0 1%,#ffdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff0f0 1%,#ffdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff0f0 1%,#ffdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff0f0 1%,#ffdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0f0', endColorstr='#ffdcdc',GradientType=0 ); /* IE6-9 */

}

.w-box-header.yellow{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffff0+1,ffffdc+100 */
    background: #fffff0; /* Old browsers */
    background: -moz-linear-gradient(top,  #fffff0 1%, #ffffdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fffff0), color-stop(100%,#ffffdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fffff0 1%,#ffffdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fffff0 1%,#ffffdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fffff0 1%,#ffffdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fffff0 1%,#ffffdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff0', endColorstr='#ffffdc',GradientType=0 ); /* IE6-9 */

}

.w-box-header.orange{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f6ed+0,fcf1d1+100 */
    background: #f9f6ed; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f6ed 0%, #fcf1d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6ed), color-stop(100%,#fcf1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f6ed 0%,#fcf1d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f6ed 0%,#fcf1d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f6ed 0%,#fcf1d1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f6ed 0%,#fcf1d1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f6ed', endColorstr='#fcf1d1',GradientType=0 ); /* IE6-9 */
}

.w-box-header .label{
    text-shadow: none;
}

.select-info{
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px dotted #666666;
}

/* OV TEXT */

.ov_boxes .p_canvas{
    height: 52px;
}

.ov_boxes li:first-child {
    margin-left: 0;
}

.ov_boxes li{
    min-height: 52px;
}

.ov_text span.label{
    text-shadow: none;
    font-size: 14px;
    text-align: left;
}

.ov_boxes .ov_text {
    width: auto;
 }

/* Selectize */

.hny .form-control.selectize-control{
    height: initial;
    display: block;
}

.hny .selectize-input{
    padding: 4px 8px;
    min-height: 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.hny .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #333333 transparent transparent transparent;
}

.fixed-form-group{
    width: 100%;
    margin-bottom: -5px;
}

.fixed-form-group td{
    vertical-align: top;

}

#add_new_acc_container{
    display: block;
    width: 24px;
    padding: 6px 5px 7px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
    border-left: 0;
}

/* Icon nav */

.dshb_icoNav{
    text-align: center;
}
.dshb_icoNav li a {
    position: relative;
    display: block;
    text-align: center;
    padding: 52px 8px 8px 8px;
    width: 110px;
    height: 72px;
    font-size: 12px;
    color: #222;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 38px;
}


.well{
    padding: 5px;
}

.cke_wysiwyg_frame{
    padding: 10px !important;
}
@media screen {
    #messages_container{
        max-height: 400px; overflow-y: auto;
    }
}

.page-header{
    margin-top: 0;
}

.page-header h1{
    font-weight: normal;
}

.page-toolbar .page-header{
    margin: 0;
}

.page-toolbar .page-header .title{
    font-size: 28px;
    line-height: 28px;
}

fieldset.fset{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

fieldset.fset legend{
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
    padding: 0.5em 0.5em;
    border: 1px solid #ccc;
    background: #ccc;
    color: darkslategray;
}

.panel-group .panel{
    border-radius: 0;
}

.panel-default > .panel-heading{
    padding: 5px 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: linear-gradient(#E5E5E5, #DEDEDE);
    background: -webkit-linear-gradient(#E5E5E5, #DEDEDE);
    background: -moz-linear-gradient(#E5E5E5, #DEDEDE);
}

.panel-heading.collapsed{
    background: #F5F5F5;
}

.panel-title{
    font-size: 13px;
    text-transform: uppercase;
    /*text-shadow: none;*/
    color: #1e1e1e;
    text-shadow: 1px 1px white;
}

.panel-heading.collapsed .panel-title{
    color: #333;
    text-shadow: 1px 1px white;
}


.panel > .panel-heading{
    cursor: pointer;
}

.panel > .panel-heading.collapsed:hover{
    background-color: #FAFAFA;
}

#accordion .panel-heading .panel-title a:after {
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f0da";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
}
#accordion .panel-heading.collapsed .panel-title a:after {
    content: "\f0d7";    /* adjust as needed, taken from bootstrap.css */
    color: grey;
}

.alert{
    /* margin-bottom: 0; */
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple{
    border-radius: 0;
}

.pager,
.pager ul{
    margin: 0;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 4px 8px;
    background-color: #f5f5f5;
	border: 1px solid #2e2e2e;
    border-radius: var(--button-border-radius)
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed;
}

.pager li > a.btn-primary:hover,
.pager li > a.btn-primary:focus {
	background-color: var(--primary-color-hover);
	background-position: 0 -15px;
}

.wizard .nav.nav-pills > li{
    font-size: 12px;
    text-transform: none;
    font-family: "Arial", sans-serif;
}

.wizard .nav.nav-pills > li > a{
    padding: 3px 10px;
    font-weight: normal;
}

.text-del{
    text-decoration: line-through;
}

table.dataTable > tbody > tr > td.col-changed {
    background-color: crimson !important;
    color: white;
}

.no-margin-top {
    margin-top: 0 !important;
}

.row+.row {
    margin-top: 10px;
}


.checkbox label {
	line-height: 18px;
}

label.left{
	color: #CCCCCC;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 0 0 0;
	text-transform: uppercase;
	margin: 4px 0;
}

.fa{
	margin-right: 3px;
}


/*** HELPERS ***/

.m-0 {
	margin: 0 !important;
}
.mx-auto{
	margin:0 auto;
	float: none;
}
.mx-0 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.my-0 {
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}
.mb-1, .my-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}
.mt-1, .my-1 {
	margin-top: 0.25rem !important;
}
.mt-2, .my-2 {
	margin-top: 0.5rem !important;
}
.mt-3, .my-3 {
	margin-top: 1rem !important;
}
.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}
.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.ml-0 {
	margin-left: 0 !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.ml-3 {
	margin-left: 1rem !important;
}
.ml-4 {
	margin-left: 1.5rem !important;
}
.ml-5 {
	margin-left: 3rem !important;
}

.mr-0 {
	margin-right: 0 !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}
.mr-4 {
	margin-right: 1.5rem !important;
}
.mr-5 {
	margin-right: 3rem !important;
}

.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-left:0 !important;
	padding-right:0 !important;
}
.py-0 {
	padding-top:0 !important;
	padding-bottom:0 !important;
}


/*** HELPERS END ***/
.warning
{
	color: #ff0000!important;
	background-color: #FFCCBA!important;
	border: 2px dotted #ff0000!important;
}

.scrollable-div {
	overflow: auto;
	max-height: 800px;
	padding: 0px;

}

.week_data,.past_data{
	text-align: center;
}

.orange_bg {
	background-color: #BB7700CB;
}

.scrollable-div {
	width: 300px;
	height: 200px;
	border: 1px solid #ccc;
	overflow-y: scroll; /* Vertikális görgetés engedélyezése */
}
/* Tartalom a görgethető div-ben */
.scroll-content {
	padding: 10px;
}

.ciklamen {
	background-color: #FF99CC !important;
	color: black!important;
}

.zold {
	background-color: #a8f8a8!important;
	color: black!important;
}

.piros {
	background-color: #FF9999!important;
	color: black!important;
}

.sarga {
	background-color: #ffeba8!important;
	color: black;
}

[data-notify].fa-info {
	color: lightskyblue !important;
}

.well label,
.jstree-default a.jstree-clicked {
	color: #3C3B37;
}


/*** LOADER ***/
#loader-container,
.loader-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #3C3B37;
	z-index: 1000;
	top:0;
	opacity: 1;
	transition: opacity 0.3s linear, z-index 0.3s linear;
}

#loader-container.closed,
.loader-container.closed {
	opacity: 0;
	z-index: -1;
}

#loader-container.opened,
.loader-container.opened {
	opacity: 1;
}

.loader {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
}
.loader:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.loader.xs{
	width: 20px;
}
.loader.sm{
	width: 30px;
}
.loader.md{
	width: 50px;
}

.bg-red {
	color: white;
	background-color: red;
}

.circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: var(--defaultTextColor);
}

.loader-text {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.false_alert {
	background-color: red;
	color: white;
	font-weight: bold;
}

.bold {
	font-weight: 700;
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
/*** LOADER END ***/
