/**
 * public dashboard arabic compatible css file.
 * dashboard/styles/styles.css
 *
 * @copyright (c) 2021 Naua for sustainable development and UNICEF Jordan
 * @link https://www.nahno-volunteers.com
 * @since 2020-12-15
 *
 * @author Hamzeh Oweis <hamzeh@insalat.com>
 *
 */

/** TODO: break lines at 80 */

/** TODO: code documentation */

/** TODO: review code */

.public-dashboard .sub-container {
	border-bottom: solid 5px #f0f0f0;
}

.public-dashboard .v-line {
	border-right: solid 1px black;
	height: 100%;
}

.public-dashboard .h-line {
	border-bottom: solid 1px black;
	width: 100%;
}

.font117em {
	font-size: 1.17em;
}
.font095em {
	font-size: .95em;

}
.pt-10{
	padding-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
	#all-volunteer-tab-details .details,#volunteer-tab-details .details, #ngo-tab-details .details,  #active-ngo-tab-details .details {
		border-bottom: solid 5px #f0f0f0;
	}
	.public-dashboard .sub-container {
		border-bottom: solid 1px black;
	}
	.mobile-min-width-300 {
		min-width: 300px;
	}
}

