.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;
}
.span-file{
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 0px;
  font-size: 14px;
  line-height: 1.42857143;
}
.icon-right{
  margin-right: 5px;
}

.no-decoration{
  color: white;
  text-decoration: none !important;
}
.no-decoration:hover{
  color: white;
}
/* .info-container-down{
  top: 75px !important;
} */
.btn-up{
  bottom: 0px !important;
}

.paddingz{
  padding: 0px 0px 0px 30px !important;
}

@media (max-width:767px){
  .container-fluid{
    padding: 0px;
  }
  .paddingz{
    padding: 5px 15px !important;
  }
}

.bg-indigo{
  background-color: #3f51b5;
}

#my-video_html5_api{
  margin:0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: translateY(0px) !important;
}

.video_style{
  margin:0 auto;
  width:100%;
  height: 100%;
  /* transform:translateY(+20px); */
}

.color-green{
  color: #4caf50;
}

.color-red{
  color: #f44336;
}

[data-title] {
  position: relative;
  cursor: help;
  transition: .3s all linear;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -10px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 14px;
  z-index: 999;
  transition: .3 all linear;
  /* font-family: sans-serif; */
  /* white-space: nowrap; */
}
/* [data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -0px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;
  border-bottom: 8px solid #000;
  z-index: 999;
  transition: all 0.1s ease 0.5s;

} */

/*
.panel-default{
  margin-top: 5px;
} */

.rounded {
  border-radius: 50%;
}

.mt-0 {
  margin-top: 0 ;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-15 {
  margin-top: 20px;
}
.pt-0 {
  padding-top: 0 ;
}
.pt-5 {
  padding-top: 5px;
}
.pr-5{
  padding-right: 5px;
}
.pl-5{
  padding-left: 5px;
}
.pr-10{
  padding-right: 10px;
}

@media (max-width: 767px){
  .pr-15{
    padding-right: 15px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pt-15 {
    padding-top: 15px;
    padding-bottom: 3px;
  }
}

.action{
  border: 1px solid #ededed;
  width: 40px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  border-radius: 17px;
  text-align: center;
  transition: .3s all linear;
}
.action:hover{
  border:2px solid #3f51b5b3;
  transition: .3s all linear;
}

.action a{
  text-decoration: none;
}

@media (max-width:1600px) and (min-width:767px){
  .card .header{
    height: 100px;
  }
}

.news{
  margin-bottom:5px;
  background-color:white;
  margin-right:15px;
  margin-left:15px;
}
.news-header{
  margin-right:0px;
  margin-left:0px;
  border-bottom: 2px solid #333333ab;
}
.news-card{
  margin-top:30px;
  width:320px;
  display: inline-block;
  margin-right: 20px;
}

.custom-card{
  padding: 10px;
  /* border: 5px solid #88888875; */
  border: 5px solid #88888836;
  border-top: 5px solid #717171;
  /* border-right: 5px solid #88888875; */
  border-radius: 4px;
}

.bg-white{
  background-color: white;
}

.head-card{
  box-shadow: none !important;
  margin-bottom: 0px !important;
}

.op{
  opacity: 0.9;
  border-radius: 30px;
  border: 2px solid white;
}

.icon-padding{
  padding-right: 3px;
}
