body {
    display: relative;
}

#sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 18%;
    padding: 0px;
    border-right: 1px solid #bcc5c5;
    background-color: #fff;
    background-image: linear-gradient( rgba(0, 188, 212, 0.19), rgba(0, 0, 0, 0.17)), url(../themes/default/images/menu-bg.jpg);
    background-size: cover;
    background-position-x: right;
}

#sidebar .ui.menu {
    margin: 2em 0 0;
    font-size: 16px;
}

#sidebar .ui.menu>a.item {
    color: #545252;
    border-radius: 0 !important;
    font-size: 13px;
}

#sidebar .ui.menu>a.item.active {
    background-color: #00bcb4;
    color: #fff;
    border: none !important;
}

#sidebar .ui.menu>a.item:hover {
    background-color: #00bcb4;
    color: white;
}

#content {
    margin-left: 19%;
    width: 81%;
    /* margin-top: 3em; */
    padding-left: 3em;
    float: left;
}

#content>.ui.grid {
    padding-right: 4em;
}

#mainContainer {
    margin-top: 32px;
}

#content h1 {
    font-size: 36px;
}

#content .ui.divider:not(.hidden) {
    margin: 0;
}

#content table.ui.table {
    border: none;
}

#content table.ui.table thead th {
    border-bottom: 2px solid #eee !important;
}

.userProfile {
    padding-right: 10px;
}

.imageSidebar {
    text-align: center;
    /* margin-bottom: 2em;
    background-color: #606565; */
}

#frediModal.frediModalOpen {
    height: 80%;
    padding: 35px;
    top: 10%;
    left: 10%;
    width: 80%;
}

#PageEditTabs {
    display: none !important;
}

.trashLink {
    color: #f44336;
}

.ui.huge.header {
    text-transform: capitalize;
}

.mainBotonAgregar {
    width: 100%;
    text-align: center;
}

#myDataTable tr:hover {
    background-color: rgb(247, 247, 247);
}

.linkEnabled {
    cursor: pointer;
}

#myDataTable .sorting:last-of-type {
    text-align: center !important;
    width: 160px;
}

table .ui.progress:last-child {
    margin: 0 !important;
}

.headerColor {
    position: fixed;
    top: 42px;
    height: 2px;
    width: 100vw;
    background-color: #00bcb4;
    z-index: 999;
}

.roger.footer {
    background-color: #1B1C1E;
}

.img-table-container img {
    height: 100px !important;
    width: 80px !important;
    object-fit: cover;
}

.paginate_button {
    font-size: 12px;
}

#homeDashboardUserRanking_wrapper {
    font-size: 12px;
}
#homeDashboardUserRanking_length{
    text-align: left;
}
#homeDashboardUserRanking tr.even{
 background-color:#fbfbfb;
}
#homeDashboardUserRanking tr:hover{
    background-color:#f1f0f0;
}

#chart-legends{
    color: #5f5e5e;
    font-size: 12px;
}
#chart-legends span{
    position: relative;
    bottom: 2px;
}
#chart-legends ul li{
    display: inline;
    margin-right: 10px;
}
.pieChartLegendColor{
    height: 14px;
    width: 40px;
    border: 1px solid #d6e2e2;
    margin-right: 5px;
    background-color: rgb(75, 192, 192);
    display: inline-block;
}

.moneda-icon-container{
    display: inline-block;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    margin: 0 2px;
}

table .moneda-icon-container{
    height:15px;
    margin: 0;
}
.nro-capacitados{
    font-size: 24px;
    margin-top: 10px;
}

/* Timeline */
.vis-timeline{
    border-color: #fff !important
}
.timeline{
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}
.timeline.subtitulo{
    font-size: 10px;
}
.vis-box{
    border-radius: 5px !important;
    background-color: #fff !important;
}
.vis-box:hover{
    border: 1px solid #e0e0e0 !important;
}
.vis-box .vis-item-content{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #00000038;
    font-size: 12px;
}
.timeline{
    border: none !important;
}
.timeline.login{
    font-size: 10px
}
.timeline.login .vis-dot{
    border: 2px solid black !important;
}

.vis-item.vis-line{
    background: none;
    border-left:1px solid #c5c5c554 !important;
}

.vis-tooltip {
    background-color: white !important;
}
.vis-time-axis .vis-grid{
    background: #f5f7f9;
}
.vis-time-axis .vis-grid.vis-saturday,
.vis-time-axis .vis-grid.vis-sunday {
    background: rgb(236,240,241);
    background: -webkit-linear-gradient(90deg, rgba(236,240,241,1) 0%, rgba(245,247,249,1) 100%);
    background: -o-linear-gradient(90deg, rgba(236,240,241,1) 0%, rgba(245,247,249,1) 100%);
    background: linear-gradient(0deg, rgba(236,240,241,1) 0%, rgba(245,247,249,1) 100%);
}
.vis-bottom{
    background-color:white;
}
.vis-grid{
    border: 1px solid #e2e2e21f !important;
}
.vis-panel{
    box-shadow: 0px -1px 80px #0000001f
}
.vis-current-time{
    width: 4px !important;
    background: #59e3c5 !important;
    background: -webkit-linear-gradient(90deg, rgba(89,227,197,1) 0%, rgba(89,227,197,0.3) 100%) !important;
    background: -o-linear-gradient(90deg, rgba(89,227,197,1) 0%, rgba(89,227,197,0.3) 100%) !important;
    background: linear-gradient(0deg, rgba(89,227,197,1) 0%, rgba(89,227,197,0.3) 100%) !important;
}
#timeline-segment .menu{
    position: absolute;
    top: 55px;
    right: 10px;
}

#filter-button-container{
    text-align: right;
    margin-right: -4px;
}

#filter-content-container{
    position: relative;
}
#filter-content{
    position: absolute;
    z-index: 999;
    width: 500px;
    right: 0;
    top: 5px;
}
#filter-content.hidden{
    display: none;
}
#filter-content label{
    display: block;
    margin: 0 0 .28571429rem 0;
    color: rgba(0,0,0,.87);
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none;
}

i.icon.file.iimage.outline:before{
    content: "\f1c5";
}

.chartDownloadMenu{
    position: absolute !important;
    top: 16px;
    right: 15px;
    display: none !important;
}
.ui.segment:hover > .chartDownloadMenu, .row:hover > .chartDownloadMenu{
    display: unset !important;
}
.left.menu{
    z-index: 99999 !important;
}
