/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 1, 2022, 9:41:55 AM
    Author     : how17003work
*/
body {
    font-family: Arial, Helvetica, sans-serif;

}

#wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 200px;
    width: 100%;
}


/*general header*/


/*control panel*/

.cp-title {
    padding-top: 40px;
    padding-left: 50px;
    color: white;
    font-weight: bold;
}

.cp-title span {
    font-size: 30px;
}

.cp-searchbox {
    position: relative;
    float: right;
    padding-right: 100px;
    padding-top: 40px;
}


.cp-searchbox a {
    color: white;
    font-size: 10px;
    float: right;
}

.cp-titlebanner {
    background: #D3D3D3;
    height: 40px;
    padding-top: 15px;
}

.cp-title-text {
    position: relative;
    padding-left: 50px;

    color: #505050;
    font-weight: bold;
    font-size: 20px;
}

.cp-endline {
    padding-top: 30px;
    color: red;
}

.title-banner {
    background: #D3D3D3;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.control-tabs {
    display: flex;
    justify-content: flex-end;
    margin-top: -35px;
    background: transparent;
}

.control-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2px;
}

.control-tabs li {
    margin: 0;
}

.control-tabs a {
    display: block;
    padding: 8px 16px;
    background: #686868;
    border: 1px solid #ccc;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.control-tabs a:hover {
    background: #ddd;
}

.title-text {
    color: #505050;
    font-weight: bold;
    font-size: 20px;
}

.top-banner-black {
    background-color: black;
    height: 200px;
    width: 100%;
    color: white;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .top-banner-black .flex-container[style*="width: 100%"] {
        flex-wrap: wrap;
    }
}

.header-button {
    color: white;
    font-size: 10pt;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    text-wrap: nowrap;
}

.red-button {
    background: #DC3545;
}

.blue-button {
    background: #007BFF;
}

.yellow-button {
    background: #FFC107;
}

.green-button {
    background: #28a745;
}

.header-actions {
    margin-left: auto;
    display: flex;
    margin-top: 35px;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;

    @media (max-width: 1024px) {
        margin-top: 0 !important;
        margin-right: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .search-items {
        display: none !important;
    }
}

.db-title {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.return-text {
    padding-top: 8px;
    float: right;
    color: white;
    font-size: 10px;
}

.flex-start {
    align-items: flex-start !important;
}

.flex-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.header-img {
    height: 25px;
    width: 100%;
    background: black;
    margin-bottom: 30px;

    @media (max-width: 1024px) {
        margin-top: 40px;
    }
}

.cp-navtabs {
    padding-bottom: 0;
    margin-bottom: 0;
    right: 0;
    overflow: hidden;
    border: 0;
    position: absolute;
    bottom: 0;
}

.cp-navtabs a {
    text-decoration: none;
    float: left;
    border-bottom: none;
    font-weight: bold;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    background-color: #686868;
    color: white;
    border-radius: 7px 7px 0 0;
}

.cp-navtabs a:hover {
    background-color: #ddd;
}

.cp-navtabs a.active {
    background-color: #D3D3D3;
}

.cp-managefieldtype-shard {
    margin-top: 10px;
    display: block;
    padding: 0.4em 0.7em 0.3em 0.7em;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border-color: #425278;
    background-color: #435377;
    width: 250px;
}

.cp-managefieldtype-shard:hover {
    margin-top: 10px;
    display: block;
    padding: 0.4em 0.7em 0.3em 0.7em;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border-color: #1B2C51;
    background-color: #1B2C51;
    width: 250px;
}

.cp-managefieldtype-shard-active {
    margin-top: 10px;
    display: block;
    padding: 0.4em 0.7em 0.3em 0.7em;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border-color: #006767;
    background-color: black;
    width: 250px;
}


.cp-managefieldtype-object {
    margin-top: 10px;
    display: block;
    padding: 0.4em 0.7em 0.3em 0.7em;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border-color: #8C4572;
    background-color: #8C4572;
    width: 250px;
}

.cp-managefieldtype-object:hover {
    margin-top: 10px;
    display: block;
    padding: 0.4em 0.7em 0.3em 0.7em;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border-color: #5E1944;
    background-color: #5E1944;
    width: 250px;
}

.cp-managefieldtype-object-active {
    margin-top: 10px;
    display: block;
    padding: 0.4em 0.7em 0.3em 0.7em;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border-color: #5E1944;
    background-color: black;
    width: 250px;
}


.cp-managefieldtype-site {
    margin-top: 10px;
    display: block;
    padding: 0.4em 0.7em 0.3em 0.7em;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border-color: #8FA953;
    background-color: #8FA953;
    width: 250px;
}

.cp-managefieldtype-site:hover {
    margin-top: 10px;
    display: block;
    padding: 0.4em 0.7em 0.3em 0.7em;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border-color: #58721E;
    background-color: #58721E;
    width: 250px;
}

.cp-managefieldtype-site-active {
    margin-top: 10px;
    display: block;
    padding: 0.4em 0.7em 0.3em 0.7em;
    -webkit-border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border-color: #8FA953;
    background-color: black;
    width: 250px;
}

.tabcontent {
    width: 100%;
    top: 280px;
    position: fixed;
    overflow: hidden;
    height: calc(100% - 300px);

}

#cp-right {
    position: fixed;
    float: left;
    left: 400px;
    width: calc(100% - 400px);
    padding-left: 30px;
    padding-top: 30px;
    height: calc(100% - 350px);
    overflow-y: auto; /* Enable vertical scrolling */
}

#cp-nav {
    float: left;
    position: fixed;
    width: 390px;
    height: calc(100% - 300px);
    overflow-y: auto;
}

#cp-left {
    padding-left: 50px;
    width: 300px;
    background-color: #fff;
}


#cp-left ul {
    padding: 12px 0 0 0;
    margin: 0;
}

#cp-left ul li, #cp-middle ul li {
    display: block;
}

#cp-left ul li.cp-m-fields a:hover, #cp-middle ul#manage-fields li a:hover {
    background-color: #5ab1ee;
    color: #fff;
}

#cp-left ul li.cp-stats a {
    color: #d67c12;
}

#cp-left ul li.cp-stats a:hover {
    color: #fff;
    background-color: #e78818;
}

#cp-left a {
    color: #FFFFFF;
    padding: 6px 0 6px 5px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;

}

#cp-left ul li.cp-m-fields.cp-active a {
    background-color: #3da6ef;
    color: #fff;
}

#cp-left h3 {
    margin: 0px;
    margin-top: 30px;
}


#cp-right h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}