@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'FontAwesome';
    src: url('../fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
li,
div,
a,
label,
button {
    font-weight: normal !important;
}

p, li, input, label {
    font-size: 14px !important;
}

.navigation li,
.sidebar-dd-menu a {
    font-size: 12px !important;
}

* {
    font-family: 'Roboto', 'Arial', 'sans-serif' !important 
}
.sidebar-menu{
    height: calc(100vh - 100px);
}
.logo-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
    font-size: 24px !important;
}

.flex-container {
    display: flex;
    /* justify-content: space-around; */
    /* align-items: center; */
    /* flex-direction: row-reverse; */
}

.flex-container .flex-title {
    width: 100%;
}

#searchForm .form-flex {
    display: flex;
}

#searchForm .form-flex div {
    width: 100%;
    margin-right: 20px;
}

#searchForm .form-flex div button {
    margin-top: 27.5px;
}

#searchForm .form-flex div.contains-button-div {
    margin-right: 0;
    flex: 1;
}

#exportCsvForm .form-flex {
    display: flex;
}

#exportCsvForm .form-flex div {
    width: 100%;
    margin-right: 20px;
}

#exportCsvForm .form-flex div button {
    margin-top: 27.5px;
}

#exportCsvForm .form-flex div.contains-button-div {
    margin-right: 0;
    flex: 1;
}

.contains-po {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #c0c0c0;
}

.contains-ship-to {
    width: 100%;
    max-width: 300px;
}

.contains-ship-to h5 {
    padding-left: 5px;
    padding-right: 5px;
}

.contains-ship-to h6 {
    background: purple;
    box-sizing: border-box;
    padding: 5px 10px;
}

.contains-ship-to p {
    padding-left: 5px;
    padding-right: 5px;
}

@media(max-width: 789px) {
    .flex-container {
        display: block !important;
    }

    .flex-container a {
        width: 100% !important;
    }

    #searchForm .form-flex {
        display: block !important;
    }

    #searchForm .form-flex div {
        display: block !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    #searchForm .form-flex div button {
        margin-bottom: -10px !important;
        margin-top: 0 !important;
        width: 100% !important;
    }

    #exportCsvForm .form-flex {
        display: block !important;
    }

    #exportCsvForm .form-flex div {
        display: block !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    #exportCsvForm .form-flex div button {
        margin-bottom: -10px !important;
        margin-top: 0 !important;
        width: 100% !important;
    }
}

/**
 * Chat room CSS
 */
.contains-live-chat {
    height: 550px;
    border: 1px solid #e0e0e0;
    position: relative;
}

.live-chat-box {
    height: 500px;
    box-sizing: border-box;
    padding: 10px;
    overflow: scroll;
}

.live-chat-message-box {
    border-top: 1px solid #e0e0e0;
    height: 49px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

.live-chat-message-box form {
    display: flex;
}

.live-chat-message-box input[type='text'] {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    font-family: "Roboto", -apple-system, system-ui, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    border: 0;
    resize: none;
    height: 40px;
    word-wrap: break-word;
    white-space: initial;
    overflow-wrap: break-word;
}

.live-chat-message-box button {
    width: 60px;
    height: 48px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: "Roboto", -apple-system, system-ui, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    border-radius: 0;
}

.live-chat-box .message {
    width: 100%;
    background: #f0f0f0;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}

.live-chat-box .message p {
    padding: 0;
    margin: 0;
}

.live-chat-box .message.admin-message {
    background: #875F9A;
    color: white;
}

.template-list{
    padding: 0;
    list-style: none;
}

.template-list li{
    padding:10px 15px;
    cursor: pointer;
    transition: all 0.4s;
}
.template-list li:hover{
    color:#fff;
    background-color:#445192;
}
.template-list li h4{
    font-size: 15px;
    margin:0;
}
.image-forum-list{
    display:inline-block;margin-right: 10px;margin-top: 5px;
}
.image-container{
    width: 80px;
    height: 60px;
    overflow:hidden;
    background-size: cover !important;
    border-radius: 5px;
}

.navigation a:hover {
    text-decoration: none !important;
}

.sidebar-dd-menu a {
    font-size: 14px;
}

.callout {
    margin-bottom: 20px !important;
}

.callout-danger li {
    color: #dc3545 !important;
}

.callout ul {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.btn.btn-success {
    min-width: 80px;
}

.mB-20 {
    margin-bottom: 20px;
}

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

.mR-10 {
    margin-right: 10px;
}

.flex-title {
    font-size: 24px;
}

.form-text {
    display: block;
    font-size: 1.15em;
    color: red !important;
}

.pB-10 {
    padding-bottom: 10px;
    width: 100%;
    display: block;
}

.table-responsive {
    overflow-x: auto;
}

.selectize-input input {
    height: auto !important;
}

.form-control + .form-control, .input-group + .input-group {
    margin-top: 0 !important;
}

.global-search-container {
    border:none !important;
}

.global-search-addon {
    font-size: 13px;
    background: #c3c3c3;
    border: none;
}

.global-search-input {
    font-size: 12px !important;
    border: none;
}
.global-search-big-input-container .input-group {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    overflow: hidden;
}

.global-search-big-input-container .input-group-addon {
    border: none;
    background: none;
    font-size: 28px;
    padding-right: 20px;
}

.global-search-big-input-container input {
    border: none;
    font-size: 28px !important;
    padding: 10px 30px 10px 10px;
    height: auto !important;
}
/**
 * Typeahead css
 */
.tt-hint {
  color: #999
}

.tt-menu {
    position: absolute;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
            border-radius: 8px;
    -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);
}

.tt-suggestion {
  padding: 8px 15px;
  font-size: 13px;
  line-height: 1;
}

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

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

.tt-suggestion p {
  margin: 0;
}
.twitter-typeahead {
    width: 100%;
}

#sessionExpireModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0, 0.5);
    z-index: 9999999;
}

.session-expire-modal {
    max-width: 80%;
    width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.session-expire-modal-header {
    padding: 10px 20px;
    background: #65B688;
    box-sizing: border-box;
    color: white;
    font-size: 24px;
}

.session-expire-modal-text {
    background: white;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 17px;
}

.session-expire-modal-contains-buttons {
    background: #f7f7f7;
    border-top: 1px solid #e0e0e0;
    padding: 10px 20px;
    display: flex;
    align-items: flex-end;
    text-align: right;
}
