﻿.container-fluid {
    width: 95%;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px !important;
}

.panel-heading {
    padding: 2px 15px;
}

.panel-body {
    padding: 8px;
}

.form-control {
    padding: 0 8px;
    height: 26px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .form-control:focus {
        border-bottom: 1px solid #66afe9;
        background-color: rgba(102, 175, 233, 0.25);
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.label {
    padding: .2em .6em;
}


.toggle.btn {
    min-width: 58px !important;
    min-height: 30px !important;
}

.toggle-on.btn {
    padding-left: 13px !important;
    padding-top: 5px !important;
}

.toggle-off.btn {
    padding-left: 16px !important;
    padding-top: 5px !important;
}


/* !!new!! */
/*.form-control {
    padding: 0px 4px;
    height: 24px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .form-control:focus {
        border-bottom: 2px solid #66afe9;
        box-shadow: none;
        -webkit-box-shadow: none;
    }*/
.btn {
    padding: 4px 8px;
}

.btn-xs {
    padding: 0 4px;
}


.checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* To center the modal dialogs */
/*
.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
*/
