﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 999999;
    overflow: visible;
    background: #fff url(images/loader.gif) no-repeat center center;
}
.fix-label {
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: 0.5rem !important;
}

.cw-175 {
    flex-basis: 175px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
    align-items: flex-start;
    margin-right: 0.5rem !important;
}

.cw-400 {
    max-width: 400px;
}

.cw-300 {
    flex-basis: 300px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
    align-items: flex-start;
    margin-right: 0.5rem !important;
}

.cw-75 {
    flex-basis: 75px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
    align-items: flex-start;
    margin-right: 0.5rem !important;
}

.cw-80 {
    flex-basis: 80px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    display: flex;
    align-items: flex-start;
    margin-right: 0.5rem !important;
}

.definition-col-action {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0px;
    margin-left: 8px;
}

.CriterionDivider {
    display: flex;
    margin: 8px 0px;
}

.CriterionDivider__LineContainer {
    display: flex;
    flex-direction: column;
    flex: 1 1 0px;
}

    .CriterionDivider__LineContainer > div {
        flex: 1 1 0px;
    }

        .CriterionDivider__LineContainer > div:first-child {
            border-bottom: 1px dashed rgb(223, 227, 230);
        }