﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* 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 {
    max-width: 280px;
}

body {
    font-size: .875rem;
}

.input-group > .input-group-prepend {
    flex: 0 0 33%;
}

.input-group .input-group-text {
    width: 100%;
}

@media (min-width: 768px) {
    .nav-icon {
        width: 15%;
    }
}

.btn-frontend {
    color: #fff;
    background-image: linear-gradient(to right, #006D24, #56703D);
    border-radius: 20px;
    box-shadow: -1px 3px 5px #888888;
    border: 0px;
}

.btn-frontend:hover {
    background-position: right center; /* change the direction of the change here */
}

.form-control {
    border-radius: 20px;
    height: 45px;
}

.image-spacing {
    padding: 25px 0;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.margin-right {
    margin-right: 15px;
}

.margin-left {
    margin-left: 15px;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-bottom-xs {
    margin-bottom: 5px;
}

.msg-time {
    font-size: small;
}

.msg-container {
    border-radius: 15px;
    color: white;
    background-color: #244938;
    padding-bottom: 2px;
}

.msg {
    margin-left: 10px;
    margin-right: 10px;
}

.msg-image {
    max-width: 50%;
}

.msg-name {
    font-weight: 600;
    margin-top: 6px;
}

.flex-align-right {
    display: flex;
    justify-content: flex-end;
}

.msg-photo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.cursor-pointer {
    cursor: pointer;
}

#chatImgRemoveBtn {
    position: absolute;
    top: 0;
    right: 50%;
    border-radius: 0;
}

.full-width {
    width: 100% !important;
}

.margin-top-2x {
    margin-top: 30px;
}

.sidebar-brand {
    height: 200px !important;
    background-color: white;
}

#accordionSidebar {
    border-right: 1px solid #244938;
}

#ui-datepicker-div {
    z-index: 9000 !important;
}

.modal-dialog-large {
    min-width: 80%;
    max-width: 100%;
}

.margin-bottom-2x {
    margin-bottom: 30px;
}

.no-margin {
    margin: 0 !important;
}

.pad-left {
    padding-left: 15px !important;
}

.no-padding {
    padding: 0 !important;
}

.btn-primary {
    background-color: #1D3A2D !important;
    border-color: #1D3A2D !important;
}