.alert {
    margin-top: 1.5rem;
}

.center {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin: auto;
}

.table-fixed {
    table-layout: fixed;
}

.table-fixed td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none;
    }

    .topbar-right, .topbar-left {
        width: 100%;
        justify-content: space-between;
    }

    #navbar-collapse {
        box-shadow: 0px 12px 8px -7px grey;
    }

    #navbar-collapse ul.nav > li {
        background-color: #ffff;
        border-bottom: 1px solid #ccc;
        padding: 10px 8px;
    }

    .nav-item.dropdown.show {
        display: block;
    }

    .nav-item .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
    }

    .nav-item .dropdown-menu > a {
        background-color: #ffff;
        border-bottom: 1px solid #ccc;
        padding: 10px 8px;
    }

    .nav-item .dropdown-menu > a:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none;
    }
}

.main-content {
    padding-top: 100px;
    padding-bottom: 200px;
    min-height: 100%;
    margin: 0 auto -160px;
}

.modal-open .topbar {
    right: 0 !important;
}

body, html {
    height: 100%;
}

.dropdown-item {
    color: #666 !important;
}

.dropdown-item:hover {
    color: rgba(0, 0, 0, .9) !important;
}

.h4.card-title, h4.card-title {
    font-size: 27px !important;
    padding-bottom: 20px;
}

.navbar-toggle {
    position: relative;
    padding: 4px 14px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    color: #444;
}

.navbar-toggle[aria-expanded="true"] {
    background: #ccc;
}

.resizableBtnGroup {
    display: inline-flex;
}

.resizableBtnGroup a {
    padding: 6px 26px;
    border-color: transparent;
}

.resizableBtnGroup li i {
    font-style: normal;
    font-weight: 900;
    font-size: 120%;
}

.resizableBtnGroup li {
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    display: inline-block;
}

.resizableBtnGroup li span {
    opacity: 0;
    max-width: 0;
    display: inline-block;
}

.btn.btn-black {
    background: #000000;
    color: #ffffff;
}

.btn.btn-black a {
    color: #ffffff;
}

.btn.btn-white {
    color: #000000;
    border-color: #ebebeb;
}

.blinkSuccess {
    background-color: transparent;
    -webkit-animation-name: blinkSuccessRow;
    -webkit-animation-duration: 700ms;
    animation-name: blinkSuccessRow;
    animation-duration: 1200ms;
    animation-iteration-count: 3;
    -moz-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
}

@-webkit-keyframes blinkSuccessRow {
    0% {
        background-color: rgba(101, 180, 68, 0)
    }
    70% {
        background-color: rgba(101, 180, 68, 0.3)
    }
    100% {
        background-color: rgba(101, 180, 68, 0)
    }
}


.specialAlert {
    border: 1px solid #65b4449c !important;
    padding: 16px !important;
    border-radius: 11px !important;
    margin-bottom: 40px !important;
    width: 100%;
}

.specialAlert .specialAlertHeader {
    background: #ffffff;
    display: initial;
    top: -32px;
    position: relative;
    font-size: 120%;
    font-weight: 500;
    left: 20px;
    padding: 6px;
}

.hide {
    display: none;
}

.noMargin,
.noMargin .col-sm-1,
.noMargin .col-sm-2,
.noMargin .col-sm-3,
.noMargin .col-sm-4,
.noMargin .col-sm-5,
.noMargin .col-sm-6,
.noMargin .col-sm-7,
.noMargin .col-sm-8,
.noMargin .col-sm-9,
.noMargin .col-sm-10,
.noMargin .col-sm-11,
.noMargin .col-sm-12 {
    margin: 0;
}

@media (min-width: 1200px) {
    .alert .col-xl-7:nth-of-type(2) {
        border-left: 1px solid #ccc;
    }

    .alert .col-xl-5:nth-of-type(1) {
        border-right: 1px solid #eee;
    }
}

.alert-secondary-light {
    background-color: #f4f4f5;
    color: #000000;
}

small.time {
    color: #000000;
    font-size: 80%;
}

.dropdown-item.active {
    background-color: #ffffff !important;
    font-weight: 900;
    color: #000000 !important;
}

.text-bold,
.text-bold tr,
.text-bold td,
.text-bold th {
    font-weight: 900 !important;
}

.text-bold-600,
.text-bold-600 tr,
.text-bold-600 td,
.text-bold-600 th {
    font-weight: 600 !important;
}

.pagination .page-item.active a {
    background-color: #79b154;
    border-color: #79b154;
    color: #ffffff;
}

input.btn-success {
    color: #ffffff;
}

small.text-muted
{
    color: #4297d7 !important;
}

input.form-control:not(.btn),
textarea.form-control,
select.custom-select
{
    color: #79b154;
}

.text-italic {
    font-style: italic;
}

small.required {
    color: #d84728;
}

.form-control-full {
    width: 100%;
}

.btn-group a.active,
.btn-group a.active:hover,
.btn-group a.active:focus {
    color: #79b154;
}

a,
a:hover,
a:focus {
    color: #4297d7;
}

.daterangepicker .drp-buttons .btn {
    padding: 7px 26px;
    font-weight: 600;
}


.btn.btn-info {
    color: #ffffff;
}

.logo-default,.logo-inverse {
    height: fit-content;
    height: 50px;
}

.footer-logo {
    max-width: 200px;
}

.ui-datepicker.ui-widget {
    z-index: 910 !important;
}

li.notAllowed {
    cursor: not-allowed;
}

body.dev .container.main-content,
body.dev nav
{
    margin-top: 94px;
    padding-top: 0;
}

#devbBar {
    position: relative;
}
#devbBar .alert{
    margin: 0;
}
#devbBar p{
    margin-bottom: 0;
}
