@charset "utf-8";
/* CSS Document */

/* @font-face {
  font-family: Esphimere;
  src: url('../fonts/Esphimere.otf');
}
@font-face {
  font-family: EsphimereBold;
  src: url('../fonts/Esphimere Bold.otf');
}
@font-face {
  font-family: EsphimereExtraLight;
  src: url('../fonts/Esphimere Extra Light.otf');
} */

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Medium.ttf');
}

@font-face {
  font-family: BarlowRegular;
  src: url('../fonts/Barlow-Regular.ttf');
}

.body.swal2-shown > [aria-hidden="true"] {
  transition: 0.1s filter;
  filter: blur(10px);
}

.swal2-cancel{
  margin-right: 15px;
}

/* Estilo de la card */
.bg-card-blue{
  background-color: #0D3A58;
}
.bg-card-red{
  background-color: #dc3545;
}

.bg-card-green{
  background-color: #16A049;
}

.bg-card-yellow{
  background-color: #bdcf7c;
}

.card{
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 9px 26px 0 rgb(0 0 0 / 19%);
}


.main-sidebar{
  width: 180px;
}

body {
  font-family: BarlowRegular !important;
}

h1, h2 {
    font-family: Barlow;
}

h3, h4, h5, h6 {
  font-family: Barlow;
}

a, a:focus {
  color: #777;
}

a:hover {
  color: #000;
}
td {
  font-family: BarlowRegular;
}

.skin-green .main-header .navbar .nav > li > a{
  color: #777 !important;
}
.skin-green .main-header .navbar .sidebar-toggle{
  color: #777 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p{
  color: #777!important;
}
.label-warning {
  background-color: #F47920 !important;
}
.circulo-verde{
  background-color: #62A73B;
}
.circulo-verde1{
  background-color: #238937;
}
.circulo-verde2{
  background-color: #006F30;
}
.circulo-naranja{
  background-color: #F47920;
}
.circulo-rojiso{
  background-color: #F26522;
}
.circulo-rojo{
  background-color: #EF4123;
}
.text-success {
  color: #62A73B;
}
.btn-circle.btn-lg {
  margin-top: 2%;
  width: 150px;
  height: 150px;
  padding: 14px 16px;
  font-size: 11px;
  line-height: 1.33;
  border-radius: 120px;
  box-shadow: 5px 10px 18px #888888;
  /*background-color: #0B5922;*/
  color: #FFF;  
}

.btn-circle>.inner {
  padding: 10px;
}
.btn-circle .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}
.btn-circle>.btn-circle-footer {
  position: relative;
  text-align: center;
  padding: 10px;
  color: #fff;
  color: rgba(255,255,255,0.8);
  display: block;
  z-index: 10;
  background: rgba(0,0,0,0.1);
  text-decoration: none;  
  border-radius: 50% / 0 0 88% 91%;
  margin-left: 3%;
}
.btn-circle:hover .icon {
  font-size: 95px;
}

.content-wrapper{
  background-image: url(../images/fondo.png);
  background-color: #FFF !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.select2-container--default .select2-selection--single{
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;  
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    /*top: 30px;*/
    right: 20px;
    width: 20px;
}

div.ajax-loader {
    display:none;
		z-index:9999;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/ajax-loader.gif") scroll no-repeat 50% 50%  #0000008f;
    width: 100%;
    height: 100%;
}

.round{
	width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  border-radius: 800px;
  overflow: hidden;
}

.profile_details:nth-child(3n) {
    clear: both
}
.profile_details .profile_view {
    display: inline-block;
    padding: 10px 0 0;
    background: #fff
}
.profile_details .profile_view .divider {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    margin-top: 5px
}
.profile_details .profile_view .ratings {
    margin-bottom: 0
}
.profile_details .profile_view .bottom {
    background: #F2F5F7;
    padding: 9px 0;
    border-top: 1px solid #E6E9ED
}
.profile_details .profile_view .left {
    margin-top: 20px
}
.profile_details .profile_view .left p {
    margin-bottom: 3px
}
.profile_details .profile_view .right {
    margin-top: 0px;
    padding: 10px
}
.profile_details .profile_view .img-circle {
    border: 1px solid #E6E9ED;
    padding: 2px
}
.profile_details .profile_view h2 {
    margin: 5px 0
}
.profile_details .profile_view .ratings {
    text-align: left;
    font-size: 16px
}
.profile_details .profile_view .brief {
    margin: 0;
    font-weight: 300
}
.profile_details .profile_left {
    background: white
}

.bg-aqua {
	background:  linear-gradient(135deg,rgba(43,80,80) 0,rgba(0,172,172,1) 100%)!important;
}
.bg-green {
	background:  linear-gradient(135deg,rgba(16, 47, 3) 0, #00a65a  100%)!important;
}
.bg-yellow {
	background:  linear-gradient(135deg,rgba(107, 85, 5) 0, #efbf10  100%)!important;
}
.small-box{
	box-shadow: 5px 10px 18px #888888;
	border-radius: 5px;
	color: #FFF;
  margin-top: 2%;
}
.small-box>.inner {
  padding: 10px;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 30px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}
.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
.small-box h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
	z-index: 5;
	margin-left: 6%;
}
.small-box:hover .icon {
  font-size: 95px;
}


/* Login */
.login-container{
  margin-top: 5%;
  margin-bottom: 5%;
}
.login-form-1{
  margin-left: 1%;
  padding: 50px;
  background:#006F30;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 img{
  display:block;
  margin:auto;
  margin-top: 41%;
  margin-bottom: 41.5%;

}
.login-form-2{
  margin-left: 12%;
  padding: 10px;
  background: #f9f9f9;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
  text-align: center;
  color: #006F30;
}
.login-container form{
  padding: 10%;
}
.btnSubmit
{
  width: 100%;
  border-radius: 0.3em;
  padding: 10px;
  border: none;
  cursor: pointer;
}
.login-form-2 .btnSubmit{
  font-weight: 600;
  background-color: #006F30;
  color: #f9f9f9;
}
.login-form-2 .ForgetPwd{
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* Table */
.customers {
  font-family: Barlow;
  border-radius: 5px;
  background-color: #fff;
}

.customers thead th {
  background-color: #E6E6E6;
  min-width: 70px;
  /* font-size: 11pt; */
  border-style: hidden;
}

.customers td {
  font-size: 9pt;
}

#verticalText {
  font-size: 9pt;
}

#centerIcon {
   text-align: center;
   vertical-align:middle;
}

/* boton nuevo*/
.btnAdd {
  margin-bottom: 30px;
  float: right !important;
  font-family: BarlowRegular;
}

.btnAdd a{
  border-radius: 6px;
  background-color: #6CA424;
  color: #fff;
}
/*006F30*/
.btnAdd a:hover {
  background-color: #8CA818;
  color: #fff;
}

/* boton guardar y modificar*/
.btnSave {
    background-color: #6CA424;
    color: #fff;
}

.btnSave:hover{
    background-color: #8CA818;
    color: #fff;
}

.btnEdit {
    background-color: #f39c12;
    border-color: #e08e0b;
    color: #fff;
}

.btnEdit:hover{
    background-color: #e08e0b;
    color: #fff;
}

/*panel de formulario*/
.content-form {
  padding: 30px;
  background: #FFF;
  border-radius: 5px;
  border: solid 1px #EEEEEE;
}


/* iconos */
.mailIcon {
    color: #337ab7;
}

.editIcon {
    color: #ec7404;
}

.deleteIcon {
    color: #e40414;
}

.addIcon {
    color: #2c842c;
}

.checkIcon {
    color: #6ca424;
}

.exclamationIcon {
    color: #ec7404;
}

.handsIcon {
  color: #8ca818;
}

.timesIcon {
    color: #e40414;
}

.iconColor {
  color: #e44414;
}

.iconDanger {
  color: #e40414;
}

.iconSuccess {
  color: #2c842c
}

/* Paginación */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #8ca818;
    border-color: #8ca818;

}

/* Tabs */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #111;
  cursor: default;
  background-color: #a2da58;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  color: #fff;
  background: #6CA424;
}

.box-green {
  border-color: #046c2c;
}

/* modal color*/
.modal-header {
  background-color: #EEEEEE;
  color: #777;
}

.jconfirm .jconfirm-box.jconfirm-type-verde {
    border-top: solid 7px #2c842c;
    /*-webkit-animation-name: type-green;*/
    animation-name: type-verde;
}

@media (max-width:991px) {
  .login-form-2{
    margin-left: 0%;
    margin-bottom: 2%;
  }
  .login-form-1{
    margin-left: 0%;
  }
}

/*Main header and Sidebar menu*/
.skin-green .main-header .navbar{
  background-color: #EEEEEE !important;
}
.skin-green .main-header li.user-header{
  background-color: #EEEEEE !important;
}
.skin-green .main-header .logo {
  background-color: #EEEEEE !important;
}
.skin-green .wrapper, .skin-green .main-sidebar, .skin-green .left-side{
  background-color: #FFFFFF !important;
  border-right: 1px solid #EEEEEE;
}
.skin-green .sidebar-menu > li.header{
  background: #FFF;
  border-bottom: 1px solid #EEE !important;
  color: #777;
}
.skin-green .sidebar-menu > li.menu-open > a{
  background: #EEEEEE !important;
}
.skin-green .sidebar-menu > li > .treeview-menu{
  background: #E6E6E6 !important;
}
.skin-green .sidebar-menu .treeview-menu > li > a {
  color: #777 !important;
}
.skin-green .sidebar-menu .treeview-menu > li > a:hover {
  font-weight: bold;
  color: #777 !important;
}
.skin-green .sidebar a {
  color: #777 !important;
}
.skin-green .sidebar-menu > li:hover > a, 
.skin-green .sidebar-menu > li.active > a, 
.skin-green .sidebar-menu > li.menu-open > a{
  background: #EEEEEE;
  color: #777 !important;
}  


.DTFC_LeftHeadWrapper{
  margin-bottom: -2.5%;
}

.DTFC_LeftBodyLiner {
  overflow-y: hidden !important;
}

table.dataTable{
  clear: both;
  margin-top: -2px !important;
  margin-bottom: 14px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
.btn-circle-option {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
}
.btn-circle-option .btn-lg-option {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle-option .btn-xl-option {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

