* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

html {
    font-size: 45%;
}

body {
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0;
    background-color : #ffffff;
    background-repeat: repeat-x;
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10pt;
    line-height: 1.6em;
    color: #666;
    font-weight: 400;
}

a {
    color: #e52b37;
    text-decoration: none;
}

b {
    font-weight: 600;
}

ul, ol {
    list-style: none;
}

form {
    margin: 0;
    padding: 0;
}

p {
    margin: 0.85em 0;
    padding: 0px;
}

.form-container {
    width:990px;
    float: left;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1500px) {
    .container {
        width: 1480px !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-3 {
        width: 25%;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

#header {
    background-color: #f7f8f8;
}

#header .logo-row .logo {
    margin: 25px 0 20px 0;
    padding: 0 10px;
}

#header .logo-row .logo .logo-cole {
    width: 470px;
    height: 45px;
    /* margin: 0 auto; */
}

#header .logo-row .logo .logo-cole a {
    background-position: 0 0;
    width: 470px;
    height: 45px;
}

.hidden-text, #header .logo-row .logo .logo-cole a, #footer .logo-row .logo a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

html.svg .logo a {
    background-image: url('../img/logos.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

#mainpage {
    background-color: white;
    margin: 0 auto;
    width: 1030px;
    display: table;
    padding-bottom: 50px;
    padding-top: 40px;
    min-height: calc(100vh - 190px);
}

.mh-group:before, .mh-group:after {
    content: "";
    display: table;
}

.mh-col {
    display: block;
    float: left;
    margin-left: 2.5%;
}

.mh-col:first-child {
    margin-left: 0;
}

.mh-col:last-child {
    border-right: none;
}

.mh-1-3 {
    width: 31.66%;
}

.mh-2-3 {
    width: 65.83%;
    margin-bottom: 10px;
}

.user-box {
    background:#f3f3f3;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 100px;
    position: relative;
}

.user-box .delete {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #c30915;
    cursor: pointer;
}

input[type="text"] {
    background-color: #f8f8f8;
    border-color: #e1e1e1;
    color: #919191;

    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #777;
    display: block;
    font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 4px 6px;
    max-width: 100%;
    outline: medium none;
    padding: 5px 6px;
    width: 100%;
}

input[type="button"] {
    background-color: #e52b37;
    border-color: #c30915;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    padding: 9px 22px;
    border: 0;
}

input[type="submit"] {
    background-color: #e52b37;
    border-color: #c30915;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    padding: 9px 22px;
    border: 0;
}

/* FORM ITEM */
.form-item {
    margin-bottom: 117px;
    overflow-x: hidden;
}
.form-item .form-msg--error {
    display: none;
    background-color: rgba(255, 125, 121, 0.2);
    border-radius: 3px;
    color: #FF4842;
    height: 53px;
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 20px;
}
.form-item .form-msg--error .mdi, .form-item .form-msg--error .breadcrumbs > li:not(:last-of-type), .form-item .form-msg--error .link-box .box-holder, .link-box .form-item .form-msg--error .box-holder {
    font-size: 20px;
    font-size: 2.5rem;
    margin-right: 14px;
}
.form-item .invalid-feedback {
    display: none;
    width: 100%;
    font-size: 14px;
    font-size: 1.75rem;
    color: #FF4842;
    line-height: 17px;
    margin-top: 3px;
}
.form-item .form-text .title {
    color: #C9302C;
    font-weight: 600;
    font-size: 18px;
    font-size: 2.25rem;
}
@media screen and (min-width: 640px) {
    .form-item .form-text .title {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1024px) {
    .form-item .form-text .title {
        line-height: 1.24;
    }
}
.form-item .form-text .data {
    display: block;
    color: #95A5A6;
    margin-top: 30px;
}
@media screen and (min-width: 640px) {
    .form-item .form-text .data {
        margin-top: 0;
    }
}
.form-item .form-text + .form-row {
    margin-top: 16px;
}
.form-item .form-detail {
    font-size: 10px;
    font-size: 1.25rem;
    color: #95A5A6;
    line-height: 15px;
}
.form-item button[type=submit] {
    width: 100%;
}
@media screen and (min-width: 640px) {
    .form-item button[type=submit] {
        min-width: 195px;
        width: auto;
    }
}
.form-item fieldset {
    border-bottom: 1px solid #ECF0F1;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.form-item fieldset > .form-text {
    margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
    .form-item fieldset > .form-text {
        margin-bottom: 0;
    }
}
.form-item fieldset + fieldset {
    margin-top: 60px;
}
@media screen and (min-width: 640px) {
    .form-item fieldset + fieldset {
        margin-top: 35px;
    }
}

form .form-msg--error i {
    font-size: 2.5rem;
    margin: 6px 14px 0 0;
}

.form-page form.was-validated :invalid ~ .invalid-feedback, .form-page form.was-validated .form-msg--error {
    display: block;
}
.form-page form.was-validated .form-control:invalid {
    border-color: #FF4842;
}

/* FOOTER */
#footer {
    border-top: 5px solid #e50a31;
    background-color: #000;
    color: #cecfd4;
}

@media (min-width: 992px) {
    #footer .logo-row {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

#footer .logo-row .logo a {
    background-position: 0 -25px;
    background-size: 100%;
    width: 300px;
    height: 35px;
}

#footer a {
    color: #cecfd4;
}