/* Shadows */
.shadow-4{box-shadow:0 1px 1px rgba(0,0,0,0.15),0 2px 2px rgba(0,0,0,0.15),0 4px 4px rgba(0,0,0,0.15),0 8px 8px rgba(0,0,0,0.15)}
.shadow-5{box-shadow:0 1px 1px rgba(0,0,0,0.12),0 2px 2px rgba(0,0,0,0.12),0 4px 4px rgba(0,0,0,0.12),0 8px 8px rgba(0,0,0,0.12),0 16px 16px rgba(0,0,0,0.12)}
.shadow-6{box-shadow:0 1px 1px rgba(0,0,0,0.11),0 2px 2px rgba(0,0,0,0.11),0 4px 4px rgba(0,0,0,0.11),0 8px 8px rgba(0,0,0,0.11),0 16px 16px rgba(0,0,0,0.11),0 32px 32px rgba(0,0,0,0.11)}
.shadow-sharp{box-shadow:0 1px 1px rgba(0,0,0,0.25),0 2px 2px rgba(0,0,0,0.2),0 4px 4px rgba(0,0,0,0.15),0 8px 8px rgba(0,0,0,0.1),0 16px 16px rgba(0,0,0,0.05)}
.shadow-diffuse{box-shadow:0 1px 1px rgba(0,0,0,0.08),0 2px 2px rgba(0,0,0,0.12),0 4px 4px rgba(0,0,0,0.16),0 8px 8px rgba(0,0,0,0.2)}
.shadow-dreamy{box-shadow:0 1px 2px rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.07),0 4px 8px rgba(0,0,0,0.07),0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07),0 32px 64px rgba(0,0,0,0.07)}
.shadow-shorter{box-shadow:0 1px 1px rgba(0,0,0,0.11),0 2px 2px rgba(0,0,0,0.11),0 4px 4px rgba(0,0,0,0.11),0 6px 8px rgba(0,0,0,0.11),0 8px 16px rgba(0,0,0,0.11)}
.shadow-longer{box-shadow:0 2px 1px rgba(0,0,0,0.09),0 4px 2px rgba(0,0,0,0.09),0 8px 4px rgba(0,0,0,0.09),0 16px 8px rgba(0,0,0,0.09),0 32px 16px rgba(0,0,0,0.09)}
.shadow-upover{box-shadow:0 0 5px -3px rgba(0,0,0,0.07),0 16px 64px -24px rgba(0,0,0,0.5)}
/* Custom Scrollbar style ===== */
/* width */
html, body{
  scrollbar-width: thin;
}
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar:hover { width: 12px; }
/* Track */
::-webkit-scrollbar-track { background: #f1f1f1; }
/* Handle */
::-webkit-scrollbar-thumb { background: #888; border-radius: 10px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #555; }

/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/* Login */
#loginform .logo img, #recoverform .logo img{
  max-width: 150px;
  max-height: 150px;
}
/*Just change your choise color here its theme Colors*/
body {
  background: #f8f8f8;
}
/*Top Header Part*/
.logo i {
  color: #4c5667;
}
.top-left-part .light-logo {
  display: inline-block;
}
.top-left-part .dark-logo {
  display: none;
}
.top-left-part .logo img{
  max-height: 35px;
}
.navbar-header {
  background: #ffffff;
}
.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.navbar-top-links > li > a {
  color: #686868;
  line-height: 58px;
  min-height: 60px;
}
.bg-title {
  background: #f1f2f7;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
/*Right panel*/
.right-sidebar .rpanel-title {
  background: #0097ae;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #0097ae;
}
/*Sidebar*/
.navbar-default{
    background-color: #fff;
}
.navbar-default.sidebar {
  background: #931A7F;
  box-shadow: 1px 0px 10px 5px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.navbar-header .top-left-part{
    border-right: 0px none;
}
.sidebar .label-custom {
  background: #01c0c8;
}
.sidebar .sidebar-head{
    background-color: transparent;
}
#side-menu li a {
  color: #e9e9e9;
}
#side-menu li a {
  color: #e9e9e9;
  border-left: 0px solid #2f323e;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.07);
}
#side-menu > li > a.active {
  background: #fff;
  color: #0097ae;
  font-weight: 500;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: 5px;
}
#side-menu ul > li > a:hover {
  color: #ffffff;
}
#side-menu ul > li > a.active {
  color: #f8f8f8;
  font-weight: 500;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: 10px;
  background: #0097ae;
}
.user-profile .user-pro-body .u-dropdown {
  color: #97999f;
}
/*themecolor*/
.bg-theme {
  background-color: #707cd2 !important;
}
.bg-theme-dark {
  background-color: #0097ae !important;
}
/*Button*/
.btn:not(.btn-circle){
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
[class*='btn-outline']{
  background-color: #fff;
  border: 1px solid;
}
.btn-outline-success{
  border-color: #4caf50;
  color: #4caf50;
}
.btn-outline-success.active{
  border-color: #4caf50;
  background-color: #4caf50;
  color: #fff;
}
.btn-outline-info.active{
  background-color: #1e88e5;
  border-color: #1e88e5;
  color: #fff;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #0097ae;
  color: #0097ae;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #0097ae;
  border-right: 2px solid #0097ae;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #0097ae;
  color: #ffffff;
}
#page-wrapper{
    background-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.fix-header #page-wrapper{
  margin-top: 60px;
  padding-top: 20px;
}
.content-header{
    margin: 20px 60px 20px 50px;
    padding: 20px;
    border-radius: 15px;
}
.content-header .breadcrumb{
    margin-top: -5px;
}
.content-header .logo-partner, .content-header h2{
    display: inline-block;
}
.content-header .logo-partner{
    max-height: 40px;
    margin-top: -10px;
}
.content-header h1,
.content-header h2{
    margin: 0px 10px;
    display: inline-block;
    font-size: 21px;
    height: 23px;
}
.box{
    box-shadow: none;
    padding: 0px 35px 15px 25px;
    margin-bottom: 0px;
    background: transparent;
}
.box .box-header {
    border: 0px none;
}
.box-header-tools .btn:not(.btn-circle){
    margin: 0px 1px;
}
.form-horizontal .row-header .checkbox{
    min-height: initial;
}
.table-responsive{
    overflow: visible;
}
.table-responsive.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
}
.table-responsive .row{
    padding: 10px;
    margin: 0 5px 10px;
    border-radius: 15px;
    vertical-align: bottom;
}
.table-responsive .row:not(.row-header){
    line-height: 28px;
    background-color: #fff;
}
.table-responsive .row:not(.row-header):hover{
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
.table-responsive .row-header{
    background-color: #0097ae;
    color: #f4f4f4;
    padding: 15px 10px;
}
.box .box-body{
    width: auto;
}
.card-box{
  width: 100%;
  font-size: 15px;
  padding: 20px;
  border-radius: 15px;
  min-height: 150px;
  background-color: #fff;
  margin-bottom: 20px;
}
.card-box.small{
  min-height: 100px;
}
.search-form{
    padding: 0px 0 30px;
    min-height: 90px;
}
.search-form input, .search-form button{
    float: left;
}
.search-form input[type='text']{
    background-color: #fff;
    color: #333;
    border: 0px none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 50px;
    line-height: 25px;
    font-size: 20px;
    padding: 10px 15px;
    width: calc(100% - 51px);
}
.search-form button{
    background: #fff;
    margin-left: 0px;
    height: 50px;
    line-height: 40px;
    font-size: 22px;
    padding: 14px 15px;
    border: 0px none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.search-form button.btn-info{
    background: #0097ae;
    font-size: 16px;
    line-height: 25px;
}
.search-form button i{
    vertical-align: top;
}
.box-usuarios-search{
  background-image: url(../../../../images/bg_box_users.png);
  background-size: cover;
  background-position: bottom;
}
.card-box h3{
  margin-top: 0px;
  max-height: 65px;
  overflow: hidden;
}
.card-box .row-actions{
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 30px;
  right: 35px;
}
.box-usuarios-list .form-group{
  margin: 0px 0px 10px 0px;
  padding: 0 10px 0 0;
  min-height: 30px;
}
.box-usuarios-list .control-label{
  padding: 0;
}
.box-usuarios-list label{
  text-align: right;
}
#form-nuevo-usuario .btn{
  margin-left: 10px;
}
.table-footer{
  display: block;
  clear: both;
  padding: 15px;
}
.content .pestanav{
  margin: 0 15px;
  border-bottom: 0px none;
}
.content .sidebarpages{
  margin-top: 40px;
}
.buttons-block{
  text-align: right;
  padding-right: 20px;
  margin-top: 30px;
}
.select-copy{
  width: calc(100% - 50px);
  padding: 5px;
  border: 0px none;
}
select:not(.select2) option{
	padding: 5px 10px;
  font-size: 14px;
  line-height: 18px;
}
.pagination{
  margin: 10px 0;
}
.form-control.success{
  border: 1px solid #4caf50;
}
.form-control.error{
  border: 1px solid red;
}
.preview-version{
  float: right;
  width: 300px;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 1025px) {
	.content-header {
		margin: 10px 20px 10px 10px;
	}
  .container-fluid{
    padding: 0;
  }
  .box {
    padding: 10px 15px 0px 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}