﻿/* ページ全体の構成要素 */
/* ヘッダーやフッター等 */

#mubase {
	width: 100%;
	margin: auto auto;
	position: relative;
	text-align: left;
}

#mubody {
	width: 100%;
	margin: auto auto;
	text-align: left;
	background-color: #F4F4F4;
	border-bottom: 1px solid gainsboro;
}

#muheader {
	width: 100%;
	color: #333;
}

/*
------------------------------------------------
  グローバルナビゲーション
------------------------------------------------
*/

#globalnav-techtouch img{
	width:100%;
}

.globalnav-menu-img-wrapper {
	margin-top: 0.3rem;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

#globalnav-techtouch {
	border-left: 1px solid gainsboro;
	border-right:none;
}

#globalnav {
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid gainsboro;
}

#globalnav .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#globalnav .flexible-spacer {
	flex: 1 1 auto;
	height: 40px;
}

#globalnav .clickable {
	cursor: pointer;
}

#globalnav .clickable:hover {
	background-color: #CDE6F6;
	transition: all .3s;
}

#globalnav-logo {
	cursor: pointer;
	padding: 0 16px;
	width: 200px;
}

#globalnav-left {
	margin-left: 30px;
}

#globalnav-right {
	margin-right: 40px;
}

.globalnav-menu {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid gainsboro;
}

.globalnav-menu-first {
	border-left: 1px solid gainsboro;
}

.globalnav-menu a,
.globalnav-menu .inner {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 0px 10px;
	text-decoration: none;
	color: #333;
}

.globalnav-menu a:hover {
	background-color: #CDE6F6;
	color: midnightblue;
}

.globalnav-menu-fa-wrapper {
	font-size: 0.85em;
}

#globalnav-collaboform,
#globalnav-logo,
#globalnav-techtouch,
#globalnav-applications,
#globalnav-help,
#globalnav-admin,
#globalnav-logout,
#globalnav-username {
	float: left;
	display: block;
	text-align: center;
	height: 40px;
	color: #555;
}

#globalnav-collaboform,
#globalnav-applications,
#globalnav-help,
#globalnav-admin,
#globalnav-menu-common-settings,
#globalnav-logout {
	width: 46px;
}

#globalnav-applications {
	color: steelblue;
}

#globalnav-username {
	font-size: 1.3rem;
}

#globalnav-collaboform .inner,
#globalnav-username .inner,
#globalnav-applications .inner,
#globalnav-help .inner,
#globalnav-admin .inner,
#globalnav-logout .inner {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

#globalnav-logo .inner {
	width: 170px;
	height: 40px;
	justify-content: center;
	align-items: center;
}

#logo {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

#globalnav-collaboform .inner,
#globalnav-applications .inner,
#globalnav-help .inner,
#globalnav-admin .inner,
#globalnav-logout .inner {
	width: 46px;

}

#globalnav-applications .inner {
	padding: 0px;
	width: 200px;
}

#globalnav-collaboformIcon {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

#personal-profile-icon {
	float: left;
	width: 38px;
	height: 38px;
	border-top: 1px solid gainsboro;
	border-left: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
	border-bottom: 0px solid gainsboro;
	margin: 0px 0px 0px 0px;
	background-color: white;
}

#personal-profile-icon{
	float: left;
	width:38px;
	height:38px;
	border-top:1px solid gainsboro;
	border-left:1px solid gainsboro;
	border-right:1px solid gainsboro;
	border-bottom:0px solid gainsboro;
	margin:0px 0px 0px 0px;
	background-color:white;
}

.globalnav-align-right{
	display: flex;
	justify-content: flex-end;
}

.globalnav-submenu{
	position:absolute;
	display:none;
	padding:0px;
	border: 1px solid gainsboro;
	background-color: white;
	text-align: left;
	font-size: 1.3rem;
	z-index: 300000;
}

.globalnav-submenu .item {
	cursor: pointer;
	padding: 0px 6px;
}

.globalnav-submenu .item:hover {
	background-color: #CDE6F6;
	color: midnightblue;
}

.globalnav-submenu .item a {
	border: 0px;
	height: 30px;
	text-decoration: none;
	color: #333;
	font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
	#globalnav-logo {
		padding: 0;
	}

	#globalnav-left {
		margin-left: 0;
	}

	#globalnav-right {
		margin-right: 0;
	}

	.globalnav-menu a,
	.globalnav-menu .inner {
		padding: 0px 5px;
	}
}

/*
------------------------------------------------
   アプリケーションメニュー
------------------------------------------------
*/

#globalnav-applications-menu {
	display: none;
	position: absolute;
	border: 1px solid gainsboro;
	background-color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 10;
	box-shadow: rgba(110, 110, 110, 0.65098) 0px 0px 3px 1px;
	-webkit-box-shadow: rgba(110, 110, 110, 0.65098) 0px 0px 3px 1px;
	top: 42px;
	left: 20px;
	padding: 20px;
}

#globalnav-applications-menu:after {
	content: '';
	position: absolute;
	border-bottom: 10px solid #FFF;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: -10px;
	left: 5px;
}

#globalnav-applications-menu .item {
	position: relative;
	float: left;
	width: 80px;
	height: 70px;
	padding: 5px;
	margin: 0px 10px 0px 10px;
	cursor: pointer;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

#globalnav-applications-menu .item:hover {
	background-color: #CDE6F6;
	color: midnightblue;
}

#globalnav-applications-menu img {
	margin: 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#globalnav-applications-menu .application-title {
	height: 2.5rem;
	line-height: 1.3rem;
	display: block;
	overflow: hidden;
	white-space: initial;
	text-overflow: "";
}

/*
------------------------------------------------
   フッター
------------------------------------------------
*/

#mufooter {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
	background-color: #E9E9E9;
	border-bottom: 1px solid gainsboro;
}

#mufooter_copyright {
	padding: 6px 10px 3px 10px;
	margin-right: 30px;
	font-size: 1.2rem;
	color: #333333;
}

#mufooter_alert {
	padding: 5px;
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	float: left;
}

/*
------------------------------------------------
   申請状態
------------------------------------------------
*/

.flowstatus {
	display: inline-block;
	min-width: 50px;
	font-family: "Meiryo UI";
	padding: 3px 2px;
	text-align: center;
	font-size: 1.3rem;
	color: #FFF;
	white-space: nowrap;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.flowstatus-flow {
	background: #38a1db;
}

.flowstatus-reject {
	background: tomato;
}

.flowstatus-takeback {
	background: orange;
}

.flowstatus-decision {
	background: #00a381;
}

.flowstatus-remand {
	background: tomato;
}

.flowstatus-draft,
.flowstatus-pause {
	background: silver;
}

.flowstatus-decisionedtakeback {
	background: orange;
	font-size: 1.06rem;
	padding: 5px 2px;
}

/*
------------------------------------------------
   判定履歴
------------------------------------------------
*/

.statusbox {
	display: inline-block;
	min-width: 30px;
	font-size: 1.23rem;
	font-family: "Meiryo UI";
	color: #FFF;
	white-space: nowrap;
	padding: 2px 6px 2px 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}

.statusbox-accept {
	background-color: #00a381;
}

.statusbox-confirm {
	background-color: #00a381;
}

.statusbox-deny {
	background-color: #d0576b;
}

.statusbox-undeterm,
.statusbox-unconfirm,
.statusbox-redeterm {
	background-color: #a9a9a9;
}

.statusbox-remand {
	background-color: tomato;
}

.statusbox-reject {
	background-color: tomato;
}

.statusbox-takeback {
	background-color: orange;
}

.statusbox-skip {
	background-color: #00bfff;
}

.statusbox-stay {
	background-color: #0095d9;
}

/*
------------------------------------------------
   ページインデックス
------------------------------------------------
*/

.pageindex {
	display: inline-block;
	height: 20px;
}

.pageindex a {
	border: 1px solid silver;
	background-color: #FFF;
	padding: 2px 9px;
	margin: 1px;
	height: 18px;
	font-size: 1.3rem;
	font-family: "Meiryo UI";
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pageindex a:hover {
	background-color: #CDE6F6;
	position: relative;
}

.pageindex span {
	display: inline-block;
	border: 1px solid silver;
	font-weight: bold;
	padding: 2px 9px;
	margin: 1px;
	height: 18px;
	background-color: #51759D;
	font-size: 1.3rem;
	font-family: "Meiryo UI";
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*
------------------------------------------------
   サブウインドウ
------------------------------------------------
*/

/* jQueryダイアログデザイン調整 */
.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid gainsboro;
}

/*
------------------------------------------------
   プログレスバー
------------------------------------------------
*/

.overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200000;
	width: 100%;
	height: 100%;
}

.loading {
	display: none;
	position: absolute;
	padding: 8px 12px;
	text-align: center;
	border: 1px solid gainsboro;
	z-index: 200001;
	background-color: #FFF;
	box-sizing: content-box;
	border-radius: 4px;
	top: 40%;
	left: 50%;
	transform: translate(-40%, -50%);
}

.loading-message {
	color: #343434;
	font-size: 1.4rem;
}

.loading-message::before {
	animation: loading-spinner .7s linear infinite;
	border-radius: 50%;
	border: 3px solid #e9f6f9;
	border-top-color: #64C0D3;
	content: '';
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
}

@keyframes loading-spinner {
	to {
		transform: rotate(360deg);
	}
}


/*
------------------------------------------------
   選択可能リスト
------------------------------------------------
*/

.selectable-list,
.selected-list {
	overflow: hidden;
	border: 1px solid gainsboro;
	margin: 0px;
	padding: 2px;
	list-style-type: none;
}

.selectable-list li,
.selected-list {
	padding: 0px 4px;
	line-height: 1.8rem;
	font-size: 1.2rem;
}

.selectable-list li {
	cursor: pointer;
}

.selectable-list li:hover {
	background-color: #D5DFFF;
}

.selectable-list .selected {
	background-color: gainsboro;
}

/*
------------------------------------------------
   コラボフローその他UIクラス
------------------------------------------------
*/

.TreeMenu {
	color: #000000;
	text-decoration: none;
}

.moveTo {
	width: 100%;
	border: 1px solid gainsboro;
}

#licenseWarning {
	width: 100%;
	padding: 10px 0px 0px 20px;
	z-index: 50000;
	text-align: left;
	font-size: 1.3rem;
	background-color: white;
	border: 1px solid gainsboro;
}

@media print {
	.printhead {
		display: none;
	}
}

/*
------------------------------------------------
   テーブル 標準1
------------------------------------------------
*/

.tables_1 {
	border: 1px solid #AAAAAA;
	font-family: "メイリオ", sans-serif;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFFFFF;
}

.tables_1 th {
	border-style: none solid solid;
	border-width: 0px 1px 1px;
	border-color: #AAAAAA;
	background-color: whitesmoke;
	background-image: url(images/head_s1.png);
	background-position: left top;
	padding: 2px 2px 1px 6px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
	white-space: nowrap;
	empty-cells: show;
}

.tables_1 td {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 4px 2px 4px 6px;
	font-size: 1.2rem;
	empty-cells: show;
}

.tables_1 td.wrapper {
	word-break: break-all;
	word-wrap: break-word;
}

.tables_1 a {
	text-decoration: none;
	color: #000000;
}

.tables_1 img {
	margin-right: 4px;
	vertical-align: middle;
	border: 0px solid;
}

.tables_1_stripe {
	background-color: #E9E9E9;
}


/*
------------------------------------------------
   テーブル 標準2
------------------------------------------------
*/

.tables_2 {
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 1.3rem;
	background-color: #FFF;
	border: 1px solid #D4D4D4;
	text-align: left;
}

.tables_2 th,
.tables_2 td {
	padding: 4px;
	color: #333;
}

.tables_2 th {
	background-image: url(./images/head_s1.png);
	white-space: nowrap;
}

.tables_2 th a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.tables_2 td {
	border-bottom: 1px solid gainsboro;
}

.tables_2 td.wrapper {
	word-break: break-all;
	word-wrap: break-word;
}

.tables_2 td a {
	color: midnightblue;
	text-decoration: none;
}

.tables_2 td a:hover {
	color: royalblue;
	text-decoration: none;
}

/*
------------------------------------------------
   テーブル シンプル枠
------------------------------------------------
*/

.tables_3 {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	font-family: "メイリオ", sans-serif;
	text-align: left;
}

.tables_3 table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tables_3 th {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	background-image: url(images/head_s3.png);
	text-align: right;
	font-size: 1.2rem;
	color: #000000;
	font-weight: normal;
	white-space: nowrap;
	empty-cells: show;
}

.tables_3 td {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	padding: 2px 2px 2px 6px;
	font-size: 1.2rem;
	empty-cells: show;
}

.tables_3 a {
	text-decoration: none;
	color: #000000;
}

.tables_3 img {
	margin-right: 4px;
	vertical-align: middle;
	border: 0px solid;
}

/*
------------------------------------------------
   テーブル スタイルリセット
------------------------------------------------
*/

.tables_reset {
	border-style: none !important;
	font-family: "メイリオ", sans-serif;
}

.tables_reset table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tables_reset th {
	border-style: none !important;
	text-align: left;
	font-weight: normal;
	empty-cells: show;
}

.tables_reset td {
	border-style: none !important;
	text-align: left;
	font-weight: normal;
	empty-cells: show;
}

/*
------------------------------------------------
   テーブル 印刷用
------------------------------------------------
*/

.tables_print {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-collapse: collapse;
	font-family: "メイリオ", sans-serif;
}

.tables_print table {
	border: 1px solid gray;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: rgb(255, 255, 255);
}

.tables_print td {
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding: 2px 2px 2px 6px;
	font-size: 1.2rem;
	empty-cells: show;
}

/*
------------------------------------------------
   設定項目用テーブル
------------------------------------------------
*/

.setting-table {
	border-spacing: 1px;
	background-color: #CCCCCC;
}

.setting-table caption {
	text-align: left;
	font-weight: bold;
}

.setting-table th {
	border-bottom: 0px solid #D4D4D4;
	background-color: #EEEEEE;
	background-position: left top;
	padding: 4px 2px 3px 8px;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	white-space: nowrap;
	empty-cells: show;
	line-height: 26px;
}

.setting-table td {
	background-color: #FFFFFF;
	padding: 4px 8px 3px 8px;
	font-size: 10pt;
	empty-cells: show;
	line-height: 26px;
}

/*
------------------------------------------------
  datagrid用スタイル
------------------------------------------------
*/

.collaboflow_datagrid_normalPageIndex {
	color: blue;
	text-decoration: underline;
	margin: 0px 4px 0px 4px;
}

.collaboflow_datagrid_selectedPageIndex {
	margin: 0px 4px 0px 4px;
}

.datagrid_pageArea {
	font-size: 9pt;
	margin: 10px 0px 3px 0px;
	float: left;
	padding: 4px 4px 0px 4px;
	height: 20px;
}

.datagrid_pageIndex {
	font-size: 10pt;
	margin: 10px 0px 3px 0px;
	float: left;
}

.datagrid_tableArea {
	margin-top: 10px;
}

.datagrid_tables {
	border-spacing: 1px;
	background-color: #CCCCCC;
	clear: both;
	width: 98%;
}

.datagrid_tables th {
	border-bottom: 0px solid #D4D4D4;
	background-color: #EEEEEE;
	background-position: left top;
	padding: 4px 2px 3px 8px;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	white-space: nowrap;
	empty-cells: show;
	line-height: 18px;
}

.datagrid_tables td:not([class^="CLLCalendar"]) {
	background-color: #FFFFFF;
	padding: 4px 8px 3px 8px;
	font-size: 10pt;
	empty-cells: show;
	line-height: 18px;
}

/*
------------------------------------------------
  標準ボタンスタイル
------------------------------------------------
*/

.btn-M,
.btn-S,
.btn-XS {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #000;
	background-color: white;
	border: 1px solid darkgray;
	font-family: "Meiryo UI";
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn-M {
	padding: 6px 12px;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.btn-S {
	padding: 4px 10px;
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.btn-XS {
	padding: 3px 8px;
	font-size: 1.1rem;
	line-height: 1.1rem;
}

.btn-M:hover,
.btn-S:hover,
.btn-XS:hover {
	border: 1px solid darkgray;
	background-color: #CDE6F6;
	color: midnightblue;
	position: relative;
	transition: all .3s;
}

/* FireFox向けのスタイル調整 */
@-moz-document url-prefix() {
	.btn-M {
		padding: 4px 12px;
	}

	.btn-S {
		padding: 3px 10px;
	}

	.btn-XS {
		padding: 3px 8px;
	}
}

.btn-disabled {
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;
}

/*
------------------------------------------------
  jQueryダイアログデザイン
------------------------------------------------
*/

.ui-dialog .ui-dialog-titlebar {
	border: 1px solid #D0D0D0;
	background: #E0E0E0;
	font-family: "メイリオ", sans-serif;
	font-size: 10pt;
	margin: 4px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	width: 100%;
}

.ui-dialog .ui-dialog-content {
	font-size: 10pt;
	text-align: left;
}

.ui-dialog .ui-dialog-buttons {
	padding: 20px 10px 5px 10px;
	text-align: center;
}

.ui-dialog-content {
	margin: 20px 10px 10px 10px;
}

/*
------------------------------------------------
  添付ファイルクラス
------------------------------------------------
*/

.input-file {
	display: none;
}

.dsp-file {
	font-size: 1.2rem;
}

.btn-file {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 3px 6px;
	cursor: pointer;
	color: #000;
	background-color: white;
	border: 1px solid darkgray;
	font-family: "Meiryo UI";
	font-size: 1.2rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-appearance: none;
}

.btn-file:hover {
	border: 1px solid darkgray;
	background-color: #CDE6F6;
	color: midnightblue;
	position: relative;
}

.judgeFileAttachment {
	width: 365px;
}

.judgeFileAttachment:nth-last-child(1) {
	margin-bottom: 5px;
}

.icon-cursor {
	cursor: pointer;
}

/*
------------------------------------------------
  標準スタイルクラス
------------------------------------------------
*/


.default_font {
	font-family: "メイリオ", sans-serif;
	font-size: 1.2rem;
}

.header_m1 {
	box-sizing: border-box;
	border-bottom: 1px solid gray;
	padding: 3px 20px;
}

.header_m2 {
	box-sizing: border-box;
	text-align: left;
	padding: 6px 20px;
	background-color: whitesmoke;
	border-bottom: 1px solid silver;
	box-shadow: rgba(110, 110, 110, 0.65098) 0px 0px 5px -1px;
	-webkit-box-shadow: rgba(110, 110, 110, 0.65098) 0px 0px 5px -1px;
}

.header_m2_bottom {
	text-align: left;
	padding: 6px 20px;
	background-color: whitesmoke;
	border-bottom: 1px solid silver;
}

.header_s1 {
	font-size: 1.2rem;
	text-align: left;
	border: 1px solid gray;
	padding: 3px;
	background-image: url('images/head_s1.png');
}

.header_s2 {
	font-size: 1.3rem;
	text-align: left;
	padding: 3px;
	background-image: url('images/head_s1.png');
	border-style: solid;
	border-color: gray;
	border-width: 1px 1px 0px 1px;
}

.dropShadow {
	box-shadow: rgba(110, 110, 110, 0.65098) 0px 0px 10px -3px;
	-webkit-box-shadow: rgba(110, 110, 110, 0.65098) 0px 0px 10px -3px;
}

.dropShadow2 {
	height: 12px;
	padding: 0px;
	background-image: url('images/dropShadow2.gif');
}

.dropShadow3 {
	height: 12px;
	padding: 0px;
	background-image: url('images/dropShadow3.gif');
}

.upload-control {
	display: inline-block;
}

.upload-control button {
	border: solid 1px darkgray;
	background-color: white;
	color: black;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.upload-control button:hover {
	background-color: #CDE6F6;
	color: midnightblue;
	transition: all 0.3s;
}

.top5 {
	margin-top: 5px;
}

.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.top30 {
	margin-top: 30px;
}

.top40 {
	margin-top: 40px;
}

.left5 {
	margin-left: 5px;
}

.left10 {
	margin-left: 10px;
}

.left20 {
	margin-left: 20px;
}

.left40 {
	margin-left: 40px;
}

.right5 {
	margin-right: 5px;
}

.right10 {
	margin-right: 10px;
}

.right20 {
	margin-right: 20px;
}

.right30 {
	margin-right: 30px;
}

.right50 {
	margin-right: 50px;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom40 {
	margin-bottom: 40px;
}

.text_M {
	font-size: 1.3rem;
}

.text_S {
	font-size: 1.2rem;
}

.text_XS {
	font-size: 1.1rem;
}

.text_overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.align-left {
	text-align: left;
}

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

.align-center {
	text-align: center;
}

.red {
	color: tomato;
}

.green {
	color: mediumseagreen;
}

.darkgreen {
	color: teal;
}

.blue {
	color: royalblue;
}

.orange {
	color: orange;
}

.gray {
	color: dimgray;
}

.border-b-normal {
	border-width: 1px;
	border-style: solid;
	border-color: gainsboro;
}

.width30 {
	width: 30px;
}

.width40 {
	width: 40px;
}

.width50 {
	width: 50px;
}

.width60 {
	width: 60px;
}

.width70 {
	width: 70px;
}

.width80 {
	width: 80px;
}

.width90 {
	width: 90px;
}

.width100 {
	width: 100px;
}

.width150 {
	width: 150px;
}

.width200 {
	width: 200px;
}

.width250 {
	width: 250px;
}

.width300 {
	width: 300px;
}

.width400 {
	width: 400px;
}

.width500 {
	width: 500px;
}

.width600 {
	width: 600px;
}

.width700 {
	width: 700px;
}

.width800 {
	width: 800px;
}

.height80 {
	height: 80px;
}

.height100 {
	height: 100px;
}

.cursorPointer {
	cursor: pointer;
}
