@font-face {
	font-family:'PT Mono';
	src: url('mono-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family:'PT Mono';
	src: url('mono-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;

}

@font-face {
	font-family:'Cousine';
	src: url('cousine-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family:'Cousine';
	src: url('cousine-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;

}

/* ### CLOUDWALL SPECIFIC ### */
#cw-body {
  margin: 32px auto 0 auto;
  font-size: 19px;
  line-height: 26px;
  text-rendering: geometricPrecision;
  font-weight: 400;
}
input,
textarea,
button {
  font-weight: inherit;
}
textarea {
  tab-size: 2;
}
#cw-body #cw-slots {
  display: flex;
  text-align: center;
  overflow: hidden;
  height: calc(100vh - 32px);
}
#cw-body #cw-upic {
  border-radius: 200px;
  width: 32px;
  float: right;
  margin: -5px -2px 0 0;
}
#cw-body .cw-app {
  display: block!important;
  transition: opacity 0.25s;
  text-align: left;
  opacity: 0.006;
  min-height: 200px;
  overflow: hidden;
}
#cw-body .cw-app.cw-app-active {
  opacity: 1;
}
#cw-body .cw-app.hide {
  display: none!important;
  opacity: 0.06;
}
#cw-body .cw-app.cw-app-init {
  opacity: 0.006!important;
  position: absolute!important;
  top: 3000px!important;
  left: 0px!important;
}
#cw-body .cw-app.cw-app-busy:before {
  content: " ";
  position: absolute;
  z-index: 1993;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 120%;
  left: 0;
}
#cw-body .cw-busy {
  height: 4px;
  display: inline-block;
  min-width: 30px;
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../i/loader-bar2.gif);
  background-repeat: repeat-x;
}
#cw-notes {
  top: 52px!important;
}
/* $.my */
#cw-body .my-error-tip {
  font-size: 85%;
  color: rgba(204, 0, 32, 0.7);
  padding: 0px 0 6px 0px;
  line-height: 1.2em;
}
#cw-body .my-error .variants .tag.active {
  background-color: #fdd;
  color: rgba(204, 0, 32, 0.7);
}
#cw-body .my-row input,
.my-row textarea,
.my-row select,
.my-row .button {
  margin: 0;
}
#cw-body .my-row textarea {
  vertical-align: top;
}
#cw-body .my-row .my-label {
  font-size: 90%;
  line-height: 1.1em;
}
#cw-body .my-row .my-shortcut {
  margin: 0 0 0 0.25em;
  text-decoration: underline;
  color: #5481A0;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s, border 0.3s;
  -opera-transition: opacity 0.3s, border 0.3s;
  -ms-transition: opacity 0.3s, border 0.3s;
  -moz-transition: opacity 0.3s, border 0.3s;
}
#cw-body .my-row .my-shortcut:hover {
  opacity: 1;
}
#cw-body .my-row div.my-error-tip {
  padding: 0.3em 0 0 0;
}
#cw-body .my-row span.my-error-tip {
  padding: 0;
}
/* SEARCH  */
#cw-body .ui-search {
  border-radius: 50px!important;
  padding-left: 22px!important;
  padding-right: 22px!important;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: relative;
}
#cw-body .ui-search-clear {
  margin: 1px 0 -1px -21px;
  position: relative;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s;
  cursor: pointer;
  z-index: 5;
}
#cw-body .ui-search.small + .ui-search-clear {
  margin-bottom: -2px;
}
#cw-body .ui-search.bg-yellow + .ui-search-clear {
  opacity: 0.5;
  display: inline-block;
}
#cw-body .ui-search.bg-yellow + .ui-search-clear:hover {
  opacity: 1;
}
#cw-body .my-search input.ui-search {
  background-color: #fff088 !important;
}
#cw-body .my-search .ui-search-clear {
  opacity: 0.5!important;
  display: inline-block !important;
}
/* SELECT2 */
#cw-body .select2-container .select2-choice {
  font-size: 90%;
  line-height: 1.7em;
}
