body {
    font-family: 'Open Sans', sans-serif;
}

body a, body a:hover, body a:visited {
    color: white;
}

.panel-nobg {
    background: transparent;
    color: white;
}

.text-bold {
    font-weight: 500;
}

.boton-dt {
    background: #FF5800;
    color: white;
    border: 0px;
}

.checkbox-dt {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 5px;
    border: 1px solid gray;
}

hr.hidden {
    visibility: hidden;
}

.panel-noshdw {
    box-shadow: none;
}

.degradado-dt {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004e9b+0,009fda+100 */
    background:#182A63; /* Old browsers */
    /* background-image: url("../images/bg.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
}

.btn-dt-login{
    /* background-color: #34C759 !important;
    border-color: #34C759 !important; */
    box-shadow: none !important;
    background: transparent linear-gradient(180deg, #20B038 0%, #60D66A 100%) 0% 0% no-repeat padding-box;
    border-color: #34C759 !important;
}

.btn-dt-login, .btn-dt-login:active {
    /* background-color: #34C759 !important;
    border-color: #34C759 !important; */
    box-shadow: none !important;
    background: transparent linear-gradient(180deg, #20B038 0%, #60D66A 100%) 0% 0% no-repeat padding-box;
}

/*
.btn-dt-login:hover, .btn-dt-login:focus {
    background-color: #34C759 !important;
    border-color: #00B3Df !important;
    box-shadow: none !important;
}
*/

.custom-margin-login{
    margin-top: 10%;
    margin-bottom: 13%;
}

.page-copyright-inverse p {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: normal;
}