﻿
* {
    font-family: prompt;
}


.btn.btn-primary {
    background-color: #bb5118 !important;
    border:solid 1px #bb5118;
    color:#fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #000;
    background-color: #fff;
}

.navigation .navigation-menu-body > ul li a:hover, .navigation .navigation-menu-body > ul li .chat-block .chat-sidebar .chat-sidebar-content .list-group .list-group-item.active:hover, .chat-block .chat-sidebar .chat-sidebar-content .list-group .navigation .navigation-menu-body > ul li .list-group-item.active:hover, .navigation .navigation-menu-body > ul li .header form .input-group .input-group-append button.btn:hover, .header form .input-group .input-group-append .navigation .navigation-menu-body > ul li button.btn:hover {
    color:#bb5118;
}

.header .avatar.avatar-state-success:before {
    display:none;
}

.header {
    background-color: #bc5117
}

#dashboardPage {

}

.navigation a {
    color:#bb5118 !important;
}

.header .userMenu strong {
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #000;
    background-color: #fff !important;
    border: solid 3px #ffbc50
}

.header .header-body .header-search .input-group {
    background-color: #000;
}

.page-header,body  {
    background-color: #f5f5f5
}

#main .main-content {
    padding-top:0;
}

#leftMenu.navigation a {
    font-size: 15px;
}

.page-header .breadcrumb a, .page-header .breadcrumb *,
.page-header .breadcrumb li.breadcrumb-item + .breadcrumb-item::before,
.page-header .breadcrumb li.breadcrumb-item {
    font-size: 20px !important;
}

.page-header .breadcrumb li.breadcrumb-item:first-child:before{
    content:none;
}

.page-header {
    height:auto;
    margin-bottom:0 !important;
    margin-top:0 !important;
}

footer * {
    text-transform:none;
    margin:auto;
}

.minHeight {
    min-height: 75vh !important;
    vertical-align: top;
}

.bg-grey {
    background-color:#ccc;
}

.pagination ul{
    margin:auto;
}

.pagination ul li {
    display: inline-block;
}

.pagination .bold {
    font-weight:800;
}

#main a:not(.active.list-group-item) {
    color: #bb5118
}

label {
    margin-bottom:0;
}

.contentTab button {
    margin-right: 5px;
    border: none;
    font-size: 14px;
    height: 40px;
    background-color: #ddd;
}

.contentTab .btn.active {
    background-color: #40382f !important;
    color: #fff !important;
}


.tabContent {
    display:none;
}

.tabContent.active {
    display:block;
}


.btn-secondary {
	background-color: #ffbc50;
}


.numberCircle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #707070;
    color: #000;
    text-align: center;
    display: block;
    position: relative;
}

#writingTabContent .paging li .active .numberCircle {
    background-color: #ffbd51;
}

.description {
    max-width: 1004.5px;
    min-height: 400px;
    font-size: 14px;
    word-wrap: break-word;
}


#leftMenu .active {
    background-color: #f6b850;
}

#leftMenu .active a {
    color:#000!important;
}

label {
    font-size:12px;
}

.bg-black {
    background-color:#000;
    color:#fff;
}

.text-center{
    text-align:center;
}


em {
    font-size: 20px;
    line-height: 15px;
    font-style: normal;
    font-weight: bold;
    color: #bb5118;
    padding-right: 2px;
}

.slipFrame {
    height: 350px;
    min-width: 250px;
}
.slipImg {
    width:100%;
    height:100%;
    object-fit:contain;
}

.bold {
    font-weight:bold;
}

.v-top {
    vertical-align:top;
}

.font-lg {
    font-size:25px;
    line-height:20px;
}

.btn-small {
    width:25px;
    height:25px;
    padding:5px;
    text-align:center !important;
    display:inline-block !important;
}

.auto-scroll {
    height:250px;
    overflow:auto;
}

.coverSection {
    width:100%;
    aspect-ratio:1/1;
    overflow:hidden;
}