/*---------------------- Matrix Maxx Start ----------------------*/
/*------- Global CSS Start -------*/
button {
    background: #C3D5D5;
    border: none;
    padding: 15px;
    border-radius: 10px;
    margin: 1em 0em;
}
input[type="text"] {
    background: #FAFBFC;
    border: 1px solid #ACB6BF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 50px;
    padding-left: 10px !important;
}

input[type="password"] {
    background: #FAFBFC;
    border: 1px solid #ACB6BF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 50px;
    padding-left: 10px;
}
input[type="submit"] {
    background: #C3D5D5;
    border: none;
    padding: 15px;
    border-radius: 10px;
    margin: 1em 0em;
}

input[type="submit"]:hover {
    background: linear-gradient( 
258.28deg
 , #95D9D9 10.21%, #5E6DF4 96.44%);
    color: #fff !important;
    transition: .3s;
}

input[type="button"] {
    /*background: #D7D6DC;
    border: 1px solid #ACB6BF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 45px;
    margin-bottom: 10px;
    padding: 0px 10px;*/
    background: #C3D5D5;
    border: none;
    padding: 15px;
    border-radius: 10px;
    margin: 1em 0em;
}

input[type="button"]:hover {
    background: linear-gradient( 
258.28deg
 , #95D9D9 10.21%, #5E6DF4 96.44%);
    color: #fff !important;
    transition: .3s;
}

input[type="reset"] {
    background: #C3D5D5;
    border: none;
    padding: 15px;
    border-radius: 10px;
    margin: 1em 0em;
}

div.management__area, div.container, div.row, div.col-lg-12, div.content, table, tbody, tr, td, th{
    background-color: transparent !important;
}


/*------- Global CSS End -------*/

/*------- Login Page Start -------*/

input.onlyClickOnce {
    width: 100%;
    height: 60px;
    background: #D7E3EF;
    border: none;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #38536E;
    font-weight: 400;
    text-decoration: none;
    border-radius: 20px 20px 0px 0px;
    padding: 10px !important;

}

input[type="text"] {
    background: #FAFBFC;
    border: 1px solid #ACB6BF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 50px;
}

input[type="password"] {
    background: #FAFBFC;
    border: 1px solid #ACB6BF;
    box-sizing: border-box;
    border-radius: 5px;
    height: 50px;
}

div#login {
    padding: 20px;
    border: 0px !important;
}

div#createProfile {
    padding: 20px;
    border: 0px !important;
}

.management__area {
    padding: 0px;
}

/*------- Login Page End -------*/



/*------- User Profile Edit Start -------*/

button.mx-button-with-icon {
    background: #C3D5D5;
    border: none;
    padding: 15px;
    border-radius: 10px;
}
button {
    background: #C3D5D5;
    border: none;
    padding: 20px;
    border-radius: 10px;
}

button:hover {
    background: linear-gradient( 
258.28deg
 , #95D9D9 10.21%, #5E6DF4 96.44%);
    color: #fff !important;
    transition: .3s;
}

/*------- User Profile Edit End -------*/

/*------- User Profile Edit Start -------*/
input[name="Individual_email"] {
    width: 400px;
}

/*input#Individual_NewBranchAffiliation_branch_idfind_id_id {
    background: #D7D6DC;
    border: 1px solid #ACB6BF;
    box-sizing: border-box;
    border-radius: 3px;
    height: 45px;    
    border-radius: 5px;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0px 10px;
}*/


select#Individual_languages_MultiSelect{
    height:200px;
    border-radius:5px;
    max-width:400px;
}

select#Individual_publishInDirectory{
    max-width:400px;
}

select#Individual_dontSnailmail{
    max-width:400px;
}

select#Individual_dontEmail{
    max-width:400px;
}

/*------- User Profile Edit End -------*/




/*------- Edit Contact Information Start -------*/
form[name="editPO"] table {
    background: transparent !important;
}


table.createProfileTable > tbody > tr > th, table.createProfileTable > tbody > tr > td{
    background: transparent !important;
    padding-top: 10px !important;
    border-bottom: 0px !important;
}

#Individual_email{
    width: 360px !important;
}

#editPO > table > tbody > tr:nth-child(6) > th > label {
    padding-top: 20px;
}

#score{
    line-height: 15px;
}

#scorebarBorder{
    height: 18px;
}



/*------- Edit Contact Information End -------*/


/*--------Meetings Start --------*/

.myMeeting-columns{
    padding-right: 20px;
}

#myProfile-myDownloads th, td {
  padding-top: 10px;
  padding-bottom: 20px;
}

#myProfile-myDownloads tr th:nth-child(1){
    width: 10% !important;
}
#myProfile-myDownloads tr th:nth-child(2){
    width: 46% !important;
}
#myProfile-myDownloads tr th:nth-child(3){
    width: 15% !important;
}
#myProfile-myDownloads tr th:nth-child(4){
    width: 10% !important;
}
#myProfile-myDownloads tr th:nth-child(5){
    width: 15% !important;
}

/*--------My Meetings End ----------*/






/*--------My Meetings End ----------*/

#toggleZeroBalanceRows{
    margin-left:20px;
}

#myProfile-myAccount td.myAccount-date{
    padding-right: 20px;
    padding-left: 30px;
}
#myProfile-myAccount td.myAccount-description{
    padding-right: 20px;
}

/*--------My Meetings End ----------*/







/*--------Event Detail Page Start ---------*/


a.button{
    background: #C3D5D5;
    border: none;
    padding: 20px;
    border-radius: 10px;
    color:black;
}
a.button:hover{
    background: linear-gradient(258.28deg, #95D9D9 10.21%, #5E6DF4 96.44%);
    color: #fff !important;
    transition: .3s;
}
.headline3{
    padding-top: 10px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.8rem;
    color: #333333;
    font-family: 'Libre Franklin';
    margin: 20px 0px 20px 0px;
}
td.fieldlabel:nth-child(1){
    width:20% !important;
}
td.fieldlabel:nth-child(2){
    width:20% !important;
}
td.fieldlabel:nth-child(3){
    width:20% !important;
}

/*--------Event Detail Page End ---------*/




/*--------Committee Participation Report Start ---------*/


#maxx  tr th.columnheader:nth-child(1){
    width: 40% !important;
}
#maxx  tr th.columnheader:nth-child(2){
    width: 10% !important;
}
#maxx  tr th.columnheader:nth-child(3){
    width: 20% !important;
}

/*--------Committee Participation Report End ---------*/












/*------- Store Start -------*/


li.mx-store-controls__view-cart {
    background: #D7E3EF;
    padding: 20px !important;
    border-radius: 20px 20px 0px 0px;
}

input.text.mx-search-box__text-input {
    background: transparent;
    border: none;
}

tbody.secondaryActions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 100px;
    grid-column-gap: 20px;
}
tr.mx-product-listing__item.productListing {
    display: flex;
    flex-direction: column;
}
td {
    background: transparent;
}
td.mx-product-listing__cell.mx-product-listing__thumbnail-cell {
    padding: 0px;
}
td.mx-product-listing__cell.mx-product-listing__info-cell {
    padding: 0px;
}

td.mx-product-listing__cell.mx-product-listing__thumbnail-cell {
margin-bottom: 15px;    
height: fit-content;
    width: 100%;
}
.mx-product-listing__thumbnail {
    height: fit-content;
    width: 100% !important;
    padding: 40px;
}
img.topImage {
    height: 100%;
    margin-right: 0px;
    width: 100%;
    object-fit: contain;
}

div#searchBox {
    background: transparent;
}
li.mx-store-controls__advanced-search {
    background: #C3D5D5;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}
td.mx-product-listing__cell.mx-product-listing__info-cell {
    padding-bottom: 10px;
}
td.headline2{
    font-weight:bold;
    padding-top:20px;
}
.pageHead{
    color: #333333;
	font-family: 'Libre Franklin';
	margin: 20px 0px 20px 0px;
	font-size: 2.4rem;
	font-weight:500;
}
.fieldlabel{
    padding-top:10px; 
    padding-right:20px;
    font-weight:bold;
}
button.maxx-accordion-trigger:hover{
    background: linear-gradient( 
258.28deg
 , #95D9D9 10.21%, #5E6DF4 96.44%);
    color: #fff !important;
    transition: .3s;
    border-radius: 0px;
}
.profileIcon{
    padding-top:20px;
}
tbody tr td ol{
    
}
tbody tr td ol li p{
    max-width: 60%;
}
tbody tr td ol li:nth-child(1){
    margin-left: 20%;
    margin-top: 20px;
    list-style: none;
    padding-left: 60px;
    background-image: url('/media/a0bke5ct/how-to-order-1.png');
    background-position: 0px 35px;
    background-repeat: no-repeat;
    
}
tbody tr td ol li:nth-child(2){
    margin-left: 30%;
    margin-top: 20px;
    list-style: none;
    padding-left: 60px;
    background-image: url('/media/ciwkwueu/how-to-order-2.png');
    background-position: 0px 35px;
    background-repeat: no-repeat;
    
}
tbody tr td ol li:nth-child(2) p{
    max-width: 150px;
    
}
tbody tr td ol li:nth-child(3){
    margin-left: 20%;
    margin-top: 20px;
    list-style: none;
    padding-left: 60px;
    background-image: url('/media/nr3jq5nu/how-to-order-3.png');
    background-position: 0px 35px;
    background-repeat: no-repeat;
    
}
tbody tr td ol li:nth-child(2) p{
    max-width: 150px;
    
}
tbody tr td ol li:nth-child(4){
    margin-left: 30%;
    margin-top: 20px;
    list-style: none;
    padding-left: 60px;
    background-image: url('/media/witi1thk/how-to-order-4.png');
    background-position: 0px 35px;
    background-repeat: no-repeat;
    
}
tbody tr td ol li:nth-child(4) p{
    max-width: 200px;
    
}
tbody tr td ol li:nth-child(5){
    margin-left: 20%;
    margin-top: 20px;
    list-style: none;
    padding-left: 60px;
    padding-bottom: 20px;
    background-image: url('/media/ynhhrvlt/how-to-order-5.png');
    background-position: 0px 25px;
    background-repeat: no-repeat;
    line-height: 150px;
}
tbody tr td ol li:nth-child(5) p{
    max-width: 150px;
    
}
tbody tr td ol li:nth-child(6){
    margin-left: 30%;
    margin-top: 20px;
    list-style: none;
    padding-left: 60px;
    background-image: url('/media/rqnpgogq/how-to-order-6.png');
    background-position: 0px 35px;
    background-repeat: no-repeat;
    
}
tbody tr td ol li:nth-child(6) p{
    max-width: 400px;
    
}
.mx-search-box__text-input{
    background: white !important;   
    border-radius: 10px !important;
}
.mx-search-box__submit{
    
    margin:0px;
}
.mx-store-controls__advanced-search{
    padding-right: 20px !important;
}

/*------- Store End -------*/


/*---------------Product Search Start ---------------------- */

div.gutter-bottom.mg-checks.mobile-cell-blocks table, div.gutter-bottom.mg-checks.mobile-cell-blocks td {
    display:block;
    margin-left: 5px;
    
}

#Product_type, #Product_ProductYearsWebSelect{
    width: 400px;
}

div.gutter-bottom.mg-checks.mobile-cell-blocks span.normal{
    padding-left: 5px;
}

/*---------------------- Matrix Maxx End ----------------------*/
        