/* Autocomplete */
.tag-container {
   display: flex;
   flex-wrap: wrap;
   padding: 4px;
   min-height: 38px;
   border: 1px solid #ced4da;
   border-radius: 5px;
   background: white;
   align-items: center;
   position: relative;
}
.tag {
   display: flex;
   align-items: center;
   background: #4285f4;
   color: white;
   padding: 2px 5px;
   margin: 1px;
   font-size: 14px;
   cursor: pointer;
   transition: 0.3s all;
}

.tag:hover {
 background: #86b4ff;
}
 
 
.tag .remove-tag {
   margin-left: 8px;
   cursor: pointer;
   font-weight: bold;
}
.tag-input {
   border: none;
   outline: none;
   flex: none;
   cursor:pointer;
   width: 25px;
   line-height: 25px;
   font-size: 20px;
   position: relative;
   height: 25px;
   color: #ffffff;
   background-color: green;
   text-align: center;
   transition: 0.3s all;
   border-radius: 3px;
}

.tag-input:hover{
  background-color: var(--indigo);
}

.autocomplete-suggestions {
   position: absolute;
   top: 100%;
   left: 0;
   background: var(--fc-list-event-hover-bg-color);
   border: 1px solid #ccc;
   max-height: 150px;
   overflow-y: auto;
   width: 100%;
   z-index: 1000;
}
.autocomplete-suggestions div {
   padding: 8px;
   cursor: pointer;
}
.autocomplete-suggestions div:hover {
   background: #f8f9fa;
}

label.amform-label{
    text-align:left;
    /* top: -13px; */
    /* position: relative; */
    /* background-color: #ffffff; */
    /* width: 50%; */
}

div.form-group{
    /* border-top: 1px solid #6c757d; */
    /* border-top-left-radius: 4px; */
    /* border-top-right-radius: 4px; */
}

div.am-form-main{
    background-color: #ffffff;
    margin: 5px 8px 0px 8px;
    /* border-radius: 10px; */
    box-shadow: 2px 2px 10px -6px black;
    padding: 5px;
}

div.am-form-sub{
    /* background-color: #ffffff; */
    margin: 5px 8px 0px 8px;
    /* border-radius: 10px; */
    /* box-shadow: 2px 2px 10px -6px black; */
    padding: 5px;
}

tr.combo-box-card-tags > th {
    /* padding:15px; */
}

table.combo-box-card-table{
    /* width: 95%; */
    /* margin:auto; */
}

body { background-color: #f5f5f5; }
#home-form-main{ text-align: center; }
div.tab-content{ 
 /* overflow: hidden;  */
}
div.am-search-nav,div.am-form-main,div.am-form-sub{
 /* box-shadow: 1px 1px 10px 0px #00000030; */
 /* margin: 1%; */
 position: relative;
}
button.logout { position: absolute; right: 0px; top: 0px; }
a.logout{ color:#dc3545 !important; }

div.bs-alert-amanos-cnt{ 
 position: absolute; top: -50px; width: 100%; transition: 1s all;
}

button.bs-alert-amanos-cnt{
    background-color: #3b71ca;
    border: none;
    color: white;
    height: 25px;
    line-height: 10px;
    font-size: 21px;
    margin: 0px 30px 0px 0px;
}
    
a.settings-top-menu{ text-align:left; color:#4285f4 !important; }
span.settings-top-menu{ margin-left: 5px; }

a.multi-top-menu{ text-align:left; color:#4285f4 !important; }
a.multi-top-menu.active{ color:#ffffff !important; }
span.multi-top-menu{ margin-left: 5px; }

.combo-active{ background-color:#6c757d !important; }
.combo-inactive{ background-color:#4285f4 !important; }

.form-columns{
    background-color: #ffffff;
    margin: 1px;
    /* border-radius: 10px; */
    box-shadow: 0px 0px 5px -1px #00000080;
    /* padding: 5px 5px 0px 5px; */
    /* border: 1px solid #0000001c; */
}

i.form-tooltip-help{
    z-index: 1;
    position: absolute;
    display: inline-block;
    margin: 2px 0px 0px 20px;
    background-color: whitesmoke;
    font-size: 20px;
    color: #4285f4;
    cursor: pointer;
}

div.my-template-container{
 width: 780px; 
 margin: auto;
}

div.nav-path{
    width: 600px;
    position: relative;
    /* top: 6px; */
    /* left: -5px; */
    z-index: 15;
    height: 31px;
    margin: 3px 0px 3px -2px;
}

a.nav-bar-icon-menu{
    background-color: rgba(0, 0, 0, 0);
    color: white;
    margin: 0px 5px 0px 5px;
    cursor: pointer;
}

div.nav-path-item{
    height: 31px;
    width: 200px;
    background-color: rgb(252 252 252);
    color: black;
    text-align: center;
    line-height: 31px;
    box-shadow: 1px 1px 10px 0px #00000030;
    position: relative;
    float:left;
    margin-left: 5px;
}

div.message-amount-indicator{
    position: absolute;
    background-color: red;
    padding: 2px 4px 2px 4px;
    border-radius: 10px;
    height: 15px;
    line-height: 12px;
    font-size: 10px;
    margin: -3px 0px 0px 10px;
    /* top: 3px; */
    /* left: 20px; */
    width: 14px;
}

div.message-container-icon{
 height: 40px;
 font-size: 35px;
 color: #007bff;
 width: 40px;
}

div.message-container-text{
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    /* width: 700px; */
    overflow: auto;
    padding: 4px;
}

div.message-container-date{
    /* position: absolute;
    right: 4px;
    bottom: -1px; */
}

div.message-container-unread-indicator{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 6px;
    color: red;
}

#messages-list-container{
 overflow: auto;
 height: 250px;
}

#messages-list-container a{
    border-radius: 0px;
    padding: 5px;
    box-shadow: 1px 1px 5px 0px #0000005e;
    border: 0px solid black;
    width: 99%;
    margin: 10px auto 0px auto;
}

div.message-list-action-bar{
    position: absolute;
    right: 0px;
    padding: 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    top: 0px;
    z-index: 10;
}

button.messages-list-actions{
 position: relative;
 height: 100%;
 margin: 0;
 float: right;
 color: black;
 padding: 0px 5px 0px 5px;
 margin: 0px 0px 0px 1px;
}

a.msg-is-read{}

a.msg-is-unread{}

div.changelog-amount-indicator{
    position: absolute;
    background-color: red;
    padding: 2px 4px 2px 4px;
    border-radius: 10px;
    height: 15px;
    line-height: 12px;
    font-size: 10px;
    top: 3px;
    left: 20px;
    width: 14px;
}

a.update-is-collapsed{
 height:100px;
 overflow:hidden;
 transition: 0.3s all;
}

a.update-is-expanded{
 height: 500px;
 overflow:auto;
 transition: 0.3s all;
}

/* COMMENTS */ 

div.comment-tag-container,
div.comment-text-container,
div.comment-intro-container{ 
    position: relative;
    margin: 4px;
    width: 100%;
}

div.comment-intro-container{
}

.comment-intro-container p{
 margin-bottom: 0;
}

div.comment-date-container{
    position: relative;
    top: 0px;
    font-size: 13px;
    width: 100%;
    /* height: 30px; */
    text-align: center;
    background-color: var(--cyan);
    color: white;
}

div.comment-common-tag{
    position: relative;
    display: inline-block;
    background-color: rgb(248 249 250);
    border: 1px solid #00000014;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 15px;
    text-align: center;
    padding: 0px 5px 0px 5px;
}
 
div.comment-textarea-tag{
    position: relative;
    width: 99%;
    background-color: #f8f9fa;
    text-align: left;
    padding-left: 10px;
}

div.comment-container{
 margin: auto auto 10px auto;
 padding: 4px;
 box-shadow: 2px 2px 8px -7px black;
 border: 1px solid #0000000d;
 width: 99%;
 position: relative;
 line-height: 30px;
}
div.comments-container{
 width: 100%;
 max-height: 300px;
 overflow:auto;
}

div.payment-method-reply-selection-list{
    border: 1px solid #20c99761;
    height: 100px;
    padding: 10px;
    margin: 10px auto 10px auto;
}

p.payment-method-reply-predefined-text{
    width: 100%;
    height: 80px;
    padding: 5px 0px 0px 10px;
    background-color: #20c997;
    color: white;
    border-radius: 5px;
}

div.payment-method-reply-selection-list-type{
    /* background-color: #007bff; */
    /* color: white; */
    /* vertical-align: middle; */
    /* line-height: 80px; */
    /* padding: 0; */
}

span.comment-tags , div.comment-tags{
    padding: 4px;
    background-color: #f8f9fa;
    border: 1px solid rgb(52,58,64,0.11);
    margin-left: 5px;
}

.quote-response-summary{
    margin: 4px 5px 0 5px;
    border: 1px solid rgba(52,58,64,0.14);
    background: #ffffff;
}

.quote-response-header{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 7px 8px;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(52,58,64,0.1);
}

.quote-response-header span{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 2px 8px;
    color: #343a40;
    background: #ffffff;
    border: 1px solid rgba(52,58,64,0.12);
    font-size: 12px;
    font-weight: 500;
}

.quote-response-section{
    padding: 8px;
}

.quote-response-section + .quote-response-section{
    border-top: 1px solid rgba(52,58,64,0.1);
}

.quote-response-section-title{
    margin-bottom: 6px;
    color: #495057;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.quote-response-section-title i{
    margin-right: 5px;
}

.quote-response-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px solid rgba(52,58,64,0.08);
}

.quote-response-section-title + .quote-response-item{
    border-top: 0;
}

.quote-response-item-main{
    min-width: 0;
}

.quote-response-item-title{
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.quote-response-item-subtitle{
    margin-top: 2px;
    color: #343a40;
    font-size: 13px;
    line-height: 1.35;
}

.quote-response-label{
    color: #6c757d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.quote-response-muted{
    margin-top: 2px;
    color: #6c757d;
    font-size: 12px;
    line-height: 1.35;
}

.quote-response-price{
    flex: 0 0 auto;
    color: #0d6efd;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

li.payment-option-info{
    background-color: rgb(245 245 245);
    padding: 10px;
    box-shadow: 1px 1px 5px -3px black;
    list-style: none;
    margin: 1px;
    word-break: break-all;
}

/* GRID TABLe OVERRIDE */
table.dataTable tbody>tr.selected>td{
  background-color: #ddeaff !important;
}
table.dataTable td { word-break: break-word; }
div.amgrid-column-search-nav{ 
    position: absolute;
    top: -36px;
    z-index: 1;
    width: 540px;
    margin: 0px 0px 20px 5px;
    left: 34%;
    /* /* left: 40%; } */
    /* position: absolute; */
    /* top: 4px; */
    /* z-index: 1; */
    /* width: 280px; */
    /* margin: 0px 0px 20px 5px; */
    /* left: 40%; } */

/* Media Queries */
@media (max-width:1200px) {
div.my-template-container{ width: 100%; }
}
