﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    position: relative;
    min-height: 100%;
}

/* START - Menu */
.menu-items {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
    color: dimgray;
}

.navpadding {
    padding-top: 5px;
}

.navposition {
    position: relative;
}

.profile-name {
    position: relative;
    top: -5px;
    padding-left: 2px;
}

.profile-container {
    top: 15px;
    position: absolute;
}

.nav-hamburger {
    margin-top: 13px;
    margin-bottom: 13px;
}

.navigation-bar a {
    color: #9d9d9d !important;
}

    .navigation-bar a:hover,
    .navigation-bar a:focus {
        color: #fff;
        text-decoration: none;
    }

.dropdown-toggle::after {
    content: none !important;
}

.nav-item {
    padding-right: 30px;
}

.dropdown-menu {
    padding: 5px 0;
    margin: 5px 10px;
}

    .dropdown-menu a {
        color: #000;
        padding: 0 20px;
        white-space: nowrap;
    }

    .dropdown-menu li {
        padding: 2px 0;
    }

        .dropdown-menu li:focus,
        .dropdown-menu li:hover,
        .dropdown-menu a:focus,
        .dropdown-menu a:hover {
            background-color: #e7e7e7;
            color: #000 !important;
        }

.navbar-custom {
    background-color: #000000;
    border-color: none;
    z-index: 1;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand, .navbar-custom .navbar-text {
        color: rgba(255,255,255,.8);
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: rgba(255,255,255,1);
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link .dropdown-item .dropdown-menu {
        color: #ffffff;
    }

    .navbar-custom .dropdown-item:hover, .navbar-custom .dropdown-item:focus {
        text-decoration: none;
        background-color: #666666;
    }

    .navbar-custom .dropdown-menu {
        position: absolute;
    }

/* END - Menu */

/* END - LANDING */
#landing .landing-container {
    margin-top: 15px;
    text-align: center;
}

#landing h1 {
    margin: 0;
    font-size: 48px;
    line-height: 56px;
}

@media (max-width: 768px) {
    #landing h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

.menu-buttons-container {
    margin-top: 8%;
    padding-right: 15px;
    padding-left: 15px;
}
/* END - LANDING */

/*START - MENU BUTTONS*/

.btn-squared-default {
    width: 100% !important;
    height: 100% !important;
    font-size: 20px !important;
    margin-bottom: 20%;
}

    .btn-squared-default:hover {
        filter: brightness(90%);
    }

.btn-squared-default-plain {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
    margin-top: 40px;
}

    .btn-squared-default-plain:hover {
        border: 0px solid white;
    }

.fa-margins {
    margin-top: 20%;
    margin-bottom: 20%
}

@media (min-width: 992px) {
    .menu-buttons-container .col-lg-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .menu-buttons-container .col-lg-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/*END - MENU BUTTONS*/

/* START - FOOTER */
.body-content {
    /* Padding bottom by footer height */
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1%;
}

.site-footer {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    z-index: 42;
}

    .site-footer hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.environment-indicator {
    float: right;
    color: #DF0523;
    font-weight: bold;
}

.dx-theme-generic-typography a {
    color: #fff;
}

.dx-theme-generic-typography {
    font-weight: 400;
    font-size: 1rem !important;
}
/* END - FOOTER */
.upload-div {
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    padding: 10px;
}

.input-file {
    background-color: #177ee8;
}

.file-input-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1b6ec2;
    color: white;
    cursor: pointer;
    position: relative;
    width: 120px;
    height: 30px;
    border-radius: 3px;
    margin-bottom: 5px;
}

    .file-input-zone:hover {
        background-color: #177ee8;
    }

    .file-input-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.file-list {
    font-size: 1rem;
    font-style: italic;
    color: gray;
}

.required-caption:after {
    content: '*';
    color: red;
}

.file-err-warn {
    color: red;
}

.event-card {
    width: 100%;
    color: #fff !important;
    font-size: .925em;
    font-weight: 600;
    box-shadow: .125rem .25rem;
    cursor: pointer;
}

.listbox-item-template {
    display: flex;
    align-items: center;
}

.list-height {
    height: 70vh !important;
}

.list-header {
    background-color: #F5F5F5;
    height: 3rem;
    border: solid 1px #E8E8E8;
    border-bottom: 0px;
}

.calendar-width {
    width: 25%;
    padding: .5rem .5rem .5rem .5rem;
    float: left;
}

.listbox-item-template > img {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
}

#circlex + .listbox-item-template-text {
    margin-left: 0.5rem;
}

.listbox-item-template-text {
    display: flex;
    flex-flow: column;
}

.listbox-item-template-text-phone {
    opacity: 0.65;
}

.top-space {
    margin-top: 10px;
}

.view-btn {
    width: 100px;
    font-size: 11px;
    text-align: center;
    background: #17a2b8;
    border-radius: 5px;
    color: #FFF;
}

.cust-w-100 {
    width: 98%;
}

#cal-container {
    padding-left: 1px;
}

.vertical-template-card {
    overflow: hidden;
    height: 100%;
    box-shadow: .125rem .25rem;
}

.vertical-template-title {
    font-weight: 600;
    font-size: .925em;
}

.icon-mr {
    margin-right: 5px;
}

.btn-add-cal-item {
    flex-basis: 240px;
    width: 100% !important;
    margin-top: 10px;
}

.navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
    align-items: center;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1260px;
    }
}

.dxform {
    margin-top: 3rem;
}

.btn-rounded-default {
    width: 100% !important;
    height: 100% !important;
    font-size: 20px !important;
    border-radius: 1.5em;
    padding-top: 30px;
}

    .btn-rounded-default img {
        width: 80px;
        padding-bottom: 20px;
    }
