/** modulo portal */
.portal_col{
	float:left;
}

.portal_col1 {
    float: left;
    background: url(../imagens/core/table_hd_back_grey.jpg) #F4F4F4 top left repeat-x;
}


.portal_col1 h1.colTitle{
    background: url(../imagens/icones/arrow_blue_down_16x16-trans.png) left center no-repeat;
	margin:8px 0 4px 0;
	padding-left:18px;
	line-height:16px;
	font-weight:bold;}
.portal_col2 {
    float: left;
    background: url(../imagens/core/table_hd_back_grey.jpg) #F4F4F4 top left repeat-x
}

.portal_col2 h1.colTitle{
	margin:8px 0 4px 0;
	padding-left:18px;
	line-height:16px;
	font-weight:bold;}
.portal_col3 {
    background: url(../imagens/core/table_hd_back_grey.jpg) #F4F4F4 top left repeat-x
}


.portal_col3 h1.colTitle{
    background: url(../imagens/icones_final/arrow_blue_up_16x16-trans.png) left center no-repeat;
	margin:8px 0 4px 0;
	padding-left:18px;
	line-height:16px;
	font-weight:bold;}
.ghost_marker{
	height:5px;
	font-size:0;/*para desconsiderar a altura da donte no ie6 */
}
.ghost_marker_active{
    background: url(../imagens/core/back_bar_darkyellow.jpg) top left repeat-x;
	height:5px;
	font-size:0;/*para desconsiderar a altura da donte no ie6 */
}
.desk_panel{
	overflow:auto;
	background:url(../imagens/core/back_dropmenu_light.png) #eff4f5 bottom left no-repeat;
}
.alias_name, .user_name{
	background:#def0f7;
	/* padding -- portal.js*/
	/* border-bottom -- portal.js*/
}
.user_name div.wOpt{
    white-space: nowrap;
    background: url('../imagens/core/top_left_side.gif') bottom left repeat-x;
	border:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:2px 6px;
    margin: 0;
    margin-right: 2px;
	vertical-align:middle;
	line-height:20px;
	float:left; display:block; min-height:20px;	_height:20px;
}
.user_name div.wOpt*{vertical-align:middle;}
.user_name a:hover{color:#FF6600; text-decoration:underline;}
.alias_name a:hover{color:#FF6600; text-decoration:underline;}
.alias_name *{vertical-align:middle;}
.user_name *{ vertical-align:middle;margin:0;}
.hideShowEye {
    cursor: pointer;
}

.container-browser {
    max-width: 650px;
    margin-top: 100px;
}
.forbidden {
    height: 100%;
}

.container-forbidden {
    top: 25%;
    margin-top: 0 !important;
    position: relative;
}

.infos {
    text-align: center;
    color: #6B7486;
}

.infos .icon-window, .infos .icon-door-open, .infos .icon-lock, .infos .icon-server-error {
    font-size: 190px;
}

.info-ops {
    font-weight: 600;
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 0;
}

.info-description {
    margin-bottom: 0;
    font-size: 15px;
}

.infos .div-icon-wrapper {
    position: relative;
    display: inline-block;
}

.infos .div-icon-wrapper-span {
    position: absolute;
    z-index: 100;
    font-size: 50px;
    top: 88px;
    color: #fff;
    left: 20px;
    font-weight: bold;
}

.infos .div-icon-wrapper-big{
    font-size: 120px;
    height: 135px;
}

.infos .info-contact{
    font-size: 18px;
    font-weight: bold;
}

#content{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /*IE*/
    display: -ms-flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.info-description a.link {
    color: #39a3d6;
    cursor: pointer;
}

.info-ops-title {
    line-height: 40px;
}

.info-description-normal {
    line-height: 30px;
    font-size: 20px;
}
.block-main-icon{
    font-size: 190px;
}

.info-maintence-made-by {
    color: #B8C0CF;
    font-size: 16px;
}