﻿/*
    Primary: #3bb5a8;
    Success: #8adf94;
    Warning: #f6a860;
     Danger: #ef7d72;
       Info: #72cdef;

 */

body {
    background-color: #efefef;
}

.fundo-login {
	background-image: url('../img/fundoLogin.jpg');	
    background-repeat: no-repeat;
    background-size: cover;
}

label {
	color: #27AE60;
}

.success {background-color: #0080ff} /* Green */

.form-control {
	font-weight: 400;
	}

.btn {
	color: white;
	background-color: #27AE60;
	 cursor:pointer;
	}

.btn {
  transition-duration: 0.2s;
}

.btn:hover {
  background-color: #c0c0c0; /* Green  #0080ff*/
  color: black;
}
.btn-padrao {
	background-color: #27AE60;
	color: white;
	}

.btn-acao {
	background-color: #27AE60;
	border-color: #e7e7e7;
	color: white;
    margin: 2px;
	}
.btn-status {
	background-color: #f5f5f5;
	border-color: #e7e7e7;
	color: white;
    margin: 2px;
	}	
.btn-green {
	color: white;
	background-color: #008000;
	}

.btn-red {
	color: white;
	background-color: red;
	}
	
.btn-yellow {
	color: black;
	background-color: yellow;
	}

.btn-blue {
	color: white;
	background-color: #000080;
	}
	
.btn-orange {
	color: white;
	background-color: #ff8040;
	}
	
.btn-black {
	color: white;
	background-color: #000000;
	}
	
.btn-darkGrey {
	color: white;
	background-color: #808080;
	}

#wrapper {
    width: 100%;
}

.pesquisa-avancada {
	color: #27AE60;
	font-weight: 400;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #f8f8f8;
}
.list-no-style, .list-none{ list-style: none;}
.data-link{ cursor: pointer;}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}


.navright{ padding-top:10px; padding-right: 15px; }
.navright ul{ margin-bottom:0;}
.navright ul li a{ color:#666; }
.navright ul li a:hover{ text-decoration: none; }

.profile-menu > a:hover, .profile-menu.active > a { border-color:transparent !important; background: transparent !important;}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    background-color: #efefef;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li .li-sub-menu{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 15px;
}

.menu-controle {
	position: relative;
    color: #27AE60;
    text-align: right;
    margin-right: -13px;
    margin-top: -25px;
}

.sidebar .fa-caret-down {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-top: 10px;
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-top: 10px;
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 16px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .2s;
}

.btn-primary.btn-outline {
    color: #3bb5a8;
}

.btn-success.btn-outline {
    color: #8adf94;
}

.btn-info.btn-outline {
    color: #72cdef;
}

.btn-warning.btn-outline {
    color: #f6a860;
}

.btn-danger.btn-outline {
    color: #ef7d72;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #8adf94;
}

.panel-green .panel-heading {
    border-color: #8adf94;
    color: #fff;
    background-color: #8adf94;
}

.panel-green a {
    color: #8adf94;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #ef7d72;
}

.panel-red .panel-heading {
    border-color: #ef7d72;
    color: #fff;
    background-color: #ef7d72;
}

.panel-red a {
    color: #ef7d72;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f6a860;
}

.panel-yellow .panel-heading {
    border-color: #f6a860;
    color: #fff;
    background-color: #f6a860;
}

.panel-yellow a {
    color: #f6a860;
}

.panel-yellow a:hover {
    color: #df8a13;
}

/*Footer*/

html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

#footer {
    display: table;
    width: 100%;
    height: 200px;
    padding: 10px 15px 0 15px;
}

#footer, #push {
    height: 4em;
}

/*Helpers*/
.clear-both {
    clear: both;
}

.remove-whitespace {
    white-space: normal !important;
}

.margin-left {
    margin-left:15px;
}

@media (max-width:768px) {
    .m-margin-top {
        margin-top: 15px;
    }

    .m-btn-block {
      display: block !important;
      width: 100% !important;
    }

    .m-btn-block + .m-btn-block {
    margin-top: 5px;
    }

    input[type="submit"].m-btn-block,
    input[type="reset"].m-btn-block,
    input[type="button"].m-btn-block {
    width: 100%;
    }

    .modal-footer .m-btn-block + .m-btn-block {
        margin-left: 0;
    }
}


.rem-padding {
    padding: 0;
}

.rem-margin {
    margin: 0;
}

.truncate-text {
-ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.margin-right {
    margin-right: 15px;
}

.margin-bottom {
    margin-bottom: 4px;
}

.margin-bottom-large {
    margin-bottom: 20px;
}

/*Custom CSS*/
@media(min-width:768px){
    #login-panel {
        margin: 40px auto !important;
        display: table;
        margin: auto;
        position: absolute;
    }
}

#login-panel {
    margin: 10px auto 0 auto;
    background-color: #FFF;
    border: 1px solid #efefef;
    width: 95%;
    max-width: 480px;
    top: 0; left: 0; bottom: 0; right: 0;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
            box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#login-panel .login-header {
    background-color: white;
    width: 100%;
    padding: 20px;

}

#login-panel input {
    height: 45px;
}

#login-panel .form-login {
    margin: 35px auto;
    width: 80%;

}

#login-panel #forgot-password {
    margin-top: 25px;
}

#login-panel hr {
    border-color: #efefef;
}

.navbar-brand {
    background-image: url('../img/ChefBobtexto.png');	
    background-repeat: no-repeat;
    background-position: center center;
    width: 250px;
    height: 50px;
	
}

.navbar-header-title {
    position: relative;
    color: white;
    text-align: right;
    margin-right: 20px;
    margin-top: 10px;
    font-size: larger;
    font-weight: 400;
    }

@media (max-width:768px) {
    .navbar-brand {
        background-image: url('../img/ChefBobtexto.png');	
        -webkit-background-size: 50%;
             -o-background-size: 50%;
                background-size: 50%;
        background-position: 7px center;
    }
}

@media (max-width:768px) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .navbar-brand {
        background-image: url('../img/ChefBobtexto.png');
        -webkit-background-size: 50%;
             -o-background-size: 50%;
                background-size: 50%;
        background-position: 7px center;
    }
}

@media (min-width:768px) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .navbar-brand {
       background-image: url('../img/ChefBobtexto.png');
        -webkit-background-size: 50%;
             -o-background-size: 50%;
                background-size: 50%;
        background-position: 7px center;
    }
}

#page-wrapper {
    padding: 15px 0;
}

body {
    font-family: 'Open Sans', 'sans serif';
    font-weight: 100;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
}

.btn {
    -webkit-border-radius: 0px;
            border-radius: 0px;
}

.navbar-default {
    background-color: #efefef;
}

.sidebar .nav>li>a{
    border-left: 4px solid transparent;
}

.sidebar .nav>li>a:hover, .sidebar .nav>li>a:focus, .sidebar .nav>li.active>a {
    border-left: 4px solid #27AE60;
    background-color: #FFF;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #3bb5a8;
}

.panel-default>.panel-heading {
    background-color: #FFF;
    border-color: #efefef;
}
.panel-default>.panel-heading , .panel-body{
    border-top: 1px solid #efefef;
}
.sidebar ul li a{
    color: #27AE60;
}

.sidebar ul li a.active {
    color: #3bb5a8;
    background-color: #FFF !important;
    border-left: 4px solid #3bb5a8;
}

.sidebar ul li a i {
	font-size: 20px;
	margin-right: 5px;
}

.panel {
    border: none;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
            box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

#page-heading .search-heading {
    position:relative;
}

#page-heading .search-heading > input {
    padding-right:30px;
    margin-bottom: 4px;
}

#page-heading .search-heading > a > i {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 8px 10px;
    vertical-align: sub;
    display: block;
    color: #333;
    text-decoration: none;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

@media(min-width:768px){
    #page-heading {
        margin-left: 251px;
    }

    #page-heading > div {
        padding: 15px 30px;
        background-color: #FFF;
        color: #929292;
        display: table;
        width: 100%;
    }

    #page-heading h1,h2,h3,h4,h5,h6 {
        padding: 0;
        margin: 10px 0 5px 0;
        color: #27AE60;
        font-weight: 600;
        font-family: 'Open Sans', 'sans serif';
    }

    #page-heading .search-heading {
        display: block;
        width: 280px;
    }

    .navbar-brand {
        background-image: url('../img/ChefBobtexto.png');
        -webkit-background-size: 50%;
             -o-background-size: 50%;
                background-size: 50%;
        background-position: 7px center;
    }

    .navbar-brand:hover {
        /* background-color: #ef7d72 !important; */
    }
}

@media(max-width:972px) {
    #page-heading .search-heading {
        float:left !important;
        display: block;
        clear: both !important;
        width: 100%;
        margin-top: 4px;
    }
}

@media(max-width:768px) {
    #page-heading > div {
        background-color: #FFF;
        color: #929292;
        padding: 25px;
    }

    #page-heading .btn {
        margin-bottom: 4px;
    }
}

#page-heading .heading-menu{
    list-style:none;
    padding-left: 0;
    margin-top: 15px;

}

#page-heading .heading-menu > li {
    float: left;
    display: block;
    margin-right: 15px;
}

#page-heading .breadcrumb {
    background-color: #FFF;
    padding-left: 0;
    padding-right: 0;
	margin-bottom: 0;
}

@media(max-width:768px) {
    #page-heading .heading-menu > li {
        float: none;
        clear: both;
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
}

.profile-menu img{
    float: left;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 7px 7px 7px 10px;
    display: block;
}

.profile-menu > div {
float: left;
display: block;
width: 65.6%;
margin-top: 20px;
color: #27AE60;
}

.profile-menu > div > h4, .profile-menu > div > h6 {
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:768px) {
    .profile-menu > div {
        margin-top: 7px;
    }
}

.list-border-left {
    list-style: none;
    padding-left: 15px;
    border-left: 4px solid #3bb5a8;
    display: block;
}

.list-border-left li{
    margin-bottom:8px;
}

.panel-heading .status {

}


@media(min-width:768px){
    .list-border-left {
        display: table;
        width: 100%;
    }

    .list-border-left li{
        float: left;
        width: 50%;
    }

    .panel-heading .status {
        float: right;
        clear: none;
    }
}

@media(max-width:768px) {
    .panel-heading .status {
        clear: both;
    }
}

.client-list {
    list-style: none;
    padding: 0;
}

.client-list li {
    border-bottom: 1px solid #efefef;
    padding: 16px 0;
}

@media(max-width:768px) {
    .client-list .pull-left , .client-list .pull-right {
        float: none !important;
        display: block;
        clear: both;
    }

    .client-list div:not(:last-child) {
        margin-bottom:4px;
    }
}

@media(min-width:768px){
    #form-cadastro {
        width: 100%;
        min-width: 700px;
        float: left;
    }
}

.bs-callout-info
{
	background-color: #efefef !important;
}

#app-list {
    list-style:none;
    padding: 0;
    float: left;
}

#app-list li {
    float: left;
    margin: 4px;
}

.menu-footer {
    list-style: none;
    padding: 0;
    float: right;
}

.menu-footer li {
    float: left;
    margin-right: 8px;
}

.menu-footer li a {
    padding: 8px;
}
.menu-footer li:first-child{ margin-left: 6px;}
.line-footer-menu{ background-color: #FFF; padding-top: 15px;}

@media(max-width:768px) {
    #app-list {
        float: none;
    }

    #app-list li {
        float: none !important;
        clear: both;
        margin: 15px auto;
    }

    .menu-footer {
        float: none;
        margin: 14px auto;
    }

    .menu-footer li {
        float: none;
        clear: both;
        text-align: center;
    }

    .menu-footer li a {
        padding: 8px;
        display: block;
    }
}

.nav-tabs {
    margin: 0;
    padding: 0;
}
.nav-tabs > li > a {
	background: #F0F0F0;
    border-radius: 3px;
    border: 1px solid #ddd !important;
	border-bottom:1px solid transparent;
	margin-left: 5px;
	color: #333 !important;
	font-weight: normal;
}

.nav-tabs li:first-child a { margin-left: 0 !important; }

.nav-tabs > li > a:hover,  .nav-tabs > li.active > a, .nav-tabs > li > a:focus{
	background: #FFF;
	border-bottom:1px solid transparent !important;
}

@media(max-width:768px) {
	.nav-tabs li a { margin-left: 0 !important; }
	.tab-content { margin: 0; }
}
/* Tab Content */
.tab-content {
    background: #FFF;
    border-radius: 3px 3px 0 0;
    padding: 20px 10px 10px;
    margin-left: 1px;
    float:left;
    width: 100%;
}

.table-atividades .clock {
    width: 70px;
}

@media(max-width:960px){
    .table-atividades tr > td {
        display: block;
        width: auto !important;
    }

    .table-atividades tr > td:first-child {
        display: table-cell;
    }

    .table-atividades tr:first-child > td:nth-child(2) {
        border: none !important;
    }
}

#app-list {
    padding: 0 !important;
}

#app-list li > a > i {
    text-align: center;
    padding: 0;
    margin-bottom: 4px;
}
#app-list li, #app-list li > a {
    text-align: center;
    color: #555;
}

.user-list {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.user-list img {
    width: 60px;
}

.user-list div {
    width: 100%;
    max-width: 65%;
    margin-left:2%;
    margin-top: 8px;
}

/* iframe styles */
body.iframe{ background-color: #FFF !important; margin-bottom: 30px;}
body.iframe .controls{ 
	position: fixed;
	background-color: #FFF;
	bottom: 0;
	width: 100%;
}
.list-circle {
    list-style: none;
    padding-left: 15px;
}

.list-circle li {
    margin-bottom: 15px;
}

.list-circle li span {
    float: left;
    background-color: teal;
    color: #FFF;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius:50%;
    text-align: center;
    margin-right:4px;
}

.pedido-draggable {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #FFF;
}
#table-report-view th, #table-report-view td{ display: none;}
#draggablePanelList .panel-heading{ cursor: move; }

#menu-guide {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 640px;
}

#menu-guide li {
    float: left;
    width: 49%;
}
@media(min-width:768px){
    #menu-guide li:nth-child(2n) {
        margin-left: 2%;
    }
}

#advancedSearch{ background-color: #efefef; margin: 50px 0; padding: 20px 10px;}


/**
FOOTER
*/
.btn-fb-login{ color: #FFF !important; border-radius: 4px; border-color:#4863ae; background-color:#4863ae;}
.big-btn{ width: 195px; margin-top:5px; }
.big-btn i{ font-size: 45px; margin-right: 0px !important; }
.big-btn strong{ font-size: 20px; text-shadow: 1px 2px 0px #34659B; color: #fff; line-height: 18px; }
.big-btn .btn-text{ margin-top:-3px; }
.big-btn small{font-size: 65%;}
.android-btn{ background-color: #000; border-color: #000; }
.android-btn:hover{ background-color: #272727; }
.android-btn i{ font-size: 55px; }
.android-btn strong{ text-shadow: none; }
.android-btn img{ margin-left: -15px; }
.windows-btn{ background-color:#047303 !important; border-color: #047303 !important; }
.windows-btn .btn-text{ text-shadow: none;}

/**
Auto Complete
*/
.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  background-color: #FFF !important;
}

.tt-hint {
  color: #999; display: none; width: 100%; height: 100%;
         
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
	top: 70% !important;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead{ position: relative !important; margin-top: 2% !important;}
.panel-body.panel-hover:hover, .hover:hover{ background-color: #f5f5f5; }
.divisor { border-top: 1px solid #efefef; padding-bottom: 30px; margin-top: 30px; width: 100%; }
#suggestions{ position: absolute; }
#suggestions .suggestionItem{ padding: 15px; }
#suggestions .suggestionItem > div{ display: inline-block; vertical-align: middle; }
#suggestions .suggestionItem > div.name{ margin-left: 20px; }
#suggestions .suggestionItem:hover{ background-color: #0097CF; color: #FFF; }


.form-group .errorLabel{
	display: table-footer-group !important;
}

/* formatação de input:  <campo> até <campo> */
label.de_ate {
	margin-top:0.1em;
	min-width:100%;
}

label.cb_estilo {
	padding-top: 6%;
	font-weight: bold;
}

textarea.ta_estilo {
	width:100%; 
	resize: none;
}

.input_de, .input_ate {
	max-width:40%;
	margin-right: 0.5em;
	font-weight: 100;
}

.de_ate span{
	padding:0.5em 0.5em;
}

/* formatação de hora */

.ui-timepicker-table td a {
	width: 1.8em !important;
	padding: 0.2em 0.4em 0.2em 0.2em ! important;
}

.form-group.quebraLinha{
	clear: left;
}

.form-group.campoTamanho1{
    float: left;
    width: 97% !important;
}

.form-group.campoTamanho2{
	width: 48% !important;
    float: left;
    margin: 0px 5px 5px 0px;
}



.form-group.campoTamanho3{
	width: 32% !important;
    float: left;
    margin: 0px 5px 5px 0px;
}

.form-group.campoTamanho32{
	width: 64.5% !important;
    float: left;
    margin: 0px 5px 5px 0px;
}
.form-group.campoTamanho4{
	width: 24% !important;
    float: left;
    margin: 0px 5px 5px 0px;
}

.form-group.campoTamanho42{
	width: 49% !important;
    float: left;
    margin: 0px 5px 5px 0px;
}

.form-group.campoTamanho5{
	width: 16% !important;
    float: left;
    margin: 0px 5px 5px 0px;
}

.form-group.campoTamanho6{
	width: 10% !important;
    float: left;
    margin: 0px 5px 5px 0px;
}

.form-group.campoTamanho8{
	width: 6% !important;
    float: left;
    margin: 0px 5px 5px 0px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: bold;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-weight: bold;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-weight: bold;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: bold;
}
	 .cmbCores
	 {
		width: 300px;
		
	 }
	 

		.opt_preto
		{
			background:  #000000;
		}
		
		.opt_bordo 
		{
			background:  #800000;
		}
		
		.opt_verde
		{
			background:  #33FF33;
		}
		
		.opt_verde_oliva
		{
			background:  #808000;
		}
		
		.opt_azul_marinho
		{
			background:  #120A8F;
		}
		
		.opt_roxo
		{
			background:  #993399;
		}
		
		.opt_azul_petroleo
		{
			background:  #084D6E;
		}
		
		.opt_cinza
		{
			background:  #808080;
		}
		
		.opt_prateado
		{
			background:  #C0C0C0;
		}
		
		.opt_vermelho
		{
			background:  #FF0000;
		}
		
		.opt_verde_limao
		{
			background:  #00FF00;
		}
		
		.opt_amarelo 
		{
			background:  #FFFF00;
		}
		
		.opt_azul
		{
			background:  #0000FF;
		}
		
		.opt_fucsia
		{
			background:  #FF00FF;
		}
		
		.opt_azul_piscina
		{
			background:  #00FFFF;
		}
		
		.opt_branco
		{
			background:  #FFFFFF;
		}
		


.GridImagem  { width: 300px; height: 100px; margin: 5px 10px 0px 0px;}

.cabecalho {
	position: relative;
	margin-right: 25px;
  max-width: 377px;
}

.cabecalho h2 {
	color: #A09F9F;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 5px;
}

.cabec-stats2Linhas {
	border: 1px solid #C6C6C6;
	margin-top: 1px;
	padding: 1px;
	overflow: auto;
	padding-bottom: 1px;
	height: 90px;
    background-color: #edf5fb;
}

.cabec-stats3Linhas {
	border: 1px solid #C6C6C6;
	margin-top: 1px;
	padding: 1px;
	overflow: auto;
	padding-bottom: 1px;
	height: 120px;
    background-color: #edf5fb;
}

.cabec-top {
    margin-top: 60px;	
}

.modal-top {
    margin-top: 30px;	
}
.cabec-stats {
	border: 1px solid #C6C6C6;
	margin-top: 1px;
	padding: 1px;
	overflow: auto;
	padding-top: 5px;
	height: 70px;
    background-color: #edf5fb;
}

.cabec-stat {
    padding: 5px;
    margin-right: 2px;
    width: 200px;
    float: left;
    text-align: center;
    height: 14px;
}

.cabec-stat span {
    color: #27AE60;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    display: block;
    vertical-align: bottom;
    min-height: 20px;
}

.cabec-stat h3 {
	color: #A09F9F;
	border-top: 1px solid #C6C6C6;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	content-visibility: auto;
    FONT-VARIANT: JIS04;FONT-VARIANT: JIS04;	
}

.cabec-stat2x {
    padding: 5px;
    margin-right: 2px;
    width: 400px;
    float: left;
    text-align: center;
    height: 14px;
}

.cabec-stat2x span {
    color: #27AE60;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    display: block;
    vertical-align: bottom;
    min-height: 20px;
}

.cabec-stat2x h3 {
	color: #A09F9F;
	border-top: 1px solid #C6C6C6;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	
}

.cabec-statMeiox {
    padding: 5px;
    margin-right: 2px;
    width: 100px;
    float: left;
    text-align: center;
    height: 14px;
    background-color: #edf5fb;
}


.cabec-statMeiox span {
    color: #27AE60;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    display: block;
    vertical-align: bottom;
    min-height: 20px;
}

.cabec-statMeiox h3 {
	color: #A09F9F;
	border-top: 1px solid #C6C6C6;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	/* padding-top: 5px; */
	
}

.cabec-stat4x {
    padding: 5px;
    margin-right: 2px;
    width: 700px;
    float: left;
    text-align: center;
    height: 14px;
}

.cabec-stat4x span {
    color: #27AE60;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    display: block;
    vertical-align: bottom;
    min-height: 20px;
}

.cabec-stat4x h3 {
	color: #A09F9F;
	border-top: 1px solid #C6C6C6;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
    	
}

.cabec-stat5x {
    padding: 5px;
    margin-right: 2px;
    width: 900px;
    float: left;
    text-align: center;
    height: 14px;
}

.cabec-stat5x span {
    color: #27AE60;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    display: block;
    vertical-align: bottom;
    min-height: 20px;
}

.cabec-stat5x h3 {
	color: #A09F9F;
	border-top: 1px solid #C6C6C6;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
    	
}

.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%;
}
  
.fixed2 {
  position: fixed;
  /*top:0;*/
  left:0;
  width: 100%;
}

.alert-proposta {
    padding: 1px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

#perfilCursoMao {
    cursor: pointer;
}
.separador {
	height:2px; 
	width:100%; 
	border-width:0; 
	color:#808080; 
	background-color:#808080;
}


.separadorDiv {width: 100%; height: 20px; border-bottom: 1px solid black; text-align: center;}
.separadorSpan {font-size: 15px; background-color: #F3F5F6; padding: 0 10px;}

.UsuarioGridUrlFoto { width: 200px; height: 130px; margin: 5px 10px 0px 0px; }  

.ArquivoGridArquivoAnexo { width: 100px; height: 65px; margin: 5px 10px 0px 0px; }  

.ClienteGridArquivoImagem { width: 100px; height: 65px; margin: 5px 10px 0px 0px; }  

.FilialGridArquivoImagem { width: 100px; height: 65px; margin: 5px 10px 0px 0px; }  

.FornecedorGridArquivoImagem { width: 100px; height: 65px; margin: 5px 10px 0px 0px; }  

.HumorGridArquivoImagem { width: 100px; height: 65px; margin: 5px 10px 0px 0px; }  

.ProdutoGridArquivoImagem { width: 100px; height: 65px; margin: 5px 10px 0px 0px; }  




.badge {
  position: initial;
  font-size: xx-small;
  margin-left: 5px;
  margin-top: -10px;
  background-color: red;
  color: white;
}

--openAI

#output {
    white-space: pre-wrap; /* Permite a quebra de linha dentro do <pre> */
    word-wrap: break-word; /* Garante que palavras longas sejam quebradas */
    max-width: 100%; /* Evita que o conteúdo ultrapasse o container */
    width: 100%; /* Faz com que ocupe o espaço disponível */
    max-height: 300px; /* Define um limite máximo para a altura */
    display: block; /* Garante que o <pre> respeite as regras de dimensionamento */
    overflow-y: auto;   /* Habilita scroll vertical */
    overflow-x: hidden; /* Desabilita scroll horizontal */
    white-space: pre-wrap;
}

#botao-gravaraudio {
            padding: 5px 10px;
            font-size: 14px;
            background-color: #28a745;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
#botao-gravaraudio:disabled {
    background-color: #ccc;
}



