/*
    DOCITALY
    DESENVOLVIDO POR DIALWEB.COM.BR
*/

@import url(//fonts.googleapis.com/css?family=Inter:300,400,600);

html,
body {
    height: 100%;
}

body {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    background: #e5e5e5;
}

/* FORMULARIO */
form label {
    display: block;
    margin-top: 1rem;
}

form label > span {
    font-weight: bold;
}

form input,
form select,
form textarea {
    display: block;
    height: 45px;
    border: 1px solid #ccc;
    padding: 0 10px;
    width: 100%;
    border-radius: 0.5rem;
}

form textarea {
    height: auto;
    padding: 10px;
    resize: none;
}

form input[type="checkbox"],
form input[type="radio"] {
    display: inline;
    padding: 0;
    width: auto;
    height: auto;
}

form button {
    display: block;
    width: 100%;
    height: 45px;
    margin: 1.5rem auto 0 auto;
    padding: 0 35px;
    border: 0;
    background: #ddd;
    border-radius: 0.5rem;
}

form button:hover {
    background: #ccc;
}

form button.green {
    color: #fff;
    background: #63c76a;
}

form button.green:hover {
    background: #59bd60;
}

form label.col {
    float: left;
    width: 50%;
    margin-left: 2%;
}

form label.col.f {
    margin-left: 0;
}

form label.col.small {
    width: 18%;
}

form label.col.medium {
    width: 49%;
}

form label.col.large {
    width: 80%;
}

form label.col.three {
    width: 32%;
}

form label.col.four {
    width: 23.5%;
}

form .btnCenter {
    text-align: center;
}

form .btnCenter > button {
    display: inline-block;
    width: auto;
    margin: 20px 1% 0 1%;
}

/* ALINHAMENTOS */
.alCenter {
    text-align: center;
}

/* ALERT */
.alert {
    color: #1b1e21;
    background-color: #d6d8d9;
    border: 1px solid #c6c8ca;
    margin-bottom: 10px;
    padding: 10px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alert.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.error > .badge {
    color: #fff;
    background: #dc3545;
}

.alert.success {
    color: #155724;
    background: #d4edda;
    border-color: #c3e6cb;
}

.alert.success > .badge {
    color: #fff;
    background: #28a745;
}

.alert.warning {
    color: #856404;
    background: #fff3cd;
    border-color: #ffeeba;
}

.alert.warning > .badge {
    color: #212529;
    background: #ffc107;
}

.alert > .badge {
    float: left;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: baseline;
    text-transform: capitalize;
    margin: 3px 10px 0 0;
    border-radius: 10px;
}

.alert > .text {
    float: left;
}

/* ESTRUTURA */
#carregando {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ico_carregando.gif) center center no-repeat
        rgba(0, 0, 0, 0.4);
    z-index: 999;
}

h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
}

h2 > span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
}

strong {
    font-weight: bold;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content {
    padding: 100px 35px 35px 335px;
}

#content > .boxTitulo {
    line-height: 45px;
    margin-bottom: 20px;
}

#content > .boxTitulo > h1 {
    float: left;
}

#content > .boxTitulo > a {
    float: right;
    background: #ccc;
    padding: 0 35px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#content > .boxTitulo > a:hover {
    background: #bbb;
}

#content > .boxTitulo > a.blue {
    background: #4272d7;
    color: #fff;
}

#content > .boxTitulo > a.blue:hover {
    background: #3868cd;
}

#content > .boxTitulo > a > span {
    font-size: 12px;
    margin-right: 5px;
}

#content > .boxSubtitulo {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.bgBox {
    background: #fff;
    padding: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#frmFiltrar {
    display: none;
    margin-bottom: 30px;
}

.boxResumo > .resumo {
    float: left;
    margin-right: 30px;
}

.boxResumo > .resumo > span {
    font-weight: bold;
    font-size: 24px;
}

.boxResumo > .botoes {
    float: right;
}

/* RESULTS */
.bgBox.results {
    background: transparent;
    padding: 0;
}

.bgBox.results > header {
    color: #fff;
    background: #333;
    line-height: 60px;
    text-transform: uppercase;
}

.bgBox.results > footer {
    background: #f5f5f5;
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
    padding: 0 35px;
    text-align: center;
    font-size: 14px;
}

.bgBox.results .noResult {
    padding: 10px 35px;
    text-align: center;
    background: #fff;
}

.bgBox.results .noResult > a {
    font-weight: bold;
}

.bgBox.results .result {
    background: #fff;
    padding: 10px 0;
}

.bgBox.results .result:hover {
    background: #f5f5f5;
}

.bgBox.results .result span {
    font-size: 14px;
}

.bgBox.results .result > .actions {
    float: right;
    padding-right: 35px;
}

.bgBox.results .result > .actions > a {
    margin-left: 10px;
    text-decoration: none;
}

.bgBox.results .result .fa-grip-lines {
    cursor: move;
}

.bgBox.results .resultPlaceholder {
    background: #fff;
    border: 2px dashed #ccc;
    padding: 10px 0;
    min-height: 45px;
}

.bgBox.results .col {
    float: left;
    padding-left: 35px;
}

.bgBox.results .col.w65 {
    width: 65px;
}

.bgBox.results .col.w100 {
    width: 100px;
}

.bgBox.results .col.w120 {
    width: 120px;
}

.bgBox.results .col.w150 {
    width: 150px;
}

.bgBox.results .col.w200 {
    width: 200px;
}

.bgBox.results .col.w300 {
    width: 300px;
}

.bgBox.results .col.w400 {
    width: 400px;
}

.bgBox.results .col.w500 {
    width: 500px;
}

/* LOGIN.PHP */
#login {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    transform: translate(-50%, -50%);
}

#login > .logo {
    margin: 0 auto 10px auto;
    width: 264px;
    height: 60px;
    background: url(../images/logo.png) center center no-repeat;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
}

#login > h1 {
    text-align: center;
    margin: 1.5rem 0;
}

/* HEADER */
#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    background: #f5f5f5;
    padding: 10px 35px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

#header > .logo {
    width: 230px;
    height: 45px;
    background: url(../images/logo.png) center left no-repeat;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
}

#header > .user {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#header > .user > .icon {
    font-size: 2rem;
}

#header > .user > .name {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

#header > .user > .name > span {
    font-size: 8px;
    vertical-align: middle;
}

/* MENU */
#menu {
    position: fixed;
    width: 300px;
    height: calc(100% - 65px);
    top: 65px;
    left: 0;
    background: #fff;
    padding: 50px 35px;
}

#menu > a {
    display: block;
    line-height: 50px;
    text-decoration: none;
}

#menu > a:hover {
    color: #30325e;
}

#menu > a > span {
    min-width: 20px;
    text-align: center;
    margin-right: 10px;
}

/* PAGINATION */
.paginator {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
}

.paginator .btn,
.paginator .dots {
    display: inline-block;
    margin: 0 3px;
    min-width: 34px;
    padding: 7px 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f8f8;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}

.paginator .btn:hover {
    background: #eee;
}

.paginator .btn.active {
    background: #00a651;
    color: #fff;
    border-color: #008c45;
    cursor: default;
}

.paginator .btn.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.paginator .dots {
    border: none;
    background: transparent;
    cursor: default;
}

.totalResults {
    text-align: center;
    font-size: 13px;
    margin: 8px 0 25px;
    color: #555;
}
