﻿.Greetings {
    font-size: 16px;
    font-family: system-ui,sans-serif;
    color: #cc8161;
    margin-left: 20px;
}

.small-box {
    height: 60px;
    color: white;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 10px 5px 10px rgba(0,0,0,.168337);
    font-family: system-ui,sans-serif;
}

    .btn-send, .small-box:hover {
        transform: scale(1.1);
        transition: transform 0.5s
    }

    .btn-send, .small-box:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: rgba(255,255,255,0.4);
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .btn-send, .small-box:hover:after {
        width: 120%;
        background-color: rgba(255,255,255,0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
.btn-etpl {
    color: #fff;
    background-color: rgb(81, 45, 29);
    border-color: rgb(81, 45, 29);
    box-shadow: 5px 0px 5px #25516b, 0px 0px 5px #f3cad7;
    margin: 5px 7px;
    margin-left: 0px;
    margin-right: 0px;
    transition: box-shadow .5s;
}


    .btn-etpl.focus,
    .btn-etpl:focus {
        color: #fff;
        background-color: rgb(81, 45, 29);
        border-color: rgb(81, 45, 29);
    }

    .btn-etpl:hover {
        color: #ffca2c;
        text-shadow: 0 0 15px #d35400;
    }

        .btn-etpl:hover:before {
            transform: scale(1.2);
        }

    .btn-etpl.active,
    .btn-etpl:active,
    .open > .dropdown-toggle.btn-etpl {
        color: #fff;
        background-color: rgb(81, 45, 29);
        border-color: #204d74;
    }

        .btn-etpl.active.focus,
        .btn-etpl.active:focus,
        .btn-etpl.active:hover,
        .btn-etpl:active.focus,
        .btn-etpl:active:focus,
        .btn-etpl:active:hover,
        .open > .dropdown-toggle.btn-etpl.focus,
        .open > .dropdown-toggle.btn-etpl:focus,
        .open > .dropdown-toggle.btn-etpl:hover {
            color: #fff;
            background-color: rgb(81, 45, 29);
            border-color: rgb(81, 45, 29)
        }

    .btn-etpl.active,
    .btn-etpl:active,
    .open > .dropdown-toggle.btn-etpl {
        background-image: none
    }

    .btn-etpl.disabled.focus,
    .btn-etpl.disabled:focus,
    .btn-etpl.disabled:hover,
    .btn-etpl[disabled].focus,
    .btn-etpl[disabled]:focus,
    .btn-etpl[disabled]:hover,
    fieldset[disabled] .btn-etpl.focus,
    fieldset[disabled] .btn-etpl:focus,
    fieldset[disabled] .btn-etpl:hover {
        background-color: rgb(81, 45, 29);
        border-color: rgb(81, 45, 29)
    }

    .btn-etpl .badge {
        color: rgb(81, 45, 29);
        background-color: #fff
    }

.buttonshow {
    /*display:inline-block;
    visibility:visible;
    background-repeat: no-repeat;
    background-position:left;
    text-align:center;
    width:70px;
    height:20px;
    border: 1px solid rgb(128, 128, 128);
    font-family: Tahoma;
    font-size: 10px;*/
    padding: 0;
    /*width:30px;*/
    height: 30px;
    border: 0;
    background-size: 100%;
    /*background-size: 30px auto;
    background-color: transparent;*/
}

    .buttonshow:hover {
        outline: none;
        /*background-color: white;*/
        border-color: skyblue;
        box-shadow: 0 0 10px skyblue;
    }

    .buttonshow:focus {
        outline: none;
        border-color: maroon;
        box-shadow: 0 0 10px maroon;
    }

.buttonhide {
    display: none;
    visibility: hidden;
    width: 0px;
}

.inputNumber,
.inputDecimal2,
.inputDecimal3,
.inputDecimal4 {
    text-align: right;
}

    .inputNormal:hover,
    .inputUpper:hover,
    .inputLower:hover,
    .selectpicker:hover,
    .datepicker:hover, .MnthYear:hover,
    .inputNumber:hover,
    .inputDecimal2:hover,
    .inputDecimal3:hover,
    .inputDecimal4:hover {
        outline: none;
        border-color: rgb(239, 121, 59);
        box-shadow: 0 0 10px rgba(0, 12, 241, 0.14);
    }

    .inputNormal:focus,
    .inputUpper:focus,
    .inputLower:focus,
    .selectpicker:focus,
    .datepicker:focus, .MnthYear:focus,
    .inputNumber:focus,
    .inputDecimal2:focus,
    .inputDecimal3:focus,
    .inputDecimal4:focus {
        outline: none;
        border-color: #f2882d !important;
        box-shadow: inset 2px 2px 8px #bfbfbf, inset -2px -2px 7px #ffffff;
    }

.inputNumber, .MnthYear,
.selectpicker,
.selectpicker,
.inputUpper,
.inputLower,
.inputNormal,
.inputDecimal2,
.inputDecimal3,
.inputDecimal4 {
    height: 26.4px !important;
}

.jsCss {
    border: 1px solid;
    border-color: rgb(128, 128, 128)
}


/* Autocomplete */

* {
    box-sizing: border-box;
}

body {
    font: 16px Arial;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

    /*input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}*/

    input[type=submit] {
        /*background-color: rgb(150,150,150);*/
        border-color: #286090;
        color: #fff;
        cursor: pointer;
    }

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

ul,
ol {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.badges h1,
.badges h2,
.badges h3,
.badges h4,
.badges h5,
.badges h6 {
    margin: 5px 0;
}

.right-panel {
    display: table-cell;
    padding-left: 0 !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

{
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.card h4 {
    font-size: 1.1rem;
}

.card .user-header .media img {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.card .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: .75rem 0;
    margin: 0 !important;
    color: #fff;
    outline: 0;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(120, 130, 140, 0.4);
}

.card .card-footer {
    padding: 0.65rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #c2cfd6;
}

    .card .card-footer ul li {
        display: table-cell;
        padding: 0 1rem;
        text-align: center;
    }

.right-panel .breadcrumbs {
    background-color: #fff;
    display: inline-block;
    margin-top: 0;
    padding: 0 5px;
    width: 100%;
}

    .right-panel .breadcrumbs .col-lg-8 .page-header {
        float: left;
    }

.right-panel .page-header {
    min-height: 50px;
    margin: 0px;
    padding: 0px 15px;
    background: #ffffff;
    border-bottom: 0px;
}

    .right-panel .page-header h1 {
        font-size: 18px;
        padding: 15px 0;
    }

    .right-panel .page-header .breadcrumb {
        margin: 0px;
        padding: 13.5px 0;
        background: #fff;
        text-transform: capitalize;
    }

        .right-panel .page-header .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

.right-panel header.header {
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    clear: both;
    display: inline-block;
    padding: 15px 20px 13px 20px;
    width: 100%;
}

.open .right-panel {
    /*margin-left: -210px;*/
}

.right-panel {
    display: block;
}

    .right-panel header.header {
        padding: 5px 10px 1px 5px;
    }

        .right-panel header.header div[class*="col"] {
            padding: 0;
            width: initial;
        }

        .right-panel header.header .col-sm-7 {
            float: left;
        }

        .right-panel header.header .col-sm-5 {
            float: right;
        }

    .right-panel .breadcrumbs {
        padding: 10px 15px;
    }

        .right-panel .breadcrumbs div[class*="col"] {
            padding: 0;
        }

        .right-panel .breadcrumbs .page-header {
            min-height: inherit;
            padding: 0;
        }

            .right-panel .breadcrumbs .page-header h1 {
                padding: 5px 0;
            }

            .right-panel .breadcrumbs .page-header.float-right {
                float: left;
                text-align: left;
                width: 100%;
            }

                .right-panel .breadcrumbs .page-header.float-right .breadcrumb {
                    padding: 0;
                }

    .right-panel .content {
        padding: 0 10px;
    }

        .right-panel .content .card .card-title {
            margin-bottom: 0;
        }

        .right-panel .content .card .card-footer {
            padding: 15px 5px;
        }

            .right-panel .content .card .card-footer ul {
                margin: 0;
            }

                .right-panel .content .card .card-footer ul li {
                    float: left;
                    margin: 5px 0;
                    padding: 0 10px;
                    width: 33.33%;
                }

        .right-panel .content div[class*="col"] {
            padding: 0;
        }

        .right-panel .content .row div[class*="col"] {
            padding: 0 10px;
        }

        /*.right-panel .content .nav-tabs .nav-link,
.right-panel .content .nav-pills .nav-link {
    padding: .5rem;
}*/

        .right-panel .content .tab-content.pl-3 {
            padding-left: 0 !important;
        }

        .right-panel .content #bootstrap-data-table_wrapper {
            font-size: 14px;
            padding: 0;
        }

            .right-panel .content #bootstrap-data-table_wrapper div[class*="col"] {
                padding: 0;
            }

            .right-panel .content #bootstrap-data-table_wrapper .table td,
            .right-panel .content #bootstrap-data-table_wrapper .table th {
                padding: 5px;
            }

.card .dropdown.float-right .dropdown-menu {
    left: inherit !important;
    right: 0 !important;
    top: 93% !important;
}

.dataTables_paginate .pagination {
    border-radius: 0;
    box-shadow: 5px 0px 5px #25516b, 0px 0px 5px #f3cad7;
    margin: 10px 7px;
    transition: box-shadow 1s;
}

    .dataTables_paginate .pagination li {
        border-radius: 0 !important;
    }

        .dataTables_paginate .pagination li a {
            border-radius: 0 !important;
            color: rgb(81, 45, 29);
        }

        .dataTables_paginate .pagination li.active a {
            background: rgb(81, 45, 29);
            border-color: rgb(81, 45, 29);
            color: #fff;
        }

        .dataTables_paginate .pagination li:hover a {
            background: rgb(81, 45, 29);
            border-color: rgb(81, 45, 29);
            color: #fff;
            transform: scale(1.1);
            box-shadow: 2px 2px 5px #25516b, -2px -2px 5px #85ffff;
        }

@media (max-width: 1368px) {
    .content {
        padding: 0 15px;
    }

    .twt-category {
        margin-bottom: 0;
    }

    .twt-feed {
        max-height: 155px;
    }

        .twt-feed img {
            height: 75px;
            width: 75px;
        }

    .stat-widget-one .stat-content {
        margin-left: 15px;
    }

    .card-body {
        padding: 15px;
    }

    .badges button {
        margin: 2px 0;
    }
}

@media (max-width: 1024px) {
    aside.left-panel {
        padding: 0 20px;
        width: 200px;
    }
    /*.navbar .navbar-nav li > a .menu-icon {
        width: 30px;
    }
    .navbar .navbar-nav li.menu-item-has-children .sub-menu {
        padding: 0 0 0 30px;
    }
    .navbar .navbar-nav li.menu-item-has-children .sub-menu a {
        padding: 2px 0 2px 25px;
    }*/
    .card .card-header {
        position: relative;
    }

        .card .card-header strong {
            display: block;
        }

        .card .card-header small {
            float: left;
        }

        .card .card-header .card-actions {
            right: 0;
            top: .75rem;
            position: absolute;
        }
}

.card .card-header .card-actions {
    float: right;
}

    .card .card-header .card-actions [class*="btn"] {
        border-left: 1px solid rgba(120, 130, 140, 0.4);
        color: #878787;
        display: inline-block;
        font-size: 16px;
        float: left;
        padding: 0 7px;
        width: inherit;
        text-align: center;
    }

.social-buttons .card-body p button {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.social-buttons .only-icon .card-body p button {
    padding: 0;
}

.social-buttons .social i {
    padding: 0 10px;
    width: inherit !important;
}

.social-buttons .only-text p button {
    padding: 0 .5rem;
}

.buttons button {
    margin: 2px 0;
}


/* Ribons */

.corner-ribon {
    text-align: center;
    width: 71px;
    height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
}

    .corner-ribon i {
        padding: 10px 0 0 35px;
        color: #fff;
    }

.black-ribon {
    background: url("../../images/twitter_corner_black.png") no-repeat;
}

.blue-ribon {
    background: url("../../images/twitter_corner_blue.png") no-repeat;
}

.social-box {
    min-height: 160px;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #fff;
}

    .social-box i {
        display: block;
        margin: -1px -1px 0;
        font-size: 40px;
        line-height: 90px;
        background: #e9ecef;
    }

    .social-box .chart-wrapper {
        height: 90px;
        margin: -90px 0 0;
    }

        .social-box .chart-wrapper canvas {
            width: 100% !important;
            height: 90px !important;
        }

    .social-box ul {
        padding: 10px 0;
        list-style: none;
    }

        .social-box ul li {
            display: block;
            float: left;
            width: 50%;
            padding-top: 10px;
            font-size: 18px;
        }

            .social-box ul li:first-child {
                border-right: 1px solid #c2cfd6;
            }

            .social-box ul li strong {
                display: block;
                font-size: 20px;
            }

            .social-box ul li span {
                font-size: 18px;
                font-weight: 500;
                color: #949CA0;
                text-transform: uppercase;
            }

    .social-box.facebook i {
        color: #fff;
        background: #3b5998;
    }

    .social-box.twitter i {
        color: #fff;
        background: #00aced;
    }

    .social-box.linkedin i {
        color: #fff;
        background: #4875b4;
    }

    .social-box.google-plus i {
        color: #fff;
        background: #d34836;
    }

.icons-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .icons-list li {
        position: relative;
        height: 40px;
        vertical-align: middle;
    }

        .icons-list li i {
            display: block;
            float: left;
            width: 35px !important;
            height: 35px !important;
            margin: 2px;
            line-height: 35px !important;
            text-align: center;
        }

        .icons-list li .desc {
            height: 40px;
            margin-left: 50px;
            border-bottom: 1px solid #e9ecef;
        }

            .icons-list li .desc .title {
                padding: 2px 0 0;
                margin: 0;
            }

            .icons-list li .desc small {
                display: block;
                margin-top: -4px;
                color: #868e96;
            }

        .icons-list li .value {
            position: absolute;
            top: 2px;
            right: 45px;
            text-align: right;
        }

            .icons-list li .value strong {
                display: block;
                margin-top: -3px;
            }

        .icons-list li .actions {
            position: absolute;
            top: -4px;
            right: 10px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }

            .icons-list li .actions i {
                float: none;
                width: auto;
                height: auto;
                padding: 0;
                margin: 0;
                line-height: normal;
            }

        .icons-list li.divider {
            height: 40px;
        }

            .icons-list li.divider i {
                width: auto;
                height: auto;
                margin: 2px 0 0;
                font-size: 18px;
            }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .1rem 1rem;
    margin-bottom: 0;
     /*background-color: #e4d6d6;*/
    background: linear-gradient(rgb(219, 212, 194), rgb(248, 247, 241)), white;
    font-weight: bold;
    height: 42px;
    color: rgb(81, 45, 29);
}

/*.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
  
    background: linear-gradient(rgb(219, 212, 194), rgb(248, 247, 241)), white;
    color: rgb(81, 45, 29);
    border-bottom: 1px solid rgba(0, 0, 0, .125)

}*/
.card-header-child {
    padding: .1rem 1rem;
    margin-bottom: 0;
    background: linear-gradient(rgb(219, 212, 194), rgb(248, 247, 241)), white;
    font-weight: bold;
    color: rgb(81, 45, 29);
    height: 25px;
    font-size: 13px;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header,
                .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer,
                .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header,
                .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer,
                .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header,
                .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer,
                .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-left: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                /*color: #5A55A3;*/
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: rgb(81, 45, 29);
                background-image: rgb(81, 45, 29);
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid rgb(81, 45, 29);
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mytable {
    overflow-y: auto;
    width: 100%;
}

.menutoggle {
    background: rgb(81, 45, 29);
    border-radius: 50%;
    color: #fff !important;
    cursor: pointer;
    font-size: 18px;
    height: 43px;
    line-height: 44px;
    margin: -5px -20px 0 -30px;
    text-align: center;
    width: 43px;
}


#pagTtl {
    float: left;
    font-family: inherit;
    font-size: 16px;
    padding-top: 10px;
}

.datepicker {
    height: 26px !important;
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker table:hover {
        box-shadow: 0 0 15px #999999;
    }
    /*--------------------------------some properties added during modification 18-02-21 @Asad--------------------------------------*/
    .datepicker table {
        width: 100%;
        margin: 0;
        background-color: white !important;
        border-radius: 4%;
        box-shadow: 0 0 15px #999999;
    }

    .datepicker td,
    .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 1px;
        transition: box-shadow .2s;
    }

        .datepicker td.day:hover {
            background: #eeeeee;
            cursor: pointer;
            box-shadow: 0 0 5px #999999;
        }

        .datepicker td.day.disabled {
            color: #eeeeee;
        }

        .datepicker td.old,
        .datepicker td.new {
            color: #999999;
        }

        .datepicker td.active,
        .datepicker td.active:hover {
            color: #ffffff;
            background-color: #006dcc;
        }

            .datepicker td.active:hover,
            .datepicker td.active:hover:hover,
            .datepicker td.active:focus,
            .datepicker td.active:hover:focus,
            .datepicker td.active:active,
            .datepicker td.active:hover:active,
            .datepicker td.active.active,
            .datepicker td.active:hover.active,
            .datepicker td.active.disabled,
            .datepicker td.active:hover.disabled,
            .datepicker td.active[disabled],
            .datepicker td.active:hover[disabled] {
                color: #ffffff;
                background-color: rgb(81, 45, 29);
            }

                .datepicker td.active:active,
                .datepicker td.active:hover:active,
                .datepicker td.active.active,
                .datepicker td.active:hover.active {
                    background-color: rgb(81, 45, 29);
                }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .datepicker td span:hover {
                background: #eeeeee;
            }

            .datepicker td span.active {
                color: #ffffff;
                background-color: #eee;
                /* Darken IE7 buttons by default so they stand out more given they won't have borders */
            }

                .datepicker td span.active:hover,
                .datepicker td span.active:focus,
                .datepicker td span.active:active,
                .datepicker td span.active.active,
                .datepicker td span.active.disabled,
                .datepicker td span.active[disabled] {
                    color: #ffffff;
                    background-color: #0044cc;
                    background-color: #003bb3;
                }

                .datepicker td span.active:active,
                .datepicker td span.active.active {
                    background-color: #003399 \9;
                }

            .datepicker td span.old {
                color: #999999;
            }

        .datepicker th.switch {
            width: 145px;
            transition: box-shadow .2s;
        }

            /*--------------------------------------added during modification 18-02-21 @Asad----------------------------------------------------------*/
            .datepicker th.switch:hover {
                box-shadow: 0 0 3px #999999;
            }

.year, .month {
    background-color: #fff;
    transition: box-shadow .2s;
}

    .year:active, .month:active {
        background-color: #fff;
        box-shadow: 0 0 3px #999999;
    }

    .year:hover, .month:hover {
        background-color: #fff;
        box-shadow: 0 0 3px #999999;
    }


.datepicker th.next:hover,
.datepicker th.prev:hover {
    box-shadow: 0 0 3px #999999;
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
    transition: box-shadow .2s;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover {
        background: #eeeeee;
    }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.lo {
    margin: 0 auto;
    width: 8em;
    font: italic bolder 1.1em 'Open Sans', sans-serif;
    color: white;
}

    .lo div {
        margin: 0;
        display: inline-block;
        animation: load 1s infinite alternate;
    }

@keyframes load {
    5% {
        opacity: 0.3;
        color: #32c7ff;
    }

    100% {
        color: rgb(81, 45, 29);
        text-shadow: 1.4px 2px 2.4px #d56432, 5px 5px 5px #999999;
    }
}

div:nth-child(2) {
    animation-delay: .10s;
}

div:nth-child(3) {
    animation-delay: .15s;
}

div:nth-child(4) {
    animation-delay: .25s;
}

div:nth-child(5) {
    animation-delay: .30s;
}

div:nth-child(6) {
    animation-delay: .35s;
}

div:nth-child(7) {
    animation-delay: .45s;
}

div:nth-child(8) {
    animation-delay: .50s;
}

div:nth-child(9) {
    animation-delay: .55s;
}

div:nth-child(10) {
    animation-delay: .59s;
}

.uil-default-css:nth-child(1) > img:nth-child(1) {
    position: relative;
    left: -7px;
}
