﻿@charset

utf-8;
/*=-=-=-= Typography/Font Class Selectors =-=-=-=*/
.custFontHeadings {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.custFontButtons {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

/*=-=-=-= Global Selectors =-=-=-=*/

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    background: url(../images/xbg_main.jpg) top center no-repeat #b6b7bc;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
    font-size: 12px;
}

a:link {
    color: #1d60ff;
    text-decoration: none;
}

a:visited {
    color: #1d60ff;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #1d60ff;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #187aa9;
    text-transform: none;
    margin-bottom: 15px;
    font-weight: normal;
}

h1 {
    font-size: 1.8em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 1.3em;
}

h5, h6 {
    font-size: 1em;
}

legend {
    text-transform: none;
    font-weight: bold;
    color: #187aa9;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

input.textEntry {
    width: 100px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.submit {
    width: 400px;
    right: 20px;
    bottom: 20px;
    background: #e6e6e6;
    color: #e6e6e6;
    font-family: Tahoma, Geneva, sans-serif;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.input-textbox-label {
    background-color: white;
    border-color: white;
    font-weight: bold;
}

/*=-=-=-= Buttons =-=-=-=*/

.submitGray {
    right: 20px;
    bottom: 20px;
    background: #e6e6e6;
    color: #555555;
    padding: 6px 15px 6px 15px;
    font-family: Tahoma, Geneva, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.submitDialogButton {
    background: url(../images/xbg_glow_top.png) top repeat-x #83cce6;
    color: #00486a;
    padding: 1px 5px 1px 5px;
    float: left;
    text-align: center;
    margin: 0 3px 8px 0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 #ade9ff;
    font-weight: normal;
    font-size: smaller border: 1px solid #83cce6;
    float: right;
    cursor: pointer;
}

h2.title {
    border-bottom: 1px solid #187aa9;
    width: 100%;
}

.submitDialogButton:hover {
    background: url(../images/xbg_glow_bott.png) bottom repeat-x #57b2d2;
}

.submitButton {
    background: url(../images/xbg_glow_top.png) top repeat-x #83cce6;
    color: #00486a;
    padding: 5px 20px 5px 20px;
    float: left;
    text-align: center;
    margin: 0 5px 10px 0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 #ade9ff;
    font-weight: bold;
    border: 1px solid #83cce6;
    float: right;
    cursor: pointer;
}

    .submitButton.no_float {
        float: none !important;
        margin: 5px 0;
        height: 30px;
    }

    .submitButton:hover {
        background: url(../images/xbg_glow_bott.png) bottom repeat-x #57b2d2;
    }

    .submitButton a {
        color: #00486a;
        text-shadow: 0 -1px 0 #ade9ff;
    }

a.submitButton {
    color: #00486a;
    text-shadow: 0 -1px 0 #ade9ff;
}

a:visited .submitButton {
    color: #00486a;
    text-shadow: 0 -1px 0 #ade9ff;
}

.submitLogin {
    background: url(../images/xbg_glow_top.png) top repeat-x #64a43a;
    color: #fff;
    padding: 5px 20px 5px 20px;
    float: left;
    text-align: center;
    margin: 0 5px 10px 0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 #005100;
    font-weight: bold;
    border: 1px solid #009900;
    float: right;
    cursor: pointer;
}

    .submitLogin:hover {
        background: url(../images/xbg_glow_bott.png) bottom repeat-x #64a43a;
    }

.buttonLink {
    background-color: #3a4f63;
    color: #fff;
    padding: 5px;
    width: 150px;
    text-align: center;
    margin: 3px 0px 3px 3px;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .buttonLink a {
        background-color: #3a4f63;
        color: #fff;
        padding: 5px;
        width: 150px;
        text-align: center;
        margin: 3px 0px 3px 3px;
        height: 30px;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.buttonExcel {
    cursor: pointer;
}

/*=-=-=-= Custom Styles Class Selectors =-=-=-=*/

.clear {
    clear: both;
}

.homeBannerCont {
    padding: 30px 0 30px 0;
}

.knowledgeCenterBoxCont {
    width: 510px;
    margin: 0 auto;
}

.knowledgeCenterBoxGrid {
    float: left;
    margin: 0 10px 10px 0;
}

.requiredRed {
    color: #f00;
}

.noMarPad {
    margin: 0;
    padding: 0;
}

.paddingBottom5 {
    padding: 0 0 5px 0;
}

/*=-=-=-= Alignment Class Selectors =-=-=-=*/

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

/*=-=-=-= Custom Structure Class Selectors =-=-=-=*/

.hr960 {
    background: url(../images/xhr960.png) top center no-repeat;
    width: 960px;
    height: 1px;
    margin: 0 auto;
    margin: 15px 0 15px 0;
    clear: both;
}

/*=-=-=-= Main ID's & Classes =-=-=-=*/
.menu {
    margin-top: -10px;
    margin-left: -20px;
    margin-bottom: 20px;
}

#mainPage {
    background: #fff;
    margin: 5px 5px 5px 5px;
    border: 1px solid #2b8ebd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#header {
    background: #2b8ebd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#content {
    /*margin-top: 10px;
    background-color: transparent;
    float: left;
    width: 95%;
    min-height: calc(100vh - 102px);
    padding-left: 20px;*/
    margin-top: 10px;
    background-color: transparent;
    min-height: calc(100vh - 102px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

#contentOffline {
    margin-top: 10px;
    background-color: transparent;
    float: left;
    width: 95%;
    min-height: 480px;
    padding: 20px;
}

#sidebar {
    margin-top: 0px;
    background-color: transparent;
    float: right;
    padding: 20px;
    text-align: center;
}

#footer {
    text-align: left;
    clear: both;
    color: #fff;
    font-size: 10px;
    background: #2b8ebd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
}

    #footer ul {
        list-style-type: none;
        float: right;
    }

        #footer ul li {
            display: inline-block;
            margin: 0 0 0 20px;
        }

            #footer ul li a:hover {
                color: #fff;
            }

    #footer .footer_menu_on {
        background: none;
        color: #00486a;
        float: left;
        text-align: center;
        margin: 0 0 0 25px;
        padding: 0;
    }

    #footer .footer_menu_off {
        background: none;
        color: #00486a;
        float: left;
        text-align: center;
        margin: 0 0 0 25px;
        padding: 0;
    }

    #footer .footer_menu_on a {
        color: #fff;
        text-shadow: none;
    }

    #footer .footer_menu_off a {
        color: #00486a;
        text-shadow: none;
    }




.excelDownload {
    float: right;
    padding-bottom: 10px;
}


.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/*=-=-=-= Custom Navigation Classes =-=-=-=*/

.menuContainer {
    background: #22a2d1;
    clear: both;
    height: 25px;
    padding: 3px;
    list-style-type: none;
}

    .menuContainer li {
        display: inline-block;
    }

.menu_on a:hover, .menu_off a:hover {
    background: url(../images/xbg_glow_top.png) top repeat-x #83cce6;
    color: #00486a;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 #ade9ff;
    font-weight: bold;
}

.menu_on {
    background: url(../images/xbg_glow_top.png) top repeat-x #83cce6;
    color: #00486a;
    text-align: center;
    margin: 0 5px 0 0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 #ade9ff;
    font-weight: bold;
}

.menu_off {
    background: url(../images/xbg_shdw_bott.png) bottom repeat-x #2b8ebd;
    position: relative;
    color: #00486a;
    text-align: center;
    margin: 0 5px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 #000;
    font-weight: bold;
}

.menu_on a {
    color: #00486a;
    display: block;
    padding: 5px 20px 5px 20px;
}

.menu_off a {
    color: #fff;
    display: block;
    padding: 5px 20px 5px 20px;
}
/*
.menu_off a:hover {
    color: #000;
    background-color: #666;
    }*/
.submenuContainer {
    margin: -20px -10px 10px -20px;
    font-size: 10px;
}

.submenu_on a:hover, .submenu_off a:hover {
    background: #22A2D1;
    float: right;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.submenu_on {
    background: #22A2D1;
    color: #00486a;
    float: right;
    text-align: center;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.submenu_off {
    background: url(../images/xbg_shdw_top.png) top repeat-x #2b8ebd;
    position: relative;
    color: #00486a;
    float: right;
    text-align: center;
    margin: 0 5px 0 0;
    text-shadow: 0 -1px 0 #000;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.submenu_on a {
    color: #fff;
    display: block;
    padding: 5px 20px 5px 20px;
}

.submenu_off a {
    color: #fff;
    display: block;
    padding: 5px 20px 5px 20px;
}

.loginDisplay {
    font-size: 10px;
    display: block;
    text-align: right;
    padding: 10px;
    color: #fff;
    text-transform: none;
}

    .loginDisplay img {
        vertical-align: middle;
    }

    .loginDisplay a:link {
        color: #fff;
    }

    .loginDisplay a:visited {
        color: #fff;
    }

    .loginDisplay a:hover {
        color: #fff;
    }


.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

div.accountInfo {
    width: 42%;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.mainMenu {
    clear: both;
}

.errorTip {
    color: #f00;
    font-size: 12px;
    display: inline-block;
}

/*
.errorTip {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #930707;
    background: rgba(255,236,149, 0.8);
    font-size: 12px;
    padding: 0;
    z-index: 1000;
}
.errorTip span.field-validation-error {
    color: #000;
    margin: 0 0 10px 0;
    display: block;
}
.errorTip .validation-summary-errors {
    font-size: 16px;
    padding: 10px 0 10px 0;
    font-weight: bold;
    color: #930707;
}
.errorTipClose {
    margin: 10px;
    font-weight: bold;
}


.errorTip div {
    float: left;
    display: block;
    clear: both;
    color: #fff;
}
*/
.buttonImage {
    border: none;
    color: transparent;
    cursor: pointer;
    width: 40px;
    height: 40px
}

/*
.columnLabel label:after {
    content: ":";
    }*/
.columnWizard {
    font-transform: none;
}
/*
.columnWizard label:after {
    content: ":";
}
.columnEditor input {
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
}
.columnEditor select {
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 2px 2px 5px;
}
*/
fieldset input {
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
}

fieldset select {
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 2px 2px 5px;
}

    fieldset select option {
        padding: 0 10px 0 10px;
    }

tr.gridHead {
    /*text-shadow: 0 1px 0 #dedede;*/
}

    tr.gridHead a:link {
        color: #333;
    }

    tr.gridHead a:visited {
        color: #333;
    }

    tr.gridHead a:hover {
        color: #ec1a2c;
    }

    tr.gridHead a:active {
        color: #ec1a2c;
    }

    tr.gridHead th {
        background: url(../images/xbg_shdw_bott.png) bottom repeat-x #22A2D1;
        color: #FFF;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 3px 5px 3px 5px;
    }

/*td {
    height: 35px;
}*/

tr.gridAlternateRow {
    background: #e8e8e8;
}

.grid {
    text-align: center;
    width: 100%;
    overflow: scroll;
    margin: 0 0 20px 0;
}

.separadorCaptura {
    margin-top: 120px;
    margin-left: 15px;
    color: black;
    background-color: #b2b2b3;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

input.text {
    width: 30px;
}

#TipoCFD {
    width: 230px;
}

.demo {
    clear: both;
    overflow: hidden;
}

    .demo button {
        margin: 0 0 15px 0;
    }



.login {
    width: 300px;
    margin-top: 120px;
    background: #d7d7d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .login fieldset {
        border: none !important;
    }

    .login input[type=text] {
        background: #fff;
        border: 1px solid #ccc;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 2px 5px 2px 5px;
        margin-bottom: 10px;
        width: 264px;
    }

    .login input[type=password] {
        background: #fff;
        border: 1px solid #ccc;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 2px 5px 2px 5px;
        margin-bottom: 10px;
        width: 264px;
    }

.labelForgotPassword {
    clear: both;
    margin: 20px 0 20px 0;
    padding: 20px 0 0 0;
}

.editor-label {
    text-align: left;
    text-transform: none;
}







/*=-=-=-= Custom Register Forms =-=-=-=*/



.display-labelLong,
.editor-labelLong {
    margin: 1em 20 0 00px;
    width: 100px;
    display: inline;
    float: left;
}



.fieldLong {
    width: 400px;
}

.fieldLongstyle {
    width: 400px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.fieldMedium {
    width: 300px;
}


div.block {
    overflow: hidden;
}

    div.block label {
        width: 160px;
        display: block;
        float: left;
        text-align: left;
    }

    div.block .input {
        margin-left: 4px;
        float: left;
    }





/*=-=-=-= Custom Capture Forms =-=-=-=*/

.divCaptura {
    font-size: 95%;
}


.tableBackground {
    clear: none;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}

.tableBackgroundHalf {
    clear: none;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F0E0A0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}

.columnCaptura {
    padding-left: 5px;
    padding-right: 20px;
    width: 170px;
}

.columnWizard {
    padding-left: 5px;
    padding-right: 20px;
    width: 140px;
}

.columnLabel {
    padding-left: 5px;
    padding-right: 0px;
    width: 100px;
    text-align: right;
}

.columnLabelShort {
    padding-left: 5px;
    padding-right: 20px;
    width: 50px;
}

.columnEditor {
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}

.columnEditorShort {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

.labelLink {
    display: inline;
    margin: 0;
    font-size: 13px;
    line-height: 13px;
    color: #3a4f63;
    text-decoration: none;
    -webkit-text-shadow: 0 1px 0 rgba(255,255,255,.6);
    -moz-text-shadow: 0 1px 0 rgba(255,255,255,.6);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}

    .labelLink a {
        color: #3a4f63;
        text-decoration: none;
    }

        .labelLink a:hover {
            color: Gray;
            text-decoration: underline;
        }

.captura {
    width: 100%
}

.dialogForm {
    font-size: smaller;
    font-weight: bold;
    border-width: 0;
}

.msg_head2 {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    background: #22A2D1;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0 0;
    border-radius: 4px;
}

.msg_body2 {
    padding: 5px 10px 15px;
    background-color: #F4F4F8;
}

/*Para los divs colapsables*/
.msg_head {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    background: #22A2D1;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0 0;
    border-radius: 4px;
}

.msg_body {
    padding: 5px 10px 15px;
    background-color: #F4F4F8;
}

/*=-=-=-= Accordion DIV's =-=-=-=*/
/*
label, input {
    display:block;
}
*/
input.text {
    width: 95%;
}
/*
fieldset {
    padding:0; border:0; margin-top:25px;
}
h1 {
    font-size: 1.2em; margin: .6em 0;
}
div#users-contain {
    width: 350px;
    margin: 10px;
}
div#users-contain table {
    margin: 1em 0; border-collapse: collapse; width: 100%;  
}
div#users-contain table td, div#users-contain table th {
    border: 1px solid #eee; padding: .6em 10px; text-align: left;
}
.ui-dialog .ui-state-error {
    padding: .3em;
    }*/
.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}

.demo {
    padding: 10px;
}

/*=-=-=-= System Messages =-=-=-=*/


.lowZIndexPopup {
    z-index: auto !important
}

.section.cuenta.setting {
    border: 1px solid #CCC;
    border-radius: 8px;
    padding: 10px;
}

.customTemplateList {
    list-style: none;
    margin-left: 10px;
    margin-top: 10px;
}

    .customTemplateList li {
        margin-bottom: 5px;
    }

.configCustomItemTemplate {
    display: inline-block;
    margin-bottom: 10px;
}


    .configCustomItemTemplate .name {
        width: 70px;
        display: inline-block;
        text-align: right;
        padding-right: 15px;
    }

    .configCustomItemTemplate .value {
        display: inline-block;
        width: 170px;
    }

        .configCustomItemTemplate .value input {
            width: 350px;
        }

.BorderAndCollapse {
    border: solid 1px #cfcfcf;
    border-collapse: collapse;
}

.BorderCollapseFive {
    border: solid 1px #cfcfcf;
    border-collapse: collapse;
    padding: 5px;
}

.rc-ui-panel {
    display: block;
    width: 100%
}

.rc-ui-head-actions {
    width: 100%;
    height: 30px;
}

.rc-ui-panel-filters {
    width: 100%;
}

.rc-ui-panel-field {
    margin: 15px 0px;
}

    .rc-ui-panel-field label, .rc-ui-panel-field input select {
        display: inline-block;
    }

    .rc-ui-panel-field label {
        width: 110px;
        text-align: right;
        padding-right: 10px;
    }

    .rc-ui-panel-field.large {
        padding-left: 15px;
    }

        .rc-ui-panel-field.large label {
            width: 160px;
            text-align: left;
        }

    .rc-ui-panel-field input select {
        width: 300px;
        text-align: left;
        margin-left: 10px;
    }

.rc-ui-panel-field-div {
    display: inline-block;
    margin-left: 10px;
}

.rc-ui-content-grid {
    margin-top: 20px;
}

.bo_main_container {
    height: 100%;
}

.bo_menu_container {
    list-style: none;
    margin: 0 0 0 54px;
}

.bo_menu_element {
    float: left;
    position: relative;
}

    .bo_menu_element a {
        font-size: 1rem;
        line-height: 34px;
        display: block;
        padding: 0 10px 0 10px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .bo_menu_element .active {
        background: #2c8dd1;
        color: #fff;
        height: 30px;
    }

.bo_menu_block_container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 30px;
}

.bo_shadow {
    moz-box-shadow: 0px 4px 15px -4px #000;
    -webkit-box-shadow: 0px 4px 15px -4px #000;
    box-shadow: 0px 4px 15px -4px #000;
}

.bo_bg-white {
    background: #FFF;
}

.bo_clearfix {
    float: none;
    clear: both;
}

.bo_level_two {
    /* border-bottom: 1px solid rgb(0,0,0); */
    position: fixed;
    background: transparent;
    overflow: hidden;
    height: 50px;
    top: 0px;
    width: 950px;
}

.title_h2 {
    /*background-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.05) 50%);*/
    /*border-left: 5px solid #2c8dd1;*/
    border-width: 3px;
    padding: .425em .35em;
}

.row_field {
    color: #383838;
    padding: 0px 10px;
}

    .row_field label, .row_field p, .row_field ul {
        display: inline-block;
    }

    .row_field .title_field {
        width: 165px;
        color: #666;
    }

.ventanilla_container {
}

.large_description {
    display: inline;
}

.table_group_field {
}

.row_group_value, .row_group_container {
    width: 320px;
}

    .row_group_value ul, .row_group_container ul {
        list-style: none;
    }

    .row_group_value li {
        margin: 5px;
    }

    .row_group_container li {
        margin: 0 0 5px 0;
    }

.transicion_div {
    border-top: 1px solid #e1e1e1;
}

.table_promoted_columns {
    border-spacing: 0px;
    border-collapse: separate;
    border-color: grey;
}

    .table_promoted_columns tr {
        margin: 10px;
        height: 30px;
    }

        .table_promoted_columns tr td {
            padding-left: 10px
        }

.column_promoted_name {
    width: 250px;
    text-align: center;
}

.column_promoted_spec {
    text-align: left;
    margin-left: 10px;
}

.column_promoted_center {
    text-align: center;
}

.header_promoted {
    color: #fff;
    background-color: #3f51b5;
    padding-left: 10px;
}

.table_promoted_columns tbody tr {
    background-color: rgba(20,53,80,0.038);
}

.sub_panel_container {
    margin: 35px 15px;
}

.panel_container {
    margin-top: 50px;
    padding: 30px 0;
    min-height: 300px;
}

.blue_panel {
    margin: 5px 0;
    background-color: #f2f8fb;
    border-bottom: 1px solid #c2e0ee;
    border-top: 1px solid #c2e0ee;
}

.white_panel {
    margin: 15px 0;
    background-color: #fff;
}

.btn-filla {
    border: 1px solid #fff;
    color: #fff;
    background: #308dcc;
    padding: 10px;
}

.valid_operation {
    color: #00AE00 !important;
}

.invalid_operation {
    color: #DA0000 !important;
}

.row_input_form {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

    .row_input_form label {
        width: 200px;
        display: inline-block;
        text-align: right;
        margin-right: 5px;
    }

    .row_input_form input {
        width: 300px;
    }

        .row_input_form input[type="checkbox"] {
            width: 20px;
        }

#submitVentanilla {
    display: block;
    background: #00AE00;
    margin: 20px auto;
}

    #submitVentanilla:hover {
        background: #007724;
        cursor: pointer;
    }

.img_download_file {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.container_download_file {
    margin: 5px;
    padding: 5px;
}

    .container_download_file > div {
        margin: 5px;
        padding: 5px;
        width: 230px;
    }

.space {
    height: 30px;
}

.ammount {
    font-family: monospace;
    font-size: 16px;
    font-style: normal;
    font-weight: bolder;
    text-align: right;
    background: none;
}

.ammount-small {
    font-family: monospace;
    text-align: right;
    background: none;
}

    .ammount-small > div {
        margin-right: 10px;
    }


.saldo-detail > div {
    color: #696969;
    margin: 10px;
}

    .saldo-detail > div > label > strong {
        color: #187aa9;
    }

.column-description {
    text-align: left;
}

    .column-description > div {
        margin-left: 10px
    }

input:-moz-read-only { /* For Firefox */
    background-color: #CFCFCF;
    opacity: 1;
}

input:read-only {
    background-color: #CFCFCF;
    opacity: 1;
}

.read-only {
    background-color: #CFCFCF;
    opacity: 1;
}

.no_float {
    float: none !important;
}

.field[disabled] {
    background: #c6bdbd;
    opacity: 0.5;
}

.ul-block {
    display: inline-block;
}

.hidden {
    display: none;
    opacity: 0;
    -webkit-transition: opacity ease-out .3s .7s;
    -moz-transition: opacity ease-out .3s .7s;
    -o-transition: opacity ease-out .3s .7s;
    transition: opacity ease-out .3s .7s;
}





loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation: load7 1.8s infinite ease-in-out;
    -o-animation: load7 1.8s infinite ease-in-out;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: ##00486a;
    font-size: 10px;
    margin: auto auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -moz-animation-delay: -0.32s;
        -o-animation-delay: -0.32s;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }
/*#region bootstrap notify */

[data-notify="container"] {
    border-width: 0px;
    border-left: 15px solid #B40404;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 15px 15px 15px 10px;
    width: auto;
}

    [data-notify="container"] > [data-notify="icon"] {
        float: left;
        letter-spacing: 10px;
        top: 3px;
    }

    [data-notify="container"] > [data-notify="dismiss"] {
        color: #fff;
        opacity: 1;
        font-size: 16px;
        font-weight: normal;
    }

    [data-notify="container"] > [data-notify="title"] {
        display: block;
        font-weight: bold;
        font-size: initial;
        margin-bottom: 5px;
    }

    [data-notify="container"] > [data-notify="message"] {
        font-size: initial;
    }

    [data-notify="container"].alert-danger {
        background-color: #dd4b39;
        color: #fff;
    }

        [data-notify="container"].alert-danger.alert {
            border-left: 15px solid #B40404 !important;
        }

    [data-notify="container"].alert-info {
        background-color: #00c0ef;
        color: #fff;
    }

        [data-notify="container"].alert-info.alert {
            border-left: 15px solid #0097bc !important;
        }

    [data-notify="container"].alert-warning {
        background-color: #f39c12;
        color: #fff;
    }

        [data-notify="container"].alert-warning.alert {
            border-left: 15px solid #c87f0a !important;
        }

    [data-notify="container"].alert-success {
        background-color: #00a65a;
        color: #fff;
    }

        [data-notify="container"].alert-success.alert {
            border-left: 15px solid #00733e !important;
        }

/*#endregion */


td.details-control {
    background: url('../Content/DataTables/media/images/details_open.png') no-repeat center left;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Content/DataTables/media/images/details_close.png') no-repeat center left;
}