﻿/*All application specific css customizations go here.*/

body {
    font-family: "San Francisco", "Segoe UI", sans-serif;
    font-size: 14px;
    color: #303030;
    height: 100%;
    background: #ffffff;
    padding:0px !important;
}


.wordbreak {
    word-break: break-word !important;
    min-width: 80px;
}


/*Layout styles*/

.content-wrapper {
    border-top: none;
    padding-top: 0px;
    padding: 0 15px;
    margin-top: 0px;
}

.progress-spin {
    font-size: 50px;
    color: #ed8b00;
}

.wrapper .aside {
    margin-top: 108px;
    bottom: 60px;
    border-top: 1px solid #d9d9d9;
}

.wrapper > .aside,
.wrapper > .aside .aside-inner {
    width: 300px;
}

.wrapper > section {
    margin-left: 300px;
}

footer {
    background: white;
    padding: 20px;
    width: 100%;
    height: 60px;
}

.wrap > footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #e4eaec;
    padding: 20px;
    z-index: 109;
}

.wrap {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
}

body .wrapper {
    position: static;
}

iframe {
    border: none;
    width: 100%;
    /*min-height: 400px;*/
}

.login-screen-background {
    background-image: linear-gradient(rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.80)), url(../../Images/login-bg.jpg);
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-left {
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 10px 5% 10px 8%;
    height: 100%;
    min-height: 100%;
}

.login-right {
    vertical-align: middle;
    position: relative;
    padding: 10px 0;
    height: 100%;
    min-height: 100%;
}

@media only screen and (max-width: 767px) {

    .wrapper > .aside,
    .wrapper > section {
        position: static;
        margin-left: 0px !important;
    }

        .wrapper > .aside,
        .wrapper > .aside .aside-inner {
            width: auto !important;
            padding-top: 0px !important;
            overflow: visible;
            margin-top: 0px !important;
        }
}



@media only screen and (max-width: 1300px) {
    .content-to-hide {
        display: none;
    }
}

.wrapper > .aside .aside-inner {
    padding-top: 0;
}


.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #ed8b00;
    border-color: #ed8b00;
}

.btn.disabled,
.btn[disabled] {
    opacity: .5;
}

input[type="button"]:disabled {
    color: #fff !important;
}

.btn-sm,
.btn-xs {
    font-size: 12px;
}

.table > thead > tr > th {
    color: #303030;
    padding: 8px;
}

table th a,
table th a:focus,
table th a:hover,
table td a,
table td a:focus,
table td a:hover,
.list-group a,
.list-group a:focus,
.list-group a:hover {
    color: #303030;
    text-decoration: underline;
}



/*Search Explore styles*/

.search-explore .tab-content {
    /*padding: 5px;*/
    border: none;
    height: 98% !important;
	width:100%;
}

.search-explore .sidebar {
    overflow: hidden !important;
}

.search-explore-collapsed .aside,
.search-explore-collapsed .aside .aside-inner {
    width: 0px !important;
}

.search-explore-collapsed section {
    margin-left: 0px !important;
}

.activitypage-leftmenu .sidebar {
    overflow: hidden !important;
}


.sidebar > .nav > li.active {
    border-left-color: #ed8b00;
}

    .sidebar > .nav > li.active,
    .sidebar > .nav > li.active > a,
    .sidebar > .nav > li.active > .nav-item,
    .sidebar > .nav > li.active .nav,
    .sidebar > .nav > li.open,
    .sidebar > .nav > li.open > a,
    .sidebar > .nav > li.open > .nav-item,
    .sidebar > .nav > li.open .nav,
    .sidebar > .nav > li > a:focus,
    .sidebar > .nav > li > a:hover,
    .sidebar > .nav > li > .nav-item:focus,
    .sidebar > .nav > li > .nav-item:hover {
        color: #ed8b00;
        font-weight: bold;
        background-color: #ddd;
    }



/*TreeView styles*/

.tree {
    border: 1px solid #ddd;
}

    .tree table {
        border-bottom: 1px solid #ddd !important;
    }

        .tree table tr td {
            padding: 5px;
        }

            .tree table tr td img {
                width: 14px;
                height: auto;
            }

        .tree table td.tree-node {
            width: 100%;
        }

    .tree .node-selected {
        background-color: #ffefd1;
    }

    .tree .node-hover {
        background-color: #ffefd1;
    }



/*Grid related styles go here*/

.action-panel {
    float: left;
}

    .action-panel a {
        vertical-align: middle;
        margin-left: 10px;
        margin-right: 10px;
        white-space: nowrap;
        display: inline-block;
    }

        .action-panel a:first-child {
            margin-left: 0px;
        }

        .action-panel a:last-child {
            margin-right: 0px;
        }

.search-panel {
    padding-left: 5px;
    float: right;
    border-left: 1px solid #bdbdbd;
}

.search-panel-no-border {
    border-left: none !important;
}

@media (max-width: 1200px) {
    .search-panel {
        /*float: left;*/
        border-left: none;
    }

    .action-panel {
        padding-bottom: 1em;
        /*float: none;*/
    }
}

.search-panel input[type="text"],
.search-panel select,
.search-panel input[type="button"] {
    margin-left: 5px;
    margin-bottom: 5px;
}

.search-panel input[type="text"],
.search-panel select {
    border: 1px solid #aaaaaa;
}

.grid-pager {
    border: solid 1px #ddd;
    text-align: right;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .grid-pager,
    .grid-pager:hover {
        background-color: #f5f7fa !important;
    }

        .grid-pager select {
            border: 1px solid #aaaaaa;
            text-align: left;
            vertical-align: middle;
            padding: 2px;
        }

        .grid-pager a,
        .grid-pager span {
            vertical-align: middle;
            white-space: normal;
            /*word-break: break-all;*/
        }

        .grid-pager table > tbody > tr > td > a,
        .grid-pager table > tbody > tr > td > span {
            padding: 4px 8px;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
            text-decoration: none;
        }

        .grid-pager table > tbody > tr > td > span {
            color: #aea79f;
        }

        .grid-pager table > tbody > tr > td:first-child > a,
        .grid-pager table > tbody > tr > td:first-child > span {
            color: #303030;
            background-color: #f5f7fa;
            border: none;
        }

        .grid-pager table > tbody > tr > td > a:hover,
        .grid-pager table > tbody > tr > td > a:focus {
            background-color: #eee;
            text-decoration: underline;
        }



/*Header*/

#search-container .search-input-box {
    padding-left: 60px;
    border: 1px solid #aaaaaa;
}

#search-container .fa-search:hover {
    text-decoration: none;
}

#main-navbar-container {
    min-height: 55px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

    #main-navbar-container,
    #main-navbar-container .navbar-header {
        background: #222;
    }

        #main-navbar-container .active {
            background: rgb(8, 8, 8);
        }

        #main-navbar-container li:hover {
            background: rgb(8, 8, 8);
        }

        #main-navbar-container .dropdown-menu li:hover {
            background: none;
        }

        #main-navbar-container .brand-logo input[type=image],
        #main-navbar-container .brand-logo img {
            max-height: 35px;
        }


#cloud-details-button > a {
    box-shadow: 0 -3px 0 #222 inset;
    height: 55px;
}

    #cloud-details-button > a,
    #cloud-details-button > a:hover {
        color: white;
    }

#cloud-details-button > ul.dropdown-menu {
    background: white;
}

#cloud-details-button .dropdown-menu {
    border: none;
}


#user-details-button > a {
    box-shadow: 0 -3px 0 #222 inset;
    height: 55px;
}

    #user-details-button > a,
    #user-details-button > a:hover {
        color: white;
    }

#user-details-button > ul.dropdown-menu {
    background: white;
}

#user-details-button .dropdown-menu {
    border: none;
}

.img-profile-small {
    height: 20px;
    width: auto;
}

.img-profile {
    width: 80px;
    height: auto;
}

.img-profile-medium {
    width: 40px;
    height: auto;
}

#divLoginMenu {
    min-width: 320px;
    padding: 5px;
}

#divCloudMenu {
    min-width: 320px;
    padding: 5px;
}



/*Activity List Items*/

.activity-item-container {
    margin: 0px;
}

    .activity-item-container .thumbnail {
        padding: 5px;
        background-color: #fff;
        border-color: #ddd;
    }

        .activity-item-container .thumbnail:hover {
            border-color: #ED8B00;
        }

    .activity-item-container h4 a,
    .icon-container a:hover {
        color: #888888;
    }

.new-button {
    color: #888888;
    font-size: 15px;
}

.detail-panel {
    border: 1px solid black;
    border-radius: 5px;
}

.activity-item-container .description {
    min-height: 75px;
}

.caption h4 a {
    text-decoration: none;
}

.thumbnail a.btn.btn-link {
    text-decoration: none;
    font-weight: bold;
}

.icon-container a {
    font-size: 70px;
    color: #ED8B00;
    text-decoration: none;
    cursor: pointer;
}

.helpicon-container {
    font-size: 20px;
    color: #888888;
    cursor: pointer;
}



/*Breadcrumb*/

.breadcrumb {
    margin-bottom: 5px;
    position: relative;
    padding: 5px 10px;
    color: #303030;
}

    .breadcrumb a {
        color: #303030;
    }

.secondary-top-nav-container {
    background: #fafafa;
}

    .secondary-top-nav-container .action-button-container {
        padding: 5px 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        list-style: none;
    }

        .secondary-top-nav-container .action-button-container > li {
            display: inline-block;
            padding: 0 5px;
        }

.action-button-container i {
    cursor: pointer;
}



/*Border styles*/

.border {
    border: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.border-left {
    border-left: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.soap-scoring-template {
    margin-bottom: 0px;
}



/*Form styles*/

.filler-form-control {
    width: 100%;
    height: 35px;
    margin-bottom: 0px;
}

.form-label {
    font-weight: 600;
}

.form-instructions {
    color: #303030;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
    margin-left: 0px;
}

.checkbox,
.radio {
    margin-top: 5px;
    margin-bottom: 5px;
}

.itemChecklist {
    padding-right: 10px;
}

.checkbox-inline label,
.radio-inline label {
    font-weight: normal;
}


.Default.reDropDownBody {
    z-index: 210990 !important;
}

.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow {
    z-index: 110000 !important;
}

    .RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.rwInactiveWindow {
        z-index: 10990 !important;
    }

.reContentArea {
    background-color: white !important;
    background-image: none !important;
    min-height: 97% !important;
    padding: 0px !important;
    padding-bottom: 1px !important;
    margin: 0px !important;
    text-align: left !important;
    border: 0 !important;
    border-color: White !important;
    font-family: Verdana !important;
    font-size: 12px !important;
    color: #000000 !important;
    width: 98% !important;
}

    .reContentArea P {
        margin: 0;
        font-size: 12px;
        width: 98% !important;
    }

.reContentAreaToggle {
    min-height: 97% !important;
    width: 98% !important;
}


.form-inline .checkbox label,
.form-inline .radio label {
    padding-left: 8px;
}

.multiple .option {
    max-width: 100%;
    word-wrap: break-word;
}

.modal-backdrop,
.ui-widget-overlay {
    z-index: 1051 !important;
    /*1 value higher than topnavbar z-index 1050.*/
}

.modal,
.ui-dialog {
    z-index: 1052 !important;
    /*1 value higher than modal-backdrop z-index 1051.*/
}

.modal-center {
    text-align: center;
    padding: 0 !important;
}

    .modal-center:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-center .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

.modal-xl {
    width: 1200px;
}

.modal-xxl {
    width: 1500px;
}


@media (max-width: 768px) {
    .wd-xxxl {
        width: 320px;
    }
}

.wd-xxxl {
    width: 450px;
}


.tab-content {
    background-color: #fff;
    padding: 10px 15px;
}

.aside-collapsed .wrapper > .aside,
.sidebar-collapsed .wrapper > .aside {
    width: 20px;
}

    .aside-collapsed .wrapper > .aside > .aside-inner .sidebar {
        display: none;
    }

.wrapper .aside .aside-toggle a:before {
    content: "\f053";
}

.wrapper .aside .aside-toggle a:hover,
.wrapper .aside .aside-toggle a:active,
.wrapper .aside .aside-toggle a:link {
    text-decoration: none;
}

.aside-collapsed .wrapper .aside .aside-toggle a:before {
    content: "\f054";
}


@media only screen and (min-width: 768px) {

    .wrapper .aside .aside-toggle {
        position: absolute;
        top: 10px;
        right: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .aside-collapsed .wrapper > section {
        margin-left: 20px;
    }
}



/*Live Video Room*/

div[id$="floatdiv"] {
    background: #FFFFFF;
}

.preset-button-container {
    display: inline-block;
}

.bookmark-control-container > div {
    display: inline-block;
    vertical-align: bottom;
}

.bookmark-container {
    overflow: hidden;
    vertical-align: top;
}

.bookmark-link {
    font-size: 9px;
    font-family: Verdana;
    width: 60px;
    display: inline-block;
}

.arrow-img,
.bookmark-img {
    height: 30px;
    width: 30px;
}

    .arrow-img:hover {
        cursor: pointer;
    }

.vid-title-container {
    color: black;
}

    .vid-title-container .eval-num {
        color: black;
        border: 1px solid black;
        background: white;
        margin-top: 0px;
        font-size: 10px;
        width: 15px;
        height: 15px;
        border-radius: 25px;
        border-color: orange;
        float: left;
        margin-right: 10px;
    }

    .vid-title-container .vid-title {
        float: left;
        font-size: 12px;
        line-height: 14px;
    }

    .vid-title-container .hide-vid {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 10px;
        float: left;
    }

    .vid-title-container > div {
        background: #ececec;
        padding: 5px 10px;
    }

    .vid-title-container.selected > div {
        background: #fff1d9;
        padding: 5px 10px; /*vxg 2px-5px*/
    }

    .vid-title-container .col-md-8.col-sm-8.text-left {
        padding-right: 0px;
    }

    .vid-title-container .col-md-4.col-sm-4.text-right {
        padding-left: 0px;
    }

span[id$="dlCameraList"] > span {
    display: inline-block;
}

img[id$="imgFloatPin"] {
    margin-right: 2px;
    height: 16px;
    position: relative;
    top: -4px;
}

    img[id$="imgFloatPin"]:hover {
        cursor: pointer;
    }

.vid-container {
    background: black;
    color: white;
    border: 1px solid white;
    padding-left: 0px !important;
}

    .vid-container .jwplayer {
        font-size: 12px;
    }

        .vid-container .jwplayer.jw-flag-rightclick-open {
            overflow: hidden;
        }

.cam-link-container .selected,
.cam-link-container .displayed.selected {
    background: #ed8b00;
    color: #ffffff;
    border-color: #dc8e00;
    padding: 3px 15px;
}

    .cam-link-container .selected:hover,
    .cam-link-container .displayed.selected:hover {
        color: #ffffff;
    }

.cam-link-container > a.displayed {
    background: #d3d3d3;
}

div.cam-link-container > a {
    border: 1px solid #888888;
    border-radius: 2px;
    color: #303030;
    padding: 3px;
}

    div.cam-link-container > a:hover {
        color: #303030;
        border: 1px solid #ED8B00;
        cursor: pointer;
    }

.cam-link-container.displayed-vid {
    background: #d3d3d3;
}

.cam-link-container.selected {
    background: #ed8b00;
    color: #ffffff;
}

li.cam-link-container .eval-num {
    color: black;
    border: 1px solid black;
    background: white;
}

div.cam-link-container > a {
    text-decoration: none;
}

li.cam-link-container {
    display: inline-block;
    border: 1px solid #888888;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.parent_li > div {
    display: inline-block;
}

div[id$="divPlayerRecordingStatus"],
.debrief-container {
    background: #ececec;
    color: #303030;
    padding: 5px 10px;
}

.debrief-container {
    margin-top: 0px;
}

    .debrief-container > a {
        color: #303030;
    }

div[id$="divPlayerRecordingStatus"] > .PlayerRecording,
div[id$="divPlayerRecordingStatus"] > a {
    margin: 10px;
}

.hide-vid:hover,
.show-vid:hover {
    cursor: pointer;
}

#control-side .panel-body {
    position: relative;
    top: 0px;
    left: 0px;
}

#control-side.docked {
    position: relative;
    left: 50px;
}

#control-side.docked-playback {
    position: relative;
    left: 35px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    #control-side {
        margin-top: 40px;
    }
}


i[id$="expandVideo"] {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    left: 10px;
    top: 10px;
    z-index: 1;
}

    i[id$="expandVideo"]:hover {
        color: #1b72e2;
        cursor: pointer;
    }

#video-row {
    padding-top: 10px;
}

div[id$="divCameraList"] {
    padding-left: 15px;
}

#viewButtonsContainer {
    padding: 0px;
}

div[id$="lnkViewAll"] {
    position: relative;
    top: -2px;
}

    div[id$="lnkViewAll"] > span {
        vertical-align: top;
    }

li.cam-link-container:hover {
    border: 1px solid #ED8B00;
    transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    cursor: pointer;
}

.PlayerRecording {
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    background: #ed8b00;
    color: #ffffff;
    padding: 2px 6px 2px 6px;
    border: 1px solid #ED8B00;
}

    .PlayerRecording:hover {
        text-decoration: none;
        cursor: pointer;
    }

div[id$="divPlayerControl"] .vxgplayer {
    margin: 0px;
    border: 0px;
    background-color: transparent;
    box-shadow: none;
}

.pointer-right {
    background: url('../img/font-awesome_angle-right_16.png') no-repeat !important;
    background-position: 0px 5px !important;
    padding-left: 10px;
    margin-bottom: 5px;
}

.pointer-down {
    background: url('../img/font-awesome_angle-down_16.png') no-repeat !important;
    background-position: 0px 5px !important;
    padding-left: 10px;
    margin-bottom: 5px;
}

    .pointer-down:hover,
    .pointer-right:hover {
        cursor: pointer;
        background: #d3d3d3;
    }

span[id$="lblName"]:hover {
    text-decoration: underline;
}

#videoRowContainer {
    position: relative;
    z-index: 1;
}

input[id$="btnDetail"] {
    margin-top: 30px;
    margin-bottom: 8px;
}

.video-card-filter {
    position: relative;
    z-index: 2;
}



/*Playback Video Room*/

.note-textbox {
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid #75787B;
    min-height: 70px;
    width: 500px;
    overflow: auto;
    resize: both;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .note-textbox {
        width: 100%;
    }
}

input[type=text].form-control.date-input {
    display: inline;
    height: 30px;
    width: 90px;
    padding: 0px;
}

input[type=text].form-control.time-input {
    display: inline;
    height: 30px;
    width: 70px;
}

.SectionHeader > a {
    color: white;
}

.comment-container {
    margin: 5px;
    padding: 5px;
}

    .comment-container > a {
        font-size: 11px;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

@media only screen and (min-width: 768px) {
    .topnavbar .navbar-header {
        width: 180px;
    }
}


.topnavbar .navbar-form {
    left: 190px;
}


@media only screen and (min-width: 768px) {
    .aside-collapsed .topnavbar .navbar-header .brand-logo {
        display: block;
    }
}

@media only screen and (min-width: 768px) {

    .aside-collapsed .topnavbar .navbar-header {
        width: 180px;
    }
}

.video-card-container {
    margin-top: 5px;
    padding: 0 25px 5px;
}

    .video-card-container .thumbnail {
        padding: 0 5px 20px;
        background-color: #fff;
        margin-bottom: 0px;
        border-width: 0px;
        width: 20%;
    }

        .video-card-container .thumbnail > span {
            width: 100%;
            border: 1px solid #888888;
            border-radius: 3px;
            float: left;
        }

            .video-card-container .thumbnail > span:hover {
                border: 1px solid #ED8B00;
                transition: all ease .5s;
                -o-transition: all ease .5s;
                -webkit-transition: all ease .5s;
            }

div[id$="pnlParticipants"] > div > .col-md-12 {
    padding: 0px;
}

div[id$="pnlLearners"] .col-md-7 {
    padding-right: 0px;
}

div[id$="pnlLearners"] .col-md-5 {
    padding-left: 0px;
}

.card-view-group:hover {
    cursor: pointer;
}

.detailContainer .thumbnail .row a {
    color: #303030;
}

    .detailContainer .thumbnail .row a.text-muted {
        color: #748690;
    }

        .detailContainer .thumbnail .row a.text-muted:hover {
            text-decoration: none;
            cursor: default;
        }

#live-panel,
#playback-panel {
    padding: 5px;
}

    #live-panel .tab-content,
    #playback-panel .tab-content {
        padding: 1px;
        position: relative;
        top: -30px;
    }

    #live-panel .nav.nav-tabs,
    #playback-panel .nav.nav-tabs {
        position: relative;
        top: -30px;
    }

        #live-panel .nav.nav-tabs li a,
        #playback-panel .nav.nav-tabs li a {
            z-index: 2000;
        }

    #live-panel > div.col-md-12 span,
    #playback-panel > div.col-md-12 span {
        position: relative;
        top: -20px;
        z-index: 1;
    }

#cardview-video-action-button {
    z-index: 1000;
}

    #cardview-video-action-button a {
        position: relative;
        z-index: 3;
    }

        #cardview-video-action-button a:hover {
            text-decoration: none;
        }

    #cardview-video-action-button img {
        vertical-align: inherit;
    }

.action-button-container .fa.fa-th-list,
.action-button-container .fa.fa-th {
    color: orange;
    font-size: 25px;
    position: relative;
    top: 5px;
    text-decoration: none;
}

    .action-button-container .fa.fa-th-list:hover,
    .action-button-container .fa.fa-th:hover {
        color: #1b72e2;
    }

.action-button-container .fa.fa-refresh {
    color: orange;
    text-decoration: none;
}

    .action-button-container .fa.fa-refresh:hover {
        color: #1b72e2;
    }

#cardview-video-action-button .fa.fa-refresh {
    position: relative;
    top: 1px;
}

.room-control-link {
    color: #909fa7;
}

    .room-control-link:hover {
        color: #909fa7;
        text-decoration: none;
        cursor: pointer;
    }

.expandAll {
    margin-left: 5px;
}

.row.border-top {
    margin-left: 0px;
    margin-right: 0px;
}

.legend {
    margin-top: 10px;
    display: block;
    clear: both;
    overflow: hidden;
}

    .legend .eval-num {
        vertical-align: bottom;
        margin-left: 20px;
        margin-right: 5px;
    }

.eval-num.inprogress {
    border-color: blue;
}

.eval-num.completed {
    border-color: green;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    div[id$="pnlEncounter"] div.row.pb {
        margin-left: 0px;
        margin-right: 0px;
    }

        div[id$="pnlEncounter"] div.row.pb > .col-md-3 {
            padding-left: 0px;
            padding-right: 0px;
        }

    a[id$="lnkRoom"] {
        font-size: 14px;
    }

    span[id$="lblSchedule"] {
        font-size: 11px;
    }

    span[id$="lblScheduleTime"] {
        font-size: 12px;
    }

    span[id$="lblCase"] {
        font-size: 12px;
    }

    #live-panel .tab-content,
    #playback-panel .tab-content {
        top: -20px;
    }

    #live-panel .nav.nav-tabs,
    #playback-panel .nav.nav-tabs {
        top: -20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .video-card-container .thumbnail {
        width: 50%;
    }

    #live-panel .tab-content,
    #playback-panel .tab-content {
        top: -20px;
    }

    #live-panel .nav.nav-tabs,
    #playback-panel .nav.nav-tabs {
        top: -20px;
    }

    input[id$="btnFilter"] {
        padding: 6px 9px;
    }
}


.rec {
    position: relative;
    left: 5px;
    top: 5px;
}

    .rec::after {
        content: " REC";
        font-family: "San Francisco", "Segoe UI", sans-serif;
    }

.right-info {
    position: relative;
    right: 5px;
    top: 2px;
}

.fa.text-danger {
    color: #f05050;
}

.fa.text-muted {
    color: #909fa7;
}

.fa.expandAll.fa-plus-square-o,
.fa.expandAll.fa-minus-square-o {
    font-size: 25px;
}

    .fa.expandAll.fa-plus-square-o:hover,
    .fa.expandAll.fa-minus-square-o:hover,
    .fa.fa-refresh:hover {
        text-decoration: none;
    }

.live-refresh {
    position: relative;
    top: 5px;
}

.room-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #303030;
}

.fa.fa-info-circle {
    font-size: 20px;
}

    .fa.fa-info-circle:hover {
        text-decoration: none;
    }

.room-subtitle {
    font-size: 15px;
    display: block;
    margin-bottom: 2px;
}

.room-case {
    color: #777777;
    text-transform: uppercase;
}

.room-img {
    width: 100%;
}

.detailContainer .thumbnail .row.border-top {
    padding: 6px 5px;
}

.lpcaption {
    padding: 2px !important;
}

.fa.text-success {
    color: rgb(39, 194, 76);
}

.font-8 {
    font-size: 8px !important;
}

.margin_right5 {
    margin-right: 5px !important;
}

.fa.fa-chevron-down,
.fa.fa-chevron-up {
    color: rgb(27, 114, 226);
}

    .fa.fa-chevron-down:hover,
    .fa.fa-chevron-up:hover {
        cursor: pointer;
    }

    .fa.fa-chevron-down.disabled,
    .fa.fa-chevron-up.disabled {
        color: #748690;
        ;
    }

        .fa.fa-chevron-down.disabled:hover,
        .fa.fa-chevron-up.hover {
            cursor: default;
        }

.eval-num {
    display: inline-block;
    font-size: 12px;
    width: 20px;
    height: 20px;
    color: #cccccc;
    border: 1px solid #cccccc;
    font-weight: bold;
    border-radius: 2px;
}

#multimedia-library-pager a[disabled=disabled],
#multimedia-library-pager a[disabled=disabled]:hover,
#multimedia-library-pager a[disabled=disabled]:focus {
    padding: 4px 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    text-decoration: none;
    color: #aea79f !important;
    cursor: default;
}

#multimedia-library-pager table > tbody > tr > td > a {
    padding: 4px 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    text-decoration: none;
}

    #multimedia-library-pager table > tbody > tr > td > a:hover,
    #multimedia-library-pager table > tbody > tr > td > a:focus {
        background-color: #eee;
        text-decoration: underline;
    }

.panel-body {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel .grid-pager {
    margin: 0px;
    padding: 0px 5px;
}

.fa {
    color: orange;
}

.wrap .ui-widget-content a {
    color: #0275d8;
}

.wrap .ui-paginator {
    text-align: right;
    background: none;
    border: none;
}

.wrap .MainPanel .ui-paginator .ui-state-default {
    margin: 0px;
}


/* .wrap p-dataList p-paginator .ui-paginator-pages a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 4px 8px;
    line-height: 1.5;
    font-size: 12px;
    border: 1px solid #ddd;
    margin: 0px;
    color: black;
}

.wrap .MainPanel .ui-widget-content .ui-paginator .ui-paginator-pages a .ui-state-active,
.wrap .MainPanel .ui-widget-content .ui-paginator .ui-paginator-pages a:hover {
    color: #aea79f;
    background: none;
} */

.content-wrapper .ui-dialog {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}

    .content-wrapper .ui-dialog .ui-dialog-titlebar {
        padding: 10px 15px;
        border-bottom: 1px solid #e5e5e5;
    }

        .content-wrapper .ui-dialog .ui-dialog-titlebar a {
            border: none;
            background: none;
            color: #000;
        }

.wrap .ui-calendar .ui-datepicker {
    /*Rsetting the value that was set by Angle css*/
    max-width: none;
}

.content-wrapper .ui-multiselect .ui-multiselect-label,
.content-wrapper ul.ui-multiselect-items li.ui-multiselect-item label {
    font-weight: normal;
    padding: 0 16px;
    margin-bottom: 0;
}



/*Primeface customiztions end*/

.evaluationSectionControls .tab-content {
    padding: 0px;
}

.evaluationSectionContainer .btn {
    margin: 0px 5px;
}

gridster gridster-item {
    height: 100%;
    /*z-index: initial !important;*/
    z-index: auto !important;
}

.gridster-item-inner {
    padding: 2px;
    height: 100%;
}

.gridster-container {
    height: 100%;
}

.gridster-item-inner .ems-dashboard-control > .panel:hover {
    /* box-shadow: 0 2px 5px #babfc5;
    border: solid 1px #888888 !important; */
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.gridster-item-inner .ems-dashboard-control {
    height: 100%;
}

    .gridster-item-inner .ems-dashboard-control > .panel {
        height: 100%;
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid orange;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .gridster-item-inner .ems-dashboard-control > .panel > .panel-heading {
            background: #fff;
            border-bottom: 1px solid rgba(169, 169, 169, 0.5);
            /*padding: 0 15px 0 15px;*/
            cursor: move;
            height: 42px;
        }

        .gridster-item-inner .ems-dashboard-control > .panel > .panel-body {
            box-shadow: none;
            padding-top: 0px;
            cursor: default;
            color: #303030;
            height: calc(100% - (45px));
        }

            .gridster-item-inner .ems-dashboard-control > .panel > .panel-body .nav-tabs li a {
                padding: 5px 10px;
            }

.wrap .gridster-item-inner .ui-widget-content {
    color: #303030;
    /*background: none;*/
    border: none;
}

.boxborder {
    border: 1px solid rgba(169, 169, 169, 0.5);
    box-shadow: 0px 0px 1px #888888;
    padding-top: 0px;
}




/*.fa-black, .fa-black:hover {
    color: #303030;
}*/

.fa-nonactive {
    color: #9E9E9E;
}


.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-auto {
    overflow-y: auto;
}

.hr-orange {
    border-top-color: orange;
    margin: 5px 0px 5px 0px;
}

.hr {
    margin: 5px 0px 5px 0px;
}

.gray-text {
    color: #303030;
}

.ems-dashboard-control .form-group {
    margin-bottom: 5px;
}



.ems-dashboard-control .dashboard-widget-overflow {
    overflow: auto;
}

    .panel-content,
    .ems-dashboard-control .dashboard-widget-overflow:hover {
        visibility: visible;
    }

    .ems-dashboard-control .dashboard-widget-overflow::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        /*border-radius: 5px;*/
        background-color: #F5F5F5;
    }

    .ems-dashboard-control .dashboard-widget-overflow::-webkit-scrollbar {
        width: 15px;
        background-color: #F5F5F5;
    }

    .ems-dashboard-control .dashboard-widget-overflow::-webkit-scrollbar-thumb {
        /*border-radius: 5px;*/
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: rgb(204, 203, 203);
    }

.font-weight-600 {
    font-weight: 600;
}

.box-background {
    background-color: #f7f7f7;
}

#quickAccessoffsidebar .offsidebar {
    width: 450px;
    position: fixed;
    overflow: auto;
    margin-right: 0px;
    border-top: 1px solid #cccccc;
    background-color: #f5f7fa;
}

.offsidebar {
    background-color: #f5f7fa;
}

#divFloatingBar .nav-tabs > li.active > a {
    color: #ed8b00;
}

#divFloatingBar .nav-tabs > li.active {
    border-left: 3px solid #ed8b00;
}

.ui-multiselect-panel.ui-widget.ui-widget-content {
    background-color: #fff;
    top: auto !important;
}

.vertical-line {
    width: 1px;
    background-color: #ddd;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.word-break-break-all {
    word-break: break-all;
}

.pl-20 {
    padding-left: 20px;
}

.grid-align-top tbody > tr > td {
    vertical-align: top;
}

.background-fff {
    background-color: #fff;
}

#divActorGeneralInfoEdit a {
    color: #303030;
    text-decoration: underline;
}

.display-flex {
    display: flex;
}

.wrapper aside {
    position: fixed;
}

.wrapper > section {
    /*z-index:initial;*/
    z-index: auto;
}

.calendar {
    background-color: #ffffff;
    padding-bottom: 5px;
    border: 1px solid #c7c7c7;
    border-radius: 0.25em;
    width: 205px;
}

    .calendar .ajax__calendar_container {
        font-size: 14px;
        font-family: inherit;
        padding: 0px;
        padding-bottom: 10px;
        width: 100%;
    }

        .calendar .ajax__calendar_container .ajax__calendar_header {
            padding: .75em 1.25em;
            border-bottom: 1px solid #c7c7c7;
            height: 40px;
        }

    .calendar .ajax__calendar_header .ajax__calendar_next,
    .ajax__calendar_header .ajax__calendar_prev {
        height: 20px;
    }

    .calendar .ajax__calendar_days,
    .calendar .ajax__calendar_months,
    .calendar .ajax__calendar_years {
        width: 100%;
        height: 155px;
    }

    .calendar .ajax__calendar_days {
        padding: 10px;
    }

    .calendar .ajax__calendar_container .ajax__calendar_body {
        width: 100%;
        height: 155px;
    }

        .calendar .ajax__calendar_container .ajax__calendar_body TD {
            padding: 2px;
            font-size: 12px;
        }

    .calendar .ajax__calendar_today {
        font-weight: bold;
        font-size: 12px;
    }

    .calendar .ajax__calendar_container TABLE {
        width: 100%;
        font-size: 12px;
        margin-left: 5px !important;
    }

    .calendar .ajax__calendar_days table thead tr:first-child {
        font-weight: bold;
    }

.text-overflow-hidden-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.overflowed-parent {
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
}


    .overflowed-parent-child,
    .overflowed-parent:hover {
        visibility: visible;
    }


p-dialog .ui-dialog {
    margin: auto !important;
    /*max-height: 90% !important;*/
    right: 0 !important;
    left: 0 !important;
    /*top: 50% !important;
    transform: translate(0, -50%) !important;*/
    -webkit-overflow-scrolling: touch;
}


    p-dialog .ui-dialog .ui-dialog-content {
        -webkit-overflow-scrolling: touch;
    }

.modal-auto-height .ui-dialog-content {
    height: auto;
}

a:disabled,
a[disabled] {
    color: graytext !important;
    cursor: not-allowed;
}


.disableIframe {
    z-index: 10000 !important;
}

.layoutless {
    background-color: white !important;
}

.ui-dialog .ui-dialog-title {
    margin: 0;
    line-height: 1.52857143;
    font-size: 18px;
    font-weight: bold;
}

.ui-widget {
    font-family: "San Francisco", "Segoe UI", sans-serif !important;
    font-size: 14px !important;
}

camera-list li > div:hover {
    background-color: #ddd;
}

.modal-small {
    width: 650px;
}

.modal-xs {
    top: 50px;
    width: 85%;
    overflow-y: auto;
}


.activitypage-toolbar-icon {
    color: orange;
    font-size: 90px;
}

.dashboard-icon {
    color: orange;
    font-size: 30px;
}

.text-xl {
    font-size: 60px;
}

.text-decoration-none,
.text-decoration-none:hover,
.text-decoration-none:focus {
    text-decoration: none;
}

.dashboard-text-color {
    color: #515253;
}

.modal-auto-height {
    height: auto !important;
}

.km-pane-wrapper {
    position: inherit !important;
}



/*Header styles for tablet mode*/

	@media (max-width: 1024px) {
		.navbar-header {
			float: none;
		}

		.navbar-toggle {
			display: block;
		}

		.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		}

			.navbar-collapse.collapse {
				display: none !important;
			}

		.navbar-nav {
			float: none !important;
			margin: 7.5px -15px;
		}

			.navbar-nav > li {
				float: none;
			}

				.navbar-nav > li > a {
					padding-top: 10px;
					padding-bottom: 10px;
				}

		.navbar-text {
			float: none;
			margin: 15px 0;
		}

		.navbar-collapse.collapse.in {
			display: block !important;
		}

		.collapsing {
			overflow: hidden !important;
		}
	}


	@media (max-width: 1250px) and (max-width: 1600px) {
		.navbar-header {
			float: none;
		}

		.navbar-toggle {
			display: block;
		}

		.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		}

			.navbar-collapse.collapse {
				display: none !important;
			}

		.navbar-nav {
			float: none !important;
			margin: 7.5px -15px;
		}

			.navbar-nav > li {
				float: none;
			}

				.navbar-nav > li > a {
					padding-top: 10px;
					padding-bottom: 10px;
				}

		.navbar-text {
			float: none;
			margin: 15px 0;
		}

		.navbar-collapse.collapse.in {
			display: block !important;
		}

		.collapsing {
			overflow: hidden !important;
		}
	}


	@media only screen and (min-width: 768px) {
		.topnavbar .navbar-header .navbar-brand {
			width: inherit;
		}
	}

	@media only screen and (min-width: 768px) {
		.topnavbar .navbar-header {
			width: inherit;
		}

		.aside-collapsed .topnavbar .navbar-header {
			width: inherit;
		}
	}

	body.modal-open {
		overflow-y: auto;
		overflow-x: hidden;
	}

		body.modal-open .wrapper {
			overflow: visible !important;
		}

	.k-scheduler-views {
		z-index: 1000 !important;
	}

	.btn-link {
		font-weight: bold;
	}

		.btn-link:hover {
			text-decoration: none;
		}

	.pt-md {
		padding-top: 8px !important;
	}

	.ht-300 {
		height: 300px;
	}

	.switch input:checked + span {
		background-color: orange;
		border-color: orange;
		transition: all .5s;
	}



	/* CSS Start */


	/* margin top */

	.no-margin {
		margin: 0px !important;
	}

	.no-margin-t {
		margin-top: 0px !important;
	}

	.margin-top1 {
		margin-top: 1px !important;
	}

	.margin-top2 {
		margin-top: 2px !important;
	}

	.margin-top3 {
		margin-top: 3px !important;
	}

	.margin-top4 {
		margin-top: 4px !important;
	}

	.margin-top5 {
		margin-top: 5px !important;
	}

	.margin-top10 {
		margin-top: 10px !important;
	}

	.margin-top15 {
		margin-top: 15px !important;
	}

	.margin-top20 {
		margin-top: 20px !important;
	}

	.margin-top25 {
		margin-top: 25px !important;
	}

	.margin-top30 {
		margin-top: 30px !important;
	}

	.margin-top35 {
		margin-top: 35px !important;
	}

	.margin-top40 {
		margin-top: 40px !important;
	}

	.margin-top45 {
		margin-top: 45px !important;
	}

	.margin-top50 {
		margin-top: 50px !important;
	}



	/* margin bottom */

	.no-margin-b {
		margin-bottom: 0px !important;
	}

	.margin-bottom1 {
		margin-bottom: 1px !important;
	}

	.margin-bottom2 {
		margin-bottom: 2px !important;
	}

	.margin-bottom3 {
		margin-bottom: 3px !important;
	}

	.margin-bottom4 {
		margin-bottom: 4px !important;
	}

	.margin-bottom5 {
		margin-bottom: 5px !important;
	}

	.margin-bottom10 {
		margin-bottom: 10px !important;
	}

	.margin-bottom15 {
		margin-bottom: 15px !important;
	}

	.margin-bottom20 {
		margin-bottom: 20px !important;
	}

	.margin-bottom25 {
		margin-bottom: 25px !important;
	}

	.margin-bottom30 {
		margin-bottom: 30px !important;
	}

	.margin-bottom35 {
		margin-bottom: 35px !important;
	}

	.margin-bottom40 {
		margin-bottom: 40px !important;
	}

	.margin-bottom45 {
		margin-bottom: 45px !important;
	}

	.margin-bottom50 {
		margin-bottom: 50px !important;
	}



	/* margin left */

	.no-margin-l {
		margin-left: 0px !important;
	}

	.margin-left1 {
		margin-left: 1px !important;
	}

	.margin-left2 {
		margin-left: 2px !important;
	}

	.margin-left3 {
		margin-left: 3px !important;
	}

	.margin-left4 {
		margin-left: 4px !important;
	}

	.margin-left5 {
		margin-left: 5px !important;
	}

	.margin-left10 {
		margin-left: 10px !important;
	}

	.margin-left15 {
		margin-left: 15px !important;
	}

	.margin-left20 {
		margin-left: 20px !important;
	}

	.margin-left25 {
		margin-left: 25px !important;
	}

	.margin-left30 {
		margin-left: 30px !important;
	}

	.margin-left35 {
		margin-left: 35px !important;
	}

	.margin-left40 {
		margin-left: 40px !important;
	}

	.margin-left45 {
		margin-left: 45px !important;
	}

	.margin-left50 {
		margin-left: 50px !important;
	}



	/* margin right */

	.no-margin-r {
		margin-right: 0px !important;
	}

	.margin-right1 {
		margin-right: 1px !important;
	}

	.margin-right2 {
		margin-right: 2px !important;
	}

	.margin-right3 {
		margin-right: 3px !important;
	}

	.margin-right4 {
		margin-right: 4px !important;
	}

	.margin-right5 {
		margin-right: 5px !important;
	}

	.margin-right10 {
		margin-right: 10px !important;
	}

	.margin-right15 {
		margin-right: 15px !important;
	}

	.margin-right20 {
		margin-right: 20px !important;
	}

	.margin-right25 {
		margin-right: 25px !important;
	}

	.margin-right30 {
		margin-right: 30px !important;
	}

	.margin-right35 {
		margin-right: 35px !important;
	}

	.margin-right40 {
		margin-right: 40px !important;
	}

	.margin-right45 {
		margin-right: 45px !important;
	}

	.margin-right50 {
		margin-right: 50px !important;
	}



	/* padding top */

	.no-padding-t {
		padding-top: 0px !important;
	}

	.padding-top1 {
		padding-top: 1px !important;
	}

	.padding-top2 {
		padding-top: 2px !important;
	}

	.padding-top3 {
		padding-top: 3px !important;
	}

	.padding-top4 {
		padding-top: 4px !important;
	}

	.padding-top5 {
		padding-top: 5px !important;
	}

	.padding-top10 {
		padding-top: 10px !important;
	}

	.padding-top15 {
		padding-top: 15px !important;
	}

	.padding-top20 {
		padding-top: 20px !important;
	}

	.padding-top25 {
		padding-top: 25px !important;
	}

	.padding-top30 {
		padding-top: 30px !important;
	}

	.padding-top35 {
		padding-top: 35px !important;
	}

	.padding-top40 {
		padding-top: 40px !important;
	}

	.padding-top45 {
		padding-top: 45px !important;
	}

	.padding-top50 {
		padding-top: 50px !important;
	}



	/* padding bottom */

	.no-padding-b {
		padding-bottom: 0px !important;
	}

	.padding-bottom1 {
		padding-bottom: 1px !important;
	}

	.padding-bottom2 {
		padding-bottom: 2px !important;
	}

	.padding-bottom3 {
		padding-bottom: 3px !important;
	}

	.padding-bottom4 {
		padding-bottom: 4px !important;
	}

	.padding-bottom5 {
		padding-bottom: 5px !important;
	}

	.padding-bottom10 {
		padding-bottom: 10px !important;
	}

	.padding-bottom15 {
		padding-bottom: 15px !important;
	}

	.padding-bottom20 {
		padding-bottom: 20px !important;
	}

	.padding-bottom25 {
		padding-bottom: 25px !important;
	}

	.padding-bottom30 {
		padding-bottom: 30px !important;
	}

	.padding-bottom35 {
		padding-bottom: 35px !important;
	}

	.padding-bottom40 {
		padding-bottom: 40px !important;
	}

	.padding-bottom45 {
		padding-bottom: 45px !important;
	}

	.padding-bottom50 {
		padding-bottom: 50px !important;
	}



	/* padding left */

	.no-padding-l {
		padding-left: 0px !important;
	}

	.padding-left1 {
		padding-left: 1px !important;
	}

	.padding-left2 {
		padding-left: 2px !important;
	}

	.padding-left3 {
		padding-left: 3px !important;
	}

	.padding-left4 {
		padding-left: 4px !important;
	}

	.padding-left5 {
		padding-left: 5px !important;
	}

	.padding-left10 {
		padding-left: 10px !important;
	}

	.padding-left15 {
		padding-left: 15px !important;
	}

	.padding-left20 {
		padding-left: 20px !important;
	}

	.padding-left25 {
		padding-left: 25px !important;
	}

	.padding-left30 {
		padding-left: 30px !important;
	}

	.padding-left35 {
		padding-left: 35px !important;
	}

	.padding-left40 {
		padding-left: 40px !important;
	}

	.padding-left45 {
		padding-left: 45px !important;
	}

	.padding-left50 {
		padding-left: 50px !important;
	}



	/* padding right */

	.no-padding-r {
		padding-right: 0px !important;
	}

	.padding-right1 {
		padding-right: 1px !important;
	}

	.padding-right2 {
		padding-right: 2px !important;
	}

	.padding-right3 {
		padding-right: 3px !important;
	}

	.padding-right4 {
		padding-right: 4px !important;
	}

	.padding-right5 {
		padding-right: 5px !important;
	}

	.padding-right10 {
		padding-right: 10px !important;
	}

	.padding-right15 {
		padding-right: 15px !important;
	}

	.padding-right20 {
		padding-right: 20px !important;
	}

	.padding-right25 {
		padding-right: 25px !important;
	}

	.padding-right30 {
		padding-right: 30px !important;
	}

	.padding-right35 {
		padding-right: 35px !important;
	}

	.padding-right40 {
		padding-right: 40px !important;
	}

	.padding-right45 {
		padding-right: 45px !important;
	}

	.padding-right50 {
		padding-right: 50px !important;
	}



	/* padding */

	.no-padding {
		padding: 0px !important;
	}

	.padding-10 {
		padding: 10px !important;
	}

	.padding-15 {
		padding: 15px !important;
	}

	.padding-20 {
		padding: 20px !important;
	}

	.padding-25 {
		padding: 25px !important;
	}

	.padding-30 {
		padding: 30px !important;
	}



	/* padding left-right */

	.padding-l-r-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.padding-l-r-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.padding-l-r-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.padding-l-r-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.padding-l-r-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}



	/* padding top bottom */

	.padding-t-b-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.padding-t-b-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.padding-t-b-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.padding-t-b-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.padding-t-b-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}



	/* div comman css */

	.rows {
		float: left;
		width: 100%;
	}

	.block {
		display: block;
	}

	.block-overflow {
		display: block;
		overflow: hidden;
	}

	.block-inline {
		display: inline-block;
	}
	.block-none {
		display: none;
	}

	.relative {
		position: relative;
	}



	/* font size */

	.font-10 {
		font-size: 10px !important
	}

	.font-11 {
		font-size: 11px !important
	}

	.font-12 {
		font-size: 12px !important
	}

	.font-13 {
		font-size: 13px !important
	}

	.font-14 {
		font-size: 14px !important
	}

	.font-15 {
		font-size: 15px !important
	}

	.font-16 {
		font-size: 16px !important
	}

	.font-17 {
		font-size: 17px !important
	}

	.font-18 {
		font-size: 18px !important
	}

	.font-20 {
		font-size: 20px !important
	}

	.font-22 {
		font-size: 22px !important
	}

	.font-24 {
		font-size: 24px !important
	}

	.font-26 {
		font-size: 26px !important
	}

	.font-28 {
		font-size: 28px !important
	}

	.font-30 {
		font-size: 30px !important
	}

	.font-36 {
		font-size: 36px !important
	}

	.font-40 {
		font-size: 40px !important
	}



	/* font style */

	strong {
		font-weight: bold;
	}

	em {
		font-style: italic;
	}

    .font-bold {
        font-weight: bold !important;
    }

	.font-normal {
		font-weight: normal;
	}

	.font-italic {
		font-style: italic;
	}



	/* text-css */

	.text-left {
		text-align: left !important;
	}

	.text-center {
		text-align: center !important;
	}

	.text-right {
		text-align: right !important;
	}

	.text-justify {
		text-align: justify !important;
	}

	.text-uppercase {
		text-transform: uppercase !important;
	}

	.text-decoration-none {
		text-decoration: none !important;
	}

	.text-decoration-underline {
		text-decoration: underline !important;
	}



	/* border */

	.border {
		border: 1px solid #cccccc;
	}

	.no-border-b {
		border-bottom: 0px !important;
	}

	.no-border-t {
		border-top: 0px !important;
	}

	.no-border-l {
		border-left: 0px !important;
	}

	.no-border-r {
		border-right: 0px !important;
	}

	.border-b {
		border-bottom: 1px solid #cccccc !important;
	}

	.border-t {
		border-top: 1px solid #cccccc !important;
	}

	.border-l {
		border-left: 1px solid #cccccc !important;
	}

	.border-r {
		border-right: 1px solid #cccccc !important;
	}

	.border-b-light {
		border-bottom: 1px solid #e6e6e6 !important;
	}

	.border-t-light {
		border-top: 1px solid #e6e6e6 !important;
	}

	.border-l-light {
		border-left: 1px solid #e6e6e6 !important;
	}

	.border-r-light {
		border-right: 1px solid #e6e6e6 !important;
	}

	::-webkit-scrollbar {
		width: 6px !important;
		height: 6px;
		background-color: #F5F5F5;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #555;
	}

	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}

	.gridster-draggable-section .gridster-container {
		position: relative;
		width: inherit;
		display: block;
	}

		.gridster-draggable-section .gridster-container gridster-item .gridster-item-inner {
			margin: 0 5px;
			padding: 5px 0;
		}

			.gridster-draggable-section .gridster-container gridster-item .gridster-item-inner .panel {
				border-color: #dddddd;
			}

				.gridster-draggable-section .gridster-container gridster-item .gridster-item-inner .panel:hover {
					border-color: #dddddd;
					-webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
					box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
				}

				.gridster-draggable-section .gridster-container gridster-item .gridster-item-inner .panel .panel-heading {
					padding: 5px;
					background: #f5f6f7;
				}

			.gridster-draggable-section .gridster-container gridster-item .gridster-item-inner .dashboard-icon {
				color: #303030;
			}


	.wrapper > section {
		background: #ffffff;
		background-color: #ffffff !important;
	}

	.wrap > footer {
		padding: 10px 15px;
		height: 50px;
	}

	.my-items-dashboard p-paginator {
		display: block;
		text-align: center;
	}

	.my-items-dashboard .ui-paginator-bottom {
		display: inline-block;
	}

		.my-items-dashboard .ui-paginator-bottom a {
			display: inline-block;
			border: 1px solid #cccccc;
			border-radius: 3px;
			background: #ffffff;
			color: #303030 !important;
			font-size: 14px;
			float: left;
			width: 32px;
			text-align: center;
			height: 30px;
			padding: 7px 5px !important;
			line-height: 14px;
			font-weight: normal;
			margin: 0 0 0px !important;
			border-right: 0px;
			-webkit-transition: ease-in-out all 0.5s;
			-o-transition: ease-in-out all 0.5s;
			transition: ease-in-out all 0.5s;
		}

			.my-items-dashboard .ui-paginator-bottom a.ui-paginator-last {
				border-right: 1px solid #cccccc;
			}

			.my-items-dashboard .ui-paginator-bottom a.ui-state-active,
			.my-items-dashboard .ui-paginator-bottom a:hover {
				background: #ed8b00 !important;
				border-color: #ed8b00 !important;
				color: #ffffff !important;
				-webkit-transition: ease-in-out all 0.5s;
				-o-transition: ease-in-out all 0.5s;
				transition: ease-in-out all 0.5s;
			}

			.my-items-dashboard .ui-paginator-bottom a .fa {
				color: #303030;
				-webkit-transition: ease-in-out all 0.5s;
				-o-transition: ease-in-out all 0.5s;
				transition: ease-in-out all 0.5s;
			}

			.my-items-dashboard .ui-paginator-bottom a.ui-state-disabled,
			.my-items-dashboard .ui-paginator-bottom a.ui-state-disabled .fa {
				cursor: not-allowed !important;
			}

				.my-items-dashboard .ui-paginator-bottom a.ui-state-disabled:hover {
					background: #ffffff !important;
					border-color: #cccccc !important;
				}

		.my-items-dashboard .ui-paginator-bottom .ui-paginator-pages {
			float: left;
			margin: 0px;
			-webkit-transition: ease-in-out all 0.5s;
			-o-transition: ease-in-out all 0.5s;
			transition: ease-in-out all 0.5s;
		}

	.my-items-dashboard .video-detail-list {
		float: left;
		width: 100%;
	}

		.my-items-dashboard .video-detail-list .left-label {
			font-size: 12px;
			color: #303030;
			font-weight: 600;
			margin-bottom: 5px;
			position: relative;
		}

		.my-items-dashboard .video-detail-list .right-text {
			font-size: 12px;
			color: #303030;
			font-weight: normal;
			margin-bottom: 5px;
			position: relative;
		}

			.my-items-dashboard .video-detail-list .right-text a {
				color: #ed8b00;
				text-decoration: none;
			}

				.my-items-dashboard .video-detail-list .right-text a:hover {
					text-decoration: none;
				}

	.favorites-dashboard .favorites-list {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

		.favorites-dashboard .favorites-list li {
			float: left;
			width: 100%;
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			.favorites-dashboard .favorites-list li a {
				float: left;
				width: 100%;
				font-size: 14px;
				color: #303030;
				font-weight: normal;
				text-decoration: none;
				padding: 3px 0;
				line-height: normal;
				-webkit-transition: ease-in-out all 0.5s;
				-o-transition: ease-in-out all 0.5s;
				transition: ease-in-out all 0.5s;
			}

				.favorites-dashboard .favorites-list li a:hover {
					color: #ed8b00;
					text-decoration: underline;
				}

				.favorites-dashboard .favorites-list li a:hover {
					padding-left: 0;
				}

				.favorites-dashboard .favorites-list li a i {
					margin-right: 10px;
				}

	.my-calendar-dashboard .today-date-heading {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #303030;
		font-weight: normal;
		padding: 5px 0 10px;
		text-decoration: none;
	}

	.my-calendar-dashboard .ui-inputwrapper-filled {
		float: left;
		width: 100%;
	}

		.my-calendar-dashboard .ui-inputwrapper-filled .ui-calendar {
			float: left;
			width: 100%;
		}

			.my-calendar-dashboard .ui-inputwrapper-filled .ui-calendar .ui-datepicker {
				float: left;
				width: 100%;
				border: 1px solid #cccccc;
				text-decoration: none;
				margin-bottom: 10px;
			}

				.my-calendar-dashboard .ui-inputwrapper-filled .ui-calendar .ui-datepicker a {
					text-decoration: none;
				}

				.my-calendar-dashboard .ui-inputwrapper-filled .ui-calendar .ui-datepicker .ui-state-default {
					color: #303030;
					border-radius: 3px;
					padding: 4px 4px 6px;
				}

					.my-calendar-dashboard .ui-inputwrapper-filled .ui-calendar .ui-datepicker .ui-state-default.ui-state-active {
						color: #ffffff;
						background: #ed8b00;
						border-radius: 3px;
					}

	.my-calendar-dashboard p-paginator {
		display: block;
		text-align: center;
	}

	.my-calendar-dashboard .ui-paginator-bottom {
		display: inline-block;
	}

		.my-calendar-dashboard .ui-paginator-bottom a {
			display: inline-block;
			border: 1px solid #cccccc;
			border-radius: 3px;
			background: #ffffff;
			color: #303030 !important;
			font-size: 14px;
			float: left;
			width: 32px;
			text-align: center;
			height: 30px;
			padding: 7px 5px !important;
			line-height: 14px;
			font-weight: normal;
			margin: 0 0 0px !important;
			border-right: 0px;
			-webkit-transition: ease-in-out all 0.5s;
			-o-transition: ease-in-out all 0.5s;
			transition: ease-in-out all 0.5s;
		}

			.my-calendar-dashboard .ui-paginator-bottom a.ui-paginator-last {
				border-right: 1px solid #cccccc;
			}

			.my-calendar-dashboard .ui-paginator-bottom a.ui-state-active,
			.my-calendar-dashboard .ui-paginator-bottom a:hover {
				background: #ed8b00 !important;
				border-color: #ed8b00 !important;
				color: #ffffff !important;
				-webkit-transition: ease-in-out all 0.5s;
				-o-transition: ease-in-out all 0.5s;
				transition: ease-in-out all 0.5s;
			}

			.my-calendar-dashboard .ui-paginator-bottom a .fa {
				color: #303030;
				-webkit-transition: ease-in-out all 0.5s;
				-o-transition: ease-in-out all 0.5s;
				transition: ease-in-out all 0.5s;
			}

			.my-calendar-dashboard .ui-paginator-bottom a.ui-state-disabled,
			.my-calendar-dashboard .ui-paginator-bottom a.ui-state-disabled .fa {
				cursor: not-allowed !important;
			}

				.my-calendar-dashboard .ui-paginator-bottom a.ui-state-disabled:hover {
					background: #ffffff !important;
					border-color: #cccccc !important;
				}

		.my-calendar-dashboard .ui-paginator-bottom .ui-paginator-pages {
			float: left;
			margin: 0px;
			-webkit-transition: ease-in-out all 0.5s;
			-o-transition: ease-in-out all 0.5s;
			transition: ease-in-out all 0.5s;
		}

	.to-do-list-dashboard .nav-tabs li a {
		font-size: 14px;
		color: #303030;
		font-weight: normal;
	}

	.to-do-list-dashboard .tab-content {
		padding: 10px 15px;
	}

	.to-do-list-dashboard .ui-datalist {
		display: block;
		width: 100%;
	}

		.to-do-list-dashboard .ui-datalist .ui-datalist-content {
			display: block;
			position: relative;
		}

			.to-do-list-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data {
				display: block;
				position: relative;
				padding: 0px;
				margin: 0px;
			}

				.to-do-list-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data li {
					display: block;
					position: relative;
					width: 100%;
					list-style: none;
					padding: 0px;
					margin: 0px;
				}

					.to-do-list-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data li .center-block.grid-pager {
						display: block;
						position: relative;
						padding: 5px 10px;
						background: #ffffff !important;
						margin-bottom: 10px;
					}

						.to-do-list-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data li .center-block.grid-pager a {
							font-size: 14px;
							font-weight: normal;
							color: #ed8b00;
							line-height: normal;
							text-decoration: none;
						}

							.to-do-list-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data li .center-block.grid-pager a:hover {
								text-decoration: none;
							}

	.messages-dashboard .ui-datalist {
		display: block;
		width: 100%;
	}

		.messages-dashboard .ui-datalist .ui-datalist-content {
			display: block;
			position: relative;
		}

			.messages-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data {
				display: block;
				position: relative;
				padding: 0px;
				margin: 0px;
			}

				.messages-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data li {
					display: block;
					position: relative;
					width: 100%;
					list-style: none;
					padding: 0px;
					margin: 0px;
				}

					.messages-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data li .boxborder {
						padding: 5px;
						margin-top: 10px;
						-webkit-box-shadow: 0 0 0;
						box-shadow: 0 0 0;
						border-radius: 3px;
					}

						.messages-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data li .boxborder a {
							font-size: 14px;
							font-weight: normal;
							color: #ed8b00;
							line-height: normal;
							text-decoration: none;
						}

							.messages-dashboard .ui-datalist .ui-datalist-content .ui-datalist-data li .boxborder a:hover {
								text-decoration: none;
							}

	.dashboard-wrapper .top-heading {
		display: block;
		width: 100%;
		float: left;
		border-bottom: 1px solid #e9e9e9;
		padding: 5px 10px 3px;
		margin-bottom: 0px;
		background: #f5f6f7;
	}

		.dashboard-wrapper .top-heading .top-title {
			float: left;
			font-size: 14px;
			font-weight: bold;
			color: #303030;
			margin-top: 3px;
		}

	.dashboard-wrapper .offsidebar {
		background: #ffffff;
		background-color: #ffffff;
	}

		.dashboard-wrapper .offsidebar .aside-menu-list {
			float: left;
			width: 100%;
			padding: 5px;
			margin: 0px;
		}

			.dashboard-wrapper .offsidebar .aside-menu-list li {
				float: left;
				width: 50%;
				padding: 5px;
				margin: 0px;
				list-style: none;
			}

				.dashboard-wrapper .offsidebar .aside-menu-list li .menu-list-box {
					display: table;
					width: 100%;
					border-radius: 3px;
					border: 1px solid #e9e9e9;
					padding: 0 10px 10px;
					text-align: center;
					-webkit-transition: ease-in-out all .5s;
					-o-transition: ease-in-out all .5s;
					transition: ease-in-out all .5s;
					min-height: 110px;
				}

					.dashboard-wrapper .offsidebar .aside-menu-list li .menu-list-box:hover {
						background: #e4e4e4;
						border-color: #e9e9e9;
					}

					.dashboard-wrapper .offsidebar .aside-menu-list li .menu-list-box .top-link-icon {
						display: table-cell;
						width: 100%;
						vertical-align: middle;
					}

						.dashboard-wrapper .offsidebar .aside-menu-list li .menu-list-box .top-link-icon a {
							display: block;
							text-align: center;
						}

							.dashboard-wrapper .offsidebar .aside-menu-list li .menu-list-box .top-link-icon a i {
								font-size: 60px;
								color: #303030;
								font-weight: normal;
								display: inline-block;
								-webkit-transition: ease-in-out all .5s;
								-o-transition: ease-in-out all .5s;
								transition: ease-in-out all .5s;
							}

					.dashboard-wrapper .offsidebar .aside-menu-list li .menu-list-box:hover .top-link-icon a i {
						color: #303030;
					}

					.dashboard-wrapper .offsidebar .aside-menu-list li .menu-list-box .heading-icon {
						display: block;
						text-align: center;
						font-size: 12px;
						color: #303030;
						-webkit-transition: ease-in-out all .5s;
						-o-transition: ease-in-out all .5s;
						transition: ease-in-out all .5s;
					}

					.dashboard-wrapper .offsidebar .aside-menu-list li .menu-list-box:hover .heading-icon {
						color: #303030;
					}

	.my-calendar-dashboard .ui-datalist .ui-datalist-data li a {
		color: #303030;
		text-decoration: none;
	}

	.quick-access-dashboard {
	}

	.video-custom-player {
		display: block;
		position: relative;
		clear: both;
		overflow: hidden;
	}

	.top-2 {
		position: relative;
		top: 2px;
		display: inline-block;
	}

	.jw-controls .jw-controls-right .jw-dock {
		margin: 0px 5px 0 0;
	}

		.jw-controls .jw-controls-right .jw-dock .jw-dock-button .jw-dock-image {
			border-radius: 50%;
			background-size: 28px;
			background-color: #484848;
		}


	/* .breadcrumb > .secondary-top-nav-container > .col-sm-6 > .breadcrumb{
    padding: 5px 0 0;
    margin-bottom: 0px;
}
.breadcrumb > .row.secondary-top-nav-container{
    margin-left: -10px;
    margin-right: -10px;
} */

	.nav.nav-tabs li a {
		font-size: 14px;
		font-weight: normal;
		padding: 8px 15px;
	}

	.panel.panel-default {
		border-top-width: 1px;
	}

	.table .grid-header td {
		background-color: #f5f7fa;
	}

	.table .grid-header:hover td {
		background-color: #f5f7fa;
	}

	.table .grid-header th {
		background-color: #eaeaea;
	}

	.table .grid-header:hover th {
		background-color: #eaeaea;
	}

	.table .grid-header th {
		text-decoration: none;
		font-weight: 600;
		color: #303030;
	}

		.table .grid-header th a {
			color: #303030;
			text-decoration: underline;
			font-weight: 600;
			position: relative;
			/* padding-right: 10px; */
		}

			.table .grid-header th a:hover {
				text-decoration: none;
			}


	/* .table .grid-header th a:before{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -3px;
    top: 4px;
    font-size: 14px;
} */

	.table .grid-header td .action-panel {
		margin-top: 5px;
		color: #cccccc;
	}

		.table .grid-header td .action-panel a {
			text-decoration: none;
			color: #303030;
		}

			.table .grid-header td .action-panel a:hover {
				color: #6b6b6b;
			}

	.table tbody tr td a {
		color: #5d9cec;
		text-decoration: none;
	}

		.table tbody tr td a:hover,
		.table tbody tr td a:focus {
			color: #1b72e2;
		}

	.grid-pager td table tr td select {
		float: right;
		margin-right: 15px;
		margin-top: 1px;
		border-radius: 3px;
	}

	.grid-pager td table tr td span {
		background: #ed8b00;
		color: #ffffff;
		border-color: #ed8b00;
		font-style: normal !important;
	}

	.grid-pager td table tr td a {
		color: #303030;
		text-decoration: none;
	}

		.grid-pager td table tr td a:hover,
		.grid-pager td table tr td a:focus {
			color: #ed8b00;
			text-decoration: none;
		}

	.wrapper .aside .search-explore.aside-inner .sidebar {
		margin-right: 0px;
	}

		.wrapper .aside .search-explore.aside-inner .sidebar .nav.nav-tabs li {
			border: 0px;
			background: none;
			position: relative;
			padding: 0px;
			margin: 0px;
			border-right: 1px solid #d9d9d9;
		}

			.wrapper .aside .search-explore.aside-inner .sidebar .nav.nav-tabs li a {
				border: 0px;
				background: none;
				position: relative;
				font-weight: normal;
				position: relative;
				margin-bottom: -1px;
				border-bottom: 3px solid transparent;
			}

			.wrapper .aside .search-explore.aside-inner .sidebar .nav.nav-tabs li.active a {
				background: #f5f7fa;
				border-bottom: 3px solid #ed8b00;
			}

				.wrapper .aside .search-explore.aside-inner .sidebar .nav.nav-tabs li.active a:before {
					content: "\f0d8";
					display: inline-block;
					font: normal normal normal 14px/1 FontAwesome;
					font-size: inherit;
					text-rendering: auto;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					width: 20px;
					font-size: 20px;
					position: absolute;
					left: 50%;
					margin-left: -10px;
					bottom: -5px;
					text-align: center;
					line-height: 16px;
				}

	.wrapper .aside .search-explore.aside-inner .aside-toggle {
		top: -1px;
		height: 41px;
		right: 0px;
		width: 30px;
		background: #ed8b00;
		text-align: center;
		-webkit-transition: ease-in-out all 0.1s;
		-o-transition: ease-in-out all 0.1s;
		transition: ease-in-out all 0.1s;
	}

		.wrapper .aside .search-explore.aside-inner .aside-toggle a {
			color: #ffffff;
			width: 100%;
			height: 100%;
			line-height: 40px;
		}

	.aside-collapsed .wrapper .aside .search-explore.aside-inner .aside-toggle {
		right: -10px;
		width: 30px;
		background: #ed8b00;
		text-align: center;
	}

	.wrapper .aside .search-explore.aside-inner .tab-content {
		padding: 10px;
	}

	.wrapper .aside .search-explore.aside-inner .tree {
		border-bottom: 0px;
	}

		.wrapper .aside .search-explore.aside-inner .tree table tr td img {
			vertical-align: top;
			display: inline-block;
			margin-top: 4px;
			margin-left: 5px;
		}

	.wrapper > .aside .aside-inner .sidebar {
		margin-right: 0px;
	}

		.wrapper > .aside .aside-inner .sidebar .activitypage-toolbar-icon {
			font-size: 60px;
			line-height: 64px;
			color: #303030;
		}

			.wrapper > .aside .aside-inner .sidebar .activitypage-toolbar-icon i {
				vertical-align: middle;
			}

	.wrapper > .aside .aside-inner .aside-toggle {
		top: -1px;
		height: 41px;
		right: 0px;
		width: 30px;
		background: #ed8b00;
		text-align: center;
		-webkit-transition: ease-in-out all 0.1s;
		-o-transition: ease-in-out all 0.1s;
		transition: ease-in-out all 0.1s;
	}

		.wrapper > .aside .aside-inner .aside-toggle a {
			color: #ffffff;
			width: 100%;
			height: 100%;
			line-height: 40px;
		}

	.aside-collapsed .wrapper > .aside .aside-inner .aside-toggle {
		right: -10px;
		width: 30px;
		background: #ed8b00;
		text-align: center;
	}

	.wrapper > .aside .aside-inner .sidebar .sidebar .nav li a {
		padding: 10px 15px;
	}

		.wrapper > .aside .aside-inner .sidebar .sidebar .nav li.active a,
		.wrapper > .aside .aside-inner .sidebar .sidebar .nav li:hover a,
		.wrapper > .aside .aside-inner .sidebar .sidebar .nav li a:hover,
		.wrapper > .aside .aside-inner .sidebar .sidebar .nav li a:focus {
			font-weight: normal;
			background: #f5f7fa;
			background-color: #f5f7fa;
		}

	.wrapper > .aside .aside-inner .sidebar .sidebar .nav li.active,
	.wrapper > .aside .aside-inner .sidebar .sidebar .nav li:hover {
		font-weight: normal;
		background: #f5f7fa;
		background-color: #f5f7fa;
		border-left-color: #ed8b00;
	}

	.form-control {
		padding-left: 10px;
		padding-right: 10px;
		border-color: #aaaaaa;
	}

		.form-control:focus {
			border-color: #ed8b00;
		}

	.activity-item-container > .text-right {
		margin-bottom: 10px;
	}

	.activity-item-container .row#landing-page-instruction .col-sm-12 > .pb-lg {
		background: #f5f7fa;
		border: 1px solid #cccccc;
		border-left: 5px solid #cccccc;
		border-radius: 3px;
		padding: 10px 10px 10px 15px !important;
		margin-bottom: 15px;
	}

	.activity-item-container .detailContainer .thumbnail {
		padding: 5px 10px;
		-webkit-transition: ease-in-out all 0.5s;
		-o-transition: ease-in-out all 0.5s;
		transition: ease-in-out all 0.5s;
	}

		.activity-item-container .detailContainer .thumbnail:hover {
			border-color: #dddddd;
			-webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
		}

		.activity-item-container .detailContainer .thumbnail .icon-container a {
			color: #ED8B00;
			position: relative;
			-webkit-transition: ease-in-out all 0.5s;
			-o-transition: ease-in-out all 0.5s;
			transition: ease-in-out all 0.5s;
		}

		.activity-item-container .detailContainer .thumbnail:hover .icon-container a {
			color: #888888;
		}

		.activity-item-container .detailContainer .thumbnail .caption {
			padding: 0px !important;
		}

			.activity-item-container .detailContainer .thumbnail .caption h4 {
				font-weight: normal;
			}

				.activity-item-container .detailContainer .thumbnail .caption h4 a {
					font-size: 15px;
					font-weight: 600;
					color: #303030;
					display: block;
					text-align: center;
					overflow: hidden;
					white-space: nowrap;
					-ms-text-overflow: ellipsis;
					text-overflow: ellipsis;
					line-height: 18px;
				}

			.activity-item-container .detailContainer .thumbnail .caption .description {
				text-align: center !important;
				min-height: 75px;
				max-height: 75px;
				line-height: 18px;
				overflow-y: auto;
				font-size: 13px;
			}

			.activity-item-container .detailContainer .thumbnail .caption ~ div.text-right {
				text-align: center !important;
				margin-top: 10px;
				margin-bottom: 5px;
			}

				.activity-item-container .detailContainer .thumbnail .caption ~ div.text-right .btn {
					display: inline-block;
					background: #888888;
					border-radius: 3px;
					font-size: 12px;
					color: #ffffff;
					font-weight: normal;
					-webkit-transition: ease-in-out all 0.5s;
					-o-transition: ease-in-out all 0.5s;
					transition: ease-in-out all 0.5s;
					padding: 3px 10px;
					line-height: normal;
				}

		.activity-item-container .detailContainer .thumbnail:hover .caption ~ div.text-right .btn {
			background: #ED8B00;
		}

		.activity-item-container .detailContainer .thumbnail .caption ~ div.text-right .btn span {
			display: inline-block;
			margin: 0 5px 0 0;
			color: #ffffff;
			font-size: 13px;
			line-height: 13px;
			vertical-align: top;
		}

		.activity-item-container .detailContainer .thumbnail .caption ~ div.text-right .btn .fa {
			color: #ffffff;
		}

	.breadcrumb {
		min-height: 41px;
		/*border-bottom: 1px solid #dddddd;*/
		/*overflow: hidden;*/
		padding: 0px;
		margin-bottom: 13px
	}

		.breadcrumb > .secondary-top-nav-container {
			margin-left: 0px;
			margin-right: 0px;
		}

			.breadcrumb > .secondary-top-nav-container > .col-sm-6 > .breadcrumb {
				height: auto;
				border-bottom: 0px solid #dddddd;
				overflow: inherit;
				margin: 8px 0 0;
			}

			.breadcrumb > .secondary-top-nav-container > .col-sm-6 > .action-button-container {
				padding: 0px;
				margin-top: 5px;
				float: right;
			}

				.breadcrumb > .secondary-top-nav-container > .col-sm-6 > .action-button-container li {
					padding: 0 0 0 10px;
					float: left;
				}

					.breadcrumb > .secondary-top-nav-container > .col-sm-6 > .action-button-container li .btn {
						float: left;
					}

					.breadcrumb > .secondary-top-nav-container > .col-sm-6 > .action-button-container li > span {
						float: left;
						margin-top: 3px;
					}

						.breadcrumb > .secondary-top-nav-container > .col-sm-6 > .action-button-container li > span div a {
							top: 4px;
							color: #ed8b00;
							font-size: 18px;
						}

							.breadcrumb > .secondary-top-nav-container > .col-sm-6 > .action-button-container li > span div a:hover {
								color: #ed8b00;
							}

					.breadcrumb > .secondary-top-nav-container > .col-sm-6 > .action-button-container li > div {
						display: inline-block;
						line-height: normal;
						vertical-align: top;
						margin-top: 5px;
					}

	body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
		font-size: 16px !important;
		color: #303030;
	}

	body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
		margin-right: 10px;
	}

		body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon .fa-close {
			color: #303030;
			font-weight: normal;
		}


	/* .form-inline .form-control ~ input.ImageButtonEnabled{
    background: #ffffff;
    height: 35px;
    padding: 7px;
    border: 1px solid #aaaaaa !important;
    border-radius: 3px;
} */

	.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu {
		min-width: 230px;
		padding: 0px;
		position: relative;
	}

		.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .close {
			position: absolute;
			right: 0px;
			top: 0px;
			opacity: 1;
			font-size: 20px;
			width: 24px;
		}

			.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .close:hover {
				opacity: 0.6;
			}

		.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .profile-group {
			display: block;
			width: 100%;
			text-align: center;
		}

			.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .profile-group .image-row {
				display: block;
				width: 100%;
				text-align: center;
				padding: 20px 0 10px;
			}

				.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .profile-group .image-row img {
					display: inline-block;
					width: 60px;
					height: 60px;
					border: 1px solid #aaaaaa !important;
					padding: 2px;
					background: #ffffff;
					border-radius: 50%;
					overflow: hidden;
					vertical-align: middle;
				}

			.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .profile-group .details-row {
				display: block;
				width: 100%;
				text-align: center;
			}

				.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .profile-group .details-row p {
					display: block;
					margin-bottom: 9px;
					text-align: center;
					border-top: 1px solid #e9e9e9;
					padding-top: 8px;
					padding-left: 10px;
					padding-right: 10px;
					overflow: hidden;
				}

					.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .profile-group .details-row p a {
						font-size: 14px;
						color: #ffffff;
						font-weight: normal;
						padding: 8px 0;
						text-align: center;
						width: 50%;
						border-right: 1px solid #ffa92e;
						background: #ed8b00;
					}

						.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .profile-group .details-row p a:hover {
							text-decoration: none;
							opacity: 0.9;
						}

						.navbar-nav li.dropdown .dropdown-menu li #divLoginMenu .profile-group .details-row p a.pull-right {
							border-right: 0px solid #ffffff;
							background: #888888;
						}

	.tab-content session-calendar-component .content-wrapper {
		padding: 0;
	}


	/* .tab-content session-calendar-component .content-wrapper > .panel.panel-default {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    margin-bottom: 0px;
}
.tab-content session-calendar-component .content-wrapper > .panel.panel-default > .panel-body{
    padding: 0px;
    box-shadow: 0 0 0;
} */

	.k-scheduler .k-floatwrap.k-header.k-scheduler-toolbar {
		background-color: #edf1f2;
	}

		.k-scheduler .k-floatwrap.k-header.k-scheduler-toolbar .k-link:link,
		.k-scheduler .k-floatwrap.k-header.k-scheduler-toolbar .k-link:visited,
		.k-scheduler .k-floatwrap.k-header.k-scheduler-toolbar .k-nav-current.k-state-hover .k-link {
			color: #303030;
		}

		.k-scheduler .k-floatwrap.k-header.k-scheduler-toolbar .k-reset.k-header.k-scheduler-views li.k-state-selected {
			color: #ffffff;
			background-color: #ed8b00;
			border-color: #ed8b00;
		}

			.k-scheduler .k-floatwrap.k-header.k-scheduler-toolbar .k-reset.k-header.k-scheduler-views li.k-state-selected .k-link {
				color: #ffffff;
				text-decoration: none;
			}

	.k-scheduler-monthview .k-scheduler-table td.k-today {
		background-color: #fff4e4;
	}

	.k-scheduler .k-scheduler-table .k-today,
	.k-scheduler .k-today > .k-scheduler-datecolumn,
	.k-scheduler .k-today > .k-scheduler-groupcolumn {
		background-color: #fff4e4;
	}

	.k-scheduler .k-header.k-scheduler-footer .k-reset.k-header li.k-state-default.k-scheduler-fullday {
		border-width: 0px;
	}

		.k-scheduler .k-header.k-scheduler-footer .k-reset.k-header li.k-state-default.k-scheduler-fullday .k-link {
			border: 1px solid #aaaaaa;
			color: #303030;
			font-weight: normal;
			text-decoration: none;
			background: #ffffff;
		}

			.k-scheduler .k-header.k-scheduler-footer .k-reset.k-header li.k-state-default.k-scheduler-fullday .k-link:hover {
				background: #f5f5f5;
			}

	.k-scheduler .k-scheduler-times th {
		font-size: 14px;
		font-weight: 600;
	}

	.k-scheduler .k-scheduler-table th .k-nav-day,
	.k-scheduler .k-scheduler-table th {
		font-size: 14px;
		font-weight: 600;
		width: 375px;
	}

	.k-scheduler.onepagetable .k-scheduler-table th .k-nav-day,
	.k-scheduler.onepagetable .k-scheduler-table th {
		width: auto;
	}

	session-summary-component .table.table-bordered thead tr th {
		border-top: 1px solid #eeeeee !important;
	}

	.k-widget.k-scheduler.k-floatwrap ~ div.row > .col-md-3 label {
		font-size: 14px;
		font-weight: 600;
	}

	.k-state-selected,
	.k-state-selected:link,
	.k-state-selected:visited,
	.k-list > .k-state-selected,
	.k-list > .k-state-highlight,
	.k-panel > .k-state-selected,
	.k-ghost-splitbar-vertical,
	.k-ghost-splitbar-horizontal,
	.k-draghandle.k-state-selected:hover,
	.k-scheduler .k-scheduler-toolbar .k-state-selected,
	.k-scheduler .k-today.k-state-selected,
	.k-marquee-color {
		background-color: #ed8b00 !important;
		border-color: #ed8b00 !important;
	}

		td.k-state-focused.k-state-selected,
		.k-state-selected td.k-state-focused,
		.k-listview > .k-state-focused.k-state-selected {
			-webkit-box-shadow: inset 0 0 10px 3px #ed8b00 !important;
			box-shadow: inset 0 0 10px 3px #ed8b00 !important;
		}

	.k-state-focused,
	.k-list > .k-state-focused,
	.k-listview > .k-state-focused,
	.k-grid-header th.k-state-focused,
	td.k-state-focused,
	.k-button.k-state-focused {
		-webkit-box-shadow: inset 0 0 10px 3px #ffefd9 !important;
		box-shadow: inset 0 0 10px 3px #ffefd9 !important;
	}

	td.k-state-hover {
		background-color: #ffefd9 !important;
	}

	body a:hover {
		color: inherit;
	}

	.k-scheduler-layout.k-scheduler-dayview.k-scrollbar-h ~ .k-header.k-scheduler-footer {
		border-width: 1px 0 1px 0;
	}

	body .ui-multiselect {
		white-space: nowrap;
		max-width: 200px;
	}

	.content-wrapper .ui-multiselect .ui-multiselect-label {
		padding-left: 0px;
	}

	body .ui-multiselect .ui-multiselect-item.ui-state-highlight {
		background-color: #fdecd5 !important;
		color: #303030 !important;
	}

		body .ui-multiselect .ui-multiselect-item.ui-state-highlight .ui-chkbox {
			border-color: #aaaaaa !important;
		}

	body .ui-chkbox .ui-chkbox-box.ui-state-active {
		border: 1px solid #ffffff !important;
		background-color: #ffffff !important;
		color: #ffffff;
	}

		body .ui-chkbox .ui-chkbox-box.ui-state-active .fa {
			color: #303030 !important;
		}

	.k-current-time,
	.k-current-time.k-current-time-arrow-right {
		border-left: 4px solid #ed8b00;
	}

	.table-responsive.top-row-edit > div > .table > tbody > .grid-header td > div .search-panel.search-panel-no-border.form-inline {
		width: 100%;
	}

		.table-responsive.top-row-edit > div > .table > tbody > .grid-header td > div .search-panel.search-panel-no-border.form-inline > span {
			float: left;
			margin-top: 9px;
			margin-right: 5px;
		}

		.table-responsive.top-row-edit > div > .table > tbody > .grid-header td > div .search-panel.search-panel-no-border.form-inline .form-control {
			float: left;
			width: 30%;
			margin: 3px 5px;
		}

		.table-responsive.top-row-edit > div > .table > tbody > .grid-header td > div .search-panel.search-panel-no-border.form-inline input[type=button] {
			float: left;
			margin: 4px 5px 3px;
		}

	label {
		font-weight: 600 !important;
		font-size: 13px;
	}

	body .tab-content .tab-pane .col-md-9 .overflow-y-auto.ht-300 .form-inline .ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
		width: 100%;
		max-width: 100%;
	}

		body .tab-content .tab-pane .col-md-9 .overflow-y-auto.ht-300 .form-inline .ui-multiselect.ui-widget.ui-state-default.ui-corner-all .ui-multiselect-panel.ui-widget {
			width: 100%;
			max-width: 100%;
			top: 33px !important;
		}

			body .tab-content .tab-pane .col-md-9 .overflow-y-auto.ht-300 .form-inline .ui-multiselect.ui-widget.ui-state-default.ui-corner-all .ui-multiselect-panel.ui-widget .ui-multiselect-items-wrapper {
				width: 100%;
				max-width: 100%;
			}

				body .tab-content .tab-pane .col-md-9 .overflow-y-auto.ht-300 .form-inline .ui-multiselect.ui-widget.ui-state-default.ui-corner-all .ui-multiselect-panel.ui-widget .ui-multiselect-items-wrapper .ui-multiselect-items {
					width: 100%;
					max-width: 100%;
					max-height: 170px !important;
					overflow-x: hidden;
				}

					body .tab-content .tab-pane .col-md-9 .overflow-y-auto.ht-300 .form-inline .ui-multiselect.ui-widget.ui-state-default.ui-corner-all .ui-multiselect-panel.ui-widget .ui-multiselect-items-wrapper .ui-multiselect-items .ui-multiselect-item label {
						padding-left: 3px;
						white-space: normal;
					}

	.table > caption + thead > tr:first-child > td,
	.table > caption + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > th,
	.table > thead:first-child > tr:first-child > td,
	.table > thead:first-child > tr:first-child > th {
		border-top: 1px solid #eeeeee !important;
	}

	.content-wrapper .panel .table {
		margin-bottom: 15px;
	}

	.panel.panel-default .panel-body div[id] .video-card-filter {
		float: left;
		width: 60%;
	}

	.panel.panel-default .panel-body div[id] #cardview-video-action-button {
		float: right;
		width: 40%;
	}

	.panel.panel-default .panel-body div[id] #playback-panel {
		padding: 15px 0 0;
		display: block;
		clear: both;
	}

		.panel.panel-default .panel-body div[id] #playback-panel .nav.nav-tabs,
		.panel.panel-default .panel-body div[id] #playback-panel .tab-content {
			top: 0px;
		}

	.video-card-container .detailContainer .thumbnail > span {
		border-color: #dddddd;
		-webkit-transition: ease-in-out all 0.5s;
		-o-transition: ease-in-out all 0.5s;
		transition: ease-in-out all 0.5s;
		overflow: hidden;
	}

	.video-card-container .detailContainer .thumbnail:hover > span {
		border-color: #dddddd;
		-webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
	}

	.video-card-container .detailContainer .thumbnail span .room-title {
		display: block;
		width: 100%;
		padding: 5px 15px;
		background: #585656;
		font-size: 14px;
		font-weight: 600;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
		color: #ffffff;
		-webkit-transition: ease-in-out all 0.5s;
		-o-transition: ease-in-out all 0.5s;
		transition: ease-in-out all 0.5s;
		margin-bottom: 5px;
	}

	.video-card-container .detailContainer .thumbnail:hover span .room-title {
		background: #ed8b00;
		color: #ffffff;
	}

	.video-card-container .detailContainer .thumbnail span .room-title:hover {
		text-decoration: none;
	}

	.video-card-container .detailContainer .thumbnail span .fa.fa-chevron-down,
	.video-card-container .detailContainer .thumbnail span .fa.fa-chevron-up {
		color: #ed8b00;
		margin-bottom: 10px;
	}


	/* .video-card-container ~ div{
    padding-left: 15px;
    margin-bottom: 10px;
} */

	.settingLandingPage {
		display: block;
	}

		.settingLandingPage #landing-page-instruction .col-md-12 span.pb-lg {
			background: #f5f7fa;
			border: 1px solid #cccccc;
			border-left: 5px solid #cccccc;
			border-radius: 3px;
			padding: 10px 10px 10px 15px !important;
			margin-bottom: 15px;
			display: block;
			margin-top: 5px;
		}

		.settingLandingPage #landing-page-instruction ~ .row .col-md-6 h4 {
			font-size: 16px;
			font-weight: 600;
			color: #303030;
		}

		.settingLandingPage #landing-page-instruction ~ .row .col-md-6 ul.list-group .list-group-item a {
			text-decoration: none;
			font-size: 14px;
			padding-left: 22px;
			position: relative;
			display: inline-block;
			-webkit-transition: ease-in-out all 0.5s;
			-o-transition: ease-in-out all 0.5s;
			transition: ease-in-out all 0.5s;
		}

			.settingLandingPage #landing-page-instruction ~ .row .col-md-6 ul.list-group .list-group-item a:before {
				position: absolute;
				left: 0px;
				top: 2px;
				content: "\f18e";
				font: normal normal normal 14px/1 FontAwesome;
				font-size: inherit;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				color: #ed8b00;
				-webkit-transition: ease-in-out all 0.5s;
				-o-transition: ease-in-out all 0.5s;
				transition: ease-in-out all 0.5s;
			}

			.settingLandingPage #landing-page-instruction ~ .row .col-md-6 ul.list-group .list-group-item a:hover {
				color: #ed8b00;
				text-decoration: underline;
			}

	.score-reporting table {
		-webkit-border-horizontal-spacing: 5px !important;
		-webkit-border-vertical-spacing: 5px !important;
	}

		.score-reporting table .row:after,
		.score-reporting table .row:before {
			display: none;
		}

		.score-reporting table tbody tr td h4 {
			padding: 3px 0 7px 5px;
		}

		.score-reporting table tbody tr td h5 a {
			text-decoration: none;
			font-size: 14px;
			padding-left: 22px;
			position: relative;
			display: inline-block;
			-webkit-transition: ease-in-out all 0.5s;
			-o-transition: ease-in-out all 0.5s;
			transition: ease-in-out all 0.5s;
			margin-left: 0px !important;
			text-decoration: none;
		}

			.score-reporting table tbody tr td h5 a:before {
				position: absolute;
				left: 0px;
				top: 1px;
				content: "\f18e";
				font: normal normal normal 14px/1 FontAwesome;
				font-size: inherit;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				color: #ed8b00;
				-webkit-transition: ease-in-out all 0.5s;
				-o-transition: ease-in-out all 0.5s;
				transition: ease-in-out all 0.5s;
			}

			.score-reporting table tbody tr td h5 a:hover {
				color: #ed8b00;
				text-decoration: underline;
			}

		.score-reporting table tbody tr td > table tbody tr td a {
			text-decoration: none;
			font-size: 14px;
			padding-left: 30px;
			position: relative;
			display: inline-block;
			-webkit-transition: ease-in-out all 0.5s;
			-o-transition: ease-in-out all 0.5s;
			transition: ease-in-out all 0.5s;
			text-decoration: none;
		}

			.score-reporting table tbody tr td > table tbody tr td a:before {
				position: absolute;
				left: 18px;
				top: 7px;
				content: "\f111";
				font: normal normal normal 14px/1 FontAwesome;
				font-size: inherit;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				color: #ed8b00;
				-webkit-transition: ease-in-out all 0.5s;
				-o-transition: ease-in-out all 0.5s;
				transition: ease-in-out all 0.5s;
				font-size: 8px;
			}

			.score-reporting table tbody tr td > table tbody tr td a:hover {
				color: #ed8b00;
				text-decoration: underline;
			}

	.navbar-nav li#user-details-button a img {
		float: left;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		padding: 0px !important;
		margin-right: 10px;
		margin-top: -4px;
	}

	.sessions-courses-calendar {
		float: left;
		width: 100%;
		margin-bottom: 65px;
		margin-top: 5px;
	}

		.sessions-courses-calendar .container-fluid {
			float: left;
			width: 100%;
			padding: 15px;
		}

			.sessions-courses-calendar .container-fluid .left-calendar {
				text-align: center;
			}

				.sessions-courses-calendar .container-fluid .left-calendar .navigator_main {
					border: 1px solid #dddddd !important;
					padding: 8px 15px;
					width: auto !important;
					display: inline-block;
					height: auto !important;
					border-radius: 5px;
					margin: 0 auto 20px;
					float: none;
				}

					.sessions-courses-calendar .container-fluid .left-calendar .navigator_main .navigator_select {
						background-color: #ed8b00;
						border: 1px solid #ffffff;
						border-radius: 3px;
						color: #ffffff;
					}

					.sessions-courses-calendar .container-fluid .left-calendar .navigator_main div {
						text-align: center !important;
						line-height: 18px !important;
					}

						.sessions-courses-calendar .container-fluid .left-calendar .navigator_main div span {
							margin-right: 0px !important
						}

					.sessions-courses-calendar .container-fluid .left-calendar .navigator_main ~ table {
						width: auto;
						margin: 0 auto;
					}

						.sessions-courses-calendar .container-fluid .left-calendar .navigator_main ~ table tr td {
							padding: 3px 10px;
							font-size: 14px;
						}

			.sessions-courses-calendar .container-fluid .calendar-heading {
				float: left;
				width: 100%;
				border: 1px solid #dddddd;
				border-radius: 5px 5px 0 0;
				padding-top: 8px;
				border-bottom: 0px;
				background: #f5f6f7;
			}

				.sessions-courses-calendar .container-fluid .calendar-heading .form-group {
					margin-bottom: 8px;
				}

			.sessions-courses-calendar .container-fluid .calendar-inner-details {
				float: left;
				width: 100%;
				border: 1px solid #dddddd;
				border-radius: 0 0 5px 5px;
				padding: 15px 0;
				background: #ffffff;
			}

				.sessions-courses-calendar .container-fluid .calendar-inner-details table td,
				.sessions-courses-calendar .container-fluid .calendar-inner-details table {
					border-color: #e8e8e8 !important;
				}

					.sessions-courses-calendar .container-fluid .calendar-inner-details table td div,
					.sessions-courses-calendar .container-fluid .calendar-inner-details div {
						border-color: #e8e8e8 !important;
					}

	.login-right .right-login-section .panel .panel-body .img-responsive {
		max-height: 100px;
		max-width: 200px;
		width: auto !important;
	}

	.login-right .right-login-section .panel .panel-body hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.login-right .right-login-section .panel .panel-body h4 {
		font-weight: 600;
	}

	.login-right .right-login-section .panel .panel-body .login-bottom .fa {
		float: left;
		font-size: 16px;
		margin-right: 12px;
		margin-top: 0px;
		width: 16px;
	}

	.login-right .right-login-section .panel .panel-body .login-bottom a {
		display: block;
		overflow: hidden;
		text-align: left;
		line-height: 16px;
		font-size: 12px;
	}

	.ui-datepicker .ui-datepicker-title,
	.ui-datepicker th {
		font-weight: 600;
	}

	.modal-content .modal-header {
		padding: 10px 15px;
	}

		.modal-content .modal-header .close {
			font-size: 26px;
			font-weight: bold;
			color: #303030;
			opacity: 1 !important;
		}

			.modal-content .modal-header .close:hover {
				opacity: 0.5 !important;
			}

		.modal-content .modal-header .modal-title {
			font-size: 16px;
		}

	body, html {
		-ms-overflow-style: scrollbar;
	}

	#video-side .border > div {
		overflow: hidden;
	}

		#video-side .border > div > div {
			overflow: hidden;
		}
	/*Rubric table CSS*/
	.rubric-table {
		width: 100%;
		position: relative;
		overflow-x: auto;
	}

		.rubric-table table {
			width: 100%;
		}

			.rubric-table table tr td, .rubric-table table tr th {
				padding: 8px;
				border: 1px solid #ddd !important;
				vertical-align: top;
			}

				.rubric-table table tr td:first-child, .rubric-table table tr th:first-child {
					width: 70px;
					max-width: 70px;
					min-width: 70px;
				}

					.rubric-table table tr td:first-child table tr td, .rubric-table table tr th:first-child table tr td {
						width: auto;
						min-width: inherit;
						background: transparent;
					}

				.rubric-table table tr td:last-child, .rubric-table table tr th:last-child {
					min-width: 80px;
					max-width: 80px;
				}

					.rubric-table table tr td:last-child table tr td, .rubric-table table tr th:last-child table tr td {
						width: auto;
						min-width: inherit;
						background: transparent !important;
					}

				.rubric-table table tr td:nth-child(4), .rubric-table table tr th:nth-child(4) {
					min-width: 100px;
					width: 100px;
					max-width: 100px;
				}

				.rubric-table table tr td.BlankTd:nth-child(4), .rubric-table table tr th.BlankTd:nth-child(4) {
					min-width: 0px;
					width: 0px;
					max-width: 0px;
					padding:0px;
				}

				.rubric-table table tr td.BlankTd, .rubric-table table tr th.BlankTd {
					min-width: 0px;
					width: 0px !important;
					max-width: 0px;
					padding: 0px !important;
				}

				.rubric-table table tr td:nth-child(3) table tr td, .rubric-table table tr th:nth-child(3) table tr td {
					width: auto;
					min-width: inherit;
					background: transparent !important;
				}

				.rubric-table table tr td table tr td, .rubric-table table tr th table tr td {
					width: auto;
					min-width: inherit;
					background: transparent !important;
				}

			.rubric-table table tr td, .rubric-table table tr th {
				min-width: 160px;
				max-width: 160px;
			}

			.rubric-table table tr.grid-header td .inputgroup {
				position: relative;
				display: table;
				border-collapse: separate;
				margin-bottom: 15px;
			}

				.rubric-table table tr.grid-header td .inputgroup input[type="text"] {
					display: table-cell;
					padding: 2px 6px;
					border: 1px solid #dde6e9;
					background: #ffffff;
					border-radius: 3px;
					font-size: 13px;
					color: #303030;
					width: 150px;
				}

			.rubric-table table tr.bg-light-2 td .inputgroup input[readonly] {
				border: 1px solid transparent !important;
				background: transparent !important;
			}

			.rubric-table table tr td .level-group input[readonly] {
				border: 1px solid transparent !important;
				background: transparent !important;
			}

			.rubric-table table tr.grid-header td .groupicon {
				display: table-cell;
				width: 1%;
				white-space: nowrap;
				vertical-align: middle;
				text-align: center;
			}

			.rubric-table table tr.grid-header td .inputgroup input[type="image"] {
				display: inline-block;
				padding: 2px 6px;
			}

			.rubric-table table tr td .form-control {
				padding: 10px;
				border: 1px solid #dde6e9;
				border-radius: 3px;
				font-size: 13px;
				color: #303030;
			}

			.rubric-table table tr td .weight-group {
				position: relative;
				display: table;
				border-collapse: separate;
				width: 80px;
			}

				.rubric-table table tr td .weight-group input[type="text"] {
					display: table-cell;
					padding: 2px 6px;
					border: 1px solid #dde6e9;
					background: #ffffff;
					border-radius: 3px;
					font-size: 13px;
					color: #303030;
					width: 40px;
					text-align: center;
				}

				.rubric-table table tr td .weight-group span {
					display: table-cell;
					width: 50%;
					text-align: center;
					font-size: 13px;
					color: #303030;
				}

			.rubric-table table tr td .level-group {
				position: relative;
				display: table;
				border-collapse: separate;
			}

				.rubric-table table tr td .level-group input[type="text"] {
					display: table-cell;
					padding: 0 6px;
					border: 1px solid #dde6e9;
					background: #ffffff;
					border-radius: 3px;
					font-size: 13px;
					color: #303030;
					width: 40px;
					text-align: center;
					margin-left: 10px;
					height: 28px;
				}

				.rubric-table table tr td .level-group span {
					width: auto;
					text-align: center;
					font-size: 13px;
					color: #303030;
					display: table-cell;
					vertical-align: middle;
				}

			.rubric-table table tr.bg-light-2 td {
				background: #dadada;
			}

				.rubric-table table tr.bg-light-2 td:last-child {
					background: none !important;
				}

				.rubric-table table tr.bg-light-2 td:first-child, .rubric-table table tr.bg-light-2 td:nth-child(2), .rubric-table table tr.bg-light-2 td:nth-child(3), .rubric-table table tr.bg-light-2 td:nth-child(4) {
					background: none;
				}

		.rubric-table div.inputgroup {
			display: block;
			position: relative;
		}

			.rubric-table div.inputgroup input[type="text"] {
				padding: 0px 4px;
				height: 23px;
				font-size: 12px;
				width: 123px;
			}

		.rubric-table .weight-level {
			display: table;
			border: 1px dotted #cccccc;
			width: 100%;
			vertical-align: middle;
		}

			.rubric-table .weight-level .txt-weight {
				display: inline-block;
				padding: 0px 5px;
				width: 34px;
				height: 28px;
				border: 1px solid #dde6e9;
				background: #ffffff;
				border-radius: 3px;
				font-size: 13px;
				color: #303030;
				line-height: normal;
			}

			.rubric-table .weight-level span {
				display: table-cell;
				padding: 3px 5px;
				background: #ffffff;
				text-align: center;
				vertical-align: middle;
			}

		.rubric-table table .bg-grey {
			background: #dadada !important;
			background: #ffffff;
			text-align: center;
			width: 40px;
		}

		.rubric-table table tr:nth-child(3) td {
			background: #f5f7f7;
			background-color: #f5f7f7;
		}

		.rubric-table .table-criteria tr td:nth-child(1), .rubric-table .table-criteria tr td:nth-child(2) {
			background: #fffdd7;
		}

	.rubric-footer {
		float: left;
		width: 100%;
		text-align: right;
		padding: 10px 0;
	}

	.custom-modal-width {
		max-width: 100%;
		width: 1300px;
	}

	.rubric-table textarea, .minheight {
		min-height: 42px;
	}

	.session-modal-popup {
		position: fixed !important;
		z-index: 9999;
		left: 0px;
		top: 0px;
	}

	.maxheight200 {
		max-height: 200px;
	}

	.clsTable ul {
		margin: 0;
		padding-left: 15px;
	}

		.clsTable ul li {
			word-break: break-word;
			margin-bottom: 10px;
		}

	.custom-footer-fix {
		position: absolute;
		bottom: 7px;
		left: 6px;
		right: 6px;
		border-top: 1px solid #ddd;
		background: #fff;
		padding: 10px 15px;
	}

		.custom-footer-fix a {
			text-decoration: none;
			font-size: 14px;
			color: #ed8b00;
		}

			.custom-footer-fix a:hover {
				text-decoration: none;
				font-size: 14px;
				color: #ed8b00;
			}

	.gridster-item-inner .ems-dashboard-control > .panel > .panel-body.custom-h-cal {
		height: calc(100% - 80px);
	}

	.minhight {
		min-height: 350px;
	}

	.validation-alert {
		font-weight: 500;
		color: red;
	}

	.copysession-div {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.duration-instructions {
		font-weight: bold;
		font-size: 14px;
	}

	.text-black {
		color: #303030 !important
	}


	/*CSS 12-05-2020*/
	.note-block {
		padding: 8px 10px;
		margin: 5px 0 10px;
		display: block;
		background: #f9fcff;
		border-left: 5px solid #a0a0a0;
	}

	.form-instructions {
		padding: 8px 10px;
		margin: 5px 0 10px;
		display: block;
		background: #f9fcff;
		border-left: 5px solid #a0a0a0;
	}

	.profile-user-image img {
		background: #f6f7f8 !important;
		background-color: #f6f7f8 !important;
		border: 1px solid #e9e9e9 !important;
		border-radius: 4px;
	}

	.form-group .text-control {
		display: block;
		min-height: 35px;
	}

	.modal-body .form-instructions {
		padding: 8px 10px;
		margin: 0 0 10px;
		display: block;
		background: #f9fcff;
		border-left: 5px solid #a0a0a0;
	}

	.evaluation-user-image {
		border: 1px solid #cccccc !important;
		border-radius: 4px;
		padding: 2px;
		width: 74px;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	#quickAccessoffsidebar.quick-access-sidebar .offsidebar {
		background: #ffffff;
		padding: 2px 0 0;
		position: relative;
		margin-top: 0;
		border: 0px;
		right: 0;
		width: 100% !important;
	}

	.aside-main-div .close-sidebar {
		background: #ed8b00;
		position: absolute;
		left: -40px;
		width: 40px;
		height: 40px;
		text-align: center;
		top: -1px;
		line-height: 38px;
		color: #303030 !important;
		border-radius: 3px 0 0 3px;
		z-index: 9999;
	}

		.aside-main-div .close-sidebar .fa {
			color: #ffffff;
		}

	#quickAccessoffsidebar.quick-access-sidebar .offsidebar .nav-tabs > li.active {
		border-left: 0px;
	}

	#quickAccessoffsidebar.quick-access-sidebar .offsidebar .nav-tabs > li a {
		border-radius: 4px 4px 0 0;
		color: #303030;
	}

	#quickAccessoffsidebar.quick-access-sidebar .offsidebar .nav-tabs > li.active a:focus, #quickAccessoffsidebar.quick-access-sidebar .offsidebar .nav-tabs > li.active a:hover {
		background-color: rgba(0, 0, 0, 0);
	}

	#quickAccessoffsidebar.quick-access-sidebar .offsidebar .tab-content > .tab-pane {
		margin: 0px !important;
	}

	#quickAccessoffsidebar.quick-access-sidebar .offsidebar .respond-label {
		float: left;
		margin-bottom: 10px;
		display: block;
		width: 100%;
	}

	#quickAccessoffsidebar.quick-access-sidebar .offsidebar .bottom-label {
		float: left;
		margin-top: 5px;
		width: 100%;
		text-align: center;
	}

	#quickAccessoffsidebar.quick-access-sidebar .offsidebar .table.table-no-bg {
		background: #ffffff;
	}

	.bookmark-control-container {
		margin-left: 0px;
		margin-right: 0px;
	}

		.bookmark-control-container .prev-btn, .bookmark-control-container .next-btn {
			position: relative;
		}

			.bookmark-control-container .prev-btn .arrow-img, .bookmark-control-container .next-btn .arrow-img {
				position: absolute;
				width: 21px;
				height: auto;
				left: 50%;
				margin-left: -10.5px;
				top: 5px;
			}

	.esc-table > div > table {
		width: 100% !important;
	}

	.table-responsive .table tr td.questions-td {
		border-right: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
	}

	.aside-main-div {
		position: absolute;
		z-index: 9999;
		float: left;
		width: 600px;
		top: 55px;
		bottom: 0;
		background: #ffffff;
		padding: 10px;
		border: 1px solid #cccccc;
		border-bottom: 0;
	}

		.aside-main-div.fixed {
			position: fixed;
			top: 0px;
			bottom: 0px;
		}

		.aside-main-div .sidebar-td {
			padding: 0px;
			border: 0px;
		}

			.aside-main-div .sidebar-td .evaluationSectionControls {
				width: 580px !important;
			}

				.aside-main-div .sidebar-td .evaluationSectionControls .quick-access-sidebar {
					width: 100% !important;
					height: calc(100vh - 65px);
					overflow-y: auto;
				}

	#EvaluationPanel.hide-aside {
		margin-right: 610px !important;
	}

		#EvaluationPanel.hide-aside .aside-main-div {
			right: 0px;
		}

	#EvaluationPanel .aside-main-div {
		right: -600px;
	}

	#EvaluationPanel.hide-aside .aside-main-div .close-sidebar .fa {
		transform: rotate(180deg);
	}

	.Progress:after {
		position: absolute;
		content: '';
		width: 46px;
		height: 46px;
		background-size: 24px;
		left: 2px;
		top: 2px;
		z-index: -1;
	}

	.Progress:before {
		position: absolute;
		content: '';
		width: 46px;
		height: 46px;
		display: inline-block;
		left: 2px;
		top: 2px;
		z-index: -2;
		border-radius: 50%;
	}

	.modal-dialog .text-center.Progress:before {
		left: 50%;
		margin-left: -23px;
	}

	.modal-dialog .text-center.Progress:after {
		left: 50%;
		margin-left: -23px;
	}

	.esc-table table .radio {
		margin-bottom: 0px;
	}
	/*.table-responsive .table .esc-table tr td, .table-responsive .table .esc-table tr th {
    vertical-align: bottom !important;
}
.table-responsive .table .esc-table .vertical-middle tr td, .table-responsive .table .esc-table .vertical-middle tr th {
    vertical-align: middle !important;
}*/
	.table-responsive .table .esc-table table tr td hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	textarea.form-control.min-height35 {
		min-height: 35px;
	}

	.esc-table > div > table tr td div br ~ br {
		display: none;
	}

	.input-group .btn.btn-primary {
		border-color: #ed8b00;
	}

	.esc-table .check-relative .radio input,
	.esc-table .check-relative .checkbox input {
		position: relative;
	}

	.top-players-icons {
		position: relative;
		top: -2px;
		display: inline-block;
		margin-right: 10px;
	}

	.btn.btn-labeled .btn-label .fa {
		color: inherit;
	}

	.block-player-recording .PlayerRecording {
		padding: 4px 10px;
		display: inline-block;
		margin: 0 10px 0 0 !important;
		font-size: 14px;
		border-radius: 3px;
	}

	.rooms-cameras-list {
		padding: 0 15px;
		display: block;
	}

		.rooms-cameras-list li {
			list-style: none;
			padding-bottom: 10px;
		}

			.rooms-cameras-list li.parent_li {
				list-style: none;
				list-style: none;
				padding: 0;
			}

				.rooms-cameras-list li.parent_li:last-child {
					border-bottom: 1px solid #e9e9e9;
				}

				.rooms-cameras-list li.parent_li > div {
					width: 100%;
					position: relative;
					display: block;
				}

				.rooms-cameras-list li.parent_li .pointer-down {
					display: block;
					margin-bottom: 0;
					padding: 8px 15px 8px 40px;
					border: 1px solid #e9e9e9;
					background-position: 12px 50% !important;
					background-color: rgba(241, 242, 243, 0.2) !important;
				}

				.rooms-cameras-list li.parent_li .pointer-right {
					display: block;
					margin-bottom: 0;
					padding: 8px 15px 8px 40px;
					border: 1px solid #e9e9e9;
					border-bottom: 0;
					background-position: 12px 50% !important;
					background-color: rgba(241, 242, 243, 0.2) !important;
				}

				.rooms-cameras-list li.parent_li ul {
					display: block;
					padding-left: 0;
					margin: 0;
					border-left: 1px solid #e9e9e9;
					border-right: 1px solid #e9e9e9;
					overflow: hidden
				}

					.rooms-cameras-list li.parent_li ul .tree-div {
						padding: 5px 5px 0;
						margin: 0;
					}

					.rooms-cameras-list li.parent_li ul li.cam-link-container {
						margin: 0 5px 5px 0;
						padding: 5px 10px;
					}

	.video-card-container.video-card-custom .detailContainer .thumbnail {
		border: 0px;
		background: transparent;
		padding: 0 10px 20px;
	}

		.video-card-container.video-card-custom .detailContainer .thumbnail span .room-title {
			min-height: 32px;
		}

		.video-card-container.video-card-custom .detailContainer .thumbnail .room-subtitle {
			width: 100%;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			padding: 0 25px;
		}

		.video-card-container.video-card-custom .detailContainer .thumbnail .row.pb .text-center span {
			width: 100%;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			display: block;
			padding: 0 25px;
		}

		.video-card-container.video-card-custom .detailContainer .thumbnail .row.pb .col-md-3.col-sm-3 .text-center span {
			width: 20px;
			text-overflow: unset;
			overflow: unset;
			white-space: unset;
			padding: 0;
			display: inline-block;
		}

	.video-card-container.video-card-custom .card-view-group {
		margin-bottom: 5px;
	}

	.table-layout-unset .k-scheduler-content .k-scheduler-table {
		table-layout: unset;
	}

	.datepicker input[type=text].form-control.date-input {
		display: inline;
		height: 35px;
		width: 100%;
		padding: 4px 10px;
	}

	.timepicker input[type=text].form-control.time-input {
		display: inline;
		height: 35px;
		width: 100%;
	}

	.parent-cameras-list {
		list-style: none;
		list-style: none;
		padding: 0 5px 5px;
		margin: 0px;
	}

		.parent-cameras-list li.parent_li {
			list-style: none;
			list-style: none;
			padding: 0;
		}

			.parent-cameras-list li.parent_li:last-child {
				border-bottom: 1px solid #e9e9e9;
			}

			.parent-cameras-list li.parent_li .fw {
				display: block;
				margin-bottom: 0;
				padding: 8px 10px 8px 10px;
				border: 1px solid #e9e9e9;
				background-color: rgba(241, 242, 243, 0.2) !important;
			}

				.parent-cameras-list li.parent_li .fw .fa {
					font-size: 18px;
					color: #303030;
				}

			.parent-cameras-list li.parent_li ul {
				display: block;
				padding-left: 0;
				margin: 0;
				border-left: 1px solid #e9e9e9;
				border-right: 1px solid #e9e9e9;
				overflow: hidden;
				padding: 8px 10px 0;
			}

				.parent-cameras-list li.parent_li ul li.cam-link-container {
					margin: 0 8px 8px 0;
					padding: 0;
				}

					.parent-cameras-list li.parent_li ul li.cam-link-container .cameraText {
						padding: 3px 7px;
					}

	.display-inline {
		display: inline-block;
	}

	.cursor-pointer {
		cursor: pointer;
	}

	.td-space-none {
		margin: -10px;
		display: block;
	}

	.advance-table-div .row.cursor-pointer .panel.panel-default {
		margin-bottom: 0px;
	}

		.advance-table-div .row.cursor-pointer .panel.panel-default .panel-heading {
			position: relative;
			background: #f6f7f8;
		}

			.advance-table-div .row.cursor-pointer .panel.panel-default .panel-heading:before {
				content: "\f147";
				display: inline-block;
				font: normal normal normal 14px/1 FontAwesome;
				font-size: inherit;
				text-rendering: auto;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				float: right;
				margin-top: 4px;
				color: #666666;
			}

	.advance-table-div .row.cursor-pointer.collapsed .panel.panel-default .panel-heading:before {
		content: "\f196";
	}

	.advance-table-div .row .col-xs-12 .content-wrapper {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
	}

	.table.table-bordered.soap-scoring-template tr td {
		padding: 0px;
	}

	.scoring-template-ui {
		display: block;
		margin: 0;
		position: relative;
	}

		.scoring-template-ui .heading {
			width: 100%;
			float: left;
			display: block;
			padding: 10px;
			background: #f7f8f9;
			border-bottom: 1px solid #eeeeee;
			min-height: 42px;
		}

			.scoring-template-ui .heading .top-icons {
				display: inline-block;
				float: right;
				margin-top: -3px;
			}

				.scoring-template-ui .heading .top-icons input {
					margin-left: 10px;
					display: inline-block;
					vertical-align: middle;
				}

				.scoring-template-ui .heading .top-icons .add-icon {
					max-width: 50px;
					position: absolute;
					top: 50px;
					left: 50%;
					margin-left: -25px;
				}

		.scoring-template-ui .description {
			width: 100%;
			float: left;
			padding: 10px;
			position: relative;
			padding-right: 35px;
		}

			.scoring-template-ui .description .edit-2-icon {
				float: right;
				position: absolute;
				right: 0;
				top: 0;
				padding: 5px 8px;
				border: 1px solid #eeeeee !important;
				border-top: 0 !important;
				border-right: 0 !important;
				background: #ffffff;
			}

	.col-md-12.even-div {
		padding: 8px 15px;
		background: #fafbfc;
		border-top: 1px solid #eeeeee;
	}

	.col-md-12.odd-div {
		padding: 8px 15px;
		background: #ffffff;
		border-top: 1px solid #eeeeee;
	}

		.col-md-12.even-div .form-group, .col-md-12.odd-div .form-group {
			margin-bottom: 0px;
		}

	.m-lr-10 {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}

	.radio-choice-block {
		width: 100%;
		float: left;
	}

		.radio-choice-block #divVerticalLine {
			display: none !important;
		}

		.radio-choice-block .questionChoiceContainer {
			float: none !important;
			width: 100% !important;
		}

			.radio-choice-block .questionChoiceContainer tbody tr td {
				vertical-align: top !important;
			}

		.radio-choice-block .radio label, .radio-choice-block .checkbox label {
			font-weight: normal !important;
			line-height: 18px;
		}

	.toggleSection.show-all-comments {
	}

	.textarea-min-height textarea.form-control {
		min-height: 35px;
	}

	.p.pl0 {
		padding-left: 0px !important;
	}

	.heading-block {
		padding: 8px 10px;
		margin: 5px 0 10px;
		display: block;
		background: #f9fcff;
		border: 1px solid #f6f7f8;
	}

	@media only screen and (max-width: 1440px) {
		.video-card-container.video-card-custom .detailContainer .thumbnail {
			width: 25%;
		}
	}

	@media only screen and (max-width: 1200px) {
		.video-card-container.video-card-custom .detailContainer .thumbnail {
			width: 33.3%;
		}
	}

	@media only screen and (max-width: 991px) {
		.video-card-container.video-card-custom .detailContainer .thumbnail {
			width: 50%;
		}
	}


	.custom-nav-tabs .nav-tabs > li.active {
		border-left: 0px;
	}

	.custom-nav-tabs .nav-tabs > li a {
		border-radius: 4px 4px 0 0;
		color: #303030;
	}

	.custom-nav-tabs .nav-tabs > li.active a:focus, .custom-nav-tabs .nav-tabs > li.active a:hover {
		background-color: rgba(0, 0, 0, 0);
	}

	.custom-nav-tabs .tab-content > .tab-pane {
		margin: 0px !important;
	}

	.tab-content .table.v-align-m tr td {
		vertical-align: middle !important;
	}

		.tab-content .table.v-align-m tr td .default-img {
			display: inline-block;
			width: 90px;
			border: 1px solid #e9e9e9;
			border-radius: 5px;
		}

		.tab-content .table.v-align-m tr td .btn {
			color: #ffffff;
			text-decoration: none;
		}

			.tab-content .table.v-align-m tr td .btn .fa {
				color: #ffffff;
			}

	.custom-timer {
		display: inline-block;
		padding: 5px 12px;
		border-radius: 5px;
		background: #ffffff;
		border: 1px solid #ED8B00;
		margin: 0px !important;
		min-width: 95px
	}

		.custom-timer span {
			display: inline-block;
			font-size: 14px;
			font-weight: normal;
			color: #303030;
			margin: 0 3px;
		}

		.custom-timer i {
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			color: #ed8b00;
			margin-right: 8px;
		}

	.evaluation-timer {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		background: #ffffff;
		border: 1px solid #ed8b00;
		font-size: 14px;
		font-weight: normal;
		color: #303030;
		position: relative;
	}

		.evaluation-timer:before {
			content: "\f017";
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			color: #ed8b00;
			margin-right: 8px;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

	.table tr td .btn.btn-text-white {
		color: #ffffff;
	}

		.table tr td .btn.btn-text-white .fa {
			color: #ffffff;
		}

	#ctl00_breadcrumb_actionButtonContainer .action-button-container .custom-timer.timer-2 {
		position: absolute;
		right: 77%;
	}

	#ctl00_breadcrumb_actionButtonContainer.timer-align .action-button-container .custom-timer.timer-2 {
		margin-right: 30px !important;
		position: absolute;
		right: 15px;
	}

	#EvaluationPanel.hide-aside .aside-main-div .evaluation-timer {
		position: relative;
		right: 0;
		top: 0;
	}

	#EvaluationPanel .aside-main-div .evaluation-timer {
		position: fixed;
		right: 100px;
		top: 58px;
	}



	body.chat-popup-open .navbar.navbar-inverse.topnavbar {
		z-index: 999999;
	}

	body.chat-popup-open .modal-dialog {
		margin-top: 60px;
	}

	.custom-timer.mr-lg {
		margin-right: 30px !important;
	}

	.space-timer-right .custom-timer.mr-lg {
		margin-right: 576px !important;
	}

	.table-responsive .table-text-break tr th {
		width: 78px;
		word-break: break-all;
		padding: 3px;
		text-align: center !important
	}

	.table-responsive .table-text-break tr td {
		padding: 3px
	}

	.learner-login-body .login-screen-background {
		position: fixed;
	}

	.learner-login-body .form-group {
		position: relative;
	}

		.learner-login-body .form-group .fa {
			position: absolute;
			right: 10px;
			top: 11px;
			font-size: 14px;
			color: #cccccc;
		}

		.learner-login-body .form-group .form-control {
			width: 100%;
			background: #ffffff;
			border: 0px;
			border-bottom: 1px solid #e9e9e9;
			border-radius: 0px;
			-webkit-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
			height: 38px;
			padding-left: 0px;
		}

	.main-verify-wrapper {
		position: fixed;
		top: 96px;
		bottom: 50px;
		left: 250px;
		right: 0px;
		background: #ffffff;
	}

		.main-verify-wrapper iframe {
			width: 100%;
			height: 100%;
			border: 0px;
			outline: none;
		}

		.main-verify-wrapper .verify-right-panel {
			float: left;
			width: 100%;
			height: 100%;
			padding: 10px;
			position: relative;
		}

		.main-verify-wrapper .zoom-meeting-panel {
			float: left;
			width: 50%;
			height: 100%;
			padding: 0;
			background: #000000;
			position: relative;
		}

		.main-verify-wrapper.hide-left-zoompanel .verify-right-panel {
			display: none;
		}

		.main-verify-wrapper .close-zoom-btn {
			display: inline-block;
			width: 34px;
			height: 28px;
			font-size: 20px;
			color: #ffffff !important;
			text-decoration: none !important;
			border: 1px solid #ED8B00;
			text-align: center;
			line-height: 20px;
			outline: none;
			position: absolute;
			right: -1px;
			top: 0px;
			background: #ED8B00;
			cursor: pointer;
		}

		.main-verify-wrapper .left-user-panel {
			float: left;
			width: 250px;
			border: 1px solid #cccccc;
			padding: 15px;
			background: #ffffff;
			position: fixed;
			top: 96px;
			bottom: 0px;
			z-index: 2;
			left: 0;
		}

			.main-verify-wrapper .left-user-panel .left-user-panel-inner {
				float: left;
				width: 100%;
				max-height: 100%;
				overflow-y: auto;
				text-align: center;
				position: relative;
			}

				.main-verify-wrapper .left-user-panel .left-user-panel-inner .user-image {
					display: inline-block;
					width: 80px;
					height: 80px;
					border-radius: 50%;
					border: 2px solid #e9e9e9;
					vertical-align: middle;
					overflow: hidden;
					margin-bottom: 15px;
				}

					.main-verify-wrapper .left-user-panel .left-user-panel-inner .user-image img {
						display: inline-block;
						max-width: 100%;
						max-height: 100%;
					}

				.main-verify-wrapper .left-user-panel .left-user-panel-inner .user-title {
					display: block;
					font-size: 16px;
					font-weight: bold;
					margin-bottom: 5px;
				}

				.main-verify-wrapper .left-user-panel .left-user-panel-inner .user-description {
					display: block;
					font-size: 14px;
					font-weight: normal;
					margin-bottom: 5px;
				}

			.main-verify-wrapper .left-user-panel .collapse-link {
				top: -1px;
				height: 40px;
				right: -1px;
				width: 30px;
				background: #ed8b00;
				text-align: center;
				-webkit-transition: ease-in-out all 0.1s;
				-o-transition: ease-in-out all 0.1s;
				transition: ease-in-out all 0.1s;
				font-size: 14px;
				color: #ffffff;
				line-height: 40px;
				position: absolute;
				text-decoration: none;
				z-index: 9;
				cursor: pointer;
			}

			.main-verify-wrapper .left-user-panel .video-panel-link {
				top: 42px;
				height: 40px;
				right: -1px;
				width: 30px;
				background: #ed8b00;
				text-align: center;
				-webkit-transition: ease-in-out all 0.1s;
				-o-transition: ease-in-out all 0.1s;
				transition: ease-in-out all 0.1s;
				font-size: 14px;
				color: #ffffff;
				line-height: 40px;
				position: absolute;
				text-decoration: none;
				z-index: 9;
				cursor: pointer;
			}

		.main-verify-wrapper.hide-user-verify {
			left: 30px;
		}

			.main-verify-wrapper.hide-user-verify .left-user-panel {
				left: -250px;
			}

				.main-verify-wrapper.hide-user-verify .left-user-panel .collapse-link {
					right: -30px;
				}

				.main-verify-wrapper.hide-user-verify .left-user-panel .video-panel-link {
					right: -30px;
				}

				.main-verify-wrapper.hide-user-verify .left-user-panel .collapse-link.fa-chevron-left:before {
					content: "\f054";
				}

	.fixed-section {
		float: left;
		width: 100%;
		position: fixed;
		left: 0px;
		top: 96px;
		background: #ffffff;
		bottom: 50px;
		z-index: 2;
	}

		.fixed-section .camera {
			display: block;
			width: 100%;
			height: 100%;
		}

		.fixed-section .canvas-image {
			display: block;
			position: absolute;
			top: 0px;
			width: 100%;
			height: 100%;
			left: 0px;
			right: 0px;
		}

	.capture-block {
		display: block;
		position: relative;
		height: 100%;
		width: calc(100% - 500px);
		background: #000000;
		text-align: center;
		z-index: 1;
	}

		.capture-block video {
			width: auto;
			height: 100%;
			display: inline-block;
			position: relative;
			z-index: 1;
		}

		.capture-block canvas {
			display: inline-block;
			position: relative;
			z-index: 2;
			width: auto;
			height: 100%;
		}

	.controls-block {
		position: absolute;
		right: 0px;
		width: 500px;
		background: #ffffff;
		top: 0px;
		height: 100%;
		padding: 15px;
		border-left: 1px solid #cccccc;
		overflow-y: auto;
		z-index: 2;
	}

		.controls-block h3 {
			display: block;
			margin-top: 0px;
			margin-bottom: 20px;
		}

		.controls-block .bottom-row-btns {
			position: absolute;
			left: 0px;
			bottom: 0px;
			padding: 8px 15px;
			width: 100%;
			background: #f6f7f8;
			border-top: 1px solid #cccccc;
			text-align: right;
		}

	.main-verify-wrapper.hide-user-verify.left-user-panel-hide .left-user-panel {
		display: none;
	}

	.capture-block .pdf-viewer-block {
		display: block;
		width: 100%;
		height: calc(100% - 0px);
		text-align: center;
	}

	.controls-block .table > tbody > tr > td {
		word-break: break-all;
	}

	/*Verification Details css*/
	.wrapper section .verification-details-panel {
		position: fixed;
		left: 315px;
		right: 500px;
		width: auto;
		overflow-y: auto;
		top: 108px;
		bottom: 50px;
	}

	.aside-collapsed .wrapper section .verification-details-panel {
		left: 35px;
	}

	.verification-zoom-panel {
		position: fixed;
		left: auto;
		right: 0;
		width: 485px;
		overflow-y: auto;
		top: 96px;
		bottom: 50px;
		background: #ffffff;
		padding: 0;
		border-left: 1px solid #e9e9e9;
	}

		.verification-zoom-panel .telemed-wrapper {
			z-index: 9;
			background: #ffffff;
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
		}

			.verification-zoom-panel .telemed-wrapper .process-zoom-panel {
				float: left;
				width: 100%;
				top: 0;
				bottom: 0;
				right: 0;
				background: #000000;
				left: 0px;
				height: 100%;
			}

				.verification-zoom-panel .telemed-wrapper .process-zoom-panel .open-zoom-btn {
					position: absolute;
					top: 5px;
					left: 0px;
					width: 100%;
					text-align: center;
					height: 0px;
				}

	.zoom-verification-meeting-fix {
		position: fixed;
		left: 0;
		top: 96px;
		right: 0;
		bottom: 50px;
		overflow-y: auto;
	}

		.zoom-verification-meeting-fix iframe {
			border: 0px;
			outline: 0px;
			vertical-align: middle;
		}

		.zoom-verification-meeting-fix .user-zvm-panel {
			float: left;
			width: 250px;
			border: 1px solid #cccccc;
			padding: 15px;
			background: #ffffff;
			position: fixed;
			top: 96px;
			bottom: 50px;
			z-index: 2;
			left: 0;
		}

	.user-zvm-panel .user-panel-inner {
		float: left;
		width: 100%;
		max-height: 100%;
		overflow-y: auto;
		text-align: center;
		position: relative;
	}

		.user-zvm-panel .user-panel-inner .user-image {
			display: inline-block;
			width: 80px;
			height: 80px;
			border-radius: 50%;
			border: 2px solid #e9e9e9;
			vertical-align: middle;
			overflow: hidden;
			margin-bottom: 15px;
		}

			.user-zvm-panel .user-panel-inner .user-image img {
				display: inline-block;
				max-width: 100%;
				max-height: 100%;
			}

		.user-zvm-panel .user-panel-inner .user-title {
			display: block;
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 5px;
		}

		.user-zvm-panel .user-panel-inner .user-description {
			display: block;
			font-size: 14px;
			font-weight: normal;
			margin-bottom: 5px;
		}

	.user-zvm-panel .collapse-link {
		top: -1px;
		height: 40px;
		right: -1px;
		width: 30px;
		background: #ed8b00;
		text-align: center;
		-webkit-transition: ease-in-out all 0.1s;
		-o-transition: ease-in-out all 0.1s;
		transition: ease-in-out all 0.1s;
		font-size: 14px;
		color: #ffffff;
		line-height: 40px;
		position: absolute;
		text-decoration: none;
		z-index: 9;
		cursor: pointer;
	}

	.user-zvm-panel .video-panel-link {
		top: 42px;
		height: 40px;
		right: -1px;
		width: 30px;
		background: #ed8b00;
		text-align: center;
		-webkit-transition: ease-in-out all 0.1s;
		-o-transition: ease-in-out all 0.1s;
		transition: ease-in-out all 0.1s;
		font-size: 14px;
		color: #ffffff;
		line-height: 40px;
		position: absolute;
		text-decoration: none;
		z-index: 9;
		cursor: pointer;
	}

	.zoom-verification-meeting-fix.hide-user-zvm-panel {
		left: 30px;
	}

		.zoom-verification-meeting-fix.hide-user-zvm-panel .user-zvm-panel {
			left: -250px;
		}

			.zoom-verification-meeting-fix.hide-user-zvm-panel .user-zvm-panel .collapse-link {
				right: -30px;
			}

			.zoom-verification-meeting-fix.hide-user-zvm-panel .user-zvm-panel .video-panel-link {
				right: -30px;
			}

			.zoom-verification-meeting-fix.hide-user-zvm-panel .user-zvm-panel .collapse-link.fa-chevron-left:before {
				content: "\f054";
			}

	.zoom-verification-meeting-fix .zoom-verification-meeting-fix-panel {
		position: fixed;
		top: 96px;
		bottom: 50px;
		z-index: 1;
		left: 250px;
		right: 0px;
	}

	.zoom-verification-meeting-fix.hide-user-zvm-panel .zoom-verification-meeting-fix-panel {
		left: 30px;
	}

	.zoom-verification-meeting-fix .zoom-verification-meeting-fix-panel .open-zoom-btn {
		position: absolute;
		top: 5px;
		left: 0px;
		width: 100%;
		text-align: center;
		height: 0px;
	}

	.learner-login-body .form-group.country-form-group .form-control {
		width: 90px;
		margin-right: 10px;
		display: inline-block;
		float: left;
	}

	.learner-login-body .form-group.country-form-group .form-block {
		display: block;
		overflow: hidden;
	}

		.learner-login-body .form-group.country-form-group .form-block .form-control {
			width: 100%;
			margin-right: 0;
			display: block;
			float: none;
		}

	.fullview {
		width: 90%;
		border: solid 1px #e9e9e9;
	}

	.featureblock {
		display: inline;
	}

	.text-white {
		color: #ffffff !important;
	}

	.img-viewer-block {
		overflow: auto;
		min-height: 400px;
		text-align: center !important;
	}

	.custom-timer.timer-left-position {
		position: absolute;
		left: calc(-100% + 168px);
	}

	.ul-list {
		padding-left: 20px;
		margin-bottom: 15px;
	}

		.ul-list li {
			font-size: 16px;
			margin-bottom: 10px;
			color: #303030;
		}

	@media only screen and (max-width: 840px) {
		.breadcrumb > .secondary-top-nav-container .col-sm-6 {
			float: left;
			width: 50%;
		}

		.main-zoom-wrapper, .telemed-wrapper {
			top: 97px !important;
		}

		.space-timer-right .custom-timer.mr-lg {
			margin-right: 0px !important;
		}
	}


	.notes-btn-fixed {
		position: fixed;
		width: 60px;
		height: 60px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		border: 1px solid #ee8a00;
		background: #ffffff;
		border-radius: 50%;
		right: 10px;
		top: 50%;
		z-index: 9999999;
		font-size: 20px;
		color: #ee8a00;
		cursor: pointer;
		margin-top: -30px;
	}

		.notes-btn-fixed:hover {
			color: #ee8a00;
		}

	.notepad-block {
		display: block;
		width: 590px;
		bottom: 60px;
		border: 1px solid #bdbdbd;
		position: fixed;
		right: 0px;
		height: 410px;
		background: #ffffff;
		z-index: 99999;
	}

		.notepad-block .header-notepad {
			display: block;
			width: 100%;
			position: relative;
			font-size: 16px;
			color: #ffffff;
			background: #ee8a00;
			padding: 10px 15px;
			padding-right: 50px;
		}

			.notepad-block .header-notepad .cross-notepad {
				position: absolute;
				right: 0px;
				top: 0px;
				bottom: 0px;
				width: 46px;
				text-align: center;
				color: #ffffff;
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;
				-ms-align-items: center;
				align-items: center;
				justify-content: center;
				-webkit-transition: ease-in-out all 0.5s;
				-o-transition: ease-in-out all 0.5s;
				transition: ease-in-out all 0.5s;
			}

				.notepad-block .header-notepad .cross-notepad:hover {
					background: rgba(255, 255, 255, 0.2);
				}

		.notepad-block .notepad-details {
			display: block;
			width: 100%;
			height: calc(100% - 44px);
			position: relative;
			overflow-y: auto;
			padding: 10px 15px 0;
		}

			.notepad-block .notepad-details textarea.form-control {
				height: auto !important;
			}

	#main-navbar-container {
		z-index: 999999;
	}

	.modal-dialog {
		margin: 65px auto !important;
	}

	@media (max-width:1590px) {
		.nav > li > a {
			padding-left: 10px;
			padding-right: 10px;
		}

		#user-details-button > a .content-to-hide {
			display: inline-block;
			max-width: 80px;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
	}

	@media (max-width:1440px) {
		.nav > li > a {
			padding-left: 8px;
			padding-right: 8px;
		}

		#user-details-button > a .content-to-hide {
			display: none;
		}

		.navbar-header {
			float: none;
		}



		.navbar-toggle {
			display: block;
		}



		.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		}



			.navbar-collapse.collapse {
				display: none !important;
			}



		.navbar-nav {
			float: none !important;
			margin: 7.5px -15px;
		}



			.navbar-nav > li {
				float: none;
			}



				.navbar-nav > li > a {
					padding-top: 10px;
					padding-bottom: 10px;
				}



		.navbar-text {
			float: none;
			margin: 15px 0;
		}



		.navbar-collapse.collapse.in {
			display: block !important;
		}



		.collapsing {
			overflow: hidden !important;
		}
	}

	.zoom-body-bg {
		background-image: linear-gradient(rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.80)), url(../../Images/login-bg.jpg);
		background-size: 100% 100%;
		height: 100%;
		background-attachment: fixed;
	}

	.zoom-fixed-panel {
		display: block;
		position: fixed;
		top: 95px;
		bottom: 0px;
		left: 0px;
		padding: 15px;
		width: 100%;
	}

		.zoom-fixed-panel .left-panel-box {
			float: left;
			width: 50%;
			margin-right: 15px;
			max-height: 100%;
			overflow-y: auto;
		}

		.zoom-fixed-panel .test-zoom-section {
			position: relative;
			overflow: hidden;
			text-align: center;
			height: calc(100vh - 127px);
			background: #000000;
			padding: 15px 0;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			-ms-align-items: center;
			align-items: center;
		}

	.radio-input-space input {
		float: left;
		margin-right: 6px;
		margin-top: 5px;
	}

	.registration-progress-loader {
		position: fixed;
		width: auto;
		height: 100%;
		left: 0;
		right: 0;
		margin-left: 0px;
		top: 0px;
		margin-top: 0;
		z-index: 999;
		background: rgba(16, 16, 16, 0.2);
		-webkit-transition: ease-in-out all 0.5s;
		-o-transition: ease-in-out all 0.5s;
		transition: ease-in-out all 0.5s;
		text-align: center;
	}

		.registration-progress-loader .position-center {
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			text-align: center;
			right: 0px;
			margin-top: -30px;
		}

	.progress-spin {
		font-size: 50px;
		color: #ed8b00;
		display: inline-block;
	}

	.load-text {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		font-size: 16px;
		color: #303030;
		font-weight: normal;
	}

	.popup-loader {
		min-height: 200px;
		display: block;
	}

		.popup-loader .registration-progress-loader {
			position: absolute;
		}

			.popup-loader .registration-progress-loader .progress-spin {
				font-size: 34px;
			}

	.form-inline-flex {
		display: inline-flex;
		-ms-align-items: center;
		align-items: center;
	}

	.min-width-160, .min-width-160 .ui-multiselect {
		min-width: 160px;
	}

		.min-width-160 .ui-multiselect .ui-multiselect-label {
			text-align:left !important;
		}

	@media (max-width: 1200px) {
		.modal-xl {
			width: 900px;
		}
	}

	.space-timer-right .custom-timer.timer-left-position {
		position: absolute;
		left: auto;
		top: 4px;
		right: calc(100% - 50px);
		min-width: 110px;
	}

	.timer-align .custom-timer.timer-left-position {
		position: absolute;
		left: auto;
		top: 4px;
		right: 50px;
		min-width: 110px;
	}

	.ag-theme-alpine .ag-header {
		background: #eaeaea !important;
		background-color: #eaeaea !important;
	}

	.ag-theme-alpine .ag-row-hover {
		background: #fafbfc !important;
		background-color: #fafbfc !important;
	}

	.table.v-align-middle > tbody > tr > td {
		vertical-align: middle !important;
	}
.Default.RadEditor .reContentCell.reNoBorder {
	border: 1px solid #b3b3b3 !important;
}
@media (max-width: 1366px) {
	.video-card-container .thumbnail {
		width: 33.33%;
	}
}
@media (max-width: 1270px) {
	.video-card-container .thumbnail {
		width: 50%;
	}
	.wrapper .aside .aside-inner .sidebar .tab-content {
		position: absolute;
		top: 40px;
		height: calc(100% - 30px) !important;
		overflow-y: auto;
	}
		.wrapper .aside .aside-inner .sidebar .tab-content .overflowed-parent.fh {
			height: auto !important;
		}
	.aside-collapsed .wrapper > .aside > .aside-inner{
		width:35px;
	}

}
@media (max-width: 991px) {
	.video-card-container .thumbnail {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.telemed-wrapper {
		position: relative !important;
		top: 0 !important;
		left: 0;
		bottom: unset !important;
		float: left;
		width: 100%;
	}
		.telemed-wrapper .process-panel {
			width: 100% !important;
			height: calc(50vh - 55px) !important;
			top: 0 !important;
			position: relative !important;
		}
		.telemed-wrapper .process-zoom-panel {
			width: 100% !important;
			height: calc(50vh - 55px) !important;
			top: 0 !important;
			position: relative !important;
		}
		.telemed-wrapper.hide-process-zoom .process-zoom-panel {
			right: 0px !important;
			top: 0;
		}
	#EvaluationPanel.hide-aside {
		margin-right: 0px !important;
	}
	#EvaluationPanel {
		margin: 0px !important;
	}
		#EvaluationPanel.hide-aside .aside-main-div {
			right: 0px !important;
		}
	.aside-main-div {
		position: relative !important;
		width: 100% !important;
		top: 0 !important;
		right: 0px !important;
	}
	#EvaluationPanel .aside-main-div .sidebar-td .evaluationSectionControls {
		position: relative !important;
		width: 100% !important;
		top: 0 !important;
	}
	.table-responsive .table tr td.questions-td .divComments {
		float:left;
		width:100%;
	}
	.breadcrumb .secondary-top-nav-container .col-sm-7 {
		width: 58.33333333%;
		float: left;
	}
	.breadcrumb .secondary-top-nav-container .col-sm-5 {
		width: 41.66666667%;
		float: left;
	}
	.custom-timer.timer-left-position {
		position: relative;
		left: 0;
	}
}

.adhoc-report-page{
    float:left;
    width:100%;
    padding:20px 20px 50px;
}

.video-usage {
    display: block;
    width: 100%;
    float: left;
}

    .video-usage .icon-left {
        width: 46px;
        height: 46px;
        padding: 13px;
        border-radius: 5px;
        background-color: #f9f8f9;
        -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
        margin-bottom: 10px;
        float: left;
        margin-right: 10px;
    }

    .video-usage .details-block {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .video-usage .details-block .video-title {
            display: block;
            font-size: 14px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: normal;
            color: #303030;
        }

        .video-usage .details-block .sub-title {
            display: block;
            font-size: 13px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: normal;
            color: #666666;
        }

        .video-usage .details-block .usd-title {
            display: block;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: normal;
            color: #303030;
        }
.btn-default.view-btn{
    background:url(../../Images/View.png) no-repeat center center #edf1f2;
}
.navbar-right {
	padding-right: 10px;
	margin-right: 0px !important;
}

@media (max-width:1440px) {
	.navbar-collapse {
		width: 100%;
	}

	.navbar-nav.navbar-right {
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 99;
		margin-top: 0px;
	}

		.navbar-nav.navbar-right li {
			display: inline-block;
			float: left;
		}

			.navbar-nav.navbar-right li a {
				padding: 17px 15px;
			}

	.topnavbar .navbar-header .navbar-toggle {
		float: left;
		margin-left: 15px;
		margin-right: 0px;
	}
}

@media (max-width:767px) {
	.navbar-nav.navbar-right {
		right: 0px;
		padding-right: 0px;
	}

		.navbar-nav.navbar-right li a {
			padding: 17px 5px;
		}

		.navbar-nav.navbar-right .dropdown-menu {
			position: absolute;
			right: 10px;
			left: auto;
		}
}

.text-overflow {
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}
@media (max-width: 991px) {
	.calendar {
		right: 0;
		left: auto !important;
	}
}
@media (max-width: 1366px) {
	.calendar {
		right: 0;
		left: auto !important;
	}
}
.nav-tabs .dropdown-menu{
    z-index:999;
}

span.tdSpan {
	white-space: break-spaces;
}

.esc-table > div > table tr td span.tdSpan br ~ br {
	display: block !important;
}