@import url('theme.css');
@import url('bootstrap.css');
@import url('select2.css');
@import url('colorpicker.css');
@import url('carga.css');
/* ---- # STYLE # ---- */
body {
    font-family: "Arimo", sans-serif;
    font-size: 12px;
		background-color: #fff;
		overflow-x: none !important;
}

/* GENERALES */
  .btn {
    white-space: nowrap !important;
  } 
  .form-control{
    font-size: .7rem !important;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
  }
  .form-group {
      margin-bottom: 0 !important;
  }

 /* --------STYLE SELECT 2 -------- */
    .select2, .select2-container {
      width: 100% !important;
    }
    .select2-container .select2-selection--single {
      height: calc(1.5em + .4rem + 2px);
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 25px;
      font-size: .7rem;
    }
    .select2-container--default .select2-selection--single {
/*         border: 1px solid #ccc; */
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 24px;
    }


/* ESTILOS DE LOS ACCESOS */
  .sys-acceso-main {
    padding: .5rem;
    text-decoration: none;
  }
  .main-menu .sys_envoyer {
    padding: 0 2%;
    width: 100%;
  }
  .main-menu .sys_envoyer a {
    padding: 1em;
    display: flex;
    align-items : center;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 20px 30px -16px rgba(9,9,16,.2);
    background-color: white;
    min-height: 100px;
  }
  .main-menu .sys_envoyer a:hover {
    transform: perspective(1px) scale3d(1.03,1.03,1.03);
    box-shadow: 0 10px 20px 0 rgba(9,9,16,.15);
    transition: all .3s ease;
  }
  .main-menu .sys_envoyer a .system_icon {
    width: 3.5em;
    height: 3.5em;
    margin-right: 1em;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: .5em;
  }
  .main-menu .sys_envoyer a .system_icon i {
    font-size: 1.6rem;
  }
  .main-menu .sys_envoyer a .system_info {
    /* font-size: 1.25em; */
    -webkit-box-flex: 1;
    color: #222;
    flex: 1;
    align-items : center;
  }
  .main-menu .sys_envoyer a .system_info span {
    display: block;
    color: rgba(9,9,16,.4);
    font-size: .75rem;
    font-family: scandia-web,sans-serif;
  }

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

.mx-cuerpo {
	padding: 5px;
	border-radius: 5px;
/* 	background-color: rgba(0, 0, 0, .5); */
	overflow: visible;
	clear: both;
  background-color: #ffffffe3;
}
.mx-subcuerpo {
	padding: 0px;
	border-radius: 3px;
	background-color: #ffffff;
	overflow: visible;
	clear: both;
	min-height: 60px;
}
.mx-logincuerpo {
	margin: 5px;
	padding: 5px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .5);
	overflow: visible;
	clear: both;
}
.mx-loginsubcuerpo {
	padding: 5px;
	border-radius: 3px;
	background-color: #ffffff !important;
	overflow: visible;
	clear: both;
	min-height: 60px;
}
.mx-alert-load {
	text-align:center;
}
.mx-header-botones {
	background-color:red;
	width:100%;
}
/* 
.mx-td-btn,
.mx-td-text {
	padding: 0px !important;
}
.mx-td-text input,
.mx-td-text select{
padding: 3px 0px;
    height: 28px;
    border-radius: 0px;
    border: 1px solid #fff;

    width: 99% !important;
} */
  .mx-search-table {
/*       height:18px; */
  }
.mx-cabecera-session {
    background-color: #17a2b8;    
		margin-bottom: 5px;
}
.mx-cabecera-session a{
    color: #fff;
}
.mx-br {
    margin-top:2px;
    padding-bottom:3px;
}

.mx-require {
    color: #000;
}
.mx-td-input {
  padding:0px !important;
	padding-left:1px !important;
	text-align:center !important;
}
.mx-td-text {
  padding:0px !important;
	padding-left:1px !important;
	padding-right:1px !important;
}
.mx-td-input .badge {
    margin: 9px;
    margin-left: 2px;
    margin-right: 2px;
}
.mx-td-checkbox {
  padding:0px !important;
}
.mx-td-img {
	padding-top:0px !important;
	padding-bottom:0px !important;
	white-space: nowrap;
	width:10px !important;
}
.mx-td-img img {
	margin:0px;
}
.mx-td-img span {
	margin-left:0px;
}
.mx-td-input .btn {
  border-radius:0px;    
	display: block;
/*   width:100%; */
}
@media (max-width: 576px) {
	.mx-br-responsive {
		padding-top: 3px;
		padding-bottom: 3px;
	}
}

.mx-web-slogan {
		font-size:10px;
		margin-left:38px;
		margin-top:-10px;
}
.mx-pie {
    background-color: #100D01;
    color: #AB923F;
    padding-top: 15px;
    padding-bottom: 5px;
}
.mx-link {
		color:#17a2b8;
		font-weight:bold;
}

/* =========== modal ============ */
.mx-modal-inclose {
	float: right;
	margin-right: -6px;
	margin-top: -6px;
	border-left: 5px solid #fff;
}
.mx-modal-inclose a {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.mx-modal-close {
	margin-top: -47px;
	width: 28px;
	float: right;
	margin-right: -20px;
	border: 2px solid rgba(0, 0, 0, .5);
	border-radius: 3px;
}
.mx-modal-close a {
	padding: 0px 4px;
	border-radius: 0px;
}
.mx-modal-close .mx-cuerpo{
	margin: 0px;
	padding: 3px;
	/*padding-bottom: 0px;*/
	/*padding-right: 0px;*/
	/*border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;*/
	/*border-bottom-right-radius: 0px;*/
}
.mx-modal-close .mx-subcuerpo {
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #d9534f;
	/*border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;*/
}
#mx-modal-cuerpo {
	min-height: 40px;
}
.mx-fancybox {
	float:left;
	margin:0px;
	padding:0px;
	line-height: 0;
}
/* ------------------------------ ARBOL ------------------------------------------ */
  /* -- grid -- */
.hv-wrapper {
  display: flex; }
  .hv-wrapper .hv-item {
    display: flex;
    flex-direction: column;
    margin: auto; }
    .hv-wrapper .hv-item .hv-item-parent {
      margin-bottom: 50px;
      position: relative;
      display: flex;
      justify-content: center; }
      .hv-wrapper .hv-item .hv-item-parent:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 25px;
        bottom: 0;
        left: 50%;
        background: #c0c0c0;
        transform: translateY(100%); }
    .hv-wrapper .hv-item .hv-item-children {
      display: flex;
      justify-content: center; }
      .hv-wrapper .hv-item .hv-item-children .hv-item-child {
        padding: 0 3px;
        position: relative; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:before, .hv-wrapper .hv-item .hv-item-children .hv-item-child:not(:only-child):after {
          content: '';
          position: absolute;
          background: #c0c0c0;
          left: 0; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:before {
          left: 50%;
          top: 0;
          transform: translateY(-100%);
          width: 1px;
          height: 25px; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:after {
          top: -25px;
          transform: translateY(-100%);
          height: 1px;
          width: 100%; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:first-child:after {
          left: 50%;
          width: 50%; }
        .hv-wrapper .hv-item .hv-item-children .hv-item-child:last-child:after {
          width: calc(50% + 1px); }


  /* main */
section {
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
/*   padding: 50px 0; */
  position: relative; }
  section .github-badge {
    position: absolute;
    top: 0;
    left: 0; }
  section h1 {
    text-align: center;
    margin-bottom: 70px; }
  section .hv-container {
    flex-grow: 1;
    overflow: auto;
    justify-content: center; }

.basic-style {
  background-color: #EFE6E2; }
  .basic-style > h1 {
    color: #ac2222; }

p.simple-card {
  margin: 0;
  background: rgba(0, 0, 0, 0.75);  
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  min-width: 0px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(204, 131, 103, 0.22); }

.hv-item-parent p {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    /* border: 3px solid #094d7b; */
}

.management-hierarchy {
  background-color: #eaeaea; }
  .management-hierarchy > h1 {
    color: #FFF; }
  .management-hierarchy .person {
    text-align: center; }
    .management-hierarchy .person > img {
      height: 40px;
      border: 2px solid #c0c0c0;
      border-radius: 50%;
      cursor: pointer;
      overflow: hidden;
      margin-bottom: 10px;
      background-color: #fff; }
    .management-hierarchy .person > p.name {
      background-color: #d4d3d3;
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
/*       border: solid #c0c0c0 1px; */
      font-size: 12px;
      font-weight: normal;
/*       color: #3BAA9D; */
      color: #797979;
      margin: 0;
      position: relative; }
      .management-hierarchy .person > p.name b {
        color: rgba(59, 170, 157, 0.5); }
      .management-hierarchy .person > p.name:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 8px;
        background-color: #fff;
        left: 50%;
        top: 0;
        transform: translateY(-100%); }

  .btn-delete {
    width:20px;
    height:20px;
    border-radius: 13px;
    border: solid #b5b5b5 3px;
    color: red !important;
    cursor: pointer;
    line-height: 15px;
    text-align: center;
    position:absolute;
    top: -16px;
    right: -6px;
  }
/* ------------------------------- END ARBOL ------------------------------------------- */
