html 
{
    position: relative;
    min-height: 100%;
}

body 
{    
    margin-bottom: 60px; /* Must Match footer.height:60px; */    
    background-image: url("../../img/bg-pattern.png");
    background-color: rgba(117,117,132,.5);
}

a:hover
{
    text-decoration: none;
    color: inherit;
}

hr
{
    border-color: lightgray;
}

textarea 
{ 
    resize: vertical; 
    width: 100%;
}

.fa-bars
{
    color: black;
}

/* .fa-bars:hover
{
    color: rgba(240,97,93,1);
} */

.logo
{
    font-family: Papyrus; 
    font-size: 40px; 
    color: #747484;
    margin-top: 10px;
    /* border: 5px solid #747484; */
}

.logo:hover
{ 
    color: #4f4f58;
}

#mobile-logo
{
    font-family: Papyrus; 
    font-size: 40px; 
    color: rgba(117,117,132,1);
    /* border: 5px solid #747484; */
}

.footer 
{
    height: 60px; /* Must Match body.margin-bottom:60px; */
    /* background-color: #f5f5f5; */
}

.login-box
{
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 1px 1px 5px rgba(117,117,132,.8);
    /* box-shadow: 5px 5px 5px #f5f5f5; */
    /* border: 2px solid lightgray; */
    border: 2px solid dimgray;
}

.logo:hover
{
    text-decoration: none;
}

.logo img
{
    width: 60%;
}

.vcenter 
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-custom
{
    background-color: rgba(105,105,105,1);
    color: white;
}

.btn-custom:hover
{
    background-color: rgba(105,105,105,.95);
    color: white;
}

.sign-up
{
    color: rgba(255, 149, 1, .5);
}

.sign-up:hover
{
    color: rgba(255, 149, 1, .8);
}

.footer-text
{
    color: rgba(105,105,105,1);
}

input[type=text], input[type=password], input[type=email]
{
    background-color: #faf9f9;
}
/*
select
{
    color: #a94442;
    background: #faf9f9;
}

select:active, select:hover 
{
    outline-color: #faf9f9;
}

input[type]
{
    color: rgba(117,117,132,1);
}*/

.bars-svg
{
    fill:#ffb041;
}

.err-btn
{
    color: #a7a9ab;
    background-color: white;
    border: 1px solid #a7a9ab;
    border-radius: 5px;
}


.err-btn:hover
{
    cursor: pointer;
    border-color: #a94442;
    /* background-color: #a94442; */
    background-color: white;
    color: #a94442;
}

/*
select:focus, textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, button:focus 
{   
    border-color: rgba(117,117,132, 0.8);
    box-shadow: 0 1px 1px rgba(117,117,132,0.075) inset, 0 0 8px rgba(117,117,132,0.6);
    outline: 0 none;
}*/

/* ADMIN DASHBOARD */

.banner
{
    background-color: white;
    height: 60px;
    /*border-bottom: 4px solid black; /* rgba(63,188,236,1); */
}

.icon-bar 
{
	background-color: black;/*#747484; /* rgba(63,188,236,1); */
}

#menu-toggle-1, #menu-toggle-2, #menu-toggle-3
{
    font-size: 20pt;
    color: #a94442;
    border: none;
    background-color: none;
    margin-top: 12px;
    padding: 0px 5px 0px 5px;
}

#menu-toggle-2:hover, #menu-toggle:hover
{
    color: #a94442;
    /* border-bottom: 2px solid rgba(63,188,236,1); */
    background-color: none;
}

.upload-holder
{
    margin: 5px;
    text-align: center;
}

.btn-remove
{
    font-size: 8pt;
    color: black;
    text-decoration: none;
}

.btn-remove:hover
{
    cursor: pointer;
    color: rgba(169,68,66,1);
}

.active 
{
    
}

.huge 
{
    font-size: 35px;
}

.panel-divv {
    border-color: rgba(255, 149, 1, .75);
    
}

.panel-divv > .panel-heading {
    border-color: rgba(255, 149, 1, .75);
    color: #fff;
    background-color: rgba(255, 149, 1, .75);
}

.panel-divv a {
    color: rgba(255, 149, 1, .75);
}

.panel-divv a:hover {
    color: rgba(255, 149, 1, .5);
}

.table-btn
{
    font-size: 8pt;
    border-color: rgba(217,83,79,1);
    transition: background-color 1s ease;
    height: 20px;
    padding: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.bg-cover
{
    background-color: #BABAC1;
}
.table-btn:hover
{
    cursor: pointer;
    border-color: rgba(169,68,66,.5);
    background-color: rgba(169,68,66,1);
    color: #ffffff;
}

.td-center
{
    text-align: center;
}

.td-right
{
    text-align: right;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 /* Toggle Styles */

 #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

#wrapper.toggled {
    padding-left: 250px;
    overflow: hidden;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute; 
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;  
    overflow-x: hidden; 
}
.xyz{
    min-width: 360px;
/*    color: blue;*/
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px; 
}
.fixed-brand{
    width: auto;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

.sidebar-nav li {
    text-indent: 15px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    border-left: rgba(169,68,66,1) 2px solid;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.no-margin{
    margin:0;
}

/* Progress Bar Syle */
/* Firefox */
.progressBar::-moz-progress-bar {
        background-image: -moz-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
}
 progress[value] {
   -webkit-appearance: none;
   appearance: none;
   width: 75%;
   height: 20px;
}
progress {
  -webkit-appearance: none;
  appearance: none;
  width: 75%;
  height: 20px;
  background-color: whitesmoke;
}
progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #fff);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}
ul{
    list-style: none;
    margin-left: -10px;
}
li{
    color:#8B0000;
}

.title
{
/*    color: rgba(255, 149, 1, .75);*/
    color: white;
}

.fileTitle{
    color:cornflowerblue;
    width: 100%;
}
/* Chrome */
.progressBar::-webkit-progress-value {
        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0, rgb(43,194,83)),
                color-stop(1, rgb(84,240,84))
        );
        background-image: -webkit-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
}
 
/* Polyfill */
.progressBar[aria-valuenow]:before {
        background-image: -moz-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
        background-image: -ms-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
        background-image: -o-linear-gradient(
                center bottom,
                rgb(43,194,83) 37%,
                rgb(84,240,84) 69%
        );
}

.checkbox-grid li {
    display: block;
    float: left;
    width: 25%;
}

.thumbnail{        
    width: 150px; // or you could use percentage value for responsive layout
    height: 150px;
    overflow: auto;
}

.successMsg{
        color: mediumseagreen;
        text-align: center;
        font-size: 14pt;
}


@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
    .fixed-brand{
        width: 250px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 250px;
    }
    

    #page-content-wrapper {
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 250px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;

    }
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.panel-blue {
    border-color: #3174AF;
}

.panel-blue > .panel-heading {
    border-color: #3174AF;
    color: #fff;
    background-color: #3174AF;
}

.panel-blue > a {
    color: #3174AF;
}

.panel-blue > a:hover {
    color: #3174AF;
}

.panel-order:hover
{
    cursor: pointer;
}

.keyword
{
    color: #ffb041;
}

.keyword-divv
{
    color: #49BFED;
}

.keyword-price
{
    color: #4AA14A;
}