﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400&display=swap');
@import url('../../vendors/vendors/Angular/AngularDatatables/vendor/font-awesome-animation/dist/font-awesome-animation.min.css');

html {
    position: relative;
    min-height: 100%;
}
body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f0f2f5;
    padding-top: 50px;
    padding-bottom: 0; /*<-- This is inherited for intro-custom.css*/
    font-size: 13px !important;
    font-weight: 400;
    font-style: normal;
}

.bg-white {
    background-color: #fff !important;
}

.font-primary {
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Source Sans Pro', sans-serif !important;
}

.offlinemode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

.offlinemode-text {
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(224, 14, 14, 0.7);
    padding: 10px;
    width: 100%;
    text-align: center;
}

.editIconRight {
    float: right;
    position: relative;
    top: 2px;
    right: -25px;
}

    .editIconRight .fa {
        font-size: 16px;
        color: #298cb1;
    }

label {
    font-weight: 600 !important;
}

.course-overlay {
    color: #fff !important;
}

.max-w-200 {
    max-width: 200px;
}

.w-220 {
    width: 220px;
}

.w-160 {
    width: 160px !important;
}


.w-110 {
    width: 110px !important;
}

.Common_Container {
    margin-left: 4px;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin: 15px;
}

.box-shadow1 {
    box-shadow: 0 1px 1px rgba(0,0,0,0.2) !important;
}

.panel-title-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    text-transform: uppercase;
    font-weight: 300 !important;
}
/*Spinner CSS*/
.spinner {
    width: 100%;
    height: 100%;
    min-width: 80px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.71);
    z-index: 1800;
}

    .spinner img {
        position: fixed;
        top: 35%;
        left: 45%;
        /*content: url('../images/loader-blue.gif');*/
        display: none !important;
    }

#content.slidetoggle .spinner {
    left: 0;
}

.cursor-move {
    cursor: move !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.push-to-bottom {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.navbar-nav > li > a.has-notify:before, .pace .pace-progress-inner:before, .spinner:before, .spinner:not(:required):before {
    content: '';
}

.pointer-none.disabled {
    pointer-events: none !important;
}

.tourIcon {
    position: absolute;
    top: 100px;
    right: 15px;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.px-5-py-2 {
    padding: 2px 5px !important;
}

.py-10 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.cross_red {
    color: #F04B46;
}

.check_green {
    color: #65C56F;
}

.border-grey {
    border: 1px solid #ccc;
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner:before {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 4em;
    height: 4em;
    margin-left: -40px;
    z-index: 1800;
}

span.spinnertext {
    top: 54%;
    /*left: 48%;*/
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #3978aa;
    position: absolute;
    width: 100%;
    text-align: center;
}

#content.slidetoggle .spinner:before {
    left: 40%;
}

.spinner:not(:required):before {
    border-radius: 50%;
    border: 6px solid #cccccc;
    border-top-color: #cccccc;
    border-right-color: #2196F3;
    border-bottom-color: #2196F3;
    -moz-animation: spinner .8s linear infinite;
    -o-animation: spinner .8s linear infinite;
    -webkit-animation: spinner .8s linear infinite;
    animation: spinner 1s linear infinite;
    display: block !important;
    z-index: 1800;
}

.spinner-small {
    min-width: 100px;
    margin: -8px 0 0 -50px;
    left: 50%;
    top: 50%;
    bottom: 0;
    text-align: center;
    position: absolute;
    line-height: 16px;
    padding-left: 16px;
}

    .spinner-small:before {
        position: absolute;
        top: 0;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-left: -43px;
    }

    .spinner-small:not(:required):before {
        border-radius: 50%;
        border: 2px solid rgba(0, 0, 0, .3);
        border-top-color: rgba(0, 0, 0, .6);
        -webkit-animation: spinner .6s linear infinite;
        -moz-animation: spinner .6s linear infinite;
        -o-animation: spinner .6s linear infinite;
        animation: spinner .6s linear infinite;
    }

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    height: 30px;
    overflow: hidden;
    z-index: 1030;
}

.pace-inactive {
    display: none;
}

.ie8 .pace {
    display: none !important;
}

.pace .pace-progress {
    background: #080808;
    position: fixed;
    z-index: 1020;
    top: 56px;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    height: 15px;
    overflow: hidden;
}

    .pace .pace-progress-inner:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        box-shadow: 0 0 10px #080808, 0 0 5px #080808;
        opacity: 1;
        -webkit-transform: rotate(3deg) translate(0, -4px);
        -moz-transform: rotate(3deg) translate(0, -4px);
        -ms-transform: rotate(3deg) translate(0, -4px);
        -o-transform: rotate(3deg) translate(0, -4px);
        transform: rotate(3deg) translate(0, -4px);
    }

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    top: 71px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #080808;
    border-left-color: #080808;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

.pace-top .pace, .pace-top .pace .pace-progress {
    top: 0;
}

    .pace-top .pace .pace-activity {
        top: 15px;
    }

@media (max-width:767px) {
    .pace, .pace .pace-progress {
        top: 94px;
    }

        .pace .pace-activity {
            top: 109px;
        }
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.vertical-align {
    display: flex;
    align-items: center;
}

.vertical-align-end {
    display: flex;
    align-items: flex-end;
}

.cke_chrome {
    display: block;
    padding: 0 !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

.cke_editable, .cke_editable_themed, .cke_contents_ltr {
    font-size: 12px !important;
    font-family: 'Open sans Regular' !important;
    line-height: 1.6;
}

.circle-border {
    margin: 5px !important;
    border-radius: 50% !important;
}

/*Global Search*/
.typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
}

    .typeahead-demo .custom-popup-wrapper > .message {
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        color: #868686;
    }

    .typeahead-demo .custom-popup-wrapper > .dropdown-menu {
        position: static;
        float: none;
        display: block !important;
        min-width: 160px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

#header input::-webkit-search-decoration,
#header input::-webkit-search-cancel-button {
    display: none;
}

#header input[type=search] {
    /*background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;*/
    background-color: #f4f4f4;
    border: 1px solid #cccccc !important;
    width: 93%;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 0;
}

#header .searchForm {
    width: 34%;
    margin: 0 auto;
    padding-top: 10px !important;
}

    #header .searchForm .input-group-btn .btn.btn-default {
        background-color: #ebeced;
    }

#header .dropdown-menu {
    width: 99% !important;
}

#header input:-moz-placeholder {
    color: #999;
}

#header input::-webkit-input-placeholder {
    color: #999;
}

#header .dropdown-menu > .active > a:hover, #header .dropdown-menu > .active > a {
    background: #efefef !important;
    color: inherit !important;
}

.sidebar .nav > li.nav-header {
    padding: 15px 20px 10px;
    color: #b1b5b8;
    font-size: 10px;
    font-weight: 700;
}

.sidebar .nav > li.divider {
    margin: 15px 0;
    height: 2px;
    background: #30373e;
}

    .sidebar .nav > li.divider + li.nav-header {
        margin-top: -15px;
    }

.sidebar .sub-menu .sub-menu {
    padding: 0 0 0 30px;
    background: 0 0;
}

    .sidebar .sub-menu .sub-menu:before {
        left: 21px;
    }


.sidebar .nav .sub-menu > li > a .caret {
    float: right;
    margin-top: 7px;
}

.sidebar .label.label-theme {
    background: #f9d13d;
    color: #000;
}

.sidebar .badge {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 10px;
}

.sidebar a:focus .badge, .sidebar a:hover .badge {
    background: #8a8f94;
}

.sidebar .badge.pull-left, .sidebar .badge.pull-right {
    padding-top: 4px;
    padding-bottom: 3px;
}

.Sidebar_profile_img {
    width: 80px;
    height: 80px;
    border-radius: 65%;
    padding: 5px;
}

.sidebar .nav-user .image {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
}

    .sidebar .nav-user .image img {
        max-width: 100%;
    }

    .sidebar .nav-user .image + .info {
        margin-left: 50px;
    }

.sidebar .nav.nav-tabs {
    display: table;
    width: 100%;
    border: none;
}

.sidebar .tab-content {
    background: 0 0;
    padding: 0;
}

.sidebar .nav.nav-tabs > li {
    display: table-cell;
    float: none;
    margin: 0;
    border: none;
}

    .sidebar .nav.nav-tabs > li a {
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        line-height: 36px;
        font-size: 12px;
        text-align: center;
        background: #30373e;
    }

        .sidebar .nav.nav-tabs > li a:focus, .sidebar .nav.nav-tabs > li a:hover {
            background: #636a71;
        }

    .sidebar .nav.nav-tabs > li.active:after, .sidebar .nav.nav-tabs > li.active:focus:after,
    .sidebar .nav.nav-tabs > li.active:hover:after, .sidebar .nav.nav-tabs > li:after,
    .sidebar .nav.nav-tabs > li:focus:after, .sidebar .nav.nav-tabs > li:hover:after {
        background: 0 0;
    }

    .sidebar .nav.nav-tabs > li.active a {
        background: 0 0 !important;
    }

.sidebar .calendar {
    background: 0 0;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

    .sidebar .calendar .table {
        background: 0 0 !important;
    }

        .sidebar .calendar .table > tbody > tr > td, .sidebar .calendar .table > thead > tr > th {
            border: none !important;
        }

    .sidebar .calendar .week_days td {
        background: 0 0;
        color: #17B6A4 !important;
    }

    .sidebar .calendar .visualmonthyear, .sidebar .calendar .week_days td, .sidebar .calendar a {
        color: #b1b5b8;
        text-shadow: none;
    }

    .sidebar .calendar .table td {
        border-color: transparent;
        font-weight: 300;
    }

    .sidebar .calendar .table.header td.year {
        width: 100%;
    }

    .sidebar .calendar .event {
        background: #272C31;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .sidebar .calendar .event a {
            color: #fff;
        }

    .sidebar .calendar .icon-arrow-left:focus, .sidebar .calendar .icon-arrow-left:hover, .sidebar .calendar .icon-arrow-right:focus, .sidebar .calendar .icon-arrow-right:hover {
        color: #fff;
    }

    .sidebar .calendar .icon-arrow-right:before {
        content: '\f061';
    }

    .sidebar .calendar .icon-arrow-left:before {
        content: '\f060';
    }

.sidebar .nav > li.nav-date {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

    .sidebar .nav > li.nav-date + .divider {
        margin-top: 0;
    }

.progress .progress-bar {
    max-width: 100% !important;
}

/*middle page common*/
a:focus, a:hover {
    text-decoration: none;
}

.first-letter-uppercase:first-letter {
    text-transform: uppercase;
}

.content {
    padding: 25px;
    min-height: 100%;
    position: relative;
}

.page-header {
    font-size: 14px;
    border: none;
}

.breadcrumb > li:last-child > a {
    color: #a8a8a8;
}

.breadcrumb li:first-child a::before {
    content: '\f015' !important;
}

.breadcrumb > li + li:before, .breadcrumb li:first-child a::before {
    content: '\f105';
    font-family: FontAwesome;
    padding-right: 5px;
}

.breadcrumb {
    margin: 0;
    border-radius: 0;
    background: transparent !important;
}

    .breadcrumb a {
        color: #30373e;
    }

    .breadcrumb > li > a.active {
        color: #ADADAD;
        font-weight: 300;
        font-size: 13px;
    }

    .breadcrumb > li + li:before {
        color: #b1b5b8;
    }


.footer, .footer a {
    color: #ffffff;
}

.page-header small {
    font-size: 14px;
    color: #657380;
    font-weight: 300;
}
/*
 * Component: Box
 * --------------
 */
.text-decoration-none {
    text-decoration: none !important;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.question-add .box-header.with-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea !important;
}

.box-header.with-border {
    padding-bottom: 0px;
    border-bottom: 1px solid #e0e0e0 !important;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header .box-title {
    display: inline-block;
    font-size: 20px !important;
    margin: 0;
    line-height: 1;
    padding: 0 15px 15px 15px !important;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

    .open .btn-box-tool,
    .btn-box-tool:hover {
        color: #606c84;
    }

    .btn-box-tool.btn:active {
        box-shadow: none;
    }

.box-body {
    border-radius: 0 0 3px 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-radius: 0 0 0 3px;
}

.box-body .box-pane-right {
    border-radius: 0 0 3px 0;
}

.box-footer {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

.chart-legend {
    margin: 10px 0;
}

.charecter-left {
    font-size: 11px;
    font-style: italic;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.Filter-section {
    background-color: #f3f2f2;
    color: #30373e;
}

/*sticky footer bottom*/
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 221px;
    min-height: 20px;
    text-align: center;
    border-top: 0 solid transparent;
    padding-bottom: 3px !important;
    padding: 6px;
    font-size: 12px;
    z-index: 1040;
}

    .footer a:focus, .footer a:hover {
        color: #30373e;
        text-decoration: none;
    }

    .footer b {
        color: #30373e;
        font-weight: 400;
    }

@media (max-width:767px) {
    .breadcrumb {
        margin: 0 0 8px;
        font-size: 12px;
    }

        .breadcrumb.pull-left, .breadcrumb.pull-right {
            float: none !important;
        }

    .content {
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
    }

    .footer {
        margin-right: 0 !important;
        margin-left: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }
}

.text-ellipsis, .text-nowrap {
    white-space: nowrap !important;
}
/*common*/
.overflow-auto {
    overflow: auto !important;
}

[class*="overflow-"]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[class*="overflow-"]::-webkit-scrollbar-thumb {
    background-color: #9E9E9E;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.status-label.green-active {
    background: rgba(44, 160, 44, 0.1);
    padding: 5px 10px;
}

.green-active {
    color: #2ca02c;
}

.red-active {
    color: #d62728;
}

.warning-active {
    color: #ff7f0e;
}

.purple-active {
    color: #9467bd;
}

.violet-active {
    color: #9C27B0;
}

.blue-active {
    color: #1f77b4;
}

.brown-active {
    color: #a52a2a;
}

.border-0 {
    border: 0 !important;
}

.m-auto {
    margin: 0 auto !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-3 {
    margin: 3px !important;
}

.m-4 {
    margin: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-1 {
    margin-top: 1px !important;
}

.m-t-2 {
    margin-top: 2px !important;
}

.text-white {
    color: #fff !important;
}

.text-white-08 {
    color: rgba(255, 255, 255, 0.8) !important;
}
.m-t-3 {
    margin-top: 3px !important;
}

.m-t-4 {
    margin-top: 4px !important;
}

.m-15p {
    margin: 15% !important;
}

.m-t-20p {
    margin-top: 20%;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-7 {
    margin-top: 7px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-16 {
    margin-top: 16px !important;
}

.m-r-13 {
    margin-right: 13px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-t-10p {
    margin-top: 10%;
}

.m-t-5p {
    margin-top: 5%;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t--2 {
    margin-top: -2px !important;
}

.m-t--20 {
    margin-top: -20px !important;
}

.m-t--15 {
    margin-top: -15px !important;
}

.m-t--10 {
    margin-top: -10px !important;
}

.m-t--1 {
    margin-top: -1px !important;
}

.m-t--5 {
    margin-top: -5px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-1 {
    margin-right: 1px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-r-3 {
    margin-right: 3px !important;
}

.m-r-4 {
    margin-right: 4px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-1 {
    margin-bottom: 1px !important;
}

.m-b-2 {
    margin-bottom: 2px !important;
}

.m-b-3 {
    margin-bottom: 3px !important;
}

.m-b-4 {
    margin-bottom: 4px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-7 {
    margin-bottom: 7px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-1 {
    margin-left: 1px !important;
}

.m-l-2 {
    margin-left: 2px !important;
}

.m-l-3 {
    margin-left: 3px !important;
}

.m-l-4 {
    margin-left: 4px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-h-66 {
    min-height: 66vh !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 1px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-3 {
    padding: 3px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-9 {
    padding: 9px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-10-20 {
    padding: 10px 20px !important;
}

.p-2-6 {
    padding: 2px 6px !important;
}

.p-12 {
    padding: 12px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20, .wrapper {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.horizontal-divider {
    height: 2px;
    margin: 25px -25px;
    background: #ebeced;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-1 {
    padding-top: 1px !important;
}

.p-t-2 {
    padding-top: 2px !important;
}

.p-t-3 {
    padding-top: 3px !important;
}

.p-t-4 {
    padding-top: 4px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-6 {
    padding-top: 6px !important;
}

.p-t-7 {
    padding-top: 7px !important;
}
.p-t-8 {
    padding-top: 8px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-1 {
    padding-right: 1px !important;
}

.p-r-2 {
    padding-right: 2px !important;
}

.p-r-3 {
    padding-right: 3px !important;
}

.p-r-4 {
    padding-right: 4px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-1 {
    padding-bottom: 1px !important;
}

.p-b-2 {
    padding-bottom: 2px !important;
}

.p-b-3 {
    padding-bottom: 3px !important;
}

.p-b-4 {
    padding-bottom: 4px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}
.p-b-6 {
    padding-bottom: 6px !important;
}

.p-b-7 {
    padding-bottom: 7px !important;
}

.p-b-8 {
    padding-bottom: 8px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-1 {
    padding-left: 1px !important;
}

.p-l-2 {
    padding-left: 2px !important;
}

.p-l-3 {
    padding-left: 3px !important;
}

.p-l-4 {
    padding-left: 4px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-8p {
    padding-left: 8% !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-l-80 {
    padding-left: 80px !important;
}


.p-l-180 {
    padding-left: 180px !important;
}

.f-s-8 {
    font-size: 8px !important;
}

.f-s-9 {
    font-size: 9px !important;
}

.f-s-10 {
    font-size: 10px !important;
}

.f-s-11 {
    font-size: 11px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-13 {
    font-size: 13px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-15 {
    font-size: 15px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-17 {
    font-size: 17px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-19 {
    font-size: 19px !important;
}

.f-s-20 {
    font-size: 20px !important;
}

.f-s-21 {
    font-size: 21px !important;
}

.f-s-22 {
    font-size: 22px !important;
}

.f-s-23 {
    font-size: 23px !important;
}

.f-s-28 {
    font-size: 28px !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between;
}

.f-s-24 {
    font-size: 24px !important;
}

.f-s-48 {
    font-size: 48px !important;
}

.f-style-i {
    font-style: italic;
}

.font-open-sans {
    font-family: 'Open Sans', sans-serif;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-indent-10 {
    text-indent: 10px;
}

.text-indent-15 {
    text-indent: 15px;
}

.text-indent-20 {
    text-indent: 20px;
}

.text-indent-25 {
    text-indent: 25px;
}

.text-indent-30 {
    text-indent: 30px;
}

.l-h-14 {
    line-height: 14px;
}

.l-h-30 {
    line-height: 30px;
}

.l-h-26 {
    line-height: 26px;
}

.absolute-right-180 {
    position: absolute;
    right: 180px;
}

.vh54 {
    min-height: 54vh;
}

.vh46 {
    min-height: 46vh;
}

.vh59 {
    min-height: 59vh;
}

.vh53 {
    min-height: 53vh;
}

.vh63 {
    min-height: 63vh;
}

.vh70 {
    min-height: 70vh;
}

@media (min-width:1200px) {
    .text-right-lg {
        text-align: right !important;
    }

    .text-left-lg {
        text-align: left !important;
    }

    .text-center-lg {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-right-md {
        text-align: right !important;
    }

    .text-left-md {
        text-align: left !important;
    }

    .text-center-md {
        text-align: center !important;
    }

    .Comments-modal-dialog {
        position: fixed !important;
        width: 35% !important;
        margin: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }

    .Comments-modal-content {
        height: 100vh !important;
    }

    .Comments-modal-footer {
        border-top-color: #f4f4f4 !important;
        position: absolute !important;
        bottom: 30px !important;
        right: 0 !important;
        width: 100%;
    }
}

@media (min-width:768px) {
    .text-right-sm {
        text-align: right !important;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .text-center-sm {
        text-align: center !important;
    }
}

.d-small-inline-block {
    display: inline-block !important;
}
.min-vh100-245 {
    min-height: calc(100vh - 245px)!important;
}
.editors-height {
    height: calc(100vh - 180px) !important;
}
.autoGrow {
    height:100px !important;
}
@media (max-width:767px) {
    .nav-tabs-responsive {
        display: -webkit-inline-box;
        display: block ruby;
        /*display: inline-flex;*/
        width: 100%;
        overflow-x: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .nav-tabs-responsive::-webkit-scrollbar {
            display: none;
            height: 4px !important;
        }

        .nav-tabs-responsive li a {
            display: flex !important;
            text-transform: uppercase;
            font-weight: 600;
            color: #444;
            opacity: 1;
        }

    .thumbnail, .custom-card, .border-radius-xs-15 {
        border-radius: 15px !important;
    }

    .min-vh100-245 {
        min-height: unset !important;
    }

    .horizontal-divider {
        margin: 20px -20px;
    }

    .d-small-inline-block {
        display: none !important;
    }

    .editors-height {
        height: calc(100vh - 260px) !important;
    }

    .autoGrow {
        height: unset !important;
        min-height: 50px;
    }

    .text-right-xs {
        text-align: right !important;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .text-center-xs {
        text-align: center !important;
    }

    .xs-m-t-10 {
        margin-top: 10px !important;
    }

    .xs-m-t-15 {
        margin-top: 15px !important;
    }

    .xs-p-t-0 {
        padding-top: 0 !important;
    }

    .xs-p-l-5 {
        padding-left: 5px !important;
    }

    .xs-p-t-15 {
        padding-top: 15px !important;
    }

    .xs-d-b {
        display: block !important;
    }

    .width-xs-100 {
        width: 100% !important;
    }
}

.pull-none {
    float: none !important;
}

.d-b {
    display: block !important;
}

.inline-block, .d-i-b {
    display: inline-block !important;
}

.ver-align-m {
    vertical-align: middle !important;
}

.f-w-100 {
    font-weight: 100 !important;
}

.f-w-200 {
    font-weight: 200 !important;
}

.f-w-300 {
    font-weight: 300 !important;
}

.f-w-400 {
    font-weight: 400 !important;
}

.f-w-500 {
    font-weight: 500 !important;
}

.f-w-600 {
    font-weight: 600 !important;
}

.f-w-700 {
    font-weight: 700 !important;
}

.f-w-800 {
    font-weight: 800 !important;
}

.p-f {
    position: fixed !important;
}

.p-a {
    position: absolute !important;
}

.table-td-valign-middle td, .table-th-valign-middle th, .table-valign-middle td, .table-valign-middle th {
    vertical-align: middle !important;
}

.table-td-valign-top td, .table-th-valign-top th, .table-valign-top td, .table-valign-top th, .v-align-t {
    vertical-align: top !important;
}

.table-td-valign-bottom td, .table-th-valign-bottom th, .table-valign-bottom td, .table-valign-bottom th {
    vertical-align: bottom !important;
}

.table-last-row-no-border-bottom tr:last-child td {
    border-bottom: none !important;
}

.table-last-row-no-border-top tr:last-child td {
    border-top: none !important;
}

.button-bottom {
    position: absolute;
    bottom: 10px;
    right: 20px;
    left: 20px;
}

.vertical-box {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    height: 100%;
    width: 100%;
}

.vertical-box-column {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.vertical-box-row {
    display: table-row;
    height: 100%;
}

    .vertical-box-row > .vertical-box-cell {
        position: relative;
        height: 100%;
        width: 100%;
        float: none;
    }

        .vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: hidden;
        }

.panel-expand .vertical-box .vertical-box-column {
    display: table-cell;
}

.page-content-full-height .content {
    position: absolute;
    left: 0;
    top: 54px;
    right: 0;
    bottom: -1px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.no-rounded-corner, .border-radius-0, .b-ra-0 {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.rounded-corner-10 {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.rounded-corner-6 {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}


.rounded-corner {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.no-border {
    border: 0 !important;
}

.border {
    border: 1px solid #e0e0e0 !important;
}

.border-top-0, .b-t-0 {
    border-top: none !important;
}

.border-top-1 {
    border-top: 1px solid #dedede !important;
}

.border-right-0, .b-r-0 {
    border-right: none !important;
}

.border-right-1 {
    border-right: 1px solid #dedede !important;
}

.border-bottom-0, .b-b-0 {
    border-bottom: none !important;
}

.border-bottom-1 {
    border-bottom: 1px solid #dedede !important;
}

.border-left-0, .b-l-0 {
    border-left: none !important;
}

.border-left-1 {
    border-left: 1px solid #dedede !important;
}

.border-white {
    border-color: #ffffff !important;
}

.no-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.height-xs {
    height: 150px !important;
}

.height-sm {
    height: 300px !important;
}

.height-md {
    height: 450px !important;
}

.height-lg {
    height: 600px !important;
}

.height-100p {
    height: 100% !important;
}

.height-half {
    height: 50% !important;
}

.height-50 {
    height: 50px !important;
}

.height-100 {
    height: 100px !important;
}

.height-150 {
    height: 150px !important;
}

.height-200 {
    height: 200px !important;
}

.height-250 {
    height: 250px !important;
}

.height-300 {
    height: 300px !important;
}

.height-350 {
    height: 350px !important;
}

.height-400 {
    height: 400px !important;
}

.height-450 {
    height: 450px !important;
}

.height-500 {
    height: 500px !important;
}

.height-550 {
    height: 550px !important;
}

.height-600 {
    height: 600px !important;
}

.max-h-50 {
    max-height: 50px;
}

.max-h-60 {
    max-height: 60px;
}

.max-h-70 {
    max-height: 70px;
}

.max-h-80 {
    max-height: 80px;
}

.max-h-90 {
    max-height: 90px;
}

.max-h-100 {
    max-height: 100px;
}

.max-h-110 {
    max-height: 110px !important;
}

.max-h-300 {
    max-height: 300px !important;
}
.max-h-320 {
    max-height: 320px !important;
}

.max-h-450 {
    max-height: 450px !important;
}

.max-h-480 {
    max-height: 480px;
}

.max-h-500 {
    max-height: 500px;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-01 {
    opacity: 0.1 !important;
}

.opacity-02 {
    opacity: 0.2 !important;
}

.opacity-03 {
    opacity: 0.3 !important;
}

.opacity-04 {
    opacity: 0.4 !important;
}

.opacity-05 {
    opacity: 0.5 !important;
}

.opacity-06 {
    opacity: 0.6 !important;
}

.opacity-07 {
    opacity: 0.7 !important;
}

.opacity-08 {
    opacity: 0.8 !important;
}

.opacity-09 {
    opacity: 0.9 !important;
}

.opacity-1 {
    opacity: 1 !important;
}

.width-xs {
    width: 150px !important;
}

.width-sm {
    width: 300px !important;
}

.width-md {
    width: 450px !important;
}

.width-lg {
    width: 600px !important;
}

.width-full {
    width: 100% !important;
}

.width-half {
    width: 50% !important;
}

.width-30p {
    width: 30%;
}

.width-64p {
    width: 64%;
}

.width-68p {
    width: 68%;
}

.width-70p {
    width: 70%;
}

.width-50 {
    width: 50px !important;
}

.width-60 {
    width: 60px !important;
}

.width-65 {
    width: 65px !important;
}

.width-70 {
    width: 70px !important;
}

.width-75 {
    width: 75px !important;
}

.width-80 {
    width: 80px !important;
}

.width-85 {
    width: 85px !important;
}

.width-90 {
    width: 90px !important;
}

.width-95 {
    width: 95px !important;
}

.width-100 {
    width: 100px !important;
}

.width-110 {
    width: 110px !important;
}

.width-120 {
    width: 120px !important;
}

.width-130 {
    width: 130px !important;
}

.width-140 {
    width: 140px !important;
}

.width-150 {
    width: 150px !important;
}

.width-160 {
    width: 160px !important;
}

.width-170 {
    width: 170px !important;
}

.height-120 {
    height: 120px !important;
}

.width-200 {
    width: 200px !important;
}

.width-210 {
    width: 210px !important;
}

.width-220 {
    width: 220px !important;
}

.width-230 {
    width: 230px !important;
}

.width-240 {
    width: 240px !important;
}

.width-250 {
    width: 250px !important;
}

.width-280 {
    width: 280px !important;
}

.width-300 {
    width: 300px !important;
}

.width-350 {
    width: 350px !important;
}

.width-400 {
    width: 400px !important;
}

.width-450 {
    width: 450px !important;
}

.width-500 {
    width: 500px !important;
}

.width-550 {
    width: 550px !important;
}

.width-600 {
    width: 600px !important;
}

.width-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

.min-width-200 {
    min-width: 200px !important;
}

.animated {
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.text-ellipsis {
    overflow: hidden !important;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
}

.underline {
    border-bottom: 1px solid #ebeced !important;
}

.tabs-uppercase {
    text-transform: uppercase !important;
}

.fix-bottom {
    position: absolute;
    bottom: 0;
}
/*Progress bar*/
.progress, .progress .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .progress.progress-rounded {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

    .progress.progress-xs {
        height: 5px;
    }

        .progress.progress-xs .progress-bar {
            line-height: 5px;
            font-size: 5px;
        }

    .progress.progress-sm {
        height: 10px;
    }

        .progress.progress-sm .progress-bar {
            line-height: 10px;
            font-size: 10px;
        }

    .progress.progress-lg {
        height: 30px;
    }

        .progress.progress-lg .progress-bar {
            line-height: 30px;
            font-size: 18px;
        }

.progress {
    background: #EAEDEF;
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar.progress-bar-danger,
.progress-striped .progress-bar.progress-bar-grey, .progress-striped .progress-bar.progress-bar-info,
.progress-striped .progress-bar.progress-bar-inverse, .progress-striped .progress-bar.progress-bar-lime,
.progress-striped .progress-bar.progress-bar-purple, .progress-striped .progress-bar.progress-bar-success,
.progress-striped .progress-bar.progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
/*badge*/
.quiz-instruction .instruction li .badge {
    color: #30373e;
    font-size: 12px;
    font-weight: 600 !important;
}

.badge.badge-grey, .label.label-grey {
    background: #aab3ba;
}

.badge.badge-Dblue, .label.label-Dblue {
    background: #22a7f0 !important;
    color: #fff !important;
}

.badge.badge-white, .label.label-white {
    color: #30373e;
    background: #fff;
}

.badge.badge-inverse, .label.label-inverse {
    background: #3C454D;
}

.badge.badge-purple, .label.label-purple {
    background: #9b59b6;
}

.badge.badge-primary, .label.label-primary {
    background: #2184DA;
    color: #fff !important;
}

.badge.badge-info, .label.label-info {
    background: #38AFD3;
}

.badge.badge-success, .label.label-success {
    background: #17B6A4;
}

.badge.badge-lime, .label.label-lime {
    background: #65C56F;
}

.badge.badge-warning, .label.label-warning {
    background: #fcaf41;
}

.badge.badge-danger, .label.label-danger {
    background: #F04B46;
}

.badge.badge-yellow, .label.label-yellow {
    background-color: #fab532;
}

.badge.bg-grey-light {
    background: #f1efef !important;
    border-radius: 50px;
    border: 1px solid #ccc;
    color: #111111 !important;
}

.p-5-10 {
    padding: 6px 12px;
}

h1 .badge, h1 .label, h2 .badge, h2 .label, h3 .badge, h3 .label, h4 .badge, h4 .label, h5 .badge, h5 .label, h6 .badge, h6 .label {
    position: relative;
}

h1 .badge, h1 .label {
    top: -6px;
}

h2 .badge, h2 .label {
    top: -5px;
}

h3 .badge, h3 .label {
    top: -9px;
}

h4 .badge, h4 .label {
    top: -3px;
}

h5 .badge, h5 .label {
    top: -2px;
}

h6 .badge, h6 .label {
    top: -1px;
}

.page-header .badge, .page-header .label {
    font-size: 14px;
    padding-bottom: .15em;
    top: -3px;
}

    .page-header .badge.pull-left, .page-header .badge.pull-right, .page-header .label.pull-left, .page-header .label.pull-right {
        padding: 6px 8px 4px;
    }

a, a:hover, .link, .link:hover, input, select, textarea, input:focus, select:focus, textarea:focus,
.pagination span, .pagination span:hover, .avatar img {
    -webkit-transition-property: background, border, color, font-weight, opacity, text-decoration, -webkit-transform;
    -moz-transition-property: background, border, color, font-weight, opacity, text-decoration, -moz-transform;
    -o-transition-property: background, border, color, font-weight, opacity, text-decoration, -o-transform;
    transition-property: background, border, color, font-weight, opacity, text-decoration, transform;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.form-control {
    height: 30px;
}

.form-input-flat .form-control {
    background: #ebeced;
    border-color: #ebeced;
}

.form-input-flat .input-group-addon {
    background: #dadcdd;
    border-color: #dadcdd;
    border-left: none;
    border-right: none;
}

.form-control.input-lg {
    font-size: 16px;
}

legend {
    font-weight: 400;
    padding-bottom: 7px;
    font-size: 18px;
    border-bottom: 2px solid #bec3c6;
}

.input-group-addon {
    background: #ebeced;
    border-color: #bec3c6;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: 9px 16px;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: 4px 10px;
}

.input-group-btn > .btn + .btn {
    border-left: 1px solid rgba(0, 0, 0, .3);
}

.has-error .form-control, .has-error .form-control:focus, .has-success .form-control, .has-success .form-control:focus, .has-warning .form-control, .has-warning .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control, .has-success .input-group-addon {
    border-color: #17B6A4;
}

    .has-success .form-control:focus {
        border-color: #129283;
    }

.has-feedback label ~ .form-control-feedback {
    top: 24px;
    line-height: 34px;
}

.has-success .input-group-addon {
    background: #d1f0ed;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .input-group-addon, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #129283;
}

.has-warning .form-control, .has-warning .input-group-addon {
    border-color: #fcaf41;
}

    .has-warning .form-control:focus {
        border-color: #ca8c34;
    }

.has-warning .input-group-addon {
    background: #feefd9;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .input-group-addon, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #ca8c34;
}

.has-error .form-control, .has-error .input-group-addon {
    border-color: #F04B46;
}

    .has-error .form-control:focus {
        border-color: #c03c38;
    }

.has-error .input-group-addon {
    background: #fcdbda;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .input-group-addon, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #c03c38;
}

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0;
}

.checkbox label, .checkbox-inline, .radio label, .radio-inline {
    font-weight: 300;
}

.input-group-btn .btn, .input-group-btn .btn:focus, .input-group-btn .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 7px;
    padding-bottom: 7px;
}

.carousel-control .fa {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.navbar-default .navbar-nav > li.navbar-user > a, .navbar-default .navbar-nav > li.navbar-user > a:hover, .navbar-default .navbar-nav > li.navbar-user > a:focus {
    padding: 10px 15px 13px;
}

.navbar-nav > .navbar-user > a img {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    outline: none;
}

.navbar-nav .navbar-user.open .dropdown-menu {
    width: 100%;
    border-radius: 0 !important;
}

.dropdown-menu > li.dropdown-header, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 20px 8px;
    border-bottom: 1px solid #EAEDEF;
}

.dropdown-menu > li.dropdown-footer, .navbar-nav .open .dropdown-menu .dropdown-footer {
    padding: 10px 20px 5px;
    border-top: 1px solid #EAEDEF;
}

    .dropdown-menu > li.dropdown-footer > a, .navbar-nav .open .dropdown-menu .dropdown-footer > a {
        margin: -10px -20px;
        padding: 10px 20px;
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

.dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > a {
    font-size: 12px;
    padding: 5px 20px;
}

.dropdown-menu > li.divider {
    height: 2px;
    margin: 5px 0;
    background: #EAEDEF;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

.dropdown-menu > li > a .badge.pull-left, .dropdown-menu > li > a .badge.pull-right {
    padding-top: 4px;
    padding-bottom: 3px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #2184DA;
}

.panel .panel-heading .panel-heading-btn, .panel .panel-heading-btn {
    float: right;
}

.nav.nav-tabs > li:after, .spinner-small:before, .spinner-small:not(:required):before {
    content: '';
}

h1, h2, h3, h4, h5, h6 {
    /*color: #151515;*/
    color: #656565 !important;
}

blockquote {
    border-left-color: #EAEDEF;
}

    blockquote small {
        color: #acafb2;
    }

.panel .panel-heading .panel-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

    .panel .panel-heading .panel-title small {
        font-weight: 300;
        margin-left: 3px;
        color: #fff;
        color: rgba(255, 255, 255, .5);
    }

.panel.panel-default .panel-heading .panel-title small, .panel.panel-white .panel-heading .panel-title small {
    color: #000;
    color: rgba(0, 0, 0, .5);
    font-weight: 600;
}

.panel .panel-body {
    padding: 15px;
}

.panel.panel-white .panel-heading, .panel.panel-default .panel-heading {
    background: #fff;
}

    .panel.panel-default .panel-heading .panel-title, .panel.panel-white .panel-heading .panel-title {
        font-weight: 600;
    }

.panel.bg-lightwhite {
    background-color: #ffffff !important;
    box-shadow: 2px 2px 15px #ccc;
}

.panel.panel-inverse .panel-heading {
    background: #272C31;
    color: #fff;
    border-radius: 0;
}

.bg-light-grey {
    background: #f0f2f5 !important;
}

.bg-light-info {
    background: rgba(0, 96, 174, 0.1) !important;
    border-radius: 3px;
}

.panel.panel-primary .panel-heading {
    background: #2184DA;
    color: #fff;
}

.panel.panel-success .panel-heading {
    background: #17B6A4;
    color: #fff;
}

.panel.panel-warning .panel-heading {
    background: #fcaf41;
    color: #fff;
}

.panel.panel-purple .panel-heading {
    background: #9b59b6;
    color: #fff;
}

.panel.panel-danger .panel-heading {
    background: #F04B46;
    color: #fff;
}

.panel.panel-grey .panel-heading {
    background: #717b85;
    color: #fff;
}

.panel.panel-info .panel-heading {
    background: #38AFD3;
    color: #fff;
}

.panel.panel-lime .panel-heading {
    background: #65C56F;
    color: #fff;
}

.panel .panel-heading-btn > .btn {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}

    .panel .panel-heading-btn > .btn + .btn {
        margin-left: 5px;
    }

.panel .panel-footer {
    background: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel.panel-expand {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1060;
    margin-bottom: 0;
    border-radius: 0;
}

    .panel.panel-expand .panel-body, .panel.panel-expand .panel-heading {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.panel .panel-heading .badge, .panel .panel-heading .label {
    padding-bottom: 1px;
    top: -1px;
}



.panel > .alert {
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.panel > .form-control {
    border: none;
}

.panel .panel-toolbar {
    padding: 10px 20px;
    border-bottom: 2px solid #dfe0e1;
    background: #ebeced;
}

.panel.panel-with-tabs .nav.nav-tabs {
    margin-top: -15px;
}

.panel.panel-with-tabs.panel-inverse .nav.nav-tabs > li.active > a {
    color: #fff;
}

.panel.panel-with-tabs.panel-inverse .nav.nav-tabs > li > a {
    color: #fff;
    color: rgba(255, 255, 255, .4);
}

.panel.panel-with-tabs.panel-inverse .nav.nav-tabs > li:not(.active):after {
    background: #3C454D;
}

.panel-body.panel-form {
    padding: 0;
}

    .panel-body.panel-form .form-group {
        padding: 15px;
        margin: 0;
    }

        .panel-body.panel-form .form-group + .form-group {
            border-top: 2px dashed #EAEDEF;
        }

    .panel-body.panel-form .form-horizontal .form-group {
        padding-left: 0;
        padding-right: 0;
    }

.panel.panel-loading .panel-body {
    position: relative;
    z-index: 0;
}

    .panel.panel-loading .panel-body .panel-loader {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        opacity: .95;
        -webkit-animation: fadeIn .1s;
        -moz-animation: fadeIn .1s;
        -o-animation: fadeIn .1s;
        animation: fadeIn .1s;
        z-index: 1020;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*
 * Component: Button
 * -----------------
 */
.btn.uppercase {
    text-transform: uppercase;
}

.btn {
    border: none;
    margin: 0;
    border-radius: 0;
}

    .btn:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.btn-file {
        position: relative;
        overflow: hidden;
    }

        .btn.btn-file > input[type='file'] {
            position: absolute;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            opacity: 0;
            filter: alpha(opacity=0);
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }

    .btn.btn-circle, .btn.btn-circle:active, .btn.btn-circle:hover, .btn.btn-circle:focus {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .btn.btn-rounded {
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
    }

    .btn.active {
        position: relative;
        top: 1px;
    }

    .btn:active, .btn:focus, .btn:focus:active, .btn:hover:active {
        outline: 0;
    }

.btn-group > .btn + .btn {
    border-left: 1px solid rgba(0, 0, 0, .3);
}

.btn-group > .btn.active {
    top: 0;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: 0;
}

.btn-group-vertical > .btn + .btn {
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.btn.btn-default:active, .btn.btn-default:focus:active, .btn.btn-default:hover:active,
.btn.btn-success:active, .btn.btn-success:focus:active, .btn.btn-success:hover:active,
.btn.btn-info:active, .btn.btn-info:focus:active, .btn.btn-info:hover:active,
.btn.btn-warning:active, .btn.btn-warning:focus:active, .btn.btn-warning:hover:active,
.btn.btn-danger:active, .btn.btn-danger:focus:active, .btn.btn-danger:hover:active,
.btn.btn-lime:active, .btn.btn-lime:focus:active, .btn.btn-lime:hover:active,
.btn.btn-inverse:active, .btn.btn-inverse:focus:active, .btn.btn-inverse:hover:active,
.btn.btn-purple:active, .btn.btn-purple:focus:active, .btn.btn-purple:hover:active,
.btn.btn-grey:active, .btn.btn-grey:focus:active, .btn.btn-grey:hover:active,
.btn.btn-white:active, .btn.btn-white:focus:active, .btn.btn-white:hover:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-light {
    background-color: rgba(244, 244, 244, 0.8);
    color: #444;
    border: 2px solid #fff;
    border-radius: 6px !important;
    cursor: pointer !important;
}

    .btn-light:active,
    .btn-light:focus,
    .btn-light:hover {
        background-color: #fff;
        color: #444 !important;
    }

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    border-radius: 0 !important;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default.hover {
        background-color: #e7e7e7;
    }

.btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:hover, .open > .dropdown-toggle.btn-default {
    background: #bcbdbe;
    outline: 0;
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.hover {
        background-color: #367fa9;
    }

.btn.btn-primary.active.focus, .btn.btn-primary.focus:active, .btn.btn-primary.active:focus, .btn.btn-primary:active:focus,
.btn.btn-primary.active:hover, .btn.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn.btn-primary:focus, .open > .dropdown-toggle.btn.btn-primary:hover,
.btn.btn-primary.active, .btn.btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
    outline: 0;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn.btn-success.active, .btn-success.hover, .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover, .open > .dropdown-toggle.btn-success {
        background: #398439;
        outline: 0;
    }

.btn-info {
    background-color: #00c0ef;
    border-color: #22A7F0;
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info.hover {
        background-color: #22A7F0;
    }

.btn.btn-info.active, .btn.btn-info:active, .btn.btn-info:focus, .btn.btn-info:hover, .open > .dropdown-toggle.btn-info {
    background: #2d8ca9;
    outline: 0;
}

.modal .modal-footer .btn-danger {
    background-color: #ff7d6d;
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger.hover {
        background-color: #d73925;
    }

.btn.btn-danger.active, .btn.btn-danger:active, .btn.btn-danger:focus, .btn.btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background: #c03c38;
    outline: 0;
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning.hover {
        background-color: #e08e0b;
    }

.btn.btn-warning.active, .btn.btn-warning:active, .btn.btn-warning:focus, .btn.btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    background: #ca8c34;
    outline: 0;
}

.btn.btn-lime {
    color: #fff;
    background: #65C56F;
}

    .btn.btn-lime.active, .btn.btn-lime:active, .btn.btn-lime:focus, .btn.btn-lime:hover, .open > .dropdown-toggle.btn-lime {
        color: #fff;
        background: #519e59;
        outline: 0;
    }

.btn.btn-purple {
    color: #fff;
    background: #9b59b6;
}

    .btn.btn-purple.active, .btn.btn-purple:active, .btn.btn-purple:focus, .btn.btn-purple:hover, .open > .dropdown-toggle.btn-purple {
        color: #fff;
        background: #7c4792;
        outline: 0;
    }

.btn.btn-inverse {
    color: #fff;
    background: #3C454D;
}

    .btn.btn-inverse.active, .btn.btn-inverse:active, .btn.btn-inverse:focus, .btn.btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
        color: #fff;
        background: #30373e;
        outline: 0;
    }

.btn.btn-grey {
    color: #fff;
    background: #aab3ba;
}

    .btn.btn-grey.active, .btn.btn-grey:active, .btn.btn-grey:focus, .btn.btn-grey:hover, .open > .dropdown-toggle.btn-grey {
        color: #fff;
        background: #888f95;
        outline: 0;
    }

.btn.btn-white {
    color: #30373e;
    background: #fff;
}

    .btn.btn-white.active, .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:hover, .open > .dropdown-toggle.btn-white {
        background: #ecedee;
        outline: 0;
    }

.btn.btn-outline {
    border: 1px solid;
    background: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn.btn-outline.btn-default:hover,
.btn.btn-outline.btn-default:focus,
.btn.btn-outline.btn-default:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

    .btn-app > .fa,
    .btn-app > .glyphicon,
    .btn-app > .ion {
        font-size: 20px;
        display: block;
    }

    .btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa;
    }

    .btn-app:active,
    .btn-app:focus {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-app > .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400;
    }

.thumbnail {
    box-shadow: rgb(240, 244, 247) 0px 16px 32px;
    border: 0 !important;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px !important;
    border-radius: 5px;
}

    .thumbnail .caption {
        padding: 10px 17px;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #8D9AA5;
}

a:focus {
    outline: 0;
}

.faqSearch {
    background-color: #e4e4e4 !important;
    z-index: 1;
    margin-top: -35px;
}

ul.paginationpg {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.paginationpg li {
        display: inline;
    }

        ul.paginationpg li button {
            color: black;
            float: left;
            padding: 5px 10px;
            text-decoration: none;
            -moz-transition: background-color .3s;
            -o-transition: background-color .3s;
            -webkit-transition: background-color .3s;
            transition: background-color .3s;
            border: 1px solid #999;
            background: #fff;
        }

        ul.paginationpg li:first-child button {
            border-top-left-radius: 1em;
            border-bottom-left-radius: 1em;
        }

        ul.paginationpg li:last-child button {
            border-top-right-radius: 1em;
            border-bottom-right-radius: 1em;
        }

        ul.paginationpg li button.active {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }

button[disabled], html input[disabled] {
    cursor: no-drop;
    opacity: 0.6;
}

ul.paginationpg li button:hover:not(.active) {
    background-color: #ddd;
}

.pagination > li + li a {
    margin-left: -2px;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #BCBCBD;
    color: #30373e;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        background: #ebeced;
        color: #30373e;
        border-color: #BCBCBD;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #2184DA;
    position: relative;
    border-color: #1e77c5;
    z-index: 1020;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #aab3ba;
    border-color: #c3c3c3;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 9px 15px;
    font-size: 18px;
}

@media (max-width:767px) {
    .panel.panel-with-tabs .nav.nav-tabs > li {
        float: left;
    }
}

.list-group .list-group-item .badge {
    padding: 4px 7px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: #2184DA;
    border-color: #1e77c5;
}

.list-group-item {
    border: 0 solid #BCBCBD;
    margin-bottom: -2px;
}

    .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover, a.list-group-item:focus, a.list-group-item:hover {
        background: #ebeced;
    }

.list-group-item-success, a.list-group-item-success {
    background: #e1f1d3;
    color: #3c763d;
}

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        background: #d0e9c6;
        color: #3c763d;
    }

.list-group-item-info, a.list-group-item-info {
    background: #d9edf7;
    color: #31708f;
}

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        background: #c4e3f3;
        color: #31708f;
    }

.list-group-item-warning, a.list-group-item-warning {
    background: #feefd9;
    color: #b17b2e;
}

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        background: #fef2e1;
        color: #b17b2e;
    }

.list-group-item-danger, a.list-group-item-danger {
    background: #fcdbda;
    color: #d8443f;
}

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        background: #fde2e1;
        color: #d8443f;
    }

.well {
    border: none;
    padding: 20px;
    background: #ebeced;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, .125);
    box-shadow: 0 1px rgba(0, 0, 0, .125);
}

    .well.well-lg {
        padding: 25px;
        border-radius: 6px;
    }

    .well.well-sm {
        padding: 10px;
        border-radius: 3px;
    }

.nav-tabs, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav.nav-tabs > li > a, .nav.nav-tabs > li > a:focus, .nav.nav-tabs > li > a:hover {
    background: 0 0;
    border: none;
    color: #aab3ba;
}

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #30373e;
    }

    .nav-tabs, .nav-tabs.nav-justified {
        border-bottom: 2px solid #EAEDEF;
    }

.nav.nav-tabs > li {
    margin-bottom: 0;
    position: relative;
}

    .nav.nav-tabs > li > a {
        padding: 3px 20px;
        margin: 0;
        /*cursor: pointer;*/
    }

        .nav.nav-tabs > li > a :hover, .nav.nav-tabs > li > a :focus {
            margin: 0;
        }

    .nav.nav-tabs > li:after {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        height: 2px;
        background: 0 0;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #454545;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #444;
    background: transparent;
    border-radius: 0;
}

@media (max-width:767px) {
    .nav.nav-tabs {
        border-bottom: none;
    }

        .nav.nav-tabs > li {
            float: none;
        }

        .nav.nav-tabs.nav-justified > li, .nav.nav-tabs > li {
            width: 100% !important;
        }

            .nav.nav-tabs > li > a {
                text-align: left;
            }
}

.listbox {
    position: relative;
}

#listView .listbox:hover .overlaylist {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 99;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -moz-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

#listView .listbox .overlaylist {
    height: 0;
    overflow-y: inherit !important;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    background-color: #fff;
    cursor: default;
}

.tab-content {
    padding: 20px;
    -webkit-border-radius: 0 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background: #fff;*/
    margin-bottom: 20px;
}

    .tab-content > .active {
        display: block;
    }

.nav.nav-pills > li + li {
    margin-left: 0;
}

.nav.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 5px;
}

.panel .accordion-toggle {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 10px 15px;
    border-bottom: 0px solid #ccc;
    background-color: #e2e2e2;
}

.panel a.accordion-toggle:hover {
    background-color: #e2e2e2;
}

.panel .accordion-toggle:focus, .panel .accordion-toggle:hover {
    color: #333333;
    text-decoration: none;
    /*background-color: #cccccc;*/
}

.panel-white .panel-title .accordion-toggle:focus, .panel-white .panel-title .accordion-toggle:hover {
    color: #333333;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .05);
    background-color: #e8e8e8;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.modal-content {
    box-shadow: none;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modal-content, .popover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help_label {
    float: right !important;
    padding: 12px;
    color: #036a9f;
    font-weight: bold;
}

.close, .close:focus, .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}

.modal-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.428571429;
    color: #fff !important;
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-weight: 300;
}

.modal-footer {
    border-top: 2px solid #EAEDEF;
}

.modal-message .modal-dialog {
    width: 100%;
    margin: 0;
}

.modal-message .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header {
    width: 60%;
    border: none;
    margin: 0 auto;
}

.modal-backdrop.in {
    opacity: .3;
    filter: alpha(opacity=30);
}

.popover {
    box-shadow: none;
    padding: 2px;
    border: 2px solid rgba(0, 0, 0, .125);
}

    .popover.top > .arrow {
        border-top-color: rgba(0, 0, 0, .125);
    }

    .popover.bottom > .arrow {
        border-bottom-color: rgba(0, 0, 0, .125);
    }

    .popover.left > .arrow {
        border-left-color: rgba(0, 0, 0, .125);
    }

    .popover.right > .arrow {
        border-right-color: rgba(0, 0, 0, .125);
    }

    .popover.top > .arrow:after {
        bottom: 2px;
    }

    .popover.bottom > .arrow:after {
        top: 2px;
    }

    .popover.left > .arrow:after {
        right: 2px;
    }

    .popover.right > .arrow:after {
        left: 2px;
    }

.popover-title {
    background: #eaecee;
    padding: 8px 13px;
}

.popover-content {
    font-size: 13px;
    font-weight: 300;
    padding: 8px 13px;
}

.section-container {
    margin-left: -25px;
    margin-right: -25px;
    padding: 25px;
}

    .section-container.section-with-top-border {
        border-top: 2px solid #ebeced;
    }

    .section-container.section-with-bottom-border {
        border-bottom: 2px solid #ebeced;
    }

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
        margin: 10px auto;
    }

    .d-sm-flex {
        display: flex !important;
    }
}

@media (max-width:768px) {
    .modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-xl {
        width: 90%;
    }

    .section-container {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }
}

.form-header {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
}

    .form-header.form-header-lg {
        font-size: 20px;
        line-height: 24px;
    }

    .form-header .icon {
        float: left;
        width: 30px;
        text-align: center;
        border: 2px solid;
        border-radius: 50px;
        height: 30px;
        line-height: 27px;
        margin: -5px 10px -5px 0;
    }

    .form-header.form-header-lg .icon {
        width: 36px;
        height: 36px;
        line-height: 33px;
        margin-top: -6px;
        margin-bottom: -6px;
    }

    .form-header .icon i {
        display: block;
        line-height: 26px;
    }

    .form-header.form-header-lg .icon i {
        line-height: 33px;
    }

@media (max-width:480px) {
    .form-header {
        font-size: 14px;
    }

        .form-header.form-header-lg {
            font-size: 16px;
        }

        .form-header .icon {
            width: 20px;
            line-height: 18px;
            height: 20px;
            margin: 0 8px 0 0;
        }

        .form-header.form-header-lg .icon {
            width: 30px;
            height: 30px;
            line-height: 26px;
            margin: -3px 8px -3px 0;
        }

            .form-header.form-header-lg .icon i {
                line-height: 26px;
            }
}

.panel > .table, .panel > .table-responsive > .table, .panel > .table-responsive > .table > thead > tr > th, .panel > .table > thead > tr > th {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #F04B46;
    color: #fff;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #c03c38;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #38AFD3;
    color: #fff;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #2d8ca9;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #65C56F;
    color: #fff;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #519e59;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcaf41;
    color: #fff;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #ca8c34;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background: #888f95;
    color: #fff;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background: #717b85;
}

.table > thead > tr.success > th {
    color: #fff;
    background-color: #129283 !important;
    border-color: #094942 !important;
}

.table > thead > tr.lime > th {
    color: #fff;
    background-color: #519e59 !important;
    border-color: #284f2c !important;
}

.table > thead > tr.danger > th {
    color: #fff;
    background-color: #c03c38 !important;
    border-color: #601e1c !important;
}

.table > thead > tr.warning > th {
    color: #fff;
    background-color: #ca8c34 !important;
    border-color: #65461a !important;
}

.table > thead > tr.primary > th {
    color: #fff;
    background-color: #1e77c5 !important;
    border-color: #0d3557 !important;
}

.table > thead > tr.info > th {
    color: #fff;
    background-color: #2d8ca9 !important;
    border-color: #164654 !important;
}

.table > thead > tr.grey > th {
    color: #fff;
    background-color: #888f95 !important;
    border-color: #44484a !important;
}

.table > thead > tr.purple > th {
    color: #fff;
    background-color: #7c4792 !important;
    border-color: #3e2449 !important;
}

.table > thead > tr.inverse > th {
    color: #fff;
    background-color: #30373e !important;
    border-color: #181c1f !important;
}

.table > thead > tr.white > th {
    background-color: #fff !important;
    border-color: #bec3c6 !important;
}

.bg-cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .bg-cover img {
        max-width: 100%;
    }

@media (min-width:1920px) {
    .bg-cover img {
        width: 100%;
    }
}

.dataTables_wrapper table.dataTable thead th {
    padding: 7px !important;
    white-space: nowrap;
    border-top: none;
    border-right: 1px solid #E2E2E2;
    text-transform: capitalize;
}

.without-pagination .dataTables_wrapper .dataTables_info {
    padding-top: 0 !important;
}

.dataTables_scroll:after, .dataTables_scroll:before {
    content: '';
    display: table;
    clear: both;
}

.dataTables_scrollBody {
    margin-bottom: 20px !important;
}

.dataTables_empty {
    text-align: center;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper div.dataTables_length select {
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #30373F;
    display: inline-block;
    height: 26px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dataTables_wrapper table.dataTable, .dataTables_wrapper div.dataTables_length label, .dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 15px;
}

.dataTables_length, div.dataTables_info {
    float: left;
}

.dataTables_filter input:focus, div.dataTables_length select:focus {
    border-color: #8d9aa5;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.dataTables_wrapper:after, .dataTables_wrapper:before {
    content: '';
    display: table;
    clear: both;
    height: 15px;
}

.panel .dataTables_wrapper {
    margin: 10px 0;
    border-radius: 0;
}

.panel div.dataTables_paginate {
    margin-right: 20px !important;
    margin-bottom: -5px;
}

.panel div.dataTables_info {
    margin-left: 20px;
}

@media (max-width:767px) {
    .bg-cover img {
        max-width: inherit;
        min-width: 100%;
        max-height: 100%;
    }

    .dataTables_length, div.dataTables_info {
        float: none;
    }

    div.dataTables_wrapper div.dataTables_info {
        margin: 0;
        padding-top: 0 !important;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin: 10px 20px 0 !important;
        text-align: center;
    }

        div.dataTables_wrapper div.dataTables_paginate .pagination {
            display: block;
            white-space: initial !important;
        }

            div.dataTables_wrapper div.dataTables_paginate .pagination > li > a {
                float: none;
                margin-bottom: 5px;
                display: inline-block;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

            div.dataTables_wrapper div.dataTables_paginate .pagination > li + li a {
                margin-left: 5px;
            }
}

.DTFC_LeftWrapper div.DTFC_LeftHeadWrapper table, .DTFC_RightWrapper div.DTFC_RightHeadWrapper table, .dataTables_scroll + .dataTables_info, .dataTables_wrapper .DTFC_LeftBodyLiner table.dataTable, .dataTables_wrapper .dataTables_scrollBody table.dataTable, div.dataTables_scrollHead .table {
    margin-bottom: 0 !important;
}

table.DTFC_Cloned tr.even {
    background: 0 0 !important;
}

div.DTS div.dataTables_scrollBody, table.dt-rowReorder-float {
    background: #fff !important;
}

.DTFC_LeftBodyLiner .table thead > tr > th, .dataTables_scrollBody .table thead > tr > th {
    border-bottom: none !important;
}

.DTFC_LeftWrapper table.table-bordered.dataTable th:last-child {
    border-right-width: 1px !important;
}

.DTFC_LeftBodyLiner, .dataTables_scrollBody {
    border-bottom: 2px solid #ebeced;
}

.dataTables_wrapper .DTFC_LeftWrapper table.dataTable > tbody > tr > td, .dataTables_wrapper .dataTables_scrollBody table.dataTable > tbody > tr > td {
    border-bottom: none !important;
}

.FixedHeader_Cloned table.dataTable thead td, .FixedHeader_Cloned table.dataTable thead th {
    padding: 12px 20px 10px;
}

table.KeyTable td.focus, table.KeyTable th.focus {
    outline: #aab3ba dashed 2px !important;
    outline-offset: -2px !important;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child, table.dataTable.dtr-inline.collapsed tbody th:first-child {
    padding-left: 50px !important;
}

    table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
        left: 13px !important;
        height: 18px !important;
        width: 18px !important;
        line-height: 16px !important;
        font-size: 16px !important;
        border: 2px solid #aab3ba !important;
        background: #fff !important;
        color: #aab3ba !important;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.table-responsive .dataTables_wrapper > .row {
    margin: 0;
}

    .table-responsive .dataTables_wrapper > .row > [class*=col-] {
        padding: 0;
    }

.dt-buttons.btn-group {
    margin-top: 15px;
    float: right;
    margin-left: 20px;
}

@media (max-width:767px) {
    .dt-buttons.btn-group {
        float: none;
        text-align: center;
        display: block;
        margin: 15px 0 -5px;
    }

        .dt-buttons.btn-group > .btn {
            float: none;
            margin-bottom: 5px;
            -webkit-border-radius: 4px !important;
            -moz-border-radius: 4px !important;
            border-radius: 4px !important;
        }

            .dt-buttons.btn-group > .btn + .btn {
                border-left: none;
                margin-left: 5px;
            }
}

table.dt-rowReorder-float {
    outline: #bec3c6 dashed 2px !important;
    outline-offset: -3px !important;
    opacity: .95 !important;
}

tr.dt-rowReorder-moving {
    outline: #bec3c6 dashed 2px !important;
    outline-offset: -3px !important;
}

table.dataTable td.focus, table.dataTable th.focus {
    position: relative;
    z-index: 1000;
    outline: #3C454D solid 3px !important;
}

div.dt-autofill-background {
    z-index: 1040 !important;
}

div.dt-autofill-list {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 1050 !important;
}

table.dataTable tbody td.selected, table.dataTable tbody td.selected a, table.dataTable tbody th.selected, table.dataTable tbody th.selected a, table.dataTable tbody tr.selected, table.dataTable tbody tr.selected a {
    color: initial !important;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background: #ffc !important;
}

.mapTooltip {
    position: fixed;
    background: url(../img/transparent/black-0.8.png);
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    padding: 6px 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}

.map {
    position: relative;
}

.legend > div {
    padding: 4px !important;
    border-radius: 4px !important;
    background: #ebeced !important;
}

.legend .legendColorBox {
    padding: 6px 0 6px 6px !important;
}

    .legend .legendColorBox > div {
        border: none !important;
    }

        .legend .legendColorBox > div > div {
            border-radius: 40px !important;
        }

.legend .legendLabel {
    padding: 3px 6px 3px 3px !important;
    color: #30373e !important;
    font-size: 11px !important;
}

.legend table > tbody > tr + tr > td.legendColorBox, .legend table > tbody > tr + tr > td.legendLabel {
    padding-top: 0 !important;
}

.flot-tooltip {
    position: absolute;
    display: none;
    border: 0;
    padding: 6px 10px 7px;
    color: #fff;
    font-size: 11px;
    background: url(../img/transparent/black-0.8.png);
    background-color: rgba(0, 0, 0, .8);
    border-radius: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10000 !important;
}

.slimScrollBar {
    width: 5px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 8px !important;
    width: 20em !important;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active,
.datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active,
.datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
    background: #2184DA !important;
    border-color: #2184DA !important;
    color: #fff !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget table td span {
    color: #30373e !important;
    background: #ebeced !important;
    margin: 0 auto !important;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background: #ebeced !important;
}

.datepicker {
    padding: 0 0 5px !important;
}

.bootstrap-datetimepicker-widget .picker-switch, .bootstrap-datetimepicker-widget a[data-action],
.datepicker-decades .table-condensed > tr > td, .datepicker-months .table-condensed > tr > td,
.datepicker-years .table-condensed > tr > td, .timepicker, .timepicker-picker .table-condensed > tr > td.separator {
    padding: 0 !important;
}

.collapse .timepicker-minutes, .collapse .timepicker-picker, .collapsing .timepicker-minutes, .collapsing .timepicker-picker {
    margin-top: 8px !important;
}

.timepicker-picker .table-condensed > tr > td {
    width: auto !important;
    padding: 0 !important;
}

.bootstrap-datetimepicker-widget table td.seperator {
    width: 50px !important;
}

.timepicker-picker .table-condensed > tr > td .btn {
    display: block !important;
    width: auto !important;
}

    .timepicker-picker .table-condensed > tr > td .btn span {
        background: 0 0;
    }

.timepicker-picker .table-condensed .btn span:focus, .timepicker-picker .table-condensed .btn span:hover {
    background: #ebeced !important;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #dadcdd;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background: #FFE2BA !important;
}

.datepicker-decades .table-condensed, .datepicker-decades .table-condensed tbody,
.datepicker-decades .table-condensed thead, .datepicker-decades .table-condensed tr,
.datepicker-decades .table-condensed tr td, .datepicker-months .table-condensed,
.datepicker-months .table-condensed tbody, .datepicker-months .table-condensed thead,
.datepicker-months .table-condensed tr, .datepicker-months .table-condensed tr td,
.datepicker-years .table-condensed, .datepicker-years .table-condensed tbody,
.datepicker-years .table-condensed thead, .datepicker-years .table-condensed tr,
.datepicker-years .table-condensed tr td {
    display: block !important;
    width: auto !important;
    height: auto !important;
}

    .datepicker-decades .table-condensed tr td:after, .datepicker-decades .table-condensed tr td:before,
    .datepicker-months .table-condensed tr td:after, .datepicker-months .table-condensed tr td:before,
    .datepicker-years .table-condensed tr td:after, .datepicker-years .table-condensed tr td:before {
        content: '';
        display: table;
        clear: both;
    }

.datepicker table tr td span {
    width: 22% !important;
    margin: 3.5px !important;
    font-size: 13px;
}

.datepicker-decades .table-condensed tr td, .datepicker-months .table-condensed tr td, .datepicker-years .table-condensed tr td {
    margin: 0 -4px -2px !important;
}

.datepicker-decades .table-condensed thead tr, .datepicker-months .table-condensed thead tr, .datepicker-years .table-condensed thead tr {
    display: table !important;
    width: 100% !important;
}

.bootstrap-datetimepicker-widget table td {
    height: auto !important;
    width: auto !important;
}

.bootstrap-datetimepicker-widget .datepicker-decades span.decade {
    line-height: 15px !important;
    padding-top: 5px !important;
}

.daterangepicker .ranges li {
    color: #30373e;
}

    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
        background: #3C454D !important;
        border-color: #3C454D !important;
    }

.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #2184DA !important;
    border-color: #2184DA !important;
}

.daterangepicker td.in-range {
    background: #ebeced !important;
}

.daterangepicker .ranges .input-mini {
    background: #ebeced !important;
    border-width: 2px !important;
    border-color: #ebeced !important;
}

    .daterangepicker .ranges .input-mini:focus {
        border-color: #8d9aa5 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: 0 !important;
    }

.daterangepicker .calendar td, .daterangepicker .calendar th {
    font-family: Nunito, sans-serif !important;
}

.daterangepicker .calendar {
    border: none !important;
}

    .daterangepicker .calendar-date, .daterangepicker .calendar.single .calendar-date {
        border: 2px solid #ebeced !important;
    }

.videoPlayback {
    width: 600px;
    height: 400px;
}

@media (max-width:767px) {
    .daterangepicker .calendar, .daterangepicker .ranges {
        float: none !important;
        width: auto !important;
    }

    .daterangepicker .ranges {
        padding-left: 4px;
        padding-right: 4px;
    }

        .daterangepicker .ranges .range_inputs > div {
            width: 50%;
        }

    .videoPlayback {
        margin: 0 auto;
        width: 320px;
        height: 300px;
    }
}

.colorpicker {
    padding: 8px !important;
}

    .colorpicker:before {
        border-bottom-color: rgba(0, 0, 0, .05) !important;
    }

.colorpicker-alpha, .colorpicker-hue {
    margin-bottom: 0;
    margin-left: 5px;
}

.colorpicker-color {
    float: left;
    width: 100%;
}

.input-group.bootstrap-timepicker .bootstrap-timepicker-widget + .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    width: 200px;
}

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border: none !important;
    }

.bootstrap-timepicker-widget table td a:focus, .bootstrap-timepicker-widget table td a:hover {
    background: #ebeced !important;
    border-color: #ebeced !important;
}

.datepicker-inline, .datepicker-inline .table-condensed {
    width: 100% !important;
}

.datepicker.dropdown-menu {
    width: 280px;
    border: none !important;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25) !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    font-family: Nunito, sans-serif !important;
    padding: 8px;
}

.datepicker table {
    width: 100% !important;
}

.input-daterange .input-group-addon {
    border-color: #ebeced !important;
    text-shadow: none !important;
}

.irs-diapason {
    background: #3C454D;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    background: #EBECED !important;
}

.irs-line-left {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.irs-line-right {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.irs-from, .irs-single, .irs-to {
    background: #3C454D !important;
}

.irs-grid-text {
    color: #8d9aa5 !important;
}

.rangeSlider-success .irs-diapason {
    background: #1ABC9C;
}

.rangeSlider-primary .irs-diapason {
    background: #2184DA;
}

.rangeSlider-purple .irs-diapason {
    background: #9b59b6;
}

.rangeSlider-lime .irs-diapason {
    background: #65C56F;
}

.rangeSlider-info .irs-diapason {
    background: #38AFD3;
}

.rangeSlider-warning .irs-diapason {
    background: #fcaf41;
}

.rangeSlider-danger .irs-diapason {
    background: #F04B46;
}

.ui-widget-content.ui-autocomplete {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

.ui-menu .ui-menu-item a {
    font-weight: 300;
    padding: 6px 12px;
    line-height: 18px;
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    /*border: none;*/
    margin: 0 !important;
    /*background: #ebeced;*/
    color: #30373F;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.strength_meter, .strength_meter div {
    width: auto !important;
    background: 0 0 !important;
    height: auto !important;
}

    .strength_meter .veryweak {
        color: #c03c38;
    }

    .strength_meter .weak {
        color: #ca8c34;
    }

    .strength_meter .medium {
        color: #519e59;
    }

    .strength_meter .strong {
        color: #129283;
    }

.strength_meter {
    float: right;
}

    .strength_meter div {
        font-weight: 300 !important;
        color: #aab3ba;
        line-height: 18px !important;
    }

.button_strength {
    float: left;
    color: #30373e;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=span] {
    margin-bottom: 0 !important;
}

.morris-hover.morris-default-style {
    font-family: Nunito, sans-serif !important;
    background: url(../img/transparent/black-0.9.png) !important;
    background: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25) !important;
    border: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}


.jqstooltip {
    border: none !important;
    border-radius: 4px !important;
    display: block !important;
    width: auto !important;
}

.countdown:after, .countdown:before, .tag-list:after, .tag-list:before {
    clear: both;
    content: '';
    display: table;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 16px !important;
    height: 16px !important;
    background: url(../img/transparent/black-0.8.png) !important;
    background: rgba(0, 0, 0, .75) !important;
    left: 15px;
}

.jvectormap-zoomout {
    top: 35px;
}

.jvectormap-zoomin {
    top: 15px;
}

.jvectormap-label {
    border: none !important;
    background: url(../img/transparent/black-0.8.png) !important;
    background: rgba(0, 0, 0, .75) !important;
    padding: 3px 6px !important;
}

.error-code {
    font-size: 128px;
    line-height: 1.1;
}

.error-message {
    font-size: 24px;
}

.error-search {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

    .error-search .form-control {
        border-radius: 46px;
        padding-right: 46px;
    }

    .error-search .btn-search {
        border: none;
        background: 0 0;
        outline: 0;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 46px;
        width: 46px;
        padding: 0;
        font-size: 16px;
        color: #30373e;
    }

.error-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    line-height: 30px;
    border-top: 2px solid rgba(0, 0, 0, .06);
}

.error-footer-brand {
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
}

    .error-footer-brand img {
        margin-right: 10px;
        float: left;
    }

.coming-soon {
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 1020;
}

.coming-soon-header .brand {
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
}

.coming-soon-header .desc {
    font-size: 16px;
}

.countdown {
    padding: 45px 0;
    max-width: 600px;
    margin: 0 auto;
}

    .countdown .countdown-col {
        float: left;
    }

    .countdown.col-5 .countdown-col {
        width: 20%;
    }

    .countdown.col-4 .countdown-col {
        width: 25%;
    }

    .countdown.col-3 .countdown-col {
        width: 33.33%;
    }

    .countdown.col-2 .countdown-col {
        width: 50%;
    }

.countdown-number {
    position: relative;
    margin: 0 auto 15px;
    width: 60px;
    height: 90px;
    border-radius: 10px;
    background: #30373e;
    cursor: pointer;
    line-height: 1;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .countdown-number .number {
        line-height: 92px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        z-index: 1020;
        color: #fff;
        font-size: 28px;
    }

    .countdown-number:after, .countdown-number:before {
        position: absolute;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: inherit;
        content: '';
        left: 0;
    }

    .countdown-number:before {
        -moz-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .countdown-number:after {
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }

.coming-soon-content {
    width: 600px;
    margin: 0 auto;
}

    .coming-soon-content .desc {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .coming-soon-content .coming-soon-form {
        width: 350px;
        margin: 0 auto 25px;
    }

.coming-soon-form .input-group {
    border-radius: 40px;
    padding: 2px;
    background: #30373e;
}

.coming-soon-form .btn, .coming-soon-form .form-control {
    border-radius: 40px;
}

.coming-soon-form .form-control, .transition {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.animation-grow-hover, .widget-blog .widget-blog-cover img {
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.coming-soon-form .form-control:focus {
    border-color: #fff;
    background: #fff;
}

@media (max-width:600px) {
    .coming-soon-content {
        width: auto;
        margin: 0;
    }
}

@media (max-width:400px) {
    .coming-soon-content .coming-soon-form {
        width: auto;
        margin: 0 0 25px;
    }

    #tabs {
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        color: black;
    }
}

.tag-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .tag-list > li {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .tag-list > li a, .tag-list > li span {
            border: 2px solid #ebeced;
            border-radius: 40px;
            color: #30373e;
            font-size: 11px;
            padding: 2px 8px;
            display: block;
        }

        .tag-list > li.active a, .tag-list > li.active span {
            color: #30373e;
            border-color: #30373e;
        }

.login, .register {
    width: 420px;
    display: block;
    top: 80px;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    z-index: 1020;
}

.login {
    top: 100px;
}

@media (max-width:420px) {
    .login, .register {
        width: 100%;
        left: 0;
        top: 0;
        margin: 0;
        bottom: 0;
        background: #fff;
    }
}

.widget {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    padding: 20px;
    display: block;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
}

    .widget > h2 {
        position: relative;
        font-weight: 400;
        font-size: 14px;
        color: #707070;
        padding: 0 15px;
        line-height: 40px;
        margin-top: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .widget h2 span {
        padding-bottom: 1px;
        font-size: 16px;
    }

    .widget.widget-stat {
        text-align: center;
    }

.widget-stat-right .widget-stat-icon {
    float: right;
}

.widget-stat-right .widget-stat-info {
    margin-left: 0;
    margin-right: 70px;
}

    .widget-stat-right .widget-stat-info .widget-stat-title {
        margin-bottom: 5px;
    }

.widget-stat-right .widget-stat-footer {
    margin: -10px 0;
    text-align: left;
    color: #fff;
    font-size: 12px;
}

.widget-foot {
    text-align: center;
    margin-bottom: -15px;
    background-color: rgba(0, 0, 0, .25);
    margin-left: -20px;
    margin-right: -20px;
}

.widget-header {
    margin: -20px -20px 0;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    position: relative;
}

    .widget-header h4 {
        margin: 0;
        font-size: 14px;
    }

    .widget-header p {
        margin-bottom: 0;
    }

.widget-header-btn {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}

    .widget-header-btn > li {
        float: left;
    }

        .widget-header-btn > li + li {
            margin-left: 5px;
        }

    .widget-header-btn a {
        padding: 0;
        display: block;
        line-height: 26px;
        text-align: center;
        font-size: 14px;
        width: 28px;
        height: 26px;
        box-shadow: none !important;
    }

.widget-body, .widget-stat-header {
    padding: 20px;
}

.widget-header + .widget-body {
    margin-top: 0;
}

.widget-body {
    margin: -20px;
    position: relative;
}

.widget-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    background: url(../img/transparent/white-0.9.png);
    background: rgba(255, 255, 255, .95);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #30373e;
}

.widget-stat-number {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.widget-stat-text {
    opacity: .8;
}

.widget-stat-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}

    .widget-stat-btn a {
        color: #000;
        opacity: .3;
        display: block;
        text-decoration: none;
    }

        .widget-stat-btn a:focus, .widget-stat-btn a:hover {
            opacity: .5;
        }

        .widget-stat-btn a .fa {
            display: block;
        }

.widget-stat-icon {
    width: 50px;
    float: left;
    font-size: 40px;
    color: #000;
    opacity: .5;
}

.widget-stat-info {
    margin-left: 70px;
    text-align: left;
}

.widget-stat-text, .widget-stat-title {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.widget-stat-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

    .widget-stat-cover img {
        min-height: 100%;
        max-width: 100%;
    }

    .widget-stat-cover:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .3;
    }

.widget-stat-content {
    position: relative;
    text-align: left;
}

.widget-stat-chart {
    margin: 0 -20px -20px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.animation-grow-hover:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.widget-map-left {
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.widget-map-right {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

@media (max-width:991px) {
    .widget-map-left {
        border-radius: 5px 5px 0 0;
    }

    .widget-map-right {
        border-radius: 0 0 5px 5px;
    }
}

.widget-stat-progress {
    margin: 10px -20px;
}

    .widget-stat-progress .progress {
        background: url(../img/transparent/black-0.5.png);
        background: rgba(0, 0, 0, .5);
        height: 2px;
    }

        .widget-stat-progress .progress .progress-bar {
            background: #fff;
        }

.panel-option {
    padding: 15px;
    background: #edeff0;
    font-size: 12px;
    font-weight: 700;
}

    .panel-option .btn {
        margin-top: -6px;
    }

.panel-body .panel-option {
    margin: -20px -20px 20px;
}

.chartjs-tooltip {
    display: none;
    position: absolute;
    background: url(../img/transparent/black-0.7.png);
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
}

    .chartjs-tooltip.above:before, .chartjs-tooltip.below:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -14px;
        border: 7px solid transparent;
        border-top-color: rgba(0, 0, 0, .7);
        left: 50%;
        margin-left: -7px;
    }

    .chartjs-tooltip.above:before {
        bottom: auto;
        top: -14px;
        border-top-color: transparent;
        border-bottom-color: rgba(0, 0, 0, .7);
    }

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.chartjs-tooltip.above {
    margin-top: 15px;
}

.chartjs-tooltip.below {
    margin-top: -50px;
}

.chart-summary-container:after, .chart-summary-container:before {
    content: '';
    display: table;
    clear: both;
}

.chart-summary-container .chart-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 2px solid #ebeced;
}

.chart-summary-container .chart-doughnut {
    float: left;
    width: 85px;
    height: 85px;
}

    .chart-summary-container .chart-doughnut canvas {
        width: 85px;
        height: 85px;
    }

.chart-summary-container .chart-info {
    margin-left: 100px;
}

.chart-summary-container .chart-summary {
    font-size: 11px;
    font-weight: 400;
}

    .chart-summary-container .chart-summary .number {
        font-size: 18px;
        color: #333;
    }

        .chart-summary-container .chart-summary .number small {
            font-size: 13px;
            opacity: .6;
        }

    .chart-summary-container .chart-summary .number, .chart-summary-container .chart-summary .text {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .chart-summary-container .chart-summary + .chart-summary {
        margin-top: 10px;
    }


.chats {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .chats:after, .chats:before, .chats > li:after, .chats > li:before {
        content: '';
        display: table;
        clear: both;
    }

    .chats > li + li {
        margin-top: 15px;
    }

    .chats > li .image {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        overflow: hidden;
    }

    .chats > li.right .image {
        float: right;
    }

    .chats > li.right .message {
        margin-left: 0;
        margin-right: 70px;
    }

        .chats > li.right .message:before {
            border-left-color: #ebeced;
            border-right-color: transparent;
            left: auto;
            right: -20px;
        }

    .chats > li .image img {
        max-width: 100%;
        display: block;
    }

    .chats > li .message {
        position: relative;
        margin-left: 70px;
        padding: 10px 10px 30px;
        border-radius: 6px;
        background: #ebeced;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    }

        .chats > li .message:before {
            content: '';
            display: block;
            position: absolute;
            left: -20px;
            border: 10px solid transparent;
            border-right-color: #ebeced;
            top: 15px;
        }

        .chats > li .message .name {
            color: #08c;
            display: block;
        }

        .chats > li .message .date-time {
            position: absolute;
            bottom: 10px;
            right: 10px;
            font-size: 11px;
            line-height: 10px;
            opacity: .7;
        }

.circle {
    width: 151px;
    height: 151px;
    border-radius: 250px;
    font-size: 25px;
    color: #fff;
    line-height: 43px;
    text-align: center;
    background: #669999;
    border: 7px solid #fff;
    padding-top: 22px;
}

#website_name {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff;
    padding-top: 5px;
}

/* jQuery Date picker custom CSS */
#ui-datepicker-div table tbody tr td {
    text-align: center !important;
    padding: 0 !important;
    border: none !important;
    background: #ebeced; /*Sprint2 Bug ID: 4542*/
}


.timeline .bg-blue {
    background-color: #FFFFFF !important;
    border: 1px solid #0EA8FF !important;
}

.timeline .fa-circle-o:before {
    color: #0EA8FF !important;
}

.timeline-inverse > li > .timeline-item { /*ECF8FF*/
    background: #fff !important;
    border: 1px solid #D6EEFD !important;
}

.status label label-danger {
    text-align: center;
    background-color: #F04B46 !important; /*#7ec77e */
    color: #FFF;
    padding: 2px;
    font-size: 10px;
}

.status label label-success {
    text-align: center;
    background-color: #7ec77e !important;
    color: #FFF;
    padding: 2px;
    font-size: 10px;
}

.status label label-warning {
    text-align: center;
    background-color: #fbbc64 !important;
    color: #FFF;
    padding: 2px;
    font-size: 10px;
}

.status label label-info {
    text-align: center;
    background-color: #479FB9 !important;
    color: #FFF;
    padding: 2px;
    font-size: 10px;
}
/*BEGIN BACK TO TOP*/
#totop {
    position: fixed;
    bottom: 40px;
    right: 1%;
    display: none;
    z-index: 1000;
    background: transparent;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
}

    #totop i {
        color: #444444;
        line-height: 26px;
        font-size: 24px;
    }
/*END BACK TO TOP*/
.course_footer_btns {
    position: inherit;
    padding: 5px 25px;
}

.course_img {
    margin-left: auto;
    margin-right: auto;
}

.course_body {
    min-height: 150px;
}
/* * Row with equal height columns *
    -------------------------------------------------- */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.input_addon {
    padding: 5px 12px !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee !important;
    border: 1px solid #ccc;
    border-radius: 0;
}

/*  File Upload Button style start */
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
/*  File Upload Button style End */

.course_des_height {
    min-height: 40px;
    max-height: 50px;
    margin: 10px;
    -o-text-overflow: ellipsis !important;
    -ms-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    overflow: hidden;
    /* white-space: nowrap; */
    /* width: 100%; */
}

.b_b {
    border-bottom: 1px solid #f4f4f4 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*font-size: 12px !important;*/
}

.ui-timepicker-div dl dt {
    font-size: 12px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px !important;
}

.ui_tpicker_time_label {
    display: none !important;
}

.ui-timepicker-div > dl dt {
    margin-top: 0 !important;
}

.ui-datepicker th {
    padding: 0.2em .1em !important;
    font-size: 11px !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    margin: .5em .2em .4em !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.1em !important;
    margin-left: -.3em !important;
}

.ui-widget-header .ui-icon {
    background-image: url("../../vendors/vendors/bootstrap/img/ui-icons_222222_256x240.png") !important;
}

#ui-datepicker-div > .ui-state-hover, #ui-datepicker-div > .ui-widget-content .ui-state-hover,
#ui-datepicker-div > .ui-widget-header .ui-state-hover, #ui-datepicker-div > .ui-state-focus,
#ui-datepicker-div > .ui-widget-content .ui-state-focus, #ui-datepicker-div > .ui-widget-header .ui-state-focus {
    background: rgb(218, 218, 218) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAANklEQVQ4jWN48uTJfyYGBgaGUWKUGCWGLfHt2zcoi5GREYNgYmJCZiG42IiB98woMUqMEtgIAMdjCdyg+eEBAAAAAElFTkSuQmCC') /*../../vendors/vendors/bootstrap/img/ui-bg_glass_75_dadada_1x400.png*/ 50% 50% repeat-x !important;
}

/*Image Zoom Styles begin */
/*.zoom {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.zoom:hover {
-ms-transform: scale(3.5);
-moz-transform: scale(3.5);
-webkit-transform: scale(3.5);
-o-transform: scale(3.5);
    transform: scale(3.5);
    position: fixed;
    z-index: 1000;
    top: 42%;
    left: 45%;
    background-color: #fff;
    box-shadow: 0 0 3px 1px #ccc;
}*/
/*Image Zoom Styles End */

.ng-invalid.ng-dirty, .ng-invalid-pattern:focus {
    border-color: #F0CFCF;
    outline-color: #F0CFCF;
}

.search-dropdown {
    position: absolute;
    z-index: 99999;
    width: 94%;
    background: rgb(255, 255, 255);
    /*border: 1px solid rgb(204, 204, 204);*/
    box-shadow: 1px 1px 1px #5f5a5a;
    max-height: 150px;
    overflow: auto;
}

.comprehension_text {
    margin: 10px;
    line-height: 26px;
    font-size: 13px;
    text-align: justify;
}

.progress_round {
    position: absolute;
    background: none;
    height: 23px;
    font-size: 0.9em !important;
}

.round-progress {
    height: 159px !important;
}

.teamPerforma {
    top: 380px !important;
}

.MilestonesSpan {
    margin-left: 44px;
    font-weight: 600;
    font-size: 1.3em;
}

.TeamPerformanceSpan {
    margin-left: 0;
    font-weight: 600;
    font-size: 1.3em;
}

.teams_performa_graph_super_dash {
    padding-bottom: 0 !important;
}

.left_cicular_progress_super_dash {
    padding-bottom: 35px !important;
}

.team_performa_graph_super_dash_opt {
    margin-bottom: 0 !important;
}

.ps-widget-header {
    position: relative;
    color: #454545;
    font-size: 14px;
    border-top: 3px solid #459BCE;
    border-bottom: 1px solid #f0f0f0;
    min-height: 36px;
    padding: 8px;
    border-radius: 0;
}

.p_height {
    width: 100%;
    height: inherit;
}

.new-learningpath .media {
    border: none !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.new-learningpath .sec-img img {
    width: 65px !important;
    height: 65px !important;
    margin-left: 1px;
}

.bookmark-del {
    color: #F44336 !important;
    position: absolute;
    top: 4px;
    right: 15px;
}

.tab-pills a {
    display: inline-block;
    margin-top: 2px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 7px;
    letter-spacing: 0.03em;
    border: 1px solid #eee;
    background-color: #FFF;
    color: #636363;
}

.panel-title {
    font-size: 20px;
}

    .panel-title strong {
        font-weight: 600;
    }

.approver-details {
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.CustomToggleSwitch.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

    .CustomToggleSwitch.switch input {
        display: none;
    }

.CustomToggleSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .CustomToggleSwitch .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 26px;
        left: 7px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.CustomToggleSwitch input:checked + .slider {
    background-color: #2196F3;
}

.CustomToggleSwitch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.CustomToggleSwitch input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.SearchCourses .media-heading > span {
    line-height: 18px !important;
}

/*inside body*/
.media-heading > span {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    line-height: 1.1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*word-break: break-word;*/
    font-size: 15px;
    font-weight: 600;
    height: 2.2em;
}


.box-learner .ribbon {
    right: -6px !important;
}

.badge-course-name {
    top: 15px !important;
}

.p_height_2 {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /*word-break: break-word;*/
    font-size: 15px;
    font-weight: 600;
    height: 3.4em;
}

.p_height_1 {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    line-height: 28px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 600;
    height: 2em;
}

.align-item-c {
    align-items: center;
}

.next-step-dup, .next-step-dup:active, .next-step-dup:hover, .next-step-dup:focus, .next-step-dup:active:focus {
    border-top-right-radius: 1em !important;
    border-bottom-right-radius: 1em !important;
    border: 1px solid transparent;
    padding: 5px 10px !important;
}



.overlay .media-heading > span {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-word-break: break-word;
    word-break: break-word;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 3.2em;
    text-align: center;
}

.bg-overlay {
    opacity: 0 !important;
    z-index: -1 !important;
    background-color: #fff !important;
    transition: .5s ease;
}

.overlay-parent:hover .bg-overlay {
    background: #fff !important;
    opacity: 1 !important;
    z-index: 99 !important;
    box-shadow: 1px 4px 6px #ccc;
    transition: .5s ease;
}

.card_footer_btns {
    bottom: 15px !important;
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

.position-fixed {
    position: fixed !important;
}

.position-absolute {
    position: absolute !important;
}

.bg-ececec {
    background-color: #ececec !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.viewbadgeimg {
    width: 100px !important;
    height: 100px !important;
    padding: 5px;
    border-radius: 50% !important;
    margin: 0px auto;
}

.media-heading > .badge {
    font-size: 10px;
}

.box_border {
    border-radius: 1px !important;
    overflow: hidden;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
    background-color: #fff;
}

    .box_border:hover {
        border-bottom: 0 solid #e8e8e8 !important;
    }

.panel_container {
    position: relative;
    height: auto;
    border-radius: 0 !important;
}

.nav-pills > li:first-child {
    margin-left: 5px;
}

.nav-pills > li > a {
    border-radius: 0 !important;
}

.detail-sec.media-body .courseListHeading {
    margin-top: 4px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
}

.rounded-img {
    padding: 2px;
    width: 80px;
    height: 80px;
}

.enrolluser_listhover:hover {
    padding: 5px 10px;
}

/*profile page*/
.lmsUserView .nav-tabs > li.active > a, .lmsUserView .nav-tabs > li.active > a:hover,
.lmsUserView .nav-tabs > li.active > a:focus {
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
}

.box_AQ {
    margin-bottom: 10px;
    height: auto;
    min-height: 19em;
    border: 1px solid #cccccc !important;
}

/*modal popup*/
.modal-header {
    padding: 8px;
}

.social-share a.btn {
    margin: 10px !important;
}

.modal-footer .btn + .btn {
    /*margin-bottom: 7px;*/
    margin-left: 0 !important;
}

/*buttons*/
.btn-inlist {
    font-size: 10px !important;
    padding: 0 4px !important;
    border-radius: 3px !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0.6;
    z-index: 0;
}

.welcome-bg {
    /*height: 12.5em;*/
    position: relative;
    top: -38px;
    z-index: -1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.tile-bg {
    width: 50%;
    padding: 87px;
    position: absolute;
    top: -10px;
    left: 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: rgba(255,255,255,0.1);
}

.tile-box {
    -webkit-box-shadow: 0 1px 10px rgba(11, 21, 25, 0.05);
    box-shadow: 0 1px 10px rgba(11, 21, 25, 0.05);
    border-radius: 0.5em;
    cursor: pointer;
}

    .tile-box:hover {
        -webkit-box-shadow: 0 1px 10px rgba(11, 21, 25, 0.38);
        box-shadow: 0 1px 10px rgba(11, 21, 25, 0.38);
        cursor: pointer;
    }

.sub-title .text-bold {
    font-weight: 600;
}
/*Sidebar_left Default UI Design and  Topnav CSS */
#header.navbar-default {
    border: none;
}

#content {
    margin-left: 220px;
}

.navbar > .container-fluid .navbar-brand {
    width: 3em !important;
    display: block;
    padding: 7px 0;
}

.navbar-header .navbar-brand img.logo {
    display: block;
    margin: 0 auto;
    outline: none;
}

#opensidebar {
    float: left;
    padding: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 50px;
    border-radius: 0;
    line-height: 1.14;
    cursor: pointer;
    margin-left: 9.3em;
}
.slidetoggle #opensidebar {
    margin-left: 0;
}
.navbar-default .navbar-nav.nav-links li > a .badge {
    position: absolute;
    right: 4px;
    top: 8px;
    padding: 2px 5px !important;
}

    .navbar-default .navbar-nav.nav-links li > a .badge.badge-danger:empty {
        display: none;
    }

.navbar-default .navbar-nav .dropdown-menu {
    min-width: 240px;
    border-radius: 0 !important;
    left: auto;
}

    .navbar-default .navbar-nav .dropdown-menu li > p {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        text-align: center;
    }

    .navbar-default .navbar-nav .dropdown-menu li, .navbar-default .navbar-nav .dropdown-menu li a {
        font-size: 13px;
        list-style: none;
        color: #777777;
    }

.topbar-main .nav-links li.nav-messages .dropdown-menu li a .avatar img {
    width: 40px;
    height: 40px;
    margin-top: 0;
    float: left;
    display: block;
}

.topbar-main .nav-links li.nav-messages .dropdown-menu li a .info {
    display: block;
    margin-left: 50px;
}

    .topbar-main .nav-links li.nav-messages .dropdown-menu li a .info .name {
        display: block;
        font-size: 12px;
        font-weight: bold;
    }

    .topbar-main .nav-links li.nav-messages .dropdown-menu li a .info .desc {
        font-size: 12px;
    }

.slidetoggle #header {
    margin-left: 0 !important;
    -webkit-animation: sidebarSlideInLeft 0s;
    -moz-animation: sidebarSlideInLeft 0s;
    -o-animation: sidebarSlideInLeft 0s;
    animation: sidebarSlideInLeft 0s;
}

.sidebarOverlay, .tab-sidebarOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.page-sidebar-toggled .sidebar-collapsed .footer {
    width: 55px;
    font-size: 8px;
}

.navbar-nav.side-nav, .side-nav.ui-widget {
    padding-right: 0;
    padding-bottom: 40px;
    width: 100%;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #ffffff;
}

.sidebar .ui-helper-reset, .ui-helper-reset {
    line-height: 1.42857143;
}

.sidebar, .sidebar-bg {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 17em;
    height: auto !important;
    padding-bottom: 24px;
    overflow-y: auto;
    font-size: 13px;
    font-weight: 300;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    z-index: 1000;
}

.page-sidebar-fixed.page-sidebar-toggled .sidebar, .sidebar-bg {
    position: absolute;
}

.sidebar .nav > li:after, .sidebar .nav > li:before, .sidebar .nav > li > a:after, .sidebar .nav > li > a:before {
    content: '';
    display: table;
    clear: both;
}

.sidebar .nav > li > a {
    padding: 12px 10px;
}

.sidebar .has-sub.active > .sub-menu {
    height: auto !important;
}

.sidebar .sub-menu > li > a {
    padding: 5px 20px;
    display: block;
    text-decoration: none;
    position: relative;
}

.navbar-nav.side-nav > li.has-sub {
    width: 100%;
    position: relative;
}

.sidebar .navbar-nav.side-nav > li.has-sub.active > a,
.sidebar .navbar-nav.side-nav > li.has-sub.active > a:hover,
.sidebar .navbar-nav.side-nav > li.has-sub.active > a:focus,
.sidebar .navbar-nav.side-nav > li.has-sub.active > a:hover,
.sidebar .navbar-nav.side-nav > li.has-sub > a:focus {
    border-radius: 0 !important;
    border: none;
}

.sidebar .navbar-nav.side-nav > li.has-sub > a {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0;
    border: none;
}

    .sidebar .navbar-nav.side-nav > li.has-sub > a .fa.arrow {
        position: absolute;
        top: 12px;
        right: 6%;
    }

        .sidebar .navbar-nav.side-nav > li.has-sub > a .fa.arrow:before {
            content: "\f107"; /*"\f054"; "\f061"; "\f18e";*/
            font-size: 14px;
        }

.sidebar .navbar-nav.side-nav > li.has-sub.active > a .fa.arrow:before {
    content: "\f105"; /*"\f078"; "\f063"; "\f01a";*/
    font-size: 14px;
}

.sidebar .navbar-nav.side-nav > li.has-sub > a > i {
    float: none;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

#sidebar::-webkit-scrollbar, .page-sidebar-toggled #sidebar li.has-sub:hover ul.sub-menu::-webkit-scrollbar {
    width: 6px;
}

.sidebar .nav > li > a > i:after {
    left: 0;
    right: 0;
    height: 2px;
}

.sidebar .sub-menu {
    position: relative;
}

    .sidebar .sub-menu:before {
        background: #aeaeae;
        width: 2px;
        top: 0;
        left: 25px;
        z-index: 2;
    }

    .sidebar .nav > li > a > i:after, .sidebar .sub-menu:before {
        bottom: 0;
        content: '';
        display: block;
        position: absolute;
    }

.sidebar .nav-user .info .name, .sidebar .nav-user .info .name > a, .sidebar .nav-user .info .name > a:focus, .sidebar .nav-user .info .name > a:hover {
    font-size: 14px;
    font-weight: 700;
}

.navbar-default .nav-links li > a, .navbar-default .nav-links li > a:hover,
.navbar-default .nav-links li > a:focus {
    padding: 15px;
    color: #dddddd;
}

.navbar-default .nav-links li.active > a, .navbar-default .nav-links li.active > a:hover, .navbar-default .nav-links li.active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.page-sidebar-toggled .sidebar .navbar-static-side ul li:hover a span.menu-title {
    display: block;
    position: absolute;
    top: -1px;
    left: 51px;
    padding: 12px;
    margin-left: 0;
    width: 195px;
    height: 48px;
}

.page-sidebar-toggled .sidebar .navbar-static-side ul li.has-sub.active:hover a span.menu-title .page-sidebar-toggled .sidebar .navbar-static-side ul li.has-sub.active:hover ul.nav-second-level li a {
    left: 51px !important;
    border-bottom: initial initial snow;
}

.page-sidebar-toggled .sidebar .navbar-nav.side-nav > li.has-sub.active > a:after {
    display: none;
}
/* sidebar sub-menu */
.ui-accordion .ui-accordion-content.sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    font-size: 12px;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.navbar-nav.side-nav > li.has-sub.active .sub-menu > li.active {
    border-radius: 0;
}

    .navbar-nav.side-nav > li.has-sub.active .sub-menu > li.active > a,
    .navbar-nav.side-nav > li.has-sub.active .sub-menu > li > a:hover,
    .navbar-nav.side-nav > li.has-sub.active .sub-menu > li > a:focus {
        border-radius: 0;
    }

.navbar-nav.side-nav > li.has-sub .sub-menu > li > a {
    position: relative;
    padding: 10px 0 10px 48px !important;
    border-radius: 0;
}

.page-sidebar-toggled .navbar-nav.side-nav > li.has-sub .sub-menu > li > a {
    padding: 10px 0px 10px 10px !important;
}

.sidebar .sub-menu > li > a:before {
    content: '\f111';
    font-family: FontAwesome;
    position: absolute;
    left: 23px;
    font-size: 7px;
    color: #4f555a;
    top: 42%;
    z-index: 2;
}

.page-sidebar-toggled .sidebar .navbar-nav.side-nav > li.has-sub .sub-menu > li > a:before {
    font-size: 0;
}

.sub-menu li a i.fa {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    border-radius: 18%;
    margin-right: 4px;
}

/* Alert Boxes
=================================================================== */
.alert {
    position: relative;
    width: 100%;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 14px 40px 14px 18px;
    border: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .alert h4 {
        margin-top: 5px;
    }

    .alert .close {
        color: inherit;
        line-height: 16px;
    }

    .alert.alert-error {
        background-color: #fdeaea !important;
        color: #ca6f74 !important;
        border: 1px solid #f27b81 !important;
    }

.alert-white {
    background-image: linear-gradient(to bottom, #fff, #f9f9f9) !important;
    border-color: #d8d8d8 #cacaca #bdbdbd;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

    .alert-white.rounded {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }

        .alert-white.rounded .icon {
            -webkit-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }

    .alert-white .icon {
        text-align: center;
        width: 45px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #bdbdbd;
        padding-top: 15px;
    }

        .alert-white .icon:after {
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            position: absolute;
            top: 50%;
            right: -6px;
            border: 1px solid #bdbdbd;
            border-left: 0;
            border-bottom: 0;
            margin-top: -3px;
            background: #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .alert-white .icon i {
            font-size: 20px;
            color: #fff;
            left: 12px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
        }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert.alert-success {
    background-color: #edf6e5 !important;
    color: #7a9659 !important;
    border: 1px solid #9fc76f !important;
}

    .alert.alert-success.alert-bordered {
        border: 1px solid #17b6a4;
    }

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert.alert-info {
    background-color: #e9f8ff !important;
    color: #5d9fa9 !important;
    border: 1px solid #75c7d3 !important;
}

    .alert.alert-info.alert-bordered {
        border: 1px solid #38AFD3;
    }

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert.alert-danger {
    background: #fcdbda !important;
    color: #d8443f !important;
    border: 1px solid #ebccd1 !important;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

.alert.alert-danger.alert-bordered {
    border: 1px solid #F04B46;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert.alert-warning {
    background: #feefd9;
    color: #b17b2e;
}

    .alert.alert-warning.alert-bordered {
        border: 1px solid #e39e3b;
    }

.course-overlay-content_parent:before {
    content: ' ';
    display: inline-block !important;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 80% !important;
}
/*Common tab Navigation style*/
.lmsUserView .nav.Navtabs_li li {
    margin-left: 0;
    padding: 0 15px !important;
}
.nav-pills.Navtabs_li li a {
    font-size: 12px;
}
.nav-pills.Navtabs_li li .badge, .nav-pills.Navtabs_li li.active > a > .badge {
    padding: 4px 7px;
    background-color: #c1c1c1;
    color: #fff;
    font-size: 10px;
}

    .nav-pills.Navtabs_li li.active > a > .badge.badge-primary {
        background-color: #2184DA;
    }

    .nav-pills.Navtabs_li li.active > a > .badge.badge-success {
        background-color: #17B6A4;
    }

    .nav-pills.Navtabs_li li.active > a > .badge.badge-info {
        background-color: #38AFD3;
    }

    .nav-pills.Navtabs_li li.active > a > .badge.badge-warning {
        background-color: #fcaf41;
    }

    .nav-pills.Navtabs_li li.active > a > .badge.badge-danger {
        background-color: #F04B46;
    }

    .nav-pills.Navtabs_li li.active > a > .badge.badge-grey {
        background-color: #aab3ba;
    }

.tamil-lang .nav-pills.Navtabs_li li > a {
    font-size: 10px;
}

.ul-uppercase > li > a {
    text-transform: uppercase !important;
}

.nav-pills > li > a .fa {
    color: #8c8c8c !important;
}

.nav-pills > li.active > a::after {
    left: 11%;
    z-index: 999;
    width: 3em;
    height: 3px;
    content: " ";
    bottom: 0;
    margin-left: 0;
    text-align: left;
    position: absolute;
}

.user-detail-view .nav-pills > li.active > a::after {
    width: 6em !important;
}

.course-overlay-content {
    display: inline-block !important;
    vertical-align: middle !important; /* vertical alignment of the inline element */
    /* reset the font property */
    width: 95% !important;
    padding: 5px;
}

.modal-u-lg {
    width: 90% !important;
}

.box_centered {
    float: none;
    margin: 20% auto;
    padding: 15px;
}

/*My Messages page css start*/
.mail-box {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
}

    .mail-box aside {
        padding: 0;
        vertical-align: top;
    }

    .mail-box .sm-side .col-md-3 .col-sm-12 .col-xs-12 {
        position: initial;
    }

    .mail-box aside .lg-side {
        float: left;
    }

    .mail-box .sm-side {
        background: none repeat scroll 0 0 #fbfbfb;
        border-radius: 4px 0 0 4px;
        border-right: 1px solid #d5d8df;
    }

    .mail-box .lg-side {
        background: none repeat scroll 0 0 #fff;
        border-radius: 0 4px 4px 0;
        overflow: auto;
    }

    .mail-box .sm-side .user-head {
        background: none repeat scroll 0 0 #00a8b3;
        border-radius: 4px 0 0;
        color: #fff;
        min-height: 80px;
        padding: 10px;
    }

.user-head .inbox-avatar {
    float: left;
    width: 65px;
}

    .user-head .inbox-avatar img {
        border-radius: 4px;
    }

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

    .user-head .user-name h5 {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 15px;
    }

        .user-head .user-name h5 a {
            color: #fff;
        }

    .user-head .user-name span a {
        color: #87e2e7;
        font-size: 12px;
    }

a.mail-dropdown {
    background: none repeat scroll 0 0 #80d3d9;
    border-radius: 2px;
    color: #01a7b3;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

    .btn-compose:hover {
        background: none repeat scroll 0 0 #f5675c;
        color: #fff;
    }

ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

    ul.inbox-nav li a {
        color: #6a6a6a;
        display: inline-block;
        line-height: 45px;
        padding: 0 20px;
        width: 100%;
    }

        ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
            background: none repeat scroll 0 0 #f3f3f3;
            color: #6a6a6a;
        }

        ul.inbox-nav li a i {
            font-size: 16px;
            padding-right: 10px;
        }

        ul.inbox-nav li a span.label {
            margin-top: 13px;
        }

ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}

ul.labels-info li {
    margin: 0;
}

    ul.labels-info li a {
        border-radius: 0;
        color: #6a6a6a;
    }

        ul.labels-info li a:hover, ul.labels-info li a:focus {
            background: none repeat scroll 0 0 #d5d7de;
            color: #6a6a6a;
        }

        ul.labels-info li a i {
            padding-right: 10px;
        }

.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}

.inbox-head {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px;
}

    .inbox-head h3 {
        display: inline-block;
        font-weight: 300;
        margin: 0;
        padding-top: 6px;
    }

    .inbox-head .sr-input {
        border-radius: 4px 0 0 4px;
        box-shadow: none;
        color: #8a8a8a;
        float: left;
        height: 40px;
        padding: 0 10px;
    }

    .inbox-head .sr-btn {
        background: none repeat scroll 0 0 #00a6b2;
        border: medium none;
        border-radius: 0 4px 4px 0;
        color: #fff;
        height: 40px;
        padding: 0 20px;
    }

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

    .table-inbox tr td {
        padding: 6px !important;
    }

        .table-inbox tr td:hover {
            cursor: pointer;
        }

        .table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
            color: #f78a09;
        }

        .table-inbox tr td .fa-star {
            color: #d5d5d5;
        }

    .table-inbox tr.unread td {
        background: none repeat scroll 0 0 #f7f7f7;
        font-weight: 600;
    }

ul.inbox-pagination {
    float: right;
}

    ul.inbox-pagination li {
        float: left;
    }

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

    .mail-option .chk-all, .mail-option .btn-group {
        margin-right: 5px;
    }

        .mail-option .chk-all, .mail-option .btn-group a.btn {
            background: none repeat scroll 0 0 #fcfcfc;
            border: 1px solid #e7e7e7;
            border-radius: 3px !important;
            color: #afafaf;
            display: inline-block;
            padding: 5px 10px;
        }

.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
    margin-left: 5px;
}

.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}

.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}

    .btn-send:hover {
        background: none repeat scroll 0 0 #009da7;
    }

.modal-header h4.modal-title {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}

.modal-body label {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}

.heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.sender-info {
    margin-bottom: 20px;
}

    .sender-info img {
        height: 30px;
        width: 30px;
    }

.sender-dropdown {
    background: none repeat scroll 0 0 #eaeaea;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}

.view-mail a {
    color: #ff6c60;
}

.attachment-mail {
    margin-top: 30px;
}

    .attachment-mail ul {
        display: inline-block;
        margin-bottom: 30px;
        width: 100%;
    }

        .attachment-mail ul li {
            float: left;
            margin-bottom: 10px;
            margin-right: 10px;
            width: 150px;
        }

            .attachment-mail ul li img {
                width: 100%;
            }

            .attachment-mail ul li span {
                float: right;
            }

    .attachment-mail .file-name {
        float: left;
    }

    .attachment-mail .links {
        display: inline-block;
        width: 100%;
    }

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}

    .fileinput-button input {
        cursor: pointer;
        direction: ltr;
        font-size: 23px;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -moz-transform: translate(-300px, 0) scale(4);
        -ms-transform: translate(-300px, 0) scale(4);
        -o-transform: translate(-300px, 0) scale(4);
        -webkit-transform: translate(-300px, 0) scale(4);
        transform: translate(-300px, 0) scale(4);
    }

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.files .progress {
    width: 200px;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

* + html .fileinput-button {
    line-height: 24px;
    margin: 1px 0 0;
    padding: 2px 15px;
}
/* Search box css for filter courses , LP, Quizs, QB in tiles view*/
.stylish-input-group .form-control_search {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    height: 32px !important;
}

.stylish-input-group button, .stylish-input-group button:focus {
    border: 0;
    background-color: transparent;
    color: #ffffff;
    cursor: auto;
    outline: none;
}

.search_btn {
    border-radius: 0;
    padding: 5px 10px;
}

.h-30 {
    height: 30px;
}

.h-240 {
    height: 240px;
}

.h-450 {
    height: 450px !important;
}
/*LMS*/
.ng-bind-html ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 10px;
}

ul.list-style-disc {
    list-style-type: disc;
    list-style-position: inside;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/*Allnotification page css end*/
.ngrateit-star_wrapper {
    width: 79px;
    height: 16px;
}

/*ChatBot CSS*/
#chatBotBtn, #chatBotBtn:after, .chatbox {
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#chatBotBtn, #close-chat, .minim-button, .maxi-button, .chat-text {
    font-weight: 700;
    cursor: pointer;
    font-family: Arial,sans-serif;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

#chatBotBtn, #close-chat, .chatbox {
    border: 1px solid #A8A8A8;
}

    #chatBotBtn:after, #chatBotBtn:before {
        position: absolute;
        border-style: solid;
        content: "";
    }

.chatbox {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 0 -1500px;
    background: #fff;
    border-bottom: none;
    padding: 0 0 0;
    z-index: 100000;
}

#close-chat {
    position: absolute;
    top: 8px;
    right: 2px;
    font-size: 24px;
    border: 1px solid #dedede;
    width: 20px;
    background: #fefefe;
    z-index: 2;
}

#minim-chat, #maxi-chat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 20px;
    cursor: pointer;
    z-index: 1;
}

.minim-button {
    position: absolute;
    top: 8px;
    right: 26px;
    font-size: 24px;
    border: 1px solid #dedede;
    width: 20px;
    background: #fefefe;
}

.maxi-button {
    position: absolute;
    top: 8px;
    right: 26px;
    font-size: 24px;
    border: 1px solid #dedede;
    width: 20px;
    background: #fefefe;
}

.chat-text {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 14px;
    z-index: 2;
    color: #ffffff;
}

#chatBotBtn {
    width: 60px;
    height: 28px;
    z-index: 0;
    padding: 4px 0;
    border-radius: 3px;
    font-size: 12px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    position: fixed;
    bottom: 10px;
    right: 10px;
}

    #chatBotBtn:before {
        border-width: 10px 11px 0 0;
        border-color: #A8A8A8 transparent transparent;
        left: 7px;
        bottom: -10px;
    }

    #chatBotBtn:after {
        border-width: 9px 8px 0 0;
        border-color: #ffb606 transparent transparent;
        left: 8px;
        bottom: -8px;
    }

    #chatBotBtn:hover {
        -webkit-animation-name: hvr-pulse-grow;
        -moz-animation-name: hvr-pulse-grow;
        -o-animation-name: hvr-pulse-grow;
        animation-name: hvr-pulse-grow;
        -webkit-animation-duration: .3s;
        -moz-animation-duration: .3s;
        -o-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        -moz-animation-direction: alternate;
        -o-animation-direction: alternate;
        animation-direction: alternate;
    }

        #chatBotBtn:hover:after {
            border-color: #ddd transparent transparent;
        }

.animated-chat {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/* Slide container*/
#slidecontainer, .slidecontainer {
    width: 100%;
}

    #slidecontainer .slider, .slidecontainer .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 6px;
        background: #d3d3d3;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        #slidecontainer .slider:hover, .slidecontainer .slider:hover {
            opacity: 1;
        }

        #slidecontainer .slider::-webkit-slider-thumb, .slidecontainer .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 25px;
            background: #4CAF50;
            cursor: pointer;
        }

        #slidecontainer .slider::-moz-range-thumb, .slidecontainer .slider::-moz-range-thumb {
            width: 20px;
            height: 20px;
            background: #4CAF50;
            cursor: pointer;
            border-radius: 25px;
        }

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9)rotate(-3deg);
        -moz-transform: scale(.9)rotate(-3deg);
        -ms-transform: scale(.9)rotate(-3deg);
        -o-transform: scale(.9)rotate(-3deg);
        transform: scale(.9)rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1)rotate(3deg);
        -moz-transform: scale(1.1)rotate(3deg);
        -ms-transform: scale(1.1)rotate(3deg);
        -o-transform: scale(1.1)rotate(3deg);
        transform: scale(1.1)rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1)rotate(-3deg);
        -moz-transform: scale(1.1)rotate(-3deg);
        -ms-transform: scale(1.1)rotate(-3deg);
        -o-transform: scale(1.1)rotate(-3deg);
        transform: scale(1.1)rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1)rotate(0);
        -moz-transform: scale(1)rotate(0);
        -ms-transform: scale(1)rotate(0);
        -o-transform: scale(1)rotate(0);
        transform: scale(1)rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9)rotate(-3deg);
        -moz-transform: scale(.9)rotate(-3deg);
        -ms-transform: scale(.9)rotate(-3deg);
        -o-transform: scale(.9)rotate(-3deg);
        transform: scale(.9)rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1)rotate(3deg);
        -moz-transform: scale(1.1)rotate(3deg);
        -ms-transform: scale(1.1)rotate(3deg);
        -o-transform: scale(1.1)rotate(3deg);
        transform: scale(1.1)rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1)rotate(-3deg);
        -moz-transform: scale(1.1)rotate(-3deg);
        -ms-transform: scale(1.1)rotate(-3deg);
        -o-transform: scale(1.1)rotate(-3deg);
        transform: scale(1.1)rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1)rotate(0);
        -moz-transform: scale(1)rotate(0);
        -ms-transform: scale(1)rotate(0);
        -o-transform: scale(1)rotate(0);
        transform: scale(1)rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.wc-header {
    display: none;
}

.wc-message-groups {
    overflow-y: auto !important;
}

.assignment-li dt, .assignment-li dd {
    font-size: 14px !important;
    line-height: 28px;
}

/*Vertical Tabs*/
.nav.nav-tabs.tabs-left {
    border-bottom: none;
    padding-top: 2px;
    border-right: 1px solid #ddd;
}

    .nav.nav-tabs.tabs-left > li {
        float: none;
        margin-bottom: 2px;
        margin-right: -1px;
    }

        .nav.nav-tabs.tabs-left > li.active > a,
        .nav.nav-tabs.tabs-left > li.active > a:hover,
        .nav.nav-tabs.tabs-left > li.active > a:focus {
            border-bottom-color: #ddd;
            border-right-color: transparent;
        }

        .nav.nav-tabs.tabs-left > li > a {
            border-radius: 4px 0 0 4px;
            margin-right: 0;
            display: block;
            padding: 15px;
        }


    .nav.nav-tabs.tabs-left li.active {
        /*box-shadow: 2px 1px 6px #ccc;*/
        border-radius: 0;
        border: 1px solid #ccc;
    }

    .nav.nav-tabs.tabs-left > li.active:after {
        border-bottom: 0;
    }

.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    width: 97%;
}

.kv-main .file-caption.form-control.kv-fileinput-caption {
    height: 35px !important;
    border-radius: 0;
}

.kv-main .file-caption .file-caption-name {
    display: none !important;
    margin: 6px !important;
}

.kv-main .file-caption-icon {
    display: none !important;
}

.kv-main .file-preview {
    border-radius: 0 !important;
}

.file-drop-zone {
    min-height: 324px;
}

#ribbonforBadge {
    width: 120px;
    height: 120px;
    cursor: pointer;
    overflow: hidden;
    background: #eaeaea !important;
    -webkit-transition: 0.1s height;
    transition: 0.1s height;
}

    #ribbonforBadge .innertext {
        color: #808080;
        text-transform: uppercase;
        font-family: "Helvetica";
        display: block;
        padding: 15px 10px;
        text-align: center;
        font-size: 12px;
    }

        #ribbonforBadge .innertext img {
            opacity: 0.8;
        }

            #ribbonforBadge .innertext img:hover {
                opacity: 1;
            }

.bottomtri {
    padding-bottom: 10px;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #eaeaea !important;
    cursor: pointer;
}
/*Bootstrap 5 Equal columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.mat-table {
    border-color: #d7dfe3 !important;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

    .mat-table .table > tbody > tr > td,
    .mat-table .table > tfoot > tr > td,
    .mat-table .table > thead > tr > td {
        padding: 10px;
    }

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.sweet-alert p.logout-countdown {
    color: #dd4b39;
    font-size: 25px !important;
    font-weight: 600;
}
/*Show more--Less style*/
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.calender-gridster .panel-heading, .todolist-widget .panel-heading {
    cursor: move;
}

.ToDoUl .badge.badge-success {
    background: #17B6A4 !important;
}

.ToDoUl .badge.badge-warning {
    background: #fcaf41 !important;
}

.ToDoUl .badge.badge-info {
    background: #38AFD3 !important;
}

.text-ellipsis-3 {
    display: block !important;
    display: -webkit-box !important;
    margin: 0 auto;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 75px;
    color: #808080;
    text-decoration: none;
}

.text-ellipsis-1 {
    display: block !important;
    display: -webkit-box !important;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.text-ellipsis-2 {
    display: block !important;
    display: -webkit-box !important;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.basic-color {
    color: #ff0000;
}

.intermediate-color {
    color: #f39c12;
}

.advanced-color {
    color: #70AD47;
}

.todolist-widget .panel-body {
    background-color: #ffffce !important;
}

.todolist-widget .panel-heading {
    background: #fdfdba !important;
}

.pre-hide {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    font-family: inherit;
    word-break: break-word;
    word-wrap: break-word;
    background-color: #ffffff;
    border: 0px solid #fff;
    border-radius: 0;
}

.disabled-a[disabled=disabled] {
}

.thumb-image {
    /*float: left;
    width: 190px;*/
    width: 200px;
    height: 100px;
    position: relative;
    padding: 0px;
    border: 1px solid #ccc;
}

.panel-default-grey {
    background-color: #fdfdfd !important;
}

.panel-default-grey-heading {
    border: 1px solid #e3e3e3 !important;
}

.cke_float .cke_toolbar_break {
    display: none !important;
}

.h-100 {
    height: 100% !important;
}

.h-100vh-50 {
    height: calc(100vh - 50px) !important;
}

/* For blink video camera */

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-image {
    z-index: 9999;
    font-size: 14px;
    right: 20px;
    position: fixed;
    top: 20px;
    color: #ffffff;
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration && IE */
}

.blink-image-1 {
    fill: white;
    /* position: fixed; */
    width: 24px;
    height: 24px;
}

.d-none {
    display: none;
}

.center-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-style-unset {
    list-style-type: unset;
}

.border-2-dashed {
    border: 2px dashed #ccc;
}

.hover-underline:hover {
    text-decoration: underline;
    cursor: pointer;
}

.position-absolute-left-bottom {
    position: absolute;
    bottom: 10px;
}

.min-height-quest {
    min-height: 90vh;
}

.btn--warning-bordered {
    color: #FF9800;
    padding: 8px 16px;
    background-color: #fff;
    align-items: center;
    border: 1px solid #FF9800;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    font-weight: 600;
    white-space: nowrap;
    user-select: none;
}

    .btn--warning-bordered:hover, .btn--warning-bordered:focus, .btn--warning-bordered:active {
        background-color: #FF9800;
        transition: all 250ms ease;
        color: #FFF;
    }

.btn--danger-bordered {
    color: #F44336;
    padding: 8px 16px;
    background-color: #fff;
    align-items: center;
    border: 1px solid #F44336;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    font-weight: 600;
    white-space: nowrap;
    user-select: none;
}

    .btn--danger-bordered:hover, .btn--danger-bordered:focus, .btn--danger-bordered:active,
    .btn--white-red-bordered:hover, .btn--white-red-bordered:focus, .btn--white-red-bordered:active {
        background-color: #F44336;
        transition: all 250ms ease;
        color: #FFF;
    }

.btn--white-red-bordered {
    color: #656565;
    padding: 8px 16px;
    background-color: #fff;
    align-items: center;
    border: 1px solid #dedede;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    font-weight: 600;
    white-space: nowrap;
    user-select: none;
}

.big-button {
    padding: 18px 32px !important;
    font-size: 18px !important;
}

.fixed-bottom-right {
    position: fixed !important;
    right: 20px;
    bottom: 5px;
}

.icons-14-grey {
    font-size: 14px;
    color: #929292;
}

.text-grey {
    color: #656565 !important;
}

.text-grey-light {
    color: #777 !important;
}

.f-impact {
    font-family: Impact;
}

.bg-black-head {
    background-color: #3c3c3c !important;
}

.focus-0 {
    outline: 0;
}

.modal-body-overflow {
    max-height: 480px;
    overflow: auto;
}

.visibility-hidden {
    visibility: hidden;
}

.visibility-visible {
    visibility: visible;
}

.selectBox {
    background: #FFF !important;
    border: 1px solid #aab3ba !important;
}

.link-underline {
    color: #0073b7 !important;
    text-decoration: underline;
}

    .link-underline:hover {
        font-weight: 600;
        text-decoration: underline;
    }

.no-link {
    cursor: auto;
}

[hljs] pre {
    padding: 0;
}

.absolute-top-40 {
    position: absolute;
    top: 40px;
    width: 98%;
    z-index: 2;
}

.bg-light-yellow {
    background-color: #ffffce;
}

.height-100vh-70 {
    height: calc(100vh - 70px) !important;
}
/*Multiple-autocomplete CSS*/
.multipleSelect .autocomplete-list, .multipleSelect .form-item-container, .multipleSelect .form-item-container .list-inline input {
    box-shadow: none;
}
.multipleSelect .form-item-container .list-inline input {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 35px;
    padding: 5px;
    border-radius: 0;
}

.multipleSelect .form-item-container {
    border: 0 !important;
    padding: 0;
    border:0 !important;
    padding:0;
}
.multipleSelect .form-item-container .list-inline li:last-child,
.multipleSelect .form-item-container .list-inline li input {
    display: block;
    width: 100%;
}
.multipleSelect .form-item-container .list-inline li {
    width: auto;
    height: 100%;
}
.multipleSelect .form-item-container .list-inline li span {
    border: 1px solid #a8a8a8;
    font-size: 13px;
    color: #484545;
    border-radius: 1px;
}
.multipleSelect .form-item-container .list-inline li span.remove {
    border: thin none;
}
.multipleSelect .autocomplete-list {
    width: calc(100% + -9px);
    left: 3px;
}
/*END Multiple-autocomplete*/
.fix-center {
    height: calc(100vh - 195px);
    justify-content: center;
    align-items: center;
    margin: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.switch-in-table {
    position: absolute;
    top: 10px;
}

.checkbox.checkbox-md label::before {
    border-radius: 0 !important;
    border: 2px solid #999;
}

.checkbox-primary.checkbox-md input[type="checkbox"]:checked + label::before {
    background-color: #8BC34A !important;
    border-color: #77a73f !important;
}

.custom-card {
    position: relative;
    padding: 15px;
    background-color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 100%;
    margin-bottom: 20px;
    box-shadow: rgb(240, 244, 247) 0px 16px 32px;
    height: 220px;
    border-radius: 0px;
}

.absolute-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
}
.line-height-16 {
    line-height:1.6 !important;
    background: #fff;
}
/* CookieConsent GDPR compliance */
.cc-theme-edgeless.cc-window {
    padding: 0;
}
.cc-banner.cc-theme-edgeless .cc-message {
    font-size: 1.3rem;
    margin: 0;
    padding: 0px 15px;
    line-height: 1.2;
}
.cc-link {
    text-decoration: none;
}
.cc-link:hover {
    text-decoration: underline;
}
.cc-banner.cc-theme-edgeless .cc-btn {
    padding: .4em 1.8em;
    min-width: 78px;
}
.d-flex-colum {
    display:flex;
    flex-direction:column;
}
/*Password Field Show / Hide Style*/
.show-password .form-control-feedback.fa {
    width: 34px;
    height: 45px;
    line-height: 45px;
    pointer-events: all;
    color: #aab3ba !important;
}
.warning-box {
    background-color: rgba(245, 176, 10, 0.1) !important;
    color: #f5b00a !important;
    border: 1px solid rgba(245, 176, 10, 0.3) !important;
}
.warning-box a {
    color: #f5b00a !important;
}
.input-lg-1 {
    width: 120px;
    height: 46px;
    font-weight: 600;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.bg-white-shadow {
    box-shadow:0px 3px 20px rgba(154,70,70,0.0431);
    background: #fff;
    padding: 20px;
}

.btn-off {
    color: #ffffff;
    padding: 5px 9px;
    font-size: 14px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    align-items: center;
    border: 1px solid #dedede;
}

    .btn-off:hover {
        transition: all 250ms ease;
        color: #f10303;
    }
.btn-off-1 {
    padding: 2px 6px !important;
    margin: 12px !important;
}
.btn-off-1 i {
    margin: 0 !important;
    padding: 0 !important;
}
}