﻿
:root {
    --cedar-darkgreen: rgba(19,50,43,1);
    --cedar-green: rgba(58,172,116,1);
    --cedar-offwhite: rgba(209,224,215,1);
    --sc-main: rgba(55,154,45,1);
    --sc-border: rgba(150,150,150,1);
    --navbar: 85px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', serif;
}
body {
    margin: 0;
    font-size: 27px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
img {
    vertical-align: middle;
}
a {
    text-decoration:none;
    color:inherit;
    font-family:inherit;
}
p {
    margin: 0px 0px 20px 0px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight:inherit;
    font-family:inherit;
}
li {
    margin-left:30px;
    padding-left:30px;
}
.hyper {
    text-decoration: underline;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1200px) {
    body {
        font-size: 24px;
    }
}

@media (max-width: 700px) {
    body {
        font-size: 20px;
    }
}

/*-----------SCALING----------------*/

.scaled {
    display:flex;
    }
.notscaled {
    display:none;
}

@media (max-width: 1000px) {
    .scaled {
        display:none;
    }
    .notscaled {
        display:flex;
    }
    :root {
    --navbar:120px;
    }

}

/*-----------OUTLINE-----------------*/

.outline_blue {
    outline:8px solid rgba(0,0,255,1);
}

/*-----------FONT SIZING------------*/


h1 {
    font-family: Inherit;
    font-size: 45px;
    margin: 0px 0 10px 0;
    font-weight: bold;
    color: inherit;
    padding: 0;
    line-height: 1.3;
}

h2 {
    margin: 5px 0 5px 0;
    font-size: 35px;
    font-weight: 500;
    color: inherit;
    line-height:1.2;
}

h3 {
    font-size:30px;
    margin: 25px 0 5px 0;
    font-weight: bold;
    color: #636363;
}

h4 {
    font-size: inherit;
    margin: 25px 0 15px 0;
    font-weight: bold;
    color: var(--cedar-green);
}

h5 {
    font-family: Inherit;
    font-size: 200%;
    margin: 0px 0 30px 0;
    font-weight: 300;
    color: inherit;
    padding: 0;
    line-height: 1.4;
}
h6 {
    font-family: Inherit;
    font-size: calc(25px + 4vw);
    margin: 0px 0 10px 0;
    font-weight: 400;
    color: inherit;
    padding: 30px 0 30px 0;
    line-height: 1;
}

/*---------NAVBAR-------*/

.inlinelink0 {
    font-weight:bold;
    text-decoration:underline;
    cursor:pointer;
    color:black;
}
.pointer {
    cursor:pointer;
}

/*--------WIDTHS-----------*/

.w50 {
    width: 50px;
}
.w100 {
    width: 100px;
}
.w150 {
    width: 150px;
}
.w200 {
    width: 200px;
}
.w250 {
    width: 250px;
}
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.w400 {
    width: 400px;
}
.w450 {
    width: 450px;
}
.w500 {
    width: 500px;
}
.w600 {
    width: 600px;
}
.w700 {
    width: 700px;
}
.w800 {
    width: 800px;
}
.w900 {
    width: 900px;
}
.w1000 {
    width: 1000px;
}
.w1100 {
    width: 1100px;
}
.w1200 {
    width: 1200px;
}
.w100p {
    width: calc(100% - 10px);
}
.w50p {
    width: calc(50% - 7px);
    padding:5%;
    font-size:18px;
    font-weight:400;
}
.right {
    text-align:right;
}
/*---------COOKIE---------*/
.cookie {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:90px;
    padding:25px;
    background:rgba(0,0,0,1);
    color:rgba(255,255,255,1);
    font-size:calc(15px + .5vw);
    font-weight:200;
    text-align:center;
    justify-content:center;
    text-decoration:none;
    cursor:pointer;
}


/*--------NAV BAR---------*/

.nav_position {
    display: block;
    position: fixed;
    width: 100%;
    height: var(--navbar);
    z-index: 10;
    background:black;
}

.main_position {
    display: block;
    position: relative;
    width: 100%;
    top: var(--navbar);
    z-index: 1;
}

.navbar_logo {
    position:absolute;
    left:3%;
    top:10px;
    width:220px;
}
.navbar_logo img {width:100%;}

.navbar_links {
    position: relative;
    left: calc(200px + 5%);
    height: 60px;
    width: calc(90% - 400px);
    top: 0px;
    background: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    padding: 0 20px 0 20px;
    font-size: 20px;
}
.navbar_inner {
    position: relative;
    top:11px;
    background: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border:1px solid var(--cedar-green);
    padding:8px 2% 8px 2%;
    border-radius:25px;
}

.navbar_icons {
    position:absolute;
    display:flex;
    justify-content:space-between;
    right:5%;
    top:19px;
    width:100px;
    height:50px;
}

.navbar_icon {
    position:relative;
    height:34px;
    padding:0 0 0 0;
    cursor:pointer;
}
.nav_dropdon {
    background: black;
    padding: 10px;
}
.dropdiv-content {
    display: none;
    width: 250px;
    position: absolute;
    left: 10px;
    top: 30px;
    padding: 5px 10px 10px 10px;
    background-color: rgba(0,0,0,1);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
    border-radius: 6px;
    visibility: inherit;
    border-radius: 10px;
}

.dropdiv {
    font-family: inherit;
    position: relative;
    display: block;
    padding: 0px 10px 0px 10px;
    color: rgba(200,200,200,1);
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
}

    .dropdiv:hover .dropdiv-content {
        display: block;
        line-height:1.5;
    }
        .dropdiv a:hover {
            color: var(--cedar-green);
            font-weight:700;
        }

.dropdivheading {
    color: white;
    font-weight: 500;
    padding: 0 0 0 5px;
    font-family: inherit;
}

.dropdivsubmenu {
    padding: 0 0 0 20px;
    font-family: inherit;
}
.control_window {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100vh - var(--navbar));
    top: var(--navbar);
    z-index: 1;
    overflow:hidden;
}

@media (max-width: 1200px) {
    .nav_position {
        height:109px;
        position:absolute;
    }

    .main_position {
        top:109px;
    }
    .navbar_inner {
        top:0px;
    }
    .navbar_links {
        left:0;
        width:100%;
        top:55px;
    }
        .navbar_links a {
            padding: 5px 2% 5px 2%;
            font-size:22px;
        }
    .navbar_logo {
        top:10px;
        width:150px;
    }
    .navbar_icons {
        top:10px;
        width:120px;
    }
    .dropdiv-content {
        left:-5px;
    }
    .dropdiv:hover .dropdiv-content {
        display: block;
        line-height: 1.3;
    }
    .dropdivheading {
        font-size: 22px;
        font-weight: 500;
    }
}

@media (max-width: 600px) {

        .navbar_links a {
            font-size: 18px;
        }

    .dropdiv:hover .dropdiv-content {
        line-height: 1.1;
    }

    .dropdivheading {
        font-size: 18px;
    }
}

/*---------------NAVBAR GRID-------------*/

.navbar_grid {
    background: #cccccc;
    width: 100%;
    display: grid;
    font-size: 22px;
    grid-template-columns: auto 1100px auto;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "navbar_blankL navbar_navbar navbar_blankR"
        "navbar_blankL navbar_subsites navbar_blankR"
        "navbar_blankL navbar_awards navbar_blankR"
        "navbar_blankL navbar_socials navbar_blankR"
        "navbar_blankL navbar_footer navbar_blankR";
}
.navbar_blankL {
    grid-area: navbar_blankL;
    width: auto;
}
.navbar_blankR {
    grid-area: navbar_blankR;
    width: auto;
}

.navbar_navbar {
    grid-area: navbar_navbar;
    position: relative;
}

.navbar_subsites {
    grid-area: navbar_subsites;
    position: relative;
}

.navbar_awards {
    grid-area: navbar_awards;
    position: relative;
}

.navbar_socials {
    grid-area: navbar_socials;
    position: relative;
}

.navbar_footer {
    grid-area: navbar_footer;
    position: relative;
}

/*--------LINKED BULLETS-------*/

.linkedbullets {
    list-style-type: none;
}

    .linkedbullets li {
        position: relative;
        margin: 0px;
        padding-bottom: 1em;
        padding-left: 30px;
    }

        .linkedbullets li:before {
            background-color: var(--cedar-green);
            width: 4px;
            content: '';
            position: absolute;
            top: 0px;
            bottom: -20px;
            left: 5px;
        }

        .linkedbullets li:first-child:before {
            top: 28px;
        }

        .linkedbullets li:last-child:before {
            height: 8px;
        }

.linkedbullet {
    margin-left: -29px;
    width: 22px;
    fill: var(--cedar-green);
    float: left;
    padding-right: 10px
}

    .linkedbullet.big {
        position: relative;
        width: 33px;
        margin-left: -34px;
        padding-right: 12px;
        top: 0px;
    }

/*--------MAIN PAGE---------*/

.divider {
    height: 5px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #0C0, #0BA,#0C3, #7F7); /* Standard syntax (must be last) */
}

/*--------TITLES---------*/

.title_center {
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.8;
    text-align: center;
    margin-bottom: 40px;
}

.title_left {
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.8;
    text-align: left;
    padding: 25px 0 15px 0;
}

.subtitle_left {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 0.8;
    text-align: left;
    padding:25px 0 15px 0;
}
.v_centered {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
}

.v_flex {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 800px;
}
.v_title {
    font-size: 3rem;
    font-weight: bold;
    color: black;
    padding: 50px 0 30px 0;
    text-align: center;
}
.v_text {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    padding: 10px;`
}
.v_label {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 10px 0px 10px;
    color: black;
}
.v_error {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 10px;
    font-size: 18px;
    color: red;
}
.v_input {
    width:100%;
    max-width: 100%;
    border-radius: 5px;
    background: white;
    font-size: 20px;
    padding: 10px 15px 10px 15px;
    border: 1px solid black;
}
.v_input2 {
    width: calc(100% - 10px);
    height: 200px;
    border-radius: 5px;
    background: white;
    font-size: 24px;
    padding: 10px 15px 10px 15px;
    border: 1px solid black;
    resize: none;
}
.v_input80 {
    width: 80%;
    border-radius: 5px;
    background: white;
    font-size: 20px;
    padding: 10px 15px 10px 15px;
    border: 1px solid black;
}


    .v_input:hover {
        border: 2px solid;
    }

.mc_text {
    vertical-align: top;
    font-weight: normal;
    display: inline-block;
    padding: 5px;
}

    .mc_text img {
        margin-bottom: 0px;
        height: 20px;
    }

.buttonrow {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.trinity_input {
    position:relative;
    border-radius: 10px;
    width:100%;
    height: 100px;
    padding: 10px;
    resize: none;
    font-size: 20px;
    overflow: auto;
}

/*--------Buttons and Clickables---------*/

.web_button {
    display: inline-block;
    color: var(--cedar-green);
    min-width: 200px;
    border-radius: 50px;
    justify-content: center;
    text-decoration: none;
    padding: 0.2em 1em 0.2em 1em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
    cursor: pointer;
    border: 2px solid var(--cedar-green);
    border-radius: 2em;
}
    .web_button:hover {
        background-color: var(--cedar-green);
        color: white;
    }

.web_button_red {
    display: inline-block;
    background: white;
    color: black;
    min-width: 200px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50px;
    justify-content: center;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    margin: 15px 10px 5px 10px;
    text-align: center;
    cursor: pointer;
    border: 3px solid red;
    border-radius: 50px;
}
    .web_button_red:hover {
        background-color: red;
        color: white;
    }

.mc_buttonbox {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}
.v_linkbtn {
    color: rgba(0,0,0,0.5);
    font-weight: bold;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 17px;
    cursor: pointer;
}

    .v_linkbtn:hover {
        color: rgba(0,180,30,1);
        font-size: 18px;
    }
.transparent {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.plink {
    text-decoration:underline;
    font-weight:800;
    color:var(--cedar-green);
    font-size:110%;
}

/*--------- HIGHLIGHT BOX ---------*/

.highlightbox {
    position: relative;
    width: 300px;
    padding: 20px;
    font-size: 22px;
}
.highlightbox2 {
    position: relative;
    width: 300px;
    padding: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.hb_noedit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.biolinkbox {
    position: relative;
    min-width: 200px;
    margin: 10px;
    font-size: 22px;
    aspect-ratio: 1;
    cursor: pointer;
    width: calc(33% - 20px);
}

@media (max-width: 1000px) {
    .biolinkbox {
        width: calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .biolinkbox {
        width: 100%;
    }
}
.biolink_live {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100px;
    height: 40px;
}
.biolink_name {
    position: absolute;
    top: 0px;
    right: 0px;
    padding:0 10px 0 10px;
    background:white;
    font-size:20px;
    font-weight:300;
}
.biolink_delete {
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 60px;
    height: 60px;
}
.biolink_upload {
    position: absolute;
    left: 5%;
    top:15%;
    width: 90%;
    height: 70%;
    background:rgba(255,255,255,0.3);
    outline:5px dashed rgba(200,200,200,1);
}
    .biolink_upload:hover {
        background: rgba(255,255,0,0.3);
        outline: 5px dashed rgba(255,255,0,1);
    }


.hb_inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    color: inherit;
    border-radius: 5px;
    padding:20px;
}
.hb_biolink {
    position: relative;
    width: 100%;
    height: 100%;
    color: rgba(70,70,70,1);
    object-fit:contain;
}

.hb_stylewhite {
    background: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    color: black;
}
.hb_stylegrey {
    background: rgba(50,50,50,1);
    color: white;
    border-radius: 10px;
}
.hb_styleblack {
    background: black;
    color: white;
}
.hb_stylegradient {
    background: yellow;
    background: #2A2A2A;
    background: linear-gradient(90deg,rgba(10, 10, 10, 1) 0%, rgba(42, 42, 42, 1) 100%);
    color: white;
}

.hb_title {
    padding: 10px;
    font-weight: 800;
    color: inherit;
    text-align: center;
    font-size: 130%;
    word-wrap: break-word;
}
.hb_news {
    padding: 0 10px 0 10px;
    font-weight: 300;
    color: inherit;
    text-align: center;
    font-size: 100%;
    word-wrap: break-word;
}
.hb_lower {
    padding: 0 10px 0 10px;
    font-weight:300;
    color: inherit;
    text-align:center;
}
.hb_img {
    width: 100%;
    border-radius: 0px;
    aspect-ratio: 1.5;
}
.hb_outline {
    border: 2px solid rgba(100,100,100,1);
}
.hb_outline:hover {
    border: 4px solid var(--cedar-green);
}

.hb_dload {
    position: relative;
    width: 100%;
    background-size: cover;
    aspect-ratio: 1.5;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid rgba(100,100,100,1);
}
    .hb_dload:hover {
        border: 4px solid var(--cedar-green);
    }
.hb_overlayimg {
    position:absolute;
    width:50%;
    height:50%;
    top:27%;
    left:46%;
}
.hb_overlayimg2 {
    position: absolute;
    width: 50%;
    height: 69%;
    top: 25%;
    left: 46%;
}
.hb_overlayvideo {
    position: absolute;
    width: 52.5%;
    height: 44.25%;
    top: 36.4%;
    left: 45.3%;
}
.hb_overlayplay {
    position: absolute;
    width: 83.3%;
    height: 70.25%;
    top: 25%;
    left: 8.3%;
    z-index:99;
}
.hb_doc_img {
    width: 100%;
    aspect-ratio: 0.8;
}
.hb_doc_img:hover {
    box-shadow: 0px 8px 16px 0px rgba(0,100,0,0.7);
}
.hb_price {
    font-size:50px;
    font-weight:bold;
    display:inline-block;
    width:100%;
    text-align:center;
}
.hb_offer {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.hb_tax {
    font-size: 50%;
    font-weight: 200;
}
.hb_text {
    font-weight: normal;
    font-size: 20px;
    color:inherit;
}
.hb_text_hold {
    font-weight: normal;
    font-size: 20px;
    width:100%;
    display:inline-block;
    text-align:center;
}
.hb_icon {
    position: absolute;
    bottom: 0px;
    left: 10px;
    height: 30px;
    }

/*------------CHARTING--------------*/

.chart_title {
    position:absolute;
    top: 5px;
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.chart_type {
    position:absolute;
    top:10px;
    left:2%;
    font-size:18px;
    font-weight:600;
}
.chart_radio {
    height:18px;
}
.chartdetails {
    position: absolute;
    top: 35px;
    right: 0px;
    font-size: calc(0.7vw + 10px);
    font-weight: 400;
    line-height:1.0;
}
.chart_tools {
    position:absolute;
    top:0px;
    right:10px;
    display:flex;
    flex-direction:row;
}
.chart_tool {
    height:40px;
    cursor:pointer;
    position:relative;
}
.chart_tool_overlay {
    height: 40px;
    cursor: pointer;
    position: relative;
    left:-40px;
    opacity:0.7;
}

/*----------EMAIL BLAST---------*/

.submenu {
    position:relative;
    width:100%;
    height:40px;
}
.blast_name {
    position: absolute;
    text-align:center;
    font-size:35px;
    font-weight:600;
    top: 0;
    left: 0;
    width: 100%;
}

.blast_editor {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 25%;
    height: 700px;
    padding: 10px;
    background: rgba(220,200,200,1);
    border-radius: 5px;
    resize: none;
}

.blast_viewer {
    position: absolute;
    font-size: 20px;
    top: 50px;
    left: calc(25% + 20px);
    width: 50%;
    height: 700px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    overflow: auto;
}
.blast_action {
    position: absolute;
    font-size: 20px;
    top: 50px;
    left: calc(75% + 30px);
    width: calc(25% - 40px);
    height: 700px;
    padding: 10px;
    overflow: auto;
}
.blast_selector {
    position: relative;
    width: 100%;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 5px 2px 2px 2px;
    border: 1px solid black;
}
.emailtitle {
    font-weight:600;
    font-size:130%;
}

.dropmenu {
    position: relative;
}
.dropmenu-content {
    display: none;
    width: 200px;
    position: absolute;
    left: 0px;
    top: 40px;
    padding: 5px 10px 10px 10px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
    border-radius: 6px;
    visibility: inherit;
    border-radius: 10px;
    z-index:99;
    font-size:20px;
}
    .dropmenu:hover .dropmenu-content {
        display: block;
        line-height: 1.5;
    }

    .dropmenu_item:hover {
        color: rgba(30,150,21,1);
        font-weight: 800;
        cursor:pointer;
    }

/*---------PAGE HIGHLIGHT----------*/

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.page_highlight {
    position: relative;
    z-index: 1;
    width: 100%;
    background: rgba(235,255,235,1);
}
.preventedit {
    position:absolute;
    top:2px;
    left:0px;
    width:20px;
    height:calc(100% - 4px);
    z-index:999;
    background:rgba(0,150,0,0.5);
    cursor:pointer;
}

.edit_group {
    position: relative;
    outline: 2px solid rgba(150,150,150,1);
    border-radius: 5px;
    margin: 10px;
    padding: 50px 10px 10px 10px;
    min-height: 200px;
    font-size: 18px;
    font-weight:500;
    color:rgba(0,0,0,0.6);
    min-width:300px;
    background:rgba(235,235,235,1);
}
.edit_group_video {
    position: relative;
    display:flex;
    flex-direction:row;
    outline: 2px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    margin: 10px;
    padding: 2px 10px 2px 10px;
    font-size: 20px;
    color: black;
    justify-content:center;
    align-items:center;
}

.edit_group_name {
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgba(0,0,0,0.8);
    font-size: 22px;
    font-weight: bold;
    background: rgba(0,0,0,0.2);
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 10px 2px 10px;
}
.edit_group_icon1 {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 30px;
    cursor: pointer;
}
.edit_group_icon2 {
    position: absolute;
    top: 5px;
    right: 50px;
    height: 30px;
    cursor: pointer;
}
.edit_group_icon3 {
    position: absolute;
    top: 5px;
    right: 90px;
    height: 30px;
    cursor: pointer;
}

.edit_keywords {
    position: relative;
    width: 100%;
    height: 200px;
    resize: none;
    overflow: auto;
    border: none;
    font-size:20px;
    border-radius:5px;
    padding:5px 10px;
    border:1px solid black;
}
.edit_metadata {
    position: relative;
    width: 100%;
    height: 40%;
    resize: none;
    overflow: auto;
    border: none;
    font-size: 20px;
}

.edit_checkapp {
    position: relative;
    left: 0px;
    height: 25px;
    margin: 0 5px 2px 0;
}
.edit_checktitle {
    position: relative;
    display:inline-block;
    width: 25px;
    margin: 0 5px 2px 0;
    font-weight:bold;
}

.hb_edit_summary {
    position: relative;
    width: 100%;
    border-radius: 5px;
    background: white;
    padding: 5px 10px 5px 10px;
    border: 1px solid black;
    height: 100px;
    resize: none;
}
.hb_new {
    width:100%;
}

.hb_type {
    position: absolute;
    bottom: 3px;
    left: 45px;
    font-size: 18px;
    font-weight: bold;
}
.hb_type:hover {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.hb_type_edit {
    position: absolute;
    bottom: 8px;
    left: 45px;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    width: auto;
    outline: 1px solid black;
    background: white;
}

/*---------CODEBLOCK----------*/

.cb_bckgnd {
    position: relative;
    display: block;
    overflow: hidden;
}
.cb_bckgndimg {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
}
.cb_outer {
    position: relative;
    width: 100%;
    padding:0;
}
.cb_inner {
    position: relative;
    width: 100%;
}
.cb_flex_column {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 0px 0px 0px;
    align-items: center;
}
.cb_flex_row {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: stretch;
    justify-content: center;
}
.cb_f_block {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 0px 0px 0px;
    align-items: center;
    justify-content: space-between;
}
.cb_f_block_top {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 0px 0px 0px;
    align-items:flex-start;
    justify-content: space-between;
}
.cb_audioupload {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 100%;
    height: calc(100% - 4px);
    z-index: 9;
    background: rgba(0,150,0,0.5);
    cursor: pointer;
}
.cb_document {
    width:200px;
}
.cb_divider0 {
    position: relative;
    height: 1px;
    width: 100%;
    background: var(--cedar-green);
}
.cb_divider1 {
    position: relative;
    height: 2px;
    width: 100%;
    background: rgba(150,150,150,1);
    }
.cb_divider2 {
    position: relative;
    height: 2px;
    width: 100%;
    background: black;
}
.cb_divider3 {
    position: relative;
    height: 3px;
    width: 100%;
    background: white;
}
.cb_divider4 {
    position: relative;
    height: 1px;
    width: 100%;
    background: white;
}
.cb_f_img {
    justify-content: center;
    width: 100%;
    padding: 0 2% 0 2%;
}

.cb_sides_w0 {
    padding-left: 0%;
    padding-right: 0%;
}
.cb_sides_w1 {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.cb_sides_w2 {
    padding-left: 5%;
    padding-right: 5%;
}
.cb_sides_w3 {
    padding-left: 7.5%;
    padding-right: 7.5%;
}
.cb_sides_w4 {
    padding-left: 10%;
    padding-right: 10%;
}
.cb_sides_w5 {
    padding-left: 12.5%;
    padding-right: 12.5%;
}
.cb_sides_w6 {
    padding-left: 15%;
    padding-right: 15%;
}
.cb_sides_w7 {
    padding-left: 17.5%;
    padding-right: 17.5%;
}
.cb_sides_w8 {
    padding-left: 20%;
    padding-right: 20%;
}
.cb_sides_w9 {
    padding-left: 22.5%;
    padding-right: 22.5%;
}
.cb_sides_w10 {
    padding-left: 25%;
    padding-right: 25%;
}
.cb_sides_w11 {
    padding-left: 27.5%;
    padding-right: 27.5%;
}
.cb_sides_w12 {
    padding-left: 30%;
    padding-right: 30%;
}
.cb_sides_w13 {
    padding-left: 32.5%;
    padding-right: 32.5%;
}
.cb_sides_w14 {
    padding-left: 35%;
    padding-right: 35%;
}
.cb_sides_w15 {
    padding-left: 37.5%;
    padding-right: 37.5%;
}
.cb_sides_w16 {
    padding-left: 40%;
    padding-right: 40%;
}
.cb_sides_w17 {
    padding-left: 42.5%;
    padding-right: 42.5%;
}
.cb_sides_w18 {
    padding-left: 45%;
    padding-right: 45%;
}

@media (max-width: 700px) {
    .cb_sides_x {
        padding-left: 1%;
        padding-right: 1%;
    }
    .cb_inner {
        padding:0 10px 0 10px;
    }
}

.cb_f_c10 {
    position: relative;
    padding: 0;
    width: 9%;
}

.cb_f_c15 {
    position: relative;
    padding: 0;
    width: 14%;
}

.cb_f_c20 {
    position: relative;
    padding: 0;
    width: 19%;
}

.cb_f_c25 {
    position: relative;
    padding: 0;
    width: 24%;
}

.cb_f_c30 {
    position: relative;
    padding: 0;
    width: 29%;
}

.cb_f_c35 {
    position: relative;
    padding: 0;
    width: 34%;
}

.cb_f_c40 {
    position: relative;
    padding: 0;
    width: 39%;
}

.cb_f_c45 {
    position: relative;
    padding: 0;
    width: 44%;
}

.cb_f_c50 {
    position: relative;
    padding: 0;
    width: 49%;
}

.cb_f_c55 {
    position: relative;
    padding: 0;
    width: 54%;
}

.cb_f_c60 {
    position: relative;
    padding: 0;
    width: 59%;
}

.cb_f_c65 {
    position: relative;
    padding: 0;
    width: 64%;
}

.cb_f_c70 {
    position: relative;
    padding: 0;
    width: 69%;
}

.cb_f_c75 {
    position: relative;
    padding: 0;
    width: 74%;
}

.cb_f_c80 {
    position: relative;
    padding: 0;
    width: 79%;
}

.cb_f_c85 {
    position: relative;
    padding: 0;
    width: 84%;
}

.cb_f_c90 {
    position: relative;
    padding: 0;
    width: 89%;
}

.cb_f_c95 {
    position: relative;
    padding: 0;
    width: 94%;
}

.cb_f_c100 {
    position: relative;
    padding: 0;
    width: 99%;
}

.cb_filter {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 15px;
    background: rgba(255,255,196,1);
}

/*---------ACCOUNT----------*/
.account_menu {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.account_menuitem0 {
    background: white;
    color: green;
    border-radius: 10px;
    border: 1px solid black;
    margin: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.4);
}

.account_menuitem1 {
    background: var(--cedar-green);
    color: white;
    border-radius: 10px;
    border: 1px solid black;
    margin: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.4);
}
.account_menuitem0:hover {
    font-weight: 800;
    color: black;
}
.mp_img {
    height:25px;
}
.account_label {
    font-size:15px;
}
.account_invoice {
    background:white;
    font-size:15px;
    color:red;
    padding:0 10px 0 10px;
    font-weight:800;
    margin-left:30px;
    border-radius:5px;
}
.account_box {
    background:rgba(40,40,40,1);
    border-radius:5px;
    border:1px solid rgba(100,100,100,1);
    padding:5px 5px 5px 25px;
}
/*---------VIDEOS----------*/

.video_thumb0 {
    position: relative;
    width: 200px;
    height: 113px;
    margin: 0 5px 0 5px;
}

.video_thumb1 {
    position: relative;
    width: 300px;
    height: 169px;
    margin: 0 5px 0 5px;
}

.video_group0 {
    position: relative;
    display: flex;
    flex-direction: row;
    outline: 2px solid rgba(150,150,150,1);
    border-radius: 5px;
    margin: 10px;
    padding: 2px 10px 2px 10px;
    font-size: 20px;
    color: black;
    justify-content: center;
    align-items: center;
}

.video_group1 {
    position: relative;
    display: flex;
    flex-direction: row;
    outline: 2px solid rgba(150,150,150,1);
    border-radius: 5px;
    margin: 10px;
    padding: 2px 10px 2px 10px;
    font-size: 20px;
    color: black;
    justify-content: center;
    align-items: center;
    background: rgba(200,250,200,1);
    max-height:200px;
}
.video_group2 {
    position: relative;
    display: flex;
    flex-direction: column;
    outline: 2px solid rgba(200,100,100,1);
    border-radius: 5px;
    margin: 10px;
    padding: 2px 10px 2px 10px;
    font-size: 20px;
    color: black;
    justify-content: center;
    align-items: center;
    background: rgba(250,230,230,1);
}

.video_group_id {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: rgba(150,150,150,1);
    color: white;
    font-size: 40px;
    font-weight: bold;
    padding: 20px 0 0 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.video_group_cancel {
    position:absolute;
    top:0px;
    right:0px;
    width:30px;
    cursor:pointer;
}

.video_input {
    position: relative;
    padding: 0 10px 0 20px;
    display: inline-block;
    width: 130px;
}

.video_preventedit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
.video_player {
    position: relative;
    width: 100%;
    background: var(--cedar-offwhite);
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.video_screen {
    padding: 0;
    margin: 0;
    width: 100%;
}

.video_collection_frame {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 10px 2.5% 10px 2.5%;
}

.video_collection {
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

    .video_collection::-webkit-scrollbar {
        -webkit-appearance: none;
    }

.video_box {
    position: relative;
    width: 22.8%;
    top: 0;
    margin: 0 1% 0 1%;
    display: inline-block;
    cursor: pointer;
}

.video_selected {
    border: 4px solid blue;
    border-radius: 5px;
}

.video_inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    white-space: normal;
    font-size: calc(0.4 * 2vw + 12px);
}
.vbox {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
}

.vbox_roundel {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    aspect-ratio: 1/1;
}

.vbox_play {
    position: absolute;
    top: 33%;
    left: 35%;
    width: 30%;
    height: 36%;
}

.video_thumb {
    position: relative;
    width: 100%;
}

.video_btn_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 4%;
}

.video_btn_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 4%;
}

.video_screen0 {
    height: 55.1vw;
}

.video_screen1 {
    height: 52.9vw;
}

.video_screen2 {
    height: 50.6vw;
}

.video_screen3 {
    height: 47.8vw;
}

.video_screen4 {
    height: 45vw;
}

.video_screen5 {
    height: 42.2vw;
}

.video_screen6 {
    height: 39.4vw;
}

.video_screen7 {
    height: 36.6vw;
}

.video_screen8 {
    height: 33.8vw;
}

.video_screen9 {
    height: 30.9vw;
}

.video_screen10 {
    height: 28.1vw;
}

@media (max-width: 1000px) {
    .video_box {
        width: 31%;
    }

    .video_mobile_h {
        height: 53.4vw
    }
}

@media (max-width: 600px) {
    .video_box {
        width: 47.5%;
    }
}

/*----------DATABASE----------*/

table {
    border-spacing: 8px;
    background: white;
    border-radius: 10px;
}

table, th, td {
    padding: 5px 10px 5px 10px;
}

.dbtbl_header {
    position: relative;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    color: black;
    padding: 10px;
    font-size: 22px;
    cursor:pointer;
}

.dbtbl_row {
    position: relative;
    outline: 2px solid rgba(150,150,150,1);
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    color: black;
    padding: 10px;
    font-size: 20px;
    cursor:pointer;
}

.dbtbl_row_selected {
    position: relative;
    outline: 4px solid rgba(200,0,0,1);
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    color: black;
    padding: 10px;
    font-size: 20px;
}

.dbtbl_group_id {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: rgba(150,150,150,1);
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 0 10px 0 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dbtbl_group_icon1 {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 40px;
    cursor: pointer;
}

.dbtbl_group_icon2 {
    position: absolute;
    top: 0px;
    right: 60px;
    height: 40px;
    cursor: pointer;
}

.dbtbl_group_icon3 {
    position: absolute;
    top: 0px;
    right: 110px;
    height: 40px;
    cursor: pointer;
}

.dbtbl_group_cancel {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30px;
    cursor: pointer;
    z-index: 9;
}


/*---------EDIT PAGE----------*/

.edit_flex {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    max-width: 100%;
}
.pe_editbar0 {
    position: relative;
    width: 100%;
    min-height: 40px;
    border: 2px solid black;
    background: rgba(100,100,100,1);
    color: black;
    padding-top: 3px;
    font-size:18px;
}
.pe_editbar1 {
    position: relative;
    width: 100%;
    min-height: 40px;
    border: 2px solid black;
    background: rgba(255,255,0,1);
    color: black;
    padding-top: 3px;
    font-size: 18px;
}
.pe_editbar1 a {
    position:relative;
    font-size: 20px;
    text-decoration:underline;
    top:1px;
    }
.pe_editbar_title {
    font-size: 20px;
    font-weight: bold;
    color: black;
    padding: 0 10px 0 10px;
}
.page_row {
    border-bottom:1px dotted grey;
}

.edit_pageurl {
    font-size: 20px;
    font-weight: bold;
}
.edit_title {
    display: inline-block;
    color: black;
    font-weight: bold;
    padding-left: 10px;
    margin: 2px;
}

.edit_newpageurl {
    position: relative;
    width: 300px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
}
.edit_input {
    position: relative;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    color:black;
    resize:none;
}
.edit_audiotext {
    position: relative;
    border-radius: 5px;
    background: white;
    padding: 0px 10px 3px 10px;
    margin: 0 2px 2px 2px;
    border: 1px solid black;
    width: 100%;
}
.search_input {
    position: relative;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    color: black;
    font-size:30px;
    width:50%;
}
.news_input {
    position: relative;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    color: black;
    width: 22%;
    max-width: 70%;
}
.search_check {
    color:white;
    font-size:30px;
    width:50%;
    display:inline-block;
    text-align:left;
}
.search_check img {
    height:30px;
}

.inlinelive {
    display: inline-block;
    width: 140px;
}
.inline_tick {
    display: inline-block;
    width: 100%;
    font-size:22px;
    line-height:0.8;
    margin:5px 0 5px 0;
}
.inline_icon {
    top:0px;
    height:30px;
    padding-right:5px;
}
.inlineurl {
    display: inline-block;
    width: 130px;
    font-weight:bold;
}
.inline50 {
    display: inline-block;
    width: 50px;
}
.inline75 {
    display: inline-block;
    width: 75px;
}
.inline100 {
    display: inline-block;
    width: 100px;
}
.inline150 {
    display: inline-block;
    width: 150px;
}
.inline200 {
    display: inline-block;
    width: 200px;
}
.inline300 {
    display:inline-block;
    width:300px;
}
.inline {
    display: inline-block;
}
.style_input {
    position: relative;
    width: 600px;
    height:100px;
    resize:none;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    cursor:pointer;
    font-size:18px;
}
.style_input_hover {
    position: relative;
    width: 400px;
    height: 100px;
    resize: none;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    cursor: pointer;
    font-size: 18px;
}
.style_used {
    display: inline-block;
    width: 30px;
    margin:0 20px 0 20px;
    font-weight:bold;
    cursor:pointer;
}
.style_info {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    cursor: pointer;
    z-index: 99;
}
.style_info_hyperlink {
    position: absolute;
    top: 0px;
    right: 40px;
    width: 400px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    z-index: 99;
}
.style_info_name {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 400px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    z-index: 99;
}


/*---------INSERT BAR----------*/

.insert_bar {
    position: relative;
    width: 100%;
    height: 10px;
    margin: 5px;
    background-image: url("/img/dotted.png")
}

.edit_add_icon {
    position: absolute;
    top: -6px;
    left: 50%;
    width: 30px;
    cursor: pointer;
}

/*---------EDIT BAR----------*/

.edit_bar {
    position: relative;
    width: 100%;
    min-height: 40px;
    border: 1px dotted grey;
    background: rgba(0,0,0,0.1);
    color: black;
    font-size:18px;
}
.edit_bar {
    position:relative;
    background:rgba(220,220,220,1);
    font-size:15px;
    display:flex;
    align-items:center;
    width:100%;
    flex-wrap:wrap;
}

.edit_vdiv {
    position: relative;
    height: 25px;
}

.edit_icon {
    position: relative;
    top: -2px;
    height: 35px;
    cursor: pointer;
    padding:0 5px 0 5px;
}
.edit_type {
    position: relative;
    width: auto;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 5px 2px 2px 2px;
    border: 1px solid black;
    font-size:22px;
}
.edit_date {
    position: relative;
    width: auto;
    border-radius: 5px;
    background: white;
    padding: 0px 10px 0px 10px;
    margin: 5px 2px 2px 2px;
    border: 1px solid black;
    font-size:22px;
}
.edit_unassigned {
    position: relative;
    width: 500px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 5px 2px 2px 2px;
    border: 1px solid black;
}
.edit_navfilter {
    position: absolute;
    top:-4px;
    right:130px;
    width: auto;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 5px 2px 2px 2px;
    border: 1px solid black;
}

.edit_check {
    position: relative;
    height: 20px;
}
.edit_embed {
    position: relative;
    width: 100px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
}

.edit_colour {
    position: relative;
    top: 5px;
    height: 30px;
    border: 1px solid black;
    border-radius: 5px;
}

.edit_up_icon {
    position: relative;
    height: 20px;
    cursor: pointer;
}

.edit_down_icon {
    position: relative;
    height: 20px;
    cursor: pointer;
}
.imginfo {
    position: relative;
    width: 100px;
    cursor: pointer;
    padding:0 20px 0 20px;
}
.edit_imginfo {
    position: relative;
    width: 400px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
}
.imginfo_ontop {
    position: absolute;
    top: 0px;
    left: 2px;
    width: 40px;
    cursor: pointer;
    z-index:99;
}
.imginfo2_ontop {
    position: absolute;
    bottom: 45px;
    right: 7px;
    width: 40px;
    cursor: pointer;
    z-index: 99;
}
.edit_imginfo_ontop {
    position: absolute;
    top:0px;
    left:40px;
    width: 400px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    z-index:99;
}
.edit_imginfo_ontop2 {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 400px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    z-index: 99;
}
.edit_input50 {
    position: relative;
    width: 50px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
}
.edit_input100p {
    position: relative;
    width: 100%;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
}
.edit_input100 {
    position: relative;
    width: 100px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
}
.edit_input150 {
    position: relative;
    width: 150px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
}
.edit_input200 {
    position: relative;
    width: 100px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
}
.edit_selector {
    position: relative;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    width: auto;
}

.edit_delete_icon {
    position: absolute;
    top: 30px;
    left: 50%;
    height: 80px;
    cursor: pointer;
}

/*---------FORMAT BLOCK 1 & 2----------*/

.f_edit_summary {
    position: relative;
    width: 100%;
    border-radius: 5px;
    background: white;
    padding: 5px 10px 5px 10px;
    border: 1px solid black;
    height: 300px;
}

.f_buttonrow {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.c_block {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 10px 20px 10px;
    justify-content: center;
}

.f_block_h {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0px 0px 0px;
    align-items: center;
}
.f_block_center {
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0px 20px 0px;
    align-items: flex-start;
    justify-content: center;
}


    .f_title {
        width: 100%;
        display: inline-block;
        text-align: left;
        font-size: 30px;
        font-weight: bold;
        padding: 10px 0 10px 0;
        color: black;
    }

    .f_inner {
        font-size: inherit;
        font-weight: normal;
        line-height: 1.5;
        padding-bottom: 20px;
        color: black;
    }

    .iframe_hold {
        position: relative;
    }

    .edit_iframe {
        height: 100%;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0);
        justify-content: center;
        align-items: center;
        z-index: 999;
        resize: none;
        border: none;
    }

    @Media (max-width: 1024px) {
        /*------------------FORMAT BLOCK 1 & 2-----------*/

        .cb_flex_reverse {
            flex-direction: column-reverse;
        }
        .cb_f_c10 {
            width: 100%
        }
        .cb_f_c15 {
            width: 100%
        }
        .cb_f_c20 {
            width: 100%
        }
        .cb_f_c25 {
            width: 100%
        }
        .cb_f_c30 {
            width: 100%
        }
        .cb_f_c35 {
            width: 100%
        }
        .cb_f_c40 {
            width: 100%
        }
        .cb_f_c45 {
            width: 100%
        }
        .cb_f_c50 {
            width: 100%
        }
        .cb_f_c55 {
            width: 100%
        }
        .cb_f_c60 {
            width: 100%
        }
        .cb_f_c65 {
            width: 100%
        }
        .cb_f_c70 {
            width: 100%
        }
        .cb_f_c75 {
            width: 100%
        }
        .cb_f_c80 {
            width: 100%;
        }
        .cb_f_c85 {
            width: 100%;
        }
        .cb_f_c90 {
            width: 100%;
        }
        .cb_f_c95 {
            width: 100%;
        }
        .cb_f_c100 {
            width: 100%;
        }
        .cb_f_img {
            justify-content: center;
            width: 100%;
            padding: 20px 1% 20px 1%;
        }
        .search_input {
            width: 90%;
        }

        .search_check {
            width: 90%;
        }
    }
    /*--------------------------AUDIO---------------------*/

.audioplayer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    background: white;
    outline: 1px solid black;
    border-radius: 10px;
    padding: 10px 10px 0px 10px;
    color: darkgreen;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
.audiocontrols {
    position:relative;
}

.audiotext {
    position: relative;
    padding: 0px 0 0 10px;
    width:calc(100% - 300px);
    align-content:space-evenly;
    font-weight:400;
}

@Media (max-width: 1000px) {
    .audioplayer {
        flex-direction: column-reverse;
    }
    .audiotext {
        width: 100%;
    }
}

/*--------------------------FOOTER--------------------*/

.footer {
    width: 100%;
    display: flex;
    padding: 2% 5% 2% 5%;
    flex-wrap: wrap;
    justify-items: center;
    flex-direction: row;
    align-items: flex-start;
    background: black;
    justify-content: space-between;
}

.footer_link {
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin: 10px 20px 10px 20px;
    color: white;
}

    .footer_link:hover {
        color: var(--cedar-green);
        font-weight: bold;
    }

.footer_img {
    position: relative;
    width: 30px;
    margin: 0 20px 0 20px;
}

.footer_button {
    border-radius: 10vw;
    border: 1px solid var(--cedar-green);
    padding: 0.5vw 4vw 0.5vw 4vw;
    font-size: 24px;
    font-weight: 300;
    background-color: transparent;
    color: var(--cedar-green);
    margin: 2vw;
    cursor: pointer;
    font-family: 'Roboto Condensed', serif;
}

    .footer_button:hover {
        background-color: var(--cedar-green);
        color: white;
        font-weight: 600;
    }

.footer_inner {
    padding: 0px;
}

@Media (max-width: 1000px) {
    .footer {
        justify-content: center;
        padding: 2% 2% 2% 2%;
    }
    .footer_inner {
        padding: 30px;
    }
}

/*-------------------------------------SPLIT_CONTAINER--------------------------------------*/

.h50 {
    height: 50px;
}
.h70 {
    height: 70px;
}
.h100 {
    height: 100px;
}
.h150 {
    height: 150px;
}
.h200 {
    height: 200px;
}
.h300 {
    height: 300px;
}
.h400 {
    height: 400px;
}
.h800 {
    height: 800px;
}
.h100p {
    height: calc(100% - 50px);
}
.h5000 {
    height:5000px;
}
.tb_selected {
    color: red;
    font-weight: 800;
}
.faq_selected {
    background-color: rgba(255,255,200,1);
}

.sc {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 99vw;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    align-content: flex-start;
    padding: 100px 10px 10px 10px;
    background: linear-gradient(to bottom, var(--sc-main) 0%,var(--sc-main) 100px,#000000 100px,rgb(240,240,240) 100px,rgb(240,240,240) 100%);
}

/*-----------------Title----------------*/

.sc_title {
    height: 40px;
    position: absolute;
    top: 5px;
    left: 10%;
    cursor: pointer;
    width: 80%;
    text-align: center;
    font-size: 35px;
}

/*-------------ToolBar Icons-------------*/

.sc_add {
    height: 48px;
    position: absolute;
    top: 46px;
    left: 20px;
    cursor: pointer;
}

.sc_trash {
    height: 48px;
    position: absolute;
    top: 46px;
    left: 100px;
    cursor: pointer;
    width: 40px;
}

.sc_search {
    height: 48px;
    position: absolute;
    top: 46px;
    left: 165px;
    cursor: pointer;
    width: 48px;
}

.sc_dload {
    height: 48px;
    position: absolute;
    top: 46px;
    right: 60px;
    cursor: pointer;
    width: 52px;
}
.sc_c_trinityfilter {
    position: absolute;
    top: calc(60px - .6vw);
    left: 30px;
    padding: 5px;
    border-radius: 10px;
    font-size: calc(12px + .6vw);
}


.sc_r2 {
    height: 48px;
    position: absolute;
    top: 46px;
    right: 130px;
    cursor: pointer;
    width: 48px
}

.sc_lock {
    width: 30px;
    position: absolute;
    top: 5px;
    right: 70px;
    cursor: pointer;
}

.sc_back1 {
    position: absolute;
    top: 0px;
    left: 40px;
    cursor: pointer;
    width: 60px
}

.sc_back2 {
    position: absolute;
    top: 0px;
    left: 105px;
    cursor: pointer;
    width: 60px
}

.sc_back3 {
    position: absolute;
    top: 0px;
    left: 170px;
    cursor: pointer;
    width: 60px
}

/*--------------------LISTS--------------------*/

.sc_list {
    position: relative;
    width: 100%;
}

.color_red {
    color: red;
}
.color_yellow {
    color: yellow;
}

/*---------------------ROWS--------------------*/

.sc_titlerow {
    position: relative;
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 40px;
    font-size: calc(12px + .4vw);
    font-weight: bold;
    color: blue;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid black;
    padding: 0 5px 0 5px;
}
    .sc_titlerow img {
        height: calc(30px + 0.6vw);
        padding-top: 3px;
    }

.sc_titlerow2 {
    position: relative;
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 220px;
    font-size: calc(12px + .4vw);
    font-weight: bold;
    color: blue;
    align-items:flex-end;
    border-bottom: 2px solid black;
    padding: 0 5px 0 5px;
}

.sc_titlerow3 {
    position: relative;
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 120px;
    font-size: calc(12px + .4vw);
    font-weight: bold;
    color: blue;
    align-items: flex-end;
    border-bottom: 2px solid black;
    padding: 0 5px 0 5px;
}

.sc_row {
    position: relative;
    display: flex;
    cursor: pointer;
    width:100%;
    min-height: 40px;
    font-size: calc(12px + .4vw);
    font-weight: normal;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--sc-border);
    padding: 2px;
}
    .sc_row:hover {
        border: 2px solid red;
    }
.sc_row_right {
    justify-content: end;
}
.sc_row_left {
    justify-content: flex-start;
}
.sc_row_mid {
    justify-content: space-between;
}
.sc_userrow {
    position: relative;
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 40px;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-bottom: 1px dashed var(--cedar-darkgreen);
}
    .sc_userrow:hover {
        border: 2px solid var(--cedar-green);
    }
.sc_text_row {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    width: 100%;
    font-size: calc(12px + .4vw);
    font-weight: 400;
    border-bottom: 1px dashed var(--sc-border);
    padding: 2px;
    min-height: 40px;
}

    .sc_text_row:hover {
        border: 2px solid red;
    }

.sc_edit {
    padding: 5px;
    box-shadow: 0 8px 16px 8px rgba(0, 0, 0, 0.3), 0 6px 8px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid black;
    outline: 0px solid black;
    background: white;
    font-weight: 400;
    min-height:100px;
}

.sc_totalrow {
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 40px;
    font-size: calc(12px + .4vw);
    align-items: center;
    border-bottom: none;
    border-top: 2px solid black;
    color: black;
    font-weight: bold;
}

/*--------------------COLUMNS------------------*/

.sc_c_icon {
    width: 35px;
    padding: 0 5px 0 0;
    cursor: pointer;
}

    .sc_c_icon img {
        width: 100%;
    }

.opacity3 {
    opacity: 0.3;
}

.sc_c_icon2 {
    cursor: pointer;
    height: calc(30px + 0.6vw);
}

.sc_c_icon3 {
    position: absolute;
    top: -5px;
    right: 9%;
    cursor: pointer;
    height: calc(50px + 0.6vw);
}

.sc_c_icon4 {
    position: absolute;
    bottom: -5px;
    right: 9%;
    cursor: pointer;
    height: calc(50px + 0.6vw);
}
.sc_c_icon5 {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    height: calc(30px + 0.6vw);
}
.sc_c_icon6 {
    position: absolute;
    bottom: -5px;
    right: -5px;
    cursor: pointer;
    height: calc(50px + 0.6vw);
}
.sc_c_label {
    text-align: left;
    cursor: pointer;
}
.sc_c_right {
    text-align: right;
    cursor: pointer;
}
.sc_c_status {
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.sc_c_statusedit {
    border-radius: 5px;
    border: 1px solid black;
    font-size: calc(12px + .4vw);
}

.sc_c_textarea {
    cursor: text;
    border: none;
    resize: none;
    overflow: auto;
    background: white;
    padding: 2px 5px 2px 5px;
    outline: 1px solid var(--sc-main);
    border-radius: 5px;
    font-size: calc(12px + .4vw);
    margin:3px;
}

.sc_c_optionalname {
    width: calc(25% - 75px);
    cursor: pointer;
    padding: 0 10px 0 10px;
}

.sc_c_email {
    width: calc(35% - 75px);
    cursor: pointer;
    word-break: break-word;
}

.sc_c_message {
    width: calc(40% - 75px);
    cursor: pointer;
}

.sc_c_qty {
    width: 10%;
    max-width: 50px;
    padding: 0 10px 0 10px;
    text-align: center;
    cursor: pointer;
}

.sc_c_qtyinput {
    width: 10%;
    max-width: 50px;
    height: 25px;
    padding: 0 10px 0 10px;
    text-align: center;
    outline: 1px solid var(--sc-main);
}

.sc_c_notes {
    width: calc(50% - 95px);
    border-radius: 5px;
}

.sc_c_product {
    width: 15%;
    min-width: 150px;
    cursor: pointer;
}

.sc_c_lib {
    width: 20%;
    font-weight: bold;
    cursor: pointer;
}

/*====================================IPAD RESIZING========================================*/
@media (max-width: 900px) {
    /*-------------ToolBar Icons-------------*/

    .sc_add {
        height: 40px;
        top: 52px;
        left: 0px;
    }

    .sc_c_status {
        width: 90px;
    }

    .sc_trash {
        height: 40px;
        top: 52px;
        left: 60px;
        width: 33px;
    }

    .sc_search {
        height: 40px;
        top: 52px;
        left: 105px;
        width: 40px;
    }

    .sc_dload {
        height: 40px;
        top: 52px;
        right: 10px;
        width: 43px;
    }

    .sc_r2 {
        height: 40px;
        top: 52px;
        right: 60px;
        width: 40px;
    }

    .sc_lock {
        width: 22px;
    }

    .sc_back1 {
        width: 50px;
        left: 10px;
    }

    .sc_back2 {
        width: 50px;
        left: 60px;
    }

    .sc_back3 {
        width: 50px;
        left: 110px;
    }
    /*-----------Columns-----------*/

    .sc_c_optional {
        display: none;
    }
    .sc_c_optionalname {
        display: none;
    }

    .sc_c_email {
        width: calc(50% - 62px);
    }

    .sc_c_message {
        width: calc(50% - 62px);
    }
}

/*===================================IPHONE RESIZING========================================*/
@media (max-width: 600px) {
    /*-----------------Title----------------*/

    .sc_title {
        font-size: 28px;
    }
    /*-------------ToolBar Icons-------------*/

    .sc_add {
        height: 40px;
        top: 52px;
        left: 0px;
    }

    .sc_trash {
        height: 40px;
        top: 5px;
        left: 37px;
        width: 33px;
    }

    .sc_search {
        height: 40px;
        top: 52px;
        left: 60px;
        width: 40px;
    }

    .sc_dload {
        height: 40px;
        top: 52px;
        right: 5px;
        width: 10vw;
        max-width: 43px;
    }

    .sc_r2 {
        height: 40px;
        top: 52px;
        right: 55px;
        width: 40px;
    }
    /*-----------Columns-----------*/

    .sc_c_icon {
        width: 30px;
    }

    .sc_c_status {
        width: 80px;
    }

    .sc_c_email {
        width: calc(50% - 55px);
    }

    .sc_c_message {
        width: calc(50% - 55px);
    }
}

/*===================================CAROUSEL========================================*/

.car_next {
    cursor: pointer;
    width: 2vw;
    position: absolute;
    top: 45%;
    right: 0.5vw;
}

.car_prev {
    cursor: pointer;
    width: 2vw;
    position: absolute;
    top: 45%;
    left: 0.5vw;
}

.car_img {
    position: relative;
    height: 267px;
    width: 400px;
    border-radius: 10px;
    z-index: 99;
}

    .car_img:hover {
        border: 2px solid red;
    }

.car_title {
    position: relative;
    top: 20px;
    width: 70%;
    font-weight: 200;
    font-size: 200%;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 5px black,0 0 7px black,0 0 10px black;
}
.car_price {
    position: relative;
    top: 20px;
    width: 100%;
    font-weight: 600;
    font-size: 180%;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 5px black,0 0 7px black,0 0 10px black;    
    }
.car_offer {
    position: relative;
    top: 0px;
    width: 100%;
    font-weight: 600;
    font-size: 80%;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 5px black,0 0 7px black,0 0 10px black;
    color:yellow;
}
.car_text {
    position: relative;
    top: 20px;
    padding: 10px;
    width: 100%;
    font-weight: 300;
    font-size: 120%;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 5px black,0 0 7px black,0 0 10px black;
}
.car_greatlist {
    position: absolute;
    top: 20%;
    right: 3%;
    padding: 10px;
    width: calc(45% - 200px);
    font-weight: 500;
    font-size: 3vw;
    display: inline-block;
    text-align: left;
    text-shadow: 0 0 5px black,0 0 7px black,0 0 10px black;
}
.car_usplist {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 35px;
    display: inline-block;
    text-align: left;
}
.car_tick {
    height: 40px;
}
.car_greatrow {
    display: none;
    position: relative;
    width: 100%;
    font-size: 3vw;
    text-align: center;
    margin-top: 20px;
    text-shadow: 0 0 5px black,0 0 7px black,0 0 10px black;
}
.car_endorse_img {
    position: relative;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    border:3px solid black;
    z-index: 99;
}
.car_news_img {
    position: relative;
    width:50%;
    z-index: 99;
    padding-left: 50px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.car_endorse_name {
    position: relative;
    top: 0px;
    width: 70%;
    font-weight: 400;
    font-size: 200%;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 5px black,0 0 5px black,0 0 5px black;
}
.car_endorse_title {
    position: relative;
    top: -5px;
    width: 70%;
    font-weight: 600;
    font-size: 140%;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 5px black,0 0 5px black;
    line-height: 1.1;
}
.car_endorse_text {
    position: relative;
    top: 5px;
    padding: 0px 10px 0 10px;
    width: 100%;
    font-weight: 400;
    font-size: 120%;
    font-style: italic;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 5px black,0 0 5px black,0 0 5px black,0 0 5px black;
    line-height:1.1;
}

.car_news {
    position: relative;
    width: 40%;
    text-align: left;
    padding: 20px;
    color: #eeeeee;
    line-height:1vw;
}
.car_news_slide {
    min-width: 100.05%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    background-position: center;
}
.car_news_type {
    color: white;
    font-weight: 500;
    font-size: 2vw;
    display: block;
    padding: 0 0 1vw 0;
}
.car_news_headline {
    color: var(--cedar-green);
    font-style: italic;
    font-weight: 400;
    font-size: 2vw;
    line-height:1.3;
    display:block;
    padding:0;
    }
.car_news_quote {
    color: white;
    font-weight: 600;
    font-size: 3vw;
    font-style: italic;
    color: #dddddd;
    line-height: 1.3;
    display: block;
}
.car_news_title {
    font-family: Inherit;
    font-weight: 800;
    font-size: 100%;
    color: yellow;
}
.car_news_text {
    font-weight: 400;
    font-size: 90%;
    color: rgba(255,255,255,1);
    font-style:italic;
}


@media (max-width: 1000px) {
    .car_news {
        width: 70%;
        padding-right: 0px;
    }
    .car_news_slide {
        flex-direction: column;
        align-items:center;
    }
    .car_title {
        display: relative;
        width: 100%;
    }

    .car_greatlist {
        display: none;
    }

    .car_greatrow {
        display: inline-block;
    }
    .car_next {
        width: 20px;
    }

    .car_prev {
        width: 20px;
    }
    .car_news_type {
        font-size: 4vw;
        width:100%;
        text-align:center;
            }

    .car_news_headline {
        font-size: 4vw;
        width: 100%;
        text-align: center;
    }

    .car_news_quote {
        font-size: 5vw;
        width: 100%;
        text-align: center;
    }
    .car_news_img {
        width: 70%;
        padding-left: 0px;
    }
}
@media (max-width: 600px) {
    .car_news {
        padding-right:0px;
        width:70%;
    }
    .car_next {
        width: 15px;
        right:0;
    }

    .car_prev {
        width: 15px;
        left:0;
    }
}

/*------------These are not actually used, but are generated in CodeBlock-------------- */
.car_n {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.car_n_deck {
    display: flex;
    height: 100%;
}

.car_n_slide {
    min-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: black;
}

#car_n_next {
    cursor: pointer;
    width: 30px;
    position: absolute;
    top: 45%;
    right: 10px;
}

#car_n_prev {
    cursor: pointer;
    width: 30px;
    position: absolute;
    top: 45%;
    left: 10px;
}

/*===========================================GRID EDITOR=================================================*/

.tool_bar {
    position: relative;
    width: 100%;
    height: 70px;
    background: #cccccc;
    text-align: center;
}

.tool_bar_left {
    position: absolute;
    top: 0px;
    left: 10px;
}

.tool_bar_right {
    position: absolute;
    top: 0px;
    right: 10px;
}
.tool_bar_count {
    position: absolute;
    top: 40px;
    left: 0px;
    width:270px;
    text-align:center;
    display:inline-block;
    font-size:18px;
}

.tool_bar_icon {
    height: 50px;
    cursor: pointer;
    padding: 2px 5px 2px 5px;
    font-size: 20px;
}
.tool_bar_filter {
    width: auto;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 5px 2px 2px 2px;
    border: 1px solid black;
    font-size:20px;
}

.tool_bar_selector {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    top: 5px;
}

    .tool_bar_selector:hover {
        text-shadow: 0px 4px 4px white;
    }

@media (max-width: 868px) {

    .tool_bar_selector {
        font-size: calc(22px + 2vw);
        width: 50%;
    }

    .tool_bar_icon {
        height: 40px;
    }
}
/*--------------TABLE GRID------------*/

.table_grid {
    background: #cccccc;
    min-height: calc(100% - 2px);
    display: grid;
    width:100%;
    grid-template-columns: calc(100% - 2px);
    grid-template-rows: 100%;
    grid-template-areas:
        "grid_table";
}
.grid_table {
    grid-area: grid_table;
    position: relative;
    width:100%;
}
.oversize {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    }


/*---------------PRODUCT GRID-------------*/

.product_grid {
    background: #cccccc;
    width: 100%;
    display: grid;
    font-size: 20px;
    grid-template-columns: 500px calc(50% - 250px) calc(50% - 250px);
    grid-template-rows: max-content max-content;
    grid-template-areas:
        "product_details product_mainimage product_backgroundimage"
        "product_library  product_library product_library";
}

.product_details {
    grid-area: product_details;
    position: relative;
    font-size:18px;
}

.product_mainimage {
    grid-area: product_mainimage;
    position: relative;
}
.product_backgroundimage {
    grid-area: product_backgroundimage;
    position: relative;
}
.product_library {
    grid-area: product_library;
    position: relative;
    overflow-x:auto;
}
.product_param {
    position: relative;
    width: calc(100% - 110px);
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    color: black;
    resize: none;
}
.product_offer {
    position:absolute;
    top:20px;
    left:10px;
    font-weight:400;
    color:black;
    padding:10px;
    background:rgba(255,0,0,0.1);
    border-radius:10px;
    border:solid red 1px;
}
.hscroll {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    top:5px;
    width: 100%;
    height: 88%;
    overflow-x: auto;
}

/*---------------NEW PRODUCT GRID-------------*/

.newproduct_grid {
    background: #cccccc;
    width: 100%;
    display: grid;
    font-size: 20px;
    grid-template-columns: 500px calc(50% - 250px) calc(50% - 250px);
    grid-template-rows: max-content max-content;
    grid-template-areas:
        "newproduct_details  newproduct_mainimage newproduct_specification"
        "newproduct_library  newproduct_library   newproduct_competitors";
}

.newproduct_details {
    grid-area: newproduct_details;
    position: relative;
    font-size: 18px;
}

.newproduct_mainimage {
    grid-area: newproduct_mainimage;
    position: relative;
}

.newproduct_specification {
    grid-area: newproduct_specification;
    position: relative;
}

.newproduct_library {
    grid-area: newproduct_library;
    position: relative;
    min-height:200px;
    overflow-x: auto;
}
.newproduct_competitors {
    grid-area: newproduct_competitors;
    position: relative;
    min-height: 200px;
}

.newproduct_param {
    position: relative;
    width: calc(100% - 110px);
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    color: black;
    resize: none;
}

.newproduct_img_icon {
    position: relative;
    height: 40px;
    max-width: 100px;
}

.newproduct_reorder_title {
    position: relative;
    width: 100px;
    display:inline-block;
}
.newproduct_reorder_icon {
    position: relative;
    width: 40px;
}
.newproduct_ui_title {
    position: relative;
    width: 100px;
    display: inline-block;
}
.newproduct_ui_icon {
    position: relative;
    height: 40px;
    width: 100px;
    display: inline-block;
}
.newproduct_edit {
    position:relative;
    width: 50%;
}
.competitor_edit_row {
    position: relative;
    width: 100%;
    font-weight: normal;
    padding: 2px;
}

    .competitor_edit_row:hover {
        border: 2px solid red;
    }
.competitor_who {
    position: relative;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    color: black;
    width: calc(100% - 110px);
    display: inline-block;
}
.competitor_who_edit {
    position: relative;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    color: black;
    width: calc(100% - 55px);
    display: inline-block;
}
.competitor_url {
    position: relative;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    color: black;
    width: 99%;
}

@media (max-width: 1000px) {
    .product_grid {
        background: #cccccc;
        width: 100%;
        display: grid;
        font-size: 22px;
        grid-template-columns: 50% 50%;
        grid-template-rows: max-content 500px max-content;
        grid-template-areas:
            "product_details product_details"
            "product_mainimage product_backgroundimage"
            "product_library  product_library";
    }
    .newproduct_grid {
        background: #cccccc;
        width: 100%;
        display: grid;
        font-size: 22px;
        grid-template-columns: 50% 50%;
        grid-template-rows: max-content 500px max-content;
        grid-template-areas:
            "newproduct_details   newproduct_details"
            "newproduct_mainimage newproduct_specification"
            "newproduct_library   newproduct_competitors";
    }
    .newproduct_reorder_icon {
        display:none;
    }
    .newproduct_reorder_title {
        display: none;
    }
    .newproduct_ui_icon {
        display: none;
    }
    .newproduct_ui_title {
        display: none;
    }
}
@media (max-width: 700px) {
    .product_grid {
        background: #cccccc;
        width: 100%;
        display: grid;
        font-size: 22px;
        grid-template-columns: 100%;
        grid-template-rows: max-content 500px 500px max-content;
        grid-template-areas:
            "product_details"
            "product_mainimage"
            "product_backgroundimage"
            "product_library";
    }
    .newproduct_grid {
        background: #cccccc;
        width: 100%;
        display: grid;
        font-size: 22px;
        grid-template-columns: 100%;
        grid-template-rows: max-content 500px 500px max-content;
        grid-template-areas:
            "newproduct_details"
            "newproduct_mainimage"
            "newproduct_specification"
            "newproduct_competitors"
            "newproduct_library";
    }
}

/*================================================================TILE================================================================*/

.tile {
    background: rgba(235,235,235,1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid black;
    border-radius: 10px;
    margin: 0px 10px 10px 0;
    padding: 0px 10px 5px 10px;
}
.tile2 {
    background: rgba(235,235,235,1);
    outline: 2px solid rgba(150,150,150,1);
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    padding: 10px 10px 5px 10px;
}
.tile3 {
    font-family: "Inter Tight", sans-serif;
    background: #99aa99;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    line-height: 1.1;
}
.tile4 {
    font-family: "Inter Tight", sans-serif;
    background: #cccccc;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    line-height: 1.1;
}
.tile_t1 {
    font-weight:600;
    display: inline-block;
    font-size:20px;
    margin:0;
}
.tile_input {
    font-size:18px;
    padding:4px;
    margin:0px;
    border-radius:5px;
    border: none;
    background:#ffffff;
    color:black;
    resize:none;
}
.tile_editinput {
    font-size: 18px;
    padding: 4px;
    margin: 0px;
    border: none;
    background: #ffffff;
    color: black;
    resize: none;
}

.tileicon1 {
    position: absolute;
    top:5px;
    width: 30px;
    right: 10px;
    cursor: pointer;
}

.tileicon2 {
    position: absolute;
    width: 45px;
    right: 70px;
    cursor: pointer;
    padding-top: 5px;
}

.tileicon3 {
    position: absolute;
    width: 45px;
    right: 130px;
    cursor: pointer;
    padding-top: 5px;
}

.tileicon4 {
    position: absolute;
    width: 45px;
    right: 190px;
    cursor: pointer;
    padding-top: 5px;
}

.tileicon5 {
    position: absolute;
    width: 45px;
    right: 250px;
    cursor: pointer;
    padding-top: 5px;
}

.tile_checkbox {
    position: absolute;
    width: 20px;
    top: 5px;
    right: 5px;
}

.tile_checkbox10 {
    position: absolute;
    width: 2.6vmin;
    top: 10px;
    right: 10px;
}

.tile_checkbox_text {
    position: absolute;
    top: 11px;
    top: 11px;
    right: 5vmin;
    font-size: 2.2vmin;
}
.tile_img {
    position:absolute;
    width:calc(100% - 20px);
    height:calc(100% - 80px);
    display:flex;
    justify-content:center;
    align-items:center;
}

/*-------------------TEXTBLOCKS----------------*/

.tile_id {
    position:absolute;
    top:5px;
    left:5px;
    width:100px;
    font-size:30px;
    font-weight:800;
}
.tile_name {
    position: absolute;
    top: 5px;
    left: 100px;
    width: calc(50% - 110px);
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    color: black;
}
.tile_editor {
    position: absolute;
    top: 50px;
    left: 5px;
    width: calc(50% - 10px);
    height: 700px;
    padding: 10px;
    background: rgba(220,200,200,1);
    border-radius: 5px;
    resize:none;
}
.tile_viewer {
    position: absolute;
    font-size:24px;
    top: 50px;
    left: calc(50% + 5px);
    width: calc(50% - 10px);
    height: 700px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    overflow:auto;
}

/*--------------------COLUMNS------------------*/

.sc_c_cancel {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30px;
    cursor: pointer;
    z-index: 9;
}
.sc_c_info {
    position: absolute;
    top: 30px;
    right: -1px;
    width: 25px;
    cursor: pointer;
    z-index: 9;
}
.sc_c_live {
    position: relative;
    width: 80px;
    cursor: pointer;
}
.sc_c_live img {
    height: 30px;
}
.sc_c_url {
    position: relative;
    width: 50%;
    cursor: pointer;
}
.sc_c_group {
    position: relative;
    width: 20%;
    cursor: pointer;
}
.sc_c_version {
    position: relative;
    width: 7%;
    cursor: pointer;
}
.sc_c_finished {
    position: relative;
    width: 7%;
    cursor: pointer;
}
.sc_c_finished img {
    height: 30px;
}
.sc_c_copy {
    position: relative;
    width: 7%;
    cursor: pointer;
}
.sc_c_copy img {
    height: 30px;
}
.sc_c_id {
    width: 3%;
    cursor: pointer;
}
.sc_c_date {
    width: 20%;
    cursor: pointer;
}
.sc_c_editdate {
    width: 20%;
    cursor: pointer;
    color:var(--cedar-green);
}
.sc_c_thumbnail {
    width: 22%;
    cursor: pointer;
}
.sc_c_heading {
    width: 60%;
    cursor: pointer;
}
.sc_c_userheading {
    width: 70%;
    cursor: pointer;
    font-weight:normal;
    color:var(--cedar-offwhite);
}
.sc_c_filename {
    width: 22%;
    cursor: pointer;
}
.sc_c_title {
    width: 22%;
    cursor: pointer;
}
.sc_c_highlight {
    width: 15%;
    cursor: pointer;
}
.sc_c_name {
    width: 15%;
    cursor: pointer;
}
.sc_c_count {
    width: 4%;
    cursor: pointer;
}
.sc_c_video {
    position: relative;
    width: 89px;
    height: 50px;
    margin: 0 5px 0 5px;
}
.sc_c_w50 {
    position: relative;
    width: 50px;
    display: inline-block;
}
.sc_c_w100 {
    position: relative;
    width: 100px;
    display: inline-block;
}
.sc_c_w150 {
    position: relative;
    width: 150px;
    display: inline-block;
}
.sc_c_w200 {
    position: relative;
    width: 200px;
    display: inline-block;
}
.sc_c_w250 {
    position: relative;
    width: 250px;
    display: inline-block;
}
.sc_c_w300 {
    position: relative;
    width: 300px;
    display: inline-block;
}
.sc_c_w400 {
    position: relative;
    width: 400px;
    display: inline-block;
}
.sc_c_w500 {
    position: relative;
    width: 500px;
    display: inline-block;
}
.sc_c_w600 {
    position: relative;
    width: 600px;
    display: inline-block;
}
.sc_vtop {
    vertical-align:top;
    padding-top:7px;
}
.sc_input {
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 1px;
    border: 1px solid black;
    color: black;
    resize: none;
}
.sc_input100p {
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 0px;
    color: black;
    resize: none;
    border: 1px solid rgba(200,200,200,1);
    width:100%;
}
.sc_input_answer {
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 0px;
    color: black;
    resize: none;
    border: 1px solid rgba(200,200,200,1);
    width: 100%;
    height:50vh;
}

.sc_c_jicon {
    position: relative;
    min-width: 50px;
    width: 5%;
    text-align: center;
}

    .sc_c_jicon img {
        height: 30px;
    }

.sc_c_jlinkicon {
    min-width: 40px;
    width: 4%;
}

    .sc_c_jlinkicon img {
        height: 30px;
    }

@media (max-width: 800px) {
    .sc_c_agencyfilename {
        display: none;
    }

    .sc_c_jlinkicon {
        display: none;
    }
}

/*---------------SUPPORT-------------*/

.support_between {
    position: relative;
    display: flex;
    justify-content: space-around;
    font-size: 30px;
    width: 100%;
}

.support_divider {
    position: relative;
    height: 2px;
    width: 100%;
    background: rgba(150,150,150,1);
    margin: 50px 0 50px 0;
}

.support_inner {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.support_between a:hover {
    color: red;
    font-weight: 600;
    cursor: pointer;
    font-size: 110%;
}

.support_img {
    height: 100px;
    border-radius: 10px;
}

    .support_img:hover {
        box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.4);
    }

.support_title {
    position: relative;
    font-size: 80px;
    font-weight: 600;
    padding-top: 50px;
    font-family:'Roboto';
}

/*---------------ADMIN SUPPORT-------------*/

.adminsupport_grid {
    background: #cccccc;
    width: 100%;
    height:78vh;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 120px 60px auto;
    grid-template-areas:
        "adminsupport_details   adminsupport_question"
        "adminsupport_results   adminsupport_question"
        "adminsupport_results   adminsupport_answer";
}

.adminsupport_details {
    grid-area: adminsupport_details;
    position: relative;
    font-size:20px;
}

.adminsupport_results {
    grid-area: adminsupport_results;
    position: relative;
    overflow: auto;
}

.adminsupport_question {
    grid-area: adminsupport_question;
    background: rgba(255,255,200,1);
    position: relative;
    font-size: 20px;
}
.adminsupport_answer {
    grid-area: adminsupport_answer;
    background: rgba(255,255,200,1);
    position: relative;
    overflow: auto;
}

.adminsupport_answer table {
    border: 1px solid black;
    text-align: center;
    border-collapse: collapse;
}

.adminsupport_answer td {
    border: 1px solid black;
}


@media (max-width: 800px) {
    .adminsupport_grid {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content max-content;
        grid-template-areas:
            "adminsupport_details"
            "adminsupport_question"
            "adminsupport_answer"
            "adminsupport_results";
    }
    .adminsupport_answer {
        overflow:hidden;
    }
    .adminsupport_results {
        overflow: hidden;
    }
}

.support_div {
    width:800px;
    max-width:100%;
}
.support_row {
    font-size:25px;
    cursor:pointer;
}
.support_row_selected {
    position:relative;
    color:var(--cedar-green);
    font-size:30px;
    font-weight:600;
    padding:20px 0 20px 0;
}
.support_row_icon {
    height:30px;
    padding:0 10px 0 0;
}
.support_answer {
    width:100%;
    border: 2px solid grey;
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    padding:10px 10px 20px 10px;
    margin: 10px 0 10px 0;
}

/*-------------------------OVERFLOW GRID CLASSES-------------------------*/

.grid_fit {
    grid-area: grid_table;
    overflow-x: scroll;
    overflow-y: hidden;
}

.sc_titlerowfit {
    min-height: 40px;
    font-weight: bold;
    color: blue;
    align-items: center;
    border-bottom: 2px solid black;
    padding: 0 5px 0 5px;
    white-space: nowrap;
    width: fit-content;
    font-size: 22px;
}

    .sc_titlerowfit img {
        height: 30px;
        padding-top: 3px;
    }

.sc_headerrow {
    height: 60px;
    font-size:40px;
    font-weight: 400;
    align-items: center;
    padding-left: 5%;
    width: 100%;
    background:var(--cedar-green);
    color:white;
    margin:20px 0 20px 0;
}

.sc_inputfit {
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    border: 1px solid black;
    color: black;
    resize: none;
}
.sc_checkbox {
    display: inline-block;
    width: 40px;
    text-align:center;
}
.sc_w20 {
    display: inline-block;
    width: 20px;
}
.sc_w30 {
    display: inline-block;
    width: 30px;
}
.sc_w50 {
    position:relative;
    display: inline-block;
    width: 50px;
    text-align: center;
    margin: 1px;
}
.sc_w50_sub {
    position:absolute;
    font-size:75%;
    font-weight:400;
    left:30px;
    top:15px;
}
.sc_w100 {
    display: inline-block;
    width: 100px;
    margin: 1px;
}
.sc_w100p {
    display: inline-block;
    width: 100%;
}
.sc_w120 {
    display: inline-block;
    width: 120px;
    margin: 1px;
}
.sc_w150 {
    display: inline-block;
    width: 150px;
    margin: 1px;
}
.sc_w200 {
    display: inline-block;
    width: 200px;
    margin: 1px;
}
.sc_w250 {
    display: inline-block;
    width: 250px;
    margin: 1px;
}
.sc_w300 {
    display: inline-block;
    width: 300px;
    margin: 1px;
}
.sc_w350 {
    display: inline-block;
    width: 350px;
    margin: 1px;
}
.sc_w380 {
    display: inline-block;
    width: 380px;
    margin: 1px;
}
.sc_w400 {
    position: relative;
    display: inline-block;
    width: 400px;
    margin: 1px;
}
.sc_w450 {
    display: inline-block;
    width: 450px;
    margin: 1px;
}
.sc_w500 {
    display: inline-block;
    width: 500px;
    margin: 1px;
}
.sc_w600 {
    display: inline-block;
    width: 600px;
    margin: 1px;
}
.sc_w700 {
    display: inline-block;
    width: 700px;
    margin: 1px;
}
.sc_w800 {
    display: inline-block;
    width: 800px;
    margin: 1px;
}

/*-----------------EDIT MENU----------------*/

.sc_menu_cancel {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
}

.sc_c_highlight_edit {
    width: 300px;
    cursor: pointer;
}

.sc_edit_row {
    position: relative;
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    min-height: 40px;
    font-size: calc(12px + .4vw);
    font-weight: normal;
    justify-content: center;
    align-items:flex-start;
    padding: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    background: #cccccc;
    border-radius: 10px;
}

    .sc_edit_row:hover {
        border: 2px solid red;
    }
.sc_edit_internal {
    padding:20px;
    min-width:250px;
}
.editable:hover .edityellow {
    display:block;
}
.edityellow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,0,0.3);
    border: 5px dashed rgba(255,255,0,1);
}
.sc_editimgbox {

}

.sc_editimg {
    position:absolute;
    top:0;
    right:0;
    height:30px;
}
    .sc_editimgbox:hover .sc_imageselector {
        display: block;
        cursor: pointer;
    }

.sc_editbox {
    position: relative;
    width: 100%;
    }
    .sc_editbox:hover .sc_editbox_upload {
        display: block;
        cursor: pointer;
    }
    .sc_editbox:hover .sc_imageselector {
        display: block;
        cursor: pointer;
    }
.sc_editbox_img {
    position: relative;
    width: 100%;
}
.sc_editbox_upload {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,0,0.3);
    border: 5px dashed rgba(255,255,0,1);
}
.sc_edit_user {
    position: relative;
    width: 100%;
    font-size: calc(12px + .4vw);
    font-weight: normal;
    padding: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    background: #cccccc;
    border-radius: 10px;
}

    .sc_edit_user:hover {
        border: 2px solid red;
    }
.sc_edit_user_details {
    padding:10px;
}
.sc_menu_id {
    width: 100px;
    font-size: 30px;
    font-weight: 600;
}
.sc_imgrow {
    position:relative;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
}
.sc_chart {
    position:relative;
    width:100%;
    height:300px;
}
.visitor_chart {
    position: relative;
    width: 100%;
    height: 60vh;
}
.sc_imageselector {
    display:none;
    position:absolute;
    top:0;
    right:0;
    width:100px;
    height:100%;
    background:rgba(255,255,255,0.5);
    overflow:auto;
}
    .sc_imageselector:hover .sc_imageselector {
    display: block;
    cursor: pointer;
}
    .sc_selectimg {
        position:relative;
        width:100%;
        padding:10px;
        cursor:pointer;
            }
    .sc_selectimg:hover {
        outline:2px solid red;
        padding:0;
    }

/*---------------EDIT ARTICLE-------------*/

.editarticle_grid {
    background: #cccccc;
    width: 100%;
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows:380px auto;
    grid-template-areas:
        "editarticle_headline  editarticle_article"
        "editarticle_images    editarticle_article";
}

.editarticle_images {
    grid-area: editarticle_images;
    position: relative;
}
.editarticle_headline {
    grid-area: editarticle_headline;
    position: relative;
    overflow: auto;
}

.editarticle_article {
    grid-area: editarticle_article;
    position: relative;
}
@media (max-width: 800px) {
    .editarticle_grid {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: max-content max-content max-content;
        grid-template-areas:
            "editarticle_headline"
            "editarticle_article"
            "editarticle_images";
    }
}
/*------------NEWS / ARTICLE FILEBOX -----------*/

.news_filebox {
    position:relative;
    width:100%;
    padding:10px;
}
.news_filebox:hover .news_upload {
    display:block;
    cursor:pointer;
}
.news_fileboximg {
    position:relative;
    width:100%;
}
.news_filebox_text {
    display:inline-block;
    width:100%;
    text-align:center;
    font-weight:600;
}
.news_upload {
    display:none;
    position: absolute;
    left: 5%;
    top: 15px;
    width: 90%;
    height: calc(100% - 67px);
    background: rgba(255,255,0,0.3);
    outline: 5px dashed rgba(255,255,0,1);
}
.news_edithighlight {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 100px;
    border-radius: 5px;
    background: white;
    padding: 3px 10px 3px 10px;
    margin: 2px;
    border: 1px solid black;
    z-index: 99;
}
.news_resource_delete {
    position: absolute;
    top: 15px;
    right: 5%;
    width: 40px;
    height: 40px;
}


/*------------DEALERS -----------*/

.dealer_country {
    font-size:40px;
    font-weight:400;
}
.dealer_channel {
    font-size:40px;
    font-weight:200;
    margin:10px 0 10px 0;
}
.dealer_office {
    font-size: 30px;
    font-weight: 400;
}
.dealer_name {
    font-size: 30px;
    font-weight: 400;
}
.dealer_detail {
    position:relative;
    font-size: 25px;
    font-weight: 200;
    line-height:1.3;
}
.dealer_contact {
    font-size: 30px;
    font-weight: 500;
}
.dealer_note {
    font-size: 30px;
    font-weight: 400;
}
.dealer_img {
    height:40px;
    margin:0 20px 0 0;
}

/*------------MY ACCOUNT -----------*/

.myaccount {
    position: fixed;
    top:var(--navbar);
    right: 0;
    background: black;
    width: 400px;
    max-height:calc(100vh - var(--navbar));
    max-width:100%;
    border: 1px solid grey;
    font-size: 20px;
    padding: 20px;
    color: white;
    overflow-y:auto;
    overflow-x:hidden;
}
.myaccount_title {
    position:relative;
    top:-10px;
    font-size:30px;
    font-weight:400;
    text-align:left;
    color:rgba(100,100,100,1);
    }

.myaccount_button {
    width: 100%;
    background: var(--cedar-green);
    color: white;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin: 15px 0 20px 0;
    font-weight: 600;
    cursor: pointer;
    color: rgba(255,255,255,0.9);
}

    .myaccount_button:hover {
        font-weight: 800;
        font-size: 110%;
        color: white;
    }

.myaccount_trinity p {
    font-size: 15px;
}
.myaccount_trinity li {
    font-size: 15px;
}

.myaccount_link {
    color: rgba(255,255,255,0.9);
    cursor: pointer;
}

    .myaccount_link:hover {
        font-weight: 800;
        font-size: 110%;
        color: white;
    }
    .back_btn {
        position:relative;
        top:-15px;
        height:30px;
        cursor:pointer;
    }

.vertical {
    position: relative;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    white-space: nowrap;
    background:yellow;
    width:0;
}

/*-------------CONTROL PAGE-------------*/

.control_back {
    background: #cccccc;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.control_tile {
    width: 380px;
    padding: 10px;
    font-size: 24px;
    font-weight: 200;
}
.control_tile_full {
    width: 100%;
    height:80vh;
    padding: 10px;
    font-size: 24px;
    font-weight: 200;
}
.control_input {
    background: white;
    border-radius: 10px;
    width: 100%;
    height: 400px;
    padding: 10px;
    resize: none;
    font-size: 20px;
    overflow:auto;
}
.control_input_full {
    background: white;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 10px;
    resize: none;
    font-size: 15px;
    overflow: auto;
}
.control_input_full2 {
    background: white;
    border-radius: 10px;
    width: 100%;
    height: calc(100% - 70px);
    padding: 10px;
    resize: none;
    border:none;
    font-size: 18px;
    overflow: auto;
}

/*----------------NEW DOWNLOAD-----------------*/

.dl_dload {
    position: absolute;
    top: 27.1%;
    left: 2.5%;
    width: 41.7%;
    height: 62.5%;
}
.dl_add {
    position: absolute;
    top: 37.5%;
    left: 9.3%;
    width: 28%;
    height: 42.1%;
}

.dl_live {
    position: absolute;
    top: 83%;
    left: 10%;
    width: 27%;
    height: 14.6%;
}

.dl_id {
    position: absolute;
    color: black;
    top: 18%;
    left: 0%;
    width: 44.2%;
    height: 13.6%;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}

.dl_edit {
    position: relative;
    background: rgba(115,198,21,1);
    z-index: 99;
    width: 420px;
    height: auto;
    padding: 45px 5px 5px 5px;
    border-radius: 15px;
    margin: 20px 0 0 0;
}
.dl_edit_protect {
    position: relative;
    background: rgba(198,55,21,1);
    z-index: 99;
    width: 420px;
    height: auto;
    padding: 45px 5px 5px 5px;
    border-radius: 15px;
    margin: 20px 0 0 0;
}

.dl_editinput {
    position: relative;
    border-radius: 5px;
    background: white;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid black;
    color: black;
    font-size: 18px;
    width: 310px;
}

.dl_label {
    position: relative;
    color: black;
    font-weight: 600;
    width: 90px;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    font-size: 17px;
}
.dl_text {
    position: relative;
    color: black;
    font-weight: 300;
    padding: 2px 5px 2px 5px;
    font-size: 15px;
}
.dl_clearbtn {
    width:100%;
    display:inline-block;
    color:black;
    background:white;
    font-size:15px;
    font-weight:600;
    text-align:center;
    border-radius:50px;
    margin-top:10px;
    cursor:pointer;
}

.dl_label_id {
    position: absolute;
    color: black;
    font-weight: 600;
    top: 5px;
    left: 10px;
}

.dl_cancel {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
}

.dl_select {
    position: absolute;
    border-radius: 5px;
    top: 8px;
    left: 230px;
    background: white;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid black;
    color: black;
    font-size: 19px;
    width: 140px;
    font-weight: 800;
}
.dl_date {
    position: absolute;
    border-radius: 5px;
    top: 8px;
    left: 95px;
    background: white;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid black;
    color: black;
    font-size: 15px;
    font-weight: 400;
}
.dl_listrow {
    width:100%;
    font-size:20px;
    font-weight:300;
}
.dl_list {
    display:inline-block;
}
.dl_imgs {
    position:relative;
    width:100%;
}
.doc_div {
    position:relative;
    text-align: center;
    font-size: 12px;
    width:100%;
}
