html {
   height: 100%;
}

body
{
	/*background-color:#008a08;*/
	background-color:#444;
	color: white;
	afont-size:1.6vw;
	font-size:17px;
	font-family: verdana;
	min-height: 100%;
	height:100%;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
}

a
{
		text-decoration:none;
}

div.stepettes
{
	aline-height:4em;
	float:right;
	aheight:4em;
	display:inline-block;
	margin-left:1em;
}

div.container
{
	
}

.row 
{
	display: flex;
	justify-content: space-evenly;
}

.resumer 
{
	display:block;
	width:33em;
	height:8em;
	margin:auto !important;
}


/*Giga Links and buttons*/
button 
{
	font-size: 22px;
}

.annuler_btn 
{
	font-size: 1.2em;
}

.small_button:disabled, .giga_link:disabled, .medium_button:disabled
{
	opacity:0.5;
	background-color:rgba(0,0,0,0.5);
}

.settings_giga_link
{
	display:inline-block;
	width:20em;
	height:12em;
	line-height:12em;
  text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	border-radius: 1em;
	border:0.08em solid black;
  margin:2em;
}

.giga_link
{
	display:inline-block;
	width:34em;
	height:20em;
	line-height:20em;
  text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	border-radius: 1em;
	border:0.08em solid black;
  margin:2em;
}

	.giga_link > span
	{
		font-size:2em;
	}
	
.raisonable_link
{
	display:inline-block;
	width:34em;
	height:8em;
	line-height:8em;
  text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	border-radius: 1em;
	border:0.08em solid black;
  margin:2em;
}

	.raisonable_link > span
	{
		font-size:1.5em;
	}

.medium_button
{
		cursor:pointer;
		aaaheight:1.5em;
		border:0.08em solid black;
		line-height:2em;
		padding:0.5em 2em;
		text-transform: uppercase;
		font-weight:bold;
		border-radius: 0.5em;
		vertical-align: top;
		margin: 0 1em;
}
	.medium_button > span
	{
		font-size:1.5em;
	}
	
.small_button
{
		cursor:pointer;
		aaaaheight:1em;
		display:block;
		border:0.08em solid black;
		text-align:center;
		line-height:1em;
		padding:0.3em 1.5em;
		text-transform: uppercase;
		font-weight:bold;
		border-radius: 0.3em;
		vertical-align: top;
		margin: 0 1em;
}
	.small_button > span
	{
		font-size:1.1em;
	}
	
	.small_button.mgr 
	{
		margin:0.25em;
	}
	
.dim_row.full_size, .tot_row.full_size {
	height: 1.8em;
	font-size: 1.7em;
	width: 4em;
}

.big {
	font-size: 2.2em !important;
}


.dim_increm
{
	display:inline-block;
}
	
.inline_button
{
	display:inline-block; 
	white-space:nowrap; 
	margin:auto; 
	margin-left:0.2em;
	awidth:32.5%;
	padding: 0.5em 0.2em;
}
	.inline_button:last-child
	{
		margin-left:none;
	}

#step_controler
{
	overflow:hidden;
	padding:1em;
	vertical-align: top;
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	height: 3em;
	background-color:#444;
	//background-color:#008a08;
}

#step_content
{
	top: 5.5em;
	bottom:5.5em;
	left:0;
	right:0;
	position:absolute;
	margin-bottom:3.5em;
}

#step_header
{
	background-color:#444;
	z-index: 1;
	overflow:hidden;
	padding:1em;
	vertical-align: top;
	position:fixed;
	top: 0;
	right:0;
	left:0;
	height: 3.5em;
}

#step_header > h1
{
	float:left;
	color:yellow;
	padding:0;
	margin:0;
	font-size:1.2em;
	text-transform: uppercase;
}

.left_float
{
	float:left;
	vertical-align: top;
}

.right_float
{
	float:right;
	vertical-align: top;
}


.blue_button
{
	background-color:blue;
	color:yellow;
}

.red_button
{
	background-color:red;
	color:yellow;
}

.green_button
{
	background-color: green;
	color: white;
}

.white_button
{
	background-color:white;
	color:black;
}
.yellow_button
{
	background-color:yellow;
	color:black;
}
.active_button
{
	background-color:yellow !important;
	color:black !important;
}

.black_button
{
	background-color:black;
	color:yellow;
}

.orange_button
{
	background-color:orange;
	color:black;
}

.blue_sky_button
{
	background-color: #55BBFF;
	color: black;
	text-shadow:-1px -1px white;
}

 .step_btn
 {
 	margin:auto;
 	width : 90%;
 	padding:1.5em 0.5em;
 	margin: 0.5em 0.5em;
 	font-size:1.1em;
 	
 }
 
 .visited_manual_step
 {
 	background-color:yellow !important;
	color:black !important;
 }
 
/*******/


/*
*Forms and form container
*/

.trucks th {
	text-align: right;
}

.setting_page table
{
	margin:0.5em;
}

table.com

table.payment_table
{
	border-collapse: collapse;
	width:100%;
}
table.payment_table td, table.payment_table th
{
	font-size:20px;
	border:1px #888 dotted;
	
}
table.payment_table input
{
	font-size:20px;
	max-width:75px;
	
}

table.adjuvants_pricing tbody td,
table.transport_pricing tbody td  {
	text-align: center;
} 

table.review tr td button {
	font-size: 16px;
}

table.companies_pricing input,
table.companies_pricing tr td 
{
	text-align:center;
}

table input, table select
{
	padding:0.3em !important;
	color:#000 !important;
	border-style:ridge;
}

td span {
	padding-left: 5px;
}

.city_name
{
	border-radius:0 !important;
	padding:0.3em !important;
}

.grid_select
{
	padding:0.3em;
}

.chkprc{
	text-align:center;
	font-size:1.5em;
	display:inline-block;
	width:90.6%;
	padding:0.3em;
	height:1.5em;
	line-height:1.5em;
	background-color: white;
	color: black;
	border-radius:0.3em;
}

.nonblanc
{
	background-color: #333;
}

div label input[type=checkbox] {
	margin-right:10px;
}

div.big_toggle_box
{
	padding:0.5em;
}

input[type=checkbox]{
	transform: scale(2);
}

div.big_toggle_box input[type=checkbox]{
    display: none;
}

div.big_toggle_box input[type=checkbox]:checked + .chkprc{
    background-color: blue;
    color:#fff;
}

div.big_toggle_box.theredone input[type=checkbox] + .chkprc{
    color:#fff;
}

div.big_toggle_box.theredone input[type=checkbox]:checked + .chkprc{
    background-color: red;
    color:#fff;
}

.acontainer input
{
		font-size:1.2em;
		padding:0.3em;
} 

.acontainer select
{
	font-size:1.5em;
	padding:1em;
}

table.invoice_links a
{
	color:#fff !important;
	text-decoration: underline;;
}

.acontainer.stdtext input
{
		font-size:1em;
		padding:0.2em;
} 
.acontainer.stdtext select
{
	font-size:1em;
	padding:0.2em;
}
.acontainer.stdtext label
{
		text-align: center;
		text-transform: uppercase;
		padding:0.2em;
}

.acontainer.smtext
{
		font-size:0.8em;
		padding:0.2em;
} 
.ac


.acontainer.smtext input
{
		font-size:0.8em;
		padding:0.2em;
} 
.acontainer.smtext select
{
	font-size:0.8em;
	padding:0.2em;
}
.acontainer.smtext label
{
		text-align: center;
		font-size:0.8em;
		text-transform: uppercase;
		padding:0.2em;
}

.field_container
{
	padding:0.5em;
	text-align:center;
}

.field_title
{
	display:block;
}

.select_full_size 
{
	width: 93%;
}

.input_wow
{
	font-size: 1.5em !important;
	padding: 1em !important;
	width:86% !important;
}



.full_size
{
	width:90%;
}
.acontainer
{
	display:inline-block;
	vertical-align:top;		
	position:relative;	
	text-align:center;		
}
.acontainer_100
{
	width:98vw;
}
.acontainer_80
{
	width:78vw;
}
.acontainer_70
{
	width:68vw;
}
.acontainer_60
{
	width:58vw;
}
.acontainer_50
{
	width:48vw;
}

.acontainer_40
{
	width:38vw;
}

.acontainer_30
{
	width:28vw;
}
.acontainer_25
{
	width:23.5vw;
}
.acontainer_20
{
	width:18vw;
}
.acontainer_33
{
	width:31.5vw;
}

.cell_block_title
{
	text-align:center;
}

table.quote_dimensions
{
	
}

table.quote_dimensions td, table.quote_dimensions th
{
	text-align: center;
	padding:0.2em;
	vertical-align: middle;
}

/********/

.beige_container
{
	background-color:#fff3ad;
	color:#000;
	border:4px #000 solid;
	padding:0.5em;
}



/*
SCHEDULE
*/

body .fc
{
	background-color:#fff;
	color:#222;
}

/*
EXTRA TABLE
*/

table.extra_table
{
	width:100%;
}

table.review
{
	width:100%;
}

table.review th
{
	font-weight:normal;
	text-align:right;
	font-size:0.9em;
	border-bottom:1px rgba(255,255,255,0.25) dotted;
	vertical-align: top;
	
}

table.review
{
	border-collapse:collapse;
	border-top:1px rgba(255,255,255,0.25) dotted;
	border-right:1px rgba(255,255,255,0.25) dotted;
	border-bottom:1px rgba(255,255,255,0.25) dotted;
}

table.review table.review
{
	border:none;
}
	table.review table.review th {text-align:left;}

table.review tr:last-child td, table.review tr:last-child th
{
	CANCELborder-bottom:none !important;
}

table.review td
{
	border-bottom:1px rgba(255,255,255,0.25) dotted;
	border-left:1px rgba(255,255,255,0.25) dotted;
	font-size:0.8em;
	text-align:left;
	color:yellow;
	background-color:rgba(255,255,255,0.1);
	vertical-align: top;
	padding-left:0.2em;
}

.dialog_button
{
	padding: 0.3em 1em;
	margin: 0.3em 1em;
	font-size:2em;
	display:inline-block;
}












/**/

#modal_message {
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index:999;
}
#modal_message div.modal_inner
{
	text-align:center;
}
#modal_message div.modal_content {
    margin: auto;
    border:0.1em #fff solid;;
    margin-top:10vh;
    padding: 10px;
    max-width:90vw;
    min-width:20vw;
    max-height:70vh;
    position: relative;
    display:inline-block;
    background-color:rgba(0,0,0,0.5);
}

.mquestion, #modal_question{
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index:999;
}
.mquestion, #modal_question div.modal_inner
{
	text-align:center;
}
.mquestion, #modal_question div.modal_content {
    margin-left: auto !important;
    margin-right: auto !important;
    border:0.1em #fff solid;;
    margin-top:10vh;
    padding: 10px;
    max-width:90vw;
    min-width:20vw;
    max-height:70vh;
    position: relative;
    display:inline-block;
    background-color:rgba(0,0,0,0.5);
}

.mquestion
{
	display:block;
}

/**/
#loader
{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.5);
	z-index:9999;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 250px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}





.easy-autocomplete-container
{
	color:#000;
}


.numberptn
{
	margin:0em !important;
	margin-right:0.5em !important;
	padding:0.5em 1em !important;
}


div#form_errors
{
	text-align:left;
	padding:0.5em;
	width: 93%;
	margin: auto;
	font-size: 30px;
}

.message_container table
{
	amargin:auto;
	font-size:1.2em;	
}

.message_container table th
{
	text-align:left;
}

.message_container table td
{
	text-align:left;
}

.fc-unthemed .fc-today
{
	background-color: #dfdfdf;
}



#calendar thead, #calendar .fc-toolbar, #calendar .fc-axis.fc-time.fc-widget-content
{
	abackground-color:#fff;
	font-size:1.2em;
}



#calendar .fc-time
{
	font-weight:bold;
}
.fce-col-header
{
	font-size:0.75em
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead
{
    border-color: #666;	
}

