li {
    list-style: none;
}
a {
    cursor: pointer;
}
.table-col-20 {
    width: 30%;
}
.table-col-50 {
    width: 50%;
}
.padding-onboarding {
  padding-top: 110px;
}
i.checkbox {
    font-size: 23px;
    margin-right: 8px
}
.body-freeze {
    overflow: hidden;
}
.no-margin p {
    margin-bottom: 5px;
}
button:focus {
    outline: none;
    outline: none;
}

.mobile-only {
    display: flex !important;
}
.no-margin {
    margin: 0;
}
.content-holder {
  padding-top: 85px;
  padding-left: 265px;
}
.no-menu {
  padding-left: 0;
}
.no-records  {
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    padding: 30px;
}
.ipad-vert-only,
.ipad-horiz-only,
.desktop-only {
    display: none !important;
}

.modal-lg {
    max-width: 1024px;
}

.modal-content {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    background-color: #000;
}
.info-modal {
    z-index: 12!important;
}
.modal-backdrop.show {
    opacity: 0.7;
}

.full-screen-modal {
    position: relative;
}

.full-screen-modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}

.full-screen-modal .modal-backdrop.show {
    opacity: 1;
}

.full-screen-modal .close {
    padding: 0;
    position: absolute;
    right: 30px;
    top: 0px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    font-size: 100px;
    font-weight: 200;
}

agm-map {
    height: 300px;
}

.hover {
    cursor: pointer;
}


.mt-80 {
    margin-top: 80px;
}


.btn-warning,
.btn-warning:hover,
.btn-warning:active {
    color: #fff;
}

.text-light {
    color: #ccc !important;
}
.alert-success {
    background-color: #9adfaf;
    text-align: center;
    border-radius: 0;
}

.alert-success h2 {
    color: #199054;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert-warning {
    background-color: #EB1A6E!important;;
    text-align: center;
    border-radius: 0;
}

.alert-warning h2 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert-info {
    color: #fff;
    background-color: #61C3D9;
    border-color: #61C3D9;
    text-align: center;
    border-radius: 0;
}
.alert-info h2 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert p {
    margin-bottom: 0;
    color: white;
}
.alert-danger {
    background-color: crimson;
    text-align: center;
    border-radius: 0;
    border-color: crimson;
    color: #fff;
}

.alert-danger h2 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.alert-danger p {
    color: white;
}

.slide-box {
    width: 200px;
    height: 200px;
    background-color: red;
    color: white;
    position: fixed;
    z-index: 1001;
    top: 50px;
    right: -200px;
}

.slide-box-show {
    /*right: 0;*/
    animation: slide-in 0.5s forwards;
}

@keyframes slide-in {
    100% {
        right: 0;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: auto;
    outline: 0;
}

.modal-header .close {
    padding: 8px 10px;
    position: absolute;
    right: -20px;
    top: 16px;
    background-color: #f9a831;
    color: white;
    opacity: 1;
}
.footer {
    margin-top: 60px;
}

.footer p {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.footer span.no-wrap {
    text-wrap: none;
    white-space: nowrap;
}

.footer-logo {
    max-width: 100%;
}

.footer-bottom-bar {
    font-weight: 300;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #323b4d;
    color: #b9872b;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-bottom-bar a,
.footer-bottom-bar a:hover,
.footer-bottom-bar a:visited {
    color: #b9872b;
}

.footer .ql-size-large {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.modal-page {
    padding: 70px 0;
    width: 100%;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.8);
    background-color: #fff;
    color: white;
    height: 100vh;
    overflow: hidden;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 11px;
    line-height: 1.5;
}
.img-150 {
    width: 150px;
}


.img-75 {
    width: 75px;
}
.img-50 {
    width: 50px;
}
.img-30 {
    width: 30px;
}
.img-40 {
    width: 40px;
}

.btn-primary,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #2b3b70;
    border-color: #2b3b70;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2b3b70;
    border-color: #2b3b70;
    box-shadow: none;
}
.no-decoration {
    text-decoration: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
}

.confirm-close {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px;
    background-color: #171e42;
    color: white;
    z-index: 9999;
}
.pac-container {
    z-index: 99999 !important;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
  text-align: left;
}
.list-group-item.active {
  background-color: #171e42;
  border-color: #171e42;
}
.list-group-item .badge {
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}
.wrap-text {
    white-space: pre-wrap !important;
    font-size: 11px !important;
}
.dropzone-container {
    height: 100%;
}
.dropzone {
    border: 1px dashed #ccc;
    background: white;
    padding: 20px 20px;
    text-align: center;
}
.dropzone .dz-preview .dz-image {
    border-radius: 5px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #6aba8a;
    background: linear-gradient(to bottom, #6aba8a, #28a745);
}
.dz-success-mark {
    display: none;
}
.dz-error-mark {
    display: none;
}
.dz-details {
    text-transform: lowercase;
    display: none;
}
.dz-complete {
    display: none !important;
}
.gallery-tile {
    margin: 10px;
    /*border: 1px solid #eee;*/
    /*border-radius: 5px;*/
    overflow: hidden;
    width: 180px;
    /*height: 120px;*/
    position: relative;
    display: block;
    z-index: 0;
    cursor: move;
}
.gallery-tile img {
    width: inherit;
    height: inherit;
}

.status-cell {
    width: 175px;
}
