/*

Theme colors include:
* panels
* pagination
* links
* buttons


Colors to replace:
* custom: cbb46e
* custom-hover: c82127
* custom-border 1: 970909
* custom-border 2: 700505

*/
body {
    background: #f5f5f5;
	/*background: url(../images/background.jpg) no-repeat #000 top center;*/
}

/*
 Jumbotron
*/
div.jumbotron {
	background: #fff;
    /*background: url(../images/hero.jpg) no-repeat #000;*/
    color: #fff;
	/*background-size: 100%;
	height: 100%;*/
	padding:0px !important;
}


/*
Logo
*/
#logo.brand {
    background: url(../images/logo.png) no-repeat;
    width: 200px;
    height: 50px;
    display: block;
}

/*
Basic
*/
a {
    color: #970909;
    text-decoration: none;
}

a:hover, a:focus {
    color: #970909;	
}

.mt20 { margin-top:20px;}
.vamid { vertical-align: middle;}
.no_overflow { overflow:hidden; text-overflow:ellipsis;}

/*
Nav
*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #cbb46e;
    color: #FFFFFF;
}

/*
Lists
*/
.list-group-item.active, .list-group-item.active:hover { background-color:#cbb46e; border:1px solid #cbb46e;}

/*
Panels
*/
.panel-title > a {
    color: inherit;
}
.panel-title > a.btn { color:#333;}

.panel-custom {
    border-color: #cbb46e;
}

.panel-custom > .panel-heading {
  background-color: #cbb46e;
  border-color: #cbb46e;
  color: #fff;
}

/*
Pagination
*/
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #cbb46e;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    color: #cbb46e;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #cbb46e;
    border-color: #cbb46e;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #777777;
    cursor: not-allowed;
}

/*
Buttons
*/
.btn-custom {
    background-color: #cbb46e;
    border-color: #cbb46e;
    color: #FFFFFF;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
    background-color: #c82127;
    border-color: #700505;
    color: #FFFFFF;
}
.btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
    background-image: none;
}
.btn-custom.disabled, .btn-custom[disabled], fieldset[disabled] .btn-custom, .btn-custom.disabled:hover, .btn-custom[disabled]:hover, fieldset[disabled] .btn-custom:hover, .btn-custom.disabled:focus, .btn-custom[disabled]:focus, fieldset[disabled] .btn-custom:focus, .btn-custom.disabled:active, .btn-custom[disabled]:active, fieldset[disabled] .btn-custom:active, .btn-custom.disabled.active, .btn-custom.active[disabled], fieldset[disabled] .btn-custom.active {
    background-color: #cbb46e;
    border-color: #970909;
}
.btn-custom .badge {
    background-color: #FFFFFF;
    color: #cbb46e;
}