/* @override http://wptp3.local.com/wp-content/wptouch-data/extensions/make-child/make-child-admin.css?ver=1.1 */

#setting-make_child_files {
	position: relative;
}

#setting-make_child_action {
	text-align: right;
}

a#make_child_action.button,
button#child_theme_copy,
#editor-container button {
	background-color: #42b0d9;
	border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
    font: 12px lato, 'open sans', sans-serif;
    height: auto;
    padding: 6px 18px;
	text-shadow: none;
    border-radius: 2px;
	color: #fff;
    cursor: pointer;
}

#parent_theme_templates {
	float: left;
	margin-top: 15px;
	margin-right: 150px;
}

#child_theme_copy {
	display: none;
	position: absolute;
	top: 60px;
	right: 10px;
}

#parent_theme_templates input:disabled {
	display: none;
}

#parent_theme_templates .present::before {
	color: #8a9d43;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	content: '\e814';
}

#parent_theme_templates .directory {
	font-style: italic;
	margin-bottom: 0;
	margin-top: 2em;
}

#parent_theme_templates .level-1 {
	margin-left: 20px;
}

#parent_theme_templates .level-2 {
	margin-left: 40px;
}

#parent_theme_templates label {
	display: inline-block;
	width: 240px;
}
	#parent_theme_templates .level-1 label {
		width: 220px;
	}

	#parent_theme_templates .level-2 label {
		width: 200px;
	}

#editor-container {
	position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    padding: 20px 40px 40px;
    height: calc( 100% - 20px );
    width: calc( 100% - 80px );
    background-color: rgba( 0, 0, 0, 0.8 );
    visibility: hidden;
}
	#editor-container.show-editor {
		visibility: visible;
		z-index: 9999;
	}

	#editor-container h2 {
		color: #fff;
	}

	#editor {
		height: calc( 100% - 120px );
		margin-bottom: 20px;
		width: 100%;
	}

	#editor.ace-chrome .ace_print-margin {
		display: none !important;
	}

	#editor-controls {
		color: #fff;
		font-size: 14px;
		position: absolute;
		top: 30px;
		right: 50px;
	}
		#editor-controls button {
			font-size: 14px;
			margin-right: 10px;
		}
			#editor-controls button[disabled] {
				background-color: rgba( 255, 255, 255, 0.2 );
				color: rgba( 255, 255, 255, 0.4 );
			}

		#editor-controls a {
			color: #fff;
		}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,0,0, 0.1);
  border-right: 1.1em solid rgba(0,0,0, 0.1);
  border-bottom: 1.1em solid rgba(0,0,0, 0.1);
  border-left: 1.1em solid #42b0d9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
	right: 0;
	left: 0;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

