
html #portal-footer-wrapper .page-footer {
    background-color: #004994;
}

.page-footer {
    color: #FFFFFF;
}

.page-footer a {
    color: #FFFFFF;
}

body > div.container {
    padding: 170px 30px 100px 30px;
}

footer {
    padding-top: 30px;
}

i {
    padding-right: 5px;
}

div.container.header-wrapper {
    padding: 0 30px;
}

div.header-icons {
    padding: 0;
    text-align: right;
    margin-top: 15px;
}

h1 {
    color: #19202A;
    font-weight: normal;
}

.description {
    color: #1C2331;
    font-size: 18px;
    font-weight: normal;
}
.discreet {
    color: #777777;
    font-weight: 300;
}

.navbar > .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

div#siguv-navigation  .menu-item-title {
    padding: 1rem 0;
    margin-right: 1rem;
    color: rgba(0,0,0,0.5);
}

div#siguv-navigation li.active .menu-item-title {
    padding: 1rem 0;
    margin-right: 1rem;
    color: #004994;
}

#portal-navigation .menu .menu-section .menu-profile .profile-image {
    background-image: url('./defaultUser.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto 30px auto;
    opacity: 1;
    overflow: hidden;
    transition: opacity 150ms ease-in-out;
    width: 80px;
}

#portal-navigation .menu .menu-section .menu-profile .profile-info {
    text-align: center;
}

#portal-navigation .menu .menu-section .menu-profile .profile-info .profile-name {
    background-color: #F1F1F1;
    border-radius: 8px;
    color: #2F3334;
    font-size: 18px;
    font-weight: 300;
    padding: 4px;
}

#navigation {
    margin-bottom: 1em;
}

div.context-menu {
    float: right;}
css

.form-inline .form-control {
    margin-right: 5px;
}

nav .breadcrumb-item {
    display: inline-block !important;
}

html body #content .container {
    padding: 3rem 1rem 2rem 1rem;
}

td[data-state="inquiry"],
td[data-state="created"],
span[data-state="inquiry"],
span[data-state="created"] {
    font-weight: bold;
    color: #ff8c00;
}

td[data-state="sent"],
td[data-state="pending"],
span[data-state="sent"],
span[data-state="pending"] {
    font-weight: bold;
    color: #eed202;
}

td[data-state="validated"],
td[data-state="approved"],
td[data-state="active"],
span[data-state="validated"],
span[data-state="approved"],
span[data-state="active"] {
    font-weight: bold;
    color: #66b032;
}

td[data-state="inactive"],
td[data-state="closed"],
span[data-state="inactive"],
span[data-state="closed"] {
    font-weight: bold;
    color: grey;
}

td > .nav-link {
    display: contents;
}

ul.nav-wizard {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
}
ul.nav-wizard:before {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 46px;
    height: 47px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    content: " ";
}
ul.nav-wizard:after {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 138px;
    height: 47px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    content: " ";
}
ul.nav-wizard li {
    position: relative;
    float: left;
    height: 46px;
    display: inline-block;
    text-align: middle;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
}
ul.nav-wizard li a {
    color: #468847;
    padding: 0;
}
ul.nav-wizard li a:hover {
    background-color: transparent;
}
ul.nav-wizard li:before {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #d4d4d4;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -16px;
}
ul.nav-wizard li:after {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #f9f9f9;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -15px;
}
ul.nav-wizard li.active {
    color: #3a87ad;
    background: #d9edf7;
}
ul.nav-wizard li.active:after {
    border-left: 16px solid #d9edf7;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
    color: #3a87ad;
    background: #d9edf7;
}
ul.nav-wizard .active ~ li {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard .active ~ li:after {
    border-left: 16px solid #ededed;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
    color: #468847;
    background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
    border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
    color: #468847;
    background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
    border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}

.form-group-error .invalid-feedback {
    display: block;
}

.form-group > legend > label {
    font-size: 1rem;
}

.form-group-error {
    border: solid red;
    padding: 1rem;
    background: #ffd2d2;
}

.was-validated select.form-control:valid, select.form-control.is-valid {
    padding-right: 3rem!important;
    background-position: right 1.5rem center;
}