body{
    font-size: 1.2em;
}
.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  transition: all 200ms ease-in;
  padding: 0px;
  height: 6em;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
}
.status h4 {
  font-weight: 100%;
  font-size: 16px;
  margin-top: 15px;
}
h6 {
  font-weight: 100%;
  font-size: 12px;
  margin-top: 50px;
  height: 30px;
}
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 3px solid #66DC71;
}
.li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #66DC71;
  font-weight: bold;
}
li .oficina {
    font-size: 11px;
    list-style: none;
}

.custom-select {
    
}
#dataTable img, .card-img-bottom img {
    max-height: 150px;
}
.dataTables_paginate {
    display: inline-block;
}
.dataTables_paginate a {
    transition: background-color .3s;
    font-size: 18px;
}
.dataTables_paginate a:hover:not(.active) {background-color: #ddd;}
.card{float: left; margin: 1em;}
#dataTable .title{
    font-weight: bold;
}
.table li { list-style: none;}
h1{font-size: 1.5em;}


.li.canceled .status {
  border-top: 3px solid red;
}
.li.canceled .status:before {
  background-color: red;
  border: none;
  transition: all 200ms ease-in;
}
.imglist{ max-height: 50px;}
.apps_api{
    background-image: url('images/app_api.png');
    width: 20px;
    height:20px;
}

.input-disable input{
    disabled: disabled;
}
.m-login__welcome{
    margin-top: 150px;
}

.c-avatar :hover{
    border: 5px solid red;
    cursor: pointer;
}

.c-avatares .selected {
    border: 5px solid green !important;
}

.ic-info{
    color: green;
}
.ic-danger{
    color: red;
}
.icon-logs{
    max-width: 25px;
    max-height: 25px;
}
.ip_rules{
    margin: 0px 10px 10px 0px !important;
    padding: 0px !important;
}
.apps_box{
    margin: 10px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.apps_box:hover{
}
.apps_box img{ width: 30px;}

h5 i{
}
.c-tooltip{
    margin-top: 2px;
    margin-left: 20px;
    cursor: pointer;
}
.separador{
    border-bottom: 1px dashed #ccced7;
}
.nav-item .active{
    background-color: #20c997 !important;
    color: #ffffff !important;
}


.m-quick-sidebar .nav-item .active {
    color:#716aca !important;
    border-bottom: 1px solid #716aca !important;
    background-color:transparent !important;
}

.pointer{
    cursor: pointer;
}

.m-login .tab-content {
    width:50%;
}

.form-control.focus,.form-control:focus {
    border-color:#0096DB;
}

/*.btn-primary{color:#fff;background-color:#0096DB;border-color:#0096DB}
.btn-primary:hover{color:#fff;background-color:#0096DB;border-color:#0096DB}
.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 .2rem rgba(88,103,221,0.5);box-shadow:0 0 0 .2rem rgba(88,103,221,0.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0096DB;border-color:#0096DB}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0096DB;border-color:#293ccc}
.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(88,103,221,0.5);box-shadow:0 0 0 .2rem rgba(88,103,221,0.5)}
*/

.btn-primary{color:#fff;background-color:#36a3f7;border-color:#36a3f7}.btn-primary:hover{color:#fff;background-color:#1192f6;border-color:#0a8cf0}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 .2rem rgba(54,163,247,0.5);box-shadow:0 0 0 .2rem rgba(54,163,247,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#36a3f7;border-color:#36a3f7}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a8cf0;border-color:#0985e4}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(54,163,247,0.5);box-shadow:0 0 0 .2rem rgba(54,163,247,0.5)}

@media(max-width: 1024px) {
    .m-login__welcome{
        margin-top: 20px;
    }
    p {
        margin:3px 0 !important;
    }

    .m-login .tab-content {
        width:80%;
    }
}

.img-list{
    max-width: 40px !important;
}
.no-img-list{
    color: white;
    height: 40px;
    padding: 7px 5px 0px 5px;
    width: 40px;
}
.btn-delete-scope{
    margin: -34px 7px !important;
}


#myVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  opacity:0.4;
  top:0;
  left:0;
}

