#cfbtitle, 
#cfbpage_url, 
#cfbborder, 
#cfbwidth,
#cfbheight,
#cfbcolor_scheme,
#cfbshow_faces,
#cfbstream,
#cfbheader {
    font-size: 18px;
}
#title_help, 
#page_url_help, 
#border_help, 
#width_help,
#height_help,
#color_scheme_help,
#show_faces_help,
#stream_help,
#header_help {
    display: none;
}
#facebook-like-box {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 0px;
  height: 250px;
  /* overflow: hidden; */
  position: fixed;  
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  width: 300px;
  z-index: 9999;
}

#close-box {
  /* background: none repeat scroll 0 0 #F2F2F2; */
  height: 28px;
  padding-left: 10px;
  position: absolute;
  right: 0; 
  width: 96%; 
}
#close-box a {
  /* background: url("./close-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0); */
  color: #CCCCCC;
  cursor: pointer;
  display: block;
  height: 34px;
  line-height: 20px;      
  width: 34px;
}
label img {
  width: 22px;
}
input[name="frm_submit"] {
   background-color: #4D90FE!important;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid rgba(0, 0, 0, 0);
    color: #FFFFFF;
    width: 128px;    
    line-height: 30px;
     border: 1px solid #3079ED;
     cursor: pointer;
}

/*switcher*/


.theme-switcher {
    display: inline-block;
    position: relative;
}
.theme-switcher:hover {
    cursor: pointer;
}
.theme-switcher > input {
    display: none;
}
.theme-switcher-inner {
    overflow: hidden;
}
.theme-switcher-on {
    -moz-user-select: none;
    display: block;
    float: left;
}
.theme-switcher-off {
    -moz-user-select: none;
    display: block;
    float: left;
}
.theme-switcher-handle {
    position: absolute;
    top: 0;
}
.theme-switcher-handle:hover {
    cursor: grab;
}
.theme-switcher {
    border-radius: 25px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35) inset;
    height: 24px;
    width: 58px;
}
.theme-switcher.is-on {
    border-left-color: #006988;
    border-top-color: #006988;
}
.theme-switcher.is-on .switch-inner-box {
    margin-left: 0;
}
.theme-switcher.is-on .switch-handle {
    left: 34px;
}
.theme-switcher.is-off {
    border-right-color: #B8B8B8;
    border-top-color: #B8B8B8;
}
.theme-switcher.is-off .switch-inner-box {
    margin-left: -34px;
}
.theme-switcher.is-off .switch-handle {
    left: 0;
}
.theme-switcher-inner {
    border-radius: 24px;
}
.theme-switcher-inner-box {
    height: 24px;
    width: 92px;
}
.theme-switcher-on {
    background-color: #00B7EE;
    border-radius: 24px 0 0 24px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2) inset, 0 2px 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
    text-indent: 10px;
    width: 46px;
}
.theme-switcher-off {
    background-color: #EBEBEB;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #A6A6A6;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
    text-indent: 16px;
    width: 46px;
}
.theme-switcher-handle {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 24px;
    box-shadow: 0 2px 3px 0 #ACACAC;
    height: 24px;
    width: 24px;
    z-index: 50;
}
.theme-switcher-handle:after {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 24px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 20px;
}
.theme-choice {
    list-style: none outside none;
}
.theme-choice:before, .theme-choice:after {
    content: "";
    display: table;
}
.theme-choice:after {
    clear: both;
}
.theme-choice li {
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #E5E5E5;
    float: left;
}
.theme-choice li:hover {
    cursor: pointer;
}
.theme-choice li span {
    background-color: rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    color: #555555;
    display: block;
    font-size: 12px;
    padding: 5px 12px;
    text-decoration: none;
}
.theme-choice li span:hover {
    text-decoration: none;
}
.theme-choice li span:active {
    text-decoration: none;
}
.theme-choice li span:focus {
    outline: medium none;
}
.theme-choice li:first-child {
    border-radius: 2px 0 0 2px;
}
.theme-choice li:first-child span {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px 0 0 2px;
}
.theme-choice li:last-child {
    border-radius: 0 2px 2px 0;
}
.theme-choice li:last-child span {
    border-radius: 0 2px 2px 0;
}
.theme-choice li.theme-choice-selected {
    background-color: #00B7EE;
    background-image: none;
    border-bottom: 1px solid #00B1E7;
    border-top: 1px solid #0094C0;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15) inset;
}
.theme-choice li.theme-choice-selected span {
    border-right: 1px solid #00A4D6;
    color: #FFFFFF;
}
.theme-choice li.theme-choice-selected:first-child span {
    border-left: 1px solid #00A4D6;
}
.checkboxes-wrap input[type="checkbox"], .checkboxes-wrap input[type="radio"] {
    margin-right: 5px;
}
.cool-face-setting-title {
    height: 25px;
    line-height: 25px;
    padding-left: 10px;    
    border-left: 3px solid #00B7EE;    
}
.block-setting {
    width: 60%;
    background: #FFF;
    padding: 5px;
    float: left;
}
.block-setting input[type="text"] {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.block-setting input[type="text"]:focus {
    border:  1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset;
}
.block-setting input[type="text"] {
  background: #f9f9f9
}
.pay-block,
.feature-plugin {
    float: right;
    width: 35%;
    padding: 10px;
    background: #f9f9f9
}
.pay-block h3 {
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: 3px solid #00B7EE;
  color: #444444;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 400;
  padding-left: 3px;
}
.feature-plugin {
  margin-top: 20px;
}
.pls-support {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
.block-setting table {
  width: 100%;
}
.block-setting em {
  float: right;
  margin-top: 4px;  
}
.uiList img {
  padding: 3px;
  border: 1px solid #ccc;
}
.cool-facebook-title {
  background: #f1f1f1;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  border: 1px solid #CCC;
}
.cool-title {
  width: 86%;
  float:left;
  font-size: 13px;
  padding-top: 2px;
}
.cool-facebook-title #close-box {
  position: inherit!important;
  width: 8%;
  float: right;  
  margin-top: 2px;
}