body {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333 !important;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f3f3f4;
}
.yellow {
  color: #baba56;
}
.green {
  color: green;
}
.blue {
  color: blue;
}
.code_reference {
  border-left: solid 4px #03b196;
  background: black;
  color: white;
  padding: 10px;
}
p {
  color: #333 !important;
}
.close_message_system {
  cursor: pointer;
}
.message_system {
  margin: 10px;
  height: 45px;
  margin-top: 20px;
  border: solid 1px #1111;
  background: #dff0d8;
  color: #3c763d;
  padding: 10px;
}
[aria-labelledby="id-66-title"] {
  display: none;
}
.div_read {
  position: absolute;
  top: 35%;
  left: 5px;
}
.done_read {
  color: #606060;
  opacity: 0.3;
  cursor: pointer;
}
.done_read:hover {
  opacity: 1;
  transition: 0.4s;
}
.has_rule {
  color: green;
}
.info_product_ {
  color: grey;
}
.title_product {
  border: none !important;
  padding: 0px !important;
  padding-left: 10px !important;
  background: none !important;
  color: #16181e;
}
#label_shop {
  position: relative;
}
#label_shop i {
  position: absolute;
  left: -20px;
  top: 0px;
}
#settings_button {
  float: right;
  margin-top: -2px;
  cursor: pointer;
}
#settings_button a {
  color: black;
  opacity: 0.3;
}
#settings_button a:hover {
  color: #606060;
  opacity: 1;
  transition: 0.4s;
}
.link_block {
  display: block;
}
.any_cursor {
  cursor: default !important; 
}
.any_cursor a:hover {
  background: none !important;
}
.div_date i{
  color: grey;
  font-size: 10px;
}
.date_italic {
  font-size: 10px;
  font-style: italic;
  color: grey;
}
#page-container {
  position: relative;
  min-height: 100vh;
}
#content-wrap {
  padding-bottom: 220px;    /* Footer height */
}
.priceForProducPrice {
  max-height: 150px !important;
  height: 100%;
}
#loading_produts {
  position: absolute;
  z-index: 999;
  background: white;
  text-align: center;
  width: 100%;
  margin: 0px;
  margin-right: 10px;
  padding-top: 150px;
}
#products_report {
  min-height: 417px;
}
.iso_code {
  max-width: 50px !important;
}
input.iso_code {
  text-align: center;
}
#add_currency {
  display: none;
}
.italic {
  font-style: italic;
  color: #333;
}
.h3_div {
  margin-top: 0px !important;
  color: grey;
  text-transform: uppercase;
}
#tab2{
  display: none;
}
#tab3{
  display: none;
}
#tab4{
  display: none;
}
#tab5{
  display: none;
}
#tab6{
  display: none;
}
#tab7{
  display: none;
}
#tab8{
  display: none;
}
#tab9{
  display: none;
}
#tab10{
  display: none;
}
.content-center {
  align-content: center;
  text-align: center;
}
.padding-left_0 {
  padding-left: 0px !important;
}
.padding-right_0 {
  padding-left: 0px !important;
}
.kpi_products {
  background: none !important;
  border: none !important;
}
.menu_app i {
  color: #606060;
}
.navBlanco i {
  color: #606060;
}
.red {
  color: red;
}
.error_field {
  border-bottom: solid 1px red !important;
}
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted #555; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  transition: opacity .6s;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px
}
.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 45%;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent rgba(0, 0, 0, 0.7) transparent;
}
.tooltip-right {
  top: 0%;
  right: 100%;
}
.tooltip-right::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 34%;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent  transparent transparent rgba(0, 0, 0, 0.7) ;
}

.edit_rule {
  cursor: pointer !important;
}
.delete_rule {
  cursor: pointer !important;
}
.btn-border-cancel {
  color: #6c868e !important;
  border: solid 1px #6c868e !important;
  background: white !important;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2) !important;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2) !important;
}
.btn-border-cancel:hover {
  color: #03b196 !important;
}
.margin10 {
  margin: 5px;
}
#condition_select {
  max-width: 250px !important;
}
#then {
  max-width: 170px !important;
}
.input-container {
  display: inline;
}
.input-container i{
  color: grey;
}
.icon_amount {
  padding: 1px;
  position: absolute;
  background: none;
}
.icon_percentage {
  padding: 4px;
  padding-left: 7px;
  font-size: 18px !important;
  position: absolute;
  background: none;
}
input[name="amount_input"] {
  max-width: 100px !important;
  width: 100%;
  padding-left: 35px !important;
}
input[name="percentage_input"] {
  max-width: 100px !important;
  width: 100%;
  padding-left: 35px !important;
}
input[name="percentage_input_all"] {
  max-width: 100px !important;
  width: 100%;
  padding-left: 35px !important;
}
input[name="price_calc"] {
  max-width: 150px !important;
  width: 100%;
  padding-left: 35px !important;
  background: white !important;
}

input[name="max_price"] {
  max-width: 150px !important;
  width: 100%;
  padding-left: 35px !important;
  background: white !important;
}
input[name="price_real"] {
  cursor: not-allowed;
  max-width: 150px !important;
  width: 100%;
  padding-left: 35px !important;
  background: white !important;
}
.price_real_div {
  position: absolute;
  right: 20px;
  top: 67px;
}
#rules_form_div {
  display: none;
  padding: 11px;
  padding-bottom: 0px; 
  background: #f2f2f2;
}

#last_access li{
  list-style: none;
  color: grey;
}
#last_access li i{
  font-size: bold;
  text-align: center;
  padding-top: 7px;
}
#last_access li span{
  margin-right: 5px;
  padding-left: 20px;
  text-align: right;
  padding-top: 2px;
}
del {
  color: grey;
}
.cancel_crop {
  display: none;
}
.profile_photo {
  max-width: 250px;
  border-radius: 50%;
}
.border-boton {
  color: #03b196 !important;
  background: white;
  border: solid 1px #03b196 !important;
  -webkit-box-shadow: none !important;
}
.border-boton:hover {
  background: #03b196;
  color: white !important;
}
.kpi_content {
  height: 100%; 
  margin-top: 5%;
  padding: 5%;
}
.title_kpi_good {
  margin: 0px;
  border-color: #68d0c0;
  color:#68d0c0;
  border: solid 3px; 
  position: absolute !important;
  left: 5px;
  bottom: 6px;
  border-radius: 50px
}
.title_kpi_bad{
  margin: 0px;
  border-color: red;
  color:red;
  border: solid 3px; 
  position: absolute !important;
  left: 5px;
  bottom: 6px;
  border-radius: 50px
}
.title_kpi_yellow{
  margin: 0px;
  border-color: #c1ea41;
  color: #c1ea41;
  border: solid 3px; 
  position: absolute !important;
  left: 5px;
  bottom: 6px;
  border-radius: 50px
}
.title_num {
  font-size: 50px;
  color: #222;
}
#rules_div {
  padding-left: 10px;
  display: none;
}
#history_div {
  padding-left: 10px;
  display: none;
}
#div_add_combinations {
  display: none;
}
#products_list_filter {
  padding-top: 26px;
}
.botones_table {
  background: none !important;
  padding: 5px;
  cursor: pointer;
  border: solid 1px #03b196 !important;
}
.botones_table:hover i {
  color: white;
}
.botones_table:hover {
  background-color: #03b196 !important;
}
.botones_table span {
  color: #03b196;
}
.buttons_actions_table {
  color: #b2b2b2;
  padding: 10px;
}
.buttons_actions_table i.edit:hover {
  color: #03b196;
}
button.botones_table.disabled span {
  color: #b2b2b2 !important;
}
button.botones_table.disabled  {
  border: solid 1px #b2b2b2 !important;
}
button.botones_table.disabled:hover {
  background: none !important;
}
button.botones_table.disabled:hover i {
  color: #b2b2b2 !important;
}
table.dataTable.hover tbody tr:hover i {
  transition: 0.2s;
}
table.dataTable.hover tbody tr:hover i.delete {
  color: red;
}
table.dataTable.hover tbody tr:hover i.edit {
  color: #03b196;
}
#div_combinations {
  display: none;
}
.separate_line {
  border-left: 1px solid #ccc;
}
#add_combination {
  display: none;
}
.btn_table {
  padding-left: 5px;
  cursor: pointer;
}

.page_nav_current {
  background-color: #202226;
  color: white !important;
  border-left: solid 3px #03b196;
}
.page_nav_current i {
  color: #03b196 !important;
}
.div_divider_menu {
  padding: 0px !important;
  margin: 0px !important;
}
#shop_current {
  border: solid 0px !important;
}
#form_current_shop {
  width: 320px;
  margin-left: 90px;
  padding-top: 8px;
}
#form_current_shop select {
  width: 200px;
}
.notifications_message {
  position: relative;
  padding: 10px;
  padding-left: 35px;
}
.notifications_message a {
  text-decoration: none;
  color: black;
}
.notifications_message:hover {
  background-color: rgb(247, 247, 248);
}
.h4_notifications {
  padding: 10px;
  margin: 0px;
  border-bottom: solid 1px #ccc;
}
#notifications_div {
  display: none;
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.notifications_container{
  position: absolute;
  background: white;
  border: solid 1px #1111;
  right: 67px;
  top: 49px;
  width: 100%;
  max-width: 250px;
  z-index: 99;
  box-shadow: rgba(128, 130, 133, 0.3) 0px 8px 20px;
}
.badges {
  position: absolute;
  top: 5px;
  margin-left: 15px;
  background: red;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}
.badges span {
  padding: 6px;
  color: white;
}
.h4_dashboard {
  padding:0;
  padding-top: 5px;
  margin: 0px;
  color: #6f6f6f; 
}
#login_div {
  display: none;
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.container_login {
  position: absolute;
  background: white;
  border: solid 1px #1111;
  right: 20px;
  top: 49px;
  width: 100%;
  max-width: 150px;
  box-shadow: rgba(128, 130, 133, 0.3) 0px 8px 20px;
}
#login_div ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.container_login ul li a {
  display: block;
  color: black;
  padding: 10px;
  text-decoration: none;
}
.container_login ul li a:hover {
  background-color: rgba(1, 129, 116, 0.25);
  transition: 0.4s;
}
#login_div ul li a{
  padding-left: 20px;
}

.li_my_profile {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  border-bottom: solid 1px #1111;
}
.li_my_profile span {
  font-size: 10px;
}
#menu_right {
  padding-right: 20px;
}
#menu_right a {
  opacity: 0.3;
}
#menu_right a:hover {
  opacity: 1;
}
body[page="login"] {
  background: white !important;
}
#system_info {
  margin-top: 10px;
  text-align: center;
  align-content: center;
}
.logo_itivos_prisync {
 text-align: center;
 align-content: center;
 padding-left: 20%;
}
.active_menu {
  background: white;
  border-top: solid 4px rgba(1, 129, 116, 0.25);
}
.active_menu a {
  color: black;
}
.active_menu_app {
  background-color: rgba(1, 129, 116, 0.25);
}
#products_variations {
  display: none;
}
#product_basic_information {
  padding-top: 10px;

}
.account_left{
  text-align: center;
}
.loading {
  display: block !important;
}
.center-spiner {
    display: none;
    top: 0px;
    align-items: center;
    text-align: center;
    position: absolute;
    background: rgba(0,0,0,.4);
    padding: 5px;
}
.spiner {
    height: 43px;
    width: 43px;
    position: relative;
    -webkit-animation: spinner 1s infinite linear;
    -moz-animation: spinner 1s infinite linear;
    -o-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-left: 4px solid #8c8c85;
    border-right: 4px solid #8c8c85;
    border-bottom: 4px solid #d4d4c9;
    border-top: 5px solid #8c8c85;
    border-radius: 100%;
    font-size: 0;
    color: hsla(0,0%,100%,.6);
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#add_product{
  display: none;
}
/* Popup container - can be anything you want */
.popup {
  position: fixed;
  z-index: 99;
  display: none;
  padding: 2px;
  top: 15%;
  right: 5%;
}
.popuptext {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #3c763d3b;
}
.success {
  background: #dff0d8;
  color: #3c763d;
}
.danger {
  color: #a94442;
  background: #f2dede;
}

.btn_close {
  position: absolute;
  float: right;
  right: 10%;
  background: red;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-top: -30px;
  margin-right: -20px;
  cursor: pointer;
  padding: 7px;
  background: white;
  border: solid 1px #ccc;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.fixed_header{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 100%;
  max-height: 400px;
}
.fixed_header tbody td {
  border: 1px solid #ddd;
}

.fixed_header thead tr {
   display: block;
}

.fixed_header thead {
  color: black;
  border-bottom: solid 2px #222;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: left;
  width: 500px;
}

.fixed_header tr:nth-child(even){background-color: #f2f2f2;}

.fixed_header tbody tr:hover {background-color: #ddd;}

#loading {
  display: none;
}
#combinations_table th {
  text-align: left;
  background-color: #90a294;
  color: white;
}

.pagination {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #ddd;
}
.current_page {
  background-color: #ddd;
}
.menu_app {
  margin: 10px;
  height: 45px;
  margin-top: 20px;
  border: solid 1px #1111;
  background: white;
}
.menu_app ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu_app ul li {
  float: left;
  padding-left: 10px;
}
.menu_app ul li:hover {
  transition: 0.4s;
  background: rgba(1, 129, 116, 0.25);
}
.menu_app ul li a {
  text-decoration: none;
  display: inline-flex;
  color: black;
}
.menu_app ul li:hover a {
}
.menu_modal {
  height: 45px;
  background: #f2f2f2;
}
.menu_modal ul {
  list-style: none;
  margin: 0px;
}
.menu_modal ul li {
  float: left;
  padding-left: 10px;
}
.menu_modal ul li:hover .active_menu  {
  background: white !important;
}
.menu_modal ul li:hover {
  transition: 0.4s;
  background: rgba(1, 129, 116, 0.25);
}
.menu_modal ul li a {
  text-decoration: none;
  display: inline-flex;
  color: black;
}
.main_app {
  margin: 10px;
  margin-top: 20px;
  border: solid 1px #1111;
  background: white;
  padding: 10px;
}
.main_app #products_list_wrapper{
  min-height: 417px;
}
.loginDiv {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 350px;
  height: 265px;
  margin-left: -175px;
  margin-top: -132px;
}
.rows_total {
  padding-right: 10px;
}
/* Modal */
.modal {
  display: none;
  background-color: white;
  padding:0px;
  padding-top: 0px;
}
.modal-header {
  border-bottom: solid 1px #fbefef; 
}
.modal-content {
  padding-bottom: 10px; 
}

.modal-footer {
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #8080801a;
}
.modal-footer a {
  float: right;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-grid;
}
/* Slider*/

.slider ul {
  list-style: none;
}
.slider {
  padding: 50px;
}

.fondoElementosSlider {
  padding: 5px;
  background-color:rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  max-width: 350px;
}

#btnSliderBottom {
  margin: 10px;
}

.controlSli{
 cursor: pointer;
 color: #f5f2f0;
 border: solid 1px grey;
 width: 20px;
 height: 20px;
 margin: 10px;
 display: inline-grid;
 border-radius: 50%;
}
.activoSli {
  background-color: #03b196;
}
.botonDerecha {
  display: none;
  position: relative;
  top: 48%;
  float: right;
  font-size: 3em;
  color: white;
  cursor: pointer;

}
.botonDerecha:hover {
  font-size: 4em;
}

.botonIzquierda {
  display: none;
  position: relative;
  top:48%;
  float: left;
  font-size:3em;
  color: white;
  cursor: pointer;

}
.botonIzquierda:hover {
  font-size: 4em;
}

/* Formularios*/
fieldset {
  border:solid 1px #ccc;
} 
input[type="text"] {
	padding: 5px;
	height: 30px;
	width: 100%;
	max-width: 350px;
	border: none;
  border-bottom: solid 1px #ccc;
	margin-bottom:15px;
}
input[type="search"] {
  padding: 5px;
  height: 30px;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}
input[type="number"] {
    padding: 5px;
    height: 30px;
    width: 100%;
    max-width: 350px;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}
input[type="number"]:focus {
  outline: none;
  border: solid 1px #ccc;
}
input[type="number"]:hover {
  background-color: #faf6ff;
}
input[type="text"]:focus {
	outline: none;
	border: none;
  border: solid 1px #ccc;
}
input[type="text"]:hover {
	background-color: #faf6ff;
}
input[type="date"]{
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 150px;
  border: none;
  border-bottom: solid 1px #ccc;
}
input[type="date"]:focus {
  outline: none;
  border: none;
  border: solid 1px #ccc;
}
input[type="date"]:hover {
  background-color: #faf6ff;
}


input[type="email"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}

input[type="email"]:focus {
  outline: none;
  border: none;
  border: solid 1px #ccc;
}
input[type="email"]:hover {
  background-color: #faf6ff;
}

input[type="password"] {
  padding: 5px;
  height: 30px;
  width: 100%;
  max-width: 350px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-bottom:15px;
}

input[type="password"]:focus {
  outline: none;
  border: solid 1px #ccc;
}
input[type="password"]:hover {
  background-color: #faf6ff;
}

input[disabled] {
  cursor:not-allowed; 
}
textarea[disabled] {
  cursor:not-allowed; 
}
select[disabled] {
  cursor:not-allowed; 
}

select {
	padding: 5px;
	height: 30px;
	width: 100%;
	max-width: 262px;
	border: none;
  border-bottom: solid 1px #ccc;
	margin-bottom:15px; 
  background: white;
}

select:focus {
	outline: none;
	border: none;
}
select:hover {
	background-color: #faf6ff;
}

textarea {
	padding: 5px;
	height: 100px;
	width: 100%;
	max-width: 350px;
	border: solid 1px #ccc;
	margin-bottom:15px;

}


textarea:focus {
	outline: none;
	border: none;
  border: solid 1px #ccc;
}
textarea:hover {
	background-color: #faf6ff;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;

}
/*Estilos formularios*/
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
  margin-bottom: 15px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Check slider */
.checkSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.checkSlider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .checkSlider {
  background-color: #03b196;
}

input:focus + .checkSlider {
  box-shadow: 0 0 0px #03b196;
}

input:checked + .checkSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.checkSlider.redondeadoCheck {
  border-radius: 34px;
}

.checkSlider.redondeadoCheck:before {
  border-radius: 50%;
}

.contentCheck {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 12px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.contentCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkActivo {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: solid 1px #ccc;
}
.contentCheck input:checked ~ .checkActivo {
  background-color: #03b196;
  border: 0px;
}

.checkActivo:after {
  content: "";
  position: absolute;
  display: none;
}

.contentCheck input:checked ~ .checkActivo:after {
  display: block;
}

.contentCheck .checkActivo:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.entradasForms {
  width: 100%;
  max-width: 350px; 
  margin-bottom: 5px;
}
.entradasForms input, select, textarea{
  margin-bottom:2px;
}

/* Botones*/
.boton {
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-decoration: none;
  border-style: none;
  padding: 5px;
  margin-top: 5px;
  opacity: 1;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.boton:hover {
  text-decoration: none;
  transition: 0.4s;
  opacity: 1.5;
}
.boton:focus {

}

.boton-primario {
  background-color: #03b196;

}
.boton-primario:hover {
  background-color: rgb(1, 129, 116);
}

.boton-aceptar {
  background-color: #28a745;
}
.boton-aceptar:hover {
  background-color: #1e7e34;
}
.boton-cancelar {
  background-color: #dc3545;
}
.boton-cancelar:hover {
  background-color: #c82333;
}
.boton-alerta {
  color: #212529;
  background-color: #ffc107;
}
.boton-alerta:hover {
  background-color: #d39e00;
}
.boton-ligero {
  color: black;
  background-color: #deedf9c4;
}
.boton-ligero:hover {
  background-color: #deedf9;
}
.boton-negro {
  background-color: black;
}

/*TamaÃ±os de botones*/
.peque {
  padding: 2px;
}
.grande {
  padding: 10px;
}
.deForma {
  width: 100%;
  max-width: 350px;
}
/* Divisor*/
.divisor {
  width: 2px;
  border-top: solid 1px #f9f9f9; 
}
/* Alineaciones*/
.right {
	float: right;
}
.left {
	float: left;
}

.derecha {
  float: right !important;
}
.izquierda {
  float: left !important;
}
.derecha-text {
  text-align:  right;
}

.izquierda-text {
  text-align:  left;
}

.centro-text {
  text-align: center;
}

/* Helpers Ocultar*/
.ocultar {
  display: none;
}


/* Menu*/
.menuNormal {
  display: none;
}
#menu-horizontal {
 border-bottom: solid 1px #1111;
 height: 54px;
 padding-right: 0px;
 padding-left: 0px;
 margin-left: 0px;
 border-top: solid 3px rgba(1, 129, 116, 0.25);
}
#menu-horizontal ul {
  list-style-type: none;
  margin: 0px;
}
#menu-horizontal ul li {
  float: left;
  height: 50px;

}
#menu-horizontal ul li a{
  text-decoration: none;
}
#menu-horizontal ul li a:hover{
  background-color: rgba(1, 129, 116, 0.25);
  transition: 0.4s;
}


.botonMenu {
  text-decoration: none;
  color: black;
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: block;
  color: black !important;
  margin-inline-end: 10px;
}
.botonMenu:hover {
  transition: 0.4s;
  background-color: rgba(1, 129, 116, 0.25);
}
.logo {
  max-width: 100%;
  max-width: 100px;
  padding-top: 12px;
  height: auto;
  float: right;
}


.navBar {
  display: none;
  position: absolute;
  top: 0px;
  background-color: #363a41;
  height: 100%;
  width: 100%;
  max-width: 300px;
  z-index: 99; 
  color: white;
  border: 0px;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
}

.navBar::-webkit-scrollbar {
  width: 5px;
}
.navBar::-webkit-scrollbar-thumb {
  background: grey; 
}
.navBar::-webkit-scrollbar-track {
  background: white; 
}
.navHide {
   left: -300px;
}
.navShow{
  left: 0px;
}
.hijo {
  display: none; 
  background-color: rgba(51, 51, 51, 0.02);
}
.hijo li>a {
  padding-left: 20px !important;
}
.dropdown {
  text-decoration: none;
}
.hijoDropdown {
  border: solid 1px #222;
  position: absolute;
  padding:0px;
  background-color: white;
}
.hijoDropdown ul li{
 list-style: none;
 border-bottom: solid 1px #ccc;
}

.hijoDropdown ul li a{
  text-decoration: none;
  padding: 5px;
}

.lisDrop {
  padding: 0px;
  margin: 0px;
}
.clearNavModal {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  left: 0px;
  display: block;
  height: 100%; 
  width: 100%; 
  background-color: rgba(0, 0, 0, 0.48);
  position: fixed;top: 0px;
  z-index: 98;
}
#clearNav {
  display: none;
  height: 100%; 
  width: 100%; 
  background-color: rgba(0, 0, 0, 0.48);
  position: fixed;top: 0px;
  z-index: 98;
}
.listBar{
  text-decoration: none;
  list-style: none;
  padding-left:  0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.listBar li a i{
  color: white;
}
.listBar li a {
  text-decoration: none;
  color: #bebebe;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 16px;
  white-space: normal;
}
.listBar li a:hover {
  background-color: #202226;
}
.icon_bar {
  display: inline-grid;
  position: absolute;
  font-size: 18px !important;
}
.span_bar {
  display: inline-grid;
  padding-left: 30px;
}
/* Espacios */

.padding-left10 {
  padding-left: 10px;
}
.padding-top10 {
  padding-top: 10px;
}
.margin-top10 {
  margin-top: 10px;
}
.espacio-arriba10 {
  padding-top: 10px;
}
.table_list {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table_list  th {
  border: none;
  border-bottom: 1px solid #03b196;
  padding: 8px;
}

.table_list tbody tr i.delete_rule {
  color: #b2b2b2;
}
.table_list tbody tr i.edit_rule {
  color: #b2b2b2;
}
.table_list tbody tr td  {
  padding: 7px;
}
.table_list tbody tr {
  border-bottom: 1px solid #dddddd; 
}

.table_list tbody tr:hover i {
  transition: 0.2s;
}
.table_list tbody tr:hover i.delete_rule {
  color: red;
}
.table_list tbody tr:hover i.edit_rule {
  color: #03b196;
}

.table_list tbody tr:hover {background-color: #f5f5f5;}

.table_list th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  color: black;
}
.table_list thead:hover {
  background-color: none;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;  
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px
  border-top: solid 2px #f9f9f9;
}
footer a {
  text-decoration: none;
}

footer ul {
  list-style: none !important;
}
.footer-derechos {
  background-color: rgba(51, 51, 51, 0.23) !important;
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer-derechos a{
  float: right;
}

/*  Estilos footer */

.footer-negro {
  background-color: black;
  color: white;
}

.footer-negro a {
  color: white;
}

.footer-white {
  background-color: white;
  color: #222;
}
.footer-white a{
  color: white;
  text-decoration:none;
}

/*nav*/
nav ul li a{
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;

}

.iconDrop {
  color:#908787;
  font-size:20px;
}
/*Estilos de nav*/
.navNegro {
  background-color: black;
}
.navNegro ul li a {
  color: white;
}
.navNegro ul li a:hover {
  background-color: #2b2929;

}
.navBlanco {
  background-color: white;
}

.navBlanco ul li a {
  color: black;
  display: block;
}
.navBlanco ul li:hover {
}

.navTurquesa {
  background-color: rgba(1, 129, 116, 0.25);
}
.navTurquesa ul li a {
  color: white;
}
.navTurquesa ul li a:hover {
  background-color: #108c7f;
}


/*  Colores*/
.bg-black {
	background-color: black;
}
.fondo-negro {
  background-color: black;
}


.white-text {
  color: white;
}


/* Systema de Grid */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fondoFormas {
  background-color: #ddd;
  padding: 10px;
}
.ocultar-en-movil {
  display: none;
}
.ocultar-en-tablet {
  display: inline-grid;
}
@media (min-width: 599px) {
  .ocultar-en-movil {
    display: inline-grid;
  }
}
@media (min-width: 768px) {
  .ocultar-en-tablet {
    display: none;
  }
  .container {
    width: 750px;
  }
  .botonMenu {

  }
  .logo {
    float: left;
  }
  .menuNormal {
    display: block;
  }
  .ocultar-desde-tablet {
    display: inline-grid;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .ocultar-en-tablet {
    display: none;
  }

  .ocultar-desde-tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .ocultar-en-tablet {
    display: none;
  }
  .ocultar-desde-tablet {
    display: none;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -0px;
  margin-right: -0px;
  margin-bottom: 5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


@media only screen and (max-width: 600px) {
  .slider {
      /* padding: 50px; */
      padding: 5%;
  }
  .clearNavModal {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0%;
    padding-bottom: 0px;
    left: 0px;
    display: block;
    height: 100%; 
    width: 100%; 
    background-color: rgba(0, 0, 0, 0.48);
    position: fixed;
    top: 0px;
    z-index: 98;
  }
  .modal {
    height: 100%;
  }
  .modal-footer  {
    top: 0px;
  }
  #form_current_shop select {
    padding: 5px;
    height: 30px;
    width: 100%;
    max-width: 120px;
    border: none;
    border-bottom: solid 1px #ccc;
    margin-bottom:15px; 
    background: white;
  }
  #label_shop {
    display: none;
  }
  #form_current_shop {
    width: 160px;
  }
  #icon_build {
    display: none;
  }
  #icon_acount {
    display: none;
  }
  footer {
    height: 489px;  
  }
  #content-wrap {
    padding-bottom: 489px;    /* Footer height */
  }
}

/*DATATABLECSS*/