/* Global Styles */

/* ------------------------------- */

 body {
    background-color: #fff;
}

/* Wrappers */

/* ------------------------------- */

 #wrapper {
    width: 100%;
}

#page-wrapper {
    top:60px;
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        padding: 60px 15px 0 165px;

        min-height: 1300px;
        border-left: 1px solid #e7e7e7;
    }
}

.bg-white{ background-color: white;}
.bg-light-gray{ background-color: #f9f9f9;}

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

 .navbar-top-links li {
    display: inline-block;
     font-size: 14px;
}

.navbar-top-links li:last-child {
    margin-right: 30px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a, .navbar-top-links .dropdown-menu li span {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
 .navbar-top-search {    
    position: relative;
    float: left;    
}
.navbar
{
    min-height: 25px;
}

.navbar-nav > li > a {

}
.navbar-brand{
    height: auto;
}
.input-group {
    /*min-height: 50px;*/
    padding: 9px;    
}

/* Sidebar Menu Styles */

 .sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: fixed;
        width: 150px;
        height: 100%;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

/* Buttons */

/* ------------------------------- */

 .btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

 .chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

 .login-panel {
    margin-top: 50%;
}

/* Flot Chart Containers */

 .flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}
/* Fixed column table */

.fixed-column {
    position: absolute;
    width: 400px;
    margin-left: -400px;
    margin-top: -1px;

}

.fixed-column-table {
    overflow-x: scroll;
    width: available;
    margin: 0 auto;
    padding-left: 400px;
}

.fixed-column-table th, .fixed-column-table td {
    white-space: nowrap;
}

/* DataTables Overrides */

div.dt-buttons {
    float: right;
}

table.dataTable{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .tabletoolbar {
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgba(221,221,221,0.5) 0%, rgba(204,204,204,0.5) 100%);
    display: flow-root;
    padding: 10px 10px 5px 10px;
    border: 1px solid #ddd;
}
.dataTables_paginate {
    float: right;
}
table.dataTable tbody tr td {
    vertical-align: middle;
    padding: 2px;
}
.paging_full_numbers {
    width: 400px !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: black;
    opacity: 1;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd ";
    float: right;
    font-family: fontawesome;
}


table.dataTable thead th, table.dataTable tfoot th{
    color: #0073ea;
}

/* Circle Buttons */

 .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}
.total_points{
	font-weight: bold;
	font-size: 16px;
}
.total_points_total{
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    background-color: #fff1ab;
}
.tooltip-inner {
    white-space: pre-wrap;
    max-width: 500px;
    text-align: left;
}
/* TASK MANAGER */
.header-0{
    background: #aaaaff;
    color: #fff;
}
.header-1{
    background: #2A92BF;
    color: #fff;
}
.header-5{
    background: #F4CE46;
    color: #fff;
}
.header-10{
    background: #00B961;
    color: #fff;
}
.header-20{
    background: #aaaaff;
    color: #fff;
}
.kanban-item {
    border: 1px solid #ccc;
    padding: 0px 2px 0px 0px;
}
.kanban-item .task-header{
    border-bottom: 1px solid #eee;
    color: #2c539e;
    margin-bottom: 10px;
}
.kanban-item .task-name{
    font-weight: bold;
    font-size: 14px;
    color: #2c539e;
}
.kanban-item .due_date{
    font-weight: bold;
    font-size: 10px;
}
.kanban-item .comments{
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}
.kanban-item .assignee{
    text-align: right;
    font-weight: bold;
    font-size: 10px;
}
.kanban-item .tag{
    font-weight: bold;
    font-size: 10px;
    color: #0A246A;
}
.kanban-item .task-footer{
    border-top: 1px solid #eee;
    margin-top: 5px;
}
.kanban-item .task-description{
    line-height: 12px;
    min-height: 36px;
}
.task-item {
    border: 1px solid #eee;
    margin-top: 2px;
}
.task-holder-priority-1{
    border-left: 4px solid #8fbc8f;
    padding-left: 3px;
}
.task-holder-priority-2{
    border-left: 4px solid #00AA00;
    padding-left: 3px;
}
.task-holder-priority-3{
    border-left: 4px solid #C6E746;
    padding-left: 3px;
}
.task-holder-priority-4{
    border-left: 4px solid #f0ad4e;
    padding-left: 3px;
}
.task-holder-priority-5{
    border-left: 4px solid #ac2925;
    padding-left: 3px;
}

/* DM Uploader OLD*/
.drag-and-drop-zone{
    border: 0.25rem dashed #A5A5C7;
    padding: 20px;
}
.drag-and-drop-zone-small{
    border: 0.25rem dashed #A5A5C7;
    padding: 10px;
}
#drag-and-drop-zone {
    border: 0.25rem dashed #A5A5C7;
    padding: 20px;
}
.uploader {
    border: 2px dotted #A5A5C7;
    width: 100%;
    color: #92AAB0;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px;
    margin-bottom: 5px;
    font-size: 24px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploader div.browser label.small{
    background-color: #5a7bc2;
    padding: 2px 2px;
    color: white;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 50px;
    margin: 0px auto 0px auto;
    height: 20px;

    box-shadow: 2px 2px 2px #888888;
}
.dm-uploader.active {
    border-color: green;
    border-style: solid;
}

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/

.rtable {
    /*!
    // IE needs inline-block to position scrolling shadows otherwise use:
    // display: block;
    // max-width: min-content;
    */
    display: inline-block;
    vertical-align: top;
    max-width: 100%;

    overflow-x: auto;

    /* optional - looks better for small cell values */
    white-space: nowrap;

    border-collapse: collapse;
    border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
    /* optional - enable iOS momentum scrolling */
    -webkit-overflow-scrolling: touch;

    /* scrolling shadows */
    background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
    radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
}

/* change these gradients from white to your background colour if it differs */
/* gradient on the first cells to hide the left shadow */
.rtable td:first-child,
.rtable--flip tbody tr:first-child {
    background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%;
}

/* gradient on the last cells to hide the right shadow */
.rtable td:last-child,
.rtable--flip tbody tr:last-child {
    background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%;
}

.rtable th {
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    /*background: #f2f0e6;*/
}

.rtable th,
.rtable td {
    padding: 2px 4px;
    border: 1px solid #d9d7ce;
}

.rtable--flip {
    display: flex;
    overflow: hidden;
    background: none;
}

.rtable--flip thead {
    display: flex;
    flex-shrink: 0;
    min-width: min-content;
}

.rtable--flip tbody {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtable--flip tr {
    display: flex;
    flex-direction: column;
    min-width: min-content;
    flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
    display: block;
}

.rtable--flip td {
    background-image: none !important;
    /* border-collapse is no longer active*/
    border-left: 0;
}

/* border-collapse is no longer active*/
.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
    border-bottom: 0;
}