/* ------------------DSBUILDER--------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
}


img {
	vertical-align: middle;
}

body {
	background-color: #333;
	overflow: hidden;
}
.navbar {
	position: fixed;
	width: 100%;
	min-width: 600px;
	font-size:13px;
	z-index: 1000;
}
.navbar-inner {
	border-radius: 0px;
	padding-left: 10px;
}
.navbar .brand {
	padding: 1px 20px;
	font-size: 2px;
}
.navbar .brand img {
	font-size: 13px;
}
.navbar .dropdown-menu {
	border-radius: 0;
	margin-top: 0;
}
.navbar .dropdown-menu span {
	padding: 3px 5px 0 0;
}
.dropdown-menu {
	background-clip: padding-box;
	background-color: #F2F2F2;
	border-color: #FFFFFF;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	list-style: none outside none;
	margin: 0;
	min-width: 160px;
	padding: 4px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
	max-height: 610px;
	overflow-x: hidden;
	overflow-y: auto;
}
.dropdown-menu a {
	font-size: 13px;
}
.dropdown-menu li a:hover {
	background: #222;
	color: #f2f2f2;
}

#mycontainer {
	background: #888;
	padding-top: 40px;
}
.menu-left {
	width: 300px;
	background: none repeat scroll 0 0 #888888;
	float: left;
	height: 691px;
	overflow: hidden;
	border-right: 1px solid #aaa;
}

.wrap-menu-item {
	float: left;
	display: block;
	margin-left: 6px;
	margin-bottom: 10px;
	position: relative;
}

.menu-item {
	display: table-cell;
	background-color: #222;
	border: 2px solid #c2c2c2;
	padding: 0;
	color: #222;
	width: 105px;
	height: 90px;
}

.menu-item:hover {
	box-shadow: -2px 2px 2px #333;
	border: 2px solid #3FA9F5;
	text-decoration: none;
}

.premium-thumbs {
	max-height: 90px;
	max-width: 105px;
}

.removeItemIcon {
	position: absolute;
	bottom: 0;
	right: 0;
	color: white;
	padding: 3px;
	text-shadow: 2px 2px 1px black;
	opacity: 0.6;
}

.removeItemIcon:hover {
	text-decoration: none;
	cursor: pointer;
	color: white;
	opacity: 1;
}

.assetIcon {
    position: absolute;
    top: 2px;
    left: 2px;
    color: white;
    padding: 3px;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.8);
    opacity: 0.8;
}

#scenarios {
	height: 63px !important;
}

#characters {
	height: 90px !important;
}

#objects {
	height: 90px !important;
}

#textboxes {
	height: 90px !important;
}

.item-selected {
	border: 2px solid #3FA9F5;
	padding: 0;
}
.item-recent {
	border: 2px solid #57A621;
	padding: 0;
}
.item-fav {
	border: 2px solid #F69420;
	padding: 0;
}
#file {
	width: 290px;
	height: 40px;
	padding: 10px 5px 10px 5px;
	position: relative;
}
#file a {
	color: #fff;
	text-decoration: none;
}
#file a.prev {
	background: url("../img/prev.png") no-repeat scroll 5px center #333333;
}
#file a.export {
	background: url("../img/exportar.png") no-repeat scroll 5px center #333333;
}
#file_name {
	float: left;
	width: 188px;
	color: #fff;
	padding: 0 0 0 30px;
}
#some_name {
	position: relative;
	left: -30px;
	min-width: 88%;
	font-size: 17px;
	padding-top: -2px;
}
#file_name:hover span {
	background-color: #777;
	cursor: pointer;
}
#file_name input {
	cursor: pointer;
	color: #fff;
	background-color: #888888;
	width: 60%;
	border: 0;
	-moz-box-shadow: 0 0 0 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 0 0 0 0;
	-webkit-border-radius: 0;
	box-shadow: 0 0 0 0;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0 0 0 4px;
}

#file_name:hover input {
	background-color: #777;
	cursor: pointer;
	border: none;

}

#dimension{
	position: absolute;
	right: 60px;
	font-size: 8pt;
	margin-top: 4px;
	color: #fff;
}

.file-action {
	background: none repeat scroll 0 0 #333333;
	float: left;
	font-size: 12px;
	height: 15px;
	margin: 5px 0;
	padding: 7px 0 4px 30px;
	width: 102px;
	cursor: pointer;
}
.file-action:hover {
	background-color: #111;
}
#file_prev {
	margin-right: 23px;
}

/* ACCORDION MENU */
.accordion {
	margin: 5px;
}
.accordion-inner {
	margin: 5px 0px;

	border: 0;
	padding: 0px 0px;
}
.accordion-inner a.menu-item {
	vertical-align: middle ;
	text-align: center;
	background-color: #c2c2c2;
}
.accordion-group {
	border-width: 0px 1px 2px 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-radius: 0;
	margin-bottom: 3px;
}
.accordion-group-selected {
	border: 1px solid #E5E5E5;
}
.accordion-body {
	border-bottom-color: #E5E5E5;
	border-style: solid;
	border-width: 0 0 1px;
}
.accordion-group-border {
	overflow: hidden;
}
.accordion-heading {
	height: 30px;
	color: #333;
	background: url(../img/gradient.png) repeat-x 0 0 #bbb;
	border: 0;
	box-shadow: 0 3px 2px;
	-webkit-box-shadow: 0 3px 2px;
}
.accordion-heading:hover {
	background: #ddd;
}
.accordion-heading a.accordion-toggle {
	text-decoration: none;
	font-weight: regular;
	font-size: 14px;
	padding: 9px 15px 15px 40px;
	color: #222;
}
.accordion-heading a:focus {
	outline: 0;
}
.cenarios {
	background: url('../img/icone_cenarios.png') transparent no-repeat;
}
.personagens{
	background: url('../img/icone_personagens.png') transparent no-repeat;
}
.objetos {
	background: url('../img/icone_objetos.png') transparent no-repeat;
}
.caixas {
	background: url('../img/icone_caixas.png') transparent no-repeat;
}
.sons {
	background: url('../img/icone_sons.png') transparent no-repeat;
}
.videos {
	background: url('../img/prev_video.png') transparent no-repeat;
}
.mylib {
	background: url('../img/icone_mylib.png') transparent no-repeat;
}
.mylib_premium {
	background: url('../img/icone_mylib_premium.png') transparent no-repeat;
}
h2.sons, h2.mylib {
	padding-left: 40px;
}
/* FIM ACCORDION MENU */

/* NOVA SCROLLBAR */

.mCSB_container {
	width: 100%;
}

#toolBox .mCSB_container {
	overflow-y: clip;
    overflow-x: visible;
}

#toolBox .mCustomScrollBox {
	overflow-y: clip;
    overflow-x: visible;
    height: 98%;
}

.mCSB_horizontal .mCSB_container {
	width: 800px;
	margin-bottom: 0;
}
.horWrapper {
	width: auto;
	height: 140px;
	overflow: hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
	min-width: 200px;
}
.scroll_container {
	height: 300px;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	background-color: transparent;
}

/* FIM SCROLLBAR */

#workarea {
	background-color: #333;
	overflow: auto;
	/*min-height: 410px;*/
	/*box-shadow: 2px 0 7px #111111 inset;*/
	/*-webkit-box-shadow: 2px 0 7px #111 inset;*/
}

/*Classes para modo portrait*/
.portrait_canvas {
	width: 600px !important;
	height: 1068px !important;
}

#canvas_container {
	width: 854px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.canvas-container {
	padding-bottom: 20px;
}

.Center-Container {
	position: relative;
	height: 480px;
}

.Absolute-Center {
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.loadingImg {
	max-height: 40px;
	z-index: 1;
	display: none;
}

#workarea .slide-title {
	color: #eee;
}

input#some_name:-moz-placeholder {
	color: #ccc;
}
#canvas {
	width: 854px;
	height: 480px;
	margin-top: 0;
	background-color: #eee;
	-webkit-box-shadow: inset -3px 3px 3px rgba(0, 0, 0, 0.7);
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.7);
	overflow: hidden;
}
#menu_slide {
	background: none repeat scroll 0 0 #888888;
	bottom: 0;
	float: left;
	position: absolute;
	right: 0;
	height: 150px;
}
#slide-list-container {
	height: 150px;
}
#slide-list {
	width: 1970px;	/* SLIDE.WIDTH + MARGIN:HOVER = (15*130px) + 20px */
	height: 120px;
}
.slide-item {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 174px;
	height: 100px;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
}
.slide-item .slide{
	border: 3px solid transparent;
	float: right;
}
.slide-selected .slide{
	border: 3px solid #3FA9F5;
}
.slide-item:hover {
	color: #F2F2F2;
	height: 210px;
	padding-bottom: 0;
	width: 174px;
}
.slide-item .transition {
	position : absolute;
	top : 40px;
}

.transition_active {
	display:none;
}

.slide-item .transition .item_transition {
	background: url('../img/stars-transitions.png') 0 0 no-repeat;
	display:inline-block;
	height:32px;
	width:32px;
	left: 110px;
	overflow:hidden;
}

.slide-item .transition .item_transition:hover {
	background: url('../img/stars-transitions.png') 0 -33px no-repeat;
}

.slide-item .transition .item_transition_active {
	background: url('../img/stars-transitions.png') 0 -66px no-repeat;
	display:inline-block;
	height:32px;
	width:32px;
	left: 110px;
	overflow:hidden;
}

.slide-item .transition .item_transition_active:hover {
	background: url('../img/stars-transitions.png') 0 -99px no-repeat;
}

.slide-item .slide-title {
	margin: 5px 0;
	font-size: 14px;
	color: #f0f0f0;
}

.slide_title_portrait {
	margin: 5px -33px !important;
}

.slide-item:hover .slide-title {
	font-size: 15px;
}
.remove-slide{
	background: url('../img/btn_remove_slide.png') 0 0 no-repeat;
	width: 23px;
	height: 23px;
	position: relative;
	left:125px;
	top:17px;
}
.canvas-title {
	color: #f2f2f2;
	font-size: 15px;
	position: relative;
}

.canvas-title_portrait {
	height: 64px;
}

.canvas-title input {
	cursor: pointer;
	color: #fff;
	background-color: #333;

	border: 0;
	-moz-box-shadow: 0 0 0 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 0 0 0 0;
	-webkit-border-radius: 0;
	box-shadow: 0 0 0 0;
	border-radius: 0;
	width: 41%;
	max-width: 841px;
}

.canvas-title_portrait #topSceneName {
	width: 81%;
}

.canvas-title:hover input {
	background-color: #444;
	cursor: pointer;
	border: none;

}
.canvas-title:hover span{
	background: #444;
	cursor: pointer;
}

.canvas-title .menu-context-bar {
	position: absolute;
	top: 0;
	right: 0;
	height: 26px;
}

.canvas-title_portrait .menu-context-bar {
	top : 32px;
}

.canvas-title .menu-context-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.canvas-title .menu-context-bar li {
	float: left;
}

.canvas-title .menu-context-bar .separator {
	border-left: 1px solid #FFF;
	height: 26px;
}

.canvas-title .menu-context-bar i {
	font-size: 12px;
	color: #FFF;
}

.canvas-title .menu-context-bar a {
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
}

.canvas-title .menu-context-bar a:hover {
 background: #2C2C2C;
}

.slide {
	display: inline;
	float: left;
	background-color: #eee;
	border: 0px solid #EEE;
	width: 127px;
	height: 75px;
	margin-left: 6px;
	margin-bottom: 5px;
	-webkit-box-shadow: -2px 2px 2px #111;
	box-shadow: -2px 2px 2px #111;
	padding-bottom: 0;
}

.slide_portrait {
	width: 57px !important;
	height: 96px !important;
	margin-left: 64px;
	margin-right: 64px;
}

.slide_portrait .slide {
	margin: 0 !important;
}

.slide-more {
	background: url('../img/BtMenuSlide-0001.png') 0 0 no-repeat;
	display:inline-block;
	height:16px;
	width:18px;
	position:relative;
	left: 110px;
	overflow:hidden;
	white-space:nowrap;
}

.slide-more_portrait {
	left: 39px !important;
}

.slide-more:hover {
	background: url('../img/BtMenuSlide-0001.png') 0 -17px no-repeat;
}

.slide-title {
	padding-right: 4px;
	display: inline;
	float: right;
}

.slide-title input {
	padding:0 0 0 0;
	width:127px;
	cursor: pointer;
	color: #fff;
	background-color: #888;

	border: 0;
	-moz-box-shadow: 0 0 0 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: 0 0 0 0;
	-webkit-border-radius: 0;
	box-shadow: 0 0 0 0;
	border-radius: 0;
	text-align: center;
}
.slide-title:hover input {
	background-color: #666;
	cursor: pointer;
	border: none;

}
.slide-title:hover span {
	background-color: #666;
	cursor: pointer;
}

.slide-item:hover .slide {
	background-color: #fff;
	width: 127px;
	height: 75px;
	-webkit-box-shadow: -4px 4px 4px #111;
	box-shadow: -4px 4px 4px #111;
}

.slide_preview_landscape {
	max-width: 127px;
}

.slide_preview_portrait {
	max-height: 96px;
	max-width: 53px;
}

.slide_preview_custom {
	max-width: 127px;
	max-height: 75px;
}

#edit-slides {
	float: right;
	margin: 13px 0px 0px 28px;
	height: auto;
	width: 128px;
}
#del-slide {
	margin: 0 60px;
	float: right;
	background-color: transparent;
	width: 32px;
	height: 32px;

}

#add-slide {
	padding-top: 5px;
}

#add-slide p {
	color: #f0f0f0;
	font-size: 13px;
	max-width: 101px;
	text-align: center;
	margin-left: -3px;
}

#add-slide .add-slide-simple {
	background: url("../img/icones_add_slide.png") no-repeat scroll 0 0 transparent;
	float: left;
	width: 100%;
	height: 52px;

}

#add-slide .add-slide-simple:hover {
	background: url("../img/icones_add_slide.png") no-repeat scroll 0 -87px transparent;
	cursor: pointer;
}

#add-slide .add-slide-template {
	background: url("../img/icones_add_slide_modelo.png") no-repeat scroll 0 0 transparent;
	float: left;
	width: 96px;
	height: 18px;
}

#add-slide .add-slide-template:hover {
	background: url("../img/icones_add_slide_modelo.png") no-repeat scroll 0 -33px transparent;
}

#add-slide .add-slide-template:active {
	/*background: url("../img/icones_add_slide_modelo.png") no-repeat scroll 0 -67px transparent;*/
}

#add-slide .template_disabled {
	background: url("../img/icones_add_slide_modelo.png") no-repeat scroll 0 -67px transparent;
	float: left;
	width: 96px;
	height: 18px;
	cursor: default;
}

#add-slide .dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* TOOLTIP */
.popover-inner {
	background: #eee;
	width: 210px;
	padding: 3px;
	overflow: hidden;
	border-radius: 0;
	-webkit-box-shadow: -4px 4px 4px #111;
	box-shadow: -4px 4px 4px #111;
}
.popover-title {
	background: #eee;
	color: #57A621;
	border-radius: 0;
	font-size: 14px;
	padding: 10px;
}
.popover-content {
	background: #eee;
	color: #222;
	font-size: 12px;
	padding: 0px 10px 10px;
}
.popover.right .arrow{
	border-bottom: 5px solid transparent;
	border-right: 5px solid #eee;
	border-top: 5px solid transparent;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.popover.left .arrow{
	border-bottom: 5px solid transparent;
	border-left: 5px solid #eee;
	border-top: 5px solid transparent;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
a.bttn, a.bttn:hover {
	height: 10px;
	padding: 5px;
	margin: 5px;
	font-size: 14px;
	border-radius: 5px;
	display: inline-table;
	line-height: 18px;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}
.bttn-light {
	background-color: #eee;
	color: #111;
}
.bttn-dark {
	background-color: #111;
	color: #eee;
}
.bttn-blue {
	background-color: #3FA9F5;
	color: #eee;
}
.bttn-danger {
	background-color: #D71E19;
	color: #FFF;
}
.bttn-danger:hover {
	background-color: #E73A35;
	color: #FFF;
}
.bttn-border {
	border: 1px solid #000;
}
.modal {
	background: #f9f9f9;
	width: 600px;
}
.modal-img-container {
	text-align: center;
	margin: 20px;
}
.modal-header .close, .modal-header .close:hover {
	background: url("../img/btnClose.png") no-repeat scroll center center #fab845;
	border-radius: 10px 10px 10px 10px;
	height: 18px;
	margin-top: 0;
	padding: 2px 0 1px 2px;
	width: 18px;
	opacity: 1.0;
}
.modal-header .close:hover {
	box-shadow: 0px 0px 1px #555 inset;
	-webkit-box-shadow: 0px 0px 1px #555 inset;
}
.modal-header h3, .modal-body h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
}
.modal-body p {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
}
.modal-body {
	max-height: 450px;
	overflow-y: auto; /* testar */
	padding: 15px;
}
#modalTuto {
	width: 600px;
	z-index: 9999999999999999999;
}

/* PLAYER */
#canvas_container.modal_canvas_container {
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 854px;
}
body.player #container{


}
body.player,
body.player #workarea {
	background: #eee;
	box-shadow: none;
	-webkit-box-shadow: none;


}
body.player #workarea #canvas{
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #fff;
	padding: 0;
}
.navbar-player,
.navbar-player .navbar-inner{
	background: #ccc;
	box-shadow: none;
	-webkit-box-shadow: none;
	filter: none;
}
.navbar-player .navbar-inner .container {
	/*width: 170px;*/
	margin-left: auto;
	margin-right: auto;
}
.navbar-player .divider {
	background-color: transparent;
	overflow: hidden;
	width: 10px;
}
.navbar-player .nav li .dropdown-menu a {
	color: #111;
	font-size: 13px;
}
.navbar-player .nav li {
	border-width: 1px 0px;
	border-color: #ddd;
	border-style: solid;
}
.navbar-player .nav li:hover {
	border-color: transparent;
}
.navbar-player .nav li a,
.navbar-player .nav li .dropdown-menu a:hover  {
	color: #eee;
	text-shadow: none;
	padding: 8px;
}
.navbar-player li.blue {
	background-color: #3FA9F5;
}
.navbar-player li.green {
	background-color: #4DB037;
}
.navbar-player li.orange {
	background-color: #F69420;
}
.navbar-player li.red {
	background-color:#e74a4a;
}
.navbar .nav > li > a {
	font-size: 13px;
}

@font-face {
	font-family: 'Calibri'!IMPORTANT;
	src: url('font/calibri.eot');
	src: url('font/calibri.eot?#iefix') format('embedded-opentype'),
		 url('font/calibri.woff') format('woff'),
		 url('font/calibri.ttf') format('truetype'),
		 url('font/calibri.svg#calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Trebuchet'!IMPORTANT;
	src: url('font/trebuc.ttf');
	font-weight: normal;
	font-style: normal;
}

#loading label{
	color: #eee;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -100px;
	left: 51%;
	top: 71%;
	margin-left: -50px;
}
#loading {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	background: url('../img/ds_logo.png') no-repeat center center rgba(0,0,0,1.0);
	width:100%;
	float: left;
	z-index: 10000;
}

.saving {
	background-color: #4BABD5;
	left: 54%;
	transform: translateX(-50%);
	position: fixed;
	text-align: center;
	top: 0;
	width: 45%;
	z-index: 9999;
	height: 40px;
}

.saving label {
	color: #F6F6F6;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left : 50%;
	transform : translate(-50%, -50%);
	width : 95%
}

.saving .error {
	border: 0 !important;
	font-weight: bold;
}

#client_message {
	float: left;
	left: 50%;
	margin-left: -250px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 500px;
	z-index: 9999;
}

#client_message button{
	font-family: Arial, Helvetica, sans-serif;
}

/* Context Menu */
.context-menu-list{

}
/* Correção do plugin menu de contexto */
.context-menu-list{

}
.context-menu-list .context-menu-item {
	width: inherit;
	padding-left: 0;
}
.context-menu-list .context-menu-item span{
	margin-left: 24px;
}

.context-menu-item.disabled {
	color: #999999;
}

/* ContextMenu Icons */
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
.context-menu-item.icon-edit { background-image: url(../img/icons/page_white_edit.png); }
.context-menu-item.icon-cut { background-image: url(../img/icons/cut.png); }
.context-menu-item.icon-copy { background-image: url(../img/icons/page_white_copy.png); }
.context-menu-item.icon-star { background-image: url(../img/icons/star.png); }
.context-menu-item.icon-no-star { background-image: url(../img/icons/no-star.png); }
.context-menu-item.icon-weather_sun { background-image: url(../img/icons/star.png); }
.context-menu-item.icon-bring_to_front { background-image: url(../img/icons/shape_move_front.png); }
.context-menu-item.icon-send_to_back { background-image: url(../img/icons/shape_move_back.png); }
.context-menu-item.icon-paste { background-image: url(../img/icons/page_white_paste.png); }
.context-menu-item.icon-duplicate { background-image: url(../img/icons/images.png); }
.context-menu-item.icon-flipX { background-image: url(../img/icons/shape_flip_horizontal.png); }
.context-menu-item.icon-flipY { background-image: url(../img/icons/shape_flip_vertical.png); }
.context-menu-item.icon-delete { background-image: url(../img/icons/delete.png); }
.context-menu-item.icon-scenario_invert { background-image: url(../img/icons/photo.png); }
.context-menu-item.icon-scenario_orientation { background-image: url(../img/icons/arrow_rotate_clockwise.png); }
.context-menu-item.icon-scenario_delete { background-image: url(../img/icons/photo_delete.png); }
.context-menu-item.icon-set_as_scenario { background-image: url(../img/icons/photo_add.png); }
.context-menu-item.icon-quit { background-image: url(../img/icons/door.png); }
.context-menu-item.icon-interactions { background-image: url(../img/icons/wand.png); }
.context-menu-item.icon-animations { background-image: url(../img/icons/film_edit.png); }
.context-menu-item.icon-replacement { background-image: url(../img/icons/arrow_switch.png); }
.context-menu-item.icon-cog { background-image: url(../img/icons/cog.png); }
.context-menu-item.icon-template_add { background-image: url(../img/icons/image_add.png); }

/* Modal Exportar */
.export-dw {
	background: url("../img/export_dw.png") no-repeat scroll 0 0 transparent;
	color: #444444;
	float: left;
	font-size: 18px;
	height: 48px;
	line-height: 22px;
	margin: 51px 130px;
	padding: 30px 30px 30px 80px;
}
.export-dw:hover {
	background-position: 0px -107px;
	color: #111;
}
#exporting {
	background: url("../img/carregando2.gif") no-repeat scroll center 30px rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	float: left;
	height: 200px;
	text-align: center;
	width: 100%;
}
#exporting label {
	color: #FFFFFF;
	margin-top: 150px;
}

.exportOptions {
	margin: 0 auto 10px;
	text-align: center;
}

.exportOptions .nav-header {
	text-align: left;
	margin-left:89px;
}


.typeExport {
	text-align:left;
	font-size: 11pt;
}

.executionOptionsLeft {
	margin: 7px 0 16px 0;
}

.executionOptionsRight {
	margin-top: 5px;
	margin-bottom: 18px;
}

/*New export error feedback*/
.exportError > h4 {
	font-weight: bold;
	font-size: 16px;
}

.exportError code {
	font-family: 'Ubuntu Mono';
	color: inherit;
}

.exportError code > div {
	font-family: 'Ubuntu Mono';
	color: inherit;
}

.input-micro {
	width: 30px !important;
}

.input-nano {
	width: 20px !important;
}

.duration_input {
	position: absolute;
	left:42%;
	top:0;
	width: 90px;
}

.blink_color {
	-webkit-transition : color 1s;
	-moz-transition : color 1s;
	-o-transition : color 1s;
	transition : color 1s;
}

.duration_input_portrait {
	left: 84% !important;
}

.duration_symbol {
	margin-top: 4px;
}

.transitionSelector > div {
	margin-right: 2px;
}

#viewModal {
	margin: -300px 0 0 -470px;
}

#viewModal .modal-body {
	max-height: 600px;
}

/* Listagem de Cursos */
#course-list {
	background: none repeat scroll 0 0 #F6F6F6;
	padding: 40px 0 0;
}
#course-list h2 {
	font-size: 20px;
	margin: 10px;
}
#course-list ul li {
	font-size: 16px;
	float: left;
	width: 920px;
}
#course-list ul li a {
	width: 100%;
	float: left;
	padding: 10px;
}
#course-list ul li a:hover {
	background: #e2e2e2;
}

.courseListItem {

}

.courseListItem a {
	padding-right: 55px;
	padding-bottom: 5px;
}
.courseListItem a span{
	position: absolute;
	right: 0;
}


/* Troca de senha */
#modalPassword .modal-body {
	text-align: center;
	height: 300px;
}
#modalPassword .form-item {
	margin: 0px auto;
	text-align: left;
	width: 220px;
}
#modalPassword .form-item label {
	margin: 10px 0px;
}
#modalPassword .modal-footer button.bttn-blue:disabled {
	background: #9cc9d9;
}
#modalPassword .modal-footer button{
	border-radius: 5px 5px 5px 5px;
	line-height: 18px;
	margin: 5px;
	padding: 5px;
}
#modalPassword .form-msg-alert {
	color: #dd3322;
	margin: 0px auto;
}
#modalPassword .modal-footer span {
	float: left;
	line-height: 20px;
	text-align: left;
	width: 400px;
}
#modalPassword .modal-footer.error {
	color: #fff;
	background-color: #A63333;
}
.modal-footer span {
	float: left;
	line-height: 20px;
	text-align: left;
	width: 400px;
}
.modal-footer.error {
	color: #fff;
	background-color: #A63333;
}
.modal-footer.alert {
	color: #333333;
	background-color: #ECAA5A;
}
#modalPassword .modal-footer.success {
	color: #fff;
	background-color: #44B555;
}

/* Listagem Minha Biblioteca */
.addlib {
	background: none repeat scroll 0 0 transparent;
	border-radius: 0 0 0 0;
	display: inline;
	float: left;
	height: 30px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding: 10px 0 0;
	width: 220px;
	box-shadow: 2px 2px 2px #333;
	border: 1px solid #ccc;
}
.addlib i {
	background-color: #ddd;
	border: 4px solid #ddd;
	border-radius: 20px 20px 20px 20px;
	margin-top: -1px;
}
.addlib:hover {
	background: none repeat scroll 0 0 #666;
}
.addlib:hover i {
	background-color: #eee;
	border-color: #eee;
}
.accordion-inner a.btn-half {
	width: 105px;
	margin-left: 6px;
	margin-right: 3px;
}

.addlib.go-pro {
	background-color: #0B9444;
	color: #f6f6f6;
}

.addlib.go-pro:hover {
	background-color: #0EB252;
	text-shadow: none;
	color: #fff;
}

/* Upload Modal */
#uploadModal {
	margin: 0px;
	top: 10px;
	left: 10px;
}
#uploadModal .modal-body {
	max-height: none;
}
#uploadModalIframe {
	width: 100%;
	border: 0;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}

/* ToolBox */

.eadTools {
	background: none repeat scroll 0 0 #666666;
	float: left;
	left: -300px;
	position: absolute;
	top: 110px;
	width:276px;
	z-index:100;
	border: 2px solid #0099CC;
	box-shadow: 0 5px 10px #333333;
}
.eadTools hr{
	border:  1px 1px 0 0;
}

.eadTools.ui-animate{}

.openTools {
	transition-property: left;
	transition-duration: 0.5s;
	transition-delay: 0.2s;
	left: 0px;
}

.closeTools {
	transition-property: left;
	transition-duration: 0.5s;
	left: -300px;
}

.eadTools .mCSB_container {
	width: 260px;
}

.eadTools .closeButton {
	background: url("../img/btnClose.png") no-repeat scroll center center #fab845;
	border-radius: 10px 10px 10px 10px;
	height: 18px;
	margin: 5px;
	padding: 2px 0 1px 2px;
	width: 18px;
	opacity: 1.0;
}
.eadTools .boxItems {
	margin-bottom: 20px;
}

.eadTools .title {
	color: #fff;
}

.eadTools .title span {
	font-size: 	12px;
}

.eadTools .title hr{
	margin-top: 5px;
	border-bottom:  none;
	border-color: rgb(131, 127, 127);
}

.eadTools input {
	margin: 0;
	width: 100%;
	text-align: center;
}

.eadTools .override {
	width: auto !important;
}

.eadTools .label{
	color: #000;
	width: 50px;

}

.eadTools .add-on{
	background-color: #888;
	border-color: #999;
	color: #fff;
	text-shadow: none;
}

.eadTools .input-prepend, .eadTools .input-append {
	font-size: 11px;
}

.eadTools textarea {
	width: 230px;
	margin-left: 10px;
	border: 0;
	border-radius: 0px;
	height: 200px;
}

.eadTools .alert {
	margin: 10px 0 0 0;
	font-size: 12px;
}

.btn-row {
	margin: 10px;
}
.eadTools button {
	background-color: #bbb;
	border: 0;
	border-top: 1px solid #ccc;
	width: 20px;
	height: 20px;
	margin: 2px auto;
	padding: 0;
	box-shadow: 1px 1px 2px #333333;
}
.eadTools button:hover {
	background-color: #ddd;
}
.eadTools button.active {
	background-color: #0099CC ;
	box-shadow: 1px 1px 2px #333333 inset;
	border-top: 0;
}
.eadTools button:disabled {
	opacity: 0.6;
	cursor: default;
}
.eadTools button:disabled:hover {
	background-color: #bbb;
}
.eadTools label.radio {
	color: white;
	font-size: 0.8rem;
}
.eadTools input[type="radio"] {
	margin: 3px 0;
}
.ead-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	background-image: url("../img/eadbuilder_icons.png");
	background-position: 16px 16px;
	background-repeat: no-repeat;
}
.ead-icon.icon-bold {
  background-position: 0      0;
}
.ead-icon.icon-italic {
  background-position: -24px      0;
}
.ead-icon.icon-uline {
  background-position: -48px      0;
}
.ead-icon.icon-font {
  background-position: -72px      0;
}
.ead-icon.icon-font-color {
  background-position: -96px      0;
}
.ead-icon.icon-nMarker {
  background-position: -120px      0;
}
.ead-icon.icon-dMarker {
  background-position: -144px      0;
}
.ead-icon.icon-link {
  background-position: -168px      0;
}
.ead-icon.icon-stroke-color {
  background-position: -190px      0;
}
.ead-icon.icon-fill-color {
  background-position: -212px      0;
}
#font-type {
	width: 120px;
	height: 20px;
	border: 0px;
	border-radius: 0;
	line-height: 14px;
	font-size: 14px;
	margin: 0;
	padding: 1px;
}
#font-size {
	width: 37px;
	height: 20px;
	border: 0px;
	border-radius: 0;
	line-height: 14px;
	font-size: 14px;
	margin: 0;
	padding: 0 2px;
}
.eadTools #link-url {
	width: 215px;
	height: 20px;
	border: 0px;
	border-radius: 0;
	line-height: 13.5px;
	font-size: 14px;
	margin: 0 0 0 -2px;
	padding: 0 2px;
}
.eadTools #font-color-prev {
	border: 0;
}
.eadTools button.collapse-left {
	margin-left: -4px;
	margin-right: 4px;
}
.eadTools button.collapse-right {
	margin-right: -4px;
	margin-left: 4px;
}
.eadTools button.divide-left {
	margin-left: 11px;
}
.eadTools button.divide-right {
	margin-right: 11px;
}
/* Color picker */
.colorPicker-input {
	background: transparent;
	border: none !important;
	cursor: pointer;
	height: 20px;
	line-height: 13.5px;
	padding: 0 !important;
	width: 19px;
	display: inline-block;
}
.colorPicker-selector .sp-input {
	height: 24px;
}

/* Aba audio */
.menu-audio-item {
}
.audio_prev {
	width: 30px;
	height: 30px;
	float: left;
	border: 0;
	background-color: #ddd;
	margin: 0 0 0 5px;
}
.audio_prev:hover {
	background-color: #eee;
}
.files .audio_prev {
	border: 1px solid #333;
}
input.audio-name {
	background-color: #333333;
	border: 2px solid transparent;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #DDDDDD;

	height: auto;
	margin: 0 0 3px 0;
	padding: 0 0 0 5px;
	width: 190px;
	height: 30px;
	cursor: pointer;
}
.tooltip-inner {
	max-width: 800px;
}

#audio-scene {

	padding:5px 0; margin:0; top:0; left:0;

}

#audio-scene .name{
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	height: 22px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 8px;
	width: 540px;
}
#audio-scene.not_found .name {
	color: #b74444;
}

#audio-scene .audio-del {
	background-color: #DB9D54;
	border: 0 none;
	color: #ECAA5A;
	float: left;
	height: 30px;
	margin-left: 5px;
	width: 30px;
}
#audio-scene .audio-del:hover {
	background-color: #db9039;
}

#audiojs-container .audiojs, #audiojs-container .audiojs .error, #audiojs-container .audiojs .error-message {
  position: absolute;
  top: -999999em;
  left: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#audio-scene.not_found .playBtn{
	display: none;
}
.not_found_icon{
	display: none;
}
.not_found .not_found_icon{
	width: 30px;
	height: 30px;
	float: left;
	border: 0;
	background: url('../img/not_found.png');
	margin: 0 0 0 5px;
	display: inline;
}

/* Audio JS */
.scrubber, .time{
	display:none;
}

/* PRO USER */
.navbar .nav li .go-pro {
	background-color: #0B9444;
	color: #f6f6f6;
}
.navbar .nav li .go-pro:hover {
	background-color: #0EB252;
	text-shadow: none;
	color: #fff;
}
.dropdown-menu .hd-good {
	color: #44B555
}
.dropdown-menu .hd-alert {
	color: #db9d54
}
.dropdown-menu .hd-danger {
	color: #db5455
}

/* Admin container */
.admin-body {
	background: none repeat scroll 0 0 #0B9444;
	overflow: auto;
}
#mycontainer.admin-container {
	width: 960px;
	min-height: 600px;
	margin: auto;
	background: none repeat scroll 0 0 #f2f2f2;
	box-shadow: 0 5px 5px #333333;
}
.page {
	margin-top: 40px;
}
.page h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.column {
	float: left;
}
.column label {
	margin: 5px 20px 5px 0;
	font-size: 15px;
}
.column240 {
	width: 240px;
	margin-left: 60px;
}
.column360 {
	width: 360px;
	margin-left: 60px;
}
.subcolumn120 {
	width: 100px;
}
.column480 {
	width: 480px;
	margin-left: 60px;
}
.column840 {
	width: 840px;
	margin-left: 60px;
}
.navbar a {
	cursor: pointer;
}
.go-pro-btn {
	background-color: #000;
	color: #F6F6F6;
	cursor: pointer;
	float: left;
	font-size: 20px;
	padding: 15px;
	text-decoration: none;
}
.go-pro-btn:hover {
	background-color: #0EB252;
	text-decoration: none;
	color: #fff;
}
.go-pro-btn-small {
	width: 90px;
	text-align: center;
}
.left {
	float: left;
}
.column .relevant-font {
	font-size: 25px;
	margin: 15px 20px 15px 0;
}
.column .relevant-font-2 {
	font-size: 20px;
	margin: 15px 20px 15px 0;
}
/* Formularios */
form label {
	font-size: 16px;
	position: relative;
	top: -3px;
}
.form-item {
	margin-bottom: 20px;
}
label.form-tip, label.form-tip-left {
	text-align: right;
	font-size: 12px;
}
label.form-tip-left {
	text-align: left;
}
.form-item .form-textarea,
.form-item .form-text,
.form-item textarea,
.form-item input[type=text],
.form-item input[type=number],
.form-item .form-number,
.form-item input[type=email] {
	padding: 3px;
	font-size: 14px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #bbb;
	background-color: #fff;
	color: #555;
	text-align: left;
}
.form-item input[type=checkbox],
.form-item input[type=checkbox] {
	margin: 0px 5px;
}
.form-item .form-textarea,
.form-item textarea {
	height: 160px;
  width: 300px;
}
.form-textarea-wrapper,
.grippie {
	margin-left: auto;
}
.grippie {
	width: 300px;
}
.form-item .form-text,
.form-item input[type=text],
.form-item input[type=number],
.form-item .form-number,
.form-item input[type=email] {
	width: 300px;
	height: 20px;
}
.form-text:focus,
.form-text:focus:hover,
.form-item .form-textarea:focus,
.form-item .form-textarea:hover:focus,
.form-item input[type=text]:focus,
.form-item input[type=text]:focus:hover,
.form-item input[type=number]:focus,
.form-item input[type=number]:focus:hover,
.form-item .form-number:focus,
.form-item .form-number:focus:hover,
.form-item input[type=email]:focus,
.form-item input[type=email]:focus:hover,
.form-item textarea:focus,
.form-item textarea:focus:hover {
	border: 1px solid #333333;
	background: #fff;
}
.form-item .form-textarea:hover,
.form-text:hover,
.form-item input[type=text]:hover,
.form-item input[type=number]:hover,
.form-item .form-number:hover,
.form-item input[type=email]:hover,
.form-item textarea:hover {
	background: #dee7ec;
}
.form-cpf .form-item,
.form-cnpj .form-item {
	margin-left: 140px;
}
.form-cpf,
.form-cnpj {
	display: none;
}

.form-submit,
.form-actions {
	margin: 20px 0px 60px 120px;
	text-align: right;
	width: 300px;
	border: 0;
	background: transparent;
	padding: 0;
}
.form-submit a {
	color: #166578;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	height: 20px;
	padding-bottom: 2px;
	outline: 1px;
}
.form-submit a:focus,
.form-submit a:active {
	border: 1px dotted #555555;
}
.form-submit a:hover {
	color: #000;
}
.client-form-submit .form-btt,
.form-submit .form-btt {
	background-image: url("../img/btt_login.png");
	background-color: transparent;
	background-position: 0 0px;
	background-repeat: no-repeat;
	width: 80px;
	height: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	color: #333;
	padding: 5px 12px 5px 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 0 80px 0px;
}
.client-form-submit .form-btt:hover,
.form-submit .form-btt:hover {
	background-position: 0 -30px;
	cursor: pointer;
	text-decoration: none;
}
.client-form-submit .form-btt:active,
.client-form-submit .form-btt:focus,
.form-submit .form-btt:active,
.form-submit .form-btt:focus {
	border: 1px dotted #555555;
	background-position: 0 -1px;
}
.error {
	border: 1px solid red !important;
}
.form-btt-register { margin-right: 50px; }

/*** Form messages ***/
.error-message,
.alert-message,
.accept-message{
	margin-bottom: 10px;
	padding: 10px 20px;
	position: relative;
	text-align: left;
}
.accept-message a,
.alert-message a {
	color: #005580;
}
.error-message { background:  url('../img/login_error_message.jpg') no-repeat scroll 0 0 #A63333; color: #FFFFFF; }
.alert-message { background:  url('../img/login_alert_message.jpg') no-repeat scroll 0 0 #ECAA5A; color: #333333; }
.accept-message { background: url('../img/login_accept_message.jpg') no-repeat scroll 0 0 #44B555; color: #FFFFFF; }

/* Tabela de pagamentos */
.next-payment a {
	float: left;
	margin: 5px 0;
}
.table-admin {
	width: 900px;
	margin: 30px;
	float: left;
	background: #fff;
}
.table-admin thead tr,
.table-admin thead tr:nth-child(odd) {
	background: #333;
	color: #f6f6f6;
}
.table-admin tr:nth-child(odd) {
	background: #f2f2f2;
}
.table-admin tr:hover {
	background: #d5e6ed;
}
.table-admin tr td {
	font-size: 15px;
	padding: 5px;
	vertical-align: middle;
}
.table-admin tr td a.action {
	width: 100%;
	float: left;
	margin: 5px 0;
	cursor: pointer;
}
.data-pro-offer {
	float: left;
	width: 240px;
	border: 1px solid #ddd;
	border-top: 0px;
	padding:0px;
}
.data-pro-offer p {
	padding-left: 10px;
	line-height: 1.5em;
	text-align: center;
}
.data-pro-offer p.price {
	background: #2c2c2c;
	color: white;
	font-weight: bold;
	padding: 15px;
}
.data-pro-offer ul {
	padding: 10px;
	width: 200px;
	line-height: 25px;
	list-style: square inside none;
	margin-top:0;
	padding-top:0;
}
.data-pro-offer li {
	margin-top: 10px;
}
.data-pro-offer .go-pro-btn {
	display:block;
	float:none;
	text-align: center;
}
.data-pro-offer .go-pro-title {
	background-color: #DB9D54;
	color: #F6F6F6;
	padding: 15px;
	text-align: center;
}
.client-form-submit {
	margin: 20px 0px 60px 0px;
	width: 300px;
	border: 0;
	background: transparent;
	padding: 0;
}
.client-form-submit .form-save {
	background-color: transparent;
	background-image: url("../img/btt_login.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #333333;
	font-size: 14px;
	height: 29px;
	margin: 0 0 80px;
	padding: 6px 25px 5px 20px;
	width: 80px;
}
.form-save:hover {
	background-position: 0 -30px;
	cursor: pointer;
	text-decoration: none;
}
.form-save:active,
.form-save:focus {
	border: 1px dotted #555555;
	background-position: 0 -1px;
}
.client-info {
	line-height: 26px;
}
/*input.ng-invalid:required:invalid, input.ng-invalid-required:required:invalid {
	border: 1px solid #E9322D;
	-webkit-box-shadow: 0 0 6px #F8B9B7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #F8B9B7;
}*/

/* Views */
.overBody {
	background: #f6f6f6;
	width: 100%;
}
.mod {
	background: #f9f9f9;
	padding: 15px;
	overflow-y: hidden;
	height: 450px;
}
.mod p {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
}
.mod-info {
	background: none repeat scroll 0 0 #F9F9F9;
	float: left;
	height: 170px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 170px;
	padding: 15px 15px 15px 24px;
}
.go-pro-to-export {
	padding: 20px;
	background-color: #db9d54;
	color: #f6f6f6;
	text-align: center;
	float: left;
	width: 530px;
	text-decoration: none;
}
.go-pro-to-export:hover {
	background-color: #db9039;
	text-shadow: none;
	color: #fff;
	text-decoration: none;
}
.go-pro-to-export {
	background-color: #DB9D54;
	color: #F6F6F6;
	float: left;
	margin: 10px 0;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 130px;
}
#mylib-list {
	background: none repeat scroll 0 0 #F6F6F6;
}
#mylib-list h2 {
	background-color: transparent;
	font-size: 20px;
	height: 30px;
	margin: 0 10px;
	display: inline;
	padding: 0px 40px;
	padding-right: 47%;
}
#mylib-list input[type="file"] {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transform: translate(-300px, 0px) scale(4);
	border-color: transparent;
	border-style: solid;
	border-width: 0 0 100px 200px;
	cursor: pointer;
	direction: ltr;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#mylib-list .span7 {
	margin: 10px;
	width: 170px;
}
#mylib-list .table {
	margin: 0;
	width: 99%;
	float: left;
}
#mylib-list .fileupload-buttonbar .btn {
	border-radius: 0 0 0 0;
	padding: 5px;
	width: 100%;
}
#mylib-list .btn-success {
	background: #44B555;
}
#mylib-list .btn-primary {
	background: #3FA9F5;
}
#mylib-list .btn-warning {
	background: #ECAA5A;
}
#mylib-list .btn-danger {
	background: #DA4F49;
}
#mylib-list tr:hover td {
	background: #f1f1f1;
}
#mylib-list a.bttn {
	height: 10px;
	padding: 1px 25px;
	font-size: 15px;
	border-radius: 5px;
	display: inline-table;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
}
#mylib-list .span5 {
	width: 155px;
}
input.chk_delete {
	margin-left: 10px;
}
td.audio-preview {
	width: 40px;
}
td.font-preview {
	width: 40px;
	font-size: 26px;
}
td.font-preview > i {
	background-color: #A0B9C8;
	padding: 2px;
}
td.font-name {
	font-size: xx-large;
	padding-top: 10px;
	line-height: 100%;
}
.box-table {
	max-height: 500px;
	overflow: auto;
	float: left;
	width: 73%;
	margin: 15px;
	background: #eee;
	border: 1px solid #333;
}
.second-table {
	float: left;
	width: 100%;
}

div#flash {
	height: 80px;
	width: 200px;
	position: absolute;
	right: 20px;
	top: 0;
}
#zoom {
	position: absolute;
	top: 40px;
	left: 800px;
	opacity: 0.7;
}


#confirmNewTokenModal {
	margin: -68px 0 0 -272px;
	width: 585px;
}

#confirmNewTokenModal .modal-body{
	height: 100px;
}
/* MODAL AUDIO RECORDER*/
#modalRecorder {
	height: 280px;
	display: none;
}

#modalRecorder #modalRecorderBody {
	height: 100px;
}

#modalRecorderBody .form-item label {
	margin: 10px 0px;
}

#modalRecorderBody .modal-footer button, #modalRecorderBody button{
	border-radius: 5px 5px 5px 5px;
	line-height: 18px;
	margin: 5px;
	padding: 5px;
}

.closemodal {
	border-radius: 5px 5px 5px 5px;
	line-height: 18px;
	margin: 5px;
	padding: 5px;
}

/* valign */
.icon-valign { background: url("../img/valign.png") 0 0 no-repeat; width: 14px; height: 14px; }
.icon-valign-bottom{ background-position: 0 0; }
.icon-valign-center{ background-position: 0 -33px;}
.icon-valign-top{ background-position: 0 -66px;}


#modalSendEmail input[type=text],
#modalSendEmail input[type=email] {
	margin-bottom: 0;
}

#modalSendEmail textarea {
	width: 560px;
}

#modalSendEmail .remove-email {
	text-align: right;
}

#modalSendEmail .table {
	margin-top: 30px;
}

#modalSendEmail .modal-footer {
	text-align: left;
}

#modalSendEmail .send-message {
	margin-top: 20px;
}

#modalSendEmail .send-message.show a {
	color: #F00;
}

#modalSendEmail .add-email {
	width: 120px;
}

#collapseNine {
	position: relative;
}

.go-to-pro-container {
	background: transparent url(/img/overlay_transparency.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
  text-align: center;
  padding-top: 30px;
}

.go-to-pro-container a.go-pro {
	background-color: #db9039;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	font-size: 13px;
	text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 1px;
}

.go-to-pro-container a.go-pro:hover {
	background: #B78345;
}

.questionText {
	margin: 12px 0 0 0;
	width: 236px;
	height: 40px;
}

.choice-answer-option {
	margin-top: 6px;
}

.choice-answer-option input[type=checkbox] {
	float: left;
	margin-right: 4px;
	margin-top: 8px;
	width: auto;
}

.choice-answer-option hr {
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 0;
	border-color: #837F7F;
}

.choice-answer-option input[type=text] {
	text-align: left;
	width:178px;
}

.choice-answer-option .selected {
	border-color: #18F311;
}

.drag-drop-answer-option button.remove, .choice-answer-option button.remove {
	width: 30px;
	text-align: center;
}

.drag-drop-pair {
	clear: both;
}

.drag-drop-pair .f-left {
	float: left;
	width: 208px;
}

.drag-drop-pair .f-right {
	float: right;
	width: 32px;
}

.drag-drop-pair .clear {
	clear: both;
}

.drag-drop-pair button.remove {
	float: right;
	margin-top: 10px;
}

.drag-drop-pair input[type=submit] {
	float: right;
	margin-top: 5px;
}

.drag-drop-pair input[type=text] {
	width: 90px;
	text-align: left;
}

.drag-drop-pair .pair-left, .drag-drop-pair .pair-right {
	margin: 4px 0;
	display: block;
	width: 90px;
	float: left;
}

.drag-drop-pair .pair-right {
	margin-left: 15px;
}

.feedback-container {
	margin-bottom: 4px;
}

#modalUpgradePlan ul li {
	list-style: square inside none;
	margin-bottom: 8px;
}

#modalUpgradePlan ul {
	margin-bottom: 20px;
}

#modalUpgradePlan p {
	margin: 20px 0;
}

#modalUpgradePlan .btn-upgrade-plan {
	background: #db9d54;
	color: #FFF;
}

#modalUpgradePlan h3 {
	font-size: 28px;
}

.questionText.choice, .questionText.dragdrop {
	margin-left: 0;
	height: 60px;
}

.label-type-sharing img {
	width: 20px;
	height: 20px;
}

.course-public-alert {
	padding: 10px;
	background: #CCC;
	color: #FFF;
	background-color: #DB9D54;
	font-size: 16px;
}

.course-public-alert h2 {
	margin: 4px 0;
}

.btn-go-pro {
	color: #FFF;
	background: #DB9D54;
	border-color: #FFF;
	padding: 16px !important;
}

.btn-go-pro:hover {
	background: #DB9039;
	color: #FFF;
}

.interactive-event {
	font-size: 12px;
	background: #EBEBEB;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px;
	position: relative;
}

.interactive-event .remove-interaction {
	position: absolute;
	top: 15px;
	right: 10px;
}

.interactive-event select {
	width: auto;
	max-width: 140px;
	margin-bottom: 0;
}

.add-interactive-event {
	margin-top: 12px;
}

.custom-btn-client {
	color: #FFF;
	background: #DB9039;
	border-color: #FFF;
	padding: 8px !important;
	text-shadow: none;
	font-size: 15px;
}

.custom-btn-client:hover {
	background: #DB9D54;
	color: #FFF;
}

.client-form-submit .loading {
	width: 18px;
	height: 18px;
}

.table-plans {
	margin-top: 30px;
}

.table-plans th {
	font-size: 30px;
	padding-bottom: 28px;
	text-shadow: 1px 1px 2px #CCC;
}

.table-plans th small {
	font-size: 10px;
	display: block;
	text-shadow: none;
}

.feature-unlimited {
	background: transparent url(../img/plan_feature_star.png) no-repeat left center;
	padding-left: 20px;
}

.feature-yes {
	color: #326125;
	background: transparent url(../img/plan_feature_accept.png) no-repeat left center;
	padding-left: 20px;
}

.feature-no {
	color: #CF1905;
	background: transparent url(../img/plan_feature_cross.png) no-repeat left center;
	padding-left: 20px;
}

.btn-subscription {
	margin-top: 15px;
}

.plan-radio {
	display: inline;
}

.selected-plan-checkout td {
	background-color: #FFF9A4;
}

.selected-plan-checkout:hover td {
	background-color: #FFF9A4 !important;
}

.checkout-loading {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.plan-info {
	font-size: 12px;
}

.uniqueNameWarning {
	float : left;
	color : #FF4949;
	padding-left: 90px;
	padding-top: 3px;
}

.plans-body {
	background: #F2F2F2;
}

.table-plans-iframe {
	margin-top: 0;
}

.interactions-go-pro {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.interactions-go-pro a {
	float: none;
}

#audioContainer .audiojs,
#audioContainer .audiojs .error,
#audioContainer .audiojs .error-message {
  position: absolute;
  top: -999999em;
  left: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.audio-recorder-alert {
	padding: 10px;
}

.tilted {
	transform : rotate(-90deg) translate(2px,0);
	-webkit-transform : rotate(-90deg) translate(2px,0);
	-moz-transform : rotate(-90deg) translate(2px,0);
	-o-transform : rotate(-90deg) translate(2px,0);
	-ms-transform : rotate(-90deg) translate(2px,0);
}

.videoName {
	font-size: xx-small;
	width: 105px;
	word-wrap : break-word;
	color: white;
}

.credits:hover {
	color: #ecf0f1 !important;
}
.credits span {
	font-size: 19px;
	padding-left: 3px;
}

.price-tag-container {
	position : relative;
}

.price-tag {
	position: absolute;
	top: -18px;
	left: -18px;
	border-radius: 18px;
	width: 36px;
	height: 36px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	background-color: #e74c3c;
	color: white;
}

.searchLib span {
	margin: 0 -6px 0 8px !important;
	background-color: white !important;
	border-right: 0;
	border-radius: 0 !important;
}

.audioLib span {
	margin: 0 -6px 0 5px !important;
	background-color: white !important;
	border-right: 0;
	border-radius: 0 !important;
}

.searchLib input {
	width: 183px;
	margin-bottom: 0;
	border-radius: 0;
}

.audioLib input {
	width: 192px;
	margin-bottom: 0;
	border-radius: 0;
}

.searchLib  i {
	margin-top: 2px;
	opacity: 0.6;
}

.audioLib  i {
	margin-top: 2px;
	opacity: 0.6;
}

.blurry-text {
  color: transparent;
  text-shadow: 0 0 8px black;
}

.tagSelector {
	-webkit-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	font-size:small;
	font-size: 1.6vh;
}

.tagSelector li {
	float: right;
}

.tagSelector li > a {
	color : #eee;
	padding: 5px;
}

.tagSelector li > a:hover {
	color : #555;
}

.assetContainer {
	position: absolute;
	top: 36px;
	left: 34px;
}

.assetSelectContainer button {
	width: 33.3%;
}

.undoRedoContainer {
	position: absolute;
	box-shadow:0px 2px 25px #888;
	padding: 5px;
	border: #444 2px;
	border-radius: 0 0 15px 0;
	background-color: #202020;
}

.undoRedoContainer  li {
	color: rgb(24, 174, 186);
	font-size: 18px;
}

.undoRedoContainer  li:nth-child(2) {
	-webkit-transform: scaleX(-1) translateX(3px);
	transform: scaleX(-1) translateX(3px);
	margin-top: 3px;
}

.undoRedoContainer i:hover {
	text-shadow : 0 2px 3px #888;
	cursor: pointer;
}

.undoRedoContainer  li .disabled {
	opacity: 0.3;
}

.undoRedoContainer  li .disabled:hover {
	text-shadow : none;
	cursor: default;
}



.zoomContainer {
	position: absolute;
	top: 100px;
	box-shadow:0px 2px 25px #888;
	padding: 5px;
	border: #444 2px;
	border-radius: 0 15px 15px 0;
	background-color: #202020;
}

.zoomContainer  li {
	color: rgb(24, 174, 186);
	font-size: 18px;
}

.zoomContainer  li:nth-child(2) {
	-webkit-transform: scaleX(-1) translateX(3px);
	transform: scaleX(-1) translateX(3px);
	margin-top: 3px;
}

.zoomContainer i:hover {
	text-shadow : 0 2px 3px #888;
	cursor: pointer;
}

.zoomContainer  li .disabled {
	opacity: 0.3;
}

.zoomContainer  li .disabled:hover {
	text-shadow : none;
	cursor: default;
}

/*.duration_symbol:hover {
	cursor: pointer;
	color: rgb(24, 174, 186);
}*/

.timelineContainer {
	height: 30%;
	background-color: white;
	position: absolute;
	z-index: 1;
	transition: transform 1s;
	transform: translateY(100%);
	bottom:0;
}

.timeline {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	height: 18px;
	position: relative;
}

.timeline span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px;
	width: 100%;
	text-align: center;
}

.timeline div {
	float: left;
	height: inherit;
}

.timeline div:nth-child(odd) { /* entrance and exit animations */
	background-color: red;
}

.timeline div:nth-child(2) { /*lifespan*/
	background-color: green;
}

#menuDesenho .accordion-heading{
	background-image:none; background-color:#fff; padding-top:5px; padding-left:50px;
}

#menuDesenho a {
	display:inline-block; width: 15%; padding-right: 13px;
}

#menuDesenho .deactive {
	opacity: 0.3;
}
/*Autoplay in preview*/
.autoplay {
	padding-top: 5px;
}

.sceneSettingsButton {
	float: left;
	padding: 5px 5px 0 0;
}

.sceneSettingsButton > a {
	-webkit-transition: color 1s;
	transition: color 1s;
	color: white;
}

.sceneSettingsButton a:hover {
	color: rgb(24, 174, 186);
	text-decoration: none;
}

.sceneSettings p {
	font-size: 15px;
	font-weight: bold;
}

.sceneSettings .radio {
	font-size: 15px;
	margin-left: 15px;
}

.title-icon {
	padding: 0 4px;
	margin-top: 3px;
	float: left;
}

/**
 * Formulário de resolução custom
 */
.form-resolution label {
	margin-top: 8px;
}
.form-resolution .add-on {
	margin-left: -5px;
}

/*Nova janela de exportação URL*/
.export-url .group {
	margin-bottom: 18px;
	display:flex;

}

.export-url .group > label {
	width: 62px;
	text-align: left;
	padding-top: 5px;
	margin-top: 13px;
}

.export-url .group .info {
	display: inline-block;
	margin-bottom: 0;
	background-color: white;
	border-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	padding: 15px 0;
	color: #555555;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	flex: 1;
	margin-left: 5px;
	text-align: center;
}

/* Novo seletor de fonte de textbox */
.font-dropdown {
	position: relative;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	width: 120px;
	height: 20px;
	border: 0;
	border-radius: 0;
	margin: 0;
    vertical-align: middle;
}

.font-dropdown .current > span {
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	font-size: 14px;
	position: relative;
	display: block;
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	width: 79%;
}

.font-dropdown .current:after {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #000;
	left: auto;
	right: 6px;
	bottom: 6px;
	background-color: white;
}

.font-dropdown .dropdown-list {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
}

.font-dropdown.active .dropdown-list {
	height: 167px;
	top: 20px;
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.font-dropdown.active .current:after {
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.font-dropdown li {
	padding: 0 10px;
	font-size: 1.3em;
	line-height: 1.2em;
	white-space: nowrap;
	overflow: hidden;
}

.font-dropdown li.divider {
    height: 1px;
    margin: 2px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    cursor: default;
}

.font-dropdown li:not(.divider):hover {
	color: #fff;
	background-color: #2689d6;
}

.font-dropdown .sel {
	background-color: #f0f0f0;
	color: #2689d6;
}

.hscroll2 {
	height: 145px;
}

.modal.larger-modal {
	width : 52%;
	left : 48%;
	left : calc(50vw - 26%);
	margin-left: 0
}

.modal.smaller-modal {
	width : 24%;
	left : 64%;
	left : calc(50vw - 12%);
	margin-left: 0;
}

.missing-assets {
	margin: 10%;
	font-size: small;
	padding: 16px;
	background-color: #ccc;
	border: dashed 1px #666;
	color: #666;
	text-align: center;
}

/* User Image Categories */
.user-image-categories .label {
	margin: 0 2px 2px 0;
	padding: 4px;
	display: inline-block;
}

.user-image-categories .label a {
	padding: 4px 4px 2px;
	background-color: white;
	color: black;
	border-radius: 100%;
	margin-left: 2px;
	font-size: 7px;
}

.user-image-categories .label a:hover {
	color : red;
	text-decoration: none;
	cursor: pointer;
}

/* Project duration */
.project-duration {
	color: white;
	font-size: 12px;
	float: right;
	padding: 2px 4px;
}

/* Snap to Rulers */
.canvasRuler {
    position: absolute;
    z-index: 2;
    background-color: red;
    visibility : hidden;
}

/* Project search box */
.search-box input {
	width: 188px;
	margin-left: 7px;
	padding-left: 22px;
}

.search-box i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
}

.search-box button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 209px;
	border: none;
	background: none;
}

/* Local save project modal */
.btn.cacheButton {
    padding: 23px;
    color: #555;
}
.btn.cacheButton > p {
    font-size: 1.3rem;
}

/* Weather ToolBox */
.eadTools .btn-round {
	width : 20px;
	height : 20px;
	border-radius: 50%;
}

/* Custom Slider */
input[type=range].uc-slider {
  -webkit-appearance: none;
  width: 100%;
  margin: 8px 0;
  background-color: transparent;
  border:0;
  box-shadow: none;
}
input[type=range].uc-slider:focus {
  outline: none;
}
input[type=range].uc-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(227, 221, 216, 0.78);
  border-radius: 3px;
  border: 0px solid #010101;
}
input[type=range].uc-slider::-webkit-slider-thumb {
  box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
  border: 1px solid #00001e;
  height: 18px;
  width: 9px;
  border-radius: 1px;
  background: #f4f2ef;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range].uc-slider:focus::-webkit-slider-runnable-track {
  background: rgba(227, 221, 216, 0.78);
}
input[type=range].uc-slider::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: rgba(227, 221, 216, 0.78);
  border-radius: 3px;
  border: 0px solid #010101;
}
input[type=range].uc-slider::-moz-range-thumb {
  box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
  border: 1px solid #00001e;
  height: 18px;
  width: 9px;
  border-radius: 1px;
  background: #f4f2ef;
  cursor: pointer;
}
input[type=range].uc-slider::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].uc-slider::-ms-fill-lower {
  background: rgba(227, 221, 216, 0.78);
  border: 0px solid #010101;
  border-radius: 6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range].uc-slider::-ms-fill-upper {
  background: rgba(227, 221, 216, 0.78);
  border: 0px solid #010101;
  border-radius: 6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range].uc-slider::-ms-thumb {
  box-shadow: 0.9px 0.9px 1px #000031, 0px 0px 0.9px #00004b;
  border: 1px solid #00001e;
  height: 30px;
  width: 9px;
  border-radius: 1px;
  background: #f4f2ef;
  cursor: pointer;
}
input[type=range].uc-slider:focus::-ms-fill-lower {
  background: rgba(227, 221, 216, 0.78);
}
input[type=range].uc-slider:focus::-ms-fill-upper {
  background: rgba(227, 221, 216, 0.78);
}


#variablesPreviewWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
    justify-content: center;
}

#variablesPreview {
	position: relative;
	display: flex;
    flex-direction: column;
    background-color: white;
	width: 60%;
	padding: 8px;
	border-radius: 4px;
	align-items: center;
}

#variablesPreview div {
	display: flex;
	width: 100%;
}

#variablesPreview div.actions {
	display: flex;
	justify-content: center;
}

#variablesPreview h3 {
	margin-bottom: 8px;
	text-align: center;
}

#variablesPreview button.close {
	position: absolute;
    right: 10px;
    margin: 0px;
    padding: 0px;
    border: 0;
    background: none;
    font-weight: bold;
}

#variablesPreview button.action {
	width: 60px;
	color: white;
	padding: 8px 0;
	border: 0;
	margin-right: 8px;
}

#variablesPreview button.apply {
	background-color: #4DB037;
}

#variablesPreview button.orange {
	background-color: #F69420;
	width: 100px;
}


#variablesPreview button.red {
	background-color: #e74a4a;
}


#variablesPreview input[type=text] {
	flex: 1;
}

#variablesPreview input[type=checkbox] {
	margin-right: 8px;
    width: 15px;
    box-shadow: none;
    border: none;
    height: 23px;
}

#variablesPreview label {
	line-height: 26px;
	margin-right: 4px;
	width: 90px;
	text-align: right;
}