/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .admin-tabs .awsui-util-container .awsui-tabs-header {
        display: none !important
    }

    .table-info {
        float: none !important;
        width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 0.5rem;
    }

    .twcs-export {
        flex-direction: column !important;
    }

    .placeholder-list {
        column-count: 1 !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .awsui-textarea {
        height: auto !important;
    }

    .event-container {
        min-height: calc(100vh - 80px);
        border: 1px solid #d0d0d0;
        padding: 0px 16px 0px 16px;
    }

    .status-component {
        border: 1px solid #d0d0d0;
        padding: 0px 16px 16px 16px;
        height: calc(100vh - 80px);
        overflow: auto;
    }

    .admin-tabs .awsui-util-container .awsui-tabs-header {
        display: none !important;
    }

    .twcs-export {
        flex-direction: column !important;
    }

    .placeholder-list {
        column-count: 1 !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .awsui-textarea {
        height: auto !important;
    }

    .event-container {
        min-height: calc(100vh - 80px);
        border: 1px solid #d0d0d0;
        padding: 0px 16px 0px 16px;
    }
    .status-component {
        border: 1px solid #d0d0d0;
        padding: 0px 16px 16px 16px;
        height: calc(100vh - 80px);
        overflow: auto;
    }

    .admin-tabs .awsui-util-container .awsui-tabs-header {
        display: flex !important;
    }

    .twcs-export {
        flex-direction: row !important;
    }

    .placeholder-list {
        column-count: 3 !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-height: 992px) {
    .awsui-textarea {
        height: auto !important;
    }

    .event-container {
        min-height: calc(100vh - 80px);
        border: 1px solid #d0d0d0;
        padding: 0px 16px 0px 16px;
    }

    .placeholder-list {
        column-count: 3 !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-height: 1200px) {
    .awsui-textarea {
        height: 330px !important;
    }

    .event-container {
        min-height: calc(100vh - 359px);
        border: 1px solid #d0d0d0;
        padding: 0px 16px 0px 16px;
    }
    .status-component {
        border: 1px solid #d0d0d0;
        padding: 0px 16px 16px 16px;
        height: calc(100vh - 359px);
        overflow: auto;
    }

    .placeholder-list {
        column-count: 3 !important;
    }
}

.flex {
    display: flex;
}

.homepage-alert{
    padding-top: 30px;
}

body {
    overflow: hidden;
}
html {
    overflow: hidden;
}

.statusalert {
    position: relative !important;
}
.statusalert-spacer {
    height: 50px;
}
.statusalert>awsui-flash {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.navigation {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 7rem);
}
.navigation-links {
    flex: 1;
}
.navigation-locos {
    color: lightgrey;
    text-align: center;
    padding: 2rem;
    font-weight: lighter;
}

.table-add {
    padding: 0 1rem 1rem 1rem !important;
    float: right !important;
    cursor: pointer;
}

.table-info {
    font-size: 0.7em;
    font-weight: 300;
    float: right;
    padding-right: 1rem;
}

.table-modify {
    text-align: right;
    white-space: nowrap;
}

.grey {
    color: grey !important;
}

awsui-button.approve-button>button,
awsui-button.deny-button>button {
    margin: 0.5rem;
    width: 12rem;
    text-align: left;
    border: none !important;
}
awsui-button.approve-button>button {
    background: #1d8102 !important;
}
awsui-button.deny-button>button {
    background: #d13212 !important;
}

.table-refresh, .table-export {
    margin: 0 auto 0 -0.5em !important;
    padding-right: 2rem !important;
    align-self: stretch !important;
    width: 30px;
}

.awsui .awsui-app-layout, .awsui .awsui-app-layout__content{
    height: calc(100vh - 69px) !important;
}
.nav-link {
    color: #16191f !important;
    margin-left: -0.75em;
}
.nav-link:hover {
    text-decoration: none !important;
    color: #ec7211 !important;
}
.nav-link.active {
    font-weight: bold;
    color: #ec7211 !important;
}

.placeholder-list {
    padding: 1rem 0 0 3rem;
    column-count: 3;
}

.savemodal {
    display: flex;
    flex-direction: column;
}
.savemodal-row {
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
}
.savemodal-label {
    width: 15%;
    font-weight: 700;
    text-align: center;
    color: #555;
    margin-right: 1em;
}
.savemodal-input {
    width: 85% !important;
    display: flex;
    align-items: center;
}
.savemodal-datepicker {
    width: 85% !important;
    display: flex;
    align-items: center;
}
.savemodal-datepicker .awsui-input-dropdown__container {
    width: 100% !important;
}
.savemodal-htmledit {
    width: 85% !important;
}
.savemodal-validation {
    padding: 1rem 1rem 0 1rem;
    color: red;
    text-align: right;
    min-height: calc(1rem + 20px);
}

.validation-alert-enter {
    opacity: 0;
    transform: scale(0.9);
}
.validation-alert-enter-active {
    opacity: 1;
    transform: none;
    transition: opacity 300ms, transform 300ms;
}
.validation-alert-exit {
    opacity: 1;
    transform: none;
}
.validation-alert-exit-active {
    opacity: 0;
    transform: scale(0.9);
}

.awsui-modal-container {
    opacity: 1;
    transition: opacity 300ms;
}
.awsui-modal-container.awsui-modal-hidden {
    opacity: 0;
}

.boolean-icon {
    text-align: center;
}

.awsui .awsui-input-icon-right {
    text-align: right !important;
}

.placeholder-requestername,
.placeholder-requesterid,
.placeholder-transactiontype,
.placeholder-numberofshares,
.placeholder-requestid,
.placeholder-taxwithholdingrate,
.placeholder-stockteamemail,
.placeholder-pcteamemail,
.placeholder-benefitsemail,
.placeholder-benefitsstockemail,
.placeholder-requesteremail,
.placeholder-requestdate,
.placeholder-validthrough,
.placeholder-requesterjoblevel,
.placeholder-requesterjobtitle,
.placeholder-tenbfiveone {
    padding: 2px 0.5rem 3px;
    border-radius: 5px;
}
.placeholder-requestername {
    background-color: mistyrose;
}
.placeholder-requesterid {
    background-color: lavender;
}
.placeholder-transactiontype {
    background-color: paleturquoise;
}
.placeholder-numberofshares {
    background-color: palegreen;
}
.placeholder-requestid {
    background-color: blanchedalmond;
}
.placeholder-taxwithholdingrate {
    background-color: thistle;
}
.placeholder-stockteamemail {
    background-color: powderblue;
}
.placeholder-pcteamemail {
    background-color: gainsboro;
}
.placeholder-benefitsemail {
    background-color: linen;
}
.placeholder-benefitsstockemail {
    background-color: lightcyan;
}
.placeholder-requesteremail {
    background-color: honeydew;
}
.placeholder-requestdate {
    background-color: mintcream;
}
.placeholder-validthrough {
    background-color: lavenderblush;
}
.placeholder-requesterjoblevel {
    background-color: beige;
}
.placeholder-requesterjobtitle {
    background-color: lightblue;
}
.placeholder-tenbfiveone {
    background-color: lightcoral;
}

.footer-text {
    text-align: right;
    margin-right: 10px;
    font-style: italic;
    font-size: 10px;
}

.nav-bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    font-size: 1em;
    font-weight: 400;
}

.nav-bar-item {
    font-size: 15px;
    color: white;
    position: absolute;
    margin-top: 23px;
    cursor: pointer;
}

.nav-bar-tem a {
    display: block;
    color: white;
    text-align: center;
    margin: 14px 37px 16px;
    text-decoration: none;
    cursor: pointer;
}

.nav-bar-tem a:active {
    border-bottom: 3px solid #4e97d6;
    padding-bottom: 7px;
}

.nav-bar-item-active {
    border-bottom: 3px solid #337ab7;
}

/*header css*/

/*homepage*/

.main {
    min-height: calc(100vh - 69px);
    padding: 20px 20px 20px 20px;
}

.header {
    height: 69px;
    background-color: #333333;
}

.header-title {
    display: inline-flex;
}

.header-logo {
    height: 120px;
    margin-left: 20px;
}

.header-text {
    color: #61dafb;
    margin: 22px 0 0px;
    font-size: 25px;
    padding-right: 50px;
}

.header-avatar {
    position: absolute;
    top: 0;
    right: 0;    
    margin-right: 20px;
}
.header-avatar>img {
    width: 55px;
    height: 56px;
    object-fit: cover;
    object-position: center right;
    margin-top: 6px;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.8); 
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.8); 
}

.preclearance-table .awsui-table-tools>span {
    align-items: flex-start !important;
}

.header {
    height: 69px;
    background-color: #333333;
}

.header-title {
    display: inline-flex;
}

.header-logo {
    cursor: pointer;
    margin-left: 20px;
}
.header-logo > img {
    height: 120px !important;
}

.header-text {
    cursor: pointer;
    color: #61dafb;
    margin: 22px 0 0px;
    font-size: 25px;
    padding-right: 50px;
}

.header-avatar {
    position: absolute;
    top: 0;
    right: 0;    
    margin-right: 20px;
}
.header-avatar>img {
    width: 55px;
    height: 56px;
    object-fit: cover;
    object-position: center right;
    margin-top: 6px;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.8); 
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.8); 
}

.preclearance-table .awsui-table-tools>span {
    align-items: flex-start !important;
}

.homepage-content {
    height: calc(100vh - 145px);
    /* margin: 2% 2% 2% 2%; */
    background-color: white;
    margin: 30px 30px 22px 30px;
}

.information-text {
    padding: 9% 20% 0 20%;
}

.form-text {
    padding: 2% 30% 0 2%;
}
.form-configuration{
    padding: 0 30% 0 2%;
}
.information-icon-margin {
    margin-right: 10px;
}

h2, h3 {
    line-height: 35px;
    font-size: 2.5em;
    font-weight: 400;
}
.button-outer{
    display: table;
    margin: 0 auto;
}

h1 {
    line-height: 56px;
}

.homepage-button {
    background-color: #133253;
    font-size: 22px;
    color: white;
    margin-top: 15px;
    cursor: pointer;
    width: 294px;
    height: 119px;
    box-shadow: 1px 2px 16px #333333;
    text-overflow: ellipsis;
    overflow: hidden;
}
.homepage-button:hover {
    background-color: #304f6c;
}
.homepage-button:disabled, .homepage-button:disabled:hover {
    background-color: #919191;
    box-shadow: none;
    cursor: inherit;
}

.export-button {
    background-color: #616161;
    font-size: 22px;
    color: white;
    margin-top: 15px;
    margin-bottom: 3rem;
    cursor: pointer;
    width: 294px;
    height: 80px;
    box-shadow: 1px 2px 16px #333333;
    text-overflow: ellipsis;
    overflow: hidden;
}
.export-button:hover {
    background-color: #333333;
}
.export-button:disabled, .export-button:disabled:hover {
    background-color: #919191;
    color: #ddd;
    box-shadow: none;
    cursor: inherit;
}

.twcs-export {
    display: flex;
    width: 360px;
    margin: auto;
}
.twcs-export-label,
.twcs-export-picker {
    flex: 1;
    margin-top: 0.5rem;
}


/*homepage*/

/*edit event page*/
.event-form-border {
    border: 1px solid #d0d0d0;
    height: 100%

}

.btn {
    /*font-family: 'Amazon Ember Bold';*/
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 14px 14px 14px;
    border-radius: 4px;
    font-size: 15px;
    margin-right: 10px;
    line-height: 1.25;
    transition: all .15s ease-in-out;
    text-decoration: none;
}
.btn:hover{
    filter: brightness(100%);
}
.btn-alert {
    color: #fff;
    background-color: #FF2C38;
    border-color: #FF2C38
}

.btn-primary {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900
}

.btn-edit {
    color: #fff;
    background-color: #ec7211;
    border-color: #ec7211;
}
.btn-cancel {
    color: #fff;
    background-color: #ec7211;
    border-color: #ec7211;
}


.eventStatus-text{
    background-color: #f5cd69;
    /* height: 36px; */
    font-size: 15px;
    border-radius: 5px;
    padding: 4px;
    margin-top: 16px;
    display: inline-table;
    float: right;


}
.justfy-form {

    width: 95%;
    margin-left: 43px;

}

.footer-text-event {
    text-align: right;
    margin-right: 10px;
    font-style: italic;
    margin-top: 5px;
    width: 100%;
    font-size: 10px;

}

/*edit event page*/

/*status container style*/

.event-status-container {
    font-size: 16px;
    margin-top: 20px;
}

.icon-size {
    font-size: 30px !important;
}

.event-time {
    font-size: 12px;
    font-style: italic;
}

.status-separator {
    border-left: 1px solid black;
    min-height: 49px;
    margin-bottom: -14px;
    margin-top: -14px;
    margin-left: 12px;
}
.status-component-text{
    width: 100%;
    display: block;
    font-size: 14px;
}
.reject-status-component-text{
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;

}
.email-icon {
    color: #0c59cf;
}

/*status container style*/