﻿.pageheader {
    font-size: 16px;
    font-weight: bold;
}

.floatright {
    float: right;
}

.inputheader {
    background-color: #2161a7;
    padding: 5px 20px 5px;
    clear: both;
    font-size: 1.100em;
    color: #FFF;
    margin: 0px 0px 0px 0px;
}

.inputheaderlink {
    color: inherit;
    cursor: pointer;
    margin-right: -10px;
}

.inputheaderlink:hover {
    color: #d3d3d3;
}

.inputcontentleftindent {
    margin-top: 0px;
    overflow: hidden;
    padding: 0px 0px 0px 25px;
}

.inputcontent {
    overflow: hidden;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
}

.inputcontentwithborder {
    border: 1px solid black;
    border-top: hidden;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
}

.leftblock {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 49%;
    float: left;
}

.rightblock {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 49%;
    float: right;
}

.inputtitle {
    margin: 10px 10px 10px 10px;
}

table.fieldinput {
    margin: 10px 0px 10px 0px;
    width: 100%;
}

table.fieldinputhalf {
    margin: 10px 0px 10px 0px;
    width: 50%;
}

table.fieldinput30 {
    margin: 10px 0px 10px 0px;
    width: 30%;
}

table.fieldinput34 {
    margin: 10px 0px 10px 0px;
    width: 34%;
}

table.fieldinput36 {
    margin: 10px 0px 10px 0px;
    width: 36%;
}

table.fieldinput td {
    padding: 1px 0px 1px 0px;
    white-space: nowrap;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.verticalmiddle {
    vertical-align: middle;
}

.verticalscroll {
    overflow-y: scroll;
}

.tdfieldheading {
    width: 120px;
}

.tdfieldinput {
    width: 250px;
}

.tdfieldspace {
    width: 30px;
}

.fldrequired {
    color: #f00;
    float: left;
    margin-left: -10px;
    min-width: 10px;
}

.fldidnumber {
    width: 150px;
}

.fldregnumber {
    display: inline-block;
    width: 150px;
    float: left;
}

.fldclaimnumber {
    display: inline-block;
    width: 150px;
    float: left;
}

.fldfill {
    width: 100%;
}

.fldcustomfill {
    width: 80%;
}

.fldnatureofbusiness {
    width: 93%;
}

.fldmoney {
    width: 80px;
}

.fldnumber {
    width: 50px;
}

.fldpostalcode {
    width: 50px;
}

.fldtelephone {
    width: 110px;
}

.formvalidation {
    color: #f00;
    margin-left: 5px;
}

.validationfooter {
    margin: 10px 10px 10px 10px;
    text-align: left;
    width: 100%;
}

.inputfooter {
    margin: 10px auto;
    text-align: right;
    width: 100%;
}

.buttoncontainer {
    margin: 10px auto;
    text-align: left;
    width: 100%;
}

input.btn {
    color: #ffffff;
    background-color: #007dc3;
    border: 0px;
    cursor: pointer;
    padding: 4px 6px 5px 6px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.btnOnMseOvr {
    color: #ffffff;
    background-color: #2690cc;
    border: 0px;
    cursor: pointer;
    padding: 4px 6px 5px 6px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.btnOnMseDwn {
    color: #000000;
    background-color: #2690cc;
    border: 0px solid #2690cc;
    cursor: pointer;
    padding: 4px 6px 5px 6px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

input.btn, .btnOnMseOvr, .btnOnMseDwn {
    font-size: 95%;
}

.watermark {
    width: 100%;
    color: gray;
}

.dropdownlist {
    color: black;
    width: 83%;
}

.dropdownlist option:first-child {
    color: lightgrey;
}

.editoverlay {
    position: fixed;
    background-image: url(../Images/overlay.png);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 90;
}

.editoverlaycontentsmall {
    background-color: #FFF;
    border: 2px solid #d3d3d3;
    margin: auto;
    padding: 20px 10px 20px 20px;
    position: relative;
    top: 100px;
    width: 650px;
}

.editoverlaycontent {
    background-color: #FFF;
    border: 2px solid #d3d3d3;
    margin: auto;
    padding: 20px 10px 20px 20px;
    position: relative;
    top: 100px;
    width: 915px;
}

/*Popup display*/
.popupoverlay {
    background-image: url(../ClientPages/Images/overlay.png);
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 90;
}

.popup {
    background-color: #fff;
    border: 2px solid #d3d3d3;
    position: relative;
    margin: auto;
    top: 20%;
}

.incidentsearch {
    width: 850px;
    height: 400px;
}

.employeesearch {
    width: 700px;
    height: 320px;
}

.termsofuse {
    width: 400px;
    height: 400px;
}

.privacypolicy {
    width: 400px;
    height: 400px;
}

.practicesearch {
    width: 850px;
    height: 400px;
}

.addvehicle {
    width: 650px;
}

.addwitness, .adddependant {
    width: 915px;
}

.reviewdocument {
    width: 500px;
}

.rejectioncomment {
    width: 500px;
}

.signoffuser {
    width: 350px;
}

.popupcontent {
    margin: 10px 15px 10px 15px;
}

.popupfooter {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.popupsearchbutton {
    position: relative;
    width: 100%;
    text-align: right;
    right: 10px;
    bottom: 10px;
}

.contactsearch {
    width: 700px;
    height: 250px;
}

@font-face {
    font-family: 'poppins-regular';
    src: url("../../fonts/poppins-regular.ttf") format("truetype");
}

.customFormValidation {
    font-size: 13px !important;
    font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif !important;
}

.emailSentConfirmation {
    text-align: center;
    padding: 10px;
}

/*Buttons*/
input.button {
    background: #2161a7;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    border: 0;
    padding: 5px 20px 5px 20px;
    text-align: center;
}

input.button:hover {
    background: #2690cc;
    color: #fff;
    cursor: pointer;
    border: 0px;
    padding: 5px 20px 5px 20px;
    text-align: center;
}

input.button:active {
    background: #2690cc;
    color: #fff;
    cursor: pointer;
    border: 0px solid #2690cc;
    padding: 5px 20px 5px 20px;
    text-align: center;
}

input.button[disabled] {
    background: #2161a7;
    color: #b9b6b6;
    cursor: default;
    border: 0px solid #2690cc;
    padding: 5px 20px 5px 20px;
    text-align: center;
}

input.gridbutton {
    background: #2161a7;
    border-radius: 6px;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
    text-align: center;
}

input.gridbutton:hover {
    background: #2690cc;
    border-radius: 6px;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
    text-align: center;
}

input.gridbutton:active {
    background: #2690cc;
    border: 0px solid #2690cc;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
    text-align: center;
}

input.gridbutton[disabled] {
    background: #2161a7;
    border: 0px solid #2690cc;
    border-radius: 6px;
    color: #b9b6b6;
    cursor: default;
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
    text-align: center;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.hidecontrol {
    display: none;
}
/*Spacing*/
.w25pxl {
    float: left;
    margin-right: 1px;
    text-align: center;
    width: 25px;
}

.w25px {
    text-align: center;
    width: 25px;
}

.w30px {
    width: 30px;
}

.w60px {
    width: 60px;
}

.w70px {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 70px;
    overflow: hidden;
}

.w105px {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 105px;
    overflow: hidden;
}

.w150px {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 150px;
    overflow: hidden;
}

.w250px {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    overflow: hidden;
}

.w300px {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 300px;
    overflow: hidden;
}

.padsides {
    padding-left: 5px;
    padding-right: 5px;
}

section.change-password {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: poppins-regular;
    width: 100%;
    top: 100%;
    left: 0%;
    position: relative;
    padding: 20px 25% 20px 25%;
    font-size: 14px;
    color: #242424;
}

.passwordexpiry {
    display: none;
    background-color: transparent;
    color: #E82C25;
    opacity: 0.8;
    padding-top: 10px;
    width: 90%;
    margin-bottom: 15px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
}

.textfield {
    width: 90%;
    height: 33px;
    border-radius: 5px;
    border: 1px solid;
}

.flex-item {
    width: 100%;
    margin-bottom: 7px;
}

.flex-item p {
    color: #00559a;
}

.button:hover {
    background-color: #232d33;
}

.button:active {
    background-color: #0f1315;
}

.btn-block {
    display: flex;
    flex-wrap: wrap;
    justify-items: start;
    justify-content: space-between;
    padding-right: 10%;
}

.btn-psw {
    border-radius: 6px;
    height: 2.85rem;
    margin-bottom: 5px;
}

.date-font {
    font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif;
}

.accountunlockednotification {
    display: block;
    font-size: 14px;
    position: relative;
}