.row {
  width: 100%;
  margin: 0 auto;
}
.row .row {
  min-width: 0;
}
.column,
.columns {
  margin-left: 4.4%;
  float: left;
  min-height: 1px;
  position: relative;
}
.column:first-child,
.columns:first-child {
  margin-left: 0;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
.clear {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.vtop {
  vertical-align: top !important;
}
.vcenter {
  vertical-align: middle !important;
}
.vbottom {
  vertical-align: bottom !important;
}
.inline {
  display: inline-block;
  zoom: 1;
}
.block {
  display: block;
  min-height: 1px;
}
.upper {
  text-transform: uppercase !important;
}
.bold {
  font-weight: bold !important;
}
.nowrap {
  white-space: nowrap;
}
.one {
  width: 4.3%;
}
.two {
  width: 13%;
}
.three {
  width: 21.679%;
}
.four {
  width: 30.37%;
}
.five {
  width: 39.1%;
}
.six {
  width: 47.8%;
}
.seven {
  width: 56.5%;
}
.eight {
  width: 65.2%;
}
.nine {
  width: 73.9%;
}
.ten {
  width: 82.6%;
}
.eleven {
  width: 91.3%;
}
.twelve {
  width: 100%;
}
.margin-left-one {
  margin-left: 13.1%;
}
.margin-left-two {
  margin-left: 21.8%;
}
.margin-left-three {
  margin-left: 30.5%;
}
.margin-left-four {
  margin-left: 39.2%;
}
.margin-left-five {
  margin-left: 47.9%;
}
.margin-left-six {
  margin-left: 56.6%;
}
.margin-left-seven {
  margin-left: 65.3%;
}
.margin-left-eight {
  margin-left: 74.0%;
}
.margin-left-nine {
  margin-left: 82.7%;
}
.margin-left-ten {
  margin-left: 91.4%;
}
.margin-top-half {
  margin-top: 0.5em;
}
.margin-top-one {
  margin-top: 1em;
}
.margin-top-one-half {
  margin-top: 1.5em;
}
.margin-top-two {
  margin-top: 2em;
}
.margin-bottom-half {
  margin-bottom: 0.5em;
}
.margin-bottom-one {
  margin-bottom: 1em;
}
.margin-bottom-one-half {
  margin-bottom: 1.5em;
}
.margin-bottom-two {
  margin-bottom: 2em;
}
#simplemodal-overlay {
  background-color: black;
}
#simplemodal-container {
  border: 1px solid #999;
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 #555;
  -moz-box-shadow: 0 0 5px 0 #555;
  box-shadow: 0 0 5px 0 #555;
}
.simplemodal-data h1 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 120%;
  font-weight: bolder;
}
.simplemodal-data> div > label {
  display: inline-block;
  zoom: 1;
  width: 80px;
}
.simplemodal-data> div > input {
  border: 1px solid #1c1c1c;
  width: 180px;
}
.simplemodal-data.contexto {
  height: 10px;
  font-size: 10px;
  color: #F00;
  margin-left: 90px;
}
.simplemodal-data div.toolbar {
  padding-top: 10px;
  text-align: right;
}
.simplemodal-data div.toolbar input {
  margin-left: 30px;
  width: auto;
}
.simplemodal-data input[type=button],
.simplemodal-data input[type=submit] {
  border: 1px solid #666;
  cursor: pointer;
  padding: 3px 15px 3px 15px;
  width: 100px;
  font-weight: bolder;
  background: #ccc;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: -moz-linear-gradient(#999,#dfdfdf);
  background: -webkit-gradient(linear,0 0,0 bottom,from(#999),to(#dfdfdf));
  background: linear-gradient(#999,#dfdfdf);
  -pie-background: linear-gradient(#999,#dfdfdf);
}
.hover_generico {
  background-color: #9FDBBD;
  color: white;
}
.button {
  background-color: #7FB096;
  border: 0;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px 10px;
  cursor: pointer;
}
.button:hover {
  background-color: #9FDBBD;
  color: white;
}
.button-large {
  background-color: #7FB096;
  border: 0;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px 10px;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 12px;
}
.button-large:hover {
  background-color: #9FDBBD;
  color: white;
}
div.row.agenda-landing h1 {
  margin-top: 30px;
  font-size: 2em;
}
div.row.agenda-landing h3 {
  font-size: 1.5em;
}
body span.error,
body label.error {
  color: red;
}
body input.currency,
body select.currency {
  padding-left: 10px;
  background: url(../images/pesos.png) no-repeat center left white;
}
body strong {
  font-weight: bold;
}
body a.button {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 3px 4px 3px 4px;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
}
body .cuadro {
  cursor: pointer;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  float: left;
  background-image: url('../../raccoon/libs/client/rcn_style/icons/cuadro.png');
  background-repeat: no-repeat;
  text-align: center;
}
body .sincuadro {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  float: left;
  text-align: center;
}
form.classic {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #000000;
}
form.classic label {
  display: block;
}
div.agenda-contenedor .button,
div.agenda-contenedor button,
div.agenda-contenedor input[type="reset"],
div.agenda-contenedor input[type="submit"],
div.agenda-contenedor input[type="button"] {
  cursor: pointer;
  color: #9E6985 !important;
  border: 1px solid #999999;
  text-shadow: 0 0 1px #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFFFFF;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#DEDEDE),color-stop(1,#FFF));
  background: -ms-linear-gradient(bottom,#DEDEDE,#FFF);
  background: -moz-linear-gradient(center bottom,#DEDEDE 0%,#FFF 100%);
}
div.agenda-contenedor .button-large {
  cursor: pointer;
  color: #9E6985 !important;
  border: 1px solid #999999;
  text-shadow: 0 0 1px #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFFFFF;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#DEDEDE),color-stop(1,#FFF));
  background: -ms-linear-gradient(bottom,#DEDEDE,#FFF);
  background: -moz-linear-gradient(center bottom,#DEDEDE 0%,#FFF 100%);
  font-weight: bold;
  padding: 6px 12px;
}
table.data {
  width: 100%;
  border-collapse: collapse;
}
table.data thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
table.data thead tr {
  border-top: none;
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
table.data thead tr input[type=text] {
  width: 97%;
}
table.data thead th {
  padding: 5px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  cursor: pointer;
}
table.data tr {
  line-height: 25px;
  height: 25px;
}
table.data td:first-child {
  padding-left: 5px;
}
table.data tbody {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
table.data tbody th {
  text-align: center;
  padding: 0 5px 3px 0;
  position: relative;
}
table.data tbody th a {
  text-decoration: none;
}
table.data tbody tr.border-add td {
  padding: 10px 10px 10px 5px;
  border-bottom: 1px solid #CCC;
}
table.data tbody tr:hover {
  background-color: #E8E8E8 !important;
}
#wrapper-menu-agendanupcial {
  width: 230px;
  margin-top: 10px;
  position: absolute;
  border-right: #7C8185 1px solid;
  float: left;
  font-size: 12px;
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #666;
}
#wrapper-menu-agendanupcial #menu-agendanupcial {
  display: block;
}
#wrapper-menu-agendanupcial li a {
  display: block;
  line-height: 20px;
  padding: 5px 10px 5px 20px;
  background-position: 0 -635px;
  color: #1F1F1F;
  position: relative;
}
#wrapper-menu-agendanupcial li ul.dasheditem li a {
  background: url(../images/bg/submenu.png) repeat-x center;
}
#wrapper-menu-agendanupcial li ul.dasheditem li a:hover {
  background: url(../images/bg/submenu_active.png) repeat-x center;
}
#wrapper-menu-agendanupcial li ul.dasheditem li a.active {
  color: #000;
  font-weight: normal;
  background: url(../images/bg/submenu_active.png) repeat-x center;
  border: 0px;
}
#wrapper-menu-agendanupcial li a.active,
#wrapper-menu-agendanupcial li a:active {
  color: #fff;
  font-weight: bold;
  background: #6e8080;
  background: -webkit-gradient(linear,left top,left bottom,from(#84C5F8),to(#58B8FD));
  background: -moz-linear-gradient(center top,#84C5F8 0%,#58B8FD 100%);
  background: -moz-gradient(center top,#84C5F8 0%,#58B8FD 100%);
  border-bottom: 1px solid #3184C7;
}
#wrapper-menu-agendanupcial li a.active span.active-nidicator {
  height: 20px;
  width: 10px;
  position: absolute;
  display: block;
  background: url(../images/icon-sprite.png) no-repeat;
  background-position: -370px -180px;
  right: -1px;
  top: 5px;
}
#wrapper-main-agendanupcial {
  width: 73%;
  margin-top: 10px;
  min-height: 500px;
}
#wrapper-main-agendanupcial,
#wrapper-main-agendanupcial-frame {
  color: #292F33;
  font-size: 12px;
  float: right;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
#wrapper-main-agendanupcial .panel-column,
#wrapper-main-agendanupcial-frame .panel-column {
  width: 48%;
  min-height: 332px;
  float: left;
}
#wrapper-main-agendanupcial .panel,
#wrapper-main-agendanupcial-frame .panel {
  margin-bottom: 20px;
  width: 99%;
  float: left;
}
#wrapper-main-agendanupcial .panel-block,
#wrapper-main-agendanupcial-frame .panel-block {
  margin-bottom: 20px;
  width: 99%;
}
#wrapper-main-agendanupcial .panel.margin,
#wrapper-main-agendanupcial .panel-column.margin,
#wrapper-main-agendanupcial-frame .panel.margin,
#wrapper-main-agendanupcial-frame .panel-column.margin {
  margin-top: 25px;
}
#wrapper-main-agendanupcial .panel,
#wrapper-main-agendanupcial .panel-column,
#wrapper-main-agendanupcial-frame .panel,
#wrapper-main-agendanupcial-frame .panel-column {
  border: #686E72 1px solid;
  margin: 0px 5px 0px 5px;
}
#wrapper-main-agendanupcial .panel .panel-top,
#wrapper-main-agendanupcial .panel-column .panel-top,
#wrapper-main-agendanupcial-frame .panel .panel-top,
#wrapper-main-agendanupcial-frame .panel-column .panel-top {
  height: 35px;
  color: #fff;
  position: relative;
  line-height: 38px;
  background: #808080;
  background: -webkit-gradient(linear,left top,left bottom,from(#FCBFE8),to(#9F6883));
  background: -moz-linear-gradient(center top,#FCBFE8 0%,#9F6883 100%);
  background: -moz-gradient(center top,#FCBFE8 0%,#9F6883 100%);
}
#wrapper-main-agendanupcial .panel .panel-top h1,
#wrapper-main-agendanupcial .panel-column .panel-top h1,
#wrapper-main-agendanupcial-frame .panel .panel-top h1,
#wrapper-main-agendanupcial-frame .panel-column .panel-top h1 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 38px;
  margin: 0px;
  padding: 0 10px;
}
#wrapper-main-agendanupcial .panel .panel-top .tools,
#wrapper-main-agendanupcial .panel-column .panel-top .tools,
#wrapper-main-agendanupcial-frame .panel .panel-top .tools,
#wrapper-main-agendanupcial-frame .panel-column .panel-top .tools {
  position: absolute;
  top: -3px;
  right: 7px;
}
#wrapper-main-agendanupcial .panel .panel-top .tools img,
#wrapper-main-agendanupcial .panel-column .panel-top .tools img,
#wrapper-main-agendanupcial-frame .panel .panel-top .tools img,
#wrapper-main-agendanupcial-frame .panel-column .panel-top .tools img {
  cursor: pointer;
}
#wrapper-main-agendanupcial .panel .panel-filter,
#wrapper-main-agendanupcial .panel-column .panel-filter,
#wrapper-main-agendanupcial-frame .panel .panel-filter,
#wrapper-main-agendanupcial-frame .panel-column .panel-filter {
  width: 97%;
  float: right;
  padding: 10px;
  line-height: 20px;
  border-bottom: 1px solid #ccc;
}
#wrapper-main-agendanupcial .panel .panel-filter .left,
#wrapper-main-agendanupcial .panel-column .panel-filter .left,
#wrapper-main-agendanupcial-frame .panel .panel-filter .left,
#wrapper-main-agendanupcial-frame .panel-column .panel-filter .left {
  float: left;
}
#wrapper-main-agendanupcial .panel .panel-filter .right,
#wrapper-main-agendanupcial .panel-column .panel-filter .right,
#wrapper-main-agendanupcial-frame .panel .panel-filter .right,
#wrapper-main-agendanupcial-frame .panel-column .panel-filter .right {
  float: right;
}
#wrapper-main-agendanupcial .panel .panel-frame,
#wrapper-main-agendanupcial .panel-column .panel-frame,
#wrapper-main-agendanupcial-frame .panel .panel-frame,
#wrapper-main-agendanupcial-frame .panel-column .panel-frame {
  margin: 10px;
}
#wrapper-main-agendanupcial .panel .element,
#wrapper-main-agendanupcial .panel-column .element,
#wrapper-main-agendanupcial-frame .panel .element,
#wrapper-main-agendanupcial-frame .panel-column .element {
  font-size: 0.9em;
  padding: 2px;
  height: 25px;
  line-height: 16px;
}
#wrapper-main-agendanupcial .panel .element input[type=button],
#wrapper-main-agendanupcial .panel .element input[type=submit],
#wrapper-main-agendanupcial .panel-column .element input[type=button],
#wrapper-main-agendanupcial .panel-column .element input[type=submit],
#wrapper-main-agendanupcial-frame .panel .element input[type=button],
#wrapper-main-agendanupcial-frame .panel .element input[type=submit],
#wrapper-main-agendanupcial-frame .panel-column .element input[type=button],
#wrapper-main-agendanupcial-frame .panel-column .element input[type=submit] {
  float: right;
  margin-left: 10px;
}
#wrapper-main-agendanupcial .panel .element .lbltitle,
#wrapper-main-agendanupcial .panel-column .element .lbltitle,
#wrapper-main-agendanupcial-frame .panel .element .lbltitle,
#wrapper-main-agendanupcial-frame .panel-column .element .lbltitle {
  height: 25px;
  font-size: 11px;
  float: left;
  width: 32%;
  margin: 0 5px 0 0;
  padding-left: 5px;
  display: inline-block;
  zoom: 1;
}
#wrapper-main-agendanupcial .panel .element .fieldwrap,
#wrapper-main-agendanupcial .panel-column .element .fieldwrap,
#wrapper-main-agendanupcial-frame .panel .element .fieldwrap,
#wrapper-main-agendanupcial-frame .panel-column .element .fieldwrap {
  font-size: 12px;
  float: left;
  width: 62%;
  clear: right;
}
#wrapper-main-agendanupcial .panel .element .full,
#wrapper-main-agendanupcial .panel-column .element .full,
#wrapper-main-agendanupcial-frame .panel .element .full,
#wrapper-main-agendanupcial-frame .panel-column .element .full {
  width: 95%;
}
#wrapper-main-agendanupcial .panel .element .large,
#wrapper-main-agendanupcial .panel-column .element .large,
#wrapper-main-agendanupcial-frame .panel .element .large,
#wrapper-main-agendanupcial-frame .panel-column .element .large {
  width: 45%;
}
#wrapper-main-agendanupcial .panel .element .small,
#wrapper-main-agendanupcial .panel-column .element .small,
#wrapper-main-agendanupcial-frame .panel .element .small,
#wrapper-main-agendanupcial-frame .panel-column .element .small {
  width: 30% !important;
}
#wrapper-main-agendanupcial .panel .element a,
#wrapper-main-agendanupcial .panel-column .element a,
#wrapper-main-agendanupcial-frame .panel .element a,
#wrapper-main-agendanupcial-frame .panel-column .element a {
  text-decoration: none;
  border-bottom: 1px solid red;
}
#wrapper-main-agendanupcial .panel .element:hover,
#wrapper-main-agendanupcial .panel-column .element:hover,
#wrapper-main-agendanupcial-frame .panel .element:hover,
#wrapper-main-agendanupcial-frame .panel-column .element:hover {
  background: #F8F8F8;
}
.ui-notify {
  width: 350px;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 1000;
}
.simplenotify {
  width: 99%;
  height: auto;
}
.ui-notify .notify-message,
.simplenotify .notify-message {
  background: #AEDAFA;
  border: #6DAEE0 1px solid;
}
.ui-notify .notify-warning,
.simplenotify .notify-warning {
  background: #FFDF9C;
  border: #D5A147 1px solid;
}
.ui-notify .notify-success,
.simplenotify .notify-success {
  background: #A3E49C;
  border: #71B66A 1px solid;
}
.ui-notify .notify-error,
.simplenotify .notify-error {
  background: #FBAEA3;
  border: #DC8C7E 1px solid;
}
.ui-notify .notify-normal,
.simplenotify .notify-normal {
  background: #EEE;
  border: #666 1px solid;
}
.ui-notify .notify-gray,
.simplenotify .notify-gray {
  background: #ccc;
  border: #666 1px solid;
}
.ui-notify .notify-message,
.ui-notify .notify-warning,
.ui-notify .notify-success,
.ui-notify .notify-error,
.ui-notify .notify-normal,
.ui-notify .notify-gray,
.simplenotify .notify-message,
.simplenotify .notify-warning,
.simplenotify .notify-success,
.simplenotify .notify-error,
.simplenotify .notify-normal,
.simplenotify .notify-gray {
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  min-height: 25px;
}
.ui-notify .notify-message a.notify-cross,
.ui-notify .notify-warning a.notify-cross,
.ui-notify .notify-success a.notify-cross,
.ui-notify .notify-error a.notify-cross,
.ui-notify .notify-normal a.notify-cross,
.ui-notify .notify-gray a.notify-cross,
.simplenotify .notify-message a.notify-cross,
.simplenotify .notify-warning a.notify-cross,
.simplenotify .notify-success a.notify-cross,
.simplenotify .notify-error a.notify-cross,
.simplenotify .notify-normal a.notify-cross,
.simplenotify .notify-gray a.notify-cross {
  float: right;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}
.ui-notify .notify-message a.notify-close,
.ui-notify .notify-warning a.notify-close,
.ui-notify .notify-success a.notify-close,
.ui-notify .notify-error a.notify-close,
.ui-notify .notify-normal a.notify-close,
.ui-notify .notify-gray a.notify-close,
.simplenotify .notify-message a.notify-close,
.simplenotify .notify-warning a.notify-close,
.simplenotify .notify-success a.notify-close,
.simplenotify .notify-error a.notify-close,
.simplenotify .notify-normal a.notify-close,
.simplenotify .notify-gray a.notify-close {
  height: 20px;
  width: 20px;
  background: url(../images/notify-icons.png) no-repeat -5px -95px;
  text-indent: -999999px;
}
.ui-notify .notify-message h1,
.ui-notify .notify-warning h1,
.ui-notify .notify-success h1,
.ui-notify .notify-error h1,
.ui-notify .notify-normal h1,
.ui-notify .notify-gray h1,
.simplenotify .notify-message h1,
.simplenotify .notify-warning h1,
.simplenotify .notify-success h1,
.simplenotify .notify-error h1,
.simplenotify .notify-normal h1,
.simplenotify .notify-gray h1 {
  color: #363B3E;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5em;
}
.ui-notify .notify-message p,
.ui-notify .notify-warning p,
.ui-notify .notify-success p,
.ui-notify .notify-error p,
.ui-notify .notify-normal p,
.ui-notify .notify-gray p,
.simplenotify .notify-message p,
.simplenotify .notify-warning p,
.simplenotify .notify-success p,
.simplenotify .notify-error p,
.simplenotify .notify-normal p,
.simplenotify .notify-gray p {
  color: #333;
  text-align: left;
  margin: 3px 0;
  line-height: 18px;
  font-size: 12px;
}
.ui-notify .notify-message .clear,
.ui-notify .notify-warning .clear,
.ui-notify .notify-success .clear,
.ui-notify .notify-error .clear,
.ui-notify .notify-normal .clear,
.ui-notify .notify-gray .clear,
.simplenotify .notify-message .clear,
.simplenotify .notify-warning .clear,
.simplenotify .notify-success .clear,
.simplenotify .notify-error .clear,
.simplenotify .notify-normal .clear,
.simplenotify .notify-gray .clear {
  width: 98%;
  height: 50px;
}
.ui-notify .notify-message .noshowmore,
.ui-notify .notify-warning .noshowmore,
.ui-notify .notify-success .noshowmore,
.ui-notify .notify-error .noshowmore,
.ui-notify .notify-normal .noshowmore,
.ui-notify .notify-gray .noshowmore,
.simplenotify .notify-message .noshowmore,
.simplenotify .notify-warning .noshowmore,
.simplenotify .notify-success .noshowmore,
.simplenotify .notify-error .noshowmore,
.simplenotify .notify-normal .noshowmore,
.simplenotify .notify-gray .noshowmore {
  text-align: right;
}
.ui-notify .notify-message .noshowmore a,
.ui-notify .notify-warning .noshowmore a,
.ui-notify .notify-success .noshowmore a,
.ui-notify .notify-error .noshowmore a,
.ui-notify .notify-normal .noshowmore a,
.ui-notify .notify-gray .noshowmore a,
.simplenotify .notify-message .noshowmore a,
.simplenotify .notify-warning .noshowmore a,
.simplenotify .notify-success .noshowmore a,
.simplenotify .notify-error .noshowmore a,
.simplenotify .notify-normal .noshowmore a,
.simplenotify .notify-gray .noshowmore a {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
.simplemodal {
  margin-top: 50px;
  display: block;
  z-index: 1002;
  max-width: 70%;
  position: fixed;
  top: 0px;
  background-color: #EEE;
  border-radius: 0 0 6px 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-box-shadow: 0 0 64px #000;
  -webkit-box-shadow: 0 0 64px #000;
  box-shadow: 0 0 64px #000;
  padding-bottom: 10px;
  display: none;
}
.simplemodal .modal-title {
  line-height: 24px;
  padding: 6px 8px;
  background: #A7CEB8;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#759D86),color-stop(1,#A7CEB8));
  background: -ms-linear-gradient(bottom,#759D86,#A7CEB8);
  background: -moz-linear-gradient(center bottom,#759D86 0%,#A7CEB8 100%);
}
.simplemodal .modal-title * {
  padding: 0;
  font-weight: normal;
  font-size: 13px;
  color: white;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.simplemodal .exit-modal {
  position: absolute;
  z-index: 1003;
  right: 5px;
  top: 5px;
  display: block;
  background: url(../images/exit.png) no-repeat;
  height: 29px;
  width: 25px;
  cursor: pointer;
}
.simplemodal .modal-data {
  font-size: 12px;
  padding: 6px 12px;
}
.simplemodal .modal-data h1 {
  font-size: 1em;
}
.simplemodal .modal-data h2 {
  margin: 5px 0 6px;
  font-size: 1.5em;
}
.simplemodal .modal-data p {
  margin-bottom: 10px;
}
.simplemodal .modal-data div.panel {
  border: 0 !important;
}
