body{
    overflow-x: hidden;
}
.white-wrapper{
	background-color: #ffffff;
    color: inherit;
    padding: 8px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
	clear:both;
}

#remove-image{
    width: auto;
}
#remove-image img{
    width: 100px;
    padding-top:20px;
}
#remove-image i img{
    vertical-align: top;
    width: 20px;
}
.DN{display: none;}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#categTreeView .node-disabled {
    display: none;
}

.file {
    visibility: hidden;
    position: absolute;
}

.loader-wrapper .loader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
}
input[type=file] {
    display: inline-block;
}
.category-attribute
{
    margin-bottom: 5px;
}
.category-attribute-value-div
{
    background-color: whitesmoke;
    padding: 7px;
    margin-bottom: 3px;
    margin-right: 3px;
    vertical-align: middle;
    display: inline;
    /*width: 100%;*/
    border: solid grey 1px;
}
.category-attribute-value-title
{
    margin-right: 5px;
    margin-left: 5px;
    font-weight: bold;
}
.category-attribute-value-options
{
    display: inline;
}
.category-attribute-value-option
{
    margin-right: 7px;
    margin-left: 7px;
}

.category-attribute-title
{
    background-color: lightgray;
    padding-left: 5px;
    vertical-align: middle;
    display: block;
    width: 150px;
    border-top: solid grey 1px;
    border-right: solid grey 1px;
    border-left: solid grey 1px;
}
.category-attribute-options
{
    border: solid grey 1px;
    padding: 10px;
}
.tag{
    background-color: lightgrey;
    border: solid darkgrey 1px;
    padding: 3px 5px;
    margin-right: 5px;
    border-radius: 5px;
}
.seperater
{
    border-bottom: solid lightgrey 1px;
    margin-bottom: 10px;;
}
table.table-vertical-middle tr td {
    vertical-align: middle;
}
.attr_name_column{
    width: 25%;
}
.attr_value_column{
    width: 65%;
}
.attr_action_column{
    width: 10%;
    text-align: center;
}
.value_div{
    display: inline;
    float: left;
    border: solid lightgrey 1px;
    border-radius: 5px;
    background-color: lightgrey;
    padding: 4px;
    margin-right: 5px;
    margin-bottom: 3px;
}
.value_div input
{
    margin-right: 3px;
    width: 75px;
    padding: 2px;
}
.error_wrapper .error
{
    display: block;
}
.no-event
{
    pointer-events: none;
}
.btn-color-white
{
    color: #FFFFFF !important;
}
.color-preview-tag
{
    border: solid grey 1px;
    width: 30px; height: 30px;
    border-radius: 50%;
    display: inline-block;
}
.select2-selection
{
    border: solid 1px #e5e6e7 !important;
    border-radius: 0px !important;
    color: inherit !important;
}
.store
{
    text-align: center;
    padding: 5px;
    border-radius: 10px;
}
.store:hover:not(.store-selected)
{
    opacity: 0.5;
    border: solid lightgrey 3px;
}
.store-line
{
    color: lightgrey;
    margin: 3px 0px 3px 0px;
}
#search-results:nth-last-child(.store-line)
{
    display: none;
}
.store-selected
{
    border: solid lightskyblue 3px;
}
.store-title{
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 16px;
}
.store-address{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin: 3px;
}
.store-address2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin: 3px;
}
.modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    /*width: auto;*/
    min-width: 400px;
}

.loading-gif
{
    background:
            url('/img/ajaxSpinner.gif')
            no-repeat
            right center;
    background-size: 20px 20px;
}
.display-inline{
    display: inline-block;
}
.modal p a {
    font-size: 14px;
    color: #c40f2e;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
}

.jstree-disabled{
    cursor:no-drop !important;
}
.selectric-open {
    z-index: 999;
}
.category_selected
{
    color: white !important;
    background-color: #c51230 !important;
}
.md-skin .nav-header {
    background: url(/images/header_top_left_bg.png) no-repeat;
}
.md-skin .navbar-static-top, .md-skin .navbar-static-top  {
    background-color: rgb(196, 15, 46) !important;
}
.selectric-open .selectric-items{
    width: auto !important;
    right: 0px !important;
    left: auto !important;
    height: auto !important;
    display: inline-table;
}
.selectric-items li {
    color: #666666;
    cursor: pointer;
    display: block !important;
    padding: 10px;
    white-space: nowrap !important;

}

.selectric-items .selectric-scroll {
    overflow: hidden !important;
    width: 100% !important;
}
.go-back{
    width: 200px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #c40f2e;
    color: #fff !important;
    opacity: 0.5;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1.5px;
    text-decoration: none;
    margin: 25px 0 30px 0;
    position: fixed; bottom: 0%; left: 40%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.go-back:hover{
opacity: 1;
}
#spin{
     position: fixed;
     bottom: 65% !important;
     left: 55% !important;
     margin-bottom: -50px;
     margin-left: -50px;
 }
.selectric-fix .selectric-open .selectric-items{
    width: 100% !important;
}
.selectric-fix .selectric .label{
	width:100%;
	margin-left:0;
}
.selectric .button{
	background-color:transparent !important;
}
#sortby{
    padding: 5px 10px;
    margin-top: -10px;
}

.FacebookPopup {
    width: 315px;
    height: 270px;
    padding: 10px;
    position: absolute;
    /*bottom: 1em;*/
    left: 10em;
    z-index: 1001;
    /*margin: -80px 0 0 -155px;*/
    border: 2px ridge #ccc;
    display: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #3a3a3a;
    background-image: url('/img/banner/bg-drops.jpg');
    background-size: 100% 100%;
}
.FacebookPopup img{
    top: -18px;
    right: -18px;
    position: absolute;
    cursor:pointer;
}
.FacebookPopup ul{
    list-style-type: none;
    padding: 0;
    float: left;
}
.FacebookPopup ul li a{
    font-size: 16px;
    line-height: 25px;
}
.FacebookPopup ul li a:hover{
    text-decoration:underline;
}
input.form-control {
	color:black;
}
.as-low-as {
    display: none !important;
}


