body {
    color: #000;
    font-size: 14px
}

.btn-inverse {
    background-color: #222;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #151515;
    color: #fff;
}

.btn-warning {
    background-color: #f09609;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success {
    background-color: #51a351;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
    background-color: #2e63cc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #2959b7;
    border-color: #2959b7;
    color: #fff;
}

.btn-info {
    background-color: #2f96b4;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.wrapper-content {
    padding-top: 5px
}

.form-delete {
    margin-left: 150px;
    margin-top: -69px;
    width: 170px;
}

.form-delete-product {
    margin-left: 150px;
    margin-top: -43px;
    width: 170px;
}

.icon {
    max-width: 40px;
    max-height: 40px;
}

.product-images img {
    max-width: 300px
}

input[type=checkbox].form-control {
    display: inline-block;
    width: 30px;
}

.input-group-addon, .input-group-btn {vertical-align: top}

#tblRental {
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    z-index: 1;
}

#tblRental thead th, #tblRental thead td {
    background-color: #fff;
    color: #000;
}

/*colgroup:nth-child(2) {*/
    /*background-color: #F8F8F8*/
/*}*/

/*colgroup:nth-child(3) {*/
    /*background-color: #F0F0F0*/
/*}*/

/*colgroup:nth-child(4) {*/
    /*background-color: #E9E9E9*/
/*}*/

/*col {*/
/*border: 1px solid #bbb;}*/
col:hover td {
    background: red
}

#tblRental th, #tblRental td {
    border: none
}

#tblRental.table-condensed th {
    padding: 0;
}

#tblRental.table-condensed td {
    padding: 0;
}

#tblRental thead th {
    text-align: center;
}

#tblRental thead td {
    font-size: 0.8em;
    text-align: center;
}

#tblRental tbody tr:hover td:hover {
    background-color: #2ab2ea !important;
}

#tblRental tbody tr:hover td, #tblRental tbody tr:hover th {
    background-color: #dff1fb !important;
}

#tblRental tbody th {
    cursor: pointer;
    font-weight: normal;
}

#tblRental tbody th:first-child {
    text-align: center;
}

#tblRental tbody th:nth-child(3) {
    padding-left: 2px
}

#tblRental tbody td {
    cursor: pointer;
}

#tblRental tbody td a {
    display: block;
    overflow: hidden;
    height: 33px;
    line-height: 33px;
    padding-left: 2px
}

#tblRental tbody td.utleid {
    cursor: text;
}

#forhandlerUtleieTabell tbody tr th:nth-child(2) {
    min-width: 3em;
    text-align: center;
}

#tblRental tbody tr th img {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 30px;
    margin-top: 3px;
    width: 30px;
}

#tblRental tbody tr th:nth-child(3) {
    white-space: nowrap;
}

#tblRental .status1 {
    background: #eac32a none repeat scroll 0 0;
}

#tblRental .status2 {
    background: #ea632a none repeat scroll 0 0;
}

#tblRental div.status_for_sent {
    background: #d3371b none repeat scroll 0 0;
    color: #fff;
}

td div#tblRentalBlock {
    color: #fff;
    font-size: 12px;
    padding: 0 0 0 2px;
    text-shadow: 0 -1px 0 rgba(97, 197, 239, 0.25);
}

#tblRental tbody th {
    line-height: 25px;
}

#tblRental .btn {
    display: block;
    min-width: 10px;
}

#tblRental tbody tr:nth-child(2n+1) td.currentDate,
.currentDate {
    background: yellow;
}

.datepicker {
    z-index: 1151 !important;
}

textarea.form-control {
    height: 70px
}

label.required:after {
    content: ' *';
    color: red;
}

input[name=zip] {
    display: inline-block;
    width: 80px
}

.twitter-typeahead {
    width: 100%
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    margin-top: 0;
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion:hover, .tt-suggestion.is-active {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.tt-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
}

/*.dropdown-menu{*/
/*height:110px;*/
/*overflow:auto;*/
/*}*/

/* Typeahead */

.Typeahead {
    position: relative;
    *z-index: 1;
    width: 500px;
    margin: 50px auto 0 auto;
    padding: 15px;
    text-align: left;
    background-color: #0097cf;
    background-image: -moz-linear-gradient(top, #04a2dd, #03739c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04a2dd), to(#03739c));
    background-image: -webkit-linear-gradient(top, #04a2dd, #03739c);
    background-image: -o-linear-gradient(top, #04a2dd, #03739c);
    background-image: linear-gradient(top, #04a2dd, #03739c);
    background-repeat: repeat-x;
    border: 1px solid #024e6a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px #111;
    -moz-box-shadow: 0 0 2px #111;
    box-shadow: 0 0 2px #111;
}

.Typeahead-spinner {
    position: absolute;
    top: 7px;
    right: 7px;
    display: none;
    width: 28px;
    height: 28px;
}

.Typeahead-hint,
.Typeahead-input {
    width: 100%;
    padding: 5px 8px;
    font-size: 24px;
    line-height: 30px;
    border: 1px solid #024e6a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.Typeahead-hint {
    position: absolute;
    top: 0;
    left: 0;
    color: #ccd6dd;
    opacity: 1;
}

.Typeahead-input {
    position: relative;
    background-color: transparent;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    outline: none;
}

.Typeahead-menu {
    position: absolute;
    top: 95%;
    left: 2.5%;
    z-index: 100;
    display: none;
    width: 95%;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 1px green;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.Typeahead-menu.is-open {
    display: block;
}

.Typeahead-selectable {
    cursor: pointer;
}

.Typeahead-selectable + .Typeahead-selectable {
    border-top: 1px solid #ccd6dd;
}

#discountExtra input {display: inline-block; width: 80px}

