﻿body   
{
    margin-top: 50px;
}
.list-page-norecords 
{
    font-size: 18pt;
    padding: 60px;
    border-radius: 6px;
    display: block;
    text-align: center;
    background-color: #EEEEEE;
    margin: 20px 0;
}
.navbar-brand img 
{
    display: inline-block !important;
    height: 25px;
}
#content-header .btn 
{
    margin-top: 12px;
}
.block 
{
    display: block !important;
}
.error 
{
    color: #a94442;
}
.padding-ten 
{
    padding: 10px;
}
.table-view-column 
{
    width: 80px;
}
.inline-display-field
{
    display: inline-block;
    margin-left: 0;
    color: #555555;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 4px 0;
    vertical-align: middle;
    float: none;
    margin-left: 0;
    font-weight: bold;
    margin-bottom: 10px;
}
.display-field 
{
    display: block;
    margin-top: 6px;
}
.inline-label-value {
    display: inline-block;
    padding-right: 20px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.radio-button-list 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.radio-button-list li
{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 5px;
    padding: 10px 0;
    display: -webkit-flex;
    display: flex;
}

.radio-button-list li:last-child
{
    border-bottom: 0;
}

.radio-button-list input
{
    display: inline-block;
    margin-right: 10px !important;
    margin-top: 0px !important;
}

.radio-button-list label
{
    display: inline;
    font-weight: normal;
}

.checkbox label, .radio label 
{
    padding-left: 0 !important;
}

.clickable 
{
    cursor: pointer;
}

.panel-title 
{
    font-size: 18px !important;
}

.margin-ten-bottom 
{
    margin-bottom: 10px;
}

.margin-ten-top 
{
    margin-top: 10px;
}

.nomargin 
{
    margin: 0 !important;
}

.margin-right-ten 
{
    margin-right: 10px
}

/*bootstrap 4*/

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.text-wrap {
    white-space: normal !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.d-block {
    display: block;
}

/*vue*/

.v-enter-active,
.v-leave-active {
    transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
    opacity: 0;
}