﻿.header-brand-img {
    height: 2.5rem !important;
}

.card-table tr td:first-child, .card-table tr th:first-child {
    padding-left: 0.5rem;
}

.table th, .text-wrap table th, .table td, .text-wrap table td {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 10px !important;
    font-size: 12px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 4px 10px !important;
    font-size: 13px !important;
}

.card-options a {
    margin-left: .5rem;
    color: #f9f9f9;
    display: inline-block;
    min-width: 1rem;
}

    .card-options a:hover {
        margin-left: .5rem;
        color: #f9f9f9;
        display: inline-block;
        min-width: 1rem;
    }

/* container top padding ranges */
.card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 0.5rem !important;
    width: 100%;
}

@media (min-width: 768px) .mt-md-5, .my-md-5 {
    margin-top: 0.5rem !important;
}

@media (min-width: 768px) .mb-md-5, .my-md-5 {
    margin-bottom: 0.5rem !important;
}

@media (min-width: 768px) .mt-md-5, .my-md-5 {
    margin-top: 0.5rem !important;
}
/* container top padding ranges end */


/*MessageBox SamrtAdmin style begin*/

.MessageBoxContainer {
    background-color: #7f0000 !important;
}

/*MessageBox SamrtAdmin style ends*/

.input-sm {
    height: 30px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.lblform {
    margin-top: 7px;
}

@media (max-width: 479px) {
    .lblform {
        margin-top: 0px;
    }
}

.ui-menu .ui-menu-item {
    font-size: 12px;
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 45px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle {
    font-size: 7px !important;
}

.tabs{
    width: 100%;
    display: block;
    margin: 0px auto;
    position: relative;
}

.tabs .tab{
    float: left;
    display: block;
}

.tabs .tab>input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs .tab>label {
    display: block;
    padding: 6px 21px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    color: #FFF;
    background: #4A83FD;
}

.tabs .content {
    z-index: 0;/* or display: none; */
    overflow: hidden;
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 27px;
    left: 0;
    background: #fff;
    color: #DFDFDF;
    opacity:0;
    transition: opacity 400ms ease-out;
    border: solid 1px #303030;
}

.tabs>.tab>[id^="tab"]:checked + label {
    top: 0;
    background: #303030;
    color: #F5F5F5;
}

.tabs>.tab>[id^="tab"]:checked ~ [id^="tab-content"] {
    z-index: 1;/* or display: block; */
   
    opacity: 1;
    transition: opacity 400ms ease-out;
}


/* Modal POP UP*/
.modal-header {
    display: -ms-flexbox;
    display: inline;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px;
}

.modal-footer {
    padding: 4px;
}

@media (min-width: 768px) {
    .mb-md-5, .my-md-5 {
        margin-bottom: 0.5rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 0.5rem !important;
    }
}


@media (min-width: 900px){
    .mb-md-5, .my-md-5 {
        margin-bottom: 0.5rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 0.5rem !important;
    }
}

/*--------------*/