﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: 12px;
    font-family: Arial,"Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: Black;
}

select {
    /*Agregado por formato de Google Chrome*/
    max-height: 20px;
    min-height: 20px;
}

a:link, a:visited {
    color: #000;
}

a:hover {
    color: Blue;
    text-decoration: none;
}

a:active {
    color: #000;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    width: 433px;
    height: 34px;
}


/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.page {
    width: 1002px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    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;
}


/* TAB MENU
----------------------------------------------------------*/

div.hideSkiplink {
    margin-top: 28px;
    background-color: transparent;
    font-weight: bold;
    color: Green;
    width: 100%;
    height: 31px;
    margin-left: 1px;
}

    div.hideSkiplink a {
        color: white;
        text-decoration: none;
        font-family: Tahoma;
        font-size: 11px;
        padding: 2px 2px 10px 2px;
        margin-left: 1px;
    }

div.menu {
    padding: 4px 8px 4px 0px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: white;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px 0px 0px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: white;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: white;
                text-decoration: none;
            }

/* FORM ELEMENTS
----------------------------------------------------------*/



input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC
----------------------------------------------------------*/

.clear {
    clear: both;
    width: 999px;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    width: 95%;
    margin-right: 5px;
    margin-top: 0px;
    height: 55px;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}



/*  Hoja de estilos proyecto 'ColFarmaOnLine'  */
/*  Realizado por: Lafuente Carlos Ariel      */
/*  Fecha: 12/09/2003 9:30hs			      */
.FONT_IMPRESION {
    font-size: 9pt;
    color: Black;
    font-family: Verdana;
}

.FONT_MODAL {
    font-size: 9pt;
    color: White;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_MENU {
    font-size: 9pt;
    color: Gray;
    font-family: Courier New TUR;
}

.FONT_V7R {
    font-size: 7pt;
    color: Green;
    font-family: Verdana;
}

.FONT_V7RB {
    font-size: 7pt;
    color: #459e00;
    /*color:Green;*/
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V8R {
    font-size: 8pt;
    color: #459e00;
    /*color:Green;*/
    font-family: Verdana;
}

.FONT_V8RB {
    font-size: 8pt;
    color: #459e00;
    /*color:Green;*/
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V9R {
    font-size: 9pt;
    color: Green;
    font-family: Verdana;
}

.FONT_V9RB {
    font-size: 9pt;
    color: Green;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V10R {
    font-size: 10pt;
    color: Green;
    font-family: Verdana;
}

.FONT_V10RB {
    font-size: 10pt;
    color: Green;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V11R {
    font-size: 11pt;
    color: Green;
    font-family: Verdana;
}

.FONT_V11RB {
    font-size: 11pt;
    color: Green;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V12R {
    font-size: 11pt;
    color: Green;
    font-family: Verdana;
}

.FONT_V12RB {
    font-size: 11pt;
    color: Green;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V7G {
    font-size: 7pt;
    color: #666666;
    font-family: Verdana;
}

.FONT_V7GB {
    font-size: 7pt;
    color: #666666;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V8G {
    font-size: 8pt;
    color: #666666;
    font-family: Verdana;
}

.FONT_V8GB {
    font-size: 8pt;
    color: #666666;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V9G {
    font-size: 9pt;
    color: #666666;
    font-family: Verdana;
}

.FONT_V9GB {
    font-size: 9pt;
    color: #666666;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V10G {
    font-size: 10pt;
    color: #666666;
    font-family: Verdana;
}

.FONT_V10GB {
    font-size: 10pt;
    color: #666666;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V11G {
    font-size: 11pt;
    color: #666666;
    font-family: Verdana;
}

.FONT_V11GB {
    font-size: 11pt;
    color: #666666;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V12G {
    font-size: 11pt;
    color: #666666;
    font-family: Verdana;
}

.FONT_V12GB {
    font-size: 11pt;
    color: #666666;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V7W {
    font-size: 7pt;
    color: White;
    font-family: Verdana;
}

.FONT_V7WB {
    font-size: 7pt;
    color: White;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V8W {
    font-size: 8pt;
    color: White;
    font-family: Verdana;
}

.FONT_V8WB {
    font-size: 8pt;
    color: White;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V9W {
    font-size: 9pt;
    color: White;
    font-family: Verdana;
}

.FONT_V9WB {
    font-size: 9pt;
    color: White;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V10W {
    font-size: 10pt;
    color: White;
    font-family: Verdana;
}

.FONT_V10WB {
    font-size: 10pt;
    color: White;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V11W {
    font-size: 11pt;
    color: White;
    font-family: Verdana;
}

.FONT_V11WB {
    font-size: 11pt;
    color: White;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V12W {
    font-size: 11pt;
    color: White;
    font-family: Verdana;
}

.FONT_V12WB {
    font-size: 11pt;
    color: White;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V7K {
    font-size: 7pt;
    color: Black;
    font-family: Verdana;
}

.FONT_V7KB {
    font-size: 7pt;
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V8K {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
}

.FONT_V8KB {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V8_ERROR {
    font-size: 8pt;
    color: Red;
    font-family: Verdana;
    font-weight: bold;
}
.FONT_V12_ERROR {
    font-size: 12pt;
    color: Red;
    font-family: Verdana;
    font-weight: bold;
}
.FONT_V9K {
    font-size: 9pt;
    color: Black;
    font-family: Verdana;
}

.FONT_V9KB {
    font-size: small;
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V10K {
    font-size: 10pt;
    color: Black;
    font-family: Verdana;
}

.FONT_V10KB {
    font-size: 10pt;
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V11K {
    font-size: 11pt;
    color: Black;
    font-family: Verdana;
}

.FONT_V11KB {
    font-size: 11pt;
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V12K {
    font-size: 11pt;
    color: Black;
    font-family: Verdana;
}

.FONT_V12KB {
    font-size: 11pt;
    color: Black;
    font-family: Verdana;
    font-weight: bold;
}

.FONT_V8BArial {
    font-size: 8pt;
    color: Black;
    font-family: Arial;
    font-weight: bold;
}

.FONT_V8Arial {
    font-size: 8pt;
    color: Black;
    font-family: Arial;
}

.LINK_B {
    font-size: 8pt;
    color: Blue;
    font-family: Verdana;
}

.LINK_W {
    font-size: 8pt;
    color: White;
    font-family: Verdana;
}

.LINK_P {
    font-size: 8pt;
    color: Purple;
    font-family: Verdana;
}

.TEXT_FIELD_RQ {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: White;
    text-align: left;
}

.TEXT_FIELD_RQ_SIN_BKG {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    text-align: left;
}

.TEXT_FIELD_RQ_RIGHT {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: White;
    text-align: right;
}

.TEXT_FIELD_RQ_RIGHT_SIN_BKG {
    font-size: 8pt;
    /*color: Black;*/
    font-family: Verdana;
    text-align: right;
}

.TEXT_FIELD_RQ_CENTER_SIN_BKG {
    font-size: 8pt;
    /*color: Black;*/
    font-family: Verdana;
    text-align: center;
}

.TEXT_FIELD_BOLD {
    font-size: 8pt;
    font-weight: bold;
    color: Black;
    font-family: Verdana;
    background-color: White;
    text-align: left;
}

.TEXT_FIELD_RQ_RIGHT_BLACK {
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    background-color: white;
    text-align: right;
}

.TEXT_FIELD_NR {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: #FEFEDC;
    text-align: left;
}

.TEXT_FIELD_RO {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: #E0E0E0;
    text-align: left;
}

.TEXT_FIELD_RO_RIGHT {
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    background-color: #e0e0e0;
    text-align: right;
}

.TEXT_FIELD_ROB {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: #E0E0E0;
    text-align: left;
    font-weight: bold;
}

.TEXT_FIELD_RQ_CENTER {
    font-size: 10pt;
    color: Black;
    font-family: Verdana;
    background-color: White;
    text-align: center;
}

.BUTTON {
    min-width: 92px;
    font-family: verdana;
    font-size: 0.85em;
    color: White;
    background-color: #459e00;
    border-top-width: thin;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: thin;
    border-left-color: silver;
    border-right-color: silver;
    border-top-color: silver;
    border-bottom-color: silver;
}

    .BUTTON:focus {
        background-color: #2BBA5B;
    }

    .BUTTON:active {
        background-color: #2BBA5B;
    }


.BUTTON_Consultar_Agregar {
    font-family: verdana;
    font-size: 7pt;
    color: White;
    background-color: #459e00;
    BACKGROUND-IMAGE: url('../Imagenes/mas5.png') !important;
    background-repeat: no-repeat;
    background-position: bottom;
    border-top-width: thin;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: thin;
    border-left-color: silver;
    border-right-color: silver;
    border-top-color: silver;
    border-bottom-color: silver;
}

.BUTTON_Consultar {
    font-family: verdana;
    font-size: 7pt;
    color: White;
    background-color: #459e00;
    BACKGROUND-IMAGE: url('../Imagenes/mas7.bmp');
    background-repeat: no-repeat;
    background-position: bottom;
    border-top-width: thin;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: thin;
    border-left-color: silver;
    border-right-color: silver;
    border-top-color: silver;
    border-bottom-color: silver;
}

.BUTTON_Agregar {
    font-family: verdana;
    font-size: 7pt;
    color: White;
    background-color: #459e00;
    BACKGROUND-IMAGE: url('../Imagenes/mas6.bmp');
    background-repeat: no-repeat;
    background-position: bottom;
    border-top-width: thin;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: thin;
    border-left-color: silver;
    border-right-color: silver;
    border-top-color: silver;
    border-bottom-color: silver;
    background-color: transparent;
}

.BUTTON_imagen_Adobe {
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    FONT-SIZE: 7pt;
    BORDER-LEFT-COLOR: transparent;
    BACKGROUND-IMAGE: url('../Imagenes/btn_New.png');
    background-repeat: no-repeat;
    border-bottom-width: 0px;
    BORDER-BOTTOM-COLOR: white;
    COLOR: white;
    BORDER-TOP-COLOR: transparent;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: transparent;
    BORDER-RIGHT-WIDTH: 0px;
    BORDER-RIGHT-COLOR: transparent
}

.BUTTON_ExpExcel {
    font-family: verdana;
    font-size: 7pt;
    color: White;
    text-align: left;
    BACKGROUND-IMAGE: url('../Imagenes/btn_New.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

.SPECIAL_BUTTON {
    font-family: verdana;
    font-size: 7.5pt;
    color: Black;
    height: 23;
    background-color: white;
    border-color: silver;
    border-top-width: thin;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: thin;
}

.SPECIAL_BUTTON_imagen {
    BORDER-TOP-WIDTH: thin;
    BORDER-LEFT-WIDTH: thin;
    FONT-SIZE: 7.5pt;
    BORDER-LEFT-COLOR: silver;
    BACKGROUND-IMAGE: url(../Imagenes/mas3.jpg);
    BORDER-BOTTOM-WIDTH: medium;
    BORDER-BOTTOM-COLOR: silver;
    COLOR: black;
    BORDER-TOP-COLOR: silver;
    FONT-FAMILY: verdana;
    HEIGHT: 23px;
    BACKGROUND-COLOR: white;
    BORDER-RIGHT-WIDTH: medium;
    BORDER-RIGHT-COLOR: silver
}

.Item1 {
    width: 92px;
    height: 30px;
    font-size: 7pt;
    font-family: verdana;
    color: Black;
}

.CHECKBOX_RQ {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: #f5f5f5;
}

.CHECKBOX_M {
    font-size: 8pt;
    color: green;
    font-family: Verdana;
    background-color: White;
}

.CHECKBOX_NR {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: #FEFEDC;
}

.CHECKBOX_RO {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: #E0E0E0;
}

.RADIOBUTTON_RQ {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: White;
}

.RADIOBUTTON_NR {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: #FEFEDC;
}

.RADIOBUTTON_RO {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: White;
}

.COMBO_BOX_RQ {
    font-size: 10pt;
    color: Black;
    font-family: Verdana;
    background-color: White;
}

.COMBO_BOX_NR {
    font-size: 10pt;
    color: Black;
    font-family: Verdana;
    background-color: #FEFEDC;
}

.COMBO_BOX_RO {
    font-size: 10pt;
    color: Black;
    font-family: Verdana;
    background-color: #E0E0E0;
}

.LIST_RQ {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: White;
}

.LIST_NR {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: #FEFEDC;
}

.LIST_RO {
    font-size: 8pt;
    color: Black;
    font-family: Verdana;
    background-color: #E0E0E0;
}

.TEXT_AREA_RQ {
    font-size: 8pt;
    color: Black;
    background-color: White;
    font-family: verdana;
}

.TEXT_AREA_NR {
    background-color: #FEFEDC;
    font-family: verdana;
    font-size: 8pt;
    color: Black;
}

.TEXT_AREA_RO {
    background-color: #E0E0E0;
    font-family: verdana;
    font-size: 8pt;
    color: Black;
}

.CELL {
    background-color: #EEEEEE;
    border: thin #333333 none;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

.CELL_TEXT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.TABLE {
    border: 2px solid #459e00;
    background-color: White;
    /*width: 300px;*/
}

.TABLE_Q {
    height: 40px;
    width: 100%;
    background-color: White;
    border-color: Green;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: 3px;
    margin-right: 3px;
}

.TABLE_X {
    height: 40px;
    background-color: White;
    border-color: #459e00;
    /*border-color: Green;*/
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: 3px;
    margin-right: 3px;
}

.TABLE_S {
    border: 1px solid #459e00;
    margin-top: 8px;
    /*border-color: Green;*/
    border-collapse: collapse;
    margin-left: 3px;
    margin-right: 3px;
    width: 908px;
    height: 52px;
}

.TABLE_M {
    margin-top: 15px;
    border-color: #459e00;
    /*border-color: Green;*/
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: 3px;
    margin-right: 3px;
    width: 750;
    height: 470;
}

.TABLE_L {
    margin-top: 25px;
    border-color: Green;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: 3px;
    margin-right: 3px;
}

.TABLE_G {
    background-color: Green;
    border-color: White;
    border-width: 2px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: 3px;
    margin-right: 3px;
}

.TABLE_TB {
    border-top: 1px solid black;
    border-left: 0px;
    border-right: 0px;
}

.TABLE_Black {
    background-color: White;
    border-color: Black;
    border-width: 2px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: 3px;
    margin-right: 3px;
}

.TABLE_GreenDay {
    background-color: Silver;
    border-color: Black;
    border-width: 2px;
    border-style: solid;
    border-collapse: collapse;
    margin-left: 3px;
    margin-right: 3px;
}

.TABLA_A {
    border: 1px solid silver;
    background-color: White;
    width: 743px;
}

.TITLE_TEXT {
    font-family: verdana;
    font-size: 18pt;
    color: #FFFFFF;
    background-color: #459e00;
    /*background-color:Green;*/
}

.SUBTITLE_TEXT {
    font-family: verdana;
    font-size: 10pt;
    color: #FFFFFF;
    background-color: Green;
}

.TITLE {
    font-family: verdana;
    font-size: 10pt;
    background-color: #459e00;
    /*background-color:Green;*/
    text-align: left;
    color: #ffffff;
}

.TITLE_MENU {
    font-family: verdana;
    font-size: 10pt;
    background-color: #459e00;
    /*background-color: Green;*/
    text-align: left;
    color: White;
    padding-left: 0px;
}

.TITLE_SECTION {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #459e00;
    /*color: Green;*/
}

.TITLE_SECONDARY {
    border: 1px solid #459e00;
    font-family: Verdana;
    font-size: 8pt;
    /*border-color: Green;*/
    background-color: White;
    /*border-color:Green;	*/
    text-align: left;
    color: #459e00;
    /*color:Green;  */
    padding-left: 0px;
    width: 941px;
}

.TEXT_FIELD_RQ_LEFT_SIN_BKG {
    font-size: 8pt;
    /*color: Black;*/
    font-family: Verdana;
    text-align: Left;
}

.divRadius {
    border: 1px solid #a1a1a1;
    padding: 8px 3px 8px 12px;
    border-radius: 10px;
    margin: 3px 3px 0 8px;
}

.divColumnas {
    border: 1px solid silver;
    border-radius: 3px;
    width: 95%;
    float: left;
}

.divUnaColumna {
    float: left;
    width: 92.7%;
    clear: both;
    min-height: 39px;
    clear: both;
}

.divDosColumnas {
    width: 45.2%;
    float: left;
    min-height: 45px;
}

.divDosColumnasPrimera {
    width: 45.2%;
    float: left;
    clear: both;
    min-height: 45px;
}

.divTresColumnas {
    width: 29.3%;
    float: left;
    min-height: 45px;
}

.divTresColumnasPrimera {
    width: 29.3%;
    float: left;
    clear: both;
    min-height: 45px;
}

.divCuatroColumnas {
    width: 21.42%;
    float: left;
    min-height: 45px;
}

.divCuatroColumnasPrimera {
    width: 21.42%;
    float: left;
    clear: both;
    min-height: 45px;
}

fieldset {
    width: 95%;
    padding: 10px 5px 10px 15px;
    margin: 5px 5px 0 10px;
}

legend {
    font-size: 1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.calendar_button {
    background-image: url(../Imagenes/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 26px !important;
    height: 26px !important;
    border: none !important;
    background-color: transparent !important;
    display: inline !important;
    position: relative !important;
    margin-top: -5px !important;
}

.boton_farmacia {
    background-image: url(../Imagenes/pharma.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    width: 35px;
    height: 35px;
}

.close-btn {
    border: 2px solid #c2c2c2;
    position: relative;
    padding: 1px 5px;
    background-color: red;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    float: right;
}

.disableControl {
    cursor: no-drop !important;
    font-style: italic !important;
    color: #D0D0D0 !important;
}

.iconCheck {
    border-style: none;
    background-color: transparent;
    background-image: url(images/ui-icons_8DC262_256x240.png);
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-position: -64px -144px;
}

.iconCross {
    border-style: none;
    background-color: transparent;
    background-image: url(images/ui-icons_cd0a0a_256x240.png);
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-position: -96px -128px;
}

.tituloImpresion {
    font-size: 10pt;
    color: Green;
    font-family: Verdana;
    font-weight: bold;
}

input[type=checkbox] {
    background: none;
    min-height: 21px;
    vertical-align: bottom;
}

    input[type=checkbox] + label {
        padding-left: 5px;
        text-decoration: none;
    }

    input[type=checkbox]:focus + label {
        text-decoration: underline;
    }

input[type=button]:hover {
    border: 1px solid violet;
}

input[type=button]:focus {
    border: 1px solid blue;
}

.NoDataFount {
    font-size: 1.4em;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
    color: #696969;
    text-align: center;
    height: 200px;
    line-height: 200px;
}

.noScroll {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

th.headerSortUp {
    background-image: url(../Imagenes/asc.gif) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

th.headerSortDown {
    background-image: url(../Imagenes/desc.gif) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.TextboxLikeLabel {
    pointer-events: none;
    border: none;
    background-color: transparent;
}

    .TextboxLikeLabel:focus {
        pointer-events: none;
        border: none;
    }
