﻿body
{
  /* background-image: url('../img/websiteBG.jpg');
    background-repeat: repeat; */
}
.tableprint>tbody>tr>td, .tableprint>tbody>tr>th, .tableprint>tfoot>tr>td, .tableprint>tfoot>tr>th, .tableprint>thead>tr>td, .tableprint>thead>tr>th {
	padding: 5px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.norowhorizontalborder > tbody > tr > td
{
    border-color: #FFFFFF #000000 #FFFFFF #000000;
}
.vrajHideColumn
{
    padding: 0px;
    margin: 0px;
    display: none;
    font-size: 1px;
    color: #00FFFF;
    background-color: #FFFFFF;
    overflow: hidden;
    visibility: hidden;
}
.vrajColumnSmallButton
{
    padding: 0px;
    margin: 0px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
}
 
.vrajColumnRowNumberFormat
{
    padding: 0px;
    margin: 0px;
    width: 40px;
    text-align: right;
    vertical-align: middle;
}
.vrajColumnRowNumberFormatBig
{
    padding: 0px;
    margin: 0px;
    min-width: 40px;
    width:auto;
    text-align: right;
    vertical-align: middle;
}
.responsive-invisibility tr th td
{
    display: none !important;
}
.grdLink
{
    cursor: pointer;
}
.VrajgrdLink
{
    cursor: pointer;
}
.vrajHighlightBoldColor
{
    font-size: 22px;
    color: #FF0000;
    font-weight: bold;
}
.vrajReportFooterBold
{
     font-size: large;
    font-weight: bold; 
    color: #009933;
}
.vrajReportFooterBoldGrand
{
    font-size: large;
    font-weight: bold; 
    color:Red;
}
.completionList
{
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: Gray;
    margin: 0px !important;
    padding: 1px;
    height: auto;
    max-height: 250px;
    overflow: scroll;
    background-color: white;
    z-index:99999 !important;
     margin: 0px !important;
        z-index:99999999 !important;
        
       
       
}


.completionListBig
{
    min-width: 700px;
}
.completionListMedium
{
    min-width: 400px;
}
.completionListItem
{
    background-color: window; /* color: windowtext;*/
    padding: 1px;
}
.completionListItemHighlight
{
    background-color: #333399;
    color: #FFFFFF;
    padding: 1px;
}
.completionListTable
{
    padding: 0px;
    border-color: Black;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    overflow: hidden;
    display: block;
    max-height: 15px;
    font-weight: bold;
}

.completionListTable-sm-2
{
    width: 16.67%;
    overflow: hidden;
}
.completionListTable-sm-4
{
    width: 33.33%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.completionListTable-sm-1
{
    width: 8.33%;
    overflow: hidden;
}
.completionListTable:hover, .completionListTable:focus
{
    background-color: #333399;
    color: #FFFFFF;
}
.InvoiceCustomerName
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.thAlignRight
{
    text-align: right;
}
.thAlignCenter
{
    text-align: center;
}
.vrajResponseImageLogin
{
    max-width:100%;
    width:100%;
    height:auto;
}
.vrajResponseImage
{
    max-width: 200px;
    max-height: 150px;
    min-height: 150px;
}
.vrajResponseImageThumb
{
    max-width: 100px;
    max-height: 100px;
    min-height: 100px;
    width:auto;
}
.vrajResponseImageThumbSmall
{
    max-width: 50px;
    max-height: 50px;
  height:auto;
    width:auto;
  
 
	text-align:center;
	vertical-align:middle;
 display:block;
 
}
.vrajResponseImagecarousel
{
    max-height: 340px;
}
.vrajResponseImageLogo
{
    max-height: 50px;
}
.vrajLogoDiv
{
    padding-bottom: 0px;
}
.vrajModalHeight
{
    height: 90%;
    overflow: auto;
}

/* Customize the label (the container) */
.containercheckbox
{
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containercheckbox input
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark
{
    position: absolute;
    border: 2px solid rgba(0,0,0,.54);
    border-radius: 2px;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
}

/* On mouse-over, add a grey background color */
.containercheckbox:hover input ~ .checkmark
{
    background-color: #FFFFFF;
}

/* When the checkbox is checked, add a blue background */
.containercheckbox input:checked ~ .checkmark
{
    background-color: #009688;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after
{
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containercheckbox input:checked ~ .checkmark:after
{
    display: block;
}

/* Style the checkmark/indicator */
.containercheckbox .checkmark:after
{
    left: 5px;
    top: 0px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modalprogress
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.centerprogress
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: black;
    border-radius: 10px;
    filter: alpha(opacity=50);
    opacity: 1;
    -moz-opacity: 1;
}
.centerprogress img
{
    height: 128px;
    width: 128px;
}
  .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btnSmallNormal
{ 
     background-color: #66CCFF; 
}

.pnlGridStyle
{
    height: auto;
    max-height: 20%;
    overflow: scroll;
}
.CartButton
{
    border: 2px solid transparent;
     border-radius: 20px;
  -webkit-transition: 0.2s all;
}

@media screen{
    .no-screenshow
    {
        display:none;
    }
}

.imgLogin
{
    height: auto;
     
} 

.profileViewBold
{
    font-weight: bold;
}
.profileViewNormal
{
    font-weight: normal;
}
.textboxVrajRound
{
    border-radius: 10px;
  border: 1px solid #0073b7;
  padding: 2px;
  width: 200px;
  
}



 .file-upload
{
    margin: 3px;
    background-position: center center;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #124d77;
    color: #FFFFFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
    background-image: url('../files/NoImageGeneral.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
}



    .file-upload:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color: #4fbfa8;
    background-position: center center;
      background-image: url('../files/NoImageGeneral.png');
    background-repeat: no-repeat;
   background-size: auto 100%;
    color: #4fbfa8;
}


/* The button size */
.file-upload {
    height: 125px;
}

    .file-upload, .file-upload span {
        /*width: 125px;*/
        width:90%;
    }

        .file-upload input { 
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong
{
    font: normal 12px Tahoma,sans-serif;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index:1;
}

        .file-upload span
{
    display: inline-block; /* Adjust button text vertical alignment */
    position: relative;
    vertical-align: middle;
    text-align: center;
}
        
         .file-upload span:hover
{
    color: #FF0000;
}
 

.prodinfoVrajImg
{ 
    min-height:100px;
	 max-height:200px;
	max-width:100%;
	height:auto;
	width:auto; 
	overflow: hidden;
	text-align:center;
	vertical-align:middle;
	 display:block;
	 
}

.prodinfoVrajImgDiv
{ 
 
		min-height: 200px;
	max-height: 200px;
 
	text-align:center;
	vertical-align:middle;
 display:block;
 height:auto;
	width:auto; 
}

.prodinfoVrajNameDiv
{
	display: block;
	min-height: 40px;
	max-height: 40px;
	overflow: hidden;
	}
	
	
 
.prodinfoVrajImgDivCarasoul
{ 
	min-height: 200px;
	max-height: 200px;
 
	text-align:center;
	vertical-align:middle;
 display:block;
}
 
.prodinfoVrajImgCarasoul
{
  	 max-height:200px;
	max-width:100%;
	height:auto;
	width:auto; 
}
	
	.vrajCardBodySideFilter
	{	
	    
	    overflow: auto;
	 	max-height:120px;
	 	margin-bottom:10px;
	}
	
	
	
	.ShowOnlyForScreen
	{ display:block;
	}
	.ShowOnlyForMobile
	{
	    display:none;
	}
	
	@media screen and (max-width: 768px) 
	{
	    
	    .profVrajImg
{
    max-width:100%;
	height:auto;
	 
}

.ShowOnlyForMobile
	{
	    display:block;
	}
	.ShowOnlyForScreen
	{
	    display:none;
	    }
	    
	    .VrajtextLeft
	    {
	        text-align:left;
	    }

} 

 
        
        
        .SingleCheckbox
        {
            padding-left: 20px;
        }
        .SingleCheckbox label
        {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding-left: 5px;
        }
        .SingleCheckbox label::before
        {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }
        .SingleCheckbox label::after
        {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }
        .SingleCheckbox input[type="checkbox"]
        {
            opacity: 0;
            z-index: 1;
        }
        .SingleCheckbox input[type="checkbox"]:checked + label::after
        {
            font-family: "FontAwesome";
            content: "\f00c";
        }
         
         
         
         
         .video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.btn
{
    cursor: pointer;
}

.itemCarasoulOriginal img
{display: block;
    width: 100%;
}

.vrajRoundedCorner
{
   border-radius: 0.5rem;
}

.vrajRoundedCornerLeft
{
  border-top-left-radius:0.25rem;
}

.ChatProfileImg
{
    padding: 0px;
    margin: 5px;
    border: 1px solid #000000;
    position: relative;
    float: left;
    clear: both;
    width: 30%;
    border-radius: 0.5rem;
}
.chatListBox
{
    flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
    overflow: auto;
    min-height:50%;
}

.chatListUserBox
{
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #000000;
    text-align: left;
    padding-bottom: 2px;
}


.chatTransactionBox
{
    flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
    overflow: auto;
    min-height:350px;
}


.vrajProfImg-img
{
    border: 0px solid #4fbfa8;
    border-radius: 5%; 
}
.vrajProfImg-thumb
{
    border: 1px solid #4fbfa8;
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.vrajButton
{
     color:#041754;
   
}

.vrajButton:hover
{
     color: #FFFFFF;
}

.vrajNewButton:hover
{
    color:#041754;
}
.vrajNewButton
{
    color:#041754;
}
.vrajListtable tbody tr td
{
    padding: 10px;
}



/*celebreto special*/

.header-link ul li
{
    float: left;
    padding: 0 20px 0 23px;
    text-transform: uppercase;
    background: none no-repeat 0 4px;
}
 
 .vrajProdMRPCross
{
     text-decoration: none;
    background-image: linear-gradient(transparent 7px,#cc1f1f 7px,#cc1f1f 9px,transparent 9px);

}
.vrajmultiline-strikethrough {
  display: inline;
  background-image: linear-gradient(transparent 0.8ex, red 0.8ex, red 1.5ex, transparent 1.5ex);
}

.vrajButtonDiv
{
   
    
}
 	@media screen and (max-width: 1024px) {
.vrajButtonDiv
{
    min-height:75px;
    
}

} 

.VRajCMS_ServiceWebBigFont
{
    font-size: 16px;
}
.VRajCMS_ServiceWebBigFont h4
{
    font-size: 20px;
}
.VRajCMS_ServiceWebProfHeading
{
    color: #f58320;
    text-transform: capitalize;
    font-weight: normal;
}




.separator
{
    display: flex;
    align-items: center;
    text-align: center;
    color: #ff7c0b;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ff7c0b;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

.vrajAnchorLink a, .vrajAnchorLink a:hover, .vrajAnchorLink a:visited
{
    text-decoration: none;
}

a, a:hover, a:visited
{
    text-decoration: none;
}