/* GLOBAL */

@keyframes cssload-spinShrink {
    from {
        width: 78px;
        height: 78px;
        transform: rotate(0deg);
    }

    to {
        width: 10px;
        height: 10px;
        transform: rotate(1080deg);
        margin-top: 29px;
    }
}

@-o-keyframes cssload-spinShrink {
    from {
        width: 78px;
        height: 78px;
        -o-transform: rotate(0deg);
    }

    to {
        width: 10px;
        height: 10px;
        -o-transform: rotate(1080deg);
        margin-top: 29px;
    }
}

@-ms-keyframes cssload-spinShrink {
    from {
        width: 78px;
        height: 78px;
        -ms-transform: rotate(0deg);
    }

    to {
        width: 10px;
        height: 10px;
        -ms-transform: rotate(1080deg);
        margin-top: 29px;
    }
}

@-webkit-keyframes cssload-spinShrink {
    from {
        width: 78px;
        height: 78px;
        -webkit-transform: rotate(0deg);
    }

    to {
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(1080deg);
        margin-top: 29px;
    }
}

@-moz-keyframes cssload-spinShrink {
    from {
        width: 78px;
        height: 78px;
        -moz-transform: rotate(0deg);
    }

    to {
        width: 10px;
        height: 10px;
        -moz-transform: rotate(1080deg);
        margin-top: 29px;
    }
}

@keyframes cssload-dotShrink {
    from {
        height: 19px;
        width: 19px;
    }

    to {
        height: 3px;
        width: 3px;
        right: 0;
    }
}

@-o-keyframes cssload-dotShrink {
    from {
        height: 19px;
        width: 19px;
    }

    to {
        height: 3px;
        width: 3px;
        right: 0;
    }
}

@-ms-keyframes cssload-dotShrink {
    from {
        height: 19px;
        width: 19px;
    }

    to {
        height: 3px;
        width: 3px;
        right: 0;
    }
}

@-webkit-keyframes cssload-dotShrink {
    from {
        height: 19px;
        width: 19px;
    }

    to {
        height: 3px;
        width: 3px;
        right: 0;
    }
}

@-moz-keyframes cssload-dotShrink {
    from {
        height: 19px;
        width: 19px;
    }

    to {
        height: 3px;
        width: 3px;
        right: 0;
    }
}

@keyframes cssload-ring {
    0%, 50%, 100% {
        opacity: 0;
        width: 10px;
        height: 10px;
    }

    51% {
        opacity: 1;
    }

    70% {
        opacity: 0;
        width: 97px;
        height: 97px;
    }
}

@-o-keyframes cssload-ring {
    0%, 50%, 100% {
        opacity: 0;
        width: 10px;
        height: 10px;
    }

    51% {
        opacity: 1;
    }

    70% {
        opacity: 0;
        width: 97px;
        height: 97px;
    }
}

@-ms-keyframes cssload-ring {
    0%, 50%, 100% {
        opacity: 0;
        width: 10px;
        height: 10px;
    }

    51% {
        opacity: 1;
    }

    70% {
        opacity: 0;
        width: 97px;
        height: 97px;
    }
}

@-webkit-keyframes cssload-ring {
    0%, 50%, 100% {
        opacity: 0;
        width: 10px;
        height: 10px;
    }

    51% {
        opacity: 1;
    }

    70% {
        opacity: 0;
        width: 97px;
        height: 97px;
    }
}

@-moz-keyframes cssload-ring {
    0%, 50%, 100% {
        opacity: 0;
        width: 10px;
        height: 10px;
    }

    51% {
        opacity: 1;
    }

    70% {
        opacity: 0;
        width: 97px;
        height: 97px;
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    99.9% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(0);
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Bootstrap customizations */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4, h4 {
    font-size: 18px;
}

.text-center {
    text-align: center;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.no-overflow{
    overflow:hidden;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.bold {
    font-weight:bold;
}
.clearboth {
    clear: both;
}

.position-relative {
    position: relative;
}

.center {
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase;
}

*::placeholder {
    color: #000
}
/**:focus::placeholder {
    color: #aaa;
}*/

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

table {
    background-color: transparent;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn img.second {
    width: 18px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}


.open > .dropdown-menu {
    display: block;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:first-child {
            margin-left: 0;
        }

.btn .caret {
    margin-left: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }


.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.navbar-nav > li {
    float: left;
    margin-left:10px;
}

.text-right {
    text-align: right;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: auto;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color:initial;
}
/* End Bootstrap customizations*/
@font-face {
    font-family: 'nobelregular';
    src: url('../fonts/nobel-regular.eot');
    src: url('../fonts/nobel-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nobel-regular.woff2') format('woff2'), url('../fonts/nobel-regular.woff') format('woff'), url('../fonts/nobel-regular.ttf') format('truetype'), url('../fonts/nobel-regular.svg#nobelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nobelbold';
    src: url('../fonts/nobel-bold.eot');
    src: url('../fonts/nobel-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/nobel-bold.woff2') format('woff2'), url('../fonts/nobel-bold.woff') format('woff'), url('../fonts/nobel-bold.ttf') format('truetype'), url('../fonts/nobel-bold.svg#nobelbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nobel-book';
    src: url('../fonts/nobel-book.eot');
    src: local('?'), url('../fonts/nobel-book.woff') format('woff'), url('../fonts/nobel-book.ttf') format('truetype'), url('../fonts/nobel-book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nobel-light';
    src: url('../fonts/nobel-light.eot');
    src: local('?'), url('../fonts/nobel-light.woff') format('woff'), url('../fonts/nobel-light.ttf') format('truetype'), url('../fonts/nobel-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pakt-regular';
    src: url('../fonts/pakt-regular.eot');
    src: local('?'), url('../fonts/pakt-regular.woff') format('woff'), url('../fonts/pakt-regular.ttf') format('truetype'), url('../fonts/pakt-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pakt-bold';
    src: url('../fonts/pakt-bold.eot');
    src: local('?'), /*url('../fonts/pakt-bold.woff') format('woff'),*/ url('../fonts/pakt-bold.ttf') format('truetype'), url('../fonts/pakt-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
@font-face {
    font-family: 'dancingscript';
    src: url('../fonts/DancingScript-Regular.ttf');
    src: local('?'), url('../fonts/DancingScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'nobel-book';
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.8px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
    position: relative;
    pointer-events: none;
    cursor: wait;
}

    body.detail-active {
        overflow: hidden;
    }

    body.loading {
        cursor: wait;
    }

        body.loading:before {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            cursor: wait;
            content: ' ';
            display: block;
        }

a, a:hover, a:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

    a.underline {
        text-decoration: underline;
    }

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    /*font-family: 'nobelregular';
    font-weight: normal;*/
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
}

h1 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.input-box .rdo + .txt {
    padding-left: 2px;
}

.btn {
    font-size: 12px;
    font-family: 'nobelbold';
    letter-spacing: 0.4px;
    border: 2px solid transparent;
    border-radius: 0;
    padding: 5px 34px;
    background-color: #000000;
    border: 2px solid #000000;
}
.btn-default {
    background-color: transparent;
	color:#333;
    text-transform:uppercase;
}
.btn-default:hover {
    background-color: #000000;
	color:#FFFFFF;
}
.btn-primary, .btn-primary.focus, .btn-primary:focus {
    background-color: #000000;
    border: 2px solid #000000;
    color:#fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform:uppercase;
}
.btn-primary:not(.no-hover):hover {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn + .btn {
    margin-left: 13px;
}
.btn-primary.btn-green, .btn-primary.btn-green.focus, .btn-primary.btn-green:focus {
    background-color: #0e8e0e;
    border-color: #0e8e0e;
}
.btn-primary.btn-green:not(.no-hover):hover {
    border-color: #0e8e0e;
    color: #0e8e0e;
}

.visibility-hidden {
    visibility: hidden;
}

input[type=button][disabled], input[type=reset][disabled], input[type=submit][disabled], button[disabled][disabled] {
    border-color: #e1e1e1;
    background-color: #fdfdfd;
    color: #b1b1b1 !important;
    cursor: not-allowed;
}
.wrapper {
    padding-bottom: 99.15px;
}

.wrapper-hidden {
    padding-bottom: 0;
    height: 0;
    overflow:hidden;
}

body > .loading .header,
body > .loading .footer {
    visibility: hidden;
}

.website-simplified .header {
    pointer-events: none;
}

.website-simplified .header .main-nav,
.website-simplified .header .right-header,
.website-simplified .footer{
    display: none;
}
/* Header */
.header {
    padding: 17px 0;
}

.logo {
    float: left;
    padding: 15px 14px 14px 15px;
    letter-spacing: 0.6px;
}

.logo .logo-left {
    color: #666;
    margin-right: 1px;
}
.logo .logo-right {
    font-family: 'nobelbold';
}

.logo img {
    display: block;
}

.page, .panel, .page-element, .modal {
display:none;
}
textarea{
    resize: none;
}

body .form-control {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px 6px;
    color: #000000;
    letter-spacing: 0.8px;
    min-height: 38px;
    outline: none;
}
body .form-control[type=date], body .form-control[type=month], body .form-control[type=time] {
    width: 140px;
}
body textarea.form-control {
    min-height: 70px;
}

.modal-dialog {
    width: 800px;
    margin: 0 auto;
}
.modal-dialog .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-dialog .modal-header {
    padding: 30px 30px 10px;
    border-bottom: none;
}
.modal-dialog .modal-header .close {
    margin-top: 8px;
    width: 16px;
    height: 16px;
    background: url('../images/i-close-16-black.png') no-repeat center center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    text-indent: -9999px;
    outline: none;
}
.modal-dialog .modal-title {
    font-size: 22px;
    font-family: 'nobelbold';
    text-transform: uppercase;
}
.modal-body {
    min-height: auto;
    text-align: center;
    padding: 15px 30px 55px 15px;
    overflow-y: auto;
    max-height: calc(98vh - 75px);
}
.modal-body p {
    padding-bottom: 30px;
    font-size: 18px;
}
.modal-body-left {
    text-align: left;
}
#cancelMetaModal .modal-dialog,#uploadDeleteModal .modal-dialog
{
    width: 600px;
}
.form-group {
    margin-bottom: 20px;
}
.fontbold {
    font-weight: bold;
}

#message-panel {
    /*padding-right: 17px;*/
    z-index: 2050;
}
#message-panel .modal-dialog {
    min-height: 277px;
    width: initial;
    max-width: 632px;
    padding: 0 15px;
}
#message-panel .friendly-message {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    max-width: 380px;
    margin: 0 auto;
    word-break: break-word;
}
#message-panel .technical-details,
.modal-dialog .technical-details {
    margin-top: 61px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    max-width: 350px;
    font-style: italic;
    color: gray;
}
#message-panel .friendly-message a, #message-panel .friendly-message  a:hover, #message-panel .friendly-message  a:focus {
    text-decoration: underline;
}

@media (max-width: 449px) {
    #message-panel .modal-dialog .modal-title {
        line-height: 32px;
        font-size: 20px;
        text-align: center;
        margin-left: 16px;
    }

    #message-panel .modal-dialog .modal-body{
        padding: 15px;
    }
    #message-panel .friendly-message {
        font-size: 14px;
    }
}
.toggle-div {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 0;
    display: block;
    z-index: 5;
}
.toggle-div-small {
    width: 24px;
    height: 10px;
    display:inline-block;
    margin-left:10px;
}
.toggle-true {
    background: url("../images/arrow-accordion-up.png") no-repeat center center;
}

.toggle-false {
    background: url("../images/arrow-accordion-down.png") no-repeat center center;
}



.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 250px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -6px;
    border-width: 6px 6px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -6px;
    border-width: 6px 6px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 6px;
    margin-top: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 6px;
    margin-top: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #000
}
.tooltip .tooltip-inner {
    border-radius: 0;
    padding: 8px 12px;
}
iframe#aspera-iframe-container {
    width: 600px !important;
    height: 430px !important;
    position: absolute !important;
    border: 1px solid #a0a0a0 !important;
    box-shadow: 2px 2px 15px #a0a0a0 !important;
    margin: 0 auto !important;
}
.install-aspera {
    padding-top: 400px;
    max-width: 580px;
    margin: 0 auto;
}
.aspera-disposed {
    display: none !important;
}

.btn {
    font-size: 12px;
    font-family: 'nobelbold';
    letter-spacing: 0.4px;
    border: 2px solid #000;
    border-radius: 0;
    padding: 5px 34px;
}
.btn.skeleton-loader {
    border: 2px solid transparent;
}

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    background-color: #000000;
    border: 2px solid #000000;
}

.btn-primary {
    color: #fff;
}

.btn-primary:not(.no-hover):hover {
    color: #000;
    background: #fff;
}

.btn-white {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    color: #000000;
}

.btn + .btn {
    margin-left: 13px;
}

.form-v .btn:not(.no-hover):hover {
    background: #fff;
    color: #000;
}
.button-progress {
    margin-top: -3px;
}
.background-progress {
    background-color: #000 !important;
    background-image: url(/images/button-progress.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: default;
    pointer-events: none;
}
.loader {
    width: 102%;
    height: 102%;
    /*border-radius: 100%;*/
    margin: 0 auto;
    position: fixed;
    z-index: 15000;
    top: 50%;
    left: 50%;
    background-color:rgba(255,255,255,0.7);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader:before, .loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #000;
}

.loader:before {
    z-index: 100;
    animation: spin 1s infinite;
}

.loader:after {
    border: 10px solid #ccc;
}


/* Share Form */
#share-form {
    max-width: 520px;
    margin: 0 auto;
    min-height: 230px;
    padding-bottom: 40px;
    position: relative;
    text-align: left;
}
#share-form .share-title {
    font-weight: bold;
    text-transform: uppercase;
}
#share-form .row {
    margin-top: 10px;
}
.multi-input .input-box {
    float: left;
    margin-left:15px;
}
.multi-input .input-box:first-child {
    margin-left: 0;
}
.share-users, .share-public {
    display: none;
}
#share-form .emailfield, #share-form .socialfield, #share-form .publicfield, #share-form .password-field, #share-form .expiration-field {
    display:none;
}
#share-form .password-field .notepass {
    display: inline-block;
    font-weight: bold;
    margin-top: 3px;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#share-form .expiration-field .date {
    display: inherit;
    width: 150px;
}
#share-form .customized-thumbnail {
    max-width: 260px;
    display: block;
}
#share-form .customized-thumbnail-upload {
    cursor: pointer;
}
.btn-cancelpr {
    color: #000;
    background: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border: none;
}
.btn.btn-disable {
    background: #cfd3d5;
    border: none;
}
.btn-save {
    background: #000;
    color: #fff;
    padding: 5px 34px;
    text-transform: uppercase;
    border:none;
}
.share-success-email-confidential {
    text-align: center;
    margin: 0 100px auto;
    display: none;
    font-weight: bold;
}
.share-success {
    text-align: center;
    max-width: 300px;
    margin: 50px auto 0;
    display: none;
}
.share-success h4 {
    margin-top: 15px;
    line-height: 1.4;
    margin-top: 25px;
    font-family: 'nobelbold';
}
.share-success .share-type {
    text-transform: uppercase;
}
.share-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#share-form .copylink {
    display: none;
}
input#file-upload {
    display:none;
}
#share-form .changethumb {
    max-width: 260px;
    display: block;
}

.skeleton-loader {
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD !important;
    z-index: 200;
    color: #DDDBDD !important;
    background-image: none !important;
    pointer-events: none;
}

.skeleton-loader:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: skeleton-loader-animation 2s infinite;
    content: '';
}

.skeleton-loader > * {
    visibility: hidden;
}

@keyframes skeleton-loader-animation {
    100% {
        transform: translateX(100%);
    }
}

#share-login-page .has-skeleton{
    height:685px;
}
/* Download Bar */
.global-download-bar {
    background: #000000;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 23px 30px 22px 30px;
    width: 1200px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}
.global-download-bar ul.download-bar li {
    float: left;
    margin-right: 70px;
}
.global-download-bar ul.download-bar li.download-meta+li {
    margin-right: 50px;
}
.global-download-bar ul.download-bar li.remove-asset-confirmation {
    display: none;
}
.global-download-bar ul.download-bar li .btn {
    font-size: 14px;
    padding: 3px 21px;
    float: left;
}
.global-download-bar ul.download-bar li .btn.btn-remove {
    font-family: 'nobelbold';
    color: #d0021b;
    background: #FFFFFF;
    border: none;
}
.global-download-bar ul.download-bar li .btn.btn-cancel {
    font-family: 'nobel-book';
    color: #FFFFFF;
}
.global-download-bar ul.download-bar li .btn+.btn {
    margin-left: 0;
}
.global-download-bar ul.download-bar li.asset-approve,
.global-download-bar ul.download-bar li.asset-delete,
.global-download-bar ul.download-bar li.asset-confirm {
    display: none;
}
.global-download-bar ul.download-bar li.asset-confirm .btn {
    width: 124px;
}
.global-download-bar ul.download-bar li.asset-confirm .btn-delete {
    font-family: 'nobelbold';
    color: #d0021b;
    background: #FFFFFF;
    border: none;
    padding: 5px 21px;
}
.global-download-bar ul.download-bar li.asset-approve a,
.global-download-bar ul.download-bar li.asset-delete a {
    font-family: 'nobelbold';
    color: #ffffff;
}
.global-download-bar ul.download-bar li.asset-approve a:hover,
.global-download-bar ul.download-bar li.asset-delete a:hover {
    border-bottom: 2px solid #FFFFFF;
}
.global-download-bar ul.download-bar li .btn-approve {
    background: #ffffff;
}
.global-download-bar .asset-count {
    position: relative;
}
.global-download-bar .asset-count .popup-click {
    height: 30px;
    cursor: pointer;
}
.global-download-bar .asset-count .count {
    width: 35px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ffffff;
    color: #000000;
    font-family: 'nobelbold';
    border-radius: 10px;
    margin: 5px 10px 5px 0;
    display: block;
    float: left;
}
.global-download-bar .asset-count .asset-selected {
    position: relative;
    float: left;
    cursor: pointer;
}
.global-download-bar .asset-count .close-asset {
    width: 21px;
    height: 21px;
    background: rgba(255, 255, 255, 0.3) url('../images/i-close-remove-all-footer.png') no-repeat center center;
    text-indent: -9999px;
    position: absolute;
    top: 4px;
    left: auto;
    right: -38px;
    border-radius: 2px;
}
.global-download-bar .download-asset {
    height: 30px;
    background: url('../images/i-download-white.png') no-repeat left center;
    padding-left: 40px;
    font-family: 'nobelbold';
    color: #ffffff;
    text-decoration: none;
    display: block;
    border: none;
    outline: none;
}
.global-download-bar .downloading-asset {
    display: none;
    float: left;
    color: #ffffff;
    font-family: 'nobelbold';
    background: url('../images/loading-26.png') no-repeat left center;
    padding-left: 40px;
    text-decoration: none;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.global-download-bar .downloading-asset .percentage {
    font-family: 'nobel-book';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
}
.global-download-bar button.download-asset[disabled] {
    opacity: .37;
    cursor: not-allowed;
}
.global-download-bar .asset-count .popup-click-none .count,
.global-download-bar .asset-count .popup-click-none .asset-selected {
    cursor: default;
}
.modal-open .global-download-bar {
    z-index: 999; /* this must be less than the share panel z-index */
}
.modal-open .modal-asset-download .modal-header {
    padding: 20px 30px;
}
.modal-open .modal-asset-download .modal-body {
    padding-top: 0;
}
.global-download-bar .asset-count .count-custom {
    width: 35px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ffffff;
    color: #000000;
    font-family: 'nobelbold';
    border-radius: 10px;
    margin: 5px 10px 5px 0;
    display: block;
    float: left;
    cursor: pointer;
}

.global-download-bar ul.download-bar li:nth-child(3) {
    margin-right: 25px;
}

.global-download-bar .share-asset {
    height: 30px;
    background: url('../images/i-share.png') no-repeat left center;
    padding-left: 40px;
    font-family: 'nobelbold';
    color: #ffffff;
    text-decoration: none;
    display: block;
    border: none;
    outline: none;
}
.modal-asset-download .modal-dialog, .modal-asset-download .modal-content {
    height: 100%;
    width: 1200px;
    right: 0px;
}
.modal-asset-download .modal-dialog .modal-header {
    padding: 20px 30px 20px 15px !important;
}
.modal-dialog .modal-header .close {
    margin-top: 8px;
    width: 16px;
    height: 16px;
    background: url('../images/i-close-16-black.png') no-repeat center center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    text-indent: -9999px;
    outline: none;
}
.modal-asset-download .modal-dialog .modal-title {
    font-family: 'nobelregular';
    font-size: 18px;
    text-transform: uppercase;
}
.modal-asset-download .modal-body {
    height: 100%;
    max-height: calc(100% - 140px);
    overflow-y: auto;
    padding: 0 15px;
    overflow-x: hidden;
}
/* Download Page */

.asset-download-page {
	display:none;
}
.asset-download-page > .container {
    z-index:2000;
}
.asset-download-page .title-close {
    position: relative;
    margin-top: 30px;
}
.asset-download-page .title-close h3 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
}
.asset-download-page .title-close .close-btn {
    width: 16px;
    height: 16px;
    background: url(../images/i-close-16-black.png) no-repeat 0 0;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
}
.asset-download-page .agree-msg .txt {
    width: 480px;
    margin: 180px auto;
}
.asset-download-page .agree-msg h6 {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 30px;
}
.asset-download-page .install-aspera a {
    font-weight: bold;
    text-decoration: underline;
}
.asset-download-page .install-aspera a.help-video-thumbnail-container {
    text-decoration: none;
    font-weight:normal;
    width: 100%;
    margin: 10px 0;
}
.asset-download-page .install-aspera a.help-video-thumbnail-container > * {
    float:left;
}
.asset-download-page .install-aspera a.help-video-thumbnail-container > span {
    width: 360px;
    display: block;
    padding-top: 5px;
    margin-left: 20px;
}

ul.list-terms {
    /*font-family: "Times New Roman", Times, serif;*/
    padding: 0 0 0 44px;
}
ul.list-terms li {
    position: relative;
    margin-bottom: 25px;
    line-height: 18px;
}
ul.list-terms li span {
    float: left;
    position: absolute;
    left: -44px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'nobelregular';
}
.asset-download-page .agree-msg h6 span {
    position: relative;
}
.asset-download-page .agree-msg h6 span:after {
    content: ":";
    position: absolute;
    right: -5px;
    bottom: 1px;
}
.asset-download-page .agree-msg .gathering {
    width: 320px;
    height: 100px;
    line-height: 40px;
    background: url(../images/6.gif) no-repeat top left;
    font-family: 'nobelbold';
    padding-left: 50px;
    color: #545454;
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    margin: -20px 0 0 -163px;
    display: none;
    text-align: center;
}
.asset-download-page .agree-msg .btn-cancel {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -53px;
}
.asset-download-page .download-apera {
    display: none;
    max-width: 427px;
    margin: 0 auto;
    padding: 60px 0;
}
.download-apera .close-btn {
    position: absolute;
    top: 80px;
    right: 35px;
}
.box-step {
    padding: 40px 30px 25px;
    border: 1px solid #a0a0a0;
}
.box-step img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.box-step h4 {
    margin-bottom: 10px;
}
.download-apera p {
    word-break: keep-all;
}
.install-extension {
    background: #3d70b2;
    display: block;
    margin: 0 auto;
    width: 188px;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.small-note {
    text-align: center;
    margin-bottom: 0;
}
.small-note a {
    color: #3d70b2;
}
.logo-aspera {
    display: block;
    margin: 15px auto;
    max-width: 250px;
}
.download-method-container-inner.left-box img {
    max-width: 255px;
    margin-bottom:0;
}
.download-method-container-inner.left-box p {
    padding: 20px 102px 30px 76px;
    margin-top:0;
}
.download-method-container-inner {
    min-height: 565px;
    background-color: #FFFFFF;
    padding: 100px 20px;
}
    .download-method-container-inner.right-box img {
        margin-top: 38px;
        max-width: 105px;
    }
    .download-method-container-inner.right-box p {
        padding: 20px 102px 30px 76px;
        margin-top: 0;
    }
.download-method {
    text-align: center;
    padding: 30px 0 0 0;
    display: none;
}
.asset-download-page .agree-footer {
    background: #000000;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 23px 30px 22px 30px;
    width: 1200px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
	text-align: center;
}
.asset-download-page .agree-footer .btn {
    text-transform: uppercase;
    width: 115px;
    padding: 6px 5px;
    border-width: 1px;
    text-align: center;
}
.asset-download-page .agree-footer .downloading-asset, .asset-download-page .agree-footer .downloading-file-share {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}
.asset-download-page .agree-footer .btn-disagree {
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
	margin-left:13px;
}
.selected-filters {
    margin: -50px 0px 20px;
    min-height: 20px;
    display: inline-block;
}
.selected-filters li {
    float: left;
    padding-right: 20px;
}
.selected-filters li .btn-close {
    font-size: 14px;
    color: #9b9b9b;
    background: #ffffff;
    border: none;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}
.selected-filters li .btn-close .close-x {
    margin-left: 5px;
}
.selected-filters li .filter-name {
    /*white-space: nowrap;*/
}

.apfilter-btn {
    display: none;
    font-family: inherit;
    font-weight: bold;
    border: 1px solid #333;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 0;
	background:none;
}

.share-page-container{
    margin-bottom:100px;
}







/* List Asset/Collection */
.container-grid-list .title-meta-cont {
    margin-bottom: 15px;
}

.title-meta-cont .title {
    font-family: 'nobelregular';
    font-size: 18px;
    text-transform: uppercase;
    line-height: 38px;
}

.thumbnail-list {
    margin-top: 10px;
}

.thumbnail-list li {
    width: 100%;
    border-bottom: 1px solid rgba(74, 74, 74, 0.13);
    padding: 10px 10px 10px 20px;
    position: relative;
    text-align: left;
    max-width: 100% !important;
}

.thumbnail-list li:first-child {
    border-top: 1px solid rgba(74, 74, 74, 0.13);
}
.thumbnail-list li:hover, .thumbnail-list li.row-active {
    background-color: rgba(204, 204, 204, 0.5);
}

.thumbnail-list li img {
    max-height: 58px;
    max-width: 106px;
    width: auto !important;
}

.thumbnail-list li .collection-edge img.thumbnail-img {
    padding-right: 13px;
    background: url(../images/collectionLinesGrid-236.png) no-repeat right top;
}

.thumbnail-list li .overlay {
    width: calc(100% - 320px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.thumbnail-list li .rdo-btn-cont {
    position: absolute;
    left: 1005px;
    top: 26px;
    width: 140px;
    display: none;
}

#assetSelectedList .rdo-btn-cont {
    display: block !important;
}

.thumbnail-list li:hover .asset-free .rdo-btn-cont, .thumbnail-list li.row-active .asset-free .rdo-btn-cont {
    display: block;
}

.thumbnail-list li .rdo-btn-cont label {
    float: left;
    margin-right: 8px;
}

.thumbnail-list li .title {
    font-family: 'nobelregular';
    font-size: 14px;
    color: #4a4a4a;
    position: absolute;
    left: 150px;
    top: 10px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.thumbnail-list li .asset-type {
    font-size: 12px;
    color: #4a4a4a;
    font-family: 'nobelbold';
    text-transform: uppercase;
    position: absolute;
    left: 910px;
    top: 10px;
    letter-spacing: 0.26px;
}

.thumbnail-list li .size {
    font-size: 12px;
    color: #4a4a4a;
    text-transform: uppercase;
    position: absolute;
    left: 830px;
    top: 10px;
}

.thumbnail-list li .id {
    font-family: 'nobel-light';
    font-size: 12px;
    color: #4a4a4a;
    text-transform: uppercase;
    position: absolute;
    left: 150px;
    top: 30px;
    letter-spacing: 0.26px;
    max-width: 200px;
}

    .thumbnail-list li .id .cp {
        text-transform: none;
        line-height: 14px;
        display: block;
        width: 193px;
    }

.thumbnail-list li .meta-txt {
    vertical-align: top;
    color: #4A4A4A;
    line-height: 16px;
    width: 310px;
    position: absolute;
    left: 385px;
    top: 10px;
    max-height: 64px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.thumbnail-list li .overlay {
    width: 85%;
    z-index:1;
}
.thumbnail-list .delete-draft, .thumbnail-list .delete-groupfile {
    background: url(../images/trash.svg) no-repeat 0 0;
    background-size: 20px 22px;
    padding-left: 25px;
    font-size: 14px;
    text-transform: uppercase;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    cursor:pointer;
}

.upload-asset-container .overlay-url {
    position:absolute;
    top:0;
    left: 0;
    width: 1000px;
    height: 100%;
}

.thumbnail-list li .type {
    font-size: 12px;
    color: #4a4a4a;
    text-transform: uppercase;
    position: absolute;
    left: 730px;
    top: 10px;
    max-width: 70px;
}

.thumbnail-list li .remove-cancel {
    display: none;
    position: absolute;
    left: auto;
    right: 70px;
    top: 23px;
}

.thumbnail-list li .remove-cancel .btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 15px;
}

.thumbnail-list li .upload-date {
    font-size: 12px;
    color: #4a4a4a;
    padding: 0;
    position: absolute;
    left: 1005px;
    top: 10px;
    width: 140px;
}

.thumbnail-list li:hover .asset-free .upload-date, .thumbnail-list li.row-active .asset-free .upload-date, #assetSelectedList .upload-date {
    display: none;
}

.thumbnail-list li .asset-cont .count {
    position: absolute;
    left: 910px;
    top: 10px;
    font-family: 'nobelbold';
    color: #4a4a4a;
    font-size: 12px;
    letter-spacing: 0.26px;
}

.thumbnail-grid li.contact .title {
    display: none;
    position: absolute;
    bottom: 91px;
    left: 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'nobelbold';
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    overflow-wrap: break-word;
}
.thumbnail-grid li.contact .contact-details {
    display: none;
    position: absolute;
    bottom: 33px;
    left: 8px;
    font-size: 12px;
    color: #ffffff;
}
.thumbnail-list li.contact .contact-details {
    font-family: 'nobel-light';
    font-size: 12px;
    color: #4a4a4a;
    position: absolute;
    left: 150px;
    top: 30px;
    letter-spacing: 0.26px;
    width: 580px;
}
.thumbnail-grid li.contact .type {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 8px;
    font-size: 12px;
    color: #ffffff;
}

.thumbnail-list li.item-deleted,
.thumbnail-grid li.item-deleted,
.thumbnail-list li.item-deleted .meta,
.thumbnail-grid li.item-deleted .meta {
    cursor: not-allowed !important;
}
.thumbnail-list li.item-prevent-download .download-select-control,
.thumbnail-grid li.item-prevent-download .download-select-control {
    display: none;
}

.asset-meta .meta {
    text-align: right;
}

.collection-meta, .asset-meta {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.item-asset .asset-meta {
    min-height: 400px;
}

.asset-meta .col-md-7 {
    padding-left: 0px;
}

.asset-meta p {
    margin-top: 0px;
}

.asset-meta .assetdescription span {
    word-break: break-word;
}

.meta li {
    position: relative;
}
.asset-meta .meta .navbar-nav {
    float: right;
    margin-bottom: 46px;
}
.assets-slide {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

.assets-slide .slide-inner {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: auto;
}

.assets-slide .slide-inner li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.assets-inner-slide {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

.assets-inner-slide .inner-slide-inner {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: auto;
}

.assets-inner-slide .inner-slide-inner li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.asset-meta .meta label.free {
    font-family: 'nobelbold';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 38px;
    /*padding-right: 12px;*/
}

.meta .add {
    font-family: 'nobel-book';
    /*margin-left: 10px;*/
    background: #000 url(../images/i-asset-white.png) no-repeat 10px center;
    padding: 9px 14px 9px 45px;
    line-height: 20px;
    display: block;
    color: #ffffff;
    cursor: pointer;
}

.meta .add-to-bin, .meta .remove-to-bin {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 400px;
    display: none;
    background: #FFF;
}

.meta .add-to-bin .btn {
    padding: 11px 14px;
    border: none;
}

.meta .remove-to-bin .btn-group .btn + .btn, .meta .add-to-bin .btn-group .btn + .btn {
    margin-left: 1px;
}

.meta .remove-link {
    display: none;
}

.asset-meta .meta .delete-confirm, .asset-meta .meta .approve-confirm {
    background-color: #000000;
    padding: 7px 9px;
    float: right;
    margin-bottom: 40px;
    display: none;
}

.asset-meta .meta .delete-confirm .btn-delete, .asset-meta .meta .approve-confirm .btn-approve {
    background: #FFFFFF;
    color: #D0021B;
}

.asset-meta .meta .delete-confirm .btn-cancel, .asset-meta .meta .approve-confirm .btn-cancel {
    background: #000000;
    color: #ffffff;
}

.meta .label-cont {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    background: #000000;
    color: #FFFFFF;
}

.meta .label-cont label {
    float: left;
    margin: 8px -8px 8px 15px;
}

.meta .label-cont .txt {
    float: left;
}

.meta .label-cont.disabled {
    cursor:not-allowed;
    opacity: 0.5;
}
.meta .label-cont.disabled input[type="checkbox"] + label.chk {
    cursor:not-allowed;
}

.meta .label-cont a, .meta .label-cont .txt {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 15px;
    display: inline-block;
}
.meta .label-cont .edit {
    color: #FFFFFF;
    background: url('/images/i-edit.png') no-repeat center center;
    width: 40px;
    height: 38px;
    display: block;
    padding: 0;
}

.asset-meta .meta li:first-child .label-cont {
    margin-left: 0;
}
.asset-meta .meta li:first-child .label-cont.select-for-download.download-disabled {
    opacity: 0.6;
    cursor:not-allowed;
}
.asset-meta .meta li:first-child .label-cont.select-for-download.download-disabled > * {
    pointer-events: none;
}

.asset-meta .meta .meta-chargeability-container {
    position:relative;
    height:20px;
}
.asset-meta .meta .meta-chargeability-container .meta-chargeability {
    position: absolute;
    right:0;
    white-space: nowrap;
}

input[type="checkbox"] + label.chk {
    background: url('../images/i-checkbox.png') no-repeat center center;
    height: 20px;
    width: 20px;
    display: inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: middle;
}

input[type="checkbox"]:checked + label.chk {
    background: url('../images/i-checkbox-checked.png') no-repeat center center;
    height: 20px;
    width: 20px;
    display: inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
}

input[type="checkbox"] {
    display: none;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label.rdo, input[type="checkbox"] + label.rdo {
    background: url('../images/i-checkbox.png') no-repeat center center;
    height: 20px;
    width: 20px;
    display: inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 4px;
}

input[type="radio"]:checked + label.rdo, input[type="checkbox"]:checked + label.rdo {
    background: url('../images/i-checkbox-checked.png') no-repeat center center;
}

input[type="radio"][disabled] + label.rdo, input[type="checkbox"][disabled] + label.rdo {
    opacity: 0.5;
    cursor: not-allowed;
}

.meta .view-like {
    float: right;
    margin-bottom: 40px;
}

.meta .view-like li {
    float: left;
    font-size: 16px;
    letter-spacing: 0.92px;
    font-weight: 700;
    padding-top: 5px;
}

.meta .view-like li.view {
    background: url('../images/i-eye.png') no-repeat right 8px;
    padding-right: 35px;
}

.meta .view-like li + li {
    padding-left: 30px;
}

.meta .view-like li.like a {
    background: url('../images/i-like.png') no-repeat right top;
    padding-right: 35px;
    display: block;
}

.meta .view-like li.like.liked a {
    background: url('../images/i-like-hover.png') no-repeat right top;
}



.logo-header {
    padding: 20px 30px 0;
    position: relative;
    background: #1c1c1c;
    width: 1150px;
    margin: 0 auto;
}

.logo-header hr {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    border-top: 1px solid #333333;
    width: 1090px;
}

.filter-list {
    margin-top: 40px;
    margin-bottom: 60px;
}

#confidential-page .filter-list {
    margin-bottom: 10px;
}

.collection-thumbnails .title-meta-cont{
    margin-bottom:30px;
    position:relative;
}

.collection-thumbnails .filter-list {
    margin-top: 0px;
    margin-bottom: 0;
}
.collection-thumbnails .filter-list > ul > li > a {
    padding: 0;
}
.collection-thumbnails .filter-list .filter-child .dropdown-menu, .collection-thumbnails .filter-list .right-filter .dropdown-menu{
    top:35px;
}
.collection-thumbnails .switch-asset-list {
    position: absolute;
    right: 0;
    bottom: 0;
}

.filter-list:after {
    display: block;
    content: ' ';
    clear: both;
}

.filter-list .right-filter {
    float: right;
}

.filter-list > ul > li {
    float: left;
    position: relative;
}
.filter-list > ul > li.filter-customassettype {
    display: none !important;
}

.filter-list button.switch-btn {
    width: 39px;
    height: 39px;
    text-indent: -9999px;
    border: none;
    outline: none;
}

    .filter-list button.switch-btn.grid {
        background: url('../images/i-grid.png') no-repeat center center;
        cursor: pointer;
    }

        .filter-list button.switch-btn.grid.active {
            background: url('../images/i-grid-active.png') no-repeat center center;
            cursor: default;
        }

    .filter-list button.switch-btn.list {
        background: url('../images/i-list.png') no-repeat center center;
        margin-left: 5px;
        cursor: pointer;
    }

        .filter-list button.switch-btn.list.active {
            background: url('../images/i-list-active.png') no-repeat center center;
            cursor: default;
        }

.filter-list > ul > li > a {
    text-transform: uppercase;
    color: #000000;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px 0 8px;
    margin-right: 15px;
    display: block;
    text-align: center;
}

.filter-list > ul > li .text-filter {
    display: inline-block;
    vertical-align: middle;
}

.filter-list > ul > li .caret-cont {
    display: inline-block;
    background: #cccccc;
    height: 13px;
    width: 13px;
    line-height: 13px;
    margin-left: 2px;
}

.filter-list > ul > li .caret-cont .caret {
    border-top: 3px solid #ffffff;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    margin-left: 0;
}
.filter-list > ul > li.open .caret-cont
{
    background: #4A4A4A;
}
.filter-list .filter-child .dropdown-menu, .filter-list .right-filter .dropdown-menu {
    background-color: #eeeeee;
    border: navajowhite;
    border-radius: 0;
    padding: 20px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(149, 149, 149, 0.5);
    box-shadow: 0 2px 3px 0 rgba(149, 149, 149, 0.5);
    min-width: 230px;
    /*left: auto;
    right: -27px;*/
    top: 50px;
    left: 0;
    right: auto;
}


.filter-list .filter-child .dropdown-menu:before, .filter-list .right-filter .dropdown-menu:before {
    content: "";
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #eeeeee;
    border-left: 14px solid transparent;
    position: absolute;
    top: -25px;
    right: auto; 
}

.filter-list #filter-file-type .dropdown-menu:before {
    right: 140px;
}
.filter-list #filter-aspect-ratio .dropdown-menu:before {
    right: 106px;
}

.filter-list .dropdown-menu h4 {
    font-family: 'nobel-book';
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.filter-list .dropdown-menu li {
    float: none;
    display: block;
    background: #ffffff;
    padding: 0 15px;
}

.filter-list li .label-cont {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0 8px 0;
}

.filter-list li .label-cont .txt {
    text-transform: uppercase;
    letter-spacing: 0.47px;
    font-size: 12px;
    line-height: 14px;
    padding-left: 25px;
    display: block;
}

input.filter-checkbox[type="radio"] + label.chk, input.filter-checkbox[type="checkbox"] + label.chk {
    background: url('../images/i-checkbox-14.png') no-repeat center center;
    height: 14px;
    width: 14px;
    display: inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
    float: left;
}

input.filter-checkbox[type="radio"]:disabled + label.chk, input.filter-checkbox[type="checkbox"]:disabled + label.chk {
    cursor: not-allowed;
}


li.filter-disabled input.filter-checkbox[type="radio"] + label.chk, li.filter-disabled input.filter-checkbox[type="checkbox"] + label.chk {
    cursor: not-allowed;
    pointer-events: none;
}
li.filter-disabled span.txt, li.filter-disabled span.txt {
    color: #cccccc;
}

input.filter-checkbox[type="radio"]:checked + label.chk, input.filter-checkbox[type="checkbox"]:checked + label.chk {
    background: url('../images/i-checkbox-checked-14.png') no-repeat center center;
    height: 14px;
    width: 14px;
    display: inline-block;
    padding: 0 0 0 0px;
    cursor: pointer;
}

/*input.filter-checkbox[type="radio"]:checked + label + span.txt .count-container, input.filter-checkbox[type="checkbox"]:checked + label + span.txt .count-container {
    display: none !important;
}*/

.filter-list input[type="checkbox"], .filter-list input[type="radio"] {
    display: none;
}

.filter-list .left-filter {
    float: left;
    min-height: 45px;
    max-width: 920px;
}

.filter-list .filter-hideonnodata{
    display: none !important;
}

.thumbnail-grid li {
    height: 164px !important;
    position: relative;
    left: 0px;
    transition: left 0.5s ease;
    float: left;
    margin: 0 5px 5px 0;
}

.thumbnail-grid li .collection-edge {
    background: url(../images/collectionLinesGrid-236.png) no-repeat right top;
    padding-right: 13px;
}

.thumbnail-grid li .asset-cont {
    font-size: 14px;
    transition: min-width 0.5s ease;
    cursor: pointer;
    overflow: hidden;
}

.thumbnail-grid li .asset-cont.pending-item-expand,
.thumbnail-grid li .asset-cont.progress-item-expand {
    min-width: 250px !important;
}

.thumbnail-grid li .pending-only, .thumbnail-list li .pending-only {
    /* LCB-342 */
    /* display: none; */
}

.thumbnail-grid li.row-active .asset-cont {
    min-width: 250px !important;
}

.thumbnail-grid li .asset-cont .asset-outer {
    display: block;
    position: relative;
}

.thumbnail-grid li .asset-cont .pending-label,
.thumbnail-grid li .asset-cont .progress-label {
    width: 60px;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    text-align: center;
    font-weight: 700;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 24px;
    height: fit-content;
    padding: 2px;
}

.thumbnail-grid li .asset-cont .progress-label {
    display: none;
    text-transform: uppercase;
}
.thumbnail-grid li .asset-cont.progress-item-expand .progress-label {
    display: block;
}
.thumbnail-grid li .asset-cont.progress-item-expand .pending-label {
    display: none !important;
}

.thumbnail-grid li .asset-cont .progress-label.progress-processing {
    min-width: 200px;
    min-height: 69px;
    height: 69px; /* IE fix */
    height: fit-content;
}
.thumbnail-grid li .asset-cont .progress-label.progress-processing .progress-ctrl,
.thumbnail-grid li .asset-cont .progress-label.progress-processing .progress-warning {
    float:left;
}
.thumbnail-grid li .asset-cont .progress-label.progress-processing .progress-ctrl .circular-chart {
    margin: 10px;
}
.thumbnail-grid li .asset-cont .progress-label.progress-processing .progress-ctrl .percentagetext {
    margin: 0 10px;
    line-height: 18px;
    top: calc(50% - 9px);
}
.thumbnail-grid li .asset-cont .progress-label.progress-processing .progress-text,
.thumbnail-grid li .asset-cont .progress-label.progress-processing .progress-retry-button {
    margin: auto;
    position: absolute;
    left: 70px;
    right: 20px;
    top: 0;
    bottom: 0;
    height: fit-content;
    text-align: center;
}


.thumbnail-grid li .asset-cont .progress-label.progress-failed {
    cursor: default;
}

.thumbnail-grid li .asset-cont .progress-label.progress-failed .progress-text {
    color: #d0021b;
}

.thumbnail-grid li .asset-cont .progress-label .progress-retry-button {
    background-color: #000;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    right: 20px;
    text-align: center;
    display: none;
}

.thumbnail-grid li .asset-cont .progress-label.progress-retry:hover .progress-retry-button {
    display: block;
    right: 10px;
    text-align: center;
}

.thumbnail-grid li .asset-cont .progress-label.progress-processing .progress-warning {
    display: none;
}
.thumbnail-grid li .asset-cont .progress-label.progress-processing.progress-failed .progress-warning {
    display: block;
}
.thumbnail-grid li .asset-cont .progress-label.progress-processing.progress-failed .progress-ctrl {
    display: none;
}
.thumbnail-grid li .asset-cont .progress-label.progress-failed .progress-warning img {
    margin: 10px;
    width: 45px;
    height: 45px;
}

.thumbnail-grid li .asset-cont .pending-label.release-date-label {
    min-width: 200px;
    color: #ce0e0e;
    height: 84px; /* IE fix */
    height: fit-content;
}
.thumbnail-grid li .asset-cont .pending-label.release-date-label.release-date-approved-label{
    color: #0e8e0e;
}

.thumbnail-grid li .asset-cont .expiration-only, .thumbnail-grid li .asset-cont .expiration-warning {
    background-color: #f41912;
    color: #ffffff;
    font-family: nobel-book;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.thumbnail-list li .asset-cont .expiration-only, .thumbnail-list li .asset-cont .expiration-warning {
    font-size: 11px;
    background-color: red;
    width: 106px;
    color: white;
    padding-left: 2px;
}
.thumbnail-list li .asset-cont .expired-list-on {
    display:none;
}
.thumbnail-list li .asset-cont .expiration-warning {
    position:absolute;
    z-index: 1;
}

.thumbnail-grid li .asset-cont .asset-outer .img-cont {
    background: #000000;
    text-align: center;
    min-height: 164px;
    max-width: 1120px;
    /*display: flex;*/
    justify-content: center;
}
#home-page .thumbnail-grid li .asset-cont .asset-outer .img-cont {
    max-width: initial;
}

    .thumbnail-grid li .asset-cont .asset-outer a {
        display: block;
    }

.thumbnail-grid li .asset-cont img {
    max-height: 164px;
}

.thumbnail-grid li .asset-cont .overlay {
    display: none;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbnail-grid li .asset-cont .asset-collection .title {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'nobelbold';
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.thumbnail-grid li .id, .thumbnail-grid li .meta-txt, .thumbnail-grid li .upload-date, .thumbnail-grid li .remove-cancel {
    display: none !important;
}

.thumbnail-grid li .asset-cont .count {
    position: absolute;
    top: 8px;
    right: 8px;
    font-family: 'nobelregular';
    background: #ffffff;
    border-radius: 4px;
    z-index: 1;
    padding: 0 5px;
    font-size: 14px;
    line-height: 21px;
    min-width: 26px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
}

    .thumbnail-grid li .asset-cont .count .txt {
        display: none;
    }

.thumbnail-grid li .asset-cont .asset-collection .type {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: #ffffff;
}

.thumbnail-grid li .asset-cont .asset-collection:hover .title,
.thumbnail-grid li.group:hover .title,
.thumbnail-grid li .asset-cont .asset-collection:hover .type,
.thumbnail-grid li.contact:hover .type,
.thumbnail-grid li.group:hover .type,
.thumbnail-grid li .asset-cont .asset-collection:hover .overlay {
    display: block;
}

.thumbnail-grid li .asset-cont .asset-image .asset-type,
.thumbnail-grid li.contact .assetType {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ffffff;
    border-radius: 4px;
    z-index: 1;
    padding: 0 5px;
}

.thumbnail-grid li .asset-cont .asset-image .size {
    display: none;
    position: absolute;
    top: 34px;
    right: 8px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

.thumbnail-grid li .asset-cont .asset-image .type {
    display: none;
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 12px;
    color: #ffffff;
}

.thumbnail-grid li .asset-cont .asset-image .title {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'nobelbold';
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}

.thumbnail-grid li .asset-cont .asset-image .rdo-btn-cont {
    display: none;
    position: absolute;
    top: 8px;
    left: 8px;
}

/*.thumbnail-grid li .asset-cont .asset-paid .overlay,
.thumbnail-grid li.contact .overlay,
.thumbnail-grid li.group .overlay {
    display: none;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.thumbnail-grid li .asset-cont .asset-paid .asset-type {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ffffff;
    border-radius: 4px;
    z-index: 1;
    padding: 0 5px;
}

.thumbnail-grid li .asset-cont .asset-paid .size {
    display: none;
    position: absolute;
    top: 34px;
    right: 8px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

.thumbnail-grid li .asset-cont .asset-paid .title {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'nobelbold';
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    overflow-wrap: break-word;
}

.thumbnail-grid li .asset-cont .asset-paid .type {
    display: none;
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 12px;
    color: #ffffff;
}

.thumbnail-grid li .asset-cont .asset-paid .overlay-add-btn {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    padding: 25px;
    text-align: center;
}

    .thumbnail-grid li .asset-cont .asset-paid .overlay-add-btn .btn {
        font-family: 'nobelbold';
        letter-spacing: 0;
    }

    .thumbnail-grid li .asset-cont .asset-paid .overlay-add-btn .close-btn {
        color: #979797;
        position: absolute;
        right: 10px;
        top: 10px;
    }

.thumbnail-grid li .asset-cont .asset-paid .overlay-added-msg {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    padding: 35px;
    text-align: center;
}

    .thumbnail-grid li .asset-cont .asset-paid .overlay-added-msg .msg {
        font-family: 'nobelbold';
        color: #ffffff;
        font-size: 12px;
    }

    .thumbnail-grid li .asset-cont .asset-paid .overlay-added-msg .close-btn {
        color: #979797;
        position: absolute;
        right: 10px;
        top: 10px;
    }

.thumbnail-grid li .asset-cont .asset-paid .overlay-confirm {
    display: none;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .thumbnail-grid li .asset-cont .asset-paid .overlay-confirm .icon-tick {
        background: url('../images/i-tick-white.png') no-repeat center center;
        background-size: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
    }

.thumbnail-grid li .asset-cont .asset-paid .add {
    display: none;
    text-transform: uppercase;
    position: absolute;
    left: 8px;
    top: 8px;
}

    .thumbnail-grid li .asset-cont .asset-paid .add .add-link {
        font-family: 'nobel-book';
        background: url(../images/i-asset-white.png) no-repeat left center;
        padding-left: 30px;
        line-height: 20px;
        display: block;
        color: #ffffff;
        cursor: pointer;
    }

.thumbnail-grid li .asset-cont .asset-paid .add-to-bin,
.thumbnail-grid li .asset-cont .asset-paid .remove-to-bin,
.container-grid-list .img-grid li .asset-cont .asset-paid .remove-to-bin {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #000000;
    text-align: center;
    padding: 24px 0;
}

    .thumbnail-grid li .asset-cont .asset-paid .add-to-bin .btn-add-to-bin,
    .thumbnail-grid li .asset-cont .asset-paid .remove-to-bin .btn-remove-to-bin {
        background-color: #ffffff;
        border: #ffffff;
        color: #000000;
        letter-spacing: 0;
        padding: 7px 5px;
        min-width: 156px;
        z-index: 2;
    }

    .thumbnail-grid li .asset-cont .asset-paid .add-to-bin .btn-close,
    .thumbnail-grid li .asset-cont .asset-paid .remove-to-bin .btn-close {
        background: #000000 url(../images/i-close-11.png) no-repeat center center !important;
        text-indent: -9999px;
        width: 42px !important;
        padding: 5px 5px;
        z-index: 2;
    }

.thumbnail-grid li .asset-cont .asset-paid .asset-added {
    display: none;
    height: 20px;
    font-family: 'nobelbold';
    background: url(../images/i-asset-white.png) no-repeat left center;
    padding-left: 30px;
    position: absolute;
    left: 8px;
    top: 8px;
    color: #ffffff;
    cursor: pointer;
}

.thumbnail-grid li .asset-cont .asset-paid:hover .overlay,
.thumbnail-grid li.contact:hover .overlay,
.thumbnail-grid li.group:hover .overlay,
.thumbnail-grid li .asset-cont .asset-paid:hover .icon-asset,
.thumbnail-grid li .asset-cont .asset-paid:hover .asset-type,
.thumbnail-grid li.contact .asset-type,
.thumbnail-grid li .asset-cont .asset-paid:hover .size,
.thumbnail-grid li .asset-cont .asset-paid:hover .title,
.thumbnail-grid li.contact:hover .title,
.thumbnail-grid li.contact:hover .contact-details,
.thumbnail-grid li .asset-cont .asset-paid:hover .type,
.thumbnail-grid li .asset-cont .asset-paid:hover .overlay-add-btn,
.thumbnail-grid li .asset-cont .asset-paid:hover .overlay-added-msg,
.thumbnail-grid li .asset-cont .asset-paid:hover .overlay-confirm,
.thumbnail-grid li .asset-cont .asset-paid:hover .add,
.thumbnail-grid li .asset-cont .collection-paid:hover .add {
    display: block;
}

.thumbnail-grid li.row-active .asset-cont .asset-paid .add .thumbnail-grid li.row-active .asset-cont .asset-paid .overlay,
.thumbnail-grid li.row-active .asset-cont .asset-paid .icon-asset,
.thumbnail-grid li.row-active .asset-cont .asset-paid .asset-type,
.thumbnail-grid li.row-active .asset-cont .asset-paid .size,
.thumbnail-grid li.row-active .asset-cont .asset-paid .title,
.thumbnail-grid li.row-active .asset-cont .asset-paid .type {
    display: block;
}

.thumbnail-grid li.row-active.asset-bin-active .asset-cont .asset-paid .add {
    display: none !important;
}

.thumbnail-grid li .asset-cont .asset-paid .img-cont, .thumbnail-grid li.contact .img-cont {
    min-width: 100px;
    min-height: 164px;
    transition: all ease 0.5s;
}

.thumbnail-grid li .asset-cont .asset-free .img-cont, .thumbnail-grid li.contact .img-cont {
    min-width: 100px;
    min-height: 164px;
    transition: all ease 0.5s;
}

.thumbnail-grid li .asset-cont .asset-paid .img-cont.imgMinWidth {
    min-width: 250px;
}

.thumbnail-grid li .asset-cont .asset-free .overlay,
.thumbnail-grid li.contact .overlay
.thumbnail-grid li.group .overlay {
    display: none;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbnail-grid li .asset-cont .asset-outer .rdo-btn-cont {
    display: none;
    position: absolute;
    top: 8px;
    left: 8px;
}

    .thumbnail-grid li .asset-cont .asset-outer .rdo-btn-cont span.txt {
        display: none;
    }

.thumbnail-grid li .asset-cont .asset-free .asset-type, .thumbnail-grid li.contact .asset-type {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ffffff;
    border-radius: 4px;
    z-index: 1;
    padding: 0 5px;
}

.thumbnail-grid li .asset-cont .asset-free .size {
    display: none;
    position: absolute;
    top: 34px;
    right: 8px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

.thumbnail-grid li .asset-cont .asset-free .title,
.thumbnail-grid li.group .title {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'nobelbold';
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    overflow-wrap: break-word;
}

.thumbnail-grid li .asset-cont .asset-free .type,
.thumbnail-grid li.group .type {
    display: none;
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 12px;
    color: #ffffff;
}

.thumbnail-grid li .asset-cont .asset-outer:hover .overlay,
.thumbnail-grid li .asset-cont .asset-outer:hover .rdo-btn-cont,
.thumbnail-grid li .asset-cont .asset-outer:hover .asset-type,
.thumbnail-grid li .asset-cont .asset-outer:hover .size,
.thumbnail-grid li .asset-cont .asset-outer:hover .title,
.thumbnail-grid li .asset-cont .asset-outer:hover .type,
.thumbnail-grid li.row-active .asset-cont .asset-outer .overlay,
.thumbnail-grid li.row-active .asset-cont .asset-outer .rdo-btn-cont,
.thumbnail-grid li.row-active .asset-cont .asset-outer .asset-type,
.thumbnail-grid li.row-active .asset-cont .asset-outer .size,
.thumbnail-grid li.row-active .asset-cont .asset-outer .title,
.thumbnail-grid li.row-active .asset-cont .asset-outer .type {
    display: block;
}
.thumbnail-grid li .asset-cont .asset-outer:hover .expiration-warning {
    display: none;
}

.thumbnail-grid li .asset-cont .asset-free .type {
    width: 220px;
}

.thumbnail-grid li.addedHover.asset-bin .add,
.thumbnail-grid li.addedHover .asset-added,
.thumbnail-grid li.addedHover .asset-type,
.thumbnail-grid li.addedHover .size,
.thumbnail-grid li.addedHover .title,
.thumbnail-grid li.addedHover .type {
    display: none !important;
}

.thumbnail-grid li.addedHover:hover .asset-added,
.thumbnail-grid li.addedHover:hover .asset-type,
.thumbnail-grid li.addedHover:hover .size,
.thumbnail-grid li.addedHover:hover .title,
.thumbnail-grid li.addedHover:hover .type {
    display: block !important;
}



.inner-page .item-header {
    text-align: center;
    height: 588px;
    background-color: #1c1c1c;
    /*margin-bottom: 30px;*/
    background: #1c1c1c;
    position: relative;
    display: flex;
    justify-content: center;
}

.inner-page h1.title {
    font-family: 'nobelbold';
    font-size: 22px;
    margin: 0 0 35px;
    padding-left: 30px;
    letter-spacing: 0.93px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    overflow-wrap: break-word;
    padding-right: 55px;
    position: absolute;
    left: 0px;
    top: 30px;
    word-wrap: break-word;
    word-break: break-word;
}

.inner-page h1.title span.id {
    font-family: 'nobel-book';
}

.inner-page .meta .list a {
    text-decoration: underline;
}

.assetMainPanel {
    margin-top: auto;
    margin-bottom: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .assetMainPanel {
        margin-top: 67px !important;
    }
}

.inner-page .close-btn {
    width: 16px;
    height: 16px;
    background: url('../images/i-close-16.png') no-repeat 0 0;
    text-decoration: none;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    cursor: pointer;
}


.asset-detail-cont {
    min-height: 650px;
    position: relative;
}

.asset-detail-cont .bg {
    background-color: #1c1c1c;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 588px;
    width: 100%;
}

.detail-panel-close-button {
    width: 16px;
    height: 16px;
    background: url('../images/i-close-16.png') no-repeat 0 0;
    text-decoration: none;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    cursor: pointer;
}

.detail-panel-slides {
    width: 2300px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.detail-panel-slide {
    width: 1150px;
    float: left;
    position:relative;
}

.detail-panel-slides-left {
    -webkit-filter: url("#blur"); /* motion blur ignored in IE */
    filter: url("#blur");
    -webkit-transform: translateX(-1150px);
    -moz-transform: translateX(-1150px);
    -ms-transform: translateX(-1150px);
    -o-transform: translateX(-1150px);
    transform: translateX(-1150px);
    -webkit-transition: all 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.detail-panel-slides-right {
    -webkit-filter: url("#blur"); /* motion blur ignored in IE */
    filter: url("#blur");
    -webkit-animation: slide-right-animation 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    animation: slide-right-animation 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: slide-right-animation 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: slide-right-animation 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: slide-right-animation 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

    .detail-panel-slides-right .detail-panel-slide {
        float: right;
    }

@-webkit-keyframes slide-right-animation {
    0% {
        -webkit-transform: translateX(-1150px);
    }

    100% {
        -webkit-transform: translateX(0px);
    }
}

@-moz-keyframes slide-right-animation {
    0% {
        -moz-transform: translateX(-1150px);
    }

    100% {
        -moz-transform: translateX(0px);
    }
}

@-ms-keyframes slide-right-animation {
    0% {
        -ms-transform: translateX(-1150px);
    }

    100% {
        -ms-transform: translateX(0px);
    }
}

@-o-keyframes slide-right-animation {
    0% {
        -o-transform: translateX(-1150px);
    }

    100% {
        -o-transform: translateX(0px);
    }
}

@keyframes slide-right-animation {
    0% {
        transform: translateX(-1150px);
    }

    100% {
        transform: translateX(0px);
    }
}

.item-of-total {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 540px;
    z-index: 100;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.icon-play {
    background: url(../images/playicon.png) no-repeat center center / cover;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}


.asset-download-page .title-close h3 {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'nobel-book';
    font-weight: 700;
}
.asset-download-page .agree-msg .gathering {
    width: 320px;
    height: 100px;
    line-height: 40px;
    background: url(../images/6.gif) no-repeat top left;
    font-family: 'nobelbold';
    padding-left: 50px;
    color: #545454;
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    margin: -20px 0 0 -163px;
    display: none;
    text-align: center;
}

.agree-msg .downloading {
    width: 170px;
    height: 100px;
    line-height: 40px;
    font-family: 'nobelbold';
    padding-left: 50px;
    color: #545454;
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    margin: -20px 0 0 -90px;
    display: none;
    top: 500px;
}

.asset-download-page .agree-msg .btn-cancel {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -53px;
}

.agree-msg .downloading .percentage {
    font-family: 'nobel-book';
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 12px;
    color: rgba(74, 74, 74, 0.81);
}

.agree-msg .downloading .remaining {
    display: block;
    font-size: 11px;
    font-family: 'nobelregular';
    line-height: 11px;
    text-align: left;
    margin-top: -11px;
}

.asset-download-page .agree-msg .agree-message {
    height: 80px;
    width: 100%;
    position: absolute;
    top: 70%;
    left: 0%;
    text-align: center;
    display: none;
    font-size: 18px;
}

.circular-chart {
    display: block;
    margin: 0px auto;
    max-width: 44px;
    max-height: 44px;
    text-align: center;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke: #777;
}

.percentagetext {
    fill: #666;
    font-family: sans-serif;
    font-size: 12px;
    text-anchor: middle;
    font-weight: bold;
    width: 44px;
    position: absolute;
    top: 0;
}

.close-btn {
    cursor: pointer;
}

.container {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.panel .container {
    padding: 0px;
    width: 1150px;
    z-index: 100;
}
.left.left-click, .right.right-click {
    width: 142px;
    -webkit-text-shadow: none;
    text-shadow: none;
    background: none;
    filter: alpha(opacity=1);
    opacity: 1;
    height: auto;
    top: 265px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #FFF;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 9999;
}

.left.left-click {
    background: url('../images/arrow-c-left.png') no-repeat center center;
    left: 0px;
}

.left span {
    background: url('../images/arrow-c-left.png') no-repeat left center;
    display: block;
    width: auto;
    padding-left: 30px;
    position: absolute;
    left: 15px;
    text-align: center;
    text-transform: capitalize;
}

.right.right-click {
    background: url('../images/arrow-c-right.png') no-repeat center center;
    right: 0px;
}

.right span {
    background: url('../images/arrow-c-right.png') no-repeat right center;
    display: block;
    width: auto;
    padding-right: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: capitalize;
}

.detail-page, .detail-inner-page {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    overflow: auto;
    background-color: #FFFFFF;
}

.detail-page.open-detail, .detail-inner-page.open-detail {
    z-index: 2;
    transform: scale(1);
}

.detail-page.out .detail-bg, .detail-inner-page.out .detail-bg {
    animation: blowUpModalTwo .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.detail-page.open-detail .detail-bg, .detail-inner-page.open-detail .detail-bg {
    background: #fff;
    animation: blowUpModal .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    padding-bottom: 129.15px;
}
.hide {
    display: none !important;
}
.content-asset .list-meta, .content-asset .title-info {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.92px;
    margin-bottom: 15px;
}
.content-asset ul.store-prices-list{
    margin-left:40px;
}
.content-asset .copyright-usage-rights {
    margin:10px 20px;
    padding:10px;
    border: 1px solid #ccc;
}
.content-asset .copyright-usage-rights li {
    margin: 8px 0;
}
.content-asset .copyright-usage-rights li:last-child {
    margin-bottom: 0;
}
.content-asset .copyright-usage-rights li.event-calendar-li {
    margin-bottom: -5px;
}
.content-asset .copyright-usage-rights .copyright-warning,
.content-asset .copyright-usage-rights .copyright-warning-expired {
    font-style: italic;
    margin-top: 10px;
}
.content-asset .copyright-usage-rights .expired {
    color: #f41912;
}

#assetPanel.item-group-file .content-asset .title-info:nth-child(4) {
    font-style: italic;
}

.content-asset .title-info {
    font-weight: 900;
}

.content-asset .title-info li {
    float: left;
    position: relative;
}

.content-asset .title-info li + li:before {
    content: "|";
    position: absolute;
    top: -1px;
    left: 0;
}

.content-asset .title-info li + li {
    margin-left: 10px;
    padding-left: 15px;
}

.content-asset .lead {
    font-size: 16px;
    letter-spacing: 0.92px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}
.asset-collection-name a {
    color: #663399 !important;
    text-decoration: none !important;
}

.file-associated-items h3{
    margin-bottom: 5px;
}
.file-associated-items .thumbnail-list, .file-associated-items .thumbnail-list li {
    border: 0;
    padding: 0;
    margin: 0;
}
.file-associated-items .thumbnail-list li {
    margin-bottom:10px;
}

.file-associated-items .thumbnail-list li:hover {
    background-color: initial;
}
.file-associated-items .thumbnail-list li .img-cont,
.file-associated-items .thumbnail-list li .collection-title-cont, 
.file-associated-items .thumbnail-list li .archive-title-cont {
    position: initial;
    top: 0;
    left: 0;
    display: block;
    min-height: 58px;
    float: left;
}

.file-associated-items .thumbnail-list li .img-cont{
    width: initial;
}
.file-associated-items .thumbnail-list li img {
    max-width: initial;
}

.file-associated-items .collection-title, .file-associated-items .archive-title {
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 10px;
    max-width:500px;
    word-wrap:break-word;
}

.file-associated-items a {
    display:inline-block;
    padding-right:20px;
}

.user-badge {
    display: inline-block;
    padding-left: 35px;
    position: relative;
    line-height: 25px;
}
.user-badge-round {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    overflow:hidden;
}
.user-badge .image-name {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    z-index: 1;
}
.user-badge .user-initials {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: normal;
    font-size: 12px;
}
.user-badge .txt{
    display: inline-block;
}






.terms-of-usage-container {
    font-size: 14px;
    margin: 0 auto;
    width:1200px;
}
.terms-of-usage-container .title {
    font-size: 14px;
    padding: 40px 0 32px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 30px;
}
.terms-of-usage-container .title .lexus {
    font-family: 'nobel-light';
}
.terms-of-usage-container .title .connect {
    font-family: 'nobelbold';
}
#terms-of-usage-page h4 {
    font-family: 'nobelbold';
    margin-bottom: 27px;
}
#terms-of-usage-page .lead {
    font-family: 'nobelregular';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#terms-of-usage-page .terms-msg-cont {
    width: 480px;
    margin: 0 auto;
}
#terms-of-usage-page ul.list-terms {
    /*font-family: "Times New Roman", Times, serif;*/
    padding: 0 20px 0 44px;
}
#terms-of-usage-page ul.list-terms li {
    position: relative;
    margin-bottom: 25px;
}
#terms-of-usage-page ul.list-terms li p {
    margin-bottom: 15px;
}
#terms-of-usage-page ul.list-terms li span {
    float: left;
    position: absolute;
    left: -44px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'nobelregular';
}
#terms-of-usage-page .btn-cont {
    text-align: center;
    margin: 35px auto 135px;
}
#terms-of-usage-page .meta, .terms-of-usage-container .meta {
    text-align: center;
}

.radio-content div {
    float: left;
    margin-right: 10px;
}

.profile-photo-change {
    border-top: 2px solid #dcdcdc;
    padding-top: 40px;
    position: relative;
    min-height: 540px;
}

.profile-photo-change .head {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'nobelbold';
}

.profile-photo-change .head + p {
    line-height: 1;
}

.profile-photo-change .clear-pic {
    width: 302px;
    margin: 0 auto 5px;
    text-align: right;
}

.profile-photo-change .file-upload-cont {
    width: 302px;
    height: 256px;
    /*border: 1px solid #cccccc;*/
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
}

.profile-photo-change .thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -64px;
    border: none;
}

.profile-photo-change .thumbnail img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.profile-photo-change .file-upload-cont .thumbnail .int {
    text-align: center;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
}

.profile-photo-change .file-upload-cont .thumbnail-left {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.profile-photo-change .file-upload-cont .thumbnail-left .int-left {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 180px;
    padding-top: 20px;
}

.profile-photo-change .cropping-btn {
    text-align: center;
    margin-top: 80px;
}

.profile-photo-change .cropping-btn .btn {
    font-family: 'nobelbold';
    margin: 0 5px;
    min-width: 135px;
}

.profile-photo-change .file-upload-cont {
    width: 300px;
    height: 300px;
    /*background: #2c2c2c*/
}

.profile-photo-change .sec-clear-photo, .profile-photo-change .croppie {
    margin-bottom: 100px;
}

.profile-photo-change .sec-clear-photo .thumbnail .int {
    background: #000000;
    line-height: 50px;
    border-radius: 50%;
}

.profile-photo-change .sec-clear-photo .thumbnail-left .int-left {
    background: #000000;
    line-height: 255px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.profile-change-password {
    border-top: 2px solid #dcdcdc;
    padding-top: 85px;
    position: relative;
}

.profile-change-password .head {
    text-align: center;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
}

.profile-change-password label {
    font-family: 'nobelregular';
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.profile-change-password .title {
    font-family: 'nobelregular';
    margin-bottom: 10px;
}

.profile-change-password .right-body p {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.profile-change-password .footer-btn {
    text-align: center;
    padding-top: 44px;
}
input.error-control, select.error-control, textarea.error-control, .trumbowyg-box.error-control, .aspera-drag-drop-container.error-control, .error-dom.error-control /*, div.error-control*/ {
    border-color: #ff0002 !important;
    box-shadow: 0 0 5px #ff0002 !important;
}
span.mandatory-message {
    color: #ff0002;
}

.error-control input[type="radio"] + label.rdo, .error-control input[type="checkbox"] + label.chk {
    background: url(/images/i-checkbox-error.png) no-repeat center center;
}
.error-control .zone-radio input[type="radio"] + label.rdo, .error-control .zone-radio input[type="checkbox"] + label.chk {
    background-size: 14px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.banner-closer
{
    min-height: 350px;
}
.videoplay-video {
    max-width:732px;
    object-fit: fill;
}
.user-badge-user-mangmnt {
    line-height: unset !important;

}

.development-content, .qualitya-content, .cmh-content, .shopcart-content {
    display: none;
}
.list-terms-confidential {
    color: #d0021b;
}
.file-share-public-password-area {
    display: none;
}
.grp-main-disc-skeleton .heading .title-url {
    width: 200px;
    display: inline-block;
}

.grp-main-disc-skeleton .heading .float-right {
    width: 65px;
}

.grp-main-disc-skeleton .user-badge {
    width: 150px;
    height: 25px;
    margin-bottom: 5px;
}

.grp-main-disc-skeleton .text-content {
    height: 100px;
}

.grp-main-disc-skeleton .btn {
    width: 160px;
}
.gotoPageInput {
    position:relative;
}
.gotoPageInput a {
        position: absolute;
    right: 16px;
    top: 6px;
    cursor: pointer;
}
.gotoPageInput input:placeholder-shown + a {
    cursor: not-allowed;
}
.gotoPageInput input {
    border: 0 !important;
    background-color: #f5f5f5;
    font-size: 16px !important;
    outline: none !important;
    padding: 0 !important;
    padding-right: 20px !important;
}

.thumbnail-list li {
    height: auto;
}
.thumbnail-list li.thumbnail-placeholder {
    height: 86px;
}

.thumbnail-list li .img-cont {
    position: absolute;
    left: 20px;
    top: 12px;
}
.thumbnail-list .img-cont {
    width:106px;
    height: 58px;
}

.thumbnail-list li .downloaded-amount {
    position: absolute;
    left: 1005px;
    top: 8px;
    text-transform: uppercase;
}

.thumbnail-list li .asset-cont {
    min-height: 60px;
    color: #4a4a4a;
}
.thumbnail-list li .meta {
    position: relative;
    left: 130px;
    width: calc(100% - 130px);
    text-transform: uppercase;
    font-size: 12px;
    overflow: auto;
    z-index:1;
    cursor: pointer;
    overflow-x: hidden;
}
.thumbnail-list li .meta > div {
    float:left;
    width:9%;
    margin-left: 1%;
    min-height:20px;
}

.thumbnail-list li .meta > div.meta-1 {
    width: 13%;
}
.thumbnail-list li .meta .meta-left {
    width:20%;
    margin-left: 0;
}
.thumbnail-list li .meta .meta-left > div {
    clear:both;
}
.thumbnail-list li .meta .meta-left .subtitle2 {
    text-transform: none;
}
.thumbnail-list li .meta .description {
    width:29%;
    text-transform: none;
    font-size: 14px;
}
.thumbnail-list li .meta .meta-4 {
    width: 15%;
}

.thumbnail-list li .meta .highlights {
    clear: both;
    margin-left: 0;
    width: 85%;
    text-transform: none;
    font-family: 'nobel-light';
}


.thumbnail-list li .meta .highlights > *{
    margin-top: 5px;
}

.thumbnail-list li .meta .highlights .hl-document-text .hl-coll {
    display: none;
}
.thumbnail-list li .meta .highlights .hl-document-text .hl-coll-dots::after {
    content: '...';
}
.thumbnail-list li .meta .highlights .hl-document-text.expanded .hl-coll {
    display: inline;
}

.thumbnail-list li .meta .highlights .hl-document-text.expanded .hl-coll-dots {
    display: none;
}

.thumbnail-list li .meta .highlights .hl-document-text .expand-highlights {
    text-decoration:underline;
}

.thumbnail-list li .meta-left {
    font-family: 'nobel-light';
}
.thumbnail-list li .meta > div.meta-title {
    font-family: 'nobelregular';
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: initial;
    width: 100%;
    margin-left: 0;
}

.thumbnail-list li .meta-3 {
    font-family: 'nobelbold';
}
.thumbnail-list li .meta-3 .plus-fees {
    display: inline-block;
}
.thumbnail-list li:hover .meta-4,
.thumbnail-list li.row-active .meta-4,
.thumbnail-list li.item-collection.item-collection-upload-temp:hover .meta-4 {
    visibility: hidden;
}
/*.thumbnail-list li.item-collection:hover .meta-4,*/
.thumbnail-list li.expired:hover .meta-4,
.thumbnail-list li.item-prevent-download:hover .meta-4,
.thumbnail-list li.item-asset-expiration-event:hover .meta-4,
.thumbnail-list li.item-asset-asset-web-crawler-report:hover .meta-4 {
    visibility: visible;
}

/*#detail-group-page .thumbnail-list li.item-group-file .meta .meta-left {
    width: 95%;
    margin-bottom:5px;
}
#detail-group-page .thumbnail-list li .meta > div {
    width: 20%;
    margin-left:2%;
}
#detail-group-page .thumbnail-list li .meta > div.meta-1 {
    width: 33%
}
#detail-group-page .thumbnail-list li .meta > div.meta-2 {
    width: 15%
}
#detail-group-page .thumbnail-list li .meta > div.meta-4 {
    float: right;
    width: 22%;
}*/

.thumbnail-list li .thumbnail-controls, .thumbnail-grid li .thumbnail-controls {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.thumbnail-list li .thumbnail-controls {
    display: none;
    width: 15%;
}
.thumbnail-list li:hover .thumbnail-controls, .thumbnail-list li.row-active .thumbnail-controls {
    display: block;
}
.thumbnail-list .pending-label {
    display:none;
}

.thumbnail-list li .thumbnail-controls > * {
    top: calc(50% - 11px);
    position: absolute;
    right: 10px;
}
.thumbnail-list .thumbnail-url-grid {
    display: none;
}

.thumbnail-list li.item-asset-top-downloads:hover .meta-4, .thumbnail-list li.asset-collection-li:hover .meta-4 {
    display: initial;
}


.thumbnail-list li .thumbnail-controls .rdo-btn-cont {
    position: relative;
    position: initial;
    left: auto;
    top: auto;
    width: initial;
    display: block;
}

.thumbnail-list li .thumbnail-controls .delete-groupfile {
    right: 120px;
    cursor:pointer;
}

.thumbnail-list li.item-group-file .meta .meta-left {
    width: 50%;
    text-transform: none;
    margin-left: 0;
}
/*.thumbnail-list li.item-group-file .meta > div {
    margin-left: 3%;
}*/
.thumbnail-list li.item-group-file .meta .meta-left .meta-title {
    text-transform: uppercase;
}
.thumbnail-list li.item-group-file .overlay {
    width: 80%;
}

.thumbnail-list li.item-group-file .meta .description {
    display: none;
}

.thumbnail-grid li .thumbnail-controls .reverse-search-file {
    position: relative;
    width: 100%;
    height: 100%;
}
.thumbnail-grid li .thumbnail-controls .reverse-search-file > a {
    position: absolute;
    /*background: url(/images/playicon.png) no-repeat center;*/
    background-color: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.thumbnail-grid li .thumbnail-controls.progress-item-visible .reverse-search-file > a,
.thumbnail-grid li .thumbnail-controls.progress-item-visible .reverse-search-file > audio {
    display: none;
}
.thumbnail-grid li .thumbnail-controls .reverse-search-file audio {
    width: 90%;
    margin-top: calc(40%);
    margin-left: 0;
}

.thumbnail-list li.item-event-default .description {
    width:100%;
}
.thumbnail-list li.item-event-default .meta-1,
.thumbnail-list li.item-event-default .meta-2,
.thumbnail-list li.item-event-default .meta-3,
.thumbnail-list li.item-event-default .meta-4,
.thumbnail-list li.item-event-default .highlights {
    display: none;
}
.thumbnail-list li.item-event-default .meta-title-title {
    background:url(/images/icon-calendar.svg) no-repeat center left;
    padding-left: 22px;
}
.thumbnail-list li.item-event-default .calendar-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-left: 15px;
    margin-right: 5px;
}

.group-page .thumbnail-list li .meta > div {
    margin-left: 0;
}
.group-page .thumbnail-list li .meta > div.meta-title {
    margin-bottom: 8px;
}
.group-page .thumbnail-list li .meta > div.meta-left {
    display: none;
}
.group-page .thumbnail-list li .meta > div.meta-1 {
    width: 60%
}
.group-page .thumbnail-list li .meta > div.meta-2 {
    width: 80px;
    right: 135px;
    position: absolute;
}
.group-page .thumbnail-list li .meta > div.meta-3 {
    display: none;
}
.group-page .thumbnail-list li .meta > div.meta-4 {
    width: 135px;
    float:right;
    text-align:right;
}
.group-page .thumbnail-list li .thumbnail-controls{
    width: 20%;
}

#assetsForDownload .thumbnail-list li .thumbnail-controls {
    display: block;
}
#assetsForDownload .thumbnail-list li .thumbnail-controls > *:not(.download-select-control) {
    display: none;
}
#assetsForDownload .thumbnail-list li .meta-4 {
    display: none;
}

.thumbnail-grid li .asset-cont .meta {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index:3;
}

.thumbnail-grid li .asset-cont .meta div {
    display: none;
    position: absolute;
}
.thumbnail-grid li .asset-cont .asset-outer:hover .meta div.grid-visible, .thumbnail-grid li.row-active .asset-cont .meta div.grid-visible {
    display: block;
}

.thumbnail-grid li .asset-cont .meta .meta-left {
    top: 0;
    width: 100%;
    height: 100%;
}
.thumbnail-grid li .asset-cont .meta .meta-title {
    bottom: 30px;
    left: 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'nobelbold';
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    word-break: break-word;
}
.thumbnail-grid li.item-store-section .asset-cont .meta .meta-title {
    bottom: 8px;
}
.thumbnail-grid li .asset-cont .meta .meta-title-id {
    display: none;
}
.thumbnail-grid li .asset-cont .meta .meta-1 {
    bottom: 8px;
    left: 8px;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
}
.thumbnail-grid li .asset-cont .meta .meta-2 {
    top: 34px;
    right: 8px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}
.thumbnail-grid li .asset-cont .meta .meta-3 {
    top: 9px;
    right: 8px;
    background: #ffffff;
    border-radius: 4px;
    z-index: 1;
    padding: 0 5px;
    color: #000;
}
.thumbnail-grid li .asset-cont .txt-list {
    display: none;
}
.thumbnail-list li .asset-cont .txt-grid {
    display: none;
}
.thumbnail-grid li.asset-collection-li .asset-cont .meta .meta-3, .thumbnail-grid li.item-store-section .asset-cont .meta .meta-3 {
    font-weight: 700;
    display: block;
}
.thumbnail-grid .thumbnail-url-grid {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.thumbnail-grid .lock-asset {
    position: absolute;
    top: 5px;
    left: 8px;
    height: 20px;
}
.thumbnail-grid li:hover .lock-asset.lock-asset-hide-hover {
    display: none;
}
.thumbnail-list .lock-asset {
    position: absolute;
    top: 15px;
    left: 19px;
    height: 20px;
    z-index: 1;
}

.thumbnail-grid .item-collection-pending .lock-asset {
    right: 35px;
}

.thumbnail-grid li.item-contact-default .asset-cont .meta .meta-title {
    bottom: initial;
    top: 8px;
}
.thumbnail-grid li.item-contact-default .asset-cont .meta .meta-1 {
    white-space: initial;
}

#pendingItemDeleteModal .msg-ask, #itemDeleteModal .msg-ask {
    width: 450px;
    margin: 0 auto;
}

#not-found-page {
    text-align:center;
}

#not-found-page h1 {
    margin:170px 0 30px 0;
}
#not-found-page span {
    font-size:20px;
}
#not-found-page a {
    text-decoration: underline;
}

.thumbnail-list li em, .thumbnail-grid li em {
    font-style: normal;
    background-color: #FFFF00;
    color: #4a4a4a;
}

#assetPanel em {
    font-style: normal;
}

.div-yesno .input-box .rdo + .txt {
    padding-left: 0;
    padding-right: 10px;
}

.filter-list .filter-child .dropdown-menu .ctrl-daterange {
    background-color: #fff;
    padding: 5px 0 7px 0;
}

.filter-list .filter-child .dropdown-menu .dateRangeControl {
    width: 230px;
}
.filter-list .filter-child .dropdown-menu .dateRangeControl .form-group{
    margin-bottom: 0px;
}

.filter-list .filter-child .dropdown-menu .ctrl-daterange .date-range {
    margin-bottom: 10px;
}

.filter-list .filter-child .dropdown-menu .ctrl-daterange input[type=date] {
    width: 100%;
}

.filter-list .filter-child .dropdown-menu .ctrl-daterange .drc-date-range-title, .filter-list .filter-child .dropdown-menu .ctrl-daterange .drc-ctrl-go label {
    display: none;
}

.filter-list .filter-child .dropdown-menu .ctrl-daterange .drc-ctrl-go {
    display: inline;
}
    .filter-list .filter-child .dropdown-menu .ctrl-daterange .drc-ctrl-go a {
        margin: 0 auto;
        display: block;
        width: 100px;
        margin-top: 15px;
    }

.filter-list .filter-child .dropdown-menu .ctrl-daterange .drc-ctrl-from, .filter-list .filter-child .dropdown-menu .ctrl-daterange .drc-ctrl-to {
    display: inline-block;
    width: 45%
}
.filter-list .filter-child .dropdown-menu .ctrl-daterange .drc-ctrl-to {
    float: right;
}

.filter-list .filter-child .dropdown-menu .dateRangeSubmit {
    margin: 0 auto;
    display: block;
    width: 80px;
    padding: 5px;
    margin-top: 20px;
    clear: both;
}

#search-options-page .subtitle {
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'nobelregular';
    padding-bottom: 3px;
}

#search-options-page .search-page-tabs-buttons {
    display: inline-block;
    width: 220px;
    float: right;
}

#search-options-page .search-page-tabs-buttons .btn-search-section {
    width: 100%;
    display:block;
    height: 45px;
    border: 1px solid #9E9E9E;
    text-transform:uppercase;
    font-size:16px;
    line-height:45px;
    text-align:center;
    margin-left: 1px;
    background:#cfcfcf;
    margin-top: -1px;
    cursor:pointer;
}
#search-options-page .search-page-tabs-buttons .btn-search-section:nth-child(1) {
    margin-top: 0;
}
#search-options-page .search-page-tabs-buttons .btn-search-section.selected {
    cursor:default;
    background:#fff;
    border-right: 0px;
}

#search-options-page .search-page-tabs {
    display: inline-block;
    width: 900px;
    float: right;
    border: 1px solid #9E9E9E;
    padding: 30px;
}

#search-options-page .search-page-tabs .search-section {
    min-height: 340px;
    position: relative;
}
#search-options-page .search-page-tabs .search-section-file {
    padding-bottom: 100px;
}


.help-video-thumbnail-container {
    background-color: #e9f0f8;
    border-radius: 10px;
    padding: 14px 15px;
    /*font-family: 'Times New Roman';*/
    font-style: italic;
    width: 190px;
    display: inline-block;
    text-align: center;
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 11px;
}
#search-options-page .help-video-thumbnail-container {
    width: 190px;
    display: inline-block;
    text-align: center;
    margin-top: 84px;
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 11px;
}
#search-options-page .help-video-thumbnail {
    margin-bottom: 10px;
}
#search-options-page .search-hints {
    background-color: #e9f0f8;
    border-radius: 10px;
    padding: 14px 15px;
    /*font-family: 'Times New Roman';*/
    font-style: italic;
    font-size: 16px;
    line-height: 18px;
}
#search-options-page .search-section-file .search-hints {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

#search-options-page .search-hints {
    text-align: justify;
    margin: 15px 0;
}
#search-options-page .search-hints a {
    display: inline-block;
    float: right;
    text-decoration: underline;
    font-weight: bold;
    line-height: 16px;
}
#search-options-page .walkthrough .help-video-thumbnail {
    margin-bottom: 10px;
}


#search-options-page .search-section-terms {
    position: relative;
}
#search-options-page .search-section-terms .search-input {
    height: 36px;
}
#search-options-page .search-section-terms .search-input input {
    height: 36px;
}
#search-options-page .search-section-terms .search-input-autocomplete {
    background-color: #f0f0f0;
}
#search-options-page .search-section-terms .search-suggestions {
    position:absolute;
    width:100%;
    z-index: 10;
}
#search-options-page .filter-list {
    margin: 0;
}
#search-options-page .selected-filters {
    margin: 0;
}


#search-options-page .search-page-buttons {
    clear: both;
    float: right;
    margin-top: 30px;
}

#search-options-page .search-page-buttons .btn-cancel {
    border-color: #fff;
}

#search-options-page .file-container {
    min-height: 220px;
}
#search-options-page .file-container .aspera-drag-drop {
    padding: 60px 50px
}

#search-options-page .preview-file li.thumbnail {
    width: 100%;
}

#search-options-page .aspera-drag-drop .files-list {
    display: none !important;
}

.search-options-page .preview-file li .asset-cont {
    text-align: center;
    cursor: default;
}
.search-options-page .preview-file li .asset-cont .asset-outer {
    display: inline-block;
}
.search-options-page .preview-file li .asset-cont.progress-item-expand .asset-outer {
    min-width: 240px;
}
.search-options-page .preview-file li .asset-cont .asset-outer .img-cont {
    min-width: 240px;
}
.search-options-page .preview-file li .asset-cont .asset-outer.skeleton-loader {
    width: 240px;
}
.search-options-page .preview-file li .asset-cont .meta-3 {
    display: none !important;
}
.search-options-page .preview-file li .asset-cont .asset-outer .thumbnail-url {
    cursor: default;
}

.search-options-page .preview-file .preview-file-description {
    text-transform: uppercase;
    display: block;
    height: 20px !important;
    text-align: center;
    margin: 0;
    clear: both;
    width: 100%;
}

.search-options-page .container-grid-list .title {
    min-width: 250px;
    display:inline-block;
}

.search-filter.search-filter-new {
    width: 421px;
    position: absolute;
    right: 15px;
    left: initial;
}

.search-filter.search-filter-new .search-suggestions {
    position:absolute;
    width: 311px;
}
.search-filter.search-filter-new .search-bottom {
    margin-top: 10px;
}
.search-filter.search-filter-new .search-bottom a {
    color: #fff;
    text-decoration: underline;
}

.search-filter-before {
    content: "";
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    border-left: 8px solid transparent;
    position: absolute;
    top: -14px;
    left: 11px;
}

#help-video-player {
    background-color: rgb(0, 0, 0, 0.8);
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 10050;
    overflow:hidden;
    top: 0;
    left: 0;
}

#help-video-player .hv-container-horizontal {
    margin: 0 auto;
    display:inline-block;
}

#help-video-player .hv-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 98vh;
}

#help-video-player .hv-header {
    color:#fff;
    height:30px;
    position:relative;
}
#help-video-player .hv-header .hv-language-container {
    float:left;
}
#help-video-player .hv-header .hv-language {
    display: none;
    border: 1px solid #fff;
    color: #fff;
    background-color: #000;
    padding: 2px 10px;
}
#help-video-player .hv-header .hv-title {
    text-align:center;
    font-size:18px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#help-video-player .hv-header .hv-close {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    background: url(../images/i-close-16.png) no-repeat 0 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

#help-video-player .hv-video-container {
    position: relative;
    background-color: #222;
}
#help-video-player .hv-video-container video {
    max-width: 98vw;
    max-height: calc(98vh - 150px); /*minus #help-video-player .hv-header*/
}

#help-video-player .hv-video-container .video-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}

#help-video-player .hv-video-container .video-loader > div {
    margin-left: -80px;
    margin-top: -80px;
}

#help-video-player .hv-footer {
    /*max-width: 90vw;*/
    margin-top: 15px;
    position:relative;
    height: 93px;
}
#help-video-player .hv-footer-arrow {
    height: 93px;
}
#help-video-player .hv-footer > div {
    height: 93px;
}
#help-video-player .hv-footer .hv-footer-slide {
    /*width: calc(90vw - 60px - 60px);*/
    position:absolute;
    white-space:nowrap;
}
#help-video-player .hv-footer .hv-footer-arrow {
    width: 60px;
    text-align: center;
    padding-top:25px;
    cursor: pointer;
    float:left;
}
#help-video-player .hv-footer .hv-footer-right {
    float: right;
}

#help-video-player .hv-footer .hv-footer-arrow > div {
    border: solid #aaa;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 15px;
}
#help-video-player .hv-footer .hv-footer-arrow:hover > div {
    border: solid #fff;
    border-width: 0 3px 3px 0;
}
#help-video-player .hv-footer-left div {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#help-video-player .hv-footer-right div {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#help-video-player .hv-footer .hv-footer-slide-wrapper {
    margin: 0 60px;
    overflow: hidden;
    position: relative;
}
#help-video-player .hv-footer .hv-footer-slide .help-video-thumbnail {
    border: 3px solid transparent;
}
#help-video-player .hv-footer .hv-footer-slide .help-video-thumbnail.selected {
    border: 3px solid #fff;
}

#help-video-player .hv-footer .hv-footer-slide .help-video-thumbnail.selected .hv-thumbnail-play {
    display: none;
}

.help-video-thumbnail {
    width: 158px;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.help-video-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, transparent 0%, rgb(0 0 0 / 80%) 100%);
}
.help-video-thumbnail img {
    width:100%;
}
.help-video-thumbnail .hv-thumbnail-title {
    text-transform: uppercase;
    color: #fff;
    top: 4px;
    z-index: 2;
    position: absolute;
    width: 100%;
    font-family: nobelregular;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
}

.help-video-thumbnail .hv-thumbnail-play {
    position: absolute;
    top: 25px;
    bottom: 8px;
    right: 20px;
    left: 20px;
    background: url(/images/playicon.png) no-repeat center;
    background-size: contain;
    z-index: 3;
}
.help-video-thumbnail.seen .seen-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #333 url(/images/ic_check.png) no-repeat center;
    width: 35px;
    height: 20px;
    z-index:2;
}
.help-video-thumbnail.seen:after {
    background: rgb(0 0 0 / 85%);
}

    @keyframes spinner-loading {
        0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


.spinner-loading {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; 
}

.spinner-loading div {
    position: absolute;
    animation: spinner-loading 1s linear infinite;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #dfdfdf;
    transform-origin: 80px 82px;
    box-sizing: content-box;
}

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
#assetRequestForm .form-control{
    height: auto;
}

.content-asset .store-price-list a {
    text-decoration: underline;
}

#store-page .store-title-area {
    margin-top: 30px;
}
#store-page .store-title-area .store-icon {
    width: 70px;
    margin-right: 15px;
    float: left;
}

#store-page h1.title {
    font-family: 'nobelbold';
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.8px;
    display:inline-block;
}
#store-page p.lead {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.8px;
    margin-top: 0;
}

#store-page .store-title-area .store-title {
    float:left;
}
#store-page .store-title-area .store-title h1.title {
    margin-bottom: 5px;
}
#store-page .store-title-area .store-title p.lead {
    margin: 0;
}

#store-page .store-section hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #cccccc;
}

#store-page .store-section .store-section-thumbnail-container {
    display:inline-block;
}
#store-page .store-section .store-section-thumbnail-container img {
    height:236px;
}
#store-page .store-section .store-section-thumbnail-container.skeleton-loader img {
    min-width:360px;
}

#store-page .store-section h1.title.skeleton-loader {
    width: 400px;
}
#store-page .store-section p.lead.skeleton-loader {
    width: 100%;
}

#store-page .store-section .btn-container {
    display:inline-block;
    min-width:150px;
}
#store-page .store-section .align-right  {
    float:right;
}

.modal-asset-expiration .modal-body {
    min-height: 240px;
}
.modal-asset-expiration .input-box {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
}
.modal-asset-expiration label {
    float: left;
}
.modal-asset-expiration label.txt {
    width: 570px;
}
.asset-download-page .agree-msg .list-terms label{
    float:left;
}
.asset-download-page .agree-msg .list-terms label.rdo {
    margin-top:8px;
}
.asset-download-page .agree-msg .list-terms label.term-text {
    width: 400px;
    margin-left: 15px;
}
.modal-asset-expiration .PermissionReceived-date {
    margin-left: 30px;
    padding-top: 20px;
}

div.modal .submitted-msg {
    font-family: 'nobelbold';
    font-size: 18px;
    line-height: 1;
    text-align: center;
    height: 110px;
    width: 270px;
    margin: 0 auto;
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    margin-top: -55px;
    position: absolute;
    text-transform: uppercase;
}

div.modal .submitted-msg .icon {
    margin-bottom: 20px;
}

.inner-page .item-header .event-header-left .doc-section,
.inner-page .item-header .event-header-left .large-thumbnail {
    margin: 0;
}
.inner-page .item-header .event-header-wrapper .large-thumbnail img {
    max-width: 640px;
}
.inner-page .item-header .event-header-right {
    width: 360px;
    background-color: #fff;
    text-align: left;
    padding: 0 30px;
    font-size: 18px;
    margin-left: 50px;
    display: flex;
}
.inner-page .item-header .event-header-right > div {
    margin: auto 0;
    padding-top: 30px;
}
.inner-page .item-header .event-header-wrapper .map-control {
    width: 640px;
    height: 383px;
    border: 1px solid #9B9B9B;
    background-color: #FFF;
}

.inner-page .item-header .event-header-right > div > div {
    background: no-repeat 0 2px;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 30px;
    min-height: 30px;
}
.inner-page .item-header .event-header-right .event-date {
    background-image:url(/images/icon-date.svg);
}
.inner-page .item-header .event-header-right .event-country {
    background-image: url(/images/icon-earth.svg);
}
.inner-page .item-header .event-header-right .event-address {
    background-image: url(/images/icon-location.svg);
}
.inner-page .item-header .event-header-right .evt-area-exp div {
    text-align: center;
    font-size:24px;
    padding: 0;
}

#modal-user-email-unreachable .modal-body {
    min-height: 256px;
}
#modal-user-email-unreachable .input-box {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
}
#modal-user-email-unreachable .temporary-problem-area {
    display: block;
    font-size: 16px;
    width: 500px;
    margin: 0 auto;
}
#modal-user-email-unreachable .temporary-problem-area a {
    text-decoration: underline;
}
/*.address-picker {
    position:relative;

}*/
/*    .address-picker .c-address-picker {
        z-index: 2;
        position: relative;
    }
.address-picker .g-address-picker {
    position:absolute;
    top: 40px;
    left: 0;
    z-index: 1;
}*/

#asperaNotRespondingModal {
    z-index: 10000;
}
#asperaNotRespondingModal .modal-body {
    width: 460px;
    margin: 0 auto;
    font-size: 16px;
}

#asperaNotRespondingModal .modal-body a {
    margin-top: 20px;
}

#aspera-firewall-considerations-page ul {
    list-style: disc;
    padding-left: 40px;
}
#aspera-firewall-considerations-page h2 {
    margin-top: 50px;
}
#aspera-firewall-considerations-page h2 {
    margin-top: 30px;
}
#aspera-firewall-considerations-page a {
    text-decoration:underline;
}



.people-picker {
    position: relative;
    text-align: left;
}

    .people-picker .btn-reset-pp {
        display: none;
        position: absolute;
        top: 4px;
        right: 5px;
        padding: 5px 15px !important;
        z-index: 2;
    }

    .people-picker .has-arrow .btn-reset-pp {
        right: 43px;
        padding: 5px 10px !important;
    }

    .people-picker.show-reset .btn-reset-pp {
        display: inline-block;
    }

    .people-picker.show-reset .people-picker-input {
        padding-right: 80px;
    }

    .people-picker.show-reset .has-arrow .people-picker-input {
        padding-right: 105px;
    }

    .people-picker form {
        position: relative;
    }

        .people-picker form.has-arrow .people-picker-input {
            position: relative;
            z-index: 1;
            background-color: transparent;
            /*margin-right: 45px;*/
            cursor: default;
        }

            .people-picker form.has-arrow .people-picker-input:focus {
                cursor: text;
                /*margin-right: 0;*/
                width: calc(100% - 45px);
            }

        .people-picker form.has-arrow select {
            position: absolute;
            top: 0;
            z-index: 0;
            pointer-events: none;
        }

    .people-picker .people-picker-list {
        display: none;
        border: 1px solid #CCCCCC;
        background-color: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(207,207,207,0.5);
        position: absolute;
        width: 100%;
        z-index: 101;
        max-height: 210px;
        overflow-y: auto;
    }

        .people-picker .people-picker-list li {
            padding: 0;
            color: #000;
        }

            .people-picker .people-picker-list li a {
                display: block;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                padding: 2px 5px;
            }

                .people-picker .people-picker-list li a:hover, .people-picker .people-picker-list li.focused a {
                    background-color: #eee;
                }

    .people-picker.sim-dropdown .people-picker-list li a {
        background-color: #f0f0f0;
    }

        .people-picker.sim-dropdown .people-picker-list li a:hover, .people-picker .sim-dropdown .people-picker-list li.focused a {
            background-color: #ccc;
        }

    .people-picker .people-picker-list li a .avatar-cont {
        float: left;
        width: 32px;
        height: 32px;
        margin: 4px 7px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        background-color: #000;
    }

        .people-picker .people-picker-list li a .avatar-cont img {
            width: 32px;
            height: 32px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .people-picker .people-picker-list li a .avatar-cont i {
            display: inline-block;
            color: #fff;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            margin-top: 3px;
            width: 100%;
        }

    .people-picker .people-picker-list li a name {
        display: inline-block;
    }


    .people-picker .people-picker-list li.disabled {
        cursor: not-allowed !important;
    }

        .people-picker .people-picker-list li.disabled a {
            cursor: not-allowed !important;
            color: #888;
        }

        .people-picker .people-picker-list li.disabled img,
        .people-picker .people-picker-list li.inactive img {
            filter: grayscale(0.7);
        }

        .people-picker .people-picker-list li.disabled a .avatar-cont,
        .people-picker .people-picker-list li.inactive a .avatar-cont {
            background-color: #888;
        }



    .people-picker .people-picker-resolved {
        margin-top: 12px;
    }

        .people-picker .people-picker-resolved li {
            width: 50px;
            height: 50px;
            display: inline;
            float: left;
            margin-right: 9px;
            margin-bottom: 9px;
            position: relative;
        }

            .people-picker .people-picker-resolved li .avatar-cont, .modal-dialog .avatar-cont {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background-color: #000;
                position: relative;
            }

                .people-picker .people-picker-resolved li .avatar-cont i, .modal-dialog .avatar-cont i {
                    display: inline-block;
                    color: #fff;
                    text-align: center;
                    font-size: 28px;
                    font-style: normal;
                    margin-top: 5px;
                    width: 100%;
                }

                .people-picker .people-picker-resolved li .avatar-cont img, .modal-dialog .avatar-cont img {
                    width: 50px;
                    height: 50px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border-radius: 50%;
                }

                .people-picker .people-picker-resolved li .avatar-cont .action-btn {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    background: rgba(0,0,0,.3);
                    display: none;
                    z-index: 100;
                    margin: 0;
                }

                .people-picker .people-picker-resolved li .avatar-cont .close-btn {
                    background: rgba(0,0,0,.3) url(/images/i-close-11.png) no-repeat center;
                    top: -4px;
                }

                .people-picker .people-picker-resolved li .avatar-cont:hover a.action-btn {
                    display: block;
                }

            .people-picker .people-picker-resolved li .user-details, .people-picker .people-picker-resolved li .edit {
                display: none;
            }

            .people-picker .people-picker-resolved li.people-picker-view-details .user-details {
                display: block;
            }

            .people-picker .people-picker-resolved li.avatar-collaborator,
            .people-picker .people-picker-resolved li.people-picker-view-details,
            .people-picker .people-picker-resolved li.people-picker-address-details {
                width: 100%;
                display: block;
                float: none;
                margin-right: 0;
                margin-bottom: 9px;
                position: relative;
            }


            .people-picker .people-picker-resolved li.inactive img {
                filter: grayscale(0.7);
            }

            .people-picker .people-picker-resolved li.inactive .avatar-cont {
                background-color: #888;
            }

            .people-picker .people-picker-resolved li.avatar-collaborator .user-details,
            .people-picker .people-picker-resolved li.avatar-collaborator .edit,
            .people-picker .people-picker-resolved li.people-picker-view-details .user-details {
                display: inline-block;
                vertical-align: middle;
            }

            .people-picker .people-picker-resolved li.avatar-collaborator .avatar-cont,
            .people-picker .people-picker-resolved li.people-picker-view-details .avatar-cont {
                display: inline-block;
                vertical-align: middle;
            }

            .people-picker .people-picker-resolved li.avatar-collaborator .user-details {
                margin-right: 5px;
                text-transform: uppercase;
            }

            .people-picker .people-picker-resolved li.avatar-collaborator .edit i {
                background: url(/images/i-edit-14.png) no-repeat center center;
                height: 14px;
                width: 14px;
                display: block;
            }


            .people-picker .people-picker-resolved li.people-picker-simple-details {
                float: initial;
                display: block;
                width: initial;
                height: initial;
                margin-right: 0;
                font-weight: initial;
                cursor: pointer;
            }


                /*.people-picker .people-picker-list li.people-picker-address-details .user-details,
.people-picker .people-picker-resolved li.people-picker-address-details .user-details {
    display: inline-block;
    width: calc(100% - 55px);
    vertical-align: middle;
}
.people-picker .people-picker-list li.people-picker-address-details .avatar-cont,
.people-picker .people-picker-resolved li.people-picker-address-details .avatar-cont {
    background-color: unset;
    display: inline-block;
    vertical-align: middle;
}
.people-picker .people-picker-list li.people-picker-address-details .main-row,
.people-picker .people-picker-resolved li.people-picker-address-details .main-row {
    font-weight: bold;
    display: block;
}
.people-picker .people-picker-resolved li.people-picker-address-details .avatar-cont .action-btn {
    border-radius: 0;
}*/

                .people-picker .people-picker-resolved li.people-picker-simple-details:hover {
                    font-weight: bold;
                }

                .people-picker .people-picker-resolved li.people-picker-simple-details a.close-btn-aux {
                    display: inline-block;
                    position: relative;
                    max-width: 100%;
                }
                /*.people-picker .people-picker-resolved li.people-picker-simple-details a.close-btn-aux > * {
    float: left;
}*/
                .people-picker .people-picker-resolved li.people-picker-simple-details span {
                    float: left;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: calc(100% - 15px);
                    overflow: hidden;
                    display: inline-block;
                    margin-right: 15px;
                }

                .people-picker .people-picker-resolved li.people-picker-simple-details:hover span {
                    max-width: 95%;
                }

                .people-picker .people-picker-resolved li.people-picker-simple-details .close-btn-inner,
                .calendar-page .list-attachments .attachment .close-btn-inner {
                    position: absolute;
                    right: 0;
                    top: 0;
                    background: url(/images/i-close-11-black.png) no-repeat center;
                    float: none;
                    display: none;
                    /*margin-left: 5px;*/
                    margin-top: 0 !important;
                    width: 11px;
                    height: 20px;
                    margin-right: 0;
                }

                .people-picker .people-picker-resolved li.people-picker-simple-details:hover .close-btn-inner {
                    display: inline-block;
                }

.calendar-page .list-attachments .attachment:hover .close-btn-inner {
    display: inline-block;
    top: 10px;
}

.people-picker.csv-list .people-picker-resolved {
    max-height: 250px;
    overflow-y: auto;
    margin-top: 0;
    padding: 5px;
}

.people-picker.loading .people-picker-list {
    display: block !important;
    min-height: 30px;
    /*position:relative;*/
}

    .people-picker.loading .people-picker-list li:last-child {
        visibility: hidden;
    }

    .people-picker.loading .people-picker-list::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 30px;
        margin-top: -30px;
        /*position: absolute;
    bottom: -30px;*/
        background: url(/images/loading-dots-9.svg) no-repeat center;
        background-size: 120px;
        /*border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(207, 207, 207, 0.5);*/
    }

.people-picker.loading-inline input {
    padding-right: 40px;
}

.people-picker.loading-inline .loading-animation {
    display: block;
    background: url(/images/loading-dots-3.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 36px;
}

.people-picker.address-picker .people-picker-list li a {
    display: block;
    padding: 5px;
}

.people-picker.address-picker .people-picker-list li .user-details {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.people-picker.address-picker .people-picker-list span.user-details span {
    font-weight: bold;
}

.people-picker.address-picker .no-results {
    display: block;
    padding: 5px;
}

.readonly-people-picker .people-picker {
    display: inline;
}

.readonly-people-picker .people-picker-input {
    display: none;
}

.readonly-people-picker .people-picker-resolved .avatar-cont a.close-btn {
    display: none !important;
}

.readonly-contact-persons .people-picker {
    float: right;
}