﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/*$white: #fff;
$blue-lighter:#80cff1;
$blue-light: #b2d3e1;
$blue: #009fe3;


$blue-light-search: #bfe7f8;
$blue-light-dark-font-menu:#80cff1;
$blue-dark: #0077aa;
$black:#000000;
$black-light: #333333;

$grey: #cccccc;
$grey-light: #dfe5e7;
$grey-main:#edf2f3;
$grey-dark: #999999;
$grey-tabs:#f4f6f3;
$grey-socials:#b4bebf;

$green:#339900;
$orange: #ff841d;*/
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base checkboxes
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. 
 *  2.
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. 
   ========================================================================== */
/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/*$white: #fff;
$blue-lighter:#80cff1;
$blue-light: #b2d3e1;
$blue: #009fe3;


$blue-light-search: #bfe7f8;
$blue-light-dark-font-menu:#80cff1;
$blue-dark: #0077aa;
$black:#000000;
$black-light: #333333;

$grey: #cccccc;
$grey-light: #dfe5e7;
$grey-main:#edf2f3;
$grey-dark: #999999;
$grey-tabs:#f4f6f3;
$grey-socials:#b4bebf;

$green:#339900;
$orange: #ff841d;*/
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base checkboxes
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Custom Radio Button
 *  2.
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Custom Radio Button
   ========================================================================== */
.custom-checkbox-options {
  text-align: right;
  margin: 15px 0;
  /* The container */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.custom-checkbox-options p {
  float: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .custom-checkbox-options p {
    float: left;
    margin-bottom: 15px;
  }
}
.custom-checkbox-options .checkbox-container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 5px;
  text-transform: uppercase;
  margin-left: 17px;
  /* Hide the browser's default radio button */
}
.custom-checkbox-options .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox-options .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  /*background-color: #eee;*/
  border-radius: 50%;
  border: 1px solid black;
}
.custom-checkbox-options .checkbox-container:hover input ~ .checkmark {
  /*background-color: #ccc;*/
  border: 1px solid black;
}
.custom-checkbox-options .checkbox-container input:checked ~ .checkmark {
  background-color: black;
}
.custom-checkbox-options .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox-options .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox-options .checkbox-container .checkmark:after {
  top: 3px;
  left: 5px;
  border-radius: 50%;
  color: white;
  /*background: white;*/
  content: "\f00c"; /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
  font-size: 13px;
}

.custom-checkbox-options-color {
  /* The container */
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Style the indicator (dot/circle) */
}
.custom-checkbox-options-color .checkbox-container {
  margin-left: 0px;
  padding-top: 0px;
  /* Hide the browser's default radio button */
}
.custom-checkbox-options-color .checkmark {
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
}
.custom-checkbox-options-color .checkbox-container:hover input ~ .checkmark {
  /*background-color: #ccc;*/
  border: 1px solid transparent;
}
.custom-checkbox-options-color .checkbox-container:hover input ~ .checkmark-light {
  /*background-color: #ccc;*/
  border: 1px solid black;
}
.custom-checkbox-options-color .checkbox-container input:checked ~ .checkmark {
  padding-top: 5px !important;
  height: 25px;
  width: 25px;
  margin-top: -5px;
}
.custom-checkbox-options-color .checkmark-light {
  border: 1px solid black;
}
.custom-checkbox-options-color .checkbox-container .checkmark-light:after {
  color: black;
}

.uk-checkbox label:after {
  padding-top: 8px !important;
  top: -8px;
  left: -1px;
}
