﻿
/* TAHICHE : BEGIN */

/* Parametros de estilo que son importantes*/
.light-danger {
    color: lightcoral !important;
}
/* ---- */

/* Diseño para mensajes modales*/
.modal-content.danger .modal-header {
    font-weight: bold;
    font-size: large;
}

.modal-content.danger .modal-body {
    font-weight: bold;
    color: lightcoral;
}

.modal-content.info .modal-header {
    font-weight: bold;
    font-size: large;
}

.modal-content.info .modal-body b {
    color:lightcoral;
}
/* ---- */

/* Modifica la clase row de bootstrap para que una fila coja todo el alto posible y las columnas hija de primer nivel de esta
    aprovechen dicho alto y estén centradas en este.*/
.full.row {
    display: table;
    width: 100%;
}

.full > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
/* ---- */

/* Boton que hereda de btn-warning de bootstrap y modifica esta última para establecer
   tonos naranjas al igual que los botones principales de la pagina de misterdomain.eu */
.btn-orange {
    color: #fff;
    background-color: #e67e22;
    border-color: #D26A0E;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange.focus,
    .btn-orange:active,
    .btn-orange.active,
    .open > .dropdown-toggle.btn-orange {
        color: #fff;
        background-color: #d35400;
        border-color: #BF4000;
    }
/* ---- */

/* Panel que hereda de panel-warning de bootstrap y modifica esta última para establecer
   tonos naranjas al igual que el tema principal de la pagina de misterdomain.eu */
.panel-orange {
    color: #333;
    background-color: transparent;
    border-color: #FBAF4D;
    margin-top: 1px;
}

    .panel-orange .panel-heading {
        color: #fff;
        background-color: #FBAF4D;
    }

    .panel-orange li span:first-child {
        font-weight: bold;
    }

/* Diseño de etiquetas que dan nombre a un campo, expliaciones de estos, diseño de sus respectivos valores y formularios de relleno. */
.field {
    padding: 1em;
    font-size: large;
}

.title-field {
    text-align: right;
    font-weight: bold;
}

    .title-field > div {
        font-size: small;
        color: grey;
        margin-top: -0.5em;
        font-weight: 400;
    }

.value-field {
    text-align: left;
    color: grey;
    top: 0px;
    left: 0px;
    height: 184px;
    width: 996px;
}

.form-control-mid {
    display: inline-block;
    vertical-align: middle;
}
/* ---- */

/* Lo usamos para campos de texto de sólo lectura, pero no queremos un icono de prohibido al pasar por encima de él
     y así el usuario pueda facilmente seleccionar su contenido */
.read-selectable {
    cursor: text !important;
}
/* ---- */

/* Diseño para textareas contenidos en un panel de boostrap*/
.panel-textarea {
    padding: 1em;
    text-align: center;
}

    .panel-textarea .panel-heading {
        font-weight: bold;
        font-size: large;
    }

    .panel-textarea textarea {
        width: 100%;
    }
/* ---- */

/* Diseño de un mensaje importante que busque que el usuario lo lea*/
.centerMsg {
    text-align: center;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    font-size: large;
}
/* ---- */

/* Diseño de un botón central. Se busca que se destaque como principal dentro de la web*/
.btn-center {
    text-align: center;
    margin: 0.5em;
}
/* ---- */

/* Diseño para enlaces en el panel de usuario de misterdomain*/
.orange-link a:link, .orange-link a:visited {
    color: #e67e22;
}

.orange-link a:active, .orange-link a:hover {
    color: #d35400;
}
/* ---- */

/* TAHICHE : END */

/*PETER : BEGIN*/

/*Media queries para el navigation menú*/
@media (max-width: 1300px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: inline;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .collapse.in {
        display: block !important;
    }
}

/*Media query para GeoDomainRegistrationIT*/
@media (max-width: 901px) {
    #GeoDomainInputGroup {
        display: block;
    }

        #GeoDomainInputGroup > .input-group-btn {
            white-space: pre;
        }

            #GeoDomainInputGroup > .input-group-btn > select, #GeoDomainInputGroup > .input-group-btn > a, #GeoDomainInputGroup > input {
                width: 90vw !important;
                margin-bottom: 3px;
                border-radius: 5px;
                display: block;
            }
}
/*FIN Media query para GeoDomainRegistrationIT*/

@media (max-width: 767px) {
    .main-sidebar, .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        -moz-transform: translate(-260px, 0);
        transform: translate(-260px, 0);
    }

    .navbar-panel {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        -moz-transform: translate(-260px, 0);
        transform: translate(-260px, 0);
    }
}
/*titulo del el review contact para los .es*/
span.estitle {
    color: #FFA32B;
    font-size: 25px;
    font-family: "Titillium Web",sans-serif;
    display: block;
}

.btnssl {
    margin-left: 0;
    position: absolute;
    font-size: 22px;
    bottom: 5px;
    color: #FFF;
    display: list-item;
    font-family: "Titillium Web",sans-serif;
    text-align: left;
    padding: 6px;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    list-style-type: none;
}

.heading-ssl {
    font-size: 18px;
    text-shadow: 2px 2px 7px #000;
    line-height: initial;
}

/* Common style for ssl hovers */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption,
        .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .grid figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

        .grid figure h2 span {
            font-weight: 800;
        }

    .grid figure h2,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

.btn-opc-cart{
    margin: 4px;
}

.sidebar-menu > li > a {
    padding: 0.7vh 5px 0.7vh 15px;
}

.skin-black-light .sidebar-menu > li > a {
    border-left: 3px solid transparent;
    font-weight: 400;
    font-size: 16px;
}

/*Mini menu principal responsive */
#responsiveMenu {
    position: fixed;
    z-index: 1;
    width: 100vw;
    top: 25px;
}

    #responsiveMenu ul li a {
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    #responsiveMenu ul li:hover {
        background-color: lightgrey;
    }

#ResponsiveMenuButton {
    border: none;
    background: rgb(229, 229, 229);
    margin: 2px;
}

@media (max-width:991px) {
    #MainTopBar {
        position: fixed;
        z-index: 2;
        background-color: white;
        width: 100vw;
        top: 0px;
        border-bottom: 1px solid #e5e5e5;
    }
}
/*Btones del menu dentro del panel*/
.li-nav-panel > a {
    padding: 10px 11px !important;
    font-size: small;
}

/*FIN Mini menu principal responsive */
#ExtensionsNavs > li > a {
    padding: 10px 1.3vw;
}
/*PETER : END*/

/*PETER - CMS: BEGIN*/
@media screen and (max-width: 550px), (max-height:800px) {
    .modal-domainnpanel-peter {
        max-width: 90vw;
        max-height: 90vh;
        overflow: scroll;
    }

    .peter-cms-panel {
        max-width: 95%;
    }
}

@media screen and (min-width: 550px), (min-height:800px) {
    .modal-domainnpanel-peter {
        max-width: 500px;
    }

    .peter-cms-panel {
        min-width: 450px;
    }
}

.peter-cms-panel {
    padding: 35px;
    background-color: azure;
}
/*PETER - CMS: END*/

/*FRIGO : BEGIN */

.letter {
    width: 48px;
    height: 48px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #E67E22;
    font-size: 24px;
    border:none;    
    margin:0px 5px 15px 5px;    
}

.letter.active
{
    background-color: #D35400;
}

.letterlist {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #E67E22;
    font-size: 15px;
    border: none;
    margin: 0px 0.6vw 15px 0.5vw;
}

.letterlist.pick{
    background-color: #D35400;
}

.grid td, .grid th{
    text-align:center;
}

.statsPanel {
    text-align:center!important;
}

/*FRIGO : END */

/*DAMIAN : BEGIN */
.newspan{
    position: absolute !important;
    top: -4px !important;
    right: 2px !important;
    font-size: 7px !important;
    background-color: #338bad !important;
}

.navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
}
.navbar-nav>li {
    display: table-cell;
    float: none;
    text-align: center;
}

.btnShadow:hover {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 9px 25px 0 rgba(0,0,0,0.19);
}

.btnUpgrade{
    float:right;
}

.upgradeBody{
    height:103px;
}
        
.headingtransparent{
    background: rgba(122, 130, 136, 0)!important;
    border-color: rgba(122, 130, 136, 0)!important;
}

.padding-left-20{
    padding-left:20px
}

div.inline { 
    float:left; 
}

/*Coloca el modal al centro de la pantalla y si el width es mayor 768*/
.modal.modal-center{
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal.modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
    }
}

.modal-dialog.modal-dialog-center {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
        

/*DAMIAN : END */

