﻿@charset "utf-8";
/* CSS Document */


body {
    user-select: auto;
    background: #fff;
    font-size: 12px;
    max-height: 100%;
    height: 100%;
    margin-bottom: 20px;
}

h3 {
    font-size: 15px;
    font-weight: 700;
}

.hy-drawer-content {
    color: #fff;
    background: #02394c;
    background-size: contain;
    position: absolute;
    z-index: 999;
}

aside a {
    color: #fff;
}

#header {
    padding: 10px 0 10px 5px;
    left: 0px;
    right: 0px;
    position: relative;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

    #header .logo {
        position: relative;
        z-index: 99;
    }

#menuEl {
    position: absolute;
    top: 2px;
    right: 10px;
    border-radius: 100%;
}

    #menuEl span {
        color: #86c530;
        font-size: 20px;
    }

#user {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #79b724;
}

    #user img {
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

#banner {
    margin-bottom: 0px;
    height: 30px;
    background: #b2550f url(../images/climpek.png);
}

.carousel-inner {
    margin-bottom: 15px;      
}

.carousel-caption {
    text-align: left !important;
}

.home-blocks a {
    color: #333333;
    text-decoration: none;
}

.wallet {
    margin: 30px;
    border: solid 1px #fff;
    padding: 10px;
}

    .wallet h4 {
        font-size: 13px;
        text-transform: uppercase;
    }

    .wallet h2 {
        font-size: 20px;
    }

.left-menu {
    margin: 0px;
    padding: 20px 0 0 40px;
    list-style-image: url(../images/arrow.png);
}

    .left-menu li {
        margin-bottom: 10px;
    }

    .left-menu a {
        font-size: 13px;
    }

        .left-menu a:hover {
            text-decoration: none;
            color: #fff;
        }

#login {
    padding:0;
}

#login h2 {
        text-align: center;
        color: #fff;
        font-size: 23px;
    }

#login h2 span {
            font-size: 13px;
            display: block;
            text-transform: uppercase;
            color: #999;
        }

#login .login-content{
    max-height: 100%;
    border-radius:10px;
    padding:5px 40px 10px;
}

.home-block {
    background: #313649;
    padding: 30px 10px;
}

.home-block label {
        font-size: 12px;
        color: #fff;
        line-height: 14px;
        font-weight: 600;
        position: relative;
        top: 5px;
    }
.bg {
    background: #ce0d10;
    padding: 10px;
    margin-top: 20px;
    border-radius:10px 10px 0 0;
    color: #fff;
    text-align: center;
   position: fixed;
    width: 100%;
    bottom: 55px;
    right: 0;
    left: 0;
}
.bg a{
	color:#fff;
	font-size:12px;
}
.bg a i{
	display: block;
    font-size: 16px;
    color: #ec2633;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
}

/*.carousel-caption h3{
    font-weight:700;
    color:#ae275f!important;
}*/

.arrow {
    position: relative;
    top: 5px;
}

#bg1 {
    text-align: center;
    color: #333;
    padding: 0 10px;
}



#bg1 label {
        font-size: 11px;
        line-height:normal;
        padding-top:5px;
        margin-bottom:5px;
        font-weight: 600;
        text-align: center;
        display:block;
        height:25px;
    }
#bg1 a {
        color: #333;
        font-size: 12px;
    }
.bg1{
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    padding: 25px 5px 15px;
    margin-bottom: 5px;
    border-radius: 10px;   
    border: #8ec83e 1px solid;
    border-bottom: #8ec83e 3px solid;

}
    .bg1 img {
        text-align: center;
        width: 35px;
        height: 35px;
        filter: invert(12%) sepia(66%) saturate(4252%) hue-rotate(110deg) brightness(107%) contrast(103%);
    }

.bg1 label {
    font-size: 12px;
    line-height:normal;
    padding-top:5px;
    margin-bottom:5px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.bg1 .fas {
        padding-top: 3px;
        padding-right: 10px;
        font-size: 18px;
    }

.bg2 {
    background: #085756 url(../images/diagonal-striped-brick.png);
}

.tabmenu {
    background: #f58634;
}

.tabmenu a {
        display: block;
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        padding: 10px;
        border-right: rgba(255,255,255,.5) !important;
    }

.inner-banner {
    background: #82bd31;
    padding: 8px 5px 6px;
    margin-bottom: 15px;
}

.inner-banner a {
        color: #fff;
        font-size: 17px;
    }

.inner-banner h3 {
        font-size: 15px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        position: relative;
        top: 3px;
    }


.form-control {
    border-radius: 5px;
    background-color:#fff;
    padding: 6px 15px;
    font-size: 14px;
    border: #ccc 1px solid;
}

.btn-success {
    border-radius: 5px !important;
    background: #02394c!important;
    border: none !important;
    padding: 6px 15px !important;
    font-size: 14px !important;
    width:100%;
}

.btn-success:hover {
        background: #0036ca!important;
        border: 0 !important;
    }

/*.shadow{
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}*/

#footer {
    background: #02394c;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 1px 0px 8px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

#footer a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        display: block;
        padding-top: 12px;
    }
#footer a span{
    display:block;
}
    #footer a.active {
        /*color: #f9d465;*/
        display: block;
        text-decoration: none;
        font-size: 12px;
        padding-top: 12px;
    }
#footer i {
        font-size: 17px;
    }
/*#footer::before {
 	content: "";
    position: absolute;
    background-color: transparent;
    top: -50px;
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 25px 0 0 #da261d;
}*/
.btn-danger {
    font-size: 12px;
    padding: 8px 10px;
}

.btn-info {
    font-size: 12px;
    padding: 8px 10px;
    background: #028ad4 !important;
}

.table td, .table th {
    font-size: 12px;
    padding: 5px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.bg-color {
    background: #efefef;
    border: #ccc 1px solid;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 10px;
}

    .bg-color strong {
        font-weight: 600;
        padding-right: 10px;
        color: #000;
    }

    .bg-color ul {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-bottom: 10px;
    }

        .bg-color ul li {
            border-bottom: #dadada 0px solid;
            line-height: 20px;
        }

.nav-tabs {
    border-top: 1px solid #dee2e6;
}

.nav-link {
    padding: 3px 26px !important;
    line-height: 18px;
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-item {
    text-align: center !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #ffffff;
        background-color: #02394c;
    }

.tab-pane .textbox {
    border-bottom: #dee2e6 1px solid;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

    .tab-pane .textbox strong {
        font-weight: 700;
        color: #1b3c90;
        line-height: 18px;
    }

    .tab-pane .textbox span {
        display: block;
        font-weight: normal;
        color: #8b8b8b;
        line-height: 18px;
    }

.moreOption {
    border: #ccc 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

    .moreOption h2 {
        font-size: 13px;
        color: #77b522;
        font-weight: 600;
        border-bottom: #dee2e6 1px solid;
        padding-bottom: 5px;
    }

    .moreOption .fa-copy {
        color: #e24699!important;
    }
.btn:not(:disabled):not(.disabled) {
    color: #fff!important;
    font-size: 12px;
}

.choose-file{
    border:#ccc 1px solid;
    text-align:center;
    padding:5px;
    margin:auto;
    border-radius: 0.25rem;
}
.choose-file label{
    font-weight:600;
    color:#235889;
    font-size:14px;
    margin-bottom: 0;
    display:block;
    text-align:center;
}
.choose-file span{
    display:block;
    font-weight:600;
    padding-bottom:5px;
    color:#e1005c;
}

.choose-file input{
    width: 100%;
}
.carousel-caption{
    left:9%!important;
    bottom: 15px!important;
}
.modal-header{padding:5px 10px!important;}
.modal-header h5{
    font-size: 16px;
    margin-bottom:0!important;
    color:#861f41;
    font-weight:700;
}
.modal{background: rgb(0 0 0 / 59%)}
.modal-dialog{top: 12%;
}
.jconfirm-buttons .btn-default {
    background:#235889 !important;
    color:#fff!important;
}
label{
    margin-bottom:3px;
}