.card {
    background-color: #FFF;
    margin-bottom: 25px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
    border-width: 0;
    border-top-width: 0px;
    border-radius: 3px;
    display: block;
}
.card {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.125);
}
.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header {
    font-size: 18px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5384rem;
    margin: 0 1.538rem;
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
    background-color: transparent;
    color: #4285f4;
}
.card-header-divider {
    border-bottom: 1px solid #4285f4;
    margin: 0 1.538rem 8px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.2307rem;
}
.card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}
.card-border-color {
    border-top: 3px solid #c9c9c9;
    border-top-color: rgb(201, 201, 201);
}
.card-border-color-primary {
    border-top-color: #4285f4;
}
.card-subtitle {
    display: block;
    font-size: 1rem;
    color: #4285f4;
    margin-top: 0;
    margin-bottom: .4615rem;
}
.card-header-divider .card-subtitle {
    margin-top: 0;
    margin-bottom: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.card-body {
    padding: 8px 20px 20px;
    border-radius: 0 0 3px 3px;
}
.col-form-label {
    padding-top: calc(.7692rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.428571429;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 1.428571429;
    color: #404040;
    background-color: #FFF;
    border: 1px solid #d5d8de;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: rgb(213, 216, 222);
    border-radius: 2px;
}
.form-control {
    border-width: 1px;
    border-top-color: #bdc0c7;
    box-shadow: none;
    padding: 10px 12px;
    font-size: 1em;
    transition: none;
    height: 3.200rem;
}
.form-control:focus {
    color: #404040;
    background-color: #FFF;
    border-color: #FC7509;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}
.col-form-label {
    padding-top: calc(.7692rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.428571429;
}
label {
    font-weight: 400;
    margin-bottom: 8px;
    color: #666;
    font-size: 0.9em;
}
select.form-control:not([size]):not([multiple]) {
    height: 3.200rem;
}
.card-table tr td:first-child, .card-table tr th:first-child {
    padding-left: 20px;
}
.card-table thead tr th {
    padding-top: 15px;
    padding-bottom: 10px;
}
.table > thead > tr > th {
    border-bottom-width: 2px;
    font-weight: 700;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-width: 2px;
    border-top-color: #4285f4;
}
.table-icon{
    color: #666;
    font-size: 18px;
    margin-right: 10px;
}
.table-icon:hover{
    color: #333;
}
.custom-control {
    position: relative;
    display: block;
    padding-left: 2.1377rem;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1.385rem;
}
.custom-control {
    min-height: 1.692rem;
    min-width: 1.692rem;
    margin-bottom: .923rem;
}
.form-group.row label {
    white-space: nowrap;
}
.btn, .custom-control-label::before {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    top: -.1317142855rem;
    display: block;
    width: 1.692rem;
    height: 1.692rem;
    content: "";
    left: 0;
}
.custom-control-label::before {
    pointer-events: none;
    user-select: none;
    background-color: #FFF;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-label::before {
    border: 1px solid #d5d8de;
    border-top-color: rgb(213, 216, 222);
    border-right-color: rgb(213, 216, 222);
    border-bottom-color: rgb(213, 216, 222);
    border-left-color: rgb(213, 216, 222);
    width: 1.77592rem;
    height: 1.77592rem;
    content: "";
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #4285f4;
    background-color: #FFF;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #4285f4;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFF;
}
.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-input:checked ~ .custom-control-label::after {
    color: #4285f4;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    /*content: "\f26d";*/
    width: 1.77592rem;
    height: 1.77592rem;
    font-size: 1rem;
    /*font-family: "Material Icons";*/
    text-align: center;
    line-height: 1.8;
}
.card-full-primary {
    background-color: #5f99f5;
}
.card-border-color-warning {
    border-top-color: #fbbc05;
}
.card-border-color-success {
    border-top-color: #34a853;
}
.card-border-color-danger {
    border-top-color: #ea4335;
}

/* para que el checkbox de configuracion se muestre correctamente */
#configuration .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: "";
}