/*
 * Toggle Demo
 */
table{
    width: 100% !important;
}

.toggle-demo {
    position: absolute;
    top: 10px;
    right: -8px;
    display: block;
    width: 150px;
    height: auto;
    z-index: 99;
    opacity: .9;

}.toggle-demo:hover {
    opacity:1;
}

.toggle-demo .btn-group {
    width:100px;
    float:left;
}

.toggle-demo > span {
    display:inline-block;
    float:left;
    margin-right:5px;
    line-height: 21px;
    color: #757575;
}


/*
 * noUISlider vertical demo
 */
.demo-vertical-uislider {

    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.demo-vertical-uislider > div {
    height:200px;
    margin: 0 0px 0 10px;
    display:inline-block;
}

.demo-vertical-uislider >:first-child {
    margin-left:15px;
}


/*
 * Knobs demo
 */

.knobs-demo > div {
    display:inline-block;
    margin-left:30px;
}
.knobs-demo >:first-child {
    margin-left:0;
}

/*
 * DEMO INPUT
 */

.demo label input[type=radio].radiobox+span:before, .demo label input[type=checkbox].checkbox+span:before {
    border: 1px solid #5E5E5E;
}

.demo label:hover input[type=checkbox].checkbox+span:before {
    border-color:#E77317;
}

/*
 * DEMO
 * Demo CSS only
 */
.demo label {
    margin-bottom: 4px !important;
}

.demo .checkbox i {
    border-color: #7A7A7A;
}

.demo .radio, .demo .checkbox {
    padding-left:22px;
}

.demo.activate {
    right:0px !important;
    box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.2);
    padding:5px 10px 10px;
}

.demo #demo-setting + form {
    display:none;
}

.demo.activate #demo-setting + form {
    display:block;
}

.demo {
    position:absolute;
    top:5px;
    right:0px;
    width:160px;
    z-index:5;
    background:#F1DA91;
}

.demo > span {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 5px 0 0 5px;
    background: #F1DA91;
    padding: 2px;
    text-align: center;
    line-height: 28px;
    cursor:pointer;
}

.demo > span i {
    font-size:17px;
}

.demo.activate > span i:before {
    content: "\f00d";
}

.demo.activate > span {
    left: -30px;
}

.demo > span:hover i {
    color:#333 !important;
}

.demo form section {
    margin:0 !important;
}

.demo .btn {
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    padding: 3px 7px !important;
    height:auto !important;
}

.demo-liveupdate-1 {
    font-size: 12px !important;
    position: absolute !important;
    left: 33px;
    top: 15px;
    display: block;
    z-index: 2;
    font-weight: bold;
    padding: 1px 61px 3px 7px;
}

.demo-btns {
    margin:0;
    padding:0;
    list-style:none;
}
.demo-btns > li {
    display:inline-block;
    margin-bottom:7px;
}


.demo-icon-font {
    font-size: 14px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.demo-icon-font:hover {
    background-color: rgba(86, 61, 124, 0.1);
    text-decoration: none;
}

.demo-modal {
    width: auto;
    max-width:600px;
    z-index: 1;
}

.demo-red {
    color:#DF413E
}

.demo-orange {
    color:#DAA03E;
}

.demo-border {
    border:1px solid rgba(0,0,0,.2)
}

#content-buttons .btn {
    margin-bottom: 8px;
}

#shortcut.fullscreen {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
}

bm-dt-wrapper,
dt-wrapper{
    overflow: initial;
}

table.dataTable tr.new td{
    background-color: #D5FFCA;
}

div.dataTables_filter input {
    height: 32px;
}
div.dataTables_filter .input-group-addon{
    width: 40px;
    float: left;
    height: 32px;
}
.fecha-desde-prestadores{
    left: 380px;
    width: 90px;
}

.fecha-desde{
    left: 380px;
    width: 90px;
}

.fecha-desde-atenciones{
    left: 720px;
    width: 90px;
}

#fDesde_prestador,
#fDesde{
    display: block;
    width: 90px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    padding: 8px 10px;
    outline: 0;
    border-color: #BBB;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #FFF;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.fecha-hasta-prestadores{
    left: 475px;
    width: 90px;
}
.fecha-hasta{
    left: 475px;
    width: 90px;
}
.fecha-hasta-atenciones{
    left: 815px;
    width: 90px;
}
#fHasta_prestador,
#fHasta{
    display: block;
    width: 90px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    padding: 8px 10px;
    outline: 0;
    border-color: #BBB;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #FFF;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.exportar_atenciones{
    left: 910px;
    width: 100px;
}

.exportar_atenciones_prestador{
    left: 910px;
    width: 100px;
}

.eliminar-label{
    left: 280px;
    width: 60px;
}

#eLabel{
    display: block;
    width: 60px;
    height: 32px;
    padding: 8px 10px;
    outline: 0;
    background: #FFF;
    font: 15px/17px 'Open Sans',Helvetica,Arial,sans-serif;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.eliminar-desde{
    left: 350px;
    width: 90px;
}

#eDesde{
    display: block;
    width: 90px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    padding: 8px 10px;
    outline: 0;
    border-color: #BBB;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #FFF;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.eliminar-hasta{
    left: 460px;
    width: 90px;
}

#eHasta{
    display: block;
    width: 90px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    padding: 8px 10px;
    outline: 0;
    border-color: #BBB;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #FFF;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}


div.dataTables_length.eliminar-boton {
    right: 65px;
}

div.dataTables_length.copago-boton {
    right: 135px;
}

.selector
{
    left: 650px !important;
}
.filtro-custom-cc input{
    width: 80%!important;
}
.filtro-mas.dataTables_length {
  left: 250px;
  right: 100%;
  position: absolute;
  width: 125px;
}
.filtro-mas.dataTables_length select{
  width: 125px;
  height: 32px;
}
.filtro-mas-atenciones.dataTables_length {
    left: 380px;
    right: 100%;
    position: absolute;
    width: 180px;
}
.filtro-mas-atenciones.dataTables_length select{
    width: 180px;
    height: 32px;
}
.filtro-estado-atenciones.dataTables_length {
    left: 250px;
    right: 100%;
    position: absolute;
    width: 125px;
}
.filtro-estado-atenciones.dataTables_length select{
    width: 125px;
    height: 32px;
}
.filtro-estado-atenciones-prestador.dataTables_length {
    left: 250px;
    right: 100%;
    position: absolute;
    width: 125px;
}
.filtro-estado-atenciones-prestador.dataTables_length select{
    width: 125px;
    height: 32px;
}
.filtro-prov.dataTables_length {
    left: 380px;
    right: 100%;
    position: absolute;
    width: 152px;
}
.filtro-prov.dataTables_length select{
    width: 152px;
    height: 32px;
}

.filtro-prov-aten.dataTables_length {
    left: 570px;
    right: 100%;
    position: absolute;
    width: 152px;
}
.filtro-prov-atenciones.dataTables_length {
    left: 565px;
    right: 100%;
    position: absolute;
    width: 152px;
}
.filtro-prov-aten.dataTables_length select,
.filtro-prov-prestadores.dataTables_length select,
.filtro-prov-atenciones.dataTables_length select{
    width: 152px;
    height: 32px;
}
.filtro-prov-prestadores.dataTables_length {
    left: 570px;
    right: 100%;
    position: absolute;
    width: 152px;
}

.filtro-preferencial.dataTables_length {
    left: 537px;
    right: 100%;
    position: absolute;
    width: 152px;
}
.filtro-preferencial.dataTables_length select{
    width: 152px;
    height: 32px;
}

.alerta_nuevo{
  font-size: 9px;
  display: block;
  padding: 2px;
  position: absolute;
  top: 10px;
  left: 24px;
  text-decoration: none;
  font-style: normal;
  background: #ED1C24;
  color: #fff;
  min-width: 13px;
  border-radius: 50%;
  max-height: 13px;
  line-height: 8px;
  font-weight: 700;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border: 1px solid rgba(255,255,255,.1);
  z-index: 1;
 }

@media (min-width: 0px) and (max-width: 800px) {
    #datatable-chats_wrapper .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    #datatable-chats_wrapper .fecha-desde {
        left: 222px;
    }

    #datatable-chats_wrapper .fecha-hasta {
        left: 317px;
    }

    #datatable-chats_wrapper .filtro-prov-aten.dataTables_length {
        left: 422px;
    }

    #datatable-chats_wrapper .filtro-plan.dataTables_length {
        left: 590px;
    }
}

@media (min-width: 0px) and (max-width: 650px) {
    #datatable-chats_wrapper .filtro-prov-aten.dataTables_length {
        display: none;
    }

    #datatable-chats_wrapper .filtro-plan.dataTables_length {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 485px) {
    #datatable-chats_wrapper .fecha-desde {
        display: none;
    }

    #datatable-chats_wrapper .fecha-hasta {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 295px) {
    #datatable-chats_wrapper #datatable-chats_length {
        display: none;
    }
}

@media (max-width: 767px) {
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

@media (min-width: 0px) and (max-width: 767px) {
    .altura_panel_xs{
        height: 133px;
    }
}

table.dataTable .tooltip {
    background: none;
    border: 0;
    padding: 5px 0
}

.note-editor {
    position: relative;
    border: 1px solid #a9a9a9
}

.note-editor .note-dropzone {
    position: absolute;
    z-index: 100;
    display: none;
    color: #87cefa;
    background-color: white;
    border: 2px dashed #87cefa;
    opacity: .95;
    pointer-event: none
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle
}

.note-editor .note-dropzone.hover {
    color: #098ddf;
    border: 2px dashed #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-toolbar {
    background-color: #f5f5f5;
    border-bottom: 1px solid #a9a9a9
}

.note-editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%
}

.note-editor.fullscreen .note-editable {
    background-color: white
}

.note-editor.fullscreen .note-resizebar {
    display: none
}

.note-editor.codeview .note-editable {
    display: none
}

.note-editor.codeview .note-codable {
    display: block
}

.note-editor .note-statusbar {
    background-color: #f5f5f5
}

.note-editor .note-statusbar .note-resizebar {
    width: 100%;
    height: 8px;
    cursor: ns-resize;
    border-top: 1px solid #a9a9a9
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9
}

.note-editor .note-editable[contenteditable=true]:empty:not(:focus):before {
    color: #a9a9a9;
    content: attr(data-placeholder)
}

.note-editor .note-editable {
    padding: 10px;
    overflow: auto;
    outline: 0
}

.note-editor .note-editable[contenteditable="false"] {
    background-color: #e5e5e5
}

.note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

.note-air-editor {
    outline: 0
}

.note-popover .popover {
    max-width: none
}

.note-popover .popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover .popover .arrow {
    left: 20px
}

.note-popover .popover .popover-content, .note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0
}

.note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0
}

.note-popover .popover .popover-content .btn-group .note-table, .note-toolbar .btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker, .note-toolbar .btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
}

.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
}

.note-popover .popover .popover-content .note-style h1, .note-toolbar .note-style h1, .note-popover .popover .popover-content .note-style h2, .note-toolbar .note-style h2, .note-popover .popover .popover-content .note-style h3, .note-toolbar .note-style h3, .note-popover .popover .popover-content .note-style h4, .note-toolbar .note-style h4, .note-popover .popover .popover-content .note-style h5, .note-toolbar .note-style h5, .note-popover .popover .popover-content .note-style h6, .note-toolbar .note-style h6, .note-popover .popover .popover-content .note-style blockquote, .note-toolbar .note-style blockquote {
    margin: 0
}

.note-popover .popover .popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu {
    min-width: 340px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group, .note-toolbar .note-color .dropdown-menu .btn-group {
    margin: 0
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
    margin: 0 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
    padding: 0 3px;
    margin: 3px;
    font-size: 11px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
    height: 20px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
    background: #eee
}

.note-popover .popover .popover-content .note-para .dropdown-menu, .note-toolbar .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px
}

.note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child, .note-toolbar .note-para .dropdown-menu > div:first-child {
    margin-right: 5px
}

.note-popover .popover .popover-content .dropdown-menu, .note-toolbar .dropdown-menu {
    min-width: 90px
}

.note-popover .popover .popover-content .dropdown-menu.right, .note-toolbar .dropdown-menu.right {
    right: 0;
    left: auto
}

.note-popover .popover .popover-content .dropdown-menu.right::before, .note-toolbar .dropdown-menu.right::before {
    right: 9px;
    left: auto !important
}

.note-popover .popover .popover-content .dropdown-menu.right::after, .note-toolbar .dropdown-menu.right::after {
    right: 10px;
    left: auto !important
}

.note-popover .popover .popover-content .dropdown-menu li a i, .note-toolbar .dropdown-menu li a i {
    color: deepskyblue;
    visibility: hidden
}

.note-popover .popover .popover-content .dropdown-menu li a.checked i, .note-toolbar .dropdown-menu li a.checked i {
    visibility: visible
}

.note-popover .popover .popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
    font-size: 10px
}

.note-popover .popover .popover-content .note-color-palette, .note-toolbar .note-color-palette {
    line-height: 1
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.note-dialog > div {
    display: none
}

.note-dialog .form-group {
    margin-right: 0;
    margin-left: 0
}

.note-dialog .note-modal-form {
    margin: 0
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray
}

.note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background: transparent;
    background-color: #222 !important;
    border: 0;
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90)
}

.note-dialog .note-help-dialog .modal-content {
    background: transparent;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.note-dialog .note-help-dialog a {
    font-size: 12px;
    color: white
}

.note-dialog .note-help-dialog .title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-bottom: white 1px solid
}

.note-dialog .note-help-dialog .modal-close {
    font-size: 14px;
    color: #dd0;
    cursor: pointer
}

.note-dialog .note-help-dialog .text-center {
    margin: 10px 0 0
}

.note-dialog .note-help-dialog .note-shortcut {
    padding-top: 8px;
    padding-bottom: 8px
}

.note-dialog .note-help-dialog .note-shortcut-row {
    margin-right: -5px;
    margin-left: -5px
}

.note-dialog .note-help-dialog .note-shortcut-col {
    padding-right: 5px;
    padding-left: 5px
}

.note-dialog .note-help-dialog .note-shortcut-title {
    font-size: 13px;
    font-weight: bold;
    color: #dd0
}

.note-dialog .note-help-dialog .note-shortcut-key {
    font-family: "Courier New";
    color: #dd0;
    text-align: right
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid black
}

.note-handle .note-control-selection > div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle {
    width: 7px;
    height: 7px;
    border: 1px solid black
}

.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid black
}

.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: white;
    border: 1px solid black
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: white;
    background-color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70)
}

div.DTE_Inline div.DTE_Field input[type="color"],
div.DTE_Inline div.DTE_Field input[type="date"],
div.DTE_Inline div.DTE_Field input[type="datetime"],
div.DTE_Inline div.DTE_Field input[type="datetime-local"],
div.DTE_Inline div.DTE_Field input[type="email"],
div.DTE_Inline div.DTE_Field input[type="month"],
div.DTE_Inline div.DTE_Field input[type="number"],
div.DTE_Inline div.DTE_Field input[type="password"],
div.DTE_Inline div.DTE_Field input[type="search"],
div.DTE_Inline div.DTE_Field input[type="tel"],
div.DTE_Inline div.DTE_Field input[type="text"],
div.DTE_Inline div.DTE_Field input[type="time"],
div.DTE_Inline div.DTE_Field input[type="url"],
div.DTE_Inline div.DTE_Field input[type="week"] {
    width: 100%;
    min-width: 50px;
}

div.DTE_Inline div.DTE_Field.field-money div.DTE_Field_Input,
div.field-money
{
    position: relative;
}

div.DTE_Inline div.DTE_Field.field-money div.DTE_Field_Input::before,
div.field-money::before
{

    position: absolute;
    content: '$';
    top: 2px;
    left: 5px;
}

div.MessageBoxMiddle div.field-money::before {
    color: #555;
    top: 7px;
}

div.DTE_Inline div.DTE_Field.field-money input[type="number"],
div.DTE_Inline div.DTE_Field.field-money input[type="text"],
div.field-money input[type="number"],
div.field-money input[type="text"]
{
    padding-left: 12px;
}

div.MessageBoxMiddle div.field-money input[type="number"],
div.MessageBoxMiddle div.field-money input[type="text"]
{
    padding-left: 14px;
}

.col-copago {
    width: 100px;
}

#convenios_datatable .url .control-group > div {
    position: relative;
}

.smart-form .btn {
    padding: 6px 12px;
}

.smart-form .btn.btn-xs {
    padding: 1px 5px;
}

/*td .editable-container.editable-inline{*/
    /*width: 65% !important;*/
/*}*/
/**/
/*td .editable-container.editable-inline div .editableform .control-group,*/
/*td .editable-container.editable-inline div .editableform .control-group div .editable-input,*/
/*td .editable-container.editable-inline div .editableform .control-group div .editable-input input*/
/*{*/
    /*width: 100%!important;*/
/*}*/

.form-control.aviso_cc
{
    margin: 0px;
    width: 60em;
    height: 10em;
}

#convenios_datatable .url .editable-container.editable-inline,
#convenios_datatable .editableform .control-group,
#convenios_datatable .url .editable-input,
#convenios_datatable .url .editable-input input
{
    width: 100%;
}

#convenios_datatable .url .editable-input {
    padding-right: 85px;
}


#convenios_datatable .url .editable-buttons {
    position: absolute;
    top: 0px;
    right: 0px;
}

#convenios_datatable .url .editable-clear-x {
    right: 90px;
}

.input-nomenclador-wrapper {
    width: 100%;
}

.btn-convenio, .btn-historia {
    display: none;
}

/* CHAT */
#content.contact-chat {
    display: none;
    background-color: white;
    padding: 0;
    border-top: 1px solid lightgrey;
    height: 100%;
}

body.page-public #content.contact-chat{
    margin-top: -20px;
}

.pace-done #content.contact-chat {
    display: block;
}

.contact-chat #widget-grid {
    height: 100%;
}
/* END CHAT */

/* SMS */
#send-sms-form input[type="number"]::-webkit-inner-spin-button,
#send-sms-form input[type="number"]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
/* END SMS */

/* CONFIG PAGE */
table#configuracion > tbody > tr > th {
    width: 20%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

table#configuracion > tbody > tr > td {
    vertical-align: middle;
}

table#configuracion pre {
    white-space: normal;
}

*[data-type="summernote"]+span.editable-container {
    padding-right: 82px;
}

/* END CONFIG PAGE */

/* HORARIO WIDGET */
.horarios-list {
    position: relative;
    min-height: 50px;
}

.horarios-list div.loader {
    color: #6D6A69;
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
}

.horarios-list.loading div.loader {
    display: block;
}

.horarios-list.loading div.content {
    opacity: 0.6;
}

.horarios-list div.content > div.horario-row {
    position: relative;
    padding: 5px 7px;
    line-height: 31px;
}

.horarios-list div.content > div.horario-row .editable-error-block {
    position: absolute;
    background-color: rgba(169, 3, 41, .80);
    color: white;
    max-width: max-content;
    padding: 5px 7px;
    z-index: 1;
    line-height: normal;
}

.horarios-list div.content > div.horario-row .editable-error-block:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 10px;
    border: 3px solid transparent;
    border-bottom-color: rgba(169, 3, 41, .95);
}

.horarios-list div.content > div.horario-row:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.horario-delete {
    font-size: 1.4em;
    color: #77021D;
    float: right;
}

.horario-delete:hover {
    color: #a90329;
}

.horario-warning {
    margin-left: 5px;
}

.horarios-filiales h4 {
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    margin-bottom: 10px;
}

.horarios-empty {
    padding-top: 10px;
    text-align: center;
}

.horarios-form .actions {
    text-align: right;
}

.horarios-filiales .row:last-child .horarios-form.smart-form section {
    margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
    .horarios-filiales .row:last-child .horarios-form.smart-form section {
        margin-bottom: 15px;
    }

    .horarios-form.smart-form section:last-child {
        margin-bottom: 20px;
    }

    .horarios-filiales .row:last-child .horarios-form.smart-form section:last-child {
        margin-bottom: 0px;
    }
}

/* END HORARIO WIDGET */

@media (min-width: 768px) {
    .dl-horizontal.detalle_pedido dt {
        float: left;
        width: auto;
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal.detalle_pedido dd {
        margin-left: 0px
    }
}

.dl-horizontal.detalle_datos dt {
    float: left;
    width: 110px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal.detalle_datos dd {
    margin-left: 115px
}

.dl-horizontal.detalle_datos dt {
    font-weight: normal;
}

.dl-horizontal .detalle_bold {
    font-weight: bold;
}

.detalle_practica {
    width: auto;
    margin-left: 0 !important;
    font-size: 16px;
}

div.practicas-wrapper-rechazadas {
    font-weight:700;
}

div.alert-info div.practicas-wrapper-rechazadas {
    color:#953b39;
}

.dl-horizontal.detalle_datos.practicas dt {
    float: left;
    width: 130px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal.detalle_datos.practicas dd {
    margin-left: 135px
}

.dl-horizontal.detalle_datos.practicas .copago {
    font-weight: bold;
    font-size: 14px;
}

div.practicas-wrapper-rechazadas .dl-horizontal {
    font-size: 15px;
}

.practicas-wrapper-rechazadas .dl-horizontal.detalle_datos dt,
.practicas-wrapper-rechazadas .dl-horizontal.detalle_datos dd,
.dl-horizontal.detalle_datos.detalle_bold dt,
.dl-horizontal.detalle_datos.detalle_bold dd
{
    font-weight: bold;
}

    /* TURNOS PAGE */
#turnos-datatable .col-estado .label,
#turnos-sala-datatable .col-estado .label
{
    cursor: pointer;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
    margin: 0;
}

#turnos-datatable li[data-dt-column="0"],
#turnos-sala-datatable li[data-dt-column="0"]
{
    display: none;
}

.label-btn-group {
    position: relative;
}

#turnos-datatable tr.child ul,
#turnos-sala-datatable tr.child ul
{
    width: 100%;
}

#s2id_turnos-especialidad.select2-container.select2-allowclear .select2-choice abbr,
#s2id_turnos-prestador.select2-container.select2-allowclear .select2-choice abbr,
#s2id_plan_empresa.select2-container.select2-allowclear .select2-choice abbr,
#s2id_liquidacion.select2-container.select2-allowclear .select2-choice abbr,
#s2id_especialidad_abm_prestadores.select2-container.select2-allowclear .select2-choice abbr
{
    right: 34px;
    top: 10px;
    font-size: 14px;
}

#s2id_turnos-especialidad.select2-container.select2-allowclear .select2-choice abbr::before,
#s2id_turnos-prestador.select2-container.select2-allowclear .select2-choice abbr::before,
#s2id_plan_empresa.select2-container.select2-allowclear .select2-choice abbr::before,
#s2id_liquidacion.select2-container.select2-allowclear .select2-choice abbr::before
#s2id_especialidad_abm_prestadores.select2-container.select2-allowclear .select2-choice abbr::before
{
    color: #a90329;
}

#s2id_estudios-prestador.select2-container.select2-allowclear .select2-choice abbr,
#s2id_datatable-filtro-auditor.select2-container.select2-allowclear .select2-choice abbr,
#s2id_select2-auditores.select2-container.select2-allowclear .select2-choice abbr
{
    right: 34px;
    top: 10px;
    font-size: 14px;
}

#s2id_estudios-prestador.select2-container.select2-allowclear .select2-choice abbr::before,
#s2id_select2-auditores.select2-container.select2-allowclear .select2-choice abbr::before
{
    color: #a90329;
}

#smart-form-turno-confirmar #detalle {
    margin-bottom: 15px;
}

#smart-form-turno-confirmar #detalle dt,
#smart-form-turno-confirmar #detalle dd
{
    line-height: 1.6;
}

.dataTable .mode-detail {
    display: none;
}

.dataTable .dtr-data .mode-column {
    display: none;
}

.dataTable .dtr-data .mode-detail {
    display: block;
}

.modal-body .fc .fc-content tr td.fc-first,
.modal-body .fc .fc-content tr.fc-first th.fc-first
{
    border-left: 1px solid #ccc;
}

.modal-body .fc .fc-content .fc-border-separate td.fc-last,
.modal-body .fc .fc-content .fc-widget-header
{
    border-right: 1px solid #ccc;
}

.modal-body .fc .fc-content tr.fc-last td
{
    border-bottom: 1px solid #ccc;
}

.fc-day-disabled {
    background-color: #EEEEEE;
}

.calendar-leyend {
    margin-bottom: 15px;
}

.calendar-leyend-label {
    display: inline;
    margin-right: 10px;
}

.calendar-leyend-label .fc-widget-content {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ccc;
}

.calendar-leyend-label .fc-widget-content {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-right: 1px solid #ccc;
}

.calendar-leyend-label .fc-widget-content.fc-other-month {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(0, 0, 0, .03)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(0, 0, 0, .03)), color-stop(.75, rgba(0, 0, 0, .03)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-color: #FAFCFD;
    background-size: 16px 16px
}

.calendar-leyend-label > * {
    vertical-align: middle;
}

/* TURNOS END */

.select2-smart{
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table-va-center>tbody>tr>td {
    vertical-align: middle !important;
}

.smart-div header{
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
    background: rgba(248, 248, 248, 1);
    display: block;
    border-bottom: 1px;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    box-sizing: content-box;
}

.smart-div fieldset{
    display: block;
    padding: 25px 14px 5px;
    border: 0;
    background: rgba(255, 255, 255, .9);
    position: relative;
    min-width: 0;
    color: #666;
    margin: 0;
    box-sizing: content-box;
}
.smart-div section{
    margin-bottom: 15px;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    display: block;
    color: #666;
}

@media (min-width: 768px){
    .datatable-filtros-custom select.form-control{
        width: auto;
    }
}
@media (max-width: 600px){
    /*.datatable-filtros-custom select.form-control{*/
        /*margin-bottom: 9px;*/
    /*}*/

    /*.datatable-filtros-custom .form-group{*/
        /*margin-bottom: 15px;*/
    /*}*/
}

@media only screen and (max-width: 479px) and (min-width: 320px){
    .page-title{
        display: none !important;
    }
}

.form-horizontal.datatable-form-custom .form-group{
    margin-bottom: 0px !important;
}

.datatable-length-custom select.form-control{
    width: auto;
}

.datatable-search-custom .input-group,
.datatable-length-custom .form-control,
.datatable-filtros-custom .form-control{
    margin-bottom: 5px;
}

.smart-form.datatable-form section .select i:before {
    content: "\f0d7" !important;
    color: #666;
}

.smart-form.datatable-form section .select i:after,
.smart-form.datatable-form section .select i:before{
    border: 0 !important;;
}

@media (max-width: 767px) {
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
}

@media (min-width: 768px) and (max-width: 991px){
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.select2-config .select2-container-multi .select2-choices .select2-search-field input.select2-active{
    background:  #fff !important;
}

.border-historia {
    border-top: 1px solid #ddd;
}
.margin_titulo {
    margin-bottom: 10px;
    margin-top: 0px;
}

@media (min-width: 768px) {
    .margin_titulo {
         margin-top: 12px;
         margin-bottom: 0px;
    }
}

.row-disabled{
    background-color: #efefef;
}

.filtro-plan.dataTables_length {
    left: 730px;
    right: 100%;
    position: absolute;
    width: 152px;
}

.filtro-plan.dataTables_length .select2-container.bigdrop{
    width: 220px !important;
    height: 32px;
}

.filtro-preferencial-a.dataTables_length {
    left: 953px;
    right: 100%;
    position: absolute;
    width: 82px !important;
}

.filtro-preferencial-a.dataTables_length .select{
    width: 82px !important;
    height: 32px;
}

.select-preferencial{
    display: inline-block;
    width: 82px !important;
    vertical-align: middle;
}

.header-abm {
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .header-abm {
        margin-top: 12px;
        margin-bottom: 28px;
    }
}


.dropdown-menu>dt>a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>dt>a:hover, .dropdown-menu>dt>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #3276b1;
}


.header-abm {
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .header-abm {
        margin-top: 12px;
        margin-bottom: 28px;
    }
}
.has-error .form-control{
    border-color: #b94a48;
    background-color: #fff0f0;
}
.has-error .select2-container-multi .select2-choices,
.has-error .select2-container .select2-choice {
    border-color: #b94a48 !important;
    background-color: #fff0f0 !important;
}
/*
Conversacion entre comercio y un admin de club de beneficios
*/
.chat-content-wrapper {
    width: 100%;
    margin: 10px auto;
    padding: 10px 0px;
}
.chat-content{
    border-radius: 5px;
    background: #FAFAFA;
    padding: 15px;
    border-color: #eee;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 450px;
    overflow-y: scroll;
    min-height: 50px;
    transition: all .8s ease;
}
.chat-content-row{
    width: 100%;
    display: grid;
}
.chat-content-burbuja{
    width: auto;
    flex-grow: 1;
    background: red;
    flex-basis: max-content;
    min-width: 33.3%;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    min-height: 50px;
    transition: all .8s ease;
}
.chat-content-burbuja.chat-content-burbuja-emisor{
    background-color: #0acabc;
    justify-self: flex-end;
}
.chat-content-burbuja.chat-content-burbuja-emisor:after{
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    border: 8px solid transparent;
    width: 0;
    height: 0;
    border-left-color: #0acabc;
    border-top-color:#0acabc;
}
.chat-content-burbuja.chat-content-burbuja-emisor p{
    color: #000;
}
.chat-content-burbuja.chat-content-burbuja-receptor{
    background-color: #014979;
    justify-self: flex-start;
}
.chat-content-burbuja.chat-content-burbuja-receptor:before{
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    border: 8px solid transparent;
    width: 0;
    height: 0;
    border-right-color: #014979;
    border-top-color:#014979;
}
.chat-content-burbuja p{
    margin: 0;
    font-size: 14px;
    max-width: 90%;
}
.chat-content-burbuja p .chat-content-hora{
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 10px;
}
.chat-content-burbuja p .chat-content-checker{
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    right: 5px;
}
@media (max-width: 768px) {
    .chat-content-burbuja{
        min-width: 60%;
    }
}
@media (max-width: 500px) {
    .chat-content-burbuja{
        min-width: 100%;
    }
}
.chat-content-cargando{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ddd;
    padding: 5px 15px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    z-index: 100;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    padding: 10px 0;
    width: 250px;
    transition: all .8s ease;
}
.chat-content-cargando p{
    color: #000;
    margin: 0;
}

.label-teal{
    background-color:#008080
}

.label-teal[href]:hover, .label-teal[href]:focus{
    background-color: #1aa179
}

.label-purple{
    background-color:#6A0DAD
}

.label-purple[href]:hover, .label-purple[href]:focus{
    background-color: #A020F0
}

@media (max-width: 376px) {
    #logo-group{
        width: 45vw !important;
    }
    .btn-header.pull-right {
        margin-left: 1px;
    }
}