﻿/*Arquivo destinado a customizações de CSS*/

.content-box-header,
.tit-info-campo,
.content-box-header-result {
    display: block !important;
}

.filter {
    margin-bottom: 19px;
}
body {
}
    
.filtersContainer
{
    float:left;
    margin-left:80px;
}
    
.unavaiableOption
{
    background-color: Gray;
    font-style: italic;
    text-decoration: line-through;
}

.loadingOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	/*background-color: black;*/
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;		
	opacity: 0.7; /*opacity: 0.2;*/	
	background: url(../images/carregando_pagina.gif) no-repeat black;	
	background-position: center;
}
#btnMaisInformacoesPlano 
{
    display: block;
    float: right;
    height: 25px;
}