body {
    background: #f2f1f0;
    font-family: "Source Sans Pro";
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

h1 {
    font-size: 38px !important;
}

h2 {
    font-size: 20px !important;
}

h3 {
    font-size: 20px !important;
}

.formTable {
    padding: 20px;
    border-collapse: separate;
    border-spacing: 10px;
}

    .formTable td {
        vertical-align: middle;
    }

    .formTable .checkboxlist {
        margin-left: 5px;
    }

.listTable {
    font-size: 14px;
}

    .listTable th {
        padding: 2px;
        text-align: left;
        vertical-align: middle;
        font-weight: bold;
        color: #fff;
    }

    .listTable td {
        padding: 2px;
        text-align: left;
        vertical-align: middle;
    }

.labelTable td {
    padding: 4px;
    text-align: left;
    vertical-align: top;
}

.productOrderTable {
    margin-top: 20px;
}

    .productOrderTable th {
        padding: 4px;
        text-align: left;
        vertical-align: middle;
        font-weight: bold;
        color: #9db7cc;
    }

    .productOrderTable td {
        padding: 4px;
        text-align: left;
        vertical-align: middle;
    }

.searchBox {
    margin: 0 auto;
    padding: 34px 0 0 0;
    text-align: center;
}

.searchIcon {
    color: #999;
    font-size: 18px;
    margin: 8px 0 0 4px;
}

.fa, .fas {
    font-weight: 900;
}

.navIcon {
    margin: 0 0 0 20px;
}

form {
    margin-top: 0px;
}

    form .text {
        border: 1px solid #000;
        padding: 8px;
        font-size: 16px;
        outline: none;
        color: #555;
        -webkit-border-radius: 0rem;
        -moz-border-radius: 0rem;
        border-radius: 0rem;
    }

        form .text:focus {
            border: 1px solid #666;
            outline: none;
        }

    form .select {
        padding: 8px;
        font-size: 16px;
        outline: none;
        color: #555;
        -webkit-border-radius: 0rem;
        -moz-border-radius: 0rem;
        border-radius: 0rem;
    }

input[type=checkbox] {
    display: none;
}

label {
    display: inline-block;
}

    label:before {
        content: "";
        background-color: #fff;
        display: inline-block;
        border: 1px solid #a0a0a0;
        margin-right: 5px;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

input[type=checkbox] + label:before {
    content: "";
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
}

.panel {
    padding: 0px 0px 0px 0px;
}

.pagenum-enabled, .pagenum-disabled, .pagenum-enabled:hover, .pagenum-disabled:hover {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #124;
}

    .pagenum-enabled, .pagenum-enabled:hover {
        background-color: #CCCCCC;
        color: black !important;
    }

    .pagenum-disabled, .pagenum-disabled:hover {
        background-color: #2e75b6;
        color: #fff !important;
    }

/*
.userImageFull {
    border: 1px solid #a0a0a0;
}

.userImageThumb {
    border: 1px solid #a0a0a0;
}
*/

.productImageThumb {
    border: 1px solid #a0a0a0;
    margin-left: 5px;
    margin-right: 5px;
    max-width: 80px;
    height: auto;
}

.productImage {
    border: 1px solid #a0a0a0;
    margin-right: 20px;
    max-width: 400px;
    height: auto;
}

.treeView {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

    .treeView input[type=checkbox] {
        display: inline-block;
    }

div.cscategorylist ul {
    margin-left: 2em;
    list-style: none;
}

    div.cscategorylist ul li:last-child {
        padding-bottom: 5px;
    }

/*Added By Macy*/

form .select.req {
    border: 1px solid red;
}

form .text.req {
    border-color: red;
}

.label {
    white-space: nowrap;
}

.callout {
    color: #2e75b6;
    font-size: 13px;
    display: block;
    padding-bottom: 10px;
}

.field {
    padding-bottom: 20px
}

.LBSubmit {
    border: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    min-width: 105px;
    text-align: center;
    outline: none;
    background-color: #000;
    color: #fff !important;
    cursor: pointer;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
    text-decoration: none !important;
}

    .LBSubmit:hover, .LBSubmit:active {
        border: 1px solid #808080;
        background-color: #fff;
        color: #000 !important;
        transition-duration: 0.5s;
    }

.navbar1-ticket {
    width: 65%;
    text-align: center;
    margin-right: 5%;
    display: grid;
    color: #2e75b6 !important;
}

.popNotes {
    font-family: 'Roboto Condensed';
}

.statusChange {
    color: #2e75b6;
}

.tableRow {
    font-family: "Roboto Condensed";
}

.tableHeader {
    background-color: #2e75b6;
    font-weight: 600;
    color: white;
}

.embedDisplay1, .urlDisplay1 {
    width: 900px;
    height: 768px;
    margin-right: 50px;
    margin-left: 10px;
}

.vidDiv {
    margin-top: 20px;
    display: grid;
    text-align: center;
}

.dataAdmin {
    display: none;
    position: absolute;
    white-space: nowrap;
    margin-top: 0px;
    margin-left: -16px;
    left: 93%;
    top: 0;
    background-color: #ccc;
    border: solid 1px #999;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

.nav2-dropdown-item:hover + ul.dataAdmin {
    display: block;
    transform: scaleY(1);
    transform-origin: top;
}

.nav2-dropdown-item + ul.dataAdmin:hover {
    display: block;
    transform: scaleY(1);
    transform-origin: top;
}

.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.divToTopContainer {
    text-align-last: end;
    position: sticky;
    bottom: 60px;
}

.top {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
    padding: 10px;
    color: white !important;
    background: #555;
    border-radius: 100px;
    white-space: nowrap
}

    .top.visible {
        opacity: 1;
        transform: translate(0, 0);
    }

.overlayBtn {
    background: rgba(29, 27, 59, 0.06);
    position: sticky;
    margin-top: 20px;
    bottom: 10px;
}

.userFiles {
    justify-content: flex-end;
    text-align-last: end;
    width: 40%;
}

.sectionHeader {
    border-radius: 1rem;
    margin: 10px 0px 10px 0px;
    color: white;
    font-weight: bold;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    outline: none !important;
}

.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.card .card-header .sectionHeader:after {
    content: "\f106";
    font: var(--fa-font-solid);
    float: right;
}

.card .card-header .sectionHeader.collapsed:after {
    content: "\f107";
    font: var(--fa-font-solid);
}

.card .RsectDiv-cust {
    background-color: #00a840;
}

/*Added By Macy End*/

/*Begin wait overlay*/

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200,200,200,0.8);
    z-index: 2;
}

#overlayText {
    /*position: absolute;
    left: 50%;
    top: 45%;*/
    color: #fff;
    font-size: 2.5em;
}

.overlayPos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #fff;
    font-size: 10px;
    margin: auto auto;
    /*position: absolute;
    left: 50%;
    top: 50%;*/
    transform: translate(-50%, -50%);
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: "";
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*End wait overlay*/

/*Begin popup overlay*/
/*Consolidate with "overlay" and create as class*/

#divPopupOverlay, #divMasterPopupOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200,200,200,0.8);
    z-index: 4;
}

.divpopup {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

div.divpopup::-webkit-scrollbar {
    background-color: transparent;
}

/*End popup overlay*/

/*Begin success block*/

.successBlock {
    color: #000;
    background-color: #90ee90;
    border: 1px solid #008840;
    position: fixed;
    color: #008840;
    top: 1%;
    left: 10%;
    width: 80%;
    padding: 20px;
    margin: 20px auto 0;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 10;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    25%,60% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        z-index: -1;
    }
}

@keyframes fadeInDown {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px);
    }

    25%,60% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        display: none;
        opacity: 0;
        transform: translateY(-20px);
        z-index: -1;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*End success block*/

/*Begin error block*/

.errBlock {
    color: #bf1616;
    background-color: #ffbaba;
    border: 1px solid #bf1616;
    width: 90%;
    bottom: 0;
    padding: 20px;
    margin: 20px auto 0;
    text-align: left;
    line-height: 17px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 10;
}

.errBlockPopup {
    position: sticky;
    color: #bf1616;
    background-color: #ffbaba;
    border: 1px solid #bf1616;
    width: 90%;
    bottom: 0;
    padding: 20px;
    margin: 20px auto 0;
    text-align: left;
    line-height: 17px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 10;
}

/*End error block*/

/*Below Lines Added by Berk*/

html {
    overflow-y: scroll;
}

a:link, a:visited {
    color: #124;
    text-decoration: none;
}

.contentContainer a:link,
.contentContainer a:visited {
    color: #2e75b6;
}

a:link.th, a:visited.th {
    color: #fff;
}

.navbar1 {
    display: flex;
    justify-content: space-between;
    background-color: #f2f1f0;
    padding: 1rem;
}

.navbar1-brand {
    display: inline-flex;
    justify-self: center;
    align-self: center;
    width: 25%;
    justify-content: flex-start;
    align-content: center;
}

    .navbar1-brand img {
        max-width: 385px;
        min-width: 120px;
        height: auto;
        width: 100%;
    }

.navbar1-search {
    display: inline-flex;
    justify-self: center;
    align-self: center;
    width: 50%;
    justify-content: center;
    align-content: center;
}

.navbar1-searchbox {
    max-width: 300px;
    width: 100%;
}

.navbar1-report {
    display: inline-flex;
    justify-self: center;
    align-self: center;
    justify-content: flex-end;
    align-content: center;
    min-width: 10px;
}

    .navbar1-report > span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar1-brand > *, .navbar1-search > *, .navbar1-report > * {
        align-self: center;
    }

.navbar2 {
    min-height: 50px;
    background-color: #555;
    padding: 0rem 1rem;
}

.navbar2-nav {
    margin-left: 20px;
    text-align: left;
    display: flex;
    align-content: center;
    -webkit-align-content: center;
    list-style-type: none;
}

    .navbar2-nav a {
        text-decoration: none;
    }

    .navbar2-nav ul {
        list-style-type: none;
    }

.nav2-item {
    display: inline-block;
    padding: 1rem 0rem;
}

    .nav2-item:hover > a {
        color: #cdf;
    }

    .nav2-item > a {
        margin-right: 20px;
        font-weight: 600;
        display: block;
        color: #f2f1f0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav2-item:hover > span {
        color: #cdf;
    }

    .nav2-item > span {
        margin-right: 20px;
        font-weight: 600;
        display: block;
        color: #f2f1f0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav2-item > ul {
        transform: scaleY(0);
        transform-origin: top;
    }

    .nav2-item:hover > ul {
        transform: scaleY(1);
    }

    .nav2-item > div {
        transform: scaleY(0);
    }

    .nav2-item:hover > div {
        transform: scaleY(1);
    }

.contentContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

    .contentContainer > div, .contentContainer > ul {
        flex-basis: 100%;
        margin: 0.2rem 1rem;
    }

.RpageTitle {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #2e75b6;
    width: 100%;
}

    .RpageTitle > h1 {
        font-size: 3rem;
    }

a.RBadge {
    cursor: pointer;
}

.flexbreak {
    flex-basis: 100%;
    height: 0;
}

.nav2-dropdown-menu {
    position: absolute;
    min-width: 150px;
    background-color: #ccc;
    border: solid 1px #999;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 1rem;
}

    .nav2-dropdown-menu li:hover {
        background-color: #999;
    }

.platformLogo {
    height: 25px;
}

.nav2-dropdown-item {
    font-family: 'Source Sans Pro';
    font-weight: normal;
    color: #000;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    display: block;
    text-align: left;
    white-space: nowrap;
}

.nav2-dropdown-menu .nav2-dropdown-divider {
    padding: 0;
    border-top: solid 1px #999;
    height: 1px;
    width: 100%;
}

.nav2-dropdown-submenu {
    transform: scaleY(0);
    transform-origin: top;
    position: absolute;
    white-space: nowrap;
    margin-top: 0px;
    margin-left: -16px;
    left: 100%;
    top: 0;
    background-color: #ccc;
    border: solid 1px #999;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

ul.nav2-dropdown-submenu::-webkit-scrollbar {
    width: 3px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
ul.nav2-dropdown-submenu::-webkit-scrollbar-thumb {
    background: #555;
}

.nav2-dropdown-menu::-webkit-scrollbar {
    width: 3px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.nav2-dropdown-menu::-webkit-scrollbar-thumb {
    background: #555;
}

.nav2-item:hover + ul.nav2-dropdown-menu {
    transform: scaleY(1);
    transform-origin: top;
}

.nav2-item + ul.nav2-dropdown-menu:hover {
    transform: scaleY(1);
    transform-origin: top;
}

.nav2-dropdown-item:hover + ul.nav2-dropdown-submenu {
    transform: scaleY(1);
    transform-origin: top;
}

.nav2-dropdown-item + ul.nav2-dropdown-submenu:hover {
    transform: scaleY(1);
    transform-origin: top;
}

.nav2-dropdown-submenu li:hover {
    background-color: #999;
}

.nav2-dropdown-menu > li {
    position: relative;
}

.Rfooter {
    display: flex;
    position: fixed;
    width: 100%;
    min-height: 10px;
    bottom: 0;
    background-color: #555;
    align-content: center;
    justify-content: center;
    padding: 0.5rem;
    color: #d2d1d0;
    margin-top: 0.25rem;
    z-index: 3;
}

.Rcontainer {
    width: 100%;
}

.Rrow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin: 0.2rem 0rem;
}

.Rrow-centered {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.Rrow-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 99.5%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.Rcol {
    width: 100%;
}

.Rcol-2 {
    width: 50%;
}

.Rcol-3 {
    width: 33.33%;
}

.Rcol-4 {
    width: 25%;
}

.Rcol-5 {
    width: 20%;
}

.Rcol-6 {
    width: 16.6%;
}

.Rcard {
    border: solid 1px #cdf;
    border-radius: 0px;
    margin: 0.5rem;
    padding: 0.5rem;
    background: #fff;
}

.RcardCols {
    border: solid 1px #cdf;
    border-radius: 0px;
    height: 100%;
    margin: 0rem 0.1rem;
    padding: 0.5rem;
    background: #fff;
}

.Rcard-header {
    font-weight: bold;
    color: #2000a8;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.Rcard-footer {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.noDecA, .noDecA:visited {
    text-decoration: none;
    color: inherit;
}

    .noDecA:hover {
        color: #6e3ca8;
    }

.RsectDiv-cust {
    background-color: #00a840;
    border: solid 1px #999;
    border-radius: 5px 5px 0 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.25rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
}

    .RsectDiv-cust:hover {
        background-color: #008840;
    }

.RsectDiv-all {
    background-color: #6e3cc8;
    border: solid 1px #999;
    border-radius: 5px 5px 0 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.25rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
}

    .RsectDiv-all:hover {
        background-color: #6e3ce8;
    }

.RsectDiv-filter {
    background-color: #2e75b6;
    border: solid 1px #999;
    border-radius: 5px 5px 0 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.25rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
}

.RsectDiv-all:hover {
    background-color: #6e3ce8;
}


.RsectDivContent {
    background-color: #eef4ff;
    border: solid 1px #999;
    border-radius: 0 0 5px 5px;
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.RsectCont {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

    .RsectCont div {
        display: flex;
        justify-content: center;
        align-content: center;
        width: 100%;
    }

.RsectexpandBtn {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
}

.asp2CssTextBtn {
    background-color: transparent;
    border: none;
}

    .asp2CssTextBtn:focus {
        outline: none;
    }

.Rtooltip {
    position: relative;
    display: inline-block;
}

    .Rtooltip .Rtooltiptext {
        visibility: hidden;
        background-color: rgba(255,255,255,1);
        border: 1px solid #c0c0c0;
        color: #000;
        text-align: left;
        white-space: nowrap;
        border-radius: 3px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 95%;
        opacity: 1;
        transition: opacity .5s;
    }

    .Rtooltip:hover .Rtooltiptext {
        visibility: visible;
        opacity: 1;
        min-width: 100px;
    }

.Rcheckbox::before {
    font-family: "Font Awesome 6 Free";
    font: var(--fa-font-sharp-solid);
    content: "\f14a";
    text-decoration: none;
    color: black;
    font-size: 1.1rem;
}

.Runcheckbox::before {
    font-family: "Font Awesome 6 Free";
    font: var(--fa-font-thin);
    content: "\f0c8";
    text-decoration: none;
    color: black;
    font-size: 1.1rem;
}

.Rcheckbox:hover, .Runcheckbox:hover {
    text-decoration: none;
}

.reportLabel {
    color: #555;
    margin-bottom: auto;
    margin-top: auto;
    font-weight: bold;
    text-align: right;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.orderID {
    color: white !important;
    border: 1px solid #2e75b6;
    background-color: #2e75b6;
    padding: .3em;
    padding-bottom: .35em;
    border-radius: 3.75px;
    margin-top: .05em !important;
    margin-bottom: .05em !important;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
}

    .orderID:visited {
        color: #fff;
        text-decoration: none;
    }

    .orderID:link {
        color: #fff;
        text-decoration: none;
    }

    .orderID:hover {
        color: #2e75b6 !important;
        border: 1px solid #2e75b6;
        background-color: inherit;
        transition-duration: 0.5s;
        text-decoration: none;
    }

    .orderID a {
        color: #fff;
        text-decoration: none;
    }

        .orderID a:link {
            color: #fff;
            text-decoration: none;
        }

        .orderID a:visited {
            color: #fff;
            text-decoration: none;
        }

        .orderID a:hover {
            text-decoration: none;
        }

.Rbtn-dark {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 2.5rem;
    margin-top: 1rem;
    border: .1rem solid #fff;
}

    .Rbtn-dark:hover {
        background-color: #fff;
        color: #000;
        border: .1rem solid #000;
        transition: .25s;
    }

.RcbScrollList {
    border: 1px solid #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: auto;
}

.RlistTable {
    font-size: 14px;
    width: 100%;
    border-collapse: separate;
}

    .RlistTable th {
        background-color: #999;
        color: #fff;
    }

    .RlistTable th {
        padding: 0.55rem 0.25rem;
        text-align: left;
        vertical-align: middle;
        font-weight: bold;
        color: #fff;
    }

    .RlistTable td {
        padding: 0.1rem;
        text-align: left;
        vertical-align: middle;
        font-family: "Roboto Condensed";
    }

.RlistTableAutoW {
    font-size: 14px;
    width: auto;
    border-collapse: separate;
}

    .RlistTableAutoW th {
        background-color: #999;
        color: #fff;
    }

    .RlistTableAutoW th {
        padding: 0.55rem 0.25rem;
        text-align: left;
        vertical-align: middle;
        font-weight: bold;
        color: #fff;
    }

    .RlistTableAutoW td {
        padding: 0.1rem;
        text-align: left;
        vertical-align: middle;
        font-family: "Roboto Condensed";
    }

form .RSubmit {
    border: 1px solid #000;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    min-width: 105px;
    text-align: center;
    outline: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
    text-decoration: none;
}

    form .RSubmit:hover, .RSubmit:active {
        border: 1px solid #808080;
        background-color: #fff;
        color: #000;
        transition-duration: 0.5s;
    }

.graphLoadIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.graphLoader {
    border: 8px solid #999;
    border-top: 8px solid #2e75b6;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.errBlock .minmax {
    float: right;
    color: #bf1616;
    font-family: Robato,Arial;
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: bold;
    text-decoration: none;
}

.errBlock .clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*Added by Berk End*/

/*Media Queries Added By Macy*/

@media screen and (min-width: 1200px) {
    .container {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 2000px) {
    .userFiles {
        justify-content: flex-end;
        text-align-last: end;
        width: 55%;
    }
}

@media screen and (max-width: 1600px) {
    .decoTable {
        font: -webkit-mini-control;
        width: auto;
    }

    .embedDisplay1, .urlDisplay1 {
        width: 780px;
        height: 480px;
    }

    .videoDisplay1 {
        width: 300px;
        height: 160px;
    }

    .vidDiv {
        margin-top: 20px;
        display: inline-grid;
        text-align: center;
    }

    .nav2-item > a, .nav2-item > span {
        font-size: smaller;
    }
}

@media screen and (max-width: 1280px) {
    .userFiles {
        justify-content: flex-end;
        text-align-last: end;
        width: 21%;
    }
}

@media screen and (max-width: 980px) {
    .navbar2 {
        font: menu;
    }

    .embedDisplay1, .urlDisplay1 {
        width: 680px;
        height: 500px;
        overflow: auto;
    }

    .nav-tabs {
        font: -webkit-mini-control;
        width: auto;
    }

    .videoDisplay1 {
        width: 300px;
        height: 160px
    }

    .vidDiv {
        margin-top: 20px;
        display: inline-grid;
        text-align: center;
    }

    .nav2-item {
        min-width: 10px;
    }
}

/*Media Queries Added By Macy End*/
