﻿body {
}

.copyright
{
	text-align:center; 
	font-size:12px;
	color:#777;
	padding-top:2px;
}

.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;	
}

.user-detail
{
	font-size:12px;	
	color:#fff;
}

.fs-form
{
    border:1px solid #eaeaea;
    border-radius:3px;
    background-color:#fcfcfc;
}

.fs-form-edit
{
    border:1px dotted #ff0000; 
    background-color:#fefef1;
}

.lable
{
	padding-bottom:2px;
}

.field-required
{
    vertical-align:top;
    padding-top:9px;
    padding-left:5px;
}

.required 
{
	font-size:11px;
	font-style:italic;
	color: #fd4040;
}

.optional
{
	font-size:11px;
	font-style:italic;
	color: #0f9b1f;
}

.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;
}

.confirmation-msg
{
	text-align:center; 
	line-height:30px; 
	color:#777;
	font-size:18px;
}

.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:13px;
    text-align:left;
    font-weight:600;
}

.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);

    padding-right: calc(1.5em + 1.6rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc2626'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc2626' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.4rem) center;
    background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
    margin-top: 0;
    padding: 0.6rem 0.75rem;
}

.highlight-valid
{
    border:1px #ff5a00 solid ;
    background-color: rgba(255, 0, 0, 0.03);

    border-color: #2ca87f;
    padding-right: calc(1.5em + 1.6rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ca87f' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.4rem) center;
    background-size: calc(0.75em + 0.8rem) calc(0.75em + 0.8rem);
    margin-top:0;
    padding: 0.8rem 0.75rem;
}

.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;
}

.grid-subuser
{
    font-size:11px; font-style:italic;
}

.zoom {
  transition: transform .5s ease; /* Animation */
}

.zoom:hover {
  transform: scale(5); 
  cursor:pointer;
}

.zoom3 {
  transition: transform .5s ease; /* Animation */
}

.zoom3:hover {
  transform: scale(3); 
  cursor:pointer;
}

.genealogy-scroll {
    margin: 4px, 4px;
    padding: 4px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.genealogy-main
{
    width:1550px; text-align:center; font-size:12px;
}

.genealogy-line
{
    border-bottom:1px solid #eee;
}

.cart-bottom {
    border:1px #eee solid; background-color:#fafafa;
    line-height:25px;
    margin-left:20px;
}

.cart-lable
{
    width:75px;
    height:20px;
}

.cart-text
{
    text-align:right;
}

.cart-row
{
    border-bottom:1px #eee solid;
}

.cart-table {
    width:100%; text-align:right;
    margin-left:13px;
    margin-right:13px;
}

.card-bg {
    background-color:#fafafa;
}

.grid-qty-btn {
    height:42px;
    margin-left:5px;
    margin-right:5px;

}

.panelForm {
    padding:20px;
    border:inherit; 
    border-radius: 8px;
    background-color:inherit;
}

.panelForm-edit {
    padding:20px;
    border:inherit; 
    border-radius: 8px;
    background-color:inherit;
 }

.page-heading {
    margin-bottom:10px;
}

.page-head-title {
    font-size:18px;
}

.blink-error {
  animation: blinker 1s linear infinite;
  font-size:12px !important;
  color:#fff!important;
  background-color:#ff0000;
  padding:3px 5px 3px 5px;
}

.blink_me_nocolor {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 1;
  }
}

.pc-container1 {
  position: relative;
  top: 40px;
  min-height: calc(100vh - 135px);
  padding-left:50px;
  padding-right:50px;
}
