@import url("../fonts/fontawesome-free-5.2.0-web/css/all.min.css");

.mt10{margin-top: 10px !important;}
.mb10{margin-bottom: 10px !important;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.fl{float: left !important;}
.fr{float: right !important;}
.tc{text-align: center !important;}
.tl{text-align: left !important;}
.tr{text-align: right !important;}
.tj{text-align: justify !important;}
.clear{float: none !important; clear: both !important;}
a{outline: none; border: none}
a:focus{box-shadow: none;}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.justify{text-align: justify;}
.minw150{min-width: 150px;}
.minw250{min-width: 250px;}
.maxw250{max-width: 250px;}

.nw {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.settingsrow{
  margin-top: 20px;
}

.settingsrow .inputlabel,
.settingsrow .radiolabel{
  display: inline-block;
  min-width: 300px;
}

#dajoCustomizerMessage{
  max-width: 400px;
  font-size: 18px;
  margin: auto;
  margin-top: 20px;
}
#dajoCustomizerMessage .successX,
#dajoCustomizerMessage .errorX,
#dajoCustomizerMessage .warningX,
#dajoCustomizerMessage .infoX{
  padding: 20px;
}

#dajoCustomizerMessage .successX{
  background-color: #92ce74;
}
#dajoCustomizerMessage .errorX{
  background-color: #ff8573;
}
#dajoCustomizerMessage .warningX{
  background-color: #F3CB57;
}
#dajoCustomizerMessage .infoX{
  background-color: #74b6ce;
}
.tab-content select,
.tab-content input[type="text"],
.action-section input[type="text"]{
  outline: none;
  height: 35px;
  line-height: 35px;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  font-size: 16px;
  color: #544d4d;
  vertical-align: initial;
}
.tab-content input[type="button"],
.tab-content input[type="submit"],
.tab-content select,
.tab-content input[type="text"]{
  margin-top: 10px;
}

.action-section input[type="text"]{
  min-width: 270px;
}

.tab-content input[type="button"],
.tab-content input[type="submit"],
.action-section input[type="button"],
.action-section input[type="submit"]{
  font-weight: bold;
  text-align: center;
  border: 1px solid #717171;
  min-width: 270px;
}

.action-section input[type="button"],
.action-section input[type="submit"]{
  margin-top: 10px;
}
