@import "fullstack-framework-grid.css";

/* Always use lawngreen so we can check this */

.btn-group-lg > .btn, .btn-lg {
    border-radius: 0 !important;
}

span.field-validation-error {
    color: red;
    font-size: smaller;
}

.jumbotron {
    border-radius: 0;
}

div.validation-summary-errors {
    color: red;
}

    div.validation-summary-errors ul {
        padding-left: 20px;
    }

[type="checkbox"]:checked + label:before {
    border-right-color: lawngreen;
    border-bottom-color: lawngreen;
}

.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check) {
    color: lawngreen !important;
}

#demo-footer {
    position: absolute;
    bottom: 0;
    width: 100%;       
    text-align: center;
    margin-bottom:5px;
}

.demo-footer-icon {
   margin:5px;
   cursor:pointer;
}

.btn.btn-square {
    border-radius: 0;
}

input#country {
    font-size: 15px !important;
    color: white;
    font-weight: 400;
}