section.main{
    min-height: 460px;
}

.help {
    line-height: 21px !important;
}

.date-range{

    padding-left: 5px; width: 150px; border:1px solid #cccccc; margin-right: 5px;
}

.table_format2{
    margin-bottom: 60px;
}
td, th {
    border: 1px solid lightgray;
    padding: 3px;
}
.card-deck {
    margin-top: 40px;
}

.card{
    border: 1px solid  #F19736;
}

/* ClickDesk*/
.clickdesk .cd-bar {
    background-color: #F19736 !important;
}

/* The alert message box */
.alert {
    font-size: 18px;
    color: #28a745;
    margin-bottom: 15px;
}

.warning{
    font-size: 18px;
    color: red;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.rfr tr td {
    text-align: center;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

tabs .nav-link, .nav-tabs .nav-link {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.denied,
.other{
    display: none;
}

tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #b5b8bb #9b9d9e #fff;
}

.card-header{
    border-bottom: 1px solid #F19736;
}

.btn-primary{
 background-color: #777777;
    border: 1px solid #636363;
}

.btn-primary:hover {
    background-color:#636363;
    border:1px solid #777777;
}


.bg-black {
    background-color: #000000;
}

section.trim{
    background-color: #F19736;
    height: 10px;
}

section.trim_footer{
    height: 10px;
    background-color: #000000;
    margin-top: 30px;
}

footer{
    background-color: #F19736;
    margin-top: 0px;
}

.mb-3, .my-3 {
     margin-bottom: 0rem!important;
}

label.stand-out {
    font-weight: 500;
}

@media (min-width: 768px){}
    .mt-md-5, .my-md-5 {
        margin-top: 0px !important;
    }

th{
    text-align: center;
}

table {
    border-bottom: 1px solid lightgray;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .6rem .2rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.has_error{
    border: 1px solid red;
    color: red;
}

.help-block{
    color: red;
}

.f-contain{
    height: 200px;
}

.question{
    border-left: 3px solid lightcoral;
    padding-left: 16px;
}

.answer{
    border-left: 3px solid lightskyblue;
    padding-left: 16px;
}

div.pagination {
    margin-top: 10px;
    display: block;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    word-break: break-all;
}

div.pagination a {
    padding: 0px 6px;
}

.browser_icon_wrapper {
    margin-left: 50px;
}

.browser_icon_container {
    width: 40px;
    display: inline-block;
    position: relative;
    float: left;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
}

.badge {
    position: absolute;
    top: 0px;
    right: -3px;
    border-radius: 50%;
    background-color: red;
    font-size: 10px;
    width: 18px;
    height: 18px;
}

.browser_version {
    position: absolute;
    top: 4px;
    left: 1px;
    color: white;
}

@media print {
    section.header {
        background-color: #000000 !important;
        -webkit-print-color-adjust: exact;
    }

    footer{
        background-color: #F19736 !important;
        -webkit-print-color-adjust: exact;
    }

    a{
        text-decoration: none !important;
    }

}
