/* COMMON STYLE */

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(http://intrudair.hu/images/page_bg.png);
    background-repeat: repeat;    
}

div#header {
    margin: 0px;
    padding: 0px;
    background-image: url(http://intrudair.hu/images/header_bg.png);
    background-repeat: repeat-x;
    height: 130px;
}

div#fejlec {
    height: 115px;
    background-image: url(http://intrudair.hu/images/fejlec_bg.png) ;
    margin: 0px;
    padding: 0px;
}
div#fejlec_container {
    height: 115px;
    text-align: center;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

div#logo_v1_container {
    height: 93px;
    width: 349px;
    float: left;
    padding-top: 10px;
}
div#logo_v2_container {
    height: 78px;
    width: 273px;
    float: right;
    padding-top: 20px;
}
html, body {
    background-color: #F5F5F5;
}

.content {
    background: white;
    padding: 25px;
    border: 1px solid #ddd;
    width:95%;
    margin: 10px auto;
    -webkit-box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.05);
}

.form-header{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    width: auto;
}

legend.form-header+.control-group {
    margin-top: 0px;
}

.order-popover {
    position: relative;
    display: block;
    min-width: 275px;
    left: inherit;
    margin-bottom: 5px;
}

.order-popover table {
    width: 100%;
}

.order-popover table td {
    height: 25px;
}

.order-popover table td.right-aligned {
    text-align: right;
    font-weight: bold;
}

.order-popover table hr {
    margin: 0;
}

#loading-screen {
    background: rgba(255,255,255,0.6);
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
}

/* INFO VIEW */

 .modal-header {
    padding: 9px 15px;
    background-color: #c22c33;
    border-bottom: 1px solid #eee;
    color: #fff;
}   

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #333;
    border-top: 1px solid #000;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #333;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #333;
}
		

#slider1, #slider2, #slider3, #slider4, #slider5
{
	outline: none;
}		
input {
    background-color: #000;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 4px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #444444;
  border-radius: 2px;
  border: 0.2px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #c22c33;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.2px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #515151;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #444444;
  border-radius: 2px;
  border: 0.2px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #c22c33;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #373737;
  border: 0.2px solid #000000;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #444444;
  border: 0.2px solid #000000;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #c22c33;
  cursor: pointer;
  height: 8px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #444444;
}
input[type=range]:focus::-ms-fill-upper {
  background: #515151;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 4px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #444444;
  border-radius: 2px;
  border: 0.2px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #c22c33;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.2px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #515151;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #444444;
  border-radius: 2px;
  border: 0.2px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #c22c33;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #373737;
  border: 0.2px solid #000000;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #444444;
  border: 0.2px solid #000000;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #c22c33;
  cursor: pointer;
  height: 8px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #444444;
}
input[type=range]:focus::-ms-fill-upper {
  background: #515151;
}

#info-view .mobile-view {
    display: block;
}

#info-view .desktop-view {
    display: none;
}

@media (min-width: 768px) {
    #info-view .mobile-view {
        display: none;
    }
    
    #info-view .desktop-view {
        display: block;
    }
    
    .outer-control-group.main-content {
        margin-left: 0!important;
    }
}

@media (max-width: 767px) {
    #info-view #popovers {
        position: relative!important;        
        top: 0!important;
    }
}

#info-view #box {
    animation:pulse 0.5s infinite alternate;
}

@keyframes pulse {
    from {
        text-shadow: 0px 0px 7px #fff;
        color: #000;
    }
    to {
        text-shadow: 0px 0px 7px #ccc;
        color: #c22c33;
    }
}

#info-view #box2 {
    animation:pulse2 0.5s infinite alternate;
}

@keyframes pulse2 {
    from {
        text-shadow: 0px 0px 7px #fff;
        color: #000;
    }
    to {
        text-shadow: 0px 0px 7px #ccc;
        color: #c22c33;
    }
}

#info-view #confirmButton {
    animation:pulse3 0.5s infinite alternate;
}

@keyframes pulse3 {

    from 	{
        box-shadow: 0px 0px 7px #000;
    }

    to 	{
        box-shadow: 0px 0px 7px #c22c33;
    }
}