/* GLOBAL
--------------------------------------------*/
.over:hover, #new_keepsign:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.trans{
    -khtml-opacity: 0.80;/* Safari 1.x */
    -moz-opacity: 0.80;/* Netscape */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/* IE 8 */
    filter: alpha(opacity=80);/* IE 5-7 */
    opacity: 0.80;/* Good browsers */
    zoom:1;
}
button{
    box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    display: block;
}
.clear{
    clear:both;	
}
a {
   outline: 0;
}
#portal-content{ 
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1002px;
    min-height: 600px;
    padding-bottom: 50px;
} 
.cache_dropdown{
    margin-top:30px;
    text-align:center;
    font-family:Arial;
    font-size:11px;
}
.innerContainer{
    padding-top:10px;
    padding-bottom:10px;
}
.live_support{
    display:block;
    background-image: url(/image/portal/default/live_support.png);
    background-position:left top;
    height: 50px;
    width: 110px;
    float: left;
    margin-top: -3px;
}
.live_support:hover{
    background-position:left bottom;
}
.navbar_font *{
    font-family:Arial, Helvetica, sans-serif !important;
	font-size: 8pt !important;
}
#personal_info p {
    padding-bottom: 3px;
    padding-top: 3px;
}
#d_topic_other{
	margin-top:10px;
}
.table-container input{
	border: 1px #cccccc solid;
}
.slide_mini {
    width: 250px;
}
.jsmart-template{
	display: none;
}

/* PLAYER OVERLAY */
.player-overlay{
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0,0,0,0.70);
}
.player-active{
    overflow: hidden;
}
.player-active .player-overlay{
    display: table;
}
.player-overlay .player{
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.65);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.65);
    margin: 0 auto;
}
.player-overlay #player-wrap{
    margin: 0 auto;
    max-width: 900px;
}
.player-load {
    display: none !important;
    border: 8px solid rgba(255,255,255,0.25);
    border-top: 8px solid rgba(255,255,255,0.50);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation: spinning 1s linear infinite;
}
@keyframes spinning {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.player-close{
    display: block;
    width: 80px;
    margin: 10px auto 0 auto;
    color: #ffffff;
    padding: 8px;
    font-size: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #333333;
}
.player-loading .player-load{
    display: inline-block !important;
}
.player-loading .player-close{
    display: none !important;
}

/* FANCYB
--------------------------------------------*/
.fancybox-iframe{
    width: 1px;
    min-width: 100%;
    *width: 100%;
    background-color: #ffffff;
}
.fancybox-iframe::-webkit-scrollbar {
    width:10px;
}

.fancybox-iframe::-webkit-scrollbar-track {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.02);
}
.fancybox-inner{
    overflow: auto !important;
}
.fancybox-iframe::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,0.3);
}

.fancybox-iframe::-webkit-scrollbar-thumb:hover {
    background:rgba(0,0,0,0.3);
}

.fancybox-iframe::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.3);
}

/* FOOTER DASHBO
--------------------------------------------*/
#dash-admin{
    background-color: #ebebeb;
    border : #b3b3b3 solid 1px;
    padding: 15px;
    text-align: left;
    line-height: 24px;
    background-image: url("/image/portal/default/dash-footer-design.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.dash-option{
    margin: 3px 0;
}
a.dash-button:hover{
    background-image:url(/image/portal/opacity/black35.png);
}
.dash-button{
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    color: #ffffff;
    font-size: 13px !important;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 10px 0 0;
}
.footer-terms-container{
    
}
.footer-terms-container *{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
    font-size: 11px !important;
}
.footer-terms{
    max-width: 1000px;
    margin: 0 auto;
    padding: 6px 0;
}
.footer-terms .terms-left{
    float: left;
    text-align: left;
}
.footer-terms .terms-right{
    float: right;
    text-align: right;
}
.footer-terms a{
    cursor: pointer;
}

/* PORTAL IDS
--------------------------------------------*/
#portal_container, 
#portalContainer,
#portal-container{
	position:relative;
	min-height: 100%;
	width:100%;
}
#portal-site{
	width: 1000px;
	margin: 0 auto;
}
#portal-3col{
	margin:0 -2%;
    width: 104%;
}

/* AJAX CONTAINERS-ELEME
--------------------------------------------*/
.ajax{
    display: none;
}
#ajax-top{
    display: block !important;
}
#ajax-main{
    position: relative;
}
#ajax-top,
#ajax-main{
	text-align: left;
}
#ajax-main{
    text-align:center;
    padding-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#ajax-top{
	font-size: 0;
}
#ajax-top .top-panel{
	max-height: 80px;
}
.ajax-loader{
    display: block;
    background-image: url("/image/portal/loading120x120-2.gif");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
    height: 100%;
    width: 100%;
}
.listing-nodes .ajax-loader{
    display: block;
    background-image: url("/image/portal/default/loading-square.gif");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 40px;
    height: 40px;
    width: 100%;
}
#ajax-featured-content{
    margin-bottom: 100px;
}
.sk-bounce {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:-15px;
    margin-left:-100px;
    text-align: center; 
    width: 200px;
}
.sk-bounce div {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
          animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
          animation-fill-mode: both; 
}
.sk-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; 
}
.sk-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; 
}
@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); 
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1); 
    } 
}
@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0); 
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1); 
    } 
}

/* GLOBAL CUSTOM STYLE 06-09-2
--------------------------------------------*/
.header_login{
    float:right;
    color:#999;
}
.header_login a, .header_login li input {
    color:#FFF;
    text-decoration:none;	
}
.header_login ul{
    list-style:none;
    float:right;
}
.header_login li{
    float:left;
    display:inline;
}
.loginfo li{
    margin-left:10px;
    padding: 1px;
}
.loginfo li input{
    background-color:transparent;
    border:0;
    margin: 0;
    *margin-top:-1px;
    *margin-bottom:-1px;
    padding: 0 5px;
}
.header_login .inblock, .header_login .welcome, .wrap_top .inblock{
    height:28px;
    line-height:28px;
    padding-right:12px;
    padding-left:12px;
}
a.inblock:hover, input.inblock:focus{
    background-color:transparent;
}
.forgot{
    margin-top:5px;
    vertical-align:top;
}
.forgot li {
    margin-left:3px;
    line-height:14px;
    height:14px;
    font-size:10px;
}
.forgot li span{
    cursor:pointer;
}
.forgot li input{
    margin:1px 0 0 0;
    padding:0;
    height:11px;
    width:11px;
    vertical-align:top;
}
.welcome{
    padding-left:22px !important;
    padding-right:3px !important;
    background-image:url(/image/portal/login/user_grey.png);
    background-repeat:no-repeat;
    background-position:left center;
    font-size:12px;
}
.mobile img{
    margin-top:3px;
}
.inblock{
    display:block;
    font-size:13px;
    text-decoration: none !important;
}
input.inblock{
    font-size:12px;
}

/* Login bar
--------------------------------------------*/
.loginbar{
	position: relative;
    background-image: url("/image/portal/default/navLogin_back3.png");
    background-position: left top;
    background-repeat: repeat-x;
    width: 100%;
}
.loginbar i{
    padding: 0 3px;
}
.loginbar a, .loginbar button{
    color:#FFFFFF;
}
.loginbar input{
    color:#444444;
}
.loginbar a:hover{
	text-decoration:none;
	cursor:pointer;
}
.loginbar .loginbar-container{
	height: 100%;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
.loginbar .loginbar-container-left {
    float:left;
}

.loginbar ul li{
    padding: 5px 3px;
    position: relative;
}
.loginbar .loginbar-item{
    text-align: left;
    display: block;
    height: 20px;
    line-height:20px;
    background-repeat:no-repeat;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif !important;
    font-weight:normal;
}
.loginbar input.loginbar-item input{
    background-color:#FFFFFF !important;
}
input:-webkit-autofill {
    color: #fff !important;
}
.loginbar .loginbar-item.border{
    height: 18px;
    line-height:18px;
}
.loginbar-speaker {
    margin-top: -11px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
    width: 23px;
    height: 23px;
}
.loginbar-welcome .loginbar-item{
    padding-left:30px;
}
.loginbar-secondary{
    padding: 0 8px;
}
.loginbar-btn .loginbar-item,
.loginbar-signin .loginbar-item,
.loginbar-mobile .loginbar-item,
.loginbar-store .loginbar-item,
.loginbar-profil .loginbar-item{
	text-align: center;
    background-position:left top;
    background-repeat: repeat-x;
    border: #333333 solid 1px;
    padding: 0 8px;
}
.loginbar-store .loginbar-item{
    padding: 0 6px 0 24px;
    position: relative;
    background-color: #000000;
    border: none !important;
    color: #ffffff !important
}
.loginbar-store img{
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    height: 100%;
}
.loginbar-input input{
	border: #333333 solid 1px;
	padding: 0 5px;
	width: 105px;
	background-color:#FFFFFF;
}
.loginbar-btn .loginbar-item{
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
#save-access i{
    width: 14px;
    text-align: center;
}
#save-access .fa-check-square-o{
    display: none;
}
#save-access .fa-square-o{
    display: inline-block;
}
.save-access #save-access .fa-check-square-o{
    display: inline-block;
}
.save-access #save-access .fa-square-o{
    display: none;
}

/* LOGIN BY ALAIN
--------------------------------------------*/
.loginform {
    color: #666666;
}
.loginform{
    width: 500px;
    margin: 80px auto;
    text-align: left;
}
.loginform table {
    width: 100%;
}
.loginform .login-error {
    width: 100%;
    margin-bottom: 10px;
}
.loginform .login-error td {
    padding: 15px;
    font-size: 13px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.loginform .login-error *{
    vertical-align: middle;
}
.loginform .login-error i{
    font-size: 36px;
    margin-right: 10px;
}
.loginform .login-error span{
    font-size: 14px;
}
.loginform .card{
    background-color: rgba(0,0,0,0.08);
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.12);
}
.loginform .title{
    font-size: 20px;
    padding: 10px 0;
}
.loginform .description{
    font-size: 13px;
    margin-bottom: 8px;
}
.loginform .user-input{
    padding: 10px 13px;
    background-color: #ffffff;
}
.loginform .username{
    margin-bottom: 8px;
}
.loginform p{
    color: #666666;
    font-size: 13px;
    padding: 5px 0 !important;
}
.loginform p a{
    color: #000000;
}
.loginform .user-input input{
   border: none;
   font-size: 14px;
   width: 100%;
}
.loginform .link{
    padding: 9px 12px;
    font-size: 14px;
    border: none;
    color: #ffffff;
    display: inline-block;
}
.loginform .form-group{
    margin-bottom: 15px;
}
.loginform .are-you{
    padding-top: 0px;
    font-size: 16px;
}

/* EVENT PAGE BY ALAIN
--------------------------------------------*/
.hl-banner {
    height: 145px;
}
.hl-banner.is-empty{
    cursor: default !important;
}
.hl-banner img {
    height: 100%;
    width: 100%;
}
.upcoming,
.noresult{
    height: 100px;
    text-align: center;
    background-position: center center;
    background-repeat:no-repeat;
    margin-top:25px;
}
.upcoming{
    background-image:url("/image/portal/default/coming_soon.png");
}
.noresult{
    background-image:url("/image/portal/default/no_result.png");
}
.event-content strong{
    font-size: 17px !important;    
    color:#CBCBCB !important;
}
.event-content{
    height: 200px;
    padding-top: 10px;
}

/* NAVIGATION
---
--------------------------------------------*/
.navigation{
    width:60px;
    height:24px;
    position:absolute;
    bottom:-12px;
    right:12px;
    background-image:url('/image/portal/default/nav_shadow.png');
    background-repeat:repeat-x;
}
.navigation a{
    background-repeat:no-repeat;
    background-position:left top;
    cursor:pointer;
    display:block;
}
.navigation a:hover{
    background-position:left bottom;
}
.navigation .more{
    width:100%;
    height:100%;
    background-image:url('/image/portal/default/nav_more.png');
}
.navigation .up, .navigation .down{
    width:50%;
    height:100%;
    float:right;
    display:none;
    background-position: left top;
}
.navigation .up{
    background-image:url('/image/portal/default/nav_up.png');
}
.navigation .down{
    background-image:url('/image/portal/default/nav_down.png');
}

/* MINI NAVIGATION 
---
--------------------------------------------*/
.miniNav{
    width:46px;
    position:absolute;
    z-index:200;
    right:10px;
    bottom:-9px;
    height:18px;
}
.miniNav a{
    background-repeat:no-repeat;
    background-position:left top;
    cursor:pointer;
    display:block;
}
.miniNav a:hover{
    background-position: left bottom;
}
.miniNav .more{
    width:100%;
    height:100%;
    background-image:url('/image/portal/default/navmore_small.png');
}
.miniNav .up, .miniNav .down{
    width:50%;
    height:100%;
    float:right;
    display:none;
    background-position: left top;
}
.miniNav .up{
    background-image:url('/image/portal/default/navup_small.png');
}
.miniNav .down{
    background-image:url('/image/portal/default/navdown_small.png');
}

/* ICON TYPE OF CONTENT
---
--------------------------------------------*/
.wrapicon{
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    float:left;
}
.wrapicon:hover img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.mini.wrapicon{
    width:60px;
    font-size:7px;
    color:#666;
}
.mini.wrapicon img{
    width:35px;
    height:35px;
    background-color:#0F0;
}
.medium.wrapicon{
    width:89px;
    font-size:9px;
    color:#666;
}
.medium.wrapicon img{
    width:50px;
    height:50px;
}
.large.wrapicon{
    width:170px;
    font-size:13px;
    color:#666;
}
.large.wrapicon img{
    width:100px;
    height:100px;
    margin-bottom:40px;	
}

/* WHATS NEW POPUP
--
--------------------------------------------*/
#popup_place{
    float: left;
    position:relative;
}
.popup_more{
    cursor:pointer;
    height:22px;
    line-height: 22px;
    padding-right:28px;
    background-image:url(/image/portal/default/more.png);
    background-position: right top;
    background-repeat:no-repeat;
}
.wrap_popup{
    display:none;
    top:-345px;
    right:-385px;
    position:absolute;
    background-color:#FFF;
    z-index:1000;
    /* DROPSHADOW */
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* ROUNDCORNER */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px; 
}
.popup_frame{
    padding:10px;
    position:relative;
    height:371px;
}
.popup_li{
    float:left;
    width:155px;
    height:360px;
    margin:5px;
    position:relative;
    background-color:#F2F2F2;
    border:1px solid #D9D9D9;
    text-align:left !important;
}
.popup_li div{
    border:none;
    margin-bottom: 5px;
}
.popup_more{
    text-transform:uppercase;
    cursor:pointer;
    height:22px;
    line-height: 22px;
    padding-right:28px;
    background-image:url(/image/portal/default/more.png);
    background-position: right top;
    background-repeat:no-repeat;
}
.popup_banner{
    background-color:#D9D9D9;
    height:230px;
    width:156px;
}
.popup_frame p{
    padding:0 5px;
    margin:0;
    font-size:10px !important;
    line-height:12px !important;
    color:#666 !important
}
.popup_frame a{
    position:absolute !important;
    bottom:5px;
    left:5px;
    height:30px;
    line-height:30px;
    padding:0 10px 0 10px;
    display:block;
    font-size:14px !important;
    color:#FFF !important;
    font-weight: normal !important;

    text-decoration:none;
}
.popup_close{
    width:34px;
    height:34px;
    top:-17px;
    right:-17px;
    position:absolute;
    background-image:url(/image/portal/default/close.png);
    background-color: transparent;
    cursor:pointer;
}

/* SPEAKERS PAGE
--------------------------------------------*/
.portal-sp .mwc-parent{
    height:128px;
    background-image: url("/image/portal/opacity/white50.png");
    border: 1px solid #cccccc;
    position:relative;
    color: #666666;
}
.portal-sp > .mwc-inline{
    margin-top:0 !important;
    margin-bottom: 4% !important;
}
.portal-sp .mwc-slider{
	margin: 0;
}
.portal-sp-photo{
    padding:0;
    border:none;
    margin:10px 0 10px 10px;
    position:relative;
    height:108px;
    width:80px;
    border:none;
    cursor: pointer;
}
.portal-sp-photo img{
	width: 100%;
	height: 100%;
}
.portal-sp-desc{
    text-align:left;
    width:200px;
    height:108px;
    margin:10px 3px 10px 5px !important;
    font-size:11px;
    font-weight:normal;
}
.portal-sp-name{
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    padding: 5px 5px 0 5px;
}
.portal-sp-bio {
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    height: 18px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 18px;
    position: absolute;
    color:#FFF !important;
    text-decoration:none;
    z-index:10;
    text-decoration:none;
    cursor:pointer;
}

/* SPEAKERS BIOGRAPHY
--------------------------------------------*/
.speakerBio_title{
    font-size:25px;
    line-height:25px;
    margin-bottom: 10px;
    display:block;
    font-weight:bold;
}
.speaker_picture{
    float: left;
    margin-right: 20px;
}
.speakerText{
    color:#000;
    font-size:11px !important;
    font-weight:normal;
    text-align: justify;
    line-height: 16px;
}
.speakerBio_srollbox{
    height:423px;
    border:1px solid #ccc;
    overflow:auto;
    background-color:#FFF;
    padding:10px;
    font-size:11px;
    line-height: 20px;
    font-weight:normal;
}
.speakerBio{
    padding:10px;
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
}
.speakerBio_img{
    min-height:75px;
    padding-bottom:10px;
}
.speakerBio_img img{
    margin:0 10px 0px 0px;
}
.speakerBio_srollbox .speakerBio_img{
    display:block;
    margin:0;
    text-align: left;
}
.speakerBio_srollbox .speakerBio_img span{
    display:block;
    margin-bottom:5px;
    font-size:14px;

}
.speakerBio_spacer{
    display:block;
    width:100%;
    height:20px;
    border-bottom:dotted;
    border-color:#CCC;
    border-width:1px;
    padding-top:15px;

}
.speakerBio_desc{
    width:100%;
    border-bottom:dotted;
    border-color:#CCC;
    border-width:1px;
    padding: 5px 0px 10px 0px;
    line-height:14px;

}
.speakerBio_desc a{
    color:#5577A8;
    text-decoration:none;
}
.speakerBio_desc span{
    display:block;
    float:left;
}
.speakerBio_desc i{
    font-size:10px;
}
.speakerBio_conf {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    width:100%;
    border-bottom:dotted;
    border-color:#CCC;
    border-width:1px;
}

/* PAGINATION
--
--------------------------------------------*/
.wrap_pagination{
    padding-top:10px;
    padding-bottom:10px;
}
.wrap_pagination, #content_pagination {
    width:100%;
}
#content_pagination {
    text-align:center;
    font-size: 0;
}
#content_pagination li {
    cursor: pointer;
    display: inline-block;
    *display:inline;
    zoom:100%;
    width: 28px;
    height: 28px;
    font-size:12px;
    line-height: 28px;
    text-align: center;
    font-weight:bold;
    vertical-align:top;
    border:1px solid #000000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
    margin: 0 2px;
}
.circle_pagination:hover {
    background-image:url(/image/portal/opacity/black20.png);
}
.circle_pagination_ov {
    color: white !important;
}
.previous_pagination,
.next_pagination{
    border-width: 0 !important;
    font-size: 23px !important;
    line-height: 27px !important;
}
ul.pagination {
    display: inline-block;
    padding: 20px 0;
    margin: 0;
}
ul.pagination li {
    display: inline;
}
ul.pagination li a {
    color: black;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
}
ul.pagination li:hover:not(.active) a {
    background-color: #ddd;
}
ul.pagination li .more {
    display: none;
}

/* SUBMIT YOUR VIDEO TECHNIQUES
--------------------------------------------*/
#borderContent .wrap_upload{
    margin: 10px auto 25px auto;
}
.wrap_upload {
    width:1000px;
    padding:10px;
    min-height:600px;
    margin: 25px auto;
    background-color:#FFF;
    font-size:11px;
    line-height:17px;
}
.upload_step .inblock, .upload_next .inblock{
    font-size: 14px;
    line-height:30px;	
    height:30px;
    color:#FFF;
    padding-right:12px;
    padding-left:12px;
}
.upload_step, .upload_next{
    padding:1px;
}
.upload_next{
    float:left;
    cursor:pointer;
}
.upload_next .inblock:hover{
    background:url(blank.gif);
}
.upload_info td{
    height:22px;
}
.upload_info td:last-child, .upload_info input{
    width:200px;
}
.upload_info select {
    width:100%;
}
.upload_info{
    padding:10px;
    margin-top:7px;
}
.upload_info b{
    display:block;
    padding-bottom:5px;
}
.upload_info textarea{
    width:770px;
    min-width:770px;
    max-width:770px;
    font-size:11px;
    padding:5px;
    height:50px;
    min-height:50px;
}
.upload_next .inblock{
    cursor:pointer !important;
    text-transform:uppercase !important;
}
.wrap_upload input.inblock{
    border:0;
    margin:0;
    padding: 0 25px !important;
}

/* TYPE OF CONT
--------------------------------------------*/
#portal-medias{
    margin: 0 -1%;
    width: 102%;
    text-align: left;
}
#portal-medias .mwc-inline  {
   width: 18%;
   padding: 1%;
}
#portal-medias .mwc-block {
	text-align: center;	
	display: block;
	color: #444444;
	background-image: url("/image/portal/opacity/white50.png");
	border: 1px solid #cccccc;
	height: 220px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
}
#portal-medias .mwc-block:hover{
	background-color: #eFeFeF;
}
#portal-medias .mwc-icon {
    margin-top: 30px;
}
#portal-medias .mwc-info{
	margin-top:25px;
}
#portal-medias b{
    color: #444444;
    font-size: 12px;
}

/* TOP
--------------------------------------------*/
#portal-topics{
    margin: -1%;
    width: 102%;
    text-align: left;
}
#portal-topics .mwc-inline  {
   width: 18%;
   padding: 1%;
}
#portal-topics .mwc-topic{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size: 0;
}
#portal-topics .mwc-topic img{
	width: 100%;
	height: auto;
}
#portal-topics .mwc-block {
	position: relative;
	text-align: left;	
	display: block;
	color: #444444;
    font-size: 13px;
    position: relative;
}
#portal-topics .mwc-total{
	font-size: 11px;
}
#portal-topics .mwc-info{
	font-weight: bold;
	margin-top: 10px;
}

/* TOGGLE LISTINGS
--
--------------------------------------------*/
.toggle-container{
    padding-bottom: 8px;
    padding-top: 8px;
}
.toggle-parent{
	line-height: 25px;
}
.toggle-button {
    font-size: 15px !important;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 24px;
    cursor: pointer;
}
.toggle-button i{
    font-style: normal;
}
.toggle-button.open .collapse,
.toggle-button .expend{
    display: inline-block;
    *display: inline;
    zoom:1;
}
.toggle-button.open .expend,
.toggle-button .collapse{
    display: none;
}
.toggle-total {
    float: right;
}
.toggle-name{
	width: 760px;
}
a.toggle-name:hover h3{
    color: #000000;
    text-decoration: underline;
}
.toggle-description{
	font-size: 11px;
    margin-bottom: 9px;
    padding-left: 33px;
    text-align: left;
	max-width: 740px;
	color: grey;
}
.toggle-children{
    padding-top: 5px;
    padding-left: 10px;
    display: none;
}
.toggle-children .mwc-listing{
	width: 100%;
	padding:0;
}
.toggle-children .toggle-button:hover{
	background-color:#f0f0f0;
}
.toggle-open > .toggle-children {
    display: block !important;
}
.toggle-more{
	font-weight: bold;
	color:#000000 !important;
	cursor: pointer;
	font-size:10px;
}
.toggle-children .conf-thumbnail{
	width: 25%;
}
.toggle-children .conf-infos{
	width: 70%;
}

/* LISTING CONTENT
--
--------------------------------------------*/
.conf-listing{
	width: 98%;
	margin: 0 auto;
    text-align:left;
}
.conf-item{
    font-size: 0 !important;
}
.conf-thumbnail {
	width: 23%;
    font-size: 11px;
    background-color:#FFF;
    height: 80px;
    border: 1px #CCC solid !important;
    text-align: center;
    position:relative;
    overflow:hidden;
}
.conf-infos {
	width: 72%;
	margin-left:2%;
	padding: 0;
	color: grey !important;
    min-height: 78px;
    text-align: left;
    vertical-align: top;
    font-size:11px;
    font-weight:normal;
}
.conf-photo,
.conf-icon{
    text-align:center; 
    background-color:#FFF; 
    position:absolute; 
    left:0; 
    right:0; 
    top:0; 
    bottom:0;
}
.conf-photo{
    z-index:4;
    display:none;
}
.conf-icon{
    z-index:4;
    background-image: url("/image/portal/default/blur_hover.jpg");
    background-position: left top;
    background-repeat:no-repeat;
}
.conf-photo img{
    margin-top:-30px;
    min-width: 85px !important;
}
.conf-icon .media-icon{
    padding:0;
    margin-right:auto;
    margin-left:auto;
    width: 60px;
}
.conf-icon span{
    color:grey; 
    font-weight:normal; 
    display:block;
}
.conf-firstslide{
    width:112px;
    height:85px;
    position:absolute;
    z-index:50;	
}
.conf-item:hover .conf-icon{
    background-position: left bottom;
    z-index: 3;
}
.conf-item:hover .conf-display, 
.conf-item:hover .conf-firstslide{
    display:none;
}
.conf-display{
    display:block;
}
.media-icon, 
.conf-item:hover .conf-display, 
.conf-firstslide{
    display:block;
}
.conf-item:hover .conf-icon span{
    color:grey;
}
.conf-thumb {
    width: 100%;
    margin-top: -20px;
}
.conf-title {
    color:#284664;
    font-weight:bold;
    cursor: pointer;
}
.conf-title:hover {
    text-decoration: underline !important;
}
.conf-speaker {
    line-height:17px;
}
.conf-date {
    font-size: 10px;
}
.conf-informations {
    line-height:12px;
}
.pres_infos{
    margin-top:3px;
}
.ResPrem{
    background-image: url("/image/portal/default/mini_star.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #DCA028;
    font-size: 11px;
    font-weight: bold;
    height: 12px;
    padding-top: 1px;
    padding-left: 16px;
}
.content-mapping {
    text-align: left;
}
.mapping-link {
    padding: 8px 0;
    display: block;
}
.mapping-title {
    color: #000000;
    font-size: 13px;
}
.mapping-desc {
    color: #999999;
    font-size: 11px;
}
.portal-board-desc{
    width: 300px;
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    padding: 5px 5px 0 5px;
}
.portal-board-photo{
    padding:0;
    border:none;
    margin:10px 0 10px 10px;
    position:relative;
    height:108px;
    width:80px;
    border:none;
    cursor: pointer;
}
.portal-board-photo img{
    width: 100%;
}