/* Novos Botoes outline */
.btn-outline-purple {
  border-color: #800080!important;
  color: #800080!important;
}

.btn-outline-purple:hover {
  background-color: #800080!important;
  color: white!important;
}

/* Configuracao de titulos de dados nas tabelas */
.data-title:hover:before{
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    color:#0030cc;
    align:middle;


}

/*.data-title:hover:after{
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f100";
    color:#0030cc;
    margin-left:6px;

}*/
.data-title:hover{
   cursor: pointer;
   font-weight: 900;
   /*color:#0030cc;*/
}


/* Configuracao de Tabelas */

.collarge {
    text-align:left;
    width:40%;
}
.colmid {
    text-align:center;
    width:25%;

}
.colmin {
    text-align:center!important;
    width:10%;
}
.center{
    vertical-align: middle!important;
}
.navbar-moovemente{
    background-color:#eceff1;
    background-color:#e0e9f0;
    background-color:white;
}

.sidebar-moovemente{
    /*background-color:#eceff1;
    background-color:#e0f4ff;
    background-color:#1a4d94;*/
    background-image: linear-gradient(white,#e0f4ff,#81c6fa);
}

.nav-link a{
    color:black;
}

.nav-item a:hover{
    background-color:#b6e1f9;
}
.nav-icon :hover{
    color:black;
}

.nav-link p {
    color:black;
}

.ident
{
    margin-left:10px!important;
}

.minilogo_on{
    display:inline;
    padding-top :10px;
}
.minilogo_off{
    display:none;
}

#addcard{
    height:600px;
}
/*
#bt-adicionar{
    width:auto;
    margin-left:87%;
    margin-right:0;
}
*/
#bt-user-info{
    background-color:transparent;
    border:0;
    color:#0077ff;
    text-decoration:none;
}
#bt-user-info:hover{
    color:#0022aa;
}
.user-pic{
   width: 40px!important;
   height: 40px!important;
   padding: 0px;
   border-radius: 20px;
   border: 2px white;
   background-color:black;
}
.d-block{
    padding-top:10%!important;
}
/* Teste de config para aula teste */
.modal-header{
    border-radius: 20px 20px 0 0!important;
}
.modal-content{
    border-radius: 20px !important;
}

/* Animated Loading icon*/
.loading-screen{
    /*height: 100vh;
    width: 100%;*/
    position: fixed;
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;

}
.loading{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width:80px;
    display:flex;
    flex-wrap: wrap;
    animation: rotate 3s linear infinite;
}
@keyframes rotate{
    to{
        transform: rotate(360deg);
    }
}

.loading span{
    width:32px;
    height: 32px;
    background-color: orangered;
    margin: 4px;
    animation: scale 1.5s linear infinite;
}
@keyframes scale{
    50%{
        transform: scale(1.2);
    }
}

.loading span:nth-child(1){
    border-radius: 50% 50% 0 50%;
    background-color: #85c847;
    tranform-origin:bottom right;
}
.loading span:nth-child(2){
    border-radius: 50% 50% 50% 0;
    background-color: #1351a0;
    tranform-origin:bottom left;
    animation-delay: .5s;
}
.loading span:nth-child(3){
    border-radius: 50% 0 50% 50%;
    background-color: #12b5ca;
    tranform-origin:top right;
    animation-delay: 1.5s;
}
.loading span:nth-child(4){
    border-radius: 0 50% 50% 50%;
    background-color: #f5d607;
    tranform-origin:top left;
    animation-delay: 1s;
}

/* User Card */
.profile-card{
    width: 300px;
    height: 420px;
    background: white;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    box-shadow: 4px 4px 10px #999;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.profile-card .img img{
    width: 160px;
    height: 160px;
    padding: 3px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.6);
    position: absolute;
    left: calc(50% - 84px);
    top: 26px;
}
.profile-card .img {
    height: 130px;
    width: 100%;
    background-image: linear-gradient(rgba(104, 201, 255, 0.2),rgba(37, 131, 255, 0.6));
    /*rgba(76,204,113,0.4), rgba(46,204,113,0.95))*/
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.profile-card .mid-section{
    position: absolute;
    height: 200px;
    width: 100%;
    top: 200px;
    left: 0;
    padding: 0px 20px 0;
    box-sizing: border-box;
    background: white;
}
.profile-card .mid-section .name{
    color: #333333;
    font-size: 1.4em;
    padding-top: 5px;
    background: rgba(255,255,255,0.1);
    font-weight: bold;
}
.profile-card .mid-section .description{
    color: gray;
    text-decoration: none;
    padding-top:3px;
    font-size: 0.9em;
}

.profile-card .mid-section .description a{
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
.profile-card .mid-section .line{
    background: #7ee2a8;
    width: 80%;
    height: 2px;
    margin: 5px auto -3px;
}
.profile-card .mid-section .stats{
    display: flex;
    position: absolute;
    left: 10%;
    padding-top: 10px;
    width: 80%;
    justify-content: space-around;
}
.profile-card .mid-section .stats .stat{
    font-size: 1.3em;
    color: #333333;
    padding: 5px;
    font-weight: bold;
}
.profile-card .mid-section .stats .stat .subtext{
    color: gray;
    font-size: 0.6em;
    font-weight: normal;
}
.profile-card .mid-section .stats .stat .fa-thumbs-down{
    color:#dd0055;
}
.profile-card .mid-section .stats .stat .fa-thumbs-up{
    color:#0088ff;
}

.profile-card .links .user{
    position: absolute;
    left: 0;
    width: 34%;
    height: 100%;
    background-color: #3b5998;
}

.profile-card .links{
    width: 100%;
    height: 50px;
    background: #f2f2f2;
    border-top: 1px solid #44d581;
    margin-top: 35px;
    border-radius: 5px;
    color: white;
    font-size: 2em;
    line-height: 1.5em;
    position: absolute;
    bottom: 0;
}
.profile-card .links a{
    color: white;
}
.profile-card .links .mail{
    position: absolute;
    left: 34%;
    width: 34%;
    height: 100%;
    background-color: #55acee;
}
.profile-card .links .mail:hover{
    background-color: #50dcff;
}
.profile-card .links .zap {
    position: absolute;
    left: 68%;
    width: 34%;
    height: 100%;

    background-color: #2ecc71;
}
.profile-card .links .zap:hover{
    background-color: #03dd57;
}
/* image after effect */
.profile-card .img::after{
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    left:calc(50% - 91.5px);
    top: 20px;
    border: 3px solid rgba(255,255,255,0.4);
}
/* image before effect */
.profile-card .img::before{
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    left: calc(50% - 95px);
    top: 15.5px;
    border: 2px solid rgba(255,255,255,0.2);
}
.profile-card .view-more{
    position: absolute;
    top: calc(4% - 0.5em);
    left: calc(94% - 0.5em);
    z-index: 2;
    font-size: 1.2em;
    color:#0088ff;
}
.profile-card .view-more *{
    position: absolute;
    border-radius: 50%;
    width: 1.004em;
}
.profile-card .view-more *:hover{
    background-color:red;
    border-radius: 15px;
    color:white;
}


 /* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 85px;
  height:75px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -30px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/* Add animation (blink) */

.blink {
  animation: blink 1s infinite!important;
  -webkit-animation: blink 1s infinite!important;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  to {
     0%   {opacity: 1;}
     25%  {opacity: 0.5}
     50%  {opacity: 0;}
     75%  {opacity: 0.5}
     100% {opacity: 1;}
  }
}


@media only screen and (max-width: 1368px) {
    #bt-adicionar{

        margin-left:0!important;
        width:auto!important;
    }

}

/* Waiting Animation */
      .spin-container {
        text-align: center;
        margin-top: 100px;
      }
      .spin {
        border: 3px solid #0D4B9F;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        border-radius: 50%;
        border-left-color: transparent;
        border-right-color: transparent;
        animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
      }
      #loader2 {
        border: 3px solid #e6d210;
        width: 220px;
        height: 220px;
        position: relative;
        top: -216px;
        border-left-color: transparent;
        border-right-color: transparent;
        animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
      }
      #loader3 {
        border: 3px solid #086bb2;
        width: 240px;
        height: 240px;
        position: relative;
        top: -452px;
        border-left-color: transparent;
        border-right-color: transparent;
        animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
      }
      #loader4 {
        border: 3px solid #90c940;
        width: 260px;
        height: 260px;
        position: relative;
        top: -708px;
        border-left-color: transparent;
        border-right-color: transparent;
        animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
      }
      @keyframes rotate {
        0% {
          transform: rotateZ(-360deg)
        }
        100% {
          transform: rotateZ(0deg)
        }
      }
      @keyframes rotate2 {
        0% {
          transform: rotateZ(360deg)
        }
        100% {
          transform: rotateZ(0deg)
        }
      }
      #text {
        font-family: Arial;
        font-size: 22px;
        position: relative;
        top: -867px;
      }
     @keyframes blink {50% { color: transparent }}
    .dot { animation: 1s blink infinite }
    .dot:nth-child(2) { animation-delay: 250ms }
    .dot:nth-child(3) { animation-delay: 500ms }



