/* Start default CSS */
html {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px auto 0px auto;
	direction: ltr;
	width: 100%;
	height: 100%;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	position: relative;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #06F;
	cursor: default;
}
li {
	list-style: none;
}
.Clear {
	clear: both;
}
.Link {
	cursor: default;
}
.Link:hover {
	color: #06F;
	cursor: pointer;
}
/*************** Font ***************/
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: normal;
	src: local('Nunito Regular'), local('Nunito-Regular'), url(../fonts/Nunito/Nunito-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 700;
	src: local('Nunito Italic'), local('Nunito-Italic'), url(../fonts/Nunito/Nunito-Italic.ttf) format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: oblique;
	font-weight: blod;
	src: local('Nunito Bold'), local('Nunito-Bold'), url(../fonts/Nunito/Nunito-Bold.ttf) format('truetype');
}
/*************** PopUp ***************/
#EmailPopUpCon {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.41);
	z-index: 1000;
}
.EmailCon {
	width: 96%;
	max-width: 1300px;
	height: 580px;
	max-height: 580px;
	background: #f9f9f9;
	top: 40px;
	left: 2%;
	position: absolute;
	overflow-y: auto;
	border-radius: 2px;
	box-shadow: 2px 2px 14px 0px #000;
}
.EmailHeader {
	position: relative;
	height: 110px;
	width: 100%;
	padding: 10px 15px;
	overflow: hidden;
}
.ButtonsCon {
	width: 225px;
	height: 100%;
	float: left;
}
#EmailSendButt {
	display: block;
	background-image: url(../images/icons/send-email.png) !important;
	background-repeat: no-repeat !important;
	background-position: 16px center !important;
	background-size: 18px !important;
	float: left;
	height: 55px;
	line-height: 55px;
	margin: 0px 15px;
	padding: 0px 16px 0px 40px;
	background: #a9cdde;
	border: 1px solid #92b5c5;
	border-radius: 3px;
	font-size: 15px;
	color: #000;
	cursor: default;
}
#EmailSendButt:hover {
	background: #cae1ec;
}
.CloseEmail {
	width: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 50%;
}
.CloseEmail:hover {
	background: #f75151;
}
.EmailInputsCon {
	width: calc(100% - 225px);
	height: 100%;
	float: left;
}
.EmailLabel {
	height: 25px;
	line-height: 25px;
	width: 50px;
	display: block;
	float: left;
}
.EmailPopUpInput {
	height: 25px;
	width: calc(100% - 50px);
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
}
.EmailTextCon {
	height: calc(100% - 110px);
	width: calc(100% - 240px);
	padding: 0px 0px 0px 10px;
	float: left;
	overflow: hidden;
}
.mceEditor > table {
	width: 500px !important;
}
.EmailAttachmentCon {
	height: calc(100% - 110px);
	width: 240px;
	padding: 0px 7px 10px 7px;
	float: left;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
#EmailFile {
	display: none;
}
.EmailFileLabel {
	display: block;
	width: 135px;
	height: 25px;
	line-height: 25px;
	margin: 6px auto 20px auto;
	text-align: center;
	background: #a9cdde;
	border: 1px solid #92b5c5;
	border-radius: 3px;
	font-size: 13px;
	color: #000;
}
.EmailFileLabel:hover {
	background: #cae1ec;
}
.FileElement {
	display: block;
	float: left;
	background-image: url(../images/icons/attachment-doc.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	background-size: 16px;
	width: calc(100% - 22px);
	height: 25px;
	line-height: 25px;
	margin: 0px 0px 5px 0px;
	padding: 0px 2px 0px 22px;
	border: 1px solid #92b5c5;
	border-radius: 0px 3px 3px 0px;
	font-size: 13px;
	color: #000;
	cursor: default;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DeleteFile {
	height: 25px;
	width: 22px;
	float: right;
	padding: 5.5px 4px;
}
.DeleteFile:hover {
	padding: 4.5px 3px;
}
#PopUpCon {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.41);
	z-index: 1000;
}
.PopUp {
	width: 400px;
	background: #f5f3f3;
	top: 25%;
	max-height: 50%;
	left: calc(50% - 200px);
	position: absolute;
	overflow-y: auto;
	border-radius: 2px;
	box-shadow: 2px 2px 14px 0px #000;
}
#PopUpCon .Title {
	position: relative;
	margin: 0px;
	padding: 10px 40px 10px 10px;
	border-bottom: 1px solid #ccc;
	color: #607D8B;
	background: #e8e8e8;
}
#PopUpCon .Close {
	position: absolute;
	top: 0px;
	right: 0px;
	height: calc(100% - 12px);
	margin: 6px;
	border-radius: 50%;
}
#PopUpCon .Close:hover {
	background: #ff8c8c;
}
#PopUpCon .Content {
	position: relative;
	margin: 0px;
	padding: 10px;
	min-height: 100px;
	color: #607D8B;
}
#PopUpCon .PopUpAlert {
	color: #ff0000;
	display: none;
	margin: 0px 0px;
	position: absolute;
	bottom: 2px;
	left: 10px;
	font-size: 12px;
}
#PopUpCon .Footer {
	margin: 0px;
	padding: 6px 10px;
	border-top: 1px solid #ccc;
	color: #607D8B;
	background: #e8e8e8;
}
#PopUpCon .Butt {
	margin: 0px 0px 0px 10px;
	display: block;
	padding: 0px 6px;
	min-width: 90px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	float: right;
	background: #607d8b;
	text-align: center;
	border: none;
	outline: none;
	cursor: default;
}
#PopUpCon .Butt:hover {
	background: #6999b1;
}
#PopUpCon .LabelC3 {
	display: block;
	float: left;
	width: 100px;
	padding: 4px 0px;
}
#PopUpCon .InputC3 {
	height: 25px;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	float: left;
	width: calc(85% - 150px);
	margin: 0px 0px 10px 0px;
}
#MainColumn .SuggestCustomer {
    position: relative;
}
#MainColumn .CustomersListCon {
    display: none;
    background: #fff;
    position: absolute;
    top: 34px;
    left: 180px;
    right: 0;
    font-size: 12px;
    width: auto;
    min-width: calc(95% - 170px);
    max-width: calc(95% - 170px);
    white-space: nowrap;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	z-index: 10;
}
#MainColumn .InputC3.Customer {
    width: calc(95% - 223px);
    margin: 0px 4px 15px 10px;
}
.CustomerDivers {
    display: block;
    float: left;
    width: 50px;
    height: 34px;
    border: 1px solid #b8c9dd;
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
    padding: 19px 0 0 0;
    color: #848484;
    font-weight: bold;
    background: #ecf0f5 url(../images/icons/user3.png) no-repeat;
    background-position: center 1px;
    background-size: 19px;
    cursor: pointer;
}
/*************** AppCon ***************/
#AppCon {
	min-width: 1100px;
	/*max-width: 1500px;*/
	height: 100%;
	margin: 0px auto;
	position: relative;
	background: #f0f1f6;
}
/*************** TpBar ***************/
#TopBarCon {
	height: 40px;
	/*min-width: 1100px;*/
	/*max-width: 1500px;*/
	background: #3c8dbc;
	position: fixed;
	width: 100%;
	z-index: 2000;
}
#TopBarCon .LogoCon {
	width: 165px;
	height: 40px;
	float: left;
	text-align: center;
	padding: 3px 0px;
	background: #f9fafc;
	border-bottom: 1px solid #efefef;
}
#TopBarCon .Logo {
    height: 100%;
    cursor: pointer;
}
#TopBarCon .Tools {
	width: calc(100% - 165px);
	height: 40px;
	text-align: right;
	line-height: 40px;
	padding: 0px;
	float: right;
}
#TopBarCon .SettingsSection, #TopBarCon .UserSection, #TopBarCon .NotificationsSection {
	position: relative;
	height: 40px;
	width: 40px;
	float: right;
	padding: 0px;
}
#TopBarCon .UserSection {
	width: initial;
	margin: 0px 20px 0px 0px;
}
#TopBarCon .SettingsIcon, #TopBarCon .UserIcon, #TopBarCon .NotificationsIcon {
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 7px;
}
#TopBarCon .UserIcon {
	width: initial;
}
#TopBarCon .SettingsSection:hover, #TopBarCon .UserSection:hover, #TopBarCon .NotificationsSection:hover {
	background: #3498db;
}
#TopBarCon .NotiNumber:hover #TopBarCon .NotificationsSection {
	background: #3498db;
}
#TopBarCon .SubSettingsCon {
	display: none;
	position: absolute;
	top: 40px;
	right: 0px;
	background: #565656;
	box-shadow: 0px 2px 6px -2px #ccc;
}
#TopBarCon .SubSettingsItem {
	display: block;
	text-align: left;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0px 30px 0px 20px;
}
#TopBarCon .SubSettingsItem:hover {
	background: #717171;
	font-weight: bold;
	cursor: pointer;
}
#TopBarCon .SubUser {
    position: absolute;
    text-align: left;
    display: none;
    padding: 0;
    background: #3498db;
    border: 1px solid #3498db;
    border-radius: 3px;
    box-shadow: 0px 1px 7px -2px #000;
    top: 42px;
    left: 0;
    right: 0;
    font-size: 14px;
    z-index: 101;
}
#TopBarCon .ForUserName {
	display: block;
	float: right;
	max-width: 200px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px 0px 0px;
	color: #fff;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.ToolsElement {
    display: block;
    width: 100%;
    height: 35px;
	color: #fff;
    padding: 0 15px;
}
.ToolsElement:hover {
    background-color: #41a8ed;
	color: #fff;
}
#TopBarCon .SubNotif {
	position: absolute;
	text-align: left;
	display: none;
	width: 240px;
	padding: 0px 0px 10px 0px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 1px 7px -2px #000;
	top: 0px;
	right: 0px;
	z-index: 101;
}
#TopBarCon .SubNotifications {
	display: none;
	position: absolute;
	width: 450px;
	top: 40px;
	right: 0px;
	background: #565656;
	color: #fff;
	box-shadow: 0px 2px 6px -2px #ccc;
}
#TopBarCon .NotiNumber {
	position: absolute;
	right: 0px;
	top: 0px;
	min-width: 18px;
	height: 17px;
	text-align: center;
	line-height: normal;
	border-radius: 9px;
	background: #ff0000;
	color: #fff;
	padding: 1px 3px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
}
#TopBarCon .Notif {
	position: relative;
	text-align: left;
	width: 100%;
	height: 88px;
	padding: 5px 0px;
	border-top: 1px solid #424242;
}
#TopBarCon .NotifHeaderLabel {
	float: left;
	padding: 0px 15px;
}
#TopBarCon .NotifHeaderResu {
	float: right;
	padding: 0px 15px;
}
#TopBarCon .Notif .ColseNotif {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 15px;
	height: 15px;
	padding: 1px;
}
#TopBarCon .Notif .ColseNotif:hover {
	background: #f19191;
}
#TopBarCon .Notif .NotifTitle {
	display: block;
	height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 35px 5px 0px;
	line-height: 30px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#TopBarCon .Notif .NotifTitle:hover {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#TopBarCon .Notif .NotifContent {
	display: block;
	height: 37px;
	font-size: 13px;
	padding: 0px 35px 0px 15px;
	line-height: normal;
	overflow: hidden;
	cursor: default;
}
#ClientName {
    position: relative;
    height: 40px;
    float: left;
    padding: 0 10px;
    font-weight: bold;
    color: #fff;
}
/*************** Mini Body ***************/
#MiniBody {
	padding: 40px 0px 0px 0px;
	background: #f0f1f6;
	position: relative;
	height: 100%;
}
/*************** Side Menu ***************/
#SideMenu {
	position: fixed;
	top: 40px;
	left: 0;
	height: 100%;
	width: 165px;
	background: #f9fafc;
}
#SideMenu .MenuLink {
	color: initial;
	text-decoration: initial;
}
#SideMenu #Home {
	background-image: url(../images/icons/board.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 7px center;
}
#SideMenu #Buying {
	background-image: url(../images/icons/minus-circle.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 7px center;
}
#SideMenu #Stock {
	background-image: url(../images/icons/stock.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 7px center;
}
#SideMenu #Selling {
	background-image: url(../images/icons/plus-circle.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 7px center;
}
#SideMenu #Payment {
	background-image: url(../images/icons/payment.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 7px center;
}
#SideMenu #Reports {
	background-image: url(../images/icons/reports.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 7px center;
}
#SideMenu .SideMenuElement {
	display: block;
	font-size: 14px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: left;
	padding: 0px 0px 0px 25px;
	cursor: pointer;
}
#SideMenu .SideMenuElement:hover {
	background-color: #f4f4f5;
	font-weight: bold;
}
#SideMenu .SideMenuElement a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #2b2b2b;
	width: 150px;
	float: left;
	height: 25px;
	line-height: 25px;
}
#SideMenu .SideMenuElement .ArrowLeftMenu {
	display: block;
	float: right;
	height: 35px;
	width: 15px;
	background: url(../images/icons/arrow_left.png) no-repeat;
	background-size: 25px;
	background-position: center;
}
#SideMenu .SideMenuElement .ArrowDownMenu {
	display: block;
	float: right;
	height: 35px;
	width: 15px;
	background: url(../images/icons/arrow_down.png) no-repeat;
	background-size: 25px;
	background-position: center;
}
#SideMenu .SubSideMenu {
	display: none;
	background: #ecf0f5;
}
#SideMenu .SubSideMenuItem {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding: 0px 5px 0px 15px;
	font-size: 14px;
	color: #000;
}
#SideMenu .SubSideMenuItem:hover {
	font-weight: bold;
	background: #f4f4f5;
}
#SideMenu .SubSideMenu .SubMenuIcon {
	display: block;
	float: left;
	width: 15px;
	height: 30px;
	background: url(../images/icons/circle.png) no-repeat;
	background-size: 10px 10px;
	background-position: 0px 9px;
}
/*************** Main Column ***************/
#MainColumn {
	position: relative;
	background: #ecf0f5;
	width: calc(100% - 165px);
	min-height: 100%;
	float: right;
	border-left: 1px solid #d2d6de;
	margin: 0px;
}
#MainColumn .ErrorTitle {
	display: block;
	font-size: 60px;
	font-weight: bold;
	margin: 100px auto 0px auto;
	color: #3c8dbc;
	text-align: center;
}
#MainColumn .ErrorDesc {
	display: block;
	font-size: 18px;
	margin: 0px;
	color: #999;
	text-align: center;
}
.LoadingCon {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffffb8;
	z-index: 100;
}
.Loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 75px;
	margin: auto;
}
/*************** Actions Con ***************/
#ActionsCon {
	line-height: 35px;
	padding: 0px;
	margin: 15px 10px;
}
#ActionsCon .ActionElement {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	float: left;
	padding: 0px 10px 0px 30px;
	margin: 0px 10px 0px 0px;
	border: 1px solid;
	border-radius: 2px;
	cursor: pointer;
}
#ActionsCon .AddNewButt {
	background: #3c8dbc url(../images/icons/plus-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #367fa9;
}
#ActionsCon .AddNewButt:hover {
	background-color: #286090;
}
/******************************/
#ActionsCon .SaveButt {
	background: #3c8dbc url(../images/icons/save-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #00acd6;
}
#ActionsCon .SaveButt:hover {
	background-color: #286090;
}
/******************************/
#ActionsCon .ValidateButt {
	background: #00a65a url(../images/icons/checkmark-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #008d4c;
}
#ActionsCon .ValidateButt:hover {
	background-color: #008d4c;
}
/******************************/
#ActionsCon .SendButt {
	background: #1673ff url(../images/icons/send-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #00acd6;
}
#ActionsCon .SendButt:hover {
	background-color: #3c8dbc;
}
/******************************/
#ActionsCon .TransferButt {
	background: #3c8dbc url(../images/icons/transfer-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #00acd6;
}
#ActionsCon .TransferButt:hover {
	background-color: #286090;
}
/******************************/
#ActionsCon .EditButt {
	background: #ffa500 url(../images/icons/edit-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #f5b33a;
}
#ActionsCon .EditButt:hover {
	background-color: #fbba44;
}
/******************************/
#ActionsCon .BlockButt {
	background: #ff8888 url(../images/icons/block-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #f57171;
}
#ActionsCon .BlockButt:hover {
	background-color: #ff0057;
}
/******************************/
#ActionsCon .BlockedButt {
	background: #ff0000 url(../images/icons/block-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #dc0202;
}
#ActionsCon .BlockedButt:hover {
	background-color: #f56969;
}
/******************************/
#ActionsCon .CachedButt {
	background: #4CAF50 url(../images/icons/checkmark-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #1f9a24;
	width: 118px;
}
#ActionsCon .CachedButt:hover {
	background-color: #37a03c;
}
/******************************/
#ActionsCon .UnCachedButt {
	background: #ecba00 url(../images/icons/x-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #daac01;
	width: 118px;
}
#ActionsCon .UnCachedButt:hover {
	background-color: #d4a90a;
}
/******************************/
#ActionsCon .PendingCachedButt {
	background: #03A9F4 url(../images/icons/timer-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #0794d4;
	width: 118px;
}
#ActionsCon .PendingCachedButt:hover {
	background-color: #1ca6e4;
}
/******************************/
#ActionsCon .CachedSub {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	padding: 0px;
	width: 118px;
	white-space: nowrap;
	z-index: 10;
}
#ActionsCon .CachedSubItem {
	display: block;
	padding: 0px 8px 0px 25px;
}
/******************************/
#ActionsCon .CachedSubButt {
	background: #4CAF50 url(../images/icons/checkmark-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
}
#ActionsCon .CachedSubButt:hover {
	background-color: #37a03c;
}
/******************************/
#ActionsCon .UnCachedSubButt {
	background: #ecba00 url(../images/icons/x-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
}
#ActionsCon .UnCachedSubButt:hover {
	background-color: #d4a90a;
}
/******************************/
#ActionsCon .PendingCachedSubButt {
	background: #03A9F4 url(../images/icons/timer-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
}
#ActionsCon .PendingCachedSubButt:hover {
	background-color: #1ca6e4;
}
/******************************/
#ActionsCon .DeleteButt {
	background: #f33a24 url(../images/icons/delete-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #d73925;
}
#ActionsCon .DeleteButt:hover {
	background-color: #FF5722;
}
/******************************/
#ActionsCon .BackButt {
	background: #949494 url(../images/icons/back-white.png) no-repeat;
	background-position: center;
	background-size: 18px;
	border-color: #827d7d;
	padding: 0px 16.5px;
}
#ActionsCon .BackButt:hover {
	background-color: #769fc1;
}
/******************************/
filter #ActionsCon .Right {
	float: right;
	border-left: 1px solid #ccc;
	border-right: none;
}
.HaveSub {
	position: relative;
}
.TransferSub {
	display: none;
	position: absolute;
	background: #3498db;
	top: 100%;
	left: -1px;
	padding: 0px;
	width: auto;
	white-space: nowrap;
	z-index: 10;
}
.TransferSubElement, .TransferEntreSortie {
	display: block;
	padding: 2px 10px;
	min-width: 114px;
}
.TransferSubElement:hover, .TransferEntreSortie:hover {
	background: #3c8dbc;
}
.PrintSub {
	display: none;
	position: absolute;
	background: #f5f5f5;
	top: 100%;
	left: -1px;
	border: 1px solid #ccc;
	padding: 0px;
	width: auto;
	white-space: nowrap;
	z-index: 10;
}
.PrintSubElement {
	display: block;
	padding: 5px 8px 5px 25px;
}
/*************** ContentCon ***************/
#ContentCon {
	width: calc(100% - 20px);
	margin: 0px auto 60px auto;
}
#ContentCon .NoResultFound {
	display: block;
	font-weight: bold;
}
/*************** ViewBox ***************/
#ViewBox {
	background: #fff;
	box-shadow: 0px 0px 2px -1px #ccc;
	min-height: 300px;
	margin: 0px;
	padding: 35px 45px;
}
#ViewBox .DocHeadL {
	float: left;
	width: calc(100% - 500px);
}
#ViewBox .DocHeadR {
	float: right;
	min-width: 370px;
	max-width: 500px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px;
}
#ViewBox .DocTitle {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #00acd6;
	margin: 0px 0px 10px 0px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ViewBox .DocInfo {
	display: block;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}
#ViewBox .DocCustomerName {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #00acd6;
	margin: 0px 0px 4px 0px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ViewBox .DocCustomerInfo {
	display: block;
}
#ViewBox .ViewTable {
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	margin: 40px 0px 20px 0px;
	background: #fff;
}
#ViewBox .TableTh {
	background: #3498db;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
#ViewBox .TableTd {
	font-size: 14px;
}
#ViewBox .ViewTable td {
	border-bottom: 1px solid #d2d6de;
	border-collapse: collapse;
	border-right: 1px dotted #c5c5c5;
	border-left: 1px dotted #c5c5c5;
}
#ViewBox .ViewTable th, #ViewBox .ViewTable td {
	padding: 7px 8px;
}
#ViewBox .ViewTable .Facultative {
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ViewBox .DocFooter {
	margin: 50px 0px 0px 0px;
}
#ViewBox .DocFooterL {
	float: left;
	width: calc(100% - 300px);
}
#ViewBox .DocFooterR {
	float: right;
	width: 300px;
}
#ViewBox .AmountLetter {
	display: block;
	font-weight: bold;
}
#ViewBox .TotalAmount {
	float: right;
}
#ViewBox .DocNotes {
	display: block;
}
#ViewActivities {
	background: #fff;
	box-shadow: 0px 0px 2px -1px #ccc;
	margin: 20px 0px 0px 0px;
}
#ViewActivities .DocTabsTitlesCon {
	padding: 0px 40px;
	border-bottom: 1px solid #e6e6e6;
}
#ViewActivities .DocTabsTitle {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
}
#ViewActivities .DocTabsTitle:hover {
	color: #ff7513;
	font-weight: bold;
	border-bottom: 3px solid #ff7513;
}
#ViewActivities .ActiveTab {
	color: #ff7513;
	font-weight: bold;
	border-bottom: 3px solid #ff7513;
}
#ViewActivities .DocTabsSection {
	display: none;
	width: 100%;
	padding: 20px 35px 25px 35px;
}
#ViewActivities .DocHistoryLine {
	display: block;
	height: 45px;
	line-height: 45px;
}
#ViewActivities .PrintEtat {
	height: 40px;
	width: 40px;
	display: block;
	margin: 5px 0px 5px 10px;
	float: right;
	border: 1px solid #00acd6;
	border-radius: 3px;
	background: #00c0ef url(../images/icons/print-white.png) no-repeat;
	background-size: 25px 25px;
	background-position: center;
	cursor: pointer;
}
#ViewActivities .PrintEtat:hover {
	background-color: #31b0d5;
}
/*************** PopUpCon ***************/
.PopUpCon {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000a8;
	z-index: 2001;
}
.PopUp1, .PopUp2 {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	width: 720px;
	height: 480px;
	margin-left: -360px;
	margin-top: -240px;
	background: #fff;
	box-shadow: 0px 0px 21px 0px #000;
	border-radius: 2px;
}
.PopUpForDoc {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1050px;
	min-height: 90%;
	max-height: 90%;
	background: #fff;
	box-shadow: 0px 0px 21px 0px #000;
	border-radius: 2px;
	overflow-y: scroll;
}
.PopUpHead {
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-bottom: 1px solid #417bb3;
	padding: 0px 20px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.PopUpTitle {
	font-weight: bold;
}
.PopUpBody {
	height: calc(100% - 105px);
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.PopUpBodyLeft {
	width: 500px;
	float: left;
}
.PopUpBodyRight {
	width: 500px;
	float: right;
}
.PopUpBodyLeftRight {
	width: 1000px;
}
.PopUpRadio {
	margin: 8px 4px 8px 25px;
	height: 18px;
	width: 18px;
	float: left;
}
.PopUpRadioLabel {
	float: left;
	height: 34px;
	line-height: 34px;
}
.PopUpFooter {
	height: 55px;
	padding: 0px 20px;
}
.PopUpCon .ActionElement {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	float: right;
	padding: 0px 10px 0px 30px;
	margin: 10px 0px 10px 10px;
	border: 1px solid;
	border-radius: 2px;
	cursor: pointer;
}
/******************/
.PopUpCon .SaveButt {
	background: #3c8dbc url(../images/icons/save-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #00acd6;
}
.PopUpCon .SaveButt:hover {
	background-color: #286090;
}
/******************/
.PopUpCon .CancelButt {
	background: #dd4b39 url(../images/icons/cancel-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #d73925;
}
.PopUpCon .CancelButt:hover {
	background-color: #d43f3a;
}
/******************************/
#ActionsCon .PrintButt {
	background: #00c0ef url(../images/icons/print-white.png) no-repeat;
	background-position: 7.5px center;
	background-size: 15px;
	border-color: #00acd6;
}
#ActionsCon .PrintButt:hover {
	background-color: #31b0d5;
}
/*************** Filter ***************/
#FilterCon {
	position: relative;
	float: right;
	margin: 12.5px 10px 12.5px 0px;
}
#FilterCon .FilterButt {
	float: right;
	height: 30px;
	width: 53px;
	border-top: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-radius: 0px 4px 4px 0px;
	background: #F1F1F1 url(../images/icons/filter2.png) no-repeat;
	background-size: 15px;
	background-position: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#FilterCon .FilterBar {
	position: absolute;
	display: none;
	width: 240px;
	max-height: 500px;
	padding: 15px 10px 10px 10px;
	background: rgb(95, 95, 95);
	box-shadow: 0px 1px 7px -2px #000;
	top: 30px;
	right: 0px;
	z-index: 100;
}
#FilterCon .FilterMin {
	width: 220px;
	max-height: 450px;
	margin: 0px 0px 10px 0px;
}
#FilterCon #FilterButt:hover {
	background: #cae1ec;
}
#FilterCon .FilterInputC1 {
	height: 25px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	margin: 0px 0px 8px 0px;
}
#FilterCon .FilterInputC2 {
	height: 25px;
	width: 49%;
	float: left;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	margin: 0px;
}
#FilterCon .FilterInputC3 {
	height: 25px;
	width: 49%;
	float: right;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	margin: 0px;
}
#FilterCon .FilterSeperator {
	display: block;
	height: 1px;
	background: #a0a0a0;
	margin: 6px 0px;
}
#FilterCon .FilterLabel {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
}
#FilterCon .FilterLabelForCheckbox {
	float: left;
	color: #fff;
	width: 80px;
	height: 18px;
	line-height: 18px;
	padding: 0px 10px 0px 0px;
}
#FilterCon .FilterCheckBox {
	margin: 1px 3px 0px 0px;
	height: 18px;
	line-height: 18px;
	width: 14px;
	display: block;
	float: left;
}
#FilterCon .FilterLabel1Box {
	display: block;
	float: right;
	width: calc(100% - 20px);
	height: 18px;
	line-height: 18px;
	color: #fff;
}
#FilterCon .FilterLabel2Box {
	display: block;
	float: left;
	width: 50px;
	height: 18px;
	line-height: 18px;
	color: #fff;
}
#FilterCon #FilterButt {
	display: block;
	float: right;
	border: 1px solid #2e4d5a;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #a9cdde;
	color: #000000;
	font-weight: bold;
	border-radius: 3px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*************** Pagination ***************/
#PaginationCon {
	position: relative;
	float: right;
	margin: 12.5px 0px 12.5px 10px;
}
#PaginationPerPage {
	height: 30px;
	line-height: 30px;
	width: 53px;
	background: #F1F1F1;
	float: right;
	border: 1px solid #E3E3E3;
	border-radius: 4px 0px 0px 4px;
	color: #4c4c4c;
	padding: 0px 3px;
	cursor: pointer;
}
#PaginationPrev {
	height: 30px;
	float: right;
	border: none;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	width: 30px;
	background: #F1F1F1 url(../images/icons/arrow_left.png) no-repeat;
	background-size: 25px;
	background-position: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#PaginationPrev:hover {
	background-color: #a9cdde;
}
#PaginationPages {
	height: 30px;
	line-height: 30px;
	background: #F1F1F1;
	float: right;
	border: none;
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
	color: #4c4c4c;
	padding: 0px 5px;
	cursor: pointer;
}
#PaginationNext {
	height: 30px;
	background: #F1F1F1;
	float: right;
	border: 1px solid #E3E3E3;
	width: 30px;
	background: #F1F1F1 url(../images/icons/arrow_right.png) no-repeat;
	background-size: 25px;
	background-position: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#PaginationNext:hover {
	background-color: #a9cdde;
}
#PaginationPrev.disabled, #PaginationNext.disabled, #PaginationPages:disabled {
	background-color: #f9f9f9;
	color: #c7c7c7;
	cursor: default;
}
#PaginationPages:focus, #PaginationPerPage:focus {
	outline: 0;
}
.UserBy {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px 10px;
}
/*** Data Table ***/
.DataTable {
	width: calc(100% - 20px);
	margin: 0px 10px;
	font-size: 13px;
	color: #353535;
	cursor: default;
}
#ContentCon table, th, td {
	border-bottom: 1px solid #d6d6d6;
	border-collapse: collapse;
	padding: 8px 5px;
	text-align: left;
}
#ContentCon table td {
	border-right: 1px dotted #e2e2e2;
	border-left: 1px dotted #e2e2e2;
}
#ContentCon .Titles th {
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #2d8ac7;
}
#ContentCon .EtatColumn {
	padding: 0px;
}
#ContentCon .AmountDT {
	text-align: right;
}
#ContentCon .DocNum {
	color: #353535;
}
#ContentCon .DocNum:hover {
	color: #06F;
	cursor: pointer;
}
#ContentCon .ResultsLine:hover {
	background: #d3e3ea;
}
#ContentCon .Highlight {
	background: #a9cdde;
}
#ContentCon .Highlight:hover {
	background: #8fbed4;
}
#ContentCon .SmallColumn {
	width: 31px;
	text-align: center;
	padding: 0px 5px;
}
#ContentCon .EtatColumn1 {
	width: 56px;
	text-align: center;
}
#ContentCon .EtatColumn1P {
	width: 80px;
	text-align: center;
}
#ContentCon .EtatColumn2 {
	width: 95px;
	text-align: center;
}
#ContentCon .DocNumColmun {
	position: relative;
	padding: 5px 22px 5px 5px;
}
#ContentCon .ExternalLink {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 18px;
	width: 18px;
	margin: 5px 2px;
}
#ContentCon .ExternalLink img {
	height: 100%;
	width: 100%;
}
#ContentCon .MediumColumn {
	width: 26px;
	padding: 0px 5px !important;
}
#ContentCon .Etat {
	border-radius: 3px;
	padding: 3px 5px;
	margin: 0px 4px 0px 0px;
	font-size: 11px;
	color: #fff;
}
#ContentCon .Etat1 {
	background: #adadad;
}
#ContentCon .Etat2 {
	background: #3480de;
}
#ContentCon .Etat3 {
	background: #09a72b;
}
#ContentCon .Etat4 {
	background: #ff7d0e;
}
#ContentCon .Etat5 {
	background: #00b8ff;
}
#ContentCon .Etat6 {
	background: #ef1010;
}
#ContentCon .DataTable th.Order {
	cursor: pointer;
	background-position: right 3px center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/sort.png);
	padding: 8px 14px 8px 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#ContentCon .DataTable th.asc {
	background-image: url(../images/icons/assc.png);
}
#ContentCon .DataTable th.desc {
	background-image: url(../images/icons/desc.png);
}
#ContentCon .DataTable .Totaux {
	font-weight: bold;
	background-color: #f7f7f7;
	color: #000;
}
#ContentCon .ResultFooter {
	padding: 10px 15px 10px 15px;
	border-top: 1px solid #f4f4f4;
}
.TheUserInTable {
	background: #2c789c;
	color: #fff;
	padding: 0px 8px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	margin: 3px 3px 3px 0px;
	float: left;
}
/*** Boxes ***/
#ContentCon .Box1, #ContentCon .Box2 {
	position: relative;
	background: #ffffff;
}
#ContentCon .Box1 {
	border-top: 3px solid #31b348;
}
#ContentCon .Box2 {
	border-top: 3px solid #00acd6;
}
#ContentCon .Box1 .ResultHead, #ContentCon .Box2 .ResultHead {
	height: 56px;
	line-height: 55px;
	border-bottom: 1px solid #f4f4f4;
	padding: 0px 15px;
}
#ContentCon .Box1 .ResultTitle, #ContentCon .Box2 .ResultTitle {
	font-size: 17px;
	font-weight: bold;
	color: #3c8dbc;
	margin: 0px 10px;
	float: left;
}
#ContentCon .Box1 .ResultPeriod, #ContentCon .Box2 .ResultPeriod {
	font-size: 15px;
	color: #066c9c;
	margin: 0px 10px 0px 0px;
	float: left;
}
#ContentCon .Box1 .ResultData {
	padding: 20px 0px;
}
#ContentCon .Box2 .ResultData {
	padding: 10px 15px 20px 15px;
}
#MainColumn .LeftPart {
	float: left;
	width: calc(50% - 10px);
	margin: 0px 0px 0px 10px;
}
#MainColumn .RightPart {
	float: right;
	width: calc(50% - 10px);
	margin: 0px 10px 0px 0px;
}
/*** Labels & Inputs ***/
#MainColumn .LabelC1 {
	display: block;
	margin: 0px 0px 3px 0px;
}
#MainColumn .LabelC2 {
	display: block;
	margin: 0px 0px 10px 0px;
}
#AppCon .LabelC3 {
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	width: 170px;
	font-size: 14px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align: right;
}
.swal2-container .LabelC3 {
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	width: 170px;
	font-size: 15px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align: right;
}
.swal2-container .PopUpRadioLabel {
	font-size: 15px;
}
#MainColumn .ResuC3 {
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	width: calc(100% - 180px);
	font-size: 14px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 15px 0px;
}
#MainColumn .LabelC3.HaveHelp {
	padding: 0px;
}
#MainColumn .HaveHelp .HelpTag {
	float: right;
	height: 15px;
	width: 15px;
	margin: 8px 5px;
}
#MainColumn .InputCon {
	width: calc(50% - 10px);
	margin: 0px 10px 6px 0px;
	float: left;
}
#MainColumn .LabelC4 {
	display: block;
	width: 100%;
	padding: 0px 0px 4px 0px;
}
#MainColumn .LabelC5 {
	display: block;
	width: 60%;
	padding: 4px 0px;
}
#MainColumn .EmptyLabel {
	height: 25px;
}
#MainColumn .LabelRadioC2 {
	height: 16px;
	line-height: 16px;
	display: block;
	float: left;
	margin: 4px 25px 10px 0px;
}
#MainColumn .CheckboxLabel {
	margin: 4px;
	display: block;
	float: left;
}
#MainColumn .InputC1 {
	height: 25px;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	width: 350px;
	margin: 0px 0px 10px 0px;
	background: #fff;
}
#MainColumn .InputC3, #AppCon .InputC3 {
	height: 34px;
	border: 1px solid #b1bcc1;
	border-radius: 3px;
	padding: 0px 8px;
	display: block;
	color: #495057;
	float: left;
	width: calc(95% - 170px);
	max-width: 440px;
	margin: 0px 0px 15px 10px;
	background: #fff;
}
#MainColumn #FNum {
	width: 76px;
	text-align: right;
	float: left;
	border-right: none;
	border-radius: 3px 0px 0px 3px;
	padding: 0px 0px 0px 5px;
	background: #fff;
}
#MainColumn #MNum {
	width: calc(95% - 322px);
	max-width: 288px;
	text-align: left;
	float: left;
	border-left: none;
	border-right: none;
	border-radius: unset;
	margin: 0px 0px 15px 0px;
}
#MainColumn #MNum:focus {
	outline: none;
}
#MainColumn #LNum {
	width: 76px;
	text-align: left;
	float: left;
	border-left: none;
	border-radius: 0px 3px 3px 0px;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 15px 0px;
	background: #fff;
}
#MainColumn .InputC4 {
	height: 25px;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	width: 100%;
	margin: 0px;
	background: #fff;
}
#MainColumn .InputC6 {
	height: 34px;
	border: 1px solid #b1bcc1;
	border-radius: 0px 3px 3px 0px;
	padding: 0px 8px;
	display: block;
	color: #495057;
	float: left;
	width: calc(95% - 204px);
	max-width: 406px;
	margin: 0px 0px 15px 0px;
	background: #fff;
}
#Tax {
	float: left;
	height: 34px;
	width: 34px;
	margin: 0px 0px 15px 10px;
}
#MainColumn .CheckboxC1 {
	float: left;
	height: 25px;
	width: 25px;
	margin: 0px;
}
#MainColumn .CheckboxC2 {
	margin: 0px 5px 0px 150px;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}
#MainColumn .RadioboxC1 {
	height: 16px;
	width: 16px;
	margin: 4px 5px 10px 0px;
	float: left;
}
/*** New elements tabs ***/
#TabsCon {
	padding: 0px 0px 0px 0px;
	min-height: 285px;
	background: #fff;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.22);
}
#TabsCon .TabTitle {
	display: block;
	float: left;
	margin: 0px 15px 0px 15px;
	padding: 12px 0px;
	cursor: pointer;
}
#TabsCon .TabTitle:hover {
	color: #3c8dbc;
	font-weight: bold;
	border-bottom: 3px solid #3c8dbc;
}
#TabsCon .ActiveTab {
	color: #3c8dbc;
	font-weight: bold;
	border-bottom: 3px solid #3c8dbc;
}
#TabsCon .Tab {
	border-top: 1px solid #ccc;
	padding: 20px 10px;
	display: none;
}
#MainColumn .NewElementNote {
	width: 100%;
	margin: 5px 0px 0px 0px;
	height: 150px;
	max-height: 150px;
	max-width: 100%;
	padding: 5px;
}
/*** Add item butt & inputs ***/
#MainColumn .AddItemInputs input {
	width: 100%;
	border: 0px;
	height: 30px;
	padding: 0px 4px;
	background: #fff;
}
#MainColumn .AddItemInputs td {
	padding: 0px;
}
#MainColumn .ValidateCon {
	text-align: center;
}
#MainColumn .ValidateItemIcon {
	height: 24px;
	padding: 4px 5px;
}
#MainColumn .ValidateItemIcon:hover {
	background: #e2e2e2;
}
#MainColumn .OptionsCon {
	padding: 0px 0px;
	text-align: right;
	position: relative;
}
#MainColumn .OptionsIcon {
	height: 25px;
	cursor: pointer;
	margin: 0px 5px;
}
#MainColumn .OptionsListCon {
	display: none;
	background: #fff;
	min-width: 160px;
	z-index: 100;
	position: absolute;
	top: 6px;
	right: 17px;
	font-size: 11px;
	padding: 10px 0px;
	text-align: left;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
#MainColumn .OptionListItem {
	display: block;
	padding: 6px 10px 6px 33px;
	color: #3c4043;
}
#MainColumn .OptionListItem:hover {
	background-color: #e6e6e6;
	color: #000;
	cursor: pointer;
}
#MainColumn .EditOption {
	cursor: pointer;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 14px;
	background-image: url(../images/icons/edit2.png);
}
#MainColumn .DeleteOption {
	cursor: pointer;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 14px;
	background-image: url(../images/icons/delete2.png);
}
#MainColumn .ContactRow {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
#MainColumn .NewEdited {
	background: #d7f0fb;
}
#MainColumn .MediumColumn .LeftIcon {
	height: 24px;
	width: 24px;
	padding: 3px;
	float: left;
}
#MainColumn .MediumColumn .LeftIcon:hover {
	background: #e2e2e2;
}
#MainColumn .MediumColumn .RightIcon {
	height: 24px;
	width: 24px;
	padding: 3px;
	float: right;
}
#MainColumn .MediumColumn .RightIcon:hover {
	background: #e2e2e2;
}
#MainColumn .SuggestSelect {
	position: relative;
}
#MainColumn .SelectOptions {
    display: none;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    width: auto;
    min-width: 100%;
    max-width: 500px;
    right: 0;
    white-space: nowrap;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#MainColumn .SelectOption {
    display: block;
    cursor: default;
    padding: 5px 10px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#MainColumn .SelectOption:hover {
	background: #e4e4e4;
}
/*************** FooterCon ***************/
#FooterCon {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	padding: 0px 10px;
	background: #fff;
	border-top: 1px solid #d2d6de;
}
.Version {
    float: right;
    font-style: italic;
    font-weight: bold;
}
/*************** ErrorMessage ***************/
.ErrorMessage {
	font-size: 20px;
	padding: 30px;
	text-align: center;
	display: block;
}
