    /* 
    Contents
    -----------------------------------
    - Imports
    - Colours
    - Native
    - Generic classes
    - Content
        - Header
        - Aside / Menu
        - Content
            - Dashboard
        - Footer
*/


/* Imports
-----------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);

/* Colours
-----------------------------------------------*/
/* Main - Blue / #0099CC ------------*/
#topbar-menus .menu, #topbar, .panel-default > .panel-heading, .nav-tabs > li > a, .klypse-popup .klypse-popup-buttons, .btn-primary, .acc-header { background-color: #18486E; }
h1, .table-hover a, .table-hover a:hover, h1 + h2 { color: #18486E; }
.form-control-static, .acc-content, .klypse-popup .klypse-popup-header { border-color: #18486E; }

/* Main - Dark / #007DA7 ------------*/
#page-wrapper, .btn-primary, .btn-primary:hover { border-color: #0E2336; }
.nav > li > a:focus, .nav > li > a:hover, .btn-primary:hover, .panel-default > .panel-heading.alt-color { background-color: #0E2336; }

/* Main - Light / #BFE5F2 -----------*/

/* Contrast - #21242C ---------------*/
body { background-color: #0e2336; }

/* Contrast - Darker 1 - #1C1E25 ----*/
/* { background-color: #1C1E25; }*/

/* Contrast - Darker 2 - #15171C ----*/
/* { background-color: #15171C; } */

/* White #FFFFFF --------------------*/
#menu > li > a:hover, #menu > li.open li:hover, #menu > li.open li.active,#logo, #topbar-menus .icon, #topbar-menus .open .icon, #topbar-menus .menu, .bg-red, .bg-amber,
.bg-green, .bg-blue, .panel-default > .panel-heading, .panel-danger > .panel-heading, .panel-heading h2 small, .nav-tabs > li > a, .repeater-delete, .repeater-add, .acc-header,
#topbar-menus .contact-details, .klypse-popup#image-lightbox::before
{ color: #FFFFFF; }
.full-table, .panel-heading .btn-danger, .panel-heading .btn-success, .tab-content, #topbar-menus .contact-details .social-icon:hover { background-color: #FFFFFF; }
.klypse-popup#image-lightbox img { border-color: #FFFFFF; }

/* V. Light Grey #EEEEEE------------ */
.striped-bg:nth-child(even), .repeater-item:hover { background-color: #EEEEEE; }

/* Light Grey #E7E7E7 ---------------*/
#page-wrapper { background-color: #E7E7E7; }

/* Grey #AAAAAA ---------------------*/
aside, #topbar-menus .contact-details .social-icon:hover { color: #AAAAAA; }
.full-table * { border-color: #AAAAAA; }
.striped-bg:nth-child(odd), .vr, #topbar-menus .contact-details .social-icon { background-color: #AAAAAA; }

/* Dark Grey #353D39 ----------------*/

/* Black #000000 --------------------*/

/* RGBA colours 
----------------------*/
/* White 0.5 ------------------------*/
.notification { background-color: rgba(255, 255, 255, 0.5); }

/* White 0.2 ------------------------*/
#menu > li.open li.active { background-color: rgba(255, 255, 255, 0.2); }

/* White 0.1 ------------------------*/
#topbar-menus .menu li:hover, #menu > li:hover, #menu > li.open, #menu > li li, #menu > li.active, #menu > li li:hover, #topbar-menus .icon { background-color: rgba(255, 255, 255, 0.1); }

/* Black 0.1 ------------------------*/
#topbar-menus .open .icon, #topbar-menus .icon:hover { background-color: rgba(0, 0, 0, 0.1); }

/* Black 0.3 ------------------------*/
#logo:hover { background-color: rgba(0, 0, 0, 0.3); }

/* Bootstrap colours
----------------------*/
/* Red ------------------------------*/
.bg-red, .panel-danger > .panel-heading, .repeater-delete:hover { background-color: #A94442; }
.panel-heading .btn-danger { color: #A94442; }

/* Light */
.notification-danger i, td > a > .fa-trash, td > a > .fa-ban  { color: #FF6961; }

/* Dark */
td > a > .fa-trash:hover, td > a > .fa-ban:hover { color: #C9302C; }
.repeater-delete { background-color: #C9302C; }

/* Amber ----------------------------*/
.bg-amber { background-color: #F0AD4E; }
.notification-warning i { color: #F0AD4E; }

/* Green ----------------------------*/
.notification-success i, .panel-heading .btn-success { color: #5CB85C; }
.bg-green, .repeater-add i, .repeater-add span { background-color: #5CB85C; }

/* Dark */
.panel-heading .btn-success:hover { color: #449D44; }
.repeater-add:hover i, .repeater-add:hover span { background-color: #449D44; }

/* Blue -----------------------------*/
.bg-blue { background-color: #0099CC; }

/* Native
-----------------------------------------------*/
body {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin: 0;
    padding: 0;
    height: 100vh;
}

a, a:hover, a:focus {
    color: inherit;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
}

h1 {
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
}

h1 + h2 {
    font-size: 20px;
    font-weight: 100;
    margin-top: -15px;
}


/* Generic classes
-----------------------------------------------*/
#logo, a, li, span, i, #topbar-menus .icon, input[type="submit"], #topbar-menus .icon::after, .btn, .panel-heading::after, .status-toggle i, .repeater-delete,
.klypse-popup, .klypse-popup .cancel, .klypse-popup .continue, .acc-header::after, .fade, .add-remove_item > div {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.left   { float: left;}
.right  { float: right;}

.small { font-size: 10px;}

.width-auto { width: auto; }

.clear  { clear: both;}

.btn {
    border-radius: 0;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    display: inline;
    padding-right: 10px;
}

.breadcrumbs li:last-child {
    font-weight: 700;
}

.breadcrumbs li::after {
    content: '\00bb';
    padding-left: 10px;
}

.breadcrumbs li:last-child::after {
    content: '';
}

.breadcrumbs li a:hover {
    margin-top: -5px;
}

.notification {
    margin: 10px 0;
    padding: 8px;
}

.notification .row > div:nth-child(2) {
    line-height: 29px;
}

.clone-hidden {
    display: none;
}

.clone {
    margin: 10px 0;
}
.add-remove_item {
    padding: 5px 10px;
}
.add-remove_item.removed {
    position: relative;
}
.add-remove_item > div {
    opacity: 1;
}
.add-remove_item.removed > div {
    opacity: 0.4;
    pointer-events: none;
}
.add-remove_item.removed::after {
    content: 'Removed - click to restore';
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.add-remove_item .form-control, .add-remove_item .btn {
    /*margin: 5px 0;*/
}

.add-remove label {
    display: table-cell;
    font-weight: 400;
    height: 65px;
    margin-bottom: 0px;
    vertical-align: bottom;
    width: 100%;
}

.add-remove.timesheet-days label {
    height: unset;
}

.week-total-worked {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.select2 {
    display: block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.checkbox-inline, .radio-inline {
    margin-left: 10px;
}

.vr {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: bottom;
    width: 1px;
}

td .vr {
    height: 20px;
}

.panel {
    border-radius: 0;
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);*/
    box-shadow: none;
}

.panel-heading {
    position: relative;
    /*padding-right: 40px;*/
    border-radius: 0;
}
.collapsible .panel-heading {
    cursor: pointer;
}
.panel-heading > h2 > span {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.collapsible .panel-heading::after {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 54px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 15px;
    transform: rotate(180deg);
}
.closed .panel-heading::after {
    transform: rotate(0);
}

.panel-heading h2 {
    display: inline-block;
    font-weight: 300;
    margin: 0px;
}

.panel-heading h2 small {
    font-weight: 100;
    font-size: 15px;
}

.panel-heading_buttons {
    float: right;
}

.panel-heading .form-group {
    margin-bottom: 0;
}

.panel-body {
    width: 100%;
}

.panel-filters input[type="submit"] {
    margin-top: 26px;
}

.panel.closed .panel-body {
    display: none;
}

textarea.form-control, textarea.form-control-static {
    min-width: 100%;
    width: 100%;
}

.form-control, .input-group-addon {
    border-radius: 0;
}

.input-group-btn .btn > i {
    padding-right: 0;
}

.form-control-static {
    border-bottom-style: solid;
    border-width: 0 0 1px 0;
    cursor: not-allowed;
    padding-bottom: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
}

.form-group label {
    padding-right: 15px;
}

.nav-tabs > li > a {
    margin-right: 6px;
    border-radius: 0;
    font-size: 20px;
}

.nav > li > a:focus, .nav > li > a:hover {
    border: 1px solid transparent;
}

.tab-content {
    padding: 15px;
    border: solid 1px #ddd;
    border-top: transparent;
}

.status-toggle {
    line-height: 22px;
    border: solid 1px #bbb;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
}
.status-toggle.open i {
    transform: rotate(180deg);
}
#status-container {
    display: none;
}

.checkbox {
    margin-right: 10px;
    display: inline-block;
}

.checkbox label {
    border-right: dotted 1px #ddd;
    padding-right: 10px;
}

.form-horizontal .form-group {
    margin-left: unset;
    margin-right: unset;
}

body.klypse-popup-showing {
    overflow: hidden;
}
.klypse-popup {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;
}

.klypse-popup.show {
    opacity: 1;
    visibility: visible;
}

.klypse-popup .klypse-popup-container {
    background: white;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.klypse-popup .klypse-popup-header {
    font-size: 20px;
    text-align: center;
    padding: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 10px;
    width: 350px;
}

.klypse-popup[data-popup-type="form"] .klypse-popup-header + .klypse-popup-content {
    padding-top: 0;
}
.klypse-popup .klypse-popup-content {
    padding: 30px 40px 50px;
}
.klypse-popup[data-popup-type="form"] .klypse-popup-content {
    padding: 30px 40px;
}
.klypse-popup[data-popup-type="form"] .form-control {
    margin-top: 15px;
}


.klypse-popup-buttons .cancel, .klypse-popup-buttons .continue {
    border: none;
    color: white;
    cursor: pointer;
    float: left;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.klypse-popup .klypse-popup-buttons::after {
    content: '';
    clear: both;
    display: block;
}
.klypse-popup .cancel {
    background: rgba(0, 0, 0, .35);
}
.klypse-popup .cancel:hover {
    background: rgba(0, 0, 0, .65);
}

.klypse-popup .continue {
    background: rgba(255, 255, 255, 0);
}
.klypse-popup .continue:hover {
    background: rgba(255, 255, 255, .15);
}

.klypse-popup#update-password h2 {
}
.klypse-popup#update-password .form-group {
    margin-bottom: 10px;
}
.klypse-popup#update-password .form-group label {
    margin: 0;
}
.klypse-popup#update-password .form-control {
    margin: 0;
}
.klypse-popup#image-lightbox img {
    border-style: solid;
    border-width: 3px;
    left: 50%;
    max-height: 85%;
    max-width: 90%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}
.klypse-popup#image-lightbox::before {
    background-color: rgba(255,255,255,0.5);
    content: 'Click anywhere to hide';
    font-size: 16px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.acc-item {
    margin: 15px 0;
}
.acc-group > .acc-item:first-child { margin-top: 0; }
.acc-group > .acc-item:last-child  { margin-bottom: 0; }
.acc-header {
    padding: 10px 45px 10px 10px;
    position: relative;
    cursor: pointer;
    height: 40px;
}
.acc-header .bulk-actions {
    position: absolute;
    right: 45px;
    top: 0;
}
.acc-header .bulk-actions .btn {
    border: none;
    line-height: 40px;
    padding: 0 10px;
    float: left;
}

.acc-header .quick-data {
    display: inline-block;
    border-left: solid 1px white;
    padding-left: 10px;
    margin-left: 8px;
}

.acc-header .quick-data > span {
    padding-right: 10px;
}
.acc-header .quick-data > span::before {
    font-family: fontAwesome;
    padding-right: 5px;
}
.acc-header .quick-data > span.time::before   { content: '\f017'; }
.acc-header .quick-data > span.sheets::before { content: '\f0f6'; }
.acc-header .quick-data > span.users::before  { content: '\f007'; }
.acc-header .quick-data > span.money::before  { content: '\f0d6'; }
.acc-header .quick-data > span.date::before   { content: '\f073'; }

.acc-header::after {
    content: '\f078';
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 25px;
}
.acc-item.open > .acc-header::after, .acc-item.open > form > .acc-header::after {
    transform: rotate(180deg);
}
.acc-content {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 15px;
}

.button-group { margin-bottom: 15px; }
.button-group .btn { margin-right: 5px;}

.valid-date-failure {
    display: none;
}


/* Content
-----------------------------------------------*/
#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #CCCCCC;
    z-index: 999999999999;
    opacity: 0;
    visibility: hidden;
}
#loader.loaded {
    opacity: 0;
    visibility: hidden;
}
.klypse-loader {
    background-color: transparent;
    width: 150px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.klypse-loader img {
    position: relative;
    z-index: 999;
}
.klypse-loader-before, .klypse-loader-after {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    transform: translateY(100%);
    background-position-x: -25px;
}

@-webkit-keyframes waveMove {
    0%   {
        background-position-x: -25px; 
    }
    50% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -25px;
    }
}

/* Standard syntax */
@keyframes waveMove {
    0%   {
        background-position-x: -25px; 
    }
    50% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -25px;
    }
}

.klypse-loader-before { 
    background-image: url('../../files/layout/back-wave.png');
    -webkit-animation: waveMove 5s ease-in-out infinite; /* Safari 4.0 - 8.0 */
    animation: waveMove 5s ease-in-out infinite;
}
.klypse-loader-after {
    background-image: url('../../files/layout/front-wave.png');
    -webkit-animation: waveMove 5s ease-in-out infinite; /* Safari 4.0 - 8.0 */
    animation: waveMove 5s ease-in-out infinite;
    animation-delay: 0.5s;
}

.input-group                                { width: 100%; }
.input-group input.form-control.timepicker  { width: 33%; }
.input-group select.form-control.timepicker { width: 33%; }

    /* Header
    -----------------------------------------------*/
    #topbar, #logo {
        height: 100px;
    }

    #logo .logo_small { display: none; }
    #logo a {

    }
    #logo a img {
        margin-top: 50px;
        max-height: 90px;
        max-width: 90%;
        transform: translateY(-50%);
    }

    #logo a {
        display: block;
        font-size: 30px;
        text-align: center;
    }

    #topbar-menus {
        height: 100%;
        margin-left: 250px;
    }

    #topbar-menus .icon {
        cursor: pointer;
        height: 100%;
    }

    #topbar-menus .icon > i {
        font-size: 40px;
        line-height: 100px;
        text-align: center;
        width: 100%;
    }

    #topbar-menus > div {
        float: right;
        position: relative;
        width: 100px;
    }
    
    #topbar-menus .menu {
        display: none;
        position: absolute;
        right: 0;
        top: 101px;
        width: 180px;
        z-index: 99;
    }

    #topbar-menus .menu ul {
        margin: 0;
        padding: 0;
    }

    #topbar-menus .menu li {
        list-style-type: none;
        text-align: right;
    }
    
    #topbar-menus .menu li a {
        padding: 10px 20px;
    }

    #topbar-menus .menu li a i {
        padding-left: 10px;
    }

    #topbar-menus .icon::after {
        border-color: transparent transparent #007DA7 transparent;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        bottom: 0;
        content: '';
        opacity: 0;
        height: 0;
        left: 50%;
        position: absolute;
        transform: translatex(-50%);
        width: 0;
        z-index: 9;
    }

    #topbar-menus .open .icon::after {
        opacity: 1;
    }

    #topbar-menus a {
        display: block;
    }

    #topbar-menus .contact-details {
        font-size: 20px;
        line-height: 40px;
        padding: 30px;
        width: auto;
    }

    #topbar-menus .contact-details .social-icon {
        border-radius: 20px;
        display: block;
        float: right;
        font-size: 19px;
        line-height: 40px;
        margin-left: 10px;
        text-align: center;
        width: 40px;
    }

    #topbar-menus .contact-details .social-icon.twitter        { background-color: #4099FF; }
    #topbar-menus .contact-details .social-icon.twitter:hover  { background-color: #FFFFFF; color: #4099FF; }
    #topbar-menus .contact-details .social-icon.linkedin       { background-color: #007BB5; }
    #topbar-menus .contact-details .social-icon.linkedin:hover { background-color: #FFFFFF; color: #007BB5; }
    
    /* Aside / Menu
    -----------------------------------------------*/
    aside {
        margin-top: -100px;
        position: absolute;
        width: 250px;
        z-index: 99;
    }
    
    aside #menu {
        margin-top: 1px;
        max-height: calc(100vh - 101px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    #menu, #menu ul {
        margin: 0;
        padding: 0;
    }

    #menu a {
        display: block;
    }

    #menu li {
        list-style-type: none;
        position: relative;
    }

    #menu > li.parent > a::after {
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 10px;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    #menu > li.active > a::before {
        right: -1px;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #e7e7e7;
        border-width: 15px;
        margin-top: -15px;
    }

    #menu > li.parent.open > a::after {
        content: "\f077";

    }

    #menu > li > a > i {
        font-size: 34px;
        display: inline-block;
        width: 100%;
    }

    #menu > li > a {
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        padding: 20px 0;
        position: relative;
    }

    

    #menu > li > ul {
        display: none;
    }

    #menu > li li {
        padding: 5px 30px;
    }


    /* Content
    -----------------------------------------------*/
    /* Buttons / Font awesome */
    .btn-success::before {
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px;
        text-align: center;
        width: 1.28571429em;
    }
    .btn-success.fa-check::before { content: "\f00c"; }
    .btn-success.fa-plus::before { content: "\f067"; }
    .btn > i {
        padding-right: 10px;
    }


    #page-wrapper {
        border-style: solid;
        border-width: 1px 0 0 0;
        height: calc(100vh - 100px);
        margin-left: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px;
        width: auto;
    }

    .table-hover td:not(.icon-links) a {
        display: block;
    }

    .table-hover a:hover {
        text-decoration: underline;
    }
    
    .newDROW {
        display: inline-block;
        vertical-align: bottom;
        width: auto;
    }

    .repeater-clone {
        display: none;
    }

    .repeater-delete {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        line-height: 50px;
        margin: 15px 0;
        text-align: center;
        width: 50px;
    }

    .repeater-add {
        cursor: pointer;
        display: inline-block;
        margin: 15px 0;
        height: 50px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .repeater-add i {
        display: inline-block;
        font-size: 20px;
        line-height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 9;
    }

    .repeater-add span {
        position: absolute;
        right: 50px;
        transform: translateX(100%);
        line-height: 50px;
        padding-left: 15px;
    }

    .repeater-add:hover span {
        transform: translateX(0%);
    }

        /* Dashboard
        -----------------------------------------------*/
            /* Dashboard Report Boxes */
            .report-box {
                margin: 5px -10px;
                padding: 0;
            }
            .report-box_title {
                font-size: 30px;
                font-weight: 100;
            }
            .report-box_title small {
                font-size: 18px;
            }
            .report-box_data {
                text-align: right;
                font-size: 40px;
            }
            .report-box .report-box-body {
                position: relative;
                padding: 30px 15px 15px 15px;
            }
                .report-box .report-box-body .report-box_title  {
                    margin-bottom: 25px;
                }
                .report-box .report-box-body .report-box_data   {
                    text-align: left;
                }
                .report-box .report-box-body .report-box_icon   {
                    position: absolute;
                    right: 30px;
                    top: 35px;
                    font-size: 72px;
                    color: rgba(0,0,0,0.1);
                }
            .report-box .report-box-footer {
                display: block;
                padding: 15px;
                background: rgba(0,0,0,0.05);
            }
            .report-box .report-box-footer:hover {
                background: rgba(0,0,0,0.1);
            }

        /* Reports
        -----------------------------------------------*/
        .report-form {
            margin: 10px 0;
        }

        /* Expenses
        -----------------------------------------------*/
        .expenses .add-remove_item .form-group {
            margin-bottom: 0;
        }
        
        .expenses .add-remove_item .remove {
            margin-top: 45px;
            width: 100%;
        }

        .expenses .add-remove_item .remove i {
            padding: 0;
        }

        /* System Variables
        -----------------------------------------------*/
        .system-variables .form-group {
            margin-bottom: 0;
        }


    /* Footer
    -----------------------------------------------*/




/* Plugin overrides
-----------------------------------------------*/
/* Bootstrap switch */
.bootstrap-switch-label, .bootstrap-switch-handle-on, .bootstrap-switch-handle-off { height: auto !important; }

/* Flex data lsit */
.flexdatalist-multiple {
    border: none !important;
    padding: 0;
}
.flexdatalist-multiple .value {
    border-radius: 0 !important;
    display: block !important;
    float: none;
    line-height: 35px;
    margin: 0 auto 3px !important;
    position: relative;
    text-align: center;
    width: 100%;
}
.flexdatalist-multiple .value:last-of-type {
    margin-bottom: 0;
}
.flexdatalist-multiple li.value span.fdl-remove {
    line-height: 38px;
    padding: 0;
    width: 38px;
}
.flexdatalist-multiple li.value span.fdl-remove:hover {
    color: #C9302C;
    /*FF6961
    C9302C*/
}
.flexdatalist-multiple .flexdatalist-multiple-value, .flexdatalist-alias {
    border-radius: 0 !important;
    display: block !important;
    float: none;
    line-height: 35px !important;
    margin: 15px auto !important;
    position: relative;
    text-align: left;
    width: 100% !important;
    border: none;
    border-bottom: solid 1px #09C !important;
}
.form-group .flexdatalist-multiple li.input-container, .flexdatalist-alias {
    height: 34px;
    margin: 0 !important;
    width: 100% !important;
}
.flexdatalist-results {
    border: none;
    box-shadow: none;
    text-align: center;
}
.flexdatalist-results li {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-left: solid 1px #09C;
    border-right: solid 1px #09C;
}

/* Date range picker */
.daterangepicker {
    display: none;
}

/* Bootstrap */
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    margin-bottom: 20px;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}
.panel-body {
    padding: 15px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
}
.nav-tabs > li > a {
    margin-right: 6px;
    border-radius: 0;
    font-size: 20px;
}
.nav::after, .nav::before {
    display: table;
    content: " ";
}
.nav::after {
    clear: both;
}
.nav-tabs > li > a {
    line-height: 1.42857143;
    position: relative;
    display: block;
    border: solid 1px transparent;
    padding: 10px 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
}
