

body{
    /******** Háttérrel ******/
        background: black;
        background-image: url("../../img/capno-hatter.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        background-position: center;
    
    /***** Hatter nelkül ****/
    /*
        background: black;
        background-size: cover;
        flex: 1;
        background-repeat: no-repeat;
        background-image: radial-gradient(blue, black);
        background-attachment: fixed;
        background-position: center;
    */
}

.amcharts-amexport-item.amcharts-amexport-item-level-0{
    width: 70px !important;
}

.amcharts-amexport-item {
    background-color: #007bff !important;
    border-color: #007bff !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.amcharts-amexport-item > a {
    color: #fff !important;
} 

.amcharts-amexport-item:hover {
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.amcharts-amexport-item > a:hover {
    text-decoration: none !important;
} 

.amcharts-amexport-menu-level-0 {
    top: 25px !important;
}

.input-group-text{
    min-width: 205px;
}

.tomor, .tomor tr, .tomor td, .tomor th{
	padding: 0 ;
	margin: 0 ;
}
.atlagos,.atlagos tr, .atlagos td, .atlagos th{
	padding: 4px ;
	margin: 4px ;
}   

.error {
    border: 2px solid #f00 !important;
}

.valid {
    border: 2px solid #0ff !important;
}

.reg-form {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
}

.table-holder {
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

.select2-selection__arrow {
    height: 37px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single,
textarea {
    text-align: left;
    padding-left: 5px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

textarea {
    height: 110px !important;
}

/* TOP BTN */ 
#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
  }
  

/* SLIM SELECT */
.ss-main .ss-single-selected {
    padding: 4px;
    border: none;
    position: relative;
    top: -3px;
}

.ss-main .ss-content {
    left: 0;
}

/* amchart merete */

.chartdiv {
    width: 100%;
    max-height: 500px;
    height: 100vh;
  }

.chartdiv-print {
    width: 90%;
    max-height: 300px;
    height: 50vh;
}

.chartdiv-print-sm {
    width: 90%;
    max-height: 220px;
    height: 35vh;
}
  
.sorting, .sorting_asc, .sorting_desc {
    background : none !important;
}
table thead .sorting, 
table thead .sorting_asc, 
table thead .sorting_desc {
    background : none !important;
}

div.dataTables_paginate {text-align: center}

button:disabled {
    cursor: not-allowed;
}

.colorLightBlue {
    background-color: #99FFFF;
}

#fo {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

label {
    margin-bottom: 0 !important;
}

/* https://loading.io/css/ */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1.2em;
    margin-right: 1em;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    margin-right: 8px;
    border: 3px solid #007bff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #007bff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.smallDropdown {
    min-width: 1em !important;
}

.ss-main .ss-single-selected {
    height: calc(2.25rem + 2px) !important;
}

.flexVCenter {
    display: flex;
    align-items: center;
}
.imgBaseline {
    vertical-align: baseline !important;
}