/*
Desenvolvido pelo setor de informatica do Cremepe
*/
/* 
    Created on : 23/08/2017, 15:15:55
    Author     : Lourival Quirino Jr.
*/

/*cabeçalho*/

.ui-layout-north {
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.ui-layout-pane {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.ui-layout-north .ui-layout-unit-content {
    border: none;
    background: rgba(197,228,237,0.5);
    background: -moz-linear-gradient(-45deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(197,228,237,0.5)), color-stop(24%, rgba(174,216,223,0.5)), color-stop(100%, rgba(100,176,179,1)));
    background: -webkit-linear-gradient(-45deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    background: linear-gradient(135deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e4ed', endColorstr='#64b0b3', GradientType=1 );
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.cabecalho{
    text-align: right;
}
.cabecalho .primeiro {
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #28806e;
    display: flex;
    flex-direction: column;
    margin-top: -2px;
    padding: 0px;
    color: white;
}
.cabecalho .primeiro .usuario a {
    color: white;
}
.cabecalho .usuario {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.cabecalho .segundo {
    height: 0;
    display: flex;
    justify-content: space-between;
}
.cabecalho .segundo .logo {
    width: 0.1%;
    text-align: left;
    /*padding-left: 10px;*/
    padding-top: 10px;
    display: inline-block;
    height: 55px;
}
.cabecalho .segundo img {
    width: 200px;
}
.cabecalho .segundo .titulo {
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}
.cabecalho .segundo .titulo p {
    text-shadow: 4px 2px 4px #000000;
    font-family: Arial;
    color: #e6f2f7;
    font-size: 30px;
    text-decoration: none;
    /*margin-left: 10px;*/
    margin-top: 10px;
}
/*cabeçalho*/

/*rodape*/
.ui-layout-south .ui-layout-unit-content {
    border: none;
    background: rgba(197,228,237,0.5);
    background: -moz-linear-gradient(-45deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(197,228,237,0.5)), color-stop(24%, rgba(174,216,223,0.5)), color-stop(100%, rgba(100,176,179,1)));
    background: -webkit-linear-gradient(-45deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    background: linear-gradient(135deg, rgba(197,228,237,0.5) 0%, rgba(174,216,223,0.5) 24%, rgba(100,176,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e4ed', endColorstr='#64b0b3', GradientType=1 );
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.rodape {
    text-align: center;
    padding-top: 5px
}
.rodape p {
    color: #28806e;
    font-weight: bold;
    margin: 1px;
}
/*rodape*/


h1 {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    border: solid #9e9e9e 1px;
}
.conteudo {
    border: 1px solid black;
    padding: 5px;
    min-width: 100px;
    min-height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ui-widget, .ui-widget .ui-widget {
    font-size: 12px !important;
}

.pnDias .ui-layout-pane {
    border: 0;
}

#frmListaHorarios .ui-panelgrid > * > tr,
.ui-panelgrid .ui-panelgrid-cell {
    border: none !important;
}

#frmFinalizando .ui-datalist-content{
    border: none !important;
}

#frmDatasDisponiveis .ui-datalist-content, #frmHorasDisponiveis .ui-datalist-content{
    border: none !important;
}

#frmEncaixe table tr {
    border: none !important;
}

#frmEncaixe table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui-panel-titlebar {
    background:blue;
} 

.semBorda tr, .semBorda td {
	border: none !important;
}

.ui-datatable tr.ui-datatable-even:hover, .ui-datatable tr.ui-datatable-odd:hover {
    background: #b0b0b0;
}
