.lc-block:not(.lc-block-alt) .btn-login {
  top: 80%;
}

.sidebar {
  top: 120px;
}

.h-inner {
    padding: 0;
}

.outer-glow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

@media (max-width: 991px) {
    .ha-menu {
        display: block;
    }
}

@media (min-width: 100px) {
    .ha-menu>ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 100px) {
    .ha-menu>ul>li {
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 100px) {
    .ha-menu>ul>li:not(.active)>:not(ul) {
        color: rgba(255,255,255,.6);
    }
}

@media (min-width: 100px) {
    .ha-menu>ul>li>a {
        text-transform: uppercase;
        padding: 15px 12px;
        display: block;
    }
}

.wizard > .content > .body {
     padding: 20px;
 }
input {
    padding-left: 10px;
}

@media (min-width: 1280px) {
    #content:not(.content-alt) {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.form-control:not(.fc-alt) {
    background: white;
    padding-left: 8px;
}
.wizard > .content {
    min-height: 2000px;
}
.wizard > .actions {
    top: -1973px;
    padding-right: 80px;
}
div.buttonDuplicate {
    margin-top: 30px;
}
.buttonDuplicate > .buttonsBottom a, .buttonDuplicate > .buttonsBottom a:hover, .buttonDuplicate > .buttonsBottom a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.buttonDuplicate > .buttonsBottom a#previous-step-off, .buttonDuplicate > .buttonsBottom a#previous-step-off:hover, .buttonDuplicate > .buttonsBottom a#previous-step-off:active {
    background: #eee;
    color: #aaa;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

legend {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(108, 151, 78, 1);
}

.form-group {
     margin-bottom: 14px;
 }

.h4, h4 {
    font-size: 17px;
    border-bottom: 1px solid rgba(108, 151, 78, 1);
}

.wizard > .content > .body label.error {
    /* color: #8a1f11; */
    /* display: inline-block; */
    /* margin-left: 200px; */
    /* clear: both; */
    /* clear: left; */
    display: table;
}

.panel-collapse .panel-heading:before {
     margin-left: 10px;
 }
.panel-collapse .panel-heading:after {
    margin-left: 10px;
}

.btn-info {
    color: #fff;
    background-color: #607D8B;
    border-color: #4a616c;
}

.btn-info.focus, .btn-info.focus.focus, .btn-info.focus:focus, .btn-info.focus:hover, .btn-info:active, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:focus.focus, .btn-info:focus:focus, .btn-info:focus:hover, .btn-info:hover, .btn-info:hover.focus, .btn-info:hover:focus, .btn-info:hover:hover, .open>.dropdown-toggle.btn-info, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #7194a5;
    border-color: transparent;
}

#main {
    padding-top: 80px;
}

d.dataTables_filter, .dataTables_length {
    padding: 20px 30px;
    display: inline;
    float: right;
}

h3 {
    border-bottom: 1px solid #607D8B;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

table#reporting tr td.report-border {
    border-right: 1px solid #808080;
}