
/* Basic styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(156, 154, 154);
}
header {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    text-wrap: nowrap;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}


/* Modal OP Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #aaaaaa;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 10px;
}

.button-container {
    display: flex;
    justify-content: center; 
    margin-top: 20px; 
}

#initials {
    width: 30px; 
    margin-left: 10px; 
    border-radius: 5px; 
    padding: 5px; 
    margin-right: 80px;
}

#operator {
    width: 65px; 
    margin-left: 10px; 
    border-radius: 5px; 
    padding: 5px; 
    margin-right: 50px;
}

.close {
    display: none;
}
#done {
    padding: 5px 10px; 
    border-radius: 5px;
    margin-left: 20px;
}

/* END OP Modal Styles */

/* START recent.contacts.php and sore.statistics.php */

.square-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.recent-contacts-box {
    padding: 10px;
    border: 2px solid black;
    flex: 0 0 79%; 
}
.score-statistics-box {
    padding: 10px;
    border: 2px solid black;
    flex: 0 0 18%; 
    text-wrap: nowrap;
}

/*   END recent.contacts.php and sore.statistics.php */

/* Start worked.section.php and logging.box.php */
.upper-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.logging-box {
    padding: 10px;
    border: 2px solid black;
    flex: 0 0 32%; 
    height:200px;
}
.worked-section-box {
    padding: 10px;
    border: 2px solid black;
    flex: 0 0 65%; 
    text-wrap: nowrap;
    height:200px;
}
/* End worked.section.php and logging.box.php */

/* Start sent.exchange.php and band.mode.php */
.top-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    white-space: nowrap;
}

.band-mode-box {
    display: flex;
    padding: 10px;
    white-space: nowrap;
    height:30px;
}
/* End sent.exchange.php and band.mode.php */
