/* General style */

body {
    background-color: #f0f0f0;
}

.no-margin {
    margin: 0;
}

.no-resize {
    resize: none;
}

input[type=file] {
    display: inline-block;
}

.form-left-border {
    border-left: 3px solid;
}

/* Elements styles */

.light-heading {
    font-weight: 100;
}

.top-line {
    border-width: 5px;
    margin: 0;
    width: 100%;
}

.relative-top {
    position: relative;
    top: 0;
}

.logo {
    margin-bottom: 35px;
    margin-top: 40px;
}

.logo-underline {
    border-width: 2px;
    margin-bottom: 0;
    margin-left: 80px;
    margin-top: 2px;
}

.form {
    background-color: #ffffff;
    padding: 15px;
}

.form-inactive {
    background-color: #f0f0f0;
}

.btn {
    border-radius: 0;
}

.alert {
    margin: 10px 0;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.option-details-container {
    border-left: 3px solid;
}

.form-cancel {
    margin-left: 10px;
}

/* Colors */

.background-clr-pink{
    background-color: #d1358d;
}

.txt-clr-pink{
    color: #d1358d;
}

.border-clr-pink {
    border-color: #d1358d;
}

.background-clr-grey-1{
    background-color: #c6c6c6;
}

.txt-clr-grey-1{
    color: #c6c6c6;
}

.border-clr-grey-1 {
    border-color: #c6c6c6;
}

.background-clr-grey-2{
    background-color: #666666;
}

.txt-clr-grey-2{
    color: #666666;
}

.border-clr-grey-2 {
    border-color: #666666;
}

.btn-primary
.btn-primary:hover
.btn-primary:focus {
    background-color: #3372df;
}

/* Parsley error notifications */

.parsley-errors-list > li {
    background-color: #f2dede;
    border: 1px solid #a94442;
    border-radius: 4px;
    color: #a94442;
    margin-top: 5px;
    padding: 5px;
}

.parsley-errors-list {
    list-style: none outside none;
}

#LoadingImage {
    left: 50%;
    position: absolute;
    top: 50%;
}

#LoadingImage > img {
    font-color: #33333;
    margin-right: 10px;
}