﻿/* navigation logo */
#navLogo {
    width: 90px;
}

/* The main/index page */
#indexLogo {
    width: 150px;
}

/* Custom Validation css */
.validation-message {
    color: white;
}

/* Custom Validation css */
.validation-errors {
    margin: 0;
}

.big-checkbox {
    width: 15px;
    height: 15px;
}

.statusDiv {
    padding: 10px;
    height: 150px;
}

/* Scaffold qr page */
.qrImage {
    width: 300px;
    height: 300px;
    text-align: center;
}

.view-docbtn {
    width: 120px;
}

/* The main body div in MainLayout */
#mainBody {
    margin-top: 32px;
}

/*#region ListView*/

/* Set the list view button colour to white instead of the standard grey */
.e-listview .e-icons:not(.e-primary, .e-btn-icon,.e-check) {
    color: white;
}

/*#endregion */
