
.splitter_panel .vsplitter {
z-index:0 !important;
	}
.mail-nav {
    position: fixed;
    top: 55px;
    right: 0;
    width: 250px;
    height: 100%;
    margin: 0 -250px 0 0;
    padding: 5px 5px 55px 5px;
    list-style: none;
    z-index: 30;
    background-color: #fbfbfc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: default;
}


.mailbox-title{
	color: white !important;
	font-size: 18px;
} 

.inputmodal{
	padding: 0px !important;
}

.divinputmodal{
	border-bottom: none !important;
}

.cabecera{
	height: 60px !important;
}

.mailboxtextomodal{
	margin-bottom: 50px;
    overflow-y: auto;
}

.textomodal{
	height:100%;
}

.btncabecera{
	font-size:20px !important;
	font-weight: bold;
	outline:none;
}

.btncabecera:hover{
	color:black;
}

.optionsmailboxbox{
	margin-bottom:10px;
}

.etiqueta{
	margin-left:5px !important;
}

#counter-value-mail{
	margin-bottom:0px;
	cursor: pointer;
	font-size: 10px;
}