html, body {
    height: 100%;
}

#wrap.overlay {
    background-color: white;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.RedCell {
    font-weight: bold;
    color: red;
}

    .RedCell .a {
        font-weight: bold;
        color: red;
    }

.InfoText {
    font-style: italic;
    color: #24B2F4;
}

.bg-DealSource {
    background-color: #e7ebed;
}

.bg-DealDestination {
    background-color: #bdf1a7;
}

.detailLabel {
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 7px;
}

.capture {
    padding-top: 7px;
}

.col-md-1-5 {
    width: 12.5%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-1-5 {
        float: left;
    }
}

.hidden {
    display: none;
}

.ald-overlay-female {
    background-color: #ffdde5;
}

.ald-overlay-afrikaans {
    background-color: #f7d1ad;
}

.ald-overlay-afrikaansFemale {
    background-color: #ffece5;
}

.ald-removeDP {
    color: black;
}

    .ald-removeDP:hover {
        color: #888888;
        cursor: pointer;
        -webkit-transition: color 0.5s ease-out;
        -moz-transition: color 0.5s ease-out;
        -o-transition: color 0.5s ease-out;
        transition: color 0.5s ease-out;
    }


/*************Search Box************/
.btn-back {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background: white;
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}

    .btn-back .back-icon {
        color: #c8c8c8;
    }

    .btn-back:hover {
        color: white;
        background: #3d4752;
        box-shadow: 0 0 0 5px #3d4752;
    }

.back-icon {
    position: relative;
    color: white;
    cursor: pointer;
    left: 0.5px;
    font-size: 39px;
}

/***********************************/

/*************Search Box************/

.search-box {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background-color: #ebebeb;
}

    .search-box + label .search-icon {
        color: black;
    }

    .search-box:hover {
        color: white;
        background-color: #c8c8c8;
        box-shadow: 0 0 0 4px #3d4752;
    }

    .search-box:hover + label .search-icon {
        color: white;
    }

    .search-box:focus {
        -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
        transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
        border: none;
        outline: none;
        box-shadow: none;
        padding-left: 15px;
        cursor: text;
        width: 345px;
        background-color: #ebebeb;
        color: black;
    }

        .search-box:focus + label .search-icon {
            color: black;
        }

    .search-box:not(:focus) {
        text-indent: -5000px;
    }

#search-submit {
    position: relative;
    left: -5000px;
}

.search-icon {
    position: relative;
    left: -30px;
    color: white;
    cursor: pointer;
}

/**************************************/
tr:nth-child(odd) {
    background: #F4F4F4;
}

tr:nth-child(even) {
    background: #FFFFFF;
}

.dash-background {
    background-color: #F4F4F4;
    padding: 10px;
}

.div-background {
    background-color: #F4F4F4;
    padding: 10px;
    margin: 10px;
}

.dash-control-background {
    background-color: #D6EDFF;
    padding: 10px;
    margin: 10px;
}

.dash-control-underline {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0 0 8px 0;
    padding: 0;
}

.arrow-up {
    color: limegreen;
    text-decoration: none;
}

    .arrow-up :hover {
        color: forestgreen;
        text-decoration: none;
    }

.arrow-down {
    color: red;
    text-decoration: none;
}

    .arrow-down :hover {
        color: darkred;
        text-decoration: none;
    }

.checkbox-list input {
    margin-right: 10px;
}

.checkbox-list .scroll {
    overflow: scroll;
    height: 80px;
}

.status-orange {
    background-color: #EC971F;
    padding: 4px !important;
    width: 1px;
}

.status-green {
    background-color: #449D44;
    padding: 4px !important;
    width: 1px;
}

.status-blue {
    background-color: #31B0D5;
    padding: 4px !important;
    width: 1px;
}

.status-red {
    background-color: #BE2A38;
    padding: 4px !important;
    width: 1px;
}

.status-indicator {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-top: 6px;
}

.ajax-loader {
    background-image: url(images/loading.gif);
    height: 84px;
    width: 84px;
    margin: auto;
}

.small-ajax-loader {
    background-image: url(images/small-loading.gif);
    height: 16px;
    width: 16px;
}

.grid-textbox {
    float: left;
    width: 60px;
}

/****** Sticky Footer ******/
body #wrap > .container {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer {
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    border-color: #080808;
    background: #222222;
    color: #AAA;
    padding-top: 7px;
}

#wrap {
    min-height: 100%;
    margin: 0 auto -40px;
    padding: 0 0 40px;
    position: relative;
}
/***************************/

.autocomplete-label {
    color: #888888;
    font-weight: normal;
}

.dropzone {
    height: 200px;
    width: 250px;
}

.dashboard-totals-outer {
    padding: 0px;
    margin: 0 5px 10px;
    min-width: 130px;
}

.dashboard-totals {
    height: 120px;
    text-align: center;
    background-color: #444444;
    color: white;
    border-radius: 5px;
    position: relative;
}

.dash-total-header {
    position: absolute;
    width: 100%;
    text-align: center !important;
    bottom: 0;
    background-color: #888888;
    border-radius: 0 0 5px 5px;
}

.jumbotron_noback {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: #ddd;
    text-shadow: 3px 1px #222;
}

    .jumbotron_noback h1,
    .jumbotron_noback .h1 {
        font-size: 63px;
    }

.home-welcome {
    background: #ccc;
    border-radius: 5px;
    padding: 15px;
    background: #333;
    color: #AAA;
}

.navbar-light {
    color: #AAA !important;
}

    .navbar-light > li > a {
        color: #AAA !important;
    }

.dark-row-color {
    background-color: #E9E9E9;
}

.light-row-color {
    background-color: #FFFFFF;
}

/******************Notifications**********************/

.error-notification {
    margin-top: 13px;
}

    .error-notification a {
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        padding: 6px;
        height: 50px;
        width: 60px;
        color: #f5f5f5;
        background: #cc0000;
        background: -moz-linear-gradient(top,#dd0000 0,#cc0000,100%);
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -o-border-radius: 60px;
        border: 1px solid rgba(0,0,0,0.50);
        box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
        -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
        z-index: 1;
    }

.warning-notification {
    margin-top: 13px;
}

    .warning-notification a {
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        padding: 6px;
        height: 50px;
        width: 60px;
        color: #f5f5f5;
        background: #ec971f;
        background: -moz-linear-gradient(top,#dd0000 0,#cc0000,100%);
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -o-border-radius: 60px;
        border: 1px solid rgba(0,0,0,0.50);
        box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
        -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
        z-index: 1;
    }

/*****************************************************/


/*********************Loading Overlay********************/
.isloading-wrapper .isloading-right {
    margin-left: 10px;
}

.isloading-overlay {
    position: relative;
    text-align: center;
}

    .isloading-overlay .isloading-wrapper {
        background: #FFFFFF;
        -webkit-border-radius: 7px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 7px;
        -moz-background-clip: padding;
        border-radius: 7px;
        background-clip: padding-box;
        display: inline-block;
        margin: 0 auto;
        padding: 10px 20px;
        top: 10%;
        z-index: 9000;
    }

.slider-handle.custom {
    background: transparent none;
    /* You can customize the handle and set a background image */
}

    /* Or display content like unicode characters or fontawesome icons */
    .slider-handle.custom::before {
        line-height: 20px;
        font-size: 20px;
        content: '\2605'; /*unicode star character*/
        color: #726204;
    }

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.reflect {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.cutoff {
    margin-bottom: 2px;
}

.colour-default-integration {
    color: #337ab7;
}
