/**
 * Version: 1.2
 * General CSS for the plugin
 * - Added Tab System
 */
.forge12-plugin {
    display       : flex;
    flex-flow     : column nowrap;
    width         : 100%;
    padding-top   : 20px;
    padding-right : 20px;
    box-sizing    : border-box;
}

.forge12-plugin .options {
    float      : right;
    margin-top : -40px;
}

.forge12-plugin h1 {
    padding-bottom : 5px;
}

.forge12-plugin-header {
    display       : flex;
    flex-flow     : row nowrap;
    align-items   : center;
    padding       : 20px;
    min-height    : 110px;
    border-radius : 5px 5px 0 0;
    background    : linear-gradient(340deg, rgba(6, 49, 113, 1) 0%, rgb(65 65 173) 47%, rgba(0, 212, 255, 1) 100%);
}

.forge12-plugin-menu .navbar ul.navbar-nav {
    display       : flex;
    flex-flow     : row nowrap;
    margin-top    : 0;
    margin-bottom : 0;
}

.forge12-plugin-menu .navbar ul.navbar-nav li {
    margin-bottom : 0;
}

.forge12-plugin-menu {
    display          : flex;
    flex-flow        : row nowrap;
    border-radius    : 0 0 5px 5px;
    box-shadow       : 0 1px 3px 1px rgba(0, 0, 0, 0.05);
    padding          : 10px;
    background-color : #f8f9fa !important;
}

.forge12-plugin-menu .forge12-plugin-menu-item {
    display : flex;
}

.forge12-plugin-menu .forge12-plugin-menu-item a {
    padding         : 10px;
    text-decoration : none;
}

.forge12-plugin-menu .forge12-plugin-menu-item a.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
    background    : #258dc8; /* Old browsers */
    background    : -moz-linear-gradient(top, #258dc8 0%, #258dc8 100%); /* FF3.6-15 */
    background    : -webkit-linear-gradient(top, #258dc8 0%, #258dc8 100%); /* Chrome10-25,Safari5.1-6 */
    background    : linear-gradient(to bottom, #258dc8 0%, #258dc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#258dc8', endColorstr='#258dc8', GradientType=0); /* IE6-9 */

    border-radius : 5px;
    color         : #fff;
}

.forge12-plugin-content {
    margin-top : 20px;
    display    : flex;
    flex-flow  : row nowrap;
}

.forge12-plugin-footer {
    margin-top : 50px;
}

.forge12-plugin-footer .forge12-plugin-footer-inner {
    text-align : center;
}

.forge12-plugin-content .box {
    background-color : #f8f9fa !important;
    border-radius    : 5px;
    box-shadow       : 0 1px 3px 1px rgba(0, 0, 0, 0.05);
    padding          : 20px;
    margin-bottom    : 20px
}

.forge12-plugin-content .forge12-plugin-content-main {
    flex          : 1 1 65%;
    padding-right : 20px;
}

.forge12-plugin-content .forge12-plugin-content-sidebar {
    flex : 1 1 35%;
}

.forge12-plugin-header img {
    width : 300px;
}

.forge12-plugin-content .tablenav-pages {
    margin-top : 20px;
}

/**
 * Popoup
 */
.forge12-plugin-popup {
    position         : fixed;
    background-color : #f8f9fa;
    box-shadow       : 0 1px 3px 1px rgba(0, 0, 0, 0.05);
    width            : 450px;
    left             : calc(50% - 225px);
    top              : 150px;
}

.forge12-plugin-popup .options {
    margin-bottom : 10px;
    margin-top    : -10px;
    font-size     : 12px;
}

.forge12-plugin-popup-content {
    max-height : 600px;
    overflow-y : scroll;
    padding    : 20px;
}

.forge12-plugin-popup h2 {
    margin-top : 0;
}

.forge12-plugin-popup table {
    width           : 100%;
    border-collapse : collapse;
}

.forge12-plugin-popup table tr:first-child {
    background-color : #333 !important;
    color            : #fff;
}

.forge12-plugin-popup table tr:nth-child(odd) {
    background-color : rgba(0, 0, 0, 0.05);
}

.forge12-plugin-popup table td {
    padding : 10px;
}

.forge12-plugin-popup .forge12-plugin-popup-close {
    position      : absolute;
    right         : -15px;
    top           : -15px;
    padding       : 8px 12px;
    cursor        : pointer;
    color         : #fff;
    border-radius : 3px;
    background    : #333;
}

/**
 * Table design
 */
.forge12-plugin-content a {
    text-decoration : none;
}

.forge12-plugin-content table {
    border-collapse : collapse;
    width           : 100%;
}

.forge12-plugin-content table td, .forge12-plugin-content table th {
    padding    : 10px;
    text-align : left;
}

.forge12-plugin-content tr th:first-child,
.forge12-plugin-content tr td:first-child {
    text-align : center;
    cursor     : pointer;
}

.forge12-plugin-content table tr:first-child th {
    background-color : #333 !important;
    color            : #fff;
}

.forge12-plugin-content table tr:nth-child(odd) {
    background-color : rgba(0, 0, 0, 0.05);
}

.forge12-license {
    display   : flex;
    flex-flow : row wrap;
    width     : 100%;
    max-width : 1600px;
}

.forge12-license h1 {
    padding       : 0;
    margin        : 0;
    display       : block;
    width         : 100%;
    margin-bottom : 30px;
}

.forge12-license table {
    width : 100%;
}

.forge12-license table th {
    background-color : #f0f0f0;
    padding          : 10px;
}

.forge12-license table tr:nth-child(odd) {
    background-color : #f9f9f9;
}

.forge12-license table td {
    padding : 10px;
}

.forge12-license form input[type=text] {
    width         : 100%;
    border-radius : 0;
}

.forge12-license form table td:first-child {
    width      : 150px;
    text-align : left;
}

.forge12-license form {
    width : 100%;
}

.alert {
    display          : flex;
    flex-flow        : row wrap;
    width            : 100%;
    max-width        : 1600px;
    background-color : #fff;
    border           : 1px solid #edeaea;
    padding          : 30px;
    margin-top       : 30px;
    box-shadow       : 0 0 15px 3px rgba(0, 0, 0, 0.1);
}

.forge12-license #remove_license {
    margin-top : 15px;
}

/**
 * Option design
 */
.forge12-plugin-content .option {
    display         : flex;
    flex-flow       : row nowrap;
    margin-bottom   : 25px;
    justify-content : center;
}

.forge12-plugin-content .option .sub {
    font-size : 12px;
    margin    : 0;
}

.forge12-plugin-content .option .label {
    flex        : 0 0 250px;
    padding-top : 15px;
}

.forge12-plugin-content .option .input {
    border           : 1px solid #edeaea;
    padding          : 15px;
    flex             : 1 1 100%;
    border-radius    : 5px;
    background-color : rgba(255, 255, 255, 0.5);
}

.forge12-plugin-content .option .input input[type=text],
.forge12-plugin-content .option .input textarea {
    width : 100%;
}

/**
 * Preview
 */
.forge12-plugin-content .preview {
    display   : flex;
    flex-flow : row wrap;
}

.forge12-plugin-content .preview img {
    max-width : 230px;
}

.forge12-plugin-content .preview > div {
    padding    : 10px 10px;
    box-sizing : border-box;
    cursor     : pointer;
}

.forge12-plugin-content .preview > div > div {
    border-width  : 5px;
    border-color  : rgba(255, 255, 255, 0.5);
    border-style  : solid;
    display       : flex;
    flex-flow     : row wrap;
    border-radius : 10px;
    overflow      : hidden;
}

.forge12-plugin-content .preview .active {
    border     : 5px solid #2271b1;
    box-shadow : 0 0 15px 3px rgba(0, 0, 0, 0.1);
}

/**
 * Tab System
 */
.forge12-plugin-content .tab-container {
    display       : block;
    width         : 100%;
    padding       : 0;
    overflow      : hidden;
    box-shadow    : none!important;
    border        : 1px solid #edeaea!important;
    margin-bottom : -1px!important;
    border-radius : 0!important;
}

.forge12-plugin-content > div .tab-container:last-child {
    margin-bottom : 20px!important;
}

.forge12-plugin-content .tab-container .tab-container--inner {
    display   : flex;
    flex-flow : column nowrap;
}

.forge12-plugin-content .tab-container .tab-container-header {
    background-color : #f9f9f9;
    border-radius    : 0px;
    padding          : 0 20px;
    cursor           : pointer;
    /*border-bottom    : 1px solid #edeaea;*/
}


.forge12-plugin-content .tab-container .tab-container-header i {
    padding-right : 5px;
}


.forge12-plugin-content .tab-container .tab-container-content {
    padding : 20px 20px 0 20px;
    display : none;
}

/**
 * This will be triggered by f12_floating_menu_tab_container.js - automatically added
 * to the tab container content.
 */
.forge12-plugin-content .tab-container.active .tab-container-content {
    display : block;
}

.forge12-plugin-content .tab-container.active .tab-container-header {
    border-bottom : 1px solid #edeaea;
}