﻿/*
    Universidad Tecnologica de Ciudad Juarez
    Sistema Integral de Servicios Estudiantiles 2011-2012
    
    CSS Compatible v3
    Modif. 1:  9 - Marzo - 2012
    Modif. 2: (->v3) 16 - Agosto - 2012
    Modif. 3: 7 - Enero - 2015 (jQuery ui Accordion)

    Codigos de color estandar UTCJ
    Verde Medio:  #72a545
    Verde Claro:  #74a846
    Naranja:      #f78d1d
    Gris Claro:   #f2f2f2
    Gris Oscuro:  #8b8e93
*/
.center {
    margin: 0px auto;
    text-align: center;
}

.estilo2 {
    font-family: Segoe UI, Sans-Serif;
    font-size: 10px;
}

.estilo3 {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    height: 12px;
}

.cabecera2 {
    font-style: normal;
    font-weight: bold;
    font-family: Segoe UI, Sans-Serif;
    color: #000;
    font-size: large;
}

.tableHeader {
    font-style: normal;
    font-weight: bold;
    font-family: Segoe UI, Sans-Serif;
    color: #fff;
    font-size: large;
    text-align: center;
}

span.tableHeader {
    margin-top: 4px;
    margin-bottom: 30px;
}

.tableHeader2 {
    font-style: normal;
    font-weight: bold;
    font-family: Segoe UI, Sans-Serif;
    color: #000;
    text-align: left;
    font-size: 10pt;
}

.campo {
    font-family: Segoe UI, Sans-Serif;
    font-size: small;
}

.subtitulo {
    /*font-family:Segoe UI, Sans-Serif;*/
    background-color: Teal;
    color: white;
    font-weight: bold;
    height: 10px;
}

.interlineado {
    padding-bottom: 10px;
}

input[type='text'] {
    border-color: #c0c0c0;
}

.labels1 {
    font-weight: bold;
}

.borderless_img {
    background: transparent none;
    border: 0px none transparent;
}

.borderless_img2 {
    border: 0px none transparent;
    background: transparent none;
    margin-top: 20px;
}

.SinSombra{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.SinBordes {
    border: none;
}
.SinBorde-b {
    border-bottom: none !important;
}
.SinBorde-r {
    border-right: none !important;
}
.SinBorde-t {
    border-top: none !important;
}
.SinBorde-l {
    border-left: none !important;
}
.pointer{
    cursor: pointer;
}

.KeepSessionAlive_img {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Shadowed Buttons*/
/* New button style SISE 2011-dic-16 ******************************************************************************************************************************/
input.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 4px 12px 4px 12px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    /* hack for ie9*/
    border-radius: .1em;
    -webkit-border-radius: .1em; /*.5em orig*/
    -moz-border-radius: .1em; /*.5em orig*/
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0;
    margin-bottom: 6px;
    /*new colors 13-ene-2012*/
    color: #606060;
    border: solid 1px #b7b7b7;
    /*background: #fff;*/
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}


    input.button:active {
        position: relative;
        top: 1px;
        /*new colors 13-ene-2012*/
        color: #999;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));*/
        background: linear-gradient(top, #ededed, #fff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
    }

    input.button:hover {
        /*new colors 13-ene-2012*/
        background: #ededed;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));*/
        background: linear-gradient(top, #fff, #dcdcdc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
    }

/* http://webdesignerwall.com/tutorials/css3-gradient-buttons */
/* green */
input.greenButton {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));*/
    background: linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

    input.greenButton:hover {
        background: #538018;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));*/
        background: linear-gradient(top, #6b9d28, #436b0c);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
    }

    input.greenButton:active {
        color: #a9c08c;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));*/
        background: linear-gradient(top, #4e7d0e, #7db72f);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
    }
/* white */
input.whiteButton {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));*/
    background: linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

    input.whiteButton:hover {
        background: #ededed;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));*/
        background: linear-gradient(top, #fff, #dcdcdc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
    }

    input.whiteButton:active {
        color: #999;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));*/
        background: linear-gradient(top, #ededed, #fff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
    }

/* orange */
input.orangeButton {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));*/
    background: linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

    input.orangeButton:hover {
        background: #f47c20;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));*/
        background: linear-gradient(top, #f88e11, #f06015);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
    }

    input.orangeButton:active {
        color: #fcd3a5;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));*/
        background: linear-gradient(top, #f47a20, #faa51a);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    }

/* blue */
input.blueButton {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));*/
    background: linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

    input.blueButton:hover {
        background: #007ead;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));*/
        background: linear-gradient(top, #0095cc, #00678e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    }

    input.blueButton:active {
        color: #80bed6;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));*/
        background: linear-gradient(top, #0078a5, #00adee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
        /* IE is so silly */
    }
/* New button style SISE 2011-dic-16 ******************************************************************************************************************************/

/* Login Form Classes */
.loginInput {
    padding: 5px;
    font-size: 10pt;
    text-shadow: 0px 1px 0px #d0d0d0;
    outline: none;
    background: -webkit-gradient(linear, left top, left bottombottom, from(#dcdcde), to(#ffffff));
    background: linear-gradient(top, #dcdcde, #ffffff);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #717171;
    -webkit-box-shadow: 1px 1px 0px #efefef;
    -moz-box-shadow: 1px 1px 0px #efefef;
    box-shadow: 1px 1px 0px #efefef;
}

    .loginInput:focus {
        -webkit-box-shadow: 0px 0px 3px #007eff;
        -moz-box-shadow: 0px 0px 3px #007eff;
        box-shadow: 0px 0px 3px #007eff;
    }

.loginInput2 {
    padding: 2px;
    font-size: 10pt;
    /*font-size: 11pt;*/
    text-shadow: 0px 1px 0px #d0d0d0;
    outline: none;
    background: -webkit-gradient(linear, left top, left bottombottom, from(#dcdcde), to(#ffffff));
    background: linear-gradient(top, #dcdcde, #ffffff);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #717171;
    -webkit-box-shadow: 1px 1px 0px #efefef;
    -moz-box-shadow: 1px 1px 0px #efefef;
    box-shadow: 1px 1px 0px #efefef;
}

    .loginInput2:focus {
        -webkit-box-shadow: 0px 0px 3px #007eff;
        -moz-box-shadow: 0px 0px 3px #007eff;
        box-shadow: 0px 0px 3px #007eff;
    }

.IMG {
    border: 0px none transparent;
    background-color: transparent;
}

a.IMG {
    border: 0px none transparent;
    background-color: transparent;
    text-transform: none;
}

.MensajeSise {
    color: #CC2F5E;
    font-size: 21px;
    font-weight: bold;
    font-family: Calibri;
    text-align: left;
    background-color: #FFF8DC;
    padding-top: 0.5px;
    padding-bottom: 0.5px;
    border: solid #E3A345 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* Jquery Accordion*/
.accContainer{
    width: 480px;
    /*height: 620px;*/
}
.accContainer{
    padding: 0px;
    /*width: 640px;
    height: 280px;*/
    border: none;
    margin: 0px auto;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
    background: transparent;
    box-shadow: rgba(180, 180, 180, 0.8) 4px 4px;
}
#accordion ul{
    margin: 0;
    padding: 0px;
}
#accordion .acc{
    font-family: 'Open Sans', 'Trebuchet MS', 'Helvetica', sans-serif;
    font-size: 10pt;
}
#accordion .accHeaderLvl0{
    display: block;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
#accordion .accContent{
    font-size: 10pt;
    padding-left: 14px;
    padding-right: 6px;
    padding-top: 2px;
}
#accordion .accContent .accHeaderLvl1{
    display: block;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 10px;
}
#accordion .accContent ul li{
    list-style: none outside;
    line-height: 14pt;
}
#accordion .accContent ul li .ui-icon { 
    display: inline-block;
    float: left; 
    margin-right: 6px;
}
#accordion .accLink{
    text-decoration: none;
    color: #72a545;
    cursor: pointer;
}
#accordion .accLink:hover,
#accordion .accLink:active,
#accordion .accLink:visited{
    text-decoration: underline;
    color: #f78d1d;
}
.pnlContenedorMensajeObligatorio{
    width: 730px;    
}
.TituloMensajeObligatorio{		
    width: 700px;
	padding: 5px 15px 5px 15px;
	margin: 0;				
	text-align: center;
    font-family: Trebuchet MS;
    font-size:15px;
    color:#000;
	font-weight:bold;        
    border-top-style: groove;
    border-top-color:#666;    
    
}
.CuerpoMensajeObligatorio{		
    width: 700px;
	padding: 10px 15px 5px 15px;
	margin: 0;				
	text-align: justify;
    font-family: Trebuchet MS;
    font-size:13px;
    color:#000000;	
    border-top-style: groove;
    border-top-color:#666;    
}
/* BOTONES GENERALES*/
.BotonNaranja
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #F78D1D;
    padding: 2px 8px 2px 8px;
    border: 1px solid #F47C20;
    border-radius: 2px;
    height: 28px;
}
.BotonNaranja: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: 2px;
    height: 28px;
}
.BotonVerde
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #74A846;
    padding: 2px 8px 2px 8px;
    border: 1px solid #74A846;
    border-radius: 3px;
    height: 28px;
}
.BotonVerde:hover
{
	font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #507430;
    padding: 2px 8px 2px 8px;
    border: 1px solid #507430;
    border-radius: 3px;
    height: 28px;
}
.BotonAzul
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #0095CD;
    padding: 2px 8px 2px 8px;
    border: 1px solid #0095CD;
    border-radius: 3px;
    height: 28px;
}
.BotonAzul:hover
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #006991;
    padding: 2px 8px 2px 8px;
    border: 1px solid #006991;
    border-radius: 3px;
    height: 28px;
}
.BotonDisabled
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #808080;
    cursor: auto;
    background: #D4D4D4;
    padding: 2px 8px 2px 8px;
    border: 1px solid #999;
    border-radius: 3px;
    height: 28px;
}

.BotonSistemas {
    outline: none;
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: 28px;                    
    padding: 0 1em;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
                inset 0 -2px 5px 1px rgba(139,66,8,1),
                inset 0 -1px 1px 3px rgba(250,227,133,1);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: #000;
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position:center;
}
.BotonSistemas:focus,
.BotonSistemas:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
    border: 1px solid rgba(165,93,7,.6);
    color: rgba(120,50,5,.8);
}
.BotonSistemas:active {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
}

/*Tablas*/
.RenglonBordeVerde
{
	border-left: 2px solid #74A846;
	border-right: 2px solid #74A846;
	border-bottom: 2px solid #74A846;
}
.RenglonTituloVerde
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #74A846;
	border-left: 2px solid #74A846;
	border-right: 2px solid #74A846;
}
.RenglonTituloGris
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #F78D1D;
    text-align: center;
	background-color: #F3F3F3;
}
.RenglonInfoIzq
{
    color: #638E3C;
    font-family: Trebuchet MS;
	font-size: 13px;
	width: 30%;
	text-align: right;
	padding-right: 1em;
	box-shadow: 0 5px 5px -5px #65944A;	
}
.RenglonInfoDer
{
    color: #000;
    font-family: Trebuchet MS;
	font-size: 13px;
	width: 70%;
	text-align: left;
	box-shadow: 0 5px 5px -5px #65944A;
}
.MostrarElemento{ display: block; }
.MostrarElementoInline{ display: inline-block; }
.OcultarElemento{ display: none; }

/* DROPDOWNLIST */

.DropDownList
{
    height: 25px;
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #333;
	cursor: pointer;
}
.DropDownListDisabled
{
    height: 25px;
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #666;
	cursor: auto;
}
.divTabla { display: table;}
.divRenglon { display: table-row; }
.divCelda { display: table-cell; }
 /* TEXTO */
.text-green {    
    color: green;
}
.text-red {    
    color: red;
}
.text-blue {    
    color: blue;
}
.text-bold {
    font-weight: bold !important;
}