/*
Version
Author
*/

/*General Styles*/
html {
    height: 100%;
}

body {
    background: #fff;
    font-family: Lucida Sans Unicode, Helvetica, sans-serif;
    color: #686868;
    max-height: 1450px;
    font-size: 14px;
}

p{
    font-size: 14px;
    color: #686868;
}

a{
    text-decoration: none;
    outline: none;
    color: #989898;
    font-size: 14px;
}

a:hover{
    text-decoration: underline;
    outline: none;
    color: #99cc33;
    font-size: 14px;
}

a:focus{
    color: #99cc33;
}

a.doted {
    font-size: 13px;
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #989898; /* Добавляем свою линию */
    color: #0072bf;
}

a.doted:hover, a.doted:focus {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #99cc33; /* Добавляем свою линию */
}

#wrap{
    background: #fff;
    width: 960px;
    padding: 0 0;
    margin: 0 auto;
}


code {
    font-family: "Courier New", Courier, monospace;
    color: #000
}

blockquote {
    font-style: italic;
    background: #ccc;
    margin-left: 20px;
}

.table td.table-text-right{
    text-align: right;
}

.btn-primary{
    width: 125px;
}


/*Header*/
#header {
    background: #fff;
    height: 150px;

}

/*header-top*/
#header-top  {
    height: 88px;
}

#logotype {
    float: left;
    height: 61px;
    margin-top: 10px;
}

#description {
    margin-left: 40px;
    float: left;
}

/*header-bottom*/
#header-bottom {
    height: 42px;
    border: 0;
    background: #fafafa; /* для не поддерживающих css3 браузеров */
    background: -ms-linear-gradient(top, #fafafa, #eeeeee); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee)); /* для webkit браузеров */
    background: -moz-linear-gradient(top,  #fafafa,  #eeeeee); /* для firefox 3.6+ */
    background-image: -o-linear-gradient(top,  #fafafa,  #eeeeee);/* для Opera11+ */
    background-image: -moz-linear-gradient(center top , #fafafa, #eeeeee);

}

#header-bottom  .nav {
    border-bottom-style: none;
}

.navbar-fixed-top {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.navbar-fixed-top .navbar-inner {
    box-shadow:  0px 0px ;
}

.navbar-static-top {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-static-top .navbar-inner {
    box-shadow:  0px 0px ;
}

.navbar .nav > li > a {
    text-shadow: none; /*Тень текста для названий меню*/
    padding: 10px 20px;
}

#navigation li{
    line-height: 22px;
}

#navigation a:hover,
#navigation a:focus{
    background-image: none;
    background: #336633;
    background-color: #336633;
    text-shadow: 0 0;
    color: #fff;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
    background-image: none;
    background: #339933;
    background-color: #339933;
    box-shadow: none;
    color: #fff;
}

#header-bottom{
    position: relative;
}

#login {
    margin-left: 860px;
    position: absolute;
    float: right;
    width: 100px;
}

#login > table{
    margin-top: 10px;
}

#login .icon-remove{

    padding: 0 0;
}

#login a{
    color: #336633;
}

#login a:hover, #login a:focus {
    color: #99cc33;
    text-decoration: none;
    background-image: -moz-linear-gradient(center top , #fafafa, #eeeeee);
    text-shadow: 0 0;

    background: #fafafa; /* для не поддерживающих css3 браузеров */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee'); /* для IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee)); /* для webkit браузеров */
    background: -moz-linear-gradient(top,  #fafafa,  #eeeeee); /* для firefox 3.6+ */
    background-image: -o-linear-gradient(top,  #fafafa,  #eeeeee);/* для Opera11+ */


}

/*Content*/
.row-fluid{
    max-width: 920px;
    padding: 20px 20px;
}


#realty{
 margin-top: 150px;
 height: 475px;
 width: 960px;
}

/*Footer*/
footer{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

#footer-nav li {
    padding-left: 0;
}

.footer-nav {
    height: 40px;
    float: left;
    list-style: none outside none;
    display: block;
    font-size: 12px;
    left: 0;
    margin: 0 10px 0 0;
    position: relative;
}

.footer-nav li {
    float: left;
    padding: 10px 15px;
}

.footer-nav li a{
    font-size: 12px;
}

#copyright{
    color: #333333;
    font-size: 12px;
}

#copyright a{
    color: #333333;
    text-decoration: none;
}

.footer-nav .divider-vertical{
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

/*Form sign-in*/
.form-signin {
    position:relative;
    background: rgba( 255, 255, 255, 1);  /* чистый белый непрозрачный */
    width: 270px;
    padding: 10px 30px 20px 30px;
    margin: 3% auto auto auto;
    min-height: 215px;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

}

.form-signin a {
    margin-top: 9px;
}

.form-signin h3 {
    margin-top: 20px;
}

.form-signin input[type="checkbox"] {
    margin-top: 0;
}

.form-signin-heading{
    color: #009933;
    margin-bottom: 35px;
}



textarea:focus, input[type="text"]:focus,  input[type="password"]:focus{
    border-color: rgba(142, 202, 54, 0.8);
    box-shadow: 0 1px 1px rgba(142, 202, 54, 0.075) inset;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(142, 202, 54, 0.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(142, 202, 54,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(142, 202, 54,0.6)
}

.btn{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #99cc33, #339900);

    background: #99cc33; /* для не поддерживающих css3 браузеров */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cc33', endColorstr='#339900'); /* для IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#99cc33), to(#339900)); /* для webkit браузеров */
    background: -moz-linear-gradient(top,  #99cc33,  #339900); /* для firefox 3.6+ */
    background-image: -o-linear-gradient(top,  #99cc33,  #339900);/* для Opera11+ */

    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    padding: 4px 14px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    height: 47px;
    width: 126px;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #339900;
    background: #339900;
    color: #fff;
}

#button-signin{
    margin: 10px 0 0 70px;
}

h3 {
    line-height: 0px;
}

#registration {
    top:0;
    left:0;
    position:fixed;
    background: rgba( 255, 255, 255, 0.4);
    width:100%;
    height:100%;
    z-index:10000;
}
/*end Form sign-in*/

/*page-head*/

/*p-navbar*/
.breadcrumb {
    background: #fff;
    margin: 0 0;
    padding: 8px 0;
}

#p-navbar{
    margin-top: 140px;
}

#p-navbar, #p-navbar a, #p-navbar a:focus, #p-navbar a:hover{
    font-size: 13px;
}

#p-navbar .breadcrumb a{
    text-decoration: underline;
}

#p-navbar .breadcrumb  .active {
    text-decoration: none;
}

/*p-name*/
#p-name{
    color: #009933;
}
#p-name .blank-img a{
    padding-left: 20px;
}

/*p-menu*/
#p-menu .breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
}

#p-menu {
    width: 100%;
}

#p-menu, #p-menu a, #p-menu a:focus, #p-menu a:hover{
    font-size: 14px;
}

#p-menu .breadcrumb a:hover, #p-menu .breadcrumb a:focus {
    text-decoration: none;
}

#p-menu  .breadcrumb .active a{
    color: #333333;
}

#p-menu  .breadcrumb > li > .divider{
    padding: 0 0;
}
/*colored underline p-menu li*/
.nav  {
    border-bottom: 2px solid rgba(0, 49, 79, 0.08);
    margin: 0 0 18px;
    padding: 0 0;
    position: relative;
}

.nav > ul:before, .nav > ul:after {
    content: "";
    display: table;
    line-height: 0;
}

.nav > ul:after {
    clear: both;
}

.nav > ul > li > a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    max-width: 320px;
    padding: 11px 10px 11px 0px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.nav > ul > li.active:first-child > a:after{
    left: 0;
}

.nav > ul > li.active > a:after{
    background: none repeat scroll 0 0 #99cc33;
    bottom: -2px;
    content: " ";
    display: block;
    height: 2px;
    left: 0px;
    position: absolute;
    right: 10px;
}


.control-group .showblock {
    display: none;
}


/*extended-search*/
#extended-search {

    padding: 10px 7px 15px 25px;
    border: 1px solid rgba(249, 235, 189, 0.3);
    background-image: -moz-linear-gradient(center top , #fffacc, #fffacc);

    display: none;

    background: #fffacc; /* для не поддерживающих css3 браузеров */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeb8', endColorstr='#ffeeb8'); /* для IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fffacc), to(#fffacc)); /* для webkit браузеров */
    background: -moz-linear-gradient(top,  #fffacc,  #fffacc); /* для firefox 3.6+ */
    background-image: -o-linear-gradient(top,  #fffacc,  #fffacc);/* для Opera11+ */
}

#extended-search .prepended-input {
    width: 860px;
}

#extended-search input[name="doc-own-date"] {
    width: 90px;
}

#extended-search select{
    width: 800px;
}

.form-bottom .span9{
    margin-right: 40px;
}


/*pagination*/
.pagination{
    min-height: 30px;
    margin: 0;
}

.pagination, .pagination a, .paginationa:focus, .pagination a:hover{
    font-size: 13px;
}

.pagination ul{
    box-shadow: 0 0 0;
    border-radius: 0 0 0 0;
}

.pagination ul > li > a{
    border-style: none;
    border-width: 0;

}

.pagination ul > li.active > a {
    color: #0066cc;
    background-color: #fff;

}

.pagination ul > li.number-page > a{
    padding: 4px 4px;
}

.pagination ul > li:first-child > a{
    border-top-style: none;
    border-radius: 0 0 0 0;
    padding-left: 0;
}

.pagination ul > li:last-child > a{
    border-top-style: none;
    border-radius: 0 0 0 0;
    padding-right: 0;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus{
    background-color: #fff;

}

/*Faculty table*/
.grid-table{
    margin: 0 0 15px 0;
}

.grid-table td{
    padding: 8px 10px;
    vertical-align: middle;
    height: 60px;
}

.grid-table th{
    padding: 8px 10px;
    vertical-align: middle;
    text-align: left;
    background-color: #f5f5f5;
}

.grid-name{
    font-size: 16px;
    color: #6699cc;
}

.grid-name td{
    padding: 8px 0;
}





/*grid-name*//*
.grid-name tr td{
    height: 35px;
    vertical-align: top;
    padding: 0 0;
}*/

/*grid-img*/
.grid-img {
    width: 50px;
    padding-left: 30px !important;
}



.grid-table td.grid-img {
    padding: 8px 0;
}

/*grid-title*/

.grid-title{
    width: 250px;
}


.grid-title-name, .grid-title-name a{
    font-size: 18px;
    color: #0066cc;
    width: 100%;
    float: left;
}

.grid-label{
    font-size: 13px;
    color: #989898;
}

.grid-label-width{
    float: left;
    width: 100%;
}

/*grid-status*/
.grid-status  {
    width: 300px;
    font-size: 13px;
}

.label-stage{
    color: #989898;
    font-size: 11px;
    font-style: italic;
}

.progress {
    width: 110px;
    height: 3px;
    background-color: #ccc;
    background: #ccc;
    background-image: none;
    margin-bottom: 10px;
}

.label-stage{
    width: 225px;
}

.progress .bar{
    background-color: #99cc33;
    background: #99cc33;
    background-image: none;
}

.label-stage-right{
    float:right;
    font-size: 11px;
}

/*grid-tools*/
.grid-tools  {
    width: 14px;
    vertical-align: middle !important;
}

.grid-tools a{
   float: right;
}

.grid-table tr > td.grid-tools {
    padding: 8px 13px;
    vertical-align: top;
}

div.span9, div.span2{
    padding-left: 20px;
}


/*departments*/
#departments{
    height: 235px;
    position: relative;
}
.departments-table th{
    border: none;
    border-style: none;
    padding: 8px 0;
    font-size: 18px;
    color: #333333;
    vertical-align: middle;
}

.departments-table td{
    border: none;
    border-style: none;
    padding: 0 0;
    height: 25px;
    vertical-align: middle;
}

.departments-table td.department-name {
    width: 440px;
}

.departments-table td.department-name, .departments-table td.department-name a{
    color: #6699cc;
    font-size: 15px;
}

.departments-table td.department-name a:hover,
.departments-table td.department-name a:focus {
    color: #0066CC;
}

#departments-more{
    position: absolute;
    bottom: 25px;
}

/*object-info*/
#object-info{
    height: 220px;
}

#object-info td {
    border-top: none;
    border-bottom: none;
}

#object-info tr:first-child{
    border-top: 1px solid #ddd;
}

#object-info tr:last-child{
    border-bottom: none;
}

#object-info  tr td{
    height: 40px;
    padding: 8px 0 0 0;
}

#object-info  tr td.object-descripton {
    width: 720px;
    padding-right: 18px;
}

#object-info th, #object-info td{
    vertical-align: top;

}
#object-info  tr td.object-img {
    padding: 20px 0 0 0;
    text-align: center;
}
.object-img img{
    border: 1px solid #ccc;
    float:left;
    height: 180px;
    width: 180px;
}

.search-form  .object-label{
    min-height: 40px;
    font-size: 14px;
    color: #989898;
    margin-left: 0;
    background: url('/img/order/plus.png') no-repeat left 9px;
    padding-left: 25px;
    cursor: pointer;
}

.search-form .controls{
    background: url('/img/order/minus.png') no-repeat left 9px;
    padding-left: 25px;
    cursor: pointer;
}

.search-form  .object-label label{
    padding-top: 5px;
    padding-left: 7px;
}

.search-form .controls .typeahead{
    margin-top: 0 !important;
}

.search-form .controls .first{
    padding-left: 7px;
    min-height: 40px;
}

.search-form .controls span{
    font-size: 14px;
}

.search-form select{
    min-width: 865px !important;
}


.form-minus img{
    cursor: pointer;
}

.object-label-th{
    font-size: 14px;
    color: #989898;
}

.object-label-description{
    font-size: 15px;
    cursor:default;
}

input[type="checkbox"].object-checkbox-description{
    font-size: 15px;
    cursor:default;
    margin: 0 0 5px 0;
}

/*object-docs*/
.object-docs tr td{
    height: 44px;
}

.object-docs  tr:first-child{
    border-top: 1px solid #ddd;
}

.object-docs td, .object-docs  tr:last-child{
    border: none;
}

.grid-docs{
    font-size: 14px;
    color: #009933;
}

.object-docs .grid-docs tr td{
    height: 35px;
    vertical-align: top;
    padding: 0 0;
}

.object-docs td.grid-img {
    width: 120px;
}

.object-docs .grid-img img{
    border: none;
    float:left;
    height: 35px;
    width: 30px;
}

.object-docs td.grid-title {
    width: 500px;
    padding: 8px 10px;
}

.object-docs .grid-label{
    font-style: normal;
}

.object-docs .grid-title-name {
    color: #333;
    font-size: 14px;
}

.object-docs .grid-status {
    width: 320px;
    padding: 8px 0px;
}

.object-docs .grid-label-stage {
    font-size: 12px;
}

.object-docs .grid-status .progress {
    background-color: #99cc33;
    background: #99cc33;
    background-image: none;
}

.object-docs .progress .bar{
    background-color: #ff0000;
    background: #ff0000;
    background-image: none;
}

.object-docs tr > td.grid-tools {
    vertical-align: middle;
}

/*object-document*/
.object-docs-description{
    position: relative;
    background: rgba( 255, 255, 255, 1);  /* чистый белый непрозрачный */
    width: 680px;
    padding: 10px 40px 20px 40px;
    height: 800px;
    margin: 10% auto auto auto;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

}

.object-docs-name{
    color: #009933;
}

#object-doc {
    top:0;
    left:0;
    position:fixed;
    background: rgba( 255, 255, 255, 0.4);
    width:100%;
    height:100%;
    z-index:10000;
}

.title-with-icons td{
    padding: 0 0;
}

.title-with-icons tr td{
    height: 30px;
}

.title-with-icons td{
    text-align: right;
    width: 320px;



}
.title-with-icons .icon{
    padding: 0 5px;
}

.title-with-icons td:first-child{
    width: 600px;
    text-align: left;
}


/*object-legalization*/
.label-stage-large{
    width: 320px;
}

.label-stage-large{
    color: #989898;
    font-size: 14px;
    font-style: italic;
}

.progress-large{
    width: 320px;
}

.label-stage-comment {
    padding-bottom: 7px;
}
.large-btn {
    width: 200px
}

.middle-btn {
    width: 150px
}

.large-height-btn {
    height: 70px;
}

/*object-edit*/

.object-label-description input,  .object-label-description select{
    width: 680px;
}

#object-docs-add th, #object-docs-add td {
    vertical-align: top;

}

#object-docs-add td.grid-status {
    padding-top: 35px;

}

#object-docs-add table th, #object-docs-add  table td {
    padding: 0 15px 0 0;
}

input[name="doc-name"] {
    width: 640px;
}

input[name="stage-name"] {
    width: 480px;
}

select[name="doc-type"] {
    width: 640px;
}

input[name="doc-number"] {
    width: 200px;
}

input[name="doc-date"]{
    width: 90px;
    margin-right: 14px;
}

input[name="stage-comment"]{
    height: 50px;

}
input[name="stage-begin"],
input[name="stage-end"] {
    width: 80px;
    margin-right: 14px;
}

#doc-number-date th, #doc-number-date td {
    vertical-align: middle;
}

#doc-number-date tr td {
    vertical-align: middle;
    height: 30px;
}

#object-docs-add tr, #object-info td.object-stages table tr {
    border-top: none;
}

#doc-number-date td:first-child{
    width: 205px;

}

#object-info td.object-stages table td:first-child{
    padding-right: 30px;
}

.label-stage-checkbox table  td:last-child{
    text-align: right;
}

#doc-number-date th, #doc-number-date td {
    padding: 0 0;
}

.group-right{
    margin: 8px 44px 0 20px;
    width: 80px;
    float: right;
}
/*directories*/
#directories td.grid-title{
    padding: 8px 20px 8px 0;
}

#directories tr td{
    height: 70px;
}

#directories tr td:first-child{
    height: 15px;
    padding: 0 0 8px 0;
}

#directories .grid-img img{
    border: none;
    height: 68px;
    width: 80px;
}

#directories td{
    border-top: none;
    border-bottom: 1px solid #ddd;
}

/*categories-help*/
#caiegories-help td.grid-title{
    padding: 8px 20px 8px 0;
}

#categories-help tr td{
    height: 70px;
}
span.p-name{
    font-size: 20px;
    font-weight: bold;
}
div.small-icons{
    text-align: right;
}

div.span12-indent{
    margin-bottom: 5px; margin-top: 5px;margin-left: 0
}

li.logout{
    padding-top: 10px;margin-right: 10px;
}

.container-fluid{
    margin-bottom: 10px;
}
form{
    margin: 0;
}
.form-horizontal .control-group {
    margin-bottom: 10px;
}

.form-horizontal .controls {
     margin-left: 0;
}

.form-horizontal .controls input {
    width: 910px;
    height: 30px;
}
.form-horizontal .controls textarea {
    width: 910px; height: 50px;
}

.form-horizontal .controls select {
    width: 455px;
}
.form-horizontal .file {
    margin-bottom: 5px;
}

.form-horizontal .file input {
    width: 440px;
}

.form-horizontal .file select{
    width: 455px
}

.form-horizontal .date input {
    width: 200px;
}

.form-horizontal .controls .input-remove {
    width: 890px;
}

.content {
    padding-left: 0px;
    padding-right: 0px;
}

.input-append{
     height: 47px;
   /* background-color: #ffeeb8;
    padding: 3px;   */
    margin-bottom: 0;
}

.searche-form{

    width: 920px; height: 45px !important; font-style: italic; font-size:16px;
    background: #fffacc  url('/img/order/search.png') no-repeat right  !important;
    border-radius: 4px !important;

}

.pagination ul li img{
    margin-top: 5px;

}

#extended-search .controls{
    display: none;
}

#extended-search .controls input{
    width: 850px;
}


#extended-search  .object-label img, #extended-search  .object-label-data img{
    cursor: pointer;
}

.container{
    margin-top: 150px;
    background-image: url(/img/order/backgraund-new.png) ;
    background-repeat: no-repeat;
    width: 960px;
    height: 460px;
}

.container .left-btn {
    margin-top: 300px;
    margin-left: 70px;
}

.container .right-btn {
    margin-top: 300px;
    margin-left: 40px;
}
#modal-backgraund{
    margin-top: 40px;
    top:0;
    left:0;
    position:fixed;
    background: rgba( 255, 255, 255, 0.4);
    width:100%;
    height:100%;
    z-index:10000;
}

#modal-backgraund .attache-form {
    position:relative;
    background: rgba( 255, 255, 255, 1);  /* чистый белый непрозрачный */
    width: 340px;
    padding: 20px 30px 20px 30px;
    height: 200px;
    margin: 3% auto auto auto;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

}

#modal-backgraund .attache-form-templates {
    height: 260px !important;
}

#modal-backgraund .attache-form-templates .templates-name{
    width: 300px;
}

#modal-backgraund .attache-form .submit {
    margin-top: 40px;
}


#modal-backgraund a.a-file {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #989898; /* Добавляем свою линию */
}


#modal-backgraund .document {
    position:relative;
    background: rgba( 255, 255, 255, 1);  /* чистый белый непрозрачный */
    width: 768px;
    padding: 20px 30px 20px 30px;
    height: 490px;
    margin: 3% auto auto auto;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

}

#modal-backgraund .document .title{
    margin-top: 40px;
    text-align: center;
}

#modal-backgraund .document .text{

height: 350px;overflow: auto;

}
.margin-left20{
    margin-left: 20px;
}

.margin-left10{
    margin-left: 10px;
}
.control-group .file a.doted {
    font-size: 15px;
}
.searche-button{
    height: 46px;
    margin-left: 877px;
    margin-top: -58px;
    /*position: fixed;*/
    width: 33px; cursor: pointer;
}
.name-small {
    font-size: 14px;
}

/*Для выделения текста красным*/
.red-color{
    color: #C64641;
}

#registration a.ref{
    background: none;
    background-image: none;
    color: #C64641;
}

#registration a.ref:hover, #login a.ref:focus {
    text-decoration: none; /* ??????? ????????????? */
    border-bottom: 1px dashed #989898; /* ????????? ???? ????? */
}
.large-edit{
    min-height: 30px;
}


.costume-modal{
   margin-left: -305px !important;
    left: 25% !important;
    top: 7% !important;
}

/*Для отображения элементов при расширенном поиске*/
.object-label input.input-small{
    width: 150px;
}
#extended-search .controls input.input-small{
    width: 150px;
}

.picture{
    height: 20px;
    width: 20px;
}

#extended-search .add-on-image {
    width: 30px;
}
.add-file{
    overflow-y: visible;
}

/*добавление полномочий*/
.capability {
    padding-bottom: 10px;
}

.capability:last-child {
    padding-bottom: 0;
}

.capab_del, .capab_edit{
    margin-left: 20px;
}

#requestHistoryActionModal {
    width: 1040px;
    margin-left: auto;
    left: auto;
}

/*HKN- 526*/
.dropdown-menu {
    z-index: 1051;
}

/*HKN-588*/
#capabilityModal .modal-body, #capabilityTextModal .modal-body{
    display: inline-block;
    overflow-x: auto;
    max-width: 780px;
}

/*HKN-608*/
#fileAttach-form-rfa INPUT[type='file'], #file-form INPUT[type='file']{
    width: 270px;
}

/*HKN-589*/
.progress-refresh{
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress-refresh .bar {
    width: 0%;
    height: 100%;
    color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #339900;
    background-image: -moz-linear-gradient(top, #99cc33, #339900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99cc33), to(#339900));
    background-image: -webkit-linear-gradient(top, #99cc33, #339900);
    background-image: -o-linear-gradient(top, #99cc33, #339900);
    background-image: linear-gradient(to bottom, #99cc33, #339900);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99cc33', endColorstr='#ff339900', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .bar {
    background-color: #339900;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-refresh {
    position: relative;
}
.progress-refresh .bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px;
}
.progress-refresh .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.progress-refresh .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress-refresh.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

#progressInfoModal{
    width: 430px;
}

#progress-refresh-speed-basic{
    width: 400px;
}

.icon-question-sign {
    cursor: pointer;
}

/*HKN-767*/
#history_history_action .fio,
#history_history_action .action,
#history_history_action .fio_forvard {
    width: 125px;
}

#history_history_action .comment .object-label-description,
#history_history_action .fio .object-label-description,
#history_history_action .action .object-label-description,
#history_history_action .fio_forvard .object-label-description{
    font-size:	12px;
}
