.navbar-default
{
    /*background-image: linear-gradient(to bottom,#ec0104 0,#ec0104 100%);*/
    box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
    padding: 20px 0;

}
header {
    padding: 10px 0 10px;
    margin-bottom: 20px;
    background: #ec0104;
    /*color: whitesmoke;*/
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    z-index: 2;
}

h1 {
    font-size: 3em;
    font-weight: bold;
}

h2 {
    border-bottom: dotted #ec0104 3px;
    margin-bottom: 40px;
}

h3 span {
    border-bottom: solid #ec0104 1px;
}

li {
    list-style: none;
}

label.control-label {
    font-weight: normal;
}

.showit { opacity: 1}
.hideit { opacity: 0}

.parent
{
    /*border-bottom: solid 1px #ccc;*/
    padding: 10px 0 20px;
}

.parent:first-of-type
{
    padding-top: 0;
}


.column {
    -webkit-columns: 120px 4;
    -moz-columns: 120px 4;
    columns: 120px 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
}

.checkbox-inline .btn-danger, .danger {
    color: #fff;
    background-color: #ec0104;
    border-color: #d43f3a;
}

input.error {
    border: dashed #ec0104 2px;
}

label.error
{
    color: #ec0104;
    font-weight: normal;
}

.panel-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	padding: 6px 0 0px;
	background-color: #f5f5f5;
	opacity: 0.9;
}

:required, :required:focus { border-bottom: solid #ec0104 2px; }

