.main-menu .navbar-header .navbar-brand .brand-text {
	font-size: 0.85rem;
}


.main-menu .navbar-header .navbar-brand .brand-logo {
    background: url('/static/app-assets/images/logo/logo-top.png') no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: 0 0;
    height: 35px;
    width: 35px;
}


.main-menu .navbar-header .navbar-brand {
    margin-top: 1.0rem;
}

@media (max-width: 575.98px) {
  html body .content .content-wrapper {
/*     padding : calc(2.2rem - 0.4rem) calc(2.2rem - 1rem) 0 !important; */
	padding-left: 5px !important;
	padding-right: 5px !important;
  }
  
  .card .card-header {
  	padding: 0.8rem 0.8rem 0;
  }
  
  .card-body {
  padding: 0.8rem;
  }
  
  html body.dashboard-page .content .content-wrapper {
  	padding : calc(2.2rem - 0.4rem) calc(2.2rem - 1rem) 0 !important;
  } 
  
  .pace {
  	display: none;
  }
  
  
}

body{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




html body .content {
    min-height: calc(100% - 9rem);
}


.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) calc(0.5rem - 1px) calc(0.5rem - 1px) ;
}


body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > i {
	font-size: 20px;
}


#content-main form input,
#content-main form select:not(.filtered) {
/*     width: 100%; */
    height: calc(1.25em + 1.4rem + 1px) !important;
    padding: 0.7rem 0.7rem;
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.25;
/*     color: #4E5154; */
    background-color: #FFFFFF;
    background-clip: padding-box;
/*     border: 1px solid rgba(0, 0, 0, 0.2); */
    border-radius: 5px;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: inline;
}




input[type="submit"] {
  border-color : #4839EB !important;
  background-color : #7367F0 !important;
  color : #FFFFFF;
}
input[type="submit"] {
  border-color : #5E50EE !important;
  color : #FFFFFF !important;
  box-shadow : 0 8px 25px -8px #7367F0;
}
input[type="submit"]:focus, input[type="submit"]:active {
  color : #FFFFFF !important;
}



.submit-row {
    padding: 2rem 14px !important;
}



.module table td {
	padding: 1rem; 
}

.module table th{
	padding: 1rem 1rem 1rem 2rem; 
}



.module table caption {
	padding: 1rem;
	caption-side: top; 
	background-color: #ECEDEF;
	border-radius: 0.5rem;
}

.module table caption a {
	
}



#content-related ul.actionlist li {
	padding: 0.4rem 0.4rem 0.4rem 0;
}



.submit-row a.deletelink {
	height: auto !important;
	}

h2.brand-text span.clname {
	color: #626262;
}


.pace.pace-active {
    display: none;
}
