/* ------------- Stylees Page Admin Short Codes ----- */
body { overflow-x: hidden; }
/* ------------ Tooltips Admin ----------------- */
#number-icons {
	padding: 0px 10px;
    display: table;
}
#number-icons  li{
	display: block;
    width: 100px;
    height: auto;
    float: left;
    margin: 0px;
    padding: 15px;
    background: #f1f1f1;
    text-align: center;
    border: 1px solid #fff;
}
#number-icons  li .image-icon {
	display: inline;
    margin: 0px 0 0 0;
    text-align: center;
    padding: 0;
}
#number-icons  li .image-icon img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0px auto 12px;
}
#number-icons  li .image-icon span.number {
	display: block;
	width: 100%;	
}
#img-title-sizes {
    display: block;
    width: 100%;
    height: 100px;
    background-image: url('../../images/img-titles-sizes.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#number-icons  li .number{
	display: block;
    text-align: center;
	padding: 5px 0 0 0;
}
.icon-active{
	background: rgba(65, 115, 234, 0.26) !important;
}
.small-paragraph {
    display: inline-block;
    width: auto;
}
a.coy-tooltip {
  position: relative;
  display: inline;
}
a.coy-tooltip span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000;
  height: auto;
  line-height: 20px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  padding: 10px 20px;
}
a.coy-tooltip span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.coy-tooltip span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

/* ----------- General ------------------------- */
.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;
}
.coyote-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);
}
.coyote-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;
}
.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;
}
.coytext-inputs {
    display: inline-block;
    width: 70%;
    height:  auto;
    margin: 0px 10px 0px 0px;
    padding:  0px;
    float: left;
}
.coytext-inputs p {
    margin: 5px 0px;
}
.coy-input-item {
    display: block;
    width: 100%;
    height:  auto;
    margin: 0px 10px 0px 0px;
    padding:  0px;
    float: none;
}
.coy-input-text {
    display: block;
    padding: 5px 0px;
}
.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;
}
.pair {
    background: #ffffff; 
}
.odd {
    background: #f9f9f9;
}
#save {
    padding: 5px 14px;
    line-height: 20px;
    font-size: 14px;
    height: auto;
    display: inline-block;
}
#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;
}
.slide-item-toggle .ui-tabs-panel {
    background:  #ffffff;
    padding: 15px;
}
#example-fonts{
	font-size: 26px;
    color: #b4b9be;
    border: 1px solid rgb(238, 238, 238);
    display: inline-block;
    padding: 5px 90px;
    margin: 0 0 10px;
}
/* ============ ADMIN WORDPRESS HACKS ===================== */
#wpfooter {
    position: relative !important;;
}