﻿ .btn {
  background: #94999c;
  background-image: -webkit-linear-gradient(top, #94999c, #4e5152);
  background-image: -moz-linear-gradient(top, #94999c, #4e5152);
  background-image: -ms-linear-gradient(top, #94999c, #4e5152);
  background-image: -o-linear-gradient(top, #94999c, #4e5152);
  background-image: linear-gradient(to bottom, #94999c, #4e5152);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  box-shadow: 2px 2px 3px #666666;
  font-family: Arial;
  /*font-weight: bold;*/
  color: #ffffff !important;
  font-size: 20px;
 padding: 5px 10px 5px 10px;
  text-decoration: none;
  cursor: pointer;
}

.btn2 {
    padding:2px 4px !important;
    -moz-box-shadow: 0px 0px 0px #ffffff !important;
     box-shadow: 0px 0px 0px #ffffff !important;
}

.btn:hover {
  background: #353738;
  background-image: -webkit-linear-gradient(top, #353738, #b1b6ba);
  background-image: -moz-linear-gradient(top, #353738, #b1b6ba);
  background-image: -ms-linear-gradient(top, #353738, #b1b6ba);
  background-image: -o-linear-gradient(top, #353738, #b1b6ba);
  background-image: linear-gradient(to bottom, #353738, #b1b6ba);
  text-decoration: none;
}

.btnIconPosition {
    margin-top: 10px;
    padding-left: 1.5em !important;
    position: relative;
}

/*.btn .ui-icon {clear:left; position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }*/
.btn .ui-icon {clear:left; position: absolute;left:5px; top: 50%;margin-top: -8px; width: 16px; height: 16px; 
               background-image: url(../Images/ui-icons_ffffff_256x240.png) !important; }

.td {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 0px;
    border-right: 0px;
    font-size: 10px;
}

.td2 {
    border: 1px solid black;
    width:60px;
    border-left: 1px solid black;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px;
}

.td1 {
    border: 1px solid black;
    width:110px;
    border-left: 1px solid black;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px;
}
.margindiv {
    margin-bottom: 5px;
}

.table{
    width:100%;
    table-layout:fixed;
}
.tableborder{
        border-top: 2px solid black !important ;
    border-right: 2px solid black  !important;
    border-bottom: 2px solid black  !important;
    border:1px;
}
.p1 {
 margin: 2px;
 line-height: 1em; 
}

.label {
    /*text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);*/
    color: #8a8a80;
    font-weight: bold;
    font-family:tahoma;
    font-size:15px;
}






input[type=text],input[type=password], textarea {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    /*margin: 0;*/
    outline: medium none;
    padding: 2px;
    /*width: 210px;*/
}
input[type=text]:focus,input[type=password]:focus,textarea:focus{outline:none;border-color:rgba(82,168,236,.75)!important;
                                                                 box-shadow:0 0 8px rgba(82,168,236,.5);
                                                                 -moz-box-shadow:0 0 8px rgba(82,168,236,.5);
                                                                 -webkit-box-shadow:0 0 8px rgba(82,168,236,.5);}

input[type=text],input[type=password],textarea{border:1px solid #aaa;
                                                      transition:border linear .2s,box-shadow linear .2s;
                                                      -moz-transition:border linear .2s,-moz-box-shadow linear .2s;
                                                      -webkit-transition:border linear .2s,-webkit-box-shadow linear .2s;}


.tdAlignLeft
{
    text-align:left !important;
}

.styleJustificada
{
    color:rgba(36, 163, 36, 1) !important ;
        font-weight: bold !important;
}

.styleInjustificada
{
    color:rgba(232, 53, 53, 1) !important;
        font-weight: bold !important;
}

.styleDisciplinar
{
    color:rgb(249, 46, 46) !important;
    font-weight: bold !important;
}

.styleMaterial
{
    color:#FC8F00 !important;
    font-weight: bold !important;
}

.txtBoxDatePicker
{
    width:80px;
}

.tableFiltros
{
    margin-bottom:20px;
    padding:5px;
    font-size:1em;
}

.tableFiltros td
{
    padding:0 5px;
}

.btnPesquisa
{
    padding:0.2em 1em !important;
}

.tdAlignCenter
{
    text-align:center !important;
}

.tdAlignRight
{
    text-align:right !important;
}

/*Dados Pessoais*/
.tdDadosAlunoRight
{
    padding:10px;
    vertical-align:top;
}

.dadosAlunoWrap select,.dadosAlunoWrap input
{
    margin-top:5px;
    /*margin-bottom:5px;*/
}
.dadosAlunoWrap label
{   
    color:GrayText;
    font-size:11px;
    font-weight:bold;
}

.dadosAlunoConsulta
{
    font-size:13px;
    font-weight:normal;
}

.dadosEdicaoTitle
{
    text-align:center;
    margin:10px 0 !important;
}

.dadosLabelSpan
{
    font-size:0.7em;
    vertical-align:top;
}

.dadosAlunoWrap td
{
    
}
.dadosAlunoWrap [disabled]
{
    color:#000000;
}
input[type="text"][disabled]
{
    color:#000000;
}

.aspNetDisabled
{
        color:#000000;
        background-color:Red;
        font-style:italic;
}


.contatosMain span
{
    line-height:30px;
    font-weight:bold;
}

.contatosMainDetalhes
{
    line-height:25px;
    font-weight:Normal !important;
}

.contatosMain a
{
    text-decoration:underline !important;
}

.direcaoTurmaPanel
{
    padding:5px 10px 5px 10px;
}

.headerTop
{
    width:100%; 
    padding-bottom:5px;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
}

.header H2
{
    font-size: 1.2em;
    font-weight: 600;
}

.styleAcesso
{
    float: right;
    font-size:0.9em;
    padding-right:10px;
    padding-top:5px;
}

.titleStyle
{
    margin: -10px 0 0 10px;
    font-size:36px;
}

.subTitleStyle
{
    font-weight: normal; text-align: right; /*background-color: #FFFFFF;*/ 
        color: rgba(102, 102, 102, 0.7); font-size: 12px; 
        line-height: 140%;
        margin: -5px 0 0 10px; 
        text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    
    /*margin: -5px 0 0 10px;
    font-size:12px;*/
}

.pageStyle
{
    font-family:Tahoma;
    font-weight:bold;
    font-size: 1.3em;
    text-align: center; 
    margin-top: 30px;
}

.descritionStyle
{
    font-family:Tahoma;
    font-weight:normal;
    font-size: 1.2em;
    text-align: justify; 
    margin: 30px;
    line-height:25px;
}

.borderLeft
 {
 	border-left:solid 1px #000000; 	
 }
 
 .borderRigth
 {
    border-right:1px solid #CB883B;
 }
 
 .borderBottom
 {
     border-bottom:dashed 1px #CB883B;
  
 }
 
 .borderTop
 {
     border-top:solid 1px #000000;
 }
 
 /*Classes Sumarios*/
 .subSumarioWrapper
 {
     /*border:solid 1px #000000;*/
 }
 .subSumarioWrapperBorder
{
     border-top: 1px solid #747171;
     padding-top: 2px;
}

  .txtTempoDuracao
 {
     font-weight: bold !important;
     font-size: 12px !important;
 }


 .txtSumario div[style]
{
     font-size: 13px !important;
     padding-left:5px !important;
     text-align: left !important;
     font-family: tahoma,sans-serif !important;
     font-style: normal !important;
     font-weight: normal !important;
     color: #000000 !important;
}

.txtDocente
{
    font-size: 12px !important;
    border-top: 1px solid #CB883B;
    padding-top:2px;
}

.tmargin {
    margin-bottom:5px;
}

.RS{
    background-color: rgba(184, 181, 181, 0.45) !important;
    height: 22px;
}

.bordertd{
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
}

.BGtr{
    background-color: white;
}



/*Modal Popup*/
.modalBackground {
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


/*//////////////////////////*/
.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
    border:solid 1px #000000; background-color: #FFFACD; 
}

.MaskedEditFocus {
    background-color: #FFFFCC;
    color: #000000;
}
.MaskedEditMessage {
    color: #FF0000;
    font-weight: bold;
}
.MaskedEditError {
    background-color: #FFCCCC;
}
.MaskedEditFocusNegative {
    background-color: #FFFFCC;
    color: #FF0000;
}
.MaskedEditBlurNegative {
    color: #FF0000;
}

.marg
{
    margin:5px;
}

.toolTip
{
    border:1px solid #e78f08;
    color:#FFFFFF;
    background: url("../Images/bgTooltip.png") repeat;
       z-index:10001 !important;
}

.toolTipContent
{
    padding:5px;
}

.VisibilityHidden
{
    visibility:hidden;
}

.mymultitextboxclass{max-height:100px;min-height: 100px;max-width:400px;min-width:400px; resize:none;}

.shadow
{
    -moz-box-shadow: 2.5px 2.5px 1.75px #888;
-webkit-box-shadow: 2.5px 2.5px 1.75px #888;
box-shadow: 2.5px 2.5px 1.75px #888;
}

.smallShadow
{
    -moz-box-shadow: 5px 5px 2.5px #888;
-webkit-box-shadow: 5px 5px 2.5px #888;
box-shadow: 5px 5px 2.5px #888;
}

.bigShadow
{
    -moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
}


/**/
.autocomplete_completionListElement {
    background-color: inherit;
    border: 1px solid buttonshadow;
    color: windowtext;
    /*height: 200px;*/
    list-style-type: none;
    margin: 0 !important;
    overflow: auto;
    text-align: left;
}
.autocomplete_highlightedListItem {
    background-color: #FFFF99;
    color: black;
    padding: 1px;
}
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.loading
{
    position:relative;
}

.disableBtn
{
    color:gray !important;
    background:lightGray !important;
    cursor:default !important;
    border-color:Gray !important;
    box-shadow:none !important;
}

.matriculaSelectedHeader
{
    color: #C77405 !important;
   font-size:1.1em;
   font-weight:bold;
   margin:0px 20px 10px 0px;
    border-bottom:3px solid #FBCB09;
}

.matriculaHeader
{
   color: #C77405 !important;
   font-size:1.1em;
   margin:0px 20px 10px 0px;
}

