/* ENTITIES */

@import "@fontawesome/fontawesome=free/css/fontawesome.css";
@import "@fontawesome/fontawesome=free/css/solid.css";
@import "@fontawesome/fontawesome=free/css/regular.css";


body{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	color: #333;
	background-color: white;

}

.bluebackground{
    background:#2471A3;
    outline:none;
}

.blue{
    color:#2471A3;
}

.bluebutton{
    border-radius:8px;
    background-color:#2471A3;
    color:white;
    transform: scale(1.05);
}

.bluebutton:hover{
     	color:white;
        box-shadow:3px 3px 5px  #C1C1C1;
    }
    
.whitebutton{
    border-radius:8px;
    background-color:white;
    color:grey;
    border: 1px solid lightgrey;
    transform: scale(1.05);
}

.whitebutton:hover{
     	color:grey;
        box-shadow:3px 3px 5px  #C1C1C1;
    }

.downloadbutton{
    border-radius:8px;
    background-color:white;
    color:#2471A3;
    border: 1px solid lightgrey;
    transform: scale(1.05);
}

.downloadbutton:hover{
     	color:#2471A3;
        box-shadow:3px 3px 5px  #C1C1C1;
    }

.greybackground{
    background-color:#ECECEC;
}
    

/* INSPECTION FORM BUTTONS */
.satbutton{
    border-radius:8px;
    background-color:white;
    color:green;
    border: 1px solid lightgrey;
    
}

.satbutton:hover{
        color: green;
        border: 1px solid lightgrey;
        transform: scale(1.05);
        box-shadow:3px 3px 5px  #C1C1C1;
    }


.satbutton.active{
        background-color:green;
        color:white;
        box-shadow:3px 3px 5px  #C1C1C1;
    }


.unsatbutton{
    border-radius:8px;
    background-color:white;
    color:red;
    border: 1px solid lightgrey;
    
}



.unsatbutton:hover{
        color: red;
        border: 1px solid lightgrey;
        transform: scale(1.05);
        box-shadow:3px 3px 5px  #C1C1C1;
    }

  
.unsatbutton.active{
        background-color:red;
        color:white;
        box-shadow:3px 3px 5px  #C1C1C1;
    }
 

/*WHEN BUTTON IS CLICKED FOR RADIO */    


/* END INSPECITON FORM BUTTONS */
    
.inspection_tools_header{
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}

.table{
    overflow-y: hidden;
}

.form_item_header{
    padding-left: 5px;
}




.body_inspection_page{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 600px;
	color: #333;
	background-color: #d6d8db;
}


.body_measure_page{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 1000px;
	color: #333;
	background-color: #d6d8db;
}

.body_settings_page{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 900px;
	color: #333;
	background-color: #d6d8db;
}

.body_profile_page{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 600px;
	color: #333;
	background-color: #d6d8db;
}
.body_wo_page{
    
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 1000px;
	color: #333;
	background-color: #d6d8db;
    
}

.body_edit_wo{
    
    background-color: #d6d8db;
    
}
.body_workorder_form{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 450px;
	color: #333;
	
}
hr{

	width: 100%;
	height: 2px;


}

.hr_small_line{
    
    width: 100%;
	height: 1px;
    
}

/* TEXT */

.PIS{

	text-align: center;
	

}

.form_title{
    
    text-align: center;
}



.title{

	text-align: center;
	
	width: 500px;	
	margin-left: auto;
	margin-right: auto;

	
	
}
.title_holder{

	width: 100%;
	margin: auto;
	
}


.subtitle{

	text-align: center;

}

.section_title{

	text-align: center;
	font-size: 14pt;
	line-height: 16pt;
	
}

.note{

	text-align: center;
	font-size: 11pt;
	

}

.prompt_form{

	position: relative;
	font-size: 14pt;
	line-height: 16pt;
	color: black;
	font-weight: normal;


}

.prompt_form_center{

	position: relative;
	font-size: 14pt;
	line-height: 16pt;
	color: black;
	font-weight: bold;
	text-align: center;
	


}

/* FORMS */

form{

	
}
input {

	font-size: 14pt;
	line-height: 25pt;
	resize: none;
	margin-right: 6px;
	margin-bottom: 6px;


	border-radius: 10px;
	
}

input[type='checkbox']{


	
	
}
select {

	font-size: 14pt;	
	resize: none;	
	width: 300px;
	height: 35px;
	border-radius: 10px;
	margin-right: 6px;
	
}

textarea {
    
    font-size: 14pt;
    line-height: 25pt;
    margin-bottom: 6px;
    border-radius: 10px;
   
}

.textarea_comments{
    
    margin-top: 6px;

}

.comments_measure{
    
    margin-top: 6px;
  
    height: 150px;
}

/* TABS */

/*FORM STEPS */
/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #316356;
}

/* TABS */

/*FORM STEPS */
/* Hide all steps by default: */
.tab_create {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step_create {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step_create.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step_create.finish {
  background-color: #316356;
}

/* TABS SECOND SET */

/* Hide all steps by default: */
.tab2 {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step2 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step2.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step2.finish {
  background-color: #316356;
}


/* TOOLTIPS */

/* Tooltip container */
.tooltip {
    position: relative;
    display: block;
	
  
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* DIVS */

.wrapper{

	margin: auto;
	width: 100%;
	height: 200px;
	
}

.nav_holder{

	width: 100%;
	margin: auto;
	

}

/* TEXT */

.title{

	text-align: center;
	
}

.subtitle{

	text-align: center;

}

.section_title{

	text-align: center;
	font-size: 14pt;
	line-height: 16pt;
	
}

.note{

	text-align: center;
	font-size: 11pt;
	

}

.prompt_form{

	position: relative;
	font-size: 14pt;
	line-height: 16pt;
	color: black;
	font-weight: normal;


}

/* TABLE */


.table{
    margin: 0 auto;
    width: auto;
}

table.table_form {
      	background: #fff;
      	border-collapse: collapse;
	
      	color: #222;
      	font-family: 'PT Sans', sans-serif;
      	font-size: 18px;
      	width: 99%;
	table-layout: fixed;
	
	
}

th{

      	text-align: center;

	
}

thcat{

      	text-align: center;
	background-color: lightgrey;
	
}

th.th_section_title{

	text-align: left;
	background-color: #333;
	color: white;


}
td {

      	line-height: 22px;
	text-align: center;
	vertical-align: central;

}

tr{

	
}



/* BUTTONS */

button {
    
    cursor: pointer;
    
}

/* LINKS */

a{
	color: #636b69;
	text-decoration: underline;
	cursor: pointer;

}

a:link, a:visited{
	
	color: #636b69;

}

a:hover, a:active{

	color: #636b69;

}

a.a_plain{

	font-weight: normal;
	color: #333;
	text-decoration: none;
	cursor: pointer;

}


