﻿html, body, h1, h2, h3, h4, h5 {
    font-family: "Raleway", sans-serif
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid rgba(58, 166, 165, 1);
    animation: spin 1.1s infinite linear;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    /*background-color: #eee;*/
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0px;
    padding: 12px;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}

.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin: 10px 22px;
    font-size: 2em;
    vertical-align: middle;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.w3-success {
    background-color: #10ca93 !important;
}

.w3-back {
    background-color: #ebeef6;
}

.w3-equal {
    background-color: #3a7afe;
}

.w3-detour {
    background-color: #f25767;
}

.w3-successtext {
    color: #10ca93 !important;
}

.w3-equaltext {
    color: #3a7afe;
}

.w3-detourtext {
    color: #f25767;
}
 
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.w3-miga {
	font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
	text-decoration: none;
}

a:hover {
  color: #3a7afe;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.w3-round-down {
	border-radius: 0 0 5px 5px;
}

.w3-round-up {
	border-radius: 5px 5px 0 0;
}

.w3-muhle-text-24 {
	font-size: 24px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-text-16 {
	font-size: 16px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-text-14 {
	font-size: 14px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-text-13 {
	font-size: 13px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-text-12 {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-text-11 {
	font-size: 11px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-text-10 {
	font-size: 10px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-text-9 {
	font-size: 9px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-text-8 {
	font-size: 8px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-text-estado {
	font-size: 10px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
}

.w3-muhle-text {
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
}

.w3-muhle-form {
	font-size: 14px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	color: #3d4465;
	min-height: 400px;
}

.w3-muhle-side-column {
	width:30%;
}

.w3-muhle-main-column {
	width:70%;
}

.w3-muhle-color {
	color:#fff!important;
	background-color:#005596!important
}

.w3-muhle-hover-color:hover {
	color:#fff!important;
	background-color:#005596!important
}

.w3-muhle-topbar {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-muhle-logo-container {
	padding: 8px;
	height: 60px;
}

.w3-muhle-logo {
	height:40px;
}

.w3-muhle-topbar-button {
	height: 60px;
}

.w3-muhle-topbar-profile {
	width: 130px;
	text-align: left !important;
}

.w3-muhle-avatar {
	width:40px;
}

#muhleSideBar a {
	position: fixed;
	left: -100px;
	transition: 0.3s;
	padding: 16px;
	width: 150px;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	color: white;
	border-radius: 0 5px 5px 0;
	z-index:1;
}

#muhleSideBar a:hover {
	left: 0;
}


#portal {
	top: 160px;
}

#ventas {
	top: 220px;
}

#cbtes {
	top: 280px;
}

#procesos {
	top: 340px;
}

#informes {
	top: 400px;
}

#dashboard {
	top: 460px;
}

#parametria {
	top: 520px;
}

#muhlePopup {
	position: fixed;
	transition: 0.5s;
	text-decoration: none;
	font-size: 14px;
	color: white;
	z-index:1;
	margin-bottom: 15px;
	padding: 20px;
}

#muhlePopupMessage {
	color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.w3-border-muhle,.w3-hover-border-muhle:hover{
	border-color:#005596!important
}


