﻿.fullPage {
    width: 100%;
    float: left;
    display: inline-block;
}
.center {
    width: 100%;
    text-align: center !important;
}
.left{
    text-align:left;
}
.padding15TopandBottom {
    padding-top: 15px;
    padding-bottom: 15px;
}
.container {
    width: 1400px; /* Or any desired width for the container */
    margin: 0 auto; /* To center the container itself if needed */
}
.decisionContainer {
    width: 1000px; /* Or any desired width for the container */
    margin: 0 auto; /* To center the container itself if needed */
}
.col3 {
    float: left;
    display: inline-block;
    width: 33%;
/*    text-align: center;*/
}
@media screen and (max-width: 600px) {
    .twoColumn, .col2, .subpageEditWhiteBox2, .threeColumn, .col3, .subpageEditWhiteBox3, .twoThirdsOfPage, .thirdOfPage,
    .fourColumn, .col4, .col5, .subpageEditWhiteBox4, .threeQuartersOfPage, .col6Stacked {
        width: 100% !important;
    }

    .col6, .col7 {
        width: 50%;
    }
    .decisionContainer {
        width: 400px; /* Or any desired width for the container */
        margin: 0 auto; /* To center the container itself if needed */
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    /* For tablets: */
    .twoColumn, .col2, .subpageEditWhiteBox2,
    .threeColumn, .col3, .subpageEditWhiteBox3,
    .fourColumn, .col4, .col5, .col6, .subpageEditWhiteBox4 {
        width: 50%;
    }

    .twoThirdsOfPage, .thirdOfPage, .threeQuartersOfPage, .col6Stacked {
        width: 100%;
    }

    .col7 {
        width: 25%;
    }
    .decisionContainer {
        width: 800px; /* Or any desired width for the container */
        margin: 0 auto; /* To center the container itself if needed */
    }
}
.twoColumn, .col2, .subpageEditWhiteBox2, .col2NotResponsive {
    float: left;
    display: inline-block;
    width: 50%;
}
.padding15Bottom {
    padding-bottom: 15px;
}
.padding5TopandBottom {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding25Top {
    padding-top: 25px;
}
.padding25TopandBottom {
    padding-top: 25px;
    padding-bottom: 25px;
}
* {
    box-sizing: border-box
}

/*Document Request CMRT */

.pageHead {
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    color: #cf2027;
}

.documentRequestLinkButton {
    height: 38px;
    width: 120px;
    background-color: #cf2027 !important;
    color: white !important;
    font-size: x-large !important;
    font-weight: bold !important;
    border-color: gray !important;
    border-style: Inset !important;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.noLineLink {
    border-bottom: none !important;
    text-decoration: none !important;
    color: #4d4d4f;
}

.submitButtonBig {
    background: #cf2027;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    -webkit-appearance: none;
    padding: 10px 15px 10px 15px;
}

.documentRequestButtonCol {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.documentRequestFormCol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.documentRequestTextBox {
    width: 300px;
}

input:invalid {
    border-color: red;
}