﻿/* Move down content because we have a fixed navbar that is 50px tall */

:root {
    --after_color: #06c;
}

.main_menu {
    width: 100px;
    background-color: #228b22;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.level_menu {
    width: 110px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.selected {
    background-color: #852B91;
    color: #fff;
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 301px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

/*
 Styling
*/



body {
    font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
    color: #333;
    font-weight: 300;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

    .tabset > label::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 22px;
        height: 4px;
        background: #8d8d8d;
    }

   /* .tabset > label:hover,
    .tabset > input:focus + label {
        color: #06c; 
    }*/

        .tabset > label:hover::after,
        .tabset > input:focus + label::after,
        .tabset > input:checked + label::after {
            background: #06c;
        }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

/*.tabset > input:checked {
    color: #06c;
}
*/
.tab-panel {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.customText {
    _moz-box-shadow: 0 0 0 0 #888;
    -webkit-box-shadow: 0 0 0 0 #888;
    box-shadow: 0 0 0 0 lightsteelblue;
}

body {
    padding-top: 50px;
}

/*.tabset {
    max-width: 65em;
}*/

.ModalPopupGood {
    background-color: #ecfbec;
    filter: opacity(100%);
    /*opacity: 0.7;*/
    border-top: inset;
    border-left: inset;
    border-right: inset;
    border-bottom: inset;
    border-width: thick;
    color: #000000;
}

.ModalPopupBad {
    background-color: #fbecec;
    filter: opacity(100%);
    /*opacity: 0.7;*/
    border-top: inset;
    border-left: inset;
    border-right: inset;
    border-bottom: inset;
    border-width: thick;
    color: #000000;
}

.HellowWorldPopup {
    min-width: 200px;
    min-height: 100px;
    background: #fff;
    text-align: center;
    border-top: solid thin gray;
    /* border-left: inset;
    border-right: inset;
    border-width: thick*/
}

.container1 {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    min-width: 220px;
    /* min-height: 100px;*/
    background: #fff;
    /*text-align: center;*/
}

    .container1 .btn-holder1 {
        vertical-align:bottom;
        object-position:center;
    }


.search
{
    display:inline;
    float:right;
    padding: 5px,0,0,0;
    font-size: .7em;
}

.wrappedText 
{
    word-wrap: break-word;
}


span 
{
    word-wrap: break-word;
    line-height: 1.5em;
}

.rowstyle 
{
    line-height: 1.5em;
}

/* New Alert Stuff */
#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 10000;
    background-image: url(#); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    position: relative;
    width: 200px;
    min-height: 100px;
    max-height: 400px;
    margin-top: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    top: 30%;
}

#modalContainer > #alertBox {
    position: fixed;
}

#alertBox h1 {
    margin: 0;
    font: bold 1em Raleway,arial;
    background-color: #f97352;
    color: #FFF;
    border-bottom: 1px solid #f97352;
    padding: 10px 0 10px 5px;
}

#alertBox h2 {
    margin: 0;
    font: bold 1em Raleway,arial;
    background-color: #2dc406;
    color: #FFF;
    border-bottom: 1px solid #2dc406;
    padding: 10px 0 10px 5px;
}

#alertBox p {
    height: 75px;
    padding-left: 5px;
    padding-top: 30px;
    text-align: center;
    vertical-align: middle;
}

#alertBox #closeBtn1 {
    display: block;
    position: relative;
    margin: 10px auto 10px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #f97352;
    border-radius: 0px;
    text-decoration: none;
    outline: 0 !important;
}

#alertBox #closeBtn2 {
    display: block;
    position: relative;
    margin: 10px auto 10px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #2dc406;
    border-radius: 0px;
    text-decoration: none;
    outline: 0 !important;
}

#modalContainer > #alertBoxManufacturer {
    position: fixed;
}

#alertBoxManufacturer {
    position: relative;
    width: 450px;
/*    min-height: 100px;*/
    height: 350px;
    margin-top: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    top: 30%;
}

#alertBoxManufacturer h1 {
    margin: 0;
    font: bold 1em Raleway,arial;
    background-color: #f97352;
    color: #FFF;
    border-bottom: 1px solid #f97352;
    padding: 10px 0 10px 5px;
}

#alertBoxManufacturer h2 {
    margin: 0;
    font: bold 1em Raleway,arial;
    background-color: #2dc406;
    color: #FFF;
    border-bottom: 1px solid #2dc406;
    padding: 10px 0 10px 5px;
}

#alertBoxManufacturer p {
    height: 70%;
    padding-left: 5px;
    padding-top: 30px;
    text-align: center;
    vertical-align: middle;
}

#alertBoxManufacturer #closeBtn1 {
    display: block;
    position: relative;
    margin: 10px auto 10px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #f97352;
    border-radius: 0px;
    text-decoration: none;
    outline: 0 !important;
}

#alertBoxManufacturer #closeBtn2 {
    display: block;
    position: relative;
    margin: 10px auto 10px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #2dc406;
    border-radius: 0px;
    text-decoration: none;
    outline: 0 !important;
}

#Search::-webkit-search-cancel-button {
    position: relative;
    right: 20px;
}

.view_button
{
    height: 16px;
    width: 16px;

}

.MultiView1_Buttons 
{
    border: solid;
    border-width: thin;
    border-color: #8d8d8d;
    border-bottom: none;
    background-color: transparent;
}

.mGrid
{

}

.emailtablecellpadding
{
    padding: 0 0 0 2px;
    width: 25%;
}

.emailtablecellpaddingbody 
{
    padding: 0 0 0 2px;
    width: 25%;
    height: 100px;
    vertical-align: text-top;
}

.emailtablecellinput 
{
    padding: 0 0 0 2px;
    width: 100%;
}

.emailtablecellinputbody 
{
    padding: 0 0 0 2px;
    width: 100%;
    height: 100px;
}

.emailtable 
{
    width: 375px;
}

.emailtablebody 
{
    width: 370px;
    height: 100px;
}

.txtBodyinput 
{
    width: 80%;
    height: 95%;
    resize: none;
}

.emailinput 
{
    width: 80%;
    height: 100%;
}
