#INPUT#ctl00_cntBody_ctlEditView_CAEDESIGNATION_C, 
#INPUT#ctl00_cntBody_ctlEditView_ACCOUNT_NAME, 
#ctl00_cntBody_ctlEditView_ASSIGNED_TO_NAME,
#ctl00_cntBody_ctlEditView_PARENT_NAME,
#ctl00_cntBody_ctlEditView_CAE_CODE,
#ctl00_cntBody_ctlEditView_ACCOUNT_NAME,
#ctl00_cntBody_ctlEditView_REPORTS_TO_NAME,
#ctl00_cntBody_ctlEditView_CONTRACT_TYPE_NAME,
#ctl00_cntBody_ctlEditView_CUSTOMER_NAME,
#ctl00_cntBody_ctlListView_ctlSearchView_APPLICATION_CODE_NAME,
#ctl00_cntBody_ctlListView_ctlSearchView_ACCOUNT_ID_NAME,
#ctl00_cntBody_ctlListView_ctlSearchView_AP_CODE_NAME,
#ctl00_cntBody_ctlListView_ctlSearchView_ID_CUSTOMER_NAME,
#ctl00_cntBody_ctlListView_ctlSearchView_CONTRACT_TYPE_NAME,
#ctl00_cntBody_ctlListView_ctlSearchView_ACCOUNT_NAME,
#ctl00_cntBody_ctlListView_ctlSearchView_SERIAL_NUMBER,
#ctl00_cntBody_ctlListView_ctlSearchView_MACHINE_KEY,
#ctl00_cntBody_ctlListView_ctlSearchView_VER_ID_NAME,
#ctl00_cntBody_ctlListView_ctlSearchView_TRADENAME_ACC_NAME,
#ctl00_cntBody_ctlListView_ctlSearchView_NIF_ACCOUNTS,
#ctl00_cntBody_ctlListView_ctlSearchView_ACCOUNT_REV_ID_NAME
{
    width:200px;
}

#ctl00_cntBody_ctlListView_ctlSearchView_ACCOUNT_REV_ID_btnClear,
#ctl00_cntBody_ctlListView_ctlSearchView_APPLICATION_CODE_btnClear,
#ctl00_cntBody_ctlListView_ctlSearchView_ACCOUNT_ID_btnClear,
#ctl00_cntBody_ctlListView_ctlSearchView_VAL_DATE_AFTER_lblDateFormat,
#ctl00_cntBody_ctlListView_ctlSearchView_VAL_DATE_BEFORE_lblDateFormat,
#ctl00_cntBody_ctlListView_ctlSearchView_CONTRACT_TYPE_btnClear,
#ctl00_cntBody_ctlListView_ctlSearchView_ID_CUSTOMER_btnClear,
#ctl00_cntBody_ctlListView_ctlSearchView_APP_CODE_btnClear,
#ctl00_cntBody_ctlListView_ctlSearchView_AP_CODE_btnClear,
#ctl00_cntBody_ctlListView_ctlSearchView_VER_ID_btnClear,
#ctl00_cntBody_ctlListView_ctlSearchView_TRADENAME_ACC_btnClear,
#ctl00_cntBody_ctlListView_ctlSearchView_COD_APLICACAO_btnClear {
    display: none;
}

select {
    width:260px;
}
.dataField table select {
    width:auto;
}
.cstmInput select{
    width:150px!important;
}

td.HideModuleID label {
    visibility:hidden;
    display:none; 
    width:0px;
    height:0px;
}

.lblStatus {
    margin-left:5px
}

.lblStatus:hover {
    cursor:help
}

.lblStatus span {
    color: #FF0000;    
    font-weight: bolder;
    font-size: 1em;
}
.btnCases{
    margin-left:10px;

}
.helper:hover{
    cursor:help;
}

.LastModifiedDate {
    color:green;
}

.CreationDate {
    color:black;
}

.TitleDate {
    width: 100%;
    text-align:right
}

.ButtonCancelar{
    float: left;margin-left: 70px;margin-top: -23.5px;
}

 /*If chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ButtonCancelar{
       float: left;margin-left: 70px;margin-top: -26.5px;
    }
}

.tabSearchView .dataLabel {
    width:1%;
    white-space:nowrap;
}
 
/*ITB Header*/
.ITBheader {
    background-color:#e7e7e7;
}

.TextDetailTop {
    text-align:center;
    width:100%;
    font-size:250%;
    font-weight:bolder;
    margin-top:15px;
}

.TitleKey {
    text-align:center;
    font-size:180%;
    line-height:16px;
}

/*Override splendid table, decrease space between fields*/
td.dataLabel {
    padding: 2px;

}

/*Hide last viewed links in top*/
#divLastViewed{
    height:0px;
    display:none;
    visibility:hidden;
}

/*Cases H4 Topics*/

.Texts{
    text-align:left;
}

.dataLabel, .tabDetailViewDL{
    font-weight:bold;
}

.name, .questionmark{
    color:red;
}

.questionmark:hover{
    cursor:help;
}
/*
table, td {
    color: #444444;
    font-size: 12px;
}*/

/*Timer clock in cases*/
.TimerClock, .TimerClock:focus{
    border:1px solid #f6f6f6;
    background-color: #f6f6f6;
}

/* Spinner in cases*/
.numbers {
    width:25px;
    color:black;
    margin-top:0px;
    margin-bottom:0px;
}

.ui-widget-content{
    border-color:#999999;
    border-radius:0;
    background-color:#ffffff;
}
.ui-spinner-input{
    background-color:#ffffff;
}
/*Separator in dialogs*/
.separator{
    border:1px solid rgba(168, 168, 168, 0.60);
    margin-bottom: 10px;
    padding: 10px;
}
/*Colors*/
/*Active*/
.green{
    color:green;
}

/*Inactive */
.red{
    color:red;
}

/*Popup Window*/ 
.custompopup
{
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    z-index:1001;
    opacity:1
}

.custompopup p, .custompopup div
{
    margin-bottom: 10px;
}

.custompopup label
{
    display: inline-block;
    text-align: left;
    width: 120px;
}

.custompopup input[type="text"], .custompopup input[type="password"]
{
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.custompopup input[type="text"]:hover, .custompopup input[type="password"]:hover
{
    border-color: #555 #888 #888;
}

.fullwindow{
    background-color: rgba(168, 168, 168, 0.60);
    left: 0;
    overflow:hidden;
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height:100%;
}
/*End popup window*/

.hidden{
    visibility:hidden!important;
    display:none!important;
    width:0px;
    height:0px;

}
.center-text{
    text-align:center;
}

.tabSearchView td.dataLabel {
    padding: 3px 7px;
}

.tabSearchView .dataLabel {
    font-size: 12px;
    text-align: right;
}

.tabDetailViewDF, .dataField {
    word-break: break-word;
}

/*Footer*/

.footer{
    position:absolute;
    padding: 6px 0;
    width: 100%;
    text-align:center;
    position:relative;
    bottom:0;
    /*margin-bottom:30px;*/
    border:0;
}
.footerITB{
    background:black;
    color:white;
    font-size:10px;
    padding: 6px 0;
    width: 100%;
    bottom:0;
    position:relative;
    border-bottom:0;
    margin-bottom:0px;
}

.footerITBFull{
    position:absolute;
    
}

.removHead{
    text-align:center;
    font:Arial;
}

.removHead table{
    margin:auto;
    text-align:left;
    margin-bottom:30px;
    margin-top:20px;
}

.removHead table label {
    padding-left:5px;
}

.removHead h1{
    font-size:32px;
    margin-top:50px;
    font-weight:normal;
    color:black;
}

.removHead p{
    color:black;
    font-size:10px;
    margin-top:20px;
}

.removHead table{
    font-size:10px;

}

.itbProductionColumnLimitation {
    overflow: hidden;
    /* Chrome, Safari, Opera prefix */
    -webkit-column-width: 285px !important;
    /* Mozilla Firefox prefix */
    -moz-column-width: 285px !important;
}

.ui-widget-content{
    background-image:none;
}

.ui-state-focus{
    background-image:none!important;
}


/*Cores para criticidade dos incidentes*/
.CalcCritIncDetailView{
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.CalcCritInc {
    text-align:center;
}

.trsuspenso{
    background-color:black!important;
    color:white!important;
}
/**/
.trbaixo{
    background-color:#fff500!important;
    
}
.trbaixopedido{
    background-color:#c2ff92!important;
    color:white!important;
}
.trmedio{
    background-color:#f9cf00!important;
    
}
.trmediopedido{
    background-color:#0df983!important;
    
}
/**/
.tralto{
    background-color:#f5821f!important;
}

.traltopedido{
    background-color:#01b5bc!important;
}

/**/
.trextremo{
    background-color:#d9251c!important;
    color:white;
}

.trextremopedido {
    background-color:#0761b5!important;
    color:white!important;
}

/**/
.trcritico{
    background-color:#8c0305!important;
    color:white!important;
}

.trcriticopedido{
    background-color:#451d75!important;
    color:white!important;
}

.centerError{
    display:block;
    text-align:center;
}

.CasesProblemsMainDiv br{
    margin-bottom:5px;
}

.CasesProblemsMainDiv table {
    margin-top:0px
}
.CasesProblemsMainDiv h3 {
    margin-top:20px;
    margin-bottom:0px;
    padding-left:5px;
}
.order_c{
    width:0;
}

.trbaixopedido {
     background-color:blue!important;
}

#ctl00_cntBody_ctlEditView_DURATION_MINUTES{
    margin-right:5px;
    width:auto!important
} 

#ctl00_cntBody_ctlEditView_ALL_DAY_EVENT{
    margin-left: 20px;
    margin-bottom: 3px;
    margin-right: 5px;
}

/* ITB Graphics      */
.itbGraphicsPanel 
{
    margin-top:2px;
    padding: 20px 0px 0px 0px;
    overflow:auto;
    list-style-type:none;
    border: 1px solid #999999;
}

.itbGraphicsNoData
{
    text-align:center;
    background-color:white;
    display: table-cell;
    vertical-align:middle
}
.itbGraphicsNoDataTitle
{
    Font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #274b6d;
}
.itbGraphicsNoDataText
{
    color: #4d759e;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.formNumericValue
{
    text-align:right;
}
.itbGraphicsErrorMessage
{
    color: red;
}
.copyRight {
    padding-bottom:15px
}
.copyRight img{
    width:380px;
    margin:15px 0px
}

p.NOTselected{
    color:slategrey;
}

p.selected{
    color:green;
}

/*Thumbanails CASES images*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
width: 500px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.CSSTable{
    float:left;
    display:block;
    text-align:center;
    width:120px;
    border-bottom:1px solid black;
}

.CSSTable:first-child{
    border-right:1px solid black;
}


.headrDebugWarning h5 {
    color: white;
    font-weight: bold;
    float: left;
    position: absolute;
    top: 45px;
    left: 77px;
    background: red;
    padding: 1px 34px;
    font-size: 11px;
    font-family: 'Lucida Sans Typewriter';
    line-height: 14px;
}

.mainTestLabel {
    color: white;
    font-weight: bold;
    position: relative;
    background: red;
    padding: 5px 155px;
    font-size: 16px;
    font-family: 'Lucida Sans Typewriter';
    line-height: 16px;
    float: left;
}

.key{
    
}

.BtnTop {
    border: 1px solid #999999;
    background-color: #ffffff;
    font-size: 12px;
    font-family: inherit;
    padding: 1px 5px;
    cursor: default;
}

.BtmTopClose {
    display: block;
    width: 40px;
    margin: auto;
    text-decoration: none;
    padding: 3px 5px 3px;
    background-color: #eeeeee;
    background-image: url('images/bgGray.gif');
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #999999;
    color: #444444;
    font-weight: normal;
    text-align: center;
    cursor: default;
}

.loadingDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.35);
    text-align: center;
    z-index: 9999;
}

.loadingDiv img{
    display:block;
    margin:auto;
}