.bg-danger, .bg-success {
	padding: 0 5px;
}
body {
  background-color: #004767;
	color: white;
	font-size: 2rem;
	
}
a {
	color: #EF1F2F;
	text-decoration: none;
}
.wrap {
    height: 180px;
    position: relative;
    
}

.wrap img{
    display: block;
    max-width: 100%;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    
}
.form-control{
	font-size: 2rem;
}

.ui-widget-content {
	background-image: none;
	background-color: white;
	color: black;
}
.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 3rem;
  height: 3rem;
}
.checkbox-xl .custom-control-label {
  padding-top: 5px;
  padding-left: 20px;
}

/*táblázat háttér*/

colgroup col.success {
  background-color: #C7C7C7;
}
colgroup col.error {
  background-color: #f2dede;
}
colgroup col.warning {
  background-color: #fcf8e3;
}
colgroup col.info {
  background-color: #d9edf7;
}   



.navbar-fixed-left {
  width: 210px;
  position: fixed;
  border-radius: 0;
  height: 100%;
	
	right:0;
}

.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 200px;
}

.navbar-fixed-left + .container {
  padding-right: 160px;
}

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
  margin-top: -50px;
  margin-left: 140px;
}

/*datepicker */
.datepicker {
	color:black;
}