.wpbtb_admin_main {
  background-color:#f6f6f6;
  border:1px solid #ccc;
  float:left;
  margin:10px;
  padding:10px;
  width:760px;
}

.wpbtb_admin_sidebar {
  float:left;
  margin:10px;
  width:222px;
}

.wpbtb-wc-table th, .wpbtb-wc-table td {
  padding:3px;
  text-align:left;
}

.api-key-textfield input {
  width:300px;
}

.btb-refresh-interval-textfield input {
  width:50px;
}

.advanced-siteapps {
  display:none;
}

#post-body table {
    font-size: 12px !important;
}


.btnDash {
    text-transform: none;
    display: inline-block;
    font-family: 'Open Sans', 'Arial';
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #f47318;
    border-bottom: 2px solid #c85011;
    padding: 7px 40px;
    text-shadow: 1px 1px 1px rgb(173, 86, 27);
    text-decoration: none;
    background: #f7941f;
    background: -moz-linear-gradient(top, #f7941f 0%, #f16014 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7941f), color-stop(100%,#f16014));
    background: -webkit-linear-gradient(top, #f7941f 0%,#f16014 100%);
    background: -o-linear-gradient(top, #f7941f 0%,#f16014 100%);
    background: -ms-linear-gradient(top, #f7941f 0%,#f16014 100%);
    background: linear-gradient(to bottom, #f7941f 0%,#f16014 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941f', endColorstr='#f16014',GradientType=0 );
}

.btnDash:hover{ 
    text-decoration: none; 
    color: #fff; 
    background: #f7a81f; 
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7a81f 0%, #ef6411 100%); 
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7a81f), color-stop(100%,#ef6411)); 
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7a81f 0%,#ef6411 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7a81f 0%,#ef6411 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7a81f 0%,#ef6411 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7a81f 0%,#ef6411 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a81f', endColorstr='#ef6411',GradientType=0 ); 
    /* IE6-9 */ 
}

.btnDash i {
    background: url("/wp-content/plugins/siteapps/images/siteapps-icon.png");
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 12px;
}

.wpbar{ padding: 8px; font-family: Arial; font-size: 14px; color: #fff; font-weight: bold; position: relative; overflow-y: hidden }

.wpbar{ color: #fff }
.wpbar span{ display: inline-block; padding-left: 20px; }
.wpbar a.logo{ display: block; float: right; width: 126px; height: 23px; background: url(/wp-content/plugins/siteapps/images/salogo.png) no-repeat; background-size: contain; position: relative; top: 3px; }

.wpbar_grad1{ background: #3d3d3d; /* Old browsers */background: -moz-linear-gradient(top, #3d3d3d 0%, #191919 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#191919)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #3d3d3d 0%,#191919 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #3d3d3d 0%,#191919 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #3d3d3d 0%,#191919 100%); /* IE10+ */background: linear-gradient(to bottom, #3d3d3d 0%,#191919 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#191919',GradientType=0 ); /* IE6-9 */ }

.btn_action1{ display: inline-block; font-family: 'Open Sans', 'Arial';color: #fff;font-weight: bold;font-size: 14px;text-align: center;margin: auto;border-radius: 5px;border: 1px solid #f47318;border-bottom: 2px solid #c85011;padding: 4px 10px;text-shadow: 1px 1px 1px rgb(173, 86, 27);text-decoration: none;background: #f7941f;background: -moz-linear-gradient(top, #f7941f 0%, #f16014 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7941f), color-stop(100%,#f16014));background: -webkit-linear-gradient(top, #f7941f 0%,#f16014 100%);background: -o-linear-gradient(top, #f7941f 0%,#f16014 100%);background: -ms-linear-gradient(top, #f7941f 0%,#f16014 100%);background: linear-gradient(to bottom, #f7941f 0%,#f16014 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941f', endColorstr='#f16014',GradientType=0 ); }
.btn_action1:hover{ color: #ffffcc;}

.rocket{ width: 200px; height: 240px; background: url(/wp-content/plugins/siteapps/images/rocket.png) no-repeat; position: absolute; right: 129px; top: -100px;  }


