/* Main Classes */
.hidetablecolumn {
    display: none;
}

.blue-gradient {
    background: rgba(25,31,96,1);
    background: -moz-linear-gradient(45deg, rgba(25,31,96,1) 0%, rgba(18,41,146,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(25,31,96,1) 0%, rgba(18,41,146,1) 100%);
    background: -o-linear-gradient(45deg, rgba(25,31,96,1) 0%, rgba(18,41,146,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(25,31,96,1) 0%, rgba(18,41,146,1) 100%);
    background: linear-gradient(45deg, rgba(25,31,96,1) 0%, rgba(18,41,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191f60', endColorstr='#122992', GradientType=1 );
}

.yellow-gradient {
    background: rgba(249,160,27,1);
    background: -moz-linear-gradient(45deg, rgba(249,160,27,1) 0%, rgba(244,196,22,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(249,160,27,1) 0%, rgba(244,196,22,1) 100%);
    background: -o-linear-gradient(45deg, rgba(249,160,27,1) 0%, rgba(244,196,22,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(249,160,27,1) 0%, rgba(244,196,22,1) 100%);
    background: linear-gradient(45deg, rgba(249,160,27,1) 0%, rgba(244,196,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a01b', endColorstr='#f4c416', GradientType=1 );
}

.lightgrey-gradient {
    background: rgba(228,228,228,1);
    background: -moz-linear-gradient(45deg, rgba(228,228,228,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(228,228,228,1) 0%, rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(45deg, rgba(228,228,228,1) 0%, rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(228,228,228,1) 0%, rgba(239,239,239,1) 100%);
    background: linear-gradient(45deg, rgba(228,228,228,1) 0%, rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#efefef', GradientType=1 );
}

.darkgrey-gradient {
    background: rgba(80,80,80,1);
    background: -moz-linear-gradient(45deg, rgba(80,80,80,1) 0%, rgba(122,122,122,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(80,80,80,1) 0%, rgba(122,122,122,1) 100%);
    background: -o-linear-gradient(45deg, rgba(80,80,80,1) 0%, rgba(122,122,122,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(80,80,80,1) 0%, rgba(122,122,122,1) 100%);
    background: linear-gradient(45deg, rgba(80,80,80,1) 0%, rgba(122,122,122,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#7a7a7a', GradientType=1 );
}

#formFile {
    float: right;
    margin-top: -400px;
    width: 780px;
}

.search-result {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 13px;
}

.text-white {
    color: #ffffff !important;
}

.text-blue {
    color: #1a1f71 !important;
}

.text-yellow {
    color: #f7b600 !important;
}

.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    background-color: transparent;
    margin: 0 0 30px;
}

.panel.panel-mt{
        margin: 30px 0px 0px;
}

.form-big-fields .form-control.form-control-np {
    height: 60px;
    padding: 0px 0px;

}

    .form-big-fields .form-control.form-control-np button {
        height: 60px !important;
        line-height: 45px !important;
        font-size: 19px;
        font-weight: 400 !important;
    }

    .form-big-fields .form-control.form-control-np span {
        font-weight: 400 !important;
        color: #999999 !important;
    }

    .panel-heading {
        padding: 0;
        /*
    border-bottom: 1px solid #dddddd;
        */
        border-radius: 0;
    }
    .panel-heading.fixto-fixed {
        border-bottom: 1px solid #dddddd !important;
        background-color: #fff;
        padding: 10px 0
    }
    /*.panel-heading.fixto-fixed a {
        display: none
    }*/
    .panel-heading ul.pull-right li {
        font-size: 14px;
        line-height: 30px;
        color: #f7b600;
        display: inline-block
    }

    .panel-heading a.pull-right {
        font-size: 14px;
        line-height: 30px;
        color: #f7b600;
    }

.panel-title {
    font-size: 21px;
    line-height: 30px;
    color: #1a1f71;
    padding: 0 0 5px;
}

h3.panel-title {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 32px;
    font-weight: 600;
}

    h3.panel-title span {
        color: #8b8b8b;
        float: none;
    }

    h3.panel-title strong {
        font-family: 'Open Sans';
        font-weight: 400;
        color: #5b5b5b;
        float: right;
    }

h1 > *,
h2 > *,
h3 > *,
h4 > *,
h5 > *,
h6 > * {
    display: grid;
    display: -ms-grid;
}
.panel-sidebar-content {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-left: 15px
}
.panel-content {
    width: 75%;
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

@media screen and (max-width:767px) {
    .panel-sidebar-content,
    .panel-content {
        width: 100%;
    }
}

.panel-sidebar {
    width: 262.5px;
}

   .panel-sidebar p {
      font-size: 14px;
      color: #737373;
      line-height: 150%;
   }

.panel-sidebar .panel-heading {
    border: none;
}

.panel-sidebar h3.panel-title {
    /* padding: 40px 0 10px;*/
    background-size: 40px;
    background-repeat: no-repeat;
    background-image: none !important;
}

.panel-sidebar.product-list h3.panel-title {
    background-image: url(/Assets/images/icons/product.png);
    background-position: 0px 1px;
    background-size: 40px;
}

.panel-sidebar.element-list h3.panel-title {
    background-image: url(/Assets/images/icons/element.png);
    background-position: -5px -6px;
}

.panel-sidebar.material-list h3.panel-title {
    background-image: url(/Assets/images/icons/material.png);
    background-position: 0 -9px;
}

.panel-sidebar.artwork-list h3.panel-title {
    background-image: url(/Assets/images/icons/artwork.png);
    background-position: -3px -5px;
}

.panel-sidebar .panel-heading h4 {
    margin: -5px 0 0;
    padding: 0 0 20px;
    color: #1a1f71;
}

.panel-sidebar .tabs {
    width: 100%;
    margin: -5px 0 0;
    padding: 5px 0;
    display: inline-block;
    border-top: 1px solid #ddd;
}

    .panel-sidebar .tabs a {
        clear: both;
        font-size: 16px;
        color: #909090;
        font-weight: 400;
        line-height: 26px;
        text-decoration: none !important;
        position: relative;
        padding: 0 0 0 40px;
        float: left;
        width: 100%;
    }

        .panel-sidebar .tabs a strong {
            font-weight: 600;
        }

        .panel-sidebar .tabs a::after {
            content: "\f204";
            font-family: "FontAwesome";
            float: left;
            margin: 0 10px 0 0;
            font-size: 20px;
            line-height: 22px;
            font-weight: 600;
            position: absolute;
            top: 2px;
            left: 0;
        }

        .panel-sidebar .tabs a:hover::after {
            color: #f7b600;
        }

        .panel-sidebar .tabs a.active::after {
            content: "\f205";
            color: #f7b600;
        }

.panel-sidebar .panel-body {
    padding: 15px 0;
}

.panel-body {
    padding: 30px 0;
}

    .panel-body + .panel-body {
        padding: 0 0 30px;
    }

.btn {
    border-color: #dddddd;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    padding: 10px;
    transition: all .2s ease;
    box-shadow: none !important;
}

.col-md-4 .actions {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0 0;
}

    .col-md-4 .actions .btn {
        font-size: 14px;
    }

    .col-md-4 .actions .btn-block + .btn-block {
        margin-top: 10px;
    }

.btn-lg {
    padding: 15px 18px;
    font-size: 19px;
    height: 60px;
}

.btn-default {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    color: #ffffff;
}

    .btn-default:focus,
    .btn-default:active,
    .btn-default:hover {
        border-color: #b3b3b3;
        background-color: #ffffff;
        color: #b3b3b3;
        outline: 1px solid #b3b3b3;
    }

.btn-primary {
    border-color: #f7b600;
    background: #f7b600;
    color: #fff;
}

    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover {
        border-color: #f7b600 !important;
        background-color: #ffffff !important;
        color: #f7b600 !important;
        outline: 1px solid #f7b600 !important;
    }

.btn-success {
    border-color: #5cb85c;
    background: #5cb85c;
}

    .btn-success:active,
    .btn-success:focus,
    .btn-success:hover {
        border-color: #5cb85c;
        background-color: #ffffff;
        color: #5cb85c;
        outline: 1px solid #5cb85c;
    }

.btn-info {
    border-color: #5bc0de;
    background: #5bc0de;
}

    .btn-success:active,
    .btn-success:focus,
    .btn-info:hover {
        border-color: #5bc0de;
        background-color: #ffffff;
        color: #5bc0de;
        outline: 1px solid #5bc0de;
    }

.btn-warning {
    border-color: #f0ad4e;
    background: #f0ad4e;
}

    .btn-warning:active,
    .btn-warning:focus,
    .btn-warning:hover {
        border-color: #f0ad4e;
        background-color: #ffffff;
        color: #f0ad4e;
        outline: 1px solid #f0ad4e;
    }

.btn-danger {
    border-color: #c9302c;
    background: #c9302c;
}

    .btn-danger:active,
    .btn-danger:focus,
    .btn-danger:hover {
        border-color: #c9302c;
        background-color: #ffffff;
        color: #c9302c;
        outline: 1px solid #c9302c;
    }

.btn-footer {
    display: inline-block;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
    width: 100%;
}

    .btn-footer .btn {
        padding: 12px 50px;
        min-width: 171px;
        margin: 0 15px 0 0;
    }

label {
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 100;
}

    label span {
        position: absolute;
        top: 95%;
        left: 15px;
        display: inline-block;
        font-size: 11px
    }

.form-control {
    border-radius: 0;
    font-size: 16px;
    height: 44px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #ddd;
}

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        pointer-events: none;
    }

    .form-control:hover {
        border-color: #f7b600;
    }

    .form-control:focus {
        background-color: #ffffff;
        border-color: #f7b600;
        box-shadow: none;
        outline: 1px solid #f7b600;
    }

.form-group {
    padding: 0 0 20px;
    margin: 0 0 5px;
    width: 100%;
}

.input-group-btn > .btn {
    border-color: #f7b600;
    background: #f7b600;
    color: #fff;
    border-radius: 0;
    transition: all .2s ease;
    font-size: 14px;
    line-height: 20px;
}

    .input-group-btn > .btn:hover {
        background-color: #ffffff;
        color: #f7b600;
    }

textarea.form-control {
    padding: 10px;
}

.checkbox,
.radio {
    padding: 0 0 0 30px;
    cursor: pointer;
    margin: 0 0 15px;
}

    .checkbox + .checkbox,
    .radio + .radio {
        margin: 0 0 15px;
    }

    .checkbox input[type=checkbox],
    .radio input[type=radio] {
        margin: 1px 0 0 -28px;
        outline: none !important;
    }

.panel-heading .checkbox.pull-right span {
    float: left;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
    line-height: 28px;
}

.panel-heading .checkbox.pull-right input[type=checkbox] {
    margin: 0 3px 0 10px;
    position: relative;
}

.checkbox input[type=checkbox]::after,
.radio input[type=radio]::after {
    content: ' ';
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0px 1px #aaaaaa;
    width: 16px;
    height: 16px;
    left: -1px;
    top: 0;
    cursor: pointer;
}

.checkbox input[type=checkbox]:checked::after {
    background: url(../images/layout/checkbox.png) #fff center center;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0px 1px #f7b600;
    background-size: 14px 14px;
}

.radio input[type=radio]::after {
    border-radius: 100%;
}

.radio input[type=radio]:checked::after {
    background-color: #1a1f71;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0px 1px #f7b600;
}

.checkbox:hover input[type=checkbox]::after,
.radio:hover input[type=radio]::after {
    border: 4px solid #ffffff;
    box-shadow: 0 0 0px 1px #f7b600;
}

.checkbox:hover,
.radio:hover {
    color: #f7b600;
    transition: all .15s ease;
}

.dt-body-center .checkbox,
.dt-body-center .radio {
    padding: 0;
    vertical-align: top;
}

    .dt-body-center .checkbox input[type=checkbox]::after,
    .dt-body-center .radio input[type=radio]::after {
        top: 0;
        width: 14px;
        height: 14px;
        cursor: pointer;
    }

.form-big-fields .form-control {
    height: 60px;
    padding: 15px 18px;
    font-size: 19px;
}

.form-big-fields .btn {
    height: 60px;
    min-width: 62px;
    font-size: 19px;
    font-weight: 300;
}

.form-two-cols,
.label-two-cols {
    margin: 0 -15px;
    width: 107%;
    width: calc(100% + 30px);
    display: inline-block;
}

    .form-two-cols .form-group {
        float: left;
        width: 50%;
        padding: 0 15px 10px;
        margin: 0 0 5px;
    }

.has-feedback label ~ .form-control-feedback {
    top: 32px;
    right: 0px;
}

.form-two-cols .has-feedback label ~ .form-control-feedback {
    right: 20px;
}

.form-two-cols .has-feedback label + .bootstrap-select + .form-control-feedback {
    right: 65px;
}


.has-error-top label ~ .form-control-feedback {
    top: 0;
    right: 0;
}

.fv-form-bootstrap .help-block {
    position: absolute;
    top: 76px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    margin: 0;
}

.has-feedback .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-error .form-control:focus {
    outline-color: #843534;
}

.has-success .form-control:focus {
    outline-color: #3c763d;
}

.title-group {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #dddddd;
}

    .title-group h4 {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 30px;
        color: #aaa;
        margin: 0;
        letter-spacing: 2px;
        font-family: 'Open Sans';
        font-weight: 600;
    }

.checkbox-group {
    height: 250px;
    margin: 0 0 20px;
}

.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle.active,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
    border-radius: 0;
    font-size: 16px;
    color: #555555;
    height: 44px;
    display: inline-block;
    box-shadow: none;
    border: 1px solid #dddddd;
    background-color: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 6px 25px 6px 12px;
}

    .bootstrap-select .dropdown-toggle:hover,
    .bootstrap-select .dropdown-toggle.active,
    .bootstrap-select .dropdown-toggle:active,
    .bootstrap-select .dropdown-toggle:focus {
        border: 1px solid #f7b600 !important;
    }

.bootstrap-select.open > .dropdown-toggle {
    border: 1px solid #f7b600 !important;
    outline: 1px solid #f7b600 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #555555;
    font-weight: 300;
}

.bootstrap-select.btn-group .form-control-feedback {
    font-size: 12px;
    top: 5px;
    right: 46px;
}
.dropdown-toggle::before,
.bootstrap-select.btn-group .dropdown-toggle .bs-caret {
    border-left: 1px solid #dddddd;
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 43px;
    content: "";
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -0.1em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-menu {
    font-size: 14px;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu li {
    padding: 2px 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 18px;
}

.has-error .bootstrap-select .dropdown-toggle {
    border-color: #843534 !important;
}

.has-success .bootstrap-select .dropdown-toggle {
    border-color: #3c763d !important;    
}

.has-error .bootstrap-select.open > .dropdown-toggle {
    border: 1px solid #843534 !important;
    outline: 1px solid #843534 !important;
}

.has-success .bootstrap-select.open > .dropdown-toggle {
    border: 1px solid #3c763d !important;
    outline: 1px solid #3c763d !important;
}

.bootstrap-select.btn-group .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    margin: 1px 0;
    outline: none;
    border: 1px solid #ddd;
    padding: 0;
    z-index: 9;
    max-width: 100%;
    min-height: 245px !important;
}

    .bootstrap-select.btn-group .dropdown-menu li.dropdown-header {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 10px;
        font-family: 'Open Sans';
        font-weight: 600;
        padding: 10px 12px;
    }

    .bootstrap-select.btn-group .dropdown-menu li a {
        user-select: none;
        padding: 6px 12px;
        font-size: 14px;
        color: #555555;
    }

        .bootstrap-select.btn-group .dropdown-menu li a:focus {
            outline: none;
        }

    .bootstrap-select.btn-group .dropdown-menu > .active > a,
    .bootstrap-select.btn-group .dropdown-menu > .active > a:focus,
    .bootstrap-select.btn-group .dropdown-menu > .active > a:hover {
        background-color: #eee;
    }

    .bootstrap-select.btn-group .dropdown-menu li a.opt {
        padding: 6px 12px;
    }

    .bootstrap-select.btn-group .dropdown-menu .bs-searchbox {
        padding: 5px;
        position: relative;
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

        .bootstrap-select.btn-group .dropdown-menu .bs-searchbox:after {
            content: "\f002";
            font-family: 'FontAwesome';
            position: absolute;
            font-size: 14px;
            right: 15px;
            top: 12px;
            color: #aaa;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .bootstrap-select.btn-group .dropdown-menu .bs-searchbox .form-control {
            padding: 6px 12px;
            font-size: 14px;
            color: #555555;
            height: 40px;
            border: 1px solid #f7b600 !important;
            outline: 1px solid #f7b600 !important;
        }



/* Tooltip */
.tooltip.top {
    margin-top: -8px;
}

.tooltip .tooltip-arrow {
    border-top-color: rgba(169, 68, 66, .8) !important;
}

.tooltip .tooltip-inner {
    background-color: rgba(169, 68, 66, .8);
    color: #FFFFFF;
    border: none;
    padding: 10px;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: left;
}

    .tooltip .tooltip-inner ul {
        padding: 0 0 0 20px;
        margin: 0;
    }

.tooltip.right {
    padding: 0 5px;
    margin-left: 13px;
}

.tooltip.top .tooltip-arrow {
    border-right-color: transparent !important;
    border-top-color: rgba(169, 68, 66, .8) !important;
}

.tooltip.right .tooltip-arrow {
    border-top-color: transparent !important;
    border-right-color: rgba(169, 68, 66, .8) !important;
}


.auth .tooltip.right {
    margin: 0 0 0 15px !important;
}


.auth .tooltip .tooltip-arrow {
    border-right-color: #A9443F !important;
}

.auth .tooltip .tooltip-inner {
    background-color: #A9443F;
    color: #FFFFFF;
    border: 1px solid #A9443F;
    padding: 10px;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 300;
    min-width: 360px;
    text-align: left;
}

    .auth .tooltip .tooltip-inner ul {
        padding: 0 0 0 20px;
        margin: 0;
    }

/* Layout */
html {
    min-height: 100vh;
}

body {
    min-height: calc(100vh - 346px);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 0;
    box-sizing: content-box;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

a:hover {
    text-decoration: none;
}






/* Loader */
.loader {
    opacity: 1;
    visibility: visible;
    transition: all .5s linear;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f7b600;
    z-index: 9999;
}

.loaded .loader {
    opacity: 0;
    visibility: hidden;
}

.loader .bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}

    .loader .bar:nth-child(1) {
        background-color: #f1f1f1;
        animation: loading 3s linear infinite;
    }

    .loader .bar:nth-child(2) {
        background-color: #1a1f71;
        animation: loading 3s linear 1s infinite;
    }

    .loader .bar:nth-child(3) {
        background-color: #f7b600;
        animation: loading 3s linear 2s infinite;
    }

@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

.subnav {
    opacity: 0;
    visibility: hidden;
    transition: all .5s linear;
}

.loaded .subnav {
    opacity: 1;
    visibility: visible;
}

.main {
    padding: 0 0 100px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s linear, visibility .5s linear;
}

.loaded .main {
    opacity: 1;
    visibility: visible;
}


/* Header */


#header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background: #ffffff;
    z-index: 9995;
}

.navbar {
    border-bottom: 5px solid #f7b600;
    padding: 20px 0 10px;
    min-height: 85px;
    margin: 0;
    z-index: 9995;
    position: relative;
}

.navbar-default .navbar-header {
    margin: 5px 0 0 15px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    background-image: url(../images/layout/visa.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    height: 30px;
    padding: 7px 0 0 110px;
    color: #ffffff !important;
    font-size: 21px;
    line-height: 28px;
    vertical-align: baseline;
    font-weight: 100;
}

.navbar-default .navbar-header span {
    font-family: 'Open Sans';
    font-weight: 600;
    margin: 6px 15px;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    padding: 7px 15px 3px;
    border-left: 1px solid #f7b600;
    display: inline-block;
}


.navbar-right {
    margin-right: 0;
}

.navbar-nav > li {
    position: relative;
    margin: 0 10px 0 0;
    padding: 0 0 10px;
}

    .navbar-nav > li > a.active,
    .navbar-nav > li > a.active:hover {
        background-color: #f7b600;
    }

    .navbar-nav > li > a svg {
        width: 26px;
    }

        .navbar-nav > li > a svg * {
            fill: #1a1f71;
            stroke: #1a1f71;
            transition: all .15s ease;
        }

    .navbar-nav > li > a:hover svg * {
        fill: #f7b600;
        stroke: #f7b600;
    }

    .navbar-nav > li > a.active svg * {
        fill: #ffffff;
        stroke: #ffffff;
    }

    .navbar-nav > li > a.user-image,
    .navbar-nav > li > a.user-image:hover {
        background: #1a1f71;
        width: 35px;
        height: 35px;
        margin: 2px 10px 2px 6px;
        position: relative;
    }

        .navbar-nav > li > a.user-image::after {
            display: inline-block;
            font-family: FontAwesome;
            font-size: 18px;
            content: "\f107";
            color: #f7b600;
            position: absolute;
            right: -22px;
            top: 8px;
            transition: all .15s ease;
        }

.navbar-nav .sub-nav {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    top: 100%;
    right: -15px;
    padding: 5px 10px;
    border: 1px solid #aaa;
    min-width: 160px;
    transition: all .2s ease;
}

.navbar-nav > li:hover > a.user-image + .sub-nav {
    opacity: 1;
    visibility: visible;
}

.navbar-nav .sub-nav li {
    float: left;
    width: 100%;
    list-style: none;
    text-align: right;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
}

    .navbar-nav .sub-nav li:last-child {
        border: none;
    }

    .navbar-nav .sub-nav li a {
        color: #999999;
    }

        .navbar-nav .sub-nav li a:hover {
            color: #1a1f71;
            text-decoration: none;
        }

        .navbar-nav .sub-nav li a strong {
            font-family: 'Open Sans';
            font-weight: 600;
            color: #1a1f71;
            font-size: 14px;
        }

        .navbar-nav .sub-nav li a:hover strong {
            color: #f7b600;
        }


/* Sub Nav */

.subnav {
    background-color: #ffffff;
    width: 100%;
    z-index: 9994;
    position: relative;
    box-shadow: 0 0 3px 0px rgba(0,0,0,.2);
}

    .subnav .regionTitle {
        float: right;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -.2px;
        padding: 10px 0;
        line-height: 24px;
        color: #5b5b5b;
        transition: all .15s ease;
    }

        .subnav .regionTitle:hover {
            color: #f7b600;
        }

    .subnav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

        .subnav ul > li {
            float: left;
            position: relative;
            height: 44px;
            line-height: 44px;
        }

        .subnav ul.nav > li > a {
            font-size: 16px;
            color: #5b5b5b;
            padding: 10px 20px;
            line-height: 25px;
            font-weight: 400;
            float: left;
            background: transparent;
            transition: all .15s ease;
        }

        .subnav ul.nav > li:first-child > a {
            /* padding-left: 0; */
            font-size: 18px;
        }

        .subnav ul.nav > li.active > a {
            font-weight: 600;
            color: #fff !important;
            background-color: #f7b600;
        }

        .subnav ul.nav > li > a:hover {
            color: #f7b600;
        }


/* Alerts */
#alerts {
    display: inline-block;
    width: 100%;
}

    #alerts .alert {
        font-size: 16px;
        border-radius: 0;
        margin: 10px 0 20px;
    }

    #alerts .close {
        top: 2px;
        right: -15px;
        opacity: .5;
    }

        #alerts .close:hover {
            opacity: 1;
        }

    #alerts strong {
        font-family: 'Open Sans';
        font-weight: 600;
        margin: 0 5px;
    }





/* Content */

.background {
    background-image: url(../images/login/bg.jpg);
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    background-color: #f1f1f1;
    position: relative;
    margin: 0;
    padding: 27px 0;
    height: 120px;
}

.home .background {
    height: 370px;
}

#dashboard {
    margin: -255px 0 0;
}

    #dashboard .boxes {
        margin: 0 -15px;
        position: relative;
        overflow: hidden;
        height: 270px;
    }

        #dashboard .boxes .box {
            float: left;
            width: 25%;
            min-width: 270px;
            padding: 15px;
        }

        #dashboard .boxes a {
            float: left;
            width: 100%;
            text-align: center;
            position: relative;
            height: 240px;
            padding: 45px 0;
            outline: 1px solid transparent;
            transition: outline .15s ease;
        }

            #dashboard .boxes a:hover {
                outline: 3px solid #fff;
            }

            #dashboard .boxes a img {
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -80px 0 0 -68px;
                transform: scale(.8);
                transition: transform .25s cubic-bezier(0, 0.57, 0.19, 0.97);
            }

            #dashboard .boxes a:hover img {
                transform: scale(.9);
            }

            #dashboard .boxes a h4 {
                font-size: 24px;
                letter-spacing: -.8px;
                position: absolute;
                bottom: 25px;
                width: 100%;
                left: 0;
            }


/* Search bar */
.typeahead__container {
    position: relative;
    z-index: 99;
}

.twitter-typeahead {
    width: 100%;
}

.typeahead__query {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .typeahead__query label {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        height: 60px;
        margin: 0;
        padding: 15px 15px 15px 45px;
        border-left: 1px solid #ddd;
        line-height: 32px;
        color: #999;
        font-size: 10px;
        font-family: 'Open Sans';
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .typeahead__query input.form-control {
        padding: 15px 210px 15px 18px;
    }

    .typeahead__query label.checkbox input[type=checkbox] {
        margin-top: 7px;
    }

.typeahead__button {
    vertical-align: top;
}

.tt-menu {
    width: 100%;
}

    .tt-menu .tt-dataset {
        list-style: none;
        padding: 0;
        margin: 0;
        background: #eeeeee;
        border: 1px solid #ddd;
        width: 100%;
    }

    .tt-menu .tt-suggestion {
        padding: 7px 15px;
        display: inline-block;
        font-size: 18px;
        color: #8b8b8b;
        font-weight: 100;
        border-bottom: 1px solid #eee;
        width: 100%;
        background: #ffffff;
    }

    .tt-menu .tt-highlight {
    }

    .tt-menu .tt-suggestion:hover,
    .tt-menu .tt-cursor {
        color: #f7b600;
    }




/* Lists */
.list-navs {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    border-bottom: 1px solid #ddd
}

    .list-navs a {
        padding: 10px 0;
        background-size: 48px;
        background-repeat: no-repeat;
        background-position: 0 center;
        background-repeat: no-repeat;
        width: 100%;
        display: inline-block;
        line-height: 22px;
        min-height: 40px;
        font-size: 18px;
        letter-spacing: -.3px;
        color: #555555;
        margin: 0;
        position: relative;
        text-decoration: none !important;
        transition: all .15s ease;
        background: none !important;
    }


        .list-navs a:hover {
            color: #f7b600;
        }

    .list-navs ul {
        padding: 0;
        margin: 0 0px 10px 10px;
        list-style: none;
        position: relative;
        display: none;
        /* height: auto !important; */
        max-height: 350px;
        overflow-y: auto;
    }

    .list-navs ul::after {
        position: absolute;
        content: ' ';
        background-color: #ffffff;
        bottom: 0;
        left: -1px;
        width: 2px;
        height: 8px;
    }

.list-navs-title.active {
    font-weight: 600;
    color: #f7b600;
}

    .list-navs-title.active + ul {
        display: block;
    }



.list-navs > li > a {
    border-top: 1px solid #ddd;
    position: relative;
    z-index: 9;
}

    .list-navs > li > a::after {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 18px;
        line-height: 20px;
        margin: 1px 0px 0 0;
        content: "\f105";
        float: right;
    }

    .list-navs > li > a.active::after {
        color: #f7b600;
        content: '\f056';
        opacity: 1;
    }


.list-navs-accordion > li > a::after {
    content: "\f055";
    color: rgba(0,0,0,.3);
}
.list-navs-accordion > li > a:hover::after {
    color: #f7b600;
}

.list-navs > li  {
    position: relative;
    width: 100%;
    display: inline-block;
}
.list-navs > li::after,
.list-navs > li::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 20px;
    z-index: 8;
    left: 0;
}
    .list-navs > li::after {
        bottom: 0;
        top: auto;
        background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    }
    .list-navs > li::before {
        bottom: auto;
        top: 42px;
        background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    }


.list-navs ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}
    .list-navs ul li:after {
        position: absolute;
        content: ' ';
        top: 0;
        left: 1px;
        display: block;
        background-color: #ddd;
        width: 1px;
        height: 100%
    }

    .list-navs ul li:first-child {
        margin-top: 15px;
    } 
    .list-navs ul li:first-child::after {
        top: auto;
        bottom: 0;
        height: 50%
    }

    .list-navs ul li:last-child {
        margin-bottom: 10px;
    } 
    .list-navs ul li:last-child::after {
        height: 50%
    }

.list-navs ul a {
    padding: 0 0 5px 20px;
    min-height: auto;
    font-size: 15px;
    color: #5b5b5b;
    line-height: 18px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

    .list-navs ul a::before {
        position: absolute;
        left: 1px;
        top: 12px;
        display: block;
        content: ' ';
        width: 12px;
        height: 1px;
        background-color: #ddd;
    }

    .list-navs ul a.active {
        color: #f7b600;
        font-weight: 600;
    }

    .list-navs ul a::after {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 0 10px;
        content: "\f105";
        color: #f7b600;
        opacity: 0;
    }

    .list-navs ul a.active::after,
    .list-navs ul a:hover::after {
        opacity: 1;
    }



.list-items {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

    .list-items li {
        display: inline-block;
        cursor: pointer;
        float: left;
        width: 25%;
        padding: 0 15px 0;
        margin: 0;
        min-height: 190px;
    }

        .list-items li a {
            display: inline-block;
            padding: 0;
            margin: 0;
            width: 100%;
            position: relative;
            cursor: pointer;
        }

            .list-items li a span {
                font-size: 16px;
                line-height: 20px;
                height: 40px;
                margin: 10px 0 0;
                color: #5b5b5b;
                display: inline-block;
                width: 100%;
                display: inline-block;
                transition: all .15s ease;
                position: relative;
                overflow: hidden;
                vertical-align: middle;
            }

            .list-items li a:hover span {
                color: #f7b600;
            }

            .list-items li a i {
                background-position: center center;
                background-repeat: no-repeat;
                background-size: contain;
                width: 100%;
                height: 120px;
                display: inline-block;
                border-radius: 8px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
                transition: all .15s ease;
                vertical-align: middle;
            }

    .list-items.items-products li a {
        transition: outline .15s ease;
    }

        .list-items.items-products li a i {
            background-position: top center;
            background-size: cover;
            background-image: url(../images/products/default.jpg);
            box-shadow: 0 0 3px 3px rgba(255,255,255,0);
            transition: box-shadow .15s ease, border .15s ease;
        }

        .list-items.items-products li a:hover i {
            box-shadow: 0 0 0px 3px #f7b600;
            border: 2px solid #fff;
        }

    .list-items.items-elements li {
        min-height: 120px;
        width: 33.33%;
    }

        .list-items.items-elements li a i {
            background-image: url(../images/elements/default.png);
            width: 76px;
            height: 76px;
            transform: scale(.85);
            transition: all .25s cubic-bezier(0.01, 0.53, 0.15, 1.04);
        }

        .list-items.items-elements li a:hover i {
            transform: scale(1);
        }

        .list-items.items-elements li a span {
            width: calc(100% - 100px);
            padding: 0 15px;
            height: auto;
            margin-top: 0;
            letter-spacing: -.3px;
        }

    .list-items.items-materials li {
        min-height: 100px;
        width: 33.33%;
    }

        .list-items.items-materials li a i {
            background-image: url(../images/material/default.png);
            width: 76px;
            height: 76px;
            transform: scale(.85);
            transition: all .25s cubic-bezier(0.01, 0.53, 0.15, 1.04);
        }

        .list-items.items-materials li a:hover i {
            transform: scale(1);
        }

        .list-items.items-materials li a span {
            width: calc(100% - 100px);
            padding: 0 10px;
            height: auto;
            margin-top: 0;
        }

    .list-items.items-artwork {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .list-items.items-artwork li {
            min-height: 100px;
            width: 33.33%;
            margin-bottom: 35px;
        }

            .list-items.items-artwork li a i {
                background-image: url(../images/artwork/default.png);
                width: 100%;
                height: 130px;
                transform: scale(.85);
                transition: all .25s cubic-bezier(0.01, 0.53, 0.15, 1.04);
                display: block;
            }

            .list-items.items-artwork li a:hover i {
                transform: scale(1);
            }

            .list-items.items-artwork li a span {
                width: 100%;
                height: auto;
                margin-top: 0;
                text-align: center;
            }

.element-body strong {
    font-weight: bold !important;
}

.element-body div.module ul li p {
    display: -ms-inline-flexbox;
}

/*.element-body div.module p {
    display: grid;
    display: -ms-grid;
}*/

/* Filters */
.filters {
    padding: 20px 0;
    opacity: 1;
    transition: all .5s ease;
}

.loading .filters {
    opacity: 0;
}

.filters h4 {
    padding: 15px 20px 15px 55px;
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    line-height: 22px;
    min-height: 40px;
    font-size: 18px;
    color: #1a1f71;
    margin: 0;
    position: relative;
    text-decoration: none !important;
    transition: all .15s ease;
}

    .filters h4.icon-product {
        background-image: url(/Assets/images/icons/product.png);
    }

    .filters h4.icon-element {
        background-image: url(/Assets/images/icons/element.png);
    }

    .filters h4.icon-material {
        background-image: url(/Assets/images/icons/material.png);
    }

    .filters h4.icon-artwork {
        background-image: url(/Assets/images/icons/artwork.png);
    }

    .filters h4.icon-standard-updates {
        background-image: url(/Assets/images/icons/artwork.png);
    }

.filters ul {
    padding: 0;
    margin: 0px 0px 20px 20px;
    list-style: none;
    border-left: 1px solid #ddd;
    position: relative;
}

    .filters ul li {
        margin-bottom: 8px;
        position: relative;
    }

        .filters ul li a {
            padding: 0 30px 0 20px;
            min-height: auto;
            font-size: 14px;
            color: #5b5b5b;
            line-height: 18px;
            margin: 0;
            cursor: pointer;
            width: 100%;
            position: relative;
            display: inline-block;
        }

            .filters ul li a:hover {
                color: #f7b600;
            }

    .filters ul a::before {
        content: ' ';
        width: 12px;
        height: 1px;
        border-bottom: 1px solid #ddd;
        position: absolute;
        left: 0;
        top: 11px;
    }

    .filters ul a::after {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 0 10px;
        content: "\f105";
        color: #f7b600;
        opacity: 0;
    }

    .filters ul li a span {
        float: right;
        font-style: italic;
        color: #aaa;
        line-height: 20px;
        width: 30px;
        text-align: right;
        position: absolute;
        top: 2px;
        right: 0;
    }

    .filters ul li:last-child::after {
        position: absolute;
        content: ' ';
        background-color: #ffffff;
        bottom: 0;
        left: -1px;
        width: 2px;
        height: calc(100% - 12px);
    }

    .filters ul li .fa-remove {
        position: absolute;
        top: 4px;
        left: -5px;
        height: 20px;
        width: 20px;
        background: #fff;
        color: red;
        z-index: 9;
        font-size: 14px;
    }

    .filters ul li p {
        padding: 0 30px 0 20px;
        min-height: auto;
        font-size: 15px;
        color: #5b5b5b;
        line-height: 18px;
        font-style: italic;
        margin: 0;
        cursor: pointer;
        width: 100%;
        position: relative;
        display: inline-block;
    }

    .filters ul p::before {
        content: ' ';
        width: 12px;
        height: 1px;
        border-bottom: 1px solid #ddd;
        position: absolute;
        left: 0;
        top: 11px;
    }

/* Search List */
.search-list {
    opacity: 1;
    transition: all .5s ease;
}

.loading .search-list {
    opacity: 0;
}

.search-list p.no-results-found-text {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 18px;
    margin: 0;
}

.search-item {
    margin: 0 0 30px;
    padding: 0 0 30px;
    display: inline-block;
    width: 100%;
    display: none;
}

    .search-item.visible {
        display: inline-block;
    }

    .search-item h3 {
        margin: 0;
    }

        .search-item h3 a {
            font-size: 20px;
            letter-spacing: -0.02em;
            line-height: 26px;
            color: #1a1f71;
            transition: all .15s ease;
            text-decoration: none !important;
        }

            .search-item h3 a:hover {
                color: #f7b600;
            }



    .search-item .text {
    }

        .search-item .text h4 {
            color: #888;
            border-bottom: 1px solid #ddd;
            padding: 0 0 10px;
            font-size: 14px;
        }

            .search-item .text h4 strong {
                font-weight: normal;
                /* color: #888; */
            }

            .search-item .text h4 i {
                margin: 0 5px;
                font-size: 14px;
            }

            .search-item .text h4 span {
                font-style: italic;
                color: #333;
            }

                .search-item .text h4 span:last-child {
                    float: right;
                }

        .search-item .text p {
            font-size: 15px;
            margin: 10px 0;
            color: #5a5a5a;
        }

        .search-item .text a {
            color: #f7b600;
            font-size: 15px;
            margin: 10px 0;
        }

/* Login */
#login {
    /*padding: 80px 0 0;*/
}

    #login .holder {
        background-image: url(../images/login/bg.jpg);
        height: 440px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: #f1f1f1;
    }

    #login .form.hide {
        opacity: 0;
        visibility: hidden;
    }

    #login .form {
        opacity: 1;
        visibility: visible;
        transition: all 1s ease;
    }

    #login .form-login {
        position: relative;
        height: 440px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }

    #login .button {
        width: 100%;
        position: relative;
    }

    #login .form-login .form-control-feedback {
        right: 8px;
        top: 12px;
    }

    #login .form-login #Email-error,
    #login .form-login #Username-error,
    #login .form-login .text-danger {
        display: none !important;
    }


    #login .error {
        background: rgba(169, 68, 66, .8);
        border: none;
        color: #ffffff;
        font-size: 14px;
        padding: 15px;
        position: absolute;
        left: 103%;
        width: 100%;
        line-height: 30px;
        text-align: center;
        border-radius: 5px;
    }

        #login .error:after,
        #login .error:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        #login .error:after {
            border-color: rgba(150, 0, 0, 0);
            border-right-color: transparent;
            border-width: 5px;
            margin-top: -5px;
        }

        #login .error:before {
            border-color: rgba(122, 0, 0, 0);
            border-right-color: rgba(169, 68, 66, .8);
            border-width: 6px;
            margin-top: -6px;
        }

        #login .error i {
            margin: 0 5px 0 0;
            display: inline-block;
        }

    #login .form-success.hide {
        opacity: 0;
        visibility: hidden;
    }

    #login .form-success {
        position: relative;
        height: 440px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        opacity: 1;
        visibility: visible;
        transition: all .1s ease;
    }

        #login .form-success .panel {
            background-color: rgba(255, 255, 255, .9);
            padding: 20px;
            border-radius: 0;
            border: 2px solid #f7b600;
        }

        #login .form-success .panel-body {
            font-size: 16px;
            font-weight: 100;
            color: #5b5b5b;
            padding: 15px 0 0;
        }

.login-info {
    padding: 50px 0;
}

    .login-info h3 {
        margin: 0 0 10px;
        color: #1a1f71;
    }

    .login-info p {
        font-size: 14px;
        color: #8A8A8A;
        margin: 0;
    }

    .login-info ul {
        border-left: 1px solid #ddd;
        margin: 0;
        min-height: 95px;
    }

        .login-info ul li {
            color: #f7b600;
            padding: 5px 10px;
            font-size: 14px;
        }

            .login-info ul li span {
                color: #8A8A8A;
            }

            .login-info ul li a {
                font-family: 'Open Sans';
                font-weight: 600;
                color: #f7b600;
                transition: all .2s ease;
            }

                .login-info ul li a:hover {
                    color: #1a1f71;
                }




/* Main Content */

.item-list {
    padding: 0;
}

    .item-list li {
        list-style: none;
        padding: 5px 0;
    }

        .item-list li em {
            font-style: italic;
            font-family: 'Open Sans';
            font-weight: 300;
            color: #f7b600;
            font-size: 12px;
        }

        .item-list li span {
            width: 100%;
            display: inline-block;
            font-size: 18px;
            color: #5c5c5c;
        }

        .item-list li a.view-more {
            color: #1a1f71;
            font-size: 14px;
            margin: 20px 0;
            display: inline-block;
            position: relative;
            padding: 0 18px 0 0;
            line-height: 20px;
        }

            .item-list li a.view-more::after {
                display: inline-block;
                font-family: FontAwesome;
                font-size: 14px;
                content: "\f105";
                color: #f7b600;
                position: absolute;
                right: 0;
                top: 0;
                line-height: 18px;
            }

.news-list {
    margin: 0 -20px;
    position: relative;
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
}

    .news-list::after {
        content: " ";
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #fff;
        z-index: 9;
    }

.news-thumb.visible:after {
    content: '';
    height: 1px;
    background: #ddd;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.news-list .news-thumb {
    cursor: pointer;
    display: none;
    padding: 20px;
    border-right: 1px solid #ddd;
    width: 25%;
}

    .news-list .news-thumb.visible:nth-child(4n),
    .news-list .news-thumb.visible:nth-child(8n) {
        border-right: none;
    }

    .news-list .news-thumb.visible {
        display: inline-block;
        position: relative;
    }

        .news-list .news-thumb.visible:last-child {
            border: none;
        }

    .news-list .news-thumb .img {
        display: none;
    }

    .news-list .news-thumb em {
        font-style: italic;
        font-family: 'Open Sans';
        color: #5b5b5b;
        font-size: 15px;
        float: left;
        font-weight: 400;
    }

    .news-list .news-thumb strong {
        color: #666666;
        font-family: 'Open Sans';
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        margin: 0 10px;
        display: none;
    }

    .news-list .news-thumb a {
        float: left;
        width: 100%;
        font-size: 20px;
        line-height: 23px;
        color: #1a1f7e;
        margin: 10px 0;
        text-decoration: none !important;
        font-weight: 300;
        min-height: 69px;
    }

        .news-list .news-thumb a:hover {
            color: #f7b600;
        }

    .news-list .news-thumb span {
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        color: #8b8b8b;
    }

.news-list .button {
    float: left;
    width: calc(100% - 20px);
    margin: 10px;
}


.pagination {
    border-radius: 0;
    width: 100%;
    text-align: center;
    margin: 60px 0 0 0 !important;
}

    .pagination li {
        display: inline-block;
        margin: 0 10px;
    }

        .pagination li a {
            border-radius: 0 !important;
        }

        .pagination li.disabled a {
            background: #eeeeee !important;
            color: #cccccc !important;
        }

        .pagination li.first a,
        .pagination li.prev a,
        .pagination li.next a,
        .pagination li.last a {
            font-size: 0;
        }

        .pagination li a::after {
            font-size: 12px;
            font-family: FontAwesome;
            line-height: 38px;
        }

        .pagination li.first a::after {
            content: "\f100";
        }

        .pagination li.prev a::after {
            content: "\f104";
        }

        .pagination li.next a::after {
            content: "\f105";
        }

        .pagination li.last a::after {
            content: "\f101";
        }

    .pagination > li > a,
    .pagination > li > span {
        margin: 0;
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        color: #5b5b5b;
        border: 1px solid #ddd;
    }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background: #f7b600;
        border-color: #f7b600;
    }


#news-detail .panel-body h2 {
    margin: 0 0 15px;
    color: #1a1f71;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
}

#news-detail .panel-body .info {
    border-bottom: 3px solid #f7b600;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
}

    #news-detail .panel-body .info span {
        font-style: italic;
        font-family: 'Open Sans';
        font-weight: 300;
        color: #f7b600;
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
    }

    #news-detail .panel-body .info strong {
        color: #666666;
        font-family: 'Open Sans';
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 0 0 10px;
        line-height: 20px;
    }

#news-detail .panel-body .desc {
    display: none;
}

#news-detail .panel-body .body {
    font-size: 16px;
    line-height: 130%;
}

    #news-detail .panel-body .body a {
        color: #1a1f71;
    }




/* Region */
.map {
    width: 63%;
    height: 250px;
}

.amcharts-chart-div a:last-child {
    display: none !important;
}

#chartdiv {
    width: 100%;
    height: 250px;
}

.panel#region {
    margin: -10px 0 30px;
    position: inherit;
    background-color: #fff;
    padding-top: 10px;
    box-shadow: 6px 0 0 -1px #fff, -6px 0 0 -1px #fff;
    border-radius: 0;
}

    #region .panel-heading {
        border-bottom: none;
    }

    #region .panel-body {
        padding: 0 0 5px !important;
        border-bottom: 1px solid #ddd;
    }

    /*#region .panel-title a {
        float: right;
        font-size: 14px;
        color: #999;
        letter-spacing: 0;
    }

        #region .panel-title a:hover {
            color: #f7b600;
        }

        #region .panel-title a .fa {
            margin: 8px 10px 0;
            font-size: 16px;
            line-height: 18px;
        }*/

        #region .panel-title a {
            float: left;
            text-decoration: none;
            position: relative;
        }

            #region .panel-title a span.regionIcon {
                font-family: FontAwesome;
                font-size: 23px;
                line-height: 32px;
                color: #999;
                letter-spacing: 0;
                position: absolute;
                left: 0;
                top: 0;
                transition: color 200ms ease-in-out;
            }

            #region .panel-title a span.regionIcon:before {
                content: "\f041"
            }

            #region.active-changeRegion .panel-title a span.regionIcon{
                font-size: 21px;
                line-height: 33px;
            }

            #region.active-changeRegion .panel-title a span.regionIcon:before {
                content: "\f057"
            }

            #region .panel-title a:hover span.regionIcon {
                color: #f7b600;
            }

    /*#region .map {
        position: relative;
        overflow: hidden;
        transition: all .5s ease;
    }

        #region .map.hide {
            height: 0;
        }*/

    #region .map-content {
        position: relative;
        overflow: hidden;
        transition: all .5s ease;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 18px;
    }        

        #region .map-content.hide {
            height: 0;
        }


    #region .map-areasList {
        list-style: none;
        padding: 0;
        width: 37%;
    }

        #region .map-areasList ul {
            padding: 0 10px 0 7px;
            margin: 0;
            list-style: none;
            position: relative;
            height: auto !important;
            max-height: 350px;
        }

            

            #region .map-areasList ul li {
                position: relative;
                display: inline-block;
                width: 100%;
            }

                #region .map-areasList ul li a {
                    padding: 0 0 5px 20px;
                    min-height: auto;
                    font-size: 15px;
                    color: rgba(70, 70, 70, 0.6);
                    line-height: 18px;
                    margin: 0;
                    cursor: pointer;
                    position: relative;
                    background-size: 48px;
                    background-repeat: no-repeat;
                    background-position: 0 center;
                    background-repeat: no-repeat;
                    width: 100%;
                    display: inline-block;
                    letter-spacing: -.3px;
                    text-decoration: none !important;
                    transition: all .15s ease;
                    background: none !important;
                }

                #region .map-areasList ul li a::before {
                    position: absolute;
                    left: 1px;
                    top: 12px;
                    display: block;
                    content: ' ';
                    width: 12px;
                    height: 1px;
                    background-color: #ddd;
                }

                #region .map-areasList ul li a::after {
                    display: inline-block;
                    font-family: FontAwesome;
                    font-size: 16px;
                    line-height: 20px;
                    margin: 0 0 0 10px;
                    content: "\f105";
                    color: rgba(70, 70, 70, 1);
                    opacity: 0;
                }

                #region .map-areasList ul li a.hoverArea,
                #region .map-areasList ul li a.hoverArea::after,
                #region .map-areasList ul li a:hover,
                #region .map-areasList ul li a:hover::after{
                    opacity: 1;
                    color: rgba(70, 70, 70, 1);
                }

                #region .map-areasList ul li a.selectedArea,
                #region .map-areasList ul li a.selectedArea::after,
                #region .map-areasList ul li a.selectedArea:hover,
                #region .map-areasList ul li a.selectedArea:hover::after{
                    opacity: 1;
                    color: #f7b600;
                    pointer-events: none;
                }

                #region .map-areasList ul li a.inactiveArea,
                #region .map-areasList ul li a.inactiveArea:hover,
                #region .map-areasList ul li a.inactiveArea.hoverArea,
                #region .map-areasList ul li a.inactiveArea.hoverArea:hover{
                    color: rgba(70, 70, 70, 0.2);
                    pointer-events: none;
                }

                #region .map-areasList ul li a.inactiveArea::after,
                #region .map-areasList ul li a.inactiveArea:hover::after,
                #region .map-areasList ul li a.inactiveArea.hoverArea::after,
                #region .map-areasList ul li a.inactiveArea.hoverArea:hover::after{
                    display:none;
                    pointer-events: none;
                }


        #region .map-areasList ul li:after {
            position: absolute;
            content: ' ';
            top: 0;
            left: 1px;
            display: block;
            background-color: #ddd;
            width: 1px;
            height: 100%;
        }

        #region .map-areasList li:last-child::after {
            height: 50%;
        }

.region-sticky {
    display: none;
}

    .region-sticky .col-md-9 {
        background-color: white;
        padding: 15px 0 10px !important;
        border-bottom: 1px solid #ddd;
        display: flex;
        height: 55px;
        margin: 0 -15px;
        width: 70%
    }

    .region-sticky .toogle-container {
        float: right;
        width: 100%;
        display: contents;

    }

#header {
    background-color: transparent;
}

/* Product Info */
.product-info {
    margin: 30px 0px;
    display: flex;
}

    .product-info .image {
        display: inline-block;
        height: 221px;
        width: 350px;
        background-size: cover;
        box-sizing: content-box;
        border-radius: 13px;
        background-color: #fff;
        background-image: url(../images/products/default.jpg);
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        border: 1px solid #fff;
    }

    .product-info .text {
        float: left;
        width: 60%;
    }

        .product-info .text h4 {
            font-size: 16px;
            line-height: 20px;
            font-family: 'Open Sans';
            font-style: italic;
            color: #5b5b5b;
            margin: 0;
        }

        .product-info .text h2 {
            color: #1a1f71;
            font-size: 38px;
            line-height: 44px;
            font-weight: 400;
            margin: 10px 0 20px;
            width: 90%;
        }

        .product-info .text p {
            font-size: 16px;
            color: #777;
            width: 90%;
        }

    .product-info .links {
        display: inline-block;
        width: 40%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .product-info .links a {
            font-size: 15px;
            font-weight: 600;
            color: #5b5b5b;
            margin: 0 0 5px 20px;
            display: inline-block;
            float: right;
            width: 100%;
            text-align: right;
        }

            .product-info .links a:hover {
                color: #f7b600;
            }

            .product-info .links a.pdf-download {
                font-size: 18px;
                color: #5b5b5b;
                font-weight: 400;
                transition: all .15s ease;
                position: relative;
                margin: 30px 0 20px;
                background: #f7b600;
                color: #fff;
                padding: 10px 20px;
                float: right;
                display: inline-block;
                width: auto;
                transition: all .1s ease;
            }

                .product-info .links a.pdf-download i {
                    margin: 0 10px 0 0;
                }

                .product-info .links a.pdf-download:hover {
                    outline: 1px solid #f7b600;
                    color: #f7b600;
                    background-color: #ffffff;
                }

#card-mapping .info {
    margin: 30px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

#card-mapping .panel-body {
    padding: 0;
}

#card-mapping h3 {
    margin: 0 0 10px;
    color: #1a1f71;
}

#card-mapping .info h4 {
    color: #f7b600;
    margin: 0;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

#card-mapping .info p {
    margin: 0;
    font-size: 14px;
    color: #8b8b8b;
}

#card-mapping .info .icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 15px;
    text-align: center;
    border: 2px solid #f7b600;
    color: #f7b600;
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
    margin: 0 15px 0 0;
}

#card-mapping .checkbox-area {
    float: left;
    width: 320px;
    width: calc(100% - 470px);
}

    #card-mapping .checkbox-area.checkbox-area-pull-right {
        float: right;
    }

    #card-mapping .checkbox-area ul {
        margin: 0 0 0 10px;
        padding: 0 0 0 20px;
        list-style: none;
        width: 100%;
        border-left: 1px solid #ddd;
        position: relative;
    }

        #card-mapping .checkbox-area ul::after {
            position: absolute;
            content: ' ';
            background-color: #ffffff;
            bottom: 0;
            left: -1px;
            width: 2px;
            height: 8px;
        }

    #card-mapping .checkbox-area li {
        padding: 0px 0 8px;
        display: inline-block;
        width: 100%;
    }

        #card-mapping .checkbox-area li:last-child {
            padding: 0;
        }

    #card-mapping .checkbox-area h4 {
        margin-top: 0;
        color: #1a1f71;
        line-height: 22px;
        font-size: 18px;
    }

    #card-mapping .checkbox-area a {
        font-size: 15px;
        color: #5b5b5b;
        line-height: 18px;
        display: inline-block;
        position: relative;
        text-decoration: none !important;
    }

        #card-mapping .checkbox-area a::before {
            content: ' ';
            width: 12px;
            height: 1px;
            border-bottom: 1px solid #ddd;
            position: absolute;
            left: -20px;
            top: 10px;
        }

        #card-mapping .checkbox-area a:hover {
            color: #f7b600;
        }

        #card-mapping .checkbox-area a.text-yellow {
            color: #f7b600;
            font-weight: 600;
        }

#card-mapping .image {
    float: right;
    width: 444px;
    height: 580px;
    position: relative;
    overflow: hidden;
}

    #card-mapping .image.image-pull-left {
        float: left;
    }

    #card-mapping .image img {
        float: right;
        width: 444px;
        height: 580px;
    }

    #card-mapping .image .element {
        opacity: 0;
        visibility: hidden;
        border: 2px dashed rgba(247, 182, 0, .9);
        transition: all .15s ease;
        position: absolute;
        z-index: 1;
    }

@keyframes focus {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1.0,1.0);
    }

    100% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(3.0,3.0);
        /*filter: blur(20px); */
    }
}

#card-mapping .image .element:before,
#card-mapping .image .element:after {
    content: ' ';
    border: 10px solid #f7b600;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border-radius: 100%;
    animation: focus 2.5s infinite cubic-bezier(0.165, 0.840, 0.440, 1.000);
    animation-fill-mode: both;
}

#card-mapping .image .element:after {
    border: 20px solid #f7b600;
    margin: -20px 0 0 -20px;
}

#card-mapping .image .element.active {
    opacity: 1;
    visibility: visible;
}

.element-info {
    margin: 50px 0px;
    display: flex;
    border-top: 1px solid #f7b600;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

    .element-info .text {
        float: left;
        width: 60%;
        position: relative;
        padding-bottom: 0;
    }

    .element-info .text.text--fullW {
        width: 100%;
    }

    .element-info .image {
        position: absolute;
        display: inline-block;
        bottom: 15px;
        height: 70px;
        width: 100%;
        margin: 0;
        background-size: auto 100%;
        background-position: center left;
        background-repeat: no-repeat;
        box-sizing: content-box;
        display: none;
    }

    .element-info .text h4 {
        font-size: 16px;
        line-height: 20px;
        font-family: 'Open Sans';
        font-style: italic;
        color: #5b5b5b;
        margin: 0 0 10px;
    }

    .element-info .text h2 {
        color: #1a1f71;
        font-size: 38px;
        line-height: 44px;
        font-weight: 400;
        margin: 0;
        width: 100%;
        letter-spacing: -.5px;
    }

    .element-info .text p {
        font-size: 16px;
        color: #777;
        width: 90%;
    }

    .element-info .links,
    .region-sticky .links {
        display: flex;
        width: 40%;
        padding: 0;
        margin: 0;
        text-align: center;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        justify-content: space-between;
        align-self: flex-end;
        white-space: nowrap
    }

.region-sticky .links {
    width: auto;
}

    .element-info .links a.toggleRuleId,
    .region-sticky .links a.toggleRuleId {
        clear: both;
        font-size: 15px;
        color: #5b5b5b;
        font-weight: 600;
        line-height: 20px;
        text-decoration: none !important;
    }

    .region-sticky .links a.toggleRuleId {
        position: relative;
        top: 5px;
    }

        .element-info .links a.toggleRuleId::after,
        .region-sticky .links a.toggleRuleId::after {
            content: "\f204";
            font-family: "FontAwesome";
            float: left;
            margin: 0 10px;
            font-size: 20px;
            line-height: 22px;
        }

        .element-info .links a.toggleRuleId.active::after,
        .region-sticky .links a.toggleRuleId.active::after {
            content: "\f205";
            color: #f7b600;
        }

    .element-info .links a:hover::after,
    .region-sticky .links a:hover::after {
        color: #f7b600;
    }

    .element-info .links a.toggleRuleId,
    .region-sticky .links a.toggleRuleId {
        z-index:0!important;
    }

    .element-info .links a.toggleRuleId.fixto-fixed,
    .region-sticky .links a.toggleRuleId.fixto-fixed {
        z-index: 100!important;
        animation-name: opacity-ruleid;
        animation-duration: 1s;
        animation-timing-function: ease-in-out; 
    }

    @-webkit-keyframes opacity-ruleid {
        from {opacity: 0;}
        to {opacity: 1;}
    }
    @-moz-keyframes opacity-ruleid {
        from {opacity: 0;}
        to {opacity: 1;}
    }
    @-o-keyframes opacity-ruleid {
        from {opacity: 0;}
        to {opacity: 1;}
    }
    @keyframes opacity-ruleid {
        from {opacity: 0;}
        to {opacity: 1;}
    }

.element-info .links a.pdf-download {
    font-size: 18px;
    color: #5b5b5b;
    font-weight: 400;
    transition: all .15s ease;
    position: relative;
    margin: 0 0 5px;
    background: #f7b600;
    color: #fff;
    padding: 10px 20px;
    float: right;
    display: inline-block;
    width: auto;
    transition: all .1s ease;
}

    .element-info .links a.pdf-download i {
        margin: 0 10px 0 0;
    }

    .element-info .links a.pdf-download:hover {
        outline: 1px solid #f7b600;
        color: #f7b600;
        background-color: #ffffff;
    }

.last-update {
    font-style: italic;
    font-size: 15px;
    margin: 10px 0 20px;
    color: #757575;
    float: right;
}



#infoMaterial .element-info {
    margin: 0 0 30px !important;
    border-top: none;
    border-bottom: 1px solid #f7b600;
    padding-top: 0;
}

    #infoMaterial .element-info .links a.pdf-download {
        margin-top: 0;
    }

#Materials .element-info {
    margin: 0 0 30px !important;
    border-top: none;
    border-bottom: 1px solid #f7b600;
    padding-top: 0;
}


#region + .element-info {
    margin: 0 0 30px !important;
    border-top: none;
    border-bottom: 1px solid #f7b600;
    padding-top: 0;
}


.element-body:first-child {
    /*padding: 30px 0*/
}

.element-body .module {
    position: relative;
}

.element-body .rule-id {
    position: absolute;
    top: 5px;
    margin: 0 0 0 15px;
    left: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 600 !important;
    background: #f7b600;
    padding: 3px 6px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
}

.element-body.view-rule-ids .rule-id {
    opacity: 1;
    visibility: visible;
}

/* .element-body * {
    max-width: 100% !important;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
} */

.element-body p {
    font-size: 16px;
    line-height: 24px;
    margin: 1em 0;
}

.element-body li {
    font-size: 16px;
    line-height: 24px;
    margin: .5em 0;
}

    .element-body li p {
        margin: 0;
    }

.element-body ul {
    margin: 0 0 1em 0px;
    padding: 0 0 0 20px;
}

.element-body h2 {
    color: #1a1f71;
    margin: 2em 0 1em;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -.02em;
}

.element-body h3 {
    color: #1a1f71;
    margin: 2em 0 1em;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.02em;
}

.element-body h4 {
    color: #1a1f71;
    margin: 2em 0 1em;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.02em;
}
.element-body h5 {
    color: #1a1f71;
    margin: 2em 0 1em;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.02em;
}

.element-body a {
    color: #f7b600;
    text-decoration: underline;
}

.element-body img {
    max-width: 100%;
}


.quick-body {
    padding: 20px 0;
}

    .quick-body * {
        max-width: 100% !important;
        font-family: 'Open Sans' !important;
        font-weight: 300 !important;
    }

    .quick-body p {
        font-size: 15px !important;
        line-height: 22px !important;
        margin: 15px 0 !important;
    }

    .quick-body address {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .quick-body li {
        font-size: 15px !important;
        line-height: 22px !important;
        margin: 10px 0 !important;
    }

    .quick-body ul {
        margin: 0 0 20px !important;
    }

    .quick-body h2 {
        color: #1a1f71 !important;
        margin: 2em 0 1em !important;
        font-size: 28px !important;
    }

        .quick-body h2:first-child {
            margin-top: 0 !important;
        }

    .quick-body h3 {
        color: #1a1f71 !important;
        margin: 2em 0 1em !important;
        font-size: 25px !important;
    }

        .quick-body h3:first-child {
            margin-top: 0 !important;
        }

    .quick-body h4,
    .quick-body h5 {
        color: #1a1f71 !important;
        font-size: 19px !important;
        line-height: 26px !important;
    }

    .quick-body a {
        color: #1a1f71 !important;
    }

        .quick-body a:hover {
            text-decoration: underline !important;
        }

    .quick-body img {
        max-width: 100%;
    }


.artwork-item {
    display: flex;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 30px;
    /*border-bottom: 1px dotted #ddd;*/
}

    .artwork-item:last-child {
        border: none;
    }

    .artwork-item .image {
        display: inline-block;
        height: 100px;
        width: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        box-sizing: content-box;
        background-image: url(../images/elements/default.png);
        margin-top: 5px;
    }

    .artwork-item .text {
        /*float: right;*/
        width: calc(100% - 100px);
        padding-left: 40px;
    }

        .artwork-item .text h2 {
            color: #1a1f71;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: -.02em;
            margin: 0 0 5px;
        }

        .artwork-item .text p {
            margin: 0 0 5px;
            font-size: 15px;
        }

    .artwork-item ul.artwork-checklist {
        padding-top: 5px;
        padding-left: 0;
    }

    .artwork-item ul.artwork-checklist,
    .artwork-item ul.artwork-checklist li{
        list-style: none;
    }

        .artwork-item ul.artwork-checklist li {
            border-top: 1px solid #ddd;
            padding: 7px 0;
        }

    .artwork-item .checkbox {
        margin: 0;
        line-height: 20px;
        width: auto;
        display: inline-block;
        font-size: 13px;
    }

    .artwork-item .artwork-download-btn a {
        width: 100%;
        display: block;
        background-color: #f7b600;
        color: #fff;
        padding: 9px 20px 8px;
        font-size: 14px;
        cursor: pointer;
        opacity: 0.5;
        pointer-events: none;
    }

    .artwork-item .artwork-download-btn a.active {
        opacity: 1;
        pointer-events: all;
    }

        .artwork-item .artwork-download-btn a .fa-download{
            margin-right: 10px;
        }

    .artwork-item .links {
        float: right;
    }

        .artwork-item .links a {
            font-size: 18px;
            color: #5b5b5b;
            transition: all .15s ease;
        }

            .artwork-item .links a i {
                color: #f7b600;
                margin: 0 10px 0 0;
            }

            .artwork-item .links a:hover {
                color: #f7b600;
            }
    
    .artwork-download-all {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .artwork-download-all a {
        width: 100%;
        color: #1a1f71;
        font-size: 14px;
        cursor: pointer;
        transition: color 200ms ease-in-out;
        text-decoration: none;
        opacity: 0.4;
        pointer-events: none;
    }
    .artwork-download-all a.active {
        text-decoration: none;
        opacity: 1;
        pointer-events: all;
    }
    .artwork-download-all a.active:hover {
        color: #f7b600;
    }
    .artwork-download-all a .fa-download {
        margin-right: 10px;
    }

/* Table Quick Reference */
.quickTable,
.tableborder {
    margin: 2em 0
}

    .quickTable th,
    .tableborder th {
        color: #1a1f71;
        font-weight: 100;
        font-size: 16px;
        padding: 10px 8px !important;
        border: 1px solid #dddddd;
    }

    .quickTable td,
    .tableborder td {
        padding: 10px 8px !important;
        font-size: 13px;
        border: 1px solid #dddddd;
    }

/* Panel Loader */
.panel {
    position: relative;
}

    .panel .loader {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 34px;
    }

    .panel.loading .loader {
        opacity: 1;
        visibility: visible;
    }

/* Settings */
.profile-picture, .profile-picture-asset {
    border: 1px solid #dddddd;
    height: 360px;
    margin: 0 0 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .profile-picture .loader, .profile-picture-asset .loader {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
    }

    .profile-picture-asset.loading .loader,
    .profile-picture.loading .loader {
        opacity: 1;
        visibility: visible;
    }



.file-upload {
    position: relative;
    overflow: hidden;
    margin: 0 0 5px;
}

    .file-upload input {
        position: absolute;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        cursor: pointer;
    }




#contact .boxes {
    margin: 0 -15px;
}

#contact .box {
    float: left;
    padding: 0 15px 30px;
    width: 50%;
}

    #contact .box h4 {
        color: #15257c;
        font-size: 20px;
        margin-top: 32px;
        margin-bottom: 15px;
        margin: 30px 0 5px;
    }

    #contact .box address {
        font-size: 15px;
        padding: 0 15px;
        border-left: 1px solid #ddd;
        margin: 15px 15px;
    }

        #contact .box address a {
            color: #15257c;
        }

            #contact .box address a:hover {
                text-decoration: underline;
            }


/*terms-privacy*/
#privacy-terms {
    padding: 65px 0 0;
    margin-top: 30px;
}

    #privacy-terms p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        color: #8b8b8b;
    }

    #privacy-terms ul {
        width: 100%;
    }

        #privacy-terms ul li a {
            display: block;
            font-size: 14px;
            font-weight: 600;
            padding: 0 0 5px;
            color: #1a1f71;
            display: inline-block;
        }

            #privacy-terms ul li a:hover {
                color: #f7b600;
            }

    #privacy-terms h4 {
        font-size: 18px;
        line-height: 20px;
        color: #1a1f71;
        padding: 20px 0 5px;
        margin: 0;
    }

    #privacy-terms h5 {
        font-size: 14px;
        line-height: 20px;
        color: #1a1f71;
        padding: 15px 0 5px;
        margin: 0;
        text-decoration: underline
    }

    #privacy-terms .panel-body > *:first-child {
        margin-top: 0;
        padding-top: 0;
    }


/* Footer */
footer {
    background-color: #f7f7f7;
    padding: 50px 0;
    width: 100%;
    height: 340px;
    z-index: 99999;
}

    footer ul {
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
        display: inline-block;
    }

        footer ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            float: left;
        }

            footer ul li a {
                padding: 15px 50px;
                color: #8a8a8a;
                font-family: 'Open Sans';
                font-weight: 600;
                font-size: 14px;
                display: inline-block;
                border-bottom: 2px solid #dddddd;
            }

                footer ul li a:hover {
                    color: #f7b600;
                    border-bottom: 2px solid #f7b600;
                }

    footer p {
        color: #8a8a8a;
    }

    footer .copy {
        margin: 30px 0 0;
        display: inline-block;
        width: 100%;
    }

        footer .copy h6 {
            float: left;
            color: #aaa;
            font-size: 13px;
            margin: 22px 0 0;
        }

        footer .copy img {
            float: right;
            max-width: 205px;
        }



.not-found {
    text-align: center;
    padding: 3em 0;
}

    .not-found h2 {
        color: #920c0c;
    }

    .not-found h4 {
        margin: 30px 0;
    }

    .not-found p {
    }

        .not-found p a {
            font-size: 15px;
            color: #f7b600;
        }

            .not-found p a:hover {
            }

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

h3.panel-title .regionTitle {
    float: left;
    padding-left: 30px;
}

h3.panel-title a {
    display: flex;
}

.element-body table tr:first-child td {
    background-color: #cdcdcd !important;
    font-weight: bold !important;
}

/* Download */
.cts-download {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(232, 232, 232, 0.75);
    z-index: 9999;
    display: none;
}

    .cts-download .modal {
        width: 500px;
        display: block;
        height: 150px;
        left: 50%;
        margin-left: -250px;
        background: #fff;
        box-shadow: 0 1px 5px 3px rgba(0, 0, 0, .07);
    }

        .cts-download .modal .loader {
            position: absolute;
            opacity: 1;
            visibility: visible;
            top: 0;
        }

        .cts-download .modal h4 {
            font-size: 22px;
            text-align: center;
            margin: 67px 0 0;
            display: inline-block;
            width: 100%;
            color: #1a1f71;
            font-weight: 400;
            letter-spacing: -0.5px;
        }


.form-big-fields .form-control.form-control-np {
    height: 60px;
    padding: 0px 0px;
}

.form-big-fields .form-control.form-control-np button {
        height: 60px !important;
        font-size: 19px;
        font-weight: 400 !important;
}

.form-big-fields .form-control.form-control-np span {
        font-weight: 400 !important;
        color: #999999 !important;
}

.panel.panel-mt {
    margin: 30px 0px 0px;
}

.confirmed-user{
    position: relative;
    height: 440px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: all .1s ease;
}

    .confirmed-user .panel {
        background-color: rgba(0, 0, 0, 1);
        padding: 20px;
        border-radius: 0;
        opacity: 0.7;
    }

    .confirmed-user .panel-body {
        font-size: 16px;
        font-weight: 100;
        color: #cacaca;
        padding: 15px 0 0;
    }

    .confirmed-user .panel-body hr {
        margin: 1rem 0;
        border-color: #555;
    }

.confirm-holder {
    
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f1f1f1;
}

.confirm-title {
    font-size: 21px;
    line-height: 30px;
    color: #ffffff;
    padding: 0 0 5px;
    text-align: center;
}

.background-confirm {
    background-image: url(../images/login/bg.jpg);
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f1f1f1;
}

.line-top {
    display: inline-block;
    padding: 30px 0 3px;
    border-top: 1px solid #ddd;
    width: 100%;
}

.profTitle {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans';
    color: #5b5b5b;
    margin: 0 0 10px;
}

.modal .modal-dialog {
    width: 100%;
    margin: 30px auto;
    max-width: 1000px;
}
.modal {
    top: 15%;
    bottom: 8%;
}
.btn-primary {
    max-width: 400px;
    margin: 0 auto;
}

/* PRACTICE GUIDES */
.list-items.items-practiceguide {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

   .list-items.items-practiceguide li {
      min-height: 1px;
      margin-bottom: 40px;
      width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 20px 20px;
   }

      .list-items.items-practiceguide li .image {
         text-align: center;
         background: #f7f7f7;
         width: 100%;
         height: 200px;
         position: relative;
         overflow: hidden;
      }

         .list-items.items-practiceguide li .image canvas {
            max-width: 100%;
            max-height: 100%;
         }

      .list-items.items-practiceguide li .info {
         -webkit-box-flex: 1;
         -ms-flex: 1;
         flex: 1;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
      }

         .list-items.items-practiceguide li .info .text {
            margin: 0 0 15px;
         }

         .list-items.items-practiceguide li .info h3 {
            color: #1a1f71;
            font-size: 22px;
            font-weight: 400;
            letter-spacing: -0.01em;
         }

         .list-items.items-practiceguide li .info p {
            color: #6b6b6b;
            font-size: 14px;
         }

         .list-items.items-practiceguide li .info a {
            width: auto;
            background: #f7b600;
            color: #fff;
            text-align: center;
            line-height: 30px;
            font-size: 15px;
            font-weight: 400;
            padding: 5px 10px;
         }

            .list-items.items-practiceguide li .info a i {
               height: auto;
               width: auto;
               font-size: 18px;
               margin: 5px 7px 7px 0;
            }

            .list-items.items-practiceguide li .info a:hover {
               color: #f7b600;
               background-color: #ffffff;
               outline: 1px solid #f7b600;
            }