html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    margin: 0px !important;
 
}

.k-icon-button.k-button-md > .k-button-icon {
    min-width: 0px;
    min-height: 0px;
}

.k-checkbox {
    min-height: 20px;
    min-width: 20px;
    border-radius: 4px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    padding: 2px;
}

.logo {
    height: 100%;
    display: inline-block;
}

    .logo img {
        height: 100%;
        padding-left:2px;
    }

.btnReportMenu {
    color: black;
    height: 40px;
    width: 40px;
    float: left;
    display: inline;
}

    .btnReportMenu:hover {
        filter: brightness(80%);
        cursor: pointer
    }

.menuIcon img {
    width: 40px;
    height: 40px;
}

.title {
    flex-grow: 1;
    text-align: center;
    font-size: 20px;
    /* font-family: az_ea_font, "Segoe UI", az_font, system-ui, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;*/
    padding-left:4px;
}
    .title.noReportMenu {
        /*padding-left: 40px;*/
    }

.AccountName {
    padding-right: 4px;
    cursor: pointer;
}

#ReportingLink {
    padding-bottom: 10px;
}

#MyAccountLink {
    padding-bottom: 10px;
}

#AdministrationLink {
    padding-bottom: 10px;
}

#tabstrip h2
{
    font-weight: lighter;
    font-size: 5em;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 0;
}

#tabstrip h2 span {
    background: none;
    padding-left: 5px;
    font-size: .3em;
    vertical-align: top;
}

#tabstrip p {
    margin: 0;
    padding: 0;
}

.k-tabstrip-top {
    border: none;
}

.k-tabstrip:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.k-header {
    background-color: transparent;
}

.PoweredBy {
    font-size: 9pt;
    text-transform: uppercase;
    color: Black;
    text-align:center;
    padding-top:10px;
    text-decoration:none;
}

    .PoweredBy a {
        text-decoration: none;
        color: Black;
    }

        .PoweredBy a:hover {
            text-decoration: none;
            color: Black;
        }

.Login {
    background-color: white;
}

    .Login .LoginButton {
        background-color: #306ed0;
        color: white;
        border-color: black;
    }

    .Login .Title {
        font-size: 24pt;
        color: white;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        position: absolute;
        top: 7px;
    }

    .Login .Label {
        white-space: nowrap;
    }

    .Login .Header {
        white-space: nowrap;
        color: #306ed0;
        font-size: 28pt;
        padding-bottom: 10px;
    }

    .Login .Button {
        padding: 10px 50px 10px 50px;
    }

    .Login .Field input {
        width: 90%;
        display: inline;
    }

    .Login .Field.User input {
        width: 100%;
        display: inline;
    }

    .Login .ToggleButton {
        display: inline;
        background-color: transparent;
        border: none;
    }

    .Login .btn {
        border: 1px solid black !important;
    }

    .Login .close {
        display: none;
    }

    .Login .DivLogin {
        padding-top: 0px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 14pt;
    }

    .Login .MainTable {
        padding: 20px;
        width: 40%;
        border-radius: 25px;
        background-color: White;
        box-shadow: 3px 3px 60px Silver;
    }

        .Login .MainTable .TableHeader {
            width: 120px;
            background-color: transparent;
        }

    .Login .BodyZone {
        padding: 40px;
        background-color: transparent;
    }

    .Login .Version {
        font-size: 12px;
        color: Black;
        display: inline;
    }

    .Login .Version .Number {
        display:inline;
        font-weight:bold;
    }

    .Login .ForgotPassword {
        text-shadow: none;
        font-size: 10pt;
        background-color: transparent;
        padding-bottom: 10px;
    }

    .Login .ForgotPassword a {
        text-decoration:none;
    }

        .Login .ForgotPassword a:hover {
            
        }

.ForgotPassword {
    background-color: white;
}

    .ForgotPassword .Title {
        font-size: 24pt;
        color: white;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        position: absolute;
        top: 7px;
    }

    .ForgotPassword .Label {
        /*font-variant: small-caps;*/
        white-space: nowrap;
    }

    .ForgotPassword .Header {
        font-variant: small-caps;
        white-space: nowrap;
        color: #306ed0;
        font-size: 16pt;
    }

    .ForgotPassword .Description {
        white-space: nowrap;
        color: black;
        font-size: 14pt;
        padding: 14px 0px 14px 0px;
        text-align: center;
    }

    .ForgotPassword .Button {
        padding: 10px 50px 10px 50px;
    }

    .ForgotPassword .ToggleButton {
        display: inline;
    }

    .ForgotPassword .Field input {
        width: 100%;
        display: inline;
    }

    .ForgotPassword .btn {
        border: 1px solid black !important;
    }

    .ForgotPassword .close {
        display: none;
    }

    .ForgotPassword .DivLogin {
        padding-top: 0px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 14pt;
    }

    .ForgotPassword .MainTable {
        padding: 20px;
        width: 50%;
        border-radius: 25px;
        background-color: White;
        box-shadow: 3px 3px 60px Silver;
    }

        .ForgotPassword .MainTable .TableHeader {
            width: 120px;
            background-color: transparent;
        }

    .ForgotPassword .BodyZone {
        padding: 40px;
        background-color: transparent;
    }

.ResetPassword {
    background-color: white;
}

    .ResetPassword .Title {
        font-size: 24pt;
        color: white;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        position: absolute;
        top: 7px;
    }

    .ResetPassword .Label {
        font-variant: small-caps;
        white-space: nowrap;
    }

    .ResetPassword .Header {
        font-variant: small-caps;
        white-space: nowrap;
        color: #306ed0;
        font-size: 16pt;
    }

    .ResetPassword .Description {
        white-space: nowrap;
        color: black;
        font-size: 14pt;
        padding: 14px 0px 14px 0px;
        text-align:center;
    }

    .ResetPassword .Button {
        padding: 10px 50px 10px 50px;
    }

    .ResetPassword .ToggleButton {
       display:inline;
    }

    .ResetPassword .Field input {
        width: 90%;
        display:inline;
    }

    .ResetPassword .btn {
        border: 1px solid black !important;
    }

    .ResetPassword .close {
        display: none;
    }

    .ResetPassword .DivLogin {
        padding-top: 0px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 14pt;
    }

    .ResetPassword .MainTable {
        padding: 20px;
        width: 50%;
        border-radius: 25px;
        background-color: white;
        box-shadow: 3px 3px 10px #808080;
    }

        .ResetPassword .MainTable .TableHeader {
            width: 120px;
            background-color: transparent;
        }

    .ResetPassword .BodyZone {
        padding: 40px;
        background-color: transparent;
    }

.ChangePassword {
    background-color: white;
}

    .ChangePassword .Title {
        font-size: 24pt;
        color: white;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        position: absolute;
        top: 7px;
    }

    .ChangePassword .Label {
        /*font-variant: small-caps;*/
        white-space: nowrap;
    }

    .ChangePassword .Header {
        font-variant: small-caps;
        white-space: nowrap;
        color: #306ed0;
        font-size: 16pt;
    }

    .ChangePassword .Description {
        white-space: nowrap;
        color: black;
        font-size: 14pt;
        padding: 14px 0px 14px 0px;
        text-align: center;
    }

    .ChangePassword .Button {
        padding: 10px 50px 10px 50px;
    }

    .ChangePassword .ToggleButton {
        display: inline;
    }

    .ChangePassword .Field input {
        width: 100%;
        display: inline;
    }

        .ChangePassword .Field.Password input {
            width: 90%;
            display: inline;
        }

    .ChangePassword .btn {
        border: 1px solid black !important;
    }

    .ChangePassword .close {
        display: none;
    }

    .ChangePassword .DivLogin {
        padding-top: 0px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 14pt;
    }

    .ChangePassword .MainTable {
        padding: 20px;
        width: 50%;
        border-radius: 25px;        
        box-shadow: 3px 3px 10px #808080;
    }

        .ChangePassword .MainTable .TableHeader {
            width: 120px;
            background-color: transparent;
        }

    .ChangePassword .BodyZone {
        padding: 40px;
        background-color: transparent;
    }


.Welcome {
    background-color: white;
}

    .Welcome .Title {
        font-size: 24pt;
        color: white;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        position: absolute;
        top: 7px;
    }

    .Welcome .Label {
        white-space: nowrap;
    }

    .Welcome .Header {
        font-variant: small-caps;
        white-space: nowrap;
        color: #306ed0;
        font-size: 16pt;
    }

        .Welcome .Header:after {
            content: "";
        }

    .Welcome .Description {
        white-space: nowrap;
        color: black;
        font-size: 14pt;
        padding: 14px 0px 14px 0px;
        text-align: center;
    }

    .Welcome .Button {
        padding: 10px 50px 10px 50px;
    }

    .Welcome .ToggleButton {
        display: inline;
    }

    .Welcome .Field {
        padding-bottom: 10px;
    }

        .Welcome .Field input {
            width: 100%;
            display: inline;
        }

        .Welcome .Field.Password input {
            width: 90%;
            display: inline;
        }

    .Welcome .btn {
        border: 1px solid black !important;
    }

    .Welcome .close {
        display: none;
    }

    .Welcome .DivLogin {
        padding-top: 0px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 14pt;
    }

    .Welcome .MainTable {
        padding: 20px;
        width: 50%;
        border-radius: 25px;
        background-color: white;
        box-shadow: 3px 3px 60px Silver;
    }
        .Welcome .MainTable .TableHeader {
            width: 120px;
            background-color: transparent;
        }

    .Welcome .BodyZone {
        padding: 40px;
        background-color: transparent;
    }

        .Welcome .recaptcha
        {
            padding-bottom:10px;
        }

    .Welcome .ChangePassword{

    }

.RenameCategory {
}

.SaveNotification {
}

.SelectNotification {
}

.AgencySettings {
}

.MyAccount {
    padding: 20px;
}

        .MyAccount .Field input {
            width: 80%;
            display: inline;
        }

        .MyAccount .Field.User input {
            width: 100%;
            display: inline;
        }

    .MyAccount .ToggleButton {
        display: inline;
        background-color: transparent;
        border: none;
    }

    .ChangeAccountPassword {
        padding: 0px;
    }

.ChangeAccountPassword .Field {
    padding-bottom: 8px;
}

.ChangeAccountPassword .ButtonBar {
    padding-top:8px;
}

.ErrorPage {
    padding: 20px;
    text-align: center;
}

        .ErrorPage .Message {
            padding-top:40px;
            padding-bottom:40px;
            font-size:16pt;
            color:black;
            text-align:center;
        }

        .ErrorPage .LoginButton {            
        }

        .ErrorPage .Field input {
            width: 80%;
            display: inline;
        }

        .ErrorPage .Field.User input {
            width: 100%;
            display: inline;
        }

.error-container {
    padding:10px;
    display:none;
}

.DisplayOnly{ 
    color:black;
    font-weight:bold;
    padding-left: 20px;
}

.Expired {
    padding:20px;
}

    .Expired .Header {
        font-size:18px;
        font-weight:bold;
        padding-bottom:20px;
    }

    .Expired .Main {

    }
