#loader-container {
    z-index: 999;
    position: absolute;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#loader-container:after {
    background-color: rebeccapurple;
    opacity: .8;
}

.loader,
.loader:before,
.loader:after {
    background: #fff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader {
    /*color: #fff;*/
    line-height: 150px;
    text-indent: -2.5em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    /*top: 25%;
    left: 50%;*/
    z-index: 1;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
    box-shadow: 0 0 #fff; /*#3498db*/
    height: 4em;
    }
    40% {
    box-shadow: 0 -2em #fff;
    height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
    box-shadow: 0 0 #fff;
    height: 4em;
    }
    40% {
    box-shadow: 0 -2em #fff;
    height: 5em;
    }
}
/* end loader */

.submitting-form {
    opacity: .3;
}

.upload-option button {
    background: transparent;
    border: 0;
    color: #3273b7;
}

.upload-option button:focus {
    outline: none;
}

.disable-btn {
    color: #bdc3c7 !important;
}

.form-container {
    min-height: 100%;
    overflow: hidden;
}

#projectForm legend {
    margin-left: 30px !important;
}

.form-alert {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #888888;
}

.form-alert.error {
    background-color: #e74c3c;
}

.form-alert.success {
    background-color: #aac95b;
}

.form-alert.caution {
    background-color: #fee834 !important;
    color: black;
}

.form-alert.caution * {
    color: black;
}

.form-alert .glyphicon-warning-sign {
    font-size: 35px;
    font-weight: 100;
    color: #fff;
}

.form-alert p {
    font-weight: 100;
    font-size: 15px;
    padding-left: 10px;
    color: #fff;
    margin: 0;
}

.form-alert p:first-child {
    font-weight: 600;
    font-size: 20px;
}

.form-container .box, .form-container .row {
    height: inherit;
    min-height: 100%;
}

.form-title {
    padding-bottom: 20px;
}

#form-progress ul {
    padding: 0;
}

.progress-section {
    font-weight: 600;
    border-left: 4px solid #e66b1a;
    background-color: #ffa500;
    border-radius: 1px;
    padding-left: 10px;
}

#project-views {
    padding-top: 0px;
}

#project-views > div {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

#form-progress li {
    font-size: 13px;
    margin-top:8px;
    margin-bottom: 8px;
    list-style: none; 
}

#form-progress li:hover {
    cursor: pointer;
}

#fieldset-container fieldset {
    width: 100%;
    opacity: 0;
    display: none;
}

#fieldset-container fieldset:first-child {
    display: initial;
    opacity: 1;
}

#fieldset-container fieldset a {
    /*color: #fff;*/
}

#fieldset-container fieldset h3 {
    text-align: center;
}

#fieldset-container fieldset .next-fieldset {
    display: block !important;
    margin: 0 auto;
}



.label-note {
    display: block;
    font-weight: 600;
}

.upload .upload-option span {
    padding: 0 5px 0 5px;
}
.upload .file-list div:first-child {
    margin-top: 10px;
}

.upload .file-list > div {
    padding: 0 10px 0 10px;
}

.upload small {
    display: block;
}


.upload .file-list small .glyphicon {
    color: #e74c3c;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #0dba00;
}

.has-success .form-control {
    border-color: #0dba00 !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #CF000F;
}

.has-error .form-control {
    border-color: #CF000F !important;
}

.has-error .form-control, .has-success .form-control {
    color: black;
}

.archive-project:hover, .reassign-project:hover {
    cursor: pointer;
}


@media screen and (max-width: 767px) {
    .next, .prev {
        margin-left: 0 !important;
    }

    .btn-container {
        margin-left: 0 !important;
    }
}