html,
body {
    height: 100%;
}

body {
	background: #fff;
	font-family: Lucida Sans Unicode, Helvetica, sans-serif; 
	color: #737373;
	font-size: 14px;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

/* Set the fixed height of the footer */
#push,
#footer {
    height: 60px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#wrap > .container {
    padding-top: 138px;
}

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; /* Добавляем свою линию */ 
}

a.doted:hover, a.doted:focus {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #99cc33; /* Добавляем свою линию */ 
}

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;
}

.container-fluid {
	max-width: 960px;
	background: #fff;
	margin: 0 auto;
}


/*Header*/
#header {
	/*height: 150px;*/
	background: #fff;
	width: 960px;
	padding: 0 0;
	margin: 0 auto;
}

/*header-top*/
#header-top  {
	height: 88px;
}

#logotype {
	float: left;
}

#description {
	margin-left: 40px;
	float: left; 
}

/*header-bottom*/
#header-bottom {
	height: 42px;
	border: 0;
	background: #fafafa; /* для не поддерживающих css3 браузеров */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#eeeeee');
    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;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    background-color: #fff;
}

#header .navbar-inner {
    box-shadow:  0 0;
    padding-left: 0;
    padding-right: 0;
}

.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-top: 10px;
    margin-right: 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: 960px;
	/*padding: 20px 0;*/
}

.content {
    padding-right: 0;
    padding-left: 0;
}

.container {
    width: 960px;
}

.span12 {
    width: 920px;
/*	margin-top: 13%;
	height: 1250px;*/
}

.row-fluid .span3 {
    width: 180px;
}

.span3 img {
    margin-top: 20px;
    border: 1px solid #CCCCCC;
    height: 180px;
    width: 180px;
}

.row-fluid [id*='realty']  {
    padding: 0 0;
}

#realty{
    margin-top: 0px;
	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: 210px;
    padding: 10px 30px 20px 30px;
    min-height: 235px;
    margin: 12% 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 a > i {
    margin-top: 12px;
}

.form-signin input[type="checkbox"] {
    margin-top: 0;
}

#error {
    margin-bottom: 10px;
    max-height: 80px;
}

.form-signin-heading, .form-heading{
    color: #009933;
}

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: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 4px 14px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	height: 33px;
}

.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 43px;
}

h3 {
    line-height: 20px;
}

#registration {
    top:0;
    left:0;
    position:fixed;
    background: rgba( 255, 255, 255, 0.4);
    width:100%;
    height:100%;
    z-index:10000;
}

.modal-backdrop {
    background-color: rgba( 255, 255, 255, 0.4);
}

/*end Form sign-in*/

/*page-head*/

/*p-navbar*/
.breadcrumb {
	background: #fff;
	margin: 0 0;
	padding: 8px 0;
}

#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 a{
    padding-left: 10px;
}

/*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 9px 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;
}


/*search form*/
#search{
    margin-bottom:15px;
}
/*normal-search*/
#normal-search {
    margin-bottom: 10px !important;
	padding: 10px 7px 15px 7px;
	border: 1px solid rgba(249, 235, 189, 0.3);
	background-image: -moz-linear-gradient(center top , #ffffcc, #ffff99);
	
	background: #ffffcc; /* для не поддерживающих css3 браузеров */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffff99'); /* для IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffcc), to(#ffff99)); /* для webkit браузеров */
	background: -moz-linear-gradient(top,  #ffffcc,  #ffff99); /* для firefox 3.6+ */
	background-image: -o-linear-gradient(top,  #ffffcc,  #ffff99);/* для Opera11+ */
}

#search .input-prepend, #search .search-form{
	margin-bottom: 0;
	padding-top: 10px;
}

#search .icon-search{
	margin-top: 4px;
	margin-left: 2px;
}

.button-search{
	margin-bottom: 0;
    margin-top: 7px;
}

#normal-search .prepended-input{
	width: 720px;
	margin-right: 0.5em;
}	

/*extended-search*/
#extended-search {
	padding: 10px 7px 15px 7px;
	border: 1px solid rgba(249, 235, 189, 0.3);
	background-image: -moz-linear-gradient(top , #ffffcc, #ffff99);
	
	background: #ffffcc; /* для не поддерживающих css3 браузеров */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#ffff99'); /* для IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffcc), to(#ffff99)); /* для webkit браузеров */
	background: -moz-linear-gradient(top,  #ffffcc,  #ffff99); /* для firefox 3.6+ */
	background-image: -o-linear-gradient(top,  #ffffcc,  #ffff99);/* для Opera11+ */
    margin-bottom: 10px;
}

#extended-search .prepended-input {
    margin-right: 0.5em;
    width: 720px;
}

#extended-search select{
	width: 750px;
}

.form-bottom .span6{
	margin-right: 40px;
}


/*pagination*/
.pagination{
    margin-top: 0;
    margin-bottom: 5px;
	min-height: 30px;
}

.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 th, .grid-table td{
	padding: 8px 20px;
	vertical-align: middle;
}

.grid-name{
	font-size: 16px;
	color: #6699cc;
}

.grid-name td{
	padding: 8px 0;
}

.grid-table tr td{
	height: 110px;
}

.grid-table tr:last-child{
	border-bottom: 1px solid #ddd;
}

/*grid-name*/
.grid-name tr td{
	height: 35px;
	vertical-align: top;
	padding: 0 0;
}

/*grid-img*/
.grid-img {
	width: 80px;
}

.grid-img img{
	border: 1px solid #ccc;
	float:left;
	height: 78px;
	width: 78px;
}

.grid-table td.grid-img {
	padding: 8px 0;
}

/*grid-title*/
.grid-table td.grid-title{
	width: 420px;	
}

.grid-title-name, .grid-title-name a{
    font-size: 18px;
	color: #0066cc;
}

.grid-label{
    font-size: 13px;
	font-style: italic;
	color: #989898;
}

/*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;
}

#object-stages .progress .bar{
	background-color: #99cc33;
	background: #99cc33;
	background-image: none;
}

#object-stages .grid-tools{
	width: 60px;
}

.label-stage-right{
	float:right;
	font-size: 11px;
}

/*grid-tools*/
.grid-tools  {
	width: 100px;
}

.grid-tools a{
	padding-left: 10px;
}
 
.grid-table tr > td.grid-tools {
	padding: 8px 0px;
	vertical-align: middle;
}

div.span6, 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;
}

.department-name, .department-name a{
	color: #6699cc;
	font-size: 15px;
}

.choosen{
    font-weight: bold;
    font-size: 20px !important;
}

.department-name a:hover,
.department-name a:focus {
	color: #0066CC;
}

#departments-more{
	position: absolute;
	bottom: 25px;
}

/*object-info*/
#object-info{
	height: 220px;
    border-collapse: separate;
}

#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;
}

.object-label-description{
	font-size: 15px;
}

/*object-docs*/
.object-docs tr td{
	height: 44px;
}

.object-docs thead tr:first-child{
	border-bottom: 1px solid #ddd;
}

.object-docs td, .object-docs  tr:last-child{
	border: none;
}

.grid-docs{
	font-size: 15px;
	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, .object-docs .grid-title-name a {
    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: 420px;  /* расположение колонки справа*/


	
}
.title-with-icons .icon{
	padding: 0 5px;
}

.title-with-icons td:first-child{
	width: 600px;
	text-align: left;
    color: #009933;
}


/*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;
 }
 
 /*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="value(cadastralNumber)"],
input[name="value(EstateNumber)"] {
	width: 200px;
} 

input[name="date(CadastralPassportDate)"],
input[name="date(EstateDate)"],
input[name="date(TechPassportDate)"]{
	width: 90px;
}

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;
}

.form-create-object div.tabsArea{
    display: none;
}

.multiselect {
    text-align: left;
    margin-bottom: 0px !important;
    white-space: normal;

    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #eee);

    background: #eee; /* для не поддерживающих css3 браузеров */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee'); /* для IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#eee)); /* для webkit браузеров */
    background: -moz-linear-gradient(top,  #F5F5F5,  #eee); /* для firefox 3.6+ */
    background-image: -o-linear-gradient(top,  #F5F5F5,  #eee);/* для Opera11+ */
    color: #000;
}


.multiselect:hover, .multiselect:focus, .multiselect:active, .multiselect.active, .multiselect.disabled, .multiselect[disabled] {
    background-color: #eee;
    background: #eee;
    color: #000;
}
.multiselect b.caret {
    float: right;
    margin-top:10px;
}
.multiselect-group {
    font-weight: bold;
    text-decoration: underline;
}
.multiselect-all label {
    font-weight: bold;
}
.multiselect-search {
    color: red;
}

.multiselect-row{
    padding-left: 20px;
}

.multiselect-container > li > a:hover, .multiselect-container > li.active > a:hover,{
    background: #eee !important;
    color: #000;
}

.multiselect-row .btn-group{
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #eee);

    background: #eee; /* для не поддерживающих css3 браузеров */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#eeeeee'); /* для IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#eee)); /* для webkit браузеров */
    background: -moz-linear-gradient(top,  #F5F5F5,  #eee); /* для firefox 3.6+ */
    background-image: -o-linear-gradient(top,  #F5F5F5,  #eee);/* для Opera11+ */
    color: #000;
}

.fullsize-image{
    width: 360px;
    height: 360px;
}

.no-margin{
    margin: 0;
}
.large-edit{
    min-height: 30px;
}

#license-form{
    margin: 0px;
}

.modal-footer .btn{
    margin-bottom: 0 !important;
}
.datepicker{
    z-index: 1060;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.92;
}


.file{
    padding-left: 48px;
    line-height: 36px; /* To center the text vertically with the icon */
    min-height: 48px;
    font-size: 48px;
    background: url(/img/files/_blank.png) no-repeat left center;
}

a.aac{background: url(/img/files/aac.png) no-repeat left center !important}
a.ai{background: url(/img/files/ai.png) no-repeat left center !important}
a.aiff{background: url(/img/files/aiff.png) no-repeat left center !important}
a.avi{background: url(/img/files/avi.png) no-repeat left center !important}
a._blank{background: url(/img/files/_blank.png) no-repeat left center !important}
a.bmp{background: url(/img/files/bmp.png) no-repeat left center !important}
a.c{background: url(/img/files/c.png) no-repeat left center !important}
a.cpp{background: url(/img/files/cpp.png) no-repeat left center !important}
a.css{background: url(/img/files/css.png) no-repeat left center !important}
a.dat{background: url(/img/files/dat.png) no-repeat left center !important}
a.dmg{background: url(/img/files/dmg.png) no-repeat left center !important}
a.doc{background: url(/img/files/doc.png) no-repeat left center !important}
a.docx{background: url(/img/files/doc.png) no-repeat left center !important}
a.dotx{background: url(/img/files/dotx.png) no-repeat left center !important}
a.dwg{background: url(/img/files/dwg.png) no-repeat left center !important}
a.dxf{background: url(/img/files/dxf.png) no-repeat left center !important}
a.eps{background: url(/img/files/eps.png) no-repeat left center !important}
a.exe{background: url(/img/files/exe.png) no-repeat left center !important}
a.flv{background: url(/img/files/flv.png) no-repeat left center !important}
a.gif{background: url(/img/files/gif.png) no-repeat left center !important}
a.h{background: url(/img/files/h.png) no-repeat left center !important}
a.hpp{background: url(/img/files/hpp.png) no-repeat left center !important}
a.html{background: url(/img/files/html.png) no-repeat left center !important}
a.ics{background: url(/img/files/ics.png) no-repeat left center !important}
a.iso{background: url(/img/files/iso.png) no-repeat left center !important}
a.java{background: url(/img/files/java.png) no-repeat left center !important}
a.jpg{background: url(/img/files/jpg.png) no-repeat left center !important}
a.jpeg{background: url(/img/files/jpg.png) no-repeat left center !important}
a.key{background: url(/img/files/key.png) no-repeat left center !important}
a.mid{background: url(/img/files/mid.png) no-repeat left center !important}
a.mp3{background: url(/img/files/mp3.png) no-repeat left center !important}
a.mp4{background: url(/img/files/mp4.png) no-repeat left center !important}
a.mpg{background: url(/img/files/mpg.png) no-repeat left center !important}
a.odf{background: url(/img/files/odf.png) no-repeat left center !important}
a.ods{background: url(/img/files/ods.png) no-repeat left center !important}
a.odt{background: url(/img/files/odt.png) no-repeat left center !important}
a.otp{background: url(/img/files/otp.png) no-repeat left center !important}
a.ots{background: url(/img/files/ots.png) no-repeat left center !important}
a.ott{background: url(/img/files/ott.png) no-repeat left center !important}
a._page{background: url(/img/files/_page.png) no-repeat left center !important}
a.pdf{background: url(/img/files/pdf.png) no-repeat left center !important}
a.php{background: url(/img/files/php.png) no-repeat left center !important}
a.png{background: url(/img/files/png.png) no-repeat left center !important}
a.ppt{background: url(/img/files/ppt.png) no-repeat left center !important}
a.psd{background: url(/img/files/psd.png) no-repeat left center !important}
a.py{background: url(/img/files/py.png) no-repeat left center !important}
a.qt{background: url(/img/files/qt.png) no-repeat left center !important}
a.rar{background: url(/img/files/rar.png) no-repeat left center !important}
a.rb{background: url(/img/files/rb.png) no-repeat left center !important}
a.rtf{background: url(/img/files/rtf.png) no-repeat left center !important}
a.sql{background: url(/img/files/sql.png) no-repeat left center !important}
a.tga{background: url(/img/files/tga.png) no-repeat left center !important}
a.tgz{background: url(/img/files/tgz.png) no-repeat left center !important}
a.tiff{background: url(/img/files/tiff.png) no-repeat left center !important}
a.txt{background: url(/img/files/txt.png) no-repeat left center !important}
a.wav{background: url(/img/files/wav.png) no-repeat left center !important}
a.xls{background: url(/img/files/xls.png) no-repeat left center !important}
a.xlsx{background: url(/img/files/xlsx.png) no-repeat left center !important}
a.xml{background: url(/img/files/xml.png) no-repeat left center !important}
a.yml{background: url(/img/files/yml.png) no-repeat left center !important}
a.zip{background: url(/img/files/zip.png) no-repeat left center !important}


.filials [class*="span"]:first-child{
    margin-left: 2.12766% !important;
}

.modal form{
    margin-bottom: 0;
}

#button-delete-object{
    background-color: #C64641;
    background-image: linear-gradient(to bottom, #EE5F5B, #C64641);
}
/*Подсветка поля обязательного атрибута, если не введено значение */
.object-descripton.error input, .object-descripton.error select, .object-descripton.error textarea {
    border-color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/*Для выделения текста красным цветом*/
.red-color{
    color: #C64641;
}

#login a.ref{
    background: none;
    background-image: none;
    color: #C64641;
}

#login a.ref:hover, #login a.ref:focus {
    text-decoration: none; /* ??????? ????????????? */
    border-bottom: 1px dashed #989898; /* ????????? ???? ????? */
}

/*Icon color*/
.green{
    color:#039703
}

/*Icon color*/
.red{
    color:#C64641
}

/*ситуационный план для Филиала*/
.image-plan{
    min-width: 660px;
    min-height: 426px;

}

/*Стиль для input цвета метки*/
#marker-selected-color-view{
    width:30px;
}

.block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 14px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 10px;
    position: relative;
}

select.input-xxlarge{
    width: 544px;
    height: 40px;
}