:root {
    --theme-color: #1A7D86;
    --theme-color-pink: #ff7366;
    --theme-color-gray: #a2a2a2;
    --theme-color-dark-gray: #808080;
    --theme-color-black: #000000;
    --theme-color-white: #FFFFFF;
    --theme-color-light-pink: #ffebdb;
}

body {
    background-color: #edf1f5;
}


.layui-table-cell {
    height: auto;
}

.input-group-addon {
    background: var(--theme-color);
}

.layui-form-select dl dd.layui-this {
    background-color: var(--theme-color);
    color: #fff;
}

.layui-none {
    display: none;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: var(--theme-color) !important;
    background-color: var(--theme-color);
    color: #fff;
}

.layui-table-tips-c:before {
    position: relative;
    right: 1px;
    bottom: 3px;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: var(--theme-color) !important;
    background-color: var(--theme-color) !important;
    color: #fff !important;
}

/*.layui-table th .layui-table-cell, .layui-table th{*/
/*    line-height: 1.2;*/
/*    font-weight: bold;*/
/*}*/

.btn-theme {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    cursor: pointer;
    /*line-height: 1;*/
}

.btn-theme :hover {
    cursor: pointer;
}

.card {
    border: 0;
    border-radius: 0;
    box-shadow: 1.5px 2.6px 79px 0 #1a7d862e;
}

.navbar.navbar-primary {
    background: var(--theme-color);
}

.page-title {
    color: var(--theme-color);
}

.content-wrapper {
    background: #edf1f5;
    min-height: 1vh;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.grid-margin {
    margin-bottom: 0rem;
}

.nav-link-active {
    color: var(--theme-color) !important;
}

.inline-block {
    display: inline-block;
}

.icon {
    /*max-width: 100px;*/
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.w-auto {
    width: auto;
}

.w-150 {
    width: 150px;
}

.w-250 {
    width: 250px;
}

.btn-outline-theme {
    color: var(--theme-color);
    background-color: transparent;
    background-image: none;
    border-color: var(--theme-color);
}

.btn-outline-theme:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.status-color-bg-blue {
    background-color: #2196F3 !important;
    color: #fff !important;
}

.status-color-bg-green {
    background-color: #4CAF50 !important;
    color: #fff !important;
}

.status-color-bg-red {
    background-color: #F44336 !important;
    color: #fff !important;
}

.menu-title {
    line-height: 1.2;
}

.nav-item {
    line-height: 1.2;
}

.layui-table-cell p {
    margin-bottom: 0px;
}

.bg-theme {
    background-color: var(--theme-color);
    color: white;
}

.form-group label:nth-child(1) {
    font-weight: bold;
}

@media screen and (max-width: 916px) {
    #sidebar {
        display: none;
    }

    .active > #sidebar {
        display: block;
    }

    .grid-margin {
        margin-bottom: 1rem;
    }
}

