﻿/*For mcmenu page*/
div.page {
    max-width: 100%;
}

.card-group {
    margin-bottom: 50px;
}
a.tooltip:hover {text-decoration:none;}

#at4-share.atss.atss-left {
    position: absolute;
    top: 200px !important;
}

.contentWrap {
    max-width: 1170px;
    margin: 0 auto;
}

h1#pageTitle {
    max-width: 1170px;
    margin: 60px auto;
}

#main {
    padding: 0 !important;
    width: 100%;
    margin-right: 0;
}

#side {
    display: none;
}
/*For preview box*/

#previewDiv {
width: auto;
text-align: center;
overflow: visible;
padding:0;
}

#tmplDefault a {
    text-decoration:none;
}

#downloadSec {
    position:absolute;
    top:auto;bottom:160px;
    text-align:center;
    font-size:0.9rem;
    width:100%;
}

.device {
margin: 4px 0;
padding: 3px 6px;
width: 42px;
display: inline-block;
border: solid 2px transparent;
color: rgb(204,204,204);
fill: currentColor;
vertical-align: middle;
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
user-select: none;
cursor: pointer;
border-radius: 4px;
text-align: center;
}

.device svg {
    fill: currentColor;
    width: 30px;
    max-height: 25px;
}

.device:hover, .device.actv {
    color: rgb(255,255,255);
}

#tmplDefault a {color:#999;}
#tmplDefault a.active {color:white;}

#menuDemo {
overflow:visible;
border-radius: 0;
border: none;
position:relative;
    padding: 80px 6px 10px;
    margin: 0 auto;
    height:600px;overflow:hidden;/*required when Position:relative; SlideInFrom:top;*/
    /*background-image: url(bg.svg);
    background-repeat: repeat-y;
    background-position: center -10px;
    background-size:auto 610px;*/
}

#menuDemo.mobile {
overflow:hidden;
    padding:10px 0;
    margin:80px auto 20px;
    border: 4px double rgba(60,60,60,0.3);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgb(0,0,0);
    height:600px;
}

#menuIndicator {
    position:absolute;
    top:180px;
    left:50px;
    display:none;
}
#menuIndicator.right {
    left:auto;right:50px;
}
#menuIndicator span {
    font-size:4rem;
}
#styleIndicator {
    position:absolute;
    top:260px;
    left:0;right:0;
    display:none;
}
#styleIndicator span {
    font-size:14px;
    display: inline-block;
    padding: 4px 10px;
    border: solid 1px currentColor;
    border-radius: 4px;
    cursor:pointer;
}

.btn-light.btnCancelCustomize {
border: none;
background-color: transparent;
color: rgba(255,255,255,0.5);
}
/*----For builder----*/

.mcmenu-html {
    width: 190px;
    height: 130px;
    display: block;
    margin: 0 auto;
    background-image: url(mcmenu-html.png);
}

.btn-light {
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

#skinBuilder .btn-light.active:focus {
    box-shadow: none;
}

.btn-light.disabled {
    cursor: not-allowed;
    border-color:#ccc;
    opacity:0.4;
}

#skinBuilder h4 {
    margin-top: 6px;
}

#tabber2 > ul, #tabber3 > ul {
    padding: 26px 0 0;
}

#skinBuilder .active {
    margin-bottom: -1px;
    background-color: white;
    padding: 7px 12px;
    z-index: 1;
}
#skinBuilder input[type=text], #skinBuilder select
{max-width:200px;}

#panelWrap {
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 4px;
    padding: 30px;
}

.panel {
    display: none;
}

    .panel.active {
        display: block;
    }

    .panel .row {
        padding: 8px 0;
    }

#skinBuilder .btn-light:focus {
    outline: none;
}

#widthIndicator {
    position: absolute;
    bottom: 40px;
    height: 40px;
    left: 0;
    right: 0;
    font-size: 22px;
    color: rgba(0,0,0,0.3);
}