/* Minification failed. Returning unminified contents.
(135,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-white'
(1643,1): run-time error CSS1019: Unexpected token, found '}'
(2300,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2301,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(2307,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2308,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(2314,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2315,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2331,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2332,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(2337,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2338,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(2343,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2344,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(2793,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-success'
(2807,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-white'
(3130,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3131,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3144,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3145,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3240,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color'
(3245,35): run-time error CSS1039: Token not allowed after unary operator: '-bs-card-border-color'
(3385,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3386,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '25%'
(3397,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3398,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '25%'
(3409,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3410,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '25%'
(3421,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3422,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '25%'
(3433,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3434,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
(3445,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3446,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
(3457,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3458,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3479,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3480,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3503,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color-rgb'
 */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500&display=swap');

html {
    font-size: 16px;
}

body {
    padding-bottom: 20px;
    min-height: 100%;
    background-color: white;
    font-family: 'Raleway',sans-serif;
}


.container-login {
    background-image: url('../images/sign_insvg.svg');
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: top 40% center;
}

.container-verification {
    padding: 50px 15px;
}

html {
    position: relative;
    min-height: 100%;
}

b, strong {
    font-weight: 500;
}

.form-group {
    margin-bottom: 1.5rem;
}

.login-form .img-group {
    text-align: center
}

.card {
    box-shadow: #a39c9c 0 0 1px 0px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.spinner {
    position: fixed;
    z-index: 1000;
    left: 45%;
    top: 50%;
    display: block;
}

#content-wrapper > .container-fluid {
    padding-bottom: 30px;
}

.mt0 {
    margin-top: 0 !important;
}

.pt0 {
    padding-bottom: 0 !important;
}

.mw-40ch {
    max-width: 40ch;
}

.mw-120ch {
    max-width: 120ch;
}

.centerBox {
    width: 450px;
    height: 400px;
    position: relative;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
}

.list-unstyled > ul {
    list-style: none;
}

.LoginBox {
    color: #525252;
    width: 450px;
    border: solid 1px #f1f1f1;
    background: url(../images/login-box-bg.png) repeat-x bottom;
}

.LoginForm {
    width: 100%;
    height: 100%;
}

.dl-horizontal dt {
    white-space: normal;
}

.vertical-center {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ealist > li {
    padding: unset;
}

.breadcrumbs > li + li:before {
    content: "| ";
    padding: 0 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-white)
}


.crumbs > li + li:before {
    content: "|";
}

.crumbs li:last-child a::after,
.crumbs li:last-child a::before {
    content: none;
}

.settings {
    text-align: right;
}

@media (max-width: 707px) {
    .settings {
        text-align: left;
        width: 100%
    }

    .settings .mdi {
        margin-left: 0px
    }

        .settings .text-nowrap {
            white-space: normal !important;
        }
}

.settings a, .settings p, .settings label {
    display: inline;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.advanced {
    margin-top: 15px;
    border: 1px solid #ccc;
}

.btn-reg {
    color: #fff;
    background-color: #148fcb;
    border-color: #1b88be;
}

.login {
    padding-top: 12px;
    font-size: 1em;
    color: black;
}

.logoff {
    padding-top: 0;
    color: black;
    text-decoration: underline;
}

.navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    color: black;
    text-decoration: underline;
    padding-left: 15px;
}

.form {
    margin: 15px 0px 15px 0;
}

.paddingTop {
    padding-top: 30px;
}

.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    /* border-bottom: 1px solid #e5e5e5; */
}

.flags {
    background-color: #f4f9f9;
    box-shadow: 5px 5px 5px #888888;
    border: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 5px;
}

.center {
    padding-left: 50px;
}

.header {
    background-image: url(../images/header-arrival-bg.png);
    overflow: hidden;
    font-size: large;
    color: white;
    clear: both;
}

.navbar {
    position: fixed;
    z-index: 1000;
    /* min-height: 50px; */
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-toggle {
    margin-top: 0 !important;
}

.clear {
    clear: both;
    margin: 10px 10px 10px 10px;
}

.right {
    float: right;
}

.space {
    margin: 15px 0 15px 0;
}

.typeahead {
    padding-right: 0;
    padding-left: 0;
    margin-top: 25px;
}

.infoBox {
    min-height: 200px;
    border-color: #000;
    padding: 45px 15px 30px 15px;
    cursor: default;
    border: solid 2px #444;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    background-color: #e3e3e3;
    margin-bottom: 20px;
    margin-top: 12px;
    clear: both;
    vertical-align: middle;
}

    .infoBox.edit {
        padding: 15px;
    }

.btn-login {
    margin: 0;
}

.form-wrepper {
    width: 250px;
    margin: 0 auto;
}

.img-center {
    margin: 0 auto;
}

.btn-office {
    color: #fff;
    background-color: #474747;
    border-color: #3a3a3a;
}

.sm-cell {
    text-align: center;
    width: 180px;
}

.AlphaCoLogo {
    position: absolute;
    top: 0;
    height: 80px;
    width: 99%;
    background: url(../images/hp_biglogo.png);
    background-repeat: no-repeat;
    background-position: right;
}

.list-inline {
    /*padding-left: 15px;*/
    margin-bottom: 0;
}

 a:link, a:visited, a:active, a:hover {
    color: #e7e4e4;
    text-decoration: none;
}

.td-link a:not(.btn) {
    color: #817e7e;
    text-decoration: none;
}

a:not(.btn) {
    color: #817e7e;
}

a.advanced-settings {
    color: white
}

a .text-settings {
    color: #25703c
}

.space-top {
    top: 10px;
}

.HeaderRegistration {
    background-image: url(../images/reg_tab_bg.jpg);
    height: 81px;
    padding: 10px 0px 0px 0px;
    z-index: 1;
}


.card-body .card-subtitle:last-child {
    margin-bottom: 0;
}

.card-subtitle {
    font-size: 1.2rem
}

.inline3 {
    min-width: 30%;
}

.checkbox-inline:first-child {
    padding-left: 0;
}

br + .checkbox-inline {
    padding-left: 0;
}

.checkbox-inline i.mdi {
    margin: 0;
}

.card-body:before, .card-body:after {
    display: table;
    content: "";
    clear: both;
}


.bg-gray {
    background-color: #fafbfc;
}


.bg-success {
    background-color: #25703c!important;
}

.bg-gray-100 {
    background-color: #F5F5F5;
    color: black;
}

.bg-tile-800 {
    background-color: #00695C;
    color: white;
}

.form-group-block .form-control, .form-group-block .btn {
    height: 50px;
    width: 100%;
    /*border-width: 0px;*/
    border-radius: 0px;
}
.form-control.select {
    background-color: white
}

.card > .list-group .list-group-item {
    border: 0;
    padding: 15px;
}

.list-group-item.list-group-item-action {
    padding-bottom:0
}

.list-group-project {
    border-bottom: 1px solid #e7e5e5b5;
}

.group-project-id {
    margin-bottom:5px
}

.b {
    border: 1px solid rgba(0,0,0,.12);
}

.bb {
    border-bottom: 1px solid rgba(0,0,0,.12) !important;
}

.select {
    width: auto;
    display: initial;
}

.arrival-card .select-gate {
    width: 100%;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper #header-wrapper {
        z-index: 1050;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        padding: 0 15px;
        padding-left: 200px;
    }

    #wrapper.toggled #header-wrapper {
        z-index: 1050;
        position: fixed;
        left: 30px;
        top: 0;
        width: 100%;
        height: 60px;
        padding: 0 15px;
    }

    #wrapper.no-menu #header-wrapper {
        left: 0;
    }

    #wrapper #header-wrapper .menu-toggle {
        display: inline-block;
        padding-top: 22px;
        background-color: #31353d;
        padding-bottom: 8px;
        border-left: 1px solid #fff;
        color: white;
    }

    #wrapper.toggled #header-wrapper .menu-toggle {
        display: none;
    }

    #wrapper #header-wrapper #header-brand {
        margin-top: 10px;
    }

    #wrapper.toggled #page-content {
        padding-left: 60px;
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled.menu-toggle {
        padding: 20px;
        padding-top: 27px;
        background-color: #31353d;
        padding-bottom: 17px;
        border-left: 2px solid white;
    }

    #wrapper #page-content {
        margin-top: 60px;
        padding-top: 15px;
        padding-left: 200px;
        width: 100%;
    }

#page-content {
    position: relative;
    margin-bottom: 200px;
}

.ea-breadcrumb {
    margin: 0;
    padding: 20px;
    background-color: transparent;
}

    .ea-breadcrumb .breadcrumb-item > a {
        color: white !important;
        font-size: 1.2em;
    }

.logo {
    height: 60px;
    padding: 14px;
}

.glyphicon-menu-hamburger {
    padding: 20px;
    top: 5px;
    font-size: 20px;
    color: white !important;
}


#wrapper #header-wrapper {
    background-color: #31a626;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    padding-left: 200px;
}

.user-notice {
    margin-top: 00px;
}

.h4 {
    font-size: 1.5em;
}

.Login-browser_details {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7143em;
    font-style: normal;
    font-weight: normal;
    color: #c0c0c0;
    text-decoration: none;
}

.form-wrepper {
    width: 200px;
    margin: auto;
}

.arrvl-tbl {
    font-size: 1em;
    border-radius: 6px;
}

    .arrvl-tbl > table > thead > tr > th, .arrvl-tbl > thead > tr > td {
        background-color: #53dc61;
        background-image: none;
        text-shadow: none;
        box-shadow: none;
    }

    .arrvl-tbl td a {
        cursor: pointer;
    }
/**** main menu sidenav  ****/
.main-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    overflow: hidden;
    z-index: 1000;
    background-color: #25703c;
}

    .main-menu ul {
        visibility: hidden;
    }

nav.main-menu.expanded ul {
    visibility: visible;
}

.main-menu.menu-lg {
    position: absolute;
    bottom: Auto;
}


.main-menu:hover, nav.main-menu.expanded,
.main-menu .active {
    overflow: visible;
}

/*.main-menu:not(.toggled):hover, nav.main-menu.expanded,
    .main-menu .active {
        overflow: visible;
    }*/
.main-menu li {
    position: relative;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid transparent;
    color: #fff;
    width: 60px;
    background-color: #25703c;
    height: 36px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .main-menu li:hover {
        position: relative;
        border-radius: 0 5px 5px 0;
        border: 2px solid;
    }

    .main-menu li > a {
        position: relative;
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
        color: #f4f4f4;
        text-decoration: none;
    }
    .main-menu li span.nav-text {
        font-size: 1.2rem
    }

.main-menu ul.logout {
    margin-top: 30px
}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
}

.main-menu .help-text {
    display: block;
    position: absolute;
    width: 0;
    left: 0;
    opacity: 1;
    bottom: -2px;
}

nav.main-menu.expanded {
    width: 200px;
    left: 0;
    overflow-y: auto;
    z-index: 1099;
}

nav.main-menu.expanded li {
    width: 190px;
}

nav.main-menu.expanded li span {
    opacity: 1;
    overflow: visible;
    padding-left: 0;
}

.main-menu.expanded li .help-text {
    opacity: 0;
}

.logoff {
    right: 20px;
    position: absolute;
    top: 45px;
}

.main-menu .fa, .main-menu .material-icons {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 50px;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.main-menu .mdi {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}


.toggle-btn .material-icons, .toggle-btn .mdi {
    width: 60px;
    height: 50px;
    padding: 5px;
    text-align: left;
    top: 8px;
    color: white;
    text-decoration: none !important;
}

.toggle-btn:hover {
    text-decoration: none !important;
}

.main-menu .fa-wide {
    left: 10px;
}

#wrapper .toggle-btn {
    display: none;
}

#wrapper.toggled .toggle-btn {
    display: block;
}

.main-menu:hover .active {
    overflow: hidden;
}


.main-menu > ul {
    margin: 20px 0;
}

    .main-menu > ul.logout {
        left: 0;
        bottom: auto;
    }

.no-touch .scrollable.hover {
    overflow-y: auto;
    overflow: visible;
}

nav ul, nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}

.main-menu li span {
    filter: alpha(opacity=0);
    opacity: 0;
    white-space: nowrap;
    padding-left: 10px;
}

.main-menu li:hover span {
    filter: alpha(opacity=100);
    opacity: 1;
}

.main-menu li:hover .help-text {
    opacity: 0;
}

.ea-logo {
    height: 35px;
    display: block;
    padding-top: 15px;
    padding-left: 15px;
    content: url(https://static.eventact.com/imgs/eventact_163w.png);
}

.ea-version {
    font-size: 12px;
    display: inline;
    color: white;
}

#wrapper .main-menu .ea-logo img {
    max-width: 100px;
    display: inline-block;
}

#wrapper.toggled .main-menu .ea-logo {
    display: none !important;
}

.sub-menu {
    position: fixed;
    background-color: #31353d;
    left: -230px;
    top: 50px;
    margin: 0;
    width: 230px;
    height: 100%;
    display: block;
    z-index: 1;
    text-align: left;
}

    .sub-menu.active {
        background-color: #31353d;
        left: 52px;
        margin: 10px;
        margin-top: 5px;
        padding-top: 15px;
        width: 230px;
        height: 100%;
        display: block;
        z-index: 1;
        text-align: left;
    }

    .sub-menu a, .sub-menu a :hover {
        color: #f4f4f4;
    }

    .sub-menu ul {
        top: 25px;
        position: relative;
    }

    .sub-menu li {
        padding: 4px 0 4px 10px;
        list-style: none;
        text-decoration: none;
        background-color: #31353d;
        border-bottom: 2px solid;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        color: #f4f4f4;
        transition: all .2s linear;
    }

        .sub-menu li a {
            font-size: 1.2em;
            text-decoration: none;
            color: #f4f4f4;
        }

        .sub-menu li:hover {
            -moz-transform: translate(30px, 00px);
            -ms-transform: translate(30px, 00px);
            -o-transform: translate(30px, 00px);
            -webkit-transform: translate(30px, 00px);
            transform: translate(30px, 00px);
            border-radius: 0 9px 9px 0;
        }

#wrapper #page-content.active {
    padding-left: 300px;
}

#wrapper.toggled .truncate {
    max-width: 100%;
}

@media (max-width: 1250px) {
    .main-menu, .main-menu.expanded {
        left: 0;
    }

    .logout {
        position: relative;
    }

    .main-menu.expanded {
        left: 0;
        overflow-y: auto !important;
    }

    #wrapper #page-content.active {
        padding-left: 180px;
    }

    .sub-menu.active {
        left: 60px;
        position: absolute;
        margin: 0;
        margin-top: 5px;
        padding-top: 15px;
        width: 180px;
        height: 100%;
        display: block;
        z-index: 1000;
        text-align: left;
        -ms-word-break: break-word;
        word-break: break-word;
    }
}

/*main menu end*/

.editbtn {
    text-align: right;
}

.editbox {
    width: 65px;
    text-align: center;
    display: inline-block !important;
}

.editbox-lg {
    width: 100px;
}


/* google material */
.mdi {
    margin: 0 5px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
}

    .mdi.icon-top {
        vertical-align: top;
    }

    .mdi.md-12 {
        font-size: 18px;
    }

.mdi-24px {
    font-size: 18px;
}

.mdi.mdi-32px {
    font-size: 32px;
}

.mdi.mdi-36px {
    font-size: 36px;
}

md-48 {
    font-size: 48px;
}

.mdi.mdi-60px {
    font-size: 60px;
}

.mdi.mdi-80px {
    font-size: 80px;
}

/* end google material */

@media(min-width:768px) {
    .select {
        width: auto;
        display: initial;
    }

    .select-gate {
        width: 100%;
    }

    .user-notice {
        margin-top: 100px;
    }

    #wrapper.no-menu #page-content {
        padding-left: 0;
    }


}

@media(min-width:1250px) {
    .right-md {
        float: right !important;
    }
}

@media (max-width: 767px) {
    .main-menu {
        left: 0px;
        width: 40px;/* to check*/
    }

    #wrapper #page-content {
        padding-left: 40px!important; /* to check*/
    }

    .main-menu.expanded {
        left: initial;
    }

    .input-group.search-group input {
        font-size: 16px;
        padding-left: 5px
    }
    .input-group.search-group label {
        padding-left: 10px
    }

}

@media ( max-width: 970px) {
    .sm-cell {
        text-align: center;
        width: 35px;
    }
}

.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
}

.card-body {
    padding: 1.25rem;
}

    .card-body:before, .card-body:after {
        display: table;
        content: "";
        clear: both;
    }

.card-120 {
    min-height: 120px;
}

.cl-prg {
    color: #c21f20;
}

.bg-prg {
    background-color: #c21f20;
    color: white;
}

.bg-prg-dark {
    background-color: #96030b;
    color: #fff;
}

.bg-prg-light {
    background-color: #c0676c;
    color: #fff;
}

.cl-reg {
    color: #53b0dc;
}

.cl-web {
    color: #933cc1;
}

.bg-reg {
    background-color: #53b0dc;
    color: #fff;
}

.bg-arivl {
    background-color: #008000;
    color: #fff;
}

.bg-reg-dark {
    background-color: #377fa0;
    color: #fff;
}

.bg-reg-light {
    background-color: #8eb6c9;
    color: #fff;
}

.bg-dark {
    background-color: #31353d;
    color: #fff;
}



.bg-light {
    background-color: #e2e2e2;
    color: #333;
}

.bg-grey {
    background-color: gray;
    color: #fff;
}

.bg-gray-dark {
    background-color: #585858;
}

.cl-f2f {
    color: #db8c13;
}

.bg-f2f {
    background-color: #db8c13;
    color: white;
}

.bg-f2f-dark {
    background-color: #a0660c;
    color: #fff;
}

.bg-f2f-light {
    background-color: #bc9354;
    color: #fff;
}



.bg-web-light {
    background-color: #9a6cb2;
    color: #fff;
}

.bg-cmp {
    background-color: rgb(88, 88, 88);
    color: rgb(255, 255, 255);
}

.bg-white {
    background-color: white;
}

.no-link {
    text-decoration: none;
}

.white {
    color: white !important;
}

.event-item {
    padding-top: 10px;
    padding-bottom: 5px;
    cursor: pointer;
}

.h4.media-box-heading {
    font-size: 1.2rem
}
.form-group h4 {
    font-size: 1.2rem
}

.list-group .list-group-item {
    color: black
}
.list-group-item-action {
    background-color: white;
    border: 4px solid white;
}

    .list-group-item-action:hover {
        background-color: lightgreen!important;
    }

.project-banner {
    width: 100%
}

.form-group-block .form-control, .form-group-block .btn {
    width: 100%;
    /*border-radius: 3px;*/
}

.card > .list-group .list-group-item {
    border: 0;
    padding: 15px;
}

    .card > .list-group .list-group-item.active > a {
        color: white !important;
    }

.b0 {
    border: 0 !important;
}

.row-table {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}

.row-table-lg {
    min-height: 130px;
}

.table-cell {
    display: table-cell;
}

.row-table > [class*=col-] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}

.text-lg {
    font-size: 1.6rem;
}

@media(max-width:768px) {

    .text-lg {
        font-size: 1.3rem;
    }
}

@media(min-width:766px) and (max-width: 1200px) {

    .text-lg {
        font-size: 1.4rem;
    }
}

/* custom checkbox/radio*/

.slider {
    position: relative;
    width: 60px;
    vertical-align: middle;
    height: 10px;
    cursor: pointer;
}

    .slider > input[type='checkbox'] {
        display: none;
    }

        .slider > input[type='checkbox']:checked ~ .toggle {
            left: 28px;
            transition: .5s;
        }

        .slider > input[type='checkbox']:checked ~ .switch {
            background: #6DBEB7;
            transition: .5s;
        }

    .slider .switch {
        display: block;
        width: 30px;
        height: 15px;
        background: #939393;
        border-radius: 20px;
        position: absolute;
        top: 0;
        left: 13px;
        transition: .5s;
    }

    .slider .toggle {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        background: white;
        position: absolute;
        top: -5px;
        left: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
        transition: .5s;
    }

.eacheckbox-label, .ea-radio {
    cursor: pointer;
    font-weight: initial;
}

    .ea-radio input[type=radio] {
        background-color: #53b0dc;
    }

    .eacheckbox-label input[type=checkbox], .ea-radio input[type=radio] {
        z-index: 1;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        .eacheckbox-label input[type=checkbox]:checked:before,
        .ea-radio input[type=radio]:checked:before {
            background-color: inherit;
            border-width: 1px;
            border-color: #53b0dc;
            background: #53b0dc;
            color: #fff;
            border: none;
            animation: ripple 0.2s linear forwards;
        }

        .eacheckbox-label input[type=checkbox]:checked:after {
            position: absolute;
            color: #fff;
            top: 2px;
            left: 6px;
            display: table;
            width: 6px;
            height: 12px;
            border: 2px solid;
            border-top: 0;
            border-left: 0;
            content: ' ';
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .ea-radio input[type=radio]:checked:after {
            content: ' ';
            position: absolute;
            top: 3px;
            left: 3px;
            display: table;
            width: 12px;
            height: 12px;
            background: inherit;
            border-radius: 50%;
            border: 2px solid #fff;
        }

    .eacheckbox-label > input[type=checkbox],
    .ea-radio > input[type=radio] {
        position: relative;
        display: inline-block;
        width: 0;
        height: 18px;
        margin-top: -2px;
        margin-left: -17px;
        line-height: 1;
        vertical-align: middle;
        margin-right: 20px;
    }

        .eacheckbox-label > input[type=checkbox]:disabled,
        .ea-radio > input[type=radio]:disabled {
            cursor: not-allowed;
        }


        .eacheckbox-label > input[type=checkbox]:before {
            content: "";
            position: absolute;
            width: 18px;
            height: 100%;
            border: 2px solid rgba(0,0,0,.54);
            border-radius: 2px;
            -moz-transition: all .2s;
            -o-transition: all .2s;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .ea-radio > input[type=radio]:before {
            content: "";
            position: absolute;
            width: 18px;
            height: 100%;
            border: 2px solid rgba(0,0,0,.54);
            border-radius: 50%;
            -moz-transition: all .2s;
            -o-transition: all .2s;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .eacheckbox-label > input[type=checkbox]:disabled::before, .ea-radio > input[type=radio]:disabled::before {
            border: 2px solid lightgray;
            border-color: rgba(88, 88, 88, 0.26);
            background: rgba(88, 88, 88, 0.26);
        }

@supports (-ms-ime-align:auto) {
    .eacheckbox-label input[type=checkbox], .ea-radio input[type=radio] {
        z-index: 1;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        .eacheckbox-label input[type=checkbox]:disabled, .ea-radio input[type=radio]:disabled {
            cursor: not-allowed;
        }

    .ea-radio input[type=radio] {
        border-radius: 50%;
    }
}

/* IE10 + IE11 */
@media all and (-ms-high-contrast:none) {
    /* IE10 */
    .eacheckbox-label > input[type=checkbox], .ea-radio > input[type=radio] {
        width: auto;
    }
    /* IE11 */
    *::-ms-backdrop,
    .eacheckbox-label > input[type=checkbox], .ea-radio > input[type=radio] {
        width: auto;
    }
}

#keepSessionAlive {
    width: 394px;
    height: 254px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -197px;
    margin-top: -127px;
    z-index: 999998;
    text-align: center;
}

.keepSessionImage {
    padding-top: 32px;
}

.inactive {
    background-color: #585858;
}

.block {
    display: block;
}

.badgeName {
    white-space: pre-line;
}

.ea-alert-color {
    color: red;
}

.ea-alert {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    border-radius: 2px;
    padding: 16px 0px 16px 16px;
    position: fixed;
    z-index: 1051;
    top: 0;
    left: calc(50% - 100px);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14), 0 2px 2px 0 rgba(0,0,0,.098), 0 1px 5px 0 rgba(0,0,0,.084);
    -webkit-animation: fadeout 0.5s 2.5s;
    animation: fadeout 0.5s;
}

    .ea-alert.show {
        visibility: visible;
        animation: fadein 0.5s;
    }

    .ea-alert:not(.show) {
        -webkit-animation: fadeout 0.5s;
        animation: fadeout 0.5s;
    }

    .ea-alert .dismiss {
        color: #fff !important;
        cursor: pointer;
    }

@-webkit-keyframes fadein {
    from {
        top: -60px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: -60px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 0;
        opacity: 1;
    }

    to {
        top: -60px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 0;
        opacity: 1;
    }

    to {
        top: -60px;
        opacity: 0;
    }
}

@media (max-width:1250px) {
    .ea-alert {
        top: auto;
        bottom: 0;
    }

    @-webkit-keyframes fadein {
        from {
            bottom: -60px;
            opacity: 0;
        }

        to {
            bottom: 0px;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            bottom: -60px;
            opacity: 0;
        }

        to {
            bottom: 0;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            bottom: 0;
            opacity: 1;
        }

        to {
            bottom: -60px;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            bottom: 0;
            opacity: 1;
        }

        to {
            bottom: -60px;
            opacity: 0;
        }
    }
}

.truncate {
    max-width: 100%;
    color: white;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .truncate {
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*#region material button */

button {
    border: none;
    outline: none;
}

.btn, .btn:link {
    background-color: #008000;
    color: white;
    border: 1px solid #008000;
}

    .btn:hover, .btn:focus {
        background-color: #11c311;
        color: white;
    }

    .btn.btn-med {
        color: #11c311;
        border: 1px solid #11c311;
    }

        .btn.btn-med > span, .btn.btn-low > span {
            color: #11c311;
        }

.input-group-addon .btn-md {
    margin-top: -15px;
}

.input-group .project-input{
    font-size: 1rem
}

.form-group.md .form-control:focus ~ .input-group-addon .btn span {
    color: initial;
}

.btn-lg {
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-circle {
    position: relative;
    padding: 0;
    z-index: 98;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    -webkit-transition: 0.2s;
    text-align: center;
}

    .btn-circle:hover, .btn-circle:focus {
        cursor: pointer;
        -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
    }

    .btn-circle span {
        vertical-align: middle;
        padding: 12px 10px;
    }

    .btn-circle.btn-sm {
        height: 35px;
        width: 35px;
        padding: 0;
    }

@media only screen and (max-width:767px) {
    .btn-group.xs-block {
        display: block;
        margin: 5px -5px 5px 5px;
        padding: 2px 25px;
    }

    .btn.xs-block {
        display: block;
        width: 100%;
        margin: 10px 0 9px 0;
    }

        .btn.xs-block span {
            display: block;
            padding: 12px 24px;
        }
}

.progress-ph {
    height: 20px;
    margin-bottom: 20px;
}

.progress {
    width: 100%;
    background: rgb(245, 245, 245);
    border-radius: 6px;
    font-size: 16px;
    box-shadow: none;
}

    .progress > span {
        position: absolute;
    }

.progress-bar {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 2s linear;
    transition-property: width, background-color;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

.progress > .progress-bar[pb-val="0"] {
    width: 5%;
    background-color: #ff0000;
}

.progress > .progress-bar[pb-val="10"] {
    width: 10%;
    background-color: #f63a0f;
}

.progress > .progress-bar[pb-val="20"] {
    width: 20%;
    background-color: #f63a0f;
}

.progress > .progress-bar[pb-val="30"] {
    width: 30%;
    background-color: #f27011;
}

.progress > .progress-bar[pb-val="40"] {
    width: 40%;
    background-color: #ffd800;
}

.progress > .progress-bar[pb-val="50"] {
    width: 50%;
    background-color: #ffd800;
}

.progress > .progress-bar[pb-val="60"] {
    width: 60%;
    background-color: #f2d31b;
}

.progress > .progress-bar[pb-val="70"] {
    width: 70%;
    background-color: #f2b01e;
}

.progress > .progress-bar[pb-val="80"] {
    width: 80%;
    background-color: #86e01e;
}

.progress > .progress-bar[pb-val="90"] {
    width: 90%;
    background-color: #86e01e;
}

.progress > .progress-bar[pb-val="100"] {
    width: 100%;
    background-color: #00ff21;
}



/*material form inputs*/
.form-group label {
    font-weight: inherit;
}

.form-group.md {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

td:not(.md) .form-group.md {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}


.form-inline > .form-group.md,
.form-inline > .form-group.md .btn {
    /*display: inline-block;*/
    margin-bottom: 0;
}

.form-inline > .form-group.md {
    margin-left: 15px;
    margin-right: 15px;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.92rem;
}

.form-group.md input:not([type=checkbox]):not([type=radio]) {
    height: 1.9rem;
}

.form-group.md textarea {
    resize: none;
}

.form-group.md select {
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.form-group.md select {
    height: 2rem;
}

    .form-group.md input[type='text'] ~ .form-label,
    .form-group.md input[type='number'] ~ .form-label,
    .form-group.md input[type='email'] ~ .form-label,
    .form-group.md input[type='password'] ~ .form-label,
    .form-group.md textarea ~ .form-label,
    .form-group.md select ~ .form-label,
    .form-group.md ea-state ~ .form-label,
    .form-group.md ea-country ~ .form-label,
    .form-group.md ea-languages ~ .form-label,
    .form-group.md ea-token-list ~ .form-label {
        position: absolute;
        top: 0.25rem;
        pointer-events: none;
        padding-left: 0.125rem;
        z-index: 1;
        color: #b3b3b3;
        font-size: 1rem;
        font-weight: normal;
        -webkit-transition: all 0.28s ease;
        transition: all 0.28s ease;
    }

.form-group.md textarea:not(.textarea) ~ .form-label {
    top: 2.5rem;
}

.form-group.md input[type=text] ~ .material-icons ~ .form-label,
.form-group.md input[type=number] ~ .material-icons ~ .form-label,
.form-group.md textarea ~ .material-icons ~ .form-label,
.form-group.md input[type=email] ~ .material-icons ~ .form-label,
.form-group.md input[type=password] ~ .material-icons ~ .form-label,
.form-group.md select ~ .material-icons ~ .form-label {
    pointer-events: none;
    padding-left: 2rem;
}

/*.form-group.md .material-icons {
    position: absolute;
    top: 0.25rem;
    padding-left: 0.125rem;
    color: #b3b3b3;
    font-weight: normal;
}*/

.form-group.md.group input {
    padding-left: 2rem;
}

.form-group.md .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

.form-group.md input[disabled="disabled"] ~ .bar,
.form-group.md input[readonly="readonly"] ~ .bar {
    border-bottom: 0.0625rem dotted rgba(0, 0, 0, 0.6);
}

    .form-group.md input[disabled="disabled"] ~ .bar:hover,
    .form-group.md input[readonly="readonly"] ~ .bar:hover {
        border-bottom: 0.08rem solid #999;
    }

.form-group.md .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #337ab7;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group.md input[disabled="disabled"] ~ .bar::before,
.form-group.md input[readonly="readonly"] ~ .bar::before {
    background: transparent;
}

.form-group.md input[type=number],
.form-group.md textarea:not([readonly="readonly"]),
.form-group.md input[type=email],
.form-group.md input[type=password],
.form-group.md select,
.form-group.md input[type=text] {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    box-shadow: none;
}

.form-group.md input[disabled].ng-not-empty,
.form-group.md input[readonly="readonly"].ng-not-empty,
fieldset[disabled="disabled"] .form-group.md input.ng-not-empty {
    color: gray;
    opacity: 1;
}



.form-group.md input[type="file"] {
    line-height: 1;
}

    .form-group.md input[type="file"] ~ .bar {
        display: none;
    }

.form-group.md select,
.form-group.md input:focus,
.form-group.md input:valid,
.form-group.md input.form-file,
.form-group.md input.has-value,
.form-group.md textarea:focus,
.form-group.md textarea:valid,
.form-group.md textarea.has-value,
.form-group.md textarea:not(.not-empty),
.form-group.md textarea.form-file,
.form-group.md textarea.has-value {
    color: #333;
}


.form-group.md textarea[readonly="readonly"] {
    color: gray;
}

.form-group.md input:focus ~ .form-label,
.form-group.md textarea:focus ~ .form-label,
.form-group.md input.form-file ~ .form-label,
.form-group.md input.has-value ~ .form-label,
.form-group.md textarea.form-file ~ .form-label,
.form-group.md textarea.has-value ~ .form-label,
.form-group.md textarea:not(.empty) ~ .form-label,
.form-group.md input:valid:not(.empty):not(.ng-empty) ~ .form-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
}

.form-group.md input.ng-empty ~ .form-label,
.form-group.md input.empty ~ .form-label {
    top: 0;
}

.form-group.md input:focus ~ .form-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
}


.form-group.md input.md-control ~ .form-label,
.form-group.md select.md-control ~ .form-label,
.form-group.md select.select ~ .form-label,
.form-group.md ea-state.md-control ~ .form-label,
.form-group.md ea-country ~ .form-label,
.form-group.md ea-languages ~ .form-label,
.form-group.md ea-token-list.md-control ~ .form-label {
    left: 0;
}

.form-group.md select.md-control:not(.ng-empty) ~ .form-label,
.form-group.md select:not(.ng-empty) ~ .form-label,
.form-group.md ea-state.md-control:not(.ng-empty) ~ .form-label,
.form-group.md ea-country:not(.ng-empty) ~ .form-label,
.form-group.md ea-languages:not(.ng-empty) ~ .form-label,
.form-group.md ea-token-list:not(.ng-empty) ~ .form-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0;
}

.form-group.md .md-control {
    border-radius: 0;
}

.form-group.md select:focus,
.form-group.md input:focus,
.form-group.md textarea:focus {
    outline: none;
}

    .form-group.md select:focus ~ .form-label,
    .form-group.md input:focus ~ .form-label,
    .form-group.md input:valid:focus ~ .form-label,
    .form-group.md textarea:focus ~ .form-label,
    .form-group.md select:focus ~ .material-icons,
    .form-group.md input:focus ~ .material-icons,
    .form-group.md textarea:focus ~ .material-icons {
        color: #009EE0;
    }

    .form-group.md select:focus ~ .bar::before,
    .form-group.md input:focus ~ .bar::before,
    .form-group.md textarea:focus ~ .bar::before {
        width: 100%;
        left: 0;
    }

.form-group.md .input-group-addon {
    background-color: transparent;
    border: none;
}

.has-error.form-group.md .form-help,
.has-error.form-group.md .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #d9534f;
}

.has-error > .form-control, .form-group.md > .form-control:focus {
    box-shadow: none !important;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

.form-group.md .datepicker .form-control, .form-group.md .md-control, .form-group.md .select.select {
    border-bottom: .0625rem solid #999 !important;
    border-radius: 0;
    position: relative;
}

    .form-group.md .datepicker .form-control:focus, .form-group.md .md-control:focus, .form-group.md .select.select:focus {
        border-bottom: 0.099rem solid #337ab7 !important;
    }

    .form-group.md .datepicker .form-control ~ .form-label, .form-group.md .form-control ~ .form-label {
        left: 0;
    }

    .form-group.md .datepicker .form-control:focus ~ .input-group-addon i, .form-group.md .form-control:focus ~ .input-group-addon i {
        color: #337ab7;
    }

@media(min-width:768px) {
    .select {
        width: auto;
        display: initial !important;
    }

    .select-gate {
        width: auto;
    }

    .form-group.md .select:after {
        clear: both;
        display: table;
        content: " ";
    }

    .form-group.md .select:before {
        display: table;
        content: " ";
    }

    .box-md {
        min-width: 500px;
    }

    .event-item .right-content {
        border-left: 1px solid lightgray;
    }

    #wrapper #header-wrapper {
        box-shadow: 0 2px 5px rgba(0,0,0,.26);
    }

    #wrapper #page-content {
        padding-left: 200px;
    }


    #wrapper #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled .sidebar-nav li {
        text-indent: 0;
        line-height: 0;
    }

    #wrapper.toggled #sidebar-wrapper .large-item {
        visibility: visible;
        padding-left: 170px;
    }

        #wrapper.toggled #sidebar-wrapper .large-item i {
            font-size: 1.5em;
        }

    #wrapper.toggled #sidebar-wrapper .small-item,
    #wrapper #sidebar-wrapper .large-item,
    #wrapper.toggled #sidebar-wrapper .top-item {
        display: none;
    }

    #wrapper.toggled #sidebar-wrapper .large-item, #wrapper #sidebar-wrapper .small-item {
        display: inline-block;
    }

    #wrapper.toggled #sidebar-wrapper, #wrapper.toggled #sidebar-wrapper .drop-item {
        left: 80px;
    }

    #wrapper.no-menu #sidebar-wrapper {
        left: 0;
    }

    #wrapper.toggled #sidebar-wrapper .sidebar-nav a:hover > .large-item span {
        position: fixed;
        opacity: 1;
    }

    #wrapper.toggled #sidebar-wrapper .sidebar-nav a .large-item span {
        font-size: 18px;
        width: 150px;
        margin-left: 58px;
        padding: 20px 0 24px 50px;
        margin-top: -35px;
        background-color: white;
        opacity: 0;
        white-space: nowrap;
        border: 1px solid lightgray;
        border-left: none;
    }

    #wrapper.toggled #sidebar-wrapper .sidebar-nav a {
        padding: 10px 20px;
    }

    #wrapper.toggled #sidebar-wrapper .sidebar-nav li:hover > .drop-item li a {
        padding: 3px 20px;
    }

    #page-content {
        position: absolute;
    }

    .main-menu {
        left: 0;
    }

    #page-content.active {
        padding-left: 250px !important;
    }
}


/* material style loader */
.showbox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}

    .loader:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #53dc61;
    }
}

@-moz-keyframes color {
    100%, 0% {
        stroke: #53dc61;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #53dc61;
    }
}
/* loader  end*/

.align-bottom {
    vertical-align: bottom;
}


.error {
    color: #a94442;
}

.login-img {
    max-width: 30%;
}

.login-form {
    max-width: 528px;
    margin: 10% auto 100px auto;
}



    .login-form .validation-summary-errors ul {
        list-style: none;
    }

        .login-form .validation-summary-errors ul li {
            white-space: pre-line;
        }

.form-group.md .input-group .input-group-addon + input.md-control + .form-label {
    padding-right: 16px;
    margin-left: 60px;
}

.form-group.md .input-group > input.select ~ .input-group-addon {
    width: auto;
}


@media only screen and (min-width: 1250px) {
    .form-group.md:not(.md-full) > .form-control, .form-group.md:not(.md-full) > .bar,
    .form-group.md:not(.md-full) > ea-state > .form-control {
        max-width: 50%;
    }

    .form-inline .form-group.md > .form-control,
    .form-inline .form-group.md > .bar {
        max-width: 100%;
    }
}



#ea-snackbar-container {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 99999;
}

.ea-snackbar {
    overflow: hidden;
    clear: both;
    min-width: 288px;
    max-width: 568px;
    cursor: pointer;
    opacity: 0;
}

    .ea-snackbar.active {
        height: auto;
        opacity: 1;
    }

@media (max-width: 767px) {
    #ea-snackbar-container {
        left: 0px !important;
        right: 0px;
        width: 100%;
    }

        #ea-snackbar-container .snackbar {
            min-width: 100%;
        }
}

@media (max-width: 767px) {
    #ea-snackbar-container {
        left: 0px !important;
        right: 0px;
        width: 100%;
    }

        #ea-snackbar-container .ea-snackbar {
            min-width: 100%;
        }

        #ea-snackbar-container [class="ea-snackbar active"] {
            border-radius: 0;
            margin-bottom: 0;
        }
}

.ea-snackbar {
    background-color: #323232;
    color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 0;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    -moz-transform: translateY(200%);
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

    .ea-snackbar.active > a {
        text-decoration: none;
        line-height: 100%;
        font-weight: bold;
        margin-left: 24px;
        float: right;
        color: #4CAF50;
    }

    .ea-snackbar.active {
        padding: 14px 24px 14px 24px;
        margin-bottom: 20px;
        height: auto;
        -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
        -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .ea-snackbar, .ea-snackbar i {
        font-size: 1.5em;
    }


.eacheckbox {
    display: none;
}

    .eacheckbox + label {
        display: inline-block;
        margin: -2px;
        padding: 10px 12px;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 20px;
        color: #333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255,255,255,0.75);
        vertical-align: middle;
        cursor: pointer;
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    }

        .eacheckbox:checked + label, .eacheckbox + label:hover {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            background-color: #e0e0e0;
        }



/* ----- MATERIAL DESIGN DIALOG/MODAL ----- */
.modal {
    z-index: 1250;
}

    /* FADE/SCALE EFFECT */
    .modal.fade .md-dialog {
        opacity: 0.98;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .modal.fade.in .md-dialog {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

/* DIALOG CONTENT */
.md-dialog .modal-content {
    border: none;
    padding: 5px;
    border-radius: 3px;
    -webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
}

/* DIALOG HEADER */
.md-dialog .modal-header {
    min-height: 10px;
    padding: 10px;
    border-bottom: none;
}

.md-dialog .modal-title {
    font-weight: 500;
    font-size: 21px;
}

/* DIALOG BODY */
.md-dialog .modal-body {
    padding: 0px 10px;
}

    .md-dialog .modal-body p:last-child,
    .md-dialog .modal-body .content:last-child {
        margin-bottom: 0;
    }

/* DIALOG FOOTER */
.md-dialog .modal-footer {
    margin-top: 24px;
    padding: 8px 0;
    border-top: none;
}

    .md-dialog .modal-footer .btn-dialog {
        height: 36px;
        margin-right: 8px;
        padding: 8px 10px;
        border: none;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 500;
        color: #009688;
        background-color: #fff;
    }

        .md-dialog .modal-footer .btn-dialog:focus {
            outline: none;
            box-shadow: none;
        }

        .md-dialog .modal-footer .btn-dialog:focus,
        .md-dialog .modal-footer .btn-dialog:hover {
            color: #00796B;
        }

        .md-dialog .modal-footer .btn-dialog + .btn-dialog {
            margin-left: 0;
        }

            .md-dialog .modal-footer .btn-dialog + .btn-dialog:last-child {
                margin-left: -4px;
            }

/*End MATERIAL DESIGN DIALOG */

.img-inform {
    max-height: 10em;
    display: block;
}

.btn-remove {
    position: relative;
    top: 30px;
    display: block;
}


#webcodecam-canvas {
    background-color: #272822;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
}

video {
    max-width: 100%;
    height: auto;
}

.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
}

#select-cam {
    vertical-align: top;
}

scanner > .eacheckbox-label {
    vertical-align: top;
    margin-left: 30px;
}

.scan-wrepper {
    position: relative;
    display: inline-block;
    max-width: 320px;
    height: auto;
    max-width: 320px;
    height: auto;
    overflow-y: hidden;
    max-height: 240px;
    border: 2px solid gray;
    border-radius: 6px;
}

    .scan-wrepper #Video {
        display: block;
    }

@media screen and (max-width: 400px) {
    @-moz-document url-prefix() {
        .scan-wrepper {
            width: 100%;
            height: auto;
        }
    }
}

.ea-version {
    font-size: 12px;
    display: inline;
    color: white;
}

.advanced-settings {
    position: fixed;
    top: 18px;
    right: 15px;
    color: white;
    z-index: 2000;
}

    .advanced-settings a {
        color: white;
    }

.search-group {
    display: flex;
}

.input-group.search-group .form-control:first-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search-group .input-group-addon {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.projcard h2, projcard .h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.link-btn {
    text-decoration: underline;
    cursor: pointer;
}

scanner {
    max-width: 320px;
    display: block;
    margin: 0 auto;
}

@media (max-width:1150px) {
    .arrvl-tbl > tbody img {
        max-width: 100px;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -2
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1rem;
    background-color: #e3efd2;
    background-color: var(--bs-success);
    opacity: 0.8;
}

    footer a {
        text-decoration: underline
    }

        footer a:hover {
            text-decoration: underline
        }

        footer a:link {
            text-decoration: none;
            color: var(--bs-white)
        }

.arrival-card, .arrival-card a {
    color: white;
}

    .arrival-card.scanIn {
        background-color: rgb(10, 160, 10);
        color: white;
    }

    .arrival-card.scanOut {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(224, 30, 30);
    }

        .arrival-card.scanIn label, .arrival-card.scanOut label {
            color: white;
        }

    .arrival-card.scanDefault {
        color: rgb(255, 255, 255);
        background-color: rgb(10, 160, 10);
    }

/*@media screen and (max-width:768px) {
    #wrapper:not(.toggled) .breadcrumb-item {
        display: none;
    }
}*/

@media (max-width: 767px) {
    #wrapper:not(.toggled) .breadcrumb-item, #wrapper:not(.toggled) .advanced-settings {
        display: none;
    }
}

.btn > span {
    white-space: normal;
}

td.td-link {
    height: 1px;
}

    td.td-link > a {
        display: block;
        width: 100%;
    }

.lg-right, .md-right {
    float: left;
}

@media (min-width:1920px) {
    .lg-right {
        float: right !important;
    }
}

@media (min-width:768px) {
    .md-right {
        float: right !important;
    }
}

.dropdown-inline {
    display: inline-block;
    display: inline-flex;
}

@media screen and (max-width:768px) {
    .dropdown-inline {
        width: 100%;
        margin: 5px;
    }
}

@media only screen and (max-width:767px) {
    .sm-full .btn-group > .btn:not(:first-child) {
        margin-left: 0;
        margin-right: 0;
    }

    .xs-block {
        display: block;
    }

    .btn-group.xs-block {
        display: block;
        margin: 5px -5px 5px 5px;
        padding: 2px 25px;
    }

    .btn.xs-block {
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }

        .btn.xs-block span {
            display: block;
            padding: 12px 24px;
        }

    .sm-full {
        width: 100%;
        padding: 10px 0;
    }

        .sm-full .btn-group:not(.group-lg) {
            width: 100%;
            margin: 10px 0;
        }

        .sm-full .btn-group .mdi-24px {
            line-height: 2;
        }


        .sm-full .btn {
            display: block;
            width: 100%;
            float: left;
            margin: 5px 0 0 0;
            font-size: inherit;
            padding: 10px 25px;
        }

            .sm-full.btn span:not(.caret) {
                padding: 12px 24px;
            }
}

.dropdown-toggle > .mdi {
    line-height: unset;
}

.modal-dialog {
    margin: 15% auto !important;
}


.ea-project_rtl .ea-directional {
    text-align: right;
    direction: rtl;
}

.ea-project_rtl .reset-addon {
    left: 20px;
    right: initial;
}

    .ea-project_rtl .reset-addon .reset-search {
        left: 30px;
        position: absolute;
    }

    .ea-project_rtl .reset-addon .reset-cam {
        left: -10px;
        position: absolute;
        top: 7px;
    }

/* webkit solution */
.ea-project_rtl .ea-directional::-webkit-input-placeholder {
    text-align: left;
}
/* mozilla solution */
.ea-project_rtl input.ea-directional:-moz-placeholder {
    text-align: left;
}

.img-sm {
    max-height: 4em;
}

a {
    cursor: pointer;
}


.ea-project_rtl .search-group .form-control {
    padding-left: unset;
    padding-right: 20px;
}

.search-addon {
    position: absolute;
    z-index: 99;
    left: -8px;
    top: 8px;
}

.cam-addon {
    position: absolute;
    z-index: 99;
    right: 38px;
}

.reset-search {
    position: absolute;
    right: 4px;
    top: 0;
    z-index: 999;
}

    .reset-search .mdi {
        line-height: 1.5;
    }

.ea-project_rtl .search-addon {
    right: 20px;
    left: initial;
}

.search-addon + #Search {
    padding-left: 30px;
}

/* webkit solution */
.ea-project_rtl input.ea-directional::-webkit-input-placeholder {
    text-align: right;
}
/* mozilla solution */
.ea-project_rtl input.ea-directional:-moz-placeholder {
    text-align: right;
}

.reg-details {
    /*   -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;*/
}

.searchTbl {
    /*   -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    transition-delay: 1s;*/
}

.reg-details {
    float: left;
    position: relative;
}

    .reg-details.ng-enter,
    .reg-details.ng-leave.ng-leave-active {
        opacity: 0;
        /*transition-delay: 0s;*/
    }

        .reg-details.ng-leave,
        .reg-details.ng-enter.ng-enter-active {
            opacity: 1;
            /*transition-delay: .5s;*/
        }



.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 15;
    cursor: pointer;
}

.loadingDiv {
    position: fixed;
    bottom: 20px;
    font-size: 2em;
    width: 100%;
}

@media only screen and (max-width:769px) {
    .loadingDiv {
        font-size: 16px;
    }
}

.loading-text:not(.done) span {
    font-size: 20px;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .loading-text:not(.done) span:nth-child(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }

    .loading-text:not(.done) span:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }


.loading-text:not(.done) label {
    visibility: hidden;
}

.loading-text.done span {
    visibility: hidden;
}

@-webkit-keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}


.img-header {
    max-width: 150px;
    max-height: 25px;
    margin-right: 5px;
    display: inline;
    vertical-align: middle;
    background-color: #fff;
    padding: 2px;
    border-radius: 2px;
    overflow-x: hidden;
}

#action-links {
    padding: 17px 10px 12px 0;
    margin-right: 50px;
    overflow-x: hidden;
}

@media only screen and (max-width:769px) {
    .img-header {
        max-width: 100px;
    }
}

#eacredit img, .EventactLogo {
    max-width: 100px;
    padding-bottom: 3px;
}

.footer-container img {
    margin-left: auto;
    margin-right: auto;
}

    .footer-container img:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.EventactLogo {
    content: url(https://static.eventact.com/imgs/eventact-logo.png);
}

.btn-sm {
    font-size: 1rem;
}

.card {
    margin-bottom: 1rem;
}


.card-header {
    font-size: 1.4rem;
    font-weight: 500;
    word-wrap: break-word;
}

    .card-title .btn,
    .card-header .btn,
    .card-header .btn {
        margin: 0;
        padding: 6px 10px;
        font-size: 12px;
    }

    .card-header a {
        text-decoration: none
    }

    .card-header select {
        vertical-align: middle;
        font-size: 1.25rem;
        line-height: 1.25rem;
        height: 2rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }


.card-title {
    color: var(--bs-body-color);
    font-size: 1.1rem;
    font-weight: 500;
    word-wrap: break-word;
    background-color: white;
    border-bottom: 1px solid var(--bs-card-border-color);
    z-index: 2;
    padding: 1rem 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.input-group-text {
    border: #07512c 1px solid;
}

.form-control {
    background-color: transparent;
    border: #07512c 1px solid;
    font-size: 1rem
}

.form-select {
    border: #07512c 1px solid;
}

.arrival-card .form-control {
    border: white 1px solid;
}

.form-floating {
    border: none
}

    .col-12 .form-floating > label {
        padding: 1rem 0.5rem;
}

input[type=time].form-control {
    max-width: 12ch;
}


.form-field {
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    max-width: 70ch;
}

.form-floating {
    max-width: 70ch;
}


.btn.btn-outline-success {

    font-weight: 500;
    color: white;
     
}

a.btn-default {
    color: white;
}

.btn.btn-outline-success:hover {
    color: white;
}

.btn-link {
    border: none;
    text-decoration: none;
}


.card-side {
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    padding: 4px;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 12px 0 0 12px;
}

.card-info {
    max-height: 180px;
}

.round-right {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.round-left {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.spinner {
    position: relative;
    width: 30px;
    height: 30px;
    left: 48%;
}

    .spinner .blob {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 2px solid black;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

        .spinner .blob.top {
            top: 0;
            -webkit-animation: blob-top 1s infinite ease-in;
            animation: blob-top 1s infinite ease-in;
        }

        .spinner .blob.bottom {
            top: 100%;
            -webkit-animation: blob-bottom 1s infinite ease-in;
            animation: blob-bottom 1s infinite ease-in;
        }

        .spinner .blob.left {
            left: 0;
            -webkit-animation: blob-left 1s infinite ease-in;
            animation: blob-left 1s infinite ease-in;
        }

    .spinner .move-blob {
        background: black;
        top: 0;
        -webkit-animation: blob-spinner-mover 1s infinite ease-in;
        animation: blob-spinner-mover 1s infinite ease-in;
    }

@-webkit-keyframes blob-bottom {
    25%, 50%, 75% {
        top: 50%;
        left: 100%;
    }

    100% {
        top: 0;
        left: 50%;
    }
}

@keyframes blob-bottom {
    25%, 50%, 75% {
        top: 50%;
        left: 100%;
    }

    100% {
        top: 0;
        left: 50%;
    }
}

@-webkit-keyframes blob-left {
    25% {
        top: 50%;
        left: 0;
    }

    50%, 100% {
        top: 100%;
        left: 50%;
    }
}

@keyframes blob-left {
    25% {
        top: 50%;
        left: 0;
    }

    50%, 100% {
        top: 100%;
        left: 50%;
    }
}

@-webkit-keyframes blob-top {
    50% {
        top: 0;
        left: 50%;
    }

    75%, 100% {
        top: 50%;
        left: 0;
    }
}

@keyframes blob-top {
    50% {
        top: 0;
        left: 50%;
    }

    75%, 100% {
        top: 50%;
        left: 0;
    }
}

@-webkit-keyframes blob-spinner-mover {
    0%, 100% {
        top: 0;
        left: 50%;
    }

    25% {
        top: 50%;
        left: 100%;
    }

    50% {
        top: 100%;
        left: 50%;
    }

    75% {
        top: 50%;
        left: 0;
    }
}

@keyframes blob-spinner-mover {
    0%, 100% {
        top: 0;
        left: 50%;
    }

    25% {
        top: 50%;
        left: 100%;
    }

    50% {
        top: 100%;
        left: 50%;
    }

    75% {
        top: 50%;
        left: 0;
    }
}


.form-floating > ea-country ~ label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating #CountryID {
    height: 58px;
 
}

.form-floating > ea-country > select {
    padding-top: 1.625rem;
    padding-bottom: 0.1rem;
}

.error-critical {
    background-color: yellow;
    color: red;
    padding: 1rem;
    font-size: 1.5rem;
}


.modal.fade:not(.show) {
    opacity: 1 !important;
}

.help-block {
    margin-bottom: 20px;
}
