.display-inline {
	display: inline;
}

.view {
	background: green !important;
	border-color: green !important;
}

.delete {
	background: red !important;
	border-color: red !important;
}

.add-new {
	text-align: end;
	margin-right: 10px;
}


/*body{
    margin-top:20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}*/
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

     .number {
    display: none !important;
}


.wizard > .steps .current a {
    background-color: transparent !important;
}


.wizard > .steps .done a {
    background-color: transparent !important;
}

.mt-3 {
    padding: 20px 0;
}

.lbl {
    padding: 3px;
}

/*#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}*/


.csv {
    margin-bottom: 10px;
}

.space-20{
    padding: 10px;
}

.align-right{
    text-align: right;
}

.card .error_message{
    text-align: center;
}

.plus-ico {
  float: right;
    color: #38bf38;
    cursor: pointer;
}

.table-vertical-middle td{
  vertical-align: middle;
}

form .error {
    font-size: 80%;
}