body {
    /*background-color: #C6D9F1;*/
}

.clasePPP {
    margin-top: 20px;
}

#form-container-cliente label {
    font-weight: normal;
}

#gridContainer {
    /*height: 440px;*/
    height: 100%;
    width: 100%;
}

#gridContainer label {
    font-weight: normal;
}


.dx-datagrid-group-space {
    width: 13px!important;
    min-width: 13px!important;
}

#gridContainer img {
    height: 80px;
    display: block;
}

#gridContainer .imgCP {
    height: 12px;
    margin-top: 3px;
    /*display: block;*/
}


.phBtn .btn {
    margin-left: 3px;
}


#notes-container > .dx-field {
    width: 100%;
}

#notes-container > .dx-field > .dx-field-label {
    width: 30%;
}

#notes-container .dx-numberbox {
    width: 100px;
}


#notes-container > .dx-field > .dx-field-value {
    /*width: 80%;*/
}

.longTitleRevision {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.requiereAutorizacion
{
    color: red;
}

.posx1 {
    /*width: 50%;
    float: left;*/
    display: flex;
    flex: 1 1 0px;
    min-width: auto;
}

.posx2 {
    width: 50%;
    display: flex;
    flex: 1 1 0px;
    min-width: auto;

}

.posx0 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    flex-grow: 1;
}

#form-container-cliente1 label {
    font-weight: normal;
}

.miSimpleLabel label {
    font-weight: normal;
}

.campoEditable input {
    /*border-color: goldenrod;*/
    background-color: lightgoldenrodyellow;
}

.campoEditableModificado input {
    /*border-color: goldenrod;*/
    background-color: lightgreen;
}

.header_image {
    position: relative;
}
.header_image img {
    /*max-width: 15%;*/
    display: inline-block !important;
    vertical-align: text-top;
    width: 40px !important;
    height: auto !important;
}
.header_image h2 {
    display: inline-block;
    vertical-align: middle;
    /*max-width:80%;*/
}

.dx-datagrid-header-panel .dx-button {
     margin: 0px 0;
}

html {
  position: relative;
  min-height: 95%;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 20px;*/
  /*margin-bottom: 4%;*/
}
.footer {
  position: absolute;
  bottom: -19px;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 20px;*/
  height: 5%;
  margin-bottom: 2%;
  /*margin-bottom: -60px;*/
  /*margin-bottom: -2%;*/
}

.dx-datagrid .dx-scrollable-scrollbar {
    background-color: rgba(191, 191, 191, 0.2);
}

.dx-datagrid .dx-scrollable-scrollbar.dx-scrollbar-horizontal,
.dx-datagrid .dx-scrollable-scrollbar.dx-scrollbar-horizontal .dx-scrollable-scroll
{
     height: 10px;   
}

.panel-footerx,
.panel-default {
    /*margin-bottom: 100px;*/
    /*padding-bottom: 60px;*/
}

/*es por el boton exportar de la grilla*/
div.dx-item-content.dx-toolbar-item-content {
    margin-bottom: 10px!important;
}

.selectBoxPopupSize {
    width: 500px!important;
}

.lowercase {
    text-transform: lowercase;
}

        .dx-datagrid-group-closed:before, .dx-datagrid-group-opened::before {
            content: none;
        }

        .dx-datagrid-group-closed {
            background-image: url('expand.png');
            background-repeat: no-repeat;
        }

        .dx-datagrid-group-opened {
            background-image: url('collapse.png');
            background-repeat: no-repeat;
        }

/*.dx-datagrid-export-button .dx-icon-export-to:before{
  content:"\f05f ";
}*/

.dx-datagrid-export-button {
  /*border-color: greenyellow;*/
  border-color: #28a745;
/*//bootstrap success
  background-color: #28a745;*/
/*//devextremm success
  background-color: #5CB85C;*/
}

#gridCuentas .dx-field-item-label-text,
#gridCheques .dx-field-item-label-text,
.dx-field-item-label-text,
#gridCheques label,
#gridRetenciones label,
#gridCuentas label,
#gridComprobantes label,
#form-container label {
    font-weight: normal;
}

.dx-gallery-item-image {
    height: 400px;
}

/*.dx-datagrid-form-buttons-container {
  float: left;
}*/

/* para ancho de columna check box*/
.dx-command-select {
    width: 35px !important;
    min-width: 35px !important;
}

/*
primary
#0275d8	rgb(2, 117, 216)
success
#5cb85c	rgb(92, 184, 92)
info
#5bc0de	rgb(91, 192, 222)
warning
#f0ad4e	rgb(240, 173, 78)
danger
#d9534f	rgb(217, 83, 79)
inverse
#292b2c	rgb(41, 43, 44)
faded
#f7f7f7	rgb(247, 247, 247)
*/

.mybtn-danger {
    color: #d9534f;
}

.mybtn-success {
    color: #5cb85c;
}

.mybtn-info {
    color: #5bc0de;
}

.mybg-gray1 {
    background-color: whitesmoke;
    /*background-color: whitesmoke;*/
    /*background-color: #7f7f7f;*/
    /*background-color: #bcbcbc;*/
    /*background-color: #424242;*/
    /*background-color: #7c7c7c;*/
    /*background-color: #444444;*/
}

/*.test-width {
    width: 10%;
}

.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button),
.dx-field-value-static {
    width: 90%;
}*/

.flv-width-10 {
    width: 10% !important;
}
.flv-width-20 {
    width: 20% !important;
}
.flv-width-25 {
    width: 25% !important;
}
.flv-width-30 {
    width: 30% !important;
}
.flv-width-40 {
    width: 40% !important;
}
.flv-width-50 {
    width: 50% !important;
}
.flv-width-55 {
    width: 55% !important;
}
.flv-width-60 {
    width: 60% !important;
}
.flv-width-65 {
    width: 65% !important;
}

.flv-width-70 {
    width: 70% !important;
}
.flv-width-75 {
    width: 75% !important;
}
.flv-width-80 {
    width: 80% !important;
}
.flv-width-90 {
    width: 90% !important;
}
.flv-width-100 {
    width: 100% !important;
}

.dx-datagrid .dx-header-filter {
    color: red;
}

.dx-datagrid .dx-header-filter-empty {
    color: rgba(149, 149, 149, 0.5);
}

.myrg-verde.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: green;
}

.myrg-amarillo.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: orange;
}

.myrg-rojo.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: red;
}

/*esto es por que onCellPrepared si era alternativeRow, e.cellElement.addClass('bg-danger'); no se veía*/
.bg-danger, /* for the default row */
.dx-row-alt > td.bg-danger /* for the alternate row */ {
    background-color: rgb(242, 222, 222)
}

.bg-success, /* for the default row */
.dx-row-alt > td.bg-success /* for the alternate row */ {
    background-color: rgb(223, 240, 216)
}

.bg-info, /* for the default row */
.dx-row-alt > td.bg-info /* for the alternate row */ {
    background-color: rgb(217, 237, 247)
}

.bg-warning, /* for the default row */
.dx-row-alt > td.bg-warning /* for the alternate row */ {
    background-color: rgb(252, 248, 227)
}

.bg-gray, /* for the default row */
.dx-row-alt > td.bg-gray /* for the alternate row */ {
    background-color: rgb(128, 128, 128)
}
.bg-green-turno, /* for the default row */
.dx-row-alt > td.bg-green-turno /* for the alternate row */ {
    background-color: rgb(153, 204, 0)
}
.bg-violet-turno, /* for the default row */
.dx-row-alt > td.bg-violet-turno /* for the alternate row */ {
    background-color: rgb(153, 102, 255)
}
.bg-yellow-turno, /* for the default row */
.dx-row-alt > td.bg-yellow-turno /* for the alternate row */ {
    background-color: rgb(255, 255, 0)
}
.bg-red-turno, /* for the default row */
.dx-row-alt > td.bg-red-turno /* for the alternate row */ {
    background-color: rgb(255, 0, 0)
}
.bg-blue-turno, /* for the default row */
.dx-row-alt > td.bg-blue-turno /* for the alternate row */ {
    background-color: rgb(0, 91, 150)
}
.bg-obs-resaltada-turno, /* for the default row */
.dx-row-alt > td.bg-obs-resaltada-turno /* for the alternate row */ {
    background-color: rgb(255, 0, 0)
}
.bg-fhe-a-armar-turno, /* for the default row */
.dx-row-alt > td.bg-fhe-a-armar-turno /* for the alternate row */ {
    background-color: rgb(255, 0, 0)
}
.bg-fhe-armado-turno, /* for the default row */
.dx-row-alt > td.bg-fhe-armado-turno /* for the alternate row */ {
    background-color: forestgreen
}





.my-max-width-100 {
    max-width: 100px;
}

.my-max-width-300 {
    max-width: 300px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.tituloPrincipalProceso {
    font-family: 'Arial';
    -webkit-text-size-adjust: none;
    font-size: 10px;
    margin: 0 0 0 10px;
}


.textEditorGrande0 {
    font-weight: bold;
    font-size: 14px;
}
