body {
  padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  background-color: #f9f9f9 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2c2c2+0,e0e0e0+15 */
  /*
  background: #c2c2c2;
  background: -moz-linear-gradient(top, #c2c2c2 0%, #e0e0e0 15%);
  background: -webkit-linear-gradient(top, #c2c2c2 0%,#e0e0e0 15%);
  background: linear-gradient(to bottom, #c2c2c2 0%,#e0e0e0 15%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#e0e0e0',GradientType=0 );
   */
}
@media (min-width: 1200px){
  .container {
      max-width: 99%;
  }
}
.bg-dark {
    background-color: #496B8C!important;
}
.btn-primary {
    color: #fff;
    background-color: #496B8C;
    border-color: #6E8CA6;
}
.btn-success {
    color: #fff;
    background-color: #277559;
    border-color: #6EAB95;
}
.text-white{
    color: whitesmoke;
}
a {
    color: #294E71;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover{
  color: gold;
}
/* LOGIN FORM */
body.login {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #eee;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* RADIOS */
.radio_help_text {
  padding-left: 30px;
}

.radio .radio_label {
   font-size: 18px;
}
.radio .radio_sublabel {
  margin-left: 36px;
  display: inline-block;
}
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.radio .cr {
  font-size: 1.4em;
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.radio .cr {
  border-radius: 50%;
}

.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.radio label input[type="radio"] {
  /*display: none;*/
}

.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}

.list-inline {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.list-inline li {
  display: table-cell;
  text-align: center;
}

.question_group_active {
  font-size: 1.3em;
  font-weight: bold;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    float: left !important;
}
.text-green {
    color: #5eba00 !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.dashboard_danger{

    background-color: #ffaaaa;
}
.dropdown-menu {
  z-index: 1100;
}
.dataTable td, .dataTable th {
  padding: 0.5rem;
}
.dataTable td .maxheight {
  overflow: hidden;
  line-height: 1.5em;
  height: 4.5em;
  position: relative;
}
.dataTable td .maxheight:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.table-sm {
  font-size: 0.8em;
}
.pagination {
  font-size: 0.8em;
}
.chosen-container-single {
  width: 100%;
}
.chosen-container-single .chosen-single {
  height: calc(2.25rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background: none;
  background-color: white;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.chosen-container-single .chosen-single div {
  background-color: #e1e1e1;
  border: 1px solid #adadad;
  width: 17px;
}
.chosen-container-single .chosen-single div b {
  background-position-x: 2px;
  background-position-y: 8px;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border: inherit;
  background-color: inherit;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position-x: -16px;
  background-position-y: 8px;
}
.posledni-vykazy-prace ul {
  margin-left: 0;
}
.posledni-vykazy-prace li {
  height: auto;
}
@media (max-width: 768px) {
  .dataTable td.child {
    font-size: 70%;
    font-weight: 300;
    color: #333333;
    background-color: #efefef;
  }
  .dataTable td.child .maxheight {
    height: auto;
    position: inherit;
  }
  .btn-responsive {
    padding:4px 8px;
    font-size:80%;
  }
}
.dt-button-collection .dropdown-item.active {
  background-color: inherit;
  color: inherit;
}
.dt-button-collection a.buttons-columnVisibility {
  position: relative;
}
.dt-button-collection a.buttons-columnVisibility:before,
.dt-button-collection a.buttons-columnVisibility.active span:before {
  display:block;
  position:absolute;
  top:1.2em;
  left:0;
  width:12px;
  height:12px;
  box-sizing:border-box;
}

.dt-button-collection a.buttons-columnVisibility:before {
  content:' ';
  margin-top:-6px;
  margin-left:10px;
  border:1px solid black;
  border-radius:3px;
}

.dt-button-collection a.buttons-columnVisibility.active span:before {
  content:'\2714';
  margin-top:-11px;
  margin-left:12px;
  text-align:center;
  text-shadow:1px 1px #DDD, -1px -1px #DDD, 1px -1px #DDD, -1px 1px #DDD;
}

.dt-button-collection a.buttons-columnVisibility span {
  margin-left:20px;
}
.dataTables_filter {
  float: right;
}