/**
 * View StyleSheet file.
 * 
 * @category    CodeIgniter
 * @package     Template
 * @subpackage  Stylesheet
 * @author      Iván Károly <karoly.ivan@rsoe.hu>
 * @copyright   (c) 2016, RSOE
 */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

table{
    margin-top: 25px;
}

table thead th:nth-child(3){
    width: 11%;
}

table thead th:nth-child(4){
    width: 3%;
}

table thead th:nth-child(7){
    width: 10%;
}

table thead th:nth-child(8){
    width: 5%;
}

table thead th:nth-child(9){
    width: 3%;
}

table thead th:nth-child(11){
    width: 2%;
}

table tbody tr.critical{
    background: #FFD195;
}

table tbody td{
    vertical-align: middle !important;
}

.date{
    color: black !important;
}

.date:hover{
    text-decoration: none !important;
    cursor: default !important
}

.slider.slider-horizontal{
    margin-left: 10px;
}

#slider-range-curr{
	float: right;
}

.slider{
    background: transparent !important;
}

.choose_km{
    padding-top: 7px;
}

/* The switch - the box around the switcher */
.switch {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The switcher */
.switcher {
  position: absolute !important;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F7AC4C;
  -webkit-transition: .4s;
  transition: .4s;
}

.switcher:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switcher {
  background-color: #2F66B2;
}

input:focus + .switcher {
  box-shadow: 0 0 1px #2F66B2;
}

input:checked + .switcher:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded switcher */
.switcher.round {
  border-radius: 34px;
}

.switcher.round:before {
  border-radius: 50%;
}

#slider-range-curr{
  float: right;
}

.depthValues {
    margin-bottom: 0 !important;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /*.choose_country{
        display: normal;
    }
    
    .choose_section{
        display: normal
    }
    
    .choose_km{
        display: normal
    }
    
    .switch_critical{
        display: normal
    }*/
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}