
.containerRegresarFijo {
    z-index: 9999;
    margin-top: 110px;
    position: fixed;
    height: 100%;
    left: 0;
}

.main-content .btn-reg {
    text-align: center;
    background: #32c861;
    border-radius: 0 5px 5px 0;
    display: block;
    position: relative;
    padding: 4px;
    float: left;
    width: 60px;
    color: #fff;
    font-size: 15px;
}

a, a:hover, a:focus {
    color: #89cc2d;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.grid {
  position: relative;
}
.item {
  display: block;
  position: absolute;
  width: 19%;
  height: 65px;
  margin: 0px;
  padding: 2px;
  z-index: 1;
  color: #fff;
}
.item.muuri-item-dragging {
  z-index: 3;
}
.item.muuri-item-releasing {
  z-index: 2;
}
.item.muuri-item-hidden {
  z-index: 0;
}
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Grid */

.item.muuri-item-dragging {
  cursor: move;
}

.card {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(255,255,255,0.9);
  border: 2px solid;
  color: #333;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card-title {
	line-height:1;
	margin-left: 35px;
	margin-top: 2px;
	margin-right: 10px;
}
.card-title-e { 
	font-size: 14px;
}
.card-subtitle-e { 
	font-size: 12px;
	font-weight: 600;
}
.item.red .card {
  color: #f94a7a;
}
.item.green .card {
  color: #2ac06d;
}
.item.blue .card {
  color: #4A9FF9;
}
.item.g .card {
	color: #8f8f8f;
}
.card-id {
  position: absolute;
  left: 7px;
  top: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.card-remove {
  color:#ff5151;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 5px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.card-edit {
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.card:hover > .card-remove {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.card:hover > .card-edit {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Grid Footer */

.grid-footer {
  margin: 60px 0;
  text-align: center;
}
.grid-footer .btn .material-icons {
  margin-right: 10px;
  font-size: 24px;
}

@media (max-width: 1250px) {
  .card-title-e { font-size: 13px }
  .card-subtitle-e { font-size: 11px }
}

@media (max-width: 1070px) {
  .card-title-e { font-size: 12px; }
  .card-subtitle-e {  display: none !important; }
}

@media (max-width: 700px) {
  .card-title-e {  display: none !important; }
}

/*------------------------------------------------------------------------------------------------*/
#sidebar-modal {
	position: absolute;
	width: 230px;
	height: 150px;
	background: #333;
	left: -26px;
	transition: .5s;
	top:-20%;
	z-index:-9999;
	padding-top: 13px;
}
#sidebar-modal.active {
	transition: .5s;
	top:20%;
	z-index:9999;
}

#sidebar-modal ul li {
	list-style:none;
	color:#fff;
	font-size: 17px;
	padding: 20px 0px 5px 1px;
	margin-right: 10px;
}
#sidebar-modal ul li:hover {
	border-bottom: 2px solid #64c5b1;
	cursor: pointer;
}
/*------------------------------------------------------------------------------------------------*/

#sidebar-acto-modal {
  position: absolute;
  width: 230px;
  height: 150px;
  background: #333;
  left: -26px;
  transition: .5s;
  top:-20%;
  z-index:-9999;
  padding-top: 13px;
}
#sidebar-acto-modal.active {
  transition: .5s;
  top:2%;
  z-index:9999;
}

#sidebar-acto-modal ul li {
  list-style:none;
  color:#fff;
  font-size: 17px;
  padding: 20px 0px 5px 1px;
  margin-right: 10px;
}
#sidebar-acto-modal ul li:hover {
  border-bottom: 2px solid #64c5b1;
  cursor: pointer;
}

	.toggle-btn span {
	  width: 45px;
	  height: 4px;
	  background: #666f7b;
	  display: block;
	  margin-top: 4px;
	}

	.toggle-btn:hover {
	  cursor: pointer;
	}

	.toggle-btn:hover span{
	  background: #333;
	}


/*------------------------------------------------------------------------------------------------*/

#sidebar-general-modal {
  position: absolute;
  width: 230px;
  height: 150px;
  background: #333;
  left: -26px;
  transition: .5s;
  top:-20%;
  z-index:-9999;
  padding-top: 13px;
}
#sidebar-general-modal.active {
  transition: .5s;
  top:2%;
  z-index:9999;
}

#sidebar-general-modal ul li {
  list-style:none;
  color:#fff;
  font-size: 17px;
  padding: 20px 0px 5px 1px;
  margin-right: 10px;
}
#sidebar-general-modal ul li:hover {
  border-bottom: 2px solid #64c5b1;
  cursor: pointer;
}
/*------------------------------------------------------------------------------------------------*/
.inbox-widget .inbox-item {
    border-bottom: 2px solid rgba(243, 243, 243, 0.5);
}
.seccion:hover .inbox-item{
	border-bottom: 2px solid #1f6ed6;
}
.active-item {
	border-bottom: 2px solid #1f6ed6 !important; 	
}


