html{
	position: relative;
	min-height: 100%;
}

body{
	font-size: 14px;
	line-height: 2;
	padding-bottom: 70px;
}

/* ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
} */

.slds-input, .slds-input[readonly] {
  line-height: 40px;
  font-size: 1.1rem;
  height: 40px;
	padding: 0 10px;
  border: 1px solid #aaaaaa;
  color: #444444;
}

textarea.slds-input, textarea.slds-input[readonly] {
  height: inherit;
  line-height: 1.25;
  padding: 10px;
}

.slds-input:active, .slds-input:focus, .slds-input[readonly]:active, .slds-input[readonly]:focus {
  outline: 0;
  border-color: #1589ee;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px #0070d2;
  box-shadow: 0 0 3px #0070d2;
}

/* .slds-input[readonly] {
  padding-left: 0;
  border-color: transparent;
  background-color: transparent;
  font-size: .875rem;
  font-weight: 400;
} */

/* ::placeholder {
  color: #a20000;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #a20000;
} */

.slds-table th {
  font-weight: 700;
  font-size: 1rem;
  background-color: #eeeeee;
}

[name="formFactura"] .slds-input, [name="formResguardos"] .slds-input {
  font-size: 14px;
}

form[data-lastpass="ignore"] [data-lastpass-icon-root], form[data-lastpass="ignore"] [data-lastpass-root] {
  display: none !important;
}

.block-center{
	margin: 0 auto;
}

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

.hide {
	display: none;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: '';
	height: 0;
}

#footer {
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
	line-height: 40px;
	overflow: hidden;
}

.sw-jumbotron {
	border-radius: 6px;
	padding: 48px 60px;
	margin-bottom: 30px;
	min-width: 350px;
}

.panel {
  margin-bottom: 20px;
  border-radius: 4px;
}

.no-padding {
  padding: 0 !important;
}

.sw-m-top--small{
	margin-top: .75rem;
}
.sw-m-top--medium{
	margin-top: 1rem;
}
.sw-m-top--large{
	margin-top: 2rem;
}
.sw-m-top--x-large{
	margin-top: 3rem;
}

.unbreak {
  white-space: nowrap;
  text-wrap: nowrap;
}

.auto-width {
    width: auto !important;
}

#loginForm .slds-input {
	height: 44px;
	font-size: 18px;
}

.btn-preview-password {
  position: absolute;
  font-size: 20px;
  right: -30px;
  top: 50%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  line-height: 1px;
  height: 20px;
  transform: translate(0, -50%);
}

ul.version-updates {
	font-size: 16px;
	list-style: disc;
	margin-left: 44px;
}

ul.version-updates li {
	margin-bottom: 14px;
}

ul.version-updates li ul {
	list-style: '- ';
	margin-left: 34px;
}

.btn{
	text-decoration: none;
	border-radius: 4px;
	padding: 8px 12px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	/*-webkit-appearance: button;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0 none;
  margin: 0 4px;
  position: relative;
}

.btn.notifications::after {
  content: "🟡";
  position: absolute;
  bottom: -3px;
  left: 3px;
  font-size: 10px;
}


.btn-icon {
  font-size: 20px;
  padding: 6px;
  line-height: 20px;
  padding: 10px;
}

button[disabled] {
  opacity: .5;
}

.btn-thin {
  padding: 3px 12px;
}

.btn-small {
  padding: 2px 6px;
  font-size: 14px;
}

.btn-simple {
  border: 1px solid gray;
  box-shadow: none;
}

.btn-list-item {
  padding: 2px 4px 0px 4px;
  box-shadow: none;
  border: 1px solid gray;
  font-size: 12px;
}

.btn.focus, .btn:focus, .btn:hover, .btn:active {
  outline: none;
	text-decoration: none;
}

.navbar-version{
	font-family: Verdana;
	font-size: 12px;
}

[data-datepicker]::before {
  content: attr(placeholder);
  position: absolute;
  margin-left: 8px;
}

[data-datepicker]::not(::empty)::before, [data-datepicker]::focus::before {
  content: "";
}

.ui-datepicker table {
  font-size: .85em;
  border-collapse: collapse;
  line-height: 1.5;
}

.datepicker-picker {
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
  color: #333;
  box-shadow: 0px 0px 6px rgba(10, 10, 10, 1) !important;
}

.datepicker-header {
  background-color: #f6a828;
}

.datepicker-header button {
  color: white !important;
  background: #f6a828 !important;
}

.datepicker-cell {
  height: 2rem !important;
}

.datepicker-footer .datepicker-controls .button {
  margin: 0 !important;
  border-radius: 6px !important;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

.fade.in {
  opacity: 1;
}

#contentArea{
	margin: 10px 0 30px 0;
}

#top-navbar {
	border-radius: 0;
	height: 40px !important;
}

.navbar-item {
  line-height: 42px;
}

.tabla td{
	padding: 4px;
}

.tabla.list{
	border-collapse: initial;
	border-radius: 6px;
	overflow: hidden;
	margin: 10px auto;
	width: 100%;
}

.tabla.ficha{
	border-radius: 6px;
	overflow: hidden;
	border-top: 0 none;
	margin: 0 auto;
	width: auto;
}

.tabla.list th, .tabla.ficha th{
	font-weight:bold;
	text-align:center;
	padding: 8px;
}

.tabla.list th:last-child, .tabla.ficha th:last-child{
	border-right: 0 none;
}


.tabla.list tr:last-child td, .tabla.ficha tr:last-child td{
	border-bottom: 0 none;
}

.tabla.list td, .tabla.ficha td{
	padding: 4px 10px;
}

.tabla.list td:last-child, .tabla.ficha td:last-child{
	border-right: 0 none;
}

.tabla.list th.order-icon-up, .tabla.list th.order-icon-down, .tabla.list th.th-sort {
    position: relative;
    padding-right: 18px;
	cursor: pointer;
}

.tabla.list th.th-sort:after {
	content: "\e900";
	position: absolute;
	right: 6px;
	font-size: 12px;
	font-family: 'icomoon' !important;
	top: 50%;
    transform: translate(0, -50%);
	opacity: .25;
}

.tabla.list th.order-icon-down:after {
	content: "\e900";
	position: absolute;
	right: 6px;
	font-size: 12px;
	font-family: 'icomoon' !important;
	top: 50%;
  transform: translate(0, -50%);
}

.tabla.list th.order-icon-up:after {
	content: "\e903";
	position: absolute;
	right: 6px;
	font-size: 12px;
	font-family: 'icomoon' !important;
	top: 50%;
  transform: translate(0, -50%);
}

.tabla-productos{
	border-collapse: separate;
	border-spacing: 2px;
}

.titulo {
	font-size: 26px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
  line-height: 44px;
  margin-top: 10px;
}

.titulo2 {
	font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
  line-height: 1.5;
  margin-top: 10px;
}

input  {
	border-radius: 4px;
	padding: 4px 6px;
	box-sizing: border-box;
}

select {
	border-radius: 4px;
	padding: 6px 10px 6px 0;
	width: 250px;
	height: 31px;
}

option[value=""][disabled] {
  display: none;
}


.center{
	text-align: center;
}
textarea {
	border-radius: 2px;
	width: 344px;
}

textarea.inputtext {
  width: 100%;
}

.inputtext{
	padding: 0 4px;
	line-height: 30px;
	border-radius: 4px;
	-webkit-transition: box-shadow 0.5s, border 0.5s;
	transition: box-shadow 0.5s, border 0.5s;
	width: 250px;
}

.inputtext:focus{
	-webkit-transition: box-shadow 0.5s, border 0.5s;
	transition: box-shadow 0.5s, border 0.5s;
}

input.error, select.error, textarea.error{
	-webkit-transition: box-shadow 0.25s, border 0.25s;
	transition: box-shadow 0.25s, border 0.25s;
}

.error-msg {
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0 0;
}

.success-msg {
	text-align: center;
	font-size: 18px;
	margin: 10px 0 20px 0;
}

.green-msg {
	color: green;
  text-align: center;
	margin: 10px 0;
  line-height: 1.25;
}

.custom-checkbox {
	width: 50px;
	height: 26px;
	border-radius: 20px;
	border: 0 none;
	position: relative;
	display: inline-block;
  vertical-align: middle;
  transition: background .25s ease-in-out;
}

.custom-checkbox:after {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	top: -3px;
	left: 0px;
	border-radius: 50%;
	transition: left .25s ease-in-out, background .25s ease-in-out;
}


.custom-checkbox.active {
  background: #b3e4b3;
}

.custom-checkbox.active:after {
	left: 18px;
	transition: left .25s, background .25s;
}

.outputText {
	line-height: 30px;
}

.input-32 {
	width: 32px;
}
.input-full {
	width: 100%;
}

.autosize{
	width: auto;
}

.centervalue {
	text-align: center;
}

a{
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	outline: none !important;
}

a:hover{
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	outline: none !important;
}

a:focus{
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	outline: none !important;
}

a.icon-link {
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    margin: 0 2px;
    width: 30px;
    height: 30px;
}
a.icon-link .glyphicon-usd{
	padding: 0 2px;
}
a.icon-link:visited {
	text-decoration: none;
}
a.icon-link:hover {
	text-decoration: none;
}

a.icon-link i{
	line-height: 26px;
	font-size: 16px;
}

[class^="icon-"], [class*=" icon-"]{
	padding: 0 3px;
}

.module-item .icon-cross {
	font-size: 14px;
}

.module-item .icon-checkmark {
	font-size: 20px;
}

.spaced-right{
	padding: 0 6px 0 0;
}

.icon-file-empty:before {
	font-weight: bold;
}

.settings-dynamicField-col {
	padding: 30px;
	width: 340px;
	float: left;
}
.dynamic-line{
	position: relative;
}
.dynamic-line td {
	padding: 4px 10px !important;
}
.moduleList-line{
	border-radius: 4px;
	margin: 0 5px 10px 5px;
	box-sizing: border-box;
	width: calc(25% - 10px);
	padding: 4px 8px;
}
.dynamic-line .btn-close {
	text-decoration: none;
	font-size: 17px;
}
.addDynamicField{
	margin: 10px 0;
	text-decoration: none;
	border-radius: 4px;
	padding: 5px 5px 4px 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.bottom-button{
	margin: 30px 10px;
}

.panel{
	padding: 0 20px;
}

.panel-section{
	width: 100%;
	margin-bottom: 20px;
}

.panel-section tr:last-child td{
	border-bottom: 0 none;
}
.panel-section td {
	vertical-align: middle;
}

[name="formFactura"] .panel-section, [name="formResguardos"] .panel-section {
  margin-bottom: 10px;
}

.label-col {
	text-align: right;
	font-weight: bold;
	width: 20%;
	padding: 4px 5px;
	line-height: 30px;
	vertical-align: top;
}

.label-col-half {
	width: 25%;
}

.module-item{
	float: left;
	width: 50%;
}

.module-item .label-col{
	width: 50%;
	float: left;
}

.value-col {
	text-align: left;
	padding: 4px 5px;
	width: 30%;
	vertical-align: top;
}
.value-cell {
	padding: 4px 5px;
}
.value-col-half {
	width: 25%;
}

.module-item .value-col{
	width: 50%;
	float: left;
	min-height: 39px;
}

.width-quarter{
	width: 25%;
}

caption, .caption{
	margin-bottom: 15px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.panel .panel-section:first-child caption{
	border-top: 0 none;
}

table.panel-section tbody tr:nth-child(even) {
  /*background-color: #F5F5F5;*/
}

.table-row-border tr {
  border-bottom: 1px solid #EEEEEE;
}

.table-row-border tr:last-child {
  border-bottom: 0;
}

.input-32 {
	width: 40px;
}

.navbar {
	border: 0 none;
}

#top-menu a, #top-menu a:link, #top-menu a:hover, #top-menu a:visited {
  font-size: 16px;
}

#top-menu a {
	margin: 0 10px;
}

#top-menu div:last-child a {
	margin: 0 0 0 10px;
}

.navbar-brand, .navbar-version {
	position: relative;
}

.navbar-brand {
	margin-left: 60px !important;
	padding-right: 6px;
	padding-left: 10px;
  font-size: 18px;
}

.navbar-brand:before {
	content: '';
  position: absolute;
  background-image: url('../images/logo-white.png');
  width: 60px;
  /* height: 50px; */
  aspect-ratio: 1 / 0.595;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  transform: translate(-100%, -50%);
  top: 50%;
}

.navbar-nav>li>a {
	font-size: 16px;
}


.navbar-nav>li>a.active {
	border-radius: 10px 10px 0 0;
	margin-top: 4px;
	padding-bottom: 11px;
}

.home-menu-section-title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 1rem;
}

.home-menu-container {
  text-decoration: none;
	text-align: center;
  display: block;
  width: 100%;
  padding-top: 100%;/*aspect ratio 1-1*/
  position: relative;
}

.home-menu-item {
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-menu-item [class^="icon-"] {
  font-size: 40px;
	margin-bottom: 14px;
}

.home-menu-item-text {
	font-size: 18px;
  line-height: 20px;
}

.home-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home-submenu a {
  display: block;
  font-size: 20px;
  line-height: 2;
}

.home-menu-container:hover .home-submenu {
  display: block;
}

.swModal {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9999;
}

.swModal-box {
	position: relative;
	border-radius: 6px;
	max-width: 780px;
	min-width: 380px;
	display: inline-block;
	min-height: 100px;
	left: 50%;
    transform: translate(-50%, -100%);
    top: 0%;
	transition: top 0.6s ease 0s, transform 0.6s ease 0s;
}

.swModal.in .swModal-box {
	transform: translate(-50%, -50%);
    top: 50%;
}

.swModal-btn-close {
	border: 0 none;
	padding: 10px;
	font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

.swModal-content{
	padding: 20px;
}

#overlay-search {
  max-width: 340px;
  padding: 0 20px;
}

.swModal-title, #swModal-title {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  align-self: center;
  text-align: center;
  line-height: 48px;
}

.table-styles {
	border-radius: 4px;
	overflow: hidden;
	border-collapse: initial;
}

.table-styles th {
	line-height: 30px;
}

.table-styles th, .table-styles td {
  padding: 0 4px;
}

.tabla-productos th {
	padding: 4px;
}

.tabla-productos td {
	padding: 2px 4px;
  overflow: hidden;
  max-width: 0;
  text-overflow: ellipsis;
}

.no-bullets{
	list-style: none;
}

.ul-horizontal{
	padding: 0;
}

.ul-horizontal li{
	display: inline-block;
	padding: 0 1px;
  vertical-align: middle;
  line-height: 10px;
}

/*PAGINATOR*/
.paginator-container{
	margin: 10px auto;
	display: table;
}
.paginator-container select{
	width: 60px;
	text-align: center;
	margin-left: 10px;
}

.pgntr-number{
	margin: 0 8px;
}
.double-cheveron-left {
    margin-right: 6px;
}
.double-cheveron-right {
    margin-left: 6px;
}
.double-cheveron-left:before {
	content: "\e901";
	position: relative;
    left: 7px;
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.double-cheveron-left:after {
	content: "\e901";
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.double-cheveron-right:before {
	content: "\e902";
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.double-cheveron-right:after {
	content: "\e902";
	position: relative;
    right: 7px;
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/**/


.is-relative{
	position: relative;
}

.prevals-list {
	position: absolute;
	/*width: calc(100% - 10px);*/
  width: auto;
	overflow: auto;
	max-height: 200px;
  z-index: 9000;
}

.prevals-list:empty{
	display: none;
}

.prevals-list div{
	padding: 4px 8px;
	cursor: pointer;
  white-space: nowrap;
}

.item-menu {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  background-color: white;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, .4);
  z-index: 9002;
  transition: opacity .5s linear;
}

.item-menu.in {
  opacity: 1;
  transition: opacity .5s linear;
}

.prod-line {
  transition: all .5s linear;
}

.row-to-overlay-highlight {
  z-index: 9001;
  position: relative;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, .4);
  background-color: #F0F0F0 !important;
  transition: all .5s linear;
}

#generalCover {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  opacity: 0;
  transition: opacity .5s linear;
}

#generalCover.in {
  opacity: 1;
  transition: opacity .5s linear;
}

#overlayEditItem {
  max-width: 350px;
}

/* RESPONSIVE */
@media(min-width: 768px) {
  .display-on-mobile {
    display: none !important;
  }

  #top-navbar {
    height: 50px !important;
  }

  .navbar-item {
    line-height: 50px;
  }

  #top-menu a, #top-menu a:link, #top-menu a:hover, #top-menu a:visited {
    font-size: 18px;
  }

  .navbar-brand {
    margin-left: 84px !important;
    padding-right: 6px;
    padding-left: 10px;
    font-size: 20px;
  }

  .navbar-brand:before {
    width: 84px;
    /* height: 50px; */
    aspect-ratio: 1 / 0.595;
  }

  #footer {
    height: 50px;
    line-height: 50px;
  }

  #planMeter {
    width: 200px !important;
  }
}

@media(max-width: 767px) {
  .slds-container--small, .slds-container_small {
    max-width: 24rem;
  }
	.small-hide {
		display: none;
	}

  .mobile-scroll-h {
    overflow-x: auto;
  }

  .display-on-desktop {
    display: none !important;
  }

  .home-card {
    width: 200px !important;
    height: 200px !important;
  }

	.home-menu-item {
		width: 100%;
		height: 100%;
		border-radius: 10px;
		padding: 10px;
	}

	.home-menu-item [class^="icon-"] {
		display: block;
		font-size: 48px;
		margin-bottom: 6px;
	}
	
	.home-menu-item-text {
		font-size: 18px;
	}

	.sw-jumbotron {
		padding: 28px 20px;
	}

  .panel-section.mobile-expand tr {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    /* align-content: center; */
  }

  .mobile-expand .label-col {
    width: 100%;
    text-align: left;
    padding: 8px 0 0 0;
  }

  td.value-col, td.value-cell {
    width: 100% !important;
    /* display: contents; */
  }

  #overlay-content {
    max-width: 340px;
  }

  .plan-title {
    font-size: 18px !important;
  }
}

.messageOverlay {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-lstpss [data-lastpass-icon-root] {
  display: none;
}

#pageLoading {
  background-color: rgba(0, 0, 0, .8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#pageLoading .loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#pageLoading .loader, .swirl-loading {
  width: 48px;
  height: 48px;
  border: 5px solid #CCC;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

#pageLoading .msg {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.plan-bar {
  background-color: #cccccc;
  border-radius: 6px;
  padding: 10px;
  line-height: normal;
}

.plan-title {
  font-size: 20px;
}

.plan-details {
  font-size: 14px;
}

#planMeter {
  position: relative;
  background-color: #AFAFAF;
  width: 80px;
  height: 30px;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
}

.plan-meter-bar {
  height: 100%;
  display: inline-block;
  border-radius: 6px;
}

.plan-meter-cover {
  background: linear-gradient(180deg, transparent, #00000070);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.plan-meter-label {
  color: white;
  text-shadow: -1px 1px 4px black;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}

.plan-meter-bar.green {
  background-color: #02be02;
}

.plan-meter-bar.orange {
  background-color: #f77c00;
}

.plan-meter-bar.red {
  background-color: #e92626;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#fileUploaderLabel {
  display: inline-block;
}

#fileNameOutput {
  display: inline-block;
  width: 250px;
  border: 1px solid #888888;
  height: 40px;
  vertical-align: middle;
  border-radius: 4px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 10px;
  text-align: left;
}


/* @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  html {
    transform: rotate(90deg);
    width: 100vh;
    left: 0;
  }
} */
