﻿input[type=text] {
   /*  text-transform: uppercase; */
}

textarea{
  /*  text-transform: uppercase; */
}


.auto-style1 {
    height: 25px;
}

.popupRadius {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.buttonRadius {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.headerPopUp {
    background-image: url('../Images/ui-bg_gloss-wave_55_5c9ccc_500x100.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 30px;
    align-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.linea {
    height: 1px;
    color: #A6C9E2;
    background-color: #A6C9E2;
    border: none;
}




.myButton {
    background-color: white;
    border: 1px solid #c0c0c0;
    color: #333333;
    font: 12px "Segoe UI",Helvetica,"Droid Sans",Tahoma,Geneva,sans-serif;
    height: 23px;
    padding: 1px;
}

.dxbButtonSys {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    box-sizing: content-box;
    height: 29px;
}

    .dxbButtonSys.dxbTSys > div {
        display: table-cell;
        vertical-align: middle;
        border-spacing: 0;
    }

.myButton:hover {
    background-color: #0072c6;
    border: 1px solid #0072c6;
    color: white;
}


@media (min-width:410px) { /* ANTES */
    .popupRadius {
        width: 100%;
    }
}

@media (max-width:410px) { /* DESPUES */
    .popupRadius {
        width: 75%;
        margin-left: 3%;
        margin-right: auto;
    }
}


