body {
  padding-top: 0px;
}

h4 {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 0.6;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
    margin-right: -5px;
    margin-left: -5px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-brand-image {
    margin-right: 5px;
    margin-top: -7px;
}

.navbar-brand > img {
    display: inline;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #555;
    text-decoration: none;
    background-color: #e7e7e7;
    outline: 0;
}

.dropdown-menu {
    min-width: 170px;
    padding: 0px 0;
}

@media (max-width : 767px){ 
    .dropdown-menu {
        padding: 5px 0;
    }
}

.spacer {
    margin-top: 30px;
}

.menu-title h3 {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 20px;
    color: #555;
    font-size: 18px;
}

.section-body {
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    min-width: 100%;
    background: rgba(241,242,237,1);
    /*min-width: 240px;*/
}

@media (max-width : 767px){ 
    .section-body {
        padding: 5px 10px;
    }
}

.logout-sm {
    display: none;
}

/*@media (max-width : 991px){ 
    .logout {
        display: none;
    }
    .logout-sm {
        display: inline;
    }
}

@media (max-width : 767px){ 
    .logout {
        display: initial;
    }
    .logout-sm {
        display: none;
    }
}*/

.error {
    color: red;
}

.success {
    color: #000;
}

#submit-message {
    /*text-align: center;*/
    display: none;
}

#register-success {
    display: none;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    overflow-y: auto;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    padding-right: 0px !important;
}

.modal-scrollbar {
    margin-right: 17px;
}

.modal-content {
    background-color: #e7e7e7;
    border-radius: 0;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #000;
}

.modal-footer {
    padding: 10px 10px 10px;
    margin-top: 0px;
    text-align: right;
    border-top: none;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-top: 30%;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 12% auto;
    }
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 7px 0px;
}

.table-condensed > thead > tr {
    background-color: #FFF;
}

.table-condensed > thead > tr > th {
    padding: 6px 5px;
    border: 1px solid rgba(241,242,237,1);
}

.table-condensed > tbody > tr {
    background-color: #FFF;
}

.table-condensed > tbody > tr > td {
    padding: 6px 5px;
    border: 1px solid rgba(241,242,237,1);
}

.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}

.add-new {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-right: 30px;
}

.back-button {
    margin-top: 10px;
}

#action-loading {
    display: none;
    margin-left: 10px;
}

#products-textarea {
    display: none;
}