
body {
    font-size: 13px;
    line-height: 1.32653;
}


/*
 * --------------------------------------------------
 * Timeline
 *--------------------------------------------------
 */

.timeline {
    background-size: 1px auto;
    margin-top: 0px;
    margin-bottom: 0px;
}


.timeline.timeline-left, .timeline-left {
    background-position: left 20px;
}

.timeline.timeline-left .timeline-item, .timeline-left .timeline-item, .timeline.timeline-left .timeline-item.even, .timeline-left .timeline-item.even, .timeline.timeline-left .timeline-item.right, .timeline-left .timeline-item.right {
    margin-top: 25px;
    margin-left: 20px;
}

.timeline-item:after, .timeline-item:before {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    margin-left: -10px;
}


.timeline.timeline-left .timeline-item:before, .timeline-left .timeline-item:before, .timeline.timeline-left .timeline-item.even:before, .timeline-left .timeline-item.even:before, .timeline.timeline-left .timeline-item.right:before, .timeline-left .timeline-item.right:before {
    left: -14px;
}

.timeline.timeline-left .timeline-item:after, .timeline-left .timeline-item:after, .timeline.timeline-left .timeline-item.even:after, .timeline-left .timeline-item.even:after, .timeline.timeline-left .timeline-item.right:after, .timeline-left .timeline-item.right:after {
    left: -30px;
    color: #4c968a;
}

.timeline .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.timeline .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

.timeline .btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.timeline .btn-default:hover {
    background-color: #ebebeb;
    border-color: #269abc;
    color: #333;
}

.timeline .btn-info:hover {
    background-color: #39b3d7;
    border-color: #adadad;
    color: #fff;
}

.timeline .btn-sm, .timeline .btn-xs {
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

/*
.timeline-item a {
    color: inherit;
}
*/

.timeline-item.file a {
    color: inherit;
}

.timeline-item a:hover {
    opacity: 0.7;
}

.questions-start {
    background-color: #4c968a;
    max-width: 22em;
    white-space: nowrap;
}

.timeline.timeline-left .questions-start:after {
    border-width: 7px;
    left: 24px;
    border-top-color: #4c968a;
}


.questions-bottom {
    background-color: #d9edf7;
    color: #31708f;
    max-width: 14em;
    white-space: nowrap;
}

.timeline.timeline-left .questions-bottom:after {
    border-width: 7px;
    top: -7px;
    left: 24px;
    border-bottom-color: #d9edf7;
}


.questions-end {
    background-color: #dff0d8;
    color: #3c763d;
    max-width: 16em;
    white-space: nowrap;
}

.timeline.timeline-left .questions-end:after {
    border-width: 7px;
    top: -7px;
    left: 24px;
    border-bottom-color: #dff0d8;
}


.questions-error {
    background-color: #e7c3c3;
    color: #a94442;
    max-width: 14em;
    white-space: nowrap;
}

.timeline.timeline-left .questions-error:after {
    border-width: 7px;
    top: -7px;
    left: 24px;
    border-bottom-color: #e7c3c3;
}


.timeline-item label.radio, .timeline-item label.checkbox {
    margin-left: 20px;
    line-height: 18px;
}

.timeline-item label.radio input, .timeline-item label.checkbox input {
    line-height: 10px;
}


.timeline-item label.radio p, .timeline-item label.checkbox p {
    margin-bottom: 0px;
}

.timeline-item.error {
    background-color: #f2dede;
    color: #b94a48;
    border-color: #eed3d7;
}

.timeline-item.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.timeline-item.warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

.timeline-item.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.timeline-item.danger {
    background-color: #f2dede;
    color: #b94a48;
    border-color: #eed3d7;
}

.timeline-item.primary {
    background-color: #cce5ff;
    color: #004085;
    border-color: #b8daff;
}

.timeline-item.secondary {
    background-color: #e2e3e5;
    color: #383d41;
    border-color: #d6d8db;
}

.timeline-item.light {
    background-color: #fefefe;
    color: #818182;
    border-color: #fdfdfe;
}

.timeline-item.dark {
    background-color: #d6d8d9;
    color: #1b1e21;
    border-color: #c6c8ca;
}


.timeline-item form {
    margin-bottom: 0px;
}

.timeline-item .glyphicon {
    font-size: 28px;
}

.timeline-item.conclusion {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

.timeline-item.conclusion a {
    margin-top: 5px;
}

.timeline-item .entity-text {
    margin-bottom: 10px;
}

.timeline-item .entity-buttons {
    margin-top: 10px;
}


.timeline-item .icon-autofill  {
    font-size: 17px;
    margin-left: 5px;
    top: 5px;
}

.timeline-item .icon-autofill.icon-single  {
    margin-left: 0;
}

.timeline-item .icon-success  {
    color: #4c968a;
}

.timeline-item .icon-warning  {
    color: #c09853;
}


.timeline-item .alert-heading {
    margin-top: 0px;
}

.timeline-item .alert-heading-single {
    margin-bottom: 0px;
}

.timeline-item .entity-image {
    margin-bottom: 20px;

    display: block;
    max-width: 100%;
}


.timeline-item .entity-iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.timeline-item .entity-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.timeline-transparent {
    margin-top: 25px;
}


.timeline-transparent .alert-heading {
    font-family: "Open Sans",Arial,serif;
    font-weight: 100 !important;
}

.timeline-transparent h4.alert-heading {
    margin-top: 20px;
    font-size: 24.5px;
}


.alg-form-block {
    margin-bottom: 15px;
}


.alg-form-block .action.success {
    color: #3c763d;;
}

.alg-form-block .action.danger {
    color: #a94442;
}



/*
 * --------------------------------------------------
 * Header
 *--------------------------------------------------
 */

.social-vk {
    font-size: 25px;
    margin-left: 15px;
    margin-top: 5px;
}

.social-vk a:hover i {
    -webkit-animation: tada;
    animation: tada;
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header-access-label {
    margin-right: 10px;
    float: right;
}


.header-access-label a {
    color: #f4f4f4;
    text-decoration: none;
}

.header-access-label a:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

/*
 * --------------------------------------------------
 * HeaderHidde
 *--------------------------------------------------
 */


a.show-hide-cog:hover {
    color: rgba(255, 255, 255, 1.0);
}

a.show-hide-cog {
    color: rgba(255, 255, 255, 0.7);
}



.header-hidden select {
    color: #000000;
}


/*
 * --------------------------------------------------
 * Header Demo Mode
 *--------------------------------------------------
 */

.header-upper.demo-mode  {
    background: #be3e1d none repeat scroll 0 0;
}

.header-hidden.demo-mode  {
    background: #923016 none repeat scroll 0 0;
}

.demo-mode #header-hidden-link a.show-hide  {
    background: #923016 none repeat scroll 0 0;
}

/*
 * --------------------------------------------------
 * Expertise Page
 *--------------------------------------------------
 */

.expertise-short-result .alert {
    padding: 13px;
}

.expertise-short-result .alert h5, .expertise-short-result .alert h4 {
    margin: 0px;
}



.expertise-short-result .row {
    margin-left: 0px;
    margin-right: 0px;
}

.expertise-short-result .col-xs-1 {
    padding-left: 0px;
    padding-right: 0px;
}

.expertise-short-result .col-xs-11 {
    padding-left: 13px;
    padding-right: 0px;
}


.expertise-short-result .glyphicon {
    line-height: 1.1;
    top: -1px;
}



/*
 * --------------------------------------------------
 * Conclusion Page
 *--------------------------------------------------
 */

.conclusion .info-data {
    font-style: italic;
    margin-top: 5px;
}

.conclusion hr {
    margin-top: 20px;
    margin-bottom: 30px;
}



.sb-prepared-docs .affix {
    max-width: 263px;
    top: 120px;
}


.sb-prepared-docs .affix-top {

}


.timeline-none {
    margin-left: 0px !important;
    background: none !important;
}

.timeline-none .timeline-item {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.timeline-none .timeline-item::before {
    display: none !important;
}

.timeline-none .timeline-item::after {
    display: none !important;
}

.timeline-none .timeline-item {
    width: 100% !important;
}

.timeline-none #alg-list-group-0 .timeline-item {
    margin-top: 0px !important;
}


/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}


.algorithm-block {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .algorithm-block {
        margin-bottom: 170px;
    }
}


.timeline-transparent .pagination {
    padding-left: 0px !important;
}

