/* Header
==================================================*/
.control-panel-holder {
  padding:25px 10px;
  max-width: 1140px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 16px;
}
.control-panel-holder p {
  font-size: 16px;
}

.control-panel-holder ol li {
  margin-bottom: 15px;
}

.logo-holder {
  float: left;
  line-height: 58px;
  vertical-align: middle;
}
.logo-holder span {
  font-size: 38px;
  font-weight: 300;
  vertical-align: top;
}

.version-holder {
  float: right;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  display: inline-block;
  padding: 10px 14px;
  border:1px solid #444;
  border-radius: 5px;
  position: relative;
}
.version-holder img {
  position: absolute;
  top:-8px;
  right:-6px;
}

.cp-header {
  display: block !important;
}

.header-desc {
  margin-bottom: 40px;
}


.cp-tabs-holder {
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.cp-tabs-holder li {
  display: inline-block;
  margin-bottom: -1px;
}

.cp-tabs-holder a {
  font-weight: 500;
  font-size: 16px;
  color: #489dd7;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-block;
}
.cp-tabs-holder a svg {
  margin:0 5px -3px 0;
}

.cp-tabs-holder li.current a{
  background-color: #fff;
  border-top-left-radius:5px; 
  border-top-right-radius:5px;
  border:1px solid #e6e6e6;
  border-bottom:none;
  color:#444444;
}


.cp-pane {
  background-color: #fff;
  border-radius: 5px;
  border:1px solid #e6e6e6;
  padding: 30px;
  position: relative;
  z-index: 9;
}

.cp-pane h3{
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 30px;
}

.cp-pane a,
.cp-update-notice a{
  text-decoration: none;
  color:#489dd8;
}


/* Clearfix
==================================================*/
.template-list:after, .template-list .template-item .template-meta .checkbox-holder:after, .template-list .template-item .template-meta .button-holder:after, .how-to .how-to-video-list:after, .product-register .register-form:after, .product-register .register-form .form-input:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  *zoom:1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
    clear: both;
}

/* Install Template
==================================================*/

.register-product {
  text-align: center;
}
.register-product h1 {
  margin-top: 200px;
}

.install-template .uploader-box {
  border-radius:10px;
  background: #f7f7f7;
  border: 2px dashed #ababab;
  padding: 35px;
  text-align: center;
  margin-top: 30px;
}


.install-template .ic-drag-icon {
  width: 44px;
  height: 28px;
  display: inline-block;
}
.ic-drag-icon img {
  width:100%;
}
.install-template .uploader-box h2 {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  margin: 20px auto;
}
.install-template .uploader-box .ic-arrow-down, .install-template .uploader-box h2 {
  transition: opacity .3s linear;
}
.install-template .uploader-box .button-primary {
  transition: background .3s linear, border-color .3s linear, color .3s linear;
}
.install-template .uploader-box.is-drag .ic-arrow-down, .install-template .uploader-box.is-drag h2 {
  opacity: .5;
}
.install-template .uploader-box.is-drag .upload-btn {
  opacity: .2;
}

.current-template {
  margin-top: 40px;
  padding-top: 30px;
  border-top:1px solid #ebebeb;

}
.current-template h3 {
  font-size: 20px;
  margin: 0 0 30px 10px;
  font-weight: bold;
}

.template-item {
  float: left;
  width: 33.3%;
}
@media handheld, only screen and (max-width: 1050px) {
  .template-item {
    width: 50%;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .template-item {
    width: 100%;
  }
  .template-item img {
    width:100%;
  }
}
.template-item .item-holder {
  border: 1px solid #d9d9d9;
  position: relative;
  box-sizing: border-box;
  margin:0 12px 25px;
  border-radius: 6px;
  overflow: hidden;
}


.template-item .active-ribbon {
  width: 64px;
  height: 65px;
  background-image: url(../images/active-ribbon.png);
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: -10px;
  right: 10px;
}

.template-item .template-image > img {
  max-width: 100%;
  display: block;
  margin-top: -12px;
}
.template-item .template-meta {
  border-top: 1px solid #d9d9d9;
  text-align: left;
  padding: 15px;
}
.mk-delete-template-btn {
  float: right;
    background: #e64108 !important;
  border-color: #a01c00 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(242,105,53,.5),0 1px 0 rgba(0,0,0,.15) !important;
  box-shadow: inset 0 1px 0 rgba(242,105,53,.5),0 1px 0 rgba(0,0,0,.15)!important;
}
.template-meta h6 {
  font-size: 16px;
  line-height: 16px;
  margin:0 0 20px;
  text-align: center;
  text-transform: capitalize;
}
.template-item .checkbox-holder {
  text-align: center;
  margin-bottom: 30px;
}
.template-item .checkbox-holder label {
  margin-right: 4%;
  font-size: 14px;
  color: #5b5b5b;
}
.template-item .checkbox-holder label:last-child {
  margin-right: 0;
}

.template-item .button-primary {
  margin-right: 5px;
}
.template-item.is-active {
  border: 2px solid #292929;
}
.template-item.is-active .active-ribbon {
  display: inline-block;
}
.template-item.is-active .template-meta {
  border-top: 2px solid #292929;
  background-color: #292929;
}
.template-list .template-item.is-active .template-meta h6 {
  color: #fff;
}


.product-register > p {
  font-size: 16px;
  margin-bottom: 50px;
}
.register-form {
  position: relative;
  padding: 20px 0;
}
.product-register .register-form label {
  font-weight: bold;
  padding: 0 10px 0 30px;
  line-height: 45px;
  display: inline-block;
  float: left;
}
.register-form .form-input {
  display: inline-block;
  margin-right: 5px;
  float: left;
}
.product-register .register-form .form-input .input-holder {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  float: left;
}
.register-product__message {
  display: block;
  font-size: 14px;
  padding:15px 0;
  clear: both;
}
.register-product__message{
  display: none;
}
.register-product__message.error-msg {
  color: #ff0000;
  padding-left: 166px;
}
.register-product__message.success-msg {
  color:#14ae59;
}

.register-form.is-error .error-msg, .register-form.is-keyAdded .success-msg  {
  display: block;
}
.register-form.is-keyAdded .success-msg {
  bottom: 80px;
}
.register-product__message a {
  color: #2da2cc;
  text-decoration: none;
}
.product-register .register-form .form-input .button-holder {
  float: left;
}
.product-register .register-form .button-primary {
  height: 43px;
  line-height: 43px;
  margin-top: 2px;
  padding: 0 30px 1px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;

}
@media handheld, only screen and (max-width: 768px) {
  .product-register .register-form .form-input .button-holder .button-primary {
    line-height: normal;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .product-register .register-form .form-input .button-holder .button-primary {
    line-height: normal;
    margin-top: 10px;
  }
}
.product-register .register-form .form-input .button-holder .button-register {
  display: inline-block;
}
.product-register .register-form .form-input .button-holder .button-revoke {
  display: none;
}
.product-register .register-form #apikey {
  line-height: 37px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  min-width: 475px;
  font-size: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .product-register .register-form #apikey {
    min-width: 100%;
  }
}
.product-register .register-form.is-error .form-input .input-holder #apikey {
  border: 1px solid #ff0000;
}
.product-register .register-form.is-error .form-input .input-holder .error-msg {
  display: block;
}
.product-register .register-form.is-keyAdded label {
  display: none;
}
.product-register .register-form.is-keyAdded .form-input {
  background-color: #e3e3e3;
  border: 1px solid #dbdbdb;
  padding: 10px;
  border-radius: 3px;
}
@media handheld, only screen and (max-width: 767px) {
  .product-register .register-form.is-keyAdded .form-input .button-holder {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.product-register .register-form.is-keyAdded .form-input .button-holder .button-register {
  display: none;
}
.product-register .register-form.is-keyAdded .form-input .button-holder .button-revoke {
  display: inline-block;
}
.product-register .register-form.is-keyAdded #apikey {
  background: transparent;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-register .register-form.is-keyAdded.is-error .form-input .input-holder .error-msg {
  bottom: 130%;
}

.cp-support {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom:1px solid #ebebeb;
}
.cp-support-title {
  font-weight: bold;
  font-size: 16px;
}

.import_message {
  margin-bottom: 20px;
}
.import_message div {
  padding: 20px;
}

.install-template .upload-btn {
  width: 180px;
  transition: opacity 0.3s;
}

.install-template .progress {
  height: 9px;
  background: #3399cc;
}

.install-template .bar {
  width: 320px;
  padding: 2px;
  border: 2px solid #ccc;
  margin-bottom: 5px;
}

.install-template .file {
  padding-top: 10px;
}
.install-template .file .info{
  margin-bottom: 8px;
}
.install-template .file .filename {
  text-transform: capitalize;
  font-weight: bold;
}

.import-content-loading {
  padding: 20px 20px 20px 35px !important;
  background:url(../images/spinner.gif) left center no-repeat;
}



.how-to {
  margin: 25px 0;
}
.how-to > ul {
  list-style-position: inside;
  font-size: 16px;
}
.how-to > ul.decimal {
  list-style-type: decimal;
}
.how-to > ul.disc {
  list-style-type: disc;
  color: #8c8c8c;
  margin-top: 30px;
}
.how-to > ul li {
  margin-bottom: 10px;
}
.how-to > ul li a {
  color: #2da2cc;
  text-decoration: none;
}
.how-to .how-to-video-list {
  margin-top: 35px;
}
.how-to .how-to-video-list .video-item {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 20px;
}
.how-to .how-to-video-list .video-item a {
  display: block;
}
.how-to .how-to-video-list .video-item a img {
  display: block;
}
.how-to .how-to-video-list .video-item a .ic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  background-image: url(../images/play.svg);
  transition: background-image .3s ease-in-out;
}
.how-to .how-to-video-list .video-item a:hover .ic-play {
  background-image: url(../images/play-hover.svg);
}

/* Callout *
=========================*/
.callout {
  margin-bottom: 30px;
  background: #2e3840;
  border-radius:6px;
  padding:30px;
  color:#fff;
}

.callout .item-title{
  font-size: 26px;
  font-weight: 300;
  padding-right: 10px;

}

.callout .item-desc{
  color: #96a0a8;
  font-size: 16px;
}

.callout .cp-button{
  float: right;
  margin: -13px -11px 0 0;
  padding:15px 20px 10px !important;
}
.callout .cp-button span {
  display: inline-block;
  vertical-align: top;
}

.callout .ic-download {
  background: url(../images/download-icon.png) no-repeat;
  width:22px;
  height:21px;
  display: inline-block;
  margin-right: 5px;
}





/* Buttons *
=========================*/
.cp-button {
  display: inline-block;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  outline: 0;
  margin: 0;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}

.cp-button.small {
   padding: 6px 15px;
  font-size: 12px;
  line-height: 16px;
}

.cp-button.medium {
  padding: 11px 18px;
  font-size: 14px;
}

.cp-button.large {
  padding: 14px 20px;
  font-size: 16px;
}


.cp-button.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#32d087), to(#2dbb7a));
  background: -webkit-linear-gradient(top, #32d087, #2dbb7a);
  background: -moz-linear-gradient(top, #32d087, #2dbb7a);
  background: -ms-linear-gradient(top, #32d087, #2dbb7a);
  background: -o-linear-gradient(top, #32d087, #2dbb7a);
  color: #fff;
}


.cp-button.blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#489dd7), to(#418dc2));
  background: -webkit-linear-gradient(top, #489dd7, #418dc2);
  background: -moz-linear-gradient(top, #489dd7, #418dc2);
  background: -ms-linear-gradient(top, #489dd7, #418dc2);
  background: -o-linear-gradient(top, #489dd7, #418dc2);
  color: #fff;
}

.cp-button.gray {
  background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#aaaaaa));
  background: -webkit-linear-gradient(top, #bcbcbc, #aaaaaa);
  background: -moz-linear-gradient(top, #bcbcbc, #aaaaaa);
  background: -ms-linear-gradient(top, #bcbcbc, #aaaaaa);
  background: -o-linear-gradient(top, #bcbcbc, #aaaaaa);
  color: #fff;
}

.cp-button.red {
  background: -webkit-gradient(linear, left top, left bottom, from(#f55d3a), to(#dd5434));
  background: -webkit-linear-gradient(top, #f55d3a, #dd5434);
  background: -moz-linear-gradient(top, #f55d3a, #dd5434);
  background: -ms-linear-gradient(top, #f55d3a, #dd5434);
  background: -o-linear-gradient(top, #f55d3a, #dd5434);
  color: #fff;
}






/* Image sizes *
=========================*/
.sizes-single-unit {
    padding: 20px;
    border-radius:6px;
    margin: 0 0 20px;
    border: 1px solid #d7d7d7;
    background: #f7f7f7;
    overflow: hidden;
}

.sizes-single-unit .size-name {
    padding: 5px 7px 15px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.option-holder {
    padding: 10px;
}
.option-holder label {
    width:180px;
    display: inline-block;
    font-size: 14px;
}

.option-holder input[type="text"],
.option-holder input[type="number"] {
    border-radius: 4px;
}
.option-holder input[type="checkbox"] {
  margin-top: 3px;
}

#mk_image_sizes {
  position: relative;
}

#mk_image_sizes .progress-circle {
  position: absolute;
  right: 160px;
  bottom: 27px;
  top: auto;
}



.status-page .updated,
.status-page .error {
  margin-top: 10px;
}
.status-page .updated.redux-message {
  display: block !important;
}
.status-page .redux-message {
  position: relative;
  border-left-color: #00A2E3 !important;
  overflow: hidden;
}
.status-page .redux-message a.skip,
.status-page .redux-message a.docs {
  opacity: 0.5;
  text-decoration: none !important;
}
.status-page #debug-report {
  display: none;
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.status-page #debug-report textarea {
  font-family: monospace;
  width: 100%;
  margin: 0;
  height: 300px;
  padding: 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  resize: none;
  font-size: 12px;
  line-height: 20px;
  outline: 0;
  margin-bottom: 15px;
}
.status-page table.status_table {
  border-spacing: 0;
  width: 100%;
  clear: both;
  margin: 0 0 2em 0;
}
table.status_table tr:nth-child(odd) th,
table.status_table tr:nth-child(odd) td {
  background: #f7f7f7;
}

table.status_table tr:nth-child(2n) th,
table.status_table tr:nth-child(2n) td {
  background: #f0f0f0;
}
.status-page table.status_table tr th {
  font-weight: 700;
  font-size: 16px;
  padding: 14px;
  text-align: left;
  background: #e6e6e6;
}
.status-page table.status_table td {
  font-size: 14px;
}
.status-page table.status_table td:first-child {
  width: 33%;
}
.status-page table.status_table td.help {
  width: 10px;
  position: relative;
}
.mk-tooltip--text {
  position: absolute;
  top: 50%;
  left: 100%;
  background-color: #2b333c;
  margin-top: -21px;
  padding: 20px;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  max-width: 300px;
}

.mk-tooltip--text::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  transform: rotate(-45deg);
  background-color: #2b333c;
  left: -6px;
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
.status-page table.status_table td {
  padding: 12px 15px;
}
.status-page table.status_table td mark {
  background: transparent none;
}
.status-page table.status_table td mark.yes {
  color: $green;
}
.status-page table.status_table td mark.no {
  color: #999;
}
.status-page table.status_table td mark.error {
  color: $red;
}
.status-page table.status_table td ul {
  margin: 0;
}
.status-page table.status_table .mk-hint {
  cursor: help;
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/question-mark.png);
}
.status-invisible {
  visibility: hidden;
  position: absolute;;
  left:0;
  top:0;
}
.status-state{
  width: 20px;
  height: 20px;
  display: inline-block;
}
.status-true {
  background: url(../images/check-mark.svg) -11px -8px no-repeat;
}

.status-false {
  background: url(../images/x-mark.svg) 0 0 no-repeat;
}

.debug-report {
  position: absolute;
  right:30px;
  top:30px;
}
.cp-messages {
  font-size: 14px;
}
.cp-messages li {
  margin-bottom: 10px !important;
}

.cp-warning-box {
  padding: 25px;
  border-radius:6px;
  border:1px solid #d7d7d7;
  margin-bottom: 40px;
}

.cp-warning-box .warning-message,
.cp-warning-box svg {
  float: left;
}

.cp-warning-box .warning-message {
  margin-left: 30px;
  line-height: 26px;
  font-size: 16px;
}


.cp-update-notice {
    background: #f7dfd9 url(../images/x-mark.svg) 15px 15px no-repeat;
    border-radius: 4px;
    border: 1px solid #f55d3a;
    padding: 15px 15px 15px 46px;
    margin-bottom: 20px;
    display: inline-block;
}
.cp-update-notice .close-button {
  margin-left:25px;
}




/* Announcements *
=========================*/

.cp-announcement-box li{
  padding:1.4em;
  margin-bottom: 25px;
  background: #f7f7f7;
  box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.cp-announcement-title {
  font-size: 18px;
  margin: 0 0 15px;
  color: #222222;
}

.cp-announcement-date {
  font-size: 12px;
  color: #666666;
  margin-bottom: 30px;
}

.cp-all-announcements-link {
  float: right;
  font-weight: bold;
}


/* Updates *
=========================*/
.cp-update-box {
  border:1px solid #d9d9d9;
  border-radius: 3px;
}

.cp-update-box-inner {
  padding: 30px;
}

.cp-update-box-title {
  display: block;
  background:#f5f5f5;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: bold;
  color: #222222;
}

.cp-update-box-version {
  font-weight: bold;
  color: #222222;
  font-size: 14px;
}

.cp-update-box-release-date {
  font-size: 12px;
  color: #666666;
  margin-left: 20px;
}

.cp-update-box-content {
  margin: 25px 0;
  font-size: 13px;
}








