@charset "UTF-8";
.clear {
  clear: both;
}
.oneline {
  white-space: nowrap;
  overflow: hidden;
}
/* CSS Document */
.font-8 {
  font-size: 8px;
}
.font-10 {
  font-size: 10px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-25 {
  font-size: 25px;
}
.font-29 {
  font-size: 29px;
}
.font-35 {
  font-size: 35px;
}
.font-37 {
  font-size: 37px;
}
.font-40 {
  font-size: 40px;
}
.font-50 {
  font-size: 50px;
}
.font-b {
  font-weight: bold;
}
.font-bder {
  font-weight: bolder;
}
.font-b200 {
  font-weight: 200;
}
.font-b400 {
  font-weight: 400;
}
.font-b800 {
  font-weight: 800;
}
.font-b1000 {
  font-weight: 1000;
}
.font-b2000 {
  font-weight: 2000;
}
.font-l {
  font-weight: lighter;
}

.square-20px {
  width: 20px;
  height: 20px;
}
.square-30px {
  width: 30px;
  height: 30px;
}
.square-35px {
  width: 35px;
  height: 35px;
}
.square-40px {
  width: 40px;
  height: 40px;
}
.square-45px {
  width: 45px;
  height: 45px;
}
.square-50px {
  width: 50px;
  height: 50px;
}
.square-55px {
  width: 55px;
  height: 55px;
}
.square-60px {
  width: 60px;
  height: 60px;
}
.square-70px {
  width: 70px;
  height: 70px;
}
.square-80px {
  width: 80px;
  height: 80px;
}
.square-90px {
  width: 90px;
  height: 90px;
}
.square-100px {
  width: 100px;
  height: 100px;
}

.font-grey {
  color: rgba(66, 66, 66, 1);
}
.f80black {
  color: rgba(0, 0, 0, 0.8);
}
.f60black {
  color: rgba(0, 0, 0, 0.6);
}
.f40black {
  color: rgba(0, 0, 0, 0.4);
}
.f20black {
  color: rgba(0, 0, 0, 0.2);
}
.f10black {
  color: rgba(0, 0, 0, 0.1);
}

.f80white {
  color: rgba(255, 255, 255, 0.8);
}
.f60white {
  color: rgba(255, 255, 255, 0.6);
}
.f40white {
  color: rgba(255, 255, 255, 0.4);
}
.f20white {
  color: rgba(255, 255, 255, 0.2);
}
.f10white {
  color: rgba(255, 255, 255, 0.1);
}

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

.chatIcon {
  font-size: 18px;
  cursor: pointer;
}

.white {
  color: #ffffff;
}
.blue {
  color: #3498db;
}
.purple {
  color: #9b59b6;
}
.green {
  color: #1abb9c;
}
.aero {
  color: #9cc2cb;
}
.red {
  color: #e74c3c;
}
.dark {
  color: #34495e;
}
.orange {
  color: #f39c12;
}
.grey {
  color: #eceff1;
}
.yellow {
  color: #ffd600;
}
.border-blue {
  border-color: #f39c12 !important;
}
.border-orange {
  border-color: #3498db !important;
}
.border-purple {
  border-color: #9b59b6 !important;
}
.border-green {
  border-color: #1abb9c !important;
}
.border-aero {
  border-color: #9cc2cb !important;
}
.border-red {
  border-color: #e74c3c !important;
}
.border-dark {
  border-color: #34495e !important;
}
.bg-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #73879c;
}
.bg-yellow {
  background: #ffa000 !important;
  border: 1px solid #ffa000 !important;
  color: #fff;
}
.bg-green {
  background: #1abb9c !important;
  border: 1px solid #1abb9c !important;
  color: #fff;
}
.bg-red {
  background: #e74c3c !important;
  border: 1px solid #e74c3c !important;
  color: #fff;
}
.bg-blue {
  background: #3498db !important;
  border: 1px solid #3498db !important;
  color: #fff;
}
.bg-orange {
  background: #f39c12 !important;
  border: 1px solid #f39c12 !important;
  color: #fff;
}
.bg-purple {
  background: #9b59b6 !important;
  border: 1px solid #9b59b6 !important;
  color: #fff;
}
.bg-lime {
  background: #aeea00 !important;
  border: 1px solid #aeea00 !important;
  color: #fff;
}
.bg-lime-dark {
  background: #a7e000 !important;
  border: 1px solid #a7e000 !important;
  color: #fff;
}
.bg-blue-sky {
  background: #50c1cf !important;
  border: 1px solid #50c1cf !important;
  color: #fff;
}
.bg-cyan {
  background: #00acc1 !important;
  border: 1px solid #00acc1 !important;
  color: #fff;
}
.bg-blue-grey {
  background: #546e7a !important;
  border: 1px solid #546e7a !important;
  color: #fff;
}
.bg-deep-orange {
  background: #ff5722 !important;
  border: 1px solid #ff5722 !important;
  color: #fff;
}
.bg-brown {
  background: #6d4c41 !important;
  border: 1px solid #6d4c41 !important;
  color: #fff;
}
.bg-grey {
  background: #616161 !important;
  border: 1px solid #616161 !important;
  color: #fff;
}
.bg-pink {
  background: #e91e63 !important;
  border: 1px solid #e91e63 !important;
  color: #fff;
}
.bg-pink200 {
  background: #ff4081 !important;
  border: 1px solid #ff4081 !important;
  color: #fff;
}
.bg-greenA700 {
  background: #00c853 !important;
  border: 1px solid #00c853 !important;
  color: #fff;
}

.bob-1 {
  border-bottom: solid 1px rgba(138, 138, 138, 0.2);
}
.bob-2 {
  border-bottom: solid 2px rgba(138, 138, 138, 0.2);
}
.bob-3 {
  border-bottom: solid 3px rgba(138, 138, 138, 0.2);
}
.bob-4 {
  border-bottom: solid 4px rgba(138, 138, 138, 0.2);
}

.bol-1 {
  border-left: solid 1px rgba(138, 138, 138, 0.2);
}
.bol-2 {
  border-left: solid 2px rgba(138, 138, 138, 0.2);
}
.bol-3 {
  border-left: solid 3px rgba(138, 138, 138, 0.2);
}
.bol-4 {
  border-left: solid 4px rgba(138, 138, 138, 0.2);
}

.bor-1 {
  border-right: solid 1px rgba(138, 138, 138, 0.2);
}
.bor-2 {
  border-right: solid 2px rgba(138, 138, 138, 0.2);
}
.bor-3 {
  border-right: solid 3px rgba(138, 138, 138, 0.2);
}
.bor-4 {
  border-right: solid 4px rgba(138, 138, 138, 0.2);
}

.fix-width-400 {
  max-width: 400px;
}
.fix-width-600 {
  max-width: 600px;
}
.fix-width-800 {
  max-width: 800px;
}
.fix-width-1000 {
  max-width: 1000px;
}
.fix-width-1200 {
  max-width: 1200px;
}
.fix-width-1400 {
  max-width: 1400px;
}

.p-0 {
  padding: 0px !important ;
}
.pt-0 {
  padding-top: 0px !important ;
}
.pb-0 {
  padding-bottom: 0px !important ;
}
.pl-0 {
  padding-left: 0px !important ;
}
.pr-0 {
  padding-right: 0px !important ;
}
.p-2 {
  padding: 2px;
}
.pt-2 {
  padding-top: 2px;
}
.pb-2 {
  padding-bottom: 2px;
}
.pl-2 {
  padding-left: 2px;
}
.pr-2 {
  padding-right: 2px;
}
.p-5 {
  padding: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.p-10 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.p-15 {
  padding: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.p-20 {
  padding: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.p-30 {
  padding: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}

.m-0 {
  margin: 0px !important ;
}
.mt-0 {
  margin-top: 0px !important ;
}
.mb-0 {
  margin-bottom: 0px !important ;
}
.ml-0 {
  margin-left: 0px !important ;
}
.mr-0 {
  margin-right: 0px !important ;
}
.m-2 {
  margin: 2px;
}
.mt-2 {
  margin-top: 2px;
}
.mb-2 {
  margin-bottom: 2px;
}
.ml-2 {
  margin-left: 2px;
}
.mr-2 {
  margin-right: 2px;
}
.m-5 {
  margin: 2px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.m-10 {
  margin: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.m-15 {
  margin: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.m-20 {
  margin: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.m-25 {
  margin: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.m-30 {
  margin: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
