.centered{
  margin:auto;
}
.margin-ml-menu{
  margin:7px 0 7px 12px !important;
}
.linkerz{
  color: white;
  text-decoration: none;
}
.linkerz:hover{
  color: white;
  text-decoration: none;
}
.linkerz:focus{
  color: white;
  text-decoration: none;
}
.space{
  margin-top: 10px;
}
.useradd-padding{
  padding-left: 0px;
}
@media (min-width:1200px){
  .modal-lg-2{
    width: 1100px;
  }
}
@media (min-width:1600px){
  .modal-lg-2{
    width: 1400px;
  }
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn22 {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.table{
  width: 100% !important;
}
.dataTables_scrollHeadInner{
  width: 100% !important;
}

/* td.details-control{
  background-image: url(../images/plus.png);
  cursor: pointer;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-position-y:9px;
  background-position-x:10px;
  transition: .3s all linear;
}
tr.shown td.details-control{
  background-image: url(../images/minus.png);
  background-size: 25px 25px;
  transition: .3s all linear;
} */
.icon-green{
  color: #37d32395 !important;
}
.icon-yellow{
  color: #fedf00 !important;
}
.icon-red{
  color: #d9000095 !important;
}
.icon-orange{
  color: #ff2d00 !important;
}
.icon-grey{
  color: #47434c95 !important;
}
.icona-container{
  height: 10px;
  width: calc(100% - 13px);
  border-radius: 5px;
  margin-top: 10px;
  background-color: #dddddd;
}
.percent25{
  width: 25%;
  height: 10px;
  z-index: 999;
  border-radius: 5px;
  background-color: #d9000095;
}
.percent50{
  width: 50%;
  height: 10px;
  z-index: 999;
  border-radius: 5px;
  background-color: #ff2d0095;
}
.percent75{
  width: 75%;
  height: 10px;
  z-index: 999;
  border-radius: 5px;
  background-color: #fedf0095;
}
.percent100{
  width: 100%;
  height: 10px;
  z-index: 999;
  border-radius: 5px;
  background-color: #37d32395;
}
.status{
  margin: 5px;
}
.pagination li.active a{
  border-radius: 18px;
}
.row{
  margin-top: 5px;
}
.center{
  background-position-y:18px !important;
}

.responsivecal {

position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
margin-bottom: 30px;

}

.responsivecal iframe {

position: absolute; top:0; left: 0; width: 100%; height: 100%;

}

.space-contract{
  padding: 7px 10px;
}

.space-top-30{
  margin-top: 30px;
}

.btn-mg-right{
  margin-right: 5px;
}
.btn-mg-top{
  margin-top: 5px;
}
.right-sidebar .nav-tabs li:first-child{
  width: 100% !important;
}
.sidebar .user-info .image img{
  border-radius: 0% !important;
}

.form-control:focus{

  border-color : #ea1c0d;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);

}
