﻿

.circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}
.ModalTabelGray
{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000000;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:0.6;
    z-index:100;
    text-align:center;
    vertical-align:middle;
}

.modal-dataf
{
   font-family:Verdana;  
   color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
}

div.separador-dataf {
     color:#00335e;
     padding:5px 0 5px 0;
     width:100%;
     border-bottom : 1px solid #002c5f;
     font-weight:lighter;
     margin-bottom: 20px;
}
div.titulo-dataf
{
    padding:5px 0 5px 0;
    font-variant:small-caps;
    font-size:16pt;
    font-weight:lighter;
    color:#00335e;
    width:100%;
    border-bottom : 1px solid #002c5f;
}


/* Content class for IE7*/

div.buttons-dataf
{
    display:inline-block;
    width:100%;
    text-align:right;
}
div.buttons-dataf input[type='button']
{
    cursor:pointer;
    margin:2px;
    height:35px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    max-width:100%;
    border:1px solid #AFAFAF;
    background-color:#004076;
    color:#FFFFFF;
}
div.button-dataf{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: none;
}

div.buttons-dataf  input[type='button']:hover
{
    background-color:#00549c;
    color:White;
}
div.buttons-dataf  input[type='button']:active
{
    background-color:#AAAAAA;
    color:White;
}

div.buttons-dataf  input[type='button']:focus
{
    outline: none; 
    border: solid 2px #FFCC66; /* replace outline by a border */
	-o-transform:rotate(0); /*remove opera outline*/
}

div.buttons-dataf  input[type='button']::-moz-focus-inner /*remove firefox inner outline*/
{ 
    outline: none; 
    border: none;
}

div.inputs-dataf 
{
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    width:195px;
}
div.input-dataf  input[type='text'],div.input-dataf  input[type='password']
{
    padding:4px;
    border:1px solid #DFDFDF;
    color:#2f2f2f;
    width:180px;
}
div.inputs-dataf  text
{
    color:#2f2f2f;
    font-size:10pt;
}

.text_error_dataf {
    color: red;
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {
        color: darkred;
    }
}

.text_ok_dataf {
    color: black;
}

.panel-default-success {
    border-color: #d6e9c6;
}

.panel-heading-success {
    color: #333;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  
}
