.logo-brand
{
	margin-top: 0px;
	padding-top: 0px;
	height: 100%;
}
.navbar-brand
{
	padding-top:0px;
	padding-bottom: 0px;
}


.td-tools {
	white-space:nowrap !important;
	padding:0px !important; 
	vertical-align : middle !important;
	text-align: center;
}

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

.btn-add {
	margin-top: -8px !important;
}

.btn-paginator button:hover a{
	text-decoration: none !important;
}
.btn-paginator a{
	color: white !important;
}

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

.btn.bg-deep-orange:hover, .btn.bg-deep-orange:focus, .btn.bg-deep-orange.focus {
	color: white !important;
}

.btn-group {
	white-space: nowrap !important;
	box-shadow: none !important;
}
.btn {
	box-shadow: none !important;
	border-radius: 8px !important;
	font-weight: 500;
	font-family: 'Open Sans' !important;
}
.btn-group .btn-xs {
	margin:2px !important;
	border-radius: 8px !important;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 8px !important;
}
.business-info {
	color:white;
	position: absolute;
	top:5px;
	right:5px;
	font-size: 10px;
	font-weight: bold;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.card {
	background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15) ;
    border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.info-box {
	border-radius: 8px;
}
.block-header h2, .block-header small {
	font-weight: bold !important;
}
body {
	color: black !important;
}

.wizard .steps a {
	border-radius: 8px ;
}
.actions a{
	border-radius: 8px !important ;
}

input[required] + label::after {
	content: '\00a0 *';
    display: inline-block;
    color: red;
}

textarea[required] + label::after {
	content: '\00a0 *';
    display: inline-block;
    color: red;
}

select[required] + label::after {
	content: '&nbsp;*';
    display: inline-block;
	content: '\00a0 *';
    color: red;
}

.img-fluid {
	width: 200px;
    margin-top: -4px;
}


.btn-primary, .btn-primary:active, .btn-primary:focus {
    background-color: #3F51B5 !important;
	transition: all 0.2s ease-in-out;
	border: none !important;
	color: white !important
}
.btn-primary:hover {
    opacity: 0.8;
    background-color: #3F51B5 !important;

}
.btn-danger {
	background-color: #F44336 !important;
	transition: all 0.2s ease-in-out;
	border: none !important;
	color: white !important
}
.btn-danger:hover {
	opacity: 0.8;
	background-color: #F44336 !important;
}

.btn:hover, .btn:focus, .btn.focus {
    color: white;
	opacity: 0.9;
    text-decoration: none;
}

.table-custom {
	 border-collapse: separate;
	 border-spacing: 0 10px;
	 width: 100%;
	 overflow: scroll !important;
}
 .table-custom .bi {
	 font-size: 1.2rem;
	 color: black;
	 font-weight: bold;
	 border: 1px white solid;
	 background-color: white;
	 padding: 4px 8px;
	 margin: 4px;
	 border-radius: 32px;
	 display: inline-block;
	 cursor: pointer;
}
.table-custom thead th {
	/* text-align: center; */
	padding-left: 12px;
}
 .table-custom .bi:hover {
	 background-color: #e9e9e9;
	 transition: all 0.2s ease-in-out;
	 font-weight: bold;
}
 .table-custom tbody td {
	background: rgb(250, 250, 250);
	/* min-width: 160px; */
	 height: 30px;
	 padding: 12px;
	 font-weight: 500;
}

 .table-custom tbody tr {
	 border: 2px #f4f4f4 solid;
	 margin: 8px;
	 padding: 4px;
	 border-radius: 32px !important;
}
.table-custom tr:hover td {
	background: rgb(240, 240, 240);
}
 .table-custom tbody td:first-of-type {
	 border-top-left-radius: 10px;
	 border-bottom-left-radius: 10px;
}
 .table-custom tbody td:last-of-type {
	 border-top-right-radius: 10px;
	 border-bottom-right-radius: 10px;
}
 
.btn-paginator > button {
	margin: 6px;
}

.badge-pagination {
	background-color: #3F51B5 !important;
	border-radius: 8px !important;

}

.wizard .steps .current a {
    background-color: #3F51B5 !important;
}

.form-layout {
	overflow-y:scroll;
	padding:15px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	width:0px;
	visibility: hidden;
	height:calc(100% - 71px);
	background:white;
	position:absolute;
	top:71px;
	right:0px;
	z-index:9999;
	transition: width 0.5s ease-in-out;
}
.form-layout.open {
	width:60%;
	visibility: visible;
}
@media only screen and (max-width: 1300px) {
    .form-layout.open {
		width:70%;
	}
}

@media only screen and (max-width: 1024px) {
    .form-layout.open {
		width:80%;
	}
}

@media only screen and (max-width: 600px) {
    .form-layout.open {
		width:100%;
	}
}

.wizard .steps .done a {
    background-color: #3F51B5 !important;
	opacity: 0.9;
}

.wizard > .actions a {
    background: #3F51B5;
}
.wizard > .actions a:hover {
    background: #3F51B5;
    opacity: 0.8;
}


.bootstrap-select.btn-group .dropdown-toggle .filter-option {

    margin-left: -12px;
    color: #aaa;
}


.bootstrap-notify-container {
	z-index: 9999 !important;
}

.dtp {
    background: rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.help-block {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
  }