.page-with-submenu {
  width: 700px;
  float: right;
}
.page-with-submenu .settings .section:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
.page-with-submenu .settings .section:first-child h4 {
  margin-top: 0px;
}
.page-with-submenu .settings .section {
  border-bottom: 1px solid #CDCDCD;
  margin: 10px 0;
  border-bottom: 1px solid #CDCDCD;
  padding: 5px 10px;
  box-sizing: border-box;
}
.page-with-submenu .settings .section .settings-select select {
  width: 200px !important;
  padding: 3px 3px 3px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-with-submenu .settings .section .row {
  margin: 7px 0 0 0;
  padding: 0 0 7px 0;
  position: relative;
}
.page-with-submenu .settings .section h4 {
  color: #3189ad;
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0px;
}
.page-with-submenu .settings .section h4.underline {
  text-decoration: underline;
  cursor: pointer;
}
.page-with-submenu .settings .section .services {
  width: 100%;
  padding: 0 5px;
}
.page-with-submenu .settings .section .services .service-item {
  width: 690px;
  float: left;
  margin: 0 5px 0 0;
}
.page-with-submenu .settings .section .services .service-item .title {
  margin: 4px 5px 0 0;
}
.page-with-submenu .settings .section .services .service-item h5 {
  color: #545454;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 5px 0;
}
.page-with-submenu .settings .section .services .service-item ul {
  list-style: none;
  margin: 0 0 0 10px;
}
.page-with-submenu .settings .section .services .service-item ul li {
  height: 22px;
  margin: 30px 0;
  float: none;
}
.page-with-submenu .settings .section .skills .block input {
  border: none !important;
  margin: 0px !important;
}
.page-with-submenu .settings .section .skills .block {
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 474px;
  padding: 1px 0;
}
.page-with-submenu .settings .section .skills .block .item {
  background-color: #F4F4F4;
  border: 1px solid #E3E3E3;
  margin: 1px 0px 1px 5px;
  padding: 0 0 2px 3px;
  height: 16px;
  color: #5C6B6F;
}
.page-with-submenu .settings .section .skills .block .item .text {
  padding: 0 3px 2px 3px;
}
.page-with-submenu .settings .section .skills .block .item .delete {
  cursor: pointer;
  padding: 0 3px 0px 3px;
  border-left: 1px solid #E3E3E3;
  color: #9D9D9D;
  text-shadow: 0 1px 0 #FFFFFF;
  height: 16px;
}
.page-with-submenu .settings .section .skills .block .item:hover .delete {
  background-color: #E9E9E9;
}
.page-with-submenu .settings .section .skills .block input.type {
  margin: 5px 0 0 0;
  padding-bottom: 4px;
  border-radius: 0;
  border: none;
}
.page-with-submenu .settings .section .skills .block input.type:focus {
  box-shadow: none !important;
}
.page-with-submenu .settings .section .skills .row {
  margin: 0;
  padding: 0;
  border: none;
}
.page-with-submenu .settings .section .skills .row input {
  border: none;
  border-radius: 0px;
  margin: 2px 0 2px 0 !important;
  box-shadow: none;
}
.page-with-submenu .settings .section .skills .row input:focus {
  outline: none;
}
.page-with-submenu .settings .section .skills .row .field-validation-error {
  position: absolute;
  top: 4px;
  left: 180px;
}
.page-with-submenu .settings .section .label {
  width: 170px;
}
.page-with-submenu .settings .section .url-item {
  margin: 10px 0 0 0;
}
.page-with-submenu .settings .section .field-validation-error {
  position: absolute;
  top: 4px;
  left: 180px;
}
.page-with-submenu .settings .check-button-groups .label {
  margin: 0 20px 0 0;
}
.page-with-submenu .settings .long-input {
  position: relative;
}
.page-with-submenu .settings .long-input input {
  width: 465px;
  padding-left: 5px;
}
.page-with-submenu .settings .long-input textarea {
  width: 474px;
  max-width: 474px;
  min-width: 474px;
}
.page-with-submenu .settings .hint {
  width: 320px;
  opacity: 0.0;
  transition: all 0.3s;
}
.page-with-submenu .settings .row:hover .hint {
  opacity: 1.0;
}
.page-with-submenu .settings .status {
  top: 4px;
  right: 20px;
  position: absolute;
  color: #999;
}
.page-with-submenu .settings-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(/content/img/settings/icons-settings.png);
  margin: 2px 3px -3px -3px;
  cursor: pointer;
  opacity: 0.7;
}
.page-with-submenu .settings-icon:hover {
  opacity: 1.0;
}
.page-with-submenu .settings-icon.icon-add {
  background-position: 0 0;
}
.page-with-submenu .settings-icon.icon-delete {
  background-position: 0 -16px;
}
.page-with-submenu .tab {
  border: 1px dotted #ccc;
  margin-top: -1px !important;
  display: none;
}
.page-with-submenu .tabs ul {
  width: 100%;
  overflow: hidden;
}
.page-with-submenu .tabs ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 5px;
}
.page-with-submenu .tabs ul li.error {
  background-color: #fee;
}
.page-with-submenu .tabs ul li.error a {
  color: #f00;
}
.page-with-submenu .tabs ul li.selected {
  background-color: #fff;
  border: 1px dotted #ccc;
  border-bottom-width: 0;
}
.page-with-submenu .tabs ul li a {
  padding: 5px;
  text-decoration: none;
  font-size: 14px;
  margin: 0 0px 0px 0;
}
