.panel__title {
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    color: #007ad0;
}

.panel__form {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.panel__form .col-md-11 {
    width: 90% !important;
}
.form__row {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.form__row.type-hidden {
    margin: 0;
}

.form__title {
    font-size: 18px;
    margin-bottom: 28px;
}

.form__hint {
    color: #5a5a5a;
    font-size: 15px;
    line-height: 22px;
}

.form__hint--error {
    color: #f62e00;
}

.form__hint--success {
    color: #3aaf00;
}

.form__input {
    width: 200px;
    height: 45px;
    padding: 5px 18px;
    border: 1px solid #9bb4d6;
    outline: none;
    line-height: 25px;
}
.form__input.reset {
    width: 400px;
}

.form__input:focus {
    border: 2px solid #5f84b7;
}

.form__footer {
    margin-bottom: 15px;
    /*position: absolute;
    width: 100%;
    left: 0;
    bottom: 105px;*/
}

.form__link {
    font-size: 14px;
}

.form__buttons {
    min-height: 45px;
}

.form__button {
    display: inline-block;
    margin: 10px 10px 0;
    padding: 0 25px;
    background: #a91717;
    border: none;
    min-width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.form__button.green {
    background: #76b300;
}

.form__button:hover {
    background: #bc2323;
}

.form__button.green:hover {
    background: #629500;
}

.form__button:disabled {
    background: #dcdcdc;
    cursor: not-allowed;
}

.form__button.green:active {
    background: #527c00;
}

.form__menu {
    margin-top: 40px;
}

.panel__form #navigation {
    text-align: left;
    list-style: none;
    margin-left: 15px;
}
.field-icon {
    float: right;
    margin-right: 34px;
    margin-top: -37px;
    position: relative;
    z-index: 2;
}

.blink {
    color: red;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
    animation-duration: 2s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,2.0,0,1.0);
    -webkit-animation-duration: 2s;
}

@keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}

@-webkit-keyframes blinker {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}

.step-app > .step-content {
    padding: 10px;
}

.step-app > .step-content > .step-tab-panel {
    display: none;
}

.step-app > .step-content > .step-tab-panel.active {
    display: block;
}

.supports {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.supports .edit {
    margin-right:1em;

}
.supports .edit > a {
    vertical-align: baseline;
    margin-right:0.6em;
}
.supports article {
    overflow:hidden;
    margin-bottom:20px;
}
.supports article .author {
    float:left;
}
.supports article aside {
    text-align: right;
    padding-top: unset !important;
    width: unset !important;
    max-width: unset !important;
    border-right: none !important;
}
.uphoto img {
    width:75px;
}
.supports .uphoto {
    float:left;
}
.supports .inner {
    margin-left:90px;
}
.supports .description {
    margin-top:8px;
    padding:10px 20px 20px 20px;
    border:1px solid #dadeb8;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    position:relative;
    background-color: #f4f5f0;
    font-size: 14px !important;
}

.faq .question {
    padding-left:10px;
}

.faq .answer {
    text-align: right;
    margin-top:0.8em;
}
.faq .answer .uphoto {
    float:right;
    margin-left:26px;
}
.faq .answer .responder {
    float:left;
}
.faq .answer .description {
    text-align: left;
    background-color:transparent;
    margin-right:100px;
}
#map_canvas {width: 100%;height: 400px;margin-bottom: 25px;}
.web_alert {
    display: none;
    font-size: 14px!important;
    font-weight: 700!important;
    font-family: Tahoma!important;
    z-index: 999999;
    position: initial;
    color: #fff;
    background: #189c18;
    padding: 15px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    top: 0;
    left: 0
}

.web_alert.error {
    background: #570900 !important;
}

.web_alert.info {
    background: #FF43CA !important;
}

.web_alert.show_alert {
    display: block !important;
}

.webwar {
    background: #efaa46
}

.webinfo {
    background: #5c97c8
}

.webwell {
    background: #189c18
}

.weberr {
    background: #c74848
}
.add-button {
    line-height: 22px;
    padding: 4px 23px;
    cursor: pointer;
    text-decoration: none;
    background: #007ed2;
    border: 1px solid #cdd9ef;
    color: #FFF;
    display: block;
    width: 115px;
    margin-bottom: 10px;
}
.add-button:hover {
    color: #000;
}


.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto
}

.profile-info-row {
    display: table-row
}

.profile-info-name,
.profile-info-value {
    display: table-cell;
    border-top: 1px dotted #D5E4F1
}

.profile-info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: 400;
    color: #667E99;
    background-color: transparent;
    width: 110px;
    vertical-align: middle
}

.profile-info-value {
    padding: 6px 4px 6px 6px
}

.profile-info-value>span+span:before {
    display: inline;
    content: ",";
    margin-left: 1px;
    margin-right: 3px;
    color: #666;
    border-bottom: 1px solid #FFF
}

.profile-info-value>span+span.editable-container:before {
    display: none
}

.profile-info-row:first-child .profile-info-name,
.profile-info-row:first-child .profile-info-value {
    border-top: none
}

.profile-user-info-striped {
    border: 1px solid #DCEBF7
}

.profile-user-info-striped .profile-info-name {
    color: #336199;
    background-color: #EDF3F4;
    border-top: 1px solid #F7FBFF
}

.profile-user-info-striped .profile-info-value {
    border-top: 1px dotted #DCEBF7;
    padding-left: 12px
}

.profile-picture {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 4px;
    display: inline-block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.dd-empty,
.dd-handle,
.dd-placeholder,
.dd2-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.profile-activity {
    padding: 10px 4px;
    border-bottom: 1px dotted #D0D8E0;
    position: relative;
    border-left: 1px dotted #FFF;
    border-right: 1px dotted #FFF
}

.profile-activity:first-child {
    border-top: 1px dotted transparent
}

.profile-activity:first-child:hover {
    border-top-color: #D0D8E0
}

.profile-activity:hover {
    background-color: #F4F9FD;
    border-left: 1px dotted #D0D8E0;
    border-right: 1px dotted #D0D8E0
}

.profile-activity img {
    border: 2px solid #C9D6E5;
    border-radius: 100%;
    max-width: 40px;
    margin-right: 10px;
    margin-left: 0;
    box-shadow: none
}

.profile-activity .thumbicon {
    background-color: #74ABD7;
    display: inline-block;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    margin-left: 0;
    text-shadow: none!important
}

.profile-activity .time {
    display: block;
    margin-top: 4px;
    color: #777
}

.profile-activity a.user {
    font-weight: 700;
    color: #9585BF
}

.profile-activity .tools {
    position: absolute;
    right: 12px;
    bottom: 8px;
    display: none
}

.profile-activity:hover .tools {
    display: block
}

.user-profile .ace-thumbnails li {
    border: 1px solid #CCC;
    padding: 3px;
    margin: 6px
}

.user-profile .ace-thumbnails li .tools {
    left: 3px;
    right: 3px
}

.user-profile .ace-thumbnails li:hover .tools {
    bottom: 3px
}

.user-title-label:hover {
    text-decoration: none
}

.user-title-label+.dropdown-menu {
    margin-left: -12px
}

.profile-contact-links {
    padding: 4px 2px 5px;
    border: 1px solid #E0E2E5;
    background-color: #F8FAFC
}

.btn-link:hover .ace-icon {
    text-decoration: none!important
}

.profile-social-links>a:hover>.ace-icon,
.profile-users .memberdiv .name a:hover .ace-icon,
.profile-users .memberdiv .tools>a:hover {
    text-decoration: none
}

.profile-social-links>a {
    text-decoration: none;
    margin: 0 1px
}

.profile-skills .progress {
    height: 26px;
    margin-bottom: 2px;
    background-color: transparent
}

.profile-skills .progress .progress-bar {
    line-height: 26px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Open Sans";
    padding: 0 8px
}

.profile-users .user {
    display: block;
    position: static;
    text-align: center;
    width: auto
}

.profile-users .user img {
    padding: 2px;
    border-radius: 100%;
    border: 1px solid #AAA;
    max-width: none;
    width: 64px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.profile-users .user img:hover {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33)
}

.profile-users .memberdiv {
    background-color: #FFF;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    text-align: center;
    margin: 0 8px 24px
}

.profile-users .memberdiv .body {
    display: inline-block;
    margin: 8px 0 0
}

.profile-users .memberdiv .popover {
    visibility: hidden;
    min-width: 0;
    max-height: 0;
    max-width: 0;
    margin-left: 0;
    margin-right: 0;
    top: -5%;
    left: auto;
    right: auto;
    opacity: 0;
    display: none;
    position: absolute;
    -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
    -o-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
    transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s
}

.profile-users .memberdiv .popover.right {
    left: 100%;
    right: auto;
    display: block
}

.profile-users .memberdiv .popover.left {
    left: auto;
    right: 100%;
    display: block
}

.profile-users .memberdiv>:first-child:hover .popover {
    visibility: visible;
    opacity: 1;
    z-index: 1060;
    max-height: 250px;
    max-width: 250px;
    min-width: 150px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.profile-users .memberdiv .tools {
    position: static;
    display: block;
    width: 100%;
    margin-top: 2px
}

.profile-users .memberdiv .tools>a {
    margin: 0 2px
}

eBlock {
    margin-bottom: 33px;
    margin-top: 20px !important;
}
.eBlock-publ {
    margin-top: 20px !important;
}
.news-inf-c:hover {
    opacity: 0.8
}
.eBlock-img {
    width: 30%;
    margin-right: 3%;
    float: left;
}
.eBlock-img img {
    width: 100%;
    cursor: pointer;
    /*border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 2px solid #d6c4bd;*/
}
.eTitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2D5D1;
}
.eBlock-name {
    color: #000;
    font-size: 15px !important;
    margin-bottom: 5px;
    font-weight: normal;
}
.eBlock-name h2 {
    color: #000;
    font-size: 20px !important;
    margin-bottom: 25px;
    font-weight: bold;
}
.eBlock-name a:link {
    text-decoration: underline;
    color: #000;
}
.eBlock-name a:active {
    text-decoration: underline;
    color: #000;
}
.eBlock-name a:visited {
    text-decoration: underline;
    color: #000;
}
.eBlock-name a:hover {
    text-decoration: none;
    color: #000;
}
.eBlock-right {
    float: left;
    width: 67%;
}
.eBlock-fullwith {
    width: 100%;
}

.eBlock-mess {
    margin-bottom: 10px;
    font-size: 16px;
}
.eBlock-Mmess {
    font-size: 16px !important;
    text-align: left !important;
    font-weight: normal !important;
    color: #816551 !important;
    overflow: hidden;
    margin-top: -20px;
}
.eBlock-Mmess p {
    font-size: 16px !important;
    text-align: left !important;
    font-weight: normal !important;
    color: #816551 !important;
    font-family: 'PT Sans', Tahoma;
    line-height: initial;
    margin: 0 !important;
    padding: 0 !important;
    font-style: normal !important;
}
.eBlock-Mmess span {
    font-size: 16px !important;
    text-align: left !important;
    font-weight: normal !important;
    color: #4383bf !important;
}
.eBlock-Mmess strong,
.eBlock-Mmess b,
.eBlock-Mmess em {
    font-weight: normal !important;
    font-style: normal;
}
.news-wrap {
    margin: 0 !important;
    padding: 0 !important;
}
.eBlock-images {
    text-align: center;
}
.eBlock-images img {
    width: 29%;
    max-height: 150px;
    margin: 1%;
    /*border-radius: 6px;
    border: 3px solid #f3e1a9 !important;*/
    vertical-align: top;
}
.eBlock-images img:hover {
    opacity: 0.8
}
.eBlock-det {
    margin-top: 10px;
}
.eBlock-data {
    float: left;
    font-size: 12px;
    color: #838383;
}
.eBlock-comment {
    float: left;
    font-size: 12px;
    color: #838383;
}

.eBlock-actions {
    float: right;
    width: 90px;
}
.eBlock-cat {
    float: left;
    font-size: 12px;
    color: #838383;
    margin-left: 19px;
}
.im-temp{display:inline-block;width:250px;margin-right:20px}
.im-temp img{width:100%}ul.tabs{margin:0;padding:0;list-style:none}
ul.tabs li{background:0 0;color:#222;display:inline-block;padding:10px 12px;cursor:pointer}
ul.tabs li.current{background:#ededed;color:#222}
.tab-content{display:none;background:#ededed;padding:15px;text-align:center;color: #585858;}
.tab-content.current{display:inherit}
.tab-content h3 {
    color:#a3610a;
    font-size: 24px;
    font-weight: bold;
}
.y212d_poll_title {
    font-size: 14px;
    font-family: Tahoma;
    display: block;
    margin-bottom: -11px;
}
.y212d_poll_answer label {
    margin-left: 7px;
}
.y212d_poll_answer {
    margin-bottom: 7px;
}
.y212d_answer {
    font-family: Tahoma;
    font-size: 13px;
}
.y212d_answer_line {
    background-color: #2C2EE9;
    height: 6px;
    margin-top: 7px;
    margin-bottom: 5px;
}
.y212d_answer_all {
    font-size: 13px;
    font-family: Tahoma;
    text-align: center;
}

.side-menu li {
    position: relative;
}
.side-menu ul ul {
    position: absolute;
    z-index: 100;
    background-color: #78a622;
    top: -10px;
    width: 240px;
    right: 80%;
    border: 1px solid #4d784d;
    display: none;
    padding-bottom: 10px;
}
.side-menu > a:hover {
    color: #C3C8EE;
}
.side-menu ul ul a {
    color: #000000;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.side-menu ul li:hover > ul {
    display: block;
}

.main-menu ul ul {
    z-index: 1;
    position: absolute;
    display: none;
}

.main-menu ul ul {
    background-color: #cf4117 !important;
    width: 100%;
    max-width: 340px;
    padding-top: 3px;
}

.main-menu ul ul {
    background-color: #F0F0F0;
}
.main-menu ul ul li {
    padding: 5px 15px;
    border-bottom: 1px dotted #9bc0f1;
}
.main-menu ul ul > li {
    display: block;
}
.main-menu ul ul li > a {
    border-bottom: 0px !important;
    display: block;
}

.main-menu ul ul > li > a:hover {
    color: #cecece;
    background: initial;
}

.main-menu ul ul li:last-child {
    border-bottom: 0;
}

.main-menu ul ul a {
    font-size: 14px;
    line-height: 26px;
}
.main-menu ul ul li > a {
    height: 100% !important;
}
.main-menu ul li:hover > ul {
    display: block;
    padding-left: 0px;
    list-style: none;
}
#poll-form {padding: 0 !important;}
.panel-body .radio, .panel-body .checkbox {margin-top: 0;margin-bottom: 0;}
.panel-body .list-group {margin-bottom: 0;}
.panel-body .radio label, .panel-body .checkbox label {display: block;line-height: 22px;word-break: break-word;}
.list-group .list-group-item {margin-bottom: -1px !important;}
.panel-title {text-align: center;color: #555 !important;}
.list-group-item {padding: 5px 5px}
/* Question */
.q_all {margin: 5px;}
.q_all div {padding: 10px;color: #4d5153;font-size: 14px;font-family: Tahoma;}
.q_question {background: #eceef0;}
.q_answer {background: #d5edf9;margin-bottom: 20px;margin-left: 20px;}
.link_at_checkbox {
    margin-left: 5px;
    vertical-align: inherit;
}
.feedback-text {
    margin-top: 5px;
    margin-bottom: 15px;
}

.supports {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.supports .edit {
    margin-right:1em;

}
.supports .edit > a {
    vertical-align: baseline;
    margin-right:0.6em;
}
.supports article {
    overflow:hidden;
    margin-bottom:20px;
}
.supports article .author {
    float:left;
}
.supports article aside {
    text-align: right;
    padding-top: unset !important;
    width: unset !important;
    max-width: unset !important;
    border-right: none !important;
}
.uphoto img {
    width:75px;
}
.supports .uphoto {
    float:left;
}
.supports .inner {
    margin-left:90px;
}
.supports .description {
    margin-top:8px;
    padding:10px 20px 20px 20px;
    border:1px solid #d2edfd;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    position:relative;
    background-color: #f4f5f0;
    font-size: 14px !important;
}

.baloon-arrow {
    display:block;
    position:absolute;
    width:12px;
    height:19px;
    left:-12px;
    top:2px;
    z-index:1;
    background: url(../images/baloon_arrow.png) no-repeat;
}
.baloon-arrow-right {
    background-position:-12px 0px;
    left:auto;
    right:-12px;
}
.feedback-text ul {
    list-style: disc;
    margin-left: 25px;
}

.poll-widget .poll-options{
    text-align: left;
}
.poll-widget .list-group-item {
    padding: 0;
}
#poll-form .form-horizontal .checkbox, .form-horizontal .radio {
    text-align: left;
    margin-left: 45px;
    /*min-height: unset !important;*/
}

.dates-list .dropdown-menu {
    left:unset !important;
    top:unset !important;
}
.personal-data-processing-agreement-widget {
    display: none;
    width: 100%;
    background-color: #d4d4d4;
    position: fixed;
    z-index: 2;
    bottom: 0; }
.personal-data-processing-agreement-widget .wrapper {
    max-width: 978px;
    margin: 15px auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.personal-data-processing-agreement-widget .acceptance-text {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 75%;
    margin-left: 15px; }
.personal-data-processing-agreement-widget .acceptance-text a {
    font-weight: bold; }
.personal-data-processing-agreement-widget .acceptance-button {
    border: none;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-right: 15px;
    background: -moz-linear-gradient(top, #00b6fa 0%, #006992 100%);
    background: -webkit-linear-gradient(top, #00b6fa 0%, #006992 100%);
    background: linear-gradient(to bottom, #00b6fa 0%, #006992 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6fa', endColorstr='#006992',GradientType=0 );
}
.main-container .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/img/default.svg") no-repeat;
}
.main-container .pdf {
    background: url("/img/pdf.svg") no-repeat;
}
.main-container .word {
    background: url("/img/word.svg") no-repeat;
}
.main-container .xls {
    background: url("/img/xls.svg") no-repeat;
}
.main-container .ppt {
    background: url("/img/ppt.svg") no-repeat;
}
.gogetssl {
    width: 140px;
    height: 45px;
    background: url(/img/gogetssl.svg) left bottom no-repeat;
}
