/* red buttons */
.btn-red {
	background-color: #d96868;
}

/* alerts */
.usa-alert {
    display: flex;
    margin: 2rem 17rem 2rem 17rem !important;
}

.usa-alert .fas{
    display: block;
    font-size: 25pt;
    margin: 0.5em 20px 0 0;
}

.usa-alert--info {
    background-color: #e7f6f8 !important;
}

.usa-alert--error {
    background-color: #f4e3db !important;
}

.usa-alert--success {
    background-color: #ecf3ec !important;
}

.usa-alert {
    margin-bottom: 1.5em;
    /* padding-left: 0 !important; */
}

.usa-alert h3 {
    margin-top: 0.5em;
}

.usa-alert--info:before{
    background: #00bde3 !important;
}

.usa-alert--success:before {
    background: #00a91c !important;
}

.usa-alert--error:before {
    background: #d54309 !important;
}

/* main wrapper for pages */
#main-content {
	display: flex;
	flex-direction: column;
	padding: 0 15em;
}

/* darken on hover */
.btn-red:hover {
	filter: brightness(90%);
	background-color: #d96868;
}

/* table borders */
td, th {
   border:none;
}

/* Table Headers */
th {
    font-size: 2.0rem;
    white-space: onowrap;
}

.modal-header {
  display: flex;
}

.modal-header * {
  margin: auto;
}

.modal-header button {
	position: absolute;
	right: 0;
    margin-top: 5px;
}

/* useful for hiding elements */
.hidden {
	display: none;
}

footer {
    margin-top: 10em;
}

/* useful to add margin to center content */
.center-content {
  margin-left:19rem;
  margin-right:17rem;
}

/* Remove border for info request tab-content */
.xrm-editable-hover {
    outline:none;
}

/* User Template Specific Styles */
#orgcode-table .button,
#UserOrgCode .button,
#UserOrgCode .button {
    background: transparent;
    color: black;
    float: right;
}

[title='Insert Row Above'] {
    display: none;
}

#orgcode-table th,
#UserOrgCode th,
#UserOrgCode th {
    font-family: "Roboto", "Merriweather", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 2.0rem;
    color: #333;
    padding-top: 20px;
    border-bottom: 1px solid rgb(218, 213, 213);
}

legend {
    border-bottom: none;
}
 .delete-button {
    width: auto !important;
    height: 50px !important;
    background-color: #d96868 !important;
    color: white !important;
}

.delete-user {
    width: auto;
}

#users-table {
    padding: 2em 0;
}
#search-wrapper {
    padding-top: 2em;
}

.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 20px 0px; */
}

.search-header input {
    height: 35px;
    min-width: 85%;
    margin-right: 5px;
    padding-left: 5px;
    flex: 2;
}

.search-header #search-button {
    height: 35px;
    padding: 0;
    margin: 0;
    flex: 1.5;
} 
.search-header * {
    margin: 0;
    padding: 0;
}

.user-actions {
    width: 100%;
    height: auto    ;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}
    
td {
    vertical-alion: middle !important;
    padding: 20po 8px !important;
}

iframe.tab {
    padding: 0;
    margin: 0;
}

iframe.section-title {
    display: none;
}
label {
    margin: 0;
    padding: 0;
    display: inlone;
}

.container {
    padding: 20px;
}

div.field .control {
    float: left;
}


/* Edit User Style */
 .FormatTable {
      padding-left: 17rem;
      padding-right: 17rem;
    }

    #UpdateButton
    {
      margin-left: 17rem;
    }

/* Region Unit */
.msos-glyph {
    width: 50px !important;
}

.crmEntityFormView .actions {
    margin: 2rem 17rem 2rem 17rem !important;
}

.btn-info {
    color: #005544 !important;
}

.btn-info:hover {
    color: #fff !important;
}

.sort-disabled {
    font-size: initial !important;
}


