/* --------------------------------
/* eContent Manager own skin styles 
/* ------------------------------ */
.DefaultContainer
{
    padding:0px;
    margin:0px;
}
.DefaultContentBar
{            
    width: auto; 
}

/* --------------------------------
/* RadDock for ASP.NET AJAX styles 
/* ------------------------------- */
/* Needed for Bootstrap column classes work properly */
.RadDock, 
.RadDock .rdTitleWrapper * {
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;	
}

.RadDock_Default {
  border-width: unset !important;
   border-style: none !important;
}
.RadDock_Default .rdTitleWrapper {
	border-bottom-width: unset !important;
	border-bottom-style: none !important;
	height: fit-content !important;
  text-align: center;
}
.RadDock_Default.rdNone .rdTitleWrapper {} /* When Titlebar is set to be hidden */

.RadDock_Default .rdContent
{
  /* Force dock to inherit channel skin styles */
  /* font: inherit !important; */
  /* font-size:inherit !important; */
  overflow:visible !important;
}

.RadDock_Default .rdTitleBar
{  	 	
}

.RadDock_Default .rdTitleBar .rdTitle
{			
  max-width: 80% !important; /* RadDock default is 60% */
	font: inherit !important;
	font-family: "Poppins", Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: 300 !important;
	font-size: 30px !important; 
  color:#0774bb !important;
  text-align:center !important;
  padding: 10px 0 20px 0 !important;
  white-space: normal !important; /* Allow responsive behavior */
}
.RadDock_Default .rdTable
{
  display:inline-table !important; /* Solves issue with bootstrap. Gets outside column with small devices */
}

/* CUSTOM STYLES HERE */
.DefaultContentBar
{            
    padding-bottom: 30px /* Optional space below a module */;   
}
.RadDock_Default .rdTitleBar .rdTitle:before {
  content: " ";
  width: 60px;
  height: 17px;
  display: block;
  border-top: 4px solid #0774bb;
  margin: auto;
}