.video-card{
    box-shadow: 0px 7px 10px -4px #777;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fdfdfd;
    filter:brightness(1);
    /*border: solid #f0f0f0 1px;*/
}
.video-card:hover{
    box-shadow: 0px 7px 10px 0px #777;
    cursor: pointer;
    /*filter:brightness(1.05);*/
    transition:all 0.2s;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
display: flex;
flex-direction: column;
}

.play-video:hover{
    color:#f7941e;
    cursor:pointer;
}
.play-video{
    color:#ffffff;
}

.main-carousel{
    border-radius: 14px;
    overflow: hidden;
    background-color: #f5f5f5;
    box-shadow: 0px 5px 5px #ddd;
}

.carousel-cell {
    filter: saturate(0.4);
    opacity: 0.7;
    transition: all 0.2s;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
}
.carousel-cell:hover{
    transition: all 0.2s;
    opacity: 1;
    filter: saturate(1.5);
}

.carousel-cell.is-selected{
    filter: saturate(1);
    opacity: 1;
}
.carousel-cell.is-selected > img{
    border-bottom: solid #fd7a22 3px;
}

.btn-sm.btn-success[disabled]{
    opacity: 0.3;
}



/* Geral - Inicio*/
html{
    height: 100%;
}
body {
    height: 100%;
    position: relative;
    overflow-y: scroll;
}

:focus {
    outline: none;
}

/*Remove spinner dos campos tipo número*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

a {
    color: #202;
}

a:hover, a:focus, a:hover:focus {
    color: #dd6600;
    outline: none;
    text-decoration: none;
}

a:focus {
    /*teste*/
    color: #000000;
    outline: none;
    text-decoration: none;
}
/* Geral - Fim*

/* Main Container - Contem sidebar e page-wrapper *********************************************************/
.main-container {
    background: #FFF;
    padding-top: 50px;
    height: 100%;
}

/* Side Menu/Side Bar - Inicio ****************************************************************************/
.sidebar {
    width: 220px;
    padding-left: 0;
    height: 100%;
    position: fixed;
}

.sidebar .row {
    width: 250px;
    height: 100%;
}

.navbar .navbar-nav li a {
    -o-trasition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-left: 0 solid transparent;
    color: #eeeeee;
}

.sidebar .navbar-nav li a:hover, .sidebar .navbar-nav li a:focus {
    -o-trasition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-left: 5px solid #dd6600;
    color: #EEEEEE;
    background-color: #372F3E;
}

.side-menu {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #2C2531;
    border-right: 1px solid #e7e7e7;
}

.side-menu .navbar {
    border: none;
}
.side-menu-container .nav{
  width:100%;
}
.side-menu .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.side-menu .navbar-nav>.active>a {
    -webkit-transition: 0.2s;
    background-color: #eeeeee;
    margin-right: 0;
    border-left: 5px solid #dd6600;
    color: #dd6600;
    /*box-shadow: inset 0px 0px 50px -15px rgba(0,0,0,0.75);*/
    box-shadow: inset -25px 0 30px -30px rgba(0, 0, 0, 0.75);
}

/* really? */
.side-menu .navbar-nav .active a:focus {
    background-color: #eeeeee;
    color: #DD6600
}

.side-menu .navbar-nav .active a:hover {
    -webkit-transition: 0.2s;
    /*background-color: #e3e3e3;*/
    color: #DD6600;
    /*box-shadow: inset 0px 0px 50px -10px rgba(0, 0, 0, 0.75);*/
    box-shadow: inset -25px 0 50px -30px rgba(0, 0, 0, 0.75);
}

.side-menu .navbar-nav li {
    display: block;
    width: 100%;
    /*border-bottom: 1px solid #777777;*/
}

.side-menu .navbar-nav li a {
    padding: 15px;
}

.side-menu .navbar-nav li a .glyphicon, .side-menu .navbar-nav li a .fa {
    padding-right: 10px;
}
.side-menu .navbar-nav .dropdown a {
    -webkit-transition: 0.2s;
    border-left:5px solid rgb(221, 102, 0);
    padding: 10px;
    padding-left: 25px;
    display: block;
    background-color: #362840;
}
.side-menu .navbar-nav .dropdown li:hover {
    -webkit-transition: 0.2s;
    padding: 0;
    background-color: #523f5e;
}
.side-menu .navbar-nav .dropdown .active>a {
    -webkit-transition: 0.2s;
    /*color: #dd6600;*/
    color:#ff9d49;
    padding-left: 35px;
    box-shadow: inset -10px 0px 20px -10px #2c2531;
    background-color: #463750;
}
.side-menu .navbar-nav .dropdown .active>a:hover, .side-menu .navbar-nav .dropdown .active>a:focus, .side-menu .navbar-nav .dropdown .active>a:focus:hover {
    box-shadow: inset -10px 0px 20px -10px #2c2531;
    /*color: #dd6600;*/
    color:#ff9d49;
    background-color: #463750;
}
.side-menu .navbar-nav .dropdown a:focus {
    box-shadow: inset 0px 0px 10px 0px #2c2531;
    background-color: #372F3E;
}
.side-menu .navbar-nav .dropdown a:hover {
    box-shadow: inset 0px 0px 0px 0px #2c2531;
    color:#eee;
    background-color: #372F3E;
}

.side-menu .brand-name-wrapper {
    min-height: 50px;
}

.side-menu .brand-name-wrapper .navbar-brand {
    display: block;
}

.seekat-icon{
    border-radius: 50px;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 60px;
    left: 15px;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.seekat-icon:hover{
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 0px 20px -2px #531ef7;
    -moz-animation: pulse 0.5s;
    -webkit-animation: pulse 0.5s;
    animation: pulse 0.5s;
}

/* Navbar Top - Inicio ************************************************************************************/

.navbar {
    background-color: #2C2531;
}

.userfa {
    color: #202;
}

.navbar-fixed-top {
    background-color: #202;
    border:0;
}

.navbar .userbutton:focus .userfa, .navbar .userbutton:hover .userfa, .navbar .userbutton:focus:hover .userfa, .navbar .userbutton.open .userfa, .navbar .navbar-right>li>a:focus .userfa {
    color: #DD6600;
}

.navbar .navbar-right>li>a:hover, .navbar .navbar-right>li>a:focus:hover, .navbar .navbar-right>li>a:focus {
    color: #ffffff;
}

.navbar .userbutton:hover, .navbar .userbutton:focus:hover, .navbar .userbutton:focus, .navbar .userbutton>a  {
    color: #ffffff;
}

.navbar .navbar-right>.open>a, .navbar .navbar-right>.open>a:hover, .navbar .navbar-right>.open>a:focus, .navbar .navbar-right>.open>a:focus:hover, .navbar .userbutton.open>a {
    background-color: #eeeeee;
    color: #202;
}

.navbar .userbutton.open, .navbar .userbutton.open:hover, .navbar .userbutton.open:focus, .navbar .userbutton.open:focus:hover {
    background-color: #eeeeee;
    color: #202;
}

.navbar .navbar-nav .dropdown-item a:hover {
    background-color: #202;
    color: #ffffff;
}

.navbar-right .dropdown-menu {
    z-index: 100;
    right: 0;
    left: auto;
}

.navbar .navbar-nav .dropdown-item a {
    color: #000;
}
.loadingicon{
    display:block;
    color:#eee;
    top: 10px;
    position: relative;
}
/* Navbar Top - Fim */

/* Page-wrapper - Inicio ***********************************************************************************/
/* Contem o conteudo principal, incluindo as views*/
.page-wrapper {
    margin-left: 220px;
}
.content-parent{    
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition:0.5s;
    height: 100%;
}
.content-parent:not(.page-wrapper){
    background-color:#202;
}
.content-parent:not(.page-wrapper) .page-header{
    color:#eee;
    border-bottom: 1px solid #f7941e;
}
.modal-title {
    margin: 0 0 -10px 10px;
    font-size: 30px;
}

.table-user-information {
    margin-bottom: 0;
}

.table-user-information .form-group {
    margin-right: inherit;
    margin-left: inherit;
    margin-bottom: inherit;
}

.table-user-information .help-block {
    margin-bottom: 0;
}

.expirado{
    color:red;
    font-weight: bold;
}
.registrado{
    color:green;
    font-weight: bold;
}
.quase-expirado{
    color:orange;
    font-weight: bold;
}

.update-btn{
    margin-left: 20px;
}
.update-btn>i{
    font-size: 20px;
    transform: rotate(0deg);
    color: deepskyblue;
}
.update-btn:hover>i{
    font-size: 20px;
    transition: 500ms;
    transform: rotate(180deg);
    color: rgb(35, 229, 255);
}

.btn[disabled] {
    pointer-events: none;
}

.table-user-highlight:hover {
    /*box-shadow:inset 0 0 50px 5px rgba(34, 0, 34, 0.25);*/
    cursor: pointer;
    color: #dd6600;
}

.table-row-highlight:hover {
    background: rgb(234, 233, 234);
}

.profile-form>.row {
    padding: 4px;
}

.profile-tab li a {
    padding: 5px;
}
.avatar-container{
  position:relative;
}
.profile-img .avatar-container .overlay{
  transition: background-color 0.1s;
  background-color: none;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  cursor:pointer;
}
.profile-img .avatar-container:hover .overlay, .profile-img .avatar-container:focus .overlay{
  transition: background-color 0.3s;
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  cursor:pointer;
}
.avatar-container:hover .overlay{
  transition:0.3s;
  background-color: rgba(85, 0, 255, 0.3);
  /*background-color: rgba(255,255,255,0.5);*/
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  cursor:pointer;
}
.avatar-container .overlay.selecionado{
  transition:background-color 0.2s;
  /*border: solid 2px #404040;*/
  border: solid 2px #ec9c23;
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  cursor:inherit;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #DD6600;
    box-shadow: 0px 0px 3px 1px #d4d4d4;
}

.table-user-information>tbody>tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information>tbody>tr:first-child {
    border-top: 0;
}

.table-user-information>tbody>tr>td {
    border-top: 0;
}

.btn-danger, .btn-danger[disabled]:hover {
    background-color: #770000;
    border-color: #770000;
}

.btn-success {
    background-color: #007700;
    border-color: #007700;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #202;
    border-color: #202;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #202;
}

.pagination>li>a {
    color: #202;
}

.page-header {
    margin-top: -5px;
}

.nav-pills>li>a {
    box-shadow: 2px 2px 5px 1px #d4d4d4;
}

.profile-form .form-group {
    margin-bottom: 0;
}


/* Estilo da validação de campos - Inicio*/
.form-group .valid-help {
    display: none;
}

.form-group.has-error .valid-help {
    display: block;
}
/* Estilo da validação de campos - Fim*/

/* Supervisão - Inicio */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #f7941e;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none;
    color: #f7941e;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #f7941e;
    background-color: #286090;
    border-color: #204d74;
}
.supervisao .unidades .unidade{
    /*background-color: #808080;
    border-radius: 100px;
    color: #dddddd;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    padding: 16px 0px 16px 0px;
    width: 60px;*/
    background-color: #313131;
    border-radius: 100px;
    color: #dddddd;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    padding: 16px 0px 16px 0px;
    transition: 0.3s;
    width: 60px;
    box-shadow: 0 2px 7px 0 #555;
}
.supervisao .unidades .unidade:hover{
    width: 65px;
    padding: 17px 0px 17px 0px;
    margin-top: -2px;
    transition: 0.3s;
    font-size: 22px;
    box-shadow: 0 10px 30px -8px #555;
}
.supervisao .unidades .unidade.ocupado{
    background-color:#ad2828;
}
.supervisao .unidades .unidade.disponivel{
    background-color:#2865ad;
}
/*.supervisao .unidade.disponivel {
    -moz-animation: bounceIn 0.5s;
    -webkit-animation: bounceIn 0.5s;
    animation: bounceIn 0.5s;
}
.supervisao .unidade.desconectado {
    -moz-animation: flash 1s;
    -webkit-animation: flash 1s;
    animation: flash 1s;
}*/
.supervisao .panel-body{
    padding-top: 0;
}
.unidade-profile-title .desconectado{
    color:#505050;
}
.unidade-profile-title .ocupado{
    color:#c74a4a;
}
.unidade-profile-title .disponivel{
    color:#7676d6;
}
/* Supervisão - Fim */

/* Botão roxo com branco - Inicio*/
.btn-sk {
    background-color: transparent;
    color: #202;
    font-weight: bold;
    border-color: #202;
    border-width: 2px;
}

.btn-sk:hover {
    color: #fff;
    background-color: #202;
    border-color: #202;
}

.btn-sk:focus a:focus {
    color: #fff;
    background-color: #202;
    border-color: #202;
    -webkit-box-shadow: inset 0 0 50px -15px white;
    -moz-box-shadow: inset 0 0 50px -15px white;
    box-shadow: inset 0 0 50px -15px white;
}
/* Botão roxo com branco - Fim*/

/* Botão quadrado do Dashboard - Inicio */
.btn-qd {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    margin-bottom: 20px;
    padding-top: 10px;
    width: 160px;
    height: 150px;
    font-size: 20px;
    background-color: #202;
    border-color: #202;
    color: #ffffff;
}
.btn-qd .icon{
    height: 98px;
}
.btn-qd .text{
    display: block;
    margin-top:8px
}
.btn-qd:hover, .btn-qd:focus, .btn-qd:active, .btn-qd:focus:active {
    background-color: #202;
    border-color: #202;
    outline: none;
    color: #dd6600;
}

.btn-qd:focus:active {
    background-color: #505;
    border-color: #505;
    outline: none;
    color: #dd6600;
}
/* Botão quadrado do Dashboard - Fim */

/* Alert status - Inicio ***********************************************************************************/
.st-update {
    z-index:2000;
    position: fixed;
    right: 0;
    top: 60px;
    width: 400px;
}

.alert {
    background-color: #ffffff;
    border-width: 0 0 0 5px;
    box-shadow: 2px 1px 5px 0 #b3b3b3;
    padding-top: 10px;
    padding-bottom: 2px;
}

.alert-title {
    margin-bottom: 10px;
}

.alert-body {
    white-space: pre-line;
}

.alert-success {
    color: #3c763d;
    border-color: #3c763d;
}

.alert-info {
    color: #3d8db5;
    border-color: #2199d4;
}

.alert-danger {
    color: #a50000;
    border-color: #da3e3e;
}

/* Animações usando animate.css - Inicio *****************************************************************/
/*[Transicao]*/
/*.tr-faderight.ng-hide-remove {
    -moz-animation: fadeInRight 0.3s;
    -webkit-animation: fadeInRight 0.3s;
    animation: fadeInRight 0.3s;
}
*/
.tr-zoom.ng-hide-remove, .tr-zoom.ng-enter>.trc {
    -moz-animation: zoomIn 0.3s;
    -webkit-animation: zoomIn 0.3s;
    animation: zoomIn 0.3s;
}

.sidebar.ng-hide-remove{
    -moz-animation: fadeInLeft 0.5s;
    -webkit-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
}
.sidebar.ng-hide-add{
    -moz-animation: 0.5s;
    -webkit-animation: 0.5s;
    animation: 0.5s;
}
#media-self.tr-fadein, .media>.tr-fadein {
    -moz-animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

/*.tr-fadein.ng-hide-remove {
    -moz-animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}*/

/*.tr-faderight.ng-hide-remove {
    -moz-animation: fadeOutRight 0.3s;
    -webkit-animation: fadeOutRight 0.3s;
    animation: fadeOutRight 0.3s;
}

.tr-faderight.ng-leave {
    -moz-animation: fadeOutRight 0.3s;
    -webkit-animation: fadeOutRight 0.3s;
    animation: fadeOutRight 0.3s;
}*/

/* nossa senhora da gambiarra
Aki não deve acontecer nada, para fingir que aconteceu alguma coisa */
/*.tr-zoom.ng-enter {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}
.tr-faderight.ng-enter {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}*/

.membro-lista.ng-enter {
    -moz-animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}


/* Animações usando animate.css - Fim*/

.seekat-icon{
    display:none;
}

.dashboard-card{
    box-shadow: 0px 7px 10px -4px #777;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fdfdfd;
    filter:brightness(1);
    border: solid #f0f0f0 1px;
    margin:20px 10px 10px 10px;
}

.card-row{
    margin-top:10px;
}

.badge-card{
    background-color: #47bac1;
    margin-left:20px;
    margin-top:10px;
}

.titulo-card{
    padding: 0px;
    margin:0px;
}
.card-body{
    height: 80px;
    padding: 5px;
}




/* Smartphone/Tablet **************************************************************************************/

@media (max-width: 768px) {
    .side-menu {
        position: relative;
        width: 100%;
        height: 0;
        border-right: 0;
    }
    .side-menu .navbar {
        z-index: 10;
        position: relative;
        height: 0;
        min-height: 0;
        background-color: none !important;
    }
    .side-menu .brand-name-wrapper .navbar-brand {
        display: inline-block;
    }
    /* Slide in animation */
    @-moz-keyframes slidein {
        0% {
            left: -220px;
        }
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes slidein {
        0% {
            left: -220px;
        }
        100% {
            left: 0;
        }
    }
    @keyframes slidein {
        0% {
            left: -220px;
        }
        100% {
            left: 0;
        }
    }
    @-moz-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -220px;
        }
    }
    @-webkit-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -220px;
        }
    }
    @keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -220px;
        }
    }
    .side-menu-container>.navbar-nav.slide-in {
        -moz-animation: slidein 300ms forwards;
        -o-animation: slidein 300ms forwards;
        -webkit-animation: slidein 300ms forwards;
        animation: slidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .side-menu-container>.navbar-nav {
        position: fixed;
        left: -220px;
        width: 220px;
        top: 50px;
        height: 100%;
        background-color: #2C2531;
        overflow: auto;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        /*-webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;*/
    }
    .navbar-nav {
        margin: 0;
    }
    .page-wrapper {
        margin-left: 0;
    }
    @-moz-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 220px;
        }
    }
    @-webkit-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 220px;
        }
    }
    @keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 220px;
        }
    }
    @-moz-keyframes bodyslideout {
        0% {
            left: 220px;
        }
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes bodyslideout {
        0% {
            left: 220px;
        }
        100% {
            left: 0;
        }
    }
    @keyframes bodyslideout {
        0% {
            left: 220px;
        }
        100% {
            left: 0;
        }
    }
    .page-wrapper {
        position: relative;
        -moz-animation: bodyslideout 300ms forwards;
        -o-animation: bodyslideout 300ms forwards;
        -webkit-animation: bodyslideout 300ms forwards;
        animation: bodyslideout 300ms forwards;
        /*-webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;*/
    }

    .body-slide-in {
        -moz-animation: bodyslidein 300ms forwards;
        -o-animation: bodyslidein 300ms forwards;
        -webkit-animation: bodyslidein 300ms forwards;
        animation: bodyslidein 300ms forwards;
        /*-webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;*/
    }
    .navbar-brand{
      width: 185px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      float: none;
      padding: 15px 0;
    }
    .loadingicon{
        position: fixed;
        left: 50%;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0px 0px 3px 2px #220022;
        color: #220022;
        width: 34px;
        margin-top: 20px;
        /*margin-top: -17px;*/
        transform: translateX(-50%);
        padding: 3px;
        background-clip: padding-box;
        top: inherit;
    }
}
