#wizard #tab4 .section-title2
{
  padding-top:5px;    
}
#wizard select {
  height:29px !important;
}

#wizard input {
  vertical-align:middle;
}

#wizard input[type="text"] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#wizard input[type="color"] {
  font-size:12px;
}
#wizard input[type="radio"],
#wizard input[type="checkbox"] {
    margin: 0;
}

#wizard select:focus,
#wizard input[type="file"]:focus,
#wizard input[type="radio"]:focus,
#wizard input[type="checkbox"]:focus
{
    outline: none;    
}

.configurator #wizard #tab1,
.configurator #wizard #tab2,
.configurator #wizard #tab3,
.configurator #wizard #tab4,
.configurator #wizard #tab5 {
    min-height: 260px;
    padding-top:20px;
    position: relative;
}
.configurator #wizard #tab3,
.configurator #wizard #tab4 {
    padding-top: 30px;
}
    .configurator #wizard #tab1 > table {
        width: 80%;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
.configurator #wizard #tab1 .sp-replacer {
    padding: 0;
    border: none;
    background: transparent;
    color: #666;
}
.configurator #wizard #tab1 .item-title {
    width: 230px !important;
    text-align: left;    
}
.configurator #wizard #tab1 .sp-preview {
    width: 125px;
    border: solid 1px #ccc;
}
.configurator #wizard #tab1 .accent-color {
    padding-top: 5px;    
}
.configurator #wizard #tab1 .accent-color .sp-replacer {
    height: 8px;
    margin-top: 7px;
}
.configurator #wizard #tab1 .accent-color .sp-dd {
    line-height: 5px;
}
.configurator #wizard #tab1 .accent-color .sp-preview {
    height: 10px;
    width: 60px;
}
.configurator #wizard .tooltipcontainer
{
	margin-top: 3px    
}

.configurator #wizard .app-ic,
.configurator #wizard .app-spl {
    width: 100%;
    background:url('/images/wizard-arrow.png') no-repeat center;
    background-size: 250px;
    font-size: 12px
}
    .configurator #wizard .app-ic tr td:last-child {
        text-align: right
    }
    .configurator #wizard .app-ic .cont,
    .configurator #wizard .app-spl .cont {
        padding: 0 20px;
    }
    .configurator #wizard .app-ic .ic-cont {
        height:57px;
        width: 57px;
        position: relative;
        margin-top: 10px;
    }
    .configurator #wizard .app-ic .change-lnk,
    .configurator #wizard .app-spl .change-lnk {
        padding: 5px 0 0 0;
    }
    .configurator #wizard .app-ic .info {
         color: #999;
         width: 360px;
         padding: 30px 20px 0 0;
    }
    
.configurator #wizard .app-spl {
     background:url('/images/wizard-arrow.png') no-repeat center;
     background-size: 250px;
}
    .configurator #wizard .app-spl tr td:last-child {
        text-align: right
    }
    .configurator #wizard .app-spl .spl-cont {
        height: 90px;
        width: 60px;
        position: relative;
        margin-top: 5px;
    }
    .configurator #wizard .app-spl .info {
         color: #999;
         width: 370px;
         padding: 11px 0px 0 0;
    }

#wizard * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wizard .navbar .container {
    margin: 0;
    padding: 0;
}

#wizard .navbar .nav > li > a {
    text-align: left;
    min-width: initial;
}

#wizard .tab-content {
  float:left;
  width:100%;
}

#wizard .tab-content>.tab-pane {
  border:solid 1px #eee;
  border-top:none;
}

#wizard navbar .container {
  border-bottom:solid 1px #DDD;
}

#wizard .pager {
  margin:15px 0 0px;
}

#wizard .wizard_label {
  min-width:130px;
  display:inline-block;
}

#wizard .ellipses {
  width:29px !important;
  top: 0 !important
}

#wizard .ellipseseditor {
  width:132px;
}

#wizard .tab-pane {
  min-height:280px;
  padding:0 20px;
}

#wizard .progress {
  width:215px;
  height:10px;
  float:left;
}

#wizard li.next a {
  margin-left:4px;
}

#wizard .disabled a {
  color:#999 !important;
}

#wizard .navbar {
  margin:0;
  min-height: auto
}

#wizard .navbar .nav {
  font-size:13px;
  width:100%;
  -moz-box-shadow:inset 0 -3px 3px -2px rgba(0,0,0,.05);
  -webkit-box-shadow:inset 0 -3px 3px -2px rgba(0,0,0,.05);
  box-shadow:inset 0 -3px 3px -2px rgba(0,0,0,.05);
}

#wizard .navbar .nav>.active>a,
#wizard .navbar .nav>.active>a:hover,
#wizard .navbar .nav>.active>a:focus {
  -moz-box-shadow:inset #FFF 0 -1px 0 0;
  -webkit-box-shadow:inset #FFF 0 -1px 0 0;
  box-shadow:inset #FFF 0 -1px 0 0;
}

#wizard .navbar .nav>li>a {
  padding:12px 20px 12px 10px;
  border-right:solid 0px #ccc;
  text-align:center;
  -moz-box-shadow:inset 0 -3px 3px -2px rgba(0,0,0,.05);
  -webkit-box-shadow:inset 0 -3px 3px -2px rgba(0,0,0,.05);
  box-shadow:inset 0 -3px 3px -2px rgba(0,0,0,.05);
}

#wizard div.colorpicker input {
  line-height:10px;
  margin:0;
}

#wizard div.colorpicker label {
  margin:0;
}

#wizard .whiteblackbutton {
  line-height:16px !important;
}

#wizard .proptable table tr td {
  vertical-align:middle;
  width:170px;
}

#wizard select.propeditor {
  width:156px;
}

#wizard .badge {
  font-size:10px;
  margin:-4px 0 0 6px;
  padding:1px 8px 1px;
}

#wizard form#uploadForm {
  font-family:Arial,Helvetica,sans-serif !important;
}

#wizard iframe {
  font-family:Arial,Helvetica,sans-serif !important;
}

#wizard #propbackgrounddiv input[type="color"] {
  width:142px;
}

#wizard .navigation_type_images {
  margin:0 auto;
}

#wizard .navigation_type_images img {
  padding:2px;
}

#wizard #rootwizard {
  position:relative;
}

#wizard {
  font-family:Arial,Helvetica,sans-serif !important;
  width:100% !important;
  position:relative;
}
section#wizard {
  padding: 0
}
#wizard a.next {
  font-weight:bold;
  text-indent:0 !important;
  width:200px !important;
}

#wizard .next a.greenbutton {
  text-indent:0 !important;
  width:auto !important;
}

#wizard .progress-bar {
  position:absolute;
  right:0;
  top:-50px;
}

#wizard .navigation_type_images span {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: solid 1px #eee;
    min-width: 153px;
}

#wizard .selected-target {
  position:absolute;
  top:10px;
  left:10px;
  border:0;
  height:16px;
}

#wizard .inner_shadow {
  -moz-box-shadow:inset 0 0 100px rgba(0,0,0,.5);
  -webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.5);
  box-shadow:inset 0 0 100px rgba(0,0,0,.5);
}

#wizard .target_type_images {
  margin:0 auto;
  border-left:solid 1px #eee;
  border-right:none;
}

#wizard .target_type_images span {
  position:relative;
  cursor:pointer;
  float:left;
  border:solid 1px #eee;
  border-left:none;
  padding:15px 0px 0;
  text-align:center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 10px top 10px;
  width: calc(20% - 1px);
}

#wizard .target_type_images span.selected-type .append-div,
#wizard .navigation_type_images span.selected-type .append-div
{
  position: absolute;
  bottom: -63px;
  color: #47b44b;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  text-decoration: underline
}

#wizard .target-logos {
    padding: 15px 0px 0 0px;
}
#wizard .target-logos img {
    margin: 0 calc(11.1% - 24px);
    width: 24px;
}

#wizard .navigation_type_images span.selected-type .append-div
{
  bottom: -30px;
}

#wizard .nav_type_title {
  text-align:center;
  padding:15px 0;
  line-height:1em;
}

#wizard .disabled .greenbutton {
  background:#eee !important;
  border:solid 1px #eee;
}

#wizard .disabled .greenbutton:hover {
  opacity:1;
}

#wizard .pager li>a.greenbutton,
#wizard .pager li>span.greenbutton {
  padding:7px 24px !important;
}

#wizard .navbar-inner {
    height: initial;
  border:none;
  /*border-bottom:1px solid #f3f3f3;*/
}
#wizard .navbar .nav > li > a {
    text-transform: uppercase;
    font-size: 12px;
}
#wizard .navbar .nav>.active>a {
    background:white;
    color: #333;
}

#wizard .navbar .nav > .active > a:focus,
#wizard .navbar .nav>.active>a:hover {
  background:white;
}

#wizard .navbar .nav>li>a:hover {
  background:#f3f3f3;
}

#wizard .navbar .nav>li {
  background:#f6f6f6;
  margin: 0 6px 0 0;
  border: solid 1px #eee;
  border-bottom: none;
}

#wizard .navbar .nav>li:first-child
{
  margin-left: 10px;
}

#wizard .color-list-default {
  display:-moz-inline-box;
  display:inline-block;
  margin:0;
  padding:0;
}

#wizard .color-list-default li {
  border:transparent 3px solid;
  display:-moz-inline-box;
  display:inline-block;
  cursor:pointer;
  vertical-align:middle;
}

#wizard .color-list-default li div {
  border:#999 1px solid;
  filter:alpha(opacity=50);
  height:6px;
  margin:0;
  opacity:.5;
  padding:1px;
  width:16px;
  display:-moz-inline-box;
  display:inline-block;
  cursor: pointer;
}

#wizard .color-list-default li div:hover {
  filter:alpha(opacity=100);
  opacity:1;
}

#wizard .color-list-default li.selected {
  border-color:#4d90fe;
}

#wizard .color-list-default li.selected-item {
  border:solid 3px #4d90fe;
}

#wizard .color-list-default li.selected-item div {
  opacity:1;
}

#wizard .item-title1 {
  font-size:small;
  width:142px !important;
  text-align:right;
  padding:0px 10px;
}

#wizard .item-title {
  font-size:small;
  width:140px !important;
  text-align:right;
  padding:0px 10px;
  vertical-align: middle
}

#wizard .item-settings {
  width:750px !important;
}

#wizard .item-settings label{
    display: inline-block;
    margin-right: 15px;
}

#wizard .nav-pills li.previous-tab {
  background-image:url(../images/icon-valide.png);
  background-repeat:no-repeat;
  background-position:center right 3px;
  background-size:13px;
}

#wizard .font-list-default {
  margin:0;
}

#wizard .font-list-default li {
  font-family:"Times New Roman",Times;
  line-height:30px;
  border:solid 1px #ccc;
  margin:0 3px 0 0;
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  padding:2px;
  cursor:pointer;
}

#wizard .font-list-default li.selected-item {
  border:solid 3px #4d90fe;
}

#wizard .andorid-target {
  -moz-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  -webkit-transform:scaleX(-1);
  transform:scaleX(-1);
  filter:FlipH;
  -ms-filter:"FlipH";
}

#wizard .webapp-target {
  -webkit-border-top-right-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  -moz-border-radius-topright:3px;
  -moz-border-radius-bottomright:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
}

#wizard .app-summary {
  font-size:12px;
  font-weight:bold;
  color:#666;
}

#wizard .app-summary-res {
  margin:20px 0 0;
}

#wizard .app-summary-res span {
  width:120px;
  text-align:right;
  font-weight:bold;
  display:inline-block;
  padding:0 10px 0;
}

#wizard .app-summary-res2 {
  margin:8px 0 20px;
}

#wizard .app-summary-res2 span {
  width:120px;
  text-align:right;
  font-weight:bold;
  display:inline-block;
  padding:0 10px 0;
}

#wizard .selected-type {
  background:#ececec;
  background-image: none;
  -moz-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.05);
  -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.05);
  box-shadow:inset 0 0 5px 0 rgba(0,0,0,.05);
 -moz-box-shadow:inset 0 0 5px 0 rgba(138,190,26,.05);
  -webkit-box-shadow:inset 0 0 5px 0 rgba(138,190,26,.05);
  box-shadow:inset 0 0 0px 2px rgba(138,190,26,1);
}

#wizard .page-header {
  margin: 0px 0 15px;
  background: transparent;
  padding: 0;
}

#wizard .page-header h5{
    margin: 0;
    padding: 20px 0 15px; 
}
.wizard-createapp #wizard {
    width: 525px !important;
}
.wizard-createapp .target_type_images {
    width: 100%
}
.wizard-createapp .target_type_images span {
    padding: 15px 10px 0;
}
.wizard-createapp .target_type_images .targetitem {
    border-style: none;
    height: 80px;
}
.wizard-createapp .navigation_type_images {
    width: 300px;
}
.wizard-createapp .navigation_type_images span 
{
    margin-bottom: 20px;    
}
.wizard-createapp .navigation_type_images .navitem {
    border-style: none;
    width:125px;
}
.wizard-createapp .select{
    height: 29px !important;
}
.wizard-createapp .navbar .nav > li > a
{
    min-width: 40px;
}
.wizard-createapp .navbar .nav > li > a {
    padding: 12px 15px 12px 10px;
}
.wizard-createapp .navbar .nav > .active > a
{
    color: #333;   
}
.wizard-createapp .navbar-inner
{
    height: 38px;
}
.wizard-createapp .item-settings {
    width: 270px !important;
    vertical-align: top;
}
.wizard-createapp .item-title1 {
    width: 70px !important;
    vertical-align: top;
}
.wizard-createapp .item-title {
    width: 70px !important;
    vertical-align: top;
}
.wizard-createapp .android
{
    padding-top: 50px !important;
    min-height: 230px    
}
.wizard-createapp .android .item-title
{
    width: 110px !important;
}
#AppPrimaryColor,
#AppAccentColor
{
    display: none
}

/* pages */
.wizard-createapp .page-props-container {
    min-width: 478px;
    background: rgba(255,255,255,.9);
    position: relative;
    z-index: 99;
}
.wizard-createapp #respages {
    width: 100%;
    border-top: solid 1px #e4e4e4;
    border-right: none;
    border-bottom: none;
    -webkit-box-shadow: inset -1px -1px 0px 0px #eee;
    -moz-box-shadow: inset -1px -1px 0px 0px #eee;
    box-shadow: inset -1px -1px 0px 0px #eee;
}
.wizard-createapp #respages table {
    width: 100%;
}
.wizard-createapp #respages table .page-item-settings,
.wizard-createapp #respages table .page-item-edit,
.wizard-createapp #respages table .page-item-style{
    display: none;
}
.wizard-createapp #respages table .selectedfileitem:last-of-type td,
.wizard-createapp #respages table .fileitem:last-of-type td {
    border-bottom: none !important;
}
.wizard-createapp .page-listitems {
    padding: 0px;
    margin: 0;
}
.wizard-createapp .page-listitems *
{
    -webkit-transition: .3s;
       -moz-transition: .3s;
            transition: .3s;
}
.wizard-createapp .page-listitems:after {
    clear: both;
}
.wizard-createapp .page-listitems li {
    padding: 5px 0;
    color: #666;
    font-size: 11px;
    float: left;
    height: 68px;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    width: 20%;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.wizard-createapp .page-listitems li:hover {
    background-color: #f7f7f7 !important;
    cursor: pointer;
}
.wizard-createapp .table-settings li:nth-of-type(5n+5) {
    /*border-right: none;*/
}
.wizard-createapp .table-settings li:nth-child(n+10) {
    /*border-bottom: none;*/
}
.wizard-createapp .page-listitems li img {
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 6px 0 4px;
}
.wizard-createapp .page-listitems li.exist-icon {
    background-image: url(/images/icon-valide-green.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 4px 4px;
}
.wizard-createapp .page-listitems li.not-exist-icon {
    background-image: url(/images/icon-add-square.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 4px 4px;
}
.wizard-createapp #render_tab_menu_content.page-listitems li 
{
    background-color: #f9f9f9;
    border-color: #e3e3e3;
    -webkit-box-shadow: inset 0px 0px 2px 0px #fff;
    -moz-box-shadow: inset 0px 0px 2px 0px #fff;
    box-shadow: inset 0px 0px 2px 0px #fff;
}
.wizard-createapp .page-listitems li.active {
    -webkit-box-shadow: inset 0px 0px 4px 0px #ddd !important;
    -moz-box-shadow: inset 0px 0px 4px 0px #ddd !important;
    box-shadow: inset 0px 0px 4px 0px #ddd !important;
    background-color: #eee !important;
}
.wizard-createapp #render_tab_menu_content.page-listitems li .page-subtitle
{
    font-size: 9px;
    margin: 3px 0;
    color: #888;
}
.wizard-createapp .page-editor,
.wizard-createapp .page-editor .tab1-page,
.wizard-createapp .page-editor .unknown-page,
.wizard-createapp .page-editor .rss,
.wizard-createapp .page-editor .mobile,
.wizard-createapp .page-editor .form,
.wizard-createapp .page-editor .calendar,
.wizard-createapp .page-editor .notes,
.wizard-createapp .page-editor .map,
.wizard-createapp .page-editor .mobilefacebook,
.wizard-createapp .page-editor .mobiletwitter,
.wizard-createapp .page-editor .mobileyoutube {
    display: none;
}
.wizard-createapp .page-editor {
    margin: 15px 0 20px 0;
    padding-bottom: 15px;
    width: 100%
}
.wizard-createapp .page-editor .page-title-name {
    text-transform: uppercase;
}
.wizard-createapp .button-remove {
    font-size: 10px;
    font-weight: normal;
    color: #0079C1;
}
.wizard-createapp .button-remove:hover 
{
    text-decoration: underline;
    cursor: pointer;
}
.wizard-createapp .button-remove img{
    height: 14px;
    width: 14px;
    cursor: pointer;
}

.wizard-createapp .no-data {
    background: transparent;
    border: none;
    padding: 7px 0 8px;
    text-align: left
}
.wizard-createapp .apply-btn {
    margin: 0;
    padding: 4px 6px !important;
    font-size: 11px !important;
}
.wizard-createapp .nav-pills li.previous-tab
{
    background-position: center right 2px;
}
.wizard-createapp .pager
{
    text-align: right;    
}
.wizard-createapp .pager li
{
    margin-left: 4px;
}
.wizard-createapp .pager .whiteblackbutton
{
    display: inline-block;
}
.wizard-createapp .pager .whiteblackbutton:hover
{
    background-color: #d3d9dd!important;
}
.wizard-createapp .pager .disabled .whiteblackbutton,
.wizard-createapp .pager li .disabled a.whiteblackbutton,
.wizard-createapp .pager li .disabled a.whiteblackbutton:hover
{
    background: #eee!important;
    background-color: #eee !important;
    opacity: .85;
    filter: alpha(opacity=85);
    -khtml-opacity: .85;
    -moz-opacity: .85;
}
.wizard-createapp #proptextdiv,
.wizard-createapp #propbackgrounddiv
{
    padding-top: 0px
}
.wizard-createapp #proptextdiv .color-list-default li div
{
    height: 20px;
    width: 8px;
}
.wizard-createapp .item-settings
{
    width: 370px !important;
}
.wizard-createapp .item-settings > ul
{
    padding-bottom: 5px;
    width: 400px;
}
.wizard-createapp #propbackgrounddiv .color-list-default li div,
.wizard-createapp #proptablethemestyle .color-list-default li div
{
    height: 24px;
    width: 24px;
}
.wizard-createapp #propbackgrounddiv .color-list-default li.selected-item,
.wizard-createapp #propbackgrounddiv .color-list-default li div
{
   -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;     
}
.wizard-createapp .font-list-default li.selected-item,
.wizard-createapp .color-list-default li.selected-item
{
    border: solid 3px #999;
    line-height: 0;
}
.wizard-createapp .color-list-default li.selected-item div
{
    background-image: url(/images/icon-valide-green.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}
.wizard-createapp .default-value div
{
    background: url(/images/bk-notset.png) no-repeat center !important;
}
.wizard-createapp .font-list-default .default-value
{
    height: 36px;
    width: 36px;
    background: url(/images/bk-notset.png) no-repeat center #eee;
}
.wizard-createapp .font-list-default li
{
    line-height: 25px!important;    
}
.wizard-createapp div.color-box
{
    background: url(/images/icon-more.png) no-repeat center;
    background-size: 24px;
    width: 50px !important;
}
.wizard-createapp #accent-color-list li div.color-box
{
    width: 42px !important;
}
.wizard-createapp #proptextdiv li div.color-box
{
    width: 30px !important;
}
.wizard-createapp .divider-span
{
    display: inline-block;    
}
.wizard-createapp .invalidurl
{
     background: url(../images/red_asterisk.png) no-repeat 98% center;
}
.wizard-createapp .validurl
{
     background: url(../images/valid.png) no-repeat 98% center;
     background-size: 14px;
}
.wizard-createapp .unknown-page
{
    margin: -5px 0;    
}
.wizard-createapp .unknown-page .h-line
{
    width: 1px;
    height: 74px;
    background: #eee;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wizard-createapp #app_pages_select_box
{
    display: inline-block;    
}
.wizard-createapp #app_pages_select_box .select
{
    width: 120px;    
}
.wizard-createapp .loading-indicator
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,.6);
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    text-align: center; 
}
.wizard-createapp .loading-indicator > img
{
    top: 31%;
    position: relative;    
}
.wizard-createapp .theme-label
{
    border: solid 1px #cdcdcd;
    float: left;
    padding: 6px 10px;
    font-size: 13px;
    background: #e3e3e3;
    color: #A8A8A8;
    cursor: pointer;
}
.wizard-createapp .theme-label.active
{
    background: #fff;
    color: #666;
}
.wizard-createapp #font_size_none
{
    height: 26px;    
}
.wizard-createapp .theme-label:first-child
{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
}
.wizard-createapp .theme-label:last-child
{
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.wizard-createapp .remove-bgimage
{
    display: none;    
}
.wizard-createapp .secondframe-box
{
    border: solid 3px #ccc;
    /*background: #ccc url(/images/ajax-loader2.gif) no-repeat center;*/
    background: #ccc;
    background-size: 24px;
    position: absolute;
    z-index: 999;
    left: 100px;
    top: 200px;
    display: none;
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,.5);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,.5);
}
.wizard-createapp .secondframe-box .close-btn
{
    width: 22px;
    height: 20px;
    position: absolute;
    top: -23px;
    right: -3px;
    background: #ccc url(../images/icon-close-black.png) no-repeat top 3px center;
    background-size: 14px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wizard-createapp .secondframe-box .close-btn:hover
{
    background: #aaa url(../images/icon-close-black.png) no-repeat top 3px center;
    background-size: 14px;
    cursor: pointer;
}
.wizard-createapp .secondframe
{
    overflow-x:scroll;
    overflow-y:hidden;
    min-height: 100%;
    min-width: 100%;
}
.ui-dialog .ui-dialog-titlebar-close{
    background: url('/js/images/ui-icons_444444_256x240.png') -95px -128px no-repeat;
    border: none;
    cursor:pointer
}

.wizardnav_beta {
  width: 14px;
  height: 40px;
  background-color: #5fa97c;
  position: absolute;
  bottom: 2px;
  right: 2px;
}

  .wizardnav_beta > span {
    position: absolute !important;
    left: -6px;
    top: 15px;
    transform: rotate(-90deg);
    font-family: "Montserrat-SemiBold";
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    border: none !important;
    min-width: unset !important;
  }