/* @font-face {
    font-family: "Raleway";
    font-weight: NUMERIC_WEIGHT_VALUE;
    src: url("/css/raleway/Raleway-Regular.ttf");
} */

body {
    /* margin: 0; */
    background-color: #fffaed;
    font-family: 'Raleway', Arial, sans-serif;
    /* font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #151b1e;
    background-color: #f1f1f1;  */
}

.app-footer {
    background-color: #fffaed;
}

/* fonts and colors */
h4 {
    font-size: 15pt;
    padding-bottom: 15px;
    color: #00b1d2;
}

h4 > small {
    display:block;
    font-size: 9pt;
    color: #bbb;
    margin-top:3px;
}

.bg-empty {
    background-color: #eee !important;
    border:1px solid #ddd;
}

.text-brand {
    color: #00b1d2;
}
.bg-brand {
    background-color: #fff !important;
    border:3px dotted #00b1d2;
}



/* header classes */
.app-sidebar-logo {
    background-color: #1a1917;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
    border-bottom: 1px dashed #555;
}

.app-sidebar-menu {
    background-color: #282724;
}

.app-header {
    background-color: #fcba03;
}

@media (min-width: 992px)
{
    .app-header-menu .menu>.menu-item.here>.menu-link {
        background-color: #d99f00;
    }

    .app-header-menu .menu>.menu-item.here>.menu-link .menu-title {
        color: #fff;
    }
}

.symbol .symbol-label.user-avatar {
    color: #fff;
    background-color: #d99f00;
}

/* sidebar classes */
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
    background-color: #363531;
}

.menu-item .menu-link .menu-bullet {
    margin-right: .7rem;
}

.menu-subheading {
    font-size: 8pt;
    font-weight: 600;
    margin-top: 20px
}

/* main window */
.app-main {
    background-color: #fffaed;
}

/* data tables */
.table td, .table tr {
    border-bottom: 1px solid #ddd;
}

.table tr:first-child {
    border-bottom: 1px solid #999;
}

.table tr:last-child {
    border-bottom: 1px solid #999;
}

.table thead tr th {
    font-weight: 800;
}

div.dataTables_wrapper div.dataTables_filter label {
    padding-bottom:20px;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 20px 10px 10px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 20px 10px 10px;
}

/* data table - sorting icon */
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    opacity:0.8;
}

/* modals */
.modal-header {
    background-color: #00b1d2;
}

.modal-title {
    color:#fff;
    font-size: 15pt;
}
.modal-title small {
    display: block;
    opacity: 0.8;
    font-size: 9pt;
    font-weight: 300;
}

/* forms */
.form-label {
    font-size:10pt;
    font-weight:700;
    color: #111;
}

.form-label small {
    font-size: 8pt;
    font-weight: 700;
}

.form-select:disabled {
    color: #aaa;
    background-color:#ebeae8;
}

.input-group-text, .input-group-text i {
    color: #555;
    background-color: #ebeae8;
}

.form-tooltip i {
    color: #ffb726;
}
.tooltip .tooltip-inner {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.tooltip-inner {
    font-family: "Poppins";
    font-size: 9pt;
    text-align: left;
    color: #999;
    max-width: 300px;
    padding:15px 18px;
}

/* File Select */
.fileselect {
    border: 1px solid #ccc;
    cursor:pointer;
    width: 180px;
    margin: 0 auto;
    padding: 10px;
    background-color: #f3f3f3;
  }
  
  .fileselect label {
    font-size: 9pt;
    cursor:pointer;
  }
  
  .fileselection {
    border: 2px dashed #ccc;
    cursor:pointer;
    width: 100%;
    padding: 20px;
    background-color: #f3f3f3;
    text-align: center;
  }
  
  .fileselection i {
    display: block;
    font-size: 30pt;
    color: #ccc;
    margin-bottom: 5px;
  }
  
  .fileselection label {
    font-size: 9pt;
    cursor:pointer;
    color: #888;
  }
  
  .fileselection ul li {
    display: inline-block;
    margin: 0 auto;
  }
  
  .fileselection .fileOverLimit {
    font-size: 9pt;
    display: block;
  }
  .fileselection .fileOverLimit i {
    display: inline-block;
    font-size: 11pt;
  }
  
  .fileselectionBtn {
    font-size: 9pt;
    padding: 7px 7px 5px;
    position: relative;
    right: 7px;
    top: -40px;
    float:right;
  }

/* scrolltop */
.scrolltop {
    background-color: #333;
}

/***** page specific *****/
/* app serial */
.serialExtensionFields h5 {
    font-size: 11pt;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.dropdown-toggle::after {
    content: none;
}

:root, [data-theme=light] {
    --kt-primary: #00b1d2;
    --kt-primary-active: #0094b0;
    --kt-success: #218c8d;
    --kt-success-active: #1a6d6e;
    --kt-info: #6ccecb;
    --kt-info-active: #5bb0ad;
    --kt-warning: #fcba03;
    --kt-warning-active: #d99f00;
    /* --kt-danger: #d13f31;
    --kt-danger-active: #d13324; */
    /* --kt-light: #fffbe6;
    --kt-light-active: #292324; */
    --kt-dark: #473e3f;
    --kt-dark-active: #292324;
}