/* General Styles */
.ai-shortcodes-container {
    width: 1200px;
    max-width: 100%;
}
.ai-row {
    display: flex;
    position: relative;
	clear: both;
}
*[class^="ai-col-"] {
    display: inline-block;
}
.ai-col-2 {
    width: 50%;
}
.ai-col-3 {
    width: 33.333%;
}
.element-group > *:first-child {
    margin-bottom: 5px;
}
.ai-admin-content-wrap .element-group {
    margin-bottom: 10px;
}
.ai-admin-content-wrap .ai-plugin-submit {
    margin: 20px 10px;
    padding: 5px 34px;
	float: right;
}
p.ai-field-desc {
    font-size: 12px;
    font-style: italic;
}
.ai-admin-wrap {
    padding: 30px 15px;
}
.ai-admin-content-wrap {
    border: solid 1px #e1e1e1;
	height: auto;
    overflow: hidden;
	background: #fff;
	margin-top: 30px;
}
ul.ai-meta-rating.star-rating > li {
    display: inline-block;
}
.ai-tab-list ul.tablinks-list {
    margin-top: 0;
}

/* Switch Button Styles */
.ai-admin-wrap .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.ai-admin-wrap .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.ai-admin-wrap .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.ai-admin-wrap .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.ai-admin-wrap .switch input:checked + .slider {	
  background-color: #2196F3;
}

.ai-admin-wrap .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.ai-admin-wrap .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.ai-admin-wrap .switch .slider.round {
  border-radius: 34px;
}
.ai-admin-wrap .switch .slider.round:before {
  border-radius: 50%;
}

/* Tab Styles */
.ai-tab-list {
    float: left;
    border-right: 1px solid #ccc;
    background-color: #1D2327;
    width: 25%;
    height: 600px;
	padding-bottom: 50px;
}
ul.tablinks-list {
    position: relative;
    overflow: hidden;
}
.ai-tab-list .tablinks {
    display: block;
    background-color: inherit;
    color: #fff;
    padding: 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
	margin: 0;
}
.ai-tab-list .tablinks:hover {
    background-color: #2c3338;
}
.ai-tab-list .tablinks.active {
    background-color: #2c3338;
    color: #fff;
}
.ai-tab .tabcontent {
    float: left;
    padding: 30px 35px;
    width: 75%;
    border-left: none;
    height: 600px;
    overflow-y: auto;
    padding-bottom: 50px;
}
.ai-tab .tab-hide {
	display: none;
}
.field-set {
    margin-bottom: 30px;
}
.field-set-left > h5 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
}
.field-set-right > input, .field-set-right > select {
    min-width: 320px;
    min-height: 36px;
    max-width: 100%;
}

/* AIEA Option Form Styles */
form#ai-form-wrapper {
    position: relative;
}
input.ai-submit {
    position: absolute;
    top: 20px;
    right: 18%;
}

/*Admin Meta Drag and Drop Field CSS*/
.field-set-right .meta-items {
    background-color: #e1e1e1;
    padding: 30px 15px;
}
.field-set-right .meta-items.meta-items-enabled {
    background: #32373c none repeat scroll 0 0;
}
.field-set-right .meta-items li {
   background-color: #0073aa;
    color: #fff;
    cursor: all-scroll;
    display: inline-block;
    margin-left: 5px;
    padding: 8px 15px;
}
.field-set-right .meta-field-table tbody tr td:first-child{
	width:25%;
}
.field-set-right .meta-items, .field-set-right .meta-items li{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.field-set-right .droppable-active, .field-set-right .meta-items.meta-items-enabled.droppable-active {
	border:dashed 2px #0073AA;
	background-color:#00aef0;
}
.field-set-right .droppable-active li{
	background-color:#0b9bd2;
	border:solid #48b3db 1px;
	color:#fff;
}

select.elementor-control-fa-icon {
	font-family: 'FontAwesome';
}
select.elementor-control-ti-icon {
	font-family: 'themify';
}
table.ai-admin-table {
    margin-left: -12px;
}
table.ai-admin-table thead td {
    font-weight: bold;
	padding-top: 0;
}
table.ai-admin-table tbody td {
    font-size: 12px;
}
table.ai-admin-table td {
    padding: 2px 10px;
}
span.requirement-icon.success:before {
    font-family: dashicons;
    content: "\f12a";
    color: #07af07;
}
span.requirement-icon.warning:before {
    font-family: dashicons;
    content: "\f153";
    color: #f55b22;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-center .ai-btn {
	margin: 0 auto;
}
ul.ai-news-events {
    display: block;
    padding-left: 20px;
    position: relative;
}
ul.ai-news-events > li:before {
    position: absolute;
    left: -5px;
    content: "\f139";
    font-family: dashicons;
    font-size: 18px;
}
ul.ai-news-events > li {
    margin: 5px 0;
}
.toplevel_page_ai-addons .wp-menu-image > img {
    width: 20px;
    border-radius: 10px;
    padding: 0 !important;
    margin-top: 6px;
}
span.ai-version {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    background: #333;
    color: #fff;
    height: 34px;
    width: 34px;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
}
span.ai-pro-style {
    color: #ff9700;
    font-weight: bold;
}
.aiea-hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
h1.aiea-heading {
    text-align: center;
    font-weight: bold;
}