﻿
.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-color: rgba(0, 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;
}*/

/*Loading Login:*/
#loading {
    /*background: #f4f4f2 url("img/page-bg.png") repeat scroll 0 0;*/
    /*background: #f4f4f2 scroll 0 0;*/
    /*background-color: rgba(255, 255, 255, 0.95);*/
    background-color: rgba(158, 167, 176, 0.9);
    height: 100%;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}
.bokeh {
    /*border: 0.01em solid rgba(150, 150, 150, 0.1);*/
    border: 0.01em solid rgba(150, 150, 150, 0.3);
    border-radius: 50%;
    font-size: 100px;
    height: 1em;
    list-style: outside none none;
    margin: 0 auto;
    position: relative;
    top: 35%;
    width: 1em;
    z-index: 2147483647;
}
.bokeh li {
    border-radius: 50%;
    height: 0.2em;
    position: absolute;
    width: 0.2em;
}
.bokeh li:nth-child(1) {
    animation: 1.13s linear 0s normal none infinite running rota, 3.67s ease-in-out 0s alternate none infinite running opa;
    background: #00c176 none repeat scroll 0 0;
    left: 50%;
    margin: 0 0 0 -0.1em;
    top: 0;
    transform-origin: 50% 250% 0;
}
.bokeh li:nth-child(2) {
    animation: 1.86s linear 0s normal none infinite running rota, 4.29s ease-in-out 0s alternate none infinite running opa;
    background: #ff003c none repeat scroll 0 0;
    margin: -0.1em 0 0;
    right: 0;
    top: 50%;
    transform-origin: -150% 50% 0;
}
.bokeh li:nth-child(3) {
    animation: 1.45s linear 0s normal none infinite running rota, 5.12s ease-in-out 0s alternate none infinite running opa;
    background: #fabe28 none repeat scroll 0 0;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -0.1em;
    transform-origin: 50% -150% 0;
}
.bokeh li:nth-child(4) {
    animation: 1.72s linear 0s normal none infinite running rota, 5.25s ease-in-out 0s alternate none infinite running opa;
    background: #88c100 none repeat scroll 0 0;
    margin: -0.1em 0 0;
    top: 50%;
    transform-origin: 250% 50% 0;
}
@keyframes opa {
12% {
    opacity: 0.8;
}
19.5% {
    opacity: 0.88;
}
37.2% {
    opacity: 0.64;
}
40.5% {
    opacity: 0.52;
}
52.7% {
    opacity: 0.69;
}
60.2% {
    opacity: 0.6;
}
66.6% {
    opacity: 0.52;
}
70% {
    opacity: 0.63;
}
79.9% {
    opacity: 0.6;
}
84.2% {
    opacity: 0.75;
}
91% {
    opacity: 0.87;
}
}

@keyframes rota {
100% {
    transform: rotate(360deg);
}
}


/*Popups:*/
/*
.ModalPopupDiv {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: rgba(255, 255, 255,.9);
    z-index: 1002;
}

.ModalPopupDiv .PopupContainer {
    height: 100%; 
}

.ModalPopupDiv .PopupRow {
    height: 100%; 
}

.ModalPopupDiv .PopupRow .PopupSmallDiv {
    background-color: #3e454c;
    border: 1px solid;
    border-color: #3e454c;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    height: 50%;
    width: 100%;
    display: table;
}

.ModalPopupDiv .PopupRow .PopupMediumDiv {
    background-color: #3e454c;
    border: 1px solid;
    border-color: #3e454c;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    height: 65%;
    width: 100%;
    display: table;
}

.ModalPopupDiv .PopupRow .PopupLargeDiv {
    background-color: #3e454c;
    border: 1px solid;
    border-color: #3e454c;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    height: 80%;
    width: 100%;
    display: table;
}

@media only screen and (min-width: 1200px) {

    .ModalPopupDiv .PopupRow .PopupSmallDiv {
        height: 30%;
    }

    .ModalPopupDiv .PopupRow .PopupMediumDiv {
        height: 60%;
    }

    .ModalPopupDiv .PopupRow .PopupLargeDiv {
        height: 80%;
    }
}

@media only screen and (min-width: 992px) {

    .ModalPopupDiv .PopupRow .PopupSmallDiv {
        height: 40%;
    }

    .ModalPopupDiv .PopupRow .PopupMediumDiv {
        height: 60%;
    }

    .ModalPopupDiv .PopupRow .PopupLargeDiv {
        height: 80%;
    }
}

@media only screen and (min-width: 768px) {

    .ModalPopupDiv .PopupRow .PopupSmallDiv {
        height: 30%;
    }

    .ModalPopupDiv .PopupRow .PopupMediumDiv {
        height: 65%;
    }

    .ModalPopupDiv .PopupRow .PopupLargeDiv {
        height: 80%;
    }
}

.PopupHeader {
    height: 20%;
    display: table-row;
    
}

.PopupHeaderContent {
     display: table-cell;
     padding-left: 8px;
     padding-right: 8px;
     vertical-align: middle;
     color: #ffffff;
     font-weight: bold;
}

.PopupHeaderContent input {
     font-weight: bold;
     float: right;
}

.PopupBody {
    height: 60%;
    display:table-row;
    background-color: #FFFFFF;
}

.PopupBodyContent {
     display: table-cell;
     padding-top: 10px;
}

.PopupBodyContent .FormBody {
     height: 100%; 
     width: 100%; 
     overflow-y: auto;
}

.PopupFooter {
    height: 20%;
    display:table-row;
}

.PopupFooterContent {
     display: table-cell;
     padding-left: 8px;
     padding-right: 8px;
     vertical-align: middle;
     color: #ffffff;
     font-weight: bold;
}*/




.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;
}

