@import url("bootstrap.min.css");

html,
body {
    height: 100%;
}

body {
    margin-top:0px !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
}

.footer {
    height: 60px;
    background-color: #272727;
    border-top: 1px solid #15171a;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/*-- Sorting --*/

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*-- Other --*/

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
    width: 68px;
}

.article-view th {
    min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: #00b100;
}

.boolean-false {
    font-weight: bold;
    color: #e34542;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: #f9f9f9;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-editor {
    font-weight: bold;
    color: #a700a7;
}

.role-support {
    font-weight: bold;
    color: #009d00;
}

.role-premium {
    font-weight: bold;
    color: #6060ff;
}

.role-member {
    font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
    font-weight: bold;
    color: #7373ff; 
}

.green {
    font-weight: bold;
    color: #009d00;
}

.gold {
    font-weight: bold;
    color: #c4a500;   
}

hr.top {
    margin-top: 0px;
    border-width: 2px;
    border-color: #333;
    text-align: left;
}

hr.article-devider {
    border-width: 1px;
    border-color: #444;
    border-style: dashed;
    text-align: left;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
    display: none;
}

/* small strength meter display tweaks for this theme */
#form-signup table,
#form-user table,
#reset-password-form table {
    background-color: transparent;
}


/** CSS OVERRIDE **/
h2 {
    margin-top:5px;
    margin-bottom:5px;
}

.table-responsive .summary {
    float:left;
    margin:10px 0;
}

.pagination {
    margin:0 0 20px 0;
    float:right;
}

.panel-heading {
    padding: 5px 15px 7px 15px;
    position:relative;
}

.bookings-create .panel-heading, 
.contacts-create .panel-heading, 
.contacts-update .panel-heading, 
.clients-create .panel-heading, 
.invoicing-entities-create .panel-heading, 
.supplier-contacts-create .panel-heading, 
.suppliers-create .panel-heading, 
.discounts-create .panel-heading, 
.extras-create .panel-heading, 
.markets-create .panel-heading, 
.utilities-create .panel-heading, 
.base-rates-create .panel-heading {
    display:none !important;
}

.filterContainer {
    position:fixed;
    top:0px;
    right:20px;
    background-color: #3e444c;
    padding: 11px 6px 3px 15px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    width:auto;
    text-align: right;
    z-index:99;
}

.filterContainer .btn {
    position: relative; 
    top:-3px;
}

.filterItem {
    display:inline-block;
    width: auto;
    padding-right:15px;
    top:0px;
}

.filterItem span {
    position:relative;
    top:-2px;
}

.filterItem img {
    width:1px;
    height:26px;
}

.filterItem.green {
    color:green;
}

.filterItem.orange {
    color:orange;
}

.filterItem.red {
    color:red;
}

.filterItem.black {
    color:black;
}

button#save-Bookings, 
button#save-Contacts, 
button#save-Clients, 
button#save-InvoicingEntities, 
button#save-Suppliers, 
button#save-SupplierContacts, 
button#save-Discounts, 
button#save-Extras, 
button#save-Markets, 
button#save-Utilities, 
button#save-BaseRates {
    float:right;
}

.btnContainer {
    position: absolute;
    top: 10px;
    right: 15px;
}

.btnContainer.noHeader {
    position: absolute;
    top: 70px;
    right: 30px;
}

.btnContainer.withHeader {
    position: absolute;
    top: 125px;
    right: 30px;
}

.btnDeleteContainer {
    text-align:right;
}

.btn-normal, .btn-normal:hover, .btn-normal:focus, .btn-normal:active {
    color:#000;
    border:none;
}

.btn {
    padding:6px;

}

.btn-success, .btn-success:hover, .btn-default, .btn-default:hover, .btn-warning, .btn-warning:hover, .btn-primary, .btn-primary:hover, .btn-danger, .btn-danger:hover {
    background-image:none;
}

.btn-success, .btn-success:hover {
    background-color:#40A240;
}

.btn-success:focus {
    background-color:#317D31;
}

.btn-default:focus {
    background-color:#266326;
}

.btn-default, .btn-default:hover {
    background-color:#252525;
}

.btn-default:focus {
    background-color:#141414;
}

.btn-warning, .btn-warning:hover {
    background-color:#faa123;
}

.btn-warning:focus {
    background-color:#BF7B1A;
}

.btn-primary, .btn-primary:hover {
    background-color:#337AB7;
}

.btn-primary:focus {
    background-color:#1a3c5b;
}

.btn-danger, .btn-danger:hover {
    background-color:#95130f;
}

.btn-danger:focus {
    background-color:#6B0E0B;
}


 