/*================================================================================
  Expert-ience - Material Design Framework Template
  Version: 2.0
  Author: Expertiz Sant�
  Author URL: www.expertiz.fr
================================================================================*/

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

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

/*=================================================================================
    General
====================================================================================*/

/*----------------------------------------
  General Layout Style
------------------------------------------*/

body {
    background-color: white;
    background-attachment: fixed;
    overflow-x: auto;
}

#main {
    padding-left: 0 !important;
}

#main-no-menu {
    padding: 0 0 5vh 0;
}

main {
    /* height: 100% !important; */
}

footer {
    height: 36px;
}

footer.page-footer {
    position: fixed;
    width: 100%;
    top: calc(100vh - 36px);
    z-index: 100;
    background-color: #F7F9FB;
}

#sidenav-overlay {
    background-color: transparent;
}

.container {
    margin: 0 20px;
    max-width: 100% !important;
    width: 98% !important;
    padding-top: 7rem;
}

.container.container-login {
    margin: 0 20px;
    max-width: 100% !important;
    width: 98% !important;
    padding-left: 200px;
    padding-bottom: 600px;
}

.container-no-menu {
    width: 100% !important
}

#left-sidebar-nav {
    position: fixed;
    width: 240px;
    left: 140px;
    z-index: 999;
    height: auto;
}

ul.mail-sidebar-nav {
    z-index: 999;
    height: 100%;
    background: #fafafa;
    width: 48px;
}

.mail-sidebar-nav li {
    line-height: 18px;
    margin-top: 12px;
}

.mail-sidebar-nav li a {
    color: white;
    line-height: 25px;
    margin-left: 13px;
}

.mail-sidebar-nav li a i {
    margin-right: 10px;
}

.mail-message {
    background: white;
    cursor: pointer;
    border: 1px solid lightgray;
    margin: 2px 0 2px 8px;
    padding: 0;
}

.mail-message-content {
    background: white;
    cursor: pointer;
    border: 1px solid lightgray;
    margin: 2px 0 2px 8px;
    padding: 0;
    height: 100%;
}

.mail-message:hover {
    background: #FAFAFA;
}

#right-sidebar-nav {
    position: fixed;
    width: 240px;
    left: calc(100% - 140px);
    z-index: 997;
    height: auto;
    top: 36px;
}

#left-sidebar-nav-small {
    position: fixed;
    width: 72px;
    left: 140px;
    z-index: 999;
    height: auto;
}

#left-sidebar-nav span.badge.new {
    line-height: 14px;
    margin-top: 0;
}

.side-nav.fixed.leftside-navigation a {
    padding-top: 5px;
    padding-left: 18px;
}

#content .header-search-wrapper {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    display: inline-block;
    position: relative;
}

#content .container .row {
    margin-bottom: 0;
}

@media only screen and (max-width: 993px) {
    #main {
        padding-left: 0 !important;
        overflow-x: auto !important;
    }

    footer {
        padding-left: 0 ! important;
    }

    .container {
        padding-left: 0 !important;
        margin: 9px !important;
    }

}

/*---------------------------------
    Typography
-----------------------------------*/

.small {
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.medium-small {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
}

.medium {
    font-size: 1.2rem;
}

.ultra-small {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
}

.strong {
    font-weight: bold;
}

h4.header {
    line-height: 2.508rem;
    margin: 1.14rem 0 0.912rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
}

h4.header2 {
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

p.title {
    font-size: 1.3rem;
}

p.header {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.more-text {
    padding: 5px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*----------------------------------------
    Pre-loader
------------------------------------------*/

#loader-wrapper {
    position: fixed;
    top: 36px;
    left: 240px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loaded #loader {
    opacity: 0;
}

.progress {
    /* background-color: rgba(255, 64, 129, 0.22); */
}

/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

/*=================================================================================
    Header
====================================================================================*/

/*----------------------------------------
    Page Header
------------------------------------------*/

h1.logo-wrapper {
    margin: 0 !important;
}

h1 span.logo-text {
    display: none;
}

.menu-sidebar-collapse {
    margin: 0 10px;
}

.menu-sidebar-collapse i {
    line-height: 36px !important;
}

@media only screen and (max-width: 992px) {
    nav .nav-wrapper {
        text-align: center;
    }

    nav .nav-wrapper a.page-title {
        font-size: 36px;
    }

    ul.side-nav.leftside-navigation {
        top: 36px !important;
    }
}

/*Search box*/

.header-search-wrapper {
    margin: 10px auto 0 240px;
    width: calc(100% - 600px);
    height: 40px;
    display: inline-block;
    position: relative;
}

.header-search-wrapper i {
    position: absolute;
    font-size: 24px;
    top: 6px;
    left: 24px;
    line-height: 32px !important;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

input.header-search-input {
    display: block;
    padding: 8px 8px 8px 72px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    height: 24px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    font-size: 16px;
    appearance: textfield;
    font-weight: 400;
    outline: none;
    border-radius: 3px;
}

input.header-search-input:hover {
    background: rgba(255, 255, 255, 0.5);
}

input.header-search-input:focus {
    color: #333;
    background: #fff;
    border-bottom: none !important;
    box-shadow: none !important;
}

.header-search-wrapper-focus i {
    color: #444;
}

.header-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.header-search-input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.header-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.header-search-input:focus::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.header-search-input:focus::-moz-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.header-search-input:focus::placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.header-search-input:focus:-ms-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.header-search-input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.search-out {
    display: none;
}

.search-out input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fff !important;
    box-shadow: none;
}

.search-out-text {
    border-bottom: 1px solid #fff !important;
}

.translation-button img {
    position: relative;
    top: 12px;
}

#translation-dropdown .language-select {
    position: relative;
    top: -9px;
}

.notification-badge {
    position: relative;
    right: 5px;
    top: -20px;
    color: #ffffff;
    background-color: #FF4081;
    margin: 0 -.8em;
    border-radius: 2px;
    padding: 4px 5px;
}

#notifications-dropdown h5 {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
}

#notifications-dropdown li {
    padding: 10px;
    font-size: 1rem;
}

#notifications-dropdown li>a {
    padding: 0;
    font-size: 1rem;
    font-weight: 300;
}

#notifications-dropdown li>a>i {
    display: inline-block;
    font-size: 1.2rem;
    position: relative;
    top: 4px;
}

#notifications-dropdown li>time {
    font-size: 0.8rem;
    font-weight: 400;
}

#notifications-dropdown li.divider {
    padding: 0;
}

/*=================================================================================
    Sidebar
====================================================================================*/

/*----------------------------------------
    Sidebar Main Menu
------------------------------------------*/

nav.top-nav {
    height: 122px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

nav.top-nav a.page-title {
    line-height: 122px;
    font-size: 48px;
}

.side-nav {
    box-shadow: none;
    border-right: 1px solid #D8DEE6;
}


.side-nav.leftside-navigation .collapsible-body li.active {
    background-color: rgba(0, 0, 0, 0.04);
}

.side-nav.fixed.leftside-navigation .collapsible-body li.active {
    background-color: rgba(0, 0, 0, 0.04);
}

.side-nav.fixed.small.leftside-navigation .collapsible-body li.active {
    background-color: rgba(0, 0, 0, 0.04);
}

.side-nav .collapsible-body li a {
    margin: 0 0 0 1rem;
    white-space: nowrap;
}

.side-nav .small .collapsible-body li a {
    margin: 0 1rem 0 1rem;
}

ul.side-nav.leftside-navigation {
    overflow-x: hidden;
}

ul.side-nav.leftside-navigation.small {
    top: 36px;
    overflow-x: hidden;
}

ul.side-nav.leftside-navigation hr {
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0;
}

ul.side-nav.leftside-navigation li:hover {
    background-color: rgba(36, 46, 57, 0.8);
}

ul.side-nav.leftside-navigation li.a.active {
    left: 0;
    color: white;
    border-left: 0;
    background-color: #F7F9FB;
}

/* ul.side-nav.leftside-navigation li a {
    font-size: 12px;
    font-weight: 400;
} */

ul.side-nav.leftside-navigation li a.active {
    background-color: #F7F9FB;
    font-weight: bold;
    /* color: 3347 !important; */
}

ul.side-nav.leftside-navigation li a.sous_menu.active {
    background-color: transparent ! important;
    border-left: 0;
    color: #00bfa5 !important;
}

ul.side-nav.leftside-navigation li.sous_menu.active {
    border-left: 0;
    color: white
}

ul.side-nav.leftside-navigation.small li a.sous_menu.active {
    border-left: 0;
    color: white
}

ul.side-nav-small.leftside-navigation.small li.sous_menu.active {
    border-left: 0;
    color: white
}

.side-nav.fixed a.active {
    padding: 3px 11px;
}

.side-nav.small.fixed a.active {
    padding: 3px 11px;
}

/* RIGHTSIDE NAVIGATION */

ul.side-nav.rightside-navigation {
    top: 36px;
    overflow-x: scroll;
}

ul.side-nav.rightside-navigation.small {
    top: 36px;
    overflow-x: scroll;
}

ul.side-nav.rightside-navigation hr {
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0;
}

ul.side-nav.rightside-navigation li {
    line-height: 44px;
}

ul.side-nav.rightside-navigation li.customer {
    line-height: 16px;
    padding: 10px 0;
}

ul.side-nav.rightside-navigation li:hover {
    background-color: rgba(36, 46, 57, 0.8);
}

ul.side-nav.rightside-navigation li.a.active {
    left: 0;
    color: white;
    border-left: 0;
    background-color: #F7F9FB;
}

ul.side-nav.rightside-navigation li a {
    font-size: 12px;
    font-weight: 400;
}

ul.side-nav.rightside-navigation li a.active {
    background-color: #F7F9FB;
    border-right: 6px solid #00bfa5;
    color: white
}

ul.side-nav.rightside-navigation li {
    line-height: 44px;
}

ul.side-nav.rightside-navigation li.customer {
    line-height: 16px;
    padding: 10px 0;
}

ul.side-nav.rightside-navigation li:hover {
    background-color: rgba(36, 46, 57, 0.8);
}

ul.side-nav.rightside-navigation li.a.active {
    left: 0;
    color: white;
    border-left: 0;
    background-color: #2B313B;
}

ul.side-nav.rightside-navigation li a {
    font-size: 12px;
    font-weight: 400;
}

ul.side-nav.rightside-navigation li a.active {
    background-color: #2B313B;
    border-right: 6px solid #00bfa5;
    color: white
}

ul.side-nav.leftside-navigation div.user-details {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 4px;
    padding: 11px 0 0;
    background-color: #408EBF;
    position: fixed;
    width: 200px;
    margin-top: -109px;
}

ul.side-nav.leftside-navigation div.user-details-small {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

ul.side-nav.leftside-navigation.small {
    width: 72px;
}

/* MINI SIDEBAR */
ul.side-nav.leftside-navigation.small li {
    line-height: 44px;
}

ul.side-nav.leftside-navigation.small li:hover {
    background-color: rgba(36, 46, 57, 0.8);
}

ul.side-nav.leftside-navigation.small li.a.active {
    left: 0;
    color: white;
    border-left: 0;
    background-color: #2B313B;
}

ul.side-nav.leftside-navigation.small li a {
    font-size: 13px;
    font-weight: 400;
}

ul.side-nav.leftside-navigation.small li a.active {
    background-color: #2B313B;
    border-left: 6px solid #00838F;
    color: white
}

ul.side-nav.leftside-navigation.small li a.sous_menu.active {
    border-left: 0;
    color: white
}

ul.side-nav.leftside-navigation.small li.sous_menu.active {
    border-left: 0;
    color: white
}

.es-clear {
    background: #698D9E
}

.es-clear-text {
    color: #698D9E
}

.es-sparkline {
    background: #F9F9F9
}

ul.side-nav.leftside-navigation {
    background-color: white;
    top: 144px !important;
    height: 86vh !important;
}

ul.side-nav.leftside-navigation li.user-details #profile-dropdown a {
    padding: 8px 0 0 8px;
    color: darkslategrey;
}

ul.side-nav.leftside-navigation li.user-details #profile-dropdown a:hover,
ul.side-nav.leftside-navigation li.user-details #profile-dropdown a:active {
    color: white;
}

ul.side-nav.leftside-navigation .user-profile {
    margin-left: 1.7rem;
    padding: 0;
    font-weight: normal;
    font-size: 1.4rem !important;
    float: left;
}

ul.side-nav.leftside-navigation ul.collapsible-accordion {
    background-color: #F7F9FB;
}

ul.side-nav li {
    background-color: white;
    padding: 0;
    color: #BFBEBF;
}

ul.side-nav li a {
    color: #BFBEBF;
}

ul.side-nav li a:active {
    color: #F7F9FB;
}

ul.side-nav .collapsible-header {
    margin: 0;
    padding-right: 5px !important;
    line-height: 30px !important;
}

.side-nav.fixed a {
    color: #4f6a92 !important;
    font-weight: bold !important;
}

#slide-out li a i {
    line-height: inherit;
    width: 2rem;
    font-size: 1.6rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
}

.side-nav li:hover,
.side-nav li.active {
    background-color: #F7F9FB !important;
    color: #186DCC !important;
    font-weight: bold;
    /* border-left: 4px solid #186DCC; */
}

.side-nav.fixed li a:hover,
.side-nav.fixed li.a:active {
    background-color: #F7F9FB !important;
    color: #186DCC !important;
    font-weight: bold;
}

#slide-out-small li a i:first-child {
    margin-top: 8px;
}

#slide-out-small li a i {
    line-height: inherit;
    width: 100%;
    font-size: 1.9rem;
    display: block;
    margin-left: -6px;
    margin-top: 2px !important;
}

#slide-out-small li a {
    line-height: 2rem;
    width: 100%;
    font-size: 2rem;
    display: block;
    /*float: left;*/
    text-align: center;
    /*margin-right: 1rem;*/
}

#slide-out ul.side-nav li {
    padding: 0 !important;
}

#slide-out-small ul.side-nav li {
    padding: 0 !important;
}

#slide-out-small ul.side-nav li {
    padding: 0 !important;
}

.caption {
    font-size: 1.25rem;
    font-weight: 300;
    /* margin-bottom: 30px; */
    line-height: 1.7rem;
}

.caption-uppercase {
    font-size: 1 rem;
    font-weight: 300;
    /*margin-bottom: 30px;*/
    text-transform: uppercase;
}

.sidebar-collapse {
    position: absolute;
    left: -145px;
    top: -38px;
}

.user-task,
.user-time {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

p.user-role {
    font-weight: normal !important;
    padding: 0;
    font-size: 1.37rem;
    margin-left: 1.7rem;
    float: left;
    padding-top: 1.3rem;
}

.user-details .row {
    margin: 0;
}

.user-details-small .row {
    margin: 5px;
    margin-top: 0;
}

.bold>a {
    font-weight: bold;
}

.rightside-navigation {
    overflow: hidden;
    left: calc(100% - 210px) !important;
    top: 36px;
    width: 210px;
}

/* =================================================================================
    Content
================================================================================= */

/*----------------------------------------
    Right Chat Slideout
------------------------------------------*/

#right-search .input-field {
    margin-top: 0;
}

#chat-out .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: 45px;
    height: 45px;
    font-weight: 400;
}

#chat-out .collapsible-header:after {
    color: #fff;
}

#chat-out .chat-out-list {
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

#chat-out .favorite-associate-list .circle {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #999;
    padding: 3px;
    display: block;
}

#chat-out .favorite-associate-list .online-user {
    border: 2px solid #00e676;
}

#chat-out .favorite-associate-list p {
    padding: 0;
}

#chat-out .favorite-associate-list p.place {
    font-size: 0.8rem;
}

#chat-out .recent-activity-list-icon {
    margin-top: 8px;
    font-size: 2rem;
}

#chat-out .recent-activity-list-text a {
    font-size: 0.8rem;
    padding: 0;
    font-weight: 600;
}

#chat-out .recent-activity-list-text p {
    font-size: 0.9rem;
    padding: 0;
}

.chat-close-collapse {
    padding: 5px 15px 0 0;
}

/*----------------------------------------
    Breadcrumb
------------------------------------------*/

h5.breadcrumbs-header {
    font-size: 1.64rem;
    line-height: 1.804rem;
    margin: 1.5rem 0 0 0;
}

.breadcrumbs {
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

.breadcrumbs>li {
    display: inline-block;
}

.breadcrumbs>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f142";
    font-family: "Material Design Icons"
}

.breadcrumbs>li.inactive:before {
    content: "";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumbs .active {
    font-weight: normal;
    color: #999;
}

.breadcrumbs .inactive {
    font-weight: normal;
    color: #999;
}

.breadcrumbs-title {
    font-size: 1.5rem;
    line-height: 1.804rem;
    margin: 18px 0 0;
}

.breadcrumbs-nav {
    margin: 8px 0 9px;
}

.breadcrumb:before {
    content: "\f142";
    font-family: "Material Design Icons";
}

/*----------------------------------------
    Cards
------------------------------------------*/

.card {
    overflow: hidden;
}

#card-stats .card-content {
    text-align: center;
}

#card-stats .card-stats-title {
    font-size: 1.2rem;
}

#card-stats .card-stats-title i {
    font-size: 1.2rem;
}

#card-stats .card-stats-compare {
    font-size: 1.0rem;
}

#card-stats .card-stats-compare i {
    position: relative;
    top: 5px;
}

#card-stats .card-stats-number {
    font-size: 1.8rem;
    line-height: 2.0rem;
    margin: 0.2rem 0 0.2rem 0;
    font-weight: 500;
}

#card-stats .card .card-content {
    padding: 10px 14px;
}

#card-stats .card .card-action {
    padding: 10px 14px;
}

/* alert card */

#card-alert i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

#card-alert .alert-circle {
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    left: -2px;
}

#card-alert .single-alert {
    line-height: 42px;
}

#card-alert button {
    background: none;
    border: none;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    color: #fff;
}

#card-alert .card .card-content {
    padding: 20px 40px 20px 20px;
}

#card-alert .card-action i {
    top: 0;
    margin: 0;
}

/* work card */

#work-collections .collection-header {
    font-size: 1.14rem;
    font-weight: 500;
}

#work-collections p.collections-title {
    font-size: 1.0rem;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

#work-collections p.collections-content {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

#work-collections .collection-item.avatar {
    height: auto;
    padding-top: 22px;
}

/* flight card */

#flight-card .flight-card-title {
    margin: 0;
    font-weight: 300;
    color: #fff;
}

#flight-card .flight-card-date {
    font-size: 1.0rem;
    margin: 0;
    color: #fff;
}

#flight-card .flight-state {
    padding-bottom: 15px;
}

#flight-card .flight-state-two {
    border-left: 1px dashed #9e9e9e;
}

#flight-card .flight-icon {
    font-size: 2.2rem;
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#flight-card .card-content-bg {
    background: url("../images/sample-1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#flight-card .card-content {
    background: rgba(0, 0, 0, 0.25);
}

#flight-card .flight-state-wrapper {
    margin: 0 0 100px 0 !important;
}

#flight-card .card-header .card-title {
    padding: 20px;
}

/* task card */

#task-card label {
    display: block;
    color: rgba(0, 0, 0, 0.87);
    height: auto;
}

#task-card .task-card-title {
    margin: 0;
    color: #fff;
    font-weight: 300;
}

#task-card .task-card-date {
    font-size: 1.0rem;
    margin: 0;
    color: #fff;
}

#task-card .collection-header {
    padding: 20px;
}

#task-card .task-add {
    position: absolute;
    right: 10px;
    top: 76px;
}

#task-card .task-cat {
    padding: 2px 4px;
    color: #fff;
    margin-left: 37px;
    font-weight: 300;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}

.task-cat {
    padding: 2px 4px;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}

.collection .collection-item.avatar i.circle {
    font-size: 28px;
}

/* profile card */

#profile-card .card-image {
    height: 150px;
}

#profile-card .card-profile-image {
    width: 70px;
    position: absolute;
    top: 110px;
    z-index: 1;
    cursor: pointer;
}

#profile-card .btn-move-up {
    position: relative;
    top: -40px;
    right: -18px;
    margin-right: 10px !important;
}

#profile-card .card-content p {
    font-size: 1.2rem;
    margin: 10px 0 12px;
}

.card-move-up .move-up {
    padding: 20px;
}

#card-profile-header {
    height: auto;
}

/*----------------------------------------
    Charts
------------------------------------------*/

#chart-dashboard {
    padding-top: 12px;
}

#chart-dashboard .card {
    overflow: hidden;
}

#chart-dashboard .card .card-content {
    padding: 10px 14px;
}

.expertchart-wrapper {
    width: 100%;
    height: 100vh
}

.chart-title {
    font-size: 1.6rem;
    font-weight: 300;
}

.page-footer .container {
    padding: 0 10px;
}

.collapsible-header {
    font-weight: 500;
}

.collection-header {
    color: #bdd4df;
    font-size: 1.3rem;
    font-weight: 500;
}

.header {
    color: #363b49;
}

.map-container {
    width: 100%;
    height: 100%;
}

.map-container iframe {
    width: 100%;
    height: 250px;
    display: block;
    pointer-events: none;
    position: relative;
    border: 1px solid #9E9E9E !important;
    font-family: 'Roboto' !important;
    font-size: 12px !important;
    margin-top: 10px;
}

.map-container iframe.clicked {
    pointer-events: auto;
}

span>.evolution-text {
    margin-top: 15px;
    font-size: 18px
}

/* ALTERNATE COLUMN COLORS FOR TABLES */

tr th {
    background: white;
}

#contenu table.format {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    clear: both;
    margin: 10px 2% 0 2%;
    width: 96%;
    background-color: #FFF;
    font-size: 0.8125em;
}

.clear {
    clear: both;
}

#contenu table.format.no_bordure {
    border: none;
}

#contenu table.format th,
#contenu #colonne_gauche table th,
#contenu #colonne_droite table th,
#contenu #colonne_seule table th {
    color: #E8E8E8;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #678db1, #369) repeat scroll 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#678db1), to(#069));
    background-color: #07699B;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#666');
}

#contenu table.format th.aligne_gauche,
#contenu table.format td.aligne_gauche,
#contenu table td.aligne_gauche,
#contenu th.aligne_gauche,
#contenu table.tableau_gris th.aligne_gauche {
    text-align: left !important;
}

#contenu table.format th.aligne_droite,
#contenu table.format td.aligne_droite,
#contenu table td.aligne_droite,
#contenu th.aligne_droite,
#contenu div.aligne_droite,
#contenu table.tableau_gris th.aligne_droite {
    text-align: right !important;
}

#contenu table.format th.aligne_centre,
#contenu table.format td.aligne_centre,
#contenu table td.aligne_centre,
#contenu th.aligne_centre,
#contenu table.tableau_gris th.aligne_centre,
#contenu div.aligne_centre {
    text-align: center !important;
}

#contenu table.format th.aligne_haut,
#contenu table.format td.aligne_haut,
#contenu table td.aligne_haut,
#contenu th.aligne_haut,
#contenu table.tableau_gris th.aligne_haut {
    vertical-align: top !important;
}

#contenu table.format td {
    color: #666;
    text-align: center;
    font-size: 13px;
}

#contenu table.format tr:hover:not([class=no_hover]) {
    border-top: #CCC 1px solid;
    background-color: #E8E8E8;
}

#contenu table.format th,
#contenu table.format td,
#contenu #colonne_seule th.format_th {
    border-top: 1px solid #cccccc;
    padding: 6px;
    vertical-align: middle;
    text-align: center;
}

/* profile card */

#profile-card .card-image {
    height: 150px;
}

#profile-card .card-profile-image {
    width: 70px;
    position: absolute;
    top: 110px;
    z-index: 1;
    cursor: pointer;
}

#profile-card .btn-move-up {
    position: relative;
    top: -40px;
    right: -18px;
    margin-right: 10px !important;
}

#profile-card .card-content p {
    font-size: 1.2rem;
    margin: 10px 0 12px;
}

.card-move-up .move-up {
    padding: 20px;
}

/*!
 * FullCalendar v2.3.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */

.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
}

.fc-unthemed .fc-today {
    background: #fcf8e3;
}

.fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

.fc-bgevent {
    /* default look for background events */
    background: rgb(143, 223, 130);
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

.fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
    position: relative;
    margin: 0 -1em;
    /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: 3%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: -3%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* dimensions */
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    /* text & cursor */
    font-size: 1em;
    /* normalize */
    white-space: nowrap;
    cursor: pointer;
}

/* Firefox has an annoying inner border */

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}

.fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon {
    /* non-theme */
    position: relative;
    top: -0.05em;
    /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
    display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group>* {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group> :first-child {
    /* same */
    margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
    cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px;
}

/* jqui themed */

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */
}

.fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
    position: relative;
}

.fc-row .fc-bg {
    z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
    border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2;
}

.fc-row .fc-highlight-skeleton {
    z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
    z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    background: none;
    /* in case <td>s are globally styled */
    border-color: transparent;
    /* don't put a border between events and/or the day number */
    border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
/* cells with events inside (so NOT the day number cell) */

.fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
    /* this class goes on elements for guaranteed vertical scrollbars */
    overflow-y: scroll;
    overflow-x: hidden;
}

.fc-scroller>* {
    /* we expect an immediate inner element */
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */
    overflow: hidden;
    /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    /* default BORDER color */
    background-color: #3a87ad;
    /* default BACKGROUND color */
    font-weight: normal;
    /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
/* causes a "warning" cursor. applied on body */

.fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-bg {
    /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer {
    /* positioned it to overcome the event's borders */
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px;
}

/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto;
    /* ignore the right and only use the left */
    cursor: w-resize;
}

/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto;
    /* ignore the left and only use the right */
    cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0 1px;
}

.fc-day-grid-event .fc-content {
    /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
}

.fc-day-grid-event .fc-resizer {
    /* enlarge the default hit area */
    left: -3px;
    right: -3px;
    width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

a.fc-more:hover {
    text-decoration: underline;
}

.fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

.fc-more-popover .fc-event-container {
    padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
    text-align: center;
    margin-bottom: 1em;
}

.fc-toolbar .fc-left {
    float: left;
}

.fc-toolbar .fc-right {
    float: right;
}

.fc-toolbar .fc-center {
    display: inline-block;
}

/* the things within each left/right/center section */

.fc .fc-toolbar>*>* {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}

/* the first thing within each left/center/right section */

.fc .fc-toolbar>*> :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0;
}

/* title text */

.fc-toolbar h2 {
    margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view,
/* scope positioning and z-index's for everything within the view */

.fc-view>table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* we are sure there are no day numbers in these views, so... */
    padding-top: 1px;
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
    overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
    text-align: center;
}

.fc-basic-view .fc-week-number span {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left;
}

.fc-day-number.fc-other-month {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container,
/* so scroll container's z-index is below all-day */

.fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent;
}

.fc-time-grid>.fc-bg {
    z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
    /* for jqui theme */
    background: none;
    /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container,
/* a div within a cell within the fc-content-skeleton */

.fc-time-grid .fc-bgevent-container {
    /* a div within a cell within the fc-bgevent-skeleton */
    position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px;
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0";
    /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
    content: "=";
}

/*----------------------------------------
    Calendar
------------------------------------------*/

#full-calendar {
    padding-top: 30px;
}

#calendar h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 35px;
}

#calendar .fc-day-header {
    text-transform: uppercase;
    font-weight: 400;
}

#external-events {
    padding-top: 50px;
}

#external-events .fc-event {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 10px;
    cursor: all-scroll;
    border: none;
}

.fc button {
    background: #fff;
}

.fc td {
    border-width: 0 !important;
}

.fc th {
    border-width: 0 !important;
}

.fc-state-active {
    color: #ff4081 !important;
}

.fc-state-down {
    color: #ff4081 !important;
}

tr.group {
    background-color: #fafafa !important;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    tfoot {
        display: none;
    }
}

/*----------------------------------------
    Shadow effect
------------------------------------------*/

.shadow-demo {
    background-color: #26a69a;
    width: 100px;
    height: 100px;
    margin: 20px auto;
    line-height: 100px;
}

.collapsible-header {
    font-weight: 500;
}

#input-select .input-field label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem;
}

/*----------------------------------------
    icon page
------------------------------------------*/

.icon-container i {
    font-size: 3em;
    display: block;
    margin-bottom: 10px;
}

.icon-container .icon-preview {
    height: 120px;
    text-align: center;
}

.icon-holder {
    display: block;
    text-align: center;
    width: 150px;
    height: 115px;
    float: left;
    margin: 0 0 15px 0;
}

.icon-holder p {
    margin: 0;
}

/*----------------------------------------
    Login Page
------------------------------------------*/

.login-form {
    width: 280px;
}

.login-form-text {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

.profile-image-login {
    /* margin-top: 15px !important; */
    height: 35px !important;
}

.profile-image-login-small {
    margin: 5px !important;
    /*margin-left: 3px !important;*/
    height: 48px !important;
    width: 48px !important;
}

.login-text {
    margin-top: -6px;
    margin-left: -6px !important;
}

.collection .collection-item.avatar {
    height: 64px;
    padding-left: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

/*----------------------------------------
    Profile Page
------------------------------------------*/

#profile-page-header .card-image {
    height: 250px;
}

#profile-page-header .card-profile-image {
    width: 110px;
    position: absolute;
    top: 190px;
    z-index: 1;
    left: 40px;
    cursor: pointer;
    margin: 0;
}

#profile-page-header .card-content {
    margin-top: -40px;
}

#profile-page-header .card-content .card-title {
    margin-bottom: 0;
}

/*profile-page-wall*/

#profile-page-wall .profile-image-post {
    width: 60px;
    margin: 30px 10px;
}

#profile-page-wall .tab-content {
    padding: 10px;
}

#profile-page-wall .share-icons {
    margin-top: 10px;
}

#profile-page-wall .share-icons i {
    padding: 0 5px;
}

#profile-page-wall .tab-profile .tab i {
    font-size: 16px;
}

#profile-page-wall-posts .profile-small {
    height: 250px;
    overflow: hidden;
}

#profile-page-wall-posts .profile-medium {
    height: 350px;
    overflow: hidden;
}

#profile-page-wall-posts .profile-large {
    height: 450px;
    overflow: hidden;
}

#profile-page-wall-posts .card-profile-title {
    font-size: 16px;
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

#profile-page-wall-posts .card-action-share {
    padding: 16px;
}

.collection-header {
    color: #bdd4df;
    font-size: 1.3rem;
    font-weight: 500;
}

#task-cat {
    font-size: 32px;
}

.task-cat {
    padding: 4px 8px 6px 8px;
    color: #fff;
    font-weight: normal;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}

/* profile card */

#profile-card .card-image {
    height: 150px;
}

#profile-card .card-profile-image {
    width: 70px;
    position: absolute;
    top: 110px;
    z-index: 1;
    cursor: pointer;
}

#profile-card .btn-move-up {
    position: relative;
    top: -40px;
    right: -18px;
    margin-right: 10px !important;
}

#profile-card .card-content p {
    font-size: 1.2rem;
    margin: 10px 0 12px;
}

.card-move-up .move-up {
    padding: 20px;
}

/*  Widget */

.socialbox .logo {
    color: #fff;
    font-size: 28px;
    left: 20px;
    bottom: 20px;
    position: absolute;
}

.socialbox .info {
    color: #fff;
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    padding: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .doughnut-chart-status {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .doughnut-chart-status {
        display: none;
    }

    #card-detail .card-detail-compare {
        font-size: 0.8rem;
    }
}

/* PROFILE IMAGE */

.invalid {
    font-size: 0.8em;
    color: #FF1744;
}

span.required {
    font-size: 0.7em;
    color: #FF1744;
}

div.row {
    margin-bottom: 5px;
    margin-left: 0 !important;
}

a {
    cursor: pointer;
}

p {
    display: block;
    -webkit-margin-before: 0.15em;
    -webkit-margin-after: 0.15em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.card .card-title {
    font-size: 28px;
    font-weight: 300;
    vertical-align: middle;
}

*[title]:hover:after {
    background: #263238;
    color: white;
}

.collection .collection-item.avatar i.circle img {
    margin-top: 8px;
}

.collection-item .avatar {
    margin-bottom: 0;
}

.hidden {
    visibility: hidden;
    display: none;
}

.visible {
    visibility: visible;
}

.collection.borderless {
    border: none;
}

.borderless {
    border: none;
}

.expert-dark {
    background-color: #F7F9FB !important;
}

.expert-dark-1 {
    background-color: #F7F9FB !important;
}

.expert-dark-2 {
    background-color: #354159 !important;
}

.expert-dark-3 {
    background-color: #141821 !important;
}

.expert-ultra-dark {
    background-color: #1D222E !important;
}

.side-nav-dark {
    background-color: #F7F9FB !important;
}

.cursor-pointer {
    cursor: pointer;
}

.widget-header.monitoring {
    height: 400px;
    overflow: hidden;
}

.expertchart-wrapper.medium {
    height: 320px;
    overflow: hidden;
}

.expertchart-wrapper.small {
    height: 100px;
    overflow: hidden;
}

table.scrollable-horizontal {
    overflow-x: visible;
}

.floatThead-container {
    z-index: 997 !important;
}

/* RESPONSIVE */

table.condensed {
    line-height: 1rem;
}

/* AJUSTEMENT DU LOGO EXPERT SANTE */

header .brand-logo img {
    width: 50%;
    margin-top: 9px;
    opacity: .80;
    height: 26px;
    width: 26px;
}

/* AJUSTEMENT DU FOOTER DE CONNEXION */
.footer-login {
    padding: 0;
    line-height: 1rem;
    /* top: 100vh; */
    margin-top: -6px
}

@media only screen and (max-width: 993px) {
    .footer-login {
        margin-top: -15px;
    }

    .site.site-masthead {
        margin-left: 0 !important;
    }
}

/* COULEUR DE LA NAVBAR */

.expert-nav {
    background-color: #259BF5
}

ul.side-nav.leftside-navigation .profile-btn {
    text-transform: capitalize;
    min-height: 50px;
}

ul.profile-dropdown {
    background-color: red;
}

div.profile-image-login>span {
    font-size: 2rem;
}

div.login-left {
    height: 87.5vh;
    position: relative;
    left: 5px !important;
    top: 15px !important;
}

/* UTILISATEUR > PROFIL */

.profile-edit {
    background-color: #80A8CC !important;
    position: sticky !important;
    height: 87vh;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 10px;
    /* width: 240px !important; */
    float: right !important;
}

img.profile-image {
    width: 80px;
    height: 80px;
}

.expert-blue {
    background-color: #408EBF !important;
}

.expert-blue-text {
    color: #408EBF !important;
}

.no-border {
    border: none !important;
}

/* PERSONNALISATION DES COLLAPSIBLES */

.collapsible-header.active {
    border-left: 6px solid #186DCC;
}

.collapsible-header.active i,
.collapsible-header.active label {
    color: #00bfa5;
}

.blend-mode {
    filter: invert() contrast(555) grayscale();
}

/* POSTIT PATIENT */

.patient-panel {
    top: 0;
    position: fixed;
    left: 240px;
    width: 40%;
    line-height: 1.1rem;
    height: 36px;
}

@media only screen and (max-width: 993px) {
    .patient-panel {
        left: 50px;
        width: 50%;
    }
}

/* Margin des ic�nes du post-it patient */

.patient-panel img {
    align-content: center;
    height: 20px;
    margin-top: 8px !important;
    cursor: pointer;
}

.patient-panel i {
    cursor: pointer;
}

.patient-icons i {
    cursor: pointer;
}

.patient-detail i {
    cursor: pointer;
}

.patient-detail img {
    cursor: pointer;
}

.patient-icons img {
    align-content: center;
    height: 20px;
    margin-top: -8px !important;
    cursor: pointer;
}

.patient-icons span {
    align-content: center;
    height: 18px;
    margin-top: -2px;
    cursor: pointer;
}

/* ENCART PATIENT */

.anonyme {
    margin-left: -30px;
    margin-top: 4px;
}

.patient-detail {
    background-color: white;
    display: none;
    height: calc(100vh - 72px) !important;
    padding: 10px;
    position: fixed;
    left: 240px;
    top: 36px;
    z-index: 100;
    width: 310px;
    border-left: 6px solid #00AE90;
    animation-duration: .3s;
    overflow-x: auto;
}

@media only screen and (max-width: 993px) {
    .patient-detail {
        left: 0;
    }
}

nav .patient-detail-header {
    height: 40px !important;
}

.patient-detail table {
    margin-right: 5px;
    margin-left: 5px;
    /* width: 100%; */
}

.patient-detail table td.libelle {
    color: #666;
}

.patient-detail table td {
    max-width: 400px;
    color: #369;
    padding: 0.2em 0.5em 0.2em 0;
    text-align: left;
    vertical-align: middle;
}

.patient-detail h3 {
    background-color: #999999;
    /*utile pour ie, le degrad� ne fonctionne pas*/
    background: -moz-linear-gradient(center top, #CCCCCC, #999999) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#999999));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#999999');
    border-bottom: 1px solid #E8E8E8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-size: 13px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 7px 10px 0;
    text-shadow: 0 1px 0 #666666;
    height: 25px;
    cursor: pointer;
    /*min-width: 350px;*/
}

.patient-detail h3 .sign_poids {
    float: right;
}

.patient-detail h3 img {
    float: right;
    margin-top: -4px;
}

.patient-detail h4 {
    color: #333;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px 3px;
    height: 25px;
    cursor: pointer;
}

.patient-detail h4 a {
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #666666;
}

.patient-detail h4 img {
    float: right;
    margin-left: 5px;
}

.patient-detail ul {
    text-align: left;
    padding: 0;
}

.patient-detail ul li {
    color: #369;
    margin: 5px;
    padding-left: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.patient-detail ul li a:visited,
.patient-detail ul li a:link,
.patient-detail ul li a {
    text-decoration: none;
    padding-left: 10px;
    color: #666666;
}

.patient-detail ul li a:hover {
    color: #369;
    background-image: url(/v3/images/puce_user.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.patient-detail ul li.vert a:visited,
.patient-detail ul li.vert a:link,
.patient-detail ul li.vert a {
    text-decoration: none;
    padding-left: 10px;
    color: #339900;
    font-weight: bold;
}

.patient-detail ul li.vert a:hover {
    color: #339900;
    font-weight: bold;
    background-image: url(/v3/images/puce_user.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.patient-detail ul li.rouge a:visited,
.patient-detail ul li.rouge a:link,
.patient-detail ul li.rouge a {
    text-decoration: none;
    padding-left: 10px;
    color: #996633;
    font-weight: bold;
}

.patient-detail ul li.rouge a:hover {
    color: #996633;
    font-weight: bold;
    background-image: url(/v3/images/puce_user.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.patient-detail ul li.titre {
    padding-top: 5px;
    padding-left: 0px;
    font-weight: bold;
    background-image: none;
}

.patient-detail ul li div#panneau_bouton_action {
    clear: both;
    float: right;
    line-height: 25px;
    padding: 0;
}

#navigation {
    margin: -15px -15px 15px -15px;
}

.expert-green-text {
    color: #00B79B !important;
}

.expert-green {
    background-color: #00B79B !important;
}

.btn.small-caption {
    font-size: 0.9rem;
}

/* STYLING DU SELECT DE LA SIDEBAR */

.side-nav.fixed span.select2-container {
    width: 227px !important;
}

.side-nav.fixed .select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent;
    color: white;
    border-bottom: 1px solid #7d7d7d;
    border-radius: 0;
    -moz-user-focus: unset;
    outline: 0;
}

.side-nav.fixed .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #b7b6b7 !important;
}

/* STYLING DU CHAMP DE RECHERCHE DE LA SIDEBAR */

.side-nav.fixed input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #7d7d7d;
    border-radius: 0;
    outline: 0;
    /* width: 100%; */
    font-size: 1rem;
    padding: 5px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}

/* POUR LE MENU COLLAPSED */

ul.side-nav.leftside-navigation.side-nav-menu {
    background-color: #F7F9FB;
    left: 72px;
    animation-duration: .3s;
}

html,
body {
    /* height: 82vh; */
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    overflow: auto;
    overflow: initial;
    background: white;
}

.grid {
    position: relative;
}

/* .item {
    display: block;
    position: absolute;
    height: auto;
    width: 49%;
    line-height: 300px;
    margin: 5px;
    z-index: 1;
    min-height: 200px;
    max-height: 300px;
    background: #F4F6F9;
} */

.item.sortablegrid-item-dragging {
    opacity: 0.8;
    background: transparent;
    z-index: 3;
}

.item.sortablegrid-item-releasing {
    background: transparent;
    z-index: 2;
}

.item.sortablegrid-item-hidden {
    z-index: 0;
}

.item-content {
    position: relative;
    width: 100%;
    height: 300px;
    cursor: pointer;
}

.col.grid-example {
    border: 1px solid white;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: #E3F2FD;
    padding: 0;
    font-weight: normal;
}

.flow-text {
    font-weight: normal;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #3983B7;
    font-size: 12px;
}

.swal-button.swal-button--confirm {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #3983B7;
    font-size: 12px;
}

.swal-footer {
    background-color: #F9F9F9;
    padding: 10px;
    margin-top: 35px;
    border-top: 1px solid #dddddd
}

/* ON FORCE LES ICONES DE TINYMCE */

.mce-ico {
    font-family: 'tinymce', Arial !important;
}

/* BLEND MODE */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
i,
img,
a {
    /* mix-blend-mode: luminosity !important; */
}

#mini-sidebar {
    position: absolute;
    left: -140px;
    top: -36px;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

/* COMPATIBILITE DU DATEPICKER */

/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */

.ui-datepicker {
    width: auto;
    padding: .2em .2em 0;
    display: none;
    border: 1px solid #dddddd;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
    display: none;
    /*sorry for IE5*/
    display
    /**/
    : block;
    /*sorry for IE5*/
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

/*!
	/* workarounds */

/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    /* width: 17em; */
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

#panneau_bouton_action {
    float: right;
    /*line-height:25px;*/
    padding: 0;
}

/* ADAPTATION DE LA COULEUR DU TEXTE DU PROFIL EN FONCTION DU BACKGROUND */

input.heure {
    width: 3.5rem
}

.menu-highlight {
    background-color: black;
    color: white;
}

main {
    /* height: calc(100vh + 240px); */
}

.item {
    color: #263238;
}

@media print {
    .hidden-print {
        display: none !important;
        visibility: hidden;
    }

    .patient-panel {
        left: 0 !important;
        width: 100%;
    }

    aside {
        display: none !important;
    }

    /* nav {
        display: none !important;
    }
    #header{
        display: none !important;
    } */
}

i.favori::before {
    font: normal normal normal 18px/1 "Material Design Icons";
    content: "\F4D2";
}

i.favori.active::before {
    font: normal normal normal 18px/1 "Material Design Icons";
    content: "\F4CE";
}

i.favori.active {
    color: #ffeb3b !important;
}

i.favori {
    font-size: 1rem !important;
    color: grey;
    cursor: pointer;
    padding-left: 30px !important;
    margin: 0;
    float: left !important;
    line-height: 1rem;
    margin-top: 5px;
}

i.favori:hover {
    color: #ffeb3b !important;
}

.favoris {
    overflow: auto;
}

.alerton {
    visibility: visible;
}

.alertoff {
    display: none;
}

iframe {
    border: none;
}


/* HEIGHT AND WIDTH HELPERS */
.h-10 {
    height: 10% !important
}

.h-20 {
    height: 20% !important
}

.h-30 {
    height: 30% !important
}

.h-40 {
    height: 40% !important
}

.h-50 {
    height: 50% !important
}

.h-60 {
    height: 60% !important
}

.h-70 {
    height: 70% !important
}

.h-80 {
    height: 80% !important
}

.h-90 {
    height: 90% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}


.w-10 {
    width: 10% !important
}

.w-20 {
    width: 20% !important
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

.w-50 {
    width: 50% !important
}

.w-60 {
    width: 60% !important
}

.w-70 {
    width: 70% !important
}

.w-80 {
    width: 80% !important
}

.w-90 {
    width: 90% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.icons {
    padding: 0 20px 10px 20px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.icons .mdi::before {
    font-size: 24px;
}

.icons div i {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
}

.icons div code {
    border: 1px solid #DDD;
    width: 46px;
    margin-left: 2px;
    margin-right: 4px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
}

.icons div span {
    cursor: pointer;
    font-size: inherit;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: calc(100% - 90px);
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
}

.justify {
    text-align: justify !important;
}

.card-panel>img {
    height: 14rem;
    margin-bottom: 2rem;
}


@media only screen and (min-width: 601px) {

    nav,
    nav .nav-wrapper i,
    nav a.button-collapse,
    nav a.button-collapse i {
        height: 36px;
    }
}

.three::after {
    content: '\00B3';
    color: #55FFFF;
    font-weight: bold
}


.site {
    font-size: .875rem;
    line-height: 1.71429;
    color: #5876a3;
}

.site.site-masthead {
    padding: .4rem 1.5rem;
    background-color: #f4f6f9;
    color: #54698d;
    margin-left: 200px;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #D8DEE6;
    height: 5rem;
    z-index: 1;
}

@media only screen and (max-width: 993px) {

    .site.site-masthead {
        margin-top: -9px;
    }

}

@media only screen and (min-width: 994px) {

    .site.site-masthead {
        margin-top: 0 !important;
    }

}

@media only screen and (min-width: 601px) {

    .card-panel {
        min-height: 360px;
    }

    .card-panel>img {
        height: 10rem;
    }
}

@media only screen and (min-width: 993px) {
    .card-panel {
        min-height: 357px;
    }

    .site.site-masthead {
        margin-top: -9px;
    }
}

.slds-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
}

.slds-grid {
    display: flex;
}

h1,
h2,
h2.header,
h3,
h4,
h5,
h6 {
    color: #54698d;
}

.introduction {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    text-align: justify;
}

nav .brand-logo {
    top: -1px !important;
}

p {
    line-height: 1.71429;
    font-size: 1.1rem;
    color: #555555;
}

nav {
    background-color: #F4F6F9;
    box-shadow: none;
    border-bottom: 1px solid #D8DEE6;
}

footer.page-footer .footer-copyright {
    color: #4f6a92 !important;
    font-weight: bold;
}

footer.page-footer {
    border-top: 1px solid #D8DEE6;
    background: white;
}

.side-nav.fixed {
    height: 100vh !important;
}

span.badge.new {
    font-weight: bold;
    background-color: #418EBF;
}

.input-field input[type=search] {
    border: 1px solid #D8DEE6;
    box-shadow: none;
    border-radius: 4px;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.material-textarea:focus:not([readonly]) {
    outline: 0;
    border-color: #1589ee;
    background-color: #fff;
    box-shadow: 0 0 3px #0070d2;
}

ul.side-nav.leftside-navigation li.active>a {
    color: #186DCC !important;
}

.button-collapse {
    height: 2rem;
    margin: .6rem 1rem;
}

ul.side-nav.leftside-navigation li.user-details:hover {
    background-color: #408EBF !important;
}

td,
th {
    padding: .7rem
}

th {
    text-align: center;
}

.root-structure,
.folder-structure,
.subfolder-structure,
.file-structure,
.subfile-structure {
    margin-bottom: 5px;
}

.folder-structure {
    padding-left: 34px !important;
}

.file-structure {
    padding-left: 3.4rem !important;
}

.subfile-structure {
    padding-left: 2.8rem !important;
}

.italic {
    font-style: italic;
}

div.collapsible-body label {
    font-size: 1rem;
    line-height: 2rem;
    color: #BEBEBE;
    margin-left: 1.6rem;
}

.row.main {
    margin-top: 80px;
}

.table-of-contents {
    padding-top: 1rem;
    border-left: 1px solid#F4F6F9;
    padding-left: 15px;
}

.table-of-contents a:hover {
    color: #408EBF;
    padding-left: 19px;
    border-left: 3px solid #408EBF;
    /* font-weight: bold; */
}

.table-of-contents a.active {
    font-weight: bolder;
    padding-left: 18px;
    border-left: 3px solid #408EBF;
    color: #408EBF;
}

html,
body,
.block {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h2.css {
    margin-top: 1.725rem;
}

h4.css {
    margin-top: 1.725rem;
}

h6.css {
    margin-top: 1.725rem;
}

h2.header {
    font-weight: 300;
    margin-top: 0;
    padding-top: 0.2rem;
    padding-left: 1rem;
    font-family: Open Sans;
    font-size: 3rem;
}

div.icons div.new::before {
    content: ' ';
    width: 0.3rem;
    height: 1.75rem;
    position: absolute;
    margin-top: .5rem;
    margin-left: -0.25rem;
    background: #3BBCD4;
    /* border-radius: 0.1rem; */
}

div.icons div.deprecated::before {
    content: ' ';
    width: 0.3rem;
    height: 1.75rem;
    position: absolute;
    margin-top: .5rem;
    margin-left: -0.25rem;
    background: #F44335;
    /* border-radius: 0.1rem; */
}

span.deprecated::before {
    content: ' ';
    width: 7.5rem;
    height: 0.3rem;
    position: absolute;
    margin-top: 1.8rem;
    /* margin-left: -0.25rem; */
    background: #F44335;
}

span.new::before {
    content: ' ';
    width: 7.5rem;
    height: 0.3rem;
    position: absolute;
    margin-top: 1.8rem;
    /* margin-left: -0.25rem; */
    background: #3BBCD4;
}

.side-nav .user-view, .side-nav .userView {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px;
}

.side-nav .user-view .background, .side-nav .userView .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 296px;
}

/* TABS (PARTAGES) */

.tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    overflow-x: visible;
    height: 30px;
    margin: .5em 0 .5em 0;
    width: 100%;
    white-space: nowrap;
    border-bottom: 1px solid #DDDDDD !important;
}

.tabs .tab {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 2px;
    font-family: "Raleway", sans-serif !important;
    border: 1px solid #DDD;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tabs .tab.prescription-tab {
    width: auto;
    font-size: .9rem;
    font-family: "Open Sans", sans-serif !important;
    background-color: #f1f1f1;
}

.tabs .tab.consultation-tab {
    width: auto;
    font-family: "Open Sans", sans-serif !important;
    background-color: #f1f1f1;
    line-height: 28px;
}

.tabs .tab a {
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
    padding-top: 2px;
}

.tabs .tab a.active,
.tabs .tab a:hover,
.tabs .tab.prescription-tab a.active,
.tabs .tab.prescription-tab a.active:hover,
.tabs .tab.prescription-tab a.active>i,
.tabs .tab.prescription-tab a:hover>i,
.tabs .tab.prescription-tab a:hover {
    color: white !important;
    font-weight: 400;
    background-color: #408EBF !important;
}

.tabs .tab.disabled a.active,
.tabs .tab.disabled a:hover,
.tab.disabled a {
    color: lightgrey !important;
    cursor: default;
    background-color: white !important;
    pointer-events: none;
}

.tabs .tab.consultation-tab a.active,
.tabs .tab.consultation-tab a.active:hover,
.tabs .tab.consultation-tab a.active>i,
.tabs .tab.consultation-tab a:hover>i,
.tabs .tab.consultation-tab a:hover {
    color: white !important;
    font-weight: 400;
    background-color: #3C4FBB !important;
}
