/*====================================================================
 * Max instafx Main Stylesheet
 *==================================================================*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../font/BebasNeue-webfont.eot');
    src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BebasNeue-webfont.woff') format('woff'),
         url('../font/BebasNeue-webfont.ttf') format('truetype'),
         url('../font/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Main Structure
====================================================================*/
html {
  -webkit-font-smoothing: antialiased
}
#instafx-container {
  width: 100%;
  margin-top: 0;
  background: #353535;
}
#instafx-container:before, #instafx-container:after {
  height: 0;
  clear: both;
  display: block;
  content: "\0020";
  visibility: hidden;
}
.outer-wrapper {
  position: relative;
}
.instafx-sidebar {
  float: left;
  width: 295px;
}
.module-list {
  margin-left: 230px
}
#instafx-container,
.toplevel_page_instafx #wpcontent {

  height: auto
}

.toplevel_page_instafx #wpbody {
  position: static
}
.toplevel_page_instafx #wpcontent {
  bottom: 65px;
  position:static;
}


/* Sidebar
====================================================================*/
.instafx-logo,
.instafx-menu li {
  border-bottom: 1px solid #2c2c2c;
  border-top: 1px solid #515151
}
.instafx-logo {
  border-top: none;
  position: relative;
}
.instafx-logo a {
  color: #FFF;
	position: relative;
	top: 9px;
	font-family: "bebas_neueregular",sans-serif;
	font-size: 28px;
	text-decoration:none;
}
.instafx-logo .version {
	color: #FFF;
	bottom: 10px;
	position: absolute;
	right: 30px;
	font-size: 11px;
}
.instafx-logo img{
	vertical-align: middle;
	margin-right: 5px;
	width: 32px;
	height: 32px;
}
.instafx-logo h3{
	color: #FFF;
	font-size: 19px;
	margin: 17px 0;
	padding: 3px 0;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom:25px;
}

.instafx-sidebar {
  background: #353535;
  height: 100%;
	width:230px;
}
.instafx-menu {
  margin: 0;
  font-size: 15px;
  overflow: hidden;
  border-bottom: 1px solid #515151;
  overflow-y: auto;
}
.instafx-menu li {
  margin: 0;
  width: 230px;
}
.instafx-menu a {
	display: block;
	position: relative;
	padding:8px 10px 12px;
	text-decoration: none;
	color: #C2C2C2;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 0 1px #000;
	cursor:pointer;
}
.instafx-menu a:hover {
  color: #fff
}
.instafx-menu .active:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: 9;
	background: url(../images/current-light.png) no-repeat left center;
}
.instafx-menu span {
  position: relative;
  z-index: 10;
  text-transform:capitalize;
  margin-left:5px;
}
.instafx-menu .menu-arrow {
	position: absolute;
	content: "";
	border: 13px solid rgba(0, 0, 0, 0);
	border-right-color: #F5F5F5;
	right: -13px;
	top: 50%;
	z-index: 9;
	margin-top: -13px;
}
.instafx-menu .menu-arrow,
.instafx-menu .menu-hover {
  -webkit-transition: all .2s ease-in;
     -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
       -o-transition: all .2s ease-in;
          transition: all .2s ease-in;
}
.instafx-menu .menu-hover {
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  background: #292929;
  -webkit-transition: margin-left .2s ease-in;
     -moz-transition: margin-left .2s ease-in;
      -ms-transition: margin-left .2s ease-in;
       -o-transition: margin-left .2s ease-in;
          transition: margin-left .2s ease-in;
}
.instafx-menu a:hover .menu-hover,
.instafx-menu .active .menu-hover {
  margin-left: 0
}
.instafx-menu a:hover .menu-arrow,
.instafx-menu .active .menu-arrow {
  right:0;
}

.instafx-menu img {
	z-index: 6;
	position: relative;
	bottom: -4px;
	opacity: .8;
}
.instafx-menu li:hover img {
opacity: 1;
}
/* Main Module
====================================================================*/
#instafx-addon {
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  background:#F5F5F5;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
	min-height:680px;
}
.module-inner {
  padding: 20px 15px 0;
  border-top: 1px solid #dfdfdf
}
#preset-example {
	max-width: 100%;
	height: auto !important;
}
.settings-container p{
	text-align:center;
	margin: 0;
}
#message {
	margin: 20px 9px 20px 0;
}
/* Module Item
====================================================================*/
.module-item,
.settings-container {
  background: #fafafa;
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
  overflow: hidden;
}
.module-innercontainer {
  padding: 20px
}
.module-image {
  float: left;
  margin-right: 15px;
  padding: 5px;
  background: #e5e5e5
}
.module-image img {
  display: block;
}
.module-content {
  overflow: hidden;
  color: #474747;
  font-size: 12px;
  line-height: 22px;
  font-family: 'Helvetica', sans-serif;
}
.module-content p {
  margin-top: 0
}
.module-image .image-inner-wrapper {
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.3) inset;
     -moz-box-shadow: 0 0 7px rgba(0,0,0,.3) inset;
          box-shadow: 0 0 7px rgba(0,0,0,.3) inset;
}
.module-item .ajax-loading {
  margin: 0 0 -5px 10px
}
.module-title,
.settings-container h3 {
  background: #f1f1f1;
  margin: -20px -20px 20px -20px;
}
.module-title h4 {
  z-index: 10;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #C7C7C7;
	margin: 0;
	width: auto;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
	font-size: 13px;
	padding: 9px 10px;
	font-weight: bold;
	font-family: Arial;
	font-style: normal;
	background: #ECECEC;
	background: -moz-linear-gradient(top, #ECECEC 0%, #D9D9D9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#D9D9D9));
	background: -webkit-linear-gradient(top, #ECECEC 0%,#D9D9D9 100%);
	background: -o-linear-gradient(top, #ECECEC 0%,#D9D9D9 100%);
	background: -ms-linear-gradient(top, #ECECEC 0%,#D9D9D9 100%);
	background: linear-gradient(top, #ECECEC 0%,#D9D9D9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d9d9d9',GradientType=0 );
}


/* Module Settings Loader
====================================================================*/
.module-settings-loader {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  margin-left: 100%;

  -webkit-transition: margin-left 0.3s ease-in;
     -moz-transition: margin-left 0.3s ease-in;
      -ms-transition: margin-left 0.3s ease-in;
       -o-transition: margin-left 0.3s ease-in;
          transition: margin-left 0.3s ease-in;
}

.settings-inner {
  width: 100%;
  -ms-overflow-y: auto;
  overflow-y: auto;
}
.settings-scroller {
  padding: 20px;
}
.ajax-loader {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.settings-header-fixed {
  background: #353535;
  z-index: 5;
  height: 42px;
  position:relative;
  border-left: 1px solid #2c2c2c;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .3);
     -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, .3);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, .3);
}
.settings-header-fixed h3 {
  color: #fff;
  font-size: 19px;
  padding: 9px 15px 4px 20px;
  line-height: 29px;
  font-weight: normal;
  margin: 0;
  border-left: 1px solid #515151;
  text-shadow: 0 1px rgba(0,0,0,.8);
  font-family: sans-serif
}
.settings-header-fixed,
.module-settings-loader,
.settings-header {
  -webkit-border-radius: 0 4px 0 0;
     -moz-border-radius: 0 4px 0 0;
          border-radius: 0 4px 0 0;
}


/* Settings Container
====================================================================*/
.settings-header {
  margin: 18px 0
}
#icon-instafx {
  background: url(../images/colorlabs_32.png) no-repeat;
}
#instafx-addon .settings-header {
  margin: 0;
  display: none
}
.settings-container {
  margin-bottom: 0;
  padding: 20px;
}
.settings-container h3 {
	z-index: 10;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #C7C7C7;
	margin: 0 -20px;
	width: auto;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
	font-size: 13px;
	padding: 9px 10px;
	font-weight: bold;
	font-family: Arial;
	font-style: normal;
	background: #ECECEC;
	background: -moz-linear-gradient(top, #ECECEC 0%, #D9D9D9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#D9D9D9));
	background: -webkit-linear-gradient(top, #ECECEC 0%,#D9D9D9 100%);
	background: -o-linear-gradient(top, #ECECEC 0%,#D9D9D9 100%);
	background: -ms-linear-gradient(top, #ECECEC 0%,#D9D9D9 100%);
	background: linear-gradient(top, #ECECEC 0%,#D9D9D9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d9d9d9',GradientType=0 );
}
.settings-container table {
  margin-bottom: 20px
}
.settings-container p.submit {
  margin: 0 -20px -20px -20px;
  padding: 10px 20px;
  background: #f1f1f1;
  border-top: 1px solid #dfdfdf
}

.form-table th{
	padding:10px 0;
}
.form-table textarea{
	width:100%;
	resize:vertical;
}
/* Button Components
====================================================================*/
.btn,
.module-inside .actions .button-primary,
.settings-container #submit {
  cursor: pointer;
  text-align: center;
  padding: 6px 10px 6px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px !important;
  line-height: normal;
  border: 1px solid transparent;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  background-repeat: no-repeat;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.49);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;

  color: #5e6c7e;
  border-color: #b5b8cb;
  background-color: #dfe2eb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edeff5), color-stop(100%, #dfe2eb));
  background-image: -webkit-linear-gradient(top, #edeff5 0%, #dfe2eb 100%);
  background-image: -moz-linear-gradient(top, #edeff5 0%, #dfe2eb 100%);
  background-image: -o-linear-gradient(top, #edeff5 0%, #dfe2eb 100%);
  background-image: linear-gradient(top, #edeff5 0%, #dfe2eb 100%);
height:auto;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.6) inset;

  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}
.btn:hover,
.module-inside .actions .button-primary:hover,
.settings-container #submit:hover {
  color: #5e6c7e;
  text-decoration: none;
  background-position: 0 15px;
  background-color: #edeff5;
}
.btn:active,
.module-inside .actions .button-primary:active,
.settings-container #submit:active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);  
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Yellow Button
---------------- */
.btn-yellow,
.module-inside .actions .button-primary,
.settings-container #submit {
  color: #905f00;
  border-color: #da903b;
  background-color: #ffb101;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffca00), color-stop(100%, #ffb101));
  background-image: -webkit-linear-gradient(top, #ffca00 0%, #ffb101 100%);
  background-image: -moz-linear-gradient(top, #ffca00 0%, #ffb101 100%);
  background-image: -o-linear-gradient(top, #ffca00 0%, #ffb101 100%);
  background-image: linear-gradient(top, #ffca00 0%, #ffb101 100%);
}
.btn-yellow:hover,
.module-inside .actions .button-primary:hover,
.settings-container #submit:hover {
  color: #905f00;
  background-color: #ffca00;
}

.btn-close {
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 1;
  padding: 5px 10px;
  font-size: 13px !important;
  background: #222;
  text-shadow: 0 1px #000;
  border-color: #000;
  color: #fff;

  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5) inset, 0 1px rgba(255,255,255,.2);
     -moz-box-shadow: 0 1px 1px rgba(0,0,0,.5) inset, 0 1px rgba(255,255,255,.2);
          box-shadow: 0 1px 1px rgba(0,0,0,.5) inset, 0 1px rgba(255,255,255,.2);

  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
}
.btn-close:hover {
  color: #fff;
  background: #323232
}


/* Alert Component
=================================================================== */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#instafx-container .label {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#instafx-container .label-active {
  background-color: #468847;
}
.status-label {
  float: right
}
.instafx-footer {
	text-align:right;
	margin:20px 20px 0 0;
}
#colabsplugin-trademark{
	margin-top:20px;
	text-align:right;
	margin-right:10px;
}
#colabsplugin-trademark img{
	width: 200px;
}
#name-effect{
	text-transform:capitalize;
}
#toplevel_page_instafx .wp-submenu{
	z-index: 999!important;
}

/* #Twitter Stream
==============================================================================*/
.instafx-twitter-stream {
	margin-bottom: 20px;
}
.instafx-twitter-stream.updated {
  color: #666;
  padding: 10px 12px 5px;
}
.instafx-twitter-stream .stream-label {
  background: url("../images/twitter.png") no-repeat scroll left center transparent;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding-left: 30px;
  text-transform: uppercase;
	line-height: 20px;
}
.instafx-twitter-stream a {
	text-decoration: none;
}
.instafx-twitter-stream .tweets {
	margin: 0;
  overflow: hidden;
}
.instafx-twitter-stream li {
	display: none;
}
.instafx-twitter-stream li:first-child {
	display: block
}	
.instafx-twitter-stream li .time a {
  font-size:11px;
  color:#bbb;
  font-style:italic;
}
.instafx-twitter-stream .tweet-content {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 977px){
	.instafx-twitter-stream .stream-label{
		float:none;
	}
	.instafx-twitter-stream li{
		padding-left:0;
	}
	.instafx-twitter-stream ul {
		margin: 0;
		margin-left: 32px;
		margin-top: 10px;
	}
  .instafx-twitter-stream .tweet-content{
		white-space: normal;
		text-overflow: initial;
	}
	.instafx-twitter-stream .tweets{
		margin-top:10px
	}
}