#btn-action-tampilan-back {
    top: 125px;
}

body.not-home #main-content {
    margin-top: unset;
}

.btn-xs .fa {
    position: relative;
    top: 0;
}

#inner-main-content {
    background-color: unset;
    box-shadow: unset;
    display: unset;
    width: unset;
    padding: unset;
}

.full-layout.home #main-page {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

#section-layout-list-outer {
    display: inline-block;
    width: 100%;
}

.section-layout-list table:hover > tbody tr td {
    background-color: #474747 !important;
}

.section-layout-list {
    display: block;
    float: left;
    width: 20%;
    margin-bottom: 10px;
}

.section-layout-list .sll-inner {
    display: block;
    width: 100%;
    height: 100%;
}

.section-layout-list .sll-inner.active table tr td {
    background-color: #2c82c9;
}

.section-layout-list .sll-inner {
    padding: 0 3px;
}

.section-layout-list .sll-inner table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 3px;
    table-layout: fixed;
}

.section-layout-list .sll-inner table tr td {
    background-color: #c5c5c5;
    height: 60px;
}

#sll-tipe-3 tr td:nth-child(1) {
    width: 25%;
}

#sll-tipe-3 tr td:nth-child(2) {
    width: 75%;
}

#sll-tipe-4 tr td:nth-child(1) {
    width: 75%;
}

#sll-tipe-4 tr td:nth-child(2) {
    width: 25%;
}

#sll-tipe-5 tr td:nth-child(1) {
    width: calc(1 / 3 * 100%);
}

#sll-tipe-5 tr td:nth-child(2) {
    width: calc(2 / 3 * 100%);
}

#sll-tipe-6 tr td:nth-child(1) {
    width: calc(2 / 3 * 100%);
}

#sll-tipe-6 tr td:nth-child(2) {
    width: calc(1 / 3 * 100%);
}

#sll-tipe-8 tr td:nth-child(1) {
    width: calc(1 / 4 * 100%);
}

#sll-tipe-8 tr td:nth-child(2) {
    width: calc(1 / 4 * 100%);
}

#sll-tipe-8 tr td:nth-child(3) {
    width: calc(1 / 2 * 100%);
}

#sll-tipe-9 tr td:nth-child(1) {
    width: calc(1 / 2 * 100%);
}

#sll-tipe-9 tr td:nth-child(2) {
    width: calc(1 / 4 * 100%);
}

#sll-tipe-9 tr td:nth-child(3) {
    width: calc(1 / 4 * 100%);
}

#sll-tipe-10 tr td:nth-child(1) {
    width: calc(1 / 4 * 100%);
}

#sll-tipe-10 tr td:nth-child(2) {
    width: calc(1 / 2 * 100%);
}

#sll-tipe-10 tr td:nth-child(3) {
    width: calc(1 / 4 * 100%);
}

.tb-tambah-komponen {
    display: block;
    border: 1px dotted #dddddd;
    text-align: center;
    color: #dddddd !important;
    padding: 3px;
}

.layout-sll-ready.update-active {
    border: 1px solid transparent;
}

.layout-sll-ready.update-active:hover {
    border: 1px solid #2c82c9;
}

.layout-sll-ready.update-active:hover .edit-layout {
    display: inline;
}

.layout-sll-ready.update-active .komponen-sll-ready {
    border: 1px dotted transparent;
}

.layout-sll-ready.update-active .komponen-sll-ready:hover {
    border: 1px dotted #474747;
}

.layout-sll-ready {
    position: relative;
}

.layout-sll-ready .edit-layout {
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #2c82c9;
    color: #fff !important;
    padding: 1px 5px;
    display: none;
    font-size: 11px;
    z-index: 2;
}

.tb-tambah-komponen:hover {
    background: #fafafa;
    border: 1px solid #2c82c9;
    color: #2c82c9 !important;
}

#tb-pilih-jenis-komponen {
    display: inline-block;
    width: 100%;
}

#tb-pilih-jenis-komponen .tbpjk-item {
    display: block;
    float: left;
    width: calc(100% / 4 - 10px);
    border: 1px solid #dddddd;
    margin: 0 5px 10px;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
    color: #474747 !important;
    text-transform: none;
    text-decoration: none;
}

#tb-pilih-jenis-komponen .tbpjk-item .fa {
    display: block;
    font-size: 25px;
    margin: 5px 0;
}

#tb-pilih-jenis-komponen .tbpjk-item span {
    font-size: 12px;
}

#tb-pilih-jenis-komponen .tbpjk-item:hover {
    background: #fafafa;
}

.layout-sll-ready .sub-komponen-sll {
    margin-bottom: 5px;
    position: relative;
}

.layout-sll-ready .sub-komponen-sll > * {
    max-width: 100%;
}

.layout-sll-ready.update-active .sub-komponen-sll {
    border: 1px dotted #dddddd;
    min-height: 17px;
}

.layout-sll-ready.update-active .sub-komponen-sll:hover {
    border: 1px solid #2c82c9;
}

.layout-sll-ready.update-active .sub-komponen-sll:hover > a.edit-komponen {
    display: inline;
}

.layout-sll-ready.update-active .sub-komponen-sll a.edit-komponen {
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #2c82c9;
    color: #fff !important;
    padding: 1px 5px;
    display: none;
    font-size: 11px;
    z-index: 3;
}

.skssl-wysiwyg img,
.skssl-image img {
    max-width: 100% !important;
    height: auto;
}

.skssl-image a {
    display: block;
}

.skssl-map .map {
    width: 100%;
    border: 1px solid #dddddd;
    height: auto;
    padding-top: 60%;
    position: relative;
    margin: 0 0 5px 0;
}

.skssl-map .map .google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.skssl-map address {

}

.skssl-map address p {
    margin: 0;
}

.skssl-map address table {
    width: 100%;
}

.skssl-map address table tr td {

}

.row.layout-sll-ready {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.bs-image-slider .carousel-control, #detail-paket-carousel .carousel-control {
    position: absolute;
    display: block;
    width: 30px;
    height: 80px;
    background-size: auto 100%;
    cursor: pointer;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    margin-top: -40px;
    opacity: 0.35;
}

.bs-image-slider .carousel-control.left, #detail-paket-carousel .carousel-control.left {
    background-image: url(../img/slideshow-prev.png);
    left: 10px;
}

.bs-image-slider .carousel-control.right, #detail-paket-carousel .carousel-control.right {
    background-image: url(../img/slideshow-next.png);
    right: 10px;
}

.btn-action-tampilan.active {
    left: 0;
}

.btn-action-tampilan {
    display: block;
    position: fixed;
    left: -40px;
    width: 40px;
    height: 40px;
    background-color: #2c82c9;
    text-align: center;
    z-index: 5;
    box-shadow: 1px 1px 2px #0006;
}

.btn-action-tampilan .fa {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 10px;
}

#btn-action-tampilan-pengaturan {
    top: 80px;
}

#btn-action-tampilan-back {
    top: 125px;
}

#btn-action-preview-theme {
    top: 170px;
}

#btn-action-apply-theme {
    top: 215px;
}

.list-template-preview {
    display: block;
    width: 100%;
    padding-top: calc(150% - 4px);
    border: 1px solid #cacaca;
    background-color: #fafafa;
    margin-bottom: 30px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.list-template-preview span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    width: 100%;
    background-color: #0000009e;
    color: #fff;
    text-align: center;
    opacity: 0.4;
    transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.list-template-preview:hover > span {
    opacity: 1;
}

.template-pagination {
    display: inline-block;
    background-color: #fafafa;
    color: #474747 !important;
    border: 1px solid #474747;
    padding: 1px 7px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    text-transform: none;
}

.template-pagination:hover,
.template-pagination.active {
    background-color: #474747;
    color: #fff !important;
    text-transform: none;
    text-decoration: none;
}

#sidemenu-pengaturan-tampilan a {
    display: block;
    background-color: #2c82c9;
    color: #fff !important;
    padding: 7px 10px;
    border-bottom: 1px solid #286090;
    text-transform: none;
    text-decoration: none;
}

#sidemenu-pengaturan-tampilan .fa-gears:hover,
#sidemenu-pengaturan-tampilan a:hover {
    background-color: #286090;
}

.mc-box-icon {
    display: inline-block;
    width: 100%;
}

.mc-box-icon .mcbi-image {
    width: 100px;
    height: 100px;
    display: block;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e4e4e4;
    border-radius: 50%;
}

.mc-box-icon .mcbi-text {

}

.mc-box-icon .mcbi-text .mcbi-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mc-box-icon .mcbi-text .mcbi-title {

}

.mc-box-icon .mcbi-text .mcbi-description {

}

.mc-box-icon-side .mcbi-image {
    display: block;
    float: left;
}

.mc-box-icon-side .mcbi-text {
    display: block;
    float: left;
    width: calc(100% - 100px);
    padding-left: 15px;
}

.mc-box-icon-top .mcbi-image {
    margin: 0 auto;
}

.mc-box-icon-top .mcbi-text {
    text-align: center;
    margin-top: 15px;
    padding: 0 10px;
}

.skssl-logo-utama img {
    max-width: 100%;
}

.mc-card-image-01 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.mc-card-image-01 .mcci01-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.mc-card-image-01:hover > .mcci01-text {
    background-color: rgb(0 0 0 / 50%);
}

.mc-card-image-01 .mcci01-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    background-color: rgb(0 0 0 / 30%);
    padding: 5px 10px;
}

.mc-card-image-01 .mcci01-text .mcci01-title {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.mc-card-image-01 .mcci01-text .mcci01-description {
    color: #fff;
}

.mc-card-image-01.mc-card-image-01-100-100 {
    padding-top: 100%;
}

.mc-card-image-01.mc-card-image-01-100-125 {
    padding-top: 125%;
}

.mc-card-image-01.mc-card-image-01-100-150 {
    padding-top: 150%;
}

.mc-card-image-01.mc-card-image-01-100-175 {
    padding-top: 175%;
}

.mc-card-image-01.mc-card-image-01-100-200 {
    padding-top: 200%;
}

.mc-card-image-01.mc-card-image-01-125-100 {
    padding-top: 80%;
}

.mc-card-image-01.mc-card-image-01-150-100 {
    padding-top: 66.66%;
}

.mc-card-image-01.mc-card-image-01-175-100 {
    padding-top: 57.14%;
}

.mc-card-image-01.mc-card-image-01-200-100 {
    padding-top: 50%;
}

.mc-card-image-02 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.mc-card-image-02 .mcci02-image {
    display: block;
    position: relative;
    width: 100%;
    background-size: cover;
    padding-top: 50%;
    background-position: center;
}

.mc-card-image-02 .mcci02-text {
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cacaca;
    border-top: 0;
    text-align: center;
}

.mc-card-image-02 .mcci02-text .mcci02-title {
    font-size: 17px;
    text-transform: uppercase;
}

.mc-card-image-02 .mcci02-text .mcci02-description {
    margin-bottom: 10px;
}

.mc-carousel {
    margin-bottom: 10px;
}

.mc-carousel .list-image-carousel {
    padding: 0 10px;
}

.mc-carousel .list-image-carousel .list-image-thumbnail {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100px;
}

.mc-carousel .slick-arrow {
    display: none !important;
}

.lp-popup-image {
    background-color: #0000007a;
}

.lp-popup-image .modal-dialog {
    margin: 50px auto;
}

.lp-popup-image .modal-content {
    background: none;
    border-radius: 0;
    border: 0 none;
}

.lp-popup-image .modal-body {
    padding: 0;
}

.lp-popup-image .modal-body .close {
    position: absolute;
    color: #fff;
    right: 6px;
    top: 5px;
    opacity: 1;
    font-weight: normal;
    font-size: 25px;
    background-color: #00000063;
    width: 25px;
    height: 25px;
}

.lp-popup-image .modal-body a {
    display: inline-block;
    width: 100%;
}

.lp-popup-image .modal-body img {
    width: 100%;
}

ul.horizontal-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.horizontal-menu > li {
    display: inline-block;
    position: relative;
    float: unset;
}

ul.horizontal-menu > li > a {
    display: block;
    padding: 5px 10px;
}

.carousel-inner .slideshow-item {
    display: block;
    width: 100%;
    padding-top: 39%;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-inner .item .ci-text {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    display: inline-block;
    width: 100%;
    padding: 0 10%;
    margin-top: -70px;
}

.carousel-inner .item .ci-text h3 {
    margin: 0 0 10px 0;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 35px;
}

.carousel-inner .item .ci-text p {
    background-color: #00000057;
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 20px;
}

.carousel-inner .item .ci-text a {

}

#main-slideshow .carousel-control:hover {
    opacity: 1;
}

#main-slideshow .carousel-control {
    position: absolute;
    display: block;
    width: 30px;
    height: 80px;
    background-size: auto 100%;
    cursor: pointer;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    margin-top: -40px;
    opacity: .35;
}

#main-slideshow .carousel-control.left {
    background-image: url(../img/slideshow-prev.png) !important;
    left: 10px;
}

#main-slideshow .carousel-control.right {
    background-image: url(../img/slideshow-next.png) !important;
    right: 10px;
}

#page-content {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 5px #00000014;
    background-color: #fff;
}

.list-paket-front.potrait.with-thumb .thumbnail {
    width: 93.33px !important;
    padding: 0 !important;
}

.list-paket-front.potrait.with-thumb .deskripsi {
    width: calc(100% - 93.33px) !important;
}


#responsive-menu-btn {
    position: fixed;
    top: 0;
    right: 5px;
    width: 80px;
    height: 40px;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    line-height: 40px;
    z-index: 7;
    color: #fff !important;
    border-radius: 0 0 5px 5px;
}

#responsive-menu-btn.inactive {
    top: -50px;
}

#list-menu-responsive {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #ffffffe6;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px;
}

#list-menu-responsive #lmr-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 25px;
    color: #474747 !important;
}

#list-menu-responsive .lmr-title {
    font-weight: bold;
    font-size: 20px;
    color: #474747;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#list-menu-responsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#list-menu-responsive ul li {
    position: relative;
}

#list-menu-responsive ul li ul li {

}

#list-menu-responsive ul li ul li a:before {
    content: "";
    border-color: transparent #737373;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    display: block;
    height: 0;
    width: 0;
    left: 5px;
    top: 12px;
    position: absolute;
}

#list-menu-responsive ul li a {
    display: block;
    color: #474747 !important;
    padding: 7px 5px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

#list-menu-responsive ul li ul li a {
    padding-left: 15px;
}

.nav-quick-search-paket li a span {
    top: 0;
}

.nav-quick-search-paket li a {
    padding: 5px 15px;
    top: 5px;
}

.nav-quick-search-paket li:hover a,
.nav-quick-search-paket li.active a{
    padding: 10px 15px;
    top: 0;
}

.tab-quick-search-paket {
    border: 1px solid #ddd;
    border-top: 0;
}

.tab-quick-search-paket .tab-pane {
    padding: 20px 15px;
    margin-bottom: 0;
}
