/****************CSS PERSONALIZADO PARA O BOX DE PERGUNTA ***************/
#clear_both{clear:both;}
.display_none{display:none;}
/*html, body { margin:0; height: 100%;}*/


.imagem_fundo_carregando{
background-image: url(_img/loader.gif);

width:200px;
height: 200px;
position:absolute;
margin-top:-100px;
margin-left:-100px;
top:50%;
left:50%;

background-size:200px 200px;
-webkit-background-size:200px 200px;
-o-background-size:200px 200px;
-khtml-background-size: 200px 200px;
-moz-background-size: 200px 200px;


}
#zebra_tela_cheia{width:100%;

    top:0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    cursor:progress;
    background:url('_img/fundo_escuro.png');
    position:fixed;
    display:none;
    z-index:9998;
    -moz-opacity:0.45;-webkit-opacity:0.45;opacity:0.45;filter: alpha(opacity=45);
}


.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.ZebraDialog {
    width: 350px;
    z-index: 1001;
	display:none;
	/*background: url(../../../img/geral.png) no-repeat ;background-position: -6px -99px;*/
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 14px;
	 
    text-align: left;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter
 {
    /* border-color: #13252F; altera a cor da borda arredondada da caixa de mensagem*/
	
	/*border-color: #004170;
    border-width: 5px;*/
    -moz-box-shadow: 1px 1px 10px #000000;
    -webkit-box-shadow: 1px 1px 10px #000000;
    box-shadow: 1px 1px 10px #000000;
}
.ZebraDialog .ZebraDialog_Buttons {-moz-box-shadow: 1px 1px 7px #000000;
    -webkit-box-shadow: 1px 1px 7px #000000;
    box-shadow: 1px 1px 7px #000000;}
.ZebraDialog .ZebraDialog_Title {
	
    font-size: 16px;
    font-weight: bold;
    color: #F6F5F5;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*background: #444444; altera a cor do background do head*/
	background: #444444;
    padding: 12px 15px;
    line-height: 1;
}

/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
   /* background: #E7EDEF;/* altera a cor do centro/Meio (background) da caixa de mensagem*/
   background: #575757;
}

.ZebraDialog .ZebraDialog_Body {
	/*altera o meio da caixa de mensagem, cor da fonte, tamanho e etc*/
    color: #ffffff;
    padding: 20px 5px 20px 20px;
    border-top-color: #000;
    /*border-bottom-color: #FFF;*/
}

.ZebraDialog .ZebraDialog_Buttons {
    background: #707070; /*Altera a cor do rodape da caixa de mensagem*/
    /* padding: 10px 5px 10px 10px; altera a distancia dos elementos envolta do botão*/
	padding: 10px 10px 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons a {
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 0px 2px #222;
    /* padding: 10px 15px; Altera o tamanho do botão*/
	padding: 6px 6px;
	
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    /*background: #224467; altera a cor do hover do botão
	color: #FFF */

  color: #fff;
  background: #002266;
  *background: #003bb3;
}

.ZebraDialogOverlay {
    background: #666; /* Altera a cor do overlay */
    z-index: 1000;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ZebraDialog .ZebraDialog_Title {
    border-left-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.ZebraDialog .ZebraDialog_BodyOuter {
    /*border-left-style: solid;
    border-right-style: solid;*/
}

.ZebraDialog .ZebraDialog_NoTitle {
   /* border-top-style: solid;*/
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.ZebraDialog .ZebraDialog_NoButtons {
    border-bottom-style: solid;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ZebraDialog .ZebraDialog_Body {
    border-top-width: 1px;
    border-top-style: solid;
    /*border-bottom-width: 2px;
    border-bottom-style: groove;*/
    overflow: auto;
}

.ZebraDialog .ZebraDialog_NoTitle .ZebraDialog_Body {
    border-top: none;
}

.ZebraDialog .ZebraDialog_NoButtons .ZebraDialog_Body {
    border-bottom: none;
}

.ZebraDialog .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding-left: 75px;
	
    min-height: 50px;
    _height: 85px;
}

.ZebraDialog .ZebraDialog_Confirmation  { background-image: url('_img/confirmation.png') }
.ZebraDialog .ZebraDialog_Error         { background-image: url('_img/error.png') }
.ZebraDialog .ZebraDialog_Information   { background-image: url('_img/information.png') }
.ZebraDialog .ZebraDialog_Question      { background-image: url('_img/question.png') }
.ZebraDialog .ZebraDialog_Warning       { background-image: url('_img/warning.png') }
.ZebraDialog .ZebraDialog_Load       	{ background-image: url('_img/load1.gif') }


.ZebraDialog .ZebraDialog_Buttons {
    /*border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;*/
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons a {
    background-color:#1d3363; color:#FFF; cursor:pointer; height:20px;-moz-border-radius: 4px;    -webkit-border-radius: 4px;    border-radius: 4px;min-width: 65px;float:right; text-decoration: none; text-align: center;margin-right: 5px;
    min-width: 60px;
    /*white-space: nowrap;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    float: right;
    margin-right: 5px;
    min-width: 60px;
    _width: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
	

    /* taken from Twitter Bootstrap */
 	/*background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/

  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  /*background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;*/
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.ZebraDialog .ZebraDialog_Preloader {
    height: 32px;
    background: url('preloader.gif') no-repeat center center;
}


.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
/*
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders 

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}*/