﻿/*** Error and success message boxes ***/
.error-message
{
	border-left: solid 4px #FF3B30;
	background: url(../images/invalid.png) 13px center no-repeat #FFF1F2;
	background-size: 16px;
	color: #FF3B30;
	padding:15px 15px 15px 40px;
	margin: 10px 0px 10px 0;
	font-family: 'Titillium Web', sans-serif;
}

.success-message
{
	border-left: solid 4px #5AD427;
	background: url(../images/valid.png) 13px center no-repeat #EFFFE5;
	background-size: 16px;
	color: #21BB10;
	padding:15px 15px 15px 40px;
	margin: 10px 0px 10px 0;
	font-family: 'Titillium Web', sans-serif;
}

.info-message
{
	border: solid 1px #EEE;
	background: url(../images/info.png) 13px center no-repeat #fff;
	background-size: 16px;
	padding:15px 15px 15px 40px;
	margin: 10px 0px 10px 0;
}

.warning-message
{
	border-left: solid 4px #FF9500;
	background: url(../images/warning.png) 13px center no-repeat #fcf8e3;
	background-size: 16px;
	color: #FF9500;
	padding:15px 15px 15px 40px;
	margin: 10px 0px 10px 0;
	font-family: 'Titillium Web', sans-serif;
}

.note-message{
	margin: 10px 0px 10px 0;
	padding:15px 15px 15px 40px;
	border-left: solid 4px #8E8E93;
	background: url(../images/info.png) 13px center no-repeat #f0f0f0;
	background-size: 16px;
	color: #8E8E93;
	-webkit-box-shadow: inset 0px 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 0px 1px 0px #fff;
    box-shadow: inset 0px 0px 1px 0px #fff;
}


/*** menuitems buttons ***/
.duplicatebutton, .renamebutton, .moveupbutton, .movedownbutton, .minusbutton, .addbutton{margin-top:0 !important}
.group-btn
{
    padding:0px 0 0 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.group-btn input
{
    -webkit-box-shadow: inset 0px 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 0px 1px 0px #fff;
    box-shadow: inset 0px 0px 1px 0px #f1f7fb;
    width: 30px !important;
    height: 30px !important;
}
.minusbutton
{
	border-left:none !important;
	border-right:none !important;
}
.duplicatebutton, .moveupbutton
{
	border-right:none !important;
}
.addbutton
{
	cursor:pointer;
	border:solid 1px #c6c9cc;
	width:26px;
	height:26px;
	background: #d3d9dd url(../images/addbutton.png) no-repeat;
	background-position:center;
	float:left;
	background-size: 18px;
}
.addbutton:hover
{
    background: #e2e4e6 url(../images/addbutton.png) no-repeat;
    background-position:center;
    background-size: 18px;
}

.minusbutton
{
	cursor:pointer;
	border:solid 1px #c6c9cc;
	width:26px;
	height:26px;
	background: #d3d9dd url(../images/minusbutton.png) no-repeat;
	background-repeat:no-repeat !important;
	background-position:center;
	float:left;
	background-size: 18px;
}
.minusbutton:hover
{
    background: #e2e4e6 url(../images/minusbutton.png) no-repeat;
    background-position:center;
    background-size: 18px;
}

.duplicatebutton
{
	cursor:pointer;
	border:solid 1px #c6c9cc;
	width:26px;
	height:26px;
	background: #d3d9dd url(../images/duplicate.png) no-repeat;
	background-repeat:no-repeat !important;
	background-position:center;
	float:left;
	background-size: 18px;
}
.duplicatebutton:hover
{
    background: #e2e4e6 url(../images/duplicate.png) no-repeat;
    background-position:center;
    background-size: 18px;
}

.renamebutton
{
	cursor:pointer;
	border:solid 1px #c6c9cc;
	width:26px;
	height:26px;
	background:url(../images/rename.png) #d3d9dd;
	background-repeat:no-repeat !important;
	background-position:center;
	float:left;
	background-size: 18px;
}
.renamebutton:hover
{
    background: #e2e4e6 url(../images/rename.png) no-repeat;
    background-position:center;
    background-size: 18px;
}

 .moveupbutton
{
	cursor:pointer;
	border:solid 1px #c6c9cc !important;
	width:26px !important;
	height:26px !important;
	background: #d3d9dd url(../images/moveup.png) no-repeat !important;
	background-position:center !important;
	float:left;
	border-right:none !important;
	background-size: 18px !important;
}
.moveupbutton:hover
{
    background: #e2e4e6 url(../images/moveup.png) no-repeat !important;
    background-position:center !important;
    background-size: 18px!important;
}

.movedownbutton
{
	cursor:pointer;
	border:solid 1px #c6c9cc !important;
	width:26px !important;
	height:26px!important;
	background: #d3d9dd url(../images/movedown.png) no-repeat !important;
	background-position:center !important;
	background-size: 18px!important;
}
.movedownbutton:hover
{
    background: #e2e4e6 url(../images/movedown.png) no-repeat !important;
    background-position:center !important;
    background-size: 18px!important;
}

/*** Timeline ***/
.timeline .timeline-circle
{
    width: 7px;
    height: 7px;
    float: left;
    background: #ddd;
    margin: 13px -5px 0 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.timeline .timeline-line
{
    vertical-align: top;
    margin: 0 0 0 10px;
    padding: 10px;
    border-left: 1px solid #e6e6e6;
    position: relative;
}
.timeline tr:last-child .timeline-line {
    border-left: 1px solid #fff;
}
.timeline tr:last-child .timeline-line:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0px;
    height: 18px;
    width: 2px;
    border-left: 1px solid #e6e6e6;
}

/*** Sidebox and Boxhead ***/
.sidebox {
	font-size: 11px;
	background:#eee !important;
	border:solid 1px #eee !important;
	margin: 10px 0 !important;
	padding: 7px;
	width: 100% !important;
	border-bottom-color: #e4e4e4 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0px 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 0px 1px 0px #fff;
    box-shadow: inset 0px 0px 1px 0px #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.sidebox b{vertical-align: middle;margin-left: 3px;}
.boxbody{font-size: 11px;}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right ;
	margin: 0;
	padding: 0;
	text-align: left;
	display:none;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}
.boxbody {
	/*background: url(../images/sbbody-l.gif) no-repeat bottom left;*/
	background:#f3f4f3 !important;
	margin: 10px 0 !important;
	padding: 5px 10px !important;
}
.read-tutorial{height:15px}

/*** login form ***/
.login_table{float:left}

/*** myapplicationview > webapp publish button ***/
.submissionbuttonwebapp {
	/*background: url(../images/submission_btn_webapp.png) no-repeat top left;*/
	width: 268px;
	height: 56px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	border: solid 0px #fff;
}
.unpublisgbuttonwebapp {
	/*background: url(../images/unpublish_btn_webapp.png) no-repeat top left;*/
	width: 268px;
	height: 56px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	border: solid 0px #fff;
}
.appsetting-title{border-bottom:solid 1px #eee;width:260px}
.appsetting-title a{line-height: 16px}
.appsetting-image{border-right:none !important}
.appsetting-image img{vertical-align:middle;padding:3px;border:0;height:44px;width:44px;}
.app_dashboard
{
    background: #fff;
    border-right: solid 1px #eee;
    border-top: solid 1px #eee;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.app_dashboard.dashboard-leftsection
{
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-top: none;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.app_dashboard tr:hover{background:#F7F7F7}
.mini-dashboard-icon{width:16px; vertical-align:middle; margin:4px}

/*** order > credit card details section***/
.card-details
{
	position: relative;
	top: -482px;
	left: 380px;
	width: 450px;
	padding-left: 40px;
}

/*** applicationview ***/
.divider-solid-line{margin:15px 0; border-bottom:solid 1px #eee;height:1px;}
.divider-dashed-line{margin:15px 0; border-bottom:dashed 1px #eee;height:1px;}
.divider-or {
    display: inline-block;
    background: #eee;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    color: #777;
    text-align: center;
}
.box-shadow
{
	box-shadow: 0 0 7px 1px #aaa;
	-webkit-box-shadow: 0 0 7px 1px #aaa;
	-moz-box-shadow: 0 0 7px 1px #aaa;
}
.page-footer
{
    border-top: solid 1px #eee;
    padding: 15px 0 0px;
    text-align: right;
}
.underlined {
    padding-bottom: 5px !important;
    border-bottom: 3px solid #7DB701;
    display: inline-block;
    margin-bottom: 15px !important;
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
}
.no-data
{
    text-align: center;
    padding: 30px;
    border:solid 1px #eee;
    color: #aaa;
    background: #f7f7f7;
}
.no-data:hover
{
    background: #f7f7f7;
}
.relative{position: relative}
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    vertical-align: middle;
    border:0;
}
.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: none;
    -webkit-filter: grayscale(0%);
    vertical-align: middle;
    border:0;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.applicationview-top-apps img{
    margin: 0 2px 6px 0;
    width: 50px;
}

/*** applicationcreate ***/
.minglebody.appcreate {
    padding-bottom: 20px;
}
    .appcreate .myapp-view {
        margin: 0 0 -21px 0;
    }
        .appcreate .myapp-view .view-cont {
            padding:0 40px 0 0;
            position:relative;
        }
        .appcreate .myapp-view .view-cont .view-inner {
            position:relative;
            height:400px;
            overflow:hidden;
            margin: 0 0 1px 0
        }

/*** applications ***/
/*Emulator Dialog styles Start*/
.applications #loadingDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 99999;
    text-align: center;
}

.applications .ui-widget-header {
    border: none !important;
    background: transparent !important;
}

.applications .ui-widget-content {
    border: none !important;
    background: transparent !important;
}

.applications .ui-dialog {
    overflow: visible !important;
}

.applications .ui-dialog-titlebar-close.ui-state-hover {
    background: none;
    border: none;
    padding: 0px;
}

.applications .ui-dialog .ui-dialog-titlebar-close {
    padding: 0 !important;
}

.applications .ui-dialog-titlebar-close .ui-icon-closethick {
    background: none !important;
}

.applications .ui-dialog-titlebar {
    float: right;
    border: 0;
    padding: 0;
}

.applications .ui-dialog-titlebar-close {
    z-index: 999;
    position: fixed !important;
    top: 25px !important;
    right: 20px !important;
    width: 45px !important;
    height: 45px !important;
    background: url(../images/fancy-close-btn.png) no-repeat left top !important;
}

    .applications .ui-dialog-titlebar-close:hover,
    .applications .ui-state-hover {
        background: url(../images/fancy-close-btn.png) no-repeat left bottom !important;
    }

.applications .ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: absolute;
    right: 0;
}
        
/*Emulator Dialog styles End*/
.applications .section-title
{
    font-size: 21px;
    padding: 8px 0 8px;
}
.applications .marketplace-filter {
    padding:0px;
    margin:0;
    border-top: solid 1px #e5e5e5;
    width: 174px;
}
.applications .marketplace-filter li {   
    padding: 0 0 0 0px;
    font-size: 12px;
    height: 86px;
    float: left;
    width: 50%;
    border-top: solid 1px #f6f6f6;
    border-bottom: solid 1px #eee;
    position: relative;
    cursor: pointer;
}
.applications .marketplace-filter li:nth-child(2n+1){border-right: solid 1px #eee;}
.applications .marketplace-filter li:nth-child(2n+2){border-left: solid 1px #f6f6f6;}
.applications .marketplace-filter li img{width:32px; height:32px;display:block; margin: 9px auto 7px;}
.applications .marketplace-filter li span {
    /*display:inline-block;*/
    padding:4px 0;
    text-decoration:none;
    width:130px;
    color:#666;
}
.applications .marketplace-filter li.filter_item_selected,
.applications .marketplace-filter li.filter_add_hover:hover  
{
    background:#fff;
    -webkit-box-shadow: 0px 0px 4px 0px #e5e5e5;
    -moz-box-shadow: 0px 0px 4px 0px #e5e5e5;
    box-shadow: 0px 0px 4px 0px #e5e5e5;
}
.applications .marketplace-filter li.filter_item_selected span{color:#222;}
.applications .marketplace-filter li.filter_add_hover:hover span{color:#222;}
.applications .playlink
{
    cursor:pointer;
    color:#0079C1;
    margin: 0 5px 0 0;
}
.applications .app-playvideo,
.applications .app-emulator
{
    margin: -2px 2px 0 0;
    height: 16px;
    width: 22px;
}
.applications .template-filters
{
    background-color:#f9f9f9;
    margin: 10px;
    padding: 0;
    text-align: center;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.applications .template-item {
	width:100%;
	padding:20px 10px 0 15px;
	border-bottom:solid 1px #eee;
}
	.applications .template-item .left-side
	{
		width: 205px;    
	}
    .applications .template-item .template-splash-box
    {
        position:relative;
        height:290px;
        overflow:hidden;
    }
    .applications .template-item .splash-link
    {
        position:absolute;
        left:17px;
        top: 48px;    
    }
        .applications .template-item .splash-link img
        {
            width: 166px;
            min-height: 242px;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
        }
    .applications .template-item .splash-img
    {
        position:absolute;
        left:0px;
        top:0px;
    }
        .applications .template-item .splash-img img
        {
            width: 200px;
            height: 294px;
        }
.applications .screens-slider {
	white-space: nowrap;
	max-width: 1px !important;
	overflow-x: auto;
	outline:0px solid red;
	position:relative;
}
	.applications .screens-slider:after {
		position:absolute;
		right:0;
		top:0;
		height:100%;
		width:30px;
		background: -webkit-linear-gradient(left, transparent , #fff); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, transparent, #fff); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(right, transparent, #fff); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to right, transparent , #fff); /* Standard syntax */
    }
	.applications .screens-slider a {
		width: 20%;
		min-height: 132px;
		background: #fff url('/images/loading.gif') no-repeat center center;
		background-size:20px 20px;
		float: left;
		vertical-align: top;
		padding-right: 3px;
	}
    .applications .screens-slider a img
    {
        width: 100%    
    }
	.applications .categories-select {
		display:none;
	}
@media(max-width:1002px){
	.applications .hidden-1002 {
		display:none;
	}
}
@media(min-width:993px) {
	.applications .align-right-sm-bigger {
		text-align:right !important;
		margin-top:0 !important;
	}
}
@media(max-width:767px) {
	.applications .wizard-navigation li {
		width:50%;
	}
		.applications .wizard-navigation li {
			border-right:1px solid #eee;
		}
}
@media(max-width:680px){
	.applications .hidden-680 {
		display:none;
	}
	.applications .categories-select {
		display:block;
	}
	.applications .template-item {
		margin-left:0;
	}
			
}
@media(max-width:395px) {
    .applications .screens-slider {
		padding-right:50px !important;
    }
	.applications .wizard-navigation li {
		width:100%;
	}
		.applications .wizard-navigation > li.active-nav + li a {
			border-left: 1px solid #eee !important;
		}
}
    	
/*** myapplicationview ***/
.myappview .downuploadbutton
{
    cursor:pointer;
    filter:gray;
    -webkit-filter:grayscale(100%);
}
.myappview .downuploadbutton:hover
{
    cursor:pointer;
    filter:none;
    -webkit-filter:none;
}
.myappview .app-title
{
    font-size:13px;
    padding: 0 0 5px;
    color: #444;
}
.myappview .app-status
{
    padding: 0 0 4px;
    color: #666   
}
.myappview .app-status img
{
    width: 10px;
    height: 10px;       
}
.myappview .app-target
{
    color: #666;    
}
.myappview .custom-dropdown
{
    font-size: 10px;
    height: 20px;
    border: solid 1px #eee;
    color: #666; 
}
.myappview .app-options
{
    font-size: 10px;
    min-width: 77px;
    padding-left: 5px;
    border-left: solid 1px #eee;
    vertical-align: middle;   
}
.myappview .delete-app img
{
    width: 11px;
    height: 11px;
}
.myappview .request-size
{
    font-weight:bold;
    cursor:pointer;
    padding:4px 6px;
    background:#eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-block;
    text-align: center;
    color:#666;
    font-size:11px;
}
.myappview .request-size:hover{background:#f6f6f6}
.myappview .request-size img {width:12px; height:12px; margin:-2px 5px 0px 0}
.myappview .inapp-resources
{
    margin: 0 2px 0 0;
    width: 159px;
    background: url(../images/icon-phone-32.png) left 7px center no-repeat #d3d9dd;
    background-size: 16px;
    padding: 7px 7px 7px 22px;
}
.myappview .cloud-resources
{
    margin: 0 0 0 2px;
    width: 159px;
    background: url(../images/icon-cloud-32.png) left 6px center no-repeat #d3d9dd;
    background-size: 16px;
    padding: 7px 7px 7px 24px;
}
.myappview .cloud-resources:active {background: url(../images/icon-cloud-32.png) left 6px center no-repeat #bdc4c9; background-size: 16px;}
.myappview .inapp-resources:active {background: url(../images/icon-phone-32.png) left 7px center no-repeat #bdc4c9; background-size: 16px;}
.myappview .linktoapp{border:solid 1px #eee;border-right:none;width:100%; position:absolute; padding:7px;left:0;box-sizing: border-box;margin:14px 0 0}
.myappview .app-dashboard {
    font-size: 11px;
    margin: 15px 0 0 0;
    height: 50px;
}
.myappview .app-dashboard .app-icon {
    vertical-align: middle;
}
.myappview .app-dashboard .app-link {
    position: relative;
    display: block;
}
.myappview .app-dashboard .app-link:hover .app-icon-edit{
    display: block;
    width: 14px;
}
.myappview .app-dashboard .app-icon-edit {
    display: none;
    padding: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background: rgba(0,0,0,.3);
}
.myappview .toggleapplink{
    width: 36px;
    height: 29px;
}
.myappview .embed-app-title
{
    font-size: 12px;
    font-weight:bold;
    margin-bottom: 2px;
}
.myappview .embed-app-code
{
    font-size: 10px;
    min-width:430px;
    width:100%;
    padding: 4px;
}
.myappview .myapp-right-side
{
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fbfbfb;
    min-width: 310px
}
.myappview .myapp-right-side .section-title2
{
    padding: 0 0 10px;
}
.myappview .app_settings_dashboard
{
    font-size:12px;
    margin-top:10px;
    border-bottom: solid 1px #eee
}
.myappview .app_settings_dashboard a
{
    background: white;
    width: 25%;
    float: left;
    display: block;
    text-align: center;
    padding: 4px 4px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #eee;
    border-left: none;
    border-bottom: none;
}
.myappview .app_settings_dashboard a:hover
{
    background: #f7f7f7
}
.myappview .app_settings_dashboard a:first-child
{
    border-left: solid 1px #eee;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.myappview .app_settings_dashboard a:last-child
{
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;    
}
.myappview .app_settings_dashboard img
{
    display: block;
    width: 16px;
    height: 16px;
    margin: 4px auto;
}
.myappview .development-item-title
{
     font-size:12px;
     margin:10px 0 5px;
}
.myappview .development-item
{
     padding: 0px;
     float: left;
     width: 33.33%;
     border: solid 1px #eee;
     border-right: none;
     text-align: center;
     background: #fff;
}
.myappview .development-items .development-item:first-of-type,
.myappview .development-items .development-item:nth-child(4n+4)
{
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.myappview .development-items .development-item:last-of-type,
.myappview .development-items .development-item:nth-child(3n+3)
{
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.myappview .development-items .development-item:last-of-type,
.myappview .development-items .development-item:nth-child(3n+3)
{
    border: solid 1px #eee;
}
.myappview .development-items .development-item:nth-child(1n+4)
{
    border-top: none;
}
.myappview .development-items .development-item:last-of-type(5n)
{
    width: 33.5%;    
}
.myappview .development-item:hover
{
    background: #f7f7f7;
}
.myappview .development-item a
{
     font-size: 12px;
     cursor:pointer;
     text-decoration:none;
     height: 30px;
     line-height: 30px;
     display: block;
}
.myappview .development-item.third-party a
{
    line-height: 21px;
}
.myappview .help-box .development-item
{
    height: 98px;
    font-size: 11px;
}
.myappview .help-box .development-item img
{
    height: 24px;
    width: 24px;
    padding: 10px 0 8px;
}
.myappview .help-box .development-item a
{
    line-height: 16px;
    height: auto;
    font-size: 11px;
}
.myappview .optional-services .development-item
{
    height: 67px;
    font-size: 11px;
    width: 50%
}
.myappview .optional-services .development-item img
{
    height: 24px;
    width: 24px;
    padding: 10px 0 8px;
}
.myappview .optional-services .development-item a
{
    line-height: 16px;
    height: auto;
    font-size: 11px;
}
.myappview .current-build-status
{
    font-size:12px;
    line-height:18px;
    color: #666;   
}
.myappview .current-build-status-title{
    font-weight:bold;
    padding-bottom:7px;
    font-size:13px;
    color: #444;    
}
.myappview .current-build-status b
{
    color: #444;    
}

/*** myapplicationadd ***/
.splash-preview {
	width: 300px;
	overflow: hidden;
}
.splash-preview-img {
	border:0;
	width: 220px;
	position:absolute;
	top:83px;
	left:60px;
}
/*** myapplicationedit / myapplicationview / myapplications ***/
.myappedit .appid-details-block {
    width: 355px;
}
.app-details-box
{
    float: right;
    margin: 0 -20px -5px 0;
}
.appid_details
{
    color: #777;
    font-size: 11px;
    padding: 4px;
}
.appid_details span
{
    width: 12px;
    height: 12px;
    background: url(/images/icon-more3.png) top no-repeat;
    background-size: 12px;
    display: block
}
.appid_details span:hover
{
    background: url(/images/icon-more3.png) bottom no-repeat;
    background-size: 12px;
}
.appid_details:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.appid-details-block
{
    position: absolute;
    z-index: 9;
    width: 311px;
    text-align: left;
    font-size:11px;
    display: none;
    padding: 3px 5px;
    background: #f7f7f7;
    border: solid 1px #eee;
    margin: 5px 0 0px 0px;
    -webkit-border-radius: 2px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-topright: 0;
    border-radius: 2px;
    border-top-right-radius: 0;
    right: 20px;
    top: -5px;
}
.myapps .top-pag
{
    float:right;
    width: calc(100% - 181px);
    padding:0 0 10px 0    
}
.myapps .apps-list
{
    float:right;
    border: solid 1px #eee;
    width: calc(100% - 169px);  
}

.arrow-left {
	width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #f5f5f7 transparent transparent;
    float: right;
    margin: -4px -14px 0 0px;
    -moz-box-shadow: 0px -1px 0px 0px #eee;
    -webkit-box-shadow: 0px -1px 0px 0px #eee;
    box-shadow: 0px -1px 0px 0px #eee;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cloud-resources-message 
{
    position: relative;
    right: 0;
    top: 0;  
}
.linkify
{
    color: #0079C1;
    cursor: pointer;
    text-decoration: underline;
}
.linkify:hover
{   
    color: #015486;
}

/*****************************/
/*** breadcrumb navigation ***/
/*****************************/
.breadcrumb-navigation {
	padding: 0;
	margin: 20px 0;
	list-style: none;
}

.breadcrumb-navigation > li {
    display: inline-block;
    font-size: 12px;
}
.breadcrumb-navigation > li > a {
    text-decoration: none;
    font-size: 12px;
    color: #0094e6;
    font-weight: 500;
    letter-spacing: .7px;
}
.breadcrumb-navigation > li > a:hover {text-decoration:underline}
.breadcrumb-navigation > li > .divider-span {color: #ccc;padding: 0 5px;}
.breadcrumb-navigation > .active {color: #999999;}

/*************************/
/*** Wizard Navigation ***/
/*************************/
.wizard-box
{
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,.05);   
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,.05);    
}
.wizard-navigation {
	padding: 0;
	margin: -1px 0px 0px 0;
	list-style: none;
}
.wizard-navigation *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wizard-navigation > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	width: 25%;
}
.wizard-navigation > li > a 
{
    display: block;
    text-align: center;
    margin: 0px;
    text-decoration:none;
    font-size:13px;
    padding: 3px 10px;
    color: #999;
    background: #fff;
    border: solid 1px #eee;
    border-right: none;
}
.wizard-navigation > li:last-child > a
{  
	border-right: solid 1px #eee;
}
.wizard-navigation > li > a:hover 
{
    text-decoration: underline;
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,.05);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,.05);
}
.wizard-navigation > li.active-nav + li a{border-left:none!important}
.wizard-navigation > li.active-nav a
{
    background: #f3f3f3;
    color: #232323;
    border: solid 1px #e4e4e4;
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,.05);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,.05);
}
.wizard-navigation > li.active-nav a:hover{text-decoration: none;}
.wizard-navigation > li > a > span {font-weight: bold;}

/***************************/
/*** Navigation Settings ***/
/***************************/
.nav-tab-box
{
    padding: 5px 10px 5px;
    border: solid 1px #eee;
    border-top: none;  
}
.sortableTable
{
	margin: 5px 0px;
	border:solid 1px #eee;
	width: 100%;
	border-spacing: 0;
	background: #f9f9f9;
}
.sortableTable .ellipses,
.sortableTable .ellipses
{
    vertical-align: middle;    
}
.sortableTable .ellipseseditor
{
    padding: 1px 3px;
    border: solid 1px #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}
.sortableTable .ellipseseditor:focus
{
    border-color:#aaa;
    background: #fbfbfb;
}
.sortableTable .nav-tab-icon,
.sortableTable .custom-nav-tab-icon
{
    padding: 2px 0px 0 10px;
    border-right: solid 1px #eee;
    background: #fff   
}
.sortableTable .custom-nav-tab-icon
{
    padding: 5px;
    width: 78px;
}
.sortableTable .nav-action
{
	margin: 4px 0;    
}
.sortableTable .nav-action img
{
	width: 14px;
	height: 14px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.sortableTable .nav-action .nav-remove
{
	color: #EB2629;
}
.sortableTable .sort-icon
{
	background: #f7f7f7;
	text-align: center;
	border-right: solid 1px #eee;
	width: 34px;
}
.sortableTable .sort-icon .sorticon
{
    cursor: move;    
}
.sortableTable .sort-icon img
{
	height: 16px;
	width: 16px;    
}
#customtabs_settings td.custom-prop-title
{
    padding-left: 5px;
    font-size: 12px;
    width: 170px;
}

/*** rewrite fancybox close button ***/
.fancybox-close
{
	position:fixed !important;
	top: 15px !important;
	right: 30px !important;
	width: 45px !important;
	height: 45px !important;
	background: url(../images/fancy-close-btn.png) no-repeat left top !important;
}
.fancybox-close:hover
{
	background: url(../images/fancy-close-btn.png) no-repeat left bottom !important;
}
.fancybox-overlay {z-index: 10000  !important;}
#toplayer{background: url(../images/fancybox_overlay.png) repeat; opacity:1 !important; background-color:transparent !important; position:fixed !important}

#codediv .CodeMirror {
    height: 100%;
}

#deAttachedEditDialog .CodeMirror {
    height: 100%;
}

#deAttachedEditDialog .CodeMirror-scroll {
    height: 100%;
}

/*** Table Settings ***/
table.table-settings-header
{
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: 1px solid;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
	font-size:12px;
	color:#444;
	font-weight: bold;
	cursor:default;
	width:100%;
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #F3F3F3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#F3F3F3));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
	background: linear-gradient(to bottom, #F9F9F9 0%,#F3F3F3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
}

div.table-settings-header
{
    -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;
    border:solid 1px #ddd;
    border-bottom:none;
	background-color:#DBDDDE;
	font-size:12px;
	color:#444;
	padding:8px 10px;
	font-weight: bold;
	cursor:default;
	width:100%;
	box-sizing: border-box;
    background: #F9F9F9;
    background: -moz-linear-gradient(top, #F9F9F9 0%, #F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#F3F3F3));
    background: -webkit-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: -o-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: -ms-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: linear-gradient(to bottom, #F9F9F9 0%,#F3F3F3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
}

.table-settings
{
    border:solid 1px #e8e8e8;
    background: #fff;
    border-top: none;
    overflow-y:auto;
    overflow-x: hidden;
}
.tabfileitem {
    background-color: #f1f1f1 !important;
}
.tabfileitem:hover, .fileitem:hover {
    background-color: #fff !important;
}
.fileitem td, .tabfileitem td {
    border-bottom: dashed 1px #f1f1f1 !important;
}
.table-settings > table
{
    border-spacing:0 !important;
}
/*** GLOBAL Styles ***/
.section-header
{
    padding: 10px 15px;
    color: #444;
    background: #ccc;
    border-bottom: solid 1px #bbb;
    font-weight: bold;
    font-size: 12px;
    color: #444;
}
.page-props-container{
	padding:0px;
}
.page-simulator-container{
	padding:0 20px;
    vertical-align: top;
}
.page-table
{
    width:100%;
    border-spacing:0;
}
.page-table .page-editor
{
    border: solid 1px #eee;
    padding: 0 20px 20px;
    margin: 15px 0 10px;
    background: #fbfbfb;
    width: 260px;
    border-bottom-color: #ddd;
    -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
    -moz-box-shadow: inset 0px 0px 1px 1px #fff;
    box-shadow: inset 0px 0px 1px 1px #fff;
}
.page-table .page-editor .note-message
{
    background: url(../images/info.png) left 12px top 14px no-repeat #fff;
    background-size: 16px;
    font-size: 12px;
    border-left: solid 0px #8E8E93;
    -webkit-box-shadow: 0px 0px 2px 0px #ddd;
    -moz-box-shadow: 0px 0px 2px 0px #ddd;
    box-shadow: 0px 0px 2px 0px #ddd;
}
.page-table .page-editor .divider-dashed-line
{
    border-color:#e2e2e2;
}
.prop-note
{
    font-size:11px;
    color: #999;
    margin: 3px 0 0;  
}
.prop-title
{
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 12px;
}
.prop-box
{
    border: solid 1px #eee;
    padding: 15px;
    margin-top: 10px;
    background: #f8f8f8;
    border-bottom-color: #e6e6e6;
}
.prop-box-white
{
    border: solid 1px #eee;
    padding: 15px;
    margin-top: 10px;
    background: #fff;
    border-bottom-color: #e6e6e6;
}
.prop-table-title
{
    background:#ccc;
    color:#444;
    font-weight:bold;
    padding: 6px 8px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.prop-table
{   
    background: #fff;
    border:solid 1px #ccc;
    border-top: solid 1px #bbb;
    width:100%;
    min-height: 30px;
    margin-bottom: -1px;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prop-table > table
{
    width: 100% !important;
    margin: 2px 0 2px 5px;
}
.prop-table > table tr td:first-child
{
    font-weight: bold;
    font-size: 11px;
    width: 90px; 
}
.prop-table .ellipseseditor
{
    height: 24px;
    padding: 3px 4px;
}
.prop-table .ellipses
{
    height: 24px;
    width: 24px;
}
.prop-table select
{
    border:solid 1px #ccc;
    background-color: white;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 20px 2px 9px;
    margin:0;
    height: 29px;
    outline: none;
    background: url("/images/dd_arrow.png") right 6px center no-repeat #fff;
    background-size: 8px;
}
.prop-table select:focus
{
    border: solid 1px #aaa;
    background: url("/images/dd_arrow.png") right 6px center no-repeat #fff !important;
    background-size: 8px;
}
.prop-table .propeditor
{
    margin: 0;
    height: 24px;
    padding: 3px 4px;
    border: solid 1px #ccc;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prop-table .propeditor:focus
{
    border-color:#aaa;
    background: #fbfbfb;
}
.prop-table .propeditor:disabled
{
    border-color: #e6e6e6;
    cursor:default;
    color:#bbb;
}

.propeditor
{
	border:solid 1px #aaa;
	width:140px;
	height:18px;
}
.longpropeditor
{
	border:solid 1px #aaa;
	width:254px;
	height:18px;
}
.ellipseseditor
{
	margin: 0;
	float: left;
	width:117px;
	height: 29px;
	vertical-align:middle;
    padding: 7px 9px;
    border: solid 1px #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ellipses
{	
	margin: 0 0 0 -1px;
	float: left;
	cursor:pointer;
	border:solid 1px #ccc;
	border-left: solid 1px #ddd;
	width:29px;
	height:29px;
	vertical-align:middle;
    background: url(/images/icon-more2.png) center no-repeat #f7f7f7;
    background-size: 14px;
}
.ellipses:hover
{
    background-image: url(/images/icon-more-gray.png) center no-repeat #f7f7f7;
    background-size: 14px;
    -webkit-box-shadow: 0 0px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0px 2px rgba(0,0,0,.1);
    box-shadow: 0 0px 2px rgba(0,0,0,.1);
}
.ellipsesdiv
{
	display: inline-block;
}

.fileitem,
.selectedfileitem,
.selectedtabfileitem
{
    cursor: default;
	padding: 2px 3px;
	width: 310px;
	height: 19px;
	font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fileitem
{
	color:#666;
}

.selectedfileitem,
.selectedtabfileitem
{
	background-color: #0079FF;
	color: #ffffff;
}

.tabfileitem
{
	background-color:#f8f8f8;
	cursor:default;	
	height:18px;
	width:280px;
	overflow:hidden;
}
.tabfileitem td div > span{display:inline-block; vertical-align:middle; padding:1px 0 0 0}
.tabfileitem td div > img {padding:1px 1px 1px 2px}
.selectedtabfileitem td div > span{display:inline-block; vertical-align:middle; padding:1px 0 0 0}
.selectedtabfileitem td div > img {padding:1px 1px 1px 2px}

.fileitem td div > span{display:inline-block; vertical-align:middle; padding:1px 0 0 0}
.fileitem td div > img {padding:1px 1px 1px 2px}
.selectedfileitem td div > span{display:inline-block; vertical-align:middle; padding:1px 0 0 0}
.selectedfileitem td div > img {padding:1px 1px 1px 2px}

.fileitem td, .tabfileitem td{border-bottom:dashed 1px #f6f6f6}
.selectedtabfileitem td, .selectedfileitem td{border-bottom:solid 1px #f7f7f7}

.selectedtabfileitem div
{
	color:#ffffff;	
}
.selectedtabfileitem a
{
	color:#ffffff;	
}
.selectedfileitem div
{
	color:#ffffff;	
}
.selectedfileitem a
{
	color:#ffffff;	
}

.pagefooter{margin-top:0px;}

.inner-shadow
{
    -webkit-box-shadow: inset 0px 0px 3px 0px #eee;
    -moz-box-shadow: inset 0px 0px 3px 0px #eee;
    box-shadow: inset 0px 0px 3px 0px #eee;    
}
.outer-shadow
{
    -webkit-box-shadow: 0px 0px 3px 0px #eee;
    -moz-box-shadow: 0px 0px 3px 0px #eee;
    box-shadow: 0px 0px 3px 0px #eee;    
}
.border-radius-top
{
    -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;    
}
.greenbutton[disabled]
{
	opacity:.55 !important;
	-moz-opacity: .55 !important;
	cursor:default !important;
	color:#999 !important;
	background: #d3d9dd !important;
	border-color: #d3d9dd !important;
}
.greenbutton[disabled]:hover
{
    background: #d3d9dd !important;
}
.redbutton
{
	background-color: #EB2629;
	border: 1px solid #EB2629;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	padding: 7px 25px;
	text-align: center;
	font-size: 12px !important;
	font-family: Arial,Helvetica,sans-serif !important;
	text-transform:uppercase;
	border-bottom-color: #c6c9cc;
}

.redbutton:hover
{
    opacity:.85;
	-moz-opacity: .85;
	opacity: .85;
    cursor: pointer;
}
.greenbutton,
.verylongroundbutton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
}
.clear{clear:both}
.truncate
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.border-box
{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.right{float: right; margin-right: 80px;}
.left{float: left}
.center{text-align: center}
.margin0{margin:0 !important}
.full-width{width: 100%}
.loading-indicator
{
    display: inline-block;
    margin: 2px 0 0 5px;
}
.loading-indicator img{
    height:24px
}
.icon-btn{
    padding-left: 15px !important;
}
.icon-btn img {
    height: 12px;
    width: 12px;
    margin-right: 6px;
}

.shoppingcart tr td{height:28px;}
.shoppingcart tr:hover{background:#f8f8f8;}
.shoppingcart tr:last-child td {border:none}
        
/*** LAYOUT EDITOR ***/
.layout-editor-double{height:400px !important; background: url(/images/bk-squared-metal.png) center #fcfcfc !important}
.layout-editor-double .layout-editor-tabs-container
{
    margin: 0 15px 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    margin-top: -20px;
    
}
.layout-editor-double .editor-header:nth-child(1){background: #e3e3e3; border-bottom: solid 1px #d6d6d6;z-index: 8;position: relative;}
.layout-editor-double #layout-editor-tabs .ui-tabs-nav{min-height: 320px;}
.layout-editor-double #layout-tab-menuitem .menu-item-inputs .wrapper{padding-top:5px;text-align:left}
.layout-editor-double .layout-editor-tabs-container{width: 480px;}
.layout-editor-double .editor-header-menu-item
{
    margin-bottom: -20px;
    padding: 20px 15px !important;
   
}
.layout-editor-double .layout-editor-buttons
{
    position: absolute;
    left: 15px;
    bottom: 8px;
 
}
#layooutEditorField_page{ max-width:175px;}
#layooutEditorField_htmlid{ max-width:175px;}
#layooutEditorField_htmlinfo{ max-width:175px;}
.layout-editor-double #layout-tab-menuitem .duplicate-button
{
    padding:8px 5px 8px 20px;
    width: 100px;
    background-size: 18px;
    font-size: 11px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
}
.layout-editor-double #layout-tab-menuitem .delete-button
{
    padding:8px 5px 8px 20px;
    width: 78px;
    font-size: 11px !important;
    background-size: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
}

.layout-editor-container .ellipses {
    margin: 0 0 0 -1px;
    float: left;
    cursor: pointer;
    border: solid 1px #d6d6d6;
    width: 26px;
    height: 23px;
    background: url(/images/icon-edit.png) no-repeat #e6e6e6;
    background-position: 6px 5px;
    background-size: 12px;
    vertical-align: middle;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    
}
.combobox-widget
{
    -webkit-border-top-right-radius: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
    -moz-border-radius-topright: 2px !important;
    -moz-border-radius-bottomright: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}
.layout-editor-tabs-container {
    width: 500px;
	float: right;
	border: none;
	border: 0px solid #DDD;
	border-width: 1px 0 0 1px;
}
.layout-editor-container {
	height: 362px;
	margin-left: 0px;
	overflow-y: hidden;
	background: #fcfcfc;
}
.layout-editor-container select{
    background: #dfdfdf;
    border: solid 1px #d3d3d3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 4px 2px;
    text-align: center;
    width:26px;
    margin: 0 0 0 -1px;
    cursor: pointer;
    -webkit-border-top-right-radius: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
    -moz-border-radius-topright: 2px !important;
    -moz-border-radius-bottomright: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}
.layout-editor-container select:hover{border-color: #ccc; background: #d5d5d5;}

.layout-editor-container input[disabled], .layout-editor-container input[disabled]:hover, .layout-editor-container input[disabled]:focus, .layout-editor-container select[disabled]{
  color:#aaa;
  border: solid 1px #f2f2f2 !important;
}
.layout-editor-container select[disabled]
{
    background: #f5f5f5;
    cursor:default;
    max-width:160px;
}

.layout-editor-container .ellipseseditor{
    border: solid 1px #d6d6d6;
    padding: 2px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin:0;
    height: 23px;
}

#layout-editor-tabs {
    padding: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
#layout-editor-tabs .ui-tabs-vertical {
    width: 55em;
}
#layout-editor-tabs .ui-tabs-nav {
    padding: 0;
    float: left;
    width: 12em;
    min-height: 333px;
    height: 100%;
    border-right: 0 !important;
    background: url(../images/background-angled.png) #f5f5f5;
    border-right: solid 1px #F9F9F9 !important;
}
#layout-editor-tabs .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0;
    top:0;
    border-bottom: solid 1px #e7e7e7 !important;
    -webkit-box-shadow: inset -3px 0px 5px -2px rgba(0,0,0,.1);
    -moz-box-shadow: inset -3px 0px 5px -2px rgba(0,0,0,.1);
    box-shadow: inset -3px 0px 5px -2px rgba(0,0,0,.1);
}
#layout-editor-tabs .ui-tabs-nav li:first-child {border-top:none !important}
#layout-editor-tabs .ui-tabs-nav li.ui-state-active 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 -6px 4px -4px rgba(0,0,0,.05), 0 5px 4px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 -6px 4px -4px rgba(0,0,0,.05), 0 5px 4px -5px rgba(0,0,0,.1);
    box-shadow: 0 -6px 4px -4px rgba(0,0,0,.05), 0 5px 4px -5px rgba(0,0,0,.1);
    z-index: 7;
}
#layout-editor-tabs .ui-tabs-nav li a {
    display:block;
}
#layout-editor-tabs .ui-tabs-nav li a:hover {
    text-decoration:underline;
}
#layout-editor-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px;
}
#layout-editor-tabs .ui-tabs-panel {
    padding: 15px 5px;
    float: right;
    width: 330px;
}
#layout-tab-menuitem {
	float: left;
	width: 210px;
	text-align: center;
	padding: 5px 0 0 5px;
	position: relative;
	height: 337px;
}
.e-element-editor {
    display:none;
    padding: 1px 2px !important;
    margin-left: -2px;
    height: auto !important;
}
.e-element-editor label {
    display: inline-block;
	min-width: 121px;
}
.e-element-editor .CodeMirror {
    width: 100%;
    height: 100%;
}
.e-element-editor .CodeMirror-scroll {
    height: 100%;
    overflow: hidden;
}
.e-element-editor .CodeMirror-code pre {
	word-wrap: break-word;
	word-break: break-word;
}
.e-element-editor .editor-header {
	border-bottom: 1px solid #DDD;
}
.e-element-editor .editor-header, .e-element-editor .editor-header-menu-item {
	padding: 3px 10px 0px 10px;
	height: 25px;
	font-family: Sans-Serif;
	color:#666;
}
.e-element-editor .delete-button {
	font-size:10px !important;
	background-image:url(../images/icon-close-black.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	background-size:12px;
	/*padding: 3px 12px 3px 24px !important;*/
	width:115px;
}
.e-element-editor .duplicate-button {
	font-size:10px !important;
	background-image:url(../images/duplicate.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	background-size:12px;
	/*padding: 3px 12px 3px 24px !important;*/
	width:115px;
	margin:0 0 3px 0;
}
.e-element-editor-dialog-footer {
	border-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.e-element-editor-dialog-footer button, .editor-header button {
	margin: .1em .1em .1em .4em !important;
	padding: 6px 12px !important;
}
.menu-item-inputs {
	display: inline-block;
	text-align: center;
	max-height: 286px;
    width: 202px;
	overflow-y: auto;
	text-align: initial;
	margin-right: -10px;
}
.menu-item-inputs .wrapper label {
	display: block;
	margin-bottom: 4px;
}
.style-inputs .wrapper label {
	text-align: right;
	margin-right: 7px;
}
.style-inputs .wrapper, .menu-item-inputs .wrapper {
	margin-bottom: 3px;
}
.style-inputs .ellipses, .menu-item-inputs .ellipses {
	vertical-align:top;
	float: none;
}
.style-inputs input[type="text"], .menu-item-inputs input[type="text"], .style-inputs input[type="number"] {
	margin: 0;
	padding: 0;
	height: 17px;
	border: solid 1px #d6d6d6;
    padding: 2px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.colpick {
    z-index: 99999;
}
.e-element-editor .duplicate-button, .e-element-editor .delete-button, .e-element-editor .apply-button, .e-element-editor .cancel-button {
	padding: 5px 12px;
}
.ui-dialog-buttonset button{outline:0; margin:2px !important}

/*** Layout Editor > submenu ***/
.arrow-center{text-align: center; margin: 15px 0px 0 -8px; float:left}
.element_table{position:relative; background: url(/images/bk_layout_arrowcorner.png) no-repeat right 1px bottom 1px}
.element_hover{background: #eee;}
.element_hover > .edittexttoolboxitem{border-bottom:solid 1px #ccc}
.nav-menu{display: none; position: absolute; z-index: 1005; background: #fbfbfb !important; right: -246px; top: -1px; width: 246px; border-top: solid 1px #ddd;}
.nav-menu .edittexttoolboxitem{float:left; background: white;}
.nav-menu .edittexttoolboxitem:hover{background-color: #eee !important;}
.nav-menu .first-item{border-left: none}
.nav-menu .first-item:hover{border-left: none}
.edittexttoolboxitem
{
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	border-top: none;
	border-left: none;
	width:40px;
	height:40px;
	background-size: 30px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;	
}
.edittexttoolboxitem:hover
{
	width:40px;
	height:40px;
	background-color:#e3e3e3 !important;
	-webkit-box-shadow: inset 0px 0px 3px 0px #d7d7d7;
    -moz-box-shadow: inset 0px 0px 3px 0px #d7d7d7;
    box-shadow: inset 0px 0px 3px 0px #d7d7d7;
}
.toolboxtable
{
    background: #f7f7f7;
    border-left: solid 1px #ddd;
    -webkit-box-shadow: inset -1px -1px 0px 0px #ddd;
    -moz-box-shadow: inset -1px -1px 0px 0px #ddd;
    box-shadow: inset -1px -1px 0px 0px #ddd;
}

/*** IMAGE TOOLTIP > PAGE.ASPX ***/
#screenshot{
	position:absolute;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 999
}
#screenshot img{width:180px;}

.screenshot{
	text-decoration:none;
	color:#666 !important;
}
.screenshot:hover{
	text-decoration:none;
    color:#000 !important;
}

/*** VERTICAL TABS ***/
.ui-tabs-vertical { 
    width: 100%;
    padding:0;
    border: none;
    border: 1px solid #e5e5e5;
}
.ui-tabs-vertical > .ui-tabs-nav { padding: 0 0 1px 0; float: left; border:none; background:none; margin:-1px 0 0 0}
.ui-tabs-vertical > .ui-tabs-nav li {
    clear: left; width: 100%;
    border-top: solid 0px #fafafa !important;
    border-bottom: solid 1px #e7e7e7 !important;
    border-right-width: 0 !important;
    border-left:solid 1px #fafafa !important;
    margin: 0;
    background: #f5f5f5;
    -moz-box-shadow: inset -3px 0px 3px -2px rgba(0,0,0,.05);
    -webkit-box-shadow: inset -3px 0px 3px -2px rgba(0,0,0,.05);
    box-shadow: inset -3px 0px 3px -2px rgba(0,0,0,.05);
}
.ui-tabs-vertical > .ui-tabs-nav li a {text-align:left; color:#666; display:block; padding:20px 30px 20px 20px; font-size:16px; width: 82%;}
.ui-tabs-vertical > .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical > .ui-tabs-nav li.ui-state-active 
{
    background: #fff;
    -moz-box-shadow: -3px 3px 3px -2px rgba(0,0,0,.05);
    -webkit-box-shadow: -3px 3px 3px -2px rgba(0,0,0,.05);
    box-shadow: -3px 3px 3px -2px rgba(0,0,0,.05);
}
.ui-tabs-vertical .ui-tabs-panel { padding: 40px; float: right; width: 570px; text-align:left;}
.ui-tabs-vertical > .ui-state-active{background:#fff !important; padding:0 !important}
.ui-state-active a {color:#7db701 !important; cursor:pointer !important}
.ui-tabs-vertical > .ui-tabs-nav li a img{vertical-align:middle; height:24px; margin:0 8px 0 0}
.ui-tabs-vertical > .ui-tabs-nav li a span{vertical-align:middle}
.vertical-tabs-content{
    list-style-type: none;
    color: #666;
    text-shadow: 0px 1px 0px #fafafa;
    line-height: 20px;
    font-size:13px;
}
.vertical-tabs-content a{color:#0079C1}
.vertical-tabs-content .tab-subtitle{font-weight: bold;padding:0 0 12px 0;border-bottom: solid 1px #eee;margin: 5px 0 15px 0}

/*** .VERTICAL-TABS.OPTIONS ***/
.ui-tabs-vertical.options *{font-family: Arial,Helvetica,sans-serif !important; font-size: 11px}
.ui-tabs-vertical.options .ui-tabs-panel{width:645px;padding:20px 20px;}
.ui-tabs-vertical.options .ui-tabs-nav li a {padding: 20px 15px;font-size: 13px;}
.ui-tabs-vertical.options .ui-tabs-nav{width:190px;padding: 0}
.ui-tabs-vertical.options .tabs-divider
{
    background:#f5f5f5;
    min-height:100%;
    width:191px;
    position:absolute;
    -moz-box-shadow: inset -3px 0px 3px -2px rgba(0,0,0,.05);
    -webkit-box-shadow: inset -3px 0px 3px -2px rgba(0,0,0,.05);
    box-shadow: inset -3px 0px 3px -2px rgba(0,0,0,.05);
}
.ui-tabs-vertical.options {
    width: 100%;
    min-height: 325px;
    margin: 0 0px 0 0px;
    padding: 0;
        border: solid 1px #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui-tabs-vertical.options .ui-tabs-nav{margin:-2px 0 0 0}
.ui-tabs-vertical.options .ui-tabs-nav li:first-child{border-top: solid 1px #eee !important}
.ui-tabs-vertical.options .ui-tabs-nav li:last-child {
    border-bottom: solid 1px #fbfbfb !important;
}
.ui-tabs-vertical.options .pos-center{text-align: center; position: absolute; left:0; right: 0; top: 50%; margin-top: -6px;}
.ui-tabs-vertical.options .ui-widget-content a {color: #0079C1}

/*** Rewrite jQ DIALOG ***/
.ui-dialog {
    padding: 0 !important;
    border: none !important;
    background: url(/images/bk-squared-metal.png) center #fcfcfc !important;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 7px 10px !important;
    background: white;
    border: none;
    border-bottom: solid 1px #ccc;
}
.ui-dialog .ui-dialog-content 
{
    margin:0;
    padding: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane
{
    padding: 3px 3px !important;
    border-top: solid 1px #ccc !important;
    margin: 0 !important;
}
.ui-widget-overlay {
    background: url(../images/fancybox_overlay.png) repeat !important;
    opacity: 1 !important;
    background-color: transparent !important;
    position: fixed !important;
}
.ui-widget-content a
{
    color: #0079C1;
}

/*** ADS  ***/
.wizard-indicator
{
    position: absolute;
    top: -15px;
    width: 100%;
}
.wizard-indicator .divider-or
{
    font-weight: bold;
}
.wizard-indicator .divider-or.active
{
    background: #7DB701;
    color: #fff;   
}
.wizard-indicator .m-size{margin: 0 160px;}

.distribute-billboard
{
    margin: 10px 0;
}
.distribute-billboard .db-left
{
    background: #f0f0f0;
}
.distribute-billboard .db-right #ad_group_distributed_apps_container
{
    padding: 10px;
    background: white;
}
.distribute-billboard .db-right #ad_group_distributed_apps_container .appinfo
{
    padding: 7px 11px;
}
.distribute-billboard .db-right #ad_group_distributed_apps_container .appinfo:hover
{
    background: #f4f4f4;
}
.distribute-billboard .db-right #ad_group_distributed_apps_container .appicon
{
    height: 16px;
    vertical-align: top !important;
}
.distribute-billboard .db-right #ad_group_distributed_apps_container .appinfo > label
{
    width: 70%;
    display: inline-block;
}
.distribute-billboard .db-right #ad_group_distributed_apps_container .appinfo > label.right
{
    width:110px; 
    display:inline-block
}
.distribute-billboard .db-right #ad_group_distributed_apps_container .appinfo > label > img
{
    height: 16px;
    vertical-align: middle;
    margin-left: 13px; 
}
.distribute-billboard .db-left .item
{
    cursor: pointer;
    padding: 10px;
    border-bottom: solid 1px #e9e8e9;
}
.distribute-billboard .db-left .item.selected
{
    background: white;
    width: 93%;
}
.distribute-billboard .scrollable-box
{
    overflow: auto;
    max-height: 370px;
    border: solid 1px #eee;
    border-top: none;
}
#billboards_container .editpagetable tr:hover,.editpagetable tr:hover
{
    background: #f4f4f4;    
}
.page-desc
{
    text-align:center;
    width:600px;
    color:#777;
    padding:10px 0 20px 0;
    line-height:20px;
}
.gray-dialog
{
    padding:7px;
    color:#666;
    text-align:center;
    margin: 10px 20px 0px;
    font-weight:bold
}
.create-steps
{
    margin:20px 0 10px;
}
.create-steps tr td img{margin:0 20px;width:150px}
.hovertable{border-color: #eee;}
table.hovertable tbody tr:last-child td{border-bottom:none}
table.hovertable tbody > tr > td{}
.tab-space
{
    padding: 10px 0 0 0;
}
.select2-container .sel-title
{
    line-height: 16px;
    height: 16px;    
}
.select2-container .sel-subtitle
{
    color: #999;
    font-size: 10px;
    line-height: 10px;
    height: 10px;  
}
.select2-results .sel-subtitle
{
    color: #999;
    font-size: 10px;
}

/*** Table designs ***/
.hovertable {
	width: 100%;
	border: 1px solid;
	border-color: #E5E5E5 #DBDBDB #D2D2D2;
	border-spacing: 0;
}
.box-background2 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: white;
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#F2F2F2), to(white));
	background: -moz-linear-gradient(#F2F2F2, white 20%);
	border: 1px solid;
	border-color: #E5E5E5 #DBDBDB #D2D2D2;
}
table.hovertable thead th {
	text-align: center;
	border-right: solid 1px #E9E9E9;
}
table.hovertable thead th:last-child{border-right:none;}
table.hovertable tbody tr td {
	border-bottom: solid 1px #F1F2F1;
}

.head-title-step {
	border-bottom: 1px solid #E3E3E3;
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #F9F9F9 0%, #F3F3F3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#F3F3F3));
	background: -webkit-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
	background: -o-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
	background: -ms-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
	background: linear-gradient(to bottom, #F9F9F9 0%,#F3F3F3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
	padding: 12px 0px;
	font-weight:bold;
}
.box-gradient {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid;
	border-color: #E5E5E5;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
}

/************************/
/*  PAGE.ASPX   */
/************************/
.layout-list-view .pagebuttoncontainer
{
    padding:10px 0 25px;
    background: #fff;
    border-top: none;
}
.layout-list-view .pagebuttoncontainer:last-child
{
    padding-bottom: 10px;
}
.table_header{
    text-shadow: 0 1px 1px white;
	background: #eee;
	padding: 10px 0 10px 20px;
    border: 1px solid #ddd;
    border-bottom: solid 1px #ccc;
    font-size: 13px;
    font-weight:bold;
    position: relative;
    z-index: 1;
    width: 100% !important;
}
.pagetype_table
{
	font-size:12px;
	border-collapse:collapse;
	border:1px solid #e4e4e4;
    margin: -1px 0 0;
    width: 100% !important;
}
.pagetype_table tr td{border-color:#eee}
.pagetype_table tr:hover{background:#f7f7f7}
.pagetype_table ol li {
	font-size:10pt;
	font-weight:bold;
	color: #777;
}
        
.pagetype_table ul li {
	font-size:small;
	font-weight:normal;
	color: #3b5998;
}  
              
.pagetype_table h5 {
	font-size:small;
	font-weight:normal;
	color: #3b5998;
}  
     
.pagetypename {
    font-weight: bold;
    width:240px;
    padding:5px;
    height:18px
} 
.pagetypename .pagetype-icon
{
    width: 18px;
    height: 18px;
}
.pagedescription {
    padding:5px 7px 5px 10px;
    width:420px;
}
.pagetypeselector
{
	width:19px;
	padding:3px 4px;
} 
.pagetypetutorial
{
    width:63px;
    text-align:center;
}
	
.pagetypeiosplatform
{
	width:45px;
	text-align:center;
}

.pagetypeandroidplatform
{
	width:45px;
	text-align:center;
}
.pagetypeiosplatform img,
.pagetypeandroidplatform img
{
    width: 18px; 
}
.pagetype_descriptiontable
{
	font-size:12px;
	border-collapse:collapse;
	border:1px solid #eee;
	width:100% !important;
}
.pagetype_descriptiontable tr th {border-color:#eee;}
.pagetypelabel
{
	width:226px;
}

.pagetypedescriptionlabel
{
width:467px;
}
	
.pagetypeplatformlabel
{
width:80px;
}
	
.pagebuttoncontainer
{
    border-top: solid 1px #eee;
    padding: 6px 10px;
    text-align: left;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0px 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 0px 1px 0px #fff;
    box-shadow: inset 0px 0px 1px 0px #fff;
}
	
table.minglebody
{
	width:906px;	
}
.grid-button-switch
{
    background: #eee;
    padding: 6px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #e7e7e7;
    margin: 1px 0 0;
}
.grid-button-switch *
{
    text-decoration:none;
    display: table-row;
}
.grid-button-switch img
{
    margin: 0px 5px 0px 0;
    width: 14px;
    display: table-column;
}
.grid-button-switch span
{
    display: table-cell;
    vertical-align: middle;
}

/*** GRID VIEW ***/
.grid-block
{
    display: table;
}
.pagetype_descriptiontable
{
    width: 100%;     
}
.gridview_header {
	font-size: 18px;
	padding: 7px 10px;
	background: #eee;
	border: solid 1px #e4e4e4;
	border-bottom: solid 1px #ddd;
	margin-top: 20px;
}
.gridview_cellbody .gridview_pagedescription{
	padding: 5px 0px;
	font-size:11px;
}
.gridview_cellcontainer
{
    padding:0px;
    border: solid 1px #eee;
    border-top: none;
}
.gridview_cellcontainer .grid-block:first-child .gridview_cell
{
    border-top: none;    
}
.gridview_cell{
	width:25%;
	height: 100%;
	padding:10px;
	margin:0px 0;
	display:table-cell;
	vertical-align:top;
	border-top: solid 1px #eee;
	border-right: solid 1px #eee;
	text-align: center;
}
.gridview_cell:hover
{
    background: #f7f7f7;    
}
.gridview_cell:last-child
{
    border-right: none;
}
.gridview_cellheader{
	width:100%;
	text-align: center;
	color: #393939;
	font-size: 12px;
	text-shadow: 0 1px 0 white;
	padding: 0px;
}
.gridview_icon{
	vertical-align: middle;
	padding-left: 5px;
	border:0;
	width:18px;
}
.gridview_cellheader .support_icons{text-align:center}
.gridview_cellheader .support_icons img{vertical-align: middle;}
.gridview_cellbody {padding: 7px 1px 1px 1px}	
.gridview_cellbody .gridview_pageimage{
	border: solid 1px #CCC;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	height: 233px;
	width: 175px;
}
.gridview_cellbody .gridview_pagedescription{
	padding: 5px 2px;
	font-size:11px;
}
.titleSC
{
	font-family: 'Helvetica Neue Light',HelveticaNeue-Light,'Helvetica Neue',Helvetica,Arial,sans-serif;
	color:#0079C1;
	font-size:22px;
}

/*** PAGE CONVERT DIALOG ***/
#editDialog
{
    background: #f2f2f2;
}

/*** ADVANCED PAGETYPE ***/
.advanced-pagetype .keyValueEditorKey
{
    width: 75px;
    margin:0 3px 3px 0;
    height: 16px;
}
        
.advanced-pagetype .keyValueEditorValue
{
    width: 175px;
    margin:0 3px 3px 0;
    height: 16px;
}
        
.advanced-pagetype .invalidInputValue
{
    box-shadow: 0 0 5px #d45252;
    border:solid 1px #b03535;
    width: 77px;
    height: 17px;
    background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
        
.advanced-pagetype .deleteButton
{
    cursor: pointer;
    margin: 0 0 -4px 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
        
.advanced-pagetype .deleteButton:hover 
{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .75;
    -ms-filter: "alpha(opacity=75)";
    filter: alpha(opacity=75);
    -khtml-opacity: .75; 
    -moz-opacity: .75;
}

.advanced-pagetype .sidemenu_parser
{
    border: solid 1px #eee;
    background: #f7f7f8;
    min-height: 100px;
    padding: 10px;
    margin: 10px 0 0;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 320px;
}
.advanced-pagetype .doc-container
{
    width: 100%
}
.advanced-pagetype .sidemenu_parser .acc-group
{
    position: relative;
    background-color:  #fff;
    background-image: url(/images/icon-dragdrop.png);
    background-size: 10px 18px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.advanced-pagetype .sidemenu_parser .left-s{width:25%; text-align: right; padding: 0 8px 0 0; display:inline-block}
.advanced-pagetype .sidemenu_parser .right-s{width:71%; display:inline-block;}
.advanced-pagetype .sidemenu_parser .right-s input{border: solid 1px #ddd; padding: 5px 24px 5px 7px; width: 100%;}
.advanced-pagetype .sidemenu_parser .editor-buttons{position: absolute; top:-43px; right:12px; z-index: 10}
.advanced-pagetype .sidemenu_parser .editor-buttons button{outline: none}
.advanced-pagetype .sidemenu_parser .duplicate-button
{
    background-image: url(../images/duplicate.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    padding: 5px 15px;
}
.advanced-pagetype .sidemenu_parser .delete-button 
{
    background: #EB2629;
    border-color: #EB2629;
    background-image: url(../images/icon-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    padding: 5px 15px;
}
.sidemenu_parser .accordion_ui_list .ui-accordion-content.ui-accordion-content-active
{
    overflow:initial !important;
    background:#f9f9fa;
    padding: 10px !important;
    border-bottom: solid 1px #eee;
    max-width: 278px;
}
.sidemenu_parser .accordion_ui_list .ui-accordion-header.ui-state-active{border-bottom: solid 2px #eee}
.sidemenu_parser .accordion_ui_list .ui-accordion-header{border-bottom: solid 2px #fff;background:transparent!important}
.sidemenu_parser .accordion_ui_list .inp-local-image
{
    background-image: url(../toolboxicons/appendimage.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    cursor:pointer;
}
.sidemenu_parser .accordion_ui_list .inp-local-link
{
    background-image: url(../toolboxicons/insertlink.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    cursor:pointer;
}
.advanced-pagetype .border-container
{
    border: solid 1px #eee;
    background: #f7f7f8;
    min-height: 100px;
    padding: 10px; 
    margin: 10px 0 0;
    height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 320px;  
}
.advanced-pagetype .parse_cont
{
    overflow: initial !important;
    padding: 0px !important;
}
.advanced-pagetype .tabs .accordion .verticalpage-editor-buttons
{
    position: absolute;
    top:-41px;
    right:10px
}
.advanced-pagetype .verticalpage-editor-buttons
{
    position: relative;
    top:-43px;
    right:0;
    margin-bottom: -25px;
    text-align: right;
}
.advanced-pagetype .verticalpage-editor-buttons .add-button
{
    background-image: url(../images/icon-add-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    padding: 5px 15px;
}
.advanced-pagetype .verticalpage-editor-buttons .delete-button 
{
    background: #EB2629;
    border-color: #EB2629;
    background-image: url(../images/icon-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    padding: 5px 15px;
}
.horizontal-tabs 
{
    padding: 0 !important;
    border: none !important;
}
.horizontal-tabs *
{
    font-family: Arial, Helvetica !Important;
}
.horizontal-tabs .ui-tabs-nav
{
    margin: 0 !important;
    padding:  0 0 0 10px !important;
    background: none;
    border: none;
    border-bottom: solid 1px #eee;
}
.horizontal-tabs .ui-tabs-panel
{
    padding: 0px 0 0 0 !important;
}
.horizontal-tabs .ui-tabs-nav li
{
    top: 5px !important;
    margin: 0 6px 0px 0 !important;
    background: #f6f6f6;
    font-weight: bold
}
.horizontal-tabs .ui-tabs-nav li a {
    padding: 9px 14px 6px !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.horizontal-tabs .ui-tabs-nav li.ui-state-active 
{
    background: #fff;
    color: #7db701 !important;
    cursor: pointer !important;
}
.horizontal-tabs .ui-tabs-nav li.ui-tabs-selected 
{
    border-color: #eee;
    background: #fff;
}

.textinput {
    margin: 0;
    padding: 7px 9px;
    border-radius: 3px;
    border: solid 1px #e3e3e3;
    font-size: 13px;
    line-height: 16px;
    height: 32px;
}
.textinput:focus
{
    border-color:#aaa;
    background: #fbfbfb;
}
.textinput:disabled,
input.textinput:read-only
{
    border-color: #eee;
    cursor:not-allowed;
    color:#ccc;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}
.textinput:disabled::-webkit-input-placeholder,
.textinput:read-only::-webkit-input-placeholder {
    color: #ccc;
}
.textinput:disabled:-moz-placeholder,
.textinput:read-only:-moz-placeholder {
    color: #ccc;
}
.textinput:disabled::-moz-placeholder,
.textinput:read-only::-moz-placeholder {
    color: #ccc;
}
.textinput:disabled:-ms-input-placeholder,
.textinput:read-only:-ms-input-placeholder {
    color: #ccc;
}
input[type="text"].textinput {
    font-size: 13px;
    line-height: 13px;
    padding: 7px 9px;
}

.base-green{color:#7DB701}
.base-red{color:#EB2629}
.gray-999{color:#999}
.gray-666{color:#666}
.bold{font-weight:bold}
.no-results {
    text-align: center;
    border: solid 1px #ddd;
    padding: 30px;
    margin: 10px;
    color: #999;
}
/*** PUBLISHER DASHBOARD  ***/
.pubdashboard * {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pubdashboard .grid-button-switch {
    cursor: pointer;
    width: 85px;
    background: transparent
}
    .pubdashboard .grid-button-switch:hover {
        opacity: 0.8
    }
    .pubdashboard .grid-button-switch span {
        float: right;
    }
.pub-dash
{
    width:100%;
    border-bottom:solid 1px #eee;
    border-right:solid 1px #eee;
    margin:0 0 20px 0;
}
.pub-dash .right-side {
    padding:0 30px    
}
    .pub-dash .right-side iframe {
        border:0px;
        vertical-align:top;
        width:100%;
    }
.pub-dash .left-side
{
    width:230px;
    border-right:solid 1px #eee;
    border-left:solid 1px #eee;
    background:#f7f7f7;
    padding: 0px 0;
}
.pub-dash .pub-dash-table tr td
{
    padding: 8px 0 8px 6px;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #fafafa;
}
.pub-dash .pub-dash-table tr:first-child td
{
    border-top: none;
}
.pub-dash .pub-dash-table tr:last-child td
{
    border-bottom: none;
}
.pub-dash .pub-dash-table tr:hover
{
    background: #fff;
}
.pub-dash .pub-dash-icon
{
    width: 24px;
    height: 24px;
}
.pub-dash .pub-dash-title
{
    cursor:pointer;
    text-decoration: underline;
    font-size:14px;    
}
    .pub-dash.grid {
        margin-top: 10px;
        border-right: none;
        border-bottom: none;
    }
    .pub-dash.grid *{
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .pub-dash.grid .left-side {
        border: none;
        background: #fff;
    }
    .pub-dash.grid .pub-dash-table tbody:after {
        clear: both;
        content: ' ';
        display: block;
    }
    .pub-dash.grid .pub-dash-table tr {
        float: left;
        width: calc(33.3333% - 14px);
        margin: 8px 10px;
        -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
    }
    .pub-dash.grid .pub-dash-table tr:hover {
        -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    }
    .pub-dash.grid .pub-dash-table tr:first-child,
    .pub-dash.grid .pub-dash-table tr:nth-child(3n+1) {
        margin-left: 0;
    }
    .pub-dash.grid .pub-dash-table tr:nth-child(3n+3) {
        margin-right: 0;
    }
    .pub-dash.grid .pub-dash-table tr td:first-child {
        padding: 0;
        border: none;
    }
    .pub-dash.grid .pub-dash-table tr td:last-child {
        padding: 0;
        border: none;
    }
    .pub-dash.grid .pub-dash-table tr td:first-child a {
        padding: 25px 0 10px 0;
    }
    .pub-dash.grid .pub-dash-table tr td:last-child a {
        padding: 5px 0 20px 0;
    }
    .pub-dash.grid .pub-dash-icon {
        width: 48px;
        height: 48px;
    }
    .pub-dash.grid .pub-dash-title {
        text-align: center;
        font-family: 'montserrat_semibold', Helvetica, Arial, sans-serif;
    }
    .pub-dash.grid .right-side {
        margin: 10px 0 0;
        padding:0 0 0 20px;
        border: solid 1px #eee;
    }
        .pub-dash.grid .right-side .section-title2 {
            margin: 0 0 -1px 0;
        }
        .pub-dash.grid .right-side .iframe-dropdown-btn {
            float: right;
            width: auto;
            cursor: pointer;
        }
        .pub-dash.grid .right-side .iframe-dropdown-btn img {
            width: 24px;
            height: 24px;
            margin: 3px 10px;
        }
        .pub-dash.grid .right-side .iframe-dropdown-btn.active img {
            background: rgba(255,255,255,.9);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }


/*** Accordion ***/
.video-list .ui-accordion .ui-accordion-header
{
	padding:20px 20px 20px 30px !important;
	color: #666;
	text-shadow: 0px 1px 0px #fafafa;
	line-height: 20px;
	font: bold 13px Arial,Helvetica,sans-serif !important;
	border:none;
	border-bottom:solid 1px #eee;
	background:#fff;
}
.video-list .ui-accordion .ui-accordion-content {padding:4px 4px 0px 4px;margin-bottom:0;}
.video-list .ui-accordion .ui-widget-content{border:none}

/*** Ads System ***/
#ad_group_no_ads, #ad_image
{
    width: 289px;
    margin: 0;
    text-align: center;
    line-height: 60px;
    background: white;
    border: solid 1px #eee;
    height: 60px;  
}
.dialog-footer
{
    background: white;
    border-top: solid 1px #eee;
    margin: -15px;
    padding: 5px;
}

.payoff .login-inp{
    width: 225px;
    margin-right: 30px;
    padding: 10px 12px;
}
.payoff .login-inp:focus{
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
}
.payoff .ads-list-options
{
	margin: 15px 0 0;
	padding: 0;    
}
.payoff .ads-list-options li
{
	float:left;
	text-align: center;
	width: 32.6%;
	margin-right: 1.1%;
    background: #f7f7f7;
}
.payoff .ads-list-options li:last-child
{
	margin: 0;    
}

/*** SELECT2 ***/
.select2-container .select2-choice {
    display: block;
    height: 30px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #C3C9CC;
    white-space: nowrap;
    line-height: 30px;
    color: #444;
    text-decoration: none;

    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;

    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    background-color: #fff;
}
.select2-container .select2-choice > .select2-chosen .flag
{
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px;    
}
.select2-drop {
    border: 1px solid #c9c9c9;

    -webkit-border-radius: 0 0 0px 0px;
       -moz-border-radius: 0 0 0px 0px;
            border-radius: 0 0 0px 0px;

    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .15);
            box-shadow: 0 0px 0px rgba(0, 0, 0, .15);
}
.select2-drop-active {
    border: 1px solid #c9c9c9;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #bbb;
}
.select2-results .select2-highlighted 
{
    background: #d9edf7;
    cursor: pointer;
}
.select2-results .select2-disabled {
  color: #999;
  opacity: 0.7;
}
.select2-container .select2-choice .select2-arrow {
    border-left: none;
    width: 22px;
    background: transparent;
}
.select2-container .select2-choice .select2-arrow b {
    background: url('/images/dd_arrow.png') right 7px center no-repeat #fff;
    background-size: 8px;
}
.select2-search {
    padding-top: 4px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #bbb;
}
.select2-dropdown-open .select2-choice {
    background: transparent;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #bbb;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-results .select2-result-label {
    padding: 4px;
}
.select2-results .select2-result-label > img
{
    margin-right: 5px;    
}
.select2-results .select2-highlighted {
    background: #f7f7f7;
    color: #666;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #bbb;
}
.lineinput.select2-container
{
    padding: 0;
}
.lineinput.select2-container .select2-choice
{
    border: solid 0 #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background: url('/images/dd_arrow.png') right 7px center no-repeat #fff;
      background-size: 8px;
  }
}

@media only screen and (min--moz-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-device-pixel-ratio: 2) 
       {
            input[type=checkbox]:checked
            {
                background: url(/images/checkbox_background@2x.png) center #fff !important;
                background-size: 14px !important;
            }
       }


/*** ONLY FOR APPMART ***/

.minglebody {
    width: 920px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.headeritem, .headeritem a {
    font-size: 16px;
    text-transform: initial;
}

.headeritem.language a {
    background: url(/imgs/arrow_down_menu.png) no-repeat 70px 6px;
    padding-right: 15px;
}

.headeritem.language ul li a {
    background: none;
}

.tablemingleheader-right .minglehead .child8 {
    width: 90px;
}
.header-submenu.active .submenuitem {
    font-size: 14px;
}
.greenbutton {
    background-color: #f57f36!Important;
    border: solid 1px #f57f36;
}
.greenbutton:hover {
    background-color: #f57f36!Important;
}
.header-submenu.active .minglemenu-container {
    right: 3px;
}