﻿
.PageTitleTemplateDiv {
    display: block; 
    float: left; 
    width: 50%; 
    height: 100%; 
    color: #ffffff; 
    padding-left: 20px; 
    padding-top: 5px;
}

.PageTitleMobileDiv hr {
    border: 1px solid;
    border-color: #3e454c;
}

.IydsaLogoDiv {
    bottom: 10px;
    position: absolute;
    width: 100%;
    padding-left: 10px;
}


.LoadingDiv {
	/*background: url(/Image/Background/OverlayBackground.png) repeat;*/
    background-color: rgba(0, 0, 0,.8);
	left: 0px;
	height: 100%;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1030;
}

.LoadingDiv .LoadingImageDiv {
	height: 150px;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	position: relative;
	top: 50%;
	width: 150px;
}

.HomeDiv
{
    min-height: 500px !important;
    /*opacity: 0.1;*/
}



.HiddenPanel
{
    display: none;
}

.DetailInfo
{
    font-weight: normal;
}

.DetailInfo:hover
{
    font-weight: bold;
}


/*Estilos del visor de imagenes*/
.DocumentGallery
{
    background-color: #CCCCCC;
}

.DocumentGallery .FileContainer
{
    max-height: 260px; 
    overflow-y: auto;
}

.DocumentGallery .FileContainer .FileCol
{
    height: 205px; 
    padding-top: 5px;
}

.DocumentGallery .FileContainer .FileCol .FileTable
{
    height: 100%; 
    width: 100%;
}

.DocumentGallery .FileContainer .FileCol .FileTable .FileTableField
{
    height: 100%; 
    width: 100%; 
    vertical-align: middle; 
    text-align: center;
}

.DocumentGallery .FileContainer .FileCol .FileTable .FileTableField .DocumentThumbnail
{
    max-height: 200px; 
    max-width: 100%; 
    height: auto; 
    width: auto;
    cursor: pointer;
    /*-webkit-filter: sepia(100%);
    -webkit-filter: brightness(50%);*/
}

.DocumentThumbnailInactive
{
    filter: grayscale(100%) brightness(80%);
    -webkit-filter: grayscale(100%) brightness(80%);
    -moz-filter: grayscale(100%) brightness(80%);
}

.DocumentThumbnailInactive:hover
{
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    -moz-filter: grayscale(0%) brightness(100%);
}

.DocumentThumbnailActive
{
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    -moz-filter: grayscale(0%) brightness(100%);
}

.smooth_zoom_preloader {
	background-image: url(/Include/ImageViewer/zoom_assets/preloader.gif);
}	
.smooth_zoom_icons {
	background-image: url(/Include/ImageViewer/zoom_assets/icons.png);
}


/*Estilos del scroll para todo el sistema (solo funciona en Chrome)*/
::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1);
border-radius: 10px;
border: 1px solid;
border-color: #ccc;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
background-color: #3e454c;
}


.ScheduleTempCell{
    vertical-align: middle;
}

.ScheduleCellTime{
    color: #9ea7b0;
    background-color: #d3e8db;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    height: 100%;
    max-height: 100%;
    cursor: default;
    overflow-x: hidden;
}


@media only screen and (min-width: 768px) {
    .ScheduleFastViewDiv{
        width:400px;
        height:300px;
        font-size: 12px;
        text-align: left;
        color: #000000;
        position: absolute;
        cursor: default;
        z-index: 1000;
        margin-left: -27px;
        display:none;
    }

    .ScheduleFastViewDiv:after {
        content: '';
	    display: block;  
	    position: relative;
	    left: 20px;
	    bottom: 100%;
	    width: 0;
	    height: 0;
	    border-bottom: 10px solid #d3e8db;
	    border-top: 10px solid transparent;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
    }
}

@media only screen and (max-width: 767px) {
    .ScheduleFastViewDiv{
        width: 95%;
        height:300px;
        font-size: 12px;
        text-align: left;
        color: #000000;
        position: absolute;
        cursor: default;
        z-index: 1000;
        left: 2%;
        display:none;
    }

    .ScheduleFastViewDiv:after {
        content: '';
	    display: block;  
	    position: relative;
	    left: 50%;
        margin-left: 28px;
	    bottom: 100%;
	    width: 0;
	    height: 0;
	    border-bottom: 10px solid #d3e8db;
	    border-top: 10px solid transparent;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
    }
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv
{
    position: relative;
    top: 10px;
    height: 290px;
    border:1px solid #d3e8db;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
    border-radius:3px;
    -webkit-border-radius:3px;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .LoadingGif{
    top: 50%;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    display: none;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewHeaderDiv
{
    position: relative;
    /*top: 10px;*/
    padding:10px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color:#3e454c;
    background-color: #d3e8db;
    border-bottom: 1px solid;
    border-bottom-color: #9ea7b0;
    height: 34px;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewItemsDiv {
    background-color: #ffffff;
    width: 100%;
    height: 256px;
    position: relative;
    /*overflow: auto;*/
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: initial;
}


.ScheduleFastViewDiv:hover {
    display:block;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewItemsDiv .ContainerScheduleFastViewDiv
{
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    border-bottom: 1px solid;
    border-bottom-color: #d3e8db;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewItemsDiv .ContainerScheduleFastViewDiv:hover
{
    background-color: #edf5f0;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewItemsDiv .ContainerScheduleFastViewDiv .FolioDiv
{
    color: red;
    height: 15px;
    font-weight: bold;
    font-size: 13px;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewItemsDiv .ContainerScheduleFastViewDiv .TimeDiv
{
    color: #9ea7b0;
    height: 15px;
    font-weight: bold;
    font-size: 13px;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewItemsDiv .ContainerScheduleFastViewDiv .TitleDiv
{
    color: #3e454c;
    font-weight: bold;
    min-height: 15px;
    font-size: 13px;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewItemsDiv .ContainerScheduleFastViewDiv .ClientNameDiv
{
    color: #3e454c;
    min-height: 15px;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewItemsDiv .ContainerScheduleFastViewDiv .DescriptionDiv
{
    color: #3e454c;
    font-style: italic;
    min-height: 15px;
    padding-left: 15px;
}

.ScheduleFastControlsDiv
{
    text-align: right !important;
    padding: 0px;
}

.ScheduleFastControlsDiv a
{
    /*color: #3e454c;*/
    color: #9ea7b0;
    width: 18px;
    font-size: 18px;
    padding: 0px;
    text-align: right !important;
    display: inline-block;
}

/*.ScheduleFastControlsDiv a:hover
{
    color: #3071a9;
}*/

.ScheduleFastControlsDiv .ScheduleFastGo:hover
{
    color: #428bca;
}

.ScheduleFastControlsDiv .ScheduleFastAttended:hover
{
    color: #5cb85c;
    cursor: pointer;
}

.ScheduleFastViewDiv .ScheduleFastViewContainerDiv .ScheduleFastViewConfirmationDiv {
    background-color: #ffffff;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    height: 256px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    white-space: initial;
    display: none;
}

.TelegramPrintScreenMobile{
    width: 250px;
    height: auto;
    border: 1px solid;
}

.DownTelegramImg{
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 20px;
}


/*Estilos para le digitalización de Expedientes:*/
.DigitalRecord
{
    /*background-color: #CCCCCC;*/
    background-color: #d3e8db;
}

.DigitalRecord .FileContainer
{
    max-height: 500px; 
    overflow-y: auto;
}

.DigitalRecord .FileContainer .FileCol
{
    height: 210px; 
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.DigitalRecord .FileContainer .FileCol .FileTable
{
    height: 100%; 
    width: 100%;
    font-size: 20px;
}

.DigitalRecord .FileContainer .FileCol .FileTable .DragAndDropTableField
{
    height: 100%; 
    width: 20%; 
    vertical-align: middle; 
    text-align: center;
}

.DigitalRecord .FileContainer .FileCol .FileTable .DragAndDropTableField .HandleItem
{
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.DigitalRecord .FileContainer .FileCol .FileTable .DragAndDropTableField .HandleItem:hover
{
    color: #5cb85c;
}

.DigitalRecord .FileContainer .FileCol .FileTable .FileTableField
{
    height: 100%; 
    width: 60%; 
    vertical-align: middle; 
    text-align: center;
    /*background-color: #428bca;*/
    background-color: #ffffff;
}

.DigitalRecord .FileContainer .FileCol .FileTable .FileTableField .DocumentThumbnail
{
    max-height: 180px; 
    max-width: 95%; 
    height: auto; 
    width: auto;
}

.DigitalRecord .FileContainer .FileCol .FileTable .OptionsTableField
{
    height: 100%; 
    width: 20%; 
    vertical-align: top; 
    text-align: left;
    padding-left: 10px;
}

.DigitalRecord .DeleteLink { color: #3e454c; cursor: pointer; }
.DigitalRecord .DeleteLink:hover { color: red; cursor: pointer; }
.DigitalRecord .ViewAndCropLink { color: #3e454c; cursor: pointer; }
.DigitalRecord .ViewAndCropLink:hover { color: #428bca; cursor: pointer; }

.CropRow
{
    height: 100%;
    max-height: 100%;
    /*border: 1px solid;
    border-color: red;*/
}

.CropCol
{
    max-height: 100%;
    border: 1px solid;
    border-color: green;
}

.CropImage
{
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

/*Notas:*/

ul.notes li {
    margin: 10px 40px 50px 0px;
    float: left;
}

ul.notes li, ul.tag-list li {
    list-style: none;
}

ul.notes li div small {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
}

ul.notes li div h4 {
    font-weight: bold;
}

div.rotate-1 {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}

div.rotate-2 {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}

.lazur-bg {
    /*background-color: #23c6c8;*/
    background-color: #80B5DF;
    color: #ffffff;
}

.red-bg {
    /*background-color: #ed5565;*/
    background-color: #E66665;
    color: #ffffff;
}

.navy-bg {
    /*background-color: #1ab394;*/
    background-color: #9FCDB1;
    color: #ffffff;
}

.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff;
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    display: block;
    /*height: 210px;
    width: 210px;*/
    min-height: 210px;
    width: 210px;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px #212121;
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
}


/*Nuevos estilos*/

.PlantillaTituloPaginaDiv {
    display: block; 
    float: left; 
    width: 50%; 
    height: 100%; 
    color: #ffffff; 
    padding-left: 20px; 
    padding-top: 5px;
}

.TituloPaginaMovilDiv hr {
    border: 1px solid;
    border-color: #3e454c;
}

.IydsaLogoDiv {
    bottom: 10px;
    position: absolute;
    width: 100%;
    padding-left: 10px;
}


.CargandoDiv {
    background-color: rgba(0, 0, 0,.8);
	left: 0px;
	height: 100%;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1030;
}

.CargandoDiv .CargandoImagenDiv {
	height: 150px;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	position: relative;
	top: 50%;
	width: 150px;
}




.PanelOculto
{
    display: none;
}

.DetailInfo
{
    font-weight: normal;
}

.DetailInfo:hover
{
    font-weight: bold;
}



/*Estilos del scroll para todo el sistema (solo funciona en Chrome)*/
::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1);
border-radius: 10px;
border: 1px solid;
border-color: #ccc;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
background-color: #3e454c;
}


