* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -55px;*/
     margin-top:-55px;
}
#footer, .push {
    position:relative;
    height: 14px;
    clear: both;
}
.navbar{
    min-height: 44px;
    padding-top: 55px;
}
body
{
    margin: 0;
    padding: 0;
    color: #000;
    background: #F6F0E3;
}
body,pre{
    font: normal 10pt Arial,Helvetica,sans-serif;
}
#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
}

#header
{
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu
{
    background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
    padding:6px 20px 5px 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 5px 0;
    background: #F8F8F8;
    border-radius: 4px;
    box-shadow: 0 -1px #CFCACA inset;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}

.form-horizontal .control-group {
    margin-bottom: 4.5px;
}
#docs-form.form-horizontal .control-label {
    width: 60px;

}
#docs-form.form-horizontal .controls {
    margin-left: 80px;
}
textarea.loading,select.loading,div.loading,form.loading,td.loading {
    background-image: url('loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}

textarea.loading,select.loading,div.loading,form.loading,td.loading * {
    opacity: .8;
}
textarea.loading,select.loading.content,div.loading.content,form.loading.content,td.loading.content{
    background-color: #eee;
}
div.loading.indicator{
    width: 16px;
    height: 16px;
}

.navbar .nav-collapse .nav .active > a, .navbar .nav-collapse .nav .active > a:hover{
    color: #A54CA9;
    text-decoration: none;
}
a.visited, a.visited:hover{
    color: #A54CA9;
}
.table th, .table td {
    padding: 0px 4px;
}

blockquote {
    border: none;
}
blockquote.group{
    margin: 9px 0 0;
}
blockquote.user{
    margin: 1px 0 0 20px;
    border-left: 5px solid #F9F9F9;
}
blockquote.this{
    border-left: 5px solid #5BC0DE;
}
pre{
    margin: 0 0 0px;
}
small{
    font-size: 80%;
}
input[type="file"] {
    background-color: #FFFFFF;
    box-shadow: none;
    width: auto;
}

.grid-view {
    padding-top: 0px;
}
.form-inline{margin: 0;}

blockquote small {
    display: inline;
}
table.detail-view th {
    width: 220px;
}
h1 {
    font-size: 20px;
    line-height: 24px;
}
.navbar {
    margin-bottom: 0px;
}
.navbar .brand:hover{text-decoration:underline;}
pre {
    padding: 2px 8.5px;
    background: transparent;
}
#routes-form{
    margin-top: 18px;
    margin-bottom: 0px;
}
#status-form{
    margin: 0;
}
.muted {
    color: #999999;
}
.text-warning {
    color: #C09853;
}
a.text-warning:hover {
    color: #A47E3C;
}
.text-error {
    color: #B94A48;
}
a.text-error:hover {
    color: #953B39;
}
.text-info {
    color: #3A87AD;
}
a.text-info:hover {
    color: #2D6987;
}
.text-success {
    color: #468847;
}
a.text-success:hover {
    color: #356635;
}
a:hover {
    cursor:pointer;
}
.navbar .brand {
    padding: 8px 10px 12px;
}
.popover-content {
    max-width: 800px;
}
.popover-content label {
    display: inline-block;
}
.checkboxgroup {
    overflow:auto;
}
.checkboxgroup div {
        width: 200px;
        float:left;
}
/*.editable-buttons{
	float:right;
}*/

/*-----------РАМКА ДЛЯ ФОРМЫ-----------------*/
.bs-docs-example {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative;
    min-height: 185px;
}
.bs-docs-example h3 {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px 0;
    color: #9da0a4;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}
.bs-docs-example + .prettyprint {
    margin-top: -20px;
    padding-top: 15px;
}
.bs-docs-example > p:last-child {
    margin-bottom: 0;
}
.bs-docs-example .table, .bs-docs-example .progress, .bs-docs-example .well, .bs-docs-example .alert, .bs-docs-example .hero-unit, .bs-docs-example .pagination, .bs-docs-example .navbar, .bs-docs-example > .nav, .bs-docs-example blockquote {
    margin-bottom: 5px;
}
.bs-docs-example .pagination {
    margin-top: 0;
}
.btn-group{
    display: inline-block;
}
.spn-right{
    float: right;
}
.deleteduser, .grid-view .items.table.table-striped .deleteduser td,  .grid-view .items.table.table-striped .deleteduser td a{
    color: #FFC1B7 !important;
}

.cont-warning{
    color: #f68f28;
    font-weight: bold;
}
.cont-note{
    color: #ff0033;
    font-weight: bold;
}
.cont-ok{
    color: #00cc33;
    font-weight: bold;
}