.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-border {
    border: 0 !important;   
}
.no-border td {
    border: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-display {
    display: none;
}

.padding {
    padding: 15px;
}
.padding-left-50 {
    padding-left: 50px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-left-25 {
    margin-left: 25px;
}
.margin-right-25 {
    margin-right: 25px;
}
.margin-left-50 {
    margin-left: 50px;
}
.margin-right-50 {
    margin-right: 50px;
}
.margin-left-75 {
    margin-left: 50px;
}
.margin-right-75 {
    margin-right: 50px;
}
.margin-top-15 {
    margin-top: 15px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #f3f3f3;
}

.vertical-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.text-middle {
    vertical-align: middle !important;
}
.text-top {
    vertical-align: top !important;
}

.btn {
    color: #fff !important;
    font-weight: normal !important;
}

.form-control-small {
    padding: 3px;
    line-height: 1;
    height: auto;
    font-size: 12px;
}

.btn-default:hover {
    background-color: #d9edf7;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #74bee3;
}

.btn-default:focus {
    background-color: #d9edf7;
}
.btn-default {
    color: #4f5257 !important;
}

.table {
    margin-bottom: 15px;
}

.navbar-brand {
    height: auto;
    padding: 7px;
    line-height: normal;
}

.box .box-bar .box-title {
    font-family: WebFontRegural;
}

.box .box-bar {
    background: #ffffff none repeat scroll 0 0;
    color: #4f5257;
    margin: 0;
    padding: 5px 15px;
}
.box .box-content {
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    padding: 10px;
}

.date {
    width: 100px;
    display: inline;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}
.ui-datepicker {
    z-index: 99 !important;
}