/*
 *
 * Graphical Tools
 *
 */

.library_hidden
{
	display: none;
}

.library_centered
{
	text-align:center;
	vertical-align:middle;
}

.library_centered_flex
{
	display:flex;
	align-items:center;
	justify-content:center;
	height: 100%;
}

.library_justify_centered
{
	justify-content:center;
}

.library_full_width
{
	width:100%;
}

.library_text_align_left
{
	text-align:left;
}

.library_text_align_right
{
	text-align:right;
}

.library_text_align_center
{
	text-align:center;
}

.library_text_align_justify
{
	text-align:justify;
}

.library_major_square
{
	border: 1px solid rgba(80,80,80,0.1);
    border-radius: 20px;
	background: rgb(245, 245, 245, 1);
	box-shadow: 0px 2px 5px 1px rgba(120,120,120, 0.1);
}

.library_form_in_square
{
	width:100%;
	padding:20px;
}

.library_separator_horizontal
{
    height: 2px;
    width: 95%;
    margin-left: 2.5%;
	margin-top:0px;
	margin-bottom:20px;
    background-color: rgba(15,15,15,.1);
}

.library_separator_vertical_right
{
	border-right: 1px grey solid;
}

.library_bottom_buttons
{
	width:100%;
	padding:0px 10px 0px 10px;
}

.library_jumbotron_left
{
	padding : 4rem 2rem;
	border-radius : 0.3rem;
	text-align : left;
}

.library_horizontal_space_5
{
	width : 100%;
	height : 5px;
}

.library_horizontal_space_10
{
	width : 100%;
	height : 10px;
}

.library_horizontal_space_15
{
	width : 100%;
	height : 15px;
}

.library_horizontal_space_25
{
	width : 100%;
	height : 25px;
}

.library_horizontal_space_40
{
	width : 100%;
	height : 40px;
}

.library_horizontal_space_50
{
	width : 100%;
	height : 50px;
}

.library_horizontal_space_100
{
	width : 100%;
	height : 100px;
}

.library_horizontal_space_125
{
	width : 100%;
	height : 125px;
}

.library_horizontal_space_150
{
	width : 100%;
	height : 150px;
}

.library_important_italic_red
{
	color : red!important;
	font-style:italic!important;
}

.library_important_italic_orange
{
	color : #bc402f!important;
	font-style:italic!important;
}

.library_underlined
{
	text-decoration:underline;
}

.library_main_rows
{
	margin:auto;
	width:100%;
}

.library_aligned_buttons
{
	margin:5px;
}

.library_action_link_disabled
{
	color:rgb(120,120,120);
	font-style:italic;
}

.library_min_width_120
{
	min-width : 120px;
}

.library_status_green
{
	color:rgb(20,190,20);
	font-weight:bold;
}

.library_status_red
{
	color:rgb(190,20,20);
	font-weight:bold;
}

.library_help_text
{
	display:block;
	margin-top:.25rem;
	font-size:.875em;
	color:#6c757d!important;
}
