﻿html {
    margin: 0;
}

.DnnModule-ViewDesign .heading_wrapper h2 {
    display: none;
}

.text-info-sm {
    font-size: 12px;
    margin-left: 5px;
}

.content-wrap-viewdesign a:hover {
    text-decoration: none;
}

.links-actions a {
    display: inline-block;
    display: inline;
    zoom: 1;
    padding: 2px 10px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *
    background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *
    border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *
    margin-left: .3em;
}

    .links-actions a:hover {
        text-decoration: none;
    }

.form-panel {
    width: 100%;
    position: relative;
}


.fieldLabel {
    color: #515151;
    font-size: 14px;
    font-weight: 500;
    display: flex;
}

.field-buttons {
    margin-top: 15px;
}

.configSubTitle {
    font-size: 21px;
    font-weight: 700;
    border: 0;
    margin: 0;
    font-family: sans-serif;
}

.links-actions {
    margin-top: 5px
}

.form-panel {
    width: 100%;
    position: relative;
    font-family: sans-serif;
}

.field-group {
    width: 29%;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.form-panel .form-control {
    font-weight: 400;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 4px 15px;
    color: #000000;
    font-size: 14px;
    font-family: sans-serif;
    height: auto;
    width: 100%;
    margin: 0;
    box-sizing: inherit;
}

.fieldLabel {
    font-family: sans-serif;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    display: flex;
}

.ModViewDesignC .bx-viewport {
    height: auto !important;
}

.btn-group-options {
    text-align: right;
    padding: 15px 0;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .btn-group-options a {
        padding: 8px 20px;
        display: initial;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        color: #5d5b5b;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #f1f1f1, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(to bottom, #f1f1f1, #e6e6e6);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
        border-color: rgba(17, 16, 16, 0.91) rgba(0, 0, 0, 0.85) rgba(0, 0, 0, 0.71);
        *:;
        background-color: #e6e6e6;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        border: 0.5px solid #cccccc;
        *:;
        border-bottom-color: #bebcbc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *:;
        margin-left: .9em;
        font-weight: 600;
    }

.btn.btn-option-export .fa {
    color: #0043ff;
    padding-right: 3px;
}

.btn.btn-option-import .fa {
    color: #18880a;
    padding-right: 3px;
}

.btn.btn-sort-cards .fa {
    color: #651a1a;
    padding-right: 3px;
}

.ui-sortable-handle {
    border: 1px dashed #c5c5c5 !important;
}

.required-field {
    border-left: 3px solid #D0021B !important;
}

.idCard {
    display: none;
}

.text-disabled {
    display: none;
}

#tabletodownContenty {
    height: 0;
    visibility: hidden;
}

#tabletodownload {
    height: 0;
}


/** estilos card 01 **/
.cardtype01-content {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.cardtype01-image {
    width: 100%;
    height: 180px;
}

    .cardtype01-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.cardtype01-content a {
    text-decoration: none;
}

    .cardtype01-content a:hover {
        text-decoration: none;
    }

.cardtype01-data {
    position: relative;
    width: 100%;
    padding: 12px 15px;
}

    .cardtype01-data h2 {
        margin: 0;
    }

.cardtype01-content .text-card-xs {
    margin: 0;
    line-height: 18px;
}

.cardtype01-content .text-card-lg {
    margin: 0;
}


/** estilos card 02 **/
.cardtype02-content {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.cardtype02-image {
    position: relative;
    width: 100%;
    height: 170px;
}

    .cardtype02-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .cardtype02-image .text-promotion-rect {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 10px;
        padding: 0px 15px;
    }

.cardtype02-data {
    position: relative;
    width: 100%;
    min-height: 130px;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
}

    .cardtype02-data h2 {
        margin: 0;
    }

    .cardtype02-data .text-card-md {
        margin: 0;
    }

    .cardtype02-data .text-card-destination {
        width: max-content;
        margin: 5px 0;
    }

.cardtype02-content a:hover {
    text-decoration: none;
}

.cardtype02-data .text-card-xs {
    line-height: 18px;
    margin: 0;
}

.cardtype02-data .text-card-lg {
    margin: 0;
}


/** estilos card 3 **/
.cardtype03-content {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.cardtype03-image {
    position: relative;
    width: 100%;
    height: 170px;
}

    .cardtype03-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .cardtype03-image .text-destination-card {
        position: absolute;
        top: 0;
        margin-left: 12px;
    }

    .cardtype03-image .text-promotion-obal {
        position: absolute;
        top: 0;
        right: 0;
    }

.cardtype03-data {
    width: 100%;
    min-height: 140px;
    position: relative;
    -webkit-box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
}

.cardtype03-content a:hover {
    text-decoration: none;
}

.cardtype03-data h2 {
    margin: 0;
}

.cardtype03-data .text-card-md {
    margin: 0;
}

.cardtype03-data .text-card-xs {
    margin: 0;
}

.cardtype03-data .text-card-lg {
    margin: 0;
}

.field-list-items {
    position: relative;
    margin: 10px 0px 30px;
    width: 90%;
}

.header-items {
    color: #515151;
    font-size: 13px;
    font-weight: 700;
}

    .header-items div {
        display: inline-block;
        width: 28%;
    }


.field-items-buttons {
    display: inline-block;
}

    .field-items-buttons a {
        background: #b2b2b2;
        padding: 6px 8px;
        color: #fff;
        border-radius: 4px;
    }


.data-items td {
    border-bottom: 1px solid #c9c9c9;
    padding: 5px;
    border-spacing: 0;
    font-size: 13px;
}

.data-items th {
    /* border: 1px solid #c9c9c9; */
    padding: 0;
    font-size: 13px;
}

.data-items tr {
    padding: 0;
}

    .data-items tr td:last-child {
        text-align: center;
    }

#ListOfDestinations {
    display: none;
}

.btn-additem {
    cursor: pointer;
    background: #373a3c;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    margin: 0;
    border: none;
}

.lblDestination {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cardtype04-data {
    position: relative;
    width: 100%;
    box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    background: #fff;
}

.item-destination a {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    padding: 12px;
    color: #444;
}

.item-destination {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

    .item-destination a:hover {
        text-decoration: none;
    }

.item-destino {
    text-transform: capitalize;
}

.cardtype04-head {
    position: relative;
    width: 100%;
    height: 230px;
}

    .cardtype04-head img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.cardtype04-destination {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

    .cardtype04-destination h2 {
        font-size: 30px;
        color: #fff;
        font-weight: bold;
    }

.content-wrap {
    padding: 15px;
}

@media only screen and (max-width: 1024px) {
    .cardtype01-content {
        min-height: 380px;
    }

    .cardtype02-content {
        min-height: 380px;
    }

    .cardtype03-content {
        min-height: 380px;
    }

    .bx-viewport .cardtype01-content {
        min-height: initial;
    }
}

@media only screen and (max-width: 768px) {
    .cardtype01-content {
        min-height: 400px;
    }

    .cardtype02-content {
        min-height: 400px;
    }

    .cardtype03-content {
        min-height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .cardtype01-content {
        min-height: initial;
    }

    .cardtype01-panel {
        margin-bottom: 8px;
    }

    .cardtype02-content {
        min-height: initial;
    }

    .cardtype02-panel {
        margin-bottom: 15px;
    }

    .cardtype03-content {
        min-height: initial;
    }

    .cardtype03-panel {
        margin-bottom: 15px;
    }

    .cardtype07-content {
        margin-bottom: 20px;
    }

    .cardtype06-content {
        margin-bottom: 20px;
    }
}

.pane-preview-img {
    width: 100%;
    position: relative;
    margin: 10px 0px 30px;
}

.preview-img {
    width: 200px;
}

    .preview-img img {
        max-width: 100%;
    }

.data-items thead tr:last-child {
    background: #ECEEEF;
}


    .data-items thead tr:last-child td {
        padding: 3px 5px !important;
    }

.data-items thead tr:first-child th {
    padding: 5px 10px;
}

.data-items thead tr:first-child th {
    background: #373A3C;
    color: #fff;
}

.btn-removeitem {
    border: 0;
    background: none;
    box-shadow: none;
    color: #999999;
    font-size: 14px;
    margin: 0;
}

.disabled-info {
    display: none;
}

.paneDefaultData {
    display: flex;
    margin-top: 15px;
}

    .paneDefaultData .form-group {
        margin-right: 15px;
    }


.btn-vdPrimary {
    background: #0275D8;
    color: #fff;
    line-height: 1;
    padding: 5px 22px;
    font-size: 14px;
    font-family: sans-serif;
    box-shadow: none;
    margin: 0;
    text-transform: capitalize;
    border: 1px solid #0275D8;
    border-radius: 4px;
}

    .btn-vdPrimary:hover {
        color: #fff;
    }


a.btn-vdSecundary,
.btn-vdSecundary {
    background: #fff;
    color: #36393B;
    line-height: 1;
    font-size: 14px;
    font-family: sans-serif;
    box-shadow: none;
    margin: 0;
    text-transform: initial;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 5px 22px;
}

    .btn-vdSecundary:hover,
    .btn-vdSecundary:focus,
    .btn-vdSecundary:visited,
    .btn-vdSecundary:active {
        background: initial !important;
        color: #36393B !important;
        border-color: #ababab;
        box-shadow: none;
    }

.btn-vdPrimary:hover, .btn-vdPrimary:focus, .btn-vdPrimary:visited, .btn-vdPrimary:active {
    border-color: #0061b4;
    color: #fff;
}

#btnAddImageCardVD,
.btn-UploadImage {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.table-data tr td:first-child {
    border-left: 1px solid #979797;
}

.table-data tr td:last-child {
    border-right: 1px solid #979797;
}

.table-data tr td, .table-data tr th {
    border-bottom: 1px solid #979797 !important;
    border-top: 1px solid #979797 !important;
    line-height: initial !important;
    font-size: 12px;
    font-family: sans-serif;
    padding: 5px 15px !important;
    vertical-align: middle !important;
    height: auto;
}

.table-data thead .glyphicon {
    color: #373A3C;
    font-size: 22px;
}

.btn-removeitem:hover {
    background: none !important;
    box-shadow: none;
}

    .btn-removeitem:hover .fa {
        color: #333 !important;
    }

.btn-additem:hover {
    background: #373a3c !important;
    box-shadow: none;
}

    .btn-additem:hover .fa {
        color: #fff !important;
    }

.input-group input {
    width: 100% !important;
}

.folder-portal-vd {
    padding: 12px 9px 2px;
}

#selFolderPortalVD {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 4px 15px;
    color: #000000;
    font-size: 14px;
    font-family: sans-serif;
    height: auto;
    width: auto;
    margin: 0px;
    display: inline-block;
}

#images-portal-vd {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    height: 300px;
    border-right: 1px solid #ccc;
    padding: 0 15px 0 0;
}

.panel-infoimage {
    display: inline-block;
    background: #ebebeb;
    margin: 10px 0 0 10px;
    height: 100px;
    width: calc(100% * (1/4) - 10px - 1px);
    text-align: center;
}

.conten-image-name {
    display: table;
    width: 100%;
    height: 100px;
    cursor: pointer;
}

.conten-image-portal {
    display: table-cell;
    vertical-align: middle;
}

.content-imageinfo {
    max-width: 130px;
    max-height: 130px;
    padding: 0 5px;
}

    .content-imageinfo img {
        max-width: 50%;
        height: auto;
    }

.panel-infoimage h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    word-wrap: break-word;
    padding: 0 3px;
}

.infogral-image {
    display: none;
}

.subTitleViewDesign {
    font-size: 16px;
    font-weight: 700;
    border: 0;
    margin: 0;
    font-family: sans-serif;
}

#preview-images {
    padding: 15px 0;
}

.image-prev-content {
    background: #ebebeb;
    border: 1px solid #ccc;
}

.image-prev {
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    max-width: 180px;
    max-height: 180px;
}

    .image-prev img {
        max-width: 100%;
    }

.info-image-prev h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 5px;
}

.info-image-prev p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: initial;
}

.options-images-portal {
    padding: 0px 16px;
    border-bottom: 1px solid #cccccc;
}

    .options-images-portal .btn {
        border-bottom: 0px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.btnSelected {
    border-bottom: 1px solid #fff !important;
    margin-bottom: -1px;
}

.dz-default.dz-message h3 {
    font-size: 18px;
}

.titleVuelosVD {
    font-size: 21px;
    font-weight: 700;
    border: 0;
    margin: 0;
    font-family: sans-serif;
}

.format-export {
    display: none;
}

    .format-export li {
        list-style: none;
        font-size: 13px;
        background: #e9e9e9;
        text-align: center;
        border: 1px solid #ccc;
        margin-bottom: 1px;
        padding: 5px 10px;
        border-radius: 3px;
        cursor: pointer;
    }

.format-export {
    margin-top: 10px;
}

    .format-export li:hover {
        background: #dbdbdb;
    }

#cardtype .bx-wrapper {
    background: transparent;
    box-shadow: none;
}

.listandpack-container .bx-controls-direction a {
    display: block !important;
    text-indent: initial;
    color: transparent;
    background-image: none;
    background: rgb(128, 128, 128);
    border-radius: 20px;
}

    .listandpack-container .bx-controls-direction a .fa {
        color: #fff;
        font-size: 20px;
    }

    .listandpack-container .bx-controls-direction a.bx-prev {
        padding: 7px 7px;
    }

    .listandpack-container .bx-controls-direction a.bx-next {
        padding: 7px 10px;
    }

.msg-unselected-fieldsrequired {
    color: #A94442;
    border: 1px solid #dfc8c8;
    background: #EBCCCC;
    padding: 10px 15px;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 25px;
}

.bvalidator_errmsg {
    box-shadow: none !important;
    border: 0 !important;
}

.cardtype05-image {
    position: relative;
    height: 180px;
}

.text-image-sc {
    position: absolute;
    top: 0;
    left: 0;
}

.data-card-sc {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.price-card-sc {
    display: flex;
    align-items: baseline;
}

.cardtype05-content {
    margin-bottom: 20px;
}

.cardtype04-content {
    margin-bottom: 20px;
}

.cardtype05-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#NumberStars {
    padding-top: 0.5rem;
}


/*** add tags card 7 ***/
.tagsinput {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #556270;
    padding: 5px 5px 0;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
}

    .tagsinput.focus {
        border-color: #ccc
    }

    .tagsinput .tag {
        position: relative;
        background: #788899;
        display: block;
        max-width: 100%;
        word-wrap: break-word;
        color: #fff;
        padding: 5px 30px 5px 5px;
        border-radius: 2px;
        margin: 0 5px 5px 0;
    }

        .tagsinput .tag .tag-remove {
            position: absolute;
            background: 0 0;
            display: block;
            width: 30px;
            height: 30px;
            top: 0;
            right: 0;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            color: #D0021B;
            line-height: 30px;
            padding: 0;
            border: 0;
        }

            .tagsinput .tag .tag-remove:after, .tagsinput .tag .tag-remove:before {
                background: #D0021B;
                position: absolute;
                display: block;
                width: 10px;
                height: 2px;
                top: 14px;
                left: 10px;
                content: '';
            }

            .tagsinput .tag .tag-remove:before {
                -webkit-transform: rotateZ(45deg);
                transform: rotateZ(45deg)
            }

            .tagsinput .tag .tag-remove:after {
                -webkit-transform: rotateZ(-45deg);
                transform: rotateZ(-45deg)
            }

    .tagsinput div {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .tagsinput div input {
            background: 0 0;
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 20px;
            padding: 5px;
            border: 0;
            margin: 0 5px 5px 0
        }

            .tagsinput div input.error {
                color: #ff6b6b
            }




/** Card 6 **/
.cardtype06-content {
    width: 100%;
    position: relative;
}

.cardtype06-image {
    width: 100%;
    position: relative;
    height: 130px;
}

    .cardtype06-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

.cardtype07-content {
    width: 100%;
    position: relative;
}

.cardtype07-image {
    width: 100%;
    position: relative;
    height: 130px;
}

    .cardtype07-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }


.text-image-bottom {
    position: absolute;
    top: 0;
}

.logo-image-bottom {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
}

.card-icon-text {
    display: flex;
    align-items: center;
}


.list-card-options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

    .list-card-options span {
        color: #444;
        border: 1px solid #979797;
        padding: 2px 4px;
        margin-bottom: 8px;
        margin-right: 8PX;
    }

.logo-image-bottom img {
    max-width: 100%;
}
