/*|------------------------------------------------
  | FORM
  |------------------------------------------------*/
.form-control {
    border: 1px solid #d2d6da;
    padding: 0.5rem;
}
.form-control:focus {
    border-color: #d2d6da;
}
.profile-picture-uploader {
    position: relative;
    width: 170px;
    height: 170px;
    border: 2px dashed #ccc;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f8f8f8;
    cursor: pointer;
}
.profile-picture-uploader .image-preview {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.profile-picture-uploader .image-preview .image-preview__image {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
	position: absolute;
}
.profile-picture-uploader .image-preview .image-preview__image.active {
	display: block;
}

.profile-picture-uploader .image-preview .image-preview__default-text {
    color: #ccc;
    font-size: 14px;
    text-align: center;
}

.profile-picture-uploader input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.profile-picture-uploader #removeImageButton {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
	margin: 0;
	display: none;
}

.profile-picture-uploader:hover #removeImageButton {
	display: block;
}

/* button */
.btn-outline-green-custom {
    color: #668833 !important;
}
.btn-green-custom {
    box-shadow: 0 3px 3px 0 rgba(102, 136, 51, 0.15), 0 3px 1px -2px rgba(102, 136, 51, 0.2), 0 1px 5px 0 rgba(102, 136, 51, 0.15) !important;
}
.btn-green-custom:hover {
    box-shadow: 0 14px 26px -12px rgba(102, 136, 51, 0.4), 0 4px 23px 0 rgba(102, 136, 51, 0.15), 0 8px 10px -5px rgba(102, 136, 51, 0.2) !important;
}
.border-green-custom {
    border-color: #668833 !important;
}
.bg-green-custom {
    background-color: #668833 !important;
    color: #ffffff !important;
}


/*|------------------------------------------------
  | BACKGROUND
  |------------------------------------------------*/
.vector-background-1 {
	background-color: #330033;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23404' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23505'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}

/*|------------------------------------------------
  | NAVBAR
  |------------------------------------------------*/
.navbar .navbar-brand {
    color: #668833;
    font-size: 1.4rem;
    font-weight: bold;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
	height: calc(100vh - 100px);
}

.nav-item .nav-link:hover {
    color: #95b166;
}
.nav-item .nav-link.active {
    color: #668833;
}

.sub-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sub-nav .sub-nav-item {
	width: 100%;
}
.sub-nav .sub-nav-item .sub-nav-link {
	padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    padding-left: 15px;
	margin: 0 1rem;
    margin-bottom: 1.5px;
	border-radius: 0.375rem;
	display: flex;
    align-items: center;
    white-space: nowrap;
	padding-right: 1rem;
    font-weight: 300;
    color: #fff;
	font-size: 0.875rem;
}
.sub-nav .sub-nav-item:hover .sub-nav-link {
	background-color: rgba(199, 199, 199, 0.2);
    border-radius: 0.375rem;
}
.sub-nav .sub-nav-item .sub-nav-link.active {
	background-color: rgba(199, 199, 199, 0.2);
}

/*|------------------------------------------------
  | MODAL
  |------------------------------------------------*/
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
    .modal-dialog .modal-content {}
    .modal-dialog .modal-content .modal-body {}
    .modal-dialog .modal-content .modal-body img {
        max-width: 100%
    }
}

/*|------------------------------------------------
  | TABS
  |------------------------------------------------*/
.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link {
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0;
}

.nav-tabs .nav-link.active {
    color: #e91e63;
    background-color: #f8f9fa;
    border-color: #dee2e6 #dee2e6 #f8f9fa;
}

.tab-content .card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/*|------------------------------------------------
  | ORGCHART
  |------------------------------------------------*/

#chart-container {
    position: relative;
    height: 970px;
    margin: 0.5rem;
    overflow: auto;
    text-align: center;
}
.oc-export-btn {
    display: none !important;
}