/* ========== BOT CAROUSEL ============*/
.content {
    padding: 15px 0 15px 15px;
    margin-right: auto;
    margin-left: auto;
    color: #ADADAD;
}

.carousel-box{
    height: 300px;
    padding: 0px 0px 0px 60px;
}

.carousel-row{
    max-height: 245px;
    min-height: 245px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.carousel-title{
    font-size: 18px;
    height: 45px;
    color: lightgray;
    padding: 10px  0px 10px 0px;

}

/* ========== BOT CARD ============*/

.box-card {
    width: 172px;
    height: 245px;
    margin: 0 10px 10px 0;
}

.box-card.card {
    background: #ffffff;
    border: 1px solid #626262;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.box-card.card.borderActive {
    outline: 3px solid #000000;
}

.box-card.card.flat {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.card-icon {
    width: 170px;
    height: 150px;
    display: block;
    margin: auto;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.card-icon > img {
    max-width: 100%;
}

.card-title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    height:30px;
    color: #000000; !important;
    padding-top: 10px;
    margin:0 3px 0 3px;
    white-space: nowrap ;
    overflow: hidden;
    cursor: pointer;
    text-overflow: clip;
}

.card-title:after {
    top:160px;
    left:0;
    height:20px;
    width:167px;
    background-image: linear-gradient( to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%);
    position: absolute;
    content: '';
}

.card-title > p{
    font-size: 15px;
    font-weight: bold;
    color: #000000; !important;
}

.card-author {
    font-size: 10px;
    text-align: center;
    color: #626262; !important;
    white-space: nowrap ;
    overflow: hidden;
    text-overflow: clip;
}

.card-author:after {
    top:190px;
    left:0;
    height:15px;
    width:100%;
    background-image: linear-gradient( to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%);
    position: absolute;
    content: '';
}

.card-author > p{
    font-size: 10px;
    color: #626262; !important;
    white-space: nowrap ;
    overflow: hidden;
    text-overflow: clip;
}

.card-footer {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.card-footer.flat {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.card-star {
    font-size: 12px;
    text-align: center;
    color: #a2a2a2; !important;
    bottom:5px;
    margin:15px 0 0 10px;
}

.card-users {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #a2a2a2; !important;
    bottom:5px;
    margin:15px 0 0 5px;
}

.card-price {
    width: 40px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    color: #ffffff; !important;
    background: #7cc841;
    margin:5px 10px 0 0;
    letter-spacing: -1px;
}

.card-purchased {
    width: 80px;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    color: deepskyblue; !important;
    padding:8px 10px 0 0;
}

.card-description {
    font-size: 14px;
    text-align: center;
    color: #d2d6de !important;
    margin: 0 0 5px 0;
}

.card-description:read-only {
    background-color: #232426;
}

.card-link {
    font-size: 14px;
    text-align: center;
    color: #3c8dbc !important;
    margin: 10px 0 10px 0;
    cursor: pointer;
}

.card-linked {

}

/* ========== BOT DETAIL ============*/

.bot-box {
    min-width: 720px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.bot-card {
    padding: 10px 10px 0px 10px;
    overflow: hidden;
    background-color: #232426;
}

.bot-card-area {
    overflow: hidden;
    height: 185px;
}

.bot-card-icon {
    max-width: 210px;
    min-width: 210px;
    max-height: 185px;
    min-height: 185px;
    margin: 0px;
    padding: 0px;
}

.bot-card-icon.left {
    float: left;
    overflow: hidden;
}

.drag-over-opacity {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #FFF;
    opacity: 0.3;
}

.bot-padding {
    padding: 0px 0px 20px 0px;
}

.bot-default-style {
    background: #232426;
    color: #ADADAD;
    resize: none;
    outline: none;
    border-style: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.bot-info {
    min-width: 320px;
    max-height: 205px;
    min-height: 205px;
    padding: 0px 0px 0px 10px;
}

.bot-title {
    font-size: 20px;
    color:white;
    padding: 0px 0px 0px 10px;
}

.bot-description {
    text-align: left;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
}

.bot-close-button {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    padding: 10px 0px 0px 0px;
}

.bot-badge {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    padding: 0px 0px 0px 10px;
}

.bot-description-limited {
    width: 100%;
    text-align: left;
    overflow: auto;
    color: #dddddd;
}

.bot-msg {
    text-align: justify;
    font-size: 12px;
    height: 30px;
    padding: 10px 0px 0px 10px;
}

.bot-other {
    height: 40px;
}

.bot-star {
    padding: 0px 0px 0px 20px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    height: 40px;
}

.bot-licence {
    padding: 0px 0px 0px 10px;
    font-size: 12px;
}

.bot-price {
    font-weight: bold;
    font-size: 16px;
    height: 20px;
    padding: 0px 0px 0px 10px;
}

.bot-button {
    height: 42px;
    padding: 8px 0px 0px 0px;
}

.bot-video {
    margin-left: auto;
    margin-right: auto;
    backgroud: #212121;
    max-width: 800px;
    display: block;
    padding: 0px 10px 0px 10px;
}

.bot-detail {
    text-align: justify;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bot-h2 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0px;
}

.bot-more-details {
    padding-top: 20px;
    font-weight: bold;
    text-align: left;
}

.bot-buy {
    padding: 5px 0px 0px 400px;
    height: 40px;
}

.bot-buy-title {
    padding: 10px 10px 0px 0px;
    text-align: left;
    font-size: 18px;
}

.bot-buy-details {
    padding: 10px 0px 10px 40px;
}

.bot-buy-alert {
    padding: 20px 0px 10px 0px;
}

.bot-buy-price {
    padding: 0px 25px 0px 10px;
    font-weight: bold;
    font-size: 18px;
    height: 40px;
}

.bot-buy-purchase {
    height: 40px;
    padding: 10px 20px 0px 10px;
    font-weight: bold;
}

.bot-payment {
    padding: 0 0 0 0;
    min-height: 160px;
    min-width: 400px;
    background-color: #232426;
}

.bot-trasparent {
    background-color: transparent;
}

.bot-shadow {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
}

.bot-shadow-light {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.bot-icon-payment {
    text-align: center;
    font-size: 85px;
    line-height: 100px;
    margin-left: 180px;
    background-color: #111111;
}

.bot-absolute {
    display: inline-block;
    float: left;
    position: relative;
    margin-left: 180px;
    margin-top: -30px;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.web-body {
    background: #d2d6de;
    margin-bottom: 200px;
}

.web-footer {
    position: absolute;
    padding: 40px 0;
    background-color: black;
    bottom: 0;
    width: 100%;
    height: 250px;
    border-top: 5px solid #062033;
    color: #fff;
    margin: 0 auto;
}

.web-footer a:hover {
    color: #7dbfe2;
}

.web-footer h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.web-container {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
}
.web-container .text-muted {
    margin: 20px 0;
}

.web-copyright {
    color: #fff;
    margin-top: 60px;
}

.botcard-footer {
    background: #000000;
    padding: 15px;
    color: #8A8A8A;
    border-top: 1px solid #434343;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    width: 100%;
    z-index: 820;
    bottom: 0;
    position: absolute;
}
/* ========== GENERIC ============*/
.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    text-shadow: none !important;
}

.pull-right {
    right: 0;
    left: auto;
}

.pull-left {
    left: 0;
    right: auto;
}

.text-left {
    text-align: left;
}

.text-yellow {
    color: #f39c12 !important;
}

.bottom {
    position: absolute;
    bottom: 0px;
}

.bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.box.box-solid.box-clean {
    border: 1px solid #232426;
}

.box.box-solid.box-clean > .box-header {
    color: #98A8BA;
    background: #434343;
    border-bottom: 1px solid #404446;
}

.btn-success.flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn-primary.flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.row.no-margin {
    margin: 0 !important;
}

.new-link {
    color: #3c8dbc;
}

.new-link:visited {
    color: #3c8dbc;
}

.new-link:hover,
.new-link:active,
.new-link:focus{
    outline: none;
    text-decoration: none;
    color: #72afd2;
}