span.cNumber_blue {
   border: 1px solid #34B5E6;
   border-radius: 0.9em;
   -moz-border-radius: 0.9em;
   -webkit-border-radius: 0.9em;
   color: #000;
   display: inline-block;
   font-weight: bold;
   line-height: 1.6em;
   margin-right: 5px;
   text-align: center;
   width: 1.6em;
}

span.cNumber_green {
   border:1px solid #21BA45;
   border-radius: 0.9em;
   -moz-border-radius: 0.9em;
   -webkit-border-radius: 0.9em;
   color: #000;
   display: inline-block;
   font-weight: bold;
   line-height: 1.9em;
   margin-right: 5px;
   text-align: center;
   width: 1.9em;
}

span.cNumber_active {
   border:1px solid rgb(211, 35, 35);
   border-radius: 0.9em;
   -moz-border-radius: 0.9em;
   -webkit-border-radius: 0.9em;
   color: #000;
   display: inline-block;
   font-weight: bold;
   line-height: 1.9em;
   margin-right: 5px;
   text-align: center;
   width: 1.9em;
}

.swal-button.swal-button--confirm.swal-button--danger{
    background: #19ba13 !important;
}

.swal-button--cancel {
    background: #FB5E40 !important;
    color: white !important;
}

.swal-button--danger {
    background: #FB5E40;
}

.swal-button.swal-button--confirm{
    background: #00A2E0 !important;
}

.simba_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.font_size_10{
    font-size: 10pt !important;
}

.font_size_11{
    font-size: 11pt !important;
}

.font_size_9{
    font-size: 9pt !important;
}

.bold{
    font-weight: bold !important;
}

.ml-5{
    margin-left: 5px !important;
}

.ml-10{
    margin-left: 10px !important;
}

.user_header{
    font-size: 10pt;
    cursor: pointer;
    font-weight: bold;
    color: black;
}

.user_header:hover{
    color: #4183c4;
}

.dataTables_length{
    margin-top: 10px !important;
}

#table_result tr td, #table_result tr th {
    white-space: nowrap;
    /* cursor: move !important; */
}
.ui.celled.table tr td.hidden, 
.ui.celled.table tr th.hidden {
    max-width: 15ch;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.dataTables_wrapper{
    width: 100% !important;
}

.dataTable{
   width: 100% !important;
}

.dataTables_scrollBody::-webkit-scrollbar{
    height: 10px;
    width: 10px;
}

.breadcrumb{
	margin-bottom: 20px !important;
}

.m-0{
    margin: 0px !important;
}

.p-0{
    padding: 0px !important;
}

.scroll {
  width: 100%;
  border: 1px solid grey;
  overflow: scroll;
  display: inline-block;
}

.scroll-width-auto {
  scrollbar-width: auto;
}
.scroll-width-thin {
  scrollbar-width: thin;
}
.scroll-width-none {
  scrollbar-width: none;
}

table{
    /*/width: 100% !important;*/
}

@import "extra_colors.css";
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    scrollbar-width: thin !important;
}
html,
body {
    min-height: 100%;
    height: 100%;
    background: #f1f4f5;
    scrollbar-width: thin;
}
html.ios {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
html.ios,
html.ios body {
    height: initial !important;
}
/*
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ccc;
    } */

/* body::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
    } */

    body::-webkit-scrollbar-thumb
    {
        background-color: #7A7A7A;
    }

    .scroll::-webkit-scrollbar-thumb
    {
        /*background-color: #ccc;*/
    }

    .pusher {
        min-height: 100%;
        height: 100%;
        position: relative;
    }
    .fullheight {
        height: 100%;
        min-height: 810px;
    }
    /* =============Clearfix============= */

    .no-padding {
        padding: 0!important;
    }
    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    .clearfix {
        display: block;
    }
    * html .clearfix {
        height: 1%;
    }
    /* =============Clearfix============= */
    div [class*="left floated"] {
      float: left;
      margin-left: 0.25em;
  }

  div [class*="right floated"] {
      float: right;
      margin-right: 0.25em;
  }

  div [class*="left floated"] {
    float: left;
    margin-left: 0.25em;
}

.ui.menu .dropdown.item .menu {
    min-width: 180px;
}
.tabmenu {
    display: flex !important;
    padding: 0 !important;
}
.error404 {
    background: url("../img/404.png") no-repeat top center #6a8733 !important;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}
/* =============Sidebar,Navbar Change Color List============= */

.colorlist,
.sidecolor {
    float: left !important;
    text-align: left !important;
    -webkit-padding-start: 0 !important;
    list-style: none;
    max-width: 180px;
}
.colorlist li,
.sidecolor li {
    float: left;
    cursor: pointer;
    margin: 1px;
}
.colorlist li a,
.sidecolor li a {
    width: 10px;
    height: 10px;
    display: block;
}
.colorwrap .row .column .segment {
    min-height: 268px;
}
.colorwrap .row .column .segment p {
    font-size: 1.6em;
}
/* =============Sidebar,Navbar Change Color List============= */
/* =============Timeline============ */

.timeline {
    border-left: 1px solid #307473;
    margin-left: 15px !important;
    position: relative;
    padding-bottom: 10px;
}
/*.timeline:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    position: absolute;
    left: -8.8px;
    border-radius: 50%;
    background: #307473;
    margin-bottom: 10px;
    }
    .timeline .event {
        margin-left: -18px !important;
    }
    /* =============Timeline============ */
    /* =============Profile Page============ */

    .profileheader {
        background: url("../img/profileheader.jpg") no-repeat top center;
        background-size: cover;
        width: 100%;
        height: 255px;
        float: right !important;
        text-align: right;
        padding: 2em !important;
    }
    .profilepage .image i {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 10px;
        margin-top: 5px;
        font-size: 1.1em;
    }
    /* =============Profile Page============ */
    /* =============Some Settings=========== */

    .ui.vertical.divider {
        left: 50% !important;
    }
    .filtr-item img {
        width: 100px;
    }
    .marginlefting {
        margin-left: 60px !important;
    }
    .displaynone {
        display: none !important;
    }
    .displayblock {
        display: block !important;
    }
    .sidebar .item i {
        font-size: 20px;
        margin-top: -5px !important;
    }
    .left.sidebar {
        overflow-y: auto !important;
    }
    .logo {
        height: 57px;
        background-color: #fff!important;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
    }
    .logo img {
        width: 100% !important;
        height: auto;
    }
    .title.item {
        padding: .92857143em 1.14285714em !important;
    }
    .dropdown .menu .header {
        padding-top: 3.9px !important;
        padding-bottom: 3.9px !important;
    }
    .titleIcon {
        float: left !important;
        margin: 0 10px 0 0 !important;
    }
    .sidebar::-webkit-scrollbar {
        display: none !important;
    }
    .ui.sidebar.very.thin.icon {
        overflow: visible !important;
    }
    .navslide {
        margin-left: 260px;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
    }
    .mainWrap {
        background: #f1f4f5;
        min-height: 100%;
        position: relative;
    }
    .mainWrap .segment {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }
    .pusher .navslide.navwrap .menu {
        border-radius: 0;
        border: 0;
    }
    .title .dropdown.icon {
        margin-top: 0px !important;
    }
    .flotchart {
        width: 100%;
        height: 100px;
    }
    .flotvisitor {
        width: 100%;
        height: 300px;
    }
    .statisticIcon {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 15px !important;
        margin-right: 5px !important;
        font-size: 4em !important;
    }
    .column p .wi {
        font-size: 1.5em !important;
        color: #ff6a00;
    }
    .ass {
        border-radius: 50% !important;
    }
    .flotTip {
        font-size: 12px !important;
        background-color: #1f364f !important;
        color: #fff;
        padding: 5px 8px !important;
        z-index: 900 !important;
        border-radius: 3px !important;
    }
    .ui.right.sidebar {
        background: #fff;
    }
    .ui.right.sidebar .tab {
        padding: 10px;
        min-height: 100%
    }
    .ui.tabular.menu {
        margin-bottom: 0;
    }
    .ui.button,
    .ui.buttons,
    .ui.label,
    .ui.labels,
    .ui.input {
        margin-bottom: 10px;
    }

    /* =============Some Settings=========== */
    /* =============Timeline Page Css (Horizontal Timeline)============= */

    .cd-horizontal-timeline {
        opacity: 0;
        margin: 2em auto;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .cd-horizontal-timeline ol,
    ul {
        list-style: none;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */

        content: 'mobile';
        display: none;
    }
    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */

        opacity: 1;
    }
    .cd-horizontal-timeline .h-timeline {
        position: relative;
        height: 100px;
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }
    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }
    .cd-horizontal-timeline .events-wrapper::after,
    .cd-horizontal-timeline .events-wrapper::before {
        /* these are used to create a shadow effect at the sides of the timeline */

        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        height: 100%;
        width: 20px;
    }
    .cd-horizontal-timeline .events-wrapper::before {
        left: 0;
    /*background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));*/
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    /*background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));*/
}
.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */

    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */

    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */

    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #7b9d6f;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */

    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */

        content: 'desktop';
    }
}
.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */

    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */

    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    /* arrow icon */

    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("../img/cd-arrow.svg") no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 1em 0 3em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    min-height: 150px;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li>* {
    max-width: 100%;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}
.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 1rem;
    }
    .cd-horizontal-timeline .events-content em {
        font-size: 1rem;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 1.1rem;
    }
}
@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
/* =============Timeline Page Css (Horizontal Timeline)============= */
/* =============Grid Page Css============= */

#grid {
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    min-height: 30px;
    padding: 0 3em;
}
#grid .row .column:nth-child(n) {
    background: #48A9A6;
    min-height: 30px;
    padding: 10px 0;
}
#grid .row .column:nth-child(2n) {
    background: #4281A4;
    min-height: 30px;
    padding: 10px 0;
}
#grid {} #grid h2 {
    margin: 2em 0 1.5em;
}
#grid .shaded.examples .row {
    position: relative;
}
#grid .shaded.examples .grid>.column {
    position: relative;
    z-index: 11;
}
#grid .divided.examples .grid .column:not(.row):after {
    background-color: #1f364f;
    content: "";
    display: block;
    min-height: 30px;
}
#grid .nested.examples .grid .grid {
    box-shadow: 0 0 0 1px #AAA inset;
}
#grid .simple.examples .grid .column:not(.row):not(.grid):after {
    content: "";
    display: block;
    min-height: 30px;
}
#grid .shaded.examples .grid .column:not(.row):after,
#grid .nested.examples .grid .grid .column:after {
    background-color: #FFF;
    box-shadow: 0 0 0 1px #DDD inset;
    content: "";
    display: block;
    min-height: 30px;
}
/* =============Grid Page Css============= */

@media only screen and (min-width: 1224px) {
    .colhidden {
        display: block
    }
    .computer .only {
        display: block;
    }
    #radios {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .row .column {
        margin-bottom: 20px!important;
    }
    .ui .buttons {
        display: inline!important;
    }
    .ui .buttons .button {
        margin-bottom: 10px;
    }
    .hiddenui {
        display: none!important;
    }
    .ui.menu .dropdown.item .menu {
        height: 100%;
        min-height: 15em;
    }
    .ui .breadcrumb .section {
        margin-bottom: 15px;
    }
    .ui .label {
        margin-bottom: 10px!important;
    }
    .ui.compact.selection.dropdown {
        margin-bottom: 10px!important
    }
    .chat-history {
        overflow-y: scroll!important;
    }
    .icon.link {
        margin-bottom: 10px!important
    }
    .ui.toggle.checkbox,
    .ui.slider.checkbox {
        margin-bottom: 10px
    }
   /* #data_table_filter,
    #data_table_info,
    #data_table_paginate {
        display: none!important
    }
    #data_table thead tr th {
        width: 90%!important;
        min-height: 25px!important
        }*/
        .colhidden {
            display: none!important
        }
        #radios {
            width: 100%;
        }
    }
    /* MOBIL PAGE SETTINGS*/
    /* Typography Styles*/

    dl {
        border: 3px double #ccc;
        padding: 0.5em;
    }
    dt {
        float: left;
        clear: left;
        width: 100px;
        text-align: right;
        font-weight: bold;
        color: #666;
    }
    dt::after {
        content: ":";
    }
    dd {
        margin: 0px 0 0 110px;
        padding: 0 0 0.5em 0;
    }
    blockquote {
        background: #f9f9f9;
        border-left: 10px solid #ccc;
        margin: 1.5em 10px;
        padding: 0.5em 10px;
        quotes: "\201C""\201D""\2018""\2019";
    }
    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }
    blockquote p {
        display: inline;
    }
    /* Typography Styles*/

    .sidemenu {
        background: #333c44;
    }
    html {
        font-size: 12px!important;
    }
    a.item.transition {
        margin-left: 30px;
    }
    .sidemenu .item {
        color: rgba(224, 219, 219, 0.9);
    }
    .ui.left.sidebar,
    .ui.right.sidebar {
        width: 260px;
    }


    .hiddenCollapse .statistics .label {
        opacity: 0.5;
    }

    /*----------------------------------------*/
    #pageMessages {position: fixed;bottom: 15px;right: 15px;width: 30%;}
    .alert {position: relative;}
    .alert .close {position: absolute;top: 15px;right: 15px;font-size: 1em;}
    .alert .fa {margin-right:.3em;}

    .ui.accordion .accordion {
        margin: 0;
        padding: 0;
    }

    .loading_page {
        position: fixed;
        z-index: 999999999;
        height: 2em;
        width: 2em;
        overflow: show;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0.3);
    }

    .loading_page:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }


    .loading_page:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    .loading_page:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        -webkit-animation: spinner 1500ms infinite linear;
        -moz-animation: spinner 1500ms infinite linear;
        -ms-animation: spinner 1500ms infinite linear;
        -o-animation: spinner 1500ms infinite linear;
        animation: spinner 1500ms infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    }


    @-webkit-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @-moz-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @-o-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    @keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }


    .shake_this {
        -webkit-animation-name: shake;
        animation-name: shake;
        animation: shake 5s ease both infinite;
        cursor: pointer;
    }

    @-webkit-keyframes shake {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        4% {
            -webkit-transform: translateX(-10);
            transform: translateX(-10);
        }
        8% {
            -webkit-transform: translateX(10);
            transform: translateX(10);
        }
        13.2% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        16% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
        20% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        24% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }
        32% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        51% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        52% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        53% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        54% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        55% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        56% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        57% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        58% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        59% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        60% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        61% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        62% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        63% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        64% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        65% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        66% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        67% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        68% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        69% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        70% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        71% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        72% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        73% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        74% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        75% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        76% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        77% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        78% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        79% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        80% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        41%,
        49%,
        81%,
        100% {
            -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
        }
    }
    @keyframes shake {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        4% {
            -webkit-transform: translateX(-10);
            transform: translateX(-10);
        }
        8% {
            -webkit-transform: translateX(10);
            transform: translateX(10);
        }
        13.2% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        16% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
        20% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        24% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }
        32% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        51% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        52% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        53% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        54% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        55% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        56% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        57% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        58% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        59% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        60% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        61% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        62% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        63% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        64% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        65% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        66% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        67% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        68% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        69% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        70% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        71% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        72% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        73% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        74% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        75% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        76% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        77% {
            -webkit-transform: translate(0, 0) rotate(2.5deg);
            transform: translate(0, 0) rotate(2.5deg);
        }
        78% {
            -webkit-transform: translate(0, 0) rotate(3.5deg);
            transform: translate(0, 0) rotate(3.5deg);
        }
        79% {
            -webkit-transform: translate(0, 0) rotate(-0.5deg);
            transform: translate(0, 0) rotate(-0.5deg);
        }
        80% {
            -webkit-transform: translate(0, 0) rotate(-2.5deg);
            transform: translate(0, 0) rotate(-2.5deg);
        }
        41%,
        49%,
        81%,
        100% {
            -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
        }
    }



    #wrapper {
        position: relative;
        height: 100%;
        align-content: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .timeline {
        border-left: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        /*margin: 0 0 50px;*/
        position: relative;
        width: 100%;
    }
    .timeline--horizontal .timeline__wrapper {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #EBEBEB;
        height: 2px;
        padding: 0;
        margin: 9px 25px 0;
        list-style: none;
        position: relative;
    }
    .timeline__start-date {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 170px;
        -moz-flex: 0 0 170px;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        font-weight: 400;
        font-style: normal;
        display: block;
        width: 170px;
        text-align: right;
        font-size: 16px;
    }
    .timeline__start-date strong {
        text-transform: uppercase;
        display: block;
        font-size: 12px;
    }
    .timeline__end-date {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 170px;
        -moz-flex: 0 0 170px;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        display: block;
        font-size: 16px;
        width: 170px;
        order: 2;
    }
    .timeline__end-date strong {
        text-transform: uppercase;
        display: block;
        font-size: 12px;
    }
    .timeline__date {
        -webkit-transition: border-color 150ms ease-in-out;
        -moz-transition: border-color 150ms ease-in-out;
        transition: border-color 150ms ease-in-out;
        height: 13px;
        width: 13px;
        border-radius: 50%;
        background-color: #fff;
        display: block;
        position: absolute;
        /*box-shadow: 0 0 3px #aaa;*/
        box-shadow: 0 0 3px #000;
        margin-top: -5px;
    }
    .timeline__date--today {
        border: 2px solid #21ba45;
        background: #21ba45;
        margin-top: -6px;
        animation: at-ripple 1.5s linear infinite;
    }

    .clickMe {

        margin-top: -6px;
        animation: at-ripple 1.5s linear infinite;
    }

    .timeline__date--today--opened {
        border-color: #178230;
    }
    .timeline__date--today:hover {
        border-color: #178230;
        cursor: pointer;
    }

    .timeline__date--holiday {
        border: 2px solid #f2711c;
        background: #f2711c;
        margin-top: -6px;
        /*animation: at-ripple 1.5s linear infinite;*/
    }

    .timeline__date--holiday--opened {
        border-color: #A94F13;
    }
    .timeline__date--holiday:hover {
        border-color: #A94F13;
        cursor: pointer;
    }

    .timeline__date--active {
        border: 2px solid #1A9ECF;
        background: #1A9ECF;
        margin-top: -6px;
    }
    .timeline__date--active--opened {
        border-color: #222;
    }
    .timeline__date--active:hover {
        border-color: #222;
        cursor: pointer;
    }
    .timeline__date:nth-child(3n):after {
        content: attr(data-timeline-date);
        position: absolute;
        top: -16px;
        font-size: 11px;
        /*color: #A9A9A9;*/
        color: #000;
        left: -20px;
    }
    .timeline__date:nth-child(6n):after {
        top: auto;
        bottom: -16px;
    }
    .timeline__content {
        box-sizing: border-box;
        width: 230px;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #e1e1e1;
        position: absolute;
        z-index: 222;
        box-shadow: 0 0 0 #aaa;
        display: none;
    }
    .timeline__content::after {
        clear: both;
        content: "";
        display: table;
    }
    .timeline__content--active {
        display: block;
    }
    .timeline__content--active.timeline__content--top {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .timeline__content--top {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
    .timeline__content--top .timeline__header {
        border-top: none;
        border-bottom: 1px solid #E0E0E0;
    }
    .timeline__header {
        font-weight: 700;
        font-style: normal;
        color: #444;
        display: block;
        padding: 8px 0;
        margin: 0 15px;
        font-size: 14px;
        position: relative;
        border-top: 1px solid #E0E0E0;
    }
    .timeline__header:not(.timeline__header--right):before, .timeline__header:not(.timeline__header--right):after {
        position: absolute;
        top: 50%;
        left: -22px;
        content: '';
        margin-top: -7px;
    }
    .timeline__header:not(.timeline__header--right):before {
        height: 0;
        width: 0;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #e1e1e1;
        border-top: 7px solid transparent;
        margin-top: -8px;
    }
    .timeline__header:not(.timeline__header--right):after {
        height: 0;
        width: 0;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #fff;
        border-top: 6px solid transparent;
        left: -21px;
    }
    .timeline__header--right:before, .timeline__header--right:after {
        position: absolute;
        top: 50%;
        right: -22px;
        left: auto;
        content: '';
        margin-top: -7px;
    }
    .timeline__header--right:before {
        height: 0;
        width: 0;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #e1e1e1;
        border-top: 7px solid transparent;
        margin-top: -8px;
    }
    .timeline__header--right:after {
        height: 0;
        width: 0;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #fff;
        border-top: 6px solid transparent;
        right: -21px;
    }
    .timeline__body {
        max-height: 300px;
        overflow: auto;
    }
    .timeline__event {
        border-top: 1px solid #c7c7c7;
        padding: 5px 0;
        width: 198px;
        margin: 0 auto;
        font-size: 12px;
    }
    .timeline__event::after {
        clear: both;
        content: "";
        display: table;
    }
    .timeline__event:hover {
        cursor: initial;
    }
    .timeline__event:first-of-type {
        border-top: 0 none;
    }
    .timeline__name {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 198px;
        font-weight: 700;
        font-style: normal;
        margin: 0;
    }

    .timeline__time {
        font-weight: 400;
        font-style: normal;
        color: #000;
        font-size: 13px;
        margin: 0;
    }

    @-webkit-keyframes at-ripple {
      0% {
        box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 0 rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1);
    }
    100% {
        box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1), 0 0 0 20px rgba(102, 102, 102, 0);
    }
}
@keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 0 rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1);
}
100% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1), 0 0 0 20px rgba(102, 102, 102, 0);
}
}

.hidden_div
{
    display: none !important;
}

.pointer
{
    cursor:pointer;
}

.pointer_move
{
    /* cursor:move; */
}


@media (min-height: 320px)
{
    .ui.footer.form-page {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

.ui-autocomplete
{
    position: absolute;
    cursor: default;
    z-index:9999999 !important;
}



.tr_positive{
    background-color: #D0EED7 !important;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
    background-color: #fff;
}
.organizationCard:hover{
    background: #f9f9f9;
    cursor: pointer;
}

.pItem{
    border:1px solid #ccc;
    border-radius: 5px;
}

.pItem.active{
    border:1px solid #2185d0;
    border-radius: 5px;
}

.pItem:hover{
    border:1px solid #2185d0;
}

.fab {
    position: fixed;
    z-index: 9999999999;
    margin: 20px;
}
.fab--top-center {
    left: 50%;
    transform: translateX(-50%);
}
.fab--top-right {
    right: 0;
}
.fab--bottom-left {
    bottom: 0;
    left: 0;
}
.fab--bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.fab--bottom-right {
    right: 0;
    bottom: 0;
}

.fab__trigger {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    border-radius: 50%;
    background: rgba(255,224,102, 0.8) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 28'><path d='M32 10l-16-8-16 8 16 8 16-8zM16 4.655l10.689 5.345-10.689 5.345-10.689-5.345 10.689-5.345zM28.795 14.398l3.205 1.602-16 8-16-8 3.205-1.602 12.795 6.398zM28.795 20.398l3.205 1.602-16 8-16-8 3.205-1.602 12.795 6.398z' fill='none'/><path d='M32 10l-16-8-16 8 16 8 16-8zM16 4.655l10.689 5.345-10.689 5.345-10.689-5.345 10.689-5.345zM28.795 14.398l3.205 1.602-16 8-16-8 3.205-1.602 12.795 6.398zM28.795 20.398l3.205 1.602-16 8-16-8 3.205-1.602 12.795 6.398z'/></svg>") center no-repeat;
    transition: 0.1s ease-in;
}
.fab__trigger:focus {
    outline: none;
}

.fab--active .fab__trigger {
    background: rgba(255,224,102, 0.8) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") center no-repeat;
    transform: rotate(90deg);
    transition: 0.15s ease-out;
}

.fab--bottom-center .fab__trigger {
    margin: 0;
}

.fab__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
    border-radius: 50%;
    background: gray;
    font-size: 20px;
    transform: scale(0.5);
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}
.fab__item:nth-of-type(1) {
    transition: 0.1s ease-in 0ms;
}
.fab__item:nth-of-type(1):after {
    content: attr(data-icon);
}
.fab__item:nth-of-type(2) {
    transition: 0.1s ease-in 50ms;
}
.fab__item:nth-of-type(2):after {
    content: attr(data-icon);
}
.fab__item:nth-of-type(3) {
    transition: 0.1s ease-in 100ms;
}
.fab__item:nth-of-type(3):after {
    content: attr(data-icon);
}

.fab--bottom-center .fab__item {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
}
.fab--bottom-center .fab__item:nth-of-type(3) {
    transform: rotate(210deg) translate(70px) rotate(-210deg) scale(0.5);
}
.fab--bottom-center .fab__item:nth-of-type(2) {
    transform: rotate(270deg) translate(70px) rotate(-270deg) scale(0.5);
}
.fab--bottom-center .fab__item:nth-of-type(1) {
    transform: rotate(330deg) translate(70px) rotate(-330deg) scale(0.5);
}

.fab--active .fab__item:nth-last-of-type(1) {
    pointer-events: auto;
    transition: 0.15s ease-out 0ms;
    transform: scale(1);
    opacity: 1;
}
.fab--active .fab__item:nth-last-of-type(2) {
    pointer-events: auto;
    transition: 0.15s ease-out 75ms;
    transform: scale(1);
    opacity: 1;
}
.fab--active .fab__item:nth-last-of-type(3) {
    pointer-events: auto;
    transition: 0.15s ease-out 150ms;
    transform: scale(1);
    opacity: 1;
}

.fab--active.fab--bottom-center .fab__item:nth-of-type(3) {
    transform: rotate(210deg) translate(70px) rotate(-210deg) scale(1);
}
.fab--active.fab--bottom-center .fab__item:nth-of-type(2) {
    transform: rotate(270deg) translate(70px) rotate(-270deg) scale(1);
}
.fab--active.fab--bottom-center .fab__item:nth-of-type(1) {
    transform: rotate(330deg) translate(70px) rotate(-330deg) scale(1);
}

[data-label]:before {
    content: attr(data-label);
    position: absolute;
    right: 100%;
    margin-right: 5px;
    padding: 10px 15px;
    border-radius: 4px;
    background: black;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: 0.1s ease-in;
}
[data-label]:hover:before {
    transform: translateX(-5px);
    pointer-events: auto;
    opacity: 1;
    transition: 0.15s ease-out;
}

.fab--bottom-left [data-label]:before {
    right: unset;
    left: 100%;
    margin-left: 5px;
}
.fab--bottom-left [data-label]:hover:before {
    transform: translateX(5px);
}

.fab--bottom-center [data-label]:nth-of-type(1):before {
    right: unset;
    left: 100%;
    margin-left: 5px;
}
.fab--bottom-center [data-label]:nth-of-type(1):hover:before {
    transform: translateX(5px);
}
.fab--bottom-center [data-label]:nth-of-type(2):before {
    right: unset;
    bottom: 100%;
    margin-bottom: 5px;
}
.fab--bottom-center [data-label]:nth-of-type(2):hover:before {
    transform: translatey(-5px);
}
.fab--bottom-center [data-label]:nth-of-type(3):before {
    right: 100%;
    margin-right: 5px;
}
.fab--bottom-center [data-label]:nth-of-type(3):hover:before {
    transform: translateX(-5px);
}

.fab__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .08929em;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 0 20px;
    width: auto;
    max-width: 100%;
    height: 48px;
    background: #808080;
    border: none;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    outline: none;
}

.fl-fab__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-left: -8px;
    margin-right: 12px;
}

.divHover:hover{
    background: #f4f4f4;
}

.borderOrange{
    border: 1px solid #F2711C !important;
}

.btn_add{
    border-radius: 5px;
}

.btn_add_g:hover{
    background: #194937 !important;
    color: #fff !important;
}

.btn_add_y:hover{
    background: #CCB351 !important;
}

.btn_add_r:hover{
    background: #C14C49 !important;
    color: #fff !important;
}


td.details-control {
    background: url('../../images/actions/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../../images/actions/details_close.png') no-repeat center center;
}

.text-danger{
	color: #FF0000;
}

.report_card{
    cursor: pointer;
    color: #2185D0;
}

.report_card.active{
    color: #fff;
    background: #2185D0;
}


.report_card:hover {
    background-color: #2185D0 !important;
    color: white;
}

.cp-color-picker, .colorpicker * {
    z-index: 9999;
}

.imgcheck{
    width: 100%;
    height: 100%;
    position:relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
}

.imgcheck input[type="checkbox"]{
    display:none;
}
.imgcheck input[type="checkbox"] + label{
    cursor:pointer;
}

.imgcheck input[type="checkbox"]:checked + label{
    z-index: 99999;
    opacity:0.7;
}

.imgcheck input[type="checkbox"]:checked + label:before{
    position:absolute;
    content:'';
    top:15%;
    left:38%;
    width:23%;
    height:65%;
    background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgd2lkdGg9IjI4Mi44NCIKICAgaGVpZ2h0PSIyODIuODQiCiAgIGlkPSJzdmcyIgogICB2ZXJzaW9uPSIxLjEiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuNDguNCByOTkzOSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iY2hlY2suc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzNCIgLz4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9ImJhc2UiCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6em9vbT0iMS45Nzk4OTkiCiAgICAgaW5rc2NhcGU6Y3g9IjM2LjUwNjcwNyIKICAgICBpbmtzY2FwZTpjeT0iMTQ3LjgzNTA3IgogICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJweCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTM2MCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI3NDQiCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjI0IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGUgLz4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgMSIKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjEiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtNzY5LjUyMjE4KSI+CiAgICA8cGF0aAogICAgICAgc3R5bGU9ImZpbGw6IzEzYjdkYjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIKICAgICAgIGQ9Im0gMTQxLjQwNDM2LDc2OS41MjAzIGMgLTc4LjEwODgyNiwwIC0xNDEuNDA2MjM1Nyw2My4yOTc0MSAtMTQxLjQwNjIzNTcsMTQxLjQwNjI1IDAsNzguMTA4ODQgNjMuMjk3NDA5NywxNDEuNDM3NTUgMTQxLjQwNjIzNTcsMTQxLjQzNzU1IDc4LjEwODg0LDAgMTQxLjQzNzUxLC02My4zMjg3MSAxNDEuNDM3NTEsLTE0MS40Mzc1NSAwLC03OC4xMDg4NCAtNjMuMzI4NjcsLTE0MS40MDYyNSAtMTQxLjQzNzUxLC0xNDEuNDA2MjUgeiIKICAgICAgIGlkPSJwYXRoMjk4NSIKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICBzb2RpcG9kaTpub2RldHlwZXM9InNzc3NzIiAvPgogICAgPHBhdGgKICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjAuNzE0Mjg1NzI5OTk5OTk5OTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLWRhc2hvZmZzZXQ6MCIKICAgICAgIGQ9Im0gOTkuNzQ5NzM2LDE4NS45NTgyNyAtMzcuNjgwMTU3LC0zNy42ODUyIDguODkyNTU3LC04Ljg3MTIgOC44OTI1NTcsLTguODcxMjEgMTkuMDQ5MzExLDE4LjUyMDY4IGMgMjQuOTYxMTE2LDI0LjI2ODQzIDMyLjQzOTY1NiwzMS4yNzg2MyAzMi44ODg5ODYsMzAuODI5MzEgMC4yMDMzNCwtMC4yMDMzNCAxNC4zNTM2NSwtMjUuMzk1MjUgMzEuNDQ1MTQsLTU1Ljk4MjAyIDE3LjA5MTQ5LC0zMC41ODY3NzkgMzEuMzIyNTUsLTU1Ljg2NDI3IDMxLjYyNDU4LC01Ni4xNzIyMDcgMC42NTI4NCwtMC42NjU2MDEgMjAuOTY0NTIsMTUuNzQ0NDEyIDIwLjY0NzY1LDE2LjY4MTQ0NiAtMC40ODY5OSwxLjQ0MDEzNyAtNzcuMzg4MDMsMTM5LjE3NzA3MSAtNzcuNzIwOCwxMzkuMjA1MTkxIC0wLjE5NzgxLDAuMDE2NyAtMTcuMzE1NzQsLTE2LjkyNzk0IC0zOC4wMzk4MjQsLTM3LjY1NDc5IHoiCiAgICAgICBpZD0icGF0aDI5ODMiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCw3NjkuNTIyMTgpIiAvPgogIDwvZz4KPC9zdmc+");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    opacity:0.9;
}

.zeroPaddingZeroMargin{
    margin: 0px !important;
    padding: 0px !important;
    /*margin-right: 5px !important;*/
}

.lBenefit:hover{
    background: #EAEAEA;
}
/* forçar tamanho do modal */

#modal_transport_edit_line{
    width: 30% !important;
}