/*
*   CSS with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

/*---bootstrap border-radius fix---*/
.img-rounded{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.img-circle{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.table-bordered{behavior:url('/themes/fstec/css/pie/PIE.htc')}
/*select,textarea,input,code,pre{behavior:url('/themes/fstec/css/pie/PIE.htc')}*/
.input-group-addon{behavior:url('/themes/fstec/css/pie/PIE.htc')}
/*.btn{behavior:url('/themes/fstec/css/pie/PIE.htc')} - ломает btn group justify*/
.dropdown-menu{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.panel{behavior:url('/themes/fstec/css/pie/PIE.htc')}
/*.well{behavior:url('/themes/fstec/css/pie/PIE.htc')}*/
.nav-tabs > li > a{behavior:url('/themes/fstec/css/pie/PIE.htc')}
/*.nav-pills > li > a{behavior:url('/themes/fstec/css/pie/PIE.htc')} - убивает border у nav-pills (правое меню модуля)*/
.navbar{behavior:url('/themes/fstec/css/pie/PIE.htc')}
/*.navbar-nav > li > a{behavior:url('/themes/fstec/css/pie/PIE.htc')} - убивает border у navbar-nav у верхнего меню*/
.navbar-toggle{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.navbar-toggle .icon-bar{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.breadcrumb{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.pagination{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.pager li > a,.pager li > span{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.modal-content{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.tooltip-inner{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.popover{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.popover-title{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.alert{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.thumbnail,.img-thumbnail{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.label{behavior:url('/themes/fstec/css/pie/PIE.htc')}
/*.badge{behavior:url('/themes/fstec/css/pie/PIE.htc')}*/
.progress{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.accordian-group{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.carousel-indicators li{behavior:url('/themes/fstec/css/pie/PIE.htc')}
.jumbotron{behavior:url('/themes/fstec/css/pie/PIE.htc')}
/*---/bootstrap border-radius fix---*/

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

.bottom-buffer{
    margin-bottom: 10px;
}

.input-group .input-group-addon {
    line-height: 1!important;
}

body{
    background-color: #EBEBEB;
}

.nopadding{
    padding: 0 !important;
    margin: 0 !important;
}

.panel-title a{display: block; text-decoration: none;}

.captcha-refresh-icon{
    font-weight: 600;
    font-size: 150%;
}

.form-group .captcha a{
    width: 50px;
}

.form-group .captcha input[type=text]{
    width: 100px;
    display: inline;
    margin-bottom: 10px;
}

.help-hint {
    margin-left: 5px;
    color: #5cb85c;
    cursor: help;
}

.help-green {
    color: #5cb85c;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 600px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.bs-callout-info {
    background-color: #F4F8FA;
    border-color: #92B592 !important;
}
.bs-callout {
    border-left: 3px solid #EEEEEE;
    margin: 20px 0;
    padding: 20px;
}

.tooltip-inner {
    max-width: 350px;
}

.nav-pills > li > a{
    border: 1px solid transparent;
}

.nav-pills > li.active > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background: none repeat scroll 0 0 #A00000 !important;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 6px #222222 inset;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #303130;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

#top-nav.navbar{
    border-radius: 0px;
    border-bottom: 2px solid #A00000;
    border-top: 2px solid #A00000;
    box-shadow: 0 0 5px #A00000;
}

@media screen and (min-width:768px) {
    #menu.navbar-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        flex-direction: row;
        align-items: stretch;
    }
    #menu.navbar-nav > li {
        max-width: 130px;
        max-height: 52px;
        padding: 0;
        margin: 0;
    }
    #menu.navbar-nav > li > a {
        display: flex;
        align-items: center;
        max-width: 130px;
        height: 52px;
        text-align: center;
        vertical-align: center;
    }
    #menu.navbar-nav > li > a > .caret {
        margin-left: 5px;
    }
}

#top-nav.navbar-inverse .navbar-nav > li > a{
    border: 1px solid transparent;
    color: #FFF;
}

#top-nav.navbar-inverse li.active > a, #top-nav.navbar-inverse li > a:focus, #top-nav.navbar-inverse li > a:hover{
    background: none repeat scroll 0 0 #A00000 !important;
    /*border: 1px solid #CCCCCC;*/
    /*border-radius: 3px 3px 3px 3px;*/
    /*box-shadow: 0 2px 6px #222222 inset;*/
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #303130;
}

#top-nav.navbar, .breadcrumb{
    margin-bottom: 5px;
}

#admin-nav.navbar {
    margin-bottom: 0px;
}


.breadcrumb{
    background: none;
    padding: 3px 5px;
}

.lead {
    font-size: 16px !important;
}

.col-centered{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.icon-menu li a > img{
    padding-right: 3px;
}

    .content{
        margin: auto;
    }

    .left-column{
        margin-left: 0px;
        padding-left: 0px;
    }

    .right-column{
        margin-right: 0px;
        padding-right: 0px;
    }

    .main-column{
        margin-right: 0px;
        padding-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .page-header{
        margin: 0px;
        padding: 0px 0px 5px 0px;
        border: 0px;
        position:relative;
    }

    .page-header .inner{
        margin-left: inherit;
        margin-right: inherit;
    }

        .page-header h1{
            font-size: 30px;
        }
        .page-header h2{
            font-size: 24px;
        }
        .page-header h1, .page-header h2{
            margin-top: 5px;
        }

            .page-header h4 small{
                color: #4c4c4c
            }

        .page-header img{
            margin: 0 auto;
        }

        img.fstec{
            height: 140px;
            margin-top: 5px;
        }
        img.gniii{
            margin-top: 5px;
            height: 140px;
        }

.portlet{
    padding: 10px;
    /*moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
    behavior: url('/themes/fstec/css/pie/PIE.htc');
    /*border: 1px solid #DDDDDD;*/
    margin: 0px 0px 5px 0px;
    background-color: #515151;
    /*background:url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAAHElEQVR42mJkYGCYyYAGmBiwAAoFAQAAAP//AwA+0wCjIIZE0AAAAABJRU5ErkJggg==);*/
    /*background:rgba(0, 0, 0, 0.6);*/

    -webkit-box-shadow: 0px 0px 5px #333333;
    -moz-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0 0 5px #333333;
}

    .portlet li a, .portlet label{
        color: #ffffff;
    }

    .portlet .portlet-title{
        color: #CCCCCC;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .portlet .portlet-content{
        word-wrap: break-word;
    }

    .portlet .portlet-content label{
        font-weight: normal;
    }

    .portlet-full{
        background-color: #EEEEEE;
        background-image: linear-gradient(to bottom, #EEEEEE, #BBBBBB);
        background-repeat: repeat-x;
        color: #000000;
        font-size: 100%;
        border-top: 1px solid #A00000;
        box-shadow: 0 0 5px #A00000;
    }



.list-lead{
    font-weight: bold;
    margin: 0px;
    padding-left: 19px;
}
    .list-lead li{
        margin-bottom: 5px;
    }

.link-pager{
    text-align: center;
}

.list-news > li {
    display: block;
    position: relative;
    padding: 5px 10px;
}
    .list-news li span{
        display: block;
        color: #CCC;
    }
    .list-news > li > a {
        display: block;
        position: relative;
    }

.list-news:after {
    clear: both;
}
.list-news:before, .list-news:after {
    content: " ";
    display: table;
}
.list-news{
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

.list-terms:after {
    clear: both;
}
.list-terms:before, .list-terms:after {
    content: " ";
    display: table;
}
.list-terms{
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}
.list-terms > li {
    display: block;
    position: relative;
    padding: 5px 10px;
}

blockquote.term{
    border-left: 5px solid #A00000;
    background-color: #F9F9F9;
}

blockquote.term h3{
    color: #A00000;
    margin: 5px;
}

blockquote.term footer:before, blockquote.term small:before, blockquote.term .small:before {
    content: " ";
}

blockquote.incident {
    border-left: 5px solid #ac2925;
}

blockquote.technology {
    border-left: 5px solid #d58512;
}

blockquote.realization {
    border-left: 5px solid #269abc;
}

blockquote.source {
    border-left: 5px solid #398439;
}



.table-vuls td:first-child, .table-vuls td:last-child {
    vertical-align: middle;
    text-align: center;
    width: 15%;
}

.table-vuls td .soft, .table-vuls td:last-child{
    color: #888888;
}

.table-threats td:first-child{
    vertical-align: middle;
    text-align: center;
}

.table-threats td{
    vertical-align: middle !important;
}

.table-authitem td.item-type-column, .table-authitem td.actions-column{
    width: 10%;
    text-align: right;
}

.table-threats h4 a{
    color: #5cb85c;
}


.grid-view .summary{
    text-align: right;
}

.table td.button-column{
    width: 100px;
    text-align: center;
}

.table td.button-column a{
    margin-right: 10px;
}

.table tbody>tr>td.vert-align{
    vertical-align: middle;
}

a.confirm-vul{
    color: #5cb85c;
}

a.no-confirm-vul{
    color: #a47e3c;
}



/*Таблицы с характеристиками*/
.attr-view-table tr td:first-child{
    font-weight: bold;
    text-align: right;
    width: 12%;
}

.ucc-view-table tr td:first-child{
    font-weight: bold;
    text-align: right;
    width: 13%;
}

.attr-view-table pre, .panel-vulfeature pre, blockquote pre, .attr-view-table td.pre{
    white-space: pre-line;
    background: none;
    border: none;
    color: inherit;
    display: block;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    margin: 0px;
    padding: 0px;
    word-break: break-all;
    word-wrap: break-word;
}

.attr-view-table ul{
    margin: 0px;
}

.nav-vul-view{
    margin-bottom: 5px;
}

.nav-vul-view .btn-group{
    padding-top: 4px;
}

.panel-vulfeature{
    height: 150px;
}
        .panel-vulfeature .panel-body{
            overflow-y: auto;
            word-wrap: break-word; /* Internet Explorer 5.5+ */
            height: 100px;
            padding: 10px;
        }

    .panel-vulfeature .panel-title{
        font-weight: bold;
    }

.panel-default{
    -webkit-box-shadow: 0px 0px 5px #333333;
    -moz-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0 0 5px #333333;
}

/*--- Документы ---*/
#documents .items blockquote, .feed{
    border-left: 5px solid #A00000;
    background-color: #F9F9F9;
}
    #documents .items blockquote dt a{
        color: #A00000;
        font-weight: normal;
    }
/*---/ Документы ---*/
        
.news{
    /*background: none repeat scroll 0 0 #F0F0F0;*/
    padding: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #AAAAAA;
}
    .news .content{
        padding-top: 5px;
    }
        .news .content p{
            /*font-size: 120%;*/
        }

    .news .info{
        padding-top: 5px;
        padding-left: 45px;
        background: url("../images/gniii-avatar.png") no-repeat left center;
        /*height: 80px;*/
        /*width: 300px;*/
        /*float: left;*/
    }
        .news .author ul li{
            list-style-type: none;
            padding: 0px;
        }
    .news .title a{

    }

    .news-view{
        border: 0px;
    }

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -80px;
    /* Pad bottom by footer height */
    padding: 0 0 80px;
}


.footer{
    border-top: 1px solid #E5E5E5;
    text-align: center;
    background-color: #4C4C4C;
    color: #FFFFFF;
    font-size: 100%;
    min-height: 80px;
}


.footer .summary{
    line-height: 30px;
}


.captcha img{
    padding: 0px 5px 5px 0px;
}

.context-search{
    margin-bottom: 5px;
}

.spoiler-btn{
    margin-bottom: 15px;
    color: #CCCCCC;
    font-weight: bold;
}

.spoiler-btn span{
    margin-right: 5px;
}

.spoiler-btn{
    cursor: pointer;
}

.sel2cticon{
    margin-right: 3px;
}

.green-gradient {
    /* Legacy browsers */
    background: url("images/green-gradient-bg.png") repeat-x top #f5f5f5;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.btn-loading{
    padding-right: 40px;
    background-repeat: no-repeat;
    background-image: url("/themes/fstec/images/loading.gif");
    background-position: 97% center;
}

.modal-body-scroll {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 320px;
}

@media all and (min-width: 0px) {
    .green-gradient {
        /* Opera */
        /*background: url("images/green-gradient-bg.svg") #f5f5f5;*/
        /* Recent browsers*/
        background-image: -webkit-gradient(
            linear,
            left top, left bottom,
            from(#669966),
            to(#f5f5f5)
        );
        background-image: -webkit-linear-gradient(
            top,
            #669966,
            #f5f5f5
        );
        background-image: -moz-linear-gradient(
            top,
            #669966,
            #f5f5f5
        );
        background-image: -o-linear-gradient(
            top,
            #669966,
            #f5f5f5
        );
        background-image: linear-gradient(
            top,
            #669966,
            #f5f5f5
        );
    }
}

.hiddenFrame {width:1px;height:1px;visibility:hidden}

.litegray-gradient {
    /* Legacy browsers */
    background: #fff url("images/litegray-gradient-bg.png") repeat-x top;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /* Internet Explorer */
    *background: #fff;
    background: #fff\0/;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#888888, endColorstr=#ffffff);
    /* Recent browsers */
    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#888),
        to(#fff)
    );
    background-image: -webkit-linear-gradient(
        top,
        #888,
        #fff
    );
    background-image: -moz-linear-gradient(
        top,
        #888,
        #fff
    );
    background-image: -o-linear-gradient(
        top,
        #888,
        #fff
    );
    background-image: linear-gradient(
        top,
        #888,
        #fff
    );
}

.list-view-loading{
    background-position: center top;
}

table.jqplot-table-legend{
    z-index: 1;
}

#summary_news h3{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#summary_news{
    margin-bottom: 10px;
}

.form-actions{
    padding-bottom: 15px;
}

#cvss-rtfm .modal-dialog, #ranking-rtfm .modal-dialog{
    min-width: 80%;
}

/*--- BUILDER ---*/
#canvas{
    position: relative;
    min-height: 600px;
}
.builder-object{
    border: 1px solid #888888;
    position: absolute;
}
.builder-object-title{
    padding: 10px 5px 10px 10px;
    cursor: move;
}
.builder-object-connect{
    width: 100%;
    height: 20px;
    cursor: pointer;
}
#canvas .glyphicon-cog{
    cursor: pointer;
}

#counters{
    max-width: 320px;
}

/*--- Подробный просмотр текста (в уязвимостях, например) ---*/
.sized-text{
    height: 7em;
    overflow: hidden;
}
    .sized-text-toggle{
        right: 0;
        cursor: pointer;
        text-align: right;
    }
    @media (min-width: 1201px) {
        .sized-text-toggle {
            float: right;
        }
    }
/*---/ Подробный просмотр текста (в уязвимостях, например) ---*/

.centered{
    float: none;
    margin: 0 auto;
}


.chart-container{
    min-height: 20px;
}

.view-chart-btn{
    position: absolute;
    right: 0px;
    cursor: pointer;
    z-index: 1;
}

#view-chart-modal .modal-dialog,
#banner-modal .modal-dialog{
    min-width: 70%;
}


#banner-modal .modal-header{
    border: 0px;
}

#banner-modal .modal-content{
    border: 0px;
}

.modal-backdrop{
    bottom: 0px;
    position: fixed;
}

.sizer{
    margin-left: 0px;
}

.table-vuls tr, .table-vuls tr td{height: 100%;}

.table-vuls td:first-child  + td + td{
    position: relative;
	padding: 0px;
}

.td-inner{
	height: 100%;
}

.bsc{ /* Magic Happens Here!!! */
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 0; 
    height: 0; 
    display: block;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid green;
    cursor: pointer;
}
.bsc-middle{
    border-top: 15px solid #ffe835;
}

.bsc-high{
    border-top: 15px solid #df8505;	
}

.bsc-critical{
    border-top: 15px solid #9d3725;	
}

.label-low{
    width: 100%;
    background-color: #398439;
}

.label-middle{
    background-color: #ffe835;
}

.label-high{
    background-color:#df8505;
}

.label-critical{
    background-color: #9d3725;
}
.d-table{
    display: table;
    height: 100%;
    width: 100%;
}

.d-table span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.search-item:nth-child(2n+1){
    background: #f9f9f9;
}


.search-item{
    padding: 15px 10px;
}

.search-item::after{
    color: #959595;
    font-size: 12px;
    font-weight: 700;
    left: 10px;
    letter-spacing: 1px;
    position: absolute;
    top: 5px;
}

.search-item-vul::after{
    content: "уязвимость";
}

.search-item-threat::after{
    content: "угроза";
}

.search-item-doc::after{
    content: "документ";
}

/*поиск в навбаре*/

.navbar-form .input-group {
    width: 100%;
}
/* override width: auto; that showed up in 3.2.0
   with at least 1px for the addon or btn (I had an addon) */
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
    width: 1px;
}
/* separate .form-control and give it width: 100%; */
.navbar-form .input-group .form-control {
    width: 100%;
}

.list-unstyled.fann-form-list li{
    padding-bottom: 3px;
}

.vul-view-soft .panel{
    box-shadow: none !important;
    margin-bottom: 10px;
}

#stat-filter-vul-table{
    font-size: 80%;
    color: #888888;
}

div.loading {
    background-image: url('../images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}

div.loading * {
    opacity: .8;
}

.community-org > div{
    padding-top: 20px;
    text-align: center;
    height: 125px;
}

.community-org > div > img{
    height: 100%;
}

.community-pt > img{
    height: 55% !important;
}

.community-rusbitech{
    /*background: url('../images/community/rusbitech.png') no-repeat center center;*/
}

.community-npo-echelon{
    /*background: url('../images/community/npo-echelon.png') no-repeat center center;*/
}

.community-npo-echelon > img{
    height: 85% !important;
}

.community-amonitoring{
    /*background: url('../images/community/amonitoring.png') no-repeat center center;*/
}

.community-amonitoring > img{
    height: 90% !important;
}

.community-dsec{
    /*background: url('../images/community/dsec.png') no-repeat center center;*/
}

.community-ntcsiz{
    /*background: url('../images/community/ntcsiz.png') no-repeat center center;*/
}

.community-ispras{
    /*background: url('../images/community/ispras.png') no-repeat center center;*/
}

.community-ispras > img{
    height: 77% !important;
}

.community-altx-soft{
    /*background: url('../images/community/altx-soft.png') no-repeat center center;*/
}

.footer-org > div {
    height: 80px;
    padding-top: 5px;
}

.footer-org > div > img{
    height: 60px;
}


#autonews-status{
    height: 32px;
}

.offender-type-table{
    width: auto !important;
}

.table-rating td{
    border: none !important;
}

.table-rating thead > tr > th, .table-rating tbody > tr > td{
    vertical-align: middle !important;
    padding: 12px !important;
}

.table-rating tbody > tr > td.best {
    font-weight: bold;
}

.vul-rating{
    color: #a00000 /*#EDB113 - Yellow*/;
    margin: 0px !important;
}

#top-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.nav-wrapper{
    min-height: 50px;
}

.cvss{
    padding-right: 5px !important;
    padding-left: 5px !important;
}
@media (max-width: 1600px) {
    .cvss {
        margin-bottom: 10px;
    }
}

.attr-view-table td:nth-child(2){

    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;

    word-break: break-all;

    word-break: break-word;


    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.table-ucs-list h4 a, .table-ucc-list h4 a {
    color: #5cb85c;
}

.table-ucs-list td, .table-ucc-list td {
    vertical-align: middle !important;
}

.train-table-panel{
    overflow-x: auto;
    width: 100%;
}

.train-table-v-panel{
    overflow-y: auto;
    width: 100%;
    height: 300px;
}



.threat-classification-well{
    margin-bottom: 0;
}

.threat-classification-item ul{
    list-style: none;
    margin-left: 1em;
    position: relative;
    padding: 0;
}
    .threat-classification-item li{
        padding: 0 0.7em;
        line-height: 2em;
        position: relative;
    }
        .threat-classification-item li button{
            margin: 0.2em 0px 0.2em 0px;
            white-space: normal;
            text-align: left;
        }
            .threat-classification-item li button label{
                font-weight: normal;
                white-space: normal;
            }

.threat-classification-item ul::before{
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid;
}
    .threat-classification-item ul li::before{
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1.4em;
        left: 0;
    }

    .threat-classification-item ul li:last-child::before {
        background: #F5F5F5;
        height: auto;
        top: 1em;
        bottom: 0;
    }

#incident .btn-default{
    background-color: #f2dede;
}

#technology .btn-default{
    background-color: #fcf8e3;
}

#realization .btn-default{
    background-color: #d9edf7;
}

#source .btn-default{
    background-color: #dff0d8;
}

.well-danger{
    border-color: #ac2925;
    background-color: #d9534f /*#f2dede*/;
    color: #fff;
}
.border-danger{
    border-color: #ac2925;
}

.well-warning{
    border-color: #d58512;
    background-color: #f0ad4e /*#fcf8e3*/;
    color: #fff;
}
.border-warning{
    border-color: #d58512;
}

.well-info{
    border-color: #269abc;
    background-color: #5bc0de /*#d9edf7*/;
    color: #fff;
}
.border-info{
    border-color: #269abc;
}

.well-success{
    border-color: #398439;
    background-color: #5cb85c /*#dff0d8*/;
    color: #fff;
}
.border-success{
    border-color: #398439;
}
