body.wp-admin .tipsy {
  display: none !important;
}

body.wp-admin .wrap {
  margin-left: 0;
}

body.branch-3-5 .wrap,
body.branch-3-6 .wrap,
body.branch-3-7 .wrap {
  margin-right: 20px;
}

.redux-container a {
  color: #ff542c;
}

.admin-color-fresh .noUi-connect {
  background-image: none;
  background-color: #ff542c;
}

body.wp-admin .redux-container a:hover,
body.wp-admin .redux-container a:focus,
body.wp-admin .redux-container a:active {
  text-decoration: none;
}

body.wp-admin .redux-container #info_bar, #redux-footer {
	padding: 8px 20px 8px 6px;
}

body.wp-admin #redux-footer {
 	padding-left: 8px;
 }

body.wp-admin .redux-container .button-primary {
  border-color: #000000;
  background: #313131;
  box-shadow: inset 0 1px 0 #454545, 0 1px 0 rgba(0,0,0,.15);
  color: #fff;
  text-decoration: none;
}

body.wp-admin .redux-container .button-primary.hover,
body.wp-admin .redux-container .button-primary:hover,
body.wp-admin .redux-container .button-primary.focus,
body.wp-admin .redux-container .button-primary:focus {
  border-color: #000000;
  background: #1c1c1c;
  box-shadow: inset 0 1px 0 #454545;
  color: #fff;
}

body.wp-admin .redux-sidebar .redux-group-menu li.active {
    border-color: #ff542c;
}

body.wp-admin .redux-sidebar .redux-group-menu li.active a {
  color: #ff542c;
}

body.wp-admin #redux-header {
    background: #f1f1f1;
    border-color: #dedede;
    position: relative;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #dedede;
    background: -webkit-linear-gradient(top, #e3e3e3 0%, #eaeaea 7.9365%, #eaeaea 92.0635%, #e3e3e3 100%);
    background: -o-linear-gradient(top, #e3e3e3 0%, #eaeaea 7.9365%, #eaeaea 92.0635%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #e3e3e3 0%,#eaeaea 7.9365%,#eaeaea 92.0635%,#e3e3e3 100%);
}

body.wp-admin #redux-header .icon32 {
  display: none;
}

body.wp-admin #redux-header .display_header {
  position: relative;
  z-index: 2;
  margin: 0;
  margin-left: -1px;
  width: 201px;
  border: 1px solid #d2d2d2;
  border-width: 0 1px;
}

body.wp-admin #redux-header .display_header span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

body.wp-admin #redux-header .display_header h2 {
  display: block;
  padding: 0;
}

body.wp-admin #redux-header .display_header h2 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

body.wp-admin #redux-header .display_header h3 {
  position: absolute;
  top: 29px;
  right: -177px;
  display: table;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
}

body.wp-admin #redux-header .display_header h3 small {
  display: block;
  margin-top: 3px;
  color: #666666;
  font-size: 14px;
}

body.wp-admin #redux-header:before,
body.wp-admin #redux-header:after {
  position: absolute;
  top: -1px;
  z-index: 1;
  width: 21px;
  height: 100%;
  border: 1px solid #dedede;
  border-width: 1px 0;
  background: inherit;
  content: '';
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.wp-admin #redux-header:before {
  left: -21px;
}

body.wp-admin #redux-header:after {
  right: -21px;
  width: 21px;
}

body.wp-admin #redux-intro-text {
  position: relative;
  top: 8px;
  left: 44px;
  float: left;
  margin-bottom: -28px;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

body.wp-admin #redux-intro-text .button:last-child {
  margin-left: 19px;
}

body.wp-admin .minigo-footer-buttons {
  float: left;
  margin-right: 10px;
}

body.wp-admin .minigo-footer-buttons .button:first-child {
  margin-right: 4px;
}

/* Nav icons */

body.wp-admin .nav-icons {
  position: absolute;
  top: 0;
  right: 71px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.wp-admin .nav-icons:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

body.wp-admin .nav-icons a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 17px;
}

body.wp-admin .nav-icons a + a {
  margin-left: 10px;
}

body.wp-admin .nav-icons i {
  opacity: .3;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

body.wp-admin .nav-icons .vr {
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 40px;
  background: #dedede;
  vertical-align: middle;
}

body.wp-admin .nav-icons .vr:last-child {
  margin-right: 0;
}

body.wp-admin .nav-icons span {
  position: absolute;
  bottom: -64px;
  left: 50%;
  z-index: -1;
  visibility: hidden;
  padding-top: 2em;
  color: #000;
  white-space: nowrap;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
}

body.wp-admin .nav-icons a:hover i,
.nav-icons a:focus i {
  opacity: 1;
}

body.wp-admin .nav-icons a:hover span,
body.wp-admin .nav-icons a:focus span {
  bottom: -38px;
  visibility: visible;
  opacity: 1;
}

body.wp-admin .premiothemes-logo {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 2;
  overflow: hidden;
  margin: auto;
  padding: 0 20px;
  width: 31px;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

body.wp-admin .premiothemes-logo:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff542c;
  content: '';
  opacity: 0;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

body.wp-admin .premiothemes-logo:after {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  width: 1px;
  height: 96px;
  background: #d2d2d2;
  content: '';
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.wp-admin .premiothemes-logo:hover,
body.wp-admin .premiothemes-logo:focus,
body.wp-admin .premiothemes-logo:active {
  width: 150px;
}

body.wp-admin .premiothemes-logo:hover + .nav-icons,
body.wp-admin .premiothemes-logo:focus + .nav-icons,
body.wp-admin .premiothemes-logo:active + .nav-icons {
  right: 190px;
}

body.wp-admin .premiothemes-logo:hover:before,
body.wp-admin .premiothemes-logo:focus:before,
body.wp-admin .premiothemes-logo:active:before {
  opacity: 1;
}

body.wp-admin .premiothemes-logo img {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  clip: rect(0,31px,136px,0);
  margin-top: 52px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

body.wp-admin .premiothemes-logo:hover img,
body.wp-admin .premiothemes-logo:focus img,
body.wp-admin .premiothemes-logo:active img {
  clip: rect(0,150px,136px,0);
}

body.wp-admin .select2-container .select2-choice {
  background-image: none;
}

body.wp-admin .select2-container .select2-choice .select2-arrow {
  background-color: #e7e7e7;
  background-image: none;
}

body.wp-admin .select2-drop-active,
body.wp-admin .select2-drop.select2-drop-above.select2-drop-active,
body.wp-admin .select2-container-active .select2-choice,
body.wp-admin .select2-container-active .select2-choices {
  border-color: #ff542c;
}

body.wp-admin .select2-results .select2-highlighted {
  background: #ff542c;
}

body.wp-admin .redux-container-switch .cb-enable {
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #F3F3F3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

body.wp-admin .redux-container-switch .cb-enable.selected {
  border-color: #B43C20 !important;
  background: #ff542c !important;
  background-image: none !important;
  
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

body.wp-admin .redux-container-switch .cb-enable span {

}

body.wp-admin .redux-container-switch .cb-enable span,
body.wp-admin .redux-container-switch .cb-disable span {
  background: none;
}

body.wp-admin .redux-container-switch .cb-disable {
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #F3F3F3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

body.wp-admin .redux-container-switch .cb-disable.selected {
  background: #ddd;
}

body.wp-admin .redux-container-switch .cb-disable.selected span {
  color: #333;
}

body.wp-admin input[type=radio]:checked:before {
  background-color: #ff542c;
}

body.wp-admin .ui-button {
  background: #F3F3F3;
  font-family: "Open Sans",sans-serif;
}

body.wp-admin .ui-buttonset .ui-state-active, .admin-color-fresh .redux-container .ui-buttonset .ui-state-active {
  background: #ff542c !important;
  border-color: #B43C20 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

body.wp-admin .ui-buttonset .ui-state-hover {
  border-color: #acacac;
}

@media screen and (max-width: 782px) {
	body.branch-3-5 .wrap,
	body.branch-3-6 .wrap,
	body.branch-3-7 .wrap {
	  margin-right: 10px;
	}

  body.wp-admin #redux-header {
    padding: 10px;
  }

  body.wp-admin #redux-header:before,
  body.wp-admin #redux-header:after {
    width: 13px;
  }

  body.wp-admin #redux-header:before {
    left: -13px;
  }

  body.wp-admin #redux-header:after {
    right: -13px;
  }

  body.wp-admin .premiothemes-logo img {
	margin-top: 44px;
  }

  body.wp-admin .premiothemes-logo:after {
  	top: 10px;
  }

  body.wp-admin .nav-icons {
  	display: none;
  }
}

@media screen and (max-width: 835px) {
  body.wp-admin .premiothemes-logo:hover,
  body.wp-admin .premiothemes-logo:focus,
  body.wp-admin .premiothemes-logo:active {
    width: 31px;
  }

  body.wp-admin .premiothemes-logo:hover + .nav-icons,
  body.wp-admin .premiothemes-logo:focus + .nav-icons,
  body.wp-admin .premiothemes-logo:active + .nav-icons {
    right: 71px;
  }

  body.wp-admin .premiothemes-logo:hover img,
  body.wp-admin .premiothemes-logo:focus img,
  body.wp-admin .premiothemes-logo:active img {
    clip: rect(0,31px,136px,0);
  }
}
.mce-i-premioThemes-icon {
  background: url(img/shortcode_icon.ico) !important;
  width: 20px;
  height: 20px;
}
body .select2-container.select2-allowclear .select2-choice span, body.wp-admin .select2-container .select2-choice .select2-arrow {
  margin-right: 0 !important;
}
body .select2-container, .redux-form_manager-list li input[type="text"] {
  width: 240px !important;
  margin-bottom: 5px;
}
.wp-admin .preview_btn {
  background: #ff542c;
  color: #fff;
  border-color: #ff542c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Language Switcher */
/*.premio--lang-switcher {
  position: relative;
  display: inline-block;
  top: 5px;
  right: 10px;
}
.premio--lang-switcher input {
  display: none;
}
.premio--lang-switcher .buttonset label {
  margin-right: 15px;
}
.premio--lang-switcher .buttonset label:last-child {
  margin-right: 0;
}
label[for="lang-switcher-buttonsetromana"], label[for="lang-switcher-buttonsetenglish"], label[for="lang-switcher-buttonsetfrancais"] {
  width: 22px;
  position: relative;
  display: inline-block;
  height: 15px;
  text-indent: 9999px;
  opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
label[for="lang-switcher-buttonsetromana"] {
  background: url(langs/imgs/lang_RO.png) no-repeat center;
}
label[for="lang-switcher-buttonsetenglish"] {
  background: url(langs/imgs/lang_UK.png) no-repeat center;
}
label[for="lang-switcher-buttonsetfrancais"] {
  background: url(langs/imgs/lang_FR.png) no-repeat center;
}
.premio--lang-switcher .buttonset label:hover {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.premio--lang-switcher .buttonset label:hover strong {
  top: 36px;
  visibility: visible;
}
.premio--lang-switcher .buttonset label strong {
  position: absolute;
  top: 60px;
  left: 50%;
  text-indent: 0;
  font-size: 13px;
  text-transform: capitalize;
  visibility: hidden;
  pointer-events: none;
  -moz-transition:    all 150ms;
  -o-transition:      all 150ms;
  -webkit-transition: all 150ms;
  transition:         all 150ms;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.wp-admin #redux-header .display_header h3 small.header-lang {
  font-size: 10px;
}
body.wp-admin #redux-header .display_header h3 small.header-lang strong {
  color: #000;
  text-decoration: underline;
  text-transform: capitalize;
}
label.active-lang {
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}*/
.c--picker-demo-submit {
  position: relative;
  top: 7px;
}
.redux-container-footer_links .p--half {
  display: inline-block;
}
.redux-container-footer_links .p--half.custom--left {
  border-left: 1px solid #ddd;
  margin-left: 65px;
  padding-left: 65px;
}
.redux-container-footer_links .redux-footer_links-list .s--icons {
  margin-top: 20px;
}
.redux-container-footer_links .for--select {
  padding-top: 16px;
}
.color--picker, .color--picker-2 {
  width: 11%;
}
label.label-color--picker {
  width: 20%;
}





/* Skins */
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li input[type="radio"] {
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li .skin-images {
  width: 175px;
  height: 99px;
  position: relative;
  margin-bottom: 10px;
  -webkit-background-size: 179px 99px !important;
  background-size: 179px 99px !important;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li.active-field .skin-images:after {
  border-color: #fdd2c8;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label:hover .skin-images:after {
  border-color: #b3b3b3;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label:hover input {
  border-color: #ff542c;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label:hover .skin-text:after, body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label:hover .skin-text:before {
  display: block;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label:hover .skin-text, body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label:hover .skin-text span, body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li.active-field label .skin-text span, body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li.active-field label .skin-text {
  color: #000;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li .skin-images:after {
  display: block;
  content: '';
  width: 102%;
  height: 102%;
  top: -3%;
  left: -2%;
  border: 2px solid #e7e7e7;
  position: absolute;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li:first-child .skin-images {
  background: url(img/skins/minigo-dark.jpg) no-repeat center;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li:nth-child(2) .skin-images {
  background: url(img/skins/minigo-light.jpg) no-repeat center;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li {
  display: inline-block !important;
  width: auto !important;
  margin-right: 40px;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li:last-child {
  margin-right: 0;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label {
  text-align: center;
  position: relative;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label .skin-text {
  position: absolute;
  bottom: 88px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: #e7e7e7;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label .skin-text:after, body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label .skin-text:before {
  display: block;
  content: '';
  position: absolute;
  width: 20%;
  height: 2px;
  background: #e7e7e7;
  top: 9px;
  display: none;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label .skin-text:after {
  left: 0;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label .skin-text:before {
  right: 0;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label .skin-text span, body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label .skin-text span {
  color: #e7e7e7;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label .skin-text span {
  display: inline-block;
  position: relative;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li span {
  display: block;
  color: #999;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li.active-field span, body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label:hover span {
  color: #000;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li input {
  border: 2px solid #ddd;
  margin-right: 0;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li input, body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li input[type=radio]:checked:before {
  -webkit-border-radius: 0 !important; 
  -moz-border-radius: 0 !important; 
  border-radius: 0 !important; 
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li input[type=radio]:checked:before {
  width: 8px;
  height: 8px;
  margin: 2px;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label a {
  margin-top: 20px;
  padding: 0 6px 1px;
  opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label a.skin-preview {
  margin-right: 7px;
}
body.wp-admin #premiothemes_comingsoon_minigo-switch-themes ul li label a:hover {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Skin Modal */
.skin-modal-holder {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.skin-modal-body {
  padding: 40px;
  position: relative;
  width: 50%;
  height: auto;
  margin: auto;
  text-align: center;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0 40px;
  width: 100%;
}
.modal-buttons:after {
  display: block;
  content: '';
  width: 75%;
  height: 2px;
  background: #e5e5e5; 
  top: 13px;
  position: relative;
  margin: auto;
  z-index: -1;
}
.modal-buttons a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 7px !important; 
  -moz-border-radius: 7px !important; 
  border-radius: 7px !important; 
}
.modal-buttons .skin-closer {
  float: left;
  margin-left: 40px;
  color: #808080;
}
.modal-buttons .skin-import-btn {
  float: right;
  margin-right: 40px;
}
.skin-modal-holder .notice-yellow {
  margin: 20px 0;
  padding: 15px;
  line-height: 22px;
  font-weight: bold;
  background-color: #f8f2b5;
  color: #94916c;
}

.redux_field_th {
  padding: 20px 40px 20px 0;
}
.modal-body {
  margin-bottom: 50px;
}
.modal-body h1 {
  margin-bottom: 15px;
  font-size: 28px;
}
.modal-body > span {
  margin-bottom: 20px;
  font-size: 16px;
  color: #808080;
  font-weight: bold;
}
.modal-body > p {
  font-size: 14px;
  margin-bottom: 20px;
}
.modal-body > .copy-options {
  color: #000;
  margin-bottom: 15px;
  display: block;
}
.modal-body .import-switcher > a {
  height: 32px;
  line-height: 29px;
  font-weight: bold;
  font-size: 14px;
}
.modal-body .import-switcher > a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.modal-body .import-switcher > a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.modal-body .import-switcher .enable {
  color: #fff;
  border-color: #B43C20;
  background: #ff542c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-body .import-switcher .disable {
  background-color: #767676;
  border-color: #999;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.help-subtitle li {
  padding-bottom: 10px;
}
.redux-container #premiothemes_comingsoon_minigo-import_export_core .inner {
  left: 0 !important;
  margin-left: 0;
  width: 100% !important;
}
.redux-container #premiothemes_comingsoon_minigo-import_export_core .inner span {
  display: none;
}