@charset "utf-8";
/* CSS Document */
.group        { 
  position:relative; 
  margin-bottom:25px; 
}
.hd{    font-size: 12px;
    padding-bottom: 8px;
}

.row{margin: 0 auto !important }
.bg-blue{background: #0D4298} 
.btn-link{color:#2760BC  }
.pt-4{padding-top: 0px !important}
.card-body { text-align: center}
.form-group{text-align: -webkit-center}
.cy{text-align: center;
    font-size: 13px;
    color: #fff;}
.left{left:14px;}
.p0{padding: 0px;
    margin-left: -17px;}
.input-group-append span {
    color: #1300ff;
    background-color: #f8f8f8;
    border-color: #d1d3e2;
}
.wid{border-radius: 20px;
    width: 50%;}
.hit{margin-bottom:30px}
.ft{font-size: 14px;
    font-weight: 900;}
.input-group-text {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0px;
    /* font-size: 1rem; */
    /* font-weight: 400; */
    /* line-height: 1.5; */
    color: #fff; 
    text-align: center;
    white-space: nowrap;
  background-color: #fff; 
     border: 1px solid #fff; 
    border-radius: 0.35rem;
}
.heading{
    background: #2760bc;
    padding: 10px 21px;
    border-radius: 19px;
    color:#fff;
    font-size: 18px;
    margin-left: 14px;    
    padding: 10px 21px;
    border-radius: 19px;
    z-index: 9;
    margin-top: -20px;
    margin-left: 30px;
    position: absolute;
}
.form-control{    background-color: #F8F8F8; 
    border-radius: 10px;
    padding-top: 20px !important;
    height: calc(1em + 1.75rem + 10px);color:#2675F4;}
.mb-4, .my-4 {
    margin-bottom: 2.5rem!important;
}
.fa-user  {color:#2675F4} .fa-lock{color:#2675F4}
.input-group-prepend span {
    /* -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2)!important; */
    /* box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2)!important; */
  color: #000; 
    /* background-color: #3f51b5; */
	/* border-color: #3f51b5;*/}
.logo {
    width: 184px;
    align-items: center;
    background: #fff;
    padding: 16px 30px;
    border-radius: 20px;
}
input         {
  font-size:18px;
  padding:20px 10px 15px 5px;
  display:block;
  width:100%;
  border:none;
  border:1px solid #757575;
}
input:focus     { outline:none; }
		
/* LABEL ======================================= */
label          {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 54px;
    top: 16px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label    {
  top: 0px;
  font-size:14px;
  color:#5264AE;
    
}
.input-block.focus {
    border: solid 1px #928d8d !important;
}
/* BOTTOM BARS ================================= */
.bar  { position:relative; display:block; width:300px; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:40%; 
  width:100px; 
  top:25%; 
  left:60;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}



#companyDatatable .btn.btn-link.btn-just-icon {
    padding: 5px !important;
    margin: 5px !important;
	    border-radius: unset;
}

#companyDatatable i {
    color: #fff !important;
    font-size: 12px !important;
}

/* td.ldar-Trcontrol { */
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
/* } */

/* .listLogo { */
    /* width: 20%; */
/* } */

table.dataTable{
	border-spacing: 20px !important;
}

#companyDatatable th {
    color: #000;
    font-family: 'Poppins', sans-serif;
}
td.ldar-Trcontrol {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

#companyDatatable .btn-info{
	background-color: #6382ff;
    border-color: #6382ff;
}

#companyDatatable .btn-success{
	background-color: #0fb562;
    border-color: #0fb562;
}

#companyDatatable .btn-danger{
	background-color: #e51c26;
    border-color: #e51c26;
}
p.active {
    color: #05a100;
    font-weight: 600;
}

#companyDatatable img.listLogo {
    width: 50% !important;
}
.dt-buttons .dt-button{
    background: #f9bb04;
    border: 1px solid #fff;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-raduis: 50px !important;
    border-radius: 50%;
    box-shadow: 0 0 50px #ccc;
}