/* LOGIN */

.login{
  
}
.login-1{
  background: url('../img/login-bg-1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
.login-2{
  background: url('../img/login-bg-2.jpg')no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
.login-3{
  background: url('../img/login-bg-3.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
.login-4{
  background: url('../img/login-bg-4.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login-5{
  background: url('../img/login-bg-5.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* IMG MODAL */

.mfp-bg{
  z-index: 99999999998;
}
.mfp-wrap{
  z-index: 99999999999;
}

/* HEADER */

.site-header{
  padding: 4px 15px 0 0;
  height: 50px;
}
.site-logo{
  margin-right: 20px;
}
.side-menu{
  padding-top: 50px!important;
}
.side-menu .jspPane{
  padding-top: 0px!important;
}
.side-menu-list .second .fa{
  font-size: 0.8em;
  margin-top: -1px;
}
.side-menu-list .second .lbl{
  margin-left: 20px;
}
.page-content{
  padding: 80px 15px 10px;  
}
.page-content-header{
  margin: -30px 0 16px;
}
.page-content-header .tbl-cell{
  padding: 10px 0 11px;
}
.page-content-header .tbl-cell-action .btn{
  margin: -3px 0 -3px;
}
.site-header .site-logo img{
	padding: 5px 0;
}

/* SUMMERNOTE */
.note-btn-group .btn{
	background-color: #efefef;
	color: #999;
	border: none;
}
.note-btn-group .btn:hover{
	background-color: #00a8ff;
	color: #fff;
}

/* NOTAS */
.note-item{
	background: #f6f8fa;
	padding: 5px;
}
.note-item .profile-post-header{
	border: none;
	padding: 0 40px 0 0;
}
.proj-page-attach{
  height: unset;
  padding: 0;
  margin: 0 20px 20px 0;
}
.proj-page-section{
  padding-bottom: 0px;
}


/* TOOLTIP */
.tooltip { z-index: 9999999; }

/* MODAL */
.modal-head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;  
}
.modal-head>:not(:last-child){
  margin-right: 0.25rem;
}
.modal .btn{
  
}

/* CALENDAR */

.fc-day-grid-event .fc-time
{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.fc-day-grid-event .fc-time .avatar{
  margin-right: 10px;
}
.fc-day-grid-event .fc-title{
  font-weight: 600;
}
.fc-day-grid-event{
  border-radius: 10px;
}

/* TABS */

.modal-body .box-typical{
  border: none!important;
}

/* LABELS */
.modal-body label{
  font-weight: 700;
}

.modal-body hr{
  margin:10px 0;
}

.box-typical.no-bg{
  background-color: unset;
  border: none;
}

/* FORM */

.box-typical-header-sm{
  font-size: 18px;
}


/* COLLAPSE*/

a[data-toggle="collapse"] i.fa-window-minimize:before {
  content: "\f106";
}

a.collapsed[data-toggle="collapse"] i.fa-window-minimize:before{
  content: "\f107";
}


/* BOTONES */
.element-actions-btn button {
    padding: 0;
    border: none;
    background: 0 0;
    color: #919fa9;
    position: relative;
    right: -5px;
    -webkit-transition: none;
    transition: none;
}

.element-links{
  color: #333;
  font-size: .8em;
  margin: 4px 0 0;
  letter-spacing: .2px;
/*  width: fit-content;*/
}
.element-links a{
  color: #666;
}
.element-links a:hover{
  color: #0082c6;
}

.bootstrap-table .fixed-table-container .table td{
  padding-top:8px!important;
  padding-bottom:4px!important;
}

@media (min-width: 769px) {
  .bootstrap-table .element-links{
    position: relative;
    left: -9999em;
  }
  .table td:hover > .element-links{
    left: 0em;
  }
  .site-header .site-header-content{
    width: 100%;
  }
  .float-right
  {
    float: none!important;
  }
}
@media (max-width: 768px) {
  .site-header .site-header-content{
    width: unset!important;
  }
  .tab-text{
    display: none;
  }
}
@media (max-device-width: 430px) {

}

/* BORDERS */
.dark-line{
  border: 1px solid #57616b !important;
}