@charset "UTF-8";

@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css");

#sidebar {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    background: rgb(31, 34, 44);
    box-shadow: 20px 20px grey;
}

#dashboard p {
    margin: 0px;
    text-align: left;
}

.content-title-row p {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.padding-zero {
    padding: 0px !important;
}

#sidebar_list {
    height: 100%;
}

.content-bg {
    width: 100%;
    height: 100%;
    background: rgb(19, 22, 29);
    padding: 0px !important;
    padding-top: 50px !important;
}

#top_nav {
    background: rgb(31, 34, 44);
}

.list_item {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list_item a {
    text-align: center;
}

.list_item a:link {
    color: white;
    text-decoration: none;
}

.list_item a:visited {
    color: white;
    text-decoration: none;
}

.list_item a:hover {
    color: white;
    text-decoration: none;
    background: rgba(50, 50, 50, 0.7)
}

.list_logo {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    height: 45px;
    width: 45px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-size: cover;
    background-image: url("../images/logo.png");
}

.content-area {
    height: 0%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.content-title {
    width: 100%;
    height: 15% !important;
    text-align: left;
    max-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(36, 39, 47);
    color: white;
}

.content-title-row {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.show-all-button {
    width: 150px;
    height: 40px;
    border-radius: 15px;
    text-align: center;
    opacity: 0;
    background-color: rgb(228, 209, 103);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    margin: auto 0px auto auto;
}

.show-all-button:hover {
    background-color: rgb(170, 155, 76);
}

.content-list {
    width: 100%;
    height: 90%;
    overflow: auto;
    margin-top: 2%;
}

.content-item {
    width: 100%;
    height: auto;
    background-color: rgba(200, 200, 200, 0.11);
    margin-bottom: 10px;
}

.content-item-title {
    width: 100%;
    height: 20%;
    min-height: 50px;
    background: rgb(36, 39, 47);
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.content-item-title-disabled {
    width: 100%;
    height: 20%;
    min-height: 50px;
    background: rgb(36, 39, 47);
    color: rgba(200, 200, 200, 0.3);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.content-item-title p {
    padding-left: 15px !important;
    padding-right: 15px !important;
    line-height: 50px;
}

.content-item-title-disabled p {
    padding-left: 15px !important;
    padding-right: 15px !important;
    line-height: 50px;
}

.content-item-tag {
    width: 5px;
    height: 20%;
    min-height: 50px;
    /*background: #5073b8;*/
    background: rgb(87, 144, 171);
}

.content-item-tag-disabled {
    width: 5px;
    height: 20%;
    min-height: 50px;
    background: rgba(200, 200, 200, 0.3);
}

.content-item-copy {
    width: 50px;
    height: 50px;
    padding: 10px;
    background-image: url("../images/copy.png");
    background-position: center;
    background-size: cover;
    /*background: rgb(87, 144, 171);*/
    margin-left: auto;
    margin-right: 15px;
}

.content-item-copy:hover {
    visibility: visible;
    opacity: 0.5;
}

.content-title p {
    opacity: 0;
}

.content-item-text {
    width: 100%;
    height: 0;
    max-height: 500px;
    background-color: rgba(200, 200, 200, 0.1);
    padding-left: 20px;
    padding-left: 20px;
    color: whitesmoke;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgb(36, 39, 47);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgba(200, 200, 200, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(0, 0, 0, 0);
}

::-webkit-resizer {
    background-color: rgb(36, 39, 47) !important;
}

::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
}

.content .row {
    width: 100%;
    height: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.bs-tooltip-bottom .tooltip-inner {
    background-color: rgba(36, 39, 47, 0.6);
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: rgba(36, 39, 47, 0.6) !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: rgba(36, 39, 47, 0.6) !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: rgba(36, 39, 47, 0.6) !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: rgba(36, 39, 47, 0.6) !important;
}