.uk-text-uppercase {
    text-transform: uppercase;
}

.uk-text-underline {
    text-decoration: underline;
}

.table-fixed {
    table-layout: fixed;
}

.form-center {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

div.wrapper {
    padding: 10px 5px 10px 5px;
}

em {
    color: inherit;
}

.inline-block {
    display: inline-block;
}

.hidden {
    display: none;
}

.spinner-crossbrowser {
    -moz-animation: uk-rotate 2s infinite linear;
    -o-animation: uk-rotate 2s infinite linear;
}

.filters-offset {
    margin-left: 260px;
    padding-top: 10px;
}

.margin-top-bottom-20 {
    margin: 20px 0;
}

.margin-top-20 {
    margin-top: 20px;
}

.uk-grid + .uk-grid.margin-top-0 {
    margin-top: 0;
}

.margin-left-200 {
    margin-left: 200px;
}

.errorlist {
    margin: 0;
    color: #d85030;
    list-style: none;
    padding: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.border-none, .border-none td, .border-none th {
    border: none;
}

.border-all, .border-all td, .border-all th {
    border: 1px solid #ddd;
}

.border-top, .border-top td, .border-top th {
    border-top: 1px solid #ddd;
}

.border-top-none, .border-top-none td, .border-top-none th {
    border-top: none;
}

.border-left, .border-left td, .border-left th {
    border-left: 1px solid #ddd;
}

.border-left-none, .border-left-none td, .border-left-none th {
    border-left: none;
}

.border-right, .border-right td, .border-right th {
    border-right: 1px solid #ddd;
}

.border-right-none, .border-right-none td, .border-right-none th {
    border-right: none;
}

.border-bottom, .border-bottom td, .border-bottom th {
    border-bottom: 1px solid #ddd;
}

.border-bottom-none, .border-bottom-none td, .border-bottom-none th {
    border-bottom: none;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: lightgrey;
}

.fixed {
    position: fixed;
    background: #ffffff;
    z-index: 999;
    overflow-y: hidden;
}

.fixed-filters {
    top: 42px;
    left: 0;
    width: 230px;
    height: 100%;
}

#filters-scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 16px;
    background: #F0F8FF;

}

.fixed-headers thead tr {
    height: 40px;
}

.fixed-headers thead tr th {
    background-color: #ffffff;
}

.color-coding {
    color: #6c0015;
}

.fixed-navbar {
    position: fixed;
    width: 100%;
    z-index: 2000;
}

.navbar-hack {
    width: 100%;
    height: 40px;
}

.pagination-wrapper {
    width: 100%;
}

.test-report-wrapper {
    width: 100%;
    margin: 0 auto;
}

.inline-width-1-5 {
    display: inline-block;
    width: 19%;
}

.inline-width-2-5 {
    display: inline-block;
    width: 39%;
}

.inline-width-3-5 {
    display: inline-block;
    width: 59%;
}

.inline-width-4-5 {
    display: inline-block;
    width: 79%;
}

.inline-width-1-15 {
    display: inline-block;
    width: 6%;
}

.inline-width-2-15 {
    display: inline-block;
    width: 13%;
}

.inline-width-1-3 {
    display: inline-block;
    width: 33%;
}

.inline-width-1-6 {
    display: inline-block;
    width: 13%;
    margin-right: 3%;
}

ul.test-form-ul {
    padding: 0;
}

.test-form-ul li {
    list-style-type: none;
}

.second-level-ul {
    padding-left: 20px;
}

.test-result-choices {
    font-size: 20px;
}

.example-rows-table td, .example-rows-table th {
    font-size: 12px;
    padding: 2px;
}

.paypal-button {
    padding: 0;
    border: none;
    background: transparent;
}

.valign-center-modal-spinner {
    top: auto;
}

.pws_logo {
    max-height: 250px;
}

.filter-button-div {
    width: 100%;
    background-color: #FFF;
    top: 39px;
    /*background: green;*/
    padding-top: 20px;
    padding-bottom: 10px;
}

.filter-button {
    margin: 10px 10px 0;
}

.form-blank-label {
    float: right;
    margin-top: 3px;
    padding-right: 5px;
}

.padding-top-70 {
    padding-top: 70px;
}

.logo-garder {
    width: 48px;
}

.my-fixed {
    top: 108px;
    width: 4000px;

}

.my-table-margin {
    margin-top: 168px;

}

.demo_trial {
    z-index: 1000;
    text-align: center;
    background-color: #F0F8FF;
    color: #2d7091;
}

#progress {
    text-align: center;
    position: absolute;
    top: 45px;
    left: 45%;
}

.clickable-column {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 3px;
}

.material-icons {
    display: none;
    font-size: 12px;
}

.clickable-row {
    cursor: pointer;
}

.clickable-row a {
    display: block;
    color: inherit;
}

.clickable-row a:hover {
    text-decoration: none;
}

.container {
    max-width: 95%;
    margin: 0 auto;
}

.table-wrapper {
    position: relative;
}

.padding-ver-md {
    padding: 10px 0;
}

.scroll-y {
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.scroll-x {
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.cell-wrap td, .cell-wrap th {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.cell-nowrap span {
    white-space: nowrap;
}

@media (max-width: 960px) {
    .grid-medium-margin-bottom {
        margin-bottom: 10px;
    }
}

.message-wrapper {
    padding: 10px 0;
}

.message-wrapper .uk-alert {
    margin-bottom: 10px;
    margin-top: 0;
}

.message-wrapper .uk-alert:last-child {
    margin-bottom: 0;
}

.opaque {
    background-color: #FFF;
}

.text-normal {
    font-weight: normal !important;
}

.z-index-modal {
    z-index: 1010;
}

#extra-filters-scroll {
    height: 100%;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    padding-right: 16px;
    background: #F0F8FF;
}

#extra_filter {
    z-index: 1011;
}

.filters-wrapper {
    background: #F0F8FF;
    width: 230px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    bottom: 0;
}

.data-table-controls {
    position: fixed;
    left: 230px;
    right: 0;
    margin: 10px 0;
}

.data-table-wrapper {
    position: fixed;
    left: 230px;
    right: 0;
    bottom: 0;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
}

.tester-list td p {
    margin-bottom: 5px;
    margin-top: 0;
}

.tester-list td p:last-child {
    margin-bottom: 0;
}

.table-condensed {
    font-size: 0.9em;
    line-height: 1.0;
}

.table-condensed select,
.table-condensed input[type="text"],
.table-condensed input[type="number"] {
    height: 2em;
    padding: 2px;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.fix-at-bottom {
    background: white;
    position: fixed;
    bottom: 0;
    width: 230px;
}

.apply-batch-filters {
    margin: 15px auto;
}

.wrap-collapsible {
    margin-bottom: 1.2rem;
    margin-top: 1rem;
}

#collapsible-checkbox,
#collapsible-checkbox-2,
#collapsible-checkbox-3,
#collapsible-checkbox-4,
#collapsible-checkbox-5 {
    display: none;
}

.lbl-toggle {
    display: block;

    font-size: 1rem;

    padding: 0.5rem;

    background: #009dd8;
    color: #fff;

    cursor: pointer;

    border-radius: 7px;
    transition: all 0.25s ease-out;
    user-select: none;
    text-align: left;
    min-height: 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
    padding-left: 3rem;
}


.lbl-toggle::before {
    content: ' ';
    display: inline-block;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);

    transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: fit-content;
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    background: #F0F8FF;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}


/* The Modal (background) */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.custom-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* The Close Button */
.custom-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.custom-modal-button{
    display: inline-block;
}
.custom-modal-footer{
    text-align: right;
}

.table-area {
  position: relative;
  z-index: 0;
    overflow: inherit;
}

table.responsive-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

table.responsive-table thead{
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  table-layout: fixed;
  display: table;
    background: #FFFFFF;
    opacity: 1;
}

.col-05{
    -ms-flex: 0 0 6.333333%;
    flex: 0 0 6.333333%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 6.33333%;
    max-width: 6.333333%;
    position: relative;
    width: 100%;
}

.btn-primary{
    background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #fff;
}

.btn-primary:hover {
    background-color: #00aff2;
    color: #fff;
    background-image: none;
}

.btn-primary::selection{
    background: #39f;
    color: #fff;
    text-shadow: none;
}
