﻿.validation-summary-errors {
    background-color: rgba(240, 80, 80, 0.2);
    border-color: rgba(240, 80, 80, 0.3);
    color: #f05050;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    
}

.navbar-nav > li {
    float:left;
}

.enc-messagebox-overlay {
    z-index: 10000;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
}

.encDialogTab {
    /*border-bottom: 1px solid #c0c0c0;*/
}

.encDialogTab.active {
}

.nav.nav-tabs {
    border-bottom: 1px solid #c0c0c0;
}

.tab-content {
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.nav.nav-tabs > li.active > a {
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid white;
}

.label-default a {
    color: white;
}

.cell-danger {
    background-color: #e86f6d;
    color: black;
    font-weight: bold;
}

.cell-warning {
    background-color: #e8a66d;
    color: black;
    font-weight: bold;
}

#VehicleIssuesContainer {
    position: relative;
}

.VehicleIssues {
    /*    background-image: url(/Assets/Site/issues.jpg);
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative;
    width: 100%;
}

.VehicleIssue {
    position: absolute;
    height: 28px;
    width: 28px;
    border-radius: 15px;
    border: 1px solid black;
    text-align: center;
    color: black;
    padding-top: 2px;
}

.fixedcol {
    position: absolute;
    background-color: white;
    width: 200px;
}

.fixedrow {
    /*position: absolute;*/

}

#topnav .topbar-main .notification-list {
    min-height: 60px;
}

.enc-tag {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    height: 38px;
    margin-right: 4px;
    margin-bottom: 4px;
    background-color: #f7f7f7;
}



.enc-tag-text {
    padding-left: 10px;
}

.enc-more
{
    color: #98a6ad;
}

.enc-more:hover
{
    color: #5fbeaa;
}

.enc-chartcanv {
}

.enc-messagebox-container {
    position: absolute;
    z-index: 99999;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding: 17px;
    background-color: white;
    border-radius: 5px;
    width: 70%;
    max-width: 500px;
    /*border: 2px solid;*/
    /*border: 5px solid #9AD3DE;*/
    /*border: 4px solid #5fbeaa;*/
    border-color: #707070;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.3);
}

.enc-progress {
    margin-bottom: 0px;
}
.enc-messagebox-container h1 {
    margin-top: 40px;
    margin-left: 110px;
    text-align: left;
}

.enc-messagebox-container p {
    margin-bottom: 30px;
    margin-left: 110px;
    text-align: left;
}

.enc-messagebox-stop {
    /*border-color: #f05050 !important;*/
    background-image: url(/assets/site/msg-stop-lg.png);
}

.enc-messagebox-warning {
    /*border-color: #ffbd4a !important;*/
    background-image: url(/assets/site/msg-warning-lg.png);
}

.enc-messagebox-danger {
    /*border-color: #f05050 !important;*/
    background-image: url(/assets/site/msg-danger-lg.png);
}

.enc-messagebox-information {
    /*border-color: #34d3eb !important;*/
    background-image: url(/assets/site/msg-info-lg.png);
}

.enc-messagebox-success {
    /*border-color: #81c868 !important;*/
    background-image: url(/assets/site/msg-success-lg.png);
}

.enc-messagebox-question {
    /*border-color: #34d3eb !important;*/
    background-image: url(/assets/site/msg-question-lg.png);
}

#enc-popupalert {
    display: none;
}

.fixed-table-body {
    -webkit-overflow-scrolling: touch;
}

.enc-gallery {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 0px;
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.enc-gallery-popup {
    margin-top: -25px;
    margin-left: 15px;
}

.enc-gallery-heading {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.enc-gallery-wrapper {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}


.enc-gallery-wrapper {
    max-width: 200px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.enc-image-preview-wrapper {
    height: 500px;
    overflow-x: auto;
    overflow-y: auto;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.enc-iframe-wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    padding: 15px;
}

.enc-snippet-preview-wrapper {
    height: 500px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

.enc-video-preview-wrapper {
    height: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
}

.enc-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: 128px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 4px;
    line-height: 1.4285;
}

.enc-thumbnail-sm {
    display: inline-block;
    max-width: 100%;
    height: 105px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 4px;
    line-height: 1.4285;
}

.enc-scriptview {
    max-height: 400px;
}

.enc-imageview {
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    align-content: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 18px;
}

.Trigger_NotifyAction:hover .enc-notify-clearitem {
    display: inline-block;
}

.enc-notify-clearitem {
    position: absolute;
    right: 20px;
    top: 8px;
    color: red !important;
    display: none;
}

.enc-notify-clearitem i {
    color: #d0d0d0;
}

.enc-notify-clearitem i:hover {
    color: #555555;
}

#enc-notifymenu .progress {
    margin-bottom: 0px;
}

#enc-notifymenu {
    width: auto !important;
    min-width: 300px;
}

.enc-imageitem {
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.enc-info {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 32px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.enc-scroller {
    /*padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;*/
    width: 100%;
    overflow-y: auto;
}

.AvatarCropper {
    border-radius: 50%;
    height: 165px;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    text-overflow: ellipsis;
}

.btn-lighter {
    opacity: 0.4;
}


.bg-header {
    background-color: #ebeff2;
}


.bg-header > h3 {
    color: #797979 !important;
}

.alert-danger a {
    color: #f05050;
    text-decoration: underline;
}

.input-validation-error {
    border-color: rgba(240, 80, 80, 0.3);
}

.copyright a {
    color: #98a6ad;
}

.copyright a:hover {
    color: #5fbeaa;
}

.tblinlinelink a {
    color: #494e53;
}

    .tblinlinelink a:hover {
        color: #5fbeaa;
    }



.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #E7F5E8;
}

.table-hover > tbody > tr > td > a, .table-block > a {
    color: #797979;
}

.table-hover > tbody > tr > td > a:hover, .table-block > a:hover {
    color: #5fbeaa;
}

.Right {
    text-align: right;
}

.Left {text-align: left;}

.Center {text-align: center;}

.isHidden {
    display: none;
}

.TextHolder {

}

.prompt-right {
    text-align: right;
}

.prompt-left {text-align: left !important;}

.prompt-center {text-align: center !important;}

.bootstrap-table {
    padding-left: 10px;
    padding-right: 10px;
}

.bootstrap-table .table thead > tr > th {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.bootstrap-table .table,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > td,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td, 
.th-inner {
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 5px !important;
  padding-bottom: 4px !important;
}

.fixed-table-default {
    min-height: 440px;
}

.fixed-table-search {
    min-height: 440px;
}

.fixed-table-fluid {

}

.btn-group-hdr > .btn, .btn-tbl {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 3px;
}

.icon-dropdown {
    color: #a0a0a0;
    border: 1px solid;
    border-color: #eeeeee;
    background-color: #fafafa;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 0px;
    margin-right: 0px;
}

.icon-dropdown:hover {
    color: #5fbeaa;
    border-color: #c0c0c0;
    background-color: #eaeaea;
}

.tbllink {
    line-height: 1.5;
}




.th-wrap {
    white-space: normal !important;
}

.td-footer {
    background-color: #F3F5F8;
}

.td-textonly
{
    margin-top: 5px;
}

.td-textonly2
{
    margin-top: 10px;
}

.td-textonly3
{
    margin-top: 3px;
}


.dd {
    max-width: none;
}

.colsplit-r
{
    border-right: 1px solid #D0D0D0 !important;
}

.colsplit-l
{
    border-left: 1px solid #D0D0D0 !important;
}

.rowsplit-t
{
    border-top: 1px solid #D0D0D0 !important;
}

.rowsplit-b
{
    border-bottom: 1px solid #D0D0D0 !important;
}



@media screen and (max-width: 767px) {
    .pagination-detail {
        width: 100%;
    }

    .pagination {
        width: 100%;
    }
}

@media all and (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 9px;
        text-align: left;
    }


}

@media all and (max-width: 767px) {
    .prompt-right {
        text-align: left !important;
    }
    .prompt-center {
        text-align: left !important;
    }
}

.buttonbar {
    text-align: center;
}

.buttonbar hr {
    border: 1px solid #C6E8E0;
}

.btn-cancel,
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active,
.btn-cancel.focus,
.btn-cancel:active,
.btn-cancel:focus,
.btn-cancel:hover,
.open > .dropdown-toggle.btn-default {
  background-color: #ADDED3 !important;
  border: 1px solid #ADDED3 !important;
}

.btn-cancel {
  color: #ffffff !important;
}

.btn-cancel:hover {
    color: #333;
    background-color: #ADDED3;
    border-color: #ADDED3;
}

.btn-group-hdr > .btn, .btn-hdr {
    padding-left: 8px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-grey:active, .active.btn-grey, .focus.btn-grey, .btn-grey:active, .btn-grey:focus, .btn-grey:hover, .open > .btn-grey.dropdown-toggle {
    background-color: #eaeaea !important;
    border: 1px solid #E3E3E3 !important;
    color: #A0A0A0 !important;
    /*background-color: #E0E0E0 !important;
    border: 1px solid #E0E0E0 !important;
    color: #A0A0A0 !important;*/
}

[disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
    background-color: #F7F7F7;
    opacity: 1;
}

.panel-heading{
    font-size: 16px;
}


.form-horizontal .btn:focus {
    border-color: #333333 !important;
}

.ms-cell {
    padding-top: 6px;
}
.dropdown-menu {
    z-index: 3000;
}


@media all and (min-width:992px) {
    #topnav .navigation-menu > li .submenu > li .submenu {
        top: -15px;
    }
}

@media all and (min-width: 992px)
{
    .menu-right {
        float: right !important;
    }
}

/*.menu-right {
    float: right !important;
}*/

/*@media all and (max-width: 767px) {

    .menu-right {
        float: left !important;
    }

}*/

[class*=col-].input-group {
    padding-left: 10px !important;
}


.htmlarea {
    background-color: #f7f7f7;
    opacity: 1;
}

/* ------------------------------------------------------------------------------------------ */
/* spinner for ajax wait-state */
/* ------------------------------------------------------------------------------------------ */

.spinner {
  background: url("/app_themes/common/img/loading.gif") center 40% no-repeat;
    height: 15px;
    width: 128px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
    z-index: 9999;
}

.divider > hr {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

textarea.form-control {
    min-height: 40px;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.dropdown-menu {
    background-color: #fcfcfc;
}

.enc-login-background {
    background: url(/assets/site/logos/loginbackground.jpg) no-repeat center center / cover !important;
}

.enc-login-logo {
    width: 300px;
    height: 120px;
    background: url(/assets/site/logos/loginlogo.jpg) no-repeat center center;
    margin-left: auto;
    margin-right: auto;
}

.enc-login-application {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.enc-login-platform {
    text-align: center;
    font-size: 14px;
    text-align: center;
}

.enc-site-logo {
    width: 140px;
    height: 32px;
    background: url(/assets/site/logos/sitelogo.png) no-repeat center center;
    margin-left: 0px;
    margin-top: 15px;
    float: left;
}

.enc-site-tagline {
    float: left;
    color: #c0c0c0;
    font-size: 16px;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 0px;
    text-transform: uppercase;
}

.cell-full {max-width: 1px; width: 100%; }
.cell-ellipses { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.cell-nowrap {white-space: nowrap;}

#topnav .navigation-menu > li > a {
    padding-right: 0px;
}

.HasDetail {
    background-color: #81c868 !important;
}

.thumb-gallery {
    border: 1px solid #c0c0c0 !important;
    background-color: #efefef !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.thumb-image {
    border: 1px solid #c0c0c0 !important;
}

.thumb-caption {
    min-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.HideMainMenu {
    margin-top: 80px;
}


@media (max-width: 991px) {
    .HideMainMenu {
        margin-top: 80px;
    }
}

.avatarselect {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 10px;
    text-align: center;
}

.avatarchooser {
    border: 1px solid #c0c0c0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .avatarchooser:hover {
        background-color: #5fbeaa;
    }

.avatarimage {
    width: 100px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.FamilySection {
    min-height: 400px;
}

.SectionBordered {
    border-bottom: 1px solid #e0e0e0 !important;
    border-left: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
}

.SectionMin500 {
    min-height: 500px;
}

.enc-image-uploader {
    margin-left: auto;
    margin-right: auto;
    height: 320px;
    width: 320px;
}

.enc-image-uploader-media {
    margin-left: auto;
    margin-right: auto;
    height: 400px;
}

.enc-table-body {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.enc-gal-thumb {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border-radius: 4px;
    /*width: 100%;*/
}

.resp-tab-active {
    border-color: #E7B134 !important;
    border-top-color: #E7B134 !important;
}

.resp-tab-content {
    border-top-color: #E7B134 !important;
}

.TabSurface {
    min-height: 150px;
}

.wrapper-short {
    margin-top: 0px;
}

.selfservicespacer {
    height: 90px;
}

.selfservicetitle {
    float: right!important;
    height: 60px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.bodywrapper {
    background-color: #ebeff2;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.panel-shaded {
    background-color: #f7f9fa !important;
}

.console-block {
    margin-bottom: 40px;
}

.console-block-heading {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.console-block-heading-text {
    font-weight: bold;
}

.console-block-body {
    border: 1px solid #e0e0e0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.console-header-criteria {
    background-color: #ebeff2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 20px;
    border-bottom: 1px solid #d0d0d0;
}

.console-search-noradius {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.console-header-criteria .form-control {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 30px;
    font-size: 12px;
}

.console-header-criteria .input-group-btn .btn {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.console-header-criteria .control-label {
    padding-top: 8px;
    font-size: 12px;
}

.console-header {
    display: block;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
}

.console-header-heading {
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 13px;
    padding-bottom: 1px;
    color: #666666;
    height: 30px;
}

.console-header-subheading {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    color: #c0c0c0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

@media all and (max-width: 640px) {
    .console-header-subheading {
        display: none;
    }
}

.console-header-btn {
}

#image-preview {
    /*width: 400px;*/
    height: 400px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

    #image-preview input {
        line-height: 200px;
        font-size: 200px;
        position: absolute;
        opacity: 0;
        z-index: 10;
    }

    #image-preview label {
        position: absolute;
        z-index: 5;
        opacity: 0.8;
        cursor: pointer;
        background-color: #bdc3c7;
        width: 200px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        text-transform: uppercase;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }

.enc-property-list {
    max-height: 480px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.enc-property-tab {
    padding: 10px !important;
}

.enc-detail-tab {
    padding: 20px !important;
    min-height: 550px;
}

.enc-detail-tab2 {
    padding: 20px !important;
    min-height: 400px;
}

.enc-content-tab {
    padding: 20px !important;
    min-height: 640px;
}

.enc-content-sort {
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}


@media (min-width: 992px)
{
    .modal-mdx {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .modal-lgx {
        width: 980px;
    }
}

#Setting_Edit_Tree {
    display: block;
    height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}


#Setting_Edit_Panel {
    margin-top: 20px;
    display: block;
    /*height: 330px;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

#Setting_Edit_Space {
    height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 768px)
{
    #Setting_Edit_Tree {
        height: 460px;
    }

    #Setting_Edit_Panel {
        margin-top: 0px;
        height: 460px;
    }

    #Setting_Edit_Space {
        height: 400px;
    }
}

.input-group-btn .noleft {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-group-btn .noright {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-narrow {
    padding-left: 8px !important;
    padding-right: 8px !important;
    color: #c0c0c0;
}

.enc-media-finder {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

.enc-media-image {
    margin-left: 5px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .enc-media-image {
        border: 0px;
    }

    .enc-media-text {
        display: none;
    }

    .enc-media-finder {
        padding-right: 0px;
        padding-left: 5px;
    }

    .enc-media-info {
        float: left;
    }
}

@media (min-width:769px) and (max-width:990px)
{
    #Setting_Edit_Space .enc-media-text {
        display: none;
    }

    #Setting_Edit_Space .enc-media-button {
        position: relative;
        float: right;
        right: -5px;
        top: 15px;
    }

    #Setting_Edit_Space .enc-media-title {
        float: none;
    }
}

.enc-media-info {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 100%;
}

.enc-media-header {
    padding-top: 4px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 44px;
}

.enc-media-title {
    float: left;
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.enc-media-text {
    padding-top: 10px;
}

.enc-media-value {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enc-media-button {
    float: right;
}

.enc-codeeditor-wrapper {
    background-color: white;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
}

.enc-codeeditor {
    border: 1px solid #efefef;
}

.enc-cmsfavourite {
    color: #34d3eb;
}

.enc-cmscompleted {
    color: #5fbeaa;
}

.accordian-holder {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.enc-badge {
    display: inline-block;
    position: relative;
    top: -8px;
    left: -3px;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 3px 5px;
    margin-top: 1px;
}

.enc-badge-count {
    color: #fff;
    background-color: #c0c0c0;
}

.enc-badge-tagged {
    color: #fff;
    background-color: #34d3eb;
}

.enc-badge-unseen {
    color: #fff;
    background-color: #f05050;
}

.enc-btn-comment {
    padding: 6px 20px;
    color: #c0c0c0 !important;
    border-width: 2px;
    border-color: #e0e0e0;
    background-color: white;
    padding-right: 10px;
    padding-left: 10px;
}

.enc-btn-comment-left {
    border-bottom-left-radius: 2em !important;
    border-top-left-radius: 2em !important;
    border-right-width: 0px;
}

.enc-btn-comment-right {
    border-bottom-right-radius: 2em !important;
    border-top-right-radius: 2em !important;
    border-left-width: 1px;
}

.enc-comment-avatar {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

