body {
    background-color: #00542a;
}

#footer { border-top: 1px solid #ccc; clear: both; text-align: center; padding: 10px; color: #aaa; }

.msgBlockContainer {       
    top: 90px;
    position: fixed;
    width: 100%;
    z-index: 777;
}

.msgBlock {
    position: absolute;
    text-align: center;
    height: 62px;
    padding-top: 21px;
    display:none;
    font-weight: bold;
    width: 100%;
    color: white;
}

.alert-success {
    background-color: #8dd6e9;
}

.alert-danger {
    background-color: #b91f2e;
}

.navbar {
    margin-top: 20px;
    background-color: white;
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    color: #00542a;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #00542a;
    background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #DDD;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #DDD;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000;
    background-color: #DDD;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color:  #00542a;
    background-color: transparent;
}

.dropdown-menu {    
    background-color: rgba(255, 255, 255, 1);
    border: 0px solid;
    border-radius: 4px;
}

.dropdown-menu > li > a:hover {
    background-color: #AAA;
}

.dropdown-menu > li > a {
    color: #00542a;
}

.dropdown-menu > li > span {
    color: #9d9d9d;
    margin-left: 8px;
}

.nav > li > a {
    padding: 15px 15px;
}

.brand img {
    height: 50px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #5ecae4;
    font-weight: bold;
    background-color: transparent;
}

.sign-form {
    padding: 20px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}

.grid-view {
    background-color: rgba(255, 255, 255, 1);
    padding : 20px;
    text-align: left;
    border-radius: 10px;
    margin: 0 auto;
    margin-top:100px; 
    margin-bottom: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}

.form-view {
    background-color: rgba(255, 255, 255, 1);
    padding : 20px;
    text-align: left;
    border-radius: 10px;
    margin: 0 auto;
    margin-top:100px; 
    margin-bottom: 20px;
    overflow-x:auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .5);
}

.form-actions {
    width: 100%;
    margin-bottom: 0px;
    text-align: right;
}

.form-group {
    margin-right: 15px;
}

.form-control {
    height: 30px;
}

.menu {
    background-color: white;
    position: fixed;
    z-index: 888;
    top: 0px;
    width: 100%;
    height: 90px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

a {
    color: #00542a;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #5ecae4;
    color: white;
}

label {
    font-weight: normal;
    color: #808285;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #5ecae4;
}

.front-bg {
    position: fixed;
    width: 200%;
    height: 200%;
    left: -50%;
    background: black;
}

.front-bg img {
    display: block;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

label.required:after {
    content:" *";
}

.radio, .checkbox {
    margin-top: 0px;
}

.promotion {
    height: 200px;
    background-color: rgba(141, 214, 233, .6);
    border-radius: 10px;
    padding: 15px;
    margin: 5px;
    color:#6d777f;
}

.promotion-header {
    background-color: #6d777f;
    color:rgba(255, 255, 255, 1);
    height: 30px;
    margin-left: -25px;
    margin-right: 16px;
    padding-top: 5px;
    padding-left: 10px;
    text-align: center;
}

.promotion-date {
    float:left;
    font-size:11px;
    color: #6d777f;
    margin-top: 5px;
}

.promotion-footer {
    font-size: 12px;  
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    width: 76%; 
    color:white;
    clear:both;
}

.promotion-button {
    background-color: #6d777f;
}

.promotion-bubble {
    position: absolute;
    height: 25px;
    margin-top: 30px;
    margin-left: -25px;
}

.promotion-bubble-right {
    height: 30px;
    float: right;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #00542a;
    background-color: transparent;
}

.section-title {
    margin-left: 15px;
    font-weight: bold;
    cursor: pointer;
    width: 150px;
}

legend {
    color: #00542a;
    border-bottom: 1px solid #BBB;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: lightcoral;
}

.items-list {
    padding: 12px 12px;
    color: #555;
    border-width: 1px;
    border-color: #CCC;
    border-style: solid;
    border-radius: 4px;
    overflow-y: auto;
    max-height: 250px;
}

.items-list span {
    width:60%;
    padding-top: 6px;
}

.items-list .line {
    display: inline-flex;
    width: 100%;
    height: 40px;
}

.items-list .controls {
    width: 40%;
    height: 30px;
}

.items-list input {
    text-align: right;
}

.record_properties {
    width: 100%;
}

.record_properties tr {
    height: 30px;
}

.record_properties th {
    width: 40%;
}

.checkboxImage {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-bottom: -4px;
    cursor: pointer;
    margin-right: 20px;
}

.uncheckedbox {
    background-image: url(images/unchecked_checkbox.png);
    background-repeat: round;
}

.checkedbox {
    background-image: url(images/checked_checkbox.png);
    background-repeat: round;
}

.multiselect {
    padding: 5px;
}

.multiselect option {
    height: 35px;
    vertical-align: middle;
    padding-top: 8px;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
}

.form-group img {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.calendar {
    background-image: url(images/calendar.png);
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: block;
    margin-top: 24px;
    margin-left: -40px;
}

#payFeeForm .balance .xmag-icon {
    background-image: url(images/xmag.png);
    height: 16px;
    width: 16px;
    float: left;
    margin-left: 5px;
    margin-top: 2px;
}

#payFeeForm .balance label {
    float: left;
}