
/*CSS PERSONALIZADO*/
/*VARIABLES*/
:root {
    --font-small: 0.875em;
    --font-normal: 1em;
    --font-medium: 1.2em;
    --font-large: 1.4em;
    --font-max: 2em;

    --color-default: #555555;
    --color-green: #36BA9B;
    --color-blue: #39AED9;
    --color-yellow: #F5B946;
    --color-red: #D94352;

    --weight-light: 300;
    --weight-normal: 400;
    --weight-bold: 700;
    --weight-black: 900;

    --hover-color-green: #61DDBC;
    --hover-color-blue: #66D4F1;
     --hover-color-blue-custom: #0062cc;
     --hover-color-green-custom: #108e67;
    --hover-color-yellow: #FCD277;
    --hover-color-red: #F76C82;
    --hover-duration: 0.3s;

    --gradient-green: linear-gradient(to right, #42E695 0%, #3BB2B8 50%, #42E695 100%);
    --gradient-blue: linear-gradient(to right, #17EAD9 0%, #6078EA 50%, #17EAD9 100%);
    --gradient-red: linear-gradient(to right, #622744 0%, #C53364 50%, #622744 100%);
    --gradient-yellow: linear-gradient(to right, #FCE38A 0%, #F38181 50%, #FCE38A 100%);

    --radius-normal: 5px;
    --radius-medium: 10px;
    --radius-large: 20px;
    --radius-round: 50%;

    --index-back: -1;
    --index-fold: 2;
    --index-menu: 3;
    --index-modal: 4;
}

/*FONTS E ICONES*/
@font-face {
    font-family: "fsphp";
    src:url("fonts/fsphp.eot");
    src:url("fonts/fsphp.eot?#iefix") format("embedded-opentype"),
        url("fonts/fsphp.woff") format("woff"),
        url("fonts/fsphp.ttf") format("truetype"),
        url("fonts/fsphp.svg#fsphp") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "fsphp" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fsphp" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-coffee:before {
    content: "\e000";
}
.icon-facebook:before {
    content: "\e001";
}
.icon-twitter:before {
    content: "\e002";
}
.icon-instagram:before {
    content: "\e003";
}
.icon-youtube:before {
    content: "\e004";
}
.icon-phone:before {
    content: "\e005";
}
.icon-envelope:before {
    content: "\e006";
}
.icon-map-marker:before {
    content: "\e007";
}
.icon-menu:before {
    content: "\e008";
}
.icon-error:before {
    content: "\e009";
}
.icon-check-square-o:before {
    content: "\e00a";
}
.icon-sign-in:before {
    content: "\e00b";
}
.icon-sign-out:before {
    content: "\e00c";
}
.icon-clock-o:before {
    content: "\e00d";
}
.icon-heartbeat:before {
    content: "\e00e";
}
.icon-bar-chart:before {
    content: "\e00f";
}
.icon-suitcase:before {
    content: "\e010";
}
.icon-play-circle-o:before {
    content: "\e011";
}
.icon-link-broken:before {
    content: "\e012";
}
.icon-link:before {
    content: "\e013";
}
.icon-check:before {
    content: "\e014";
}
.icon-graduation-cap:before {
    content: "\e015";
}
.icon-life-ring:before {
    content: "\e016";
}
.icon-leanpub:before {
    content: "\e017";
}
.icon-plus:before {
    content: "\e018";
}
.icon-minus:before {
    content: "\e019";
}
.icon-search:before {
    content: "\e01a";
}
.icon-unlock-alt:before {
    content: "\e01b";
}
.icon-user:before {
    content: "\e01c";
}
.icon-user-plus:before {
    content: "\e01d";
}
.icon-warning:before {
    content: "\e01e";
}
.icon-info:before {
    content: "\e01f";
}
.icon-home:before {
    content: "\e020";
}
.icon-calendar-check-o:before {
    content: "\e021";
}
.icon-calendar-minus-o:before {
    content: "\e022";
}
.icon-calendar:before {
    content: "\e023";
}
.icon-cog:before {
    content: "\e024";
}
.icon-heart:before {
    content: "\e025";
}
.icon-heart-o:before {
    content: "\e026";
}
.icon-bell-o:before {
    content: "\e027";
}
.icon-bell:before {
    content: "\e028";
}
.icon-bell-slash:before {
    content: "\e029";
}
.icon-bell-slash-o:before {
    content: "\e02a";
}
.icon-trophy:before {
    content: "\e02b";
}
.icon-th-list:before {
    content: "\e02c";
}
.icon-star:before {
    content: "\e02d";
}
.icon-star-o:before {
    content: "\e02e";
}
.icon-star-half-o:before {
    content: "\e02f";
}
.icon-signal:before {
    content: "\e030";
}
.icon-print:before {
    content: "\e031";
}
.icon-pencil-square-o:before {
    content: "\e032";
}
.icon-paper-plane:before {
    content: "\e033";
}
.icon-paper-plane-o:before {
    content: "\e034";
}
.icon-money:before {
    content: "\e035";
}
.icon-gift:before {
    content: "\e036";
}
.icon-flask:before {
    content: "\e037";
}
.icon-flag:before {
    content: "\e038";
}
.icon-credit-card:before {
    content: "\e039";
}
.icon-comments:before {
    content: "\e03a";
}
.icon-comments-o:before {
    content: "\e03b";
}
.icon-bullhorn:before {
    content: "\e03c";
}
.icon-align-justify:before {
    content: "\e03d";
}
.icon-briefcase:before {
    content: "\e03e";
}
.icon-filter:before {
    content: "\e03f";
}
.icon-plus-circle:before {
    content: "\e040";
}
.icon-ban:before {
    content: "\e041";
}
.icon-minus-circle:before {
    content: "\e042";
}
.icon-times-circle:before {
    content: "\e043";
}
.icon-angle-down:before {
    content: "\e044";
}
.icon-thumbs-o-down:before {
    content: "\e045";
}
.icon-thumbs-o-up:before {
    content: "\e046";
}
.icon-thumb-tack:before {
    content: "\e047";
}
.icon-random:before {
    content: "\e048";
}
.icon-exchange:before {
    content: "\e049";
}
.icon-square-o:before {
    content: "\e04a";
}

/* Customização das classes do framework padrão */
.my-title {
    font-size: 18px;
}

.uppercase {
    text-transform: uppercase;
}

/* shadow modal */
.ls-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: auto;
    overflow-y: scroll;
    z-index: 16;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
}

.custom-title {
    font-size: 18px;
}

.custom-color {
    font-size: 20px;
    color: #254fa2;
}

textarea:focus,
input:focus,
select:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.ls-topbar .ls-brand-name {
    font-size: 16px;
}

/* list icons */
.list-icons li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    height: 110px;
    width: 110px;
    margin-bottom: 5px;
    padding: 20px 10px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.03);
    cursor: default;
    color: rgba(0, 0, 0, 0.5)
}

.list-icons li:hover {
    color: black;
    background-color: rgba(0, 0, 0, 0.08);
    font-weight: bold;
}

.list-icons li span:before {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}

.list-icons li {
    cursor: pointer;
}

img.acende {
    opacity: 1.0; -moz-opacity: 1.0; Filter: Alpha(Opacity=90)
}

img.acende:hover {
    opacity: 0.6; -moz-opacity: 0.6; Filter: Alpha(Opacity=100)
}


/*MENSAGENS*/
.message {
    color: #ffffff;
    font-size: var(--font-normal);
    font-weight: var(--weight-strong);

    display: block;
    width: 100%;
    padding: 20px;
    border: 2px solid #cccccc;
    margin-bottom: var(--area-box);

    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);
}

.message.success {
    --color: var(--color-green);
    color: var(--color);
    border-color: var(--color);
}

.message.info {
    --color: var(--color-blue);
    color: var(--color);
    border-color: var(--color);
}

.message.warning {
    --color: var(--color-yellow);
    color: var(--color);
    border-color: var(--color);
}

.message.error {
    --color: var(--color-red);
    color: var(--color);
    border-color: var(--color);
}

/* PAGINATOR */
.paginator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.paginator a, .paginator span {
    display: inline-block;
    padding: 5px 16px;
    border: 1px solid #cccccc;
    color: #6c757d;
    background-color: #fff;
    text-decoration: none;
    transition-duration: 0.2s;
}

.paginator a:hover {
    background-size: 200%;
    background-color: #e9ecef;
    border: 1px solid #cccccc;
    color: #343a40;
}

.paginator span {
     background: #3b7ddd;
     border-color: #3b7ddd;
     color: #fbfbfb;
}

/*AJAX RESPONSES MESSAGES*/
.ajax_response {
    width: 97%;
}

.ajax_response {
    position: fixed;
    padding: 80px 20px 0 0;
    z-index: 998;
    top: 0;
    right: 2px;
    width: 300px;
    max-width: 100%;
}

.ajax_response .message {
    color: #ffffff;
    font-size: var(--font-min);
    font-weight: var(--weight-normal);
    overflow: hidden;
    border: none;

    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 20px 15px;
    background: #333333;
    margin-bottom: 15px;
    position: relative;

    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);

    cursor: pointer;
}

.ajax_response .message:before {
    flex-basis: 0;
    margin: -5px 15px 0 0 !important;
    font-size: calc(var(--font-max) * 1.2);
    color: rgba(0, 0, 0, 0.5);
}

.ajax_response .message_time {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4%;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.ajax_response .message.success {
    background: var(--color-green);
}

.ajax_response .message.info {
    background: var(--color-blue);
}

.ajax_response .message.warning {
    background: var(--color-yellow);
}

.ajax_response .message.error {
    background: var(--color-red);
}

/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: calc(var(--index-modal) * 2);
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: var(--weight-bold);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid var(--hover-color-blue-custom);
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*APP*/
.app {
    --area-small: 10px;
    --area-normal: calc(var(--area-small) * 2);
    --area-box: calc(var(--area-small) * 3);

    width: 90%;
    max-width: 1200px;
    padding: 5% 0;
    margin: 0 auto;
}

.app_formbox_photo {
    display: flex;
    align-items: center;
    margin-bottom: var(--area-box);
    margin-left: -15px;
    margin-bottom: 20px;
}

.app_formbox_photo .thumb {
    width: 80px;
    height: 80px;
    border: 2px solid #CCCCCC;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.app_formbox_photo .thumb_no_border {
    width: 80px;
    height: 80px;
    /* border: 2px solid #CCCCCC; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.app_formbox_photo div {
    width: calc(100% - 120px);
    padding-left: var(--area-box);
}

.rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.thumb {
    margin-left: 10px;
}

.thumb_no_border {
    margin-left: 10px;
}

.app_form input {
    font-size: 0.8em;
    color: #888888;
    margin-left: 30px;
    border: 1px solid #cccccc;
    display: block;
    background: none;
    width: 100%;
    padding: 10px;
}


.ls-modal {
    background: rgba(0,0,0,0.4);
}

.select2-container .select2-selection--single {
    width: 100%;
    height: 32px;
}

.select2-container .select2-selection--multiple {
    width: 100%;
    height: 32px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
p, li {
    font-size: 16px;
    letter-spacing: 0.2px;
}

button {
    border-radius: 0; }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  
  button,
  input {
    overflow: visible; }
  
  button,
  select {
    text-transform: none; }
  
  select {
    word-wrap: normal; }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; }
  
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  
  input[type="radio"],
  input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] { -webkit-appearance: listbox; }

/*TABLE PERSONALIZADA MOBILE*/
.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #ededed;
    color: #555555;
    text-align: left;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 12px 15px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
 background-color: #f3f3f3;   
}

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

@media (min-width: 75em) {
  .content-table th,
  .content-table td {
    padding: 0.75em;
  }
}

@media (min-width: 62em) {
  .content-table {
    font-size: 1em;
  }
  .content-table th,
  .content-table td {
    padding: 0.75em 0.5em;
  }
  .content-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 52em) {
  .content-table {
    font-size: 0.9em;
  }
  .content-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .content-table tr {
    display: table-row;
  }
  .content-table th,
  .content-table td {
    display: table-cell;
    padding: 1em;
  }

  .content-table caption {
    font-size: 1.5em;
  }
  .content-table tbody {
    display: table-row-group;
  }
  .content-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .content-table tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .content-table tbody th[scope="row"] {
    background-color: transparent;
    padding: 1rem 1.5rem;
    font-weight: 400;
    vertical-align: top;
    color: #707070;
    text-align: left;
  }
  .content-table tbody td {
    text-align: left;
  }
  .content-table tbody td[data-title]:before {
    content: none;
  }
}

/* CSS simples para responsividade */
@media (max-width: 768px) {
  .ls-login-container {
    flex-direction: column; /* form em cima, imagem embaixo */
  }

  .ls-login-container img {
    display: none; /* 🔹 esconde a imagem no mobile */
  }

  .ls-login-box {
    flex: none;
    width: 100%;
    padding: 1.5rem;
  }

  .ls-login-box > div {
    max-width: 100%; /* form ocupa tela toda */
  }
}
