/**
 * @package Helix Shortcode Generator
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2015 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */

 #helix-shortcode-modal.modal{
	top: 30px;
}

.form-horizontal #helix-shortcode-modal .controls{
    margin-left: 120px !important;
}

#helix-shortcode-modal .modal-header{
	padding-top: 15px;
    padding-bottom: 15px;
    background: #f5f5f5;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

#helix-shortcode-modal .modal-header .action-remove .icon-cancel{
	float: right;
	color: #999;
	margin-top: 10px;
	font-size: 16px;
	line-height: 16px;
	margin-right: 5px;
}

#helix-shortcode-modal .modal-header h3{
	font-family: "Open Sans";
	font-weight: 100;
	color: #666;
}

#helix-shortcode-modal .modal-body{
    min-height: 300px !important;
	max-height: 500px !important;
}

#helix-shortcode-modal .btn{
	background-image: none;
	border-width: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 8px 15px;
}

.clone-shortcode{
	margin-bottom: 15px !important;
}

.repeatable-container .repeatable-item{
	margin-bottom: 15px;
}

.repeatable-container .repeatable-item:last-child{
	margin-bottom: 0;
}

.repeatable-container .repeatable-title{
	padding: 0 15px;
	border: 1px solid #ededed;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: 300;
	background: #fafafa;
	color: #999;
}

.repeatable-container .repeatable-title h3{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
}

.repeatable-container i{
	color: #999;
}

.repeatable-container .action-move{
	float: left;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	cursor: move;
	border-right: 1px solid #ededed;
}

.repeatable-container .action-remove,
.repeatable-container .action-duplicate{
	display: inline-block;
	margin-left: 10px;
	float: right;
}

.repeatable-container .action-remove i{
	color: #da4f49;
}

.repeatable-container .repeatable-content.in{
    position: relative;
    top: -2px;
    border: 1px solid #eee;
    border-top: none;
}

.repeatable-container .repeatable-content > div{
	padding: 20px;
}

/* Select Shortcode */
.shortcode-item{
	display: none;
}
.shortcode-item.active{
	display: block;
}


.shortcode-repeatable{
	margin: 0 -15px;
	padding: 15px;
	border-top: 1px solid #eee;
}

/* Input */
#helix-shortcode-modal input[type='text'],
#helix-shortcode-modal textarea{
	padding: 8px 8px;
	min-height: 36px;
	border: 1px solid #eee;
	display: inline-block;
	width: 100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: inset none;
}

#helix-shortcode-modal textarea{
	height: 120px;
}
