﻿.preload{
    width:90%;
    margin:0 auto;
	text-align:center; 
	position:fixed;
	display:none;
    z-index: 999;
}

.not-active {
   pointer-events: none;
   cursor: default;
   color:rgba(0, 0, 0, 0.15) !important;
}

.hideContent
{
	display:none;
}

.pageErrorMsg
{
	margin-right:30px !important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    opacity: 0.5;
}

.back-to-top:hover{
    opacity:1;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


/*section
{
	overflow: hidden; 
	width:100%;
	padding:20px 20px 20px 0;
	border-left:1px solid #ebebeb;
	height:100% !important;
	position:relative;
	display:table-cell;
}*/

nav
{
	width:250px;
	padding:30px 0 0 0;
	height:600px;
	display:table-cell;
	overflow:hidden;
}

.selectedTabLink
{
	border-left:4px solid #E82828;
}

nav .spaceLeft
{
	padding-left:20px;
}

nav .spacePadding
{
	display:block;
	height:25px;
}

nav h4
{
	padding-left:20px;
	color:#888;
	font-size:14px;
	margin-top:5px;
}


nav ul
{
	list-style-type: none;
	font-size:12px;
	padding:10px 0 0 0;
	width:100%;
}

nav ul li
{
	height:24px;
	line-height:24px;
	vertical-align:middle;
	display:block;
}

nav ul li.active
{
	background-color:#336699;
	color:White !important;
}

nav ul li.active a
{
	color:White !important;
}

nav ul li:hover
{
	background-color:#F5DF94;
}

nav a:link, nav a:visited, 
nav a:hover, nav a:active 
{
	color:Black;
	cursor:pointer;
	text-decoration:none;
}

nav ul li div
{
	width:24px;
	line-height:24px;
	height:24px;
	float:left;
	margin:0 10px;
}

section h1
{
	color:#E82828;
	font-size:large;
	padding:20px;
}

.table-product{
    border-collapse: collapse !important;
    border:solid;
    text-align:center;
    max-width:100%;
    width:80%;
    height:500px;
    margin: 0px auto;
}

.table-tr{
    border-collapse: collapse !important;
    border:solid;
    text-align:center;
    width:50%;
    height:10%;
    padding: 1px 1px 1px 1px;
}

.text-hover:hover{
    text-shadow:0 0 0 #00ff90;
    color: #F26262;
    border-top-width: 7px;
    border-right-width: 7px;
    border-left-width: 7px;
    border-bottom-width: 7px;
    /*padding: 7px 7px 7px 35px;*/ /*top-right-bottom-left*/
    /*margin: 0px 0px 0px 0px;*/
    border-radius: 5px;
    border-spacing:10px;
}

.h-hover:hover{
    text-shadow:0 0 0 #;
    color: #F78181;
    border-top-width: 7px;
    border-right-width: 7px;
    border-left-width: 7px;
    border-bottom-width: 7px;
    /*padding: 7px 7px 7px 35px;*/ /*top-right-bottom-left*/
    /*margin: 0px 0px 0px 0px;*/
    border-radius: 5px;
    border-spacing:10px;
}

.indent-head{
    text-indent:2.5em;
}

.indent-p p{
    margin-left:3%;
}

.navbar-collapse-img{
    float:left;
    padding: 5px 15px;
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center;
}

.img-hover{
    width: 100%;
    position: relative;
    opacity: 0.8;
    transition: 0.3s ease;
    cursor: pointer;
    padding-top:10px;
}

.img-hover:hover{
    /*transform: scale(1.5, 1.5);*/
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.5, 1.5);
    z-index: 1;
}

.table td{
    width:20%;
}

.table img{
    text-align:center;
}

.divmain{
    text-align:center;
    max-width: 100%;
}

.divmain img{
    display:block;
    margin: 0 auto;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.caret-right {
    float: right;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 5px solid;
    border-left-color: black; /*#999999*/
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: 5px;
    margin-right: -8px;
}

.dropdown ul ul {
  left: 100%;
  top: 0;
}

.a-li {
    text-decoration:none;
    color:#333333;
}

.a-li:hover{
    text-shadow:0 0 0 #00ff90;
    color: #F26262;
    border-top-width: 7px;
    border-right-width: 7px;
    border-left-width: 7px;
    border-bottom-width: 7px;
    /*padding: 7px 7px 7px 35px;*/ /*top-right-bottom-left*/
    /*margin: 0px 0px 0px 0px;*/
    border-radius: 5px;
    border-spacing:10px;
    text-decoration:none;
}

section
{
	overflow: hidden; 
	width:100%;
	padding:0px 20px 20px 0;
	/*border-right:1px solid #ebebeb;*/
	height:100% !important;
	position:relative;
	display:table-cell;
}


/* sidebar */
#sidebar {
    position: absolute;
    z-index: 100;
    background-color: #ffffff;
    border: solid 1px;
    height: 150%;
}

#sidebar .close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
    opacity:0.5;
}

#sidebar .close:hover {
    opacity:1;
}


#sidebar img{
    width: 100px;
    height: 75px;
}

#sidebar table {
    width:100%;
    height: 75px;
    max-height: 75px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    display: block;
    text-align:left;
}

#sidebar table tr{
    width:100%;
}

#sidebar table tr td{
    width:25%;
    margin:0 auto;
}

#sidebar .spaceLeft
{
	padding-left:20px;
}


/* Advertise Modal */
#advertise_modal .modal-dialog {
    width: 100%;
}

#advertise_modal .modal-content {
    margin: 5px 5px 5px 5px;
    width: 100%;
}

.advertise_content {
    padding: 0 5px 0 5px;
    width: 100%;
    height:80%;
}

.advertise_content div {
    width: 100%;
    height:100%;
}

.advertise_content div table {
    width:100%;
    height:100%;
    overflow: hidden;
    display: block;
    text-align:center;
}

.advertise_content div table tr {
    width: 100%;
    height:100%;
}

.advertise_content table tr td {
    width: 25%;
    text-align: center;
    float: left;
}

.advertise_content p {
    text-align: left;
    height: 2em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.advertise_content img {
    width: 80%;
    margin: 0 auto;
}



/* navbar menu */

.navbar-menu{
    border-width: 0 0 1px;
    position:fixed;
    right:0;
    left:0;
    background-color:#99e858;
    border-radius:0px;
    padding: 0 15px 0 15px;
}



/* form textbox */

.form-textbox {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-textbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-textbox-response {
  max-width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-textbox-response:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}



/* display picture with x close */

#showpic {
    float:left;
}
#showpic .picture{
    width:200px;
    height:200px;
    margin:10px 10px 10px 10px;
    float:left;
    position: relative;
}
#showpic .picture:hover{
    opacity:0.5;
}
#showpic .picture img{
    width:100%;
    position: relative;
    display:block;
}
#showpic .picture .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    opacity:1;
}

/* Login History Popup*/
.LoginFormPopup
{
	display:none;
	background-color:#ffffff;
	width:90%;
	padding:10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.loginList
{
	margin:10px 10px 10px 10px;
}
