@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');
}


body{
  font-family: proxima_nova_reg;
}

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: 12pt;
}

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

.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:2;
    position: absolute;
    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{
  padding: 1px;
  background: #3B6066 !important;
  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: 42%;
  margin-bottom: 42%;
  opacity: 0.8;
}
.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: #3B6066 !important;
}
.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: #3B6066 !important;
  color: #f9f9f9;
}
.login-form-2 .btnSubmit:hover{
  background-color: #fff !important;
  color: #3B6066;
  border: 1px solid #3B6066 !important;
}
.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: #3B6066 !important;
  color: #fff;
}

.btnAdd a:hover {
  background-color: #fff !important;
  color: #3B6066;
  border: 1px solid #3B6066 !important;
}

/* boton guardar y modificar*/
.btnSave {
  font-family: acrobat_semibold;
  font-size: 12pt;
    border-radius: 15px;
    letter-spacing: 0.1em;
    background-color: #3B6066 !important;
    color: #fff;
}

.btnSave:hover{
    background-color: #fff !important;
    color: #3B6066 !important;
    border: 1px solid #3B6066 !important;
}

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

.btnEdit:hover{
    background-color: #fff !important;
    color: #3B6066 !important;
    border: 1px solid #3B6066 !important;
}

/*panel de formulario*/
.content-form {
  padding: 10px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}


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

.iconPay:hover{
    color: #e4bbcb;
}

.btn-pill {
    color: #dc5c8a;
}

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

.iconDelete {
  color: #3B6066 !important;
}

.iconDelete:hover{
  color: #d4145c;
  font-size: 30px;
}

.iconAdd {
    color: #3B6066 !important;
}

.iconAdd:hover{
    color: #d4145c;
}

.badgeColor {
  background-color: #dc5c8a;
}

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

.callout-grass {
  background-color: #e4bbcb;
  color: green;
}

/* Modal */
.modal-header{
  background-color: #3B6066 !important;
  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: #3B6066 !important;
    border-color: #3B6066 !important;

}

.box-wine {
  border-color: #3B6066 !important;
}

/* jquery confirm*/
.jconfirm.jconfirm-my-theme .jconfirm-bg{

}
.jconfirm.jconfirm-my-theme .jconfirm-box{
  background-color: #3B6066 !important;
  width: 110%;

}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:before{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:after{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-closeIcon{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-title-c{

}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content-pane{
  margin-top: 15px;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content{
  font-family: proxima_nova_bold;
  font-size: 15pt;
  color: #fff;
  text-align: center;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons{
  text-align: center;
  margin-bottom: 15px;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons button{
  background-color: #f2f2f2;
  color: #3B6066;
  border: 1px solid #3B6066 !important;
  width: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 0.8;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons button:hover{
  background-color: #fff;
  color: #3B6066 !important;
  border: 1px solid #3B6066 !important;
}

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