*{
    margin: 0;
    padding: 0;
}
.row{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
body,html{
    width: 100%;
    height: 100%;
    font-size: 13px;
}
.wrapper{
    overflow-y: hidden;
}
ul>li{
    text-decoration: none;
    list-style: none;
}
.dataTables_wrapper{
    width: 100%;
}
.dataTables_wrapper.form-inline {
    display: block;
}
.w100{
    width: 100%;
}
.form{
    margin: auto;
}
.f16{
    font-size: 16px;
}
.f20{
    font-size: 20px;
}
#loading{
    height: 100%;
    width: 100%;
    background: #ffffffb0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
}
#loading .icon{
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
}
#loading .icon .icon-container{
    left: 48.5%;
    top: 40%;
    position: absolute;
}
.ck.ck-editor__main>.ck-editor__editable{
    height: 500px;
}
.nav-sidebar .nav-item>.nav-link{
    font-size: 13px;
}
#popup-image{
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    min-height: 100px;
    z-index: 100;
    border: 1px solid #ccc;
    background: #ffffff;
    padding: 40px;
    display: none;
}
#popup-image .popup-image-table{
    display: table;
    margin: auto;
}
#popup-image .popup-image-table .popup-image-cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#popup-image .popup-image-table .popup-image-cell .close{
    font-weight: bold;
}
