﻿* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: Tahoma, Geneva, sans-serif !important;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    min-height: 100%;
    display: table;
    width: 100%;
    padding-bottom: 80px;
}

.companyLogoText {
    font-size: 25px !important;
    float: left;
    margin-left: 10px;
}

.logoImage {
    float: left;
}

.companyWebsite {
    float: left;
    clear: both;
    margin-left: 10px;
    margin-top: 5px;
}

.companyInfo {
    font-size: 20px !important;
    font-weight: normal !important;
}

.welcomeMessage {
    clear: both;
    width: 800px;
    margin: 0 auto;
    height: 90px;
    border: 1px solid #ddd;
    overflow: auto;
    padding: 10px 15px;
    text-align: left;
}

.loginTable {
    margin: 50px auto;
    line-height: 36px;
    background: #FFFFFF;
    padding: 15px;
    width: 350px;
    border-radius: 6px;
    border: 7px solid rgba(0,0,0,0.1);
}

.btnLogin {
    margin-left: 10px;
}

.footerText {
}

.btnLogin {
    background: #9acd4c;
    padding: 5px 5px;
    font-size: 14px;
    color: #134770;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 0;
    margin-top: 15px;
}

.btn_main {
    float: right;
}

.clear {
    clear: both;
}

.header_main {
    background: #134770;
    color: #fff;
    padding: 15px;
}

.header_left {
    float: left;
}

.logo_part {
    float: left;
}

.header_right {
    float: right;
}

.main_body {
    margin: 15px;
}

.label_main_div {
    margin-bottom: 0px;
    overflow: hidden;
}

.label_main {
    width: 150px;
    float: left;
}

.input_main {
    clear: both;
}

    .input_main .dxeTextBox_Aqua {
        border: 1px Solid #D0D0D0;
        border-radius: 3px;
    }

.dxeTextBoxSys td.dxic {
    padding: 0;
}

    .dxeTextBoxSys td.dxic input {
        padding: 8px 5px;
    }

#sendEmailFormLayout #ucMultiSelection_UploadInputs #ucMultiSelection_TextBox0_Input, #sendEmailFormLayout #ucMultiSelection_UploadInputs #ucMultiSelection_TextBox0_FakeInput {
    border: none !important;
}

#sendEmailFormLayout input {
    border: 1px solid #ddd !important;
    width: 98% !important;
    margin: 0;
}

#sendEmailFormLayout .dxeTextBox_Aqua {
    border: none !important;
}

#sendEmailFormLayout .red_error {
    border: 1px solid red !important;
    background: rgb(255, 238, 238);
}

.form-control .dxeButtonEditSys {
    width: 150px !important;
}

.dxeTextBoxSys, .dxeButtonEditSys {
    width: 100% !important;
}

.forgot_link {
    text-decoration: none;
    color: #134770;
    float: left;
    margin-top: 25px;
    font: 12px Tahoma, Geneva, sans-serif;
}

    .forgot_link:hover {
        text-decoration: underline;
    }

.dxeBase_Aqua {
    font-weight: bold;
}

.footer_main {
    background: #5A5A5A;
    padding: 2px 0;
    margin-top: 2px;
    width: 100%;
}

.footer_logo {
    margin-right: 15px;
}

    .footer_logo p {
        margin-left: 0 !important;
    }

.footer_main p {
    font: 11px Tahoma, Geneva, sans-serif;
    color: #fff;
    margin-left: 15px;
}

.pull-left {
    float: left;
}

.footer_main {
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.footer_logo {
    float: right;
    width: 190px;
}

.powerd_by {
    color: #fff;
    font: 11px Tahoma,Geneva,sans-serif;    
    float: left;
    margin-top: 0px;
}

.footer_logo img {
    width: 110px;
    float: right;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.form-control {
    padding: 5px;
    margin: 0px;
    float: left;
}

.wide-text {
    width: 70%;
}

.row {
    width: 100%;
    height: 25px;
    display: inline-block;
    margin-bottom: 10px;
}

.error {
    width: 100%;
    height: 25px;
    display: none;
    color: red;
    font-size: 12px;
}

.required {
    vertical-align: middle;
    height: 25px;
    display: none;
    color: red;
    font-size: 12px;
    float: left;
}

.row-large {
    width: 100%;
    display: inline-block;
}

.row-center {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.col {
    width: 30%;
    height: auto;
    display: inline-block;
    margin-bottom: 5px;
    clear: both;
}

.col-large {
    width: 49%;
    height: auto;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
}

.row-border {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid rgb(180, 174, 174);
    border-radius: 6px 6px 6px 6px;
    font-size: 12px;
}

.panelCaseSteps {
    margin-left: 10%;
    width: 80%;    
    padding: 10px;
    border: 2px groove lightgray;
    border-radius: 0 0 6px 6px;
}

.container {
    width: 100%;
    height: auto;
}

.content {
    /*margin-bottom: 10px;
    margin-top: 10px;*/
    padding: 15px;
}

.bredcrums {
    margin-bottom: 1%;
    margin-left: 10%;
    margin-top: 15px;
}

    .bredcrums span:first-child {
        margin-left: 6px;
        margin-right: 6px;
    }

    /*.bredcrums span {
        margin-left: 12px;
    }*/

    .bredcrums a {
        color: #134770 !important;
        font-size: 15px;
        text-decoration: none;
        cursor: pointer;
    }

        .bredcrums a:hover, .bredcrums a:active {
            color: #9acd4c !important;
        }

.row-account td {
    padding: 0 5px 10px 0px;
}

.row-account a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

    .row-account a:hover, .row-account a:active {
        color: #9acd4c !important;
    }

#step1 .content {
    width: 80%;
    margin: 0 auto;
}

.heading {
    background: none repeat scroll 0 0 lightgray;
    color: #000;
    margin-left: 10%;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 80.8%;
    border: 1px solid rgb(180, 174, 174);
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
}

fieldset {
    margin-bottom: 5px;
    padding: 10px 0;
    border-radius: 6px 6px 6px 6px;
}

legend {
    margin-left: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #4F8EB8;
    border-radius: 6px 6px 6px 6px;
}

.equal_div {
    width: 500px;
    margin: 20px 0;
}

    .equal_div .form-control {
        display: inline-block;
        margin: 0;
        padding: 5px;
        vertical-align: bottom;
        width: 370px;
    }

    .equal_div .msg-btn {
        display: inline-block;
        margin-bottom: 5px;
        text-align: left;
        width: 113px;
        vertical-align: bottom;
        margin-top: 60px;
    }

.imgSearch {
    margin-top: 5px;
    margin-right: 20px;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

    .imgSearch span {
        vertical-align: top;
    }

.equal_div .form-control table {
    width: 100% !important;
}

.equal_div .row span {
    padding: 0px 5px 0px 5px;
}

.form-control #btnSearch {
    margin-top: 16px;
    margin-left: 10px;
}

#ID_CC, #ID_EC, #Password_CC, #Password_EC, #Section_CC, #Section_EC, #NewPassword_CC, #NewPassword_EC,
#ConfirmPassword_CC, #ConfirmPassword_EC, #Title_CC, #Title_EC, #Forename_CC, #Forename_EC, #Surname_CC, #Surname_EC,
#EmailAddress_CC, #EmailAddress_EC, #WorkPhone_CC, #WorkPhone_EC, #UserID_CC, #UserID_EC {
    display: block !important;
}

.editor {
    width: 350px !important;
}

#ID_EC, #Password_EC, #Section_EC {
    padding-top: 8px;
}

.lblSOT {
    font-size: 14px !important;    
    padding-left: 24px;
}

.lblHeading {
    font-size: 18px !important;
    background: url(../Content/Images/lock.png) no-repeat left center;
    padding-left: 24px;
}

.divHeading {
    text-align: center;
}

.mainForgotHeading {
    text-align: center;
    margin-bottom: -30px;
}

.validation-summary-errors li {
    list-style: none;
    font-weight: bold;
    color: red;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
}

.closeButtonDiv {
    text-align: right;
    margin-top: 15px;
}

#divAddNewUser {
    /*padding-bottom: 20px;*/
    float: left;
}

.divAddNewImage {
    float: left;
}

.divAddNewText {
    float: right;
    margin-top: 4px;
    margin-left: 5px;
}

.editHpLnk {
    cursor: pointer;
}

.main_caseDetail {
    width: 100%;
}

    .main_caseDetail .caseDetailsLeftPart {
        width: 15%;
        float: left;
    }

    .main_caseDetail .caseDetailsRightPart {
        width: 85%;
        float: right;
    }

.detail_main {
    display: table;
    width: 100%;
}

    .detail_main .form-control {
        float: none;
        display: table-cell;
        vertical-align: bottom;
    }

        .detail_main .form-control:last-child {
            width: 115px;
        }

.dxeRadioButtonList_Aqua .dxe {
    padding-top: 3px !important;
}

#btnBackToList_FromCaseDetails {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.dxeMemoSys.dxeMemo_Aqua {
    width: 76.4% !important;
    float: left;
    margin-left: 10px;
}

#divClientGender {
    width: 30%;
}

.title_btn_main .dxeButtonEditSys {
    width: 100px !important;
}

.country_drop_second {
    width: 34%;
}

    .country_drop_second .dxeButtonEditSys {
        width: 138px !important;
    }

#divInsured .row {
    margin-bottom: 0px;
    height: inherit;
}

#step6 .row {
    height: inherit;
}

.accident_main .form-control .dxeButtonEditSys {
    width: 110px !important;
}

.left_part_dummy {
    float: left;
    width: 15%;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 600px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #ddd;
}

.right_part_dummy {
    float: right;
    width: 81%;
    margin-right: 25px;
}

.box_left {
    border: 1px solid #ddd;
    padding: 0 5px;
    float: left;
    min-width: 260px;
}

.box_right {
    float: left;
    margin-left: 20px;
}

.boxes_main label {
    font-weight: bold;
    font-size: 12px;
}

.main_row {
    clear: both;
    margin-bottom: 6px;
    overflow: hidden;
    font-size: 12px;
}

    .main_row label {
        float: left;
        width: 130px;
    }

    .main_row .detail_side {
        float: left;
        border: 1px solid #ddd;
        padding: 5px;
        min-width: 76%;
    }

.boxes_main {
    margin-top: 10px;
    overflow: hidden;
}

.message_main_row {
    margin-top: 10px;
    overflow: hidden;
}

.email_btn {
    float: left;
    border: 1px solid #ddd;
}

.message_main_row p {
    border: 1px solid #ddd;
    float: left;
    margin: 0 10px;
    padding: 0 5px;
}

.part_left {
    float: left;
    margin-top: 9px;
    width: 49%;
}

.part_right {
    float: left;
    margin-left: 20px;
    width: 49%;
}

    .part_right fieldset {
        height: 400px;
        padding: 10px;
    }

    .part_right legend {
        margin: 0 10px;
    }

.personal_detail_main {
    padding: 10px;
    margin-bottom: 10px;
}

.side_detail_sec {
    margin-bottom: 10px;
    height: 250px !important;
}

.half_label_part {
    clear: none;
    float: left;
    width: 230px;
}

    .half_label_part .detail_side {
        min-width: 125px;
    }

.notes {
    border: 1px solid #ddd;
    padding: 5px;
    min-height: 100px;
    width: 98%;
    height: 95%;
}

.main_case_notes {
    min-height: 346px !important;
    width: 99% !important;
}

.notes p {
    margin-bottom: 10px;
    font-size: 13px;
    margin-bottom: 0px;
}

.notesEnable {
    width: 90% !important;
}

.main_case_notes p {
    height: 367px;
    width: 101%;
    margin-bottom: -5px !important;
}

.top_fieldset_main {
    padding: 10px;
    margin-bottom: 15px;
    width: 97%;
}

.file_left_sec {
    float: left;
    width: 49%;
}

.file_right_sec {
    float: left;
    margin-left: 20px;
    width: 49%;
}

#btnSendMessage_CaseDetails {
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}

.dxeHyperlink_Aqua {
    cursor: pointer !important;
}

.select_ans {
    width: 205px;
}

.seatbelt_sele {
    width: 200px;
}

    .select_ans #dxrdbPolice, .seatbelt_sele #dxrdbSeatBelt {
        width: 100% !important;
    }

.additional_main {
    width: 99%;
}

.accident_detail_filed .form-control .dxeButtonEditSys {
    width: 103px !important;
}

.side_detail_sec p {
    padding: 0 10px;
    height: 280px;
    overflow: auto;
}

.emailsendInfoDiv {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

    .emailsendInfoDiv #emailLogo {
        float: left;
        width: 15%;
    }

    .emailsendInfoDiv #sentInfo {
        float: right;
        width: 85%;
    }

.clear {
    clear: both;
}

.mail_box_main > div {
    overflow: hidden;
    margin-bottom: 1px;
}

    .mail_box_main > div label {
        float: left;
        margin-top: 7px;
        width: 70px;
    }

    .mail_box_main > div table {
        float: left;
        width: 91% !important;
    }

.mail_send_left {
    width: 22%;
    float: left;
}

.mail_send_left_bottom {
    width: 12.3%;
    float: left;
}

.main_part_msg {
    float: left;
    border: 1px solid #E0E0E0;
    height: 250px;
    width: 76.5%;
    /* padding: 10px; */
    overflow: auto;
    margin-top: -30px;
    margin-left: -5px;
}

.database_logo {
    margin-top: 15px;
}

.browse_btn_main {
    float: left;
    margin-top: 5px;
    width: 84.9%;
}

.dxucControl_Aqua.editorArea {
    float: left;
    width: 90.4% !important;
    margin-bottom: 10px;
}

.browse_btn_main form label {
    float: left;
    margin-top: 2px;
    width: 100px;
    margin-top: 20px;
}

#ucMultiSelection_UploadInputs #ucMultiSelection_TextBox0_FakeInput {
    height: 50px;
}

.button_bottom_main {
    margin-top: 10px;
    clear: both;
    float: right;
    margin-right: 37px;
}

#btnEmailClient_CaseDetails {
    float: left;
    margin-top: 2px;
}

#objSendEmailLayout_Message {
    width: 100%;
    min-height: 55px;
    border: 1px solid rgb(221, 221, 221);
    margin: 0px;
    height: 70px;
}

.main_part_msg .dxeMemoSys.dxeMemo_Aqua {
    width: 100% !important;
    margin-bottom: 15px;
    margin-left: 0;
}

.browse_btn_main label {
    margin-right: 15px;
    float: left;
    margin-top: 17px;
}

.part_right.case_detail_sec fieldset {
    padding: 10px;
}

    .part_right.case_detail_sec fieldset .notes {
        width: 98%;
        height: 220px !important;
    }

.equal_div #dxViewMessage, .equal_div #txtNotificationMsg {
    margin-left: 0 !important;
}

#btnSend1 .dxb-hb, #btnCancel1 .dxb-hb {
    display: none;
}

h3 {
    line-height: 6px !important;
}

#cke_objSendEmailLayout_BodyMessage > div > div {
    height: 317px !important;
}

.row_half {
    width: 49%;
    display: inline-block;
}

.main_row .row_half label {
    width: 130px;
}

.main_row .row_half .detail_side {
    min-width: 52%;
}

.part_right fieldset.additional_field {
    height: 510px;
}

.circumstances_field {
    height: 350px !important;
}

.main_row .detail_side.classification_detail {
    line-height: 25px;
    border: none;
    min-width: 98%;
}

.accident_detail_filed_main.main_row .detail_side {
    min-width: 55%;
    margin-left: 8px;
    margin-bottom: 8px;
}

.accident_detail_filed_main.main_row label {
    width: 250px;
    margin-top: 6px;
}

.checkBox_main {
    display: inline-block;
    width: 24%;
}

.personal_detail_filed_main.main_row label {
    width: 180px;
    margin-top: 6px;
}

.personal_detail_filed_main.main_row .detail_side {
    min-width: 66%;
    margin-left: 8px;
    margin-bottom: 8px;
}

.btnMessagePopup {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.bottom_btn_line {
    position: absolute;
    width: 96%;
    left: 8px;
    bottom: 40px;
    border-bottom: none;
    border-color: #FFFFFF;
}

#btnAddNotes {
    /*position: absolute;
    margin-left: 10px;
    margin-top: 45px;*/
    float: left;
    margin-top: 40px;
    margin-left: 10px;
}

.addCaseNotes {
    min-height: 100px !important;
}

#dxMessageSend_I {
    height: 77px;
}

.divUploadImages {
    border: 2px solid #ccc;
    float: right;
    margin-top: -60px;
    overflow: auto;
    padding: 5px;
    margin-right: 105px;
}
