html    {
        min-height:100%;
        height: 100%;
        }

*{margin:0; padding:0;}

body {
  margin: 0;
  padding: 0;        
  min-height: 100%;
  font: 12px Verdana, Tahoma, 'Arial CE', Helvetica, sans-serif;
  color: #75778c;
}

#tresc a {
  color: #74A7C8;
  text-decoration: none;
  font-weight: bold;  
}

#fancybox-content a {
  color: #74A7C8;
  text-decoration: none;
  font-weight: bold;  
  
}

#tresc a:hover {
  text-decoration: underline;
}

img {border:0;}

div.hidden {
	display: none !important;
}

#container {
  margin: 0 auto;
  /*width: 100%;*/
  padding: 0 25px;  
}

#top {
  float: left;
  width: 100%;
  height: 60px;
  background: #484848;
  border-bottom: 2px solid #74A7C8;
  position: relative;
}

#top .user_box {
	position: absolute;
	right: 10px;
	bottom: 7px;
	display: block;
	width: 600px;
	text-align: right;
	color: #FFF;
}	

#top .user_box a {
	color: #FFF;
	text-decoration: none;	
}

#top .user_box a:hover {	
	text-decoration: underline;	
}

#footer {
  /*background: #313541;*/
  clear: both;
  height: 20px;
  text-align: center;
  padding: 10px 0 150px 0;
}

#footer a {
  color: #75778C;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
} 
  
.col_left {
	float: left;
	width: 205px;
	margin-right: 20px;
  margin-bottom: 20px;
  margin-left: -100%;
	
	padding: 0 10px 0 0;
	border-right: 1px solid #EAEAEC;
}

.col_wrapper {
	float: left;
  width: 100%;
}

.col_right {
	margin-left: 240px;
	/*display: block;
	float: left;
	width: auto;*/
}
	  
#menu {
  width: 182px;
  float: left;
  margin: 15px 0 20px 19px;  
  padding-right: 0px;
}

#top h3 {
  text-align: center;
  font-size: 13px;
  margin: 15px 0 0 0;
  color: #FFF;
}

#cont_back {
  float: left;
  width: 100%;
  background: #f9fafb;
}

#tresc {
  /*width: 665px;
  float: left; */  
  padding: 30px 20px 50px 0;
  /*margin: 15px 0 30px 19px;
  padding: 10px 0 50px 30px;       */
}

#tresc * {
  line-height: 18px;
}

#menu ul {
  margin-top:10px;
}

#menu li {
  list-style-type: none;
  line-height:33px;
}

#menu li a {
  display: block;
  width: 167px;  
  color: #75778c;
  text-decoration:none;
  padding-left: 10px;
  font-size: 12px;
  border-bottom: 1px solid #eaeaec;
  line-height: 19px;
  padding-top: 7px;
  padding-bottom: 7px;
}

h3 {
  font-size: 12px;
  margin: 5px 0;
}

#uploaded_files {
  margin: 0 0 10px 0;
  float: left;
  width: 406px;
  border: 1px solid #E5E5E5;
  background: #FFF;
} 

#uploaded_files ul li {
  list-style-type: none;
  margin: 0 0 0 0px;  
  border-bottom: 1px solid #E5E5E5;
  padding: 3px;
}

#upload_popup {
  float: left;
  clear: left;
}

a.generate {
  float: left;
  clear: left;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  width: 195px;
  height: 20px;
  color: #FFF;
  background: #990000;
  padding: 5px 0 5px 10px;
}

span.form_title {
  font-weight: bold;
  margin: 10px 0;
  display: block;
}

fieldset {
  border: 0;
  width: 665px;
}

form label {
  display: block;
}

form textarea {
  display: block;
  clear: left;
  border: 1px solid #eaeaec;  
  margin: 2px 0 0px 0;
  color: #75778C; 
}

form input.text {
  display: block;
  float: left;
  clear: left;
  width: 98%;
  border: 1px solid #eaeaec;
  height: 20px;
  margin: 2px 0 0px 0;
  color: #75778C;
}

form select {
  display: block;
  /*float: left;*/
  clear: left;
  width: 200px;
/*  height: 20px;*/
  margin: 2px 0 0px 0;
  color: #75778C;
}

form .submit {
  display: block;
  clear: left;    
  background: none repeat scroll 0 0 #990000;  
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  margin: 0 0 0px;
  padding: 5px 10px 8px 10px;
  text-decoration: none;
  min-width: 95px;
  border: 0px;
  cursor: pointer;
}

a.submit {
  display: block;
  clear: left;    
  float: left;
  background: none repeat scroll 0 0 #990000;  
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: bold;
  height: 23px;
  margin: 0 0 0px;
  padding: 9px 10px 5px 10px;
  text-decoration: none;
  /*width: 95px;*/
  border: 0px;
  cursor: pointer;
}

table.list {
  margin: 10px 0 0px 0px;
  padding: 0;  
  width: 100%;
  clear: left;
}

table.list thead td {
  font-weight: bold;
  line-height: 17px;
  text-align: center;    
  background: #FEB71D;  
  color: #FFF;
  padding: 5px;  
}

table.list thead td a {
  color: #FFF;
}

table.list thead td.first {
  background: #5F5E5C;
}

table.list tbody tr.odd {
  background: #FFF1B8;
}

table.list tbody tr.even {
  background: #FAFAFA;
}

tbody td.center {
  text-align: center;
}

tbody td {
  padding: 5px;
}

tbody td.left {
  text-align: left;
  padding-left: 5px;
}

tbody td.right {
  text-align: right;
}

table.list thead td.actions {
  width: 200px;  
}

table.list thead tr.titles td {
  padding: 5px 10px;
}

thead td.w20 {
  width: 20px; 
}

thead td.w40 {
  width: 40px; 
}

thead td.w80 {
  width: 80px; 
}

thead td.w100 {
  width: 100px; 
}

thead td.w150 {
  width: 150px; 
}

thead td.w200 {
  width: 200px; 
}

thead td.w240 {
  width: 240px; 
}

thead td.w300 {
  width: 300px; 
}

thead td.w50 {
  width: 50px; 
}

thead td.w40 {
  width: 40px; 
}

table.list tbody td.label {
   
}

.pagination_links {
  margin: 10px 0 10px 2px;	
}

.pagination_links a {
	font-weight: normal !important;
}

.frm_line {
	display: block;
	float: left;
	clear: left;
	margin: 10px 0 0 0;
	width: 250px;
}

.shipping_form .frm_line {
	width: 500px;
}

.popup fieldset {
	width: auto;
}	

label {
	margin: 0 0 5px 0;
}

.popup {
	background: #F9FAFB;
}

.buttons {
  text-align: center;
  margin: 15px 0;
}

#add_to_job_popup .new_job {
	/*display: none;*/
}

.grid_div {
	width: 100%;
	font-family: arial;
}

.grid_orderstoprint {
	height: 500px;
}

.grid_orderssteps {
	height: 500px;
}

.grid_orderscomments {
	height: 500px;
}

.grid_productionorders {
	height: 500px;
}

.grid_jobs {
	height: 200px;
}

.grid_data {
	display: none;
}

.job .message {
	display: none;
	background: #F2F6F9;
	padding: 10px;
}

.job .items {
	display: none;
	background: #F2F6F9;
	padding: 5px;
}

.jobs .job {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.jobs .day_of_week {
  display: block;
  float: left;
  width: 100%;
  margin: 5px 0 15px 0;
  padding: 3px 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;   
  background: none repeat scroll 0 0 #ECF3F7;
  border-radius: 5px 5px 5px 5px;  
  font-weight: bold;;
  color: #9fa1bc;
}

.job .title {
	height: 25px;
	background: #dbe9f2;
	border-radius: 5px;
	cursor: pointer;
}

.job .title span.toggle {
	display: block;
	float: left;
	margin: 3px 10px 0 10px;
}

.job .title span.number {
	display: block;
	float: left;
	margin: 3px 10px 0 0px;
}	

.job .title .menu {
	float: right;
	display: block;
	width: 70px;
	margin: 3px 0 0 0;
	background: url("../images/menu_arrow.png") no-repeat scroll 44px 5px transparent;
}	

.job .title .checkbox {
  display: block;
  float: left;
  margin: 6px 0px 0 8px;	
} 

h1.breadcurmb {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.popup .descriptions {
	line-height: 20px;
}

.grid_filter a {
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #dadada;
  color: #75778C !important;
  display: block;
  float: left;
  font-weight: normal !important;
  height: 19px;
  padding: 2px 4px 3px;
  margin: 10px 10px 0px 0;
}

.grid_filter a:hover {
	text-decoration: none !important;
}

.slick-cell .value {
	font-weight: bold;
}

.slick-viewport span.step_color {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}

#show_descriptions .desc {
	margin: 10px 0 10px 0;
	line-height: 18px;
}

.hidden {
	display: none;
}

.info_qtip {
	display: block;
	float: left;
	margin: 6px 0 0 0px;
}

.info_box_qtip p {
	margin-top: 5px;
}

.search_input {
	max-width: 95%;
	border: 1px solid #dcdcdc;
}

.actions_bar {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.actions_bar div.orders {
  display: block;
  float: left;	
}	

.actions_bar .menu{
  background: url("../images/menu_arrow.png") no-repeat scroll 44px 5px transparent;
  display: block;
  float: right;
  margin: 3px 0 0;
  width: 70px;
}

.grid_filter {
	display: block;
  float: left;
	margin: 0 0 15px 0;
}

.jobs {
	clear: left;
}

.solutions {
	margin: 20px 0 0 0;
}

.solutions .controls {
	margin: 0 0 10px 0;
}

.solutions .data {
	display: none;
}

.canvas_container {
	width: 100%;
	overflow: scroll;
}

.btn_clipboard {
    background: none repeat scroll 0 0 #990000;
    border: 0 none;
    clear: left;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    margin: 10px 0 0 0;
    padding: 9px 0 8px 13px;
    text-decoration: none;
    width: 157px;
}

/************* SORTABLE ********************/
.sortable {
  margin: 20px 0;
  padding: 0;
  width: 400px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sortable li {
  list-style: none;
  border: 1px solid #CCC;
  background: #F6F6F6;
  font-family: "Tahoma";
  color: #1C94C4;
  margin: 5px;
  padding: 7px 5px 3px 5px;
  min-height: 19px;
  position: relative;
}

.sortable li .info_qtip {
	position: absolute;
	right: 10px;
	top: 1px;
}

.ui-sortable-placeholder {
	visibility: visible !important;
	display: block;
  border: 1px dashed #CCC  !important;
  background: none  !important;
}
/************* END SORTABLE ********************/

#colorpickerHolder {
	
	clear: both;
}
	 
td .color {
	display: inline-block;
	width: 15px;
	height: 15px;
}

.plate_imposition_container  {
  display: block;
  float: left;
  clear: left;
  margin: 10px 0 15px 0;
}

.plate_imposition_container .title {
  display: block;
  float: left;
  clear: left;	
	font-size: 13px;
	font-weight: bold;
}

.plate_imposition_container .submit {
	width: 130px;
}	

.plate_imposition_container .items {
	display: block;
	float: left;
	clear: left;
	margin: 10px 0 0 0;
}

.autoimposition_log {
	clear: left;
}

.userworkflows_filter {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0; 
}

.userworkflows_filter a .square {
	display: block;
  float: left;
  width: 15px;
  height: 15px;
  background: #FFF;
  margin: 3px 0 0 0;
}

.userworkflows_filter a .text {
  display: block;
  float: left;
  margin: 1px 0 0 5px;	
}

.userworkflows_filter a {
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #DADADA;
  color: #75778C !important;
  display: block;
  float: left;
  font-weight: normal !important;
  height: 19px;
  margin: 10px 10px 0 0;
  padding: 4px 10px 5px 8px;
}

.production_workflows_items .title {
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold; 
	margin: 0 0 10px 0; 
	padding: 4px 10px 5px 8px;
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #DADADA;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.production_workflows_items .title .square {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: #FFF;
  margin: 3px 0 0 0;
}

.production_workflows_items .title .text {
  display: block;
  float: left;
  margin: 3px 0 0 10px;  
}

.production_workflows_items .title .link {
  display: block;
  float: right;
  margin: 3px 0 0 10px;  
}

.production_workflows_items .change_status {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;	
}

.production_workflows_items .change_status fieldset {
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #DADADA;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}	
	
.production_workflows_items .change_status input {
    border: 1px solid #EAEAEC;
    clear: left;
    color: #75778C;
    display: block;
    float: right;
    height: 27px;
    margin: 0 0 0;
    width: 200px;	
    text-align: right;
}

.production_workflows_items .change_status a {
  display: block;
  float: right;	
	background: none repeat scroll 0 0 #990000;
	color: #FFF !important;
	padding: 5px 10px;
	margin: 0 0 0 10px;
}	
	
.ajax_msg {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 4px 10px 5px 8px;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;     
  box-sizing: border-box;     
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #DADADA;  
}

table.list tr.search td {
  background-color: #dadada;
  padding: 5px 15px; 	
}	
	
table.list tr.search td input {
	border: 1px solid #F0F0F0;
	width: 100%;
	height: 20px;
}

table.list a.table_btn {
  display: inline-block;
  /*float: left;*/
  background: none repeat scroll 0 0 #C14C4C;
  color: #FFFFFF !important;
  margin: 0 0 0 10px;
  padding: 5px 10px;   
  font-weight: normal !important;
}

table.list .table_submit {
  display: inline-block;
  /*float: left;*/
  background: none repeat scroll 0 0 #C14C4C;
  color: #FFFFFF !important;
  margin: 0 0 0 10px;
  padding: 5px 10px;   
  border: 0px;
  cursor: pointer;
}

table.list select {
	display: inline;
}	

table.display_fields {
	display: block;
	float: left;
	margin: 20px 0;
	width: 300px;
}

table.display_fields thead td {
	padding: 5px;
}

table.display_fields td {
	text-align: center;
}

div.table {
	clear: left;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  
}

tr.job_group td {
	background: #ecd39d;
}

div.view_data {
	display: block;
	float: left;
	clear: left;
	margin: 15px 0 0 0;
}

.data_filter span.frm_line {
  width: 100%;
  display: block;
  float: left;
  clear: left;    
}

.data_filter {
  display: block;
  float: left;
  clear: left;
  width: 100%;	  
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;     
  box-sizing: border-box;      
  padding: 5px 0 15px 10px;
  margin: 10px 0 15px 0;
  border-bottom: solid 1px #E7E7E7;
  background: #fffdf3;
}


#import_jdf_popup {
	width: 260px;
}

#jobs_planning_popup fieldset {
	clear: left;
}

.ui-tooltip-content table.comments { 
	border-collapse: collapse;
}

.ui-tooltip-content table.comments thead tr {
	background: #eeeeee;
	font-weight: bold;
}

.ui-tooltip-content table.comments tr.odd {
	background: #fafafa;
}

.ui-tooltip-content table.comments tr.even {
	background: #ffffff;
}

.ui-tooltip-content table.comments thead td {
	text-align: center;
}

.ui-tooltip-content table.comments td { 
	border: 1px solid #c7d2e3;
	padding: 5px 7px;
}

.slick-cell .info_qtip {
  margin: 3px 0 0 3px;	
}

#orderscomments_grid .slick-cell span.comment_text {
	white-space: normal;
}

.ui-tooltip-content span.comment {
	padding: 7px;
	display: block;
	float: left;
	background: #fafafa;
	border: 1px solid #c7d2e3;
}

.ui-tooltip-content {
	line-height: 16px;
}

#edit_job_popup fieldset {
  display: block;
  float: left;	
  clear: left;
}

.tabs_form .tabs,
#edit_job_popup .tabs {
	display: block;
	float: left;
	clear: left;
}

.tabs_form .tabs a,
#edit_job_popup .tabs a {
  display: block;
  float: left;  	
  border: 1px solid #C0C0C0;
  border-bottom: none;
  padding: 5px 7px;
  text-decoration: none;	
  margin: 10px 0 0 0;
  background: #FFF;
  color: #75778C !important;
  font-weight: normal !important;   
}

.tabs_form .tabs a.current,
#edit_job_popup .tabs a.current {
	background: #C7D2E3;
}

.tabs_form div.tab,
#edit_job_popup div.tab {
  display: block;
  float: left;
  width: 98%;    	
	padding: 10px;
	border: 1px solid #C0C0C0;
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;     
  box-sizing: border-box;     	
  background: #FFF;
}

select.rodzaj {
	width: 250px;
	height: 300px;
}

tr.iframe iframe {
  display: none;
  height: 300px;
  width: 100%;
}

.orders-div-search {
  margin-bottom: 20px;
}

.orders-div-search fieldset {
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #DADADA;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
} 
  
.orders-div-search fieldset > div {
  float: right;
} 

.orders-div-search .frm_line {
  width: auto;
  margin-right: 10px;
  margin-top: 0;
}

.orders-div-search .frm_line label {
  margin-top: 7px;
}

.orders-div-search .submit {
  background: none repeat scroll 0 0 #feb71d;
  color: #FFF !important;
}

.orders-div-search input.text {
  padding: 5px;
  width: 70px;
  text-align: center;
  margin-top: -1px;
}

.orders-div-search *:focus {
  outline: none;
}

.slick-headerrow-columns {
  height: 30px !important;
}