/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
/*Top bar
*******************/
.topbar {
  background: #fff; }
  .topbar .navbar-header {
    background: #3c8dbc; }
  .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none;
    color: rgba(0, 0, 0, 0.7); }
  .topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
    color: rgba(0, 0, 0, 0.7) !important; }
    .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
      color: black !important; }

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
  color: #20aee3 !important; }

.bg-theme {
  background-color: #20aee3 !important; }

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

.right-sidebar .rpanel-title {
  background: #20aee3; }

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #20aee3; }

.text-themecolor {
  color: #20aee3 !important; }

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #20aee3;
  color: #20aee3; }

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #20aee3; }

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #20aee3;
  color: #ffffff;
  border: 1px solid #20aee3; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #20aee3;
    opacity: 0.7;
    border: 1px solid #20aee3; }
  .btn-themecolor.active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }

/*******************
/*sidebar navigation
*******************/
.label-themecolor {
  background: #20aee3; }

.sidebar-nav > ul > li.active > a {
  color: #20aee3;
  border-color: #20aee3; }
  .sidebar-nav > ul > li.active > a i {
    color: #20aee3; }

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #20aee3; }
  .sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
    color: #20aee3; }

.sidebar-nav > ul > li > a i {
  color: #787f91; }




/**** Paulo edit *****/
.name-user {
  color: #787f91;
  padding-left: 20px;
}


.box {
  background: #fff;
  margin-bottom: 25px;
  height: 90%;
}

.box-2 {
  background: #fff;
  position: relative;

  height: 100%;
  
}

.box-endereco {
  margin-top: 35px;
}


.titulo-convenio {
  color: black;
  padding-top: 30px;
}

.imagem-convenio {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}








/** Tema Azul Escuro **/

  /** Menu Lateral #404041 **/
  /** Cor menu **/
  .sidebar-nav {
    background: #262626;
    height: 100%;

  }

  /** Cor fundo todo menu #404041 **/
  .scroll-sidebar {
    background: #262626;
    height: 100%;
  }

  .sidebar-nav {
    position: relative;
    top: -10px;
  }

  /** Texto Menu lateral **/
  .sidebar-nav ul li a {
    color: #f0ffff;
    font-size: 13px;
   
  }

  /** fa-icon Menu lateral**/
  .sidebar-nav > ul > li > a i {
    color: #f0ffff;
    font-size: 20px;
  }

  /** Ajuste de menu **/
  @media (min-width: 768px) {
    .navbar-header {
      width: 259px;
    }
  }

.topbar .top-navbar {
  min-height: 60px;
  padding: 0px; 
  background-color: #3c8dbc;
}

/* Barra de navegação header*/
.navbar-collapse {
  background-color: #3c8dbc;
  height: 60px;

}

/* Left Header cor*/
.topbar .navbar-header {
  background: #367fa9; 
  height: 60px;
}


.search-box {
  background-color: #fff;
  width: 100%;  
  height: 50px;
  border-radius: 8px;
  color: red;
}

/* Tamanho fonte formulário de busca */
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
  font-size: 15px;
}


.busca {  
  padding-bottom: 0px;
  padding-top: 0px;
  height: 100%;
  width: 100%;    
}

/* Cor da barra Colapsed */
.barra {
  color: #fff;
  font-size: 20px;
}


/* Left Sidebar*/
.left-sidebar {
  padding-top: 60px;

}


/* logo topo */
.logo {
  height: 50px; 
  position: relative;
  top: -5px;
}

/* logo topo */
.logo-texto {
  height: 70px; 
  position: relative;
  top: -5px;
}

/* Nome Usuário */
.name-user {
  color: #fff;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 10px;
}

/* Foto usuário */
.photo-user1{
  width: 50px;
  height: 50px;
}

.photo-user2 {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}


/* logos footer */
.logo-footer {
  width: 200px;
}



.dashboard {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
  height: 100%;
}

.page-wrapper {
  padding-bottom: 0px;
  padding-top: 45px;
}

  /** Ajuste de footer **/
  @media (max-width: 768px) {
    .dashboard {
      position: relative;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 80px;
      height: 100%;
    }

    .logo-footer {
      width: 150px;
      padding-bottom: 10px;
    }
  }

  /** Ajuste de pesquisa **/
  @media (max-width: 768px) {
    .dashboard {
      position: relative;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 80px;
      height: 100%;
    }

    .logo-footer {
      width: 150px;
      padding-bottom: 10px;
    }
  }

  @media (max-width: 993px) {
    .search-box {  
      margin-left: 0px;
    }
  }



/* Dashboard Background */

.page-wrapper {
 
}


.fa-icons {
  font-size: 26px;
  vertical-align: middle;
}

.user-header {
  height: 155px;
  padding: 10px;
  text-align: center;
}

.dropdown-menu {
  background: #3c8dbc;
  padding-top: 0px;
  padding-bottom: 0px;
  min-width: 250px;
}

.user-header {
  color: #fff;
}

.user-footer {
  height: 45px;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 3px;
  margin-right: 3px;
}


.pull-left {
  border-top: 1px;
  border-bottom: 1px; 
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
}

.pull-right {
  border-top: 1px;
  border-bottom: 1px; 
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 18px;
}






.mudar-imagem {
    position: relative;
    text-align: center;

}

.mudar-imagem:hover {
    transition-duration: 1s;
    -webkit-filter: grayscale(100%); 
            filter: grayscale(100%);

}

.centro-imagem {
  transition: opacity 1s ease-out;
  opacity: 0; 
  height: 0;
  overflow: hidden;
}


.m-t-30:hover .centro-imagem{
    transition: opacity 1s ease-out;
    opacity: 1;
    height: auto;
}

.m-t-30:active .centro-imagem{
    transition: opacity 1s ease-out;
    opacity: 1;
    height: auto;
}


.centro-imagem {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.pdf-image {
  width: 60px;
}