﻿/*------------------------------------*/
/*=== Animations start here  ===*/

/*=== FADE IN DOWN ===*/
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.floatRight {
    float: right;
}
/*------------------------------------*/
.js #ConsultantActionLogin {
    margin-left: 10px;
    display: none;
}

    .js #ConsultantActionLogin.loggedin {
        display: inline;
    }

#ConsultantActionLogin a:active, #ConsultantActionLogin a:link, #ConsultantActionLogin a:visited, #ConsultantActionLogin a:hover {
    color: #000 !important;
}

.mhb {
    position: absolute;
    display: inline;
    top: 8px;
    padding-left: 4px;
}

#ConsultantActionLogin i {
    font-size: 30px;
    flex: 0 1 auto;
    align-self: center;
}

.navLogin {
    background: #00ff2c;
    color: #fff;
    border: 1px solid #49ff00 !important;
    border-radius: 25px !important;
    padding: 8px 15px !important;
}

    .navLogin:hover {
        background: #baf5a2 !important;
        color: #000 !important;
        box-shadow: none !important;
        border: 1px solid #49ff00;
    }

ul.member-actions li a.navLogin {
    color: #fff;
}

.navRegister {
    background: #107A84;
    color: #fff !important;
    border: 1px solid #107A84 !important;
    border-radius: 25px !important;
    padding: 8px 15px !important;
}

    .navRegister:hover {
        background: rgb(16 108 63 / 0.22) !important;
        color: #000 !important;
        box-shadow: none !important;
    }

.navFacebook {
    width: 34px;
    height: 34px;
    background: url("/img/social/navFacebook.png") no-repeat;
    display: inline-block;
}

    .navFacebook:hover {
        background: url("/img/social/navFacebook_active.png") no-repeat;
    }

.navTwitter {
    width: 34px;
    height: 34px;
    background: url("/img/social/navTwitter.png") no-repeat;
    display: inline-block;
}

    .navTwitter:hover {
        background: url("/img/social/navTwitter_active.png") no-repeat;
    }

.navYoutube {
    width: 34px;
    height: 34px;
    background: url("/img/social/navYoutube.png") no-repeat;
    display: inline-block;
}

    .navYoutube:hover {
        background: url("/img/social/navYoutube_active.png") no-repeat;
    }

.navLinkedin {
    width: 34px;
    height: 34px;
    background: url("/img/social/navLinkedin.png") no-repeat;
    display: inline-block;
}

    .navLinkedin:hover {
        background: url("/img/social/navLinkedin_active.png") no-repeat;
    }

.headTitle {
    text-align: left;
    animation: fadeInDown 1s;
    -moz-animation: fadeInDown 1s; /* Firefox */
    -webkit-animation: fadeInDown 1s; /* Safari and Chrome */
    -o-animation: fadeInDown 1s; /* Opera */
}

.pContent_1 {
    margin-top: 20px;
    /*min-height:570px;*/
}

    .pContent_1 p {
        margin-top: 10px;
        line-height: 32px;
        font-size: 16px;
    }

.headTitle h2 {
    margin-top: 0px;
}

.dropdown-menu {
    background: #fff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul.Master-social li {
    display: inline;
}

    ul.Master-social li a {
        color: #222;
        font-size: 30px;
    }

        ul.Master-social li a:hover {
            color: #616667;
        }

.Master-social {
    position: absolute;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

ul.masterList li {
    list-style: square outside none !important;
}

    ul.masterList li a {
        color: #fff;
        font-size: 30px;
    }

        ul.masterList li a:hover {
            color: #616667;
        }

.masterList {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.glass-container {
    background-color: rgb(255, 255, 255);
    margin: 8px;
    padding: 30px 50px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    width: calc(100% - 15px);
    display: inline-block;
}

    .glass-container ul {
        margin-bottom: 12px;
    }

        .glass-container ul li {
            list-style: circle;
            list-style-type: circle;
            padding: 5px;
            margin-left: 15px;
            font-size: 20px;
        }

    .glass-container .ulList ul li {
        list-style: none !important;
    }

    .glass-container .ulList ul {
        list-style-position: outside;
    }

    .glass-container .ulList li::before {
        content: "•";
        display: inline-block;
        width: 1em;
        margin-left: -23px;
        font-size: 32px;
        margin-top: -9px;
        position: absolute;
    }

    .glass-container .ulStyle1 li::before {
        color: #00758f;
    }

    .glass-container .ulStyle2 li::before {
        color: #109e76;
    }

    .glass-container .ulStyle3 li::before {
        color: #b87c0d;
    }

    .glass-container .ulStyle4 li::before {
        color: #ff4c00;
    }

    .glass-container .ulStyle5 li::before {
        color: #cd1f5d;
    }

    .glass-container .ulStyle6 li::before {
        color: #009e93;
    }

    .glass-container .ulStyle7 li::before {
        color: #d21014;
    }

    .glass-container .ulStyle8 li::before {
        color: #d0008a;
    }

    .glass-container .ulStyle9 li::before {
        color: #0e8698;
    }

.no-container {
    background-color: none;
    margin: 8px;
    padding: 0px 50px 30px 50px;
    border: none;
}

.blueBox {
    background: #0078ff;
    padding: 12px;
}

.container_modal {
    max-width: 800px !important;
}

.ghostBox {
    background: rgba(0, 0, 0, 0.25);
    padding: 12px;
}

.greenBox {
    background: rgba(125, 167, 0, 0.86);
    padding: 12px;
}

.redBox {
    background: #ff0000;
    padding: 12px;
}

.form-control {
    height: auto;
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #95baa7;
}

.simpleButton1 {
    cursor: pointer;
    border: 1px solid #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-image: -webkit-linear-gradient(#ddfafc, #a7d3db);
    background-image: -o-linear-gradient(#ddfafc,#a7d3db);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddfafc), to(#a7d3db));
    background-image: linear-gradient(#ddfafc, #a7d3db);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddfafc', endColorstr='#a7d3db', GradientType=0);
    -webkit-filter: none;
    filter: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 2px 6px 2px 6px;
    display: inline-block;
    border-radius: 3px;
}

.simpleButton2 {
    cursor: pointer;
    border: 1px solid #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-image: -webkit-linear-gradient(#cbcbcb, #9d9d9d);
    background-image: -o-linear-gradient(#cbcbcb,#9d9d9d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#9d9d9d));
    background-image: linear-gradient(#cbcbcb, #9d9d9d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#9d9d9d', GradientType=0);
    -webkit-filter: none;
    filter: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 2px 6px 2px 6px;
    display: inline-block;
    border-radius: 3px;
}

.simpleButton3 {
    cursor: pointer;
    border: 1px solid #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-image: -webkit-linear-gradient(#ffbe23, #d5a01f);
    background-image: -o-linear-gradient(#ffbe23,#d5a01f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbe23), to(#d5a01f));
    background-image: linear-gradient(#ffbe23, #d5a01f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe23', endColorstr='#d5a01f', GradientType=0);
    -webkit-filter: none;
    filter: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 2px 6px 2px 6px;
    display: inline-block;
    border-radius: 3px;
}

.simpleButton4 {
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-image: -webkit-linear-gradient(#fa6d3e, #e75524);
    background-image: -o-linear-gradient(#fa6d3e,#e75524);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fa6d3e), to(#e75524));
    background-image: linear-gradient(#fa6d3e, #e75524);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe23', endColorstr='#d5a01f', GradientType=0);
    -webkit-filter: none;
    filter: none;
    padding: 2px 6px 2px 6px;
    display: inline-block;
    border-radius: 3px;
}

.optionalButton {
    background: #2e2f30;
    border-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 3px 6px 3px 6px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

/*------------******** main button style ********------------*/
.btnGlobalStyle {
    cursor: pointer;
    border-radius: 2px;
    border-width: 0px;
    border-style: none;
    border-image: none;
    font-size: 16px;
    font-weight: bold;
    font-family: Lato, sans-serif;
    padding: 7px;
    letter-spacing: 0.032em;
    text-align: center;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    user-select: none;
}

    .btnBlue2:hover, .btnGlobalStyle:hover {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.13), 0 3px 9px 0 rgba(0,0,0,.11);
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.13), 0 3px 9px 0 rgba(0,0,0,.11);
        -webkit-filter: hue-rotate(12deg);
        filter: hue-rotate(12deg);
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

.headE_2 .btnGlobalStyle {
    margin-top: 12px;
}

a .btnGlobalStyle {
    padding: 7px 15px !important;
}

.fmBtnGreen {
    margin-top: 15px;
    background: #509972;
    padding: 7px 30px;
    color: #fff;
    border: 2px solid #509972;
    display: inline-block;
    border-radius: 20px;
    letter-spacing: 1.5px;
    cursor: pointer;
}

    .fmBtnGreen:hover {
        background: #f2fcf7;
        color: #509972 !important;
    }

.fmBtnGreen2 {
    margin-top: 15px;
    background: #fff;
    padding: 7px 10px;
    color: #185a37!important;
    border: 2px solid #185a37;
    display: inline-block;
    border-radius: 20px;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.Head1Green {
    font-size: 28px;
    font-weight: bold;
    color: #185937;
}
.Head2Green {
    font-size: 20px;
    font-weight: bold;
    color: #185937;
}

    .fmBtnGreen2:hover {
        background: #509972;
        color: #fff;
    }
.fmBtnGreenCancel {
    margin-top: 15px;
    background: #fff;
    padding: 7px 30px;
    color: #185a37!important;
    border: 2px solid #185a37;
    display: inline-block;
    border-radius: 20px;
    letter-spacing: 1.5px;
    cursor: pointer;
}

    .fmBtnGreenCancel:hover {
        background: #f1c73f;
        color: #fff;
    }
.fmBtnRed {
    margin-top: 15px;
    background: #a40000;
    padding: 7px 30px;
    color: #fff;
    border: 2px solid #a40000;
    display: inline-block;
    border-radius: 20px;
    letter-spacing: 1.5px;
    cursor: pointer;
}

    .fmBtnRed:hover {
        background: #fff;
        color: #a40000;
    }

.btnGreen {
    background: #66ac00 none repeat scroll 0 0;
    color: #fff;
    margin-top: 8px;
    cursor: pointer;
}

.btnGreen2 {
    margin-top: 8px;
    background: #318b45;
    padding: 7px 15px;
    color: #fff;
    border: 1px solid #318b45;
    cursor: pointer;
}

.btnGreen3 {
    margin-top: 8px;
    background: #05a197;
    padding: 7px 15px;
    color: #fff;
    border: 1px solid #07837b;
    cursor: pointer;
}

.btnGreen4 {
    background: #107a84 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #286685;
    width: 100%;
    cursor: pointer;
}

.btnGreen5 {
    background: #008751 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #017a4a;
    width: 100%;
    border-radius: 23px;
    cursor: pointer;
}

.btnRed {
    margin-top: 8px;
    background: #c31b1b;
    cursor: pointer;
}

.btnRed2 {
    background: #e12613;
    width: 100%;
    cursor: pointer;
}

.btnOrange {
    background: #e75524 none repeat scroll 0 0;
    text-align: center;
    color: #fbf1ee;
    margin-top: 8px;
    padding: 7px 15px;
    cursor: pointer;
}

.btnPink {
    background: #d0008a none repeat scroll 0 0;
    text-align: center;
    color: #fbf1ee;
    margin-top: 8px;
    padding: 7px 15px;
    cursor: pointer;
}

.btnPurp {
    background: #490eb7 none repeat scroll 0 0;
    text-align: center;
    color: #fbf1ee;
    margin-top: 8px;
    padding: 7px 15px;
    cursor: pointer;
}

.btnSkillsmatch {
    background: #b68d4d none repeat scroll 0 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btnGrey1 {
    background: #727272 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
}

    .btnGrey1:hover {
        background: #828282 none repeat scroll 0 0;
        color: #ffffff;
        box-shadow: 2px 2px 3px rgba(34, 34, 34, 0.41);
    }

.btnBlue {
    margin-top: 8px;
    background: #176389;
    padding: 7px 15px;
    color: #fff;
    cursor: pointer;
}

.btnBlue_faq {
    margin-top: 12px;
    background: #fff;
    padding: 7px 15px;
    color: #185a37;
    border: 2px solid #185a37;
    border-radius: 23px;
    cursor: pointer;
}

.btnBlue2 {
    margin-top: 8px;
    background: #176389;
    padding: 7px 15px;
    color: #fff;
    border: 1px solid #176389;
    cursor: pointer;
}

.btnBlue3 {
    margin-top: 8px;
    background: #096796;
    padding: 7px 15px;
    color: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #145271;
    border-right: 1px solid #155c80;
    border-top: 1px solid #2c8bbb;
    border-left: 1px solid #1e77a3;
    cursor: pointer;
}

.btnNavy {
    margin-top: 12px;
    background: #002e88;
    padding: 7px 15px;
    color: #fff;
    cursor: pointer;
}

    .btnNavy:hover {
        background: #00246B;
        color: #fff;
    }

.btnGrey {
    margin-top: 8px;
    background: #888888;
    padding: 7px 15px;
    color: #fff;
    cursor: pointer;
}

.btnReg {
    font-size: 13px;
    border: solid 2px;
    border-radius: 40px;
    display: inline-block;
    border-color: #fff;
    text-transform: uppercase;
    padding: 8px 40px;
    cursor: pointer;
}

    .btnReg:hover, .btnReg:focus {
        color: #107a84;
        border-color: #107a84;
    }

.blueHighlight {
    color: #1aafbd;
    font-size: 17px;
}

.btnActivate {
    padding: 3px 12px;
    background: #39c700;
    color: #020408;
}

.btnPurple {
    margin-top: 8px;
    background: #946199;
    padding: 7px 15px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.btnBack {
    background: #fff;
    padding: 7px 15px;
    color: #767676;
    border: 2px solid #767676;
    border-radius: 23px;
    cursor: pointer;
}

.youtubebtn {
    color: red;
    font-size: 40px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
}

.back .btnBack {
    margin-top: 12px;
}

.btnIconLink {
    background: #444444;
    padding: 6px;
    color: #fff;
    display: inline-block;
    min-width: 37px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.btnRegister {
    background: #e75524 none repeat scroll 0 0;
    margin-top: 15px;
    color: #fff;
    width: 70%;
    display: inline-block;
    cursor: pointer;
}

.btnForgotPassword {
    background: #4498cf none repeat scroll 0 0;
    margin-top: 15px;
    color: #fff;
    width: 70%;
    display: inline-block;
    cursor: pointer;
}

.btnSignIn {
    background: #107a84 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #286685;
    width: 100%;
}

.btnSilver {
    border: 1px solid #ccc;
    background: #d8e4e8;
    color: #020408;
    padding: 4px 8px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    min-width: 77px;
    float: left;
    margin: 0px 12px 4px 12px;
    font-size: 14px;
    cursor: pointer;
}

    .btnSilver:hover {
        border: 1px solid #a8a8a8;
    }

.btnSilver2 {
    border: 1px solid #ccc;
    background: #bdeadc;
    color: #020408;
    padding: 4px 8px;
    min-width: 77px;
    float: left;
    margin: 0px 12px 4px 12px;
    font-size: 14px;
    cursor: pointer;
}

.btnSilverGreen {
    border: 1px solid #ccc;
    background: #b5f8be;
    color: #020408;
    padding: 4px 8px;
    min-width: 77px;
    float: left;
    margin: 0px 12px 4px 12px;
    font-size: 14px;
    cursor: pointer;
}

.btnSilverBlue {
    border: 1px solid #ccc;
    background: #bdeae0;
    color: #020408;
    padding: 4px 8px;
    min-width: 77px;
    float: left;
    margin: 0px 12px 4px 12px;
    font-size: 14px;
    cursor: pointer;
}

.btnSilverOrange {
    border: 1px solid #ccc;
    background: #f1d697;
    color: #020408;
    padding: 4px 8px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    min-width: 77px;
    float: left;
    margin: 0px 12px 4px 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.btnSilverYellow {
    border: 1px solid #ccc;
    background: #feff7d;
    color: #020408;
    padding: 4px 8px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    min-width: 77px;
    float: left;
    margin: 0px 12px 4px 12px;
    font-size: 14px;
    font-weight: bold;
}

.greenredBtn {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    background-color: #1f7c2b;
    padding: 2px 6px 2px 6px;
    display: inline-block;
}

.btnTrade {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    background-color: #1f7c2b;
    padding: 2px 6px 2px 6px;
    display: inline-block;
    width: 100%;
}

.btnBuy {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    background-color: #fa6d3e;
    padding: 2px 6px 2px 6px;
    display: inline-block;
    width: 100%;
}

.videoMenBtn {
    font-size: 12px;
    padding: 6px;
    color: #444444;
    border: 1px solid #fff;
    margin: 2.5px;
    display: inline-block;
    min-height: 48PX;
}

    .videoMenBtn:hover {
        border: 1px solid #028575 !important;
        color: #028575 !important;
    }

.videoMenBtnSelect {
    border: 1px solid #028575 !important;
    color: #028575 !important;
}

.videoMenBtn2 {
    font-size: 12px;
    padding: 6px 8px;
    color: #da5e50;
    border: 1px solid #fff;
    margin: 2.5px;
    display: inline-block;
}

    .videoMenBtn2:hover {
        border: 1px solid #da5e50 !important;
        color: #da5e50 !important;
    }

.videoMenBtn2Select {
    border: 1px solid #da5e50 !important;
    color: #da5e50 !important;
}

.videoBtnMenu {
    margin-top: 12px;
}

.btnTeal {
    background-color: #00758f;
    color: white;
}

    .btnTeal:hover {
        background-color: #00657B;
        color: white;
    }

.btnAstronaut {
    background-color: #1C4350;
    color: white;
}

    .btnAstronaut:hover {
        background-color: #173642;
        color: white;
    }

.ps-container {
    top: 3px;
    bottom: auto; /* If using `top`, there shouldn't be a `bottom`. */
    display: inline-flex;
    width: 100%;
}

.ctfImg {
    min-width: 40px;
    float: left;
}

.ctfHead {
    border: 1px solid #032636;
    width: 518px;
    height: 103px;
}

.pHeadLogo {
    margin-right: 12px;
    margin-top: -27px;
    height: 50px;
}

.pHeadTit1 {
    font-size: 48px;
    font-weight: bold;
    font-family: Raleway;
    color: #383838;
}

.pHeadTit1_1 {
    font-size: 48px;
    font-family: Raleway;
}

.gdprplus .pHeadTit1 {
    color: #656668;
}

.gdprplus .pHeadTit1_1 {
    color: #002e88;
}

.text-white {
    color: #ffffff !important;
}

.text-dark {
    color: #222 !important;
}

.text-highlight {
    color: #107a84;
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
}

.login-content {
    padding-top: 1%;
}

.mc {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 8px 12px 8px;
    font-size: 30px;
}

.section-small-padding {
    padding: 60px 0;
    background: #370657;
}

input[type=submit] {
    /*border: 0 none;*/
    cursor: pointer;
}

/*spinner*/

.sk-cube-grid {
    width: 100px;
    height: 100px;
    margin: 100px auto;
    z-index: 9000;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #39ff00;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*end spinner*/

.loginGreen {
    background: #02a100;
    background-image: -webkit-linear-gradient(top, #19bf40, #346b3b);
    background-image: -moz-linear-gradient(top, #19bf40, #346b3b);
    background-image: -ms-linear-gradient(top, #19bf40, #346b3b);
    background-image: -o-linear-gradient(top, #19bf40, #346b3b);
    background-image: linear-gradient(to bottom, #19bf40, #346b3b);
    padding: 6px;
}

/*#mainav_usernav{
    float:right;
    margin-right:80px;
}*/

.echovidaNav {
    background: #232731;
    font-size: 17px;
    color: #ffffff !important;
}
/*.echovidaNav a {
        color:#ffffff!important;
    }*/

.fixedElement {
    /*background-color: #c0c0c0;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.menuMainItem {
    background: #fff !important;
    color: #232731 !important;
    border-bottom: 1px solid #8b8b8b;
}

.dropdown-menu i {
    margin-right: 6px;
}

.active a {
    border-bottom: 1px solid #8b8b8b;
}

.navbar-default {
    background: transparent;
}

.navwrap {
    /*background:#fff;*/
    height: 65px;
}

.loginfrmwidth {
    width: 100%;
}
/*--------user counts --------*/
.countBadge {
    float: right;
    margin-left: 3px;
    top: 5px;
    padding: 2px 8px;
    height: auto;
    width: auto;
    top: 10px;
    right: 15px;
    color: #fff;
    background: rgba(255, 255, 255, 0.41);
    font-size: 14px;
}

#userMenuCounts:hover #memContacts {
    display: block;
}

#userMenuCounts:hover #memUsergroup {
    display: block;
}
/*--------user counts close --------*/

.radim-small #memChatSmall {
    display: none;
}

td {
    font-size: 15px;
}

#memberTableTransactions {
    min-height: 290px;
    max-height: 600px;
    overflow-y: auto;
}

#merchTableTransactions {
    min-height: 290px;
    max-height: 600px;
    overflow-y: auto;
}

.spacerTop {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 26px;
    margin-top: 26px;
}

.spacerBottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 26px;
    margin-bottom: 26px;
}

/*--------fixed table--------*/
.rs_TableFixed {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    margin: auto;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

    .rs_TableFixed th {
        color: #D5DDE5;
        background: #090909;
        border-bottom: 2px solid #9ea7af;
        border-right: 1px solid #4a4a4a;
        font-size: 15px;
        font-weight: 100;
        padding: 8px 16px;
        text-align: left;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        vertical-align: middle;
    }

        .rs_TableFixed th:nth-child(even) {
            background: #232323;
        }

    .rs_TableFixed tr {
        border-top: 1px solid #C1C3D1;
        border-bottom: 1px solid #C1C3D1;
        color: #1a1a1a;
        font-size: 15px;
        font-weight: normal;
    }

        .rs_TableFixed tr:hover td {
            background: #d7d7d7;
            color: #000;
            border-top: 1px solid #22262e;
            border-bottom: 1px solid #22262e;
        }

        .rs_TableFixed tr:first-child {
            border-top: none;
        }

        .rs_TableFixed tr:last-child {
            border-bottom: none;
        }

        .rs_TableFixed tr:nth-child(odd) td {
            background: #d1e0ea;
        }

        .rs_TableFixed tr:nth-child(odd):hover td {
            background: #b7b7b7;
        }

        .rs_TableFixed tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }

        .rs_TableFixed tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }

    .rs_TableFixed td {
        background: #FFFFFF;
        padding: 6px;
        text-align: left;
        vertical-align: middle;
        font-weight: 300;
        font-size: 15px;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
        border-right: 1px solid #C1C3D1;
    }

        .rs_TableFixed td:last-child {
            border-right: 0px;
        }

    .rs_TableFixed th.text-left {
        text-align: left;
    }

    .rs_TableFixed th.text-center {
        text-align: center;
    }

    .rs_TableFixed th.text-right {
        text-align: right;
    }

    .rs_TableFixed td.text-left {
        text-align: left;
    }

    .rs_TableFixed td.text-center {
        text-align: center;
    }

    .rs_TableFixed td.text-right {
        text-align: right;
    }

.containrow {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background: #fff;
    margin-right: -19px;
    margin-left: -19px;
    margin-top: 5px;
    padding: 20px;
}

.containdiv {
    border: 1px solid #cbcbcb;
    background: #eee;
    margin-top: 5px;
    padding: 20px;
}

.borderBox {
    border: 1px solid #cbcbcb;
}

.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}

.stdTblHead {
    padding: 10px;
    float: left;
}

.darkHead1 {
    background: #232323;
    color: #e3e3e3;
    text-align: center;
}

.darkHead2 {
    background: #0a0a0a;
    color: #e3e3e3;
    text-align: center;
}

/*------------------name----------------------*/
.menuName-description {
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    width: 138px;
    float: left;
    margin-left: 6px;
}

.radim-small .menuName-description {
    overflow: hidden;
    white-space: nowrap;
    font-size: 1px;
    width: 1px;
}

.radim-small li:hover .menuName-description {
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    width: 138px;
    float: left;
    margin-left: 6px;
}

.radim-small .open .menuName-description {
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    width: 138px;
    float: left;
    margin-left: 6px;
}
/*------------------close name----------------------*/

.socialIcon2 a {
    float: left;
    margin-left: 6px;
    font-size: 30px !important;
}

.label-right {
    text-align: right;
}

.inlineblock {
    display: inline-block;
}

.txtTblBtn1 {
    padding: 2px 16px;
    background: rgba(221, 250, 252, 0.69);
    border: 1px solid #a9d1d4;
    min-width: 200px;
}

    .txtTblBtn1:hover {
        background: rgba(228, 252, 246, 0.85);
        box-shadow: 1px 1px 3px rgba(131, 141, 199, 0.45);
        text-shadow: 1px 1px 2px rgba(116, 125, 176, 0.7);
    }

/*.mobileTopSpace{
    margin-top:20px;
}*/
@media only screen and (max-width: 475px) {
    .mobileTopSpace {
        margin-top: 20px !important;
    }
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

#profName, #profEmail {
    font-size: 16px;
    font-size: 1.5rem;
}

/*------------------GDPR Plus Specific styles----------------------*/

.gdpr_plus .subtitle {
    font-size: 28px;
    margin-bottom: 32px;
    margin-top: 8px;
}

.gdpr_plus.glass-container .ulList ul li {
    margin-bottom: 16px;
}

.gdpr_plus.glass-container {
    margin-top: 30px;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.three-processes ol {
    list-style-type: none;
    margin-bottom: 60px;
}

.three-processes li {
    padding: 30px 0;
    border-top: 1px solid #E1E1E1;
    flex-wrap: nowrap;
}

    .three-processes li:last-child {
        border-bottom: 1px solid #E1E1E1;
    }

    .three-processes li strong {
        flex: 1;
        font-size: 25px;
        line-height: 40px;
    }

    .three-processes li div {
        flex: 2;
        text-transform: uppercase;
    }

.three-processes .faqlink {
    margin-bottom: 40px;
}

.imp_warning .flex .text {
    flex: 4;
    align-self: center;
}

.imp_warning .flex .image {
    flex: 1;
}

.imp_warning .text p {
    color: #B00000;
    padding-top: 10px;
}

.imp_warning img {
    max-width: 138px;
}

.business-name-form {
    margin-top: 80px;
}

    .business-name-form label {
        flex: 1;
        padding-top: 4px;
        padding-right: 8px;
    }

    .business-name-form .inputbtn {
        flex: 3;
    }

        .business-name-form .inputbtn .btnOrange {
            margin-top: 78px;
        }

.uploadandemail {
    margin-bottom: 60px;
}

.ob-navigation {
    justify-content: flex-start;
}

    .ob-navigation div {
        flex: 1;
        margin-top: 0;
        margin-right: 10px;
    }

    .ob-navigation .btnGlobalStyle:hover {
        cursor: default;
    }

    .ob-navigation .btnGlobalStyle.inactive:hover {
        cursor: pointer;
    }

@media screen and (min-width:768px) {
    .ob-navigation div {
        flex-basis: 33.3333%;
        flex-grow: 0;
    }
}

.ob-container {
    background-color: #F8F8F8;
    border: 1px solid #00758f;
    padding: 15px;
}

.actions {
    padding: 12px 0 20px 0;
    text-align: right;
}

    .actions .btnGlobalStyle {
        display: inline-block;
        padding-left: 24px;
        padding-right: 24px;
    }

.csv_instructions {
    text-align: center;
    margin: 50px auto;
    max-width: 250px;
}

    .csv_instructions svg {
        display: inline-block;
        max-width: 120px;
    }

.upload_area {
    text-align: center;
    margin: 80px auto 20px;
    max-width: 252px;
    border: 1px dashed #CCCCCC;
    background-color: white;
    height: 153px;
    position: relative;
}

    .upload_area .circle {
        width: 64px;
        height: 64px;
        margin: 30px auto 10px;
        border: 1px solid #e75524;
        border-radius: 100%;
        color: #e75524;
        display: block;
        text-align: center;
    }

        .upload_area .circle i {
            font-size: 28px;
            line-height: 64px;
        }

    .upload_area label {
        color: #CCCCCC;
        font-style: italic;
        font-size: 18px;
        line-height: 40px;
    }

.js .upload_area label input[type="file"] {
    opacity: 0;
}

.progress {
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

    .progress .bar {
        background-color: #e75524;
    }

#dropzone.in {
}

#dropzone.hover {
    background: lawngreen;
}

#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.onboardforms {
    margin: 60px 0;
}

    .onboardforms .form-group {
        margin-bottom: 8px;
    }

@media screen and (min-width: 1025px) {
    .onboardforms {
        margin: 60px;
    }
}

.onboardforms label, .emailforms label {
    line-height: 40px;
}

.form-control-blue {
    height: 40px;
    border: 1px solid #86c8db;
    line-height: 24px;
    padding: 8px;
    width: 100%;
}

.nospace .form-group {
    position: relative;
    margin-bottom: -1px;
}

    .nospace .form-group label {
        margin: 0;
    }

@media screen and (min-width: 768px) {
    .nospace .form-group input, .nospace .form-group select {
        border-top-width: 0;
    }
}

.nospace .form-group:last-child {
    margin-bottom: 14px;
}

.nospace .form-group:first-child input {
    border-top-width: 1px;
}

.maintable {
    max-height: 308px;
    min-height: 200px;
    overflow-y: scroll;
}

    .maintable thead {
        display: none;
        visibility: hidden;
    }

#tableHeader {
    padding-right: 16px;
}

    #tableHeader table {
        margin-bottom: 40px;
    }

.data-manager table select {
    width: 100%;
    border: 0;
}

.data-manager table thead tr th {
    color: white;
    text-align: center;
    background-color: #1c4350;
    border: 1px solid #11262d;
    border-bottom: 0;
}

.data-manager table tr td {
    text-align: center;
    border: 1px solid #b5b3b4;
    border-bottom: 0;
}

    .data-manager table tr td:first-child {
        text-align: left !important;
        width: 40%;
    }

    .data-manager table tr td:nth-child(2), .data-manager table tr td:nth-child(3), .data-manager table tr td:last-child {
        width: 20%;
    }

.data-manager table tr:last-child td {
    border-bottom: 1px solid #b5b3b4;
}

.data-manager table thead tr th.noper, .data-manager table tr td.noper {
    opacity: 0;
    border-color: rgba(0,0,0,0);
}

.data-manager table tr td a {
    text-decoration: underline;
}

.actions.data-manage {
    margin-top: 24px;
}

.fake-input {
    border: 1px solid #b5b3b4;
    border-radius: 2px;
    padding-left: 8px;
}

    .fake-input .fakeInputText {
        flex: 5;
        align-self: flex-start;
        text-align: left;
        line-height: 36px;
        color: #444444;
    }

    .fake-input .btnGlobalStyle {
        flex: 1;
        align-self: flex-end;
        margin: 0;
        background-color: #197600;
    }

        .fake-input .btnGlobalStyle:hover {
            background-color: #155d01;
        }

    .fake-input .fakeInputText span {
        font-size: 20px;
        color: #1c4350;
    }

    .fake-input .fakeInputText > div {
        display: inline;
    }

.demo_email {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .demo_email .mobileTopSpace {
        margin-bottom: 60px;
    }

    .demo_email p {
        margin-bottom: 16px;
    }

    .demo_email em {
        font-weight: bold;
        text-decoration: underline;
    }

    .demo_email .clientLogo {
        max-height: 73px;
        margin-right: 20px;
        display: inline-block;
    }

    .demo_email .gdprLogo {
        max-height: 73px;
        display: inline-block;
    }

.emailforms.ob-container {
    padding: 40px 20px;
    margin-bottom: 24px;
    margin-top: 12px;
}

.termsContain {
    width: 100%;
    text-align: center;
}

.mw235 {
    min-width: 235px;
}

.fontRed {
    color: #9c0000;
}

.fontGreen {
    color: #018700;
}

.imgRoundCorner {
    border-radius: 10px;
}

.fmTotalContain .fmTotalRow:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.fmTotalContain .fmTotalRow:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fmTotalRow {
    border: 1px solid #95baa7;
    padding-right: 0px;
    padding-left: 0px;
}

.fmTotalTxt {
    color: #0b301d;
    background: #dfe9e4;
    border-right: 1px solid #95baa7;
    font-size: 16px;
    padding: 12px 20px;
}

.fmTotal {
    background: #fafcfb;
    font-size: 16px;
    padding: 12px 20px;
    text-align: right;
}

.headAction {
    display: inline-block;
    min-width: 92px;
}

#games {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(255 255 255 / 0.12);
    width: 10px;
    height: 10px;
    z-index: 6000;
}

.gamesOpen {
    position: fixed;
    top: 10px;
    left: 0px;
    background: #fff;
    min-width: 400px;
    min-height: 400px;
    -moz-box-shadow: 2px 2px 5px rgb(2 4 8 / 0.68);
    -webkit-box-shadow: 2px 2px 5px rgb(2 4 8 / 0.68);
    box-shadow: 2px 2px 5px rgb(2 4 8 / 0.68);
    border: 1px solid #185a37;
}

.flyOut {
    display: none;
}

.flyLoad {
    opacity: 0.5;
}

.headT1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 29px;
    font-weight: bold;
    display: inline-block;
}

.headT2 {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 20px;
}

.profilecard {
    margin: 0;
    padding: 0;
    border: 0;
    position: inherit;
    z-index: 2000;
    width: 100%;
    background: #fff;
    border: 1px solid #95bba8;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

    .card .card-heading.simple {
        font-size: 20px;
        font-weight: 300;
        color: #777;
        border-bottom: 1px solid #e5e5e5;
    }

    .card .card-heading.image img {
        display: inline-block;
        width: 46px;
        height: 46px;
        margin-right: 15px;
        vertical-align: top;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .card .card-heading.image .card-heading-header {
        display: inline-block;
        vertical-align: top;
    }

        .card .card-heading.image .card-heading-header h3 {
            margin: 0;
            font-size: 14px;
            line-height: 16px;
            color: #262626;
        }

        .card .card-heading.image .card-heading-header span {
            font-size: 12px;
            color: #999999;
        }

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

    .card .card-media img {
        max-width: 100%;
        max-height: 100%;
    }

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

    .card .card-comments .comments-collapse-toggle {
        padding: 0;
        margin: 0 20px 12px 20px;
    }

        .card .card-comments .comments-collapse-toggle a,
        .card .card-comments .comments-collapse-toggle span {
            padding-right: 5px;
            overflow: hidden;
            font-size: 12px;
            color: #999;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

    .card.people:first-child {
        margin-left: 0;
    }

    .card.people .card-top {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 170px;
        height: 150px;
        background-color: #ffffff;
    }

        .card.people .card-top.green {
            background-color: #53a93f;
        }

        .card.people .card-top.blue {
            background-color: #427fed;
        }

    .card.people .card-info {
        position: absolute;
        top: 150px;
        display: inline-block;
        width: 100%;
        height: 101px;
        overflow: hidden;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .card.people .card-info .title {
            display: block;
            margin: 14px 14px 0 14px;
            overflow: hidden;
            font-size: 16px;
            font-weight: bold;
            line-height: 18px;
            color: #404040;
        }

        .card.people .card-info .desc {
            display: block;
            margin: 8px 14px 0 14px;
            overflow: hidden;
            font-size: 12px;
            line-height: 16px;
            color: #737373;
            text-overflow: ellipsis;
        }

    .card.people .card-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        line-height: 29px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

    .card.hovercard .cardheader {
        background: url('/img/picture_library/bg2.jpg');
        background-size: cover;
        height: 60px;
    }

    .card.hovercard .avatar {
        position: relative;
        top: -50px;
        margin-bottom: -50px;
        text-align: center;
        height: 100px;
        max-height: 100px;
    }

        .card.hovercard .avatar img {
            width: 100px;
            height: 100px;
            max-width: 100px;
            max-height: 100px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 5px solid rgba(255,255,255,0.5);
            display: inline-block;
        }

    .card.hovercard .info {
        padding: 4px 8px 10px;
    }

        .card.hovercard .info .title {
            margin-bottom: 4px;
            font-size: 24px;
            line-height: 1;
            color: #262626;
            vertical-align: middle;
        }

        .card.hovercard .info .desc {
            overflow: hidden;
            font-size: 12px;
            line-height: 20px;
            color: #737373;
            text-overflow: ellipsis;
        }

    .card.hovercard .bottom {
        padding: 0 20px;
        margin-bottom: 17px;
    }

.cd-dropdown-content .card a {
    color: #111433;
    height: 35px;
    line-height: 35px;
    font-size: 1.5rem;
    border-color: #ebebeb;
}

.tncCardBtn {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

#fregagdpr {
    height: 35px;
}

.profile_btn1 {
    background: #d3f0f7;
    margin: 5px 3px;
    padding: 10px 5px;
    border: 1px solid #cbd9d9 !important;
    color: #010e0c;
    cursor: pointer;
    font-weight: bold;
}

    .profile_btn1:hover {
        background: #bfe8f2;
    }

.profile_btn2 {
    background: #d2ead0;
    margin: 5px 3px;
    padding: 10px 5px;
    border: 1px solid #cbd9d9 !important;
    color: #010e0c;
    cursor: pointer;
    font-weight: bold;
}

    .profile_btn2:hover {
        background: #c5e2c2;
    }

.profile_btn3 {
    background: #e5d1ff;
    color: #010e0c;
}

    .profile_btn3:hover {
        background: #dec5ff;
    }

.cd-dropdown-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #47a7b0;
    font-size: 1.5em;
    padding-right: 0.5em;
}

.cd-dropdown-item {
    height: auto;
    position: relative;
}

    .cd-dropdown-item p {
        white-space: pre-wrap;
        font-size: 14px !important;
    }

    .cd-dropdown-item h3 {
        padding-left: 32px !important;
        font-size: 18px !important;
    }

    .cd-dropdown-item.item-FregaHub::before {
        background-image: url("/img/designurweb/favicon.ico");        
    }

    .cd-dropdown-item.item-P2p::before {
        background-image: url("https://frega.co.uk/img/Syndication-logo.png");
    }

    .cd-dropdown-item.item-S2t::before {
        background-image: url("https://frega.co.uk/img/s2t.png");
    }

    .cd-dropdown-item.item-kp::before {
        background-image: url("/img/apps/kpsmalllogo.png");
    }

    .cd-dropdown-item.item-Sos::before {
        background-image: url("/img/sosIcon.png");
    }

    .cd-dropdown-item.item-FGlobal::before {
        background-image: url("https://www.frega.co.uk/img/favicon.png");
    }

nav {
    z-index: 1040;
}

.nav-container {
    -moz-box-shadow: 3px 5px 7px rgb(0 0 0 / 0.25);
    -webkit-box-shadow: 3px 5px 7px rgb(0 0 0 / 0.25);
    box-shadow: 3px 5px 7px rgb(0 0 0 / 0.25);
}

.btn {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn:hover {
        -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.13), 0 3px 9px 0 rgba(0,0,0,.11);
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.13), 0 3px 9px 0 rgba(0,0,0,.11);
        -webkit-filter: hue-rotate(12deg);
        filter: hue-rotate(12deg);
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

.btn-submit1 {
    background: #509972;
    padding: 18px 30px;
    border-radius: 60px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.btn-submit2 {
    background: #c80202;
    padding: 18px 30px;
    border-radius: 60px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.btn-submit3 {
    background: #fa6d3e;
    padding: 18px 30px;
    border-radius: 60px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.FregaRewardsPoints3 {
    height: 9em;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btnLoginFrm {
    background: #4b83b1;
    color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 35px;
}
.btnLoginFrm2 {
    background: #fff;
    color: #4b83b1;
    width: 100%;
    padding: 20px;
    border-radius: 35px;
    border: 1px solid #4b83b1;
}

.loginInputCont {
    border-bottom: 1px solid #d0d0d0;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.loginFrmIcon {
    text-align: center;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 24px;
}

#regFormCont {
    color: #565656;
}

    #regFormCont input {
        border: none !important;
        border-width: 0 !important;
        box-shadow: none !important;
        background-color: #fff !important;
        background: transparent;
        margin-top: 0px;
    }

.loginHref a {
    outline: none;
    text-decoration: underline;
    padding: 2px 1px 0;
}

    .loginHref a:link {
        color: #1a3447;
    }

    .loginHref a:visited {
        color: #437A16;
    }

    .loginHref a:focus {
        border-bottom: 1px solid;
    }

    .loginHref a:hover {
        border-bottom: 1px solid;
    }

.notmem {
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 6px;
    cursor: pointer;
    text-decoration: underline;
    color: #1a3447;
    margin-top: 20px;
}

.lHeadMemLogin {
    font-weight: bold;
    text-align: center;
    color: #01305D;
}

.loginRemember {
    text-align: right;
}

.loginRememberChk {
    width: 15px;
    vertical-align: middle;
    margin-top: 0px !important;
    margin-left: 10px;
}

.termsContain {
    width: 100%;
    text-align: center;
}

.trackingNumberDsp {
    border: 1px solid #ccc;
    background: #d4fabb;
    color: #0a1406;
    border: 4px;
}

.ligintitle {
    font-size: 30px;
    color: #306795;
    padding: 10px 0px 0px 10px;
    display: inline-block;
}

.modalFaq {
    display: inline-block;
    margin-top: 7px;
    position: absolute;
    right: 50px;
}

.center{
    text-align:center;
}
.noPaddingRight{
    padding-right:0px;
}
#fregaMoneyNavLink {
    margin: 9px;
    display: inline-block;    
    margin-top: -7px;
    
    padding: 7px 15px;
    cursor: pointer;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    align-items: center;
}

.CrypCurimg {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height:241px;
}
.CrypCurimg img{
    max-width:167px;
    max-height:188px;
}

.smallFlag{
    max-height:40px;
    max-width:40px;
}

#cbWindow{
    padding:5px 5px 5px 8px;
    position:fixed;
    top:64px;
    right:0px;
    background:#509972;
    color:#fff;
    border-bottom-left-radius:4px;
    cursor:pointer;
    box-shadow:1px -1px 10px rgb(0 0 0 / 0.30);
}
.text-link {
    text-decoration: underline;
    cursor: pointer;
    color: #327a54;
}
    .text-link:hover {
        color: #42a08f;
    }

.dialogPadding{
    padding:0px 20px;
}
.floatright{
    display:inline-block;
    float:right;
}
.floatRight {
    display: inline-block;
    float: right;
}
.chatDisabled {
    color: #e75524;
}

.chatOn {
    color: #1ca685;
}

.chatOff {
    color: #e96301;
}
.splashHead {
    margin-bottom:20px;
    font-size: clamp(20px, 2.5vw, 30px);
    font-family:Lato, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:#444;
}

.container ul {
    margin-bottom: 12px;
}

    .container ul li {
        list-style: circle;
        list-style-type: circle;
        padding: 5px;
        margin-left: 15px;
        font-size: 16px;
    }

.container .ulList ul li {
    list-style: none !important;
}

.container .ulList ul {
    list-style-position: outside;
}

.container .ulList li::before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -23px;
    font-size: 32px;
    margin-top: -13px;
    position: absolute;
}

.container .ulStyle1 li::before {
    color: #00758f;
}

.container .ulStyle2 li::before {
    color: #109e76;
}

.container .ulStyle3 li::before {
    color: #b87c0d;
}

.container .ulStyle4 li::before {
    color: #ff4c00;
}

.container .ulStyle5 li::before {
    color: #cd1f5d;
}

.container .ulStyle6 li::before {
    color: #009e93;
}

.container .ulStyle7 li::before {
    color: #d21014;
}

.container .ulStyle8 li::before {
    color: #d0008a;
}

.container .ulStyle9 li::before {
    color: #0e8698;
}

.underDevelopment {
    background-image: url("/img/underdevelopment.png");
    background-position: unset;
    background-repeat: no-repeat;
    background-size: auto !important;    
}
