/*** MANAGE YOUR NETID - CSS FOR ACCOUNT MANAGEMENT PAGES */
/* General Styles */
main.main-content.two-section { /* styles for pages with left and right section */
    display: flex; 
    align-content: space-between;
    align-items: flex-start;
}

/* Left Section - NetID Management Links */
main.main-content .left-section {
    max-width: 35%;
    width: 100%;
    margin-top: 1.1rem;
}
main.main-content .left-section nav ul li a {
    padding: .3rem 0;
    padding-left: 0;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2;
} 

/* Right Section - NetID Management Forms */
main.main-content .right-section {
    max-width: 65%;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
}
main.main-content .right-section .form .next-button-container {
    justify-content: flex-end;
}
main.main-content select,
main.main-content input {
    display: block;
}
main.main-content input {
    margin-bottom: 2rem;
    width: 100%;
    padding: 5px 10px;
    max-width: 450px;
}

/* Page Specific Styles */
main.main-content ul.dashed {
    list-style-type: none;
    padding: 0;
}
main.main-content ul.dashed > li:before {
    content: "-";
    margin-right: 5px;
}
main.main-content .activate-netid-container .form .button-container {
    justify-content: flex-start;
}
main.main-content .activate-netid-container .netid-table tr th  {
    font-family: "Mallory-Bold", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    background: #E7EBEF;
    font-weight: bold;
    height: 50px;
    border-bottom: none;
}
main.main-content .activate-netid-container .netid-table tr td  {
    font-family: "Mallory-Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 30px 20px;
}

main.main-content .activate-netid-container .security-checkup-table tr td  {
    font-family: "Mallory-Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 30px 20px;
    border:none;
}

.yale-green, 
main.main-content .activate-netid-container .security-checkup-table .fa-check-circle  {
    color:#5f712d;
}
.yale-red,
main.main-content .activate-netid-container .security-checkup-table .fa-exclamation-circle  {
    color:#bd5319;
}
main.main-content .activate-netid-container .security-checkup-table .fa-question-circle  {
    color:#dddddd;
}
/*** RESPONSIVE STYLES ***/
/* Extra large devices (large laptops and desktops, below 1200px) */
/* @media only screen and (max-width: 1199px) {} */

/* Large devices (laptops/desktops, below 992px) */
@media only screen and (max-width: 991px) {
    main.main-content .form-subheader {
        font-size: 1.25rem;
    }
    main.main-content .left-section nav ul li a {
        font-size: 0.9rem;
    }
    main.main-content .right-section {
        padding-left: 10px;
    }
    
}

/* Medium devices (landscape tablets, below 768px) */
@media only screen and (max-width: 767px) {
    main.main-content.two-section {
        display: block;
    }
    main.main-content .left-section {
        max-width: 100%;
    }
    main.main-content .right-section {
        max-width: 100%;
        padding: 0;
        margin-top: 4rem;
        margin-left: auto;
        margin-right: auto;
    }
    main.main-content .right-section input {
        max-width: 400px;
    }
    
    main.main-content .forgot-password-container,
    main.main-content .change-password-container {
        max-width: 440px;
    }
    main.main-content .right-section .forgot-password-form fieldset h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    main.main-content .right-section .forgot-password-form fieldset label {
        font-size: 0.9rem;
    }
    main.main-content .right-section .forgot-password-form fieldset input {
        width: 100%;
        margin-bottom: 15px; 
        max-width: 400px;
    }
}

/* iPhone 6/7/8 Plus, Pixel 2 XL, Pixel 2  */
@media only screen and (max-width: 414px) { 
    main.main-content .right-section {
        max-width: 100%;
    }
    main.main-content .button-container .right-btn button {
        width: calc(50% - 0.36rem);
     }
}

/* iPhone X, iPhone 6/7/8, Galaxy S5 */
@media only screen and (max-width: 375px) {
}

/* Extra small devices (iPhone 5, 320px and below) */
@media only screen and (max-width: 320px) {
}

main.main-content div.email-optout-container {
	border: 1px solid #000000; 
	padding:15px; 
	margin-bottom:15px;
}
