body {
    margin: 0 !important; 
    padding:0 !important;
    padding-top:11px;	
    font-family: sans-serif;
}

/* .swal2-modal {
    width: auto !important;
} */
.divider {
    padding: 20px 0 !important;
    margin: 0 0 !important;
    background: #1b3a8c !important;
}
#login_div {
    margin-top: 40px;
}
#login_div .form_header {
    background: #1b3a8c !important;
}
#login_button {
    background: #1b3a8c !important;
}
.swal2-container.swal2-shown {
    background: rgba(0, 0, 0, .7) !important;
}
.program_selection a {
    font-size: 14px;
    font-weight: 600;
    color: #1b3a8c !important;
    text-decoration: none;
}
.swal2-popup .swal2-title {
    font-size: 27px !important;
    /* color: #1b3a8c !important; */
}
.grayImage {
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    cursor: pointer;
    opacity: 1;
}
.grayImage:hover {
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(0);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(0);
    /* Microsoft Edge and Firefox 35+ */
    cursor: pointer;
    opacity: 1;
}

.program_selection {
    display: inline-block
}
.tableButton, .checkinButton {
    background: #E31C79 !important;
}
.menuItems a {
    color: #E31C79;    
}
.top {
    background: #E31C79;
}
.black_header_bar {
    background-color: #191c22; 
    padding: 30px 0 !important; 
    margin: 15px 0 20px 0 !important;
}
.sort_div {
    margin: 15px auto;
    clear: both
}
#customheader1 {
    display: none;
}
#customheader {
    font-family: Arial, Helvetica, sans-serif;
    line-height:normal;
    margin:0;
    padding:0;
    
}
#customheader ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin:0;
    padding:0;
}
#customheader .headerMenu1 img {
    float: left;
    margin: 0 40px 0 35px;
}
#customheader .headerMenu1 .PortalName {
    font-family: Arial, Helvetica, sans-serif;
    color: #ADADAD;
    color: #FFA000 !important;
    padding-top: 25px;
    font-weight: normal;
    font-size: 25px;
}
@media (max-width: 767px) {
    #customheader .headerMenu1 img {
        float: none;
        margin: 0;
    }
    #customheader .headerMenu1 {
        text-align: center;
        display: block
    }
    #customheader .headerMenu1 .PortalName {
        padding-top: 0;
    }
}

.Title {
    font-family: Arial, Helvetica, sans-serif;
    color: #ADADAD;
    color: #E31C79;
    padding-top: 40px;
    font-weight: normal;
    font-size: 30px;
}
#customheader .headerMenu1 ul {
    padding: 0 40px 0 0;
    text-align: right;
    color: #000;

}
#customheader .headerMenu1 ul li {
    text-decoration: none;
    display: inline-block;
    padding: 0 15px 0 10px;
    line-height:20px;
}
#customheader .headerMenu1 ul li a {
    font-family: Arial, Helvetica, sans-serif;
    color:#3C5872;
    text-decoration: none;
    font-size: 16px;
    transition: all 500ms ease;
}
#customheader .headerMenu1 ul li a:hover {
    color: #E31C79;
}
#customHeader .headerMenu2 .active {
    background: #E31C79 !important;
}
#customheader .headerMenu2 {
    background-color: #191c22;
    color: #fff;
    text-align: left;
    margin: 15px 0 20px 0;
}
#customheader .headerMenu2 ul {
    margin-left:30px;
}
#customheader .headerMenu2 ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
    line-height: 60px;
}
#customheader .headerMenu2 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 10px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    transition: all 500ms ease;
}
#customheader .headerMenu2 ul li a:hover {
    color: #ffffff;
    background-color: #E31C79;
}
#customheader .headerMenu2 ul li .active {
    background: #1b3a8c !important;
    height: 60px;
    border-bottom: 5px solid #fff !important;
}
#customheader .headerMenu2current {
    color: #ffffff;
    transition: color 0.15s linear 0.15s;
    background-color: #E31C79;
}
/* #height100 {
    padding: 0;
}
form {
    padding: 3px 10px;
} */
.dashRep {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #191c22 !important;
}
.dashRep h3 {
    font-size: 25px !important;
}
.menuTitles {
    font-weight: bold !important;
}
#toplinks_block {
    display: none;
}
.pageTitle, .PageTitle {
	font-family: sans-serif;
	color: #000;
	font-size: 25px;
    margin-bottom:10px;
    padding: 10px 0 20px 0;
}
#NewMeetingButton, #NewContactButton, #login_button {
    padding: 13px;
    background: #E31C79;
    color: #ffffff;
    font-size: 14px;
    width: 150px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
    float: right;
    transition: all 500ms ease;
}

#NewMeetingButton:hover, #login_button:hover, .rep_request_buttons:hover, .speaker_invitation_button:hover  {
    background: #1b3a8c;
    color: white;
    text-decoration: none;
}

.rep_request_buttons {
    padding: 13px;
    background: #E31C79;
    color: #ffffff;
    font-size: 14px;
    width: 150px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    margin-right: 10px;
}
.speaker_invitation_button {
    padding: 13px;
    background: #E31C79;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    margin-right: 10px;
}
.invitationSave, .venueSave   {
    padding: 7px 13px;
    background: #E31C79;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
    margin-top: 10px;
}
.training_registration_button {
    width: 250px !important;
}
.speaker_invitation_button[disabled], .invitationSave[disabled], .venueSave[disabled], .training_registration_button[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}
.backButton {
    padding: 13px;
    background: rgb(77, 77, 77);
    color: #ffffff ;
    width: 150px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    display: inline-block;
    transition: all 500ms ease;
    text-decoration: none;
}

.backButton:hover {
    background: #E31C79;
    color: white;
    text-decoration: none;
}

.tableButtonB {
    background: #AC145A;
    color: white;
    text-align: center;
    padding: 5px 8px 5px 10px;
    margin: 3px;
    text-decoration: none;
    transition: all 500ms ease;
}
.tableButton, .checkinButton {
    color: white;
    background: #AC145A;
    text-align: center;
    padding: 5px 8px 5px 10px;
    margin: 3px;
    text-decoration: none;
    transition: all 500ms ease;
}
.tableButton.uploaded {
    background: #AC145A !important;
}
.checkedInButton {
    text-align: center;
}
.tableButton:hover, .tableButtonB:hover, .checkinButton:hover, .tableButton.uploaded:hover{
    background: #E31C79;
    color: #fff;
    text-decoration: none;
}

/* LOGIN PAGE */
#login_div .input-field label {
    position: inherit; 
    top: 0;
    left: 0 !important;
}
#login_div input {
    border: 1px solid #cccccc !important;
    background: white !important;
    border-bottom: none;
    padding-left: 10px !important;
    height: 40px !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}
#login_div input:focus {
    border-bottom: 1px solid #cccccc !important;
    box-shadow: none !important;
}
#login_div {
    max-width: 500px; 
    width: 100%; 
    margin: 0 auto;
}
#login_div .forgotPassword {
    font-size: 14px; 
    padding: 0px 11.25px 20px 11.25px;
}
#login_div .fp_divider {
    background: rgba(0,0,0,.2); 
    width: 100%; 
    height: 1px;
    margin-bottom: 20px;
}
#login_div .form_header {
    background: #E31C79; 
    height: 30px; 
    font-weight: bold; 
    font-size: 18px; 
    line-height: 30px;
}
#login_div form {
    background: #F7F9FB;
}
#login_div .login_button_div {
    margin-top: 20px;
}
#login_div .error {
    color: red;
    text-align: center;
    padding: 15px 0 0 0;
}

.page_prompt_header {
    font-size: 50px;
}
.page_404_header {
    font-size: 100px;
}
.page_prompt_subheader {
    font-size: 14px;
}
.topList {
    width: 700px;
    margin: 0 auto;
}
.ferring_footer_notice {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    margin: 20px 0;
}

/*----------------------------------------------
    DATE PICKER
----------------------------------------------*/
.picker__weekday-display {
    background-color: #1b3a8c;
}
.picker__date-display {
    background-color: #1b3a8c;
    color: #fff;
}
e,
.picker__today,
.picker__close {
    color: #1b3a8c;
}
button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
    background-color: rgba(0,0,0,0.1);
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background-color: #1b3a8c;
}
.picker__day.picker__day--today {
    color: #1b3a8c;
}
.picker__date-display {
    display: none;
}
.picker__nav--prev:hover, .picker__nav--next:hover {
    color: #000000;
    background: rgba(0,0,0,0.1);
}

#select_programNew ul {
    padding: 0;
    text-align: left;
}
#select_programNew ul li {
    list-style-type: none;
}
.program_list {
    padding: 10px 0;
    cursor: pointer;
    color: #1b3a8c;
    font-size: 14px;
    transition: all 500ms ease;
}
.program_list:hover {
    background: #eceff1;
    color:#3C5872;
}
.invite_list_instructions {
    color: #000;
}
.swal_speakerName {
    font-size: 20px; 
    text-align: left;
    color: #039be5;
}
.speakerInfo_div {
    line-height: 16px;
}
.speakerInfo_div .name{
    font-size: 12px;
    font-weight: bold;
    color: #039be5; 
    margin-bottom: 5px;
}
.speakerInfo_div .speaker_field {
    font-weight: bold;
}
.speakerInfo_div a {
    outline: none;
    padding-left: 10px; 
    text-decoration: none;
    color: #039be5; 
    font-size: 13px;
    transition: all 500ms ease;
}
.speakerInfo_div a:hover {
    color: #000;
}
.speaker_bio {
    font-size: 14px;
    text-align: left;
}
.swal2-container  {
    padding-bottom: 50px;
}
.swal2-popup .swal2-title {
    font-size: 20px !important;
    font-family: sans-serif;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px 0 20px 0;
}
.resources_programTitle {
    font-size: 18px; 
    border-bottom: 1px solid #000; 
    margin-bottom: 10px;
}
a {
    transition: all 500ms ease;
}
a:hover {
    color: #3C5872;
}