@font-face {
  font-family: 'Roboto';
  src: url('../font/roboto-regular.eot');
  src: url('../font/roboto-regular.eot?') format('embedded-opentype'), url('../font/roboto-regular.woff') format('woff'), url('../font/roboto-regular.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoBold';
  src: url('../font/roboto-bold.eot');
  src: url('../font/roboto-bold.eot?') format('embedded-opentype'), url('../font/roboto-bold.woff') format('woff'), url('../font/roboto-bold.ttf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('../font/roboto-light.eot');
  src: url('../font/roboto-light.eot?') format('embedded-opentype'), url('../font/roboto-light.woff') format('woff'), url('../font/roboto-light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: Roboto, arial;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
}
input {
  border: 1px solid #888;
  height: 1.2rem;
  padding: 3px 4px;
  background-color: #fff;
  font-size: inherit;
  border-radius: 2px;
}
input:focus {
  box-shadow: 1px 1px 6px 0px #999;
}
body .ui-widget {
  font-family: Roboto, arial;
}
h2,
h3 {
  font-family: RobotoBold, arial;
  color: #555;
}
div.head {
  position: fixed;
  z-index: 99;
  background-color: #DA6D00;
  padding: 12px 2px 4px 13px;
  margin: 0;
  height: 33px;
  width: 100%;
}
div.head div {
  display: none;
}
div.head div.ui-highlight {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px dotted red;
  background-color: #fff;
  background: #fff url(../icon/trash.png) 20px 10px no-repeat;
  background-size: 30px 30px;
  height: 100%;
  width: 100%;
}
div.head button {
  border: 1px solid #444;
  background-color: #444;
  color: #fff;
  cursor: pointer;
  font-family: Roboto, arial;
  font-size: 14px;
  padding: 4px 7px;
  margin-top: 1px;
  margin-left: 5px;
  vertical-align: top;
}
div.head button.btn {
  padding-top: 1px;
  vertical-align: top;
  height: 29px;
  width: 35px;
}
div.head button.recent {
  background: #444 url(../icon/recentedit.png) center 0 no-repeat;
  background-size: 26px;
}
div.head button.history {
  background: #444 url(../icon/history.png) center 0 no-repeat;
  background-size: 26px;
}
div.head button.category {
  background: #444 url(../icon/tags.png) center 0 no-repeat;
  background-size: 26px;
}
div.head button:hover {
  background-color: #000;
}
div.head .new b {
  font-size: 20px;
  font-family: RobotoLight;
  font-weight: normal;
  line-height: 1px;
}
div.head button.newtab {
  display: none;
  background-color: transparent;
  border: none;
  color: #eee;
  padding-right: 16px;
  padding-left: 0px;
  vertical-align: baseline;
  width: 24px;
}
div.head button.newtab i {
  font-size: 1.4rem;
}
div.head .check {
  background: url(../icon/linkcheck.png) 2px 2px no-repeat;
}
div.head label {
  color: #fff;
}
.outer {
  min-height: 100%;
}
#search {
  display: inline;
  border-radius: 3px;
  background-color: #eee;
  width: 30%;
  background: white url('data:image/svg+xml;utf8,<svg version="1.1" id="searchicon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="00px" y="0px" width="30.119px" height="14.524px" viewBox="0 0 29.119 29.524" style="enable-background:new 0 0 29.119 29.524;" xml:space="preserve"><path style="fill:%23888888;" d="M26.362,2.802c-3.686-3.717-9.691-3.738-13.406-0.049c-3.506,3.482-3.723,9.025-0.633,12.762 l0.033,0.035c0.625,0.715,0.869,0.979,1.398,1.365c3.711,2.945,9.121,2.715,12.564-0.707C30.034,12.519,30.056,6.515,26.362,2.802z M24.649,14.526c-2.787,2.771-7.29,2.752-10.056-0.033c-2.768-2.787-2.754-7.289,0.034-10.059c2.783-2.768,7.289-2.746,10.055,0.037 C27.452,7.257,27.437,11.761,24.649,14.526z"/><polygon style="fill:%23888888;" points="0,26.937 2.389,29.524 12.718,18.325 10.996,16.599 "/></svg>') right 6px no-repeat;
  padding: 3px 4px;
  height: 22px;
}
.head input {
  padding: 3px 4px;
  height: 22px;
  vertical-align: top;
}
.hide {
  display: none;
}
.close {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 3px;
  right: 10px;
  color: #555;
  cursor: pointer;
  padding: 2px 4px;
  margin: 5px 0px 0 -2px;
  height: 23px;
  width: 21px;
}
.close i {
  font-size: 1.5rem;
}
.close:hover {
  background-color: #C20909;
  color: white;
  text-decoration: none;
}
.item {
  clear: left;
  border: 1px solid transparent;
  font-size: 0.96em;
  line-height: 1.1em;
  margin-bottom: 2px;
  overflow: hidden;
}
.item.list {
  float: left;
  width: 100%;
}
.item:hover {
  border: 1px solid #777;
}
.item:hover .menu div {
  visibility: visible;
}
.item table {
  border-collapse: collapse;
  width: 100%;
}
.item .part {
  padding: 0px;
  background-color: #f0f0f0;
}
.item .part a {
  display: block;
  font-size: 1em;
  padding: 5px 10px;
}
.item .link {
  cursor: pointer;
  color: #555;
  font-family: RobotoLight;
  font-size: 0.9em;
  padding-left: 15px;
  width: 65%;
}
.item .link:hover {
  text-decoration: underline;
}
.item .link div {
  font-size: 0.9em;
  padding-bottom: 4px;
}
.item .link h2 {
  display: inline;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.3em;
}
.item .link span {
  font-size: 1.2em;
}
.item .cms {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  width: 18%;
}
.item .cms button {
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 3px;
}
.item .cms div {
  font-family: RobotoLight;
}
.item .cms a {
  min-height: 100%;
  height: auto;
  padding: 15px 10px;
  font-size: 1.1em;
  text-decoration: none;
}
.item .info {
  position: relative;
  font-size: 0.9em;
  font-family: RobotoLight;
  text-align: left;
  min-width: 26%;
  line-height: 1.7em;
}
.item .info em {
  font-family: RobotoBold;
  font-style: normal;
  color: #555;
}
.item .info span {
  font-size: 1.0em;
}
.item .info div {
  position: absolute;
  top: 7px;
  right: 5px;
  border: 1px solid #777;
  border-radius: 12px;
  color: #555;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  height: 20px;
  width: 20px;
}
.item .menu {
  width: 3%;
}
.item .menu:hover div {
  visibility: visible;
}
.item .menu div {
  visibility: hidden;
  float: left;
  border: 1px solid transparent;
  padding: 0;
  cursor: pointer;
  margin: 1px 2px;
  height: 24px;
  width: 24px;
}
.item .menu div:hover {
  border: 1px solid #555;
}
.item .menu div.edit {
  background: url(../icon/pencilsw.png) 3px 3px no-repeat;
  background-size: 16px 16px;
}
.item a {
  text-decoration: none;
}
.item a:hover {
  text-decoration: underline;
}
.item.div {
  background-color: #c3c3c3;
  height: 5px;
}
.contentarea {
  float: left;
  margin-top: 48px;
  width: 50%;
}
.contentarea #content {
  padding: 1px 10px;
}
.contentarea .addpin {
  background: url(../icon/star1.png) 3px 3px no-repeat;
  background-size: 16px 16px;
}
.contentarea .delpin {
  display: none !important;
}
.pinarea {
  float: right;
  background-color: #e0e0e0;
  min-height: 100%;
  padding: 5px;
  margin-top: 50px;
  overflow: visible;
  width: 49%;
}
.pinarea.ui-widget.ui-widget-content {
  border: none;
}
.pinarea.ui-tabs {
  padding: 0;
  background-color: #e0e0e0;
}
.pinarea.ui-tabs .ui-tabs-panel {
  padding: 10px 10px;
}
.pinarea.ui-corner-all {
  border-radius: 0;
}
.pinarea .ui-tab a {
  font-size: 16px;
  padding: 6px 14px;
}
.pinarea.ui-widget .ui-tabs-tab input {
  border: 1px solid #eee;
  font-family: Roboto;
  font-size: 16px;
  text-align: center;
  height: 27px;
  width: 85px;
}
.pinarea.ui-widget .ui-tabs-tab input:focus {
  box-shadow: 0px 0px 8px 0px #999;
}
.pinarea li a {
  height: 20px;
}
.pinarea li.setting a {
  background-size: 16px 16px;
  color: black;
  width: 16px;
}
.pinarea li.setting.ui-state-active a {
  color: white;
  background-size: 16px 16px;
}
.pinarea .pins .ui-highlight {
  background-color: #fff;
  border: 1px dotted #777;
  height: 3em;
}
.pinarea .pins h3 {
  font-size: 17px;
  margin: 10px 0 0px 5px;
}
.pinarea #conf {
  overflow: hidden;
  padding-bottom: 15px;
}
.pinarea #conf label {
  font-family: RobotoLight;
  font-size: 0.97em;
}
.pinarea #conf div {
  margin-top: 15px;
  margin-left: 5px;
}
.pinarea #conf .version {
  float: right;
  color: #aaa;
}
.pinarea ul.tabs {
  list-style: none;
  line-height: 1.6em;
  margin-top: 0;
  padding-left: 8px;
  overflow: hidden;
}
.pinarea ul.tabs li {
  float: left;
  clear: left;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 1px 5px;
}
.pinarea ul.tabs li:hover {
  border: 1px solid #777;
}
.pinarea ul.tabs li:hover input {
  border-color: transparent;
}
.pinarea ul.tabs li input {
  display: none;
}
.pinarea ul.tabs li input:hover {
  Nborder: none;
}
.pinarea ul.ui-corner-all {
  border-radius: 0;
  padding-left: 10px;
}
.pinarea ul.ui-corner-all li {
  margin-right: 5px;
}
.pinarea ul.ui-corner-all .adddiv {
  float: right;
  border-bottom: 8px solid #c3c3c3;
  cursor: pointer;
  margin-right: 9px;
  width: 25px;
}
.pinarea ul.ui-corner-all .adddiv:hover {
  border-bottom: 8px solid #777;
}
.pinarea h1 {
  font-size: 1.5em;
  padding-left: 20px;
  margin-bottom: 5px;
}
.pinarea .delpin {
  background: url(../icon/star_c.png) 3px 3px no-repeat;
  background-size: 16px 16px;
  width: 20px;
  height: 20px;
}
.pinarea .addpin {
  display: none !important;
}
.pinarea #conf {
  line-height: 2em;
}
.pinarea input[type="checkbox"] {
  margin: 0 8px 0 5px;
  vertical-align: middle;
}
.pinarea #configpad {
  width: 100%;
}
.pinarea #configpad h4 {
  float: left;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
}
.pinarea #configpad span {
  float: right;
  padding: 0 5px;
  display: none;
}
.pinarea #configpad span:hover {
  background-color: #D22222;
  color: white;
  cursor: pointer;
}
.pinarea #conf textarea {
  display: none;
  width: 100%;
}
.hostingdata {
  position: absolute;
  z-index: 11;
  background-color: white;
  font-size: 15px;
  margin-top: 49px;
  padding-top: 25px;
  height: 100%;
  width: 100%;
}
.hostingdata a {
  color: #555;
}
.hostingdata .inner {
  margin: 0 25px;
}
.hostingdata .close {
  position: fixed;
  top: 8%;
  right: 7%;
}
.hostingdata table {
  border-collapse: collapse;
  margin-bottom: 25px;
}
.hostingdata table a {
  color: #555;
}
.hostingdata table tr.item td {
  font-family: RobotoLight;
  line-height: 14px;
  padding: 4px 10px;
}
.hostingdata table tr.item td a {
  font-weight: bold;
  color: #555;
}
.hostingdata table tr.hr {
  background-color: #aaa;
}
.hostingdata table tr:hover {
  background-color: #ddd;
  border: none;
}
.hostingdata table th {
  background-color: #eee;
  border-bottom: 1px solid #C20909;
}
.category {
  position: relative;
  border: 1px solid #777;
  background-color: #e0e0e0;
  padding: 3px 15px;
  margin: 5px auto;
  cursor: pointer;
}
.category > div {
  position: absolute;
  top: -55px;
}
.category:hover {
  background-color: #efefef;
}
.category em {
  float: right;
}
.res {
  clear: left;
}
a.tt {
  color: darkred;
  text-decoration: dotted;
}
.ui-tooltip {
  font-family: RobotoLight !important;
  font-size: 0.86em !important;
}
.lbox_bg {
  position: absolute;
  z-index: 10;
  top: 0;
  background-color: #666;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
div.newlink {
  display: none;
  position: absolute;
  z-index: 15;
  top: 35%;
  left: 50%;
  background-color: #efefef;
  border: 1px solid #999;
  margin-left: 0px;
  padding: 28px 10px 30px 10px;
  transform: translateX(-50%);
  width: auto;
}
div.newlink h2 {
  float: left;
  margin: 0 0 5px;
  font-size: 1.5em;
  padding-left: 5px;
}
div.newlink .clear {
  clear: left;
}
div.newlink .delete {
  position: absolute;
  top: 7px;
  right: 65px;
  border: 1px solid #777;
  cursor: pointer;
  font-size: 0.9em;
  padding: 2px 4px 2px 4px;
  margin: 2px 0px 0 -2px;
  height: 26px;
  width: 30px;
}
div.newlink .delete:hover {
  background-color: #D11111;
  border: 1px solid #D11111;
  color: #fff;
  text-decoration: none;
}
div.newlink input {
  padding: 3px 5px;
}
div.newlink .chosen-container > a {
  border-radius: 0px;
}
div.newlink .chosen-container > a > span {
  margin-right: 3px;
}
div.newlink .labels {
  clear: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
  background-color: transparent;
}
div.newlink .labels .it,
div.newlink .labels .st {
  flex: 1 1 auto;
  float: left;
  height: 36px;
  font-size: 0.9em;
  margin-right: 10px;
  padding-bottom: 20px;
  background-color: transparent;
}
div.newlink .labels .it label,
div.newlink .labels .st label {
  font-family: RobotoLight;
}
div.newlink .labels .it button,
div.newlink .labels .st button {
  font-family: Roboto;
  font-size: 0.9em;
  cursor: pointer;
}
div.newlink .labels .it input.save,
div.newlink .labels .st input.save {
  box-sizing: content-box;
  background-color: #e0e0e0;
  cursor: pointer;
  line-height: 1;
  width: 100px;
}
div.newlink .labels .it input.save:hover,
div.newlink .labels .it input.save:focus,
div.newlink .labels .st input.save:hover,
div.newlink .labels .st input.save:focus {
  background-color: #DA6D00;
  color: #fff;
}
div.newlink .labels span {
  cursor: help;
}
div.newlink .labels > div {
  padding-right: 8px;
}
div.newlink .labels > div input {
  font-family: Roboto;
  width: 100%;
}
div.newlink .labels .f-id {
  width: 100%;
}
div.newlink .labels .f-id input {
  width: 100%;
}
div.newlink .labels .f-linkname {
  width: 80%;
}
div.newlink .labels .f-linkname textarea {
  width: 100%;
  height: 20px;
  float: left;
  position: relative;
}
div.newlink .labels .f-category,
div.newlink .labels .f-tags {
  width: 130px;
}
div.newlink .labels .f-cms {
  width: 70px;
}
div.newlink .labels .f-host {
  width: 95px;
}
div.newlink .labels .f-path {
  width: 300px;
}
div.newlink .labels .f-note {
  width: 50%;
}
div.newlink .labels .f-note select {
  width: 65px;
}
div.newlink .labels .f-text {
  width: 380px;
}
div.newlink .labels .f-text textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 1px 4px;
  height: 44px;
  width: 365px;
}
div.newlink .labels .f-text textarea.inactive {
  border: none;
  background: #E4E4E4;
}
div.newlink .labels .f-iscms {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #aaa;
  border: 1px solid #888;
  font-family: Roboto;
  font-size: 0.9em;
  padding: 1px 5px;
}
div.newlink .labels .f-iscms:hover {
  color: black;
  border-color: black;
}
div.newlink .labels .ip {
  clear: left;
  display: none;
}
div.newlink .spacer {
  float: left;
  height: 45px;
  background-color: #fff;
}
div.newlink .tags {
  display: none;
  position: relative;
  z-index: 9;
  border: 1px solid #888;
  background-color: #fff !important;
  margin-top: 2px;
  max-height: 300px;
  overflow: auto;
}
div.newlink .tags a {
  display: block;
  padding: 2px 0 2px 4px;
  text-decoration: none;
  z-index: 8;
  width: 92%;
  color: #000;
  font-size: 10px;
}
div.newlink .tags a:hover {
  background-color: #f4f4f4;
  text-decoration: underline;
}
div.newlink .err {
  clear: left;
  color: darkred;
  font-size: 0.8em;
}
.editable {
  padding-bottom: 25px;
}
.editable section {
  clear: left;
  border-bottom: 1px solid #ccc;
}
.editable section.head div {
  font-weight: bold;
  text-transform: capitalize;
  background-color: #ccc;
}
.editable section.head .php,
.editable section.head .os,
.editable section.head .rz {
  text-transform: uppercase;
}
.editable div {
  float: left;
  border: 1px solid transparent;
  padding: 4px 5px;
  margin: 1px 0;
  min-height: 20px;
  width: 8%;
}
.editable div:hover {
  border: 1px solid #bbb;
  cursor: pointer;
}
.editable div.edit {
  border: none;
  padding: 0;
}
.editable div.noedit:hover {
  border-color: transparent;
  cursor: default;
}
.editable div.comment {
  width: 25%;
}
.editable input {
  float: left;
  position: relative;
  padding: 4px 5px;
  margin-top: 2px;
  margin-left: -8%;
  width: 8%;
}
.ui-corner-all {
  border-radius: 0;
}
li.ui-menu-item {
  font-size: 13px;
}
li.ui-menu-item .ui-menu-item-wrapper {
  padding: 2px 1em 2px .4em;
}
body ul.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
NObody ul.ui-autocomplete {
  top: 40px;
  left: 400px;
  max-height: 400px;
  overflow: auto;
}
#delete-confirm {
  display: none;
}
div.ui-dialog .ui-widget-header {
  font-weight: normal;
}
.noclose button.ui-dialog-titlebar-close {
  display: none;
}
body ul.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.finn .contentarea {
  width: 100%;
}
.finn #search {
  width: 220px;
}
.finn input.date {
  width: 80px;
}
.finn input#sum {
  background-color: transparent;
  border-color: #fff;
  color: white;
  text-align: center;
  margin-left: 80px;
  width: 120px;
}
.finn form {
  float: left;
}
.finn span {
  display: inline-block;
  margin-left: 90px;
}
.finn .newlink.import {
  width: 1100px;
}
.finn .newlink.import h2 {
  float: none;
}
.finn .newlink.import textarea {
  height: 150px;
  margin-bottom: 20px;
  width: 100%;
}
.finn .newlink.import .it {
  text-align: center;
}
.finn #newtext.import {
  width: 700px;
}
.finn #newtext.import textarea {
  height: 430px;
}
.finn .tablesorter-header div {
  font-size: 14px;
}
.finn .tablesorter-ice {
  width: 88%;
}
.finn .tablesorter-ice tbody > tr:hover > td {
  background: #f6f6f6;
}
.finn button.save:focus {
  background-color: #DA6D00;
  border: 1px solid #DA6D00;
  border-radius: 2px;
  color: #fff;
}
@media only screen and (max-width: 1060px) {
  div.newlink {
    min-width: 500px;
  }
  .item .row {
    float: left;
    background-color: #f0f0f0;
    width: 100%;
  }
  .item .row .part {
    float: left;
    background-color: inherit;
    width: auto;
  }
  .item .row .link {
    padding-left: 10px;
    width: 69%;
  }
  .item .row .cms {
    width: 27%;
    float: right;
  }
  .item .row .cms button,
  .item .row .cms div {
    float: left;
    margin-left: 5px;
  }
  .item .row .info {
    clear: left;
    padding-left: 10px;
    width: 69%;
  }
  .item .row .info span {
    display: inline-block;
    margin-left: 5px;
  }
  .item .row .info div {
    top: 0;
  }
  .item .row .menu {
    float: right;
  }
  .item .row .menu width:27%
                div {
    visibility: visible;
  }
  .contentarea {
    width: 49%;
  }
}
@media only screen and (max-width: 730px) {
  .contentarea,
  .pinarea {
    float: left;
    overflow: auto;
    padding: 5px 0;
    width: 100%;
  }
  .contentarea > .content,
  .pinarea > .content {
    overflow: auto;
  }
  .pinarea {
    margin-top: 10px;
  }
  #search {
    width: 70%;
  }
  .head {
    display: flex;
  }
  .head .new,
  .head .newtab {
    display: none;
  }
  .head input {
    float: left;
  }
  .head span {
    display: block;
    font-size: 1.2rem;
    margin-right: 1rem;
    width: 10rem;
  }
  .head span div.menu {
    display: block;
    background: url(../icon/hamburger.png) right 0 no-repeat;
    background-size: 28px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 9px;
    padding: 0px 2px;
    text-align: center;
    height: 28px;
    transform: translateX(-1rem);
    width: calc(100%);
  }
  .head span button {
    display: none;
    font-size: 1rem;
    padding: 0.5rem 0.9rem;
    margin-top: 0;
    border-bottom: 2px solid #fff;
    width: 100%;
  }
  .head span button.btn {
    width: 100%;
  }
  .head span button.new {
    background-position: 14px 9px;
    padding-left: 10px;
  }
  .head span button.newtab {
    display: none !important;
  }
  .head span button.category {
    margin-bottom: 0;
  }
  .head span.open button {
    display: block;
  }
  .head span.open button.btn {
    min-height: 2.7rem;
    background-position: center;
    width: 100%;
  }
  .head span.open button.newtab {
    display: none;
  }
  .head .resetsearch {
    display: none;
    width: 27px;
  }
  div.newlink {
    top: 3.5rem;
    max-width: 100%;
    min-width: 87%;
  }
  div.newlink label {
    font-size: 1.1rem;
  }
  div.newlink .labels input {
    height: 1.5rem;
    font-size: 1.2rem;
    padding: 1px 5px;
  }
  div.newlink input.save {
    font-size: 1.1rem;
    margin-top: 4px;
  }
  ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
    font-size: 1.1rem;
    padding-top: 4px;
    padding-bottom: 3px;
  }
  ul.ui-tabs-nav.ui-corner-all {
    padding-right: 10px;
  }
  ul.ui-tabs-nav li {
    clear: left;
    width: 100%;
  }
  ul.ui-tabs-nav li a {
    padding: 0.2em 0.5em;
    width: 100% !important;
  }
  ul.ui-tabs-nav li.adddiv {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .item .row .link {
    width: 64%;
  }
  .item .row .cms {
    width: 32%;
  }
  .item .row .cms button {
    margin-bottom: 0;
  }
  .item .row .info {
    line-height: 1.2em;
  }
  .item .row .menu div {
    visibility: visible;
  }
  .outer {
    overflow: hidden;
  }
  #newlink {
    margin-left: 0 !important;
  }
  #newlink button.delete {
    color: transparent;
    right: 50px;
    padding-left: 22px;
    width: 18px;
  }
}
@media only screen and (max-width: 550px) {
  .item .row .link div {
    display: none;
  }
  .item .row .info span {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  .newlink .labels > div {
    width: 95% !important;
  }
  .newlink .it input {
    width: 100%;
  }
  .item .row .link {
    width: 75%;
  }
  .item .row .cms {
    width: 20%;
  }
  .item .row .cms div {
    display: none;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto-regular.eot");
  src: url("../font/roboto-regular.eot?") format("embedded-opentype"), url("../font/roboto-regular.woff") format("woff"), url("../font/roboto-regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoBold";
  src: url("../font/roboto-bold.eot");
  src: url("../font/roboto-bold.eot?") format("embedded-opentype"), url("../font/roboto-bold.woff") format("woff"), url("../font/roboto-bold.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RobotoLight";
  src: url("../font/roboto-light.eot");
  src: url("../font/roboto-light.eot?") format("embedded-opentype"), url("../font/roboto-light.woff") format("woff"), url("../font/roboto-light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: Roboto, arial;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
}

input {
  border: 1px solid #888;
  height: 1.2rem;
  padding: 3px 4px;
  background-color: #fff;
  font-size: inherit;
  border-radius: 2px;
}
input:focus {
  box-shadow: 1px 1px 6px 0px #999;
}

body .ui-widget {
  font-family: Roboto, arial;
}

h2, h3 {
  font-family: RobotoBold, arial;
  color: #555;
}

div.head {
  position: fixed;
  z-index: 99;
  background-color: #DA6D00;
  background-color: green;
  padding: 12px 2px 4px 13px;
  margin: 0;
  height: 33px;
  width: 100%;
}
div.head div {
  display: none;
}
div.head div.ui-highlight {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px dotted red;
  background-color: #fff;
  background: #fff url(../icon/trash.png) 20px 10px no-repeat;
  background-size: 30px 30px;
  height: 100%;
  width: 100%;
}
div.head button {
  border: 1px solid #444;
  background-color: #444;
  color: #fff;
  cursor: pointer;
  font-family: Roboto, arial;
  font-size: 14px;
  padding: 4px 7px;
  margin-top: 1px;
  margin-left: 5px;
  vertical-align: top;
}
div.head button.btn {
  padding-top: 1px;
  vertical-align: top;
  height: 29px;
  width: 35px;
}
div.head button.recent {
  background: #444 url(../icon/recentedit.png) center 0 no-repeat;
  background-size: 26px;
}
div.head button.history {
  background: #444 url(../icon/history.png) center 0 no-repeat;
  background-size: 26px;
}
div.head button.category {
  background: #444 url(../icon/tags.png) center 0 no-repeat;
  background-size: 26px;
}
div.head button:hover {
  background-color: #000;
}
div.head .new {
  /*
  background:$buttonbg url(../icon/add.png) 4px 4px no-repeat;
  padding-left:22px;
  */
}
div.head .new b {
  font-size: 20px;
  font-family: RobotoLight;
  font-weight: normal;
  line-height: 1px;
}
div.head button.newtab {
  display: none;
  background-color: transparent;
  border: none;
  color: #eee;
  padding-right: 16px;
  padding-left: 0px;
  vertical-align: baseline;
  width: 24px;
}
div.head button.newtab i {
  font-size: 1.4rem;
}
div.head .check {
  background: url(../icon/linkcheck.png) 2px 2px no-repeat;
}
div.head label {
  color: #fff;
}

.outer {
  min-height: 100%;
}

#search {
  display: inline;
  border-radius: 3px;
  background-color: #eee;
  width: 30%;
  background: white url('data:image/svg+xml;utf8,<svg version="1.1" id="searchicon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="00px" y="0px" width="30.119px" height="14.524px" viewBox="0 0 29.119 29.524" style="enable-background:new 0 0 29.119 29.524;" xml:space="preserve"><path style="fill:%23888888;" d="M26.362,2.802c-3.686-3.717-9.691-3.738-13.406-0.049c-3.506,3.482-3.723,9.025-0.633,12.762 l0.033,0.035c0.625,0.715,0.869,0.979,1.398,1.365c3.711,2.945,9.121,2.715,12.564-0.707C30.034,12.519,30.056,6.515,26.362,2.802z M24.649,14.526c-2.787,2.771-7.29,2.752-10.056-0.033c-2.768-2.787-2.754-7.289,0.034-10.059c2.783-2.768,7.289-2.746,10.055,0.037 C27.452,7.257,27.437,11.761,24.649,14.526z"/><polygon style="fill:%23888888;" points="0,26.937 2.389,29.524 12.718,18.325 10.996,16.599 "/></svg>') right 6px no-repeat;
  padding: 3px 4px;
  height: 22px;
}

.head input {
  padding: 3px 4px;
  height: 22px;
  vertical-align: top;
}

.hide {
  display: none;
}

.close {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 3px;
  right: 10px;
  color: #555;
  cursor: pointer;
  padding: 2px 4px;
  margin: 5px 0px 0 -2px;
  height: 23px;
  width: 21px;
}
.close i {
  font-size: 1.5rem;
}
.close:hover {
  background-color: #C20909;
  color: white;
  text-decoration: none;
}

.item {
  clear: left;
  border: 1px solid transparent;
  font-size: 0.96em;
  line-height: 1.1em;
  margin-bottom: 2px;
  overflow: hidden;
  /* divider */
}
.item.list {
  float: left;
  width: 100%;
}
.item:hover {
  border: 1px solid #777;
}
.item:hover .menu div {
  visibility: visible;
}
.item table {
  border-collapse: collapse;
  width: 100%;
}
.item .part {
  padding: 0px;
  background-color: #f0f0f0;
}
.item .part a {
  display: block;
  font-size: 1em;
  padding: 5px 10px;
}
.item .link {
  cursor: pointer;
  color: #555;
  font-family: RobotoLight;
  font-size: 0.9em;
  padding-left: 15px;
  width: 65%;
}
.item .link:hover {
  text-decoration: underline;
}
.item .link div {
  font-size: 0.9em;
  padding-bottom: 4px;
}
.item .link h2 {
  display: inline;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.3em;
}
.item .link span {
  font-size: 1.2em;
}
.item .cms {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  width: 18%;
}
.item .cms button {
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 3px;
}
.item .cms div {
  font-family: RobotoLight;
}
.item .cms a {
  min-height: 100%;
  height: auto;
  padding: 15px 10px;
  font-size: 1.1em;
  text-decoration: none;
}
.item .info {
  position: relative;
  font-size: 0.9em;
  font-family: RobotoLight;
  text-align: left;
  min-width: 26%;
  line-height: 1.7em;
}
.item .info em {
  font-family: RobotoBold;
  font-style: normal;
  color: #555;
}
.item .info span {
  font-size: 1em;
}
.item .info div {
  position: absolute;
  top: 7px;
  right: 5px;
  border: 1px solid #777;
  border-radius: 12px;
  color: #555;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  font-size: 1em;
  line-height: 21px;
  text-align: center;
  height: 20px;
  width: 20px;
}
.item .menu {
  width: 3%;
}
.item .menu:hover div {
  visibility: visible;
}
.item .menu div {
  visibility: hidden;
  float: left;
  border: 1px solid transparent;
  padding: 0;
  cursor: pointer;
  margin: 1px 2px;
  height: 24px;
  width: 24px;
}
.item .menu div:hover {
  border: 1px solid #555;
}
.item .menu div.edit {
  background: url(../icon/pencilsw.png) 3px 3px no-repeat;
  background-size: 16px 16px;
}
.item a {
  text-decoration: none;
}
.item a:hover {
  text-decoration: underline;
}
.item.div {
  background-color: #c3c3c3;
  height: 5px;
}

.contentarea {
  float: left;
  margin-top: 48px;
  width: 50%;
}
.contentarea #content {
  padding: 1px 10px;
}
.contentarea .addpin {
  background: url(../icon/star1.png) 3px 3px no-repeat;
  background-size: 16px 16px;
}
.contentarea .delpin {
  display: none !important;
}

.pinarea {
  float: right;
  background-color: #e0e0e0;
  min-height: 100%;
  padding: 5px;
  margin-top: 50px;
  overflow: visible;
  width: 49%;
}
.pinarea.ui-widget.ui-widget-content {
  border: none;
}
.pinarea.ui-tabs {
  padding: 0;
  background-color: #e0e0e0;
}
.pinarea.ui-tabs .ui-tabs-panel {
  padding: 10px 10px;
}
.pinarea.ui-corner-all {
  border-radius: 0;
}
.pinarea .ui-tab a {
  font-size: 16px;
  padding: 6px 14px;
}
.pinarea.ui-widget .ui-tabs-tab input {
  border: 1px solid #eee;
  font-family: Roboto;
  font-size: 16px;
  text-align: center;
  height: 27px;
  width: 85px;
}
.pinarea.ui-widget .ui-tabs-tab input:focus {
  box-shadow: 0px 0px 8px 0px #999;
}
.pinarea li a {
  height: 20px;
}
.pinarea li.setting a {
  background-size: 16px 16px;
  color: black;
  width: 16px;
}
.pinarea li.setting.ui-state-active a {
  color: white;
  background-size: 16px 16px;
}
.pinarea .pins .ui-highlight {
  background-color: #fff;
  border: 1px dotted #777;
  height: 3em;
}
.pinarea .pins h3 {
  font-size: 17px;
  margin: 10px 0 0px 5px;
}
.pinarea #conf {
  overflow: hidden;
  padding-bottom: 15px;
}
.pinarea #conf label {
  font-family: RobotoLight;
  font-size: 0.97em;
}
.pinarea #conf div {
  margin-top: 15px;
  margin-left: 5px;
}
.pinarea #conf .version {
  float: right;
  color: #aaa;
}
.pinarea ul.tabs {
  list-style: none;
  line-height: 1.6em;
  margin-top: 0;
  padding-left: 8px;
  overflow: hidden;
}
.pinarea ul.tabs li {
  float: left;
  clear: left;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 1px 5px;
}
.pinarea ul.tabs li:hover {
  border: 1px solid #777;
}
.pinarea ul.tabs li:hover input {
  border-color: transparent;
}
.pinarea ul.tabs li input {
  display: none;
}
.pinarea ul.tabs li input:hover {
  Nborder: none;
}
.pinarea ul.ui-corner-all {
  border-radius: 0;
  padding-left: 10px;
}
.pinarea ul.ui-corner-all li {
  margin-right: 5px;
}
.pinarea ul.ui-corner-all .adddiv {
  float: right;
  border-bottom: 8px solid #c3c3c3;
  cursor: pointer;
  margin-right: 9px;
  width: 25px;
}
.pinarea ul.ui-corner-all .adddiv:hover {
  border-bottom: 8px solid #777;
}
.pinarea h1 {
  font-size: 1.5em;
  padding-left: 20px;
  margin-bottom: 5px;
}
.pinarea .delpin {
  background: url(../icon/star_c.png) 3px 3px no-repeat;
  background-size: 16px 16px;
  width: 20px;
  height: 20px;
}
.pinarea .addpin {
  display: none !important;
}
.pinarea #conf {
  line-height: 2em;
}
.pinarea input[type=checkbox] {
  margin: 0 8px 0 5px;
  vertical-align: middle;
}
.pinarea #configpad {
  width: 100%;
}
.pinarea #configpad h4 {
  float: left;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
}
.pinarea #configpad span {
  float: right;
  padding: 0 5px;
  display: none;
}
.pinarea #configpad span:hover {
  background-color: #D22222;
  color: white;
  cursor: pointer;
}
.pinarea #conf textarea {
  display: none;
  width: 100%;
}

.hostingdata {
  position: absolute;
  z-index: 11;
  background-color: white;
  font-size: 15px;
  margin-top: 49px;
  padding-top: 25px;
  height: 100%;
  width: 100%;
}
.hostingdata a {
  color: #555;
}
.hostingdata .inner {
  margin: 0 25px;
}
.hostingdata .close {
  position: fixed;
  top: 8%;
  right: 7%;
}
.hostingdata table {
  border-collapse: collapse;
  margin-bottom: 25px;
}
.hostingdata table a {
  color: #555;
}
.hostingdata table tr.item td {
  font-family: RobotoLight;
  line-height: 14px;
  padding: 4px 10px;
}
.hostingdata table tr.item td a {
  font-weight: bold;
  color: #555;
}
.hostingdata table tr.hr {
  background-color: #aaa;
}
.hostingdata table tr:hover {
  background-color: #ddd;
  border: none;
}
.hostingdata table th {
  background-color: #eee;
  border-bottom: 1px solid #C20909;
}

.category {
  position: relative;
  border: 1px solid #777;
  background-color: #e0e0e0;
  padding: 3px 15px;
  margin: 5px auto;
  cursor: pointer;
}
.category > div {
  position: absolute;
  top: -55px;
}
.category:hover {
  background-color: #efefef;
}
.category em {
  float: right;
}

.res {
  clear: left;
}

a.tt {
  color: darkred;
  text-decoration: dotted;
}

.ui-tooltip {
  font-family: RobotoLight !important;
  font-size: 0.86em !important;
}

.lbox_bg {
  position: absolute;
  z-index: 10;
  top: 0;
  background-color: #666;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}

div.newlink {
  display: none;
  position: absolute;
  z-index: 15;
  top: 35%;
  left: 50%;
  background-color: #efefef;
  border: 1px solid #999;
  margin-left: 0px;
  padding: 28px 10px 30px 10px;
  transform: translateX(-50%);
  width: auto;
}
div.newlink h2 {
  float: left;
  margin: 0 0 5px;
  font-size: 1.5em;
  padding-left: 5px;
}
div.newlink .clear {
  clear: left;
}
div.newlink .delete {
  position: absolute;
  top: 7px;
  right: 65px;
  border: 1px solid #777;
  cursor: pointer;
  font-size: 0.9em;
  padding: 2px 4px 2px 4px;
  margin: 2px 0px 0 -2px;
  height: 26px;
  width: 30px;
}
div.newlink .delete:hover {
  background-color: #D11111;
  border: 1px solid #D11111;
  color: #fff;
  text-decoration: none;
}
div.newlink input {
  padding: 3px 5px;
}
div.newlink .chosen-container > a {
  border-radius: 0px;
}
div.newlink .chosen-container > a > span {
  margin-right: 3px;
}
div.newlink .labels {
  clear: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
  background-color: transparent;
}
div.newlink .labels .it, div.newlink .labels .st {
  flex: 1 1 auto;
  float: left;
  height: 36px;
  font-size: 0.9em;
  margin-right: 10px;
  padding-bottom: 20px;
  background-color: transparent;
}
div.newlink .labels .it label, div.newlink .labels .st label {
  font-family: RobotoLight;
}
div.newlink .labels .it button, div.newlink .labels .st button {
  font-family: Roboto;
  font-size: 0.9em;
  cursor: pointer;
}
div.newlink .labels .it input.save, div.newlink .labels .st input.save {
  box-sizing: content-box;
  background-color: #e0e0e0;
  cursor: pointer;
  line-height: 1;
  width: 100px;
}
div.newlink .labels .it input.save:hover,
div.newlink .labels .it input.save:focus, div.newlink .labels .st input.save:hover,
div.newlink .labels .st input.save:focus {
  background-color: #DA6D00;
  color: #fff;
}
div.newlink .labels span {
  cursor: help;
}
div.newlink .labels > div {
  padding-right: 8px;
}
div.newlink .labels > div input {
  font-family: Roboto;
  width: 100%;
}
div.newlink .labels .f-id {
  width: 100%;
}
div.newlink .labels .f-id input {
  width: 100%;
}
div.newlink .labels .f-linkname {
  width: 80%;
}
div.newlink .labels .f-linkname textarea {
  width: 100%;
  height: 20px;
  float: left;
  position: relative;
}
div.newlink .labels .f-category,
div.newlink .labels .f-tags {
  width: 130px;
}
div.newlink .labels .f-cms {
  width: 70px;
}
div.newlink .labels .f-host {
  width: 95px;
}
div.newlink .labels .f-path {
  width: 300px;
}
div.newlink .labels .f-note {
  width: 50%;
}
div.newlink .labels .f-note select {
  width: 65px;
}
div.newlink .labels .f-text {
  width: 380px;
}
div.newlink .labels .f-text textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 1px 4px;
  height: 44px;
  width: 365px;
}
div.newlink .labels .f-text textarea.inactive {
  border: none;
  background: #E4E4E4;
}
div.newlink .labels .f-iscms {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #aaa;
  border: 1px solid #888;
  font-family: Roboto;
  font-size: 0.9em;
  padding: 1px 5px;
}
div.newlink .labels .f-iscms:hover {
  color: black;
  border-color: black;
}
div.newlink .labels .ip {
  clear: left;
  display: none;
}
div.newlink .spacer {
  float: left;
  height: 45px;
  background-color: #fff;
}
div.newlink .tags {
  display: none;
  position: relative;
  z-index: 9;
  border: 1px solid #888;
  background-color: #fff !important;
  margin-top: 2px;
  max-height: 300px;
  overflow: auto;
}
div.newlink .tags a {
  display: block;
  padding: 2px 0 2px 4px;
  text-decoration: none;
  z-index: 8;
  width: 92%;
  color: #000;
  font-size: 10px;
}
div.newlink .tags a:hover {
  background-color: #f4f4f4;
  text-decoration: underline;
}
div.newlink .err {
  clear: left;
  color: darkred;
  font-size: 0.8em;
}

.editable {
  padding-bottom: 25px;
}
.editable section {
  clear: left;
  border-bottom: 1px solid #ccc;
}
.editable section.head div {
  font-weight: bold;
  text-transform: capitalize;
  background-color: #ccc;
}
.editable section.head .php, .editable section.head .os, .editable section.head .rz {
  text-transform: uppercase;
}
.editable div {
  float: left;
  border: 1px solid transparent;
  padding: 4px 5px;
  margin: 1px 0;
  min-height: 20px;
  width: 8%;
}
.editable div:hover {
  border: 1px solid #bbb;
  cursor: pointer;
}
.editable div.edit {
  border: none;
  padding: 0;
}
.editable div.noedit:hover {
  border-color: transparent;
  cursor: default;
}
.editable div.comment {
  width: 25%;
}
.editable input {
  float: left;
  position: relative;
  padding: 4px 5px;
  margin-top: 2px;
  margin-left: -8%;
  width: 8%;
}

.ui-corner-all {
  border-radius: 0;
}

li.ui-menu-item {
  font-size: 13px;
}
li.ui-menu-item .ui-menu-item-wrapper {
  padding: 2px 1em 2px 0.4em;
}

body ul.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

NObody ul.ui-autocomplete {
  top: 40px;
  left: 400px;
  max-height: 400px;
  overflow: auto;
}

#delete-confirm {
  display: none;
}

div.ui-dialog .ui-widget-header {
  font-weight: normal;
}

.noclose button.ui-dialog-titlebar-close {
  display: none;
}

body ul.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* finn */
.finn .contentarea {
  width: 100%;
}
.finn #search {
  width: 220px;
}
.finn input.date {
  width: 80px;
}
.finn input#sum {
  background-color: transparent;
  border-color: #fff;
  color: white;
  text-align: center;
  margin-left: 80px;
  width: 120px;
}
.finn form {
  float: left;
}
.finn span {
  display: inline-block;
  margin-left: 90px;
}
.finn .newlink.import {
  width: 1100px;
}
.finn .newlink.import h2 {
  float: none;
}
.finn .newlink.import textarea {
  height: 150px;
  margin-bottom: 20px;
  width: 100%;
}
.finn .newlink.import .it {
  text-align: center;
}
.finn #newtext.import {
  width: 700px;
}
.finn #newtext.import textarea {
  height: 430px;
}
.finn .tablesorter-header div {
  font-size: 14px;
}
.finn .tablesorter-ice {
  width: 88%;
}
.finn .tablesorter-ice tbody > tr:hover > td {
  background: #f6f6f6;
}
.finn button.save:focus {
  background-color: #DA6D00;
  border: 1px solid #DA6D00;
  border-radius: 2px;
  color: #fff;
}

@media only screen and (max-width: 1060px) {
  div.newlink {
    min-width: 500px;
  }
  .item .row {
    float: left;
    background-color: #f0f0f0;
    width: 100%;
  }
  .item .row .part {
    float: left;
    background-color: inherit;
    width: auto;
  }
  .item .row .link {
    padding-left: 10px;
    width: 69%;
  }
  .item .row .cms {
    width: 27%;
    float: right;
  }
  .item .row .cms button,
  .item .row .cms div {
    float: left;
    margin-left: 5px;
  }
  .item .row .info {
    clear: left;
    padding-left: 10px;
    width: 69%;
  }
  .item .row .info span {
    display: inline-block;
    margin-left: 5px;
  }
  .item .row .info div {
    top: 0;
  }
  .item .row .menu {
    float: right;
    width: 27% div;
    width-visibility: visible;
  }
  .contentarea {
    width: 49%;
  }
}
@media only screen and (max-width: 730px) {
  .contentarea, .pinarea {
    float: left;
    overflow: auto;
    padding: 5px 0;
    width: 100%;
  }
  .contentarea > .content, .pinarea > .content {
    overflow: auto;
  }
  .pinarea {
    margin-top: 10px;
  }
  #search {
    width: 70%;
  }
  .head {
    display: flex;
  }
  .head .new, .head .newtab {
    display: none;
  }
  .head input {
    float: left;
  }
  .head span {
    display: block;
    font-size: 1.2rem;
    margin-right: 1rem;
    width: 10rem;
  }
  .head span div.menu {
    display: block;
    background: url(../icon/hamburger.png) right 0 no-repeat;
    background-size: 28px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 9px;
    padding: 0px 2px;
    text-align: center;
    height: 28px;
    transform: translateX(-1rem);
    width: 100%;
  }
  .head span button {
    display: none;
    font-size: 1rem;
    padding: 0.5rem 0.9rem;
    margin-top: 0;
    border-bottom: 2px solid #fff;
    width: 100%;
  }
  .head span button.btn {
    width: 100%;
  }
  .head span button.new {
    background-position: 14px 9px;
    padding-left: 10px;
  }
  .head span button.newtab {
    display: none !important;
  }
  .head span button.category {
    margin-bottom: 0;
  }
  .head span.open button {
    display: block;
  }
  .head span.open button.btn {
    min-height: 2.7rem;
    background-position: center;
    width: 100%;
  }
  .head span.open button.newtab {
    display: none;
  }
  .head .resetsearch {
    display: none;
    width: 27px;
  }
  div.newlink {
    top: 3.5rem;
    max-width: 100%;
    min-width: 87%;
  }
  div.newlink label {
    font-size: 1.1rem;
  }
  div.newlink .labels input {
    height: 1.5rem;
    font-size: 1.2rem;
    padding: 1px 5px;
  }
  div.newlink input.save {
    font-size: 1.1rem;
    margin-top: 4px;
  }
  ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
    font-size: 1.1rem;
    padding-top: 4px;
    padding-bottom: 3px;
  }
  ul.ui-tabs-nav.ui-corner-all {
    padding-right: 10px;
  }
  ul.ui-tabs-nav li {
    clear: left;
    width: 100%;
  }
  ul.ui-tabs-nav li a {
    padding: 0.2em 0.5em;
    width: 100% !important;
  }
  ul.ui-tabs-nav li.adddiv {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .item .row .link {
    width: 64%;
  }
  .item .row .cms {
    width: 32%;
  }
  .item .row .cms button {
    margin-bottom: 0;
  }
  .item .row .info {
    line-height: 1.2em;
  }
  .item .row .menu div {
    visibility: visible;
  }
  .outer {
    overflow: hidden;
  }
  #newlink {
    margin-left: 0 !important;
  }
  #newlink button.delete {
    color: transparent;
    right: 50px;
    padding-left: 22px;
    width: 18px;
  }
}
@media only screen and (max-width: 550px) {
  .item .row .link div {
    display: none;
  }
  .item .row .info span {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  .newlink .labels > div {
    width: 95% !important;
  }
  .newlink .it input {
    width: 100%;
  }
  .item .row .link {
    width: 75%;
  }
  .item .row .cms {
    width: 20%;
  }
  .item .row .cms div {
    display: none;
  }
}