﻿/* ==========================================================================
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
   ========================================================================== */
/* ==========================================================================
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 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
   ========================================================================== */
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. Animations
 *  4. Shadows
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/* 2. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*Buttons*/
/*$button-min-width: 50px;*/
/*$button-max-width: 130px;*/
/*$button-min-width-small: $input-select-height;*/ /*same as $button-min-height*/
/*$button-background-color: $blue;*/
/* 3. animations
   ========================================================================== */
/*Buttons*/
/* ==========================================================================
Base  Buttons
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. button styles
 *  2. old-button styles
 *  3.
 *  4.
 *  5.
 *  6.
 *  7. 
 *  8. Input group button elastic
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. button styles
   ========================================================================== */
button, .btn {
  /*font-family: $font-OpenSans-Regular;
  max-width: none;
  width: auto;
  /*@include phones {
      padding: 0 10px;
  }*/
  /*padding: 0 15px;*/
  /*display: block;*/
  /*margin: 15px 0;*/
  /*transition: $transisiton;*/
  border: none;
  transition: all 0.3s ease;
}

button:disabled, .btn:disabled {
  background-color: #dfe5e7;
  border: #dfe5e7;
}

button:focus, button:active {
  outline: none;
  background-color: none;
}

.btn-primary-lrg {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background-color: #009fe3;
  border: none;
  color: #fff;
  font-size: 1.429em;
  text-transform: none;
  border-radius: 0;
}

.btn-primary-med {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  font-size: 1.214em;
  background-color: #009fe3;
  border: 1px solid #009fe3;
  color: #fff;
  text-transform: none;
  border-radius: 0;
}

.btn-primary-sm {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  background-color: #009fe3;
  border: none;
  color: #fff;
  font-size: 1em;
  text-transform: none;
  border-radius: 0;
}

.btn-primary-sm:hover, .btn-primary-med:hover, .btn-primary-lrg:hover, .btn-primary-sm:focus, .btn-primary-med:focus, .btn-primary-lrg:focus {
  background: #009fe3;
  color: #fff;
  outline: none !important;
}

.btn-secondary-lrg {
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  background-color: transparent;
  border: 1px solid #009fe3;
  color: #0077aa;
  font-size: 1.429em;
  text-transform: none;
  border-radius: 0;
}

.btn-secondary-med {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  font-size: 1.214em;
  background-color: transparent;
  border: 1px solid #009fe3;
  color: #0077aa;
  text-transform: none;
  border-radius: 0;
}

.btn-secondary-sm {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  font-size: 1em;
  background-color: transparent;
  border: 1px solid #009fe3;
  color: #0077aa;
  text-transform: none;
  border-radius: 0;
}

.btn-secondary-sm:hover, .btn-secondary-med:hover, .btn-secondary-lrg:hover, .btn-secondary-sm:focus, .btn-secondary-med:focus, .btn-secondary-lrg:focus {
  color: #0077aa;
  outline: none !important;
  background-color: transparent;
  border: 1px solid #009fe3;
}

/*
    When creating your CSS selector,
    change "blue" to something of your choosing
    */
.waves-effect.waves-blue .waves-ripple {
  /* The alpha value allows the text and background color
  of the button to still show through. */
  /*background-color: rgba(0, 159, 227, 0.65);*/
  background-color: rgba(0, 159, 227, 0.2);
}

.btn-tertiery-lrg {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background-color: #80cff1;
  color: #fff;
  font-size: 1.429em;
  text-transform: none;
  border-radius: 0;
}

.btn-tertiery-med {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  font-size: 1.214em;
  background-color: #80cff1;
  color: #fff;
  text-transform: none;
  border-radius: 0;
}

.btn-tertiery-sm {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  font-size: 1em;
  background-color: #80cff1;
  color: #fff;
  text-transform: none;
  border-radius: 0;
}

.btn-tertiery-sm:hover, .btn-tertiery-med:hover, .btn-tertiery-lrg:hover, .btn-tertiery-sm:focus, .btn-tertiery-med:focus, .btn-tertiery-lrg:focus {
  color: #fff;
  outline: none !important;
  background-color: #80cff1;
}

/* 2. Old-button styles
   ========================================================================== */
.button-holder-dark, .button-holder-pale, .search-button-text {
  width: 100%;
}
.button-holder-dark .search-text-input-dark, .button-holder-dark .search-text-input-pale, .button-holder-dark .search-button-text, .button-holder-pale .search-text-input-dark, .button-holder-pale .search-text-input-pale, .button-holder-pale .search-button-text, .search-button-text .search-text-input-dark, .search-button-text .search-text-input-pale, .search-button-text .search-button-text {
  max-width: 210px;
  padding-right: 37px;
  background-color: #bfe7f8;
  border: none;
  /*background: linear-gradient(to bottom, $grey, rgba(250,250,250,0));*/
}
.button-holder-dark .search-text-input-pale, .button-holder-pale .search-text-input-pale, .search-button-text .search-text-input-pale {
  background-color: #fff;
  border: thin solid #cccccc;
}
.button-holder-dark .text-input-pale, .button-holder-pale .text-input-pale, .search-button-text .text-input-pale {
  background-color: #fff;
  border: thin solid #cccccc;
  max-width: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.button-holder-dark .text-input-pale-valid, .button-holder-pale .text-input-pale-valid, .search-button-text .text-input-pale-valid {
  background-image: url("../graphics/yes-blue.png");
}
.button-holder-dark .search-button-dark, .button-holder-dark .search-button-pale, .button-holder-dark .search-button-text, .button-holder-pale .search-button-dark, .button-holder-pale .search-button-pale, .button-holder-pale .search-button-text, .search-button-text .search-button-dark, .search-button-text .search-button-pale, .search-button-text .search-button-text {
  height: 35px;
  position: absolute;
  border: none;
  width: 35px;
  margin-left: -35px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  min-width: 0;
}
.button-holder-dark .search-button-dark, .button-holder-pale .search-button-dark, .search-button-text .search-button-dark {
  background-color: #80cff1;
}
.button-holder-dark .search-button-pale, .button-holder-pale .search-button-pale, .search-button-text .search-button-pale {
  background-image: url("/base/graphics/search-icon-grey.png");
  background-position: right 9px center;
}
.button-holder-dark .search-border-yes, .button-holder-pale .search-border-yes, .search-button-text .search-border-yes {
  border: thin solid #009fe3;
  background-image: url("/base/graphics/yes-blue.png");
}
.button-holder-dark .search-button-text, .button-holder-pale .search-button-text, .search-button-text .search-button-text {
  background-color: #009fe3;
  width: auto !important;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.286em;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
}

button {
  outline: 0;
}

/***************************Buttons***************************************/
.button-link {
  min-height: 35px;
  /*min-width: $button-min-width;
  max-width: $button-max-width;*/
  height: 100%;
  width: 100%;
  /*background-color: $button-background-color;*/
  border: none;
  font-size: 1.286em;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.button-link {
  /*used for a tags to simulate a button*/
  position: relative;
  display: block;
  margin: 0 auto;
  line-height: 35px;
  text-align: center;
}

.button-link:hover {
  color: #fff;
  text-decoration: none;
}

button:hover {
  background-color: #0077aa;
  text-decoration: none;
}

.button-large {
  min-height: 50px;
  /*min-width: $button-large-min-width;
  max-width: $button-large-max-width;*/
}

.button-proceed {
  max-width: none;
  background-image: url("../graphics/arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.button-transparent {
  background-color: transparent;
  border: thin solid #009fe3;
  color: #009fe3;
}

.button-transparent:hover {
  background-color: transparent;
}

.button-center {
  width: 100%;
  text-align: center;
}

.button-wrapper {
  display: inline;
}
.button-wrapper button, .button-wrapper button:focus, .button-wrapper button:active {
  outline: 0 !important;
}
.button-wrapper .button-icon {
  height: 20px;
  width: 20px;
  background-color: none;
  min-width: 0;
  min-height: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  float: right;
  margin-top: 6px;
  background-position: center;
}
.button-wrapper .button-icon:hover {
  background-color: transparent;
  box-shadow: none !important;
}

.button-text-filter {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  background: none;
  color: #333333;
  font-size: 1.2em;
  padding: 0px 10px;
  border-bottom: 1px solid black;
  margin-top: 15px;
}

.button-text-filter:hover {
  background: none;
  box-shadow: none !important;
}

.button-text {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  text-decoration: underline;
  background: none;
  color: #333333;
  font-size: 1em;
  float: right;
  padding: 0;
}

.button-text:hover {
  background: none;
  box-shadow: none !important;
}

/* 1. main buttons styles
   ========================================================================== */
.btn-link, .btn-link:hover, .btn-link:focus {
  text-decoration: none;
  display: inline-block;
}

/* 7.  
   ========================================================================== */
/* 8.  Input group button elastic
   ========================================================================== */
.input-group input.form-control {
  border-radius: 0;
  height: 35px;
}
.input-group span.input-group-btn {
  font-size: 1em;
}
