﻿
@font-face {
    font-family: 'PlutoSansCondExLight';
    src: url('../fonts/PlutoSansCondExLight.woff2') format('woff2');
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #EFEFEF;
    font-family: PlutoSansCondExLight, Arial, sans-serif
}

/*hr {
    border: 0.3px solid #373737;
}*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1, .h1, h2, .h2 {
    color: #373737;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.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: "";
    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%;
} 

.navbar-brand {
    color:#EBEBEB !important;
    font-stretch: expanded;
}

.body-content {
    margin:50px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #EBEBEB !important;
}

.navbar .navbar-inverse .navbar-collapse {
    background-color: #303030;
}

.btn-primary {
    color: #fff;
    background-color: #498AA7;
    border-color: #407AA7;
}

.btn-primary:hover {
    background-color: #407AA7;
}