﻿.container {
    max-width: 85% !important; /*Set your own width %; */
}

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 {
    max-width: 280px;
}

.model-header-success {
    background-color: #31921b;
    background-image: linear-gradient(#61dd45, #3cb521 50%, #36a41e);
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.model-header-alert {
    /*background-color: rgb(212, 117, 0);
    background-image: linear-gradient(rgb(255, 156, 33), rgb(212, 117, 0) 50%, rgb(192, 106, 0));*/
    background-color: #dc3545;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.datatablethis {
    width: 100% !important;
    text-align: center;
}

.btn-back {
    margin-top: 5px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.two-eighty {
    max-width: 280px;
}

.one-hundred {
    max-width: 100px;
}

.modal-x-lg {
    max-width: 60%;
}

.centerthis {
    text-align: center;
}

.pad-five {
    padding: 5px;
}

.fc-event {
    cursor: pointer;
}

.max-width {
    max-width: 100%;
}

.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

/*.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    
    width: 20em;

    margin-left: -10em;
 
    background-color: rebeccapurple;
    color: white;
    text-align: center;
}*/

.hidden {
    display: none;
}

.submit-progress {
    position: fixed;
    top: 30%;
    left: 50%;
    height: 4em;
    padding-top: 1.3em;
    /* The following rules are the
     ones most likely to change */
    width: 14em;
    /* Set 'margin-left' to a negative number
     that is 1/2 of 'width' */
    margin-left: -7em;
    /*padding-left: 2.1em;*/
    background-color: darkgray;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    text-align: center;
}

    .submit-progress i {
        margin-right: 0.5em;
    }

.card-header {
    background-color: #a6c0cc;
    color: white;
    padding: 5px;
}

.btn-outline-danger-login {
    color: #cfa0bc;
    border-color: #cfa0bc;
}

    .btn-outline-danger-login:hover {
        color: #fff;
        background-color: #cfa0bc;
        border-color: #cfa0bc;
    }

.btn-outline-success-login {
    color: #abbf6d;
    border-color: #abbf6d;
}

    .btn-outline-success-login:hover {
        color: #fff;
        background-color: #abbf6d;
        border-color: #abbf6d;
    }

.btn-outline-primary-login {
    color: #a6c0cc;
    border-color: #a6c0cc;
}

    .btn-outline-primary-login:hover {
        color: #fff;
        background-color: #a6c0cc;
        border-color: #a6c0cc;
    }

.navbar-journey {
    background-color: #a6c0cc;
    color: white;
}

.recaptcha-width {
    max-width: 300px;
}

/*@media only screen and (max-width : 480px) {
    #recaptcha_challenge_image {
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    #recaptcha_response_field {
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .g-recaptcha {
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {
        margin: 0 !important;
        width: 100% !important;
        background: none !important;
        height: auto !important;
    }
}*/

@media only screen and (max-width: 420px) {

    .evaluation-text {
        font-size: 10px;
    }

    .evaluation-header {
        font-size: 16px;
        font-weight: 500;
    }

    .smiley-size {
        height: 40px;
    }
}

@media only screen and (min-width: 421px) {

    .evaluation-text {
        font-size: 18px;
    }

    .evaluation-header {
        font-size: 32px;
        font-weight: 500;
    }

    .smiley-size {
        height: 80px;
    }
}

@media only screen and (max-width: 650px) {

    .login-btn {
        margin-top: 10px !important;
    }
}

.listWrapper {
    max-height: 500px;
    overflow-y: auto;
}