/* Resources shortcode NEW */

/* #content-area table td{
	line-height: 0 !important;
}*/

/* Remove the default select arrow icon in IE10+ */
/* #history-version-select select::-ms-expand {
	display: none;
} */

/* Remove the default select arrow icon in Chrome and Firefox */
/* .resources-history select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'  fill='white' stroke='white' stroke-width='1'><path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'></path></svg>") no-repeat;
	position: relative;
	background-position: right 0.2px top 50%;
} */
* {
    box-sizing: border-box;
}

.resource-row {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
    border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #424647;
}

.resource-row.resource-row-cart {
	width: 100%;
}

.resource-row-items {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	width: 100%;
	min-height: 50px;
	line-height: 18px;
}

.resource-headers {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
    border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #424647;
	min-height: 50px;
	line-height: 18px;
	font-weight: 600;
}

.resource-category {
	margin-top: 20px;
	min-height: 50px;
	line-height: 18px;
	font-size: 13px;
	font-weight: 600;
	color: #424647;
}

.resource-info-row {
	display: none;
	margin-bottom: 10px;
	font-size: 12px;
}

.resource-info {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	font-family: Open Sans;
	font-style: normal;
	font-size: 12px;
	line-height: 25px;
	margin-left: 0.5rem;
}

.resource-info-content-body {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	padding-right: 0;
	-ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.resource-info-image-preview {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0;
}

.resource-info-preview-div {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.resource-info-content-div {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}

.resource-info-content-title {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-weight: 600;
	text-align: left;
	color: #424647;
}

.resource-info-content {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	font-weight: normal;
	color: #333;
}

.resource-info-preview-div .resource-info-content {
	padding-left: 1rem;
	margin-top: 0.5rem;
}

#resources-div {
	padding-bottom: 1.5rem;
}

#resources-div .first-category {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #424647;
	margin: 20px 0 10px;
}

.resource-title {
	margin-left: 0.25rem;
	font-size: 13px !important;
	text-transform: capitalize;
}

.resource-headers .resource-name {
	padding-left: 1rem;
}

.resource-headers .resource-access {
	padding-right: 0.25rem;
}

.resource-category {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.resource-name, .resource-shortcode-name {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	width: 50%;
}

.resource-cart-name {
	display: flex;
	margin-right: 1rem;
}

.resource-date,
.resource-actions,
.resource-access,
.resource-date-mod,
.resource-file-size,
.resource-shortcode-actions,
.resource-shortcode-access,
.resource-actions-header  {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
}

.resource-date, .resource-actions, .resource-shortcode-actions {
	width: 20%;
	text-align: center;
}

.resource-access,
.resource-shortcode-access,
.resource-date-mod,
.resource-file-size {
	width: 10%;
	text-align: center;
}

.resource-info-img {
    width: 200px;
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
}

#resources .dashicons-no {
	vertical-align: middle;
}

.resource-row-items .dashicons-gold {
	color: #faa83f;
}

.icon-plus,
.icon-minus,
.icon-arrow-down,
.icon-arrow-up {
	width: 12px;
	height: 12px;
	font-size: 12px;
	background-color: #fff;
	color: #005f9b;
	cursor: pointer;
	transition: color .25s;
	vertical-align: middle;
}

.icon-plus:hover,
.icon-minus:hover,
.icon-arrow-down:hover,
.icon-arrow-up:hover {
	color: #0084d6;
	transition: color .25s;
}

.resource-name .icon-arrow-down,
.resource-name .icon-arrow-up,
.resource-shortcode-name .icon-arrow-down,
.resource-shortcode-name .icon-arrow-up,
.resource-cart-name .icon-arrow-down,
.resource-cart-name .icon-arrow-up {
	margin: auto 0.25rem;
}

.actions-download,
.actions-cart-add,
.actions-share {
	background-color: #005F9B;
	border-radius: 12px;
	border: 2px solid #005F9B;
	font-size: .5em !important;
	padding: 3px;
	margin: 5px;
	width: 25px !important;
	height: 25px !important;
	cursor: pointer;
}

.dummy-icon{
	padding: 3px;
	margin: 5px;
	width: 25px !important;
	height: 25px !important;
}

.actions-download:hover,
.actions-cart-add:hover,
.actions-share:hover {
	background-color: #003F66;
	border: 2px solid #003F66;
	transition: background-color ease 0.25s;
}

.actions-share {
	float: right;
}

.actions-share svg {
	margin-top: 2px;
}

.actions-cart-remove {
	border-radius: 12px;
	font-size: .5em !important;
	padding: 3px;
	margin: 5px;
	width: 25px !important;
	height: 25px !important;
	background-color: #bcc1c5;
  	border: 2px solid #bcc1c5;
	cursor: pointer;
}

.actions-cart-remove:hover {
	background-color: #959697;
  	border: 2px solid #959697;
}

.actions-cart-add.disabled,
.actions-cart-remove.disabled {
	opacity: 0.5;
	cursor: auto;
}

@media (min-width: 576px) {
	
	.resource-info {
		margin-left: 0;
	}
	
	.resource-info,
	.resource-info-content-div {
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
	}

	.resource-actions-header  {
		display: none !important;
	}

	.resource-info-content-body {
		padding-left: 2rem;
	}

	.resource-info-content-title.title_class_1,
	.resource-info-image-preview {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.resource-info-content-title.title_class_2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.resource-info-content {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.resource-info-preview-div .resource-info-content {
		padding-left: 0;
	}

	.resource-headers .resource-name {
		padding-left: 3rem;
	}

	.resource-name .icon-arrow-down,
	.resource-name .icon-arrow-up,
	.resource-shortcode-name .icon-arrow-down,
	.resource-shortcode-name .icon-arrow-up,
	.resource-cart-name .icon-arrow-down,
	.resource-cart-name .icon-arrow-up {
		margin: auto 1rem;
	}
}

@media (min-width: 1200px) {
	
	.resource-info-content {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.resource-info-content-title.title_class_1 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.resource-info-content-body {
		padding-left: 3rem;
	}
}

/* END NEW RESOURCES PAGE CSS */

/* resource template CSS start */

.idr-page-title {
	background: #7d7d7d;
	border-top: 8px solid #006699;
}

.idr-page-title-inner {
	text-align: center;
	width: 80%;
	max-width: 1080px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.idr-page-title h1 {
	color: white;
	text-align: left;
}

/* resource template CSS end */

/*	Resource Info Shortcode */
.resource-container {
	padding: 0 0 2em;
	margin: 15px auto;
}

.resource-download-notice {
	/* margin-top: 2em; */
}

.resource-permissions-title {
	margin: 0 auto;
}

.resource-container h6 {
	margin-top: 4em;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1em;
}

.idr-resource-info-div h6 {
	margin-top: 2em;
}

/*	Resource Info Shortcode */


.d-none {
	display: none !important;
}


/* Checkout Page */

.idr-resource-section {
	padding: 1rem 0px !important;
	transition: all ease 0.5s;
	width: 70%;
	margin: auto;
}


#idr-checkout-page .d-flex>h5 {
	margin-bottom: 20px;
}

.idr-resource-section .content {
	margin: auto;
}

.idr-resource-section .shortcode-section {
	margin: 2rem;
	padding: 0;
}

.idr-resource-section .dashicons-download {
	width: 0px;
}

.idr-resource-section .text-primary {
	color: #007cba !important;

}

.idr-resource-section .text-primary:hover {
	color: #0071a1 !important;
}


.idr-resource-section .btn-primary {
	background: #007cba;
}

.idr-resource-section .btn-primary:hover {
	background: #0071a1;
}


.idr-resource-section .btn:active:not(:disabled) {
	transform: translateY(1px);
}

.idr-resource-section .dashicons-plus-alt {
	color: #007cba;
}

.idr-resource-section .resource-version-data {
	margin-left: .5rem !important;
}

.idr-resource-section .dashicons-minus {
	color: white;
	background-color: #007cba;
	border-radius: 50%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	font-size: 17px;
	width: 17px;
	height: 17px;
}

.idr-resource-section .download-info {
	display: none;
	margin-left: auto !important;
	color: #666;
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}

.idr-resource-section hr {
	height: 1px;
	background-color: #eee;
	border: none;
}

.download-zip {
	background-color: #007cba;
}


@media (max-width: 992px) {

	.idr-resource-section .download-info {
		width: 100%;
	}

	.idr-resource-section {
		width: 100%;
	}

	.resource-file-size {
		display: none;
	}

	.resource-actions-icons {
		margin: 2px;
		width: 20px !important;
		height: 20px !important;
	}

	.actions-share svg {
		margin-top: 1px;
	}

	.resource-name {
		width: 60%;
	}
	
	.resource-date {
		width: 40%;
	}

	.resource-actions {
		width: 40%;
	}
	
	.resource-access {
		width: 20%;
	}

	.resource-shortcode-name {
		width: 40%;
	}

	.resource-shortcode-actions {
		width: 30%;
	}

	.resource-shortcode-access {
		width: 10%;
	}

	.resource-date-mod {
		width: 20%;
	}

	.resource-actions-header {
		visibility: hidden;
	}

	.resource-info-content-title {
		padding-left: 1rem !important;
	}

	.resource-info-content {
		padding-left: 1rem !important;
	}

	.resource-title,
	.resource-row,
	.resource-headers,
	.resource-category,
	.resource-info-row,
	.resource-info,
	#resources-div .first-category {
		font-size: 10px !important;
	}
}

/* Checkout Page */

/* Cart page */
.pointer {
	cursor: pointer;
}

.rounded-5 {
	border-radius: 5px !important;
}

#idr-breadcrumb .breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
	padding: 1rem;
	margin: 0;
}

#idr-breadcrumb li {
	list-style-type: none;
}

#idr-breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

#idr-breadcrumb .breadcrumb-item.active {
    color: #6c757d;
}

#idr-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

#idr-breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

#download-note {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#idr-cart-page .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#idr-cart-page .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#idr-cart-page .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.idr_zip {
	margin: 1rem 0;
}

.idr_zip_files_container {
	margin: 1rem 0;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
}

.idr_zip_files {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1rem 0;
	padding: 1rem 2rem;
	align-items: center;
}

.idr_zip_files .zip_file_name {
	word-break: break-all;
}

.zip_file_name, .zip_file_size {
	padding: 0;
}

.zip_file_size {
	color: #0d6efd;
}

.zip_file_size_div {
	text-align: left;
}

.idr_zip hr {
	margin: 0;
}

.idr_zip .action_btns {
	text-align: right;
}

.idr_zip .action_btns .idr-cart-btn {
	background: #007cba;
	color: #fff;
}

.idr_zip .action_btns .idr-cart-btn:hover {
	background: #0071a1;
}

.idr-cart-btn {
    display: inline-block;
	padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #fff;
    border-color: #007bff;
    border: 1px solid transparent;
	margin-bottom: 0.5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.idr-cart-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#idr-cart-page-form {
	margin-bottom: 1rem;
}

#idr-cart-page .content {
	margin: auto;
}

.aws_file_size_message {
	padding-bottom: 1rem;
	font-weight: bold;
}

#idr-cart-page .content > .item-actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 2rem 0;
} 

#idr-cart-page #clear-cart {
	background-color: #EE2F2F;
	border-color: #EE2F2F;
	color: #fff;
}

#idr-cart-page #clear-cart:hover {
	background-color: #EF5151;
	border-color: #EF5151;
}

#cart-section .item {
	margin-bottom: 1rem;
}

#idr-cart-page .item.no_items {
	text-align: center;
	margin: 3rem 0;
}

#cart-section .item-actions {
	text-align: right;
}

#cart-section .item-actions:first-child {
	margin-bottom: 1rem;
}

#cart-section .item-actions p {
	font-weight: bold;
	padding-bottom: 1rem;
}

#idr-cart-page .remove_from_cart_text {
	font-size: 14px;
	color: #666;
	padding-top: 5px;
}

#idr-cart-page .resource-cart-name {
	width: 70%;
}

#idr-cart-page .resource-cart-size {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: start;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	width: 20%;
}

#idr-cart-page .resource-cart-size .file_size_title {
	margin: 0 0.5rem 0 0;
}

#idr-cart-page .resource-cart-size .file_size {
	margin: 0;
}

#idr-cart-page .remove-button {
	width: 10%;
}

#idr-cart-page .zip_download_btn {
	margin-bottom: 0.5rem;
	margin-right: 0;
	background: #007cba;
	color: #fff;
}

#idr-cart-page .zip_download_btn:hover {
	background: #0071a1;
}

#idr-cart-page .file_download_btn {
	margin-bottom: 0.5rem;
	background: #007cba;
	color: #fff;
}

#idr-cart-page .file_download_btn:hover {
	background: #0071a1;
}

.idr-button {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	padding: 0 10px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
}

#idr-cart-page #no-items {
	text-align: center;
	margin: 3rem 0;
}

#idr-cart-page svg {
	vertical-align: middle;
}

@media (min-width: 768px) {
	.zip_file_name_div {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.zip_file_size_div {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		text-align: right;
	}
}

@media (min-width: 576px) {
	.idr-cart-btn {
		margin-bottom: 0;
	}

	#idr-cart-page .zip_download_btn {
		margin-bottom: 0;
		margin-right: 0.5rem;
	}

	#idr-cart-page .file_download_btn {
		margin-bottom: 0;
	}
}

@media (max-width: 992px) {
	#idr-cart-page .download-info {
		width: 100%;
	}

	#idr-cart-page .resource-cart-name {
		width: 50%;
	}
	
	#idr-cart-page .resource-cart-size {
		width: 40%;
	}
	
	#idr-cart-page .remove-button {
		width: 10%;
	}
}

@media (max-width: 576px) {
	#idr-cart-page svg {
		width: 80% !important;
		height: 80% !important;
	}
}

/* Cart page */

/* Resource Download Shortcode */
#ilb-login-div {
	padding: 0 !important;
	margin: 0 !important;
}

#login-text {
	text-align: left !important;
}

#loginform {
	padding-left: 0 !important;
}

#backtoblog,
#forgotpassword {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.top-area-text {
	font-size: 18px;
	color: #999;
}

.ilb-login-top-area {
	padding: 20px !important;
	background-color: rgb(250, 250, 250);
}

.top-area-text a {
	color: #999;
	text-decoration: underline;
}

#resources-div h1.main_title {
	display: none;
}

.resources-title {
	margin-top: 8%;
}
/* Resource Download Shortcode */



/*** MODAL CODE ****/
/* The Modal (background) */
#idr-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	z-index: 999999999 !important;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */
#idr-modal .modal-content {
	background-color: #242424;
	margin: auto;
	border: 1px solid #888;
	width: 30%;
	border-radius: 10px;
	position: absolute;
	/*   float: left; */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

@media (max-width: 1024px) {
	#idr-modal .modal-content {
		width: 60%;
	}

	#idr-modal .modal-buttons-div {
		/* 		width: 30%; */
		margin: 0 auto;
	}
}



/* The Close Button */
.modal-close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 10px 0;
}

.modal-close:hover,
.modal-close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#idr-modal input.shareable-resource-link {
	background-color: #1A1A1A;
	border: 1px solid black;
	color: white;
	width: 92%;
	margin: 4%;
	border-color: #585858;
	padding: 5px 10px;
	border-radius: 3px;
}

.modal-button {
	color: #3186DB;
	font-weight: bold;
	border-color: #aca0a0;
	background-color: #1A1A1A;
	margin: 5px 7px;
}

#idr-modal .modal-header-text {
	color: white;
	padding-bottom: 5%;
	text-align: center;
	width: 100%;
}

#idr-modal .modal-content p {
	color: white;
}

#idr-modal .modal-buttons-div {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 4%;
	text-align: center;
}

@media (max-width: 1024px) {
	#idr-modal .modal-buttons-div {
		/* 		width: 30%; */
		margin: 0 auto;
		margin-bottom: 4%
	}
}

@media (max-width: 1024px) {
	#idr-modal .modal-buttons-div {
		/* 		width: 40%; */
		margin: 0 auto;
		margin-bottom: 4%
	}
}

#idr-modal .modal-buttons-div input {
	display: inline;
	/* 	margin: 4px 2px; */
	text-align: center;
	cursor: pointer;
	padding: 4px 8px;
	border: 1px solid black;
	border-color: #aca0a0;
	border-radius: 5px;
	background-color: #242424;

}

#idr-modal .modal-buttons-div p {
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
}

#idr-modal .modal-content .copy-header {
	text-align: center;
	background-color: #fcb131;
	width: 100%;
	position: relative;
}

#idr-modal .modal-header {
	padding: 4% 4% 0 4%;
	background-color: #242424;
	color: white;
	border-radius: 10px 10px 0 0;
}

/*** MODAL ***/

/**cap-size-limit**/
.cap-size-warning {
	color: red;
}

.disable-a-tags {
	pointer-events: none;
	opacity: 0.6;
}

#idr-cart-page .alert-paragraph {
	padding-bottom: 1em !important;
	text-align: left;
}

/**cap-size-limit**/

/**resources-History page**/

#idr-history-page .card {
	position: relative;
    display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
	-webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
	border-radius: .375rem;
	padding: 0.25rem 0 0.5rem 0;
	margin-top: 1rem;
}

#idr-history-page .resources-download-date-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#idr-history-page .resources-download-date {
	font-weight: normal;
	margin: 0.5rem 0 0 1rem;
	line-height: 1.4em;
}

#idr-history-page .resources-div {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	padding-bottom: 0.5rem;
	padding-left: 5px;
}

#idr-history-page .resource_history_details {
	-ms-flex-item-align: start!important;
    align-self: flex-start!important;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
}

#idr-history-page .resource_history_details .file_title {
	font-weight: bold;
}

#idr-history-page .resource_history_details .file_description {
	margin: 1rem 0;
}

#idr-history-page .resource-row-items span.filetype.icon-arrow-down,
#idr-history-page .resource-row-items span.filetype.icon-arrow-up {
	margin-left: 0.5rem;
}

#idr-history-page .resource-row-items p.filetype {
	padding-left: 0.5rem;
}

#idr-history-page .version-select-div {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: flex-end;
	padding-right: 0.75rem;
}

#idr-history-page .resources-history {
	margin-bottom: 0.25rem !important;
	padding-top: 1rem !important;
}

#idr-history-page .resources-history .history-version-select {
	display: block;
	line-height: 1.5;
	font-weight: bold;
    background-clip: padding-box;
	text-align-last: center;
	border-radius: 0.275rem !important;
	background-color: #005f9b !important;
	width: 170px;
	height: 30px;
	color: #fff;
	font-size: 0.70rem;
	border: 5px solid #005F9B;
	padding: 0px;
	cursor: pointer;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#idr-history-page .resources-history .history-version-select:focus {
	color: #fff !important;
	border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

/*
.history-download-btn {
	width: 200px !important;
	background-color: #fff;
	border:1px solid #005f9b !important;
	border-radius: 0.188rem !important;
}
*/

.history-apply-button {
	background-color: #666;
}

.history-icon-remove {
	background-color: #666;
	border-radius: 5px;
	width: 40px;
	height: 25px;
	margin-top: 0.25rem;
	background: transparent;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
}

#downloads-paragraph {
	padding-bottom: 58px;
}

.filetype {
	display: inline;
}

.size {
	padding-left: 10px;
}

.download-history-span {
	height: 30px !important;
	width: 30px !important;
}

.resources-download-div {
	padding-top: 0.7rem !important;
}

.display-resource-info-parent p {
	color: #005f9b;
	font-size: 14px;
}

.display-resource-info-parent {
	min-height: 50px;
	line-height: 18px;
	width: 98%;
}

#idr-history-page .actions-download {
	background-color: #005f9b;
	border-radius: 5px;
	border: 2px solid #005f9b;
	font-size: 0.5em;
	padding: 3px;
	margin: 5px;
	width: 25px;
	cursor: pointer;
}

#idr-history-page .actions-download:hover {
	background-color: #0583d2;
	transition: background-color ease 0.25s;
}

#idr-history-page .resource-info-content-body {
	padding-left: 0.5rem;
}

@media (min-width: 576px) {
	.resource_history_details {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#idr-history-page .resource-info-content-body {
		padding-left: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	
	#idr-history-page .resource-info-content-body {
		padding-left: 1.75rem;
	}
}

@media (max-width: 992px) {

	.display-resource-info-parent {
		width: 98%;
	}
}

@media (max-width: 576px) {

	.display-resource-info-parent {
		width: 94%;
	}

	.resource_history_details h3, .resource_history_details h5, .resource_history_details p {
		display: block;
	}

	.size {
		padding-left: 0px;
	}

	.resources-history .form-control {
		width: 160px;
	}
}

/**resources-History-Page**/