﻿/* Margin Helper Classes */
/*.cognito fieldset {
    background-color: #FFF !important;
}*/

.c-forms-form fieldset{
    background: none !important;
}

.c-forms-form fieldset legend {
    background: none !important;
}

.goog-te-gadget {
    color: #FFF !important;
}
.goog-te-gadget > div {
    float: left;
    
}
.goog-te-gadget > span {
    float: left;
    display: block;
}
    .goog-te-gadget > span * {
        float: left;
        font-size: 10px;
    }


.pull-right {
    float: right;
}
.pull-left{
    float: left;
}

.hidden{
    display: none;

}
/* Margin */
.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.m20 {
    margin: 20px;
}
.m50 {
    margin: 50px;
}
.m100 {
    margin: 100px;
}

/* Margin Top */
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

/* Margin Bottom */
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

/* Padding Helper Classes */

/* Padding */
.nopadding {
    padding:0px !important;
}
.nomargin {
    margin: 0px !important;
}
.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p50 {
    padding: 50px;
}

.p100 {
    padding: 100px;
}

.pv-60 {
    padding: 60px 0 60px 0;
}

.pv-80 {
    padding: 80px 0 80px 0;
}

.pv-100 {
    padding: 100px 0 100px 0;
}

/* Hacks */
.badge-large{
    font-size: 100%;
}
.footer-content .nav.flex-column > li > a {
    padding: 6px 10px 5px 2px;
    line-height: 1.2;
}
    .footer-content .nav.flex-column > li > a::after {
        right: 5px !important;
        top: 5px;
    }
    .footer-content .nav.flex-column > li > a:hover::after {
        right: 0px !important;
    }

 /* Other Helpers */
button:focus-visible, a:focus-visible {
    border: 2px dotted red !important;
}


.header-top a{
    text-decoration: none !important;
}
.langmenu{
    background-color: #F2F2F2 !important;
    border-color: #CCC !important;
}
.langmenu a{
    color: #333 !important;
}
.user-top-menu{
    margin:0 !important;
}
.userMenuIcon {
    position: relative;
    display: inline-block;
    text-align: left;
    display: inline-block;
    margin-right: 6px;
}
.userMenuTextPrimary {
    font-size: 14px;
    font-weight: bolder;
}
.normal-line-height{
    line-height: normal;
}
.userMenuText {
    display: inline-block;
    line-height: 24px;
    padding-right: 30px;
    background-image: url('/Content/images/Open_Arrow.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    
}
.truncateShort {
    max-width: 120px;
    max-width: 10vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userMenuTextSecondary {
    font-size: 13px;
    font-weight: lighter;
    color: #fff;
}
.user-menu {
    margin-top: 9px;
    margin-bottom: 8px;
    font-size: 13px;
}
input.btn-link {
    color: #0267B7 !important;
}
.special-bg2 {
    background-color: #BF360C; /*#3D3D3D;*/
}
.special-bg {
    background-color: #8e1818;
}
.special-bg a {
    text-decoration: underline;
    color: #FFF;
    font-weight: bold;
}

.page-sec {
    padding-bottom: 200px;
}

.validation-summary-valid {
    display: none;
}

.form-wrap.form-builder .stage-wrap {
    border: 3px dashed #ccc !important;
    background-color: hsla(0,0%,100%,.25) !important;
}

/* Preloader Styles */
#preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
}

.inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 54px;
    height: 54px;
    margin: auto;
}

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

#preloader span.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.login-forgot-password {
    display: inline-block;
    margin-top: 18px;
}

ul.login-features li{
    font-weight: bold;
    padding: 0 10px 0 10px !important;
}

.seamless-form{
    margin: 0;
    padding: 0;
}
.seamless-form input {
    margin: 0;
    padding: 0;
    display:inline;
}

.page-side-menu li a{
    font-size: 17px !important;
}
.page-side-menu li a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .float-right-link {
        float: right !important;
    }
}

/* Admin Styles */
/*.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}*/
.admin-side-menu {
    border-right: 1px solid #f1f1f1;
}
    .admin-side-menu .side-menu-title {
        padding: 5px 20px;
        border-bottom: 1px solid #f1f1f1;
        background: #f2f2f2;
    }

    .admin-side-menu ul ul, .admin-side-menu ul li {
        list-style: none;
    }

    .admin-side-menu ul > li {
        position: relative;
    }

    .admin-side-menu > ul > li:first-child a {
        border-top: 1px solid #dddddd;
    }

    .admin-side-menu ul > li > a {
        display: block;
        padding: 12px 25px !important;
        color: #838F9A !important;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        font-weight: 400;
        outline: none !important;
        border-bottom: 1px solid #dddddd;
    }

    .admin-side-menu ul li.has-children ul {
        background: #eaeaea;
    }

    .admin-side-menu ul > li:hover > a,
    .admin-side-menu ul > li.active:hover > a,
    .admin-side-menu ul > li.active > a {
        color: #0267B7 !important;
        background: #e0e0e0;
    }
    
            .admin-side-menu ul > li > a > i {
                margin-right: 6px;
                font-size: 18px;
                width: 25px;
                float: left;
                line-height: 22px;
            }
            .admin-side-menu ul > li > a > .nav-label {
                vertical-align: middle !important;
            }

    .admin-side-menu ul > li > ul > li a {
        padding: 5px 10px !important;
        font-size: 13px;
        border-bottom: 1px solid #e8e8e8;
    }

    .admin-side-menu ul :not(collapsed) .arrow:before,
    .admin-side-menu li :not(collapsed) .arrow:before {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        font-weight: 900;
        font-size: 12px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0;
        vertical-align: middle;
        float: right;
    }

    .admin-side-menu ul li ul li::before {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        left: -9px;
        top: 15px;
        border-top: #CCC 1px solid;
    }

    .admin-side-menu ul li ul::before {
        content: "";
        display: block;
        position: absolute;
        top: 48px;
        bottom: 14px;
        left: 30px;
        border-left: #CCC 1px solid;
        z-index: 0;
    }


/* Color Picker */
.btn-iconpicker {
    margin: 0 !important;
}

/* rgba(255,255,255,0.2) */

@media (max-width: 1200px) {
    .video-background-banner video,
    .video-background video {
        width: 100%;
        bottom: 0 !important;
        top: auto !important;
    }
}

@media (max-width: 767px) {
    .video-background-banner video,
    .video-background video {
        width: 750px;
        bottom: 0 !important;
        top: auto !important;
    }
}

.page-content ol li, .page-content ul li {
    margin-bottom: 10px;
}

.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

.footer-menu-title{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom:.5rem;
    font-weight: 500;
}

#translation-disclaimer {
    display: none;
}

.translated-ltr #translation-disclaimer, .translated-rtl #translation-disclaimer,
[lang*='-x-mtfrom-'] #translation-disclaimer {
    display: block;
}

.ma__emergency-alerts__header--c-warning {
    background-color: #F6C51B !important;
}

.light-links a{
    color: #FFF !important;
}

.light-links li {
    position: relative;
}

.light-links > li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    font-size: 12px;
    position: relative;
    right: -10px;
    top: 0px;
    color: #d1d1d1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.userMenuRight {
    padding-left: 10px;
    padding-right: 5px;
}
.userMenuRight:hover, .userMenuRight.selected {
    background-color: RGBA(255,255,255,.2);
}
