.cursor-pointer {
	cursor: pointer;
}

.v-align {
	vertical-align: middle !important;
}

.img-center-list {
	margin-left: auto;
	margin-right: auto;
    max-height: 65px;
}

.img-center {
	margin-left: auto;
  	margin-right: auto;
}

.div-table-permissions {
	width: 250px;
	max-height: 120px;
	overflow: auto;
	margin: auto;
}

.floating-btn{
    -webkit-transition: right 1s;
    transition: right 1s;
    right:-50%;
}

.floating{
    position: fixed;
    padding: 6px 15px 10px;
    right: 0px!important;
    z-index: 1000;
    background-color: #e9e9e9;
    top: 70px;
}

.floating-nav{
    -webkit-transition: width 2s;
    transition: width 2s;
    width:20%;
    position: fixed;
    -webkit-transition: top 1s;
    transition: top 1s;
    top: 50px;
}
.messageDownload {
    /* background-color: #939090; */
    background-color: #f9f9f9;
    color: #235144;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    padding: 4px;
    white-space: nowrap;
    line-height: 20px;
    border-radius: 5px;
    float: right;
    margin-top: 35px;
    margin-right: 10px;
    animation: transition-message-header 1s;
}

@media (max-width: 767px) {
    .messageDownload {
        /* background-color: #939090; */
        background-color: #f9f9f9;
        color: #235144;
        font-size: 1.3rem;
        font-weight: 400;
        font-family: 'Nunito', sans-serif;
        text-transform: uppercase;
        padding: 4px;
        white-space: nowrap;
        line-height: 20px;
        border-radius: 5px;
        float: right;
        margin-bottom: 5px;
        animation: transition-message-header 1s;
    }
}

.container-title-header{
    height: 56px !important;
    width: 100% !important;
}
.title-header{
    left: 0 !important;
    position: absolute !important;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    float: left !important;
}
.btn-header{
    float: left !important;
    position: absolute !important;
    right: 0 !important;
    margin-top: 1.5px !important;
    margin-right: 5px !important;
}

.bg-red {
    background-color: #F44336 !important;
    color: #fff; }
.bg-red .content .text,
.bg-red .content .number {
    color: #fff !important; }

.bg-pink {
    background-color: #E91E63 !important;
    color: #fff; }
.bg-pink .content .text,
.bg-pink .content .number {
    color: #fff !important; }

.bg-purple {
    background-color: #9C27B0 !important;
    color: #fff; }
.bg-purple .content .text,
.bg-purple .content .number {
    color: #fff !important; }

.bg-deep-purple {
    background-color: #673AB7 !important;
    color: #fff; }
.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
    color: #fff !important; }

.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff; }
.bg-indigo .content .text,
.bg-indigo .content .number {
    color: #fff !important; }

.bg-blue {
    background-color: #2196F3 !important;
    color: #fff !important; }
.bg-blue .content .text,
.bg-blue .content .number {
    color: #fff !important; }

.bg-light-blue {
    background-color: #03A9F4 !important;
    color: #fff; }
.bg-light-blue .content .text,
.bg-light-blue .content .number {
    color: #fff !important; }

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff; }
.bg-cyan .content .text,
.bg-cyan .content .number {
    color: #fff !important; }

.bg-teal {
    background-color: #009688 !important;
    color: #fff; }
.bg-teal .content .text,
.bg-teal .content .number {
    color: #fff !important; }

.bg-green {
    background-color: #4CAF50 !important;
    color: #fff; }
.bg-green .content .text,
.bg-green .content .number {
    color: #fff !important; }

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff; }
.bg-light-green .content .text,
.bg-light-green .content .number {
    color: #fff !important; }

.bg-lime {
    background-color: #CDDC39 !important;
    color: #fff; }
.bg-lime .content .text,
.bg-lime .content .number {
    color: #fff !important; }

.bg-yellow {
    background-color: #ffe821 !important;
    color: #fff; }
.bg-yellow .content .text,
.bg-yellow .content .number {
    color: #fff !important; }

.bg-amber {
    background-color: #FFC107 !important;
    color: #fff; }
.bg-amber .content .text,
.bg-amber .content .number {
    color: #fff !important; }

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff; }
.bg-orange .content .text,
.bg-orange .content .number {
    color: #fff !important; }

.bg-deep-orange {
    background-color: #FF5722 !important;
    color: #fff; }
.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
    color: #fff !important; }

.bg-brown {
    background-color: #795548 !important;
    color: #fff; }
.bg-brown .content .text,
.bg-brown .content .number {
    color: #fff !important; }

.bg-grey {
    background-color: #9E9E9E !important;
    color: #fff; }
.bg-grey .content .text,
.bg-grey .content .number {
    color: #fff !important; }

.bg-blue-grey {
    background-color: #607D8B !important;
    color: #fff; }
.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
    color: #fff !important; }

.bg-black {
    background-color: #000000 !important;
    color: #fff; }
.bg-black .content .text,
.bg-black .content .number {
    color: #fff !important; }

.bg-white {
    background-color: #ffffff !important;
    color: #fff; }
.bg-white .content .text,
.bg-white .content .number {
    color: #fff !important; }

@keyframes transition-message-header {
    from {
        transform: translateY(90px);
    }
    to {
        transform: translateY(0px);
    }
}
