body {
    /* color: #d7d7d8;
    background-color: #e3e6e8; */
    font-family: Ubanist;
    font-weight: 400;
}
/* @font-face {
    font-family: 'Montserrat';
    src: url('https://events.tpni.com/GcmMaintenance/NJLM/html_files/30006856/onlineagenda/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
  } */
h1 {
    text-align: center;
  margin-bottom: 15px;
  font-family: Ubanist;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
    margin-bottom: 15px;
    font-size: 65px;
    color: black !important;
  letter-spacing: .02em;
}
.tableBGColor {
    background-color: #f3f3f3;

}



.btn-info {
    background-color: #60C8B3;
    border-color: black;
    border-width: 2px;
	color: black !important;
}

.btn-search {
    background-color: #FFBE98;
    font-weight: bold;
    border-color: black;
    border-width: 2px;
}

.view-descr {}

.inline {
    display: inline;
}

.view-descr .item-descr {
    display: none;
}

.view-descr:hover .item-descr {
    display: block;
}

hr {
    border: none;
    margin-bottom: 3px;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
}

.session-title {
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
}


#tpn-loading {
    background-color: #FFFFFF;
    background-image: url("//api.thepulsenetwork.com/PulseonEngineApi/PulseOnEngineAPI/Templates/Images/pulse-loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

.session-tab {
    width: 1%;
    padding-right: 5px;
}

.session-data {
    /* padding-left: 5px; */
    margin: 10px;
}

.session-data-row .session-data {
    padding-left: 15px;
    padding-bottom: 10px;
    margin: 15px;
}


.session-data-table tbody {
    background-color: white !important;
    /* padding: 40px !important; */
}

.session-data-row {
    padding: 20px;
    margin: 20px;
}


h3 {
    color: #000000;
	       font-weight: 500;
		   text-align: center;
		   margin-bottom: 2px;
}

.speakerProfile {
    color: #1B5091 !important
}

.backtoprogram {
    background-color: #f3f3f3;
    color: #185EAA;
    font-size: 1.5em;
    padding: 10px;
    cursor: pointer;
}


#sessions,
#speakerdetails {
    color: #000;
    background-color: #f3f3f3;
    padding: 0 0 0 20px;
}

#sessions,
#speakerdetails {
    color: #000;
}

.filters .row {
    padding-bottom: 10px;
}

.row>div {
    /* width: 300px; */
    display: inline-block;
}

.session-date-header {
    color: #1B5091;
    font-weight: bold;
    font-size: 1.7em;
}

.session-buttons {
    color: #1b75bb;
    cursor: pointer;
    padding-left: 20px;
    float: right;
    width: 200px;
}

.subsession-title {
    color: #000000;
    font-size: 	1.2081em;
}

.speaker-name {
    font-weight: bold;
    color: #000000;
    font-size: 	2.25em;
}

.session-details {
    padding-left: 70px;
    padding-bottom: 20px;
}

.session-data-body {
    padding: 20px;
}

.sessioninstructions {
    color: black;
    background-color: white;
    padding: 60px;
}

.program-information {
    color: #4d2470;
    padding: 0 0 20px 0;
}

.leftnav {
    vertical-align: top;
    color: black;
}

.box-size {
    width: 25px;
    height: 25px;
    margin: 13px;
}

.statement {
    margin-top: 30px;

}

.arrow-left {
    font-size: 1.6em;
}

.arrow-right {
    font-size: 1.3em;
}

.printer {
    height: 3em;
    margin-top: 3em;
}

.overview {
    padding: 20px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.myBtn:hover,
.myBtn:focus {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.dayFilter {
    font-size: 15px;
    margin: 3px;
    
}

.categoryFilter:hover,
.categoryFilter:focus,
.dayFilter:hover,
.dayFilter:focus {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.speakerFilter:hover,
.speakerFilter:focus {
    cursor: pointer;
}


