/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,figcaption { font-size: 1em; font-weight: normal; font-style: normal; display:inline-block; }
strong, em { display: inline; }
ul { list-style: none outside; }
*, :after, :before {
    box-sizing: border-box;
}

@font-face {font-family: 'HelveticaNeue';src: url('fonts/HelveticaNeueRegular.woff2') format('woff2'),url('fonts/HelveticaNeueRegular.woff') format('woff'),url('fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'),url('fonts/HelveticaNeueRegular.ttf') format('truetype'),url('fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');src: url('fonts/HelveticaNeueRegular.eot');font-weight: normal;font-style: normal;font-display: swap;}
@font-face {font-family: 'HelveticaNeue';src: url('fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),url('fonts/HelveticaNeue-CondensedBold.woff') format('woff'),url('fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'),url('fonts/HelveticaNeue-CondensedBold.ttf') format('truetype'),url('fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');src: url('fonts/HelveticaNeue-CondensedBold.eot');font-weight: bold;font-style: normal;font-display: swap;}

body{text-align:center;background:#f4f4f4;font-family:"HelveticaNeue",arial; }

#container{height:100vh;overflow:hidden;display:flex;flex-flow:column nowrap;}

.main{display:flex;flex-flow:row nowrap;flex:1 1 auto;min-height:1px;position:relative;flex-flow:row-reverse nowrap;}
.content{position:relative;margin-left: 224px;transition: margin .2s ease;}
.main.mod-collapsed .content{margin-left: 68px;}
.desktop .content {display: flex;flex-flow: column nowrap;flex: 1 1 auto;min-height: 1px;min-width: 1px;overflow:hidden;}

.desktop .workspace-widgets-toolbar{align-items: center;display: flex;flex-flow: row nowrap;flex-shrink: 0;justify-content: space-between;}
.page-header {align-items: center;background-color: #495965;color:#fff;border-bottom: 1px solid #e2e6e9;display: flex;flex-flow: row nowrap;flex: 1 0 auto;height: 64px;justify-content: space-between;padding: 0 24px 0 20px;}
.page-header>.details {display: flex;flex-flow: column nowrap;}
.page-header>.details>.title {align-items:center;display: flex;flex-flow: row nowrap;}
.page-header>.details>.title .text {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;line-height: 24px;margin-left:10px;}
.widget-title-icon {background-position: 50%;background-repeat: no-repeat;background-size: 24px;border-radius: 2px;flex: 0 0 auto;height: 24px;width: 24px;}
.widget-title-icon-board {background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' d='M0 0h48v48H0z'/%3E%3Cpath fill='%23FFF' d='M12 36h6V12h-6v24zm9-9h6V12h-6v15zm9-15v15h6V12h-6z'/%3E%3C/svg%3E);}
.widgetcolor-blue{background-color: #2196f3;}
.widgetcolor-orange{background-color: #f26b22;}

h1{display:block;clear:both;font-weight:bold;font-size:22px;text-align:left;margin-bottom:20px;}
.desktop .workspace-widgets-panes{display: flex;flex-flow: column nowrap;flex: 1 1 auto;justify-content: space-between;min-height: 1px;padding:20px;text-align:center;overflow-y:scroll;}
.widgets-list {flex: 1 1 auto;display: flex;flex-flow: column nowrap;min-height: 1px;min-width: 360px;max-width: 100%;position: relative;}
.widget{background-color:#fff;margin-bottom:30px;border-radius:2px;box-shadow:0 2px 8px 0 rgba(0,0,0,.04);display:block;text-align:left;}
.widget-title{padding:8px 12px;border-bottom:1px solid #acbece;}
.widget.mod-minimized .widget-title {border: none;}
.widget-title .widget-title-content{min-height: 32px;align-items: center;display: flex;flex-flow: row nowrap;flex: 1 1 auto;transition: transform .2s ease;}
.widget-title .widget-title-content .widget-title-arrow {height: 24px;width: 38px;align-items: center;cursor: pointer;display: flex;flex: 0 0 auto;justify-content: center;margin: -6px 0 -6px -12px;}
.widget-title .widget-title-content .widget-title-arrow .symbol-arrowhead-down {fill: #1c2733;stroke: #1c2733;transition: transform .1s ease-in-out;}
.widget.mod-minimized .widget-title-arrow .symbol-arrowhead-down{transform: rotate(-90deg);}
.widget-title .widget-title-content .widget-title-name-wrapper{align-items: flex-start;display: flex;flex-flow: column nowrap;flex: 1 1 auto;min-width: 1px;position: relative;color: #172533;font-size: 16px;font-weight: 700;}
.widget-content{background:#ffffff;padding:12px 15px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;}
.widget.mod-minimized .widget-content{opacity: 0;display: none;}
.cti-logo{max-height:25px;}
.filters li{display:inline-block;margin-right:5px;}
.filters li span {display: block;margin-bottom: 5px;font-size:16px;}
.filters input[type="submit"] {padding: 9px 45px;font-size: 15px;margin-left:20px;text-transform: capitalize;font-weight:bold;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}
input[type="text"].datepickrange{min-width:230px;padding-right:40px;}
table.report-list{width:100%;border-collapse: collapse;text-align:center;}
.alternate-color tr:nth-of-type(2n) td{background:#f1f1f1;}
#items-scanned tr:nth-of-type(2n + 1) td{background:#f1f1f1;}
table.report-list td{font-size:14px;padding:15px 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
table.report-list .header-table td{background:#ffffff;font-weight:bold;border:none;}
table.report-list .header-table.dark td{background:#495965;color:#fff;}
.shipment-status{width:15px;}
.dtrg-group{text-align:center;font-weight:bold;}
.functions-user{text-align:right;margin-bottom:5px;}
.functions-user a{color:#fff;padding:3px;display:inline-block;}
.dataTables_filter{margin-bottom:20px;padding-bottom:20px;border-bottom: 1px solid #acbece;}
.dataTables_filter input[type="search"]{max-width:300px;margin-top:5px;}
.chart{width:100%;min-height:250px;}
.edit,.tracking{background:#47545d;display:inline-block;padding:5px;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.tracking{background:#ec6a33;}
.edit.disabled{background:#ececec;}
.edit img,.tracking img{max-width:25px;}
.tracking-status,.tracking-info{width:65%;float:left;padding:20px;border-right:1px solid #acbece;}
.tracking-info{width:35%;border:none;}
.tracking-status table,.tracking-info table,.view-po{width:100%;}
.tracking-info table tr td,.view-po tr td {font-weight:bold;padding-bottom:30px;}
.tracking-info table tr td span,.view-po tr td span{font-weight:normal;display:block;margin-bottom:5px;color:#495865;font-size:13px;}
.view-po{border-collapse:collapse;margin-bottom:40px;}
.view-po tr td{font-weight:normal;font-size:14px;padding:15px 0;border-bottom:1px solid #efefef}
.view-po tr td span{color:#000;font-weight:bold;}
.view-po tr.header-table td{padding-bottom:0;border:none;}
.tooltip-box{font-size:13px;}

.timeline ul li {list-style-type: none;position:relative;width:2px;min-height:90px;margin:0 auto 0 120px;padding-top: 50px;font-size:13px;background: #dadada;}
.timeline ul li.achieved{background:#ec6a33;}
.timeline ul li .left-timeline{position:absolute;bottom:0px;right:30px;text-align:right;min-width:200px;}
.timeline ul li .right-timeline{position:absolute;bottom:0;left:30px;font-weight:bold;min-width:200px;}
.timeline ul li .left-timeline span{display:block;margin-top:2px;color:#495865;font-size:12px;}
.timeline ul li::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width:12px;height:12px;border-radius: 50%;background: inherit;}

.form-container{background:#fff;padding:30px;text-align:left;}
.form-container h2{display:block;font-weight:bold;font-size:16px;clear:both;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ecedef;}
.form-container h3{display:inline-block;font-weight:bold;font-size:16px;margin-bottom:10px;}
.form-container .section{margin-bottom:40px;}
.form-container .section.half{width:calc(50% - 13px);margin-right:20px;display:inline-block;}
.form-container .section .line input,.form-container .section .line select{margin:0 20px 20px 0;}
.form-container .section .line:last-of-type input,.form-container .section .line:last-of-type select{margin-bottom:0;}
.form-container .section #containers .line:last-of-type input,.form-container .section #containers .line:last-of-type select{margin-bottom:20px;}
.form-container .section .line input:last-child,.form-container .section .line select:last-child{margin-right:0;}
.form-container .section .input-wrapper{width:calc(50% - 10px);margin-right:20px;float:left;}
.form-container .section .input-wrapper.small{width:calc(25% - 15px);}
.form-container .section .input-wrapper.medium{width:calc(75% - 5px);}
.form-container .section .input-wrapper.big{width:100%;margin-right:0;float:none;}
.form-container .section div.input-wrapper:last-of-type{margin-right:0;}
.form-container .section .line span{font-size:14px;color:#55626a;margin-bottom:10px;display:block;}
.form-container .section .line p{margin-bottom:10px;}
.form-container .section .line span.inline-block{margin:0 20px 0 0;display:inline-block;}
.form-container .section .line span.width-auto:first-of-type{width:auto;}
.form-container .section .line input[type="radio"]{width:20px;height:20px;margin-bottom:0;color:#1e2021;vertical-align:middle;}
.form-container input[type="text"], .form-container input[type="password"], .form-container input[type="date"], .form-container input[type="number"], .form-container select, .form-container textarea,.data-review,.form-container .select2-container--default .select2-selection--single{padding: 8px 8px;border:2px solid #f4f4f4;}
.form-container select{padding: 7px 8px;}
.form-container input[type="date"]{padding: 6px 8px;}
.auto-select select{width:199px;}
.add-file,.change-info,.change-info-new,#add-container,#add-cargo,.remove-cargo,.remove-container,.remove-file,.change-packaging,#add-packaging,.remove-packaging{background:#f0f0f0;text-decoration:none;color:#566470;display:inline-block;padding:7px 20px 7px 20px;font-size:20px;border:2px solid #f0f0f0;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;}
h2 .change-info,h2 .change-packaging{background:none;padding:0;border:0;margin-top:4px;font-weight:normal;float:right;font-size:14px;}
.change-info,.change-info-new,#add-container,#add-cargo,.remove-cargo,.remove-container,.remove-file,.change-packaging,#add-packaging,.remove-packaging{font-size:14px;}
#ocean-freight,#air-freight,#land-freight,.hidden-section{overflow:hidden;transition:transform 0.5s ease-out;transform:scaleY(1);transform-origin:top;height:auto;}
#ocean-freight.collapsed,#air-freight.collapsed,#land-freight.collapsed,.hidden-section.collapsed,.collapsed{transform:scaleY(0);height:0;margin-bottom:0;}
.response{text-align: left;}
.response p{color: #bebebe;margin-bottom: 30px}
.response h1{text-align: left;margin-bottom: 15px}
.response img{height: 80px;max-height: 80px;margin-bottom: 60px}
.response img.logo{margin-left: 30px;}
.response a{color: #1e2021;font-size: 12px;}
mark.highlight {font-weight: bold;color:#ff9562;background: none;}
.select2-container{width: 100%!important;margin-bottom:0;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#495865;line-height:1em;}
.select2-container--default .select2-selection--single{height:auto;}
.form-container .select2-container--default .select2-selection--single{padding:9px 8px 8px 8px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;margin-top:-13px;}
.form-container .select2-container span{margin-bottom:0!important;}
.select2-search--dropdown .select2-search__field {width: 98%;}
.select2-container--default .select2-results>.select2-results__options{text-align:left;}
.select2-dropdown{border:2px solid #f4f4f4;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}
.select2-container--default .select2-search--dropdown .select2-search__field{background:#fdfdfd;}
.summary-wrapper{background:#ec694c;width:calc(25% - 15px);color:#fff;margin-right:20px;font-size:16px;float:left;padding:10px 15px;}
.summary-wrapper:nth-of-type(2){background:#53a651;}
.summary-wrapper:nth-of-type(3){background:#5cd0f5;}
.summary-wrapper:nth-of-type(4){background:#2171bd;}
.summary-wrapper h2{display:block;clear:both;text-align:center;font-weight:normal;font-size:18px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ffffff;}
.summary-wrapper h3{display:block;clear:both;text-align:center;font-weight:bold;font-size:22px;margin-bottom:10px;}
.summary-wrapper ul li{width:50%;float:left;}
.summary-wrapper ul li:nth-of-type(2){text-align:right;}
.summary-wrapper ul li span{font-size:14px;display:block;margin-bottom:3px;}

.functions-table{float:right;margin:15px 5px 0 0;}
.single-booking-button.disabled{background:#fff;cursor:none;display:none;}


.navigation{background-color: #ffffff;width:224px;display: flex;flex-flow: column nowrap;flex: 0 0 auto;height:100%;left: 0;position: absolute;text-align:left;}
.main.mod-collapsed .navigation{transform: translateX(-156px);}
.navigation{transition: transform .2s ease;}
.navigation-header{align-items: center;cursor: pointer;display: flex;flex: 0 0 auto;height: 64px;padding: 0 16px;}
.mod-collapsed .navigation .navigation-header{justify-content: center;margin-left: 156px;}
.navigation-header:hover,.navigation .collapse-sidebar-button:hover{background-color: rgba(0,0,0,.25);}
.navigation-header .avatar{flex: 0 0 auto;text-align:left;}
.fui-avatar-content {align-items: center;display: flex;flex-flow: row nowrap;flex: 0 0 auto;font-size:14px;color:#fff;}
.fui-avatar-content {background-color: #b8bfc7;border-radius: 4px;height: 32px;width: 32px;background-position: 50%;background-repeat: no-repeat;background-size: cover;justify-content: center;overflow: hidden;}
.navigation-header .details{flex: 1 1 auto;min-width: 1px;padding: 0 0 0 8px;}
.navigation-header .details .workspaceinfo {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #262727;font-size: 15px;font-weight: 700;margin: -2px 0 0;}
.navigation-header .details .userinfo {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 12px;color: hsla(0,0%,100%,.75);margin: 0 0 0;}
.navigation-header .icon {flex: 0 0 auto;margin: 0 0 0 8px;}
.navigation-header .icon .symbol-chevron-down {stroke: hsla(0,0%,100%,.75);}
.mod-collapsed .navigation .navigation-header .details, .mod-collapsed .navigation .navigation-header .icon {display: none;}

.navigation .navigation-items-wrapper {display: flex;flex-flow: column nowrap;flex: 1 1 auto;overflow: hidden;}
.navigation-title {font-size: 13px;align-items: center;color:#262727;display: flex;font-weight: 700;line-height: 32px;padding: 0 9px 0 16px;}
.navigation-title .text {overflow: hidden;color:#262727;text-overflow: ellipsis;white-space: nowrap;flex: 1 1 auto;}
.navigation-item {align-items: center;color:#495865;cursor: pointer;display: flex;flex: 0 0 auto;font-size:15px;}
.navigation-item:hover {background-color: rgba(0,0,0,.25);color:#fff;}
.navigation-item a{width:100%;display:block;color:#495865;text-decoration:none;}
.navigation-item:hover a{color:#fff;}
.navigation-item.is-selected .item-content {background-color: #f26a22;color: #fff;}
.navigation-item.is-selected .item-content a{color:#fff;}
.navigation-item .item-content {align-items: center;display: flex;flex-flow: row nowrap;flex: 1 1 auto;height: 34px;min-width: 1px;padding: 6px 16px 6px 30px;}
.mod-collapsed .navigation .navigation-items-wrapper{opacity: 0;}

.navigation .collapse-sidebar-button {display: flex;padding: 6px 0;}
.collapse-sidebar-button{align-content: center;align-items: center;color: hsla(0,0%,100%,.75);flex: 0 0 48px;padding: 6px 16px;text-align: center;vertical-align: middle;}
.navigation .collapse-sidebar-button .collapse-sidebar-icon {margin: 0 auto 0 calc(50% - 9px);transition: margin-left .2s ease;}
.navigation .collapse-sidebar-button .fui-icon {stroke: #262727;}
.navigation .collapse-sidebar-button:hover{color: #fff;cursor: pointer;}
.mod-collapsed .navigation .collapse-sidebar-button .collapse-sidebar-icon{margin-left: 181px;}

.fui-icon {display: block;fill: transparent;flex: 0 0 auto;height: 18px;stroke-linecap: round;stroke-linejoin: round;stroke-miterlimit: 10;stroke-width: 1.5;stroke: #707f8f;width: 18px;}

input[type="text"],input[type="search"], input[type="password"], input[type="date"], input[type="number"], select, textarea, .submit-cancel, .conferma-elimina, .data-review,.select2-container--default .select2-selection--single{background:#fdfdfd;width: 100%;color: #495865;padding: 8px 8px;font-size: 15px;border: 1px solid #e6e6e6;outline: 0 none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}
input[type="submit"] {background: #495965;width: auto;padding: 10px 45px;border: none;text-transform: capitalize;color: #fff;font-size: 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}

/* LOADER */
#loader-wrapper {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000;}
#loader {display: block;position: relative;left: 50%;top: 50%;width: 150px;height: 150px;margin: -75px 0 0 -75px;border-radius: 50%;border: 3px solid transparent;border-top-color: #000000;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;z-index: 1001;}
#loader:before {content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f26b22;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;}
#loader:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #fff;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}
#loader-wrapper .loader-section {position: fixed;top: 0;width: 51%;height: 100%;background: #495965;z-index: 1000;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
#loader-wrapper .loader-section.section-left {left: 0;}
#loader-wrapper .loader-section.section-right {right: 0;}
.loaded #loader-wrapper .loader-section.section-left {-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader-wrapper .loader-section.section-right {-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader {opacity: 0;-webkit-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;}
.loaded #loader-wrapper {visibility: hidden;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%); -webkit-transition: all 0.3s 1s ease-out;  transition: all 0.3s 1s ease-out;}
.no-js #loader-wrapper {display: none;}

#message-div-2,.login-div{background:#fff;width:550px;padding:25px 25px;text-align:left;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:10;display:none;}
#bg-overlay-2{z-index:7;}
#message-div-2{z-index:8;max-height:85%;overflow-x:scroll;}
.login-div{background:none;padding:0;width:800px;display:block;}
.submit-cancel,.conferma-elimina{background:#495965;color:#fff;font-size:17px;font-weight:bold;display:block;text-align:center;border:none;text-transform:uppercase;}
.submit-cancel{background:#bb1838;}
.login-logo,.login{text-align:center;width:46%;float:left;}
.login-logo{position:absolute;top:50%;transform:translateY(-50%);}
.login-logo img{max-width:100%;margin-bottom:10px;}
.login-logo p{width:80%;margin:auto;}
.login{background:#fff;padding:25px;text-align:left;border:1px solid #f0f0f0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;float:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.login h1{width:100%;padding:0;}
.login ul li{margin-bottom:15px;}
.login ul li input[type="text"],.login ul li input[type="password"]{margin-top:5px;}
.login ul li input[type="submit"]{width:100%;}
.login-bg{background:#f5f5f5;}

.inputfile{width: 0.1px;height: 0.1px;opacity: 0;overflow: hidden;position: absolute;z-index: -1;}
.inputfile + label{background-color: #fcfcfc;width:100%;max-width: 100%;text-align:center;overflow: hidden;font-size: 14px;font-weight: bold;color:#5f5d5d;border:2px solid #f4f4f4;padding: 8px 8px;display: inline-block;cursor: pointer;outline: 0 none;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;}
.inputfile + label span.inline-block{margin:0 0 0 5px!important;}
.inputfile + label svg{fill: #5f5d5d;}
.red{border-color:red!important;}


.alert-success {color:#3c763d;background-color:#dff0d8;border-color: #d6e9c6;}
.alert {margin-bottom:20px;border:1px solid transparent;border-radius:4px;}
.add-user-button {width: fit-content;background: #f26b22;color: #fff!important;display: block;font-weight: bold;padding: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 2px;float: right;font-size: 14px;}
/*.function-datatables-scanned{position:absolute;right:235px;z-index:2;}*/
.function-datatables-scanned {position: absolute;right: 0px;top: 34px;margin-right: 20px;}
.function-datatables-scanned .wrapper{width:auto!important;float:right;margin-left:10px;}
.scanned-items .wrapper{width: calc(50% - 6px);display: inline-block;margin-bottom: 15px;font-size: 14px;vertical-align: top;}
.scanned-items .wrapper.big{width: 100%;margin-right: 0;}

a{text-decoration:none;color:#f26b22;}
a img{border:none;}

.clear { display: block; clear: both; }
.hidden { display:none; }
.width-100{width:100%!important;float:none!important;clear:both;display:block;}
.indent-left{padding-left:25px!important;}
.double-indent-left{padding-left:50px!important;}
.border-bottom-solid{border-bottom:1px solid #ecedef;}
.border-solid{border:1px solid #fff!important;}
.font-normal{font-weight:normal;}
.font-bold{font-weight:bold;}
.font-size-16{font-size:16px;}
.font-size-14{font-size:14px;}
.padding-5{padding:5px;}
.padding-left-20{padding-left:20px;}
.color-white{color:#fff;}
.color-red{color:#bb1838;}
.background-red{background:#bb1838;}
.margin-top-5{margin-top:5px;}
.margin-bottom-20{margin-bottom:20px;}
.text-align-left{text-align:left;}
.text-align-right{text-align:right;}
.text-align-center{text-align:center;}
.display-none,#show-menu{display:none!important;}
.print-display{display:none;}
.no-margin-right{margin-right:0!important;}
.margin-top-10{margin-top:10px;}
.margin-top-26{margin-top:26px;}
.margin-top-50{margin-top:50px;}
.margin-top-40{margin-top:40px;}

.spacer-5 { display: block; height: 5px !important; }
.spacer-10 { display: block; height: 10px !important; }
.spacer-15 { display: block; height: 15px !important; }
.spacer-20 { display: block; height: 20px !important; }
.spacer-25 { display: block; height: 25px !important; }
.spacer-30 { display: block; height: 30px !important; }
.spacer-35 { display: block; height: 35px !important; }
.spacer-40 { display: block; height: 40px !important; }
.spacer-50 { display: block; height: 50px !important; }
.spacer-60 { display: block; height: 60px !important; }
.spacer-70 { display: block; height: 70px !important; }
.spacer-80 { display: block; height: 80px !important; }
.spacer-90 { display: block; height: 90px !important; }
.spacer-100 { display: block; height: 100px !important; }