/*
hunter-crm.com - International Business Software BV
Stefan Boom 


*/
/* 
    Created on : 6-dec-2018, 9:44:27
    Author     : Stefan Boom &lt;stefan at hunter-crm.com&gt;
*/

html { height: 100%; }
body {
    /*min-height:100%; 
    position:relative; 
    padding-bottom:150px; 
    font-family: &#039;Raleway&#039;, sans-serif !important;*/
    font-family: &#039;Varela Round&#039;, sans-serif !important;
}

/*  Custom Background Colors */
.bg-new-green {background-color: #2a7f62 !important; }

.bg-blue { background-color: #0C71C3 !important; }
.bg-green { background-color: #7fb685 !important; }
.bg-orange { background-color: #fe7f2d !important; }
.bg-indigo { background-color: #233d4d !important; }
.bg-ant { background-color: #363633 !important; }
.bg-plat { background-color: #efefeb !important; }

.bg-new{background-color: #a3bac3 !important; }
.bg-timber{background-color: #d6dbd2 !important; }


/** Octoblue colors */
/*
.bg-octoblue { background-color: #004588 !important; }
.bg-octorange { background-color: #f07b00 !important; }

.text-octoblue { color: #004588 !important; }
.text-octorange { color: #f07b00 !important; }
*/

/*  Custom Text Colors */
.text-cust-new { color: #cfd7c7 !important; }
.text-blue { color: #7fb685 !important; }
.text-green { color: #7fb685 !important; } 
.text-orange { color: #fe7f2d !important; }
.text-indigo { color: #233d4d !important; }
.text-ant { color: #363633 !important; }
.text-plat { color: #efefeb !important; }
.text-red {color: #bd1e1e !important;}

.text-exact{ color:#e1141d !important; }
.text-snelstart{ color:#0077c8 !important ; }
.text-ccvpay{ color:#00a8e8 !important; }

/*  Custom Border Colors */
.border-new { border-color: #cfd7c7 !important; }
.border-blue { border-color: #7fb685 !important; }
.border-green { border-color: #7fb685 !important; } 
.border-orange { border-color: #fe7f2d !important; }
.border-indigo { border-color: #233d4d !important; }
.border-ant { border-color: #363633 !important; }
.border-plat { border-color: #efefeb !important; }

.svgiconred:hover {color: #bd1e1e !important; opacity: 1; }
.svgiconorange:hover {color: #f07b00 !important; opacity: 1; }
.svgred{color: #bd1e1e !important;}

/*  Font   */
.big-125 { font-size: large !important; }

h1, h2, h3, h4, p{font-family: &#039;Raleway&#039;, sans-serif !important ; }
.num{
    font-family: &#039;Fjalla One&#039;, sans-serif;
}

.newnum{
    font-family: &#039;Varela Round&#039;, sans-serif;
}

#drop_zone {
  border: 5px solid blue;
  width:  200px;
  height: 100px;
}

/*****  Details / Summary   */


details {
 // margin: 1rem;
}
summary {
  
  list-style-image: url( https://mijn.hunter-crm.com/huntercrm/includes/css/svg/arrow-right.svg );
}
summary:focus {
  list-style-image: url(https://mijn.hunter-crm.com/huntercrm/includes/css/svg/arrow-down.svg);
}
summary::-webkit-details-marker {
  background: url(https://mijn.hunter-crm.com/huntercrm/includes/css/svg/arrow-right.svg);
  color: transparent;
}
summary:focus::-webkit-details-marker {
  background: url(https://mijn.hunter-crm.com/huntercrm/includes/css/svg/arrow-down.svg);
}



/**********************     Toggle Switch       *******************************/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: &quot;&quot;;
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/**********************  Footer    ****************************/

.footer {
    min-height:150px;
    clear:both;
    position:static;
    left: 0 ; right: 0; bottom: 0; 
    width: 100%;
}




#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:150px;
   width:100%;
   background:#999;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+&#039;px&#039;);
}

/**********************  Footer    ****************************/

body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 300;
  color: #233d4d !important;
}
.sidebar .nav-link:hover {
  color: #bd1e1e !important;
}


.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.list-group-horizontal .list-group-item {
	display: inline-block !important;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
 	border-right-width: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
	border-right-width: 1px;
}