/* --------------------------------
/* 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 * {
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	line-height: normal !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;
}
.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: "Roboto Slab", sans-serif !important;
	font-weight:400 !important;
	font-size: 18px !important; 
  color:#75512a !important;
  text-align:left !important;
  padding: 10px 0 10px 0 !important;
  text-transform: uppercase;
  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 */

.RadDock_Default .rdTitleBar .rdTitle
{	
	font-family: "Kodchasan", sans-serif !important;
	font-weight:600 !important;
	font-size: 30px !important; 
  color:#333945 !important;
}
.activities-container .RadDock_Default .rdTitleBar .rdTitle
{
  color:#8b8c89 !important;
}
.RadDock_Default .rdTitleBar .rdTitle::after
{
  /*content: '.';*/ /* Can't use this for now because if title is hidden, the '.' still appears */
}