
.fgl-website-links{
    float:right;
}

.fgl-website-links a{
    text-decoration: none!important;
}

/*general list view*/
.sortable-wrapper .fgl-ordering{
    cursor:move;
}

.fgl-list-image{
    max-width:200px;
    max-height:150px;
}

/*gallery edit form*/
#fgl-file-upload{
    display:none;
}

.fgl-featured-image{
    max-width:100%;
}

#fgl-toggle-gallery{
    cursor:pointer;
}

.dashicons-arrow-down, .dashicons-arrow-up{
    font-size:30px!important;
}

#gallery-form-featured-image{
    max-width:100%;
    max-height:150px;
}

.fgl-from-second-parent .row-title{
    font-style: italic;
    font-weight: 300!important;
}

#import_featured_img_preview img{
    max-width:200px;
    max-height:150px;
}

#import_featured_wrapper{
    margin-top:5px;
}

/*image list header*/
.plupload_header{
    display:none;
}

/*edit image dialog*/
#fgl-lightbox-dark{
    position:fixed;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index:100000;
}

#fgl-edit-image-dialog{
    position:fixed;
    width: calc(100vw - 100px);
    top:50px;
    left:50px;
    background: #fff;
    z-index:110000;
}

.fgl-edit-image-toolbar{
    border-bottom:1px solid #ccc;
}

.fgl-edit-image-dialog-inner{
    padding:20px;
    bor-top:1px solid #aaa;
}

#fgl-image-dialog-buttons{
    margin-top:3px;
}

.fgl-image-dialog-close{
    float:right;
}

#fgl-image-crop-form, #fgl-image-rotate-form{
    float: left;
}

.fgl-dialog-button{
    border: 1px solid #ccc;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    padding:5px;
    margin:0px 3px;
    cursor:pointer;
}

#fgl-image-swap-form{
    float: right;
}

#fgl-swap-image-input{
    color: transparent;
    width:80px;
}

.fgl-image-dialog-button{
    width:50px;
    height:50px;
    text-align:center;
    border-left:1px solid #ddd;
    cursor:pointer;
}

.fgl-image-dialog-button .dashicons{
    margin-top:10px;
    width:30px!important;
    height:30px!important;
    font-size:30px!important;
    display:inline-block;
}

.fgl-image-dialog-button img{
    margin-top:13px;
    display:inline-block;
}

#fgl-image-dialog-save, #fgl-image-dialog-save-next, #fgl-image-dialog-save-tick, #fgl-image-dialog-next, #fgl-image-dialog-prev{
    float:right;
}

#fgl-image-dialog-save-tick{
    font-size:32px;
    width:50px;
    height:40px;
    text-align:center;
    padding:10px 2px 0px 0px;
}

#fgl-image-dialog-leftarrow{
    position:absolute;
    top:0px;
    right:60px;
    width:60px;
    height:30px;
}

#fgl-image-form-imagetag{
    max-width:100%;
    max-height:70vh;
}

#fgl-image-form-embed{
    width:100%;
}

#fgl-edit-image-dialog .form-table th{
    max-width:120px;
}

ul.ui-autocomplete {
    z-index: 100000;
}

/*options form*/
.fgl-options-table h3{
    margin:0px!important;
    padding:0px!important;
}

.fgl-options-heading-th{
    padding:5px 0px 0px 0px!important;
}

/*theme edit*/
.fgl-theme-edit .ui-tabs-vertical{
    width: 56em;
}

.fgl-theme-edit .ui-tabs-active a{
    background-color:#fff!important;
}

.fgl-theme-edit .ui-tabs-vertical .ui-tabs-nav{
    padding: .2em .1em .2em .2em;
    float: left;
    width: 13em;
}

.fgl-theme-edit .ui-tabs-vertical .ui-tabs-nav li{
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
}

.fgl-theme-edit .ui-tabs-vertical .ui-tabs-nav li a{
    display: block;
    width:90%;
}

.fgl-theme-edit .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
}

.fgl-theme-edit .ui-tabs-vertical .ui-tabs-panel{
    padding: 0em 1em 1em 1em;
    float: right;
    width: 40em;
}

.fgl-theme-edit .form-table th, .form-table td{
    padding-top:0px;
}