﻿fieldset label {
    font-weight: normal;
}

fieldset > label {
    font-weight: 700;
}

fieldset input[type="checkbox"],
fieldset input[type="radio"] {
    top: 3px;
}

.add-new-circle a {
    cursor: pointer;
}

.sidebar-navigation-title {
    border-bottom: solid 2px #b9c2cb;
    padding-bottom: 9px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #69727b;
}

.find_a_lawyer {
    padding-left: 50px;
    padding-right: 50px;
}

.find_a_lawyer_form {
    width: 100%;
}

    .find_a_lawyer_form input[type="search"] {
        width: 48%;
        margin: 1%;
    }

    .find_a_lawyer_form .select-field {
        /*width: 25%;*/
        padding: 0 6px;
        width: 98%;
        margin: 1%;
        height: 40px;
        font-size: 15px;
        line-height: 1.6;
        font-family: 'Source Sans Pro', sans-serif;
        border: 0px;
        /*margin-bottom: 0px;*/
    }

.find_a_lawyer h4 {
    position: relative;
    left: 0;
    top: 0;
}

.find_a_lawyer_form input[type="submit"] {
    float: left;
    margin: 1%;
    width: 24%;
}

.forthepublic-content .find_a_lawyer_form input[type="search"],
.forthepublic-content select {
    background-color: #f2f2f2;
}

select,
textarea {
    color: #666;
    border: 1px solid #c5c5c5;
    padding: 9px 10px;
    max-width: 100%;
    width: 100%;
    font-size: 17px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.loading-icon {
    display: none;
    height: 40px;
}

@media screen and (max-width: 980px) {
    .find_a_lawyer_form input[type="search"],
    .find_a_lawyer_form input[type="submit"] {
        max-width: 100%;
        width: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    .flex-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


/*Events Gridview*/
.page-cle-events-inner table {
    width: 100%;
    display: block;
}

    .page-cle-events-inner table tbody {
        border-bottom: solid 2px #b9c2cb;
    }

        .page-cle-events-inner table tbody > tr {
            display: flex;
        }

            .page-cle-events-inner table tbody > tr:first-child {
                border-bottom: solid 2px #b9c2cb;
            }

                .page-cle-events-inner table tbody > tr:first-child > th {
                    border-right: solid 0.5px rgba(185, 194, 203, 0);
                    font-weight: 600;
                    font-family: 'Source Serif Pro', serif;
                    font-size: 18px;
                    line-height: 1.4;
                    letter-spacing: 1.1px;
                    color: #333333;
                    padding-bottom: 5px;
                    width: 157px !important;
                }

    .page-cle-events-inner table td {
        min-height: 140px;
        width: 157px !important;
        height: unset !important;
        border-right: solid 0.5px #e8e8e8;
        padding-left: 10px;
        padding-right: 5px;
        font-size: 24px;
        line-height: 0.4;
        color: #000000;
        padding-top: 12px;
        padding-bottom: 8px;
    }

        .page-cle-events-inner table td:last-child {
            border-right: solid 0.5px rgba(185, 194, 203, 0);
        }

        .page-cle-events-inner table td a {
            font-size: 11px;
            font-weight: 600;
            color: #007FA3;
            padding-left: 8px;
            background-image: url(/images/ui/right-arrow-red-icon.svg);
            background-position: 0px 4px;
            background-repeat: no-repeat;
            background-size: 4px;
            margin-bottom: 5px;
            display: inline-block;
            margin-top: 15px;
            line-height: 1.2;
            display: inherit;
        }

.cle-event-right {
    float: right;
}

.join-form-submit input[type="submit"].submit-alt {
    color: #007FA3;
    background-color: #fff;
    border: solid 1px #007FA3;
    text-transform: capitalize;
    line-height: 1;
    float: left;
}

input[type=submit].add_another_license {
    background-color: #fff;
    width: initial;
    height: initial;
    padding: 0;
    color: #007FA3;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background-image: url(/images/ui/red-add-circle-icon.svg);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-left: 13px;
    background-size: 8px;
}

@media screen and (max-width: 768px) {
    .page-cle-events-inner table tr {
        flex-wrap: wrap;
    }

        .page-cle-events-inner table tr td {
            width: 100% !important;
            min-height: unset;
            padding-left: 17px;
            padding-bottom: 10px;
            padding-right: 17px;
            padding-top: 10px;
            border: solid 0.5px #e8e8e8;
            margin-top: 15px;
        }

    .page-cle-events-inner table tbody > tr:first-child {
        display: none;
    }

    .cle-event-calendar-filter {
        width: 100%;
    }

    .event-calendar-filter-left {
        float: left;
    }
}

.timeline-Tweet-text {
    font-size: 13px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.3px !important;
    color: #69727b !important;
}
/*Payment processing modal dialog*/
.RadWindow.rwIcon {
    width: 25px !important;
    height: 20px;
}

.rightAlign {
    text-align: right;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.5;
    filter: alpha(opacity=30);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #b94003;
    width: 230px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

p.MsoListParagraph {
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: .5in;
    margin-bottom: .0001pt;
    font-size: 11.0pt;
    font-family: "Calibri","sans-serif";
}

/*Create Profile form*/
.RequiredField {
    color: red;
    /*font-weight: bold;*/
    padding-right: 5px;
    /*width: 5px;*/
}


.OtherEmploymentSection {
    /*padding-left: 5px;*/
    /*width: 200px;*/
    padding-right: 70px;
    float: right;
}

.OtherEmploymentSectionJoin {
    display: block;
    width: 100%;
    padding-right: 0px !important;
}

.OtherEmploymentSectionJoinLabel {
    font-weight: 700 !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

.OtherEmploymentSectionJoinTextField {
    border: none !important;
    width: 100%;
}

.txtUserProfileAreaCodeSmall {
    width: 45px;
    text-align: center;
}

.txtUserProfileAreaCode {
    width: 90px;
    text-align: center;
}

.ErrorMessage, .MaskedEditError {
    color: red;
    /*font-weight: bold;*/
}

.ErrorClientSide {
    /*display: inline-block;*/
    display: inline;
    /*width: 235px;*/
    /*font-size: 0.8em;*/
    /*vertical-align: middle;*/
}

.ErrorFullWidth {
    width: 100%;
    display: inline-block;
}

.ErrorOption {
    /*margin-left: 210px;
        width: 390px;*/
    float: right;
    margin-left: 15px;
    margin-top: 12px;
    width: 350px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.RadWindow_Default td.rwWindowContent {
    padding: 15px;
}

.paydues_box_scroll {
    height: initial;
    overflow: initial;
    overflow-x: hidden;
}

.join-form-show-only-attorney,
.join-form-show-only-law-student {
    display: block;
}

.join-form-submit input[type="submit"].submit-alt {
    height: 40px;
    background-color: #ffffff;
    margin-right: 10px;
    color: #007FA3;
    border: solid 1px #007FA3;
    float: right;
}

.join-form-submit input[type="submit"].submit {
    float: right;
}

/*Top Header fixes*/
.top-menu .sfContentBlock,
.top-menu .loggedUserName {
    display: inline-block;
    color: #b9c2cb;
    padding-right: 10px;
}

.top-menu .sfContentBlock {
    float: right;
}

.top-menu .signoutBtn {
    color: #b9c2cb;
}

.selectable-item {
    cursor: pointer;
}

@media only screen and (max-width: 640px) {
    .sf_2cols_1_25, .sf_2cols_2_75, .sf_2cols_1_33, .sf_2cols_2_67, .sf_2cols_1_67, .sf_2cols_2_33, .sf_2cols_1_75, .sf_2cols_2_25, .sf_3cols_1_25, .sf_3cols_2_50, .sf_3cols_3_25, .sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20, .sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25, .sf_3cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33 {
        width: 100% !important;
    }
}


.RadInput_Default .riTextBox {
    height: 38px;
    background: unset !important;
    border: none !important;
}

.RadInput_Default a,
.RadInput_Default a:hover {
    height: 35px;
    width: 26px;
    margin-right: 5px;
}

/*Edit profile tabs*/
.ajax__tab_xp .ajax__tab_header {
    line-height: 1.2 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.ajax__tab_xp .ajax__tab_tab {
    height: 100% !important;
}

/*Edit profile items*/
select.directoryMedium {
    height: auto !important;
    width: auto !important;
}

select.directoryShort {
    width: auto !important;
    height: auto !important;
}

input.directoryShort {
    width: 80px !important;
}

/*Topmost navigation cart icon*/
.cart-icon {
    color: #b9c2cb;
    display: inline-flex !important;
    align-items: center;
}

.top-menu .login_cart_price {
    color: #fae000 !important;
}

.join-form-aaal-area .submit {
    width: auto;
    padding: 0 50px;
}

.mn-search-results-pager .sf_PagerCurrent {
    padding: 5px;
    text-decoration: underline;
    font-weight: bold;
}

.mn-search-results-pager a {
    padding: 5px;
}

.bill-me-later label,
.bill-me-later input[type="checkbox"] {
    display: inline-block;
    text-transform: uppercase;
}

.bill-me-later input[type="checkbox"] {
    position: relative;
}

.form-section-buttom {
    margin: 0;
}

    .form-section-buttom .join-form-submit {
        position: static;
    }

.report-form .form-row span {
    width: 49%;
}

    .report-form .form-row span:first-child {
        margin-right: 2%;
    }

.communication-preferences .row {
    margin-left: 0;
}

.communication-preferences .top {
    margin-bottom: 30px;
}

/* 29.0ct - Page revamp */
/*Button revamp starts*/
.revamp-button-wrapper {
    text-align: center;
}

    .revamp-button-wrapper input {
        background-color: #007FA3 !important;
    }
/*Button revamp ends*/

/*Checkboxes revamp starts*/
/* The container */
.revamp-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .revamp-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.revamp-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.revamp-checkbox-container:hover .revamp-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.revamp-checkbox-container input:checked ~ .revamp-checkmark {
    background-color: #007FA3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.revamp-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.revamp-checkbox-container input:checked ~ .revamp-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.revamp-checkbox-container .revamp-checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Checkboxes revamp ends*/

/* Leaders standard view - link broken in iOS mobile fix*/

.leaders-landingUrl {
    display: inline-block;
}

/*CLE OnDemand list*/
.cle-ondemand-list .cle-event-item .cle-event-item-sub_title h3 {
    font-size: inherit;
    line-height: initial;
    color: inherit;
}

.cle-ondemand-list .cle-event-item ul li:first-child {
    background-color: initial;
}

.cle-ondemand-list .cle-event-item .cle-ondemand-categories-list {
    background-color: #e0e0e0;
}

.cle-ondemand-list .cle-event-item ul li:first-child span {
    font-weight: normal;
    color: #69727b;
}

.cle-ondemand-list .cle-event-item ul.cle-ondemand-categories-list li:first-child span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #333333;
}

.cle-ondemand-list .cle-event-item ul li span {
    width: 100%;
}

/*Certification - Initial Application*/
.BorderDiv {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid rgb(222, 216, 216);
    background-color: rgb(248, 248, 248);
}

.tdPersonalInfo, .tdWebAccountInfo, .tdContactInfo {
    font-family: 'Source', serif;
    font-size: 18px;
}

.list-pdf li:after {
    background-image: url('../../../../../../../ResourcePackages/Bootstrap/assets/src/images/pdf-icon.svg');
}

.form-section-buttom .join-form-submit .memberdues-button-fix {
    margin-top: 10px;
    display: inline-block;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    width: auto;
    line-height: normal;
    border: 0;
}

.certification-form  table {
    margin: 0;
    border: none !important;
}