﻿html, body {
     background : #48B4AF;
}

.container-fluid-content {
    background: #fff;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-bottom: 30px;
}

fieldset {
    margin-top: 1.5em;
    border: 1px solid #e3e3e3;
    padding-left: 15px;
    width: 99%;
    padding-bottom: 15px;
}


    fieldset ul {
        display: block;
        float: none;
        padding-left: 5px;
    }

        fieldset ul li {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-bottom: 4px;
        }

        fieldset ul li input {
           min-width: 300px;
           box-sizing: border-box;
        }
        

    fieldset label {
        font-size: 14px;
        font-style: normal !important;
        font-weight: 100;
        flex: 0 0 160px;
    }

.label {
    flex: 0 0 180px;
}

legend {
    padding: 0 6px;
    font-size: 1.2em;
    color: #a0a0a0;
    border-bottom: none;
    margin-bottom: 20px;
    white-space: normal;
    display: table;
    width : auto;
}

address {
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 30px;
    font-style: normal;
    line-height: 1.42857143;
}
.required label {
    position: relative;
}

    .required label::after {
        content: "*";
        color: red;
        position: relative;
        top: -3px;
        right: -4px;
    }

.header, .footer {
    background: white;
    border-top: 1px solid #e3e3e3 !important;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
}

H2 {
    color: #48B4AF !important;
    text-transform: none;
    padding-top: 10px;
}

H4 {
    color: #000000 !important;
    text-transform: none;
}

p {
    /* padding-left: 15px;*/
}

hr {
    border-top: 1px solid #e3e3e3 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 0px;
    width: 99%;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 10px;
}

.form-group {
    margin-bottom: 5px;
}

.form-horizontal .control-label {
    text-align: left;
}

.navbar-inverse {
    background-color: #DD006C !important;
    border-color: #DD006C !important;
}
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-inverse .navbar-brand {
        color: #fff;
    }

.navbar-nav li a:hover {
    background: #555 !important;
}
.navbar-nav li a:focus {
    background: #555 !important;
}
.dropdown-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #48B4AF;
}
.dropdown-menu li a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #48B4AF;
}