html {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    /* background-image: url("../assets/atk/BG_1024x768.jpg");
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center; */
    background: url("../assets/atk/BG_1024x768.jpg") no-repeat fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 70px !important;
}
 

.app-content-100 {
    max-width: none !important;
    min-height: calc(100vh) !important;
    /* background-color: #4472c4;  */
    /* padding-top: 60px;   */
}

.text-light-blue {
    color:#3d67b0;
}

.bmd-btn-fab.btn-warning.custom-file-control:before,
.btn-group-raised .btn-warning.custom-file-control:before,
.btn-group-raised .btn.btn-warning,
.btn-raised.btn-warning.custom-file-control:before,
.btn.bmd-btn-fab.btn-warning,
.btn.btn-raised.btn-warning {
    color: #000;
    background-color: #FFC001 !important;
    border-color: #FFC001 !important;
}

.switch label input {
    position: static !important;
    display: unset !important;
}

.switch label .bmd-switch-track {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .26) 0, rgba(0, 0, 0, .26) 50%, #ccc 0, #ccc) !important;
}

.form-control::-webkit-input-placeholder {
    color: #ccc;
}


/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: #ccc;
}


/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: #ccc;
}


/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: #ccc;
}


/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: #ccc;
}


/* Microsoft Edge */

.bmd-label-static,
.is-filled .bmd-label-floating,
.is-focused .bmd-label-floating {
    font-size: 0.9rem !important;
    color: #212529 !important;
}

.dropdown-menu {
    z-index: 999999;
}

div.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
}

.img-circle {
    border-radius: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #1E88E5 #1E88E5 #1E88E5;
}

.shadow-0 {
    box-shadow: unset !important;
}

.checkbox label .checkbox-decorator .check,
label.checkbox-inline .checkbox-decorator .check {
    background-color: #fff;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
}

.btn {
    border-radius: 5px !important;
    /*border: 1px solid gray !important;*/
}

.modal-content {
    border-radius: 5px !important;
}

.card {
    border-radius: 5px !important;
}

.row,
.row.container,
.row.container-fluid {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
}

.row>[class^="col-"] {
    padding: 8px;
}


/*.breadcrumb {
    margin-top: -4px;
    margin-bottom: 2px;
    position: fixed;
    width: 100%;
}*/


/*================================*/


/*.checkbox label .checkbox-decorator .check, label.checkbox-inline .checkbox-decorator .check {
    z-index: -1 !important;
}*/


/*================================*/

.flatpickr-wrapper {
    width: 100% !important;
}


/*================================*/

.custom-file-control:disabled,
.form-control:disabled,
.form-control[readonly],
[readonly].custom-file-control {
    background-color: transparent !important;
}

.form-group {
    margin-bottom: 0rem !important;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.breadcrumb {
    border-bottom: 1px solid #ccc !important;
    background-color: #fff !important;
}


/*================================*/

.dropzone {
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 100%;
}

.dz-image>img {
    width: 100%;
    height: 100%;
}

.dz-remove {
    display: inline-block !important;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
    font-size: 1.2em !important;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray !important;
    border-radius: 1.2em;
    color: red;
    background-color: white;
    opacity: .5;
}

.dz-remove:hover {
    text-decoration: none !important;
    opacity: 1;
}


/*================================*/

.swal2-container {
    z-index: 999999;
}


/*================================*/

.parsley-success {
    color: #468847;
    /*background-color: #DFF0D8;*/
    /*border: 1px solid #D6E9C6;*/
}

.parsley-error {
    color: #B94A48;
    /*background-color: #F2DEDE;*/
    /*border-radius: 2px;*/
    /*border: 1px solid #EED3D7;*/
}

.parsley-errors-list {
    display: block;
    color: red;
    /*background-color: #fff;*/
    border-color: #ebccd1;
    /*text-align: left !important;*/
    list-style: none;
    /*margin-top: 10px;*/
    /*border-radius: 5px;*/
}

select.form-control {
    /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
    background-image: url("https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png") !important;
    background-size: 13px !important;
    background-repeat: no-repeat;
    margin-right: 20px !important;
    background-position: right center;
    -webkit-box-shadow: inset 0 -1px 0 #B9B9B9;
    box-shadow: inset 0 -1px 0 #B9B9B9;
    height: calc(2rem) !important;
}

.checkbox label,
.radio label,
label {
    font-size: 0.9rem !important;
}


/*.card-header{
  background-color: #f0f0f0 !important;
}*/

.custom-file-control:disabled,
.form-control:disabled,
.form-control[readonly],
[readonly].custom-file-control {
    background-color: transparent !important;
}


/*.valign-center {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}*/


/*.form-control:read-only, .custom-file-control:read-only {
    background-image: linear-gradient(to top, white 1px, transparent 1px), linear-gradient(to top, white 1px, transparent 1px);
}*/

@media (max-width: 978px) {
    .container-fluid {
        padding: 0;
        margin: 0;
    }
}

.material-icons {
    vertical-align: bottom !important;
}


/* ============= loading ============= */


/*div.swal2-buttonswrapper.swal2-loading {
  display: none !important;
}*/

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.parsley-errors-list {
    color: red;
    padding: 10px;
    text-align: left !important;
    font-size: 12px;
}

fieldset[disabled][disabled] .form-control,
fieldset[disabled][disabled] .custom-file-control,
.form-control.disabled,
.disabled.custom-file-control,
.form-control:disabled,
.custom-file-control:disabled,
.form-control[disabled],
[disabled].custom-file-control {
    background-repeat: no-repeat !important;
    background-image: none !important;
    /*  -webkit-box-shadow: inset 0 0px 0 !important;
    box-shadow: inset 0 0px 0 !important;*/
}


/*.custom-file-control:disabled, .form-control:disabled, .form-control[readonly], [readonly].custom-file-control {
   background-image: none !important;
}*/

tfoot {
    display: table-header-group;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        margin-top: 3px;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
        Label the data
        */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}


/*=====================*/

div.dataTables_wrapper div.dataTables_length select {
    padding-right: 15px;
}

table,
th,
td {
    border: 0px;
}