﻿@font-face {
    font-family: 'Averta,sans-serif'; 
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
    font-family: 'Averta,sans-serif';
    src: url('../fonts/Gotham-Font/Averta,sans-serif.ttf') format('truetype');
}*/
.headFont {
    font-family: Open sans-serif, Sans-serif !important;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: rgb(162,2,2);
}
.helloFont {
    font-family: Open sans-serif, Sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.titleFont {
    font-family: Open sans-serif, Sans-serif !important;
    font-size: 20px;
    text-align: center;
}
.tagFont {
    font-family: 'Satisfy';
    font-size: 20px;
    text-align: center;
}
#btnLogin {
    color: #135C9C;
}
    #btnLogin:hover {
        color: #135C9C;
    }
.btn-etpl {
    color: #ffffff;
    background-color: #3E882C;
    min-width: 30px;
    cursor: pointer;
}

    .btn-etpl.focus,
    .btn-etpl:focus {
        color: #fff;
        background-color: #3E882C;
    }
    .btn-etpl.disabled,
    .btn-etpl:disabled {
        
        opacity: 0.30;
        cursor:default;
    }
    .btn-etpl:hover {
        color: #fff;
        background-color: #3E882C;
    }

    .btn-etpl.active,
    .btn-etpl:active,
    .open > .dropdown-toggle.btn-etpl {
        color: #fff;
        background-color: #135C9C;
        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: #00ABC5;
    border-color: #00ABC5
}

.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: #3E882C;
        border-color: #3E882C
    }

.btn-etpl .badge {
    color: #00ABC5;
    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;*/
    font-family: Open sans-serif, Sans-serif !important;
    padding: 5px;
    /*width:30px;*/
    height: 30px;
    border: 0;
    background-size: 100%;
    /*background-size: 30px auto;
    background-color: transparent;*/

    position: relative;
    /*padding: 10px 20px;*/
    /*font-size: 16px;*/
    cursor: pointer;
    border: none;
    /* background-color: #007BFF;*/
    color: white;
    border-radius: 5px;
}

    .buttonshow:hover {
        outline: none;
        /*background-color: white;*/
        border-color: #00abc5;
        box-shadow: 0 0 5px #09e1c20;
        /*transform: scale(1.05);*/
    }

.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,
.select:hover,
.datepicker:hover,
.inputNumber:hover,
.inputDecimal2:hover,
.inputDecimal3:hover,
.inputDecimal4:hover {
    outline: none;
    
}
.inputNormal:focus,
.inputUpper:focus,
.select:focus,
.datepicker:focus,
.inputNumber:focus,
.inputDecimal2:focus,
.inputDecimal3:focus,
.inputDecimal4:focus {
    outline: none;
    
}

.jsCss {
    border: 1px solid;
    border-color: rgb(128, 128, 128)
}


/* Autocomplete */

* {
    box-sizing: border-box;
}


.half, .half .container > .row {
    /*height: 70vh;*/
    /*min-height: 400px;*/
    max-height:450px;
}

.half .bg {
    background-size: cover;
    background-position: center;
}

.half .contents, .half .bg {
    width: 100%;
}

.half .bg {
    height: 200px;
}

    .half .contents, .half .bg {
        width: 100%;
    }

    .half .contents {
        background: #f6f7fc;
    }
.order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
 
.container {
    max-width: 1140px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.half .container > .row {
    height: 100vh;
    min-height: 200px;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.form-block {
    background: #fff;
    padding: 40px;
    margin-top: -50px;
}
.login-form{
    min-height:480px;
}
.text-center {
    text-align: center !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.text-muted, .dropzone.dz-clickable .dz-message *, .flot-text .flot-x-axis > div, .flot-text .flot-x-axis .flot-tick-label, .flot-text .flot-y-axis > div, .flot-text .flot-y-axis .flot-tick-label, .editor-toolbar a {
    color: #686868 !important;
    font-size: 0.775rem !important;
}
.form-control, select, .email-compose-fields .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 0px);
    padding: 0.5rem 0.4rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1;
    color: #000000 !important;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 7px;
    /*border: none !important;*/
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn, .fc .fc-button, .swal2-modal .swal2-actions button, .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions .disabled a {
    font-size: 0.875rem;
    line-height: 1;
    /*padding: 0.5rem 1rem 0.4rem;*/
}

.text-white {
    color: #ffffff !important;
}

.mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-group label {
    font-size: 0.81rem;
    line-height: 0.8rem;
    vertical-align: top;
    margin-bottom: 5px;
    white-space: nowrap;
}
.align-items-center, .horizontal-menu .navbar .navbar-content .search-form, .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
    align-items: center !important;
}

.justify-content-center, .dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.btn-primary:hover {
    /*background: #0b83da !important;*/
}
body {
    font-family: Open sans-serif, Sans-serif;
    font-size: 0.9375rem;
    font-weight:400;
    /*white-space:nowrap;*/
    /*letter-spacing:0.5px;*/
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 14px;
}

/*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;
}

.card {
    margin-bottom: 1.5rem;
    border-radius: 0;
}
/*.card-md {
    width:70%;
    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: transparent;
    border-radius:1.25rem;
    /*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;
}

.dataTables_paginate .pagination li {
    border-radius: 0 !important;
}

/*.dataTables_paginate .pagination li a {
    border-radius: 0 !important;
    color: #00ABC5;
}

.dataTables_paginate .pagination li.active a {
    background: #00ABC5;
    border-color: #00ABC5;
    color: #fff;
}

    .dataTables_paginate .pagination li:hover a {
        background: #00ABC5;
        border-color: #00ABC5;
        color: #fff;
    }

*/
@media (max-width: 2000px) {
    /*.content {
        padding: 0 15px;
    }*/

    .content {
       /* display: flex;*/
        justify-content: center;
        padding: 0 15px;
    }
    .content1 {
        display: flex;
        justify-content: center;
      /*  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: transparent;
    /*background-clip: border-box;*/
    /*border: 1px solid rgba(0, 0, 0, .125);*/
    /*box-shadow: 0px 0px 15px #dee2e6;*/
    border-radius: 1.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-panel {
    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: #e1e9ef;*/
    background-color: #fff;
    /* background-clip: border-box;*/
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 0px 15px #dee2e6;
    border-radius: 1.25rem;
    padding: 15px;
}
.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: .25rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 3px solid rgba(187 33 33 / 13%)
}
.card-header {
    font-family: Open sans-serif, Sans-serif !important;
    content: "";
    position: relative;
    left: 10px;
    bottom: -2px;
    height: 40px;
    width: 98%;
    border-bottom: 1px solid #dee2e6;
}
.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:transparent;
    /*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: #00ABC5;
    background-image: #00ABC5;
    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 #00ABC5;
}

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;
    /*overflow-x: scroll;*/
    padding-left: 5px !important;
    width: 100%;
}

.menutoggle {
  background:#00ABC5;
  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 {
    font-family: Open sans-serif, Sans-serif !important;
    float: left;
    font-size: 20px;
    padding-top: 5px;
    /* padding-left: 10px;*/
}

#pagTtl1 {
    font-family: Open sans-serif, Sans-serif !important;
    float: left;
    font-size: 20px;
    /* padding-top: 5px;*/
    /* padding-left: 10px;*/
}

.card-header-child {
    font-family: Open sans-serif, Sans-serif !important;
    padding: 0.13rem 1rem;
    margin-bottom: 0;
    background: linear-gradient(#3E882C, #3E882C), white;
    /*font-weight: bold;*/
    color: #fff;
    border-radius: 1.25rem;
    height: 25px;
    font-size: 15px;
}

.required:after {
    content: " *";
    color: red;
}

.autosize {
    overflow: hidden !important;
    line-height: 13px;
}
.responsive {
    position: absolute;
    backface-visibility: visible;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.buttonshow:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-75%) scale(1.01) !important;
    padding: 8px;
    border: solid;
    border-width: 0.5px;
    border-radius: 5px;
    background-color: white;
    color: black;
    padding: 5px 10px;
    /*font-size: 14px;*/
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; /* Smooth transition */
}


.buttonshow:not(:disabled):hover::after {
    opacity: 1;
    transform: translateX(-50%) scale(1.05) !important; /* Additional scale-up on hover */
    font-size: 11px;
}
.info1 {
    cursor: pointer;
}


.info {
    cursor: pointer;
}

.info:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-75%) scale(1.01) !important;
    padding: 8px;
    border: solid;
    border-width: 0.5px;
    border-radius: 5px;
    background-color: white;
    color: black;
    padding: 5px 10px;
    /*font-size: 14px;*/
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; /* Smooth transition */
}

.info:not(:disabled):hover::after {
    opacity: 1;
    transform: translateX(-50%) scale(1.05) !important; /* fa-info-circle Additional scale-up on hover */
    font-size: 11px;
}
.card-md {
    width: 70%;
    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: transparent;
    /*background-clip: border-box;*/
    /* border: 1px solid rgba(0, 0, 0, .125); */
    /*box-shadow: 0px 0px 15px #dee2e6;*/
    border-radius: .25rem;
}
.card-sm {
    width: 50%;
    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: transparent;
    /*background-clip: border-box;*/
    /* border: 1px solid rgba(0, 0, 0, .125); */
    /*box-shadow: 0px 0px 15px #dee2e6;*/
    border-radius: .25rem;
}
.container1 {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center; /* vertical */
    /*height: 100vh;*/ /* full viewport height */
    /*padding-top:50px;*/
}




.overlay {
    height: 0; /* closed by default */
    width: 100%;
    position: fixed;
    z-index: 1350;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,0.9);*/
    overflow-y: hidden; /* no scroll when closed */
    transition: height 0.5s ease;
    background-color: #e1e9ef !important;
}

    .overlay.open {
        height: 100%; /* open state */
        overflow-y: auto; /* allow scroll when opened */
        background-color: #e1e9ef !important;
    }


.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: -9px;
    color: white;
   
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #818181;
    }

.overlay .closebtn {
    position: absolute;
    top: -22px;
    right: 1px;
    font-size: 40px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

        .overlay a {
            font-size: 20px
        }

        .overlay .closebtn {
            font-size: 40px;
            top: -20px;
            right: 2px;
        }
}