.mdi-20px
{
	font-size:20px;
	line-height:24px;
}

.valign-middle
{
	vertical-align: middle !important;
}

.select2-multi-max-height {
	overflow-y: auto;
    max-height: 160px;
}

.select2-container--bootstrap4 .select2-selection--single {
   line-height: 1.5;
   padding: 0.375rem 1.125rem .375rem .375rem;
}

[data-toggle='tooltip'] {
	cursor: pointer;
}

/* - 2018.04.13
.bs-tooltip-top .arrow::before
{
    border-top-color: #17a2b8;
    border-top-color: yellow;
}
*/

div#mainTable_processing {
    background-color: whitesmoke;
    z-index: 999;
}

table caption {
    caption-side: top;
    text-align: center;
    /* color: orange; */
    font-size: 1.5em;
    padding-top: 0;
	font-style: italic;
	font-weight: 600;
}
table caption div.alert{
	padding-top: 0;
	padding-bottom: 0;
}

.header-style-1 {
	background-color: cornsilk;
}
.header-style-2 {
	background-color: LightCyan ;
}

.dt-hidden-start{
	/* display:none; */
	visibility: hidden;
}

.selected {
	background-color: #ffc10782 !important;
	color: black !important;
}

#columnFilterRowId th{
	padding: 8px;
}


.tooltip.show /* + 2018.04.13 */
{
    opacity: 1;
}


.tooltip-inner /* + 2018.04.13 */
{
    color: black;
    background-color: rgb(255,255,150);
    border: 1px solid black;
    box-shadow: 3px 3px 2px rgba(0,0,0,.3);
    
    max-width: 750px;
}

.popover{
	max-width:600px !important;
	/* border: 2px dotted red; */
	border: 2px solid rgb(122, 126, 130);
    box-shadow: 8px 8px 4px rgba(0,0,0,.3);
    background-color: rgb(230, 255, 230);
}
.popover-header{
    background-color: rgb(188, 222, 188);
}
.popover-body {
	max-height:80vh !important;
	overflow-y : auto;
}
/* Popover Arrow */
.arrow::after, .bs-popover-right .arrow::after{
	border-right-color:rgb(230, 255, 230);
}

/* boostrap tr hover módosítás */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.125);
}

/* egységes sormagasságok eléréséhez */
#mainTable tbody tr {
    height: 3.7em !important;
}

#delete-info-container,
#multiEdit-info-container,
.scroll-container-12{
	max-height: 12em;
    overflow-y: auto;
}

.scroll-container-30{
	max-height: 30em;
    overflow-y: auto;
}

/* ikonos header-ök ne húzzák szét a fejlécet */
thead tr th.p0 {
	padding-bottom: 0 !important;
    padding-top: 	0 !important;
}

@media (min-width: 650px) and (max-width: 991px){
	.modal-xl {
		max-width: 90vw;
	}
}

@media (min-width: 992px){
	.modal-xl {
		max-width: 900px;
	}
}

.modal-full {
    min-width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.modal-full .modal-content {
    min-height: 100%;
    /* min-height: 100vh; Fallback for browsers that do not support Custom Properties */
    /* min-height: calc(var(--vh, 1vh) * 100); */
}

/* 2018.04.20 */
fieldset > legend { width: auto }            /* legend normál szélességgel */
fieldset          { border-radius: .3rem } 
.close            { margin-right: 5px }      /* Modal ablak bezáró gomb */
.modal-content h3 { border-radius: .3rem }
/* 2018.04.20 */


    


/* caption-ben megjelenő filter szöveg */
.extraFilterWarning{
	font-size: 1rem;
	font-style: normal;
	white-space: normal;
}

/* caption-ben megjelenő filter szöveg */
.filterWarning{
	font-size: 0.7rem;
	font-style: normal;
	white-space: normal;
}

/* caption-ben megjelenő filter szöveg value értékei */
.filterWarningValue{
	font-size: 0.8rem;
	font-style: italic;
	font-weight: bold;	
}

/* select2 szöveg alja levágás javítása */
.select2-container--bootstrap4 .select2-selection--single {
    line-height: 1.5;
    padding: 0.375rem 1.125rem .375rem .375rem;
}

.validationErrorContainer{
    display: none;
}

.validationErrorContainer.hasError{
    display: block;
	width: 100%;
    max-height: 6em;
    overflow-y: auto;
    margin-bottom: 0;
}

.disabledRow{
	color: grey;
}

.disabledRow button{
	background-color: grey !important;
    border-color: grey !important;
}

.disabledRow .text-info{
	color: grey !important;
}

td.child{
	white-space: normal !important;
}


/* 2018.06.06 */
/* Modális ablakoknál "radio" gomb alatti szöveg pozicionálása */
.halo_radio_pl
{
    padding-left: 2.3rem !important;
}

span#wave {
  position: relative;
  /* margin-top: 50vh; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
span#wave .dot {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin-left: 3px;
  background: #0c5460;
  animation: wave 1.3s linear infinite;
}
span#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
span#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%,
	60%,
	100% {
    transform: initial;
  }
  30% {
    transform: translateY(-0.3em);
  }
}

#kampanyLabelContainer{
	font-size: 0.65em;
}

.alairas_img{
	max-height: 10em;
	max-width: 100%;
    width: auto;
}

.alairas_cell{
	max-height: 2em;
	max-width: 100%;
    width: auto;
}

.compCellEquals{
	background-color: khaki;
}
.compCellDifferent{
	background-color: darksalmon;
}
.compCellEquals pre{
	font-size: 1rem;
}
.compCellDifferent pre{
	font-size: 1rem;
}

html,body{
    height:100%;
}

.badge-corner {
    position: absolute !important;
    right: -9px !important;
    top: 2.7em !important;
    z-index: 10 !important;
    font-size: 65%;
}

.progress-foreground-success {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #d4edda;
    z-index: -1;
}
.progress-foreground-info {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #d1ecf1;
    z-index: -1;
}
.progress-background{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	
	width: 100%;
	z-index: -1;
	background-color: #F5F5F5CC;
	margin: 3px 0;
}
.progress-text-success{
	color: #155724;
}
.progress-text-info{
	color: #0c5460;
}
.td-relative {
    position: relative;
}

/* ellipsis */
.el-400{
	max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.el-250{
	max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.el-200{
	max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highliteBackground{
    color: #155724; 
    background-color: #bed5c4 !important;
    border-color: #c3e6cb;
}

.highliteBackgroundRed{
    color: #1d347e; 
    /* background-color: #e9b056ab !important; */
    border-color: #e2aea2;
    font-weight: bold;
}

.right-border{
    border-right-color: #1ab6cf; 
    border-right-width: 2px;
}

legend{
    margin-bottom: 0px;
}

.tableRow{
    display: table-row;
}

.tableRow > span{
    display: table-cell;    
    vertical-align: middle;
}

.highlight-vertical-long-data{
    border-right: #ffc107 3px solid;
}

.dynamicTable,
.dynamicTable td, 
.dynamicTable th {
    border: none;
}

/* nem tooltippelő ellipszis */
.no-tooltip-el-200{
	max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highliteBackgroundWarning{
    color: #bb2f00; 
    background-color: #ffe9a2 !important;
    border-color: #c3e6cb;
}

.toggle.toggle-disabled .btn-success{
    color: #fff !important;
    background-color: #8dce9c !important;
    border-color: #5bac6e !important;
}

.toggle.toggle-disabled .btn-danger{
    color: #fff !important;
    background-color: #e67a85 !important;
    border-color: #e45664 !important;
  }
  
.toggle.toggle-disabled.btn-success{
    border-color: #8dce9c !important;
}

.toggle.toggle-disabled.btn-danger{
    border-color: #e45664 !important;
  }

/* Loader */

.halo-spin{
    -webkit-animation: halo-spin 2s infinite cubic-bezier(0.2, 0.4, 0.6, 0);
    animation: halo-spin 2s infinite cubic-bezier(0.2, 0.4, 0.6, 0);
}

@keyframes halo-spin
{
    to {transform: rotate(360deg);}
}

#mainTable tbody tr.responsive-compact-tr{
    height: unset !important;
    background-color:transparent !important;
}

.intro:before {
    -webkit-animation: halo-intro-spin 1.3s forwards ease-in-out;
    animation: halo-intro-spin 1.3s forwards ease-in-out;
}

@keyframes halo-intro-spin
{
    to {transform: rotate(380deg);}
}

.bg-light-alternate {
    /* background-color: #f7f7f7!important; */
}

.hr-no-margin {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.smaller{
    font-size: 60%;
    font-weight: 600;
}