﻿/* MNFE Loader */

body.pg-loading {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden
}

.pg-loading-screen {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000;
    opacity: 1;
    background-color: #FFF;
    transition: background-color .4s ease-in-out 0s
}

.pg-loading-screen.pg-loaded {
    opacity: 0;
    -webkit-animation: pgAnimLoaded .5s cubic-bezier(.7, 0, .3, 1) both;
    animation: pgAnimLoaded .5s cubic-bezier(.7, 0, .3, 1) both
}

.pg-loading-screen.pg-loading .pg-loading-html,
.pg-loading-screen.pg-loading .pg-loading-logo-header {
    opacity: 1
}

.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded),
.pg-loading-screen.pg-loading .pg-loading-logo-header {
    animation: pgAnimLoading 1s cubic-bezier(.7, 0, .3, 1) both;
    -webkit-animation: pgAnimLoading 10ms cubic-bezier(.7, 0, .3, 1) both
}

.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
    animation-delay: .3s
}

.pg-loading-screen .pg-loading-inner {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: static
}

.pg-loading-screen .pg-loading-center-outer {
    width: 100%;
    padding: 0;
    display: table!important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

.pg-loading-screen .pg-loading-center-middle {
    padding: 0;
    vertical-align: middle;
    display: table-cell!important;
    margin: 0;
    text-align: center
}

.pg-loading-screen .pg-loading-html,
.pg-loading-screen .pg-loading-logo-header {
    width: 100%;
    opacity: 0
}

.pg-loading-screen .pg-loading-logo-header {
    text-align: center
}

.pg-loading-screen .pg-loading-logo-header img {
    display: inline-block!important
}

.pg-loading-screen .pg-loading-html {
    margin-top: 90px
}

.pg-loading-screen .pg-loading-html.pg-loaded {
    transition: opacity .5s cubic-bezier(.7, 0, .3, 1);
    margin: 0
}

.pg-loading-screen .pg-loading-html.pg-loaded.pg-removing {
    opacity: 0
}

.pg-loading-screen .pg-loading-html.pg-loaded.pg-loading {
    opacity: 1
}

body.pg-loaded>.inner {
    display: block
}

.pg-loading-screen .pg-loading-logo-header img {
    height: 80px;
    width: auto;
    padding: 0;
    margin: 0 auto
}

.sk-spinner-wave div {
    background-color: #cccccc;
    height: 100%;
    width: 8px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 300px;
    height: 80px;
    text-align: center;
    font-size: 10px
}

.sk-spinner-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

/* MNFE Fonts */

@font-face {
    font-family: 'Black Tie';
    src: url(https://d7g138ycyaucs.cloudfront.net/master/emerald/fonts/black-tie/regular/BlackTie-Regular-webfont.eot?v=1.0.0);
    src: url(https://d7g138ycyaucs.cloudfront.net/master/emerald/fonts/black-tie/regular/BlackTie-Regular-webfont.eot?#iefix&v=1.0.0) format("embedded-opentype"), url(https://d7g138ycyaucs.cloudfront.net/master/emerald/fonts/black-tie/regular/BlackTie-Regular-webfont.woff2?v=1.0.0) format("woff2"), url(https://d7g138ycyaucs.cloudfront.net/master/emerald/fonts/black-tie/regular/BlackTie-Regular-webfont.woff?v=1.0.0) format("woff"), url(https://d7g138ycyaucs.cloudfront.net/master/emerald/fonts/black-tie/regular/BlackTie-Regular-webfont.ttf?v=1.0.0) format("truetype"), url(https://d7g138ycyaucs.cloudfront.net/master/emerald/fonts/black-tie/regular/BlackTie-Regular-webfont.svg?v=1.0.0#black_tieregular) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="mnfeicon-"], [class*=" mnfeicon-"] {
    font-family: "Black Tie" !important;
    font-style: normal;
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.28571%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.mnfeicon-sign-out:before {
    content: "";
}

.mnfeicon-shopping-cart:before {
    content: "";
}

/* END MNFE Fonts */


/* Boot icon */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('./fonts/glyphicons-halflings-regular.eot');
    src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.booticon-triangle-bottom::before {
    content: "\e252" !important;
}

.booticon-triangle-top::before {
    content: "\e253" !important;
}

[class^="booticon-"], [class*=" booticon-"] {
    font-family: "Glyphicons Halflings" !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 1;
    text-transform: none !important;
    /*vertical-align: -14.28571%;*/
}

/* Boot icon End */


/* Header */

.topbar-row {
    background-color: #168291;
    color: #fff;
    height: 102px;
    min-height: 102px;
    max-height: 102px;
    height: 102px;
    line-height: 102px;
    font-size: 12px;
    /*
     width: 1024px;
     margin:auto;
        */
    /*
    position: fixed;
    width: 1024px;
    */
}

    .topbar-row a {
        color: #fff;
    }

.topbar-list > li {
    border-left: 1px solid #eee;
    padding: 0 14px;
    display: table-cell;
    vertical-align: middle;
}

/* End Header */

/* Account control */

#account-control {
    /*
    width:342px;
    min-width:342px;
    max-width:342px;
    */
}

.profile-photo-container .profile-photo {
    border-radius: 50%;
    overflow: hidden;
    /*border: 1px solid #fff;*/
    margin: 20px auto;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-photo-container .profile-photo {
    height: 80px;
    width: 80px;
    margin: 0px auto;
}

.profile-photo-container .edit-image {
    height: 80px;
    width: 80px;
    top: -80px;
}

.profile-photo-container {
    overflow: hidden;
    height: 80px;
    width: 80px;
}

    .profile-photo-container .edit-image .edit-image-prompt {
        top: 20px;
    }

.account-control-left {
    display: inline-block;
    margin-right: 30px;
    max-width: 200px;
    vertical-align: middle;
}

.account-control-text {
    line-height: 20px;
    margin: 0;
    text-align: left;
    max-width: 190px;
}

.account-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.account-control-name {
    font-size: 14px;
    font-weight: bold;
}

.account-control-text .vwProfile {
    background-color: #136976;
    font-size: 14px;
    margin-top: 8px;
    padding: 5px 10px;
}

.vwProfile .booticon-triangle-bottom, .vwProfile .booticon-triangle-top {
    /*float: right;*/
    line-height: 20px;
    margin-left: 10px;
}

.account-control .dropdown-menu {
    margin-left: -14px;
    /*
    margin-top: 2px;
      */
    background-color: #f1820a;
    border-radius: 0px;
    /*
    width:342px;
    min-width:342px;
    max-width:342px;
    */
}

    .account-control .dropdown-menu .divider {
        margin: 0px;
    }

    .account-control .dropdown-menu > li {
        list-style-type: none;
        margin-left: 0px !important;
    }

        .account-control .dropdown-menu > li > a {
            color: #fff;
            padding: 9px;
        }

        .account-control .dropdown-menu > li:hover {
            background-color: #6D6E72;
        }

        .account-control .dropdown-menu > li > a:hover {
            background-color: transparent;
        }

.account-control-right {
    display: inline-block;
    vertical-align: middle;
}

.account-control .booticon-triangle-top {
    display: none;
}

.account-control.open .booticon-triangle-bottom {
    display: none;
}

.account-control.open .booticon-triangle-top {
    display: inline;
}


.edit-image-prompt {
    line-height: 15px;
}

.account-control .dropdown-menu > li > a:hover {
    background-color: #107d8b;
}

/*
#account-control
{
    background-color: #f1820a;
}
*/

/* Account control End */


/* Left Menu */

/*
#TableBody tr:first-child td:first-child
{
    background-color: #168291;
}
*/

#main-left-menu {
    /*
      background-color: #168291;
      height:100%;
      display:table;
      */
    margin-top: -53px;
    /*
      position:absolute;
      top:100px;
      */
}

.profile-page-nav {
    background-color: #168291;
    /*margin-top: -35px;*/
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #71a7b1;
    font-size: 14px;
    /*
    margin-top: 80px;
    position: fixed;
    width: 200px;
     */
}

    .profile-page-nav li {
        margin-left: 0px !important;
    }

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    background-color: #168291;
    color: #fff;
    padding-left: 15px;
    border-radius: 0px;
}

.nav-pills [class^="icon-"], .nav-pills [class*="icon-"] {
    font-size: 18px;
}

.nav-pills > li.active > a:hover {
    background-color: #71a7b1;
}

.profile-page-nav .label {
    /*font-family: segoe_uiregular;*/
    margin-left: 15px;
    font-weight: normal;
    white-space: normal;
}

#em-home .icon-esc46:before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    padding: 3px;
    margin-left: -3px;
    /*margin-right: 9px;*/
}

#em-home {
    margin-top: 46px;
    border-bottom: 1px solid #71a7b1;
}


.BoxNavigation {
    background-color: #FAFAFA;
    width: 100%;
    margin-bottom: 0px;
}

#leftnav li.active a:hover {
    background: #71a7b1 none repeat scroll 0 0;
}

/* End Left Menu */


/* Breadcrumb */

#Breadcrumb2 .breadcrumb2 {
    margin-top: 13px;
    padding-left: 10px;
}

    #Breadcrumb2 .breadcrumb2 > li {
        display: inline-block;
        list-style: none;
        height: 30px;
        margin-left: 0px;
    }


        #Breadcrumb2 .breadcrumb2 > li + li::before {
            color: #000;
            content: "/";
            padding: 0 0px;
        }

        #Breadcrumb2 .breadcrumb2 > li + li a {
            color: #000;
        }

/* End Breadcrumb */

/* Main website */

#TableBody, #mainTable {
    width: 100%;
}

.page-title {
    padding-left: 5px;
}

#fullPageContainer {
    margin: auto;
}

/* End Main website */

/* Header (top bar) */

#em-empty {
    height: 200px;
}

#escmission {
    line-height: 90px;
    vertical-align: top;
}

.account_control_container {
    margin-top: -1px;
}

#shoppingcart {
    border-left: none;
}

/* End Header (top bar) */

/* My Congresses Redesign */

.myCongresses {
    padding: 20px;
}

    .myCongresses .btn {
        background-color: #b8b8b8;
        border-radius: 5px;
        color: #fff;
        font-weight: normal;
        padding: 5px 10px;
        position: absolute;
        bottom: 0px;
        right: 20px;
        min-width: 120px;
    }

        .myCongresses .btn:hover {
            background-color: #168391;
        }

/* End My Congresses Redesign */


/* My Account Redesign */

.col-md-4 .well .btn {
    bottom: 20px;
}

.registration .col-md-4 .well {
    min-height: 170px;
}

footer {
    background-color: #168391;
    color: #fff;
    margin-top: 80px;
    padding: 25px 0 60px;
    width: 100%;
}

footer .container
{
    padding-left: 30px;
}

#footer ul > li
{
    list-style:disc;
    color:#fff;
    font-size:14px;
    margin:5px;
}

#footer ul > li a
{
    color:#fff;
}

#mnContent .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}

#mnContent .row {
    margin-right: 0px;
    margin-left: 0px;
}

#mainTable .mndesign h1 {
    color: #6c6c6e;
    font-family: "montserratregular";
    font-size: 1.6em;
}

.helperMandatory {
    color: #168291;
}

.profileform .radio li {
    list-style-type: none;
    list-style: none;
    float: left;
}

    .profileform .radio li input {
        visibility: hidden;
        display: none;
    }

        .profileform .radio li input[type=radio]:not(old) + label:before {
            display: inline-block;
            font-family: "Glyphicons Halflings";
            font-weight: 100;
            line-height: 1;
            position: relative;
            top: 1px;
            font-size: 1.5em;
            color: #6c6c6e;
        }

        .profileform .radio li input[type=radio]:not(old):checked + label:before {
            content: "\e067";
        }

        .profileform .radio li input[type=radio]:not(old) + label:before {
            content: "\e157";
        }

.profileform input, .profileform select {
    margin: 2px 2px;
}

.profileform .birthdate input, .profileform .birthdate select {
    /*float: left;*/
    display: inline-block;
    vertical-align: middle;
}

    .profileform .birthdate select + span + input {
        width: 60px !important;
    }

.mnForm .btn {
    background-color: #b8b8b8;
    border-radius: 5px;
    bottom: 0;
    color: #fff;
    font-weight: normal;
    min-width: 120px;
    padding: 5px 10px;
    right: 20px;
}

.mnForm .submit {
    text-align: center;
}

.mnForm .btn:hover {
    background-color: #168391;
}

.mnForm .info {
    display: inline;
}

.form-control.myprofileMonthDdl {
    width: 120px !important;
}

.error {
    line-height: 0.85em;
}

    .error .Asterisk,
    .birthdate .Asterisk {
        vertical-align: middle;
    }

.inline-error {
    display: inline-block;
}

.phone-with-prefix
{
    height: 34px;
    line-height: 34px;
    margin:0px;
    padding:0px;
}

/*
.phone-with-prefix .phone
{
    float:left;
}
    .phone-with-prefix .phone {
        float:left;
    }
*/
.phone-with-prefix .prefix,
.phone-with-prefix .phone
{
    display:inline;
    height: 31px; 
   
}

.phone-with-prefix .phone
{
     width:80%;
     padding-left:15px;
     border:none;
}

/* End My Account Redesign */


.extend-top-space
{
    margin-top:10px;
}