﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444444;
}

    body > div.navbar.navbar-inverse.navbar-fixed-top.navbar-color.container > div > div:nth-child(3) > div {
        min-width: 335px !important;
    }

span, button, label, a, li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body > div.sweet-alert.showSweetAlert.visible > div.sa-icon.sa-error.animateErrorIcon > span,
body > div.sweet-alert.showSweetAlert.visible > div.sa-icon.sa-error.animateErrorIcon > span > span.sa-line.sa-left,
body > div.sweet-alert.showSweetAlert.visible > div.sa-icon.sa-error.animateErrorIcon > span > span.sa-line.sa-right {
    overflow: unset !important;
}

body > div.container.body-content > div > div:nth-child(2) > div.row.no-gutter.wrapper.ng-scope > div > * > span,
body > div.container.body-content > div > div:nth-child(2) > div.row.no-gutter.wrapper.ng-scope > div > * > span > *,
body > div.container.body-content > div > div:nth-child(2) > div.row.no-gutter.wrapper.ng-scope > div > * > span > * > span {
    white-space: normal !important;
}

.sweet-alert {
    max-height: 500px !important;
    overflow-y: auto !important;
}

.popover {
    font-family: 'Roboto', sans-serif;
    width: 155px;
}

.my-caret {
    height: 10.22px;
    width: 10.22px;
}

.body-content {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    margin-top: -10px;
}

.navbar-inverse.navbar-color {
    background-color: #3E6E9D;
    border-color: #3E6E9D;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #3E6E9D;
    border-color: #3E6E9D;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #3E6E9D;
}

.navbar-inverse {
    border: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar {
    height: 50px;
    min-height: unset;
    padding: 15px;
}

.white-background {
    background-color: #ffffff;
}

.navbar-text {
    font-size: 15px;
    color: white !important;
    margin: 0px;
}

.container {
    width: 1000px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.align-items-inside-middle {
    display: flex;
    align-items: center;
}

.navbar-fixed-top {
    position: absolute !important;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #EFEFEF;
}

.popover-arrow {
    left: 10% !important;
    color: #EFEFEF;
    background: #EFEFEF;
}

.popover-inner {
    text-align: left;
    color: #EFEFEF;
    background: #EFEFEF;
}

.popover.top .popover-arrow {
    border-top-color: #EFEFEF;
}

.popover.right .popover-arrow {
    border-right-color: #EFEFEF;
}

.popover.bottom .popover-arrow {
    border-bottom-color: #EFEFEF;
}

.popover.left .popover-arrow {
    border-left-color: #EFEFEF;
}

.popover-navbar-button {
    border: none;
    background: inherit;
    text-align: left;
    color: black;
    font-size: 15px;
}

.popover-navbar-list {
    max-height: 150px;
    border: none;
    background: inherit;
    color: black;
    font-size: 15px;
    overflow: hidden;
    overflow-y: auto;
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}

.popover-navbar-list-option:not(:last-child) {
    margin-bottom: 5px;
}

.site-header {
    font-size: 22px;
}

.margin-header {
    margin-top: 15px;
    margin-bottom: 15px;
}

.choose-team-header-style {
    margin-top: 175px;
}

.btn-circle {
    width: 18px;
    height: 18px;
    padding: 0px 0;
    border-radius: 15px;
    font-size: 12px;
    line-height: 1.42857;
}

.transparent-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    overflow: hidden;
    outline: none;
    color: #A2A2A2;
}

    .transparent-button:focus,
    .transparent-button.focus {
        color: #286090;
    }

    .transparent-button:hover {
        color: #286090;
    }

.table-columns {
    font-size: 14px;
}

.table-data {
    font-size: 14px;
}

.borderless td, .borderless th {
    border: none !important;
}

.add-element {
    font-size: 16px;
    background-color: #EFEFEF;
    border-color: #D1D1D1;
    border-width: 1px;
    border-style: solid;
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: 45px;
}

.add-element-button {
    font-size: 16px;
    height: 45px;
    border-radius: 2px;
    margin-top: 20px;
}

.search-auctions-button {
    font-size: 16px;
    height: 45px;
    border-radius: 2px;
    margin-top: 20px;
}

.choose-team-button {
    font-size: 19px;
    width: 295px;
    height: 51px;
    border-radius: 2px;
    margin-top: 25px;
    margin-right: 15px;
}

.btn-primary {
    background-color: #3E6E9D;
    border-color: #3E6E9D;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.body-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.text-add-table {
    font-size: 16px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 100%;
}

    .row.no-gutter [class*='col-'],
    .row.no-gutter [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

.hr.no-gutter {
    margin-top: 0px;
    margin-bottom: 0px;
}

.td.no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}

.th.no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}

.tr-height {
    height: 45px;
}

.table-striped > tbody > tr.table-selected-row > td,
.table-striped > tbody > tr.table-selected-row > th {
    background-color: rgba(62, 110, 157, 1) !important;
}

tr.table-selected-row {
    background-color: rgba(62, 110, 157, 1) !important;
}

.table-row-clickable:hover {
    cursor: pointer;
}

button[disabled], select[disabled], html input[disabled] {
    color: #D3D3D3;
}

/*auction search result directive*/

.auction-box-padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;/*16px;*/
}

.auction-header {
    background-color: #5982AB;
    color: white;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.auction-label {
    font-size: 12px;
}

.auction-value {
    font-size: 14px;
}

.span-no-spacing {
    vertical-align: top;
    /*height: 1.1545em;*/
    line-height: 1.1545em;
}

.auction-body {
    min-height: 170px;
    border-bottom: 1px solid #355E86;
    border-left: 1px solid #355E86;
    border-right: 1px solid #355E86;
    box-sizing: content-box;
    margin-bottom: 10px;
    background-color: #F7F7F7;
    display:flex;
    align-items:initial;
}

.auction-header-elements-margin {
    margin-right: 16px;
}

.auction-left-part {
    width: 655px;
    height: inherit;
}

.auction-body-elements-margin {
    margin-bottom: 5px;
}

.auction-right-part {
    width: 345px;
    height: inherit;
    border-left: 1px solid #D8D8D8;
}

.auction-wholesale-button {
    width: 266px;
    background-color: #EFEFEF;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    font-size: 13px;
}

.auction-check-button {
    height: 22px;
    width: 22px;
    background-color: #AFAFAF;
    color: white;
    padding: 0px 0;
    border-radius: 15px;
    font-size: 12px;
    border-style: none
}

.auction-assign-button {
    background-color: #3E6E9D;
    color: white;
    font-size: 14px;
    border-style: none;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.auction-button-disabled {
    background-color: #D3D3D3;
    color: white;
    font-size: 14px;
    border-style: none;
    border-radius: 2px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    pointer-events: none;
}

.button-no-skin {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.auction-action-buttons-font {
    font-size: 14px;
}

.auction-action-buttons-margin {
    margin-right: 3px;
}

.navbar-icon-style {
    height: 14px;
    width: 14px;
}

.navbar-icon-size {
    font-size: 21px;
}

.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}

.flex-text-float-right {
    text-align: right;
    float: right;
    margin-left: auto;
    margin-top: auto;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-text-decoration {
    text-decoration: none !important;
}

.logged-in-user-style {
    /*max-width: 155px;*/
    font-size: 14px;
}

.profile-icon-style {
    height: 19px;
    width: 19px;
}

.selected-team-style {
    /*max-width: 155px;*/
    font-size: 14px;
}

.text-align-center {
    text-align: center;
}

.one-line {
    overflow: hidden;
    white-space: nowrap;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    max-width: 250px;
    font-size: 16px;
    border-radius: 22px;
    background-color: #A2A4A5;
    color: white;
    font-weight: 400;
    margin-right: 20px !important;
    padding: 11px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select-multiple.ui-select-bootstrap {
    border: none;
    min-height: 90px;
}

.border-color-login {
    border: solid #EBEAEA 1px;
}

.header-font-size {
    font-size: 52px;
}

.center-content {
    overflow: hidden;
    text-align: center;
}

.login-info-font-size {
    font-size: 17px;
}

.history-screen-buttons {
    font-size: 18px;
    width: 200px;
    margin-right: 10px;
    height: 38px;
    border: none;
}

.total-panel-style {
    background-color: #EFEFEF;
    height: 120px;
    width: 206px;
    text-align: center;
    display: block;
}

.center-content-panel-middle {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.total-panel-value-style {
    display: block;
    font-size: 50px;
}

.total-panel-title-style {
    display: block;
    font-size: 16px;
    overflow-wrap: break-word;
}

.info-panel-dashboard-row:not(:last-child) {
    margin-bottom: 8px;
    display: block;
}

.info-panel-style {
    display: block;
    width: 388px;
    background-color: #EFEFEF;
}

.info-panel-title {
    font-size: 14px;
    color: white;
    display: block;
    background-color: #3E6E9D;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.dashboard-face-icon {
    font-size: 24px;
    font-weight: 500;
    display: block;
}

.info-panel-left-part {
    font-size: 14px;
    display: inline-block;
    width: 300px;
}

.info-panel-right-part {
    float: right;
    font-size: 14px;
    display: inline-block;
    width: 60px;
    text-align: right;
}

select::-ms-expand {
    margin-right: -15px;
}

.hrDiv {
    display: block;
    float: left;
    min-width: 1000px;
    margin-top: -15px;
}

    .hrDiv > hr {
        background-color: #E6E6E6 !important;
        height: 0px;
    }

.hover-cursor {
    cursor: pointer;
}

#calendar-input1 {
    background-color: #EFEFEF;
    border: none;
    box-shadow: none;
    width: 85px;
    height: 43px;
    margin-right: -10px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 0px;
}

    #calendar-input1 > span {
        font-size: 16px;
        text-align: center;
        width: 85px;
    }

#calendar-input2 {
    background-color: #EFEFEF;
    border: none;
    box-shadow: none;
    width: 85px;
    height: 43px;
    margin-right: -10px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 0px;
}

    #calendar-input2 > span {
        font-size: 16px;
        text-align: center;
        width: 85px;
    }


#calendar-input3 {
    background-color: #EFEFEF;
    border: none;
    box-shadow: none;
    width: 85px;
    height: 43px;
    margin-right: -10px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 0px;
}

    #calendar-input3 > span {
        font-size: 16px;
        text-align: center;
        width: 85px;
    }


#calendar-input4 {
    background-color: #EFEFEF;
    border: none;
    box-shadow: none;
    width: 85px;
    height: 43px;
    margin-right: -10px;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 0px;
}

    #calendar-input4 > span {
        font-size: 16px;
        text-align: center;
        width: 85px;
    }

.cursor-pointer {
    cursor: pointer;
}

.activated-text {
    color: #3E6E9D;
}

.inactive-user {
    color: #939393;
}

.error-white-space-unset {
    white-space: normal !important;
}

.swal-pre {
    max-height: 150px;
    background-color: white;
    border: none;
    font-family: inherit;
    font-size: 15px;
}



input[type=checkbox] {
    -moz-transform: scale(1.9); /* FF */
}

input[type="checkbox"]:focus {
    outline: none;
}


.edit-button-visible {
    visibility: visible;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 13px;
}

.edit-button-hidden {
    visibility: hidden;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 13px;
}

.delete-button-visible {
    visibility: visible;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.delete-button-hidden {
    visibility: hidden;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}


.ui-select-match-item {
    border:none !important;
}

.toast-top-right {
    position: absolute !important;
    width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    padding-top: 55px !important;
    padding-left: 700px !important;
}

.align-top{
    vertical-align:top;
}

.align-middle {
    vertical-align: middle;
}

.swal-wide {
    transform: translateX(-50%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 850px !important;
    width: auto !important;
    min-width: 450px !important;
    overflow-y:hidden !important;
}

.filter-categories-div {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.filter-categories-label {
    padding: 0px;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.filter-categories-select {
    display: block;
    width: 322px;
}

#addtionalFilters div:nth-child(2) {
    margin-right: 0px !important;
}


#addtionalFilters div:last-child {
    margin-right: 0px !important;
}

.margin-bottom-5{
    margin-bottom:5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-bottom-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.results-directive-content {
    max-height: 155px;
    white-space: normal;
    word-break: break-word;
}

.error-message {
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
    display: block;
    white-space: pre-line;
    overflow: visible;
    text-overflow: unset;
    max-height: 300px;
}

.technical-error{
    color:red;
}

.excelDiv {
    margin-top: 20px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}

.excel-assign-button {
    background-color: #3E6E9D;
    color: white;
    font-size: 14px;
    border-style: none;
    border-radius: 2px;
    padding: 6px 10px;
    width: 150px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: fit-content;
    }
}