@font-face {
    font-family: 'fjalla_oneregular';
    src: url('fonts/fjallaone-regular-webfont.eot');
    src: url('fonts/fjallaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fjallaone-regular-webfont.woff') format('woff'),
         url('fonts/fjallaone-regular-webfont.ttf') format('truetype'),
         url('fonts/fjallaone-regular-webfont.svg#fjalla_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: 'robotoregular', Arial;
	font-size: 12px;
	color: #000000;
}
input[type='text'], input[type='password'] {
	background: url(../img/keyIcon.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    font-size: 13px;
    color: #222222;
    position: relative;
    height: 30px;
	padding:0px 12px;
}
.custom-select{
	cursor:pointer;
	width:100px;
}
.custom-select-header{
	background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	transition: all 0.2s linear;
	font-size: 13px;
	color: #222222;
	position: relative;
	height: 18px;
	line-height:18px;
	width:88px;
	max-width:300px;
	padding:6px 12px;
	display:block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.custom-select-header:before{
	content:"\f0d7";
	font-family: FontAwesome;
	font-size:20px;
	color:#000;
	right:8px;
	position:absolute;
	top:5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.custom-select-header:hover:before{
	color:#f77e75;
}
.custom-select-body{
	display:none;
	position:absolute;
	background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
	transition: all 0.2s linear;
	font-size: 13px;
	color: #222222;
	min-width:100px;
	max-width:300px;
	padding: 0px 6px;
	margin-top:1px;
	z-index:999999;
}
.custom-select-body > div{
	padding:6px;
}
.custom-select-body > div:hover{
	color:#f5a8a2;
}
.custom-select-body > div + div{
	border-top:1px solid #f1efe5;
}
input[size='1']{
	width:25px;
}
.textinput{
	width:250px;
	padding:5px 7px;
}
select {
	padding: 1px;
}
textarea {
	background: url(../img/keyIcon.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    font-size: 13px;
    color: #222222;
    position: relative;
	padding:6px 12px;
	resize:none;
	width:96%;
	height:80px;
	outline:none;
}
a, a:visited {
	color: #003366;
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
#header{
	position:relative;
	background:#242d36;
}
#header .header_wrapper {
	height: 40px;
	margin: 0 5%;
	position:relative;
}
#header .div2 {
	color: #FFFFFF;
	padding: 25px 0px 0px 0px;
	float: left;
}
#header .div2 > a{
	color:#fff;
	font-size:40px;
	text-decoration:none;
	font-family: 'fjalla_oneregular', Arial;
}
#header .div3 {
	color: #fff;
	font-size: 12px;
	padding: 12px 0px 12px 30px;
	background:url(../image/userPic.png) no-repeat 5px center;
}
#header .navigation{
	position: absolute;
	right: 0px;
	top: 0px;
}
#header .navigation > div{
	float: left;
}
#header .navigation > div > ul{
	padding:0px;
	margin:0px;
	list-style:none;
	background:#222;
	position:absolute;
	z-index:999;
	padding:0px 10px;
	display:none;
}
#header .navigation > div:hover > ul{
	display:block;
}
#header .navigation > div > ul > li > a{
	text-transform:capitalize;
	padding: 8px 4px 8px 10px;
	background: url(../image/arrow.gif) no-repeat 2px center;
}
#header .navigation > div > ul > li > a:hover{
	color:#d88484;
}
#header .navigation > div > ul > li + li > a{
	border-top:1px solid #5c5d5d;
}
#header .navigation > div a{
	color: #eee;
	text-decoration:none;
	font-size:12px;
	padding: 12px 24px 12px 20px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position:relative;
}
#header .navigation > div a.myaccount:before{
	content: "\f007";
	font-family: FontAwesome;
	line-height: 16px;
	font-size: 16px;
	color:#fff;
	vertical-align: middle;
	position: absolute;
	left:0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .navigation > div a.setting:before{
	content: "\f069";
	font-family: FontAwesome;
	line-height: 18px;
	font-size: 16px;
	color:#fff;
	vertical-align: middle;
	position: absolute;
	left:0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .navigation > div a.logout:before{
	content: "\f064";
	font-family: FontAwesome;
	line-height: 18px;
	font-size: 16px;
	color:#fff;
	vertical-align: middle;
	position: absolute;
	left:0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .navigation > div a.setting:hover:before, #header .navigation > div a.logout:hover:before, #header .navigation > div a.myaccount:hover:before{
	color:#f77e75;
}
#header .navigation > div a.setting:hover, #header .navigation > div a.logout:hover, #header .navigation > div a.myaccount:hover{
	color:#f77e75;
}
#header .navigation > a:hover{
	color: #fff;
	background-color:#212121;
}
#header .div3 > img{
	display:none;
}
#header .div2 span {
	font-weight: bold;
}
#panel{
	height: 80px;
	padding-top: 25px;
	position:relative;
}
#panel #admin_logo{
	position:absolute;
	top:26px;
	left:0px;
}
#panel #quick_buttons{
	position:absolute;
	top:10px;
	right:0px;
}
#panel #quick_buttons ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
#panel #quick_buttons ul li{
	padding: 0px 0px 0px 0px;
	float:right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left:2px;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}
#panel #quick_buttons ul li#button-project{
	background-color: #f45145;
}
#panel #quick_buttons ul li#button-project:before{
	content: "\f022";
	font-family: FontAwesome;
	line-height: 50px;
	font-size:25px;
	color:#fff;
	vertical-align: middle;
	border-radius: 5%;
	cursor: pointer;
	display: block;
	margin:0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	height:40px;
}
#panel #quick_buttons ul li#button-invoice{
	background-color: #f45145;
}
#panel #quick_buttons ul li#button-invoice:before{
	content: "\f15c";
	font-family: FontAwesome;
	line-height: 50px;
	font-size:25px;
	color:#fff;
	vertical-align: middle;
	border-radius: 5%;
	cursor: pointer;
	display: block;
	margin:0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	height:40px;
}
#panel #quick_buttons ul li#button-trouble-ticket{
	background-color: #f45145;
}
#panel #quick_buttons ul li#button-trouble-ticket:before{
	content: "\f02c";
	font-family: FontAwesome;
	line-height: 50px;
	font-size:25px;
	color:#fff;
	vertical-align: middle;
	border-radius: 5%;
	cursor: pointer;
	display: block;
	margin:0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	height:40px;
}
#panel #quick_buttons ul li#button-maintenance{
	background-color: #f77e75;
}
#panel #quick_buttons ul li#button-maintenance:before{
	content: "\f132";
	font-family: FontAwesome;
	line-height: 50px;
	font-size:25px;
	color:#fff;
	vertical-align: middle;
	border-radius: 5%;
	cursor: pointer;
	display: block;
	margin:0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	height:40px;
}
#panel #quick_buttons ul li#button-client{
	background-color: #f77e75;
}
#panel #quick_buttons ul li#button-client:before{
	content: "\f113";
	font-family: FontAwesome;
	line-height: 50px;
	font-size:25px;
	color:#fff;
	vertical-align: middle;
	border-radius: 5%;
	cursor: pointer;
	display: block;
	margin:0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	height:40px;
}
#panel #quick_buttons ul li#button-job-position{
	background-color: #f77e75;
}
#panel #quick_buttons ul li#button-job-position:before{
	content: "\f005";
	font-family: FontAwesome;
	line-height: 50px;
	font-size:25px;
	color:#fff;
	vertical-align: middle;
	border-radius: 5%;
	cursor: pointer;
	display: block;
	margin:0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	height:40px;
}
#panel #quick_buttons ul li#button-user{
	background-color: #f45145;
}
#panel #quick_buttons ul li#button-user:before{
	content: "\f007";
	font-family: FontAwesome;
	line-height: 50px;
	font-size:25px;
	color:#fff;
	vertical-align: middle;
	border-radius: 5%;
	cursor: pointer;
	display: block;
	margin:0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	height:40px;
}
#panel #quick_buttons ul li:hover{
	background-color: #f5a8a2 !important;
}
#panel #quick_buttons ul li:hover a{
	padding-top:35px !important;
}
#panel #quick_buttons ul li a{
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'Cuprum', sans-serif;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
	display: block;
	padding: 40px 15px 0px 15px;
	z-index: 6;
	font-weight: normal;
	position: relative;
	height: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}
#panel #quick_buttons ul li:hover{
	background: #d88484;
}
#content_wrapper{
	margin:0 5%;
}
#shortcut-button{
	float:right;
}
#menu {
	float:left;
	width: 210px;
	margin-right:40px;
	z-index: 99;
	margin-bottom:40px;
}
#menu > ul {
	margin: 0;
	padding: 0;
	position: relative;
}
#menu > ul .top:hover {
	color: #fff;
}
#menu > ul a{
	display: block;
	color: #064466;
	font-family: 'Cuprum', sans-serif;
	font-weight: normal;
	font-size: 15px;
	height: 40px;
	line-height: 44px;
	padding: 0px 40px;
	text-decoration: none;
}
#shortcut-button{
	margin-top:5px;
	margin-right:50px;
}
#shortcut-button > ul a{
	display: block;
	color: #064466;
	font-family: 'Cuprum', sans-serif;
	font-weight: normal;
	font-size: 15px;
	height: 30px;
	line-height: 34px;
	padding: 0px 40px;
	text-decoration: none;
}
#shortcut-button > ul{
	margin:0px;
	padding:0px;
}
#shortcut-button > ul > li.selected{
	background:#444;
}
#shortcut-button > ul > li.selected > a{
	color:#ccc;
}
#shortcut-button > ul > li{
	background: #fafafa;
	float:left;
	margin-left:4px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
	list-style: none;
	border: 1px solid #d5d5d5;
	position: relative;
	margin-bottom:1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}
#menu > ul > li {
	background: #fafafa; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
	list-style: none;
	border: 1px solid #d5d5d5;
	position: relative;
	margin-bottom:1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}
#menu > ul > li.hoverClick{
	border: 1px solid #e02222;
}
#menu > ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 150px;
	display:none;
	background:url(../image/bodyBg.jpg) repeat;
}
#menu > ul ul ul a{
	padding-left:38px;
	background: url(../image/arrow.gif) no-repeat 22px center;
}
#menu > ul > ul{
	border:1px solid #e02222;
}
#menu > ul ul li.hoverClick{
	background:#e02222;
}
#menu > ul ul li{
	margin:5px;
}
#menu > ul ul li.hoverClick > a{
	color:#fff;
}
#menu > ul > li.hoverClick > ul{
	border:1px solid #e02222;
}
#menu > ul > li > ul > li.hoverClick > ul{
	border:1px solid #e02222;
}
#menu ul > li > ul{
	
}
#menu > ul > li:hover{
	border:1px solid #e02222;
}
#menu > ul > li:hover > a{
	color:#fff;
}
#menu > ul > li:hover > a{
	background-color: #e02222;
}
#menu > ul ul a {
	display: block;
	line-height: 44px;
	background:url(../image/arrow.gif) no-repeat 12px center;
	padding: 0px 20px 0px 23px;
	text-decoration: none;
}
#menu > ul ul a:hover{
	color:#e02222;
}
#menu > ul > li > ul > li > .parent {
	background: url(../image/plus-minus.png) no-repeat 10px 15px;
}
#menu > ul > li > ul > li.hoverClick > .parent{
	background: url(../image/plus-minus.png) no-repeat 10px -32px;
}
#menu > ul ul ul {
}
#menu > ul > li.selected, #menu > ul > li.hoverClick {
	color: #fff;
	background: #e02222;
	font-weight: bold;
	border:1px solid #e02222;
}
#menu > ul >li.selected > a.top, #menu > ul >li.hoverClick > a.top {
	color: #fff;
}
li#dashboard > a {
	background: url(../image/small-icon/graph.png) no-repeat 12px 15px;
}
li#gallery > a {
	background: url(../image/small-icon/gallery.png) no-repeat 12px 15px;
}
li#branch > a {
	background: url(../image/small-icon/branch.png) no-repeat 12px 15px;
}
li#product_management > a {
	background: url(../image/small-icon/products.png) no-repeat 12px 15px;
}
li#content_management > a {
	background: url(../image/small-icon/content.png) no-repeat 12px 15px;
}
li#customer_management > a {
	background: url(../image/small-icon/customers.png) no-repeat 12px 15px;
}
#menu > ul > li.selected > a, #menu > ul > li.hoverClick > a{
	background-position: 12px -24px;
}
#menu > ul> li:hover > a{
	background-position: 12px -24px;
}
li#sale > a {
	background: url(../image/small-icon/marketing.png) no-repeat 12px 15px;
}
li#order > a {
	background: url(../image/small-icon/sale.png) no-repeat 12px 15px;
}
li#system > a {
	background: url(../image/small-icon/system_setting.png) no-repeat 12px 15px;
}
li#system.selected > a {
	background: url(../image/small-icon/system_setting.png) no-repeat 12px -25px;
}
li#reports > a {
	background: url(../image/small-icon/reports.png) no-repeat no-repeat 12px 15px;
}
li#reports.selected > a {
	background: url(../image/small-icon/reports.png) no-repeat no-repeat 12px -25px;
}
li#easytools > a{
	background:url(../image/small-icon/easytool.png) no-repeat 12px 15px;
}
li#easytools.selected > a{
	background:url(../image/small-icon/easytool.png) no-repeat 12px -25px;
}
#container {
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
	background:#f0f1f3;
}
#content.login_panel{
	margin-left:0px;
}
#content {
	padding-bottom: 20px;
	position: relative;
	min-height:500px;
}
#footer_wrapper{
	background:url(../image/background.png) repeat-x;
	min-width:1100px;
	-webkit-box-shadow: 0 -2px 10px #ccc;
	-moz-box-shadow: 0 -2px 10px #ccc;
	box-shadow: 0 -2px 10px #ccc;
}
#footer {
	height: 25px;
	padding-top: 15px;
	text-align: left;
	font-size: 14px;
	color: #696969;
	position: relative;
	clear: both;
	margin:0 5%;
	font-family: 'Cuprum', sans-serif;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-family: 'Cuprum', sans-serif;
}
#footer a:hover{
}
.breadcrumb, .breadcrumb a {
	color: #0B033F;
	font-size: 12px;
	text-decoration:none;
	margin-bottom: 15px;
	position: relative;
	z-index: 60;
}
.breadcrumb a:hover {
	color: #FCD271;
	text-decoration: none;
}
.success {
	background: #effeb9 url(../image/notification/accept.png) no-repeat 15px center;
	border: 1px solid #c1d779;
	padding: 10px 25px 10px 54px;
	margin: 0px;
	margin-bottom:15px;
	color: #565656;
}
.warning {
	background: #ffe9ad url(../image/notification/error.png) no-repeat 15px center;
	border: 1px solid #eac572;
	padding: 10px 25px 10px 54px;
	margin: 0px;
	margin-bottom:15px;
	color: #565656;
}
.attention {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	margin-top: 3px;
	color: #FF0000;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.help {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	display: block;
}
.icon {
	vertical-align: middle;
	cursor: pointer;
}
.image {
	border: 1px solid #EEEEEE;
	padding: 10px;
	display: inline-block;
}
.image img {
	margin-bottom: 5px;
}

.box {
	margin-bottom: 15px;
}

.box > .heading {
	height: 48px;
	padding: 5px 0;
	position: relative;
}

.box > .heading h1 {
	font-family: 'fjalla_oneregular', Arial;
	font-weight:normal;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #000;
	font-size: 30px;
	float: left;
}
.box > .heading h1 img {
	float: left;
	margin-top: -1px;
	margin-left: 3px;
	margin-right: 8px;
	display:none;
}
.box > .heading .buttons {
	float: right;
	padding-top: 7px;
	margin-right: 5px;
	position: relative;
}
.box > .heading .buttons .button {
	margin-left: 5px;
}
.box > .content h2 { 
	text-transform: uppercase;
	color: #FF802B;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;	
}
.box > .content {
	padding: 10px;
	background:#fff;
	background:#f6fafb;
	border:1px solid #5c5d5d;
	background: #fff;
	background: -moz-linear-gradient(top,#fff 0,#f9f9f9 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top,#fff 0,#f9f9f9 100%);
	background: -o-linear-gradient(top,#fff 0,#f9f9f9 100%);
	background: -ms-linear-gradient(top,#fff 0,#f9f9f9 100%);
	background: linear-gradient(top,#fff 0,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 8px 12px -6px #000;
	   -moz-box-shadow: 0 8px 12px -6px #000;
	        box-shadow: 0 8px 12px -6px #000;
	margin-bottom: 30px;
}

a.button, .list a.button, input.button{
	text-decoration: none;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	color: #fff;
	background:#f45145;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 0 0 #f7fcff;
	-moz-box-shadow: inset 0 1px 0 0 #f7fcff;
	box-shadow: inset 0 1px 0 0 #f7fcff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: #e02222 solid 1px;
}

input.button:hover, a.button:hover, .list a.button:hover{
	background: #f5a8a2;
	color: #fff;
	border: #d77c7c solid 1px;
	cursor:pointer;
}
a.button:active, .list a.button:active{
	
}
input.button.loading-button, a.button.loading-button, .list a.button.loading-button{
}
input.button.loading-button:before, a.button.loading-button:before, .list a.button.loading-button:before{
	content: "\f013";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display:inline-block;
}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}
@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}
@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.list {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.list td {
	border-bottom: 1px solid #DDDDDD;
}
.list thead td {
	padding: 10px 5px;
	background: #fafafa; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.dashboard-content .list thead td {
	padding: 5px 5px;
	background-color: #0084C1;
}
.list thead{
	border:1px solid #d5d5d5;
}
.list thead tr td:first-child{
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-o-border-radius-topleft: 6px;
	-o-border-top-left-radius: 6px;
	-ms-border-radius-topleft: 6px;
	-ms-border-top-left-radius: 6px;
	-khtml-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}
.list thead tr td:last-child{
	moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-o-border-radius-topright: 6px;
	-o-border-top-right-radius: 6px;
	-ms-border-radius-topright: 6px;
	-ms-border-top-right-radius: 6px;
	-khtml-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #424242;
	font-size:16px;
	font-family: 'Cuprum', sans-serif;
	font-weight: normal;
}
.list thead td + td{
	border-left:1px solid #d5d5d5;
}
.list tbody td a {
	text-decoration: underline;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	background: #FFFFFF;
	border-right:1px solid #ddd;
}
.list tbody td:first-child{
	border-left:1px solid #ddd;
}
.list tbody tr:hover td {
	background-color: #fff6d7;
}
.list .left {
	text-align: left;
	padding: 12px 14px;
}
.list .right {
	text-align: right;
	padding: 12px 14px;
}
.list .center {
	text-align: center;
	padding: 12px 14px;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list tr.filter td, .list tr:hover.filter td {
	padding: 5px;
	background: #E7EFEF;
}
.pagination {
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}
.pagination .links {
	float: left;
	padding-top: 6px;
}
.pagination .links a {
	border: 1px solid #9ba2af;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 6px;
	font-size: 12px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form > tbody > tr > td:first-child {
	width: 200px;
}
table.form > tbody > tr > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 300px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.scrollbox img {
	float: right;
	cursor: pointer;
}
.htabs {
	padding: 0px 0px 0px 0px;
	height: 31px;
	line-height: 16px;
	border-bottom: 1px solid #d5d5d5;
}
.table.table-list .table-small-head{
}
#tabs{
	background: #fafafa; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
	margin:-10px;
	height: 40px;
	margin-bottom:10px;
}
#tabs > a{
	border: none;
	color: #424242;
	font-size: 16px;
	font-weight:normal;
	font-family: 'Cuprum', sans-serif;
	padding: 14px 12px 11px 12px;
}
#tabs > a{
	border-right: 1px solid #d5d5d5;
}
.htabs a {
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding: 8px 15px 7px 15px;
	margin-right:1px;
	float: left;
	background: #fafafa; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: none;
}
.htabs a:hover {
	color: #727272;
}
.htabs a.selected {
	background: #fff;
}
.htabs a.selected:hover {
	color: #000;
}
.vtabs {
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: none;
}
.vtabs a, .vtabs span {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs a img, .vtabs span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
.vtabs2 {
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs2 a {
	display: none;
}
.vtabs2 a, .vtabs2 span {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs2 a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs2 a img, .vtabs2 span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}

.vtabs3 {
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs3 a {
	display: none;
}
.vtabs3 a, .vtabs3 span {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs3 a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs3 a img, .vtabs3 span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
.vtabs-content {
	margin-left: 205px;
}
.accordion-heading {
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.accordion-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.accordion-content {
	padding: 0px 0px 15px 0px;
	overflow: auto;
}
.scrollbox div {
	padding: 8px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
	vertical-align:middle;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
.overview {
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.overview table {
	width: 100%;
}
.overview td + td {
	text-align: right;
}
.statistic {
	float: right;
	width: 49%;
	margin-bottom: 20px;
}
.range {
	float: right;
	color: #FFF;
	vertical-align: middle;
}
.range {
	padding-top: 1px;
	padding-right: 1px;
}
.range, .range select {
	font-size: 11px;
}
.latest {
	clear: both;
}
.latest tbody td {
	background: #FFF;
}
.dashboard-heading {
	background: #fafafa; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
	color: #424242;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #d5d5d5;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;;
}
.dashboard-content {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-top: none;
	padding: 10px;
	min-height: 180px;
}
.refresh {
	cursor: pointer;
	position: relative;
	top: 3px;
}
#logintable tr > td{
	padding:10px;
}
#logintable tr:nth-child(3) > td{
	padding:0px 10px;
}
#logintable tr:nth-child(4) > td{
	padding:0px 10px;
}
#logintable tr:first-child > td{
	padding-top:15px;
}
#googlemap-picker{
	margin-bottom: 140px;
	margin-left: -220px;
	width: 95% !important;
}
.picker-search-button{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 9px 15px 9px 15px;
	background:#e02222;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 0 0 #f7fcff;
	-moz-box-shadow: inset 0 1px 0 0 #f7fcff;
	box-shadow: inset 0 1px 0 0 #f7fcff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	border: #e02222 solid 1px;
}
.picker-search-button:hover{
	background: #d77c7c;
	color: #fff;
	border: #d77c7c solid 1px;
}
#tab-googlemap{
	min-height:600px;
}
#googlemap{
	width:150px;
}
.topnote{
	padding:0px 0px 10px 0px;
	text-align:right;
}
#formsubmit2{
	width:50%;
	float:left;
}
.table{
	width:100%;
	display:table;
	border-collapse: collapse;
	margin-bottom:20px;
}
.table ul{
	margin:0;
	padding:0;
	list-style:none;
	display: table-row;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.table > .table-head{
	display: table-header-group;
}
.table > .table-body, .table > .table-filter{
	display: table-row-group;
}
.table li{
	display: table-cell;
	padding: 10px 5px;
}
.table.table-form li{
	padding: 15px 5px;
	color:#95a5a6;
}
.table.table-form li:first-child{
	text-align:right;
	width:20%;
	padding-right:30px;
}
.table.table-form li.comment-box-type-2{
	vertical-align: middle;
	text-align:left;
}
.table.table-form input[type='text'], .table.table-form input[type='password']{
	width:300px;
}
.table.table-form .custom-select, .table.table-form .custom-select-header, .table.table-form .custom-select-body{
	width:300px;
}
.table-footer{
	display: table-caption;
	caption-side: bottom;
	text-align: center;
	height:100px;
	background:url(../image/no-result.png) no-repeat center center;
}
.table-footer.type-2{
	background:none;
	height:auto;
}
.table > .table-head li{
}
.table.table-list > .table-body:nth-child(odd){
	background-color: #fcf8e3;
}
.table.table-form > .table-body{
	border-bottom: 1px solid #E0E4E8;	
}
.table.table-list > .table-body.overdue > ul > li:last-child{
	background:url(../image/alert.png) no-repeat left center;
}
.table.table-list > .table-body.overdue, .table > .table-body.overtime{
	background:#ffc8c8 !important;
}
.message-icon{
	padding-left:35px !important;
	vertical-align:middle;
	background:url(../image/messages.png) no-repeat left center;
}
.table-list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.table-list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.table-list .table-head li a, .table-list  .table-head li {
	text-decoration: none;
	color: #394264;
	font-size: 16px;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
}
.table-list .right {
	text-align: right;
	padding: 12px 14px;
}
.table-list .left {
	text-align: left;
	padding: 12px 14px;
}
.chat-description{
	padding:10px 0px 0px 0px;
	font-size:14px;
}
.chat-post-date{
	font-size: 12px;
	font-style: italic;
	font-family: Arial;
}
.chat-attachment > div{
	
}
.chat-attachment > div > a{
	display:inline-block;
	padding:10px 0px 10px 20px;
	background:url(../image/attachment.png) no-repeat left center;
	text-decoration:none;
}
.myself .chat-attachment > div > a{
	color:#fff;
}
.chat-attachment > div > a:hover{
	color:#000;
}
#comment-form{
	padding:20px 0px;
	float:left;
	width: 67%;
	margin-left: 2%;
	margin-bottom:50px;
}
#tab-chat-room #chat-history ul{
	margin:0;
	padding:0;
	list-style:none;
}
#tab-chat-room #chat-history{
	min-height:200px;
	padding-top:20px;
}
#tab-chat-room #chat-history.loading{
	position:relative;
	content:"";
	background:url(../image/loading2.gif) no-repeat center center;
}
#tab-chat-room #chat-history ul > li{
	margin-bottom:40px;
	color: #333;
	margin-left:70px;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 0px -1px 2px #ccc;
	-moz-box-shadow: 0px -1px 2px #ccc;
	box-shadow: 0px -1px 2px #ccc;
	
	float: left;
	margin-right: auto;
	max-width: 80%;
	clear: both;
	padding:25px 30px;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#tab-chat-room #chat-history ul > li:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 40px;
	border: 0;
	border-left-width: 30px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #ededed;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 40px;
	border: 0;
	border-left-width: 10px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #fff;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li.myself:before, #tab-chat-room #chat-history ul > li.mycollege:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 40px;
	left: auto;
	border: 0;
	border-right-width: 30px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #5a8f00;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li.myself:after, #tab-chat-room #chat-history ul > li.mycollege:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: auto;
	right: 40px;
	border: 0;
	border-right-width: 10px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #fff;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li.myself.private_chat:before, #tab-chat-room #chat-history ul > li.mycollege.private_chat:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 40px;
	left: auto;
	border: 0;
	border-right-width: 30px;
	border-bottom-width: 20px;
	border-style: solid;
	border-color: transparent #93a99f;
	display: block;
	width: 0;
}
#tab-chat-room #chat-history ul > li.myself.private_chat, #tab-chat-room #chat-history ul > li.mycollege.private_chat{
	background: #93a99f;
	border: none;
	margin-left:0px;
    float:right;
	margin-left: auto;
	text-align: left;
	margin-right:70px;
	position:relative;
	color: #fff;
	-webkit-box-shadow: 0 -1px 3px #ccc;
	-moz-box-shadow: 0 -1px 3px #ccc;
	box-shadow: 0 -1px 3px #ccc;
}
#tab-chat-room #chat-history ul > li.myself{
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
	background: -moz-linear-gradient(#b8db29, #5a8f00);
	background: -o-linear-gradient(#b8db29, #5a8f00);
	background: linear-gradient(#b8db29, #5a8f00);
	border: none;
	margin-left:0px;
    float:right;
	margin-left: auto;
	text-align: left;
	margin-right:70px;
	position:relative;
	color: #fff;
	-webkit-box-shadow: 0 -1px 3px #ccc;
	-moz-box-shadow: 0 -1px 3px #ccc;
	box-shadow: 0 -1px 3px #ccc;
}
#tab-chat-room #chat-history ul > li .chat-name{
	width:40px;
	height:40px;
	display: block;
	position:absolute;
	left:-50px;
	top:10px;
	font-family: 'fjalla_oneregular';
	text-align:center;
	line-height:50px;
}
#tab-chat-room #chat-history ul > li.myself .chat-name{
	width:40px;
	height:40px;
	display: block;
	left:auto;
	position:absolute;
	right:-50px;
	top:10px;
	font-family: 'fjalla_oneregular';
	text-align:center;
	line-height:50px;
	background:url(../image/myself.png) no-repeat;
}
#tab-chat-room #chat-history ul > li.mycollege{
	border: none;
	left:auto;
	margin-left:0px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
	background: -moz-linear-gradient(#b8db29, #5a8f00);
	background: -o-linear-gradient(#b8db29, #5a8f00);
	background: linear-gradient(#b8db29, #5a8f00);
    float:right;
	margin-left: auto;
	text-align: left;
	margin-right:70px;
	position:relative;
	color: #fff;
	-webkit-box-shadow: 0 -1px 3px #ccc;
	-moz-box-shadow: 0 -1px 3px #ccc;
	box-shadow: 0 -1px 3px #ccc;
}
#tab-chat-room #chat-history ul > li.mycollege .chat-name{
	width:40px;
	height:40px;
	display: block;
	position:absolute;
	right:-50px;
	top:10px;
	font-family: 'fjalla_oneregular';
	text-align:center;
	line-height:50px;
	color:#000;
	left:auto;
}
#comment-box{
	height:200px;
	background:#Fff;
	outline:none;
	padding:0px;
	width:100%;
	resize: none;
	padding: 2%;
	width: 96%;
}
#commnet-box-body{
	padding:8px;
}
#commnet-box-header:before{
	content:"\f044";
	font-family: FontAwesome;
	font-size:20px;
	color:#fff;
	position:absolute;
	right:10px;
}
#commnet-box-header{
	height:40px;
	position:relative;
	background: #363d4f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2M2Q0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODJlM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #363d4f 0%, #282e3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363d4f), color-stop(100%,#282e3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #363d4f 0%,#282e3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #363d4f 0%,#282e3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #363d4f 0%,#282e3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #363d4f 0%,#282e3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363d4f', endColorstr='#282e3a',GradientType=0 ); /* IE6-8 */
	border-radius:8px 8px 0 0;
	-webkit-box-shadow: inset 0 1px 0 0 #686e7c;
	-moz-box-shadow: inset 0 1px 0 0 #686e7c;
	box-shadow: inset 0 1px 0 0 #686e7c;
	color:#fff;
	text-align:center;
	line-height:40px;
	font-size:14px;
	font-family: 'fjalla_oneregular';
}
#comment-box-wrapper{
	width:100%;
	border: #0d0e13 solid 1px;
	position:relative;
	border-radius:8px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
#submit-comment{
	display:block;
	position:absolute;
	right:10px;
	bottom:-50px;
	cursor:pointer;
}
#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;
    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);
    width:25%;
	margin-top:20px;
    border-radius:3px;
	padding:2%;
	margin-left:1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	float:left;
}
#drop{
    background-color: #2E3134;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../image/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
	min-height:110px;
	padding-top:40px;
}
#drop a{
    background-color:#007a96;
    padding:12px 0px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
	width:100px;
    display:block;
    margin:0 auto;
    line-height:1;
	text-decoration:none;
}
#drop a:hover{
    background-color:#0986a3;
}
#drop input{
    display:none;
}
#upload ul{
    list-style:none;
    margin:0px;
	padding-left:0px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}
#upload ul li{
    background-color:#333639;
    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);
    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;
    position: relative;
}
#upload ul li input{
    display: none;
}
#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}
#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}
#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}
#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../image/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}
#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}
#upload ul li.error p{
    color:red;
}
.sharing-box{
	display:none;
	position:absolute;
	padding:20px 10px;
	background:#fff;
	border: 1px solid #ccc;
	z-index:9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-box-shadow: 0 8px 12px -6px #000;
	   -moz-box-shadow: 0 8px 12px -6px #000;
	        box-shadow: 0 8px 12px -6px #000;
	min-width: 235px;
}
.sharing-box > div.list-sharing{
	padding-right:30px;
	position:relative;
	height:25px;
	line-height:25px;
	padding-left:5px;
}
.sharing-box > div.list-sharing:hover{
	background-color: #fff6d7;
}
.sharing-box > div.list-sharing + div.list-sharing{
	border-top: 1px solid #edd5d3;
}
.user_name_filter{
	margin-bottom:10px;
}
.sharing-button{
	text-decoration:none;
}
.sharing-button:active{
	color:#f45145
}
.sharing-button:hover{
	cursor:pointer;
}
.delete-sharing{
	width:25px;
	height:25px;
	position:absolute;
	right: 10px;
	top:0px;
	background:url(../image/delete.png) no-repeat center center;
}
.edit-chat{
	background:url(../image/edit-icon.png) no-repeat center center;
	width:30px;
	height:30px;
	position: absolute;
	right: -46px;
	top: 56px;
	cursor:pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility:hidden;
}
.edit-chat:hover{
	opacity:0.5;
}
#tab-chat-room #chat-history ul > li.myself:hover .edit-chat{
	visibility:visible;
}
#tab-chat-room #chat-history ul > li.mycollege:hover .edit-chat{
	visibility:visible;
}
#tab-chat-room #chat-history ul > li.myself .edit-chat.save-chat{
	visibility:visible !important;
}
#tab-chat-room #chat-history ul > li.mycollege .edit-chat.save-chat{
	visibility:visible !important;
}
.edit-chat.save-chat{
	background:url(../image/save-icon.png) no-repeat center center;
}
.edit-chat.loading-chat{
	background:url(../image/spinner-mini.gif) no-repeat center center;
}
#chat-tools{
	padding:20px;
	padding-top:25px;
	padding-right:100px;
	text-align:right;
}