

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}

form {
    width: 100%;
    margin: 0 !important;
}

.modal__footer {
    text-align: right;
}

.modal__title-text {
    font-weight: 400 !important;
    color: #585C64 !important;
}

.mdl-selectfield {
    margin: 8px !important;
}

.mdl-selectfield__select {
    border-bottom: 1px solid #B0BEC5 !important;
}

.mdl-selectfield__label {
    color: #C7D1D6 !important;
}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    color: inherit;
}

.mdl-selectfield__label:after {
    background-color: #FF5722 !important;
}

.mdl-textfield__input {
    border-bottom: 1px solid #B0BEC5;
}

.mdl-textfield__label {
    color: #585C64 !important;
}

.mdl-textfield-button {
    padding: 0;
}

    .mdl-textfield-button button {
        position: relative !important;
        bottom: 0 !important;
    }

.sl-free-table {
    width: calc(100% - 20px) !important;
}

.mdl-data-table {
    border: none;
    width: 100%;
}

    .mdl-data-table th,
    .mdl-data-table td {
        color: #585C64 !important;
    }

    .mdl-data-table th {
        line-height: 27px;
    }

.slctable td {
    padding: 16px 18px 0 !important;
}

.mdl-data-table th .mdl-data-table__select,
.mdl-data-table td .mdl-data-table__select {
    top: 13px;
}

.mdl-data-table thead {
    border-top: 1px solid #F0F2F3;
}

.mdl-data-table tbody tr:hover {
    background-color: #F5F5F5 !important;
}

.mdl-data-table td {
    border-top: 1px solid #F0F2F3;
    border-bottom: 1px solid #F0F2F3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    padding: 16px 18px 0;
}

@media screen and (max-width: 768px) {
    .mdl-data-table td {
        max-width: 100px;
    }
}

.slctable .material-icons {
    font-size: 18px;
    position: absolute;
    top: 14px;
    text-indent: -20px !important;
}

.mdl-table-icon {
    text-indent: 19px;
}

.mdl-checkbox__box-outline {
    border: 2px solid #90A4AE;
}

.mdl-layout__header {
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.90);
}

@media screen and (max-width: 1024px) {
    .mdl-layout__header-row {
        padding: 0px 16px 0 52px;
    }
}

@media screen and (min-width: 1025px) {
    .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.mdl-button:focus:not(:active),
.mdl-button:active,
.mdl-button:hover {
    background-color: #F5F5F5;
}

.mdl-ripple {
    background: #748994 !important;
}

.mdl-menu__item {
    color: #585C64;
}

    .mdl-menu__item:hover,
    .mdl-menu__item:active {
        background-color: #F5F5F5;
    }

.mdl-layout__drawer-button i {
    margin-top: 10px;
}

.sl-layout .sl-header .mdl-textfield {
    padding-top: 27px;
}

/*.sl-layout .mdl-layout__header .mdl-layout__drawer-button {
    color: #FF5722;
}*/

.mdl-textfield__label:after {
    background-color: #FF5722 !important;
}

.sl-drawer {
    border: none;
}

    /* iOS Safari specific workaround */
    .sl-drawer .mdl-menu__container {
        z-index: -1;
    }

    .sl-drawer .sl-navigation {
        z-index: -2;
    }

    /* END iOS Safari specific workaround */
    .sl-drawer .mdl-menu .mdl-menu__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.sl-drawer-header {
    background-position: center;
    background-size: contain;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 19px 0;
    height: 64px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
}

@media screen and (max-width: 1024px) {
    .sl-drawer-header {
        height: 56px;
        padding: 15px 0;
    }
}

.sl-drawer-header span {
    width: 146px;
    height: 25px;
    background-image: url(../images/easyevent.png);
    background-size: 100%;
    text-indent: -9999em;
    margin: 0 auto;
}

.sl-navigation {
    padding-top: 0 !important;
    background-color: #2C3136;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sl-layout .sl-navigation .mdl-navigation__link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    font-weight: 500;
    padding: 15px 18px;
}

    .sl-layout .sl-navigation .mdl-navigation__link:hover {
        background-color: #33383E;
    }

.mdl-button--icon {
    overflow: visible;
    color: #90A4AE;
}

@media screen and (max-width: 768px) {
    .sl-right-top__icon {
        margin-left: 8px;
    }
}

@media screen and (min-width: 769px) {
    .sl-right-top__icon {
        margin-left: 18px;
    }
}




.mdl-textfield__expandable-holder #search {
    padding: 0px 0 7px 0;
    color: #585C64;
    border-bottom: 1px solid #B0BEC5;
}

.mdl-layout__header-row .sl-avatar__icon {
    margin-right: 0 !important;
}

.sl-avatar__icon {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    margin-top: -2px;
    margin-right: 10px;
    color: #FF5722;
}

#userbtn {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    color: #90A4AE;
    padding-bottom: 20px;
    padding: 0;
    min-width: 0;
}

    #userbtn,
    #userbtn:active,
    #userbtn:hover {
        background-color: transparent !important;
    }

        #userbtn span {
            margin-left: 5px;
            font-size:14px;
        }

       

.title-content {
    margin: 27px 25px 10px;
    color: #90A4AE;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .title-content .material-icons {
        margin-right: 8px;
    }

.title-content-alt {
    color: #585C64;
    margin: 0 0 15px 0;
}

.sl-content {
    padding: 0;

}

    .sl-content aside {
        display: block;
        margin: 0;
        padding: 16px;
        position: fixed;
        right: 10px;
        width: 20%;
        /* overflow: hidden; */
    }

@media screen and (min-width: 839px) {
    .sl-content aside {
        min-height: calc(100vh + 50vh);
        margin-bottom: -5000px !important;
    }
}

@media screen and (max-width: 839px) {
    .sl-content aside {
        margin-top: 30px;
        width: 100% !important;
    }
}

.sl-left-content {
    margin: 0;
    width: calc(75% + 16px);
}

@media screen and (max-width: 839px) {
    .sl-left-content {
        width: 100% !important;
    }
}

.sl-div {
  
    padding: 16px;
}

.sl-div-rounded {
    border-radius: 2px;
}

.sl-graphs h6 {
    margin-top: 0;
    font-size: 16px;
}

    .sl-graphs h6 small {
        float: right;
        font-size: .8em;
        font-weight: 300;
        line-height: 24px !important;
        opacity: 1;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .sl-graphs h6 small i {
            margin-right: 5px;
            font-size: 18px;
        }

.sl-graphs > div:nth-child(1) {
    color: #f3bb05;
    background: rgba(232, 214, 12, 0.24);
}

.sl-graphs > div:nth-child(2) {
    color: rgb(42, 169, 37);
    background: rgba(42, 169, 37, 0.23);
}

.sl-graphs > div:nth-child(3) {
    color: #5899ff;
    background: rgba(31, 94, 245, 0.23);
}

.sl-graphs > div:nth-child(4) {
    color: rgb(250, 43, 14);
    font-weight: bold;
    background: rgba(250, 43, 14, 0.23);
}

.sl-graphs > div:nth-child(5) {
    color: #22c30a;
    background: rgba(55, 247, 27, 0.23);
}

.sl-graphs > div:nth-child(6) {
    color: #f3bb05;
    background: rgba(232, 214, 12, 0.24);
}

.sl-graphs > div:nth-child(7) {
    color: rgb(88, 92, 100);
    font-weight: bold;
    background: rgba(88, 92, 100, 0.23);
}

.sl-graphs > div:nth-child(8) {
    color: rgb(88, 92, 100);
    font-weight: bold;
    background: rgba(88, 92, 100, 0.23);
}

.sl-graphs > div .ct-chart {
    background: transparent;
}

.sl-graphs .sl-graph-info {
    background: #fff;
    margin: 29px -16px -16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #585C64;
    text-align: center;
    padding: 10px 5px;
    line-height: 1;
}

    .sl-graphs .sl-graph-info h5 {
      
        margin: 0;
        font-size:20px;
        font-weight: 300;
    }

@media screen and (max-width:1024px) {
    .sl-graphs .sl-graph-info h5 {
        font-weight: 300;
        margin: 0;
        font-size: 18px;
        font-weight: 300;
    }
    .sl-graphs h6 {
    margin-top: 0;
    font-size: 14px;
}
}
@media screen and (max-width:780px) {
    .sl-graphs .sl-graph-info h5 {
        font-weight: 300;
        margin: 0;
        font-size: 14px;
        font-weight: 300;
    }
    .sl-graphs h6 {
    margin-top: 0;
    font-size: 12px;
    }
    
}

.sl-graphs .sl-graph-info small {
    font-weight: 500;
    color: #90A4AE;
}

.ct-series-a .ct-line {
    stroke: #fff !important;
    stroke-width: 1px;
}

.ct-series-a .ct-point {
    stroke: #fff !important;
    stroke-width: 7px;
}

.ct-series-a .ct-slice-donut {
    stroke: #FFC107 !important;
}

.ct-series-b .ct-slice-donut {
    stroke: #FAFAFA !important;
}

.ct-grid {
    stroke: transparent !important;
}

#sl-task-donut {
    min-height: 255px;
    position: relative;
}

.sl-donut-number {
    margin: auto;
    position: absolute;
    top: calc(35% + 2px);
    left: 0;
    bottom: 0;
    right: 0;
    color: #585C64 !important;
    text-align: center;
    line-height: 0;
}

    .sl-donut-number h3 {
        margin: 0;
        font-weight: 300;
        font-size: 30px;
    }

    .sl-donut-number small {
        font-weight: 500;
        color: #90A4AE;
    }

.sl-content aside h6 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    margin: 10px 0 25px;
    letter-spacing: 1.2px;
}

.sl-content aside #calendar {
    margin-bottom: 26px;
    overflow: hidden;
}

    .sl-content aside #calendar .pika-single {
        padding: 8px !important;
    }

    .sl-content aside #calendar .pika-lendar {
        width: 100% !important;
        margin: 0 !important;
    }

.sl-content aside .streamline {
    margin-left: 10px;
    border-left: 1px solid #E0E4E6;
    margin-bottom: 20px;
}

    .sl-content aside .streamline .sl-item {
        position: relative;
        padding-bottom: 1px;
    }

        .sl-content aside .streamline .sl-item:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 11px;
            height: 11px;
            margin-left: -8px;
            background-color: #F5F5F5;
            border-color: inherit;
            border-style: solid;
            border-width: 2px;
            border-radius: 50%;
            content: '';
        }

        .sl-content aside .streamline .sl-item:last-of-type:before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 11px;
            height: 11px;
            margin-left: -8px;
            border-color: #B0BEC5 !important;
            background-color: #ECEFF1;
            border-color: inherit;
            border-style: solid;
            border-width: 2px;
            border-radius: 50%;
            content: '';
        }

.sl-content aside .sl-streamlog {
    position: relative;
    line-height: 1;
    padding-bottom: 8px;
    margin-top: -3px;
    margin-left: 24px;
}

    .sl-content aside .sl-streamlog small {
        color: #C3CDD2;
        font-weight: 300;
    }

.sl-content aside .streamline div:nth-child(1) {
    border-color: #FF5722;
}

.sl-content aside .streamline div:nth-child(2) {
    border-color: #4CAF50;
}

.sl-content aside .streamline div:nth-child(3) {
    border-color: #4DD0E1;
}

.sl-content aside .streamline div:nth-child(4) {
    border-color: #E91E63;
}

.sl-content aside .streamline div:nth-child(5) {
    border-color: #673AB7;
}

.usrtable {
    margin-bottom: 20px;
}

    .usrtable span {
        position: absolute;
        margin-top: -3px;
    }

    .usrtable small {
        position: absolute;
        margin-top: 14px;
        opacity: .5;
    }

/* Eventos */
.sl-left {
    float: left;
}

.sl-subheader {
    height: 64px;
    background-color: #fafafa;
    background-size: 100% 64px !important;
    background-repeat: no-repeat;
    padding: 0 20px;
    /*box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 1);*/
    display: table;
}

@media screen and (max-width: 1024px) {
    .sl-subheader {
        height: 56px;
        background-size: 100% 56px;
    }

        .sl-subheader h6 {
            padding-top: 17px;
        }
}

.sl-subheader h6 {
    padding-top: 20px;
    margin: 0;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: #FF5722;
}

.mdl-tabs__tab-bar {
    border-bottom: none;
}

.mdl-tabs__tab {
    color: #585C64;
    font-size: 16px;
    text-transform: none;
}

@media screen and (max-width: 1024px) {
    .mdl-tabs__tab {
        font-size: 10px;
        text-transform: none;
    }
}

.sl-subheader .mdl-tabs__tab-bar {
    height: 100%;
}

.sl-subheader .mdl-tabs__tab {
    height: 100%;
    line-height: 64px;
}

.sl-subheader .mdl-tabs__panel {
    margin-top: 20px;
}

.sl-subheader .sl-content {
    margin: 10px -12px 0 -12px;
}

.desc-title {
    margin: 6px auto;
}

.mdl-tabs__panel .sl-div h6 {
    padding-top: 0;
}

.sl-forms .usrtable {
    margin-top: 20px;
}

    .sl-forms .usrtable span {
        margin-top: 3px;
    }

    .sl-forms .usrtable a i {
        font-size: 18px;
    }


/* Login */

#login-screen {
    background: #ECEFF1;
}

    #login-screen .mdl-card__title {
        padding: 36px;
    }

    #login-screen .mdl-card__supporting-text h6 {
        margin: 0 !important;
        color: #ff5722;
    }

    #login-screen .mdl-card__title h2 {
        width: 146px;
        height: 25px;
        background-image: url(../images/easyevent.png);
        background-size: 100%;
        text-indent: -9999em;
        margin: 0 auto;
    }

    #login-screen .sl-login-fields {
        margin-top: 10px;
    }

    #login-screen .chkbox {
        padding: 0;
    }

        #login-screen .chkbox span {
            font-size: 13px;
        }
