/*
* FONTS
*/
@font-face{ 
	font-family: 'WebSymbolsLigaRegular';
		src: 	url('../fonts/WebSymbols/websymbolsligaregular.eot');
		src: 	url('../fonts/WebSymbols/WebSymbolsLiga-Regular.eot?#iefix') format('embedded-opentype'),
				url('../fonts/WebSymbols/websymbolsligaregular.woff') format('woff'),
				url('../fonts/WebSymbols/websymbolsligaregular.ttf') format('truetype'),
				url('../fonts/WebSymbols/websymbolsligaregular.svg#WebSymbolsRegular') format('svg');
}

/*
* GENERAL
*/
html { height: 100%; }
body { background: #f5f6f7; font-size: 12px; color:#2d2d2d; margin: 0; font-family: 'Segoe UI Light',  "Segoe UI", 'Open Sans', Verdana, Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; font-weight: lighter;}
a { color: #2d2d2d; text-decoration: none; }
h3 { font-weight: normal; margin: 0; padding: 0; font-size: 15px; }
hr { border:none; border-top: 1px solid #e1e1e1; }

input[type="text"], input[type="password"], input[type="number"] { border:1px #bababa solid; padding: 4px 6px 6px 5px; background: #fff; outline: none; width: 100%; }
input[type="text"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled { background-color: #eaeaea; }
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus { border-color: #000; }
input[type="text"].smallText, input[type="password"].smallText { padding: 0; }
input[type="text"].multipleFiled, input[type="password"].multipleFiled { margin: 0px; margin-bottom: 8px; }
input[type="text"].validInput, input[type="password"].validInput { background: url('../images/icons/check.png') no-repeat; background-size: 19px 20px; background-position:99%; }
input[type="text"].invalidInput, input[type="password"].invalidInput { background: url('../images/icons/cross.png') no-repeat; background-size: 19px 20px; background-position:99%; }
input[type="number"] { text-align: right; }
input[type="text"].fieldError { border:1px solid #a53131; color:#a53131; }

select { border:1px #bababa solid; padding: 4px 6px 6px 5px; background: #fff; outline: none; width: 100%; }
select:disabled { background-color: #eaeaea; }
select:focus { border-color: #000; }
select.smallSelect { padding: 0px; }
select option.bold { font-weight: bold; background: #446eb6; color:#fff; }

textarea { width: 100%; outline:none;  font-family:sans-serif; resize:none; border:1px #bababa solid; }
textarea:focus { border: 1px solid #000; }
textarea:disabled { background: #eaeaea; }

input[type="button"], input[type="submit"] { box-sizing:border-box; -moz-box-sizing: border-box; border: none; background: red; font-size: 14px; color:#fff; margin: 0; cursor: pointer; vertical-align: middle !important; padding: 4px 10px; text-align: center; font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif; }
input[type="button"].btnRed, input[type="submit"].btnRed { background: #9a2b2b; }
input[type="button"].btnRed:hover, input[type="submit"].btnRed:hover { background: #802626; }
input[type="button"].btnPurpule, input[type="submit"].btnPurpule { background: #742b99; }
input[type="button"].btnPurpule:hover, input[type="submit"].btnPurpule:hover { background: #622680; }
input[type="button"].btnBlue, input[type="submit"].btnBlue { background: #0f1326; }
input[type="button"].btnBlue:hover, input[type="submit"].btnBlue:hover { background: #24477b; }
input[type="button"].btnGreen, input[type="submit"].btnGreen { background: #2d9e42; }
input[type="button"].btnGreen:hover, input[type="submit"].btnGreen:hover { background: #247b35; }
input[type="button"].btnGrey, input[type="submit"].btnGrey { background: #555f66; }
input[type="button"].btnGrey:hover, input[type="submit"].btnGrey:hover { background: #3b4146; }
input[type="button"].btnRight, input[type="submit"].btnRight { float: right; }
input[type="button"].btnSmall, input[type="submit"].btnSmall { padding: 3px 8px; font-size: 12px; }
input[type="button"].btnTextField, input[type="submit"].btnTextField { float:right; position:relative; display:block; margin-bottom:-38px; margin-top:0px; padding-top:3px; }
input[type="button"].iconBtn, input[type="submit"].iconBtn { font-family: 'WebSymbolsLigaRegular'; padding-bottom: 5px; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="button"].iconBtn, input[type="submit"].iconBtn { font-family: 'WebSymbolsLigaRegular'; padding-bottom: 7px; }
	input[type="button"].btnTextField, input[type="submit"].iconBtn { float:right; position:relative; display:block; margin-bottom:-38px; margin-top:2px; padding-top:5px; }
}
input[type="button"].btnUpload, input[type="submit"].btnUpload { margin: 5px; width: 100%; margin-top: 0px; margin-bottom: -1px; }
input[type="button"].btnTableAction, input[type="submit"].btnTableAction { padding: 3px 7px; font-size: 10px; }

::-webkit-scrollbar {width: 5px; margin: 2px; } 
::-webkit-scrollbar-thumb {-webkit-border-radius: 3px; border-radius: 3px; background: rgba(83,83,83,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } 
::-webkit-scrollbar-thumb:window-inactive {background: rgba(83,83,83,0.4); }

::-moz-scrollbar {width: 5px; margin: 2px; } 
::-moz-scrollbar-thumb {-moz-border-radius: 3px; border-radius: 3px; background: rgba(83,83,83,0.8); -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } 
::-moz-scrollbar-thumb:window-inactive {background: rgba(83,83,83,0.4); }

.loaderPage { margin-left: calc(50% - 16px); margin-top: 200px; }

/*
* HEADER
*/
.header { width: 100%; height: 87px; padding-top: 0px; background: #fdfcfb; position: absolute; }
.header .header_bar { width: 100%; height: 86px; background: #ffffff; border-bottom: 1px solid #d5d5d5; float: left; }
.header .header_onglet { margin: 0px; padding: 0; height: 28px; border-bottom: 1px solid #d5d5d5; padding-top: 7px; }
.header .header_onglet li { list-style: none; cursor: pointer; float: left; text-transform: uppercase; padding-left: 14px; padding-right: 14px; padding-top: 7px; padding-bottom: 7px; margin-left: 5px; color:#3b3b3b; } 
.header .header_onglet li.onGlBlue { background: #0f1326; color:#ffffff; }
.header .header_onglet li.onGlPurpule { background: #742b9a; color:#ffffff; }
.header .header_onglet li.onGlPurpule:hover { background: #572680; }
.header .header_onglet li.onGlGreen { background: #2d9e42; color: #fff; }
.header .header_onglet li.onGlRed { background: #9a2b2b; color:#ffffff; }
.header .header_onglet li.onGlRed:hover { background: #802626; }
.header .header_onglet li.onGlRight { float: right; margin-right: 5px; margin-left: 0px; }
.header .header_onglet li.onGlIcon font { font-family: 'WebSymbolsLigaRegular'; font-size: 17px; float: left; margin-right: 5px; }
.header .header_onglet li.onGlIcon span { margin-top: 1px; float: left; font-size: 14px; }
.header .header_onglet li.onGlIcon {  padding: 12px; padding-top: 3px; padding-bottom: 5px; }
.header .header_onglet li.onGlTrans img { float: left; width: 15px; margin-right: 7px; }
.header .header_onglet li.onGlTextGreen { color:#2d9e42; }
.header .header_onglet li.onGlDisable { border: 1px solid #d5d5d5; border-bottom: none; background: #dcdcdc; padding-top: 6px; padding-left: 13px; padding-right: 13px; }
.header .header_onglet li.onGlSelect { border: 1px solid #d5d5d5; border-bottom: none; background: #fff; padding-top: 6px; padding-left: 13px; padding-right: 13px;}
.header .header_onglet li.onGlIconFlash { -webkit-animation-name: flash; -webkit-animation-duration: 1s; -webkit-animation-iteration-count:infinite; }
.header .header_onglet li.onGlIconFlashPurpule { -webkit-animation-name: flashPurpule; -webkit-animation-duration: 1s; -webkit-animation-iteration-count:infinite; }
.header .header_onglet li.onGlNorm:hover { border: 1px solid #d5d5d5; border-bottom: none; background: #fff; padding-top: 6px; padding-left: 13px; padding-right: 13px; }
.header .header_bar .btn_header img { margin-bottom: 5px; margin-top: 5px;  max-width: 40px; }
.header .header_bar .btn_header { width: 100px; height: 70px; float: left; margin-right: 0px; margin: 5px; text-align: center; padding-top: 5px; color:#444444; cursor: pointer; }
.header .header_bar .btn_header:hover{ background: #f9f9f9; }
.header .header_bar .separate { width: 1px; height: 75px; background: #e1e1e1; float: left; margin-top: 5px; }
.header .header_bar .rightContentHead { float: right; }
.header .header_bar .rightContentHead .searchRightHeader { padding: 6px; padding-top: 47px; padding-bottom: 0px; padding-left: 0px; }
.header .header_bar .rightContentHead .searchRightHeader input[type="text"] { width: 239px; background: url('../images/icons/search.png') no-repeat left -4px center; background-size:38px; padding-left: 31px; }

/*
* CONTENT
*/
.contentToBorder { border-bottom: 1px solid #e1e1e1; overflow: auto; overflow-x:hidden; }
.part0_5Content { width: 14.3%; float: left; margin-right: -1px; padding-bottom: 10px; box-sizing:border-box; -moz-box-sizing: border-box;padding-top: 123px;}
.part1Content { width: 25%; float: left; margin-right: -1px; padding-bottom: 10px; box-sizing:border-box; -moz-box-sizing: border-box;padding-top: 123px;}
.part1_5Content { width: 35%; float: left; margin-right: -1px; padding-bottom: 10px; box-sizing:border-box; -moz-box-sizing: border-box;padding-top: 135px;}
.part2Content { width: 50%;  float: left; margin-right: -1px; padding-bottom: 10px; box-sizing:border-box; -moz-box-sizing: border-box;padding-top: 123px;}
.part2_5Content { width: 65%; float: left; margin-right: -1px; padding-bottom: 10px; box-sizing:border-box; -moz-box-sizing: border-box;padding-top: 123px;}
.part3Content { width: 75%; float: left; margin-right: -1px; padding-bottom: 10px; box-sizing:border-box; -moz-box-sizing: border-box;padding-top: 123px;}
.part3_5Content { width: 85.7%; float: left; margin-right: -1px; padding-bottom: 10px; box-sizing:border-box; -moz-box-sizing: border-box;padding-top: 87px;}
.part4Content { width: 100%; float: left; margin-right: -1px; padding-bottom: 10px; box-sizing:border-box; -moz-box-sizing: border-box;padding-top: 89px;}
.partMenu { padding-bottom: 0px; }
.partBorder { border-right: 1px solid #e1e1e1; }
.partContentWindow { padding-top: 116px; }
.partBorderLeft { border-left: 1px solid #e1e1e1;  }
.contentLineButton { width: 100%; }
.partHeight100 { height: 100%; }
.contentButtonRight input[type="button"] { float: right; }
.titleContent { font-size: 20px; padding-left: 10px; margin-bottom: 6px; }
.partWithe { background: #fff; }
.partNoBottom { padding-bottom: 0px; }

.solldiv { width: 100%; overflow: auto; }

.part1ContentWH { padding-top: 92px; }
.part3ContentWH { padding-top: 87px; }
.part1_5ContentWH { padding-top: 90px; }
.part4ContentWH { padding-top: 89px; }

.bottomBar { width: 100%; border-top:1px solid #e1e1e1; }

/*
* TABLE
*/
table { width: 100%; border-collapse: collapse; }
table tr td { padding: 10px; padding-bottom: 0px; padding-top: 2px; }
table tr.trClick { cursor: pointer; }
table tr.trClick:hover { background: #f6f6f6; }
table caption { text-align: left; padding: 5px; padding-bottom: 6px; }
table.tableBorder thead tr th { vertical-align: bottom; font-size: 14px; padding-bottom: 5px; padding-top: 3px; padding-left: 5px; border-left: 1px transparent solid; border-top: 1px #ddd solid; border-bottom: 1px #ddd solid; border-right: 1px #ddd solid; font-weight: normal; text-align: left; }
table.tableBorder tbody tr td { font-weight: normal;font-size: 13px; padding: 3px 5px; border-right: 1px #ddd solid; border-bottom: 1px #ddd solid; border-top: 1px transparent solid; vertical-align: top;  border-left: 1px solid #ddd;  }
table.tableBorder tbody tr:nth-child(even) td { background: #f9f9f9; border-left: 1px solid #e1e1e1; }
table tbody tr td.centerTab { text-align: center; }
table thead tr th.borderRightno { border-right: none; }
table tbody tr td.borderRightno { border-right: none; }
table.lastborderBottomnone tbody tr:last-child td { border-bottom: none }
table thead tr th.orderASC { background: url('../images/icons/order_asc.png') no-repeat right 3px center; cursor: pointer; background-size: 24px; }
table thead tr th.orderDESC { background: url('../images/icons/order_desc.png') no-repeat right 3px center; cursor: pointer; background-size: 24px; }
table thead tr th.order { cursor: pointer; }
.archived { text-decoration: line-through; }
/*
* MENU 
*/
ul.barMenu { background: #f6f7fb; margin: 0; margin-top:-5px; padding: 0px; }
ul.barMenu li { padding: 0px; list-style: none; color:#646f7b; font-size: 19px; max-width: 100%; padding: 14px; cursor: pointer; border-bottom:1px solid #d0d7e2; }
ul.barMenu li:hover { background: #e0e5ec; }
ul.barMenu li .rightTexttabBar { float: right; font-size: 13px; padding-top: 5px; }

/*
* NOTE
*/
.noteContent {  margin: 10px; margin-top: 0px; margin-bottom: 10px; }
.noteContent .nameauthorNote { float: left;}
.noteContent .nameauthorNote h3 { margin-bottom: 0px; }
.noteContent .dateNote { float: right; padding-top: 4px; }
.noteWrite { border: 1px solid #e1e1e1; margin-top: 3px; padding:5px; background: #fff; }
.headerNote { height: 20px; }

/*
* LIST VIEW
*/
table.listView { padding: 10px; }
table.listView tr td .listView { border: 1px #2d89ef solid; margin: 10px; padding: 5px; height: 48px; margin-left: 5px; margin-right: 5px; cursor: pointer; }
table.listView tr td .listView .iconListView img { width: 48px; height: 48px; }
table.listView tr td .listView .iconListView { float: left; }
table.listView tr td .listView .infosListView { float: left; padding-left: 10px; padding-top: 2px }
table.listView tr td .listView .infosListView .timeListViewAdd { font-size: 11px; padding-top: 2px; }
table.listViewSmall { margin-top:-6px; }
table.listViewSmall tr td { padding-right: 0px; }
table.listViewSmall tr td .listView .iconListView img { width: 20px; height: 20px; }
table.listViewSmall tr td .listView { padding: 3px; margin: 0px; height: 21px; margin-bottom: 5px; width: 100%; }
table.listViewSmall tr td .listView .infosListView { font-size: 13px; padding-top: 0px; padding-left: 8px; }

/*
* DROP LIST
*/
.dropList { width: 28px; height: 28px; z-index: 5000; background:blue; float: left; margin: 2px; cursor: pointer; margin-left: 8px; }
.dropListIconSetting { background: url('../images/icons/settings_withe.png') no-repeat center center; }
.dropListContent {  width: 160px; background: #fff; border:1px solid #e1e1e1; float: right; margin-top: 28px; height: 197px; overflow: auto; display: none; }
.dropListContent ul li { border-bottom: 1px solid #e1e1e1; list-style: none; padding: 3px; }
.dropListContent ul li:last-child { border-bottom: none; }
.dropListContent ul li input[type="checkbox"] { float: right; margin-top: 1px; }
.dropListContent ul { margin: 0; padding: 0; width: 100%; }
.dropListIcon { background-size: 32px; }
.dropListBlue { background-color: #0f1326; }
.dropListRed { background-color: #9a2b2b; }
.dropListGreen { background-color: #2d9e42; }
.dropListGrey { background-color: #555f66; }
.dropList:hover .dropListContent { display: block; }

/*
* TASKS
*/
.linetasks { width: 100%; height: 42px; background: #fff; margin-bottom: 1px; cursor: pointer; box-sizing:border-box; -moz-box-sizing: border-box;}
.linetasks.linetaskChild { background: #f7f7f7; }
.linetasks .colortask { width: 3px; height: 42px; float: left; }
.linetasks .icontask { float: left; padding: 8px; }
.linetasks .icontask img { width: 25px; opacity: 0.4; }
.linetasks .infostask { padding-top: 4px; }
.linetasks .infostask span.titletask { font-size: 14px; }
.linetasks .infostask span { font-size: 11px; }
.linetasks .rightSharingTask { float: right; margin-top: -22px; padding-right: 11px; }
.linetasks .rightSharingTask img { float: right; width: 25px; opacity: 0.5; }
.linetasks .rightSharingTask img.sharingSender { width: 17px; margin-right: 6px; }
.linetaskChild:last-child { border-bottom: 1px solid #e1e1e1; }


.datetask { width: 100%; border-top: 1px solid #e1e1e1; margin-top: -1px; padding: 4px; border-bottom: 1px solid #e1e1e1; box-sizing:border-box; -moz-box-sizing: border-box;margin-top: 1px; }
.datetask font { color:#cc6f6f; font-family: WebSymbolsLigaRegular; }

/*
* CALENDAR
*/
table.calendar thead tr td { padding: 4px; padding-bottom: 5px; margin: 0; background: #f0f0f0; font-size: 14px; color:#333333; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }
table.calendar { background: #f0f0f0; box-sizing:border-box; -moz-box-sizing: border-box;}
table.calendar tbody tr td { border-right: 1px solid #ffffff; /*position: relative;*/ }
table.calendar tbody tr td.timeCalendar { text-align: center; width: 50px; background: #e3e3e3; padding: 10px 5px; }
table.calendar tbody tr td.cellCalendarDay { padding: 0; }
table.calendar tbody tr td.eventCalendar { padding-top: 0px; cursor: pointer; }
table.calendar tbody tr td .cellDayCalendar { padding: 10px; color:#fff; float: left; border-left:1px solid #fff; box-sizing:border-box; -moz-box-sizing: border-box;cursor: pointer; margin-top: 1px; }
table.calendar tbody tr td .cellDayCalendar:first-child { margin-top: 0px; }
.dateCalendarHeader { font-size: 32px; text-align: right; padding: 3px; padding-right: 14px; }
.dateCalendarHeader span { font-size: 15px; }

.smallCalendar { width: calc(100% - 212px); background: #fff; height: 118px; margin-left: 220px; margin-top: -12px; border-left: 1px solid #ddd; }
.smallCalendar .title { padding: 8px; font-size: 15px; border-bottom: 1px solid #ddd; }
.smallCalendar .contentSmallCalendar { height: 81px; overflow:auto; }
.smallCalendar .contentSmallCalendar table tr td { padding: 3px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; padding-left: 5px; padding-bottom: 4px; padding-right: 5px; font-size: 12px; cursor: pointer; }
.smallCalendar .contentSmallCalendar table tr:hover td { background: #f4f4f4; }
.smallCalendar .contentSmallCalendar table tr td:first-child { width: 12px; background: #fafafa; }
.smallCalendar .contentSmallCalendar table tr td:last-child { border-right: none; }

/*
* CONTACT LIST
*/
table.tableContactList {  }
table.tableContactList thead tr th { padding: 8px;  }
table.tableContactList tbody tr td { padding: 8px; font-size: 14px; cursor: pointer; font-size: 12px; }
table.tableContactList tbody tr:hover > td { background: #f0f0f0; }

/*
* CALL
*/
table.callTable tbody tr td { vertical-align: middle; cursor: pointer; }
table.callTable tbody tr td .timeCallDelay { font-size: 15px; }
table.callTable tbody tr td img { width: 28px; margin: 2px; }
table.callTable tbody tr td:first-child { border-left: none; }
table.callTable tbody tr td.noEntries { border-bottom:none; text-align:center; padding-top:10px; font-style: italic; }
/*
* AUTOCOMPLETE
*/
.listUnderText { margin: 0; padding: 0;  background: #fff; width: calc(100% - 20px); position: absolute; margin-top: -2px; border: 1px #bababa solid; border-top: none; box-sizing:border-box; -moz-box-sizing: border-box;}
.listUnderText li { list-style: none; cursor: pointer; width: 100%; border-bottom: 1px solid #bababa; padding: 5px 6px; box-sizing:border-box; -moz-box-sizing: border-box;font-size: 13px; }
.listUnderText li:nth-child(even) { background: #f9f9f9; }
.listUnderText li:hover { background: #f6f6f6; }
.listUnderText li:last-child { border-bottom: none; }

/*
* MESSAGES
*/
.msg { width: 100%; padding: 7px; box-sizing:border-box; -moz-box-sizing: border-box; margin: 0 auto; font-size: 14px; }
.msgCenter { text-align: center; }
.msgBlue { background: #446eb6; color:#fff; border-bottom: 1px solid #345183; }
.msgOrange { background: #d34827; color:#fff; border-bottom: 1px solid #8e3a26; }
.msgGreen { background: #098b43; color:#fff; border-bottom: 1px solid #0b522b; }
.msgRed { background: #8b0c0c; color:#fff; border-bottom: 1px solid #570d0d; }

/*
* TIMELINE
*/ 
#contentTimeLine { padding:8px; }
#lineTimeLine { width: 4px; z-index: -1; background: #cccccc; height: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; float: left; }
#contentWindowTimeLine { float: left; width: calc(100% - 1px); margin-left: -4px; }
.windowTimeLine { width: calc(100% - 23px); cursor: pointer; margin-bottom: 15px;  background: #fff; margin-left: 24px; border:1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.windowTimeLine:hover { border:1px solid #aaa; }
.windowTimeLine:hover .CircleDashedLine { background: #fff; border-color:#bbbbbb; }
.dashedLine { width: 20px; height: 1px; margin-left: -21px; border-top: 1px dashed #ccc; margin-top: 14px; float: left; } 
.CircleDashedLine { width: 10px; height: 10px; background: #bbbbbb; float: left; margin-top: 9px; margin-left: -29px; border:1px solid #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; z-index: 5; }
.headerTimeLineWindow { width: 100%; border-bottom: 1px solid #ccc; padding: 7px; font-size: 11px; box-sizing:border-box; -moz-box-sizing: border-box; color:#8d8d8d; text-transform: uppercase; display:block; height: 35px; }
.headerTimeLineWindow .dateHeaderTimeLine { float: right; }
.bodyTimeLineWindow { padding: 12px; font-size: 14px; }
.bodyTimeLineWindow .iconTimeLineBody {float: left; }
.bodyTimeLineWindow .iconTimeLineBody img { width: 26px; opacity: 0.6; margin-top: -4px; margin-left: -5px; margin-right: 5px; }
.timeLineContentpic { padding: 0; text-align: center; }
.timeLineContentpic img { max-width: 100%; }
.timeLineContentyoutube { padding: 0; text-align: center; }
.timeLineContentpost { padding: 8px; }
.iframeYoutube { width: 100%; min-height: 300px; background-size:100% 300px; background-repeat: no-repeat; }
.iframeYoutube iframe { width: 100%; min-height: 300px; display: none; }
.iframeYoutube img { margin-top: 112px; }
.imgTimeLineContent { max-width: 100%; }
.toolbarTimeLineWindow { width: 100%; border-top: 1px solid #ccc; padding: 1px 2px; box-sizing:border-box; -moz-box-sizing: border-box; height:73px; }
.toolbarTimeLineWindow .avatarTimeLineComment { float: left; padding: 1px; padding-bottom: 0px; width:30px;height:30px;margin-right:2px;overflow: hidden;}
.toolbarTimeLineWindow .avatarTimeLineComment img { height: 100%; max-width: 50px; min-width: 100%;}
.toolbarTimeLineWindow input[type="text"] { width: calc(100% - 35px); border: none; border-left: 1px #bababa solid; margin-top: -1px; padding: 9px; margin-bottom: -1px; }
.toolbarTimeLineWindow form { height: 20px; float:left; width: 85%; margin-left: 20px; }
.viewAllComment { text-align: center; border-top: 1px solid #ccc; padding: 7px 0px; font-size: 13px; background: #f9f9f9; }
.viewAllComment font { color:#287cbd; }
.viewAllComment:hover { background: #f6f6f6; }

.commentTimeLineWindow { width: 100%; border-top: 1px solid #ccc; padding: 1px 2px; box-sizing:border-box; -moz-box-sizing: border-box; }
.commentTimeLineWindow:after{content: ''; display: block;clear:both;}
.commentTimeLineWindow .avatarTimeLineComment img { height: 100%; max-width: 50px; min-width: 100%; }
.commentTimeLineWindow .avatarTimeLineComment {float: left; padding: 1px; padding-bottom: 0px; width:30px;height:30px;margin-right:2px;overflow: hidden;}
.comment_right{float:left;border-left:1px solid #bababa;}
.commentTimeLineWindow .msgCommentTimeLineWindow { min-height: 21px; padding-left: 10px; font-size: 14px; text-align: justify; padding-right: 5px; }
.commentTimeLineWindow .msgCommentTimeLineWindow .nameAuthor { color:#287cbd; }
.commentTimeLineWindow .dateCommentTimeline { padding-left: 10px; text-transform: uppercase; font-size: 10px; color:#5C5C5C; }

.moreMessageAvailaible { width: calc(100% - 20px); cursor: pointer; box-sizing:border-box; -moz-box-sizing: border-box; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px; margin-left: 23px; padding: 6px 12px; font-size: 14px; margin-bottom: 14px; border: 1px solid #ccc; background: #fff; }
.moreMessageAvailaible .squareMoreMsg { width: 10px; height: 11px; float: left; background: #fff; border: 1px solid #ccc; border-top: none; border-right: none; margin-left: -18px; margin-top: 3px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.moreMessageAvailaible:hover { border-color: #aaa; }
.moreMessageAvailaible:hover .squareMoreMsg { border-color: #aaa; }

.addNewArticle { width: 100%; background: #fff; border-bottom: 1px solid #ccc; padding: 10px; padding-bottom: 0px; padding-top: 8px; box-sizing:border-box; -moz-box-sizing: border-box; }
.addNewArticle .avatarNewArticle { float: left; width: 70px; }
.addNewArticle .avatarNewArticle img { width: 70px; }
.addNewArticle .contentNewArticle textarea { width: calc(100% - 83px); margin-left: 10px; height: 65px; padding: 6px; }
.addNewArticle .contentNewArticle .toolbarNewArticle { width: calc(100% - 73px); background: #ebebeb; height: 30px; margin-left: 11px; border:1px #bababa solid; border-top: none; }
.addNewArticle .contentNewArticle .toolbarNewArticle ul { margin: 0px; padding: 0px; }
.addNewArticle .contentNewArticle .toolbarNewArticle ul li { padding:0px 7px 5px; list-style: none; float: left; font-family: "WebSymbolsLigaRegular"; font-size: 21px; color:#606060; cursor: pointer; border-right: 1px solid #bababa; }
.addNewArticle .contentNewArticle .toolbarNewArticle ul li:hover { background: #e2e2e2; }
.addNewArticle .contentNewArticle .toolbarNewArticle input[type="submit"] { margin: 4px; }

.loaderMoreActivity { width:108px; opacity: 0.4; }
.topDivFIXED { color:#f5f6f7; }

.loaderPostTimeLine { width: 64px; margin: 11px; opacity: 0.5; float: left; }
.loadMoretimeLineBar { width: calc(100% + 3px); margin-top: 10px; margin-bottom: 20px; background: #fff; float: left; padding: 8px 5px 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  border:1px solid #ccc; cursor: pointer; box-sizing:border-box; -moz-box-sizing: border-box; text-align: center; font-size: 14px; }
.loadMoretimeLineBar:hover { border:1px solid #aaa; }

/*
* RESPONSIVE IPHONE
*/
@media screen and (max-width: 480px), screen and (max-device-width: 480px){ 
	.partContent { float: none; width: 100%; padding-top: 0; height: auto; border-bottom: 1px solid #d5d5d5; }
	.header { position: block; position: static; }
	.header .header_bar { height: auto; }
	#contentBodyPage { float: left; }
	.partHeight100 { height: auto; }
}

/*
* CASE
*/
.caseContentList { width: 105px; float: left; margin-right: 4px; }
.caseContentList:last-child { margin-right:0px; }
.caseContentList .case { width: 12px; height: 12px; background: red; float: left; margin: 0px 0px 2px 2px; }
.caseContent h2 { font-weight: lighter; margin: 0; margin-bottom: 10px; }
.caseContent { padding: 10px; }
.caseContent .case { background: #e0e4e8; cursor: pointer; }
.caseContent .case:hover { -moz-box-shadow: inset 0px 0px 0px 1px #343434; -webkit-box-shadow: inset 0px 0px 0px 1px #343434; -o-box-shadow: inset 0px 0px 0px 1px #343434; box-shadow: inset 0px 0px 0px 1px #343434; filter:progid:DXImageTransform.Microsoft.Shadow(color=#343434, Direction=NaN, Strength=0); } 
.caseContentBlue .level1 { background: #9ADDE7; }
.caseContentBlue .level2 { background: #7CC3CE; }
.caseContentBlue .level3 { background: #418A94; }
.caseContentBlue .level4 { background: #015965; }
.caseContentBlue .today { background: #09F; }
.titleCaseContent { height: 23px; width: 99px; text-align: center; }

/*
* TOOLTIP
*/
.tooltipBox { padding: 5px 8px 6px 8px; max-width: 200px; position: absolute; z-index: 100000; border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; background-color: rgba(0, 0, 0, 0.8); color: white; }
.tooltipBox .arrowToolTip { width: 0px;
height: 0px;
border-style: solid;
border-width: 6px 7px 0 7px;
border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent; position: absolute; left:50%; margin-left: -7px; margin-top: 6px; }

/*
* PRINT
*/
.printHidden { display: none; }

/*
* MAP
*/
.mapContent { width: 100%; border: 1px solid #e1e1e1; border-left: none; border-right: none; margin-top: 95px; }
.mapContent #map { width: 100%; min-height: 267px; }

/*
* CHAT
*/
ul.barMenu.barChat li { padding: 17px 9px; font-size: 13px; }
ul.barMenu.barChat li.Icon1 { background: url('../images/icons/chat/chat_online.png') no-repeat 94%; }
ul.barMenu.barChat li.Icon1:hover { background:#e0e5ec url('../images/icons/chat/chat_online.png') no-repeat 94%; }
ul.barMenu.barChat li.Icon4 { background: url('../images/icons/chat/chat_offline.png') no-repeat 94%; }
ul.barMenu.barChat li.Icon4:hover { background:#e0e5ec url('../images/icons/chat/chat_offline.png') no-repeat 94%; }
ul.barMenu.barChat li.Icon2 { background: url('../images/icons/chat/chat_away.png') no-repeat 94%; }
ul.barMenu.barChat li.Icon2:hover { background:#e0e5ec url('../images/icons/chat/chat_away.png') no-repeat 94%; }
ul.barMenu.barChat li.Icon3 { background: url('../images/icons/chat/chat_busy.png') no-repeat 94%; }
ul.barMenu.barChat li.Icon3:hover { background:#e0e5ec url('../images/icons/chat/chat_busy.png') no-repeat 94%; }
ul.barMenu.barChat li.tabBarLabel { padding: 5px 9px; background: #e0e5ec; }
ul.barMenu.barChat li.tabBarFieldFix { text-align: center; padding-top: 10px; padding-bottom: 10px; }
ul.barMenu.barChat li.tabBarFieldFix:hover { background: #f6f7fb; }
ul.barMenu.barChat li.tabChangeFocus { background-color: #fff; }
ul.barMenu.barChat li.tabBarIconFirst span { color:#000; font-family: WebSymbolsLigaRegular; -webkit-animation-name: flashIcon; -webkit-animation-duration: 1s; -webkit-animation-iteration-count:infinite; }
.avatarChatUser img { float: left; width: 36px; height: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; margin-top: -8px; margin-right: 7px; }

.msgContent { width: calc(100% - 1px); border-bottom: 1px solid #eae9ee; color:#42474d; background: #ffffff; margin-left: 1px; padding-top: 18px; padding-bottom: 19px; padding-right: 37px; box-sizing:border-box; -moz-box-sizing: border-box; }
.msgContent .avatarContent img { width: 36px; height: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; float: right; margin-right: 16px; }
.msgContent .avatarContent { width: 74px; height: 50px; float: left; }
.msgContent .msgBody { margin-left: 74px; }
.msgContent .msgBody .msgWrite { font-size: 13px; }
.msgContent .msgBody .msgHeader { margin-bottom: 5px; }
.msgcontent .msgBody .msgHeader .nameMsgHeader { font-weight: bold; font-size: 13px; }
.msgcontent .msgBody .msgHeader .dateMsgHeader { float: right; font-weight: bold; font-size: 13px; }

.inputChatBar { width: calc(100% - 25%); height: 40px; background: #fff; position: absolute; bottom: 0px; border-top: 1px solid #eae9ee; margin-left: 1px; box-sizing:border-box; -moz-box-sizing: border-box; }
.inputChatBar input[type="text"] { border: none; padding: 10px 11px 6px 9px; float: left; color:#696969; width: calc(100% - 90px); box-sizing:border-box; -moz-box-sizing: border-box; }
.contentBarIcon { width: 45px; background: #f9f9f9; height: 39px; float: left; border-left: 1px solid #e1e1e1; box-sizing:border-box; -moz-box-sizing: border-box; text-align: center; }
.contentBarIcon.iconSmiley { text-align: center; cursor: pointer; }
.contentBarIcon:hover .contentBarIconDiv { display: block; }
.contentBarIcon.iconSmiley img { width: 25px; height: 25px; margin-top: 7px; opacity: 0.5; }
.contentBarIconDiv { width: 137px; display: none; position: absolute; bottom: 39px; background: #f9f9f9; padding:5px; cursor: auto; float: right; text-align: left; border: 1px solid #eae9ee; box-sizing:border-box; -moz-box-sizing: border-box;  }
.contentBarIcon.iconSmiley .contentBarIconDiv img { width: 15px; height: 15px; margin: 5px; cursor: pointer; }
.contentBarIconDiv ul { margin: 0; padding: 0; }
.contentBarIconDiv ul li { list-style: none; padding: 0; border-bottom: 1px solid #eae9ee; padding: 7px; font-size: 13px; }
.contentBarIconDiv ul li:hover { background: #f2f2f2; cursor: pointer; }
.contentBarIconDiv ul li:last-child { border-bottom: none; }
.contentBarIconDivList { padding: 0px; }
.textBarChat { float: left; width:calc(100% - 25% + 55px); padding: 7px; }
.textBarChat img { width: 25px; float: left; }
.textBarChat div { padding-top: 3px; font-size: 13px; padding-left: 35px; }

.infoChat { width: calc(100% - 1px); background: #f8f8f8; padding: 5px; border-bottom: 1px solid #eae9ee; margin-left: 1px; margin-top: -1px; font-size: 13px; box-sizing:border-box; -moz-box-sizing: border-box; }
.infoChat .chatProfilAvatar img { width:50px; max-height: 50px; }
.infoChat .chatProfilAvatar { float: left; }
.infoChat .chatInformationsProfil { padding-left: 56px; font-size: 17px; }
.infoChat .chatInformationsProfil div img { float: left; margin-top: 4px; margin-right: 3px; }
.infoChat .chatInformationsProfil div { font-size: 14px; margin-top: 8px; }
.infoChat .chatInformationGroup { padding: 0px; padding-bottom: 8px; height:77px; }
.infoChat .chatInformationGroup table { border-collapse: collapse; margin: 0px; }
.infoChat .chatInformationGroup table tr td { font-size: 13px; border: 1px solid #d6d5d9; border-top: none; padding: 5px; padding-bottom: 6px; }
.infoChat .chatInformationGroup table tr td:first-child { border-left: none; }
.infoChat .chatInformationGroup table tr td:last-child { border-right: none; }
.userGroupStatus1 { background: url('../images/icons/chat/chat_online.png') no-repeat right 10px center; }
.userGroupStatus2 { background: url('../images/icons/chat/chat_away.png') no-repeat right 10px center; }
.userGroupStatus3 { background: url('../images/icons/chat/chat_busy.png') no-repeat right 10px center; }
.userGroupStatus4 { background: url('../images/icons/chat/chat_offline.png') no-repeat right 10px center; }
.infoChat .chatInformationGroup table tr td img { float: left; margin-top: 4px; margin-right: 4px; height: 11px; display: none; width: 11px; }
.infoChat .chatInformationGroup table tr td.clickAdminGroup { cursor: pointer; }
.infoChat .chatInformationGroup table tr td.clickAdminGroup img { display: block; }
.infoChat .chatInformationGroup .pagChatGroupMember { float: right; }
.infoChat.infoChatGroup { padding: 0px; }
.infoChat .chatInformationGroup input[type="button"] { margin: 3px; margin-left: 0px; }

.iconFont { font-family: 'websymbolsligaregular'; margin-right: 5px; float: left; }

.pageChat { width: calc(100% - 1px); margin-left: 1px; background: #fff; padding: 10px 0px; text-align: center; border-bottom: 1px solid #eae9ee; background: #fbfbfb; cursor: pointer; height: 15px; }
.pageChat:hover { background: #f6f6f6; }


/*
* BOX
*/
.partAbsoluteCenter { position: absolute; z-index: 1000; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.6); width: 100%; height: 100%; }
.contentpartAbsolute { width: 65%; border: 1px solid #eae9ee;  height: calc(80% - 28px); background: #f6f6f6; margin: 0 auto; margin-top: 63px; box-sizing:border-box; -moz-box-sizing: border-box; -moz-box-shadow: 0px 0px 2px 0px #1c1c1c; -webkit-box-shadow: 0px 0px 2px 0px #1c1c1c; -o-box-shadow: 0px 0px 2px 0px #1c1c1c; box-shadow: 0px 0px 2px 0px #1c1c1c; } 
.contentpartAbsolute .headerAb { width: 100%; height: 27px; background:#F3F3F3; padding: 5px 8px 9px 8px; border-bottom: 1px solid #eae9ee; box-sizing:border-box; -moz-box-sizing: border-box; }
.contentpartAbsolute .headerAb .titleheader { font-size: 14; float: left; }
.contentpartAbsolute .headerAb .iconheader { float: right; font-family: 'websymbolsligaregular'; font-size: 23px; margin-top: -7px; margin-right: -5px; color:#5F5F5F; cursor: pointer; }
.contentpartAbsolute .bodyContentParAb { overflow: auto; height: calc(100% - 25px); }
.contentpartAbsolute .bodyContentParAb ul.userList { margin: 0px; padding: 0; }
.contentpartAbsolute .bodyContentParAb ul.userList li { list-style: none; width: 100%;  box-sizing:border-box; -moz-box-sizing: border-box; border-bottom: 1px solid #eae9ee; }

.contentpartAbsolute .bodyContentParAb ul.userList li.Icon1 { background: url('../images/icons/chat/chat_online.png') no-repeat right 10px center; }
.contentpartAbsolute .bodyContentParAb ul.userList li.Icon2 { background: url('../images/icons/chat/chat_away.png') no-repeat right 10px center; }
.contentpartAbsolute .bodyContentParAb ul.userList li.Icon3 { background: url('../images/icons/chat/chat_busy.png') no-repeat right 10px center; }
.contentpartAbsolute .bodyContentParAb ul.userList li.Icon4 { background: url('../images/icons/chat/chat_offline.png') no-repeat right 10px center; }
.contentpartAbsolute .bodyContentParAb ul.userList li:hover { background-color:#f1f1f1; cursor: pointer; }
.contentpartAbsolute .bodyContentParAb ul.userList li img {  width: 31px; max-height: 31px; float: left; margin: 4px;}
.contentpartAbsolute .bodyContentParAb ul.userList li div { padding: 12px; padding-left: 43px; }

/*
* SETTINGS
*/
.settingsLabelTop { width: 100%; }
.LabelContent { float: left; text-align: center; padding: 0px 29px; padding-top: 30px; }
.LabelContent h1 { font-size: 30px; font-weight: normal; margin: 0; padding: 0; }
.LabelContent h4 { font-weight: normal; margin: 0; margin: 0; }

.toolBarTop { width: 100%; background: #fff; border-bottom: 1px solid #e1e1e1; margin-top: -2px; }
.toolBarTop h2 { margin: 0; padding: 0; font-size:16px; font-weight: normal; }
.toolBarTop .centerTool { padding: 11px; margin: 0 auto; width: 367px }
.toolBarTop .centerTool input[type="submit"] { margin-top: -3px; margin-left: 8px; }
.toolBarTop .centerTool h2 { padding-left: 3px; }
.toolBarTop table.toolBarTable tr td { padding: 5px; }

.tableData { width: 100%; overflow: auto; height: calc(100% - 153px); background: #fff; }
table.exportTable { width: 100%; background: #fff; }
table.exportTable tr td { background: #fff; border-collapse: collapse; border:1px solid #c0c0c0; padding: 0; font-family: serif; font-size: 14px; }
table.exportTable thead tr td { font-weight: bold; text-align: center; }
table.exportTable tbody tr:hover td { background: #f1f1f1; cursor: pointer; }
.progressUploadToolBar { margin: 0 auto; width: 200px; height: 44px; padding-top: 28px; }
.progressUploadToolBar img { float: left; margin-top: -9px; }
.progressUploadToolBar .progressFilePourcent { margin-left: 48px; }
.messageSuccessImport { text-align: center; color:#34972c; font-size: 23px; padding-top: 31px; }
.messageSuccessImport font { font-family: 'websymbolsligaregular'; }
.messageErrorImport { text-align: center; color:#972c2c; font-size: 23px; padding-top: 31px; }
.messageErrorImport font { font-family: 'websymbolsligaregular'; }
ul.settings { padding-top: 3px; padding-left: 27px; margin: 0;  }
ul.settings li { list-style: square; padding: 0px 0px 6px 0px; margin: 0; font-size: 13px; color:#000; }
ul.settings li input[type="checkbox"] { float: right; }
.logBlock iframe { width: 100%; height: calc(100% - 87px); background: #fff; font-family: serif; border:none; font-size: 15px; padding: 1px; box-sizing:border-box; -moz-box-sizing: border-box; }
.settingsAvatar { max-width: 110px; max-height: 110px; margin-top: 0px; }

/*
* EMAIL
*/
.menuEmail { height: 100%; background: #f9f9f9; -moz-box-shadow: inset -6px 0px 0px 0px #ececec; padding-top: 87px; -webkit-box-shadow: inset -6px 0px 0px 0px #ececec; -o-box-shadow: inset -6px 0px 0px 0px #ececec; padding-right: 6px; box-shadow: inset -6px 0px 0px 0px #ececec; border-right: 1px solid #dadada; box-sizing:border-box; -moz-box-sizing: border-box; }
.menuEmail ul { margin:0; padding: 0; border-right: 1px solid #dadada; height: calc(100% - 36px); overflow: auto; border-top: 1px solid #d3d3d3; }
.menuEmail ul li { list-style: none; padding: 10px 14px; padding-left: 28px; background-position:center left; background-size: 27px; background-repeat:no-repeat; }
.iNbMail { float: right; background: #e45857; padding: 1px 5px; margin-top: -1px; color:#fff; font-weight: bold; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } 
.menuEmail ul li.dirMail { background-image: url('../images/icons/mail/dir.png'); }
.menuEmail ul li.errorMail { background-image: url('../images/icons/mail/error.png'); color:#bb0000; }
.menuEmail ul li.dirMailGroup { font-style: italic; color: #9E9E9E; }
.menuEmail ul li.dirServer { background-image: url('../images/icons/mail/server.png'); }
.menuEmail ul li.dirSettings { background-image: url('../images/icons/mail/settings.png'); }
.menuEmail ul li.dirDelete { background-image: url('../images/icons/mail/delete.png'); }
.menuEmail ul li.dirAccount { background-image: url('../images/icons/mail/account.png'); }
.menuEmail ul li.subDirMail { padding-left: 27px; }
.menuEmail ul li.sentMail { background-image: url('../images/icons/mail/sent.png'); }
.menuEmail ul li.inboxMail { background-image: url('../images/icons/mail/inbox.png'); }
.menuEmail ul li.trashMail { background-image: url('../images/icons/mail/trash.png'); }
.menuEmail ul li.draftsMail { background-image: url('../images/icons/mail/drafts.png'); }
.menuEmail ul li.nameAccountMail { padding-left: 7px; cursor: pointer; background: #e3e3e3; border: 1px solid #d3d3d3; border-left: none; border-right: none; }
.menuEmail ul li.nameAccountMail font { float: right; font-family: "WebSymbolsLigaRegular"; color:#44c200; }
.menuEmail ul li.nameAccountMail:first-child { border-top: none; }
.menuEmail ul li.changeBoxMail:hover { background-color: #f1f1f1; cursor: pointer; -moz-box-shadow: inset -2px 0px 0px 0px #8abfeb; -webkit-box-shadow: inset -2px 0px 0px 0px #8abfeb; -o-box-shadow: inset -2px 0px 0px 0px #8abfeb; box-shadow: inset -2px 0px 0px 0px #8abfeb; } 
.headerMailBox { background: #f6f6f6; height: 31px; margin-left: 1px; border-bottom: 1px solid #e5e5e5; padding: 12px 24px; }
.headerMailBox img { width: 84px; margin: 12px; }
.headerMailBox h2 { margin: 0; padding: 0; font-weight: normal; font-size: 23px; color:#3f3f3f; }
.headerMailBox .iNbMail {  padding: 3px 7px; margin-right: 10px; }
.labelMail { margin-top: -26px; float: right; margin-right: -18px; }
.listMailS { width: 30%; height: calc(100% - 46px); float: left; overflow: auto; border-right: 1px solid #e6e6e6; box-sizing:border-box; -moz-box-sizing: border-box; }
.listMailContain { width: calc(100% - 1px); border-bottom: 1px solid #e6e6e6; background:#fcfcfc; margin-left: 1px; font-family: sans-serif; }
.listMailContain:hover { background: #f4f4f4; cursor: pointer; }
.listMailContain .headerListMail { width: 100%; padding: 11px; box-sizing:border-box; -moz-box-sizing: border-box; padding-bottom: 5px; }
.listMailContain .headerListMail .dateHeaderListMail { float: right; }
.listMailContain .headerListMail img { float: left; width: 15px; margin-right: 5px; }
.btntitleMail { float: right; margin-top: -24px; }
.btntitleMail input[type="button"] { font-family: 'WebSymbolsLigaRegular'; font-size: 15px; padding-top: 1px; }
.writeTitle { width: calc(100% - 82px); padding-left: 17px; }

.listMailContain .subjectListMail { width: 100%; padding: 11px; box-sizing:border-box; -moz-box-sizing: border-box; padding-top: 0px; font-weight: bold; }
.listMailContain.listMailNotRead { -moz-box-shadow: inset 3px 0px 0px 0px #2aa2ff; -webkit-box-shadow: inset 3px 0px 0px 0px #2aa2ff; -o-box-shadow: inset 3px 0px 0px 0px #2aa2ff; box-shadow: inset 3px 0px 0px 0px #2aa2ff; }
.subjetMail { width: 70%; height: calc(100% - 46px); float: left; box-sizing:border-box; -moz-box-sizing: border-box; }
.subjetMail .titleMail { width: calc(100% - 20px); margin: 10px; padding: 10px; box-sizing:border-box; -moz-box-sizing: border-box; font-size: 21px; font-weight: 100; border-bottom: 1px solid #e6e6e6; }
.subjetMail .titleMail img { width: 21px; float: left; margin-top: 6px; margin-left: -28px; margin-right: 7px; }
.subjetMail .toolbarMail { width: calc(100% - 20px); margin: 10px; margin-top: -8px; padding: 10px; box-sizing:border-box; -moz-box-sizing: border-box; font-size: 12px; font-weight: 100; border-bottom: 1px solid #e6e6e6; font-family: sans-serif; }
.subjetMail .bodyMail {  padding: 0px 10px; font-size: 13px; font-family: sans-serif; color:#757575; width: 50px; width: calc(100% - 22px); word-wrap:break-word; height: calc(100% - 135px); overflow: auto; }
.bodyMail { font-family: sans-serif !important; }
.iFrameMailBody { border: 0px; }
.bodyMail a { color:#286bae; }
.bodyMail a:hover { text-decoration: underline; }
.subjetMail .toolbarMail .dateMail { float: right; color:#9e9e9e; padding: 7px; }
.subjetMail .loaderMailLoad { margin-top: calc(50% - 174px); }
.subjetMail .toolbarMail .dateMail img { float: left; margin-right: 4px; margin-top: -1px; }
.listMailPage { padding: 20px 0px; text-align: center; background: #f1f1f1; }
.listMsgMail { padding: 20px 0px; text-align: center; background: #fff; border-bottom: none; }
.listMsgMail:hover { background: #fff; cursor: default; }
input[type="button"].btnMail { padding: 7px 0px; width: calc(100% - 12px); margin: 6px; }
input[type="button"].btnMailDeletion { padding: 7px 20px; margin: 6px; }
textarea.writeMail { height: 318px; }

.mailDeleteAccount { text-align: center; padding-top: 50px; }
.mailDeleteAccount font { text-align: center;  color:#000; font-weight: bold; font-size: 15px; }
.mailDeleteAccount font.daQuery { font-weight: normal; font-size: 22px; }
.mailConfigHeader { width: 100%; background: #eeeeee; padding: 8px; border:1px solid #d3d3d3; font-size: 13px; border-left: none; border-right: none; margin-left: 1px; margin-top: 9px; margin-bottom: 7px; box-sizing:border-box; -moz-box-sizing: border-box; }
.tryConnectMail { text-align: center; padding-top: 20%; font-size: 15px; }
.tryConnectMail img { width: 121px; margin-bottom: 33px; }
.infosAlertmailAccount { float: left; padding: 9px; font-size: 15px; color:#d41414; }
.infosAlertGreen { color:#19d414; }

.loaderEmailSend { text-align: center; padding-top: 40%; font-size: 20px; }
.loaderEmailSend img { width: 34px; margin-bottom: 20px; }

/*
* ADRESS BOOK
*/
.listAdress { height: 398px; overflow: auto; }
.infosAdressBook { height: calc(100% - 437px); border-top: 1px solid #ddd; background: #fff; }

/*
* POP UP
*/
.windows-popup { width: 900px; position: absolute; background: #ebebeb; z-index: 1000; border: 1px solid #d3d3d3; padding: 6px; padding-top: 0px; }
.body-popup { background: #fff; border: 1px solid #dadada; width: 100%; }
.top-popup { margin-bottom: 6px; margin-top: 6px; text-align: center; font-size: 14px; height: 19px; }
.title-popup { float: left; text-align: center; }
.btnact-popup { float: right; margin-top: -6px; padding: 2px 11px; font-size: 21px; color:#fff; cursor: pointer; font-family: "websymbolsligaregular"; }
.btnact-popup div { margin-top: -6px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;  } 
.btnact-popup-ored { background: #bcbcbc; }
.btnact-popup-ored:hover { background: #c85051; }
.popup-focus { z-index: 1001; border-color: #bababa; }
.btnact-popup-og { font-size: 15px; color:#5d5d5d; margin-top: -6px; padding: 6px 14px 5px 14px; }
.btnact-popup-og:hover { background: #dfdfdf; }
.extra_popup{top:7px!important;left:20px!important;}
.mail_popup{
    background: #eee none repeat scroll 0 0;
    border: 1px solid #fff;
    float: left;
    min-height: 200px;
/*    position: absolute; */
    width: 30%;
    left: 440px;
    top: 200px;
    display:none;
}
.required{color:red;font-size:12px;font-weight:bold;}
.headerDetails{
    float:left;
    width: 90%
}
.headerActions{
    float:left;
    width:9%;
    text-align: right;
}
/*
* ANIMATION
*/
@-webkit-keyframes flash {
	0%{ background: #4974b5; }
	50%{ background: #0f1326; }
	100%{ background: #4974b5; }
}

@-webkit-keyframes flashIcon {
	0%{ color: #2d2d2d; }
	50%{ color: #818181; }
	100%{ color: #2d2d2d; }
}

@-webkit-keyframes flashPurpule {
	0%{ background: #9148b5; }
	50%{ background: #742b99; }
	100%{ background: #9148b5; }
}
