/*-----------------ESTILOS UJJC----------------*/

@import url("memo-paises.css");


@media (min-width: 768px){
	#containerLogin{
		margin-top: 5%;
		/*background-color: rgba(107,107,107,0.6);*/
		padding-bottom: 17% !important;
		color: #293A56;
		font-weight: bold;
	}

	#divWelcome{
		/*margin-top: 1%;*/
		padding-top: 3%;
		/*padding-bottom: 6%;*/
		/*background-color: rgba(107,107,107,0.6);*/
		color: #293A56;
		font-weight: bold;
	}

	#divVisitas{
		/*margin-top: 1%;*/
		padding-top: 3%;
		padding-bottom: 2%;
		padding-right: 5%;
		/*background-color: rgba(107,107,107,0.6);*/
		/*color: #293A56;*/
	}
}

@media (max-width: 767px){
	#containerLogin{
		margin-top: 5%;
		/*background-color: rgba(107,107,107,0.6);*/
		padding-bottom: 17% !important;
		color: #293A56;
	}

	#divWelcome{
		/*margin-top: 1%;*/
		padding-top: 3%;
		/*padding-bottom: 6%;*/
		/*background-color: rgba(107,107,107,0.6);*/
		color: #293A56;
		font-weight: bold;
	}

	#divVisitas{
		/*margin-top: 1%;*/
		padding-top: 3%;
		padding-bottom: 2%;
	}
}

@media (max-width: 576px){
	#divProspectoCliente{
		align-self: center;
	}
}

#divModulos, .divSubmit{
	margin-top: 5%;
}

#logoBarmex{
	margin-top: 25% !important;
	margin-bottom: 30% !important;
}

#logoBarmex2{
	width: 50%;
	margin-bottom: 5% !important;
}

#labelUsuario{
	font-size: 1rem !important;
}

.rightPad{
	margin-right: 0.40rem !important;
}

.js-select{
	width: 100%;
}

#image-user{
	width: 50%;
	margin-bottom: 5% !important;
	position: relative;
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}

.segundo{
	background-color: rgba(200,200,200,0.4);
    width: inherit;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
}

.rightPad{
	margin-right: 0.40rem !important;
}

.login{
	width: 100%;
}

.clear{
	border: none;
	background: rgb(255, 98, 98);
	color: rgba(255,255,255);
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 600ms ease;
}

.td-sm{
	width: 35% !important;
}

.td-lg{
	width: 30%;
}

.clear:hover{
	background: white;
	color: rgb(255, 98, 98);
	box-shadow: inset 0 0 0 3px rgb(255, 98, 98);
}

#nombreEmpleado{
	font-weight: bold;
	margin-right: 1%;
}

#cierraSesion{
	color: #C82424;
	font-weight: bold;
}

#rowOtroVisita{
	margin-top: 1%;
}

#containerVisitasUp{
	border-style: solid;
}

.full-color{
	background-color: #293A56;
}

.transparent-color{
	background-color: rgba(153, 204, 255,0.6);
}

/*COMPONENTES NATIVOS DE HTML*/

.page-item{
	color : #007bff!important;
}

button.login {
	border: none;
	background: #293A56;
	color: rgb(255,255,255);
	padding: 8px;
	font-size: 1.1em;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 600ms ease;
}

button.login:hover {
	background: white;
	color: #293A56;
	box-shadow: inset 0 0 0 3px #293A56;
}

button.info{
	border: none;
	background: rgb(17, 122, 139);
	color: rgb(255,255,255);
	font-size: 1em;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 600ms ease;
}

button.info:hover {
	background: white;
	color: rgb(17, 122, 139);
	box-shadow: inset 0 0 0 3px rgb(17, 122, 139);
}


body{
	font-family: "Century Gothic";
	font-size : 0.8rem;
	background-color: rgba(231,231,231,0.5) !important;
	font-weight: 300;
	margin: 0;
  	margin-bottom: 40px;
}

.table{
	border-radius: 5px !important;
}

.thead-dark th{
	background-color: #0073B1 !important;
	border-color: #0073B1 !important;
}

.

html{
	min-height: 100%;
  	position: relative;
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #293A56;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

p {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a.file{
	text-decoration: underline;
	color:#459DFF;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #40506b;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #293A56;
    background: #D6DBE9;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background:#293A56;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #293A56;
}

#content{
	width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

#content2{
	text-align: center;
	padding-bottom: 1%;
	width: calc(100% - 40px);
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

.select2{
	width: 100%!important;
}

#foot{
	text-align: center;
	position: absolute !important;
	width: calc(100% - 250px);
    transition: all 0.3s;
    bottom: 0;
  	color: white;
  	margin-top: 2%;
  	margin-bottom: 1%;
}

#overlay{
	position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.4); /* Black background with opacity */
    z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.negrita{
	font-weight: bold !important;
}

.my-custom-scrollbar {
  	position: relative;
  	max-height: 300px;
  	overflow: auto;
}

.table-wrapper-scroll-y{
	display: block;
}

::-webkit-scrollbar {
  	width: 7px;
  	border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  	background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb{
	border-radius: 10px;
  	background: rgba(41,58,86,0.6);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
  	background: rgba(41,58,86,0.9);
}

/*------------------FIN DE ESTILOS UJJC-----------------------*/

