@charset "utf-8";

/* CSS Document */
/* HTML5 display-role reset for older browsers */
img {
    height: auto;
    max-width: 100%;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {
    text-decoration: none;
}

b,
strong {
    font-weight: 600
}

.clear {
    clear: both;
}

.ft-left {
    float: left;
}

.ft-right {
    float: right;
}

p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0;
    font-weight: 400;
    color: #333
}

hr {
    border-color: #ddd
}

body {
    margin: 0px;
    background: #f1f2f7;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

* {
    outline: 0px;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;

}

.gray-bg {
    background: #fbfbfb;
    border-top: 5px solid #e1e1e1
}

.white-bg {
    background: #fff;
    border-top: 5px solid #e1e1e1
}

.header {
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    padding: 0 0px;
    width: 100%;
    float: left;
    height: auto;
    /*position: relative;*/
        position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.container {
    width: 90%;
}

.logo {
    float: left;
    width: auto;
}

.logo a {
    display: block;
    position: relative
}

.logo img {
    max-height: 60px;
}

.user-area {
    padding-top: 11px;
    position: relative;
}

.user-area a {
    padding: 10px 20px;
    display: block;
    line-height: 30px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #333
}

.user-area a.dropdown-toggle:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.user-area .user-avatar {
    float: left;
    margin-right: 8px;
    width: 32px;
}

.rounded-circle {
    border-radius: 50%;
}

.user-area .user-menu {
    background: #fff;
    border: none;
    left: inherit;
    right: -15px;
    top: 90px;
    margin: 0;
    max-width: 220px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
    min-width: 220px;
    border-radius: 0;
    transform: none;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.176)
}

.user-area .user-menu .nav-link {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
    font-weight: 400
}

.user-area .user-menu .nav-link .fa {
    color: #999;
    margin-right: 5px;
}

.user-area .user-menu .nav-link:hover {
    color: #000
}

/************************/
/*   Navigaion Section   */
/************************/
/*.nav { width:auto; float:left; margin:0; line-height:70px; height:70px; padding-left:80px; position:relative; }
.nav ul { width: 100%; margin:0; padding:0; list-style: none }
.nav ul li { display:inline-block; position: relative; transition: all 200ms ease 0s; margin:0 5px; float:left; }
.nav ul a { font-size:14px; font-weight:500; padding:0 10px; color:#282828; display:block; transition:line-height 0.5s ease 0s; text-transform:uppercase }
.nav ul a .fa { }
.nav ul li:hover > a { color: #ee161f; }
.nav ul li.active > a { color: #971604; }
.nav ul li:hover > ul { display: block; margin-top:0; transition: margin 200ms ease 0s; opacity:1; visibility:visible }
.nav ul ul { background:#fff; list-style: none; margin-top:0px; padding:0px; position: absolute; top:100%; width:14em; left: 0; z-index: 99999; opacity:0; visibility:hidden; box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) }
.nav ul ul li .fa { float:right }
.nav ul ul ul { left:100%; top:0; }
.nav ul ul li { float: none; margin: 0; padding: 0; display: block; transition: all 200ms ease 0s; }
.nav ul ul a { padding:13px 10px; font-size:13px; color:#333; width:auto; height: auto; line-height: 1; display: block; float: none; text-transform: none; text-transform:capitalize; text-shadow: inherit; border-right:none; border-left:none; text-align:left; font-weight:400; }
.nav ul ul a:hover { background:#222; color: #fff; }
.nav ul ul li.active a { background:#222; color: #fff; }*/
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.navbar-header {
    margin: 20px 0 0 -21px;
    position: relative;
    float: left;
}

.navbar-btn {
    background: #971604;
    border: none;
    color: #fff;
    border-radius: 90%;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    display: inline-block;
    float: left;
    text-align: center
}

.navbar-btn .fa {}

.navbar-btn span {
    display: none;
}

.navbar-btn:hover {
    background: #000;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.wrapper {
    float: left;
    width: 100%;
    padding: 0px 0 0;
    transition: all 0.3s;
    margin: 0;
}

.main-content {
    padding: 15px 20px 40px;
    float: left;
    width: 100%;
}

.card {
    height: calc(100% - 60px);
    position: relative
}

.main-content .form-group {
    display: flex;
    display: -webkit-flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.main-content .form-group .colum-3 {
    /*-webkit-flex: 1; -ms-flex: 1; flex: 1;*/
    padding: 0;
    background: #ffffff;
    margin: 15px;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 10px 5px #e7e7e7;
    position: relative;
    width:calc(33.33% - 30px);
    /*width: calc(25% - 30px);*/
    height: 60vh;
}


#close {
    position: absolute;
    right: -8px;
    text-align: center;
    top: -8px;
    width: 22px;
    cursor: pointer;
    height: 22px;
    background: #e9bc02;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#close i {
    margin-left: 0px;
    font-size: 14px;
    color: #ffffff;
}

.card-header {
    background: #000000;
    width: 100%;
    padding-left: 0px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 60px;
}

.card-header #main_content_dashboard_image {
    width: 15%;
}

.card-header #main_content_dashboard_image .dashboard_hover_ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-header .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-header .box-title {
    width: 60%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 54px;
    display: table;
}

.card-header .box-title h4 {
    font-size: 14px;
    font-weight: 600;
    color: #f2f3f8;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

.card-header .count {
    float: right;
    min-height: 60px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    min-width: 36%;
    padding: 0 10px;
    /*line-height: 54px;*/
    text-align: center;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-header .month {
    background: #000;
    float: right;
    height: 54px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    min-width: 135px;
    padding: 2px 20px;
    line-height: 24px;
    text-align: center
}

/*.card-header .month.blue{background:#0f1f50;}
.card-header .month.green{background:#024d56;}
.card-header .month.yellow{background:#d49715; color:#fff}*/
.card-body {
    width: 100%;
    padding: 20px;
    overflow: hidden
}

.card-body.charts {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body ul {
    list-style: none;
    padding: 0
}

.card-body ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d0d7ec;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.card-body ul li:last-child {
    border: none
}

.card-body ul li .heading {
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #3e3e3e;
    text-transform: uppercase;
}

.card-bodypart {
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.card-bodypart ul li .headingpart {
    float: left;
    text-align: left;
    font-size: 18px;
    color: #3e3e3e;
    text-transform: uppercase;
}

.card-bodypart ul li .amountpart {
    text-align: right;
    float: right;
    font-size: 18px;
    color: #3e3e3e;
}

.card-body ul li .amount {
    text-align: right;
    float: right;
    font-size: 22px;
    font-weight: 700;
    color: #3e3e3e;
}

.card-body ul li .amount .fa {
    color: #3e3e3e;
    font-size: 19px;
    font-weight: 400
}

.box-table {
    width: 100%;
    overflow: auto;
    height: 49vh;
}

.box-table.icon {
    text-align: center;
    padding-bottom: 20px
}

.main-content .form-group .colum-3 .action {
    padding: 20px 12px;
    text-align: right;
    /*position:absolute;*/
    width: 100%;
    bottom: 0
}

.main-content .form-group .colum-3 .action a {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.main-content .form-group .colum-3 .action a:hover {
    color: #e9bc02
}

/*.purple .card-header{background:#5075e4;}*/
/*.purple .card-header .box-title h4 span { color:#0f1f50 }*/
/*.purple .card-header .count { background:#0f1f50;}*/
/*.purple .table tbody tr:nth-child(odd){ background:#d8e0f9}
.purple .table tbody tr:nth-child(even){background:#fff}*/
/*.green .card-header{background:#0cb2c5;}*/
/*.green .card-header .box-title h4 span { color:#024d56}*/
/*.green .card-header .count { background:#024d56;}*/
/*.green .table tbody tr:nth-child(odd){ background:#def9fc}
.green .table tbody tr:nth-child(even){background:#fff}*/
/*.green .box-table .action a{ color:#024d56; font-size:15px; font-weight:600;}
.green .box-table .action a:hover{color:#0cb2c5}*/
/*.yellow .card-header{background:#ffb822;}*/
/*.yellow .card-header .box-title h4 span {color:#a67307 }*/
/*.yellow .card-header .month { background:#d49715; color:#fff}*/
/*.yellow .table tbody tr:nth-child(odd){ background:#f7e1b1}
.yellow .table tbody tr:nth-child(even){background:#fff}*/
/*.yellow .box-table .action a{color:#a26f04; font-size:15px; font-weight:600;}
.yellow .box-table .action a:hover{color:#d49715}*/

.card-header-right-icon {
    display: inline-block;
    float: right;
}

.card-header-right-icon ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.card-header-right-icon ul li {
    float: right;
    padding-left: 14px;
    color: #878787;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-size: 14px;
}

.card-header-right-icon ul li a {
    color: #878787;
}

.no-border {
    border: 0px !important;
}

.card .table thead tr th {
    /*height: 60px;*/
    padding: 8px 10px;
}

.card .table tbody tr td {
    height: 46px;
    line-height: 16px;
}

.card .table tbody tr:nth-child(odd) {
    background: #eee
}

.card .table tbody tr:nth-child(even) {
    background: #fff
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    line-height: 20px;
    vertical-align: middle;
}

thead tr th:last-child,
tbody tr td:last-child {
    text-align: right;
}

thead tr th {
    font-weight: 600;
    font-size: 13px;
    color: #202020;
    text-transform: uppercase;
}

.table tbody tr td {
    font-weight: 400;
    font-size: 13px;
    padding: 0 15px;
    color: #202020;
    border: none;
}

.table tbody tr td a {
    color: #202020
}

.table tbody tr td a:hover {
    color: #202020
}

.card .table {
    margin: 0;
    border-collapse: collapse
}

.modal-dialog.birthday-popup {
    width: 500px;
}

footer {
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #212121 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, #212121));
    background: -webkit-linear-gradient(top, #000000 0%, #212121 100%);
    background: -o-linear-gradient(top, #000000 0%, #212121 100%);
    background: -ms-linear-gradient(top, #000000 0%, #212121 100%);
    background: linear-gradient(to bottom, #000000 0%, #212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#212121', GradientType=0);
    width: 100%;
    float: left;
    padding: 12px 20px 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

footer sup {
    font-size: 10px
}

#main_content_dashboard .dashboard_hover_ul {
    height: 100%;
}

#main_content_dashboard .dashboard_hover_ul li.dashboard_hover_li_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#main_content_dashboard .dashboard_hover_ul li.dashboard_hover_li_outer i {
    font-size: 80px;
    margin-left: 0px;
    color: #e9bc02;
}

#main_content_dashboard .dashboard_hover_ul li.dashboard_hover_li_outer .dashboard_dropdown {
    height: 100%;
    overflow-y: scroll;
    margin: 0;
}

/*#main_content_dashboard .dashboard_hover_ul li.dashboard_hover_li_outer li.dashboard_hover_li_inner a {*/
/*    width: 100%;*/
/*    display: inline-flex;*/
/*    padding: 0px 6px;*/
/*    font-size: 9px;*/
    /*letter-spacing: 0.6px;*/
/*    font-weight: 500;*/
/*    color: #333333;*/
/*}*/
.dashboard_hover_ul li.dashboard_hover_li_outer li.dashboard_hover_li_inner a {
    width: 100%;
    display: inline-flex;
    padding: 3px 6px;
    font-size: 10px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #333333;
}

.active, .btn:hover {
    background-color: #ffffff00 !important;
}

#cover_height .pagination>.active>a {
    color: #000000;
}