a {
    overflow-wrap: break-word;
    color: #F36633;
    opacity: 0.8;
}

a:hover, a:focus {
    color: #FD4300;
    opacity: 1;
}

a.disabled {
    opacity: .65;
    text-shadow: none;
    pointer-events: none;
    color: #777777;
    border: 1px solid #eaeaea;
    pointer-events:none;
}

.btn.disabled {
    pointer-events: none;
}

.hide {
    display: none !important;
}

.profile-info .profile-details h3 a {
    word-break: break-word;
    width: 100%;
    white-space: break-spaces;
}

.has-success .error {
    display: none;
}

ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right,
ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
}

.page-topbar .quick-area .info-menu li.profile img {
    max-height: 30px;
    max-width: 30px;
}

.page-title {
    position: relative;
}

.btn-menu {
    margin: 10px 0 0 0;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #F36633;
    border-color: #F36633;
}

.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(243,102,51,.5);
}

.img-fluid {
    max-width:120px !important;
}

.nav-pagination {
    max-width: 100%;
    overflow: auto;
}

/* ENQUETE */
.containerEnquete {
    margin-bottom: 40px;
    max-width: 1000px;
}

.containerEnquete h3{
    font-size:20px;
    margin-bottom:20px;
}


p.porcentagem-resposta {
    font-weight: normal;
    color: #505458;
    white-space: nowrap;
    border-radius: 0px;
    padding: 5px 0px 5px 10px;
    text-align: left;
    margin: 0px 10px 0px 0px;
    background-image: url("../assets/images/bg-enquete.jpg");
    background-repeat: no-repeat;
    width: 90%;
    white-space: pre-wrap;
    padding-right: 10px;
}

.enquete-tipo-E p.porcentagem-resposta {
    background-image: none !important;
    align-items: center;
    background-color: #eaeaea;
    color: #fff;
    display: flex; 
    font-size: 16px;
    height: 40px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.enquete-tipo-E p.porcentagem-resposta span {
    background-color: #ff956e;
    /*z-index: -1;*/
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

p.valor-porcentagem{
    min-width: 50px;
    margin: 0px;
    padding: 5px 0px 5px 0;
    text-align: right;
}

p.contador{
    margin: 0px;
    padding: 5px 0px 5px 0px;
    flex: auto;
    min-width: 90px;
    text-align: right;
    padding-right: 15px;
}

.npsAnswersCalc{
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 99px;
    border: 3px #ccc solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

div.urlsGeradas{
    margin: 20px auto 30px;
    width: 100%;
}

img.copyUrl{
    width: 22px;
    cursor: pointer;
    margin-left: 4px;
}

#textoClipboard{
    opacity: 0;
}

div.respondido{
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
    margin:2px auto;
}

.enquete-tipo-E div.respondido {
    display: block;
    margin-bottom: 15px;
}

.txt-perg-enquete {
    margin-bottom: 5px;
}

.content-bar-perc {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.containerEnqueteForm input{
    width:90% !important;
}

.lnkVoltar {
    float: right;
    padding: 25px 30px 0px 0px;
    font-size: 14px;
}

.containerEnquete  i.fa-file-excel-o {
    color: green;
    font-size: 18px;
    margin-left: 4px;
}

div.npsCalcValue{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
}

@media screen and (max-width: 1024px) {
    .table-scroll {
        overflow-y: scroll;
    }

    .input-group.mb-3 {
        flex-direction: column;
    }

    .input-group.mb-3 input {
        width: 100%;
    }

    .embed-responsive {
        height: 500px;
    }
}


@media (max-width: 900px) and (orientation: landscape) {
    .embed-responsive {
        height: 250px;
    }
}

@media screen and (max-width: 800px) {
    p.porcentagem-resposta{
        white-space: normal;
    }
}

@media screen and (max-width: 500px) {
    .btn-group {
        flex-direction: column;
    }

    .ms-container .ms-selectable {
        width: 100%;
        margin-bottom: 50px;
    }

    .ms-container .ms-selectable, .ms-container .ms-selection {
        width: 100%;
    }
}

.table .order .fa {
    display: none;
}

.table .order.asc .fa-angle-down {
    display: inline-block;
}

.table .order.desc .fa-angle-up {
    display: inline-block;
}

#dashboard #register {
    padding-bottom: 0;
}

#main-menu-wrapper .fa {
    display: none;
}

.page-sidebar.collapseit #main-menu-wrapper .fa {
    display: inline-block;
}

select option.btn.disabled {
    color: #bcbcbd;
}

.df-grow-1 {
    flex-grow: 1;
}

.w-60px {
    width: 60px !important;
}

.m-top-0 {
    margin-top: 0 !important;
}

.email-indication {
    background-color: #fff;
    border: 1px solid #3F51B5;
    border-top: none;
    display: none;
    font-size: 17px;
    left: 0;
    max-height: 500px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
}

.email-indication .indication {
    color: #495057;
    cursor: pointer;
    padding: 5px 20px;
    width: 100%;
}

.email-indication .indication:hover, .email-indication .indication.selected {
    background-color: #007bff;
    color: #FFF;
}

.password-validation {
    background-color: #fff;
    border: 1px solid #3F51B5;
    border-top: none;
    display: none;
    font-size: 17px;
    left: 0;
    max-height: 500px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
}

.password-validation .obs {                
    padding: 3px 20px;
}

.password-validation .indication {
    color: #990000;
    padding: 0 20px 0 40px;
    position: relative;
    width: 100%;
}

.password-validation .indication:after {
    content: "\f00d";
    color: #990000;
    font-family: 'FontAwesome'; 
    position: absolute;
    left: 20px;
    top: 0;
}

.password-validation .indication:hover {
    background-color: #007bff;
}

.password-validation .indication:last-child {
    padding-bottom: 5px;
}

.password-validation .indication.checked {
    color: #4A9446;
    padding: 0 20px 0 40px;
    position: relative;
    width: 100%;
}

.password-validation .indication.checked:after {
    content: "\f00c";
    color: #4A9446;
    font-family: 'FontAwesome'; 
    position: absolute;
    left: 20px;
    top: 0;
}

.password-validation .indication.checked:hover {
    background-color: #007bff;
}

.form-control.not-readonly[readonly] {
    background-color: #fff !important;
}

.pointer {
    cursor: pointer !important;
}