<style >



/* process mailbox div */
::-webkit-input-placeholder { /* Edge */
    color: black;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: black;
    font-size: 14px;
}

::placeholder {
    color: black;
    font-size: 14px;
}

input.hightlight, textarea {
    background: cyan;
}

.ProcessMailBox {
    background-color: lightblue;
}

.sProcessMailBox h3 {
    color: white;
    text-align: center;
    font-size: 14px;
}

    .sProcessMailBox h3 p {
        color: white;
        text-align: center;
        font-size: 14px;
    }

/*********************/

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

    .button1:hover {
        background-color: #4CAF50;
        color: white;
    }

.button2 {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}

    .button2:hover {
        background-color: #008CBA;
        color: white;
    }

.button3 {
    background-color: white;
    color: black;
    border: 2px solid #f44336;
}

    .button3:hover {
        background-color: #f44336;
        color: white;
    }

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

    .button4:hover {
        background-color: #e7e7e7;
    }

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

 .button5:hover {
        background-color: #555555;
        color: white;
  }


.danger {
    background-color: #f44336;
}
/* Red */

.orderstatus {
    font-weight: 600;
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin: 4px 2px;
}

.pending {
    border-radius: 50%;
    background-color: #f44336; /* RED */
}



.span {
    /* box-shadow: 0 0 0 3px #e78267; ORANGECREAT A HALO */
    box-shadow: 0 0 0 3px #e7e7e7; /* CREAT A HALO */
    text-shadow: 2px 2px 4px #000000;
    font-size: 19px;
    /* font-weight: normal !important; */
    text-shadow: 2px 2px 4px #000000;
    background: #f44336;
    border-radius: 75%;
    -moz-border-radius: 75%;
    -webkit-border-radius: 75%;
    color: white;
    display: inline-block;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

.clockstatus {
 
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: black;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}
}

.pendingclock {
    background: #f44336;
}
/*  amber */
.processing {
    border-radius: 50%;
    background-color: #ff6a00; /* amber */
}

.cancelled {
    border-radius: 50%;
    background-color: black; /* black */
}

.shipped {
    border-radius: 50%;
    background-color: #4CAF50; /* green */
}


.type1 {
    border-radius: 50%;
    background-color: #008CBA; /* amber */
}


.type2 {
    border-radius: 50%;
    background-color: #f44336; /* amber */
}


.type3 {
    border-radius: 50%;
    background-color: #ff00dc; /* amber */
}


.type4 {
    border-radius: 50%;
    background-color: #ff6a00; /* amber */
}

.cancelled {
    border-radius: 50%;
    background-color: #555555; /* grey */
}

.simple-highlight {
    font-weight: 600;
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    height: 14px;
    width: 262px;
    background-color: #008CBA;
    color: white;
    text-align: center;
    position: absolute;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    z-index: 10;
}






#table_customer_history {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    padding-bottom: 35px;
    width: 70%;
    margin-left: 30%; /* minus the amount to make it 100% */
}

#table_customer_history td, #table_customer_history th {
    border: 1px solid #ddd;
    padding: 5px;
}

#table_customer_history tr:nth-child(even) {
    background-color: #f2f2f2;
}

#table_customer_history tr:hover {
    background-color: #ddd;
}

#table_customer_history th {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
        background-color: #373131;
        color: white;
 }


.styled-table {
    /*  border-collapse: collapse; */
    table-layout: fixed;
    border-collapse: collapse;
    word-wrap: break-word;
    /* table-layout: auto; */
    width: 100%;
    border: 1px solid;
    border: 1px solid;
    border-radius: 3px;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    /*  min-width: 200px;
		max-width:300px;
	*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}



    .styled-table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
        border: 1px solid;
    }


    .styled-table th {
       
        padding: 12px 15px;
    }

    .styled-table td {
        padding: 12px 15px;
      
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;

    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
       
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
            
        }


        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
            
        }


/* with customer table styles */

    #customers {
        color: #080808 !important;
    }


</style >


