/*     Font Awesome     */
@font-face {
	font-family: 'font_awesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa:before, .fa:after {
	font-family: 'font_awesome';
}
/*     Material Icons     */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'), url('fonts/MaterialIcons-Regular.woff2') format('woff2'), url('fonts/MaterialIcons-Regular.woff') format('woff'), url('fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.mi:before, .mi:after {
	font-family: 'Material Icons';
	font-style: normal;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
/*     JF Flat Regular     */
@font-face {
	font-family: 'JF Flat Regular';
	src: url('fonts/JF-Flat-regular.eot');
	src: url('fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'), url('fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'), url('fonts/JF-Flat-regular.woff') format('woff'), url('fonts/JF-Flat-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*     Global     */
body {
	margin: 0px;
	background: #fafafa;
	direction: ltr;
	font-family: 'JF Flat Regular', arial;
	min-width: 970px;
	padding-top: 56px;
	cursor: default;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a {
	color: #2196f3;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
}
input:focus, textarea:focus, select:focus {
	outline: 0;
	padding: 0px 5px;
}
hr {
	display: block;
	margin: 5px 1% 5px 1%;
	width: 98%;
	border: none;
	height: 1px;
	background: #CCCCCC;
	clear: both;
}
.PageName {
	line-height: 56px;
	margin: 0px 30px 0px 70px;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #007ab9;
	background: #f1f1f1;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.Clear {
	clear: both;
}
.Stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.VA {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.NoSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@-webkit-keyframes Spin {
 from {
-webkit-transform:rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes Spin {
 from {
-moz-transform:rotate(0deg);
}
to {
	-moz-transform: rotate(360deg);
}
}
@-ms-keyframes Spin {
 from {
-ms-transform:rotate(0deg);
}
to {
	-ms-transform: rotate(360deg);
}
}
#TopBar, #MenuHeader {
	height: 56px;
	background: #fff;
	box-shadow: 0px 0px 3px 0px #CCCCCC;
	padding: 0px 16px;
}
#TopBar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#TopBarMenuBtn, #MenuHideBtn {
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	margin: 8px 0px 8px 0px;
	color: #a0a0a0;
	cursor: pointer;
}
#TopBarMenuBtn:before, #MenuHideBtn:before {
	content: 'menu';
}
#TopBarLogo, #MenuLogo {
	float: left;
	width: 118px;
	height: 24px;
	background: url(../images/logo.png);
	margin: 16px 0px 16px 16px;
}
#TopBarUser {
	float: right;
	height: 56px;
	position: relative;
}
#TopBarUserName {
	color: #414141;
	font-weight: bold;
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
	padding: 0px 10px;
}
#TopBarUserName:before {
	content: 'arrow_drop_down';
	float: right;
	margin-left: 5px;
	font-size: 23px;
}
#TopBarUserBox {
	position: absolute;
	background: #FFFFFF;
	width: 300px;
	top: 46px;
	right: 0;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	overflow: hidden;
	display: none;
}
#TopBarUser.active #TopBarUserBox {
	display: block;
}
#TopBarUserBoxHeader {
	background: #414141;
	display: block;
	padding: 18px 10px 18px 10px;
	color: #F1F1F1;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}
.TopBarUserBoxGroup {
	padding: 8px 0px;
	border-bottom: 1px solid #E3E3E3;
}
.TopBarUserBoxGroup:last-child {
	border: none;
}
.TopBarUserBoxlink {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #414141;
	font-weight: normal;
}
.TopBarUserBoxlink:before {
	float: left;
	padding: 0px 25px 0px 20px;
	font-size: 25px;
	color: #bdbdbd;
}
.TopBarUserBoxlink:hover {
	background: #F1F1F1;
	font-weight: normal;
}
#TopBarUserBoxSettings:before {
	content: '\E8B8';
}
#TopBarUserBoxHelp:before {
	content: '\E887';
}
#TopBarUserBoxLogout:before {
	content: '\E8AC';
}


/*****************AccountPopUp Start*****************/
.SettingsPopUpOverlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000a8;
    z-index: 2;
}
.SettingsPopUpCon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 890px;
    height: 400px;
    background: #fff;
    box-shadow: 0px 0px 21px 0px #000;
    border-radius: 2px;
}
/*****************AccountPopUp End*****************/
#Overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 4;
}
#Menu {
	width: 250px;
	background: #fafafa;
	position: fixed;
	top: 0;
	left: -250px;
	bottom: 0;
	overflow: hidden;
	z-index: 5;
}
#Menu.visible {
	box-shadow: 0px 0px 10px 0px #414141;
}
#MenuGroup {
	padding: 12px 0px;
	border-bottom: 1px solid #eaeaea;
}
.MenuItem {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0px 15px 0px 40px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #414141;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.MenuItem:hover {
	background-color: #e6e6e6;
}
.MenuOverview {
    background: url(../images/icons/dashboard.png) no-repeat 12px 11px;
    background-size: 22px;
}
.MenuClients {
    background: url(../images/icons/clients.png) no-repeat 12px 11px;
    background-size: 22px;
}
.MenuCounters {
    background: url(../images/icons/counter.png) no-repeat 12px 11px;
    background-size: 22px;
}
.MenuInvoices {
    background: url(../images/icons/invoices.png) no-repeat 12px 11px;
    background-size: 22px;
}
.MenuPayments {
    background: url(../images/icons/payments.png) no-repeat 12px 11px;
    background-size: 22px;
}
.MenuCaisse {
    background: url(../images/icons/caisse.png) no-repeat 12px 11px;
    background-size: 22px;
}
#ActionsBar {
	background: #E3E3E3;
	padding: 5px;
	margin: 10px 10px 0px 10px;
	position: relative;
}
.ActionBarLeftItems {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0px 32px;
	border-radius: 2px;
	color: #fff;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.ActionBarRightItems {
    height: 30px;
    line-height: 30px;
	padding: 0px 10px 0px 32px;
	border-radius: 2px;
    color: #fff;
    float: right;
    margin-right: 10px;
	cursor: pointer;
}
.ResultPeriod {
    height: 30px;
    line-height: 30px;
	padding: 0px 10px 0px 32px;
    color: rgb(58, 58, 58);
    float: right;
    margin-right: 10px;
}
/********* Buttons **********/
.AddButt {
    background: #00b150 url(../images/icons/add.png) no-repeat 8px center;
    background-size: 16px;
}
.SaveButt {
    background: #1624e2 url(../images/icons/save.png) no-repeat 8px center;
    background-size: 16px;
}
.ValidButt {
    background: #26ee37 url(../images/icons/valid.png) no-repeat 8px center;
    background-size: 16px;
}
.EditButt {
    background: #ffc13b url(../images/icons/edit.png) no-repeat 8px center;
    background-size: 16px;
}
.PrintButt {
    background: #42adf5 url(../images/icons/print.png) no-repeat 8px center;
    background-size: 16px;
}
.DeleteButt {
    background: #fd5e5e url(../images/icons/delete.png) no-repeat 8px center;
    background-size: 16px;
}
.CancelButt {
    background: #fca452 url(../images/icons/cancel.png) no-repeat 8px center;
    background-size: 16px;
}
/********* Buttons hover **********/
.AddButt:hover {
    background: #05863f url(../images/icons/add.png) no-repeat 8px center;
    background-size: 16px;
}
.SaveButt:hover {
    background: #0a16be url(../images/icons/save.png) no-repeat 8px center;
    background-size: 16px;
}
.ValidButt:hover {
    background: #16d826 url(../images/icons/valid.png) no-repeat 8px center;
    background-size: 16px;
}
.EditButt:hover {
    background: #d19921 url(../images/icons/edit.png) no-repeat 8px center;
    background-size: 16px;
}
.PrintButt:hover {
    background: #2a93d8 url(../images/icons/print.png) no-repeat 8px center;
    background-size: 16px;
}
.DeleteButt:hover {
    background: #c93535 url(../images/icons/delete.png) no-repeat 8px center;
    background-size: 16px;
}
.CancelButt:hover {
    background: #e68c39 url(../images/icons/cancel.png) no-repeat 8px center;
    background-size: 16px;
}
#ActionBarFilter {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0px 30px;
    border-radius: 2px;
    color: #fff;
    float: right;
    margin-left: 10px;
    background: #00A4F9 url(../images/icons/filter.png) no-repeat 10px center;
    background-size: 15px;
	cursor: pointer;
}
#ActionBarFilter:hover {
    background: #0384c5 url(../images/icons/filter.png) no-repeat 10px center;
    background-size: 15px;
}
/*************** Filter ***************/
.FilterBar {
	position: absolute;
	display: none;
	width: 240px;
	padding: 15px 10px 10px 10px;
	background: rgb(95, 95, 95);
	box-shadow: 0px 1px 7px -2px #000;
	top: 100%;
	right: 0px;
	z-index: 3;
}
.FilterMin {
	width: 220px;
}
#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: default;
}
#FilterButt:hover {
	background: #cae1ec;
}
.FilterInputC1 {
	height: 25px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	margin: 0px 0px 8px 0px;
}
.FilterInputC2 {
	height: 25px;
	width: 49%;
	float: left;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	margin: 0px;
}
.FilterInputC3 {
	height: 25px;
	width: 49%;
	float: right;
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
	margin: 0px;
}
.FilterSeperator {
	display: block;
	height: 1px;
	background: #a0a0a0;
	margin: 6px 0px;
}
.FilterLabel {
	display: block;
	color: #fff;
	padding: 2px 0px;
}
.FilterLabelForCheckbox {
	float: left;
	color: #fff;
	width: 80px;
	height: 18px;
	line-height: 18px;
	padding: 0px 10px 0px 0px;
}
.FilterCheckBox {
	margin: 1px 6px 0px 0px;
	height: 18px;
	line-height: 18px;
	width: 14px;
	display: block;
	float: left;
}
.FilterLabelFor {
	display: block;
	float: left;
	width: 50px;
	height: 18px;
	line-height: 18px;
	color: #fff;
}
/*************** Pagination ***************/
#PaginationPrev {
	height: 30px;
	line-height: 30px;
	background: #F1F1F1;
	float: right;
	width: 30px;
	text-align: center;
	font-size: 16px;
	color: #4c4c4c;
	cursor: pointer;
}
#PaginationPages {
	height: 30px;
	line-height: 30px;
	background: #F1F1F1;
	float: right;
	border: none;
	border-right: 1px solid #E3E3E3;
	text-align: center;
	color: #4c4c4c;
	padding: 0px 5px;
	cursor: pointer;
}
#PaginationNext {
	height: 30px;
	line-height: 30px;
	background: #F1F1F1;
	float: right;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	width: 30px;
	text-align: center;
	font-size: 16px;
	color: #4c4c4c;
	cursor: pointer;
}
#PaginationPerPage {
	height: 30px;
	line-height: 30px;
	background: #F1F1F1;
	float: right;
	border: none;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	color: #4c4c4c;
	padding: 0px 10px;
	cursor: pointer;
	margin-right: 10px;
}
#PaginationPrev.disabled, #PaginationNext.disabled, #PaginationPages:disabled {
	background: #f9f9f9;
	color: #c7c7c7;
	cursor: default;
}
#PaginationPages:focus, #PaginationPerPage:focus {
	outline: 0;
}
/*************** Content ***************/
#ContentCon {
	width: calc(100% - 20px);
	margin: 10px auto;
	height: calc(100% - 110px);
	overflow: auto;
}
/*** Data Table ***/
#ContentCon .DataTable {
	width: 100%;
	background-color: #fff;
	font-size: 15px;
	color: #353535;
	cursor: default;
}
#ContentCon table, th, td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0px 5px;
	text-align: left;
}
#ContentCon .Titles th {
	background-color: #e2e2e2;
	color: #000;
	font-weight: bold;
}
.AmountDT {
	text-align: right;
}
.ResultsLine:hover {
	background: #d3e3ea;
}
.Highlight {
	background: #a9cdde;
}
.Highlight:hover {
	background: #8fbed4;
}
#ContentCon .SmallColumn {
	width: 20px;
	text-align: center;
	padding: 0px 5px;
}
#ContentCon .MediumColumn {
	width: 62px;
	padding: 0px 5px !important;
}
#ContentCon .DataTable th.Order {
	cursor: pointer;
	background-position: right 3px center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/sort.png);
	padding: 2px 14px 2px 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);
}
/*********************PopUp***********************/
.PopUpOverlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.54);
	z-index: 2;
}
.PopUpTitle {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 8px 15px 8px 15px;
    border-bottom: 1px solid #ccc;
}
.PopUpGuide {
	font-size: 15px;
	font-weight: 100;
	margin: 0px 0px 0px 10px;
}
.PopUpContent {
	height: calc(100% - 75px);
	overflow-y: auto;
}
.PopUpFooter {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 50px;
	padding: 10px 40px;
	box-shadow: 0px 0px 5px -2px #000;
}
.PopUpButt {
	float: right;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	margin: 0px 0px 0px 25px;
	background: #2196F3;
	color: #fff;
	font-weight: bold;
    cursor: pointer;
}
.PopUpLeftContent {
	display: block;
	float: left;
	width: calc(50% - 20px);
	margin: 0px 20px 0px 0px;
}
.PopUpRightContent {
	display: block;
	float: right;
	width: calc(50% - 20px);
	margin: 0px 0px 0px 20px;
}
.SectionTitle {
    display: block;
    margin: 15px 15px 3px 15px;
    border-bottom: 1px solid #ccc;
}
/************************************************/
.InputConC1 {
	display: block;
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.InputConC2 {
	display: block;
	float: left;
	width: calc(50% - 30px);
	margin: 0px 15px 15px 15px;
}
.InputConC3 {
	display: block;
	float: left;
	width: calc(33% - 20px);
	margin: 0px 10px 15px 10px;
}
.LabelC1 {
	display: block;
	width: 100%;
	margin: 0px;
}
.InputC1 {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0px 5px;
}
