*
{
	outline: none;
}

html
{
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	height: 100%;
}

body
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #F4F4F4;
	height: 100%;
}

.wrapper
{
	position: relative;
	width: auto;
	height: auto;
	min-height: 600px;
	border: 0px solid black;
	margin: 0 auto 0 0;
}

.header, .headerLong
{
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 1000;
	background: #ECECEC;
	border-bottom: 1px solid #b6b6b6;
}

.insideHeader
{
	position: absolute;
	width: 100%;
	height: 65px;
	background: #525252;
	z-index: 5;
	box-shadow:   inset 0 60px 6px #000000;
	/*border-bottom: 1px solid white;*/
}


.searchContainer
{
	position: absolute;
	background: white;
	width: auto;
	height: 35px;
	border: 1px solid white;
	bottom: 12px;
	margin-left: 230px;
	border-radius: 20px;
}

.searchContainer2
{
	position: relative;
	overflow: hidden;
	width: auto;
	height: 30px;
	border: 0px solid black;
	margin-left: 50px;
	margin-right: 50px;
}

.closeContainer
{
	position: absolute;
	width: auto;
	height: auto;
	border: 0px solid white;
	bottom: 15px;
	right: 50px;
}

.headerLong
{
	position: absolute;
}

.mainContent
{
	position: relative;
	width: auto;
	min-height: 300px;
	height: auto;
	overflow: hidden;
	border: 0px solid black;
	background: #525252;
}
.content
{
	position: relative;
	float: right;
	width: 82%;
	min-height: 730px;
	height: 100%;
	background: #f4f4f4;
	overflow: hidden;
	z-index: 2;
	/*box-shadow: -1px 0px 10px #7a7a7a;*/

}

.searchNewContainer
{
	position: relative;
	border: 0px solid black;
	width: auto;
	height: 30px;
	margin: 80px 10px 0px 35px;
}

.leftNav
{
	position: relative;
	width: 18%;
	height: auto;
	border: 0px solid black;
	background: #525252;
	z-index: 9;
}

.leftNav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-top: 15px;
	padding-left: 30px;
}

.leftNav .liNav
{
	position: relative;
	width: auto;
	padding: 16px 0px 7px 0px;
	background: transparent;
	color: white;
	margin-top: 10px;
	font-size: 11px;
	font-weight: normal;
	height: 33px;
}

.leftNav .liNav:hover
{
	color: white;
	background: #9a9898;
	padding: 16px 0px 7px 0px;
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
	height: 33px;
	text-decoration: none;
	margin-top: 10px;
	background: #BA1C1C;
}

.leftNav .active
{
	position: relative;
	margin-top: 10px;
	padding: 16px 0px 7px 0px;
	color: white;
	text-decoration: none;
	color: white;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	font-weight: normal;
	font-size: 11px;
	height: 33px;
	background: #BA1C1C;
}

.pointerImg
{
	position: absolute;
	margin-left: 100%;
	margin-top: -15px;
	display: none;
}

.leftNav a
{
	border: 0px solid transparent;
	text-decoration: none;
}
.leftNav a:hover
{
	border: 0px solid transparent;
	text-decoration: none;
}

.hiddenNav, .hiddenNav2, .hiddenNav3, .hiddenNav4, .hiddenNav5, .hiddenNav6, .hiddenNav0
{
	position: relative;
	z-index: 1;
	display: none;
	padding: 0px 0px 0px 0px;
	background: white;
	margin-left: 10px;	
	width: 94.5%;
	/*box-shadow: 1px 1px 5px #323232;*/

}

.hiddenNav a, .hiddenNav2 a, .hiddenNav3 a, .hiddenNav4 a, .hiddenNav5 a, .hiddenNav6 a, .hiddenNav0 a
{
	margin-left: 15px;
	font-size: 12px;
	text-align: center;
	color: #3F3F3F;
}

.linkA, .linkA2
{
	position: relative;
	width: auto;
	height: auto;
	padding: 5px;
	
}

.linkA2
{
	background: #F3F3F3;
}

.linkA:hover, .linkA2:hover
{
	text-decoration: none;
	color: #fff;
	background: #D0D0D0;
}

.navLink
{
	position: relative;
	border: 1px solid black;
	color: black;
}

.navLink:hover
{
	color: #007000;
	text-decoration: underline;
}

.textMini
{
	font-size: 13px;

}

.divNav
{
	position: relative;
	width: auto;
	height: 1px;
	color: #800f08;
	margin-bottom: 4px;
	margin-top: 4px;
}

.overviewContainerNew
{
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid black;
	overflow: hidden;
	margin: 20px 50px;
	padding: 0px;
}

.overviewContainer
{
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid black;
	/*border: 1px solid black;*/
	overflow: hidden;
	margin: 20px 50px;
	padding: 0px;
}

.overviewContainer ul, .overviewContainerNew ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px solid #4a4a4a;
	overflow: hidden;
}

.overviewContainer .overviewLi, .overviewContainerNew .overviewLi
{
	position: relative;
	float: left;
	min-height: 205px;
	height: auto;
	border: 0px solid #757575;
	border-radius: 9px;
	margin-bottom: 10px;
	padding: 3px;
	overflow: hidden;
}

.overviewLiFirst
{
	margin-right: 25px;
	width: 35%;
}

.overviewLiFirstNew
{
	margin-right: 25px;
	width: 40%;
}


.overviewLiSecond
{
	width: 61%;
}

.overviewLiSecondNew
{
	width: 54.5%;
}

.overviewLiThird
{
	margin-right: 20px; 
	width: 47.5% 
}

.overviewLiThirdNew
{
	margin-right: 20px; 
	width: 46.5% 
}

.overviewLiFourth
{
	width: 48.7%;
}

.overviewLiFourthNew
{
	width: 48.7%;
}


.overviewContainer .overviewLi2
{
	position: relative;
	width: 49.5%;
	float: left;
	min-height: 205px;
	height: auto;
	border: 1px solid #c4c4c4;
	border-top-left-radius: 12px;
	border-top-left-radius: 12px;
}

.divUp
{
	position: relative;
	width: 1px;
	height: 30px;
	background: white;
	border-left: 1px solid #9f9f9f;
	margin: 0px 5px;
}


.overviewLi table, .overviewLi td, .overviewLi tr
{
	border: 1px solid #e4e4e4;
}

.overviewContainer ul li:last-child
{
	margin-right: 0px;
}

.divSpan
{
	position: relative;
	width: auto;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 8px;
	margin-bottom: 10px;
}

.bar1
{
	width: 10px;
	height: 0px;
	background:#7CBB00;
	color:#7CBB00;
	border-radius: 4px;
}
.bar2
{
	width: 10px;
	height: 0px;
	background:#009CEA;
	color:#009CEA;
	border-radius: 4px;
}
.bar3
{
	width: 10px;
	height: 0px;
	background:#AA04AC;
	color:#AA04AC;
	border-radius: 4px;
}

.chartContainer
{
	position: relative;
	width: auto;
	height: auto;
	margin: 0px 50px 50px;
	border-radius: 0px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 0px black;
	background: white;
	padding: 5px;
	overflow: hidden;
}

.chartContainer2
{
	position: relative;
	width: auto;
	height: auto;
	margin: 0px 50px 50px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 0px black;
	background: white;
	padding: 5px;
	overflow: hidden;
}

.chartContainer3
{
	position: relative;
	width: auto;
	height: auto;
	margin: 0px 15px 50px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 0px black;
	background: white;
	padding: 5px;
	overflow: hidden;
}

.trendContainer
{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
}

.depositContainer
{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	background: white;
	margin: 0px 50px;
}

.comparativeContainer
{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	border: 1px solid black;
	margin: 0px 50px;
	border: 0px solid #48484A;
	background: #E1E1E1;
}



.titleContainer
{
	position: relative;
	width: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	padding: 43px 50px 43px;
	margin-bottom: 40px;
	font-size: 25px;
	color: #3f3f3f;
	text-shadow: inset 1px 0px 0 white;
	font-weight: normal;
	border-bottom: 1px solid  #C0C0C0;
	box-shadow: 0px 2px 0px #f4f4f4;
	text-transform:capitalize;
	background: #ffffff;
	color: black;
}

.titleContainerDashboard
{
	position: relative;
	width: auto;
	padding-top: 10px;
	padding: 43px 50px 0px;
	margin-bottom: 40px;
	font-size: 25px;
	color: #3f3f3f;
	text-shadow: inset 1px 0px 0 white;
	font-weight: normal;
	border-bottom: 1px solid  #C0C0C0;
	box-shadow: 0px 2px 0px #f4f4f4;
	text-transform:capitalize;
	background: #ffffff;
	color: black;
}

.titleContainer2
{
	position: relative;
	width: auto;
	padding: 24px 50px 24.5px;
	font-size: 20px;
	color: #3f3f3f;
	text-shadow: inset 1px 0px 0 white;
	font-weight: normal;
	border: 0px solid black;
	color: white;
}

.titleContainerSmall
{
	position: relative;
	width: auto;
	padding-bottom: 20px;
	font-size: 17px;
	color: #3f3f3f;
	font-weight: normal;
	border: 0px solid black;
}

.titleContainerLine
{
	position: relative;
	width: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 23px;
	color: #333333;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	border-bottom: 1px solid #c4c4c4;
}

.tableContainerHis1, .tableContainerHis2, .tableContainerHis3, .tableContainerHis4
{
	position: relative;
	width: auto;
	height: auto;
	margin: 10px 50px;
	display: none;
}

.tableContainerHis5
{
	position: relative;
	width: auto;
	height: auto;
	margin: 10px 10px;
	display: none;
}


.tableContainer
{
	position: relative;
	width: auto;
	height: auto;
	/*overflow: hidden;*/
	margin: 10px 50px;
}

.tableContainer5
{
	position: relative;
	width: auto;
	height: auto;
	/*overflow: hidden;*/
	margin: 10px 10px;
}

.tableContainerWidth
{
	position: relative;
	width: auto;
	height: auto;
	margin: 0px;
	overflow-x: scroll;
	border: 0px solid black;
	background: white;
}

.tableContainer4
{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0px 54px 30px 50px;
	
	/*border: 1px solid #757575;*/
	border-radius: 9px;
	padding: 4px;
}

.prefeNav
{
	position: relative;
	width: auto;
	height: auto;
	border: 1px solid transparent;
	margin:10px 10px 0px 10px;
	border-radius: 3px;
	overflow: hidden;
}

.prefeNav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.prefeNav ul li
{
	position: relative;
	float: left;
	width: 313px;
	height: 50px;
	border: 1px solid none;
	margin-left: 5px;
	text-align: center;
	color: white;
	padding-top: 26px;
	cursor: pointer;
}

.prefeNav img
{
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.st
{
	background: #14B8D4;
}

.id
{
	background: #EA494A;
}

.dw
{
	background: #FFA93C;
}

.stDiv
{
	position: relative;
	width: auto;
	margin: 15px;
	height: 130px;
	border: 1px solid #14B8D4;
	display: none;
	padding: 20px;
	font-size: 18px;
	color: #828282;
}

.idDiv
{
	position: relative;
	width: auto;
	margin: 15px;
	height: 130px;
	border: 1px solid #EA494A;
	display: none;
	padding: 20px;
	font-size: 18px;
	color: #828282;
}

.dwDiv
{
	position: relative;
	width: auto;
	margin: 15px;
	height: 130px;
	border: 1px solid #FFA93C;
	display: none;
	padding: 20px;
	font-size: 18px;
	color: #828282;
}

.pointer, .clickByDay, .byTransactions
{
	cursor: pointer;
}

.tableContainer2, .tableContainer3
{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 10px;
	display: none;
}

.headerContent
{
	position: relative;
	width: auto;
	height: 60px;
	border: 0px solid white;
	margin-right: 50px;
}

.headerContent .ulNav
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.headerContent .liNav
{
	height: 59px;
	float: left;
	border-left: 1px solid #b6b6b6;
}


.headerContent li:last-child
{
	border-right: 0px solid transparent;	
}

.liNav:hover
{
background: #ececec; /* Old browsers */
background: -moz-linear-gradient(top,  #ececec 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ececec 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ececec 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ececec 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ececec 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}

.userName, .coName
{
	font-size: 14px;
	color: black;
	padding: 20px;
	font-weight: bold;
}

.liNav .divspan
{
	position: absolute;
	z-index: 1;

}

.divSpanContent
{
	position: absolute;
	font-weight: normal;
	color: white;
	font-size: 10px;
	width: 25px;
	margin-left: -30px;
	text-align: center;
	margin-top: 0px;
	height: auto;
	background: #D0D0D0;
	background: #808080;
	border-radius: 4px;
	text-shadow: 1px 1px 1px black;
	box-shadow: inset 1px 1px 1px #686868;
}

.divSpanContent span
{
	position: relative;
	line-height: 22px;
}


.peetowName
{
	position: relative;
	width: 150px;
	height: auto;
	padding-top: 1px;
	margin-left: 22px;
}

.peetowName img
{
	position: absolute;
	width: 110px;
	z-index: 1;
	margin-top: 5px;
}

.loginMainContainer
{
	position: relative;
	width:99%;
	margin: 0px auto;
	top: 40px;
}

.loginContainer
{
	position: relative;
	width: 320px;
	height: auto;
	margin: 0 auto;
	border: 0px solid green;
	z-index: 1;
	text-align: center;
	padding: 60px 60px 40px;
}

.loginContainerHeader
{
	position: relative;
	color:#ffffff;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	height: auto;
	z-index: 2;
	border: 0px solid black;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.loginHeaderRed
{
	position: absolute;
	height: 50px;
	width: 100%;
}

.peetowLoginLogo
{
	margin: 0 auto;
}

.peetowLoginLogoNew
{
	margin: 7px 12px;
	width: 95px;
	position: absolute;
	left: 74%;
}

.peetowLoginLogo2
{
	margin: 10px 40px;
}

.loginForms
{
	width: auto;
	margin-top: 20px;
	text-align: center;

}

.clickable, .clickable2
{
	cursor: pointer;
}

.clickableD1, .clickableD2, .clickableD3, .clickableD4
{
	cursor: pointer;
}

.textRead
{
	color: red;
}

.brList
{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.brList li
{
	float: left;
	width: 180px;
	height: auto;
	padding: 2px;
	margin: 2px
	margin-bottom: 0px;
}

.checkOK0, .checkOK1, .checkOK2
{
	visibility: hidden;
}

.okLogo
{
	visibility: hidden;
}

.byDayFilterContainer
{
	position: relative;
	width: 100%;
	height: auto;
	border: 0px solid black;
	overflow: hidden;
}

.fileupload {
    width: 140px;
    height: 140px;
    position: relative;
	border: 1px solid #e4e4e4;
    overflow: hidden;
    background: ...; /* and other things to make it pretty */
}

.imageUpload
{
	width: 140px;
	height: 140px;
	border: px solid black;
}

.imageUpload p
{
	text-align:center;
	padding-top: 60px;
	height: 140px;
}


.fileupload input {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0);
    font-size: 300px;
    height: 200px;
}

.itemContainer ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.itemLi
{
	position: relative;
	width: auto;
	height: auto;
	padding: 15px 15px 15px 15px;
	background: white;
	margin-bottom: 15px;
	border-radius: 8px;
}


.itemImage
{
	width: 120px;
	border: 1px solid #c4c4c4;
	padding: 2px;
}

.itemImage2
{
	width: 60px;
	margin-right: 10px;
}

.tagLi
{
	float: left;
	padding: 0px 8px;
	width: auto;
	height: auto;
	background: #e4e4e4;
	margin-right: 5px;
	border: 1px solid #c4c4c4;
	font-size: 11px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.tagLi:first-child
{
	margin-left: 30px;
}

.hiddenTd
{
	display: none;
}

.hiddenCont
{
	display: none;
}

.overViewContainerHeader2
{
	position: relative;
	width: auto;
	padding: 10px 15px;
	height: auto;
	color: black;
	overflow: hidden;
	border-top-left-radius: 1px;
	border-top-right-radius: 5px;
	color: black;
	font-family: arial;
	font-weight: bold;
}

.overViewContainerHeader3
{
	position: relative;
	width: auto;
	height: auto;
	padding: 5px 5px;
	color: black;
	border-bottom: 1px solid #252525;
	overflow: hidden;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
}

.contentDiv
{
	position: relative;
	width: auto;
	height: auto;
	padding: 10px 15px 13px;
	border: 0px solid black;
	background: white;
	border-radius: 0px;
}

.contentDiv2
{
	position: relative;
	width: auto;
	max-height: 220px;
	height: auto;
	border: 0px solid black;
	padding: 5px;
	overflow-y: auto;
}

.contentDiv3
{
	position: relative;
	width: auto;
	height: auto;
	padding: 5px 15px;
	border: 0px solid black;
	background: white;
	border-radius: 0px;
}

.progContainerChart
{
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid black;
	margin: 0px 0px;
}

.comparisonContainer
{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 10px;
	border: 0px solid black;
}

.table-header
{
	background: #48484A; /* Old browsers */
	color: black;
	font-size: 12px;
	font-size: normal;
}

.table-header:first-child
{
	border-top-left-radius: 0px;
}

.table-header:last-child
{
	border-top-right-radius: 0px;
}

.borderDiv
{
	border: 1px solid #464646;
	border-radius: 10px;
}

.companyLogoContainerRed
{
	position: absolute;
	z-index: 2;
	width: 114px;
	margin-top: 65px;
	margin-left: 3px;
	height: 58px;
	background: #cf1f1f;
	background: #525252;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	
}

.companyLogoContainerGray
{
	position: absolute;
	z-index: 4;
	width: 140px;
	height: 60px;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	background: #ECECEC;

}

.borderShadow
{
	position: absolute;
	margin-top: 28px;
	margin-left: 7.5px;
	width: 104px;
	background: #ECECEC;
	height: 90px;
	z-index: 3;
	box-shadow: 0px 1px 1px #606060f;
}

.logoContainer
{
	position: absolute;
	width: 94px;
	height: 94px;
	background: white;
	z-index: 5;
	margin-left: 12px;
	margin-top: 18px;
}

.logoContainer img
{
	border: 1px solid #bfbfbf;
}


.pointerImgAct
{
	position: absolute;
	margin-left: 100%;
	margin-top: 2px;
	display: block;	
}

.navSpan
{
	margin-left: 10px;
	font-size: 14px;
	font-family: arial;
	
}

.loginHeader
{
	position: relative;
	width: auto;
	height: 75px;
	background: #F4F4F4;
	z-index: 9999;
	border: 0px solid black;
}

.loginField
{
	margin-bottom: 5px!important;
	text-align: center!important;
	padding: 7px 0px!important;
	border-radius: 4px!important;
	outline: none!important;
	box-shadow: none!important;
	width: 100%;
}

.loginBtn {
	width: 100%!important;
	padding: 7px!important;
}

.filterContainer
{
	position: relative;
	width: auto;
	height: auto;
	padding: 10px 15px 5px;
	overflow: hidden;
	margin-top: 20px;
}

.text9797
{
	color: #979797;
}

.text5BB35B
{
	color: #5BB35B;
}

.text6c0c06
{
	color: #6c0c06;
}

.textff0000
{
	color: #ff0000;
}

.textAF0202
{
	color: #AF0202;
}

.textBold
{
	font-weight: bold;
}

.text8
{
	font-size: 8px;
}

.text9
{
	font-size: 9px;
}

.text10
{
	font-size: 10px;
}

.text11
{
	font-size: 11px;
}

.text12
{
	font-size: 12px;
	
}

.text13
{
	font-size: 13px;
}

.text14
{
	font-size: 14px;
}

.text15
{
	font-size: 15px;
}

.text16
{
	font-size: 16px;
}

.text17
{
	font-size: 17px;
}

.text18
{
	font-size: 18px;
}

.text19
{
	font-size: 19px;
}

.text20
{
	font-size: 20px;
}
.text21
{
	font-size: 21px;
}
.text22
{
	font-size: 22px;
}
.text23
{
	font-size: 23px;
}

.text24
{
	font-size: 24px;
}

.text25
{
	font-size: 25px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
	height: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #bbb;
}
 
/* Handle */
::-webkit-scrollbar-thumb {

    background: #C93636; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #C93636; 
}

#searchBox
{
	padding: 7px; 
	font-size: 19px;
	border-radius: 20px;
	border: 0px solid transparent;
	outline: none;
	box-shadow: none;
}

#searchBox:focus
{
	border: 0px solid transparent;
	outline: none;
	box-shadow: none;
}


.checkboxes
{
	margin-left: 10px;
	margin-top: 2px;
	border: 0px solid black;
	width: 0px;
	height: 20px;
	overflow:hidden;
}

.returnImg
{
	position: absolute;
	display: none;
	margin-top: -15px;
	margin-left: 2px;
}

.filterDown
{
	margin-top: -15px;
	position: absolute;
	margin-left: 2px;
}

.searchResultContainer
{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 10px 50px 20px 50px;
}

.noDataContainer
{
	position: relative;
	width: auto;
	height: auto;
	border-bottom: 1px solid #c4c4c4;
	color: black;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.employeeContainer, .BranchContainer
{
	position: relative;
	width: auto;
	height: auto;
	border-bottom: 1px solid #939393;
	padding: 10px;
	background: white;
}

.pageNotFound
{
	position: relative;
	width: auto;
	height: auto;
	margin: 230px 100px;
	border: 0px solid black;
	text-align: center;
	font-size: 20px;
	color: #717171;
	line-height: 30px;
	text-shadow: 1px 1px 1px white;
}

.deviceLi
{
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid black;
}

.deviceLi ul
{
	position: relative;
	padding: 0px;
	margin: 0px;	
}

.deviceLi li
{
	position: relative;
	width: auto;
	height: auto;
	padding: 5px 0px;
	border-bottom: 1px solid #3C3C3C;
	list-style: none;
	overflow: hidden;
}

.numCon
{
	width: 30px;
}

.userImage
{
	position: relative;
	width: 35px;
	height: 35px;
	border: 1px solid #c4c4c4;
	box-shadow: 1px 1px 1px white;
	float: left;
	margin-top: 11px;
	margin-left: 10px;
	background-size:100%;
}

.importContainer
{
	position: relative;
	width: auto;
	height: 377px;
	border: 1px solid white;
}

.formContainer
{
	position: relative;
	width: auto;
	height: auto;
	margin-left: 100px;
	margin-top: 50px;
}

.btnHall
{
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	margin-left: 4px;
	cursor: pointer;

}

.btnHallBack
{
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	margin-left: 4px;
	cursor: pointer;
	display: none;
}

.orderItemContainer
{
	position: relative;
	width: 100%;
	height: 400px;
	overflow-y: auto;
	background: #d1d1d1;
	margin-top: -10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.orderItemContainer ul
{
	padding: 0px;
	margin: 0px;
}

.orderItemContainer ul li
{
	position: relative;
	width: auto;
	height: auto;
	padding: 10px 10px;
	background: #d8d6d6;
	font-size: 15px;
	cursor: pointer;
	word-break: break-all;
}

.orderItemContainer ul li:nth-child(odd)
{
	background: #E8E8E8;
}

.itList lili:nth-child(odd)
{
	background: #E8E8E8;
}

.tableItemC
{
	position: relative;
	width: auto;
	height: 318px;
	border: 0px solid #26292D;
	background: white;
	border-radius: 6px;
}

.tableItemCHeader
{
	position: relative;
	width: auto;
	height: auto;
	padding: 15px;
	border: 1px solid #C4C4C4;
	border-bottom: 0px solid #C4C4C4;
	background: #e4e4e4;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.tableItemCContent
{
	position: relative;
	width: auto;
	height: 277px;
	border: 1px solid #C4C4C4;
	overflow-y: auto;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.tableItemCContent2
{
	position: relative;
	width: auto;
	height: 280px;
	border: 1px solid #C4C4C4;
	overflow-y: auto;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: white;
	
}

.tableItemCEach
{
	padding: 10px 8px;
	border-bottom: 1px solid #e4e4e4;
}

.dailyAveContainer
{
	position: absolute;
	width: 110px;
	height: 35px;
	background: white;
	border: 1px solid #c4c4c4;
	z-index: 1;
	padding: 2px 25px 5px;
	font-size: 11px;
	text-align: center;
	right: 40px;
	top: 16px;
	opacity: .7;
}

.yesterdayAveContainer
{
	position: absolute;
	width: 110px;
	height: 35px;
	background: white;
	border: 1px solid #c4c4c4;
	z-index: 1;
	padding: 2px 25px 5px;
	font-size: 11px;
	text-align: center;
	right: 40px;
	top: 70px;
	opacity: .7;
}

.thisC
{
	height: 140px;
}

.priceDiv
{
	position: relative;
	width: auto;
	height: 170px;
	border: 1px solid white;
}

.tableContainerSub1, .tableContainerSub2, .tableContainerSub3, .tableContainerSub4
{
	position: relative;
	width: auto;
	height: auto;
	margin: 10px 50px;
	border: 0px solid black;
}

.versionContainer
{
	position: absolute;
	width: auto;
	height: auto;
	margin-left: 100px;
	margin-top: 35px;
}

#passwordDescription
{
	margin-top: 2px;
	font-family: arial;
	font-size: 9px;
	color: black;
}
#passwordStrength
{
	height:10px;
	display:block;
	float:left;
}

.strength0
{
	width:223px;
	background:#cccccc;
}


.strength1
{
	width:44px;
	background:#ff0000;
	max-width: 223px;
}

.strength2
{
	width:88px;	
	background:#ff5f5f;
}

.strength3
{
	width:142px;
	background:#157800;
}

.strength4
{
	background:#1EAC00;
	width:180px;
}

.strength5
{
	background: #2DFF00;
	width:223px;
}

.monthlyChart
{
	position: relative;
	min-height: 230px;
}



#password_information
{
	display: none;
	background: white;
	border: 1px solid #c2c2c2;
	position: absolute;
	width: 194px;
	height: 40px;
	margin-left: 410px;
	margin-top: 486px;
	padding: 2px;
}

#password_information img
{
	position: absolute;
	margin-left: -12px;
	margin-top: 1px;
}

#password_information p
{
	margin-top: 2px;
	font-size: 9px;
	font-family: arial;
	margin-left: 3px;
}

.uls
{
	position: relative;
	margin: 0px 50px;
	border: 0px solid black;
	width: auto;
	overflow: hidden;
	font-size: 12px;
}

.uls2
{
	position: relative;
	margin: 0px 0 px;
	border: 0px solid black;
	width: auto;
	overflow: hidden;
}

.uls .dn, .uls2 .dn
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px solid black;
	overflow: hidden;
}

.uls .dnn, .uls2 .dnn
{
	float: left;
	position: relative;
	width: 100px;
	height: 20px;
	padding: 7px 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: white;
	text-align: center;
	cursor: pointer;
	margin-top: 8px;
}

.uls .dnn2
{
	float: left;
	position: relative;
	width: 32.8%;
	height: auto;
	padding: 7px 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: white;
	text-align: center;
	cursor: pointer;
	margin-top: 5px;
	
}


.uls li:hover
{
	/* background: #fd9125; /* Old browsers */
	/* background: -moz-linear-gradient(top,  #fd9125 0%, #fd9125 31%, #de7f23 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9125), color-stop(31%,#fd9125), color-stop(100%,#de7f23)); /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* IE10+ */
	/* background: linear-gradient(to bottom,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9125', endColorstr='#de7f23',GradientType=0 ); /* IE6-9 */
	
	/* box-shadow: inset 1px 0px 0px transparent; */
	
}

.ddnActive
{
	float: left;
	position: relative;
	width: 100px;
	height: 22px;
	padding: 10px 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: white;
	text-align: center;
	cursor: pointer;
	background: #fd9125; /* Old browsers */
	background: -moz-linear-gradient(top,  #fd9125 0%, #fd9125 31%, #de7f23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9125), color-stop(31%,#fd9125), color-stop(100%,#de7f23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9125', endColorstr='#de7f23',GradientType=0 ); /* IE6-9 */
}

.ddnActive2
{
	float: left;
	position: relative;
	width: 34.2%;
	padding: 7px 0px;
	height: auto;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	/*border-left: 1px solid #E08023;*/
	color: white;
	text-align: center;
	cursor: pointer;
	height: 25px;
	/*background: #fd9125; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #fd9125 0%, #fd9125 31%, #de7f23 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9125), color-stop(31%,#fd9125), color-stop(100%,#de7f23)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #fd9125 0%,#fd9125 31%,#de7f23 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9125', endColorstr='#de7f23',GradientType=0 ); /* IE6-9 */
	
}

.overviewContainer2
{
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid black;
	/*border: 1px solid black;*/
	overflow: hidden;
	margin: 0px 0px;
	padding: 0px;
}

.overviewContainer2 ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px solid #4a4a4a;
	overflow: hidden;
}

.overviewContainer2 .overviewLi
{
	position: relative;
	width: 47.3%;
	float: left;
	min-height: 205px;
	height: auto;
	overflow: hidden;
	padding: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #d4d3d3;
	box-shadow: 1px 0px 0px #f2f2f2;
}

.overviewContainer2 .overviewLi:last-child
{
	border-right: 0px solid black;
	box-shadow: -1px 0px 1px transparent;
}


.overViewContainerHeader22
{
	position: relative;
	width: auto;
	padding: 20px 5px 5px;
	height: auto;
	color: black;
	overflow: hidden;
	color: white;
	letter-spacing: 1px;
}

.wheel
{
	position: relative;
}

.wheel2
{
	position: relative;
	margin: 8px 10px;
}

.wheelContainer
{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	padding-left: 4px;
}


.copyRight
{

	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #515151;
	font-size: 10px;
	bottom: 0px;
	border: 0px solid black;
	margin-top: 20px;
}

.textBlack
{
	color: #646464;
}

.imgLock
{
	position: absolute;
	margin-top: 3px;
	margin-left: 7px;
}

.reslistNav
{
	display: none;
}

.empImage
	{
		position: relative;
		width: 70px;
	}
	
.checkContainer
{
	position: relative;
	width: auto;
	height: auto;
	margin: 10px 50px;
}

.errorContainer
{
	position: relative;
	width: auto;
	height: auto;
	border: 1px solid #a00202;
}

.savePromp
{
	position: absolute;
	width: 150px;
	height: auto;
	padding: 8px 10px;
	background: #418AC8;
	color: white;
	text-align: center;
	display: none;
	right: 15px;
	font-size: 12px;
	top: 0px;
	border-radius: 4px;
	z-index: 99;
}

.savePromp2
{
	position: absolute;
	width: 150px;
	height: auto;
	padding: 8px 10px;
	background: #418AC8;
	color: white;
	text-align: center;
	display: none;
	right: 50px;
	font-size: 12px;
	top: 0px;
	border-radius: 4px;
	z-index: 99;
}

.draftContainer
{
	position: relative;
	width: auto;
	height: auto;
	/*overflow: hidden;*/
	margin: 10px 50px;
	display: none;
	background: #F78D24;
	padding: 10px 10px;
	color: white;
	border-radius: 8px;
}

.draftEachContainer
{
	position: relative;
	width: auto;
	height: auto;
	padding: 2px 5px;
}

.draftTable:hover
{	
	background: #ee7906;
}

.saveD:hover
{
	cursor: pointer;
}

.trVoid
{
	display: none;
	color: white;	
}

.voidInfo
{
	margin-left: 40px;	
}

.current
{
	font-weight: bold;
}

.cl
{
	margin-left: 55px;
}

.tYellow
{
	color: #e55c00;
}

.tRed
{
	color: #ff2424;
}

.tBlue
{
	color: #2047b7;
}

.tGreen
{
	color: #136e0f;
}

.notConmpatible
{
	margin-top: 20px;
	display: none;
}

.divAcc
{
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
	height: 280px;
	border-right: 1px solid #e4e4e4;
	
}

.divDash
{
	width: 80px;
}

.divInventory
{
	
}

.coo
{
	position: relative;
	width: auto;
	margin-right: 10px;
	border: 0px solid black;
}

.stat
{
	cursor: pointer;
}

.totalText
{
	font-weight: bold;
}

.dashboardNav
{
	position: relative;
	width: auto;
	height: auto;
	border: 0x solid black;
	margin-top: 30px;
	font-size: 14px;
}

.healthMonitorContainer
{
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid black;
	margin: 0px 50px;
}

.healthMonitorInsideContainer
{
	position: relative;
	width: auto;
	min-height: 310px;
	height: auto;
	background: white;
	border: 0px solid black;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #c4c4c4;
}

.syncInfo
{
	position: relative;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background: #4096EE;
	margin: 10px;
	border-radius: 4px;
	color: white;
	font-size: 12px;
}

.syncReportBranch
{
	position: relative;
	width: auto;
	height: auto;
	border: 1px solid #e4e4e4;
	margin: 10px;
	padding-bottom: 5px;
	border-radius: 4px;
	background: #fbfbfb;
}

.syncReportBranchTitle
{
	position: relative;
	width: auto;
	height: auto;
	margin: 6px 15px 6px 6px;
	font-size: 13px;
	color: #3d3d3d;
}

.cRed
{
	background: #A70000;
}

.cYellow
{
	background: #F18A25;
}

.syncReportBranchList
{
	position: relative;
	font-size: 12px;
	color: #3d3d3d;
	max-height: 180px;
	overflow-y: auto;
	margin-right: 5px;
}

.syncReportBranchList ul
{
	position: relative;
	width: auto;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.syncReportBranchList li
{
	position: relative;
	width: auto;
	padding: 5px;
	border: 0px solid black;
	margin-left: 15px;
	margin-right: 5px;
}

.syncReportBranchList li:hover
{
}

.prompMsg
{
	position: relative;
	color: #a00202;
	font-size: 11px;
	display: none;
	float: left;
	line-height: 30px;
}

.dashboardLeft
{
	position: relative;
	width: 80%;
	border: 0px solid black;
	float: left;
}

.dashboardRight
{
	position: absolute;
	width: 20%;
	border: 0px solid black;
	float: right;
	right: 0;
	margin-top: -40px;
	height: 100%;
	background: #e8e8e8;
	border-left: 1px solid #a9a9a9;
}

.dashboardRightTitle
{
	position: absolute;
	width: 105%;
	height: auto;
	padding: 7px 5px;
	background: #525252;
	color: white;
	margin-left: -4px;
	text-align: center;
	font-size: 11px;
	margin-top: 15px;
}

.dashboardRightFeed
{
	position: relative;
	width: auto;
	margin-top: 60px;
	border: 0px solid black;
	height: auto;
	max-height: 1025px;
	overflow-y: auto;
	margin-right: 1px;
}

.syncTxt
{
	font-size: 11px;
	color: #969696;
}

.ulRecent
{
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.ulRecent li
{
	position: relative;
	width: auto;
	height: auto;
	border-bottom: 1px solid #A9A9A9;
	padding: 10px 5px 5px;
	font-size: 12px;
	color: #3d3d3d;
	transition: all .5s ease-out;
}

.recentTime
{
	position: relative;
	width: auto;
	overflow: hidden;
	color: #9d9d9d;
	font-size: 10px;
}

.recentActNo
{
	color: #959595;
	font-size: 12px;
}

.c1
{
	background: #700404;
}

.c2
{
	background: #A30505;
}

.c3
{
	background: #BA1C1C;
}

.c4
{
	background: #C93636;
}

.c5
{
	background: #D15252;
}

.unActive
{
	background: #e4e4e4;
}

.companyName
{
	position: absolute;
	margin-top: 27px;
	margin-left: 176px;
	border: 0px solid red;
	height: 30px;
	width: 300px;
	z-index: 99;
	font-size: 26px;
	font-weight: bold;
	color: #525252
	text-shadow: 1px 1px 1px white;
}

.msgNoQuota
{
	position: absolute;
	right: 0;
	border: 0px solid red;
	margin-top: 13px;
	font-size: 12px;
	color: #ba1c1c;
}

.dda
{
	position: relative;
	margin-top: -2px;	
	color: #6E6E6E;
}

.diff
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}

.legendContainer
{
	position: relative;
	margin: 0px 50px 8px;
	color: black;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	border: 0px solid black;
	float: left;
	z-index: 999;
}

.greenBox
{
	position: absolute;
	width: 20px;
	height: 20px;
	background: green;
	border: 1px solid black;
}

.yellowBox
{
	position: absolute;
	width: 20px;
	height: 20px;
	background: yellow;
	border: 1px solid black;
	margin-left: 25px;
}

.redBox
{
	position: absolute;
	width: 20px;
	height: 20px;
	background: red;
	border: 1px solid black;
	margin-left: 50px;
}

.grayBox
{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #D0D0D0;
	border: 1px solid black;
	margin-left: 75px;
}

.limitContainer
{
	position: relative;
	margin: 0px 50px 8px;
	color: #FF6B22;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	border: 0px solid black;
	
}

.limitContainer a
{
	color: #FF6B22;
	cursor: pointer;
}

.limitContainer .asActive
{
	color: #5c5c5c;
	text-decoration: underline;
}

.optionContainer
{
	position: relative;
	display: none;
	width: auto;
	height: auto;
	border: 1px solid #c4c4c4;
	position: absolute;
	z-index: 999;
	background: white;
	padding: 10px;
	border-radius: 4px;
	right: 50px;
}

.msgVoidNum
{
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid red;
	padding: 13px 0px 0px;
	margin: 0 50px;
	text-align: right;
	font-size: 12px;
	color: #BA1C1C;
}

.txx
{
	cursor: pointer;
}

.AccessTitleGroup
{
	position: relative;
	width: auto;
	height: auto;
	padding: 30px 0px 1px;
	border-bottom: 1px solid #c4c4c4;
}

.promptErrorBeg, .promptErrorBeg2
{
	position: relative;
	float: left;
	color: #ff2424;
	font-weight: normal;
}

.itemSelected
{
	cursor: pointer;
}

.itemSelected:hover
{
	background: #f4f4f4;
}

.tabcContainer
{
	position: relative;
	width: auto;
	height: 90px;
	border: 0px solid red;
	margin-top: 20px;
}

.payContainer
{
	position: relative;
	width: auto;
	height: auto;
	padding: 10px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.cashContainer, .creditContainer, .ccreditContainer, .ccostumerContainer
{
	position: relative;
	width: auto;
	height: auto;
	border: 1px solid #e4e4e4;
	padding: 20px;
	background: white;
}

.creditContainer
{
	display: none;
}

.sellerContainer
{
	margin-top: 10px;
}

.dnnDiv2, .dnnDiv3
{
	display: none;
}
	
.ddPayHeader
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}

.xcd1, .xcd2, .xcd3, .xcd4
{
	display: none;
}

.msgPayError
{
	margin-right: 10px;
	color: #a30000;
	font-size: 12px;
}

.icon
{
	cursor: pointer;
}

.alertQty
{
	display: none;
}

.timsieContainer
{
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid black;
	background: white;
}

.timsieContainerHeader
{
	position: relative;
	width: auto;
	height: auto;
	background: #E0E0E0;
	margin-bottom: 10px;
}

.timsieContainerHeaderTop
{
	position: relative;
	width: auto;
	background: #E0E0E0;
	height: 100px;
}

.timsieContainerHeaderBottom
{
	position: relative;
	width: auto;
	background: #27AAE0;
	height: 35px;
	box-shadow: 0px 3px 3px #cacaca;
}

.timsieContainerMain
{
	position: relative;
	width: auto;
	min-height: 550px;
	height: auto;
	background: white;
	border: 0px solid black;
}

.timsieContainerFooter
{
	position: relative;
	width: auto;
	height: 40px;
	background: #E0E0E0;
}

.timsieContainerFooterTop
{
	position: relative;
	width: auto;
	background: #27AAE0;
	height: 10px;
	box-shadow: 0px -3px 3px #cacaca;
}

.timsiePageTitle
{
	position: relative;
	width: auto;
	height: auto;
	padding: 40px;
	border: 0px solid black;
	color: #27AAE0;
	font-size: 23px;
	text-align: center;
	font-weight: 600;
}

.timsiePageContain
{
	position: relative;
	width: auto;
	height: auto;
	border: 0px solid black;
}

.timsieTable
{
	position: relative;
	width: 100%;
	box-shadow: 0px -2px 2px #cacaca, 0px 2px 2px #cacaca;
	border-radius: 0px;
}

.timsieTable th
{
	font-size: 12px;
	color: #999999;
	padding: 8px 0px;
	border-bottom: 1px solid #cacaca;
}

.timsieTable tr
{

	border-bottom: 1px solid transparent;
}

.timsieTable td
{
	font-size: 12px;
	color: black;
	padding: 8px 0px;
	text-align: center;
	border-left: 1px solid #cacaca;
}

.trFooter td
{
	font-size: 14px;
	color: #D94938;
	font-weight: bold;
	padding: 8px 0px;
	text-align: center;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.trData:hover
{
	cursor: pointer;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.remHere
{
	width: 545px
}

.fixtable table{
	width: 100%;
}

.fixtable thead, .fixtable tbody, .fixtable tr, .fixtable td, .fixtable th { 
	display: block; 
}

.fixtable tr:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
}

.fixtable thead th {
	height: 30px;
	/*text-align: left;*/
}

.fixtable tbody {
	height: 400px;
	overflow-y: auto;
}

.fixtable thead {
	/* fallback */
}


.fixtable tbody td, .fixtable thead th {
	width: auto;
	float: left;
}

.fixtable tbody td
{
	height: 20px;
}

.errorSyncContainer
{
	position: absolute;
	width: 70%;
	height: auto;
	
	background: white;
	border: 1px solid #c4c4c4;
	right: 0px;
	padding: 10px;
	border-radius: 6px;
}

.errorListLog
{
	position: relative;
	width: auto;
	height: auto;
	max-height: 300px;
	overflow-x: auto;
}

.priceContainer
{
	position: absolute;
	width: auto;
	height: auto;
	padding: 10px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	background: white;
	top: 78px;
	right: 50px;
	z-index: 500;
	display: none;
}

.divDepositList
{
	position: relative;
	border: 0px solid black;
	height: auto;
}

.lineCDiv{
	position: relative;
	height: 1px;
	background: #e6e6e6;
	border-bottom: 1px solid white;
}

.newDepositList
{
	position: relative;
	width: auto;
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-left: 7%;
}

.promptWarningHeader, .promptWarningHeader2
{
	position: relative;
	width: auto;
	height: 20px;
	padding: 8px 10px;
	background: #FFEB3B;
	border-bottom: 1px solid #BFBFBF;
	color: black;
}

.AddingContainer
{
	position: relative;
	width: auto;
	height: auto;
	background: white;
	border: 1px solid #D0D0D0;
	padding: 30px;
	border-radius: 8px;
}

.ppCon
{
	position: relative;
	width: 70%;
	margin: 0 auto;
	border: 0px solid black;
}
