body,p,h1,h2,h3,h4,input{
  font-family: 'Montserrat', sans-serif;
}
/*DESDE ACÁ PANEL LATERAL*/
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: rgb(94,94,94);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
 
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    /*color: #818181;*/
    color:white;
    display: block;
    transition: 0.3s
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
 	color:rgb(238,84,42);
	background-color: rgb(245,245,245);
	border-color: none;
	text-decoration: none;
}
 
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    padding: 10px 10px 5px 10px;
}
 
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
    overflow:hidden;
    width:100%;
}
body {
  overflow-x: hidden;
}
 
/* Add a black background color to the top navigation */
.topnav {
	background-color:#1C3383;border-color:#1C3383;
	/*background-color:rgb(244,66,54);
	border-color:rgb(244,66,54);*/
    overflow: hidden;
}
 
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}
 
/* Change the color of links on hover. El botón del menú lateral: hover*/
.topnav a:hover {
    /*background-color: #ddd;
    color: black;*/
    color:rgb(238,84,42);
	background-color: rgb(150,150,150);
	text-decoration: none;
}
 
/* Add a color to the active/current link */
.topnav a.active {
 /*   background-color: #4CAF50;
    color: white;*/
    /*background-color: #ddd;
    color: black;*/
    	color:rgb(238,84,42);
	background-color: rgb(245,245,245);
	text-decoration: none;
}
 
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
#boton_nuevo {
    margin-right: 24px;
    overflow: hidden;
    color: white;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.1rem;
}
 
a svg{
  transition:all .5s ease;
 
  &:hover{
    #transform:rotate(180deg);
  	text-decoration: none;
  }
} 
#ico{
  display: none;
}
/*.topnav a:hover
{
 	color:rgb(238,84,42);
	background-color: rgb(245,245,245);
}*/
.menu{
  background: #000;
  display: none;
  padding: 5px;
  width: 320px;
  @include border-radius(5px);
 
  #transition: all 0.5s ease;
 
  a{
    display: block;
    /*color: #fff;*/
    color:white;
    text-align: center;
    padding: 10px 2px;
    margin: 3px 0;
    text-decoration: none;
    background: #444;
 
    &:nth-child(1){
      margin-top: 0;
      @include border-radius(3px 3px 0 0 );
    }
    &:nth-child(5){
      margin-bottom: 0;
      @include border-radius(0 0 3px 3px);
    }
 
    &:hover{
      background: #555;
      text-decoration: none;
    }
  }
}
/*HASTA ACÁ PANEL LATERAL*/
#boton_panel
{
	padding-right:12px;
	text-decoration: none;
}
/*#boton_panel:link { color: green;text-decoration: none; }*/          /* Enlaces no visitados */
#boton_panel:visited { color:white; text-decoration:none;}     /* Enlaces visitados */
#boton_panel:hover { color:rgb(238,84,42); text-decoration: none;}  /* El usuario esta sobre el enlace */
/*#boton_ayuda:active { color: black;text-decoration: none; }/*        /* Enlaces activos */

#boton_ordenes
{
	color: white;
	margin-top:19px;
	padding-right:12px;
	text-decoration: none;
}
#boton_ordenes:visited { color:white; text-decoration:none;}     /* Enlaces visitados */
#boton_ordenes:hover { color:rgb(238,84,42); text-decoration: none;}  /* El usuario esta sobre el enlace */


#collapseOrdenes
{
	margin-left:31px;
}
#titulo_de_pagina
{
	color:white;margin-top:15px;margin-right:5%;
}
#logo_empresa
{
	width:60px;margin-left:10px;margin-right:10px;border-radius: 50%;
}
#logo_usuario
{
  width:100px;margin-left:10px;margin-right:10px;margin-top:-20px;border-radius: 50%;
}
td.details-control {
    background: url('../assests/resources/details_open.png') no-repeat center center;
    cursor: pointer;
	}
 
tr.shown td.details-control {
	    background: url('../assests/resources/details_close.png') no-repeat center center;
	}

#navbar_derecha{
	float: right; 
	margin: 0 15px 0 0;
}
#navbar_boton{
	color:white;
	/*background-color:rgb(244,82,35);
	border-color:rgb(244,82,35);*/
}
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
      }
#boton_submenu
{
	color:white; 

}
.dropdown-menu:hover
{
cursor: hand;
text-decoration: none;
}
.navbar-inverse .navbar-toggle
{
		border-color:rgb(238,84,42);
}
#boton_submenu:hover
{
	color:rgb(238,84,42);
	background-color: rgb(245,245,245);
	text-decoration: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	border-color:rgb(200,200,200);
}
.navbar-toggle
{
	border-color:red;border:none;
} 
#bs-example-navbar-collapse-1:hover
{
	border-color:rgb(230,230,230);
	text-decoration: none;
}
#map {
    width: 100%;
    height: 600px;
    background-color: grey;
}
.mi-perfil-texto {
    font-size: 90%; /* Cambia este valor según tus necesidades */
}
.una-fila {
    white-space: nowrap;
}