html,
body {
    height: 100%;
    font-family: 'Libre Franklin', serif;
}

h1,
h2,
h3 {
    font-family: 'Libre Franklin', serif;
}

.w3-green,
.w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 100px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #0a2342;
    border-top: 1px solid #0a2342;
    padding-top: 20px;
    color: #fff;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.btn.purple {
    background-color: #AA25A9;
    color: #fff;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.rvp-panel>.panel-heading {
    color: white;
    background-color: mediumslateblue;
}

.rvp-success-glyph {
    float: right;
    color: white;
}

.rvp-error-glyph {
    float: right;
    color: red;
}

.rv-total-label {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

}

.rv-total-span {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    float: right;
}

.rv-thank-you {
    display: none;
}

.loading {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../uploads/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.borderless td,
.borderless th {
    border: none;
}

.addition-add,
.addition-remove {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    width: 50%;
    cursor: pointer;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.selected img {
    opacity: 0.5;
}

.extra-image {
    position: relative;
}

.extra-image img {
    margin: 10px;
}

.extra-image .btn {
    position: absolute;
    bottom: 100%;
    left: 20%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.extra-image .btn:hover {
    background-color: red;
}

.rv-photo-upload {
    display: none;
}

.navbar-customized {
    height: 100px;
    background-color: #0a2342;
    border-color: #0a2342;
}

.navbar-menu-customized>li>a {
    color: #fff !important;
}

.navbar-menu-customized .btn-link {
    color: #fff !important;
}

/* .navbar-menu-customized {
    margin-top: 4%;
} */

.navbar-menu-customized {
    margin-top: 4%;
    width: 100%;
}

.navbar-menu-customized>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-menu-customized>.open>a:focus {
    background-color: #0a2342 !important;
}


.table.borderless td {
    border: 0 !important;
    padding: 2px !important;
}

hr.black {
    border-color: #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
}


.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin: 30px 0px;
    padding: 15px;
}

.info-box a {
    float: right;
    color: #ffffff !important;
    margin-top: -20px;
}

.info-box-custom a {
    float: left;
    color: #ffffff !important;
    margin-top: 0px;
}

.bg-color-1 {
    background-color: #2E8EAE !important;
}

.bg-color-2 {
    background-color: #00A6A7 !important;
}

.bg-color-3 {
    background-color: #4DB887 !important;
}

.bg-color-4 {
    background-color: #9EC261 !important;
}

.bg-color-5 {
    background-color: #F2C054 !important;
}

.text-white {
    color: #fff !important;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}

.on-hold-yellow {
    background-color: #FFFF00 !important;
}

.on-warning {
    background-color: #f0ad4e !important;
}

.datepicker {
    z-index: 10000 !important;
}

.alert-custom {
    position: relative;
    padding: 1.85rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}

.alert-warning-custom {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -235px;
    }
}

.fc-time-grid-event {
    cursor: pointer;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-collapse {
        background: #0a2342;
        margin-top: 50px;
    }
}

.clickable {
    cursor: pointer;
}


@media (max-width: 1200px) {
    .navbar-brand>img {

        width: 100%;
        max-width: 150px;
    }

    .navbar-brand {
        float: none;
    }

    .navbar-right {
        float: none !important;
        margin-right: 0px;
        margin-top: 0px;
    }

    .navbar-nav>li>a {
        padding-bottom: 5px;
    }

}

@media (max-width: 767px) {
    .navbar-inverse .navbar-collapse {

        margin-top: 0px;
    }

    .navbar-toggle {
        margin-top: 33px;
    }

    .navbar-brand {
        float: left;
        padding-right: 20px !important;
    }
}