﻿.bodyform fieldset {
    width: 90%;
    max-width: 1000px;
    background: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: #646464;
}

article fieldset {
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
    max-width: 1000px;
    background: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: #646464;
    padding: 2rem;
}

.bodyform fieldset article h1 {
    color: #646464;
}

.bodyform fieldset h1 {
    color: #646464;
}

.bodyform fieldset article div label {
    color: #646464;
}


p, ul {
    font-weight: bold;
}

.bodyform fieldset article div input[type="text"], .bodyform fieldset article div input[type="password"], .bodyform fieldset article div input[type="email"], .bodyform fieldset article div input[type="number"] {
    background-color: white;
    color: #464646;
    border-radius: 7px;
    height: auto;
}

.k-input, .k-multiselect-wrap, .k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
    background-color: white;
    color: #464646;
    border-radius: 7px !important;
    height: auto;
}

.k-state-default {
    border-radius: 7px;
}

.k-widget {
    border-radius: 7px;
}

.bodyform fieldset article select {
    color: #464646;
    background-color: white;
    border-radius: 7px;
    border: rgba(0, 0, 0, 0.21) 3px solid;
}

.bodyform fieldset article input[type="checkbox"] + label {
    color: #848e99;
}

hr {
    border-image: linear-gradient(to left, #132f7f, #5fcfd8);
    border-image-slice: 1;
}

.inputWrapper {
    width: 100%;
    background-color: #4eabc4 !important;
    border-color: #4eabc4 !important;
    border-radius: 7px;
    border: 1px solid;
}

.k-select {
    background-color: #4eabc4 !important;
}

.k-state-default {
    background-color: #4eabc4 !important;
    border-color: #4eabc4 !important;
}

.bodyform fieldset article div input[type="text"]:focus {
    color: #464646;
}

#txtCorreo:focus {
    color: #464646;
}

.k-numerictextbox .k-i-arrow-60-down {
    bottom: 0px;
}

[data-role="popup"] {
    background-color: #fff !important;
    border-radius: 1px !important;
    color: #464646;
}

    [data-role="popup"] ul li[class="k-item k-state-hover"], [data-role="popup"] ul li[class="k-item k-state-selected k-state-focused"] {
        border-radius: 0px;
    }

tr > .k-header {
    background-color: white;
    color: #464646;
}

.k-filter-row > th {
    background-color: white;
    color: #464646;
}

.k-link {
    color: #464646 !important;
}

li > .k-link {
    background-color: white;
    border: 1px solid;
    border-color: #161616 !important;
}

.k-pager-wrap {
    background-color: white;
    color: #464646;
}

[role="rowgroup"] > tr {
    background-color: white;
    color: #464646;
}

[role="rowgroup"] > .k-alt {
    background-color: #dadada;
    color: #464646;
}

[role="rowgroup"] > tr:hover {
    color: white;
}

[role="rowgroup"] > .k-alt:hover {
    color: white;
}


.k-loading-image {
    background-color: #dadada;
}

td > .k-button {
    background-color: #4eabc4;
}

.k-icon{
    color: white;
}

.k-select{
    border-radius: 0px 6px 6px 0px !important;
}
