/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');


body, html {
	padding: 0 !important;
	margin: 0 !important;
	font-family: 'Roboto', sans-serif;	
	font-size: 14px;
	-webkit-font-smoothing: antialiased !important;
	height:100% !important;
	font-weight:normal;
}

body:fullscreen {
  overflow: scroll !important;
}
body:-ms-fullscreen {
  overflow: scroll !important;
}
body:-webkit-full-screen {
  overflow: scroll !important;
}
body:-moz-full-screen {
  overflow: scroll !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
  
h1, h2, h3, h4 {
line-height: 75%;
font-family: 'Lato', sans-serif !Important;	
	}
	
.mpagehead {
font-family: 'Lato', sans-serif !Important;	
font-size:160% !important;
text-transform:none
	}
	
h1 {
	font-size: 300%;
	letter-spacing: -2px;
}
h2 {
	font-size: 250%;
	letter-spacing: -1px;
}
h3 {
	font-size: 200%;
		letter-spacing: -1px;
}
h4 {
	font-size: 120%;
		letter-spacing: -1px;
}
.mcontain {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.mrow {
	clear: both;
	width:100%;
}
.mcol1, .mcol2, .mcol3, .mcol3e, .mcol4, .mcol5, .mcol6, .mcol7, .mcol8, .mcol9, .mcol10, .mcol5m, .mcol25, .mcol33 {
	display: block!important;
	float: left!important;
	vertical-align: top!important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mcol1 {
	width: 10% !important
}
.mcol2 {
	width: 20% !important
}
.mcol25 {
	width: 25% !important
}
.mcol3 {
	width: 30% !important
}
.mcol3e,.mcol33  {
	width: 33.33333333333% !important
}
.mcol4 {
	width: 40% !important
}
.mcol5, .mcol5m {
	width: 50% !important
}
 .mcol5m {
	width: 40% !important
}

.mcol6 {
	width: 60% !important
}
.mcol7 {
	width: 70% !important
}
.mcol8 {
	width: 80% !important
}
.mcol9 {
	width: 90% !important
}
.mcol10 {
	width: 100% !important
}
.mpad5 {
	padding: 15px;
}
.mpad10 {
	padding: 10px;
}
.mpad15 {
	padding: 15px;
}
.mpad20 {
	padding: 20px;
}
.mtextr {
	text-align: right;
}
.mtextl {
	text-align: left;
}
.mtextc {
	text-align: center;
}
.mbut {
	font-size: 16px;
	width: auto !important;
	border-radius: 5px;
	display: inline-block !important;
	margin: 2px;
	white-space: nowrap;
	border: none;
	padding: 0;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	box-sizing : border-box;
	text-shadow: none !important
}

.mbut-block {
	font-size: 16px;
	width: 100% !important;
	border-radius: 5px;
	display: block !important;
	margin: 2px;
	white-space: nowrap;
	border: none;
	padding: 0;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	box-sizing : border-box;
	text-shadow: none !important
}

.mbut-block i{
	float:left;
}

.mbut-block .mbuttxt{
	display: table-cell;
padding:15px 100%
}


.mbutmini{
	font-size: 12px;
	width: auto !important;
	border-radius: 2px;
	display: inline-block !important;
	margin: 2px;
	white-space: nowrap;
	border: none;
	padding: 0;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	box-sizing : border-box;
	text-shadow: none !important
}

.mbutsm{
	font-size: 12px;
	width: auto !important;
	border-radius: 2px;
	display: inline-block !important;
	margin: 2px;
	white-space: nowrap;
	border: none;
	padding: 0;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	box-sizing : border-box;
	text-shadow: none !important
}

.mbutsm .far, .mbutsm .fas, .mbutsm .fal{
padding:12px !important;
}

.mbutm{
	font-size: 14px !important;
	width: auto;
	border-radius: 2px;
	display: inline-block !important;
	margin: 2px;
	white-space: nowrap;
	border: none;
	text-shadow: none !important;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	padding:4px 8px 4px 8px;
}

.mbuts {
	font-size: 12px;
	width: auto;
	border-radius: 2px;
	display: inline-block !important;
	margin: 2px;
	white-space: nowrap;
	border: none;
	padding: 0;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	text-shadow: none !important;
}

.mbuttiny{
	font-size: 10px !important;
	width: auto !important;
	border-radius: 2px !important;
	display: inline-block !important;
	margin: 2px;
	white-space: nowrap;
	border: none;
	padding: 0;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	box-sizing : border-box;
	text-shadow: none !important;
}

.mbutw {
	display: block !important;
	border-radius: 0;
	margin: 0;
}
.mbutw i {
	padding: 15px !important;
	border-radius: 0px !important;
}
.mbut i, .mbut-block i{
	width:auto !important;
	padding: 15px !important;
	border-radius: 4px 0 0 4px;
}

.mbutmini i
{	width:auto !important;
	padding: 8px !important;
	border-radius: 4px 0 0 4px;
	background-color: inherit !important
}

.mbutminitxt{
padding: 5px;
text-shadow: none !important;
}

.mbuts i {
	padding: 15px !important;
	border-radius: 2px 0 0 2px;
}
.mbutm i {
background-color: inherit !important
}
.mbut .mbuttxt  {
	padding: 15px !important;
}
.mbuts .mbuttxt{
	padding: 5px;
		padding-left:0px !important;
		text-shadow: none !important;
}
.mbuts i {
	padding: 10px;
	border-radius: 2px 0 0 2px;
}



table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: separate;
}
td, th {
	padding: 8px;
	text-align: left;
	vertical-align: middle;
}

.dashbuts{
	padding:4px;
	width:10px;
}



 .dashtable{
width: 100%;
border-spacing: 0px;
border-collapse: separate;
font-size:85% !important;
border-top: solid 1px #CCC; 
border-right: solid 1px #CCC;
 }
 .dashtable td,  .dashtable th {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
} 
  .dashtable tr td,   .dashtable tr th{
  border-bottom: solid 1px #CCC; 
  border-left: solid 1px #CCC;
  }
.dashtable thead, .dashtable thead tr th {
  background-color: #EEE;
  border-bottom: solid 1px #CCC; 
  color: #333;
  text-transform:none;
  font-weight: bold !important;
  }
 .dashshowed{
	 border: none !important;
	 padding:4px;
	 font-size: 95% !important;
	 font-family: 'Open Sans', sans-serif;	
	-webkit-font-smoothing: antialiased !important;
 }
 .dashshowed:focus{
	 background-color: #EEE;
 }

.table-bordered {
	border: none !important;
	border-radius: 5px;
}
.table-condensed td, .table-condensed th {
	padding: 4px;
}
.table-hover tr:hover {
	cursor: pointer;
}
.table-auto {
	width: auto !important;
}
.mform {
	padding: 20px;
	border-radius: 5px;
	margin:2px !important;
}
.fgroup {
	font-size: 14px;
}



.flabel {
	font-weight: bold;
	padding: 10px 0 10px 0;
}
.fcontrol input, .fcontrol select, .fcontrol textarea {
	box-sizing : border-box;
	font-size: 14px;
	border-radius: 3px;
	padding: 8px;
	font-family: inherit !important;
	margin-bottom: 5px;
	width: 100%;
}


.msearch {
	box-sizing : border-box;
	font-size: 14px;
	border-radius: 3px;
	padding: 6px;
	margin-bottom: 5px;
	width: 20%;
	border: 1px solid #CCC;
	font-weight:normal
}

.fcontrolmini input, .fcontrolmini select, .fcontrolmini textarea {
	box-sizing : border-box;
	font-size: 12px;
	border-radius: 2px;
	padding: 4px;
	font-family: inherit !important;
	margin-bottom: 3px;
	width: 100%;
}

.fcontrol textarea {
	width: 95%;
}
.fcontrol option {
	padding: 10px;
}
.fcontrol label {
	margin-right: 10px;
	cursor: pointer;
	padding-top: 5px;
}

.fgroupc{
margin : 0 auto;

}

.finline{
	width:auto;
	padding:0
}



.finline td{
	border: 0 !important
}


.flc {
	display: block;
	float: left;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flcfixed{
width:80px;	
}
.flc input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 3px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.flc input:checked ~ .checkmark:after {
	display: block;
}
.flc .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.radiomark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 3px;
}
.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}
.flc input:checked ~ .radiomark:after {
	display: block;
}
.flc .radiomark:after {
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	border-radius: 2px;
}
.fgroup {
	clear: both;
}

.fcontrolx {
	width: 10% !important;
	margin-bottom: 5px: 0 !important
}
.fcontrols {
	width: 20% !important;
}
.fcontrolm {
	width: 40% !important;
}
.fcontroll {
	width: 80% !important;
}
.fcontrolb input {
	width: 70%;
	margin: 0 !important;
	margin-left: -1px !important;
	border-radius: 3px 0 0 3px;
	border-right: 0
}
.fcontrolb .mbut {
	width: auto;
	padding: 10.5px;
	margin: 0;
	margin-left: -1px !important;
	border-radius: 0 3px 3px 0;
}
.fcontrolb .mbut i {
	width: auto;
	background-color: transparent !important;
	margin: 0;
	padding: 0;
}

.fcontrolb .mbut {
	width: auto;
	padding: 10.5px;
	margin: 0;
	margin-left: -1px !important;
	border-radius: 0 3px 3px 0;
}

.fcontrolb .mbutil {
	width: auto;
	padding: 12px !important;
	margin: 0;
	margin-right: -1px !important;
	border-radius:  3px 0 0 3px;
	border: 0px !important
}

.fcontrolb .mbutir {
	position:relative;
	width: auto;
	padding: 10px;
	margin: 0;
	margin-right: -1px !important;
	top: -1px !important;
	border-radius:  0 3px  3px 0;
	border: 0px !important
}



.fcontrolbi input {
	width: 70%;
	margin: 0 !important;
	margin-left: -1px !important;
	border-radius: 0 3px 3px 0; !important;
	border-left: 0
}

.fcontroli input {
	padding-left:40px
}

.fcontroli m {
position: absolute;
padding:10.5px;
color:inherit !important;
font-weight: bold;
}


button {
	cursor: pointer;
}
.help {
}
.faction {
	margin-top: 15px;
	padding: 15px;	
	clear:both;
}
.minverse {
}

.mbrand {

}

.mcopy{
	padding:10px;
	font-size: 75%;
	color: #333 !important
}

.mright {
  float: right !important;
}
.mleft {
  float: left !important;
}
.mhide {
  display: none !important;
}
.mshow {
  display: block !important;
}
.mhidden {
  visibility: hidden;
}
.mclear{
	clear:both;
}
.malert{
padding:20px;
border-radius: 5px;
}
.mhidel{
display:none !important;
}
.mmenus{
display: !important;
}

.flc .checkmark:after {
	border-top-width: 0 !important;
	border-right-width: 3p !important;
	border-bottom-width: 3px !important;
	border-left-width: 0 !important;
}

.mbadge {
	border-radius: 5px;
	padding:2px 10px 2px 10px;
	font-size: 80% !important;
	width:auto;
	display: inline-block;
}

.pbut {
	font-size: 14px;
	width: auto;
	border-radius: 5px;
	display: inline-block !important;
	white-space: nowrap;
	border: none;
	padding: 0;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	padding:8px 15px 8px 15px;
}

.pbutf{
	 width:100%;
}

.mbutgroup{
	display:inline-block !important;
}

.mbutc{
	border-radius: 0 !important;
	margin: 0 !important;
}

.mbutr i,.mbutc i,.mbutl i,  {
	padding: 15px;
	border-radius: 0 !important;
}

.mbutl{
	border-radius: 5px 0px 0px 5px !important;
	margin:0 !important;
}

.mbutr{
	border-radius: 0px 5px 5px 0px !important;
	margin: 0 !important;
}

.mrevealh{
	display: none;
	padding:10px;
	margin-top:15px;
}

.mrevealw{
	display: none;
	padding:10px;
}

.mbackd{
font-size:100%;
}

.mmenu{
border-top: 1px solid #CCC;		
}

.mtint{
border-top: 1px solid #CCC;			
}

.mmenu{
  width: 100%; /* Set a width if you like */
}

.mmenu a {
  display: block;
  padding: 12px;
  text-decoration: none;
}

.mmenu i {
  margin-right:5%
}

.mmenu .fa-angle-right, .mmenu .fa-caret-right{
	float:right;
}


.mcmenuc, .mcpagec{
	display: block;
	vertical-align: top;
width:100%;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height:100% !important
}

.mpushit{
	min-height:1080px !important;
}

.pushit{
		  display: flex;
  flex-flow: column;
  min-height: 100%;
}

.pushit2{
		  display: flex;
  min-height: 100%;
}

#mcpage{
		  display: flex;
  flex-flow: column;
  height: 100%;
  }

.mcmenuc{
	width:20% ;
}

.mcpagec{
	width:100%;
}

.mcmenuct{
display:none
}

.mcpagect{
	width:100%
}

.mpanel{
	display:block;
	width:100%;
	border: 1px solid #ccc;
	background-color: #FFF;
	border-radius:4px
}

.mpanelheading,.mpanelheadingd,.mpanelheadinga,.mpanelheadingc{
	padding:10px;
	font-size:120%;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.mpanelbody{
	padding:10px;
}

.mpanelt{
margin-top:10px	
}

.mptext{
width:20px; 
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}



input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.mpanelhide {
display:none;
}

.mfixwidth{
width:100px;	
text-align:center
}

.mswitch-label{
	width:200px !important;
}

.dbut{
	width:150px;
	height:150px;
	border: 4px solid #ccc;
	display: inline-block;
	margin:10px;
	border-radius:6px;
 
}

.dbuti{
	font-size:40px;
	text-align:center;
	padding:20px;
padding-bottom:0;
color: #333
}

.dbut .fad{

}

.dbutt{
font-size: 100%;
text-align:center;
padding:20px;
font-weight:bold;
}

.dbut:hover{
	cursor: pointer;
}


.hpill{
border: none !important;
padding:10px;
border-radius:50px;
margin-right:2px;
}



.fcontrolinline .fi {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle !important;
}

	
	.mtwist{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.fcontrolinline input, .fcontrolinline select, .fcontrolinline textarea {
    display: inline-block !important;
    width: auto !important;	
	font-size: 14px;
	border-radius: 3px;
	padding: 8px;
	font-family: inherit !important;
	margin-bottom: 5px;
	width: 100%;
}

 .red{
	 color: #C00 !important;
 }
 .green{
	 color: #3C0 !important;
 }
 
.mbutg{
	font-size: 10px;
	width: auto !important;
	display: inline-block !important;
	margin: 0px !important;
	white-space: nowrap;
	border: none;
	padding: 8px;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
	box-sizing : border-box;
	background-color: #84939f;
	color: #FFF;
	position:relative !important
}
.mbut-lg{
	border-radius: 4px 0px 0px 4px !important;
}
.mbut-rg{
	border-radius: 0px 4px 4px 0px !important;
}
.mbut-lg, .mbut-rg{

}
.mbut-on{
border: 1px #85a6c1 solid !important;
border-top-color: #333 !important;
border-left-color: #555 !important;
background-color: #67839a;
	padding: 10px 14px 9.5px 14px;
}

.mbut-off{
border: 1px #84939f solid !important;
border-top-color: #BBB !important;
}

.mbut-off:hover{
border-color: #b4c2cd !important;
background-color: #b4c2cd	 !important;

}


