﻿body, span {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

body {
    background-color: #000;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.login-ifs {
    background-color: white !important;
}

.logo-login img {
    max-width: 100%;
    max-height: 200px;
    width: auto !important;
}

.title-color {
    color: #f8f8f8 !important;
    /*font-weight:normal;*/
}

.content-color {
    color: #909596 !important;
    /*font-weight:normal;*/
}

.btn-label--color {
    color: #fac900 !important;
}

.avatar-dashboard {
    border-radius: 50% !important;
    padding: 23px 80px;
    margin-top: 45px !important;
    max-height: 300px;
    margin: 0 auto;
}

.background-color--custom {
    background: #101314 !important;
}

    .background-color--custom > h2 {
        color: #F8F8F8;
    }

.nav {
    position: fixed;
    bottom: 0;
    width: 1024px;
    max-width: 100%;
    height: 85px;
    background-color: #2f3549;
    display: flex;
    overflow-x: auto;
}

.nav__text {
    color: #909596;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

    .nav__link:hover {
        background-color: #eeeeee;
    }

.nav__link--active {
    color: #009578;
}

.nav__icon {
    font-size: 18px;
}

.icon-menu--dashboard {
    width: 35px;
    height: auto;
}

.icon-menu-fa--dashboard {
    color: #909596;
    padding: 10px 7px;
    font-size: 24px !important;
}

.sidebar-menu--icon > img {
    width: 25px;
    height: auto;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.copyright-ism {
    color: white;
    font-size: 13px;
    padding: 55px;
}

.content > .portlet {
    background-color: #101314;
    height: 100vh;
    margin-bottom: 0;
}

.select-login {
    background: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.image-dashboard--fix {
    text-align: center;
}

    .image-dashboard--fix > img {
        max-width: 540px;
        max-height: 300px;
    }

button:hover {
    color: #fff !important;
}

.fix-width {
    max-width: 1024px;
    margin: 0 auto;
}

a:hover {
    text-decoration: none;
}

.hover-menu:hover {
    background-color: #c2c2c2;
}

.fix-scroll-dashboard {
    margin-top: 40px !important;
    overflow: scroll;
    height: 100%;
}

.max-container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto !important;
}

::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: medium !important;
    color: #C2C2C2 !important;
}

.font-size-color {
    font-family: 'Roboto', sans-serif;
    font-size: medium !important;
    color: #3C3C3C !important;
}

.custom-login {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #22282b !important;
    padding: 6px 0px !important;
    color: #909596 !important;
}

button:disabled {
    color: #fff !important;
}

button:hover {
    color: #fff !important;
}

.button-login {
    text-align: center;
    margin-top: 25px;
}

.logo-login {
    padding-bottom: 0 !important;
    padding-left: 51px !important;
    padding-right: 51px !important;
}

.form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label:after {
    background: #3C3C3C;
}


.fix-top {
    position: absolute;
    max-width: 1024px;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 auto !important;
}

.icon-inside-input {
    position: absolute;
    right: 22px;
    top: 12px;
    color: white;
    cursor: pointer;
}

.profile-avatar {
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50% !important;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 75px;
    margin-bottom: 35px;
}

    .profile-avatar img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .profile-avatar img.portrait {
            width: 100%;
            height: auto;
        }
        /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: orange; 
  border-radius: 10px;
}
@media screen and (min-width: 375px) {
    /*Login css*/
    .login-ifs {
        /*background-color: #101314 !important;*/
        max-width: 1024px;
        width: 100%;
        margin: 0 auto !important;
    }

        .login-ifs > .content {
            padding: 0;
            margin: 0;
            width: auto;
        }

    .form-login > .form-group {
        margin-bottom: 5px !important;
    }

    .btn-login {
        background: #fcbd07 !important;
        color: #fff !important;
        font-family: "Open Sans",sans-serif;
        font-weight: bold;
        border:1px solid #fcbd07;
        padding: 10px;
    }
    .btn-login:hover{
        color:#fcbd07 !important;
        background:none !important;
    }
    /*Dashboard css*/
    .fix-scroll-dashboard {
        /*margin-top: 40px !important;*/
        overflow: auto;
        height: 100%;
    }

    .header-dashboard {
        background-image: linear-gradient(to right top, #ffeb00, orange);
        position: absolute;
        left: 0;
        right: 0;
    }

        .header-dashboard > span {
            color: #6697f1;
            font-size: 25px;
        }

    .dashboard-title {
        text-align: center;
    }

        .dashboard-title > h1 {
            color: black;
            font-weight: bold;
        }

        .dashboard-title > span {
            color: black;
        }

    .image-dashboard {
        margin-top: 25px;
    }

        .image-dashboard > img {
            width: 100%;
            height: auto;
            object-fit: cover;
            left: 0;
            right: 0;
            /*position: absolute;*/
            max-height: 600px;
        }

    .menu-dashboard {
        position: absolute;
        left: 0;
        right: 0;
        /*margin-top: 80%;*/
        margin-bottom: 1px;
        background: #ededed;
    }

    .ribbon-custom {
        top: -230px;
        right: 15px;
        font-weight: bold;
    }

    .event-label--custom {
        position: absolute;
        width: 100%;
        top: 213px;
    }

    .menu-label {
        margin-bottom: 5px;
        background-color: #22282B;
        opacity: 80%;
        color: #222d84;
        font-weight: bold;
        border: none;
        /*border-bottom: 1px solid #c2c2c2;*/
    }

    .img-menu {
        text-align: left;
        color: white;
    }

        .img-menu > span > img, .header-dashboard > span > img {
            width: 30px;
            height: auto;
        }

        .img-menu > .icon-menu {
            float: right;
        }

    .header-dashboard--back {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .menu-page {
        margin-top: 0;
    }

        .menu-page > h2 {
            font-weight: bold;
            /*font-family: 'Roboto';*/
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 10px;
        }

    .menu-label--time {
        /*font-weight: bold;*/
        color: black;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 30px;
    }

        .menu-label--time > .meal {
            float: left;
            color: #FCCB00;
        }

        .menu-label--time > .time {
            float: right;
            color: #909596;
            font-weight: normal;
        }

        .menu-label--time > span {
            margin-bottom: 5px;
        }

    .breadcum-meal {
        color: #fccb00;
        font-weight: normal;
        font-size: 14px;
    }

    .img-menu--breadcum {
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
    }

    .title-events {
        float: left;
    }

    .header-label {
        color: #222d84;
    }

    .header-thankyou {
        background: #222d84;
        position: absolute;
        height: 50px;
        left: 0;
        right: 0;
    }

    .image-thankyou {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 200px;
    }

        .image-thankyou > img {
            width: 200px;
            height: auto;
        }

        .image-thankyou > h1 {
            font-weight: bold;
            font-family: 'Roboto';
            margin-top: 0;
            color: #c2c2c2;
        }

    .mt-comments img {
        max-width: 100%;
    }
    /*-----view animation----*/
    /*.animate-switch-container {
       height:auto;
    }

    .animate-switch {
      padding:10px;
    }

    .animate-switch.ng-animate {
      transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
    }

    .animate-switch.ng-leave.ng-leave-active,
    .animate-switch.ng-enter {
      top:-50px;
    }
    .animate-switch.ng-leave,
    .animate-switch.ng-enter.ng-enter-active {
      top:0;
    }*/
    .animate-switch.ng-enter {
        /*transform: translateX(-500px);
        opacity: 0;
 
        -webkit-transition: all 0.35s cubic-bezier(1,.01,0,.99);
        -moz-transition: all 0.35s cubic-bezier(1,.01,0,.99);
        -ms-transition: all 0.35s cubic-bezier(1,.01,0,.99);
        -o-transition: all 0.35s cubic-bezier(1,.01,0,.99);
        transition: all 0.35s cubic-bezier(1,.01,0,.99);*/
        position: relative;
        animation: animateright 0.4s;
        -webkit-animation: animateright 0.4s;
    }

    @keyframes animateright {
        from {
            right: -300px;
            opacity: 0;
        }

        to {
            right: 0;
            opacity: 1;
        }

        @-webkit-keyframes animateright {
            from;

{
    right: -300px;
    opacity: 0;
}

to {
    right: 0;
    opacity: 1;
}

.animate-switch.ng-enter-active {
    transform: translateX(0px);
    opacity: 1;
}

.animate-switch.ng-leave {
    /*transform: translateX(0);
        opacity: 1;
 
        -webkit-transition: all 0.35s cubic-bezier(1,.01,0,.99);
        -moz-transition: all 0.35s cubic-bezier(1,.01,0,.99);
        -ms-transition: all 0.35s cubic-bezier(1,.01,0,.99);
        -o-transition: all 0.35s cubic-bezier(1,.01,0,.99);
        transition: all 0.35s cubic-bezier(1,.01,0,.99);*/
}

.animate-switch.ng-leave-active {
    /*transform: translateX(500px);
        opacity: 0;*/
}
/*-----end view animation----*/
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
    .container-dashboard {
        margin-top: 50px;
    }
    /*.icon-menu--dashboard {
        padding: 0 20px;
    }*/
}

@media screen and (min-width: 1024px) {
    .container-dashboard {
        margin-top: 50px;
    }
}

.login .content select.form-control {
    padding-left: 0px;
    color: black;
    font-size: medium !important;
}

