
.calculation {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
}
.c-clearfix:before,
.c-clearfix:after {
    content: " ";
    display: table;
}
.c-clearfix:after {
    clear: both;
}
.c-pull-right {
    float: right;
}
.c-pull-middle {
    float:none;
    align-self: center;
    align-items: center;
    text-align: center;
    margin-left: 40%
}
.c-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
.c-btn-default {
    color: #fff;
    background-color: #808285;
    border-color: #808285;
}
.c-btn-default:hover,
.c-btn-default:focus {
    color: #fff;
    background-color: #9b9da0;
    border-color: #9b9da0;
}
.c-btn-success {
    color: #fff;
    background-color: #72b14c;
    border-color: #72b14c;
}
.c-btn-success:hover,
.c-btn-success:focus {
    color: #fff;
    background-color: #81c451;
    border-color: #81c451;
}

.c-btn-lang {
    color: #fff;
    background-color: #c41111;
    border-color: #c41111;
}
.c-btn-lang:hover,
.c-btn-lang:focus {
    color: #fff;
    background-color: #e22424;
    border-color: #e22424;
}

.c-btn-print {
    color: #fff;
    background-color: #8bba66;
    border-color: #8bba66;
}
.c-btn-print:hover,
.c-btn-print:focus {
    color: #fff;
    background-color: #336b05;
    border-color: #336b05;
}

.c-btn-info {
    color: #fff;
    background-color: #1074bc;
    border-color: #1074bc;
}
.c-btn-info:hover,
.c-btn-info:focus {
    color: #fff;
    background-color: #1081cf;
    border-color: #1081cf;
}

.c-btn-purple {
    color: white;
    background-color: #6851a3;
    border-color: #6851a3;
}
.c-btn-info:hover,
.c-btn-info:focus {
    color: white;
    background-color: #a897cc;
    border-color: #a897cc;
}

.calculation table {
    margin-top: 0.5rem;
    border-collapse: collapse;
    border-spacing: 0;
}
.calculation td {
    padding: 0;
}
.calculation td:first-child {
    padding: 0 0 0 15px;
}
.calculation td + td {
    text-align: center;
    width: 12%;
}

.calculation .c-table-th td {
    background: #3e3e3f;
    color: #fff;
    text-align: center;
}

.calculation .c-table-th td h3 {
    margin: 0.7em 0;
}

.calculation .c-table-description td {
    background: #939598;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.5rem;
    vertical-align: middle;
}
.calculation .c-table-description td + td {
    text-align: center;
}
.calculation select,
.calculation input,
.calculation tr:not(.c-table-description):not(.c-table-th) td {
    height: 2rem;
}
.calculation tr:not(.c-table-description):not(.c-table-th) td + td {
    font-size: 1.3rem;
    font-weight: 500;
}
.calculation select {
    display: block;
    width: 100%;
    font-size: 20px;
    color: inherit;
    background: transparent;
    border: none;
    border-color: transparent;
}
.calculation select:focus,
.calculation select:active {
    color: #3e3e3f;
}
.calculation input {
    background: transparent;
    border: 1px solid transparent;
    text-align: center;
    font-size: 25px;
    color: inherit;
    width: 100%;
}
.calculation [bgcolor="green"],
.calculation [bgcolor="blue"],
.calculation .c-theme-success {
    background: #b0d35b !important;
    border-color: #b0d35b;
}

.calculation [bgcolor="grey"] {
    background: #e5ffc6;
    border-color: #e5ffc6;
}

.calculation .c-theme-danger,
.calculation [bgcolor="black"] {
    background: #000000 !important;
    border-color: #000000;
    color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.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%;
}

.custom-combobox {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-combobox > input{
  text-align: left;
      width: 95%;
      position: relative;
}
.custom-combobox-toggle {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 !important;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}
.ui-widget .ui-widget {
    font-size: 1.4em !important; 
}
.ui-menu .ui-menu-item-wrapper{
  font-size: 25px !important;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .calculation [bgcolor="green"],
    .calculation [bgcolor="blue"],
    .calculation [bgcolor="grey"] {
        border-color: #000000;
    }

    .print-height-25px {
        height: 25px;
    }
    .print-height-20px {
        height: 20px;
    }
    .print-height-35px {
        height: 35px;
    }
    .print-height-60px {
        height: 60px;
    }
}

.apply-sizes td input {
    background-color: #efe9ac;
    padding: 0;
    border: 0;
}

.production-name {
    color: blue;
    font-weight: 600;
}
