@charset "UTF-8";

/************************************************

Stylesheet: Main Stylesheet

*************************************************/


/*********************
GENERAL STYLES
*********************/


/*********************
LINK STYLES
*********************/

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}


/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
}


/*********************
HEADER STYLES
*********************/

.header ul.off-canvas-list li {
    list-style: none;
}


/*********************
NAVIGATION STYLES
*********************/

.top-bar .title-area {
    z-index: 1;
}

.off-canvas-list ul {
    margin-left: 0;
}

.off-canvas-list ul li a {
    border-bottom: 0px;
}

.off-canvas-list ul .dropdown {
    margin-left: 20px;
}


/*********************
POSTS & CONTENT STYLES
*********************/

#content #inner-content {
    padding: 1rem 0rem;
}

.page-title .vcard {
    border: 0px;
    padding: 0px;
}

.byline {
    color: #999;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
}

.entry-content .alignright,
.entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

.post-password-form input[type="submit"] {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 0.9rem;
    background: #2199e8;
    color: #fff;
}

[data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff;
}


/*********************
IMAGE GALLERY STYLES
*********************/


/*********************
PAGE NAVI STYLES
*********************/

.page-navigation {
    margin-top: 1rem;
}


/*********************
COMMENT STYLES
*********************/

#comments .commentlist {
    margin-left: 0px;
}

#respond ul {
    margin-left: 0px;
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
}

.commentlist li:last-child {
    margin-bottom: 0;
}

.commentlist li ul.children {
    margin: 0;
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
}

.commentlist .vcard {
    margin-left: 50px;
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.commentlist .vcard time {
    float: right;
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}

.commentlist .vcard time a:hover {
    text-decoration: underline;
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.commentlist .comment-reply-link {
    float: right;
}


/*********************
COMMENT FORM STYLES
*********************/

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}

.respond-form form {
    margin: 0.75em 0;
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
    display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -ms-box-shadow: none;
    box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}

#comment-form-title {
    margin: 0 0 1.1em;
}

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
    margin: 0 20px 1.1em;
}


/*********************
SIDEBARS & ASIDES
*********************/

.widget ul {
    margin: 0;
}

.widget ul li {
    list-style: none;
}


/*********************
FOOTER STYLES
*********************/

.footer {
    clear: both;
    margin-top: 1em;
}


/*********************
FOUNDATION STYLES
*********************/

html,
body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

p {
    color: #353535;
}

.button {
    background: #e74c3c;
}

.pum-title popmake-title {
    margin-bottom: 10px;
}

.main {
    background: #fff;
    margin-top: -35px;
    box-shadow: 0 0 3px #6e6e6e;
    border-radius: 5px;
    padding: 25px 15px;
    min-height: 400px;
}

.topmenu {
    background: #212a34;
    padding: 20px 0;
}

.subbg {
    background: #304256;
    padding: 15px 0 50px 0;
}

.logo {
    display: block;
    text-indent: -9999em;
    float: left;
    width: 454px;
    height: 67px;
    background: url('/wp-content/uploads/2017/04/sisdias_logo_white.png') no-repeat;
}

.carregarFich,
#hackEnviar {
    float: right;
    padding: 15px 30px;
    text-transform: uppercase;
    margin: 11px 0;
    transition: 0.3s all linear;
    box-shadow: 0 2px 1px 0 rgba(67, 69, 139, 0.15), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    border-radius: 2px;
    font-weight: 700 !important;
    word-spacing: 1px;
    letter-spacing: .6px;
    font-size: 11px !important;
}

.button:focus,
.button:hover {
    background-color: #b73224 !important;
}

.bemVindo {
    float: left;
    display: block;
    color: #90a0b1;
}

.bemVindo span {
    font-weight: bold;
    color: #f7f7f7;
}

.Listagem {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.Listagem li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #29394c;
    box-shadow: 2px 0 0 -1px #415366;
}

.Listagem li:last-child {
    border-right: none;
    box-shadow: none;
    padding-right: 0;
}

.Listagem li a {
    color: #90a0b1;
    transition: 0.3s all linear;
}

.Listagem li a:hover {
    color: #fff;
}

.Listagem li i {
    margin-left: 5px;
}

.tittleHeader {
    font-size: 1.2em;
    border-bottom: 1px solid #304256;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    ;
    font-weight: bold;
    color: #304256;
}

@media screen and (max-width: 660px) {
    .bemVindo {
        margin-left: 20px;
    }
    .carregarFich {
        float: none;
    }
    .Listagem {
        float: none;
    }
    .Listagem li {
        width: 100%;
        margin: 5px 0;
    }
    .Listagem li i {
        float: left;
        margin-right: 5px;
    }
}

.subbg p,
.subbg ul,
.subbg span {
    line-height: 1.2em;
}


/* //=>   */

.off-canvas-wrapper {
    overflow: visible !important;
}

.dropFile {
    width: 100%;
    height: 170px;
    border: 4px dashed #304256;
    position: relative;
    z-index: 1;
    background: url('http://www.transferdocv2.sisdias.com/wp-content/uploads/2017/04/upload.png') no-repeat center 35px #f5f5f5;
    border-radius: 5px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    cursor: pointer;
}

.dropFile:hover {
    border-color: #e74c3c;
}

.dropFile p {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 240px;
    color: #aaaaba;
    font-family: Arial;
}

.dropFile input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.upload {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.upload h1 {
    font-size: 1.5rem;
    margin: 0 0 10px;
    font-weight: normal;
}

.upload__description {
    color: #97999B;
    margin: 0 0 10px;
}

.upload__input {
    width: 100%;
    font: 1rem/1.5 "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.upload__files {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    min-height: 5px;
    position: relative;
}

.upload__files canvas {
    width: 100% !important;
}

.preview {
    padding: 10px 10px 5px;
    margin: 0 10px 10px 0;
    /*width: calc((100% - 20px) / 3); */
    width: 100%;
    position: relative;
    z-index: 1;
}

.preview__thumb {
    background: #FFF;
    border: 1px solid #97999B;
    height: 100%;
    text-align: center;
    /* -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
}

.preview__thumb img,
.preview__thumb video {
    max-width: 100%;
}

.preview__name,
.preview__type {
    display: inline-block;
    font-size: 0.8571rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.preview__name {
    font-weight: 700;
}

.needhelp {
    border-left: 1px solid #304256;
    padding-left: 1.4em;
}

.accordion-item {
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 4px 0 #DCDEDD !important;
    border: 1px solid #DCDEDD !important;
    border-radius: 2px !important;
}

.accordion-title {
    border: none;
    color: #353535;
    font-size: 0.9em;
    transition: 0.2s all linear;
}

:last-child:not(.is-active)>.accordion-title {
    border: none !important;
}

.accordion {
    margin-bottom: 35px;
}

.copyright {
    font-size: 0.9em;
    text-align: center;
    color: #8c8c8c;
}

.accordion-title:focus,
.accordion-title:hover {
    color: #353535;
}

.accordion-content {
    border: none!important;
    background: none !important;
}

.accordion-content p {
    font-size: 0.9em;
}

.accordion-item:focus,
.accordion-item:hover {
    background-color: #F7F7F6;
}

.accordion-title:focus,
.accordion-title:hover {
    background: none !important;
}

.faqTableContent {
    list-style: none;
    margin: 18px 0 0 0;
    padding: 0;
}

.faqTableContent li {
    margin: 5px 0;
}

.faqTableContent li a {
    color: #304256;
    padding: 10px 20px;
    width: 100%;
    display: block;
    border-bottom: 1px dotted;
    ;
}

div.dataTables_wrapper div.dataTables_processing {
    background: rgba(0, 0, 0, 0.2);
    padding-top: 2%;
    top: 145px;
    position: absolute;
    height: 100%;
    z-index: 99;
    width: 100%;
    left: 0;
    text-align: center;
}

div.dataTables_wrapper div.dataTables_processing .mnml-spinner {
    margin: 0 auto 10px auto;
    border-color: rgb(115, 145, 179);
    border-top-color: rgb(33, 42, 52);
}

label {
    margin: 0 0 .4rem;
    font-weight: 700;
    letter-spacing: .2px;
    font-size: .875rem;
    color: #212121;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    padding: 0.75rem 0.875rem;
    /*border-radius: 4px;*/
    outline: 0;
    color: #212121;
    font-size: .875rem;
    width: 100%;
    border: 0.063rem solid #b0bec5;
    box-shadow: none !important;
}

select {
    border: 0.063rem solid #b0bec5;
    color: #212121;
    font-size: .875rem;
}

.form-header {
    background: #fff;
    text-align: center;
    font-size: 1.0rem;
    font-weight: 600;
    color: #212121;
    padding: 0.8rem;
    margin: 0 0 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}

.form-header i {
    float: right;
    color: #cfd6db;
    font-size: 1.0em;
    margin-top: 5px;
    margin-right: 9px;
}

.formbg {
    background: #eceff1;
    box-shadow: 0px 0px 1px 1px #eceff1;
    position: relative;
    padding-top: 85px;
}

.extraMore .added {
    position: relative;
    clear: both;
}


/*.extraMore input[type="text"] {width: 90% !important;}*/

#customMetaRubricaValor,
#customMetaValor,
#customMetaRetencaoValor,
#customMetaDescontosValor {
    width: 100%;
    float: left;
    text-align: right;
    padding-right: 30px;
}

.euro {
    font-size: 14px;
    cursor: text;
    color: #666;
    pointer-events: none;
    right: 7%;
    bottom: 12%;
    position: absolute;
}

.extraMore .eliminar,
.extraMore .adicionar {
    background: #e74c3c;
    padding: 3px 0 !important;
    margin-right: 2px;
    border-radius: 4px;
    color: #fff;
    /*opacity: 0.8;*/
    transition: 0.4s all linear;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 14px;
    transition: all 300ms linear;
}

.extraMore .adicionar {
    background: #2ebd2d;
}


/* Data tables*/

table th {
    font-weight: bold;
}

table tbody tr:nth-child(2n),
table thead {
    background: #fff;
}

.table-bordered {
    color: #333;
    font-size: 0.8em;
}

table.dataTable {
    margin: 0 0 0.5rem 0 !important;
}

table.table-bordered.dataTable {
    border-collapse: separate !important;
}

#example tbody tr:hover {
    background-color: #eee;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    cursor: pointer;
}

#example tbody td,
.ficheiros tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

#example tbody td,
.ficheiros tbody td {
    padding: .9rem .625rem;
}

#example thead th {
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    background: #f6f8fa;
    padding: .9rem .625rem;
    color: #455a64;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 32px;
    right: 16px;
    display: block;
    font-family: 'FontAwesome';
    opacity: 0.2;
}


/*table .odd {background-color: #f9f9f9;}*/


/*.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
*/


/*table.table-bordered thead th, table.table-bordered thead td {
    border-left-width: 0 !important;
    border-top-width: 0 !important;
}
table.table-bordered tbody th, table.table-bordered tbody td {
    border-left-width: 0 !important;
    border-bottom-width: 0 !important;
}    

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {

        border-bottom: 1px solid #111 !important;
}
*/

div.dataTables_wrapper div.dataTables_info {
    float: left;
    padding: 17px 0;
    color: #333;
}


/*dataTables_paginate paging_simple_numbers
paginate_button previous
paginate_button current
paginate_button next */


/*table.dataTable thead .sorting_asc:after {
    content: "\e155";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}*/


/**
 *  Paginate DT
 */

.dataTables_paginate {
    float: right;
    text-align: right;
    margin: 0 0 20px 20px
}

.dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 7px;
    min-width: 36px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    border: 1px solid transparent;
    border-radius: 3px
}

.dataTables_paginate .paginate_button:first-child {
    margin-left: 0
}

.dataTables_paginate .paginate_button:focus,
.dataTables_paginate .paginate_button:hover {
    background-color: #f5f5f5
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:focus,
.dataTables_paginate .paginate_button.current:hover {
    color: #fff;
    background-color: #455a64
}

.dataTables_paginate .paginate_button.disabled,
.dataTables_paginate .paginate_button.disabled:focus,
.dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    background-color: transparent;
    color: #bbb
}

.dataTables_paginate.paging_simple .paginate_button {
    padding-left: 12px;
    padding-right: 12px
}

.paginate-left .dataTables_paginate {
    float: left
}

.paging_simple .paginate_button:focus,
.paging_simple .paginate_button:hover {
    color: #fff;
    background-color: #455a64
}

.datatable-footer {
    border-top: 1px solid #bbb;
    padding: 20px 20px 0 20px;
    margin-top: -8px;
}

.pagination a:hover {
    background: none;
}


/*----------------------------
    The file upload form
-----------------------------*/

#upload {
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    width: 250px;
    padding: 30px;
    border-radius: 3px;
    margin: 200px auto 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop {
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    /*  border-image: url('../images/mini-upload-form/border-image.png') 25 repeat; */
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

#drop a {
    background-color: #007a96;
    padding: 12px 26px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
    line-height: 1;
}

#drop a:hover {
    background-color: #0986a3;
}

#drop input {
    display: none;
}

#upload ul {
    list-style: none;
    margin: 0 -30px;
    border-top: 1px solid #2b2e31;
    border-bottom: 1px solid #3d4043;
}

#upload ul li {
    background-color: #333639;
    background-image: -webkit-linear-gradient(top, #333639, #303335);
    background-image: -moz-linear-gradient(top, #333639, #303335);
    background-image: linear-gradient(top, #333639, #303335);
    border-top: 1px solid #3d4043;
    border-bottom: 1px solid #2b2e31;
    padding: 15px;
    height: 52px;
    position: relative;
}

#upload ul li input {
    display: none;
}

#upload ul li p {
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i {
    font-weight: normal;
    font-style: normal;
    color: #7f7f7f;
    display: block;
}

#upload ul li canvas {
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span {
    width: 15px;
    height: 12px;
    background: url('../images/mini-upload-form/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
}

#upload ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p {
    color: red;
}

#note,
#note a {
    color: #7f858a;
}

#note span {
    color: red;
}

#note-error {
    cursor: pointer;
}

input.error,
select.error {
    border: 1px solid #e74c3c;
}

label.error {
    margin-top: -12px;
    margin-bottom: 1.2rem;
    color: red;
    font-style: italic;
}

.acctions a {
    padding: 3px 7px!important;
    margin-right: 2px;
    border-radius: 4px;
    background: #717A86;
    color: #fff;
    opacity: 0.8;
    transition: 0.4s all linear;
}

.acctions a:hover {
    opacity: 1;
}

.acctions .delete {
    background: #b73224;
}

.dataTables_length select,
.yadcf-filter-wrapper select {
    border: 1px solid #d6d6d6;
    box-shadow: none;
    color: #494949;
    height: auto !important;
    border-radius: 3px;
    width: 99%;
    margin-bottom: 0;
}

.dt-buttons {
    float: left;
    line-height: 0;
    margin-bottom: 15px;
}

.dt-buttons a {
    color: #333;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 0 !important;
    padding: 16px 8px;
    display: block;
    background-color: #fff;
    transition: all .3s ease-in-out;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.pagination .next {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination .previous {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination .current {
    border-color: #1779ba;
}

.pagination li {
    border: 1px solid #ddd;
    margin: 0;
}

.dt-buttons a:hover,
.dt-buttons a:focus,
.dt-buttons a:active {
    background-color: #626C78;
    color: #fff
}

.dataTables_length label {
    color: #9c9c9c;
    font-weight: normal;
}

.yadcf-filter-wrapper select {
    float: left;
    margin-right: 10px;
}

.yadcf-filter-reset-button {
    position: absolute;
    top: -18px;
    font-size: 0;
    border-radius: 2px;
    cursor: pointer;
    right: 0;
}

.yadcf-filter-reset-button:before {
    margin-right: 2px;
    content: "\f2d3";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #EC3E15;
    vertical-align: middle;
}

.lc-tags__item {
    margin-right: 8px;
    padding: 2px 7px;
    border-radius: 12px;
    background: #E4E4E4;
    border: 1px solid #D0D0D0;
    text-transform: lowercase;
}


/**
 *  forms
 */

.form-group {
    border: 1px solid #cacaca;
    border-radius: 2px;
    transition: all 0.5s ease-in !important;
}

.form-group.focus label,
.form-group label,
.form-group.filled label {
    color: #A4A5A9;
}

.form-group label {
    padding: 7px 10px 0px;
    margin-bottom: 0px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-group label span {
    display: block;
    text-transform: none;
    color: #304256;
    font-weight: normal;
}

.form-group-default {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 1.1rem;
}

.form-group-default input,
.form-group-default textarea {
    border: 0 !important;
    height: 25px;
    min-height: 25px;
    padding: 0 10px;
    margin: 0;
    margin-top: -4px;
    font-family: Arial, sans-serif;
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0 !important;
    /*    padding: 9px 12px;*/
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.5s ease-in !important;
}

.form-group-default textarea {
    height: 50px !important;
}


/*.form-group:hover, .form-group-default:hover {
    border-color: rgba(0,0,0,.1)!important;
    background-color: #f0f0f0;
}

.form-group-default:hover input {
  outline: 0;
  background-color: #f0f0f0;

}*/

.form-group-default.focused {
    border-color: rgba(0, 0, 0, .1) !important;
    background-color: #f0f0f0;
}

.form-group-default.focused input {
    border-color: rgba(0, 0, 0, .1) !important;
    background-color: #f0f0f0;
}

.dataTables_wrapper {
    position: relative;
}

table th .button-filter {
    display: block;
    float: left;
}

table th .button-filter:before {
    margin-right: 12px;
    padding: 3px 5px;
    content: "\f0b0";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #2F5FA9;
    background: #F5F5F5;
    border: 2px solid #2F5FA9;
    border-radius: 3px;
}

table th .button-filter:hover:before {
    color: white;
    background: #2F5FA9;
}

table th .button-filter.change:before {
    content: "\e065";
}

.dataTables_filter {
    float: right;
    margin: 5px 2px 10px;
}

.dataTables_filter label {
    text-transform: uppercase;
    font-weight: bold !important;
    color: #828282;
}

.dataTables_filter label input {
    padding: 2px 6px;
    line-height: 32px;
    font-weight: normal;
    color: #333;
}

.dataTables_length {
    margin: 0 8px;
    float: right;
}

.dataTables_length select {
    width: 60px;
}

.datatable-header {
    padding: 0.3rem 1rem;
}

.dataTables_info {
    margin: 0 4px;
    float: left;
    width: 260px;
    color: #9c9c9c;
    font-size: 0.8em;
}

.sorting:after,
.sorting_asc:after,
.sorting_desc:after {
    color: #455a64;
    font-size: 12px;
    opacity: .35 !important;
}

.sorting_asc:after,
.sorting_desc:after {
    opacity: .65 !important;
}

.yadcf-filter-wrapper {
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
}

.yadcf-filter-wrapper select option {
    color: #444;
}

.yadcf-filter-wrapper input {
    padding: .5rem;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    line-height: 14px;
    border-radius: 3px;
    width: 100%;
}

#yadcf-filter-wrapper-inner--example-2 input,
#yadcf-filter-wrapper-inner--example-4 input {
    width: 43% !important;
}

#yadcf-filter-wrapper-inner--example-2>input,
#yadcf-filter-wrapper-inner--example-4 input {
    margin-right: 10px;
}

.yadcf-filter-wrapper .button-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #b73224;
    border-radius: 4px;
    padding: 3px 7px!important;
}

.yadcf-filter-wrapper .button-close:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #FFF;
    text-shadow: 0 0 3px rgba(16, 16, 16, 0.5);
    transition: transform .3s ease-in;
}

.yadcf-filter-wrapper .button-close:hover:before {
    transform: rotate(-180deg);
}

.yadcf-filter-range-number-slider-min-tip-inner,
.yadcf-filter-range-number-slider-max-tip-inner {
    font-size: 12px;
    line-height: 1.7;
}

.yadcf-filter-range-number-slider-min-tip-inner:focus,
.yadcf-filter-range-number-slider-max-tip-inner:focus {
    outline: none;
}

.yadcf-filter-range-number-slider-min-tip-inner {
    margin-left: -26px;
}

.yadcf-filter-range-number-slider-max-tip-inner {
    margin-left: 22px;
}


/*.ui-state-default {
  background: #ECECEC  !important;
  border-color: #C5C5C5 !important;
}
.ui-state-focus {
  background: #C5C5C5 !important;
  border-color: #ABABAB !important;
}
.ui-state-hover {
  background: #ddd !important;
  border: 1px solid #ABABAB !important;
}
.ui-slider {
  margin: 4px 40px 0 30px;
  height: 15px;
  border-radius: 7px;
}
.ui-slider-range {
  background: #2F5FA9;
}
.ui-slider-handle {
  width: 21px !important;
  height: 21px !important;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #2F5FA9;
}
.ui-slider-handle:hover, .ui-slider-handle:active, .ui-slider-handle:focus {
  text-decoration: none;
  outline: none;
}
.ui-autocomplete {
  border-radius: 0;
}
.ui-autocomplete .ui-state-focus {
  color: #FFF;
  background: #2F5FA9;
  border-color: #2F5FA9;
  border-radius: 0;
}*/


/*.ui-datepicker-header {
  color: #FFF;
  background: #2F5FA9;
  border-color: #2F5FA9;
  border-radius: 0;
}
.ui-datepicker-title {
  margin: 10px;
}
.ui-datepicker-prev, .ui-datepicker-next {
  background: #FFF;
  border-radius: 2px;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  margin: 1px;
  background: #F5F5F5 !important;
  border: #5F5F5F !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
  background-image: none !important;
}
.ui-datepicker-prev span:before, .ui-datepicker-next span:before {
  display: block;
  text-indent: 0;
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 1;
  color: #2F5FA9;
  text-align: center;
}
.ui-datepicker-prev span:before {
  content: "\f104";
}
.ui-datepicker-next span:before {
  content: "\f105";
}
.show {
    display: block!important;
}
*/


/**** SPINNER***/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e7e9;
    z-index: 9999;
}

.preViewPreLoad {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999;
    top: 123px;
    display: none;
}

.ex {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mnml-spinner {
    border-radius: 100%;
    border-style: solid;
    border-width: 0.25rem;
    height: 5rem;
    width: 5rem;
    animation: basic 1s infinite linear;
}

.mnml-spinner.light {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 1);
}

.mnml-spinner.dark {
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 1);
}

@keyframes basic {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359.9deg);
    }
}

.hackenviar {
    position: absolute;
    top: 0;
    left: 0;
}

.Verificado {
    background: #017300 !important;
}


/******************************************************************

LOGIN PAGE STYLE SHEET

******************************************************************/


/******************************************************************/

.sucess-msg {
    background: #fff;
    margin-bottom: 10px;
    color: #1d8e09;
}

.error-msg {
    background: #fff;
    margin-bottom: 10px;
    color: #b73224;
}

.error-msg span,
.sucess-msg span {
    font-weight: bold;
}

.login-username:before {
    content: "\f007";
    position: absolute;
    bottom: 8px;
    left: 14px;
    color: #d4d4d4;
    font-family: 'FontAwesome';
}

.login-password:before {
    content: "\f023";
    position: absolute;
    bottom: 8px;
    left: 14px;
    color: #d4d4d4;
    font-family: 'FontAwesome';
}

.recuperarpw:before {
    content: "\f09c";
    position: absolute;
    bottom: 8px;
    left: 14px;
    color: #d4d4d4;
    font-family: 'FontAwesome';
}

.form_heading {
    background: url('../images/sisdias_logo_white.png') #e74c3c center no-repeat;
    height: 85px;
    border-radius: 5px 5px 0 0;
}

.wp_login_form {
    width: 340px;
    padding: 8% 0 0;
    margin: auto;
    position: relative;
    z-index: 9999;
}

.formHolder {
    background: #fff;
    padding: 26px 24px 26px;
    border-radius: 0 0 5px 5px;
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1380px) rotate(600deg);
        transform: translateY(-1380px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1380px) rotate(600deg);
        transform: translateY(-1380px) rotate(600deg);
    }
}

.messagepop {
    background-color: #e74c3c;
    color: #fff;
    cursor: default;
    display: none;
    position: absolute;
    text-align: left;
    width: 100%;
    height: 100%;
    z-index: 50000;
}

.messagepop .messagepopContainer {
    width: 70%;
    margin: 0 auto;
    padding: 3rem;
}

.messagepopContainer p {
    color: #fff
}

.messagepopContainer h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

.messagepopContainer .close {
    position: absolute;
    top: 5%;
    right: 5%;
    background: rgba(0, 0, 0, 0.2);
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    overflow: hidden;
    transition: background-color 0.2s ease 0s, transform .2s ease-in-out;
    z-index: 99993;
    cursor: pointer;
    outline: none;
}

.messagepopContainer .close:before {
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.messagepopContainer .close:after {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.messagepopContainer .close:before,
.messagepopContainer .close:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 24px;
    width: 26px;
    height: 1.5px;
    background: #fff;
}

.resposta,
.respostaAdmin {
    background: #304256 !important;
}

.respostaAdmin {
    margin-top: 5px;
}

.minirod i {
    margin-right: 7px;
}

.minirod a,
.minirod {
    color: #9a9a9a;
}

.progress {
    height: 1.5rem;
    background: #f5f5f5;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.success .meter {
    background-color: #5cb85c !important;
}

.warning .meter {
    background-color: #f0ad4e !important;
}

.alert .meter {
    background-color: #d9534f !important;
}

.meter {
    height: 100%;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

.password-verdict {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 2px;
}


/*********************
PLUGIN STYLES
*********************/

.gform_body ul {
    list-style: none outside none;
    margin: 0;
}


/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/


/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")";
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}


/**
 *  Fancybox v3
 */


/* Hide toolbar*/

.fancybox-toolbar {
    display: none;
}

.fancybox-infobar {
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
    right: 0 !important;
}

.fancybox-navigation button {
    margin: -200px 0 0 0;
    width: 60px;
    height: 400px;
    background: rgba(82, 86, 89, 0.41);
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: none;
    opacity: 0;
}


/*

Advanced example - Confirm dialog

*/

.fc-container .fancybox-bg {
    background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
    opacity: 0.95;
}

.fc-content {
    margin: 20px;
    max-width: 550px;
    padding: 50px;
    box-shadow: 10px 10px 60px -25px;
    border-radius: 4px;
}

.fc-content h3 {
    margin-top: 0;
    font-size: 1.6em;
    letter-spacing: normal;
}

.fc-content p {
    color: #666;
    line-height: 1.5;
}

.fc-content p:last-child {
    margin-bottom: 0;
}


/* Custom animation */

.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
    transform: translateY(-60px) scale(1.1);
    opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
}


/**
 *
 *~Select box
 */


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(images/chosen-sprite.png) 98% -20px no-repeat;
}


/* @group Base */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}


/* @end */


/* @group Single Chosen */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    padding: 7px 10px;
    color: #333;
}

.chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single div b:before {
    display: inline-block;
    font-family: "FontAwesome";
    /*speak: none;*/
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    font-size: 14px;
    vertical-align: middle;
    color: #A4A5A9;
    margin: 9px 0 0 -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    margin: 5px 10px 0;
    white-space: nowrap;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}


/* @end */


/* @group Results */

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 10px 0;
    padding: 0 10px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    padding: 5px 6px;
    line-height: 20px;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    border-radius: 2px;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background: #F0F0F0;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}


/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 5px 5px 5px 0;
    padding: 6px 25px 6px 15px;
    border-radius: 2px;
    line-height: 13px;
    cursor: default;
    background: #325e90;
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("images/close.png") -1px 2px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}


/* @end */


/* @group Active  */

.fileUpload {
    overflow: hidden;
    width: 31%;
    line-height: 25px;
    padding: 5px 10px !important;
    margin-right: 5px;
    margin-top: -18px;
    float: right;
}

.newbtn {
    border-radius: 2px;
    border: 0;
    font-weight: 700 !important;
    word-spacing: 1px;
    letter-spacing: .6px;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #304256;
    box-shadow: 0 2px 1px 0 rgba(67, 69, 139, 0.15), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    transition: all 300ms linear;
    padding: 13px 23px;
}

.colorRed {
    background: #e74c3c !important;
}

.colorBlue {
    background: #325e90 !important;
}

.colorGreen {
    background: #2ebd2d !important;
}

.colorGray {
    background: #304256 !important
}

.colorGray:hover,
.colorGray:active,
.colorGray:focus {
    color: #fff !important;
}

.formIBox .newbtn,
.editBlock .newbtn {
    float: right;
}

.homeBlock {
    border: 1px solid #304256;
    border-radius: 3px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    /*  display: none;*/
}

.insertFich {
    display: none;
}

#respostaSemAssoc {
    padding: 0 15px;
}

.homeBlock .form-group-default textarea {
    height: 25px !important;
}

.homeBlock .table-head {
    background: #304256;
    color: #fff;
    margin-bottom: 0 !important;
}

.homeBlock .newbtn {
    float: right;
}

.homeBlock .colorRed {
    margin-top: 15px;
}

.has-scrollbar {
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    background: #E6E8EB;
}

.newbtn:hover,
.extraMore .eliminar:hover,
.extraMore .adicionar:hover {
    opacity: 0.7;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    height: 35px;
    filter: alpha(opacity=0);
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}


/*.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}*/

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

.preView {
    transition: 0.3s all linear;
    position: relative;
    margin-top: -162px;
}

.preView h3,
.formIBox h3,
.editBlock h3 {
    line-height: 46px;
    height: 46px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow: 0 -2px 0 0 #304256 inset;
}

.editBlock {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding-bottom: 20px;
    clear: both;
    width: 100%;
    float: left;
}

.table-head .newbtn {
    padding: 9px 17px;
    margin-top: 7px;
}


/* @end */


/* @group Disabled Support */

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}


/* @end */


/* @group Right to Left */

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}


/* @end */


/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
    /*  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("images/chosen-sprite.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }*/
}

.tright {
    text-align: right;
}

.tright a {
    color: #FF6666;
    margin-right: 10px;
}

.tright .btn {
    margin-left: 10px;
    background: #FF6666;
    border-width: 0;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    line-height: 1.5;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 80%;
    font-weight: 700;
    margin: 5px 5px 5px 0;
    display: inline-block;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* @end */


/**
 *
 * Switch css
 * 
 */

input[switch] {
    display: none;
}

input[switch]+label {
    font-size: 1em;
    line-height: 1;
    width: 9.0rem;
    height: 2.0rem;
    background-color: #ddd;
    background-image: none;
    border-radius: 2px;
    padding: 0.1666666667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
    font-family: inherit;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]+label:before {
    /* Label */
    text-transform: uppercase;
    color: #b7b7b7;
    content: attr(data-off-label);
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 1.64rem;
    position: absolute;
    right: 0.2166666667rem;
    margin: 0.2166666667rem;
    top: 0;
    text-align: center;
    min-width: 1.6666666667rem;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]+label:after {
    /* Slider */
    content: '';
    position: absolute;
    left: 0.1666666667rem;
    background-color: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    height: 1.566667rem;
    width: 1.6666666667rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]:checked+label {
    background-color: lightblue;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.2));
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
}

input[switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    right: 20%;
    left: 0.2166666667rem;
}

input[switch]:checked+label:after {
    left: 7.1rem;
    background-color: #f7f7f7;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

input[switch="bool"]+label {
    background-color: #ee6562;
    margin: 0;
}

input[switch="bool"]+label:before {
    color: #fff !important;
}

input[switch="bool"]:checked+label {
    background-color: #BCE954;
}

input[switch="bool"]:checked+label:before {
    color: #fff !important;
}

input[switch="default"]:checked+label {
    background-color: #a2a2a2;
}

input[switch="default"]:checked+label:before {
    color: #fff !important;
}

input[switch="success"]:checked+label {
    background-color: #BCE954;
}

input[switch="success"]:checked+label:before {
    color: #fff !important;
}

input[switch="warning"]:checked+label {
    background-color: gold;
}

input[switch="warning"]:checked+label:before {
    color: #fff !important;
}

.optionsLinks {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    position: relative;
}

.optionsLinks li {
    float: left;
    margin-left: 5px;
}

.optionsLinks li a i {
    margin-right: 5px;
}

.optionsLinks li a {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    outline-offset: 0;
    padding: 5px 10px;
    border: 0;
    color: #fff;
    border-radius: 2px;
    transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    background-color: rgba(98, 111, 128, 0.8);
    font-family: 'Raleway', sans-serif;
    border: 1px solid #303a47;
}

.optionsLinks li a:hover {
    background-color: rgba(98, 111, 128, 1);
}

.singleHeader {
    padding-bottom: 10px;
    margin-top: 15px;
}

.singleHeader h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    float: left;
}

.smallLabelN {
    border: 1px solid #ff2d42;
    color: #ff2d42;
}

.smallLabelV {
    border: 1px solid #84c529;
    color: #84c529;
}

.smallLabelL {
    border: 1px solid #B361FF;
    color: #B361FF;
}

.listLabel {
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-size: 12px;
    font-weight: 400;
    padding: .3em .7em .3em;
}

.ContHome {
    padding: 25px 0;
}

.homeBlock .fileUpload {
    z-index: 99;
    position: relative;
    width: 48%;
}

.homeBlock .uploadFile {
    width: 45%;
}

.btn.disabled,
.btn[disabled] {
    opacity: .25;
    cursor: not-allowed;
}


/**
 * Datapicker
 */


/* Date Picker Default Styles */

.ui-datepicker {
    padding: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker * {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.ui-datepicker table {
    font-size: 13px;
    margin: 0;
}

.ui-datepicker .ui-datepicker-header {
    border: none;
    background: #222;
    color: #fff;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #26292c;
    border-color: transparent;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker thead {
    background: #26292c;
    color: #fff;
}

.ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #fff;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    height: 1em;
    top: .9em;
    border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-image: url('data:image/png;base64,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');
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0;
}

.ui-datepicker th {
    padding: 0.75em 0;
    color: #fff;
    font-weight: normal;
    border: none;
    border-top: 1px solid #363b3f;
}

.ui-datepicker td {
    background: #f1f1f1;
    border: none;
    padding: 0;
}

.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: .5em;
    margin: 0;
    font-weight: normal;
    color: #333;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
    background: #e14d43;
    color: #fff;
}

.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 1;
    color: #999;
}


/* Other Datepicker Color Schemes */


/* Blue */

.admin-color-blue .ui-datepicker .ui-datepicker-header,
.admin-color-blue .ui-datepicker .ui-datepicker-header .ui-state-hover,
.admin-color-blue .ui-datepicker thead {
    background: #4796b3;
}

.admin-color-blue .ui-datepicker th {
    border-color: #52accc;
}

.admin-color-blue .ui-datepicker td .ui-state-active,
.admin-color-blue .ui-datepicker td .ui-state-hover {
    background: #096484;
}


/* Coffee */

.admin-color-coffee .ui-datepicker .ui-datepicker-header,
.admin-color-coffee .ui-datepicker .ui-datepicker-header .ui-state-hover,
.admin-color-coffee .ui-datepicker thead {
    background: #46403c;
}

.admin-color-coffee .ui-datepicker th {
    border-color: #59524c;
}

.admin-color-coffee .ui-datepicker td .ui-state-active,
.admin-color-coffee .ui-datepicker td .ui-state-hover {
    background: #c7a589;
}


/* Ectoplasm */

.admin-color-ectoplasm .ui-datepicker .ui-datepicker-header,
.admin-color-ectoplasm .ui-datepicker .ui-datepicker-header .ui-state-hover,
.admin-color-ectoplasm .ui-datepicker thead {
    background: #413256;
}

.admin-color-ectoplasm .ui-datepicker th {
    border-color: #523f6d;
}

.admin-color-ectoplasm .ui-datepicker td .ui-state-active,
.admin-color-ectoplasm .ui-datepicker td .ui-state-hover {
    background: #a3b745;
}


/* Midnight */

.admin-color-midnight .ui-datepicker .ui-datepicker-header,
.admin-color-midnight .ui-datepicker .ui-datepicker-header .ui-state-hover,
.admin-color-midnight .ui-datepicker thead {
    background: #26292c;
}

.admin-color-midnight .ui-datepicker th {
    border-color: #363b3f;
}

.admin-color-midnight .ui-datepicker td .ui-state-active,
.admin-color-midnight .ui-datepicker td .ui-state-hover {
    background: #e14d43;
}


/* Ocean */

.admin-color-ocean .ui-datepicker .ui-datepicker-header,
.admin-color-ocean .ui-datepicker .ui-datepicker-header .ui-state-hover,
.admin-color-ocean .ui-datepicker thead {
    background: #627c83;
}

.admin-color-ocean .ui-datepicker th {
    border-color: #738e96;
}

.admin-color-ocean .ui-datepicker td .ui-state-active,
.admin-color-ocean .ui-datepicker td .ui-state-hover {
    background: #9ebaa0;
}


/* Sunrise */

.admin-color-sunrise .ui-datepicker .ui-datepicker-header,
.admin-color-sunrise .ui-datepicker .ui-datepicker-header .ui-state-hover,
.admin-color-sunrise .ui-datepicker thead {
    background: #be3631;
}

.admin-color-sunrise .ui-datepicker th {
    border-color: #cf4944;
}

.admin-color-sunrise .ui-datepicker td .ui-state-active,
.admin-color-sunrise .ui-datepicker td .ui-state-hover {
    background: #dd823b;
}


/* Light */

.admin-color-light .ui-datepicker .ui-datepicker-header,
.admin-color-light .ui-datepicker .ui-datepicker-header .ui-state-hover,
.admin-color-light .ui-datepicker thead {
    background: #e5e5e5;
}

.admin-color-light .ui-datepicker td {
    background: #fff;
}

.admin-color-light .ui-datepicker .ui-datepicker-next span,
.admin-color-light .ui-datepicker .ui-datepicker-prev span {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMUIxRjI2RjhCODYxMUUzQTEyNERCMDU1QzdBQ0EyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMUIxRjI3MDhCODYxMUUzQTEyNERCMDU1QzdBQ0EyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjExQjFGMjZEOEI4NjExRTNBMTI0REIwNTVDN0FDQTIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjExQjFGMjZFOEI4NjExRTNBMTI0REIwNTVDN0FDQTIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kKfR4AAAHcRJREFUeNrsXWuM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');
}

.admin-color-light .ui-datepicker th {
    border-color: #fff;
}

.admin-color-light .ui-datepicker .ui-datepicker-title,
.admin-color-light .ui-datepicker td .ui-state-default,
.admin-color-light .ui-datepicker th {
    color: #555;
}

.admin-color-light .ui-datepicker td .ui-state-active,
.admin-color-light .ui-datepicker td .ui-state-hover {
    color: #fff;
    background: #888;
}

.admin-color-light .ui-datepicker td.ui-state-disabled,
.admin-color-light .ui-datepicker td.ui-state-disabled .ui-state-default {
    color: #ccc;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    height: 100%;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.image-upload-wrap {
    border: 2px dashed #d8dce3;
    position: relative;
    border-radius: 5px;
    transition: 0.5s all linear;
}

.image-dropping,
.image-dropping .drag-text,
.image-upload-wrap:hover,
.image-upload-wrap:hover .drag-text {
    background-color: #e74c3c;
    color: #fff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
    color: #a4a5a9;
    padding: 135px 20px;
    transition: 0.5s all linear;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    box-shadow: none !important;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.sisSection {
    clear: both !important;
}

ul.details {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.details li {
    padding: 7px 10px;
    border-bottom: 1px solid #ECECEC;
    min-height: 54px;
    font-weight: 400;
}

.details>li>span:first-child {
    display: block;
    margin-bottom: 2px;
    color: #A4A5A9;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .3px;
}


/**
 * lançar form
 */

.lancar {
    position: absolute;
    z-index: 9999;
    padding: 20px;
    background: #fff;
    top: 30px;
    left: 5px;
    width: 320px;
    display: none;
}

.lancar input {
    float: left;
    width: 55%;
    margin: 0;
}

.lancar .newbtn {
    float: right;
    width: 41%
}

.table-head {
    line-height: 46px;
    height: 46px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow: 0 -2px 0 0 #e74c3c inset;
    margin-bottom: 15px;
}

.editBlock form {
    padding: 0 15px;
}

.icons form {
    padding: 0 !important;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    font-size: 1.4em;
    margin-top: 62px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #fff;
    background-color: #e74c3c;
}

.btnHome {
    border: 1px solid rgba(0, 0, 0, .07);
    padding: 16px;
    background: #43ac6e;
    color: #fff;
    cursor: pointer;
}

.ficheriosSAcoc {
    padding: 0 15px;
    padding-top: 15px;
    position: relative;
}

.gerir {
    display: none;
}

.menu-hover {
    position: relative;
}


/*Card */

.card-user-profile {
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
    border: 0;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
    border: 1px solid #353535;
    border-radius: 2px;
}

.card-user-profile> :last-child {
    margin-bottom: 0;
}

.card-user-profile:hover .card-user-profile-img {
    opacity: 1;
}

.card-user-profile-content {
    position: relative;
}

.card-user-profile-content::before {
    position: absolute;
    content: '';
    top: -3.4375rem;
    left: -1.875rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.4375rem 0 0 31.25rem;
    z-index: 0;
    border-color: transparent transparent transparent #fefefe;
}

.card-user-profile-actions {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6;
    background: #fefefe;
    display: block;
}

.card-user-profile-actions> :first-child {
    margin-bottom: 20px;
}

.card-user-profile-actions a {
    width: 100%;
}

.card-user-profile-img {
    max-width: 100%;
    height: 100px;
    background: #304256;
}

.card-user-profile-avatar {
    position: absolute;
    bottom: 100%;
    left: 1rem;
    z-index: 2;
    max-width: 5.625rem;
}

.card-user-profile-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-user-profile-name {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-user-profile-button {
    display: block;
    width: 100%;
}

.card-user-profile-button .colorBlue {
    margin-bottom: 20px;
}

.card-user-profile-button:hover {
    color: #fff !important;
}

.card-user-profile-info {
    font-size: 0.875rem;
    letter-spacing: 1px;
    opacity: 0.8;
}

#password-strength {
    background: #e74c3c;
    color: #fff;
    width: 100%;
    display: block;
}

.short,
.good,
.strong,
.bad {
    padding: 2px 20px;
}

.good {
    background: #ffe399 !important;
}

.strong {
    background: #83c373 !important;
}

#deleteAccount {
    width: 100%;
}

.custom-file-input {
    padding: 5px;
    color: #999;
    border: 1px solid #000;
    vertical-align: middle;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input {
    margin: 5px 0 10px 0 !important;
}

.custom-img-container {
    display: none;
}

.custom-file-input::before {
    display: none;
    content: 'Selecionar';
    display: inline-block;
    border-radius: 2px;
    border: 0;
    font-weight: 700 !important;
    word-spacing: 1px;
    letter-spacing: .6px;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #304256;
    box-shadow: 0 2px 1px 0 rgba(67, 69, 139, 0.15), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    transition: all 300ms linear;
    padding: 8px 20px;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.entidades {
    text-align: left;
    line-height: 16px;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #e74c3c;
    margin: 50px auto;
    border-radius: .25rem;
}

.entidades thead tr:first-child {
    background: #e74c3c;
    color: #fff;
    border: none;
}

.entidades th:first-child,
.entidades td:first-child {
    padding: 15px 15px 15px 20px;
}

.entidades thead tr:last-child th {
    border-bottom: 3px solid #ddd;
}

.entidades tbody tr:hover {
    background-color: #f2f2f2;
    cursor: default;
}

.entidades tbody tr:last-child td {
    border: none;
}

.entidades tbody td {
    border-bottom: 1px solid #ddd;
}

.entidades td:last-child {
    text-align: right;
    padding-right: 10px;
}

.entidades thead .sorting:after,
.entidades thead .sorting_asc:after,
.entidades thead .sorting_desc:after,
.entidades thead .sorting_asc_disabled:after,
.entidades thead .sorting_desc_disabled:after {
    bottom: 13px !important;
    color: #fff !important;
}

.actionentidades {
    text-align: center !important;
}

.actionentidades a {
    color: #e74c3c !important;
}

.dataTables_filter input[type="search"] {
    border: 1px solid #cacaca;
    border-radius: 2px;
    box-shadow: none;
    background-color: #fbfdff;
    color: #97a8be;
    float: right;
    width: 70%;
    transition: 0.2s all linear;
}

.dataTables_filter input[type="search"]:hover,
.dataTables_filter input[type="search"]:focus,
.dataTables_filter input[type="search"]:active {
    width: 100%;
}

.buttons-collection {
    background: #304256;
    border-radius: 2px;
    border: 0;
    font-weight: 700 !important;
    word-spacing: 1px;
    letter-spacing: .6px;
    font-size: 11px !important;
    font-family: "Open Sans", Arial;
    text-transform: uppercase;
    box-shadow: 0 2px 1px 0 rgba(67, 69, 139, 0.15), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
    padding: 11px 8px;
    color: #fff;
    cursor: pointer;
    margin-right: 4px;
}

.buttons-collection:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    float: right;
    margin-left: 9px;
    color: #FFF;
}

.dt-button-collection {
    margin: 0 0 0;
    padding: 0;
    z-index: 9000;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .125);
    border: 1px solid #ccc;
    min-width: 160px;
    position: absolute;
    background: #fff;
    overflow: hidden;
    display: none;
}

.menu-hover:hover .dt-button-collection {
    display: block;
}

.dt-button-collection button {
    display: block;
    padding: 8px 16px;
    width: 100%;
    color: #333;
    cursor: pointer;
}

.dt-button-collection button:hover {
    background-color: #F5F5F5;
}

.dt-button-collection.dropdown-menu a {
    color: #4e75ad;
}

.internH {
    background: #415165;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}


/* OFF CANVAS FOUNDATION */

.position-right {
    width: 800px;
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
}

.off-canvas {
    background: #e7e7e7;
}

#deleteNoAssoc {
    margin-left: 10px;
}

.off-canvas.is-transition-overlap {
    z-index: 10000 !important;
}

.callout.success {
    margin-top: 20px;
}

.form-group .error {
    color: #e74c3c;
}

#printForm {
    display: none;
}

.hidden {
    display: none;
}

.callout.alert {
    background-color: #e74c3c;
    color: #ffffff;
}

.callout.alert p {
    color: #ffffff;
}

.dt-buttons.btn-group .btn {
    color: #4e75ad;
    border-radius: 3px;
    font-size: 11.5px;
    padding-bottom: 6px;
    padding-top: 7px;
}

.btn-group {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn-group li {
    float: left;
    margin-right: 5px;
}

.filtrosTop {
    margin-bottom: 30px;
}

.icons a {
    color: #505458;
}

.icons i {
    margin-left: 15px;
    font-size: 1.0rem;
    float: right;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left;
}

.wizard>.steps>ul>li {
    width: 25%;
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none!important;
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}


/* */

.arrow-steps .step.current {
    color: #fff;
    background-color: #23468c;
}

.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 3px;
    padding: 10px 10px 10px 30px;
    min-width: 180px;
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #23468c;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.active {
    visibility: visible !important;
    height: auto !important;
}

.page-template-template-insert section {
    visibility: hidden;
    clear: both !important;
    height: 0;
    overflow: auto;
}