@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
}

@font-face {
    font-family: "OpenSansSemibold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
}

@font-face {
    font-family: "OpenSansbold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
}



html {
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    background-color: #e6e6e9;
    font-family: 'OpenSans';
    font-size: 13px;
    color: #575757;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

header {
    background: #ffffff;
    color: #aaa;
    clear: left;
    text-align: left;
    height: 60px;
    position: static;
    /*top: 0;*/
    width: 100%;
    z-index: 100;
    /*font-size: 11px;*/
    display: inline;
}

/* NAV BAR bootstrap */

.navbar-fixed-top {
    color: #ffffff;
    background: #2c265c;
    /*font-size: 16px;*/
    position: static;
    margin-bottom: 0;
}

.navbar-2030 {
    /*background: rgb(4 160 37);*/
    background: #4B7C32;
}

.container-fluid,
.navbar-nav {
    margin: auto;
    width: 1250px;
    padding: 0;
}

.dropdown {
    min-width: 80px;
}

.dropdown-menu {
    color: #fff;
    background-color: #a9a6be;
    padding: 0;
    margin: 0;
    min-width: 100%;
    border: 0;
}

    .dropdown-menu > li {
        padding: 10px 0;
        font-size: 13px;
        text-transform: uppercase;
        border-radius: 0 25px 5px 5px;
    }

        .dropdown-menu > li:hover,
        .dropdown-menu > li:focus {
            color: #fff;
            background-color: #9190a3;
            border-radius: 0 5px 5px 5px;
        }

        .dropdown-menu > li > a {
            color: #fff;
            background-color: transparent;
        }

            .dropdown-menu > li > a:hover,
            .dropdown-menu > li > a:focus {
                color: #fff;
                background-color: transparent;
            }


.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 17px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #a9a6be;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #a9a6be;
}

/*.dropdown > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-top-color: #ccc;
    margin-top: 10px;
    margin-right: -12px;
}*/

/* SUB-MENU */

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 5px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* END */

/* FIM NAV BAR*/

/* FOOTER */
.panel-footer {
    padding: 0;
    background-color: #2c265c;
    border-top: 1px solid #2c265c;
    height: 50px;
    color: #ffffff;
    border-radius: 0;
    position: static;
}

.divImagemFooter {
    margin: 0 auto;
    width: 1250px;
    height: 50px;
}

    .divImagemFooter > img {
        float: right;
        vertical-align: central;
        margin: 10px;
    }

/* END FOOTER */

/* HEADER */

.divHeader {
    height: 50px;
    margin: 0 auto;
    width: <1250px;
    position: static;
    z-index: 9999;
    top: 50px;
}

    .divHeader > a > img {
        vertical-align: top;
        margin: 10px 10px 10px 0;
        display: inline-block;
        height: 30px;
    }

    /* MENU LOGIN */
    .divHeader > .MenuLogin {
        z-index: 100;
        display: inline;
        margin-top: 20px;
        float: right;
    }

#menuTeste {
    position: static;
    z-index: 9999;
    top: 50px;
}
/* END HEADER */


/* IFRAME */

iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}


/* GRID START */



.GridGlobal {
    position: relative;
    display: block;
    padding: 0;
    min-width: 1000px;
    height: auto;
    background-color: #fff;
    clear: both;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .GridGlobal table {
        /*border-spacing: 0;*/
        border-collapse: collapse;
    }

        .GridGlobal table th /*, .GridGlobal table th .grid-header, .GridGlobal table th .grid-header-title*/ {
            padding: 0;
            margin: 0;
            border: solid 0;
            border-collapse: collapse;
            /*background-color: dimgray;*/ /*rgb(209, 18, 22);*/
        }

.GridInterna {
    min-width: 965px;
    /*background-color: #fff;*/
    /*margin: 0 15px 0 15px;*/
}

.grid-wrap {
    margin: 0 15px 0 15px;
    padding-bottom: 15px;
}

table.grid-table .grid-header {
    background-color: #a9a6be !important;
    min-height: 30px;
    /*min-width: 150px;*/
    vertical-align: middle;
}

    table.grid-table .grid-header > .grid-header-title {
        text-align: center;
        white-space: pre-wrap !important;
        background-color: transparent !important; /*#a9a6be !important;*/
        vertical-align: middle;
        font-family: Arial;
        font-size: 10pt;
        padding: 8px 8px 8px 8px;
    }

    table.grid-table .grid-header:hover {
        background-color: #9190a3 !important;
        /*min-width: 150px;*/
    }

    table.grid-table .grid-header > .grid-header-title:hover {
        text-align: center;
        white-space: pre-wrap !important;
        background-color: transparent !important;
    }

.grid-table thead th {
    /*font-size: 14px;*/
    border-right: 4px solid white;
    text-align: center;
    color: white;
    background-color: #a9a6be;
}

    .grid-table thead th:last-child {
        border-right: 0;
    }

.table-striped > tbody {
    background-color: #ffffff;
    font-family: Arial;
    font-size: 8pt !important;
    color: #000000;
    padding: 8px 8px 8px 8px;
    border: 1px solid #efefef;
}
    /*
    .table-striped > tbody > tr > td,
    .table-striped > tbody > tr > th {
        border-right: 4px solid white;
    }

        .table-striped > tbody > tr > td:last-child,
        .table-striped > tbody > tr > th:last-child {
            border-right: 0;
        }

    .table-striped > tbody > tr:nth-child(odd) > td,
    .table-striped > tbody > tr:nth-child(odd) > th {
        background-color: #f6f6f6;
    }

    .table-striped > tbody > tr:hover > td,
    .table-striped > tbody > tr:hover > th {
        background-color: #efefef;
    }

    .table-striped > tbody > tr:nth-child(odd):hover > td,
    .table-striped > tbody > tr:nth-child(odd):hover > th {
        background-color: #e2e2e2;
    }*/


    .table-striped > tbody > tr:nth-of-type(2n+1) {
        background-color: #ffffff;
    }

    .table-striped > tbody > tr:nth-of-type(2n+0) {
        background-color: #f9f9f9;
    }

.table-striped {
    margin-bottom: 0;
    display: inline-table;
    border: 1px solid #dddddd;
}

.table > thead > tr > th {
    border: 1px solid #fff;
    vertical-align: middle;
    background: #a9a6be;
}

.table > tbody > tr > td {
    border: 1px solid #fff;
}

.table > tfoot > tr > td {
    border: 1px solid #fff;
    border-top: 2px solid #dadada;
}

.table-striped thead {
    background: #a9a6be;
    color: #fff;
    font-family: 'Arial';
    /*font-size: 12px;*/
}

.coluna-nowrap {
    /*min-width: 180px;*/
    white-space: nowrap;
}

/*.grid-table .other-single-header {
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid white !important;
    color: white;
    background-color: rgb(209,18,22);
}

.grid-table .other-single-header-minor {
    font-size: 13px;
    text-align: center;
    color: white;
    background-color: rgb(209,18,22);
    vertical-align: bottom;
}*/

/* GRID END */

/* START BREADCRUMBS */

.breadcrumb {
    position: relative;
    display: block;
    padding: 3px 10px;
    background-color: transparent;
    text-decoration: none;
}

    .breadcrumb a {
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        font-family: OpenSansbold;
        font-size: 16px;
        color: #2c265c;
        position: relative;
        display: inline-block;
        text-decoration: none;
    }

    .breadcrumb ul {
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

/* END BREADCRUMBS */


/*Date pickers*/
div.ui-datepicker {
    font-size: 10px;
    width: 20.5em;
}

.xdsoft_datepicker {
    color: #2c265c;
    background-color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #fff;
    background-color: #a9a6be;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    background-color: transparent;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date {
    background-color: #c5c1de;
    color: #fff;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
    background-color: #c5c1de;
    color: #000;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background-color: #2c265c;
    color: #fff;
    box-shadow: none !important;
    font-weight: bold;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover {
    color: #fff !important;
    background: #9190a3 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff !important;
    background: #9190a3 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    box-shadow: none !important;
    font-weight: bold;
    background-color: #2c265c;
    color: #fff;
}


.buttonColumn td {
    text-align: center !important;
}

.hiddenField {
    display: none !important;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

label {
    font-family: OpenSans;
    margin-top: 0px;
    font-weight: normal;
    /*height: 26px;*/
}

div .editor-field > label {
    font-family: OpenSansbold;
    margin-top: 18px;
    margin-bottom: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 13px;
    color: #575757;
}


.AlignRight {
    float: right !important;
}

a.nounderline {
    text-decoration: none;
}

.cabecalhoalinhatexto {
    padding: 0;
    text-indent: 0;
    vertical-align: top;
}

    .cabecalhoalinhatexto > label {
        font-family: OpenSansbold;
        vertical-align: top;
        font-weight: normal;
    }

.datetimepicker {
    width: 120px;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: table;
    /*height: 0;*/
    /*visibility: hidden;*/
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 5px;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        /*font-size: 1.1em;*/
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

.form-control[disabled], .form-control[readonly] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    text-indent: 10px;
}

.requiredColumn1:after {
    content: "*";
    color: red;
    display: inline-block;
    /*left: 15px;*/
    font-weight: bold;
    font-size: 15px;
    position: relative;
}

.requiredColumn2:after {
    content: "*";
    color: red;
    display: inline-block;
    /*left: 515px;*/
    font-weight: bold;
    font-size: 15px;
    position: relative;
}

.generic_btn {
    padding: .4em 1em .3em 2em;
    text-decoration: none;
    color: #444;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fff !important;
    border: 2px solid rgba(35,31,32,0.7) !important;
    margin-right: 0px;
    border-radius: 5px 5px 5px 5px;
    background-image: url('data:image/png;base64,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') /*img/greenblank2.png*/ !important;
    background-repeat: no-repeat !important;
    background-position: left;
    color: rgba(35,31,32,0.7) !important;
}


    .generic_btn:hover {
        padding: .4em 1em .3em 2em;
        text-decoration: none;
        color: #444;
        position: relative;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        background-color: #fff !important;
        border: 2px solid rgba(35,31,32,0.7) !important;
        margin-right: 0px;
        border-radius: 5px 5px 5px 5px;
        background-repeat: no-repeat !important;
        background-position: left;
        color: #fff !important;
        background-color: rgba(35,31,32,0.7) !important;
    }


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d !important;
    pointer-events: none !important;
}

.no-pointer-events {
    pointer-events: none !important;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
}

.validation-summary-alerts {
    color: #316ECB;
    font-weight: bold;
    position: relative;
    display: block;
    min-height: 1px;
    /*background-color: deeppink;*/
}


.validation-summary-valid {
    display: none;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert {
    padding: 2px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert li {
        padding: 1px;
    }


/* START GRID BUTTONS */

.GridButtons {
    font-family: FontAwesome;
    font-size: 13px;
    color: #000;
}

.grid-pager {
    color: #575757;
    font-family: Arial;
    font-size: 12px;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #fff;
    color: #575757;
}

    .pagination > li > a:hover,
    .pagination > li > span:hover {
        color: #575757;
    }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #d51317;
    border-color: #ce000b;
}

/* END GRID BUTTONS */

/* PAGE BUTTONS */

.btn_1 {
    height: 26px;
    min-width: 50px;
    text-decoration: none;
    color: #fff;
    position: relative;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
    background-color: #d51317;
    border: 0px solid #d51317;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 0 9px;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

    .btn_1:hover,
    .btn_1:focus,
    .btn_1:active,
    .btn_1:visited {
        background-color: #ce000b;
        border: 0px solid #ce000b;
        cursor: pointer;
        outline: 0;
    }

.btn_2 {
    height: 26px;
    min-width: 50px;
    text-decoration: none;
    color: #fff;
    position: relative;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
    background-color: #575757;
    border: 0px solid #575757;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 0 9px;
    cursor: pointer;
    font-family: Arial;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

    .btn_2:hover,
    .btn_2:focus,
    .btn_2:active,
    .btn_2:visited {
        background-color: #444444;
        border: 0px solid #444444;
        cursor: pointer;
        outline: 0;
    }

button .btn_2:before,
button .btn_1:before {
    margin: 0 5px 0 0;
}

/* BUTTON ICONS */

.inserir_btn:before {
    content: "\f196 "; /* .fa-plus-square-o */
    font-family: FontAwesome;
    float: left;
    margin: 0 5px 0 0;
}

.popup_btn:before {
    content: "\f08e "; /* .fa-external-link */
    font-family: FontAwesome;
    float: left;
    margin: 0 5px 0 0;
}

.voltar_btn:before {
    content: "\f060 "; /* .fa-arrow-left */
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

.cancel_btn:before {
    content: "\f0e2 "; /* .fa-undo */
    /*content: "\f00d ";*/ /* .fa-remove */
    font-family: FontAwesome;
    float: left;
    margin: 0 5px 0 0;
}

.export_btn:before {
    content: "\f093 "; /* .fa-upload */
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

.exportation_btn:before {
    content: "\f093 "; /* .fa-upload */
    font-family: FontAwesome;
    float: left;
    margin: 0 5px 0 0;
}

.listagem_btn:before {
    content: "\f060 "; /* .fa-plus */
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}


.search_btn:before {
    content: "\f002 "; /* .fa-search */
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

div.print_btn:before {
    content: "\f02f "; /* .fa-print */
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

button[type="submit"].print_btn:before,
button.print_btn:before {
    content: "\f02f "; /* .fa-print */
    font-family: FontAwesome;
    float: left;
    margin: 0 5px 0 0;
}

.annex_btn:before {
    content: "\f0f6 "; /* .fa-file-text-o */
    font-family: FontAwesome;
    float: left;
    margin: 0 5px 0 0;
}

.history_btn:before {
    content: "\f1da "; /* .fa-history */
    font-family: FontAwesome;
    float: left;
    margin: 0 5px 0 0;
}

div.confirmar_btn:before {
    content: "\f00c "; /* fa-check */
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

button[type="submit"].confirmar_btn:before,
button.confirmar_btn:before {
    content: "\f00c "; /* fa-check */
    font-family: FontAwesome;
    float: left;
    margin: 0 5px 0 0;
}

.gravar_btn:before {
    content: "\f0c7 "; /* fa-floppy-o */
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

.folder_btn:before {
    content: "\f07c "; /*fa-folder-open  */
    font-family: FontAwesome;
    float: left;
    margin: 0px 5px 0 5px;
}

/* INPUTS */

.next_btn:before {
    content: "\f061 ";
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

.alterar_btn:before {
    content: "\f040 ";
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

.import_btn:before {
    content: "\f002 ";
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

.seleccionar_btn:before {
    content: "\f002 ";
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}

.remover_btn:before {
    content: "\f08e "; /* .fa-plus */
    font-family: FontAwesome;
    float: left;
    margin: 3px 5px 0 5px;
}


#aplicarselecao {
    min-width: 150px;
}

/* END PAGE BUTTONS */

.button {
    padding: .4em 1em .3em 2em;
    text-decoration: none;
    color: #444;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fff !important;
    border: 2px solid rgba(35,31,32,0.7) !important;
    margin-right: 10px;
    border-radius: 5px 5px 5px 5px;
    background-image: url("img/greenblank.png") !important;
    background-repeat: no-repeat !important;
    background-position: left;
    color: rgba(35,31,32,0.7) !important;
}

    .button:active {
        background-color: #d11216;
    }


/*.margemTemplate {
    margin: 15px;
}*/


.tabelaTotal {
    width: 100%;
    height: 100%;
    empty-cells: show;
    min-width: 1000px;
}

    .tabelaTotal td.empty:after {
        content: '&nbsp;';
        visibility: hidden;
        speak: none;
    }

/*.footerSection {
    max-height: 40px;
    height: 40px;
}

.footerTotal {
    width: 100%;
    height: 40px;
    bottom: 0;
}

    .footerTotal td {
        background-color: #444444;
        width: 100%;
        height: 40px;
    }*/





.barralateral {
    background-color: rgb(209, 18, 22);
    background-image: url('themes/base/images/barralateral.png') !important;
    background-repeat: no-repeat !important;
    background-position: bottom right;
    z-index: -1;
    width: 160px;
}

.header_right {
    background-color: rgb(209, 18, 22);
}

/* Estilos para formulários */
.col-md-2 {
    margin-left: 5px;
}

/*#NIF {
    width: 200px;
}*/

#Nome {
    width: 400px;
}

.Nome,
.TextoG {
    width: 450px;
}

.TextoP {
    width: 200px;
}

.TextoD,
.TextoEmail,
.TextoInternet {
    width: 300px;
}

.NIF,
.Num9,
.CodPostal {
    width: 100px;
}

.Designacao {
    width: 450px;
    background-color: rgba(210, 209, 209, 1);
    border: 0;
}

.IdentificacaoDesignacao {
    width: 250px;
    background-color: rgba(210, 209, 209, 1);
    border: 0;
}

.money {
    width: 100px;
    text-align: right;
}


.codigoPostalEspaco {
    text-align: center;
}


.Bloqueado {
    background-color: rgba(210, 209, 209, 1) !important;
    /*border: 0;*/
}

.BloqueadoRight {
    background-color: rgba(210, 209, 209, 1) !important;
    /*border: 0;*/
    text-align: right !important;
    width: 120px;
}

.BloqueadoSemBorder {
    background-color: rgb(233, 233, 233) !important;
    border: 0 !important;
    text-align: center !important;
    padding: 5px 3.2% 5px 0px !important;
}

.BloqueadoSemBorderRight {
    background-color: transparent !important;
    border: 0 !important;
    text-align: right !important;
    width: 125px;
}

/*.BloqueadoSemBorderAlignLeft {
    background-color: rgb(213, 213, 213) !important;
    border: 0 !important;
    text-align: right !important;
}*/

.BloqueadoSemBorderAlignLeft {
    background-color: rgb(233, 233, 233) !important;
    border: 0 !important;
    width: 300px;
    text-align: left !important;
    overflow: visible;
    font-weight: bold;
    padding: 5px !important;
}

.BloqueadoSemBorderAlignLeftNoBold {
    background-color: rgb(233, 233, 233) !important;
    border: 0 !important;
    width: 300px;
    text-align: left !important;
    overflow: visible;
    padding: 5px !important;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

input::-webkit-input-placeholder {
    visibility: hidden !important;
}


.consultarImg:before {
    /*background-image: url('img/consultar_s.png');
    background-repeat: no-repeat !important;
    background-position: top left;*/
    display: inline-block;
    /*width: 5px;*/
    margin-right: 7px;
    text-decoration: none;
    content: "\f06e";
    font-family: FontAwesome;
    font-size: 13px;
    color: #000;
}



.displayInline {
    display: inline;
    float: left;
}

    .displayInline select {
        display: inline;
        float: left;
    }



.PosicaoLabel_Coluna1 {
    left: 0;
    position: relative;
    vertical-align: central;
    line-height: 30px;
    clear: left;
}

.PosicaoCampo_Coluna1 {
    left: 100px;
    position: relative;
}



.PosicaoLabel_Coluna2 {
    left: 210px;
    position: relative;
    width: 90px;
    max-width: 90px;
    vertical-align: central;
    line-height: 30px;
}

.PosicaoCampo_Coluna2 {
    left: 300px;
    position: relative;
}



/* forms */

label.checkbox {
    display: inline;
}

input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    vertical-align: middle;
}





/*Cursos-Caraterização*/

.labelWithInfo div {
    float: left;
}

.waitSIGO {
    background-color: white;
    color: black;
    text-align: center !important;
    position: absolute;
    width: 37%;
    left: 28%;
    top: -40%;
    padding: 3%;
    font-size: 17px;
    font-weight: bolder;
    z-index: 2500;
}

    .waitSIGO p {
        line-height: 15px;
    }

.forceDisable {
    position: fixed;
    opacity: 0.7;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #BEBEBE;
    display: none;
    cursor: not-allowed;
}




#cabecalhoNavegacao fieldset {
    margin: 0;
}

#cabecalhoNavegacao form td {
    padding-left: 12px !important;
}

#cabecalhoNavegacao form {
    margin: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#cabecalhoNavegacao td {
    padding: 5px 10px 5px 10px;
}

#cabecalhoNavegacao table tr {
    height: 25px;
}



.conteudoSubPagina {
    margin: 0;
    padding: 0;
    margin-top: -51px;
}

    .conteudoSubPagina fieldset:nth-of-type(1) {
        margin-top: 50px;
    }

    .conteudoSubPagina .validation-summary-errors {
        margin-top: 50px;
        margin-bottom: -20px;
    }

        .conteudoSubPagina .validation-summary-errors ul {
            margin: 0px;
        }

.debugTable, .debugTable tr, .debugTable tr td {
    border: solid 1px;
}

.clearMargins {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    /*padding: 20px;*/
}



/* Estilos para campos do formulário */
.numerico {
    text-align: right;
}

.numericoVidaAtiva {
    text-align: right;
    width: 120px;
}

.TextoLinhas1 {
    width: 300px;
    height: 60px;
}

.formDetalheEcraTemplate .formulario, .formDetalheEcraTemplate .formulario tr, .formDetalheEcraTemplate .formulario tr td {
}

    .formDetalheEcraTemplate .formulario tr td .col-md-10 {
        padding: 0;
    }

.margemEsquerdaFormulario {
    width: 100%;
    padding-left: 5%;
}

.formDetalheEcraTemplate .formulario tr {
    vertical-align: middle;
}

    .formDetalheEcraTemplate .formulario tr td:nth-of-type(1) {
        vertical-align: middle;
        width: 50%;
        text-align: left;
        /*padding: 0 30px 0 0;*/
        margin: 0;
        height: 32px;
    }

    .formDetalheEcraTemplate .formulario tr td:nth-of-type(3) {
        vertical-align: middle;
        width: 20%;
        text-align: left;
        /*padding: 0 30px 0 0;*/
        margin: 0;
        height: 32px;
    }

    .formDetalheEcraTemplate .formulario tr td:nth-of-type(2) {
        vertical-align: middle;
        width: auto;
        text-align: left;
        /*padding: 0 30px 0 0;*/
        margin: 0;
        height: 32px;
    }

    .formDetalheEcraTemplate .formulario tr td:nth-of-type(4) {
        vertical-align: middle;
        width: 430px;
        text-align: left;
        /*padding: 0 30px 0 0;*/
        margin: 0;
        height: 32px;
    }


.formSubSeccao {
    width: 100%;
}

    .formSubSeccao td {
        padding: 5px;
    }

.subSeccaoTitle {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    text-indent: 20px;
}

.formDetalheEcraTemplate .formSubSeccao tr td:nth-of-type(1) {
    vertical-align: middle;
    width: 15%;
    text-align: left;
    padding-right: 10px;
}

.formDetalheEcraTemplate .formSubSeccao tr td:nth-of-type(3) {
    vertical-align: middle;
    width: 15%;
    text-align: left;
    padding-right: 10px;
}

.formDetalheEcraTemplate .formSubSeccao tr td:nth-of-type(2) {
    vertical-align: middle;
    width: auto;
}

.formDetalheEcraTemplate .formSubSeccao tr td:nth-of-type(4) {
    vertical-align: middle;
    width: 430px;
}



.textoNormal {
    font-weight: normal;
    font-family: OpenSans;
}

.leftAlign {
    text-align: left;
}

    .leftAlign .formulario tr td:nth-of-type(1) {
        text-align: left;
    }

.itemDescription {
    text-align: left;
    font-weight: bold;
}

.radio ul {
    display: inline-flex;
}

    .radio ul > li {
        padding-right: 50px;
    }

/* TABELAS */
.Table-With-Border th,
.Table-With-Border td {
    border: 2px solid black;
}

.Table-Center th,
.Table-Center td,
td.Cell-Center-Text,
th.Cell-Center-Text {
    vertical-align: middle;
    text-align: center;
    height: 35px;
    width: 200px;
}


.Table-Empty-Cell tr:first-child > *:first-child,
th.Cell-No-Border,
td.Cell-No-Border {
    border: none;
}

/* END TABELAS STYLES */

.alignCenter {
    text-align: center;
}


/* DEBUG */
table, table tr, table tr td {
    /*border:solid 1px;*/
}

.distanciaLinha {
    /*height:50px;*/
    text-align: start;
}

.proximaLinha {
    display: block;
    /*white-space: pre-line;*/
    /*clear: both;*/
    padding-top: inherit;
    position: absolute;
}

.proximaLinhaCodigoPostal {
    display: block;
    /*white-space: pre-line;*/
    /*clear: both;*/
    margin-top: 25px;
    position: absolute;
}

.comMarginLeft {
    position: relative !important;
    left: -60px !important;
}






/* Detalhe Exemplo - Ecrã 1 */
.formCabecalho .formulario, .formCabecalho .formulario tr, .formCabecalho .formulario tr td {
    margin: 0 !important;
    padding: 0 !important;
}

    .formCabecalho .formulario tr td:nth-of-type(1) {
        vertical-align: middle;
        width: 150px;
        text-align: left;
        /*padding-right: 10px;*/
        /*text-indent: 7px;*/
        margin: 0;
        padding: 0;
    }

    .formCabecalho .formulario tr td:nth-of-type(2) {
        vertical-align: middle;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .formCabecalho .formulario tr td:nth-of-type(3) {
        vertical-align: middle;
        width: 150px;
        text-align: left;
        /*padding-right: 10px;*/
        margin: 0;
        padding: 0;
    }

    .formCabecalho .formulario tr td:nth-of-type(4) {
        vertical-align: middle;
        width: auto;
        margin: 0;
        padding: 0;
    }

.tabelaFormulario4col {
    margin-left: 12px;
    width: 100%;
}

    .tabelaFormulario4col tr td:nth-of-type(1) {
        width: 12%;
    }

    .tabelaFormulario4col tr td:nth-of-type(2) {
        width: 40%;
    }

    .tabelaFormulario4col tr td:nth-of-type(3) {
        width: 12%;
    }

    .tabelaFormulario4col tr td:nth-of-type(4) {
        width: auto;
    }






.tabelaFormulario2col {
    margin-left: 12px;
    width: 100%;
}

    .tabelaFormulario2col tr td:nth-of-type(1) {
        width: 12%;
    }

    .tabelaFormulario2col tr td:nth-of-type(2) {
        width: auto;
    }



.tabelaFormulario1col75 {
    margin-left: 12px;
    width: 75%;
}



.tabelaFormulario {
    margin-left: 12px;
}

.form-table-3 {
    width: 100%;
}

    .form-table-3 tr {
    }

    .form-table-3 td:nth-of-type(odd) {
        white-space: nowrap;
        width: 13%;
    }

    .form-table-3 td:nth-of-type(even) {
        width: 20%;
    }

.infoCamposPreenchidos {
    float: right;
    position: relative;
    z-index: 1;
}

.campoDesabilitado {
    background-color: rgba(233, 233, 233, 1) !important;
}


.regioes ul {
    padding: 0;
}


.margemFormularioPesquisa td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.alinharDireita {
    text-align: right;
}

#QuadroPessoalAfeto {
    width: 98%;
}

    #QuadroPessoalAfeto th {
        padding: 2px 5px 2px 5px;
    }

    #QuadroPessoalAfeto td {
        padding: 2px 5px 2px 5px;
    }

.debugRed {
    background-color: red;
}

.TextoLinhas4 {
    width: 85%;
    height: 75px;
}

span.info-red {
    color: red;
    font-style: italic;
}

.margemEsquerda {
    margin-left: 50px;
}

/*.fundo {
    margin-left: 15px;
}*/

.tabelaFormulario4col .fundo {
    padding-top: 30px;
}

.big-single-header {
    width: 20% !important;
    padding: 0 !important;
    background-color: transparent !important;
    height: 100%;
}

.medium-single-header {
    width: 15% !important;
    padding: 0 !important;
    background-color: transparent !important;
    height: 100%;
}

.action-single-header {
    width: 1%;
}

.parceiros-single-header {
    width: 20% !important;
}

.mini-single-header {
    width: 8% !important;
}

.tiny-single-header {
    width: 4% !important;
}


#resultGrid .single-header {
    width: 9% !important;
}

#resultGrid td {
    vertical-align: middle !important;
}

.other-single-header-minor {
    width: 50% !important;
    border: 0 !important;
}

.single-header-minor2 {
    width: 105px;
    min-width: 105px;
    max-width: 105px;
    border: 0 !important;
}

.single-header-minor3 {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
    border: 0 !important;
}

.campo-numerico {
    text-align: right;
    vertical-align: central;
}

.innertable {
    background-color: transparent !important;
}

    .innertable td {
        border: 0px !important;
        border-right: 1px solid white !important;
    }


.validation-wrap {
    margin-top: 70px;
    margin-bottom: -20px;
}

    .validation-wrap .validation-summary-errors {
        margin-top: -20px;
    }

.big-row {
    height: 50px !important;
}

.cronograma-table {
    width: 100%;
}

    .cronograma-table td {
        border: 1px solid gray !important;
        text-align: center !important;
    }

    .cronograma-table th {
        border-right: 1px solid #fff;
    }

    .cronograma-table tr {
        height: 25px;
    }

.redLinha {
    background-color: #d11216;
    cursor: default;
    text-align: center;
}

.cronograma-header {
    border: 1px solid gray;
    text-align: center;
    color: white;
}

.cronograma-label {
    text-align: left !important;
    text-indent: 7px;
}

.cronograma-mes {
}

.expand-column {
    width: 100%;
}

.alinhaCampoComLabel {
    display: inline-block;
}


.unidadeFuncional input {
    width: 100px;
}

input.input-50 {
    width: 50px;
}

input.input-25 {
    width: 25px;
}

input.input-75 {
    width: 75px;
}

input.input-100 {
    width: 100px;
}

td.padding-rubricas-1 {
    padding-left: 5px;
}

td.padding-rubricas-2 {
    padding-left: 30px;
}

td.padding-rubricas-3 {
    padding-left: 55px;
}

td.gridNumerico {
    white-space: nowrap;
    text-align: right;
}

.inline-list ul li {
    display: inline;
}

.zero-padding-list ul {
    padding-left: 0px;
}

.Text-Align-Center {
    text-align: center;
}

.Table-Center-Body-Text th:nth-child(n+2),
.Table-Center-Body-Text td:nth-child(n+2) {
    text-align: center;
}

.RubricaCustosAnaliseFinanc th {
    border: 2px solid black;
    text-align: center;
}

    .RubricaCustosAnaliseFinanc th big {
        width: 50% !important;
    }

.RubricaCustosAnaliseFinanc tr td.label {
    width: 100%;
}

.RubricaCustosAnaliseFinanc tr td:not(.label) {
    width: 105px;
    min-width: 105px;
}

.RubricaCustosAnaliseFinanc td {
    padding: 5px 3% 5px 0px !important;
}

td.inline-block {
    display: inline-block;
}

    td.inline-block div {
        display: inline-block;
    }


.ExecucaoFinanceiraQuadroFinAprovCandAnoReemb {
}

    .ExecucaoFinanceiraQuadroFinAprovCandAnoReemb td {
        padding: 10px;
    }

.cursor-pointer:hover {
    cursor: pointer;
}

#__loginBar {
    position: absolute;
    z-index: 99999;
    top: 0px;
    width: 50%;
    font-size: 11px;
    display: inline;
}

    #__loginBar #__loginBarForm {
    }

        #__loginBar #__loginBarForm div.campo {
            display: inline-block;
        }

            #__loginBar #__loginBarForm div.campo label {
                display: block;
            }

            #__loginBar #__loginBarForm div.campo input {
                width: 90px;
                height: 25px;
            }

@-webkit-keyframes opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#mensagem-loading {
    font-size: 2em;
    margin: 0 5%;
}

#loading {
    text-align: center;
}

    #loading span {
        -webkit-animation-name: opacity;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: opacity;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
        animation-name: opacity;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }

        #loading span:nth-child(2) {
            -webkit-animation-delay: 100ms;
            -moz-animation-delay: 100ms;
            animation-delay: 100ms;
        }

        #loading span:nth-child(3) {
            -webkit-animation-delay: 300ms;
            -moz-animation-delay: 300ms;
            animation-delay: 300ms;
        }

.TabelaCriteriosSelecao {
    width: 100%;
}

tr:not(:first-child) .CriteriosSeleccao-Nivel-1 .TabelaCriteriosSelecao {
    margin-top: 20px;
    border-top: 1px solid #CAC3C3;
}

.CriteriosSeleccao-Nivel-2 .TabelaCriteriosSelecao {
    margin-top: 20px;
    border-top: 1px solid #CAC3C3;
}

.CriteriosSeleccao-Nivel-2 {
    padding-left: 15px;
}

.CriteriosSeleccao-Nivel-3 {
    padding-left: 40px;
}

.CriteriosSeleccao-Nivel-4 {
    padding-left: 60px;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.textInline {
    display: inline;
}

.TiposSituacaoSemaforo_VERDE {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    border: 2px solid rgb(124,148,75);
    background-color: rgb(155,187,89);
    margin: auto;
}

.TiposSituacaoSemaforo_VERMELHO {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    margin: auto;
    border: 2px solid rgb(151,71,70);
    background-color: rgb(192,80,77);
}

.TiposSituacaoSemaforo_AMARELO {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    border: 2px solid rgb(254,212,67);
    background-color: rgb(255,255,0);
    margin: auto;
}

.TiposSituacaoSemaforo_CINZENTO {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    border: 2px solid rgb(128,128,128);
    background-color: rgb(192,192,192);
    margin: auto;
}



/* START MAIN LAYOUT */


/*input,*/
input[type="text"] {
    border: 1px solid #aaa;
    height: 32px;
    text-indent: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 150px;
}

textarea {
    border: 1px solid #aaa;
    height: 75px;
    text-indent: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 1000px;
}

/* IBAN */
input[type="text"].campoIBAN1 {
    min-width: 50px;
    width: 50px;
}

input[type="text"].campoIBAN2 {
    min-width: 50px;
    width: 50px;
}

input[type="text"].campoIBAN3 {
    min-width: 50px;
    width: 50px;
}

input[type="text"].campoIBAN4 {
    min-width: 100px;
    width: 100px;
}

input[type="text"].campoIBAN5 {
    min-width: 35px;
    width: 35px;
}

.Num4,
input[type="text"].CodPost4 {
    min-width: 50px;
    width: 50px;
}

input[type="text"].CodPost3 {
    min-width: 45px;
    width: 45px;
}


td.td-campoIBAN > div > div {
    display: inline;
    width: auto;
    margin: 0 5px 0 0;
}

td.td-campoIBAN {
    width: 50%;
}

.content-wrapper {
    margin: 0 auto;
    min-height: 60px;
}

div.container {
    min-height: 100%;
    margin: 0px;
    width: 100%;
    background: transparent;
    position: relative;
    display: block;
}

.main-content {
    background: url("themes/base/images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("themes/base/images/heroAccent.png") no-repeat;
}

/* Pagina Lista */
div.TituloPagina {
    position: relative;
    display: block;
    background-color: transparent;
    width: 100%;
    /*height: 26px;*/
    color: #d51317;
    font-family: OpenSansbold;
    font-size: 22px;
    padding-bottom: 26px;
}

div.TextoFundo {
    position: relative;
    display: block;
    background-color: transparent;
    width: 100%;
    /*height: 26px;*/
    color: #d51317;
    font-family: OpenSansbold;
    font-size: 12px;
    padding-bottom: 14px;
}

.paginaTemplate {
    margin-top: 20px;
    position: relative;
    display: block;
}


.formTemplate {
    min-width: 1000px;
    position: relative;
    height: 100%;
    /*border: 1px solid #555;*/
    background-color: #fff;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clear: both;
    position: relative;
    display: block;
    /*padding: 0 15px;*/
}

.formTemplateSubNivel {
    padding-bottom: 10px;
}

.formulario {
    width: 100%;
}

.form_navigation {
    width: 100%;
    text-align: right;
    position: relative;
    background-color: transparent;
    padding: 15px;
    min-width: 200px;
}

.cabecalhoNavegacao .formTemplate {
    text-indent: 15px;
    min-height: 50px;
}

.loading {
    position: absolute;
    margin: 20px;
    margin-top: 0;
    left: 475px;
    z-index: 9999;
}

.fundo {
    margin: 0;
    padding: 0;
}

.line-separator {
    height: 28px;
    background: #e6e6e9;
    margin: 28px 0 0 0;
    width: 100%;
    position: relative;
    display: block;
}

.separation-div {
    background: #e6e6e9;
    height: 58px;
    width: 100%;
    position: relative;
    display: block;
}

.closer {
    width: 100%;
    height: 15px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    margin-bottom: 28px;
}

.opener {
    width: 100%;
    height: 15px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
}

/*.separator {
    width: 100%;
    height: 17px;
}*/

fieldset {
    border: 0px;
    position: relative;
    display: block;
    background-color: transparent;
    border: 0;
    padding: 0 15px;
}

    fieldset legend {
        font-family: "OpenSansbold";
        width: 100%;
        font-size: 16px;
        color: #2c265c;
        position: relative;
        display: inline-block;
        padding: 26px 0 0 0;
        border: 0;
        margin: 0;
    }

        fieldset legend:after {
            font-family: FontAwesome;
            content: " \f077"; /* chevron-up */
            /* content: " \f077"; /* chevron-down */
        }

legend.div-title {
    font-family: "OpenSansbold";
    width: 100%;
    font-size: 16px;
    color: #2c265c;
    position: relative;
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 11px 15px 0 15px;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    legend.div-title:after {
        font-family: FontAwesome;
        content: " \f078";
    }

.menu_detalhe {
    background-color: #fff;
    position: relative;
    display: block;
    padding: 0 0 21px 15px;
    margin: 28px 0 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .menu_detalhe > ul {
        /*margin: px 0 0 0;*/
        padding-top: 16px;
    }

.pagina_detalhe_conteudo {
    position: relative;
    display: block;
    margin: -21px 0 0 0;
    border-radius: 5px;
}

    .pagina_detalhe_conteudo > .formTemplate {
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.validation-summary-alerts ul {
    margin: 0;
}


.nav-tabs > li > a {
    border-color: #eee #eee #ddd;
    background-color: #e6e6e9;
    color: #575757;
    font-family: OpenSansbold;
    font-size: 13px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #575757;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-family: OpenSansbold;
    font-size: 13px;
}

/* Tabs */
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #fff;
    }*/

.tab-content {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px 0px;
}

.col-md-10 {
    width: auto;
}

a.btnFecharJanela {
    height: 19px;
    min-width: 80px;
    text-decoration: none;
    color: #fff;
    position: relative;
    background-color: #d51317;
    border: 0px solid #d51317;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 0 9px;
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px 2px 5px;
    width: auto;
}

    a.btnFecharJanela:hover,
    a.btnFecharJanela:focus,
    a.btnFecharJanela:active,
    a.btnFecharJanela:visited {
        background-color: #ce000b;
        border: 0px solid #ce000b;
        cursor: pointer;
        outline: 0;
        text-decoration: none;
    }

    a.btnFecharJanela:before {
        content: "\f00d "; /* .fa-close*/
        font-family: FontAwesome;
        float: left;
        margin: 0 5px 0 0;
    }

html input[type=button],
input[type=reset],
input[type=submit] {
    padding: 0;
    margin: 0 5px 0 0;
}

body > .container {
    padding: 0;
}


/* selectize */
/* BG manter o mesmo height do form control */

/*select {
    height: 34px;
}

.selectize-control {
    min-width: 250px;
    margin-right: 15px;
}

.selectize-input {
    background-color: #868686;
    height: 20px;
}

.control-label {
    white-space: nowrap;
}*/


select {
    height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 200px;
    max-width: 350px;
    border: 1px solid #aaa;
    text-indent: 10px;
    cursor: pointer;
    padding-left: 10px;
    margin: 0;
}


    select::-ms-expand {
        border: 1px solid transparent;
        background: transparent;
    }

.select2 {
    /*line-height: 25px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 34px;
    min-width: 250px;
    max-width: 450px;
    /*text-indent: 10px;*/
    cursor: pointer;
    margin: 0;
}

.select2-container .select2-selection--single {
    height: 34px;
    /*text-indent: 10px;*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.width-912 {
    min-width: 912px;
    max-width: 912px;
    width: 912px;
}

.width-800 {
    min-width: 800px;
    max-width: 800px;
    width: 800px;
}

.width-700 {
    min-width: 700px;
    max-width: 700px;
    width: 700px;
}

.width-600 {
    min-width: 600px;
    max-width: 600px;
    width: 600px;
}

.width-500 {
    min-width: 500px;
    max-width: 500px;
    width: 500px;
}

.width-450 {
    min-width: 450px;
    max-width: 450px;
    width: 450px;
}

.width-400 {
    min-width: 400px;
    max-width: 400px;
    width: 400px;
}

.width-300 {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}

.width-200 {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
}

.width-150 {
    min-width: 150px;
    max-width: 150px;
    width: 150px !important;
}

.width-100 {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

.width-50 {
    min-width: 50px;
    max-width: 50px;
    width: 50px !important;
}

.width-20 {
    min-width: 20px;
    max-width: 20px;
    width: 20px !important;
}

.w-50 {
    min-width: 50%;
    max-width: 50%;
    width: 50% !important;
}

.w-100 {
    min-width: 100%;
    max-width: 100%;
    width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.align-input {
    margin-left: -16px !important;
}

.align-button {
    margin-top: 4px !important;
}

/* END MAIN LAYOUT*/

.circle-red {
    border-radius: 50%;
    border: 1px solid black;
    width: 30px;
    height: 30px;
    background-color: red;
    margin-right: 25px;
}

.circle-yellow {
    border-radius: 50%;
    border: 1px solid black;
    width: 30px;
    height: 30px;
    background-color: yellow;
    margin-right: 25px;
}

.circle-green {
    border-radius: 50%;
    border: 1px solid black;
    width: 30px;
    height: 30px;
    background-color: green;
    margin-right: 25px;
}

.tr-text-center {
    text-align: center !important;
}

.select2-container {
    min-width: 0 !important;
}

.selectize-input div.item + input {
    display: none !important;
}

.selectize-input {
    border: 1px solid #aaa !important;
}

.observacao-color {
    color: deepskyblue !important;
}

.next_btn-fix:before {
    content: "\f061 ";
    font-family: FontAwesome;
    float: left;
    margin: 0 5px 0 0;
}

ul li {
    list-style-position: inside !important;
}

div.validation-summary-errors {
    padding: 15px 0 0 15px;
}

    div.validation-summary-errors ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    div.validation-summary-errors li {
        list-style: initial;
        text-align: left;
    }

div.validation-summary-alerts {
    padding: 15px 0 0 0;
}

    div.validation-summary-alerts ul {
        padding-left: 15px;
    }

.disable-selectize-nb {
    -ms-opacity: 1 !important;
    opacity: 1 !important;
    background-color: rgba(233, 233, 233, 1) !important;
    border: 1px solid #aaa !important;
}

.disabled {
    -ms-opacity: 1 !important;
    opacity: 1 !important;
    background: rgba(233, 233, 233, 1) !important;
    border: 1px solid #aaa;
}


/* forms */

.nb-form .row .editor-field {
    width: 100% !important;
}

.bottom-text label {
    font-size: 16px;
    font-weight: bold;
}

.nb-form div.row > div > div > ul {
    padding: 0;
}

    .nb-form div.row > div > div > ul > li {
        display: inline-block;
        margin: 0 15px 0 0;
    }

.nb-form .form-control {
    border: 1px solid #aaa;
}

.nb-form .datetimepicker {
    width: 100% !important;
}

.nb-form .col-md-10 {
    width: 100% !important;
}

textarea.form-control, input.form-control {
    padding: 0 !important;
}

.nb-modal-footer {
    padding: 15px 0 !important;
}

.nb-form .col-md-2 {
    margin: 0 !important;
}

.bg-orange {
    background-color: Orange !important;
}

.text-white {
    color: white;
}

.mt-1 {
    margin-top: 25px !important;
}

.p-1 {
    padding: 15px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-5 {
    padding-bottom: 20px !important;
}

.cor-blue {
    background: #2980b9 !important;
}

.cor-red {
    background: #e74c3c !important;
}

.cor-green {
    background: #a8cd44 !important;
}

.cor-purple {
    background: #aa29b9 !important;
}

.cor-yellow {
    background: #FFBF00 !important;
}


input[readonly="readonly"], .label-disabled label {
    pointer-events: none !important;
}

input[readonly="readonly"], textarea[readonly="readonly"] {
    background: #e9e9e9 !important;
}

    input[readonly="readonly"]:focus, textarea[readonly="readonly"]:focus {
        outline: none;
        border: 1px solid #aaa;
        box-shadow: none;
    }

.leftAligned {
    text-align: left !important;
}

.center-checkbox {
    text-align: center;
}

.PesquisaGridMinha .pagerResults {
    opacity: 0;
}

p.color-errors {
    color: #e80c4d !important;
}

.observacao-alteracao {
    width: 75% !important;
}

    .observacao-alteracao td {
        width: 33.33% !important;
    }

    .observacao-alteracao .col-md-10 {
        width: 100% !important;
        padding: 0 !important;
    }

        .observacao-alteracao .col-md-10 input {
            width: 80% !important;
            padding: 0 !important;
        }

.pl-15 {
    padding-left: 15px !important;
}

#divida-notificar-datas .col-md-10 {
    padding: 0 !important;
    width: 100% !important;
}

select[readonly="readonly"] {
    background: #e9e9e9 !important;
    pointer-events: none !important;
    tab-index: -1 !important;
    touch-action: none;
}


    select[readonly="readonly"]:focus {
        outline: none;
    }

.nb-form-presta .row {
    width: 100% !important;
}

.nb-form-presta .col-md-10 {
    padding-left: 15px !important;
}

.mb-3 {
    margin-bottom: 25px;
}

.mt-3 {
    margin-top: 25px !important;
}


/* END MAIN LAYOUT*/
