@import "bootstrap-padding-margin.css";

html {
    position: relative;
    min-height: 100%;
}

#main_nav.navbar {
    border: none !important;
}

#main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin: 78px auto 35px
}

footer .footer-widgets {
    padding-top: 95px;
    padding-bottom: 95px;
    background-color: #DECAAF;
    color: #344153;
}

footer .footer-copyright {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #344153;
    color: #ffffff;
}

footer .footer-copyright a {
    color: #ffffff;
}

footer .footer-copyright a:hover {
    color: #C3A370;
}

.btn .fas {
    font-size: 15px;
    line-height: 15px;
}

.navbar-brand {
    height: auto;
}

span.environment {
    display: inline-block;
    font-size: 14px;
    border: 2px solid red;
    color: red;
    font-weight: bold;
    border-radius: 28px;
    margin-top: 18px;
    padding: 2px 14px;
}

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

@media (min-width: 768px) {
    #main_nav .navbar-nav > li > a {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

/*****************************************************************************/
/*  Additional Navigation menu rules to extend Bootstrap 3.3.6  */
/*****************************************************************************/
.dropdown-menu > li {
    position: relative;
}

.dropdown-menu > li > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown a.dropdown-toggle {
    padding-right: 20px;
}

.dropdown a.dropdown-toggle:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
}

.dropdown > a.dropdown-toggle:after {
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-top-color: #cccccc;
    margin-top: 8px;
    margin-right: -15px;
}

.dropdown > a.dropdown-toggle:hover:after {
    border-top-color: #ffffff;
}

.dropdown > .dropdown-menu > .dropdown > a.dropdown-toggle:after {
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown > .dropdown-menu > .dropdown > a.dropdown-toggle:hover:after {
    border-left-color: #ffffff;
}

.dropdown-menu > li.pull-left {
    float: none !important;
}

.dropdown-menu > li.pull-left > .dropdown-menu,
.navbar-nav-more > .dropdown-menu > li .dropdown-menu {
    left: -100%;
    right: 100%;
    margin-left: -10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.sticky-footer {
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sticky-footer p {
    margin-bottom: 0;
}

.table tbody tr > td.success {
    background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
    background-color: #f2dede !important;
}

.table tbody tr > td.warning {
    background-color: #fcf8e3 !important;
}

.table tbody tr > td.info {
    background-color: #d9edf7 !important;
}

/*****************************************************************************/
/*  Additional color classes for striped tables (Bootstrap Standard Colors)  */
/*****************************************************************************/
.table-striped-error tbody > tr:nth-child(odd) > td,
.table-striped-error tbody > tr:nth-child(odd) > th {
    background-color: #f2dede; /* red-bar */
}

/*****************************************************************************/

.table-striped-success tbody > tr:nth-child(odd) > td,
.table-striped-success tbody > tr:nth-child(odd) > th {
    background-color: #dff0d8; /* green-bar */
}

/*****************************************************************************/

.table-striped-info tbody > tr:nth-child(odd) > td,
.table-striped-info tbody > tr:nth-child(odd) > th {
    background-color: #d9edf7; /* blue-bar */
}

/*****************************************************************************/

.table-striped-warning tbody > tr:nth-child(odd) > td,
.table-striped-warning tbody > tr:nth-child(odd) > th {
    background-color: #fcf8e3; /* yellow-bar */
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb li {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
}

.breadcrumb > li + li:before {
    content: "";
}

/*****************************************************************************/
/*  Additional color classes for form elements (Bootstrap Standard Colors)  */
/*****************************************************************************/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eeeeee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.required {
    color: #ff0000;
    font-weight: bold;
}

.btn-circle {
    width: 40px;
    height: 40px;
    line-height: 40px; /* adjust line height to align vertically*/
    padding: 0;
    border-radius: 50%;
}

.text-white {
    color: #ffffff;
}

/* Bootstrap IE10 viewport bug workaround */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.table tr.deleted {
    background: #bbbbbb !important;
}

.table tr.deleted td:not(.actions) {
    text-decoration: line-through;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget {
    z-index: 9999;
}