html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body:not(.popupBody) {
    color: #212121;
    background-color: #ececec;
}

body.embeded {
    background-color: #ececec;
}

header.navbar {
    background-color: #3b5998;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

header.navbar .header-nav {
    background-color: #3b5998;
}

/* Customization Start */

@media (min-width: 1280px) {
    .hi-trigger {
        display: inline-block;
    }

    body:not(#login) #content {
        padding-left: 0px;
        padding-right: 0px;
    }

    #header-info {
        margin-left: 10px;
    }

    #sidebar {
        transform: translate3d(-268px, 0, 0);
    }
}

/* Customization End */

.breadcrumb {
    padding: 10px 10px !important;
}

#loginForm {
    padding-top: 40px;
    padding-bottom: :20px;
}

#loginForm label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    padding-top: 20px;
}

.menu-header {
    height: 65px;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 300; //background-color: #e8f1f3;
    //color: black;
}

.menu-header span {
    padding-left: 5px;
}

.logo {
    max-height: 50px;
    display: inline-block;
}

main .reset_position,
main .grid-stack-item-header-action,
a {
    color: #2196f3;
}

.dataList table a {
    color: #0d8aee;
}

.dataList table a:hover,
a:focus,
a:hover {
    color: #51adf6;
}

header.navbar a {
    color: #ffffff;
}

#header-name a {
    padding: 7px 10px;
    color: #ffffff;
}

.hi-trigger:before {
    background: #3b5998;
}

.line-wrap .line {
    background-color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
header.navbar .header-nav .nav>li>a.btn:focus,
header.navbar .header-nav .nav>li>a.btn:hover {
    background-color: rgba(255, 255, 255, 0.04);
    color: #D8DADA;
    border-color: rgba(255, 255, 255, 0.04);
}

header.navbar .header-nav .nav>li>a .badge {
    background: #C13228;
}

header.navbar .dropdown-menu a {
    color: #000;
}

header.navbar .dropdown-menu .dropdown-menu-sub-footer {
    color: #828282;
}

header.navbar .dropdown-menu a span.message,
header.navbar .dropdown-menu a span.time {
    color: #4C4C4C;
}

li.dropdown-menu-title {
    border-bottom: 1px solid #F0F0F0;
    color: #4C4C4C;
}

#sidebar {
    color: white;
    background: #010a0f; //#f2f4f8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); //position: absolute;
    top: 0;
    left: 0; //  padding-top: 60px;
    min-height: 100%;
    width: 250px;
    z-index: 200;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#page>footer {
    color: rgba(0, 0, 0, 0.65);
    position: relative;
}

@media (max-width: 1279px) {
    #sidebar {
        box-shadow: 0 0px 10px #0e1215;
    }
}

#login #main>div {
    background: transparent;
}

.breadcrumb,
.breadcrumb a {
    color: black;
}

.breadcrumb a:last-child {
    color: black;
}

body.horizontal_menu #sidebar a,
#sidebar li ul li a,
#sidebar li ul li.active a,
#sidebar li ul a:focus,
#sidebar li ul a:hover,
.main-menu.nav>li>a:focus,
.main-menu.nav>li>a:hover,
.main-menu.nav-tabs>li.active>a,
.main-menu.nav-tabs>li.active>a:focus,
.main-menu.nav-tabs>li.active>a:hover,
.main-menu.nav-tabs .active>a,
.main-menu.nav-tabs a.active,
.main-menu.nav-tabs a:hover {
    color: white; // #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.main-menu.nav-tabs>li>a {
    color: white; //rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#sidebar li ul li a,
#sidebar li ul li.active a,
#sidebar li ul a:focus,
#sidebar li ul a:hover {
    background-color: #07161e; //rgba(0, 0, 0, 0.04);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.main-menu.nav>li>a,
.main-menu.nav>li>a:focus,
.main-menu.nav>li>a:hover,
.main-menu.nav-tabs>li.active>a,
.main-menu.nav-tabs>li>a:hover {
    background-color: #010a0f; //rgba(0, 0, 0, 0.04);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.main-menu.nav-tabs>li.mm-profile a img {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
    position: absolute;
    left: 10px;
    top: 15px;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.main-menu.nav-tabs>li.mm-profile span {}

.main-menu.nav-tabs>li.mm-profile a small {
    color: rgba(0, 0, 0, 0.7);
}

.main-menu.nav-tabs>li.mm-profile a small.login_link {
    color: #2196f3;
}

.main-menu.nav-tabs>li.mm-profile a:focus small.login_link,
.main-menu.nav-tabs>li.mm-profile a:hover small.login_link {
    color: #51adf6;
}

#sidebar li ul a {
    color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px),
@media (min-width: 1280px) {

    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
    }

    #sidebar.toggled {
        transform: translate3d(0, 0, 0);
    }

    header.navbar .header-nav {
        display: inline-block;
        padding: 10px 0 10px;
        float: right;
    }

    #page {
        min-height: 100%;
        position: relative;
    }

    #main {
        padding: 0px;
        padding-bottom: 0px;
        /* Height of the footer */
    }

    #page>footer {
        bottom: 0;
        width: 100%;
        height: 60px;
        /* Height of the footer */
    }

    #sidebar .toggled {
        transform: translate3d(0, 0, 0);
    }

    body.horizontal_menu #sidebar {
        background: #627aad;
    }

    body.horizontal_menu.inline_menu #sidebar {
        background: #3b5998;
    }

    body.horizontal_menu #sidebar .nav>li ul {
        background: #3b5998;
    }

    body.horizontal_menu.inline_menu #sidebar .nav>li ul {
        background: #3b5998;
    }

    body.horizontal_menu.inline_menu #sidebar .main-menu.nav-tabs>li.active>a {
        box-shadow: 0 2px 0 0 #ffffff;
    }

    body.horizontal_menu.inline_menu header.navbar .header-nav .nav>li.user-link img {
        border: 2px solid rgba(255, 255, 255, 0.13);
    }

    body.horizontal_menu #sidebar a,
    body.horizontal_menu #sidebar li ul li.active a,
    body.horizontal_menu #sidebar li ul li.active a,
    body.horizontal_menu #sidebar li ul a:focus,
    body.horizontal_menu #sidebar li ul a:hover,
    body.horizontal_menu .main-menu.nav>li>a:focus,
    body.horizontal_menu .main-menu.nav>li>a:hover,
    body.horizontal_menu .main-menu.nav-tabs>li.active>a,
    body.horizontal_menu .main-menu.nav-tabs>li.active>a:focus,
    body.horizontal_menu .main-menu.nav-tabs>li.active>a:hover,
    body.horizontal_menu .main-menu.nav-tabs .active>a,
    body.horizontal_menu .main-menu.nav-tabs a.active,
    body.horizontal_menu .main-menu.nav-tabs a:hover {
        color: #ffffff;
    }

    body.horizontal_menu .main-menu.nav-tabs>li>a {
        color: rgba(255, 255, 255, 0.65);
    }

    body.horizontal_menu .main-menu.nav>li>a:focus,
    body.horizontal_menu .main-menu.nav>li>a:hover,
    body.horizontal_menu .main-menu.nav-tabs>li.active>a,
    body.horizontal_menu .main-menu.nav-tabs>li>a:hover {
        background-color: rgba(255, 255, 255, 0.04);
    }

    body.horizontal_menu .main-menu.nav-tabs>li.mm-profile a img {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.13);
        position: absolute;
        left: 10px;
        top: 15px;
        text-align: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }

    body.horizontal_menu .main-menu.nav-tabs>li.mm-profile a small {
        color: rgba(255, 255, 255, 0.7);
    }

    body.horizontal_menu #sidebar li ul a {
        color: rgba(255, 255, 255, 0.7);
    }
}

/*
body:not(#login) #content > main > div:not(.quickEdit),
body:not(#login) #content > main > table {
  background: #fff;
}

body:not(#login).embeded #content > main > div:not(.quickEdit),
body:not(#login).embeded #content > main > table {
  background: transparent;
}
*/

.page-loader {
    background: #3b5998;
}

.page-loader .preloader p {
    color: #ffffff;
}

.preloader .plc-path,
.plc-path {
    stroke: #ffffff;
}

.btn,
.btn.focus,
.btn:focus,
.btn:hover,
.btn:active {
    color: #ffffff;
    background-color: #9e9e9e;
}

.btn.waves-input-wrapper {
    color: #ffffff !important;
    background-color: #9e9e9e !important;
}

main .dataList table {
    border-bottom: 2px solid #2d4373;
}

main .dataList th,
main .dataList th a:hover,
main .dataList th a {
    color: #ffffff;
}

main .footable.breakpoint>tbody>tr>td>span.footable-toggle {
    color: #3b5998;
}

main .dataList th.sortable:hover {
    background-color: #2e4677;
}

main .dataList thead tr {
    background-color: rgba(59, 89, 152, 0.8);
}

main .dataList tr.odd,
main .dataList tr.odd+tr.footable-row-detail {
    background-color: transparent;
}

main .dataList tr.tableRowEven,
main .dataList tr.even,
main .dataList tr.tableRowEven+tr.footable-row-detail,
main .dataList tr.even+tr.footable-row-detail {
    background-color: rgba(0, 0, 0, 0.1);
}

main .dataList span.pagelinks a,
main .dataList span.pagelinks strong,
main .dataList span.pagelinks>span {
    color: #2196f3;
    background-color: rgba(0, 0, 0, 0.05);
}

main .dataList span.pagelinks strong {
    color: #212121;
    background-color: rgba(0, 0, 0, 0.05);
}

main .dataList .pagelinks .pc.first-disabled,
main .dataList .pagelinks .pc.prev-disabled,
main .dataList .pagelinks .pc.next-disabled,
main .dataList .pagelinks .pc.last-disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
}

div[class*="-body-content"] div[class*="-body-header"] {
    color: #212121;
}

main .jqplot-highlighter-tooltip,
main .jqplot-canvasOverlay-tooltip {
    color: #000;
}

main ::-webkit-input-placeholder {
    color: #727272;
}

main :-moz-placeholder {
    color: #727272;
}

main ::-moz-placeholder {
    color: #727272;
}

main :-ms-input-placeholder {
    color: #727272;
}

main .filter-cell select.emptyValue {
    color: #727272 !important;
}

main input:not([type]),
main input[type=text],
main input[type=password],
main input[type=email],
main input[type=url],
main input[type=time],
main input[type=date],
main input[type=datetime],
main input[type=datetime-local],
main input[type=tel],
main input[type=number],
main input[type=search],
main textarea,
main select:not([class^=ui]) {
    background-color: white;
    border: 1px solid black;
    max-width: 100%;
    border-radius: 2px;
    color: #212121;
}

main input:not([type]):focus:not([readonly]),
main input[type=text]:focus:not([readonly]),
main input[type=password]:focus:not([readonly]),
main input[type=email]:focus:not([readonly]),
main input[type=url]:focus:not([readonly]),
main input[type=time]:focus:not([readonly]),
main input[type=date]:focus:not([readonly]),
main input[type=datetime]:focus:not([readonly]),
main input[type=datetime-local]:focus:not([readonly]),
main input[type=tel]:focus:not([readonly]),
main input[type=number]:focus:not([readonly]),
main input[type=search]:focus:not([readonly]),
main textarea:focus:not([readonly]),
main select:focus:not([readonly]):not([class^=ui]),
main input.focus {
    border-bottom: 1px solid #3b5998;
    box-shadow: 0 1px 0 0 #3b5998;
}

main select:not([class^="ui-"]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='undefined' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'/%3E%3C/svg%3E");
}

main input:-webkit-autofill,
main textarea:-webkit-autofill,
main select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #212121 !important;
}

main input:focus:-webkit-autofill,
main textarea:focus:-webkit-autofill,
main select:focus:-webkit-autofill {
    -webkit-box-shadow: 0 1px 0 0 #3b5998, 0 0 0px 1000px #ffffff inset !important;
}

main #form-canvas .label {
    color: #212121;
}

legend,
main #form-canvas .form-section-title span,
main #form-canvas .subform-section-title span {
    background: rgba(59, 89, 152, 0.8);
    color: #ffffff;
}

main .subform-container.has-frame .subform-title {
    background: #fff;
}

main .subform-container {
    border: 2px solid rgba(59, 89, 152, 0.7);
}

main .chosen-container-multi .chosen-choices,
main .chosen-container-single .chosen-single {
    border-bottom: 1px solid #2d4373;
    background-color: transparent;
    background: transparent;
    color: inherit;
}

main .chosen-container-single.chosen-with-drop .chosen-single {
    color: #000;
}

main .chosen-container-multi.chosen-container-active .chosen-choices,
main .chosen-container-active .chosen-single {
    border-bottom: 1px solid #3b5998;
    box-shadow: 0 1px 0 0 #3b5998;
}

main .multiPagedForm.wizard .page-nav-panel ul,
main .multiPagedForm.tab .page-nav-panel ul {
    box-shadow: inset 0 -2px 0 0 #7c90ba;
}

main .multiPagedForm.wizard .page-nav-panel .nav_item.current button,
main .multiPagedForm.wizard .page-nav-panel .nav_item button,
main .multiPagedForm.tab .page-nav-panel .nav_item.current button,
main .multiPagedForm.tab .page-nav-panel .nav_item button {
    color: #7c90ba;
}

main .multiPagedForm.wizard .page-nav-panel .nav_item.current button:disabled,
main .multiPagedForm.tab .page-nav-panel .nav_item.current button:disabled,
main .multiPagedForm.wizard .page-nav-panel .nav_item.current button,
main .multiPagedForm.tab .page-nav-panel .nav_item.current button {
    color: #2d4373;
}

main .multiPagedForm.wizard .page-nav-panel .nav_item.current:after,
main .multiPagedForm.tab .page-nav-panel .nav_item.current:after {
    background: #2d4373;
}

@media (max-width: 767px) {

    main .multiPagedForm.wizard .page-nav-panel .nav_item button,
    main .multiPagedForm.tab .page-nav-panel .nav_item button {
        background: none;
        border: #7c90ba solid 2px;
    }

    main .multiPagedForm.wizard .page-nav-panel .nav_item.current,
    main .multiPagedForm.tab .page-nav-panel .nav_item.current {
        border: 2px solid #2d4373;
    }

    main .multiPagedForm .page-container {
        border: 2px solid #2d4373;
    }
}

main .form-cell .grid thead tr,
main .subform-cell .grid thead tr {
    background: #999;
    color: #ffffff;
}

main .form-cell .grid tbody tr:nth-child(odd),
main .subform-cell .grid tbody tr:nth-child(odd) {
    background-color: #f2f4f8;
}

main .form-cell .grid table.tablesaw,
main .subform-cell .grid table.tablesaw {
    border-bottom: 2px solid #999;
}

main .grid-stack-item .grid-stack-item-header {
    background: #2d4373;
}

main .grid-stack-item .grid-stack-item-header h4 {
    color: #ffffff;
}

main .grid-stack-item .grid-stack-item-content {
    border-color: transparent;
}

.popupBody #main-body-header {
    color: #2d4373;
}

/* TMA Customization */

.breadcrumb,
.nav .fa-bell-o,
.nav .inbox-notification {
    display: none !important;
}

#build {
    margin-top: -8px;
}

body .form-container .form-cell-value,
.table {
    margin-bottom: 0px;
}

#loginForm #j_username,
#loginForm #j_password {
    border-radius: 5px;
    height: 40px;
    margin-top: 5px;
    padding: 10px;
    font-size: 16px;
    width: 350px;
    background-color: white;
}

.form-cell {
    padding: 0px;
    min-height: 30px;
}

.subform-container .subform-title {
    font-size: 16px !important;
    background-color: #009688 !important;
    color: white !important;
    border-top-left-radius: 10px !important;
}

body .dataList td,
body .dataList th {
    padding: 5px 5px !important;
    text-align: left;
    vertical-align: top;
}

body .dataList table {
    line-height: 30px;
}

body .dataList .fa {
    font-size: 16px;
}

body .dataList .glyphicon {
    font-size: 14px;
    height: 25px;
}

.viewForm-body-header {
    /* padding: 0px !important; */
    margin: 0px !important;
    font-size: 16px !important;
}

.userDetails {
    margin-top: 16px;
    color: #727272;
    width: 100%;
    padding-right: 8px;
    text-align: right;
}

header.navbar .userDetails a {
    color: #51adf6;
}

header.navbar .userDetails a:hover {
    color: #3b5998
}

.hasDatepicker {
    max-width: 100%;
}

.form-column-label {
    display: none;
}

.hi-trigger {
    display: none !important;
}

body .form-cell,
body .subform-cell {
    color: inherit;
    padding-right: 20px;
    padding-left: 20px;
}

#sidebar {
    display: none;
}

.runProcess-body-header {
    display: none;
}

.dataList .glyphicon,
.dataList .fa {
    font-size: 20px;
}

.glyphicon-print {
    width: 45px;
    padding: 2px;
    margin-top: -1px;
}

.breadcrumb {
    text-align: left;
    /*
    position: fixed;
    top: 70px;
    z-index: 100
    */
}

element.style {}

body #form-canvas .form-section+.form-section,
body #form-canvas .subform-section+.subform-section {
    /* margin-top: 15px; */
}

body #form-canvas .form-section,
body #form-canvas .subform-section {
    /* margin-top: 0; */
}

#form-canvas * {
    font-size: 13px;
}

.form-section {
    /*margin-top: 0px; */
}

.form-section,
.subform-section {
    /* margin-top: 0px; */
    padding: 0px
}

/*
body .hasDatepicker + a, body .hasDatepicker + img,

body .subform-cell-validator, body .form-cell-validator{
    width: 105% !important;
}
*/

body #form-canvas .label {
    padding: 8px 10px 8px 0px;
}

.form-cell .label,
.subform-cell .label {
    width: 100%;
}

.dataList thead tr,
.form-section-title span,
.subform-section-title span {
    background-color: #009688 !important;
    display: block;
    padding: 10px 5px;
    color: white;
}

#sidebar .active .current .menu-link {
    background-color: #303d45;
}

.footer-brand {
    font-size: 12px;
    font-weight: bold;
}

.footer-powered-by {
    font-size: 12px;
}

.exportlinks,
.print-button {
    display: none;
}

#customerVoucherExport .exportlinks,
#agentVoucherExport .exportlinks,
#downLinks .exportlinks,
#upLinks .exportlinks {
    display: block;
}

.dataList th,
.dataList td {
    white-space: nowrap;
}

.dataList #price_tag,
.dataList #operator_tag {
    padding-left: 0px;
    margin-top: 0px;
    font-size: 10px;
    line-height: 0px;
    font-weight: normal;
    color: #727272;
    font-size: 13px;
    line-height: 10px;
    white-space: nowrap;
}

label>[type="radio"]:not(:checked),
label>[type="radio"],
label>[type="checkbox"]:not(:checked),
label>[type="checkbox"],
label>[type="radio"]:checked {
    display: block !important;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

#welcome1 #welcome-title {
    float: right;
    padding-top: 0px;
    color: white;
    padding-right: 20px;
}

#dashboard .ui-html,
#defaultPage .ui-html {
    padding: 0px !important;
}

#welcome-page {
    /*
    min-height: 500px;
    background-image: url('/static/resources/images/travel-mart-concept-upsell.jpg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    */
    min-height: 400px;
    max-height: 400px;
    background-image: url('/static/resources/images/ss-flying.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 18%;
}

body,
#main,
#main .ui-html,
#login {
    background-color: rgb(234, 241, 230);
}

#main #content {
    padding: 0px !important;
    min-height: calc(100vh);
}

#header-info {
    margin-left: 0px !important;
}

@media (min-width: 1280px) {

    body:not(#login) #page>footer,
    body:not(#login) #content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .price_tag {
        padding-left: 55px;
    }

    #welcome-page {
        min-height: 300px;
        background-size: 100%;
    }

    body .hasDatepicker+a,
    body .hasDatepicker+img,
    body .subform-cell-validator,
    body .form-cell-validator {
        right: 0 !important;
    }

    .dataList #price_tag,
    .dataList #operator_tag {
        padding-left: 0px;
        margin-top: 10px;
        font-size: 10px;
        line-height: 0px;
        font-weight: normal;
        color: #727272;
        line-height: 10px;
    }

    .dataList {
        font-size: 10px;
    }
}

a,
a:active,
a:focus {
    outline: none;
}

main>div {
    background: transparent;
}

.form-column-label {
    background-color: #d2dbcb;
    padding: 10px;
}

main .runProcess-body-content,
main .datalist-body-content,
main .viewForm-body-content {
    border-radius: 15px;
    padding: 20px;
    /*
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    */
    background-color: white !important;
    margin-top: 15px;
    font-size: 13px;
}

/* TMA Customization Start*/

/* TMA Login Page */

body:not(.embeded) {
    margin: 0px;
    height: 100%;
}

body header,
#login footer {
    display: none;
}

#page {
    position: inherit;
}

body,
#page,
#main,
#main .ui-html {
    background-color: rgb(195, 200, 192);
}

#login {
    background-color: #3e709a;
    margin-top: 65px;
}

#login .logo {
    background-image: url(/theme/tma/images/GBX_new.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 5%;
    background-size: calc(20%);
    max-height: 420px;
    min-width: 500px;
    overflow: hidden;
    height: 100px;
}

#login .row-fluid {
    min-width: 100% !important;
    min-height: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

/* #login #main{
    background: #3e709a;
} */

#login main,
#login #s2a-app,
#login .login-pane {
    padding: 0px !important;
}

#login #s2a-app .row {
    margin-right: 0px;
    margin-left: 0px;
}

#login .login-top {
    min-height: 40vh;
    background-color: #3e709a;
}

#login .welcome-message {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

#login .log-on {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#login .log-on {
    float: right;
    margin-right: 70px;
}

#login .login-container {
    max-width: 320px;
    float: right;
    color: white;
    padding: 10px;
}

#login .login-container .forgot-link {
    color: white;
}

#login .signup-link {
    cursor: pointer;
}

#login .login-container .forgot-link a {
    color: orange;
}

#login .login-container .login-header>span {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#login .login-container .login-header {
    margin-bottom: 20px;
}

#login .login-container .form-control {
    margin-bottom: 0px;
}

#login .login-container .btn {
    width: 100%;
    background: green;
    margin-bottom: 10px;
}

#login .login-container label {
    color: white;
}

#login .login-mid {
    min-height: 30vh;
    background-color: rgb(195, 200, 192);
    max-width: 100vw;
}

#login .login-bottom {
    min-height: 30vh;
    padding-top: 50px;
}

#login #main:before {
    height: 0px;
}

#login {
    padding-top: 30px;
    margin: 0px;
}

#login #page {
    min-height: 100%;
    background: #3e709a;
}

#login #login-disclaimer {
    color: white;
    min-width: 500px;
    width: 100%;
    height: 100px;
    display: table;
    margin: auto;
    padding-left: 35%;
    padding-right: 26%;
}

#login #page #login-disclaimer p {
    max-width: 500px;
}

#login input[type="text"],
#login input[type="password"] {
    max-width: 100% !important;
}

#loginForm .form-button {
    width: 100px;
    height: 50px;
    border-radius: 10px;
    line-height: 46px !important;
    margin-top: 0px;
    right: 0px;
    position: relative;
}

.btn.waves-input-wrapper {
    color: #ffffff !important;
    background-color: #827d7d !important;
}

#loginForm .form-button::before {
    content: 'Login';
    font-size: 18px;
    margin-left: 10px;
}

#loginForm .form-button::after {
    left: 68px;
}

.clearfix {
    background-color: transparent;
}

#page>footer {
    /*
      position: absolute;
    */
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #dedede;
}

.app-header {
    width: 100%;
    height: 35px;
    background-color: #dedede;
    padding-top: 4px;
}

.app-header>div {
    display: inline-flex;
    padding: 5px;
}

.app-header div div {
    padding-right: 5px;
}

.app-header {
    background-color: rgb(7, 59, 103);
    color: white;
}

.app-session,
.app-menu,
.app-menu .menu-content {
    display: inline-flex;
}

.app-session a,
.app-menu a {
    color: white;
}

.app-menu .menu-content .category:not(:last-child):after,
.app-session .menu-content:not(:last-child):after,
.app-menu .menu-content:not(:last-child):after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
}

.app-menu .menu-content .current-category a {
    /*
    text-shadow: 0px 0px 1px white, 0px 0px 1px white;
      font-weight: bold;
    */
    color: red;
}

.app-menu .menu-container {
    display: none;
}

.menu-content-profile {
    font-size: 25px;
    margin-top: -8px;
}

.action-menu {
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 9px 0px;
    margin-left: -175px;
    margin-top: 0px;
    z-index: 100;
}

.app-menu .menu-content li,
.action-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.action-menu li {
    display: inline;
}

.action-menu .link {
    text-decoration: none;
    padding-left: 24px;
    padding-right: 58px;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    color: #444444;
    display: block;
    font-size: 14.5px;
    height: 40px;
    line-height: 14.5px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 13px;
}

#signupCtrl {
    margin-right: 5%;
    margin-left: 5%;
}

.action-menu .link:hover {
    background-color: #f1f1f1;
}

body #form-canvas .label,
.form-cell .label {
    width: 100%;
}

/*body select:not([class^="ui-"]) option,*/
body .editor-cell select:not([class^="ui-"]) option {
    color: #000;
    background: #eaf1e6;
    border: 1px solid black;
}

body.embeded {
    background-color: #c3c8c0;
}

.form-cell textarea[readonly],
.form-cell input[readonly],
.form-cell select[disabled] {
    background-color: rgb(234, 241, 230);
}

body .dataList .material-icons,
body .dataList .fa {
    font-size: 20px;
    color: black;
    margin-top: 5px;
}

#section-actions {
    margin-top: 15px;
}

#myapp fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}

#myapp legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: auto;
    color: #212121;
    background: white;
}

/* END */