/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
/* FLEX ADMIN DEMO STYLES */

/* The following styles are used for demo purposes. */

/* Organizing the Icons Page */

.fa-hover {
    height: 45px;
}

.fa-hover:hover {
    font-size: 20px;
}

.bs-glyphicons {
    margin-bottom: 20px;
    padding-bottom: 1px;
    padding-left: 0;
    overflow: hidden;
    list-style: none;
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    margin: 0 -1px -1px 0;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word; /* Help out IE10+ with class names */
}

.bs-glyphicons li:hover {
    background-color: #e0e7e8;
}

@media(min-width:768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}

/* Slider Demo Spacing */

.vertical-slider-demo li {
    margin-right: 20px;
}

/* Flot Chart Homepage Demo */

.flot-dash-demo {
    height: 200px !important;
}

.dashboard-demo-table {
    overflow: auto;
}

/* Grid Demo */

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border: 1px solid rgba(52,73,94,.2);
    background-color: #eee;
    background-color: rgba(52,73,94,.15);
}

.show-grid {
    margin: 15px 0;
}

/* Dashboard Map Demo */

#map {
    height: 250px;
}

@media(min-width:768px) {
    #map {
        height: 500px;
    }
}

/* Fixed Height Dashboard Demo Styles */

.dash-demo-tile {
    height: 250px;
    text-align: center;
}

.dash-demo-tile h4 {
    text-align: left;
}

#morris-chart-dashboard {
    width: 100%;
    height: 240px;
}

.flot-chart-dashboard {
    height: 240px;
}

/* Custom Easy Pie Chart Demo Styles */

.easy-pie-chart {
    width: 175px;
    height: 175px;
    margin: 15px 0 0;
}

.percent {
    font-size: 2em;
    font-weight: bold;
    line-height: 175px;
    color: rgba(255,255,255,.7);
}

/* FLEX ADMIN PLUGIN CUSTOMIZATION STYLES */

/* The following styles are used to customize plugins used within the Flex Admin theme. */

/* WYSIWYG Editor Customization */

.note-editor .note-editable {
    background-color: #fff;
}

/* Morris Chart Styles */

.morris-hover-point {
    color: #34495e;
}

.morris-hover-row-label {
    color: #34495e;
}

.morris-hover.morris-default-style {
    padding: 0 10px 5px;
    border: 0;
    border-radius: 5px;
}

/* Flot Chart Styles */

.flot-chart {
    display: block;
    height: 200px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Spark Chart Styles */

.jqstooltip {
    display: table;
    box-sizing: content-box;
}

.spark-chart p.small {
    margin-bottom: 0;
    font-size: 13px;
}

.spark-chart p.lead {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: normal;
}

.spark-chart p.lead .small {
    font-size: 14px;
    font-weight: normal;
}

/* Full Calendar Customization */

.fc-state-default {
    border-color: #15987e;
    text-shadow: none;
    color: #fff;
    background-color: #16a085;
    background-image: none;
    box-shadow: none;
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    border-color: #138871;
    color: #fff;
    background-color: #149077;
}

.fc-state-hover {
    color: #fff;
}

.fc-state-down,
.fc-state-active {
    background-color: #149077;
}

#external-events {
    text-align: left;
}

.external-event {
    margin-bottom: 10px;
    padding: 2px 4px;
    border-color: #15987e;
    border-radius: 3px;
    font-size: .85em;
    color: #fff;
    background-color: #16a085;
    cursor: pointer;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

.fc-green,
.fc-event {
    border-color: #15987e;
    color: #fff;
    background-color: #16a085;
}

.fc-orange {
    border-color: #e79411;
    color: #fff;
    background-color: #f39c12;
}

.fc-blue {
    border-color: #2779b0;
    color: #fff;
    background-color: #2980b9;
}

.fc-red {
    border-color: #db4839;
    color: #fff;
    background-color: #e74c3c;
}

.fc-purple {
    border-color: #8741a4;
    color: #fff;
    background-color: #8e44ad;
}

.fc-default {
    border-color: #314559;
    color: #fff;
    background-color: #34495e;
}

.fc-white {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.fc-header-title h2 {
    font-size: 1.5em;
}

@media(max-width:767px) {
    .fc-header .fc-header-left,
    .fc-header .fc-header-center,
    .fc-header .fc-header-right {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/* Bootstrap Datepicker Customization */

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover {
    color: #fff;
    background: #16a085;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
    color: #fff;
    background: #34495e;
}

.datepicker.dropdown-menu {
    border-radius: 0;
}

/* jQuery UI Slider Colors */

.slider-input {
    border: none;
    font-weight: bold;
    color: #333;
    background-color: transparent;
}

.ui-slider-handle:focus {
    outline: none;
}

.slider-default .ui-slider-range {
    background: #34495e;
}

.slider-default .ui-slider-handle {
    border-color: #34495e;
}

.slider-green .ui-slider-range {
    background: #16a085;
}

.slider-green .ui-slider-handle {
    border-color: #16a085;
}

.slider-blue .ui-slider-range {
    background: #2980b9;
}

.slider-blue .ui-slider-handle {
    border-color: #2980b9;
}

.slider-orange .ui-slider-range {
    background: #f39c12;
}

.slider-orange .ui-slider-handle {
    border-color: #f39c12;
}

.slider-red .ui-slider-range {
    background: #e74c3c;
}

.slider-red .ui-slider-handle {
    border-color: #e74c3c;
}

.slider-purple .ui-slider-range {
    background: #8e44ad;
}

.slider-purple .ui-slider-handle {
    border-color: #8e44ad;
}

/* Additional Font Awesome Styles */

.fa-muted {
    color: #bdc3c7;
}

/* Messenger Popup Responsive Sizing Styles */

@media(max-width:390px) {
    ul.messenger {
        max-width: 280px;
    }
}

.note-editor .note-editable {
    overflow: auto;
}

/* Dropzone Custom Styles */

.dropzone-portlet {
    overflow: hidden;
}

/* DataTables Styles */

.dataTables_filter input,
.dataTables_length select {
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

 .dataTables_filter input:focus,
 .dataTables_length select:focus {
    border-color: #34495e;
    outline: 0px none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}

@media(max-width:480px) {
    div.dataTables_paginate {
        display: block;
        width: 100%;
    }
}

/* jQuery Vector Maps */

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: auto;
    height: auto;
    background: #34495e;
}

/* Easy Pie Chart Styles */

.easy-pie-chart {
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    margin: 15px 0;
    text-align: center;
}

.easy-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    z-index: 2;
    line-height: 110px;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
/* FLEX ADMIN CORE CSS */


/* We've used some big text art as comments to split up our sections for easy readability. This works great with a text editor like Sublime Text! */


/* Global Styles
                                                                                                     
       ,o888888o.    8 8888         ,o888888o.     8 888888888o          .8.          8 8888         
      8888     `88.  8 8888      . 8888     `88.   8 8888    `88.       .888.         8 8888         
   ,8 8888       `8. 8 8888     ,8 8888       `8b  8 8888     `88      :88888.        8 8888         
   88 8888           8 8888     88 8888        `8b 8 8888     ,88     . `88888.       8 8888         
   88 8888           8 8888     88 8888         88 8 8888.   ,88'    .8. `88888.      8 8888         
   88 8888           8 8888     88 8888         88 8 8888888888     .8`8. `88888.     8 8888         
   88 8888   8888888 8 8888     88 8888        ,8P 8 8888    `88.  .8' `8. `88888.    8 8888         
   `8 8888       .8' 8 8888     `8 8888       ,8P  8 8888      88 .8'   `8. `88888.   8 8888         
      8888     ,88'  8 8888      ` 8888     ,88'   8 8888    ,88'.888888888. `88888.  8 8888         
       `8888888P'    8 888888888888 `8888888P'     8 888888888P .8'       `8. `88888. 8 888888888888 

*/

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

a,
a:hover,
a:active,
a:focus {
    color: #34495e;
}

@media(min-width:768px) {
    body {
        background: #34495e;
    }
}


/* Helper Classes

  8 8888        8 8 8888888888   8 8888         8 888888888o   8 8888888888   8 888888888o.     d888888o.   
  8 8888        8 8 8888         8 8888         8 8888    `88. 8 8888         8 8888    `88.  .`8888:' `88. 
  8 8888        8 8 8888         8 8888         8 8888     `88 8 8888         8 8888     `88  8.`8888.   Y8 
  8 8888        8 8 8888         8 8888         8 8888     ,88 8 8888         8 8888     ,88  `8.`8888.     
  8 8888        8 8 888888888888 8 8888         8 8888.   ,88' 8 888888888888 8 8888.   ,88'   `8.`8888.    
  8 8888        8 8 8888         8 8888         8 888888888P'  8 8888         8 888888888P'     `8.`8888.   
  8 8888888888888 8 8888         8 8888         8 8888         8 8888         8 8888`8b          `8.`8888.  
  8 8888        8 8 8888         8 8888         8 8888         8 8888         8 8888 `8b.    8b   `8.`8888. 
  8 8888        8 8 8888         8 8888         8 8888         8 8888         8 8888   `8b.  `8b.  ;8.`8888 
  8 8888        8 8 888888888888 8 888888888888 8 8888         8 888888888888 8 8888     `88. `Y8888P ,88P' 

*/


/* -- Background Helper Classes */


/* Use these to cuztomize the background color of a div. These are used along with tiles, or any other div you want to customize. */

.dark-blue {
    background-color: #34495e;
}

.green {
    background-color: #16a085;
}

.blue {
    background-color: #2980b9;
}

.orange {
    background-color: #f39c12;
}

.red {
    background-color: #e74c3c;
}

.purple {
    background-color: #8e44ad;
}

.dark-gray {
    background-color: #7f8c8d;
}

.gray {
    background-color: #95a5a6;
}

.light-gray {
    background-color: #bdc3c7;
}

.yellow {
    background-color: #f1c40f;
}


/* -- Text Color Helper Classes */

.text-dark-blue {
    color: #34495e;
}

.text-green {
    color: #16a085;
}

.text-blue {
    color: #2980b9;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}

.text-purple {
    color: #8e44ad;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}


/* Wrappers

  `8.`888b                 ,8' 8 888888888o.            .8.          8 888888888o   8 888888888o   8 8888888888   8 888888888o.     d888888o.   
   `8.`888b               ,8'  8 8888    `88.          .888.         8 8888    `88. 8 8888    `88. 8 8888         8 8888    `88.  .`8888:' `88. 
    `8.`888b             ,8'   8 8888     `88         :88888.        8 8888     `88 8 8888     `88 8 8888         8 8888     `88  8.`8888.   Y8 
     `8.`888b     .b    ,8'    8 8888     ,88        . `88888.       8 8888     ,88 8 8888     ,88 8 8888         8 8888     ,88  `8.`8888.     
      `8.`888b    88b  ,8'     8 8888.   ,88'       .8. `88888.      8 8888.   ,88' 8 8888.   ,88' 8 888888888888 8 8888.   ,88'   `8.`8888.    
       `8.`888b .`888b,8'      8 888888888P'       .8`8. `88888.     8 888888888P'  8 888888888P'  8 8888         8 888888888P'     `8.`8888.   
        `8.`888b8.`8888'       8 8888`8b          .8' `8. `88888.    8 8888         8 8888         8 8888         8 8888`8b          `8.`8888.  
         `8.`888`8.`88'        8 8888 `8b.       .8'   `8. `88888.   8 8888         8 8888         8 8888         8 8888 `8b.    8b   `8.`8888. 
          `8.`8' `8,`'         8 8888   `8b.    .888888888. `88888.  8 8888         8 8888         8 8888         8 8888   `8b.  `8b.  ;8.`8888 
           `8.`   `8'          8 8888     `88. .8'       `8. `88888. 8 8888         8 8888         8 888888888888 8 8888     `88. `Y8888P ,88P' 

*/

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    border: none;
    background-color: #ecf0f1;
}

@media(min-width:768px) {
    #page-wrapper {
        margin: 50px 0 0 225px;
        padding: 0 30px;
        min-height: 1300px;
        border-left: 1px solid #2c3e50;
    }

        #page-wrapper.collapsed {
            margin: 50px 0 0;
        }

    .page-content {
        opacity: 1;
        -webkit-transition: opacity .4s linear;
        -moz-transition: opacity .4s linear;
        -o-transition: opacity .4s linear;
        transition: opacity .4s linear;
    }

    .page-content-ease-in {
        opacity: 1;
    }
}


/* Top Navigation

  8888888 8888888888 ,o888888o.     8 888888888o             b.             8          .8. `8.`888b           ,8' 
        8 8888    . 8888     `88.   8 8888    `88.           888o.          8         .888. `8.`888b         ,8'  
        8 8888   ,8 8888       `8b  8 8888     `88           Y88888o.       8        :88888. `8.`888b       ,8'   
        8 8888   88 8888        `8b 8 8888     ,88           .`Y888888o.    8       . `88888. `8.`888b     ,8'    
        8 8888   88 8888         88 8 8888.   ,88'           8o. `Y888888o. 8      .8. `88888. `8.`888b   ,8'     
        8 8888   88 8888         88 8 888888888P'            8`Y8o. `Y88888o8     .8`8. `88888. `8.`888b ,8'      
        8 8888   88 8888        ,8P 8 8888                   8   `Y8o. `Y8888    .8' `8. `88888. `8.`888b8'       
        8 8888   `8 8888       ,8P  8 8888                   8      `Y8o. `Y8   .8'   `8. `88888. `8.`888'        
        8 8888    ` 8888     ,88'   8 8888                   8         `Y8o.`  .888888888. `88888. `8.`8'         
        8 8888       `8888888P'     8 8888                   8            `Yo .8'       `8. `88888. `8.`          

*/

.navbar-top {
    margin-left: 0;
    background-color: #2c3e50;
}

    .navbar-top .navbar-brand a {
        display: inline-block;
        transition: all ease-in-out .3s;
    }

        .navbar-top .navbar-brand a:hover {
            opacity: 0.7;
        }

    .navbar-top .navbar-left {
        display: none;
    }

    .navbar-top .navbar-header {
        background-color: #142434;
    }

    .navbar-top .navbar-toggle {
        margin-top: 6px;
        margin-bottom: auto;
        border-color: #999;
        outline: none;
        color: #333;
        background-color: #fff;
    }

        .navbar-top .navbar-toggle:active,
        .navbar-top .navbar-toggle:focus,
        .navbar-top .navbar-toggle:hover {
            background-color: #fff;
        }

    .navbar-top .dropdown-toggle {
        padding-top: 6px;
        padding-bottom: 4px;
    }

    .navbar-top .nav-top {
        margin-left: 15px;
    }

    .navbar-top > .nav-top > .nav > li {
        display: inline-block;
        float: left;
    }

    .navbar-top > .nav-top > ul.navbar-right > li {
        margin-right: 5px;
    }

        .navbar-top > .nav-top > ul.navbar-right > li:last-child {
            margin-right: 0;
        }

    .navbar-top > .nav-top > .nav > li > a {
        height: 50px;
        padding-top: 15px;
        color: #fff;
    }

        .navbar-top > .nav-top > .nav > li > a:hover,
        .navbar-top > .nav-top > .nav > li > a:focus {
            color: #fff;
            background-color: #142434;
        }

    .navbar-top .dropdown-messages {
        left: 0;
        min-width: 280px;
        border-color: #8bd0c2;
    }

    .navbar-top .dropdown-alerts {
        left: -60px;
        min-width: 280px;
        border-color: #f9ce89;
    }

    .navbar-top .dropdown-tasks {
        left: -119px;
        min-width: 280px;
        border-color: #94c0dc;
    }

    .navbar-top .dropdown-user {
        left: -80px;
        margin: 0;
        min-width: 200px;
    }

    .navbar-top .dropdown-scroll {
        margin: 0;
        padding: 0;
    }

        .navbar-top .dropdown-scroll .dropdown-header {
            padding: 15px 10px;
        }

            .navbar-top .dropdown-scroll .dropdown-header:active,
            .navbar-top .dropdown-scroll .dropdown-header:focus,
            .navbar-top .dropdown-scroll .dropdown-header:hover {
                color: inherit;
                background: inherit;
            }

        .navbar-top .dropdown-scroll li {
            margin: 0;
            border-bottom: 1px solid #ccc;
            background: #fff;
        }

            .navbar-top .dropdown-scroll li:last-child {
                border-bottom: none;
            }

            .navbar-top .dropdown-scroll li a {
                display: block;
                padding: 10px;
            }

                .navbar-top .dropdown-scroll li a:hover {
                    text-decoration: none;
                    background-color: inherit;
                }

        .navbar-top .dropdown-scroll .dropdown-footer {
            display: block;
            border-top: 1px solid #ccc;
            border-bottom: none;
            text-align: center;
            font-size: 12px;
            line-height: 1.428571429;
        }

        .navbar-top .dropdown-scroll p {
            margin: 0;
        }

        .navbar-top .dropdown-scroll li a,
        .navbar-top .dropdown-scroll li a:hover,
        .navbar-top .dropdown-messages li a:hover,
        .navbar-top .dropdown-alerts li a:hover,
        .navbar-top .dropdown-tasks li a:hover {
            color: #333;
        }

    .navbar-top .messages-link,
    .navbar-top .messages-link:hover,
    .navbar-top .messages-link:focus,
    .navbar-top .dropdown-messages .dropdown-header,
    .navbar-top .dropdown-messages .dropdown-header:hover,
    .navbar-top .dropdown-messages .dropdown-footer,
    .navbar-top .dropdown-messages .dropdown-footer a,
    .navbar-top .dropdown-messages .dropdown-footer a:hover {
        color: #fff;
        background: #16a085 !important;
    }

    .navbar-top .alerts-link,
    .navbar-top .dropdown-alerts .dropdown-header,
    .navbar-top .dropdown-alerts .dropdown-header:hover,
    .navbar-top .dropdown-alerts .dropdown-footer,
    .navbar-top .dropdown-alerts .dropdown-footer a,
    .navbar-top .dropdown-alerts .dropdown-footer a:hover {
        color: #fff;
        background: #f39c12 !important;
    }

    .navbar-top .alert-icon {
        width: 25px;
        margin-right: 5px;
        text-align: center;
        color: #fff;
    }

    .navbar-top .tasks-link,
    .navbar-top .dropdown-tasks .dropdown-header,
    .navbar-top .dropdown-tasks .dropdown-header:hover,
    .navbar-top .dropdown-tasks .dropdown-footer,
    .navbar-top .dropdown-tasks .dropdown-footer a,
    .navbar-top .dropdown-tasks .dropdown-footer a:hover {
        color: #fff;
        background: #2980b9 !important;
    }

    .navbar-top .dropdown-tasks .progress {
        height: 10px;
        margin-bottom: 5px;
        border-radius: 0;
    }

    .navbar-top .number {
        position: absolute;
        bottom: 25px;
        left: 3px;
        width: 20px;
        height: 20px;
        padding-right: 1px;
        border-radius: 50%;
        text-align: center;
        font-size: 11px;
        line-height: 20px;
        background-color: #2c3e50;
    }

@media(min-width:768px) {
    .navbar-top {
        z-index: 1030;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        max-height: 50px;
        border-radius: 0;
    }

        .navbar-top .navbar-header {
            width: 225px;
            background-color: transparent;
        }

        .navbar-top .navbar-left {
            display: inherit;
        }

        .navbar-top #sidebar-toggle {
            display: inline-block;
        }

        .navbar-top .nav-top {
            margin-right: 15px;
            text-align: inherit;
        }

        .navbar-top .dropdown-user {
            left: inherit;
            min-width: inherit;
        }

        .navbar-top .dropdown-messages,
        .navbar-top .dropdown-alerts,
        .navbar-top .dropdown-tasks {
            left: inherit;
            width: 300px;
        }

        .navbar-top .dropdown-scroll li a:hover {
            text-decoration: none;
        }

        .navbar-top .dropdown-messages li a:hover {
            background-color: #e8f6f3;
        }

        .navbar-top .dropdown-alerts li a:hover {
            background-color: #fef5e8;
        }

        .navbar-top .dropdown-tasks li a:hover {
            background-color: #eaf3f8;
        }

        .navbar-top .name {
            display: inherit;
            float: left;
            margin-right: 5px;
        }
}


/* Side Navigation

     d888888o.    8 8888 8 888888888o.      8 8888888888             b.             8          .8. `8.`888b           ,8' 
   .`8888:' `88.  8 8888 8 8888    `^888.   8 8888                   888o.          8         .888. `8.`888b         ,8'  
   8.`8888.   Y8  8 8888 8 8888        `88. 8 8888                   Y88888o.       8        :88888. `8.`888b       ,8'   
   `8.`8888.      8 8888 8 8888         `88 8 8888                   .`Y888888o.    8       . `88888. `8.`888b     ,8'    
    `8.`8888.     8 8888 8 8888          88 8 888888888888           8o. `Y888888o. 8      .8. `88888. `8.`888b   ,8'     
     `8.`8888.    8 8888 8 8888          88 8 8888                   8`Y8o. `Y88888o8     .8`8. `88888. `8.`888b ,8'      
      `8.`8888.   8 8888 8 8888         ,88 8 8888                   8   `Y8o. `Y8888    .8' `8. `88888. `8.`888b8'       
  8b   `8.`8888.  8 8888 8 8888        ,88' 8 8888                   8      `Y8o. `Y8   .8'   `8. `88888. `8.`888'        
  `8b.  ;8.`8888  8 8888 8 8888    ,o88P'   8 8888                   8         `Y8o.`  .888888888. `88888. `8.`8'         
   `Y8888P ,88P'  8 8888 8 888888888P'      8 888888888888           8            `Yo .8'       `8. `88888. `8.`          

*/

.navbar-side .navbar-collapse {
    max-height: none;
    border: none;
}

.navbar-side li.side-user {
    display: block;
    width: 100%;
    padding: 15px;
    border-top: none !important;
    border-bottom: 1px solid #142638;
    text-align: center;
}

.navbar-side .side-user img {
    display: block;
    margin-bottom: 15px;
    margin-left: 20px;
}

.navbar-side .side-user .welcome {
    margin: 0;
    font-style: italic;
    color: #9aa4af;
}

    .navbar-side .side-user .welcome .fa {
        padding-right: 0;
    }

.navbar-side .side-user .name {
    margin: 0;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ccd1d7;
}

    .navbar-side .side-user .name .last-name {
        font-weight: 400;
        color: #fff;
    }

.navbar-side .nav-search {
    padding: 15px;
    border-top: none;
}

    .navbar-side .nav-search:hover {
        background: none;
    }

    .navbar-side .nav-search input {
        padding-right: 30px;
        border-radius: 0;
    }

    .navbar-side .nav-search button {
        position: absolute;
        top: 15px;
        right: 5px;
        background-color: transparent;
    }

    .navbar-side .nav-search .btn:focus,
    .navbar-side .nav-search .btn:active {
        outline: none;
        box-shadow: none;
    }

.navbar-side ul.side-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #54677a;
    font-size: 13px;
    background-color: #34495e;
}

.navbar-side .navbar-nav > li > a,
.navbar-side .navbar-nav > li > a:focus,
.navbar-side .navbar-nav > li > a:hover,
.navbar-side .navbar-nav > li > a:active {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    outline: none;
    color: #fff;
    background-color: #34495e;
}

.navbar-side .side-nav li,
.navbar-side .side-nav li.panel {
    border-top: 1px solid #54677a;
    border-bottom: 1px solid #142638;
}

    .navbar-side .side-nav li.panel ul li {
        border-top: none;
        border-bottom: none;
    }

        .navbar-side .side-nav li.panel ul li a,
        .navbar-side .side-nav li.panel ul li a:hover,
        .navbar-side .side-nav li.panel ul li a:focus,
        .navbar-side .side-nav li.panel ul li a:active,
        .navbar-side .side-nav li.panel ul li .active {
            color: #333;
            background-color: #ecf0f1;
        }

    .navbar-side .side-nav li.panel i.fa,
    .navbar-side .side-nav li i.fa {
        padding-right: 10px;
    }

    .navbar-side .side-nav li.panel ul li a {
        padding-left: 20px;
    }

.navbar-side .side-nav .fa-caret-down {
    float: right;
    margin-top: 2px;
    margin-right: -10px;
}

.navbar-side .side-nav > li > a.active {
    background-color: #2c3e50;
}

.navbar-side .side-nav li.panel ul li a.active {
    background-color: #e0e7e8;
}

@media(min-width:768px) {
    .navbar-side.collapsed {
        display: none;
    }

    .navbar-side {
        z-index: 1020;
        position: absolute;
        top: 50px;
        width: 100%;
        border-radius: 0;
    }

        .navbar-side .side-nav {
            position: absolute;
            left: 0;
            width: 225px;
            border: none;
            border-radius: 0;
            overflow-y: auto;
        }

        .navbar-side ul.side-nav {
            background-color: transparent;
        }

        .navbar-side .side-nav > li > a {
            width: 225px;
        }

        .navbar-side li.nav-search {
            border-top: 1px solid #54677a;
        }

        .navbar-side .side-nav > li > a:hover {
            color: #fff;
            background-color: #3d566e;
        }

        .navbar-side .side-nav li.panel ul li a:hover,
        .navbar-side .side-nav li.panel ul li a:focus,
        .navbar-side .side-nav li.panel ul li a:active {
            background-color: #e0e7e8;
        }
}


/* Page Title Styles

  8 888888888o      .8.           ,o888888o.    8 8888888888             8888888 8888888888  8 8888 8888888 8888888888 8 8888         8 8888888888   
  8 8888    `88.   .888.         8888     `88.  8 8888                         8 8888        8 8888       8 8888       8 8888         8 8888         
  8 8888     `88  :88888.     ,8 8888       `8. 8 8888                         8 8888        8 8888       8 8888       8 8888         8 8888         
  8 8888     ,88 . `88888.    88 8888           8 8888                         8 8888        8 8888       8 8888       8 8888         8 8888         
  8 8888.   ,88'.8. `88888.   88 8888           8 888888888888                 8 8888        8 8888       8 8888       8 8888         8 888888888888 
  8 888888888P'.8`8. `88888.  88 8888           8 8888                         8 8888        8 8888       8 8888       8 8888         8 8888         
  8 8888      .8' `8. `88888. 88 8888   8888888 8 8888                         8 8888        8 8888       8 8888       8 8888         8 8888         
  8 8888     .8'   `8. `88888.`8 8888       .8' 8 8888                         8 8888        8 8888       8 8888       8 8888         8 8888         
  8 8888    .888888888. `88888.  8888     ,88'  8 8888                         8 8888        8 8888       8 8888       8 8888         8 8888         
  8 8888   .8'       `8. `88888.  `8888888P'    8 888888888888                 8 8888        8 8888       8 8888       8 888888888888 8 888888888888 

*/

.page-title {
    margin: 30px 0;
}

    .page-title h1 {
        margin: 0;
        margin-bottom: 15px;
        font-size: 26px;
    }

    .page-title small {
        font-size: 18px;
    }

    .page-title .breadcrumb {
        margin-bottom: 0;
        background-color: #eaeff2;
    }

    .page-title .date-picker {
        /*margin-top: -8px;
	margin-right: -10px;*/
    }

    .page-title .date-range {
        display: none;
    }

    .page-title .btn {
        height: 36px;
        padding-top: 8px;
        border: none;
    }

@media(min-width:768px) {
    .page-title .date-range {
        display: inherit;
    }
}


/* Flex Portlet Styles

  8 888888888o       ,o888888o.     8 888888888o. 8888888 8888888888 8 8888         8 8888888888 8888888 8888888888 d888888o.   
  8 8888    `88.  . 8888     `88.   8 8888    `88.      8 8888       8 8888         8 8888             8 8888     .`8888:' `88. 
  8 8888     `88 ,8 8888       `8b  8 8888     `88      8 8888       8 8888         8 8888             8 8888     8.`8888.   Y8 
  8 8888     ,88 88 8888        `8b 8 8888     ,88      8 8888       8 8888         8 8888             8 8888     `8.`8888.     
  8 8888.   ,88' 88 8888         88 8 8888.   ,88'      8 8888       8 8888         8 888888888888     8 8888      `8.`8888.    
  8 888888888P'  88 8888         88 8 888888888P'       8 8888       8 8888         8 8888             8 8888       `8.`8888.   
  8 8888         88 8888        ,8P 8 8888`8b           8 8888       8 8888         8 8888             8 8888        `8.`8888.  
  8 8888         `8 8888       ,8P  8 8888 `8b.         8 8888       8 8888         8 8888             8 8888    8b   `8.`8888. 
  8 8888          ` 8888     ,88'   8 8888   `8b.       8 8888       8 8888         8 8888             8 8888    `8b.  ;8.`8888 
  8 8888             `8888888P'     8 8888     `88.     8 8888       8 888888888888 8 888888888888     8 8888     `Y8888P ,88P' 

*/

.portlet {
    margin-bottom: 15px;
}

.portlet {
    border: 1px solid;
}

    .portlet .portlet-heading {
        padding: 0 15px;
    }

        .portlet .portlet-heading h4 {
            padding: 1px 0;
            font-size: 16px;
        }

        .portlet .portlet-heading a {
            color: #fff;
        }

            .portlet .portlet-heading a:hover,
            .portlet .portlet-heading a:active,
            .portlet .portlet-heading a:focus {
                outline: none;
            }

    .portlet .portlet-widgets .dropdown-menu a {
        color: #333;
    }

    .portlet .portlet-widgets ul.dropdown-menu {
        min-width: 0;
    }

    .portlet .portlet-heading .portlet-title {
        float: left;
    }

        .portlet .portlet-heading .portlet-title h4 {
            margin: 10px 0;
        }

    .portlet .portlet-heading .portlet-widgets {
        float: right;
        margin: 8px 0;
    }

        .portlet .portlet-heading .portlet-widgets .tabbed-portlets {
            display: inline;
        }

        .portlet .portlet-heading .portlet-widgets .divider {
            margin: 0 5px;
        }

    .portlet .portlet-body {
        padding: 15px;
        /*background: #fff;*/
    }

    .portlet .portlet-footer {
        padding: 10px 15px;
        background: #e0e7e8;
    }

        .portlet .portlet-footer ul {
            margin: 0;
        }

.portlet-green,
.portlet-green > .portlet-heading {
    border-color: #16a085;
}

    .portlet-green > .portlet-heading {
        color: #fff;
        background-color: #16a085;
    }

.portlet-orange,
.portlet-orange > .portlet-heading {
    border-color: #f39c12;
}

    .portlet-orange > .portlet-heading {
        color: #fff;
        background-color: #f39c12;
    }

.portlet-blue,
.portlet-blue > .portlet-heading {
    border-color: #2980b9;
}

    .portlet-blue > .portlet-heading {
        color: #fff;
        background-color: #2980b9;
    }

.portlet-red,
.portlet-red > .portlet-heading {
    border-color: #e74c3c;
}

    .portlet-red > .portlet-heading {
        color: #fff;
        background-color: #e74c3c;
    }

.portlet-purple,
.portlet-purple > .portlet-heading {
    border-color: #8e44ad;
}

    .portlet-purple > .portlet-heading {
        color: #fff;
        background-color: #8e44ad;
    }

.portlet-default,
.portlet-dark-blue,
.portlet-default > .portlet-heading,
.portlet-dark-blue > .portlet-heading {
    border-color: #34495e;
}

    .portlet-default > .portlet-heading,
    .portlet-dark-blue > .portlet-heading {
        color: #fff;
        background-color: #34495e;
    }

.portlet-basic,
.portlet-basic > .portlet-heading {
    border-color: #333;
}

    .portlet-basic > .portlet-heading {
        border-bottom: 1px solid #333;
        color: #333;
        background-color: #fff;
    }

@media(min-width:768px) {
    .portlet {
        margin-bottom: 30px;
    }
}


/* Flex Tile Styles

  8888888 8888888888  8 8888 8 8888         8 8888888888     d888888o.   
        8 8888        8 8888 8 8888         8 8888         .`8888:' `88. 
        8 8888        8 8888 8 8888         8 8888         8.`8888.   Y8 
        8 8888        8 8888 8 8888         8 8888         `8.`8888.     
        8 8888        8 8888 8 8888         8 888888888888  `8.`8888.    
        8 8888        8 8888 8 8888         8 8888           `8.`8888.   
        8 8888        8 8888 8 8888         8 8888            `8.`8888.  
        8 8888        8 8888 8 8888         8 8888        8b   `8.`8888. 
        8 8888        8 8888 8 8888         8 8888        `8b.  ;8.`8888 
        8 8888        8 8888 8 888888888888 8 888888888888 `Y8888P ,88P'

*/

.tile {
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    color: #fff;
}

    .tile h1,
    .tile h2,
    .tile h3,
    .tile h4,
    .tile h5,
    .tile h6 {
        margin: 0;
    }

        .tile h1 a,
        .tile h2 a,
        .tile h3 a,
        .tile h4 a,
        .tile h5 a,
        .tile h6 a {
            color: #fff;
        }


/* -- Circle Tiles */

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #fff;
    transition: all ease-in-out .3s;
}

    .circle-tile-heading .fa {
        line-height: 80px;
    }

.circle-tile-content {
    padding-top: 50px;
}

.circle-tile-number {
    padding: 5px 0 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.circle-tile-description {
    text-transform: uppercase;
}

.circle-tile-footer {
    display: block;
    padding: 5px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
    transition: all ease-in-out .3s;
}

    .circle-tile-footer:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(0, 0, 0, 0.2);
    }

.circle-tile-heading.dark-blue:hover {
    background-color: #2e4154;
}

.circle-tile-heading.green:hover {
    background-color: #138f77;
}

.circle-tile-heading.orange:hover {
    background-color: #da8c10;
}

.circle-tile-heading.blue:hover {
    background-color: #2473a6;
}

.circle-tile-heading.red:hover {
    background-color: #cf4435;
}

.circle-tile-heading.purple:hover {
    background-color: #7f3d9b;
}


/* -- Time Widget Tile */

.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.time-widget {
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 1.75em;
}

.time-widget-heading {
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 400;
}


/* -- These image backgrounds are set to change automatically depending on the time of day. */

.morning {
    background: url(../img/widget-bg-morning.jpg) center bottom no-repeat;
    background-size: cover;
}

.afternoon {
    background: url(../img/widget-bg-afternoon.jpg) center bottom no-repeat;
    background-size: cover;
}

.evening {
    background: url(../img/widget-bg-evening.jpg) center bottom no-repeat;
    background-size: cover;
}

.midnight {
    background: url(../img/widget-bg-midnight.jpg) center bottom no-repeat;
    background-size: cover;
}

@media(min-width:768px) {
    .tile {
        margin-bottom: 30px;
    }

    .circle-tile {
        margin-bottom: 30px;
    }
}


/* Button Styles

  8 888888888o   8 8888      88 8888888 8888888888 8888888 8888888888 ,o888888o.     b.             8    d888888o.   
  8 8888    `88. 8 8888      88       8 8888             8 8888    . 8888     `88.   888o.          8  .`8888:' `88. 
  8 8888     `88 8 8888      88       8 8888             8 8888   ,8 8888       `8b  Y88888o.       8  8.`8888.   Y8 
  8 8888     ,88 8 8888      88       8 8888             8 8888   88 8888        `8b .`Y888888o.    8  `8.`8888.     
  8 8888.   ,88' 8 8888      88       8 8888             8 8888   88 8888         88 8o. `Y888888o. 8   `8.`8888.    
  8 8888888888   8 8888      88       8 8888             8 8888   88 8888         88 8`Y8o. `Y88888o8    `8.`8888.   
  8 8888    `88. 8 8888      88       8 8888             8 8888   88 8888        ,8P 8   `Y8o. `Y8888     `8.`8888.  
  8 8888      88 ` 8888     ,8P       8 8888             8 8888   `8 8888       ,8P  8      `Y8o. `Y8 8b   `8.`8888. 
  8 8888    ,88'   8888   ,d8P        8 8888             8 8888    ` 8888     ,88'   8         `Y8o.` `8b.  ;8.`8888 
  8 888888888P      `Y88888P'         8 8888             8 8888       `8888888P'     8            `Yo  `Y8888P ,88P' 

*/

.btn-green {
    border-color: #15987e;
    color: #fff;
    background-color: #16a085;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        border-color: #138871;
        color: #fff;
        background-color: #149077;
    }

    .btn-green.disabled,
    .btn-green[disabled],
    fieldset[disabled] .btn-green,
    .btn-green.disabled:hover,
    .btn-green[disabled]:hover,
    fieldset[disabled] .btn-green:hover,
    .btn-green.disabled:focus,
    .btn-green[disabled]:focus,
    fieldset[disabled] .btn-green:focus,
    .btn-green.disabled:active,
    .btn-green[disabled]:active,
    fieldset[disabled] .btn-green:active,
    .btn-green.disabled.active,
    .btn-green[disabled].active,
    fieldset[disabled] .btn-green.active {
        border-color: #2eaa91;
        background-color: #39ae97;
    }

.btn-orange {
    border-color: #e79411;
    color: #fff;
    background-color: #f39c12;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange:active,
    .btn-orange.active,
    .open .dropdown-toggle.btn-orange {
        border-color: #cf850f;
        color: #fff;
        background-color: #da8c10;
    }

    .btn-orange.disabled,
    .btn-orange[disabled],
    fieldset[disabled] .btn-orange,
    .btn-orange.disabled:hover,
    .btn-orange[disabled]:hover,
    fieldset[disabled] .btn-orange:hover,
    .btn-orange.disabled:focus,
    .btn-orange[disabled]:focus,
    fieldset[disabled] .btn-orange:focus,
    .btn-orange.disabled:active,
    .btn-orange[disabled]:active,
    fieldset[disabled] .btn-orange:active,
    .btn-orange.disabled.active,
    .btn-orange[disabled].active,
    fieldset[disabled] .btn-orange.active {
        border-color: #f4a62a;
        background-color: #f5ab35;
    }

.btn-blue {
    border-color: #2779b0;
    color: #fff;
    background-color: #2980b9;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        border-color: #236d9d;
        color: #fff;
        background-color: #2573a6;
    }

    .btn-blue.disabled,
    .btn-blue[disabled],
    fieldset[disabled] .btn-blue,
    .btn-blue.disabled:hover,
    .btn-blue[disabled]:hover,
    fieldset[disabled] .btn-blue:hover,
    .btn-blue.disabled:focus,
    .btn-blue[disabled]:focus,
    fieldset[disabled] .btn-blue:focus,
    .btn-blue.disabled:active,
    .btn-blue[disabled]:active,
    fieldset[disabled] .btn-blue:active,
    .btn-blue.disabled.active,
    .btn-blue[disabled].active,
    fieldset[disabled] .btn-blue.active {
        border-color: #3f8dc0;
        background-color: #4993c3;
    }

.btn-red {
    border-color: #db4839;
    color: #fff;
    background-color: #e74c3c;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        border-color: #c54133;
        color: #fff;
        background-color: #cf4436;
    }

    .btn-red.disabled,
    .btn-red[disabled],
    fieldset[disabled] .btn-red,
    .btn-red.disabled:hover,
    .btn-red[disabled]:hover,
    fieldset[disabled] .btn-red:hover,
    .btn-red.disabled:focus,
    .btn-red[disabled]:focus,
    fieldset[disabled] .btn-red:focus,
    .btn-red.disabled:active,
    .btn-red[disabled]:active,
    fieldset[disabled] .btn-red:active,
    .btn-red.disabled.active,
    .btn-red[disabled].active,
    fieldset[disabled] .btn-red.active {
        border-color: #e95e50;
        background-color: #eb6759;
    }

.btn-purple {
    border-color: #8741a4;
    color: #fff;
    background-color: #8e44ad;
}

    .btn-purple:hover,
    .btn-purple:focus,
    .btn-purple:active,
    .btn-purple.active,
    .open .dropdown-toggle.btn-purple {
        border-color: #793a93;
        color: #fff;
        background-color: #803d9b;
    }

    .btn-purple.disabled,
    .btn-purple[disabled],
    fieldset[disabled] .btn-purple,
    .btn-purple.disabled:hover,
    .btn-purple[disabled]:hover,
    fieldset[disabled] .btn-purple:hover,
    .btn-purple.disabled:focus,
    .btn-purple[disabled]:focus,
    fieldset[disabled] .btn-purple:focus,
    .btn-purple.disabled:active,
    .btn-purple[disabled]:active,
    fieldset[disabled] .btn-purple:active,
    .btn-purple.disabled.active,
    .btn-purple[disabled].active,
    fieldset[disabled] .btn-purple.active {
        border-color: #9a57b5;
        background-color: #9f60b9;
    }

.btn-default,
.btn-dark-blue {
    border-color: #314559;
    /*color: #fff;
	background-color: #34495e;*/
}

    .btn-default:hover,
    .btn-dark-blue:hover,
    .btn-default:focus,
    .btn-dark-blue:focus,
    .btn-default:active,
    .btn-dark-blue:active,
    .btn-default.active,
    .btn-dark-blue.active,
    .open .dropdown-toggle.btn-default,
    .open .dropdown-toggle.btn-dark-blue {
        border-color: #2c3e50;
        color: #fff;
        background-color: #2f4254;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active,
    .btn-dark-blue.disabled,
    .btn-dark-blue[disabled],
    fieldset[disabled] .btn-dark-blue,
    .btn-dark-blue.disabled:hover,
    .btn-dark-blue[disabled]:hover,
    fieldset[disabled] .btn-dark-blue:hover,
    .btn-dark-blue.disabled:focus,
    .btn-dark-blue[disabled]:focus,
    fieldset[disabled] .btn-dark-blue:focus,
    .btn-dark-blue.disabled:active,
    .btn-dark-blue[disabled]:active,
    fieldset[disabled] .btn-dark-blue:active,
    .btn-dark-blue.disabled.active,
    .btn-dark-blue[disabled].active,
    fieldset[disabled] .btn-dark-blue.active {
        border-color: #495c6e;
        background-color: #526476;
    }

.btn-white {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        border-color: #adadad;
        color: #333333;
        background-color: #ebebeb;
    }


/* Custom Table Styles

  8888888 8888888888   .8.          8 888888888o   8 8888         8 8888888888     d888888o.   
        8 8888        .888.         8 8888    `88. 8 8888         8 8888         .`8888:' `88. 
        8 8888       :88888.        8 8888     `88 8 8888         8 8888         8.`8888.   Y8 
        8 8888      . `88888.       8 8888     ,88 8 8888         8 8888         `8.`8888.     
        8 8888     .8. `88888.      8 8888.   ,88' 8 8888         8 888888888888  `8.`8888.    
        8 8888    .8`8. `88888.     8 8888888888   8 8888         8 8888           `8.`8888.   
        8 8888   .8' `8. `88888.    8 8888    `88. 8 8888         8 8888            `8.`8888.  
        8 8888  .8'   `8. `88888.   8 8888      88 8 8888         8 8888        8b   `8.`8888. 
        8 8888 .888888888. `88888.  8 8888    ,88' 8 8888         8 8888        `8b.  ;8.`8888 
        8 8888.8'       `8. `88888. 8 888888888P   8 888888888888 8 888888888888 `Y8888P ,88P' 

*/

table.table-green thead {
    color: #fff;
    background-color: #16a085;
}


/* Custom Modal Styles

           ,8.       ,8.           ,o888888o.     8 888888888o.            .8.          8 8888           d888888o.   
          ,888.     ,888.       . 8888     `88.   8 8888    `^888.        .888.         8 8888         .`8888:' `88. 
         .`8888.   .`8888.     ,8 8888       `8b  8 8888        `88.     :88888.        8 8888         8.`8888.   Y8 
        ,8.`8888. ,8.`8888.    88 8888        `8b 8 8888         `88    . `88888.       8 8888         `8.`8888.     
       ,8'8.`8888,8^8.`8888.   88 8888         88 8 8888          88   .8. `88888.      8 8888          `8.`8888.    
      ,8' `8.`8888' `8.`8888.  88 8888         88 8 8888          88  .8`8. `88888.     8 8888           `8.`8888.   
     ,8'   `8.`88'   `8.`8888. 88 8888        ,8P 8 8888         ,88 .8' `8. `88888.    8 8888            `8.`8888.  
    ,8'     `8.`'     `8.`8888.`8 8888       ,8P  8 8888        ,88'.8'   `8. `88888.   8 8888        8b   `8.`8888. 
   ,8'       `8        `8.`8888.` 8888     ,88'   8 8888    ,o88P' .888888888. `88888.  8 8888        `8b.  ;8.`8888 
  ,8'         `         `8.`8888.  `8888888P'     8 888888888P'   .8'       `8. `88888. 8 888888888888 `Y8888P ,88P' 

*/

.modal-flex .modal-header {
    color: #fff;
    background-color: #2f4254;
}

    .modal-flex .modal-header .close,
    .modal-flex .modal-header .close:hover,
    .modal-flex .modal-header .close:focus {
        color: #fff;
    }

.modal-flex .modal-footer {
    background-color: #e0e7e8;
}


/* -- Custom Logout Popup Styles */

#logout {
    margin-top: 150px;
}

.logout-message {
    padding: 0 25px 25px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-color: rgba(26, 36, 47, 0.9);
}

    .logout-message h3 {
        margin: 15px 0;
    }

    .logout-message p {
        margin: 0 0 25px;
    }

.img-logout {
    margin-top: -75px;
}


/* Example Page Styles

  8 888888888o      .8.           ,o888888o.    8 8888888888     d888888o.   
  8 8888    `88.   .888.         8888     `88.  8 8888         .`8888:' `88. 
  8 8888     `88  :88888.     ,8 8888       `8. 8 8888         8.`8888.   Y8 
  8 8888     ,88 . `88888.    88 8888           8 8888         `8.`8888.     
  8 8888.   ,88'.8. `88888.   88 8888           8 888888888888  `8.`8888.    
  8 888888888P'.8`8. `88888.  88 8888           8 8888           `8.`8888.   
  8 8888      .8' `8. `88888. 88 8888   8888888 8 8888            `8.`8888.  
  8 8888     .8'   `8. `88888.`8 8888       .8' 8 8888        8b   `8.`8888. 
  8 8888    .888888888. `88888.  8888     ,88'  8 8888        `8b.  ;8.`8888 
  8 8888   .8'       `8. `88888.  `8888888P'    8 888888888888 `Y8888P ,88P' 

*/


/* -- User Profile Page Styles */

.img-profile {
    margin-bottom: 10px;
    border: 1px solid #34495e;
}

.profile-edit {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: rgb(52, 73, 94);
}

    .profile-edit:hover {
        position: absolute;
        padding: 5px 10px;
        color: #fff;
        background: rgba(52, 73, 94, 0.8);
    }

a.facebook-link:hover {
    color: #3b5998;
}

a.twitter-link:hover {
    color: #00aced;
}

a.linkedin-link:hover {
    color: #007bb6;
}

a.google-plus-link:hover {
    color: #dd4b39;
}


/* -- Mailbox Page Styles */

.mailbox-topnav {
    margin-bottom: 0;
}

.mailbox-sidenav {
    display: none;
}

.mailbox-messages {
    overflow: auto;
}

.mailbox-topnav > .navbar-header {
    width: 200px;
}

#mailbox-wrapper {
    margin-left: 0;
    overflow: hidden;
}

.mailbox-nav > ul > li > .navbar-btn {
    margin-right: 10px;
}

.mailbox-nav > ul > li.checkall {
    display: none;
}

.mailbox-nav > ul > li.message-actions {
    margin-left: 15px;
}

.mailbox-nav > ul > li.message-label {
    display: none;
}

.mailbox-menu-title {
    margin-bottom: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.checkbox-col {
    width: 35px;
    text-align: center;
}

.date-col {
    min-width: 100px;
    overflow: hidden;
    text-align: right;
}

.from-col {
    min-width: 170px;
    overflow: hidden;
}

.msg-col {
    min-width: 800px;
}

.unread-message {
    font-weight: bold;
}

.clickableRow:hover {
    cursor: pointer;
}

@media(min-width:865px) {
    .mailbox-topnav {
        margin-bottom: 10px;
    }

    .mailbox-sidenav {
        display: inherit;
        position: absolute;
        width: 200px;
    }

    #mailbox {
        width: 100%;
    }

    #mailbox-wrapper {
        margin-left: 200px;
        padding-left: 15px;
        min-height: 600px;
    }

    .mailbox-nav {
        display: inherit;
        padding-left: 10px;
    }

        .mailbox-nav > ul > li.message-actions {
            display: inherit;
            margin-left: inherit;
        }

        .mailbox-nav > ul > li.message-label {
            display: inherit;
        }

        .mailbox-nav > ul > li.checkall {
            display: inherit;
            margin-left: 11px;
            padding: 15px;
        }
}


/* -- Chat Widget Styles */

.chat-widget {
    max-height: 300px;
    overflow: auto;
}


/* -- Login Page Styles */

.login {
    background-color: #34495e;
}

.login-banner {
    margin: 50px 0;
    color: #fff;
}

.portlet .login-heading {
    padding: 15px;
}


/* -- Invoice Page Styles */

.invoice-terms {
    text-align: left;
}


/* -- Search Results Page Styles */

.search-item {
    margin-bottom: 25px;
}

.sr-name {
    font-size: 1.25em;
}

    .sr-name a {
        text-decoration: underline;
    }

        .sr-name a:visited {
            color: #8e44ad;
        }

@media(min-width:992px) {
    .invoice-terms {
        text-align: right;
    }
}


/* -- Pricing Table Styles */

.pricing-basic .plan {
    margin: 0 0 15px;
    padding: 0 0 20px;
    border: 1px solid #34495e;
    text-align: center;
    list-style: none;
    background: #fff;
}

    .pricing-basic .plan li {
        padding: 10px 15px;
        border-top: 1px solid #f5f5f5;
        color: #ccc;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

        .pricing-basic .plan li.plan-price {
            border-top: 0;
        }

        .pricing-basic .plan li.plan-name {
            margin-bottom: 30px;
            padding: 15px;
            border-top: 0;
            font-size: 24px;
            line-height: 24px;
            color: #fff;
            background: #34495e;
        }

        .pricing-basic .plan li > strong {
            color: #16a085;
        }

        .pricing-basic .plan li.plan-action {
            margin-top: 10px;
            border-top: 0;
        }

    .pricing-basic .plan:hover li.plan-name {
        background: #333;
    }

.pricing-circle .plan {
    margin: 0 0 20px;
    padding: 30px 0;
    border-radius: 4px;
    text-align: center;
    list-style: none;
    background: #16a085;
}

    .pricing-circle .plan li {
        padding: 5px 0;
        color: #fff;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

        .pricing-circle .plan li.plan-name {
            font-size: 24px;
            line-height: 24px;
            color: #fff;
        }

            .pricing-circle .plan li.plan-name h3 {
                margin: 0;
            }

        .pricing-circle .plan li.plan-price {
            margin-bottom: 10px;
        }

            .pricing-circle .plan li.plan-price > div {
                display: inline-block;
                width: 70px;
                height: 70px;
                padding: 10px;
                border-radius: 100%;
                font-size: 24px;
                background-color: rgba(0, 0, 0, 0.2);
            }

                .pricing-circle .plan li.plan-price > div sup {
                    font-size: 10px;
                    line-height: 10px;
                }

                .pricing-circle .plan li.plan-price > div > small {
                    display: block;
                    font-size: 11px;
                }

        .pricing-circle .plan li.plan-action {
            margin-top: 10px;
            border-top: 0;
        }

    .pricing-circle .plan.featured {
        background-color: #34495e;
    }


/* -- 404 Page Styles */

.error-title {
    font-size: 9em;
}

.error-msg {
    font-size: 2em;
}


/* -- Dashboard Checklist Styles */

.checklist-tile {
    overflow: auto;
}

.checklist {
    margin-top: 15px;
}

    .checklist label {
        display: block;
        padding: 5px;
        font-weight: normal;
    }

        .checklist label:hover {
            background-color: rgba(255, 255, 255, .1);
            cursor: pointer;
        }

.selected {
    text-decoration: line-through;
}

.task-time {
    display: none;
}

@media(min-width:768px) {
    .task-time {
        display: inherit;
        font-size: 12px;
        font-style: italic;
        line-height: 20px;
    }
}


/* Bootstrap Overrides

      ,o888888o.  `8.`888b           ,8' 8 8888888888   8 888888888o.   8 888888888o.    8 8888 8 888888888o.      8 8888888888     d888888o.   
   . 8888     `88. `8.`888b         ,8'  8 8888         8 8888    `88.  8 8888    `88.   8 8888 8 8888    `^888.   8 8888         .`8888:' `88. 
  ,8 8888       `8b `8.`888b       ,8'   8 8888         8 8888     `88  8 8888     `88   8 8888 8 8888        `88. 8 8888         8.`8888.   Y8 
  88 8888        `8b `8.`888b     ,8'    8 8888         8 8888     ,88  8 8888     ,88   8 8888 8 8888         `88 8 8888         `8.`8888.     
  88 8888         88  `8.`888b   ,8'     8 888888888888 8 8888.   ,88'  8 8888.   ,88'   8 8888 8 8888          88 8 888888888888  `8.`8888.    
  88 8888         88   `8.`888b ,8'      8 8888         8 888888888P'   8 888888888P'    8 8888 8 8888          88 8 8888           `8.`8888.   
  88 8888        ,8P    `8.`888b8'       8 8888         8 8888`8b       8 8888`8b        8 8888 8 8888         ,88 8 8888            `8.`8888.  
  `8 8888       ,8P      `8.`888'        8 8888         8 8888 `8b.     8 8888 `8b.      8 8888 8 8888        ,88' 8 8888        8b   `8.`8888. 
   ` 8888     ,88'        `8.`8'         8 8888         8 8888   `8b.   8 8888   `8b.    8 8888 8 8888    ,o88P'   8 8888        `8b.  ;8.`8888 
      `8888888P'           `8.`          8 888888888888 8 8888     `88. 8 8888     `88.  8 8888 8 888888888P'      8 888888888888 `Y8888P ,88P' 

*/

.form-control:focus {
    border-color: #34495e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

ol.breadcrumb li.pull-right:before {
    content: normal;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.modal,
.accordion-toggle:focus,
.btn:focus {
    outline: none;
}

.navbar-side .side-nav > .panel {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.panel {
    box-shadow: none;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.list-group-item:first-child,
.list-group-item:last-child,
.modal-flex,
.btn-square,
.squared,
.form-control,
.input-group-addon,
.input-group-btn .btn,
.dropdown-menu,
.panel-group .panel,
.panel-group .panel-heading,
.breadcrumb,
.nav-tabs > li > a {
    border-radius: 0;
}

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #34495e;
    }

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #34495e;
    background-color: #34495e;
}

.nav-tabs,
.nav-pills {
    margin-bottom: 10px;
}

    a.list-group-item:hover,
    a.list-group-item:focus,
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus,
    .nav-pills > li > a:hover,
    .nav-pills > li > a:focus,
    .nav-tabs .open > a,
    .nav-tabs .open > a:hover,
    .nav-tabs .open > a:focus,
    .nav-pills .open > a,
    .nav-pills .open > a:hover,
    .nav-pills .open > a:focus,
    .nav-tabs ul.dropdown-menu > li > a:hover,
    .nav-tabs ul.dropdown-menu > li > a:focus,
    .nav-pills ul.dropdown-menu > li > a:hover,
    .nav-pills ul.dropdown-menu > li > a:focus {
        background-color: #ecf0f1;
    }

        .nav-tabs .open > a,
        .nav-tabs .open > a:hover,
        .nav-tabs .open > a:focus {
            border-color: #35495e;
        }


/* -- Custom Radio Button and Checkbox Styles */

.radio,
.checkbox {
    min-height: 18px;
}

    input[type="radio"],
    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    input[type="checkbox"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: relative;
        -webkit-appearance: none;
        appearance: none;
        width: 13px;
        height: 13px;
        border: 1px solid #dcdcdc;
        border-width: 0\0;
        border-radius: 1px;
        background: white;
    }

        input[type="radio"]:focus,
        .radio input[type="radio"]:focus,
        .radio-inline input[type="radio"]:focus,
        input[type="checkbox"]:focus,
        .checkbox input[type="checkbox"]:focus,
        .checkbox-inline input[type="checkbox"]:focus {
            border-color: #35495e;
            outline: none;
        }

        input[type="radio"]:active,
        .radio input[type="radio"]:active,
        .radio-inline input[type="radio"]:active,
        input[type="checkbox"]:active,
        .checkbox input[type="checkbox"]:active,
        .checkbox-inline input[type="checkbox"]:active {
            border-color: #c6c6c6;
            background-color: #ebebeb;
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
        }

        input[type="radio"]:checked,
        .radio input[type="radio"]:checked,
        .radio-inline input[type="radio"]:checked,
        input[type="checkbox"]:checked,
        .checkbox input[type="checkbox"]:checked,
        .checkbox-inline input[type="checkbox"]:checked {
            background: #fff;
        }

    input[type="radio"],
    .radio input[type="radio"],
    .radio-inline input[type="radio"] {
        width: 15px;
        height: 15px;
        border-radius: 1em;
    }

        input[type="radio"]:checked::after,
        .radio input[type="radio"]:checked::after,
        .radio-inline input[type="radio"]:checked::after {
            content: '';
            display: block;
            position: relative;
            top: 3px;
            left: 3px;
            width: 7px;
            height: 7px;
            border-radius: 1em;
            background: #666;
        }

    input[type="checkbox"]:hover,
    .checkbox input[type="checkbox"]:hover,
    .checkbox-inline input[type="checkbox"]:hover {
        border-color: #c6c6c6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: none \9;
    }

    input[type="checkbox"]:checked::after,
    .checkbox input[type="checkbox"]:checked::after,
    .checkbox-inline input[type="checkbox"]:checked::after {
        content: url(../img/checkmark.png);
        display: block;
        position: absolute;
        top: -6px;
        left: -5px;
    }

.form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 5px;
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-bottom: -2px;
            margin-left: 0;
        }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 6px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 24px;
}

.form-horizontal .form-control-static {
    padding-top: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-bottom: -3px;
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form select.form-control {
        width: auto;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-bottom: -2px;
            margin-left: 0;
        }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

.mb-30 {
    margin-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-20 {
    margin-left: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pointer {
    cursor: pointer;
}

.position-absolute {
    position: absolute !important;
}

.bottom-15 {
    bottom: 15px !important;
}

.right-15 {
    right: 15px !important;
}

.right-30 {
    right: 30px !important;
}

.dash-tile {
    height: 250px;
    text-align: center;
}

    .dash-tile h4 {
        text-align: center;
    }

.easy-pie-chart {
    width: 175px;
    height: 175px;
    margin: 15px 0 0;
}

.percent {
    font-size: 2em;
    font-weight: bold;
    line-height: 175px;
    color: rgba(255,255,255,.7);
}


.navbar-brand {
    line-height: 5px;
    margin-top: -10px;
}


.navbar-side {
    background-color: #2c3e50;
}

body {
    background-color: #2c3e50;
}

#page-wrapper {
    background-color: #ffffff;
    margin-top: 0px !important;
    min-height: 2500px;
}



.navbar-left .jordan-officebar {
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
    padding-left: 5px;
    border-top: none;
}



/* The switch - the box around the slider */
.switch {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    width: 47px;
    height: 22px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #101010;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 6px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 18px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 6px;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*#endregion */

/*#region Circle Tiles */

/*#region Color Swatches */

.dark-blue {
    background-color: #34495e;
}

.medium-blue {
    background-color: #1485CC;
}

.light-blue {
    background-color: #2980b9;
}

.green {
    background-color: #16a085; /* #008000; */
}

.dark-green {
    background-color: #006600;
}

.medium-green {
    background-color: #228B22;
}

.blue {
    background-color: #2980b9;
}

.orange {
    background-color: #f39c12;
}

.dark-red {
    background-color: #740707;
}

.red {
    background-color: #e74c3c;
}

.purple {
    background-color: #8e44ad;
}

.dark-gray {
    background-color: #7f8c8d;
}

.gray {
    background-color: #95a5a6;
}

.brown {
    background-color: #8bd0c2;
}

.light-gray {
    background-color: #bdc3c7;
}

.yellow {
    background-color: #f1c40f;
}

/* -- Text Color Helper Classes */

.text-dark-blue {
    color: #006600;
}

.text-dark-green {
    color: #34495e;
}

.text-green {
    color: #16a085;
}

.text-blue {
    color: #2980b9;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}

.text-purple {
    color: #8e44ad;
}

.text-faded {
    color: rgba(255,255,255,0.7);
}

/*#endregion */


.icon-success {
    color: #5CB85C;
}


.badge-danger {
    background-color: #b94a48;
}

    .badge-danger:hover {
        background-color: #953b39;
    }

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }



.grid {
    height: 75vh;
}






.clientRegForm {
    background-color: #f5f5f5;
}

.redCell {
    font-weight: bold;
    font-size: 18px;
    background-color: #FF5733 !important;
}

.greenCell {
    font-weight: bold;
    font-size: 18px;
    background-color: #32CD32 !important;
}

.yellowCell {
    font-weight: bold;
    font-size: 18px;
    background-color: #FFD700 !important;
}

.dashboard .dl-horizontal dt {
    white-space: normal;
    width: 180px;
}

.dashboard .dl-horizontal dd {
    margin-left: 190px;
}
/* Not sure why this was added.
.table-borderless {
	margin-bottom: 5px !important;
}

.table-borderless>tbody>tr:nth-child(even) {
	background-color: #e5e5e5;
}

td,
.table-borderless>tbody>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
	border: 2px solid #ddd;
	height: 2px !important;
	max-height: 2px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 10px !important;
	font-weight: 500;
	font-size: 12px;
}
    */

/*.new-panel {
	background-color: #a3cae7 !important;
	padding: 5px 15px !important;
}
.new-panel  a { 
    color: black;
    font-weight: 500;
}
.new-panel a:hover { 
    color: #428bca;

}*/

.new-panel {
    background-color: #a3cae7 !important;
    padding: 5px 15px !important;
}

    .new-panel a {
        color: black;
        text-decoration: underline;
        font-weight: 600;
    }

        .new-panel a:hover {
            color: #2f62d4;
        }

.jd-info-link a {
    text-decoration: underline;
    /*font-size:small;*/
    font-weight: bold;
}

    .jd-info-link a:hover {
        color: #2f62d4;
        zoom: 1.1;
    }

.progress.bars {
    width: 100%;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: darkgray;
    height: 20px !important;
}

    .progress.bars .progress-bar {
        height: 100% !important;
        width: 100%;
        font-size: large !important;
    }

.report-date-range {
    margin-top: -8px;
    right: 0px;
}

.breadcrumb .jordan-breadcrumb-widget {
    margin-top: -8px;
    right: 0px;
}

.breadcrumb .jordan-breadcrumb-text {
    margin-right: 5px;
}


.breadcrumb {
    padding-right: 0px !important;
}

#bar-chart .portlet-body .morris-hover-point {
    font-size: 17px;
    font-weight: bold;
}

#bar-chart .portlet-body .morris-hover-row-label {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

/** Date picker styles */
.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}
/* .datpicker .text-info contains text for today's date but
   it dosn't work when we are not showing the current month */
.datepicker .text-info {
    font-size: 14px;
    color: black;
}
/* .datpicker .btn-info contains selected date */
.datepicker .btn-info {
    font-size: 14px;
    font-weight: bold;
    background-color: #39b3d7;
}

.datepicker .btn:disabled {
    font-size: 14px;
    font-weight: normal;
    color: gray;
}

    .datepicker .btn:disabled > .text-muted {
        font-size: 14px;
        font-weight: normal;
        color: gray;
    }

.datepicker .text-muted {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.datepicker .btn:enabled {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.datepickeer .btn-default,
.btn-dark-blue {
    border-color: #314559 !important;
}

.required label {
    font-weight: bold;
}

    .required label:after {
        color: black;
        content: ' *';
        display: inline;
    }

.htimeline {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

    .htimeline .step {
        float: left;
        border-bottom-style: solid;
        border-bottom-width: 5px;
        position: relative;
        margin-bottom: 10px;
        text-align: left;
        padding: 5px 0 5px 3px;
        background-color: #ddd;
        color: #333;
        height: 60px;
        vertical-align: middle;
        border-right: solid 1px #bbb;
        transition: all 0.5s ease;
        width: 14%;
    }

        .htimeline .step:nth-child(odd) {
            background-color: #eee;
        }

        .htimeline .step:first-child {
            border-left: solid 1px #bbb;
        }

        .htimeline .step:hover {
            background-color: #ccc;
            border-bottom-width: 6px;
        }

        .htimeline .step div {
            margin: 0 5px;
            font-size: 14px;
            vertical-align: top;
            padding: 0;
        }

        .htimeline .step.green {
            border-bottom-color: #348F50;
        }

        .htimeline .step.orange {
            border-bottom-color: #F09819;
        }

        .htimeline .step.red {
            border-bottom-color: #C04848;
        }

        .htimeline .step.blue {
            border-bottom-color: #49a09d;
        }

        .htimeline .step::before {
            width: 15px;
            height: 15px;
            border-radius: 50px;
            content: ' ';
            background-color: white;
            position: absolute;
            bottom: -10px;
            left: 0px;
            border-style: solid;
            border-width: 3px;
            transition: all 0.5s ease;
        }

        .htimeline .step:hover::before {
            width: 18px;
            height: 18px;
            bottom: -12px;
        }

        .htimeline .step.green::before {
            border-color: #348F50;
        }

        .htimeline .step.orange::before {
            border-color: #F09819;
        }

        .htimeline .step.red::before {
            border-color: #C04848;
        }

        .htimeline .step.blue::before {
            border-color: #49a09d;
        }

        .htimeline .step::after {
            content: attr(data-date);
            position: absolute;
            bottom: 0px;
            left: 17px;
            font-size: 11px;
            font-style: italic;
            color: #888;
        }


.morris-hover {
    position: absolute;
    z-index: 1000
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255,255,255,0.8);
        border: solid 2px rgba(230,230,230,0.8);
        font-family: 'Open Sans',sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-align: center
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: 700;
            font-size: 1.2em;
            margin: 0.5em 0
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.5em 0
        }


.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
    background: #fff;
    position: relative;
    z-index: 1;
}

.alert-info.positioned {
    margin-top: 1em;
    position: relative;
    z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}



.card-container {
    position: relative;
    -webkit-perspective: 80rem;
    -moz-perspective: 80rem;
    -ms-perspective: 80rem;
    -o-perspective: 80rem;
    perspective: 80rem;
    margin: 0 0 3rem 0;
}

.card {
    width: 100%;
    height: 58rem;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}



.card-container:not(.manual-flip):hover .front,
.card-container.hover.manual-flip .front {
    z-index: 0;
}

.card-container.hover.manual-flip .front {
    display: none;
}

.card-container.hover.manual-flip .back {
    display: block;
}

.card-container:not(.hover).manual-flip .front {
    display: block;
}

.card-container:not(.hover).manual-flip .back {
    display: none;
}

/*
.container:hover .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);	
    transform: rotateY(180deg);				
 }

 .container:hover .front {
    z-index: 0;
 }
 */

.face {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
}

.no-hide .face {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.front {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    color: #444444;
    text-align: center;
    line-height: 2rem;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    color: #444444;
    text-align: center;
    line-height: 2rem;
    background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.card {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}


.card-container, .front, .back {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
    -ms-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.16);
}





.card .header {
    padding: 15px 20px;
    height: 10rem;
}

.card .motto {
    font-family: 'Arima Madurai', cursive;
    border-bottom: 1px solid #EEEEEE;
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 1rem;
    text-align: center;
}

.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 3rem 0 0;
    padding: 1rem 0 0;
    height: 10rem;
    text-align: center;
}

.card .cover {
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

    .card .cover img {
        width: 100%;
    }

.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}

    .card .content .main {
        min-height: 38rem;
    }


.card .name {
    font-family: 'Arima Madurai', cursive;
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}

.card h5 {
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}


.modal-jordan-lg {
    width: 90%
}


.modal-jordan-md {
    width: 75%
}


.modal-jordan-sm {
    width: 45%
}

hr.vertical {
    width: 0px;
    height: 100%; /* or height in PX */
}


.button-cirlce {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 50%;
}

.navbar-sections {
    position: absolute;
    left: 35%;
    top: 50px;
}


.ui-grid-cell-contents a {
    color: #337ab7;
    text-decoration: underline;
}

    .ui-grid-cell-contents a:hover, a:focus, a:active {
        font-weight: bolder;
    }

.section-dx-menu .dx-menu-item {
    color: white;
    background-color: #2c3e50;
}

.dx-toolbar-filter-selection {
    width: 450px;
}

.toolbar-filter-selection .dx-toolbar-filter-selection {
    width: 450px;
}

.toolbar-filter-selection .clear {
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.circle-tile-footer-empty {
    display: block;
    padding: 5px;
    text-decoration: none !important;
}


.active-filter {
    box-shadow: 4px 6px #9e9e9e6b;
}

.vertical-align-middle {
    vertical-align: middle;
}

.circle-tile-footer:focus {
    color: rgba(255, 255, 255, 0.5);
}

.p-10 {
    padding: 10px;
}

.pr-0 {
    padding-right: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.f-15 {
    font-size: 15px !important;
}

.text-hover-black-light:hover {
    color: rgba(0, 0, 0, 0.44) !important;
}





/*
    Custom dashboard-tiles CSS
*/

.dashboard-tile {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    border: 0;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    font-size: .875rem;
    cursor: pointer;
}

.dashboard-tile-stats .dashboard-tile-header.dashboard-tile-header-icon,
.dashboard-tile-stats .dashboard-tile-header.dashboard-tile-header-text {
    text-align: right;
}

.dashboard-tile .dashboard-tile-header {
    z-index: 3 !important;
    border-bottom: none;
    background: transparent;
    height: 70px;
    margin: 0 7px;
    padding: 0;
    position: relative;
    color: #fff;
}

.dashboard-tile-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}


.dashboard-tile .dashboard-tile-header .dashboard-tile-icon,
.dashboard-tile .dashboard-tile-header .dashboard-tile-text {
    border-radius: 3px;
    background-color: #999;
    padding: 6px;
    margin-top: -20px;
    margin-right: 0px;
    float: left;
}


.dashboard-tile .dashboard-tile-header-orange .dashboard-tile-icon {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 152, 0, .4);
    background: linear-gradient(60deg, #ffa726, #fb8c00);
}

.dashboard-tile .dashboard-tile-header-blue .dashboard-tile-icon {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 188, 212, .4);
    background: linear-gradient(60deg, #26c6da, #00acc1);
}

.dashboard-tile .dashboard-tile-header-dark-blue .dashboard-tile-icon {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(32,148,243,.4);
    background: linear-gradient(60deg,#42A5F5,#1E88E5);
}

.dashboard-tile .dashboard-tile-header-green .dashboard-tile-icon {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.4);
    background: linear-gradient(60deg,#66bb6a,#43a047);
}

.dashboard-tile .dashboard-tile-header-dark-green .dashboard-tile-icon {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76, 174, 79, 0.4);
    background: linear-gradient(60deg,#66BB6A,#43A047);
}

.dashboard-tile .dashboard-tile-header-red .dashboard-tile-icon {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(244,64,52,.4);
    background: linear-gradient(60deg,#ef5350,#e53935);
}

.dashboard-tile .dashboard-tile-header-dark-red .dashboard-tile-icon {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(211, 49, 49, 0.4);
    background: linear-gradient(60deg,#e53935,#c62828);
}

.dashboard-tile .dashboard-tile-header-rose .dashboard-tile-icon {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(233,30,99,.4);
    background: linear-gradient(60deg,#ec407a,#d81b60);
}

.dashboard-tile .dashboard-tile-header-purple .dashboard-tile-icon {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4);
    background: linear-gradient(60deg,#ab47bc,#8e24aa);
}


.dashboard-tile-stats .dashboard-tile-header .dashboard-tile-category {
    color: #999;
    font-size: 18px;
    padding-top: 10px;
    margin: 0;
}

.dashboard-tile-stats .dashboard-tile-header .dashboard-tile-title {
    margin: 0;
    color: #3c4858;
}

.dashboard-tile-stats .dashboard-tile-header + .dashboard-tile-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.dashboard-tile-stats .dashboard-tile-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.dashboard-tile .dashboard-tile-footer .stats {
    color: #999;
    font-size: 12px;
    line-height: 22px;
    display: inline-flex;
}

    .dashboard-tile .dashboard-tile-footer .stats i {
        position: relative;
        margin-right: 3px;
        margin-left: 3px;
        font-size: 18px;
    }

.dashboard-tile-stats .dashboard-tile-header.dashboard-tile-header-icon i {
    font-size: 31px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
}


.dashboard-tile.active {
    position: relative !important;
    top: -20px !important;
}

    .dashboard-tile.active .dashboard-tile-footer .stats {
        color: #43A047;
    }

div:hover > div.dashboard-tile.hover:not(.active) {
    position: relative !important;
    top: -20px !important;
}

div:hover > div.dashboard-tile .dashboard-tile-footer .stats {
    color: #43A047;
}


/*
    End Custom dashboard-tiles CSS
*/


/*
    Custom Buttons
*/

.button {
    width: 100%;
    position: relative;
    padding: 8px 12px;
    margin: .3125rem 1px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
    border-radius: .2rem;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform
}

    .button:hover, .button:focus {
        background-color: #27ae60;
    }

    .button > * {
        position: relative;
    }

    .button span {
        display: block;
        padding: 12px 24px;
    }

    .button:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 0;
        padding-top: 0;
        border-radius: 100%;
        background-color: rgba(236, 240, 241, .3);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .button:active:before {
        width: 120%;
        padding-top: 120%;
        transition: width .2s ease-out, padding-top .2s ease-out;
    }

*, *:before, *:after {
    box-sizing: border-box;
}

.button, .button.button-default {
    color: #fff;
    background-color: #999;
    border-color: #999;
    box-shadow: 0 2px 2px 0 hsla(0,0%,60%,.14), 0 3px 1px -2px hsla(0,0%,60%,.2), 0 1px 5px 0 hsla(0,0%,60%,.12);
}

    .button.button-success {
        color: #fff;
        background-color: #4caf50;
        border-color: #4caf50;
        box-shadow: 0 2px 2px 0 rgba(76,175,80,.14),0 3px 1px -2px rgba(76,175,80,.2),0 1px 5px 0 rgba(76,175,80,.12)
    }

        .button.button-success:active, .button.button-success:focus, .button.button-success:hover {
            box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
        }

        .button.button-success:hover, .button.button-success:focus, .button.button-success.focus {
            color: #fff;
            background-color: #47a44b;
            border-color: #39843c
        }

    .button.button-danger {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336;
        box-shadow: 0 2px 2px 0 rgba(244,67,54,.14), 0 3px 1px -2px rgba(244,67,54,.2), 0 1px 5px 0 rgba(244,67,54,.12);
    }

        .button.button-danger:active, .button.button-danger:focus, .button.button-danger:hover {
            box-shadow: 0 14px 26px -12px rgba(244,67,54,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(244,67,54,.2);
        }

        .button.button-danger.focus, .button.button-danger:focus, .button.button-danger:hover {
            color: #fff;
            background-color: #f33527;
            border-color: #e11b0c;
        }


/*
    End Custom Buttons
*/


/*
    Note List
*/

.notes {
}

    .notes:hover {
        overflow-y: scroll;
    }

    .notes .note {
    }

.note .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.note .dates .follow-up {
    display: inline-block;
    color: green;
}

.note .details {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 10px;
}

.note.open .details {
    white-space: normal;
}

/*
    End Note List
*/

/*
    Scrollbar Style
 */

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

div::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

/*
    End Scrollbar Style
*/

/*Custom card overview style*/

.card-material-design {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    font-weight: 300;
    line-height: 1.5em;
}

.card-material-design-stats > .card-material-design-header {
    float: left;
    text-align: center;
}


    .card-material-design-stats > .card-material-design-header > i {
        font-size: 36px;
        line-height: 56px;
        width: 56px;
        height: 56px;
        color: white;
    }

.card-material-design-stats > .card-material-design-content {
    text-align: right;
    padding: 15px 20px;
}

    .card-material-design-stats > .card-material-design-content p {
        color: #999999;
        margin-bottom: 0;
    }

    .card-material-design-stats > .card-material-design-content h3 {
        margin: 0;
        font-weight: 300;
        line-height: 1.5em;
        font-size: 1.825em;
    }

.card-material-design > .card-material-design-footer {
    margin: 0 20px 10px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

    .card-material-design > .card-material-design-footer > .stats > a {
        line-height: 22px;
        color: #999999;
        font-size: 12px;
    }

    .card-material-design > .card-material-design-footer > .stats {
        line-height: 22px;
        color: #999999;
        font-size: 12px;
    }

.card-material-design > .card-header {
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
}

    .card-material-design > .card-header > .title {
        color: #FFFFFF;
        margin-top: 0;
        margin-bottom: 5px;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        font-weight: 300;
        line-height: 1.5em;
    }

    .card-material-design > .card-header > .category {
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.62);
        margin: 0 0 10px;
    }

.card-material-design [data-background-color="purple"] {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}

.card-material-design [data-background-color="green"] {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.card-material-design [data-background-color="red"] {
    background: linear-gradient(60deg, #ef5350, #e53935);
    box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}

.card-material-design [data-background-color="orange"] {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}

.card-material-design [data-background-color="blue"] {
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}

.card-material-design [data-background-color="dark-green"] {
    background: linear-gradient(60deg, #336735, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}

.card-material-design [data-background-color="grey"] {
    background: linear-gradient(60deg, #9f9ea0, #929292);
    box-shadow: 0 12px 20px -10px rgba(158, 154, 158, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(10, 9, 10, 0.2);
}

.card-material-design > .card-material-design-header {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
}

.card-material-design > .card-material-design-footer > .stats > i {
    position: relative;
    top: 4px;
    font-size: 16px;
}

.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}

.mat-button, .mat-icon-button, .mat-stroked-button {
    color: inherit;
    background: 0 0;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 1;
}

    .sticky + .portlet-body {
        padding-top: 40px;
    }

.display-inline-block {
    display: inline-block;
}

/*End custom card overview style*/

.table-fixed {
    width: 100%;
}

    .table-fixed tbody {
        display: block;
        height: 430px;
        overflow-y: auto;
        width: 100%;
    }

        .table-fixed tbody td {
            float: left;
        }

    .table-fixed thead tr th {
        float: left;
    }

.ml-25 {
    margin-left: 25px;
}

/*@media(max-width: 1353px) and (min-width: 1254px) {
    .user-section-menu .user-section-menu-container {
        margin-right: 0px !important;
    }
}*/

@media screen and (max-width: 1517px) {
    .user-section-menu .user-section-menu-container {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .user-section-menu .user-section-menu-container {
        margin-top: 10px !important;
    }

    .user-section-menu {
        margin-right: 0px !important;
    }
}

.user-section-menu .user-section-menu-container {
    margin-top: 10px;
}

/*@media(min-width: 1522px) {
    .user-section-menu .user-section-menu-container {
        margin-top: 10px;
    }
}*/

/*login form*/
.login-background {
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    margin: -50px 0 50px;
}

.login-container p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}


.login-container button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.login-container button:active {
    transform: scale(0.95);
}

.login-container button:focus {
    outline: none;
}

.login-container form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.login-container input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.login-container h1 {
    font-weight: bold !important;
}

.login-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 520px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}


.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background-color: rgba(168, 98, 168, 1);
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.login-container.button [disabled=disabled], .login-container button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.bg-white {
    background: white;
}

/* Portlet */
.portlet.portlet-custom {
    background: #fff;
    padding: 20px;
}

.portlet.portlet-custom.portlet-bordered {
    border: 1px solid #eee;
}

.portlet.portlet-custom.portlet-gray {
    background: #f7f7f7;
}

/* Portlet Title */
.portlet-custom .portlet-title {
    padding: 0;
    min-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
}

/*.portlet-custom.portlet-gray .portlet-title {
    border-bottom: 1px solid white;
}*/

.portlet-custom .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}

.portlet-custom .caption.caption-green .caption-subject,
.caption.caption-green i {
    color: #4db3a2;
    font-weight: 200;
}

.portlet-custom .caption.caption-red .caption-subject,
.caption.caption-red i {
    color: #e26a6a;
    font-weight: 200;
}

.portlet-custom .caption.caption-purple .caption-subject,
.caption.caption-purple i {
    color: #8775a7;
    font-weight: 400;
}

.portlet-custom .caption i {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    margin-top: 3px;
}

.portlet-custom .caption-subject {
    color: #666;
    font-size: 16px;
    font-weight: 600;
}


/* Material css tabs */

.material-tabs-container {
    padding: 0;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3)
}

.material-tabs-container .tab-content {
    padding: 25px;
}

.material-tabs {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
}

.material-tabs > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 22px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #424f5a;
    text-align: center;
    cursor: pointer;
}

.material-tabs > a.active {
    font-weight: 700;
    outline: none;
}

.material-tabs > a:not(.active):hover {
    background-color: inherit;
    color: #7c848a;
}


.slide-tabs-bar {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 3px;
    background: #458CFF;
    display: block;
    left: 0;
    transition: left .2s ease;
    -webkit-transition: left .2s ease;
}

#tab1-tab.active ~ span.slide-tabs-bar {
    left: 0;
    width: 160px;
}

#tab2-tab.active ~ span.slide-tabs-bar {
    left: 165px;
    width: 82px;
}

#tab3-tab.active ~ span.slide-tabs-bar {
    left: 253px;
    width: 135px;
}

#tab4-tab.active ~ span.slide-tabs-bar {
    left: 392px;
    width: 163px;
}

.position-relative {
    position: relative !important;
}

.master-detail-caption {
    padding: 0 0 5px 10px;
    font-size: 14px;
    font-weight: bold;
}
.highlight-row-bg {
    background-color: #fcf8e3 !important;
}

.daterange-button-style {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: -5px;
}

.custom-header-size .dx-form-group-caption {
    font-size: 30px;
    font-weight: bold;
}

.referralClassphysician {
    display: none;
}

.span-width-auto .dx-field-item-label-content {
    width: auto !important;
}

.contact-through-peferred-contact-visible {
    display: none;
}

.service-home-address-form-visible {
    display: flex;
}
