
/****************************/
/** Basic **/
/****************************/
.logo-s {
   	color: #443e9f;font-family:arial;font-size: 18px;font-weight: bold;
}
.logo-peedy {
	color: #443e9f;font-family:arial;font-size: 12px;font-weight: 600;
}
.logo-r {
	color: #333333;font-size: 18px;font-weight: bold;
}
.logo-ecovery {
	color: #333333;font-family:arial;font-size: 12px;font-weight: 600;
}


/****************************/
/** Row Equal Height **/
/****************************/
.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}

.row-eq-height > [class^=col]:last-of-type div:first-of-type {
  margin-top: 0;
}

.row-eq-height > [class^=col]:last-of-type div:last-of-type {
  margin-bottom: 0;
}

.row-eq-height > [class^=col]:first-of-type .black {
  flex-grow: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=date] {
  -moz-appearance: textfield;
}

form.user .form-control-user {
    padding: 0rem 1rem !important;
    height: 3rem !important;
}

.btn-xs {
	height: 15px !important;
	width: 15px !important;
	font-size: 8px !important;
	padding: 5px !important;
}


.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-50 {
  font-size: 50px !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.btn-hw {
  height: 35px;
  width: 40px;
}

.pa-5 {
  padding : 5px !important;
}

