/*****************************************************************/
/** Buttons
 /*****************************************************************/
.button-00 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #333;
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    min-width: 150px;
    padding: 8px 8px;
    text-align: center;
    transition: all ease-in-out 300ms;
}
.button-00:hover {
    -webkit-transform: translate(0px, -10px) scale(1.2);
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #333;
}

.button-01 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #3f51b5;
    border-radius: 5px;
    border: 1px solid rgba(215, 255, 232, 0.4);
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 5px 5px;
    transition: all ease-in-out 300ms;
}
.button-01:hover {
    -webkit-transform: translate(0px, -10px) scale(1.2);
    background: #333;
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    color: #fff;
    transform: translate(0px, -2px) scale(1.0);
    text-decoration: none;
}

.button-01-ok {
    font-size: 15px;
    padding: 5px 15px 5px 15px;
}

.button-01-default {
    background-color: #959595;
    padding: 5px 15px 5px 15px;
}
.button-02 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #3f51b5;
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    min-width: 100px;
    padding: 8px 8px;
    text-align: center;
    transition: all ease-in-out 300ms;
}
.button-02:hover {
    -webkit-transform: translate(0px, -10px) scale(1.2);
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #333;
    color: #fff;
    text-decoration: none;
}
.button-02-disabled  {
    background: rgba(0, 0, 0, 0.2);
    min-width: 220px;
}
.button-03 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #3f51b5;
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    min-width: 80px;
    padding: 3px 3px;
    text-align: center;
    transition: all ease-in-out 300ms;
}
.button-03:hover {
    -webkit-transform: translate(0px, -10px) scale(1.2);
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #333;
    color: #fff;
    text-decoration: none;
}
.no-edge {
    border: none;
    box-shadow: none;
}
.btn-left {
    text-align: left;
}
.btn-secundary {
    background-color: #E91E63;
}
.btn-secundary:hover {
    color: #fff;
    text-decoration: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #122b40;
    border-color: #3f51b5;
}
.btn.btn-accent {
    background: #E91E63;
    color: #ffffff;
}
.btn.btn-xs, .btn-xs, .btn-group-xs>.btn {
    padding: 2px 8px;
}
.btn-accent:hover, .btn-accent:active, .btn-accent:focus {
    background: #AD1457;
    color: #ffffff;
}
/*****************************************************************/
/** Color texts
 /*****************************************************************/
.text-red {
    color: red;
}
.help-block {
    color: #5165f0;
}
.text-primary {
    color: #5165f0;
}
.text-white {
    color : white;
}
.has-danger {
    color: #f4516c;
    font-size: 15px;
}
.text-secundary {
    color: #E91E63;
}

.link-secundary:hover {
    cursor: pointer;
    color: #E91E63;
}

/*****************************************************************/
/** Material-switch
 /*****************************************************************/
.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    background: #5165f0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    margin-left: -20px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -20px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: rgba(63, 81, 181, 0.23);
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: #5165f0;
    left: 8px;
}
/*****************************************************************/
/** Tab panel widget
 /*****************************************************************/
.tabPanel-widget {
    position: relative;
    background: #999;
    margin-top: 0;
}
.tabPanel-widget > label {
    position: absolute;
    z-index: 1;
}
.tabPanel-widget > label,
.tabPanel-widget > h2 {
    font-size: 1.1em;
    width: 14em;
    height: 2em;
    line-height: 2em;
}
.tabPanel-widget > h2 {
    position: relative;
    margin: 0;
    text-align: center;
    background: #999;
    color: #fff;
}
.tabPanel-widget > label {
    border-right: 1px solid #fff;
}
.tabPanel-widget > label ~ label,
.tabPanel-widget > h2 ~ h2 {
    position: absolute;
    top: 0;
}
.tabPanel-widget label:nth-child(1),
.tabPanel-widget h2:nth-child(3) {
    left: 0;
}
.tabPanel-widget label:nth-child(5),
.tabPanel-widget h2:nth-child(7) {
    left: 14em;
}
.tabPanel-widget label:nth-child(9),
.tabPanel-widget h2:nth-child(11) {
    left: 28em;
}
.tabPanel-widget input + h2 + div {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.tabPanel-widget input:checked + h2 + div {
    position: static !important;
    padding: 2em  1em 1em 1em !important;
    min-height: 480px;
    width: auto !important;
}
.tabPanel-widget label:hover {
    cursor: pointer;
}
.tabPanel-widget > div {
    background: #f0f0f0;
    padding: 1em;
}
.tabPanel-widget input[name="tabs"] {
    opacity: 0;
    position: absolute;
}
.tabPanel-widget input[name="tabs"]:focus + h2 {
    outline: 1px dotted #000;
    outline-offset: 10px;
}
.tabPanel-widget:hover h2 {
    outline: none !important;
}
.tabPanel-widget input[name="tabs"]:checked + h2 {
    background: #5165f0;
}
.tabPanel-widget input[name="tabs"]:checked + h2:after {
    content: '';
    margin: auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5165f0;
}
@media screen and (max-width: 45em) {
    .tabPanel-widget label,
    .tabPanel-widget input[name="tabs"] {
        display: none;
    }
    .tabPanel-widget > input + h2 + div {
        display: block !important;
        position: static !important;
        padding: 1em !important;
        height: auto !important;
        width: auto !important;
    }
    .tabPanel-widget h2 {
        width: auto;
        position: static !important;
        background: #999 !important;
    }
    .tabPanel-widget h2:after {
        display: none !important;
    }
}
.thead-dark {
    background-color: #3F51B5;
    color: white;
}
/*****************************************************************/
/** Panels
 /*****************************************************************/
.panel-login {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 10px 40px 10px 40px;
    padding: 20px;
    width: auto;
}
.panel-check-q {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    background: #5165f0;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.panel-check-y {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    background-color: #2a88bd;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.price-pack {
    margin-top: 6px;
    -webkit-box-shadow: 0 0 6px rgba(100, 100, 100, 0.42);
    -moz-box-shadow: 0 0 6px rgba(100, 100, 100, 0.42);
    box-shadow: 0 0 6px rgba(100, 100, 100, 0.42);
    position: relative;
    z-index: 99;
    background-color: #fff;
    min-height: 280px;
}
.price-pack.ticket .btn {
    margin-bottom: 10px;
}
section .content-body-manager {
    padding: 5px 30px 0 30px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-top: 0;
    border-bottom: 0;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
}
/*****************************************************************/
/** Texts
 /*****************************************************************/
.text-login {
    text-align: left;
    padding-left: 5px;
    margin: 0;
    color: #5165f0;
}
.text-underline {
    text-decoration: underline;
}
.text-check {
    text-decoration: none;
    padding-left: 5px;
}

.text-go-web {
    color:  white;
}
.text-go-web:hover {
    color:  white;
}
.text-figure {
    font-size: 12px;
    font-style: italic;
}
/*****************************************************************/
/** Page Title and Breadcrumb
 /*****************************************************************/
.page-title-manager h1 {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}
.page-title-manager .breadcrumb {
    padding: 0;
    margin: 15px 0;
}
.page-title-manager {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
/*****************************************************************/
/** Breadcrumbs
 /*****************************************************************/
.breadcrumb-manager, .breadcrumb-manager a {
    color: #fff;
}
/*****************************************************************/
/** Fonts
 /*****************************************************************/
.font-20 {
    font-size: 20px;
    padding: 10px;
    margin-top: 20px ;
}
/*****************************************************************/
/** Images
 /*****************************************************************/
.avatar-image img {
    height: 65px;
    width: 65px;
}
.score-ticket {
    font-size: 25px;
    color : #fff;
}
.score-ticket:hover{
    color : yellow;
    cursor: pointer;
}
/*****************************************************************/
/** Options cam-free
 /*****************************************************************/
.menu_cam-free {
    list-style: outside none none;
    font-weight: 600;
    color: #E91E63;
    padding: 5px 0;
}
.menu_cam-free .sub-menu {
    padding-left: 30px;
    border-bottom: none;
}
.menu_cam-free .active {
    color: #E91E63;
    font-weight: 600;
    border-bottom: 1px dashed #dadada;
    padding-left: 10px;
    padding-top: 10px;
}
/*****************************************************************/
/** Borders
 /*****************************************************************/
.border-dashed-top {
    border-bottom: 1px dashed #dadada;
}

/*****************************************************************/
/** Inclusion of new bootstrap classes
 /*****************************************************************/
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

@media only screen and (min-width:768px) and (max-width:991px) {
        .mainmenu ul#nav li a {
        color: #fff;
        display: block;
        font-size: 12px;
        padding: 32px 10px;
        text-transform: uppercase;
    }
}

.min-height-110 {
    min-height: 110px;
}

.map-dealer {
    height: 350px;
}

.contact-info {
    display: flex;
    align-items: left;
    padding-bottom: 15px;
    font-weight: 400;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
