@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

html {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



.action-button {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

#wo-breadcrumbs a {
    padding: 0.5rem;
}

#wo-breadcrumbs a > span {
    padding: 0;
    color: black;
}

#wo-breadcrumbs a > span:hover {
    color: #777;
}

#wo-breadcrumbs span {
    padding: 0.5rem;
    color: #777;
}

.notifyjs-achievement-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #468847;
    border-radius: 20px;
}

.notifyjs-achievement-success .achievement-container {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    white-space: nowrap;
}

.notifyjs-achievement-success .achievement-container .achievement-star {
    color: yellow;
    -webkit-text-stroke-color: #468847;
    -webkit-text-stroke-width: medium;
}

body {
    background-color: #FFFAFA;
}

.content-wrapper {
    transition: margin-left 0.3s ease-in-out;
    min-height: 100%;
}

.inner-content-wrapper {
    padding-bottom: 300px;
}

.footer {
    height: 300px;
    margin-top: -300px;
}

.push {
    margin-bottom: 220px;
}

.content-wrapper.sidebar-collapsed {
    margin-left: 0px;
}

.content-wrapper #login-card {
    position: absolute;
    width: 40%;
    top: 30%;
    left: 30%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.content-wrapper .content-header {
    background-color: white;
    margin: 1rem 0.5rem;
    padding: 1rem 1rem;
    color: #777;
    border: 1px solid #b8c7ce;
    border-radius: 8px;
    position: relative;
}

.content-wrapper .content-header a {
    color: black;
    vertical-align: sub;
}

.content-wrapper .content-header .header-title {
    font-size: 1.4rem;
}

.content-wrapper .content-header #filter-list {
    position: absolute;
    background: white;
    right: 0;
    top: 3rem;
    z-index: 1050;
    border: 1px solid #54595f;
}

.content-wrapper .content-header #filter-list ul {
    list-style: none;
}

.content-wrapper .content-header #filter-list ul li {
    padding: 0.3rem 0.8rem;
}

.content-wrapper .content-header #filter-list ul li:hover {
    background-color: #54595f;
}

.content-wrapper .gallery-image {
    position: relative;
}

.content-wrapper .remove-image {
    position: absolute;
    right: 20%;
    top: 10%;
    visibility: hidden;
}

.content-wrapper .add-image:hover {
    cursor: pointer;
}

.content-wrapper .remove-image:hover {
    cursor: pointer;
}

.content-wrapper .form_name_label,
.content-wrapper .form_name {
    bottom: 0;
}

.content-wrapper .image-box {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.content-wrapper .form_name_label {
    height: 2rem;
    border-top: 2px solid #3c8dbc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-wrapper .box-primary.col-2 {
    width: 20%;
}

.content-wrapper .filters-wrapper {
    background-color: white;
    margin: 1rem 0.5rem;
    padding: 0.5rem 1rem;
    color: #777;
    border: 1px solid #b8c7ce;
    border-radius: 8px;
}

.content-wrapper th {
    white-space: nowrap;
}

.content-wrapper .box {
    border-radius: 3px;
    background-color: white;
    border-top: 3px solid #777;
    margin: 1rem 0.5rem;
    padding: 0.5rem 1rem;
}

.content-wrapper .box.box-primary {
    border-color: #3c8dbc;
}

.content-wrapper .navigation {
    padding: 0.5rem;
}

.content-wrapper .navigation .page-info {
    float: right;
    padding-top: 3px;
    padding-right: 0.5rem;
}

.content-wrapper .navigation .pagination {
    float: right;
}

.content-wrapper .navigation .pagination span {
    text-decoration: none;
    background-color: white;
    color: black;
    padding: 2px 6px 2px 6px;
    border: 1px solid #777;
    border-radius: 8px;
    margin: 0 0.2rem 0 0.2rem;
}




div#form > div {
    margin-top: 0.5rem;
}

.modal-confirm {
    color: #434e65;
    width: 525px;
}

.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    background: #e85e6c;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    color: white;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .btn {
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
}

.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}

.modal-confirm .close:hover {
    opacity: 0.8;
}

.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 3%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}

.modal-confirm .icon-box i {
    font-size: 58px;
    margin: -2px 0 0 -2px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm-danger {
    background: #e85e6c;
}

.modal-confirm-success {
    background: #0ae871;
}

.modal-confirm-info {
    background: #00c8e8;
}

/*# sourceMappingURL=admin.css.map */

/* Absolute Center CSS Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

a {
    color: #F9CF00;
}

a:hover {
    color: #ffe898;
}

.btn-primary, .page-item.active .page-link {
    background-color: #F9CF00;
    border-color: #F9CF00;
    color: #54595f;
}

.btn-primary:hover {
    background-color: #ffe898;
    border-color: #ffe898;
    color: black;
}


body{
    margin:0;
    padding:0;
    min-height: 900px;
    overflow-x: hidden !important;
    
}
/*-- -- -- Login.html -- -- --*/

.login-btn{
    padding: 10px;
}
.section-login{
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    
   
}
.login-logo{
    position: relative;
    height:auto;
    width:400px;
    margin:50px;
}
.login-tri1,.login-tri2{
    position: absolute;
}
.login-tri1{
    width:300px ;
    height:auto;    
    bottom:-70px ;
    left:-200px; 
}
.login-tri2{
    width:auto ;
    height:300px;  
    top:-150px ;
    right:-250px; 
}
.login-card{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    width:800px;
    height:400px;
    padding:50px;
    border-radius:50px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(249,207,0,0.8) 100%);
}
#login{
    width:400px ; 
}
.login-text{
    font-weight:700;
    font-size:30px;
}
.form-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
button[name="login[submit]"] {
    font-weight:700;
}
input[name="login[username]"],input[name="login[password]"] {
    font-weight:500;
}
.login-card input{
    border-bottom:2px solid #0000004d;
}

/*-- -- -- Login.html Mobile/responsive -- -- --*/

@media (max-height:900px) {
    .login-logo {
        margin: 0;
    }
    
    body{
        min-height: 600px;
    }
    .login-card{
        margin-top:40px;
        position: relative;
        top: 0%;
        left:0%;
        transform: translate(0%, 0%);
    }
    .section-login{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:770px) {
    img{
        height:auto;
        width:60vw;
    }
    .login-logo{
        max-width: 500px;
        width:90%;
        height:auto;
        margin-top: 20px;
    }
    .login-card{
        position: absolute;
        top:0;
        left:0;
        transform: none;
        border-radius:0;
        width:100vw;
        height:100vh;
        overflow: hidden;
        justify-content:center;
        background-image: none;
    }
    .login-card input{
        font-size: 1rem;
    }
    .login-tri1,.login-tri2{
        opacity: 0.3;
        z-index: -1;
    }

    .login-tri1{
        width:300px ;
        height:auto;    
        bottom:0;
        left:-90px; 
    }
    .login-tri2{
        width:auto ;
        height:300px;  
        top:0 ;
        right:-100px; 
    }
    #login{
        width:250px;
    }
    @media (max-height:555px) {
        .login-card {
            position: relative;
            height:auto;
        }
        .login-tri1,.login-tri2{
            display: none;
        }

    }
}



/*-- -- -- header.html -- -- --*/


.header-main{
    position:relative;
    background-color: #FFFAFA;
    height:200px;
}
.header-logo{
    height: 120px;
    width:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation:header-logo-anim1 1s ;
    background-color: #FFFAFA;

}
.header-text{
    display: block;
    float:right;
    margin:10px;
    font-size: 20px;
    font-weight: bold;
}

/*-- -- -- header.html ANIMATION -- -- --*/

.header-logo-anim{
    height: 60px;
    position: fixed; 
    left: 20px;
    top:20px;
    transform: none;
    animation:header-logo-anim2 1s ;
    z-index: 2;
}
@keyframes header-logo-anim1 {
    from {top: -200px; }
    to {top: 50%;}
}
@keyframes header-logo-anim2 {
    from {left: -200px; }
    to {left: 20px;}
}


/*-- -- -- menu.html -- -- --*/


.menu-btn-box.current> a:first-child:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #F9CF00;
    transition: transform 1s ease-out;
    display: inline-block;
    position: absolute;
    bottom:0px;
    left:0px;
    animation: The_chosen_one .7s;
}
@keyframes The_chosen_one {
    from {bottom: 15px; height: 0px;}
    to {bottom: 0px;height: 3px;}
  }

.menu-container{
    margin-top:5px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color:#FFFAFA;
    margin-bottom:10px;
}
.menu-box{
    display: block;
    width: 100%;
    min-height:100px;
    margin-bottom:10px;

}
.menu-btn-box{
    margin:10px 0;
}
.menu-btn-box a{
    margin:0 10px; 
    padding:10px;
    font-size: 20px;
    font-weight: 500;
    color:#000;
    cursor: pointer;
    transition: all .1s ;
    position: relative;
}
.menu-btn-box a:hover{
    color:rgba(0, 0, 0, 0.5);
}
.menu-mobile{
    display: none;
    
}


/*-- -- -- menu.html Mobile/responsive -- -- --*/


@media screen and (max-width: 940px) {
    .menu-box {
        min-height: 0;
    }

    .menu-container > .menu-btn-box {
        margin: 10px;
    }

    .menu-container > .menu-btn-box > a {
        font-size: 20px;
    }

    .header-main {
        height: 100px;
    }

    .header-text {
        display: none !important;
    }

    .menu-mobile {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        padding: 20px;
        display: block;
        z-index: 4;
    }

    .menu-mobile-anim {
        animation: menu-mobile 1s;
    }

    @keyframes menu-mobile {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .header-logo {
        height: 60px;
        position: fixed;
        left: 20px;
        top: 20px;
        transform: none;
        animation: header-logo-anim2 1s;
        z-index: 3;
    }

    .header-mobile-bg {
        position: fixed;
        background: #FFFAFA;
        height: 100px;
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: 3;
    }

    .menu-container {
        position: fixed;
        overflow: hidden;
        top: 0;
        bottom: 0;
        min-height: 100%;
        z-index: 2;
        flex-direction: column;
        align-content: center;
        margin: 0;

        overflow-y: scroll;
    }
    
    .menu-container > .menu-btn-box.current {
        position: relative;
    }

    .menu-container > .menu-btn-box.current > a:first-child:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        animation: The_chosen_one .7s;
    }

    @keyframes The_chosen_one {
        from {
            left: -400px;
            height: 0px;
        }
        to {
            left: 0px;
            height: 3px;
        }
    }
}



/*-- -- -- menu.html ANIMATION -- -- --*/


.menu-container-anim{
    position:fixed;
    margin:0;
    top:0;
    padding-top: 20px;
    width:100vw;
    z-index: 1;
    transition: all .2s;
}


/*-- -- -- banner.html  -- -- --*/

.banner-box{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background-color:#FFFAFA;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 1s all;
}
.banner-text{
    padding:20px 30px 10px 30px;
}


/*-- -- -- banner.html ANIMATION -- -- --*/


.banner-box-anim{
    transform: translateY(100%);
}



/*-- -- -- banner.html mobile/responive -- -- --*/


.banner-text3{
    display:block;
    color:gray;
}
.banner-text1{
    display:block;
}
.banner-text2{
    display:none;
}
@media screen and (max-width:697px){
    .banner-text3{
        display:none;
    }
    .banner-text2{
        display:block;
    }
    .banner-text{
        padding:0 30px 10px 30px;
    }
    @media screen and (max-height:755px){
        .banner-text3{
            display:block;
        }
        .banner-text2{
            display:none;
        }
        .banner-text1{
            display:none;
        }
    }
}
@media screen and (min-width:1200px){
    .banner-text{
    padding:30px 10vw;
}
    .banner-box{
        justify-content: center;
    }
}
@media screen and (max-height:1000px){
    body{
        height:1000px;
    }
    @media screen and (max-height:700px){
        body{
            height:700px;
        }
    }
    
}


.page-item.active .page-link {
    z-index:1 !important;
}