@-ms-viewport {
    width: device-width
}
.appearance_page_aagaz-startup-guide{
    font-size: 15px;
    background: #fff;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
.usable_links ul li {
    display: inline-block;
    
}
.usable_links ul li a{
    padding: 10px 15px;
}
.usable_links {
    margin: 27px 0 0 0;
}
.getting-started h2 {
    font-size: 26px !important;
    font-weight: bold;
}
.notice-content p {
    font-size: 14px;
    color: #000;
}
.notice-content h2 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin: 1em 0 0;
}
a.button.button-primary {
    font-size: 14px;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.pad-box {
    padding: 0 15px;
}
.pad-box p{
    font-size: 15px;
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.getting_started{
    color: #000;
    text-align: left;
}

.getting-started {
    line-height: 1.2;
}
img{
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
    padding: 0;
    font-weight: 500;
}
.intro h2{
    font-size: 2rem;
    color: #394f5a;
    text-align: center;
}
.intro__version {
    font-size: 1rem;
    color: #7695a5;
}
.theme__cta--demo{
    padding: .5em 1em;
    color: #394f5a;
    border: 1px solid #b5d2e1;
    background-color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
.block--pro {
    padding-top: 2.5rem;
    text-align: right;
}
.getting-started h2,
.getting-started h3{
    color: #323b43;
}
.getting-started__header {margin-bottom: 3rem;}
.dashboard__block {
    padding-top: 30px;
}
.dashboard__block h3{
    font-size:1.2rem;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: .85rem;
}
.dashboard-optimize-button {
    color: #fff;
    font-size: .875rem;
    margin-left: 15px;
    padding: 5px 10px;
    border-radius: .2em;
    background-color: #0176ff;
}
.dashboard-optimize-title{display: inline-block; font-size:1.15rem;}
.dashboard-install-right,
.dashboard-optimize-right {
    margin-top: 4em;
    line-height: 1.2;
}
.dashboard-install-left,
.dashboard-optimize-left {
    padding-left: 0;
}
.flexify--center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dashboard-cta-right {
    text-align: right;
}
.text-block {
    margin-top: 4em;
    margin-bottom: 4em;
}
.no-top-margin{margin-top:0;}
.no-bottom-margin{margin-bottom:0;}
.powered-by{
    background:#c1aae0;
    border: 4px solid rgba(160,166,168,0.15);
    padding:30px 30px;
    margin-top: 15px;
    border: 9px double #ffffff;
    margin-left: 200px;
    margin-right: 215px;
}
.usable_links ul li a {
    padding: 10px 15px;
    background: #333;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    margin: 0 6px;
    border-radius: 20px;
    border:1px solid #ffffff;
}
.usable_links p {
    text-align: center;
    padding: 0 10px 10px 10px;
    font-size: 25px;
}
.usable_links ul li a:hover{
    color: #333;
    background: #ffffff;
    border:1px solid #333;
}
.usable_links ul {
    text-align: center;
}
.powered-by img{
    max-width: 250px;
    margin: 0 auto;
}
.dashboard-install-benefit li:before,
.dashboard-optimize-benefit li:before{
    content: "\f55";
    position: relative;
    padding-right: 4%;
    text-align: center;
    text-indent: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#6059a9;
}
.pro-links a {
    padding: 10px 15px;
    text-decoration: none;
    margin-right: 5px;
     background: #6059a9;
    color: #fff;
    box-shadow: 3px 3px 0 0 #333;
    font-weight: bold;
}
.pro-links a:hover {
    background: #c1aae0;
    color:#000;
}
.pro-links {
    text-align: center;
    margin-bottom: 1em;
}

.getting-started h3 {
    margin: 2em 0 0;    
    font-weight: 600;
}
/* Style the tab */
.tab {
    overflow: auto;
    text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
    background: #ded5d5;
    color: #000;
    font-weight: 600;
    padding: 15px;
    margin: 16px 5px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #6059a9;
    color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #6059a9;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    align-content: center;
}
.open {
    display: block ;
}
.pad-box p {
    font-size: 15px;
}
.dashboard__blocks a, .pad-box a {
    color: #6059a9;
    font-weight: bold;
}
span.version {
    font-size: 15px;
    color: #333;
}
.install-plugin-right li:before{
    content: "\f139";
    font-family: dashicons;
    color: #6059a9;
    font-size: 20px;
    position: relative;
    top: -2px;
    animation: blink 1s linear infinite;
}
/*Table CSS*/
.tablebox td {
  padding: 10px;
  font-size: 14px;
  color: #000;
  border: solid 1px #000;
}
td.table-img {
  text-align: center;
}
.tablebox th {
  padding: 10px;
  background: #ded5d5;
  color: #000;
  font-size: 16px;
  border: solid 1px #000;
}
table.tablebox {
  border: solid 1px #000;
  padding: 2px;
  width: 80%;
    border-collapse: collapse;
    margin-bottom: 3em;
    margin-left: 10px;
}
@media (min-width: 768px){
.col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
}
@media (min-width:576px) {
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width:768px) {
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
