html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
	/*background-color: #000;*/
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
}

body > i {
	position: absolute;
	right: 2px;
	cursor: pointer;
	font-size: x-large;
	z-index: 10;
}

.embededContainer iframe {
	border: none;
}

.pl-4 {
	padding-left: 0.4rem;
}

.pl-10 {
	padding-left: 1rem;
}

.pr-15 {
	padding-right: 1.5rem;
}

.py-4 {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.ml-a {
	margin-left: auto;
}

.ml-5 {
	margin-left: 0.5rem;
}

.mb-8 {
	margin-bottom: 0.8rem;
}

.h-33 {
	height: 33%;
}

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

i {
	color: #272727;
}

.embededContainer {
	height: 100%;
}

.sidebar {
	background-color: #6f6f6f;
	width: 3%;
	height: 100%;
	position: fixed;
	display: flex;
  	flex-direction: column;
  	padding: 10px 0;
  	z-index: 10;
}

.sidebar_body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items:center;
	width:100%;
	gap: 10px;
}

.sidebar_options {
	/*border: 1px solid #e1e1e1;*/
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 6px;
	border-radius: 10px;
}

.sidebar_options:not(.unselectable) {
	cursor: pointer;
}

.sidebar_options > div {
	display: none;
}

.sidebar_options:hover {
	background-color: #eee;
	/*border-radius: 10px;*/
	border-radius: 10px 0 0 10px;
}

.sidebar_options:hover:has(div) {
	border-radius: 10px 0 0 10px;
}

.sidebar_options:hover > div {
	display: flex;
	align-items: center;
	color: #272727;
	position: absolute;
	background-color: #eee;
	border-radius: 0 10px 10px 0;
 	padding: 6px 10px;
	left: 2.7rem;
	white-space: nowrap;
	height: 1.8rem;
}

.sidebar_options > img {
	width: 1.8rem;
	height: 1.8rem;
}

.sidebar_success {
	background: #60c060;
}

.sidebar_success:hover {
	background: #60c060;
}

.sidebar_success:hover > div {
	background: #60c060;
}

.sidebar_info {
	background: #4d90fd;
}

.sidebar_info:hover {
	background: #4d90fd;
}

.sidebar_info:hover > div {
	background: #4d90fd;
}

.sidebar_warning {
	background: #fc9700;
}

.sidebar_warning:hover {
	background: #fc9700;
}

.sidebar_warning:hover > div {
	background: #fc9700;
}

.sidebar_error {
	background: #da4932;
}

.sidebar_error:hover {
	background: #da4932;
}

.sidebar_error:hover > div {
	background: #da4932;
}

#nw, #nw-bi {
	/*background: #f09;*/
	background: #fff;
	position: absolute;
	top: 0;
	left: 3%;
	right: 48.5%;
	bottom: 50%
}

/*#nw::before {
	font-family: "Font Awesome 6 Free";
	content: "\f065";
	color: black;
}*/

#nw i, #nw-bi i {
	position: absolute;
	right: 2px;
	cursor: pointer;
	font-size: x-large;
}

#ne{
	/*background: #f90;*/
	/*background: #ff176b;*/
	background: #fff;
	color: #272727;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	padding: 5px;
	top: 0;
	left: 51.5%;
	right: 0;
	bottom: 30%;
}

#ne > i {
	position: absolute;
	top: 0;
	right: 2px;
	cursor: pointer;
	font-size: x-large;
}

* {
    scrollbar-width: thin;
    /*scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);*/
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
	background-color: #f0f0f0;
    /*background: var(--scroll-bar-bg-color);*/
}

*::-webkit-scrollbar-thumb {
	background-color: #cdcdcd;
    /*background-color: var(--scroll-bar-color);*/
    /*border-radius: 20px;
    border: 3px solid /*var(--scroll-bar-bg-color)*/;
}

#ne span#atera {
	color: #fff;
	width: 80%;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 50px;
}

#ne .row {
	height: 100%;
	display: flex;
	flex-wrap: wrap; 
	flex: 0 0 30%;
	justify-content:space-around;
}

#ne .column {
  /*float: left;*/
  width: 32%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*align-items: stretch;*/
}

#ne .column .title {
	min-height: 25px;
	font-size: 12px;
	font-weight: bold;
}

#ne .grid-item {
	display: flex;
	flex-direction: column;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	margin-bottom: 5px;
	/*height: 215px;*/
}

#ne .grid-item.full-height {
		height: 44%;
}

#ne .grid-item:has(.item-row) {
	height: auto;
}

#ne .grid-item .item-header {
	display: flex;
	align-items: baseline;
	padding: 6px 12px 0 12px;
	/*margin-block: 1.6rem;*/
	font-weight: bold;
	font-size: smaller;
}

#ne .grid-item .item-row {
	padding: 0 12px 12px;
	font-size: 0.7rem;
	display: flex;
	justify-content: space-between;
}

#ne .grid-item .item-row .item-row-cell {
	width: 50%;
}

#ne .grid-item .item-content {
	padding: 0 24px;
	font-size: 0.7rem;
	overflow-y: auto;
	/*height: 100px;*/
	margin-bottom: 12px;
}

#ne .grid-item .item-content .alert-row .alert-row-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*max-width: fit-content;*/
}

#ne .grid-item .item-content .alert-row .alert-row-content span:first-of-type {
	width: 75%;
}

#ne .grid-item .item-content .alert-row .alert-row-content span:first-of-type p:first-of-type {
	margin: 0;
	font-weight: bold;
	/* TODO REMOVE IF FULL LINE NEEDED */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
}

#ne .grid-item .item-content .availability-row .availability-row-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*max-width: fit-content;*/
}

#ne .grid-item .item-content .availability-row .availability-row-content span:first-of-type {
	width: 55%;
}

#ne .grid-item .item-content .availability-row .availability-row-content .no-pill {
	min-width: 7px;
}

#ne .grid-item .item-content .ticket-row .ticket-row-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*max-width: fit-content;*/
}

#ne .grid-item .item-content .ticket-row .ticket-row-content span:first-of-type {
	width: 75%;
}

#ne .grid-item .item-content #setupTickets .ticket-row .ticket-row-content span:first-of-type {
	width: 100%;
}

#ne .grid-item .item-content .ticket-row .ticket-row-content span:first-of-type p:first-of-type {
	margin: 0;
	font-weight: bold;
	/* TODO REMOVE IF FULL LINE NEEDED */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
}

#ne .grid-item .item-content .ticket-row .ticket-row-content .ticket-id {
	margin-right: 5px;
}

/*#ne .grid-item .item-row .item-row-cell {
	width: 100%;
}*/

#ne .grid-item .item-row .item-row-cell span.value-cell {
	display: flex;
	align-items: center;
}

#ne span.pill {
	font-size: 0.7rem;
	font-weight: normal;
	display: flex;
	align-items: center;
	border-radius: 15px;
	padding: 0 5px;
	height: 15px;
}

#ne span.pill.info {
	background-color: #e5f3fc;
	color: #2a9ee9;
}

#ne span.pill.success {
	background-color: #eef6e6;
	color: #6fb732;
}

#ne span.pill.warning {
	background-color: #fef3e3;
	color: #f39c12;
}

#ne span.pill.critical {
	background-color: #fdebeb;
	color: #ef5555;
}

#ne-bi {
	/*background: #009;*/
	background: #fff;
	position: absolute;
	top: 0;
	left: 51.5%;
	right: 0;
	bottom: 50%;
}

#ne-bi i {
	position: absolute;
	top: 0;
	right: 2px;
	cursor: pointer;
	font-size: x-large;
}

#sw, #sw-bi {
	/*background: #009;*/
	background: #fff;
	position: absolute;
	top: 50%;
	left: 3%;
	right: 48.5%;
	bottom: 0
}

#sw i, #sw-bi i {
	position: absolute;
	right: 2px;
	cursor: pointer;
	font-size: x-large;
}

#west {
	/*background: red;*/
	background: #fff;
	color: #272727;
	position: absolute;
	top: 0;
	left: 3%;
	right: 48.5%;
	bottom: 0
}

#west > div {
	margin: 5px;
	height: Calc(100% - 10px);
}

#west h2 {
	margin-top: 0;
}

#west .embededContainer {
	overflow-y: auto;
	/*height: 94%;*/
	height: Calc(100% - 25px - 20px);
	padding-top: 1px;
	padding-left: 1px;
}

#west .embededContainer details:first-of-type h3 {
	margin-top: 0;
}

#west .embededContainer details h3.danger {
	color: #da4932;
}

#west .embededContainer details h3.warning {
	color: #fc9700;
}

#west .embededContainer details p {
	padding-left: 25px;
}

#west .embededContainer details h4 {
	padding-left: 25px;
}

#west .embededContainer details h4 + p {
	padding-left: 40px;
}

#west .embededContainer details tr.danger {
	color: #da4932;
	font-weight: bold;
}

#west > i {
	position: absolute;
	right: 2px;
	cursor: pointer;
	font-size: x-large;
}

#west span.icon-info {
	/*margin-top: -2px;
	margin-right: -5px;
	float: right;
    font-size: 21px;
    line-height: 1;*/
    text-shadow: 0 1px 0 #fff;
}

#west span.icon-info:hover, span.icon-info:focus {
	cursor: pointer;
    opacity: .5;
}

#west span.icon-info > i:before {
	color: #4d90fd !important;
}

#west{
  --spacing : 1.5rem;
  --radius  : 10px;
}

summary{
  font-weight: bold;
  display : block;
  cursor  : pointer;
  position     : relative;
  padding-left : calc(2 * var(--spacing) - var(--radius));
  margin-left  : calc(var(--radius) - var(--spacing));
  margin-bottom: 15px;
}

summary::marker,
summary::-webkit-details-marker{
  display : none;
}

summary:focus{
  outline : none;
}

summary:focus-visible{
  outline : 1px dotted #000;
}

summary::before{
  content       : '';
  display       : block;
  position      : absolute;
  top           : calc(var(--spacing) / 2 - var(--radius) - 3px);
  left          : calc(var(--spacing) - var(--radius) - 1px);
  width         : calc(2 * var(--radius));
  height        : calc(2 * var(--radius));
  border-radius : 50%;
  background    : #ddd;
}

summary::before{
  z-index    : 1;
  background : #696 url('../images/expand-collapse.svg') 0 0;
}

details[open] > summary::before{
  background-position : calc(-2 * var(--radius)) 0;
}

/*summary + table {
	margin-left: 2rem;
}*/

#se {
	/*background: #000;*/
	position: absolute;
	top: 70%;
	left: 51.5%;
	right: 0;
	bottom: 0
}

#se img#wasted {
	position: absolute;
	bottom: 2px;
	right: 99px;
	height: 24px;
	cursor: pointer;
	z-index: 10;
}

#se img#nils {
	position: absolute;
	bottom: 2px;
	right: 67px;
	height: 24px;
	cursor: pointer;
	z-index: 10;
}

#se i#handsClapping {
	position: absolute;
	bottom: 4px;
	right: 35px;
	height: 24px;
	cursor: pointer;
	font-size: x-large;
	z-index: 10;
}

#se img#volumeControl {
	position: absolute;
	bottom: 2px;
	right: 3px;
	height: 24px;
	cursor: pointer;
	z-index: 10;
}

#se::before {
	content: "";
	display: block;
	/*background-image: url('../images/mercuris/mercuris-logo-footer.png'); /* #090;*/
	background-image: url('../images/mercuris/mercuris2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;

	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}

#se > a#createTicket {
	display: none;
	position: absolute;
	top: 0;

	align-items: center;
	/*background-color: #fff;*/
	border-radius: 3px;
	/*color: #66728d;*/
	/*display: inline-flex;*/
	line-height: 35px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0 15px;
	text-decoration: none;

	background-color: #50b62d;
	color: #fff;
}

#se > a#createTicket:hover {
  background-color: #4aa82a;
}

#se-bi {
	/*background: #009;*/
	background: #fff;
	position: absolute;
	top: 50%;
	left: 51.5%;
	right: 0;
	bottom: 0
}

#se-bi i {
	position: absolute;
	right: 2px;
	cursor: pointer;
	font-size: x-large;
}

.clockContainer {
	width: 40%;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.clock {
	width: 100%;
	height: 100%;
	/*background: rgba(255, 255, 255, 0.4);*/
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.clock span {
	font-size: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	position: relative;
}

.clock span::after {
	font-size: 12px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-40%);
}

#hrs::after {
	content: 'HOURS';
}

#min::after {
	content: 'MINS';
}

#sec::after {
	content: 'SEC';
}

/*********************************************************************************************************************/
/** Table ************************************************************************************************************/
/*********************************************************************************************************************/


table {
  /*border-collapse: separate;*/
  border-spacing: 10px 5px;
  margin: -10px 0 0 0;
  width: 100%;
}

table th:first-child,
table td:first-of-type {
  padding-left: 15px !important;
}

table th:last-child,
table td:last-of-type {
  padding-right: 15px !important;
}

table th {
	text-align: left;
}

table th.align-right,
table td.align-right {
	text-align: right;
	padding-right: 15px;
}

table td {
  /*padding: 0 15px 0 10px;*/
  vertical-align: middle;
}

table th.full-width,
table td.full-width {
	width: 100%;
}

table td.nowrap,
table th.nowrap {
  white-space: nowrap;
}


/*********************************************************************************************************************/
/** Loader ***********************************************************************************************************/
/*********************************************************************************************************************/

#loader,
#loader-register {
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
	height: 100%;
	/*left: 0;
	position: fixed;
	top: 0;*/
	width: 100%;

	position: absolute;
	/*padding: 5px;*/
	top: 0;
	/*left: 50%;
	right: 0;
	bottom: 50%;*/

	z-index: 2000;
}

#loader > div,
#loader-register > div {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#loader-register > div > div {
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
}

#loader > div > div {
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #fff;
  border-radius: 100%;
  display: none;
  height: 18px;
  margin: 0 5px;
  width: 18px;
}

#loader.loading > div > div {
  display: inline-block;
}

#loader .bounce1 {
  animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
}

#loader .bounce2 {
  animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/*********************************************************************************************************************/
/** Notifications ****************************************************************************************************/
/*********************************************************************************************************************/

#alert-container {
    padding:0;
    /*margin:10% 15%;*/

    position: absolute;
    top: 0;
    left: 27%;
    transform: translateX(-50%);
    z-index: 1;

	width: 50%;
	height: 98%;
    overflow-x: auto;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

button.close {
	margin-top: -4px;
	margin-left: 10px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert span.icon-info {
	margin-top: -2px;
	margin-right: -5px;
	float: right;
    font-size: 21px;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.alert span.icon-info:hover, span.icon-info:focus {
	cursor: pointer;
    opacity: .5;
}

.alert span.icon-info > i:before {
	color: #4d90fd !important;
}

.alert {
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid transparent;
    border-radius: 4px;

    /*position: absolute !important;*/
    /*top: 0 !important;*/
}

.alert.last {
	margin-bottom: 5px;
}

/*.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}*/

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

/*.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}*/

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

/*.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}

.alert .sign {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
}*/

.alert-success {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-white {
    background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #bdbdbd;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white.alert-danger .icon,.alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

.alert-white.alert-info .icon,.alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}

.alert-white.alert-warning .icon,.alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-white.alert-success .icon,.alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}


/*************************************************************************************************************/
/** Modal ****************************************************************************************************/
/*************************************************************************************************************/

#modal-wrapper {
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2001;
}

#modal-container {
  box-sizing: border-box;
  display: table;
  padding: 30px;
  margin: auto;
  height: 100%;
  /*
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2001;
    */
}

#modal-container > div {
  display: table-cell;
  margin: 30px auto;
  vertical-align: middle;
  /*
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;*/
}

.modal {
  display: none;
  min-width: 400px;
}

.modal.loading {
  display: block;
  margin-top: -100px;
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: all;
  -webkit-transition-property: all;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.modal.loaded {
  margin-top: 0;
  opacity: 1;
}

.modal .header {
  align-items: center;
  background-color: #11b499;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  display: flex;
  padding: 5px 17px 5px 20px;
}

.modal .header h1 {
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  text-align: left;
  white-space: nowrap;
}

.modal .header a.close {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 16px;
  margin-left: auto;
  text-decoration: none;
  width: 16px;
}

.modal .header a.close:hover {
  color: #fff;
}

/*.modal .header a.close i {
  font-size: 1.6rem;
}*/

/*.modal-warning-msg,
.modal-error-msg {
  background-color: #eeeff3;
  padding: 30px 40px 0 40px;
  text-align: center;
}

.modal-warning-msg span {
  background-color: rgba(232, 145, 0, 0.1);
  border: 1px solid #e89100;
  border-radius: 3px;
  color: #e89100;
  display: block;
  padding: 10px 20px;
}

.modal-error-msg span {
  background: rgba(238, 52, 50, 0.1);
  border: 1px solid #ee3432;
  border-radius: 3px;
  color: #ee3432;
  display: block;
  padding: 10px 20px;
}*/

.modal .title {
  background-color: #eeeff3;
  font-size: 1.4rem;
  padding: 30px 40px 0 40px;
}

.modal .body {
  background-color: #eeeff3;
  color: #272727;
  padding: 40px;
  position: relative;
}

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

.modal .body.justify {
  text-align: justify;
}

.modal .body a {
  color: #11b499;
  text-decoration: none;
}

.modal .body.center span.email-token {
  color: #78839d;
  display: block;
}

.modal .body.center .form-group.label-top label {
  margin-right: 0;
}

.modal .body.center .form-group.label-top input {
  text-align: center;
}

.modal .body.readonly:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal .body.radius {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.modal .body h2 {
  font-size: 1.4rem;
}

.modal .body h2.warning {
  color: #e89100;
}

.modal .body h2.info,
.modal .body h2.success {
  color: #4aa82a;
}

.modal .body h2.error,
.modal .body h2.delete {
  color: #ee3432;
}

.modal .body h2 .icon {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.modal .body h2.warning .icon:before,
.modal .body h2.error .icon:before,
.modal .body h2.save .icon:before,
.modal .body h2.delete .icon:before {
  content: "\ed50";
}

.modal .body h2.info .icon:before {
  content: "\ed52";
}

.modal .body h2.success .icon:before {
  content: "\ee76";
}

.modal .body p {
  color: #78839d;
}

.modal .body h2 + p {
  color: #78839d;
  margin-top: 20px;
}

.modal .body p + p {
  margin-top: 10px;
}

.modal .footer {
  align-items: center;
  background-color: #eeeff3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  justify-content: flex-end;
  margin-top: -1px; /* IE bug */
  padding: 1px 20px 20px 20px;
}

.modal .footer a {
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  color: #66728d;
  display: inline-flex;
  line-height: 35px;
  margin-left: 10px;
  padding: 0 15px;
  text-decoration: none;
}

.modal.retry .footer a.retry {
  display: inline-flex;
}

.modal .footer a.retry {
  display: none;
}

.modal.anyway .footer a.anyway {
  display: inline-flex;
}

.modal .footer a.anyway {
  display: none;
}

.modal .footer a:hover:not(.green):not(.red) {
  background-color: #f8f8fa;
  color: #11b499;
}

.modal .footer a .icon {
  font-size: 1.6rem;
  margin-right: 8px;
}

.modal .footer a.red {
  background-color: #ee3432;
  color: #fff;
}

.modal .footer a.red:hover {
  background-color: #db1412;
}

.modal .footer a.green {
  background-color: #50b62d;
  color: #fff;
}

.modal .footer a.green:hover {
  background-color: #4aa82a;
}

.modal .form-group textarea {
  min-height: 60px;
}

.modal .checkbox-grid {
  width: 100%;
}

.modal .checkbox-grid .form-group > label {
  width: calc(100% - 60px);
}

.modal .checkbox-grid .form-group > label + div {
  min-height: 30px;
  width: 30px;
}

.modal .checkbox-grid .form-group label.checkbox {
  padding-left: 0;
}

.modal .checkbox-grid .form-group label.checkbox span:before {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

#modal-register-step .body ul {
  font-size: 1.4rem;
  position: relative;
}

#modal-register-step .body li {
  line-height: 30px;
  padding-left: 40px;
}

#modal-register-step .body li i.icon {
  color: #11b499;
  font-size: 1.8rem;
  height: 30px;
  left: 0;
  line-height: 27px;
  position: absolute;
}

#modal-register-step .body li.done i.icon:before {
  color: #50b62d;
  content: "\ed6f";
}

#modal-register-step .body li.in-progress i.icon:before {
  animation: clockwiseSpin 1s infinite linear;
  color: #11b499;
  content: "\eb29";
  font-family: "IcoMoon-Ultimate" !important;
  font-size: 1.8rem;
  left: 0;
  letter-spacing: 0;
  line-height: 28px;
  position: absolute;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
}

#modal-register-step .body li.waiting {
  opacity: 0.5;
}

#modal-register-step .body li.waiting i.icon:before {
  content: "\ed70";
}
