.no-padding {
    padding: 0px;
}
.padding-small {
    padding: 6px 4px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.form-format-width{
    width: 50%;
    display: inline
}
.margin-top-10 {
    margin-top: 10px;
}
.alert {
    padding: 5px 10px;
    margin: 10px 0px;
}
.pointer {
    cursor: pointer !important;
}
.relative{
    position: relative;
}
.btn-right{
    position: absolute;
    right: 15px;
    top: 2px;
}
.select2-container .select2-choice {
    height: 34px;
    line-height: 34px;
}

.ui-select-choices-row:hover {
    background: #59ABE3;
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}
.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}

.input-group .form-control {
    z-index: 1;
}

.input-padding input{
    padding: 2px 4px;
    height: 28px;
}

.ui-grid-filter-container {
    padding: 4px;
}

.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
    right: 5px;
}

.report-total table{
    font-weight: bold;
}

.modal-hg {
    width: 95%;
}

.tbody-border {
    border: 5px solid #ccc;
}

.bg-mute {
    background: #F5AB35 !important;
}

.bg-highlight {
    background: #26A65B !important;
}

.print-form label {
    width: 180px;
    float:left;
}

.print-form input {
    border-bottom: dotted 1px;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 500px;
    float: left;
}
.fa{
    width: 15px;
}
.print-form input[disabled] {
    background: #fff;
}
.print-form input.input-date {
    width: 25px;
}

.print-form label.label-date {
    width: 50px;
    font-weight: normal;
}
.panel-login{
    width: 40%;
    margin: 8% auto 20%;
}
.login-title {
    padding: 6px 12px;
    font-size: 30px;
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  