﻿@charset "utf-8";
/* CSS Document */


body {
    user-select: auto;
    background: #fff;
    font-size: 15px;
    max-height: 100%;
    height: 100%;
    margin-bottom: 75px;
}

h3 {
    font-size: 15px;
    font-weight: 700;
}

.hy-drawer-content {
    color: #fff;
    background: #ca3649;
    background-size: contain;
    position: absolute;
    z-index: 999;
}

aside a {
    color: #fff;
}

#header {
    padding: 5px 0 5px 5px;
    left: 0px;
    right: 0px;
    position: relative;
}

    #header .logo {
        position: relative;
        z-index: 99;
    }

#menuEl {
    position: absolute;
    top: 2px;
    right: 10px;
    border-radius: 100%;
}

    #menuEl span {
        color: #ca3649;
        font-size: 20px;
    }

#user {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #252628;
}

    #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: 15px;
    }

        .left-menu a:hover {
            text-decoration: none;
            color: #fff;
        }

#login {
    padding: 120px 0 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: 13px;
        line-height: normal;
        padding-top: 5px;
        margin-bottom: 5px;
        font-weight: 600;
        text-align: center;
        display: block;
    }
#bg1 a {
        color: #333;
        font-size: 15px;
    }
#bg1 .p-1 {
    padding: 0.45rem!important;
}

.bg1 {
    text-align: center;
    overflow: hidden;
    padding: 15px 0 5px;
    border-radius: 10px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border: #d7d7d7 0px solid;
}
.bg1 img{width:40px!important;}
.bg1 label {
    font-size: 11px;
    line-height:normal;
    padding-top:5px;
    margin-bottom:5px;
    font-weight: 600;
    color: #333;
    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: #ce0d10;
	padding:10px 15px;
    margin-bottom: 15px;
}

    .inner-banner a {
        color: #fff;
        font-size: 20px;
    }

    .inner-banner h3 {
        font-size: 14px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        position: relative;
        top: 7px;
    }

.form-control {
    font-size: 13px;
    border: hsl(244deg 59% 29% / 30%) 1px solid;
    /*height: 50px !important;*/
}


.btn-success {
    border-radius: .25rem !important;
    background: #1c5048 !important;
    border: none !important;
    padding: 8px 30px !important;
}

.btn-success:hover {
        background: ffc107 !important;
        border: 0 !important;
    }

#login h2 span {
    color: #fff;
}

#footer {
    background:#ca3649;
    padding: 10px 0px 5px;
    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: 15px;
    }

    #footer i {
        color: #fff;
        display: block;
        font-size: 20px;
    }
/*#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: 15px 30px;
}

.btn-info {
    font-size: 12px;
    padding: 8px 10px;
    background: #028ad4 !important;
}

.table td, .table th {
    font-size: 13px;
    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: #ce0d10;
    }

.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: #ce0d10;
        font-weight: 700;
        border-bottom: #dee2e6 1px solid;
        padding-bottom: 5px;
    }

    .moreOption .fa-copy {
        color: #ad275f!important;
    }
.btn:not(:disabled):not(.disabled) {
    color: #fff!important;
    font-size: 14px;
}

.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 {
    font-weight: 500;
    font-size: 13px;
}