.lado-esquerdo {
  float: left;  width: 97px;  height: 123px;  background: #d9d9d9;
}
.lado-esquerdo img {
    margin-left:8px; margin-top:45px;
}
.lado-direito {
  float: left;
  width: 400px; font-size: 14px; margin-left: 20px; margin-top: 5px;
}
.close { 
  background: #d9d9d9; padding: 2px;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  z-index: 111111;
}
  .modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #3880C2;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.jasou:hover {
  color: #3880C2 !important;
  text-decoration: none;
  cursor: pointer;

}
.modal.fade.in {
  top: 50%;
  z-index: 999999;
}
.modal.fade.hide {

  z-index: 999999;
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}


.paywall {border-radius: 0;}
.paywall .modal-body {padding: 6px; position: relative; max-height: 510px;}
.paywall .titulo {background: url(imagens/2014/modal-paywall/pattern.jpg); padding: 20px; text-align: center; overflow: hidden;}
.paywall .titulo img:first-child {margin-top: 10px;}
.paywall .titulo img:last-child {margin-left: 20px;}
.paywall .cont-modal {display: block; padding: 25px; overflow: hidden;}
.paywall .cont-modal > p {font-size: 18px; color: #6f6f6f; margin-top: 25px;}
.paywall .cont-modal > p:first-child {margin-top: 0;}
.paywall .cont-modal p span {color: #000;}
.paywall .cont-modal ul {display: block; margin-left: -25px; margin-top: 15px;}
.paywall .cont-modal ul li {display: inline-block; float: left; margin-left: 25px; width: 65px; text-align: center;}
.paywall .cont-modal ul li span {background-color: #284e5e; width: 53px; height: 53px; display: table-cell; text-align: center; vertical-align: middle; position: relative; left: 5px; }
.paywall .cont-modal ul li p {text-transform: uppercase; color: #000; font-size: 10px; margin-top: 8px;}
.paywall .assine {display: block; clear: both; margin-top: 20px; float: left;}
.paywall .assine .btn {padding: 6px 9px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #FFF;
font-size: 14px;
color: #fff;
display: table;
margin-bottom: 10px;
}

.paywall .assine .btn.btn-assin {
background: #366a80;
background: -moz-linear-gradient(top, #366a80 1%, #254959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#366a80), color-stop(100%,#254959));
background: -webkit-linear-gradient(top, #366a80 1%,#254959 100%);
background: -o-linear-gradient(top, #366a80 1%,#254959 100%);
background: -ms-linear-gradient(top, #366a80 1%,#254959 100%);
background: linear-gradient(to bottom, #366a80 1%,#254959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366a80', endColorstr='#254959',GradientType=0 );
border: 1px solid #234551;
text-shadow: 1px 1px 1px #234551;
}

.paywall .assine .btn.btn-assin-confirm {
background: #739e49;
background: -moz-linear-gradient(top, #739e49 1%, #8eb962 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#739e49), color-stop(100%,#8eb962));
background: -webkit-linear-gradient(top, #739e49 1%,#8eb962 100%);
background: -o-linear-gradient(top, #739e49 1%,#8eb962 100%);
background: -ms-linear-gradient(top, #739e49 1%,#8eb962 100%);
background: linear-gradient(to bottom, #739e49 1%,#8eb962 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739e49', endColorstr='#8eb962',GradientType=0 );
border: 1px solid #739e49;
text-shadow: 1px 1px 1px #739e49;
margin:40px 0 0 25px;
}