/**********************************************************************************************************************/
/* ADMIN */

#login-widget
{
    margin-top:0px;
    margin-left: 0px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

/**********************************************************************************************************************/
/* ADMIN */

main section.admin {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 18rem auto 10rem;
    display: block;
    background: transparent;
}

.admin-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.admin-wrapper > .nav-bar {
    position: relative;
    width: 100%;
    height: 4rem;
    background: rgba(128,76,32,0.7);
}

.admin-wrapper > .nav-bar h1:first-of-type {
    display: block;
    margin: 1rem auto 1rem;
    padding-left: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    text-shadow: 1px 3px 4px rgb(0 0 0 / 40%);
}

.admin-wrapper > .nav-bar h1:nth-of-type(2) {
    display: block;
    margin: 1rem auto 1rem;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    text-shadow: 1px 3px 4px rgb(0 0 0 / 40%);
}

.admin-wrapper h1 {
    margin: 12rem auto 1rem;
    line-height: 2rem;
    font-family: "Futura", sans-serif;
    font-size: 1.5rem;
    color: #804c20;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.admin-wrapper h2 {
    margin: 1rem;
    line-height: 2rem;
    font-family: "Futura", sans-serif;
    font-size: 1.25rem;
    color: #804c20;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.admin-wrapper h3 {
    margin: 1rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #804c20;
    text-transform: uppercase;
    text-align: left;
}
.admin-wrapper h4 {
    margin: 1.25rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #804c20;
}

.admin-wrapper h5 {
    line-height: 1.5rem;
    font-size: 0.75rem;
    color: #ffffff;
}

.admin-wrapper h6 {
    line-height: 1.5rem;
    font-size: 0.5rem;
    color: #ffffff;
}

.admin-wrapper p {
    margin: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #804c20;

}

.admin-wrapper a {
    color: #804c20;
    line-height: 1.5rem;
    text-decoration: none;
}

.admin-wrapper table
{
    box-sizing: border-box;
    border:none;
    padding:0px;
    box-shadow: none;
    margin: 0 auto; float: none; clear: both; width: 100%;
}
.admin-wrapper table tr,td
{
    position: relative;
    padding:5px;
    border:none;
    text-align: center;
}

.admin-wrapper table tr td input
{
    width:98%;
    height:45px;
    border:solid #e1e1e1 1px;
    border-radius:3px;
    padding-left:2%;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    background:#f9f9f9;
    transition-duration:0.5s;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
}

.admin-wrapper table tr td input[type=checkbox]
{
    width:45px;
    height:45px;
    border:solid #e1e1e1 1px;
    color:#804c20;
    border-radius:3px;
    padding-left:0px;
    vertical-align: middle;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    background:#f9f9f9;
    transition-duration:0.5s;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
}

.admin-wrapper table tr td select
{
    width:100%;
    height:45px;
    border:0;
    padding: 0.5rem;
    background: #804c20;
    border-radius:3px;
    box-shadow: none;
    color:#f9f9f9;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    font-weight:bolder;
    text-transform:uppercase;
}

.admin-wrapper table tr td select option
{
    width:100%;
    height:45px;
    border:solid #e1e1e1 1px;
    border-radius:3px;
    padding-left:10px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    background: #804c20;
    color:#f9f9f9;
    transition-duration:0.5s;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
}

.admin-wrapper table tr td button
{
    margin: 0 auto;
    width:50%;
    height:45px;
    border:0px;
    background: #804c20;
    border-radius:3px;
    box-shadow: none;
    color:#f9f9f9;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
    font-weight:bolder;
    text-transform:uppercase;
}

.admin-wrapper table tr td button:hover
{
    cursor: pointer;
    color: #ffffff;
    background: #804c20;
}

.admin-wrapper table tr td a
{
    text-decoration:none;
    color:#f26829;
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px;
}

.admin-wrapper table tr td img
{
    max-width: 640px;
    width: 100%;
    height: auto;
}

.admin-wrapper button[type="button"]:disabled {
    background: #808080;
    background:rgba(0,0,0,0.2);
}

/**********************************************************************************************************************/

#sortable { list-style-type: none; margin: 0 auto; padding: 0; width: 672px; height: auto; position: relative}
#sortable img {font-size: 0; width: 160px; height: 90px;}
#sortable li { margin: 3px 3px 3px 0; padding: 0; float: left; width: 160px; height: 90px; text-align: center; overflow: hidden; position: relative; background: #eeeeee}
#sortable li span {position: absolute; top: 1px; left: 1px; font-size: 1rem; color: #eeeeee}

.highlight {
    border: 1px solid #f9f9f9;
    font-weight: bold;
    font-size: 45px;
    background-color: #333333;
}
.default {
    background: #cedc98;
    border: 1px solid #DDDDDD;
    color: #333333;
}

#imageurlsave {
    display: block;
    margin: auto;
}

.progress {
    width: 100%;
}

.progress .bar {
    width: 100%;
    height: 1rem;
    background: #FFFFFF;
}

.percent {
    margin: 0.5rem auto;
    text-align: center;
}

.response {
    color: #808080;
    text-align: center;
}
