@charset "utf-8";
/* CSS Document */



.card-body1:hover {
  background-color:#00000040;
}

.card-body1 {
  position: relative;
  width: 100%;
  
}

.box {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.card-body1:hover .box {
  opacity: 0.3;

}

.card-body1:hover .middle {
  opacity: 1;
  
}

.text {
  background-color: #0da4b9;
  color: white;
  font-size: 16px;
      padding: 5px 15px;
}








.icon-img1 {
	width:15px !important;
}

.file-img
{
 width:25% !important;	
}


.dataTables_filter{ float:right;}

.textheading{ color:#0da4b9; }

input.ng-invalid {
  background-color: pink;
}
input.ng-valid {
  background-color: lightgreen;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0da4b9;
    background-color: #0da4b9;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0rem;
        font-size: 12px;
    align-items: center;
}

.text-green{ color:green;  }

.address p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

@media (min-width: 760px){
.toolbar-left, .table-toolbar-left {
    float: left;
    text-align: left;
}
.toolbar-right, .table-toolbar-right {
    text-align: right;
}

}

[class^="v"], [class*=" v"] {
    font-family: 'dashlab-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: 600 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-default, .btn-default:focus {
    background-color: #f3f4f6;
    border-color: rgba(0,0,0,0.07) !important;
    color: #7a878e;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0da4b9;
    border-color: #0da4b9;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(30px + 3px);
    padding: .25rem .5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(30px + 2px);
    padding: .25rem .5rem;
    line-height: 25px;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.form-control-sm {
    height: calc(25px + 2px);
    padding: .25rem .5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .2rem;
}

.table td, .table th {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}