<style>
	.technetium {
		//the code will not work if not include one useless class
	}
	.border {
		border: solid thin #efefef;
	}
	.disabled {
		color: #efefef !important;
		pointer-events: none;
	}
	.disabled > .text-danger {
		color: #efefef !important;
	}
	.no-margin-bottom {
		margin-bottom: 0 !important;
	}
	.no-padding-side {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.padding-5 {
		padding: 5px;
	}
	.padding {
		padding: 15px;
	}
	.margin-top {
		margin-top: 15px !important;
	}
	.margin-bottom {
		margin-bottom: 15px !important;
	}
	.margin-left {
		margin-left: 15px !important;
	}
	.margin-right {
		margin-right: 15px !important;
	}
	.btn {
		margin: 0;
	}
	.btn-30 {
		height: 30px;
		line-height: 30px;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.btn-40 {
		height: 40px;
		line-height: 40px;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.text-uppercase {
		text-transform: uppercase;
    }
    .text-10 {
		font-size: 10px;
    }
    .text-12 {
		font-size: 12px;
	}
    .text-15 {
		font-size: 15px;
	}
	.text-18 {
		font-size: 18px;
    }
	.icon-1x {
		font-size: 24px;
	}
	.icon-2x {
		font-size: 48px;
	}
	.icon-3x {
		font-size: 72px;
	}
	.spacer {
		height:15px;
	}
	.bg-black {
		background-color: black;
	}
	.bg-grey {
		background-color: grey;
	}
	.bg-white {
		background-color: white;
	}
	.text-black {
		color: black;
	}
	.text-white {
		color: white;
	}
	.text-bold {
		font-weight: bold;
	}
	.textbox-30 {
		line-height: 30px;
  }
	.textbox-40 {
		line-height: 40px;
  }
  .width-100{
      width: 100px;
  }
  .iconbox {
      vertical-align:middle;
      font-size: 1.3em;
  }
  .pr-10{
      padding-right: 10px;
  }
  .pl-10{
      padding-left: 10px;
  }
  .text-b {
      font-weight: bold;
  }
  .no-border{
      border: 0px;
  }
  .no-margin{
      margin: 0px;
  }
  .no-padding{
      padding: 0px;
  }

  .full-width{
    width:100%;
  }

  .voyager-refresh {
    -webkit-animation: spin .6s linear infinite;
    animation: spin .6s linear infinite;
    animation-name: spin;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    }

    .upload-display{
        display:inline-block;
        width:70%;
        max-width:160px;
        min-width:45px;
        float: right;
    }

    .upload-icon{
        display:inline-block;
        float: right;
    }

    .upload-display a{
        text-overflow: ellipsis;
         overflow: hidden;
         white-space: nowrap;
         width: 100%;
         display:inline-block;
    }

    .details-wrap{
        white-space: pre-wrap;
        overflow-wrap: break-word;
        width: 100%;
    }

    .alert.alert-notice{
        background: white;
        color: gray;
        border-color: rgba(0,0,0,.1);
    }
</style>
