@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: acrobat_semibold;
  src: url('../fonts/AkrobatSemiBold.otf');
}

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

@font-face {
  font-family: proxima_nova_bold;
  src: url('../fonts/ProximaNovaBold.otf');
}
.skin-green .sidebar-menu > li:hover > a, .skin-green .sidebar-menu > li.active > a, .skin-green .sidebar-menu > li.menu-open > a{
  background: #000;
  opacity: .7;
  border-radius: 40px 0px 0px 40px;
}
.skin-green .sidebar-menu > li > .treeview-menu{
  margin-left: 9%;
  margin-right: 0px;
}
.control-label{
  text-align: right;
}

.card-detalle{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  min-height: 170px;
}

.btn-circle {
  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.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  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.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
  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%);
}


body{
  font-family: proxima_nova_reg;
  background-color: #FFFFFF !important;
  background-image: none;      
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: acrobat_semibold;
}

.sidebar-menu{
  font-family: proxima_nova_reg;
  font-size: 11pt;
}

.treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 13px;
}

.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 {
  position: fixed;
  display:none;
  z-index:9999;    
  top: 0;
  left: 0;    
  width: 100%;
  height: 100%;
  background: #b7002b71 url("../images/loader.gif") center no-repeat;
  background-size: 90px;
}

.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{
  padding: 1px;
  background: #E52521;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
  margin-left: 1%;
}
.login-form-1 img{  
  display:block;
  margin:auto;
  margin-top: 40%;
  margin-bottom: 33%;
}
.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{
  font-family: acrobat_semibold;
  font-size: 20pt;
  text-align: center;
  color: #E52521;
}
.login-container form{
  padding: 10%;
}
.btnSubmit
{
  width: 100%;
  border-radius: 0.3em;
  padding: 10px;
  border: none;
  cursor: pointer;
}
.login-form-2 .btnSubmit{
  font-family: proxima_nova_reg;
  font-size: 15pt;
  background-color: #E52521;
  color: #f9f9f9;
}
.login-form-2 .btnSubmit:hover{
  background-color: #fff;
  color: #E52521;
  border: 1px solid #E52521;
}
.login-form-2 ::placeholder {
  font-family: proxima_nova_reg;
  font-size: 15pt;
}
.login-form-2 .ForgetPwd{
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* Table */
.customers {
  font-family: acrobat_semibold;
  border-radius: 5px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.customers thead th {
  font-size: 12pt;
  border-style: hidden;
}

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

/* boton nuevo*/
.btnAdd {
  margin-bottom: 30px;
  float: right !important;
  font-family: acrobat_semibold;
  font-size: 12pt;
  letter-spacing: 0.1em;
  
}

.btnAdd a{
  border-radius: 15px;
  background-color: #e42424;
  color: #fff;
  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%);
}

.btnAdd a:hover {
  background-color: #fff;
  color: #e42424;
  border: 1px solid #e42424;
}

/* boton guardar y modificar*/
.btnSave {
  font-family: acrobat_semibold;
  font-size: 12pt;
  border-radius: 15px;
  letter-spacing: 0.1em;
  background-color: #e42424;
  color: #fff;
  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%);
}

.btnSave:hover{
    background-color: #fff;
    color: #e42424;
    border: 1px solid #e42424;
}

.btnEdit {
  font-family: acrobat_semibold;
  font-size: 12pt;
  letter-spacing: 0.1em;
    border-radius: 15px;
    background-color: #e42424;
    color: #fff;
}

.btnEdit:hover{
    background-color: #fff;
    color: #e42424;
    border: 1px solid #e42424;
}

.btnCancel {
  font-family: acrobat_semibold;
  font-size: 12pt;
  letter-spacing: 0.1em;
    border-radius: 15px;
    background-color: #888888;
    color: #fff;
    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%);
}

/*panel de formulario*/


/* iconos */
.iconPay {
    color: #dc5c8a;
}

.iconPay:hover{
    color: #e4bbcb;
}

.btn-pill {
    color: #dc5c8a;
}

.btn-pill:hover{
    color: #e4bbcb;
}

.iconDelete {
  color: #e42424;
  font-size: 20px;
}

.iconDelete:hover{
  color: #d4145c;
}

.iconAdd {
    color: #e42424;
    font-size: 20px;
}

.iconAdd:hover{
    color: #d4145c;
}

.badgeColor {
  background-color: #dc5c8a;
}

.badgeColor:hover {
  background-color: #e4bbcb;
}

.iconActive {
 color: green;
}

/* Modal */
.modal-header{
  background-color: #e42424;
  color: #fff;
}

/* 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: #e42424;
    border-color: #e42424;

}

.box-wine {
  border-color: #e42424;
}

/* Cards */
.card {
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(213,29,32,0.2);
  transition: all 0.3s ease-in;
  -webkit-trasition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.card:hover {
  transform: translateY(-15px);  
  box-shadow: 5px 5px 10px #9e9e9e;  
  color: #fff;  
  background: linear-gradient(0deg, rgba(213,29,32,1) 30%, rgba(200,67,69,1) 64%, rgba(206,90,91,1) 100%);  
  
}

.card i {
  transition: all 0.3s ease-in;
  -webkit-trasition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.card:hover i {
  color: #fff;
}

.py {
  padding: 1.5em;
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 35px;
}

.flex-container {
  display: flex;
  justify-content: center;
}

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

.select2 {
  width: 100% !important;
}