#debug {
    position: absolute;
    color: red;
    background: #FFED24;
    bottom: 0;
    right: 0;
    display: block;
    opacity: 0.5;
    font-family: monospace;
    font-weight: bold;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#main-wrap {
    height: 100%;
    position: relative;
}
#current-notifications{
    width: 100%;
}
.notification-new {
    z-index: -1;
    position: relative;
}
.notification-close, .notification-count{
    margin-right: 15px;
}
#notification-area{
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    /*
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;/**/
}
#notification-area .alert{
    margin-bottom: 0;
}
#map-wrap .map-canvas { height: 100% }
#form-wrap { height: 100%; }

#prediction-form {
    overflow-x: hidden;
}

.tall {
    height: 100%;
}

.container {
    width: 100%;
}

.pathInfoPoint{
    display: block;
    width: 300px;
    text-align: center;
}

#dateTimePicker-wrapper .xdsoft_datetimepicker{
    margin-top: 10px;
    float: right;
}

#dateTimePicker {
    display: none;
}

#form option[disabled=disabled] {
    display: none;
    background: #aaa;
}

#current-launch-info-container {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -50px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 10px 10px 0 10px;
    border-radius: 4px;
    z-index: 90;
    display: none;
}

.slider-handle {
    background-color: #B94A48 !important;
    background-image: none !important;
    /*height: 10px !important;*/
}
.slider-handle.round {
    border-radius: 0 !important;
}
.slider.slider-vertical .slider-handle {
    margin-left: -8px !important;
    /*margin-top: -5px !important;*/
}

.slider-track {
    border: 1px solid #aaa;
}
.slider.slider-vertical .slider-track {
    margin-left: 0 !important;
    width: 5px !important;
}


#hourly-time-slider-container {
    position: absolute;
    right: 70px;
    top: 100px;
    z-index: 95;
}
#hourly-time-slider-container .slider .tooltip {
    opacity: 1 !important;
}

#progress-bar-wrapper {
    position: absolute;
    top: 25px;
    z-index: 90;
    width: 100%;
    display: none;
}

.progress {
    width: 500px;
    margin: auto;
}

#map-col {
    padding-right: 0;
}
#form-wrap:hover {
    opacity: 0.9;
}
#form-wrap {
    position: absolute;
    z-index: 100;

    width: 375px;

    background: white;
    opacity: 0.7;
    padding-right: 40px;
    /*
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;/**/
    /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /**/
}

#form {
    padding: 15px;
}

.date-row > * {
    padding: 4px;
}
/*
#form-wrap:hover, #form-wrap:active, #form-wrap:focus {
    opacity: 1;    
}
*/
#map-wrap{
    position: relative;
}
#map-wrap.tofront {
    z-index: 1000;
}

#form-wrap.active {
    opacity: 1;
}

#form-wrap .formToggleVisible-wrap {
    position: absolute;
    right: 0;
    display: block;
    width: 40px;
    height: 100%;
    background: white;
}

.formToggleVisible {
    margin: auto auto;
    display: block;
    width: 20px;
    height: 50px;
    background: #172945;
    position: absolute;
    top: 50%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
}

.formToggleVisible .toggle-bar{
    display: block;
    background: #080B17;
    width: 3px;
    height: 100%;
    position: absolute;
    border-radius: 2px;
}

.formToggleVisible .toggle-bar-1{   
    left: 5px;
}
.formToggleVisible .toggle-bar-2{
    right: 5px;
}

.hourlySliderInfoPopup{
    margin-right: 30px;
    width: 200px;
}

#form {
    height: 100%;
    overflow-y: auto;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.333333333%;
}
.col-sm-5 {
    width: 41.666666667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.333333333%;
}
.col-sm-8 {
    width: 66.666666667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-12 {
    width: 100%;
}
[class*='col-'] {
    float: left;
}
.form-horizontal .control-label {
    text-align: right;
}


.unit-selection .dropdown-menu {
    min-width: 50px;
}

.unit-selection .btn {
    background-color: #EEEEEE;
}

#launchDatetimeUTCPreview {
    font-family: monospace;
    font-size: 85%;
    margin-top: -5px;
}

@media (max-width: 500px){

    #form-wrap{
        width: 100%;
    }

    #form-wrap .formToggleVisible-wrap {
        width: 20px;
    }

    #form-wrap {
        padding-right: 40px;
    }
    #progress-bar{
        width: 300px;
    }

    #progress-bar-wrapper{
        top: 50px;
    }

    #current-launch-info-container {
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 25px;
        margin: 0 !important;
    }

}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

