body {
    color: #222;
}

.bg-white {
    background: #fff;
}

.colorSUSS {
    color: #00385e !important;
}

.colorSIMGE {
    color: #00B5E2 !important;
}

.globalAppTextColorSIMGE {
    color: #00B5E2 !important;
}

.globalAppTextColorSUSS {
    color: #00385e !important;
}

.bgColorSUSS {
    background-color: #00385e !important;
}

.bgColorSIMGE {
    background-color: #00B5E2 !important;
}

.btnSUSS {
    background-color: #00385e !important;
    border-color: #00385e !important;
}

.btnSIMGE {
    background-color: #00B5E2 !important;
    border-color: #00B5E2 !important;
}

.label-pending {
    background-color: #f8ac59;
    color: #ffffff;
    padding: 5px;
}

.label-rejected {
    background-color: red;
    color: #ffffff;
    padding: 5px;
}

.label-approved {
    background-color: forestgreen;
    color: #ffffff;
    padding: 5px;
}

.t_simge .preview_heading {
    color: #00B5E2 !important;
    text-decoration: underline;
}

.t_suss .preview_heading {
    color: #00385e !important;
    text-decoration: underline;
}

.txtSUSS.form-control:focus,
.txtSUSS.single-line:focus,
.has-success .txtSUSS.form-control,
.has-success .txtSUSS.form-control:focus {
    border-color: #00385e !important;
}

.txtSIMGE.form-control:focus,
.txtSIMGE.single-line:focus,
.has-success .txtSIMGE.form-control,
.has-success .txtSIMGE.form-control:focus {
    border-color: #00B5E2 !important;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
    background-color: #e30425;
    border-color: #e30425;
    color: #fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #3f6ad8;
    border-color: #3f6ad8;
    color: #fff;
}

.t_suss .btn-link:hover,
.t_suss .btn-link:focus,
.t_suss .btn-link:active,
.t_suss .btn-link.active {
    color: #007bff;
    text-decoration: none;
}

.t_simge select.form-control:focus,
.t_simge select.single-line:focus {
    border-color: #00B5E2;
}

.t_simge .has-success select.form-control,
.t_simge .has-success select.form-control:focus {
    border-color: #00B5E2;
}

.t_suss select.form-control:focus,
.t_suss select.single-line:focus {
    border-color: #00385e;
}

.t_suss .has-success select.form-control,
.t_suss .has-success select.form-control:focus {
    border-color: #00385e;
}

.mt30 {
    margin-top: 30px;
}

span.req {
    color: red;
}

span.frm-display-only {
    color: #222;
}

/*SIM Connect Landing*/
.sim-landing {
    padding-top: 110px;
    max-width: 600px;
    z-index: 100;
    margin: 0 auto;
}

    .sim-landing img.img-logo {
        max-width: 100%;
        margin-bottom: 20px;
    }

body.themeSIM {
    background-color: #fff;
}

.t_suss .pace .pace-progress {
    background: #00385e;
}

.t_simge .pace .pace-progress {
    background: #00B5E2;
}

.themeSIM #wrapper {
    width: 100%;
    overflow-x: hidden;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.themeSIM .navbar-static-side {
    background: transparent;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.themeSIM #page-wrapper {
    flex-shrink: 1;
    width: calc(100% - 220px);
    position: relative !important;
    margin: 0;
}

.t_suss .nav-headerx {
    background: rgb(183, 139, 39);
    background: linear-gradient(22deg, rgba(183, 139, 39, 1) 8%, rgba(189, 156, 80, 1) 60%);
    border-bottom: 2px solid #fff;
}

.t_simge .nav-headerx {
    background: rgb(0, 139, 108);
    background: linear-gradient(22deg, rgba(0, 139, 108, 1) 8%, rgba(65, 174, 149, 1) 60%);
    border-bottom: 2px solid #fff;
}

.themeSIM .nav-header {
    background: #f3f3f4;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px 15px;
}

body.t_suss.mini-navbar .nav-header,
body.t_simge.mini-navbar .nav-header {
    background: #f3f3f4;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px 15px;
}

.themeSIM .profile-element img.img-logo {
    max-width: 100%;
}

.themeSIM .nav > li > a {
    color: #222;
    font-weight: 400;
}

.themeSIM .nav > li.active > a {
    font-weight: 700;
}

.themeSIM .navbar-static-side .nav > li > a:focus,
.themeSIM .navbar-static-side .nav > li > a:hover {
    background-color: inherit;
    color: #222;
    font-weight: 700;
}

.t_suss .nav > li.active {
    background: #f8f8f9;
    border-left: 4px solid #00385e;
}

.t_simge .nav > li.active {
    background: #f8f8f9;
    border-left: 4px solid #00B5E2;
}

.t_suss .ibox-title {
    border-color: #00385e;
}

.t_simge .ibox-title {
    border-color: #00B5E2;
}

.t_suss .ibox.wt-border {
    border-top: 2px solid #00385e;
}

.t_simge .ibox.wt-border {
    border-top: 2px solid #00B5E2;
}

.themeSIM .cms-container img {
    max-width: 100%;
    margin-bottom: 2rem;
}

.themeSIM .cms-container p {
    color: #222;
}

.themeSIM .cms-container iframe, .themeSIM .cms-container object {
    margin: 2rem 0;
}

.t_suss .cms-container a {
    color: #00385e;
    text-decoration: underline;
}

.t_simge .cms-container a {
    color: #00B5E2;
    text-decoration: underline;
}

.t_suss .cms-container h1, .t_suss .cms-container h2, .t_suss .cms-container h3, .t_suss .cms-container h4, .t_suss .cms-container h5, .t_suss .cms-container h6 {
    color: #00385e;
}

.t_simge .cms-container h1, .t_simge .cms-container h2, .t_simge .cms-container h3, .t_simge .cms-container h4, .t_simge .cms-container h5, .t_simge .cms-container h6 {
    color: #00B5E2;
}

.t_suss .select2-container--default.select2-container--focus .select2-selection--single,
.t_suss .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #00385e;
}

.t_suss .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00385e;
}

.t_simge .select2-container--default.select2-container--focus .select2-selection--single,
.t_simge .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #00B5E2;
}

.t_simge .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00B5E2;
}

.themeSIM .wizard .select2-container {
    display: block;
}

.themeSIM .select2-container .select2-selection--single {
    height: 36px;
}

.themeSIM .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.themeSIM .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.ibox-title {
    display: flex;
    align-items: center;
    padding: 15px 15px;
}

.ibox-title.with-status {
        display: block;
}

.ibox-title h5 {
        font-size: 16px;
        margin: 0;
        margin-right: 15px;
}

.ibox-tools.action {
    text-align: left;
}

.themeSIM .cms-container h1 {
    font-size: 36px;
    margin: 1rem 0 1.3rem 0;
}

.themeSIM .cms-container h2 {
    font-size: 26px;
    margin: 1rem 0 1.3rem 0;
}

.themeSIM .cms-container h3 {
    font-size: 18px;
    margin: 1rem 0 1.3rem 0;
}

.themeSIM .cms-container h4 {
    font-size: 16px;
    margin: 1rem 0 1.3rem 0;
}

.themeSIM .cms-container h5 {
    font-size: 14px;
    margin: 1rem 0 1.3rem 0;
}

.themeSIM .cms-container h6 {
    font-size: 12px;
    margin: 1rem 0 1.3rem 0;
}

.wizard > .steps {
    width: 98%;
}

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        position: relative;
        padding: 10px 0 10px 30px;
        display: flex;
        align-items: center;
        height: 60px;
        border: 1px solid #eee;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .wizard > .steps > ul > li:first-child a,
    .wizard > .steps > ul > li:first-child a:hover,
    .wizard > .steps > ul > li:first-child a:active {
        padding-left: 10px !important;
    }

.wizard > .content {
    background: #f3f3f3;
}

    .wizard > .content > .body {
        width: 100%;
    }

.wizard > .steps a::before,
.wizard > .steps a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #eee;
    position: absolute;
    top: 0;
    margin-left: 1px;
    margin-top: -1px;
    left: 100%;
    z-index: 2;
}

.wizard > .steps > ul > li.current > a:hover {
    cursor: pointer !important;
}

.t_simge .wizard > .steps .current a::after {
    content: " ";
    border-left: 20px solid #02a6cf;
}

.t_simge .wizard > .steps .done a::after {
    content: " ";
    border-left: 20px solid #eee;
}

.t_simge .wizard > .steps .current a:hover,
.t_simge .wizard > .steps .current a:active {
    background: #00B5E2;
    border: 1px solid #00B5E2;
}

    .t_simge .wizard > .steps .current a:hover::after {
        border-left: 20px solid #00B5E2;
    }

.t_simge .wizard > .steps .done a,
.t_simge .wizard > .steps .done a:hover,
.t_simge .wizard > .steps .done a:active {
    background: #eee;
    color: #aaa;
    border: 1px solid #eee;
}

.t_simge .wizard > .steps .current a {
    background: #02a6cf;
    border: 1px solid #02a6cf;
}

/* UNISIM / SUSS */
.t_suss .wizard > .steps .current a,
.t_suss .wizard > .steps .current a:hover,
.t_suss .wizard > .steps .current a:active {
    background: #00385e;
    border: 1px solid #00385e;
}

.t_suss .wizard > .steps .current a {
    background: #04609f;
    border: 1px solid #04609f;
}

    .t_suss .wizard > .steps .current a::after {
        content: " ";
        border-left: 20px solid #04609f;
    }

    .t_suss .wizard > .steps .done a::after {
        content: " ";
        border-left: 20px solid #eee;
    }

    .t_suss .wizard > .steps .current a:hover::after {
        border-left: 20px solid #00385e;
    }

    .t_suss .wizard > .steps .current a:hover,
    .t_suss .wizard > .steps .current a:active {
        background: #00385e;
        border: 1px solid #00385e;
    }

.t_suss .wizard > .steps .done a,
.t_suss .wizard > .steps .done a:hover,
.t_suss .wizard > .steps .done a:active {
    background: #eee;
    color: #aaa;
    border: 1px solid #eee;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: #E4002B;
    border-color: #E4002B;
    color: #fff;
}

body.t_simge #btn_finish,
body.t_simge #btn_next {
    background-color: #00B5E2 !important;
    border-color: #00B5E2 !important;
}

body.t_suss #btn_finish,
body.t_suss #btn_next {
    background-color: #04609f !important;
    border-color: #04609f !important;
}

.wizard > .steps > ul > li:not(:first-child) a::before {
    right: auto;
    left: 0;
    border-left: 20px solid #fff;
    margin-left: -1px;
    z-index: 0;
}

.wizard .hr-line-dashed {
    border-color: #CCCCCC;
    background: #f3f3f3;
}

.wizard > .actions {
    text-align: left;
}

form#frmRegisterWithTicket ul[role="menu"] {
    xdisplay: flex;
    xjustify-content: space-between;
}

.wizard > .steps > ul[role="tablist"] {
    display: flex;
}

.wizard > .steps > ul > li {
    max-width: 100%;
}

.wizard > .content > .body label.error {
    color: red;
    font-weight: normal;
    display: block;
    margin: 5px 0 5px 0;
}

body.themeSIM.mini-navbar #page-wrapper {
    margin: 0;
}

body.themeSIM.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
    margin-top: 0;
}

body.themeSIM.fixed-nav #wrapper .navbar-static-side, body.fixed-nav #wrapper #page-wrapper {
    margin-top: 60px;
}

body.themeSIM.fixed-sidebar #page-wrapper {
    margin: 0 0 0 220px;
}

body.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 0;
}

body.fixed-sidebar.themeSIM.mini-navbar #page-wrapper {
    width: 100%;
    position: relative !important;
}

body.themeSIM.fixed-nav.fixed-nav-basic .navbar-fixed-top {
    left: 220px;
}

body.themeSIM .navbar-fixed-top {
    background: #fff;
    transition-duration: 0.4s;
    border-bottom: 1px solid #e7eaec !important;
    z-index: 2030;
    position: fixed;
    right: 0;
    left: 0;
    padding: 0;
    top: 0;
}

table.ticket-table th, table.ticket-table td {
    border-color: #A8A8A8 !important;
    width: 100px;
    background: #fff !important;
}

table.ticket-table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #A8A8A8;
}

table.ticket-table td:first-child {
    font-weight: 700;
    width: 130px;
}

table.ticket-table td:nth-child(3),
table.ticket-table td:nth-child(4) {
    text-align: right;
}
table.ticket-table.extra td:nth-child(3) {
    text-align:left;
}
table.ticket-table.extra td:nth-child(4),
table.ticket-table.extra td:nth-child(5) {
    text-align: right;
}


#ticketGuestError, #ticketExtraError {
    border-top: 1px solid #e7eaec;
}

    #ticketGuestError label.error,
    #ticketExtraError label.error {
        margin: 0;
    }

select.ticketDropdown {
    border: 1px solid #ccc;
}

div.frmTips ul {
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.buttonAction {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

    .buttonAction button {
        width: 250px;
    }

        .buttonAction button:first-child {
            margin-right: 15px;
        }

.wizard em {
    font-style: normal !important;
}

.fs-16px {
    font-size:16px;
}

.fs-14px {
    font-size: 14px;
}

div.frmSubmitNote {
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 20px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#frmEventTitle h3 {
    margin-bottom: 20px;
}
.inner-container {
    background-color: #ffffff;
    padding: 1em 20px 3em 20px;
}
.inner-container > .sk-spinner {
    display:none;
}
.inner-container.sk-loading {
    position: relative;
}

.sk-spinner-wave div {
    background-color: #3f51b5;
}

.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: 20px;
}

.inner-container.sk-loading > .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.inner-container.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.accordion_component.panel-group .panel {
    margin-bottom:30px;
}

.accordion_component.panel-group .panel-title > a {
    text-decoration:none !important;
    font-weight:700;
}

.accordion_component.panel-group .panel-body > ul >li {
    margin:3px 0;
}

.m-logo-container {
    display: none;
}

.themeSIM .cms-container .thumbnail >img {
    max-width:unset !important;
    width:100%;
    margin-bottom:0;
}

.t_suss .cms-container .caption a.btn {
    background-color: #00385e !important;
    border-color: #00385e !important;
    color:#fff;
    text-decoration:none;
}

.t_simge .cms-container .caption a.btn {
    background-color: #00B5E2 !important;
    border-color: #00B5E2 !important;
    color: #fff;
    text-decoration: none;
}

.photo-upload-container {
    margin: 10px 0 0 0;display:flex;flex-direction:column;
}

.photo-upload-container #form-upload .fileinput {
     max-width: 500px;
}

    .photo-upload-container .photo-display {
        max-width:700px;
        margin-bottom:20px;
    }

/* Guest Details */
.guest_details_container {
    margin-top:30px;
}

.guest-details-info {
    border: 1px dotted #A8A8A8;background:#fff;
    padding: 15px;
    margin-bottom: 20px;
}

.guest-details-info h4{
    margin-bottom:30px;
}

table.ticket-guest-table{margin-bottom:20px;}
table.ticket-guest-table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #A8A8A8;font-size:15px;
}
table.ticket-guest-table th, table.ticket-guest-table td {
    border-color: #A8A8A8 !important;
    width: 100px;
    background: #fff !important;
}
table.ticket-guest-table td span{display:block;}
table.ticket-guest-table td span:first-child{font-weight:700;margin-bottom:5px;}

@media (max-width: 992px) {
    .wizard .steps {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .wizard ul[role="tablist"] {
        display: flex;
        margin: 10px 0 15px 0;
    }

        .wizard ul[role="tablist"] > li {
            width: 100%;
        }
}

@media (max-width: 768px) {
    body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
        position: absolute;
    }
    .navbar-header {
        width: 110px;
    }
    .navbar-right {
        margin-right: 0;
        float: right;
        text-align: right;
    }

    .navbar.navbar-static-top {
        display: flex;
        margin-bottom: 8px !important;
    }

    .m-logo-container {
        display: block;
        margin: 15px auto;
        text-align: center;
    }
    .mini-navbar .m-logo-container {
        display: none;
    }
    .mini-navbar .navbar-right {
        display:none;
    }

    .body-small .navbar-top-links li:last-child {
        xdisplay: flex;
        xjustify-content: space-between;
        xalign-items: baseline;
        text-align: right;
        width: 110px;
    }

    .mini-navbar .navbar-top-links li:last-child {
        justify-content: flex-end;
    }

    .body-small .navbar-top-links li:last-child span .img-logo {
        width: 80%;
        margin-left: 10px;
    }

    body.themeSIM .navbar-top-links li:last-child span .img-logo {
        width: 50% !important;
    }

    .site-signup {
        margin-right: 18px;
    }

    #page-wrapper {
        width: 100% !important;
    }

    body.themeSIM.fixed-sidebar #page-wrapper {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .buttonAction {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

        .buttonAction button:first-child {
            margin-right: 0;
            margin-bottom: 20px;
        }

    .buttonAction2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

        .buttonAction2 button {
            width: 100%;
        }
}

@media all {
    .print-box {
        display: block !important;
    }
}

@media print {
    body {
        overflow: visible !important;
    }

        body > * {
            display: block !important;
        }

        body > .print-box {
            display: block !important;
        }

    .btn {
        display: none !important;
    }
}

/* Spinner */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1000;
    background-color: rgba(255,255,255, 1);
}

.loader {
    position: absolute;
    margin: 0 auto;
    width: 150px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .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;
    }
}

@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: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

#loader-msg {
    margin-top: 5%;
}

#loader-msg p {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
}

#toast-container > .toast-error {
    background-image: none !important;
    min-width:320px;
}