/* Miligram overrides */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.top-nav-links,
.side-nav,
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #363637;
}

a {
  color:#2f85ae;
  -webkit-transition:all 0.2s linear;
  transition:all 0.2s linear;
}

a:hover,
a:focus,
a:active  {
  color:#2a6496;
  -webkit-transition:all 0.2s easeout;
  transition:all 0.2s ease-out;
}

.side-nav a,
.top-nav-links a,
th a,
.actions a {
  color: #606c76;
}

.side-nav a:hover,
.side-nav a:focus,
.actions a:hover,
.actions a:focus {
  color:#2f85ae;
}

/* Utility */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Main */
body {
  background: #0a0a0a !important;
}
.content {
  padding: 2rem;
  /*background: #ffffff;*/
  border-radius: 0.4rem;
  /* Thanks Stripe */
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1),
      0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
section.content {
font-size: 15px;
/*text-transform:capitalize;*/
  display:contents;
}
section.content.no-padding {
  height: auto !important;
}
label, legend {
  font-size: 15px !important;
  color:#fff !important;
}
.box-body label, .box-body legend {
  color:#000 !important;
}

.actions a {
  font-weight: bold;
  padding: 0 0.4rem;
}
th {
  white-space: nowrap;
}

/* Nav bar */
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 112rem;
  padding: 2rem;
  margin: 0 auto 2rem;
}
.top-nav-title a {
  font-size: 2.4rem;
  color: #d33c43;
}
.top-nav-title span {
  color: #404041;
}
.top-nav-links a {
  margin: 0 0.5rem;
}
.top-nav-title a,
.top-nav-links a {
  font-weight: bold;
}

.side-nav-item {
  display: block;
  padding: 0.5rem 0;
}

/* View action */
.view.content .text {
  margin-top: 1.2rem;
}
.related {
  margin-top: 2rem;
}

/* Flash messages */
.message {
  padding: 1rem;

  background: #eff8ff;
  color: #2779bd;

  border-color: #6cb2eb;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.message.hidden {
  display: none;
}
.message.success {
  background: #e3fcec;
  color: #1f9d55;
  border-color: #51d88a;
}
.message.error {
  background: #fcebea;
  color: #cc1f1a;
  border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
  margin-bottom: 2.0rem;
}
.input.radio input,
.input.checkbox input {
  margin: 0;
}
.input.radio label,
.input.checkbox label {
  margin: 0;
  display: flex;
  align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
  margin-right: 1.0rem;
}
.input.radio label:first-of-type {
  margin-bottom: 2.0rem;
}

/* Paginator */
.paginator {
  text-align: right;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.pagination li {
  margin: 0 0.5rem;
}
.prev.disabled a,
.next.disabled a {
  cursor: not-allowed;
  color: #606c76;
}
.asc:after {
  content: " \2193";
}
.desc:after {
  content: " \2191";
}

/* Error */
.error-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}
.account {
  margin: 10% auto 0px;
  max-width: 205px;
  font-weight: 400;
}
.account input {
  width:200px;
  height: 40px;
  border:none;
  background-color: #737373;
  color:#fff;
  font-size: 19px;
  font-weight: 100;
  padding: 2px 10px;
  border-radius: 0px;
  margin-bottom: 10px;
}

.account input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-weight: 100;
}

.account input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 100;
}

.account input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-weight: 100;
}

.account a {
  float: right;
  color:#fff;
}

.navbar-nav>.account-menu>.dropdown-menu {   
  padding: 0px 0px 0px 0px;  
}
.navbar-nav>.account-menu{
  margin-bottom: 0px !important; 
}
.navbar-nav > li > a {
  padding: 2px 20px 0px 0px !important;
}

.main-header > .navbar {
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
  margin-bottom: 0;
  margin-left: 200px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}

.main-sidebar, .left-side {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 0px;
  min-height: 100%;
  width: 200px;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
  transition: transform .3s ease-in-out,width .3s ease-in-out;
  background-color: #444 !important;
}
.header-main-sidebar {
  height:57px;
  background-color: #cda433 !important;
}
/*
* Skin: Blue
* ----------
*/
.skin-blue .main-header {
  box-shadow: 6px 6px 10px #444;
}

.skin-blue .main-header .navbar {
  background-color: #bac6d6;
}
.skin-blue .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #444;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #cda433;
  color: #fff;
}
@media (max-width: 767px) {
  .skin-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-blue .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
    background: #cda433;
  }
}
.skin-blue .main-header .logo {
  background-color: #cda433;
  color: #ffffff;
  border-bottom: 0 solid transparent;
  width:200px !important;
}
.skin-blue .main-header .logo:hover {
  background-color: #ac7e02;
}
.skin-blue .main-header li.account-header {
  background-color: #cda433;
}
.skin-blue .content-header {
  background: transparent;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  /*background-color: #fff;*/
}
.skin-blue .account-panel > .info,
.skin-blue .account-panel > .info > a {
  color: #fff;
}
.skin-blue .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-blue .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #1e282c;
  /*border-left-color: #3c8dbc;*/
}
.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-blue .sidebar a {
  color: #b8c7ce;
}
.skin-blue .sidebar a:hover {
  text-decoration: none;
}
.skin-blue .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #cda433;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #cda433;
}
@media only screen and (max-width : 1024px) {
  .view-activity .multiselect{width:265px !important;}
  .saff_button-possition input {  margin-top: 4px;}
  .sucess_measument{margin-left: 0px;}
  .btn {margin-bottom: 3px;}
  .breadcrumb .btn{margin-bottom: 5px;}
  a.btn.btn-flat.btn-default {margin-top: 0px;}
  .sidebar-open .main-sidebar, .sidebar-open .left-side {transform: translate(0, 0);}
  div.success {max-width: 96%;}
  a.btn.btn-flat.btn-default.member_attendance { margin-top: 0px; }
}
@media screen and (max-width: 640px) {
  .top-nav {
      margin: 0 auto;
  }
  .side-nav {
      margin-bottom: 1rem;
  }
  .heading {
      margin-bottom: 1rem;
  }
  .side-nav-item {
      display: inline;
      margin: 0 1.5rem 0 0;
  }
  .asc:after {
      content: " \2192";
  }
  .desc:after {
      content: " \2190";
  }
}
.image-small{
  max-height:50px;
}
.image-medium{
  max-height:200px;
}

.left{
  float: left;
  text-align: left;
}
.right{
  float: right;
  text-align: right;
}

th.right{
  text-align: right !important;
  float:inherit !important;
}

.oculto {
  display: none;
}

.btnnotes {
  background-color:#fff;
  color: rgb(78, 94, 106);
  border: solid 1px #dedede;
  border-radius: 10px;
}

.btnnotesfixed {
  background-color:#ff0000;
  color:#fff;
  border:none;
}

.profile-select .image {
  background-size: cover;
  width:28px;
  height:28px;
  border: solid 1px #ccc;
  border-radius: 5px;
  display:inline-block;
}

.image_cover {
  background-size: cover;
  width:40px;
  height:40px;
  border:solid 1px #4E5E6A;
  display: inline-block;
}

.navbar-nav > li > a {
  padding: 2px 20px 0px 0px !important;
}

.fc-resourceTimeline-button {
  font-family:"FontAwesome" !important;
content:"\f0c9   " !important;
}

.date,
.dob {
  /*width:100px !important;*/
}

.caution {
  color:#ff0000 !important;
}

.phones li {
  list-style: none;
  display: flex;
}
.phones li svg{
  margin-right:10px;
}

.modal svg {
  font-size: 20px !important;
  /*color:#000 !important;*/
  transition: none !important;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #cda433;
  border: 0.1rem solid #cda433;
  color:#fff !important;
  height:30px !important;
  /*line-height: 28px !important;*/
}

.button:focus, .button:hover, button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  background-color: #ddbe69;
  border-color: #ddbe69;
  color: #fff;
  outline: 0;
}

.alergeno {
  background-color: #337ab7;
  border-color: #337ab7;
}
.alergeno:focus, .alergeno:hover {
  background-color: #2d87d6;
}

a:hover, a:focus {
  color: #ddbe69 !important;
  text-decoration: underline;
}

.body-overlay{    
  z-index: 9999 !important;
  background: rgba(255,255,255,0.7);
  border-radius: 3px;
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;	
}

.body-overlay svg{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  color: #000;
  font-size: 50px;
z-index: 50;
}

.select2-container {
width : 100% !important;
}

.modal-content .modal-header button,
.modal-content .modal-footer button {
  color:#444 !important;
}
.modal-content .btn-success {
  color:#fff !important;
  background-color: #444 !important;
}
.modal-content .icon:hover,
.modal-content .icon {
  margin:2px 0px 0px 6px;
  background-color: transparent;
  padding:0px;
  border:none;
}
.modal-content .icon:hover svg,
.modal-content .icon svg {
  color:#ccc !important;
}

#modal-controls {
  display: flex;
}

.gray-label {
  /*color:#333;*/
  color:#222;
  font-size: 16px !important;
  font-weight:200 !important;
  padding-top:5px;
  width:100%;
  border-bottom:solid 1px #ccc;
  min-height: 30px;
  vertical-align: bottom;
}
.gray-label-icon {
  /*color:#ccc;*/
  color:#777;
  font-size: 18px !important;
  font-weight:100 !important;
  padding-top:5px;
}
.form-control,
.hasDatepicker {
  min-width:96px;
}
.header-report {
  background-color:#eee;
  color:#444;
  border-radius: 4px;
  padding:10px;
  margin-right:20px;
  min-width:375px;
}
.header-report .info span {
  color:#666;
  font-size: 12px;
}
.header-report .info>*{
  white-space: nowrap;
}
/*KIKO ESTO ES PARA EL VALIDATION*/
.formError {
  left:20px !important;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  /*width: 60px;
  height: 34px;*/
  width: 36px;
  height: 22px;
  margin-bottom: 0px !important;
  margin-top: 8px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider_switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_switch:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider_switch {
  background-color: #337ab7;
}

.switch input:focus + .slider_switch {
  box-shadow: 0 0 1px #337ab7;
}

.switch input:checked + .slider_switch:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider_switch.round {
  border-radius: 34px;
}

.slider_switch.round:before {
  border-radius: 50%;
} 

.profileline {
  width:35px;
  height:35px;
  /*cursor:pointer;*/
  border:solid 1px #666;
  border-radius: 1px;
  padding: 0px;
  display: inline-block;
}
.profileline>div {
  background-size: contain !important;
  background-position: center middle;
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

.profile {
    width:120px;
    height:120px;
    /*cursor:pointer;*/
    border:solid 1px #444;
    /*border-radius: 10px;
    padding: 10px;*/
}

.profile>div {
    background-size: contain !important;
    background-position: center middle;
    width: 100%;
    height: 100%;
    /*border-radius: 10px;*/
}
.bordergray {
  border:solid 1px #ccc;
}

.fileInput {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  min-height:90px;
  width:100%;
  cursor: pointer;
}

/*.fileInput input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}*/

#fileAttachments + label {
  text-align: center;
  font-weight: 400;
  left: 7.35em;
  top: 0.5em;
  /* Decorative */
  background: #fdfdfd;
  color: #000;
  cursor: pointer;
  border:solid 1px #444;
  border-radius:10px;
  min-height:90px;
}
.fileInput + label:hover {
  background: #ddd;
  border-radius:10px;
}

.fileLabel {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-color:transparent;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  text-transform: uppercase;
  width:100%;
  text-align: center;
}

.custom-file-input {
  border:solid 1px #444;
  min-height:50px;
}

.btn_upload {
  max-width:120px !important;
  background-color:#235b84 !important;
  color: #fff !important;
  padding:8px !important;
  border-radius:5px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
#preview {
  margin-top:10px;
  border:solid 1px #999;
}
#preview .item_image {
  width:100%;
  height:90px;
  padding:10px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  border-bottom:solid 1px #999;
}
.item_image_small .item_image:last-child,
#preview .item_image:last-child {
  border-bottom:none;
}

#preview .item_image>div {
  display: block;
  background-size: contain !important;
  background-position: center middle;
  min-width:80px;
  height:100% !important;
  cursor:pointer;
  padding:0px;
}
#preview .item_image .icon_file {
  display: block;
  font-size:100px !important;
  height:100% !important;
  min-width:80px;
  padding:0px;
  cursor:pointer;
}

.item_image_small .item_image {
  height:70px !important;
}

.icon_button {
  cursor:pointer;
  font-size:18px;
}

#preview .icon_button {
  position: absolute;
  right:25px;
  margin-top:40px;
}

.disabled {
  filter: alpha(opacity=3);
  opacity: 0.3;
  cursor:default;
}

.fa-file-word {
  color:#0f46b2 !important;
}
.fa-file-excel {
  color:#196b31 !important;
}
.fa-file-powerpoint {
  color:#bd3a1d !important;
}

.popup {
  position:fixed;
  top:0px;
  left:0px;
  z-index:99999;
  width:100%;
  height:100%;
  cursor:pointer;
  background-color:rgba(0,0,0,.7);
}
.popup>* {
  margin:4% auto;
  max-width:840px;
  display: block;
  overflow-y: auto;
}
.popup .icon_close{
  color:#fff;
  font-size: 40px;
  margin: 0px;
  float: right;
}

.scrooltop {
  display: none;
  width: 40px !important;
  height: 40px;
  background-color:rgba(52, 80, 235,1);
  cursor: pointer;
  position: absolute;
  z-index: 99999;
  right: 20px;
  bottom: 20px;
  color: #fff;
  padding: 8px;
}
.scrooltop:hover {
  background-color:rgba(52, 80, 235,0.7);
}

.box-body {
  margin-bottom:20px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.mailbox-nav li {
  margin-bottom: 10px;
}


.panel .panel-body {
  position: relative;
  /* padding: 20px; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel .panel-body svg{
  color:#fff;
  font-size: 40px;
  transition: all 0.3s ease 0s;
}

.panel .panel-body:hover svg{
  color:#fff;
  font-size: 50px;
}

.panel-body.low_stock {
  background-color: #5fce9b;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}
/*.panel-body.employees {
  background-color: #66B5D6;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}
.panel-body.clients {
  background-color: #E87352;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}
.panel-body.projects {
  background-color: #0f46b2;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}*/
.panel-body.messages {
  background-color: #EECA5A;
  height: 145px;
  float: left;
  width: 100%;
  text-align: center;
margin-bottom: 20px;
}
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box .panel-body img {
  transition: all 0.3s ease 0s;
}

.info-box .info-box-stats {
  float: left;
  margin-top: 5px;
}

.info-box .info-box-stats {
  float: left;
  width: 100%;	
}

.info-box .info-box-stats {
  margin-top: 0px !important;
}

.info-box .info-box-stats p {
  font-size: 28px;
  margin-bottom: 14px;
  color: #374051;
  font-weight: 300;
}

.info-box-stats p {
  color: #F9FDFB !important;
  margin-top: 15px;
  float: none;	
}

.info-box .info-box-stats span.info-box-title {
  display: inline;
  font-size: 14px;
  margin-bottom: 10px;
  color: #B0B0B0;
}
.info-box .info-box-stats span.info-box-title {
  margin-bottom: 0 !important;
}
.info-box-stats .info-box-title {
  float: none;
  color: #F9FDFB !important;
  padding: 4px 10px 0;
}

.info-box-title {
  text-transform: capitalize;
}

.item-dash {
  max-width:200px;
  float:left;
  margin-right:10px;
}

.red {
  color:red;
}

.gray {
  color:#999;
}

.bar {
  height:10px;
  border:solid 1px #444;
  background-color: #777;
  width:222px;
  display: inline-block;
  border-radius: 3px;
}
.bar .percent {
  background-color: rgb(116, 240, 116);
  height:100%;
  width:0px;
  border-radius: 3px;
  display: block;
}
.bar .percent.non {
  background-color: greenyellow;
}
.menu_inline {
  list-style: none;
}
.menu_inline li{
  display:inline;
  padding: 0px 5px 5px 5px;
  cursor:pointer;
  text-decoration: none !important;
  background-image: linear-gradient(0deg, greenyellow, #f5f5f5) !important;
  background-position: 0% 90% !important;
  background-repeat: no-repeat !important;
  background-size: 0 3px !important;
  transition: background-size .3s !important;
}
.menu_inline li:hover{
  background-size: 100% 3px !important;
}
.menu_inline li.selected {
  background-size: 100% 3px !important;
  cursor: default;
}

.noborder,
.noborder td,
.noborder th{
  border:none !important;
}

#detall_report td{
  padding-left:10px;
}

.icon_daysoff {
  font-size:70px;
}

.labelprice {
  display:flex;
  line-height: 35px;
}

.form-control.small {
  width:65px !important;
  min-width:65px !important;
}
.form-control.medium {
  width:115px !important;
  min-width:115px !important;
}

.tablelittel{
  font-size:12px;
}
.tablelittel tr{
  background-color: transparent !important;
}
.tablelittel td{
  padding: 0px 5px !important;
}

.column_currency {
  text-align: left;
  width:40px;
  padding-left:10px;
  display: inline-block;
}

.tright {
  text-align: right;
}

.tright span{
  display: inline-block;
  width:22px;
  text-align: left;
}

.nowrap,
.gramos {
  white-space: nowrap;
  display: flex;
}

.content_percent {
  width: 100%;
  min-height: 40px !important;
}
.content_percent td {
  color: #fff;
  padding:10px;
}
.label_percent div {
  margin-top: 5px;
  margin-right:10px;
  width: 10px;
  height: 10px;
  float:left;
}
.label_percent .blue,
.content_percent .blue {
  background-color: blue;
}
.label_percent .orange,
.content_percent .orange {
  background-color: orange;
}
.label_percent .gray,
.content_percent .gray {
  background-color: gray;
}
.obras-controls { margin-top: 200px; }

@media (max-width: 767px) {
    tfoot {
        display: none !important;
    }
}
