﻿.btn-green {
  padding: 5px 0px;
  margin: 5px auto;
  background: #005F00;
  border: none;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 14px;
}

#admin {
    margin-top: 15px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ececea;
    border-color: #dee2e6 #dee2e6 #ececea;
    font-weight: bold;
}

.nav-tabs .nav-link {
    border-color: #dee2e6 #dee2e6 #ececea00;
    color: green;
    background-color: lightgrey;
}

.tab-inner {
    border: 1px solid #c7cabd;
    border-top: none;
    padding: 15px;
    background: #ececea;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #73a83961;
    background-image: linear-gradient(#fbfbfb, #ececec 90%, #e2e2e2);    
    font-weight: normal;
    font-size: 12px;
}

.btn {
    border: 1px solid #00000038;
    border-style: outset;
    font-size: 12px;
}

.btn-edit, .btn-add, .btn-delete, .btn-new {
    width: 75px;
    display: block;
    line-height: 1.2;
}

.btn-secondary {
    background-image: linear-gradient(#fbfbfb, #ececec 60%, #e2e2e2);
}

.btn-delete {
    margin-top: 5px;
}

.btn-edit, .btn-add, .btn-new, .modal-title {
    text-transform: capitalize;
}

/* profile page */
.profile-list h2 {
    float: left;
}

.profile-list .btn-add {
    float:right;
    margin-right: 10px;
    margin-bottom: 8px;
    width: 85px;
}

.profile-list .btn-edit, .profile-list .btn-delete {
    display: inline-block;
    padding: 2px;
    width: 70px;
}

.profile-list th, .profile-list td {
    text-align: center;
}

.bool-check {
    width: 100%;
    text-align: center;
    vertical-align: bottom;
}
.fa-check { color: green; }
.fa-close { color: #afafaf; }

.action-btns {
    margin: 0 auto;
    width: min-content;
}

/* area page */
.area-upper {
    min-height: 160px;
    position: relative;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.area-tree {
    min-width: 80%;
    display: block;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
}

.area-buttons {
    display: block;
    position: relative;
    height: 100%;
    min-height: 130px;
    float: right;
    width: 20%;
}

.area-buttons .btn {
    margin: 0 auto;
    width: 60%;
}

.area-buttons .btn-add, .area-buttons .btn-edit, .area-buttons .btn-new {
    margin-bottom: 5px;
}

.area-buttons .btn-new {
    margin-bottom: 20px;
}
.react-dual-listbox {
    padding-top: 20px;
}

.rdl-control-label.rdl-sr-only {
    position: relative;
    clip: rect(0 0 0 0);
    top: -34px;
    display: contents;
}

.rdl-control-container { min-height: 160px; }

.area-tree ul {
    background-color: white;
    color: black;
}

.areas-inner .btn-save {
    margin-top: 5px;
    float: right;
}

.hide {
    display: none;
}