﻿@media (pointer:fine) {
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        border-radius: 5px;
        background: rgba(0,0,0,0.2);
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(0,0,0,0.3);
    }

        ::-webkit-scrollbar-thumb:hover {
            background: rgba(0,0,0,0.4);
        }
}


.dxpc-mainDiv {
    border-radius: 10px;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #464646;
    background-color: #ffffff;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 182px;
}

input[type=submit], input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    margin: 0 !important;
}

textarea {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: .9em !important;
}

.clearin {
    clear: both;
}

a {
    color: white;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-decoration: none;
}

    a:hover {
        color: black;
    }

    a:active {
        outline: 0 !important;
        border: none !important;
    }

.contenido {
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.boton {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #03abe9;
    padding: 15px 20px;
    color: white;
    font-size: 1em;
    border: none;
    transition: all ease-in-out .3s;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border-radius: 5px;
}

    .boton:hover {
        background-color: #3fa94a;
    }

.txt {
    border: solid 1px rgba(0,0,0,.2);
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 1.2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



.form {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .form .row {
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .form label {
        font-weight: bold;
    }

    .form .txt {
        line-height: 1.9;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #DCDCDC;
        width: 100%;
    }

    .form input[type=checkbox] {
        /*margin-top: 10px;*/
    }

    .form .flex-box.two {
        display: flex;
        justify-content: space-between;
    }

        .form .flex-box.two .col {
            width: calc(100%/2.05);
        }

form .txt {
    font-size: 1.12em;
}

.form table.txt {
    padding: 0;
}

.form a {
    color: blue;
    text-decoration: underline;
}

.form .confirm {
    text-align: center;
}

    .form .confirm .boton {
        margin-top: 10px;
    }

.form .flex-box.birthday {
    flex-direction: row;
    flex-wrap: nowrap;
}

    .form .flex-box.birthday .col {
        width: calc(100%/3.1) !important;
    }

.g-recaptcha {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    margin-bottom: 10px;
}

/*input[type=submit]:disabled {
    background-color: #808080;
}*/

input[type=submit]:disabled, input[type=button]:disabled {
    background-color: #a9a9a9 !important;
    color: white !important;
}

.fondo {
    background-image: url(/Tools/fondonube.png);
    background-size: cover;
}

section.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 400px;
    /*-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
    box-shadow: 0 0 2px 1px rgba(0,0,0,.2);*/
}

.login h1 {
    text-align: center;
    font-size: 3em;
    color: #13abf4;
    margin: 0;
    margin-bottom: 30px;
    text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}

.login .txt {
    line-height: 2.4;
    margin-bottom: 10px;
}

.login table {
    width: 100% !important;
}

.login .boton {
    width: 100%;
}

.login .forgot-pass {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #0098f3;
    margin-top: 5px;
}

    .login .forgot-pass:hover {
        text-decoration: underline;
    }

.login h3 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    line-height: 0.1em;
    margin: 50px 0;
    font-size: .9em;
}

    .login h3 span {
        background-color: #fff;
        padding: 0 20px;
        font-weight: 400;
    }

.login .other {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .login .other .boton {
        text-align: center;
        max-width: 300px;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }

        .login .other .boton span {
            font-size: 1.5em;
        }

.login .boton.facebook {
    background-color: #1366c8;
}

.login .boton.google {
    background-color: #ef412d;
}

.login .boton.create {
    background-color: #00c67e;
}

.gridView {
    overflow-x: auto;
}

    .gridView > table {
        min-width: 600px;
    }


.dxpc-headerText.center {
    font-size: 1.2em;
    text-align: center;
    display: block;
    width: 100%;
}

.loading {
    visibility: hidden;
}

img#loading {
    display: block;
    margin: 50px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.pager {
    text-align: center;
}

    .pager > span {
        margin: 2rem 0 0;
        display: block;
    }

    .pager .boton {
        border-radius: 5px;
        padding: .5rem 2rem;
    }

    .pager span.selected,
    .pager span a {
        margin: 0 .5rem;
        color: black;
    }

    .pager span a {
        opacity: .7;
    }

.grid-full-columns {
    grid-column: 1/-1
}

.text-center {
    text-align: center;
}

.no-padding-top {
    padding-top: 0 !important;
}

.vertical-padding {
    padding: 1em 0 2em;
}

.empty-page {
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .empty-page img {
        max-width: 100%;
        display: block;
    }

.links {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .links a {
        padding: .3em .5em;
        border: solid 1px rgba(0,0,0,.2);
        border-radius: 5px;
        margin: .5em;
    }

    .links a {
        color: blue;
    }

        .links a:hover {
            color: purple;
        }

@media (max-width:480px) {
    .links {
        /*padding: 0 1em;*/
        flex-direction: column;
    }
}

@media screen and (max-width:1200px) {
    .contenido {
        padding: 0 10px;
    }
}
