/* line 1, scss/style.scss */
html {
  height: 100%;
  width: 100%; }

/* line 6, scss/style.scss */
body {
  height: 100%;
  width: 100%; }

/* line 11, scss/style.scss */
body, html {
  padding: 0;
  margin: 0; }

/* line 56, scss/style.scss */
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 62, scss/style.scss */
.Aligner-item {
  max-width: 50%; }

/* line 66, scss/style.scss */
.Aligner-item--top {
  align-self: flex-start; }

/* line 70, scss/style.scss */
.Aligner-item--bottom {
  align-self: flex-end; }

/* line 74, scss/style.scss */
#LoaderScreen {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9); }
  /* line 83, scss/style.scss */
  #LoaderScreen .SvgLoader {
    width: 60px;
    height: 60px;
    background-image: url("../img/loader.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px; }
  /* line 94, scss/style.scss */
  #LoaderScreen p {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px; }

/* line 104, scss/style.scss */
#LoginFormHolder {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  /* line 115, scss/style.scss */
  #LoginFormHolder #LoginId {
    width: 180px;
    height: 80px;
    margin: auto;
    background-image: url("../img/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px; }
  /* line 124, scss/style.scss */
  #LoginFormHolder.active {
    top: -100%; }

/* line 131, scss/style.scss */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }
  /* line 142, scss/style.scss */
  .sidenav div {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s; }
    /* line 149, scss/style.scss */
    .sidenav div:hover {
      color: #f1f1f1;
      cursor: pointer; }
  /* line 154, scss/style.scss */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }
  /* line 161, scss/style.scss */
  .sidenav .btn {
    margin: 10px auto;
    display: block; }

/* line 167, scss/style.scss */
section {
  width: 100%;
  position: relative; }
  /* line 171, scss/style.scss */
  section .MainTitle {
    margin: 20px auto;
    text-align: center; }
  /* line 176, scss/style.scss */
  section .SectionAddButton {
    z-index: 20;
    position: fixed;
    bottom: 20px;
    right: 30px;
    border: 2px solid #000;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    background-color: #fff;
    cursor: pointer; }
  /* line 191, scss/style.scss */
  section .CreateForms {
    width: 95%;
    max-width: 800px;
    margin: 20px auto; }
    /* line 196, scss/style.scss */
    section .CreateForms select {
      margin: 20px auto; }
  /* line 200, scss/style.scss */
  section .CustomTitle {
    text-align: center;
    margin: 20px auto; }
  /* line 205, scss/style.scss */
  section #AddInterventionButton {
    margin: 20px auto; }

/* line 213, scss/style.scss */
#Agenda .List {
  padding: 0px;
  max-width: 100%;
  text-align: center;
  margin: auto; }
  /* line 219, scss/style.scss */
  #Agenda .List .List-Item {
    margin: 10px;
    display: inline-block; }

/* line 225, scss/style.scss */
#Agenda .jumbotron {
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 10px; }

/* line 237, scss/style.scss */
#Bons .List {
  padding: 0px;
  max-width: 90%;
  width: 800px;
  text-align: center;
  margin: auto; }
  /* line 244, scss/style.scss */
  #Bons .List .row {
    margin: auto; }
  /* line 248, scss/style.scss */
  #Bons .List .List-Item {
    margin: 10px auto;
    display: inline-block;
    padding: 1px; }
  /* line 254, scss/style.scss */
  #Bons .List .BonsDivList {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #595959;
    width: 100%; }
    /* line 256, scss/style.scss */
    #Bons .List .BonsDivList.Done {
      background-color: rgba(89, 89, 89, 0.1); }
    /* line 263, scss/style.scss */
    #Bons .List .BonsDivList .DateDayName {
      text-transform: capitalize; }
  /* line 268, scss/style.scss */
  #Bons .List .Date {
    padding: 5px; }
  /* line 272, scss/style.scss */
  #Bons .List .ClientInfos {
    text-align: left; }
    /* line 275, scss/style.scss */
    #Bons .List .ClientInfos p, #Bons .List .ClientInfos h5 {
      margin: auto; }
    /* line 278, scss/style.scss */
    #Bons .List .ClientInfos h5 {
      color: #007bff; }
  /* line 282, scss/style.scss */
  #Bons .List .DetailButton {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    /* line 290, scss/style.scss */
    #Bons .List .DetailButton .btn {
      margin: 5px auto; }

/* line 297, scss/style.scss */
#Bons .SubTitle {
  text-align: center;
  color: #007bff; }

/* line 302, scss/style.scss */
#Bons .jumbotron {
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 10px; }

/* line 316, scss/style.scss */
.Spans {
  color: #1F72B9; }

/* line 323, scss/style.scss */
#Contracts table, #ClientHistory table {
  max-width: 800px;
  width: 90%;
  margin: auto; }

/* line 328, scss/style.scss */
#Contracts .jumbotron, #ClientHistory .jumbotron {
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 10px; }

/* line 335, scss/style.scss */
#Contracts .Signed, #ClientHistory .Signed {
  background-color: rgba(0, 123, 255, 0.1); }

/* line 343, scss/style.scss */
#Clients .list-group, #TicketInfos .list-group {
  margin: 20px auto;
  width: 95%;
  max-width: 800px; }

/* line 353, scss/style.scss */
#Clients .list-group-item:nth-child(odd) {
  background-color: #EBEBEB; }

/* line 358, scss/style.scss */
.Signature {
  margin: auto;
  width: 250px;
  height: 150px;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid #595959;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/* line 372, scss/style.scss */
#AddClient #AddClientForm, #AddClient #EditeClientForm, #EditeClient #AddClientForm, #EditeClient #EditeClientForm {
  width: 95%;
  max-width: 800px;
  margin: 20px auto; }

/* line 382, scss/style.scss */
#Balance hr, #QuotSection hr {
  max-width: 800px;
  width: 95%;
  margin: auto; }

/* line 387, scss/style.scss */
#Balance .table, #QuotSection .table {
  width: 95%;
  max-width: 800px;
  margin: 20px auto; }
  /* line 394, scss/style.scss */
  #Balance .table tr td:last-child, #QuotSection .table tr td:last-child {
    text-align: right; }

/* line 400, scss/style.scss */
#Balance #Dates, #QuotSection #Dates {
  width: 95%;
  margin: auto;
  max-width: 800px; }

/* line 406, scss/style.scss */
#Balance .list-group, #QuotSection .list-group {
  max-width: 800px;
  width: 95%;
  margin: 20px auto; }

/* line 412, scss/style.scss */
#Balance .quot-button, #QuotSection .quot-button {
  cursor: pointer; }
  /* line 415, scss/style.scss */
  #Balance .quot-button:hover, #QuotSection .quot-button:hover {
    background-color: #f1f1f1; }

/* line 424, scss/style.scss */
#Collabs .list-group, #ContractsInfos .list-group, #BonsInfos .list-group, #BonCreate .list-group, #BonEdite .list-group {
  width: 95%;
  max-width: 800px;
  margin: 20px auto; }

/* line 434, scss/style.scss */
#CreateContract .CheckBoxesInline, #ContractEdite .CheckBoxesInline {
  display: inline;
  padding: 5px;
  margin: 10px 5px;
  font-size: 24px;
  text-align: center; }

/* line 446, scss/style.scss */
#CreateContract .list-group .OperationType, #ContractEdite .list-group .OperationType {
  text-align: center; }
  /* line 449, scss/style.scss */
  #CreateContract .list-group .OperationType .col, #ContractEdite .list-group .OperationType .col {
    text-align: center; }
    /* line 452, scss/style.scss */
    #CreateContract .list-group .OperationType .col .btn-group-toggle, #ContractEdite .list-group .OperationType .col .btn-group-toggle {
      padding: 5px; }

/* line 460, scss/style.scss */
#CreateContract .list-group .list-group-item:first-child, #CreateContract .list-group .list-group-item:nth-child(2), #ContractEdite .list-group .list-group-item:first-child, #ContractEdite .list-group .list-group-item:nth-child(2) {
  padding: 10px auto; }

/* line 468, scss/style.scss */
#CreateContract .list-group .ClientInfos p, #ContractEdite .list-group .ClientInfos p {
  margin-bottom: 1px !important; }

/* line 473, scss/style.scss */
#CreateContract .list-group .PartTitles, #ContractEdite .list-group .PartTitles {
  color: #007bff;
  font-style: italic;
  font-weight: bold; }

/* line 479, scss/style.scss */
#CreateContract .list-group textarea, #ContractEdite .list-group textarea {
  min-height: 250px;
  white-space: pre-line !important; }

/* line 487, scss/style.scss */
#CreateContract .PriceInputs input, #CreateContract .PriceInputs td, #ContractEdite .PriceInputs input, #ContractEdite .PriceInputs td {
  text-align: right !important; }

/* line 498, scss/style.scss */
#ContractsInfos .list-group .TextHolder {
  white-space: pre-line !important; }

/* line 502, scss/style.scss */
#ContractsInfos .list-group .OperationType {
  text-align: center; }
  /* line 506, scss/style.scss */
  #ContractsInfos .list-group .OperationType .col {
    padding: 10px;
    text-align: center; }
    /* line 510, scss/style.scss */
    #ContractsInfos .list-group .OperationType .col .btn-group-toggle {
      padding: 5px; }

/* line 518, scss/style.scss */
#ContractsInfos .list-group .list-group-item:first-child, #ContractsInfos .list-group .list-group-item:nth-child(2) {
  padding: 10px auto; }

/* line 526, scss/style.scss */
#ContractsInfos .list-group .ClientInfos p {
  margin-bottom: 1px !important; }
  /* line 528, scss/style.scss */
  #ContractsInfos .list-group .ClientInfos p span {
    font-weight: bold; }

/* line 535, scss/style.scss */
#ContractsInfos .list-group .PartTitles {
  color: #007bff;
  font-style: italic;
  font-weight: bold;
  text-align: left; }

/* line 542, scss/style.scss */
#ContractsInfos .list-group textarea {
  min-height: 250px; }

/* line 547, scss/style.scss */
#ContractsInfos .TextHolder {
  width: 100%;
  min-height: 200px;
  height: auto;
  padding: 10px 5px;
  background-color: rgba(0, 123, 255, 0.1); }

/* line 555, scss/style.scss */
#ContractsInfos .CheckBox {
  width: 25px;
  height: 25px;
  border: 1px solid #007bff;
  margin: auto;
  position: relative; }
  /* line 565, scss/style.scss */
  #ContractsInfos .CheckBox.active::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    top: -5px;
    left: -5px;
    background-image: url("../img/check.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

/* line 584, scss/style.scss */
#ContractsInfos .PriceLi .row .col:first-child {
  text-align: left;
  font-weight: bold;
  font-style: italic; }

/* line 590, scss/style.scss */
#ContractsInfos .PriceLi .row .col:nth-child(2) {
  text-align: right;
  background-color: rgba(0, 123, 255, 0.1);
  font-weight: bold;
  padding: 5px; }

/* line 600, scss/style.scss */
#ContractsInfos .BonDeC {
  border: 1px solid #595959;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin: 5px auto; }
  /* line 606, scss/style.scss */
  #ContractsInfos .BonDeC .btn {
    width: 100%; }

/* line 613, scss/style.scss */
#ContractsInfos .FooterInfos p {
  margin-bottom: 1px !important; }
  /* line 615, scss/style.scss */
  #ContractsInfos .FooterInfos p span {
    font-weight: bold; }

/* line 621, scss/style.scss */
#ContractsInfos .FooterButtons {
  text-align: center; }
  /* line 624, scss/style.scss */
  #ContractsInfos .FooterButtons .btn {
    margin: 5px; }

/* line 637, scss/style.scss */
#BonsInfos .BasicInfos h5 {
  color: #007bff; }

/* line 642, scss/style.scss */
#BonsInfos .TextArea {
  white-space: pre-line !important; }

/* line 650, scss/style.scss */
#BonCreate .ClientInfos, #BonEdite .ClientInfos {
  padding: 10px; }
  /* line 653, scss/style.scss */
  #BonCreate .ClientInfos span, #BonEdite .ClientInfos span {
    font-weight: bold; }

/* line 658, scss/style.scss */
#BonCreate textarea, #BonEdite textarea {
  white-space: pre-line !important; }

/* line 669, scss/style.scss */
#MenuButton {
  z-index: 98;
  position: fixed;
  top: 20px;
  border: 2px solid #000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  background-color: #fff;
  cursor: pointer; }

/* line 683, scss/style.scss */
#MenuButton {
  left: 15px; }

/* line 690, scss/style.scss */
#Settings .row.justify-content-md-center {
  max-width: 98%;
  margin: auto; }

/* line 697, scss/style.scss */
#ContractEdite {
  padding-bottom: 150px; }

/* line 702, scss/style.scss */
.MultiRadio {
  position: relative;
  width: auto;
  margin: 20px auto;
  padding: 10px;
  text-align: center; }
  /* line 708, scss/style.scss */
  .MultiRadio input {
    display: none; }
  /* line 709, scss/style.scss */
  .MultiRadio input:checked + label {
    background-color: #007bff;
    border: solid 1px #007bff;
    color: white; }
  /* line 715, scss/style.scss */
  .MultiRadio label {
    cursor: pointer;
    display: inline-block;
    border: solid 1px transparent;
    margin-right: 2px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #007bff; }
  /* line 728, scss/style.scss */
  .MultiRadio label:last-child {
    margin-right: 0; }
  /* line 729, scss/style.scss */
  .MultiRadio label:hover {
    border: solid 1px #000; }

@media screen and (max-height: 450px) {
  /* line 736, scss/style.scss */
  .sidenav {
    padding-top: 15px; }
    /* line 739, scss/style.scss */
    .sidenav a {
      font-size: 18px; } }

/* line 744, scss/style.scss */
.switch-table {
  width: calc(100% - 1.5rem); }

/* line 749, scss/style.scss */
.switch {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer; }

/* line 757, scss/style.scss */
.switch + .lable {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer; }

/* line 767, scss/style.scss */
.switch + .lable::before {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #32a3ce;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px; }

/* line 787, scss/style.scss */
.switch:checked + .lable::before {
  display: inline-block;
  content: '\f00c';
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); }

/* CSS3 on/off switches */
/* line 795, scss/style.scss */
.switch + .lable {
  margin: 0 4px;
  min-height: 24px; }

/* line 799, scss/style.scss */
.switch + .lable::before {
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  height: 20px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #F5F5F5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #CCC;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: text-indent .3s ease;
  -o-transition: text-indent .3s ease;
  transition: text-indent .3s ease;
  top: auto; }

/* line 821, scss/style.scss */
.switch.switch-bootstrap + .lable::before {
  font-family: FontAwesome;
  content: "";
  box-shadow: none;
  border-width: 0;
  font-size: 16px;
  background-color: #a9a9a9;
  color: #F2F2F2;
  width: 52px;
  height: 22px;
  line-height: 21px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease; }

/* line 837, scss/style.scss */
.switch.switch-bootstrap + .lable::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #F2F2F2;
  border: 4px solid #F2F2F2;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease; }

/* line 853, scss/style.scss */
.switch.switch-bootstrap:checked + .lable::before {
  content: "";
  text-indent: 6px;
  color: #FFF;
  border-color: #b7d3e5; }

/* line 860, scss/style.scss */
.switch-primary > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #337ab7; }

/* line 863, scss/style.scss */
.switch-success > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #5cb85c; }

/* line 866, scss/style.scss */
.switch-danger > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #d9534f; }

/* line 869, scss/style.scss */
.switch-info > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #5bc0de; }

/* line 872, scss/style.scss */
.switch-warning > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #f0ad4e; }

/* line 875, scss/style.scss */
.switch.switch-bootstrap:checked + .lable::after {
  left: 32px;
  background-color: #FFF;
  border: 4px solid #FFF;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25); }

/* square */
/* line 882, scss/style.scss */
.switch-square {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer; }

/* line 890, scss/style.scss */
.switch-square + .lable {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer; }

/* line 900, scss/style.scss */
.switch-square + .lable::before {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #32a3ce;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px; }

/* line 920, scss/style.scss */
.switch-square:checked + .lable::before {
  display: inline-block;
  content: '\f00c';
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1); }

/* CSS3 on/off switches */
/* line 928, scss/style.scss */
.switch-square + .lable {
  margin: 0 4px;
  min-height: 24px; }

/* line 932, scss/style.scss */
.switch-square + .lable::before {
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  height: 20px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #F5F5F5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #CCC;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: text-indent .3s ease;
  -o-transition: text-indent .3s ease;
  transition: text-indent .3s ease;
  top: auto; }

/* line 954, scss/style.scss */
.switch-square.switch-bootstrap + .lable::before {
  font-family: FontAwesome;
  content: "\f00d";
  box-shadow: none;
  border-width: 0;
  font-size: 16px;
  background-color: #a9a9a9;
  color: #F2F2F2;
  width: 52px;
  height: 22px;
  line-height: 21px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease; }

/* line 970, scss/style.scss */
.switch-square.switch-bootstrap + .lable::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #F2F2F2;
  border: 4px solid #F2F2F2;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease; }

/* line 986, scss/style.scss */
.switch-square.switch-bootstrap:checked + .lable::before {
  content: "\f00c";
  text-indent: 6px;
  color: #FFF;
  border-color: #b7d3e5; }

/* line 993, scss/style.scss */
.switch-primary > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #337ab7; }

/* line 996, scss/style.scss */
.switch-success > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #5cb85c; }

/* line 999, scss/style.scss */
.switch-danger > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #d9534f; }

/* line 1002, scss/style.scss */
.switch-info > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #5bc0de; }

/* line 1005, scss/style.scss */
.switch-warning > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #f0ad4e; }

/* line 1008, scss/style.scss */
.switch-square.switch-bootstrap:checked + .lable::after {
  left: 32px;
  background-color: #FFF;
  border: 4px solid #FFF;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25); }

/* line 1014, scss/style.scss */
.switch-square.switch-bootstrap + .lable::after {
  border-radius: 2px; }

/* line 1017, scss/style.scss */
.jumbotron {
  width: 90%;
  max-width: 800px;
  margin: 20px auto !important;
  text-align: center;
  padding: 1px !important;
  padding-top: 10px !important; }
