﻿/* BOTON */
.BotonPanel
{
    border:1px solid #74A846;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    text-align: center;
}
.BotonGeneral
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #F78D1D;
    padding: 2px 8px 2px 8px;
    border: 1px solid #F47C20;
    border-radius: 3px;
    height: 28px;
}
.BotonGeneral:hover
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #D7620B;
    padding: 2px 8px 2px 8px;
    border: 1px solid #D7620B;
    border-radius: 3px;
    height: 28px;
}

.BotonAzul
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #0095cd;
    padding: 2px 8px 2px 8px;
    border: 1px solid #0095cd;
    border-radius: 3px;
    height: 28px;
}

.BotonBlanco
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #606060;
    cursor: pointer;
    background: #FFF;
    padding: 2px 8px 2px 8px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    height: 28px;
}

.BotonVerde
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #74A846;
    padding: 2px 8px 2px 8px;
    border: 1px solid #74A846;
    border-radius: 3px;
    height: 28px;
}

.BotonBlancoVerde
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #74A846;
    cursor: pointer;
    background: #FFF;
    padding: 2px 8px 2px 8px;
    border: none;
    border-radius: 3px;
    height: 28px;
}

/* CALENDARIO */
.Calendario .ajax__calendar_container
{
    width:200px;
    background-color: #FFF; border:solid 0px #666;
}
.Calendario .ajax__calendar_body
{
    width:170px;height:180px;
    background-color: #FFF; border-bottom: solid 1px #666;
}
.Calendario .ajax__calendar_header
{
    background-color: #FFF; margin-bottom: 0px;
} 
.Calendario .ajax__calendar_title
{
    color: #000; padding-top: 0px;
}
.Calendario .ajax__calendar_next,
.Calendario .ajax__calendar_prev
{
    border:solid 0px #FFF;
    background-color: #FFF;
}
.Calendario .ajax__calendar_hover .ajax__calendar_next,
.Calendario .ajax__calendar_hover .ajax__calendar_prev
{
    border:solid 0px #C0C0C0;
    background-color: #FFF;
}
.Calendario .ajax__calendar_dayname
{
    text-align:center; margin-bottom: 1px; margin-top: 1px;
    color:#000;
    background-color: #FFF;
} 
.Calendario .ajax__calendar_day,
.Calendario .ajax__calendar_month,
.Calendario .ajax__calendar_year
{
    text-align:center;
    border:solid 1px #C0C0C0;
    color:#000;
    background-color: #FFF;
}
.Calendario .ajax__calendar_hover .ajax__calendar_day,
.Calendario .ajax__calendar_hover .ajax__calendar_month,
.Calendario .ajax__calendar_hover .ajax__calendar_year
{
    color: #FFF; font-weight:bold; background-color: #C0C0C0;
}
.Calendario .ajax__calendar_active .ajax__calendar_day,
.Calendario .ajax__calendar_active .ajax__calendar_month,
.Calendario .ajax__calendar_active .ajax__calendar_year
{
    color: #FFF; font-weight:bold; background-color: #74A846; 
}
.Calendario .ajax__calendar_today .ajax__calendar_day
{
    color: #000; font-weight:bold; background-color: #F47C20; 
}
.Calendario .ajax__calendar_other,
.Calendario .ajax__calendar_hover .ajax__calendar_today
{
    color: #F47C20;
    font-weight:bold;
}
.Calendario .ajax__calendar_days
{
    background-color: #FFF;
    overflow:visible;
}

/* CHECKBOX */
.CheckBox label
{
    display:inline;
    margin:5px;
    font-family:Trebuchet MS;
    font-size:12px;
    color: #800000;
}

/* CHECKBOX HORARIO*/
.CheckBoxHorario label
{
    display:inline;
    /*margin:10 px;*/
    font-family:Trebuchet MS;
    font-size:15px;
    color: #74A846;
}

/* DROPDOWNLIST */
.DropDownList
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    margin-bottom:0px;
    height: 25px;
}

/* FOTO */
#profile_pic_wrapper
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
    width: 167px;
    height: 120px;
    }
 
#profile_pic_wrapper a
{
    position: absolute;
    display: none;
    top: 30px;
    right: 0;
    margin-top: -30px;
    line-height: 20px;
    padding: 5px;
    color: #fff;
    background-color: #333;
    width: 110px;
    text-decoration: underline;
    text-align: center;
    z-index: 100;
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
}
 
#profile_pic_wrapper:hover a
{
    position: absolute;
    margin: 90px 0px 0px 0px;
    display: block;
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
}
 
#profile_pic_wrapper:hover a:hover
{
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
}
.profile_pic
{
    width: 120px;
    height: 120px;
}

/* GRIDVIEW */
.GridTexto
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #000;	
}

.GridEliminar
{
    font-family:Trebuchet MS;
    font-size:15px;
    color:Maroon;
    font-weight:bold;
}

/* IMAGEN */
.ImagenBullet
{
    border: 0px none transparent;
}

/* LABEL */
.LabelTitulo
{
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #74A846;
    border-color: #74A846;
}
.LabelSecciones
{
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    background-color: #74A846;	
}
.LabelSubtitulo
{
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    color:#74A846;
}
.LabelSubrayada
{
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    border-bottom-color:#74A846;
}
.LabelAlerta
{
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    text-align:center;
    color:Maroon;	
}
.LabelProt
{
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
    color: #F78D1D;	
}

.LabelRegresar
{
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: bold;
    color: #74A846;	
}

/* LINK */
.LinkVerde
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #74A846;	
    text-decoration: underline;	
}
.LinkVerde:hover
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #507430;	
    text-decoration: underline;	
}

/* LISTBOX */

.ListBox
{
    font-family: Trebuchet MS;
    resize: vertical;
    display: inline-block;
    vertical-align: middle;
    overflow-x: auto;
}

/* RADIOBOTON */
.RadioBoton label
{
    display: inline;
    margin: 5px;
    font-family: Trebuchet MS;
    font-size: 12px;
}

/* RENGLON */
.RenglonInfoIzq
{
    color: #638E3C;
    font-family: Trebuchet MS;
    font-size: 13px;
    width: 30%;
    text-align: right;
    padding-right: 1em;
    box-shadow: 0 5px 5px -5px #74A846;	
}
.RenglonInfoDer
{
    color: #000;
    font-family: Trebuchet MS;
    font-size: 13px;
    text-align: left;
    width: 70%;
    box-shadow: 0 5px 5px -5px #74A846;
}

.RenglonIzqPadding
{
    text-align: left;
    padding-left: 3em;
}

.RenglonTituloGris
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #F78D1D;
	background-color: #F3F3F3;
}

.RenglonSubtituloGris
{
    font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #333;
    text-align: center;
	background-color: #F3F3F3;
}

/* TEXTBOX */
.TextBoxMultilinea
{
    resize: vertical;
}
.TextBoxRounded
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Jquery tab container */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* UPLOADFILE */
.submit 
{
    direction:rtl;
    background:#fff;
    background-color:#fff;
    border-radius:5px;
    border:1px solid #74A846;
    display: inline-block;
    color:#000;
    font-size:14px;
    padding:5px;
    text-decoration:none;
    text-shadow:1px 1px 0px #fff;
    cursor:pointer;
}
.submit:hover {
     background:#fff;
     background-color:#fff;
     border:1px solid #F78D1D;
}
.submit:active {
   position:relative;
   top:1px;
}

/* VALIDADOR */
.ValidadorGeneral
{
    font-size:medium;
    color: Maroon;
}

/*Divs de cuadro de espera*/
.divExterno {
    position: fixed;
	top: 0px; 
	bottom: 0px;
	left: 0px; 
	right: 0px;
	overflow: hidden;
	padding-top: 20%;
	margin: 0;
	background-color: #F0F0F0;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index: 5000; 		
	text-align: center;
    font-family: Trebuchet MS;
    font-size:15px;
    color:#3D5626;        
	font-weight:bold;
}
.divInterno	{
	padding: 20px;
	background-color:white;
	/*position: fixed;*/
    z-index: 5001;
}
