* {
    margin: 0;
    padding: 0;
}

/*NAVIGATION START*/
#globalNavigation {
    background: #005493 !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

#globalNavigation .logo {
    width: 25px;
}

#globalNavigation .navbar-nav {
    position: relative;
}

#globalNavigation .navbar-nav .nav-link {
    color: #e6e6e6;
    font-size: 12px;
}

#globalNavigation .navbar-nav .dropdown-menu {
    width: 250px;
    position: fixed;
    right: 0;
    left: auto;
    top: 37px;
    background: #005493;
    border-radius: 0;
}

#globalNavigation .dropdown-item {
    padding: 5px 7px;
    color: #e6e6e6;
    font-size: 12px;
}

#globalNavigation .userIcon {
    padding: 5px;
}

#globalNavigation .navbar-toggler {
    color: #e0939c;
    border: none;
    outline: none;
}

#globalNavigation .navbar-toggler .icon-bar {
    display: block;
    vertical-align: middle;
    outline: 0;
    margin: 5px 0;
    height: 5px;
    width: 33px;
    padding: 0;
    border: none;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    background: #e0939c;
}

#globalNavigation .dropdown-item:focus,
.dropdown-item:hover {
    color: #e6e6e6 !important;
    text-decoration: none;
    background-color: initial;
}
/*NAVIGATION END*/

main.matoolMainContent {
    padding-top: 42px;
}

/*SIDEBAR START*/
.leftPanel {
}

.leftPanel .leftSidebar {
    background: #005493;
    position: fixed;
    left: 0;
    width: 16.666%;
    height: 100%;
    overflow: auto;
    padding-bottom: 70px;
}

.leftPanel .leftSidebar ul.outerList li {
    position: relative;
}

.leftPanel .leftSidebar ul.outerList li.hasInnerDropdown.active {
    background: #e37f87;
    color: #ffffff;
}

/*.leftPanel .leftSidebar ul.outerList li.hasInnerDropdown.active::after {
    right: 0;
    border: solid 8px transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f1f1f1;
    top: 7px;
}*/

.leftPanel .leftSidebar ul.outerList li.hasInnerDropdown a.hoverItem:hover {
    background: #005b9f;
    color: #ffffff;
}

.leftPanel .leftSidebar ul.outerList li.hasInnerDropdown .fas.fa-angle-down.active {
    transform: rotateZ(180deg);
}

.leftPanel .leftSidebar ul.outerList li a {
    display: block;
    color: #e6e6e6;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 14px;
}

.leftPanel .leftSidebar ul.outerList li a .fas.fa-thumbtack {
    transform: rotate(45deg);
    color: rgba(240, 245, 250, 0.6);
}

.leftPanel .leftSidebar ul.outerList li a .fas.fa-sliders-h {
    transform: rotate(90deg);
    /* background: rgba(240, 245, 250, 0.6); */
    /* color: #c90010; */
}

.leftPanel .leftSidebar ul.outerList li a .fas.fa-play-circle {
    transform: rotate(-45deg);
    /* color: #ffffff; */
}

.leftPanel .leftSidebar ul.outerList li a .fas {
    /* color: rgba(240, 245, 250, 0.6); */
}

.leftPanel .leftSidebar ul.outerList li .fas.fa-angle-down,
.leftPanel .leftSidebar ul.outerList li .fas.fa-angle-up {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #e6e6e6;
}

.leftPanel .leftSidebar ul.outerList li.listTitle a {
    color: #ffffff;
    font-weight: 600;
}

.leftPanel .leftSidebar ul.outerList li ul.innerList {
    display: none;
    background: #005493;
}

.leftPanel .leftSidebar ul.outerList li ul.innerList li a {
    font-size: 12px;
    display: block;
    padding: 10px;
}

.leftPanel .leftSidebar ul.outerList li ul.innerList li a:hover {
    background: #005b9f;
    color: #ffffff;
}

.leftPanel .leftSidebar hr.sidebarRule {
    width: 100%;
    margin: 0;
    border-top: 1px solid #ffffff;
}
/*SIDEBAR END*/

/*RIGHT CONTENT START*/
.rightContent {
    overflow: hidden;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 42px);
}
/*RIGHT CONTENT END*/

/*FOOTER START*/
footer.mainFooter .footerLink {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.mainFooter .footerLink a {
    color: #000000;
    text-decoration: underline;
    font-size: 12px;
}

footer.mainFooter .footerLink a:hover {
    opacity: 0.7;
}

footer.mainFooter .copyright {
    font-size: 14px;
    color: #444444;
}
footer.mainFooter {
    /*position: absolute;
    bottom: 0;*/
    margin-top: 20px;
}
/*FOOTER END*/

/*MEDIA QUERIES START*/
@media screen and (max-width: 992px) {
    .leftPanel .leftSidebar {
        left: -300px;
        z-index: 10;
    }
}
@media screen and (max-width: 768px) {
    .dropdown-toggle::after {
        display: none;
        content: "";
    }

    footer.mainFooter {
        display: none;
    }
}
/*MEDIA QUERIES END*/

.clearfix {
    clear: both;
    display: both;
}

/* lp view page */
.lp-post {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
        "メイリオ", "Noto Sans JP", sans-serif;
    color: #1a1a1a;
}
.lp-post h1 {
    font-size: 32px;
}
.lp-post .submit-btn {
    font-weight: bold;
    font-size: 14px;
    min-width: 100px;
    border: 1px solid #c2d7f6;
    background-color: #c2d7f6;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 0.4em;
    transition: all 100ms linear;
    color: #000;
    display: block;
    margin: auto;
}
.lp-post .contact-form {
    max-width: 768px;
}

.lp-form-success {
    background: #dfd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #0c0;
    display: none;
    white-space: pre;
}
/* lp view page */

/* Error block */

.error-block {
}

.error-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.error-block ul li {
    position: relative;
    background: #fff;
    padding-left: 16px;
    height: 46px;
    line-height: 46px;
    border-left: 4px solid #fff;
    /* border-left-color: #46b450; */
    border-left-color: #ff5d5d;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 20px 0 10px 0;
}

.error-block ul li .close-error-btn {
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 46px;
    background: white;
}

.error-block ul li .close-error-btn:hover {
    color: red;
}
/* Error block */

.leftPanel .leftSidebar ul.outerList li.active ul.innerList {
    display: block;
}
.leftPanel
    .leftSidebar
    li.hasInnerDropdown.active
    ul.innerList
    li.active:after {
    right: 0;
    border: solid 8px transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f1f1f1;
    top: 7px;
}

.navbar-brand img {
    max-height: 26px;
}

.side-by-side .col-md-3 img.img-fluid {
    object-fit: cover;
    width: 100%;
}
.side-by-side div[class^="col"] {
    text-align: center;
}

.gray-box {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    text-indent: 10px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

select.search-input.gray-box {
    min-width: 70px;
}

.gray-btn {
    border: 1px solid #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    height: 28px;
    padding: 0 2px;
}

input.button {
    padding: 0 6px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}

.profileEditInput {
    font-size: 14px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    line-height: 30px;
    height: 30px;
    width: 350px;
    text-indent: 10px;
}

.modal-dialog {
    max-width: 800px;
}

/* THEME OPTIONS START */

.theme-options h2 {
    font-size: 23px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.theme-options .all-rows {
    border: 1px solid #ccc;
    background: #fff;
}

.theme-options .submitBtn {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    background: #a0000c;
    border-color: #a0000c;
    color: #ffffff;
}

.theme-options .upload-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    width: 150px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #555;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    float: left;
    text-align: center;
}
.theme-options .upload-img {
    float: left;
    clear: both;
    margin-top: 10px;
    border: 1px solid #ccc;
    /*background-image: url(https://stage.yscf-ma.com/wp-content/uploads/2019/03/login-logo.png);*/
    width: 150px;
    height: 150px;
}
.theme-options .form-control {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    outline: 0;
    border-radius: 0;
}
.theme-options .submit-btn {
    background: #a0000c;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.item_preview {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 10px 0 0;
}

.item_preview .button-secondary {
    width: 150px;
    text-align: center;
    color: #555;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.item_preview .upload_image {
    position: relative;
    display: block;
    margin-top: 10px;
    height: 0;
    padding-top: 100%;
}

.item_preview .upload_image .dummy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    background-color: #eee;
    overflow: hidden;
}

.item_preview .upload_image .dummy img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.color-form-control {
    width: 60px;
}

.rm-border-top {
    border-top: 0 !important;
}

.rm-border-bottom {
    border-bottom: 0 !important;
}
.form-label-il{
    display: inline-block;
    margin: 0 30px 0 0;
}