/*.tabs input[type='radio'] { 
    display:none;
    position:absolute;
    left:-100px;
}
.tabs label {
    width:60px; 
    text-align:center; 
    padding: 20px;
    color:#666666; 
    display:inline-block;
    cursor:pointer;
}
.tab-content { 
    display:none; 
    position:absolute;
    left:0;
    width:100%;
    background-color:#F3F3F3; 
    border-top:6px #FE7B43 solid;  
    text-align:center; 
    padding:50px 0; 
}
#tabs-1 {position:relative}
#tabs-1 :checked + label { background-color:#FE7B43; color:#FFF; }
#tabs-1 :checked + label + .tab-content { display: block }*/

td {
    vertical-align: middle!important;
    font-size: 14px;
}

td.alighright {
    text-align: right;
}

.total {
    padding: 2px 10px 2px 8px;
    background: #2890CB;
    color: white;
    width: 60px;
    text-align: center;
    float: left;
}

.value-total{
    font-size: 20px;
    margin-left: 70px;
}

/* alterções do bootstrap oficial*/
.page-header {
    margin: 10px 0 10px;
}

.navbar-default {
    background-color: #293A42; /*#F4F5F7;*/
    border: 0px;
    margin: 0px;
}

/** texto e link do toolbar **/
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
}
.sidebar a {
    text-decoration: none;
    color: #abb1b7;
    font-size: 14px;
}

.sidebar a.active {
    text-decoration: none;
    color: #fff;
}


.sidebar a:hover {
    text-decoration: none;
    color: #fff;
}

.navbar-default a {
    text-decoration: none;
}

.navbar-default a:hover {
    text-decoration: none;
}

.navbar-header .navbar-brand{
    color: #fff;
}
.navbar-header .navbar-brand:hover{
    color: #fff;
}

@media (min-width: 768px) {
  .navbar-header {
    width: 182px; 
    /*background-color: #202930;*/
  }
  .navbar-header .navbar-brand{
    color: #fff;
   }
}

@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 182px;

    /* margin-top: 51px; */
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

.sidebar ul li a:focus {
    background-color: #212F32; /*#EAECF0*/
}

.sidebar ul li a.active {
    background-color: #212F32; /*#EAECF0*/
}

.sidebar ul li a:hover {
    background-color: #212F32; /*#EAECF0*/
}
.sidebar ul li {
  border-bottom: 0px;
  color: #fff; /*#3F3F47*/

}

.dropdown a:hover {
     background-color: #fff; /*#3F3F47*/

}
body{
    background: #293A42;
}

.panel.panel-default .panel-heading{
    background: #fff;
}




/*
#page-wrapper {
     background-color: #ECEFF2;
}*/


/* ------- LOGIN-------------------------------------------------------------------------------------------------- */
/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
/*body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(34, 145, 162), rgb(12, 97, 33));
}*/

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

/*.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}*/

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
      background-color: rgb(0, 142, 214);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(2, 111, 166);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

/* ------- WEBSITE -------------------------------------------------------------------------------------------------- */

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: #ECF0F5;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 182px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}

.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 182px;
    margin-top: 51px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.container-fluid {
    padding-right: 8px;
    padding-left: 8px;
}


.page-header{
    font-size: 20px;
}
 
/* Tamanho do modal para confirmação de apagar item*/
.modal .confirm-delete {
    width: 400px;
}

/** Item selected */
.clickable-row-tr {
    cursor:pointer;
}
.clickable-row-tr:hover {
    cursor:pointer;
    color: #34647a;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}




@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-status {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
    color: #4DAE51;
}

.status-finalized {
   color: #4DAE51;
}

.status-pending {
   color: #F44336;
}

.status-stoped {
   color: #FF9800;
}


.huge {
    font-size: 28px;
}
.colorIcon{
    color: #395ea5;
}



/** ------------------------------------------------------------- PANEL ----------------------------------------------------------*/

.panel {
     border-radius: 0;
    border: 1px solid #e7ecf3;
    border-bottom: 1px solid rgba(0,0,0,0.17);
    margin-bottom: 15px;
    padding: 10px;
    /*height: 460px;*/
}

.panel-default>.panel-heading{
    border-color: #EDEDED;
}

.table {
    color: #758697;
    font-size: 13px;
    margin: 0px;
}

.table th {
    font-size: 1.05em;
    font-weight: 600;
    border-bottom: 1px solid #EDEDED !important;
    color: #2b425b;
}
.panel-title{
    font-weight: 600;
    font-size: 1.2em;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2B425B;
}

.table td {
    border-top: 1px solid #EDEDED;
}

.table-bordered {
    border: 1px solid #EDEDED;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
   border: 0.5px solid #EDEDED;
}

.pull-right {
    margin: 0px;
}

.pagination {
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn, .form-control{
   border-radius: 0;
}

.breadcrumb{    
    margin-bottom: 10px;
    margin-top: 0px !important;
}

.col-lg-12 , .col-lg-6, .col-lg-8, .col-lg-4, .col-lg-3, .col-lg-7, .col-lg-5, .col-xs-4, .col-md-8{
    padding: 0 6px 0 0;
}


.navbar-form{
    margin: 0px;
    padding: 0px;
}

/* largura da linha da tablea*/
.table>tbody>tr>td{
 /* padding: 5px;*/
  font-size: 13px;
}

/* item com status 0*/
.status-disabled{
  color: #cccccc;
}
.status-disabled:hover{
  color: #cccccc;
}

/* largura da linha da tablea*/
.table>thead>tr>th{
  text-align: left;
}


 /* ---------------------------- FOTO DO USUARIO/CLIENTE/LOJA ----------------------------*/
.containerimg {
    position: relative;
    width: 100%;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;

}

.middle {
  transition: .5s ease;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;  
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.containerimg:hover .image {
  opacity: 0.5;
}

.containerimg:hover .middle {
  opacity: 1;
}


 /* ---------------------------- LOAD PROGRESS THREE BOLS ----------------------------*/
.loaderPosition {
  position: absolute;
  left: 50%;
  top: 40%;
}

.loader {
  position: relative;
  left: -50%;
  z-index: 2;
}

.divFundo {
  position: absolute;
  width: calc(100% - 32px);
  height: calc(100% - 58px);
  background-color: #fff;
  z-index: 1;

}


.loader span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: 3s infinite linear;
  -moz-animation: 3s infinite linear;
  -o-animation: 3s infinite linear;
}

.loader span:nth-child(2) {
  background: #005178;
  -webkit-animation: kiri 1.2s infinite linear;
  -moz-animation: kiri 1.2s infinite linear;
  -o-animation: kiri 1.2s infinite linear;
}

.loader span:nth-child(3) {
  background: #008ED2;
  z-index: 100;
}

.loader span:nth-child(4) {
  background: #1CB3FB;
  -webkit-animation: kanan 1.2s infinite linear;
  -moz-animation: kanan 1.2s infinite linear;
  -o-animation: kanan 1.2s infinite linear;
}

@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(20px);
    z-index: 200;
  }
}

@-moz-keyframes kanan {
  0% {
    -moz-transform: translateX(20px);
  }
  50% {
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(20px);
    z-index: 200;
  }
}

@-o-keyframes kanan {
  0% {
    -o-transform: translateX(20px);
  }
  50% {
    -o-transform: translateX(-20px);
  }
  100% {
    -o-transform: translateX(20px);
    z-index: 200;
  }
}

@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes kiri {
  0% {
    -moz-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes kiri {
  0% {
    -o-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -o-transform: translateX(20px);
  }
  100% {
    -o-transform: translateX(-20px);
  }
}


#show-qnd-itens-info{
  margin-top: 10px;
  color: #758697;
}