 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    color: #000 !important;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 3% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 7px solid #D9C17C;
    width: 50%; /* Could be more or less, depending on screen size */
    height: auto;
    max-height: 75%;
    text-align: left;
    /*overflow-y: scroll;*/
}

/* The Close Button */
/*.close {
    color: #aaaaaa;
    float: right;
    font-weight: bold;
    font-size: 40px;
    margin-top: -30px;
}*/

.close{
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	margin: 10px !important;
	position: absolute;
	background: rgba(191,127,63,0.7) !important;
	border-radius: 100% !important;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	text-align: center;
	font: 900 34px/1 'magictoolbox-thin' !important;
	line-height: 55px !important;
	transition: color .25s, border-color .25s, transform .25s !important;
	
}

.close:hover,
.close:focus {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
} 
.htmlmsg{
	color:#000;
	margin: 2%;
	/*font-size: 22px;*/
}
.ajhtml{
	margin: auto;
    /*width: 50%;*/
    /*border: 3px solid green;*/
    padding: 10px;
    color: #000;
}
.block-related-product .product-name a{
	color: #ffffff !important;
}
.product-name a{
	color: #000000 !important;
}
.pnditemtbl td{
	width:50% !important;
}
.frmlit li{
	color: #000 !important;
}



.scrollbar{
overflow-y:scroll;
}
#ex3::-webkit-scrollbar{
width:7px;
/*background-color:#cccccc;*/
} 
#ex3::-webkit-scrollbar-thumb{
background-color:#D9C17C;
border-radius:10px;
}
#ex3::-webkit-scrollbar-thumb:hover{
background-color:#D9C17C;
border:1px solid #D9C17C;
}
#ex3::-webkit-scrollbar-thumb:active{
background-color:#A6393D;
border:1px solid #333333;
} 
#ex3::-webkit-scrollbar-track{
border:1px A6393D solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px A6393D inset;
} 


/*
*** @ Modal CSS
*/
.modalmsg {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modalmsg-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 30%;
}
.messageclose{
    color: #aaaaaa;
    float: right;
    font-weight: bold;
    font-size: 40px;
    margin-top: -30px;
}
.messageclose:hover,
.messageclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*.modal-body label{
	padding-left: 24px; height: 25px; display: block; font-weight: normal;
	background-image: url("images/checkbox_none.png");
	background-repeat: no-repeat;
}*/
/*.optLabel div{
	padding-left: 24px; height: 25px; display: block; font-weight: normal;
	background-image: url("images/checkbox_none.png");
	background-repeat: no-repeat;
}*/
.modal-header{
	border-bottom: 1px solid #c1c1c1c1;
	margin-bottom: 15px;
}
#msgSection{
	color:#000;
}


/*
**** @ Loading Css
*/

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  font-size: 12px;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}


@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}