#loader { position: fixed; top:0; left:0; width:100%; height:100%; z-index:2000; background:url('/static/wheel/img/gears.svg') no-repeat center center rgba(200,200,200,0.9); } .mt-10 { margin-top: 10px; } .right { text-align: right; } .nowrap { white-space: nowrap; } /* tabulator */ .tabulator-frozen.tabulator-cell { background-color: white !important; } .pg-cell { border: 1px solid black; width: 80px; position: absolute; top: 6px; left: 0; margin-left: 10px; } .tabulator-col-content, .tabulator-cell { border-right: 1px solid lightgray; } /* end tabulator */ .bottom-hr { border-bottom: 2px solid lightgrey; } .error { color: red; } a.disabled { pointer-events: none; cursor: default; color: dimgray; text-decoration: underline navy dotted; } .lowercase { text-transform: lowercase; } .navbar { margin-bottom: 0 !important; } .navbar.navbar-inverse { height: 59px; z-index: 1; } .navbar.navbar-inverse .navbar-nav > .active > a, .navbar.navbar-inverse .navbar-nav > .active > a:hover, .navbar.navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #374e59; height: 53px; } .navbar.navbar-inverse .navbar-brand { font-size: 1.6em; color: #fff; } .navbar.navbar-inverse .navbar-brand:hover { color: #339ca6; } .navbar.navbar-inverse .navbar-nav li { height: 59px; } .navbar.navbar-inverse .navbar-nav li a { color: #fff; } .navbar.navbar-inverse .navbar-nav li:hover { color: #339ca6; box-shadow: inset 0px -5px 0px #339ca6; } .navbar.navbar-inverse.login-navbar .container { height: 53px; } .navbar.navbar-inverse.login-navbar .login-brand { position: absolute; font-size: 1.6em; top: 14px; height: 100%; width: 200px; color: #fff; left: calc(50% - 100px); text-align: center; transition: color 0.2s ease-in-out; } .navbar.navbar-inverse.login-navbar .login-brand:hover { color: #339ca6; cursor: pointer; } .navbar.navbar-inverse.login-navbar .navbar-right li { color: #fff; font-weight: bold; width: 145px; height: 59px; text-align: center; } .navbar.navbar-inverse.login-navbar .navbar-right li:first-of-type:after { content: ''; height: 59px; width: 2px; background-color: #777; opacity: 0.4; position: absolute; top: 0px; right: 0px; } .navbar.navbar-inverse.login-navbar .navbar-right li.login a { color: #339ca6; height: 100%; background-color: rgba(0, 0, 0, 0); } .navbar.navbar-inverse.login-navbar .navbar-right li.login a:hover { color: #fff; background-color: #339ca6; } .navbar.navbar-inverse.login-navbar .navbar-right li:hover { color: #339ca6; } .navbar-collapse li { color: #fff; } .navbar-collapse li:hover { color: #339ca6; box-shadow: inset 5px -5px 0px #339ca6; } .navbar-search-box.input-group { width: 250px; position: absolute; top: 0px; right: 0px; border-radius: 0px; background-color: #293d46; border: 0; box-shadow: 0px 3px 3px #333; z-index: -1; transition: all 0.2s ease-in-out; opacity: 0; } .navbar-search-box.input-group > input { border: 0; background-color: #293d46; color: #fff; } .navbar-search-box.input-group > input::-webkit-input-placeholder { color: #fff; } .navbar-search-box.input-group > .input-group-addon { border: 0; border-radius: 0px; background-color: #339ca6; color: #fff; width: 44px; } .navbar-search-box.input-group > .input-group-addon:hover { background-color: #3bb8c3; } .navbar-search-mobile { display: none; } @media (max-width: 768px) { .navbar-search { display: none; } .navbar-search-mobile { display: block; } } /* .navbar.navbar-inverse { background-color: $header-background; box-shadow: inset 0px -5px 0px $header-shadow; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: $header-hover-text; background-color: $header-background; box-shadow: inset 0px -5px 0px $header-shadow; } .navbar .navbar-header { height: 59px; } #navbar { background-color: $header-background; } .navbar-inverse .navbar-nav > .active > a { color: #FFF; } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover { color: #FFF; font-size: 30px; letter-spacing: 5px; padding: 20px 15px; } .navbar-nav.button-logoff > li{ min-width: 152px; a { color: $java; font-weight: bold; text-align: center; margin-top:4px; } &:hover { background-color: $java; color: white; box-shadow: inset 0px -5px 0px white; height:59px; } } */ @media (min-width: 992px) { #navigable-form-right-container { max-width: 33%; } } @media (max-width: 992px) { #navigable-form-right-container { width: 100% !important; max-width: 100%; } } html { background-color: #293d46; } body { font-family: "Raleway", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857; color: #55636a; background-color: #293d46; overflow-x: hidden; } #body-content { background: white; padding: 30px; margin: 20px 0px; } h1, h2 { font-weight: 800; } h1 { font-size: 66px; } h2 { font-size: 42px; } h3 { font-size: 24px; font-weight: 700; } h4 { font-size: 24px; } h5 { font-size: 16px; font-weight: 700; text-transform: uppercase; } .numbers { line-height: 15px; font-size: 15px; font-family: Arial, serif; font-weight: bold; } .bg-white { background-color: #fff; } label { font-weight: normal; margin-bottom: 0px; } label .control-label { margin-bottom: 5px; } .form-control { border-radius: 3px; height: 40px; } .form-control:focus { box-shadow: none; outline: 2px solid #3bb8c3; } .has_error .form-control { border-color: #e85d5d; border-witdh: 2px; } .date .form-control { border-rigth: 0px; } .help-block { font-size: 12px; } /* special rows without negative margin */ .row.no-gutter { margin-left: 0; margin-right: 0; } /* centered columns styles */ .row-centered { text-align: center; } .col-centered { display: inline-block; float: none; text-align: left; /* reset the text-align */ margin-right: -4px; /* inline-block space fix */ } .datepicker-dropdown tbody { font-family: Arial, serif; } .datepicker-dropdown tr { border: 1px solid #9da7ac; } .datepicker-dropdown thead th { font-weight: normal; } .datepicker-dropdown td { border: 1px solid #9da7ac; padding: 10px; } .datepicker-dropdown .table-condensed th.dow { padding: 1px; font-size: 13px; border: 1px solid #9da7ac; } .table-condensed > tbody > tr > td { padding: 10px; } .input-group.date .input-group-addon { background-color: transparent; border-left: 0px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } /* ------------------ */ .input-group.navbar-search { max-width: 250px; } .input-group.navbar-search input { height: 33px; border: none; border-radius: 0px; height: 45px; color: #fff; background-color: #455b66; } .input-group.navbar-search button { border: none; border-radius: 0px; height: 45px; color: #fff; background-color: #455b66; } .input-group.navbar-search button:hover { background-color: #339ca6; } .input-group.navbar-search input::-webkit-input-placeholder { font-style: italic; } .input-group.navbar-search input::-moz-placeholder { font-style: italic; } .input-group.textarea textarea { border-radius: 3px; background-color: #fff; border: 1px solid #c7cdd1; resize: none; outline: none; padding: 6px; transition: border 0.2s ease-in-out; } .input-group.textarea textarea:focus { border: 2px solid #339ca6; } .input-group.radio { justify-content: center; align-items: center; backface-visibility: hidden; } .input-group.radio input, .radio input[type="radio"] { width: 14px; height: 14px; margin-top: 2px; background: #eee; box-shadow: inset 0 0 0 0.4em white, 0 0 0 0.1em #777, inset 0 0 0 0em #777; border-radius: 50%; transition: 0.2s; cursor: pointer; color: #000; } .input-group.radio input:hover, .radio input[type="radio"]:hover, .input-group.radio input:checked, .radio input[type="radio"]:checked { background: #363945; box-shadow: inset 0 0 0 0.1em white, 0 0 0 0.1em #777, inset 0 0 0 1em #777; } .input-group.radio input:checked, .radio input[type="radio"]:checked { background: #00aab1; box-shadow: inset 0 0 0 0.2em white, 0 0 0 0.1em #777, inset 0 0 0 1em #339ca6; } .input-group.radio input:checked:hover, .radio input[type="radio"]:checked:hover { background: #363945; box-shadow: inset 0 0 0 0.1em white, 0 0 0 0.1em #777, inset 0 0 0 1em #339ca6; } .input-group.radio input:focus, .radio input[type="radio"]:focus { outline: 0; } .input-group.radio input[disabled] { box-shadow: inset 0 0 0 0.4em white, 0 0 0 0.1em #777, inset 0 0 0 1em #777; } .input-group.radio input[disabled]:checked { background: #777; box-shadow: inset 0 0 0 0.2em white, 0 0 0 0.1em #777, inset 0 0 0 1em #777; } .input-group.checkbox input { position: absolute; left: -9999px; } .input-group.checkbox input + label { position: relative; padding-left: 25px; cursor: pointer; } .input-group.checkbox input + label:before { content: ''; position: absolute; left: 0; top: 2px; width: 17px; height: 17px; border: 1px solid #777; background: #fff; border-radius: 3px; box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3); } .input-group.checkbox input + label:after { content: '✔'; position: absolute; top: 3px; left: 4px; font-size: 18px; line-height: 0.8; color: #339ca6; transition: all 0.2s; } .input-group.checkbox input:not(:checked) + label:after { opacity: 0; transform: scale(0); } .input-group.checkbox input:checked + label:after { opacity: 1; transform: scale(1); } .input-group.checkbox input:disabled + label:before { box-shadow: none; border-color: #777; background-color: #777; } .input-group.checkbox input:disabled:checked + label:after { color: #555; } .input-group.checkbox input:disabled + label { color: #555; } .input-group.checkbox input:focus + label:before { border: 1px dotted #339ca6; } /* For demo purposes */ .input-group.range { min-width: 250px; } .input-group.range input { -webkit-appearance: none; width: 100%; /* For demo purposes */ margin: 5px 5px 20px 5px; } .input-group.range input::-webkit-slider-thumb { -webkit-appearance: none; border: 1px solid #eee; height: 16px; width: 16px; border-radius: 50%; background: #fff; cursor: pointer; margin-top: -4px; } .input-group.range input:focus::-webkit-slider-thumb { background-color: #339ca6; } .input-group.range input::-moz-range-thumb { border: 1px solid #eee; height: 16px; width: 16px; border-radius: 50%; background: #fff; cursor: pointer; margin-top: -4px; } .input-group.range input:focus::-moz-range-thumb { background-color: #339ca6; } .input-group.range input::-webkit-slider-runnable-track { width: 100%; height: 8.4px; cursor: pointer; background: #eee; border-radius: 5px; box-shadow: inset 3px 3px -3px; } .input-group.range input:focus::-webkit-slider-runnable-track { box-shadow: inset 5px 5px -5px; } .input-group.range input::-moz-range-track { width: 100%; height: 8.4px; cursor: pointer; box-shadow: inset 3px 3px -3px; background: #777; border-radius: 5px; } .input-group.range input:focus { outline: none; } .btn { transition: all 0.2s ease-in-out; } .btn.btn-default { background: #fff; color: #339ca6; border: 3px solid #339ca6; text-align: center; border-radius: 5px; } .btn.btn-default:hover { background: #339ca6; color: #fff; } .btn.btn-default:focus { outline: none; } .btn.btn-danger { border: 3px solid #d9534f; } .btn.btn-danger:hover { border: 3px solid #ac2925; } .btn.btn-primary { border: 3px solid #339ca6; background: #339ca6; color: #fff; } .btn.btn-primary:hover { background: #3bb8c3; border: 3px solid #3bb8c3; } .btn.btn-primary:focus { outline: none; } a.theme-anchor { color: #339ca6; text-decoration: underline; font-weight: bold; } a.theme-anchor:hover, a.theme-anchor :focus { color: #3bb8c3; } .theme-toggle { position: relative; width: 30px; -webkit-user-select: none; -moz-user-select: none; margin-bottom: 15px; } .theme-toggle.lg { width: 55px; } .theme-toggle > input { display: none; } .theme-toggle > label { display: block; overflow: hidden; cursor: pointer; height: 10px; padding: 0px; line-height: 10px; border: 0px solid #fff; border-radius: 18px; background-color: #eee; } .theme-toggle.lg > label { height: 20px; line-height: 20px; border-radius: 30px; } .theme-toggle > label:before { content: '✘'; text-align: center; padding-top: 9%; font-size: 9px; color: #fff; display: block; width: 15px; height: 15px; margin: -3px; background: #777; position: absolute; top: 0; bottom: 0; right: 19px; border-radius: 15px; } .theme-toggle.lg > label:before { width: 30px; height: 30px; margin: -5px; border-radius: 30px; right: 31px; font-size: 18px; } .theme-toggle > input:checked + label { background-color: #339ca6; } .theme-toggle > input:checked + label, .theme-toggle > input:checked + label:before { border-color: #3bb8c3; } .theme-toggle > input:checked + label:before { content: '✔'; right: 0px; background-color: #3bb8c3; } .btn.btn-next { width: 30px; height: 30px; border-radius: 15px; background-color: #eee; border: 2px solid #777; color: #777; margin: 5px; position: relative; } .btn.btn-next > span { position: absolute; top: 5px; left: 7px; } .btn.btn-next:hover { color: #fff; background-color: #339ca6; border: 2px solid #339ca6; } .btn.btn-next.btn-primary { color: #fff; background-color: #339ca6; border: 2px solid #339ca6; } .btn.btn-next.btn-primary:hover { background-color: #3bb8c3; border: 2px solid #3bb8c3; } .btn.btn-next:focus { outline: none; } .dropdown-menu.theme-choices { top: 41px; background: #fff; border: 1px solid #777; box-shadow: 0px 5px 5px #555; } .dropdown-menu.theme-choices:after, .dropdown-menu.theme-choices:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .dropdown-menu.theme-choices:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 11px; right: 2%; margin-left: 1px; } .dropdown-menu.theme-choices:before { border-color: rgba(113, 158, 206, 0); border-bottom-color: #777; border-width: 12px; right: 2%; } .theme-menu { outline: none; } .theme-menu.menu-left { position: absolute; left: 200px; } .theme-menu > button { height: 22px; width: 22px; margin: 5px; padding-top: 3px; font-size: 13px; padding-left: 3px; border-radius: 50%; background-color: #fff; color: #777; } .theme-menu > button:hover { background-color: #eee; } .theme-menu > .theme-choices { top: 41px; background: #fff; border: 1px solid #777; box-shadow: 0px 5px 5px #555; } .theme-menu > .theme-choices:after, .theme-menu > .theme-choices:before { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .theme-menu > .theme-choices:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 11px; left: 2%; margin-left: 1px; } .theme-menu > .theme-choices:before { border-color: rgba(113, 158, 206, 0); border-bottom-color: #777; border-width: 12px; left: 2%; } .theme-menu.menu-left > .theme-choices { right: 0px; left: auto; } .theme-menu.menu-left > .theme-choices:after { right: 2%; left: auto; margin-right: 1px; } .theme-menu.menu-left > .theme-choices:before { right: 2%; left: auto; } .list-group-item { transition: border 0.2s ease-in-out; } .list-group-item:hover { cursor: pointer; box-shadow: inset 2px 2px 0px #339ca6, inset -2px -2px 0px #339ca6; } .submit-button { margin-top: 25px; margin-bottom: 25px; } .body-content { margin-bottom: 40px; } .nopadding { padding: 0 !important; margin: 0 !important; } .dropdown-menu { margin: 0; border-top-width: 0; border-radius: 3px; padding: 0; } .dropdown-menu li a { padding: 10px 20px; } .dropdown-menu li a:focus, .dropdown-menu li a:hover, .dropdown-menu li.active a, .dropdown-menu li.active a:focus, .dropdown-menu li.active a:hover { /* color: #339ca6; */ background: #e0ebec; outline-width: 0; } .reverse-menu .dropdown-menu, .dropdown-menu.pull-right { -webkit-transform: rotateY(180deg); } .reverse-menu .dropdown-menu > li > a { -webkit-transform: rotateY(180deg); } ul.breadcrumb li { font-weight: bolder; } ul.breadcrumb li a { font-weight: normal; color: #5ea9b1; } .error-label { font-weight: bold; color: #e85d5d; } .warning-label { font-weight: bold; color: #e6af12; } .bootstrap-select .btn.btn-default:focus { box-shadow: none; outline: 2px solid #3bb8c3 !important; } .bootstrap-select .btn.btn-default:hover, .bootstrap-select .btn.btn-default { border: 1px solid #ccc; color: #555; cursor: inherit; height: 100%; background: #fff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); transition: none; border-radius: 3px; } .uppercase { text-transform: uppercase; } h2.main-title { padding-bottom: 50px; } .collection-actions .collection-delete * { color: #339ca6; } .collection-actions .collection-add * { color: #339ca6; } #line_items_basic_grid td.fixed-width { overflow-x: auto; max-height: 10px !important; min-width: 95%; display: inline-block; } #line_items_basic_grid > tbody > tr:first-child > td.fixed-width { border-top: none !important; } .disabled_action { color: #e0ebec; cursor: not-allowed; opacity: 0.65; pointer-events: none; } .jstree-default .jstree-search { font-style: normal !important; font-weight: 500 !important; color: #555 !important; } .wheel { width: 35px; height: 25px; /*width of your image*/ background-size: 25px; /*height of your image*/ background-repeat: no-repeat; background-position: 8px; background-image: url("/static/images/favicon.ico"); } .has-spinner .fa-spinner { opacity: 0; visibility: hidden; transition: opacity 0.25s, max-width 0.45s; } .has-spinner.active { cursor: progress; } .has-spinner.active .fa-spinner { opacity: 1; max-width: 50px; visibility: visible; } #page-wrapper { margin: 0; padding: 0; position: relative; } #page-content-wrapper { width: 100%; } #page-content-wrapper #page-content:not(.guest).menu-full { margin-left: 215px; } #page-content-wrapper #page-content:not(.guest).menu-collapse { margin-left: 45px; } #page-content-wrapper #page-content { overflow: hidden; background-color: #f4f4f4; min-height: 500px; } #page-content-wrapper #page-content.guest { background-color: #fff; } @media (max-width: 768px) { .navbar-nav { margin: 0px !important; } #page-sidebar-wrapper { width: 45px !important; } #page-sidebar-wrapper #page-sidebar ul li a.nav-link span { display: none; } #page-content:not(.guest) { margin-left: 45px !important; } } #page-sidebar-wrapper.collapse:not(.expanded) { width: 55px !important; } #page-sidebar-wrapper.collapse:not(.expanded) #page-sidebar .navbar-collapse li .title { display: none; } #page-sidebar-wrapper.collapse:not(.expanded) #page-sidebar .navbar-collapse li .arrow { display: none; } #page-sidebar-wrapper.collapse:not(.expanded) #page-sidebar .navbar-collapse li:hover { width: 215px !important; z-index: 10000; display: block !important; position: relative !important; } #page-sidebar-wrapper.collapse:not(.expanded) #page-sidebar .navbar-collapse li:hover .title { display: inline; } #page-sidebar-wrapper.collapse:not(.expanded) #page-sidebar .navbar-collapse li:hover .selected { display: none; } #page-sidebar-wrapper.collapse:not(.expanded) #page-sidebar .navbar-collapse li:hover .sub-menu { width: 169px; position: absolute; z-index: 2000; left: 46px; margin-top: 0; display: block !important; } #page-sidebar-wrapper.collapse { width: 215px; float: left; display: block; } #page-sidebar-wrapper.collapse #page-sidebar.navbar { margin-right: 0; margin-left: 0; } #page-sidebar-wrapper.collapse #page-sidebar.navbar-default { background-color: transparent; border: none; } #page-sidebar-wrapper.collapse #page-sidebar .list-group { border: none; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse { height: auto; border-top: 0; box-shadow: none; max-height: none; padding-left: 0; padding-right: 0; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse.collapse { display: block !important; width: auto !important; padding-bottom: 0; overflow: visible !important; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse.in { overflow-x: visible; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-nav, #page-sidebar-wrapper.collapse #page-sidebar .navbar-nav > li, #page-sidebar-wrapper.collapse #page-sidebar .navbar-left, #page-sidebar-wrapper.collapse #page-sidebar .navbar-right, #page-sidebar-wrapper.collapse #page-sidebar .navbar-header { float: none !important; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li { border-bottom: 1px solid #455b66; background-color: #293d46; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li:hover { color: #339ca6; box-shadow: none; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li.current a { background-color: #339ca6; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li.current a:focus { background-color: #339ca6; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li.current a:hover { background-color: #339ca6; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li a:hover { color: #339ca6; box-shadow: inset 5px 0px 0px #339ca6; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .nav-link.nav-toggle .arrow.glyphicon:before { content: "\e259"; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .nav-link.nav-toggle.collapsed .arrow.glyphicon:before { content: "\e257"; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .icon { color: #fff; margin-right: 8px; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .icon:hover { color: #fff; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .title { color: #fff; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .arrow { color: #fff; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li.first .selected { border-right: 12px solid #fff; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .selected { display: block; float: right; position: absolute; right: 0; top: 14px; background: 0 0; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-right: 12px solid #f4f4f4; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .sub-menu { display: none; background-color: #293d46; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .sub-menu.expanded { display: block; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .list-group-item { background-color: transparent; padding-left: 40px; border: none; color: #fff; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .list-group-item:hover { color: #fff; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .list-group-item:first-child { border-top: 1px solid #455b66; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse li .list-group-item:last-child { border-bottom: none; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-right .dropdown-menu { left: 0; right: auto; } #page-sidebar-wrapper.collapse #page-sidebar .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: 0; } #page-sidebar-wrapper.collapse #page-sidebar .list-group { margin-bottom: 0px; } #page-sidebar-wrapper.collapse #page-sidebar .list-group-item:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; } .row-offcanvas { position: relative; -webkit-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .row-offcanvas-right { right: 0; } .row-offcanvas-left { left: 0; } .row-offcanvas-right .sidebar-offcanvas { right: -50%; /* 6 columns */ } .row-offcanvas-left .sidebar-offcanvas { left: -50%; /* 6 columns */ } .row-offcanvas-right.active { right: 50%; /* 6 columns */ } .row-offcanvas-left.active { left: 50%; /* 6 columns */ } /* Ion.RangeSlider, Nice Skin // css version 2.0.3 // © Denis Ineshin, 2014 https://github.com/IonDen // ===================================================================================================================*/ /* ===================================================================================================================== // Skin details */ /* .irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider { background: none; background-color: $meeseeks; } .irs { height: 70px; margin:20px 0 20px; } .irs-with-grid { height: 90px; } .irs-line { height: 12px; top: 25px; } .irs-line-left { height: 16px; background-color: $meeseeks; width: 2%; border-bottom-left-radius: 25px; border-top-left-radius: 25px; } .irs-line-mid { height: 12px; background-color: $slider-grey; width: 94%; left: 2%; } .irs-line-right { height: 12px; background-color: $slider-grey; width: 4%; border-bottom-right-radius: 25px; border-top-right-radius: 25px; } .irs-bar { height: 12px; background-color: $meeseeks; border-top-left-radius: 25px; border-bottom-left-radius: 25px; } .irs-bar-edge { top: 25px; height: 9px; width: 11px; border-radius: 25px; } .irs-shadow { height: 1px; top: 34px; background: #000; opacity: 0.15; } .lt-ie9 .irs-shadow { filter: alpha(opacity=15); } .irs-slider { width: 22px; height: 22px; top: 17px; background-position: 0 -120px; } span.irs-slider.single { background-color: white; border-radius: 25px; top: 19px; box-shadow: inset 0 0 2px $meeseeks; } .irs-slider.state_hover, .irs-slider:hover { background-position: 0 -150px; } .irs-single { top: 45px; background-color: white; border-radius: 4px; border-color: $meeseeks; border-width: 2px; border-style: solid; font-size: $font-size-base; } .irs .irs-single { background: white; font-size: 13px; color: $text-color; z-index:2; font-family: Arial, serif; font-weight: bold; } .irs-min, .irs-max { color: $text-color; font-size: $font-size-base; text-shadow: none; top: 46px; padding: 1px 3px; background-color:white; } .irs-with-grid { .irs-grid-text { font-size: $font-size-base; color: $text-color; font-family: Arial, serif; } .irs-min, .irs-max { display:none; } .irs-grid { bottom: 20px; } } .lt-ie9 .irs-min, .lt-ie9 .irs-max { background: #ccc; } .irs-from, .irs-to, .irs-single { color: #fff; font-size: 10px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background: rgba(0,0,0,0.3); -moz-border-radius: 3px; border-radius: 3px; } .lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single { background: #999; } .irs-grid-pol { background: #99a4ac; } .irs-grid-text { color: #99a4ac; } .irs-disabled { } */ .irs-slider { top: 28px; width: 20px; height: 20px; background: #fff !important; cursor: ew-resize; } .irs-bar-edge { border-color: #339ca6; background: #339ca6 !important; } .irs-bar { height: 10px; top: 33px; border-top: 1px solid #339ca6; border-bottom: 1px solid #339ca6; background: #339ca6 !important; } .irs-from, .irs-to, .irs-single { box-shadow: #ccc 2px 2px 2px; color: #55636a; border: 1px solid #ccc; font-size: 14px; line-height: 1.333; text-shadow: none; padding: 1px 5px; background: #fff; border-radius: 3px; } .modal-header { border-bottom: 0px; } .modal-title { border-bottom: 0px; text-align: center; font-weight: bold; } .modal-title h2 { text-align: center; } .modal-footer { border-top: 0px; text-align: center; margin-bottom: 20px; } .preflight-modal-footer { border-top: 5px solid #f4f4f4; } .preflight-modal-footer p.overall-status-message { padding-top: 15px; padding-bottom: 15px; } .preflight-modal-footer p.overall-status-message.info { color: #e6af12; } .preflight-modal-footer p.overall-status-message.error { color: #e85d5d; } .preflight-modal-footer p.overall-status-message.complete { color: #339ca6; } .alert { border: none; border-radius: 0px; margin-bottom: 0; } .alert.alert-success { color: #fff; background-color: #9ecb58; } .alert.alert-warning { color: #fff; background-color: #ebba30; } .alert.alert-danger { color: #fff; background-color: #e85e5e; } .alert span.glyphicon { color: #fff; margin-right: 4px; } .alert button.close { color: #fff; font-size: 13px; opacity: initial; text-decoration: underline; text-shadow: none; font-weight: normal; } .alert .top-notification { margin-bottom: 4px; } #guest-footer #footer_top .footer-top-logo { margin-bottom: 14px; } #guest-footer #footer_top .footer-top-title { font-size: 14px; margin-top: 20px; margin-bottom: 20px; } #guest-footer #footer_top button { margin-bottom: 18px; } #guest-footer #footer_top .footer-call { margin-bottom: 10px; } #user-footer #footer_top .col-md-12.footer-header { font-size: 26px; margin-bottom: 18px; } #user-footer #footer_bottom .footer-bottom-img { max-width: 91px; width: 91px; vertical-align: middle; } #user-footer #policy-navbar { display: table; margin: 0 auto; float: none; } .footer-tile .footer-tile-title { font-size: 20px; margin-bottom: 24px; } .footer-tile .footer-tile-button { margin-bottom: 16px; } .footer-tile .footer-tile-link { margin-top: 12px; } #footer_top { margin-top: 50px; margin-bottom: 36px; color: #fff; font-size: 12px; } #footer_top a { color: #339ca6; font-weight: bold; } #footer_top a:hover { text-decoration: none; } #footer_bottom { border-top: 1px solid #47616c; margin-bottom: 20px; } .theme-footer { background-color: #293d46; } .theme-footer p { margin: 0; } .theme-footer .row:not(:first-of-type) .mid-col { border-top: 1px solid #374e59; } .theme-footer button { background-color: #293d46; color: #339ca6; text-align: center; font-weight: bold; font-size: 12px; border: 2px solid #339ca6; } .footer-left-wrapper { display: block; margin: 0 auto; padding-top: 50px; color: #fff; } .footer-left-wrapper b { line-height: 30px; } .footer-left-wrapper p { padding: 0; } .footer-right-wrapper { display: block; margin: 0 auto; text-align: right; padding-top: 50px; } .footer-right-wrapper button { margin-bottom: 10px; padding: 7px 15px; } .footer-right-wrapper p { padding: 5px; color: #fff; } .footer-right-wrapper p a { font-weight: bold; color: #339ca6; } #footer_bottom .navbar-default { background-color: inherit; border: none; } #footer_bottom .navbar-default ul > li:first-child > a { padding-left: 0; } #footer_bottom .navbar-default ul > li:last-child > a { padding-right: 0; } #footer_bottom .navbar-default ul > li > a { color: #339ca6; font-size: 10px; padding-left: 9px; padding-right: 9px; } #footer_bottom .navbar-default ul > li > a i { color: #339ca6; font-size: 18px; } #header-wrapper { background-color: #374e59; height: 58px; max-height: 58px; } #header-wrapper #header-logo { width: 215px; float: left; } #header-wrapper #header-logo .navbar-collapse { padding-right: 0px; } #header-wrapper #header-menu { float: right; } #header-wrapper .navbar-default { background-color: transparent; border: none; } #header-wrapper .navbar-default .navbar-brand { color: #fff; } #header-wrapper a.navbar-brand:hover { color: #339ca6; cursor: pointer; } #header-wrapper a.navbar-brand.brand-logo { font-size: 1.6em; } #header-wrapper .navbar-inverse { background-color: transparent; border: none; } #header-wrapper i.navbar-brand.brand-logo { font-size: 1.6em; } #user-navbar ul.nav > li > a { color: #fff; } #user-navbar li a:hover { background-color: transparent; } #user-navbar li a:focus { background-color: transparent; } #user-navbar ul.nav li:hover { color: #339ca6; box-shadow: none; border-bottom: 5px solid #339ca6; } #user-navbar ul.dropdown-menu li:hover { color: white; box-shadow: none; background-color: #339ca6; } #guest-navbar li a { color: #fff; } #guest-navbar li a:hover { background-color: transparent; } #guest-navbar li a:focus { background-color: transparent; } #guest-navbar li:hover { color: #339ca6; box-shadow: none; border-bottom: 5px solid #339ca6; } #contextual-search input { width: 300px; background: #293d46; border: none; border-radius: 0px; border-bottom: 1px solid #455b66; color: white; } #contextual-search input:focus { border-bottom: 1px solid #3bb8c3; outline: none; } #contextual-search button.btn.btn-default { background-color: transparent; color: #fff; border: none; border-radius: 0px; } #contextual-search button.btn.btn-default:hover { background-color: transparent; color: #339ca6; } .form-group .control-label { margin-bottom: 5px; } .form-group span.error { color: #a94442; } .control-label .required, .form-group .required { padding-left: 2px; } .usd, .USD { background-image: url("/images/dollar_sign.png"); background-size: 11px; background-position: 3px 10px; background-repeat: no-repeat; padding-left: 20px; } .eur, .EUR { background-image: url("/images/euro_sign.png"); background-size: 10px; background-position: 3px 12px; background-repeat: no-repeat; padding-left: 20px; } .tag-textarea { resize: vertical; max-width: 100%; } .no-left-pad { padding-left: 0 !important; } .radio input[type="radio"], .radio-inline input[type="radio"] { position: inherit !important; margin-left: 0 !important; } .has-feedback label ~ .form-control-feedback { top: 27px !important; } .has-error .control-label { color: inherit !important; } .has-error .bootstrap-select.form-control { border: 1px solid #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } #form-bottom-summary { margin-top: 40px; padding-top: 20px; padding-bottom: 20px; border-top: 10px solid #e1e3e5; } #form-bottom-summary .list-group-item { padding: 5px 0px; border: none; background-color: transparent; } #form-bottom-summary .list-group-item:hover { cursor: inherit; box-shadow: none; } #form-bottom-summary .list-group-item.error i.fa { color: #e24448; } #form-bottom-summary .list-group-item.error i.fa::before { content: "\f071" !important; } #form-bottom-summary .list-group-item.warning i.fa { color: #e0a200; } #form-bottom-summary .list-group-item.warning i.fa::before { content: "\f059" !important; } #form-bottom-summary .list-group-item.child { margin-left: 48px; } #form-bottom-summary .list-group-item i.fa { font-size: 38px; float: left; margin-right: 10px; } #form-bottom-summary #form-bottom-summary-items-count { text-align: right; } #form-bottom-summary #form-bottom-go-back-to-list, #form-bottom-summary #form-bottom-summary-submit { margin-top: 20px; text-align: right; } #dashboard-campaigns-container { border-bottom: 1px solid #d8d8d8; } #tiles-finance-container { padding-top: 54px; padding-bottom: 134px; } #graphToggle { color: #339ca6; font-weight: bold; margin: 10px; } #graphToggle:hover { cursor: pointer; } .container-white { background-color: #fff; } .container-grey { background-color: #f4f4f4; } .clearfix { height: 70px; } .panel-white { background-color: #fff; } .panel-grey { background-color: #f4f4f4; } .error-page-container { padding-bottom: 50px; padding-top: 50px; } .error-info { margin-top: 150px; } .error-info .number { line-height: 128px; font-size: 128px; font-weight: 300; } .error-info .details { text-align: left; } .error-info .input-group span { color: #fff; } .error-info .input-group span button { height: 40px; background-color: #339ca6; } .error-info.error-404 .number { color: #339ca6; } .error-info.error-500 .number { color: #e85e5e; } .block-tile { margin-top: 20px; } .block-tile .tile-container:hover { cursor: pointer; outline: 4px solid #48a9b0; } .block-tile .tile-header { height: 35px; } .block-tile .tile-header.is-green { border-top: 1px solid #d9e8c6; background-color: #dcefc5; } .block-tile .tile-header.is-green .campaign-status { color: #8dc63f; } .block-tile .tile-header.is-green .campaign-status span.glyphicon { color: #8dc63f; } .block-tile .tile-header.is-yellow { border-top: 1px solid #f0e2bb; background-color: #f8ebca; } .block-tile .tile-header.is-yellow .campaign-status { color: #e6af12; } .block-tile .tile-header.is-yellow .campaign-status span.glyphicon { color: #e6af12; } .block-tile .tile-header.is-red { border-top: 1px solid #f0cdcd; background-color: #f9d7d7; } .block-tile .tile-header.is-red .campaign-status { color: #e85d5d; } .block-tile .tile-header.is-red .campaign-status span.glyphicon { color: #e85d5d; } .block-tile .tile-header.is-grey { border-top: 1px solid #c7cacc; background-color: #d0d3d5; } .block-tile .tile-header.is-grey .campaign-status { color: #455058; } .block-tile .tile-header.is-grey .campaign-status span.glyphicon { color: #455058; } .block-tile .tile-header .campaign-status { line-height: 32px; } .block-tile .tile-header .campaign-status span.glyphicon { line-height: 32px; margin-right: 4px; } .block-tile .tile-header .tile-header-menu > button { height: 22px; width: 22px; margin: 5px; padding-top: 3px; font-size: 13px; padding-left: 3px; border-radius: 50%; background-color: #fff; color: #777; } .block-tile .tile-body.is-green { background-color: #fff; } .block-tile .tile-body.is-yellow { background-color: #f8ebca; } .block-tile .tile-body.is-red { background-color: #f9d7d7; } .block-tile .tile-body.is-grey { background-color: #d0d3d5; } .block-tile .tile-body .campaign-tile-date-range { padding-top: 30px; padding-bottom: 30px; } .block-tile .tile-body .campaign-tile-name { padding-bottom: 18px; height: 58px; max-height: 58px; } .block-tile .tile-metrics { padding-top: 22px; padding-bottom: 22px; } .block-tile .tile-metrics.is-green { background-color: #fbfbfb; } .block-tile .tile-metrics.is-green .metrics-group { border-right: 1px solid #d6dadc; } .block-tile .tile-metrics.is-yellow { background-color: #f5e8c7; } .block-tile .tile-metrics.is-yellow .metrics-group { border-right: 1px solid #d2cbae; } .block-tile .tile-metrics.is-red { background-color: #f6d4d4; } .block-tile .tile-metrics.is-red .metrics-group { border-right: 1px solid #d2babc; } .block-tile .tile-metrics.is-grey { background-color: #cdd0d2; } .block-tile .tile-metrics.is-grey .metrics-group { border-right: 1px solid #b2b8bc; } .block-tile .tile-metrics .metrics-group { text-align: center; } .block-tile .tile-metrics .metrics-group .metrics-value { font-size: 18px; font-weight: bold; } .block-tile .tile-metrics .metrics-group .glyphicon { color: #455b66; margin-left: 4px; } .block-tile .tile-metrics .metrics-group:last-child { border-right: 0; } span.glyphicon { color: #c7cdd0; } span.glyphicon.active { color: #339ca6; } span.glyphicon:hover { cursor: pointer; } .table-header h3 { margin-top: 0; margin-bottom: 0; text-align: center; } #rows-campaigns-container { display: none; border-bottom: 1px solid #d8d8d8; } #rows-campaigns-container h3 { margin-top: 0; margin-bottom: 0; text-align: center; } #rows-campaigns-container form { padding-top: 0; } .campaigns-nav-pills span.glyphicon { font-size: 21px; } .campaigns-nav-pills li { border-right: 1px solid #d8d8d8; padding: 0 15px; } .campaigns-nav-pills li:last-child { border-right: none; } .campaign-tile-menu { margin-left: 7px; } #tiles-campaigns-container { padding-bottom: 7em; } .table-managed > tbody > tr > td { border-top: 0; padding-top: 10px; padding-bottom: 10px; } .table-managed > thead > tr > th { border-bottom: 0; } .table-managed tbody tr { border: 3px solid transparent; } .table-managed tbody tr:hover { cursor: pointer; border: 4px solid #48a9b0; } .table-managed tbody td:last-child { width: 30px; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #339ca6; border-color: #339ca6; } .table-header .col-xs-12 { margin-top: 10px; } .table-menu { border-bottom: 1px solid #e7e7e7; } .table-menu .navbar { margin-bottom: 20px; } .table-menu .navbar-default { background-color: inherit; border-top: none; border-right: none; border-left: none; border-bottom: none; } table.dataTable { margin-top: 48px; } table.dataTable thead th.sorting_asc { background-color: #eef0f0; } table.dataTable thead th.sorting_desc { background-color: #eef0f0; } table.dataTable tbody tr:nth-of-type(odd) td.sorting_1 { background-color: #f2f9f9; } table.dataTable tbody tr:nth-of-type(even) td.sorting_1 { background-color: #eef0f0; } table.dataTable tbody tr td span.date-datatables { font-family: Arial, serif; } table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before { top: 25%; } table.dataTable.dtr-inline.collapsed .theme-menu .theme-choices { top: -23px; left: 68px; } table.dataTable.dtr-inline.collapsed .theme-menu .theme-choices:before { content: none; } table.dataTable.dtr-inline.collapsed .theme-menu .theme-choices:after { content: none; } .datatable-error { color: #e24448; } .datatable-running { color: #7ce209; } .datatable-online { color: #7ce209; } .datatable-activated { color: #e2ae01; } .datatable-not_started { color: #e2ae01; } .datatable-ended { color: rgba(5, 8, 0, 0.25); } .datatable-paused { color: rgba(5, 8, 0, 0.25); } .datatable-stopped { color: rgba(5, 8, 0, 0.25); } .datatable-offline { color: #e24448; } .datatable-not_delivering { color: #e24448; } .table-responsive { overflow: visible; } #tags { background-color: #f9f9f9; padding-left: 20px; margin-top: 6em; } #tags #tags-content { background-color: #fff; padding-left: 20px; border: 1px solid #ddd; border-top: 0px; } #tags #tags-content textarea { resize: vertical; max-width: 96%; } #creative-preview { border: 1px #dbddde dashed; background: white; } #creative-preview h3 { padding-left: 20px; } #creative-preview #creative-tag-preview-iframe { width: 100%; border: 0px; margin: 0 auto; max-width: 100%; } .vert-offset-top-0 { margin-top: 0em; } .vert-offset-bottom-0 { margin-bottom: 0em; } .vert-padding-top-0 { padding-top: 0em; } .vert-padding-bottom-0 { padding-bottom: 0em; } .vert-offset-top-1 { margin-top: 1em; } .vert-offset-bottom-1 { margin-bottom: 1em; } .vert-padding-top-1 { padding-top: 1em; } .vert-padding-bottom-1 { padding-bottom: 1em; } .vert-offset-top-2 { margin-top: 2em; } .vert-offset-bottom-2 { margin-bottom: 2em; } .vert-padding-top-2 { padding-top: 2em; } .vert-padding-bottom-2 { padding-bottom: 2em; } .vert-offset-top-3 { margin-top: 3em; } .vert-offset-bottom-3 { margin-bottom: 3em; } .vert-padding-top-3 { padding-top: 3em; } .vert-padding-bottom-3 { padding-bottom: 3em; } .vert-offset-top-4 { margin-top: 4em; } .vert-offset-bottom-4 { margin-bottom: 4em; } .vert-padding-top-4 { padding-top: 4em; } .vert-padding-bottom-4 { padding-bottom: 4em; } .vert-offset-top-5 { margin-top: 5em; } .vert-offset-bottom-5 { margin-bottom: 5em; } .vert-padding-top-5 { padding-top: 5em; } .vert-padding-bottom-5 { padding-bottom: 5em; } .vert-offset-top-6 { margin-top: 6em; } .vert-offset-bottom-6 { margin-bottom: 6em; } .vert-padding-top-6 { padding-top: 6em; } .vert-padding-bottom-6 { padding-bottom: 6em; } .vert-offset-top-7 { margin-top: 7em; } .vert-offset-bottom-7 { margin-bottom: 7em; } .vert-padding-top-7 { padding-top: 7em; } .vert-padding-bottom-7 { padding-bottom: 7em; } .vert-offset-top-8 { margin-top: 8em; } .vert-offset-bottom-8 { margin-bottom: 8em; } .vert-padding-top-8 { padding-top: 8em; } .vert-padding-bottom-8 { padding-bottom: 8em; } .vert-offset-top-9 { margin-top: 9em; } .vert-offset-bottom-9 { margin-bottom: 9em; } .vert-padding-top-9 { padding-top: 9em; } .vert-padding-bottom-9 { padding-bottom: 9em; } .vert-offset-top-10 { margin-top: 10em; } .vert-offset-bottom-10 { margin-bottom: 10em; } .vert-padding-top-10 { padding-top: 10em; } .vert-padding-bottom-10 { padding-bottom: 10em; } .vert-offset-top-11 { margin-top: 11em; } .vert-offset-bottom-11 { margin-bottom: 11em; } .vert-padding-top-11 { padding-top: 11em; } .vert-padding-bottom-11 { padding-bottom: 11em; } .vert-offset-top-12 { margin-top: 12em; } .vert-offset-bottom-12 { margin-bottom: 12em; } .vert-padding-top-12 { padding-top: 12em; } .vert-padding-bottom-12 { padding-bottom: 12em; } .dragdrop-grag-drop { min-height: 435px; } .dragdrop-drop { border: 2px dashed #d9d9d9; max-height: 400px; min-height: 150px; overflow-y: auto; } .dragging-element.gu-mirror { user-select: none; cursor: pointer; } .dragdrop-drag:hover, .dragdrop-drop:hover, .not-draggable:hover, .not-droppable:hover, .dragdrop-drag:active, .dragdrop-drop:active, .not-draggable:active, .not-droppable:active { cursor: pointer; user-select: none; } .dragdrop-drag { max-height: 400px; min-height: 150px; overflow-y: auto; } .dragdrop-grey-light { background-color: #fafafa; padding: 10px; } .dragdrop-grey-dark { background-color: #e7e9e9; padding: 10px; } .dragdrop-grey-mid { background-color: #f4f4f4; padding: 10px; } .dragging-element { border: 1px dashed #d9d9d9; background-color: #339ca6; } .dragging-element-container { border: 2px dashed #339ca6; } .drag-drop-zebra { padding: 10px; line-height: 16pt; background-color: white; } .drag-drop-zebra:nth-child(odd) { background-color: #f4f4f4; } #useCampaignCost { position: absolute; left: 70px; top: 8px; } #side-checks .disabled { cursor: not-allowed; opacity: 0.4; } #targeting-list-segments-container { padding-top: 15px; background-color: #f8f8f8; } #targeting-list-segments-container #targeting-list-tree-container { margin-top: 0 !important; } #targeting-list-segments-container #targeting-list-tree-container #segments-tree { margin-top: -5px; } #targeting-list-segments-container #targeting-list-tree-container #segments-tree .jstree-children .jstree-anchor span { font-size: 0.8em; font-family: Arial, serif; } #targeting-list-segments-container #targeting-list-tree-container .jstree-grid-header-regular { background-color: #dadcdd !important; height: 40px; padding-top: 10px; padding-bottom: 10px; margin: 0; text-transform: uppercase; text-align: center; vertical-align: middle; font-weight: bold; } #targeting-list-segments-container #targeting-list-tree-container .jstree-grid-wrapper { padding-left: 0 !important; padding-right: 0 !important; } #targeting-list-segments-container #targeting-list-tree-container .jstree-grid-header-cell { padding: 10px !important; } #targeting-list-segments-container #targeting-list-tree-container .jstree-grid-separator-regular, #targeting-list-segments-container #targeting-list-tree-container .jstree-grid-separator { border: none !important; border-color: #dadcdd !important; } #targeting-list-segments-container #targeting-list-tree-container .jstree-grid-cell span { float: right; } #targeting-list-segments-container #targeting-list-tree-container .tree-node { min-height: 20px; } #targeting-list-blocks-container { padding-top: 15px; background-color: #f8f8f8; } #targeting-list-blocks-container i.fa { color: #374e59; } #targeting-list-blocks-container i.fa:hover { color: #339ca6; cursor: pointer; } #targeting-list-blocks-container #blocks_header #remove-all-elements { margin-right: 30px; } #targeting-list-blocks-container #blocks_header #remove-all-elements i.fa { font-size: 20px; } #targeting-list-blocks-container #blocks_container { padding-left: 15px !important; padding-right: 15px !important; min-height: 500px; max-height: 500px; overflow-y: scroll; } #targeting-list-blocks-container #blocks_container .list-group { margin: 0px; padding: 0px; } #targeting-list-blocks-container #blocks_container .logic-container { margin: 0px; padding: 0px; display: flex; cursor: default; box-shadow: none; border-radius: 4px; } #targeting-list-blocks-container #blocks_container .logic-container .logic-group { min-height: 40px; background-color: #fff; flex-grow: 1; } #targeting-list-blocks-container #blocks_container .logic-container .logic-group li.list-group-item:first-child span.element-operator { display: none !important; } #targeting-list-blocks-container #blocks_container .logic-container .logic-group li.list-group-item:hover { cursor: default; } #targeting-list-blocks-container #blocks_container .logic-container .group-actions { font-size: 18px; margin: 10px; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) { border-radius: 4px; padding: 0; margin: 2px; } #targeting-list-blocks-container #blocks_container li:not(.search-choice).exclude { border-color: #e85d5d; } #targeting-list-blocks-container #blocks_container li:not(.search-choice).exclude span.main a { color: #e85d5d !important; } #targeting-list-blocks-container #blocks_container li:not(.search-choice).include { border-color: #8dc63f; } #targeting-list-blocks-container #blocks_container li:not(.search-choice).include span.main a { color: #8dc63f !important; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) a:hover { text-decoration: none; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) a:focus { outline: none; text-decoration: none; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element { border-bottom: 1px solid #8dc63f; display: flex; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span { display: inline-block; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.element-operator { font-size: 10px; margin: 15px 0px 15px 5px; display: none; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.main { border-right: 1px solid #aaa; border-left: 1px solid #aaa; flex-grow: 1; padding: 10px; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.main a { color: #55636a; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.main a.hover { color: #339ca6; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.main a i.fa[aria-expanded="false"]::before { content: "\f054"; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.main a i.fa[aria-expanded="true"]::before { content: "\f078"; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.main span.options { font-size: 18px; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.main span.options i.use_time_window.active { color: #8dc63f; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.main span.options i.use_time_window.inactive { color: #e85d5d; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.sense { width: 40px; font-size: 18px; margin: 10px; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.sense a.inactive i.fa { font-size: 16px; color: #bbb; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.sense a.active i.fa.fa-check-circle { color: #8dc63f; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.sense a.active i.fa.fa-minus-circle { color: #e85d5d; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.actions { font-size: 18px; margin: 10px; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.actions a:hover, #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.element span.actions a:focus { text-decoration: none; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.formula_expandible_attributes { margin: 5px 2px 2px 2px; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.formula_expandible_attributes #add-param-values { margin-top: 5px; margin-bottom: 5px; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.formula_expandible_attributes li.list-group-item { border: none; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.formula_expandible_attributes li.list-group-item:hover { cursor: default; box-shadow: none; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.formula_expandible_attributes li.list-group-item div.parameter-actions { font-size: 18px; padding-top: 8px; padding-left: 8px; padding-right: 8px; } #targeting-list-blocks-container #blocks_container li:not(.search-choice) div.formula_expandible_attributes li.list-group-item div.selector-block { padding-left: 8px; padding-right: 8px; } .external_operator { font-weight: bold; display: none; } /**/ .logic-operands-block { border: 4px dotted darkgray; display: table-cell; height: 100%; margin-bottom: 2px; } .logic-operands-block li { list-style: none; } .logic-operands-block li ul { padding-left: 1px; margin-left: 1px; } #pixel_selected_box a { /* display: block; */ min-height: 20px; } .container-fixed-height { min-height: 400px !important; max-height: 400px !important; overflow-y: scroll !important; } .container-fixed-height-2 { min-height: 494px !important; max-height: 494px !important; overflow-y: scroll !important; } button.logic-or, button.logic-exclude, button.logic-and { border: 3px solid #d9dcde !important; color: white !important; background: #d9dcde !important; margin-left: 2px; margin-right: 2px; text-align: center; } button.logic-or.selected, button.logic-and.selected { background-color: #3196a0 !important; border: 3px solid #3196a0 !important; color: white; } button.logic-exclude.selected { background-color: #e35155 !important; border: 3px solid #e35155 !important; color: white; } .logic-button-group { margin-top: 10px; margin-bottom: 10px; } #add-group-button { margin-top: 10px; } .live-editing-grid { width: 98% !important; /** # ajax spinner things # **/ /* enable absolute positioning */ /* style icon */ /* align icon */ /* add padding */ } .live-editing-grid thead thead { text-transform: uppercase; } .live-editing-grid tbody tr:not(.no-padding):hover { cursor: pointer; border: 4px solid #48a9b0; } .live-editing-grid .dataTables_filter input { min-width: 70% !important; width: 200px !important; padding-left: 30px; } .live-editing-grid .dataTables_filter i.glyphicon-search { position: relative; left: 26px; } .live-editing-grid label.error { color: red; } .live-editing-grid .detail-row { background-color: #d1e5e8; padding: 15px; } .live-editing-grid .detail-row .row { padding-right: 15px; padding-left: 15px; } .live-editing-grid .detail-row input.form-control { width: 100% !important; } .live-editing-grid .detail-row span.input-group-addon { background-color: white !important; } .live-editing-grid .position-relative { position: relative; } .live-editing-grid tr.no-padding td { padding: 0 !important; } .live-editing-grid .link-full-edit { position: relative; top: 5px; right: 5px; float: right; display: block; } .live-editing-grid .disabled { color: lightgray; } .live-editing-grid .spinner { display: inline-block; opacity: 0; width: 0; -webkit-transition: opacity 0.25s, width 0.25s; -moz-transition: opacity 0.25s, width 0.25s; -o-transition: opacity 0.25s, width 0.25s; transition: opacity 0.25s, width 0.25s; } .live-editing-grid .has-spinner.spin-active { cursor: progress; } .live-editing-grid .has-spinner.spin-active .spinner { opacity: 1; width: auto; /* This doesn't work, just fix for unkown width elements */ } .live-editing-grid .has-spinner.btn.spin-active .spinner { width: 16px; } .live-editing-grid .spinner-icon { animation: spin 1s infinite linear; -webkit-animation: spin2 1s infinite linear; } @keyframes spin { from { transform: scale(1) rotate(0deg); } to { transform: scale(1) rotate(360deg); } } @-webkit-keyframes spin2 { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } .live-editing-grid .inner-addon { position: relative; } .live-editing-grid .inner-addon .glyphicon { position: absolute; padding: 10px; pointer-events: none; } .live-editing-grid .left-addon .glyphicon { left: 0; } .live-editing-grid .right-addon .glyphicon { right: 0; } .live-editing-grid .left-addon input { padding-left: 30px; } .live-editing-grid .right-addon input { padding-right: 30px; } .live-editing-grid .detail-row input.form-control { color: #69828c; } .live-editing-grid .link-lineitem-details { font-weight: bold; color: #69828c; } .live-editing-grid .input-symbol-currency { position: relative; } .live-editing-grid .input-symbol-currency:before { position: absolute; top: 0; left: 10px; color: #b4b4b4; } .live-editing-grid .input-symbol-currency input { padding-left: 18px; } .live-editing-grid .input-symbol-EUR:before { content: "€"; } .live-editing-grid .input-symbol-USD:before { content: "$"; } .live-editing-grid .date { width: 63%; } .live-editing-grid td.online { background-color: rgba(240, 255, 240, 0.45); } .live-editing-grid td.offline { background-color: rgba(245, 240, 240, 0.45); } .btn-file { overflow: hidden; position: relative; vertical-align: middle; } .btn-file > input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); font-size: 23px; height: 100%; width: 100%; direction: ltr; cursor: pointer; } .fileinput { margin-bottom: 9px; display: inline-block; } .fileinput .form-control { padding-top: 7px; padding-bottom: 5px; display: inline-block; margin-bottom: 0px; vertical-align: middle; cursor: text; } .fileinput .thumbnail { overflow: hidden; display: inline-block; margin-bottom: 5px; vertical-align: middle; text-align: center; } .fileinput .thumbnail > img { max-height: 100%; } .fileinput .btn { vertical-align: middle; } .fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; } .fileinput-exists.close { float: none; } .fileinput-inline .fileinput-controls { display: inline; } .fileinput-filename { vertical-align: middle; display: inline-block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .form-control .fileinput-filename { vertical-align: bottom; } .fileinput.input-group { display: table; } .fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file { border-radius: 0 4px 4px 0; } .fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm { border-radius: 0 3px 3px 0; } .fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg { border-radius: 0 6px 6px 0; } .form-group.has-warning .fileinput .fileinput-preview { color: #8a6d3b; } .form-group.has-warning .fileinput .thumbnail { border-color: #faebcc; } .form-group.has-error .fileinput .fileinput-preview { color: #a94442; } .form-group.has-error .fileinput .thumbnail { border-color: #ebccd1; } .form-group.has-success .fileinput .fileinput-preview { color: #3c763d; } .form-group.has-success .fileinput .thumbnail { border-color: #d6e9c6; } .input-group-addon:not(:first-child) { border-left: 0; } .dropdown-menu.in-grid li a { padding: 8px 20px; } .dropdown-menu.in-grid li a.deactivate_row { color: #339ca6; } .dropdown-menu.in-grid li a.deactivate_row i.fa::before { content: "\f204"; } .dropdown-menu.in-grid li a.activate_row { color: #339ca6; } .dropdown-menu.in-grid li a.activate_row i.fa::before { content: "\f204"; } .dropdown-menu.in-grid li a.run_row { color: #8dc63f; } .dropdown-menu.in-grid li a.run_row i.fa::before { content: "\f04b"; } .dropdown-menu.in-grid li a.reactivate_row { color: #339ca6; } .dropdown-menu.in-grid li a.reactivate_row i.fa::before { content: "\f204"; } .dropdown-menu.in-grid li a.pause_row { color: #455058; } .dropdown-menu.in-grid li a.pause_row i.fa::before { content: "\f04c"; } .dropdown-menu.in-grid li a.stop_row { color: #e85d5d; } .dropdown-menu.in-grid li a.stop_row i.fa::before { content: "\f04d"; } .dropdown-menu.in-grid .divider { margin: 0px; } .results-search ul { list-style-type: none; margin: 2px; padding: 0px; } .results-search ul li { padding: 10px; } #contextual-results { position: absolute; top: 48px; background: white; color: black; z-index: 100; left: 31px; box-shadow: #55636a 3px 2px 7px 2px; width: 300px; } #contextual-results li { color: #55636a; } #contextual-results li a { color: #55636a; } #contextual-results li:hover { border-bottom: 0px; } .geo-targeting .location-item > span { margin-right: 10px; } .geo-targeting .tree-header-box { background-color: #e1e3e4; display: block; margin-top: 20px; padding: 5px; border: 1px solid black; } .geo-targeting #tree { height: 600px; overflow-y: scroll; } .geo-targeting .panel-group { border: 1px dotted; } .geo-targeting .panel-default { border-color: white; } .geo-targeting .panel-default > .panel-heading { background-color: white; } .geo-targeting .panel-heading > h4 > a { text-transform: capitalize; font-size: 0.9em; display: block; font-weight: bold; text-decoration: none; } .native_preview { text-align: justify; } .native_preview h1 { font-size: 25px; } .native_preview .image-native { width: 18%; margin: 25px 2% 7px 0px; } .native_preview .image-native .image-native-wrapper img { width: 99%; } .native_preview .body-native { width: 78%; } .native_preview .body-native h4 { font-size: 20px; } .native_preview .body-native .logo-upload img { width: 50px; margin-top: -14px; } #adExchanges { min-height: 400px; } .admin-bar { background-color: #293d46; margin-top: 25px; } .admin-bar .navbar-collapse { background-color: #293d46; } .admin-bar .navbar-collapse .active a { color: white; background-color: #293d46; } .admin-bar .navbar-collapse .active .dropdown-menu a { box-shadow: none; } .admin-bar .navbar-collapse .active .dropdown-menu a:hover { box-shadow: inset 5px 0px 0px #339ca6; } .admin-bar .navbar-collapse a { color: white; } .admin-bar .navbar-collapse a :hover { box-shadow: inset 0px -5px 0px #339ca6; } .admin-bar .navbar-collapse li:hover { box-shadow: inset 0px -5px 0px #339ca6; } .admin-bar .dropdown-menu li a:focus, .admin-bar .dropdown-menu li a:hover, .admin-bar .dropdown-menu li.active a, .admin-bar .dropdown-menu li.active a:focus, .admin-bar .dropdown-menu li.active a:hover { color: white; box-shadow: inset 5px 0px 0px #339ca6; background-color: #293d46; } .admin-bar.navbar-default .navbar-nav > li > a { color: white; } .admin-bar.navbar-default .navbar-nav > .active > a, .admin-bar.navbar-default .navbar-nav > .active > a:hover, .admin-bar.navbar-default .navbar-nav > .active > a:focus { background-color: #293d46; color: white; } .admin-bar.navbar-default .navbar-nav > .open > a, .admin-bar.navbar-default .navbar-nav > .open > a:hover, .admin-bar.navbar-default .navbar-nav > .open > a:focus { background-color: #293d46; color: white; } .admin-bar .navbar-nav > li > .dropdown-menu { background-color: #293d46; color: white; } .admin-bar.navbar-default .navbar-nav > .active > a { box-shadow: inset 0px -5px 0px #339ca6; } #navigable-form-right-container { margin-right: 5px; margin-left: 5px; float: right; display: block; } #navigable-form-right-container.expanded { width: 375px; margin-top: 10px; } #navigable-form-right-container.expanded #toggle-collapse-navigable-form-right-container i.fa::before { content: "\f141"; } #navigable-form-right-container.expanded #form-side-navigation #side-header { border-bottom: 3px solid #9ca1a6; } #navigable-form-right-container.expanded #form-side-navigation #side-header #side-navigation-parent { max-height: 50px; } #navigable-form-right-container.expanded #form-side-navigation #side-header #side-navigation-element { max-height: 50px; } #navigable-form-right-container.expanded #form-side-navigation #side-header h3 { margin-top: 0px; margin-bottom: 0px; } #navigable-form-right-container.expanded #form-side-navigation #side-header h3 a { color: #55636a; text-decoration: underline; } #navigable-form-right-container.expanded #form-side-navigation #side-header h3 a:hover { color: #339ca6; cursor: pointer; } #navigable-form-right-container.expanded #form-side-navigation #side-header .navbar-default { background: transparent; border-color: transparent; } #navigable-form-right-container.expanded #form-side-navigation #side-header .navbar-default .navbar-right { margin-right: 0; } #navigable-form-right-container.expanded #form-side-navigation #side-header p.navbar-text { margin-left: 0; } #navigable-form-right-container.expanded #form-side-navigation #side-header p.navbar-text.not_started { color: #e6af12; } #navigable-form-right-container.expanded #form-side-navigation #side-header p.navbar-text.activated { color: #8dc63f; } #navigable-form-right-container.expanded #form-side-navigation #side-header p.navbar-text.reactivated { color: #8dc63f; } #navigable-form-right-container.expanded #form-side-navigation #side-header p.navbar-text.incomplete { color: #e6af12; } #navigable-form-right-container.expanded #form-side-navigation #side-header p.navbar-text.paused { color: #455058; } #navigable-form-right-container.expanded #form-side-navigation #side-header p.navbar-text.stopped { color: #e85d5d; } #navigable-form-right-container.expanded #form-side-navigation #side-header p.navbar-text.running { color: #8dc63f; } #navigable-form-right-container.expanded #form-side-navigation #side-header p.navbar-text.ended { color: #455058; } #navigable-form-right-container.expanded #form-side-navigation #side-header .btn.btn-icon { background-color: transparent; border: none; border-radius: 0px; font-size: 30px; margin: 0; padding-top: 0; padding-bottom: 0; color: #55636a; } #navigable-form-right-container.expanded #form-side-navigation #side-header .btn.btn-icon:disabled { color: #e0ebec; } #navigable-form-right-container.expanded #form-side-navigation #side-header .btn.btn-icon:hover { color: #339ca6; } #navigable-form-right-container.expanded #form-side-navigation #side-header .btn.btn-refresh i.fa::before { content: "\f021"; font-size: 18px; } #navigable-form-right-container.expanded #form-side-navigation #side-header .btn.btn-activate i.fa::before { content: "\f204"; } #navigable-form-right-container.expanded #form-side-navigation #side-header .btn.btn-deactivate i.fa::before { content: "\f205"; } #navigable-form-right-container.expanded #form-side-navigation #side-header .btn.btn-run i.fa::before { content: "\f04b"; } #navigable-form-right-container.expanded #form-side-navigation #side-header .btn.btn-pause i.fa::before { content: "\f04c"; } #navigable-form-right-container.expanded #form-side-navigation #side-header .btn.btn-stop i.fa::before { content: "\f04d"; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul.list-group { margin-bottom: 0px; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li { font-size: 14px; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.list-group-item:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li a { color: #55636a; text-decoration: underline; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li a:hover { color: #339ca6; cursor: pointer; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li ul.preflight-status-messages { border-left: 3px solid #d8d8d8; margin-top: 10px; margin-bottom: 10px; margin-left: 17px; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li ul.preflight-status-messages li { font-weight: normal; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li i.fa { font-size: 22px; padding-right: 12px; z-index: 2; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li div.progress-line { position: absolute; height: 14px; width: 2px; z-index: 1; top: 27px; left: 23px; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.sm ul.preflight-status-messages { margin-left: 30px; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.sm i.fa { font-size: 14px; padding-right: 26px; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.sm div.progress-line { top: 18px; height: 19px; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.snf i.fa { color: #339ca6; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.snf i.fa::before { content: "\f056"; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.snf div.progress-line { background-color: #339ca6; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.ns i.fa { color: #777; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.ns i.fa::before { content: "\f111"; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.ns div.progress-line { background-color: #777; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.error i.fa { color: #e85d5d; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.error i.fa::before { content: "\f06a"; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.error div.progress-line { background-color: #e85d5d; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.info i.fa { color: #e6af12; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.info i.fa::before { content: "\f059"; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.info div.progress-line { background-color: #e6af12; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.complete i.fa { color: #339ca6; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.complete i.fa::before { content: "\f058"; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.complete div.progress-line { background-color: #339ca6; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.current { color: #339ca6; background-color: #e0ebec; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.current:focus { background-color: #e0ebec; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.current:hover { background-color: #e0ebec; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.current i.fa { color: #339ca6; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.current i.fa::before { content: "\f10c" !important; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.current a { color: #339ca6; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li.current div.progress-line { background-color: #339ca6; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li:not(.sm) { font-weight: bold; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 ul li:not(.sm) i.fa { position: relative; top: 3px; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 .list-group-item { padding: 5px 15px; border: none; background-color: transparent; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 .list-group-item:hover { cursor: inherit; box-shadow: none; } #navigable-form-right-container.expanded #form-side-navigation #side-checks .progress-menu-v2 .list-group-item.sm { padding: 5px 15px 5px 18px; } #navigable-form-right-container.expanded #form-side-navigation #side-footer { border-top: 2px solid #c0c3c5; } #navigable-form-right-container.expanded #form-side-navigation #side-footer button { margin-top: 10px; } #navigable-form-right-container.expanded #form-side-navigation #side-footer a { margin-top: 10px; } #navigable-form-right-container.collapsed { width: 80px; } #navigable-form-right-container.collapsed #toggle-collapse-navigable-form-right-container i.fa::before { content: "\f142"; } #navigable-form-right-container #toggle-collapse-navigable-form-right-container i.fa { color: #374e59; } .progress-menu-v2 ul.list-group { margin-bottom: 0px; } .progress-menu-v2 ul li { font-size: 14px; } .progress-menu-v2 ul li.list-group-item:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; } .progress-menu-v2 ul li a { color: #55636a; text-decoration: underline; } .progress-menu-v2 ul li a:hover { color: #339ca6; cursor: pointer; } .progress-menu-v2 ul li ul.preflight-status-messages { border-left: 3px solid #d8d8d8; margin-top: 10px; margin-bottom: 10px; margin-left: 17px; } .progress-menu-v2 ul li ul.preflight-status-messages li { font-weight: normal; } .progress-menu-v2 ul li i.fa { font-size: 22px; padding-right: 12px; z-index: 2; } .progress-menu-v2 ul li div.progress-line { position: absolute; height: 14px; width: 2px; z-index: 1; top: 27px; left: 23px; } .progress-menu-v2 ul li.sm ul.preflight-status-messages { margin-left: 30px; } .progress-menu-v2 ul li.sm i.fa { font-size: 14px; padding-right: 26px; } .progress-menu-v2 ul li.sm div.progress-line { top: 18px; height: 19px; } .progress-menu-v2 ul li.snf i.fa { color: #339ca6; } .progress-menu-v2 ul li.snf i.fa::before { content: "\f056"; } .progress-menu-v2 ul li.snf div.progress-line { background-color: #339ca6; } .progress-menu-v2 ul li.ns i.fa { color: #777; } .progress-menu-v2 ul li.ns i.fa::before { content: "\f111"; } .progress-menu-v2 ul li.ns div.progress-line { background-color: #777; } .progress-menu-v2 ul li.error i.fa { color: #e85d5d; } .progress-menu-v2 ul li.error i.fa::before { content: "\f06a"; } .progress-menu-v2 ul li.error div.progress-line { background-color: #e85d5d; } .progress-menu-v2 ul li.info i.fa { color: #e6af12; } .progress-menu-v2 ul li.info i.fa::before { content: "\f059"; } .progress-menu-v2 ul li.info div.progress-line { background-color: #e6af12; } .progress-menu-v2 ul li.complete i.fa { color: #339ca6; } .progress-menu-v2 ul li.complete i.fa::before { content: "\f058"; } .progress-menu-v2 ul li.complete div.progress-line { background-color: #339ca6; } .progress-menu-v2 ul li.current { color: #339ca6; background-color: #e0ebec; } .progress-menu-v2 ul li.current:focus { background-color: #e0ebec; } .progress-menu-v2 ul li.current:hover { background-color: #e0ebec; } .progress-menu-v2 ul li.current i.fa { color: #339ca6; } .progress-menu-v2 ul li.current i.fa::before { content: "\f10c" !important; } .progress-menu-v2 ul li.current a { color: #339ca6; } .progress-menu-v2 ul li.current div.progress-line { background-color: #339ca6; } .progress-menu-v2 ul li:not(.sm) { font-weight: bold; } .progress-menu-v2 ul li:not(.sm) i.fa { position: relative; top: 3px; } .progress-menu-v2 .list-group-item { padding: 5px 15px; border: none; background-color: transparent; } .progress-menu-v2 .list-group-item:hover { cursor: inherit; box-shadow: none; } .progress-menu-v2 .list-group-item.sm { padding: 5px 15px 5px 18px; } .table-header h3 { margin-top: 0; margin-bottom: 0; text-align: center; } #tiles-data-container { display: none; } #rows-data-container { border-bottom: 1px solid #d8d8d8; } #rows-data-container h3 { margin-top: 0; margin-bottom: 0; text-align: center; } #rows-data-container form { padding-top: 0; } .menu-nav-pills span.glyphicon { font-size: 21px; } .menu-nav-pills li { border-right: 1px solid #d8d8d8; padding: 0 15px; } .menu-nav-pills li:last-child { border-right: none; } .menu-tile-menu { margin-left: 7px; } #list_content_div { height: 433px; overflow-y: scroll; } #list_content_div .error { color: red; font-style: italic; text-decoration: underline; } #list_assignation_box.disabled { color: #808080 !important; cursor: not-allowed !important; } #list_assignation_box.disabled span.fa { color: #808080 !important; } #list_assignation_box.disabled #targeting-list-assigned ul li .assigned-list-type span.sense a.active i.fa { color: #808080 !important; } #list_assignation_box.disabled #targeting-list-assigned ul li .assigned-remove { cursor: not-allowed !important; } #list_assignation_box.disabled #targeting-list-available ul li .available-list-assign-butttons span { cursor: not-allowed !important; } #list_assignation_box.disabled #targeting-list-assigned ul li.include { border: 1px solid #808080; } #list_assignation_box.disabled #targeting-list-assigned ul li.include span.sense a.active i.fa { color: #808080 !important; } #targeting-list-assigned { margin-left: -1em; } #targeting-list-assigned ul { list-style-type: none; padding: 0px; } #targeting-list-assigned ul li { border-radius: 4px; padding: 0; margin: 2px; display: flex; } #targeting-list-assigned ul li.include { border: 1px solid #8dc63f; } #targeting-list-assigned ul li.exclude { border: 1px solid #e85d5d; } #targeting-list-assigned ul li .assigned-list-type { padding: 0px; margin: 0 auto; } #targeting-list-assigned ul li .assigned-list-type span.sense { font-size: 18px; margin: 0 auto; display: block; float: left; margin-top: 10px; padding-left: 17%; } #targeting-list-assigned ul li .assigned-list-type span.sense a { padding-left: 2px; display: block; } #targeting-list-assigned ul li .assigned-list-type span.sense a.inactive i.fa { color: #bbb; padding-left: 2px; } #targeting-list-assigned ul li .assigned-list-type span.sense a.active i.fa { padding-left: 2px; } #targeting-list-assigned ul li .assigned-list-type span.sense a.active i.fa.fa-check-circle { color: #8dc63f; } #targeting-list-assigned ul li .assigned-list-type span.sense a.active i.fa.fa-minus-circle { color: #e85d5d; } #targeting-list-assigned ul li .assigned-list-type.fa-check { color: #8dc63f; } #targeting-list-assigned ul li .assigned-list-type.fa-minus-circle { color: #e85d5d; } #targeting-list-assigned ul li .assigned-list { padding-top: 7px; border-right: 1px solid #aaa; border-left: 1px solid #aaa; padding-left: 6px; padding-right: 3px; min-height: 45px; } #targeting-list-assigned ul li .assigned-remove { font-size: 18px; cursor: pointer; margin: 8px 1% 0px -2.1%; } #targeting-list-available ul { list-style-type: none; max-height: 230px; overflow-y: scroll; overflow-x: hidden; margin-left: -2em; } #targeting-list-available ul li { padding: 3px; } #targeting-list-available ul li.disabled { color: #808080; cursor: not-allowed; } #targeting-list-available ul li.disabled .available-list-assign-butttons span { cursor: not-allowed; } #targeting-list-available ul li .available-list-assign-butttons { padding: 0px; text-align: center; } #targeting-list-available ul li .available-list-assign-butttons span { font-size: 1.2em; cursor: pointer; margin: 0.2em; } #targeting-list-available ul li .available-list-assign-butttons span.fa-check { color: #8dc63f; } #targeting-list-available ul li .available-list-assign-butttons span.fa-minus-circle { color: #e85d5d; } .list-assign-legend { font-size: 1.2em; } .list-assign-legend .fa-check { color: #8dc63f; } .list-assign-legend .fa-stop-circle { color: #e85d5d; } select.form-control + .chosen-container.chosen-container-single .chosen-single { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; background-image: none; } select.form-control + .chosen-container.chosen-container-single .chosen-single div { top: 4px; color: #000; } select.form-control + .chosen-container .chosen-drop { background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; margin: 2px 0 0; } select.form-control + .chosen-container .chosen-search input[type=text] { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; background-image: none; } select.form-control + .chosen-container .chosen-results { margin: 2px 0 0; padding: 5px 0; font-size: 14px; list-style: none; background-color: #fff; margin-bottom: 5px; } select.form-control + .chosen-container .chosen-results li, select.form-control + .chosen-container .chosen-results li.active-result { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333; white-space: nowrap; background-image: none; } select.form-control + .chosen-container .chosen-results li:hover, select.form-control + .chosen-container .chosen-results li.active-result:hover, select.form-control + .chosen-container .chosen-results li.highlighted { color: #fff; text-decoration: none; background-color: #428bca; background-image: none; } select.form-control + .chosen-container-multi .chosen-choices { display: block; width: 100%; min-height: 34px; padding: 6px; font-size: 14px; line-height: 1.42857; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; background-image: none; } select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] { height: auto; padding: 5px 0; } select.form-control + .chosen-container-multi .chosen-choices li.search-choice { background-image: none; padding: 3px 24px 3px 5px; margin: 0 6px 0 0; font-size: 14px; font-weight: normal; line-height: 1.42857; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid #ccc; border-radius: 4px; color: #333; background-color: #fff; border-color: #ccc; } select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close { top: 8px; right: 6px; } select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices, select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single, select.form-control + .chosen-container .chosen-search input[type=text]:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } select.form-control + .chosen-container-multi .chosen-results li.result-selected { display: list-item; color: #ccc; cursor: default; background-color: white; } #conten-ajax-wrapper { position: relative; } #form-content-wrapper { width: 100%; } #form-content-wrapper #form-content { overflow: hidden; } #form-content-wrapper #form-content.navigable-form-right-container-expanded { margin-right: 285px; } #form-content-wrapper #form-content.navigable-form-right-container-collapsed { margin-right: 80px; } #cp_category_list_container { padding-top: 15px; background-color: #f8f8f8; } .element-operator-cp { width: 30px; } #revenue_margin_t1:disabled { background-color: greenyellow; } .gu-mirror { position: fixed !important; margin: 0 !important; z-index: 9999 !important; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); } .gu-hide { display: none !important; } .gu-unselectable { -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .gu-transit { opacity: 0.2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; filter: alpha(opacity=20); } .jstree-node, .jstree-children, .jstree-container-ul { display: block; margin: 0; padding: 0; list-style-type: none; list-style-image: none; } .jstree-node { white-space: nowrap; } .jstree-anchor { display: inline-block; color: #000; white-space: nowrap; padding: 0 4px 0 1px; margin: 0; vertical-align: top; } .jstree-anchor:focus { outline: 0; } .jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active { text-decoration: none; color: inherit; } .jstree-icon { display: inline-block; text-decoration: none; margin: 0; padding: 0; vertical-align: top; text-align: center; } .jstree-icon:empty { display: inline-block; text-decoration: none; margin: 0; padding: 0; vertical-align: top; text-align: center; } .jstree-ocl { cursor: pointer; } .jstree-leaf > .jstree-ocl { cursor: default; } .jstree .jstree-open > .jstree-children { display: block; } .jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children { display: none; } .jstree-anchor > .jstree-themeicon { margin-right: 2px; } .jstree-no-icons .jstree-themeicon, .jstree-anchor > .jstree-themeicon-hidden { display: none; } .jstree-hidden { display: none; } .jstree-rtl .jstree-anchor { padding: 0 1px 0 4px; } .jstree-rtl .jstree-anchor > .jstree-themeicon { margin-left: 2px; margin-right: 0; } .jstree-rtl .jstree-node { margin-left: 0; } .jstree-rtl .jstree-container-ul > .jstree-node { margin-right: 0; } .jstree-wholerow-ul { position: relative; display: inline-block; min-width: 100%; } .jstree-wholerow-ul .jstree-leaf > .jstree-ocl { cursor: pointer; } .jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon { position: relative; } .jstree-wholerow-ul .jstree-wholerow { width: 100%; cursor: pointer; position: absolute; left: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .vakata-context { display: none; } .vakata-context, .vakata-context ul { margin: 0; padding: 2px; position: absolute; background: #f5f5f5; border: 1px solid #979797; box-shadow: 2px 2px 2px #999; } .vakata-context ul { list-style: none; left: 100%; margin-top: -2.7em; margin-left: -4px; } .vakata-context .vakata-context-right ul { left: auto; right: 100%; margin-left: auto; margin-right: -4px; } .vakata-context li { list-style: none; display: inline; } .vakata-context li > a { display: block; padding: 0 2em; text-decoration: none; width: auto; color: #000; white-space: nowrap; line-height: 2.4em; text-shadow: 1px 1px 0 #fff; border-radius: 1px; } .vakata-context li > a:hover { position: relative; background-color: #e8eff7; box-shadow: 0 0 2px #0a6aa1; } .vakata-context li > a.vakata-context-parent { background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==); background-position: right center; background-repeat: no-repeat; } .vakata-context li > a:focus { outline: 0; } .vakata-context .vakata-context-hover > a { position: relative; background-color: #e8eff7; box-shadow: 0 0 2px #0a6aa1; } .vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover { background: #fff; border: 0; border-top: 1px solid #e2e3e3; height: 1px; min-height: 1px; max-height: 1px; padding: 0; margin: 0 0 0 2.4em; border-left: 1px solid #e0e0e0; text-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; border-radius: 0; } .vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover { color: silver; background-color: transparent; border: 0; box-shadow: 0 0 0; } .vakata-context li > a > i { text-decoration: none; display: inline-block; width: 2.4em; height: 2.4em; background: 0 0; margin: 0 0 0 -2em; vertical-align: top; text-align: center; line-height: 2.4em; } .vakata-context li > a > i:empty { width: 2.4em; line-height: 2.4em; } .vakata-context li > a .vakata-contextmenu-sep { display: inline-block; width: 1px; height: 2.4em; background: #fff; margin: 0 0.5em 0 0; border-left: 1px solid #e2e3e3; } .vakata-context .vakata-contextmenu-shortcut { font-size: 0.8em; color: silver; opacity: 0.5; display: none; } .vakata-context-rtl ul { left: auto; right: 100%; margin-left: auto; margin-right: -4px; } .vakata-context-rtl li > a.vakata-context-parent { background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7); background-position: left center; background-repeat: no-repeat; } .vakata-context-rtl .vakata-context-separator > a { margin: 0 2.4em 0 0; border-left: 0; border-right: 1px solid #e2e3e3; } .vakata-context-rtl .vakata-context-left ul { right: auto; left: 100%; margin-left: -4px; margin-right: auto; } .vakata-context-rtl li > a > i { margin: 0 -2em 0 0; } .vakata-context-rtl li > a .vakata-contextmenu-sep { margin: 0 0 0 0.5em; border-left-color: #fff; background: #e2e3e3; } #jstree-marker { position: absolute; top: 0; left: 0; margin: -5px 0 0 0; padding: 0; border-right: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid; width: 0; height: 0; font-size: 0; line-height: 0; } #jstree-dnd { line-height: 16px; margin: 0; padding: 4px; } #jstree-dnd .jstree-icon, #jstree-dnd .jstree-copy { display: inline-block; text-decoration: none; margin: 0 2px 0 0; padding: 0; width: 16px; height: 16px; } #jstree-dnd .jstree-ok { background: green; } #jstree-dnd .jstree-er { background: red; } #jstree-dnd .jstree-copy { margin: 0 2px; } .jstree-default .jstree-node, .jstree-default .jstree-icon { background-repeat: no-repeat; background-color: transparent; } .jstree-default .jstree-anchor, .jstree-default .jstree-wholerow { transition: background-color 0.15s, box-shadow 0.15s; } .jstree-default .jstree-hovered { background: #e7f4f9; border-radius: 2px; box-shadow: inset 0 0 1px #ccc; } .jstree-default .jstree-clicked { background: #beebff; border-radius: 2px; box-shadow: inset 0 0 1px #999; } .jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon { display: none; } .jstree-default .jstree-disabled { background: 0 0; color: #666; } .jstree-default .jstree-disabled.jstree-hovered { background: 0 0; box-shadow: none; } .jstree-default .jstree-disabled.jstree-clicked { background: #efefef; } .jstree-default .jstree-disabled > .jstree-icon { opacity: 0.8; filter: url("data:image/svg+xml;utf8,#jstree-grayscale"); filter: gray; -webkit-filter: grayscale(100%); } .jstree-default .jstree-search { font-style: italic; color: #8b0000; font-weight: 700; } .jstree-default .jstree-no-checkboxes .jstree-checkbox { display: none !important; } .jstree-default.jstree-checkbox-no-clicked .jstree-clicked { background: 0 0; box-shadow: none; } .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered { background: #e7f4f9; } .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked { background: 0 0; } .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered { background: #e7f4f9; } .jstree-default > .jstree-striped { min-width: 100%; display: inline-block; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat; } .jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked { background: 0 0; box-shadow: none; border-radius: 0; } .jstree-default .jstree-wholerow { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .jstree-default .jstree-wholerow-hovered { background: #e7f4f9; } .jstree-default .jstree-wholerow-clicked { background: #beebff; background: -webkit-linear-gradient(top, #beebff 0, #a8e4ff 100%); background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%); } .jstree-default .jstree-node { min-height: 24px; line-height: 24px; margin-left: 24px; min-width: 24px; } .jstree-default .jstree-anchor { line-height: 24px; height: 24px; } .jstree-default .jstree-icon { width: 24px; height: 24px; line-height: 24px; } .jstree-default .jstree-icon:empty { width: 24px; height: 24px; line-height: 24px; } .jstree-default.jstree-rtl .jstree-node { margin-right: 24px; } .jstree-default .jstree-wholerow { height: 24px; } .jstree-default .jstree-node, .jstree-default .jstree-icon { background-image: url(../../../assets/vendor/tree/img/32px.png); } .jstree-default .jstree-node { background-position: -292px -4px; background-repeat: repeat-y; } .jstree-default .jstree-last { background: 0 0; } .jstree-default .jstree-open > .jstree-ocl { background-position: -132px -4px; } .jstree-default .jstree-closed > .jstree-ocl { background-position: -100px -4px; } .jstree-default .jstree-leaf > .jstree-ocl { background-position: -68px -4px; } .jstree-default .jstree-themeicon { background-position: -260px -4px; } .jstree-default > .jstree-no-dots .jstree-node, .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: 0 0; } .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -36px -4px; } .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: -4px -4px; } .jstree-default .jstree-disabled { background: 0 0; } .jstree-default .jstree-disabled.jstree-hovered { background: 0 0; } .jstree-default .jstree-disabled.jstree-clicked { background: #efefef; } .jstree-default .jstree-checkbox { background-position: -164px -4px; } .jstree-default .jstree-checkbox:hover { background-position: -164px -36px; } .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox { background-position: -228px -4px; } .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default .jstree-checked > .jstree-checkbox:hover { background-position: -228px -36px; } .jstree-default .jstree-anchor > .jstree-undetermined { background-position: -196px -4px; } .jstree-default .jstree-anchor > .jstree-undetermined:hover { background-position: -196px -36px; } .jstree-default .jstree-checkbox-disabled { opacity: 0.8; filter: url("data:image/svg+xml;utf8,#jstree-grayscale"); filter: gray; -webkit-filter: grayscale(100%); } .jstree-default > .jstree-striped { background-size: auto 48px; } .jstree-default.jstree-rtl .jstree-node { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==); background-position: 100% 1px; background-repeat: repeat-y; } .jstree-default.jstree-rtl .jstree-last { background: 0 0; } .jstree-default.jstree-rtl .jstree-open > .jstree-ocl { background-position: -132px -36px; } .jstree-default.jstree-rtl .jstree-closed > .jstree-ocl { background-position: -100px -36px; } .jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl { background-position: -68px -36px; } .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: 0 0; } .jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -36px -36px; } .jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: -4px -36px; } .jstree-default .jstree-themeicon-custom { background-color: transparent; background-image: none; background-position: 0 0; } .jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl { background: url(../../../assets/vendor/tree/img/throbber.gif) center center no-repeat; } .jstree-default .jstree-file { background: url(../../../assets/vendor/tree/img/32px.png) -100px -68px no-repeat; } .jstree-default .jstree-folder { background: url(../../../assets/vendor/tree/img/32px.png) -260px -4px no-repeat; } .jstree-default > .jstree-container-ul > .jstree-node { margin-left: 0; margin-right: 0; } #jstree-dnd.jstree-default { line-height: 24px; padding: 0 4px; } #jstree-dnd.jstree-default .jstree-ok, #jstree-dnd.jstree-default .jstree-er { background-image: url(../../../assets/vendor/tree/img/32px.png); background-repeat: no-repeat; background-color: transparent; } #jstree-dnd.jstree-default i { background: 0 0; width: 24px; height: 24px; line-height: 24px; } #jstree-dnd.jstree-default .jstree-ok { background-position: -4px -68px; } #jstree-dnd.jstree-default .jstree-er { background-position: -36px -68px; } .jstree-default.jstree-rtl .jstree-node { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==); } .jstree-default.jstree-rtl .jstree-last { background: 0 0; } .jstree-default-small .jstree-node { min-height: 18px; line-height: 18px; margin-left: 18px; min-width: 18px; } .jstree-default-small .jstree-anchor { line-height: 18px; height: 18px; } .jstree-default-small .jstree-icon { width: 18px; height: 18px; line-height: 18px; } .jstree-default-small .jstree-icon:empty { width: 18px; height: 18px; line-height: 18px; } .jstree-default-small.jstree-rtl .jstree-node { margin-right: 18px; } .jstree-default-small .jstree-wholerow { height: 18px; } .jstree-default-small .jstree-node, .jstree-default-small .jstree-icon { background-image: url(../../../assets/vendor/tree/img/32px.png); } .jstree-default-small .jstree-node { background-position: -295px -7px; background-repeat: repeat-y; } .jstree-default-small .jstree-last { background: 0 0; } .jstree-default-small .jstree-open > .jstree-ocl { background-position: -135px -7px; } .jstree-default-small .jstree-closed > .jstree-ocl { background-position: -103px -7px; } .jstree-default-small .jstree-leaf > .jstree-ocl { background-position: -71px -7px; } .jstree-default-small .jstree-themeicon { background-position: -263px -7px; } .jstree-default-small > .jstree-no-dots .jstree-node, .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: 0 0; } .jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -39px -7px; } .jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: -7px -7px; } .jstree-default-small .jstree-disabled { background: 0 0; } .jstree-default-small .jstree-disabled.jstree-hovered { background: 0 0; } .jstree-default-small .jstree-disabled.jstree-clicked { background: #efefef; } .jstree-default-small .jstree-checkbox { background-position: -167px -7px; } .jstree-default-small .jstree-checkbox:hover { background-position: -167px -39px; } .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-small .jstree-checked > .jstree-checkbox { background-position: -231px -7px; } .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-small .jstree-checked > .jstree-checkbox:hover { background-position: -231px -39px; } .jstree-default-small .jstree-anchor > .jstree-undetermined { background-position: -199px -7px; } .jstree-default-small .jstree-anchor > .jstree-undetermined:hover { background-position: -199px -39px; } .jstree-default-small .jstree-checkbox-disabled { opacity: 0.8; filter: url("data:image/svg+xml;utf8,#jstree-grayscale"); filter: gray; -webkit-filter: grayscale(100%); } .jstree-default-small > .jstree-striped { background-size: auto 36px; } .jstree-default-small.jstree-rtl .jstree-node { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==); background-position: 100% 1px; background-repeat: repeat-y; } .jstree-default-small.jstree-rtl .jstree-last { background: 0 0; } .jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl { background-position: -135px -39px; } .jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl { background-position: -103px -39px; } .jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl { background-position: -71px -39px; } .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: 0 0; } .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -39px -39px; } .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: -7px -39px; } .jstree-default-small .jstree-themeicon-custom { background-color: transparent; background-image: none; background-position: 0 0; } .jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl { background: url(../../../assets/vendor/tree/img/throbber.gif) center center no-repeat; } .jstree-default-small .jstree-file { background: url(../../../assets/vendor/tree/img/32px.png) -103px -71px no-repeat; } .jstree-default-small .jstree-folder { background: url(../../../assets/vendor/tree/img/32px.png) -263px -7px no-repeat; } .jstree-default-small > .jstree-container-ul > .jstree-node { margin-left: 0; margin-right: 0; } #jstree-dnd.jstree-default-small { line-height: 18px; padding: 0 4px; } #jstree-dnd.jstree-default-small .jstree-ok, #jstree-dnd.jstree-default-small .jstree-er { background-image: url(../../../assets/vendor/tree/img/32px.png); background-repeat: no-repeat; background-color: transparent; } #jstree-dnd.jstree-default-small i { background: 0 0; width: 18px; height: 18px; line-height: 18px; } #jstree-dnd.jstree-default-small .jstree-ok { background-position: -7px -71px; } #jstree-dnd.jstree-default-small .jstree-er { background-position: -39px -71px; } .jstree-default-small.jstree-rtl .jstree-node { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==); } .jstree-default-small.jstree-rtl .jstree-last { background: 0 0; } .jstree-default-large .jstree-node { min-height: 32px; line-height: 32px; margin-left: 32px; min-width: 32px; } .jstree-default-large .jstree-anchor { line-height: 32px; height: 32px; } .jstree-default-large .jstree-icon { width: 32px; height: 32px; line-height: 32px; } .jstree-default-large .jstree-icon:empty { width: 32px; height: 32px; line-height: 32px; } .jstree-default-large.jstree-rtl .jstree-node { margin-right: 32px; } .jstree-default-large .jstree-wholerow { height: 32px; } .jstree-default-large .jstree-node, .jstree-default-large .jstree-icon { background-image: url(../../../assets/vendor/tree/img/32px.png); } .jstree-default-large .jstree-node { background-position: -288px 0; background-repeat: repeat-y; } .jstree-default-large .jstree-last { background: 0 0; } .jstree-default-large .jstree-open > .jstree-ocl { background-position: -128px 0; } .jstree-default-large .jstree-closed > .jstree-ocl { background-position: -96px 0; } .jstree-default-large .jstree-leaf > .jstree-ocl { background-position: -64px 0; } .jstree-default-large .jstree-themeicon { background-position: -256px 0; } .jstree-default-large > .jstree-no-dots .jstree-node, .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: 0 0; } .jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -32px 0; } .jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: 0 0; } .jstree-default-large .jstree-disabled { background: 0 0; } .jstree-default-large .jstree-disabled.jstree-hovered { background: 0 0; } .jstree-default-large .jstree-disabled.jstree-clicked { background: #efefef; } .jstree-default-large .jstree-checkbox { background-position: -160px 0; } .jstree-default-large .jstree-checkbox:hover { background-position: -160px -32px; } .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-large .jstree-checked > .jstree-checkbox { background-position: -224px 0; } .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-large .jstree-checked > .jstree-checkbox:hover { background-position: -224px -32px; } .jstree-default-large .jstree-anchor > .jstree-undetermined { background-position: -192px 0; } .jstree-default-large .jstree-anchor > .jstree-undetermined:hover { background-position: -192px -32px; } .jstree-default-large .jstree-checkbox-disabled { opacity: 0.8; filter: url("data:image/svg+xml;utf8,#jstree-grayscale"); filter: gray; -webkit-filter: grayscale(100%); } .jstree-default-large > .jstree-striped { background-size: auto 64px; } .jstree-default-large.jstree-rtl .jstree-node { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==); background-position: 100% 1px; background-repeat: repeat-y; } .jstree-default-large.jstree-rtl .jstree-last { background: 0 0; } .jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl { background-position: -128px -32px; } .jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl { background-position: -96px -32px; } .jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl { background-position: -64px -32px; } .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl { background: 0 0; } .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { background-position: -32px -32px; } .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { background-position: 0 -32px; } .jstree-default-large .jstree-themeicon-custom { background-color: transparent; background-image: none; background-position: 0 0; } .jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl { background: url(../../../assets/vendor/tree/img/throbber.gif) center center no-repeat; } .jstree-default-large .jstree-file { background: url(../../../assets/vendor/tree/img/32px.png) -96px -64px no-repeat; } .jstree-default-large .jstree-folder { background: url(../../../assets/vendor/tree/img/32px.png) -256px 0 no-repeat; } .jstree-default-large > .jstree-container-ul > .jstree-node { margin-left: 0; margin-right: 0; } #jstree-dnd.jstree-default-large { line-height: 32px; padding: 0 4px; } #jstree-dnd.jstree-default-large .jstree-ok, #jstree-dnd.jstree-default-large .jstree-er { background-image: url(../../../assets/vendor/tree/img/32px.png); background-repeat: no-repeat; background-color: transparent; } #jstree-dnd.jstree-default-large i { background: 0 0; width: 32px; height: 32px; line-height: 32px; } #jstree-dnd.jstree-default-large .jstree-ok { background-position: 0 -64px; } #jstree-dnd.jstree-default-large .jstree-er { background-position: -32px -64px; } .jstree-default-large.jstree-rtl .jstree-node { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==); } .jstree-default-large.jstree-rtl .jstree-last { background: 0 0; } @media (max-width: 768px) { #jstree-dnd.jstree-dnd-responsive { line-height: 40px; font-weight: 700; font-size: 1.1em; text-shadow: 1px 1px #fff; } #jstree-dnd.jstree-dnd-responsive > i { background: 0 0; width: 40px; height: 40px; } #jstree-dnd.jstree-dnd-responsive > .jstree-ok { background-image: url(../../../assets/vendor/tree/img/40px.png); background-position: 0 -200px; background-size: 120px 240px; } #jstree-dnd.jstree-dnd-responsive > .jstree-er { background-image: url(../../../assets/vendor/tree/img/40px.png); background-position: -40px -200px; background-size: 120px 240px; } #jstree-marker.jstree-dnd-responsive { border-left-width: 10px; border-top-width: 10px; border-bottom-width: 10px; margin-top: -10px; } } @media (max-width: 768px) { .jstree-default-responsive .jstree-icon { background-image: url(../../../assets/vendor/tree/img/40px.png); } .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-leaf > .jstree-ocl { background: 0 0; } .jstree-default-responsive .jstree-node { min-height: 40px; line-height: 40px; margin-left: 40px; min-width: 40px; white-space: nowrap; } .jstree-default-responsive .jstree-anchor { line-height: 40px; height: 40px; } .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-icon:empty { width: 40px; height: 40px; line-height: 40px; } .jstree-default-responsive > .jstree-container-ul > .jstree-node { margin-left: 0; } .jstree-default-responsive.jstree-rtl .jstree-node { margin-left: 0; margin-right: 40px; } .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node { margin-right: 0; } .jstree-default-responsive .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox { background-size: 120px 240px; } .jstree-default-responsive .jstree-leaf > .jstree-ocl { background: 0 0; } .jstree-default-responsive .jstree-open > .jstree-ocl { background-position: 0 0 !important; } .jstree-default-responsive .jstree-closed > .jstree-ocl { background-position: 0 -40px !important; } .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl { background-position: -40px 0 !important; } .jstree-default-responsive .jstree-themeicon { background-position: -40px -40px; } .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-checkbox:hover { background-position: -40px -80px; } .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-responsive .jstree-checked > .jstree-checkbox, .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover { background-position: 0 -80px; } .jstree-default-responsive .jstree-anchor > .jstree-undetermined, .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover { background-position: 0 -120px; } .jstree-default-responsive .jstree-anchor { font-weight: 700; font-size: 1.1em; text-shadow: 1px 1px #fff; } .jstree-default-responsive > .jstree-striped { background: 0 0; } .jstree-default-responsive .jstree-wholerow { border-top: 1px solid rgba(255, 255, 255, .7); border-bottom: 1px solid rgba(64, 64, 64, .2); background: #ebebeb; height: 40px; } .jstree-default-responsive .jstree-wholerow-hovered { background: #e7f4f9; } .jstree-default-responsive .jstree-wholerow-clicked { background: #beebff; } .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow { box-shadow: inset 0 -6px 3px -5px #666; } .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow { box-shadow: inset 0 6px 3px -5px #666; border-top: 0; } .jstree-default-responsive .jstree-children .jstree-open + .jstree-open { box-shadow: none; } .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-node > .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox { background-image: url(../../../assets/vendor/tree/img/40px.png); background-size: 120px 240px; } .jstree-default-responsive .jstree-node { background-position: -80px 0; background-repeat: repeat-y; } .jstree-default-responsive .jstree-last { background: 0 0; } .jstree-default-responsive .jstree-leaf > .jstree-ocl { background-position: -40px -120px; } .jstree-default-responsive .jstree-last > .jstree-ocl { background-position: -40px -160px; } .jstree-default-responsive .jstree-themeicon-custom { background-color: transparent; background-image: none; background-position: 0 0; } .jstree-default-responsive .jstree-file { background: url(../../../assets/vendor/tree/img/40px.png) 0 -160px no-repeat; background-size: 120px 240px; } .jstree-default-responsive .jstree-folder { background: url(../../../assets/vendor/tree/img/40px.png) -40px -40px no-repeat; background-size: 120px 240px; } .jstree-default-responsive > .jstree-container-ul > .jstree-node { margin-left: 0; margin-right: 0; } }