﻿body {
    height: calc(100% - 34px) !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.error-text{
    color: #ee3535;
}

/* Fix menu para celulares */
.ui.uncover.sidebar {
    z-index: 10;
}

#main-login {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#login-form {
    max-width: 800px;
    width: 100%;
}

#wrapper {
    margin-top: 34px !important;
}


.logo-login {
    max-width: 100%;
    width: 200px;
}

.width-150 {
    width: 150px;
}

.margin-top-10{
    margin-top:10px;
}



#payment_example_div {
    max-width: 600px;
    min-width: 300px;
    margin: 10 auto;
}

    #payment_example_div > * {
        margin: 10 auto;
    }

.tok_btn:hover {
    cursor: pointer;
}

.tok_btn:disabled, #tok_btn[disabled] {
    opacity: .65;
    cursor: not-allowed;
}

.tok_btn {
    background: linear-gradient(to bottom, rgba(240, 84, 46, 1) 0%, rgba(247, 170, 33, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    width: 80%;
    border: 1px solid rgba(46, 86, 153, 0.0980392);
    border-bottom-color: rgba(46, 86, 153, 0.4);
    border-top: 0;
    border-radius: 4px;
    font-size: 17px;
    text-shadow: rgba(46, 86, 153, 0.298039) 0px -1px 0px;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    display: block;
}

#retry_btn {
    display: none;
}

.centered-elements {
    align-content: center;
    align-items: center;
    text-align: -webkit-center;

}

#main-formularios-pago {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.bg-white{
    background:white !important
}