#messageLog{
	margin-top:24px;
	color:#FF3700;
	text-align:right;
	height:30px;
}

body{
	margin:0;
	font-family:Gotham, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFF;
	color:#999;
	padding:0px;
}

body.busy, body.busy a {
    cursor: progress !important;
}
footer{
	width:900px;
	margin:0px auto;
	text-align:center;
	clear:both;
}
#wrapper.login-front{
	box-shadow:none;
	/*border-bottom:1px solid #259CDF;*/
	margin:100px auto;
	color:#999;
}
#generate-keywords textarea{
	white-space: pre;
	white-space: pre-wrap;
}
.docket-export input[type="submit"]{
	border-radius:0px;
	border:0px;
	padding:6px 20px;
	cursor: pointer;
	float:right;
	background:#28D336;
	color:#ffffff;
}
.docket-billed{
    float: right;
    padding: 6px;
    width: 40%;
    background: #ff3700;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.docketBilled,.docketBilled:hover{
    padding: 6px;
    background: #ff3700;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
	text-decoration: none;
}
.docketNotBilled,.docketNotBilled:hover{
    padding: 6px;
    background: #28D336;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
	text-decoration: none;
}
.login input[type="submit"]{color:#ffffff;border:none;padding:4px 10px;float:right;background:#259CDF;}
.square{width:16px;height:16px;float:left;margin-right:10px;}
.red-square{background: #FF3700;}
.blue-square{background: #259CDF;}
.purple-square{background: #BF13C9;}
.orange-square{background: #EB8F0B;}

.close{
	background:#FF3700;
	float:right;
	cursor:pointer;
	margin-right:10px;
	opacity:1;
	font-family:"Courier New";
	color:#ffffff;
	padding:3px;
	width:10px;
	height:10px;
}

a{
	color:#2885B8;
	text-decoration:none;
}
a:hover{
	color:#63F;
	text-decoration:none;

}

input[type="text"],
select, #password
{
	color:#333;
	background:transparent;
	border-width:0 0 1px;
	border-color:#ccc;
	height:25px;
}
input[type="date"] {
	height:20px;
}
input[type="time"] {
	height:20px;
}
#jobTime.work_time{
	height:576px;
}

/*
.work_time input[type="date"],.work_time input[type="time"],.work_time select ,.work_time option {
	font-size:24px;
	width:100%;
	height:50px;
}



.work_time .docketrow{
	height:40px;
}
.work_time form .docketdate, .work_time form .docketperson, .work_time form .docketstart, .work_time form .docketstop, .work_time form .dockettotal{
	width:auto;
	min-width:150px;
	margin:0 10px;
	font-size:24px;
}
.work_time form .dockettotal{
	padding-top:10px;
}
.work_time form .docketupdate,.work_time form .docketdelete{
	width:70px;
}
.work_time form .docketupdate input,.work_time form .docketdelete img{
	width:40px;
}
*/
/*
.work_time ::-webkit-datetime-edit { padding: 1em; }
.work_time ::-webkit-datetime-edit-fields-wrapper { background: silver; }
.work_time ::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; }
.work_time ::-webkit-datetime-edit-month-field { color: blue; }
.work_time ::-webkit-datetime-edit-day-field { color: green; }
.work_time ::-webkit-datetime-edit-year-field { color: purple; }
.work_time ::-webkit-inner-spin-button { display: none; }
.work_time ::-webkit-calendar-picker-indicator { background: orange; }
*/

.textDate{
	width:23px;
}
.textYear{
	width:35px;
}

textarea{
	color:#30F;
}

td{
	border-bottom:1px;
}

.title{
	color:#333;
}

.schedTitle{
	color:#903;
	text-align:center;
	font-size:10px;
}

#clientList{
	width:100%;
}
#clients_table{
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}

.scroll{
	height:400px;
	width:880px;
	overflow:auto;
	border:0px solid #333;
}

.login{
	width:300px;
	height:80px;
	margin:0 0 0 590px;
}
.login input[type="text"],.login input[type="password"]{width:100%;}

#clientOne{
	width:100%;
	border-bottom:solid 0px #600;
	position:relative;
}
#clientTwo{
	width:880px;
	height:260px;
	margin:0 auto;
}
#clientThree{
	width:880px;
	height:400px;
	margin:0 auto;
	border-bottom:solid 8px #600;
}

form[name="client_info"] input[type="text"],form[name="client_info"] textarea{
	width: 98%;
	margin-bottom:6px;
	border:solid 1px #cccccc;
}
form[name="client_info"] textarea{
	height:50px;
}
#loginInput{
	border:solid 1px #000;
}


section,#wrapper{
	width:1145px;
	height:auto;
	background:#FFF;
	margin:85px auto 20px;
	/*-moz-box-shadow: 3px 3px 20px #888;
	-webkit-box-shadow: 3px 3px 20px #888;
	box-shadow:3px 3px 20px #999;*/
	padding:10px;
}

#createWrapper{
	width:900px;
	height:auto;
	background:#FFF;
	margin:120px auto 20px;
	-moz-box-shadow: 3px 3px 20px #888;
	-webkit-box-shadow: 3px 3px 20px #888;
	box-shadow:3px 3px 20px #999;
	padding:10px 0px 20px 0px;
}

#wrapperSheet{
	max-width:1100px;
	height:auto;
	min-height:550px;
	background:#FFF;
	margin:115px auto 60px;
	-moz-box-shadow: 3px 3px 10px #ccc;
	-webkit-box-shadow: 3px 3px 10px #ccc;
	box-shadow:3px 3px 10px #ccc;
	padding:10px;
	position:relative;
}
#infoOne{
	width:880px;
	height:325px;
	margin:30px auto 10px;
	border-bottom:solid 8px #600;
}
#infoTwo{
	width:900px;
	height:265px;
	margin:5px auto;
}
#infoThree{
	width:100%;
	height:auto;
	margin:0 auto;
}

#errors, #errors_client, #errors_job{
	background: #fff;
    padding: 8px;
    color: #f00;
    border: solid #000 1px;
	display:none;
}
#errors p, #errors_client p, #errors_job p{
	font-weight:bold;
	width:auto;
	hieght:auto;
	color:#F00;
	border:solid #FFCFBF 1px;
	padding:3px;
	font-size:12px;
	margin-left:5px;
}

#logerrors{
	background: #fff;
    padding: 8px;
    color: #f00;
    border: solid #000 1px;
	display:none;
	position:absolute;
	top:0;
	left:0;
}
#logerrors p{
	font-weight:bold;
	width:auto;
	hieght:auto;
	color:#F00;
	border:solid #FFCFBF 1px;
	padding:3px;
	font-size:12px;
	margin-left:5px;
}

#content{
	width:1000px;
	height:800px;
}

#ajaxDisabler {
  width:100%;
  top: 106px;
  bottom: 0;
	float:right;
	position:absolute;
	z-index:10000000;
	background:#333;
  display:none;
	opacity:.55;
}

#ajaxLoading {
  float: right;
  display: none;
}

header{
	width:100%;
	background:#FFF;
	position:fixed;
	top:0;
	z-index:1;
	border-bottom:solid #ccc 1px;
}
.dashboard header{
	border-bottom:solid #FF3700 1px;
}
.business header{
	border-bottom:solid #BF13C9 1px;
}
.company header{
	border-bottom:solid #28D336 1px;
}
.header .logo{
	width:90px;
}
.admin-menu{
	float:right;
	margin:15px 20px 0 0;
}
.header{
	font-size:34px;
	padding:6px 0 0 10px;
	color:#259CDF;
	letter-spacing:7px;
}
.header-top-nav{
	width:920px;
	height:122px;
	margin:0 auto;
}
#menu{
	width:920px;
	height:25px;
	margin-top:20px;
}
.menu ul{
	float:left;
	margin:0;
}

.menu,ul,dir{
	-webkit-padding-start:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
.menu {
	margin:0px auto 0;
	text-align: left;
}
.menu a{
	width:10%;
	min-width:115px;
	list-style:none;
	text-align:center;
	display:inline-block;
	border:solid 1px #CCC;
	color:#ffffff;
	text-decoration:none;
	letter-spacing:2px;
	font-size:12px;
	padding:6px 6px;
	margin:0px 3px;
	cursor:pointer;
}
.menu a:hover{
	text-align:center;
	list-style:none;
	opacity:.6;
}
a.red-button{border-color: #FF3700;color: #FF3700;}
a.blue-button{border-color: #259CDF;color: #259CDF;}
a.purple-button{border-color: #BF13C9;color: #BF13C9;}
a.orange-button{border-color: #EB8F0B;color: #EB8F0B;}
a.green-button{border-color: #28D336;color: #28D336;}
a.aqua-button{border-color: #2885B8;color: #2885B8;}

.menu .dashboard{background:#FF3700;border-bottom:#FF3700 6px solid;color:#ffffff;} .menu .business {background:#BF13C9;border-bottom:#BF13C9 6px solid;color:#ffffff;} .menu .calendar{background:#1BB814;border-bottom:#1BB814 6px solid;} .menu .company{background:#28D336;border-bottom:#28D336 6px solid;color:#ffffff;} .menu .tools{background:#EB8F0B;border-bottom:#EB8F0B 6px solid;color:#ffffff;} .menu .docket-export{background:#259CDF;border-bottom:#259CDF 6px solid;color:#ffffff;}
.user-display{
	color:#259CDF;
	padding:2px 4px;
	height:16px;
	float:left;
}
.user-time{
	float:left;
	margin:2px 0 0 0px;
}
.user-display img.stopwatch{
	float:left;
	margin-right:5px;
}
.user-greeting{
	margin:2px 0 0 20px;
	width:125px;
	float:left;
}

/** dialog **/
.ui-widget.ui-widget-content{
  position: fixed;
  left: 0; 
  right: 0; 
  margin-inline: auto; 
  width: fit-content;
	top:150px;
}
/** dialog end **/

a.phpmyadmin{background:#F5AD11;color:#FFF;padding-top:4px;width:20px;height:16px;display:block;float:left;margin-left:10px;text-align:center;}
a.mantis{background:#28D336;color:#FFF;padding-top:4px;width:20px;height:16px;display:block;float:left;margin-left:10px;text-align:center;}
a.logout{background:#E4E4E4;color:#FFF;padding:8px;width:20px;height:16px;display:block;float:left;margin-left:10px;text-align:center;}
a.logout img{
	width:auto;
	height:100%;
}
a.settings{background:#BF13C9;color:#FFF;padding:2px 0 0 1px;width:20px;height:18px;display:block;float:left;margin-left:10px;text-align:center;}
a.statistics{background:#FF3700;color:#FFF;padding-top:4px;width:20px;height:16px;display:block;float:left;margin-left:10px;text-align:center;}
a.invoice{background:#FFDD2B;color:#FFF;padding-top:4px;width:20px;height:16px;display:block;float:left;margin-left:10px;text-align:center;}
a.contacts{background:#31B3A9;color:#FFF;padding-top:4px;width:20px;height:16px;display:block;float:left;margin-left:10px;text-align:center;}
.user-menu{padding:8px;width:auto;height:16px;display:block;float:left;margin-left:10px;text-align:left;}

object.pdf-viewer{
	margin:0 auto;
}
.menu .selected{
	text-align:center;
	display:block;
	list-style:none;
	color:#333;
	background:none;
}

.loginmenu ul{
	float:none;
	margin:0;
}
.loginmenu,ul,dir{
	-webkit-padding-start:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
.loginmenu li{
	float:left;
	height:25px;
	width:130px;
	list-style:none;
	margin:0 0 0 0;
	
}
.loginmenu li a{
	text-align:center;
	height:25px;
	width:130px;
	display:block;
	list-style:none;
	background:#999;
	color:#CCC;
	text-decoration:none;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	border-radius:15px 15px 0px 0px;
	cursor:default;
}

#backMenu{
	width:480px;
	height:20px;
	margin:5px 0 0 0;
	border-bottom:solid 0px #600;
	float:left;
	padding:2px;
	padding-bottom:0;
}

#companyLogo{
	width:200px;
	height:295px;
	background:transparent;
	float:left;
	margin:5px 0px 5px 10px;
}

#companyLogoPic{
	width:200px;
	height:115px;
	background:url(../../resources/images/kleinlogosmall.jpg);
	background-repeat:no-repeat;
	
}

#companyLogoInfo1{
	width:200px;
	height:110px;
	background:transparent;
	padding:10px 0 0 0;
}
.companyLogoInfo1{
	color:#999;
	text-align:center;
	font-size:16px;
}

#companyLogoInfo2{
	width:200px;
	height:35px;
	background:transparent;
	border-top:dotted #999;
	padding:10px 0 0 0;
}
.companyLogoInfo2{
	text-align:center;
	color:#999;
}
#open_jobs{
	margin-bottom: 24px;
}
#jobNumberReg{
	width:158px;
	height:22px;
	background:#FFC;
	border:1px solid #903;
	float:right;
	margin-top:6px;
}
#jobTitle{
	width:50%;
	margin-bottom:8px;
}

#jobBasic{
	width:590px;
	height:290px;
	float:right;
	background:transparent;
	margin:5px 13px 5px 0px;
}
#jobDetails{
	width:890px;
	height:90px;
	background:transparent;
	margin:5px 3px 0 10px;
}
#jobCreative{
	width:880px;
	height:150px;
	background:transparent;
	margin:20px 10px 10px 10px;
	border:1px solid;
}

#creativeContent{
	width:855px;
	height:inherit;
	background:transparent;
	float:right;
}

#laborContent{
	height:inherit;
	width:100%;
	background:transparent;
	float:left;
}
.gray-stripe {
    background:url('../images/sidetitle.gif') repeat-y left;
    padding-left: 25px;
}
.laborLog{
	width:auto;
	height:497px;
	overflow:auto;
}


#laborSubmit{
	width:inherit;
	height:37px;
	background:transparent;
	float:left;
}

.materialsLog{
	height:204px;
	overflow:auto;
}
.schedLog{
	height:204px;
	overflow:auto;
}
#materialSubmit{
	width:auto;
	height:auto;
	background:transparent;
	float:left;
}
#approveSubmit{
	width:415px;
	height:55px;
	background:transparent;
	float:left;
}

#jobSchedule{
	width:440px;
	height:258px;
	background:transparent;
	float:left;
}
#jobMaterials{
	width:440px;
	height:258px;
	background:transparent;
	float:right;
}
.jobs_table{
	width:100%;
}
#jobTime{
	width:100%;
	height:551px;
	background:transparent;
	margin:30px auto 0;
	border:1px solid;
}
#companyTitle{
	width:100%;
	max-width: 1100px;
	margin:2px auto 0px;
	float:none;
}

.companyTitle{
	color:#333;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.jobIDTitle{
	color:#333;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
#jobOtherTables{
	width:880px;
	height:258px;
	background:transparent;
	margin:20px auto 0 auto;
	border:1px solid;
}

.emptyLog{
	color:#333;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
#emptyLog{
	padding:60px;
}

#disclaim{
	width:880px;
	height:60px;
	margin:0 auto;
	padding:10px;
}

#signOff{
	width:900px;
	height:30px;
	margin:0 auto;
	padding:10px 0px 0px 20px;
}

#check{
	margin:0 auto;
	background:url(../../resources/images/check.jpg);
	width:20px;
	height:20px;
}

.center {
    text-align: center;
}

.right {
  float: right;
  text-align: right;
}
.left{
  float: left;

}
.inline{
  display: inline;
}
.little_text{
  font-size: 0.8em;
}
.clear_float {
    clear: both;
}
table tr{
	text-align:left;
}




.laborLog input[type="text"] {
    color: #333;
	width:96%;
	height:22px;
}

.invoiceWrapper{
	width:auto;
	height:412px;
}
.invoiceItemsWrapper{
	width:auto;
	height:228px;
	overflow:auto;
	border:solid 1px #cccccc;
}
input.invoice-item[type="text"],
input.invoice-desc[type="text"],
input.invoice-qty-rate[type="text"],
input.invoice-amount[type="text"]{
	width:100%;
}
.generate-invoice-button{
	margin:10px 0;
}
.invoice-row{
	margin:0 0 8px;
}.invoice-column{
	width:23%;
	float:left;
	margin-right:2%;
}
.invoice-column.qnty-amount,.invoice-column.rate-amount{
	width:10%;
}.invoice-to{
	width:200px;
	height:auto;
	float:left;
}
.invoice-row #job_id{
	width:100px;
}
.invoice-to textarea{
	width:95%;
}.invoice-error{
	border:solid 1px #ff3700;
	padding:10px;
	color:#ff3700;
	width:auto;
	display:inline-block;
	float:left;
	margin-top:10px;
}
.box-right{
	border:solid 1px #333;
	min-width:120px;
	padding:10px;
	float:left;
	margin:0 5px 0 0;
}
.cost{
	text-align:right;
	margin:2px 0;
}
.invoice-row label{
	width:100%;
	display:block;
}
.items .item{
	border:1px solid #333;
	height:60px;
	padding:6px 8px 0px;
	margin-bottom:12px;
	position:relative;
}
.item-duplicate,
.item-remove,
.item-up,
.item-down{
	width:16px;
	height:16px;
	padding:4px 0 0 0;
	background:#cccccc;
	text-align:center;
	cursor:pointer;
	float:left;
	margin-right:6px;
}
.items{
	margin-top:0px;
}
.items-menu{
	height:20px;
	position:absolute;
	bottom:3px;
	right:0px;
}


/*----------------
---- timesheet ----
----------------*/

.docketrow{
	height:40px;
	width:100%;
}
.docketrowtop{
	height:25px;
	width:100%;
}
.docketrow.disable{
	opacity:.6;
}
.docketdate{
	height:100%;
	width:12%;
	float:left;
}
.docketperson{
	height:100%;
	width:10%;
	float:left;
}
.docketfunction{
	height:100%;
	width:42%;
	float:left;
}
.docketstart{
	height:100%;
	width:10%;
	float:left;
}
.docketstop{
	height:100%;
	width:10%;
	float:left;
}
.work_time .docketupdate input[disabled]{
  opacity:.4;
}
.dockettotal{
	height:100%;
	width:7%;
	float:left;
	text-align:center;
}
.docketupdate{
	height:100%;
	width:2%;
	float:left;
}
.docketdelete{
	height:100%;
	width:2%;
	float:left;
}
.docketdelete img{
	margin-left:10px;
	width:20px;
	height:auto;
}

.filter{
	float:right;
	margin-right:20px;
}


/*----------------
---- clients ----
----------------*/

.clientrow{
	height:30px;
	width:100%;
	border-bottom: 1px solid #CDCDCD;
}
.clientnamecell{
	width:100%;
}
.clientrow img, .new_client input{
	width:auto;
	height:20px;
}
.clients-admin-menu{
	position:fixed;
	background:#ffffff;
	width:480px;
	border:solid 1px #cccccc;
	margin-left:0px;
	padding:4px 5px 0;
	height:60px;
}
.clientscroll{
	min-height:400px;
	width:96%;
	border:0px solid #333;
	padding-top:70px;
}
.clientbuttons{
	min-width:50px;
}
.clientscroll .selected{
	font-weight:bold;
}
.new_client{
	width:50%;
	height:26px;
	text-align:right;
	float:right;
}
.search_client{
	width:100%;
	height:30px;
	margin:0 0 5px;
	float:left;
}
.jobNotBilled a{
	padding:20px 40px;
	background-color:#C10D10;
	margin-right:20px;
}
.jobBilled a{
	padding:20px 40px;
	background-color:#10D927;
	float:right;
	margin-right:20px;
}
.load_wrapper{
	position: relative;
    height: 100%;
    float: right;
    width: 100%;
}
.load_content{
	position:absolute;
}
.load_docket_pane{
	border-left:#CCC 1px solid;
	padding-left:10px;
	position:fixed;
	height:70vh;
	width:588px;
}
.right_wrapper{
	float:right;
	width:600px;
	min-height:400px;
}
.left_wrapper{
	float:left;
	width:500px;
	min-height:400px;
}
.dashboard_right{
	overflow-y: auto;
	height:500px;
	width:500px;
}

.disable_background{
	height:100%;
	width:100%;
	background:rgba(255,255,255,.8);
	position:fixed;
	display:none;
	z-index:1;
}
input[type="submit"]{
	border-radius:0px;
	border:0px;
	padding:6px 20px;
	cursor: pointer;
	background:#28D336;
	color:#ffffff;
}



/*----------------
---- jobs ----
----------------*/

.jobs_scroll{
	height:100%;
	width:100%;
	overflow-y:scroll;
	border:0px;
	float:right;
}
.jobs_scroll::-webkit-scrollbar,.dashboard_right::-webkit-scrollbar{
width: 1em;
}
 
.jobs_scroll::-webkit-scrollbar-track,.dashboard_right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.jobs_scroll::-webkit-scrollbar-thumb,.dashboard_right::-webkit-scrollbar-thumb {
  background-color: #259CDF;
  outline:none;
}


.jobs_scroll_inner{
	overflow:auto;
	border:0px solid #333;
}
.jobs_list{
	width:100%;
}
td.docketcell img{
	margin-left:5px;
}
tr.jobs_row{
	width:100%;
	height:30px;
}
td.jobs_name{
	width:67%;
}
td.jobs_name input{
	width:100%;
}
td.jobs_num{
	width:10%;
}
td.jobs_buttons{
	width:14%;
}
.jobs_buttons img{
	margin-left:5px;
	height:20px;
	width:auto;
}
.docketupdate input[type="image"]{
	width:20px;
	height:auto;
}
.sentence_icon{
	margin:0 5px;
}
.image_button{
	margin-left:5px;
}
.clients_company_name{
	width:220px;
	margin-left:5px;
}
.billed-format{
	color:#FF3700;
	width:100%;
}
.not-billed-format{
	color:#28D336;
	width:100%;
}
.billed{
	height:18px;
	padding:3px 0;
	width:100%;
	background:#FF3700;
	margin:0 0 20px;
}
.billed-inner{
	color:#fff;
	font-size:14px;
	padding-left:5px;
	font-weight:bold;
}
.billed-inner .docketdelete{
	width:50px;
}
.billed-inner .docketdelete img{
	margin:0 20px 0 10px;
}


/*  create client and job css  */

#create_client table.no-display, #create_job table.no-display{
	width:100%;
	display:none;
}
#create_client input[type="submit"], #create_job input[type="submit"]{color:#ffffff;border:none;padding:4px 10px;float:right;background:#259CDF;}
#create_client table tr td, #create_job table tr td{
	width:50% ;
}
#create_client td, #create_job td{
	width:50%;
}
a#show_add_contact_form{
	font-family:Courier;
}
#create_client input[type="text"], #create_client textarea, #create_client select, #create_job input[type="text"], #create_job textarea, #create_job select{
	width:100%;
	margin:0;
	padding:0;
}
#create_client textarea, #create_job textarea{
	margin-right:17px;
}
#notes{
	margin-top:10px;
}
.new_clients_header td{
	height:27px;
}
table.new_table{
	width:99%;
	position:relative;
	z-index:1;
}
#job-info{
	display:none;
	position:absolute;
	top:10px;
	height:500px;
	width:380px;
	background:#FFF;
	z-index:2;
	font-size:12px;
}
.ui-dialog-titlebar{
	height:20px;
}
.invoice-info{
	font-size:18px;
	padding:0px 10px 0 0;
}
.invoice-info .time-total{
	color:#28D336;
}
.invoice-info .company-name{
	font-weight:600;
}

@media (max-width:1167px){
	footer{
		width:100%;
	}
	#wrapperSheet{
		margin:100px 0 0;
		padding:10px 1%;
		width:98%;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
	.header .logo{
		width:80px;
	}
	.menu{
		margin-top:2px;
	}
	.right_wrapper{
		float:right;
		border-left:#CCC 0px solid;
		padding-left:0px;
		width:50%;
		min-height:400px;
	}
	.dashboard_right{
		width:100%;
	}
	.left_wrapper{
		float:left;
		width:50%;
		padding-left:0px;
		min-height:400px;
	}
	.clientrow{
		margin-bottom:5px;
	}
	.load_docket_pane{
		width:47%;
	}
	.jobs_table input{
		size:auto;
	}.jobs_table td{
		display:block;
	}
	td.jobs_num,td.jobs_buttons, td.jobs_delete,
	td.jobs_name{
		display:block;
		float:left;
	}
	td.jobs_name{
		width:87%
	}
	td.jobs_name input{
		width:100%;
	}
	td.jobs_num,td.jobs_buttons{
		width:48%;
	}
	td.jobs_buttons img{
		width:15px;
		height:auto;
	}
	td.jobs_buttons{
		text-align:right;
	}
	td.jobs_delete{
		max-width:40px;
	}
	.jobs_buttons img{
		margin:0;
	}
}
@media (max-width:1167px){
	.clients-admin-menu{
		width:46%;
	}
}