/**
	Added this CSS file temporarily
	Leaving it to Migirdich to convert
	to SASS. <3 u.
**/


.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 20px;
	margin-right:10px;
	color: white;
}

.btn-circle[disabled]{
	opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
	cursor: default;
}

.teeth
{
	margin:5px;
}

.btn-teeth
{
    background-color:#d1d1d1;
    padding:5px;
    border-radius:5px !important;
    margin:2px !important;
}

.upper-quad-teeth{
  /*border-left: 1px solid blue;
  border-right: 1px solid blue;
  border-bottom: 3px solid blue;
  margin-right: 5px;
  */
    width:30px;
    height:30px;
}
.lower-quad-teeth {
  /*border-left: 1px solid blue;
  border-right: 1px solid blue;
  border-top: 3px solid blue;
  margin-right: 5px;*/
    width:30px;
    height:30px;
}

.active
 {
  background-color: #fff38a;
}

input.toggle {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}

input.toggle + label {
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 30px;
  width: 50px;
  border-radius: 15px;
}

input.toggle + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(19, 191, 17, 0);
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

input.toggle + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0px;
  border-radius: 15px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .2);
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

input.toggle:checked + label:before {
  width: 50px;
  background: rgba(19, 191, 17, 1);
}

input.toggle:checked + label:after {
  left: 20px;
  box-shadow: inset 0 0 0 1px rgba(19, 191, 17, 1), 0 2px 4px rgba(0, 0, 0, .2);
}

span.circle_color {
  display: inline-block;
  width: .75em;
  height: .75em;
  text-align: center;
  line-height: 2.5em;
  border-radius: 50%;
  line-height: 2.5em;
  background-color: #c5c5c5;
  color: #555;
}

div.cke_inner.cke_reset {
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
  margin-bottom: 50px;
}

.disable-click{
  pointer-events: none;
  color: silver;
}

.download-dropdown {
  min-width:0px! important;
  padding: 0.2em 0.25em! important;
}

.btn-download {
  border-style: 0px! important;
}

div.attachment-list {
  margin-top: 5px;
  font-family:arial;
  height:100px;
  width:100%;
}
.attachment-list > ul{
  list-style:none;
  max-height:100px;
  margin:0;
  overflow: auto;
  padding:0;
  text-indent:10px;
}
.attachment-list > ul > li{
  line-height:30px;
  padding: 10px, 0px;
}
.attachment-list > li:nth-child(even){
  background:#ccc;
}

.tokenfield {
  white-space:nowrap;
}

.floating-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background:lightsteelblue;
  position: fixed;
  top: 170px;
  left: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
  font-weight: bold;
}

.floating-save-button {
  top: 250px;
  color: black;
  background:lightseagreen;
}

#container-floating {
  position: fixed;
  width: 70px;
  height: 140px;
  top: 70px;
  left: 30px;
  z-index: 100;
}