﻿/* Reset */
:root {
    --primary: #0866ff /*00AEEF*/;
    --primary-light: #5f9cffcc /*rgba(191, 45, 26, .2)*/;
    --primar-light2: #4d91ff;
    --primary-dark: #205ab9 /*004dc9*/ /*rgba(191, 45, 26, 1)*/;
}

/* Client A */
html[data-client="Eventpedia"] {
    --primary: #0866ff;
    --primary-light: #5f9cffcc /*rgba(191, 45, 26, .2)*/;
    --primar-light2: #4d91ff;
    --primary-dark: #205ab9 /*004dc9*/ /*rgba(191, 45, 26, 1)*/;
}

/* Client B */
html[data-client="Conexsys"] {
    --primary: #1E40CA;
    --primary-light: #5f9cffcc /*rgba(191, 45, 26, .2)*/;
    --primar-light2: #4d91ff;
    --primary-dark: #205ab9 /*004dc9*/ /*rgba(191, 45, 26, 1)*/;
}


    html, body, div, span, applet, object, iframe, input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0
}

    input[type="text"]:focus {
        outline: none
    }
/* General Section */

html, body, textarea, input {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    -webkit-text-size-adjust: none
}

body {
    /*background: url("../Images/background.png") no-repeat scroll 0 0 #fff;
    background-size: cover;*/
    background-color: #ffffff;
}

p {
    color: #55585d;
    padding-bottom: 3px
}

a {
    color: #55585d
}

    a:hover {
        text-decoration: none
    }

img {
    border: 0
}

.centered-head {
    /*background: rgba(191, 45, 26, .5) !important;*/
    /*background: rgba(255, 255, 255, 1) !important;*/
    background:var(--primary)!important;
    border-bottom: none;
    box-shadow: none;
}

#mainLoginCont { /* Size and position */
    width: 930px;
    margin: 0 auto;
    padding: 0px 30px;
    position: relative; /* Styles */
    /*background: rgba(255,255,255,0.1);*/
    background: rgba(255,255,255,1);
    border-radius: 8px;
    /*box-shadow: 0 0 14px #d3d3d3;*/
    /* box-shadow: 0 0 8px #666, 1px 1px 0 rgba(255, 255, 255, 0.3) inset; */
    /*box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);*/
    overflow: hidden;
}

/*.logo {
    /*background: url(images/logo-new.png) center center no-repeat;*/
    /*background: url(../Images/logo_Eventpedia_red.png) center center no-repeat!important;
   width: 170px;
    height: 50px;
    float: left;
    display: block;
    text-indent: -9999px*/
/*}*/

.logo img {
    /*background: url(images/logo-new.png) center center no-repeat;*/
    /*background: url(../Images/logo_Eventpedia_red.png) center center no-repeat !important;*/
    width: 170px;
    height: auto;
    float: left;
    margin-left: 10px;
    display: block;
    text-indent: -9999px;
}
/* LOGIN */

#slider1_container {
    float: left;
    width: 660px !important;
    padding-right: 10px;
    position: relative;
    height: 560px !important;
    overflow: hidden;
}

    #slider1_container .slideWrap {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 660px;
        height: 550px;
        overflow: hidden;
    }
#slider1_container > div {
    transform:none!important
}


#slider1_container .img .imgWrap {
    /* background: url("../images/iPhone10Skin.png") no-repeat scroll 0 0;
        background-size: 216px 414px;
        cursor: move;
        width: 216px;
        height: 414px;*/
    float: left;
}

    #slider1_container .img img {
        height: auto !important;
        margin: 17px 0px 0 23px;
        width: 233px !important;
        box-shadow: 0 0 8px #99999973;
        border-radius: 26px;
        border: 7px solid #f7f7f7;
    }


    #slider1_container .img .info {
        float: left;
        width: 55%;
        margin-top: 5%;
        margin-left:10px;
    }

        #slider1_container .img .info h2 {
            font: 1.6rem 'Poppins', sans-serif;
            color: #666;
            margin-bottom: 12px;
            margin-left:20px;
            /*text-shadow: 0 1px 1px #333;*/
        }

        #slider1_container .img .info .desc {
            font: 1.4rem Helvetica, Arial, sans-serif;
            font-weight:normal;
            color: #999;
            margin-left: 20px;
            /*text-shadow: 0 1px 1px #333*/
        }

.jssorb05 {
    position: absolute;
    bottom: -363px;
    left: 300px !important;
}

    .jssorb05 div {
        border-radius: 8px;
        height: 8px !important;
        width: 8px !important;
        cursor: pointer;
        bottom: 25px !important;
        top: auto !important;
        background: none;
        border: 2px solid #d9d9d9;
        box-shadow: 0 0 1px #aaa
    }

        .jssorb05 div.av {
            background: #80C948
        }

#form-login {
    float: right;
    width: 250px;
    background: #fff;
    /* position: absolute; */
    top: 0;
    right: 0;
    padding: 20px 26px;
    height: 100%;
    box-shadow: 0 0 8px #99999973;
    border: 7px solid #f7f7f7;
    box-sizing: border-box;
    height: auto;
    border-radius: 23px;
    height: 523px;
    margin-top: 15px;
}

    #form-login #content-header {
        margin-bottom: 15px
    }

    #form-login h1 {
        font: 25px 'Poppins', sans-serif;
        color: #666; /*f96808*/
        text-align: center;
        padding-bottom: 8px;
        margin-bottom: 12px;
        border-bottom: 1px solid #ddd;
        text-shadow: 0 2px 0 rgba(255,255,255,1.0);
        box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    }

    #form-login .wrap {
        margin-bottom: 15px;
        overflow: hidden
    }

    #form-login label {
        background: url(../Images/landing-sprite.png) 0 0 no-repeat;
        display: block;
        padding: 0 0 5px 18px;
        cursor: pointer;
        color: #555;
        text-transform: capitalize;
        font-weight: 400;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
        font: 15px "Cuprum", Helvetica, Arial, sans-serif;
    }

        #form-login label.login {
            background-position: 0 -389px
        }

        #form-login label.pass {
            background-position: 0 -445px
        }

    #form-login input[type=text],
    #form-login input[type=password] {
        font-family: 'Open san', sans-serif;
        color: #333;
        font-size: 13px;
        background: #fff !important;
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        height: 40px;
        margin-bottom: 5px;
        border: 1px solid #ebe6e2;
        border-radius: 5px;
        -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;
    }

        #form-login input[type=text]:hover,
        #form-login input[type=password]:hover {
            border-color: #CCC;
        }

    #form-login label:hover ~ input {
        border-color: #CCC;
    }

    #form-login input[type=text]:focus,
    #form-login input[type=password]:focus {
        border-color: #BBB;
        outline: none; /* Remove Chrome's outline */
    }

    #form-login input[type=submit] { /* Size and position */
        width: 100%;
        height: 42px;
        display: block;
        position: relative; /* Styles */
        /* box-shadow: inset 0 1px rgba(255,255,255,0.3); */
        border-radius: 3px;
        cursor: pointer; /* Font styles */
        font: 20px 'Poppins', sans-serif;
        text-align: center;
        margin-bottom: 15px;
    }

    #form-login input[type=submit] {
        margin-right: 1%;
        background: #fff; /*34a5cf*/ /* Fallback */
        /*background: -moz-linear-gradient(#34a5cf, #2a8ac4);
        background: -ms-linear-gradient(#34a5cf, #2a8ac4);
        background: -o-linear-gradient(#34a5cf, #2a8ac4);*/
        /* background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4)); */
        /* background: -webkit-linear-gradient(#34a5cf, #2a8ac4); */
        /* background: linear-gradient(#34a5cf, #2a8ac4); */
        border: 1px solid var(--primary);
        color: var(--primary);
        /* text-shadow: 0 -1px rgba(0,0,0,0.3); */
        text-decoration: none;
    }

        #form-login input[type=submit]:hover {
            background: var(--primary);
            color: #ffffff;
            box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
        }

        #form-login input[type=submit]:active {
            top: 1px;
        }

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow #form-login input[type=submit]:hover {
    background: #ffb347;
}

#form-login .buttonsLevel2 a {
    color: #2099ED;
    text-decoration: underline
}

    #form-login .buttonsLevel2 a:hover {
        text-decoration: none
    }

footer {
    position: fixed;
    bottom: 0;
    width: 100%
}

/*** Registration ***/
#form-reg { /* Size and position */
    width: 360px;
    margin: 0 auto 35px;
    padding: 15px;
    position: relative; /* Styles */
    background: url("../Images/menu-bg.jpg") repeat scroll 0 0 #F5F5F5;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
    overflow: hidden
}

    #form-reg .content-gird {
        background: none
    }

    #form-reg h1 {
        font: 25px "Cuprum", Helvetica, Arial, sans-serif;
        color: #f96808;
        text-align: center;
        padding-bottom: 8px;
        margin-bottom: 12px;
        border-bottom: 1px solid #ddd;
        text-shadow: 0 2px 0 rgba(255,255,255,1.0);
        box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    }

    #form-reg .wrap {
        width: 95%;
        margin-bottom: 15px;
    }

    #form-reg label {
        display: block;
        padding: 0 0 5px 18px;
        cursor: pointer;
        color: #555;
        text-transform: capitalize;
        font-weight: 400;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
        font: 15px "Cuprum", Helvetica, Arial, sans-serif;
    }

    #form-reg input[type=text],
    #form-reg input[type=password] {
        font-family: "Cuprum", Helvetica, Arial, sans-serif;
        color: #333;
        font-size: 13px;
        background: #fff !important;
        display: block;
        width: 96%;
        padding: 5px;
        height: 26px;
        margin-bottom: 5px;
        border: 3px solid #ebe6e2;
        border-radius: 5px;
        -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;
    }

        #form-reg input[type=text]:hover,
        #form-reg input[type=password]:hover {
            border-color: #CCC;
        }

    #form-reg label:hover ~ input {
        border-color: #CCC;
    }

    #form-reg input[type=text]:focus,
    #form-reg input[type=password]:focus {
        border-color: #BBB;
        outline: none; /* Remove Chrome's outline */
    }

    #form-reg input[type=submit], #form-reg input[type=button] { /* Size and position */
        width: auto;
        display: block;
        position: relative; /* Styles */
        box-shadow: inset 0 1px rgba(255,255,255,0.3);
        border-radius: 3px;
        cursor: pointer; /* Font styles */
        font: 18px "Cuprum", Helvetica, Arial, sans-serif;
        text-align: center;
        margin: 0 10px 0 0;
        float: left
    }

    #form-reg input[type=submit], #form-reg input[type=button] {
        background: #34a5cf; /* Fallback */
        background: -moz-linear-gradient(#34a5cf, #2a8ac4);
        background: -ms-linear-gradient(#34a5cf, #2a8ac4);
        background: -o-linear-gradient(#34a5cf, #2a8ac4);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
        background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
        background: linear-gradient(#34a5cf, #2a8ac4);
        border: 1px solid #2b8bc7;
        color: #ffffff;
        text-shadow: 0 -1px rgba(0,0,0,0.3);
        text-decoration: none;
    }

        #form-reg input[type=submit]:hover, #form-reg input[type=button]:hover {
            box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
        }

    #form-reg .link {
        color: #2099ED;
        text-decoration: underline;
        display: inline-block;
        padding-top: 5px
    }

/*** Download Sample App ***/
.DwnldApp {
    clear: both;
    padding: 92px 0 0;
    overflow: hidden
}

    .DwnldApp h4 {
        border-bottom: 1px solid #ddd;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        color: #666; /*f96808*/
        font: 16px "Cuprum",Helvetica,Arial,sans-serif;
        padding-bottom: 8px;
        text-align: center;
        text-shadow: 0 2px 0 rgba(255, 255, 255, 1);
        margin-bottom: 8px
    }
    /*.DwnldApp h4 span {display:inline-block; background:#fff; padding:5px; border-radius:16px; border:1px solid #f96808; margin:0 0 0 8px; height:16px; width:16px; text-align:center; line-height:16px; float:right; box-shadow:0 2px 0 rgba(255, 255, 255, 1)}
.DwnldApp h4 span strong {width: 0;	height: 0; 	border-top: 5px solid transparent;	border-bottom: 5px solid transparent; border-left:5px solid #f96808; display:inline-block; margin:3px 0 0 2px}
.DwnldApp h4:hover span {border-color:#4BBC12}
.DwnldApp h4:hover span strong {border-left-color:#4BBC12}
.DwnldApp .panel {background:#fff; padding:3px; border-radius:15px; position:absolute; left:100%; top:0; width:0; -webkit-transition: width 350ms linear; transition: width 350ms linear;}
.DwnldApp h4:hover .panel {width:150px}*/
    /*.DwnldApp a {float:left; width:50%; text-align:center}
.DwnldApp a img {background: none repeat scroll 0 0 #eee; border: 5px solid #fff; border-radius: 30px; box-shadow: 0 0 5px #ddd inset, 0 0 5px #c9c9c9;
    display: inline-block;  height: 30px; margin: 10px; padding: 10px; width: 30px;}*/
    .DwnldApp a {
        background-color: #ffffff /*BF2D1A*/;
        border: 1px solid var(--primary);
        height: 40px;
        width: 45%;
        border-radius: 5px;
        box-sizing: border-box;
        position: relative;
        padding: 5px 5px 5px 26px;
        float: left;
        line-height: 30px;
        color: var(--primary);
    }

        .DwnldApp a span {
            font: 13px Helvetica,Arial,sans-serif;
           
        }

        .DwnldApp a.iOs {
            background-position: 0 0
        }

        .DwnldApp a:after {
            background: url(../Images/OS-sprite_Blue.png) no-repeat scroll 0 0;
            background-size: 58px;
            background-position: 0px 0px;
            content: "";
            height: 22px;
            left: 2px;
            position: absolute;
            top: 8px;
            width: 22px;
        }

    .DwnldApp .iOs:after {
        background-position: 0px 0px;
    }

    .DwnldApp .android:after {
        background-position: -34px 0px;
    }

    .DwnldApp a.android {
        float: right
    }
    .DwnldApp a.android:hover {
        float: right;
        background-position: 0px -28px;
    }

    .DwnldApp a:hover {
        background: #e2edff; /*d73723*/
    }
/*.DwnldApp a.iOs:hover {background-color:#10bbf1;}
.DwnldApp a.android:hover {background-color:#3cb91a;}*/

/*** footer ***/
.info-footer {
    /*background: #999;*/
    background: #FFF;
}
/*.socialIcons {float: left; margin: 0 0 0 27%; overflow: hidden; padding-top: 8px;}
.socialIcons a {float: left; margin-right: 15px; text-decoration: none;}
.socialIcons a:hover {text-decoration:none}*/



/* for send me access cod btn */
#form-login input.blue_button1[type="button"] {
    background: rgba(0, 0, 0, 0) linear-gradient(#34a5cf, #2a8ac4) repeat scroll 0 0;
    border: 1px solid #2b8bc7;
    color: #ffffff;
    margin-right: 1%;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

#form-login input.blue_button1[type="button"] {
    border-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    cursor: pointer;
    display: block;
    font: bold 20px "Cuprum",Helvetica,Arial,sans-serif;
    height: 42px;
    position: relative;
    text-align: center;
    width: 100%;
}

#form-login input.blue_button1[type=button]:hover {
    box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
}





/* end send me access cod btn */



/* Exhibitor portal login page - Welcome text */
.welcomeText {
    text-align: center;
    padding-top: 30px
}

    .welcomeText h1 {
        font-family: oswald;
        font-size: 48px;
        color: #989898;
        font-weight: 300
    }

    .welcomeText h4 {
        font-family: roboto;
        font-style: italic;
        font-size: 20px;
        color: #9c9c9c;
        margin-top: 30px !important;
    }

.exbportal {
    margin: 4% auto 0;
}


@font-face {
    src: url(../Content/fonts/Oswald-Medium.ttf);
    font-family: oswald
}

@font-face {
    src: url(../Content/fonts/Roboto-Regular.ttf);
    font-family: roboto
}

/* End Welcome text */



.password-login-input-wrapper {
    position: relative;
}

.toggle-password-login {
    position: absolute;
    right: 10px; /* Adjust to your liking */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 15px;
}