﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */
@import url('https://fonts.googleapis.com/css?family=Bangers&display=swap');
@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */


body {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 15px;
    min-height: 400px;
    padding-bottom: 60px;
}

.content-wrapper .container {
    margin-top: 0px;
    padding-bottom: 0px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 10px;
    border-bottom: 2px solid #006494;
    text-transform: uppercase;
    color: #006494;
    font-size: 20px;
    margin-bottom: 10px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#006494;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #006494;
    color: #fff;
    padding: 3px;
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.fila_atendimento {
    background-color: #006494;
    padding: 3px 15px;
    color: aliceblue;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    float: right;
    margin-right: 25px;
    font-weight: 300;
}

.fila_atendimento:hover {
   text-decoration: none;
   background-color: #006494;
   color: #ccc;
}

.navbar-brand {
    width: 200px;
    padding-top: 0px;
    min-height:50px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #006494;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 0px;
    float: right;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #247BA0!important;
    }

    .user-settings-wrapper img {
        height: 44px;
        width: 44px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 3px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #3D3D3D;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #247BA0;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #006494!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #006494!important;
}

.navbar-inverse {
    background-color: #247BA0;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #006494;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}



.dropdown-menu .dropdown-item {
    background-color:#3D3D3D;
    color: #fff;
}


/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 5px;
    color: #fff;
    font-size: 12px;
    background-color: #247BA0;
    line-height: 15px;
    /* position: absolute; */
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

.nome_sistema {
    font-size: 40px;
    color: #fff;
    padding-top: 16px;
    font-family: 'Bangers', cursive;
    letter-spacing:2px;
}    

a.btn_principal {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 1px;
}


.area{
    margin: 10px auto;
    box-shadow: 0 10px 100px #ccc;
    padding: 20px;
    box-sizing: border-box;
    max-width: 250px;
}

.area video{
    width: 100%;
    height: auto;
    background-color: whitesmoke;
}

.area textarea{
    width: 100%;
    margin-top: 10px;
    height: 80px;
    box-sizing: border-box;
}

.area button{
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    background-color: #068c84;
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    box-shadow: 0 1px 5px #666;
}

.area button:focus{
    outline: none;
    background-color: #0989b0;
}

.area img{
    max-width: 100%;
    height: auto;
}

.area .caminho-imagem{
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #068c84;
    text-align: center;
}

.area .caminho-imagem a{
    color: white;
    text-decoration: none;
}

.area .caminho-imagem a:hover{
    color: yellow;
}

.panel-heading {
    padding-top:3px;
    padding-bottom:3px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 90px;
  background-color:#D9EDF7;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}


.tooltip:hover .tooltiptext {
  visibility: visible;
}

p.subtitulo {
    background-color:#F5F5F5 ;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #E2E2E2;
    margin-top: -24px;
}

.troco {
    width: 120px;
    border: none;
    background-color:#e8f1f2;
}

/* The Modal (background) */
.modalbox {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modalbox-content {
    position: relative;
    background-color: #D9EDF7;
    margin:auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .modalbox-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .modalbox-close:hover,
  .modalbox-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modalbox-header {
    padding: 0px 15px;
    background-color: #CCE5FF;
    color:#3b5998;
    font-size: 14px;
    margin-top: -15px;
    font-family: 'Roboto', sans-serif;
  }
  
  .modalbox-body {padding: 2px 16px;}
  
  .modalbox-footer {
    padding: 2px 5px;
    background-color: #CCE5FF;
    color: white;
  }



  /* The Overlay (background) */
.overlaynfce {
    /* Height & width depends on how you want to reveal the overlaynfce (see JS below) */   
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255,255,255); /* Black fallback color */
    background-color: rgba(255,255,255, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlaynfce (height or width, depending on reveal) */
  }
  
  /* Position the content inside the overlaynfce */
  .overlaynfce-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  }

  .overlaynfce-content p {
    font-size: 32px;
    color:dimgray;
  }
  
  /* The navigation links inside the overlaynfce */
  .overlaynfce a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  
  /* When you mouse over the navigation links, change their color */
  .overlaynfce a:hover, .overlaynfce a:focus {
    color: #f1f1f1;
  }
  
  /* Position the close button (top right corner) */
  .overlaynfce .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
    .overlaynfce a {font-size: 20px}
    .overlaynfce .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
  }