/* Insert Your Custom CSS Here */
@font-face {
	font-family: 'android';
	src: URL('Android.ttf');
}
.logotitle {
	font-family: "android";
}
.logotitle  a{
	font-family: "android";
	color:#FFFFFF;
	font-size:22px;
}
.loginheader{
	font-family: "android";
	color:#19a45b;	
}
.message{
	border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
	background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.dashboardtitle{
	font-family: "android";
	color:#1ab161;
	font-size:22px;
}
.error-message{
	color:#FF0000;
}
li.job_sp{
	margin:10px 5px;
}
li.job_sp_hd{
	font-size:16px;
}

.job-arrow-left {
    border-bottom: 6px solid transparent;
    border-right: 8px solid #f0f0f0;
    border-top: 8px solid transparent;
    float: right;
    height: 0;
    position: relative;
    right: -5px;
    top: 5px;
    width: 0;
}

li.job_sp a{
	border:none !important;
	padding: 0 !important;
	font-weight: 400;
}
li.job_sp_selected a{
	font-weight:bold !important;
}
table.dataunits td, table.dataunits th{
	 padding: 2px !important;
	 font-size:11px !important;
	 border-right: 1px solid #DDD;
}
div.condensed div.tab-pane{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:10px;
}
.form-wizard .tab-content{
	margin:0 !important;
	padding:0 !important;
}
.ff_browser_icon {
    background: url("../img/browser_icons.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 1px;
    width: 28px;
}
.ch_browser_icon {
    background: url("../img/browser_icons.png") repeat scroll 0 -50px rgba(0, 0, 0, 0);
    float: left;
    height: 24px;
    margin-bottom: 5px;
    margin-top: 1px;
    width: 28px;
}
.sa_browser_icon {
    background: url("../img/browser_icons.png") repeat scroll 0 -74px rgba(0, 0, 0, 0);
    float: left;
    height: 27px;
    margin-bottom: 5px;
    margin-top: 1px;
    width: 28px;
}
.browser_app_link_container{
	margin:10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #20A253;
	padding:10px;
	width: 600px;
}
.browser_app_link{
	float:left;
	width:500px;
	margin-left:20px;
	padding-top:2px;
}
.gotojobbuttons{
	width:33%;
	float:left;
}

.vd_checkbox label:before {
    border-radius: 10px !important;
}
.vd_status-widget .menu-value {
    font-size: 26px !important;
}
.vd_status-widget .menu-text {
    font-size: 12px !important;
 }
.question_answer_pair{
	background-color:#D3FFC9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px 5px;
	margin: 20px 40px;
}
.delete_question_answer_pair{
	float: right;
    position: relative;
    right: -15px;
    top: -20px;
	width:20px;
	cursor:pointer;
	color:#FF0000;
}
.jobpage{
	background-color:#B1F3FF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px 0;
	margin:10px 0;
}
.delete_job_page{
	float: right;
    position: relative;
   	right: -10px;
    top: -20px;
	width:20px;
	cursor:pointer;
	color:#FF0000;
}
#flashMessage{
	margin:10px;
}
.cal-events-pad{
	padding:5px;
}

/* For Order Buttons At Top */

#container {
    height: 125px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    min-width: 612px;
}

.box1, .box2, .box3, .box4 {
   width: 33%;
   height: 100px;
   padding:10px;
   border:2px solid #0AAB1A;
   background-color:#e4efe2;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}
.boxtext{
	line-height: 15px;	
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}