@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
body {
    background: url("../images/witewall_3.png");
    font-family: 'Roboto', sans-serif;
}

.panel {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5);
}

.panel-nav ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.panel-nav li {
    width: 50%;
    float: left;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    list-style-type: none;
}
.panel-nav li a {
    color: black;
}
.panel-nav li:hover {
    cursor: pointer;
    background: #ddd;
}
.panel-nav li:hover a {
    color: #337ab7;
    text-decoration: none;
}
.panel-nav li:last-child {
    border-right: 0px;
}
.panel-nav:after {
    content: "";
    display: table;
    clear: both;
}

textarea { resize:vertical; width: 100%; }


.table td{
    width: 25%;
    font-size: 0.9em;
}

h3 {
    color: #337ab7;
}

.table th {
    background: #f5f5f5;
    color: #337ab7;

}

.text-uppercase {
    text-transform: uppercase;
}

.text-title {
    font-size: 1.2em;
    font-weight: 800;
}

.steps {

    margin-right: 20px;
    border-radius: 0px!important;

}

.active .steps::after {
    content: '';
    width: 0;
    height: 0;

    position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
    margin: auto;
    left: 95%;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #337ab7;
}

.active .steps-final::after {
    content: none;!important;
}

.panel-footer .pager {
    margin: 0px;
}

.center {
    display: inline-block;
    margin: 0px auto;
}

.nav a {
    text-decoration: none;
    background-color: #eee;
}

.noUi-value-horizontal {
    margin-top: 5px;
}

#slider {
    background: #337ab7;
}

.previous a, .next a {
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background-color: #337ab7 !important;
    color: white;
}

.disabled a {
    background-color: #286291 !important;
    color: #EEE!important;
}


.previous a:hover, .next a:hover {
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background-color: #3271ad !important;
}

.pager .finish a {
    background-color: #589958!important;
    color: white;
}

.pager .finish a:hover {
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background-color: #518d51 !important;
}

.radio-inline {
    padding-left: 0px;
    width: 15%;


}

.radio-inline img {
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    margin-bottom: 2px;
}

.radio-inline:hover img {

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    -webkit-backface-visibility: hidden;

}

.radio-inline > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

.radio-inline {
    font-size: 0.7em;
    text-align: center;
}
.radio-inline > input + img{ /* IMAGE STYLES */
    width: 100%;
    cursor:pointer;
    border:2px solid transparent;
}
.radio-inline > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */

    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.nav-pills a {
    cursor: default;
}

.nav-pills a:hover, .nav-pills a:active, .nav-pills a:focus {
    color: #337ab7;
}



.pager li> button {
    display: inline-block;
    padding: 5px 14px;
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    border-radius: 15px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    color: white;
    float: right;
}
.pager li>button:hover {
    background-color: #54a854;
}

.error {
    border-color: #ce4844;
    color: #ce4844;
}

label.error {
    margin-top: 5px;
}

.error:focus {
    border-color: #ce4844;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(206,72,68,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(206,72,68,.6);
}

.finish button:disabled {
    background-color: grey;
    border: 1px solid grey;
    opacity: 0.7;
    cursor: not-allowed;
}

.finish:hover button:disabled {
    background-color: grey;
    border: 1px solid grey;
    opacity: 0.7;
    cursor: not-allowed;
}
