/* CSS Document */
div.dt-buttons {
    position: relative;
    float: right !important;
}
/* OLD LMS */

/******************************
 3RD PARTY PLUGIN CUSTOMIZATION 
******************************/
/***
Bootstrap Colorpicker
***/
.input-group.color .input-group-btn i {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    right: 6px;
}
.colorpicker.dropdown-menu {
    padding: 5px;
}
/* change z-index when opened in modal */
.modal-open .colorpicker {
    z-index: 10055 !important;
}
/***
Bootstrap Datepaginator
***/
.datepaginator a {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 300;
}
.datepicker .today {
    background-image: none !important;
    filter: none !important;
}
#dp-calendar {
    right: 4px !important;
}
.datepaginator .fa-angle-right:before {
    content: "\f105";
}
.datepaginator .fa-angle-left:before {
    content: "\f104";
}
/***
Bootstrap Datepicker
***/
.datepicker.dropdown-menu {
    padding: 5px;
}
.datepicker .selected {
    background-color: #909090 !important;
    background-image: none !important;
    filter: none !important;
}
.datepicker .active {
    background-color: #4b8df8 !important;
    background-image: none !important;
    filter: none !important;
}
.datepicker .active:hover {
    background-color: #2678FC !important;
    background-image: none !important;
    filter: none !important;
}
.datepicker .input-daterange input {
    text-align: left;
}
/* change z-index when opened in modal */
.modal-open .datepicker {
    z-index: 10055 !important;
}
.datepicker table td {
    color: #000;
    font-weight: 300 !important;
    font-family: 'Open Sans' !important;
}
.datepicker table th {
    color: #333;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
}
.datepicker.dropdown-menu {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border: 1px solid #efefef;
}
/***
Bootstrap Daterangepicker
***/
.modal-open .daterangepicker {
    z-index: 10055 !important;
}
.daterangepicker {
    margin-top: 4px;
}
.daterangepicker td {
    text-shadow: none;
}
.daterangepicker td.active {
    background-color: #4b8df8;
    background-image: none;
    filter: none;
}
.daterangepicker th {
    font-weight: 400;
    font-size: 14px;
}
.daterangepicker .ranges input[type="text"] {
    width: 70px !important;
    font-size: 11px;
    vertical-align: middle;
}
.daterangepicker .ranges label {
    font-weight: 300;
    display: block;
}
.daterangepicker .ranges {
    width: 170px;
}
.daterangepicker .ranges ul > li.active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.daterangepicker .ranges .btn {
    margin-top: 10px;
}
.daterangepicker.dropdown-menu {
    padding: 5px;
}
.daterangepicker .ranges li {
    color: #333;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #4b8df8 !important;
    border: 1px solid #4b8df8 !important;
    color: #fff;
}
.daterangepicker .range_inputs input {
    margin-bottom: 0 !important;
}
.daterangepicker .fa-angle-right:before {
    content: "\f105";
}
.daterangepicker .fa-angle-left:before {
    content: "\f104";
}
/***
Bootstrap  Datetimepicker
***/
.datetimepicker table td {
    color: #000;
    font-weight: 300 !important;
    font-family: 'Open Sans' !important;
}
.datetimepicker table th {
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
}
.datetimepicker.dropdown-menu {
    padding: 5px;
}
.datetimepicker .active {
    background-color: #4b8df8 !important;
    background-image: none !important;
    filter: none !important;
}
.datetimepicker .active:hover {
    background-color: #2678FC !important;
    background-image: none !important;
    filter: none !important;
}
.datetimepicker .fa-angle-left:before {
    content: "\f104";
}
.datetimepicker .fa-angle-right:before {
    content: "\f105";
}
/* change z-index when opened in modal */
.modal-open .datetimepicker {
    z-index: 10055 !important;
}
/***
Bootstrap Editable
***/
.editable-input table, .editable-input table th, .editable-input table td, .editable-input table tr {
    border: 0 !important;
}
.editable-input .combodate select {
    margin-bottom: 5px;
}
/***
Jansy File Input plugin css changes
***/
.fileinput {
    margin-bottom: 0;
}
.fileinput .close {
    float: none;
}
.fileinput .input-group {
    white-space: nowrap;
    overflow: hidden;
}
/***
Bootstrap Markdown
***/
.md-input {
    padding: 5px !important;
    border-bottom: 0 !important;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.md-editor {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.md-editor .btn-toolbar {
    margin-left: 0px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.md-editor .btn-toolbar .btn-group .btn-sm.btn {
    padding-bottom: 3px;
}
.md-editor .btn-toolbar .btn-group .btn-primary {
    padding-top: 5px;
    padding-bottom: 7px;
}
.md-editor.active {
    border: 1px solid #999999;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
/***
Error state for WYSIWYG Editors
***/
.has-error .md-editor {
    border: 1px solid #ebccd1 !important;
}
.has-success .md-editor {
    border: 1px solid #d6e9c6 !important;
}
.has-warning .md-editor {
    border: 1px solid #faebcc !important;
}
/***
Bootstrap Modal
***/
/* fix: content shifting to the right on modal open */
.modal-open.page-overflow .page-container, .modal-open.page-overflow .page-container .navbar-fixed-top, .modal-open.page-overflow .page-container .navbar-fixed-bottom, .modal-open.page-overflow .modal-scrollable {
    overflow-y: auto !important;
}
.modal-scrollable {
    overflow: hidden !important;
}
/* BS 3.3.1 fix */
.modal-backdrop {
    position: fixed;
    bottom: 0;
}
/***
Bootstrap Select
***/
.bootstrap-select .btn {
    border-color: #e5e5e5;
}
.has-error .bootstrap-select .btn {
    border-color: #ebccd1;
}
.has-success .bootstrap-select .btn {
    border-color: #d6e9c6;
}
.has-warning .bootstrap-select .btn {
    border-color: #faebcc;
}
.bootstrap-select.open .btn {
    border-color: #999;
}
.bootstrap-select.open.dropup .btn {
    border-color: #999;
}
.bootstrap-select .btn:focus {
    outline: none !important;
    outline-offset: 0;
}
.bootstrap-select.btn-group .dropdown-menu {
    margin-top: 1px;
}
.bootstrap-select.btn-group .dropdown-menu > li > dt > .text {
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 14px;
}
.bootstrap-select.btn-group .dropdown-menu .text-muted {
    color: #999 !important;
}
.bootstrap-select .caret {
    border: 0;
    width: auto;
    height: auto;
    margin-top: -10px !important;
}
.bootstrap-select .caret:before {
    content: "\f107";
    display: inline-block;
    border: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.bootstrap-select .selected i {
    color: #aaa;
}
.bootstrap-select .dropdown-menu {
    z-index: 9999 !important;
}
/***
Bootstrap Switch 
***/
.bootstrap-switch {
    border-color: #e5e5e5;
}
.bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none;
    border-color: #e5e5e5;
}
/***
Color variants
***/
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #428bca;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    color: #fff;
    background: #89C4F4;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: #45B6AF;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    color: #fff;
    background: #dfba49;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff;
    background: #F3565D;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #444;
    background: #ececec;
}
/* Bootstrap switch on portlet headers */
.portlet > .portlet-title > .actions > .bootstrap-switch {
    border-color: transparent;
    margin-top: 0px;
}
/***
Bootstrap Time Picker
***/
.bootstrap-timepicker-widget table td a {
    padding: 4px 0;
}
.bootstrap-timepicker-widget input, .bootstrap-timepicker-widget input:focus {
    outline: none !important;
    border: 0;
}
.modal-open .bootstrap-timepicker-widget {
    z-index: 10055 !important;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before, .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    top: auto;
}
/***
Toastr Notifications
***/
.toast {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
.toast .toast-close-button {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    text-indent: -100000px;
    width: 11px;
    height: 16px;
    background-repeat: no-repeat !important;
    background-image: url("../img/portlet-remove-icon-white.png") !important;
}
.toast-top-center {
    top: 12px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
}
.toast-top-center .toast {
    margin: 0 !important;
}
.toast-bottom-center {
    bottom: 12px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
}
.toast-bottom-center .toast {
    margin: 0 !important;
}
/***
Bootstrap Wizard
***/
.form-wizard .progress {
    margin-bottom: 30px;
}
.form-wizard .steps {
    padding: 10px 0;
    margin-bottom: 15px;
    background-color: #fff;
    background-image: none;
    filter: none;
    border: 0px;
    box-shadow: none;
}
.form-wizard .steps > li > a.step {
    background-color: #fff;
    background-image: none;
    filter: none;
    border: 0px;
    box-shadow: none;
}
.form-wizard .steps > li > a.step:hover {
    background: none;
}
.form-wizard .steps > li > a.step > .number {
    background-color: #eee;
    display: inline-block;
    text-align: center !important;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 15px 13px 15px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.form-wizard .steps > li > a.step > .desc {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}
.form-wizard .steps > li > a.step > .desc > i {
    display: none;
}
.form-wizard .steps > li.active > a.step .number {
    background-color: #45B6AF;
    color: #fff;
}
.form-wizard .steps > li.active > a.step .desc {
    color: #333;
}
.form-wizard .steps > li.done > a.step .number {
    background-color: #dfba49;
    color: #fff;
}
.form-wizard .steps > li.done > a.step .desc {
    color: #333;
}
.form-wizard .steps > li.done > a.step .desc i {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 1200px) {
/* 768px & 1200px */
.form-wizard .step .desc {
    margin-top: 10px;
    display: block;
}
}

@media (max-width: 768px) {
/* 768px */
.form-wizard .steps > li > a {
    text-align: left;
}
}
/*!
 * Tab drop for Bootstrap

 */
.tabbable-tabdrop .nav-tabs, .tabbable-tabdrop .nav-pills {
    position: relative;
}
.tabbable-tabdrop .nav-tabs .caret, .tabbable-tabdrop .nav-pills .caret {
    display: none;
}
.tabbable-tabdrop .nav-tabs .tabdrop .dropdown-toggle i, .tabbable-tabdrop .nav-pills .tabdrop .dropdown-toggle i {
    font-size: 14px;
}
.tabbable-tabdrop .dropdown-menu:after {
    right: 10px;
    left: auto;
}
.tabbable-tabdrop .dropdown-menu:before {
    right: 9px;
    left: auto;
}
/***
wysihtml5
***/
.wysihtml5-sandbox {
    width: 100% !important;
}
.wysihtml5-toolbar li {
    margin: 0px;
    height: 29px;
}
.wysihtml5-toolbar li .dropdown-menu {
    margin-top: 5px;
}
/***
Error state for WYSIWYG Editors
***/
.has-error .wysihtml5-sandbox {
    border: 1px solid #ebccd1 !important;
}
.has-success .wysihtml5-sandbox {
    border: 1px solid #d6e9c6 !important;
}
.has-warning .wysihtml5-sandbox {
    border: 1px solid #faebcc !important;
}
/***
Error state for WYSIWYG Editors
***/
.note-editor {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.note-editor .note-toolbar {
    border-bottom: 1px solid #e5e5e5;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.note-editor .note-statusbar {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.note-editor .note-statusbar .note-resizebar {
    border-top: 1px solid #e5e5e5;
}
.note-editor.fullscreen {
    z-index: 11000;
    width: 100% !important;
}
.note-editor .dropdown-menu:before {
    left: 9px;
    right: auto;
}
.note-editor .dropdown-menu:after {
    left: 10px;
    right: auto;
}
.note-link-dialog .checkbox {
    margin-left: 20px;
}
.has-error .note-editor {
    border: 1px solid #ebccd1 !important;
}
.has-success .note-editor {
    border: 1px solid #d6e9c6 !important;
}
.has-warning .note-editor {
    border: 1px solid #faebcc !important;
}
/***
Bootstrap GtreeTable
***/
.gtreetable .dropdown-menu {
    margin-top: 0px;
}
.gtreetable .dropdown-menu:after, .gtreetable .dropdown-menu:before {
    display: none !important;
}
.gtreetable .node-action .form-control {
    position: relative;
    top: 2px;
    display: inline-block;
}
.gtreetable .node-icon-selected, .gtreetable .node-icon-handle, .gtreetable .node-icon-ce, .gtreetable .node-icon-type {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
/***
Bootbox
***/
.bootbox .bootbox-close-button {
    margin-top: 0px !important;
}
/***
CKEditor css changes
***/
.cke {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.cke .cke-top {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.cke .cke-bottom {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.cke_bottom, .cke_inner, .cke_top, .cke_reset, .cke_dialog_title, .cke_dialog_footer, .cke_dialog {
    background-image: none !important;
    filter: none;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none;
}
.cke_dialog_ui_button, .cke_dialog_tab {
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.cke_dialog_ui_button:hover, .cke_dialog_tab:hover {
    text-decoration: none;
    text-shadow: none;
}
.cke_dialog_ui_input_text {
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.cke_combo_button, .cke_button, .cke_toolbar, .cke_toolgroup {
    background-image: none !important;
    filter: none !important;
    border: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.cke_button, .cke_combo_button, .cke_panel_grouptitle, .cke_hc.cke_panel_listItem a {
    background-image: none !important;
    filter: none;
    text-shadow: none;
}
.cke_button:hover, .cke_combo_button:hover {
    background-color: #ddd;
}
.cke_toolbar_break {
    background-image: none !important;
    filter: none !important;
    border: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}
/***
Error state for WYSIWYG Editors
***/
.has-error .cke {
    border: 1px solid #ebccd1 !important;
}
.has-success .cke {
    border: 1px solid #d6e9c6 !important;
}
.has-warning .cke {
    border: 1px solid #faebcc !important;
}
/***
Clockface
***/
.modal-open .clockface {
    z-index: 10055 !important;
}
.clockface .cell .inner.active, .clockface .cell .outer.active {
    background-color: #4b8df8 !important;
    background-image: none;
    filter: none;
}
/***
Datatables Plugin(in v1.3)
***/
.dataTable {
    width: 100%;
    clear: both;
    margin-top: 5px;
}
.dataTables_filter .form-control {
    margin-left: 4px;
}
.dataTables_filter label {
    line-height: 32px;
}
.dataTable .row-details {
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}
.dataTable .row-details.row-details-close {
    background: url("../img/datatable-row-openclose.png") no-repeat 0 0;
}
.dataTable .row-details.row-details-open {
    background: url("../img/datatable-row-openclose.png") no-repeat 0 -23px;
}
.dataTable .details {
    background-color: #eee;
}
.dataTable .details td, .dataTable .details th {
    padding: 4px;
    background: none;
    border: 0;
}
.dataTable .details tr:hover td, .dataTable .details tr:hover th {
    background: none;
}
.dataTable .details tr:nth-child(odd) td, .dataTable .details tr:nth-child(odd) th {
    background-color: #eee;
}
.dataTable .details tr:nth-child(even) td, .dataTable .details tr:nth-child(even) th {
    background-color: #eee;
}
.dataTable > thead > tr > th.sorting, .dataTable > thead > tr > th.sorting_asc, .dataTable > thead > tr > th.sorting_desc {
    padding-right: 18px;
}
.dataTable .table-checkbox {
    width: 8px !important;
}

@media (max-width: 768px) {
.dataTables_wrapper .dataTables_length .form-control, .dataTables_wrapper .dataTables_filter .form-control {
    display: inline-block;
}
.dataTables_wrapper .dataTables_info {
    top: 17px;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: -15px;
}
}

@media (max-width: 480px) {
.dataTables_wrapper .dataTables_filter .form-control {
    width: 175px !important;
}
.dataTables_wrapper .dataTables_paginate {
    float: left;
    margin-top: 20px;
}
}
.dataTables_processing {
    position: fixed !important;
    top: 50% !important;
    left: 50%;
    min-width: 125px !important;
    margin-left: 0 !important;
    padding: 7px !important;
    text-align: center!important;
    color: #333 !important;
    font-size: 13px !important;
    border: 1px solid #ddd !important;
    background-color: #eee !important;
    vertical-align: middle !important;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1) !important;
}
.dataTables_processing span {
    line-height: 15px !important;
    vertical-align: middle !important;
}
.dataTables_empty {
    text-align: center;
}
/***
TableTools
***/
.tabletools-btn-group {
    margin: 0 0 10px 0;
}
.tabletools-btn-group > .btn {
    margin-right: 5px;
}
.tabletools-btn-group > .btn:last-child {
    margin-right: 0;
}
.tabletools-dropdown-on-portlet {
    margin-top: -45px;
    float: right;
}
.tabletools-dropdown-on-portlet > .btn {
    margin-right: 5px;
}
.tabletools-dropdown-on-portlet > .btn:last-child {
    margin-right: 0;
}
.DTTT_Print {
    background-color: #fff;
}
.DTTT_Print .DTTT_PrintMessage {
    display: none;
}

@media print {
.DTTT_Print .DTTT_PrintMessage {
    display: inline-block;
}
}
.DTTT_Print .DTTT_Print_Info {
    display: block;
    position: fixed;
    top: 35px;
    font-size: 18px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    text-align: center;
}
.DTTT_Print .page-sidebar, .DTTT_Print .page-header, .DTTT_Print .page-footer {
    display: none;
}
.DTTT_Print .page-content-wrapper {
    float: none;
}
.DTTT_Print .row, .DTTT_Print [class*="col-"] {
    padding: 0;
    margin: 0;
}
.DTTT_Print .page-content {
    margin: 50px auto !important;
    border: 0 !important;
    width: 800px !important;
    padding: 0 !important;
}
.DTTT_Print .page-content .portlet {
    border: 0;
    padding: 0;
}
.DTTT_Print .page-content .portlet .portlet-body {
    padding: 0;
}
.DTTT_Print .page-content .dataTables_wrapper {
    padding: 0;
    margin: 0;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

@media print {
.DTTT_Print .page-content .dataTables_wrapper {
    box-shadow: none;
}
}
/***
Extended pagination
***/
.paging_bootstrap_extended {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    font-size: 13px;
}
.dataTables_extended_wrapper .seperator {
    padding: 0 2px;
}
.dataTables_extended_wrapper div.dataTables_paginate, .dataTables_extended_wrapper div.dataTables_length, .dataTables_extended_wrapper div.dataTables_info {
    display: inline-block;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
}

@media (max-width: 480px) {
.dataTables_extended_wrapper div.dataTables_paginate, .dataTables_extended_wrapper div.dataTables_length, .dataTables_extended_wrapper div.dataTables_info {
    display: block;
    margin-bottom: 10px !important;
}
.dataTables_extended_wrapper .seperator {
    display: none !important;
}
}
.dataTables_extended_wrapper div.dataTables_length label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    float: none !important;
    display: inline-block !important;
}
.table-container .table-actions-wrapper {
    display: none;
}
/***
Scroller Extension
***/
.dataTables_scroll {
    margin-bottom: 10px;
}
.dataTables_scrollHead {
    border-bottom: 2px solid #ddd !important;
}
.dataTables_scrollHead thead th {
    border-bottom: 0 !important;
}
.dataTables_scrollBody {
    border-bottom: 1px solid #ddd !important;
}
.DTTT_Print_Info {
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    background: #eee;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.DTTT_Print_Info > h6 {
    font-size: 16px;
    font-weight: 400;
}
/***
Dropzone css changes(new in v1.1.1)
***/
.dropzone {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/***
Fancy box fix overlay fix
***/
.fancybox-overlay {
    z-index: 100000;
}
.fancybox-opened {
    z-index: 100001;
}
/***
FuelUX Spinners
***/
.spinner-buttons.btn-group-vertical .btn {
    text-align: center;
    margin: 0;
    height: 17px;
    width: 22px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
}
.page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-up {
    border-radius: 0;
    border-top-right-radius: 4px !important;
}
.page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-down {
    border-radius: 0;
    border-bottom-right-radius: 4px;
}
/***
Google Maps
***/
.gmaps {
    height: 300px;
    width: 100%;/* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
}
.gmaps img {
    max-width: none;
}
#gmap_static div {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    display: block;
    height: 300px;
}
#gmap_routes_instructions {
    margin-top: 10px;
    margin-bottom: 0px;
}
/***
Gritter notification modify
***/
#gritter-notice-wrapper {
    right: 1px !important;
}
.gritter-close {
    left: auto !important;
    right: 3px !important;
}
.gritter-title {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
}
/***
Dashboard Charts(new in v1.2.1)
***/
.easy-pie-chart, .sparkline-chart {
    text-align: center;
}
.sparkline-chart {
    margin-top: 15px;
    position: relative;
}
.easy-pie-chart .number {
    font-size: 14px !important;
    font-weight: 300;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.easy-pie-chart .number canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.sparkline-chart .number {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.sparkline-chart .title, .easy-pie-chart .title {
    display: block;
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.sparkline-chart .title:hover, .easy-pie-chart .title:hover {
    color: #666;
    text-decoration: none;
}
.sparkline-chart .title > i, .easy-pie-chart .title > i {
    margin-top: 5px;
}
/***
jQuery File Upload
***/
.blueimp-gallery .close {
    background-image: url("../img/portlet-remove-icon-white.png") !important;
    margin-top: -2px;
}
.blueimp-gallery .prev, .blueimp-gallery .next {
    border-radius: 23px !important;
}
/***
jQuery Multi Select
***/
.ms-container .ms-list {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ms-container .ms-optgroup-label {
    font-size: 14px;
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    font-size: 13px;
}
.ms-container .ms-list.ms-focus {
    border-color: #999999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    color: #333;
    background-color: #eee;
}
.ms-container .form-control {
    margin-bottom: 5px;
}
/***
jQuery Notific8 Plugin
***/
.jquery-notific8-message {
    font-size: 13px;
}
[class*="jquery-notific8"], [class*="jquery-notific8"]:after, [class*="jquery-notific8"]:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.right .jquery-notific8-close-sticky span, .left .jquery-notific8-close-sticky span {
    font-size: 10px;
}
.jquery-notific8-heading {
    font-weight: 300;
    font-size: 16px;
}
/***
Password Strength(in v1.4)
***/
.password-strength .password-verdict {
    display: inline-block;
    margin-top: 6px;
    margin-left: 5px;
}
.password-strength .progress {
    margin-top: 5px;
    margin-bottom: 0;
}
.password-strength .progress-bar {
    padding: 2px;
}
/***
jQuery Slimscroll
***/
.scroller {
    padding: 0px;
    margin: 0px;
    padding-right: 12px;
    overflow: hidden;
}
.scroller-footer {
    margin-top: 10px;
}
.scroller-footer:before, .scroller-footer:after {
    content: " ";
    display: table;
}
.scroller-footer:after {
    clear: both;
}
.portlet-body .slimScrollBar {
    margin-right: 0px;
}
/***
jQuery Sparkline
***/
.jqstooltip {
    width: auto !important;
    height: auto !important;
}
.easy-pie-chart, .sparkline-chart {
    text-align: center;
}
.sparkline-chart {
    margin-top: 15px;
    position: relative;
}
.easy-pie-chart .number {
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
}
.sparkline-chart .number {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.sparkline-chart .title, .easy-pie-chart .title {
    display: block;
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.sparkline-chart .title:hover, .easy-pie-chart .title:hover {
    color: #666;
    text-decoration: none;
}
.sparkline-chart .title > i, .easy-pie-chart .title > i {
    margin-top: 5px;
}
/***
Modify jquery-tags-input plugin css
***/
div.tagsinput {
    min-height: 35px;
    height: auto !important;
    margin: 0;
    padding: 5px 5px 0px 5px;
    overflow: auto;
}
div.tagsinput span.tag {
    background: #aaa;
    color: #fff;
    border: 0;
    padding: 3px 6px;
    margin-top: 0;
    margin-bottom: 5px;
}
div.tagsinput input {
    padding: 3px 6px;
    width: 75px !important;
}
div.tagsinput span.tag a {
    color: #fff;
}
div.tagsinput .not_valid {
    color: #fff;
    padding: 3px 6px;
    background-color: #e02222;
}
/***
jQuery UI Sliders(new in v1.1.1)
***/
.slider {
    border: 0;
    padding: 0;
    display: block;
    margin: 12px 5px;
    min-height: 11px;
}
.ui-slider-vertical {
    width: 11px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -3px;
}
.ui-slider-vertical, .ui-slider-handle {
    filter: none !important;
    background-image: none !important;
}
/***
JQVMAP Plugin
***/
.jqvmap-zoomin {
    height: 16px;
    width: 16px;
    background-color: #666;
}
.jqvmap-zoomout {
    height: 16px;
    width: 16px;
    background-color: #666;
}
.vmaps {
    position: relative;
    overflow: hidden;
    height: 300px;
}
/***
Jstree
***/
.jstree-default .jstree-clicked {
    border: 0;
    background-color: #e1e1e1;
    box-shadow: none;
}
.jstree-default .jstree-hovered {
    border: 0;
    background-color: #eee;
    box-shadow: none;
}
.jstree-default .jstree-wholerow-clicked, .jstree-wholerow .jstree-wholerow-clicked {
    background: none;
    border: 0;
    background-color: #e1e1e1;
    box-shadow: none;
}
.jstree-default .jstree-wholerow-hovered, .jstree-wholerow .jstree-wholerow-hovered {
    border: 0;
    background-color: #eee;
    box-shadow: none;
}
.jstree-icon.icon-lg {
    margin-top: 1px;
}
.jstree-open > .jstree-anchor > .fa-folder:before {
    margin-left: 2px;
    content: "\f07c";
}
.jstree-default.jstree-rtl .jstree-last {
    background: transparent;
    background-repeat: no-repeat;
}
.vakata-context, .vakata-context ul {
    padding: 0;
    min-width: 125px;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border: 1px solid #efefef;
}
.vakata-context li {
    border: 0;
}
.vakata-context li a {
    padding: 0 10px;
    border: 0;
}
.vakata-context li a i {
    display: none;
}
.vakata-context li a .vakata-contextmenu-sep {
    display: none;
}
.vakata-context .vakata-context-hover > a, .vakata-context li a:hover {
    background-color: #eee;
    color: #333;
    box-shadow: none;
    margin: 0;
}
.vakata-context .vakata-context-hover > a .span, .vakata-context .vakata-context-hover > a .ins, .vakata-context li a:hover .span, .vakata-context li a:hover .ins {
    border: 0 !important;
}
.vakata-context li a span, .vakata-context li a ins {
    display: none;
    border: 0 !important;
}
.vakata-context .vakata-context-separator a, .vakata-context-rtl .vakata-context-separator a {
    margin: 0;
    border: 0;
}
.jstree-rename-input {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    outline: none !important;
    padding: 2px 6px !important;
    margin-right: -4px !important;
}
/***
NoUIRangeSlider
***/
.noUi-control {
    margin: 9px 0;
}
/***
Color variants
***/
.noUi-primary.noUi-connect, .noUi-primary .noUi-connect {
    background: #428bca;
}
.noUi-info.noUi-connect, .noUi-info .noUi-connect {
    background: #89C4F4;
}
.noUi-success.noUi-connect, .noUi-success .noUi-connect {
    background: #45B6AF;
}
.noUi-warning.noUi-connect, .noUi-warning .noUi-connect {
    background: #dfba49;
}
.noUi-danger.noUi-connect, .noUi-danger .noUi-connect {
    background: #F3565D;
}
.noUi-default.noUi-connect, .noUi-default .noUi-connect {
    background: #c6c6c6;
}
/***
Google reCaptcha
***/
.form-recaptcha-img {
    margin-bottom: 10px;
    clear: both;
    border: 1px solid #e5e5e5;
    padding: 5px;
}
iframe[src="about:blank"] {
    display: none;
}
/***
Select2 Plugin
***/
.form-control .select2-choice {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-image: none;
    filter: none;
    height: 34px;
    padding: 3px 0 0px 12px;
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #e5e5e5;
    background-color: #fff;
    background-image: none;
    filter: none;
}
.select2-drop {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    border-top: 0;
}
.select2-drop-auto-width {
    border-top: 1px solid #e5e5e5;
}
.select2-drop.select2-drop-above {
    border-top: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-drop-active {
    border: 1px solid #999;
    border-top: 0;
}
.select2-container .select2-choice .select2-arrow {
    background-image: none;
    background-color: #fff;
    filter: none;
    border-left: 1px solid #e5e5e5;
}
.select2-container.select2-container-active .select2-arrow, .select2-container.select2-dropdown-open .select2-arrow {
    border-left: 0 !important;
}
.select2-container .select2-choice .select2-arrow b {
    background-position: 0 1px;
}
.select2-search input {
    border: 1px solid #e5e5e5;
    background-color: #fff !important;
    filter: none;
    margin: 0;
    outline: 0;
    border: 1px solid #e5e5e5;
    webkit-appearance: none !important;
    color: #333333;
    outline: 0;
    box-shadow: none;
    height: auto !important;
    min-height: 26px;
    padding: 6px 6px !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
}
.form-control.select2-container {
    border: 0;
    height: auto !important;
    padding: 0px;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #999 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select2-dropdown-open .select2-choice {
    border-bottom: 0 !important;
    background-image: none;
    background-color: #fff;
    filter: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #999 !important;
    border-top: 0 !important;
    background-image: none;
    background-color: #fff;
    filter: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #999 !important;
    border-bottom: 0 !important;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}
.select2-results {
    margin: 5px 0;
}
.select2-results .select2-highlighted {
    background: #eee;
    color: #333;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    padding: 3px 7px 4px;
    background: #f4f4f4;
    display: list-item;
}
.select2-container-multi {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.select2-container-multi .select2-choices {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.select2-container-multi.select2-dropdown-open {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.select2-container-multi.select2-dropdown-open .select2-choices {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.select2-container-multi .select2-choices {
    padding-left: 6px;
    min-height: 34px;
    border: 1px solid #e5e5e5;
    background-image: none;
    background-color: #fff;
    filter: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #999 !important;
    background-image: none;
    background-color: #fff;
    filter: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 5px 0 3px 5px;
    border: 1px solid #e5e5e5;
    background-image: none;
    background-color: #fff;
    filter: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/***
Color variants
***/
.has-warning .select2-container .select2-choice, .has-warning .select2-container .select2-choices {
    border-color: #faebcc;
}
.has-warning .select2-container.select2-dropdown-open .select2-choice, .has-warning .select2-container.select2-dropdown-open .select2-choices {
    border-color: #faebcc;
}
.has-warning .select2-container.select2-dropdown-open .select2-choice > span {
    color: #faebcc;
}
.has-error .select2-container .select2-choice, .has-error .select2-container .select2-choices {
    border-color: #ebccd1;
}
.has-error .select2-container.select2-dropdown-open .select2-choice, .has-error .select2-container.select2-dropdown-open .select2-choices {
    border-color: #ebccd1;
}
.has-error .select2-container.select2-dropdown-open .select2-choice > span {
    color: #ebccd1;
}
.has-success .select2-container .select2-choice, .has-success .select2-container .select2-choices {
    border-color: #d6e9c6;
}
.has-success .select2-container.select2-dropdown-open .select2-choice, .has-success .select2-container.select2-dropdown-open .select2-choices {
    border-color: #d6e9c6;
}
.has-success .select2-container.select2-dropdown-open .select2-choice > span {
    color: #d6e9c6;
}
/* Fix z-index when select2 opened in modals*/
.modal-open .select2-drop-mask {
    z-index: 10051;
}
.modal-open .select2-drop {
    z-index: 10052;
}
.modal-open .select2-search {
    z-index: 10053;
}
/***
Bootstrap input sizes
***/
/* Large input size */
.form-control.input-lg .select2-choice {
    height: 46px;
    padding: 10px 16px;
}
.select2-container.input-lg .select2-choice .select2-arrow b {
    background-position: 0 7px;
}
/* Small input size */
.form-control.input-sm .select2-choice {
    height: 30px;
    padding: 1px 10px 5px 10px;
}
.select2-container.input-sm .select2-choice .select2-arrow b {
    background-position: 0 0px;
}
/* Portlet full screen mode */
.modal-open.page-portlet-fullscreen .select2-drop-mask {
    z-index: 10081;
}
.modal-open.page-portlet-fullscreen .select2-drop {
    z-index: 10082;
}
.modal-open.page-portlet-fullscreen .select2-search {
    z-index: 10083;
}
/***
jQuery Uniform
***/
.checker {
    margin-top: -2px !important;
    margin-right: 2px !important;
}
.checker input, .radio input {
    outline: none !important;
}
div.checker.disabled span, div.checker.disabled.active span {
    background-position: -152px -260px;
}
div.checker.disabled:hover, div.radio.disabled:hover {
    cursor: not-allowed;
}
div.radio, div.checker {
    margin-right: 0;
    margin-left: 3px;
}
/***
Morris Charts
***/
.portlet-body-morris-fit {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -15px;
}
.portlet-body-morris-fit > svg {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.morris-hover.morris-default-style .morris-hover-row-label {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #7D8C9D;
    font-family: "Open Sans", sans-serif;
}
.morris-hover.morris-default-style .morris-hover-point {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
/***
iCheck
***/
.icheck-list > label {
    display: block;
    margin-bottom: 8px;
}
.icheck-list > label:last-child {
    margin-bottom: 0;
}
.form-horizontal .icheck-inline {
    margin-top: 8px;
}
.icheck-inline > label {
    display: inline-block;
    margin-left: 15px;
}
.icheck-inline > label:first-child {
    margin-left: 0;
}
div[class*='icheckbox_'], div[class*='iradio_'] {
    margin-right: 5px;
    top: -1px !important;
}
.icheck-colors {
    padding: 0;
    margin: 0;
    list-style: none;
}
.icheck-colors > li {
    padding: 0;
    margin: 4px;
    float: left;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.icheck-colors > li:first-child {
    margin-left: 0;
}
.icheck-colors > li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.icheck-colors > li.active {
    height: 26px;
    margin-top: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.icheck-colors > li.red {
    background: #d54e21;
}
.icheck-colors > li.green {
    background: #78a300;
}
.icheck-colors > li.blue {
    background: #0e76a8;
}
.icheck-colors > li.aero {
    background: #9cc2cb;
}
.icheck-colors > li.grey {
    background: #73716e;
}
.icheck-colors > li.orange {
    background: #f70;
}
.icheck-colors > li.yellow {
    background: #fc0;
}
.icheck-colors > li.pink {
    background: #ff66b5;
}
.icheck-colors > li.purple {
    background: #6a5a8c;
}
/***
AngularJS UI-select
***/
.ui-select-match-close {
    margin-top: 5px !important;
    margin-left: 5px !important;
}
.minicolors-swatch {
    border: 0;
}
div.table-scrollable tbody tr:last-child th, div.table-scrollable tbody tr:last-child td {
}
#mcoursesbody {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 25px 0 4px 0;
    color: #000000;
    background-size: 100% 100%;
}
#mcoursesimg {
    border: 0;
}
#mcoursesp {
    margin-bottom: 20px;
    line-height: 20px;
}
/* Structure */

#mcourseswrapper {
    width: 100%;
    margin: 0 auto;
}
#mcoursesheader {
    background-size: 100% 100%;
    height: 126px;
    line-height: 100px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-image: url(http://data.activelms.com/data/mcourses/images/bg-header.jpg);
}
#mcoursesnavigation {
    float: right;
    margin-right: 15px;
}
#mcoursescontent {
    background-repeat: repeat-y;
    background-position: top center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}
#mcoursesfooter {
    background-repeat: no-repeat;
    background-position: top center;
    line-height: 24px;
    color: #ffffff;
    background-image: url(http://data.activelms.com/data/mcourses/images/bg-footer.jpg);
    background-size: 100% 100%;
    font: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#fmcoursesootertext {
    float: right;
    text-align: right;
    padding-right: 30px;
}
.mcoursesbodycopy {
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 30px;
}
.mcoursesgreenheaders {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #01657c;
    font-weight: bold;
    line-height: 25px;
    background: url("/assets-ng/NFFFFFF.png") !important;
    background-repeat: repeat !important;
}
.mcoursesheadercopy {
    font-size: 31px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    vertical-align: middle;
}
.mcoursestablecopy {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
}
.mcoursesimage-references-heading {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.mcoursestableheaders {
    font-size: 18px;
    font-weight: bold;
    color: #000000 !important;
    font-family: Verdana;
}
.tabletopics {
    font-size: 13px;
    font-family: Verdana;
    font-style: italic;
    color: #01657c;
    font-weight: bold;
}
#mcoursescontent > table > tbody > tr > td {
    background-image: url("/assets-ng/null.png") !important;
}
.mcoursesbodycopyred {
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #FF0000;
}
.mcourseslablink {
    font-size: 11px;
    font-family: Verdana;
    font-style: italic;
    color: #01657c;
    font-weight: bold;
}
.mcoursessubheads {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #be2222;
    text-transform: uppercase;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
}
.imcoursesmagedes {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 30px;
}
.mcoursesquotetype {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 30px;
    font-style: italic;
}
.toptable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #01657c;
    line-height: 30px;
    text-transform: none;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
}
.mcoursestablesubs {
    font-size: 14px;
    color: #FFFFFF;
    font-family: Verdana;
    font-weight: bold;
}
.mcoursesnewquotes {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: oblique;
    font-weight: bold;
    color: #be2222;
    line-height: 1.5em;
}
.mcoursesquotename {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: oblique;
    font-weight: bold;
    color: #01657c;
}
.mcoursesnumbers {
    font-size: 24px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #01657c;
    font-weight: bold;
}
.mcoursesnewquotessmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: oblique;
    font-weight: bold;
    color: #be2222;
}
.mcoursesnewquotessmallred {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: oblique;
    font-weight: bold;
    color: #01657c;
}
.mcoursesinlinefigure {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #be2222;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    text-decoration: none;
}
.mcoursesfooter-references {
    padding-left: 30px;
    display: none;
}
.mcoursesimage-references-div {
    color: #ffffff;
    width: 610px;
    background-image: url(http://data.activelms.com/data/mcourses/images/footer-box-rounded-top.jpg);
    background-repeat: no-repeat;
    padding: 15px 15px 1px 15px;
    background-color: #2a2116;
}
.mcoursesfooter-box-bottom {
    background-image: url(http://data.activelms.com/data/mcourses/images/footer-box-rounded-btm.jpg);
    background-repeat: no-repeat;
}
.mcoursesimage-references-div p {
    line-height: 13px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 10px;
}
.mcoursesreferences {
    margin-left: 30px;
    cursor: pointer;
    margin-bottom: 8px;
}
.mcoursesreferences:hover {
    color: #dcdcdc;
}
.mcoursesimagedes2 {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}
.card {
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12)
}
.card .card-category:not([class*=text-]) {
    color: #999
}
.card .card-category {
    margin-top: 10px
}
.card .card-category .material-icons {
    position: relative;
    top: 8px;
    line-height: 0
}
.card .form-check {
    margin-top: 5px
}
.card .card-title {
    margin-top: .625rem
}
.card .card-title:last-child {
    margin-bottom: 0
}
.card.no-shadow .card-header-image, .card.no-shadow .card-header-image img {
    box-shadow: none!important
}
.card .card-body, .card .card-footer {
    padding: .9375rem 1.875rem
}
.card .card-body+.card-footer {
    padding-top: 0;
    border: 0;
    border-radius: 6px
}
.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0
}
.card .card-footer .aauthor, .card .card-footer .stats {
    display: inline-flex
}
.card .card-footer .stats {
    color: #999
}
.card .card-footer .stats .material-icons {
    position: relative;
    top: -10px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 18px
}
.card.bmd-card-raised {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2)
}

@media (min-width:992px) {
.card.bmd-card-flat {
    box-shadow: none
}
}
.card .card-header {
    border-bottom: none;
    background: transparent
}
.card .card-header .title {
    color: #fff
}
.card .card-header .nav-tabs {
    padding: 0
}
.card .card-header.card-header-image {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px
}
.card .card-header.card-header-image img {
    width: 100%;
    border-radius: 6px;
    pointer-events: none;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2)
}
.card .card-header.card-header-image .card-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.125rem;
    text-shadow: 0 2px 5px rgba(33,33,33,.5)
}
.card .card-header.card-header-image .colored-shadow {
    transform: scale(.94);
    top: 12px;
    filter: blur(12px);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    transition: opacity .45s;
    opacity: 0
}
.card .card-header.card-header-image.no-shadow {
    box-shadow: none
}
.card .card-header.card-header-image.no-shadow.shadow-normal {
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2)
}
.card .card-header.card-header-image.no-shadow .colored-shadow {
    display: none!important
}
.card.bg-primary, .card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: linear-gradient(60deg, #1063b5, #2196f3 )
}
.card.bg-info, .card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-info .back, .card.card-rotate.bg-info .front {
    background: linear-gradient(60deg, #26c6da, #00acc1)
}
.card.bg-success, .card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient(60deg, #66bb6a, #43a047)
}
.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front {
    background: linear-gradient(60deg, #ffa726, #fb8c00)
}
.card.bg-danger, .card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-danger .back, .card.card-rotate.bg-danger .front {
    background: linear-gradient(60deg, #ef5350, #e53935)
}
.card.bg-rose, .card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-rose .back, .card.card-rotate.bg-rose .front {
    background: linear-gradient(60deg, #ec407a, #d81b60)
}
.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 3px 3px #d1d1d1
}
.card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text) {
    box-shadow:3px 3px #d1d1d1
}
.card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
    box-shadow:3px 3px #d1d1d1
}
.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4)
}
.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4)
}
.card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 3px 3px #d1d1d1
}
.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff
}
.card[class*=bg-] .icon i, .card [class*=card-header-] .icon i {
    border-color: hsla(0,0%,100%,.25)
}
.card[class*=bg-] .aauthor a, .card[class*=bg-] .card-category, .card[class*=bg-] .card-description, .card[class*=bg-] .stats, .card [class*=card-header-] .aauthor a, .card [class*=card-header-] .card-category, .card [class*=card-header-] .card-description, .card [class*=card-header-] .stats {
    color: hsla(0,0%,100%,.8)
}
.card[class*=bg-] .aauthor a:active, .card[class*=bg-] .aauthor a:focus, .card[class*=bg-] .aauthor a:hover, .card [class*=card-header-] .aauthor a:active, .card [class*=card-header-] .aauthor a:focus, .card [class*=card-header-] .aauthor a:hover {
    color: #fff
}
.card .aauthor .aavatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px
}
.card .aauthor a {
    color: #3c4858;
    text-decoration: none
}
.card .aauthor a .ripple-container {
    display: none
}
.card .card-category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px
}
.card .card-category-social .material-icons {
    position: relative;
    top: 5px
}
.card[class*=bg-], .card[class*=bg-] .card-body {
    border-radius: 6px
}
.card[class*=bg-] .card-body h1 small, .card[class*=bg-] .card-body h2 small, .card[class*=bg-] .card-body h3 small, .card[class*=bg-] h1 small, .card[class*=bg-] h2 small, .card[class*=bg-] h3 small {
    color: hsla(0,0%,100%,.8)
}
.card .card-stats {
    background: transparent;
    display: flex
}
.card .card-stats .aauthor, .card .card-stats .stats {
    display: inline-flex
}
.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14)
}
.card .table tr:first-child td {
    border-top: none
}
.card .card-title {
    margin-top: 0;
    margin-bottom: 3px
}
.card .card-body {
    padding: .9375rem 20px;
    position: relative
}
.card .card-body .form-group {
    margin: 8px 0 0
}
.card .card-header {
    z-index: 3!important
}
.card .card-header .card-title {
    margin-bottom: 3px
}
.card .card-header .card-category {
    margin: 0
}
.card .card-header.card-header-text {
    display: inline-block
}
.card .card-header.card-header-text:after {
    content: "";
    display: table
}
.card .card-header.card-header-icon i, .card .card-header.card-header-text i {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px
}
.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3c4858
}
.card .card-header.card-header-icon h4, .card .card-header.card-header-text h4 {
    font-weight: 300
}
.card .card-header.card-header-tabs .nav-tabs {
    background: transparent;
    padding: 0
}
.card .card-header.card-header-tabs .nav-tabs-title {
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 24px
}
.card.card-plain .card-header.card-header-icon+.card-body .card-category, .card.card-plain .card-header.card-header-icon+.card-body .card-title {
    margin-top: -20px
}
.card .card-actions {
    position: absolute;
    z-index: 1;
    top: -50px;
    width: calc(100% - 30px);
    left: 17px;
    right: 17px;
    text-align: center
}
.card .card-actions .card-header {
    padding: 0;
    min-height: 160px
}
.card .card-actions .btn {
    padding-left: 12px;
    padding-right: 12px
}
.card .card-actions .fix-broken-card {
    position: absolute;
    top: -65px
}
.card.card-chart .card-footer i:nth-child(1n+2) {
    width: 18px;
    text-align: center
}
.card.card-chart .card-category {
    margin: 0
}
.card .card-body+.card-footer, .card .card-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center
}
.card .card-body+.card-footer h6, .card .card-footer h6 {
    width: 100%
}
.card .card-body+.card-footer .stats, .card .card-footer .stats {
    color: #999;
    font-size: 12px;
    line-height: 22px
}
.card .card-body+.card-footer .stats .card-category, .card .card-footer .stats .card-category {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0
}
.card .card-body+.card-footer .stats .material-icons, .card .card-footer .stats .material-icons {
    position: relative;
    top: 4px;
    font-size: 16px
}
.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative
}
.card [class*=card-header-] .card-title+.card-category {
    color: hsla(0,0%,100%,.8)
}
.card [class*=card-header-] .card-title+.card-category a {
    color: #fff
}
.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
    margin-bottom: 10px;
}
.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left
}
.card [class*=card-header-] .card-text {
    float: none;
    display: inline-block;
    margin-right: 0
}
.card [class*=card-header-] .card-text .card-title {
    color: #fff;
    margin-top: 0
}
.card [class*=card-header-] .ct-chart .card-title {
    color: #fff
}
.card [class*=card-header-] .ct-chart .card-category {
    margin-bottom: 0;
    color: hsla(0,0%,100%,.62)
}
.card [class*=card-header-] .ct-chart .ct-label {
    color: hsla(0,0%,100%,.7)
}
.card [class*=card-header-] .ct-chart .ct-grid {
    stroke: hsla(0,0%,100%,.2)
}
.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar, .card [class*=card-header-] .ct-chart .ct-series-a .ct-line, .card [class*=card-header-] .ct-chart .ct-series-a .ct-point, .card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-donut {
    stroke: hsla(0,0%,100%,.8)
}
.card [class*=card-header-] .ct-chart .ct-series-a .ct-area, .card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-pie {
    fill: hsla(0,0%,100%,.4)
}
.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar {
    stroke-width: 10px
}
.card [class*=card-header-] .ct-chart .ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}
.card [class*=card-header-] .ct-chart .ct-line {
    fill: none;
    stroke-width: 4px
}
.card [data-header-animation=true] {
    transform: translateZ(0);
    transition: all .3s cubic-bezier(.34, 1.61, .7, 1)
}
.card:hover [data-header-animation=true] {
    transform: translate3d(0, -50px, 0)
}
.card .map {
    height: 280px;
    border-radius: 6px;
    margin-top: 15px
}
.card .map.map-big {
    height: 420px
}
.card .card-body.table-full-width {
    padding: 0
}
.card .card-plain .card-header-icon {
    margin-right: 15px!important
}
.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right
}
.card-stats .card-header .card-icon+.card-category, .card-stats .card-header .card-icon+.card-title {
    padding-top: 10px
}
.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0
}
.card-stats .card-header .card-category {
    margin-bottom: 0;
    margin-top: 0
}
.card-stats .card-header .card-category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
}
.card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px
}
.card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
    color: #ffffff;
}
.card-stats .card-body {
    text-align: right
}
.card-profile {
    margin-top: 30px;
    text-align: center
}
.card-profile .card-aavatar {
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2)
}
.card-profile .card-aavatar+.card-body {
    margin-top: 15px
}
.card-profile .card-aavatar img {
    width: 100%;
    height: auto
}
.card-profile .card-body+.card-footer {
    margin-top: -15px
}
.card-profile .card-footer .btn.btn-just-icon {
    font-size: 20px;
    padding: 12px;
    line-height: 1em
}
.card-profile.card-plain .card-aavatar {
    margin-top: 0
}
.card-profile .card-header:not([class*=card-header-]) {
    background: transparent
}
.card-profile .card-aavatar {
    max-width: 130px;
    max-height: 130px
}
.card-plain {
    background: transparent;
    box-shadow: none
}
.card-plain .card-header:not(.card-aavatar) {
    margin-left: 0;
    margin-right: 0
}
.card-plain .card-body {
    padding-left: 5px;
    padding-right: 5px
}
.card-plain .card-header-image {
    margin: 0!important;
    border-radius: 6px
}
.card-plain .card-header-image img {
    border-radius: 6px
}
.card-plain .card-footer {
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent
}
.card-pricing {
    text-align: center;
}
.card-pricing .card-title {
    margin-top: 30px;
}
.card-pricing .content {
    padding: 15px !important;
}
.card-pricing .iconcard {
    padding: 10px !important;
    color: #999999 !important;
}
.card-pricing .iconcard i {
    font-size: 55px !important;
    border-radius: 50%;
    width: 130px !important;
    line-height: 130px !important;
    height: 130px !important;
    display: inline-block;
    background: linear-gradient(60deg, #1063b5, #2196f3 );
    color: #fff;
    box-shadow: 3px 3px #d1d1d1;
}
.card-pricing .iconcard.iconcard-primary {
    color: #9c27b0 !important;
}
.card-pricing .iconcard.iconcard-info {
    color: #00bcd4 !important;
}
.card-pricing .iconcard.iconcard-success {
    color: #4caf50 !important;
}
.card-pricing .iconcard.iconcard-warning {
    color: #ff9800 !important;
}
.card-pricing .iconcard.iconcard-danger {
    color: #f44336 !important;
}
.card-pricing .iconcard.iconcard-rose {
    color: #e91e63 !important;
}
.card-pricing h1 small {
    font-size: 18px;
}
.card-pricing h1 small:first-child {
    position: relative;
    top: -17px;
    font-size: 26px;
}
.card-pricing ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 10px auto;
}
.card-pricing ul li {
    color: #999999;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.card-pricing ul li:last-child {
    border: 0;
}
.card-pricing ul li b {
    color: #3C4858;
}
.card-pricing ul li i {
    top: 6px;
    position: relative;
}
.card-pricing.card-background ul li, .card-pricing [class*="content-"] ul li {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.3);
}
.card-pricing.card-background ul li b, .card-pricing [class*="content-"] ul li b {
    color: #FFFFFF;
}
.card-pricing.card-background [class*="text-"], .card-pricing [class*="content-"] [class*="text-"] {
    color: #FFFFFF;
}
.card-pricing.card-background:after {
    background-color: rgba(0, 0, 0, 0.7);
}
.card-blog {
    margin-top: 60px
}
.card-blog [class*=col-] .card-header-image img {
    width: 100%
}
.card-blog .carf-footer .stats .material-icons {
    font-size: 18px;
    position: relative;
    top: 4px;
    width: 19px
}
.card .aauthor .aavatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px
}
.card .aauthor a {
    color: #3c4858;
    text-decoration: none
}
.card .aauthor a .ripple-container {
    display: none
}
.card .card-category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px
}
.card .card-category-social .material-icons {
    position: relative;
    top: 5px
}
.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2)
}
.card {
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12)
}
.card .card-category:not([class*=text-]) {
    color: #999
}
.card .card-category {
    margin-top: 10px
}
.card .card-category .material-icons {
    position: relative;
    top: 8px;
    line-height: 0
}
.card .form-check {
    margin-top: 5px
}
.card .card-title {
    margin-top: .625rem
}
.card .card-title:last-child {
    margin-bottom: 0
}
.card.no-shadow .card-header-image, .card.no-shadow .card-header-image img {
    box-shadow: none!important
}
.card .card-body, .card .card-footer {
    padding: .9375rem 1.875rem
}
.card .card-body+.card-footer {
    padding-top: 0;
    border: 0;
    border-radius: 6px
}
.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0
}
.card .card-footer .author, .card .card-footer .stats {
    display: inline-flex
}
.card .card-footer .stats {
    color: #999
}
.card .card-footer .stats .material-icons {
    position: relative;
    top: -10px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 18px
}
.card.bmd-card-raised {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2)
}

@media (min-width:992px) {
.card.bmd-card-flat {
    box-shadow: none
}
}
.card .card-header {
    border-bottom: none;
    background: transparent
}
.card .card-header .title {
    color: #fff
}
.card .card-header .nav-tabs {
    padding: 0
}
.card .card-header.card-header-image {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px
}
.card .card-header.card-header-image img {
    width: 100%;
    border-radius: 6px;
    pointer-events: none;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2)
}
.card .card-header.card-header-image .card-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.125rem;
    text-shadow: 0 2px 5px rgba(33,33,33,.5)
}
.card .card-header.card-header-image .colored-shadow {
    transform: scale(.94);
    top: 12px;
    filter: blur(12px);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    transition: opacity .45s;
    opacity: 0
}
.card .card-header.card-header-image.no-shadow {
    box-shadow: none
}
.card .card-header.card-header-image.no-shadow.shadow-normal {
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2)
}
.card .card-header.card-header-image.no-shadow .colored-shadow {
    display: none!important
}
.card.bg-primary, .card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: linear-gradient(60deg, #1063b5, #2196f3 )
}
.card.bg-info, .card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-info .back, .card.card-rotate.bg-info .front {
    background: linear-gradient(60deg, #26c6da, #00acc1)
}
.card.bg-success, .card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient(60deg, #66bb6a, #43a047)
}
.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front {
    background: linear-gradient(60deg, #ffa726, #fb8c00)
}
.card.bg-danger, .card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-danger .back, .card.card-rotate.bg-danger .front {
    background: linear-gradient(60deg, #ef5350, #e53935)
}
.card.bg-rose, .card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-rose .back, .card.card-rotate.bg-rose .front {
    background: linear-gradient(60deg, #ec407a, #d81b60)
}
.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 3px 3px #d1d1d1
}
.card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text) {
    box-shadow:3px 3px #d1d1d1
}
.card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
    box-shadow:3px 3px #d1d1d1
}
.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 3px 3px #d1d1d1
}
.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4)
}
.card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 3px 3px #d1d1d1
}
.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff
}
.card[class*=bg-] .icon i, .card [class*=card-header-] .icon i {
    border-color: hsla(0,0%,100%,.25)
}
.card[class*=bg-] .author a, .card[class*=bg-] .card-category, .card[class*=bg-] .card-description, .card[class*=bg-] .stats, .card [class*=card-header-] .author a, .card [class*=card-header-] .card-category, .card [class*=card-header-] .card-description, .card [class*=card-header-] .stats {
    color: hsla(0,0%,100%,.8)
}
.card[class*=bg-] .author a:active, .card[class*=bg-] .author a:focus, .card[class*=bg-] .author a:hover, .card [class*=card-header-] .author a:active, .card [class*=card-header-] .author a:focus, .card [class*=card-header-] .author a:hover {
    color: #fff
}
.card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px
}
.card .author a {
    color: #3c4858;
    text-decoration: none
}
.card .author a .ripple-container {
    display: none
}
.card .card-category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px
}
.card .card-category-social .material-icons {
    position: relative;
    top: 5px
}
.card[class*=bg-], .card[class*=bg-] .card-body {
    border-radius: 6px
}
.card[class*=bg-] .card-body h1 small, .card[class*=bg-] .card-body h2 small, .card[class*=bg-] .card-body h3 small, .card[class*=bg-] h1 small, .card[class*=bg-] h2 small, .card[class*=bg-] h3 small {
    color: hsla(0,0%,100%,.8)
}
.card .card-stats {
    background: transparent;
    display: flex
}
.card .card-stats .author, .card .card-stats .stats {
    display: inline-flex
}
.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14)
}
.card .table tr:first-child td {
    border-top: none
}
.card .card-title {
    margin-top: 0;
    margin-bottom: 3px
}
.card .card-body {
    padding: .9375rem 20px;
    position: relative
}
.card .card-body .form-group {
    margin: 8px 0 0
}
.card .card-header {
    z-index: 3!important
}
.card .card-header .card-title {
    margin-bottom: 3px
}
.card .card-header .card-category {
    margin: 0
}
.card .card-header.card-header-text {
    display: inline-block
}
.card .card-header.card-header-text:after {
    content: "";
    display: table
}
.card .card-header.card-header-icon i, .card .card-header.card-header-text i {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px
}
.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3c4858
}
.card .card-header.card-header-icon h4, .card .card-header.card-header-text h4 {
    font-weight: 300
}
.card .card-header.card-header-tabs .nav-tabs {
    background: transparent;
    padding: 0
}
.card .card-header.card-header-tabs .nav-tabs-title {
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 24px
}
.card.card-plain .card-header.card-header-icon+.card-body .card-category, .card.card-plain .card-header.card-header-icon+.card-body .card-title {
    margin-top: -20px
}
.card .card-actions {
    position: absolute;
    z-index: 1;
    top: -50px;
    width: calc(100% - 30px);
    left: 17px;
    right: 17px;
    text-align: center
}
.card .card-actions .card-header {
    padding: 0;
    min-height: 160px
}
.card .card-actions .btn {
    padding-left: 12px;
    padding-right: 12px
}
.card .card-actions .fix-broken-card {
    position: absolute;
    top: -65px
}
.card.card-chart .card-footer i:nth-child(1n+2) {
    width: 18px;
    text-align: center
}
.card.card-chart .card-category {
    margin: 0
}
.card .card-body+.card-footer, .card .card-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center
}
.card .card-body+.card-footer h6, .card .card-footer h6 {
    width: 100%
}
.card .card-body+.card-footer .stats, .card .card-footer .stats {
    color: #999;
    font-size: 12px;
    line-height: 22px
}
.card .card-body+.card-footer .stats .card-category, .card .card-footer .stats .card-category {
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0
}
.card .card-body+.card-footer .stats .material-icons, .card .card-footer .stats .material-icons {
    position: relative;
    top: 4px;
    font-size: 16px
}
.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative
}
.card [class*=card-header-] .card-title+.card-category {
    color: hsla(0,0%,100%,.8)
}
.card [class*=card-header-] .card-title+.card-category a {
    color: #fff
}
.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
    margin-bottom: 10px;
}
.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left
}
.card [class*=card-header-] .card-text {
    float: none;
    display: inline-block;
    margin-right: 0
}
.card [class*=card-header-] .card-text .card-title {
    color: #fff;
    margin-top: 0
}
.card [class*=card-header-] .ct-chart .card-title {
    color: #fff
}
.card [class*=card-header-] .ct-chart .card-category {
    margin-bottom: 0;
    color: hsla(0,0%,100%,.62)
}
.card [class*=card-header-] .ct-chart .ct-label {
    color: hsla(0,0%,100%,.7)
}
.card [class*=card-header-] .ct-chart .ct-grid {
    stroke: hsla(0,0%,100%,.2)
}
.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar, .card [class*=card-header-] .ct-chart .ct-series-a .ct-line, .card [class*=card-header-] .ct-chart .ct-series-a .ct-point, .card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-donut {
    stroke: hsla(0,0%,100%,.8)
}
.card [class*=card-header-] .ct-chart .ct-series-a .ct-area, .card [class*=card-header-] .ct-chart .ct-series-a .ct-slice-pie {
    fill: hsla(0,0%,100%,.4)
}
.card [class*=card-header-] .ct-chart .ct-series-a .ct-bar {
    stroke-width: 10px
}
.card [class*=card-header-] .ct-chart .ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}
.card [class*=card-header-] .ct-chart .ct-line {
    fill: none;
    stroke-width: 4px
}
.card [data-header-animation=true] {
    transform: translateZ(0);
    transition: all .3s cubic-bezier(.34, 1.61, .7, 1)
}
.card:hover [data-header-animation=true] {
    transform: translate3d(0, -50px, 0)
}
.card .map {
    height: 280px;
    border-radius: 6px;
    margin-top: 15px
}
.card .map.map-big {
    height: 420px
}
.card .card-body.table-full-width {
    padding: 0
}
.card .card-plain .card-header-icon {
    margin-right: 15px!important
}
.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right
}
.card-stats .card-header .card-icon+.card-category, .card-stats .card-header .card-icon+.card-title {
    padding-top: 10px
}
.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0
}
.card-stats .card-header .card-category {
    margin-bottom: 0;
    margin-top: 0
}
.card-stats .card-header .card-category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
}
.card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px
}
.card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
    color: #ffffff;
}
.card-stats .card-body {
    text-align: right
}
.card-profile {
    margin-top: 30px;
    text-align: center
}
.card-profile .card-avatar {
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2)
}
.card-profile .card-avatar+.card-body {
    margin-top: 15px
}
.card-profile .card-avatar img {
    width: 100%;
    height: auto
}
.card-profile .card-body+.card-footer {
    margin-top: -15px
}
.card-profile .card-footer .btn.btn-just-icon {
    font-size: 20px;
    padding: 12px;
    line-height: 1em
}
.card-profile.card-plain .card-avatar {
    margin-top: 0
}
.card-profile .card-header:not([class*=card-header-]) {
    background: transparent
}
.card-profile .card-avatar {
    max-width: 130px;
    max-height: 130px
}
.card-plain {
    background: transparent;
    box-shadow: none
}
.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0
}
.card-plain .card-body {
    padding-left: 5px;
    padding-right: 5px
}
.card-plain .card-header-image {
    margin: 0!important;
    border-radius: 6px
}
.card-plain .card-header-image img {
    border-radius: 6px
}
.card-plain .card-footer {
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent
}
.card-pricing {
    text-align: center;
}
.card-pricing .card-title {
    margin-top: 30px;
}
.card-pricing .content {
    padding: 15px !important;
}
.card-pricing .iconcard {
    padding: 10px !important;
    color: #999999 !important;
}
.card-pricing .iconcard i {
    font-size: 55px !important;
    border-radius: 50%;
    width: 130px !important;
    line-height: 130px !important;
    height: 130px !important;
    display: inline-block;
    background: linear-gradient(60deg, #1063b5, #2196f3 );
    color: #fff;
    box-shadow: 3px 3px #d1d1d1;
}
.card-pricing .iconcard.iconcard-primary {
    color: #9c27b0 !important;
}
.card-pricing .iconcard.iconcard-info {
    color: #00bcd4 !important;
}
.card-pricing .iconcard.iconcard-success {
    color: #4caf50 !important;
}
.card-pricing .iconcard.iconcard-warning {
    color: #ff9800 !important;
}
.card-pricing .iconcard.iconcard-danger {
    color: #f44336 !important;
}
.card-pricing .iconcard.iconcard-rose {
    color: #e91e63 !important;
}
.card-pricing h1 small {
    font-size: 18px;
}
.card-pricing h1 small:first-child {
    position: relative;
    top: -17px;
    font-size: 26px;
}
.card-pricing ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 10px auto;
}
.card-pricing ul li {
    color: #999999;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.card-pricing ul li:last-child {
    border: 0;
}
.card-pricing ul li b {
    color: #3C4858;
}
.card-pricing ul li i {
    top: 6px;
    position: relative;
}
.card-pricing.card-background ul li, .card-pricing [class*="content-"] ul li {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.3);
}
.card-pricing.card-background ul li b, .card-pricing [class*="content-"] ul li b {
    color: #FFFFFF;
}
.card-pricing.card-background [class*="text-"], .card-pricing [class*="content-"] [class*="text-"] {
    color: #FFFFFF;
}
.card-pricing.card-background:after {
    background-color: rgba(0, 0, 0, 0.7);
}
.card-blog {
    margin-top: 60px
}
.card-blog [class*=col-] .card-header-image img {
    width: 100%
}
.card-blog .carf-footer .stats .material-icons {
    font-size: 18px;
    position: relative;
    top: 4px;
    width: 19px
}
.card .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px
}
.card .author a {
    color: #3c4858;
    text-decoration: none
}
.card .author a .ripple-container {
    display: none
}
.card .card-category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px
}
.card .card-category-social .material-icons {
    position: relative;
    top: 5px
}
.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2)
}
/*  */
span.table-heading-box-icon {
    background: #42a3c9;
    background: -moz-linear-gradient(top, #42a3c9 0%, #126abe 100%);
    background: -webkit-linear-gradient(top, #42a3c9 0%, #126abe 100%);
    background: linear-gradient(60deg, #1063b5, #2196f3 );
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a3c9', endColorstr='#126abe', GradientType=0 );
    display: inline-block;
    padding: 10px;
    border-radius: 2px;
    margin-right: 6px;
    box-shadow: 3px 3px #d1d1d1;
}
span.table-heading-box-icon i {
    color: #fff;
}
[fuse-cloak],  .fuse-cloak {
    display: none !important;
}
div.mce-fullscreen {
    z-index: 103350;
    top: 51px!important;
}
.dropdown-item {
    line-height: 2.8rem !important;
    height: 2.8rem !important;
}
.form-group, .form-check {
    letter-spacing: 0 !important;
}
.well {
    border: 1px darkgray solid;
    padding: 11px;
    background-color: whitesmoke;
    margin-bottom: 20px;
    clear: both;
   
    margin-top: 10px;
    background: linear-gradient(60deg,  #ada996,#f2f2f2,#dbdbdb,#eaeaea  );
    color: #000000;
    box-shadow: 3px 3px #d1d1d1;
    border-radius: 3px;
}
.layout #wrapper > .aside > .aside-content > #sidenav .nav-link > span {
    white-space: normal !important;
}
.help-block
{
font-size: 12px;
}

.dataTable thead
{
background: linear-gradient(60deg, #1063b5, #2196f3 );
color:#ffffff;
}

table.dataTable tbody tr.odd.active
{
background-color: #fff9d9;
}

table.dataTable tbody tr.even.active
{
background-color: #fff9d9;
}
table.dataTable tbody tr.unique-border-bottom
{
border-bottom: 1px dashed #d0d3d4;
border-top: 1px dashed #d0d3d4;
 

}

.keyword .opt p,
.answer p,
.option p {
    margin: 0;
}
.keyword .opt,
.answer .xcard,
.option .xcard {
    padding: 10px 16px 10px 10px;
    font-size: 12px;
    border: solid 1px #ddd;
    background-color: #eee;
    height: auto;
    z-index: 1;
    font-weight: bold;
    word-wrap: break-word;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    border-radius: 3px;
    color: #444 !important;
    margin-top: 8px;
    margin-bottom: 8px;
}
.answer {
    font-style: italic;
    /*background-color: #fafafa;*/
    color: #ccc;
    cursor: default;
    word-wrap: break-word;
    height: auto;
    position: relative;
    border-radius: 3px;
}

.option .xcard:after, .option .xcard:before {
    font-family: 'fuse-iconfont' !important;
    font-size: 26px;
    position: absolute;
    top: 50%;
    line-height: 0px;
    font-weight: lighter;
}
.option .xcard:after {
    left: 0;
    content: "\ed6f";
    color: #eee;
    margin-left: -14px;
}
.option .xcard:before {
    left: 0;
    content: "\ed6f";
    color: #ddd;
    margin-left: -16px;
}
.answer .xcard:after, .answer .xcard:before {
    font-family: 'fuse-iconfont' !important;
    font-size: 26px;
    position: absolute;
    top: 50%;
    line-height: 0px;
    font-weight: lighter;
}
.answer .xcard:after {
    left: 0;
    content: "\ed6f";
    color: #eee;
    margin-left: -18px;
}
.answer .xcard:before {
    left: 0;
    content: "\ed6f";
    color: #ddd;
    margin-left: -19px;
}
.answer .xcard {
    margin-left: -3px;
}



@media only screen and (max-width: 480px) {
.col-12.col-sm-auto.d-flex.flex-sm-column.justify-content-center.align-items-center {
    position: absolute;
    top: 13px;
    right: 30px;
    width: auto !important;
}
.time.mb-2 {
    margin-right: 10px;
}
}

.subject {
    font-size: 1.4rem !important;
    font-weight: normal !important;
}

#mail .thread-list .thread .info .name {
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.nav-tabs li {
    border: solid 2px #eee;
    padding: 6px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}.nav-tabs li a {
    text-decoration: none !important;
     
}
.nav-tabs {
    margin-top: 10px;
}.nav-tabs li a.active {
    background: linear-gradient(60deg, #1063b5, #2196f3 ) !important;
	padding: 9px;
}.nav-tabs li a.active {
    color: #fff !important;
}
.table-scrollable
{
	margin-bottom: 200px !important;
}


