html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.body-content {
    padding-left: 2px;
    padding-right: 2px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    xmax-width: 280px;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

.str-logo {
    width: 50px;
    padding: 5px;
}

/*.ico-buyer, .ico-seller, .ico-approve, .ico-reject, .ico-cancel, .ico-refresh, .ico-review, .ico-profile {
    width: 20px;
    background-image: url(/Content/images/mm-icons.png);
    background-repeat: no-repeat;
    display:inline-flex;
}*/

header #nav-bar-main-app {
    background-color: #002A5C !important;
}

.message-list-approve {
    display: none;
}

.alert {
    display: none;
    /*position: absolute;
    z-index: 2000;*/
}

.icon {
    display: inline-block;
}

.icon-action-undo {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.icon-reload {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.icon-check {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-bottom: 4px;
}

.icon-chat {
    width: 18px;
    height: 18px;
    /*fill: #28a745;*/
    margin-bottom: 4px;
}

.ico-review svg #p-chat {
    fill: #28a745;
}

.ico-review:hover svg #p-chat {
    fill: #fff;
}

#messageview1 .nav-item .ico-star,
.group-heading .ico-star {
    padding: 0 !important;
}

.ico-star {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: .375rem 0 !important;
}

.list-group .btn-group .tab-star {
    padding: 0 !important;
}

.icon-star {
    width: 20px;
    height: 20px;
}

.star-select svg.icon-star #p-star {
    fill: #ffc107;
}

.ico-star svg #p-star {
    fill: #aaa;
}

/*.ico-review:hover svg #p-chat {
    fill: #fff;
}*/

.btn-group .ico-star, .nav .ico-star {
    width: 25px;
    height: 25px;
}

.icon-ban {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.icon-person {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.icon-comment-square {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.icon-account-login {
    fill: #fff;
}

#navbar-detail {
    padding: 2px;
}

footer p {
    text-align: center;
    font-size: .75em;
}

.pane-messages-header-spacer {
    display: inline-block;
    width: 20px;
}

.message-detail-message-buttons-spacer {
    display: inline-block;
    width: 30px;
}

.invalid {
    border: solid 1px #dc3545;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    background-color: #fff;
    padding: 2px 10px !important;
}

.btn-toolbar-detail {
    /*width: 170px;*/
}

.sticky .btn-toolbar-detail {
    /*width: auto;*/
}

.menu-padding {
    padding-top: 60px;
}
/*.ico-profile, .ico-cancel {
    display: inline-block;
}*/
.ico-profile svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
/*.btn-toolbar-detail .ico-buyer, .btn-toolbar-detail .ico-seller, .btn-toolbar-detail .ico-approve, .btn-toolbar-detail .ico-reject, .btn-toolbar-detail .ico-cancel, .btn-toolbar-detail .ico-refresh {
    height: 25px;
}*/

.ico-buyer {
    background-position: 0 10px;
}

.ico-seller {
    background-position: 0 -30px;
}

.detail-group .ico-review {
    background-position: 5px -238px;
    height: 25px;
    width: 25px;
}

.dropdown .ico-profile {
    background-position: 0px -280px;
    height: 20px;
    width: 20px;
}

html .navbar-nav .dropdown-menu {
    position: absolute;
}

.MessageSeller {
    border: 1px dashed #ccc;
    padding: 0px 5px;
    margin: 2px 2px 2px 15px;
}

.MessageBuyer {
    border: 1px dashed #999;
    margin: 2px 2px 2px 2px;
    padding: 0px 5px;
}

.MessageAreaScroll {
    /*overflow: auto;
    height: 80px;
    border: 2px solid #ddd;*/
    padding: 10px;
}

span.floatTextRight {
    display: inline-block;
    float: right;
}

.nav .ico-cancel,
.navbar .ico-cancel {
    width: 25px;
    height: 25px;
}

.nav .ico-reject {
    width: 25px;
    height: 25px;
}

.textMessageUser, #inputMessageUser, #inputMessageAdmin {
    font-size: 1rem;
    font-weight: 600;
    max-width: 100%;
}

.message-detail-message-user-heading {
    margin: 5px 0;
}

    .message-detail-message-user-heading .message-detail-heading {
        font-size: 20px;
    }

.detail-group .ico-approve, .nav .ico-approve {
    width: 35px;
    height: 25px;
}

.btn-toolbar-detail button.ico-approve {
    /*margin-left: 50px;*/
}

.form-floating {
    margin-bottom: .5em;
}

.card-deck {
    display: inline-flex;
    flex-wrap: wrap;
}

.listing-info-card {
    margin-right: 10px;
    min-width: 250px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}
