* {
  box-sizing: border-box;
}
a,
button {
  cursor: pointer;
}
p {
  margin: 0 0 10px;
}
.noselect {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #ecece5;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.no-ms-clear::-ms-clear {
  display: none;
}
.hidden {
  display: none;
}
.outside-screen {
  position: absolute;
  top: -9999px;
}
.nowrap {
  white-space: nowrap;
}
.pos-relative {
  position: relative;
}
button:focus {
  outline: 0;
}
/* content  containers */
.row {
  width: 100%;
  float: left;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
/* tool classes */
.cursor-pointer {
  cursor: pointer;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.padding-all-5 {
  padding: 5px;
}
.padding-all-10 {
  padding: 10px;
}
.padding-all-15 {
  padding: 15px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.no-padding {
  padding: 0 !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pull-content-right div {
  float: right !important;
}
.pull-content-left div {
  float: right !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-strong {
  font-weight: bold;
}
.text-lowercase {
  text-transform: lowercase;
}
.w50 {
  width: 50px !important;
}
.w75 {
  width: 75px !important;
}
.w100 {
  width: 100px !important;
}
.w150 {
  width: 150px !important;
}
.w167 {
  width: 167px !important;
}
.w190 {
  width: 190px !important;
}
.w220 {
  width: 220px !important;
}
.w373 {
  width: 373px !important;
}
.w450 {
  width: 450px !important;
}
.w590 {
  width: 590px !important;
}
.w600 {
  width: 600px !important;
}
.w775 {
  width: 775px !important;
}
.w100pct {
  width: 100% !important;
}
.w95pct {
  width: 95% !important;
}
.w92pct {
  width: 92% !important;
}
.w75pct {
  width: 75% !important;
}
.w50pct {
  width: 50% !important;
}
.w33pct {
  width: 33% !important;
}
.w25pct {
  width: 25% !important;
}
.mw300 {
  max-width: 300px !important;
}
.max-height-273-scroll {
  max-height: 237px;
  overflow-y: auto;
}
.w-override--190 .w220 {
  width: 190px !important;
}
.vertical-middle {
  vertical-align: middle;
}
.pos-relative {
  position: relative !important;
}
.bg-trans {
  background-color: transparent !important;
}
.opacity06 {
  opacity: .6;
}
.opacity05 {
  opacity: .5;
}
.opacity04 {
  opacity: .4;
}
.opacity03 {
  opacity: .3;
}
.opacity02 {
  opacity: .2;
}
