.row{
	flex-grow: 1 !important;
}

input:focus{
	box-shadow: none !important;
}

.bg_base {
	background-color: #416eb0 !important;
}
.bg_dark {
	background-color: #263851 !important;
}
.bg_light {
    background-color: #9cbcdc !important;
}
.bg_white {
    background-color: #ebedee !important;
}
.bg_bright {
    background-color: white !important;
}
.bg_grey {
	background-color: #a4a4a4 !important;
}

.btn_bg1 {
    background-color: #2184c2 !important;
}
.btn_bg2 {
    background-color: #46b2d8 !important;
}

.active_nav_btn {
    color: white !important;
}

.text_dark {
	color: #263851 !important;
}

.text_blue {
	color: #3871be !important;
}

.text_light {
	color: #9cbcdc !important;
}


.hide {
	display: none !important;
}

.totalsCards {
	color: grey !important;
}

tr.disabled {
    background-color: grey;
}

th.dt-center, td.dt-center { text-align: center; }

/* Create three columns of equal width */
.columns {
	float: left;
	width: 33.3%;
	padding: 8px;
  }
  
  /* Style the list */
  .price {
	list-style-type: none;
	border: 1px solid #eee;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
  }
  
  /* Add shadows on hover */
  .price:hover {
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  }
  
  /* Pricing header */
  .price .header {
	background-color:transparent;
	color: black;
	font-size: 25px;
  }
  
  /* List items */
  .price li {
	border-bottom: 1px solid #eee;
	padding: 20px;
	text-align: center;
  }
  
  /* Grey list item */
  .price .grey {
	background-color: transparent;
	font-size: 28px !important;
  }
  
  /* The "Sign Up" button */
  .button {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
  }
  
  /* Change the width of the three columns to 100%
  (to stack horizontally on small screens) */
  @media only screen and (max-width: 600px) {
	.columns {
	  width: 100%;
	}
  }

  .hovered:hover{
	background-color: gray;
	border-left: 3px solid black;
  }

#dataTableCompanys tbody tr:hover{
	text-shadow: 0.5px 0.5px black;
}

.hoveredTd:hover{
	text-shadow: 0.5px 0.5px black;
}

.opc-l-1{background-color:rgba(255,255,255,0.1)}
.opc-l-2{background-color:rgba(255,255,255,0.2)}
.opc-l-4{background-color:rgba(255,255,255,0.4)}
.opc-l-6{background-color:rgba(255,255,255,0.6)}
.opc-l-8{background-color:rgba(255,255,255,0.8)}

.statCardSumText span {
	font-size: 1.2em !important;
}

.statCardNumText {
	margin: auto;
	width: 50%;
}

.reporstUl{
	width: 100% !important;
}

.reporstUl li a{
	border-bottom: 1px solid #2184c2 !important;
	color: black !important;
	font-weight: 2px !important;
	border-radius: 5px;
	width: 100%;
}
.reporstUl li .active{
	border-bottom: 2px solid #2184c2 !important;
	background-color: #ebedee;
	border-radius: 5px;
	opacity: 0.8;
}

.reporstUl li a:hover{
	border-bottom: 2px solid #416eb0 !important;
	box-shadow: 2px 2px 2px #416eb0;
}

.myAlert{
	display: none;
    position: fixed;
    top: 5px; 
    left:2%;
	width: 96%;
	z-index:9999; 
}

#qrcode {
	width: 128px;
	height: 128px;
	margin: 0 auto;
	text-align: center;
	}
	
#qrcode a {
	font-size: 0.8em;
}
	
.qr-url, .qr-size {
	padding: 0.5em;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
.qr-url {
	width: 79%;
}
	
.qr-size {
	width: 20%;
}
	
.generate-qr-code {
	display: block;
	width: 100%;
	margin: 0.5em 0 0;
	padding: 0.25em;
	font-size: 1.2em;
	border: none;
	cursor: pointer;
	background-color: #e5554e;
	color: #fff;
}

#mobileModalBtn:hover{
	font-size: 1.3em;
	text-shadow: 0px 3px white ;
}

.gray-row {
    background-color: #e7e7e7;
    color: #6c757d;
    opacity: 0.9;
    transition: background-color 0.2s ease;
}

.gray-row:hover {
    background-color: #e1e1e1;
}

/* Datepicker */
/* Datepicker bez Bootstrap input-group konflikata */
.datepicker-column {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.datepicker-wrapper {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.datepicker-input,
#daterangePicker {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 6px 12px 6px 52px !important;
    box-sizing: border-box !important;
}

.datepicker-icon {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 42px !important;
    height: 40px !important;

    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 4px 0 0 4px;

    pointer-events: none;
}

@media only screen and (max-width: 767.98px) {
    .datepicker-column {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .datepicker-wrapper,
    .datepicker-input,
    #daterangePicker {
        width: 100% !important;
        max-width: 100% !important;
    }
}