.content-wrapper{
    margin:0 auto;
    position: relative;
}
.box{
    height: auto !important;    
    display: inline-block;
    vertical-align: top;
    margin-bottom:20px;
    padding:0 3px;
}
.box > div{
    position: static !important;
    padding:6px;
}
.container .box  div.HeadBanner{
	padding: 0;
		background: #fff !important;
		border: 0 !important;
}
.padding{
    padding: 5px;
}
.container{
    height: auto !important;
    padding:0 !important;
    padding:0 4px !important;
}
img.single-image {
    width: auto;
    height: auto;
}
  .tab-body {
	height: auto;
	position: absolute;
	}
        
        .resizable {  
            min-width: 280px;
            min-height: 68px;
            border: 1px solid black;
            position: relative !important;
            float: left;
            margin-left: 10px;
            margin-bottom: 10px;

        }
        .resizable h3 { 
            text-align: center; margin: 0; 
        }
        .resizable textarea {
            position: relative;
            width: 99%;
            height: 100%;
        }
        #elementResizable {
            width: 250px;
            height: 250px;
            border: 1px solid black;
            float: left;
            margin-left: 10px;
            margin-bottom: 10px;
        }
        .bg-color-btn{
            margin: 86px 0;
            position: absolute;
            width: 200px;
            border: none;
            height: 25px;
            cursor: pointer;
            font-size: 13px;
            text-decoration: underline;
        }
        .mt-tag{
            width:450px;
            min-width: 450px;
            max-width: 450px;
        }

        .key-tag{
            width:450px;
            min-width: 450px;
            max-width: 450px;
            min-height: 130px;
        }
        .clearboth{
            clear: both;
        }
        #Ivec-menu {
            position: fixed;
            width: 100%;
            z-index: 1001;
            top: 0;
        }
        #Ivec-menu {
            -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
            box-shadow: 0 0 3px rgba(0,0,0,.2);
            height: 40px;
            font-size: 15px;
            background: linear-gradient(#56585D, #2F3034);
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: block;
            border-bottom: 1px solid #ddd;
        }
        #Ivec-menu ul{
            list-style-type: none;
            margin: 10px 0;
            padding: 0;
            display: inline-block;
            font-family: HelveticaNeueW01-65Medi,HelveticaNeueW02-65Medi,HelveticaNeueW10-65Medi,Helvetica,Arial,sans-serif;
        }
        #Ivec-menu li{
            float: left;
            color: #fff;
        }
        .Ivec-logo {
            text-indent: -9999px;
            width: 103px;
            height: 28px;
            position: relative;
            display: block;
            background: url(../IVector-Pro/Logo_white.png) no-repeat;
            background-position: 0 0;
            margin: -5px 87px 0 8px;
        }
        .ui-widget-content,.ui-resizable{
            float:left!important;

        }
        .ui-dialog .ui-dialog-content{
            position: relative;
            border: 0;
            padding: 0;
            margin: 5px 0 0 0;
            background: none;
            overflow: auto;
            
        }
        .imageInputs{
            width:100%;
        }
        
        .addImageGallery{
            position: fixed;
         
            /* margin: -58px 0 0 0; */
            width: 980px;
            padding: 0;
            margin:405px -18px;
            height: 40px;
        }

        .ui-widget-content ul li{
            list-style:none;
            margin-bottom: 10px;
        }
        .ui-widget-content ul {
            float: left;
            border-bottom: 1px dashed #888;
            width: 150px;
            margin: 9px;
            background: #eee;
            padding: 8;


        }
        .ui-widget-content li{
            float: left;
        }

        .Ivec-select{
            width: 140px;
            border-radius:4px;
            background: #ddd;
        }
        .Ivec-select option{
            width: 140px;
            border-radius:4px;
            background: #fff;
            margin-top: 20px;
            border: none;
        }
        .Ivec-search {
            width: 100%;
            position: relative
        }
        .Ivec-searchTerm {
            float: left;
            width: 100%;
            border: 3px solid #fff;
            height: 20px;
            border-radius: 5px;
            outline: none;
            color: #9DBFAF;
        }
        .Ivec-searchTerm:focus{
            color: #000;
        }
        .Ivec-searchButton {
            position: absolute;
            cursor: pointer;
            width: 75px;
            height: 28px;
            display: inline-block;
            border:none;
            margin: 0px -75px;
            border-radius: 0px 5px 5px 0px;
        }
        .Ivec-search:before {
            position: absolute;
            right: -5px;
            width: 22px;
            height: 25px;
            line-height: 36px;
            background: #fff;
            text-align: center;
            color: #fff;
            border-radius: 5px;
            font-family: 'FontAwesome';
            content: '';
        }
        .Ivec-wrap{
            width: 150%;
            margin-top: -3px;
        }
        .Ivec-search-spc{
        margin-right: 150px;
        }
        .Ivec-undo{
            width: 26px;
            height: 26px;
            background: url(../IVector-Pro/dark-icon-sprite.png) 0px -108px no-repeat;
            background-color:#fff;
            border-radius: 5px;
            box-shadow: inset 0 0 0 1px #000;
            border-color: #eee,#d7d7d7,#eee,#d7;
            margin-right:10px;
        }
        .Ivec-redo{
            width: 26px;
            height: 26px;
            background: url(../IVector-Pro/dark-icon-sprite.png) 0px -135px no-repeat;
            background-color:#fff;
            border-radius: 5px;
            box-shadow: inset 0 0 0 1px #000;
            border-color: #eee,#d7d7d7,#eee,#d7;
            margin-right:20px;
        }
        .Ivec-paste{
            width: 26px;
            height: 26px;
            background: url(../IVector-Pro/dark-icon-sprite.png) 0px 0px no-repeat;
            background-color:#fff;
            border-radius: 5px;
            box-shadow: inset 0 0 0 1px #000;
            border-color: #eee,#d7d7d7,#eee,#d7;
            margin-right:20px;
        }
        .Ivec-grid{
            width: 26px;
            height: 26px;
            background: url(../IVector-Pro/dark-icon-sprite.png) 0px -54px no-repeat;
            background-color:#fff;
            border-radius: 5px;
            box-shadow: inset 0 0 0 1px #000;
            border-color: #eee,#d7d7d7,#eee,#d7;
            margin-right:20px;
        }
        .Ivec-ruler{
            width: 26px;
            height: 26px;
            background: url(../IVector-Pro/dark-icon-sprite.png) 0px -216px no-repeat;
            background-color:#fff;
            border-radius: 5px;
            box-shadow: inset 0 0 0 1px #000;
            border-color: #eee,#d7d7d7,#eee,#d7;
            margin-right:20px;
        }
        .Ivec-divider{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../IVector-Pro/dark-divider.png) 0px 50% no-repeat;
            padding: 0px 10px;
            margin: -10px 0 0 0;
        }

        .Ivec-copy{
            width: 26px;
            height: 26px;
            background: url(../IVector-Pro/dark-icon-sprite.png) 0px -27px no-repeat;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: inset 0 0 0 1px #000;
            border-color: #eee,#d7d7d7,#eee,#d7;
            margin-right:20px;
        }
        .Ivec-copy:hover{
            background-color: #FF8B00;
            box-shadow: inset 0 0 0 1px #FF8B00;
        }
        .Ivec-paste:hover{
            background-color: #FF8B00;
            box-shadow: inset 0 0 0 1px #FF8B00;
        }
        .site_publish:hover{
            color: #FF8B00;

        }
        .site_preview:hover{
            color: #FF8B00;

        }
        .site_save:hover{
            color: #FF8B00;

        }
        .Ivec-preview,.Ivec-save {
            color: #fff;

        }
        .Ivec-right-menu{
            float: left;
            position: absolute;
            right: 0;
        }
        
        /* Tool Menu */

        .Ivec-tool-menu {
            margin: 50px 5px;
            float:left;
            width: 60px;
            position: fixed;
            top: 0;
        }

        .Ivec-tool-menu > ul {
            list-style: none;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
            line-height: 1;
        }
        /* The container */
        .Ivec-tool-menu > ul {
            display: block;
            position: relative;
            width: 150px;
            /* The list elements which contain the links */

        }
        .Ivec-tool-menu > ul li {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
        }
        /* General link styling */
        .Ivec-tool-menu > ul li a {
        /* Layout */
            display: block;
            position: relative;
            margin: 0;
            padding: 25px 20px;
            font-family: Helvetica, Arial, sans-serif;
            color: #d8d8d8;
            text-decoration: none;
            text-transform: uppercase;
            text-shadow: 0 1px 1px #000;
            font-size: 13px;
            font-weight: 300;
            /* background: #282828; */
            /* Background & effects */
        }
        /* Rounded corners for the first link of the menu/submenus */
        .Ivec-tool-menu > ul li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-top: 0;
        }
        /* Rounded corners for the last link of the menu/submenus */
        .Ivec-tool-menu > ul li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-bottom: 0;
        }
        
        /* The hover state of the menu/submenu links */
        .Ivec-tool-menu > ul li > a:hover,
        .Ivec-tool-menu > ul li:hover > a{
            color: #ffffff;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
            background: #54cdf1;
            background: -webkit-linear-gradient(#72d4f2, #54cdf1);
            background: -moz-linear-gradient(#72d4f2, #54cdf1);
            background: linear-gradient(#72d4f2, #54cdf1);
            border-color: transparent;
            visibility:visible;
        }
        /* The arrow indicating a submenu */
        .Ivec-tool-menu > ul .has-sub > a::after {
            content: '';
            position: absolute;
            top: 16px;
            right: 10px;
            width: 0px;
            height: 0px;
            /* Creating the arrow using borders */
            border: 4px solid transparent;
            border-left: 4px solid #d8d8d8;
        }
        /* The same arrow, but with a darker color, to create the shadow effect */
        .Ivec-tool-menu > ul .has-sub > a::before {
            content: '';
            position: absolute;
            top: 17px;
            right: 10px;
            width: 0px;
            height: 0px;
            /* Creating the arrow using borders */

            border: 4px solid transparent;
            border-left: 4px solid #000;
        }
        /* Changing the color of the arrow on hover */
        .Ivec-tool-menu > ul li > a:hover::after,
        .Ivec-tool-menu > ul li:hover > a::after {
            border-left: 4px solid #ffffff;
        }
        .Ivec-tool-menu > ul li > a:hover::before,
        .Ivec-tool-menu > ul li:hover > a::before {
            border-left: 4px solid rgba(0, 0, 0, 0.3);
        }
        /* THE SUBMENUS */
        .Ivec-tool-menu > ul ul {
            position: absolute;
            left: 100%;
            top: -9999px;
            padding-left: 5px;
            opacity: 0;
            width: 140px;
            /* The fade effect, created using an opacity transition */

            -webkit-transition: opacity 0.3s ease-in;
            -moz-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }
        /* Showing the submenu when the user is hovering the parent link */
        .Ivec-tool-menu > ul li:hover > ul {
            top: 0px;
            opacity: 1;
        }

        #Ivec-main-container{
            width: 980px;
            min-height: 650px;
            margin: 0px auto;
            padding: 0px;
            border: 1px dashed #888;
            position: relative;
            top: 41px;
        }
        /* Tool image*/
        .Ivec-page-menu{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/tool-icon-sprite-mid3.png)no-repeat;
            padding: 30px 64px;
            float: left;
            margin: 0 0 5px;
        }
        .Ivec-page-menu:hover{
            background: url(../images/icon/tool-icon-sprite-mid3_hover.png)  no-repeat;
        }


        .Ivec-page-menu-color{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/tool-icon-sprite-color.png) 0px 0% no-repeat;
            padding: 30px 64px;
            float: left;
            margin: 0 0 5px;
        }
        .Ivec-page-menu-color:hover{
            background: url(../images/icon/tool-icon-sprite-mid3_hover.png) 0px 0% no-repeat;
        }

        .Ivec-bg-menu{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/tool-icon-sprite-mid3.png) 0px 16% no-repeat;
            padding: 30px 64px;
            float: left;
            margin: 0 0 5px;
        }
        .Ivec-bg-menu:hover{
            background: url(../images/icon/tool-icon-sprite-mid3_hover.png) 0px 16% no-repeat;
        }
        .Ivec-add-menu{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/tool-icon-sprite-mid3.png) 0px 50% no-repeat;
            padding: 30px 64px;
            float: left;
            margin: 0 0 5px;
        }
        .Ivec-add-menu:hover{
            background: url(../images/icon/tool-icon-sprite-mid3_hover.png)0px 50% no-repeat;
        }
        .Ivec-seo-menu{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/tool-icon-sprite-mid3.png) 0px 68% no-repeat;
            padding: 30px 64px;
            float: left;
            margin: 0 0 5px;
        }
        .Ivec-seo-menu:hover{
            background: url(../images/icon/tool-icon-sprite-mid3_hover.png) 0px 68% no-repeat;
        }

        .Ivec-setting-menu{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/tool-icon-sprite-mid3.png) 0px 33% no-repeat;
            padding: 30px 64px;
            float: left;
            margin: 0 0 5px;
        }

        .Ivec-setting-menu:hover{
            background: url(../images/icon/tool-icon-sprite-mid3_hover.png) 0px 33% no-repeat;
        }

        .Ivec-slider-menu{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/tool-icon-sprite-mid3.png) 0px 84% no-repeat;
            padding: 30px 64px;
            float: left;
            margin: 0 0 5px;
        }

        .Ivec-slider-menu:hover{
            background: url(../images/icon/tool-icon-sprite-mid3_hover.png) 0px 84% no-repeat;
        }

        .Ivec-design-menu{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/tool-icon-sprite-mid3.png) 0px 100% no-repeat;
            padding: 30px 64px;
            float: left;
            margin: 0 0 5px;
        }

        .Ivec-design-menu:hover{
            background: url(../images/icon/tool-icon-sprite-mid3_hover.png) 0px 100% no-repeat;
        }


        #business,#business-bg,#business-add,#business-seo,#business-setting,#business-slider{
            position: fixed;
            top: 53px;
            left: 50px;
            margin-left: 30px;
            width: 150px;
            min-height: 223px;
            background-color: #fff;
            box-shadow: rgb(0, 0, 0) 1px 0px 8px 0px;
            border-radius: 0px 16px 16px 0px;
        }

        .Ivec-page-inner,.Ivec-bg-inner,.Ivec-add-inner,.Ivec-seo-inner,.Ivec-setting-inner,.Ivec-slider-inner{
            margin:5px;
        }
        .Ivec-menu-header {
            color:#000;
            font-size:18px;
        }
        .Ivec-page-inner,.Ivec-bg-inner,.Ivec-add-inner,.Ivec-seo-inner,.Ivec-setting-inner,.Ivec-slider-inner p{
            font-size: 13px;
            line-height: 14px;
            color: rgb(102, 102, 102);
        }
        .Ivec-text-inner{
            margin:0 0 15px 0
        }

        .Ivec-text-inner p{
            font-size: 13px;
            line-height: 14px;
            color: rgb(102, 102, 102);
        }

        .Ivec-menu-inner{
            margin:0 0 15px 0
        }

        .Ivec-menu-inner p{
            font-size: 13px;
            line-height: 14px;
            color: rgb(102, 102, 102);
        }
        .close_box{
            float: right;
            color: #343434;
            margin: 10px;
            font-weight: bold;
            cursor: pointer;
        }

        #business::before {
            left: -10px;
            position: absolute;
            width: 10px;
            content: '';
            height: 100%;
            background-color: rgb(253, 184, 19);
            border-radius: 5px 0px 0px 5px;
        }
        #business-bg::before {
            left: -10px;
            position: absolute;
            width: 10px;
            content: '';
            height: 100%;
            background-color: rgb(253, 184, 19);
            border-radius: 5px 0px 0px 5px;
        }
        #business-add::before {
            left: -10px;
            position: absolute;
            width: 10px;
            content: '';
            height: 100%;
            background-color: rgb(253, 184, 19);
            border-radius: 5px 0px 0px 5px;
        }
        #business-seo::before {
            left: -10px;
            position: absolute;
            width: 10px;
            content: '';
            height: 100%;
            background-color: rgb(253, 184, 19);
            border-radius: 5px 0px 0px 5px;
        }
        #business-setting::before {
            left: -10px;
            position: absolute;
            width: 10px;
            content: '';
            height: 100%;
            background-color: rgb(253, 184, 19);
            border-radius: 5px 0px 0px 5px;
        }
        #business-slider::before {
            left: -10px;
            position: absolute;
            width: 10px;
            content: '';
            height: 100%;
            background-color: rgb(253, 184, 19);
            border-radius: 5px 0px 0px 5px;
        }
        .page-tab{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
        }
        .page-tab:hover{
            background: #DFDFDF;
        }

        .page-tab p{
            margin: 5px;
            font-size: 15px;
            font-weight: normal;
            line-height: 14px;
            color: rgb(102, 102, 102)

        }

        .page-edit{
            margin: -20px 24px;
            border-right: 1px solid #000;
            padding: 4px;
            font-size: 14px;
            position: absolute;
            right: 0;
        }
        .page-edit-first{
            border-right: 1px solid #000;
	    padding: 4px;
            font-size: 14px;
            position: absolute;
            right: 18;
            bottom: 0;
        }

        .page-tab-links{
            width: 100%;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
            color: #000;
        }
                .active {
                       color: black;
        }
        .text-tab,.text-title,.text-par,.menu-tab,.logo-tab,contact-tab,slide-tab,.image-tab,google-tab,.tagline,video-tab {
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
            color:#000;
        }

        .text-par{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
        }
        .text{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
        }

        .image-tab{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
        }
        .google-tab{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
            color:#000;
        }
        .video-tab{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
            color:#000;
        }

        .slide-tab{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
        }
        .contact-tab{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
            color:#000;
        }
        .tagline-tab{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
        }
        .text-title{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
            color:#000;
        }
        .text-tab:hover{
            background: #DFDFDF;
        }
        .text-title:hover{
            background: #DFDFDF;
        }
        .text-par:hover{
            background: #DFDFDF;
        }
        .text:hover{
            background: #DFDFDF;
        }

        .menu-tab:hover{
            background: #DFDFDF;
        }

        .logo-tab:hover{
            background: #DFDFDF;
        }
        .contact-tab:hover{
            background: #DFDFDF;
        }
        .tagline-tab:hover{
            background: #DFDFDF;
        }
        .slide-tab:hover{
            background: #DFDFDF;
        }
        .image-tab:hover{
            background: #DFDFDF;
        }
        .video-tab:hover{
            background: #DFDFDF;
        }

        .google-tab:hover{
            background: #DFDFDF;
        }
        .text-tab,.menu-tab p{
            font-size: 15px;
            font-weight: normal;
            line-height: 14px;
            color: #000;

        }
        .text-par p{
            margin: 5px;
            font-size: 15px;
            font-weight: normal;
            line-height: 14px;
            color: rgb(102, 102, 102)

        }

        #bottom{
            width: 1000px;
            margin: 10px 0;  
        }
        .text p{
            margin: 5px;
            font-size: 15px;
            font-weight: normal;
            line-height: 14px;
            color: rgb(102, 102, 102)

        }

        .text-par p{
            margin: 5px;
            font-size: 15px;
            font-weight: normal;
            line-height: 14px;
            color: rgb(102, 102, 102) 
        }
        .site-editor{
            margin:20px auto;   
        }
        #dropZone {
            background-color: #ffffcc;
            visibility: visible;
            position: relative;
            width: 980px;
            min-height: 650px;
            margin:10px;
            float: left;
        }
        .stackHdr {
            background-color: #eaeaea;
            border: 1px solid #fff;
            padding: 5px 
        }
        #stackDrop1 {
            min-height:150px;
            width:100%;
        }
        /*#stackDrop2{
        min-height:450px;
        width:100%;
        }
        */
        #stackDrop3{
            min-height:150px;
            width:100%;
        }
        .ui-widget-content{
            border: 1px solid #aaaaaa;
            background: #fff;
            color: #222222;
        }
        .ui-widget-header{
            width:90%;
            height:15px;
            background:#000;
            color:#fff;
            padding: 4px;
            margin: 0;
            border:none;
            position: absolute;
            top:0;
            right: 0;
            font-size: 14px;
            font-weight: normal;
        }

        .ui-widget-header-ver{
            height:15px;
            background:#000;
            color:#fff;
            padding: 4px;
            margin: 0;
            border:none;
            top:0;
            right: 0;
            font-size: 14px;
            font-weight: normal;
        }
        .nav-horizontal-main {
            height: 24px !important;
            width: 500px;
            overflow: hidden;   
        }
        .nav-horizontal-main ul li{
            height: 100%;
            display: inline-block;
        } 
        .nav-horizontal-main ul li a {
            border-right: 1px solid #888;
            display: table;
            text-decoration: none;
            height: 100% !important;
            line-height: normal !important;
            padding: 4px 15px;
        }
        .nav-horizontal-main ul{
            margin: 0;
            padding: 0;
        }
        .nav-horizontal{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
        }
        .nav-horizontal:hover{
            background: #DFDFDF;
        }
        .nav-vertical{
            width: 100%;
            height: 30px;
            background: #C7C7C7;
            margin: -5px 0 0;
            padding: 10px 0;
            border-bottom:1px solid #888;
            border-top:1px solid #888;
        }
        .nav-vertical:hover{
            background: #DFDFDF;
        }
        .nav-vertical-main {
            width: 113px !important;
            height: 192px;
            overflow: hidden;  
        }
        .logo{
            min-width: 113px;
            height: 113px;
            background:#fff;
        }
        .nav-vertical-main ul li{
            height: 100%;
            list-style: none;
        } 
        .nav-vertical-main ul li a {
            display: table;
            text-decoration: none;
            height: 100% !important;
            line-height: normal !important;
            padding: 4px 15px;
        }
        .nav-vertical-main ul{
            margin: 0;
            padding: 0;
        }
        .texteditorInitial{
            position: relative;
            margin: 5px;
            background: #fff;
            color: #000;
            float: left;
            overflow:hidden;
        }
        .title_bar{
            width: 280px;
            height: 68px;
        }
        .image_group{
            width:100%;
            float:left;
        }
        .image_box_fieldset{
            width: 422px;
        }
        .image_box{
            width: 199px;
            float: left;
            border: 1px solid #ddd;
            margin: 5px;    	
        }
        .image_box input{
            width: 180px;
            font-size:14px;
            margin: 5px;
        }
       /* .img_checkbox{
            position: absolute;
            height: 20px;
        }*/

        .remove_page {
            position: absolute;
            right: 4;
            bottom: 0;
       }        

        /* Contact Form */

        .contact_form {
            float: left;
            width: 50%;
            margin-right: 20px;
            padding-bottom: 20px;
            border:none;
        }

        .contact_form fieldset {
            border:none;
        }

        .item {
            padding: 5px 0;
            position: relative;
            height: 2em;
        }

        .item label {
            float: left;
        }


        .item label span {
            float: left;
            width: 165px;
            text-transform: capitalize;
            line-height: 2em;
        }


        .item input, .item textarea {
            float: left;
            padding: 3px 4px;
            width: 210px;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            transition: 0.2s;
            line-height: normal;
        }
        .item textarea {
            min-height: 200px;	
            max-width: 210px;
        }


        .required input[required=required], .required input.optional, .required select, .required textarea {
            border: 1px solid #CE5454;
            box-shadow: 0 0 4px -2px #CE5454;
            position: relative;
            left: 0;
            -moz-animation: .3s 2 shake linear;
            -webkit-animation: 0.3s 2 shake linear;
        }


        .item .alert{ 
            float:left; 
            margin:0 0 0 20px;
            padding:3px 10px;
            position:relative;
            color:#FFF;
            border-radius:3px 4px 4px 3px;
            background-color:#CE5454; 
            max-width:170px;
            white-space:pre;
            z-index:1; 
        }
        .item .alert::after{ 
            content:''; 
            display:block; 
            height:0; 
            width:0; 
            border-color:transparent #CE5454 transparent transparent; 
            border-style:solid; 
            border-width:11px 7px; 
            position:absolute; 
            left:-13px; 
            top:1px; 
        }


        /* Contact Fprm Css */

        .contact_form {
            float: left;
            width: 50%;
            margin-right: 20px;
            padding-bottom: 20px;
            border:none;
        }

        .contact_form fieldset {
            border:none;
        }

        .item {
            padding: 5px 0;
            position: relative;
            height: 2em;
        }

        .item label {
            float: left;
        }


        .item label span {
            float: left;
            width: 165px;
            text-transform: capitalize;
            line-height: 2em;
        }


        .item input, .item textarea {
            float: left;
            padding: 3px 4px;
            width: 210px;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            transition: 0.2s;
            line-height: normal;
        }
        .item textarea {
            min-height: 200px;  
            max-width: 210px;
        }


        .required input[required=required], .required input.optional, .required select, .required textarea {
            border: 1px solid #CE5454;
            box-shadow: 0 0 4px -2px #CE5454;
            position: relative;
            left: 0;
            -moz-animation: .3s 2 shake linear;
            -webkit-animation: 0.3s 2 shake linear;
        }


        .item .alert{ 
            float:left; 
            margin:0 0 0 20px; 
            padding:3px 10px; 
            position:relative; 
            color:#FFF; 
            border-radius:3px 4px 4px 3px; 
            background-color:#CE5454; 
            max-width:170px; 
            white-space:pre; 
            z-index:1; 
        }
        .item .alert::after{ 
            content:''; 
            display:block; 
            height:0; 
            width:0; 
            border-color:transparent #CE5454 transparent transparent; 
            border-style:solid; 
            border-width:11px 7px;
            position:absolute; 
            left:-13px; 
            top:1px; 
        }

        .clear{
            clear:both;
        }


        .ContactForm{
            width: 28%;
            height: 100%;
            padding: 10px;
            position: relative !important;
            float: left;
            background:#fff;
        }
        #sortable { 
            list-style-type: none; 
            margin: 0; 
            padding: 0;
        }
        #sortable li { 
            margin: 0 3px 3px 3px; 
            padding: 0.4em; 
            padding-left: 1.5em;

        }

        /* End of contact Form */
        .slideshow{
            float: left;
            border: 1px solid #000;
        }

        .banner{
            width: 100%;
            position: relative !important;
            float: left;
        }


        .slide_box{
            float: left;
            border-bottom: 1px dashed #888;
            margin-bottom: 10px;
        }

        .slide-image{
            float: left;
            margin: 5px;
        }

        .slide-checkbox{
            float: left;
            position: relative;
        }

        .slide-width{
            float: left;
            width: 80px;
        }
        .slide-height{
            float: left;
            width: 80px;
            position: relative;
            margin: 2px 0px 0 7px; 
        }
        .slide-title, .site-alt{
            float: left;
        }

        .slide-text{
            float: left; 
            margin: 2px; 
            height: 87px; 
            width: 619px;
        }

        .ui-resizable-se{
            margin: 0 -5px -5px 0;
        }


        #siteGroup{
            min-height: 650px;
            width: 980px;
            border: 1px black dotted;
            position: relative;
            left: 0;
            display: block;
        }

        .ui-draggable{
            position: absolute !important;
        }

        .grid-container{
            background:url('../images/blankgrid.gif') repeat;

        }

        .innertexteditor{
            position: absolute;
            z-index: 1;
        }

        .initialInnerContent{
            margin: 5px;
        }

        .box-hgt,.box-wid{
            float: left;
            margin: -5px 5px;
        }
        /* Map Section */      
        .ggl_map{
            width: 150px; 
            height: 150px;
            padding: 0.5em; 
        } 

        .highlighted{
            border: 2px solid #0036C2;
        }

        /* Tootip*/
        .tooltip {
            outline:none; 
        }
        .tooltip strong {
            line-height:30px;
        }
        .tooltip:hover {
            text-decoration:none;
        } 
        .tooltip span {
            z-index: 10;
            display: none;
            padding: 5px 15px;
            width: auto;
            line-height: 16px;
            position: absolute;
            top: 31px;
        }
        .tooltip:hover span{
            display:inline;
            position:absolute; 
            color:#111;
            border:1px solid #DCA; 
            background:#fffAF0;
        }
        .tooltip-dashed {
            outline:none; 
        }
        .tooltip-dashed strong {
            line-height:30px;
        }
        .tooltip-dashed:hover {
            text-decoration:none;
        } 
        .tooltip-dashed span {
            z-index: 10;
            display: none;
            padding: 5px 15px;
            width: auto;
            line-height: 16px;
            position: absolute;
            top: 100px;
        }
        .tooltip-dashed:hover span{
            display:inline;
            position:absolute; 
            color:#111;
            border:1px solid #DCA; 
            background:#fffAF0;

        }
        .callout-dashed {
            z-index:20;
            position:absolute;
            top:100px;
            border:0;
            left:-12px;
        }

        /*CSS3 extras*/
        .tooltip span{
            border-radius:4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-box-shadow: 5px 5px 8px #CCC;
            -webkit-box-shadow: 5px 5px 8px #CCC;
            box-shadow: 5px 5px 8px #CCC;
        }
        /*end of tooltip*/

        .txt_boxsize{
            right: 0;
            margin: 110px -200px 0 0px;
            position: absolute;
            width: 180px;
            border: none;
            /* height: 25px; */
            cursor: pointer;
            /* font-size: 13px; */
            text-decoration: underline;
            background-color: #888;
            padding: 10px;
        }

        .current {
            background-color: #eee;

        }
       
        #design-palette{
            position: fixed;
            bottom: 0;
            width: 100%;
            background: #fff;
            height: 135px;
            -webkit-box-shadow: 0px -5px 12px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px -5px 12px 0px rgba(0,0,0,0.75);
            box-shadow: 0px -5px 12px 0px rgba(0,0,0,0.75);

        }

        .design-palette-bdrfull{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-bdrright{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-60px 0% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-bdrleft{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-120px 0% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-bdrtop{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-180px 0% no-repeat;
            padding: 30px 30px;
            float: left;
            margin:5px;
        } .design-palette-bdrbottom{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-240px -3% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 0 0 5px;
        } .design-palette-bdrrtlt{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-360px 0% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-bdrtpbt{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-300px 0% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        /* dashed */
        .design-palette-bdrdasfull{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)0 50% no-repeat ;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-bdrdasright{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-60px 50% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-bdrdasleft{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-120px 50% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-bdrdastop{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-180px 50% no-repeat;
            padding: 30px 30px;
            float: left;
            margin:5px;
        } .design-palette-bdrdasbottom{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-240px 47% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 0 0 5px;
        } .design-palette-bdrdasrtlt{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-360px 50% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-bdrdastpbt{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-300px 50% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }

        .design-palette-shad{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-300px 50% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-shad{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-300px 50% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-shadfull{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)0px 96% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-shadlt{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-60px 96% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
            }.design-palette-shadrt{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-120px 96% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }.design-palette-shadtp{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-180px 96% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        .design-palette-shadbt{
            cursor: pointer;
            color: rgb(255, 255, 255);
            background: url(../images/icon/design-icons.png)-240px 96% no-repeat;
            padding: 30px 30px;
            float: left;
            margin: 5px;
        }
        
        .design-border-section {
            width:50%;
            padding: 0px;
            border-right: 1px solid #000;
            height: 100%;
            float:left;
        }
.sortable-image-div {
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}

        .sortable-image {
           height: 75;
width: 85px;
float: left;
position: relative;
margin: 3px;
padding: 1px;        }
                .imageGallery{
            position: absolute !important; 
            border:1px solid #000;
            width: 240px;
            height: 216px;
            background: #fff;
        }

       
        /* Pop Up Css*/
        .ui-state-default1 img{
            width:100%;
            height:100%;
        } 
        .ui-state-default2 img{
            width:100%;
            height:100%;
        }

        .ui-widget-header{
            width: 101%;
            margin:-3px 0px 0 -4px;
            background: #404040 !important;
            -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.75);
            box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.75);
            padding: 0 !important;
            height:30px;
            border-bottom-right-radius: 0px !important; 
            border-bottom-left-radius: 0px !important;
            border:0 !important;
        }
        .ui-widget-content {
            border: 1px solid #aaaaaa;
            background: #fff;
            color: #222222;

        }

        .ui-widget-overlay {
            background: #000000;
            opacity: .3;
            filter: Alpha(Opacity=30);
        }
        .ui-dialog .ui-dialog-title {
            float: left;
            /* margin: .1em 0; */
            white-space: nowrap;
            width: 94%!important;
            text-overflow: ellipsis;
            border-right: 1px solid #7C7C7C;
            padding:5px;
            height:20px;
        }

        .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
            border: 1px solid #d3d3d3;
            background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
            font-weight: normal;
            color: #555555;
            margin: -10px 6px 0 0px !important;
        }
        /* VIdeo Gallery*/
         .videogallery{
            position: absolute !important; 
            border:1px solid #000;
            width: 240px;
            height: 216px;
            background: #fff;
        }
        .videogallery span{ 
            display:block;
        }
        .videogallery a{
            display:-moz-inline-stack;
            display:inline-block;
            zoom:1;
            *display:inline;
            position:relative;
            vertical-align:top;
            margin:5px;
            float:left;
            font-family:Trebuchet,Tahoma,Arial,sans-serif;
            font-size:11px;
            font-weight:normal;
            text-decoration:none;
            text-align:center;
            opacity:0.87;
        }
        .videogallery .videolb{
            display:none
        }
        .videogallery a img{
            display:block;
            border:none;
            margin:0;
        }
        .videogallery a:hover{
            text-decoration:underline;
            opacity:1;
        }
        .videoEdit{
            position: absolute !important;
            bottom: 0 !important;
            right: 0 !important;
            font-size: 12px !important;
            color: blue;
            font-weight: bold !important;
        }
        /* Goolge Map*/
        .mapInput{
            position: absolute;
            top :0;
            width: 70%;
        }
        .mapInput p{
            font-size: 14px;
            font-weight: 800;
            background: rgba(255,255,255,0.5);
            width: 50%;

        }
        .mapInput input{
            width:90%;
        }
        
        .slider-main-div{
            border: 1px solid green;
            width: 200px;
            height: 200px;
            position:relative;
         }

        .inner-slider-div{
            position: static !important;
            overflow: auto;
            
         }
            
        .slider-btn{
            position:absolute;
            bottom:0;
            right:0;
            color:fff;
            font-family: Arial;
            font-family: Arial;
            color: #ffffff;
            font-size: 16px;
            padding: 4px 17px 4px 16px;
            text-decoration: none;
            cursor: pointer;
            background: linear-gradient(#56585D, #2F3034);
            

        }
        .slider-btn:hover{
            color: #FF8B00;
            background: linear-gradient(#56585D, #2F3034);
            text-decoration: none;

        }
        
        .add-slider-bg{
            width: 100%;
            background: #fff;
            height: 40px;
            position: absolute;
            bottom: 0;
        }
        
        .videoThumbnail{
            width:100px;
            height: 100px;
            float: left;
            
        }
        
        .videoGallery{
            border:1px solid #000;   
        }
        
        #play_buttom {
            background: url(../images/play_button.png) center center no-repeat;
            height: 95px;
            position: relative;
            z-index: 10;
        }
        

        .addSubLinkbtn {
            background: linear-gradient(#56585D, #2F3034);
            position: absolute;
            right: 0;
            top: 30;
            font-family: Arial;
            color: #fff !important;
            font-size: 14px;
            padding: 6px 15px 6px 16px;
            text-decoration: none;
        }

        .addSubLinkbtn:hover {
            background: linear-gradient(#56585D, #2F3034);
            text-decoration: none;
            color: #FF8B00;
        }

        .file_upload{
            border:none !important;
        }
        
        .video_links{
           float: left;
           margin: 0 10px 10px 0px;
           background: #F1F1F1;
           padding: 0 5px;
        }
        
        .video_first_links{
            float: left;
            margin: 0 9px 0 9px;
            background: #F1F1F1;
            padding: 0 10px;
        }
		
		.video_final_links{
			margin: 3px;
			padding: 1px;
			float: left;
			font-size: 4em;
			text-align: center;
			
			
}

   .go-des ul{list-style: none;}
            .go-des{
                padding: 10px;
                margin: -54px 0 0 0;
		}
            .accordion_des ul{
                list-style: none;
            }
            .accordion_des li {
                display:inline;
            }
            .accordion_des {
                padding: 0;
                margin: 2em 0;
                width: 100%;
                overflow: hidden;
                font-size: 1em;
            }
           .accordion_title {
                padding: 0 1em;
                float: left;
                                cursor: pointer;
                margin-right: .25em;
            }
            .accordion_title h2{
                font-size:16px;
                font-weight:bold;
                            }
            .accordion_title {
                height:35px;
                cursor:pointer;
                margin:0;
		text-align: center;
		line-height: 0;
            }
           
            .accordion_title:hover{
		opacity: 0.5;
	    }

	    .accordion_title.active{
              background: white !important;
              color:black !important;
            }

         .accordion_title.active h2 {
                color:black !important;
            }

          	  .no-js .accordion_title:hover {
                background-color:#399D69;
                color:#222;
            }
            
 		.accordion_content {
                float: right;
                width: 100%;
                margin: 4em 0 0 -2000%;
                background: white;
            }
             .tabs li {
                list-style:none;
                display:inline;
            }

            .tabs a {
                padding:0px 0px;
                display:inline-block;
                text-decoration:none;
            }

.fixed-dialog{
  position: fixed !important;
 
}

           /* .tabs a.active {
                background:#fff;
                color:#000;
            }
                       .active {
            background: white;
            color: black;
        }*/
         
        .slider-nav{
            width: auto;
            height: auto;
            margin: 0px auto;
            position: relative;
            display: block;
            text-align: center;
            z-index:99;
        }
         .nav-thumbs ul{
            text-align: left;
            display: inline;
            margin: 0;
            padding: 15px 4px 17px 0;
            list-style: none;
        }
        .nav-thumbs ul li{
            display: inline-block;
            position: relative;
            padding: 15px 20px;
            cursor: pointer;
        } 
        .nav-thumbs ul li a {
            display: block;
            text-decoration: none;
            border-bottom: 0 none;
            color: #000;
            font-size: 14px;
            line-height: 25px;
            padding: 10px 14px;
            background: url(../images/dot-gray.png) no-repeat 130% 0;
            cursor: pointer;
        }
        .nav-thumbs ul li a:hover {
            background: url(../images/dot-gray.png) no-repeat 50% 0;
        }
        
         .nav-active ul li a {
             display: block;
            text-decoration: none;
            border-bottom: 0 none;
            color: #000;
            font-size: 14px;
            line-height: 25px;
            padding: 10px 14px;
            background: url(../images/dot-gray.png) no-repeat -14% 0;
            cursor: pointer;
        }
       
       .design-palette-bdrrcross {
        cursor: pointer;
        color: rgb(255, 255, 255);
        background: url(../images/icon/design-icons-cross.png)0px 0% no-repeat;
        padding: 30px 30px;
        float: left;
        margin: 5px;
        }
        
        .singleimg{
            width:250px;
            height:250px;
            overflow:hidden;
        }

.tabStructure-resize-div{
            position: relative;
            margin: 5px;
            background: #fff;
            color: #000;
            float: left;
	    height:450px;
            overflow:hidden;
        }


.tabStructure-div{
height:405px;
border: 1px solid;
margin: 0;
overflow: auto;
}





/* color popup*/

.presets {
height: 150px;
}
.presets-text {
height: 50px !important;
}

.dialog-panel {
position: relative;
width: 50%;
margin: 20px auto;
height: 175px;
float: left;
overflow: auto;

}
.solid-dialog-panel .textdialog-panel .dialog-panel .panel-label {
left: .8em;
padding: 0 3px;
}

.text-dialog-panel, .solid-dialog-panel {
position: relative;
width: 25%;
margin: 20px auto;
height:50px; 
float:left; 

}



.presets .presets-container {
height: 115px;
}

.presets .preset-item-background {
width: 30px;
height: 30px;
border: 1px inset #000;
float: left;
display: block;
cursor: pointer;
}

.gradient-background {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAGXRF…Bsbw9lMDDgA6RKM%2F%2F%2F%2Fh3POnj1LCzsAAgwAQtYIcFfEyzkAAAAASUVORK5CYII%3D');
}

.presets .preset-item {
width: 100%;
height: 100%;
}

.gradient-name {
margin-top: 10px;
margin-left: 3px;
}
.gradient-name .name-input {
width: 288px;
}

.gradient-name .save-new-preset {
font-size: 14px;
min-width: 55px;
}


.menuColor{
		height: 92%;
	border-radius: 8px;
	background-color: #fff;
	border: 2px solid #e1e1e1;
	margin:0 auto;
}

input[type="radio"] {
margin: 3px 3px 18px 4px;
transform: scale(1.5);
}


.menuShape{
 width: 100%;
 height: auto;
 float: left;
 margin:10px;

}

.field{
	width: 100%;
	float: left;
	margin:10px;
}


.square-box{
	border:1px solid #888;
	padding: 10px 50px;
}

.round-box{
	border:1px solid #888;
	padding:10px 50px;
	border-radius: 4px;
}

.clear{
	clear: both;
}


.squareMenu{
float: left;
width: 50%;
margin: -13px 0;

}
.squareTab{
float: left;
width: 50%;
margin: -13px 0;

}

.roundTab{
float: left;
width: 50%;
margin: -13px 0;

}


.roundMenu li a {
text-decoration: none;

}

.squareMenu li a {
text-decoration: none;

}
.squareMenu ul li{
 list-style:none;
 display:inline-block;
}

.squareMenu ul {
float: left;
border-bottom:none !important;
width: auto !important;
margin: 0px !important;
background: #fff !important;
padding: 0!important; 
}

.squarecheckbox{
width: 50%;
float: left;
}

.squareMenu li{
border: 1px solid #888;
padding: 0px 5px;
}




.roundMenu {
float: left;
width: 50%;
margin: -13px 0;

}


.roundMenu ul li{
 list-style:none;
 display:inline-block;
}

.roundMenu ul {
float: left;
border-bottom:none !important;
width: auto !important;
margin: 0px !important;
background: #fff !important;
padding: 0!important; 
}


.roundMenu li{
border: 1px solid #888;
padding: 0px 5px;
border-radius: 4px;
}
/* Tab */

.tab-presets {
height: 150px;
}


.tab-presets .tab-presets-container {
height: 115px;
}

.tab-presets .tab-preset-item-background {
width: 30px;
height: 30px;
border: 1px inset #000;
float: left;
display: block;
cursor: pointer;
}



.tab-presets .tab-preset-item {
width: 100%;
height: 100%;
}







.tabShape input[type="radio"] {
margin: 3px 3px 18px 4px;
transform: scale(1.5);
}


.roundTabMenuColorBox ul {
float: left;
border-bottom:none !important;
width: auto !important;
margin: 0px !important;
background: #fff !important;
padding: 0!important; 
}










.roundTabMenuColorBox  ul li {
display: inline;
margin: 0;
padding: 0;
margin-right: 1px;
}
.roundTabMenuColorBox li.selected p {
color: #333;
font-weight: bold;
border-color: #4a6a7c;
background: #fff;
z-index: 3;
transition: none;
}
.roundTabMenuColorBox li p {
padding: 0 10px;
display: inline-block;
font-weight: 600;
font-size: 15px;
font-family: Arial,sans-serif;
line-height: 30px;
text-decoration: none;
color: #333;
border: 2px solid #ccc;
border-bottom: none;
background: #f1f1f1;
outline: none;
border-radius: 5px 5px 0 0;
position: relative;
transition: border-color .3s linear;
}


.squareTabMenuColorBox ul {
float: left;
border-bottom:none !important;
width: auto !important;
margin: 0px !important;
background: #fff !important;
padding: 0!important; 
}










.squareTabMenuColorBox ul li {
display: inline;
margin: 0;
padding: 0;
margin-right: 1px;
}
.squareTabMenuColorBox li.selected p {
color: #333;
font-weight: bold;
border-color: #4a6a7c;
background: #fff;
z-index: 3;
transition: none;
}
.squareTabMenuColorBox li p {
padding: 0 10px;
display: inline-block;
font-weight: 600;
font-size: 15px;
font-family: Arial,sans-serif;
line-height: 30px;
text-decoration: none;
color: #333;
border: 2px solid #ccc;
border-bottom: none;
background: #f1f1f1;
outline: none;
position: relative;
transition: border-color .3s linear;
}



/* Tab */

  .tab-presets {
height: 150px;
}




/*.tab-presets .tab-presets-container {
margin: 15px;
border: 2px inset #ddd;
height: 115px;
overflow: auto;
}*/

.tab-presets .tab-preset-item-background {
width: 30px;
height: 30px;
border: 1px inset #000;
float: left;
display: block;
cursor: pointer;
}

.tab-gradient-background {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAGXRF…Bsbw9lMDDgA6RKM%2F%2F%2F%2Fh3POnj1LCzsAAgwAQtYIcFfEyzkAAAAASUVORK5CYII%3D');
}

.tab-presets .tab-preset-item {
width: 100%;
height: 100%;
}

.tab-gradient-name {
margin-top: 10px;
margin-left: 3px;
}
.tab-gradient-name .name-input {
width: 288px;
}

.tab-gradient-name .save-new-preset {
font-size: 14px;
min-width: 55px;
}



.squareTab ul {
height: 30px !important;
text-align: left !important;
margin: 0 !important;
padding: 0 !important;
padding-left: 20px !important;
font-size: 0 !important;
background: #fff !important;
list-style-type: none !important;
border-bottom:none !important;
}












.squareTab ul li {
display: inline;
margin: 0;
padding: 0;
margin-right: 1px;
border: 2px solid #ccc;
}

.squareTab ul li p {
padding: 0 10px;
display: inline-block;
font-weight: 600;
font-size: 15px;
font-family: Arial,sans-serif;
text-decoration: none;
color: #333;

border-bottom: none;
outline: none;
position: relative;
transition: border-color .3s linear;
}

.roundTab ul {
height: 30px !important;
text-align: left !important;
margin: 0 !important;
padding: 0 !important;
padding-left: 20px !important;
font-size: 0 !important;
background: #fff !important;
list-style-type: none !important;
border-bottom:none !important;
}

.roundTab ul li {
display: inline;
margin: 0;
padding: 0;
margin-right: 1px;
border-radius: 5px 5px 0 0;
border: 2px solid #ccc;
}

.roundTab ul li p {
padding: 0 10px;
display: inline-block;
font-weight: 600;
font-size: 15px;
font-family: Arial,sans-serif;
text-decoration: none;
color: #333;

border-bottom: none;
outline: none;

position: relative;
transition: border-color .3s linear;
}

.physicalLocation {
width: 631px;
height: 88px;
overflow: auto;
background: #fff;
margin: 0 169 10px auto;
position: absolute;
bottom: 0;
right: 0;
}
#bottom{
            width: 1000px;
            margin: 10px auto;  
        }


/*Smartphone*/
@media only screen and (max-width :700px) {
	.ui-widget-content {
		width:100% !important;
                height:550px !important;
	}
	
}

