﻿/*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: 100%;
}

.main-sidebar {
    background-image: linear-gradient(135deg, #111C4E 70%, #949300 95%);
}

.thumbnail {
    margin-bottom: 10px;
}

.myimage {
    min-height: 175px;
}

.mybutton {
    width: 150px;
}

.mybutton-sm {
    width: 80px;
}

.benderwide {
    max-width: 500px;
    display: inline-flex;
}

.topspace {
    margin-top: 10px;
}

.fitdate {
    min-width: 100px;
}

body {
    background-color: darkgray;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.col-centered {
    /* custom width */
    /*width: 700px;*/
    margin-right: auto;
    margin-left: auto;
}

.dropshadow {
    margin-top: 10px;
    height: auto;
    -webkit-box-shadow: 0px 1px 4px rgba(100,101,102,0.91);
    -moz-box-shadow: 0px 1px 4px rgba(100,101,102,0.91);
    box-shadow: 0px 1px 4px rgba(100,101,102,0.91);
    border-color: #e6e7e8;
    /*border-width: 15px;*/
    border-style: solid;
    /*color: white;*/
}

.nooverflow {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
}

.sidespace {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.benderpad {
    padding: 30px;
    background: #f5f5f5;
}

.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.btnpad {
    padding-top: 1em;
    padding-bottom: 1em;
}

.bendermodal .modal-header {
    background-color: #111C4E;
    padding: 16px 16px;
    color: #FFF;
}

.bendermodal .modal-footer {
    background-color: #111C4E;
    padding: 16px 16px;
    color: #FFF;
}

.avatar {
    border-radius: 50%;
}

.enroll {
    background-color: #E24C2D;
    color: #FFF;
}


@media screen and (min-width: 768px) {
    .modal-dialog {
        right: auto;
        width: 760px;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.centered {
    vertical-align: middle;
    width: 20%;
}

.centered {
    vertical-align: middle;
}

.imagepad {
    padding-right: 30px;
    padding-left: 30px;
}

.close {
    color: #fff;
}

.gradecolor {
    color: #CDAE00;
}

.classcolor {
    color: #663593
}

.classtilearea .panel-heading {
    background-color: #2b265b;
    color: #FFF;
}

.classtilearea .panel-footer {
    background-color: #2b265b;
    color: #FFF;
}

.rotatetrial {
    color: #E24C2D;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.incomingmessage {
    background-color: #101010;
    color: #fff;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.outgoingmessage {
    background-color: #0094ff;
    color: #fff;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.msg_history {
    padding-left: 25px;
    padding-right: 25px;
}

.time_date {
    font-size: 7pt;
}

.checkbox {
    max-height: 100Px;
    overflow-y: auto;
}

.padright {
    padding-right: 20px;
}

.padleft {
    padding-left: 20px;
}

.smsscroll {
    max-height: 500px;
    overflow: auto;
}

.smalltext {
    font-size: 14px;
}

.bender-inline-form {
    width: 300px;
}

.alerts {
    margin: 10px;
    width: 100%;
}

.red-background {
    background-color: lightcoral;
}

.header-logo {
    height: 60px; /* Adjust based on your specific button height */
    vertical-align: middle; /* This helps align the image vertically with the buttons */
    margin-right: 10px; /* Optional: adds some space between the SVG and the button */
}

div#entries {
    overflow: visible; /* Make sure the container allows overflow content to expand */
}

.content-wrapper {
    overflow: auto;
}

.no-wraptable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Optional: adds ellipsis if the text is too long */
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #5cc45e;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.word-wrap-container {
    min-height: 200px;
    overflow: auto; /* Enables scrolling for large content */
    word-break: break-word; /* Ensures long words or URLs wrap */
    white-space: pre-wrap; /* Preserves whitespace but allows wrapping */
}
    .word-wrap-container img {
        max-width: 100%; /* Makes the image responsive to the container width */
        height: auto; /* Maintains the aspect ratio */
        display: block; /* Prevents inline image rendering issues */
    }