/* 
    Document   : style
    Created on : 26/09/2012, 15:43:02
    Author     : rober
    Description:
        Purpose of the stylesheet follows.
*/

/*demo page css*/
body{ 
    background-image:url(http://10.104.0.123:8080/jpessoal/WebContent/images/body_back.gif); 
    background-repeat:repeat-x;
    font: 90% "Trebuchet MS", sans-serif; margin: 50px;
}

.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;} 

table thead tr{
    text-align: left;
}

.false{
    color: #ccc;
}

#identity{
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: right;
}

/* --------- MOSAICO ----------- */
#package{
    clear:both;
    width:912px;
    height:403px;
    margin: 0 auto;
    padding: 2px;
    margin-top: 5%;
}

#package a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.div_sub{
    float: left;
    background-color: #16944B;
    width: 148px; 
    height:130px;
    color: white;
}

.div_celula{
    width:300px;
    height:130px;
    float:left;
    margin:2px;
    color: white;
    font-size: 14px;
    text-align: right;
    font-weight:bold;
}

.div_bot_voltar{
    width:145px;
    height:50px;
    margin:140px 2px 0px 2px;
    text-decoration: none;
    color: white;
    position: absolute;
    font-size: 21px;
    text-align: right;
    background: #DCC108 url("http://10.104.0.123:8080/jpessoal/WebContent/images/voltar.png") left no-repeat;
}
.div_bot_home{
    width:145px;
    height:50px;
    margin:140px 2px 2px 157px;
    text-decoration: none;
    color: white;
    position: absolute;
    font-size: 21px;
    text-align: right;
    background: #DCC108 url("http://10.104.0.123:8080/jpessoal/WebContent/images/home.png") left no-repeat ;
}

.text-celula{
    margin: 10px;
}

.font{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#333333;
}

    #colaboradores{
    background: #66C110 url(http://10.104.0.123:8080/jpessoal/WebContent/images/colaboradores.jpg) no-repeat center;
    background-size: 60%;
}


 
#setor{
    background: #2775EC url(http://10.104.0.123:8080/jpessoal/WebContent/images/setor.jpg) no-repeat center;
    background-size: 60%;
}

#cargo{
    background: #E6631E url(http://10.104.0.123:8080/jpessoal/WebContent/images/cargos.jpg) no-repeat center;
    background-size: 40%;
}

#zerar{
    background: #C72443 url(http://10.104.0.123:8080/jpessoal/WebContent/images/senha.jpg) no-repeat center;
    background-size: 50%;
}

#ponto{
    background: #dcc108 url(http://10.104.0.123:8080/jpessoal/WebContent/images/ponto.jpg) no-repeat center;
    background-size: 50%;
}

#relatorio{
    background: #E6631E url(http://10.104.0.123:8080/jpessoal/WebContent/images/relatorio.jpg) no-repeat center;
    background-size: 60%;
}

#aniversariantes{
    background: #5434AE url(http://10.104.0.123:8080/jpessoal/WebContent/images/presente.jpg) no-repeat center;
    background-size: 50%;
}
#ultimo{
    background-color: #66C110;
}

#pesquisa{
    background: #00AFDB url(http://10.104.0.123:8080/jpessoal/WebContent/images/lupa.jpg) no-repeat center;
    background-size: 60%;
}
#camera{
    background: #5434AE url(http://10.104.0.123:8080/jpessoal/WebContent/images/camera.jpg) no-repeat center;
    background-size: 70%;
}
#funcionalidade{
    background: #16944B url(http://10.104.0.123:8080/jpessoal/WebContent/images/funcionalidade.jpg) no-repeat center;
    background-size: 70%;
}
#perfil{
    background: #66C110 url(http://10.104.0.123:8080/jpessoal/WebContent/images/perfil.jpg) no-repeat center;
    background-size: 70%;
}
#div8{
    background-color: #66C110;
}

#caixa-pesquisa{
    margin: 0 auto;
    width: 900px;
    text-align: center;
}

.package-page{
    margin-left: 310px;
}

table.tabela-page{
    border-collapse: collapse;
}

table.tabela-page tr td {
    border:1px solid #66C110;
}

table.tabela-page thead th {
    background-color: #66C110;
    border:1px solid #66C110;
}

tabela-informar{
    border: 0px;
    font: 14px;
}

/*---------------- tools --------------*/
 ul {
    list-style-type: none;
    background-color: #CDCDCD;
    height: 60px;
    width: 100%;
    /*margin: auto;*/
}

li {
    float: left;
}

ul a {
    /*background-image: url(navi_bg_divider.png);*/
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
    padding-left: 12px;
    display: block;
    line-height: 60px;
    text-decoration: none;
    font-size: 21px;
    color: #371C1C;
    }
ul a:hover {
    color: #FFF;
    background-color: #4E4E4E;
}
* {
    margin: 0;
    padding: 0;
}
/*------------------- Formulario */


/*------- Caixa de Pesquisa*/
.pesquisa {
    margin: 40px;
    position: relative;
}

.pesquisa input[type=text] {
    background-color: #ececec;
    border: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 70px 10px 12px;
    color: #454545;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    border: 2px solid transparent;
    border-radius: 5px;
}

.pesquisa input[type=text]:focus {
    border: 2px solid #0089d7;
    outline: none;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;  
    -ms-transition: all 1s;  
    -o-transition: all 1s;  
    transition: all 1s;
}

.pesquisa input[type=submit] {
    background-color: #ececec;
    border: none;
    content: "";
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 55px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.5;
}

.pesquisa input[type=submit]:hover {
    opacity: 0;
}

.pesquisa .icon {
    position: absolute;
    right: 17px;
    top: 16px;
}

.pesquisa .separator {
    position: absolute;
    width: 1px;
    top: 10px;
    bottom: 10px;
    right: 62px;
    background-image: linear-gradient(bottom, rgb(236,236,236) 0%, rgb(204,204,204) 50%, rgb(236,236,236) 100%);
    background-image: -o-linear-gradient(bottom, rgb(236,236,236) 0%, rgb(204,204,204) 50%, rgb(236,236,236) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(236,236,236) 0%, rgb(204,204,204) 50%, rgb(236,236,236) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(236,236,236) 0%, rgb(204,204,204) 50%, rgb(236,236,236) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(236,236,236) 0%, rgb(204,204,204) 50%, rgb(236,236,236) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(236,236,236)),
        color-stop(0.5, rgb(204,204,204)),
        color-stop(1, rgb(236,236,236))
    );
}

.pesquisa .indicator {
    position: absolute;
    height: 2px;
    background-color: #0089d7;
    width: 40px;
    right: 10px;
    bottom: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.pesquisa input[type=text]:-moz-placeholder {
    color: #cdcdcd;
}


/* ------------- Multiple Select -----------------*/
.ms2side__div {
	clear: left;
	width: 100%;
	padding: 1px;
	float: left;
	background : url('') repeat-x; /* HACK FOR CHROME */
}

.ms2side__div select {
    width: 320px;
}

.ms2side__select {
	float: left;
}

.ms2side__header {
	color: #1D5987;
	background-color: #EAF4FD;
	/*margin-left: 3px;*/
        padding: 2px;
	width: 316px;
	height: 30px;
}

.ms2side__options, .ms2side__updown {
	float: left;
	font-size: 10pt;
	margin: 0;
	padding: 0 8px;
	width: 40px;
	color: black;
	text-align: center;
	overflow: hidden;
}

.ms2side__updown {
	font-size: 9pt;
}

.ms2side__options p, .ms2side__updown p {
	margin: 2px 0;
	padding: 0;
	cursor: pointer;
	border: 1px solid black;
}

.ms2side__options p.ms2side_hover, .ms2side__updown p.ms2side_hover {
	background-color: #F0F0FF;
	border-color: #0000FF;
	cursor: pointer;
}

.ms2side__options p.ms2side__hide, .ms2side__updown p.ms2side__hide {
	cursor: default;
	color: gray;
	border: 1px solid gray;
	background-color: #F0F0F0;
}

.ms2side__div select {
	width: 220px;
	float: left;
}


/* INPUT FOR SEARCH */
.ms2side__header input {
	width: 80px;
	height: 12px;
}

.ms2side__header input.wait {
	width: 80px;
	height: 12px;
	background: #FFFFFF url(http://10.104.0.123:8080/jpessoal/WebContent/images/loading.gif) no-repeat center right;
}

.ms2side__header input.small {
	width: 50px;
	height: 12px;
}


/* INPUT FOR SELECT SEARCH */
.ms2side__header select {
	width: 100px;
	font-size: 11px;
	height: 18px;
	float: none;
}

.ms2side__header select.small {
	width: 70px;
}


/* REMOVE FILTER OPTION FOR SEARCH */
.ms2side__header a {
	font-size: 10pt;
	padding: 0 8px;
	width: 16px;
	height: 16px;
	color: black;
	text-align: center;
	text-decoration: none;
	border: 1px solid gray;
	background: #FFFFFF url(http://10.104.0.123:8080/jpessoal/WebContent/images/close.gif) no-repeat center center;
	margin: 0 0 0 3px;
}

.ms2side__header a:hover {
	background-color: #F0F0FF;
	border-color: gray;
}
