section#main-content {
    min-height: 300px;
}

.dataTables_filter {
    display: none;
}

iframe#appbundle_blockconstructor_text_ifr,
iframe#appbundle_blockconstructor_text2_ifr,
iframe#appbundle_blockconstructor_text3_ifr,
iframe#appbundle_blockconstructor_text4_ifr{
    height: 250px!important;
}

body#tinymce {
    margin: 10px 15px;
}

.no-bg-image{
    background-image: none !important;
}

.form-horizontal .form-group {
    display: flex;
    align-items: start;
    width: 100%;
}

.nav li {
    position: relative;
    display: block;
}

.mce-panel {
    top: -7px;
}

.tornado-js {
    background-color:#aabbcc;
}

.ui-autocomplete {
    overflow-y: auto;
    max-height: 250px;
}

.table_product>tbody>tr>td{
    vertical-align: middle;
    word-wrap: break-word;
}
.serach_product{
    height: 37px;
}

table.dataTable tbody th, table.dataTable tbody td {
    word-wrap: break-word;
    vertical-align: middle;
    word-break: break-word !important;
    word-break: break-all;
}

.mce-upload_image_button {
    margin-left: 117px !important;
}

.mce-upload_image_button button {
    font-weight: bold;
    color: #0e7bce;
}

.variation-percent_disc {
    max-width: 81px;
}

.variation-new_price {
    max-width: 150px;
}

.package-variations td {
    padding: 2px 5px;
}

table.package-variations .has-error .form-control {
    border: 1px solid #DDD;
}

a#add-variation {
    margin-bottom: 0;
}

table.package-variations td  {
    border: 1px solid black;
}

table.package-variations>tbody>tr:last-child>td {
    border: initial;
}



.left-tab-registration {
    padding-right: 62px;
    float: none;
    display: table-cell;
    vertical-align: top;
}
.right-tab-registration {
    padding-left: 30px;
    float: none;
    display: table-cell;
    vertical-align: top;
}
.education {
    margin: 20px 0 66px;
}

.education .checkbox:not(:last-child) {
    margin-bottom: 28px;
}

.checkbox {
    position: relative;
}
.widtch-lg-5 {
    width: 50%;
    float: left;
}


.checkbox__input + .checkbox__label {
    padding-left: 24px;
}

.checkbox__input + .checkbox__label {
    padding-left: 30px;
}
.checkbox__input + .checkbox__label {
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
label.required {
    padding-right: 10px;
    position: relative;
}
label {
    display: inline-block;
    font-weight: 400;
}

/*.checkbox__input {*/
    /*margin: 0;*/
    /*top: 0;*/
    /*left: 0;*/
    /*overflow: hidden;*/
/*}*/

.tab-registration .tab-panel .right-tab-registration .file-document {
    width: 330px;
}
.file-document {
    display: table;
    margin-bottom: 10px;
}

.file-document .fileContainer p {
    float: left;
    line-height: 28px;
    z-index: 9999;
    position: relative;
    cursor: pointer;
}
.fileContainer p {
    line-height: 27px;
    display: block;
    margin: 0;
}
.fileContainer p .icons {
    position: relative;
    top: 4px;
}
.icon-file {
    background: url(../images/file.png) no-repeat;
    height: 18px;
    width: 17px;
}
.icons {
    display: inline-block;
}

.fileContainer p span {
    color: #6ac8c7;
    display: inline-block;
}

.file-document .fileContainer {
    padding: 10px 0;
    margin: 0;
}
.fileContainer {
    width: 100%;
    float: left;
    padding: .5em;
    margin-bottom: 25px;
}
.fileContainer {
    overflow: hidden;
    position: relative;
}
label {
    display: inline-block;
    font-weight: 400;
}

.fileContainer [type=file] {
    min-height: inherit;
    min-width: inherit;
    right: inherit;
    width: 1px;
    height: 1px;
    top: 32px;
}
.fileContainer [type=file] {
    cursor: pointer;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.fa-trash-o:hover:before {
    content: "\f014";
    font-size: 4em;
    position: absolute;
    vertical-align: middle;
    margin: auto;
    left: 0;
    right: 0;
    width: 44px;
    height: 38px;
    top: 50%;
    transform: translateY(-100%);
}
.fa-trash-o:before {
    content: "";
}

p.fa.fa-trash-o.delete-photo-js {
    padding: 0 4px;
}


.client-image-list .client-image-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 4px;
}

.client-image-list .client-image-item::after {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.client-image-list .client-image-item:hover::after {
    display: block;
}

.client-image-list .client-image-item:hover .view-client-image,
.client-image-list .client-image-item:hover .download-client-image {
    display: block;
}

.client-image-list .client-image-item > img {
    width: 100px;
    height: 100px;
}

.client-image-item .view-client-image {
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 20px;
    display: none;
    border: 1px solid transparent;
    width: 24px;
    height: 24px;
    background: url(../images/view-icon.svg) no-repeat;
    transition: all 0.25s ease;
}

.client-image-item .download-client-image {
    position: absolute;
    z-index: 1;
    top: 35px;
    right: 20px;
    display: none;
    border: 1px solid transparent;
    width: 24px;
    height: 24px;
    background: url(../images/download-icon.svg) no-repeat;
    transition: all 0.25s ease;
}

.client-image-item .view-client-image:hover,
.client-image-item .download-client-image:hover {
    transform: scale(1.2);
}

.button-top{
    position: fixed;
    bottom: 0;
    right: 45px;
    display: none;
}

textarea#appbundle_instancesettings_socialNetworks {
    max-width: 100%;
}

.p-0
{
    padding: 0 !important;
}

.m-tb-5
{
    margin: 5px 0 5px 0;
}

.recipients_choices {
    margin-left: 21px;
}

.recipients_hidden {
    display: none;
}

.recipients_choice {
    display: inline-block;
}

.single-message-block label,
.group-message-block label {
    width: 25%;
    font-weight: 700;
    position: relative;
}

.single-message-block span,
.group-message-block span {
    position: absolute;
    display: none;
    width: 368px;
    text-align: center;
}

.single-message-block span {
    padding: 0 20px 0;
}

.group-message-block span {
    padding: 27px 20px 0;
}

.group-message-block span {
    top: -27px;
}

.single-message-block {
    margin: 20px 20px 0;
    position: relative;
}

.group-message-block {
    margin: 0 20px 10px;
    position: relative;
}

.text-message-block {
    width: 75%;
    margin-left: 5%;
    margin-bottom: 30px;
}

.single-message,
.group-message{
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}
.single-message + label,
.group-message + label{
    cursor: pointer;
}
.single-message:not(checked),
.group-message:not(checked) {
    position: absolute;
    opacity: 0;
}
.single-message:not(checked) + label,
.group-message:not(checked) + label {
    position: relative;
    padding: 0 0 0 25px;
}
.single-message:not(checked) + label:before,
.group-message:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}
.single-message:not(checked) + label:after,
.group-message:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #27b6af;
    box-shadow: 0 0 5px 1px #27b6af;
    opacity: 0;
    transition: all .2s;
}
.single-message:checked + label:after,
.group-message:checked + label:after {
    opacity: 1;
}

.single-message:checked ~ span,
.group-message:checked ~ span {
    display: inline-block;
}

.messages-menu {
    list-style: none;
    margin-top: 20px;
}

.messages-menu li {
    display: inline-block;
}

#message_info {
    padding-left: 21px;
}

.messages-menu li {
    width: 300px;
}

.duplicated_row {
    display: none;
}

.messages-menu li a {
    background: #ababab;
    display: inline-block;
    width: 92%;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 15px;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #000000;
}

.hint_wrap {
    position: relative;
    width: 28%;
}

.hint {
    position: absolute;
    width: auto;
    padding: 7px;
    background: #6ac8c7;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    top: -60px;
    right: -260px;
    text-transform: none;
}

.hidden_hint {
    display: none;
}

.hint_subject {
    cursor: pointer;
}

.hint_subject:hover {
    color: #424856;
    font-weight: 600;
}

@media screen and (max-width: 1755px) {
    .hint {
        right: -305px;
    }
}

@media screen and (max-width: 1610px) {
    .hint {
        right: -350px;
    }
}

@media screen and (max-width: 1430px) {
    .hint {
        right: -400px;
    }
}

@media screen and (max-width: 1245px) {
    .hint {
        right: -450px;
    }
}

@media screen and (max-width: 1115px) {
    .hint {
        right: -500px;
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: 9941;
    display: none;
}

.confirm_popup {
    background-color: #fff;
    width: 700px;
    position: fixed;
    top: 50px;
    left: 36%;
    z-index: 10000;
    padding: 35px;
    text-align: center;
    max-height: 90vh;
}

.confirm_popup_hidden {
    display: none;
}

.confirm_popup_content > h2 {
    font-size: 28px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.confirm_popup_content > p {
    color: #2b2e38;
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 50vh;
    overflow: auto;
    text-align: center;
}

.confirm_popup > .confirm_close {
    position: absolute;
    top: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: #95979c;
    background-color: transparent;
    border: 0;
    outline: 0;
    right: 0;
}

.confirm_popup > .confirm_confirm,
.confirm_popup > .confirm_cancel {
    display: inline-block;
    overflow: visible;
    width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    border: 0;
    color: #000;
}

.confirm_confirm {
    background-color: #6dcbc9;
}

.confirm_cancel {
    background-color: rgba(77,77,78,0.62);
}

.messages-menu li a:hover,
.messages-menu li a.active {
    background: #27b6af;
}

.unread_message {
    font-weight: bold;
}

.client-answers-block {
    padding: 0 30px;
}

.client-answers-block .client-answers-item {
    margin-bottom: 30px;
}

.client-answers-block.dialog {
    border: none;
}

.client-answers-block h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.client-answers-block .item-comments {
    padding: 15px;
    background: #e5e5e5;
    border: 1px solid #b5b5b5;
    position: relative;
    display: inline-block;
    width: 100%;
}

.client-answers-block .comments__user {
    position: absolute;
}

.client-answers-block .comment-user-avatar {
    border-radius: 50%;
    max-width: 100%;
}

.client-answers-block .comments__body {
    padding-left: 50px;
}

.comments__body code {
    color: inherit !important;
}

.client-answers-block .comments__data {
    color: #484747;
    font-size: 14px;
}

.client-answers-block.dialog .comments__data {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.client-answers-block.dialog .comments__author {
    display: inline-block;
    font-size: 15px;
    margin-right: 70px;
}

.client-answers-block.dialog .answer-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

.client-answers-block.dialog .comment-info-row {
    background: #eeeeee;
    padding: 6px 10px;
    margin-bottom: 15px;
}

.client-answers-block.dialog .item-comments {
    background: #ffffff;
}

.client-answers-block.dialog .comments__body {
    min-height: 80px;
}

.client-answers-block.dialog .wrapper-cooments__item,
.client-answers-block.dialog .wrapper-answer-comments {
    width: 70%;
    margin: 0 auto 10px;
}

.client-answers-block .comments__author {
    color: #6ac8c7;
    font-size: 16px;
    margin-bottom: 0;
}

.client-answers-block .comments__body .comments__text {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-all;
    color: #4c4c4c;
    margin: 0;
    line-height: 20px;
}

.success-reg{
    position: fixed;
    padding: 20px;
    top: 34%;
    left: 50%;
    z-index: 25500;
    width: 600px;
    font-size: 15px;
    margin-left: -300px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}
.header-register-popup{
    margin-left: 25%;
    margin-top: -9%;
}
.body-register-popup{
    margin-top: 3%;
    margin-left: 25%;
}
.flash_icon {
    font-weight: bold;
    font-size: 40px;
}

.client-answers-block .wrapper-answer-comments {
    margin-bottom: 20px;
}

.client-answers-block .input-group {
    width: 100%;
    display: table;
    border: 1px solid #b5b5b5;
    border-top: none;
}

.client-answers-block.dialog .input-group {
    border-top: 1px solid #b5b5b5;
}

.client-answers-block span.input-group-addon.img-user-message {
    vertical-align: middle;
    background: #e5e5e5;
    width: 60px;
    padding: 0 15px;
    white-space: nowrap;
    display: table-cell;
    border-radius: 0;
    border: none;
}

.client-answers-block.dialog span.input-group-addon.img-user-message {
    background: #ffffff;
}

.client-answers-block .comment-user-avatar {
    border-radius: 50%;
    max-width: 100%;
}

.client-answers-block .answer .form-control {
    height: 48px;
    width: 100%;
    border-top: none;
    border-bottom:none;
}

.client-answers-block .answer .form-control:focus {
    border-color: #b5b5b5;
}

.client-answers-block span.input-group-addon.comment-send-padding {
    position: relative;
    background: #e5e5e5;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    border-radius: 0;
    border: none;
}

.client-answers-block.dialog span.input-group-addon.comment-send-padding {
    background: #ffffff;
}

.client-answers-block .btn-submit {
    background: none;
    border: none;
    line-height: 25px;
    color: #6ac8c7;
}

.messages-filter {
    margin: 0 0 9px;
    margin-bottom: 0;
    line-height: 0;
    font-size: 0;
    list-style: none;
}

.messages-filter li {
    width: 19.5%;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid #6ac8c7;
    white-space: nowrap;
    font-size: 14px;
    margin: 0;
}

.count {
    display: block;
    position: absolute;
    z-index: 50;
    text-align: center;
    font-weight: 700;
    color: #565656;
    background-color: #fff;
    border-radius: 50%;
    line-height: 22px;
    width: 25px;
    height: 25px;
    font-size: 13px;
    top: 6px;
    right: 16px;
}

.nav>li:not(.active) .count {
    color: #fff;
    background-color: #27b6af;
}

.client_answers_item_span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.messages-filter li a {
    display: block;
    padding: 17px 0;
    text-decoration: none;
    color: #4c4c4c;
    border: 1px solid #bfbfbf;
    text-align: center;
    cursor: pointer;
}

.messages-filter li a.active,
.messages-filter li a:hover {
    background-color: #6ac8c7;
    color: #FFF;
}

.font-style-clear
{
    color: #555 !important;
    font-size: 14px !important;
    font-family: inherit !important;
}

.verify-btn-js.in-verify {
    opacity: 0.5;
    pointer-events: none;
}

.ui-tooltip-error {
    padding: 12px 16px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    background: #FFF;
    border: 1px solid red;
    font-size: 14px;
}

td, th {
    font-size: 0.875em;
    text-align: center;
}

.al-img-size img
{
    width: 100px;
    height: 100px;
}

/*load animation*/
.dl-animation {
    width: 64px;
    margin: auto;
    position: absolute;
    top: 0px;
    transform: translateY(100%);
    left: 100px;
}

.circleG{
    background-color:rgb(255,255,255);
    float:left;
    height:14px;
    margin-left:7px;
    width:14px;
    animation-name:bounce_circleG;
    -o-animation-name:bounce_circleG;
    -ms-animation-name:bounce_circleG;
    -webkit-animation-name:bounce_circleG;
    -moz-animation-name:bounce_circleG;
    animation-duration:1.3675s;
    -o-animation-duration:1.3675s;
    -ms-animation-duration:1.3675s;
    -webkit-animation-duration:1.3675s;
    -moz-animation-duration:1.3675s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    border-radius:9px;
    -o-border-radius:9px;
    -ms-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
}

.circleG_1{
    animation-delay:0.2695s;
    -o-animation-delay:0.2695s;
    -ms-animation-delay:0.2695s;
    -webkit-animation-delay:0.2695s;
    -moz-animation-delay:0.2695s;
}

.circleG_2{
    animation-delay:0.6355s;
    -o-animation-delay:0.6355s;
    -ms-animation-delay:0.6355s;
    -webkit-animation-delay:0.6355s;
    -moz-animation-delay:0.6355s;
}

.circleG_3{
    animation-delay:0.8185s;
    -o-animation-delay:0.8185s;
    -ms-animation-delay:0.8185s;
    -webkit-animation-delay:0.8185s;
    -moz-animation-delay:0.8185s;
}

@keyframes bounce_circleG{
    0%{}
    50%{ background-color:rgb(150,150,150); }
    100%{}
}

@-o-keyframes bounce_circleG{
    0%{}
    50%{ background-color:rgb(150,150,150); }
    100%{}
}

@-ms-keyframes bounce_circleG{
    0%{}
    50%{ background-color:rgb(150,150,150); }
    100%{}
}

@-webkit-keyframes bounce_circleG{
    0%{}
    50%{ background-color:rgb(150,150,150); }
    100%{}
}

@-moz-keyframes bounce_circleG{
    0%{}
    50%{ background-color:rgb(150,150,150); }
    100%{}
}

.file-document-width
{
    width: 100%;
}

.al-float-p-none
{
    float: none !important;
}

.al-img-files-container
{
    max-width: 400px;
}

.al-img-file
{
    display: inline-block;
    position: relative;
    margin: 4px;
}

tr.processing {
    color: gainsboro;
}

.m-0
{
    margin: 0 !important;
}

@media (min-width: 991px) and (max-width: 1300px)
{
    .widget-mini .title
    {
        font-size: 0.6em;
    }
}

.al-height-stretch
{
    height: 100%;
}

.al-height-stretch .panel-body
{
    height: 100%;
}

.al-flex
{
    display: flex;
}

.al-color-white
{
    color: #ffffff !important;
}


.al-inline-block
{
    display: inline-block;
}

.al-btn-user
{
   margin-left: 0.5em;
}

.al-crm-btn
{
    margin-top: 0.5em;
    display: inline-block;
}

.tab-primary.tab-wrapper > .nav-tabs > li.active > a {
    color: white;
    background: #27b6af;
}

.is-danger {
    border: 1px solid #f10c0d !important;
}

span.error-phone-already-exist,
span.error-email-already-exist {
    color: red;
    display: none;
}

.phone-wrapper-js.error > span.error-phone-already-exist,
.email-wrapper-js.error > span.error-email-already-exist {
    display: block;
}

/*loading animation START-->*/

#floatingCirclesG{
    position:relative;
    width:45px;
    height:45px;
    margin:auto;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
    position:absolute;
    background-color:rgba(255,255,255,0.97);
    height:8px;
    width:8px;
    border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
    animation-duration:0.882s;
    -o-animation-duration:0.882s;
    -ms-animation-duration:0.882s;
    -webkit-animation-duration:0.882s;
    -moz-animation-duration:0.882s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
    left:0;
    top:18px;
    animation-delay:0.3295s;
    -o-animation-delay:0.3295s;
    -ms-animation-delay:0.3295s;
    -webkit-animation-delay:0.3295s;
    -moz-animation-delay:0.3295s;
}

#frotateG_02{
    left:5px;
    top:5px;
    animation-delay:0.446s;
    -o-animation-delay:0.446s;
    -ms-animation-delay:0.446s;
    -webkit-animation-delay:0.446s;
    -moz-animation-delay:0.446s;
}

#frotateG_03{
    left:18px;
    top:0;
    animation-delay:0.5525s;
    -o-animation-delay:0.5525s;
    -ms-animation-delay:0.5525s;
    -webkit-animation-delay:0.5525s;
    -moz-animation-delay:0.5525s;
}

#frotateG_04{
    right:5px;
    top:5px;
    animation-delay:0.659s;
    -o-animation-delay:0.659s;
    -ms-animation-delay:0.659s;
    -webkit-animation-delay:0.659s;
    -moz-animation-delay:0.659s;
}

#frotateG_05{
    right:0;
    top:18px;
    animation-delay:0.7755s;
    -o-animation-delay:0.7755s;
    -ms-animation-delay:0.7755s;
    -webkit-animation-delay:0.7755s;
    -moz-animation-delay:0.7755s;
}

#frotateG_06{
    right:5px;
    bottom:5px;
    animation-delay:0.882s;
    -o-animation-delay:0.882s;
    -ms-animation-delay:0.882s;
    -webkit-animation-delay:0.882s;
    -moz-animation-delay:0.882s;
}

#frotateG_07{
    left:18px;
    bottom:0;
    animation-delay:0.9985s;
    -o-animation-delay:0.9985s;
    -ms-animation-delay:0.9985s;
    -webkit-animation-delay:0.9985s;
    -moz-animation-delay:0.9985s;
}

#frotateG_08{
    left:5px;
    bottom:5px;
    animation-delay:1.105s;
    -o-animation-delay:1.105s;
    -ms-animation-delay:1.105s;
    -webkit-animation-delay:1.105s;
    -moz-animation-delay:1.105s;
}



@keyframes f_fadeG{
    0%{
        background-color:rgba(5,86,184,0.99);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG{
    0%{
        background-color:rgba(5,86,184,0.99);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:rgba(5,86,184,0.99);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:rgba(5,86,184,0.99);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:rgba(5,86,184,0.99);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}


.loader {
    font-size: 10px;
    text-indent: -9999em;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #27b6af;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*loading animation END-->*/

.loader-wrapper
{
    position: absolute;
    left: -3em;
    top: 0;
    height: 37px;
    width: 37px;
    display: none;
}


.text-align-left  th, .text-align-left  td  {
    text-align: left !important;
}


tr.my-green-row {
    background-color: #D8EDCF !important;
}


div#events_wrapper {
    overflow-x: scroll;
}

.al-p-r-0.table>tbody>tr>td, .al-p-r-0.table>tbody>tr>th,
.al-p-r-0.table>tfoot>tr>td, .al-p-r-0.table>tfoot>tr>th,
.al-p-r-0.table>thead>tr>td, .al-p-r-0.table>thead>tr>th
{
    padding: 8px 0;
}

textarea.medical-review-emails {
    resize: vertical;
}

p.comments__author a {
    color: #6ac8c7;
}

.al-search
{
    float: right;
    height: 37px;
    margin-bottom: .5em;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    padding: .1em;
    transition: box-shadow .5s;
}

.al-search_wrapper
{
    float: right;
    position: relative;
    margin-bottom: .5em;
}

.al-search_wrapper .al-search
{
    margin-bottom: 0;
}

.al-search_wrapper .users_search_dropdown_border
{
    transform: translateY(37px);
}

.al-search:focus
{
    outline: none;
    box-shadow: 0 0 5px #799dd1;
}

.al-search:focus + div span
{
    text-shadow: 0 0 2px #799dd1;
    transform: scale(1);
}

table.table.al-product-table tbody td
{
    padding-top: 0;
    padding-bottom: 0;
}

table.table.al-user-table tbody td,
table.table.al-user-table thead th
{
    padding: 8px 0;
}

@media (max-width: 1500px) and (min-width: 1400px)
{
    table.table.al-user-table a.btn
    {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 1400px) and (min-width: 991px)
{
    table.table.al-user-table tbody td
    {
        font-size: .7em;
    }

    table.table.al-user-table thead th
    {
        font-size: .6em;
    }

    table.table.al-user-table a.btn
    {
        font-size: 1em;
    }
}

.al-product-form hr
{
    border-top: 2px solid #e4e4e4;
}

.al-child-hr hr
{
    border-top: 2px solid #e4e4e4;
}

.al-align-label .form-group
{
    align-items: flex-start;
}

.al-align-label .al-label-3d
{
    margin-top: -7px;
    padding-top: 0;
}

.al-icon-trash-product
{
    position: absolute;
    right: 0;
    transform: translateY(200%);
}

.al-child-relative li
{
    position: relative;
}

.al-remove-btn-subform
{
    margin-right: 30px;
    margin-bottom: 25px;
}

.al-icon-info
{
    margin-right: 1em;
    transition: color .5s;
    position: absolute;
    transform: translate(-130%, -50%);
    top: 50%;
    cursor: pointer;
}

.al-icon-info:hover
{
    color: #27b6af;
}

.al-pos-relative
{
    position: relative;
}

.d-none
{
    display: none;
}

.d-flex-center
{
    display: flex;
    align-items: center;
}

.m-left-em
{
    margin-left: 1em;
}

.al-search-icon
{
    font-size: 1.8em;
    margin: .1em .2em 0;
    color: #cccccc;
    transition: all .5s;
    transform: scale(.8);
}

.al-wrapper-search
{
    display: flex;
    float: right;
    margin-bottom: .5em;
}

.al-wrapper-search > input
{
    border-radius: 3px 0 0 3px;
    margin-bottom: 0;
}

.al-wrapper-search .icon-search-wrapper
{
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
    border-left: 0;
}

.event-btn-wrapper
{
    width: 100%;
}

.event-btn-wrapper > *
{
    width: 100%;
}

.member-city_note
{
    padding: 0 1em 1em;
    color: red;
}

.no-wrap
{
    white-space: nowrap;
}

table.table.al-eg-table tbody td,
table.table.al-eg-table thead th
{
    padding: 8px 0;
}


table.table.al-user-table tbody td.al-users-btn-wrapper
{
    padding-right: 4px;
    padding-left: 4px;
}

.eg-event-title
{
    width: 200px;
    word-break: break-all;
}

@media (max-width: 1300px) {
    .up-email-c
    {
        max-width: 150px;
        word-break: break-all;
    }
}

.al-datepicker
{
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.85);
    width: 300px;
    align-items: center;
    padding: 1em;
    position: absolute;
    z-index: 100;
    box-shadow: 0 0 .5em #383838;
}

.al-datepicker.d-none
{
    display: none;
}

.al-datepicker__inputs
{
    text-align: center;
}

.al-datepicker__btn
{
    width: 100%;
    background-color: #5f779d;
    margin-top: 1em;
    text-align: center;
    color: #ffffff;
    padding: .5em;
    border-radius: .3em;
    cursor: pointer;
}

.al-change-anim
{
    transition: opacity 1s;
    opacity: 0;
}

.al-datepicker__loader
{
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.7);
}

.al-datepicker__loader #floatingCirclesG
{
    transform: scale(3.5);
    -o-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
}

.empty-wrapper
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.no-resize
{
    resize: none;
}

.user-create-date
{
    font-weight: 600;
}

.al-user-del-img
{
    position: absolute;
    top: 0;
    right: .1em;
    line-height: 1em;
    font-weight: 700;
    cursor: pointer;
    transition: transform .5s;
    color: #ffffff;
    z-index: 2;
    display: none;
}

.al-user-del-img:hover
{
    transform: scale(1.3);
}

.client-image-list .client-image-item:hover .al-user-del-img
{
    display: block;
}

.al-date-wrapper
{
    position: absolute;
    top: 2em;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.74);
}

.al-date-wrapper.d-none
{
    display: none;
}

.er-wrapper-min-h
{
    min-height: 300px;
}

.al-expert-video
{
    display: inline-block;
    width: 100%;
}

.al-remove-upload_manual
{
    margin: .25em 0 0 0;
    display: block;
    position: absolute;
    right: 0;
    transform: translateX(1em);
}

.al-remove-manual
{
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    transform: translateX(1em);
}

.al-reply-wrapper
{
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(100, 100, 100, 0.27);
    transition: opacity .5s;
}

.al-reply-wrapper_unvisible.al-reply-wrapper
{
    opacity: 0;
}

.al-reply-wrapper.d-none
{
    display: none;
}

.al-ac
{
    background: #ffffff;
    min-width: 320px;
    width: 90%;
    margin: 0 auto;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .5em;
    box-shadow: 0 0 1em;
}

.al-ac__label
{
    text-align: center;
    padding: .5em 0 1em;
    font-size: 1.2em;
    font-weight: 600;
}

.al-ac__close
{
    cursor: pointer;
    float: right;
}

.al-loader
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(234,234,234, .84);
    display: flex;
    justify-content: center;
    align-items: center;
}

.al-loader__title
{
    color: #79cdcc;
    font-size: 1.5em;
    transform: translateY(-150%);
    font-weight: 600;
    text-align: center;
}

/*animation loading*/

#fountainG{
    position:relative;
    width:234px;
    height:28px;
    margin:auto;
}

.fountainG{
    position:absolute;
    top:0;
    background-color:rgb(106,200,198);
    width:28px;
    height:28px;
    animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    border-radius:19px;
    -o-border-radius:19px;
    -ms-border-radius:19px;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
}

#fountainG_1{
    left:0;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#fountainG_2{
    left:29px;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#fountainG_3{
    left:58px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#fountainG_4{
    left:88px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#fountainG_5{
    left:117px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#fountainG_6{
    left:146px;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#fountainG_7{
    left:175px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}

#fountainG_8{
    left:205px;
    animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
    0%{
        transform:scale(1);
        background-color:rgb(106,200,198);
    }

    100%{
        transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);
        background-color:rgb(106,200,198);
    }

    100%{
        -o-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);
        background-color:rgb(106,200,198);
    }

    100%{
        -ms-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);
        background-color:rgb(106,200,198);
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);
        background-color:rgb(106,200,198);
    }

    100%{
        -moz-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

/*end animation loading*/

.al-alert-wrapper
{
    position: fixed;
    width: 100%;
    top: 0;
    display: inline-block;
    text-align: center;
    transition: all .7s;
    z-index: 999;
}

.al-ac__input-text
{
    resize: none;
}

.al-alert-wrapper > *
{
    display: inline-block;
}

.al-alert-wrapper_hide
{
    transform: translateY(-100%);
}

.al-alert-wrapper_unvisible
{
    opacity: 0;
}

body a.btn-primary, body a.btn-primary:link
{
    background-color: #27b6af !important;
    margin: 0 0 10px 0 !important;
}

.full-width
{
    width: 100%;
}

body a.btn-primary:hover, body a.btn-primary:hover:link
{
    background-color: #2ccbc3 !important;
    border-color: #2ccbc3 !important;
}


body a.btn-success, body a.btn-success:link
{
    color: #ffffff !important;
}

body a.btn-default:hover, body a.btn-default:hover:link
{
    background-color: #2ccbc3 !important;
    border-color: #2ccbc3 !important;
}

body .btn-primary:hover
{
    background-color: #2ccbc3 !important;
    border-color: #2ccbc3 !important;
}

body a.btn-default, body a.btn-default:link
{
    background-color: #27b6af !important;
}

body .btn-primary
{
    background-color: #27b6af !important;
}

.messages-menu li a.active:hover
{
    background-color: #2ccbc3 !important;
    border-color: #2ccbc3 !important;
}

.al-upload-image
{
    display: inline-block;
    margin: .2em;
}


.al-upload-image__img-wrapper img
{
    height: 6em;
}

.al-upload-image__img-wrapper
{
    position: relative;
}

.al-upload-image__img-holder
{
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,.5);
}

.al-upload-image__img-wrapper:hover .al-upload-image__img-holder
{
    opacity: 1;
}

.al-upload-image__remove-img-ico
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 31.44px;
}

.al-trash-ico::before
{
    content: "\f014";
    /*position: absolute;*/
    margin: auto;
    height: 100%;
    color: #ffffff;
    font-size: 2.5em;

    cursor: pointer;
}

.al-trash-ico:hover:after
{
    content: '';
}

.al-trash-ico
{
    transition: transform .5s;
}

.al-trash-ico:hover
{
    transform: scale(1.4);
}

.al-trash-ico:hover:before
{
    font-size: 2.5em;
    position: static;
    vertical-align: inherit;
    margin: inherit;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    top: auto;
}

.al-progress-btn
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transition: right .3s;
    background-color: #398439;
    z-index: 1;
}

.al-progress-wrapper .al-on-loader
{
    z-index: 2;
}

.al-progress-btn-disabled
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    right: 0;
    background-color: rgba(255, 255, 255, 0.65);
}

.al-progress-btn-disabled_off
{
    display: none;
}

.fileinput-button.al-progress-wrapper input
{
    z-index: 3;
}

.off-transition
{
    transition-duration: 0s !important;
}

.al-error-container
{
    color: rgb(169, 68, 66);
}

.al-btn-back
{
    margin-left: 15px;
}

.m-left-2
{
    margin-left: 2em;
}

.btn_select {
    margin: 0;
    font: inherit;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
    cursor: default;
    text-transform: none;
    padding: 0px 6px;
    line-height: 1.5em;
    background-color: #e7e7e7;
}

div#events_wrapper {
    min-height: 520px;
}

.al-array-product .form-group .col-sm-2
{
    display: none;
}

.panel .recommendations
{
    background: #f0f3f3;
}

.recommendations
{
    display: inline-block;
    cursor: pointer;
    background: #ffffff;
    padding: .5em;
    border-radius: 1em;
    color: #27b6af;
    margin: .2em .2em .2em 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-width: 5em;
}

.recommendations__remove
{
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    border-radius: 1em;
    text-align: center;
    color: #ffffff;
    transform: translateX(-110%);
    background: #e25d5d;
}

.recommendations:hover .recommendations__remove
{
    transform: translateX(0);
}

a.btn.btn-danger
{
    color: #ffffff;
}

.constructor_variations
{
    display: inline-block;
}

.al-loading-bg__loader
{
    position: absolute;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 1;
}


.al-loading-bg
{
    position: relative;
}

.al-loading-bg__anim-text
{
    text-align: center;
}

.al-loading-bg__anim-text:after
{
    content: '';
    animation: al-point-loader 1s infinite;
}

@keyframes al-point-loader {
    0% {
        content: '.';
    }

    50% {
        content: '..';
    }

    100% {
        content: '...';
    }
}

.al-mr-remove-btn
{
    margin-bottom: 15px;
}

.al-collection-manage-js .form-group
{
    margin-right: 0;
    margin-left: 15px;
}

.pagination-outer {
    width: 100%;
    text-align: center;
}

.pagination-inner {
    display: inline-block;
}


.order__payment-ico
{
    height: 40px;

}

.order__payment-ico_no-paid
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.nav li {
    position: relative;
}

.al-nav-sub li
{
    position: relative;
}

.al-nav-sub li .count
{
    top: 1em;
}

.lesson__additional
{
    display: flex;
    margin-bottom: 20px;
    padding-right: 100px;
}

.lesson__additional-item .al-cmanager-item
{
    position: relative;
}

.lesson__additional-remove
{
    position: absolute;
    bottom: 50%;
    top: auto;
    right: 5em;
    cursor: pointer;
    z-index: 100;
}

.lesson__additional-file
{
    position: relative;
    margin-left: 20px;
    width: 160px;
}

.lesson__additional-file input
{
    display: block;
    width: 130px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    direction: rtl;
    font-size: 200px;
    top: 0;
    z-index: 10;
}

.lesson__additional-file input:active ~ .lesson__additional-file-mock
{
    background-color: green;
}

.lesson__additional-file-mock
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #27b6af;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color .3s ease;
}

.lesson__additional-file-progress
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 128, 0, 0.38);
    border-radius: 3px;
}

.lesson__additional-file-progress_success
{
    animation: pulse-success .5s;
}


.lesson__additional-file-label_loaded,
.lesson__additional-file-progress_success-text .lesson__additional-file-label
{
    display: none;
}

.lesson__additional-file-progress_success-text .lesson__additional-file-label_loaded.lesson__additional-file-label
{
    display: block;
}

.lesson__additional-file-label
{
    position: relative;
}

.lesson__additional-file-label_load
{
    display: none;
}

.lesson__additional-file-label_hide
{
    display: none;
}

.lesson__additional-file-label_show
{
    display: block;
}

@keyframes pulse-success {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(60,118,61, 0.4);
        box-shadow: 0 0 0 0 rgba(60,118,61, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(60,118,61, 0);
        box-shadow: 0 0 0 10px rgba(60,118,61, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(60,118,61, 0);
        box-shadow: 0 0 0 0 rgba(60,118,61, 0);
    }
}

.lesson__additional-file-wrapper
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    overflow: hidden;
}

.lesson__additional_column
{
    flex-direction: column;
}

.lesson__additional_fluid.lesson__additional
{
    padding-right: 0;
    margin-bottom: 0;
}

.lesson-addition-collection > .al-cmanager-item,
.lesson-addition-collection > div > .al-cmanager-item
{
    padding-left: 0;
    position: relative;
}

.al-loading-bg
{
    display: inline-block;
    width: 100%;
}

.event-reg-btn-group
{
    width: 127px;
}

.event-reg-btn-group .btn
{
    width: 100%;
}

.mail-delete-icon, .mail-value, .mail-item {
    display: inline-block;
}

.mail-item {
    width: 49%;
}

.mail-delete-icon {
    float: right;
    margin-right: 11px;
}

.feed-h3-title{
    display: inline-block;
}

.initial-height {
    height: initial;
}

.chat-bot-resources.error-dialogs-history-container,
.chat-bot-resources .conversation-history-content
{
    height: auto;
}

.new-product-form .form-group_required > label,
.product-form .form-group_required > label
{
    position: relative;
}

.new-product-form .form-group_required > label:after,
.product-form .form-group_required > label:after
{
}

.form-group__required-star
{
    color: #27b6af;
    font-weight: 500;
}
.required-test:after {
    content: '*';
    color: #27b6af;
}
/*.control-label.required:after  {
    content: '*';
    color: #27b6af;
}*/
.choice-list
{
    display: flex;
}

.choice-list .checkbox
{
    margin-right: 1em;
}

.learning-registration-locale
{
    margin-bottom: 1em;
    display: flex;
}

.learning-registration-locale > ul > li
{
    padding: .2em;
    text-transform: uppercase;
    cursor: pointer;
}

.learning-registration-btns
{
    display: flex;
    align-items: center;
}

.learning-registration-btns > *
{
    margin-left: .5em;
}

.alert {
    display: inline-block;
    width: 100%;
}

#messages.table {
    table-layout: fixed;
}

#messages.table tr td {
    word-break: break-all;
}

#messages.table tr td a {
    width: 100%;
    white-space: unset;
    word-break: break-word;
}

#messages.table tr td a.glyphicon {
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .client-answers-block {
        overflow-y: auto;
    }

    #messages.table {
        width: 1200px;
    }
}

.pt-0 {
    padding-top: 0 !important;
}

#webinar_myownconferenceConfig_existed_webinar_alias_group div span.select2 {
    width: 100% !important;
}

#webinar_myownconferenceConfig_existed_webinar_alias_group .select2-container--default .select2-selection--single {
    border: 1px solid #DDD;
}

#webinar_myownconferenceConfig_existed_webinar_alias_group .select2-container--default .select2-selection--single {
    height: 37px;
    padding: 7px 12px 7px 12px;

}
#webinar_myownconferenceConfig_existed_webinar_alias_group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

#webinar_myownconferenceConfig_existed_webinar_alias_group span#select2-webinar_myownconferenceConfig_existedWebinarAlias-container {
    line-height: unset;
    font-size: 14px;
}

#webinar_myownconferenceConfig_existed_webinar_alias_group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 0;
    width: 15px;
}

#webinar_myownconferenceConfig_existed_webinar_alias_group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #555 transparent transparent transparent;
    border-width: 6px 3px 0 3px;
}

#materials div.more-actions {
    display: flex;
    justify-content: space-around;
}

#materials div.more-actions a.myownconference-upload {
    width: 18px;
    margin-right: 5px;
}

#materials div.more-actions a.glyphicon-trash-js {
    padding-top: 2px;
}

.ui-tooltip {
    color: #000;
}

a select {
    color: #000;
}

form[name='appbundle_order_change_status'] {
    display: flex;
    align-items: center;
}
form[name='appbundle_order_change_status'] select {
    margin-right: 15px;
}
