body {
    display: relative;
}

#sidebar {
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    width: 18%;
    background-color: #58A5D5;
    padding: 0px;
}
#sidebar .item{
    color:#fff;
}
#sidebar .ui.vertical.menu .item>.header:not(.ui){
    font-weight: 400;
}

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

#sidebar .ui.menu>a.item {
    color: #fff;
    border-radius: 0 !important;
}

#sidebar .ui.menu>a.item.active {
    background-color: #337ab7;
    color: white;
    border: none !important;
}

#sidebar .ui.menu>a.item:hover {
    background-color: #4f93ce;
    color: white;
}
#sidebar .ui.secondary.vertical.menu>.item{
    margin: 0;
    font-size: 13px;
}
#content {
    margin-left: 19%;
    width: 81%;
    margin-top: 3em;
    padding-left: 3em;
    float: left;
}

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

#mainContainer {
    margin-top: 50px;
}

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

#content .ui.divider:not(.hidden) {
    margin: 0;
}
#sidebar .ui.divider{
    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;
}

#frediModal.frediModalOpen {
    height: 80%;
    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: #efefef;
}
#grupoUserRanking .hoverPointer:hover{
    background-color: #efefef;
}

.linkEnabled {
    cursor: pointer;
}



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

.ui.celled.table tr td, .ui.celled.table tr th{
    border-left: none;
}
tr.odd{
    background-color: #f9f9f9;
}

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

.headerColor {
    position: fixed;
    top: 42px;
    height: 2px;
    width: 100vw;
    background: -moz-linear-gradient(left, #bc6ba9 0%, #5671bc 100%);
    background: -webkit-linear-gradient(left, #bc6ba9 0%, #5671bc 100%);
    background: linear-gradient(to right, #bc6ba9 0%, #5671bc 100%);
    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;
}

#_ProcessPageEditDelete{
    display: none;
}

#mainRow{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.ui.footer {
    flex: 1;
}
.ui.footer p{
    color: #848484;
}


#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;
}

#homeDashboardUserRanking_filter{
    display: none;
}

.hoverPointer:hover{
    cursor: pointer;
}
.mostrandoBoletin > td{
    border-top: 1px solid black !important;
}
.mostrandoBoletin > td:last-child{
    border-right: 1px solid black !important;
}
.mostrandoBoletin > td:first-child{
    border-left: 1px solid black !important;
}
.mostrandoBoletin{
    border: 1px solid black !important;
    border-bottom:none !important;
}
.ajaxBoletin{
    border: 1px solid black !important;
    border-top:none !important;
}

#chartUsuariosCapacitados .capacitadosLabel{
    font-size: 14px;
}
#chartUsuariosCapacitados .capacitadosNumber{
    font-weight: bold;
}


.batchError{
    border: 1px solid #db2828 !important;
}

.displayNone{
    display: none !important;
}

#poweredbylog{
    position: absolute;
    bottom: 34px;
    width: 100%;
}
#poweredbylog p{
    position: relative;
    top: 15px;
    font-size: 10px;
    left: 10px;
    z-index: 999;
}

.ui.inverted.vertical.footer.segment{
    padding: 4px;;
}

.elegida{
    font-weight: bold;
}

/* Round switch toggle */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0 10px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.homeDashGraphIcon{
    height: 20px;
    top: 7px;
    position: relative;
}
