* {
    font-family: swarabigothic;
    font-size: 99%;
}

.fwh {
    height: 100%;
    width: 100%;
}

main {
    padding-bottom: 100px;
}

.full {
    width: 100%;
}

.iconpointer {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.breakpage {
    page-break-before: always;
}

.d-none-soft {
    display: none;
}

.navbar-app {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    margin-bottom: 15px;
}
#appmenu .nav-item {
    padding-right: 10px;
}

#app .card-sm {
    margin-bottom: 15px;
}

#app .card-sm .card-header {
    padding: 5px 15px;
}

#app .card-sm .card-body {
    padding: 5px 15px;
}

#app .card-sm .procrow {
    height: 28px;
    text-align: right;
}

#app table.dataTable {
    border-collapse: collapse !important;
}

#app .dataTables_wrapper {
    padding: 0px;
}

#app input {
    height: 40px;
}

#app input[type=checkbox],
#app input[type=radio] {
    height: auto;
}

@media screen and (max-width: 767px) {
    #app div.dataTables_wrapper div.dataTables_info {
        text-align: left;
    }

    #app div.dataTables_wrapper div.dataTables_filter {
        text-align: right;
    }
}

input,
textarea {
    border: rgb(170, 170, 170) 1px solid;
    border-radius: 4px;
    padding: 5px;
}

#app #createform input,
#app #submenuform input,
#app #loadform input {
    width: 100%;
    min-height: 40px;
}

#app #createform .field {
    padding-top: 5px;
}

#app .procrow {
    padding-top: 5px;
    padding-bottom: 45px;
}

#app .formdate>.vdatetime>input.vdatetime-input {
    border: none;
    background: transparent;
    width: 100%;
    text-align: right;
    padding: 0px;
    height: auto;
}

.multiselect__tags {
    border-color: #AAA;
}

#datatable th,
#datatable td {
    vertical-align: top;
}

#datatable_filter label,
#datatable_filter input {
    width: 100%;
    margin: 0px;
}

#app .dt_info {
    padding-top: 15px;
}

#app #datatable_info {
    padding-top: 2px;
    font-size: 125%;
}

html {
    padding-bottom: 30px;
}

.vdatetime {
    display: inline-block;
}

.bg-schoolday
{
  background: #FFCCFF;
}

/**
* utility
*/
.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center;
}

.table-fixed {
    table-layout: fixed;
}

.decoh4 {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: 3px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.gnavicon {
    vertical-align: -1px;
    height: 13px;
}

.hr-bold-dot {
    border: 2px dotted rgba(0, 0, 0, 0.1);
}

.w230 {
    width: 230px;
}

#appmenu .gnav-drop-menu {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
}