@charset "UTF-8";
#box-modal-midia {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none; }
  #box-modal-midia .align-overlay-element {
    background-color: rgba(254,190,91, 0.6);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
  #box-modal-midia .container-modal-midia {
    background-color: #fff;
    width: 100%;
    max-width: 1100px;
    display: block;
    padding: 20px;
    overflow: hidden;
    display: none; }
    #box-modal-midia .container-modal-midia #header-midia {
      width: 100%;
      float: left;
      padding-bottom: 20px;
      overflow: hidden; }
      #box-modal-midia .container-modal-midia #header-midia strong {
        float: left;
        padding-top: 3px;
        font-size: 25px;
        font-weight: bold;
        color: #0c508a; }
      #box-modal-midia .container-modal-midia #header-midia a {
        background-color: #900;
        float: right;
        width: 35px;
        height: 35px;
        text-align: center;
        padding-top: 5px;
        border-radius: 50%;
        font-size: 17px;
        color: #fff; }
    #box-modal-midia .container-modal-midia #esquerda {
      width: 60%;
      float: left;
      overflow: hidden; }
      #box-modal-midia .container-modal-midia #esquerda #box-files {
        background-color: #eee;
        width: 100%;
        height: 450px;
        float: left;
        padding: 10px;
        overflow: auto; }
        #box-modal-midia .container-modal-midia #esquerda #box-files::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          border-radius: 10px;
          background-color: #F5F5F5; }
        #box-modal-midia .container-modal-midia #esquerda #box-files::-webkit-scrollbar {
          width: 12px;
          background-color: #F5F5F5; }
        #box-modal-midia .container-modal-midia #esquerda #box-files::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          background-color: #555; }
        #box-modal-midia .container-modal-midia #esquerda #box-files .grid-foto {
          background-color: #333;
          width: calc(25% - 10px);
          margin: 5px;
          float: left;
          overflow: hidden; }
          #box-modal-midia .container-modal-midia #esquerda #box-files .grid-foto .img {
            background-size: cover;
            background-position: center;
            width: 100%;
            padding-bottom: 60%;
            float: left;
            overflow: hidden; }
            #box-modal-midia .container-modal-midia #esquerda #box-files .grid-foto .img:hover {
              opacity: 0.6; }
          #box-modal-midia .container-modal-midia #esquerda #box-files .grid-foto .links {
            float: right;
            z-index: 99;
            margin-right: 4px;
            margin-top: -40px; }
            #box-modal-midia .container-modal-midia #esquerda #box-files .grid-foto .links div a {
              background-color: rgba(0, 0, 0, 0.5);
              color: #fff;
              font-size: 18px;
              float: left;
              padding: 3px 7px;
              margin-left: 3px;
              margin-top: 5px; }
    #box-modal-midia .container-modal-midia #direita {
      width: 40%;
      float: left;
      padding-left: 20px;
      overflow: hidden; }

.flex-display-alinha-centro {
  display: flex !important;
  flex-direction: column;
  justify-content: center; }

.image-editor {
  width: 100%;
  float: left; }
  @media screen and (max-width: 767px) {
    .image-editor .input-creditos-img {
      padding-top: 1em; } }
  .image-editor .box-container-img {
    background-color: #ddd;
    width: 100%;
    height: 500px;
    float: left;
    overflow: hidden; }
    .image-editor .box-container-img.flex-custom-position {
      display: flex;
      justify-content: center;
      align-items: center; }
  .image-editor .container-img {
    background-color: #ddd;
    overflow: hidden; }
  .image-editor .cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border-radius: 3px;
    width: 100%;
    height: 250px; }
  .image-editor .cropit-preview-image-container {
    cursor: move; }
  .image-editor .linha-botoes {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 922px) {
      .image-editor .linha-botoes {
        flex-wrap: wrap; } }
    .image-editor .linha-botoes > * {
      margin-right: 20px; }
    .image-editor .linha-botoes .input-creditos {
      align-self: stretch;
      border: 1px solid lightgray;
      width: 100%;
      padding-left: 10px; }
      .image-editor .linha-botoes .input-creditos::placeholder {
        color: #B4B4B4; }
    .image-editor .linha-botoes button {
      margin: 0;
      text-transform: uppercase;
      background: #e6e6e6;
      border: 1px solid transparent;
      padding: 10px 25px 10px 25px;
      font-weight: bold; }
    .image-editor .linha-botoes .trocar-img {
      white-space: nowrap; }
    .image-editor .linha-botoes .btn-ativo {
      background: #2377B8;
      color: white; }
    .image-editor .linha-botoes .btn-inativo {
      background: white;
      color: lightgray; }
    .image-editor .linha-botoes .fechar-editor {
      background: white;
      font-size: 1.5em; }
  .image-editor .image-size-label {
    margin-top: 10px; }
  .image-editor .linha-controles {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 922px) {
      .image-editor .linha-controles {
        justify-content: center; } }
    .image-editor .linha-controles .envelope-botoes {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 922px) {
        .image-editor .linha-controles .envelope-botoes {
          justify-content: center; } }
      .image-editor .linha-controles .envelope-botoes > * {
        margin-right: 20px; }
        @media screen and (max-width: 922px) {
          .image-editor .linha-controles .envelope-botoes > * {
            margin-right: 0; } }
      .image-editor .linha-controles .envelope-botoes button {
        padding: 10px 25px 10px 25px; }
      .image-editor .linha-controles .envelope-botoes .cropit-image-zoom-input {
        min-width: 200px; }
      .image-editor .linha-controles .envelope-botoes .zoom-desabilitado::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        background: lightgray !important;
        cursor: pointer;
        margin-top: -10px;
        display: none; }
      .image-editor .linha-controles .envelope-botoes input[type=range] {
        -webkit-appearance: none;
        /* Esconde o estilo padrão */
        background: transparent;
        /* normalmente este atributo é branco */ }
        .image-editor .linha-controles .envelope-botoes input[type=range]::-webkit-slider-thumb {
          -webkit-appearance: none; }
        .image-editor .linha-controles .envelope-botoes input[type=range]:focus {
          outline: none;
          /* Remove a borda azul. */ }
        .image-editor .linha-controles .envelope-botoes input[type=range]::-webkit-slider-thumb {
          -webkit-appearance: none;
          height: 25px;
          width: 25px;
          border-radius: 100%;
          background: lightgray;
          cursor: pointer;
          margin-top: -10px; }
        .image-editor .linha-controles .envelope-botoes input[type=range]::-webkit-slider-runnable-track {
          width: 100%;
          height: 4px;
          cursor: pointer;
          background: lightgray;
          border-radius: 0px; }
    .image-editor .linha-controles .export {
      align-self: flex-end;
      height: 55px;
      text-transform: uppercase;
      background: #1AB394;
      color: white;
      margin-bottom: 10px;
      padding: 10px 25px 10px 25px; }
    .image-editor .linha-controles button {
      margin: 0;
      background: #e6e6e6;
      border: 1px solid transparent;
      font-weight: bold; }
    .image-editor .linha-controles .envelope-botoes .row-rotulo {
      flex-direction: column; }
      .image-editor .linha-controles .envelope-botoes .row-rotulo .rotulo {
        text-transform: uppercase;
        text-align: center; }
      .image-editor .linha-controles .envelope-botoes .row-rotulo .linha-botoes {
        display: flex;
        justify-content: space-between; }
      .image-editor .linha-controles .envelope-botoes .row-rotulo .linha-range {
        height: 65px;
        padding: 10px;
        padding-top: 30px; }
    .image-editor .linha-controles .envelope-botoes button {
      background: #AA4B4B;
      color: white;
      font-size: 1.2em; }
  .image-editor input, .image-editor .export {
    display: block; }
  .image-editor button {
    margin-top: 10px; }

/*# sourceMappingURL=biblioteca_midia.css.map */
