﻿body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Fira Sans,Ubuntu,Oxygen,Oxygen Sans,Cantarell,Droid Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Lucida Grande,Helvetica,Arial,sans-serif
}

/* Buttons */

.btn-option {
    background-color: #ffffff;
    color: #6b6b6b;
    border-color: #d2d6de;
}

/* Set width on the form input elements since they're 100% wide by default */

input[type="checkbox"],
input[type="radio"] {
}
/* Edit table class */

.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    white-space: nowrap;
    font-size: 13px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.table > thead > tr > th {
    text-align: center;
    font-weight: normal;
}

.table-primary > thead > tr > th {
    background-color: #3c8dbc;
    color: white;
}
.table-secondary > thead > tr > th {
    background-color: #eee ;
    color: black;
}

/* Menu, MenuOption, MenuChildren */

.sidebar-menu > li > a,
.treeview-menu > li > a {
    font-size: 13px;
}

/* Table - Option */
.list-option {
    margin-bottom: 0;
}

/* Colors */

.yellow {
    color: #f39c12;
}

.green {
    color: #00a65a;
}

.red {
    color: #dd4b39;
}

a > i.yellow:hover,
a > i.green:hover,
a > i.red:hover {
    opacity: 0.5;
}

/* Pagination */
.pagination {
    margin: 5px 0;
}
/* Datepicker */

.datepicker table tr td.active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-image: none;
    background-color: #3c8dbc;
}

/*Legend*/
fieldset {
    padding: .35em .625em .75em;
    margin: 5px 2px;
    border: 1px solid #e5e5e5;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

legend {
    margin-bottom: 10px;
    border-bottom: 0;
    width: auto;
    display: block;
    font-size: 15px;
    line-height: inherit;
    color: #333;
}

.legend2 {
    position: absolute;
    top: 0.05em;
    right: 30px;
    background: #fff;
    line-height: 1.2em;
}
/* img */
.img-product {
    margin: 0 auto;
    width: 200px;
    padding: 3px;
    border: 3px solid #d2d6de;
}
/* jstree */

.jstree-anchor, 
.jstree-grid-cell {
    font-size: 13px;
}
/* list-group */
.list-group > li.list-group-item {
    /*font-size: 12px;*/
}
/* hr */
hr {
    margin-bottom: 15px;
    margin-top: 15px;
}

label{
    font-weight: unset;
}

.profile {
    height: 45px !important;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.user-header {
    height: auto !important;
}

.table .sticky {
    position: sticky;
}

.select2 {
    width: 100% !important
}

.select2,
.select2.container {
    font-size: 12px !important;
}

.content-wrapper,
input,
button {
    text-transform: uppercase !important;
}