﻿.PanelFont {
    font-family: ' Calibri' !important;
    font-size: 14px !important;
}

.Font13px {
    font-family: ' Calibri' !important;
    font-size: 13px !important;
}

.SmallPanelFont {
    font-family: ' Calibri' !important;
    font-size: 12px !important;
}

.Sidebar_Font {
    font-family: ' Calibri' !important;
}

h5 {
    font-family : Calibri;
    font-size : 14px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 21px;
}

/* 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: 19px;
  width: 21px;
  left: 2px;
  bottom: 1px;
  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(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 32px;
}

.slider.round:before {
  border-radius: 50%;
}

fieldset.fieldsetborder {
    border: 1px groove #ddd !important;
    padding: 0.2em 1em 1em 1em !important;
    margin: 0 0 1em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.fieldsetborder {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}