/* theme.css */
.opacity50 {
    opacity: 0.5;
}
.no-attention {
    opacity: 0.25;
}
.no-attention:hover { opacity: 1;}

.nobr {
    white-space: nowrap;
}

input:-webkit-outer-spin-button,
input:-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.sidenav-menu-heading {
    padding: 1.75rem 1rem 0.75rem;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/*
.dropdown .dropdown-menu {right:auto}
*/
.breadcrumb,
.nav-tabs .nav-link, 
.nav-underline .nav-link {font-size: 1rem;}
.navbar-dark .navbar-nav .show .dropdown-toggle:after {  -webkit-transform: rotateX(180deg);transform: rotateX(180deg); top:-1px; right:0; position: relative;}
.navbar-dark .navbar-nav .show .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {background:#F5AF02}
.navbar-dark {padding-top:0; padding-bottom:0}
.navbar-dark .navbar-nav .nav-item {margin-top:0}
.navbar-dark .navbar-nav .nav-link {margin-right:0; }
.shadow-right {
	-webkit-box-shadow: 0.15rem 0 1.75rem 0 rgba(31, 45, 65, 0.15);
	-moz-box-shadow: 0.15rem 0 1.75rem 0 rgba(31, 45, 65, 0.15);
	box-shadow: 0.15rem 0 1.75rem 0 rgba(31, 45, 65, 0.15);
}
.sidebar {
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.checkboxradio{}
.sidebar .sidebar-brand {
    width: 100%;
    background: #fff
}
.sidebar .sidebar-brand .sidebar-brand-icon {display: none ;}
.toggled .sidebar-brand .sidebar-brand-icon {display: block;}
.sidebar.toggled {width: 70px !important; -webkit-transition: all .3s ease; transition: all .3s ease;}
.sidebar.toggled .nav-item .nav-link,
.sidebar.toggled .navbar-nav {width: 70px;}
.sidebar.toggled .nav-item .nav-link span {display: none;}
.sidebar .nav-item .nav-link {color:#1f2d41;}
.sidebar .nav-item .nav-link i {color:#858796;
		-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sidebar .nav-link .sidenav-collapse-arrow {display: inline-block;}
.sidebar .sidenav-menu-nested ul {list-style-type: none; margin:0; padding:0;}
.sidebar .sidenav-menu-nested {-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;margin-left: 1.4375rem; border-left-style: solid;border-left-width: thin;padding-left: 0.5625rem;flex-direction: column;flex-wrap: nowrap;border-left-color: #d7dce3;}
.sidebar .sidenav-menu-nested .nav-link {padding:0.5rem 1rem;color:#192b59;font-size: 0.85rem;-webkit-box-align:center;}
.sidebar .sidenav-menu-nested .nav-link:hover {color:#0064D2}
.sidebar .nav-item .nav-link i {font-size: 1rem}
.sidebar .nav-item .nav-link:hover span {color:#0064D2;}
.sidebar .nav-item .nav-link:hover i {color:#1f2d41;}
.sidebar .nav-item .nav-link[data-toggle=collapse]:hover:after {color:#0064D2;}
.excellCell {
    padding: 3px;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 90%;
}
/*
.table {
    background-color: #fff !important;
}
*/

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-primary {
    color: #fff;
    background-color: #0064d2;
}
.badge-secondary {
    color: #fff;
    background-color: #858796;
}
.badge-success {
    color: #fff;
    background-color: #3ebc56;
}

table.table-transperent-bg {
    background-color: transparent !important;
}
#revenueMonthly svg {
    overflow: visible;
}
#revenueMonthly .apexcharts-legend.apexcharts-align-right .apexcharts-legend-series {margin-left:1rem !important}


.table-nonfluid {
    width: auto !important;
}
.tabBody {
    padding: 1rem;
    background-color: var(--phoenix-input-bg);
    border: solid 1px var(--phoenix-input-border-color);
    border-top: none;
}
.productDescriptionPlaceholder {
    opacity: 0.5;
    padding: 0.5rem;
    border-radius: 0.375rem;
    border: solid 1px var(--phoenix-input-border-color);
    background-color: var(--phoenix-input-bg);
    overflow: hidden;
}

table.dataTable thead th.sort {
    padding-left: 0.5rem !important
}

.tbDecimal {
    
    text-align: right;
    
    min-width: 60px;
}
#content .tbInt {
    text-align: right;
}
#content .tbInt-small {
    text-align: right;
    width: 80px;
    display: inline !important;
    padding: .375rem .5rem;
}
.isItem {
    display: inline-block;
    width: 300px;
    padding: 5px;
    font-size: 90%;
    vertical-align: top;
    vert-align: top;
}
.isItemTextArea textarea {
    font-size: 90%;
    height: 5rem;
}
.isItemTextArea {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 90%;
    
}

#itemspecifics .col-lg-2 {
    margin-bottom: 1rem;
}

.onpage-dialog {
    padding: 15px;
    width: fit-content;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}
.chosen-top .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}
    .onpage-dialog label {
        margin-bottom: .3rem !important;
    }
    .dialog-content /*, #pInfo */ {
        display: none; padding: 20px; border-radius: 1rem; max-width:800px;
    }
.fancybox-inner {
    background: #fff;
    padding: 0; /*height:auto !important;*/
}

.fancybox-skin {
    background: #F4F4F4 !important;
    font-size: 13px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.fancybox-iframe { width: 100%;}
.fancybox-overlay {
    background: rgba(0,0,0,0.3) !important
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.fancybox-close:hover {color:#fff;}

.fancybox-close {
    right: 0;
    height: 30px;
    top: 0px;
    width: 30px;
    font-size: 13px;
    text-align: center;
    background: #e53238;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 8040;
}

.action-buttons.sticky {
    position:fixed;
    z-index: 5;
    top:57px;
    right:0px;
}
/*
.media-page #pImages .img {
    padding:6px;
    border-radius: 5px;
    width: 130px;

}
.ImagesList #pImages .img .thumb {

}
.media-page .img.active  {
    box-shadow: inset 0 0 0 3px #f0f0f1, inset 0 0 0 7px #3874FF
}
*/

.ImagesList.bulk .img,
.ImagesList.bulk .file {
    opacity: 0.6;
}
.ImagesList.bulk .img.active,
.ImagesList.bulk .file.active {
    opacity: 1;
}

.ImagesList.bulk .img.active .thumb,
.ImagesList.bulk .file.active .thumb {
    border-color:#3874FF;
    outline: 1px solid #3874FF;
}

.ImagesList.bulk .img.active:before,
.ImagesList.bulk .file.active:before {
    content:' '; 
    width:20px; height:20px;
    display:block;
    position: absolute;
    background:#fff;
    border:2px #3874FF solid;
    margin:0; padding:0;
    left:-5px; top:-5px;
    z-index: 2;
    border-radius: 5px;
}
.ImagesList.bulk .img.active:after,
.ImagesList.bulk .file.active:after {
    content:'';
    color:#fff;
    display: inline-block;
    transform: rotate(45deg);
    height: 11px;
    width: 6px;
    top:-2px;
    left:2px;
    border-bottom: 2px solid #3874FF;
    border-right: 2px solid #3874FF;
    position:absolute; 
    margin:0; padding:0; z-index:3
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.ImagesList .img .remove:hover {
    width:calc(100% - 20px);
}
.ImagesList .img .remove:hover a {
    width:100%; 
    height:100%;
    display:block;
}

.ImagesList .remove a span {
    display:none; 
    float:left; 
    padding-left:10px;
    opacity: 0;
    animation: fadeIn 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}
.ImagesList .remove a svg,
.ImagesList .remove a i {
    position:absolute;
    right:7px;
    top:6px;
}
.ImagesList .remove:hover span {
    display:block;
}

.ImagesList .img .remove {
    position:absolute;
    width:25px; 
    height:25px;
    background:var(--phoenix-input-border-color);
    text-align: center;
    line-height: 25px;
    right:10px; 
    top:0;
    transition:width .2s linear;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ImagesList .remove a {
    color: #fff !important;
    display:block;
    font-size: 80%;
}
.ImagesList .remove:hover {
    background:red
}
.media-page .img a,
.media-page .file a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
    .media-page .file a label,
    .media-page .img a label {
        color: var(--phoenix-gray-800);
    }
.media-page .file:hover a label,
.media-page .img:hover a label {
    color:#3874FF;
}
.ImagesList .label {
    font-size: 80%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.ImagesList .img, 
.ImagesList .file{
    border:none;
    background: transparent;
    display: inline-block;
    width: 120px;
    position: relative;
    padding: 0; margin:0 10px 10px 0;
}
.ImagesList .img.first:after {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    content:'Main image';
    line-height: 30px;
    color:#fff;
    text-align: center;
    font-size: 13px;
    position:absolute;
    width:120px;
    height:30px;
    top:90px; 
    border-radius: 5px;
    left:0;
    display:block;
    border:0;
}

.folderActions {
    padding:7px 0;
    position: relative;
    min-width: 220px;
    display:block;
}
.folderActions:before {
    content:'';
    width:20px;
    height:100%;
    position:absolute;
    left:-4px; top:0;
    background:red; display:block
}
.folderActions:after {content:''; clear:both; display:table}
.folderActions .col-auto {float:left; margin:0; padding-right:0; display:inline-block}

.folderActions button svg {margin-right: 5px;}
.folderActions button span {position:relative; top:1px}

.renameFolder,
.deleteFolder {
    background: var(--phoenix-gray-200);
}
.renameFolder:hover {
    color:#3874FF;
}
.deleteFolder:hover {
    color:#ED2000;
}
    .renameFolder:disabled,
    .deleteFolder:disabled {
        background: var(--phoenix-gray-500);
    }

    /*
.ImagesList .img:hover {
    cursor:grab
}
.media-page .file:hover,
.media-page .img:hover {
    cursor:pointer;
}
*/
#pImagePopup img {max-width: 100%; height:auto}

#pImagePopup .media-rename {
    position:relative;
}
#pImagePopup .extension {
    position:absolute; right:73px;
    top:10px;
    height:100%;
    z-index:2;
}

#tbImgName {
    padding-right:50px
}

.ImagesList .img.ui-sortable-handle {

}
.ImagesList .img.ui-sortable-helper .remove,
.ImagesList .img.ui-sortable-helper .label {
    display: none;
}
.ImagesList .img.ui-sortable-helper .thumb {
    border-color:#31374A;
}

.ImagesList .ui-sortable-placeholder {
    width:120px; height:120px;
    border:1px #CBD0DD dashed; border-radius: 5px;
    background:#fff;
}
.ImagesList .file .thumb,
.ImagesList .img .thumb {
    border: 1px var(--phoenix-input-border-color) solid;
    border-radius: 5px;
    background: #fff;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    overflow: hidden;
}
.ImagesList .file .thumb {
    background: transparent;
    border-color: transparent;
}
.ImagesList .file img,
.ImagesList .img img{
    max-width: 100%;
    max-height: 100%;
    position:absolute;
    left:0; top:0; right:0; bottom:0; 
    margin:auto;
}

.bold { font-weight: bold;}

#folders {
    border-right: solid 1px var(--phoenix-input-border-color);
}
#folders .inside{
    padding:0;
    overflow: hidden;
}
/*
#library .file.active a .thumb,
#library .img.active a .thumb,
#library .file a:hover .thumb,
#library .img a:hover .thumb {
    border-color: #3874FF !important; border-width: 2px;
}
*/
.bulkSelect:focus,
.bulkSelect {
    background:transparent;
}
.bulkSelect.active {
    color:#0064D2;
    background-color: var(--phoenix-btn-active-bg);
}

.topFolders {
    display:block; min-width:220px
}
.topFolders:after {content:''; clear:both; display:table;}
.topFolders .col-auto {float:left; padding-top: 4px;}
.topFolders .col-auto.last {float:left;padding-left:0; padding-right:0}

.tree .dropdown-menu {
    left:35px; 
    top:35px;
    padding:0.5rem 0;
}
.tree .dropdown-menu a.dropdown-item {
    border-radius: 0;
}

.tree .dropdown-menu a.dropdown-item:active {
    color:var(--phoenix-gray-800);
}
.tree .dropdown-menu.dropdown-caret:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1rem;
    height: 1rem;
    background:#fff;
    top: -9px;
    left: 1rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 0.25rem;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: var(--phoenix-gray-300);
}

.tree label {
    margin-bottom: .2rem;
}
.tree { line-height: 175%; min-width: 180px; font-size: 14px;}

.tree ul {
    list-style: none;
    padding-left: 0px;
}
.tree li.root {padding-left:0}
.tree li.root > .subItem {margin-top:1px}
.tree li {margin-bottom: 1px;}
#tree li:first-child > .subItem:first-child {margin-left:0}
#tree > li:first-child:after {display:none}
.tree .subItem { margin-left: 20px; position:relative;}
.tree .subItem .subItem:after {left:0px}
    .tree .subItem:after {
        content: '';
        width: 1px;
        height: 100%;
        display: block;
        background:var(--phoenix-gray-200);
        position: absolute;
        left: -6px;
        top: 0;
    }
.tree li input {display:none}
.tree li svg {margin-right:6px}
.tree li {padding-left:5px; position:relative}
    .tree li:after {
        content: '';
        width: 10px;
        height: 1px;
        display: block;
        background: var(--phoenix-gray-200);
        position: absolute;
        left: -5px;
        top: 15px;
    }
    .tree li a {
        color:var(--phoenix-gray-800);
        display: block;
        border-radius: 5px;
        padding: 3px 6px
    }
        .tree li a.active,
        .tree li a:hover {
            text-decoration: none;
            background: var(--phoenix-gray-200);
        }
        .tree li a b {
            background: var(--phoenix-gray-soft);
            font-size: 12px;
            display: block;
            float: right;
            padding: 0 5px;
            font-weight: normal;
            line-height: 20px;
            height: 20px;
            margin: 2px 0 0;
            border-radius: 3px;
        }
.tree .subItem .subItem li {padding-left:10px}
.tree .subItem .subItem li:after {left:0}


.progress {
    display: -webkit-box;
}




@media (pointer:none), (pointer:coarse) {
    #content .container-fluid {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }
    #content .table td {
        padding: 0.3rem !important;
    }
/*
  nav  .dropdown-menu {
        position: relative !important;
        z-index: 2000 !important;
        top: 0 !important;
    }
*/
    body,input,select, textarea {
        font-size: 0.9rem !important;
    }
}
.monofont { font: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; }


.ui-checkboxradio-icon {
    box-sizing: content-box !important;
}



/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        background-color: var(--phoenix-input-bg);
        box-shadow: 0 4px 5px rgba(0,0,0,.15)
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0
    }

    .chosen-container a {
        cursor: pointer
    }

    .chosen-container .search-choice .group-name,
    .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        color: var(--phoenix-gray-900);
    }

        .chosen-container .search-choice .group-name:after,
        .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top
        }

.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--phoenix-gray-900);
    background-color: var(--phoenix-input-bg);
    background-clip: padding-box;
    border: 1px solid var(--phoenix-input-border-color);
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;

}

.chosen-container-single .chosen-default {
    color: var(--phoenix-gray-900);
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 12px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/Img/chosen-sprite.png?a=2) -42px 1px no-repeat;
    font-size: 1px
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/Img/chosen-sprite.png?a=2) no-repeat 0 5px
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

    .chosen-container-single .chosen-search input[type=text] {
        float: none;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid var(--phoenix-input-border-color)
        ;
        background: var(--phoenix-input-bg) url(/Img/chosen-sprite.png?a=2) no-repeat 100% -20px;
        background: url(/Img/chosen-sprite.png?a=2) no-repeat 100% -20px;
        line-height: normal;
        border-radius: 0
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: var(--phoenix-gray-900);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 220px;
    -webkit-overflow-scrolling: touch
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #0064D2;
            color: #fff
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background-color: var(--phoenix-input-bg);
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline
        }

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    min-height: 30px;
    padding: 4px 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    background-color: var(--phoenix-input-bg);
    cursor: text;
    border: 1px solid var(--phoenix-input-border-color);
    border-radius: .35rem;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 3px 0 0 0;
                min-width: auto;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: var(--phoenix-gray-900);
                font-size: 100%;
                font-family: Segoe UI;
                line-height: normal;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid var(--phoenix-input-border-color);
            max-width: 100%;
            border-radius: 3px;
            background-color: var(--phoenix-input-bg);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            color: var(--phoenix-gray-900);
            line-height: 13px;
            cursor: default
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url(/Img/chosen-sprite.png?a=2) -42px 1px no-repeat;
                font-size: 1px
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid var(--phoenix-input-border-color);
            background-color: var(--phoenix-input-bg);
            color: var(--phoenix-gray-900);
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: var(--phoenix-input-bg);
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #0084b4;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    /* background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
    background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
    background-image: -o-linear-gradient(#eee 20%,#fff 80%);
    background-image: linear-gradient(#eee 20%,#fff 80%);
       */
    box-shadow: 0 1px 0 #fff inset
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: 0;
        background: transparent
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 5px
        }

.chosen-container-active .chosen-choices {
    /*border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3)*/
}

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        background-color: var(--phoenix-input-bg) !important;
    }

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

    .chosen-disabled .chosen-single {
        cursor: default
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default
    }

.chosen-rtl {
    text-align: right
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px
    }

    .chosen-rtl .chosen-choices li {
        float: right
    }

        .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: 0
    }

    .chosen-rtl .chosen-search input[type=text] {
        padding: 4px 5px 4px 20px;
        background: var(--phoenix-input-bg) url(/Img/chosen-sprite.png?a=2) no-repeat -30px -20px;
        background: url(/Img/chosen-sprite.png?a=2) no-repeat -30px -20px;
        direction: rtl
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px
    }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .chosen-rtl .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(/Img/chosen-sprite.png?a=2) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.last-in-group {
    border-bottom: dashed 1px var(--phoenix-input-border-color);
}
table.black td { color: #555766 !important;}

.platform-badge {
    vertical-align: middle; padding-bottom: 2px;
}

.dropdown-toggle:after {
    padding-left: 2px;
}

@media (min-width: 992px) {
    /*
   nav .dropdown:hover .dropdown-menu {
        display: block;
    }
    */
    .navbar-vertical.navbar-expand-lg .navbar-vertical-content .navbar-nav .nav .nav-link {
        padding-left: 2.5rem
    }
    .navbar-vertical.navbar-expand-lg .navbar-vertical-content .navbar-nav .nav .nav-link .nav-link-text {
        padding-left:16px
    }
}

.cbgroup { position: relative; top: 2px;}

.narrow .cbgroup-narrow label { padding: 0.2rem 0.5rem;}
.cbgroup-narrow label { padding: 0.2rem 1rem;}
.badge-number {
    min-width: 30px;
}

a.transp50 {
    opacity: 0.5;
    color: #223a8e !important;
}


table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

    table.table-fit thead th, table.table-fit tfoot th {
        width: auto !important;
    }

    table.table-fit tbody td, table.table-fit tfoot td {
        width: auto !important;
    }

