/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,800,600);

body {
    margin-top: 100px;
    background-color: #eee;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

.page-wrapper {
    width: 100%;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #eeeeee;    
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(max-width:1200px) {
    #wrapper {
        padding-left: 225px;
    }

    .page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #272d4e;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #272d4e ;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: nowrap;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

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

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

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

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

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

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

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

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

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

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

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

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

.btn-compra {
  background: transparent;
  display: inline;
  padding: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
 font-family: arial;  text-align: center;
  vertical-align: middle;
    background:#e57e25;
  color:#fff;
  border: 0px;  
  text-decoration: none
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  box-shadow:0 5px 0 #ce7223;
}
.btn-compra:hover{
  background:#ce7223;
  box-shadow:0 5px 0 #c56d21;
  color: #fff;
    text-decoration: none;

}

.btn-compra:active{
  position:relative;
  top:5px;
  box-shadow:none;
    text-decoration: none;
}

.btn-compra:focus{
  position:relative;
  top:5px;
  box-shadow:none;
    text-decoration: none;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
    background: #fff;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.btn-create{
  background: transparent;
  display: inline;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  margin-bottom: 10px;
 font-family: arial;  text-align: center;
  vertical-align: middle;
    background:#33cc33;
  color:#fff;
  border: 0px;  
  text-decoration: none
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  box-shadow:0 5px 0 #009900;
}
.btn-create:hover{
  background:#009900;
  box-shadow:0 5px 0 #006600;
  color: #fff;
    text-decoration: none;

}

.btn-create:active{
  position:relative;
  top:5px;
  box-shadow:none;
    text-decoration: none;
}

.btn-create:focus{
  position:relative;
  top:5px;
  box-shadow:none;
    text-decoration: none;
}

.clearb{
    background-color: #fafafa;;
    color: #8f8f8b;
    font-family: Tahoma;
    padding-top: 20px;
    border-radius: 0px;
    border-bottom: 1px solid #e0e0e0;
}

@media(max-width:1200px) {
    .clearb{
      padding-top: -40px;
      margin-top: -40px;
  }
}

.ativo{
  color: #645f55;
}


/*spiiiiner*/
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.estilo{
  background: #eceff1 url("images/bg02.png");
  color: #fff;
}

.estilo>li>a{
  background: #eceff1;
  color: #fff;
}


/*STOCK CARD Panel*/
.card {
  background: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 1em; 
  height: 100%;
}
.stock .content {
  background: #BEE2E7;
  height: 5.7em;
  padding: 10px;
}
.stock .content2 {
  background: #9c7c81;
  height: 5.7em;
  padding: 10px;
}
.stock .content3 {
  background: #66aea0;
  height: 5.7em;
  padding: 10px;
}

.stock .content4 {
  background: transparent;
  min-height: 150px;
  padding: 10px;
}
.stock .conteudo {
  background: #fff;
  height: 100%;
  padding: 15px;
}

.stock .current-price {
  background: #1d2122 ;
  padding: 10px; 
}
.stock .current-price .info abbr {
    display: block;
    color: #f8f8f8;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.18em;
}
.stock .current-price .changes {
    text-align: right; 
}
.stock .changes .up {
  color: #4fd98b
}
.stock .current-price .changes .value {
      font-size: 1.8em;
      font-weight: 700; 
}
.stock .summary {
  color: #2f2f2f;
  display: block;
  background: #f2f2f2;
  padding: 10px;
  text-align: center;
}

.stock .summary2 {
  color: #fafafa;
  font-size: 18px;
  display: block;
  background: #364050 url("images/bg01.png");
  padding: 20px;
}
.stock .summary strong {
  font-weight: 900;
  font-size: 14px;
}

/*Carrousel*/
.item{
    background: #333;    
    text-align: center;
    height: 300px !important;
}
.carousel{
    margin-top: 20px;
}
.bs-example{
  margin: 20px;
}

.color2 a{
    color: #263238;
}


.btn-creme {
  background: transparent;
  display: inline;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
  background:#66aea0;
  color:#fff;
  font-size: 14px;
  border: 0px;  
  text-decoration: none
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  box-shadow:0 5px 0 #5b9b8f;
}
.btn-creme:hover{
  background:#5b9b8f;
  box-shadow:0 5px 0 #4d7f76;
  color: #fff;
    text-decoration: none;

}

.btn-creme:active{
  position:relative;
  top:5px;
  box-shadow:none;
    text-decoration: none;
}

.btn-creme:focus{
  position:relative;
  top:5px;
  box-shadow:none;
    text-decoration: none;
}

.btn-dng {
    background: transparent;
    display: inline;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    vertical-align: middle;
    background:#D9534F;
    color:#fff;
    font-size: 14px;
    border: 0px;  
    text-decoration: none
        align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-shadow:0 5px 0 #c54f4b;
}
.btn-dng:hover{
    background:#C9302C;
    box-shadow:0 5px 0 #a9211d;
    color: #fff;
    text-decoration: none;

}

.btn-dng:active{
    position:relative;
    top:5px;
    box-shadow:none;
    text-decoration: none;
}

.btn-dng:focus{
    position:relative;
    top:5px;
    box-shadow:none;
    text-decoration: none;
}

.btn-suc {
    background: transparent;
    display: inline;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    vertical-align: middle;
    background:#5CB85C;
    color:#fff;
    font-size: 14px;
    border: 0px;  
    text-decoration: none
        align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-shadow:0 5px 0 #54a354;
}
.btn-suc:hover{
    background:#449D44;
    box-shadow:0 5px 0 #3a7c3a;
    color: #fff;
    text-decoration: none;

}

.btn-suc:active{
    position:relative;
    top:5px;
    box-shadow:none;
    text-decoration: none;
}

.btn-suc:focus{
    position:relative;
    top:5px;
    box-shadow:none;
    text-decoration: none;
}

.btn-yel {
  background: transparent;
  display: inline;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
  background:#416266;
  color:#fff;
  border: 0px;  
  text-decoration: none
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  box-shadow:0 5px 0 #3a575b;
}
.btn-yel:hover{
  background:#3a575b;
  box-shadow:0 5px 0 #2c4245;
  color: #fff;
    text-decoration: none;

}

.btn-yel:active{
  position:relative;
  top:5px;
  box-shadow:none;
    text-decoration: none;
}

.btn-yel:focus{
  position:relative;
  top:5px;
  box-shadow:none;
    text-decoration: none;
}

.config{
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 4px;
}


.titleBox {
    background-color:#fdfdfd;
    padding:10px;
}
.titleBox label{
  color:#444;
  margin:0;
  display:inline-block;
}

.commentBox {
    padding:10px;
    border-top:1px dotted #bbb;
}


.commentList {
    padding:0;
    list-style:none;
    overflow:auto;
}
.commentList li {
    margin:0;
    margin-top:20px;
}
.commentList li > div {
    display:table-cell;
}

.commentText p {
    margin:0;
}
.sub-text {
    color:#aaa;
    font-family:verdana;
    font-size:11px;
}
.actionBox {
    border-top:1px dotted #bbb;
    padding:10px;
}

.pdf{
  position: relative;
  min-height: 1px;
}

@media (min-width: 1200px) {
  .pdf{
    float: left;
    width: 100%;
  }
}
.tablea th {
  border: 1px solid #fff !important;
}

.tablea tr {
  border:1px solid #fff !important;
}

.tablea td {
  border:1px solid #fff !important;
}

.label-as-badge {
    border-radius: 4em;
    padding: 10%;
    padding-top: 15%;
}

.btn-download{
  border: 1px solid #cecece;
  background: transparent;
}

.btn-pedido {
  background: #1d2122 ;
  padding: 10px;
  display: block;
  color: #f8f8f8;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 0.18em;
  border: 0px;
  padding-left: 2%;
  border-radius: 0px;
  text-align: left;
}
.btn-pedido .up {
  color: #4fd98b;
  text-align: right;
  padding-right: 2%; 
}

.btn-pedido:hover {
color: #eee;
}

.margem{
  margin-top: 10px;
}