header,
footer,.footer_f  {
    display: none;
}

header,
footer,
#content-main {
    position: relative;
}

header .logo {
    width: 250px;
    display: block;
    margin: 0 auto;
}

header .navbar-collapse {
    line-height: 2rem;
}

header nav ul li {
    font-size: 16px;
    letter-spacing: calc(1em * 0.15);
}

header nav ul li a {
    color: #666666;
    font-size: calc(2em - 8em / 10);
}

header nav ul.member-action .btn:focus {
    box-shadow: unset;
}

header nav ul.member-action button {
    color: #003b51;
    font-size: calc(2em - 8em / 10);
}

header nav ul.member-action li a {
    color: #627076;
}

header .nav .open>a,
header .nav .open>a:hover,
header .nav .open>a:focus {
    background-color: transparent;
}

.navmenu {
    left: auto;
    z-index: 1;
    right: 0;
    height: 100%;
}

.navmenu nav {
    background-color: #38609F;
}

.navmenu nav a {
    color: #fff;
}

.navmenu .member-action {
    color: white;
}

.navmenu.toggle>nav {
    width: 220px !important;
    margin-right: 0 !important;
}

.navmenu #sidebar-wrapper {
    width: 0;
    z-index: 1000;
    margin-right: -220px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navmenu #sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

.navmenu #sidebar-wrapper ul {
    width: 100%;
}

.navmenu #sidebar-wrapper ul li span {
    display: none;
}

.navmenu #sidebar-wrapper ul li {
    color: white;
}

.navmenu #sidebar-wrapper ul li ml {
    display: block;
    padding: 18px 0;
}

.navmenu #sidebar-wrapper ul li a {
    display: block;
    text-decoration: none;
}

.navmenu #sidebar-wrapper ul li a:hover {
    background-color: #667EB9;
}

.smooth {
    left: -220px !important;
}

/* +footer
*----------------------------------------------------------------------------*/

footer {
    padding: 60px 0;
    background: url(../i/bg-footer.jpg) no-repeat 0 0;
    background-size: cover;
    margin-top: 50px;
}

footer .copyright {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
}

/**
*
* =footer-links
*
**/

footer .contact ul {
    overflow: hidden;
}

footer .contact ul li {
    float: left;
    color: #5b5b5b;
}

footer .contact ul li h5 {
    margin-bottom: 25px;
    line-height: 1.2;
}

footer .contact ul li img {
    display: inline-block;
    height: 60px;
    margin-right: 5px;
}

footer .contact p {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}

body .container-fluid {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    body .container-fluid {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    body .container-fluid {
        width: 100%;
    }
}

.blockUI.blockMsg {
    position: fixed !important;
    -webkit-transform: translate(-50%, 0%) scale(0.8);
    -moz-transform: translate(-50%, 0%) scale(0.8);
    -ms-transform: translate(-50%, 0%) scale(0.8);
    -o-transform: translate(-50%, 0%) scale(0.8);
    transform: translate(-50%, 0%) scale(0.8);
    -webkit-transform-origin: 50% 0px;
    -moz-transform-origin: 50% 0px;
    -ms-transform-origin: 50% 0px;
    -o-transform-origin: 50% 0px;
    transform-origin: 50% 0px;
}

.blockUI-content {
    color: #666666;
    margin: 0 30%;
    height: 100%;
}

.blockUI-content .title {
    color: #FFFFFF;
    font-size: 1.8em;
    line-height: 1.8em;
    background-color: #5170AD;
    padding: .5em 0;
}

.blockUI-content .title img {
    margin: 0 0.3em;
}

.blockUI-content .title a {
    color: #fff;
    position: absolute;
    margin-left: -40px;
}

.blockUI-content .content {
    background-color: #FFFFFF;
    font-size: 1.2em;
}

.blockUI-content .content .login-title {
    font-size: 1.8em;
    color: #38609F;
    font-weight: bold;
    padding: .6em;
}

.blockUI-content .content div.input-group {
    margin: 0 auto;
    width: 39%;
    padding: 0;
}

.blockUI-content .content div.input-group button {
    margin: .55em 0;
    border: 2px solid #BCBCBC;
    box-shadow: 0 0 0.2rem #BCBCBC;
    border-radius: 12px 0 0 12px;
}

.blockUI-content .content div.input-group button:focus,
.blockUI-content .content div.input-group button:hover {
    background-color: #C4C6D3;
}

.blockUI-content .content div.dropdown-menu {
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: auto;
    max-height: 275px;
    margin: 0;
    position: absolute;
}

.blockUI-content .content a.dropdown-item.selected {
    background-color: #bdbdbd;
}

.blockUI-content .content div input {
    font-size: 1em;
    margin: .4em auto;
    border-radius: 12px;
    padding: 0.2em 1em;
    border: 2px solid #BCBCBC;
    box-shadow: 0 0 0.2rem #BCBCBC;
    outline: unset;
}

.blockUI-content .content div.short {
    padding: 0 4em;
}

.blockUI-content .content div.short button {
    width: 78%;
    font-size: 1em;
}

.blockUI-content .content div input[name="code"] {
    padding: 0.5em 1em;
    border: unset;
    border-bottom: 2px solid #BCBCBC;
    box-shadow: unset;
    outline: unset;
    width: 55%;
    text-align: center;
    border-radius: unset;
}

.blockUI-content .content div.col-12.row {
    margin: 0 auto;
}

.blockUI-content .content a {
    color: #007bff;
    cursor: pointer;
}

.blockUI-content .content img {
    width: 100%;
    height: auto;
    padding: .1em;
}

.blockUI-content .content b {
    color: #003B51;
}

.blockUI-content .content select {
    width: 100%;
    height: 2.5em;
    padding: 0 1em;
}

.blockUI-content .content table {
    width: 100%;
}

.blockUI-content .content table tr {
    height: 2.5em;
}

.blockUI-content .content table tr *:last-child {
    text-align: right;
}

.blockUI-content .content table tbody {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

.blockUI-content .content table tfoot {
    font-size: 1.5em;
    color: #707070;
}

.blockUI-content .content textarea {
    width: 100%;
    height: 8em;
}

.blockUI-content .footer {
    background-color: #FFFFFF;
    padding: 4em 0 6em;
}

.blockUI-content .footer button {
    color: #FFFFFF;
    width: calc(44%);
    margin: 0 0.5em;
    padding: 0.5em 0;
    font-size: 1.5em;
}

.blockUI-content .footer .btn-cancel {
    background-color: #bcbcbc;
}

.blockUI-content .footer .btn-confirm {
    background-color: #2184b5;
}

@media (max-width: 1200px) {
    .blockUI-content {
        font-size: 0.9em;
        margin: 0 15em;
    }

    .blockUI-content .content div.short {
        padding: 0 6em;
    }
}

@media (max-width: 1150px) {
    .blockUI-content .content div.input-group button {
        margin: .5em 0;
    }
}

@media (max-width: 1000px) {
    .blockUI-content .content div.short {
        padding: 0 6em;
    }

    .blockUI-content .content div.input-group button {
        margin: .45em 0;
    }
}

@media (max-width: 920px) {
    .blockUI-content .content div.short {
        padding: 0 2em;
    }
}

@media (max-width: 768px) {
    .blockUI-content {
        font-size: 0.8em;
        margin: 0 0;
    }

    .blockUI-content .title img {
        display: none;
    }

    .blockUI-content .content img {
        margin: 0 0.3em;
        padding: 0.5em 0;
    }

    .blockUI-content .content div input {
        font-size: 1.5em;
    }

    .blockUI-content .footer {
        padding: 2em;
    }

    .blockUI-content .content div.short {
        padding: 0 4em;
    }

    .blockUI-content .content div.input-group button {
        margin: .5em 0;
    }
}

@media (max-width: 425.8px) {
    .blockUI-content .footer {
        padding: 0;
    }

    .blockUI-content .footer button {
        width: 90%;
        margin: 0.5em;
    }

    .blockUI-content .content div.short {
        padding: 0 2em;
    }
}

#content-main {
    overflow-x: hidden;
}

#content-main .header {
    padding: 20px;
    background-color: #5170AD;
    color: #fff;
    font-size: 30px;
    display: none;
}

#content-main section.pt {
    margin-top: 15px;
}