.page {
	border: 1px solid #a5acb5;
	margin: 20px;
	padding: 15px;
	-webkit-box-shadow: #000000 0px 0px 10px;
	box-shadow: #000000 0px 0px 10px;
	background: #FFF;
	behavior: url(/PIE.htc);
}

#ribbon {
	font-family: 'LatoRegular', Arial, Tahoma, Helvetica, sans-serif;
	cursor: default;
	font-size: 8pt;
	overflow: hidden;
	behavior: url(/PIE.htc);
	z-index: 25;
	height: auto;
}

	#ribbon.backstage {
		height: auto;
		bottom: 0;
	}

	#ribbon .ribbon-window-title {
		text-align: center;
		color: #000;
		padding: 2px;
		font-size: 10pt;
		display: block;
	}

	#ribbon #ribbon-tab-header-strip {
		height: 21px;
		margin: 0 0 1px 10px;
		white-space: nowrap;
	}

	#ribbon .ribbon-tab-header {
		color: #4e9bea;
		display: inline-block;
		font-size: 14px;
		margin: 0 1px;
		padding: 3px 10px 4px;
		position: relative;
		z-index: 40;
		border: 1px solid transparent;
		border-bottom: 0;
		line-height: 14px;
	}

.ribbon-tab-new {
	color: #4e9bea;
	display: inline-block;
	font-size: 14px;
	margin: 0 1px;
	padding: 3px 10px 4px;
	position: relative;
	z-index: 40;
	border: 1px solid transparent;
	border-bottom: 0;
	line-height: 14px;
}

#ribbon.backstage .ribbon-tab-header {
	border-bottom: 1px solid #1f48a1;
}



#ribbon.backstage .ribbon-tab-header {
	border-bottom: 1px solid #1f48a1;
}

#ribbon .ribbon-tab-header:hover,
#ribbon .ribbon-tab-header.sel,
#ribbon .ribbon-tab-header.sel:hover {
	margin: 0 1px;
	cursor: default;
	z-index: 45;
}

#ribbon .ribbon-tab {
	height: 102px;
	padding: 4px 0 0;
	margin-top: 0;
	overflow: hidden;
	min-width: 500px;
	behavior: url(/PIE.htc);
	z-index: 30;
	-pie-watch-ancestors: 2;
	border-bottom: 2px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
}

#ribbon .ribbon-backstage {
	display: none;
}


#ribbon.backstage .ribbon-backstage {
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background-color: #FFF;
}

#ribbon .section-title {
	color: #000;
	font-size: 11px;
	text-align: center;
	clear: left;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 18px;
}

#ribbon .ribbon-section {
	float: left;
	position: relative;
	height: 78px;
}

#ribbon .ribbon-section-sep {
	border-left: 1px solid #0067c6;
	margin: 0 5px;
	height: 92px;
	position: relative;
	width: 0;
	float: left;
	display: none;
}

#ribbon .ribbon-button {
}

#ribbon .ribbon-button-large {
	text-align: center;
	height: 78px;
	/*width: 84px;*/
	width: 90px;
	float: left;
	position: relative;
	margin-left: 3px;
}

#ribbon .ribbon-button-small {
	height: 24px;
	min-width: 130px;
	width: 174px;
	display: flex;
	align-items: center;
	padding: 0 15px 0 5px;
	margin-left: 3px;
	margin-bottom: 2px;
}

#ribbon .ribbon-button .button-help {
	display: none;
}

#ribbon .ribbon-button-large .button-title {
	line-height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
}

#ribbon .ribbon-button-small .button-title {
	color: #000;
	font-size: 12px;
}

.ribbon-button-small .ribbon-icon {
	height: 30px;
}

#ribbon .ribbon-button-large .button-title {
}

#ribbon .ribbon-button-large .ribbon-icon {
	margin: auto;
}

.ribbon-icon-container {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ribbon-button-small .ribbon-icon-container {
	margin-right: 5px;
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*
    #ribbon .ribbon-button-small .ribbon-icon
{
	float: left;
	clear: left;
	margin: -5px 8px 1px 1px;
}
#ribbon .ribbon-button .ribbon-icon.ribbon-hot, #ribbon .ribbon-button .ribbon-icon.ribbon-disabled
{
	display: none;
}

#ribbon .ribbon-button-large .ribbon-icon.ribbon-normal
{
	display: block;
}

#ribbon .ribbon-button:hover .ribbon-icon.ribbon-normal
{
	display: none;
}

#ribbon .ribbon-button-large:hover .ribbon-icon.ribbon-hot
{
	display: none;
}
#ribbon .ribbon-button-large:hover .ribbon-icon.ribbon-normal
{
	display: block;
}
#ribbon .ribbon-button-small .ribbon-icon.ribbon-normal
{
	display: inline;
}

#ribbon .ribbon-button-small:hover .ribbon-icon.ribbon-hot
{
	display: inline;
}*/

#ribbon .ribbon-button-large:hover,
#ribbon .ribbon-button-small:hover {
	background-color: #f4f4f4;
	cursor: pointer;
}

#ribbon .ribbon-button:hover .button-title, #ribbon .ribbon-button.sel .button-title {
	color: #b1cff8;
}

#ribbon .ribbon-button:active {
	border: 1px solid #fff;
	background: #4e9be9;
	cursor: pointer;
}

#ribbon .ribbon-button.disabled .ribbon-icon, #ribbon .ribbon-button.disabled:hover .ribbon-icon {
	display: none;
}

	#ribbon .ribbon-button.disabled .ribbon-icon.ribbon-disabled {
		display: block;
		opacity: 0.8;
	}

	#ribbon .ribbon-button.disabled .ribbon-icon.ribbon-implicit-disabled {
		opacity: 0.4;
	}

#ribbon .ribbon-button.disabled:hover {
	border: 1px solid transparent;
	background: transparent;
	cursor: default;
}

#ribbon .ribbon-button.disabled:active {
	border: 1px solid transparent;
	background: transparent;
	cursor: default;
}

#ribbon .ribbon-button.disabled .button-title {
	color: #888;
}

.ribbon-tooltip {
	font-family: "Segoe UI", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	position: fixed;
	z-index: 5000;
	border: 1px solid #8b9097;
	background-color: #e5e5f0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e5e5f0));
	-pie-background: linear-gradient(#ffffff, #e5e5f0);
	padding: 5px;
	-webkit-box-shadow: #c6c9cd 1px 1px 3px;
	box-shadow: #c6c9cd 1px 1px 3px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	width: 200px;
	top: 150px !important;
}


.no-sep-after + .ribbon-section-sep {
	display: none;
}

.merged-ribbon-section {
	position: relative;
	float: left;
	border-right: 1px solid #000;
	height: 92px;
	padding-right: 3px;
}

.ribbon-timer {
	min-width: 150px;
	text-align: center;
}

.ribbon-section-right{
	float:right;
}

	.ribbon-timer p {
		font-size: 30px;
		font-weight: bold;
		color: #734c98;
		font-family: "Arial";
	}

	.ribbon-timer input {
		background: #734c98;
		color: #cdc9d8;
		text-transform: uppercase;
		display: inline-block;
		width: 65px;
		text-align: center;
		padding: 3px 0 5px;
		font-size: 15px;
		/* line-height: 1.6; */
		font-weight: bold;
		letter-spacing: .5px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

.large_icons {
	font-size: 30px;
}

.icon-red {
	color: red !important;
}

/* .ribbon-tab-header-toggle {
  bottom: 0;
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
  background-repeat:no-repeat;
  cursor:pointer;
}
.ribbon-tab-header-up 
{
    background-image:url("../icons/up.png");
}
.ribbon-tab-header-dock 
{
    background-image:url("../icons/dock.png");
} */

@media screen and (max-width: 1366px) {
	.ribbon-tab {
		height: 90px;
		margin-top: 0;
		padding: 3px;
	}

	#ribbon .ribbon-section {
		height: 68px;
	}

	#ribbon .ribbon-section-sep {
		height: 80px;
		margin: 0 5px;
	}

	#ribbon .ribbon-button-large {
		height: 64px;
		width: 78px;
	}

	#ribbon .ribbon-button-small {
		height: 22px;
		padding: 0 10px 0 5px;
	}

	#ribbon .large_icons {
		font-size: 26px;
	}

	#ribbon .ribbon-button-small .ribbon-icon.ribbon-normal {
		width: 20px;
	}

	#ribbon .ribbon-button-small:hover .ribbon-icon.ribbon-hot {
		width: 20px;
	}

	#ribbon .ribbon-button {
		line-height: 8px;
		padding: 3px;
	}

	#ribbon .ribbon-button-small .ribbon-icon {
		margin: -5px 3px 1px 1px;
	}
}

@media screen and (max-width: 1280px) {
	#ribbon .ribbon-button {
		line-height: 8px;
		padding: 3px 1px;
	}

	#ribbon .ribbon-section-sep {
		margin: 0 2px;
	}
}
