p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

h1 {
    color: #64a6da !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    margin-top: 28px !important;
    margin-bottom: 25px !important;
}

td {
    font-size: 14px !important;
    font-weight: 300;
}

label {
    text-shadow: 0 1px 0 #fff;
    width: 250px;
    padding: 0.2em 0.5em 0 0;
    text-align: left !important;
    font-weight: normal !important;
}

.table > tbody > tr td, .table > tbody > tr th, .table > tfoot > tr td, .table > tfoot > tr th, .table > thead > tr td, .table > thead > tr th {
    border-color: #dbe0e2 !important;
}

.table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0px !important;
}

.footer-table {
    border: none !important;
}

.tile {
    position: relative;
    margin-bottom: 20px;
    color: #616f77;
    background-color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: opacity .25s ease-out;
}

.p-0 {
    padding: 0 !important;
}

.tile-body {
    position: relative;
    padding: 15px;
}

.row {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
}

.btn-print {
    cursor: pointer;
}

.btn-delete {
    cursor: pointer;
    color: red;
    font-size: 1.5em !important;
}

.btn.btn-primary {
    color: #ffffff !important;
    background-color: #64a6da !important;
    text-decoration: none !important;
}

.btn.btn-primary:hover {
    background-color: #3b8ed0 !important;
}

.btn {
    padding: 8px 18px;
    min-width: 100px;
    line-height: 1em;
    border: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 3px;
    text-decoration: none;
}

.modal-title {
    margin: 0 !important;
    line-height: 1.42857143 !important;
}

.modal-footer {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.select-box {
    display: inline-block;
    position: relative;
    width: 100%;
}