﻿body {
     background: #E5E5E5;
}
.main-sidebar .nav-link {
     color: black;
     font-weight: 600;
     background: #E5E5E5;
}

.seleccionado {
     background: linear-gradient(90deg, #0c1721 0%, #30A8FF 98.89%) !important;
     border-radius: 4px !important;
     font-weight: 600 !important;
     color: white !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
     padding-left: 15px;
     padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
     white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
     max-width: 280px;
}

.tooltiptext-image img {
     width: 100% !important;
}


@@font-face {
     font-family: "HelveticaNeueStd";
     src: url("/Content/HelveticaNeueLTStd-Bd.otf");
}

h1, h2, h3, h5, h6, p, ul {
     font-family: "HelveticaNeueStd", sans-serif;
}

table {
     font-family: arial, sans-serif;
     border-collapse: collapse;
     width: 100%;
}

td {
     border: 1px solid #dddddd;
     text-align: left;
     padding: 8px;
}




img.wp-smiley,
img.emoji {
     display: inline !important;
     border: none !important;
     box-shadow: none !important;
     height: 1em !important;
     width: 1em !important;
     margin: 0 .07em !important;
     vertical-align: -0.1em !important;
     background: none !important;
     padding: 0 !important;
}

@@font-face {
     font-family: "HelveticaNeueStd";
     src: url("/Content/HelveticaNeueLTStd-Bd.otf");
}

h1, h2, h3, h5, h6, p, ul {
     font-family: "HelveticaNeueStd", sans-serif;
}

table {
     font-family: arial, sans-serif;
     border-collapse: collapse;
     width: 100%;
}



@media (max-width: 768px) {
     .info-login {
          display: none;
     }
}