@charset "utf-8";
/* CSS Document */
.header, .main .header {
    color: #000;
    width: 100%;
    background: #f8f8f8;
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e3e3e2));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e2);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e2);
    background-image: linear-gradient(to bottom, #f8f8f8, #e3e3e2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffe3e3e2', GradientType=0);
    border-bottom: 1px solid #b9b9b9;
    position: fixed;
    height: 60px;
    z-index: 999;
}

.leftheader {
    color: #000;
    background: #f8f8f8;
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e3e3e2));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e2);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e2);
    background-image: linear-gradient(to bottom, #f8f8f8, #e3e3e2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffe3e3e2', GradientType=0);
    border-bottom: 1px solid #b9b9b9;
    height: 60px;
    width: 290px;
    z-index: 100;
    position: fixed;
}

.right {
    float: right;
}

.left {
    float: left;
}

.inline {
    display: inline;
}

.double-spacer {
    float: left;
    display: block;
    height: 40px;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #dddddd;
}

.profile-username {
    float: left;
    color: #333333;
    margin-left: 15px;
}

.profile-caret {
    float: left;
    margin-top: 10px;
    margin-right: 8px;
    padding-left: 8px;
}

.profile {
    margin-top: 10px;
    margin-right: 20px;
}

.profile-institution {
    font-size: 11px;
    color: #999;
}

.head-button-link {
    width: 32px;
    height: 32px;
    display: block;
    background-image: url(../img/icon_message.png);
    background-size: 32px 96px;
    margin-top: 14px;
    margin-right: 20px;
    float: left;
    color: #fff;
}

.head-button-link:hover {
    background-position: 0px -32px;
}

.head-button-link:active, .head-button-link:focus {
    background-position: 0px -64px;
}

.head-button-link:hover, .head-button-link:focus, .head-button-link:active {
    text-decoration: none;
    color: #fff;
    outline: 0;
}

.triangle {
    background-image: url(../img/triangle.png);
    background-size: 14px 7px;
    width: 14px;
    height: 7px;
    margin-top: -7px;
    margin-left: 260px;
}

.triangle-3 {
    background-image: url(../img/triangle.png);
    background-size: 14px 7px;
    width: 14px;
    height: 7px;
    margin-top: -7px;
    margin-left: 120px;
}

.profile-navigation li a {
    color: #535457;
    padding: 10px 0px;
    margin: 0px 10px;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.profile-navigation li:last-child a {
    border: 0;
}

.profile-navigation li a:hover {
    text-decoration: none;
}

.notice-new {
    background: #ed5d31;
    background: -moz-linear-gradient(top, #ed5d31 0%, #d04419 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed5d31), color-stop(100%, #d04419));
    background: -webkit-linear-gradient(top, #ed5d31 0%, #d04419 100%);
    background: -o-linear-gradient(top, #ed5d31 0%, #d04419 100%);
    background: -ms-linear-gradient(top, #ed5d31 0%, #d04419 100%);
    background: linear-gradient(to bottom, #ed5d31 0%, #d04419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5d31', endColorstr='#d04419', GradientType=0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 5px 2px 5px;
    font-size: 12px;
    height: 16px;
    top: -8px;
    left: -4px;
    position: relative;
}

.profile-navigation {
    margin: 2px 0px;
    z-index: 1200;
    position: relative;
    padding: 0;
    list-style: none;
}

div.profile-box {
    width: 150px;
    border: 1px solid #c9c9c9;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
    margin-top: 15px;
    padding: 0;
    color: #5f5f5f;
    font-size: 13px;
}

.profile-navigation li:hover {
    background: #fafafa;
}

/*----------Brand Logo-------------------------*/
.navbar > .leftheader > .brand {
    color: #CA0404;
    font-size: 25px;
    padding: 20px 20px 10px 0px;
    margin-left: 0px;
    font-weight: 400;
}

.brand-logo {
    float: left;
    padding: 10px 8px 10px 10px;
    width:40px;
    height:40px;
    margin-left: 0px;
}

.header.navbar {
    margin-bottom: 0;
}

/*---------Message box--------------*/
div.messages-list {
    width: 300px;
    border: 1px solid #c9c9c9;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
    margin-top: 20px;
    padding: 0px 0px 10px 0px;
    color: #5f5f5f;
    font-size: 13px;
}

.notice-title {
    font-weight: bold;
    margin: 10px 10px 0px 10px;
}

div.messages-list {
    color: #5f5f5f;
    font-size: 13px;
}

.notice-message .box {
    padding: 10px 10px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    color: #535457;
}

.notice-message .box:hover {
    background-color: #fafafa;

}

.notice-message.profile-check:last-child .box {
    border-bottom-width: 0;
}

.notice-message .avatar {
    float: left;
    border: 0;
    width: 45px;
    height: 45px;
}

.notice-message .avatar img {
    width: 45px;
    height: 45px;
}

.notice-message .info {
    float: left;
    margin-left: 10px;
    margin-top: 1px;
    width: 205px;
}

a.notice-more, a.notice-more:hover {
    font-weight: bold;
    color: #5f5f5f;
    margin: 10px 10px 0px 10px;
    display: block;
}

/*---------------------------------Root Menu----------------------------------------------*/
#menu {
    position: fixed;
    top: 60px;
    width: 290px;
    height: 100%;
    background: #f9f9f9 url(../img/bg_left_menu.png);
    z-index: 100;
}

.wrapnavigation {
    position: absolute;
    width: 290px;
    float: left;
    height: 100%;
}

.content {
    margin-left: 290px;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    position: relative;
}

.content .block {
    padding: 75px 20px 20px 20px;
}

.main-menu {
    margin: 0;
    width: 70px;
    list-style: none;
    float: left;
}

/*------------------------Main menu---------------------------*/
.main-menu {
    margin: 0;
    width: 50px;
    list-style: none;
    float: left;
}

.main-menu li.active a {
    text-decoration: none;
    color: #fcfdfe;
}

.main-menu li a:hover i.registry, .main-menu li.active a i.general {
    background-position: 0px 0px;
}

.admin-li {
    position: fixed !important;
    bottom: 20px;
}

.main-menu li a {

}

.main-menu li a {
    display: block;
    position: relative;
    width: 50px;
    height: 40px;
    color: #9e99aa;
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
}

.main-menu li a i.registry, .main-menu li a i.kompart, .main-menu li a i.registration, .main-menu li a i.nadzor, .main-menu li a i.admin,
.main-menu li a i.reports {
    background: url(../img/buttons-menu.png);
    background-size: 125px 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;

}

.main-menu li a i.kompart {
    background-position: -50px 0px;
}

.main-menu li a i.registration {
    background-position: -25px 0px;
}

.main-menu li a i.registry {
    background-position: 0px 0px;
}

.main-menu li a i.admin {
    background-position: -100px 0px;
}

.main-menu li a i.reports {
    background-position: -50px 0px;
}

.main-menu li a i.nadzor {
    background-position: -75px 0px;
}

.main-menu li a i {
    display: block;
    height: 32px;
    margin: auto;
    margin-bottom: 4px;
    opacity: 0.65;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}

.main-menu li.active {
    background: #51504e;
}

.main-menu li.active i {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.main-menu li a:hover i {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.main-menu li a:hover .name-item {
    visibility: visible;
}

.main-menu li a:hover {
    background: #51504e;
}

.main-menu li a:hover {
    background: #51504e;
}

.main-menu li a .name-item {
    visibility: hidden;
    position: absolute;
    color: #fff;
    z-index: 100000;
    background: #51504e;
    display: block;
    top: 0;
    left: 50px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 52px !important;
    font-size: 14px;
    padding: 0 15px 0 6px;
    border-radius: 0 3px 3px 0;
    white-space: nowrap;
}

/*-----------------------------FUNCTION menu---------------------------------*/
.additional-menu {
    margin-left: 50px;
    list-style: none;
    width: 239px;
}

.function-panel > .btn {
    margin: 0px 5px 10px 5px;
    width: 84%;
}

.additional-menu li.active a, .additional-menu li.active a:hover {
    -webkit-box-shadow: inset 0px 2px 5px 0px #a8a8a8;
    box-shadow: inset 0px 2px 5px 0px #a8a8a8;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #c5c5c5 0%, #e7e7e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #e7e7e7));
    background: -webkit-linear-gradient(top, #c5c5c5 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, #c5c5c5 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, #c5c5c5 0%, #e7e7e7 100%);
    background: linear-gradient(to bottom, #c5c5c5 0%, #e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#e7e7e7', GradientType=0);
}

.additional-menu li a {
    display: block;
    height: 20px;
    padding: 10px 15px 10px 15px;
    color: #5f5f5f;
    border-bottom: 1px solid #c9c9c9;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 1%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 1%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 1%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 1%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #fafafa 1%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
    font-size: 13px;
}

.additional-menu li a:hover {
    text-decoration: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
}

.panel-block {
    width: 239px;
    background-color: #FFF;
    border-top: 1px #e4e4e4 solid;
}

.function-panel {
    margin-left: 50px;
    border-bottom: 1px #e4e4e4 solid;
}

.function-panel p {
    margin-left: 10px;
}

.panel-indent {
    padding: 0px 8px 10px 7px;
}

.control-group input {
    width: 211px;
}

.control-group .dropdown-toggle {
    width: 203px;
}

.function-panel .accordion-heading .accordion-toggle {
    display: block;
    padding: 5px 15px;
}

.function-panel .accordion-group {
    border: 0px;
}

.function-panel .accordion-inner {
    padding: 0px;
}

.accordion-inner .dropdown-menu {
    top: 100%;
    z-index: 1000;
    width: 99%;
    padding: 0px 0;
    margin-top: -2px;
    background-color: #fff;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    display: block;
    position: static;
}

.accordion-inner .dropdown-menu>li>a {
    padding: 3px 5px;
}

.function-panel h1 {
    font-size: 19px;
    margin-top: 5px;
    float: left;
}

.profile-username span {
    display: block;
}

.help-block {
    font-size: 11px;
    line-height: 13px;
}

.function-panel .group-block .btn {
    width: 55.6px;
}

.function-panel .controls p {
    margin-bottom: 0px;
}

/*-------------CONTENT---------------------*/
.controls .tooltip {
    width: 250px;
}

.pagetitle {
    margin-bottom: 40px;
}

.pagetitle h1 {
    float: left;
    clear: both;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    color: #5f5f5f;
    margin-bottom: 0px;
}

.content .breadcrumb {
    margin: 0px;
}

.content h1, h2, h3, h4, h5, h6 {
    color: #4c4c4c;
}

.content h1 {
    font-size: 26px;
}

.content h2 {
    font-size: 25px;
}

.content h3 {
    font-size: 22px;
}

.content h4 {
    font-size: 20px;
}

.content h5 {
    font-size: 18px;
}

.content h6 {
    font-size: 16px;
}

.pagetitle p {
    clear: both;
    display: block;
}

.footer {
    border-top: 1px #CCCCCC solid;
    padding-top: 15px;
    margin-top: 60px;
    font-size: 12px;
    color: #666;
}

#hshow {
    width: 15px;
    height: 13px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    bottom: 0px;
    display: block;
    position: fixed;
    z-index: 9010;
}

#hshowbg {
    width: 50px;
    height: 15px;
    display: block;
    background-color: #666;
    bottom: 60px;
    position: absolute;
    z-index: 9000;
}

.section-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.section-btn {
    padding: 46px;
    width: 125px;
    height: 125px;
    display: block;
    opacity: 0.45;
    filter: alpha(opacity=50);
    margin: 0 auto;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
}

.section-ul {
    width: 190px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.span4 .nav.section-ul {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    margin: -1px auto;
    margin-bottom: 15px;
}

.hki .span4 h3 {
    text-align: center;
}

.content .row-fluid .span4 {
    margin-left: 0px;
    min-width: 220px;
}

.row-fluid  .span4.section-span {
    margin-left: 0px;
}

.section-h3 {
    min-width: 220px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 20px;
}

.selection-p {
    width: 220px;
    margin: 0 auto;
    text-align: left;
}

.brdr {
    border: 1px #dfdfdf solid;
    width: 218px;
    height: 218px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.nav-list.section-ul > li > a {
    border: 1px solid #DFDFDF;
    margin-top: -1px;
    padding: 3px 0;
}

.nav-list.section-ul>li:last-child >a {
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

/*---ETC---*/
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.4;
    ms-filter: "alpha(Opacity=20)";
    filter: alpha(opacity=20);

}

.header {
    position: relative;
    z-index: auto;
}

#menu {
    top: 61px;
}

/*------------FORM-------------------*/
.inst.form-horizontal .control-label {
    width: 210px;
}

.inst.form-horizontal .controls {
    margin-left: 230px;
}

.content .well {
    margin: 0 auto;
    width: 80%;
    min-width: 650px;
}

.inst.form-horizontal .controls .select2-container {
    margin-left: 0;
}

.slct2-block {
    width: 100%;
}

.slct2 > ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.select2-container-multi .select2-choices > .select2-search-choice {
    padding: 3px 18px 3px 5px;

}

.select2-container-multi .select2-choices .select2-search-field input {
    font-size: 14px;
    padding: 4px 6px;
    margin-bottom: 10px;
}

.select2-container-multi .select2-search-choice-close {
    left: auto;
}

.select2-container .select2-choice .select2-arrow {
    background-image: none;
    background: transparent;
    border-left: 0px;
}

.notice-container {
    height: auto;
    max-height: 310px;
    overflow-y: scroll;
}

/*-----------------------------------------------------------------------------------*/
@media \0screen {
    html, body {
        overflow-x: hidden;

    }

    #a-logout {
        border-bottom: 0px;
    }

    #menu {
        top: 60px;
    }

    .header {
        position: relative;
        z-index: auto;
    }

}

@media (max-width: 1100px) {

    .content .row-fluid .span4 {
        margin-left: 0px;
        min-width: 220px;
    }

    .section-h3 {
        height: 60px;
        display: block;
        margin: 0 auto;
        line-height: 30px;
        font-size: 20px;
    }

    .span4 .nav.section-ul {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        margin: -1px auto;
        margin-bottom: 15px;
    }

    .hki .span4 h3 {
        text-align: center;
    }

    .section-h3 {
        min-width: 220px;
        margin: 0 auto;
        line-height: 30px;
        font-size: 20px;
    }

    .selection-p {
        width: 208px;

    }

    .brdr {
        border: 1px #dfdfdf solid;
        width: 208px;
        height: 208px;
    }

    .section-ul {
        width: 180px;
    }

    .content input.span6, textarea.span6, .content .uneditable-input.span6 {
        width: 80%;
    }
}

.bs-callout {
    margin: 10px 0;
    padding: 15px 20px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0px 4px 4px 0px;
}

.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-comment {
    background-color: #d7eef8;
    border-color: #86c4de;
}

.bs-callout-request {
    background-color: #F8D7D7;
    border-color: #E47D7B;
}

.bs-callout-alert {
   background-color: #F8D7D7;
   border-color: #E47D7B;
}

.bs-status {
    height: auto;
    width: auto;
    position: relative;
    padding: 3px 7px;
    font-size: 12px;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
    float: right;
    right: -19px;
    bottom: 13px;

}

.bs-callout-comment .bs-status {
    background-color: #e6f5fc;
    border-left: 1px solid #c0deeb;
    border-top: 1px solid #c0deeb;
    color: #9da0a4;
}

.bs-callout-warning .bs-status {
    background-color: #fdfcf7;
    border-left: 1px solid #f1ebd1;
    border-top: 1px solid #f1ebd1;
}

.bs-callout-danger .bs-status {
    background-color: #fff7f7;
    border-left: 1px solid #f7e3e3;
    border-top: 1px solid #f7e3e3;
}

.bs-callout-request .bs-status {
    background-color: #F8E8E8;
    border-left: 1px solid #DFBBBB;
    border-top: 1px solid #DFBBBB;
}

.bs-callout-alert .bs-status {
   background-color: #F8E8E8;
   border-left: 1px solid #DFBBBB;
   border-top: 1px solid #DFBBBB;
}

.bs-com-date {
    font-size: 12px;
    color: #7c7c7c;
    margin-right: -8px;
    float: right;
}

.bs-com-name {
    font-weight: bold;
    color: #3a3a3a;
    font-size: 15px;
}

.bs-com-org {
    color: #696969;
    font-size: 12px;
}

.bs-callout p {
    color: #222222;
}
