/* @import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

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


body {
  border-top: 3px solid #d82d1b;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

h1 {
  color: #04a94c;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 450;
}

h2 {
  color: #04a94c;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h3 {
  color: #04a94c;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

td {
  vertical-align: middle !important;
}

label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-option {
  height: 25px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.table-dashboard .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{
  padding: 0px;;
}
.btn-toggle{
  padding: 1px 6px;
}
/*//////////  N A V B A R  &  N A V B A R  L E F T  ////////////*/

.navbar-brand:hover,
.navbar-brand:focus {
  background: transparent !important;
}

.header-logo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#038435+0,04a94c+98 */
  background: #038435; /* Old browsers */
  background: -moz-linear-gradient(top, #038435 0%, #04a94c 98%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #038435),
    color-stop(98%, #04a94c)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #038435 0%,
    #04a94c 98%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #038435 0%,
    #04a94c 98%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #038435 0%, #04a94c 98%); /* IE10+ */
  background: linear-gradient(to bottom, #038435 0%, #04a94c 98%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038435', endColorstr='#04a94c',GradientType=0 ); /* IE6-9 */
}

.navbar-default {
  border-bottom: 2px solid #d82d1b;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: 0.3px;
}

.nav-side-menu {
  overflow: auto;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
  /*background-color: #04A94C;*/
  position: fixed;
  top: 0px;
  left: 0px;
  letter-spacing: 1px;
  width: 285px;
  height: 100%;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03843c+0,04a94c+9,04a94c+75,03843c+100 */
  background: #03843c; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #03843c 0%,
    #04a94c 9%,
    #04a94c 75%,
    #03843c 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #03843c),
    color-stop(9%, #04a94c),
    color-stop(75%, #04a94c),
    color-stop(100%, #03843c)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #03843c 0%,
    #04a94c 9%,
    #04a94c 75%,
    #03843c 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #03843c 0%,
    #04a94c 9%,
    #04a94c 75%,
    #03843c 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #03843c 0%,
    #04a94c 9%,
    #04a94c 75%,
    #03843c 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #03843c 0%,
    #04a94c 9%,
    #04a94c 75%,
    #03843c 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03843c', endColorstr='#03843c',GradientType=0 ); /* IE6-9 */
}

.nav-side-menu .brand {
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 16px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 45px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d82d1b;
  background-color: #04a94c;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #fff;
  background-color: #047937;
}
.nav-side-menu ul .sub-menu li a,
.nav-side-menu li .sub-menu li a {
  display: inline-block;
  padding: 7px 0;
  width: 100%;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #fff;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #038e40;
  border: none;
  line-height: 30px;
  border-bottom: 1px solid #36c072;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #047937;
}
.nav-side-menu ul .sub-menu li a:before,
.nav-side-menu li .sub-menu li a:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #04a94c;
  border-bottom: 1px solid #5fc98d;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d82d1b;
  background-color: #059946;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.panel-primary {
  border: 1px solid #adadad;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.panel-primary > .panel-heading {
  background: #7f968d;
  border-color: #adadad;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.panel-primary > .panel-heading h4 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.panel-group h2 {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 10px;
}

.panel-group h2 > .btn {
  margin-right: 5px;
  padding: 5px;
  vertical-align: top;
  width: 30px;
}

.panel-group .panel-heading {
  opacity: 0.8;
}

.panel-group .panel-heading:hover,
.panel-group .panel-heading:focus {
  opacity: 1;
}

.panel-default > .panel-heading {
  color: #666 !important;
}

.panel-group .panel {
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-width: 1420px) {
  .hidden-43 {
    display: none;
  }

  .nav-side-menu {
    font-size: 12px;
    width: 225px;
  }

  .btn-access {
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    padding: 0px !important;
  }

  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}

/*//////////  E N D  N A V B A R  ////////////*/

/*//////////  D A S H B O A R D  ////////////*/

.page-header {
  margin-top: 75px;
}

.cont-app {
  margin-top: 40px;
  padding-bottom: 40px;
}

.btn-access {
  background: #04a94c;
  border: 2px solid #04a94c;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.btn-access:hover,
.btn-access:focus {
  background: #05853d;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.btn-access i {
  font-size: 50px;
  margin: 5px 5px 15px 5px;
}

.btn-access > .fa-plus-circle {
  font-size: 18px;
  margin-left: -5px;
  vertical-align: top;
}

.btn-access {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.table-dashboard {
  width: 100%;
  border: 2px solid #04a94c;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.table-dashboard thead {
  background: #04a94c;
  color: #fff;
}

.table-dashboard tbody > tr:nth-of-type(2n + 1) {
  background: #ececed;
}

.table-dashboard td {
  padding: 10px;
}

.table-movents > thead > tr > td,
.table-movents > tbody > tr > td {
  text-align: center;
  width: 10%;
}

.table-movents > thead > tr > td,
.table-movents > tbody > tr > td {
  border-right: 1px solid #ccc;
}

.table-movents > thead > tr > td:last-child,
.table-movents > tbody > tr > td:last-child {
  border-right: 0px solid #ccc;
}

.table-movents > thead > tr > td:nth-child(1),
.table-movents > thead > tr > td:nth-child(2),
.table-movents > thead > tr > td:nth-child(3),
.table-movents > thead > tr > td:nth-child(4),
.table-movents > thead > tr > td:nth-child(8),
.table-movents > thead > tr > td:nth-child(9),
.table-movents > thead > tr > td:nth-child(10) {
  background: #f5f5f5;
}

.table-movents > thead > tr > td:nth-child(5),
.table-movents > thead > tr > td:nth-child(6),
.table-movents > thead > tr > td:nth-child(7) {
  background: #ececec;
}

.table-movents > thead > tr > td:nth-child(4),
.table-movents > tbody > tr > td:nth-child(4),
.table-movents > thead > tr > td:nth-child(7),
.table-movents > tbody > tr > td:nth-child(7) {
  border-right: 2px solid #ccc;
}

/*//////////  E N D  D A S H B O A R D  ////////////*/

/*//////////  F O R M U L A R I O S  ////////////*/

.form-group h2 {
  color: #777;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

label {
  color: #666;
}

select {
  background: url(../img/select-arrow.png) right center no-repeat !important;
  background-size: 18px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  cursor: hand;
}

.form-control {
}

/*
.form-control::-moz-placeholder {
  color: #5cc5c8 !important;
}
*/

.nav-tabs {
  margin-bottom: 25px;
}

.modal-footer {
  margin-top: 20px;
}

/*//////////  E N D  F O R M U L A R I O S  ////////////*/

/*//////////  V I S T A S  S H O W  ////////////*/

.tabs-cb {
  background: #7f968d;
  border-color: #adadad;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  margin-bottom: 0;
}

.tabs-cb > li {
  margin-bottom: 0px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.tabs-cb > li.active > a,
.tabs-cb > li.active > a:hover,
.tabs-cb > li.active > a:focus,
.tabs-cb > li.active > a:active {
  background: #717e79;
  border: 0;
  color: #fff;
}

.tabs-cb > li > a {
  color: #fff;
  border: 0;
  margin: 0;
}

.tabs-cb > li > a:hover,
.tabs-cb > li > a:focus,
.tabs-cb > li > a:active {
  background: #717e79;
  border: 0;
  color: #fff;
}

.panel > .table-dashboard {
  border: 0px;
}

.text-notes {
  color: #8a6d3b;
  font-size: 15px;
}

/*//////////  E N D  V I S T A S  S H O W  ////////////*/

/*//////////  F O O T E R  ////////////*/
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  background: #048b3f;
}

.footer h5 {
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/*//////////  E N D  F O O T E R  ////////////*/

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

body .modal-itemorder {
  /* new custom width */
  width: 1080px;
  /* must be half of the width, minus scrollbar on the left (30px) */
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}

.tab-content > .active {
  height: auto;
  padding-bottom: 75px;
}

@media (max-width: 992px) {
  .btn-access {
    margin: 4px;
  }
}
