/*.navbar{
  border: 0px solid
}
.navbar-dark {
    background: url(images/azulprusia.png) no-repeat center center fixed;
    background-color: #315a7e;
}*/

/*.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding-left: 20px;
    position: relative;
    background: #2E6DA4;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}*/

/*.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-brand {
    background:url(images/logo.png) 0 0;
    float: left;
    height: 70px;
    padding: 15px 87px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-dark .navbar-nav > li > a {
    color: #fff;
}

.navbar-dark .navbar-nav > .open > a, 
.navbar-dark .navbar-nav > .open > a:hover, 
.navbar-dark .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #173e5d;
}*/

body.landing-page {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #F9FBFB;
}

a.navbar-brand {
    padding-left: 4px;
}

a.navbar-brand.toggle {
    padding-right: 16px;
}

a.navbar-brand i {
    padding-left: 2px;
}

a.navbar-brand.fortia {
    margin-left: -15px;
}

/*@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}*/

.navbar {
    /*background: linear-gradient(57deg, #2782CB 0%, #1E4D92 100%);*/
    border: 0px solid;
    background: #2E6DA4;
}

    .navbar.navbar-dark a.navbar-brand {
        color: #EBEDE9;
    }

    .navbar.navbar-dark a.navbar-brand:hover {
        color: #FFFFFF;
    }

.navbar-dark .navbar-nav > .open > a, .navbar-dark .navbar-nav > .open > a:hover, .navbar-dark .navbar-nav > .open > a:focus {
    color: #FFFFFF;
    background-color: #125F9A;
}

.navbar-dark {
    background-color: #2E6DA4;
    color: #EBEDE9;
}

    .navbar-dark .navbar-nav > li > a {
        color: #EBEDE9;
    }

.landing-page .jumbotron {
    background: linear-gradient(57deg, #2782CB 0%, #1E4D92 100%);
}

.landing-page footer {
    background: linear-gradient(57deg, #2782CB 0%, #1E4D92 100%);
    color: #EBEDE9;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
}

/*.landing-page .jumbotron::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: #0f8a9d;
    background: linear-gradient(57deg, #00C6A7 0%, #1E4D92 100%);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg)
}*/

.landing-page .enterprise {
    font-size: 24px;
    color: #EBEDE9;
}

.landing-page .version {
    font-size: 18px;
    color: #EBEDE9;
}

.landing-page .jumbotron h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 90px;
    color: #EBEDE9;
}

.landing-page h2 {
    text-align: center;
    font-size: 34px;
}

.landing-page h2.not-first {
    padding-top: 30px;
    padding-bottom: 30px;
}

.landing-page p.not-first {
    font-size: 20px;
    text-align: center;
}

.landing-page .jumbotron p {
    text-align: center;
    color: #EBEDE9;
}

.landing-page .jumbotron button {
    margin-top: 60px;
    margin-bottom: 60px;
}

.landing-page .fa-icon {
    font-size: 40px;
    text-align: center;
}

.features-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    padding-top: 72px;
    padding-bottom: 30px;
}

.feature {
    padding: 12px;
    width: 300px;
    max-width: 300px;
    flex-grow: 1;
}

.feature-inner {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 40px 24px;
}

    .feature-inner::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: 0 16px 48px #E3E7EB;
        mix-blend-mode: multiply;
    }

    .feature-inner h2 {
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .feature-inner p {
        font-size: 14px;
        text-align: center;
    }

.feature-extended {
    padding-top: 48px;
}

    .feature-extended img {
        /*border: 1px solid #2782CB;*/
    }

/*.sr .has-animations .is-revealing {
    visibility: hidden;
}*/
.load-hidden {
    visibility: hidden;
}

.feature-extended-image {
    margin-bottom: 24px;
}

.feature-extended-image, .feature-extended-body {
    width: 100%;
}

@media (min-width: 1025px) {
    .feature-extended-image, .feature-extended-body {
        padding: 0 40px;
    }
}

.feature-extended-body {
    text-align: center;
}

.feature-extended-image, .feature-extended-body {
    width: 100%;
}

@media (min-width: 641px) {
    .features-extended .section-paragraph {
        padding-left: 72px;
        padding-right: 72px;
        margin-bottom: 0
    }

    .feature-extended {
        display: flex;
        align-items: center;
        padding-top: 72px
    }

        .feature-extended:nth-child(even) .feature-extended-image {
            order: 1
        }

    .feature-extended-image, .feature-extended-body {
        width: auto;
        padding: 0 24px
    }

    .feature-extended-image {
        margin-bottom: 0
    }

        .feature-extended-image img, .feature-extended-image svg {
            max-width: none;
            width: 320px
        }

    .feature-extended-body {
        text-align: left
    }
}

@media (min-width: 1025px) {
    .feature-extended {
        padding-left: 40px;
        padding-right: 40px
    }

    .feature-extended-image, .feature-extended-body {
        padding: 0 40px
    }

        .feature-extended-image img, .feature-extended-image svg {
            width: 480px
        }
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #6c6b6b;
    white-space: nowrap;
}

#parameters-panel div.form-group {
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    align-content: end;
    padding-bottom: 1rem;
    margin-bottom: 0 !important;
}

    #parameters-panel div.form-group > label {
        display: block;
        /*height: 100%;*/
        position: relative;
        width: fit-content;
        padding-right: 30px;
        grid-row-end: initial;
    }

/*
    Para los controles de los reportes estandar, los controles se deben alinear a la misma altura todos, pero no para los demás.
*/

div.form-group > div:not([class]) {
    width: 100%;
}

#parameters-panel:not(.col-sm-3) div.form-group > span.mandatory + div,
#parameters-panel:not(.col-sm-3) div.form-group > label + div {
    width: 100%;
    /*height: 100%;*/
    /*display: flex;*/
    /*align-items: end;*/
    margin: 0;
    padding: 0;
}

    #parameters-panel:not(.col-sm-3) div.form-group > span.mandatory + div + div,
    #parameters-panel:not(.col-sm-3) div.form-group > label + div + div {
        position: relative;
        width: 100%;
        height: auto;
    }

#parameters-panel:not(.col-sm-3) div.formj-group > .form-group-controls {
    position: absolute;
    bottom: 1rem;
}

#parameters-panel .mandatory {
    min-width: 22px;
    min-height: 22px;
    background-image: url('images/mandatory.png');
    display: inline-block;
    position: absolute;
    margin-top: unset;
    vertical-align: unset;
    top: 0;
    right: 0;
}

.mandatory {
    margin-left: 5px;
    margin-top: -4px;
    min-width: 22px;
    min-height: 22px;
    background-image: url('images/mandatory.png');
    display: inline-block;
    vertical-align: middle;
}

.checkbox-cell {
    text-align: center !important;
    padding: 0 !important;
}

.checkbox-cell .k-checkbox-label:before {
    /*margin-left: -8px;*/
    margin-top: 2px;
}

.card-action:hover {
    background-color: rgba(0, 0, 0, 0.125) !important;
}

.card-action a {
    color: inherit;
}

.card-action a:hover {
    text-decoration: none;
}