/*----------------------------------------------
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
------------------------------------------------*/

/*----------------------------------------------
    COMMON  STYLES    
------------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
}

 #wrapper-box {
	width: 62%;
	margin: auto;
}

 #wrapper {
    width: 100%;
    background:#fff;
}

#page-wrapper {
    padding: 15px 15px;
    background:#E5EBF2;
   
}
.home {
margin:0 !important;
}

#page-inner {
    width:100%;
    margin:-10px 20px 10px 0px;
    background-color:transparent;
    padding:10px;
   
}
.page-header-title {
	background: #999;
	padding: 15px;
	color: #fff;
}

.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}

h1, .h1, h2, .h2, h3, .h3 {
margin-top: 7px;
margin-bottom: -5px;
}
h2 {
    color: #000;
}
h4 {
    padding-top:10px;
}
.square-btn-adjust {
    border: 0px solid transparent; 
   -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
p {
    font-size:16px;
    line-height:25px;
    padding-top:20px;
}
/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/
.page-header {
padding-bottom: 9px;
margin: 10px 0px 20px 0px;
border-bottom: 1px solid #C7D1DD;
}
.panel-back {
    background-color:#fff;

}
.panel-default > .panel-heading {
color: #000;
background-color: #FFFFFF;
border-color: #ddd;
font-weight:bold;
}
.jumbotron, .well{
background:#fff;
}
   .noti-box {
min-height: 100px;
padding: 20px;
}

    .noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 25px;
    font-weight:600;
}
.set-icon {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;

}
.bg-color-green {
background-color: #fff;
color: #5cb85c;
}
 .bg-color-blue {
background-color: #fff;
color: #4CB1CF
}
  .bg-color-red {
background-color: #fff;
color:#F0433D;
}
  .bg-color-brown {
background-color: #fff;
color:#FF8000;
}
.bg-color-yellow {
background-color: #fff;
color:#FFBF00;
}
.back-footer-green {
background-color: #5cb85c;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-red {
background-color: #F0433D;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-blue {
background-color: #4CB1CF;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-brown {
background-color: #FF8000;
color:#fff;
border-top: 0px solid #fff;
}
.back-footer-yellow {
background-color: #FFBF00;
color:#fff;
border-top: 0px solid #fff;
}
 .icon-box-right {
display: block;
float: right;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}

 .main-temp-back {
background: #8702A8;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#2EA7EB;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }

     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 30px;
}

.nav-social {
	margin: 10px 0;
padding: 10px;
background: #f2f2f2;
}
.nav-login {
height:40px;
background: #cc9966;
font-weight:800;
padding:10px;
}

.nav-filtro
{
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px outset #ddd;
    border-radius: 0 0 4px 4px;
}

div.row.col-top, div.row.col-top .col-md-4, div.row.col-top .col-md-8, div.row.col-top .col-md-12 {margin:0 !important;}
div.row.col-top .col-md-4.col-xs-12, div.row.col-top .col-md-4.col-sm-12 {padding-right:0 !important;}
div.row.col-top .col-md-4.col-xs-12, div.row.col-top .col-md-4.col-sm-12 {padding-left:0 !important;}

.nav-login a, .nav-carrinho a { color:#FFF !important;}
.nav-carrinho {
height:55px;
background: #cc9933;
font-weight:800;
padding:10px
}

.nav-carrinho i {font-size: 40px;}

#slide {height:auto ; background:#f2f2f2;}

     /*CHAT PANEL*/
 .chat-panel .panel-body {
height: 450px;
overflow-y: scroll;
}
 .chat-box {
margin: 0;
padding: 0;
list-style: none;
}
 .chat-box li {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #808080;
}
 .chat-box li.left .chat-body {
margin-left: 90px;
}
 .chat-box li .chat-body p {
margin: 0;
color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}
footer{background: #ccc;}
footer p{
font-size: 14px;
padding: 15px;
}
/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/


.user-image {
    margin: 25px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-height:170px;
max-width:170px;
}
.logo-img
{
    max-width:300px;
    width: auto;
    height: auto;
    max-height: 50px;
}
.logo-img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
}

.logo-img-cliente
{
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100px;
    position: relative;
    top: 50%;
    padding-left: 40%;
}

.img-carrinho
{
    display: block;
    max-width: 100%;
    max-height: 150px;
    height: auto;
}
.top-navbar{
margin:0px;
}
.top-navbar .navbar-brand {
color: #fff;
width: 260px;
text-align: left;
height: 60px;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
line-height: 30px;
z-index: 999999999;
position: relative;
}
.top-navbar .nav > li {
position: relative;
display: inline-block;
}
.top-navbar .nav > li > a {
position: relative;
display: block;
padding: 8px 15px;
color: #888;
}
.top-navbar .nav > li > a:hover, .top-navbar .nav > li > a:focus {
text-decoration: none;
background-color: #225081;
color: #fff;
}
.top-navbar .dropdown-menu{
min-width: 230px;
border-radius: 0 0 4px 4px;
}
.top-navbar .dropdown-menu > li > a:hover, .top-navbar .dropdown-menu > li > a:focus{
color: #225081;
background:none;
}
.dropdown-tasks{
width: 255px;
}
.dropdown-tasks .progress {
height: 8px;
margin-bottom: 8px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 0px;
}
.dropdown-tasks > li > a { 
padding: 0px 15px;
}
.dropdown-tasks p {
font-size: 13px;
line-height: 21px;
padding-top: 4px;
}
.active-menu {
    background-color:#225081!important;
	color:#fff !important;
	font-size: 16px;
}
.active-menu-2 {
    background-color: #F3F0F0 !important;
    color: #333 !important;
    font-size: 16px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav{
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a {
	color:#888;
	background:transparent;
	text-shadow:none;
} 
.sidebar-collapse .nav > li > ul >li > a {
	color:#fff;
	background:transparent;
	text-shadow:none;
}
.sidebar-collapse > .nav > li > a {
	padding:15px 10px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
ul.nav.nav-second-level.collapse.in {
background: #172D44;
}

ul.nav.nav-third-level.collapse.in {
background: #084B8A;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	 
	outline:0;
}
 
.navbar-side {
	border:none;
	background-color: transparent;
	
}
.top-navbar {
	background:#fff url('../img/bg-header.jpg') top center repeat-y;
	border-bottom:none;
    z-index: inherit;
	
}
.top-navbar .nav > li > a > i {
margin-right: 2px;
}
.top-navbar .navbar-brand:hover { 
color:#fff;

}
.dropdown-user li {
margin: 8px 0;
}
.navbar-default {
border:0px solid black;
     
}
.navbar-header {
    margin-top: 10px;
}
.navbar-default .navbar-toggle:hover {
background-color: #B40101;
}
.navbar-default .navbar-toggle:focus {
background-color: black;
}
.navbar-default .navbar-toggle {
border-color: #fff;
background-color: black;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.nav > li > a > i {
    margin-right:10px;
}
/*----------------------------------------------
    UI ELEMENTS STYLES     
------------------------------------------------*/
.btn-circle {
width: 35px;
height: 35px;
padding: 6px 0;
 -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
font-size: 16px;
line-height: 1.428571429;
color: #cc9933;
}

.nav-margin {margin-top: 65px !important;}
/*----------------------------------------------
    MEDIA QUERIES     
------------------------------------------------*/
 
 @media(min-width:768px) {
     #page-wrapper{
               margin: 0 0 0 260px;
        padding: 15px 30px;
       
		
    }
	
	
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

   .navbar {
 border-radius: 0px; 
}
   
}
 @media(max-width:480px) {
.page-header small {
display: block;
padding-top: 14px;
font-size: 19px;
}
}

/* Custom container */
.container-fixed {
  margin: 0 auto;
  max-width: 1440px;
}
.container-fixed > hr {
  margin: 0px 0;
}



/* Form Login */

.form {

  background: #2ecc71;
  width: 100%;
  max-width: 600px;
  padding: 50px;

}

.form h2 {
  margin: 0 0 40px;
  line-height: 1;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align:center;
}
.form input {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 35px;
  border: 1px solid #ccc;
  color: #777;
  font-family: "Roboto";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form input:focus {
  color: #333;
  border: 1px solid #2ecc71;
}
.form button {
  cursor: pointer;
  background: #417fd3;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form button:hover {
  background: #27ae60;
}

.ico-form i {
	position: absolute;
	margin: 13px 0px 0px 10px; color:#777;
}

.clear{clear:both;}

.page-header-menu {background: #C93;border-top: 4px solid #ccc; padding:10px; }
.nav.menu-2  li {float:right; }
.nav.menu-2  li a {color:#fff; }

.search, .search input, search button{float:left}

.content-produto h2 { font-size:28px; color:#4CB1CF; margin:15px 0; font-weight:bold;}
.content-produto h3 { font-size:24px; color:#d0963b;}
.content-produto p { color:#444;}
.total h3 {font-size:20px; color:#4CB1CF; margin:15px 0; font-weight:bold;}

.check-list { float:left; font-size:16px; width:100%; background:#fff; color:#000; overflow-y: auto; max-height: 250px; }
.check-list  i {margin:10px 15px; font-size:28px; color:#000}
.check-list-ok {color:#27ae60}
.check-list-menu { float:left; font-size:16px; width:100%; background:#fff; color:#000; overflow-y: auto; height: 250px; }

.noprint
{
    display: none;
}

.table-responsive
{
    overflow-x: auto;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.desconto-sugerido {
    padding-top:8px;
}

.desconto-sugerido label{
    margin-left: 4px;
    cursor: pointer;
}

.copy-button {
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 4px;
    color: #ccc;
    padding: 4px;
    font-size: 1.1rem;
}

.copied {
    animation: copied-animation 0.5s ease;
    color: green;
}

@keyframes copied-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.search-results {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .results-list li {
        padding: 8px 12px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

        .results-list li:hover {
            background-color: #f5f5f5;
        }

        .results-list li.selected {
            background-color: #e8e8e8;
        }

.highlight {
    background-color: #FFEB3B;
    padding: 0 2px;
}