html{
	margin: 0;
	padding: 0;
	min-height:100vh;

	-webkit-box-shadow: inset 0px 0px 300px 150px rgba(0,0,0,0.66); 
	box-shadow: inset 0px 0px 300px 150px rgba(0,0,0,0.66);
}
body{
	margin: 0;
	padding: 0;
	background-color: #222A35 !important;	
}
main{
	display: block;
	margin: 20px auto;
	padding: 0;
	width: 370px;
	height: 600px;

	border: #555 0.5px solid;
	border-radius: 10px;

	-webkit-box-shadow: 20px 15px 23px 5px rgba(0,0,0,0.68); 
	box-shadow: 20px 15px 23px 5px rgba(0,0,0,0.68);
}
a{
	text-decoration: none;
	text-transform: none;
}
header{
	width: 100%;
	height: 64px;
	overflow: hidden;
	border-bottom: #555 1px solid;

	background-image: url('/main-frame/media/logo_login.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 40px;
}

.headerImage{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
#mainGeneral{
	display: block;
	width: 100%;
	height: 480px;
	color: #EEE;

	-webkit-box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.66); 
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.66);
}
.mainScroll{
	overflow-y: scroll;
	color: #EEE !important;
}
#general{
	margin: 0 auto;
	padding: 0;
	width: 300px;
	color: #EEE !important;
}
#general form{
	margin: 0;
	padding: 0;
}
#general input{
	margin-bottom: 10px;
}
#general select{
	margin-bottom: 10px;
}
#general textarea{
	margin-bottom: 10px;
}
#general pre{
  color: #EEE !important;
}
.textInformation{
	font-size: 13px;
}
.textInformation label{
	width: 100%;
	text-align: justify;
}
.link{
	text-decoration: none !important;
	color: #EEE !important;
}
.addLink{
	display: block;
	font-family: 'Kumbh Sans' !important;
	font-size: 15px;
	text-decoration: none !important;
	color: #EEE !important;
	margin: 15px 0;
}
#general .title{
	display: block;
	font-family: 'Kumbh Sans' !important;
	font-size: 15px;
	color: #EEE !important;
	margin: 15px 0;
}
hr{
	width: 300px !important;
	margin: 10px auto !important;
	border-top: #555 1px solid !important;
}

footer{
	display: block;
	background-color: #222A35 !important;	
	height: 54px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: #555 1px solid;
	border-radius: 0 0 10px 10px;
}
footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
footer ul li{
	margin: 0;
	padding: 0;
	width: calc(100% / 3);
	height: 100%;
	float: left;
	color: #EEE;
}

.mensaje{
	position: absolute !important;
	text-align: center;
	width: 368px;
	height: 50px;
	z-index: 50;
	display: none;
	padding: 0;
}
.mensaje p{
	margin: 10px 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Kumbh Sans' !important;
	font-weight: bold;
}
.error{
	background-color: #EC3F3F;
	color: #EEE;
}
.success{
	background-color: #6C9C5C;
	color: #EEE;
}

#listKontakte{
	display: block;
	margin: 0 auto 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: auto;
	width: 100%;
}

#listKontakte li{
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
}

#listKontakte .fotoIcon{
	width: 10% !important;
}
#listKontakte .name{
	width: 80% !important;
	padding-left: 15px;
}

#listHabGut{
	display: block;
	margin: 0 auto 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: auto;
	width: 100%;
}

#listHabGut li{
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
}

#listHabGut .check{
	width: 10% !important;
	padding-top: 3px;
}
#listHabGut .titleFile{
	width: 90% !important;
	font-size: 20px;
	/*font-weight: bold;*/
}
#listHabGut .info{
	width: 100% !important;
	border-top: 1px #555 solid;
	padding-top: 15px;
}

.listWallet{
	padding: 5px !important;
	border-radius: 5px 5px 0 0;
	border-bottom: 5px solid #FFF;
}

.fotoProfile{
	display: block;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.fotoGrande{
	margin: 0 auto 20px;
	width: 150px;
	height: 150px;
	border: 2px #EEE solid;
}

.fotoChica{
	width: 25px;
	height: 25px;
	border: 1px #EEE solid;
}

.categoria{
	background-color: #555;
	height: 60px;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: linear 0.2s;
}

.categoria div{
	float: left;
}

.categoria:hover{
	background-color: #333;
	transition: linear 0.2s;
}

.categoria_color{
	width: 12%;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.categoria_nombre{
	width: 88%;
	height: 30px;
	padding-left: 5%;
	font-size: 20px;
}

.categoria_actions{
	width: 88%;
	height: 30px;
	padding-left: 5%;
}

.categoria_actions div{
	padding: 0 5px 0;
	height: 18px;
	margin: 5px 5px 5px 0;
	border: 1px #444 solid;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	transition: linear 0.2s;
}

.categoria_actions div:hover{
	background-color: #555;
	transition: linear 0.2s;
}

.archivo{
	background-color: #CCC;
	height: 60px;
	border-radius: 5px 5px 0 0;
	color: #333 !important;
}

.archivo div{
	float: left;
}

.archivo_color{
	width: 12%;
	height: 100%;
	border-radius: 5px 0 0 0;
}

.archivo_nombre{
	width: 88%;
	height: 30px;
	padding-left: 5%;
	font-size: 20px;
}

.archivo_actions{
	width: 88%;
	height: 30px;
	padding-left: 5%;
}

.archivo_actions div{
	padding: 0 5px 0;
	height: 18px;
	margin: 5px 5px 5px 0;
	border: 1px #444 solid;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	transition: linear 0.2s;
}

.archivo_actions div:hover{
	background-color: #AAA;
	transition: linear 0.2s;
}

.archivo_detalle{
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	min-height: 15px;
	background-color: #CCC;
	border-top: 1px #AAA solid;
	border-radius:0 0 5px 5px;
	color: #333 !important;
	transition: linear 0.2s;
}

.archivo_detalle:hover{
	background-color: #BBB;
	transition: linear 0.2s;
}

/*.archivo_detalle_collapse{
	padding:10px 0;
}*/

.archivo_detalle_collapse hr{
	width: 100% !important;
	border-top: #AAA 1px solid !important;
}

.eventBox{
	width: 100%;
	min-height: 50px;
	padding: 5px;
	margin: 10px 0;
	border-radius: 5px;
}
.eventFinalizado{
	background: linear-gradient(to right, #3D83A4, #AAA);
}
.eventEnCurso{
	background: linear-gradient(to right, #3D83A4, #f06363);
	/*color: #333 !important;*/
}
.eventPendiente{
	background: linear-gradient(to right, #3D83A4, #74AC79);
}

.eventBox_actions{
	width: 100%;
	height: 30px;
}

.eventBox_actions div{
	float: left;
	padding: 0 5px 0;
	min-width: 30px;
	height: 18px;
	margin: 5px 5px 5px 0;
	border: 1px #CCC solid;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	transition: linear 0.2s;
}

.eventBox_actions div:hover{
	background-color:  #3D83A4;
	transition: linear 0.2s;
	color: #FFF !important;
}

#eventLits hr{
	width: 100% !important;
}

.generalButton{
	float: right;
	padding: 0 5px 0;
	min-width: 30px;
	height: 18px;
	margin: 0;
	border: 1px #CCC solid;
	border-radius: 3px;
	font-size: 10px;
	text-align: center;
	transition: linear 0.2s;
}

.generalButton:hover{
	background-color:  #6C9C5C;
	transition: linear 0.2s;
}

.pointer{
	cursor: pointer !important;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #222A35; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #555; 
}

/*AJUSTES PARA MOBILE*/
@media (max-width: 480px) {
	html{
		-webkit-box-shadow: none; 
		box-shadow: none;
	}
	main{
		margin: 0;
		width: 100%;
		border: none;
		border-bottom: #555 0.5px solid;
		border-radius: 0;
		height:100vh;

		-webkit-box-shadow: none; 
		box-shadow: none;
	}

	#mainGeneral{
		height:calc(100vh - 120px);
		-webkit-box-shadow: none; 
		box-shadow: none;
	}

	footer{
		position: absolute;
		bottom: 0;
	}

	.mensaje{
		width: 100%;
	}
}