﻿body {
    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 {
    max-width: 280px;
}

textarea {
    min-width: 100px;
}

#questionnaire-wrapper textarea.form-control {
    width: unset;
}

.page-header {
    background-color: #dcdcdc;
    padding-left: 10px;
}

    .page-header .page-title {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

.case-information {
}

    .case-information label {
        font-size: small;
        font-weight: bold;
    }

    .case-information p {
        font-size: small;
        padding: 0px;
        margin: 0px;
        min-height: 20px;
    }

    .case-information form-group {
    }

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.spinning-wheel {
    background-color: gray;
    width: 100%;
    height: 100%;
    z-index: 556;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.25;
}

@media (min-width: 768px) {
    .filter-editor.modal-dialog {
        min-width: 800px;
        width: 90%;
    }
}

.list-group-item .badge {
    background-color: transparent;
    color: #aaa;
}

.inline-block {
    display: inline-block;
}

#filter-editor select[disabled] {
    background-color: #eee !important;
    opacity: 1;
    cursor: not-allowed;
}
#filter-editor input[disabled] {
    background-color: #eee !important;
    opacity: 1;
    color: #eee;
    cursor: not-allowed;
}


.panel.panel-info {
    border-color: #bce8f1;
}

#filter-editor .panel.panel-default .panel-heading {
    cursor: pointer;
}

#filter-editor .list-group-item:hover {
    background-color: #d9edf7;
    cursor: pointer;
    font-size: 15px;
}

html, body {
    height: 100%;
}

.lp *, .lp *:hover {
    text-decoration: none;
}

.lp .tagline {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.lp p {
    margin-top: 5px;
}

.lp p {
    font-size: 14px;
    margin-bottom: 5px;
}

.lp h2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 5px 15px;
    font-size: 34px;
    font-weight: 400;
}


.lp .option {
    height: 250px;
    border: 1px solid #ddd;
    transition: all 0.1s ease-in;
    cursor: pointer;
    color: #4c9be3;
}

.lp .option-lg {
    height: 300px;
}

.lp .option .option-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 75%;
}

.lp .option-img .va-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.lp .option-img img {
    width: 60%;
    vertical-align: middle;
    max-width: 200px;
}

.lp .option-img img {
    margin: 0 auto;
}

.lp .option.option-lg .option-desc {
    padding: 15px 25px;
}

.lp .option .option-desc {
    width: 100%;
    height: 25%;
    padding: 15px 10px;
    text-align: left;
    position: relative;
}

    .lp .option .option-desc .secondary {
        color: #96999b;
        letter-spacing: 0.02em;
    }

    .lp .option .option-desc .primary {
        color: #4c9be3;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    .lp .option .option-desc .bar {
        position: absolute;
        width: 30px;
        height: 3px;
        background: #4c9be3;
        top: 0;
    }

.lp .option-container {
    padding-top: 25px;
    height: 105px;
    margin-bottom: 25px;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

.flex-item {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

    .flex-item:last-child {
        margin-right: 0;
    }


.lp .navbar {
    min-height: 60px;
    /*background-color: #4c9be3;*/
}

.lp .brand {
    font-size: 22px;
    line-height: 60px;
    margin: 0 20px;
    display: inline-block;
    color: #4c9be3;
    /*color: #fff;*/
}

.lp .nav {
    display: inline-block;
    float: right;
    height: 100%;
    margin: 0 20px;
    line-height: 60px;
}

    .lp .nav .nav-item {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        /*color: #fff;*/
    }

.lp .light-badge {
    border-radius: 0;
    margin-left: 5px;
    font-size: 14px;
    background-color: transparent;
    color: #ccc;
    text-transform: uppercase;
}

    .lp .light-badge:hover {
        color: #888;
    }


.lp .nav .nav-item a,
button i {
    color: #FFF;
}


.card h3, .well h3 {
    margin-top: 0;
}

.card-button h3 {
    clear: both;
    overflow: hidden;
    white-space: nowrap;
}

.max-lines {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}

.max-lines-1 {
    max-height: 1.5em;
    line-height: 1.5em;
}

.max-lines-2 {
    max-height: 3em;
    line-height: 1.5em;
}

.card-button:hover {
    cursor: pointer;
}

.card-button.active .well {
    background-color: #4c9be3;
    color: #fff;
}

.card-button.inactive .well {
    background-color: #4c9be3;
    color: #fff;
    opacity: 0.5;
}


.caption .caption-subtitle {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #bbb;
    line-height: 1;
}

.caption-subtitle .caption-subtitle-main {
    display: inline-block;
    color: #4c9be3;
    padding: 0 10px 0 10px;
    border-left: 5px solid #4c9be3;
}

.caption-subtitle .caption-subtitle-sub {
    color: #aaa;
}

.button-well .caption {
    display: inline-block;
    width: 80%;
}

.button-well {
    position: relative;
}

    .button-well .btn {
        position: absolute;
        bottom: 19px;
        right: 19px;
    }

.btn-primary {
    background-color: #5D7599;
    border-color: #5D7599;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #455772;
        border-color: #455772;
    }

.form-signin.well {
    background-color: #f9f9f9;
}

.form-signin input[type='text'],
.form-signin input[type='password'],
.form-signin input[type='email'] {
    height: 46px;
    font-size: 18px;
}

.form-signin .title {
    padding-left: 0;
    color: #333;
}

.form-signin label {
    text-transform: uppercase;
    color: #888;
}

.form-signin label,
.form-signin span {
    text-transform: uppercase;
    color: #888;
}

.form-signin span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.form-signin .form-group {
    margin-bottom: 15px;
}

.assistance-line {
    text-align: center;
}

    .assistance-line p {
        text-align: center;
        font-size: 16px;
        color: #888;
    }

    .assistance-line i {
        font-size: 32px;
        color: #FF9800;
    }

.form-group .btn-link {
    display: block;
    padding-bottom: 0;
    padding-top: 3px;
}

.brand .image-wrapper {
    display: inline-block;
    padding-right: 10px;
}

.brand .brand-text {
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #ddd;
    color: #4c9be3;
}

.image-wrapper {
    text-align: center;
}

.static-content-container {
    margin-bottom: 100px;
}

    .static-content-container h2 {
        text-align: center;
    }

    .static-content-container ul {
        list-style: none;
    }

        .static-content-container ul li {
            margin-top: 5px;
        }

    .static-content-container .para {
        margin-bottom: 20px;
    }

    .static-content-container a {
        font-weight: 600;
    }

.version-indicator {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #aaa;
}

.full-screen-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}


.loading-circle {
    margin: 0 0.3em;
    height: 4em;
    width: 4em;
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    border: 8px solid rgba(68, 150, 231, 0.1);
    border-top: 8px solid #4c9be3;
    border-bottom: 8px solid #4c9be3;
}

.loading-circle-animation {
    opacity: 1;
    animation: roll 2s infinite 0s linear;
}

@keyframes roll {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.static-content-container {
    text-align: left;
}

.panel-with-border {
    padding: 25px;
    border: 2px solid #dcdcdc;
    background-color: #fff;
    margin-top: 11px;
}

    /*.margin-bottom-11 {
    margin-bottom:11px;
}*/

    .panel-with-border > div {
        padding-bottom: 10px;
        height: inherit;
    }

        .panel-with-border > div > select,
        .panel-with-border > div > input,
        .panel-with-border > div > textarea {
            max-width: unset;
        }

.no-border-radius {
    border-radius: unset;
}

.gray-background {
    background-color: gray;
    color: white;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    border-radius: 3px;
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
    box-shadow: 0 0 5px #ff6a00 /*#9ecaed*/;
}

span.field-validation-error {
    color: red;
    font-size: medium;
}

#MessageContent, #EmailModel_Message {
    display: block !important;
    height: 0px !important;
    border: none !important;
    resize: none;
    overflow: hidden;
}

.well .well-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.5rem;
    opacity: 0.4;
}

.EmailLayout {
    padding: 10px;
}

.no-max-width {
    max-width: none;
}

.height-34 {
    height: 34px !important;
    max-height: unset;
}

/* please do NOT overwrite any Bootstrap class since it will have side effects
   especially the ones like [.row] which are widely used. [.row] comes with -15px
   margin on left / rigth sides since it is always used with [.col-*] which has
   15px margin on both sides so need -15px to offset it.   
*/
/*.row {
    margin-left:15px;
}*/

.im-section-header {
    background-color: #dcdcdc;
    padding: 5px 25px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.im-section-body {
    border: 2px solid #dcdcdc;
    margin-bottom: 25px;
    margin-left: 15px;
    background-color: white;
}

.im-section-item {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.pad-left-15 {
    padding-left: 15px;
}

.pad-left-30 {
    padding-left: 30px;
}

.margin-7 {
    margin: 7px !important;
}

.requiredField::after {
    content: "*";
    color: red;
}

.validOption {
    border-radius: 3px;
    border: 2px solid lightgreen;
    box-shadow: 0 0 5px lightgreen;
}

.spanFont {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.ref-domain-alert {
    display: none;
    margin-top: 5px;
    max-width: 280px;
}

.margin-25 {
    margin: 25px;
}

.udf-control-wrapper {
    margin-top: 10px;
}

.no-width-limit input,
.no-width-limit select,
.no-width-limit textarea,
.no-width-limit select {
    max-width: unset;
    min-width: unset;
}

td.no-wrap-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flash-effect {
    background: #eee;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes flash {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.5;
    }
}

.pdf-container .panel-heading h3 {
    margin-bottom: 0;
    padding-left: 0;
    background-color: inherit;
    font-weight: 700;
}

.unread-message-alert {
    background: #D9132B;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    color: blue;
    position: absolute;
    top: -8px;
    right: -26px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .unread-message-alert .count-text {
        color: #fff;
        font-size: 12px;
        font-weight: 900;
    }

.spinnerPic {
    background-image: url('../images/animated_spinner.gif');
    height: 200px;
    width: 200px;
    display: block;
}

.spinny{
    background-image: url('../images/spinny.gif');
    height: 64px;
    width: 64px;
    display: block;
}

.FlatDropDown {
    width: auto !important;
    max-width: 500px !important;
}

.files-list.file-header {
    margin-top: 7.5px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid #ccc;
}

.file-list {
    margin-top: 7.5px;
}

.partial {
    display: inline-block;
    margin-top: 7.5px;
}

    .partial.file-name {
        min-width: 33%;
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
    }

    .partial.file-size {
        min-width: 33%;
    }

    .partial.file-remove {
        width: 50px;
        text-align: center;
    }

.file-row .btn {
    margin-left: 5px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ecf0f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bdc3c7;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #95a5a6;
    }

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
}

.float-card {
    background-color: #fff;
}

.float-card-lower {
    background-color: #bce8f1;
}

.float-card:hover .float-card-upper {
    background-color: #f9f9f9;
    transition: background-color ease-in-out 0.2s;
}

.float-card:hover .float-card-lower {
    background-color: #d9edf7;
    transition: background-color ease-in-out 0.2s;
}

.default-avatar-questionnaire {
    width: 90px;
    height: 90px;
    background: #f3f3f3;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
}


/*scroll indicator*/
.indicator-anchor {
    height: 88px;
    width: 67px;
    margin: 0 auto;
    padding: 12.5px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 40px;
    display: none;
    background-image: linear-gradient(#f3f3f3, #5bc0de);
}

.scroll-indicator {
    position: absolute;
    top: 0;
    font-size: 50px;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

    .scroll-indicator.fa {
        font-size: 42px;
        color: #fff;
    }

        .scroll-indicator.fa.second {
            margin-top: 18px;
        }

@-webkit-keyframes bounce {
    0% {
        top: 0%;
    }

    50% {
        top: 20%;
    }

    100% {
        top: 0%;
    }
}

@keyframes bounce {
    0% {
        top: 0%;
    }

    50% {
        top: 20%;
    }

    100% {
        top: 0%;
    }
}

.disabled-icon {
    color: darkgray;
    pointer-events: none;
}

.display-none {
    display: none;
}

.text-display-container {
    background-color: lightgray;
    padding: 5px;
    border: 1px solid black;
    overflow: auto;
}

.disabled-anchor-tag {
    color: gray;
    cursor: default;
}

    .disabled-anchor-tag:hover,
    .disabled-anchor-tag:active,
    .disabled-anchor-tag:visited,
    .disabled-anchor-tag:focus {
        text-decoration: none;
        color: gray;
    }

.flex-row-space-around {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.condition-title {
    margin-left: 20px;
}
