/*menu*/
* {
  box-sizing: border-box;
}
html, body{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  display: inline;
}
aside hr {
  border: 0;
  border-bottom: 1px solid;
  opacity: .2;
  margin-top: 30px;
  margin-bottom: 30px;
}
aside a {
  font-family:"Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  transition: color 0.3s;
}
a:hover{
  text-decoration: none;
}
aside {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #777777;
  padding: 15px;
  z-index: 1;
}
aside * {
  color: #ffffff;
}
.profile {
  max-width: 50px;
  border-radius: 50%;
  border: 2px solid;
  border-color: #ffffff;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 15px;
}
nav ul li {
  margin-bottom: 25px;  
}
nav ul li a {
  text-decoration: none;
  display: block;
}
nav li {
  opacity: .4;
  transform: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
}
nav li:hover, 
nav .active {
  opacity: 1;
  text-decoration: none;
}
nav i {
  margin-left: 15px;
  margin-right: 15px;
}
nav li * {
  vertical-align: middle;
  line-height: 1em;
}
aside {
  width: 80px;
}
aside:hover {
  width: auto;
}
aside:hover nav li span {
  opacity: 1;
  position: relative;
}
nav li span {
  position: absolute;
  opacity: 0;
}
ul.logout {
position:absolute;
bottom:0;
}

.showname{
  font-size: 0.6rem;
}

li.submenu{
  padding-left: 15px;
  margin-top: 15px;
}

/*pruebas submenu
.dropdown-menu {
  background-color: #777777;
  color: #ffffff;
  position: static;
  float: none;
  width: auto;
  margin-top: 10px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}

hr .ddropdown {
  margin-top: -10px !important;
}

.dropdown-menu li a{
  text-decoration: none;
}

.dropdown-menu li a:hover{
  color: #ffffff;
  background-color: #777777;
}

.fa-caret-down{
  float: right;
}
fin pruebas submenu*/

/*post*/
ul.wysihtml5-toolbar{
  padding-left: 0px;
}
.wysihtml5-toolbar li{
  list-style: none;
  display: inline-block !important;
}

/*image profile*/
#profileImage
{
  cursor: pointer ;
}

#profile-container {
  width: 150px;
  height: 150px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#profile-container img {
  width: 150px;
  height: 150px;
}

.main{
  float: left;
  margin-left: 170px; 
  width: 60%;
  font-size: 14px;
  z-index: -1 !important;
}

.rightDiv{
  margin-top: 50px;
  margin-left: 40px;
  float: left;
  width: 20%;
  font-size: 14px;
}

.line{
  border-bottom: 1px solid;
  border-bottom-color: #000000;
  opacity: .2; 
  margin-top: 10px;
}

/*galerías*/
#galeria{
  /*display: none;*/
  margin-top: 15px;
}

.panel-image img.panel-image-preview {
    width: 100%;
  border-radius: 4px 4px 0px 0px;
}

.panel-heading ~ .panel-image img.panel-image-preview {
  border-radius: 0px;
}

.panel-image ~ .panel-body, .panel-image.hide-panel-body ~ .panel-body {
  overflow: hidden;
}
.panel-image ~ .panel-footer a {
  padding: 0px 10px;
  font-size: 1.3em;
  color: rgb(100, 100, 100);
}

.panel-image.hide-panel-body ~ .panel-body {
  height: 0px;
  padding: 0px;
}

/*lightbox*/

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  /*z-index: 11;*/
  padding-top: 100px;
  left: 8%;
  top: 0;
  width: 85%;
  height: auto;
  overflow: auto;
  background-color: rgba(0,0,0,0.3);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: yellow;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/*login*/
.capcha{
  margin-left: 36%; 
  margin-bottom: 15px;
}

/*Edit profile*/
#showpass{
  display: none;
}
.ronly{
  background-color: #ffffff !important;
}
#showpin{
  display: none;
}

/*relationships*/
.badge{
  background-color: #5bc0de;
}

/*dashboard*/
.center{
  margin-left: 25%;
}

/*create fm*/
.showrel{
  list-style: none;
  display: inline-block;
  margin-left: 0 !important;
  padding-left: 5px !important;
}

#subtie_0, #subtie_1{
  list-style: none;
}

/*show private*/
.getP{
  display: none;
}
.show{
  display: all;
}

/*docs*/
.notshow{
  display: none;
}

.dvFile{
  margin-bottom: 15px;
}

/*table, th, td, tr {
    border: 1px solid black;
}*/

.botonera{
  margin-top: 30px;
}

#nlinea{
  margin-top: 35px;
}

#dev{
  display: none;
  visibility: hidden;
}

.correo{
  display: block;
}

/*familias + edit*/

.duplicate {
    border: 1px solid red;
    color: red;
}

/*calendar*/

#add_evento{
  padding-top: 10px;
}

#listcal tr, td {
  border-color: white;
  background: #eee;
  padding: 5px;
  text-align: left;
}

#listcal {
  border-color: white;
}

/*Mjes Futuros*/
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}