/* Select2 Style overrides */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 48px;
    user-select: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7000ba;
    color: white;
}


/* Common style for Document library page */
body {
	overflow-x:hidden;
}
h1.privacy_headline{
	font-family: tketypemono !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
	font-size: 3em;
    line-height: 1em;
	margin-bottom: 1rem;
}

.select2-container {
  width: 100% !important; /* Ensure that the Select2 container takes full width */
}
.doc-list-left .js-select,.doc-list-right .js-select, .doc-list .doc-list-left ul.blog-category-options {
	display: none !important;
}
.doc-list-left ul.options.blog-category-options, .doc-list-right ul.options.blog-category-options {
    display: none;
}
.doc-list,.doc-list-row {
   display: flex;
   flex-wrap: wrap;
   width: 100%
}
.doc-list-row {
    padding: 0rem 0rem 1rem 0rem;
	background-color: #F8F8F8;
}
.doc-list-controls .doc-list-row:last-child {
	padding-bottom: 0px;
}
.doc-list-ctr .doc-list-row:hover {
background: linear-gradient(to left, #f6f6f6 50%, #ececec 50%) right;
    background-size: 200%;
    transition: .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
   
}
.doc-list-ctr-sec {
	margin-top: 1rem;
}
.doc-list-ctr .doc-list-row {
	font-size: 0.875rem;
    padding: 0.75rem 0.5rem 0.75rem 0.5rem;
    background-color: #F8F8F8;
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    justify-content: space-between;
}
.doc-list-ctr .doc-list-row:last-child {
    border-bottom: 0px none !important;
}
.doc-list-left {
   width: 50%;
   padding-right: 1rem;
}
.doc-list-right {
   width: 50%;
}
.filter-btn{ 
    background: #d65531;
    color: white;
    border: 1px solid #fff;
    padding: 0.55rem;
    width: 6rem;
	font-weight: bold;
}
.text-right {
	text-align:right;
}
.load-more {
	display: flex;
	justify-content: center;
	position:relative;
}
.load-more:after {
    border-top: 1px solid #d9dee8;
    bottom: 22px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.load-more a {
	background-color: #7000BD;
	padding: 0.675rem;
}

.reset-btn {
    background: #dedede;
    color: black;
    border: 1px solid #dedede;
    padding: 0.55rem;
    width: 6rem;
	font-weight: bold;
}

.privacy-sub-text {
    font-size: 1rem;
	padding-bottom: 1.5rem;
}
.error-msg {
	color: #ff0000;
	padding: 0.25rem 0;
}
.employee-redirect {
	background: white;
}

.download-link:before {
	content:"\e605";
	text-decoration: none;
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	display: inline-block;
    font-size: 18px;

}
.doc-list-row {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.btn-ctr-btm { 
	min-width: 200px;
    flex: 1 0 auto;
}