﻿/*
    Pantone:

    1) #f2692f
    2) #f18f3b
    3) #f2b63d

*/


body {

    font-family: 'Arial';
}

.MainSystemContent {
    padding-left: 0px;
    padding-right: 8px;
}

.NavBarMain{

  background: linear-gradient(to right, #f2692f, #f18f3b, #f2b63d); /*#00CC66;*/
  /*border-color: #00CC66;
  border-width: 0 0 0 0;*/
  border-style: none;
  padding: 4px;
  margin: 0px;
  /*max-width: 99.3%;*/
  left: 0px;

}

.HeaderPosition {
    position: relative;
    top: 0px;
}

.HeaderBackImageContent{
    align-content: center;
    vertical-align: bottom;
    padding: 0px;
    height: 40px!important;
}

.HeaderBackImage{
    height: 32px;
    width: 32px;
}

.HeaderBackText{
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    float:left;
}

.HeaderBackText:hover {
    padding-bottom: 0px;
    padding-top: 0px;
    color: #f2692f!important;
    background-color: white!important;
    opacity: .75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}

.WorkSpaceWidth {
  left: 10%;
  max-width: 80%;
}

.main-container{
    /*top: 150px;*/
    /*position: fixed;*/
    /*top: 0px;*/
    font-size: 1em;
    color: black;
}

.overlay{
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 300%;
     max-height: 100%;
     background: #000;
     z-index:1010;
     opacity:.6;
     -moz-opacity: 0.6;
     filter: alpha(opacity=60);
    overflow-x: hidden;
    transition: 0.5s;
}

.modalAuto{
     display: block;
     /*position: absolute;*/
     position: fixed;
     top: 15%;
     left: 30%;
     width: auto;
     height: auto;
     padding: 4px;
     background-color: #EFF4FA;
     color: #333;
     z-index:1012;
     overflow: auto;

}

.modalCenterAuto{
     display: block;
     position: fixed;
     top: 25%;
     left: 50%;
     width: auto;
     height: auto;
     padding: 4px;
     background-color: #EFF4FA;
     color: #333;
     z-index:1012;
     overflow: auto;
}

.MiddleModalAuto{
     display: block;
     position: fixed;
     top: 15%;
     left: 25%;
     width: 50%;
     height: auto;
     padding: 0px;
     z-index: 1012;
     overflow: auto;
}

.MiddleModalAutoTop{
     display: block;
     position: fixed;
     top: 1%;
     left: 25%;
     width: 50%;
     height: auto;
     padding: 0px;
     z-index:1012;
     overflow: auto;
}

.BigModalAuto{
     display: block;
     position: fixed;
     top: 15%;
     left: 20%;
     width: 835px;
     height: auto;
     max-height: 70%;
     max-width: 80%;
     padding: 0px;
     z-index:1012;
     overflow: auto;
}

.MiddleModalAuto, .MiddleModalAutoTop, .BigModalAuto, .modalAuto, .modalCenterAuto {

    background-color: white;
    color: black;
    font-family: Tahoma;
    font-size: 12px;

    /*border*/
    border-style: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    /*
    opacity:.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    */    

}

.ModalTitleContainer {
    background: linear-gradient(to right, #f2692f, #f18f3b, #f2b63d);
    border-style: none;
    color: white;
    font-size: 16px;
    font-family: Verdana, Arial;
    padding-left: 4px;
    height: 32px;
}

.ModalMessageContainer {
    background: transparent;
    border-style: none;
    color: #f2692f;
    font-size: 14px;
    font-family: Verdana, Arial;
    padding: 4px;
    vertical-align: middle;
}

.ModalMessageTable {
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #f18f3b;
}

.AppTitle{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    line-height: normal;
    color: white;
    vertical-align: middle;
    overflow-x: hidden;
    padding-left: 8px;
}

.AppSubTitle{
    font-style: normal;
    font-size: 0.8em;
    text-align: left;
    line-height: normal;
    color: white;
    vertical-align: middle;
    padding-left: 8px;
}

.text-footer{
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.65em;
    color: gray;
    text-align: right;
    vertical-align: middle;
    padding: 4px;
}

imgLogo {
    left: 8px!important;
    vertical-align: middle;
}

.UserInfoContent{
    font-size: 0.8em;
    align-content: center;
    width: auto;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}

.UserInfoRol{
    color: white!important;
    vertical-align: middle;
    padding-top: 2px;
}

.UserInfoImage{
    vertical-align: top;
}

.UserName{
    text-align: right;
    color: white;
    font-size: 0.9em;
    font-weight: bolder;
    overflow-x: hidden;
    width: 100%;
    padding-top: 2px;
    padding-right: 4px;
}

.ColorWorkSpace{
    background-color: white;
}

.InsideMargins{
    padding: 6px;
}

.InsideMargins4{
    padding: 4px!important;
}

.MenuItem {
    color: white!important;
    background-color: #f2b63d!important;
    font-size: 0.85em;
}

.MenuItemHoverstyle
{
    /*font-weight: bold;*/
    color: #f2692f!important;
    background-color: #E5E5E5!important;
    font-size: 0.85em;
}

.MenuItemSelected
{
    font-weight: bold;
    color: white!important;
    background-color: #f2692f!important;
    font-size: 0.85em;
}

.MessageScreenContainer{
    background-color: lightyellow;
    height: auto;
    width: 100%;
    z-index: 1000!important;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.MessageScreenContainerError{
    height: auto;
    width: 100%;
    position: fixed;
    float: left;
    top: 77px;
    left: 6%;
    max-width: 87%;
    /*background: linear-gradient(to right, darkred, red, white);*/
    background-color: red; /*#E84A38;*/
    padding: 8px;
    z-index: 1005;
}

.MessageScreen{
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #43678B;
}

.MessageScreenError{
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.MessageImage{
    width: 16px;
    height: 16px;
}

.Page_Header{
  display: block;
  color: #f2692f;
  text-align: left;
  vertical-align: middle;
  margin-top: 4px;
  padding: 4px;
  align-content: center;
  background-color: whitesmoke;
  border: solid;
  border-width: 1px;
  border-color: transparent;

  font-size: 32px;
  font-family: 'Arial Normal', 'Arial';
  font-weight: 400;
  font-style: normal;
}

.Page_Header_Line{
  color: darkmagenta;
}

.HeaderPageText{
  font-variant:small-caps;
  padding-left: 12px;
  vertical-align: bottom;
  text-align: left;
}

.SearchTextContent{

    vertical-align: bottom;

}

.SearchTextPanel{

    background-color:lightgray;
    border: solid;
    border-width: 1px;
    border-color: silver;
    vertical-align: middle;
    text-align: right;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 2px;

}

.SearchText{

    background-color: transparent;
    border: solid;
    border-width: 1px;
    border-color: transparent;
    font-size: 11px;
    font-weight: normal;
    font-style: oblique;

}

.SearchImage{

    background-color: transparent;
    border: none;
    height: 24px;
    width: 24px;

}

.NoBorder{
    border-style: none!important;
}

.RowBlankHeight{

    height: 12px;
    font-size:10px;

}

.RowBlankHeight6{

    height: 6px;
    font-size:4px;

}

.ButtonAddContent{

  border-style: none;
  background-color: #f2b63d;
  padding: 4px;
  vertical-align: middle;
  text-align: right;
  margin-top: 8px;
  border-radius: 4px;

}

.ButtonAdd{

  height: 24px;
  width: 24px;
  border: none;
  background-color: transparent;

}

.ButtonImage24 {
    margin-left: 4px;
    height: 24px;
    width: 24px;
    padding: 3px;
    border-style: solid;
    border-color: #f2b63d;
    border-width: 2px;
    align-content: center;
    vertical-align: middle;
}

.FiltroUsuarios {
    font-size: 1em;
    font-weight: normal;
    background-color: whitesmoke;
    color: white!important;
    background-color: #f2692f!important;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-top: 4px;
    border-radius: 4px;
}

.FiltroResultadosPaciente {
    font-size: 1em;
    font-weight: normal;
    background-color: whitesmoke;
    color: white!important;
    background-color: #f2692f!important;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-top: 4px;
    border-radius: 4px;
}

.GenericBodyStyle {
    border-color: #f18f3b;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.EtiquetaDatoContainer {
    background-color: transparent;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: right;
    height: 30px;
    margin: 2px;
}

.EtiquetaDato {
    color: #f2692f;
    font-weight:600;
    font-size: 13px;
}

.EtiquetaDatoForgotContainer {
    background-color: transparent;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    height: 30px;
    margin: 2px;
}

.EtiquetaDatoForgot {
    color: #f2692f;
    font-weight:600;
    font-size: 16px;
}

.EtiquetaDatoReadonlyContainer {
    background-color: lightgray;
    padding: 2px;
    text-align: center;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    margin: 2px;
}

.EtiquetaDatoReadonly {
    color: black;
    font-weight: bold;
    font-size: 13px;
}

.EtiquetaDatoContainer2 {
    background-color: transparent;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    height: 24px;
    margin: 2px;
}

.EtiquetaDato2 {
    color: #f2692f;
    font-weight:600;
    font-size: 12px;
}

.EtiquetaDatoReadonlyContainer2 {
    background-color: #f2b63d;
    padding: 2px;
    border-color: #f18f3b;
    border-style: solid;
    border-width: 1px;
    height: auto;
}

.EtiquetaDatoReadonly2 {
    color: white;
    font-weight: bold;
    font-size: 13px;
}

.DatoContainer, .DatoContainerMargin {
    background-color: transparent;
    padding: 2px;
    height: 30px;
    margin: 2px;
}

.DatoContainerMargin {
    border-color: #A9A9A9;
    border-width: 1px;
    border-style: solid;
}

.DatoStyle {
    width: 99%;
    height: 100%;
    font-size: 14px;
    padding: 2px;
}

.CheckDatoContainer {
    background-color: transparent;
    padding: 2px;
    text-align: left;
    height: 30px;
    margin: 2px;
}

.ButtonGuardar{
    color: white;
    background-color: green;
    border-color: green;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    border-radius: 4px;
    height:32px;
}

.ButtonGuardar:hover{
    background-color: #00D200;
    border-color: #00D200;
    /*font-weight: bolder;*/
}

.ForceHeight48{
    height: 48px!important;
}

.ForceHeight32{
    height: 32px!important;
}

.ButtonDescartar{
    color: white;
    background-color: darkred;
    border-color: darkred;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    border-radius: 4px;
    height:32px;
}

.ButtonDescartar:hover{
    background-color: red;
    border-color: red;
    /*font-weight: bolder;*/
}

.ButtonBlue{
    color: white;
    background-color: royalblue;
    border-color: royalblue;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    border-radius: 4px;
    height:32px;
}

.ButtonBlue:hover{
    background-color: CornflowerBlue; /*#A0CAF1;*/
    border-color: CornflowerBlue;
    /*font-weight: bolder;*/
}

.MakeWrap{
    white-space: normal;
    width: 100px;
    height: auto!important;
}

.ButtonOrange{
    color: white;
    background-color: orangered;
    border-color: orangered;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    border-radius: 4px;
    height:32px;
}

.ButtonOrange:hover{
    background-color: darkorange;
    border-color: darkorange;
    /*font-weight: bolder;*/
}

.ButtonGuardar:disabled, .ButtonDescartar:disabled,
.ButtonBlue:disabled, .ButtonOrange:disabled
{
    background-color: darkgray;
    border-color: darkgray;
}

.FileUpload
{
    display: block;
    font-size: 12px;
    color: white;
    text-wrap: normal;

    /*opacity: 0.1;
    filter: alpha(opacity=40); */
}

.FechaActualizacion {
    font-size: 10px;
    font-weight: 600;
    color: black;
}

.LogoImage {
    max-width: 64px;
    max-height: 64px;
}

.LogoImage:hover {
    opacity: 0.7;
}

.LogoImageContent {
    /*left: 0px;
    top: 0px;*/
    /*float: left;*/
    display: block;
}

.LogoImageSyncButtonContent {
    display: none;
    z-index: 1100;
    position: relative;
    top: -68px;
    height: 64px;
    width: 64px;
    background-color: yellow;

}

.LogoImageSyncButton {
}

.LogoImageContent:hover ~ .LogoImageSyncButtonContent {
    display: block;
}

.CaptchaContent {
    display: block;
    padding: 0px!important;
    margin: 0px!important;
    border-spacing: 0px!important;
    border-collapse: collapse!important;
}

.WaitImage {
    /*position: absolute;
    clip: rect(411px,586px,411px,586px);*/
    left: -114px;
    top: -114px;
}

.ReportContent{
    display: block;
    /*position: absolute;*/
    width: auto!Important;
    height: auto!Important;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Grids Datos */

.GridStyleContainer {
    background-color: white;
    border-color: #f2692f;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
}

.GridStyle {
    width: 100%;
}

.GridHeaderStyle {
    Height: 40px;
    background-color: #f18f3b;
    border-style: none;
    color: white;
    text-align: left;
    padding-left: 4px;
}

.GridRowStyle {
    Height: 30px;
    /*background-color: white;
    border-bottom: solid;
    border-top: solid;
    border-left: solid;
    border-right: solid;
    border-color: white;*/
    border-color: lightgray;
    color: black;
    text-align: left;
    padding: 2px;
}

.BorderRow, .GridPagerTextBlock {
    /*border-bottom: solid;
    border-top: solid;
    border-left: solid;
    border-right: solid;*/
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    border-bottom-width: 1px;
    -moz-border-end-width: 2px;
    -moz-border-start-width: 2px;
    -moz-border-bottom-colors: lightgray;
    /*border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;*/
}

.GridSelectedRowStyle {
    font-weight: bolder;
    background-color: white!important;
    /*opacity: .75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);*/
}

.GridAlternateRow{
    background-color: whitesmoke; /*#E6E6E6;*/
}

.GridEmptyDataRowStyle {
    padding: 4px;
    border-style: none!important;
    border-width: 0px;
    margin: 4px;
    height: 40px;
    color: #f2692f!important;
    font-weight: bold;
}

.GridPagerTextBlock span{
    color: white;
    background-color: #f2692f!important;
    display: block !important;
    font-weight: normal;
    Font-Size: x-small;
    font-style: normal;
    font-weight: bold;
    padding: 4px 8px !important;
    text-align: center;
    border: 1px solid #f2b63d!important;
    margin: 2px;
    text-decoration: none;
}

.GridPagerTextBlock a, .GridPagerTextBlock input[type=button]{
    color: #f2692f;
    background-color: white!important;
    display: block !important;
    font-weight: normal;
    Font-Size: x-small;
    font-style: normal;
    padding: 4px 8px !important;
    text-align: center;
    border: 1px solid #f18f3b!important;
    margin: 2px;

}

.GridColumnLeft{
  text-align: left;
  vertical-align: middle;
}

.GridColumnCenter{
  text-align: center;
  vertical-align: middle;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Tabs */

.TabContentStyle{
    border-style: solid;
    border-color: #f2692f;
    border-width: 2px;
    margin-top: -2.8px;
    /*border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 0px;
    border-bottom-width: 2px;*/
    background-color: transparent;
}

.TabSelectedStyle{
    border-style: solid;
    border-color: #f2692f;
    border-width: 1px;
    background-color: #f2692f;
    color: White;
    height: 32px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    z-index: 1000;
}

.TabUnSelectedStyle{
    border-style: solid;
    border-color: silver;
    border-width: 1px;
    height: 28px;
    vertical-align: middle;
    background-color: silver;
    padding-left: 1px;
    padding-top: 1px;
    font-size: 12px;
}

.TabUnSelectedStyle:hover, .ButtonTabUnSelectedStyle:hover{
    color: white;
    background-color: #f18f3b;
    border-color: #f18f3b;
}

.ButtonTabUnSelectedStyle{
    background-color: transparent;
}

.Margin12{
    display: table-cell;
    padding: 4px;
    background-color: transparent;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Tabs */

.PanelFiltroBack {
    background-color: #f2692f;
    padding-left: 2px;
    padding-right: 12px;
    height: 100%;
}

.PanelFiltro{
    width: 26px;
    /*margin-left: -170px;*/
    background-color: transparent;
    color: white;
    font-size: smaller;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
    overflow-x: hidden;
}

/*.PanelFiltro:hover, .PanelFiltro:focus{
    color: white!important;
    width: 320px;
    max-width: 512px;
}*/

.FiltroLabel{
    /*color: white;*/
    font-size: x-large;
    font-variant: small-caps;
    padding: 4px 4px 4px 4px;
    /*writing-mode: vertical-rl;*/
}

.FiltroMenuLabel{
    color: white;
    font-size: x-large;
    font-variant: small-caps;
}

.FiltroBoxElement{

    border-width: 1px;
    border-style: solid;
    border-color: #f2b63d;
    border-radius: 4px;
    padding: 0px;
    margin-bottom: 4px;
    width: 100%;
}

.FiltroTitleElement{
    /*color: White;*/
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
}

.FiltroTitleElementContent{
    border-width: 1px;
    border-style: solid;
    border-color: #f18f3b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f18f3b;
    /*padding: 1px 1px 1px 1px;*/
    width: 100%;
}

.FiltroSearchContent{
    height: 28px;
    Width: 98%;
}

.FiltroSearchImageContent{
    background-color: whitesmoke;
    border-style: none;
}

.FiltroList{
    background-color: transparent;
    color: white;
}

.FiltroList:hover{
    color: #30628F;
    background-color: white;
}

.FiltroLabelSelected{
    color: white;
    font-size: small;
    font-variant: small-caps;
    font-weight: bolder;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    align-content: center;
    width: auto;
    text-wrap:none;
}

.TextRight {
    text-align: right;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.TextTop {
    text-align: start;
    align-content: flex-start;
    vertical-align: text-top;
}

.FixedSizeWorkSpace{
    min-width: 1000px;
}

.HeaderPageText{
    font-variant:small-caps;
}

.ir-arriba{
	padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	display:inline-block;
	color:#fff;
	position: fixed;
	font-size:10px;
	bottom:10px;
	right:10px;
	display:none;
	cursor:pointer;
    z-index: 1050;

    align-items: center;
    vertical-align: middle;
    border-color: silver;
    border-width: 1px;
    border-style: solid;

	background-color: white;
    opacity:.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);

}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Max 1080 */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 1080px) {

    .WorkSpaceWidth {
      left: 0px;
      max-width: 100%;
    }

    .MiddleModalAuto{
         display: block;
         position: fixed;
         top: 10%;
         left: 15%;
         width: 70%;
         height: auto;
         padding: 0px;
         z-index: 1012;
         overflow: auto;
    }

}

