/**
 * Styling for the admin page
 *
 * @package Cargo Ships
 */

#lefty  {
  display: block;
  float: left;
  width: calc(100% - 450px);
  padding: 0 15px;
}
#description {
  margin: 0 auto;
  line-height: 2;
  background: #FFF;
  padding: 2em;
}
#description-inside {
  overflow-y: auto;
  max-height: 400px;
  padding-right: 20px;
  font-size: 14px;
}
#description h3 span {
  font-weight: normal;
  font-size: 15px;
}
#description h3 {
  font-size: 18px;
  margin-top: 0;
  background: #002c60;
  padding: 14px;
  color: #fff;
  text-align: center;
}
#righty {
  display: block;
  float: left;
  width: 359px;
}
.getstart-postbox .getstart-inside{
  padding: 0;
}
.getstart-postbox {
  width: 100%;
  padding: 5px;
  border-radius: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, .5);
}
.getstart-postbox.donate h3, .inside p {
  text-align: center;
}
#admin_pro_links {
  display: inline-block;
  width: 100%;
}

/* ADMIN HEADER AND LINKS */

#admin_links {
  overflow: hidden;
}
#admin_links a,#admin_pro_links a {
  display: inline-block;
  float: left;
  width: 33.333%;
  width: calc(100% / 4);
  padding: 1em;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
#admin_pro_links a {
  width: calc(100% / 3);
  padding: 15px 10px;
}

#admin_links a {
  width: calc(100% / 2);
  padding: 15px 6px;
}

a.blue-button-1, a.blue-button-2:hover,a#customizer:hover  {
  background: #002c60;
}
a#customizer, a.blue-button-2, a.blue-button-1:hover {
  background: #ff6d34;
}
span.dashicons.dashicons-no,span.dashicons.dashicons-yes {
  color: red;
  font-size: 27px;
  margin: 0px;
}
span.dashicons.dashicons-yes{
  color: green;
}

/* New Table CSS */

.d-table {
  min-width: 300px;
  min-height: 300px;
  display: block;
  padding: 1px 10px;
}
.d-table ul {
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
}
.d-column li {
  padding: 0px;
  display: inline-block;
  width: 50px;
  height: 20px;
}
.d-row li {
  padding: 0px;
  display: inline-block;
  width: 50px;
  height: 20px;
  font-size: 15px;
  color: #000;
}
li.feature {
  font-weight: bold;
  color: #000 !important;
}
li.free, li.plus {
  float: right;
  font-weight: bold;
  color: #000 !important;
}
li.wrong, li.right {
  float: right;
}
li.points {
  width: 70%;
}
.getstart-postbox h4 {
  text-align: center;
  background: green;
  width: 50%;
  margin: 10px auto 0;
  padding: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
.getstart-postbox h4 span {
  color: yellow;
}
/*#adminmenu .wp-submenu a[href^="themes.php?page=cargo-ships-guide-page"] {
  background-color: #ff6d34;
  color: #fff;
  font-weight: bold;
}
#adminmenu .wp-submenu a[href^="themes.php?page=cargo-ships-guide-page"]:hover, #adminmenu .wp-submenu a[href^="themes.php?page=cargo-ships-guide-page"]:focus {
  background-color: #ffb631;
}*/