/* ------------- Stylees Page Admin Short Codes ----- */
body { overflow-x: hidden; }
.hide-it{
	display: none;
}
#wpbody-content button:focus,
#wpbody-content input:focus,
#wpbody-content select:focus,
#wpbody-content textarea:focus {
  outline: none !important;
} 
.gridslider-content-text{
	box-shadow: none !important;
    outline: none !important;
}
.grid-admin-alert{
    background: #ff7272;
    color: #fff;
    padding: 3px 10px !important;
}
.filter-disabled{
	opacity: 0.7;
    filter: grayscale(0.9);
}
.other-layouts{
	display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
}
.other-layouts a{
	
}
.other-layouts a:hover{
	
}
.select-layout-colum{
	float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
/* ********************** EDIT MODE **************** */
#form-edit-grid{
	position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: visible;
    background-color: #e6e9ec;
    z-index: 1;
    font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
    font-size: 13px;
    width: 300px;
    z-index: 99999;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	transform: translateX(100%);
	transition: .3s ease-out;
}
#form-edit-grid-content{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
}
#edit-panel-header-wrapper{}
#edit-panel-header{
	display: table;
    height: 40px;
    width: 100%;
    background-color: #9C27B0;
    color: #fff;
}
#edit-panel-header-menu-button{
	display: table-cell;
    vertical-align: middle;
    text-align: center;	
}
.edit-header-button{ width: 40px; }
.arrow-menu-bar{ cursor: pointer; }
.arrow-menu-bar:hover{ opacity: 0.7; }
.arrow-active{}
.arrow-back{ 
	display: block;
	position: absolute;
    left: -30px;
    top: 60px;
    background: #9c27b0;
    padding: 30px 0 30px 10px;}
#edit-panel-header-title{ 
	font-size: 15px; 
	display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.fj-accordion__content .attachment-preview-image{
	    width: 100%;
		margin: 0px;
}
.edit-control-label{
	display: block;
    color: #999;
    margin: 10px 0 5px 0;
}
.fj-accordion__content hr {
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fafafa;
}
.fj-accordion__content .text-type{
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6d7882;
    border: 1px solid #d5dadf;
    outline: none;
    padding: 5px 8px;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
}
.fj-accordion__content select {
    padding: 0px 25px 0px 6px;
    line-height: 1em;
    height: 28px;
    vertical-align: middle;
    color: #6d7882;
    font-size: 12px;
    cursor: pointer;
    width: auto;
}
#publish-changes {
    display: block;
    position: fixed;
    bottom: 0;
    padding: 15px 25px;
    background: #f8f8f8;
    width: 100%;
    border-top: 1px solid #ddd;
}
.p-final{
	padding-bottom: 190px;
}
/* ********************** accordion **************** */
.fj-accordion {
  display: block;
  margin: 0px;
}

.fj-accordion__header {
  display: block;
  background: #F8F8F8;
  position: relative;
  display: block;
  padding: 10px 35px 10px 25px;
  font-size: 14px;
  color: #9E9E9E;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.fj-accordion__header__inner {
  display: block;
  padding: 15px 25px 15px 35px;
  font-size: 18px;
  color: #E8881D;  
}

.fj-accordion__content {
  display: none;
  padding: 0px 25px 25px;
  border: none;
  border-top: none;
}
.fj-accordion__header:after {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 30%;
    width: 3px;
    height: 3px;
    padding: 5px;
    margin: 0px;
    background: url(../../images/sort.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: initial;
    opacity: 0.8;
}
.fj-accordion .active:after {
	content: '' !important;
    display: block !important;
    position: absolute !important;
    right: 12px !important;
    top: 30% !important;
    width: 3px !important;
    height: 3px !important;
    padding: 5px !important;
    margin: 0px !important;
	background: url(../../images/sort-desc.png) !important;
	background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: initial !important;
    opacity: 0.8 !important;
}
/* ---------------- Sliding Panel ----------------*/
.sliding-edit-panel{ transform: translateX(0%) !important; }

/* ----------- General ------------------------- */
#top-mode-panel{
	display: block;
    width: 100%;
    max-width: 1120px;
    padding: 10px 30px;
    margin: 0px auto;
    background: #fff;
    position: relative;
}
#top-mode-panel h3{ font-weight: 600; }
#top-mode-panel .grid-preview-image {
    float: inherit;
    display: inline-block;
    width: 80px;
    height: 49px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 10px;
}
.grid-details{
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    text-align: left;
    color: #717171;    
}
#edit-mode-panel{
	display: block;
    width: 100%;
    max-width: 1120px;
    height: auto;
    padding: 30px;
    margin: 20px auto 0;
    background: #fff;
}
.controls-publish{	
	display: block;
	width: 100%;
    max-width: 1120px;
    height: auto;
    padding: 30px;
    margin: 0px auto;
    background: #fff;
    border-top: 2px dotted #dadada;
}
.controls-publish .grid-publish {
    margin-top: 0px;
}
#create_main_grid_slides{
	
}
.plugin-version {
    display: inline;
    background: #eee;
    width: auto;
    margin: 5px 0px 0px 10px;
    padding: 3px 6px;
    font-size: 12px;
}
.plugin-newversion a {
    display: inline;
    background: #F53A3A;
    width: auto;
    margin: 5px 0px 0px 10px;
    padding: 3px 6px;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
}
#edit-slug-box, #preview-action {
    display: none;
}
.coy-thumbnail {
    width: 80%;
    max-width: 70px;
    height: auto;
}
.grid-slider-content{
    width: 97%;
    max-width: 1275px;
    height: auto;
    display: block;
    margin: 0px auto;
    padding: 0px;    
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.grid-hide-all, .coy-button-hide {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.grid-slider-content h2 {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 12px 30px 12px;
    background: #FFFFFF;
    color: #353535;
    margin-bottom: 0px;
    margin-top: 0px;
}
.shortcode-ico {
    background-image: url("../../images/code-ico.png") !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
}
.settings-ico {
    background-image: url("../../images/settings-ico.png") !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
}
.grid-slider-post {
    display: block;
    padding: 0px;
}
.grid-slider-post p {
    padding: 5px 10px;
}
.choose-option {
    display: block;
    margin: 0px 1%;
    width: 23%;
    height: auto;
    min-height: 100px;
    float: left;   
}
.min-choose-option {
    display: block;
    margin: 0px 1%;
    width: 48%;
    height: auto;
    min-height: 60px;
    float: left;
}
.choose-option input{
    width: 90%;
}
.choose-option h3 {
    font-size: 14px;
}
.choose-option p {
    font-size: 11px;
    font-style: italic;
    margin: 2px 0px 0px;
    padding: 0px !important;
    color: #757575;
}
.choose-layouts h3 {
    font-size: 1em !important;
}
.my-buttons {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0px;
    padding: 20px 12px;
    border-top: 1px solid #ECECEC;
}
/* --------- */
.object-grid-sortable {
    /*min-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table;
    margin: 0px;
    padding: 0px;*/
}
.gridslider-text, .gridslider-item, gridslider-input-text {
    display: block;
    margin: 5px 0px;
}
.two-columns {
    display: inline-block;
    width: 49%;
    height: auto;
    margin: 0px;
}
.closed-item { 
    background: #f5f5f5;
    border: 1px solid #dedede;
    padding: 20px;
    margin: 0px;
}
.object-grid { 
    background: #f9f9f9;
    border: 1px solid #dedede;
    padding: 10px;
}  
.attachment-preview-image {
    display: inline-block;
    width: 27%;
    height: auto;
    margin: 0px 10px 0px 0px;
    padding: 0px;   
}
.divpreview {
    background-image: url('../../images/image-default.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 90%;
    height: 150px;
    margin: 0 auto;
}
.image-url {
    display: none;
    visibility: hidden;
}
.coytext-inputs {
    display: inline-block;
    width: 70%;
    height:  auto;
    margin: 0px 10px 0px 0px;
    padding:  0px;
    float: left;
}
.coytext-inputs p {
    margin: 5px 0px;
}
.gridslider-input-item {
    display: block;
    width: 100%;
    height:  auto;
    margin: 0px 10px 0px 0px;
    padding:  0px;
    float: none;
}
.gridslider-input-text {
    display: block;
    padding: 5px 0px;
}
.grid-layout {    
    display: block;    
    width: auto;
    height: auto;
    margin: 10px 5px;
}
.grid-layout li {    
    margin-right: 14px;     
    display: inline-table;
    margin-top: 20px;
}
.grid-layout li input[type=radio] {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 14px;
    line-height: 10px;
    float: left;
    display: inline-block;
    margin-top: 20px;
}
.empty-row-slider-item {
    display: none !important;
    visibility: hidden !important;
}
.cbs-label-text {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}
.image-upload-button {
    margin-top: 5px !important;
}
#grid-sliders {

}
#cyt_slider_basic_meta .error { 
    color: red;
    display: block;
}
#grid-sliders li{
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 12px;
    background: #fdfdfd;
    border: 1px solid #ccc;
}
#grid-sliders h3{    
    padding: 10px 0px;
}
.head-slide-item {
    cursor: pointer;
    color: #777;
}
.head-slide-item:before{
    content: '\f142';
    right: 25px;
    font: 400 20px/1 dashicons;
    speak: none;
    display: inline-block;
    padding: 0px;
    top: 0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
    float: right;
}

.closed-item:before{
    content: '\f140' !important;

}

.object-grid .drag-item { 
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px;
    position: relative;
    line-height: 20px;
    cursor: move;
    background-image: url(../../images/cursor_drag.png);
    background-position: center center;
    background-size: cover;
}
.btn-delete {
    background: #E02525 !important;
    border-color: #CC3636 !important;
    color: #ffffff !important;
    -webkit-box-shadow: inset 0 1px 0 #E05F5F,0 1px 0 rgba(224,95,95,.08) !important;
    box-shadow: inset 0 1px 0 #E05F5F,0 1px 0 rgba(224,95,95,.08) !important;
}
.btn-delete:hover {
    background: #EF0000 !important;
    border-color: #9C0101 !important;
}

.preview-shortcode {
    background: #e8e8e8;
    padding: 5px;
}
#grid-codes {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
}

#grid-codes thead {
    font-size: 12px;
    padding: 15px;
    background: #D6D6D6;    
    text-align: center;
    border-bottom: 1px solid #bbb;
}
#grid-codes caption {
    font-size: 18px;
    padding: 15px;
    background: #F7F7F7;
    border: 1px solid #ccc;
    border-bottom: none;    
}
#grid-codes tfoot {
    background: #EFEFEF;
    line-height: 30px;
}
#grid-codes tr th {
    line-height: 30px;
    border-right: 1px solid #CACACA;
}
#grid-codes tr {

}
#grid-codes td {
    vertical-align: middle;
    border: 1px solid #cccccc;
    border-width: 0px 1px 1px 0px;
    text-align: center;
    padding: 7px;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: #212121;  
}
.pair {
    background: #ffffff; 
}
.odd {
    background: #f9f9f9;
}
.delete-item, .edit-item, .preview-item {
    opacity: 0.78;
    cursor: pointer;
}
.delete-item:hover, .edit-item:hover, .preview-item:hover {
    opacity: 1;
    color: #d54e21;
}
#save {
    padding: 5px 14px;
    line-height: 20px;
    font-size: 14px;
    height: auto;
    display: inline-block;
}
#coy-preview {
    padding: 0px;
    margin: 0px auto;
    display: block;
    width: 90%;
    height: auto;
    max-width: 1085px;
    background: #ffffff;
    padding: 10px;
	-webkit-box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.1);
}
.panel-preview {
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    background: #b1b1b1;
}
.content-return {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0px;

}
.btn-go-back {
    background: #50A8E2 !important;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}
.btn-go-back:hover {
    background: #127ABF !important;
    color: #ffffff;
}
/* ========= Grid Layouts ======== */
#grid-layout {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;

}
.grid-layout {

}
.grid-layout-scroll {
    display: inherit;
    margin: 0px 10px;
    border: 1px solid #E6E6E6;
    width: 33%;
    height: auto;
    text-align: center;
    background: #Fefefe;
    padding: 10px 0px 20px 0px;
}
.grid-layout-scroll img {
    display: block;
    width: 80%;
    margin: 10px auto;
    opacity: 0.7;
}
.choose-layouts {
    text-align: center;
}
.choose-layouts label { 
    display: block; 
}
.choose-layouts img { 
    width: 90%;
    margin: 0px auto 10px;
}
.item-checked{    

}
#setas {
    display: block;
    width: 100%;
    margin: 0px;
    background: #ffffff;
    min-height: 50px;
}
.grid-prev {	    
    width: 32px;
    display: block;    
    height: 32px;
    background-image: url('../../images/controls.png');
    background-position: 0 0;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    text-indent: -9999px;
    margin: 10px 0px;
    float: left;
    left: 43%;
}
.grid-prev:hover {	    
    opacity: 0.9;    
}
.grid-next {    
    width: 32px;
    display: block;    
    height: 32px;
    background-image: url('../../images/controls.png');
    background-position: -32px 0;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    text-indent: -9999px;
    margin: 10px 0px;
    float: right;
    right: 43%;
}
.grid-next:hover {
    opacity: 0.9;    
}
.checkoption {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px;
}
#grid-tabs-settings {
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
.options-header-settings, .options-footer-settings {
    text-align: right;
    padding: 10px;
    background: #f5f5f5;
    clear: both;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.options-header-settings p.submit {
    text-align: right;
    margin: 10px 0px 0px;
    padding: 0px;
    display: inline;
    float: right;
}
.options-footer-settings p.submit {
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.options-header-settings ul {
    display: inline-block;
    width: auto;
    height: auto;
    float: left;
    position: relative;
}
.options-header-settings ul li{
    display: inline-block;
    width: auto;
    height: auto;
    float: left;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
}
.settings-menu-tabs{
    float: left;
    position: relative;    
    width: 20%;
    background-color: #f1f1f1;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
.settings-menu-tabs li {
    margin-bottom: 0;
    -moz-box-shadow: inset 0 1px 0 #f9f9f9;
    -webkit-box-shadow: inset 0 1px 0 #f9f9f9;
    box-shadow: inset 0 1px 0 #f9f9f9;
    margin-right: 1px;
    border-bottom: 1px solid #d8d8d8;
}
.settings-menu-tabs li:hover {
    background: #f9f9f9;
}
.settings-menu-tabs li a:link, .settings-menu-tabs li a:visited {
    display: block;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: #555;
    opacity: 0.5;
}
.settings-menu-tabs li a:hover {
    color: #0355a3;
}
.settings-tabs-container{ 
    width: 80%;
    position: relative;
    float: right;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    padding: 20px 20px 40px;
}
.settings-tabs-container h1 {
    border-bottom: 4px solid #f1f1f1;
    padding-bottom: 10px;
}
.settings-tabs-container h3 {
    background: #f1f1f1;
    padding: 12px;
}
.settings-tabs-container p {
    padding-left: 10px;
}
.coy-label {
    margin: 0px 10px 0px 0px;
}
.mini-input {
    width: 60px;
}
.choose-radios {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
}

.slide-item-toggle .ui-tabs-panel {
    background:  #ffffff;
    padding: 15px;
}

.grid-menu-tabs{
    float: left;
    position: relative;    
    width: 100%;
    background: #F9F9F9;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
.grid-menu-tabs li {
    display: inline-block;
    float: left;
    width: 150px;
    margin-bottom: -2px;
    background: #FFF;
    border: 1px solid #eeeeee;
    border-bottom: none;
}
.grid-menu-tabs li:focus, .grid-menu-tabs li a:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 
.grid-menu-tabs li:hover {
    background: #f9f9f9;
}
.grid-menu-tabs li.ui-tabs-active, .grid-menu-tabs li.ui-state-active{
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #92CAF5;
    border-bottom: 1px solid #fff;
}
.grid-menu-tabs li a:link, .grid-menu-tabs li a:visited {
    display: block;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: #555;
    opacity: 0.5;
}
.grid-menu-tabs li a:hover {
    color: #0355a3;
}
.grid-tabs-container{ 
    width: 80%;
    position: relative;
    float: right;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    padding: 20px 20px 40px;
}
.grid-tabs-container h1 {
    border-bottom: 4px solid #f1f1f1;
    padding-bottom: 10px;
}
.grid-tabs-container h3 {
    background: #f1f1f1;
    padding: 12px;
}
.grid-tabs-container p {
    padding-left: 10px;
}
.inputvideoid {
    max-width: 350px;
}
/* ============ PLUGIN UPADATE NEW VERSION ===================== */
.wrap-title{
	display: inline;
}
.clear{
	clear: both;
}
#grid-slider-filters {
    height: 45px;
    padding: 0 10px;
    margin: 10px 0 20px 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background: #F1F1F1;
    color: #888;
    line-height: 45px;
}
#grid-slider-filters input, #grid-slider-filters select, #grid-slider-filters button {
    height: 32px;
    margin-top: -2px !important;
    vertical-align: middle;
}
#grid-slider-filters .layout {
    padding-right: 10px;
    border-right: 1px solid #dfdfdf;
}
#grid-slider-filters div {
    float: left;
    margin: 0 20px 0 0;
}
#grid-slider-filters .sort {
    margin-right: 0;
}
#grid-slider-filters div.right {
    float: right;
    margin-right: 0;
}
#grid-slider-filters div:last-child {
    margin: 0;
}
#grid-slider-filters a {
    line-height: 45px;
    margin-right: 5px;
	display: inline;
}
#grid-slider-filters select:last-child {
    margin: 0;
}
#grid-slider-filters div.right input {
    width: 180px;
    margin-top: -1px !important;
    border-radius: 3px;
}
#grid-slider-filters div.right button {
    margin-left: 5px;
}
#grid-slider-filters input, #grid-slider-filters select, #grid-slider-filters button {
    height: 32px;
    margin-top: -2px !important;
    vertical-align: middle;
}
.grid-sliders-grid .slider-item-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 3px;
}
.grid-sliders-grid .slider-item-wrapper .preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    background-color: #f3f3f3;
	background-position: center center;
}
.grid-sliders-grid .slider-item {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 150px;
    margin: 0 20px 20px 0;
    text-align: left;
}
.grid-sliders-grid .slider-item-wrapper .grid-hover {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    z-index: 1000;
    margin: 0 !important;
}
.grid-sliders-grid .slider-item-wrapper .checkbox {
    border-radius: 3px;
}
.grid-sliders-grid .slider-item-wrapper .grid-hover:not(:checked):not(.grid-opened) {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}
input[type=checkbox], input[type=radio] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}
input[type=checkbox]:checked:before {
    content: "\f147";
    margin: -3px 0 0 -4px;
    color: #1e8cbe;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    font: normal 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.grid-sliders-grid .slider-item:hover .grid-hover {
    visibility: visible !important;
    opacity: 1 !important;
}
.grid-sliders-grid .slider-item-wrapper .grid-hover {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    z-index: 1000;
    margin: 0 !important;
}
.grid-sliders-grid .slider-item-wrapper .grid-hover.dashicons.slider-actions {
    right: 5px;
    width: 30px;
    font-size: 30px;
}
.grid-sliders-grid .slider-item-wrapper .grid-hover.dashicons {
    left: auto;
    right: 5px;
    font-size: 22px;
    line-height: 22px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
}
.grid-sliders-grid .slider-item-wrapper .checkbox:checked:before {
    margin: -3px 0 0 -5px;
    font-size: 26px;
}
.grid-sliders-grid .slider-item-wrapper .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 26px;
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    overflow: hidden;
    transition: opacity 0.2s;
}
.grid-sliders-grid .slider-item-wrapper .info .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#grid-quick-access{
	text-align: right;
    display: inline-block;
    width: 40%;
    float: right;
}
#grid-quick-access .button .dashicons {
    margin: 5px 2px 0 0;
}
#grid-quick-access .button {
    padding: 20px;
    height: auto;
}
.grid-sliders-grid .slider-item-wrapper .slider-actions-sheet {	
    position: absolute;
    width: 90%;    
    background: rgba(0, 0, 0, 0.67);
    margin: 0 auto;
    padding: 20px 20px 10px;
    height: auto;
    min-height: 140px;
    display: none;
    border-radius: 6px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    list-style-type: none;
	z-index: 9;
}
.slider-actions-sheet-table {	
    width: 180px;
    margin-right: 10px;
    min-height: 100px;
    position: absolute !important;
    margin: 25px 0 0 0;
    padding: 10px;
    z-index: 9999992;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 10px #a9a9a9;
    right: 0;
    top: 0px;
    text-align: left;
	display: none;
	border-radius: 0px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.inner-slider-actions-sheet-table{
	display: block;
	position: relative;
}
.inner-slider-actions-sheet-table .dashicons-arrow-down-alt2{
	cursor: pointer;
}
.fadezoom {
    -webkit-animation-name: pop-in;
    animation-name: pop-in;
    display: block !important;
}
ul.slider-actions-sheet li a {
    display: block;
    width: 90%;
    height: 100%;
    color: #f9f9f9;
    text-decoration: none;
    margin: 0 auto;
	padding: 2px 5px;
}
ul.slider-actions-sheet-table li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #444;
    text-decoration: none;
    margin: 0 auto;
    padding: 2px 5px;
}
ul.slider-actions-sheet li:hover, ul.slider-actions-sheet-table li:hover {
    background: #2ea2cc;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}
ul.slider-actions-sheet li:hover a, ul.slider-actions-sheet li:hover .dashicons, ul.slider-actions-sheet-table li:hover a, ul.slider-actions-sheet-table li:hover .dashicons {
    color: white;
}
ul.slider-actions-sheet li .dashicons, ul.slider-actions-sheet-table li .dashicons {
    line-height: 22px;
    margin-right: 3px;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    transition: none;
    -webkit-transition: none;
    color: #ffffff;
}
#my-custom-forms {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s 0.5s ease-in-out;
    transition: all 0.5s 0.5s ease-in-out;
}
#close {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
#grid-new-slider {
    position: relative;
    width: 80%;
    max-width: 360px !important;
    background: #ffffff;
    margin: 50px auto;
    padding: 20px 30px 20px;
    height: auto;
    min-height: 300px;
    opacity: 0;
    margin-top: 600px;
    display: none;
}
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:before {
    display: inline-block;
    font-family: dashicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b4bcc7;
    font-size: 20px;
    padding-left: 2px;
    content: "\f335";
}
.content-form {
    display: block;
    background: #fff;
    padding: 2px;
    text-align: left;
    width: auto;
    margin: 0px auto;
    position: relative;
}
.select-grid-layou{
	float: left;
}
.layout-image{
	display: block;
    width: 150px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../images/layout-1.png");
    margin: 0 auto;
}
/* table */
#table-list-slides{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
	border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-top: 15px;
    position: relative;
}
.header-table{
	height: 28px;
    position: relative;
    line-height: 28px;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 29px;
    background: #F1F1F1;
    text-transform: uppercase;
}
#table-list-slides td.center {
    text-align: center;	
}
.header-table td{
	background: #f1f1f1 !important;
	border-top: 1px solid #dfdfdf !important;
}
.grid-bulk-actions{
	float: left;
	height: 30px;
    margin-top: 20px;
    display: inline-block;
}
.grid-pagination{
	width: 300px;
    height: 37px;
    float: right;
    clear: none !important;
    margin: 0;
    text-align: right;
    line-height: 28px;
	padding: 25px 10px;
}
.grid-pagination .total-pages {
    margin: 0 5px;
}
.displaying-num{ margin-right: 20px; }
.tablenav-pages{
	
}
.grid-preview-image{	
    float: inherit;
    display: inline-block;
    width: 150px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
	cursor: pointer;
}
#table-list-slides td {
    text-align: center;
	height: 30px;
    padding: 4px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e3e3e3;
    font-size: 13px;
    line-height: 16px;
    background: #fdfdfd;
}
#table-list-slides td .preview{
	display: inline-block;
    float: none;
    width: 150px;
    height: 76px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius: 3px;
}
.postbox .inside h2, .wrap [class$=icon32]+h2, .wrap h1, .wrap>h2:first-child {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 9px 0 4px 0;
    line-height: 1.3;
}
.display-link{
	display: inline-block;
}
.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active{
    margin-left: 4px;
    padding: 4px 8px;
    position: relative;
    top: -3px;
    text-decoration: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #f7f7f7;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: #0073aa;
    cursor: pointer;
}
.wrap .add-new-h2 .dashicons{
    position: relative;
    top: 10px;
}
#grid-main-nav-bar {
    height: 42px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin: 10px 0px;
    line-height: 42px;
    margin: 10px 0 30px 0;
    font-size: 13px;
    text-transform: uppercase;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}
#grid-main-nav-bar a.active {
    color: #464646;
    background: #F2F2F2;
}
#grid-main-nav-bar a {
    display: block;
    height: 42px;
    padding: 0 10px;
    border-right: 1px solid #dedede;
    float: left;
    color: #2175a7;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
}
#grid-main-nav-bar .right.help {
    color: #999 !important;
    font-size: 12px;
}
#grid-main-nav-bar .right {
    float: right;
}
#grid-main-nav-bar i {
    line-height: inherit;
    margin-right: 5px;
}
.panel-content, .sub-panel {
	display: none;
}
.show-now{
	display: block;
}
.sub-panel{
	padding: 25px 30px;
}
.grid-box {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-top: 15px;
    position: relative;
}
.grid-box .header.medium {
    height: 38px;
    line-height: 38px;
}
.grid-box .header {
    height: 28px;
    position: relative;
    line-height: 28px;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 29px;
    background: #F1F1F1;
    text-transform: uppercase; 
}
.grid-box .header, .grid-box thead, .grid-box th {
    height: 29px;
    margin: 0px;
    padding: 0px 10px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 12px;
    font-weight: bold;
    line-height: 29px;
    color: #333;
    text-shadow: 0px 1px 0px #fff;
    text-align: left;
}
.grid-settings .inner {
    min-height: 491px;
    position: relative;
    padding: 0;
}
.grid-box .inner {
    padding: 0px;
}
.grid-settings-sidebar {
   width: 230px;
    min-height: 420px;
    height: 100%;
    position: relative;
    border-right: 1px solid #e3e3e3;
    background: #f7f7f7;
    float: left;
    padding: 0;
    margin: 0;
}
.grid-settings-sidebar li {
    height: 40px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 40px;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    color: #444;
}
.grid-settings-sidebar li i {
    line-height: inherit;
    padding: 0 5px;
    transition: none;
    -webkit-transition: none;
}
.grid-settings-sidebar li strong {
    display: inline-block;
    max-width: 180px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.grid-settings-sidebar li.active {
    color: white;
    text-shadow: 1px 1px 1px #666;
    background: #8c8c8c;
}
.grid-settings-sidebar li.active:after {
    content: ' ';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 6px;
    right: -14px;
    opacity: 1;
    background: #8c8c8c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.grid-settings-contents{
	width: calc(100% - 231px);
	float: left;
}
.header-section{
    margin: 0 !important;
    padding: 0 8px;
    border-bottom: 1px solid #dedede;
    background: #f2f2f2;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.box-section{
	margin: 12px 12px 20px 20px;
    padding: 0 0 10px 0;
    border: 1px solid #dedede;
    background-color: #fdfdfd;
    position: relative;
}
.box-section h3{
	color: #23282d;
    font-size: 1.1em;
    margin: 1em 0;
}
.box-section p{
	padding: 0;
    margin: 10px 0;
}
.control-wrap{
	list-style-type: none;
    list-style: none;
    padding: 5px 30px;
}
.dimension-wrap{
	display: inline-block;
    margin-right: 10px;
}
.dimension-label{
	display: block;
}
.dimension{}
.dimension-property{
    margin-top: -3px;
}
.responsive-device{
	border: 1px solid #ddd;
    padding: 10px;
    border-radius: 12px;
}
.responsive-device .dashicons{
	font-size: 50px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 10px auto 20px;
}
.grid-publish, .grid-save-shortcode {
    margin: 30px 10px;
    display: block;
    position: relative;
}
.grid-publish .grid-save-shortcode {
    height: 40px;
    padding: 3px;
}
.grid-publish button {
    min-width: 180px;
    margin-right: 20px !important;    
}
.grid-save-shortcode p {
    margin: 0 15px 0 0;
    line-height: 16px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    width: 33%;
}
.text-capitalize{
	text-transform: capitalize;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}