﻿/********************Web wCalificaciones****************************/

/**************Loader********/
	.loader {
	  border: 16px solid #f3f3f3;
	  border-radius: 50%;
	  border-top: 16px solid #3498db;
	  width: 120px;
	  height: 120px;
	  -webkit-animation: spin 2s linear infinite; /* Safari */
	  animation: spin 2s linear infinite;
	}

	/* Safari */
	@-webkit-keyframes spin {
	  0% { -webkit-transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(360deg); }
	}

	@keyframes spin {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}
/****************************/
	/*Menu Guardar Etc*/
	#menugrud {
		padding-top:0px;
		padding-bottom:25px;
		text-align:center;
	}
	#menugrud ul {
		list-style:none;
		padding:0;
		margin:0;
		display:inline-block;
		background:#ddd;
		border-radius:0px 0px 5px 5px;
	}
	#menugrud ul li {
		float:left;
		width:150px;
		height:65px;
		line-height:65px;
		position:relative;
		text-transform:uppercase;
		font-size:14px;
		color:rgba(0,0,0,0.7);
		cursor:pointer;
	}
	#menugrud ul li:hover {
		background:#d5d5d5;
		border-radius:5px;
	}

	/******************/

#accordion .panel{
    border-radius: 0;/*Borde del panel del grupo de indicadores*/
    box-shadow: none;
    overflow: hidden;
    position:relative;
	border: 0;
	-webkit-box-shadow: -1px -4px 3px -4px rgba(0,0,0,0.42);
	-moz-box-shadow: -1px -4px 3px -4px rgba(0,0,0,0.42);
	box-shadow: -1px -4px 3px -4px rgba(0,0,0,0.42);
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    /*position: relative;*/
}
#accordion .panel-title a{
    display: block;
    padding: 10px 15px;
    margin: 0;
    background: #ababab;/*color del section (indicador) cuando esta abierto*/
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff; /*color del texto del indicador (section)*/
    border-radius: 0;
    /*position: relative;*/
}
#accordion .panel-title a.collapsed{ 
	background: #ababab /* #337ab7; /*Color del section*/
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #337ab7;/*Color del icono + y - del section cuando esta abierto*/
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 5px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background:  #23d126;/*color del signo de + y - cuando esta cerrado*/
    border: 4px solid #fff;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 17px;
    right: 0;
}
#accordion .panel-title a.collapsed:after{
    width: 19px;
    background: #fff;/*parte del color dle signo + y -*/
}
#accordion .panel-body{
    /*border-left: 0px solid #ababab; /*color linea izquierda*/
    border: 0;
    /*background: #fff;*/
    /*font-size: 15px;*/
	margin-top:0;
	margin-bottom:0;
    /*color: #1c2336;*/
    /*line-height: 27px;*/
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    height: 1px;
    width: 50%;
    bottom: 0;
    left: 0;
}*
#accordion .panel-body p{
  padding: -15px;
}

.glyphicon {   
	color: green; 			
	/*opacity: 0;*/				
}

/*.btn.ac*/

.error {
  border-color: #F6705B;
  border-radius: 5px;
}

.noError {
  border-color: none;
  border-radius: 5px;
}

.btn span.glyphicon {   
	color: green; 			
	/*opacity: 0;*/				
}

.btn.active span.glyphicon {				
	/*opacity: 1;*/			
	color: gray;	
}

.img-circle {
    /*width: 90%;
    height: 50%;*/
    /*border-radius: 50px;*/
}
.img-circle-gray
{

}
.espacioind
{
	margin-left: 150px;
}

#trigger{
  display: none;
}

.checker {
  background-image: url(../profiledefault.html);
  background-position: left center;
  background-size: auto 100%;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
#trigger:checked + .checker {
  background-image: url(../profiledefault.html);
}


.container {
	/*background-color: green;*/
	float:right;
    padding: 10px 16px;
	width: 75%;
}


/*****************************Para el check******************************************************/
.btn2 {
	display: inline-block;
	padding: 9px 12px;
	margin-bottom: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 6px solid transparent;
	border-radius: 40px
}

.btn2-success {
	color: #fff;
	border-color:#337ab7; /*green;*/
	/*border-color: #4cae4c*/
}

.btn2-success.focus,
.btn2-success:focus {
	color: #fff;
	/*background-color: #449d44;*/
	/*border-width:medium;*/
	border-color:#337ab7; /*#255625*/
}

.btn2-success:hover,
.btn2-success:hover .glyphiconColor  {
	color: #23527c;
	/*background-color: #449d44;*/
	border-color: #23527c
}

.csscaltxt{
	 Height:40px;
	 Width:80px;
	 margin-left: auto;
	 margin-right: auto;
}
.glyphiconColor {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #337ab7;
	border-color:#337ab7;
}
/*Triangulo*/
	.triangulo {
		border-style: solid;
		border-width: 40px;
		width: 15%;
		height: 0;
		margin-top:30%;
	}

	.triangulo>div {
		border-style: solid;
		border-width: 25px;
		width: 0;
		height: 0;
		position:relative;
	}
 
	.triangulo.right,
	.triangulo.left  {
		border-color:  transparent transparent transparent #23527c;
	}

	.triangulo.right>div {
		border-color: transparent transparent transparent white;
		 margin-left: -40px;
		 top: -27px;
	}

	.triangulo.left {
		border-color: transparent #23527c transparent transparent;
	}

	.triangulo.left>div {
		border-color: transparent white transparent transparent;
		top:-27px;
		margin-left: -10px;
	}

/**************/

/*.glyphiconColor:hover {
	color: #398439;
	border-color: #398439;
}*/

.btn2-success.active_n.focus,
.btn2-success.active_n:focus,
.btn2-success.active_n:hover,
.btn2-success:active.focus,
.btn2-success:active:focus,
.btn2-success:active:hover,
.open>.dropdown-toggle.btn2-success.focus,
.open>.dropdown-toggle.btn2-success:focus,
.open>.dropdown-toggle.btn2-success:hover {
	color: #fff;
	/*background-color: #398439;*/
	border-color: #23527c /*#255625*/
}

.Optionmenu{
	 display:inline-block; 
	 width:20%; 
	 border:1px solid black; 
	 margin:2%; 
	 border-radius:10px;
}

.lnvertical {
  border:         none;
    box-shadow:     1px 20px 10px 0px #23527c;
    height:         75vh;
    width:          1px; 
	margin-left:    0%;
}

.lnHorizontal {
	border:         none;
    box-shadow:     1px 2px 10px 0px #3C3C3C;
    height:         1px;
    width:          98%; 
	margin-left:    0;
	margin-right:   0;
	margin-bottom:  1px;
	margin-top:     1px;
}
/**********************************************************************************************/


/*****************************Ocultar Campo Posicion en Mobil**********************************/
@media only screen and (max-width: 600px) {
    .hidePosicion {
		display: none;
    }
}
/**********************************************************************************************/

.contCenter{
	 position:absolute;
}

/****************************************Cards*************************************************/
#lnsep {
	border:none;
 	width: 100%;
	height: 50px;
	margin-top: 0;
	box-shadow: 0 10px 10px -10px #333;
	margin: -50px auto 10px; 
}

.califdiv {
	position:absolute;
	background-color: white;
	height:35px;
	width:35px;
	border-radius: 10px;
	z-index:1;
	top:1px;
	text-align:center;
	right:0px;
}

.card {
	float:left;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 480px;
	height: 210px;
	/*height: 190px;*/
    border-radius: 10px;
	margin: 10px 16px;
	display: inline-block;
}

.intocard {
	

}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/*img {
    width: 100%;
    height: 50%;
    border-radius: 10px 10px 0 0;
}*/

.imgcard{
	z-index:0;
    border-radius: 50px;
    width: 23%;
    height: 75%;
    margin-top: 4%;
    margin-left: 5px;
	padding: 1px;

   background-color: rgba(0,0,0,0.2);
   color:#23527c;
   box-shadow: 2px 2px 2px #e4e1e1;
   -webkit-box-shadow: 2px 2px 2px #e4e1e1;
   -moz-box-shadow: 2px 2px 2px #e4e1e1;
}
/**********************************************************************************************/


/**************************************Organizar Iconos****************************************/

.right_mnu {
        float:right;
		margin-left:12px;
		font-size: 25px;
		margin-top:0px;
    }
    
/*.right {
        background: #fff;
        width: 350px;
        transition: width 1s;
        border-style:solid;
        border-color:#ccc;
        border-width:1px;
    }*/    

.left:hover {
        /*width: 250px;*//*Aumentar el tamaño cuando el cursor se posicione encima*/
    }    
    
.item:hover {
		background-color:#ccc;
    }
/**********************************************************************************************/

/*****************************************Menu*************************************************/
#card
{
	height: 250px;
	width: 250px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	perspective: 600px;
	margin-left: 2%;
	margin-top: 1%;
	background-position: 50% 50%;
	background-size: cover;
	box-shadow: 0 4px 8px 0 rgba(0,0,1,0.7);
	display: inline-block;
	border-radius: 0 0 5% 5%;
}

#card:hover {
    box-shadow: 0 10px 18px 0 rgba(0,0,0,0.2);
}


#card #front, #card #back {
  border-radius: 2px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   border-radius:5%;
}

#card #front .top_pic {
  height: 60%;
  width: 100%;
}

.avatar{
  width: 70px;
  height: 70px;
  top: 80%;
  left: 58%;
  margin: -77px 0 0 -57px;
  border-radius: 100%;
  box-shadow: 0 3px 5px rgba(0,0,0,.4);
  position: absolute;
  z-index: 1;
}

#card #front #avatar{
  width: 70px;
  height: 70px;
  top: 80%;
  left: 58%;
  margin: -77px 0 0 -57px;
  border-radius: 100%;
  box-shadow: 0 3px 5px rgba(0,0,0,.4);
  position: absolute;
  z-index: 1;
}
#card #front #info-box {
  height: 40%;
  width: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  background: #E0E0E0;
  padding-top: 25px;
  border-radius:0 0 5% 5%;
}

#card #front .box {
  height: 40%;
  width: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  background: #E0E0E0;
  padding-top: 25px;
  border-radius:0 0 5% 5%;
}

#card #front #social-bar {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
#card #front #social-bar a {
  display: inline-block;
  color: #951009;
  text-decoration: none;
  padding: 5px;
  line-height: 18px;
  border-radius: 5px;
}
#card #front #social-bar a:hover {
  color: #450300;
  background: rgba(255, 255, 255, 0.3);
  transition: .25s ease-in-out;
}
#card #back {
  transform: rotateY(180deg);
  background-color: rgba(255, 255, 255, 0.6);
  display: table;
  z-index: 2;
  font-size: 13px;
  line-height: 20px;
  padding: 50px;
}
#card #back .back-info {
  text-align: justify;
  text-justify: inter-word;
  font-
}
#card #back #social-bar {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
#card #back #social-bar a {
  display: inline-block;
  line-height: 18px;
  color: #951009;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
#card #back #social-bar a:hover {
  color: #450300;
  background: rgba(223, 74, 66, 0.5);
  transition: .25s ease-in-out;
}
#card .info {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

#card_config
{
	height: 250px;
	width: 250px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	perspective: 600px;
	margin-left: 2%;
	margin-top: 1%;
	background-position: 50% 50%;
	background-size: cover;
	box-shadow: 0 4px 8px 0 rgba(0,0,1,0.7);
	display: inline-block;
	border-radius: 0 0 5% 5%;
}

#card_config:hover {
    box-shadow: 0 10px 18px 0 rgba(0,0,0,0.2);
}


#card_config #front, #card #back {
  border-radius: 2px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   border-radius:5%;
}

#card_config #front .top_pic {
  height: 60%;
  width: 100%;
}

.avatar{
  width: 70px;
  height: 70px;
  top: 80%;
  left: 58%;
  margin: -77px 0 0 -57px;
  border-radius: 100%;
  box-shadow: 0 3px 5px rgba(0,0,0,.4);
  position: absolute;
  z-index: 1;
}

#card_config #front #avatar{
  width: 70px;
  height: 70px;
  top: 80%;
  left: 58%;
  margin: -77px 0 0 -57px;
  border-radius: 100%;
  box-shadow: 0 3px 5px rgba(0,0,0,.4);
  position: absolute;
  z-index: 1;
}
#card_config #front #info-box {
  height: 40%;
  width: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  background: #E0E0E0;
  padding-top: 25px;
  border-radius:0 0 5% 5%;
}

#card_config #front .box {
  height: 40%;
  width: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  background: #E0E0E0;
  padding-top: 25px;
  border-radius:0 0 5% 5%;
}

#card_config #front #social-bar {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
#card_config #front #social-bar a {
  display: inline-block;
  color: #951009;
  text-decoration: none;
  padding: 5px;
  line-height: 18px;
  border-radius: 5px;
}
#card_config #front #social-bar a:hover {
  color: #450300;
  background: rgba(255, 255, 255, 0.3);
  transition: .25s ease-in-out;
}
#card_config #back {
  transform: rotateY(180deg);
  background-color: rgba(255, 255, 255, 0.6);
  display: table;
  z-index: 2;
  font-size: 13px;
  line-height: 20px;
  padding: 50px;
}
#card_config #back .back-info {
  text-align: justify;
  text-justify: inter-word;
  font-
}
#card_config #back #social-bar {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
#card_config #back #social-bar a {
  display: inline-block;
  line-height: 18px;
  color: #951009;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
#card_config #back #social-bar a:hover {
  color: #450300;
  background: rgba(223, 74, 66, 0.5);
  transition: .25s ease-in-out;
}
#card_config .info {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
/**********************************************************************************************/
.contcheck {
  display: block;
  position: relative;
  padding-left: 20px;
  /*margin-bottom: 35px;*/
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:400;
}

/* Hide the browser's default checkbox */
.contcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contcheck:hover input ~ .checkmark {
  background-color: #d5d5d5;
}

/* When the checkbox is checked, add a blue background */
.contcheck input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contcheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contcheck .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Imagen Avatar Master Page*/
.imgavatar {
    width: 50px;
    height: 50px;
    top: 3px;
    left: 10px;
    border-radius: 100%;
    box-shadow: 0 3px 5px rgba(0,0,0,.4);
    position: absolute;
    z-index: 1;
}

.imglogo {
    width: 50px;
    height: 50px;
    margin-top: 3px;
    margin-right: 5px;
	float: right;
}

/*texto de bienvenida*/
.stfont{
    float: left;
    width: 70%;
    margin-top:15px;
    margin-left:67px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    font-size: 24px;
}

.top-cont-p{
	z-index:12;
	position:absolute;
	margin-left:76%;
}

.configmenu{
	margin-top:10px;
}