/* z-indexes */
/* page content width */
/* form height margins */
/* colors */
/* content box */
/* field inputs */
/*@defaultFormFieldInputBGColor: #f2f2f2;*/
/* tables */
/* buttons */
/* preview images */
/* page content width */
/* z-index levels*/
/* common mixins */
.inline-block-clear-float {
  display: inline-block;
  float: none;
}
/* Colorbox  */
#cboxOverlay {
  -webkit-opacity: 0.3 !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
  filter: opacity(0.3) !important;
}
#colorbox {
  background-image: none;
  background-color: transparent;
  overflow: visible;
}
#cboxWrapper {
  font-size: 0;
  overflow: visible;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  z-index: 9999;
}
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none;
}
#cboxMiddleLeft {
  background-image: none !important;
  background-color: #ffffff !important;
  display: inline-block !important;
  float: none !important;
}
#cboxMiddleRight {
  background-image: none !important;
  background-color: #ffffff !important;
  display: inline-block !important;
  float: none !important;
}
#cboxTopLeft {
  -webkit-border-radius: 4px 0px 0px 0px !important;
  -moz-border-radius: 4px 0px 0px 0px !important;
  border-radius: 4px 0px 0px 0px !important;
  background-image: none !important;
  background-color: #eeeeee !important;
  display: inline-block !important;
  float: none !important;
  height: 40px !important;
}
#cboxTopCenter {
  display: inline-block !important;
  float: none !important;
  background: #eeeeee url(colorbox/images/cruz.png) no-repeat right -15px !important;
  height: 40px !important;
}
#cboxTopRight {
  -webkit-border-radius: 0px 4px 0px 0px !important;
  -moz-border-radius: 0px 4px 0px 0px !important;
  border-radius: 0px 4px 0px 0px !important;
  background-image: none !important;
  background-color: #eeeeee !important;
  display: inline-block !important;
  float: none !important;
  height: 40px !important;
}
#cboxContent {
  background-image: none !important;
  background-color: #ffffff !important;
  display: inline-block !important;
  float: none !important;
  position: relative !important;
}
#cboxTitle {
  color: #9bca47 !important;
  float: none !important;
  font-size: 16px !important;
  height: 40px !important;
  line-height: 40px !important;
  position: absolute !important;
  text-align: left !important;
  top: -40px !important;
  vertical-align: middle !important;
  bottom: auto !important;
  z-index: 10000 !important;
}
#cboxLoadedContent {
  float: none !important;
  font-size: 14px;
  padding-top: 20px;
}
#cboxLoadedContent .popupMessage {
  padding: 10px 10px 20px 10px !important;
}
#cboxLoadedContent .buttons {
  text-align: right;
  margin-bottom: 10px;
}
#cboxLoadedContent .buttons input[type=button] {
  min-width: 80px;
}
#cboxClose,
#cboxClose:hover {
  top: -27px !important;
  bottom: auto !important;
  z-index: 10000 !important;
  background: url(colorbox/images/close_bot.png) no-repeat 0px 0px !important;
  width: 17px !important;
  height: 15px !important;
}
.popupError {
  text-align: center;
  font-size: 11px;
  color: red;
}
.popupConfirm {
  font-size: 14px;
  color: #272727;
  margin: 10px 10px 10px 10px;
  min-width: 500px;
}
.popupConfirm .button {
  margin-top: 30px;
  margin-left: 5px;
}
.popupConfirm .ui-cst-button {
  margin-top: 30px;
  margin-left: 5px;
}
