html,
body {
    font-family: "psustidti", sans-serif;
    font-size: 16px;
    overflow: auto;
}

header {
    background-color: #FFFFFF;
}

.bg-main {
    background-color: #1B75BB;
    color: #FFF;
    background-color: rgba(27, 117, 187, 1) !important;
}

.bg-sub {
    background-color: #6FB7E5;
    color: #FFF;
}

.text-main {
    color: #1B75BB;
}

.text-sub {
    color: #6FB7E5;
}

.bg-box {
    background-color: #D8E7AF;
}

code {
    font-size: 16px;
    color: #c24a6b;
    word-wrap: break-word;
}

.view .btn {
    padding: 0.2rem 0.5rem;
}

.hover-line {
    border-bottom: 1px #ddd solid !important;
}

.hover-line:hover {
    background-color: #DDD !important;
    border-bottom: 1px #ddd solid !important;
}

.timeline-icon {
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    padding-top: 8px;
}

.hover-line input[type="checkbox"],
.card-title input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.help-block {
    color: red;
}

.has-error .form-control-filled {
    border-bottom: 2px red solid;
}
 .form-control-filled-red {
    border-bottom: 2px red solid;
}

.page-title {
    padding: 0.5rem 0;
    position: relative;
}

.input-group-prepend {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.pagination {
    margin-top: 20px;
    justify-content: center;
}

.hidden {
    display: none !important;
}


/* Header */

.navbar-brand img {
    height: 2rem;
}

.navbar {
    box-shadow: none;
}

header {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.scrollup header {
    position: fixed;
    width: 100%;
    background: #FFF;
    z-index: 999;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.scrollup .main {
    margin-top: 200px;
}

.banner .season h2 {
    font-size: 30px;
}

.banner .season h2 {
    margin-bottom: 20px;
}

.btn.btn-extra {
    min-width: 200px;
    height: 58px;
    font-size: 28px;
    margin: 20px 15px;
}

.btn-primary,
.newefiling .btn-primary.disabled,
.newefiling .btn-primary:disabled,
.newefiling .btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:hover {
    color: #ffffff;
    border: none;
}


/* End */

.content {
    padding-top: 5px;
}

.banner {
    background-color: #1B75BB;
    color: #FFF;
    height: auto;
    position: relative;
}

.banner button {
    border: unset;
    background-color: unset;
}

.banner .slide-detail {
    overflow-y: auto;
    padding: 5px;
}

.banner img {
    max-width: 100%;
    margin: 0 auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.carousel-indicators {
    position: relative;
}

.carousel-indicators .active {
    opacity: 1 !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.section {
    width: calc((100% - 1170px)/2);
    height: 50px;
    background: #6FB7E5;
    border-radius: 0px 30px 30px 0px;
    position: absolute;
    left: -30px;
    margin-top: -55px;
}

.section-test {
    width: calc(1002px + calc((100% - 1170px)/2));
    margin-left: 168px;
}

.section-test {
    width: calc(974px + calc((100% - 1170px)/2));
    border-radius: 30px 0px 0px 30px;
    left: unset;
}

.box .menu {
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    padding-right: 0;
}

.box .menu .col-9 {
    padding-left: 20px;
    border-left: 1px solid #61c161;
    margin-left: -10px;
    padding-right: 0;
}

.box .menu:hover {
    background: #D6E3F2;
}

.box .menu:hover h4 {
    color: #11345E;
}

.box .non-link a {
    text-decoration: none;
    color: currentColor;
}

.box .title h1 {
    color: #1B75BB;
    font-weight: bold;
    font-size: 25pt;
}

.new-home .card {
    height: 350px;
    min-height: 350px;
}

.card-img.img-fluid {
    /* width: 100% !important; */
    /* height: 200px !important; */
    background-color: #E4E4E4;
    max-height: 150px;
    width: auto;
    max-width: 100%;
}

.card .header-elements .btn {
    margin-right: 5px;
}

.navbar-brand img {
    height: 2.2rem !important;
}

.navbar-brand img.sidebar-resize-show {
    height: auto !important;
    width: 100%;
}

.navbar-static {
    padding: 1px;
}

.navbar-dark .navbar-brand {
    color: #fff;
    text-align: center;
}

.nav-sidebar>.nav-item span {
    font-family: "psustidti", sans-serif;
    font-size: 14px !important;
}
.nav-group-sub .nav-group-sub .nav-link {
    padding-left: 1rem !important;
}

.nav-sidebar>.nav-item span span {
    font-family: "psustidti", sans-serif;
    font-size: 12px;
}

.nav-sidebar .nav-link {
    color: rgba(255, 255, 255, .9);
    background-color: rgba(27, 117, 187, 1) !important;
}

.nav-sidebar .nav-link:hover,
.nav-sidebar .nav-link.active {
    background-color: #6FB7E5 !important;
    color: #FFFFFF;
}

.sidebar-section-body {
    border-bottom: 3px #f35c86 solid;
}

.sidebar-section-body a {
    color: #FFFFFF;
}

.sidebar-section-body .font-weight-semibold {
    font-weight: 500;
    color: #FFF;
}

.sidebar-section-body .text-muted {
    color: #f5f5f5 !important;
}

.nav-item-header {
    color: rgba(255, 255, 255, .9);
}

#navbar-second .navbar-nav-link.active {
    color: #FFF;
    background-color: #3dc0d0;
}

.navbar-nav-link {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 1rem 1rem;
    outline: 0;
    transition: all ease-in-out .15s;
}

.cke_editable {
    cursor: text;
    border: 1px #ccc solid;
    margin-top: 15px;
    padding-top: 18px;
    padding-left: 15px;
    border-radius: 5px;
    height: auto;
    min-height: 60px;
}

.select2-selection--single {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: calc(1.5715em + 2rem + 2px);
}

.nav-sidebar .nav-link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0.5rem 0.5rem;
    transition: background-color ease-in-out .15s, color ease-in-out .15s;
    border-bottom: 1px #7689a033 solid;
    min-height: 0px;
}

.navbar-nav-link .badge {
    font-size: 9pt;
}

.navbar-nav-link i {
    margin-right: 5px;
}

.form-group {
    margin-bottom: 0rem;
}


/*.cke_editable {
    margin-top: 0px; 
   padding-top: 0px; 
}*/

#close-button {
    font-size: 40px;
    line-height: 10px;
}

.modal-header .close {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    margin: -1.25rem -1.25rem -1.25rem auto;
}

.modal-header {
    padding: 15px;
}

.breadcrumb {
    padding-left: 20px;
}

.form-group {
    margin-bottom: 3px;
}

.cke_editable {
    margin-top: 0px;
    background-color: #eee;
    border-width: 0 0 1px 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.cke_editable:focus {
    box-shadow: 0 -1px 0 #3f51b5 inset;
}

.card-group-control-left .card-title>a {
    padding-left: 1.625rem;
    width: 100%;
}

.card-group-control-left .card-header:hover {
    background-color: #F0F0F0;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    white-space: nowrap!important;
    border: 0!important;
}

.file-preview .btn-close {
    font-size: 1.37506rem;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.25rem;
    line-height: 1;
    color: #333;
    text-shadow: none;
    opacity: .75;
    z-index: 2;
    border-radius: 0.25rem;
}

.input-group-text {
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.center {
    text-align: center;
}

.font-blod {
    font-weight: bold;
}

@media(max-width:767px) {}

@media only screen and (max-width:1440px) {
    .header-elements-inline {
        display: block;
        width: 100%;
    }
}

th,
td {
    padding: 5px;
}

@media only screen and (max-width:500px) {
    #timel {
        padding: 0px;
    }
    .carousel-inner .slide-detail,
    .carousel-inner .slide-img {
        display: none;
    }
    .slide-title {
        text-align: center;
        font-size: 35px !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .box .title h1 span {
        padding-left: 30px;
    }
}

.kv-date-picker {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5715;
    color: #333;
    text-align: center;
    white-space: nowrap;
    background-color: #DDD;
    border: 1px solid transparent;
    border-radius: 0rem;
}

.kv-date-remove {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5715;
    color: #333;
    text-align: center;
    white-space: nowrap;
    background-color: #DDD;
    border: 1px solid transparent;
    border-radius: 0rem;
}

.krajee-datepicker {
    background-color: #eee;
    border-width: 0 0 1px 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.font-bold {
    font-weight: bold;
}

img {
    max-width: 100% !important;
    height: auto;
}

 
.btn {
    position: relative;
    text-transform: none;
}

.modal-fullscreen{
    max-width: 100%;
    top:0;
    bottom: 0;
    left: 0;
    right:0;
    margin:0;
}


.table-responsive {
    display: block;
    width: 100%;
    overflow-x: visible !important;
    -webkit-overflow-scrolling: touch !important;
}

@media screen and (max-width: 480px) {

    .kv-table-wrap th,
    .kv-table-wrap td,
    td,th {
        display: block;
        width: 100% !important;
        min-width: 100% !important;
        text-align: center;
        font-size: 1.2em;
    }
    .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext{
        width: 100%;
    }
    .input-group{
        display: block;
        width: 100% !important;
        min-width: 100% !important;
    }
}

.cke_textarea_inline{
    width: 100%;
}

#std-svg{
    width: 80% !important;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    #std-svg{
        width: 100% !important;
    }
}

.bootstrap-timepicker .picker {
    z-index: 1;
}

@media (min-width: 768px){
.box-sign {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100% !important;
}
}