﻿@font-face 
{
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
} 

.switch-field 
{
    font-family: "Montserrat-Regular", sans-serif;
    overflow: hidden;
}

.switch-title 
{
  margin-bottom: 6px;
}

.switch-field input 
{
  display: none;
}

.label_small
{
  width: 45px !important;
  font-size: 9px !important;
  padding: 6px 6px 6px 6px !important;
  margin: 0 auto !important;
  box-shadow: none !important;
}

.label_short
{
  font-size: 10px;
  padding: 5px 10px;
}

.switch-field label 
{
  float: left;
  display: inline-block;
  width: 60px;
  background-color: #f0f0f0;
  color: black;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition:    all 0.3s ease-in-out;
  -ms-transition:     all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  transition:         all 0.3s ease-in-out;
}

.switch-field label:hover 
{
    cursor: pointer;
    /*font-weight: bold;*/
}

/*.switch-field input:checked + label 
{
  font-weight: bold;
  color: #C3F90C;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #00255b;
}*/

.switch-field label:first-of-type 
{
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type 
{
  border-radius: 0 4px 4px 0;
}
