#page {
    /*padding-top: 60px;*/
}

ul#blocksList {
    padding: 0px;
    margin: 0px;
}
ul#blocksList>li {
    margin: 0px;
    padding: 10px 0px 5px 0px;
    list-style: none;
}

ul#buttonsList {
    padding: 0px;
    margin: 0px;
}
ul#buttonsList>li {
    margin: 0px;
    padding: 10px 0px 5px 0px;
    list-style: none;
}

.buttons-bar{
    padding: 5px;
    border: 1px solid #efe;
    background-color: #eef;
    cursor: move;
}

.block-bar {
    padding: 5px;
    /*border: 1px solid #efe;*/
    background-color: #CCFAF1;
    cursor: move;
    height: 25px;
}

.block-content {
    padding: 5px;
}


ul#containersList {
    padding: 0px;
    margin: 0px;
}
ul#containersList>li {
    margin: 0px;
    padding: 10px 0px 5px 0px;
    list-style: none;
}

.container-bar {
    padding: 5px;
    border: 1px solid #efe;
    background-color: #eef;
    cursor: move;
}

.block-content {
    padding: 5px;
}

.custom-icon-medium {
    font-size: 1.5em;
}

#newContainerButtonFormDiv {
    display: none;
    background-color: #F0F4FF;
    boder:1px solid #F3F7FF;
    padding: 10px 0px 10px 0px;
}

.robot-admin-block {
    border: 1px #ccc solid;
    padding:8px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}


.chat-btn{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 12px;
    font-family: helvetica,arial,sans-serif;
    display: inline-block;
}
.chat-blue{
    background:#146dfd !important;
    color:#fff;
}
.chat-green{
    background:#4eb446 !important;
    color:#fff;
}
.chat-yellow{
    background:#fae10b !important;
    color:#000;
}

.body-edit2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    *margin-right: .3em;
    line-height: 14px;
    /*vertical-align: middle;*/
    background-image: url(icons/icons8-edit-row.svg);
    background-repeat: no-repeat;

}

.body-delete2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    *margin-right: .3em;
    line-height: 14px;
    background-image: url(icons/icons8-cancel.svg);
    background-repeat: no-repeat;
}

.btn-group {
    margin-top: -6px;
}

body {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
}

.breadcrumb>li>a {
    color: #02A87C;
}

.grid-view table.items th a.sort-link {
    color: #02A87C;
}

.table thead th {
    color: #02A87C;
}

.nav-tabs>li>a {
    color: #02A87C;
}

.btn {
    border-radius: 1.5rem;
    transition: all .2s ease-in-out;
}

.navbar {
    margin-bottom: 0px;
}

.add-article:hover {
    color: black;
    background-color: #D8D5D5;
}

.add-article {
    background-color: #333;
    background-image: none;
    color: white;
    text-shadow: none;
    border: none;
    box-shadow: none;
    line-height: 32px;
    width: 100px;
}

.article-form-btn {
    background-color: #333;
    background-image: none;
    color: white;
    text-shadow: none;
    border: none;
    box-shadow: none;
}

.article-form-btn:hover {
    background-image: none;
    color: black;
    background-color: #D8D5D5;
}

.pagination ul>li>a {
    color: #02A87C;
}

input, button, select, textarea {
    font-family: Raleway, sans-serif;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom-player-btn {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	pointer-events: none;
        right: 100px;
}

.fixed-bottom-player-btn .container-fluid {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px
}

.fixed-bottom-player-btn .container-fluid:before {
	content: " ";
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: -1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.47, 0, .745, .715);
	transition: -webkit-transform .25s cubic-bezier(.47, 0, .745, .715);
	transition: transform .25s cubic-bezier(.47, 0, .745, .715);
	transition: transform .25s cubic-bezier(.47, 0, .745, .715), -webkit-transform .25s cubic-bezier(.47, 0, .745, .715)
}

.fixed-bottom-player-btn .text {
	opacity: 0
}

.fixed-bottom-player-btn .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	pointer-events: all
}

.fixed-bottom-player-btn .btn-outline-success {
	margin-left: auto
}

.has-text .fixed-bottom-player-btn .container-fluid {
	-webkit-box-shadow: 0 0 14px rgba(129, 138, 145, .25);
	box-shadow: 0 0 14px rgba(129, 138, 145, .25)
}

.has-text .fixed-bottom-player-btn .container-fluid:before {
	-webkit-transform: scale(25);
	transform: scale(25)
}

.has-text .fixed-bottom-player-btn .text {
	opacity: 1;
	pointer-events: all
}

.has-chat .fixed-bottom-player-btn,
.has-player .fixed-bottom-player-btn {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.btn-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 50%;
	width: 2.375rem;
	height: 2.375rem;
	padding: .5rem
}

.btn-circle .icon,
.btn-circle>* {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	width: auto;
	height: auto
}

.btn-circle.btn-sm,
.btn-group-sm>.btn-circle.btn {
	width: 1.9375rem;
	height: 1.9375rem;
	padding: .25rem
}

.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
	width: 3.5rem;
	height: 3.5rem;
	padding: .625rem
}

.btn-audio {
	width: 70px;
	height: 70px;
	padding: .625rem
}

.btn-audio[class*=outline] {
	background-color: #fff
}

.card-img .btn-audio {
	width: 45px;
	height: 45px
}

@media (min-width:768px) {
	.card-img .btn-audio {
		width: 70px;
		height: 70px
	}
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.icon {
	position: relative;
	width: 1.5rem
}

.icon,
.icon:before {
	display: inline-block
}

.icon:before {
	content: " "
}

.icon svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.icon svg use {
	pointer-events: none
}

.icon.icon-sm {
	width: 1rem
}

.icon.icon-lg {
	width: 2rem
}

.icon.d-block,
.icon.d-inline-block {
	height: 1.5rem
}

.icon.d-block.icon-sm,
.icon.d-inline-block.icon-sm {
	height: 1rem
}

.icon.d-block.icon-lg,
.icon.d-inline-block.icon-lg {
	height: 2rem
}

.btn:not(.btn-circle) .icon,
.navbar-toggler .icon {
	vertical-align: baseline
}

.icon-r {
	color: #02a87c
}

svg {
	fill: currentColor
}

svg:not(:root) {
	overflow: hidden
}

.btn {
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn-outline-success {
	color: #333;
	background-image: none;
	background-color: transparent;
	border-color: #333;
}

.btn-outline-success:focus, .btn-outline-success:hover {
    background-color: #FFF;
    color: #333;
    border-color: #333;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: inline-block
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #818a91
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
	color: #818a91;
	cursor: not-allowed;
	background-color: transparent
}

.nav-inline .nav-item {
	display: inline-block
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
	margin-left: 1rem
}


.nav-pills:after {
	content: "";
	display: table;
	clear: both
}

.nav-pills .nav-item {
	float: left
}

.nav-pills .nav-item+.nav-item {
	margin-left: .2rem
}

.nav-pills .nav-link {
	display: block;
	padding: .5em 1em;
	border-radius: 1.5rem;
        color: #333;
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
	color: #fff;
	cursor: default;
	background-color: #333
}

.dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

.dropdown-toggle:focus {
	outline: 0
}

.dropup .dropdown-toggle:after {
	border-top: 0;
	border-bottom: .3em solid
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 1rem;
	color: #373a3c;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-divider {
	height: 1px;
	margin: 1rem 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-item {
	display: block;
	/*width: 100%;*/
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	color: #373a3c;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #2b2d2f;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333;
	outline: 0
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
	color: #818a91
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 5px 20px;
	font-size: .875rem;
	color: #818a91;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.navbar .nav>li>a {
    text-shadow: none;
    color: #333;
}

.navbar-inner {
    background-image: none;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #fff;
    background-color: #333;
}

.form-horizontal .form-actions {
    padding-left: 180px;
    background-color: #fff;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

.form-actions-solid {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #ffffee;
  *zoom: 1;
}

.control-label-left {
  width: 100px;
  text-align: left;
  float: left;
  padding-top: 5px;
}

ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #000000;
    background: #f1f1f1;
    line-height: 25px;
}

ol.vertical>li>a {
    color: #02A87C;
}


@-webkit-keyframes line-scale-pulse-out{
  0%{
    -webkit-transform:scaley(1);
    transform:scaley(1)
  }
  50%{
    -webkit-transform:scaley(.4);
    transform:scaley(.4)
  }
  to{
    -webkit-transform:scaley(1);
    transform:scaley(1)
  }
}
@keyframes line-scale-pulse-out{
  0%{
    -webkit-transform:scaley(1);
    transform:scaley(1)
  }
  50%{
    -webkit-transform:scaley(.4);
    transform:scaley(.4)
  }
  to{
    -webkit-transform:scaley(1);
    transform:scaley(1)
  }
}
.line-scale-pulse-out>div{
  background-color:#333;
  width:3px;
  height:30px;
  border-radius:2px;
  margin:2px;
  margin-top:-10px;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  display:inline-block;
  -webkit-animation:line-scale-pulse-out .9s cubic-bezier(.85,.25,.37,.85) -.6s infinite;
  animation:line-scale-pulse-out .9s cubic-bezier(.85,.25,.37,.85) -.6s infinite
}
.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){
  -webkit-animation-delay:-.4s!important;
  animation-delay:-.4s!important
}
.line-scale-pulse-out>div:first-child,.line-scale-pulse-out>div:nth-child(5){
  -webkit-animation-delay:-.2s!important;
  animation-delay:-.2s!important
}

#global-listener {
  display: none;
}

.js-btn-audio:hover,.js-btn-audio:focus {
  outline: 0px;
}

.grid-view {
    padding-top: 20px;
    overflow-x: auto;
}


.carousel-item {
  list-style: none;
}

.carousel-item li {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #e9fff8;
  min-height: 10px;
}
