body 
{
	font-family: Calibri;
	font-size:12pt;
	color:#484848;
	padding:0px;
	margin:0px;
}

.body2 
{
	font-family: Arial;
	padding-top:40px;
	margin:0px;
}

.body3 
{
	font-family: Arial;
	padding-top:20px;
	margin:0px;
}

.lf
{
	font-family: Calibri;
	font-size:18pt;
}

select
{
	padding:2px;
}

#dbody 
{
	font-family: Arial;
	font-size:10pt;
	width:1000px;
	margin:auto;
	border:1px solid lightgrey;
}

.dgen 
{
	font-family: Calibri;
	font-size:10pt;
	width:1000px;
	margin:auto;
}

#dselect 
{
	background-image: url('dhtmlxmenu_bg.gif');
	font-family: Arial;
	font-size:12pt;
	padding:10px;
	width:980px;
	border:1px solid lightgrey;
	margin: 5px auto;
	display:none;
}

.Gtit
{
padding:7px;
background-image: url('dhtmlxmenu_bg.gif');
color:#474747;
font-size:20px;
font-weight:bold;
text-align:left;
padding-left:20px;
border:1px solid #aaaaff;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}

.Gtit2
{
background-image: url('dhtmlxmenu_bg.gif');
color:#474747;
font-size:20px;
font-weight:bold;
text-align:left;
padding-left:20px;
border:1px solid #aaaaff;

}

.r3
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.r3d
{
	background:white;
	border:1px solid white;
	text-align:center;
}

.r5
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.r5b
{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.r10
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.resp
{
	display:none;
	width:0px;
	height:0px;
	visibility:hidden;
}

.inpc
{
	margin:auto;
	border:none;
	width:99%;
	text-align:center;
	background:yellow;
	color:red;
}

.tdpix
{
	width:230px;
	padding:10px;
	background:white;
	border:1px solid lightgrey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dmg
{
	font-size:12pt;
	font-weight:bold;
	color:red;
	z-index:100;
}

.sm-btn
{
	background:rgba(220,0,0,0.7);
	color:white;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	font-size:12pt;
}

.qtd
{
	width:100%;
	text-align:center;
	border:1px solid #ccc;
}

.qtd2
{
	width:70%;
	text-align:center;
	border:1px solid #ccc;
}

.inam
{
	width:95%;
	border:1px solid #ccc;
}

.bisel
{
	height: 21px;
  padding: 0;
  font-size: 12px;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color: rgba( 255, 255, 255, .5 ); 
}

.modal2 {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}

.modal3 {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .5 ) 
								url('../images/ricardog.gif')  
								50% -150%
								no-repeat;
		background-size: 15%;								
}

.modal4 {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .5 ) 
								url('../images/cat.gif')  
								50% -150%
								no-repeat;
		background-size: 15%;								
}

#modbox .modal{
    background: none; 
	background-image:	n;
	background-repeat: no-repeat;
	background-size: 15%;		
	background-position: 50% -20%; 				
	
}
body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

optgroup
{
	background:orange;
	color:white;
}

@-webkit-keyframes backgroundScroll {
from {background-position: 120% 0;}
to {background-position: -200px 0;}
}
 
@keyframes backgroundScroll {
from {background-position: 120% 0;}
to {background-position: -200px 0;}
}

.home-product 
{
	background:url('../images/web_riders.png') no-repeat;
	background-size: 120px, 130px, 100%;
	-webkit-animation: backgroundScroll 10s linear infinite;
	animation: backgroundScroll 10s linear infinite;
}

.nav li a
{
	color:white;
}

.nav li a:hover
{
	color:#337ab7;
}

.mleft
{
	left:0;
	top:0;
	z-index:2000;
	background:#FFC666;
}

.divbhead
{
	padding:7px 10px;
	font-size:14pt;
	
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.subt
{
	margin: 0 0 10px 0 ;
	color:#555555;
	border-bottom:1px solid #aaaaaa;
}

label
{
	font-weight:normal;
}

.divid {
    height: 3px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #FFC666;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.cyl.active
{
	background-color:#B4192D;
	color:white;
}
.cyl.active.focus
{
	background-color:#B4192D;
	color:white;
}

.ui-datepicker{ z-index:1151 !important; }

.rite
{
	text-align:right;
	padding-right:10px;
	
}

.wite
{
	background:white;
	
}

.spc
{
	padding:10px;
}

.siva
{
	background:white;
	width:40%;
	text-align:right;
}

.civa
{
	background:#ccc;
	width:40%;
	text-align:right;
}

main
{
	padding:40px 10px 0 10px;
}

#bcrum
{
	padding-left:50px;
	margin-bottom:10px;
}

.sepb:after
{
	padding-bottom:7px;
	border-bottom: 1px solid #ccc;
	width:97%;
	margin:auto;
 }
 
.min20
{
	min-width:20%;
}

.mar10
{
	margin:10px;
}

.bsep
{
	padding-bottom:7px;
	border-bottom: 1px solid #ccc;
	width:97%;
	margin:auto;
}
 
.bs1
{
	padding-bottom:7px;
	width:97%;
	margin:auto;
}
 
.bssep
{
	padding:7px 0;
	border-bottom: 1px solid #ccc;
}

label.cyl.active.focus
{
	background-color:#B4192D;
	color:white;
	
}
 
label.cyl.active
{
	background-color:#B4192D;
	color:white;
	
}
 
.bg-err
{
	background: #B4192D;
	color:white;
}

.nav li a.etab
{
    text-decoration: none;
		color:#337ab7;
	  background-color: white;
}

.nav li a.etab:hover
{
    text-decoration: none;
		color:#337ab7;
	  background-color: #eee;
}

.bodo
{
	color: #B4192D;
}

.bordo
{
	border: 1px solid #B4192D;
}

.ct2
{
	border: 1px solid #337ab7;
	padding:5px;
	margin:10px 20px;
	background:#eee;

}

.input-group-addon.primary {
    color: white;
    background-color: #337ab7;
}

#rptselector
{
	color:#337ab7;
}

#rptselector>option
{
	font-size:12pt;
	letter-spacing:2px;
}

.rpts1
{
	text-align:right;
	font-size:14px;
	color:#337ab7;
	font-weight:bold
}

.edtb:hover {
    color: red;
}

.ag_adm
{
	background:#337ab7;
	color:white;
}

.modal.left .modal-dialog, .modal.right .modal-dialog 
{
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
			-ms-transform: translate3d(0%, 0, 0);
			 -o-transform: translate3d(0%, 0, 0);
					transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,	.modal.right .modal-content 
{
	height: 100%;
	overflow-y: auto;
}
	
.modal.left .modal-body, .modal.right .modal-body 
{
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog 
{
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
			 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
					transition: opacity 0.3s linear, right 0.3s ease-out;
}
	
.modal.right.fade.in .modal-dialog {
	right: 0;
}

.modls
{
	position: fixed;
  top: 66px;
  right: 0;
  bottom: 0;
  z-index: 1050;
	display:none;
	overflow-x: hidden;
  overflow-y: auto;
	height: 80%;
  width: 25%;
  background-color:#eee;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;

}

.scoot-white
{
	background-image: url(/images/vespab.png);
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.nav-tabs > li.active > a {
  color: #337ab7;
}

.border-left-success {
    border-left: .25rem solid #17c30c!important;
}

.border-left-warning {
    border-left: .25rem solid #ffd400!important;
}

.border-left-danger {
    border-left: .25rem solid red!important;
}

.card-header {
  
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

.bdash{
	background: #f8f9fa;
	  margin: 0;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;

}

.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.align-items-center {
    align-items: center!important;
}

.font-weight-bold {
    font-weight: 700!important;
}
.text-gray-800 {
    color: #5a5c69!important;
}

.text-primary {
    color: #4e73df!important;
}

* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 150px;
  height: 150px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 400px;
  height: 400px;
}

.lblue { background-color:#337ab7;}

.ui-autocomplete { z-index : 5000; }

select optgroup{
    background: #e9ecef;
	font-size:2px;
	line-height:5px;
}

select optgroup.optb{
    background: white;
	font-size:4px;
	line-height:5px;
}

a { text-decoration: none; }

.bg19 {
	background:url('/images/b19.jpg'); 
	background-repeat: no-repeat;  
	background-size: cover ;	
}
	
.bg16 {
	background:url('/images/b16.jpg'); 
	background-repeat: no-repeat;  
	background-size: cover ;	
}	

.bg16ac {
	background:url('/images/a_creed.jpg'); 
	background-repeat: no-repeat;  
	background-size: 86%;	
	background-position: right 0 ;
}	
	
.bg13 {
	background:url('/images/b13.jpg'); 
	background-repeat: no-repeat;  
	background-size: cover ;	
}	