﻿
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/*html, body {
    color: #303E3F;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}
caption, th, td, button, input, textarea, select, option, legend, fieldset, a, a:visited {
    color: #303E3F;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
}*/

html {
    font-size: 62.5%;
}
body {
    color: #303E3F;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
}
caption, th, td, button, input, textarea, select, option, legend, fieldset, a, a:visited, .th, .td {
    color: #303E3F;
    font-family: 'Roboto', sans-serif;
}
th, .th {
    font-size: 1.2em;
    background-color: #CEDFEE;
    padding: 10px 5px !important;
    /*padding: 0 !important;*/
}

.even  {
    background-color: #ececec;
}



a {
    color: #303E3F;
}

textarea, select,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="checkbox"],
input[type="radio"],
input[type="range"] {
    border: 1px solid #969696;
    background-color: white;
}

.errBorder {
    border: 1px solid red !important;
}

button, input[type=button], input[type=submit], a.button {
    border: 2px solid #193C72;
    background-color: #fff;
}

    button:hover, input[type=button]:hover, input[type=submit]:hover {
        border: 2px solid #1C5F89 !important;
    }

.errMsgs, .error {
    color: red;
}

.formStyle select option.highlighted {
    background-color: #ff6a00;
}

.formStyle select, .formStyle textarea, .formStyle .fauxInput,
.formStyle input[type="color"],
.formStyle input[type="date"],
.formStyle input[type="datetime"],
.formStyle input[type="datetime-local"],
.formStyle input[type="email"],
.formStyle input[type="month"],
.formStyle input[type="password"],
.formStyle input[type="number"],
.formStyle input[type="search"],
.formStyle input[type="tel"],
.formStyle input[type="text"],
.formStyle input[type="time"],
.formStyle input[type="url"],
.formStyle input[type="week"] {
    border: 1px solid #969696;
}

    .formStyle input:hover:enabled, .formStyle input:focus, .formStyle textarea:hover:enabled, .formStyle textarea:focus, .formStyle select:hover:enabled, .formStyle select:focus {
        border: 1px solid #1C5F89;
    }


select:disabled,
textarea:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
input[type="range"]:disabled,
option:disabled,
input.aspNetDisabled,
select.aspNetDisabled,
textarea.aspNetDisabled {
    background-color: #e2e2e2;
    color: #888888;
}

.aspNetDisabled {
    color: #888888;
}


.datarow {
    background-color: #e4e8fb;
}

.altdatarow {
    background-color: #f4f6fd;
}

    .datarow:hover, .altdatarow:hover {
        background-color: #b2bfec;
    }



.menuitemSelected {
    border: 0 solid #193C72;
    border-bottom-width: 2px;
}

a.button:hover {
    border: 2px solid #193C72;
    border-bottom-width: 2px;
}

a:not(.close-modal, .noHover):hover {
    border: 0 solid #193C72;
    border-bottom-width: 2px;
}


.tableHeader {
    background-color: #193C72;
    background-color: rgba(121, 194, 25, 0.68);
    color: White;
}


.modal a.close-modal[class*="icon-"], .dropForm a.close {
    color: #fff;
    background: #193C72;
    border: 2px solid #fff;
}
