.float_right{
    float:right;
}
.float_left{
    float:left;
}
.clear_both{
    clear:both;
}
.home-menu-card{
    position: fixed;
    width: 97%;
    border-radius: 0.5em;
    margin-top: -14px;
    margin-left: 10px;
}

.home-menu-card a{
    color: black;
}

.home-menu-card-item {
    float: right;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
    line-height: 150%;
    font-size: 15px;
}

.home-menu-card-item-container div:first-child{
    float:left;
}

.home-menu-card-item-container div:last-child{
    float:right;
}

.home-menu-card-item:hover{
    background-color: #1d343f;
    color: white;
}

.home-menu-card-item img{
    width: 5em;
}

.landing-action-item-card-title{
    font-weight: 400;
    font-size: 25px;
    color: #00a6ff;
}

.action-button{
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 150%!important;

}

.hidden{
    display: none;
}

.welcome {
    font-weight: bold;
    float: left;
    margin-top: 18px;
}

.overview{
    margin-top: -6px;
    padding-top: 130px;
}

.overview-text{
    text-align: center;
}

.overview-giftType{
    width: 100%;
    background-color: #f9f9f9;
    height: 15em;
}

.overview-dashboard{
    width:100%;
    background-color: #f9f9f9;
    height: 15em;
}

.overview-giftType-alignment{
    margin-left:15%;
}

.overview-region{
    width: 48%;
    font-weight: 400;
    font-size: 18px;
    color: #00a6ff;
    background-color: #f9f9f9;
}

.clear{
    clear: both;
}

.overview-faq > li {
    margin-bottom: 15px;
}

.peoplePicker {
    width: 160px;
}

.peoplePicker img{
    width: 35px;
    height: 38px;
    border-radius: 17px;
}

.peoplePicker div{
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

.newReportContainer{
    height: 100%;
    text-align: center;
}

.newReportBody{
    border: 1px solid lightgrey;
    width: 90%!important;
    margin-left: 5%;
    text-align: left;
    margin-bottom: 50px;
}

.behalfOfContainer{
    width: 35%;
    margin-left: 35%;
    margin-top: 15px;
}

.behalfOfMessage{
    float: left;
    margin-top: 17px;
}

.behalfOfPeoplePicker{
    float: right;
}

.headerList{
    width: 50px;
    margin-right: 10px;
    margin-left: 25px;
    height: 40px;
}

.headerList:hover{
    color: orange;
}

.newReportContainer form{
    padding: 30px;
    clear: both;
}

.newReportContainer form .full{
    width: 100%!important;
}

.newReportContainer form .half{
    width: 47%!important;
}

.newReportContainer form .half:first-child{
    float: left;
}
.newReportContainer form .half:last-child{
    float: right;
}

.newReportContainer legend{
    font-weight: 700;
    font-size: 18px;
    margin-left: -2px;
    padding-bottom: 10px;
}
.newReportContainer .form-group {
    margin-top: 25px;
    float: left;
    clear: both;
    width: 100%;
}
.newReportContainer .form-group label{
    font-weight: 400!important;
    font-size: 14px;
}

.newReportContainer .form-group ui-inputswitch{
    margin-top:10px;
}
.newReportContainer form > .half > .form-group > .form-element-right{
    float: right;
}

.form-group .custom-radio{
    margin-right: 1em;
}

.form-group input[type=radio]{
    margin-right: 10px;
}

.newReportContainer form .half .form-group .form-element-left{
    float: left;
    width: 50%!important;
}

.newReportContainer form .full .form-group .form-element-right > input, span#popup, .ui-dropdown, .ui-multiselect{
    width: 100%!important;
}

.newReportContainer form .half .form-group .form-element-left, .form-element-right{
    width: 47%;
}

.newReportContainer .form-group .ui-inputswitch{
    margin-top:10px;
}

.newReportContainer .form-group .ui-g-12{
    padding: 0!important;
}

#peoplePicker{
    width:100%;
}

.expenseItem{
    padding: 13px;
    background-color: orange;
    margin-bottom: 5px;
}

.expenseItem .description{
    margin-left:10px;
}

.remove-item {
    cursor: pointer;
    color:blue;
}

.footer{
    clear: both;
    text-align: center;
    width: 100%;
    float:right;
    margin-top: 2em;
    margin-bottom: 2em;
}

.dropzone-file-uploader{
    background-color: #f5f5f5;
    text-align: center;
    height: 5em;
    border: 1px solid lightgrey;
    padding-top: 2.5em;
    cursor: pointer;
    margin-top: 10px;
}

.document-table{
    width: 100%;
    border-collapse: collapse;
}

.document-table thead {
    padding: 10px;
    border: 1px solid gray;
}

.document-table thead tr th {
    padding: 10px;
}

.document-table thead tr th:first-child {
    width: 42em;
}

.document-table tbody tr td {
    padding: 5px;
}

.document-table tbody tr td:first-child {
    font-weight: normal;
}

.document-table tbody tr td:last-child, td:nth-child(2), td:nth-child(3) {
    text-align: center;
}

.document-table tbody tr:hover {
    background-color: #f3f3f3;
}

.document-table thead tr th:last-child, th:nth-child(2) {
    text-align: center;
}

.file-list{
    margin-top: 15px;
}

.document-form legend{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.currency-dropdown{
    width: 78px;
    float: left;
}

.value-dropdown{
    float: right;
}

.overview-details strong{
    float: left;
    width: 13em;
}

.overview-details label{
    float: left;
}

.sub-header{
    position: fixed;
    background-color: silver;
    width: 100%;
    padding-top: 2em;
    margin-top: 2em;
    padding-bottom: 1em;
    z-index: 999997;
}

.sub-header ul li{
    float: left;
    margin-right: 4em;
    list-style-type: none;
    cursor: pointer;
}

.sub-header ul li a{
    color: black;
}

.sub-header ul li a:hover{
    color: #00a6ff!important;
}

.color-orange a{
    color:#00a6ff;
}
.approval-details{
    height: 100%!important;
}
.approval-details-card{
    text-align: left;
    height: 7em;
    width: 18em;
    margin-right: 2em;
    margin-top: 1em;
    background-color: aliceblue;
    float: left;
}
.administrative-action-card{
    text-align: left;
    height: 3em;
    width: 14em;
    margin-right: 2em;
    margin-top: 1em;
    background-color: aliceblue;
    float: left;
    border-radius: 5px;
}

.quick-filter-card {
    text-align: left;
    height: 2em;
    width: 10em;
    margin-right: 2em;
    background-color: aliceblue;
}

.person-card{
    text-align: left;
    width: 18em;
    margin: 0 2em 0 6em;
    background-color: aliceblue;
    float: left;
    padding: 8px!important;
}

.approval-details-card .date {
    text-align: left;
    font-size: 13px;
    margin-top: 5px;
}

.approval-details-card img {
    float: left;
    width: 3.5em;
    margin-right: 1em;
}

.person-card img {
    float: left;
    width: 3.5em;
    margin-right: 1em;
}

.approval-details-card .name {
    text-align: left;
    font-weight: bold;
}

.approval-details-card .status {
    text-align: left;
    margin-top: 5px;
    float: left;
}

.approval-link {
    margin-top: 5px;
    float: left;
}

.approval-link a{
    color:blue;
    cursor: pointer;
    margin-top: 5px;
}

.approval-details legend{
    font-weight: 400;
    font-size: 22px;
}

.welcome-section{
    padding: 1em;
    height: 115px;
    background-color: #000609;
    color: white;
    padding-left: 1em;
}

.welcome-section .description{
    width: 66%;
}

.welcome-section a{
    color: #00a6ff!important;
}

.welcome-section .description div:first-child{
    font-size: 40px;
    font-weight: 300;
    margin-top: 1em;
}

.welcome-section div:last-child img{
    width: 6em;
    margin-top: 2em;
}
.gift-type{
    height: 100%!important;
    margin-top: 3em;
}
.faq-section{
    float: left;
    background-color: #f6f6f6;
}

.faq img{
    width: 8em;
    padding-left: 4em;
}

.faq{
    float: left;
    width: 22%;
    padding: 1em;
}

.faq ul{
    padding-left: 1em;
}

.faq-title{
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    clear: both;
    padding-top: 20px;
}

.faq-header-title{
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    clear: both;
    padding-top: 1em;
}

.threshold ul{
    list-style-type: none;
}

.faq-details{
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

#receivedDate{
    width: 100%!important;
}

textarea {
    padding: 6px 12px!important;
    border: 1px solid lightgrey!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    border-bottom: 1px!important;
}

.recipient-info strong{
    width: 13em;
    float: left;
}

#startEventDate,#endEventDate{
    width: 100% !important;
}

.new-correspondence textarea{
    float: left;
}

.new-correspondence button{
    margin-bottom: 10px!important;
    width: fit-content!important;
    margin-left: 0.5em;
    margin-top: 1em;
    float: left;
    border-radius: 5px;
}

.newRecipientDetails{
    text-align: left;
    margin-bottom: 1em;
}

.newRecipientDetails form{
    padding: 0!important;
}

.newRecipientDetails input{
    width: 100%!important;
}

.ui-datatable-tablewrapper th{
    font-weight: bold!important;
    background-color: #1c343e!important;
    color: white!important;
}

.layout-topbar{
    background-color: #000609!important;
}

.ui-dropdown label.ui-dropdown-label{
    white-space: pre-wrap!important;
}

.ui-error-state{
    border-bottom: 1px solid red!important;
}

.ui-error-state-background{
    background-color: #f3cbc5!important;
}

.ui-growl{
    margin-top: 1em!important;
}

.custom-btn{
    margin: -2em 0 0 2em;
    font-weight: bolder;
    font-size: 14px;
    width: 7em;
    height: 3em;
}

.spinner{
    width: 3em!important;
    height: 3em!important;
}

.newReportContainer > input[type="number"]{
    width: 55%!important;
    margin-top: 2px;
}

label[class="required"]:after{
    content: "*";
    display: inline;
    color: red;
    font-size: 20px;
    margin-left: 5px;
}

.ui-growl-message {
    margin-left: 3.5em!important;
}

.ui-chips-input-token .ui-inputtext{
    width: 50em!important;
}

.ui-datatable-footer{
    height: 4em!important;
}

.official-container{
    padding: 2em!important;
    background-color: #f9f9f9;
}

.official-new-container{
    padding: 2em!important;
    background-color: aliceblue;
}

.ui-dropdown-trigger{
    margin-right: -8px!important;;
}

.layout-wrapper .layout-main .layout-topbar{
    height: 6em!important;
}

.sub-custom-header > li > a{
    color:#00a6ff!important;
}

.home-threshold-table td{
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
    width: 2em;
}

.home-threshold-table tr:nth-child(even){
    background-color: #f2f2f2;
}

.home-threshold-table tr:hover {
    background-color: #ddd;
}

.home-threshold-table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 1em;
}

body .ui-paginator .fa{
    display: none!important;
}

body .ui-paginator .ui-paginator-first, .ui-paginator-prev, .ui-paginator-next, .ui-paginator-last{
    margin-bottom: 0px!important;
}

.headerLink:hover{
    color: orange!important;
}

.report-details-info, .additional-details-info{
    border-top: 1px solid #eaeaea;
}

.report-details-info span {
    font-weight: bold;
    float: left;
    width: 12em;
}

.report-details-info label {
    float: left;
    margin-left: 6em;
}

.additional-details-info label {
    float: left;
    margin-left: 5em;
}

.additional-details-info span{
    font-weight: bold;
    float: left;
    width: 22em;
}

.ui-dropdown-filter-container .fa-search{
    color:white!important;
}

body .ui-dropdown-panel .ui-dropdown-item{
    padding: 0.4em 1em!important;
}

.ui-dropdown-items-wrapper{
    max-height: 210px!important;
}

.ui-autocomplete {
    width: 100%!important;
}

a {
    color: #00a6ff;
}