.field-icon {
  float: right;
  padding-right: 10px;
  margin-left: -30px;
  margin-top: 11px;
  position: relative;
  z-index: 2;
}

.upload-button-wrapper {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #DCDADA;
  padding: 2px;
  -webkit-box-shadow: inset 1px 1px 2px #e4e4e4;
  box-shadow: inset 1px 1px 2px #EFEFEF;
  height:44px;
}

.upload-button-wrapper .button {
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  float: right;
}

.upload-button-wrapper .file-path-wrapper{
  overflow: hidden;
  padding-left: 10px;
}

.upload-button-wrapper input.file-path{
  width: 100%;
  height: 40px;
  color :#3B3939;
}

.upload-button-wrapper input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.upload-button-wrapper input[type=file]::-webkit-file-upload-button{
    display: none;
}

.fancybox-close-small {
  background-color:#FFF!important;
}

/*
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}
*/

table.dataTable {
  font-family: "Roboto";
  font-size: 14px;
  border-top: 0.1rem solid #e9e7e7;
  border-right: 0.1rem solid #e9e7e7;
  border-left: 0.1rem solid #e9e7e7;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 5px!important;
  border-left: 0.1rem solid #e9e7e7;
  border-bottom: 0.1rem solid #b9b8b8!important;
  color: #000;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #b9b8b8!important;
}

ul.stepper .step.done::before{
  background-color:#059809!important;
}

ul.stepper .step.active::before, ul.stepper .step.done::before{
  margin-top: 2px;
}

.main-header .language{
	position:relative;
	line-height:1em;
	display:inline-block;
	margin-left:18px;
	padding-left:16px;
	margin-top:8px;
	border-left:1px solid rgba(255,255,255,0.50);
}

span.font-changer {
  cursor: pointer;
}

.js-font-decrease {
	font-size: 75%;
}

.js-font-normal {
	font-size: 100%;
}

.js-font-increase {
	font-size: 125%;
}

.fancybox-iframe{
	background-color: rgba(255,255,255, 0);
}

.fancybox-slide--iframe .fancybox-content{
	background-color:rgba(255,255,255, 0)!important;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

.material-icons.md-0 { font-size: 20px; }
.material-icons.md-1 { font-size: 22px; }
.material-icons.md-2 { font-size: 24px; }
.material-icons.md-3 { font-size: 30px; }
.material-icons.md-4 { font-size: 32px; }
.material-icons.md-5 { font-size: 36px; }
.material-icons.md-6 { font-size: 48px; }

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

table.dataTable {
  border-collapse: collapse;
}

table.dataTable tbody tr td{
  position: relative;
}

table.dataTable tbody tr td .strikethrough:before{
  content: " ";
  position: absolute;
  top: 20px;
  left: 0;
  border-bottom: 1px solid #FF7C7C;
  width: 100%;
}

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

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

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