/* CSS ALGEMEEN */
@import url(../css/font-awesome.css);



@font-face {
    font-family: 'Roboto_black';    
    src: url(../fonts/Roboto-Black-webfont.woff);
}
@font-face {
    font-family: 'Roboto_regular';    
    src: url(../fonts/Roboto-Regular-webfont.woff);
}

@font-face {
    font-family: 'Roboto_Light';    
    src: url(../fonts/Roboto-Light-webfont.woff);
}

.modal-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    color: #ffffff;
	font-family:"Roboto_black"; 
    font-size: 1.25rem;
	background-color:#e95b2c;
}

.modal-content {
    border-radius: 0rem;
}

/* LETTERTYPES ALGEMEEN */
.h1_grey {	color: #2F2D2D;
	font-family:"Roboto_black"; 
}

.h1_tabelheader {
	color: #2F2D2D;
	font-family:"Roboto_black"; 
}


.h1_laad_losadres_info {
	color: #2F2D2D;
	font-family:"Roboto_black"; 
}

.p_grey {
	color: #2F2D2D;
	font-family:"Roboto_regular"; 
}

.p_icon_awesome {
	color: #2F2D2D;
	font-family:"Roboto_black"; 
}


/* FLOATING BUTTON TERUG */
.float {
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color:#e95b2c;
	color:#FFF;
	border-radius:0px;
	text-align:center;
	box-shadow: 0px 0px 0px #999;
    z-index:4;
}

.my-float {
    font-size: 2rem;
}

/***CUSTOM CHECKBOXES ***/

input[type=checkbox] { display:none; }         /* to hide the checkbox itself */
input[type=checkbox] + label:before {
font-family: "Font Awesome 5 Pro";             /* This is the correct font-family*/
}

input[type=checkbox] + label:before { 
    content: "\f0c8";                          /* FONTAWESOME CHECKBOX UNCHECKED */
    color: #E95B2C;
    font-size: 1.40rem;
} /* unchecked icon */

input[type=checkbox]:checked + label:before { 
    content: "\f14a";                          /* FONTAWESOME CHECKBOX CHECKED */
    color: #264090;
    font-size: 1.40rem;
} /* checked icon */

label {
    display: inline-block;
    margin-bottom: 0rem;
}

/* CLASS ICONEN DASHBOARD   */
.a_awesome {
    color: #E95B2C;
    font-size: 2.5rem;
}

.a_awesome:hover {
    color: #264090;
    font-size: 2.5rem;
    text-decoration: none;
}

/* CLASS ICONEN ACTIE   */
.a_awesome_actie {
    color: #E95B2C;
    font-size: 1.40rem;
    padding-top: 3px;
    padding-bottom: 3px;
}

.a_awesome_actie:hover {
    color: #264090;
    font-size: 1.40rem;
    text-decoration: none;
}


.a_awesome_no_actie {
    color: #000000;
    font-size: 1.40rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

.a_awesome_no_actie:hover {
    color: #264090;
    font-size: 1.40rem;
    text-decoration: none;
}


.a_awesome_actie_klant {
    color: #E95B2C;
    font-size: 1.50rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

.a_awesome_actie_klant:hover {
    color: #264090;
    font-size: 1.50rem;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}


/* LINK CLASS ICONEN   */
.a_link_awesome {
    color: #E95B2C;
    font-size: 0.80rem;
}

.a_link_awesome:hover {
    color: #264090;
    font-size: 0.80rem;
    text-decoration: none;  
}

/* LINK FOOTER   */
.a_link_footer {
  color: #FFFFFF;
  font-family:"Roboto_regular"; 
  font-size: 1rem;
}

.a_link_footer:hover {
  text-decoration: underline; 
  color: #FFFFFF;
  font-family:"Roboto_regular"; 
  font-size: 1rem;
}


/* LINK ORGDOCS DETAILOVERZICHT VRACHTBRIEF   */
.a_link_orgdocs {
  font-family:"Roboto_regular"; 
  color: #2F2D2D;
  padding: 0px;
  font-size: 1rem;
}

.a_link_orgdocs:hover {
  text-decoration: underline; 
  font-family:"Roboto_regular"; 
  color: #2F2D2D;
  padding: 0px;
  font-size: 1rem;
}



html, body {
  height: 100%;
  margin: 0;
  background-color: #ffffff;
}


.wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 100%;
  margin: 0 auto -40px;
}
.footer {
  height: 80px;
  background-color: #264090;
  padding-top: 30px;
  color: #FFFFFF;
  font-family:"Roboto_regular"; 
  font-size: 1rem;
  text-align: center;
}

/* KNOP DEFINITIE   */
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.btn-orange {
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0px;
	background-color: #E95B2C;
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
	outline: 0 none;
	font-size: 1rem;
    color: #ffffff;
    letter-spacing: 2px;
}

.btn-orange:hover {
	background-color: #264090;
    color: #FFFFFF
}

.btn-orange:focus btn-orange:active:focus btn-orange.active:focus{
	color: #ffffff;
	outline: 0 none;
}


/* FORM CONTROL */
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-family:"Roboto_regular"; 
	font-size: 1em;
    line-height: 1.50em;
	font-weight: 400;
    padding-left: 0px;
}


.form-group {
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #E95B2C;
    box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.25);
} 

.custom-file-input:focus ~ .custom-file-label {
    border-color: #E95B2C;
    box-shadow: 0 0 0 0rem rgba(40, 167, 69, 0.25);    
}




.highlight {
    background-color: #DFD0CB;
}




.form-check-input {
    position: absolute;
    margin-top: 5px;
    margin-left: 0rem;
}



/* WEGHALEN UP/DOWN ARROW ALS INPUTTYPE IS NUMBER  */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* NAVIGATIE */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
	font-size: 1.20em;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
	font-size: 1.20rem;
}




/*! TABEL AANPASSINGEN  */

.table thead {
    vertical-align: middle;
    padding-left: 5px;
    background-color: #E95B2C;
    font-size: 0.90rem;
}

.table th {
    vertical-align: middle;
    padding-left: 10px;
    border-top: 0px;
    font-family:"Roboto_Light"; 
}

.table tr {
    vertical-align: middle;
    padding-left: 10px;
    border-color: transparent;
}

.table td {
    border-top: 0px;
	font-family:"Roboto_regular"; 
	color: #2F2D2D;
    padding: 0px;
    font-size: 0.80rem;
    vertical-align: middle;
}

.table thead th {
    border-bottom: 1px solid #ffffff;
}

.table th {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    color: #ffffff;
}



/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) 
{  





}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) 
{  





}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) 
{  

.h1_grey {
	font-size: 2.50em;
	margin-top: 15px;
	margin-bottom: 15px;
}

.h1_tabelheader {
	font-size: 1.50em;
	margin-top: 2px;
	margin-bottom: 2px;
}

.h1_laad_losadres_info {
	font-size: 1.20em;
	margin-top: 2px;
	margin-bottom: 2px;
}




.p_grey {
	font-size: 1em;
    line-height: 1.50em;
	font-weight: 400;
}

.p_icon_awesome {
	font-size: 1.15em;
    line-height: 1.50em;
    margin-top: 5px;


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{ 

.h1_grey {
	font-size: 2.50em;
	margin-top: 15px;
	margin-bottom: 15px;
}

.p_grey {
	font-size: 1em;
    line-height: 1.50em;
	font-weight: 400;
}

.p_icon_awesome {
	font-size: 1.15em;
    line-height: 1.50em;
    margin-top: 5px;
}



}