style-modulos.css 3.02 KB
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/05/2015, 11:10:37
    Author     : HP
*/
a
{
    
    text-decoration-line: none;
}
body
{
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

.row
{
    width: 100%;
    height: auto;
    float: left;
    margin: auto;
}

.span1
{
    width: 8%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}

.span2
{
    width: 18%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}
.span3
{
    width: 28%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}
.span4
{
    width: 38%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}
.span5
{
    width: 48%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}
.span6
{
    width: 58%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}
.span7
{
    width: 68%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}
.span8
{
    width: 78%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}
.span9
{
    width: 88%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}
.span10
{
    width: 98%;
    height: auto;
    padding: 1%;
    float: left;
    margin: auto;
}
.selecionar-sub-categoria
{
    width: 98%;
    float: left;
    margin: 5px auto auto auto;
    height: auto;
    padding: 1%;
    background:#e5e5e5;
    border: solid 1px #d0d0d0;
    color: #545454;
    border-radius: 4px;
    cursor: pointer;
}
.row-colplay-oculdo
{
   display: none;
}

    
    
.alert {
    float: left !important;;
    margin: auto auto 20px auto!important;
  padding: 1%  !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  width: 98% !important;
 
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}