/*
Version
Author
*/

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

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

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

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: 80px;

}

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

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

#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: 40px;
    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;
    height: 185px;
    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);

}

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

.form-license {
    position:relative;
    background: rgba( 255, 255, 255, 1);  /* чистый белый непрозрачный */
    width: 765px;
    padding: 10px 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);

}

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-left: 70px;
    margin-right: auto;
}

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-menu*/
#p-menu .breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
}

#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;
}





/*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 , #ffeeb8, #ffeeb8);

    display: none;

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

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

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

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

.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;
}

.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-name, .grid-title-name a{
    font-size: 18px;
    color: #0066cc;
    width: 100%;
    float: left;
}

.grid-label{
    font-size: 13px;
    font-style: italic;
    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: 225px;
    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-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;
}

.object-label{
    font-size: 14px;
    font-style: italic;
    color: #989898;
    margin-left: 0;
    cursor:default;
}

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

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

/*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: 40px;
}

.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
}

/*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;
}
.form-horizontal .controls textarea {
    width: 910px; height: 50px;
}

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

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

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

.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: 776px; height: 37px !important; font-style: italic; font-size:16px
}

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

}

#extended-search .controls{
    margin-left:10px !important;
    display: none;
}

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


#extended-search  .object-label img{

cursor: pointer;

}

.container{
    margin-top: 80px;

    background-repeat: no-repeat;
    width: 965px;

}

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

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

#license .title {
    margin-top: 50px
}

#license .license-text{
    height: 360px;overflow: auto;
}

.thumbnails {
    margin-left: 0px;
}

.thumbnails li {
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 6px;
}

.site-box:hover{
    opacity:0.6;
}









