﻿body {
}
.displayNone {
display:none;
}

#dnn_ctr8175_ModuleContent{display:none;}

  .loading{
    padding: 20px 0;    
    position:fixed;
    top:0;
    left:0;    
    background: rgba(173, 173, 173, 0.61);
    width: 100%;
    height: 100%;
    display: none; z-index:22; 
}
    .loading img{
        position:absolute;
        top:50%;
        left:50%;        
        margin-left: -42px;
        margin-top: -42px;
        /*background: #fff;*/
        /*border-radius: 20px;*/
        border-radius: 52% 44% 44% 49%;
    }    
    /*css Start learn courses category */
.learn-courses-cat{
 padding-bottom:100px;
}
.learn-courses-cat h1{
 font-size: 20px;
    color: #005578;
    font-weight: 600;
    margin: 20px 0 0 0;
 text-align:center;
}
.learn-courses-cat h2, .learn-courses-cat h3{
 color: #005578;
}
.learn-courses-cat h2{
 font-size: 18px;
 margin-bottom:20px;
}
.learn-courses-cat h3{
 font-size: 16px; 
 margin-bottom:5px;
}
.learn-courses-cat p{
 font-size:14px;
}
.learn-courses-cat .learn-courses-detail{
 background: #e7f2f8;
 padding:10px;
 margin-top:30px;
 position:relative;
}
.learn-courses-cat .learn-courses-detail a{
    display: block;    
    margin-top: 10px;color:#72adc7;
}
.learn-courses-cat .learn-courses-detail .show-more{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    /* background: url(../images/view-icons.png) no-repeat 0 0; /
    / text-indent: -99999px; */
    font-size: 40px;
    line-height: 20px;
}
.learn-courses-cat .learn-courses-detail .show-more:hover{
 background-position:-48px 0;
}
.learn-courses-cat .learn-courses-detail .content-detail{
 height: 70px;
    overflow: hidden;
}
.learn-courses-detail .content-detail img{margin-top:20px;}
.learn-courses-cat .learn-courses-detail .content-detail *{
 margin-bottom:10px;
}
.learn-courses-cat .col-md-4:nth-child(3n+1){
 clear:left;
}
/*css end learn courses category */

/*css start breadcrumb */
div.breadcrumb{
 background: #e7f2f8;
 margin-top: 5px;
}
div.breadcrumb ul{
    margin-bottom:0;
}
.breadcrumb ul li{
 display:inline-block;
 vertical-align:top; 
}
.breadcrumb ul li span{
 color:#23527c;
}
/*css end breadcrumb */
/*css for top post sidebar edited by tanuj on 31/05/2017*/
.recommended-posts .page-title {
    margin-bottom:20px;
}
.latest-posts h3{
    border-bottom:2px solid #ddd;
    padding-bottom:5px;
    margin-top:0;
    font-size:28px;
}

/***** MK changes 13/04/18***********/

div.breadcrumb{display:none;}

@media (min-width: 768px) {

div.breadcrumb{
display:block;
margin-top:1px;
padding: 3px 12px;
margin-bottom:0;
}

div.breadcrumb ul li a,.breadcrumb ul li span {
    font-size: 13px;
	color:#72adc7;

}

.courses-detail h2 a,h2 {
font-size:20px;
}

/*
ul#selfAssessWrapper li{
float:left;
width:30%;
}

section.benchmark{
clear:left
}
*/

}
/********* end min-width 768px *************/


ul#selfAssessWrapper {
    border: solid 1px #eee;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #f9f9f9;
}

@media (min-width: 768px) {
ul#selfAssessWrapper {
    width: 66.7%;
}
}

ul#selfAssessWrapper li {
    width: 100%;
    text-align: center;
	margin:10px 0;
}


.learn-courses-cat h1, .benchmark h1, .dvSelfAssessment h1, .dvMyCourses h1, .ModVenuIQDAMyProfileC  #wrapper h1, .themed-content h1, .RecommendedWrapper h1, .dvCpdTracker h1, #connectTitle h1 {
 font-size: 21px;
    color: #005578;
    font-weight: 600;
    margin: 20px 0 10px 0;
 text-align:inherit;
}

@media (max-width: 768px) {
.dvSelfAssessment h1{
margin: 10px 0 20px 0;
}
}

.learn-courses-cat#divlearncoursescat h2{
 font-size: 18px;
 margin-bottom:0;
}

.learn-courses-cat .learn-courses-detail {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*MK 23/04/18: this will hide the content above the breadcrumb... new content added in the ThemedContent.ascx page. to be addressed later */
/*.themed-content div#dnn_HeaderPane{
display:none;
}*/

/*.themed-content .top-tab {
    top: 80px;
}*/

@media (min-width: 768px) {
#WeeklyThemeIntroText p{
width:66.7%;
}
}


.displayNone{
display:none;
}


#test-mode-msg
{
    display: block;
    min-height: 30px;
    line-height: 30px;
    width: 100%;
    position: relative;
    top: 4px;
    left: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #72adc7;
    border: solid #005578 1px;
}

#test-mode-msg p
{
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    line-height: 22px;
    padding: 5px 0;
}

#test-mode-msg p span
{
text-transform:uppercase;
font-weight:bold;
}

@media (min-width: 900px) {
#test-mode-msg p
{
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 75%;
}
}

#test-mode-msg a{
color:#fff;
font-weight:bold;
}

#test-mode-msg a:hover{
color:#005578;
}

/******** MK changes end *********/
