﻿:root {
    --size: 1;
    --text-size: calc(1 - ((1 - var(--size)) / 2));
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body {
    overflow-x: hidden;
}

.famfamfam-flags {
    background: url('../images/famfamfam-flags.png') no-repeat;
    background-size: 224px 199px;
}
#AssetList_Foradd td {
    word-break: break-word;
}
path:hover {
    cursor: pointer;
}

.vertical-center {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.doc-modal {
    padding-left: 25px;
    padding-top: 25px;
}

.customDropdown {
    position: relative;
}

.customDropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 0px !important;
    min-width: 120px;
    border: 1px solid #ddd;
}

.customDropdown-menu.open {
    display:block;
}

.exportTable td {
    border: 1px solid #222;
}
.showHideColumnRow {
    float: left;
    margin-left: 10px;
}

.showHideColumnRow label{
    width: 200px;
}

#ShowHideColumns {
    padding-top: 10px;
    width: 210px;
    padding-bottom: 0;
}
#ShowHideColumns .btn-primary{
    float: right;
    margin: 0 0 10px 10px;
    width: calc(65% - 20px);
}
#ShowHideColumns .btn-default{
    float: right;
    margin: 0 0 10px 10px;
    width: calc(40% - 20px);
}
.showHideColumnBtns {
    width: 100%;
    display: flex;
}
.eventCount {
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 9px;
}

.btn:not(.btn-link):not(.btn-circle) {
    font-size: 14px;
}

.exportTable td p {
    text-align: center;
    font-size: 9px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.lastactivities_bg {
    height: calc(100vh - 120px);
    overflow: auto;
    position:absolute;
    width: 100%;
}

.exportTable td h4, h5 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
} 

.exportTable {
    width: 750px;
    border-collapse: collapse;
}

#ui-datepicker-div {
    z-index: 2000 !important;
    background-color: white;
    border: 0.7px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.ui-datepicker-today{
    background-color:#eee;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-title{
    text-align:center;
}

.ui-datepicker-calendar td{
    width:24px;
    height:24px;
    border-radius:4px;
}

.ui-datepicker-current-day {
    background-color: #3498db;
}

.ui-datepicker-current-day a{
    color: #fff !important;
}

.ui-datepicker-calendar td a, .ui-datepicker-calendar th span {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.sidebar .menu {
    height: 100vh;
}

/* SCALE IMAGE */
.scale-image {
    object-fit: cover;
    width: 64px;
    height: 64px;
}
.scale-image-sm {
    object-fit: cover;
    width: 32px;
    height: 32px;
}

.scale-icon {
    object-fit: fill;
    height: 100%;
}

.scale-icon-sm {
    object-fit: fill;
    width: 32px;
    height: 32px;
}

/* EMBOSS */
.emboss {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
}

    .emboss:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .3s linear;
    }

i.fas {
    padding-right: 7px;
}

    i.fas.im-alone {
        padding-left: 7px;
    }

    i.fas.fa-md {
        padding-left: 3px;
        padding-right: 3px;
    }

.circle-text {
    height: calc(var(--size) * (6vh - 8px));
    width: calc(var(--size) * (6vh - 8px));
    border-radius: calc(var(--size) * (6vh - 8px) / 2);
    color: #fff;
    line-height: calc(var(--size) * (6vh - 8px));
    font-size: large;
    text-align: center;
    vertical-align: middle;
    background: #607D8B;
}
    .circle-text i.fas {
        padding-right: 0px;
    }

.circle-text-sm {
    height: calc(var(--size) * (5vh - 4px));
    width: calc(var(--size) * (5vh - 4px));
    border-radius: calc(var(--size) * (5vh - 4px) / 2);
    color: #fff;
    line-height: calc(var(--size) * (5vh - 4px));
    font-size: medium;
    text-align: center;
    vertical-align: middle;
    background: #607D8B;
}

    .circle-text-sm i.fas {
        padding-right: 0px;
    }

.action-btn {
    position: absolute;
    bottom: 5%;
    z-index: 2;
    right: 4%;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg,#1e71fa 1%,#00c0ff 120%);
    border-radius: 300px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

    .action-btn i {
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-size: 26px;
        width: 23px;
        line-height: 64px;
    }

div.circle-avatar {
    /* make it responsive */
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    /* div height to be the same as width*/
    padding-top: 100%;
    /* make it a circle */
    border-radius: 50%;
    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    /* it makes the clue thing, takes smaller dimension to fill div */
    background-size: cover;
    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.under-input {
    margin-top: -14px;
}

.under-select {
    margin-top: -8px;
}

/* table */
.table {
    cursor: pointer;
}

    .table thead tr th {
        padding: 4px 10px 4px 10px;
        border-bottom: 1px solid #eee;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        vertical-align: middle;
        padding: 2px 6px 2px 6px;
        border-top: none;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

    .table > tbody > tr > td {
        height: calc(var(--size) * 6vh);
    }

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        bottom: 3px;
    }

.tree > tbody > tr > td {
    height: calc(var(--size) * vh);
}

#AssetList > tbody > tr > td {
    height: calc(var(--size) * 7vh);
    font-size: calc((1 - ((1 - var(--size)) / 2)) * (9px + 3 * ((100vw - 800px) / 800)));
}

tr.highlighted {
    background-color: #90CAF9 !important;
    color: black;
}

table.dataTable tbody tr td.select-checkbox {
    font-size: x-large !important;
}

.dataTables_paginate {
    margin-right: 3vw;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    position: relative;
    top: 0px;
    width: 16px;
    height: 16px;
    margin-top: 0px;
    margin-left: -6px;
}

table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:after {
    top: calc(var(--size) * (3vh - 4px));
    left: -7px;
    width: 14px;
    height: 14px;
}

table.dataTable tbody > tr:hover {
    background-color: whitesmoke;
}

table.dataTable tbody > tr.selected:hover, table.dataTable tbody > tr > .selected:hover {
    background-color: #BBDEFB;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -5px;
    margin-left: 50%;
    text-align: center;
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
    background-color: #E3F2FD;
    color: black;
}

    table.dataTable tbody tr.selected a,
    table.dataTable tbody th.selected a,
    table.dataTable tbody td.selected a {
        color: black;
    }

div.dts tbody th, div.dts tbody td {
    white-space: normal;
}

th {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
    height: 77vh;
}

.dataTables_processing {
    z-index: 11000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 5px 0px 5px;
}

button[disabled] {
    pointer-events: none
}

button > i {
    padding-right: 5px;
    margin-bottom: 4px;
}

.panel-title {
    font-size: inherit;
}

input.cap, div.bs-searchbox > input {
    text-transform: uppercase;
}

div.bs-searchbox > input {
    width: 90% !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.label {
    font-size: 100%;
}

.bootstrap-tagsinput {
    width: 100%;
    line-height: normal;
}

.bootstrap-tagsinput input {
    font-size: calc(9px + 5 * ((100vw - 800px) / 800)) !important;
}

.assetProfilStatus {
    border: 0.7px solid #ddd;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: -5px;
    margin-right: -4px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.carousel-inner > .item {
    min-height: 36vh;
}

    .carousel-inner > .item > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 800px;
        width: auto;
        transition: transform 0.3s ease;
    }

.image-expanded {
    transform: scale(1.5) !important; 
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* Dashboard ====================================== */
@import url('https://fonts.googleapis.com/css2?family=Cabin&&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

.apexcharts-toolbar div svg {
    fill: #fff !important;
}

[d="M0 0h24v24H0z"], [d="M0 0h24v24H0V0z"], .apexcharts-pan-icon, .apexcharts-zoom-icon {
    display: none;
}

.apexcharts-reset-icon {
    margin-left: 0 !important;
    transform: scale(0.75) !important;
}

.dashboard-bg {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-radius: 6px;
    color: #333;
    background: #fff;
    margin-bottom: 10px;
    margin-top: 30px;
    height: 375px;
}

.apexcharts-xaxistooltip {
    display: none;
}

.headerRightSide {
    border-bottom: 0.6px solid #eae8e8;
    height: 100px;
}
    
.dashboard-bg .getall {
    
    display: block;
    float: right;
    height: 40px;
    width: 100px;
    line-height: 40px;
}

.dashboard-bg .getall-orange:hover {
    color: #e67e22;
}

.dashboard-bg .getall-pink:hover {
    color: #d81b60;
}

.dashboard-bg .getall-blue:hover {
    color: #5253ed;
}

.dashboard-bg .getall-green:hover {
    color: #248c29;
}

.dashboard-bg .getall-purple:hover {
    color: #be2edd;
}
.dashboard-bg .getall-brown:hover {
    color: #795548;
}

.dashboard-bg .header-dropdown {
    list-style: none;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.dropdown .dropdown-toggle {
    color: #999;
    height: 25px;
}

.dashboard-bg .getall i {
    width: 30px;
    margin-left: 10px;
    float: left;
    margin-top: 7px;
}

.bgorange {
    background: linear-gradient(60deg,#fcb349,#fb8200);
}

.bgblue {
    background: linear-gradient(60deg,#1e90ff,#5352ed);
}

.bggreen {
    background: linear-gradient(60deg,#66bb6a,#349839);
}

.dashboard-barchart {
    height: 190px !important;
    min-height: 190px !important;
    margin-right: 5%;
    border-radius: 5px;
    margin-left: 5%;
}

.barchart-header {
    font-family: 'Roboto', sans-serif;
    margin-left: 6%;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 350;
}

.barchart-detail {
    font-family: 'Roboto', sans-serif;
    margin-left: 6%;
    color: #999;
    font-weight: 200;
    text-align:left !important;
}

.apexcharts-yaxis g text {
    fill: #fff !important;
}

.apexcharts-xaxis g text {
    fill: #fff !important;
}

.apexcharts-toolbar {
    margin-top: 3px;
}

.barchart-bg {
    margin-top: -40px;
    display: inline-block;
    width: 100%;
    transition: margin-top 0.3s ease;
}

.dashboard-bg .card-category {
    color: #999;
    font-size: 0.9vw;
    padding-top: 10px;
    padding-right: 20px;
    text-align: right;
    margin: 0;
    font-family: 'Cabin', sans-serif;
    font-weight: 450;
}

.dashboard-bg .card-title {
    color: #3c4858;
    margin: 0;
    padding-right: 20px;
    text-align: right;
    font-size: 1.2vw;
    font-family: 'Cabin', sans-serif;
    font-weight: 550;
}

.barchart-item {
    margin-top: 65px;
    height: 230px;
}
/*.barchart-item:hover .barchart-bg{
    margin-top:-55px;
}*/

.pinkCartBgcolor {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(233,30,99,.9);
    background: linear-gradient(60deg,#ec407a,#d81b60);
}

.dashboard-percent i{
    font-size:14px;
    opacity:0.5;
    margin-left:3px;
}

.percentValue {
    float: left;
    font-size: 27px;
    font-weight: bold;
    margin-top: -7px;
    opacity: 0.7;
    margin-left: -4px;
}

.dashboard-percent {
    padding-top: 15px;
    display: table-cell;
    padding-left: 25px;
}

.orangeCartBgcolor {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.9);
    background: linear-gradient(60deg,#fcb349,#fb8200);
}

.greenCartBgcolor {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(76,175,80,.9);
    background: linear-gradient(60deg,#66bb6a,#349839);
}

.purpleCartBgcolor {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(196,46,221,.9);
    background: linear-gradient(60deg,#a55eea,#be2edd);
}

.brownCartBgcolor {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(121,85,72,.9);
    background: linear-gradient(60deg,#795548,#4b2c20);
}

.blueCartBgcolor {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.9);
    background: linear-gradient(60deg,#1e90ff,#5352ed);
}

.donutchart-3 [stroke-width="3"] {
    stroke-width: 8;
}

.donutchart-3 [stroke-width="2"] {
    stroke-width: 5;
}

.dashboard-cardicon {
    float: left;
    padding: 1vh;
    margin-top: -20px;
    margin-left: 15px;
    border-radius: 3px;
}

.dashboard-cardicon i {
    font-size: 34px;
    line-height: 50px;
    width: 45px;
    height: 40px;
    text-align: center;
    color: #fff;
}

.donutchart-3 {
    height: 230px;
    margin-top: -23px;
    width: 100%;
    display: inline-block;
}

.donutchart-4 {
    height: 270px;
    margin-top: -20px;
    width: 100%;
    display:inline-block;
}

.donutchart-3,.donutchart-4  tspan {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.donutchart-3 svg{
    margin-left:auto;
    margin-right:auto;
    display:block;
}

#ListContainer div.dataTables_wrapper div.dataTables_paginate {
    margin-right: 0 !important;
}

/*dropzone*/

.dropzone {
    padding: 0px;
}

.preview {
    margin-bottom: 10px;
}

    .preview div {
        width: 33.3%;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
    }

        .preview div:nth-child(3) {
            width: 33.3%;
            margin-right: 0;
        }

        .preview div i {
            font-size: 37px;
            margin-left: auto;
            margin-right: auto;
            display: table;
            margin-top: 20px;
        }

        .preview div span {
            text-align: center;
            display: block;
            margin-top: 10px;
            margin-bottom: 15px;
        }

.headerrow {
    border-radius: 5px;
    margin: 5px 15px 10px 15px;
    padding: 5px 10px 5px 10px;
}

.importrow {
    border-radius: 5px;
    margin: 5px 15px 0 15px;
    padding: 12px 10px 5px 10px;
    background-color: #f3f3f3;
}
.importrow .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.importRowsBg {
    background-color: #f3f3f3;
    padding: 6px 1px 15px 1px;
    border-radius: 5px;
    margin-top: 18px;
    border: 1px solid #ddd;
}

.importrow .bootstrap-select {
    border: 1px solid #ddd;
}

.importrow .connectionSpan {
    display: block;
    height: 3px;
    background-color: #999;
    margin-top: 15px;
}

.importrow div {
    padding: 0 !important;
}

.insiderow{
    margin-bottom:8px;
}

[name="tableSelect"] {
    background-color: white;
    border: 1px solid #ddd;
    padding-bottom: 4.5px;
    padding-top: 6px;
    padding-left: 10px;
    width: 100%;
}

/*dropdown-submenu*/
.dropdown-menu > li > a {
    padding: 7px 25px 7px 15px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 95%;
        left: 100%;
        margin-top: -35px !important;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 8px;
        margin-right: -15px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* unvisited link */
a:link {
    color: #337ab7;
}

/* visited link */
a:visited {
    color: #337ab7;
}

/* mouse over link */
a:hover {
    color: #559cd9;
    text-decoration: none;
}

/* selected link */
a:active {
    color: blue;
}

a[role="button"] {
    vertical-align: middle;
    font-size: small;
}

.counter {
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 10px;
    line-height: 15px;
    background-color: red;
    color: white;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.sidebar .user-info {
    background: url('../images/user-img-background.jpg') no-repeat no-repeat;
}

/*section.content {
    margin: 45px 10px 0 10px !important;
}*/

/* Navbar ====================================== */
/*.navbar {
    min-height: 32px !important;
    height: 32px !important;
}*/

.navbar-nav > li > a {
    padding: 7px 7px 2px 7px;
    margin-top: 0px;
}

.navbar-brand {
    float: left;
    height: 20px;
    padding: 15px 15px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
}

.navbar .js-right-sidebar {
    margin-top: 0px;
}

    .navbar .js-right-sidebar > i {
        font-size: 20px;
    }

.navbar-nav .dropdown-menu {
    margin-top: -20px !important;
}

.navbar-header {
    padding: 7px 7px;
    line-height: 1.4;
}

.ls-closed .bars:after, .ls-closed .bars:before {
    font-size: 24px;
    top: 0px;
}

.nav > li > a {
    padding: 5px 5px 10px 5px;
}

.dropdown-menu {
    margin-top: 0px !important;
    min-width: 200px;
}

/* Login Page ================================== */

.login-page {
    background-color: whitesmoke;
    max-width: 500px;
}

    .login-page .login-box .msg {
        color: #555;
        margin-bottom: 30px;
        text-align: center;
    }

    .login-page .login-box a {
        font-size: 14px;
        text-decoration: none;
        color: black;
    }

    .login-page .login-box .logo {
        margin-bottom: 20px;
    }

        .login-page .login-box .logo a {
            font-size: 36px;
            color: dimgray;
        }

        .login-page .login-box .logo small {
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            margin-top: -5px;
        }

.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}

.leftbar-navbtn{
    color:#fff !important;
    margin-top:12px;
    margin-left:15px;
    display:block;
    float:left;
}

.leftbar-navbtn i{
    font-size:23px;
    height:26px;
}

.topbar-logo {
    height: 46px;
    float: left;
    margin-left:25px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.navbar-right {
    margin-top: 15px;
}

.search-bar input[type="text"] {
    padding: 20px 60px 18px 56px;
}

.search-bar .search-icon{
    top:15px;
}

.search-bar .close-search{
    top:11px;
}

#leftsidebar.active {
    width: 73px;
}
#leftsidebar.active .legal{
    display:none;
}
#leftsidebar.active .user-info {
    display: none;
}
#leftsidebar.active .menu .list a {
    display: inline-grid;
    padding: 10px 6px;
}
#leftsidebar.active .menu .list a span{
    margin-left: 0;
    font-size: 11px;
    margin-top:1px;
    text-align: center;
}
#leftsidebar.active .menu .list a i{
    margin-left: 17.5px;
}
.content.active {
    margin: 69px 10px 0 83px !important;
}

/* Left Sidebar & Overlay ====================== */
.sidebar {
    width: 200px;
    overflow: hidden;
    display: inline-block;
    position: fixed;
    top: 60px;
    height: calc(100vh - 60px) !important;
}
.navbar {
    min-height: 60px !important;
    margin-bottom: 0 !important;
}

section.content {
    margin: 69px 10px 0 210px !important;
}

.right-sidebar {
    top: 61px;
}

.sidebar .user-info .info-container {
    top: 7px;
}

.sidebar .user-info .image {
    cursor: pointer;
}

/* Input Group ================================= */

.input-group {
    margin-bottom: 0px;
}

    .input-group .input-group-addon {
        padding: 6px 4px 6px 12px;
        vertical-align: middle;
        line-height: inherit !important;
        font-size: calc((1 - ((1 - var(--size)) / 2)) * (10px + 3 * ((100vw - 800px) / 800)));
    }

        .input-group .input-group-addon .material-icons {
            font-size: 24px;
        }

    .input-group .form-line + .input-group-addon {
        padding-right: 12px;
        padding-left: 12px;
    }

.form-control {
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    font-size: medium;
    height: 30px;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group > label {
        font-size: 12px;
    }

.country-select.inside input, .country-select.inside input[type=text] {
    padding-left: 52px !important;
}

.form-line {
    z-index: auto !important;
}

.bootstrap-select {
    width: 100% !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}
.user-info {
    display: inline-block;
    margin-top: -5px;
    margin-left: 10px;
}

.user-info .image {
    margin-right: 12px;     
    cursor: pointer;
    float: left;
    display: inline-block;
}

.user-info .image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: bottom !important;
}        

.user-info .info-container {
    display: block;
    cursor: pointer;
    width: 200px;
    top: 3px;
    position: relative;
}    

.user-info .info-container .name {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    max-width: 300px;
    color: #fff;
}

.user-info .info-container .email {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    max-width: 300px;
    color: #fff;
}

.user-info .info-container .user-helper-dropdown {
    position: absolute;
    right: -3px;
    bottom: -12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
}

/* FAB */
.fab_bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(325deg,#000 1%,#999 300%);
    z-index: 10;
    transition: visibility 0s, opacity 0.1s linear;
    opacity: 0;
    visibility: hidden;
}
.fab_bg.selected{
    visibility:visible;
    opacity:0.7;
}
.fab_buttons {
    position: absolute;
    bottom: 22px;
    right: 15px;
    z-index: 12;
    width: 70px;
    height: 110px;
    background: none;
    border-radius: 100%;
    box-shadow: none;
    padding: 0;
}
.fixed-action-btn {
    position: fixed;
    right: 29px;
    bottom: 30px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    vertical-align: middle;
    filter: drop-shadow(4px 4px 2px gray);
}
.btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0;
}
.btn-large {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 28px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.fixed-action-btn ul a.btn-floating {
    opacity: 0;
    transform: scale(0.2) translateY(200px) translateX(0px);
}
.fixed-action-btn.active ul a.btn-floating {
    opacity: 1;
    transform: scale(1) translateY(40px) translateX(0px);
}
.fixed-action-btn ul li:hover span {
    opacity: 100;
    transition: .2s ease;
}
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    padding-right:0 !important;
    color: #fff;
    font-size: 2.3rem;
    line-height: 50px;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
    cursor: pointer;
}
.btn-large i {
    line-height:30px;
}
.fixed-action-btn.active ul {
    visibility: visible;
}
.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 105px;
    margin: 0;
    visibility: hidden;
}
.fixed-action-btn ul li {
    margin-top: 8px;
    list-style: none;
}
.fixed-action-btn ul li span {
    background-color: #333;
    color: #fff;
    position: absolute;
    width: 140px;
    margin-left:-150px !important;
    border-radius: 5px;
    margin-top: 50px;
    padding: 4px;
    opacity: 0;
    font-size: 13px;
    margin-left: -100px;
    transition: .2s ease;
    border: 1px solid #abb0b0;
}

/* Diary */
.fc-content {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 5px;
    cursor: pointer;
}
.fc-day, .fc-day-header {
    background-color: white;
}
.fc-today-button {
    display:none !important;
}
.fc-past {
    background-color: #ecf0f1;
}
.fc-today {
    background-color: #cae8fc !important;
}
.fc-toolbar.fc-header-toolbar{
    margin-bottom: 7px !important;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 7px !important;
}

.fc-button-primary {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

    .fc-button-primary:hover {
        color: #fff;
        background-color: #2980b9;
        border-color: #2980b9;
    }

.fc-toolbar h2 {
    font-size: 1.5em;
}

.borderLeft {
    border-left: 0.7px solid #b1beca;
    height: calc(100vh - 90px);
}

.dropdown-item {
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 0.7vw;
}
.dropdown-item:hover {
    background-color:#eee;
}
.dropdown-menu {
    min-width: 120px;
    border:1px solid #ddd;
}

.lastactivities {
    padding: 0;
}
    .lastactivities li {
        list-style: none;
        background-color: #fff;
        border-radius: 8px;
        height: calc(var(--size) * (7.5vh - 6px));
        border: 1px solid #ddd;
        margin-bottom: 5px;
        margin-right: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
        .lastactivities li:hover {
            box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.3), 0 0 10px -5px rgba(0, 0, 0, 0.07);
        }

        .lastactivities li .header {
            margin-bottom: 0;
            color: #555;
            font-weight: bold;
            font-size: calc((1 - ((1 - var(--size)) / 2)) * (9px + 3 * ((100vw - 200px) / 800)));
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .lastactivities li .subitem {
            color: #888;
            font-size: calc((1 - ((1 - var(--size)) / 2)) * (8px + 3 * ((100vw - 200px) / 800)));
        }
        .lastactivities li .date {
            color: #888;
            font-size: calc((1 - ((1 - var(--size)) / 2)) * (8px + 3 * ((100vw - 200px) / 800)));
        }
        .lastactivities li .right {
            display: inline-block;
        }
        .lastactivities li .left {
            display: inline-block;
        }

.activityFilters {
    padding: 0;
    display: inline-block;
    margin-top: 8px;
    float: right;
}

    .activityFilters li {
        float: left;
        list-style: none;
    }

        .activityFilters li i {
            font-size: 18px;
            color: #7f8c8d;
            cursor: pointer;
        }

        .activityFilters li .fa-bars:hover, .activityFilters li .fa-bars.active {
            color: blue;
        }

        .activityFilters li .fa-map-marker-alt:hover, .activityFilters li .fa-map-marker-alt.active {
            color: orange;
        }

        .activityFilters li .fa-sign-in-alt:hover, .activityFilters li .fa-sign-in-alt.active {
            color: green;
        }

        .activityFilters li .fa-sign-out-alt:hover, .activityFilters li .fa-sign-out-alt.active {
            color: red;
        }

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/* Card ======================================== */
.card {
    margin-bottom: 10px;
    min-height: 30px;
}

    .card .body {
        font-size: calc(9px + 3 * ((100vw - 800px) / 800)) !important;
        color: #555;
        padding: 20px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

        .card .body .col-xs-1,
        .card .body .col-sm-1,
        .card .body .col-md-1,
        .card .body .col-lg-1 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-2,
        .card .body .col-sm-2,
        .card .body .col-md-2,
        .card .body .col-lg-2 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-3,
        .card .body .col-sm-3,
        .card .body .col-md-3,
        .card .body .col-lg-3 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-4,
        .card .body .col-sm-4,
        .card .body .col-md-4,
        .card .body .col-lg-4 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-5,
        .card .body .col-sm-5,
        .card .body .col-md-5,
        .card .body .col-lg-5 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-6,
        .card .body .col-sm-6,
        .card .body .col-md-6,
        .card .body .col-lg-6 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-7,
        .card .body .col-sm-7,
        .card .body .col-md-7,
        .card .body .col-lg-7 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-8,
        .card .body .col-sm-8,
        .card .body .col-md-8,
        .card .body .col-lg-8 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-9,
        .card .body .col-sm-9,
        .card .body .col-md-9,
        .card .body .col-lg-9 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-10,
        .card .body .col-sm-10,
        .card .body .col-md-10,
        .card .body .col-lg-10 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-11,
        .card .body .col-sm-11,
        .card .body .col-md-11,
        .card .body .col-lg-11 {
            margin-bottom: 0px;
        }

        .card .body .col-xs-12,
        .card .body .col-sm-12,
        .card .body .col-md-12,
        .card .body .col-lg-12 {
            margin-bottom: 0px;
        }

    .card .header {
        color: #555;
        padding: 12px 8px 12px 20px;
        position: relative;
        border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    }

        .card .header h2 {
            font-size: 17px;
        }

        .card .header .header-dropdown {
            top: 10px;
        }

            .card .header .header-dropdown li {
                margin-right: 10px;
            }

            .card .header .header-dropdown i {
                font-size: 22px;
            }