﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul, ol, li {
    list-style-type: none;
    margin: 0;
}

    ul li {
        margin: 0;
        list-style-type: none;
    }

body {
    font-family: 'Open Sans', sans-serif !important;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

#Body .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: 1;
}

div.ProgressBar {
    width: 100px;
    padding: 0;
    border: 1px solid black;
    margin-right: 1em;
    height: .75em;
    margin-left: 1em;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

    div.ProgressBar div {
        background-color: Green;
        font-size: 1pt;
        height: 100%;
        float: left;
    }


/*css main start here */

.main-container {
    background: #fff;
}

    .main-container main {
        border: none;
    }

.container {
    width: 100%;
    max-width: 100%;
}

#topHeader {
    background-color: #E7F2F8;
    min-height: auto;
}

.navbar-default {
    background: none !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding: 0 15px;
}

.link {
    background: #005578 none repeat scroll 0 0;
    color: #fff !important;
    float: left;
    font-family: "Open Sans";
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 129px;
}

    .link:hover {
        background: #6796ad none repeat scroll 0 0;
        text-decoration: none;
    }

#login {
    margin-top: 17px;
    padding-right: 24px;
}

    #login .loginGroup a,
    #login .registerGroup a {
        color: #72adc7;
        font-family: "Open Sans";
        transition: none 0s ease 0s;
        background: transparent;
        /* margin: 15px 5px 5px 5px; */
        font-size: 14px;
        line-height: 14px;
        padding-top: 0;
        padding-bottom: 0;
        height: 15px;
        padding: 0 5px;
    }

        #login .loginGroup a:hover,
        #login .registerGroup a:hover {
            color: #005579;
            text-decoration: none;
            background: transparent;
        }

    #login .registerGroup a {
        border-right: 1px solid #000;
    }

.IOD-Logo {
    margin: 21px 0px 0px 0px;
    display: block;
}

.login-pipe {
    padding: 15px 0px 0px 0px !important;
    color: #000000;
}

header {
    background-color: #E7F2F8;
    border: none;
}

#mainHeader-inner {
    padding: 0px;
}

#dvPostListPaging {
    width: 350px;
    margin: 0 auto;
}

table th {
    font-weight: 600;
}

.mt-20 {
    margin-top: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pad-lr-15 {
    padding: 0 15px;
}

.ipdad-version {
    width: 768px;
}

.iphone-version {
    width: 375px;
}

.pointerCls {
    cursor: pointer;
}


#dnn_ctr8175_ModuleContent {
    display: none !important;
}


/* wrapper */

#wrapper {
    width: 100%;
    position: relative;
}


/* header container */

#headerCntr {
    width: 100%;
    background: #e7f2f8;
}

    #headerCntr .logo {
        margin: 21px 0 0 0;
        float: left;
    }

#navbar {
    width: 100%;
}

.menuBox {
    float: left;
    margin-top: 15px;
    width: 100%;
}

    .menuBox #dnnMenu ul {
        list-style: outside none none;
        float: none !important;
        width: 100%;
    }

    .menuBox #dnnMenu > ul > li {
        border-bottom: 4px solid transparent;
        float: left;
        font-size: 16px;
        line-height: 22px;
        width: 18%;
        margin-right: 2%;
    }

        .menuBox #dnnMenu > ul > li:first-child {
            margin-left: 0;
        }

        .menuBox #dnnMenu > ul > li:last-child {
            margin-right: 0;
        }

        .menuBox #dnnMenu > ul > li > a {
            color: #72adc7;
            display: block;
            padding: 0px 20px 16px 43px;
            transition: none 0s ease 0s;
        }

        .menuBox #dnnMenu > ul > li > a, menuBox #dnnMenu > ul.topLevel > li.open > a {
            background: url("images/menu_img4.png") no-repeat scroll left top;
        }


        .menuBox #dnnMenu > ul > li:nth-child(1) > a, .menuBox #dnnMenu > ul.topLevel > li.open:nth-child(1) > a {
            background: url("images/menu_img1.png") no-repeat scroll left top;
        }

        .menuBox #dnnMenu > ul > li:nth-child(2) > a, .menuBox #dnnMenu > ul.topLevel > li.open:nth-child(2) > a {
            background: url("images/menu_img2.png") no-repeat scroll left top;
        }

        .menuBox #dnnMenu > ul > li:nth-child(3) > a, .menuBox #dnnMenu > ul.topLevel > li.open:nth-child(3) > a {
            background: url("images/menu_img3.png") no-repeat scroll left top;
        }

        .menuBox #dnnMenu > ul > li:nth-child(4) > a, .menuBox #dnnMenu > ul.topLevel > li.open:nth-child(4) > a {
            background: url("images/menu_img4.png") no-repeat scroll left top;
        }

        .menuBox #dnnMenu > ul > li:nth-child(5) > a, .menuBox #dnnMenu > ul.topLevel > li.open:nth-child(5) > a {
            background: url("images/menu_img4.png") no-repeat scroll left top;
        }

        .menuBox #dnnMenu > ul > li:hover {
            border-bottom: 4px solid #005578;
        }

    .menuBox #dnnMenu > ul.topLevel > li.open > a:hover {
        background-color: transparent;
        color: #005578;
    }

    .menuBox #dnnMenu > ul > li:hover > a, .menuBox #dnnMenu > ul.topLevel > li.open > a:hover {
        background-position: left -47px;
        color: #005579;
        text-decoration: none;
    }

    .menuBox #dnnMenu > ul > li > ul {
        width: 100% !important;
        box-shadow: none;
        margin-top: 4px !important;
    }

    .menuBox #dnnMenu > ul > li ul {
        background: #e7f2f8;
        border: none;
    }

        .menuBox #dnnMenu > ul > li ul:after {
            border-bottom-color: #005578;
        }

#dnnMenu .dropdown-menu li {
    border-color: #fff;
}

    #dnnMenu .dropdown-menu li a {
        color: #72adc7;
    }

    #dnnMenu .dropdown-menu li:hover > a {
        color: #fff;
    }
/* register Box */

.registerBox {
    float: right;
    width: auto;
}

.register_sec {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

    .register_sec ul {
        list-style: none;
        list-style-type: none;
    }

        .register_sec ul li {
            font-size: 14px;
            line-height: 18px;
            float: left;
            padding: 0 5px;
            position: relative;
        }

            .register_sec ul li::after {
                width: 1px;
                height: 14px;
                background: #000;
                content: "";
                position: absolute;
                right: 0px;
                top: 2px;
            }

            .register_sec ul li:last-child::after {
                display: none;
            }

            .register_sec ul li a {
                color: #72adc7;
                font-family: 'Open Sans';
                transition: none;
                -webkit-transition: none;
                -ms-transition: none;
                -o-transition: none;
            }

                .register_sec ul li a:hover {
                    color: #005579;
                    text-decoration: none;
                }
/*logedin user start */
#login .registerGroup .buttonGroup {
    display: inline-block;
    width: 100%;
    margin: 0;
}

#login .registerGroup a {
    border-right: 1px solid #85b4cb;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
}

#login .loginGroup a[title="Logout"] {
    line-height: 25px;
    height: 25px;
}

#login .registerGroup a[title="Register"] {
    line-height: 14px;
    height: 14px;
}

#login .registerGroup a img {
    height: 25px;
    width: 25px;
    background: #333;
    box-shadow: 2px 2px 2px #85b4cb;
}

#login .registerGroup .userProfileImg a {
    min-width: 25px;
    min-height: 25px;
    padding: 0 10px;
}

#login .registerGroup a strong {
    position: inherit;
    width: 25px;
}
/*logedin user end */

.search_sec {
    display: inline-block;
    vertical-align: middle;
}

    .search_sec form {
        width: 129px;
        position: relative;
        float: left;
    }

.searchInputContainer input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    float: right;
    border-radius: 0;
    font-family: "Open Sans";
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 35px 0 10px;
    width: 100%;
}

#search-action,
.SearchButton,
.search-toggle-icon {
    background: url("images/search_btn.png") no-repeat scroll center top;
    color: #ffffff;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 15px;
    width: 20px;
}

    #search-action,
    .SearchButton,
    .search-toggle-icon:hover {
        background-position: center -20px;
    }

.search {
    width: 129px;
    min-width: 129px;
    height: auto;
}

.search_sec input[type="text"] {
    font-size: 14px;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    background: #fff;
    padding: 0 35px 0 10px;
    line-height: 50px;
    font-family: 'Open Sans';
}

.searchbtn {
    display: none;
    z-index: 12;
}

.searchbtn,
.search_sec input[type="submit"] {
    width: 20px;
    height: 20px;
    background: url("../images/search_btn.png") no-repeat top center;
    text-indent: -9999px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

    .searchbtn:hover,
    .search_sec input[type="submit"]:hover {
        background-position: center -20px;
    }

.link {
    float: left;
    width: 129px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans';
    background: #005578;
}

    .link:hover {
        text-decoration: none;
        background: #6796AD;
    }

#contentCntr {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contentBox {
    background: #fff;
    width: 100%;
    overflow: hidden;
    min-height: 700px;
}

.mobilemenu {
    display: none;
}

#topHeader .container {
    width: 100%;
    max-width: 98%;
    padding: 0 15px;
}

header .container {
    width: 100%;
}

.modal-dialog.full-modal-dialog {
    width: 95%;
    height: 100%;
}


/*view page css start*/

.view-page .type-heading {
    font: 18px;
    color: #72adc7;
    padding: 20px 0;
    border-bottom: 1px solid #72adc7;
}

.view-page .banner {
    background: url(./images/banner.jpg) no-repeat center center;
    position: relative;
    height: 284px;
}

.view-page .banner-title {
    position: absolute;
    left: 50%;
    color: #fff;
    top: 25px;
    font-size: 24px;
    text-align: center;
    margin-left: -120px;
}

    .view-page .banner-title span {
        margin-bottom: 35px;
        display: block;
    }

    .view-page .banner-title img {
        display: block;
        margin: 0 auto;
    }

.view-page .view-detail,
.view-detail a {
    font-size: 16px;
    color: #72adc7;
}

.view-page h2 {
    font-size: 20px;
    margin: 20px 0;
}

.view-detail .topicons {
    padding: 25px 0;
    display: inline-block;
    border-bottom: 2px solid #7eb5c3;
    vertical-align: top;
}

    .view-detail .topicons a {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: top;
        background: url(./images/view-icons.png) no-repeat top left;
        color: #72adc7;
        margin-right: 10px;
    }

        .view-detail .topicons a.plus {
            background-position: 0 -40px;
        }

        .view-detail .topicons a.arrow {
            background-position: 0 5px;
        }

        .view-detail .topicons a.icon-dots {
            background-position: 0 -83px;
        }

        .view-detail .topicons a.time {
            background-position: 0 -125px;
        }

    .view-detail .topicons span {
        color: #72adc7;
    }

.view-detail p {
    margin-bottom: 15px;
}

.view-detail a:hover {
    color: #005578;
}

.view-detail h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
}


/*view page css end*/


/*dasboard circle start */

.dashboard-status {
    margin: 40px 0;
}

    .dashboard-status span.circle {
        width: 150px;
        display: block;
        height: 150px;
        border: 5px solid #ccc;
        border-radius: 100%;
        text-align: center;
        color: #72adc7;
        vertical-align: middle;
        display: table-cell;
    }

    .dashboard-status span.orange {
        border-color: #ff6c2b;
    }

    .dashboard-status span.pink {
        border-color: #ff6c2b;
    }

    .dashboard-status span.green {
        border-color: #03a75b;
    }

    .dashboard-status span.yellow {
        border-color: #ffad24;
    }

    .dashboard-status span.pink-light {
        border-color: #ed1556;
    }

    .dashboard-status span.green-light {
        border-color: #97c21c;
    }

    .dashboard-status span.count {
        display: block;
        font-size: 30px;
        color: #005578;
        font-weight: 700;
    }


/*dasboard circle end*/


/*add post css start*/

.addPostMain a.btn-primary {
    color: #fff;
}

.addPostMain .bg {
    background: white;
    border-radius: 5px;
}

.addPostMain h3 {
    text-align: left;
}

.assetImage {
    height: 50px;
    width: 50px;
}

.addPostMain .form-control.courseseq {
    background: white;
    border-radius: 4px;
}

.addPostMain .form-horizontal .control-label {
    text-align: left;
}

.addPostMain .btnCoursePrev {
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
}

.addPostMain .btnVersionPrev {
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.addPostMain .searchPadding {
    padding-top: 20px;
}

.addPostMain .scrollDiv {
    width: 100%;
    max-height: 450px;
    overflow: auto;
}

    .addPostMain .scrollDiv label {
        font-weight: normal;
    }

    .addPostMain .scrollDiv tr th:last-child {
        text-align: center;
    }

.addPostMain #bindCompetencyFramework th {
    text-align: left;
}

.addPostMain .versionFont {
    color: #666;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

.addPostMain .modal-content label {
    font-weight: 600;
    color: #6d6c6c;
}

.addPostMain .txtTinyArea table.mceLayout {
    min-width: 100%;
}

.addPostMain .Suggest-tag {
    font-style: italic;
    color: #3c763d;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.displayNone {
    display: none;
}

.addPostMain .addcustomfielddata label {
    padding-right: 5px;
}


/*add post css end*/


/*key word suggestion start*/

.keyword-sug span {
    padding: 3px 5px;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 7px;
    BOX-SHADOW: 1px 1px #bfbfbf;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
}

.keyword-sug {
    position: relative;
}

    .keyword-sug #menu ul {
        list-style-type: none;
        position: absolute;
        font-size: 14px;
        background: #fff;
        z-index: 99;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
        padding-left: 10px;
    }

        .keyword-sug #menu ul li {
            list-style: none;
            cursor: pointer;
        }


/*key word suggestion end */


/*add post css end*/


/*Postlist and Assetlist css start*/

.postlist-main .select-fields,
.assetlist-main .select-field,
.customfieldlist .select-fields,
.assetlist-main .select-fields {
    margin-top: 40px;
    margin-bottom: 20px;
}

.postlist-main i.fa,
.assetlist-main i.fa,
.customfieldlist i.fa,
.assetlist-main i.fa {
    cursor: pointer;
}

.selectedPostCheckboxList ul li,
.selectedCheckboxList ul li,
.customfieldlist ul li,
.assetlist-main ul li,
.pt-achv-list-main ul li {
    list-style-type: none;
}

    .selectedPostCheckboxList ul li:first-child label.checkbox-inline,
    .selectedCheckboxList ul li:first-child label.checkbox-inline,
    .customfieldlist ul li:first-child label.checkbox-inline,
    .assetlist-main ul li:first-child label.checkbox-inline,
    .pt-achv-list-main ul li:first-child label.checkbox-inline {
        font-weight: 700;
    }

.postlist-main #DataTablePostList tr td:last-child .fa-pencil,
.assetlist-main #DataTableAssetList tr td:last-child .fa-pencil,
.customfieldlist .table-striped tr td:last-child .fa-pencil,
.assetlist-main #DataAssetList tr td:last-child .fa-pencil {
    margin-right: 10px;
}


/*Postlist and Assetlist css end*/


/*addcustomfields css start */

.addcustomfields .form-inline .form-group {
    padding-right: 15px;
    margin-bottom: 15px;
}


/*addcustomfields css end */


/*customfieldlist css start */

.customfieldlist ul {
    padding-left: 0;
}


/*customfieldlist css start */


/*addAssetMain css start*/

.addAssetMain .txtTinyArea table.mceLayout {
    min-width: 100%;
}

.addAssetMain .comment-box textarea {
    height: 108px;
}

.addAssetMain .addcustomfielddata label {
    padding-right: 5px;
}


/*addAssetMain css start end*/

/*courses css start */
.courses-page .detail-box {
    background: #eaf3f7;
    padding: 10px;
    color: #005b7f;
    margin: 20px 0;
}

.courses-page h1 {
    font-size: 24px;
    color: #005579;
    background: url(images/menu_img1.png) no-repeat 0px 7px;
    padding-left: 35px;
    margin: 10px 0 30px 0;
}

.courses-page h2 {
    color: #005b7f;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0 -10px 0;
}

.courses-page span.time, .courses-page span.date {
    display: block;
    background: url(images/courses-icon.png) no-repeat;
    padding-left: 28px;
}

.courses-page span.date {
    background-position: 0 2px;
}

.courses-page span.time {
    background-position: 0 -39px;
}

.courses-page .detail-box img {
    display: block;
    margin: 0 auto;
}

.courses-page .detail-box .col-md-6 {
    position: relative;
}

.courses-page .detail-box .graph-icon {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.courses-page .detail-box .date-time {
    margin-top: 85px;
}
/*courses css end */

/*courses page new css start */
.courses-section .content {
    text-align: left;
    padding: 10px 0 0 10px;
}

    .courses-section .content * {
        margin: 10px 0;
    }

    .courses-section .content h2 {
        font-size: 18px;
    }

    .courses-section .content p {
        font-size: 14px;
    }

    .courses-section .content video, .courses-section .content audio {
        display: block;
    }

.error-msg {
    padding: 10px;
    border: 1px solid red;
    color: red;
    margin: 15px 0;
}

.success-msg {
    padding: 10px;
    border: 1px solid green;
    color: green;
    margin: 15px 0;
}

.courses-msg {
    background: #e7f2f8;
    border: 1px solid #005578;
    color: #005578;
    padding: 10px;
    margin: 15px 0;
}

.page-title {
    background: #e7f2f8;
    color: #72adc7;
    padding: 15px 0;
    margin-top: 2px;
}

.lhs {
    background: #e7f2f8;
    margin-top: 2px;
    padding: 0;
}

    .lhs ul li a {
        display: block;
        padding: 10px 15px;
    }

    .lhs ul li ul {
        display: none;
    }

        .lhs ul li ul li a {
            background: #85b4cb;
            color: #fff;
        }

    .lhs ul li a i {
        float: right;
        font-size: 24px;
        transition: all 0.5s ease;
    }

    .lhs ul li + li a {
        border-top: 2px solid #fff;
    }

.rotateicon {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(90deg);
}
/*courses page new css end */
/*courses detail page css start*/
.courses-detail {
    margin-top: 30px;
}

    .courses-detail span.section-heading {
        font-size: 14px;
        color: #005578;
        font-weight: 600;
    }

    .courses-detail h2 {
        font-size: 24px;
        color: #005578;
        margin: 0 0 20px 0;
        line-height: 28px;
    }

        .courses-detail h2 a {
            color: #005578;
        }

    .courses-detail p {
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
    }

    .courses-detail .content-min {
        position: relative;
    }

        .courses-detail .content-min span.pdf-download {
             position: absolute;
            left:0;
            right:0;
            top: 50%;
            /* bottom:0; */
            margin:auto;
            font-size: 25px;
            /* display: table;*/
            display: block;
            /* height: 50px; */
            text-align: center;
            color: #ffffff;
            font-weight: 700;
            text-shadow: -1px 3px #000;
            width:90%;
            transform: translateY(-50%);
        }

            .courses-detail .content-min span.pdf-download i {
                color: #fff;
            }

    .courses-detail .detail-box {
        margin-bottom: 30px;
    }

        .courses-detail .detail-box img {
            width: 100%;
        }

        .courses-detail .detail-box p {
            margin-bottom: 10px;
        }
    /*.courses-detail .detail-box:nth-child(3n+1){
    clear: left;
}*/
    .courses-detail .other-details {
        background: #e7f2f8;
        padding: 5px 15px;
        color: #72adc7;
        font-size: 14px;
        display: inline-block;
        width: 100%;
    }
        /*.courses-detail .other-details .download-file*/
        .courses-detail .other-details .time {
            float: right;
            font-size: 14px;
            line-height: 25px;
        }

            .courses-detail .other-details .time i {
                font-size: 20px;
                vertical-align: middle;
                margin-left: 5px;
                line-height: 20px;
            }

    .courses-detail .video img, .courses-detail .video iframe {
        width: 100%;
    }
    /* .courses-detail .other-details .download-file i*/
    .courses-detail .other-details .plus, .other-details .more {
        width: 30px;
        height: 25px;
        line-height: 25px;
        background: url(images/detail-icons.png) no-repeat 0 3px;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        cursor: pointer;
    }

        .courses-detail .other-details .plus:hover {
            background: url(images/detail-icons.png) no-repeat -52px 3px;
        }

    .courses-detail .other-details .more {
        background-position: 0px -30px;
        position: relative;
    }

        .courses-detail .other-details .more .mitem-wrap {
            position: absolute;
            top: 30px;
            left: -10px;
            background: #72adc7;
            line-height: normal;
            padding: 5px 10px 0;
            z-index: 1;
            color: #fff;
            box-shadow: 2px 2px 2px #ccc;
            font-weight: 500;
            display: none;
            min-width: 100px;
        }

            .courses-detail .other-details .more .mitem-wrap a {
                color: #fff;
                display: block;
                margin-bottom: 5px;
            }

                .courses-detail .other-details .more .mitem-wrap a:hover {
                    text-decoration: none;
                    color: #e7f2f8;
                }

            .courses-detail .other-details .more .mitem-wrap:before {
                width: 0;
                height: 0;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid #72adc7;
                content: '';
                position: absolute;
                top: -7px;
                left: 10px;
                z-index: 2;
            }

        .courses-detail .other-details .more:hover {
            background: url(images/detail-icons.png) no-repeat -51px -30px;
        }

/*.courses-detail .other-details .download-file i {
        margin: 0;
        padding-right: 30px;
        background-position: 10px -68px;
    }

    .courses-detail .other-details .download-file:hover i {
        background-position: -43px -68px;
    }*/

.previewAssetImage {
    height: auto;
    width: auto;
}

#showPostModal img {
    display: block;
    max-width:100% !important;
}

/*courses detail page css end*/

/*Date and Price*/
* {
    box-sizing: border-box !important;
}

.data-price {
    float: left;
    width: 100%;
}

    .data-price h1 {
        font-size: 24px;
        color: #005578;
        margin-bottom: 20px;
    }

    .data-price .table-wrapper {
        float: left;
        width: 100%;
    }

    .data-price .table-content {
        display: table;
        width: 100%;
        padding: 0 15px;
        background: #eaf4f6;
        margin-bottom: 5px;
    }

        .data-price .table-content > * {
            display: table-cell;
            color: #333;
            padding: 10px;
            font-size: 14px;
        }

        .data-price .table-content .course-name {
            color: #0d5770;
            width: 40%;
        }

        .data-price .table-content .arrow-link {
            text-align: right;
            vertical-align: middle;
            width: 15%;
        }

        .data-price .table-content .address {
            width: 20%;
        }

        .data-price .table-content .startendtime {
            width: 25%;
        }

.mapOption .startendtime {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 0;
}

    .mapOption .startendtime ul {
        border-bottom: 2px solid #fff;
        padding: 10px;
    }

    .mapOption .startendtime .address {
        padding: 10px;
        float: left;
        width: 100%;
    }

.mapOption .address {
    cursor: pointer;
}

    .mapOption .address address {
        max-width: 90%;
        float: left;
    }

    .mapOption .address a {
        float: right;
        line-height: 40px;
    }

.address a i {
    vertical-align: middle;
}

.mapOption .table-content .course-name {
    width: 35%;
}

.mapOption .member {
    border-right: 2px solid #fff;
    padding: 0;
    cursor: pointer;
    width: 25%;
}

    .mapOption .member ul {
        border-bottom: 2px solid #fff;
        padding: 10px;
    }

    .mapOption .member .TC {
        padding: 10px;
        float: left;
        width: 100%;
        line-height: 40px;
    }

.mapOption .TC label {
    float: left;
    max-width: 90%;
}

.mapOption .TC a {
    float: right;
}

.mapOption .TC i {
    vertical-align: middle;
}

.mapOption .table-content .arrow-link {
    text-align: center;
}

.tab-content {
    float: left;
    width: 100%;
}

    .tab-content > * {
        display: none;
    }

    .tab-content > div:first-child {
        display: block;
    }

    .tab-content > #googleMap {
        display: none;
    }

.Gmap #map {
    height: 500px;
    width: 100%;
}

/*19-6-17*/
.review-table a, .review-table a:hover, .review-table a:active, .review-table a:focus {
    color: #000;
}

.review-table td .fa-check {
    margin-right: 10px;
}

.review-table td:last-child a .fa-trash {
    margin-left: 10px;
}

/*Notification List*/
#login .registerGroup li {
    border-right: none;
    border-left: none;
}

.registerGroup #showNotificationLi {
    position: relative;
}

.notificationList:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    top: -10px;
    content: '';
    position: absolute;
    right: 6px;
    z-index: 2;
}

.notificationList:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(100, 100, 100, 0.4) transparent;
    top: -11px;
    content: '';
    position: absolute;
    right: 6px;
}

#login .registerGroup .notification-icon {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    text-decoration: none;
}

#login .notification-icon .count {
    background: red;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: -2px;
    width: 15px;
}

#login .notification-icon i {
    line-height: 26px;
}

#login .registerGroup .notificationList {
    position: absolute;
    right: 5px;
    width: 430px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(100, 100, 100, 0.4);
    border-radius: 2px;
    z-index: 9;
    top: 32px;
    display: none;
}

.notificationList .notificationHeading {
    border-bottom: 1px solid #dddfe2;
    float: left;
    padding: 5px 12px;
    width: 100%;
}

    .notificationList .notificationHeading h4 {
        margin: 0;
        font-size: 14px;
    }

.notificationList .notifications {
    float: left;
    width: 100%;
    max-height: 350px;
    overflow: auto;
}

.notifications li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddfe2;
}

.registerGroup .notifications li {
    padding: 0;
}

    .registerGroup .notifications li:after {
        display: none;
    }

#login .notifications #ulNotificationId {
    margin-left: 0;
    float: left;
    width: 100%;
}

#login .notifications li > a {
    padding: 5px 30px 5px 12px;
    background: #e7f2f8;
    float: left;
    width: 100%;
    font-size: 12px;
    min-height: 50px;
    max-height: 100px;
    height: 100%;
    border-right: none;
}

    #login .notifications li > a:hover {
        background: #e1f2f8;
    }

#login .notifications li.active > a, #login .notifications li.active > a:hover {
    background: #fff;
}

.notifications li .notifitnTxt {
    float: left;
    width: 100%;
    color: #005578;
}

.notifications .notifitnTxt > p {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
}

#login .notifications span {
    font-size: 13px;
    padding: 5px 20px;
}

#login .notifications .notifitnTxt > span {
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    background: none;
    text-align: left;
    color: #005578;
    text-shadow: none;
    position: static;
    line-height: 18px;
}
/* Benchmark Skills */
.skills-chart {
    float: left;
    width: 100%;
}

    .skills-chart .circle-wrap {
        height: 530px;
    }

    .skills-chart .main-cr {
        width: 350px;
        height: 350px;
        right: 0;
        line-height: 350px;
    }

        .skills-chart .main-cr.circle1 {
            left: 250px;
            top: 175px;
        }

        .skills-chart .main-cr.circle3 {
            left: 250px;
            top: -60px;
        }

    .skills-chart .circle-wrap.active {
        height: 75px;
    }

.accordian-panel {
    width: 100%;
    float: left;
}

    .accordian-panel .heading {
        width: 100%;
        float: left;
        text-align: center;
    }

        .accordian-panel .heading span {
            background: #009190;
            border-radius: 100%;
            color: #fff;
            display: inline-block;
            font-size: 13px;
            height: 30px;
            line-height: 30px;
            padding: 0 8px;
            width: 30px;
        }

        .accordian-panel .heading h2 {
            color: #009190;
            width: 100%;
            display: inline-block;
            font-size: 22px;
        }

    .accordian-panel .accordians {
        width: 100%;
        float: left;
    }

    .accordian-panel .accordian {
        width: 100%;
        float: left;
        background: #e7f2f8;
        margin-bottom: 20px;
    }

.accordian .accordian-head {
    width: 100%;
    float: left;
    border-bottom: 2px solid #fff;
    padding: 10px;
    color: #005578;
    font-size: 13px;
}

.accordian .accordian-txt {
    width: 100%;
    float: left;
    padding: 10px;
}

    .accordian .accordian-txt .accordian-content {
        width: 100%;
        float: left;
        display: none;
    }

    .accordian .accordian-txt .plus {
        width: 100%;
        float: left;
        padding: 0;
        color: #009190;
        text-align: right;
        cursor: pointer;
    }

    .accordian .accordian-txt .txt {
        width: 100%;
        float: left;
        padding: 10px 0;
        color: #1c1c1c;
        padding-right: 100px;
    }

.accordian-txt .dots ul {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.accordian-txt .dots li a {
    float: left;
    color: #009190;
}

.accordian-txt .dots li .dot {
    width: 5px;
    height: 5px;
    float: left;
    background: #009190;
    border-radius: 100%;
    margin-right: 3px;
}

.accordian-txt .dots li:first-child {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.accordian-txt .dots li:last-child {
    float: right;
    color: #009190;
    line-height: 12px;
}


/*CPD Tracker*/
.tabs {
    float: left;
    width: 100%;
}

.tab-content > * {
    display: none;
}

.tab-content > div:first-child {
    display: block;
}

.cpd-track, .cpd-log {
    float: left;
    width: 100%;
}

.cpd-log {
    margin-bottom: 40px;
}

.cpd-track .cpd-log-content {
    background: #eaf4f6;
    float: left;
    width: 100%;
}

.cpd-log > h1 {
    color: #0d5770;
    float: left;
    font-size: 20px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

.cpd-log > p {
    color: #333;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    text-align: center;
}

.cpd-track .stats-chart {
    float: left;
    width: 100%;
    padding: 20px;
    position: relative;
}

.stats-chart .chart-holder {
    height: 450px;
}

.cpd-track .stats-chart h5 {
    color: #005578;
    padding-bottom: 10px;
}

canvas {
    float: left;
}

.pointChartData#pointChart {
    display: none;
}

.pointChartData .pointsList h5 {
    color: #fff;
}

.stats-chart .pointChartData {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 800px;
    height: 400px;
    top: 85px;
    margin: auto;
    background: #005578;
    color: #eaf4f6;
    padding: 10px 20px 20px;
}

.pointChartData .closeBtn {
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

#stats-weekchart {
    max-height: 200px;
}

.pointChartData .pointsList {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

    .pointChartData .pointsList h6 {
        padding-bottom: 15px;
    }

    .pointChartData .pointsList li {
        list-style: disc inside;
        padding-left: 10px;
    }

.pointChartData .closeBtn button {
    color: #eaf4f6;
    font-size: 40px;
    opacity: 1;
}

.cpd-log .table-content {
    background: #eaf4f6;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    float: left;
    width: 100%;
    color: #333;
}

.cpd-log .tracks {
    padding: 10px 15px;
    border-right: 2px solid #fff;
    cursor: pointer;
}

    .cpd-log .tracks:last-child {
        border-right: none;
    }

.cpd-log .trackname {
    float: left;
    width: calc(100% - 50px);
    line-height: 35px;
}

.cpd-log .arrow-link {
    float: left;
    width: 50px;
    text-align: right;
}

.exploreData {
    float: left;
    width: 100%;
    background: #eaf4f6;
    padding: 10px 15px;
}

    .exploreData .head {
        float: left;
        width: 40%;
        padding-right: 10px;
    }

    .exploreData .music {
        float: left;
        width: calc(60% - 50px);
    }

        .exploreData .music li {
            float: left;
            margin-right: 50px;
        }

            .exploreData .music li a.active, .exploreData .music li a:hover {
                color: #005578;
            }

.cpd-log .exploreData .plus {
    float: right;
    width: 50px;
    text-align: right;
}

.cpd-log .exploreData .tab-content {
    float: left;
    width: 100%;
    color: #005578;
    text-align: center;
    padding-top: 10px;
}

.exploreData .tab-content > div {
    display: none;
}

.exploreData .tab-content h2 {
    font-size: 50px;
}

.exploreData .tab-content span {
    font-size: 20px;
}

.cpd-goals {
    float: left;
    width: 100%;
}

    .cpd-goals .goalsEnt {
        width: 100%;
        height: 100%;
    }

.cpd-log textarea {
    width: 100%;
    height: 100%;
    border: 2px solid #005578;
    resize: none;
    min-height: 350px;
    color: #72adc7;
    padding: 15px;
}

.cpd-log .keys {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.keys .accordians {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.keys .accordian {
    float: left;
    width: 100%;
    border-bottom: 2px solid #005578;
}

    .keys .accordian .accor-head {
        float: left;
        width: 100%;
        padding: 5px 0;
    }

.keys .accor-head .sno {
    float: left;
    width: 50px;
    padding-right: 10px;
}

.keys .accor-head .name {
    float: left;
    width: calc(100% - 100px);
}

.keys .accor-head .plus {
    float: left;
    width: 50px;
    padding-left: 10px;
    text-align: right;
}

.keys h4 {
    color: #005578;
    padding-bottom: 5px;
    border-bottom: 2px solid #005578;
}

.keys .accordian .accor-content {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
}

.my-refection .tabs li a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    bottom: -18px;
    content: '';
    position: absolute;
    left: 6px;
    z-index: 2;
    display: none;
}

.my-refection .tabs li a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #005578 transparent;
    bottom: -16px;
    content: '';
    position: absolute;
    left: 6px;
    display: none;
}

.modal-tab-content {
    display: inline-block;
    margin-bottom: 20px;
}

    .modal-tab-content > div {
        display: none;
    }

    .modal-tab-content > #add_cpd {
        margin-top: 20px;
    }

    .modal-tab-content > div.active {
        display: block;
    }

#log_read_content .help-txt {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
}

    #log_read_content .help-txt p {
        color: #005578;
        font-size: 14px;
    }

.my-refection .tabs {
    padding: 10px 30px 11px 30px;
}

    .my-refection .tabs ul {
        display: inline-block;
    }

    .my-refection .tabs li {
        margin-right: 20px;
        float: left;
    }

        .my-refection .tabs li a {
            position: relative;
        }

            .my-refection .tabs li a.active:before, .my-refection .tabs li a.active:after {
                display: block;
            }

    .my-refection .tabs a:hover {
        color: #005578;
    }

.cpd-activity .activity-table {
    float: left;
    width: 100%;
    background: #eaf4f6;
    padding: 10px;
}

    .cpd-activity .activity-table table {
        float: left;
        width: 100%;
    }

.activity-table table tr:first-child {
    border-bottom: 2px solid #005578;
    border-top: 2px solid #005578;
}

.activity-table table tr {
    border-bottom: 2px solid #005578;
}

.activity-table table td {
    padding: 5px;
}

.activity-table table .fa {
    color: #005578;
}

.activity-table table td:last-child {
    text-align: right;
}
/* .popups{position:fixed;left:0;right:0;top:0;bottom:0;max-width:800px;z-index:25;display:none;margin:auto;}
.popups > div{display:none;background: #fff;padding: 20px;border-radius: 4px;margin-top: 30px;} */
.overlay {
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 23;
    display: none;
}


/*css start for connect */
.main-connect .main-connect-data {
    background: #e7f2f8;
    padding: 10px;
}

.main-connect .col-md-4:nth-child(n+4) {
    margin-top: 20px;
}

.main-connect .col-md-4:nth-child(3n+1) {
    clear: left;
}

.main-connect .main-connect-data h3 {
    font-size: 16px;
    color: #005578;
    font-weight: 700;
}

.main-connect .main-connect-data img {
    border-radius: 100%;
}

.main-connect .basic-detail ul {
    margin-top: 30px;
}

    .main-connect .basic-detail ul li {
        display: inline-block;
        vertical-align: top;
    }

        .main-connect .basic-detail ul li span {
            width: 20px;
            height: 20px;
            display: block;
            border: 6px solid #ccc;
            border-radius: 100%;
        }

            .main-connect .basic-detail ul li span.green {
                border-color: #99be18;
            }

            .main-connect .basic-detail ul li span.purple {
                border-color: #763d74;
            }

            .main-connect .basic-detail ul li span.orange {
                border-color: #f15c03;
            }

.main-connect .show-all {
    border-top: 2px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

    .main-connect .show-all ul {
        overflow: hidden;
    }

    .main-connect .show-all li {
        float: left;
    }

        .main-connect .show-all li:last-child {
            float: right;
        }

        .main-connect .show-all li + li {
            margin-left: 20px;
        }

        .main-connect .show-all li a {
            background: url('../images/view-icons.png') no-repeat 0 0;
            display: block;
            width: 25px;
            height: 25px;
        }

            .main-connect .show-all li a.show-all-icon {
                background-position: 0px -32px;
            }

            .main-connect .show-all li a.next-arrow {
                background-position: 0px -119px;
            }

            .main-connect .show-all li a.minus {
                background-position: 0px -153px;
            }

.main-connect .show-all-detail {
    display: none;
}

    .main-connect .show-all-detail h4 {
        color: #005578;
        font-size: 14px;
        font-weight: 700;
        margin-top: 20px;
    }

    .main-connect .show-all-detail p {
        font-size: 13px;
    }
/*Loader*/
.loaderInitial {
    text-align: center;
    padding: 12% 0 0 0;
    float: left;
    width: 100%;
}
/*Chat*/
/*
.chat-wrapper {
	max-width: 1170px;
	margin:40px auto 0;
	box-sizing: border-box;
	height: calc(100vh - 40px);
	overflow:hidden; 
}
.chat-container {
	float: left;
	width: 70%;
	border: 1px solid #cdcfd2;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    height: calc(100% - 0px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.msg-conversations-container {
	float: left;
	width: 36.5%;
}
.msg-conversations-container__header {
	position: relative;
}
.msg-conversations-container__title {
    border-bottom: 1px solid #cdcfd2;
    line-height: 24px;
    font-size: 17px;
    padding: 9.5px 16px;
    margin: 0;
    height:44px;
    color: rgba(0,0,0,.85);
}
.msg-conversations-compose-link {
	position: absolute;
    top: 10px;
    right: 12px;
    color: #0091ca;
}
.msg-search-form {
    color: rgba(0,0,0,.55);
}
.msg-search-form__title-bar-title {
    height: 36px;
    position: relative;
    top: 0;
    border-bottom: 1px solid #cdcfd2;
}
.msg-search-form__search-icon {
    top: 10px;
    left: 10px;
    position: absolute;
}
.msg-search-form__search-field[type=search] {
    background: #fff;
    height: 100%;
    padding: 0 32px;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    width: 100%;
}
.svg-icon-wrap {
    display: inline-block;
}
.visually-hidden {
    display: block;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.msg-conversations-list {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin:0;
	 overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.msg-conversation-listitem {
	position: relative;
    display: block;
    width: 100%;
    height: 92px;
    float: left;
}
.msg-conversation-listitem__link {
	text-decoration: none;
	display: block;
}
.msg-conversation-card {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    cursor: pointer;
    overflow: hidden;
    left: 0;
}
.msg-conversation-listitem:hover .msg-conversation-listitem__link{
    background-color: #f3f6f8;
}
.msg-conversations-container__convo-item-link.active {
    background-color: #f3f6f8;
    box-shadow: 4px 0 0 #0073b1 inset, 0 -1px 0 #f3f6f8 inset;
}
.msg-facepile-grid {
    width: 58px;
    height: 58px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.msg-facepile-grid__img {
	box-sizing: border-box;
    background-clip: content-box;
    border: 4px solid transparent;
    border-radius: 6px;
    height: auto;
    width: auto;
    max-height: 56px;
    max-width: 56px;
    -o-border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius: 50%;
}
.msg-conversation-card__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
}
.msg-conversation-card__participant-names {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 24px;
    color: rgba(0,0,0,.7);
    font-size: 17px;
    margin: 0;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}
.msg-conversation-card__convo-utility {
    white-space: nowrap;
}
.msg-conversation-card__time-stamp, .msg-conversation-card__list-action {
    transition-duration: 334ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
    transition: opacity 83ms ease-in-out;
}
.msg-conversation-card__read-state {
    right: 30px;
}
.msg-conversation-card__list-action {
    background-color: transparent;
    height: 16px;
    vertical-align: baseline;
    position: absolute;
    z-index: 1;
    top: 16px;
    opacity: 0;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.msg-conversation-card__time-stamp {
    display: inline-block;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0,0,0,.55);
}
.a11y-text {
    border: 0!important;
    clip: rect(1px,1px,1px,1px);
    height: 1px!important;
    overflow: hidden;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important;
}
li-icon[type$="-icon"][size=small] {
    width: 16px;
    height: 16px;
}
li-icon[type$="-icon"]>svg {
    vertical-align: top;
    display: block;
    margin: auto;
}
.msg-conversation-listitem:hover .msg-conversation-card__list-action {
    opacity: 1;
}
.msg-conversation-listitem:hover .msg-conversation-card__time-stamp {
    opacity: 0;
    overflow: hidden;
}
.msg-conversation-card__delete {
    right: 10px;
}
.msg-conversation-card__message-snippet {
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4rem;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0,0,0,.55);
}
.msg-conversation-card__pill {
    padding-right: 4px;
    font-weight: 600;
    color: rgba(0,0,0,.85);
    font-size: 15px;
    line-height: 20px;
}
.msg-conversation-card__conversation-status {
    margin-right: auto;
}
.msg-conversation-listitem__link.active {
	background-color: #f3f6f8;
    box-shadow: 4px 0 0 #0073b1 inset, 0 -1px 0 #f3f6f8 inset;
}
.msg-conversation-card__content {
    width: 100%;
    padding: 12px 8px;
    display: table-cell;
    vertical-align: top;
    box-shadow: 0 -1px 0 #f3f6f8 inset;
}
.msg-thread {
	border-left: 1px solid #cdcfd2;
	float: left;
	width: 63.4%;display:none;
}
.msg-thread#receipt{display:block;}
.msg-title-bar__title-bar-title {
	border-bottom: 1px solid #cdcfd2;
    line-height: 24px;
    font-size: 17px;
    padding: 9.5px 16px;
    margin: 0;
    height:44px;
    color: rgba(0,0,0,.85);
    background: white;
}
.msg-title-bar__title-bar-title h2 {
	color: black;
	line-height: 20px;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;text-align:center;
}

.msg-spinmail-thread__message {
    display: block;
    height: calc(100% - 270px);
}
.profile-container-aside {
	float: left;
	width: 28%;
	margin-left: 2%;
}
.msg-thread-topbtn{
	float: left;
	width: 100%;
}
.msg-spinmail-thread__message > input{border:none;border-bottom:1px solid #cdcfd2;line-height:36px;height:36px;padding:0 15px;color:rgba(0, 0, 0, 0.85);width:100%;}
.msg-thread-topbtn .top-threadLink{float:left;width:100%;padding:3px 12px 2px;border-bottom:1px solid #cdcfd2;}
.msg-thread-topbtn .title-bar{float:left;width:80%;}
.msg-thread-topbtn .profileLink{float:right;width:20%;text-align:right;color:rgba(0, 0, 0, 0.55);line-height:31px}
.msg-thread-topbtn .profileLink svg{vertical-align:middle;}
.msg-thread-topbtn .title{float:left;width:100%;padding:0 12px;}
.msg-thread-topbtn .title h2{font-size:15px;line-height:18px;color:#000;margin:0;}
.msg-thread-topbtn .title span{font-size:13px;line-height:14px;color:rgba(0, 0, 0, 0.55);}

.msg-conversation {float: left;height: calc(100% - 270px);overflow-y: auto;padding-bottom: 30px;width: 100%;}
.msg-conversation .msg-group,.msg-conversation .msg-group-user{float:left;width:100%;list-style:none;padding:0 12px;}
.msg-group li {float:left;width:100%;margin-bottom:4px;}
.msg-group li > a {float: left;}
.msg-group li > a img{height: 32px;width: 32px;}
.msg-group .msg-txt {border-radius: 8px;box-shadow: 0 0 0 2px #e1e9ee inset;display: inline-block;margin-left: 8px;max-width: 75%;padding: 8px 12px;width: calc(75% - 32px);}
.msg-group .msg-txt > p {color: rgba(0, 0, 0, 0.85);font-size: 14px;font-weight: 400;margin: 0;}
.msg-group-user li {float:left;width:100%;margin-bottom:4px;}
.msg-group-user .msg-txt {background:#e1e9ee;border-radius: 8px;box-shadow: 0 0 0 2px #e1e9ee inset;display: inline-block;margin-left: 8px;max-width: 75%;padding: 8px 12px;float:right;}
.msg-group-user .msg-txt > p {color: rgba(0, 0, 0, 0.85);font-size: 14px;font-weight: 400;margin: 0;}
.message-composer{
	background:#f3f6f8;border-top:2px solid #0091ca;padding:16px 16px 48px;float:left;width:100%;
}
.message-composer textarea{border:1px solid rgba(0, 0, 0, 0.15);padding:8px 12px 0;background:#fff;resize:none;width:100%;float:let;min-height:100px;}

.profile-container-aside .ad-banner-container {
    background-color: #fff;
    margin:1px 0 0 0;
    padding: 6px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);display:inline-block;

}


/* Registration */

.login-content {
    width: 100%;
    float: left;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 50px 30px 0;
}

    .login-content h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .login-content p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .login-content a {
        background: #357d7f;
        color: #fff;
        padding: 10px 16px;
        display: inline-block;min-width:150px;text-align:center;
    }

.copyright {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    padding: 0 30px;
    color: #fff;
}

/*My Academy*/
main {
    float: left;
    width: 100%;
}

.learning {
    margin-top: 50px;
}

    .learning .profile-bio {
        float: left;
        width: 100%;
    }

.profile-bio .profile {
    float: left;
    width: 100%;
    max-width: 285px;
}

    .profile-bio .profile .image-holder {
        margin-bottom: 30px;
        position: relative;
    }

.profile .image-holder img {
    width: 100%;
}

.profile-bio .profile .link {
    float: left;
    width: 100%;
}

.profile .links li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.profile .links a {
    color: #72adc7;
    font-size: 18px;
}

    .profile .links a.editable {
        border: 1px solid #23495e;
        line-height: 40px;
        padding: 0 10px;
        display: inline-block;
    }

.profile .upload-pic {
    background: rgba(251, 251, 251, 0.95);
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    display: none;
}

.upload-pic .camera {
    background: #005579;
    border-radius: 100%;
    color: #fff;
    height: 65px;
    line-height: 65px;
    width: 65px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

    .upload-pic .camera > input {
        cursor: pointer;
        float: left;
        height: 65px;
        line-height: 0;
        margin-top: -70px;
        opacity: 0;
        width: 65px;
    }

    .upload-pic .camera .fa {
        line-height: 65px;
    }

.profile .links li.active a {
    color: #005579;
    font-weight: 600;
}

.profile .edit-icon {
    background: #005579;
    border-radius: 100%;
    bottom: -17px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -15px;
    text-align: center;
    width: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

    .profile .edit-icon .fa {
        line-height: 40px;
    }

.profile .preview-img {
    display: none;
}

.learning .biography {
    float: left;
    width: 100%;
}

    .learning .biography .name {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

.biography .editCon {
    display: inline-block;
}

.learning .name h3 {
    display: inline-block;
    margin: 0;
}

.learning .name .inner-heading {
    float: left;
}

.learning .name .location {
    color: #005579;
    float: left;
    line-height: 24px;
}

    .learning .name .location > span {
        margin-left: 20px;
    }

.learning .name .edit-icon {
    background: #005579;
    float: right;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.learning .name .city {
    color: #72adc7;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: top;
}

.name .location .fa {
    vertical-align: top;
    line-height: 32px;
}

.biography .profile-info {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .biography .profile-info .dir {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    .biography .profile-info .cdir {
        float: left;
        margin-right: 10px;
    }

.dir .cdir span {
    padding: 5px;
    color: #72adc7;
    font-size: 13px;
    border: 1px solid #72adc7;
    display: inline-block;
}

.dir .iod-logos {
    float: left;
    max-width: 200px;
    margin-left: 30px;
}

.iod-logos .owl-prev {
    left: -20px;
}

.iod-logos .owl-next {
    right: -20px;
}

.dir .iod-logos li {
    float: left;
    margin-right: 5px;
}

.biography .profile-info .des {
    float: left;
    width: 100%;
    color: #72adc7;
    font-size: 13px;
}

.biography h3 {
    font-size: 28px;
    font-weight: 600;
    color: #005579;
}

.biography .bio {
    float: left;
    width: 100%;
}

    .biography .bio h3 {
        margin-bottom: 15px;
    }

    .biography .bio .bio-txt {
        padding: 20px;
        float: left;
        width: 100%;
        border: 1px solid #23495e;
        color: #2a474d;
    }

.biography .btn-holder {
    padding-top: 20px;
    float: left;
    width: 100%;
    display: none;
}

    .biography .btn-holder .btn-primary {
        background: #005579;
        margin-right: 20px;
    }

.biography .editable {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #23495e;
    line-height: 40px;
}

.learning .name .editable {
    margin-bottom: 5px;
}

.profile-info .des .editable {
    margin-top: 5px;
}

.biography .bio .bio-txt {
    padding: 20px;
    float: left;
    width: 100%;
    border: 1px solid #23495e;
    color: #72adc7;
    line-height: inherit;
}

#generalSetting .form-group label {
    float: left;
    width: calc(100% - 50px);
}

#generalSetting .form-group input {
    width: 50px;
    text-align: center;
    display: inline-block;
}


/*corporate-governance */
.heading {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

    .heading h1 {
        font-size: 24px;
        color: #005578;
        float: left;
    }
/*corporate-governance end */

.innerPopUpLoader {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    right: 0;
    bottom: 0;
}

.dvPopUpLoader {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/*bugs css*/
#area {
    padding: 0 15px;
}

.courses-detail .content-min video {
    width: 100%;
}
/*.clsPostModelData{text-align:center;width:100%;display:inline-block;}*/
.clsPostModelData > p {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: justify;
}

    .clsPostModelData > p span {
        /*display: inline-block !important;*/
    }

    blockquote{
        word-wrap:break-word;
    }
        .clsPostModelData > p span.popup-iframe {
          /* width: 100%;  */ 
        }

.main-connect {
    padding-top: 50px;
}

.no-connections {
    background: #E7F2F8;
    padding: 50px 20px 0;
    color: #72adc7;
    font-size: 16px;
    text-align: center;
}

/*Default Messages*/
.access-without-login {
    background: #E7F2F8;
    padding: 100px 20px;
    color: #72adc7;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}

.share-list {
    float: left;
    margin-bottom: 0;
}

    .share-list li {
        float: left;
        margin-right: 15px;
        line-height: 32px;
        font-size: 14px;
    }

        .share-list li a {
            color: #72adc7;
        }

            .share-list li a:hover, .share-list li a:focus, .courses-detail h2 a {
                text-decoration: none;
            }

            .share-list li a i {
                margin-right: 5px;
            }

            .share-list li a.favouriteInPopUp {
                color: #163652;
            }

.recommended-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 180px;
    height: 43px;
    transform: rotate(270deg) translateY(67px);
    text-align: center;
}

    .recommended-sidebar a {
        display: block;
        background: #005578;
        color: #fff;
        padding: 10px 20px;
        font-size: 17px;
    }

        .recommended-sidebar a:hover, .recommended-sidebar a:focus {
            color: #fff;
            text-decoration: none;
        }

a:visited {
    color: #72adc7;
}

.keys .accor-content table {
    width: 100%;
    border-color: #005578;
    color: #005578;
    background: #fff;
}

.keys .accor-content td {
    padding: 5px;
    border: 2px solid #005578;
    border-collapse: collapse;
}

.owl-prev:before, .owl-next:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "\f053";
    font-family: fontAwesome;
}

.owl-next:after {
    content: "\f054";
}

.owl-prev {
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 17px;
    bottom: 0;
    margin: auto 0;
}

.owl-next {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 17px;
    text-align: right;
}

.owl-carousel .owl-item img {
    150px max-width: 100px !important;
    display: inline-block !important;
}

#cpdreportmodal .btn-holder {
    margin-top: 20px;
}

/* Benchmark Skills */
.skills-chart {
    float: left;
    width: 100%;
}

    .skills-chart .circle-wrap {
        height: 510px;
        width: 510px;
        margin: 25px auto 0;
    }

    .skills-chart .main-cr {
        width: 350px;
        height: 350px;
        right: 0;
        line-height: 350px;
    }
/*.skills-chart .main-cr.circle1{left: 250px;top: 175px;}
.skills-chart .main-cr.circle3{left: 250px;top: -60px;}*/
.main-cr.circle2 {
    background: rgba(122, 82, 132, 0.58);
    z-index: 4;
    left: 0px;
    top: 35px;
}

.skills-chart .main-cr.circle1 {
    left: 160px;
    top: 160px;
}

.skills-chart .main-cr.circle3 {
    left: 160px;
    top: -50px;
}

.skills-chart .circle-wrap.active {
    height: 75px;
}

.accordian-panel {
    width: 100%;
    float: left;
}

    .accordian-panel .heading {
        width: 100%;
        float: left;
        text-align: center;
    }

        .accordian-panel .heading span {
            background: #009190;
            border-radius: 100%;
            color: #fff;
            display: inline-block;
            font-size: 13px;
            height: 30px;
            line-height: 30px;
            width: 30px;
            text-align: center;
        }

        .accordian-panel .heading.yellow span {
            background: #ffc44c;
        }

        .accordian-panel .heading.purple span {
            background: #7a5283;
        }

        .accordian-panel .heading.yellow h2 {
            color: #ffc44c;
        }

        .accordian-panel .heading.purple h2 {
            color: #7a5283;
        }

        .accordian-panel .heading h2 {
            color: #009190;
            width: 100%;
            display: inline-block;
            font-size: 22px;
        }

    .accordian-panel .accordians {
        width: 100%;
        float: left;
    }

    .accordian-panel .accordian {
        width: 100%;
        float: left;
        background: #e7f2f8;
        margin-bottom: 20px;
    }

.accordian .accordian-head {
    width: 100%;
    float: left;
    border-bottom: 2px solid #fff;
    padding: 10px;
    color: #005578;
    font-size: 13px;
}

.accordian .accordian-txt {
    width: 100%;
    float: left;
    padding: 10px;
}

    .accordian .accordian-txt .accordian-content {
        width: 100%;
        float: left;
        display: none;
    }

    .accordian .accordian-txt .plus {
        width: 100%;
        float: left;
        padding: 0;
        color: #009190;
        text-align: right;
        cursor: pointer;
    }

    .accordian .accordian-txt .txt {
        width: 100%;
        float: left;
        padding: 10px 0;
        color: #1c1c1c;
        padding-right: 100px;
    }

.accordian-txt .dots ul {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.accordian-txt .dots li a {
    float: left;
    color: #009190;
}

.accordian-txt .dots li .dot {
    width: 5px;
    height: 5px;
    float: left;
    background: #009190;
    border-radius: 100%;
    margin-right: 3px;
}

.accordian-txt .dots li:first-child {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.accordian-txt .dots li:last-child {
    float: right;
    color: #009190;
    line-height: 12px;
}

.svgContainer .svg {
    display: none;
    width: 350px;
    height: 350px;
}
/* Benchmark Skills end*/
/*progression*/
.progressions .heading {
    text-align: center;
    margin-bottom: 20px;
}

.achievement .heading h1 {
    color: #237584;
    float: none;
    background: #fff;
}

.progressions article {
    background: #e7f2f8;
    margin-bottom: 20px;
    padding: 10px;
}

    .progressions article p {
        color: #0d5770;
        font-size: 18px;
    }

.progressions .progress-count {
    color: #237584;
    font-size: 32px;
    text-align: right;
    margin-top: 10px;
}

.badges {
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
}

    .badges .slider {
        max-width: 500px;
        margin: 0 auto 35px;
    }

        .badges .slider .item {
            display: inline-block;
            padding: 0 20px;
        }

        .badges .slider figcaption {
            color: #237584;
            font-size: 13px;
        }

    .badges #doughnutChart {
        float: none;
        display: inline-block !important;
    }

    .badges .heading h1 span {
        color: #beced0;
    }

    .badges .heading h4 {
        font-size: 16px;
        color: #beced0;
        margin-bottom: 15px;
    }

.other-details .download-file {
    float: right;
    line-height: 25px;
    margin-right: 0;
}

    .other-details .download-file i {
        margin-left: 5px;
    }

.container {
    width: 100%;
}
/*enhancement in recommended page*/
.courses-detail .other-details ul {
    margin-bottom: 0;
}

.other-details li {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    line-height: 30px;
}

.courses-detail .other-details li:last-child {
    float: right;
    margin-right: 0;
}

.other-details li a {
    color: #72adc7;
}

    .other-details li a:hover {
        color: #005578;
        text-decoration: none;
    }

.top-tab .custom-dropdown {
    float: right;
}

    .top-tab .custom-dropdown .dropdown-toggle {
        padding: 6px 10px;
        border-bottom: 1px solid #005579;
        display: inline-block;
        cursor: pointer;
        width: 250px;
    }

    .top-tab .custom-dropdown .dropdown-menu {
        padding: 0;
        top: 32px;
        left: auto;
        right: 0;
        max-height: 310px;
        overflow: auto;
    }

        .top-tab .custom-dropdown .dropdown-menu > li {
            display: block;
        }

            .top-tab .custom-dropdown .dropdown-menu > li > a {
                padding: 5px 20px;
                color: #333;
            }

                .top-tab .custom-dropdown .dropdown-menu > li > a:hover {
                    background: #f5f5f5;
                }

.custom-dropdown .dropdown-toggle span:first-child {
    display: inline-block;
    width: 89%;
    vertical-align: middle;
    overflow: hidden;
}

.custom-dropdown .dropdown-toggle span:last-child {
    display: inline-block;
    vertical-align: middle;
}

.custom-dropdown .dropdown-menu li.active a {
    background: #f1f1f1;
}

.custom-mar-xs {
    margin-top: 25px;
}

.setMarginToCheckbox {
    margin: -3px 40px 0 !important;
}
/*inline page css*/
.themed-content .page-title {
    position: relative;
}

.themed-content .top-tab {
    position: absolute;
    top: 15px;
    right: 10px;
}

    .themed-content .top-tab li a.acive {
        color: #005578;
        margin-right: 40px;
        background: #005578;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }

/*finde learning*/
.find-learning .heading {
    float: left;
    margin-bottom: 10px;
}

.find-learning .type-time {
    margin-bottom: 20px;
}

.find-learning .course-question {
    margin-bottom: 40px;
}



/*editor css*/
.clsPostModelData h1 {
    font-size: 32px;
    font-weight: 900;
}

.clsPostModelData h2 {
    font-size: 24px;
    font-weight: 900;
}

.clsPostModelData h3 {
    font-size: 18px;
    font-weight: 900;
}

.clsPostModelData h4 {
    font-size: 18px;
    font-weight: 900;
}

.clsPostModelData h5 {
    font-size: 14px;
    font-weight: 900;
}

.clsPostModelData h6 {
    font-size: 12px;
    font-weight: 900;
}

.clsPostModelData address {
    font-style: italic;
}

#tinymce > .center{
    text-align:center !important;
}
#tinymce p.left{
    text-align:left !important;
}
#tinymce p.right {
    text-align: right !important;
}
#tinymce p.center {
    text-align: center !important;
}

audio, canvas, progress, video{max-width:100%;}
.LoginPanel .dnnSecondaryAction{background: #357d7f;color: #fff;padding: 10px 16px;display: inline-block;min-width: 100px;border: none;text-align: center;border-radius: 0;text-shadow: unset;font-weight: 400;font-size: 16px;}
@media (max-width:1100px) {
    .menuBox #dnnMenu > ul > li {
        width: 30%;
        margin-right: 3%;
    }
    #search-action, .SearchButton, .search-toggle-icon:hover{display:none;}
}

@media (max-width:1000px) {
    .learn-courses-cat .col-md-4:nth-child(2n+1) {
        clear: left;
    }

    .dvMyCourses .learn-courses-cat .col-md-4:nth-child(3n+1) {
        clear: none;
    }
}

@media (max-width:800px) {
    .courses-detail .other-details {
        padding: 5px 8px;
    }

    .other-details li {
        font-size: 15px;
    }

    .other-details .download-file {
        line-height: 30px;
    }

    .skills-chart .main-cr.circle1 {
        left: 60px;
        top: 100px;
    }

    .skills-chart .main-cr.circle3 {
        left: 60px;
        top: -50px;
    }

    .skills-chart .main-cr {
        width: 200px;
        height: 200px;
        line-height: 200px;
    }

    .main-cr.circle2 {
        left: -10px;
        top: 30px;
    }

    .svgContainer .svg {
        width: 100%;
        height: auto;
    }
}

}

@media (max-width:767px) {
    .other-details li {
        font-size: 14px;
        margin-right: 5px;
    }

    #login {
        padding-right: 0;
    }

    .menuBox #dnnMenu > ul > li {
        width: 100%;
        margin-right: 0%;
    }

    #navbar {
        width: 100%;
        max-height: 250px;
        overflow: auto;
        position: static;
        margin: 0;
        background: none !important;
        margin: 0;
    }

    #dnnMenu .topLevel li {
        background: none;
    }

    .themed-content .top-tab {
        position: relative;
        padding: 0 15px;
        text-align: right;
        top: 0;
        right: 0;
    }

    .top-tab .dropdown {
        position: static;
    }

    .top-tab .custom-dropdown .dropdown-toggle {
        width: 150px;
    }

    .themed-content .top-tab li a.acive {
        margin-right: 10px;
    }

    .top-tab .custom-dropdown .dropdown-menu {
        left: 0;
    }

    .skills-chart .accordian-panel {
        margin-top: 50px;
    }
}

@media (max-width:479px) {
    #login .registerGroup .notificationList {
        right: 0;
        left: 0;
        width: 315px;
    }

    #login .registerGroup .notification-icon, #login .registerGroup a {
        padding: 0 7px;
    }
}
/* Landing Page CSS */
.help-us-title-wrap h1 {
    font-size: 28px;
    color: #005578;
    font-weight: 600;
}

.help-us-container ul {
    padding: 0;
}

.help-us-container ul li {
    list-style: none;
    margin-top: 20px;
}

.help-list-block .help-img-box img {
    width: 100%;
    height: auto;
}

.help-list-block .help-content-box h3 {
    font-size: 20px;
    color: #005578;
    font-weight: 600;
}

.help-list-block .help-content-box p {
    font-size: 14px;
    margin-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .help-us-container ul li:nth-child(3n+1) {
        clear:left;
    }
}

/*css edited by tanuj on 13/11/2017 start here*/
#DataTablePostList tr td img {
    max-width:100% !important;
}
.courses-detail h2 a {
    white-space:normal;
    word-wrap:break-word;
}
#dvWeekDatePanel .form-inline ~ .form-inline {
    margin-top:15px;
}
@media only screen and (min-width:992px) and (max-width:1139px) {
    .addPostMain .txtTinyArea .mceEditor {
        overflow-x:auto;
        overflow-y:hidden;
        white-space:normal;
        display:block;
    }
    .dashboard-status {
        margin:40px 0 20px;
    }
    .dashboard-status .col-md-3 {
        margin-bottom:20px;
    }
    .menuBox #dnnMenu > ul > li {
        width:23.5%;
        margin-right:2%;
    }
     .menuBox #dnnMenu > ul > li:nth-child(4n) {
        margin-right:0;
    }
    #dnnMenu .dropdown-menu li a {
        font-size:12px;
        padding:3px 10px;
    }
    .menuBox #dnnMenu > ul > li > a {
        font-size:14px;
        padding-left:33px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
    }
}
@media only screen and (min-width:767px) and (max-width:991px) {
     .dashboard-status .col-sm-3 {
        margin-bottom:20px;
    }
    .dashboard-status {
        margin:40px 0 20px;
    }
    .menuBox #dnnMenu > ul > li {
        width:23.5%;
        margin-right:2%;
    }
    .menuBox #dnnMenu > ul > li:nth-child(4n) {
        margin-right:0;
    }
    #dnnMenu .dropdown-menu li a {
        font-size:12px;
        padding:3px 10px;
    }
     .menuBox #dnnMenu > ul > li > a {
        font-size:14px;
        padding-left:33px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
    }
}
@media only screen and (max-width:991px) {
  .DNNModuleContent #donutchart {
        width:100% !important;left:0;right:0;
    }  
    .dnnFormMessage  {
        word-wrap:break-word;
    }
	.clsPostModelData{overflow-x:auto;}
	.LoginPanel{width:100%;padding:0;}
	.o-journey-main,.o-fixed{width:100%;max-width:100%;}
	.login-content,.o-fixed .o-fixed__middle{position:static;transform:translateY(0);-webkit-transform:translateY(0);}
	.o-fixed{height:auto;padding:0;}
	.login-content{padding:10px 30px 0;color:#111;}
	.o-fixed:before{display:none;}
	.login-content h2{color:#0e3a4d}
}
@media only screen and (max-width:767px) {
    .addPostMain .txtTinyArea .mceEditor {
        overflow-x:auto;
        overflow-y:hidden;
        white-space:normal;
        display:block;
    }
    .dashboard-status {
        margin:40px 0 20px;
    }
    .dashboard-status .col-xs-6 {
        margin-bottom:20px;
    }
    .cont-del-add-rule .panel .common-trg .form-inline .form-group,
    .cont-del-add-rule .panel .dvContentRule .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .cont-del-add-rule .panel .common-trg .form-inline .form-control,
    .cont-del-add-rule .panel .dvContentRule .form-inline .form-control {
        width:auto;
        display:inline-block;
        vertical-align:middle;
    }
    .data-price .table-content {
        position:relative;
        padding:10px 15px;
    }
    .data-price .table-content .course-name, 
    .data-price .table-content .address,
    .data-price .table-content .startendtime {
        width:100%;
        padding:0;
        display:block;
    }
    .data-price .table-content .course-name {
        margin-bottom:10px;
    }
    #btnLinkToAdvancedSearch {
        margin-top: -3px !important;
        float: right !important;
    } 
    #btnLinkToAdvancedSearch .btn {
        padding:2.5px 7px !important;
    }
    #btnLinkToAdvancedSearch .ad-search-icon {
        width:13px !important;
        height:13px !important;
    }
    #navbar {
        position:relative;
        margin-top:10px;
        padding:0;
    }
    .menuBox #dnnMenu ul {
        margin:0;
    }
    .menuBox #dnnMenu > ul > li {
        width:100%;
        margin-right:0;background:#e7f2f8;
    }
    #dnnMenu .topLevel li a span.caret {
        padding:0;
    }
    #dnnMenu .topLevel li a span {
        line-height:normal;
    }
    .menuBox #dnnMenu > ul > li > a {
        padding-top:16px;
    }
    .menuBox #dnnMenu > ul > li:nth-child(n) > a, 
    .menuBox #dnnMenu > ul.topLevel > li.open:nth-child(n) > a {
        background-position:16px 16px !important;
        color:#72adc7;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height:normal;
        height:auto;
    }
    .menuBox #dnnMenu > ul > li:hover > a, 
    .menuBox #dnnMenu > ul.topLevel > li.open > a:hover{
            background-position: 16px -31px !important;
    }
    #dnnMenu .dropdown-menu.subLevel {
        max-width:100% !important;
        position:relative;
    }
    .postlist-main .search-to-date {
        margin-top:15px;
    }
    .themed-content .top-tab li a.acive {
        margin-right:15px !important;
    }
    .skills-chart .circle-wrap {
        width:260px;
        height:300px;
    }
    #dvWeekDatePanel .end-date-wrap {
        display: inline-table;
        width: calc(100% - 41px);
        vertical-align: middle;
    }
    #dvWeekDatePanel .add-button-wrap {
        display: inline-block;
    }
    #login {
        padding-right:0;
        width:100%;
        margin-top:5px;
    }
    #btnLinkToAdvancedSearch {
        float:right;
    }
    .IOD-Logo {
        position:absolute;
        top:56px;
        margin:0;
    }
    #mainHeader-inner {
        padding:15px 0;
    }
    #mainHeader-inner .navbar-toggle {
        margin-right:0;
    }
    #mainHeader-inner #headerCntr {
        height:auto;
    }
	/*Gagan */
	
	.dnnLabel{padding-right:0;}
	.dnnLogin .dnnPrimaryAction{margin-right:20px;margin-top:15px;}
	.dnnLogin .dnnSecondaryAction{margin-right:20px;margin-top:15px;}
    .o-journey-main,.o-fixed{width:100%;}
    .courses-detail h2{word-break:break-all;}
    .top-tab .custom-dropdown .dropdown-menu,.advance-search .advance-search-detail{width:100%;}
    #dataContainer .sectionContainer .RADIOBUTTONS{width:100%;height:auto!important;}
	#dnnMenu .dropdown-menu.subLevel li{background:#7ca0c0;padding:0;border:none;}
	#dnnMenu .dropdown-menu li a{padding:10px 40px;border:none;}
	#dnnMenu .topLevel .dropdown-menu.subLevel a span{color:#fff;}
    .advance-search-detail #ulLoaderCompetencyInterest .main-cr.circle1,#ulLoaderCompetencyInterest .main-cr.circle3{left:50px;}
	.advance-search-detail #ulLoaderCompetencyInterest .main-cr.circle2{left:0;}
}
@media only screen and (max-width:479px) {
    .dashboard-status span.circle {
        width:96px;
        height:96px;
    }
    .dashboard-status span.count {
        font-size:20px;
    }
    #assetDesc .mceEditor  {
        overflow-x:auto;
        overflow-y:hidden;
        white-space:normal;
        display:block;
    }
    .postlist-main .select-fields .btn {
        display:block;
        width:100%;
        margin-bottom:10px;
    }
    .addPostMain .form-group .btn {
        display:block;
        width:100%;
        margin:10px 0 0;
    }
    .themed-content .top-tab li {
        display:block !important;
        float:left;
        width:100%;
    }
    .themed-content .top-tab {
        position:static !important;
        top:0 !important;
        float:left;
        width:100%;
    }
    #themecontainermessage {
        float:left;
        width:100%;
        margin-top:15px !important;
    }
    .themed-content .top-tab li a.acive {
        width:100%;
        display:block;
        margin-right:0 !important;
    }
    .top-tab .custom-dropdown {
        margin-top:10px;
        width:100%;
    }
    .top-tab .custom-dropdown .dropdown-toggle {
        width:100%;
    }
    .courses-detail {
        margin-top:15px;
        float:left;
        width:100%;
    }
    .skills-chart .circle-wrap {
        height:190px;
        width:200px;
    }
    .skills-chart .main-cr {
        width:130px;
        height:130px;
        line-height:130px;
    }
    .skills-chart .main-cr.circle1 {
        left: 70px;
        top: 35px;
    }
    .main-cr.circle2 {
        left: 0;
        top: 0;
    }
    .skills-chart .main-cr.circle3 {
        left: 60px;
        top: -50px;
    }
    #cmbcontactattributes {
        width:100%;
    }
    #login .registerGroup #showNotificationLi,
    #login .registerGroup #dnn_dnnUser_customHelp {
        display:none;
    }
    .achievement .badges #dought {
        width:100% !important;
        height:100% !important;
    }
    .achievement .badges #dought1 {
        width:100% !important;
        height:100% !important;
    }
    .achievement .badges .firstchart {
        margin-top: -27%;
        position: absolute;
        margin-left: 42%;
    }
}
/*Custom modal width for post*/
@media (min-width: 768px) {
    #showPostModal .modal-dialog {
        width:600px;
    }
}
#showVersionModal ul, #DataTablePostList ul, #showVersionModal ol,
.clsPostModelData ul, #dvPostModelDataPreview ul,
#lblCurrentPostBody ul, #lblPrePostBody ul, #DataTableAssetList ul {
    margin-left:20px;
}
#dvPostModelDataPreview ul li, #DataTablePostList ul li,
#lblCurrentPostBody ul li, #lblPrePostBody ul li,
#DataTableAssetList ul li, #showVersionModal ul li,
.clsPostModelData ul li {
    list-style-type:disc;

}
#showVersionModal ol li, #divpostsection .clsPostModelData ol li {
    list-style-position: initial;
}
#dvPostModelData h1 strong {
    color:inherit;
}
/*
   .clsPostModelData ul li {
    list-style-type:disc;
}

     */

.clsPostModelData ul ul li {
    list-style-type:circle;
}

.clsPostModelData ul ul ul li {
    list-style-type:square;
}

.clsPostModelData ul li {
    list-style-type:disc;
}


.clsPostModelData .pdf-download {
    word-break: break-all;
   position: absolute;
            left:0;
            right:0;
            top: 50%;
            /* bottom:0; */
            margin:auto;
            font-size: 25px;
            /* display: table;*/
            display: block;
            /* height: 50px; */
            text-align: center;
            color: #ffffff;
            font-weight: 700;
            text-shadow: -1px 3px #000;
            width:90%;
            transform: translateY(-50%);
}


#dvreflection .table {
    width: 100%;
    margin: 0 auto;         
    float: none;
    background: #eaf4f6;   
}
#dvreflection .table th, #dvreflection .table td{
    border:2px solid #005578;
}
#dvreflection .nav{
    margin: 0px auto;    
    width: 60%;
    margin-bottom: 1;
	color : #005578; 
}

#dvreflection .text-center {
    padding-top: 5px;
}

#dvreflection .btn-group{
    padding-bottom: 20px;
}
#dvreflection .btn-group button {
    padding: 10px 50px;
    background: transparent;
    color: #000;
    border: 2px solid #005578;
    border-radius: 0;
    box-shadow: none;
}
#dvreflection .btn-group button.active{
    background: #005578;
    color:#fff;
}

#dvreflection #data{
padding: 20px;
    width: 100%;
    margin: 0px auto;
    border-style: solid;
    border-width: 2px;
    border-color: #005578;
    font-size: 18px;
}

#dvreflection #heading{
	color : #005578;
    border-color: #005578;
    border-bottom-width: 1px;
}

#dvreflection .tabStyling{
	color: #005578;
}

#dvreflection .activeTab{
    color: #337ab7;
}

#dvreflection .showDetails{
    padding: 2px;
}

#dvreflection #showData{
    border:1px solid #005578;
    width: 100%;
    overflow: auto;
}




#dvRecommendedDataList .other-details li:nth-child(2), .modal-content .share-list li:nth-child(1){
    display:none;
}

#DataTablePostList tr th:first-child {
    width:70px !important;
}

#DataTablePostList.dataTable {
    table-layout:fixed;
}

/***** MK changes 13/04/18***********/

.help-list-block .help-img-box img{
margin-top:14px;
}

.help-img-box img {
    border: solid 8px #dce6f2;
}

@media only screen and (max-width: 767px){
.IOD-Logo {
    top: 47px;
}
}

@media (min-width: 768px) {
/*.help-img-box img {
    border: solid 8px #dce6f2;
}*/

#topHeader {
    height: 78px;
    border-bottom: 1px solid #fff;
	}	
.menuBox {
    display: none;
}
.menuBox #dnnMenu > ul > li {
    font-size: 19px;
}

a.link.hidden-xs.pull-right {
    font-size: 14px;
	height: 38px;
	line-height:38px;
}

.IOD-Logo {
    margin: 16px 0px 0px 0px;
    display: block;
}

.help-us-title-wrap.text-center h1 {
    margin-top: 20px;
}

.help-list-block .help-img-box img{
/*margin-top:14px;*/
margin-bottom:10px;
}

.help-us-container ul li {
    margin-top: 6px;
}

#mainContent-inner {
    padding: 0 10px;
}

.breadcrumb {
    border-radius: 0px !important;
}

/*.benchmark h1, .dvSelfAssessment h1{
font-size: 22px;
color: #005578;
margin:10px 0;
}*/

#navbar.menuBox{
margin-top:15px;
}

#login {
    margin-top: 13px;
	}
	
#login .registerGroup a{
padding: 0 5px;
}

/*.menuBox{
margin-top: 10px;
}*/
}

p#myprofiletext {
    margin-top: 10px !important;
}

/********* MK 04-05-18: remove this when beta mode elapsed **********
@media (max-width: 768px){
.help-us-title-wrap.text-center h1{
    margin-top: 200px;
}
}

@media (min-width:1000px max-width: 1420px){
.help-us-title-wrap.text-center h1 {
    margin-top: 94px;
}
}

@media (min-width: 1421px){
.help-us-title-wrap.text-center h1 {
    margin-top: 74px;
}
}

/******** MK changes end *********/