
html {
    scroll-behavior: smooth;
    font-size: 15px;
    line-height: 1.4;
}
body {
    color: #343A3A;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.badge {
    font-size: 85%;
    font-weight: 500;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}

#fb-root {
    display: none !important;
}

.bg-light-grey {
    background-color: #f5f7f9;
}
.alert {
    margin-bottom: 0;
    border-radius: 0;
}

.main-header {
    margin-left: 0;
    display: flex;
    align-items: center;
    padding: 10px 0;
    background: #FFF;
    box-shadow: 0 0 2px #0002;
    overflow: hidden;
    transition: all ease-in-out 200ms;
}
.main-header .pageTitle {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topbar-icon {
    margin-right: 0.75rem;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #0008;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}

.modal {
    z-index: 99999;
}
.modal-dialog {
    margin: 0;
    height: 100%;
}
.modal-content {
    height: 100%;
    border-radius: 0;
    border: 0;
    overflow: hidden;
}
.modal-body {
    overflow: auto;
}
.modal-title {
    font-size: 18px;
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
    margin-right: 50px !important;
}
.modal-footer, .modal-header {
    flex-shrink: 0;
}
#introModal .modal-content {
    background: #222 url('images/bgIntroModal.png') center /cover;
}
#introModal .modal-footer {
    border: 0;
    text-transform: uppercase;
}
#introModal .modal-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #FFF;
}
.introLogo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.introLogo img {
    width: 200px;
    display: block;
}
#introContent {
    padding: 30px;
}
#introModal .owl-dots .owl-dot {
    width: 12px;
    height: 4px;
    border-radius: 10px;
    background: #FFFA;
    margin: 0 3px;
    transition: all ease-in-out 300ms;
}
#introModal .owl-dots .owl-dot.active {
    background: #56c6b5;
    width: 40px;
}

#introModal .btn2View {
    position: fixed;
    top: 12px;
    left: 15px;
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    color: #FFF;
    font-size: 24px;
    z-index: 9;
}
#btnShowModal:focus {
    outline: 0;
    box-shadow: none;
}
.logoSm {
    margin: 40px 0 30px;
    text-align: center;
}
.logoSm img {
    width: 150px;
}

/*custom firebaseUI*/
#container .mdl-button--raised.mdl-button--colored {
    background-color: #12A4AB;
    background: linear-gradient(119.96deg, #20C0E7 -14.62%, #2FC7C5 37.54%, #00BFBB 61.87%, #38CDAA 102.89%);
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 0.25rem 1rem;
    height: auto;
}
#container .firebaseui-textfield.mdl-textfield .firebaseui-label::after {
    background-color: #12A4AB;
}
#container .firebaseui-link {
    color: #12A4AB;
}
#container .firebaseui-link:hover {
    color: #069299;
}
#container .firebaseui-card-header {
    margin-bottom: 2rem;
}
#container .firebaseui-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
#container .firebaseui-id-secondary-link {
    display: none;
}
#container .firebaseui-tos-list {
    padding: 0;
    text-align: center;
}
#container .firebaseui-resend-container {
    margin: 1rem 0;
}
#container .firebaseui-card-header, #container .firebaseui-tos {
    display:none;
}
#container .mdl-textfield__input {
    padding: 8px 0;
}



.login-panel {
    padding: 0 30px 30px;
    height: calc(100vh - 60px);
    overflow: hidden;
}
.customForm {
    height:100%;
    display: flex;
    flex-direction: column;
}
.customForm .input-group-text {
    border-width: 0 0 1px 0;
    background: transparent;
    font-size: 120%;
    border-radius: 0;
}
.customForm .form-control {
    border-width: 0 0 1px;
    border-radius: 0;
}
.customForm .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.btn {
    font-size: 14px;
    text-transform: uppercase;
    min-height: 46px;
}
.form-control {
    padding: 0.75rem;
    min-height: 46px;
    font-size: 17px;
}
.input-group-text {
    min-width: 46px;
    justify-content: center;
}


.border-top, .border-left, .border-right, .border-bottom {
    border-color: #eee !important;
}
a {
    color: #12A4AB;
}
a:hover {
    color: #069299;
    text-decoration: none;
}
.badge-primary {
    background-color: #12A4AB;
    background: linear-gradient(119.96deg, #20C0E7 -14.62%, #2FC7C5 37.54%, #00BFBB 61.87%, #38CDAA 102.89%);
}

.btn:not(.btn-info, .btn-success, .btn-warning, .btn-danger, .btn-primary):focus, .btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 220, 144, 0.5);
}
.btn-primary {
    background-color: #12A4AB;
    background: linear-gradient(119.96deg, #20C0E7 -14.62%, #2FC7C5 37.54%, #00BFBB 61.87%, #38CDAA 102.89%);
    border-color: #2FC7C5;
}
.btn-primary:hover {
    background-color: #2FC7C5;
    border-color: #2FC7C5;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #2FC7C580;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #2FC7C5;
    background: linear-gradient(119.96deg, #20C0E7 -14.62%, #2FC7C5 37.54%, #00BFBB 61.87%, #38CDAA 102.89%);
    border-color: #2FC7C5;
}
.btn-outline-primary {
    color: #12A4AB;
    border-color: #2FC7C5;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #2FC7C5;
    background: linear-gradient(119.96deg, #20C0E7 -14.62%, #2FC7C5 37.54%, #00BFBB 61.87%, #38CDAA 102.89%);
    border-color: #2FC7C5;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #2FC7C5;
    background: linear-gradient(119.96deg, #20C0E7 -14.62%, #2FC7C5 37.54%, #00BFBB 61.87%, #38CDAA 102.89%);
    border-color: #2FC7C5;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem #2FC7C580;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #2FC7C580;
}

.text-primary { color: #12A4AB !important; }
.text-secondary {
    color: #343a3a80 !important;
}
.border-primary {
    border-color: #12A4AB !important;
}
.badge-primary { background-color: #1b5ea7; }
a.badge-primary:hover, a.badge-primary:focus { background-color: #468dda; }
a.badge-primary:focus, a.badge-primary.focus { box-shadow: 0 0 0 0.2rem rgba(121, 220, 144, 0.5); }

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #0003;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #0003;
}


@media (min-height:700px) {
    #introModal .modal-footer {
        padding-bottom: 30px !important;
    }
}


/*fix button height*/
.btn.p-3, .btn.py-3, .btn.p-2, .btn.py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}