html,
body {
    height: 100%;
    color: #3d4a57;
}

table a {
    color: #3d4a57 !important;
}

table.table-bg-gray {
    background-color: #f5f5f5;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}

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

.wrap > .container {
    width: 100%;
    padding: 35px 15px 20px;
}

.footer {
    height: 100px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

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

/* 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";
}

.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;
}

.form-control {
    /*margin-top: 1%;*/
}

.btn-index {
    height: 80px;
    text-align: left;
}

.btn-index > i.glyphicon {
    font-size: 43px;
}

.btn-index > span {
    text-align: right;
    font-weight: bold;
}

@media (max-width: 978px) {
    .mob {
        padding: 0;
        margin: 0;
    }

    .panel-body {
        padding: 4px;
        margin-left: 3px;
        margin-right: 3px;
    }

    body {
        padding: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.bg-primary, .bg-success, .bg-info {
    padding: 10px;
    margin-bottom: 10px;
}

.bg-info {
    background-color: #ffb48f;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

/* On mouse-over, add a grey background color */
.container-input:hover input ~ .checkmark {
    background-color: #7f2625;
}

/* When the radio button is checked, add a blue background */
.container-input input:checked ~ .checkmark {
    background-color: #7f2625;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-input input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-input .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.modal-body {
    overflow: hidden;
}

.btn-ver-ofertas {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
}

.min-stock {
    height: 20px;
}

.container {
    width: 100%;
}

.btn-name {
    background: transparent;
    border: none;
    width: 100%;
}

.btn-name td {
    text-align: left;
}

.btn-group.block {
    display: flex;
}

.block .btn {
    flex: 1
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.label {
    font-size: 100%;
    text-align: left;
}

.bg-dark {
    color: #fff;
    background-color: #949494;
}

.bg-info {
    color: #fff;
    background-color: #5ab8ff;
}

.ui-autocomplete {
    z-index: 1060;
/ / more than z-index for modal = 1050
}

.btn-custom-xs {
    padding: 0;
    width: 20px;
    height: 20px;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.select2-container--krajee .select2-selection--multiple {
    border-radius: 0;
}

.popover {
    max-width: 350px;
}

.sweet-alert h2 {
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
}

table {
    color: #3d4a57 !important;
}

img{
    max-width: 100%;
    height: auto;
}