﻿@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

.table-responsive2{
    box-shadow: 2px 2px 10px #888888;
    background-color: white;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mensagem_erro {
color: #D50000;
background-color: white;
background-image: url('../imagens/error32.png');
border: 2px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size:13px;
border-radius: 4px;
}

.mensagem_sucesso {
color: #059F7D;
background-color: white;
background-image: url('../imagens/success32.png');
border: 2px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size:13px;
border-radius: 4px;
}

.mensagem_aviso {
color: #FF9600;
background-color: white;
background-image: url('../imagens/warning32.png');
border: 2px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size:13px;
border-radius: 4px;
}

.mensagem_ok {
color: #00C6FB;
background-color: white;
background-image: url('../imagens/ok.png');
border: 2px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size:16px;
border-radius: 4px;
}

.item {
    position: relative;
    float: left;
}

.item h2 {
    text-align:center;
    position: absolute;
    line-height: 125px;
    width: 100%;
}

svg {
   -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
  transition: all 1s linear;
}

body {
  background: #000000;
  font-family: 'Montserrat-Regular', Century Gothic !important;
  font-size: 10px;
  padding: 0px;
  overflow-x:hidden;
  text-transform: uppercase;
  outline: none;
}

.input-group-addon {
  font-family: 'Montserrat-Regular', Century Gothic !important;
  font-size: 10px;
}

.form-control {
  font-family: 'Montserrat-Regular', Century Gothic !important;
  font-size: 10px;
}

.dropdown-menu {
  font-family: 'Montserrat-Regular', Century Gothic !important;
  font-size: 10px;
}

.dropdown-submenu {
  font-family: 'Montserrat-Regular', Century Gothic !important;
  font-size: 10px;
}

.dropdown-items {
  font-family: 'Montserrat-Regular', Century Gothic !important;
  font-size: 10px;
}

.table {
  font-family: 'Montserrat-Regular', Century Gothic !important;
  font-size: 10px;
}

.btn {
  font-family: 'Montserrat-Regular', Century Gothic !important;
}

.dropdown-menu,
-dropdow-submenu {
  min-width: min-content !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #00C6FB;
}

.caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    padding-left: 10px;
}

@media (max-width: 900px) {
    .carousel {
        display: none;
    }

    .input-group-addon {
        font-family: 'Montserrat-Regular', Century Gothic !important;
        font-size: 8px;
    }

    .form-control {
        font-family: 'Montserrat-Regular', Century Gothic !important;
        font-size: 8px;
    }



    .dropdown-menu {
        font-family: 'Montserrat-Regular', Century Gothic !important;
        font-size: 8px;
    }

    .dropdown-submenu {
        font-family: 'Montserrat-Regular', Century Gothic !important;
        font-size: 8px;
    }

    .dropdown-items {
        font-family: 'Montserrat-Regular', Century Gothic !important;
        font-size: 8px;
    }

    .table {
        font-family: 'Montserrat-Regular', Century Gothic !important;
        font-size: 8px;
    }

    .btn {
        font-family: 'Montserrat-Regular', Century Gothic !important;
    }

}

/* submenu dropdown*/
@media only screen and (min-width: 1200px) {
    #myNavbar > ul.nav.navbar-nav li.dropdown-submenu > ul.dropdown-menu li.dropdown-submenu {  
      position: relative;
    }   

    #myNavbar > ul.nav.navbar-nav li.dropdown-submenu > ul.dropdown-menu li.dropdown-submenu > ul.dropdown-menu {  
      left: 100%;
      position: absolute;
      right: 0;
      top: -6px;
    }

    nav > .container-fluid {
        align-items: center;
        display: flex;
    }

    nav > .container-fluid > #myNavbar {
        width: 100%;
    }

    nav > .container-fluid > #myNavbar > ul {
        width: 100%;
    }

    nav > .container-fluid > #myNavbar > ul > li#menu_Visualizar_Conta {
        float: right;
    }
}

.navbar-nav {
  align-items: center;
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat-Regular', Century Gothic !important;
  font-size: 11px;
  text-transform: uppercase;
  outline: none;
  border-radius: 0px;
  color: #080808;
  text-align:right;
  /*float: right;*/ /*aqui está a solução, colocado à direita*/
  margin-top: 5px; /*colocar menu como middle*/
  margin-bottom: 20px !important;
  border: 0 !important;
  height: 0px; /*Retira espaço entre menu e backgroud debaixo*/
}

.logo {
    -webkit-transition : all 250ms ease-in-out;
    -moz-transition    : all 250ms ease-in-out;
    -ms-transition     : all 250ms ease-in-out;
    -o-transition      : all 250ms ease-in-out;
    transition         : all 250ms ease-in-out;
    
    height: 310px;
    width: 118px;
    border:none;
    padding:0;
    margin:0;
    display: inline-block;
    text-decoration: none;
    	background      : url("../imagens/CS_h.png") 100% 100% no-repeat;
		background-size : 100% auto;
}


/****** SUB MENU ****/

.navbar ul ul li{
float:none;
}


/*06/02/2020*/
/*/*Aumenta tamanho*/
.navbar ul ul li a{
padding:10px 15px;
}

/*Aparece em baixo*/
.navbar ul ul ul{
top:0;
left:100%;
width:100%;
}

/*Bloqueia aparecimento instantaneo*/
.navbar ul li:hover > ul{
display:block;
}

.dropdown-menu {
    width: auto !important;

    /*height: 400px !important;*/
}

.dropdown-menu .divider {
  height: 3px;
  margin: 0px 0;
  overflow: hidden;
  background-color: #00c6fb;
}

/* title */
.navbar-default .navbar-brand {
    color: #080808;
    height: 50px;
    vertical-align: middle;
    min-height: 50px;
} 

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #080808;
}

/*Muda cor da dropdown menu*/
.navbar-nav > li > .dropdown-menu { background-color: #fff; }

.navbar-right top-nav > .dropdown { background-color: #fff; }

/*Muda cor da letra*/
/*.navbar-nav > li > .dropdown-menu a{   color: #1C6996;  }*/

/*Muda cor da dropdown submenu*/
ul.dropdown-menu {
    background-color: #fff;
}


h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
}

.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: center;
}

.box {
 width: 50%;
 float: left;
 height: 500px;/*Altura da linha*/
}

.linha-vertical {
 border-left: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
 box-sizing: border-box;
 color: #757575;
}

/**/

.recovery-panel {
    margin-top: 150px;
}


.navbar-right top-nav > li > .dropdown { background-color: #00C6FB; }


.label-info {
  background-color: #00C6FB;
}

/*.btn-info:hover {
  background-color: #00C6FB;
  border-color: #00C6FB;
  font-weight: bold;
}*/

.btn-info {
  background-color: #00C6FB;
}


btn-danger
{
  background-color: #C21D11;
}

.footer {
    position:fixed;
    bottom:0;
    width:100%;
}

.image-upload>input {
  display: none;
}

.img-fluid {
    /*display: none;*/
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*background-size: cover;
  background-repeat: round;*/
}

.btn-info {
  background-color: #00C6FB;
  font-size: 14px;
}

.btn-info:hover {
  background: #fff;
  color: #00C6FB;
  border-color: #00C6FB;
}

.btn-outline-info {
  border-color: #00C6FB;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  color: #00C6FB;
}

.alert-info {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
}

/*Novo*/
.btn-outline-info:hover {
  background: #00C6FB;
  color: #fff;
}

.btn-outline-info:active {
  background: #00C6FB;
  color: #fff;
}


.btn-outline-light {
  border-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #00C6FB;
  color: #fff;
}

.btn-outline-light:hover {
  background: #fff;
  color: #00C6FB;
  border-color: #00C6FB;
}


/**//**//**//**//**/

.btn-outline-warning {
  border-color: #FF9600;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  color: #FF9600;
}

.btn-outline-warning:hover {
  background: #FF9600;
  color: #fff;
}

.btn-outline-warning:active {
  background: #FF9600;
  color: #fff;
}


.btn-outline-warning {
  border-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #FF9600;
  color: #fff;
}

.btn-outline-warning:hover {
  background: #fff;
  color: #FF9600;
  border-color: #FF9600;
}


/**//**//**//**//**/

.btn-outline-success {
  border-color: #059F7D;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  color: #059F7D;
}

.btn-outline-success:hover {
  background: #059F7D;
  color: #fff;
}

.btn-outline-success:active {
  background: #059F7D;
  color: #fff;
}


.btn-outline-success {
  border-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #059F7D;
  color: #fff;
}

.btn-outline-success:hover {
  background: #fff;
  color: #059F7D;
  border-color: #059F7D;
}


/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #00C6FB;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/*Muda cor do fundo*/
.navbar-default {
  background: #000000;
  border-color: #000000;
  border-radius: 0px;
  color: #fff;
}

/*Muda cor do texto do menu*/
.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
}

.navbar-nav > li >a{
  color: #fff;
}

.dropdown-menu { background-color: #fff
}

.dropdown-menu { background-color: #fff}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
    background-color: #fff;
    background: #fff;
}

.dropdown-menu>li>a { 
    color:#000000;
    background: #fff;
    border-color : #fff;
    border-radius: 0px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { 
    color: #00C6FB;
    border-bottom-width: 0px;
}

.wrapper {
    color: #fff;
}

.navbar-header {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { 
    color: #00C6FB;
    background-color: rgba(0, 0, 0, 1);
    outline: none;
}

.navbar-nav > .active > a:focus {
    color: #00C6FB;
    background-color: rgba(0, 0, 0, 1);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(0, 198, 251, 1);
    background-color: rgba(0, 0, 0, 1);
}


.navbar-brand logo {
  background: #080808;
  border-color: #080808;
  border-radius: 0px;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/*---------------------------------*/

.carousel .carousel-inner .item img {
    width: 100% 100%;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
}


.carousel .carousel-indicators li {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.0);
}
.carousel .carousel-indicators li:hover {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.0);
}
.carousel .carousel-indicators li.active {
    border-color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
}
.carousel .carousel-caption {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: block;
    z-index: 0;
}
.carousel-control {
    opacity: 1;
    color: rgba(255, 255, 255, 0.6);
}
.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    opacity: 1;
    color: rgba(255, 255, 255, 0.95);
}
.carousel-control.left {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
}
.carousel-control.left:hover,
.carousel-control.left:focus,
.carousel-control.left:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right:hover,
.carousel-control.right:focus,
.carousel-control.right:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
}
.carousel .carousel-control span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel .carousel-control.left span {
    margin-left: -10px;
    left: 50%;
}
.carousel .carousel-control.right span {
    margin-right: -10px;
    right: 50%;
}




/*@media (max-width: 900px) {

}*/








.section-header h3 {
  font-size: 30px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00C6FB;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}


.section-header h4 {
  font-size: 25px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 3px;
}



.panel-info {
  border-color: #00C6FB;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #00C6FB;
  border-color: #00C6FB;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: white !important;
    color: black;
}

.navbar-default .navbar-toggle .icon-bar:hover {
    background-color: white !important;
    color: black;
}

.navbar-default .navbar-toggle .icon-bar:active {
    background-color: white !important;
    color: black;
}

.navbar-default .navbar-toggle .icon-bar:focus {
    background-color: white !important;
    color: black;
}


@charset "utf-8";
/* CSS Document */
#images tr td{position:relative;width:100px;height:100px;}
#images tr td img{position:absolute;width:100px;height:100px;left:0;top:0}


.dropdown-submenu { color: #00C6FB; }
.dropdown-items { color: #00C6FB; }



.content .nav navbar-nav li label{
    display:none;
}


/*.dropdown.second {
    top:0;
    left:100%;
}*/

/*.content .dropdown-menu #show-items:checked ~ ul{
    max-height: 100vh;
  }


.content .dropdown-menu ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }

  /* dropdown responsive code start */
  /*.content .dropdown-menu ul,
  .content .dropdown-menu ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .dropdown-menu #show-items:checked ~ ul{
    max-height: 100vh;
  }
  .content .dropdown-menu ul li{
    margin: 7px 20px;
  }
  .content .dropdown-menu ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }






  .content .dropdown-menu ul{
  position: absolute;
  background: #171c24;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .dropdown-menu li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .dropdown-menu ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .dropdown-menu ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .dropdown-menu ul li{
  position: relative;
}
.content .dropdown-menu ul li:hover ul{
  top: 0;
}*/




