﻿body {
}

.cw-0{width:0px !important;}
.cw-5{width:5px !important;}
.cw-10{width:10px !important;}
.cw-15{width:15px !important;}
.cw-20{width:20px !important;}
.cw-25{width:25px !important;}
.cw-30{width:30px !important;}
.cw-35{width:35px !important;}
.cw-40{width:40px !important;}
.cw-45{width:45px !important;}
.cw-50{width:50px !important;}
.cw-55{width:55px !important;}
.cw-60{width:60px !important;}
.cw-65{width:65px !important;}
.cw-70{width:70px !important;}
.cw-75{width:75px !important;}
.cw-80{width:80px !important;}
.cw-85{width:85px !important;}
.cw-90{width:90px !important;}
.cw-95{width:95px !important;}
.cw-100{width:100px !important;}
.cw-110{width:110px !important;}
.cw-120{width:120px !important;}
.cw-150{width:150px !important;}
.cw-200{width:200px !important;}

.cwp-1{width:1% !important;}
.cwp-2{width:2% !important;}
.cwp-47{width:47% !important;}
.cwp-48{width:48% !important;}
.cwp-50{width:50% !important;}
.cwp-100{width:100% !important;}

.copyright
{
	text-align:center; 
	font-size:12px;
	color:#fff;
	padding-top:8px;
}

.copyright a
{
	color:#ccc;
}

.copyright a:hover
{
	color:#fff;
}

.powered
{
	text-align:center; 
	font-size:12px;
	color:#ccc;
}

.powered a
{
	color:#ddd !important;
}

.powered a:hover
{
	color:#fff !important;
}

.field-error
{
	font-size:12px;
	color:#ff0000;
}

.notification
{
	padding-top:20px;	
}

.footer-list
{
	color:#000 !important;
	
}

.card-home-status
{
	width:48px;
	height:48px;	
}

.card-home-image
{
	width:48px;
	height:48px;	
}

.card-home
{
	width:100%; 
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
	height:240px;
}

.card-home-title
{
	font-size:13px;
	color:#555;
	text-align:center;
	padding-top:10px;
}

.card-home-title-status
{
	font-size:12px;
	color:#555;
	text-align:center;
	padding-top:0px;
}

.card-home-top
{
	width:100%; 
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
	height:140px;
}

.horRule 
{
    margin-bottom:2px;
    margin-top:3px;
}

.login-msg 
{
	width: 100%; 
	text-align: center;
	font-size:14px;	
    color:#fff;
    background-color:#ff0000;
    line-height:30px;
}

.validate-msg 
{
	width: 100%; 
	text-align: center;
	font-size:14px;	
    color:#fff;
    /*background-color:#03bc7d;*/
    padding-bottom:10px;
    padding-top:10px;
    margin-bottom:20px;
}

.user-detail
{
	font-size:12px;	
	color:#fff;
}

.fs-form
{
    border:1px solid #eaeaea;
    border-radius:3px;
}

.fs-form-edit
{
    border:1px dotted #ff0000; 
    background-color:#fefef1;
}

.form-lable
{
	margin-bottom:-10px;
    font-weight:600;
    font-size:13px !important;
}

.field-required
{
    vertical-align:top;
    padding-top:9px;
    padding-left:5px;
}

.required 
{
	font-size:11px;
	color: #fd4040;
    font-style:italic;
}

.optional
{
	font-size:12px;
	color: #0f9b1f;
    font-style:italic;
}

.errormsg
{
    color:#fd4040;
    font-size:11px;
    font-style:italic;
}

.validmsg
{
    color:#fd4040;
    font-size:13px;
    text-align: center; 
    width:100%;
    margin: 0 auto;
    float:right;
}


.page-msg
{
	background-color:#00ae42; 
	text-align:center; 
	line-height:30px; 
	color:#ff0000;
	font-size:14px;
}

.panel-body-home 
{
	padding: 20px;
	height:120px;
}

.form-sub-title
{
	font-size:14px;
	padding-bottom:10px;
}

.logo
{
  float: left;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 20px;
  height: 44px;	
}

.logo-img
{
	padding-top:2px;
	height:28px;
}

.page-heading
{
    font-size:16px;
    font-weight: 600;
    padding-bottom:0;
}

.master-message-heading
{
	font-size:15px;
	text-align:center;
	background-color:#eee;
	line-height:30px;
}

.msghandler
{
	font-size:14px;
    text-align:center; 
    color:#fff;
    height:30px;
    padding-top:5px;
    text-transform:uppercase;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}

.exceptionmsg
{
    background-color:#ff0000;
}

.warningmsg
{
    background-color:#ffb60f;
}

.successmsg
{
    background-color:#02b15c;
}

.infomsg
{
    background-color:#109ad6;
}

.msganimation {
    -webkit-animation: fadeinout 3s linear forwards;
    animation: fadeinout 3s linear forwards;
}

@-webkit-keyframes fadeinout {
  0% { opacity: 0.25; }
  50% { opacity: 0.75; }
  100% { opacity: 1; }
}

@keyframes fadeinout {
  0% { opacity: 0.25; }
  50% { opacity: 0.75; }
  100% { opacity: 1; }
}

.validate-error {
    display:inline;
}

.to-upper {
    text-transform:uppercase;
}

.form-control1 {
  display: inline;
  width: 95%;
  height: 25px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 1.5384616;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control1:focus {
  border-color: #dddddd;
  background-color:#f5f5f5;
  outline: 0;
}

.form-control1-right {
    text-align:right;
}

.spaced input[type="radio"]
{
   margin-right: 5px; /* Or any other value */
}

.readonly-input {
    border-radius: 0;
    background: #fafafa !important;
    box-shadow: none;
    border:1px dotted #333 !important;
}

.gridIconVerticalAlign
{
	vertical-align: middle;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.gridIconHorizontalAlign
{
    text-align:center;
}

.search-distributor
{
	font-size:12px;
	color:#27ae5f;
}

.order-confirmation
{
    font-size:24px; 
    color:#999; 
    padding-top:140px; 
    text-align:center;
}

.highlight
{
    border:1px #ff5a00 solid ;
    background-color: rgba(255, 0, 0, 0.03);
    /*background-image: url('../images/cross.png');
    background-repeat:no-repeat;
    background-position: 97% 50%;*/
}

.highlight-none
{
    display:none;
}

.page-container
{
    min-height:500px;
}

.page-title
{
    background-color:#eee;
    border:1px #ddd solid;
    height:35px;
    padding:7px 0 20px 20px;
    font-size:13px;
}

.admin-menu
{
    padding:5px 10px 5px 10px; 
    color:#ccc;
    background-color:#111; 
}

.admin-menu:hover
{
    color:#fff;
}

.imageGenealogy
{
    width:48px;
    padding: 5px 5px 5px 5px;
}

.section-header
{
	font-size:13px;
	font-weight:600;
	color:#555;
	background-color:#f9f9f9;
	padding-left:20px;
	height:30px;
    border-bottom:1px #eaeaea solid;
}

.verticalAlign
{
    vertical-align:central !important;
}

.survey-lable
{
    font-size:18px;
    text-align:center;
    padding-bottom:20px;
}

.survey-control
{ 
    font-size:20px;
    height:50px;
    text-align:center;
}

.survey-radio input
{
    text-indent:50px;
    width:50px !important;
    float:left;
    margin-top:10px !important; 
    margin:auto;
    left:0;
    right:0;
}

.survey-radio label 
{
    display: inline;
    margin-left: 15px;
    float:left;
}

.survey-progress
{
    font-size:20px;
    color:#ff0000;
}

.survey-msg-center
{
    text-align:center !important;
}


.page-title-top
{
    background-color:#f5f5f5; 
    height:35px; 
    padding-top:8px; 
    border-top-left-radius:.75rem; 
    border-top-right-radius:.75rem; 
    border-bottom:1px #eee solid;
    color:#333;
    background-color:#eee;
    text-align:center; 
    font-weight:bold;
}

.errormsg14
{
    color:#ff0000;
    font-size:14px;
}

.errormsg16
{
    color:#ff0000;
    font-size:16px;
}

.msg-textbox
{
    border:1px solid #ddd;
}

.admin-text {
    color:white;
    font-weight:bold;
}

.grid-date
{
    font-size:11px; font-style:italic;
}

.grid-user
{
    font-weight:500;
}

.errormsg13
{
    font-size:15px; font-style:italic;
    background-color:#ff0000; color:#fff;
    width:100%;
    float:right;
    padding:5px;
}

.text-center {
    margin:auto;
    left:0;
    right:0;
}

.message16pxNormal{
    font-size:20px;
    color:#999;
}

.dashboard-panel {
    height:215px;
}

.dashboard-funds-header {
    background-color:#ad2c5c;
    color:#fff !important;
    font-size:14px; font-weight:bold;
    padding-left:15px;
    /*background-image: -webkit-gradient(linear, right top, left top, from(rgba(216, 104, 145, 0.78)), to(transparent));*/
}

.dashboard-funds {
    background-color:#be4975;
    color:#fff;
    height:60px;
    font-size:12px; font-weight:bold;
    /*background-image: -webkit-gradient(linear, right top, left top, from(rgba(208, 104, 143, 0.78)), to(transparent));*/
}

.dashboard-funds-img {
    width:28px !important;
    height:28px !important;
}

.dashboard-rank {
    font-weight:bold;
    font-size:13px;
    line-height:20px;
    background-color:#fff5a5;
    border:1px solid #dbcf15;
}

.product-img 
{
    width:100%;
    height:100%;
    padding:20px;
}

.pcard-border {
    border:1px solid #eee;
    border-radius:5px;
}

.zoom {
  transition: transform .5s ease; /* Animation */
}

.zoom:hover {
  transform: scale(3); 
  cursor:pointer;
}

.product-title
{
    font-size:13px;
    font-weight:bold;
}

.ship-title
{
    font-size:14px;
    font-weight:bold;
}

.address-title
{
    font-size:13px;
}

.old-price
{
    font-size:12px !important;
    text-decoration:line-through;
}

.cursor-hand {
  cursor:pointer;
}

.price-box {
    font-size:12px;
    margin-bottom: 1.5rem;
    line-height: 1; 
}

.product-price
{
    font-size:12px !important;
}

.single-product-price
{
    font-size:16px !important;
    font-weight:bold;
}

.product-delete {
    padding:5px; background-color:#fff; 
    text-align:right;
}

.cart-bottom {
    border:1px #eee solid; background-color:#fafafa;
    line-height:25px;
}

.cart-lable
{
    width:75px;
    height:20px;
}

.cart-text
{
    text-align:right;
}

.cart-row
{
    border-bottom:1px #eee solid;
}

.error {background-color: #d9534f !important;font-weight: 300;font-size: 12px !important;padding: 3px 6px 3px 6px;color: #fff;text-align: center;white-space: nowrap;}

.center-align
{
    width:100%;
    left:0; right:0; margin:auto;
    text-align:center;
}

.center-align1
{
    text-align:center !important;
}

.user-name {
    font-size:13px !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
  color:red;
}

.blink_me_nocolor {
  animation: blinker 1s linear infinite;
}

.blink_me_bg {
  animation: blinker 1s linear infinite;
  color:#fff!important;
  background-color:#ff0000;
  padding:5px 5px 5px 5px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.razor-page {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(238, 70, 107, 0.78)), to(transparent));
  background-image: linear-gradient(270deg, rgba(166, 29, 83, 0.78), transparent);
  background-color: #641b36;
  height:120px; 
}

.razor-page .inner {
    padding-top:40px; font-size:20px;
    text-align:center;
    color:#fff;
}

.razor-page-message {
    padding-top:50px; font-size:16px;
    text-align:center;
    color:#777;
}

.razor-page-button {
    padding-top:100px;
    text-align:center;
}

.gross-income {
    font-weight:bold; 
    background-color:#fff7b1;
    padding:2px 10px 2px 10px;
    border:1px solid #fee300
}

.grid-qty-btn{
    padding-left:10px;
    padding-right:15px;
}

.search-distributor
{
	font-size:12px;
	color:#333;
}

.search-distributor a
{
	color:#999 !important;
}

.search-distributor:hover
{
	color:#465b30 !important;
    font-weight:bold;
}

.hscroll {
        overflow-x: auto;
        width:100%;
}

.dashboard-panel-bg1 {
     background-color:#490e00!important;
}

.dashboard-panel-bg2 {
     background-color:#a2210c!important;
}

.dashboard-panel-bg3 {
     background-color:#57585a!important;
}

.dashboard-panel-bg4 {
     background-color:#282826!important;
}

.web-error
{
    position:relative;
    font-size:12px !important;
    color:#ff0000;
    font-style:italic;
}

 .roundimage {
border-radius: 50% !important;
}

 .login-bg {
     background-color:#222;
     background: url("../images/bg.jpg") #FFF no-repeat center center fixed; 
 }

.panelForm {
    padding:20px;
    border:1px solid #eee; 
    background-color:#fff;
}

.panelForm-edit {
    padding:20px;
    border:1px solid #ffd4d7; 
    background-color:#fefef1 !important;
 }

.avatar-name
{
    font-size:13px; 
    font-weight:600;
}

.bg-01 {
    background-color: #fd5c04 !important;
    background-image: linear-gradient(to right, #fd5c04 , #fe9f6c);
}

.bg-02 {
  background-color: #fe0284 !important;
  background-image: linear-gradient(to right, #fe0284 , #ff64b4);
}

.bg-03 {
  background-color: #fdbd03 !important;
  background-image: linear-gradient(to right, #fdbd03 , #fdd357);
}

.bg-04 {
  background-color: #e2233b !important;
  background-image: linear-gradient(to right, #e2233b , #fa7182);
}

.bg-05 {
  background-color: #7ac33c !important;
  background-image: linear-gradient(to right, #7ac33c , #aaef70);
}

.bg-06 {
  background-color: #04c0fc !important;
  background-image: linear-gradient(to right, #04c0fc , #72dbfd);
}

.bg-07 {
  background-color: #759460 !important;
  background-image: linear-gradient(to right, #759460 , #b9d7a5);
}

.bg-08 {
  background-color: #550a0f !important;
  background-image: linear-gradient(to right, #550a0f , #92494e);
}

.bg-09 {
  background-color: #a5a569 !important;
  background-image: linear-gradient(to right, #a5a569 , #d4d48f);
}

.bg-10 {
  background-color: #b59078 !important;
  background-image: linear-gradient(to right, #4bd201 , #93fb5a);
}

.bg-11 {
  background-color: #46afaa !important;
  background-image: linear-gradient(to right, #ff6803 , #fbac77);
}

.bg-12 {
  background-color: #b95f69 !important;
  background-image: linear-gradient(to right, #b95f69 , #c48891);
}

.bg-13 {
    background-color: #1e64af !important;
    background-image: linear-gradient(to right, #03c1bf, #3efdfb);
}

.bg-14 {
    background-color: #84b74a !important;
    background-image: linear-gradient(to right, #84b74a, #b2e579);
}

.bg-15 {
  background-color: #fdbd03 !important;
  background-image: linear-gradient(to right, #fdbd03 , #fdd357);
}

.bg-16 {
  background-color: #e2233b !important;
  background-image: linear-gradient(to right, #e2233b , #fa7182);
}

.bg-17 {
  background-color: #b95f69 !important;
  background-image: linear-gradient(to right, #b95f69 , #c48891);
}

.bg-18 {
  background-color: #ff0891 !important;
  background-image: linear-gradient(to right, #ff0891 , #fe7dc4);
}

.card-height {
    height:160px !important;
}

.uline {
    text-decoration:underline !important;
    font-weight:bold;
    padding: 3px 20px 3px 20px;
    background-color:#fef0a3;
}