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

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}

/*.table tbody tr td {
    padding: 15px;
}*/

select.full-width + .select2-container {
    z-index: 0;
}

a.btn-danger {
    color: white
}

.btn-danger {
    color: white;
}

a.btn-primary {
    color: white
}

.btn-primary {
    color: white;
}

a.btn-success {
    color: white
}

.btn-success {
    color: white;
}

.attachementclass {
    padding: 5px;
}

.nav-tabs ~ .tab-content {
    padding: 0;
}

.loadingClass {
    display: none;
    z-index: 9999;
    position: fixed;
    /*    position: fixed;
    z-index: 1000;*/
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 0 ) url('/img/loading.gif') 50% 50% no-repeat;
}

.showbygroupTable {
    width: 100%;
}

    .showbygroupTable tbody tr .noRecordFoundTable {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .showbygroupTable thead tr th {
        padding: 0px;
        font-size: 11px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font: bold;
    }

    .showbygroupTable tbody tr td {
        padding: 0px;
        /* font-size: 25px; */
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 11px;
        text-align: center;
    }

        .showbygroupTable tbody tr td p {
            font-size: 11px;
        }

        .showbygroupTable tbody tr td a {
            font-size: 11px;
        }

            .showbygroupTable tbody tr td a .label {
                font-size: 11px;
            }

        .showbygroupTable tbody tr td button {
            font-size: 11px;
        }

/*.projectCreateTable tbody tr td {
    padding: 5px;
    text-align: right;
}*/
.projectCreateTable tbody tr td input {
    padding: 5px;
    text-align: right;
}

.newinvoiceTable tbody tr td input {
    padding: 5px;
}

.table td, .table th {
    vertical-align: middle;
}

a.pendingForSubmitStatus {
    background-color: #FFC000;
    /*background-color: #8EA9DB;*/
    color: black;
    padding: 5px;
    font-size: 11px;
}

a.pendingForSyncStatus {
    background-color: #A9D08E;
    color: black;
    padding: 5px;
    font-size: 11px;
}

a.syncedStatus {
    background-color: #BFBFBF;
    color: black;
    padding: 5px;
    font-size: 11px;
}

a.pendingForApprovalStatus {
    background-color: #8EA9DB;
    color: black;
    padding: 5px;
    font-size: 11px;
}

a.rejectStatus {
    background-color: red;
    color: white;
    padding: 5px;
    font-size: 11px;
}

a[aria-expanded=true] .arrow-up {
    display: none;
}

a[aria-expanded=false] .arrow-down {
    display: none;
}

.daterangepicker .table-condensed tr td.available.in-range ~ td,
.daterangepicker .table-condensed tr td.available.in-range {
    color: white !important;
    background: #1F3462 !important;
    border-radius: 0;
}
/**/

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1F3462 !important;
}

.click {
    scrollbar-arrow-color: red;
    display: inline-block;
    background-color: #8dbc6b;
    color: white;
    width: 75%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 0;
}

.nav-tabs-simple > li > a:after {
    background-color: #70B047;
}

input[type=checkbox] {
    accent-color: #70B047;
}

.table-sortable th {
    cursor: pointer;
}

.table-sortable .th-sort-asc::after {
    content: "\25b4";
}

.table-sortable .th-sort-desc::after {
    content: "\25be";
}

.table-sortable .th-sort-asc::after,
.table-sortable .th-sort-desc::after {
    margin-left: 5px;
}

.table-sortable .th-sort-asc,
.table-sortable .th-sort-desc {
    background: rgba(0, 0, 0, 0.1);
}


.date-container {
    position: relative;
}

.date-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    /* pointer-events: none; */
    cursor: pointer;
}

.bootstrap-timepicker-widget.dropdown-menu.dropdown-up:before {
    border-top: 7px solid #1F3462;
    border-bottom: none;
    top: 500px;
}

.bootstrap-timepicker-widget.dropdown-menu.dropdown-up:after {
    border-top: 6px solid red;
    border-bottom: none;
    top: 500px;
}

.datepicker table tbody tr:first-child td.day {
    padding: 0px;
}

    .datepicker table tbody tr:first-child td.day:hover:before {
        top: 0px;
        left: 0px;
    }

.letterhead-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

/*.arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}*/

.page-sidebar .sidebar-menu .menu-items > li > a > .arrow:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a > .arrow:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.text-danger.validation-summary-errors > ul {
    list-style-type: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 21px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #8dbc6b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #8dbc6b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 10px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 2px solid #70B047;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 20px;
        vertical-align: middle;
    }

    .select2-results__option[aria-selected=true]:before {
        font-family: fontAwesome;
        content: "\f00c";
        color: #fff;
        background-color: #70B047;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #70B047;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #70B047;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}
