html {
  background: url('/bundles/megaplanadmin/images/body.png');
}
body {
  margin: 0;
  padding: 0 0 100px 0;
  background: none;
  overflow-y: scroll;
}
h1 {
  margin-bottom: 0.8em;
}
h2 {
  margin-bottom: 0.2em;
  font-size: 15pt;
}
form {
  margin: 0;
}
code {
  display: block;
  margin: 0.4em 0;
}
.btn.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  outline: none;
}
.btn-transparent {
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #444;
  border-bottom-color: #383838;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
.btn-transparent:first-child {
  *margin-left: 0;
}
.controls .help-inline {
  color: #888;
  padding-top: 4px;
  line-height: 1.2em;
}
.controls .checkbox {
  margin-top: -10px;
}
.controls.no-label {
  margin-left: 80px;
}
.modal-body {
  padding: 0;
}
.modal-body-content {
  padding: 20px 25px;
}
.modal-body-delimeter {
  font: 1px;
  height: 1px;
  border-top: 1px solid #ddd;
}
.modal-backdrop {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.modal {
  max-height: none;
  width: 500px;
  margin-left: -250px;
}
.modal-header,
.modal-footer {
  padding-right: 20px;
  padding-left: 20px;
}
.dropdown-menu {
  max-width: none;
}
.btn-primary.disabled {
  color: white;
}
.ie .btn-group .btn.active {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.popover-title {
  background: #f2dede;
  color: #bd4a48;
}
.ie .progress-success.progress-striped .bar {
  background: url(/bundles/megaplanadmin/images/progress-success.png);
  filter: -;
}
.ie .progress-danger.progress-striped .bar {
  background: url(/bundles/megaplanadmin/images/progress-danger.png);
  filter: -;
}
input,
textarea,
select,
.uneditable-input {
  width: 405px;
}
textarea {
  resize: none;
}
.icon-progress {
  background: url('/bundles/megaplanadmin/images/spinner.gif') 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.modal-loading {
  height: 400px;
  background: url('/bundles/megaplanadmin/images/spinner.gif') center center no-repeat;
}
.clickable {
  border-bottom: 1px dashed;
  cursor: pointer;
}
body .form-horizontal .control-group {
  margin-bottom: 16px;
}
.control-group.error > label {
  color: #333;
}
.alert h4 {
  color: inherit;
}
input:focus,
textarea:focus {
  border-color: #E1B048;
  color: #555;
  -webkit-box-shadow: 0 0 6px #FFE078;
  -moz-box-shadow: 0 0 6px #FFE078;
  box-shadow: 0 0 6px #FFE078;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #E1B048;
  color: #555;
  -webkit-box-shadow: 0 0 6px #FFE078;
  -moz-box-shadow: 0 0 6px #FFE078;
  box-shadow: 0 0 6px #FFE078;
}
.form-horizontal .control-group > label {
  text-align: left;
}
.feedback-tooltip {
  background: url('/bundles/megaplanadmin/images/mail_broken.png') 5px center no-repeat;
  padding: 6px 0 6px 55px;
  text-align: left;
}
.controls .radio input,
.controls .checkbox input,
input[type=radio] {
  width: auto !important;
}
.tooltip-arrow,
.tooltip-inner {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body .tooltip .tooltip-inner {
  font-family: 'Tahoma', sans-serif;
  padding: 5px 10px;
  text-align: left;
  line-height: 1.4em;
}
/* БЛОКИ */
.white-block {
  width: 570px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 15px 1px #aaa;
}
.ie78 .white-block {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.white-block .white-block-inner {
  margin: 0 30px;
  padding: 20px 0 30px 0;
}
.scrollable {
  overflow-y: auto;
}
.bottom-block {
  margin-top: 30px;
  text-align: center;
}
.bottom-block .feedback a {
  color: #6d5936;
  text-decoration: underline;
}
.download {
  width: 250px;
  margin: 0 auto;
  display: none;
}
.download .hint {
  text-align: center;
  color: #888;
  font-size: 13px;
  margin-top: -10px;
}
.license-key {
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 2px;
  padding: 15px 15px 25px 15px;
}
.license-key .head {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.license-key .license-key-text {
  width: 468px;
  max-height: 150px;
  overflow-y: auto;
  word-wrap: break-word;
}
.license-key .copy-link {
  margin-top: 15px;
  text-align: center;
}
.status-block {
  height: 452px;
}
.status-process {
  background: url('/bundles/megaplanadmin/images/plane-big.png') center 110px no-repeat;
  padding-top: 350px;
}
.status-process .text {
  margin-top: -3px;
  text-align: center;
  color: #888;
}
.status-finish {
  display: none;
  background: url('/bundles/megaplanadmin/images/check.png') center 40px no-repeat;
  padding-top: 350px;
}
.status-finish .go {
  text-align: center;
  font-size: 30px;
  line-height: 1.2em;
  margin: -30px 0 60px 0;
}
.status-finish .go .btn {
  padding: 13px 28px;
  font-size: 22px;
}
.status-finish .dns {
  text-align: center;
  margin-top: 15px;
  color: #888;
}
.status-finish-admin-link {
  display: none;
}
.status-finish-admin-link a {
  padding-left: 18px;
  background: url('/bundles/megaplanadmin/images/new-window.png') 0 4px no-repeat;
  color: #6D5936;
  text-decoration: underline;
  display: inline-block;
}
.status-error {
  display: none;
  background: url('/bundles/megaplanadmin/images/puzzle.png') center 160px no-repeat;
}
.status-error textarea {
  display: none;
}
.status-error .block {
  height: 350px;
}
.status-error .button {
  text-align: center;
  margin-top: 20px;
}
.status-error .rollback .text {
  margin-top: -3px;
  text-align: center;
  color: #888;
}
.status-error .back {
  display: none;
  text-align: center;
  margin-top: 60px;
}
.global-section-content {
  padding-left: 15px;
}
/* LAYOUTS */
#contentWithoutMenu {
  padding: 160px 0 60px 0;
  width: 570px;
  margin: 0 auto;
}
#contentWithoutMenu.install {
  background: url('/bundles/megaplanadmin/images/plane.png') center 60px no-repeat;
}
#contentWithoutMenu.license {
  background: url('/bundles/megaplanadmin/images/key.png') center 60px no-repeat;
}
#contentWithoutMenu fieldset {
  padding-top: 20px;
}
#contentWithoutMenu fieldset .delimiter {
  border-top: 1px solid #ddd;
  position: absolute;
  margin: -20px 0 0 -30px;
  width: 570px;
  font-size: 1;
}
#contentWithoutMenu .buttons {
  margin-top: 34px;
}
#contentWithoutMenu .button-left-container {
  text-align: right;
  margin-left: -25px;
}
.ie78 #contentWithoutMenu .white-block {
  border-top-width: 1px;
}
#contentWithMenu {
  width: 972px;
  margin: 0 auto;
}
.ie7 #contentWithMenu .navbar .container {
  margin-top: -40px;
}
#contentWithMenu .white-block {
  margin-top: -18px;
}
#contentWithMenu .nav-collapse .label {
  color: #000;
  text-transform: none;
}
#contentWithMenu .control-label {
  width: 120px;
}
#contentWithMenu .controls {
  margin-left: 130px;
}
#contentWithMenu .controls input,
#contentWithMenu .controls textarea {
  width: 380px;
}
#contentWithMenu .off-modal-buttons {
  text-align: center;
  padding: 40px;
}
#contentWithMenu .off-modal-buttons .off-reboot {
  margin-right: 90px;
}
#contentWithMenu .off-modal-buttons i {
  margin-right: 5px;
  vertical-align: -1px;
}
/* CONTROLLER SECURITY */
#securityLayout .empty-block {
  height: 400px;
}
#securityLayout .modal {
  width: 320px;
  margin-left: -160px;
}
#securityLayout .modal h3 {
  margin-bottom: 1em;
}
#securityLayout .modal form {
  margin-bottom: 0;
}
#securityLayout .back-link {
  position: fixed;
  top: -9999px;
  z-index: 1100;
  width: 100%;
  text-align: center;
  left: 0;
}
#securityLayout .back-link a {
  color: #fff;
  text-decoration: underline;
}
#securityLogin .control-label {
  width: 25px;
  height: 25px;
  background: url('/bundles/megaplanadmin/images/password.png') 0 0 no-repeat;
}
#securityLogin .controls {
  margin-left: 35px;
}
#securityLogin .controls input {
  width: 210px;
}
/* CONTROLLER OPEN */
#openLanguage .select-container {
  position: relative;
  margin: 30px auto;
  width: 250px;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 0;
  border: 1px solid #ccc;
}
#openLanguage select {
  display: block;
  width: 350px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  float: left;
}
#openLicense .license-key {
  margin: 20px 0 30px 0;
}
#openLicense .download-auto {
  display: block;
  padding-top: 40px;
  padding-bottom: 30px;
}
#openLicense #license {
  margin-top: 1em;
}
#openFeedback textarea {
  width: 99%;
  height: 100px;
}
#openFeedback .attach-log {
  width: 100%;
  height: 30px;
  margin: 15px 0;
  position: relative;
}
#openFeedback .attach-log .icon-progress {
  margin-left: 10px;
}
#openFeedback .file {
  position: absolute;
  background: url('/bundles/megaplanadmin/images/zip.png') 0 0 no-repeat;
  display: none;
  height: 30px;
  padding-left: 28px;
  margin: -4px 0 0 10px;
}
#openFeedback .file .name {
  margin-top: -4px;
  display: block;
}
#openFeedback .file .size {
  margin-top: -2px;
  font-size: 11px;
  color: #888;
}
#openFeedback .attach-screen {
  position: relative;
}
#openFeedback .attach-screen img {
  border: 1px solid #888;
}
#openFeedback .attach-screen .close {
  float: none;
  position: absolute;
  top: 1px;
  margin-left: -19px;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding: 0 3px;
}
#openFeedback .attach-screen .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#openFeedback .from {
  width: 99%;
  margin: 10px 0 30px 0;
}
#openFeedback .from th {
  white-space: nowrap;
  width: 10px;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 10px;
}
#openFeedback .from td input {
  width: 100%;
  margin-bottom: 0;
}
.ie7 #openFeedback .from {
  width: 440px;
}
.ie7 #openFeedback .from th {
  width: 140px;
  text-align: left;
}
.ie7 #openFeedback .from td input {
  width: 290px;
}
#openFeedback .note {
  font-size: 11px;
  line-height: 1.2em;
  margin: 15px 0;
}
/* CONTROLLER INSTALL */
#installImportAuto .control-label {
  width: 115px;
}
#installImportAuto .controls {
  margin-left: 130px;
}
#installImportAuto .controls input {
  width: 370px;
}
#installFiles .control-label {
  width: 105px;
}
#installFiles .controls {
  margin-left: 130px;
}
#installFiles .controls input {
  width: 360px;
}
#installFiles .key {
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 2px;
  padding: 15px 20px 15px 15px;
  margin: 30px 0 30px 0;
}
#installFiles .key .head {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
#installFiles .key textarea {
  width: 468px;
  height: 100px;
}
#installFiles .license-key {
  margin: 25px 0 30px 0;
}
#installSettings {
  margin-top: -20px;
}
#installSettings .controls select {
  width: 240px;
}
#installSettings .tab-pane select {
  width: 70px;
}
#installSettings .control-label {
  width: 125px;
}
#installSettings .controls {
  margin-left: 125px;
}
#installSettings .controls input,
#installSettings .controls textarea {
  width: 360px;
}
#installSettings .mail-check {
  float: left;
  white-space: nowrap;
}
#installSettings .mail-check .controls {
  margin-left: 0;
}
#installSettings .mail-check .control-group {
  margin-bottom: 0;
}
#installSettings .mail-check .control-group label {
  margin-top: 0;
  padding-top: 0;
}
#installSettings .mail-note {
  margin: -10px 0 24px 0;
}
#installSettings .mail-fieldset {
  clear: left;
  position: relative;
  top: 4px;
}
#installSettings .mail-fieldset.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#installSettings .host-port {
  position: relative;
}
#installSettings .host input {
  width: 308px;
}
#installSettings .host.without-port input {
  width: 360px;
}
#installSettings .port {
  top: 0;
  right: 0;
  position: absolute;
}
#installSettings .port .control-group {
  display: inline-block;
}
#installSettings .port .controls {
  display: inline-block;
  margin: 0;
}
#installSettings .port input {
  width: 30px;
}
#installSettings .nolabel .controls {
  margin-left: 0;
}
#installSettings .help-controls {
  margin-top: 5px;
}
#installSettings .help-sql {
  margin-top: 4px;
  height: 5.4em;
  overflow-x: auto;
  white-space: nowrap;
  font-family: "Courier New";
}
#installUser .control-label {
  width: 75px;
}
#installUser .controls {
  margin-left: 90px;
}
#installUser .controls input {
  width: 410px;
}
#installUser .control-group:nth-child(5) {
  margin-bottom: 0;
}
#installPassword .text {
  margin-bottom: 2em;
}
#installPassword .controls {
  margin-left: 110px;
  padding-left: 34px;
  background: url('/bundles/megaplanadmin/images/password.png') 0 0 no-repeat;
}
#installPassword .controls input {
  width: 220px;
}
/* CONTROLLER ADMIN */
#adminIndex .block-info {
  margin-bottom: 30px;
}
#adminIndex .update-data {
  min-height: 114px;
}
#adminIndex .update-block {
  display: none;
}
#adminIndex .update-block .login-data {
  margin-bottom: 6px;
}
#adminIndex .update-block .login-data .log {
  cursor: pointer;
  text-decoration: underline;
}
#adminIndex .update-wait {
  vertical-align: -5px;
}
#adminIndex .update-block .license-data {
  margin-bottom: 10px;
}
#adminIndex .update-block .mega-update-data .info {
  margin-bottom: 6px;
}
#adminIndex .license-expires {
  margin-bottom: 8px;
}
#adminIndex .backup-data {
  margin-bottom: 8px;
}
#adminIndex .storage-error,
#adminIndex .db-error {
  margin-top: 8px;
}
#adminIndex .db-check-alert {
  margin-top: 6px;
}
#adminIndex .db-check-alert button {
  display: block;
  margin-top: 6px;
}
#adminIndex .services-block .text {
  vertical-align: -3px;
}
#adminIndex .services-wait {
  vertical-align: -5px;
}
#adminIndex .https-block {
  min-height: 24px;
  margin-bottom: 4px;
}
#adminIndex .btn {
  margin-right: 10px;
}
#adminIndex .text {
  color: #468847;
}
#adminIndex .text.disabled {
  color: #888;
}
#adminIndex .text.error {
  color: #b94a48;
}
#adminCheckStore {
  padding: 10px 20px;
  height: 250px;
  font-family: "Courier New";
  overflow-y: auto;
}
#adminServices td {
  vertical-align: middle;
  line-height: 28px;
}
#adminHttps .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
#adminHost form {
  margin-top: 1.5em;
}
#adminHost .control-label {
  width: 35px;
}
#adminHost .controls {
  margin-left: 50px;
}
#adminHost .controls input[type=text] {
  width: 250px;
}
#adminHost .auto .control-group {
  margin-bottom: 0.5em;
}
#adminHost .auto .controls {
  margin-left: 0;
}
#adminTime .time input {
  width: 120px;
}
#adminTime .time input[type=time] {
  margin-left: 10px;
  width: 60px;
}
#adminTime .zone select {
  width: 295px;
}
#adminBackup {
  min-height: 410px;
}
#adminBackup h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
#adminBackup .block-first {
  padding-bottom: 5px;
}
#adminBackup .control-label {
  width: 110px;
}
.ie7 #adminBackup .control-label {
  width: 60px;
}
#adminBackup .controls {
  margin-left: 125px;
}
#adminBackup .controls input,
#adminBackup .controls textarea {
  width: 310px;
}
#adminBackup .protocol .controls {
  margin-left: 0;
}
#adminBackup select {
  width: auto;
}
#adminBackup .period {
  display: inline-block;
  padding-right: 10px;
}
#adminBackup .period-week,
#adminBackup .period-day {
  display: inline-block;
  margin-right: 0.6em;
}
#adminBackup .hour-sign {
  display: inline-block;
  margin-left: 0.3em;
}
#adminBackup .hour input {
  width: 52px;
}
#adminBackup .host-port {
  position: relative;
  width: 445px;
}
#adminBackup .param.host {
  display: inline-block;
}
#adminBackup .param.host input {
  width: 257px;
}
#adminBackup .param.host.without-port input {
  width: 310px;
}
#adminBackup .param.port {
  position: absolute;
  top: 0;
  right: 0;
}
#adminBackup .param.port .control-group {
  display: inline-block;
}
#adminBackup .param.port .controls {
  display: inline-block;
  margin: 0;
}
#adminBackup .param.port input {
  width: 30px;
}
#adminStorage h2 {
  margin-bottom: 15px;
}
#adminStorage .current-data th {
  text-align: left;
  font-weight: normal;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}
#adminStorage .current-data td div {
  overflow: hidden;
}
#adminStorage .current-data table {
  margin-bottom: 25px;
}
#adminStorage .step-1 {
  text-align: center;
}
#adminStorage .step-1 div {
  margin: 0.7em 0;
}
#adminStorage .step-1 button {
  width: 300px;
}
#adminStorage .type .controls,
#adminStorage .protocol .controls {
  margin-left: 0;
}
#adminStorage .controls input,
#adminStorage .controls textarea {
  width: 370px;
}
#adminStorage .host-port {
  position: relative;
  width: 510px;
}
#adminStorage .param.host {
  display: inline-block;
}
#adminStorage .param.host input {
  width: 317px;
}
#adminStorage .param.host.without-port input {
  width: 370px;
}
#adminStorage .param.port {
  position: absolute;
  top: 0;
  right: 0;
}
#adminStorage .param.port .control-group {
  display: inline-block;
}
#adminStorage .param.port .controls {
  display: inline-block;
  margin: 0;
}
#adminStorage .param.port input {
  width: 30px;
}
#adminStorageConnect .type .controls,
#adminStorageConnect .protocol .controls {
  margin-left: 0;
}
#adminStorageConnect .controls input,
#adminStorageConnect .controls textarea {
  width: 280px;
}
#adminStorageConnect .host-port {
  position: relative;
  width: 450px;
}
#adminStorageConnect .param.host {
  display: inline-block;
}
#adminStorageConnect .param.host input {
  width: 227px;
}
#adminStorageConnect .param.host.without-port input {
  width: 280px;
}
#adminStorageConnect .param.port {
  position: absolute;
  top: 0;
  right: 0;
}
#adminStorageConnect .param.port .control-group {
  display: inline-block;
}
#adminStorageConnect .param.port .controls {
  display: inline-block;
  margin: 0;
}
#adminStorageConnect .param.port input {
  width: 30px;
}
#adminDb h3 {
  margin-bottom: 0.5em;
}
#adminDb .actual-data {
  margin-bottom: 2em;
}
#adminDb .controls input,
#adminDb .controls textarea {
  width: 370px;
}
#adminDb .host-port {
  position: relative;
  width: 510px;
}
#adminDb .host {
  display: inline-block;
}
#adminDb .host input {
  width: 317px;
}
#adminDb .port {
  position: absolute;
  top: 0;
  right: 0;
}
#adminDb .port .control-group {
  display: inline-block;
}
#adminDb .port .controls {
  display: inline-block;
  margin: 0;
}
#adminDb .port input {
  width: 30px;
}
#adminDb .help-controls {
  margin-top: 5px;
}
#adminDb .help-sql {
  margin-top: 4px;
  height: 5.4em;
  overflow-x: auto;
  white-space: nowrap;
  font-family: "Courier New";
}
#adminDbConnect .controls input,
#adminDbConnect .controls textarea {
  width: 280px;
}
#adminDbConnect .host-port {
  position: relative;
  width: 450px;
}
#adminDbConnect .host {
  display: inline-block;
}
#adminDbConnect .host input {
  width: 227px;
}
#adminDbConnect .port {
  position: absolute;
  top: 0;
  right: 0;
}
#adminDbConnect .port .control-group {
  display: inline-block;
}
#adminDbConnect .port .controls {
  display: inline-block;
  margin: 0;
}
#adminDbConnect .port input {
  width: 30px;
}
/* CONTROLLER SERVER */
#serverIndex th {
  text-align: right;
  font-weight: normal;
  vertical-align: middle;
}
#serverIndex td .head {
  font-weight: bold;
  margin-bottom: 0.2em;
}
#serverSmtp .control-group {
  width: 445px;
}
#serverSmtp .control-label {
  width: 90px;
}
#serverSmtp .controls {
  margin-left: 105px;
}
#serverSmtp .controls input {
  width: 330px;
}
#serverSmtp .host-port {
  position: relative;
  width: 445px;
}
#serverSmtp .host-port .host {
  display: inline-block;
}
#serverSmtp .host-port .host input {
  width: 277px;
}
#serverSmtp .host-port .host.without-port input {
  width: 330px;
}
#serverSmtp .host-port .port {
  position: absolute;
  top: 0;
  right: 0;
}
#serverSmtp .host-port .port .control-group {
  display: inline-block;
  width: 40px;
}
#serverSmtp .host-port .port .controls {
  display: inline-block;
  margin: 0;
}
#serverSmtp .host-port .port input {
  width: 30px;
}
#serverSmtp .type {
  margin-bottom: 20px;
}
#serverSmtp .type label {
  font-weight: bold;
}
#serverSmtp .type .controls {
  margin-left: 0;
}
#serverSmtpTest .form {
  position: relative;
}
#serverSmtpTest .form .to {
  width: 69%;
}
#serverSmtpTest .form .btn {
  position: absolute;
  right: 0;
  width: 27%;
}
#serverSmtpTest .result {
  opacity: 0.5;
  filter: alpha(opacity=50);
  height: 230px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#serverSmtpTest .result .message {
  margin: 4px;
}
#serverSmtpTest .result .log {
  margin: 4px;
  font-size: 12px;
  line-height: 1.2em;
  font-family: "Courier New";
}
#serverSmtpTest .result .log .head {
  margin-top: 5px;
  font-weight: bold;
}
#serverSmtpTest .result .log .error {
  color: #a00;
  margin-top: 5px;
}
/* CONTROLLER UPDATE */
#updateIndex .control-label {
  width: 75px;
}
#updateIndex .controls {
  margin-left: 90px;
}
#updateIndex .controls input {
  width: 410px;
}
#updateAuto .download {
  display: block;
  padding: 40px 0 60px 0;
}
#updateAuto .error-block {
  display: none;
}
#adminServices table {
  margin-bottom: 0;
}
#adminServices td {
  padding-left: 20px;
  padding-right: 20px;
}
#adminServices .status {
  text-align: right;
}
#adminServices .start {
  color: #468847;
}
#adminServices .stop {
  color: #b94a48;
}
#adminServices .crash {
  color: #b94a48;
}
#serverUploadSize .control-group {
  width: 445px;
}
#serverUploadSize .control-label {
  width: 90px;
}
#serverUploadSize .controls {
  margin-left: 105px;
}
#serverUploadSize .controls input {
  width: 330px;
}
#serverUploadSize .controls input {
  width: 60px;
}
