
#mt_outer_div {
	width: 100%;
	min-width: 700px;
	min-height: 500px
}

#mt_header_div {
	width: 100%;
	border: 1px solid black;
}

#mt_navbar_div {
	width: 100%;
	border: 1px solid black;
}

#mt_table_div {
	width: 100%;
	border: 0px;
}

#mt_table {
	width: 100%;
	border: 0px;
}

#mt_inner_left {
	width: 15%;
	vertical-align: top;
}

#mt_inner_right {
	width: 85%;
}

#mt_login_div.ng_scope {
	width: 150px;
}

div.mt_tag_line {
	border: 1px solid black;

	padding-top: 5px;
	padding-bottom: 5px;
}

table.mt_tag_table {
}

#mt_delete_runs {
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	vertical-align: top;
}

#mt_delete_runs_message {
	margin-bottom: 25px;
}

#mt_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(10,10,10,0.5);
    z-index: 10;
}

#mt_modal {
    width: 300px;
    height: 200px;
    line-height: 200px;
    position: fixed;
    top: 50%; 
    left: 50%;
	border: 2px solid black;
    margin-top: -100px;
    margin-left: -150px;
    border-radius: 5px;
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
}

div.fh_menu {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 5px;
}

.runsim_table {
	border-style: solid;
	border-color: rgba(0,0,0,0);
}

table.runsim_table {
	margin: 5x;
	border-width: 15px;
}

tr.runsim_table {
	border-top-width: 15px;
	border-bottom-width: 15px;
}

td.runsim_table {
	border-left-width: 15px;
	border-right-width: 15px;
}

.runsim_table_buttons {
	width: 25%;	
}

.runsim_table_buttons {
	width: 25%;	
}

.runsim_table_description {
	vertical-align: top;
}

#mt_runsim_hr {
	margin: 5px;
	border: 0px;
	border-top: 1px solid black;
}

.hardstop_table {
	border: 1px solid black;
}

tr.hardstop_table {
	margin: 10px;
}

td.hardstop_table {
	padding: 10px;
}

.hardstop_inner_table {
}

tr.hardstop_inner_table {
	margin: 10px;
}

td.hardstop_inner_table {
	padding: 10px;
}

/*Extra styles to prettify stuff*/
#cpfood_outer_div {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}
#cpfood_query_body {
    margin-bottom: 1rem;
}
#sel_tag_name {
    padding: .5rem;
    background-color: white;
    color: black;
    border: .1rem solid #CCC;
    border-radius: .25rem;
}

/*Time Table Rules, begin by setting sane column widths*/
#cpfood_query_body table:first-child th:first-child {
    width: 10rem;
}
#cpfood_query_body table:first-child th:nth-child(2) {
    width: 7.5rem;
}

/*Add Record Rules*/
#add_record_panel {
    max-width: 35rem;
}
#add_record_form .input-group-addon {
    width: 9rem;
}
#add_record_form .input-group {
    margin-bottom: .5rem;
}

/*Responsive Rules for larger displays*/
@media(min-width: 1000px) {
    #cpfood_outer_div {
        max-width: 75%;
    }
}
