﻿.input-validation-error {
    border: 1px solid #bd4343 !important;
    /*background-color: #ff6a00 ;*/
}

.field-validation-error {
    display: inline-block;
    color: #bd4343 !important;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bababa;
  /*font-size: 0.8em;*/
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bababa;
  /*font-size: 0.8em;*/
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bababa;
  /*font-size: 0.8em;*/
}
:-moz-placeholder { /* Firefox 18- */
  color: #bababa;
  /*font-size: 0.8em;*/
}


.btn {
    border-radius: 0;
}

.btn-success {
    color: #fff;
    background-color: #BED62F;
    border-color: #afc62a;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #5C666C;
        border-color: #5C666C;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #BED62F;
        border-color: #afc62a;
    }

    .btn-success .badge {
        color: #BED62F;
        background-color: #fff;
    }

input[type="submit"], input[type="button"] {
    width: 100px;
}

.alert {
    border-radius: 0;
}


a,
a:visited,
a:focus {
    color: #BED62F;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


    .link,
    a.link:visited,
    .link:focus {
        color: #BED62F;
        cursor: pointer;
        text-decoration: none;
        outline: none;
    }

header {
    padding-top: 10px;
}

.buttons {
    padding-top: 20px;
}

.breadcrumb {
    margin-bottom: 5px;
}

h1.style-1 {
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.block .block-heading {
    font-size: unset;
}

.control-label {
    color: #5C666C;
}

.fluid_container {
    margin-bottom: 0;
}

rodape {
    margin: 0 0 20px 0;
    /*color:#b6b6b6;*/
    color:#616161;
    font-size:11px;

}

    rodape .block .block-content li a {
        /*color:#b6b6b6;*/
        color:#616161;
        font-size:11px;
    }
    rodape .container{
            border-top: 1px solid #e6e6e6;
            font-size:11px;
    }

.account li a{
    color: #5C666C;
    }

aside .info li a, .afine li a, .acount li a {
    line-height: 20px;
    font-size: unset;
}
input, button, select, textarea {
    font-family: unset;
}

.input-group-addon{
    border-radius: 0;
}

.login-content .form-horizontal .controls input {
    width: 100%;
    max-width: unset;
}
/*.hidden {
    display: none !important;
    visibility: hidden !important;
}*/
.form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
  }

.ui-widget {
    font-family: unset;
    z-index: 99 !important;
}
.ui-datepicker {
    width: 25em;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}


.btn-group > .btn {
    font-size: 13px;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 0;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout-default {
    border-left-color: #5C666C;
}

.bs-callout-primary {
    border-left-color: #325d88;
}

.bs-callout-success {
    border-left-color: #BED62F;
}
.bs-callout-success h4 {
    color: #BED62F;
}

.bs-callout-info {
    border-left-color: #29abe0;
}

.bs-callout-warning {
    border-left-color: #f47c3c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

input, textarea, .uneditable-input {
    max-width: unset;
}

.progress {
    height: 2px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background-color: #5C666C;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.linkFicheiros{
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.linkFicheiros a{
   color: #BED62F;
   display:block;
   font-weight:700;
}

#historico li a{
    color: #5C666C;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #5C666C;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #BED62F;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ebf5b2;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ebf5b2;
}

/*@media all {
    .pagebreak {
        display: none;
    }
}*/
@media print {
    a[href]:after {
        content: none;
    }

    .pagebreak {
        page-break-after: always;
    }
}

.labelFundocinza{
    background-color: #eaeaea;
    border-bottom: solid 1px #5C666C;
    margin-bottom: 5px;
}

