.class-group {display:inline; float:left;}
.dataTables_filter {float:right !important}

.sidebar-main-toggle, .icon-rotate
{
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;	
}
.sidebar-separate {background-color: none !important;}
.icon-rotate {
-webkit-transform: rotate(900deg);
-ms-transform: rotate(900deg);
-o-transform: rotate(900deg);
transform: rotate(900deg);
}

.theme-switch span {display:inline-block; width:12px; height:12px; background-color:#000000;margin: 0px 4px 0px 0px;}
.theme-switch span.themeColor-akademia {background-color:#2196f3;}
.theme-switch span.themeColor-default {background-color:#263238;}


.navigation > li ul li a span {float:right; color:rgba(255,255,255,.6);
font-size:smaller; }

.navigation > li a em {float:right; color:rgba(255,255,255,0);
font-size:smaller; }

.navigation li a > i {width:16px;} 

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.table-full {margin:0px -20px !important;}
.table-full .datatable-header {margin:0px 20px;padding-top: 0px;}
.table-full .datatable-footer {margin:0px 20px;padding-bottom: 0px;}
.table-full .dt-buttons,
.table-full .dataTables_info {margin-bottom:0px;}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}





.file-input.has-error .form-control {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width:769px) {
    .file-input .btn > .glyphicon, .file-input .btn > [class * =icon-] {
        margin-right: 5px
    }
}

.file-object {
    margin: 0 0 -7px 0;
    padding: 0
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block
}

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    word-break: break-all
}

.file-caption-name .glyphicon, .file-caption-name [class * =icon-] {
    margin-right: 7px
}

.file-input-new .file-caption-name {
    color: #999
}

.file-input-new .file-caption-name > .glyphicon, .file-input-new .file-caption-name > [class * =icon-] {
    display: none
}

.file-error-message {
    position: relative;
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin: 0 5px 5px 5px
}

.file-drop-zone .file-error-message {
    margin-top: 5px
}

.file-error-message .close {
    margin-top: 1px;
    color: #a94442
}

.file-error-message pre, .file-error-message ul {
    margin: 7px 0;
    text-align: left
}

.file-caption-disabled {
    background-color: #fafafa;
    cursor: not-allowed
}

.file-caption-disabled .file-caption-name {
    color: #ccc
}

.file-preview-detail-modal {
    text-align: left
}

.file-preview {
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-align: center
}

.file-preview > .close {
    font-weight: 400;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 8px;
    line-height: .6;
    border-radius: 3px;
    color: #555;
    opacity: 1
}

.file-preview-frame {
    margin: 7px;
    margin-right: 0;
    display: table;
    border: 1px solid #ddd;
    float: left;
    vertical-align: middle
}

.file-drop-zone .file-preview-frame {
    border: 1px solid #ddd;
    border-radius: 3px
}

.file-preview-image {
    height: 160px;
    vertical-align: middle;
    image-orientation: from-image;
    border-radius: 3px
}

@media (max-width:768px) {
    .file-preview-image {
        max-width: 100%
    }
}

.file-preview-text {
    text-align: left;
    width: 160px;
    margin-bottom: 2px;
    color: #428bca;
    background-color: #fff;
    overflow-x: hidden
}

.file-preview-other {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px
}

.file-preview-other:after {
    content: "\ea0c";
    font-family: icomoon;
    display: block;
    font-size: 64px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.file-preview-other .glyphicon {
    display: none
}

.file-preview-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #333;
    background-color: rgba(250, 250, 250, .8);
    border-top: 1px solid #ddd;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.6666667;
    color: #333 !important
}

.file-preview-status:empty {
    padding: 0;
    background-color: transparent;
    border: 0
}

.file-thumb-loading {
    min-height: 107px
}

.file-thumb-loading:before, .file-uploading:before {
    content: "";
    display: inline-block;
    background-color: #263238;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33.5px 0 0 -16px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(255, 255, 255, .5);
    box-shadow: 0 1px 5px rgba(255, 255, 255, .5)
}

.file-thumb-loading:after, .file-uploading:after {
    content: "\eb55";
    font-family: icomoon;
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -25.5px 0 0 -8px;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite
}

.file-upload-indicator {
    position: absolute;
    bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: default;
    text-align: left;
    padding-left: 8px
}

.file-input-new .close, .file-input-new .file-preview, .file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button, .file-input-new .glyphicon-file {
    display: none
}

.file-input-ajax-new .file-caption-name > .glyphicon, .file-input-ajax-new .file-caption-name > [class * =icon-],
.file-input-ajax-new .fileinput-remove, .file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button {
    display: none
}

.file-actions {
    margin-top: 5px;
    border-top: 1px solid #eee
}

.file-actions .btn > .glyphicon, .file-actions .btn > [class * =icon-] {
    margin-right: 0
}

.file-footer-buttons {
    float: right
}

.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 11px;
    padding: 12px 7px 7px 7px;
    margin-left: auto;
    margin-right: auto
}

.file-preview-error {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.file-drop-zone {
    border: 1px dashed #ddd;
    border-radius: 3px;
    height: 100%;
    vertical-align: middle;
    margin: 5px;
    padding: 5px
}

.file-drop-zone-title {
    color: #999;
    font-size: 21px;
    font-weight: 300;
    padding: 85px 10px
}

.file-highlighted {
    border-color: #ccc;
    background-color: #fafafa
}

.kv-upload-progress {
    margin-bottom: 20px
}

.file-thumb-progress {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0
}

.file-thumb-progress .progress, .file-thumb-progress .progress-bar {
    height: 5px;
    border-radius: 0;
    font-size: 0
}

.file-thumbnail-footer {
    position: relative
}

.btn-file ::-ms-browse {
    width: 100%;
    height: 100%
}

.file-zoom-fullscreen.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.file-zoom-fullscreen .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto
}

.file-zoom-dialog .btn-navigate {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    padding: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    color: #fff;
    opacity: .7
}

.file-zoom-dialog .btn-navigate > i {
    display: block;
    font-size: 32px
}

.file-zoom-dialog .btn-navigate:not([disabled]):focus, .file-zoom-dialog .btn-navigate:not([disabled]):hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5
}

.file-zoom-dialog .btn-navigate[disabled] {
    opacity: .3
}

.file-zoom-dialog .btn-prev {
    left: -42px
}

.file-zoom-dialog .btn-next {
    right: -42px
}

.file-zoom-dialog .floating-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 0 0 0 3px
}

.file-zoom-dialog .floating-buttons:not(:empty) {
    padding: 0 0 20px 20px
}

.file-zoom-dialog .floating-buttons, .file-zoom-dialog .floating-buttons .btn {
    z-index: 3000
}

.kv-zoom-actions {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px
}

.file-zoom-content {
    height: 480px;
    text-align: center
}

.file-drag-handle {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: move;
    cursor: -webkit-grabbing
}

.file-drag-handle:hover {
    opacity: .7
}

.file-drag-handle > i {
    top: 0
}

body .fab-menu-bottom-left {left: 235px;}
body.sidebar-xs > .fab-menu-bottom-left {left: 30px;}

.dropdown-menu > li > a.ndr { color: #ddd;}