body {
	font-family: "PT Sans", sans-serif;
}

a {
    color: #7d191d;
}


#logo {
    padding: 10px 0;
}

.logo-name {
    color: #7d191d;
    padding: 5px;
}

.logo-title {
    color: #868788;
    font-size: 76%;
    padding: 5px;
}

#logo > .container-fluid {
    padding: 0;
}

.logo-left {

}

.logo-right {
    font-size: 0.8em;
    text-align: right;
}

.logo-right > .logo-name {
    padding-bottom: 0;
    padding-top: 10px;
}

.logo-right > .logo-title {
    font-size: 0.69em;
    padding-top: 0;
}

.logo-arrow {
    cursor: pointer;
    color: #7d191d;
    font-size: 1.1em;
    vertical-align: sub;
    padding-left: 10px;
}

#logoPopover {
    cursor: pointer;
}

#page {
    border: 0;
}

#header {
    border: 0;
}

#footer {
    border: 0;
}

#menu {
    border-bottom: 5px solid #7d191d;
	margin: 0 40px 12px 20px;
}

#menu ul li a {
    color: #7d191d ;
    background-color: transparent;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 8px;

}

#menu ul li a:hover {
    color: #ffffff;
    background-color: #7d191d ;
    text-decoration: none;
}

#menu ul li.active a {
    color: #fff;
    background-color: #7d191d;
    text-decoration: none;
 }

.container > .container-fluid {
    padding: 0;
}

div.breadcrumbs {
    font-size: 0.9em;
	margin-left: 20px;
    padding: 10px 0px 0px;
}

#content {
    padding: 0px;
}

.grid-view .table th > .sort-link {
    color: #fff;
}

.grid-view .items {
    /* border-top: 1px solid #000; */
}

.table thead th {
    /* border: 1px solid #000; */
}

.items {
    background: #fff;
	padding: 0;
}

.grid-view .table tbody td {
    /* border: 1px solid #000; */
}

.items th {
    /*background: #9BA0A8;*/
    background: #868788;
}

.items tr:hover {
    background: #ffe !important;
}

.grid-view .table tr {
/*    cursor: pointer; */
}
.item {
    cursor: pointer;
}

.grid-view .filters {
    display: none;
}

.grid-view > .pagination {
    margin: 5px 0;
}

.grid-view > .pagination > .pagination {
    margin: 0;
}

.grid-view .odd, .grid-view .odd:hover {
    background-color: #ffffff;
}

.grid-view .even, .grid-view .even:hover {
    background-color: #EAECF0;
}

.grid-view a, .grid-view a:link, .grid-view a:visited {
    color: #7d191d;
}

.grid-view a.gray, .grid-view a.gray:link, .grid-view a.gray:visited {
    color: #565758;
}

.pagination ul > li > a {
    border: 1px solid #fff;
}

.pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #fff;
}

.pagination ul > li > span {
    border: 1px solid #fff;
}

.pagination ul > li > a, .pagination ul > li > span {
    padding: 4px 4px;
}

.finder {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.pagination {
    margin: 10px 0;
}

.pagination > .pagination {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.links > .pagination {
    vertical-align: middle;
    /*display: inline-block;*/
    display: block;
    height: 100%;
}

.btn-search {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #7d191d;
    background-image: -moz-linear-gradient(top, #7d191d, #7d191d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7d191d), to(#7d191d));
    background-image: -webkit-linear-gradient(top, #7d191d, #7d191d);
    background-image: -o-linear-gradient(top, #7d191d, #7d191d);
    background-image: linear-gradient(to bottom, #7d191d, #7d191d);
    background-repeat: repeat-x;
    border-color: #7d191d #7d191d #7d191d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d191d', endColorstr='#7d191d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search.active, .btn-search.disabled, .btn-search[disabled] {
    color: #ffffff;
    background-color: #7d191d;
}

.well-search {
    min-height: 20px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-search .control-label {
    font-size: 12.5px;
}

.h-search {
    margin: 10px 0;
    font-family: inherit;
    line-height: 20px;
    color: #7d191d;
    display: block;
    padding: 0 0 0 20px;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}

.well-search .control-group {
    margin-bottom: 0;
}

.btn-go {
    margin: 0 5px 10px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #ffffff;
}

.pagination ul > li > a {
    border: 0;
    border-color: #ffffff;
}

.pagination ul {
    display: inline;
}

.well-title {
    padding: 10px 20px;
    margin: 3px 0 5px;
    border-radius: 5px;
    min-height: 20px;
    background-color: #EAECF0;
    border: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-title > h3 {
    margin: 0;
    line-height: 33px;
    color: #7d191d;
}

.well-title p {
    color: #666;
    margin: 0;
}

.article {
    font-size: 0.9em;
}

.accordion-title {
    margin: 2px 0;
    /*height: 20px;*/
    /*border: 1px solid #e5e5e5;*/
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    display: block;
    /*padding: 8px 15px;*/

    /*text-align: center;*/
    color: #005693;
}

div.breadcrumbs {
    font-size: 1em;
    padding: 10px 0px 10px;
    /*color: #8F8F90;*/
    color: #7d191d ;
}

div.breadcrumbs a {
    /*color: inherit;*/
    /*text-decoration: none;*/
    color: #7d191d ;
}

div.breadcrumbs span {
    font-weight: normal;
}

.grid-view i, .article i, .well-title i {
    font-style: normal;
    /*color: #ffff00;*/
    background-color: #ffff00;
}

.highlight {
    background-color: #ffff00;
}

.accordion-heading .accordion-toggle {
    color: #005693;
    text-decoration: none;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
}

.accordion-toggle.collapsed:after {
    content: "\e114";
}

.tooltip-inner {
    background-color: #b94a48;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #b94a48;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #b94a48;
}

.popover-content .btn {
    display: block;
    width: 100%;
}

.well-movement{
    min-height: 20px;
    padding: 10px 5px 10px 5px;
    margin: 5px 0 0 0;
    background-color: #FFE;
    color: #868788;
    border: 1px solid #FCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main-title {
    text-transform: uppercase;
    font-size: 26px;
}

.sub-title {
    color: #808080;
    font-size: 20px;
}

#cabinet {
    position: absolute;
    width: 200px;
    right: 0;
    top: 20px;
    font-size: 24px;
    color: #7d191d;
    cursor: pointer;
}

#logo {
    position: relative;
}

.user-links {
    font-size: 15px;
}

#popover {
    display: none;
    z-index: 5;
    position: absolute;
    width: 150px;
    background: #fff;
    box-shadow: 1px 1px 4px 0 #999;
    font-size: 14px;
    padding: 4px;
    margin-top: -4px;
    border: 1px solid #999;
    border-top: none;
    border-radius: 4px;
}

#popover ul {
    margin:0 0 0 20px;
}

#cabinet:hover #popover {
    display: block;

}

.num-col {
    width: 80px;
}
.dates-col {
    width: 120px;
}

.subnav {
    background: #7d191d;
    margin-top: -12px;
	font-size: 14px;
}

.sub {
    list-style-type: none;
    margin: 10px 0;
	font-size: inherit;
}
.sub a {
    color: #fff;
}

.sub li {
    display: inline-block;
    margin: 1px 7px 4px 4px;
    padding: 2px 8px;
    border-radius: 3px;
}

.sub li:hover {
    background: #f3ab7c;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    -ms-transition: background .1s linear;
    -o-transition: background .1s linear;
    transition: background .1s linear;
}
.sub li:hover a, .sub .active a {
    text-decoration: none;
    color: #7d191d;
}

.btn-icon-search {
    background: #f7f7f7 url('/db/css/img/search.png') no-repeat 50% 50%;
    width: 48px;
    height: 30px;
    border: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: none;
}

.sub .active {
    background: #e39b6c;
    font-weight: normal;
    color: #7d191d ;
}

.checkout {
    text-align: right;
}

#cost {
    font-weight: bold;
}