/* CSS Document */

body {
    background-color: #f5f5f5;
    margin: 0px auto;
    padding: 0px;
}

#cal-slide-content,
#cal-slide-content:hover {
    background: #006064 !important;
}

.color-eleven {
    background: #0f9 !important;
}

.color-eleven2 {
    background: #ff3939 !important;
}

body,
td,
th {
    font-family: Roboto, Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #000;
}

.accordion {
    margin-left: 15.7%;
    width: 73.3%;
}


/****************************************
****InÃƒÂ­cio Recolhimentos de encargos*****
****************************************/

.valor-base {}

.valor-base input {
    padding: 4px;
    margin-bottom: 12px;
    background: #00606457;
}

.valor-liquido {}

.valor-liquido input {
    padding: 4px;
    background: #337ab7ad;
    margin-bottom: 12px;
}

.camporecolhimento1 {
    position: relative;
    margin-bottom: 6px;
}

.camporecolhimento1 input {
    /*width: 90%;*/
    padding-left: 26px;
    border-radius: 5px;
    border: 1.5px solid #00606485;
}

.camporecolhimento1 strong {
    position: absolute;
    top: 1px;
    left: 17px;
    color: #00606485;
    /*padding-right: 3px;*/
    border-right: 1.5px solid #00606485;
    /*padding-top: 4px;*/
}

.camporecolhimento2 {
    position: relative;
}

.camporecolhimento2 input {
    /*width: 90%;*/
    padding-left: 26px;
    border-radius: 5px;
    border: 1.5px solid #00606485;
}

.camporecolhimento2 strong {
    position: absolute;
    top: 1px;
    left: 20px;
    color: #00606485;
    /*padding-right: 4px;*/
    border-right: 1.5px solid #00606485;
    /*padding-top: 1px;*/
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1px;
}

.Reco-tipo {
    text-align: center;
}

.alert-info {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.Reco-tipo h2 {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: Roboto;
}

@media (min-width: 768px){
    .oculta-desktop{
        display:none!important;
    }
}

.recol-pis {}

.recol-pis h2 {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: Roboto;
    text-align: left;
    padding-left: 15px;
}


/****************************************
*****Fim Recolhimentos de encargos*******
****************************************/

.lembrete {
    bottom: 3px;
    z-index: 2;
    position: fixed;
    right: 186px;
    background-color: #006064;
    padding: 12px;
    border-radius: 30px;
}

.notify {
    position: relative;
    top: 10px;
    right: -4px;
    z-index: 5;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #f91741;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #f91741;
    position: absolute;
    right: 3px;
    top: -13px;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.lembrete-vermelho {
    bottom: 32px;
    z-index: 4;
    position: fixed;
    right: 196px;
    background-color: red;
    padding: 5px;
    border-radius: 30px;
    box-shadow: -2px 2px 12px 2px red;
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 1s;
    transform-origin: 50% 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.08);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.agendamento {
    color: #fff200;
}

.box-cabecalho {
    border: 2px solid #005f64;
}

.box-prospeccoes {
    font-family: roboto;
    color: #006064;
    padding: 4px;
    width: 1271px;
    box-shadow: 1px 1px 10px #999;
    margin: auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.w3-container a:hover {
    width: 100%;
    background: #000;
    text-decoration: none;
}

.box_dentro {
    border-right: 2px solid #006064;
}

.box_dentro {}

.w3-card-4 header {
    top: 0;
    /* border-bottom-left-radius: 6px; */
    position: sticky;
    width: 100%;
}

.w3-card-4 {
    height: 376px;
    overflow-y: scroll;
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
}

.box-corpo {
    /*border: 2px solid #005F64;
    border-top: none;*/
    width: 250.4px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.box-corpo h3 {
    font-size: 1.5rem;
}

.box-corpo hr {
    margin: 6px 0;
}

.box_corpo_dentro {
    border-right: 2px solid #006064;
    height: 250px;
}

.picker__day {
    font-size: 20px;
}

div#layout {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #f5f5f5;
}

div#topo {
    width: 100%;
    /*height:105px;*/
    margin: 0px auto;
    padding: 0px;
}

div#barramenu {
    width: 100%;
    height: 52px;
    padding: 0px;
    background-color: #006064;
    z-index: 20;
    position: relative;
}

div#barramenugrid {
    width: 100%;
    height: 52px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    box-shadow: 0px 0px 0.5em #666;
    -webkit-box-shadow: 0px 0px 0.5em #666;
    -moz-box-shadow: 0px 0px 0.5em #666;
    z-index: 1;
}

.rolag {
    height: 180px;
    overflow: auto;
}

.alerta {
    background: #f00;
    width: 100px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    left: 344px;
}

.alerta-verde {
    background: #00cc1b;
    width: 100px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    left: 344px;
}

.alerta-laranja {
    background: #ff6600;
    width: 100px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    left: 344px;
}

.tabela-responsivo-prospec {
    overflow-x: scroll;
    overflow-y: hidden;
    /* white-space:nowrap; */
    padding: 5px;
}

.tabela-responsivo-suporte {
    overflow-y: hidden;
    /* white-space:nowrap; */
    padding: 8px;
    bottom: 3px;
    margin-bottom: 6px;
}

.linhahr {
    width: 72%;
}

div#barramenunav {
    width: 100%;
    height: 52px;
    margin: 0px auto;
    padding: 0px;
    background-color: #e8e8e8;
    position: relative;
    box-shadow: 0px 0px 0.5em #666;
    -webkit-box-shadow: 0px 0px 0.5em #666;
    -moz-box-shadow: 0px 0px 0.5em #666;
}

div#barramenunavgrid {
    width: 100%;
    height: 52px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

div#barramenunav h1 {
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 10px;
    margin: 5px 5px auto;
    padding: 5px;
    left: 3%;
    float: left;
    color: #999;
    position: relative;
}

div#logo {
    width: 142px;
    height: 40px;
    left: 50%;
    padding: 0px;
    background-repeat: repeat-y;
    position: absolute;
    margin-left: -71px;
    margin-top: 10px;
}

div#perfil img {
    width: 45px;
    height: 45px;
    margin: 3px auto;
    right: 3%;
    padding: 0px;
    border-radius: 50%;
    background-repeat: repeat-x;
    position: absolute;
    box-shadow: 0px 0px 0.5em #333;
    -webkit-box-shadow: 0px 0px 0.5em #333;
    -moz-box-shadow: 0px 0px 0.5em #333;
}

div#avatar img {
    width: 45px;
    height: 45px;
    margin: 0px auto;
    left: 5%;
    padding: 0px;
    border-radius: 50%;
    background-repeat: repeat-x;
    position: relative;
}

div#icone-menu {
    width: 32px;
    height: 20px;
    margin: 16px 3% auto;
    padding: 0px;
    background-repeat: repeat-y;
    position: absolute;
}

.tb-disponibilidade {
    overflow: auto;
}

.tb-disponibilidade table tr td {
    min-width: 196px;
    width: 196px;
}

div#menuGrid {
    width: 99%;
    height: 80%;
    margin: 55px 1% auto;
    left: 0%;
    top: 0%;
    padding: 0px;
    position: absolute;
    z-index: 50;
    display: none;
}

div#menuSeta2 {
    width: 35px;
    height: 35px;
    margin: 0px 2% auto;
    left: 0%;
    top: 0%;
    padding: 0px;
    background-image: url(../img/icone-menu-seta.png);
    background-repeat: repeat-x;
    position: absolute;
    z-index: 70;
}

div#menuSeta {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 15px 19px;
    position: absolute;
    margin: 0px 2.4% auto;
    z-index: 70;
    height: 0;
    width: 0;
    -webkit-animation: gb__a 0.2s;
    animation: gb__a 0.2s;
}

div#menu {
    width: 94%;
    height: 86%;
    margin: 9px 2% auto;
    left: 0%;
    top: 0%;
    padding: 0px;
    background-color: #fff;
    position: absolute;
    z-index: 60;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #a7a7a7;
    box-shadow: 0px 0px 1em #666;
    -webkit-box-shadow: 0px 0px 1em #666;
    -moz-box-shadow: 0px 0px 1em #666;
}

div#menuContas {
    width: 280px;
    height: 80%;
    margin: 9px 2% auto;
    right: 1%;
    top: 54.5px;
    padding: 0px;
    background-color: #fff;
    position: absolute;
    z-index: 60;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #a7a7a7;
    box-shadow: 0px 0px 1em #666;
    -webkit-box-shadow: 0px 0px 1em #666;
    -moz-box-shadow: 0px 0px 1em #666;
}

div#menuSetaContas {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0px 15px 14px;
    position: absolute;
    margin: 49px 94.6% auto;
    z-index: 60;
    height: 0px;
    width: 0;
    -webkit-animation: gb__a 0.2s;
    animation: gb__a 0.2s;
}

.menuItemContas {
    width: 100px;
    height: 60px;
    color: #006064;
    background-color: #f5f5f5;
    margin: 10px 10px auto;
    float: right;
    text-align: center;
    padding: 10px;
}

.menuItemContas:hover {
    background-color: #e8e8e8;
}

.noBorder {
    border: 0 !important;
}

div#paginaHomeGrid {
    width: 98%;
    /*height:400px;*/
    margin: 0px auto;
    padding: 0px;
    background-color: #ffffff;
    border-bottom: 5px solid;
    border-top: 5px solid;
    border-color: #006064;
}

div#menuHome {
    position: relative;
}

div#menuSair {
    width: 100%;
    height: 40px;
    margin: 0px 0px auto;
    left: 0%;
    bottom: 0%;
    padding: 0px;
    background-color: #e8e8e8;
    position: absolute;
    z-index: 60;
}

div#menuSair h1 {
    text-align: center;
    font-size: 10px;
    padding: 8px;
    color: #393939;
    position: relative;
}

.input-especial {
    right: 16px;
    width: 77% !important;
}

.input-especial input {}

.corIcon {
    color: #006064;
}

.menuItem {
    width: 100px;
    height: 60px;
    color: #006064;
    background-color: #f5f5f5;
    margin: 10px 10px auto;
    float: left;
    text-align: center;
    padding: 10px;
}

.menuItem:hover {
    background-color: #e8e8e8;
}

div#paginagrid {
    width: 98%;
    margin: 10px auto;
    padding: 6px;
    margin-bottom: 50px;
    position: relative;
    /* max-width: 1170px; */
    background-color: #f5f5f5;
}

div#paginagridpublic {
    width: 98%;
    margin: 0px auto;
    padding: 10px;
    position: relative;
    background-color: #f5f5f5;
}

div#paginagridtitulo {
    width: 95%px;
    height: 60px;
    margin: 0px auto;
    padding: 0px;
}

div#paginagridtitulo h1 {
    text-align: inherit;
    font-size: 15px;
    margin: 20px 0% auto;
    float: left;
    color: #006064;
}

div#paginagridtabela {
    width: 100%;
    margin: 0px auto;
    padding: 9px;
    background-color: #ffffff;
    border-bottom: 5px solid;
    border-top: 5px solid;
    border-color: #006064;
    margin-bottom: 50px;
}

div#paginagridtabelaRelatorio {
    width: 100%;
    margin: 0px auto;
    padding: 9px;
    background-color: #ffffff;
    border-top: 5px solid;
    border-color: #006064;
    margin-bottom: 0px;
}

div#tituloGridLogin h1 {
    width: 94%;
    height: 6px;
    margin: 3% auto;
    padding: 0px;
    font-size: 21px;
    color: #7e7e7e;
    position: relative;
    text-align: center;
    font-weight: 400;
}

div#tituloGridLogin h2 {
    width: 94%;
    height: 40px;
    margin: 15px auto;
    padding: 0px;
    font-size: 16px;
    color: #7e7e7e;
    position: relative;
    text-align: center;
    font-weight: 400;
}

div#paginaGridLogin1 {
    width: 90%;
    height: 290px;
    margin: 2% auto;
    padding: 0px;
    background-color: #ffffff;
    border-bottom: 5px solid;
    border-top: 5px solid;
    border-color: #006064;
}

div#paginaGridLogin0 {
    width: 330px;
    height: 290px;
    margin: 2% auto;
    padding: 0px;
    background-color: #ffffff;
    border-bottom: 5px solid;
    border-top: 5px solid;
    border-color: #006064;
}

div#paginacao {
    width: 95%px;
    height: auto;
    margin: 0px auto;
    padding: 10px;
    max-height: 85px;
}

div#botaoPaginacaoVoltar {
    width: 45px;
    height: 45px;
    /* margin: 17px auto; */
    left: 8%;
    padding: 0px;
    border-radius: 50%;
    background-repeat: repeat-x;
    background-color: #006064;
    position: absolute;
    cursor: pointer;
    box-shadow: 0px 0px 1em #666;
    -webkit-box-shadow: 0px 0px 1em #666;
    -moz-box-shadow: 0px 0px 1em #666;
    margin-top: -43px;
}

div#botaoPaginacaoProximo {
    width: 45px;
    height: 45px;
    right: 8%;
    padding: 0px;
    border-radius: 50%;
    background-repeat: repeat-x;
    background-color: #006064;
    position: absolute;
    cursor: pointer;
    box-shadow: 0px 0px 1em #666;
    -webkit-box-shadow: 0px 0px 1em #666;
    -moz-box-shadow: 0px 0px 1em #666;
    margin-top: -43px;
}

div#botaoPaginacaoVoltar h1 {
    text-align: center;
    font-size: 25px;
    margin: 6px 17px auto;
    float: left;
    color: #fff;
    text-decoration: none;
}

div#botaoPaginacaoProximo h1 {
    text-align: center;
    font-size: 25px;
    margin: 6px 17px auto;
    float: left;
    color: #fff;
    text-decoration: none;
}

div#botaoAtendimento {
    width: 60px;
    height: 60px;
    margin: 17px auto;
    right: 28%;
    padding: 0px;
    border-radius: 50%;
    background-repeat: repeat-x;
    background-color: #006064;
    position: absolute;
    cursor: pointer;
    box-shadow: 0px 0px 1em #666;
    -webkit-box-shadow: 0px 0px 1em #666;
    -moz-box-shadow: 0px 0px 1em #666;
}

div#botaoAtendimento h1 {
    text-align: center;
    font-size: 25px;
    margin: 15px 12px auto;
    float: inherit;
    color: #fff;
    text-decoration: none;
}

div#botaocadastrar {
    width: 60px;
    height: 60px;
    margin: 17px auto;
    right: 1%;
    padding: 0px;
    border-radius: 50%;
    background-repeat: repeat-x;
    background-color: #006064;
    position: absolute;
    cursor: pointer;
    box-shadow: 0px 0px 1em #666;
    -webkit-box-shadow: 0px 0px 1em #666;
    -moz-box-shadow: 0px 0px 1em #666;
}

div#botaocadastrar h1 {
    text-align: center;
    font-size: 20px;
    margin: 20px 15px auto;
    float: inherit;
    color: #fff;
    text-decoration: none;
}

div#botaocadastrar a {
    text-decoration: none;
}

tr#tituloTabela {
    font: bold;
    font-size: 12px;
    color: #006064;
    /* border-bottom: 1px solid; */
    width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #006064 !important;
    color: white;
}

.tituloForm {
    font: bold;
    font-size: 20px;
    color: #006064;
    padding: 4px;
    text-align: center;
}

.subTituloForm {
    font: bold;
    font-size: 12px;
    color: #006064;
    padding: 4px;
    text-align: center;
}

td#bordalinhatitulo {
    border-top: #dddddd solid 1px;
}

td#atualizaUnit {
    border-top: #dddddd solid 1px;
}

td#atualizaServicoValorEvolucao {
    border-top: #dddddd solid 1px;
}

td#atualizaServicoValorEvolucao {
    border-top: #dddddd solid 1px;
}

td#atualizaServicoValor {
    border-top: #dddddd solid 1px;
}

td#bordalinha {
    border-top: #e8e8e8 solid 1px;
}

input.simples {
    color: #000000;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 9px;
    border: 1px #c4c5c6 solid;
    background: #f9f9f9;
    border-radius: 2px;
}

input.simples:focus {
    border-color: #006064;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select.simples {
    height: 37px !important;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 14px;
    /* padding: 18px; */
    border: 1px #c4c5c6 solid;
    background: #f9f9f9;
    border-radius: 2px;
    /* width: 97% !important; */
}

.form-selector-auto div {
    width: 100% !important;
}

textarea.simples {
    color: #000000;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 8px;
    border: 1px #c4c5c6 solid;
    background: #f9f9f9;
    border-radius: 2px;
}

textarea.simples:focus {
    border-color: #006064;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input.butaoAcao,
button.butaoAcao {
    color: #fff;
    font-size: 14px;
    padding: 10px 17px;
    background: #006064;
    border: 1px solid #006064;
    cursor: pointer;
    border-radius: 3px;
}

input.butaoAcao:hover,
button.butaoAcao:hover {
    color: #fff;
    font-size: 14px;
    padding: 10px 17px;
    background: #014447;
    border: 1px solid #014447;
    cursor: pointer;
    border-radius: 4px;
}

input.butaoAcaoDesfazer {
    color: #006064;
    font-size: 14px;
    padding: 10px 17px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 1px;
    /*width: 150px;*/
}

input.butaoAcaoDesfazer:hover {
    color: #006064;
    font-size: 14px;
    padding: 10px 17px;
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    border-radius: 4px;
}

div#botaoAvatar {
    margin: 3px auto;
    right: 7%;
    padding: 0px;
    position: absolute;
    cursor: pointer;
}

.custom-upload {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    padding: 32px 45px;
    background-size: cover;
}

.custom-upload input {
    left: -9999px;
    position: absolute;
    background-size: cover;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #545151;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}

div#paginacao {
    width: 98%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

div#footer {
    width: 100%;
    height: 48px;
    margin: 0px auto;
    padding: 0px;
    background-color: #333;
    vertical-align: center;
    color: #fff;
    top: 110%;
    margin-top: 24px;
}

div#footer h1 {
    text-align: center;
    font-size: 12px;
    margin: 12px auto;
    position: relative;
    height: 10px;
    padding: 12px;
    color: #fafafa;
    line-height: 15px;
}

.ajuste {
    margin-bottom: 8% !important;
}


/* BOX MODULOS */

.box-homer {
    margin-top: 25px;
}

.box-services {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 50px 25px;
}

.service-title {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding-left: 10px;
}

.button {
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.button i {
    font-size: 30px;
    margin-top: 5px;
    border-radius: 100%;
    padding: 5px 10px 10px 10px;
    color: #fff;
}

.button:focus {
    outline: none;
}

.button>span {
    vertical-align: middle;
}

.button--isi {
    padding: 1em 4em;
    color: #fff;
    overflow: hidden;
}

.button--isi::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.orange {
    background: #ff8040 !important;
    border-bottom: 2px solid #e34c00 !important;
}

.orange::before {
    background: #ffa679;
}

.orange i {
    border: 0px solid #ffa679;
}

.orange:hover {
    color: #e34c00;
}

.yellow {
    background: #ffbf40 !important;
    border-bottom: 2px solid #e39700 !important;
}

.yellow::before {
    background: #ffd47f;
}

.yellow i {
    border: 0px solid #ffd47f;
}

.yellow:hover {
    color: #e39700;
}

.green {
    background: #83bf30 !important;
    border-bottom: 2px solid #51761e !important;
}

.green::before {
    background: #aed578;
}

.green i {
    border: 0px solid #aed578;
}

.green:hover {
    color: #83bf30;
}

.petroleo {
    background: #00cc92 !important;
    border-bottom: 2px solid #007050 !important;
}

.petroleo::before {
    background: #66e0bd;
}

.petroleo i {
    border: 0px solid #66e0bd;
}

.petroleo:hover {
    color: #007050;
}

.gray {
    background: #a1adb3 !important;
    border-bottom: 2px solid #6f8089 !important;
}

.gray::before {
    background: #c9d0d3;
}

.gray i {
    border: 0px solid #c9d0d3;
}

.gray:hover {
    color: #a1adb3;
}

.brown {
    background: #996f45 !important;
    border-bottom: 2px solid #5a4128 !important;
}

.brown::before {
    background: #b09070;
}

.brown i {
    border: 0px solid #b09070;
}

.brown:hover {
    color: #996f45;
}

.blue {
    background: #14adcc !important;
    border-bottom: 2px solid #0c6678 !important;
}

.blue::before {
    background: #66c9de;
}

.blue i {
    border: 0px solid #66c9de;
}

.blue:hover {
    color: #14adcc;
}

.purple {
    background: #994599 !important;
    border-bottom: 2px solid #5a285a !important;
}

.purple::before {
    background: #b579b5;
}

.purple i {
    border: 0px solid #b579b5;
}

.purple:hover {
    color: #994599;
}

.red {
    background: #bf303c !important;
    border-bottom: 2px solid #761e25 !important;
}

.red::before {
    background: #cc5b65;
}

.red i {
    border: 0px solid #cc5b65;
}

.red:hover {
    color: #bf303c;
}

.active {
    float: none;
    margin: 0 auto;
}

.button--isi .button__icon {
    vertical-align: middle;
}

.button--isi>span {
    vertical-align: middle;
    padding-left: 0.75em;
}

.button--isi:hover::before {
    -webkit-transform: scale3d(15, 9, 1);
    transform: scale3d(15, 9, 1);
}

.active .button--isi::before {
    -webkit-transform: scale3d(15, 9, 1);
    transform: scale3d(15, 9, 1);
}

.col-sm-2 {
    width: 16.66666667%;
}

.col-sm-10 {
    width: 83.33333333%;
}

.col-sm-4 {
    width: 33.33333333%;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    float: left;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.top-margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* width: 1170px; */
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* FIM BOX MODULOS */


/* MENU */

.container-menu {
    width: 100%;
    margin: 0px auto;
    background-color: #e8e8e8;
    box-shadow: 0px 1px 0.5em #666;
    -webkit-box-shadow: 0px 1px 0.5em #666;
    -moz-box-shadow: 0px 1px 0.5em #666;
    position: relative;
    z-index: 10;
}

.container-menu .menu li {
    text-align: center;
    /* line-height: 35px; */
    font-size: 10px;
    /* margin-top: 17px; */
    padding: 5px 8px;
    color: #999;
    list-style: none;
    display: inline-table;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.container-menu .menu li:hover {
    text-decoration: underline;
}

.container-menu .menu li a {
    font-size: 10px;
    color: #656565;
    font-weight: bold;
    text-transform: uppercase;
}

.container-menu .menu li span {
    margin-left: 15px;
}

.menu {
    margin-top: 0;
    width: auto;
    margin: 0 auto;
    padding-left: 0px;
    text-align: center;
    /* max-width: 1060px; */
    z-index: 1;
}

.full-menu {
    position: relative;
    box-shadow: 0px 0px 0.5em #666;
    -webkit-box-shadow: 0px 0px 0.5em #666;
    -moz-box-shadow: 0px 0px 0.5em #666;
}

.sub-menu {
    color: #fff;
    text-align: center;
    padding: 1px 0px 0px 0px;
    position: absolute;
    width: 101%;
    z-index: 1;
    top: 0;
    margin-top: 0px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.sub-menu li {
    list-style: none;
    display: inline-table;
    /* margin: 5px 5px auto; */
    /* padding: 5px; */
}

.sub-menu li a {
    text-align: center;
    font-size: 11px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.sub-menu li a:hover {
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    /* background-color:#fff; */
}

.hover {
    /*background:orange;*/
}

.active-menu {
    font-weight: bold;
    /* opacity: 0.7; */
}

.full-menu .active {
    top: 50px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.site-list li {
    float: none !important;
    margin-bottom: 5px !important;
}

.site-list li a:visited {
    color: #000 !important;
}

.site-list .nav-tabs {
    width: 25%;
    text-align: center;
    margin-right: 15px;
}

.left {
    float: left;
}

td,
th {
    padding: 7px !important;
}

#table-padding td {
    padding: 4px !important;
}

.site-list .nav-tabs>li.active>a {
    background: #006064;
    border: 1px solid #006064;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.site-list .tab-content {
    width: 60%;
}

.site-list .nav-tabs>li.active>a:focus,
.site-list .nav-tabs>li.active>a:hover {
    background: #014447;
    border: 1px solid #014447 !important;
    color: #fff;
}

.site-list .nav-tabs li a {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #006064;
    font-size: 14px;
}

.site-list .nav-tabs li a:focus,
.site-list .nav-tabs li a:hover {
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #006064;
}

.img {
    background-size: cover !important;
    width: 100%;
    height: 175px;
}

.legenda {
    width: 100%;
}

.capa,
.remover {
    float: left;
    margin-right: 10px !important;
}

.left {
    float: left;
}

.variavel {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.box-img {
    margin-bottom: 20px;
}

#total-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.info-save {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #006064;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-save {
    background: #000;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99;
    top: 0;
    opacity: 0.7;
    display: none;
}

.block {
    display: block !important;
}

.dropzone {
    color: #006064;
    background: #f5f5f5 !important;
}

#list-midias {
    height: 400px;
    overflow: overlay;
}

.menu-responsivo {
    width: 100%;
    border-top: 3px solid #d48080;
    z-index: 90;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#adicionaSub {
    padding: 17px 0px;
}

#adicionaSub a {
    padding: 10px 2px;
    /* margin-top: 5px; */
}

#adicionaSub a:hover {
    /* background-color: #006064; */
    text-decoration: none !important;
    color: #1c6e71;
}

.menu-position {
    position: relative !important;
    margin-bottom: 14px;
    margin-top: 3px;
}

.linha-mobile {
    border-bottom: 2px solid #ccc;
}

.carousel-responsivo {
    width: 932px;
    height: 48px;
    margin: 15px auto;
}

.tabela-responsivo-div {
    width: 100%;
    margin: 0px auto;
    overflow: auto;
}

.tabela-responsivo-div3 {
    width: 100%;
    margin: 0px auto;
}

.tabela-div {
    overflow: auto;
    margin: 0px auto;
    height: 312px;
    margin-left: 125px;
}

.div-overflow {
    width: 95%;
}

.tabela-responsivo-div-modal {
    width: 1170px !important;
}

.modal-body {
    overflow-y: auto !important;
}

.tab-chat {
    border: 1px solid #a0b1b9;
    margin: 0px 15px;
    padding: 6px;
    color: #006064;
    font-weight: 500;
    /* border-bottom:  none; */
}

.tab-chat div.data {
    font-size: 0.7em;
    line-height: 0.7em;
}

.tab-chat div.msg {
    font-size: 0.9em;
    line-height: 1;
    text-align: left;
}

.sessao-texto {
    width: 600px !important;
}

.url-responsivo {
    overflow-wrap: break-word !important;
    width: 680px !important;
}

.botaoAcaoMobileSalvar {
    width: 130px;
    margin-left: -45px;
    float: left;
}

.botaoAcaoMobileSalvarContinuar {
    width: 150px;
    margin-right: 102px;
    float: center;
}

.botaoAcaoMobileCancelar {
    width: 125px !important;
    margin-top: -41px !important;
    float: center !important;
    float: right !important;
    margin-right: -26px !important;
}

.tabela-responsivo-div2 {
    width: 100%;
}


/*Inicio de CHECKBOX personalizado*/


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

input.default:checked+.slider {
    background-color: #444;
}

input.primary:checked+.slider {
    background-color: #2196f3;
}

input.success:checked+.slider {
    background-color: #8bc34a;
}

input.info:checked+.slider {
    background-color: #3de0f5;
}

input.warning:checked+.slider {
    background-color: #ffc107;
}

input.danger:checked+.slider {
    background-color: #f44336;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

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

input.butaoAcaoSalvar,
button.butaoAcaoSalvar {
    width: 150px;
    margin-bottom: 2px;
}

input.butaoAcaoCotacao,
button.butaoAcaoCotacao {
    width: 120px;
}


/*Inicio de CHECKBOX personalizado*/

@media screen and (max-width: 768px) {
    .some-tabela-responsivo {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    input.butaoAcaoDesfazer {
        padding: 10px;
        width: 110px;
    }
    input.butaoAcaoSalvar,
    button.butaoAcaoSalvar {
        padding: 10px;
        width: 125px;
        margin-bottom: 2px;
    }
    .some-item {
        display: none;
    }
    .carousel-responsivo {
        width: 535px;
        margin-left: 19px;
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .input-especial {
        right: 16px;
        width: 77% !important;
    }
    .input-especial input {}
    .container-menu .menu li {
        display: block;
        border-bottom: 1px solid #fff;
    }
    .container-menu .menu li a {
        display: block;
        margin: 0px;
    }
    .alerta {
        background: #f00;
        width: 100px;
        height: 15px;
        cursor: pointer;
        position: absolute;
        left: 380px;
    }
    .btn_download {
        padding: 3px 5px !important;
    }
    .btn_remove {
        padding: 3px 6px !important;
    }
    .alerta-laranja {
        left: 116px;
    }
    .alerta-verde {
        left: 116px;
    }
    .col-sm-12 {
        width: 100%;
    }
    .some-tabela-responsivo {
        display: none;
    }
    .margin-top-buttom {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .formatacao {
        text-align: left !important;
    }
    .linha-mobile {
        border-bottom: 2px solid #ccc;
        width: 95%;
        margin-left: 8px;
    }
    .normal {
        display: none;
    }
    .oculta-no-responsivo {
        display: none;
    }
    .aparece-responsivo {
        display: block !important;
    }
    .item {
        text-align: center;
        margin-left: 9px;
        float: none !important;
    }
    .tamanho-form-input {
        width: 100% !important;
    }
    .tabela-responsivo-div {
        width: 100%;
        overflow: auto;
        margin: 0px auto;
    }
    .url-responsivo {
        width: 100% !important;
    }
    .sessao-texto {
        width: 100% !important;
    }
    .botaoAcaoMobileSalvar {
        width: 127px;
        margin-left: 58px;
        float: left;
        margin-bottom: 5px;
    }
    .botaoAcaoMobileSalvarContinuar {
        width: 150px;
        margin-right: -6px;
        float: center;
    }
    .botaoAcaoMobileCancelar {
        width: 124px !important;
        margin-top: 8px !important;
        float: center !important;
        float: none !important;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 450px) {
    .carousel-responsivo {
        width: 300px;
        margin-left: 5px;
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .item {
        width: 80px !important;
    }
    .owl-item {
        width: 91px !important;
    }
    .owl-stage {
        width: 929px !important;
    }
    .cx-texto {}
    .ui-autocomplete {
        /* left: -20px !important; */
        max-width: 308px !important;
    }
    .tabela-responsivo-div {
        /* width: 300px; */
        overflow: auto;
        margin: 0px auto;
    }
    .tabela-responsivo-div2 {
        width: 100%;
        overflow: auto;
        margin: 0px auto;
    }
    .url-responsivo {
        width: 100% !important;
    }
    .sessao-texto {
        width: 100% !important;
    }
    .table {
        margin-left: 2px !important;
    }
}

@media screen and (max-width: 414px) {
    .mce-container,
    .mce-container *,
    .mce-widget,
    .mce-widget *,
    .mce-reset {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: top;
        background: transparent;
        text-decoration: none;
        color: #595959;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        text-shadow: none;
        float: none;
        position: static;
        width: auto;
        height: auto;
        white-space: nowrap;
        cursor: inherit;
        -webkit-tap-highlight-color: transparent;
        line-height: normal;
        font-weight: normal;
        text-align: left;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        direction: ltr;
        max-width: none;
    }
    .mce-widget button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mce-container *[unselectable] {
        -moz-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    .word-wrap {
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .mce-fade {
        opacity: 0;
        -webkit-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
    }
    .mce-fade.mce-in {
        opacity: 1;
    }
    .mce-tinymce {
        visibility: inherit !important;
        position: relative;
        width: 100% !important;
    }
    .mce-fullscreen {
        border: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        height: 100%;
        z-index: 100;
    }
    div.mce-fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .mce-tinymce {
        display: block;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    .mce-statusbar>.mce-container-body {
        display: flex;
        padding-right: 16px;
    }
    .mce-statusbar>.mce-container-body .mce-path {
        flex: 1;
    }
    .mce-wordcount {
        font-size: inherit;
        text-transform: uppercase;
        padding: 8px 0;
    }
    div.mce-edit-area {
        background: #fff;
        filter: none;
    }
    .mce-statusbar {
        position: relative;
    }
    .mce-statusbar .mce-container-body {
        position: relative;
        font-size: 11px;
    }
    .mce-fullscreen .mce-resizehandle {
        display: none;
    }
    .mce-statusbar .mce-flow-layout-item {
        margin: 0;
    }
    .mce-charmap {
        border-collapse: collapse;
    }
    .mce-charmap td {
        cursor: default;
        border: 1px solid #c5c5c5;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        padding: 2px;
    }
    .mce-charmap td div {
        text-align: center;
    }
    .mce-charmap td:hover {
        background: white;
    }
    .mce-grid td.mce-grid-cell div {
        border: 1px solid #c5c5c5;
        width: 15px;
        height: 15px;
        margin: 0;
        cursor: pointer;
    }
    .mce-grid td.mce-grid-cell div:focus {
        border-color: #91bbe9;
    }
    .mce-grid td.mce-grid-cell div[disabled] {
        cursor: not-allowed;
    }
    .mce-grid {
        border-spacing: 2px;
        border-collapse: separate;
    }
    .mce-grid a {
        display: block;
        border: 1px solid transparent;
    }
    .mce-grid a:hover,
    .mce-grid a:focus {
        border-color: #91bbe9;
    }
    .mce-grid-border {
        margin: 0 4px 0 4px;
    }
    .mce-grid-border a {
        border-color: #c5c5c5;
        width: 13px;
        height: 13px;
    }
    .mce-grid-border a:hover,
    .mce-grid-border a.mce-active {
        border-color: #91bbe9;
        background: #bdd6f2;
    }
    .mce-text-center {
        text-align: center;
    }
    div.mce-tinymce-inline {
        width: 100%;
    }
    .mce-colorbtn-trans div {
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        font-size: 20px;
        line-height: 16px;
        color: #8b8b8b;
    }
    .mce-monospace {
        font-family: "Courier New", Courier, monospace;
    }
    .mce-toolbar-grp .mce-flow-layout-item {
        margin-bottom: 0;
    }
    .mce-container b {
        font-weight: bold;
    }
    .mce-container p {
        margin-bottom: 5px;
    }
    .mce-container a {
        cursor: pointer;
        color: #2276d2;
    }
    .mce-container a:hover {
        text-decoration: underline;
    }
    .mce-container ul {
        margin-left: 15px;
    }
    .mce-container .mce-table-striped {
        border-collapse: collapse;
        margin: 10px;
    }
    .mce-container .mce-table-striped thead>tr {
        background-color: #fafafa;
    }
    .mce-container .mce-table-striped thead>tr th {
        font-weight: bold;
    }
    .mce-container .mce-table-striped td,
    .mce-container .mce-table-striped th {
        padding: 5px;
    }
    .mce-container .mce-table-striped tr:nth-child(even) {
        background-color: #fafafa;
    }
    .mce-container .mce-table-striped tbody>tr:hover {
        background-color: #e1e1e1;
    }
    .mce-branding {
        font-size: inherit;
        text-transform: uppercase;
        white-space: pre;
        padding: 8px 0;
    }
    .mce-branding a {
        font-size: inherit;
        color: inherit;
    }
    .mce-top-part {
        position: relative;
    }
    .mce-top-part::before {
        content: "";
        position: absolute;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
    }
    .mce-rtl .mce-wordcount {
        left: 0;
        right: auto;
    }
    .mce-rtl .mce-statusbar>.mce-container-body>*:last-child {
        padding-right: 0;
        padding-left: 10px;
    }
    .mce-rtl .mce-path {
        text-align: right;
        padding-right: 16px;
    }
    .mce-croprect-container {
        position: absolute;
        top: 0;
        left: 0;
    }
    .mce-croprect-handle {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border: 2px solid white;
    }
    .mce-croprect-handle-nw {
        border-width: 2px 0 0 2px;
        margin: -2px 0 0 -2px;
        cursor: nw-resize;
        top: 100px;
        left: 100px;
    }
    .mce-croprect-handle-ne {
        border-width: 2px 2px 0 0;
        margin: -2px 0 0 -20px;
        cursor: ne-resize;
        top: 100px;
        left: 200px;
    }
    .mce-croprect-handle-sw {
        border-width: 0 0 2px 2px;
        margin: -20px 2px 0 -2px;
        cursor: sw-resize;
        top: 200px;
        left: 100px;
    }
    .mce-croprect-handle-se {
        border-width: 0 2px 2px 0;
        margin: -20px 0 0 -20px;
        cursor: se-resize;
        top: 200px;
        left: 200px;
    }
    .mce-croprect-handle-move {
        position: absolute;
        cursor: move;
        border: 0;
    }
    .mce-croprect-block {
        opacity: 0.5;
        filter: alpha(opacity=50);
        zoom: 1;
        position: absolute;
        background: black;
    }
    .mce-croprect-handle:focus {
        border-color: #2276d2;
    }
    .mce-croprect-handle-move:focus {
        outline: 1px solid #2276d2;
    }
    .mce-imagepanel {
        overflow: auto;
        background: black;
    }
    .mce-imagepanel-bg {
        position: absolute;
        background: url("data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==");
    }
    .mce-imagepanel img {
        position: absolute;
    }
    .mce-imagetool.mce-btn .mce-ico {
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 20px;
        padding: 5px;
    }
    .mce-arrow-up {
        margin-top: 12px;
    }
    .mce-arrow-down {
        margin-top: -12px;
    }
    .mce-arrow:before,
    .mce-arrow:after {
        position: absolute;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        content: "";
    }
    .mce-arrow.mce-arrow-up:before {
        top: -9px;
        border-bottom-color: #c5c5c5;
        border-width: 0 9px 9px;
        margin-left: -9px;
    }
    .mce-arrow.mce-arrow-down:before {
        bottom: -9px;
        border-top-color: #c5c5c5;
        border-width: 9px 9px 0;
        margin-left: -9px;
    }
    .mce-arrow.mce-arrow-up:after {
        top: -8px;
        border-bottom-color: #fff;
        border-width: 0 8px 8px;
        margin-left: -8px;
    }
    .mce-arrow.mce-arrow-down:after {
        bottom: -8px;
        border-top-color: #fff;
        border-width: 8px 8px 0;
        margin-left: -8px;
    }
    .mce-arrow.mce-arrow-left:before,
    .mce-arrow.mce-arrow-left:after {
        margin: 0;
    }
    .mce-arrow.mce-arrow-left:before {
        left: 8px;
    }
    .mce-arrow.mce-arrow-left:after {
        left: 9px;
    }
    .mce-arrow.mce-arrow-right:before,
    .mce-arrow.mce-arrow-right:after {
        left: auto;
        margin: 0;
    }
    .mce-arrow.mce-arrow-right:before {
        right: 8px;
    }
    .mce-arrow.mce-arrow-right:after {
        right: 9px;
    }
    .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:before {
        left: -9px;
        top: 50%;
        border-right-color: #c5c5c5;
        border-width: 9px 9px 9px 0;
        margin-top: -9px;
    }
    .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:after {
        left: -8px;
        top: 50%;
        border-right-color: #fff;
        border-width: 8px 8px 8px 0;
        margin-top: -8px;
    }
    .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left {
        margin-left: 12px;
    }
    .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:before {
        right: -9px;
        top: 50%;
        border-left-color: #c5c5c5;
        border-width: 9px 0 9px 9px;
        margin-top: -9px;
    }
    .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:after {
        right: -8px;
        top: 50%;
        border-left-color: #fff;
        border-width: 8px 0 8px 8px;
        margin-top: -8px;
    }
    .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right {
        margin-left: -14px;
    }
    .mce-edit-aria-container>.mce-container-body {
        display: flex;
    }
    .mce-edit-aria-container>.mce-container-body .mce-edit-area {
        flex: 1;
    }
    .mce-edit-aria-container>.mce-container-body .mce-sidebar>.mce-container-body {
        display: flex;
        align-items: stretch;
        height: 100%;
    }
    .mce-edit-aria-container>.mce-container-body .mce-sidebar-panel {
        min-width: 250px;
        max-width: 250px;
        position: relative;
    }
    .mce-edit-aria-container>.mce-container-body .mce-sidebar-panel>.mce-container-body {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: auto;
        top: 0;
        left: 0;
    }
    .mce-sidebar-toolbar {
        border: 0 solid #c5c5c5;
        border-left-width: 1px;
    }
    .mce-sidebar-toolbar .mce-btn {
        border-left: 0;
        border-right: 0;
    }
    .mce-sidebar-toolbar .mce-btn.mce-active,
    .mce-sidebar-toolbar .mce-btn.mce-active:hover {
        background-color: #555c66;
    }
    .mce-sidebar-toolbar .mce-btn.mce-active button,
    .mce-sidebar-toolbar .mce-btn.mce-active:hover button,
    .mce-sidebar-toolbar .mce-btn.mce-active button i,
    .mce-sidebar-toolbar .mce-btn.mce-active:hover button i {
        color: white;
        text-shadow: 1px 1px none;
    }
    .mce-sidebar-panel {
        border: 0 solid #c5c5c5;
        border-left-width: 1px;
    }
    .mce-container,
    .mce-container-body {
        display: block;
    }
    .mce-autoscroll {
        overflow: hidden;
    }
    .mce-scrollbar {
        position: absolute;
        width: 7px;
        height: 100%;
        top: 2px;
        right: 2px;
        opacity: 0.4;
        filter: alpha(opacity=40);
        zoom: 1;
    }
    .mce-scrollbar-h {
        top: auto;
        right: auto;
        left: 2px;
        bottom: 2px;
        width: 100%;
        height: 7px;
    }
    .mce-scrollbar-thumb {
        position: absolute;
        background-color: #000;
        border: 1px solid #888;
        border-color: rgba(85, 85, 85, 0.6);
        width: 5px;
        height: 100%;
    }
    .mce-scrollbar-h .mce-scrollbar-thumb {
        width: 100%;
        height: 5px;
    }
    .mce-scrollbar:hover,
    .mce-scrollbar.mce-active {
        background-color: #aaa;
        opacity: 0.6;
        filter: alpha(opacity=60);
        zoom: 1;
    }
    .mce-scroll {
        position: relative;
    }
    .mce-panel {
        border: 0 solid #f3f3f3;
        border: 0 solid #c5c5c5;
        background-color: #fff;
    }
    .mce-floatpanel {
        position: absolute;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    .mce-floatpanel.mce-fixed {
        position: fixed;
    }
    .mce-floatpanel .mce-arrow,
    .mce-floatpanel .mce-arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }
    .mce-floatpanel .mce-arrow {
        border-width: 11px;
    }
    .mce-floatpanel .mce-arrow:after {
        border-width: 10px;
        content: "";
    }
    .mce-floatpanel.mce-popover {
        filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
        background: transparent;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        top: 0;
        left: 0;
        background: #fff;
        border: 1px solid #c5c5c5;
        border: 1px solid rgba(0, 0, 0, 0.25);
    }
    .mce-floatpanel.mce-popover.mce-bottom {
        margin-top: 10px;
        *margin-top: 0;
    }
    .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow {
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #c5c5c5;
        border-bottom-color: rgba(0, 0, 0, 0.25);
        top: -11px;
    }
    .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow:after {
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }
    .mce-floatpanel.mce-popover.mce-bottom.mce-start {
        margin-left: -22px;
    }
    .mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow {
        left: 20px;
    }
    .mce-floatpanel.mce-popover.mce-bottom.mce-end {
        margin-left: 22px;
    }
    .mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow {
        right: 10px;
        left: auto;
    }
    .mce-fullscreen {
        border: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        height: 100%;
    }
    div.mce-fullscreen {
        position: fixed;
        top: 0;
        left: 0;
    }
    #mce-modal-block {
        opacity: 0;
        filter: alpha(opacity=0);
        zoom: 1;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    #mce-modal-block.mce-in {
        opacity: 0.5;
        filter: alpha(opacity=50);
        zoom: 1;
    }
    .mce-window-move {
        cursor: move;
    }
    .mce-window {
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
        background: transparent;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        transform: scale(0.1);
        transition: transform 100ms ease-in, opacity 150ms ease-in;
    }
    .mce-window.mce-in {
        transform: scale(1);
        opacity: 1;
    }
    .mce-window-head {
        padding: 9px 15px;
        border-bottom: 1px solid #c5c5c5;
        position: relative;
    }
    .mce-window-head .mce-close {
        position: absolute;
        right: 0;
        top: 0;
        height: 38px;
        width: 38px;
        text-align: center;
        cursor: pointer;
    }
    .mce-window-head .mce-close i {
        color: #9b9b9b;
    }
    .mce-close:hover i {
        color: #bdbdbd;
    }
    .mce-window-head .mce-title {
        line-height: 20px;
        font-size: 20px;
        font-weight: bold;
        text-rendering: optimizelegibility;
        padding-right: 20px;
    }
    .mce-window .mce-container-body {
        display: block;
    }
    .mce-foot {
        display: block;
        background-color: #fff;
        border-top: 1px solid #c5c5c5;
    }
    .mce-window-head .mce-dragh {
        position: absolute;
        top: 0;
        left: 0;
        cursor: move;
        width: 90%;
        height: 100%;
    }
    .mce-window iframe {
        width: 100%;
        height: 100%;
    }
    .mce-window-body .mce-listbox {
        border-color: #e2e4e7;
    }
    .mce-window .mce-btn:hover {
        border-color: #c5c5c5;
    }
    .mce-window .mce-btn:focus {
        border-color: #2276d2;
    }
    .mce-window-body .mce-btn,
    .mce-foot .mce-btn {
        border-color: #c5c5c5;
    }
    .mce-foot .mce-btn.mce-primary {
        border-color: transparent;
    }
    .mce-rtl .mce-window-head .mce-close {
        position: absolute;
        right: auto;
        left: 15px;
    }
    .mce-rtl .mce-window-head .mce-dragh {
        left: auto;
        right: 0;
    }
    .mce-rtl .mce-window-head .mce-title {
        direction: rtl;
        text-align: right;
    }
    .mce-tooltip {
        position: absolute;
        padding: 5px;
        opacity: 0.8;
        filter: alpha(opacity=80);
        zoom: 1;
        margin-top: 1px;
    }
    .mce-tooltip-inner {
        font-size: 11px;
        background-color: #000;
        color: white;
        max-width: 200px;
        padding: 5px 8px 4px 8px;
        text-align: center;
        white-space: normal;
    }
    .mce-tooltip-inner {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .mce-tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        line-height: 0;
        border: 5px dashed #000;
    }
    .mce-tooltip-arrow-n {
        border-bottom-color: #000;
    }
    .mce-tooltip-arrow-s {
        border-top-color: #000;
    }
    .mce-tooltip-arrow-e {
        border-left-color: #000;
    }
    .mce-tooltip-arrow-w {
        border-right-color: #000;
    }
    .mce-tooltip-nw,
    .mce-tooltip-sw {
        margin-left: -14px;
    }
    .mce-tooltip-ne,
    .mce-tooltip-se {
        margin-left: 14px;
    }
    .mce-tooltip-n .mce-tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-bottom-style: solid;
        border-top: none;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .mce-tooltip-nw .mce-tooltip-arrow {
        top: 0;
        left: 10px;
        border-bottom-style: solid;
        border-top: none;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .mce-tooltip-ne .mce-tooltip-arrow {
        top: 0;
        right: 10px;
        border-bottom-style: solid;
        border-top: none;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .mce-tooltip-s .mce-tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-top-style: solid;
        border-bottom: none;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .mce-tooltip-sw .mce-tooltip-arrow {
        bottom: 0;
        left: 10px;
        border-top-style: solid;
        border-bottom: none;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .mce-tooltip-se .mce-tooltip-arrow {
        bottom: 0;
        right: 10px;
        border-top-style: solid;
        border-bottom: none;
        border-left-color: transparent;
        border-right-color: transparent;
    }
    .mce-tooltip-e .mce-tooltip-arrow {
        right: 0;
        top: 50%;
        margin-top: -5px;
        border-left-style: solid;
        border-right: none;
        border-top-color: transparent;
        border-bottom-color: transparent;
    }
    .mce-tooltip-w .mce-tooltip-arrow {
        left: 0;
        top: 50%;
        margin-top: -5px;
        border-right-style: solid;
        border-left: none;
        border-top-color: transparent;
        border-bottom-color: transparent;
    }
    .mce-progress {
        display: inline-block;
        position: relative;
        height: 20px;
    }
    .mce-progress .mce-bar-container {
        display: inline-block;
        width: 100px;
        height: 100%;
        margin-right: 8px;
        border: 1px solid #ccc;
        overflow: hidden;
    }
    .mce-progress .mce-text {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 14px;
        width: 40px;
        color: #595959;
    }
    .mce-bar {
        display: block;
        width: 0;
        height: 100%;
        background-color: #dfdfdf;
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
    }
    .mce-notification {
        position: absolute;
        background-color: #fff;
        padding: 5px;
        margin-top: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: #c5c5c5;
        transition: transform 100ms ease-in, opacity 150ms ease-in;
        opacity: 0;
        box-sizing: border-box;
    }
    .mce-notification.mce-in {
        opacity: 1;
    }
    .mce-notification-success {
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }
    .mce-notification-info {
        background-color: #d9edf7;
        border-color: #779ecb;
    }
    .mce-notification-warning {
        background-color: #fcf8e3;
        border-color: #faebcc;
    }
    .mce-notification-error {
        background-color: #f2dede;
        border-color: #ebccd1;
    }
    .mce-notification.mce-has-close {
        padding-right: 15px;
    }
    .mce-notification .mce-ico {
        margin-top: 5px;
    }
    .mce-notification-inner {
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        display: inline-block;
        font-size: 14px;
        margin: 5px 8px 4px 8px;
        text-align: center;
        white-space: normal;
        color: #31708f;
    }
    .mce-notification-inner a {
        text-decoration: underline;
        cursor: pointer;
    }
    .mce-notification .mce-progress {
        margin-right: 8px;
    }
    .mce-notification .mce-progress .mce-text {
        margin-top: 5px;
    }
    .mce-notification *,
    .mce-notification .mce-progress .mce-text {
        color: #595959;
    }
    .mce-notification .mce-progress .mce-bar-container {
        border-color: #c5c5c5;
    }
    .mce-notification .mce-progress .mce-bar-container .mce-bar {
        background-color: #595959;
    }
    .mce-notification-success *,
    .mce-notification-success .mce-progress .mce-text {
        color: #3c763d;
    }
    .mce-notification-success .mce-progress .mce-bar-container {
        border-color: #d6e9c6;
    }
    .mce-notification-success .mce-progress .mce-bar-container .mce-bar {
        background-color: #3c763d;
    }
    .mce-notification-info *,
    .mce-notification-info .mce-progress .mce-text {
        color: #31708f;
    }
    .mce-notification-info .mce-progress .mce-bar-container {
        border-color: #779ecb;
    }
    .mce-notification-info .mce-progress .mce-bar-container .mce-bar {
        background-color: #31708f;
    }
    .mce-notification-warning *,
    .mce-notification-warning .mce-progress .mce-text {
        color: #8a6d3b;
    }
    .mce-notification-warning .mce-progress .mce-bar-container {
        border-color: #faebcc;
    }
    .mce-notification-warning .mce-progress .mce-bar-container .mce-bar {
        background-color: #8a6d3b;
    }
    .mce-notification-error *,
    .mce-notification-error .mce-progress .mce-text {
        color: #a94442;
    }
    .mce-notification-error .mce-progress .mce-bar-container {
        border-color: #ebccd1;
    }
    .mce-notification-error .mce-progress .mce-bar-container .mce-bar {
        background-color: #a94442;
    }
    .mce-notification .mce-close {
        position: absolute;
        top: 6px;
        right: 8px;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        color: #9b9b9b;
        cursor: pointer;
    }
    .mce-abs-layout {
        position: relative;
    }
    body .mce-abs-layout-item,
    .mce-abs-end {
        position: absolute;
    }
    .mce-abs-end {
        width: 1px;
        height: 1px;
    }
    .mce-container-body.mce-abs-layout {
        overflow: hidden;
    }
    .mce-btn {
        border: 1px solid #b3b3b3;
        border-color: transparent transparent transparent transparent;
        position: relative;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        background: white;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .mce-btn:hover,
    .mce-btn:active {
        background: white;
        color: #595959;
        border-color: #e2e4e7;
    }
    .mce-btn:focus {
        background: white;
        color: #595959;
        border-color: #e2e4e7;
    }
    .mce-btn.mce-disabled button,
    .mce-btn.mce-disabled:hover button {
        cursor: default;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        opacity: 0.4;
        filter: alpha(opacity=40);
        zoom: 1;
    }
    .mce-btn.mce-active,
    .mce-btn.mce-active:hover,
    .mce-btn.mce-active:focus,
    .mce-btn.mce-active:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #555c66;
        color: white;
        border-color: transparent;
    }
    .mce-btn.mce-active button,
    .mce-btn.mce-active:hover button,
    .mce-btn.mce-active i,
    .mce-btn.mce-active:hover i {
        color: white;
    }
    .mce-btn:hover .mce-caret {
        border-top-color: #b5bcc2;
    }
    .mce-btn.mce-active .mce-caret,
    .mce-btn.mce-active:hover .mce-caret {
        border-top-color: white;
    }
    .mce-btn button {
        padding: 4px 6px;
        font-size: 14px;
        line-height: 20px;
        *line-height: 16px;
        cursor: pointer;
        color: #595959;
        text-align: center;
        overflow: visible;
        -webkit-appearance: none;
    }
    .mce-btn button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    .mce-btn i {
        text-shadow: 1px 1px none;
    }
    .mce-primary.mce-btn-has-text {
        min-width: 50px;
    }
    .mce-primary {
        color: white;
        border: 1px solid transparent;
        border-color: transparent;
        background-color: #2276d2;
    }
    .mce-primary:hover,
    .mce-primary:focus {
        background-color: #1e6abc;
        border-color: transparent;
    }
    .mce-primary.mce-disabled button,
    .mce-primary.mce-disabled:hover button {
        cursor: default;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        opacity: 0.4;
        filter: alpha(opacity=40);
        zoom: 1;
    }
    .mce-primary.mce-active,
    .mce-primary.mce-active:hover,
    .mce-primary:not(.mce-disabled):active {
        background-color: #1e6abc;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .mce-primary button,
    .mce-primary button i {
        color: white;
        text-shadow: 1px 1px none;
    }
    .mce-btn .mce-txt {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }
    .mce-btn-large button {
        padding: 9px 14px;
        font-size: 16px;
        line-height: normal;
    }
    .mce-btn-large i {
        margin-top: 2px;
    }
    .mce-btn-small button {
        padding: 1px 5px;
        font-size: 12px;
        *padding-bottom: 2px;
    }
    .mce-btn-small i {
        line-height: 20px;
        vertical-align: top;
        *line-height: 18px;
    }
    .mce-btn .mce-caret {
        margin-top: 8px;
        margin-left: 0;
    }
    .mce-btn-small .mce-caret {
        margin-top: 8px;
        margin-left: 0;
    }
    .mce-caret {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 0;
        height: 0;
        vertical-align: top;
        border-top: 4px solid #b5bcc2;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
    }
    .mce-disabled .mce-caret {
        border-top-color: #aaa;
    }
    .mce-caret.mce-up {
        border-bottom: 4px solid #b5bcc2;
        border-top: 0;
    }
    .mce-btn-flat {
        border: 0;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        filter: none;
    }
    .mce-btn-flat:hover,
    .mce-btn-flat.mce-active,
    .mce-btn-flat:focus,
    .mce-btn-flat:active {
        border: 0;
        background: #e6e6e6;
        filter: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .mce-btn-has-text .mce-ico {
        padding-right: 5px;
    }
    .mce-rtl .mce-btn button {
        direction: rtl;
    }
    .mce-toolbar .mce-btn-group {
        margin: 0;
        padding: 2px 0;
    }
    .mce-btn-group .mce-btn {
        border-width: 1px;
        margin: 0;
        margin-left: 2px;
    }
    .mce-btn-group:not(:first-child) {
        border-left: 1px solid #d9d9d9;
        padding-left: 0;
        margin-left: 2px;
    }
    .mce-btn-group {
        margin-left: 2px;
    }
    .mce-btn-group .mce-btn.mce-flow-layout-item {
        margin: 0;
    }
    .mce-rtl .mce-btn-group .mce-btn {
        margin-left: 0;
        margin-right: 2px;
    }
    .mce-rtl .mce-btn-group .mce-first {
        margin-right: 0;
    }
    .mce-rtl .mce-btn-group:not(:first-child) {
        border-left: none;
        border-right: 1px solid #d9d9d9;
        padding-right: 4px;
        margin-right: 4px;
    }
    .mce-checkbox {
        cursor: pointer;
    }
    i.mce-i-checkbox {
        margin: 0 3px 0 0;
        border: 1px solid #c5c5c5;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: white;
        text-indent: -10em;
        overflow: hidden;
    }
    .mce-checked i.mce-i-checkbox {
        color: #595959;
        font-size: 16px;
        line-height: 16px;
        text-indent: 0;
    }
    .mce-checkbox:focus i.mce-i-checkbox,
    .mce-checkbox.mce-focus i.mce-i-checkbox {
        border: 1px solid #2276d2;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .mce-checkbox.mce-disabled .mce-label,
    .mce-checkbox.mce-disabled i.mce-i-checkbox {
        color: #bdbdbd;
    }
    .mce-checkbox .mce-label {
        vertical-align: middle;
    }
    .mce-rtl .mce-checkbox {
        direction: rtl;
        text-align: right;
    }
    .mce-rtl i.mce-i-checkbox {
        margin: 0 0 0 3px;
    }
    .mce-combobox {
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        *height: 32px;
    }
    .mce-combobox input {
        border: 1px solid #c5c5c5;
        border-right-color: #c5c5c5;
        height: 28px;
    }
    .mce-combobox.mce-disabled input {
        color: #bdbdbd;
    }
    .mce-combobox .mce-btn {
        border: 1px solid #c5c5c5;
        border-left: 0;
        margin: 0;
    }
    .mce-combobox button {
        padding-right: 8px;
        padding-left: 8px;
    }
    .mce-combobox.mce-disabled .mce-btn button {
        cursor: default;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        opacity: 0.4;
        filter: alpha(opacity=40);
        zoom: 1;
    }
    .mce-combobox .mce-status {
        position: absolute;
        right: 2px;
        top: 50%;
        line-height: 16px;
        margin-top: -8px;
        font-size: 12px;
        width: 15px;
        height: 15px;
        text-align: center;
        cursor: pointer;
    }
    .mce-combobox.mce-has-status input {
        padding-right: 20px;
    }
    .mce-combobox.mce-has-open .mce-status {
        right: 37px;
    }
    .mce-combobox .mce-status.mce-i-warning {
        color: #c09853;
    }
    .mce-combobox .mce-status.mce-i-checkmark {
        color: #468847;
    }
    .mce-menu.mce-combobox-menu {
        border-top: 0;
        margin-top: 0;
        max-height: 200px;
    }
    .mce-menu.mce-combobox-menu .mce-menu-item {
        padding: 4px 6px 4px 4px;
        font-size: 11px;
    }
    .mce-menu.mce-combobox-menu .mce-menu-item-sep {
        padding: 0;
    }
    .mce-menu.mce-combobox-menu .mce-text {
        font-size: 11px;
    }
    .mce-menu.mce-combobox-menu .mce-menu-item-link,
    .mce-menu.mce-combobox-menu .mce-menu-item-link b {
        font-size: 11px;
    }
    .mce-menu.mce-combobox-menu .mce-text b {
        font-size: 11px;
    }
    .mce-colorbox i {
        border: 1px solid #c5c5c5;
        width: 14px;
        height: 14px;
    }
    .mce-colorbutton .mce-ico {
        position: relative;
    }
    .mce-colorbutton-grid {
        margin: 4px;
    }
    .mce-colorbutton .mce-preview {
        padding-right: 3px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -17px;
        margin-top: 7px;
        background: gray;
        width: 13px;
        height: 2px;
        overflow: hidden;
    }
    .mce-colorbutton.mce-btn-small .mce-preview {
        margin-left: -16px;
        padding-right: 0;
        width: 16px;
    }
    .mce-rtl .mce-colorbutton {
        direction: rtl;
    }
    .mce-rtl .mce-colorbutton .mce-preview {
        margin-left: 0;
        padding-right: 0;
        padding-left: 3px;
    }
    .mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
        margin-left: 0;
        padding-right: 0;
        padding-left: 2px;
    }
    .mce-rtl .mce-colorbutton .mce-open {
        padding-left: 4px;
        padding-right: 4px;
        border-left: 0;
    }
    .mce-colorpicker {
        position: relative;
        width: 250px;
        height: 220px;
    }
    .mce-colorpicker-sv {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        border: 1px solid #c5c5c5;
        cursor: crosshair;
        overflow: hidden;
    }
    .mce-colorpicker-h-chunk {
        width: 100%;
    }
    .mce-colorpicker-overlay1,
    .mce-colorpicker-overlay2 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .mce-colorpicker-overlay1 {
        filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
        background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    }
    .mce-colorpicker-overlay2 {
        filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    }
    .mce-colorpicker-selector1 {
        background: none;
        position: absolute;
        width: 12px;
        height: 12px;
        margin: -8px 0 0 -8px;
        border: 1px solid black;
        border-radius: 50%;
    }
    .mce-colorpicker-selector2 {
        position: absolute;
        width: 10px;
        height: 10px;
        border: 1px solid white;
        border-radius: 50%;
    }
    .mce-colorpicker-h {
        position: absolute;
        top: 0;
        right: 0;
        width: 6.5%;
        height: 100%;
        border: 1px solid #c5c5c5;
        cursor: crosshair;
    }
    .mce-colorpicker-h-marker {
        margin-top: -4px;
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
        border: 1px solid black;
        background: white;
        height: 4px;
        z-index: 100;
    }
    .mce-path {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 8px;
        white-space: normal;
        font-size: inherit;
    }
    .mce-path .mce-txt {
        display: inline-block;
        padding-right: 3px;
    }
    .mce-path .mce-path-body {
        display: inline-block;
    }
    .mce-path-item {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        cursor: pointer;
        color: #595959;
        font-size: inherit;
        text-transform: uppercase;
    }
    .mce-path-item:hover {
        text-decoration: underline;
    }
    .mce-path-item:focus {
        background: #555c66;
        color: white;
    }
    .mce-path .mce-divider {
        display: inline;
        font-size: inherit;
    }
    .mce-disabled .mce-path-item {
        color: #aaa;
    }
    .mce-rtl .mce-path {
        direction: rtl;
    }
    .mce-fieldset {
        border: 0 solid #9e9e9e;
    }
    .mce-fieldset>.mce-container-body {
        margin-top: -15px;
    }
    .mce-fieldset-title {
        margin-left: 5px;
        padding: 0 5px 0 5px;
    }
    .mce-fit-layout {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .mce-fit-layout-item {
        position: absolute;
    }
    .mce-flow-layout-item {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .mce-flow-layout-item {
        margin: 2px 0 2px 2px;
    }
    .mce-flow-layout-item.mce-last {
        margin-right: 2px;
    }
    .mce-flow-layout {
        white-space: normal;
    }
    .mce-tinymce-inline .mce-flow-layout {
        white-space: nowrap;
    }
    .mce-rtl .mce-flow-layout {
        text-align: right;
        direction: rtl;
    }
    .mce-rtl .mce-flow-layout-item {
        margin: 2px 2px 2px 0;
    }
    .mce-rtl .mce-flow-layout-item.mce-last {
        margin-left: 2px;
    }
    .mce-iframe {
        border: 0 solid #c5c5c5;
        width: 100%;
        height: 100%;
    }
    .mce-infobox {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        overflow: hidden;
        border: 1px solid red;
    }
    .mce-infobox div {
        display: block;
        margin: 5px;
    }
    .mce-infobox div button {
        position: absolute;
        top: 50%;
        right: 4px;
        cursor: pointer;
        margin-top: -8px;
        display: none;
    }
    .mce-infobox div button:focus {
        outline: 2px solid #e2e4e7;
    }
    .mce-infobox.mce-has-help div {
        margin-right: 25px;
    }
    .mce-infobox.mce-has-help button {
        display: block;
    }
    .mce-infobox.mce-success {
        background: #dff0d8;
        border-color: #d6e9c6;
    }
    .mce-infobox.mce-success div {
        color: #3c763d;
    }
    .mce-infobox.mce-warning {
        background: #fcf8e3;
        border-color: #faebcc;
    }
    .mce-infobox.mce-warning div {
        color: #8a6d3b;
    }
    .mce-infobox.mce-error {
        background: #f2dede;
        border-color: #ebccd1;
    }
    .mce-infobox.mce-error div {
        color: #a94442;
    }
    .mce-rtl .mce-infobox div {
        text-align: right;
        direction: rtl;
    }
    .mce-label {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        overflow: hidden;
    }
    .mce-label.mce-autoscroll {
        overflow: auto;
    }
    .mce-label.mce-disabled {
        color: #aaa;
    }
    .mce-label.mce-multiline {
        white-space: pre-wrap;
    }
    .mce-label.mce-success {
        color: #468847;
    }
    .mce-label.mce-warning {
        color: #c09853;
    }
    .mce-label.mce-error {
        color: #b94a48;
    }
    .mce-rtl .mce-label {
        text-align: right;
        direction: rtl;
    }
    .mce-menubar {
        border: 1px solid #e2e4e7;
    }
    .mce-menubar .mce-menubtn {
        border-color: transparent;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        filter: none;
    }
    .mce-menubar .mce-menubtn button span {
        color: #595959;
    }
    .mce-menubar .mce-caret {
        border-top-color: #b5bcc2;
    }
    .mce-menubar .mce-active .mce-caret,
    .mce-menubar .mce-menubtn:hover .mce-caret {
        border-top-color: #b5bcc2;
    }
    .mce-menubar .mce-menubtn:hover,
    .mce-menubar .mce-menubtn.mce-active,
    .mce-menubar .mce-menubtn:focus {
        border-color: #e2e4e7;
        background: white;
        filter: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .mce-menubar .mce-menubtn.mce-active {
        border-bottom: none;
        z-index: 65537;
    }
    div.mce-menubtn.mce-opened {
        border-bottom-color: white;
        z-index: 65537;
    }
    .mce-menubtn button {
        color: #595959;
    }
    .mce-menubtn.mce-btn-small span {
        font-size: 12px;
    }
    .mce-menubtn.mce-fixed-width span {
        display: inline-block;
        overflow-x: hidden;
        text-overflow: ellipsis;
        width: 90px;
    }
    .mce-menubtn.mce-fixed-width.mce-btn-small span {
        width: 70px;
    }
    .mce-menubtn .mce-caret {
        *margin-top: 6px;
    }
    .mce-rtl .mce-menubtn button {
        direction: rtl;
        text-align: right;
    }
    .mce-menu-item {
        display: block;
        padding: 6px 4px 6px 4px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #595959;
        white-space: nowrap;
        cursor: pointer;
        line-height: normal;
        border-left: 4px solid transparent;
        margin-bottom: 1px;
    }
    .mce-menu-item .mce-caret {
        margin-top: 4px;
        margin-right: 6px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #595959;
    }
    .mce-menu-item .mce-menu-shortcut {
        display: inline-block;
        padding: 0 10px 0 20px;
        color: #aaa;
    }
    .mce-menu-item .mce-ico {
        padding-right: 4px;
    }
    .mce-menu-item:hover,
    .mce-menu-item:focus {
        background: #ededee;
    }
    .mce-menu-item:hover .mce-menu-shortcut,
    .mce-menu-item:focus .mce-menu-shortcut {
        color: #aaa;
    }
    .mce-menu-item:hover .mce-text,
    .mce-menu-item:focus .mce-text,
    .mce-menu-item:hover .mce-ico,
    .mce-menu-item:focus .mce-ico {
        color: #595959;
    }
    .mce-menu-item.mce-selected {
        background: #ededee;
    }
    .mce-menu-item.mce-selected .mce-text,
    .mce-menu-item.mce-selected .mce-ico {
        color: #595959;
    }
    .mce-menu-item.mce-active.mce-menu-item-normal {
        background: #555c66;
    }
    .mce-menu-item.mce-active.mce-menu-item-normal .mce-text,
    .mce-menu-item.mce-active.mce-menu-item-normal .mce-ico {
        color: white;
    }
    .mce-menu-item.mce-active.mce-menu-item-checkbox .mce-ico {
        visibility: visible;
    }
    .mce-menu-item.mce-disabled,
    .mce-menu-item.mce-disabled:hover {
        background: white;
    }
    .mce-menu-item.mce-disabled:focus,
    .mce-menu-item.mce-disabled:hover:focus {
        background: #ededee;
    }
    .mce-menu-item.mce-disabled .mce-text,
    .mce-menu-item.mce-disabled:hover .mce-text,
    .mce-menu-item.mce-disabled .mce-ico,
    .mce-menu-item.mce-disabled:hover .mce-ico {
        color: #aaa;
    }
    .mce-menu-item.mce-menu-item-preview.mce-active {
        border-left: 5px solid #555c66;
        background: white;
    }
    .mce-menu-item.mce-menu-item-preview.mce-active .mce-text,
    .mce-menu-item.mce-menu-item-preview.mce-active .mce-ico {
        color: #595959;
    }
    .mce-menu-item.mce-menu-item-preview.mce-active:hover {
        background: #ededee;
    }
    .mce-menu-item-link {
        color: #093;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mce-menu-item-link b {
        color: #093;
    }
    .mce-menu-item-ellipsis {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .mce-menu-item:hover *,
    .mce-menu-item.mce-selected *,
    .mce-menu-item:focus * {
        color: #595959;
    }
    div.mce-menu .mce-menu-item-sep,
    .mce-menu-item-sep:hover {
        border: 0;
        padding: 0;
        height: 1px;
        margin: 9px 1px;
        overflow: hidden;
        background: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        cursor: default;
        filter: none;
    }
    div.mce-menu .mce-menu-item b {
        font-weight: bold;
    }
    .mce-menu-item-indent-1 {
        padding-left: 20px;
    }
    .mce-menu-item-indent-2 {
        padding-left: 35px;
    }
    .mce-menu-item-indent-2 {
        padding-left: 35px;
    }
    .mce-menu-item-indent-3 {
        padding-left: 40px;
    }
    .mce-menu-item-indent-4 {
        padding-left: 45px;
    }
    .mce-menu-item-indent-5 {
        padding-left: 50px;
    }
    .mce-menu-item-indent-6 {
        padding-left: 55px;
    }
    .mce-menu.mce-rtl {
        direction: rtl;
    }
    .mce-rtl .mce-menu-item {
        text-align: right;
        direction: rtl;
        padding: 6px 12px 6px 15px;
    }
    .mce-rtl .mce-menu-item .mce-caret {
        margin-left: 6px;
        margin-right: 0;
        border-right: 4px solid #595959;
        border-left: 0;
    }
    .mce-rtl .mce-menu-item.mce-selected .mce-caret,
    .mce-rtl .mce-menu-item:focus .mce-caret,
    .mce-rtl .mce-menu-item:hover .mce-caret {
        border-left-color: transparent;
        border-right-color: #595959;
    }
    .mce-rtl .mce-menu-item .mce-ico {
        padding-right: 0;
        padding-left: 4px;
    }
    .mce-throbber {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        filter: alpha(opacity=60);
        zoom: 1;
        background: #fff url("img/loader.gif") no-repeat center center;
    }
    .mce-throbber-inline {
        position: static;
        height: 50px;
    }
    .mce-menu .mce-throbber-inline {
        height: 25px;
        background-size: contain;
    }
    .mce-menu {
        position: absolute;
        left: 0;
        top: 0;
        filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
        background: transparent;
        z-index: 1000;
        padding: 5px 0 5px 0;
        margin: -1px 0 0;
        min-width: 180px;
        background: white;
        border: 1px solid #c5c9cf;
        border: 1px solid #e2e4e7;
        z-index: 1002;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        max-height: 500px;
        overflow: auto;
        overflow-x: hidden;
    }
    .mce-menu.mce-animate {
        opacity: 0.01;
        transform: rotateY(10deg) rotateX(-10deg);
        transform-origin: left top;
    }
    .mce-menu.mce-menu-align .mce-menu-shortcut,
    .mce-menu.mce-menu-align .mce-caret {
        position: absolute;
        right: 0;
    }
    .mce-menu i {
        display: none;
    }
    .mce-menu-has-icons i {
        display: inline-block;
    }
    .mce-menu.mce-in.mce-animate {
        opacity: 1;
        transform: rotateY(0) rotateX(0);
        transition: opacity 0.075s ease, transform 0.1s ease;
    }
    .mce-menu-sub-tr-tl {
        margin: -6px 0 0 -1px;
    }
    .mce-menu-sub-br-bl {
        margin: 6px 0 0 -1px;
    }
    .mce-menu-sub-tl-tr {
        margin: -6px 0 0 1px;
    }
    .mce-menu-sub-bl-br {
        margin: 6px 0 0 1px;
    }
    .mce-rtl .mce-menu-item .mce-ico {
        padding-right: 0;
        padding-left: 4px;
    }
    .mce-rtl.mce-menu-align .mce-caret,
    .mce-rtl .mce-menu-shortcut {
        right: auto;
        left: 0;
    }
    .mce-listbox button {
        text-align: left;
        padding-right: 20px;
        position: relative;
    }
    .mce-listbox .mce-caret {
        position: absolute;
        margin-top: -2px;
        right: 8px;
        top: 50%;
    }
    .mce-rtl .mce-listbox .mce-caret {
        right: auto;
        left: 8px;
    }
    .mce-rtl .mce-listbox button {
        padding-right: 10px;
        padding-left: 20px;
    }
    .mce-container-body .mce-resizehandle {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 16px;
        height: 16px;
        visibility: visible;
        cursor: s-resize;
        margin: 0;
    }
    .mce-container-body .mce-resizehandle-both {
        cursor: se-resize;
    }
    i.mce-i-resize {
        color: #595959;
    }
    .mce-selectbox {
        background: #fff;
        border: 1px solid #c5c5c5;
    }
    .mce-slider {
        border: 1px solid #c5c5c5;
        background: #fff;
        width: 100px;
        height: 10px;
        position: relative;
        display: block;
    }
    .mce-slider.mce-vertical {
        width: 10px;
        height: 100px;
    }
    .mce-slider-handle {
        border: 1px solid #c5c5c5;
        background: #e6e6e6;
        display: block;
        width: 13px;
        height: 13px;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -1px;
        margin-top: -2px;
    }
    .mce-slider-handle:focus {
        border-color: #2276d2;
    }
    .mce-spacer {
        visibility: hidden;
    }
    .mce-splitbtn:hover .mce-open {
        border-left: 1px solid #e2e4e7;
    }
    .mce-splitbtn .mce-open {
        border-left: 1px solid transparent;
        padding-right: 4px;
        padding-left: 4px;
    }
    .mce-splitbtn .mce-open:focus {
        border-left: 1px solid #e2e4e7;
    }
    .mce-splitbtn .mce-open:hover,
    .mce-splitbtn .mce-open:active {
        border-left: 1px solid #e2e4e7;
    }
    .mce-splitbtn.mce-active:hover .mce-open {
        border-left: 1px solid white;
    }
    .mce-splitbtn.mce-opened {
        border-color: #e2e4e7;
    }
    .mce-splitbtn.mce-btn-small .mce-open {
        padding: 0 3px 0 3px;
    }
    .mce-rtl .mce-splitbtn {
        direction: rtl;
        text-align: right;
    }
    .mce-rtl .mce-splitbtn button {
        padding-right: 4px;
        padding-left: 4px;
    }
    .mce-rtl .mce-splitbtn .mce-open {
        border-left: 0;
    }
    .mce-stack-layout-item {
        display: block;
    }
    .mce-tabs {
        display: block;
        border-bottom: 1px solid #c5c5c5;
    }
    .mce-tabs,
    .mce-tabs+.mce-container-body {
        background: #fff;
    }
    .mce-tab {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border: 1px solid #c5c5c5;
        border-width: 0 1px 0 0;
        background: #fff;
        padding: 8px 15px;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        height: 13px;
        cursor: pointer;
    }
    .mce-tab:hover {
        background: #fdfdfd;
    }
    .mce-tab.mce-active {
        background: #fdfdfd;
        border-bottom-color: transparent;
        margin-bottom: -1px;
        height: 14px;
    }
    .mce-tab:focus {
        color: #2276d2;
    }
    .mce-rtl .mce-tabs {
        text-align: right;
        direction: rtl;
    }
    .mce-rtl .mce-tab {
        border-width: 0 0 0 1px;
    }
    .mce-textbox {
        background: #fff;
        border: 1px solid #c5c5c5;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: inline-block;
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        height: 28px;
        resize: none;
        padding: 0 4px 0 4px;
        white-space: pre-wrap;
        *white-space: pre;
        color: #595959;
    }
    .mce-textbox:focus,
    .mce-textbox.mce-focus {
        border-color: #2276d2;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .mce-placeholder .mce-textbox {
        color: #aaa;
    }
    .mce-textbox.mce-multiline {
        padding: 4px;
        height: auto;
    }
    .mce-textbox.mce-disabled {
        color: #bdbdbd;
    }
    .mce-rtl .mce-textbox {
        text-align: right;
        direction: rtl;
    }
    .mce-dropzone {
        border: 3px dashed gray;
        text-align: center;
    }
    .mce-dropzone span {
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
    }
    .mce-dropzone:after {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .mce-dropzone.mce-disabled {
        opacity: 0.4;
        filter: alpha(opacity=40);
        zoom: 1;
    }
    .mce-dropzone.mce-disabled.mce-dragenter {
        cursor: not-allowed;
    }
    .mce-browsebutton {
        position: relative;
        overflow: hidden;
    }
    .mce-browsebutton button {
        position: relative;
        z-index: 1;
    }
    .mce-browsebutton input {
        opacity: 0;
        filter: alpha(opacity=0);
        zoom: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    @font-face {
        font-family: "tinymce";
        src: url("fonts/tinymce.eot");
        src: url("fonts/tinymce.eot?#iefix") format("embedded-opentype"), url("fonts/tinymce.woff") format("woff"), url("fonts/tinymce.ttf") format("truetype"), url("fonts/tinymce.svg#tinymce") format("svg");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: "tinymce-small";
        src: url("fonts/tinymce-small.eot");
        src: url("fonts/tinymce-small.eot?#iefix") format("embedded-opentype"), url("fonts/tinymce-small.woff") format("woff"), url("fonts/tinymce-small.ttf") format("truetype"), url("fonts/tinymce-small.svg#tinymce") format("svg");
        font-weight: normal;
        font-style: normal;
    }
    .mce-ico {
        font-family: "tinymce", Arial;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-size: 16px;
        line-height: 16px;
        speak: none;
        vertical-align: text-top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        background: transparent center center;
        background-size: cover;
        width: 16px;
        height: 16px;
        color: #595959;
    }
    .mce-btn-small .mce-ico {
        font-family: "tinymce-small", Arial;
    }
    .mce-i-save:before {
        content: "\e000";
    }
    .mce-i-newdocument:before {
        content: "\e001";
    }
    .mce-i-fullpage:before {
        content: "\e002";
    }
    .mce-i-alignleft:before {
        content: "\e003";
    }
    .mce-i-aligncenter:before {
        content: "\e004";
    }
    .mce-i-alignright:before {
        content: "\e005";
    }
    .mce-i-alignjustify:before {
        content: "\e006";
    }
    .mce-i-alignnone:before {
        content: "\e003";
    }
    .mce-i-cut:before {
        content: "\e007";
    }
    .mce-i-paste:before {
        content: "\e008";
    }
    .mce-i-searchreplace:before {
        content: "\e009";
    }
    .mce-i-bullist:before {
        content: "\e00a";
    }
    .mce-i-numlist:before {
        content: "\e00b";
    }
    .mce-i-indent:before {
        content: "\e00c";
    }
    .mce-i-outdent:before {
        content: "\e00d";
    }
    .mce-i-blockquote:before {
        content: "\e00e";
    }
    .mce-i-undo:before {
        content: "\e00f";
    }
    .mce-i-redo:before {
        content: "\e010";
    }
    .mce-i-link:before {
        content: "\e011";
    }
    .mce-i-unlink:before {
        content: "\e012";
    }
    .mce-i-anchor:before {
        content: "\e013";
    }
    .mce-i-image:before {
        content: "\e014";
    }
    .mce-i-media:before {
        content: "\e015";
    }
    .mce-i-help:before {
        content: "\e016";
    }
    .mce-i-code:before {
        content: "\e017";
    }
    .mce-i-insertdatetime:before {
        content: "\e018";
    }
    .mce-i-preview:before {
        content: "\e019";
    }
    .mce-i-forecolor:before {
        content: "\e01a";
    }
    .mce-i-backcolor:before {
        content: "\e01a";
    }
    .mce-i-table:before {
        content: "\e01b";
    }
    .mce-i-hr:before {
        content: "\e01c";
    }
    .mce-i-removeformat:before {
        content: "\e01d";
    }
    .mce-i-subscript:before {
        content: "\e01e";
    }
    .mce-i-superscript:before {
        content: "\e01f";
    }
    .mce-i-charmap:before {
        content: "\e020";
    }
    .mce-i-emoticons:before {
        content: "\e021";
    }
    .mce-i-print:before {
        content: "\e022";
    }
    .mce-i-fullscreen:before {
        content: "\e023";
    }
    .mce-i-spellchecker:before {
        content: "\e024";
    }
    .mce-i-nonbreaking:before {
        content: "\e025";
    }
    .mce-i-template:before {
        content: "\e026";
    }
    .mce-i-pagebreak:before {
        content: "\e027";
    }
    .mce-i-restoredraft:before {
        content: "\e028";
    }
    .mce-i-bold:before {
        content: "\e02a";
    }
    .mce-i-italic:before {
        content: "\e02b";
    }
    .mce-i-underline:before {
        content: "\e02c";
    }
    .mce-i-strikethrough:before {
        content: "\e02d";
    }
    .mce-i-visualchars:before {
        content: "\e02e";
    }
    .mce-i-visualblocks:before {
        content: "\e02e";
    }
    .mce-i-ltr:before {
        content: "\e02f";
    }
    .mce-i-rtl:before {
        content: "\e030";
    }
    .mce-i-copy:before {
        content: "\e031";
    }
    .mce-i-resize:before {
        content: "\e032";
    }
    .mce-i-browse:before {
        content: "\e034";
    }
    .mce-i-pastetext:before {
        content: "\e035";
    }
    .mce-i-rotateleft:before {
        content: "\eaa8";
    }
    .mce-i-rotateright:before {
        content: "\eaa9";
    }
    .mce-i-crop:before {
        content: "\ee78";
    }
    .mce-i-editimage:before {
        content: "\e915";
    }
    .mce-i-options:before {
        content: "\ec6a";
    }
    .mce-i-flipv:before {
        content: "\eaaa";
    }
    .mce-i-fliph:before {
        content: "\eaac";
    }
    .mce-i-zoomin:before {
        content: "\eb35";
    }
    .mce-i-zoomout:before {
        content: "\eb36";
    }
    .mce-i-sun:before {
        content: "\eccc";
    }
    .mce-i-moon:before {
        content: "\eccd";
    }
    .mce-i-arrowleft:before {
        content: "\edc0";
    }
    .mce-i-arrowright:before {
        content: "\e93c";
    }
    .mce-i-drop:before {
        content: "\e935";
    }
    .mce-i-contrast:before {
        content: "\ecd4";
    }
    .mce-i-sharpen:before {
        content: "\eba7";
    }
    .mce-i-resize2:before {
        content: "\edf9";
    }
    .mce-i-orientation:before {
        content: "\e601";
    }
    .mce-i-invert:before {
        content: "\e602";
    }
    .mce-i-gamma:before {
        content: "\e600";
    }
    .mce-i-remove:before {
        content: "\ed6a";
    }
    .mce-i-tablerowprops:before {
        content: "\e604";
    }
    .mce-i-tablecellprops:before {
        content: "\e605";
    }
    .mce-i-table2:before {
        content: "\e606";
    }
    .mce-i-tablemergecells:before {
        content: "\e607";
    }
    .mce-i-tableinsertcolbefore:before {
        content: "\e608";
    }
    .mce-i-tableinsertcolafter:before {
        content: "\e609";
    }
    .mce-i-tableinsertrowbefore:before {
        content: "\e60a";
    }
    .mce-i-tableinsertrowafter:before {
        content: "\e60b";
    }
    .mce-i-tablesplitcells:before {
        content: "\e60d";
    }
    .mce-i-tabledelete:before {
        content: "\e60e";
    }
    .mce-i-tableleftheader:before {
        content: "\e62a";
    }
    .mce-i-tabletopheader:before {
        content: "\e62b";
    }
    .mce-i-tabledeleterow:before {
        content: "\e800";
    }
    .mce-i-tabledeletecol:before {
        content: "\e801";
    }
    .mce-i-codesample:before {
        content: "\e603";
    }
    .mce-i-fill:before {
        content: "\e902";
    }
    .mce-i-borderwidth:before {
        content: "\e903";
    }
    .mce-i-line:before {
        content: "\e904";
    }
    .mce-i-count:before {
        content: "\e905";
    }
    .mce-i-translate:before {
        content: "\e907";
    }
    .mce-i-drag:before {
        content: "\e908";
    }
    .mce-i-home:before {
        content: "\e90b";
    }
    .mce-i-upload:before {
        content: "\e914";
    }
    .mce-i-bubble:before {
        content: "\e91c";
    }
    .mce-i-user:before {
        content: "\e91d";
    }
    .mce-i-lock:before {
        content: "\e926";
    }
    .mce-i-unlock:before {
        content: "\e927";
    }
    .mce-i-settings:before {
        content: "\e928";
    }
    .mce-i-remove2:before {
        content: "\e92a";
    }
    .mce-i-menu:before {
        content: "\e92d";
    }
    .mce-i-warning:before {
        content: "\e930";
    }
    .mce-i-question:before {
        content: "\e931";
    }
    .mce-i-pluscircle:before {
        content: "\e932";
    }
    .mce-i-info:before {
        content: "\e933";
    }
    .mce-i-notice:before {
        content: "\e934";
    }
    .mce-i-arrowup:before {
        content: "\e93b";
    }
    .mce-i-arrowdown:before {
        content: "\e93d";
    }
    .mce-i-arrowup2:before {
        content: "\e93f";
    }
    .mce-i-arrowdown2:before {
        content: "\e940";
    }
    .mce-i-menu2:before {
        content: "\e941";
    }
    .mce-i-newtab:before {
        content: "\e961";
    }
    .mce-i-a11y:before {
        content: "\e900";
    }
    .mce-i-plus:before {
        content: "\e93a";
    }
    .mce-i-insert:before {
        content: "\e93a";
    }
    .mce-i-minus:before {
        content: "\e939";
    }
    .mce-i-books:before {
        content: "\e911";
    }
    .mce-i-reload:before {
        content: "\e906";
    }
    .mce-i-toc:before {
        content: "\e901";
    }
    .mce-i-checkmark:before {
        content: "\e033";
    }
    .mce-i-checkbox:before,
    .mce-i-selected:before {
        content: "\e033";
    }
    .mce-i-insert {
        font-size: 14px;
    }
    .mce-i-selected {
        visibility: hidden;
    }
    i.mce-i-backcolor {
        text-shadow: none;
        background: #bbb;
    }
    /*# sourceMappingURL=skin.min.css.map */
    .inputs {
        width: 100% !important;
    }
    .input-especial {
        right: 16px;
        width: 100% !important;
    }
    div#tituloGridLogin h1 {
        width: 94%;
        height: 6px;
        margin: 10% auto;
        padding: 0px;
        font-size: 21px;
        color: #7e7e7e;
        position: relative;
        text-align: center;
        font-weight: 400;
    }
}

@media screen and (max-width: 788px) {
    .container-menu .menu li {
        display: block;
        border-bottom: 1px solid #fff;
    }
    .col-sm-12 {
        width: 100%;
    }
    .margin-top-buttom {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .formatacao {
        text-align: left !important;
    }
    .url-responsivo {
        width: 100% !important;
    }
    .sessao-texto {
        width: 100% !important;
    }
    .alerta {
        background: #f00;
        width: 100px;
        height: 15px;
        cursor: pointer;
        position: absolute;
        left: 116px;
    }
}

@media (min-width:1300px) and (max-width:1600px) {
    .tabela-responsiva-suporte {
        margin-left: 8%!important;
    }
}

@media (min-width:1600px) {
    .tabela-responsiva-suporte {
        margin-left: 17%!important;
    }
}

.button-cotacao {
    margin-top: 20px;
}

.item {
    float: left;
    margin-right: 3px;
}

.buscar-btn {
    width: 50px;
    height: 38px;
    background-color: #006064;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    font-size: 17px;
}

.editar_btn {
    width: 40px;
    height: 30px;
    background-color: #999;
    color: #fff;
    border: 0px;
    border-radius: 5px;
}

.btn_link {
    font-size: 10px;
    background-color: #006064;
    padding: 8px 9px;
    color: #fff !important;
    border-radius: 5px;
    margin: 0px;
}

.btn_download {
    /* font-size: 14px; */
    background-color: #006064;
    padding: 6px 5px;
    color: #fff !important;
    border-radius: 5px;
    margin: 0px;
}

.btn_remove {
    /* font-size: 14px; */
    background-color: #006064;
    padding: 6px 9px;
    color: #fff !important;
    border-radius: 5px;
    margin: 0px;
}

.margin-top-buttom {
    margin-bottom: 20px;
    margin-top: 20px;
}

.formatacao {
    text-align: right;
    font-size: 12px;
    font-family: Roboto, Verdana, Geneva, sans-serif;
    color: #444;
    margin-top: 10px;
}

.aparece-responsivo {
    display: none;
    margin: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.empresa-responsivo {
    width: 65%;
    float: left;
}

.valor-responsivo {
    float: right;
    width: 35%;
    text-align: right;
}

.texto-responsivo {
    width: 100%;
    margin-top: 5px;
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
}

.status-responsivo {
    float: left;
    width: 33%;
}

.data-responsivo {
    float: left;
    width: 34%;
}

.tipo-responsivo {
    float: right;
    width: 33%;
    text-align: right;
}

.form-date-certo {
    height: 39px !important;
}

.tamanho-form-input {
    width: 150px;
}

.formatacao-imagem-ajax {
    height: 270px;
}

@media (min-width:1200px) and (max-width:1500px) {
    .td-btn-creitar-estoque {
        margin-left: -102%;
        display: flex;
        position: initial;
    }
}

@media (min-width:1500px) and (max-width:1920px) {
    .td-btn-creitar-estoque {
        margin-left: -102%;
        display: flex;
        position: initial;
    }
}

@media (min-width:1920px) {
    .td-btn-creitar-estoque {
        margin-left: -78%;
        display: flex;
        position: initial;
    }
}

.tamanho-fixo {
    padding-right: 180px;
    padding-left: 90px;
}

.formatacao-imagem-ajax img {
    margin-bottom: -15px;
    height: 100px;
    width: 184px;
    border: #bdbaba 1px solid;
    box-shadow: 0px 0px 0.5em #666;
    -webkit-box-shadow: 0px 0px 0.5em #666;
    -moz-box-shadow: 0px 0px 0.5em #666;
    border-radius: 2px;
}

.formatacao-imagem-ajax h1 {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: bold;
    text-align: center;
}

.formatacao-imagem-ajax p {
    font-size: 12px;
    font-family: "Roboto";
    /* font-weight: 100; */
    text-align: center;
    overflow: hidden;
    height: 68px;
}

.listagemImagens {
    height: auto;
    max-height: 500px;
    overflow: auto;
}

.ui-helper-hidden-accessible {
    display: none;
}

.formatacaoMobile {
    display: inline-block;
    float: left;
    margin-left: 12px;
    white-space: normal;
    width: 100%;
    text-align: left;
}

button.j_id_conteudo_midia {
    background-color: #006064;
    color: #fff;
    border: 0px;
    padding: 6px 15px;
    margin-left: 50px;
}

.col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

td.sorttable_nosort:hover {
    background-color: white !important;
    cursor: default !important;
}

tr.sort td:hover {
    background-color: #ccc;
    cursor: pointer;
}


/*Estilo Calendario Diario*/

table.diar {
    border-collapse: collapse;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
}

tbody.diar {
    display: block;
}

thead.diar {
    display: block;
}

tbody.diar {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 90%;
}

td.diar {
    min-width: 150px;
    height: 90px;
    border: solid 1px #dcdcdc;
}

td.diar2 {
    min-width: 150px;
    height: 90px;
    border: solid 1px #dcdcdc;
}

th.diar2 {
    min-width: 150px;
    border: solid 1px #dcdcdc;
    background: #d0d2d0;
}

@media (max-width:769px) {
    .carousel-responsivo {
        overflow: auto!important;
        width: 300px!important;
        margin-left: 5px!important;
        margin-top: 17px!important;
        margin-bottom: 17px!important;
    }
    .item {
        display: none;
    }
    .itemMes {
        display: inline-flex;
        margin-left: 20%;
    }
}

@media (min-width:800px) {
    .itemMes {
        display: inline-flex;
        margin-left: -15%;
    }
}

th.diar {
    min-width: 150px;
    border: solid 1px #dcdcdc;
    background: #d0d2d0;
}

div.diar {
    max-width: 120px;
    background: #66cdaa;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

@media (min-width: 1800px) and (max-width: 5000px) {
    tbody.diar {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
    }
    td.diar {
        min-width: 200px;
        height: 90px;
        border: solid 1px #dcdcdc;
    }
    td.diar2 {
        min-width: 200px;
        height: 90px;
        border: solid 1px #dcdcdc;
    }
    th.diar2 {
        min-width: 200px;
        border: solid 1px #dcdcdc;
        background: #d0d2d0;
    }
    th.diar {
        min-width: 200px;
        border: solid 1px #dcdcdc;
        background: #d0d2d0;
    }
    div.diar {
        max-width: 170px;
        background: #66cdaa;
        border-radius: 10px;
        padding: 5px;
        margin: 5px;
        cursor: pointer;
    }
}

cursor: pointer;

}

}
max-width: 170px;
background: #66cdaa;
border-radius: 10px;
padding: 5px;
margin: 5px;
cursor: pointer;

}

}