
@font-face {
  font-family: 'paperlit';
  src:url('../fonts/paperlit.eot?-75160n');
  src:url('../fonts/paperlit.eot?#iefix-75160n') format('embedded-opentype'),
    url('../fonts/paperlit.woff?-75160n') format('woff'),
    url('../fonts/paperlit.ttf?-75160n') format('truetype'),
    url('../fonts/paperlit.svg?-75160n#paperlit') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
font-family: 'FontAwesome';
font-weight: normal;
font-style : normal;
       src : url('../fonts/fontawesome-webfont.eot?v=4.3.0');
       src : url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
             url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
             url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
             url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
             url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
}

[class^="press-"], [class*=" press-"] {
  font-family: 'paperlit';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.press-filter:before {
  content: "\e000";
}
.press-send:before {
  content: "\e001";
}
.press-terminal:before {
  content: "\e002";
}

.press-eye:before {
  font-family:FontAwesome;
  content:"\f06e";
  font-size:20px
}
.press-eye-off:before {
  font-family:FontAwesome;
  content:"\f070";
  font-size:20px
}
.press-paperlit-logo-gray-wp:before {
  content: "\e900";
}

.paperlit-alert {
  margin: 10px 15px 2px 0px !important;
}

.toplevel_page_paperlit > a > .wp-menu-image:before {
  font-family: paperlit;
  content: "\e900";
  font-size: 18px;
}


.paperlit_autocompleted, .repeater-completer {
  background: rgba(33,33,33,0.1);
  border: 1px solid #fff;
  box-shadow: inset 0 1px 2px rgba(255,255,255,.07);
  cursor: not-allowed;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0.5%;
}

.paperlit_repeater.subscription  .repeater-completer {
  margin: 0  0 10px 29px;
  width:54%;
  display: block;
}
.paperlit_repeater .subscription_method {
  display: inline-block;
}
.paperlit_repeater .subscription_method input {
  margin: 2px 5px;
}
@media screen and (max-width:768px) {
  .paperlit_repeater.subscription .repeater-completer {
  margin: 10px 0;
  }
}

/****************************/
/* EDITORIAL PROJECT PAGE   */
/****************************/

.paperlit-tab-wrapper {
  margin: 10px 0 20px 0!important;
}

.paperlit-edittag {
  padding: 0 15px;
}

.paperlit-image-container {
  position: relative;
  display: inline-block;
}
.paperlit-image-container .remove-file {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background-image: url('../img/trash.png');
}
.paperlit-image-container .remove-file:hover {
  background-image: url('../img/trash_hover.png');

}

.tabbed h3 { margin: 0 }

.taxonomy-paperlit_editorial_project .form-table td {
  padding: 15px 0px;
}
.taxonomy-paperlit_editorial_project .fixed .column-posts {
  width: 75px;
}

/****************************/
/*         EDITION          */
/****************************/

#paperlit_metabox .hndle {
  display: none;
}

#paperlit_metabox .press-container {
  padding: 10px 40px;
}

#paperlit_metabox .press-paperlit-logo-gray-wp {
  font-size: 80px;
}

#paperlit_metabox .postbox {
  box-shadow: none;
  border-bottom: 0px;
}

#paperlit_metabox .press-header h2 {
  padding: 10px 40px 0 40px;
  margin: 0px !important;
}

#paperlit_metabox .press-header-right {
  position: absolute;
  right: 20px;
  top: 40px;
}

#paperlit_metabox #publish_edition {
  margin-right: 10px;
}

#paperlit_metabox .nav-tab {
  background: #fff;
  border: 0px;
  color: #a8a8ac;
  border-bottom: 1px solid #ccc;
}

#paperlit_metabox .nav-tab-active,
#paperlit_metabox .nav-tab-active:hover,
#paperlit_metabox .nav-tab-active:focus {
  background: #f1f1f1;
  outline: none;
  box-shadow: none;
  border-top: 1px solid #ccc;
  color: #333334;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #f1f1f1;
}

#paperlit_metabox .wp-list-table tr:hover {cursor: move}
.number_element_input {margin-right: 5px;}

#paperlit_distribution_metabox .inside{
  margin:0;
  padding:0;
}

.ui-datepicker {
  display: none;
}

.paperlit-picker-clear {
  vertical-align: top;
  display: inline-block;
  padding: 5px 0;
}

/****************************/
/*        FTP_SFTP          */
/****************************/

.connection-result {
  padding: 1px 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  display: none;
  height: 26px;
  line-height: 27px;
  margin-top: 20px;
}

.connection-result-success {
  border-left: 4px solid #7ad03a;
}

.connection-result-failure {
  border-left: 4px solid #f02a20;
}

/****************************/
/* PUSH NOTIFICATION PAGE  */
/****************************/

/*.paperlit-push-content {
  position:relative;
  top:15%;
  height:70%;
  width:450px;
  margin-left:auto;
  margin-right:auto;
  background:#fff;
  -webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .45);
  box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .45);
}
.paperlit-push-content b {
  margin-bottom:4px;
  display:block;
}

.paperlit-push-content ul{
  list-style-type:none;
  margin:0;
}

.tab{
  float:left;
  height:60px;
  width:150px;
  padding-top:20px;
  box-sizing:border-box;
  background:#eeeeee;
  text-align:center;
  cursor:pointer;
  transition:background .4s;
}

.tab:hover{
  background-color:rgba(0,0,0,.1);
}

.activeTab, .activeTab:hover{
  background:#fff;
}

.activeTab .icon{
  opacity:1;
}

.icon{
  height:24px;
  width:24px;
  opacity:.2;
}

.paperlit-prp-panel {
  height:86%;
  width:100%;
  box-sizing:border-box;
  padding:40px;
  display:none;
}

.paperlit-prp-panel.active {
  display:block;
}
*/
form#paperlit-push-form {
  max-width: 50%;
}
.textbox{
  height:50px;
  width:100%;
  border-radius:3px;
  box-sizing:border-box;
  padding:10px;
  margin-bottom:30px;
}

.textbox:focus{
  outline:none;
  border:rgba(24,149,215,1) 2px solid;
  color:rgba(24,149,215,1);
}

.combobox {
  width: 350px;
  margin-left: 20px;
  border-radius:3px;
  border:rgba(0,0,0,.3) 2px solid;
  box-sizing:border-box;
}

.textareabox {
  height:150px;
  resize: none;
}

.paperlit-prp-panel b {
  margin-bottom:10px;
}
.paperlit-prp-panel .radio {
  display:block;
  margin-bottom:10px;
}

.paperlit-prp-panel .radio span {
  display:inline-block;
}

.paperlit-prp-panel .radio i {
  color: #666;
}

.paperlit-prp-panel .radio input {
  margin-top:1px;
  vertical-align:top;
}

.paperlit-option-btn {
  height:50px;
  width:100%;
  border-radius:3px;
  border:rgba(0,0,0,.3) 0px solid;
  box-sizing:border-box;
  padding:10px;
  margin-top:10px;
  background:#0074a2;
  color:#FFF;
  font-weight:bold;
  font-size: 12pt;
  transition:background .4s;
  cursor:pointer;
}

.button:hover{
  background:#80b438;
}

#paperlit-push-console {
  height: 350px;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  font-family: "Courier New", Courier, monospace;
  overflow-y: scroll;
  margin-top: 20px;
  padding: 10px;
  word-wrap: break-word;
}


#paperlit-edition-d, #paperlit-edition-t {
  display: none;
}

.cs-success {
  color: #26A65B;
}

.cs-error {
  color: #CF000F;
}

.theme-browser .theme .paperlit-theme-description {
  font-size:13px;
  font-weight:normal;
  -webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,.1);
  box-shadow:inset 0 1px 0 rgba(0,0,0,.1);
  overflow:hidden;
  text-overflow:ellipsis;
  background:rgba(255,255,255,.65);
  margin:0;
  padding:15px;
  color: #555;
}

.theme-browser .theme .paperlit-theme-description-input {
  padding: 11px;
}
.theme-browser .theme .theme-actions { opacity: 1 }

.paperlit-theme-description .paperlit-theme-version {
  color: #b3b3b3;
  font-size: 13px;
}
.paperlit-theme-description span {
  display:block;
  padding: 1px 0;
}

.paperlit-theme-description a {
  text-decoration: none;
  font-weight: bold;
}

.paperlit-theme-actions, .theme-browser.rendered .theme:focus .paperlit-theme-screenshot img, .theme-browser.rendered .theme:hover .paperlit-theme-screenshot img {
  opacity:1 !important;
  filter: alpha(opacity=100) !important;
}

#paperlit-theme-upload {
  display:none;
}

.discount-container {
  display: block;
  position: relative;
}

.discount-code {
  margin-top: 10px;
  background: #eee;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.paperlit-dismiss-notice-container {
  position: absolute;
  right: 5px;
  top: 5px;
}
.paperlit-dismiss-notice-container a {
  text-decoration: none;
}
.discount-message {
  display: inline-block;
  width: 78%;
  margin-top: 8px;
}
.show-code-container {
  display: inline-block;
  width: 20%;
  text-align: right;
}
.paperlit-addons-alert td {
  background: #f7f7f7 !important;
}
.paperlit-addons-alert .dashicons {
  color: #d54e21;
}
.color-check-label {
  vertical-align: top;
  display: inline-block;
  margin: 4px 0 0 10px;
}

.bar-legend li {
  display: inline-block;
  margin-right: 15px;
}
.bar-legend li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0px 5px 2px 0;
  vertical-align: middle;
}

@media screen and (max-width: 782px) {
  .discount-message {
    width: 100%;
  }
  .show-code-container {
    width: 100%;
  }
}
