﻿html, body {
    min-height: 100%;
    height: 100%;
    position: relative;
    background: rgb(246, 246, 246);
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
}

html {
    /*padding-top:50px;
	padding-bottom:50px;*/
}

body {
    
    padding-bottom: 0px;
    color: #333;
    font-family: "Manrope", sans-serif;
}

.container {
    max-width: 1600px;
    width:100%;
}
.base-container {
    max-width: 1600px;
    padding-top: 150px;
}


.base-container .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu .container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}
[data-role="header"] {
    background: #333 !important;
    color: #ffffff !important;
    border: none;
    letter-spacing: 0.05em;
}

.imgbuttongrid {
    margin-left: -10px;
    margin-right: -10px;
}

.btn-image-grid {
    padding-top: 30px;
}

.btn-image {
    border-radius: 10px;
    background: #ffffff !important;
    cursor: pointer;
    border: 5px solid #ccc;
    margin-bottom: 30px;
}

    .btn-image:hover, .btn-image:focus {
        border-radius: 10px;
        background: #ffffff !important;
        cursor: pointer;
        border: 5px solid #333;
    }

#frame .ui-content {
    padding: 0px;
}

.navbar-inverse h5 {
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    line-height: 50px;
    text-shadow: 1px 1px 1px #ccc;
}


.icheckbox_flat-blue.disabled {
    border: 1px solid #f2f2f2;
    background: #fcfcfc;
    border-color: #333;
    border-radius: 6px;
    display: block;
}

.form-control, fieldset .form-control {
    background-color: #ffffff;
    opacity: 1;
    border-color: #333;
}

.input-group-addon {
    border-color: #333 !important;
}

.mode-Edit .form-group .input-group-addon, .select2-selection.select2-selection--single {
    border-color: #333 !important;
    background: #ffffff !important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #333 !important;
}

.icheckbox_flat-blue {
    border: 1px solid #f2f2f2;
    background: #ffffff;
    border-color: #333;
    border-radius: 6px;
    display: block;
}

    .icheckbox_flat-blue.checked {
        border: 1px solid #f2f2f2;
        background: #28245C;
        border-color: #333;
        border-radius: 6px;
        display: block;
    }

        .icheckbox_flat-blue.checked::before {
            content: "\e703";
            font-family: 'entypo';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            top: 1px;
            left: 1px;
            font-size: 16px;
            position: absolute;
            color: #fff;
        }

.table a {
    color: #ed2e64;
    ;
}

    .table a:hover, .table a:focus {
        color: #ed2e64;
        ;
        text-decoration: underline;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f2f2f2;
    opacity: 1;
    border-color: #333;
}

.mode-View .form-group .input-group-addon {
    border-color: #333;
    background: #f2f2f2;
}

.alert.alert-danger a, .alert.alert-danger a:hover, .alert.alert-danger a:focus {
    color: #f35454;
    font-weight: bold;
    text-decoration: underline;
}

label {
    color: #333;
}

img.img-responsive {
    display: inline-block;
}

.full-width {
    width: 100%;
}

.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:focus {
    border: none;
    color: #333;
}

    .btn.btn-default:hover,
    .btn.btn-default:focus {
        background: #333;
        border-color: #333;
        color: #ffffff;
    }

    .btn.btn-default.btn-block,
    .btn.btn-default.btn-block:hover,
    .btn.btn-default.btn-block:focus {
        padding: 10px 14px;
        font-size: 18px;
    }

@media(max-width:600px) {
    .btn.btn-default.btn-block,
    .btn.btn-default.btn-block:hover,
    .btn.btn-default.btn-block:focus {
        margin-bottom: 15px;
    }
}

.btn.btn-default.btn-lg,
.btn.btn-default.btn-lg:hover,
.btn.btn-default.btn-lg:focus {
    font-size: 24px;
}

h1, h2, h3, h4, h5 {
    color: #333;
}

a, a:hover, a:focus {
    color: #333;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #ed2e64;
    border-color: #ed2e64;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #333;
    border-color: #333;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #28245C !important;
    border-color: #28245C !important;
}

.p-0 {
    padding: 0px !important;
}

.modal .modal-content .modal-header {
    background: rgba(0,0,0,0.6);
    color: #fff;
}

    .modal .modal-content .modal-header .modal-title {
        color: #fff;
    }

.alert-warning {
    background-color: #FFF;
    border-color: #333;
    color: #333;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}

.stage-tile {
    position: relative;
    padding: 0px;
    background: none;
    border: none;
    margin: 0px;
}

.inside-stage-logo img {
    margin-top: 10px;
    margin-left: 10px;
}

.breadcrumb > .active {
    color: #000;
}

.inside-stage-logo a {
    display: inline-block;
    position: relative;
    z-index: 2;
    ;
}
.main-menu {
    background:#fff;
}
.main-menu ul{list-style:none;padding:0px;margin:0px;
}
.breadcrumb {
    background: #e2e2e2;
}
.main-menu ul li{
    list-style: none;
    padding: 16px 20px;
    margin: 0px;
    float: left;
}
    .main-menu ul li a{
        font-size:16px;
        color:#333;
        font-weight:bold;
        text-decoration:none;
    }
    .main-menu ul li.active a, .main-menu ul li.active a:hover, .main-menu ul li.active a:focus {
      
        color: #ed2e64 !important;
        text-decoration: none;
        font-weight: bold;
    }

    @media(max-width:768px){
        .main-menu{
            padding:5px;
        }
        .main-menu ul li {
            width: 50%;
            text-align: center;
            float: left !important;
            padding: 5px;
        }

            .main-menu ul li a {
                font-size: 14px;
                border: 1px solid #ed2e64;
                border-radius: 4px;
                display: block;
                padding: 8px 12px;
                text-align: center;
                overflow:hidden;
                white-space:nowrap;
            }
    }
@media(max-width:350px) {
    .main-menu ul li {
        width: 100%;
        text-align: center;
        float: left !important;
        padding: 8px 12px;
    }

        .main-menu ul li a {
            font-size: 14px;
        }
}
.inside-stage-tile {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
    background: none;
    border: none;
    margin: 0px;
    background-size: 50px;
    color: #333;
    border-radius: 0px;
    margin-bottom: 10px;
    z-index: 10;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(102,101,102,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(102,101,102,1);
    box-shadow: 0px 0px 5px 0px rgba(102,101,102,1);
    background: #333;
}
.table-folders em{
    font-size:24px;
}
.table-folders td{
    vertical-align:middle;
}
.inside-stage-tile img {
    height: 40px !important;
}

    .inside-stage-tile .inside-stage-caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 90px;
        width: calc(100% - 180px);
        padding: 15px 30px;
        text-align: center;
        color: #fff;
    }

.inside-stage-back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

    .inside-stage-back img {
        height: 60px;
    }

.stage-tile a, .stage-tile a:hover, .stage-tile a:focus {
    display: block;
}

.stage-tile .stage-caption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 30px;
    text-align: center;
}

.stage-tile {
    color: #333;
    cursor: pointer;
}

.box {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
}


body.role-visitor {
    background-size: cover;
    background: linear-gradient( to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.15) 180px, rgba(0,0,0,0) 450px ), url('/skn/una-plilla-desde-cerca-scaled.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #111;
}
.navbar-btn, .navbar-btn:hover, .navbar-btn:focus {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 46px;
    height: 40px;
    color: #333 !important;
    font-size: 32px;
    text-shadow: 1px 1px 1px #ccc !important;
    border-radius: 8px !important;
}

    .navbar-btn:hover, .navbar-btn:focus {
        background: #ccc !important;
        border-color: #ccc !important;
    }

#login-password-show{
    border:1px solid #333 !important;
}
.navbar-inverse {
    background: #fff;
    border-color: #fff;
}
    .navbar-inverse.navbar-nofixed-bottom{
        margin-bottom:0px !important;
    }
    .navbar-inverse.navbar-nofixed-bottom .text {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 6px;
        padding-right: 6px;
        line-height: 40px;
        font-weight: 600;
        height: 40px;
        color: #ed2e64 !important;
        font-size: 11px;
    }
    .navbar-inverse.navbar-fixed-bottom .text {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 6px;
        padding-right: 6px;
        line-height: 40px;
        font-weight: 600;
        height: 40px;
        color: #ed2e64 !important;
        font-size: 11px;
    }

    .navbar-inverse.navbar-fixed-top .text {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 6px;
        padding-right: 6px;
        line-height: 40px;
        font-weight: 600;
        height: 40px;
        color: #ed2e64 !important;
        font-size: 16px;
    }

    .navbar-inverse .navbar-collapse.collapse {
        display: block !important;
        min-height: 50px;
    }

    .navbar-inverse.navbar-nav > li, .navbar-inverse.navbar-nav {
        float: left !important;
    }

        .navbar-inverse.navbar-nav.navbar-right:last-child {
            margin-right: -15px !important;
        }

    .navbar-inverse.navbar-right {
        float: right !important;
    }

    .navbar-inverse .navbar-collapse {
        box-shadow: none;
    }

.form-group {
    position: relative;
}


.alert.alert-info {
    border-color: #333;
    background: #f2f2f2;
    color: #333;
}

#cookie-bar {
    display: none !important;
}


.btn.btn-danger {
    background: #2d518a;
    border-color: #2d518a;
}

    .btn.btn-danger:hover, .btn.btn-danger:focus {
        background: #c4471c;
        border-color: #c4471c;
    }

.btn.btn-success {
    background: #2d5a93;
    border-color: #2d5a93;
}

    .btn.btn-success:hover, .btn.btn-success:focus {
        background: #2d5a93;
        border-color: #2d5a93;
    }

.btn.btn-sm {
    font-weight: normal;
    font-size: 14px;
}

.btn.btn-lg {
    font-weight: normal;
}

.shake {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}


.navbar.navbar-inverse.navbar-fixed-bottom .container-fluid {
    padding-left: 7px;
    padding-right: 7px;
}


.panel-default > .panel-heading {
    color: #fff !important;
    background-color: #333;
    border-color: #333;
}

.panel-group .panel .panel-heading .panel-title a, .panel-group .panel .panel-heading .panel-title a:hover, .panel-group .panel .panel-heading .panel-title a:focus {
    font-size: 16px;
    color: #ffffff !important;
}

.panel-heading {
    border-radius: 4px;
}

.panel-body .form-control:read-only:not(#sig), .panel-body .form-control:read-only:not(#sig):hover, .panel-body .form-control:read-only:not(#sig):focus {
    border-radius: 0px;
    padding: 3px 10px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #555;
    background: #ededed;
    color: #333;
    font-size: 13px;
    height: 30px;
}

.panel-body .layout-table-control .row {
    margin-left: -7px;
    margin-right: -7px;
}

    .panel-body .layout-table-control .row > div {
        padding-left: 7px;
        padding-right: 7px;
    }

.pagination > li > a, .pagination > li > span {
    color: #ffffff;
    background-color: #555;
    border: 1px solid #333;
    margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ed2e64;
    border-color: #ed2e64;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #ffffff;
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}

.btn-block.btn.btn-default.btn-xs.btn-attachment {
    font-size: 14px !important;
    background: #fff !important;
}

    .btn-block.btn.btn-default.btn-xs.btn-attachment:hover {
        font-size: 14px !important;
        background: #fff !important;
        color: #ed2e64 !important;
    }

.footer ul {
    margin: 0px;
}

.footer li {
    list-style: none;
}

.footer ul.social {
    display: inline-block;
    margin:0px;
    padding:0px;
}

    .footer ul.social li {
        float: left;
        padding: 5px;
        margin: 0px;
    }

        .footer ul.social li img {
            width: 28px;
            height: 28px;
        }

.footer {
    background: #222020;
    padding-bottom: 60px;
    padding-top: 60px;
    color: #fff;
    margin-top:60px;
}

    .footer a {
        color: #ed2e64;
    }

        .footer a:hover, .footer a:focus {
            color: #aa113c;
        }

.footer-logo img {
    max-height: 40px;
    width: auto;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6{
    color:#ed2e64;
    font-size:18px;
    font-weight:bold;
}


.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; /* vertical align columns */
}

    .footer-row .footer-col {
        display: block; /* keep normal behavior inside */
    }
    .footer-col-last{
        text-align:right;
    }



.action-AspenDashboard .box {
    padding: 0px;
    box-shadow:none;

    background:none;
  
}
/* mobile */
@media(max-width:768px) {

    .footer-col-last{
        text-align:center;
    }
    .footer-row {
        align-items: flex-start;
    }

        .footer-row .footer-col {
            margin-bottom: 40px;
            text-align: center;
        }
    
}

.action-Profile .layout-table-control .form-control, .action-Profile .layout-table-control .form-group .input-group-addon, .action-Profile .layout-table-control .select2-selection.select2-selection--single {
    border: none;
    border-radius: 0px;
    background: #f8f8f8 !important;
    box-shadow: none;
}
.action-Profile  [name="btnSave"][disabled] {
    display: none !important;
}