/* MAIN TOP NAVIGATION */
.ulSocialList {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.ulSocialList > li {
	display: inline-block;
    padding-top: 5px;
	padding-right: 5px;
}

.ulSocialList > li .fa {
	font-size: 1.8em;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
    border-radius: 50%;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ulSocialList > li .fa:hover, 
.ulSocialList > li .fa:active { 
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.ulSocialList > li .fa-facebook {
    background-color:#3C599F;
}

.ulSocialList > li .fa-google-plus {
    background-color:#CF3D2E;
}

.ulSocialList > li .fa-linkedin {
    background-color:#0085AE;
}

.ulSocialList > li .fa-twitter {
    background-color:#32CCFE;
}

.rpt-main-nav-row {
    background: #FFF;
    margin-bottom: 40px !important;
}

.navSocialPanel {
    width: 120px;
    height: 30px;
    margin-top:20px;
    display: none;
    z-index:2000;
}

.navSocialPanel.ulClassFacebookDiv{
    margin-left: -20px;
}

.navSocialPanel.ulClassTwitterDiv,
.navSocialPanel.ulClassGoogleDiv,
.navSocialPanel.ulClassLinkedInDiv{
     margin-left: -5px;
}

.rpt-main-nav, .rpt-main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
    color: #2C3638;
}

.rpt-main-nav {
    max-height: 100%;
    overflow: visible;
    height: 63px;
    white-space: nowrap;
}

.rpt-main-nav a{
    color: #2C3638;
    text-decoration: none !important;
}

.rpt-main-nav > li{
    display: inline-block;
    vertical-align: top;
    position:relative;
}

.rpt-main-nav > li > a{
    display: block;
    padding: 20px 15px;
    text-transform: uppercase;  
    font-size: 17px;  
}

.rpt-main-nav > li ul > li > a > i{
    width:20px;
    color: #E0374E;
}

.rpt-main-nav > li > a:hover,
.rpt-main-nav > li ul > li > a:hover,
.rpt-main-nav-mobile-toggle:hover{
    color: #E0374E;
}

.rpt-main-nav > li > a > i.fa-indicator {
    padding-right: 0;
    padding-left: 2px;
}

.rpt-main-nav > li ul{
    opacity: 0;
    transition: all 400ms ease;
    position:absolute;
    right: 0;
    background: #FFF;
    z-index: 1100;
    visibility: hidden;
    text-align: left;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
}

.rpt-main-nav > li ul > li > a{
    padding: 15px 20px;
    display: block;
    white-space:nowrap;
    font-size: 15px;
}

.rpt-main-nav > li ul > li > a.hasIcon{
    padding-left: 45px;
}


.rpt-main-nav > li ul > li > a > img{
    height: 24px;
    width: 24px;
    position:absolute;
    left: 10px;
}

.rpt-main-nav-sub-mega {
    background: #FFF;
    text-align:left;
    padding: 10px;
    z-index: 1100;
    position:absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 10px 3px rgba(0,0,0,.2);

	-webkit-transition: all .300s;
	-moz-transition: all .300s;
	-o-transition: all .300s;
	transition: all .300s;  
}

.rpt-main-nav > li:hover .rpt-main-nav-sub-mega {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    .rpt-main-nav > li:hover ul {
        opacity: 1;
        visibility: visible;
    }

}


@media (max-width: 768px) {
    .rpt-main-nav > li ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .rpt-main-nav-item-uac {
        font-weight: 600;
        background: #eee;
        border-radius: 7px;
    }

    .rpt-main-nav-col-menu > ul{
        margin-right:10px;
    }
}




/* SOCIAL MENU */

.ulSocialList > li > div {
    position:absolute;
}

.rpt-main-nav-col-menu {
    text-align:right;
}

.rpt-main-nav-mobile-toggle {
    color: #2C3638;
    display: none;
    float: right;
    padding: 15px 10px;
    margin-right: 30px;
    font-size: 30px;
    position: relative;
    z-index: 1200;
}

@media (max-width: 768px) {
    .ulSocialList {
        margin-left: 25px;
    }
    .rpt-main-nav-col-social {
        margin-top: -65px;
        text-align: left !important;
        padding-left: 30px;    
    }

    .rpt-main-nav-col-menu {
        text-align:center;
    }

    .rpt-main-nav-col-menu ul {
        display: none;
    }

    .rpt-main-nav-mobile-toggle {
        display: inline-block;
    }

}

@media (max-width: 992px) {
    .rpt-main-nav-col-social,
    .rpt-main-nav-col-menu {
        text-align:center;
    }

    .rpt-main-nav-col-social {
        display: block !important;
    }
}

@media (max-width: 1126px) {
    .rpt-main-nav-col-social{
        display:none;
    }
    .rpt-main-nav-col-menu {
        text-align: center !important;
        width: 100%;
    }
}

.rpt-main-nav.show, .rpt-main-nav.show ul {
    display: block;
    height:auto;
    text-align: left;
    margin-left:10px;
    opacity: 1;
    visibility: visible;
}

.rpt-main-nav.show > li{
    display: block;
}

.rpt-main-nav.show > li > ul{
    position: relative;
    display: none;
}

.rpt-main-nav.show > li > ul.show{
    display: block;    
}

#rpt-main-nav-user-dashboard {
    position: fixed;
    height: 100%;
    width: 300px;
    min-width: 250px;
    right: 0;
    top: 0;
    z-index:30000;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 10px 3px rgba(0,0,0,.2);

}

#rpt-main-nav-user-dashboard-body {
    background: #FFF;
    width: 100%;
    height: 100%;
}

.rpt-main-nav-user-dashboard-body-top {
    background-image: url(/Content/images/user-dashboard-bg.jpg);
    background-position: center center;
    background-size: cover;
    height: 280px;
    position:relative;
    z-index:0;
    text-align:center;
    padding: 50px 20px;
}

.rpt-main-nav-user-dashboard-body-top:before{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.4);
    text-align:center;
    z-index:-1;
    left: 0;
    top: 0;
}

.rpt-main-nav-user-dashboard-profileimage {
    width: 110px;
    height: 110px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
    display: inline-block;
    margin-bottom:10px;
}

.rpt-main-nav-user-dashboard-name {
    color: #FFF;
    font-size: 24px;
    font-weight:600;
    margin-bottom:5px;
}

.rpt-main-nav-user-dashboard-useremail {
    color: #FFF;
    font-weight:300;
    font-size:14px;
}

.rpt-main-nav-user-dashboard-repscore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    text-align:right;
    color:#FFF;
    font-weight: 600;
    font-size: 12px;
    background: rgba(0,0,0,0.5);
}

.rpt-main-nav-user-dashboard-body-close {
    padding:15px 10px;
    background: #008cba;
    color: #FFF;
}

.rpt-main-nav-user-dashboard-body-close-btn {
    font-size:40px;
    font-weight: 300;
    float: right;
    color: rgba(255,255,255,0.5);
    margin-right:10px;
    text-decoration: none !important;
    margin-top: -18px;
}

.rpt-main-nav-user-dashboard-body-close-btn:hover{
    color: rgba(255,255,255,0.8);
}

.rpt-main-nav-user-dashboard-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rpt-main-nav-user-dashboard-menu {
    position:absolute;
    bottom: 0;
    width: 100%;
}

.rpt-main-nav-user-dashboard-menu a{
    padding: 15px 20px;
    display: block;
	-webkit-transition: all .300s;
	-moz-transition: all .300s;
	-o-transition: all .300s;
	transition: all .300s;  
}

.rpt-main-nav-user-dashboard-menu a:hover{
    color: #FFF;
    background: #008cba;
    text-decoration: none !important;
}

.rpt-main-nav-user-dashboard-ch-sub li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left:25px;
    position:relative;
}

.rpt-main-nav-user-dashboard-ch-sub li i{
    font-size:8px;    
    position:absolute;
    top:50%;
    left:5px;
    margin-top:-4px;
    color: #999;
}

.rpt-main-nav-user-dashboard-ch-sub li.subscribed i{
    color: #27ae60;
}

.rpt-main-nav-user-dashboard-repscore .account-active{
    color: #2ecc71;
    font-weight: 600;
}

.rpt-main-nav-user-dashboard-repscore .account-deactived{
    color: #e74c3c;
}

a.rpt-main-nav-item-uac {
    color: #E0374E;
}

a.rpt-main-nav-item-uac:hover {
    color: #2C3638 !important;
}

.rpt-main-nav-user-dashboard-body-content-scrollable {
    overflow-x: hidden;
    overflow-y:auto;
    min-height: 400px;
}

.pac-container {
    z-index: 2000 !important;
}

.rpt-main-nav-destination {
    width: 170px;
    
}

#rpt-main-nav-destination-input {
    padding: 2px 2px 2px 20px;
    border-color: transparent;
    border-bottom-color: #ccc;
    border-radius: 0;
    box-shadow: none;
    font-size: 17px;
}

.rpt-main-nav-destination > div:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 14px;
    top: 25px;
    font-size: 13px;
    color: #2C3638;
}

.rpt-main-nav-destination > div {
    padding: 14.5px 10px;
}

#rpt-main-nav-destination-input::-webkit-input-placeholder {
   color: #2C3638;
}

#rpt-main-nav-destination-input:-moz-placeholder { /* Firefox 18- */
   color: #2C3638;  
}

#rpt-main-nav-destination-input::-moz-placeholder {  /* Firefox 19+ */
   color: #2C3638;  
}

#rpt-main-nav-destination-input:-ms-input-placeholder {  
   color: #2C3638;  
}

.rpt-main-nav-destination.full {
    float:left;
    padding-right: 114px;
}

#rpt-main-nav-destination-search {
    display: none;
    padding: 6px 10px;
    height: 34px;
    width: 74px;
    color: #FFF;
    font-size:14px;
}

.rpt-main-nav-destination.full #rpt-main-nav-destination-search{
    margin: 0;
    position: absolute;
    right: 30px;
    top: 14.5px;
}

#rpt-main-nav-destination-search-close {
    display: none;
}

.rpt-main-nav-destination.full #rpt-main-nav-destination-search-close {
    display: inline-block;
    font-size: 35px;
    font-weight: 300;
    position:absolute;
    right: 0;
    top: 8px;
}

.rpt-main-nav-login-layer {
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.rpt-main-nav-login-box {
    width: 100%;
    max-width: 450px;
    margin: 100px auto;
    height: auto;
    position: relative;
}

.rpt-main-nav-login-box img{
    width: 80px;
}

.rpt-main-nav-login-body, .rpt-main-nav-login-msgs {
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    border: 5px solid rgba(97, 169, 196, 0.5);
}

.rpt-main-nav-login-body input[type="text"],.rpt-main-nav-login-body input[type="password"]{
    width: 100%;
    height: 52px;
    padding: 15px 35px 15px 15px;
    border: 1px solid #D7D7D7;
    color: #868282;
}

.rpt-main-nav-login-ulogin-wrapper, .rpt-main-nav-login-pw-wrapper {
    margin-bottom: 20px;
    position:relative;
}

.rpt-main-nav-login-ulogin-wrapper:after{
    content: "\f2be";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #E0374E;
}

.rpt-main-nav-login-pw-wrapper:after{
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #E0374E;
}

#rpt-main-nav-login-btn{
    width: 100%;
    border-width: 0;
    cursor: pointer;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #008cba;
    border-color: #007095;
    color: white;
    margin-bottom: 20px;
    position: relative;
    display: block;
    text-align:center;
    text-decoration: none !important;
}

#rpt-main-nav-login-btn:not(.processing):hover{
    background-color: #007095;
}

#rpt-main-nav-login-btn.processing{
    cursor: default !important;
}

#rpt-main-nav-login-btn.processing:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    left: 0;
    top: 0;
}

.rpt-main-nav-login-msgs {
    padding: 0;
    margin-top:10px;
    display: none;
}

.rpt-main-nav-login-msgs > span{
    padding: 10px;
    display: block;
    font-size: 15px;
    text-align:center;
}


.rpt-main-nav-login-msgs > span.error{
    color: #FFF;
    background: #E0374E;
    border-radius: 5px;
}

#rpt-main-nav-login-layer-close {
    font-size:40px;
    line-height:40px;
    font-weight: 300;
    color: #999;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: 0;
    text-decoration: none !important;
}

#rpt-main-nav-login-layer-close:hover{
    opacity: 0.8;
}


.rpt-redirect-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 50000;
    display: none;
}

.rpt-redirect-msg {
    background: #FFF;
    font-size: 15px;
    padding: 20px;
    text-align:center;
    font-weight: 600;
}

.nprogress-busy body {
    overflow: hidden;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}

.nprogress-busy body:after {
    content: "";
    background: rgba(255,255,255,0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:10000;
}

#nprogress .bar, #nprogress .spinner {
    z-index:100000 !important;
}

#nprogress .spinner {
    margin: 0;
    width: initial;
}

#nprogress .spinner-icon {
    background-color: transparent;
}

#siteCookiesMsgContainer {
    background: #fbfbfb;
    padding: 20px 0;    
    font-size: 11px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#serverMsgContainer {
    padding: 20px;
    font-size: 13px;
    background: #ebebeb;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#serverMsgContainer .serverMsg{
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.06);   
    border-radius: 4px; 
}

#serverMsgContainer .serverMsg > p{
    margin-bottom: 0;
    font-size: 13px;
}

#serverMsgContainer .serverMsg:not(:first-child){
    margin-top: 10px;
}

#serverMsgContainer .serverMsg > i{
    color: #e38d13;
}

@media (max-height: 720px) {
    .rpt-main-nav-login-box {
        margin-top: 30px;
    }
}

@media (max-height: 635px) {
    .rpt-main-nav-login-box {
        margin-top: 10px;
    }
}

#rpt-main-nav-login-grc {
    width: 304px; 
    height: 78px;
}
