

/* Page listing message */

table.listingEmail {
    border-collapse: collapse !important; 
}
table.listingEmail tr.unseen, table.listingEmail tr.unseen a{
    font-weight:bold;
}
table.listingEmail tr.displayed td {
    background-color: rgb(80,90,120) !important; color: #fff !important;
}
table.listingEmail tr.displayed td a {
    color: #fff !important;
}
table.listingEmail tr.seen, tr.seen a {
    font-weight:normal;
}
table.listingEmail tbody tr:hover td {
    background-color: #FFFAF0; color: #000!important;
}
table.listingEmail td{
    padding: 0px 5px;
}
table.listingEmail > tbody > tr{
    border-bottom: 1px solid #DDD !important;
}
table.listingEmail .linkSubject {
    display:block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
table.listingEmail .linkSubject:hover {
    text-decoration: none;
}
table.listingEmail .hiddenInfo:hover { 
    border: 0 none;  
    cursor: help;
    display: block;
    height: 34px;
    /* line-height: 35px; */
    position: relative;
    visibility: hidden;
}
table.listingEmail .hiddenInfo span{
    display: none;
    /*background-color: white;*/
    left: 0;
    position: absolute;
    text-align: inherit;
    width: 98%;
    overflow: hidden;
    padding: 2px;
    margin-top: 8px;
    border-radius: 5px;
    line-height: 16px;
    visibility: visible;
}
table.listingEmail .hiddenInfo:hover span{
    display: block;
}


/* Tree listing */
.mailFolder {
    border-bottom: 1px solid #DDD ;
    background-color: white;
}
.mailFolder:last-child {
    border-bottom: none;
}
.mailFolder:hover {
    background-color: #FFFAF0; 
}
.mailFolder:hover a{
    color: #000;
}
.mailFolder a{
    display: block;
    font-weight: normal;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
}
.mailFolder a:hover{
    text-decoration: none;

}


/* Page message */

table.messageHeader td{
    padding: 3px 5px;
}
.iframeBody {
    width:99%; 
    height: 450px;
    border: 1px solid #555;
    background-color: white;
} 
.infoMessage {
    text-align: right;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.infoValue {
    text-align: left;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
div.titre sup.label {
    background-color: rgb(50, 50, 130);
    border-radius: 7px;
    color: white;
    margin: 0 2px;
    padding: 1px 6px;
}

/* compose */
.text-right {
    text-align: right;
}
.fullInputs , td>.ui-autocomplete-input{
    box-sizing: border-box;
    margin: 2px 0;
    width: 100%;    
}
.fullInputs.butAction:hover {
    margin: 2px 0;
    cursor: pointer;
}
textarea.flat {
    width: 99%;
    min-width: 99%;
    max-width: 99%;
    min-height: 250px;
}



#dolForm {
    padding: 5px;
    border:1px solid #ccc;
    background-color: #eee;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
		height:45px;
}
#dolForm div.centpercent.center{
	width:30%;
	float:right; 
}


#dolSearchForm {
    width:500px; 
	float:left;
}
/*#dolSearchForm {
    padding: 5px;
    border:1px solid #ccc;
    background-color: #eee;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}*/
#dolSearchForm input,
#dolSearchForm button {    
    height:30px;
    border-radius: 5px;    
    margin-right: 0;
    margin-left: 0;
    vertical-align: middle;
    box-shadow: none;
    box-sizing: border-box;
}
#dolSearchForm input, #dolSearchForm button{
    width: 300px;
}
#dolSearchForm button{
    text-align: center;
    border: 1px solid #ccc;
}
#dolSearchForm button:active{
    box-shadow: inset 0 0 5px #aaa;
}
#dolSearchForm button .ui-icon{
    display: inline-block;
}
#dolSearchForm #expend {
    padding: 8px 5px 8px 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
#dolSearchForm #dolmess_search {
    width:50%;
    font-size: 16px;    
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
    padding-right: 15px;
}

#dolSearchForm label[for="dolmess_search"]{
    position: relative;
}
#dolSearchForm label[for="dolmess_search"]:after {
    content: "x";
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

#dolSearchForm #dolmess_search:active, 
#dolSearchForm #dolmess_search:focus,
/*#dolSearchForm:active #dolmess_search,*/ 
#dolSearchForm:focus #dolmess_search ,
#dolSearchForm #dolmess_search.longInput {
    width: 80%;
}
#dolSearchForm #dolSearchButton {
    border: 1px solid #ccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-sizing: border-box;
    width: 69px;
}
#dolSearchForm #dolSearchFormMore{
    display: none;
    position: absolute;
    left: -1px;
    top: 42px;
    background-color: #eee;
    border:1px solid #ccc;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    padding: 15px 27px 5px 27px;
    box-shadow: 0 3px 3px #aaa;
    z-index: 1;
}
#dolSearchForm.dolMore{
    border-bottom-left-radius: 0;
    box-shadow: 0 0 3px #aaa;
}
#dolSearchForm.dolMore #dolSearchFormMore{
    display:block;
}
table.linkTable td {
    border: none!important;
}

blockquote {
    display: block;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 40px;
    margin-top: 40px;
}
blockquote.dolmessage{
padding: 0 0.4em; 
border-left: #1010ff 2px solid; 
margin: 0;
}



div.FixedToolipDolmessage {
	width:400px;
	display:block; 
	margin:0; 
	padding:0;
}
div.FixedToolipDolmessage span{
	display:block; 
/* 	margin: 1em;  */
}
div.FixedToolipDolmessage h4.title{
	width:95%; 
	display:inline-block;
	background: black; 
	color:white; 
	padding: 10px ;
	margin:0;
	margin-bottom: 1em;
}
div.FixedToolipDolmessage h4.title span.flag{
	float:right; 
	display:inline; 
}



.linkTable.moreopt{
    border-bottom-left-radius: 0;
    box-shadow: 0 0 3px #aaa;
}
.listopt{
		display:none; 
}
.linkTable.moreopt .listopt{
    display:block;
		position: absolute;
		background-color: #eee;
    border:1px solid #ccc;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
		margin:10px 0 0 -158px;
    padding: 15px 27px 5px 27px;
    box-shadow: 0 3px 3px #aaa;
    z-index: 1;
		width:200px;

}


#viewmorelist {
	background:#bbb;
	text-align:center;
	width:100%;
	padding:0.5em 0;
	display:block;
}

#listemailtable{
	display:block;
	height:350px !important;
	overflow:scroll; 
	overflow-x: hidden;
	width:100%;
}


#QuickView{
	width:100%;
	height:300px; 
}

/*.centpercent  {
    display: inline;
    margin-left: 10px;
}*/

.noselect,.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.labelBtn{
    border: 1px solid grey;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 1px 0 0 0;
    display: inline-block;
}
