@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
#tdc-sidebar {
  font-family: 'Open Sans', sans-serif;
}
input,
select,
textarea {
  font-size: 12px;
}
.tdc-panel-button {
  display: inline-block;
  position: relative;
  margin-left: 8px;
}
.tdc-panel-button,
.edit_tdc_composer,
#wp-admin-bar-tdc_edit {
  /* hide under landscape tablet dimension */
}
@media (max-width: 767px) {
  .tdc-panel-button,
  .edit_tdc_composer,
  #wp-admin-bar-tdc_edit {
    display: none;
  }
}
.tdc-panel-icon {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 37px;
  height: 36px;
  border-radius: 4px 0 0 4px;
  background: url('../images/sidebar/logo-symbol.png');
  background-repeat: no-repeat;
  background-color: #4db2ec;
  background-position: center;
}
.tdc-panel-link {
  box-sizing: border-box;
  background-color: #4db2ec;
  width: 128px;
  height: 36px;
  cursor: pointer;
  margin-left: 37px;
  border-radius: 0 4px 4px 0;
  transition: all 0.4s ease;
  text-align: center;
  border-left: 1px solid #72b9e2;
}
.tdc-panel-link:hover {
  background-color: #449edd;
}
.tdc-panel-link a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  line-height: 35px;
  display: block;
  width: 100%;
  height: 100%;
}
/*
  Open editor loader
*/
.tdc-open-editor-loader .tdc-panel-icon {
  background-position: 10px 9px !important;
  background: #4db2ec url("../images/loader-small-blue.gif") no-repeat;
}
/*


    CSS Design tab from TD Composer - this work in wp-admin (widget area and also in td-composer sidebar)


*/
/*
  responsive buttons
*/
.tdc-responsive-buttons {
  width: 270px;
  height: 28px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.tdc-responsive-buttons .selected {
  background-color: #e8e8e8;
}
.tdc-responsive-buttons .tdc-responsive-all {
  width: 67px;
  height: 28px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tdc-responsive-buttons .tdc-responsive-all .tdc-all-icon {
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: -5px -65px;
  width: 20px;
  height: 20px;
}
.tdc-responsive-buttons .tdc-responsive-all:active {
  background-color: #4eb2ec;
}
.tdc-responsive-buttons .tdc-responsive-all:active .tdc-all-icon {
  background: url('../images/sidebar/spritesheet.png');
  background-position: -35px -65px;
  width: 20px;
  height: 20px;
}
.tdc-responsive-buttons .tdc-responsive-tablet-landscape {
  width: 67px;
  height: 28px;
  position: relative;
  display: inline-block;
  border-left: 1px solid #ddd;
  cursor: pointer;
}
.tdc-responsive-buttons .tdc-responsive-tablet-landscape .tdc-tablet-landscape-icon {
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  background-position: -137px -65px;
  width: 20px;
  height: 20px;
}
.tdc-responsive-buttons .tdc-responsive-tablet-landscape:active {
  background-color: #4eb2ec;
}
.tdc-responsive-buttons .tdc-responsive-tablet-landscape:active .tdc-tablet-landscape-icon {
  background-position: -5px -95px;
  width: 20px;
  height: 20px;
}
.tdc-responsive-buttons .tdc-responsive-tablet-portrait {
  width: 67px;
  height: 28px;
  position: relative;
  display: inline-block;
  border-left: 1px solid #ddd;
  cursor: pointer;
}
.tdc-responsive-buttons .tdc-responsive-tablet-portrait .tdc-tablet-portrait-icon {
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: -1px;
  right: 0;
  margin: 0 auto;
  background-position: -35px -95px;
  width: 20px;
  height: 20px;
}
.tdc-responsive-buttons .tdc-responsive-tablet-portrait:active {
  background-color: #4eb2ec;
}
.tdc-responsive-buttons .tdc-responsive-tablet-portrait:active .tdc-tablet-portrait-icon {
  background-position: -125px -95px;
  width: 20px;
  height: 20px;
}
.tdc-responsive-buttons .tdc-responsive-phone {
  width: 66px;
  height: 28px;
  position: relative;
  display: inline-block;
  border-left: 1px solid #ddd;
  cursor: pointer;
}
.tdc-responsive-buttons .tdc-responsive-phone .tdc-phone-icon {
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: -2px;
  right: 0;
  margin: 0 auto;
  background-position: -65px -89px;
  width: 20px;
  height: 20px;
}
.tdc-responsive-buttons .tdc-responsive-phone:active {
  background-color: #4eb2ec;
}
.tdc-responsive-buttons .tdc-responsive-phone:active .tdc-phone-icon {
  background-position: -95px -89px;
  width: 20px;
  height: 20px;
}
/*
  Properties
*/
.tdc-property-wrap {
  position: relative;
}
.tdc-property-title {
  font-size: 12px;
  color: #000000;
  margin-bottom: 4px;
}
.tdc-property-title span[title] {
  cursor: pointer;
  position: relative;
}
/*
  css box editor
*/
.tdc-property-tdc_css {
  /*
    top boxes
  */
  /*
    right boxes
  */
  /*
    bottom boxes
  */
  /*
    left boxes
  */
}
.tdc-property-tdc_css .tdc-css-box-input {
  width: 32px;
  height: 21px;
  font-size: 11px;
  text-align: center;
  z-index: 1;
}
.tdc-property-tdc_css .tdc-box-margin {
  border: 1px solid #ddd;
  position: relative;
  width: 270px;
  height: 220px;
  margin-bottom: 18px;
}
.tdc-property-tdc_css .tdc-box-margin .tdc-margin-label {
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 10px;
  color: #888888;
}
.tdc-property-tdc_css .tdc-box-border {
  border: 1px dashed #ddd;
  background-color: #f7f7f7;
  position: relative;
  width: 152px;
  height: 136px;
  left: 58px;
  top: 41px;
}
.tdc-property-tdc_css .tdc-box-border .tdc-border-label {
  position: absolute;
  bottom: -18px;
  right: -2px;
  font-size: 10px;
  color: #888888;
}
.tdc-property-tdc_css .tdc-box-padding {
  border: 1px dashed #ddd;
  background-color: #fff;
  position: relative;
  width: 130px;
  height: 114px;
  left: 10px;
  top: 10px;
}
.tdc-property-tdc_css .tdc-box-padding .tdc-padding-label {
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 10px;
  color: #888888;
}
.tdc-property-tdc_css .tdc-css-box-input-margin-top {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tdc-property-tdc_css .tdc-css-box-input-border-top-width {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.tdc-property-tdc_css .tdc-css-box-input-padding-top {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
.tdc-property-tdc_css .tdc-css-box-input-margin-right {
  position: absolute;
  margin-top: -11px;
  top: 50%;
  right: 7px;
}
.tdc-property-tdc_css .tdc-css-box-input-border-right-width {
  position: absolute;
  margin-top: -11px;
  top: 50%;
  right: -12px;
}
.tdc-property-tdc_css .tdc-css-box-input-padding-right {
  position: absolute;
  margin-top: -11px;
  top: 50%;
  right: 17px;
}
.tdc-property-tdc_css .tdc-css-box-input-margin-bottom {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tdc-property-tdc_css .tdc-css-box-input-border-bottom-width {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tdc-property-tdc_css .tdc-css-box-input-padding-bottom {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tdc-property-tdc_css .tdc-css-box-input-margin-left {
  position: absolute;
  margin-top: -11px;
  top: 50%;
  left: 7px;
}
.tdc-property-tdc_css .tdc-css-box-input-border-left-width {
  position: absolute;
  margin-top: -11px;
  top: 50%;
  left: -12px;
}
.tdc-property-tdc_css .tdc-css-box-input-padding-left {
  position: absolute;
  margin-top: -11px;
  top: 50%;
  left: 17px;
}
/*
  color picker
*/
.tdc-property-colorpicker {
  position: relative;
  margin-bottom: 10px;
}
.tdc-property-colorpicker .tdc-property-title {
  margin-bottom: 1px;
  margin-top: -1px;
  line-height: 27px;
}
.tdc-property-colorpicker .tdc-property {
  *zoom: 1;
}
.tdc-property-colorpicker .tdc-property:before,
.tdc-property-colorpicker .tdc-property:after {
  display: table;
  content: '';
  line-height: 0;
}
.tdc-property-colorpicker .tdc-property:after {
  clear: both;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container {
  float: left;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .wp-color-result {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  height: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  position: absolute;
  top: 1px;
  right: 0;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .wp-color-result:after {
  display: none;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .wp-picker-input-wrap {
  margin-top: 8px;
  margin-bottom: 2px;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .button {
  font-size: 11px;
  color: #000 !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  padding: 0 10px !important;
  height: 27px !important;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container input.wp-color-picker[type="text"] {
  height: 27px !important;
  width: 218px !important;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .iris-picker {
  border-bottom: none;
  margin: 6px 0 0 0;
  width: 271px !important;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .iris-picker .iris-square {
  width: 76%;
  margin-right: 31px;
  position: relative;
  top: 10px;
  left: 10px;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .iris-picker .iris-strip {
  top: 10px;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .iris-picker .iris-palette-container {
  left: 20px;
  bottom: -15px;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .cs-alpha-wrap {
  position: static;
  width: 231px;
  padding: 30px 20px 20px;
  margin-bottom: 0;
}
.tdc-property-colorpicker .tdc-property .wp-picker-container .cs-alpha-wrap .cs-alpha-text {
  top: auto;
  right: 20px;
  bottom: 20px;
}
.tdc-tabs-wrapper input,
.tdc-tabs-wrapper select {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
  margin: 0;
}
.tdc-tabs-wrapper input[type=radio],
.tdc-tabs-wrapper input[type=checkbox] {
  border-color: #ddd;
}
/*
  vertical spacing & textfield & dropdown
*/
.tdc-property-textfield {
  margin-bottom: 14px;
}
.tdc-property-textfield input[type=text] {
  width: 100%;
  padding: 4px 8px;
}
.tdc-tab-content-wrap .tdc-textfield-extrabig {
  margin-bottom: 10px;
  line-height: 27px;
  height: 27px;
  width: 100%;
  display: table;
}
.tdc-tab-content-wrap .tdc-textfield-extrabig .tdc-property-title {
  margin-bottom: 0;
  padding-right: 185px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
}
.tdc-tab-content-wrap .tdc-textfield-extrabig .tdc-property {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: table;
}
.tdc-tab-content-wrap .tdc-textfield-extrabig .tdc-property input[type=text] {
  width: 180px;
  font-size: 12px;
  padding: 4px 6px;
}
.tdc-tab-content-wrap .tdc-textfield-big {
  margin-bottom: 10px;
  line-height: 27px;
  height: 27px;
  width: 100%;
  display: table;
}
.tdc-tab-content-wrap .tdc-textfield-big .tdc-property-title {
  margin-bottom: 0;
  padding-right: 135px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
}
.tdc-tab-content-wrap .tdc-textfield-big .tdc-property {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: table;
}
.tdc-tab-content-wrap .tdc-textfield-big .tdc-property input[type=text] {
  width: 130px;
  font-size: 12px;
  padding: 4px 6px;
}
.tdc-tab-content-wrap .tdc-textfield-small {
  margin-bottom: 10px;
  line-height: 27px;
  height: 27px;
  width: 100%;
  display: table;
}
.tdc-tab-content-wrap .tdc-textfield-small .tdc-property-title {
  margin-bottom: 0;
  padding-right: 60px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
}
.tdc-tab-content-wrap .tdc-textfield-small .tdc-property {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: table;
}
.tdc-tab-content-wrap .tdc-textfield-small .tdc-property input[type=text] {
  width: 50px;
  font-size: 12px;
  padding: 4px 6px;
  text-align: right;
}
.tdc-tab-content-wrap .tdc-property-dropdown {
  margin-bottom: 14px;
}
.tdc-tab-content-wrap .tdc-property-dropdown select {
  width: 100%;
  height: 27px;
  padding: 0 2px;
}
.tdc-tab-content-wrap .tdc-dropdown-extrabig {
  margin-bottom: 10px;
  line-height: 27px;
  height: 27px;
  width: 100%;
  display: table;
}
.tdc-tab-content-wrap .tdc-dropdown-extrabig .tdc-property-title {
  margin-bottom: 0;
  padding-right: 185px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
}
.tdc-tab-content-wrap .tdc-dropdown-extrabig select {
  width: 180px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: table;
}
.tdc-tab-content-wrap .tdc-dropdown-big {
  margin-bottom: 10px;
  line-height: 27px;
  height: 27px;
  width: 100%;
  display: table;
}
.tdc-tab-content-wrap .tdc-dropdown-big .tdc-property-title {
  margin-bottom: 0;
  padding-right: 135px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
}
.tdc-tab-content-wrap .tdc-dropdown-big select {
  width: 130px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: table;
}
.tdc-tab-content-wrap .tdc-dropdown-small {
  margin-bottom: 10px;
  line-height: 27px;
  height: 27px;
  width: 100%;
  display: table;
}
.tdc-tab-content-wrap .tdc-dropdown-small .tdc-property-title {
  margin-bottom: 0;
  padding-right: 60px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
}
.tdc-tab-content-wrap .tdc-dropdown-small select {
  width: 50px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: table;
}
.tdc-tab-content-wrap .tdc-property-youtube .tdc-property-title {
  position: absolute;
  top: 5px;
}
.tdc-tab-content-wrap .tdc-property-youtube .tdc-property {
  position: relative;
}
.tdc-tab-content-wrap .tdc-property-youtube .tdc-property input {
  float: right;
}
.tdc-tab-content-wrap .tdc-property-youtube .tdc-property .tdc-description {
  clear: right;
  line-height: 17px;
  display: inline-block;
  text-align: right;
  margin: 10px 0 0 0;
}
#td-tab-css input[type=text],
#td-tab-design-options input[type=text] {
  z-index: 1;
}
#td-tab-css .tdc-border-style,
#td-tab-design-options .tdc-border-style,
#td-tab-css .tdc-bg-style,
#td-tab-design-options .tdc-bg-style {
  margin-bottom: 10px;
}
.tdc-property-installed_post_types,
.tdc-property-custom_url,
.tdc-property-w_location,
.tdc-property-e_custom_rates,
.tdc-property-content,
.tdc-property-offset,
.tdc-property-include,
.tdc-property-playlist_yt,
.tdc-property-playlist_v,
.tdc-property-td_grid_style {
  margin-bottom: 10px !important;
}
.tdc-border-radius,
.tdc-border-style,
.tdc-property-sort,
.tdc-bg-style,
.tdc-property-limit,
.tdc-property-style {
  position: relative;
}
.tdc-property-checkbox {
  margin-bottom: 10px;
  height: 27px;
  width: 100%;
  display: table;
}
.tdc-property-checkbox .tdc-property-title {
  margin-bottom: 0;
  padding-right: 26px;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
}
.tdc-property-checkbox .tdc-property {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: table;
  line-height: 1;
}
.tdc-property-checkbox .tdc-property input {
  margin: 0;
}
.tdc-property-attach_image {
  margin-bottom: 10px;
  line-height: 27px;
}
.tdc-property-attach_image .tdc-property-title {
  margin-bottom: 0;
}
.tdc-property-attach_image .tdc-image-wrap,
.tdc-property-attach_image .tdc-css-image-wrap {
  width: 27px;
  height: 27px;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}
.tdc-property-attach_image .tdc-property {
  position: absolute;
  top: 0;
  right: 0;
}
.tdc-property-attach_image .tdc-image-remove,
.tdc-property-attach_image .tdc-css-image-remove {
  position: absolute;
  top: 0;
  right: 27px;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
}
.tdc-property-attach_image .tdc-css-image-clear {
  position: absolute;
  top: 0;
  right: 77px;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
}
.tdc-property-attach_image .tdc-hidden-button {
  display: none;
}
.tdc-sidebar-horizontal-separator {
  border-bottom: 1px dashed #eeeeee;
  margin: 20px auto;
}
.tdc-open-wpeditor {
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
.tdc-css-inherited:before {
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  background-color: #4db2ec;
  opacity: 0.8;
  width: 6px;
  height: 28px;
  display: block;
}
.tdc-css-box-input.tdc-css-inherited {
  background-color: #edf8fd;
}
.tdc-css-inactive {
  pointer-events: none;
  background-color: #fafad2 !important;
}
.tdc-inherit {
  width: 14px;
  height: 14px;
  position: absolute;
  right: -23px;
  top: 2px;
  cursor: pointer;
  background: url(../images/sidebar/spritesheet.png);
  background-repeat: no-repeat;
  background-position: -129px -127px;
  display: none;
}
.tdc-clear-css-properties {
  cursor: pointer;
  color: #0073aa;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: -10px;
}
.tdc-clear-css-properties:hover {
  color: #4db2ec;
}
.tdc-textarea {
  width: 100%;
  height: 300px;
  display: none;
  font-size: 13px;
  line-height: 16px;
  padding: 6px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.tdc-inspector-wrap .tdc-property-facebook,
.tdc-inspector-wrap .tdc-property-facebook_access_token {
  margin-bottom: 45px;
}
.tdc-inspector-wrap .tdc-property-facebook .tdc-property-title a,
.tdc-inspector-wrap .tdc-property-facebook_access_token .tdc-property-title a {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 9px;
  text-align: right;
  display: block;
}
.tdc-inspector-wrap .td_access_token_info {
  background-color: #fff;
  padding: 0 25px;
  display: block;
  position: absolute;
  top: 6px;
  right: 3px;
  z-index: 1;
}
.tdc-description {
  font-size: 11px;
  margin: 5px 5px 0 5px;
  color: #808080;
}
.tdc-visual-selector .tdc-property-title {
  margin-bottom: 0;
  line-height: 15px;
  display: table-cell;
  vertical-align: middle;
}
.tdc-visual-selector .tdc-property {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  display: table;
}
.tdc-visual-selector .tdc-property-input-radio {
  display: none;
}
.tdc-visual-selector label {
  cursor: pointer;
  display: inline-block;
  margin-left: 16px;
}
.tdc-visual-selector label div {
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  width: 33px;
  height: 25px;
  opacity: 0.24;
}
.tdc-visual-selector label div:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.tdc-visual-selector label .col_11 {
  background-position: -6px -188px;
}
.tdc-visual-selector label .col_12_12 {
  background-position: -178px -188px;
}
.tdc-visual-selector label .col_13_23 {
  background-position: -92px -188px;
}
.tdc-visual-selector label .col_23_13 {
  background-position: -49px -188px;
}
.tdc-visual-selector label .col_13_13_13 {
  background-position: -135px -188px;
}
.tdc-visual-selector .tdc-property-input-radio:checked + label div {
  opacity: 1;
  transition: none;
}
.tdc-visual-selector .tdc-property-input-radio:checked + label .col_11 {
  background-position: -6px -223px;
}
.tdc-visual-selector .tdc-property-input-radio:checked + label .col_12_12 {
  background-position: -178px -223px;
}
.tdc-visual-selector .tdc-property-input-radio:checked + label .col_13_23 {
  background-position: -92px -223px;
}
.tdc-visual-selector .tdc-property-input-radio:checked + label .col_23_13 {
  background-position: -49px -223px;
}
.tdc-visual-selector .tdc-property-input-radio:checked + label .col_13_13_13 {
  background-position: -135px -223px;
}
.tdc-separator-row {
  margin: 22px auto 20px;
}
.tdcComposerLoaded #TB_window {
  background: url('../images/bg-modal.jpg');
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  padding: 0;
}
.tdcComposerLoaded #TB_window:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: rgba(0, 69, 130, 0.8);
  background: -moz-linear-gradient(45deg, rgba(0, 69, 130, 0.8) 0%, rgba(38, 134, 146, 0.8) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 69, 130, 0.8)), color-stop(100%, rgba(38, 134, 146, 0.8)));
  background: -webkit-linear-gradient(45deg, rgba(0, 69, 130, 0.8) 0%, rgba(38, 134, 146, 0.8) 100%);
  background: -o-linear-gradient(45deg, rgba(0, 69, 130, 0.8) 0%, rgba(38, 134, 146, 0.8) 100%);
  background: -ms-linear-gradient(45deg, rgba(0, 69, 130, 0.8) 0%, rgba(38, 134, 146, 0.8) 100%);
  background: linear-gradient(45deg, rgba(0, 69, 130, 0.8) 0%, rgba(38, 134, 146, 0.8) 100%);
}
.tdcComposerLoaded #TB_title {
  border: none !important;
  background: none;
  height: auto;
}
.tdcComposerLoaded #TB_title #TB_ajaxWindowTitle {
  line-height: 59px;
  padding-left: 18px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 2px;
}
.tdcComposerLoaded #TB_ajaxContent {
  padding: 36px 15px 40px !important;
  height: auto !important;
  color: #fff;
  text-align: center;
}
.tdcComposerLoaded #TB_ajaxContent div {
  font-size: 14px;
  padding: 0 36px;
  line-height: 23px;
}
.tdcComposerLoaded .td-confirm-buttons {
  text-align: center;
}
.tdcComposerLoaded .td-confirm-buttons button {
  margin-right: 18px;
  width: auto;
  min-width: 120px;
  height: 50px;
  background-color: #fff;
  padding: 5px 12px 6px;
  margin-top: 34px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
  border: 0;
  border-radius: 0;
  outline: none !important;
}
.tdcComposerLoaded .td-confirm-buttons button:hover {
  color: #ffffff;
  background-color: #ec4d4d;
}
.tdcComposerLoaded .td-confirm-buttons button:last-child {
  margin-right: 0;
}
.tdcComposerLoaded #TB_closeWindowButton {
  margin: 17px !important;
}
.tdcComposerLoaded #TB_closeWindowButton:hover {
  background-color: rgba(0, 0, 0, 0.16);
}
.tdcComposerLoaded .tb-close-icon {
  background: url('../images/sidebar/spritesheet.png');
  background-repeat: no-repeat;
  background-position: 0px -121px;
  width: 29px;
  height: 29px;
  margin: 0 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.tdcComposerLoaded .tb-close-icon:before {
  display: none;
}
