﻿/* Common styles of (new) Mobile and Horizon */
@media screen and (min-width: 768px) {
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        margin-left: -50px !important;
        display: block;
        width: 200px;
        text-align: center;
        /*background-color: #eee;*/
    }
}

/*.navbar > .container-fluid .navbar-brand {
  margin: 0 20px 0 0;
}*/

.pageHeader {
  /*z-index: 2000;*/
  min-height: 44px;
  margin-bottom: 0px;
  /*background-color: #eeeeee;*/
  /*background: #ffffff url(/res/img/ST_SideMenu_BG.png) 0 0 repeat;*/
  /*background: var(--page-header-background);*/
  padding: 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.67);
  -moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.67);
   box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.67);
}

.pageHeader .navbar-nav > li
{
    margin-left:2px;
    margin-right:2px;
}

.pageHeader .navbar-collapse {
  padding-right: 15px;
  padding-left: 0px;
}

.pageCntent
{
    /*margin-top: 45px;*/
}

.profileImage
{
    /*border-radius:50%;
    -webkit-border-radius:50%;*/
    width:20px;
}


.newMailBadge
{
    font-size: 10px;
    background-color: red !important;
    color:white;
    font-weight: 600;
}

.noMailBadge
{
    color:black !important;
}

.counterBadge {
  font-size: 10px;
  font-weight: 600;
  color: #ffffff !important;
  /*background-color: #d9534f !important;*/
  background-color: gray !important;
}


/*.btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-secondary:hover,
.btn-secondary {
  background-color: #EBEBEB;
  border-color: #ADADAD;
  background-color: var(--btn-secondary-background);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}

.btn-secondary.disabled,
.btn-secondary[disabled] {
  background-color: #EBEBEB;
  border-color: #ADADAD;
  background-color: var(--btn-secondary-background);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}

.btn-primary:hover,
.btn-primary {
  background-color: #135DA2;
  border-color: transparent;
  color: #ffffff;
  background-color: var(--btn-primary-background);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-color);
}

.btn-secondary.disabled,
.btn-secondary[disabled] {
  background-color: #EBEBEB;
  border-color: #ADADAD;
  background-color: var(--btn-secondary-background);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}

.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #135DA2;
  border-color: transparent;
  background-color: var(--btn-primary-background);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-color);
}

*/

.btn-group-center {
  margin: auto;
  width: 50%;
}

.btn-spacing {
  margin-left: 5px;  
  margin-right: 5px;  
}

.search-title-label {
  font-size: 16px;
}

.search-pager-label {
  font-size: 12px;
}

.search-search-box {
}

/*.search-search-box-inline {
  display: -webkit-inline-box;
}
*/
.search-msg-label {
  font-size: 16px;
  font-weight: 600;
  padding: 30px 30px;
}

.list-pager .pagination {
}

.pagination {
  margin: 0 0;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #135DA2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
  cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #135DA2;
  border-color: #135DA2;
  background-color: var(--btn-primary-background);
  border-color: var(--btn-primary-background);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.docList {
  /*min-height: 500px;*/
  min-height: 300px;
  background-color: #ffffff;
  background-color: var(--doc-list-item-background);
  color: inherit;
  color: var(--doc-list-item-color);
}

.adjustListHeight {
  min-height: 0;
}

.docList .list-group-item {
  background-color: #fff;
  padding: 10px 2px 10px 2px;
  font-size: 12px;
  font-weight: 400;
  border-right: 5px solid #fff;
  list-style: none;

  color: var(--doc-list-item-color);
  background-color: var(--doc-list-item-background);
}

.docList .list-group-header, .docList .list-group-header:hover {
  margin-top: 5px;
  background-color: #f1f2f7;
  cursor: default;
}




.docList .list-group-item:focus {
  outline: 0;
}

.docList .list-group-item:hover {
  background-color: #eee;
  /*background: -webkit-linear-gradient(left, #eee, #FFFFFF);*/ /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #eee, #FFFFFF);*/ /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #eee, #FFFFFF);*/ /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #eee, #FFFFFF);*/ /* Standard syntax */
  border-right: 5px solid #fff;
}

.docList .list-group-item.activeLine {
  font-weight: 600;
  border-right: 5px solid #fff;
  color: #000;
  background-color: #D6D6D6;
  /*background: -webkit-linear-gradient(left, #D6D6D6, #FFFFFF);*/ /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #D6D6D6, #FFFFFF);*/ /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #D6D6D6, #FFFFFF);*/ /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #D6D6D6, #FFFFFF);*/ /* Standard syntax */
  color: var(--doc-list-item-color-active);
  background-color: var(--doc-list-item-background-active);
}

.docList .list-group-item.unreadLine {

  font-weight: 600;
  color: #000;
  border-right: 5px solid #fff;

  background-color: #D6D6D6;
  /*background: -webkit-linear-gradient(left, #D6D6D6, #FFFFFF);*/ /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #D6D6D6, #FFFFFF);*/ /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #D6D6D6, #FFFFFF);*/ /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #D6D6D6, #FFFFFF);*/ /* Standard syntax */
}

.docList .list-group-item-title {
  border-bottom: 2px solid #eee;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  color: var(--doc-list-item-title-color);
  background-color: var(--doc-list-item-title-background);
  padding: 10px 2px 10px 2px;
  border-right: 5px solid #fff;
  list-style: none;
}

.list-group-item-searchpanel {

}

.chars-counter-label {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.value-label {
  font-weight: 400;
  padding: 5px 10px;
  margin: 0;
}

.value-label .close {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  opacity: 0.4;
  color: black;
}

.list-group-item-searchpanel .value-label {
  font-size: 13px;
  width: 100%;
  border: 1px solid #adadad;
  border-radius: 4px;
}

.list-group-item-searchpanel .search-text-box {
  border: 1px solid #adadad;
  border-radius: 4px;
}

.list-group-item-searchpanel .search-text-box-withAddon {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/*.list-group-item-searchpanel .input-group .input-group-addon:first-child {
  border: 1px solid #adadad;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}*/

.search-text-box + .input-group-addon {
  border: 1px solid #adadad;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-group-item-searchpanel .search-text-box-btn {
  line-height: 19px;
  background-color:#BFBFBF;
  border: 1px solid #adadad;
  color:#fff;
  font-weight:600;
}

.list-group-item-searchpanel .search-date-box {
  border: 1px solid #adadad;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search-date-box+.input-group-addon{
  border: 1px solid #adadad;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*.list-group-item-searchpanel .search-combo-box {
  border: 1px solid #adadad;
  border-radius: 4px;
}
*/

.docList .list-group-item-searchpanel:hover,
.docList .list-group-item-searchpanel {
  color: #000;
  background: #ffffff;
}


.docList .list-group-item-footer {
  border-top: 2px solid #eee;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.docList .list-group-item-head {
  border-bottom: 2px solid #eee;
  padding: 10px 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
  background-color: #fafafa;
  color: var(--doc-list-item-head-color);
  background-color: var(--doc-list-item-head-background);
}
.docList-sm .list-group-item-head {
  padding: 2px 0 2px 0;
}

.docList-sm .list-group-item {
  padding: 2px 2px 2px 2px;
}



.docList .list-group-item-head:hover {
  background-color: #fafafa;
  background: #fafafa;
}

.docList .list-group-item-toolbar:hover,
.docList .list-group-item-toolbar {
  color: #000;
  background: #E8E8E8;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.docList ul.search-descs {
  margin-top: 8px;
  margin-left: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #767676;
  color: var(--doc-list-search-descs-color);
  background-color: lightyellow;
  background-color: var(--doc-list-search-descs-background);
  border: 1px solid #adadad;
  border: 1px solid var(--doc-list-search-descs-border);
  border-radius: 4px;
  display: table;
}

.docList .list-group-item-line {
  cursor:pointer;
}

.docList .list-group-item-message {
  padding: 10px 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.docList .list-group-item-message:hover {
  background-color:#fff;
}

.docListCell {
    padding-left:5px;
    padding-right:5px;
}

/*.docList span
{
    padding-left:5px;
    padding-right:5px;
}*/

.docList .sorting {
  color:#ccc;
}

.docList .list-group-item-title:hover {
    background-color: inherit;
    background: inherit;
}

.docList .list-group-item-footer:hover {
    background-color: inherit;
    background: inherit;
}

.list-slider {
  padding-top: 10px;
  white-space: nowrap;
}

.list-slider .btn-group {
  /*padding: 0 8px;*/
}

.list-slider .slider-horizontal {
  margin: 0 12px;
  width: 180px !important;
  float: none;
}

.top.tooltip {
  margin-top: -12px;
}

.slider-horizontal.slider .slider-handle {
  margin-left: -15px !important;
  /*margin-right:-22px !important;*/
  margin-top: -10px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 0;
}

.list-slider .slider-handle {
  z-index: 10;
  background-color: #135DA2;
  background-color: var(--btn-primary-background);
  color: #fff;
  border-radius: 4px;
  width: auto;
  height: auto;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(var(--btn-primary-background)), to(var(--btn-primary-background)));
  background-image: -webkit-linear-gradient(top, var(--btn-primary-background), 0%, var(--btn-primary-background), 100%);
  background-image: -moz-linear-gradient(top, var(--btn-primary-background) 0%, var(--btn-primary-background) 100%);
  background-image: linear-gradient(to bottom, var(--btn-primary-background) 0%, var(--btn-primary-background) 100%);
}

.modal-images
{
    height: 500px !important;
    overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;
}

.modal-images .modal-content {
  border-radius: 4px;
}

.search-search-group {
}

.search-search-box {
  border: 1px solid #adadad;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  line-height: 19px;
  font-weight: 400;
}

.search-search-box:focus {
  border: 1px solid #adadad;
}

.search-search-btn {
  line-height: 19px;
}

/*.docList .docCreatedDesc { display: inline-block; width: 100px; }
.docList .vehicleRegCode { display: inline-block; width: 100px; }
.docList .vehicleDesc { display: inline-block;  }
.docList .docSubType { display: inline-block; width: 100px; }
.docList .docReference { display: inline-block; width: 100px; }
.docList .otherEntityName { display: inline-block; width: 100px; }
.docList .recUpdate {  }*/
.docList .badge {background-color:#ffffff;}

.std-panel-header .search-combo-box {
  border: 1px solid #adadad;
  border-radius: 4px;
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}
  
.std-panel-header .form-control {
  display: inline-block;
}

.std-panel-header .col-form-label {
  margin-left: 7px;
  margin-right: 7px;
}

/*-------------------------------------------*/
.noteTopRight {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.noteTopRight:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 32px 32px 0 !important;
  border-style: solid;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.noteTopRight.rounded {
  -moz-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}

.noteTopRight.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  border-color: var(--overviews-header-color) var(--overviews-header-color) transparent transparent;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

/*-------------------------------------------*/
.noteTopLeft {
  position: relative;
  color: #fff;
  overflow: hidden;
}


.noteTopLeft:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 32px solid var(--overviews-header-color);
  border-left: 32px solid var(--overviews-header-color);
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.noteTopLeft.rounded {
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.noteTopLeft.rounded:before {
  border-width: 32px;
  border-color: var(--overviews-header-color) var(--overviews-header-color) transparent var(--overviews-header-color);
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}





.doc-tab-panel {
  /*background-color: #E8E8E8 !important;
  background-color: var(--tab-background-active) !important;
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.125) !important;
  margin-top: -2px !important;*/
  z-index: 1 !important;
  padding: 5px;
}



.docmail-list-panel {
    background-color: #fff;
    border: 0px;
}

.docmail-list-panel > .card-body {    
    border: 0px;
}

.docmail-list > li.docmail-listline {
    border-bottom: 2px solid #ddd;
}

.docmail-listcol {
    font-size: 12px;
    color: #000;
}

.docmail-listpreviewtext {    
    font-size: 11px;
    font-weight: 300; /*negates activeLine boldness - this is body's default*/
    font-style: italic;
    color: #aaa;
}

.docmail-listcontenttext {
    font-size: 12px;
    /*font-weight: 300; /*negates activeLine boldness - this is body's default
    margin: 10px;*/
}

.docmail-attachments {
padding:10px;
}

.docmail-messagebuttons-inactive {
  display: none !important;
}

.docAccordionContainer {
  /*margin:5px;*/
}

.docAccordionContainer .card-header
{
    background-color:#a0a0a0;
    color:#fff;
}

.docAccordionContainer .text-muted,
.docAccordionContainer .text-header
{
    /*color:#bcbcbc;*/
    color:#333 !important;
}



.txtItemsAccordionContainer {
    background-color: #a0a0a0 !important;
    font-weight:bold;
    color:#333 !important;
}

.docDetails-toolBar
{

}

.docDetails-searchCombo
{
    border:1px solid #adadad;
    border-top-right-radius:0px !important;
    border-bottom-right-radius:0px !important;
    border-top-left-radius:4px !important;
    border-bottom-left-radius:4px !important;
}

.docDetails-searchCombo .select2-arrow,
.docDetails-searchCombo .select2-selection__arrow {
    display: none !important;
}

.docNewFileContainer
{

}

.docNewFileHeadre
{
    font-size:20px;
    color:#767676;
    font-weight:600;
    /*color:#000000;*/
    padding-top:10px;
    padding-bottom:10px;
}

.docNewFileRow
{

}

.docNewFileCol
{

}

img.Img0
{
    cursor: pointer;
    vertical-align : middle; 
    border-width: 3px;
    border-color: #ffffff;
}

img.Img90
{
     
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg); 
    -o-transform: rotate(90deg); 
    transform: rotate(90deg);
    cursor: pointer;
    vertical-align : middle; 
    border-width: 3px;
    border-color: #ffffff;
}

img.Img180
{
     
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2); 
    -webkit-transform: rotate(180deg); 
    -moz-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
    cursor: pointer;
    vertical-align : middle; 
    border-width: 3px;
    border-color: #ffffff;
}


img.Img270
{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
    -webkit-transform: rotate(270deg); 
    -moz-transform: rotate(270deg); 
    -o-transform: rotate(270deg); 
    transform: rotate(270deg);
    cursor: pointer;
    vertical-align : middle; 
    border-width: 3px;
    border-color: #ffffff;  
}

.fixedFooter {
    bottom: 0;
    width:100%;
    position: absolute;
}



.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
}

.card-header-primary {
  color: #ffffff !important;
  background-color: #135DA2 !important;
  background-color: var(--btn-primary-background) !important;
}

.card-header-info {
  color: #ebebeb !important;
  background-color: #5bc0de !important;
}



.tradeRequestItemsList {
  border: 1px solid #000000;
}

.list-group-header.tradeRequestTotalRow {
  border-top: 1px solid #000000;
}

.nowrap {
  white-space: nowrap;
}

.marginBottom3 {
  margin-bottom: 3px;
}


.toolbar-combo {
  border: 1px solid #adadad;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.pageTitle {
  padding: 10px 10px;
  font-weight: 600;
  background: #f5f5f5;
  background: var(--page-title-background);
  color: var(--page-title-color);
  /*-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);*/
  margin-bottom: 21px;
}

  .pageTitle.forlist {
    margin-bottom: 5px;
  }

.listTitle {
  padding: 15px 15px;
  font-weight: 600;
  background: #f5f5f5;
  border: 1px solid #adadad;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.listTitleCaption {
  font-size: 16px;
}

.listTitleBtn {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}


.pageTitleCaption {
  font-size: 20px;
}

.pageTitleCaption2 {
  font-size: 18px;
  position: absolute;
  bottom:0;
  left: auto;
  right: 38px;
  padding: 10px 20px;
  color: #2b3e50;
  color: var(--tab-color-active);
  background-color: #E8E8E8;
  background-color: var(--tab-background-active);
  border-bottom: 0px solid transparent;
  box-shadow: inset 2px 2px 1px 0px rgba(0,0,0,0.125);
  border-top: 3px solid #f0ad4e;
  outline: none;
  border-radius: 4px 4px 0 0;
}

.desktopMenuTitle {
  font-size: 18px;
  position: absolute;
  bottom:0;
  left: auto;
  right: 38px;
  padding: 10px 20px;
  color: #ffffff;
}


.pageSubTitleCaption {
    font-size: 16px;
}


.pageTitle .btn-toolbar {
  margin: 5px;
}
.desktopBar {
  margin: 0;
  padding: 0;
}
.desktopBtn {
  padding: 5px 10px;
  border: solid 1px #f5f5f5;
  border: solid 1px var(--page-title-background);
}

.desktopBtn:not(.btn-primary) {
  background-color: #f5f5f5;
  background-color: var(--page-title-background);
}

.desktopBtn:hover{
  border: solid 1px #ADADAD;
  border: solid 1px var(--btn-secondary-border);
}

.desktopBtn img{
  width: 75px;
  height: 75px;
}

.desktopMenu {
  background-color: #000C68;
  height: auto;
}


.desktopMenu img{
  width: 25px;
  height: 25px;
}

.desktopMenu .menu-btn{
  width: 90px;
  height: auto;
  background-color: #000C68;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 5px;
  white-space:normal;
}

.desktopMenu .menu-down {
  position: absolute;
  top: 67px;
  /*left: 22px;*/
  width: 40px;
  z-index: 2;
}


.desktopMenu .menu-btn:hover, .desktopMenu .menu-btn.active{
  background-color: #1B30F5;
  border-radius: 10px !important;
}





.dualList_leftCell_shrink {
    display: none !important;
}
.dualList_selectCell_shrink {
    width: 1px !important;
}
.dualList_rightCell_shrink {
    width: auto !important;
}
.dualList_moveCell_shrink {
    width: 1px !important;
}

.search-container {
/*  margin: -15px 5px;
  width: 200px;
  display: inline-flex;
*/}

.search-input {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.bold-font-mark
{
  font-weight: bold !important;
}

/*New desktop classess*/
.snapshot-container {
  background-color: #F1F6FB;
}

.snapshot-panel {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 15px;
}

.snapshot-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #3E4685;
  padding-bottom: 5px;
}

.snapshot-card-title-btn {
  display: flex;
  /*padding: 8px;*/
  /*font-size: 14px;*/
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  /*color: #6284C6FA;*/
  background-color: #ffffff;
  /*border: 1px #6284C6FA solid;*/
  transition: 0.5s all; 
}

.snapshot-card-title-btn:active {
  background-color:#6284C6;
}

.snapshot-card-title-btn:hover {
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); 
}


.counters-box {
  display: flex; /* or inline-flex */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  gap: 10px;
}

@-webkit-keyframes moving-gradient {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: right bottom;
  }
}

.counter-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color:#F1F6FB;
  border-radius: 14px;
  color:#3E4685;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.2s all;
  -webkit-animation-duration: 2s;
}

.counter-box.loading {
  background: -webkit-linear-gradient( left, #9EB9EB 30%, #88A9E5 80%, #9EB9EB 100% ) repeat;
  -webkit-background-size: 50% 100%;
  -webkit-animation-name: moving-gradient;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.counter-box.active {
  background: #3E4685;
  color: #ffffff;
}

.counter-box.active img {
  filter: invert(1);
}


.counter-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.counter-box-footer {
  display: flex;
}


.counter-text {
   font-size: 14px;
   font-weight: 600;
   white-space: normal;
   width : 90px;
   height: 20px;
}
.counter-icon {
 
}
.counter-count {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 600;
}

.alerts-box {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 442px;
  gap: 5px;
  padding: 0 15px;
}

.alert-line {
  display: flex;
  flex-direction: row;
  background-color:#F1F6FB; 
  border-radius: 14px;
  color:#3E4685;
  cursor: pointer;
  padding: 15px;
  justify-content: space-between;
  transition: 0.2s all; 
  -webkit-animation-duration: 2s;
}

.alert-line.loading {
  background: -webkit-linear-gradient( left, #9EB9EB 30%, #88A9E5 80%, #9EB9EB 100% ) repeat;
  -webkit-background-size: 50% 100%;
  -webkit-animation-name: moving-gradient;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.alert-line.active {
  background: #3E4685;
  color: #ffffff;
}

.alert-title-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.alert-counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.alert-sub-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.alert-title {
  font-size: 12px;
  font-weight: 600;
}
.alert-sub-title {
  color: #6284C6;
  font-size: 12px;
  font-weight: 400;
}
.alert-sub-period-high{
  font-size: 12px;
  font-weight: 500;
  color: #FC0167;
  border: 1px solid #FC0167;
  border-radius: 11px;
  padding: 1px 6px;
}

.alert-sub-period-medium{
  font-size: 12px;
  font-weight: 500;
  color: #FF8888;
  border: 1px solid #FF8888;
  border-radius: 11px;
  padding: 1px 6px;
}

.alert-count {
  font-size: 20px;
  font-weight: 600;
}

.chart-box {
  /*padding: 15px 0 15px 0 !important;*/
}

.map-box {
  padding: 15px 0 15px 8px !important;
}

.map-div {
  height: 350px;
  border-radius: 18px;  
}

.chart-div {
  height: auto;
  min-height: 300px;
}

.expand-panel {
  padding: 0 !important;
  margin-bottom: 30px;
}

.expand-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 15px;
}

.expand-line {
  display: flex;
  flex-direction: row;
  background-color:#F1F6FB; 
  border-radius: 14px;
  color:#3E4685;
  cursor: pointer;
  padding: 10px;
  justify-content: space-between;
  transition: 0.2s all;
  -webkit-animation-duration: 2s;
}

/*.expand-line:active {
  background-color:#6284C6;
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); 
}*/

.expand-line.loading {
  background: -webkit-linear-gradient( left, #9EB9EB 30%, #88A9E5 80%, #9EB9EB 100% ) repeat;
  -webkit-background-size: 50% 100%;
  -webkit-animation-name: moving-gradient;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.expand-line.active {
  background: #3E4685;
  color: #ffffff;
}


.expand-title-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.expand-counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  align-items: center;
}

.expand-title {
  font-size: 12px;
  font-weight: 600;
}

.expand-count {
  font-size: 20px;
  font-weight: 600;
}

.expand-card-title {
  display: flex;
  flex-direction: row;
  color:#3E4685;
  justify-content: space-between;
}

.expand-card-title-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 0 20px 10px 20px;
}

.expand-panel-btns-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 20px 10px 20px;
}

.expand-panel-sub-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.expand-panel-main-title {
  color: #3E4685;  
  font-size: 20px;
  font-weight: 600;
}

.expand-panel-sub-title {
  color: #6284C6;
  font-size: 12px;
  font-weight: 400;
}

.expand-panel-results-title {
  color: #3E4685;
  font-size: 14px;
  font-weight: 400;
}


.expand-panel-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.expand-panel-bts-group-by {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  color: #3E4685;
  font-size: 11px;
  font-weight: 500;
}

.expand-panel-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  color: #3E4685;
  font-size: 14px;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid #1B30F5;
  padding: 5px 20px;
  cursor: pointer;
  gap: 5px;
}

.expand-panel-btn.active {
  background-color: #1B30F5;
  color: #ffffff;
}


.details-panel {
  padding: 0 !important;
  margin-bottom: 30px;
}

.details-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 15px;
}

.snapshot-list .docList .list-group-item-title {
  border-bottom: none;
  color: #3E4685;
}


.snapshot-list .docList .list-group-item-footer {
  border-top: none;
}

.snapshot-list .docList .list-group-item-head {
  color: #3E4685;
  background-color: #ffffff;
}

.snapshot-list .docList .list-group-item:hover {
  background: none;
}

.snapshot-list .docList .list-group-item {
  color: #3E4685;
}

.snapshot-list .docList .list-group-item.activeLine {
  background: #1B30F5;
  border: none;
  border-radius: 20px;
  color: #ffffff;
}

.snapshot-list .list-slider .slider-handle {
  background: #1B30F5;
  opacity: 1;
  border-radius: 50%;
}

.snapshot-list .slider-prev-btn, .snapshot-list .slider-next-btn {
  color: #3E4685;
  background-color: #ffffff;
  border-radius: 50%;
}

.snapshot-list .btn-sm {
  color: #3E4685;
  background-color: #ffffff;
}

.chart-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.chart-doughnut-container {
  display: flex;
  flex-direction: column;
  /*width: 300px;*/
  height: 300px;
  width: 50%;
}

.chart-legend-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  gap: 5px;
}

.chart-legend-container-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  gap: 5px;
}

.chart-legend-container-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  gap: 5px;
}


.chart-legend-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.chart-legend-line.link {
  cursor: pointer;  
} 

.chart-legend-line.link:hover {
  text-decoration: underline;
} 

.chart-legend-color {
  width: 14px;
  height: 8px;
  border-radius: 4px;
}

.chart-legend-percent {
  color: #3E4685;
  font-size: 14px;
  font-weight: 600;
  width: 35px;
}

.chart-legend-text {
  color: #6284C6;
  font-size: 14px;
  font-weight: 400;
  flex-wrap:nowrap;
  text-overflow: ellipsis;
  overflow: hidden; 
  width: 180px; 
  white-space: nowrap;
}


.desktop-top-bar {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content:space-between;
  background-color: #000C68;
  padding: 2px 25px;
}

.desktop-left-bar {
  display: flex;
  flex-direction: row;
}
.desktop-right-bar {
  display: flex;
  flex-direction: row;
}

.desktop-menu-container {
  display: flex;
  align-items: center;
}

.desktop-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.5s all; 
  color: #ffffff;
  font-size: 20px;
  padding: 10px 10px;
  height: 35px;
}

.desktop-menu-btn:hover, desktop-menu-btn:active{
  background-color: #1B30F5;
  border-radius: 10px;
}


.desktop-btns-container {
  display: flex;
  gap: 5px;
  padding: 2px 15px;
}

.desktop-btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  cursor: pointer;
  padding: 10px 5px;
  white-space:normal;
}

.desktop-btn-container:hover, .desktop-btn-container.active{
  background-color: #1B30F5;
  border-radius: 10px;
}


.desktop-btn-image {
  display: flex;
}
.desktop-btn-text {
  display: flex;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-align:center;
}

.desktop-user-container {
  display: flex;
  align-items: center;
}

.desktop-user-btn {
  
}

.desktop-user-btn .page-top-titel-btn
{
  background-color: #000C68;
  color: #ffffff;
  border: 1px solid #000C68;
}


.desktop-user-btn .page-top-titel-btn:active,
.desktop-user-btn .page-top-titel-btn:hover {
  color: #ffffff !important;
  background-color: #1B30F5 !important;
  border: 1px solid #1B30F5 !important;
}

.desktop-user-btn .page-top-titel-btn:focus {
  background-color: #000C68 !important;
  color: #ffffff !important;
  border: 1px solid #000C68 !important;
}

.desktop-logo-container {
 display: flex;
 align-items: center;
}

.desktop-logo-image {
  display: flex;
  width: 30px;
  height: 30px;
}


.reports-box {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 270px;
  gap: 5px;
  padding: 0 15px;
}

.report-line {
  display: flex;
  flex-direction: row;
  background-color:#F1F6FB; 
  border-radius: 14px;
  color:#3E4685;
  cursor: pointer;
  padding: 10px;
  justify-content: space-between;
  transition: 0.2s all; 
  -webkit-animation-duration: 2s;
}

.report-line.loading {
  background: -webkit-linear-gradient( left, #9EB9EB 30%, #88A9E5 80%, #9EB9EB 100% ) repeat;
  -webkit-background-size: 50% 100%;
  -webkit-animation-name: moving-gradient;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.report-line.active {
  background: #3E4685;
  color: #ffffff;
}

.report-title-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 5px;
}

.report-btns-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
}

.report-btn {
  display: flex; 
  justify-content: center;
  align-items: center;
  color: #3E4685;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #3E4685;
  width: 25px;
  height: 25px;
}

.report-btn:hover {
  background: #3E4685;
  color: #ffffff;
}


.report-title {
  font-size: 14px;
  font-weight: 600;
}

.color-scrollbar ::-webkit-scrollbar-thumb:vertical,
.color-scrollbar ::-webkit-scrollbar-thumb:horizontal
 {
  height: 50px;
  background-color: rgb(57, 99, 173);
  -webkit-border-radius: 3px;
}

/*.wait-loader {
  --d:22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #1B30F5;
  box-shadow: 
    calc(1*var(--d))      calc(0*var(--d))     0 0,
    calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
    calc(0*var(--d))      calc(1*var(--d))     0 2px,
    calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
    calc(-1*var(--d))     calc(0*var(--d))     0 4px,
    calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
    calc(0*var(--d))      calc(-1*var(--d))    0 6px;
  animation: l27 1s infinite steps(8);
}
@keyframes l27 {
  100% {transform: rotate(1turn)}
}
*/

.wait-loader {
  /*color: #ffffff;*/
  color: #1B30F5;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.wait-loader-small {
  /*color: #1B30F5;*/
  color: #FFFFFF;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 40px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.desktop-reports {
}

.desktop-reports .pageTitle {
  background-color: #F1F6FB;
}

.desktop-reports .pageTitleCaption {
  background-color: #F1F6FB;
  color: #3E4685;
}

.desktop-reports .btn-secondary {
  background-color: #ffffff;
  color: #3E4685;
}

.feedback-container {
  background-color: #F1F6FB;
}

.feedback-box-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.feedback-box {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 442px;
  gap: 5px;
  padding: 0 15px;
}

.feedback-line {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  background-color:#F1F6FB; 
  border-radius: 14px;
  color:#3E4685;
  cursor: pointer;
  padding: 15px;
  justify-content: space-between;
  transition: 0.2s all; 
  -webkit-animation-duration: 2s;
}

.feedback-line.active {
  background: #3E4685;
  color: #ffffff;
}


.feedback-line.loading {
  background: -webkit-linear-gradient( left, #9EB9EB 30%, #88A9E5 80%, #9EB9EB 100% ) repeat;
  -webkit-background-size: 50% 100%;
  -webkit-animation-name: moving-gradient;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.feedback-line.bold {
  font-weight: 600;
}

.feedback-line.small {
  font-weight: 400;
  font-size: 12px;
}



.feedback-supplier-name {
  width: 50%;
}
.feedback-supplier-result {
  width: 10%;
}
.feedback-supplier-range {
  width: 30%;
}
.feedback-supplier-rank {
  width: 10%;
  text-align:center;
}

.feedback-supplier-name img {
  width: 60px;
  padding: 0 10px;
}

.feedback-supplier-rank span {
  font-size: 20px;
  font-weight: 600;
}


.feedback-supplier-header {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
  color:#3E4685;
  opacity: 0.6;
  width: 100%;
  padding: 0 25px;
}

.feedback-supplier-name-header {
  width: 50%;
}
.feedback-supplier-result-header{
  width: 10%;
}
.feedback-supplier-range-header{
  width: 30%;
}
.feedback-supplier-rank-header{
  width: 10%;
}


.feedback-answer-line {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: start;
  background-color:#F1F6FB; 
  border-radius: 14px;
  color:#3E4685;
  cursor: pointer;
  padding: 15px;
  justify-content: space-between;
  transition: 0.2s all; 
  -webkit-animation-duration: 2s;
}

.feedback-answer-line.active {
  background: #3E4685;
  color: #ffffff;
}

.feedback-answer-line.loading {
  background: -webkit-linear-gradient( left, #9EB9EB 30%, #88A9E5 80%, #9EB9EB 100% ) repeat;
  -webkit-background-size: 50% 100%;
  -webkit-animation-name: moving-gradient;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.feedback-answer-line.bold {
  font-weight: 600;
}

.feedback-answer-line.small {
  font-weight: 400;
  font-size: 12px;
}



.feedback-answer-date {
  width: 15%;
}
.feedback-answer-service {
  width: 40%;
}
.feedback-answer-vehicle {
  width: 40%;
}
.feedback-answer-rank {
  width: 5%;
  text-align:center;
}

.feedback-answer-rank span {
  font-size: 18px;
  font-weight: 600;
}

.feedback-answer-date-header {
  width: 15%;
}
.feedback-answer-service-header {
  width: 40%;
}
.feedback-answer-vehicle-header {
  width: 40%;
}
.feedback-answer-rank-header {
  width: 5%;
}

.feedback-sub-title {
  font-size: 14px;
  font-weight: 600;
  color:#3E4685;
  margin-bottom: 15px;
}

.feedback-chart-title {
  font-size: 16px;
  /*font-weight: 600;*/
  color:#3E4685;
  /*margin-top: 5px;*/
  /*margin-bottom: 15px;
  text-align: center;*/
}


.feedback-data-caption {
  font-size: 12px;
  color:#3E4685;
  opacity: 0.6;
}

.feedback-data-value {
  font-size: 16px;
  color:#3E4685;
  font-weight: 600;
}


.feedback-question-desc-header {
  width: 30%;
}
.feedback-question-answer-header {
  width: 20%;
}
.feedback-question-remarks-header {
  width: 50%;
}

.feedback-question-desc {
  width: 30%;
}
.feedback-question-answer {
  width: 20%;
}
.feedback-question-remarks {
  width: 50%;
}

.feedback-question-line {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: start;
  background-color:#F1F6FB; 
  border-radius: 14px;
  color:#3E4685;
  justify-content: space-between;
  transition: 0.2s all; 
  -webkit-animation-duration: 2s;
  padding: 15px;
}

.feedback-total-rank {
  color: #3E4685;
  font-size: 20px;
  font-weight: 600;
}

.feedback-chart-div {
  width: 400px;
}


.feedback-chart-doughnut-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
}

.feedback-chart-legend-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 200px;
  gap: 5px;
}

.feedback-filters-container {
  display: flex;
}

.feedback-filters-desc {
  font-size: 11px;
  color: #1B30F5;
  border: 1px solid #1B30F5;
  border-radius: 11px;
  padding: 1px 8px;
  background: rgba(27, 48, 245, .12);
  display: flex;
  align-items: center;
  gap: 5px;
  /*height: max-content;*/
}

.feedback-filters-desc .caption {
  font-weight: 400;
}

.feedback-filters-desc .value {
  font-weight: 600;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.feedback-details-caption {
  width: 30%;
}

.feedback-details-data {
  width: 70%;
}



.summery-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 15px;
  min-height: 200px;
}

.summery-card-lg {
  height: 350px;
  overflow-y:auto;
}

.summery-card-xl {
  height: 400px;
  overflow-y:auto;
}

.summery-card-sm {
  min-height: 155px;
  padding: 15px 15px 5px 15px;
}


.summery-card-title {
  display: flex;
  align-items: baseline;
  justify-content:  space-between;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #3E4685;
  padding-bottom: 10px;
}

.summery-card-title-lg {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #3E4685;
  padding-bottom: 10px;
}


.summery-card-body {
  display: flex;
  flex-direction: column;
}

.summery-card-data {
  font-size: 14px;
  font-weight: 600;
  color: #3E4685;
  padding-bottom: 8px;
}

.summery-card-data-sm {
  font-size: 12px;
  font-weight: 600;
  color: #3E4685;
  padding-bottom: 8px;
}

.summery-card-caption {
  font-size: 12px;
  font-weight: 400;
  color: #6284C6;
}

.summery-card-data-currency {
  width: 100px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #3E4685;
  padding-bottom: 10px;
}


.summery-card-btns {
  text-align: center;
  padding-top: 5px;
}

.summery-card-btns .btn {
  border-radius: 0;
}

.summery-card-images {
  padding-top: 15px;
  display: flex;
  flex-wrap:wrap;
  gap: 10px;
}

.summery-card-images-empty {
  padding-top: 2rem;
  display: flex;
  flex-direction:column;
  align-items:center;
  gap: 2rem;
}

.summery-card-total-line {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

hr {
  margin-top: 1px;
  margin-bottom: 5px;
}

.summery-events-list {
  
}

.summery-events-list .list-group-item {
  font-size: 12px;
  background-color: #ffff;
  color: #3E4685 !important;
}



/*.summery-events-list .list-group-item-header {
  font-size: 12px;
  font-weight: 600;
  background-color: #ffff;
  border-bottom: 2px solid gray;
}*/

.damage-areas-image-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}


.damage-areas-image-container {
  width: 265px;
  height: 418px;
  position: absolute;
  top: -90px;
  /*transform: rotate(-90deg)*/
}

.damage-areas-image-footer {
  position: absolute;
  top: 240px;
}

.damage-areas-image {
  object-fit: contain;
  object-position: center center;
  border-radius: 16px;
  width: 265px;
  height: 418px;
  position: absolute;
}

.damage-areas-image.main-image {
   width: 265px;
   height: 418px;
}

.damage-areas-image-area {
  display: none;
  transition: all 0.5s;
}

.damage-areas-image-area.selected {
  display: block;
}


.damage-areas-image-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  /*box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);*/
  cursor: pointer;
  display: flex;  
  justify-content: center;
  align-items: center;
}

.damage-areas-image-inner-circle {
  width: 5px;           
  height: 5px;          
  background-color: white; 
  border-radius: 50%;   
}

.damage-areas-image-inner-plus::before,
.damage-areas-image-inner-plus::after {
  content: '';                 
  position: absolute;          
  background-color: #767676;
  top: 46%;
  left: 21%;
}

.damage-areas-image-inner-plus::before {
  width: 8px;                  
  height: 1px;                 
}

.damage-areas-image-inner-plus::after {
  width: 8px;                  
  height: 1px;                 
  transform: rotate(90deg);    
}



.damage-areas-image-circle:hover {
  transform: scale(1.4);
  transition: all 0.3s ease;
}


.damage-areas-image-circle.slight {
  background: linear-gradient(to bottom, #1b30f5, #1baaf5);
}
.damage-areas-image-circle.medium {
  background: linear-gradient(to bottom, #f0ad4e, #f0ee4e);
}
.damage-areas-image-circle.extensive {
  background: linear-gradient(to bottom, #ff0068, #ffaa68);
}
.damage-areas-image-circle.empty {
  background: linear-gradient(to bottom, #D6D6D6, #ffffff);
}


.damage-areas-image-container .damage-areas-image-circle.empty {
  visibility: hidden;
}

/*repair page*/
.impacts-image-container {
  position: relative;
  transform: rotate(180deg);
}

.impacts-image {
  object-fit: contain;
  object-position: center center;
  max-width: 100%;
  height: auto;
}

.impacts-image-area {
  position: absolute;
  top: 0;
  left: 0;
}

.impacts-image-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;  
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.impacts-image-inner-circle {
  width: 10px;           
  height: 10px;          
  background-color: white; 
  border-radius: 50%;   
}

.impacts-image-inner-plus::before,
.impacts-image-inner-plus::after {
  content: '';                 
  position: absolute;          
  background-color: #7283A4;
  top: 46%;
  left: 23%;
}

.impacts-image-inner-plus::before {
  width: 15px;                  
  height: 2px;                 
}

.impacts-image-inner-plus::after {
  width: 15px;                  
  height: 2px;                 
  transform: rotate(90deg);    
}



.impacts-image-circle:hover {
  transform: scale(1.4);
  transition: all 0.3s ease;
}


.impacts-image-circle.slight {
  background: linear-gradient(to bottom, #1b30f5, #1baaf5);
}
.impacts-image-circle.medium {
  background: linear-gradient(to bottom, #f0ad4e, #f0ee4e);
}
.impacts-image-circle.extensive {
  background: linear-gradient(to bottom, #ff0068, #ffaa68);
}
.impacts-image-circle.empty {
  /*background: linear-gradient(to bottom, #D6D6D6, #ffffff);*/
  background: #ffffff;
}





.recommended-parts-list {
  display: flex;
  flex-direction: column;
}
.recommended-parts-list-header{
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.recommended-parts-list-line {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.recommended-parts-list-header .item{
  font-weight: 600;
  /*display: flex;
  flex-wrap:wrap;*/
  overflow-wrap: break-word; /* Newer syntax */
  word-wrap: break-word; /* Legacy support */
  white-space: normal; /* Allows text to wrap, preserving breaks */
}

.recommended-parts-list-header .item span, 
.recommended-parts-list-line .item span {
  
}
.recommended-parts-list-header .item.desc,
.recommended-parts-list-line .item.desc{
  flex-grow: 10;
}
.recommended-parts-list-header .item.replace,
.recommended-parts-list-line .item.replace{
  flex-grow: 2;
}
.recommended-parts-list-header .item.small-repair,
.recommended-parts-list-line .item.small-repair {
  flex-grow: 2;
}
.recommended-parts-list-header .item.medium-repair,
.recommended-parts-list-line .item.medium-repair {
  flex-grow: 2;
}
.recommended-parts-list-header .item.extensive-repair,
.recommended-parts-list-line .item.extensive-repair {
  flex-grow: 2;
}

.recommended-parts-list-header .item.rnr, 
.recommended-parts-list-line .item.rnr {
  flex-grow: 2;
}
.recommended-parts-list-header .item.refinish,
.recommended-parts-list-line .item.refinish {
  flex-grow: 2;
}
.recommended-parts-list-header .item.delete,
.recommended-parts-list-line .item.delete {
  flex-grow: 1;
}


/* recommended parts grid */
.recommended-parts-grid-container {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.recommended-parts-grid-container .grid-header,
.recommended-parts-grid-container .grid-row {
  font-weight: bold;
  font-size: 12px;
  display: grid;
  grid-template-columns: 5fr repeat(7, 1fr);
  gap: 10px;
  padding: 10px;
  align-items: center;
}

.recommended-parts-grid-container .grid-header-sm,
.recommended-parts-grid-container .grid-row-sm {
  font-weight: bold;
  font-size: 12px;
  display: grid;
  grid-template-columns: 5fr repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
  align-items: center;
}


.recommended-parts-grid-container .grid-header {
  text-align: center;
}

.recommended-parts-grid-container .grid-row {
  grid-template-columns: 5fr 1fr 3fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(00, 00, 00, 0.1);
}

.recommended-parts-grid-container .grid-row-sm {
  grid-template-columns: 5fr repeat(3, 1fr);
  border-bottom: 1px solid rgba(00, 00, 00, 0.1);
}


.recommended-parts-grid-container .grid-item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.grid-row, grid-row-sm {
    transition: background-color 0.3s;
    cursor: pointer;
}
.grid-row:hover, grid-row-sm:hover {
    background-color: #d3e5fa;
}
.grid-row.selected, grid-row-sm-selected {
    background-color: #c0d4f7;
}

.checkbox-icon-container {
  display: flex;
  flex-direction:column;
  border: 1px solid silver;
  border-radius: 10px;
  padding: 10px 5px;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.checkbox-icon-container i {
  transition: all 0.3s;
}

.checkbox-icon-container:hover {
  background-color: #c0d4f7;
  transform: scale(1.1);
}


.checkbox-icon-container .price-cell {
  font-size: 12px;
}

.checkbox-icon-container.opt1.checked,
.checkbox-icon-container.opt1.checked i {
  background: rgba(21, 115, 71, 0.7);
  color: #ffffff;
}
.checkbox-icon-container.opt2.checked,
.checkbox-icon-container.opt3.checked,
.checkbox-icon-container.opt4.checked,
.checkbox-icon-container.opt5.checked,
.checkbox-icon-container.opt6.checked,
.checkbox-icon-container.opt7.checked,
.checkbox-icon-container.opt8.checked {
  background: rgba(255, 193, 7, 0.7);
}
.checkbox-icon-container.opt7.checked {
}

.repair-group-container {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.repair-group-item {
  flex: 0 0 33.3333%;
  height: auto;
}

/*optSmallRepair*/
.repair-group-item.opt2 {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/*optMediumRepair*/
.repair-group-item.opt3 {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/*optLargeRepair*/
.repair-group-item.opt4 {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.impact-level-menu {
  z-index: 1090;
  opacity: 0;
}

.impact-level-menu.show {
  opacity: 1;
}


@media (max-width: 767px) { /*Extra Small xs */
  .impacts-image-circle {
    width: 20px;
    height: 20px;
  }

  .impacts-image-inner-circle {
    width: 5px;
    height: 5px;
  }

  .impacts-image-inner-plus::before,
  .impacts-image-inner-plus::after {
    top: 46%;
    left: 23%;
  }

  .impacts-image-inner-plus::before {
    width: 9px;
    height: 1px;
  }

  .impacts-image-inner-plus::after {
    width: 9px;
    height: 1px;
  }

  .impacts-image-circle:hover {
    transform: scale(1.1);
  }
}