@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");
:root {
    --bg-light: #33475b;
    --bg-dark: #375b63;
    --bg-grey: #f3f3f4;
    --bg-red: #FB1616;
    --bg-dark-green: #356859;
}
* {
    font-family: Open Sans, sans-serif;
}
.starter-template {
    padding: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600;
}

/* gutters*/
.g-1 {
    padding-left: 15px;
}

#loading {
    position: absolute;
    padding-top: 30px;
    padding-left: 30%;
    z-index: 100;
    display: none;
    font-size: 20px;
}

#contentLoader {
    min-height: 200px;
}

#loaderDiv {
    min-height: 90px;
    font-size: 30px;
}

body{
    padding-bottom: 140px;
}


.title-row{
    padding: 10px 0 25px
}

.title-row h1{
    padding: 0;
    margin-top: 5px;
}

.title-row p{
    padding: 0 16px;
    margin: 0;
}

h1{
    padding: 20px 0 30px 0;
    color: var(--bg-light);
}

.navbar-light .btn-primary{
    color: white !important;
}

.pagerfanta {
    text-align: center;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #f8f9fa;
}

label {
    font-weight: 600;
    color: #445;
    font-size: 13px;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999999;
    opacity: 0;
    border-radius: 0;
    background: #212327;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.flex > .col-sm-4{
    display: flex;
    align-items: stretch;

}

.flex > .col-sm{
    display: flex;
    align-items: stretch;

}

.pt-1{
    padding-top:5px;
}

.pt-2{
    padding-top:10px;
}

.pt-3{
    padding-top:15px;
}

.pt-4{
    padding-top:20px;
}

.pt-5{
    padding-top:30px;
}

.pb-1{
    padding-bottom: 5px;
}

.pb-2{
    padding-bottom:10px;
}

.pb-3{
    padding-bottom:15px;
}

.pb-4{
    padding-bottom:20px;
}

.pb-5{
    padding-bottom:30px;
}



.mt-1{
    margin-top:5px;
}

.mt-2{
    margin-top:10px;
}

.mt-3{
    margin-top:15px;
}

.mt-4{
    margin-top:20px;
}

.mt-5{
    margin-top:30px;
}

.ml-1{
    margin-left: 5px !important;
}

.ml-2{
    margin-left: 10px !important;
}

.ml-3{
    margin-left: 15px !important;
}

.ml-5{
    margin-left: 30px !important;
}

.mb-1{
    margin-bottom: 5px;
}

.mb-2{
    margin-bottom:10px;
}

.mb-3{
    margin-bottom:15px;
}

.mb-4{
    margin-bottom:20px;
}

.mb-5{
    margin-bottom:30px;
}

.tab-header{
    margin-bottom: 14px;
    margin-top: 25px;
}

.card{
    border: 1px solid #757575;
    border-radius: 4px;
    position:relative;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.4);
}

.card .panel-body{
    font-size: 13px;
}

.col-sm-4 .card{
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 14px;
}

.col-sm-4 .card h2{
    display: block;
    width:100%;
    padding:0;
    margin:0;
    font-size: 14px;
    font-weight: normal;
}

.col-sm-4 .card hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dotted #ccc;
}

.col-sm-4 .card .wrapper{
    display: block;
    width:100%
}

.col-sm .card{
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 14px;
}

.col-sm .card h2{
    display: block;
    width:100%;
    padding:0;
    margin:0;
    font-size: 14px;
    font-weight: normal;
}

.col-sm .card hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dotted #ccc;
}

.col-sm .card .wrapper{
    display: block;
    width:100%
}

.innerCard {
    padding: 10px 10px 10px 15px;
}

.innerCard h2 {
    color: #b70000;
    margin-bottom: 6px !important;
    font-weight: bold !important;
    margin-top: 12px !important;
}

.innerCard .hr-line-dashed {
    border-top: 1px dashed #bbb;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 5px 0;
}

.innerCard p {
    margin-bottom: 0;
}

.step {
    border-bottom: 1px dotted #bbb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.remarksTitle {
    background-color: #226622 !important;
}

/*****************************************/
/*************** Forms ******************/
/*****************************************/

[class^="btn-fa-"]:before,
[class*=" btn-fa-"]:before
{
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0 6px 0 2px;
}

.btn-fa-send:before {
    content: '\f1d8';
}

.btn-fa-lock:before {
    content: '\f023';
}

.btn-fa-launch:before {
    content: '\f135';
}

.externalUser h1 {
    margin-top: 0 !important;
    padding-top: 5px !important;
}

.WFInfoPanel {
    border: 1px dotted #ccc;
    background-color: #f0f0f0;
    padding: 6px 10px 8px 15px;
    margin-bottom: 18px;
}

.topHelpBar {
    opacity: 0.75;
    zoom: 0.75;
    margin-bottom: 24px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0;
}
/*****************************************/
/*************** DX Box ******************/
/*****************************************/

.col-margin {
    margin-right: 18px; /* Add margin between columns */
    margin-bottom: 1px; /* Add margin between columns */
}

.col-margin:last-child {
    margin-right: 0; /* Remove margin from the last column */
}

.DXBox {
    max-width: 500px;
    min-width: 360px;
    position: relative;
}
.DXBox hr{
    border-top: 1px dotted #ccc;
}

.DXBoxTitle {
    background-color: var(--bg-light);
    color: #fff;
    padding: 5px 6px 7px 6px;
    margin: 0;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.DXBoxTitleBlocked{
    background-color: #aaa !important;
}
.DXBoxTitle h2{
    color: #fff;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.DXBoxTitle h2 a{
    color: #fff;
}
.DXBoxTitle h2 a:hover{
    color: #eee;
    text-decoration: none;
}
.DXBoxTitle h2 .openInfo:hover{
    color: #eee;
}
.DXBoxTitle2 {
    background-color: #e9e9ff;
    color: #444;
    padding: 5px 6px;
    margin: 0 8px 0 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}
.DXBoxTitle2 h2{
    color: #444;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.DXBoxTitle2 h2 a{
    color: #fff;
}
.DXBoxTitle2 h2 a:hover{
    color: #eee;
    text-decoration: none;
}
.DXBoxTitle2 h2 .openInfo:hover{
    color: #eee;
}
.DXBoxTitleWarning {
    background-color: var(--bg-red);
    color: #fff;
    padding: 5px 6px;
    margin: 0;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.DXBoxTitleWarning h2{
    color: #fff;
    font-size: 13px;
}
.DXBoxTitleWarning h2 a{
    color: #fff;
}
.DXBoxTitleWarning h2 a:hover{
    color: #eee;
    text-decoration: none;
}
.DXBoxTitleWarning h2 .openInfo:hover{
    color: #eee;
}
.DXBoxInfo {
    background-color: var(--bg-light);
    color: #fff;
    position: absolute;
    opacity: 0.95;
    color: #fff;
    padding: 0;
    margin: 0;
    z-index: 20;
    width: 100%;
    display: none;
}
.DXBoxInfo p{
    color: #fff;
    margin: 5px 12px;
}
.openInfo {
    cursor: pointer;
    color: #eee;
}
.WFDescription {
    margin: 4px 8px;
}
.DXBox button.slick-next {
    right: -10px;
    top: 50px;
    background-color: #f0f0f0;
    color: #fff;
    border: 1px solid #ccc;
    color: var(--bg-dark);
    outline: none
}
.DXBox button.slick-next:hover {
    background-color: #e0e0e0;
    border: 1px solid #ccc
        color: var(--bg-dark);
}
.DXBox button.slick-next:focus {

}
.DXBox button.slick-prev {
    left: -12px;
    top: 50px;
    bbackground-color: #f0f0f0;
    color: #fff;
    border: 1px solid #ccc;
    color: var(--bg-dark);
    outline: none;
}
.DXBox button.slick-prev:hover {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    color: var(--bg-dark);
}
.DXBox button.slick-prev:focus {
    border: none;
}
.DXBox div.stepNameSlider {
    text-align: center;
    margin-top: -10px;
    padding-bottom: 2px;
}
.DXBox div.stepNameSlider span.stepIndex{
    display: inline-block;
    padding: 2px 8px;
    font-weight: bold;
    background-color: #e0e0e0;
    color: var(--bg-dark);
    border-radius: 3px;
    border: 1px solid #bbb;
    font-size: 12px;
}
.DXBox span.stepIndexBoxWrapper{
    display: table-cell;
}
.DXBox span.stepIndexBox{
    padding: 2px 8px;
    font-weight: bold;
    background-color: var(--bg-light);
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}
.DXBox span.stepInfoBlock {
    display: table-cell;
}
.DXBox span.stepInfoNumber {
    display: table-cell;
}
.DXBox span.stepInfoName {
    display: table-cell;
    font-size: 13px;
    color: #335;
    padding-right: 14px;
}
.DXBox span.stepTitleBox{
    display: table-cell;
    padding: 0 8px;
    cursor: pointer;
    color: #333;
    font-size: 13px;
}
.DXBox span.stepIconBox{
    display: table-cell;
    float: right;
    opacity: 0.75;
}
.DXBox div.stepInfo {
    position: absolute;
    background-color: var(--bg-dark);
    color: #fff;
    opacity: 0.95;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
    padding: 20px;
    overflow-y: auto;
}
.DXBox div.stepInfo p {
    margin: 0;
    padding: 0;
}
.dot{
    height: 24px;
    width: 24px;
    top: -13px;
    right: -13px;
    border-radius: 20%;
    position: absolute;
    text-align: center;
    padding-top: 3px;
    color: white;
    z-index: 30;
    opacity: 0.95
}

.singleComment {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 4px;
    margin-bottom: 4px;
    font-size: 90%;
}

.singleComment span.stepIndexBox {
    font-size: 8px;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    line-height: 14px;
    margin-right: 5px;
    padding: 0;
    vertical-align: 3px;
}
.dotStep{
    right: 2px;
}

.dotStep2{
    right: 33px;
    cursor: pointer;
}

.dotStep3{
    right: 63px;
    cursor: pointer;
}

.bgred{
    background: #b70000 !important;
    color: #fff;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.infoRed{
    background: #fff0f0 !important;
    color: #b70000 !important;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.bggreen{
    background: green !important;
    color: #fff;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.infoGreen{
    background: #f0fff0 !important;
    color: #009900 !important;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.bggrey{
    background: grey !important;
    color: #fff;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.infoGrey{
    background: #fff !important;
    color: #888 !important;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.bgorange{
    background: orange !important;
    color: #fff;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.infoOrange{
    background: #fff6f0 !important;
    color: #ff8c00 !important;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.bgblue{
    background: blue !important;
    color: #fff;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.bgdark{
    background: #444 !important;
    color: #fff;
    min-width: 20px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}

.red{
    color: #b70000;
}

.green{
    color: green;
}

.background-green{
    background-color: #c8e6c9;
}

.background-red{
    background-color: #ffcdd2;
}

.background-orange{
    background-color: #ffe0b2;
}

.background-grey{
    background-color: #e0e0e0;
}

.grey{
    color: grey;
}

.orange{
    color: orange;
}

.blue{
    color: blue;
}

.slick-prev {
    position: absolute;
    bottom: 0;
    left:0;
    z-index: 5;
    width: 25px;
    height: 25px;
    border-radius: 20%;
    text-align: center;
}

.slick-next {
    position: absolute;
    bottom: 0;
    right:0;
    width: 25px;
    height: 25px;
    border-radius: 20%;
    text-align: center;
}

.slick-slide img
{
    border: 1px solid #ccc;
    border-style: inset;
}

.slide img
{
    border: 1px solid #ccc;
    border-style: inset;
}

.validationCheck {
    background-color: green;
    color: #fff;
    /*font-size: 20px;*/
    text-align: center;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20%;
    position: absolute;
    top: 25px;
    right: 50px;
    z-index: 10;
    display: none;
}
.slide {
    position: relative;
}
.slide .validationSlide {
    display: block;
    top: 4px;
    right:4px;
}

.user{
    color: #aaa;
    padding:5px 0
}

.flex .instance-card{

}

.instance-card span.stepIndex {
    display: none !important;
}

span.activeWFNumber {
    display: inline-block;
    margin: 0 4px;
    background-color: #335;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
    padding: 2px 5px;
    text-align: center;
    min-width: 20px;
}

span.activeWFNumber2 {
    display: inline-block;
    margin: 0 4px;
    border-radius: 3px;
    padding: 2px 5px;
    text-align: center;
    min-width: 20px;
    border: 1px solid blue;
    font-size: smaller;
}

/*****************************************/
/************** Launch WF ****************/
/*****************************************/
.masterFieldDescription {
    margin-top: 0px;
}
.singleOption {
    display: inline-block;
    margin: 2px 8px 2px 0;
    padding-right: 8px;
    border-right: 1px dotted #ccc;
}
.singleOption:last-child {
    border-right: none;
}

/*****************************************/
/************* Data panels ***************/
/*****************************************/

#logTable_length, #logTable_info {
    margin-left: 30px
}
#logTable_filter, #logTable_paginate {
    margin-right: 30px
}
#instanceData_length, #instanceData_info {
    margin-left: 30px
}
#instanceData_filter, #instanceData_paginate {
    margin-right: 30px
}
.collapsePanel {
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
}

.btn-inactive {
    opacity: .75;
}

/*****************************************/
/************* Login page ****************/
/*****************************************/
.grey-bg {
    margin: 4rem auto;
    background-color: var(bg-grey);
}
.text-center{
    text-align: center;
}
.grey-bg #copyLogin {
    color: #a4a4a4;
}
body.grey-bg div.middle-box {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 0px;
    box-shadow: 0 6px 15px -13px #000000;
    height: auto;
    left: auto;
    margin: 0 auto;
    max-width: 500px;
    padding: 30px 50px;
    position: relative;
    right: auto;
    width: 100%;
}
div.middle-box2 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 0px;
    box-shadow: 0 6px 15px -13px #000000;
    height: auto;
    left: auto;
    margin: 0 auto;
    max-width: 800px;
    padding: 30px 50px;
    position: relative;
    right: auto;
    width: 100%;
}
body.grey-bg div.middle-box h1 {
    text-align: center;
    /*padding: 30px;*/
    margin: 0 auto;
}
body.grey-bg .btn-primary.full-width {
    background: #39b97a none repeat scroll 0 0;
    border: 1px solid #39b97a;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 30px auto 10px;
    padding: 16px;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
}

/*****************************************/
/********** Top bar & footer *************/
/*****************************************/
body div.wrapper nav.DXTopbar * {
    color: #fff;

}
body div.wrapper nav.DXTopbar {
    background-color: var(--bg-light);
    border: none;
    height: 32px;
    border-radius: 0;
    color: #fff;
    z-index: 1000;
}
body div.wrapper nav.DXTopbar a.navbar-brand {
    background-color: var(--bg-light);
    padding: 10px 15px;
    color: #fff;
}
body div.wrapper nav.DXTopbar .navbar-nav>.open>a{
    background-color: var(--bg-dark);
    color: #fff;
}
body div.wrapper nav.DXTopbar .navbar-nav>.open>a:hover{
    background-color: var(--bg-dark);
    color: #fff;
}
body div.wrapper nav.DXTopbar .navbar-nav>.open>a:focus{
    background-color: var(--bg-dark);
    color: #fff;
}
body div.wrapper nav.DXTopbar .navbar-nav>.open>a:active{
    background-color: var(--bg-dark);
    color: #fff;
}
body div.wrapper nav.DXTopbar .navbar-nav>.open>a:visited{
    background-color: var(--bg-dark);
    color: #fff;
}
body div.wrapper nav.DXTopbar .navbar-nav>.open>a:link{
    background-color: var(--bg-dark);
    color: #fff;
}
body div.wrapper nav.DXTopbar .navbar-nav>li>a:hover{
    background-color: var(--bg-dark);
    color: #fff;
}
body div.wrapper nav.DXTopbar ul.dropdown-menu{
    background-color: var(--bg-dark);
    padding: 10px 0;
    margin-top: -1px;
    color: #fff;
}
body div.wrapper nav.DXTopbar .dropdown-menu>li>a {
    background-color: var(--bg-dark);
    padding: 10px 20px;
    color: #fff;
}
body div.wrapper nav.DXTopbar .dropdown-menu>li>a:hover {
    background-color: var(--bg-light);
    color: #fff;
}
.navbar-collapse {
    background-color: var(--bg-light);
}
.button-add-pdm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #337ab7;
    ;
    border-color: #2e6da4;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-family: inherit;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font: inherit;
    box-sizing: border-box;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    align-items: flex-start;
}
footer {
    background-color: var(--bg-light);
    border: none;
    color: #eee;
    text-align: center;
    padding: 4px 0;
    z-index: 100;
}

#contenidoLoad .col-sm {
    min-width: 380px;
    max-width: 430px
}

.stepTitle .tooltip {
    white-space: nowrap;
}

.modal-header {
    background-color: #f0f0f0;
}
/*****************************************/
/*************** web forms ***************/
/*****************************************/

.formContainer {
    margin: 0 -15px;
    padding: 0;
    padding-top: 90px;
}

.formBox {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 0px;
    box-shadow: 0 6px 15px -13px #000000;
    height: auto;
    margin: 0 auto;
    max-width: 1024px;
    padding: 30px 50px;
    position: relative;
    width: 100%;
}

.formBox h1 {
    padding-top: 0;
}

.tabTitle {
    display: none;
}

@media (max-width: 1420px) {
    .tabtext {
        display: none;
    }
    .tabTitle {
        display: block;
    }
}

@media (max-width: 1064px) {
    .formBox {
        border: none;
    }
}
@media (max-width: 768px) {
    .DXBox .slick {
        display: none;
    }
    .DXBox .slide {
        display: none;
    }
    body div.wrapper nav.DXTopbar .dropdown-menu>li>a {
        background-color: var(--bg-dark);
        padding: 10px 20px;
        color: #fff !important;
    }
    .topPager{
        margin-top: 5px;
        margin-bottom: 5px;
        min-height: 40px;
        float: none !important;
    }
    .DXBox .slide {
        display: none;
    }
    .hidden-small{
        display: none;
    }
}


/*****************************************/
/********* Alert flash messages **********/
/*****************************************/

.flashMessages{
    margin-top: 70px;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 5px 0;
}

/*****************************************/
/***************** ibox ******************/
/*****************************************/
/* UI Sortable */
.ui-sortable .ibox-title {
    cursor: move;
}

.ibox.ui-sortable-placeholder {
    margin: 0px 0px 23px !important;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

.ibox-content.text-box {
    padding-bottom: 0px;
    padding-top: 5px;
}

.ui-draggable .ibox-title {
    cursor: move;
}

.ibox {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}
.ibox:after,
.ibox:before {
    display: table;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 10px 7px 10px;
    height: 40px;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 5px 20px 10px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 0px 0px;
}

.ibox-content {
    clear: both;
}
.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}
.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}
.ibox-title .label {
    float: left;
    margin-left: 4px;
}
.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #777;
}
.ibox-tools a.btn-primary {
    color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}
/* 
Voy a comentar estas líneas porque causan algún problema

.ibox .open > .dropdown-menu {
    left: auto;
    right: 0;
}
*/
body.rtls .ibox-title h5 {
    float: right;
}

body.rtls .ibox-tools {
    float: left;
}

.skin-1 .ibox-title,
.skin-1 .ibox-content {
    border-width: 1px;
}
.skin-1 .ibox-content:last-child {
    border-style: solid solid solid solid;
}

.skin-2 .ibox-title {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    margin-bottom: 1px;
}
.skin-2 .ibox-content {
    background: rgba(255, 255, 255, 0.4);
    border: none !important;
}
.skin-2 #page-wrapper {
    background: #f6f6f6;
    background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
    background: -o-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
    background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
    background: radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5)";
}
.skin-2 .ibox-title,
.skin-2 .ibox-content {
    border-width: 1px;
}
.skin-2 .ibox-content:last-child {
    border-style: solid solid solid solid;
}

.skin-3 .ibox-title,
.skin-3 .ibox-content {
    border-width: 1px;
}
.skin-3 .ibox-content:last-child {
    border-style: solid solid solid solid;
}

.commentContainer div.ibox-title{
    background-color: #62bbe2;
    color: white !important
}

.commentContainer div.ibox-content{
    border: 1px solid #7284a9;
}

.revisionContainer div.ibox-title{
    background-color: #ed9c28;
    color: white !important
}

.revisionContainer div.ibox-content{
    border: 1px solid #ed9c28;
}

ul.userMiniList {
    list-style-type: none;
    margin: 5px 0;
    padding: 5px 10px;
}
li.userMiniList{
    border-bottom: 1px solid #ddd;
    min-height: 45px;
    margin: 5px 0;
}
ul.userMiniList li img{
    float: left;
    width: 45px;
    margin-right: 15px;
}

.media-body {
    overflow: hidden;
}
.media-body {
    /* display: block;*/
}

.media-body > .media {
    background: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
}
.forum-post-container .media-body .photos {
    margin: 10px 0;
}
.forum-photo {
    max-width: 140px;
    border-radius: 3px;
}

.forum-counter {
    display: inline-block;
    border-radius: 3px;
    line-height: 18px;
    background-color: black;
    opacity: 0.45;
    padding: 0 5px;
    min-width: 20px
}
.forum-filter {
    margin-bottom: 18px;
}
.forum-image img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #999;
}
.forum-post-time-lapse {
    float: right;
}
.forum-post-message {
    margin: 18px 6px;
    padding: 14px 18px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}
.alignRight {
    text-align: right;
    margin-top: 5px;
}
.media-body > .media .forum-avatar {
    width: 70px;
    margin-right: 10px;
}
.media-body > .media .forum-avatar .img-circle {
    height: 38px;
    width: 38px;
}

.media-body {
    font-size: 12px;
}

.media-body {
    overflow: hidden;
}

/* External style */
.DXOTemplateBoxName {
    position: absolute;
    bottom: 0;
    background-color: #333;
    color: white;
    text-align: center;
    width: 118px;
    margin: 0 1px;
}

.DXOTemplateBoxName p {
    color: white;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    word-wrap: break-word;
    padding: 4px;
    margin: 5px 0;
}


.DXOTemplateBox {
    width: 122px;
    height: 160px;
    float: left;
    margin: 5px;
    overflow-y: hidden;
    position: relative;
    cursor: pointer;
}

.DXOTemplateBox img{
    border: 1px solid #ccc;
    width: 120px;
    margin: 0;
}

.DXOTemplateList {
    margin-left: 16px;
}

/* Forum style */
.forum-body {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 20px;
}

.tittle-forum-col{
    background-color: #eee;
    margin-bottom: 5px;
    margin-top: 5px;
}

.body-forum-col{

}

.post-message{
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    margin-top: 15px;
}

.post-deleted {
    opacity: 0.60;
}

.hiddenField {
    margin-left: -1500px;
    height: 1px;
    width: 1px;
    overflow: hidden;
    opacity: 0;
}

.infoBall {
    display: inline-block;
    height: 19px;
    width: 19px;
    line-height: 17px;
    background-color: #f0f0f0;
    color: #444;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    border: 1px solid #ccc
}
/* DASHBOARD */
.gray-bg {
    background-color: #ddd;
}
.no-margins {
    margin: 0;
    padding: 0;
}

.dashbox {
    background-color: #f0f0f0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

/* TABS */
.panel.blank-panel {
    background: none;
    margin: 0;
}
.blank-panel .panel-heading {
    padding-bottom: 0;
}
.nav-tabs {
    border-bottom: 1px solid #bbb;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #bbb #bbb rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: default;
    border-top: 2px solid #b70000;
}
.nav.nav-tabs li {
    background: none;
    border: none;
}
.nav-tabs > li > a {
    color: #777;
    font-weight: 400;
    /*padding: 10px 20px 10px 25px;*/
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #ddd;
    color: #555;
    border-top: 2px solid #555;
}
.ui-tab .tab-content {
    padding: 20px 0px;
}

/* PAGINATION */
.pagnav {

}
.pagnav input {
    text-align: center;
    padding: 2px 2px;
}

.pagnav-pages-navspan {
    display: inline-block;
    min-width: 26px;
    color: #a0a5aa;
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 3px 5px 6px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.pagnav-pages a {
    display: inline-block;
    min-width: 26px;
    border: 1px solid #ccc;
    padding: 3px 5px 6px;
    background: #e5e5e5;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.pagnav-pages a:hover {
    border-color: #5b9dd9;
    color: #fff;
    background: #00a0d2;
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}

.pagnav-pages a:hover {
    border-color: #5b9dd9;
    color: #fff;
    background: #00a0d2;
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}



.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.recipient {
    margin: 8px 6px;
    padding:5px 0;
    background-color: #f0f0f9;
    border: 1px solid #e0e0e9
}

.pillValue{
    display:inline-block;
    margin: 3px 0 3px 5px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgb(0 0 0 / 5%);
    color: #333;
    line-height: 13px;
}

.DXBoxLocked{
    opacity: 90%;
}

.dxoLabelHelp{
    cursor: default;
    padding: 1px 5px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle

}

.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}

.contact-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
}

.contact-box a{
    color: inherit;
    text-decoration: none;
}

.editImage {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.limitSize320 {
    margin: 0 auto;
    max-width: 320px;
}

/* Image cropper style */
.img-container,
.img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.img-preview-sm {
    height: 130px;
    width: 200px;
}
.a-simple:hover{
    text-decoration: none;
}
.a-simple:focus{
    text-decoration: none;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: inherit;
    border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
    color: #cacaca;
}

.btn-DX-main {
    color: inherit;
    background: var(--bg-dark-green); /* Define this variable in your theme */
    border: 1px solid var(--bg-dark-green);
    color: white;
}
.btn-DX-main:hover,
.btn-DX-main:focus,
.btn-DX-main:active,
.btn-DX-main.active,
.open .dropdown-toggle.btn-DX-main {
    color: inherit;
    border: 1px solid var(--bg-dark);
    color: #f0f0f0;
}

.btn-DX {
    color: inherit;
    background: var(--bg-light);
    border: 1px solid var(--bg-dark);
    color: white;
}
.btn-DX:hover,
.btn-DX:focus,
.btn-DX:active,
.btn-DX.active,
.open .dropdown-toggle.btn-DX {
    color: inherit;
    border: 1px solid var(--bg-dark);
    color: #f0f0f0;
}
.btn-DX:active,
.btn-DX.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}
.btn-DX.disabled,
.btn-DX.disabled:hover,
.btn-DX.disabled:focus,
.btn-DX.disabled:active,
.btn-DX.disabled.active,
.btn-DX[disabled],
.btn-DX[disabled]:hover,
.btn-DX[disabled]:focus,
.btn-DX[disabled]:active,
.btn-DX.active[disabled],
fieldset[disabled] .btn-DX,
fieldset[disabled] .btn-DX:hover,
fieldset[disabled] .btn-DX:focus,
fieldset[disabled] .btn-DX:active,
fieldset[disabled] .btn-DX.active {
    color: var(--bg-light);
    opacity: 0.5;
}

.ko {
    color: #b70000;
}

.ok {
    color: #009900;
}

/*REPOSITORY FILES */
.repositoryFilesTable{
    margin: 0 12px 12px 12px;
}

.signatureList {
    width: 100%;
}

.repositoryFilesList {
    width: 100%;
    font-size: 14px;
    background-color: #eee;
}

.repositoryFilesList th {
    border: 1px dotted #ccc;
    white-space: nowrap;
    padding: 4px 9px !important;
    color: #1b9cd5;
}

.repositoryFilesList td {
    border: 1px dotted #ccc;
    padding: 4px 9px !important;
}

table .repositoryFilesName {
    background-color: #333 !important;
    color: white;
}

.repositoryFilesDate {
    background-color: #1b9cc5 !important;
    color: white !important;
    width: 160px;
    text-align: center;
}

.dropzone-previews{
    height: auto;
    left: 0;
    margin: 0 auto;
    right: auto;
    width: 100%;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 1040;
    outline: 0;
    margin-left: 15%;

}

.dropzone-backdrop{
    height: 100%;
    top: 0;
    position: fixed;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1030;
}

/* Small tabs */

.small-panel>li>a{
    padding: 5px 10px !important;
    font-size: 12px !important;
}


.modal .btn-toolbar{
    margin-left: 0px;
}

#contenidoLoad{
    clear: both;
    border-bottom: 1px solid #bbb;
}

.topPager{
    margin-top: -100px;
}
.topPagerArchive{
    margin-top: -60px;
}
.bottomPager{
    position: absolute;
    right: -0px;
    /* right: auto; */
    margin-top: 5px;
}

.DXHistoryClone {
    list-style: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-family: inherit;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font: inherit;
    box-sizing: border-box;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    align-items: flex-start;
}

.DXHistoryCloneBtn{
    color: #fff;
    text-decoration: none;
}


.DXHistoryCloneBtn:hover{
    color: #fff;
    text-decoration: none;
}

.DXHistoryCloneBtn:focus{
    color: #fff;
    text-decoration: none;
}

/*****************************************/
/*************** DX History ******************/
/*****************************************/
.DXHistory {

    min-width: 360px;
    position: relative;
}
.DXHistory hr{
    border-top: 1px dotted #ccc;
}

.DXHistory button.slick-next {
    right: -10px;
    top: 50px;
    background-color: var(--bg-dark);
    color: #eee;
    border: none;
    outline: none;
}
.DXHistory button.slick-next:hover {
    background-color: var(--bg-light);
    color: #fff;
}
.DXHistory button.slick-next:focus {
    border: none;
}
.DXHistory button.slick-prev {
    left: -12px;
    top: 50px;
    background-color: var(--bg-dark);
    color: #eee;
    border: none;
    outline: none;
}
.DXHistory button.slick-prev:hover {
    background-color: var(--bg-light);
    color: #fff;
}
.DXHistory button.slick-prev:focus {
    border: none;
}
.DXHistory div.stepNameSlider {
    text-align: center;
    margin-top: -10px;
}
.DXHistory div.stepNameSlider span.stepIndex{
    display: inline-block;
    padding: 2px 8px;
    font-weight: bold;
    background-color: var(--bg-dark);
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}
.DXHistory span.stepIndexBox{
    display: table-cell;
    padding: 2px 8px;
    font-weight: bold;
    background-color: var(--bg-light);
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
}
.DXHistory span.stepTitleBox{
    display: table-cell;
    padding: 0 8px;
    cursor: pointer;
    color: #444;
}
.DXHistory span.stepIconBox{
    display: table-cell;
    float: right;
}
.DXHistory div.stepInfo {
    position: absolute;
    background-color: var(--bg-dark);
    color: #fff;
    opacity: 0.95;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
    padding: 30px;
    overflow-y: auto;
}
.DXHistory div.stepInfo p {
    margin: 0;
    padding: 0;
}

.DXHistoryTitle {

    padding: 3px 3px;
    margin: 0;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.DXHistoryTitle h2{
    color: #0380ff;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.DXHistoryTitle h2 a{
    color: #fff;
}
.DXHistoryTitle h2 a:hover{
    color: #eee;
    text-decoration: none;
}
.DXHistoryTitle h2 .openInfo:hover{
    color: #eee;
}

.hr-line-dashed-bold {
    border-top: 2px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 2px;
    margin: 5px 0;
    padding-bottom: 10px;
}

/*************/
/**** Slides */
/*************/
.form-horizontal-new{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

@media (max-width: 1420px) {
    .tabtext {
        display: none;
    }
    .tabTitle {
        display: block;
    }
}

@media (max-width: 1064px) {
    .formBox {
        border: none;
    }
}

/*************/
/**** KPI ****/
/*************/
.kpiShow{
    float: right;
}


.dotLegend{
    height: 26px;
    width: 26px;
    top: -13px;
    right: -13px;
    border-radius: 20%;
    text-align: center;
    padding-top: 3px;
    color: white;
    z-index: 30;
}

.workflowLegend{
    padding-bottom: 5px;
    padding-top: 5px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    margin-bottom: 28px;
    margin-top: 0px;
    zoom: 0.85
}

/*****************************/
/**** Show Workflow Table ****/
/*****************************/

.workflowTable h2{
    display: block;
    width:100%;
    padding:0;
    margin:0;
    font-size: 14px;
    font-weight: normal;
}

.workflowTable h2 {
    color: #b70000;
    margin-bottom: 6px !important;
    font-weight: bold !important;
    margin-top: 12px !important;
}

.modal-xl{
    width:90%;
}

.modal-xxl{
    width:99%;
}

/* bootstrap modifications*/
.modify-toolbar .btn-toolbar {
    margin-left: 0;
}

/*tab navigation styles*/

.docxnav {
    padding-left: 0;
    margin: 20px auto -25px auto;
    list-style: none;
    z-index: -100;
}

.docxnavBO {
    border-bottom: 1px solid #ccc;
    margin-bottom:0px;
}

.docxnav > li {
    position: relative;
    display: block;
}
.docxnav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.docxnav > li > a:hover,
.docxnav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.docxnav > li.disabled > a {
    color: #777;
}
.docxnav > li.disabled > a:hover,
.docxnav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.docxnav .open > a,
.docxnav .open > a:hover,
.docxnav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.docxnav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.docxnav > li > a > img {
    max-width: none;
}
.docxnav-tabs {
    border-bottom: 1px solid #ddd;
}
.docxnav-tabs > li {
    float: left;
    margin-bottom: -1px;
    font-size: 13px;
}
.docxnav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #A7B1C2;
    /*border-radius: 4px 4px 0 0;*/
}
.docxnav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.docxnav-tabs > li.active > a,
.docxnav-tabs > li.active > a:hover,
.docxnav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 2px solid #999;
    box-shadow: 0px -2px 8px 1px rgba(50, 50, 50, 0.25);
    border-radius: 0;
    z-index: 10;
}

.docxnavBO > li.active > a,
.docxnavBO > li.active > a:hover,
.docxnavBO > li.active > a:focus {
    box-shadow: none;
}

.docxnav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.docxnav-tabs.nav-justified > li {
    float: none;
}
.docxnav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.docxnav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.docxnav:before, .docxnav:after {
    display: table;
    content: " ";
    clear: both;
    box-sizing: border-box
}
/*bottom tabs*/
.docxbotnav {
    padding-left: 0;
    margin: -25px auto 0 auto;
    list-style: none;
    z-index: 0;
    position: relative;
}
.docxbotnav > li {
    position: relative;
    display: block;
}
.docxbotnav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.docxbotnav > li > a:hover,
.docxbotnav > li > a:focus {
    text-decoration: none;
    background-color: #e5e5e5;
}
.docxbotnav > li.disabled > a {
    color: #777;
}
.docxbotnav > li.disabled > a:hover,
.docxbotnav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.docxbotnav .open > a,
.docxbotnav .open > a:hover,
.docxbotnav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.docxbotnav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.docxbotnav > li > a > img {
    max-width: none;
}
.docxbotnav-tabs {
    border-top: 1px solid #ddd;
    border-bottom: none;
}
.docxbotnav-tabs > li {
    float: left;
    margin-top: -1px;
    font-size: 13px;
}
.docxbotnav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #A7B1C2;
    border-radius: 0;
}
.docxbotnav-tabs > li > a:hover {
    /*border-color: #eee #eee #ddd;*/
    margin-top: 1px;
}
.docxbotnav-tabs > li.active > a,
.docxbotnav-tabs > li.active > a:hover,
.docxbotnav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 2px solid #999;
    box-shadow: 0px 2px 8px 1px rgba(50, 50, 50, 0.25);
    z-index: 10;
}
.docxbotnav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.docxbotnav-tabs.nav-justified > li {
    float: none;
}
.docxbotnav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.docxbotnav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.docxbotnav:before, .docxbotnav:after {
    display: table;
    content: " ";
    clear: both;
    box-sizing: border-box
}

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #e5e6e7;
    /*border-radius: 2px;*/
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%;
}

.form-control-chosen {
    background-color: #FFFFFF;
    background-image: none;
    /*border: 1px solid #e5e6e7;
    border-radius: 1px;*/
    color: inherit;
    display: block;
    padding: 0 !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    font-size: 13px;
}



.signature-block {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.signature-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

/*
* Fixed tootlbar into summnernote
*/

.note-toolbar {
    margin-left: 0;
}


/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box-error {
    height: 400px;
    width: 400px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: -250px;
    margin-left: -200px;
    z-index: 100;
}
.lockscreen.middle-box-error {
    width: 200px;
    margin-left: -100px;
    margin-top: -190px;
}
.loginscreen.middle-box-error {
    width: 300px;
    margin-left: -150px;
    margin-top: -330px;
}
.loginColumns {
    width: 760px;
    margin: 8% auto 0;
}
.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0px;
}
.middle-box-error h1 {
    font-size: 150px;
}
.wrapper .middle-box-error {
    margin-top: 140px;
}

.doc-box-wrapper {
    background-color: white;
    padding: 15px;
}

.mail-box-header h2 {
    margin-top: 0px;
}

.mail-box-header {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px;
}

.mail-box-header div.filters {
    margin: 10px 0 0 0;
}
.mail-box-header div.filters p {
    margin: 0 0 5px 0;
}

.doc-box-header {
    min-height: 80px;
}

.doc-box-filters {
    min-height: 40px;
    padding: 0 20px;
}

.mail-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-top: 0;
    padding: 0px;
    margin-bottom: 20px;
}

.file-name {
    word-wrap: break-word;  /* Rompe la palabra si es muy larga */
    overflow-wrap: break-word;
    white-space: normal;  /* Permite saltos de línea */
}

.sort-results {
    background: none;
    padding: 2px;
    margin: 1px;
    font-size: 11px; /* Reducir el tamaño del icono */
    width: 18px;
    height: 18px;
    zoom: 0.9;
}


.table-smart{
    padding: 3px 0px;
}


/* dropzone Home */
.cn {
    postion: relative
}
.cnSmall {
    postion: relative;
    border:1px dotted #777;
    background-color: #ffeeb7
}
.cn .textDropzone {
    position: absolute; /* Position relative to the container */
    top: 50%; /* Align top edge of the div to the middle of the container */
    left: 50%; /* Align left edge of the div to the middle of the container */
    transform: translate(-50%, -50%); /* Center the div */
    text-align: center; /* Optional: to center text content horizontally */
    width: 375px
}
.dropzone .dz-default.dz-message {
    background-image: none !important
}
.cn .iconLarge {
    float: left;
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
    color: black;
    line-height: 0.9;
    max-width: 30px;
    padding-top: 16px
}
.cn .textLarge {
    float: left;
    font-weight: 1000;
    font-style: italic;
    font-size: 36px;
    color: black;
    line-height: 0.9;
    max-width: 190px;
    padding: 0 6px
}
.cn .textSmall {
    float: left;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: black;
    line-height: 0.9;
    max-width: 150px;
    padding-top: 16px
}
.cnSmall .textDropzone {
    position: absolute; /* Position relative to the container */
    top: 50%; /* Align top edge of the div to the middle of the container */
    left: 50%; /* Align left edge of the div to the middle of the container */
    transform: translate(-50%, -50%); /* Center the div */
    text-align: center; /* Optional: to center text content horizontally */
    width: 250px
}
.cnSmall .iconLarge {
    float: left;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    color: black;
    line-height: 0.9;
    max-width: 20px;
    padding-top: 10px
}
.cnSmall .textLarge {
    float: left;
    font-weight: 1000;
    font-style: italic;
    font-size: 18px;
    color: black;
    line-height: 0.9;
    max-width: 100px;
    padding: 0 5px
}
.cnSmall .textSmall {
    float: left;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: black;
    line-height: 0.9;
    max-width: 120px;
    padding-top: 5px
}


.orch-instance-card {
    transition: all 0.3s ease;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}

.orch-instance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

.orch-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}

.orch-card.h-100 {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}

.orch-status-badge {
    text-align: center;
}

.orch-compact-info .orch-info-row {
    padding: 4px 0;
    font-size: 0.9em;
    border-bottom: 1px solid #eee;
}

.orch-compact-info .orch-info-row:last-child {
    border-bottom: none;
}

.orch-action-buttons {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.orch-main-btn {
    font-size: 12px !important;
    padding: 4px 12px !important;
}

.orch-description-section {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 4px;
    border-left: 3px solid #007bff;
    margin-top: auto;
    flex-grow: 1;
}
.orch-info-row .fa-user {
    margin-left: 20px !important;
}

.orch-info-row .ml-3 {
    margin-left: 15px !important;
}

.orch-action-buttons {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.orch-action-buttons.text-center {
    text-align: center;
}

.orch-main-btn {
    font-size: 12px !important;
    padding: 6px 16px !important;
    max-width: 200px;
}

.orch-main-btn.d-block {
    display: inline-block !important;
}

.orch-action-buttons .btn {
    max-width: 220px;
}
.orch-launch-card {
    transition: all 0.3s ease;
    height: 280px; /* Altura fija más compacta */
}

.orch-launch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
}

.orch-launch-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    padding: 15px;
}

.orch-launch-card-body {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}

.orch-launch-section {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.orch-launch-btn {
    font-size: 16px !important;
    padding: 12px 30px !important;
    border-radius: 25px !important;
    min-width: 180px;
    box-shadow: 0 4px 15px rgba(0,123,255,0.3);
    transition: all 0.3s ease;
}

.orch-launch-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,123,255,0.4) !important;
}

.orch-launch-description {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
    border-left: 4px solid #007bff;
    margin-top: auto;
    font-size: 0.9em;
}

.orch-messages-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

/* Mensajes tipo foro - COMPLETO */
.orch-messages-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

.orch-message-card {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.2s ease;
    margin-bottom: 1rem;
}

.orch-message-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.orch-message-card .d-flex {
    gap: 1rem;
}

.orch-avatar {
    flex-shrink: 0;
}

.orch-avatar img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border: 3px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.orch-message-title {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #212529 !important;
    line-height: 1.3;
    margin: 0 0 0.25rem 0;
}

.orch-message-meta {
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.2;
}

.orch-message-date {
    font-size: 0.8rem;
    color: #6c757d !important;
    margin-top: 0.125rem;
}

.orch-email-badge {
    background: #e9ecef !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    font-size: 0.8rem !important;
    color: #495057 !important;
    font-weight: 500;
}

/* Mensajes BORRADOS solo para admin */
.orch-message-deleted {
    background: linear-gradient(135deg, #fff5f5 0%, #ffebee 100%) !important;
    border: 2px solid #f8d7da !important;
    color: #721c24 !important;
    opacity: 1 !important;
}

.orch-message-deleted .orch-avatar img {
    border-color: #f5c2c7 !important;
    opacity: 0.8;
}

.orch-message-deleted-header {
    font-weight: 700 !important;
    color: #dc3545 !important;
    font-size: 0.95rem;
    background: rgba(220, 53, 69, 0.1);
    padding: 8px 12px;
    border-radius: 6px;
    border-left: 4px solid #dc3545;
    margin-bottom: 1rem;
}

.orch-message-title-deleted {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #842029 !important;
    text-decoration: line-through;
    opacity: 0.9;
}

.orch-message-meta-deleted {
    font-weight: 500;
    color: #842029 !important;
    font-size: 0.85rem;
}

.orch-message-date-deleted {
    font-size: 0.75rem;
    color: #a52834 !important;
}

.orch-message-deleted .orch-message-content {
    color: #842029 !important;
    font-style: italic;
    background: rgba(248, 215, 218, 0.3);
    padding: 12px;
    border-radius: 6px;
    border-left: 3px solid #dc3545;
}

/* Botones y acciones */
.orch-message-actions,
.orch-message-header-right {
    white-space: nowrap;
}

.orch-message-content {
    line-height: 1.6;
    color: #495057;
    margin-top: 1rem;
}

.orch-new-message-btn {
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .orch-avatar img {
        width: 45px !important;
        height: 45px !important;
    }

    .orch-message-title {
        font-size: 1.05rem !important;
    }

    .orch-message-header-right {
        margin-top: 0.75rem !important;
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .orch-message-card {
        padding: 15px;
    }

    .orch-message-header-right {
        margin-top: 0.5rem !important;
    }
}

/* Contenedor general tipo foro */
.forum-messages-section {
    max-width: 1100px;
    margin: 20px auto;
}

/* Tarjeta de cada mensaje */
.forum-post-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Mensajes borrados */
.forum-post-deleted {
    background: #fbe9e7;
    border-color: #f5c6cb;
}

/* Avatar: tamaño fijo y no ocupar ancho enorme */
.forum-avatar img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

/* Para que la columna de contenido no se pegue al borde */
.forum-post-card .row > div:last-child {
    padding-left: 20px;
}

/* Contenido del mensaje con fondo suave */
.forum-post-content {
    background: #f8f9fa;
    border-radius: 4px;
}

/* En pantallas grandes, mostrar mensajes más estrechos */
@media (min-width: 1200px) {
    .forum-post-card {
        max-width: 900px;
    }
}

.forum-post-header {
    position: relative;
}

/* Botón de borrar en la esquina superior derecha */
.forum-delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

/* Para que la fecha no se solape con el botón */
.forum-post-meta {
    padding-right: 40px;  /* espacio para el botón */
}
/* Paneles del repositorio: sin borde, sin sombra */
.orch-repo-panel {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}

/* Cabecera fina, tipo barra gris, como en la captura */
.orch-repo-header {
    font-weight: 600;
    padding: 4px 6px;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    font-size: 12px;
}

/* Cuerpo sin bordes adicionales */
.orch-repo-body {
    border: none;
    padding: 0;
}

/* Tabla más plana, sin bordes laterales */
#orch-folder-files-table {
    border: none;
}

#orch-folder-files-table thead tr th,
#orch-folder-files-table tbody tr td {
    border-left: none;
    border-right: none;
}

/* change log */
.changeLog h3 {color: #0586c0; font-weigth: normal; margin-left: 20px; margin-top: 24px}
.changeLog h4 {color: #1b9cd5; font-weigth: normal; margin-left: 30px; margin-top: 16px}
.changeLog p {margin-left: 40px; margin-top: 12px; margin-bottom: 0}
.changeLog ol {margin-left: 20px; margin-top: 0;}
.changeLog ol ol {margin-left: 0; padding-left: 20px}
.changeLog ul {margin-left: 20px; margin-top: 0;}
.changeLog ul ul {margin-left: 0; padding-left: 20px}