html,body{
	height:100%;
	width:100%;
	/*font-family: 'Roboto', sans-serif !important;*/
	/* font-family: 'Roboto', sans-serif !important; */
	font-family: 'Rajdhani', sans-serif !important;
	background-color: #f5f8fa;
}
:not(i){
	font-family: 'Rajdhani', sans-serif !important;
}
input {
	font-family: 'Rajdhani', sans-serif !important;
}
.i-block{
		display: inline-block;
}
.outer-cover{
	width:100%;
	height:90%;
	background-color: #f5f8fa;
}
#progress{
	position:absolute;
	display:none;margin:0;
	z-index:101;
}
.pointer{
	cursor: pointer;
}
.flex-cover{
	width:100%;
	height:100%;
}
 .table0 td{
	padding:0;
	margin:0;
}
h6{
	font-size:1rem;
}
.cmn-t{
	/* font-family: 'Roboto', sans-serif; */
	font-weight:500;
}

.cmn-n{
	/* font-family: 'Roboto', sans-serif; */
	font-weight:400;
}
.cmn-s{
	/* font-family: 'Roboto', sans-serif; */
	font-weight:100;
}
.h80{
	height:80%;
}
.error-msg{
		color: #FF0000 !important ;
}
.border{
	border:1px solid #eeeeee;
	padding-right:1px;
}

.reset{
	padding:0;
	margin:0;
}
.inline{
	display:inline;
}
.login-card{
	margin: 46px;
}
.overflow{
	overflow-x: auto;
}
i{
	vertical-align: middle !important; 
}
.cric.collapsible {
    margin: 0;
}

.card-content h5{
	margin-top:0;
	/*margin-bottom: 0;*/
}
.b1px{
	border: 1px solid #eee;
}
.m0{
	margin:0 !important;
}
.mp0{
	margin:0 !important;
	padding:0 !important;
}
.mp1{
	
	padding:0 !important;
}
.btn-ws{
	width:70px;
}
.z-1{
	z-index:99;
}
.btn-wd{
	width:140px;
}
.white-label label{
	color:#ebe6e6;
	font-size: 0.95em;
}
.absolute-action-button {
	position: absolute;
	right:20px;
	bottom:20px;
}
.form-margin{
	margin:10px;
	margin-right:0;
	/* display:inline-block; */
}
.form-group{
	display:block;
	overflow:auto;
}
.tile-header{
	margin:0;
	padding:10px;

}
.tabs.tabs-transparent .tab a.active {
    color: #000;
}
.checkbox-blue[type="checkbox"].filled-in:checked + label:after{
     border: 2px solid #2196F3;
     background-color: #2196F3;
}


.tabs.tabs-transparent .tab a  {
    color: rgba(0, 0, 0, 0.7);
}

.tabs.tabs-transparent .tab a, .tabs.tabs-transparent .tab.disabled a, .tabs.tabs-transparent .tab.disabled a:hover {
    color: rgb(119, 119, 119);
}
.tabs.tabs-transparent .tab a:hover, .tabs.tabs-transparent .tab a.active {
color: #111;
font-weight: 700;
}
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color:#5374a0 !important;
    will-change: left, right;
}

.nav_opacity{
	opacity:0.98;
	
}
.Select-menu-outer{top: auto; bottom: 100%}
.reset-margin-bottom  input.select-dropdown{
	margin-bottom: 0 !important;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: rgb(1, 68, 250);
}


.attract_btn {
  animation-duration: 1s;
  animation-delay: 10s;
  /*animation-iteration-count: infinite;*/
  -webkit-animation-iteration-count: 3; /* Safari 4.0 - 8.0 */
	animation-iteration-count: 4;
}

.delete_score a{
    display:none;
}
table tr:nth-child(1) td.delete_score a {
	/*background-color: blue;*/
	display:block;
}


.upc{
	text-transform:uppercase;
}

.con1{
	margin-left: auto;
	margin-right: auto;
	
}
@media only screen and (min-width: 1800px){
	.con1 {
		width: 80%;
	}
}
@media only screen and (max-width : 992px) {
	.login-card{
		margin:0;
	}
	.con1{
		width:92%;
	}
}
@media only screen and (max-width: 396px){
.form-margin{

	margin:10px;
	margin-right:0;
	margin-left: 1px;
	
}


/* .form-group{
	display:inline-flex;;
	overflow:auto;
} */
}


a.active {
    background-color: aliceblue;
}

header,
main,
footer {
  padding-left: 200px;
}

.sidenav-fixed{
width: 200px;
}
@media only screen and (max-width: 992px) {
  header,
  main,
  footer {
    padding-left: 0;
  }
}

.nav-wrapper{
	display: inline-block;
	width: 100%;
	overflow:hidden;
}

.overflow-x{
	overflow-x:scroll;
}
.o100{
	opacity:1;
}