div.errorBlock
{
	clear:both;
	font-family:sans-serif;
	float:left;
	border-radius:8px;
	background-color:#f2f2f2;
	padding:10px;
	margin:8px;
	border:1px solid rgba(100,100,100,0.3);
	background-color:rgb(20,20,40);
	background-image:url('../../images/icons/warning.png');
	background-position:10px 10px;
	background-repeat:no-repeat;
	background-size:64px;
	font-family:Catamaran,sans-serif;
	
}

div.errorBlock h3
{
	font-weight:300;
	text-align:center;
	font-size:18px;
	color:rgb(180,40,10);
	text-transform:uppercase;
}

div.errorBlock hr
{
	border: 2px solid rgba(120,120,100,0.4);
	margin-left:68px;
	visibility:hidden;
	margin:6px 0;
	
}

div.errorBlock p
{
	padding-left:68px;
	color:#d6d6d6;
}

div.errorBlock p.description
{
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
	padding-left:0;
}

div.row.user_row
{
	background-color:#e6e6e6 !important;
}

div.stdnote
{
    background-color: rgba(200,160,40,0.1);
    padding: 12px;
    box-shadow: 2px 2px 2px rgba(20,20,20,0.2);
    /* border-top: 1px solid rgba(20,20,20,0.1); */
    /* border-left: 1px solid rgba(20,20,20,0.1); */
}

div.stdnote h3
{
	 font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(220,180,60,0.6);
    
}

div.stdnote div.noteContent
{
	padding:12px;
	background-color:rgba(20,20,20.0.2);
	border-radius:8px;
}

div.stdnote div.noteDate
{
	text-align:right;
}

div.stdnote div.noteTools
{
	text-align:right;
}

div.panel div.panel-body p.medetails
{
	border:1px solid rgba(30,30,30,0.1);
	border-bottom:0px;
	background-color:rgba(80,80,80,0.1);
	padding:8px;
	margin: 0;
}

div.panel div.panel-body p.medetails:hover
{
	background-color:rgba(80,80,80,0.2);
}

div.medNote
{
	border-radius:4px;
	margin-bottom:8px;
	background-color:#e6e6e6;
	border:1px solid rgba(180,180,180,0.3);
	padding: 12px;
    box-shadow: 2px 2px 2px rgba(20,20,20,0.2);
}

div.medNote h3
{
	 font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(80,100,140,0.5);
    text-shadow: -1px -1px 1px rgba(255,255,255,0.8);
    border-bottom: 2px groove rgba(180,180,180,0.1);
    
}

div.medNote div.noteContent
{
	padding:12px;
	background-color:rgba(255,255,255,1);
	text-align: justify;
    line-height: 1.8;
    border: 2px ridge rgba(120,120,120,0.3);
    margin-bottom: 8px;
}
}

div.medNote div.noteDate
{
	text-align:right;
}

div.medNote div.noteTools
{
	text-align:right;
}

div.main-content.logoback
{
	
	background-repeat:no-repeat;
	background-position:center center;
}

div.col-md-12 table tbody tr.expiredMed
{
	background-color:rgba(240,30,0,0.2);
}

div.col-md-12 table tbody tr.inExpiry
{
	background-color:rgba(253,220,35,0.2);
}

div.cst-clickable
{
	cursor:pointer;
}

div.app_bggrey
{
	background-color:#d6d6d6;
}

div.newsadmin.image-carousel
{
	background-color:#e6e6e6;
	border-radius:8px;
	padding:8px;
	overflow-x:hidden;
}

div.newsadmin.image-carousel h3
{
	color:#868686;
	font-size:14px;
	padding-bottom:4px;
	border-bottom:2px groove rgba(220,220,220,0.2);
	margin-bottom:4px;
}

div.newsadmin.image-carousel div.newsadmin.uploadedImage
{
	max-width: 50%;
    float: left;
    padding: 8px;
    background-color: #c6c6c6;
    border-radius:8px;	
    margin:0px 4px;	
}

div.newsadmin.image-carousel div.newsadmin.uploadedImage img
{
	max-width:100%;
	max-height:70px;
}

div.newsadmin.image-carousel div.newsadmin.uploadedImage p
{
	border:1px solid rgba(20,20,20,0.3);
	padding:2px;
	border-radius:4px;
	background-color:#fff;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
}

.customSub
{
	cursor:pointer;
}

div#datesSwitch
{
	padding:6px;
	border:2px groove rgba(250,250,250,0);
	border-radius:8px;
}

div#datesWrapper
{
	display:none;
	border:2px groove rgba(250,250,250,0.4);
	border-radius:8px;
	padding:6px;
	
}

.vimeoplaceholder
{
	background-color:#000;
	text-align:center;
}

.courseImg, .courseImgPrev
{
	background-color:#fff;
	text-align:center;
}

.courseImg img
{
	
	padding:4px;
	border:1px solid gray;
	width:100%;
}

.courseImgPrev img
{
	
	padding:4px;
	border:1px solid gray;
	width:256px;
}






