html, body {
    height: 100%;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    min-width: 1400px;
}

body.landing-layout {
    background-color: white;
    background-image: url('/images/full-size-background.png');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

body.landing-layout > div.container .navbar {
    border-radius: 0 0 4px 4px !important;
}

.navbar > .container-fluid {
    min-width: 1400px;
}

body.landing-layout > div.container a {
    color: rgb(4, 84, 33);
}

body.landing-layout h1 {
    font-size: 5em;
    font-weight: bold;
}

body.landing-layout h2 {
    font-size: 3em;
    font-weight: bold;
}

body.landing-layout button,
body.landing-layout button:hover {
    color: #ffffff;
    background-color: #00170c;
    padding: 5px 25px;
    border-radius: 20px;
    width: 150px;
    height: 42px;
}

a {
    color: #333;
}

a:hover {
    color: #009641;
}

a.default {
    color:#337ab7;
    text-decoration: underline;
}

.text-align-left {
    text-align: left!important;
}

/*
.shared-alerts-container {
    margin-top: 105px;
}
*/
.alert-with-navbar {
    margin-top: 95px;
}

.navbar-logo-header {
    max-width: 200px;
    height: auto;
}

.public-layout .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.private-header,
.public-header {
    background-color: #009641;
    height: 80px !important;
    border-radius: 0px;
    z-index: 1000;
    min-width: 1410px;
    /*position: relative;*/
}

@media (min-width: 400px) {
    .navbar-header {
        float: left;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        padding: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: left!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-right {
        float: right !important;
    }

}

.private-header .navbar-header h1,
.public-header h1 {
    font-size: 2.5em;
    font-weight: bold;
}

.private-header .navbar-header h2,
.public-header h2 {
    font-size: 2.2em;
    font-weight: bold;
}

.private-header .navbar-header > ul,
.public-header > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    background-color: #009641;
    color: white;
}

.private-header .navbar-header > ul > li,
.public-header > ul > li {
    float: left;
    padding-left: 15px;
}

.public-language-selector,
.landing-language-selector {
    float: right;
    margin-right: 50px;
}

.landing-language-selector {
    margin-top: 50px;
}

.public-language-selector {
    margin-top: 20px;
}

.public-language-selector .language-selector,
.landing-language-selector .language-selector {
    background-color: #f5f5f5 !important;
    color: #00170c;
    font-weight: bold;
    border: none;
    border-radius: 0px 10px 10px 0px;
    padding: 9px 5px;
    width: 100px;
}

.public-language-selector .input-group:after,
.landing-language-selector .input-group:after {
    content: '\e114';
    font: 17px "Glyphicons Halflings";
    color: #333;
    right: 11px;
    top: 15px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.public-language-selector .input-group > select,
.landing-language-selector .input-group > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    min-width: 120px;
    max-width: 320px;
    height: 50px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}

.public-language-selector .language-addon,
.landing-language-selector .language-addon {
    font-size: 1.5em;
    background-color: #f5f5f5;
    color: #00170c;
    border: none;
    border-radius: 10px 0px 0px 10px;
    width: 50px;
    height: 50px;
}

.public-language-selector select.language-selector,
.landing-language-selector select.language-selector {
    padding-right: 10px;
}

#landing-container {
    position: relative;
    margin-top: 100px;
}

#landing-container .landing-content {
    margin-top: 55px;
}

.landing-image {
    margin-bottom: 30px;
    margin-top: 200px;
    max-width: 500px;
    height: auto;
}

.landing-icon {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

#register-container,
#recover-password-container,
#login-container {
    margin-top: 120px;
}

#register-container .register-content > h1,
#recover-password-container .recover-password-content > h1,
#login-container .login-content > h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 15px;
}

#register-container .register-content input,
#recover-password-container .recover-password-content input,
#login-container .login-content input {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 45px;
    color: #00170c;
    position: relative;
    margin-bottom: 20px;
    padding-top: 11px;
    padding-left: 16px;
}

#users-register-form > .form-group .field-important-height {
    color: red;
    position: relative;
    top: 5px;
    left: 25px;
    z-index: 9;
    margin-bottom: -25px;
}

#register-container .register-content input[type=password]:focus,
#register-container .register-content input[type=text]:focus,
#recover-password-container .recover-password-content input[type=text]:focus,
#login-container .login-content input[type=password]:focus,
#login-container .login-content input[type=text]:focus {
    box-shadow: 0px 3px 7px #CCC;
    border-color: #CCC;
}

.register-content select {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 45px;
    position: relative;
    margin-bottom: 20px;
    padding-top: 11px;
}

.register-content select:focus {
    box-shadow: 0px 3px 7px #CCC;
    border-color: #CCC;
}

#register-container .register-center-div {
    width: 75%;
    padding-left: 25%;
}

#register-container .register-checkbox-div {
    width: 85%;
    padding-left: 15%;
}

#register-processing button,
#register-container button,
#register-container button:hover,
#recover-password-container button,
#recover-password-container button:hover,
#login-container button,
#login-container button:hover {
    color: #ffffff;
    background-color: #00170c;
    padding: 10px 25px;
    border-radius: 20px;
    width: 150px;
    height: auto;
    white-space: normal;
}

#login-container button,
#login-container button:hover {
    margin-top: 14px;
    margin-bottom: 15px;
}

#recover-password-container button,
#recover-password-container button:hover {
    margin-bottom: 25px;
}

#register-container button,
#register-container button:hover {
    margin-bottom: 25px;
}

#footer a.terms-link,
.register-content a.login-link,
.register-content a.recover-password-link,
.recover-password-content a.register-password-link,
.recover-password-content a.login-link,
.login-content a.register-password-link,
.login-content a.recover-password-link{
    color: #00170c;
}

#footer a.terms-link:hover,
.register-content a.recover-password-link,
.recover-password-content a.register-password-link:hover,
.login-content a.register-password-link:hover {
    text-decoration: none;
    font-weight: bold;
    color: #232627;
}

.register-content a.login-link:hover,
.recover-password-content a.login-link:hover,
.login-content a.recover-password-link:hover {
    text-decoration: none;
}

#footer {
    background-color: transparent;
    color: #00170c;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0;
    width: 300px;
    margin: 0 0 0 auto;
    padding: 25px 50px 10px;
    font-weight: bold;
}

.private-layout > .container-fluid {
    padding-left: 0px !important;
}

.private-layout .side-container {
    margin-left: 140px;
    margin-top: 100px;
}

.side-container-erase-padding {
    padding-left: 0px;
}

.side-container h1 {
    font-size: 2em;
    font-weight: bold;
}

.side-container h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#component-container {
    height: 100%;
}
.private-layout .left-menu-container {
    height: 100%;
    width: 110px;
    position: fixed;
    z-index: 3;
    top: 0px;
    left: 0px;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 85px;
}

.left-menu-container > ul > li > a {
    text-decoration: none;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.left-menu-container > ul{
    list-style-type: none;
    margin: 0px;
    padding: 0;
    overflow: hidden;
}

.left-menu-container > ul > li {
    padding: 5px;
    text-align: center;
}

.left-menu-container .left-menu-logo-text {
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9em;
}

a.left-menu-item-user {
    margin-top: 14px;
    background-image: url('/images/icons/user-off.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    display: block;
}

a.left-menu-item-user:hover {
    background-image: url('/images/icons/user-on.png');
}

a.left-menu-item-user.active {
    background-image: url('/images/icons/user-on.png');
}

a.left-menu-item-my-projects {
    margin-top: 14px;
    background-image: url('/images/icons/projects-off.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    display: block;
}

a.left-menu-item-my-projects:hover {
    background-image: url('/images/icons/projects-on.png');
}

a.left-menu-item-my-projects.active {
    background-image: url('/images/icons/projects-on.png');
}

a.left-menu-item-create-project {
    margin-top: 14px;
    background-image: url('/images/icons/create-off.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    display: block;
}

a.left-menu-item-create-project:hover {
    background-image: url('/images/icons/create-on.png');
}

a.left-menu-item-create-project.active {
    background-image: url('/images/icons/create-on.png');
}

a.left-menu-item-configuration {
    margin-top: 14px;
    background-image: url('/images/icons/configuration-off.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    display: block;
}

a.left-menu-item-configuration:hover {
    background-image: url('/images/icons/configuration-on.png');
}

a.left-menu-item-configuration.active {
    background-image: url('/images/icons/configuration-on.png');
}

a.left-menu-item-suport {
    margin-top: 14px;
    background-image: url('/images/icons/suport-off.png');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    display: block;
}

a.left-menu-item-suport:hover {
    background-image: url('/images/icons/suport-on.png');
}

a.left-menu-item-suport.active {
    background-image: url('/images/icons/suport-on.png');
}

.private-user-login .dropdown {
    margin-top: 5px;
}

.private-user-login .dropdown .dropdown-toggle {
    background-color: transparent;
    color: white;
    font-size: 1.3em;
    margin-left: 20px;
    text-align:left;
    margin-top: 2px;
}

.private-user-login p.user-data {
    margin: 5px 0 1px 0;
    font-weight: bold;
}

.private-user-login .dropdown a.dropdown-toggle:hover {
    color: white;
    background-color: transparent;
}

.private-user-login .private-user-logo {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-right: 50px;
}
.top-menu .dropdown {

    margin-top: 12px;
    margin-left: 25px;
}

.top-menu .dropdown .dropdown-toggle {
    background-color: transparent;
    color: white;
    font-size: 1em;
    text-align:left;
}

.top-menu .dropdown a.dropdown-toggle:hover {
    color: white;
    background-color: transparent;
}

.top-menu.nav .open > a,
.top-menu.nav .open > a:focus,
.top-menu.nav .open > a:hover {
    background-color: transparent;
}

#manage-projects {
    top: 50px;
}

.users-profile-container {
    margin-left: -15px;
}

#manage-projects h1 {
    font-size: 1.5em;
    font-weight: bold;
}

a.user-profile-logout:hover,
a.user-profile-logout {
    text-decoration: none;
    color: inherit;
}

a.user-profile-logout:hover {
    text-decoration: none;
}

.user-image {
    float: left;
    height: 20%;
    margin-top: 10px;
    margin-left: -20px;
    padding-left: 40px;
}

.user-image-content {
    margin-top: 70px;
    font-size: 1.8em;
    font-weight: bold;
}

.item-form {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f5f5f5;
    border-radius: 15px;
    margin-top: 20px;
}

.item-form img {
    width: 30px;
    height: 30px;
}

.item-form .input-group-addon {
    border-right: 2px solid #3c3c3c;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #f5f5f5;
}

.item-form input {
    background-color: #f5f5f5 !important;
    border-radius: 15px;
    height: 45px;
    color: #00170c;
    position: relative;
    border: none;
    box-shadow: none;
    padding-left: 20px;
    padding-top: 11px;
}

.item-form .form-control[disabled]  {
    background-color: transparent !important;
}

.item-form-select.input-group:after {
    content: '\e114';
    font: 17px "Glyphicons Halflings";
    color: #333;
    right: 11px;
    top: 19px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}

.item-form-select.input-group > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    height: 45px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #f5f5f5;
    border: none;
    border-radius: 15px;
    -ms-word-break: normal;
    word-break: normal;
    padding-left: 20px;
    padding-top: 11px;
}

.item-form-select.input-group > select:focus {
    background-color: #f5f5f5;
}

.item-text {
    margin: 12px 12px 12px 20px;
}

.item-checkbox-form {
    margin-left: 80px;
    margin-top: 30px;
}

.item-checkbox-form {
    display: block;
    position: relative;
    padding-top: 5px;
    padding-left: 50px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item-checkbox-form input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    border: 3px solid black;
    border-radius: 5px;
    background-color: #fff;
}

.item-checkbox-form:hover input ~ .checkmark {
    background-color: #fff;
    border: 3px solid black;
    border-radius: 5px;

}

.item-checkbox-form input:checked ~ .checkmark {
    border: 3px solid black;
    border-radius: 5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.item-checkbox-form input:checked ~ .checkmark:after {
    display: block;
}

.item-checkbox-form .checkmark:after {
    left: 7px;
    top: 4px;
    width: 8px;
    height: 10px;
    border: solid #009641;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.item-request-form {
    font-size: 2em;
    color: #111;
}

.item-btn-request-form {
    margin-top: 10px;
    width: 100px;
    box-shadow: none;
    font-weight: bold;
}

.item-btn-profile-form {
    margin-top: 50px;
    width: 100px;
    box-shadow: none;
    font-weight: bold;
}

.request-manage-change-state-form {
    display: inline;
}


#table-manage-projects .table > thead > tr > th {
    border-bottom: none;
    border-left: 1px solid #FFF;
    background-color: #009641;
    color: white;
}

#table-manage-projects .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd;

}

#table-manage-projects .table > tbody > tr > td > a {
    text-decoration: none;
    color: #3c3c3c;
}

#table-manage-projects .table > tbody > tr > td > a:hover {
    text-decoration: none;
    color: #009641;
}

#table-manage-projects {
    margin-top: 40px;
}

.search-manage-project-form {
    border-radius: 35px;
    background-color: #f5f5f5;
    padding-top: 2px;
    padding-bottom: 2px;
}

.search-manage-project-form img {
    width: 35px;
    height: 35px;
}

.search-manage-project-form .input-group-addon {
    border: none;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    background-color: #f5f5f5;
    padding-left: 20px;
}

.search-manage-project-form input {
    background-color: #f5f5f5;
    border-radius: 35px;
    height: 45px;
    color:#00170c;
    position: relative;
    border: none;
    box-shadow: none;
    margin-top: 5px;
    font-size: 1.5em;
}

.search-manage-project-form a {
    text-decoration: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 10px 25px 10px 10px;
}

.search-form h1 {
    font-size: 1.3em;
}

.search-form .title-advanced-filters {
    margin-top: 15px;
}

.item-filter-form {
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 10px;
}

.item-filter-form input {
    border: none;
    background-color: #f5f5f5;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: none;
}

.arrow-next img,
.arrow-back img{
    width: 40px;
    height: 40px;
}

.arrow-next,
.arrow-back {
    margin-top: 25px;
}

.create-project-step1 {
    margin-top: 15px;
    text-align: center;
}

.center {
    text-align: center;
}

.color-red {
    color: red!important;
}

.color-green {
    color: green!important;
}

.color-white {
    color: white;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.modal-header {
    font-size: 1.2em;
    font-weight: bold;
}

#risk-assesment-tool-calculations-table .row-helper {
    color: #AAAAAA;
}

#risk-assesment-tool-calculations-table .first-level {
    color: #000000;
    background-color: #FFFF00;
    font-weight: bold;
}

#risk-assesment-tool-calculations-table .second-level {
    color: #FFFFFF;
    background-color: #1F497D;
    font-weight: bold;
}

#risk-assesment-tool-calculations-table td {
    padding: 2px 8px;
    font-size: 0.9em;
}

.data-list {
    display: none;
}

.data-list-view {
    display: inline;
}

.panel-default > .panel-heading {
    color: #FFFFFF;
    background-color: #009F6a;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.panel-default > .panel-heading-summary {
    color: #000000;
    background-color: yellow;
}

h3.section-title {
    width: 100%;
    font-size: 30px;
    line-height: 60px;
    font-weight: bold;
}

h4.subsection-title {
    padding: 15px 0 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.table-management {
    margin-top: 25px;
}
.table-management > tbody > tr > td {
    text-align: center;
    border-top-color: transparent !important;
    border-bottom: 1px solid #CCCCCC;
}

.table-head-management {
    height: 50px;
}

.table-head-management > th {
    text-align: center;
    vertical-align: middle !important;
    color: #FFFFFF;
    background-color: #009641;
    border-left: 2px solid #FFFFFF;
    border-bottom-color:transparent !important;
}

input.search-field {
    background-image: url('/images/search-icon-45x45.png');
    background-repeat: no-repeat;
    border: none !important;
    background-color: #f5f5f5;
    width: 400px;
    font-size: 20px;
    padding: 26px 65px 26px;
    outline: none;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.search-remove {
    top: -33px;
    left: 365px;
}

.search-menu {
    float: left;
}

ul.search-menu-filter {
    list-style: none;
    padding: 0;
}

ul.search-menu-filter li {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.search-box-filter {
    border: none;
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-radius: 10px 15px 10px 15px;
    -moz-border-radius: 10px 15px 10px 15px;
    -webkit-border-radius: 10px 15px 10px 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-box-filter > input {
    color: #aeaeae;
    width: 200px;
    border: none !important;
    background-color: #f5f5f5;
    padding: 0;
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.search-box-filter > input:focus {
    background-color: #FFF;
}

.search-box-filter > input[type="date"] {
    color: #aeaeae;
    width: 200px;
    border: none !important;
    background: url('/images/chevron-down-icon-15x15.png') no-repeat right #f5f5f5;
    padding: 0;
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.search-box-filter > input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.search-box-filter > input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

.search-box-filter > select {
    color: #aeaeae;
    width: 200px;
    border: none !important;
    background: url('/images/chevron-down-icon-15x15.png') no-repeat right #f5f5f5;
    padding: 0;
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.search-box-filter > select:focus {
    background-color: #FFF;
    border-color: grey;
}

.search-clear-filter {
    font-size: 30px;
    padding-top: 30px;
    padding-left: 30px;
}

.box-register-project {
    border: none;
    background-color: #f5f5f5;
    padding: 12px 15px;
    border-radius: 10px 15px 10px 15px;
    -moz-border-radius: 10px 15px 10px 15px;
    -webkit-border-radius: 10px 15px 10px 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-register-project > input {

    width: 350px;
    color: #aeaeae;
    border: none !important;
    background-color: #f5f5f5;
    padding: 8px;
    display: inline-block;
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.box-register-project > input:focus {
    background-color: #FFF;
}

.box-register-project > select {
    color: #aeaeae;
    width: 350px;
    border: none !important;
    background: url(/images/chevron-down-icon-15x15.png) no-repeat right #f5f5f5;
    padding: 8px;
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.box-register-project > select:focus {
    background-color: #FFF;
}

.box-line-space {
    display: inline-block;
    height: 30px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #aeaeae;
    color: #787878;
}

ul.menu-register-project {
    list-style: none;
    padding: 0;
}

ul.menu-register-project li {
    float: left;
}

.box-register-project > input[type="date"] {
    color: #aeaeae;
    border: none !important;
    background: url('/images/chevron-down-icon-15x15.png') no-repeat right #f5f5f5;
    padding: 0;
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.box-register-project > input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.box-register-project > input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

button.submit-register-project {
    margin-left: 400px;.
    margin-top: 60px;
    border: 0px !important;
    text-transform: uppercase;
    font-weight: bold;
}

button.submit-register-project:hover, button.submit-register-project:active {
    background-color: transparent !important;
    color: #919191 !important;
}

button.submit-register-project:focus {
    outline:0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.addon-edit-project {
    border: none;
    background-color: #f5f5f5;
}
/*
.input-group > input {
    background-color: #f5f5f5;
    border: none;
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
*/
.input-group > input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.input-group > select {
/*    background-color: #f5f5f5;
    border: none !important; */
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.input-group > select:focus {
    background-color: #FFF;
    outline: none;
}

.angular-datepicker-input {
    padding: 0px;
    background-color: #f5f5f5;
    border: none !important;
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 5px;
}

.angular-datepicker-input:focus{
    background-color: #FFF;
}

.angular-datepicker-box {
    height: 90px;
    width: 250px;
}

.angular-datepicker-box-edit {
    width: 150px;
}

.clearfix {
    clear: both;
}

.box-profile {
    border: none;
    background-color: #f5f5f5;
    padding: 12px 15px;
    border-radius: 10px 15px 10px 15px;
    -moz-border-radius: 10px 15px 10px 15px;
    -webkit-border-radius: 10px 15px 10px 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-profile > input {
    width: 350px;
    color: #aeaeae;
    border: none !important;
    background-color: #f5f5f5;
    padding: 8px;
    display: inline-block;
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.box-profile > input:focus {
    background-color: #FFF;
}

.box-profile .glyphicon-envelope {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
    color: #787878;
}

.box-profile .glyphicon-earphone,.box-profile .glyphicon-lock,.box-profile .glyphicon-home,.box-profile .glyphicon-briefcase,.box-profile .glyphicon-knight,.box-profile .glyphicon-star-empty {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
    color: #787878;
}

ul.menu-profile {
    list-style: none;
    padding: 0;
}

ul.menu-profile li {
    float:left;
}

button.submit-profile {
    margin-left: 400px;
    margin-top: 220px;
    border: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
}

button.submit-profile:hover, button.submit-profile:active {
    background-color: transparent !important;
    color: #919191 !important;
}

button.submit-profile:focus {
    outline:0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#users-logout-form button {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

#users-logout-form {
    margin-bottom: 0;
}

/* Cards, existen en bootstrap V4, aqui se han portado para el V3 */

.card-container {
    margin-bottom: 2em;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    width: 100%;
    overflow: hidden;
}

.card-img-top-create {
    font-size: 120px;
    padding-bottom: 8px;
}

.card-img-top img {
    overflow: hidden;
    max-width: 100%;
    -moz-transition: all 1.3s;
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}
.card-img-top:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.meta {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    white-space: pre-wrap;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-footer {
    height: 42px;
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-footer > div {
    height: 20px;
}

.card-glyphicon {
    font-size: 120px;
    line-height: 128px;
}

.card a { color: #349d66; }

.navbar-brand {
    padding: 10px 15px;
}


#users-logout-form button {
    padding: 3px 20px;
}

#users-logout-form button:hover {
    background-color: #f5f5f5;
}

/** PROGRESS BAR **/
.progress-bar-container { display: block; height: 30px; background: repeating-linear-gradient(-45deg, #E8EFE0, #E8EFE0 10px, #FFF 10px, #FFF 20px); width: 100%; padding: 0px 0px 0px 0px; border-radius: 4px; }
.progress-bar-container .progress-bar { display: inline-block; height: 30px; padding: 0px 0px 0px 0px; overflow: hidden; border-radius: 4px; background-color: #2f9740; overflow: hidden; line-height: 30px; font-weight: bold; }

.data-box {
    border: 2px solid #919191;
    border-radius: 1px;
    margin: 0 20px;
    display: block;
    padding: 5px 20px;
}

.data-box .form-group .field-important-height {
    color: red;
    position: relative;
    top: -1px;
    font-size: 10px;
    z-index: 9;
    margin-bottom: -25px;
}

.data-box-without-borders {
    margin: 0 20px;
    display: block;
    padding: 5px 20px;
}

.data-box .title {
    position: relative;
    top: -18px;
    left: -16px;
    background-color: #ffffff;
    display: inline-block;
    padding: 0 15px;
    color: #149d4f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
}

.data-box .form-check .air-terminal-references {
    text-transform: none;
    font-weight: bold;
    margin-left: 1%;
}

.data-box .form-check .r-tester {
    margin-left: 20%;
}

.data-box .form-group label {
    text-transform: uppercase;
}
.data-box .form-group .form-control,
.search-form .form-group .form-control {
    background-color: #f5f5f5;
    border-radius: 15px;
    border: 1px solid #f5f5f5;
    box-shadow: none;
    height: 50px;
    padding: 5px 20px;
    font-weight: bold;
    color: #333;
}

.cursor-pointer {
    cursor:pointer;
}

.help-box{
    border: 2px solid #919191;
    border-radius: 1px;
    margin: 2% 0 0 0;
    display: block;
    padding: 0;
}

.help-box .text-help{
    margin-left: 10px;
    margin-right: 10px;
}

.help-box .title-help{
    margin-top: 10px;
}

.help-box .icon-help-question{
    margin-top: 10px;
    margin-left: 10px;
}

span.glyphicon.glyphicon-remove.cursor-pointer.pull-right,
span.glyphicon.glyphicon-remove.pull-right.icon-help-close.cursor-pointer {
    margin-top: 30%;
    margin-right: 1%;
}

.step-building-risks-form .data-box .form-group label {
    text-transform: none;
}
.step-building-risks-form .form-control[disabled]{
    cursor: default;
    background-color: #f5f5f5 !important;
    color: #999999;
}
#step-building-risks-stand-out-button {
    background-color: #089947 !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 1.5em;
}
.step-building-risks-form h2,
.step-building-risks-form h4 {
    font-weight: bold;
}
.step-building-risks-form .table>tbody>tr>td {
    border: 0;
}
.step-building-risks-form label {
    font-size: 0.95em;
}
.footer-building-risks-form .text-footer-building-risks-form {
    color: #999999;
    padding: 0 10px;
    display: inline-block;
}
.footer-building-risks-form .navigation-footer-building-risks-form {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    cursor: pointer;
}
.footer-building-risks-form .navigation-footer-building-risks-form img {
    width: 25px;
    height: 25px;
}
.text-calculated-risk-building-risks-form {
    margin: 0 380px;
    font-size: 1.1em;
    color: #000000;
    display: inline-block;
    text-align: center;
}
.text-calculated-risk-building-risks-form span {
    font-weight: bold;
}
.risk-value-cell {
    color: #999999;
}
.calculate-risk-button-building-risks-form {
    background-color: #009641 !important;
    text-transform: uppercase;
    padding: 6px 20px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.btn-search-form {
    border: 0;
    background-color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 15px;
}

.btn-position-left {
    margin-left: 15px;
}

.btn-search-vertical-align {
    margin-top: 30px;
}

.btn-select-vertical-align {
    margin-top: -5px;
}

#not-choose-nimbus-r .btn-success,
.btn-design-risk.btn-success {
    background-color: #333 !important;
}

.btn-info-panel-update-scale.btn-success,
.btn-design-risk-earthing-system.btn-success,
.btn-info-panel-create-area-auto.btn-success {
    background-color: #333 !important;
    width: 100%;
}
#not-choose-nimbus-r .btn-success:hover,
.btn-info-panel-update-scale.btn-success:hover,
.btn-design-risk-earthing-system.btn-success:hover,
.btn-info-panel-create-area-auto.btn-success:hover,
.btn-design-risk.btn-success:hover {
    background-color: #009641 !important;
}

.btn-info-panel-create-area-auto.form-control[disabled] {
    background-color: transparent !important;;
    color:#999999;
}

.btn-info-panel-create-area-auto.form-control[disabled].btn-success:hover{
    background-color:  #f5f5f5 !important;

}

.btn-success {
    background-color: #333;
    border-color: #333 !important;
}

.btn-success:hover {
    background-color: #009641;
    border-color: #009641 !important;
}

.checkbox-select-language {
    display: inline-block;
    margin-left: 15px;
}

.data-box .location-dimensions {
    height: 250px;
}

.modal-xl {
    width: 90%;
}
.modal-xl .modal-content {
    padding: 15px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee!important;
}

#modalScale .form-control[disabled] {
    background-color: #CCC!important;
    border: none;
}


.table-lightingrod thead th {
    background-color: #009641;
    color: #ffffff;
    font-weight: bold;
}

.table-lightingrod tbody tr:hover {
    cursor: pointer;
    background-color: #e6fff1;
}

.table > thead > tr > th {
    border: none;
}

span.project-data-type-selector {
    color: #999999;
    background-color: transparent;
    border: 0;
    margin-left: 10px;
    padding: 10px;
    border-radius: 25px;
}
span.project-data-type-selector:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}

span.project-data-type-selector.project-data-type-selected {
    color: #000000;
}

#order-by-label {
    margin-top: 12px;
}

#material-list-container .form-group {
    margin-bottom: 3px;
}

#material-list-container .form-control {
    height: 30px;
    padding: 4px 12px;
}

#privacy-policy-container {
    padding: 0 15%;
}
#privacy-policy-container h2,
#privacy-policy-container h3 {
    color: #009641;
}
#material-list-container img,
#area-properties img,
#ground-properties img {
    width: 40%;
    margin: 10px 0 15px 0;
    margin-left: 30%;
}
div.close-modal-button {
    display: inline;
    float: right;
    font-size: 20px;
    padding: 5px;
    font-weight: normal;
    height: 30px;
    cursor: pointer;
}
.map-building-risks-form img {
    margin-top: 20px;
    width: 100%;
}
.map-building-risks-form .text-description-map-building-risks-form {
    color: #999999;
    text-align: center;
    font-size: 1.5em;
    margin-top: 10px;
}


.button-black {
    width: auto;
    padding: 8px 30px 10px 30px;
    border-radius: 15px;
    border: none;
    background-color: #232627;
    color: #ffffff;
}

.logo-layout .logo-layout-background {
    height: 300px;
    background-image: url('/images/request-advice/logo-background.png');
    background-repeat: no-repeat;
    background-position: 0 -300px;
    background-size: cover;
    text-align: center;
}

.logo-layout .logo-layout-background img {
    max-width: 400px;
    margin-top: 80px;
}

.logo-layout #alerts-container.shared-alerts-container {
    margin-top: 20px;
}

#register-processing img.envelop-image,
#request-advice-processing img.envelop-image {
    max-width: 75px;
}

#register-processing img.logo-image,
#request-advice-processing img.logo-image {
    max-width: 150px;
}

#request-advice-modal-container.modal-content {
    padding: 15px;
}

#request-advice-form > .form-group .field-important-height {
    color: red;
    position: relative;
    top: 10px;
    left: 25px;
    z-index: 9;
    margin-bottom: -25px;
}

.btn-green {
    background-color: #4cae4c;
    border-color: #4cae4c!important;
}

.data-box .title-image {
    position: relative;
    float: right;
    top: -35px;
    right: -10px;
    padding: 0 15px;
    background-color: #FFFFFF;
    margin-bottom: -20px;
}

.data-box .title-image img {
    max-width: 60px;
}

table.request-advice-steps-table {
    margin: 1em auto;
}
table.request-advice-steps-table img {
    max-width: 60px;
    max-height: 56px;
}

table.request-advice-steps-table tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 0.5em;
    color: #666666;
    padding: 4px 0;
    text-transform: uppercase;
}

table.request-advice-steps-table tr td:nth-child(odd) {
    width: 60px;
}
table.request-advice-steps-table tr td:nth-child(even) {
    width: 55px;
}

table.request-advice-steps-table tr td:nth-child(even) img {
    width: 25px;
    margin: 0 15px;
}
.search-form .input-group-addon {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #333;
}
.search-form .input-group-addon:first-child {
    border-radius: 15px 0 0 15px;
}
.search-form .input-group-addon:last-child {
    border-radius: 0 15px 15px 0;
    cursor: pointer;
}
.request-manage-change-state-form button {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.no-margin {
    margin: 0 0 0 0;
}

.no-padding {
    padding: 0 0 0 0;
}

#area-properties h5 {
    font-weight: bold;
    font-size: 1.2em;
}

select.select-hide-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select.select-hide-arrow::-ms-expand {
    display: none;
}

/*css for nimbus-R-modal*/
.supidc {
    vertical-align:super;
    font-size:12pt;
}
#choose-nimbus-r .title,
#not-choose-nimbus-r .title {
    color: #149d4f;
    text-align: left;
    font-weight: bold;
}

#choose-nimbus-r .choose-nimbus-r-container,
#not-choose-nimbus-r .not-choose-nimbus-r-container {
    margin-left: 2%;
    margin-right: 2%;
}

#choose-nimbus-r .choose-nimbus-r-container p,
#not-choose-nimbus-r .not-choose-nimbus-r-container p {
    text-align: justify;
    font-weight: bold;
}

#choose-nimbus-r .choose-nimbus-r-container .text-center,
#not-choose-nimbus-r .not-choose-nimbus-r-container .text-center {
    text-align: center;
    font-weight: bold;
}

#choose-nimbus-r .choose-nimbus-r-image,
#not-choose-nimbus-r .not-choose-nimbus-r-image {
    width: 80%;
}

.edit-link {
    text-decoration: underline;
}

.shared-paginator-nav .pagination>.active>a {
    background-color: #009641;
    border-color: #009641;
    color: #FFFFFF;
}

.shared-paginator-nav .pagination>li>a {
    color: #009641;
}

.shared-paginator-nav .pagination>.disabled>a {
    color: #777;
}
