.portal_container {
    position: relative;
    width: 50%;
    padding-bottom: 20%;
    float:left;
}

.portal {
    position:absolute;
    width:90%;
    height:90%;
    text-align:center;
    border: 1px solid #CCC;
}
.portal img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    cursor: pointer;
}

@-moz-document url-prefix() {
    /* Firefox doesn't respect max-width in certain situations */
    img { width: 100%; max-width: -moz-max-content; }
}

.login-wrapper {
    background-color: #DE1D27 !important;
}

.login-wrapper .bg-pic > img {
    opacity: 1 !important;
}

.header .brand {
    vertical-align: middle;
    width: 365px;
    text-align: center;
}
.btn-Blue-Point,
.btn-Blue-Point:focus {
    color: #ffffff;
    background-color: #48b0f7;
    border-color: #48b0f7;
}
.btn-Blue-Point.active,
.btn-Blue-Point:active,
.btn-Blue-Point.active:focus,
.btn-Blue-Point:active:focus,
.btn-Blue-Point:active:hover,
.open .dropdown-toggle.btn-Blue-Point {
    background-color: #3a8fc8;
    border-color: #3a8fc8;
    color: #ffffff;
}
.btn-Blue-Point.hover,
.btn-Blue-Point:hover,
.open .dropdown-toggle.btn-Blue-Point {
    background-color: #6dc0f9;
    border-color: #6dc0f9;
    color: #ffffff;
}
.btn-Blue-Point.active:hover {
    background: #3e97d4;
    border-color: #3e97d4;
}
.btn-Snap-on,
.btn-Snap-on:focus {
    color: #ffffff;
    background-color: #DE1D27;
    border-color: #DE1D27;
}
.btn-Snap-on.active,
.btn-Snap-on:active,
.btn-Snap-on.active:focus,
.btn-Snap-on:active:focus,
.btn-Snap-on:active:hover,
.open .dropdown-toggle.btn-Snap-on {
    background-color: #DE1D27;
    border-color: #DE1D27;
    color: #ffffff;
}
.btn-Snap-on.hover,
.btn-Snap-on:hover,
.open .dropdown-toggle.btn-Snap-on {
    background-color: #c64643;
    border-color: #c64643;
    color: #ffffff;
}
.btn-Snap-on.active:hover {
    background: #c64643;
    border-color: #c64643;
}
.btn-Snap-on.disabled,
.btn-Snap-on[disabled],
fieldset[disabled] .btn-Snap-on,
.btn-Snap-on.disabled:hover,
.btn-Snap-on[disabled]:hover,
fieldset[disabled] .btn-Snap-on:hover,
.btn-Snap-on.disabled:focus,
.btn-Snap-on[disabled]:focus,
fieldset[disabled] .btn-Snap-on:focus,
.btn-Snap-on.disabled:active,
.btn-Snap-on[disabled]:active,
fieldset[disabled] .btn-Snap-on:active,
.btn-Snap-on.disabled.active,
.btn-Snap-on[disabled].active,
fieldset[disabled] .btn-Snap-on.active {
    background-color: #c64643;
    border-color: #c64643;
}

.btn-Anders,
.btn-Anders:focus {
    color: #ffffff;
    background-color: #6d5cae;
    border-color: #6d5cae;
}
.btn-Anders.active,
.btn-Anders:active,
.btn-Anders.active:focus,
.btn-Anders:active:focus,
.btn-Anders:active:hover,
.open .dropdown-toggle.btn-Anders {
    background-color: #584b8d;
    border-color: #584b8d;
    color: #ffffff;
}
.btn-Anders.hover,
.btn-Anders:hover,
.open .dropdown-toggle.btn-Anders {
    background-color: #8a7dbe;
    border-color: #8a7dbe;
    color: #ffffff;
}
.btn-Anders.active:hover {
    background: #5e4f96;
    border-color: #5e4f96;
}
.btn-Anders.disabled,
.btn-Anders[disabled],
fieldset[disabled] .btn-Anders,
.btn-Anders.disabled:hover,
.btn-Anders[disabled]:hover,
fieldset[disabled] .btn-Anders:hover,
.btn-Anders.disabled:focus,
.btn-Anders[disabled]:focus,
fieldset[disabled] .btn-Anders:focus,
.btn-Anders.disabled:active,
.btn-Anders[disabled]:active,
fieldset[disabled] .btn-Anders:active,
.btn-Anders.disabled.active,
.btn-Anders[disabled].active,
fieldset[disabled] .btn-Anders.active {
    background-color: #6d5cae;
    border-color: #6d5cae;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

body .orderdetails {
    /* new custom width */
    width: 90%;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: 5%;
}
body .orderdetails .modal-dialog {
    width: 90%;
}
.note-dialog .modal-dialog .checkbox input[type=checkbox] { opacity: 1 !important; height: 15px !important; width: 15px !important; }
.note-dialog .modal-dialog .checkbox label:before { display: none !important; }

.inline-input, .input-group-addon {
    border: none !important;
    outline: none !important;
    background: transparent !important;
}
.inline-input {
    max-width: 65px;
    font-weight: bold;
    padding: 3px 1px;
}

.nav-right {
    float: right !important;
    margin-top: 10px !important;
}

/*Table Ordermanagement*/
.fixed_headers {
    width: 100%;
    /*table-layout: fixed;*/
    border-collapse: collapse;
}
.fixed_headers thead {
    width: 105%;
}
.fixed_headers th,
.fixed_headers td {
    padding: 5px;
    text-align: left;
    /*border: 1px solid;*/
}
.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
    width:20px;
}
.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
    width: 40px !important;
}
.fixed_headers td:nth-child(3),
.fixed_headers th:nth-child(3) {
    width: 60px;
}
.fixed_headers td:nth-child(4),
.fixed_headers th:nth-child(4) {
    width: 135px;
}
.fixed_headers td:nth-child(5),
.fixed_headers th:nth-child(5) {
    width: 220px;
}
.fixed_headers td:nth-child(6),
.fixed_headers th:nth-child(6) {
    width: 140px;
}
.fixed_headers td:nth-child(7),
.fixed_headers th:nth-child(7) {
    width: 130px;
}
.fixed_headers td:nth-child(8),
.fixed_headers th:nth-child(8) {
    width: 110px;
}
.fixed_headers td:nth-child(9),
.fixed_headers th:nth-child(9) {
    width: 140px;
}
.fixed_headers td:nth-child(10),
.fixed_headers th:nth-child(10) {
    width: 140px;
}
.fixed_headers td:nth-child(11),
.fixed_headers th:nth-child(11) {
    width: 140px;
}
.fixed_headers td:nth-child(12),
.fixed_headers th:nth-child(12) {
    width: 140px;
}
.fixed_headers td:nth-child(13),
.fixed_headers th:nth-child(13) {
    width: 140px;
}
.fixed_headers td:nth-child(14),
.fixed_headers th:nth-child(14) {
    width: 40px;
}
.fixed_headers thead tr {
    display: block;
    position: relative;
}
.fixed_headers tfoot tr {
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 5px 0;
    border-top: 1px solid #ccc;
}
.fixed_headers tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 1225px) and (min-width: 1045px) {
    .priority-5{
        display:none;
    }
}

@media screen and (max-width: 1045px) and (min-width: 835px) {
    .priority-5{
        display:none;
    }
    .priority-4{
        display:none;
    }
}

@media screen and (max-width: 565px) and (min-width: 300px) {
    .priority-5{
        display:none;
    }
    .priority-4{
        display:none;
    }
    .priority-3{
        display:none;
    }
}

@media screen and (max-width: 300px) {
    .priority-5{
        display:none;
    }
    .priority-4{
        display:none;
    }
    .priority-3{
        display:none;
    }
    .priority-2{
        display:none;
    }
}
.dataTables_filter {
    text-align: right !important;
}

/* dropzone-style CUSTOM STYLING */

.dropzone-style,
.dropzone-style *,
.dropzone-style-previews,
.dropzone-style-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dropzone-style {
    position: relative;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(0,0,0,0.02);
    padding: 1em;
}

.dropzone-style.dz-clickable {
    cursor: pointer;
}
.dropzone-style.dz-clickable .dz-message,
.dropzone-style.dz-clickable .dz-message span {
    cursor: pointer;
}
.dropzone-style.dz-clickable * {
    cursor: default;
}
.dropzone-style .dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.dropzone-style.dz-drag-hover {
    border-color: rgba(0,0,0,0.15);
    background: rgba(0,0,0,0.04);
}
.dropzone-style.dz-started .dz-message {
    display: none;
}
.dropzone-style .dz-preview,
.dropzone-style-previews .dz-preview {
    background: rgba(255,255,255,0.8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #acacac;
    padding: 6px 6px 6px 6px;
}
.dropzone-style .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-style-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none;
}
.dropzone-style .dz-preview .dz-details,
.dropzone-style-previews .dz-preview .dz-details {
    width: 100px;
    height: 100px;
    position: relative;
    background: #ebebeb;
    padding: 5px;
    margin-bottom: 22px;
}
.dropzone-style .dz-preview .dz-details .dz-filename,
.dropzone-style-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%;
}
.dropzone-style .dz-preview .dz-details img,
.dropzone-style-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
.dropzone-style .dz-preview .dz-details .dz-size,
.dropzone-style-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px;
}
.dropzone-style .dz-preview.dz-error .dz-error-mark,
.dropzone-style-previews .dz-preview.dz-error .dz-error-mark {
    display: block;
}
.dropzone-style .dz-preview.dz-success .dz-success-mark,
.dropzone-style-previews .dz-preview.dz-success .dz-success-mark {
    display: block;
}
.dropzone-style .dz-preview:hover .dz-details img,
.dropzone-style-previews .dz-preview:hover .dz-details img {
    display: none;
}
.dropzone-style .dz-preview .dz-success-mark,
.dropzone-style-previews .dz-preview .dz-success-mark,
.dropzone-style .dz-preview .dz-error-mark,
.dropzone-style-previews .dz-preview .dz-error-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px;
}
.dropzone-style .dz-preview .dz-success-mark,
.dropzone-style-previews .dz-preview .dz-success-mark {
    color: #8cc657;
}
.dropzone-style .dz-preview .dz-error-mark,
.dropzone-style-previews .dz-preview .dz-error-mark {
    color: #ee162d;
}
.dropzone-style .dz-preview .dz-progress,
.dropzone-style-previews .dz-preview .dz-progress {
    position: absolute;
    top: 100px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none;
}
.dropzone-style .dz-preview .dz-progress .dz-upload,
.dropzone-style-previews .dz-preview .dz-progress .dz-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #8cc657;
}
.dropzone-style .dz-preview.dz-processing .dz-progress,
.dropzone-style-previews .dz-preview.dz-processing .dz-progress {
    display: block;
}
.dropzone-style .dz-preview .dz-error-message,
.dropzone-style-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245,245,245,0.8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500;
}
.dropzone-style .dz-preview:hover.dz-error .dz-error-message,
.dropzone-style-previews .dz-preview:hover.dz-error .dz-error-message {
    display: block;
}
.dropzone-style {
    border: 1px solid rgba(0,0,0,0.03);
    min-height: 360px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03);
    padding: 23px;
}
.dropzone-style .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-image: url("../images/spritemap.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone-style .dz-default.dz-message {
        background-image: url("../images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: rgba(73, 91, 98, 1);
}

.dropzone-style .dz-default.dz-message span {
    display: none;
}
.dropzone-style.dz-square .dz-default.dz-message {
    background-position: 0 -123px;
    width: 268px;
    margin-left: -134px;
    height: 174px;
    margin-top: -87px;
}
.dropzone-style.dz-drag-hover .dz-message {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
}
.dropzone-style.dz-started .dz-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.dropzone-style .dz-preview,
.dropzone-style-previews .dz-preview {
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    font-size: 14px;
}
.dropzone-style .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-style-previews .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
}
.dropzone-style .dz-preview.dz-success .dz-success-mark,
.dropzone-style-previews .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.dropzone-style .dz-preview.dz-error .dz-error-mark,
.dropzone-style-previews .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.dropzone-style .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-style-previews .dz-preview.dz-error .dz-progress .dz-upload {
    background: #ee1e2d;
}
.dropzone-style .dz-preview .dz-error-mark,
.dropzone-style-previews .dz-preview .dz-error-mark,
.dropzone-style .dz-preview .dz-success-mark,
.dropzone-style-previews .dz-preview .dz-success-mark {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background-image: url("../images/spritemap.png");
    background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone-style .dz-preview .dz-error-mark,
    .dropzone-style-previews .dz-preview .dz-error-mark,
    .dropzone-style .dz-preview .dz-success-mark,
    .dropzone-style-previews .dz-preview .dz-success-mark {
        background-image: url("../images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}
.dropzone-style .dz-preview .dz-error-mark span,
.dropzone-style-previews .dz-preview .dz-error-mark span,
.dropzone-style .dz-preview .dz-success-mark span,
.dropzone-style-previews .dz-preview .dz-success-mark span {
    display: none;
}
.dropzone-style .dz-preview .dz-error-mark,
.dropzone-style-previews .dz-preview .dz-error-mark {
    background-position: -268px -123px;
}
.dropzone-style .dz-preview .dz-success-mark,
.dropzone-style-previews .dz-preview .dz-success-mark {
    background-position: -268px -163px;
}
.dropzone-style .dz-preview .dz-progress .dz-upload,
.dropzone-style-previews .dz-preview .dz-progress .dz-upload {
    -webkit-animation: loading 0.4s linear infinite;
    -moz-animation: loading 0.4s linear infinite;
    -o-animation: loading 0.4s linear infinite;
    -ms-animation: loading 0.4s linear infinite;
    animation: loading 0.4s linear infinite;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: url("../images/spritemap.png");
    background-repeat: repeat-x;
    background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone-style .dz-preview .dz-progress .dz-upload,
    .dropzone-style-previews .dz-preview .dz-progress .dz-upload {
        background-image: url("../images/spritemap@2x.png");
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}
.dropzone-style .dz-preview.dz-success .dz-progress,
.dropzone-style-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.dropzone-style .dz-preview .dz-error-message,
.dropzone-style-previews .dz-preview .dz-error-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.dropzone-style .dz-preview:hover.dz-error .dz-error-message,
.dropzone-style-previews .dz-preview:hover.dz-error .dz-error-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.dropzone-style a.dz-remove,
.dropzone-style-previews a.dz-remove {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #eee));
    background-image: -webkit-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: -moz-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: -o-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: -ms-linear-gradient(top, #fafafa 0, #eee 100%);
    background-image: linear-gradient(top, #fafafa 0, #eee 100%);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #aaa;
    margin-top: 26px;
}
.dropzone-style a.dz-remove:hover,
.dropzone-style-previews a.dz-remove:hover {
    color: #666;
}
@-moz-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}
@-webkit-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}
@-o-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}
@-ms-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}
@keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}
.sidebar-header img, .header .brand img {
    width: 160px
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {

    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.trade_in_switch .switchery{
	margin-left:12px !important;
}











