﻿/** {
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
}
*/

html, body {
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
}

/*:root {
    --toolbar-colour: #C6DAD9;
    --separator-colour: #a2c3c1;
    --header-colour: rgba(0, 120, 120,1);
    --border-colour: rgba(0, 128, 128,0.5);
    --title-text-colour: #06817B;
    --background-colour: rgba(0, 128, 128,0.1);
    --selection-colour: rgba(0, 120, 120,1);
    --panel-colour: rgba(0, 128, 128,0.15);
    --icon-colour: rgba(6, 129, 123,0.8);
    --icon-selected-colour: rgba(6, 129, 123,0.9);
    --dark-background-colour: #06817B;
}*/


h1 {
    color: var(--title-text-colour);
    font-size: 1.2em;
}

.shireDataTable td {
    padding-bottom: 4px;
}

.shirecopyright {
    width: 790px;
    height: 480px;
    overflow: auto;
}

.shirecopyrightinner {
    width: 770px;
    overflow: hidden;
}

input[type="text"],
textarea,
.buttonText,
input[type="text"].dxeEditArea_MaterialCompact, input[type="password"].dxeEditArea_MaterialCompact {
    font-family: 'Roboto Regular', Verdana,Arial,helvetica!important;
    font-size: 14px;
}


.dxKBSW > input {
    width: 25px !important;
    cursor: default !important;
}