/*
Generic Styling, for Desktops/Laptops
*/
header a:link, header a:visited, header a:hover, header a:active  {
    color: white;
    text-decoration: underlined;
}
ul.error li {
    line-height: 12px;
    color: red;
}

table {
    width: 99%;
    border-collapse: collapse;
    margin-bottom: 20px;
} 
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}
tr:nth-of-type(even) {
    background: #FFFFFF;
}
tr:hover {
    background-color: #E0EEFA;
}

th {
    background-color: #0061AE;
    color: white;
    font-weight: bold;
    border: 1px solid #D6D6D6;
    text-align: left;
    overflow-x: hidden;
    max-width: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
td {
    border: 1px solid #D6D6D6;
    text-align: left;
    overflow-x: hidden;
    max-width: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 10px;
}
td:hover {
    overflow: visible;
}

.peroxide_wrapper {
    margin-top: 50px;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 60px;
    transform: translate(-50%, 0);
    text-align: center;
    font-family: "Arial";
    line-height: 14px;
}
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {


    /* Force table to not be like tables anymore */
    table, thead, tbody, tfoot, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #D6D6D6; }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #D6D6D6;
        position: relative;
        padding-left: 50%;
        overflow: hidden;
        max-width: none;
        text-align: left;
    }
    th:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }


}
td p {
    margin: 2px;
    margin-left: 3px;
    line-height: 15px;
}

p {
    margin: 1px 3px;
    padding: 0;
}
form {
    font-size: 1.2rem;
}

/* Style inputs, select elements and textareas */
input[type=text],input[type=password],input[type=email],input[type=number], select, textarea{
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
textarea{
    resize: vertical;
}
input[type=date] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

input[type=datetime-local] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
input[type=time] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
input[type=number] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
/* Style the label to display next to the inputs */
label {
    padding: 5px 5px 5px 0;
    display: inline-block;
    font-weight: bold;
}
div.col-75 label input {
    margin-right: 4px;
    vertical-align: bottom;
}
div.col-75 label {
    line-height: 13px;
    font-weight: normal;
    margin-right: 10px;
}
/* Style the submit button */
input[type=submit], input[type=button], .button {
    background-color: #0061AE;
    color: white;
    padding: 7px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 11px;
}

/* Style the container */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 25%;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
}
.col-75 p {
    padding: 5px 5px 5px 0;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 5px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1024px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
    input[type=submit], .button {
    background-color: #0061AE;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
    margin: auto;
}
}
div.pagination {
    display: inline-block;
    text-align: center;
    margin: 5px auto;
    width: 100%;
}
div.pagelink {
    position: relative;
    float: left;
    border: 1px solid #0061AE;
    padding-top: 2px;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    color: #0061AE;
    border-radius: 3px;
}
div.pagelink_nolink {
    position: relative;
    float: left;
    border: 1px solid #0061AE;
    padding-top: 2px;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    color: #0061AE;
    border-radius: 3px;
}
div.pagelink:hover {
    cursor: pointer;
    background-color: #0061AE;
    color: #FFFFFF;
}

div.pagelink_current {
    position: relative;
    float: left;
    border: 1px solid #0061AE;
    padding-top: 2px;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    background-color: #0061AE;
    color: #FFFFFF;
    border-radius: 3px;
}
.red {
    color: red;
}
.copyicon {
    display: inlibe-block;
    position: relative;
    float: right;
    cursor: pointer;
}

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #05B5E5; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
#filter {
    width: 100%;
    background: #E8F3F8;
    border: dashed 1px #0061AE;
    margin-bottom: 5px;
    padding: 5px;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: -26px 0 0 -23px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #0061AE;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.cell_loader {
    position: relative;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #0061AE;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.tribute-container {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    max-height: 300px;
    max-width: 500px;
    overflow: auto;
    display: block;
    z-index: 999999;
}
.tribute-container ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}
.tribute-container li {
    padding: 5px 5px;
    cursor: pointer;
}
.tribute-container li.highlight {
    background: #0061AE;
    color: #FFFFFF;
}
.tribute-container li span {
    font-weight: bold;
}
.tribute-container li.no-match {
    cursor: default;
}
.tribute-container .menu-highlighted {
    font-weight: bold;
}
.mention {
    color: #1E81E4;
}
#ToolTip {
}
.icon {
    margin: 0px 2px;
    padding: 0px;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
}

.icon:hover {
    cursor: pointer;
}
::-webkit-input-placeholder { /* Edge */
    color: #C3C3C3;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C3C3C3;
    font-style: italic;
}

::placeholder {
    color: #C3C3C3;
    font-style: italic;
}
.wrapword{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.eom_totals {
    position: fixed;
    background-image: url(../imgs/b4.png);
    background-repeat: repeat;
    bottom: 0px;
    width: 100%;
    height: 246px;
    border-top: 2px solid #0061AE;
    padding-left: 1%;
    padding-right: 1%;
}
