@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext');
/*@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC);*/
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Philosopher:400,400i,700,700i&subset=cyrillic,cyrillic-ext');

html {
    min-height: 100%;
    position: relative;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    
    /*margin-bottom: 60px;*/
    
    background-color: white;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;  
  font-weight: 500;
  line-height: 1.1;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

body > .body-content {
    padding: 0px 15px 0;    
}

.navbar {
    border-radius: 0px;
}

.footer {
    /*background-color: #373e48;*/ 
    bottom: 0;
    /*height: 60px;*/
    height: auto;
    position: absolute;
    width: 100%;
}
    .footer > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

.container .text-muted {
    margin: 20px 0;
}

.area-navbar {
    background-color: white;     
    border: none;    
}

    .area-navbar .area-logotitle {
        
    }

.area-infobar {
    border-top: 1px solid #e6e6e6;
    /*border-bottom: 10px solid #80b3ff !important;*/    
}

.area-mainmenu {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e6e6e6;    
}

@media (max-width: 768px) {
    /*.area-navbar {
        border-bottom: 10px solid #80b3ff !important;
    }*/

    .area-infobar {
        border-bottom: none !important;
    }
}

.dropdown-menu .commanddescr {
    font-size: x-small;
    /*font-style: italic;*/
    color: silver; /*color: GrayText;*/    
    /*margin-left: 1em;*/    
}


.table-items-group {
    width: 100%;
}

    .table-items-group > thead {
        background-color:  #f5f5f5;
    }    

        .table-items-group > tbody > tr:first-child,
        .table-items-group > tbody > tr:first-child > td {
            border-top: 0 none;
        }

.table-items-group-noinnerpadding > tbody > tr > td {
    padding: 0px;
}

.div-profile-image-actions /*> button*/ {
    margin-top: 10px; 
    margin-bottom: 10px;
}




.btn-file {
    position: relative;
    overflow: hidden;
}
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.no-image-holder {
    border: 2px solid #C0C0C0;
    border-radius: 5px;
    width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
}
    .no-image-holder .no-image-content {
        position: relative;
        top: 23%;
    }

    .no-image-holder .no-image-content > span {
        color: gray;
        font-size: 200%;        
        display: block;        
        margin-bottom: 5px;
    }

textarea {
    max-width: 100%;
    width: 100%;
}

div .dv-grid-room {
    height: 200px;
    border: 1px solid silver;
    border-radius: 5px;
    background-color: none;
    margin-bottom: 12%;    
    padding: 0px;
}

div .room {
    font-size: 95%;
}

div .room-dot {
    width: 9px; 
    height: 9px; 
    border-radius: 9px;    
    display: inline-block;     
}

    div .room-dot.active {
        background: lightgreen; 
    }

    div .room-dot.disabled {
        background: red; 
    }

div .room-name {
    height: 130px; 
    text-align: center;
}

div .room-name .room-icon {
    font-size: 250%; 
    color: #777;
}

div .room-action-buttons {
    display: block;
}



/********************************************************************/
/***************  panel with nav-tabs *******************************/
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

table.nav-right-holder {
    width: 100%;
}

table.nav-right-holder .nav-btn-holder {
    width: 110px; vertical-align: top;
}

table.nav-right-holder .nav-btn-holder-full {
    width: 275px; vertical-align: top;
}

table.nav-right-holder .nav-course-topic a.nav-course,
table.nav-right-holder .nav-course-topic button.nav-course {
    color: #428bca;
}

#pnl-libpreview #img-slide {
    margin: 0 auto;
    border: 1px solid #ddd;
}

.schedule-filterpane {
    background-color: transparent; /*#f5f5f5;*/
    border: none;
    box-shadow: none;  /* remove thin silver line at bottom*/
    margin-bottom: 0px;
}

    .schedule-filterpane .panel-body {
        /*padding: 20px 20px 0px 20px;*/
        padding-bottom: 0px;
    }

    .schedule-filterpane.mainsearch .panel-body {        
        padding-top: 3px;
    }

    .schedule-filterpane .form-group.last {
        margin-bottom: 0px;
    }


.btn-eventactions,
.btn-recsessionactions {    
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 1px;
}

.btn-actionsdropdown {
    margin-left: 2px;
}

/* search highlight */
.highlight {
    background-color: yellow; /*#FFFF88;*/
    color: red;
}


.dtp-time-addon {
    cursor: pointer;    
}

.text-default {
    color: black;
}

#mdSelectUsers,
#mdSelectUserGroups,
#mdSelectAssignment,
#mdSelectEvent,
#mdComplDetails,
#mdQuizDetails,
#mdTopic,
#mdTemplate,
#mdGradeScale,
#mdQuickEvent,
#mdQuestion,
#mdSetUserGroupPerm,
#mdAnnPreview,
#mdAnnShowViews,
#mdQuickQGPermissions,
#mdSelectCourse /*,
#mdIssueCertificates*/ {
    width: 70vw;
}

@media (max-width: 991px) { /*md+*/
    #mdSelectUsers,
    #mdSelectUserGroups,
    #mdSelectEvent,
    #mdComplDetails,
    #mdQuizDetails,
    #mdTopic,
    #mdTemplate,
    #mdGradeScale,
    #mdQuickEvent,
    #mdQuestion,
    #mdSetUserGroupPerm,
    #mdAnnPreview,
    #mdAnnShowViews,
    #mdQuickQGPermissions /*,
    #mdIssueCertificates*/ {
        width: 95vw;
    }
}

#mdVPlay .modal-body {        
    padding: 0px;    
    background-color: black;
}

#mdVPlay .modal-body video,
#mdVPlay .modal-body audio {
    width: 100%; 
    height: 100%;
    margin-bottom: -5px;
}

#mdVPlay .modal-body object,
#mdVPlay .modal-body object embed {
    width: 100%; 
    height: 100%;
}

@media (max-width: 1169px) { /*lg*/
    #mdSelectAssignment {
        width: 95vw;
    }
}

#dtable tr.child td.child table {
    width: 100%;
}

#dtable tr.child td.child {
    padding: 4px;
}

#dtable tr.child td.child tr td {
    padding: 4px;
    border: none;
}

/*#dtable tbody tr.selected td.row-select {*/
table tbody tr.selected td.row-select {
    background-color: #f0ad4e; /*#eea236*/
}

#pnl-recordedsessionsholder .dataTables_info, #pnl-recordedsessionsholder .dataTables_paginate,
#pnl-userfilesholder .dataTables_info, #pnl-userfilesholder .dataTables_paginate,
#pnl-resourcefilesholder .dataTables_info, #pnl-resourcefilesholder .dataTables_paginate,
#pnl-assignmentsholder .dataTables_info, #pnl-assignmentsholder .dataTables_paginate,
#pnl-pollsholder .dataTables_info, #pnl-pollsholder .dataTables_paginate,
#pnl-announcementsholder .dataTables_info, #pnl-announcementsholder .dataTables_paginate,
#pnl-coursesholder .dataTables_info, #pnl-coursesholder .dataTables_paginate,
#pnl-issuedcertificatesholder .dataTables_info, #pnl-issuedcertificatesholder .dataTables_paginate,
#pnl-coursesubscriptions .dataTables_info, #pnl-coursesubscriptions .dataTables_paginate,
#pnl-ticketsholder .dataTables_info, #pnl-ticketsholder .dataTables_paginate,
#pnl-actionsholder .dataTables_info, #pnl-actionsholder .dataTables_paginate,
#pnl-userrecordsholder .dataTables_info, #pnl-userrecordsholder .dataTables_paginate,
#pnl-usergroupsholder .dataTables_info, #pnl-usergroupsholder .dataTables_paginate,
#pnl-reportsessionsholder .dataTables_info, #pnl-reportsessionsholder .dataTables_paginate,
#pnl-rsstudentgroupsholder .dataTables_info, #pnl-rsstudentgroupsholder .dataTables_paginate,
#pnl-rssubjectsholder .dataTables_info, #pnl-rssubjectsholder .dataTables_paginate,
#pnl-rsgsholder .dataTables_info, #pnl-rsgsholder .dataTables_paginate,
#pnl-rsssholder .dataTables_info, #pnl-rsssholder .dataTables_paginate,
#pnl-reportcommentsholder .dataTables_info, #pnl-reportcommentsholder .dataTables_paginate {
    padding-left: 6px;
    padding-right: 6px;
}

#pnl-messagesholder .dataTables_info, #pnl-messagesholder .dataTables_paginate {
    padding-left: 15px;
    padding-right: 15px;
}



/*
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
*/

/*.searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}*/

.validation-summary-errors > ul,
.validation-summary-valid > ul {
    list-style-type: none;
}
    .validation-summary-errors ul li,
    .validation-summary-valid ul li {
        display: block;
    }

    .validation-summary-errors ul li:before,
    .validation-summary-valid ul  li:before {
        content: "\e101"; /* see codes in bootstrap.css */
        font-family: 'Glyphicons Halflings';
        font-size: 90%;
        float: left;
        margin-top: 1px;
        margin-left: -17px;
        color: #b94a48;
    }


.dv-sendnotification-msg {
    border: 1px solid #ccc; 
    border-radius: 5px; 
    padding: 8px 10px; 
    background-color: #eee;
    height: 232px;
    overflow-y: scroll;
}

textarea.htmlsnippet {
    font-family: Monaco,Menlo,Consolas,"Courier New",Courier,monospace;
    font-size: 13px;
    background-color: #f5f5f5;    
}


/*table.dataTable thead .selectall,*/
table thead .selectall {
    cursor: pointer;
}

.homepage-grid-icon {
    font-size: 500%;
}

.btn-xl {
    min-width: 200px;
    min-height: 200px;
    /*height: 250px;*/
    /*padding: 58px;*/
    /*font-size: 22px;*/
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
    
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;    
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;    
}

div.dataTables_processing {    
    /*background: linear-gradient(to right, rgba(200,200,200,0) 0%, rgba(200,200,200,0.9) 25%, rgba(200,200,200,0.9) 75%, rgba(200,200,200,0) 100%) !important;*/
    /*background: linear-gradient(to right, rgba(55,62,72,0) 0%, rgba(55,62,72,0.9) 25%, rgba(55,62,72,0.9) 75%, rgba(55,62,72,0) 100%) !important;   */
    background: none;
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    width: 90% !important;
    margin-left: -45% !important;
    /*margin-top: 25px !important;*/        
    /*color: white;*/
    z-index: 1000;
}

.item-brief-info {
    background-color: #f5f5f5; 
    padding: 10px; 
    /*margin-top: 10px;*/
}

.dv-resourcegroups-list {
    border: 1px solid #ccc; 
    /*border-radius: 5px;*/ 
    padding: 4px 4px; 
    background-color: #eee;
    height: 72px;
    overflow-y: scroll;
}

.dv-resourcegroups-list p {
    margin-bottom: .15em;
}

.img-fileicon {
    float: left;
    min-width: 16px; 
    min-height: 16px;
}


.grayout {
    background-color:  #f5f5f5;
}    

.panel.panel-primary > table > thead > tr > th {
    border-bottom: 2px solid #428bca;
}

.panel.panel-primary > table > tbody > tr > td {
    border-color: #428bca;
}

.panel.panel-primary > .panel-body + .table {
    border-top: 1px solid #428bca;
}


.panel.panel-warning > table > thead > tr > th {    
    border-bottom: 2px solid #fbeed5;
}

.panel.panel-warning > table > tbody > tr > td {
    border-color: #fbeed5;
}

.panel.panel-warning > .panel-body + .table {
    border-top: 1px solid #fbeed5;
}

.panel-link,
.panel-link:hover {
    color: inherit;
}


.dv-topic-descr,
.dv-topic-msg {
    padding: 8px 10px; 
}

.dv-topic-descr {
    min-height: 110px;
    overflow-y: auto;    
}


/*.dv-res-text {
    max-height: 90%;
    overflow-y: scroll;
    padding: 8px 10px; 
}*/

/*cke_textarea_inline cke_editable cke_editable_inline cke_contents_ltr*/ 
.cke_editable_inline {
    border: 1px solid #ccc; 
    border-radius: 5px; 
    padding: 8px 10px; 
    height: 200px;
    overflow-y: scroll;
 }

.btn-sn-share {
    border-radius: 50%;
}

.btn-sn-share-fb {
    background-color: #3b5998;
    border-color: #3b5998;
}

.ajax-simple-response {
    padding: 20px;
}

@media (min-width: 769px) {
    .th-sm-min-100 {
        min-width: 100px;
    }
    .th-sm-min-110 {
        min-width: 110px;
    }
    .th-sm-min-120 {
        min-width: 120px;
    }
    .th-sm-min-140 {
        min-width: 140px;
    }
}

.profileimage {
    height: 25px; 
    width: 25px; 
    display: inline-block; 
    border-radius: 999px;
}

@media (min-width: 769px) {
    .mi-xs-hidden {
        display: none;
    }
}

#dv-usergroup-perm-container {
    max-height: 500px; 
    overflow-y: auto;
}

img.navbar-brand {
    max-height: 100px;
}

img.menu-logo {
    max-height: 50px; 
    padding-top: 2px; 
    padding-bottom: 2px;
}

/*.courseimage {
    margin: auto;
}*/

.course-no-image {
    width: 100%; 
    padding: 60px 60px 100px 60px;
    border-bottom: 1px solid red;
}

.course-quickinfo {
    width: 100%; 
    background-color: #fff; 
    font-weight: bold; 
    vertical-align: middle; 
    margin-top: 5px;    
}

.course-quickinfo-item {
    padding: 0 30px; 
    border-right: 1px solid #dedede; 
    display: inline-block; 
    line-height: 2.1; 
    font-size: 14px;
}

.course-quickinfo-item:last-child {
    border-right: none;
}

.course-quickinfo-item i {
    margin-right: 5px; 
    -webkit-font-smoothing: antialiased;    
}

.course-quickinfo-item span {
    font-size: 130%;
    /*font-family: 'Philosopher';*/    
    font-family: 'Patua One';
}

.course-quickinfo-item p {
    font-weight: normal; 
    line-height: 1;    
}

.side-info {
    background-color: #eee;
    margin-bottom: 10px;        
}

.side-info-section {    
    padding: 20px 0; 
    border-bottom: 1px solid #dedede;
    line-height: 1.2;
}

.side-info-section:last-child {    
    border-bottom: none;
}

.side-info h4 {
    font-size: 120%; 
    font-weight: bold;
    font-family: 'Philosopher';
}

.side-info-price-register {
    padding: 30px 0;
}

.side-info-price-register .sp-registration-fee,
.side-info-price-register .sp-discounted-price,
/*.event-side-info .sp-registration-fee,*/
.event-side-info .sp-discounted-price {    
    margin-left: 5px;
}

.side-info-price-register .sp-registration-fee .ps,
.side-info-price-register .sp-discounted-price .ps {    
    font-size: 14px;
}

.side-info-price-register span.price {    
    font-size: 24px; 
    font-weight: bold;     
    font-family: 'Patua One';
}

.side-info-price-register span.poprice {    
    font-size: 16px; 
    font-weight: bold;     
    font-family: 'Patua One';
}

/*.side-info-section*/ 
img.course-leader-avatar {
    display: inline-block; 
    height: 96px; 
    width: 96px; 
    border-radius: 100%; 
    margin-right: 10px;        
}

.side-info-section img.participant-avatar {
    display: inline-block; 
    height: 36px; 
    width: 36px; 
    border-radius: 100%;     
    margin-top: 10px; 
    margin-right: 10px;
}

.side-info-course-leader a {
    color: #000;
    text-decoration: none;
}

.side-info-course-leader a:focus {
    outline: none;
}



/*.side-info-section*/ 
.course-leader-data {
    display: inline-block;             
}
    /*.side-info-section*/ 
    .course-leader-data span.leader-name {
        font-size: 120%; 
        font-weight: bold;
        font-family: 'Philosopher';
    }

    /*.side-info-section*/ 
    .course-leader-data span.leader-title {
        font-size: 90%;        
    }

.side-info-course-features {
    line-height: 2.1;    
}

.side-info-course-features i {
    width: 25px;
}

.side-info-course-features span,
.side-info-tags span {
    display: inline-block; 
}

.side-info-course-features span.course-feature {
    width: 50%; 
}

.course-info {
    border: none;
    box-shadow: none;
}

.course-info ul li {    
    background-color: #eee;
}

.course-info ul li.active {    
    background-color: #a5a5a5;
}

.course-info ul li a {
    color: #000;
    border-bottom: 1px solid #a5a5a5 !important;    
    border-radius: 0px;
}

.course-info ul li a:focus,
.course-info ul li a:hover {    
    background-color: #c5c5c5;
    color: #fff;
}

.course-info ul li:not(.active) a {
    border: none;    
    border-bottom: 1px solid #eee;
}

.course-info ul li.active a,
.course-info ul li.active a:focus,
.course-info ul li.active a:hover {
    border: none;    
    /*border-bottom: 1px solid #a5a5a5 !important;*/    
    background-color: transparent;
    color: #fff;
}

.course-info .panel-body {
    padding-left: 0px;
    padding-right: 0px;    
}


.review-block {
    /*background-color: #e5e5e5;*/
    padding-top: 20px;
    padding-right: 20px;
}


img.review-user-avatar {
    display: inline-block; 
    height: 96px; 
    width: 96px; 
    border-radius: 100%; 
    margin-right: 10px;        
}

@media (max-width: 767px) {
    .review-block {
        padding: 20px;
    }

    .review-block-avatar .review-user-avatar {
        height: 48px; 
        width: 48px; 
    }    
}

/*@media (min-width: 768px) {
    .review-block-avatar {
        text-align: center;
    }
}*/
.review-block-avatar {
        text-align: center;
    }

.review-block-name {
    font-weight: bold;
}

/*media all*/
/*body {    
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
}*/


.table thead > tr.tr-descr > td, 
.table tbody > tr.tr-descr > td, 
.table tfoot > tr.tr-descr > td {
    border-top: none;
}


/* RELATED COURSES CAROUSEL STYLES */
.courses-carousel .panel {    
    border-radius: 0px;
    border: 0px;    
}

.courses-carousel .panel-body {    
    padding: 0px;                
}

.img-container {
    height: 14vw;    
    background-color: #888;
    display: table;
    width: 100%;    
}
    .img-container .centered {
        display: table-cell;
        vertical-align: middle;
    }

    .img-container img {
        max-height: 14vw;    
    }

.descr-container {
    height: 6vw;     
    padding: 10px;    
    background-color: white; 
}
    .descr-container .title-container {
        width: 100%;
        text-align: center;    
        display: inline-block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        min-height: 3.6em;
        max-height: 3.6em;
        line-height: 1.8em;
    }
    .descr-container .sp-crs-name {
        font-size: 120%; 
        font-weight: bold;
        font-family: 'Philosopher';        
    }
    .descr-container .sp-crs-leader {

    }
    .descr-container span.price {    
        font-weight: bold;     
        font-family: 'Patua One';
    }

    .courses-carousel .lnk-course-detils {
        color: #000;
        outline: none;
        text-decoration: none;           
    }

    .courses-carousel .lnk-course-detils:hover,
    .courses-carousel .lnk-course-detils:focus {        
        color: #888;
        outline: none;
        text-decoration: none;    
    }

    .courses-carousel .lnk-course-detils:hover .descr-container .sp-crs-leader,
    .courses-carousel .lnk-course-detils:focus .descr-container .sp-crs-leader {
        color: #000;
    }


    .courses-carousel .carousel-control,
    .courses-carousel .carousel-control.left,
    .courses-carousel .carousel-control.right {        
        color: #000;
        background-image: none;                        
        outline: none;
        /*top: 105px;*/        
        /*line-height: 200px;*/        
        vertical-align: middle;        
    }
    .courses-carousel .carousel-control.left {
        /*height: 30px;*/
        width: 25px;
        left: -25px;
    }

    .courses-carousel .carousel-control.right {
        /*height: 30px;*/
        width: 25px;
        right: -25px;        
    }    
    
    /*@media (max-width: 991px) {
        .courses-carousel .carousel-control,
        .courses-carousel .carousel-control.left,
        .courses-carousel .carousel-control.right {                    
            top: 160px;
        }
    }*/
    

.course-structured-side-topics {
    background-color: #eee; 
    padding: 0px; 
    width: 100%;    
}

    .course-structured-side-topics table tr td {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .course-structured-side-topics a {
        display: block;
        outline: none;
    }


a.btn-star:focus {
    outline: none;
}


table.table thead .sortable {
    cursor: pointer;
    background: url('/images/dataTables/sort_both.png') no-repeat center right;    
}

/*table.table thead .sortboth {    
    background: url('/images/dataTables/sort_both.png') no-repeat center right;    
}*/

/*table.table thead .sortboth, 
table.table thead .sorting_asc, 
table.table thead .sorting_desc, 
table.table thead .sorting_asc_disabled, 
table.table thead .sorting_desc_disabled {
    cursor: pointer;
}*/


table.tbl-courses {
     border-bottom: 1px solid #ddd;
}


    table.tbl-courses tr td {
        padding: 10px 0;
        border: none;
    }

    table.tbl-courses tr td:first-child {
        padding-left: 10px;
    }

    table.tbl-courses tr td:last-child {
        padding-right: 10px;
    }

    table.tbl-courses tr td .dv-crs-derscr-holder span.price {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Patua One';                
        color: white;
        background-color: #428bca;
        padding: 3px 7px;
        margin-bottom: 10px;
    }

@media (min-width: 769px) {

        table.tbl-courses tr td .dv-crs-panel {
            display: table;
            border-collapse: separate;
            border-spacing: 0px;
            background-color: #f5f5f5;
            border: 1px solid #eee;
            border-radius: 4px !important;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
            padding: 20px;
        }

        table.tbl-courses tr td .dv-crs-img-holder {
            display: table-cell;
            min-height: 200px;
            width: 267px;
            margin-right: 20px;
            float: left;
        }

        table.tbl-courses tr td .dv-crs-derscr-holder {
            display: table-cell;
            vertical-align: top;
            position: relative;
            max-height: 200px;
            height: 100%;
            width: 100%;
        }
        
        table.tbl-courses tr td .dv-crs-derscr-holder span.price {                
            position: absolute; 
            right: 0; 
            top: 0;
        }

        table.tbl-courses tr td .img-crs-banner {
            max-height: 200px;
            max-width: 267px;
            margin: auto;
        }
}

@media (max-width: 768px) {

    table.tbl-courses tr td .dv-crs-panel {            
        border-collapse: separate;
        border-spacing: 0px;
        background-color: #f5f5f5;
        border: 1px solid #eee;
        border-radius: 4px !important;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
        padding: 20px;
    }

    table.tbl-courses tr td .dv-crs-img-holder {        
        min-height: 100px;    
        /*width: 133px;*/ 
        width: 100%;
        margin-right: 10px;        
        display: block;
    }
    
    table.tbl-courses tr td .dv-crs-derscr-holder .sp-descr {
        margin-top: 10px;
        display: block;
    }

    /*table.tbl-courses tr td .img-crs-banner {    
        max-height: 100px;    
        max-width: 133px;         
    }*/
}



.pnl-course-detils,
.pnl-tn-course-detils {
    border: 1px solid #eee;
    overflow: hidden;
}

.lnk-course-detils {    
    margin-top: 0px;
    padding-top: 0px;
}

.lnk-course-detils .img-container {        
        background-color: #eee;
    }


@media all and (min-width: 768px) {
    .pnl-course-detils .lnk-course-detils .img-container {
        height: 163px;
    }
        .pnl-course-detils .lnk-course-detils .img-container img {
            max-height: 163px;
        }


    .pnl-tn-course-detils-col-1 .lnk-course-detils .img-container {
        height: 539px;
    }

        .pnl-tn-course-detils-col-1 .lnk-course-detils .img-container img {
            max-height: 539px;
        }

    .pnl-tn-course-detils-col-0 .lnk-course-detils .img-container,
    .pnl-tn-course-detils-col-2 .lnk-course-detils .img-container {
        height: 257px;
    }

        .pnl-tn-course-detils-col-0 .lnk-course-detils .img-container img,
        .pnl-tn-course-detils-col-2 .lnk-course-detils .img-container img {
            max-height: 257px;
        }

    .pnl-tn-course-detils-col-3 .lnk-course-detils .img-container {
        height: 163px;
    }

        .pnl-tn-course-detils-col-3 .lnk-course-detils .img-container img {
            max-height: 163px;
        }

    .pnl-tn-course-detils-col-4 .lnk-course-detils .img-container {
        height: 117px;
    }

        .pnl-tn-course-detils-col-4 .lnk-course-detils .img-container img {
            max-height: 117px;
        }

    .pnl-tn-course-detils-col-6 .lnk-course-detils .img-container {
        height: 70px;
    }

    .pnl-tn-course-detils-col-6 .lnk-course-detils .img-container img {
        max-height: 70px;
    }
}

@media all and (min-width: 992px) {
    .pnl-course-detils .lnk-course-detils .img-container {
        height: 218px;
    }

        .pnl-course-detils .lnk-course-detils .img-container img {
            max-height: 218px;
        }

    .pnl-tn-course-detils-col-1 .lnk-course-detils .img-container {
        height: 728px;
    }

        .pnl-tn-course-detils-col-1 .lnk-course-detils .img-container img {
            max-height: 728px;
        }

    .pnl-tn-course-detils-col-2 .lnk-course-detils .img-container {
        height: 340px;
    }

        .pnl-tn-course-detils-col-2 .lnk-course-detils .img-container img {
            max-height: 340px;
        }

    .pnl-tn-course-detils-col-0 .lnk-course-detils .img-container,
    .pnl-tn-course-detils-col-3 .lnk-course-detils .img-container {
        height: 218px;
    }

        .pnl-tn-course-detils-col-0 .lnk-course-detils .img-container img,
        .pnl-tn-course-detils-col-3 .lnk-course-detils .img-container img {
            max-height: 218px;
        }

    .pnl-tn-course-detils-col-4 .lnk-course-detils .img-container {
        height: 158px;
    }

        .pnl-tn-course-detils-col-4 .lnk-course-detils .img-container img {
            max-height: 158px;
        }

    .pnl-tn-course-detils-col-6 .lnk-course-detils .img-container {
        height: 97px;
    }

        .pnl-tn-course-detils-col-6 .lnk-course-detils .img-container img {
            max-height: 97px;
        }
}

@media all and (min-width: 1200px) {
    .pnl-course-detils .lnk-course-detils .img-container {
        height: 268px;
    }

        .pnl-course-detils .lnk-course-detils .img-container img {
            max-height: 268px;
        }

    .pnl-tn-course-detils-col-1 .lnk-course-detils .img-container {
        height: 853px;
    }

        .pnl-tn-course-detils-col-1 .lnk-course-detils .img-container img {
            max-height: 853px;
        }

    .pnl-tn-course-detils-col-2 .lnk-course-detils .img-container {
        height: 415px;
    }

        .pnl-tn-course-detils-col-2 .lnk-course-detils .img-container img {
            max-height: 415px;
        }

    .pnl-tn-course-detils-col-3 .lnk-course-detils .img-container {
        height: 268px;
    }

        .pnl-tn-course-detils-col-3 .lnk-course-detils .img-container img {
            max-height: 268px;
        }

    .pnl-tn-course-detils-col-0 .lnk-course-detils .img-container,
    .pnl-tn-course-detils-col-4 .lnk-course-detils .img-container {
        height: 195.5px;
    }

        .pnl-tn-course-detils-col-0 .lnk-course-detils .img-container img,
        .pnl-tn-course-detils-col-4 .lnk-course-detils .img-container img {
            max-height: 195.5px;
        }

    .pnl-tn-course-detils-col-6 .lnk-course-detils .img-container {
        height: 122px;
    }

        .pnl-tn-course-detils-col-6 .lnk-course-detils .img-container img {
            max-height: 122px;
        }
}

a.lnk-course-detils .descr-container .sp-crs-name
{
    font-size: 100%; 
    color: black;
    /*font-weight: bold;*/
    font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.lnk-course-detils:hover .descr-container .sp-crs-name {
    color: #428bca;
}

a.lnk-course-detils:hover,
a.lnk-course-detils:focus {
    text-decoration: none;
}


.img-container {
    overflow: hidden;
}
.img-container img {
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
  	-moz-transition: all 0.3s ease; /* Firefox */
  	-o-transition: all 0.3s ease; /* IE 9 */
  	-ms-transition: all 0.3s ease; /* Opera */
  	transition: all 0.3s ease;
}

.img-container:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.preview-active {    
    border: 2px dashed #888;
}

.comment-replies-header {
    background-color: #f5f5f5; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    border-top: 1px solid #ddd; 
    border-bottom: 1px solid #ddd;
}

.comment-replies {
    padding: 0px;
}

.comment-replies > ul {
    list-style-type: none;
    margin-bottom: 0px;    
    padding-left: 10%;
}

    .comment-replies > ul > li {        
        padding: 15px;
    }

    .comment-replies > ul > li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

    /*@media (max-width: 768px) { 
        .comment-replies > ul > li {
            padding-left: 20px;
        }
    }

    @media (max-width: 991px) {
        .comment-replies > ul {
            padding-left: 30px;
        }
    }

    @media (max-width: 1169px) {
        .comment-replies > ul {
            padding-left: 40px;            
        }
    }

    @media (min-width: 1200px) {
        .comment-replies > ul {
            padding-left: 100px;            
        }
    }*/

@media (max-width: 768px) {
    div.dataTables_info {
        white-space: normal !important;
    }
}


/* cards */
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    /*box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;*/
    box-shadow: 0 1px 3px 0 cornflowerblue, 0 0 0 1px cornflowerblue;    
    margin-bottom: 20px;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    background-color: #fff;
    min-height: 120px;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.cardbox > .icon { text-align: center; position: relative; background-color: cornflowerblue; min-height: 144px; height: 144px; line-height: 144px; color: white; font-size: 50px; vertical-align: middle; }  /*#d4d4d5*/
.cardbox > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.cardbox > .icon:hover > .image { background: #333; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform:rotate(360deg) scale(1.5); -moz-transform:rotate(360deg) scale(1.5); -o-transform:rotate(360deg) scale(1.5); -ms-transform:rotate(360deg) scale(1.5); transform:rotate(360deg) scale(1.5); }
.cardbox > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.cardbox > .icon:hover > .image > i { color: white !important; }
.cardbox > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.cardbox > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.cardbox > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.cardbox > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.cardbox > .icon:hover > .info > h3.title, .cardbox > .icon:hover > .info > p, .cardbox > .icon:hover > .info > .more > a { color: #222; }
.cardbox > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.cardbox > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.cardbox .space { height: 30px; }

#tbl-calendar tr td.td-calendar-day-cell {
    background-color: white; 
    border-top: 1px solid #ddd; 
    border-left: 1px solid #ddd;
    
    width: 14.286%; 
    text-align: left; 
    vertical-align: top;
}

#tbl-calendar tr td.td-calendar-day-cell.day-other-month {    
    background-color: #f0f0f0;     
}

#tbl-calendar tr td.td-calendar-day-cell:last-child {
    border-right: 1px solid #ddd;        
}

#tbl-calendar tr:last-child td.td-calendar-day-cell {
    border-bottom: 1px solid #ddd;
}


.calendar-date-holder {
    /*height: 30px;*/ 
    line-height: 26px; 

    background-color: white; 
    padding: 2px;
}



    .calendar-date-holder .calendar-date {
        font-size: 24px;
        font-weight: 100; 
        font-family: Tahoma;
    }

    .calendar-date-holder .calendar-events-count {
        /*font-size: 100%;*/ 
        margin-top: 5px; 
        margin-right: 1px; 
        margin-left: 1px;        
        padding-left: 3px;
        padding-right: 3px;
    }

@media (max-width: 768px) {
    
    .calendar-date-holder {
        /*height: 20px;*/ 
        line-height: 16px; 
    }
        .calendar-date-holder .calendar-date {            
            font-size: 22px;
        }

        .calendar-date-holder .calendar-events-count {
            /*font-size: 75%;*/ 
            margin-top: 0px; 
            margin-right: 0px; 
        }
}

.td-calendar-day-cell.day-other-month .calendar-date-holder {
    background-color: #f0f0f0;     
    color: white; 
    font-weight: 800; 
    font-family: sans-serif;     
    padding: 2px;
}

.calendar-day-cell {
    height: 150px;   
    width: 0px;         /*fake width - calculated on resize*/
    overflow: hidden;
}

.event-side-info .price {
    font-weight: bold;
}

.dv-panel-info-layer {
    width: 100%;
    min-height: 1px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px 10px;
}

.tr-timeline-event {
    background-color: #f2f5fa;
}

.dv-timeline-event-item {
    background-color: white; 
    margin-left: 3px; 
    height: 100%; 
    overflow: hidden; 
    display: block; 
    box-shadow: 2px 2px 2px #888888; 
    border: 1px solid gray; 
    padding: 0px 5px;
}

.dv-timeline-pastevents {
    background-color: #ddd; 
    font-size: 85%; 
    padding: 5px 10px;
}

.dv-question-answerlist {
    background-color: #f5f5f5; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

.tr-answer {
    background-color: #f5f5f5;
}

.btn-quickaccess {    
    border: none;    
}


.pn-topic .pn-topic-resource-holder,
.dv-topiccontent .dv-topic-reslist {
    background-color: #eee; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

.pn-topic-common .pn-topic-resource-holder {
    background-color: #fcf8e3;     
}

input.form-control.disabled {
    background-color: #eee;
    cursor: not-allowed !important;
}

hr.colorcoat {
    border-color: #aaa;
    border-width: 4px;
    max-width: 150px;
    text-align: left;
    margin-left: 0px; /* chrome */
}

.dv-colorcoat {
    margin: 5px auto;
}



.pricing-table th, 
.pricing-table td {
    padding: 10px 5px 10px 35px;
    line-height: 18px;
    /*text-align: left;*/
    vertical-align: middle !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff;
}

.pricing-table th {    
    border-bottom: 2px solid #fff !important;
    color: #fff;
}

.pricing-table td {    
    font-weight: 300;
}

.pricing-table td:not(:first-child) {
    text-align: center;
}

.pricing-table .pricetag-name {
    font-size: 23px; 
    line-height: 30px;    
}
.pricing-table .pricetag-descr {
    font-weight: 300;
    display: block;
}
.pricing-table .pricetag-start {
    font-size: 12px; 
    line-height: 30px; 
    display: block;
}


.pricing-table  .pricing-checkmark {
    font-size: 140%;
    /*color: forestgreen;*/
    color: #28b337;
}

.pricing-table .btn-try {
    margin: 15px 0px 5px 0px;    
    border: 0px;
    border-radius: 5px;
    background-color: #ffc038; /*#fbb82f;*/
}

.pricing-table .btn-try:hover {
    background-color: #eda30b;
}

.pricing-table .form-control:focus {
    border-color: #aaa;
}


@media (min-width: 992px) {
    .md-bubble {
        width: 70vw;
    }
}

.md-bubble-content {    
    background-color: #f3961c; 
    color: #fff;        
    line-height: 1.1em;    
}

.md-bubble-content .ttl {
    display: block;
    font-weight: 600;    
    margin-bottom: 5px;
}

.md-bubble-content .bl {
    font-size: 90%;
}

@media screen and (max-width: 768px) {
    .md-bubble-content .bubble-item:not(:first-child) > .ttl {
        margin-top: 15px;        
    }

    .md-bubble-content .bubble-item:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .md-bubble .row:not(:last-child) {
        margin-bottom: 15px;
    }
}

.btn-bubble-close {
    background-color: #339900; 
    border-color: #339900;
}


.footer-lc, .footer-rc {
    width: auto;                    
}    

@media screen and (max-width: 768px) {
    .footer-lc {
        width: 100%;
        text-align: center;
    }    
        .footer-lc p {
            margin-bottom: 5px !important;
        }    

    .footer-rc {
        width: 100%;
        text-align: center;
        font-size: 90%;
    }
        .footer-rc p {
            margin-top: 5px !important;
        }
}

/* fix checbox indented in bs3.4.1. */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {  
  margin-left: 0px;
}

/* fix color of red menu button in panel heading */
.panel-heading > .dropdown .dropdown-toggle {
    color: white;
}

.tr-side-course-module {
    background-color: #337ab7;
    color: #fff;
}


/* recent courses fixes */
.dv-recent-courses .img-container,
.dv-recent-courses .descr-container {
    height: auto;
}

.dv-recent-courses .title-container {
    min-height: 0px;
}

.alert-gplay-update {    
    padding: 45px 30px;
    border: none;
    box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.14), 0px 6px 30px 5px rgba(0,0,0,0.12), 0px 8px 10px -5px rgba(0,0,0,0.2)
}