@import url('/libs/fontawesome/css/all.css');
@import url('/libs/fontawesome/css/v4-shims.css');
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
/*
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #000000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #ffffff;
}
*/

.white {
    background: #ffffff;
}
.black {
    background: #ffffff;
}
.primary {
    background: #00feee;
}
.primary:hover {
    background: #ffffff;
}
.colour-light-gray {
    background: #d8d8d8;
}
.colour-dark-black {
    background: #333333;
    color: #ffffff;
}
.colour-dark-black .container .col-lg-1,
.colour-dark-black .container .col-lg-2,
.colour-dark-black .container .col-lg-3,
.colour-dark-black .container .col-lg-4,
.colour-dark-black .container .col-lg-5,
.colour-dark-black .container .col-lg-6,
.colour-dark-black .container .col-lg-7,
.colour-dark-black .container .col-lg-8,
.colour-dark-black .container .col-lg-9,
.colour-dark-black .container .col-lg-10,
.colour-dark-black .container .col-lg-11,
.colour-dark-black .container .col-lg-12 {
    margin: 0;
    padding: 0;
}
.colour-dark-black .container .col-sm-1,
.colour-dark-black .container .col-sm-2,
.colour-dark-black .container .col-sm-3,
.colour-dark-black .container .col-sm-4,
.colour-dark-black .container .col-sm-5,
.colour-dark-black .container .col-sm-6,
.colour-dark-black .container .col-sm-7,
.colour-dark-black .container .col-sm-8,
.colour-dark-black .container .col-sm-9,
.colour-dark-black .container .col-sm-10,
.colour-dark-black .container .col-sm-11,
.colour-dark-black .container .col-sm-12 {
    margin: 0;
    padding: 0;
}
div.user-details > div.col-sm-6 {
    min-height: 1px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative !important;
}
.colour-dark-black .container .thumbnail {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
    background-color: none;
    border: 0;
    border-radius: 0;
}
.colour-dark-black .row {
    margin: 0;
}
.container > .row {
    margin-right: 0;
}
.inside-table {
    margin-right: -10px; 
    width: 420px !important;
}
.inside-table > .col-xs-6 > .btn-default {
    min-width:25px !important;
}
.colour-dark-black .input-group-btn:last-child > .btn,
.colour-dark-black .input-group-btn:last-child > .btn-group {
    margin-left: 5px;
}
.colour-dark-black .btn.primary {
    color: #000000;
}
ul.list-me > li > a {
    color: #00feee;
    font-weight: bold;
}
ul.list-me > li > a:hover {
    color: #00feee;
    text-decoration: underline !important;
}
ul.list-me > li > p.alert-warning > a{
    color: #00feee;
    font-weight: bold;
}
ul.list-me > li {
    color: #FFFFFF;
    list-style-image: none;
    list-style-position: outside !important;
    list-style-type: square;
}
ul.list-value > li {
    color: #FFFFFF;
    font-weight: bold;
    cursor:pointer;
    margin-left:-40px;
    padding-left:5px;
}
ul.list-value > li:hover {
    color: #000000;
    font-weight: bold;
    background: #eeeeee;
}
.help-link > a{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
.help-link > a:hover{
    text-decoration: none;
    color:#ffffff;
}
.white a {
    color: #333333;
}
.white a:hover {
    color: #000000;
    text-decoration: underline !important;
}
.white a.btn {
    text-decoration: none !important;
}
.white a.btn.primary:hover {
    background: #333333 !important;
    color: #ffffff !important;
}
.white button.primary:hover {
    color: #333333 !important;
}
.white button.btn.primary:hover {
    background: #333333 !important;
    color: #ffffff !important;
}
.white button.btn.btn-lg.primary:hover {
    background: #333333 !important;
    color: #ffffff !important;
}
.white.primary:hover {
    background: #333333 !important;
}
.white .nav-tabs > li > a:hover {
    text-decoration: none !important;
}
.white.administration a {
    color: #cc0000;
}
.white.administration a:hover {
    color: #000000;
    background: none;
    text-decoration: underline !important;
}
.white.administration .nav-tabs > li.active > a,
.white.administration .nav-tabs > li.active > a:hover,
.white.administration .nav-tabs > li.active > a:focus {
    border-bottom: 5px solid #cc0000;
}
.white.administration button.btn.btn-lg.primary {
    background: #cc0000 !important;
    color: #ffffff;
}
.white.administration button.btn.btn-lg.primary:hover {
    background: #333333 !important;
    text-decoration: none !important;
}
.white.administration .primary {
    background: #cc0000;
    color: #ffffff !important;
}
.white.administration .primary:hover {
    text-decoration: none !important;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hide-element {
    display:none !important;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}
.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
    background: #fff;
}
.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}
.fileupload .thumbnail > img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.fileupload .btn {
    vertical-align: middle;
    line-height: 21px;
    margin-left: -5px;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}
.fileupload-inline .fileupload-controls {
    display: inline;
}
.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}
.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}
.uneditable-input {
    border: 1px solid #ccc;
    height: 35px;
    padding: 6px 10px;
    width: 200px;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.uneditable-input .glyphicon {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 2px;
    opacity: 0.5;
}
.fileupload-preview {
    width: 400px;
    display: block;
    color: #666;
}
a {
    text-decoration: none !important;
    color: #333333;
    outline: 0 !important;
}
a:hover {
    color: #000000;
}
a.primary {
    color: #000000 !important;
}
a.primary:hover {
    color: #000000 !important;
}
h2 {
    padding-bottom: 0.5em;
}
ul .user-menu {
    margin-bottom: 0 !important;
}
ul li {
    list-style: none;
    line-height: 2em;
}
.space {
    display: block;
    height: 2em;
    width: 100%;
}
.spacing {
    padding: 1em 0;
}
.centering {
    float: none;
    margin: 0 auto;
}
.center-box {
    margin: auto !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.ml40 { /*faceted field's result value*/
    margin-left: 40px;
}
.nomargin {
    margin: 0;
}
.border-right-0 {
    border-right: 0;
}
.border-left-0 {
    border-left: 0;
}
.nopadding {
    padding: 0;
}
.padding-top-0 {
    padding-top: 0;
}
.padding5 {
    padding: 5px;
}
.padding10 {
    padding: 10px;
}
.asterisk {
    color: #cc0000;
}
.serif {
    font-family: 'Georgia, serif';
}
.italic {
    font-style: italic;
}
.dark {
    color: #333;
}
.width100p {
    width: 100%;
}
.width20 {
    width: 20px;
}
.width30 {
    width: 30px;
}
.line {
    display: block;
    height: 1px;
    width: 100%;
    background: #d8d8d8;
    clear: both;
    margin: 15px 0;
}
body {
    background: #333333;
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 70px;
    color: #ffffff;
    padding-top: 50px;
}
/*
html{
    padding-top: 50px;
}
*/
header .container {
    padding: 0;
    text-align: center;
}
.bottom-header {
    background: #fff;
    padding: 0;
}
.bottom-header .container {
    padding: 0;
    min-height: 100px;
}
#content-bottom.container {
    background-color: #fff;
    width: 100%;
    color: #333;
}
.bottom-home-title {
    background: #fff;
    width: 100%;
    color: #333
}
#content-top h1 {
    color: #ffffff;
    text-align: center;
}
#content-top .searchform {
    text-align: center;
}
#content-top .searchform ul {
    padding: 0;
}
#content-top .searchform li {
    display: inline-block;
    list-style: none;
    list-style-position: outside;
    padding: 0 2px;
}
#content-top .btn {
    background: #00feee;
    border: none;
    border-radius: 0;
    text-shadow: none;
    margin: -2px 0 0 0;
    padding: 7px;
}
footer {
    padding: 30px 0;
    color: #333333;
}
footer ul li {
    padding: 0;
    border-right: 1px solid #333333;
    line-height: 10px;
}
footer ul li:last-child {
    border-right: none;
}
footer a:hover {
    text-decoration: underline !important;
}
.footer-logo {
    left: 0;
    padding: 0 0 10px 0;
}
.footer-logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
}
.footer-logo .copyright {
    padding: 10px 15px;
    color: #000000 !important;
}
.footer-logo .copyright a {
    color: #000000 !important;
}
.footer-logo .copyright a:hover {
    color: #000000 !important;
}
.footer-logo .copyright small {
    color: #000000 !important;
}
legend {
    color: #ffffff;
}
#logo {
    display: block;
    padding: 25px 20px 25px 20px;
    height: auto;
    background: #ffffff;
}
#logo img {
    height: 80%;
    width: auto;
}

img.banner-img {
    max-height: 110px;
    /*max-width: 97%;*/
    background-color: transparent;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    float: right;
    vertical-align: middle;
    padding: 0;
}
img#banner-logo-white {
    display: none;
}

.copyright ul {
    margin: 0;
    padding: 0;
}
.copyright li {
    display: inline-block !important;
    padding: 0 0.5em;
}
.copyright li:first-child {
    margin-left: -0.5em !important;
}
.alert {
    border-radius: 0;
    position:fixed;
    right:0;
    left:0;
    z-index: 99999;
    margin:auto;
    text-align: center;
}
.user-menu {
    list-style: none;
    padding: 0;
    width: auto;
    display: block;
    float: right;
    margin: 0;
}
.user-menu ul.dropdown-menu li {
    display: block;
    width: 100%;
}
.user-menu li {
    display: block;
    float: left;
}
.user-menu > li > a {
    position: relative;
    display: block;
    padding: 15px 15px !important;
    line-height: 20px;
}
.user-menu > li > a:hover {
    color: #00feee;
}
.user-menu > li > a:active {
    color: #00feee;
}
.user-menu > li > a:focus {
    color: #00feee;
}
.main-menu {
    padding: 0px !important;
}
.menu-container {
    box-shadow: none;
    color: #ffffff;
    height: 51px;
}
.menu-container a {
    box-shadow: none;
    color: #ffffff;
}
.dropdown-menu-li a.active {
    font-weight: bold;
    color: #00feee;
}
.btn.dropdown-toggle {
    text-align: left;
}
ul.nav-pills > li.dropdown {
    padding-right:10px;
    margin-bottom:10px;
}
ul.nav-pills #mc_cat {
    padding-right:10px;
    max-width: 270px;
    overflow: hidden;
}
/*
.menu-container .nav li.active {
    background-color: #d8d8d8 !important;
}
*/
.menu-container .nav li.active a {
    color: #333333;
}
.menu-container .nav .open > a, .menu-container .nav .open > a:hover, .menu-container .nav .open > a:focus {
    background-color: transparent;
}
/*
.menu-container .nav li a:hover {
    background-color: #d8d8d8 !important;
    color: #333333;
}
*/
/*
.menu-container .nav li a:focus {
    background-color: #d8d8d8 !important;
}
.menu-container .navbar-nav.activea {
    background-color: #d8d8d8 !important;
}
*/
.menu-container .nav li.active, .menu-container .nav li a:hover {
    background-color: #fff;
    color: #333333;
}
#top .nav > li > a:focus {
    background-color: inherit;
}
.navbar {
    height: 50px !important;
}
.navbar-fixed-top,.navbar-fixed-bottom {
    background: #333333;
}
.basket-items{
    border-top:1px solid #eeeeee;
}
.basket-hook {
    width:50px;
    cursor:pointer;
    padding:0px !important;
    /*border-bottom: solid 1px #333;*/
}
.basket-hook > i {
    width:100%;
    height:100%;
    padding-left:12px;
    padding-top:14px;
}
.basket-hook > .badge {
    background: #555555 none repeat scroll 0 0;
    margin-top: 5px;
    padding: 4px;
    position: absolute;
    right: 0;
}
.navbar-toggle {
    border: none;
    border-radius: 0;
}

.navbar-nav > li > a.primary{
    background-color: #00feee;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}
.navbar-header {
    color: #ffffff;
}
.navbar-header > a {
    color: #ffffff !important;
}
.navbar-header li:first-child {
    padding-left: 0;
}
.navbar-collapse {
    background: #333333;
    padding-left: 0px !important;
}
.item-details-tab {
    height:30px;
    border-bottom: solid 1px #dddddd;
    padding-top:10px;
}
.item-details-tab > .panel-title {
    padding-left:10px;
}

.item-details-tab > .panel-title > a {
    width:100%;
}
.container-fluid-center {
    display:inline-flex;
    text-align: center;
    width: auto;
}
[role="navigation"] {
    padding: 0;
    margin: 0;
}
.dropdown-menu ul li {
    width: 100%;
}
.dropdown-menu ul li a {
    width: 100%;
}
.dropdown-menu {
    background-clip: none;
    background-color: #FFFFFF;
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    margin-top: 0;
    background: #333333;
    color: #ffffff;
    overflow-x: hidden;
    /*overflow-y: auto;*/
    overflow-y: hidden;
    width:auto;
    z-index: 1000;
}
#upload_list .pull-right .dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown-menu1 {
    margin-left:-40px;
    text-align:left;
    overflow-x:hidden;
    overflow-y:auto;
    height:250px;
    min-width:240px;
}
input.search_lightboxes {
    width:90% !important;
}
.input-group {
    padding-bottom: 10px;
}
div.front-search div.input-group{
    padding-bottom: 0;
}
.meta_field_date_li,
.dropdown-menu-li {
    display:block;
    padding-left: 10px !important;
    padding-right: 10px;
    cursor: pointer;
}
div.date_select {
    margin-top:10px;
    max-width:200px;
}
.dropdown-menu > li > a {
    text-align: left;
    padding-left:10px;
}
button.meta_comp{
    text-align: left;
}
li.meta_field_date_li:hover,
li.dropdown-menu-li:hover {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    color:#333333;
}
.dropdown-menu li a {
    color: #ffffff;
}
li.active{
    color:#00feee;
    font-weight:bold;
}

span.active{
    color:#00feee;
    font-weight:bold;
    line-height: 2em;
}
.alert-warning > span.active{
    color:#66512C;
}
.breadcrumb-wrapper {
    position: relative;
    top: 23px;
    right: 0px;
    text-align: right;
}
.breadcrumb-wrapper .label {
    color: #444444;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
}
.breadcrumb {
    background: none;
    display: inline-block;
    padding: 0;
}
.breadcrumb li {
    font-size: 12px;
}
.breadcrumb li.active {
    color: #333333;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #333333;
    content: "/";
}
.colour-dark-black .btn-group .btn {
    border: 1px solid #333333 !important;
}
.colour-dark-black .btn-group .btn:hover {
    background: #ffffff;
}
.invoice-logo {
    padding: 10px 0px 10px 15px;
    max-width: 250px;
}
.invoice .btn-group .btn {
    border: 1px solid #333333;
}
.invoice-notes .dropdown-menu {
    right: 0;
    left: auto;
}
.invoice-data {
    padding: 5px 0 5px 0;
    clear: both;
}
.invoice-data .invoice-data-label {
    font-size: 16px;
    font-weight: bold;
}
.invoice-data .datepicker {
    cursor: pointer;
    width: 160px;
    float: left;
}

.btn-group.order_item_approve {
    clear: both;
    float: right;
}

.btn-group > .btn.order-item-approve-box {
    height: 30px;
    width: 30px;
    min-width: auto;
    padding: 4px 7px;
    float: right;
}
div.btn-group.order_item_approve > label.active {
    background: none repeat scroll 0 0 #d8d8d8 !important;
}
.order-item-approve-label {
    display: inline-block;
    padding: 5px 0;
}
.invoice-financials .table-responsive > .table > tbody > tr > td {
    white-space: normal !important;
}
.invoice-financials .invoice-thumb img {
    height: auto;
    max-width: 200px;
}

#override_order, #reinstate_order {
    background-color: #333;
    left: auto;
    top: 60px;
    padding: 10px;
}
#override_order {
    right: auto;
}
#reinstate_order {
    right: 15px;    
}

#upload-history-btn.btn-group .btn{
    line-height: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top:0px !important;
    border-right:0px !important;
    border-bottom:0px !important;
    border-left:1px solid #ccc !important;
    width:100%;
}
#upload-history-btn.btn-group .btn:hover{
    border-color:#adadad;
    background-color: #eee;
}
#upload-history-btn{
    width:100%;
}
.colour-dark-black .primary {
    background: #00feee;
}
.btn-group .btn {
    border: 2px solid #ffffff;
}
.btn-group .btn:hover {
    background: #ffffff;
}
.btn {
    border: none;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
}
.groupcheck{
    display: none;
    float: right;
    margin-top: 4px;
    width: 20px;
}
.btn-group > .btn {

}
.btn-group > .btn:not(:first-child){
    margin-left: 10px !important;
}
div.btn-group > label.active > .groupcheck{
    display: block;
}
div.btn-group > label.btn {
    background: none repeat scroll 0 0 #d8d8d8;
}
span.bulk_check_icon{
    font-size: 14px;
    font-weight: 900;
    margin-right:5px;
    display: none;
}
label.active > span.bulk_check_icon{
    display: block;
}
div.btn-group > label.active {
    background: none repeat scroll 0 0 #00feee !important;
}
.label-new-keyword {
    background-color: #00feee;
    color: #000000;
}
.btn .primary {
    color: #000000 !important;
}
.btn-primary {
    text-indent: -9999px;
    background: #00feee;
}
.lbl-check,.lbl-check.active {
    text-indent: 0px !important;
    color: #333;
}
.btn-primary a {
    color: #000000;
}
.btn-primary:hover {
    color: #000000;
}
.btn-default {
    background-image: none;
    background: #d8d8d8;
    cursor:pointer;
    min-width: 102px;
}
.advanced-select-labels {
    height: 20px;
    font-size: 14px;
}
.mobile-search-form > .front-search > div > .search-tools {
    padding-bottom: 15px;
}
.search-tools {
    margin-bottom: 5px;
    display:none;
}
.search-tools > .btn-group > label,
.search-tools > .btn-group > .dropdown > button{
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
    width: auto;
    min-width: 0;
    border: 0px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
}

.search-tools > .btn-group > .dropdown > button:hover,
.search-tools > .btn-group > .dropdown > button:active,
.search-tools > .btn-group > .dropdown > button:focus{
    background-image: linear-gradient(to bottom, #e0e0e0 0%, #fff 100%);
    border-color: #d8d8d8;
    color:#333;
    background-position: 0 center;
    outline: none;
}
.search-tools > .btn-group > .dropdown > button.groupBtn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.search-tools > .btn-group > .btn:not(:first-child),
.search-tools > .btn-group > .dropdown > .btn:not(:first-child){
    margin-left:0px !important;
}
.search-tools > .search-filter {
    float:right !important;
}
.search-tools > .search-filter > label.within-filter{
    outline: none;
}
nav.search-filter-bar {
    z-index: 3;
    box-shadow: none;
}
nav.search-filter-bar,nav.function_nav {
    height: 35px !important;
    min-height: 35px !important;
    background: none;
}
div.result-filter,nav.function_nav{
    display: none;
}
nav.client-banner {
    margin-bottom: 5px;
}
div.client_brand > button,div.client_brand > a.brand-name {
    color:#333333 !important;
    padding-top: 15px;
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
div.client_brand > button,div.client_brand > a.brand-img {
    padding-top:3px;
    padding-bottom: 3px;
}
div.client_brand > button,div.client_brand > a.brand-img > img {
    max-height: 40px !important;
    padding-top:0px;
    float:left;
}
nav.search-filter-bar > div.container-fluid {
    padding-right: 0px;
    height: 100%;

}
nav.search-filter-bar > div.container-fluid > div.navbar-header {
    width: 100%;
}
nav.search-filter-bar > div.container-fluid > div.navbar-header > a.navbar-brand {
    padding-top: 0px;
    padding-left: 0px;
    /*max-height: 30px;*/
}
nav.search-filter-bar > div.container-fluid > div.navbar-header > a.navbar-brand > button.object_tab_selected {
    height: 33px;
}
#search-filter-bar-ops {
    background: none;
    max-height: 34px;
    z-index: 11;
    padding-right: 0px;
}
#search-filter-bar-ops > .navbar-nav > li.select {
    background: #e7e7e7;
}
#search-filter-bar-ops > .navbar-nav > li.select:last-of-type {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
#search-filter-bar-ops > .navbar-nav > li.select > a{
    color: #333;
}
#search-filter-bar-ops > .navbar-nav > li > a{
    line-height:0px;
    min-width: 50px;
    padding-left:10px;
    padding-right:9px;
}
#search-filter-bar-ops > .navbar-nav > li {
    padding-right: 0.1em;
    height: 34px !important;
    padding-top: 2px;
}
.search-tools > .search-info > h3 {
    margin-top: 0px;
}
#lookup-list > .dropdown > .search-advanced-ops {
    background-image: linear-gradient(to bottom, #e0e0e0 0%, #fff 100%);
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    width: 100%;
}
#lookup-list > .search-advanced-drop {
    padding: 6px;
}
#lookup-list > .search-advanced-drop > .search-advanced-ops {
    max-width: 655px;
    min-width: 300px;
}
#lookup-list > .search-advanced-drop > .search-advanced-ops > .panel-body{
    background-color: transparent;
}
.search-advanced-ops > .panel-body {
    padding-left:16px;
    padding-right:16px;
}
.search-advanced-ops > .panel-body > .dropdown > .dropdown-menu {
    margin-top:12px;
}

#lookup-list > .search-advanced-drop > .search-advanced-ops > .panel-footer{
    color: #333;
}
.search-advanced-ops > .panel-footer > .input-group {
    padding-bottom: 10px;
}

ul.dropdown-menu > li.dropdown-groups {
    width:100%;
}
.input-group > .dropdown > .btn-field {
    cursor: pointer;
}

button.advanced-dropdown {
    width:47px;
    text-align: center !important;
    background-image: linear-gradient(to bottom, #e0e0e0 0%, #fff 100%);
}
.search-advanced-ops > .panel-footer > .input-group > .input-group-btn > button {
    border: 1px solid #cccccc;
}
.advanced-filters {
    position: absolute;
    z-index:12;
}
.advanced-filters > .btn-group > .btn {
    border: 0 none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
    min-width: auto;
    padding: 4px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.advanced-filters > .btn-group > .includes {
    background-color: #196b18;
}
.advanced-filters > .btn-group > .excludes {
    background-color: #d9534f;
}
.advanced-filters > .btn-group > .removed {
    background-color: #f8efc0;
    color: #8a6d3b;
    font-weight: normal !important;
}
.advanced-filters > .btn-group > .search_inside_advanced,
.advanced-filters > .btn-group > .twitter-typeahead > .search_inside_advanced{
    border:0px;
    margin-left:3px;
    box-shadow:none;
}
nav.function_nav {
    border-color: #333;
    box-shadow: none;
    background: #333;
    margin-top: 15px;
    margin-bottom: 5px;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}

nav.function_nav > div.container-fluid {
    padding-left: 0px;
    padding-right: 0px !important;
}
nav.function_nav > div.container-fluid > div.navbar-header {
   color: #333; 
}
nav.function_nav > div.container-fluid > div.navbar-header > a.navbar-brand {
    /*color: #333 !important;
    padding-top:16px;*/
}
.search-filter-bar > div.container-fluid > div.navbar-header > a.navbar-brand {
    height: 33px;
}
nav.function_nav > div.container-fluid > div.navbar-header > ul.dropdown-menu {
    margin-left:2px;
}
nav.function_nav > div.container-fluid > div#navbar-menu {
    background: none;
    position: absolute;
    right: 0;
    margin-right: 5px;
}

nav.function_nav > div.container-fluid > div.navbar-collapse {
    border-color: #d8d8d8;
}

nav.function_nav > div.container-fluid > div.navbar-collapse > .navbar-nav > li > a.search-func  {
    padding-top: 4px;
    /*margin-left: 5px;*/
}

nav.function_nav > div.container-fluid > div.navbar-collapse > .navbar-nav > .active > a {
    /*background-color: #d8d8d8;*/
    background: none;
    box-shadow: none;
    font-size: 35px;
}
nav.function_nav > div.container-fluid > div.navbar-collapse > .navbar-nav > li.divider {
    border-left: 1px solid #d8d8d8;
    height: 35px;
    margin-right: 20px;
    margin-left:12px;
}
nav.function_nav .navbar-nav > li > a.search-view {
    margin-right: 5px;
    min-width: 40px;
    text-align: center;
    padding: 8px 5px 5px;
    /*margin-top: 7px;*/
}
nav.function_nav .navbar-nav > li.open > a.search-view {
    background: none;
    box-shadow: unset;
    /*color: #fff;*/
}
nav.function_nav .navbar-nav > .open > a, nav.function_nav .navbar-nav > .active > a {
    /*border: 1px solid #333;
    color: #00feee !important;
    background: #333 !important;*/
    color:#fff;
}
nav.function_nav .navbar-nav > li > a:hover, nav.function_nav .navbar-nav > li > a:focus {
    color: #fff;
}
nav.function_nav .fa-inverse {
    color: #333;
}
nav.function_nav h3.h3_label {
    color: #fff;
    float: left;
}
#search-close {
    float: left;
    padding: 0 0 0 3px;
    background-color: transparent;
}
#search-close i {
    padding: 0;
    color: #fff;
    font-size: 38px;
}
#search-order-field {
    min-width: 180px;
}
.search-order-block {
    margin: 0 0 0 5px;
}
.search-order-block > li {
    float: left;
}
.search-order-block li > a.search-view {
    margin-left: 0 !important;
}
.search-order-block .dropdown-menu {
    background: #333333 !important;
    color: #fff;
}

#navbar-menu .navbar-right {
    height: 34px;
}
.invoice .navbar-right {
    margin-right: 0;
    float: right;
}

.btn-search {
    background: #333333;
    color: #ffffff;
    width: 80px;
    font-size: 1.8em;
}
.btn-search:hover {
    color: #00feee;
}
.btn-map {
    background: #ffffff;
    color: #555555;
    font-size: 2em;
    height: 38px;
    width: 38px;
    text-align: center;
    padding: 6px 0;
}
.btn-map:hover {
    color: #00feee;
}
.btn-help {
    margin-left: 5px !important;
    padding: 0 5px;
    margin: 3px;
}
.btn-report{
    background-color: #333;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    float: right;
    height: 25px;
    margin-right: 13px;
    margin-top: 2px;
    padding-left: 3px;
    padding-top: 6px;
    width: 25px;
}
.btn-report:hover,.btn-report:active,.btn-report:focus{
    background-color:#adadad;
    color:#333;
}
input {
    border-radius: 0 !important;
}
.front-search {
    /*padding: 0px !important;*/
    margin-top: 15px;
    padding-left: 15px;
}
div.search-keyword,div.result-filter {
    min-height: 50px;
    /*max-width: 96%*/
}
.search-keyword .mcList {
    max-height: 400px;
    overflow: auto;
}
div.result-filter nav.navbar {
    margin-bottom: 0; /*12px !important;*/
}
/*
.front-search li {
    display: block;
    float: left;
    padding: 0.1em 0.5em 0.1em 0;
}
*/
.hidden-xs .front-search{
    width:75%;
}

.hidden-xs .front-search .open .mcList {
    max-width: 655px;
    min-width: 300px;
    z-index:12;
    overflow:auto;
}

.margin-left-advanced {
    margin-left:25px;
}
.margin-left-btn-field-x1 {
    margin-left:37px;
}
.margin-left-btn-field-x2 {
    margin-left:80px;
}
.margin-left-btn-field-x3 {
    margin-left:120px;
}
.margin-left-btn-field-x4 {
    margin-left:160px;
}
.margin-left-advanced-btn-field-x1 {
    margin-left:63px;
}
.margin-left-advanced-btn-field-x2 {
    margin-left:105px;
}
.margin-left-advanced-btn-field-x3 {
    margin-left:145px;
}
.margin-left-advanced-btn-field-x4 {
    margin-left:189px;
}


.form-control {
    float: right;
}

textarea.form-control{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    resize:vertical;
}

#setup-form textarea, #div_ckeditor textArea {
    color:#000000;
}

.search-button-mobile {
    display: block;
    float: left;
    position: relative;
    text-align: center;
    font-size: 3em;
    color: #333;
    padding-top: 30px;
}

.search-btns{
    height:22px;
    font-size:20px;
}
.search-submit{
    background-color: #333333;
    color:#ffffff;
    cursor: pointer;
    border-radius: 0px;
    border-left:0px;
}

.bg-primary {
    background-color: #00feee;
    color: #000000;
}
.mcCat {
    padding-left:10px;
    padding-right:10px;
}
.search-button-normal {
    font-size: 20px;
    width:50px;
    color:#ffffff;
    padding-bottom:5px;
    padding-top:6px;
    background:#333333
}

.search-mobile {
    padding: 0px !important;
    margin: 20px 0 0 0;
    border: none;
    clear: both;
    background: #d8d8d8;
}
.search-mobile .panel-body {
    width: 100%;
    padding: 0;
}
#collapseTwo .panel-body {
    /*width: 98%;*/
    padding: 0 10px;
}
.details-tab-content > .panel-body > .row {
    word-wrap: break-word;
    margin-left:0px !important;
}
.details-tab-content > .panel-body > .prop-name {
    margin-top:8px;
    font-weight: bold;
    margin-bottom: 4px;
}
.details-tab-content > .panel-body > .prop-name > a.hooks-main{
    margin-left: 10px;
}
.details-tab-content > .panel-body > .prop-val {
    margin-top:-3px;
}
.prop-val > ul.list-group {
    margin-top:5px;
    width:95%;
}
.prop-val > ul.list-group > li.list-group-item{
    padding: 5px 15px;
}
.search-mobile .panel {
    border: none;
    box-shadow: 0;
    background: #d8d8d8;
}
.panel-title {
    cursor:pointer;
}

.search-mobile .panel-default {
    border: none;
    box-shadow: 0;
    background: #d8d8d8;
}
.search-mobile .panel-collapse {
    border: none;
    box-shadow: 0;
    background: #d8d8d8;
}

.search-mobile #collapseTwo {
    background: #333333;
}
.search-mobile .front-search .form-control {
    width: 100%;
}
.search-mobile .front-search select {
    width: 100%;
}
.search-mobile .front-search li {
    padding: 5px;
}
.search-mobile li {
    width: 100%;

}
.search-mobile .front-search li.dropdown {
    float: left;
}
.panel {
    border-radius: 0 ;
    box-shadow: none;
    border: none;
}
.panel-body{
    background-color:#f9f9f9;
    color:#333333;
    padding:15px;
}
.panel-footer {
    background: none;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 15px;
    border-radius: 0 !important;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 15px 15px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background-color: #eeeeee;
    border-radius: 0;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #eeeeee;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #eeeeee;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #eeeeee;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #eeeeee;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #eeeeee;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #eeeeee;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #eeeeee;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #eeeeee;
}
.list-style-buttons {
    color: #ffffff;
    font-size: 2em;
}
.list-style-buttons a {
    color: #ffffff;
    padding: 5px;
}
.list-style-buttons a:hover {
    color: #00feee;
}
.list-style-buttons .active {
    color: #00feee;
}
.panel .search-mobile {
    border: none;
}
.panel-heading {
    background: #d8d8d8;
}
.panel-heading > span.name-heading {
    font-size: 23px;
    font-weight: bold;
}
.badge {
    background-color: #333333;
    border-radius: 0;
    padding: 5px 7px;
}
h2 > span.badge {
    background-color: #d8d8d8;
    color:#333333;
    margin-left:15px;
    position:absolute;
    margin-top:7px;
}
.badge-gallery {
    display: block;
    width: 98%;
    margin-bottom: 4px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 8px 15px 11px 15px;
    height: 70px;
    line-height: 2.2em;
    overflow: hidden;
    /*zoom: 1;*/
}
.bs-icons span {
    font-size: 0.24em;
    display: block;
    width: 100%;
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bs-icons {
    float: left;
    width: 50%;
    height: 170px;
    padding: 40px 10px 0 10px;
    font-size: 4em;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #333;
    background-color: #f9f9f9;
    color: #333;
}
.bs-icons a {
    color: #000000;
}
.toolbar li {
    background: #eeeeee;
    font-size: 1.5em;
    height: 45px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 45px;
}
.toolbar li:hover {
    background: #00feee;
}
.toolbar li a {
    color: #333333;
    width:100%;
}
.toolbar li a.fa {
    line-height: 2.2;
}
.carousel {
    position: relative;
}
.carousel img {
    width: 100%;
    height: auto;
    display: block;
    line-height: 1;
    margin: 0 auto;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #333333;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    max-height: 768px;
}
.carousel-inner > .item a > img {
    line-height: 1;
}
.carousel-inner > .item > img {
    line-height: 1;
    /* min-height: 170px; */
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#itemPreviewContainer > .carousel-control {
    background-image: none !important;
    color:#333333;
}
#itemPreviewContainer > .left {
    /* width:18%; */
}
#itemPreviewContainer.col-md-4 > a.carousel-control {
    display: none;
}
/* COPIED FROM FLEXSLIDER*/
.ms-new-hero-heading {
    margin: 0;
    position: absolute;
    bottom: 70px;
    left: 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 10.5px 16px;
    z-index: 99;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-family: 'Aktiv Grotesk';
    font-weight: 500;
    background: rgba(0,0,0,0.48);
}

.ms-new-hero-heading:hover {
    background: #21aae7;
    color: #ffffff;
}
div.edit-btn {
    margin-top: 0px;
}
div.edit-btn > button.btn:hover {
    background:#333;
    color: #fff;
}
div.edit-btn > button.btn {
    border: 0px !important;
    outline: none;
    min-height: 50px;
}
div.edit-btn > button.btn > span.caret{
    margin-top:0px !important;
}
div.edit-btn > .btn:not(:first-child) {
    margin-left: 0px !important;
    
    min-width: 15px;
    border-left: solid 1px #9d9d9d !important;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-caret-left,
.carousel-control .fa-caret-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .fa-caret-left {
    left: 50%;
}
.carousel-control .icon-next,
.carousel-control .fa-caret-right {
    right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    height: 25px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 50;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}

img {
    vertical-align: middle;
}
.img-rounded {
    border-radius: none;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: none;
}
.colour-dark-black .nav-tabs {
    border-bottom: 1px solid #ddd;
    color: #ffffff;
}
.colour-dark-black .nav-tabs .badge {
    background: #555555;
    margin: 0 0 0 15px;
}
.colour-dark-black .nav-tabs > li {
    margin-bottom: -1px;
}
.colour-dark-black .nav-tabs > li > a {
    margin-right: 2px;
    border: none;
    border-radius: 0 !important;
    color: #ffffff;
    background: none;
}
.colour-dark-black .nav-tabs > li > a:hover {
    border-color: none;
}
.colour-dark-black .nav-tabs > li.active > a,
.colour-dark-black .nav-tabs > li.active > a:hover,
.colour-dark-black .nav-tabs > li.active > a:focus {
    color: #00feee;
    cursor: default;
    background: none;
    background-color: none !important;
    border-bottom: 5px solid #00feee;
    border-top: none;
    border-left: none;
    border-right: none;
}
.colour-dark-black .nav-justified > li > a {
    margin-bottom: 0;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    color: #000000;
}
.nav-tabs .badge {
    background: #555555;
    margin: 0 0 0 15px;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    border: none;
    border-radius: 0 !important;
    color: #000000;
    background: none;
}
.nav-tabs > li > a:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 5px solid #d8d8d8;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #00feee;
    cursor: default;
    background: none;
    background-color: none !important;
    border-bottom: 5px solid #00feee;
    border-top: none;
    border-left: none;
    border-right: none;
}
.nav-tabs > li > a:hover {
    color: #00feee;
    background-color: #333333;
}
.icon {
    /*text-indent: -9999px;*/
    height: 40px;
    width: 30px;
    /*font-size: 31px;*/
    cursor: pointer;
    padding-left: 4px;
}
.chops-preview > .hooks > .icon {
    width: 27px !important;
    font-size: 25px !important;
    height:35px !important;
}
.icon > i {
    margin-top:4px;
    font-size: 21px;
}

.itemChecked > i, .icon > a {
    margin-top:6px;
}

.icons-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    /*background: no-repeat center center #000;
    opacity:0.8;*/
    margin-right: 3px;
    margin-bottom: 2px;
    /*overflow: hidden;*/
}
.icons-bar-preview {
    width: 161px;
    margin-bottom: 3px !important;
    height: 32px;
}
.icons-bar-large,.icons-bar-large-title,
.icons-bar-large2,.icons-bar-large2-title {
    width: 285px;
    height: 32px;
    text-align: left !important;
}

.icons-bar-large-title,.icons-bar-large2-title {
    height: 85px;
}

.icons-bar-large-title > .meta-large > .title-bar,
.icons-bar-large2-title > .meta-large > .title-bar,
.icons-bar-large-title > .meta-large2 > .title-bar,
.icons-bar-large2-title > .meta-large2 > .title-bar,
.icons-bar-large-title > .meta-preview > .title-bar,
.icons-bar-large2-title > .meta-preview > .title-bar {
    display: block;
    margin-bottom: 7px;
}
.icons-bar-large > .meta-large > .title-bar,
.icons-bar-large2 > .meta-large > .title-bar,
.icons-bar-preview > .meta-large > .title-bar,
.icons-bar-large > .meta-large2 > .title-bar,
.icons-bar-large2 > .meta-large2 > .title-bar,
.icons-bar-preview > .meta-large2 > .title-bar,
.icons-bar-large > .meta-preview > .title-bar,
.icons-bar-large2 > .meta-preview > .title-bar,
.icons-bar-preview > .meta-preview > .title-bar{
    display: none;
}
/*
.icons-bar > span.meta-large,.icons-bar > span.meta-large2,.icons-bar > span.meta-preview {
    padding:5px;
    padding-top:6px;
    position:absolute;
    float:left;
}
*/

.icons-bar > span.meta-large > p,.icons-bar > span.meta-large2 > p,.icons-bar > span.meta-preview > p {
    padding: 7px 2px 0px 5px;
    margin: 0 !important;
}

.icons-bar > span.icon {
    height: 27px;
}

/*
.icons-bar > span.meta-preview {
    margin-left:-1px;
}
*/
.item-desc {
    height:35px; 
    color:#333;
}
.item-desc > label.btn {
    width:100%;
    height: 50px;
    border-left-color: #eee;
    padding-top: 14px;
}
.colorPalett {
    float:left;
    width:25px;
    margin-left:10px;
    cursor: pointer;
    font-size: 20px;
}
.colorPalettBtn {
    color:#000;
}
.colorPalettBtn > i {
    margin-left:7px;
}
label.colorPalettBtn {
    padding-right: 13px !important;
    padding-left: 7px !important;
    padding-top: 1px !important;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 0px !important;
}
/*slider css used on settings page*/

.slider {
    width: 400px;
    height: 17px;
    position: relative;
    margin: 10px auto;
    background: #10171D;
    margin-left:0px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;

    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.9), 0px 1px 1px 0px rgba(255, 255, 255, 0.13);
}

.slider .bar {
    width: 388px;
    height: 5px;
    background: #333;
    position: relative;
    top: 6px;
    left: 6px;	

    background: #1d2e38;
    background: -moz-linear-gradient(left, #1d2e38 0%, #2b4254 50%, #2b4254 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d2e38), color-stop(50%,#2b4254), color-stop(100%,#2b4254));
    background: -webkit-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
    background: -o-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
    background: -ms-linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
    background: linear-gradient(left, #1d2e38 0%,#2b4254 50%,#2b4254 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2e38', endColorstr='#2b4254',GradientType=1 );	

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.slider .highlight {
    height: 2px;
    position: absolute;
    width: 388px;
    top: 6px;
    left: 6px;

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;

    background: rgba(255, 255, 255, 0.25);
}

input[type="range"] {
    -webkit-appearance: none;
    background-color: black;
    height: 2px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    top: 0px;
    z-index: 1;
    width: 11px;
    height: 11px;
    cursor: pointer;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb));
}
input[type="number"] {
    position: relative;
    margin: 0 0 1rem;
    border: 1px solid #333;
    padding: 5px;
    color:#000;
    width: 55px;
}
.thumbnail-fields {
    padding:0px;
    width:200px;
    float:left;
    text-align:left;
    border-radius:0px;
    margin-right:10px;
}
/*
input[type="range"]:hover ~ #rangevalue,input[type="range"]:active ~ #rangevalue {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        top: -75px;
}
*/
/* Tool Tip */
#rangevalue {
    color: white;
    font-size: 20px;
    text-align: center;
    font-family:  Arial, sans-serif;
    display: block;
    color: #fff;
    margin: 20px 0;
    position: relative;
    left: 44.5%;
    padding: 6px 12px;
    /*border: 1px solid black;

    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0,0,0,0.4);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222931), color-stop(100%,#181D21));
    */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 18px;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: -95px;
    */
    top: -70px;
}       

/*end of slider code*/

.icon > div {
    border: 2px solid #d8d8d8;
    background-color:#d8d8d8;
}
.showOrientation{
    /*background-color: #ffffff;*/
    cursor: default;
    margin-right: 10px;
    margin-top: 10px;
    padding-left: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
}
div.icon_landscape, div.icon_horizontal, div.icon_panoramic {
    height: 20px;
    width: 30px;
}
div.icon_portrait, div.icon_vertical {
    height: 30px;
    width: 20px;
}
div.icon_square {
    height: 30px;
    width: 30px;
}
.chops-preview > .hooks > .icon > div.icon_square {
    height: 22px !important;
    width: 22px !important;
}
.chops-preview > .hooks > .icon > div.icon_vertical {
    height: 22px !important;
    width: 16px !important;
}
.chops-preview > .hooks > .icon > div.icon_horizontal,
.chops-preview > .hooks > .icon > div.icon_landscape,
.chops-preview > .hooks > .icon > div.icon_panoramic {
    height: 16px !important;
    width: 22px !important;
}
.hooks > .acts > i,.hooks > .acts > a.fa {
    /*color:#fff !important;*/
    font-size: 22px;
}
span.icon-panoramic {
    background: url(/images/animal-gallery/icon-panoramic.png) no-repeat center center #d8d8d8;
}
span.tick {
    background: url(/images/animal-gallery/icon-tick.png) no-repeat center center #ffffff;
}
span.basquet {
    background: url(/images/animal-gallery/icon-basquet.png) no-repeat center center #ffffff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #333333;
    border-color: #333333;
}
.pagination > li > a,
.pagination > li > span {
    border-top: none;
    border-bottom: none;
}
.open-info {
    height: 260px;
    float: left;
    width: 100%;
    padding: 15px;
    background: #d8d8d8;
    color: #000000;
}
.open-info:hover {
    color: #000000;
}
.open-info p {
    font-size: 14px;
    text-align: left;
}
.open-info h2 {
    margin-top: 1em;
}
.me-item {
    height: 175px;
}
.me-item {
    font-size: 13px;
}
.me-item .media {
    padding: 0;
}
.me-item .media-object {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
}
.me-name {
    margin: 0 0 5px 0;
    color: #333333;
}
.me-item .tool-list {
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.me-item .tool-list::after {
    clear: both;
    display: block;
    content: '';
}
.me-item .tool-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.me-item .tool-list li a {
    font-size: 20px;
    border: 1px solid #d8d8d8;
    padding: 2px 5px;
    width: 30px;
    display: block;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #333333;
}
.me-item .tool-list li a:hover {
    color: #cc0000;
}
.me-item .tool-list li a .fa {
    margin-right: 0;
}
#cat_id{
    width: 100%;
    padding-right: 0px;
}
#mc_id{
    width: 100%;
    padding-right: 0px;
}
.load-cat {
    margin-top:-7px;
}

.thumbs {
    background-repeat:no-repeat;
    background-position:center top;
    background-color:#333333;
}

.playerVideolarge,.playerVideolarge2 {
    height:286px;
    width:415px;
    margin-left:-60px;
}
.playerVideopreview {
    height:160px;
    width:215px;
    margin-left:-25px;
}
.playImglarge,.playImglarge2{
    margin-top:120px;
    margin-left:120px;
}
.playImgpreview{
    margin-top:50px;
    margin-left:50px;
}
video.mediaPlayer {
    display:none;
    position:absolute;
}
div.overlay-large,div.overlay-large2 {
    background-color: #333333;
    height: 286px;
    position: absolute;
    width: 50px;
    z-index: 2147483647;
    cursor: default;
}
div.overlay-large.left,div.overlay-large2.left {
    margin-left: -50px;
    display: none;
}
div.overlay-large.right,div.overlay-large2.right {
    right: 0;
    margin-right:-47px;
}
div.overlay-preview {
    background-color: #333333;
    height: 161px;
    position: absolute;
    width: 28px;
    z-index: 2147483647;
}
div.overlay-preview.left {
    margin-left: -28px;
    display: none;
}
div.overlay-preview.right {
    right: 0;
    margin-right:-25px;
}
.thumb-large > video.mediaPlayer,.thumb-large2 > video.mediaPlayer {
    margin-left:-50px;
    width:381px;
    font-size: 30px;
}
.thumb-preview > video.mediaPlayer {
    margin-left:-28px;
    width:214px;
    font-size: 20px;
}
.thumb-large-video,.thumb-large2-video {
    float: left;
    width:291px;
    height: 286px;
    margin-left:0px;
    margin-top: -286px;
    position: relative;
    font-size: 30px;
}
.thumb-large,.thumb-large2 {
    height:286px;
    width:100%;
    background-size: cover;
}
.chops-large > .thumb-large,.chops-large > .thumb-large2 {
    font-size: 30px;
    background-size: contain;
    background-color: black;
}
.thumb-preview-video {
    float: left;
    height: 160px;
    margin-left: 0;
    position: relative;
    width: 167px;
    margin-top:-160px;
    font-size: 20px;
}

.large-left-bar,.large2-left-bar {
    background-color: #333333;
    float: left;
    height: 291px;
    margin-left: -64px;
    margin-top: 0;
    position: relative;
    width: 64px;
}

.large-right-bar,.large2-right-bar{
    float: left;
    height: 291px;
    margin-left:286px;
    margin-top: -291px;
    position: relative;
    background-color: #333333;
    width:64px;
}

.preview-left-bar{
    background-color: #333333;
    float: left;
    height: 167px;
    margin-left: -25px;
    margin-top: 0px;
    position: relative;
    width: 25px;
}
.preview-right-bar{
    float: left;
    height: 167px;
    margin-left:160px;
    margin-top: -167px;
    position: relative;
    background-color: #333333;
    width:30px;
}
.thumb-preview {
    height:160px;
    width:100%;
    background-size: cover;
    font-size: 20px;
}
.thumb-thumbnail {
    height:80px;
    width:100%;
    background-size: cover;
}
.chops-preview {
    height:167px;
    width:167px;
}
.chops-thumbnail {
    height:87px;
    width:87px;
}
.chops-large,.chops-large2 {
    height:291px;
    width:291px;
}
.chops {
    padding:0px;
    cursor:pointer;
    overflow: hidden;
}
.items-container {
    background:#333333;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    width: 97%;
}
tbody.items > tr > th {
    width: 380px;
}
tbody.items > tr > td {
    display:table-cell;
    vertical-align: bottom;
    padding-bottom: 20px !important;
}
tbody.items > tr > th > div.upload-history-media {
    display: table;
}

tbody.items > tr > th > div.upload-history-media > div.upload-history-media-data {
    display: table-cell;
    vertical-align:bottom;
}

.content-changer {
    background-color: #EEEEEE;
    font-size: 18px;
    font-weight: bold;
    min-width: 240px;
}
.navbar-header > button.navbar-brand {
    min-width: 75px !important;
    margin-right:10px;
}
.navbar-header > button.navbar-brand > i.fa-arrow-circle-left {
    margin-top:-5px;
}
.navbar-brand {
    padding:12px;
}
.pageTopNav {
    text-align: center;
    display: inline-block !important;
    width:100%;
}
.pageTopNav > .navbar-collapse {
    /*background:none !important;*/
}
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip-inner {
    text-align: left;
}
.get_view_image_history:before {
    content: "\f15c";
}

.get_add_to_mini_collection:before {
    content: "\f07b";
}

.get_add_to_lightbox:before {
    content: "\f069";
}

.get_edit_links:before {
    content: "\f0e8";
}

.get_add_to_basket:before {
    content: "\f291";
}

.get_instant_order:before {
    content: "\f063";
}

.close {
    font-size: 41px;
    line-height:0.5;
}

.alert-modal-title {
    line-height: 0.3;
    margin: 0;
}
.alert-modal-header .close {
    margin-top: -12px;
}

.alert-modal-header {
    background-color:#eeeeee;
    background-image: -webkit-linear-gradient(top, #eeeeee 0%, #d8d8d8 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%, #d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffd8d8d8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-bottom: 1px solid #d8d8d8;
    min-height: 16.4286px;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
div.modal-body {
    word-wrap: break-word !important;
}
div.modal-custom-body {
    width: 98% !important;
    overflow:hidden;
}

.modal-open2{
    overflow:hidden;
}

.generalPageAlerts {
    overflow:hidden;
}

.right-drop-menu > ul > li.reinstate > a {
    font-size: 32px;
    padding-bottom: 10px;
    padding-top: 18px;    
}

.right-drop-menu > ul > li > a.fa-times {
    padding-left:11px;
}
.right-drop-menu > ul > li.open > ul.dropdown-menu > li {
    margin-bottom:5px;
}
.right-drop-menu > ul > li.open > ul.dropdown-menu > li > a {
    padding: 0 15px 0 10px !important;
    font-weight: bold;
}
.hooks-main{
    cursor:pointer;
}
.right-drop-menu{
    position: absolute;
    right: 0;
    max-height:500px !important;
}
.right-drop-menu > ul > li > ul.dropdown-menu {
    min-width:40px;
    /*width:54px;*/
}
.right-drop-menu > ul > li > ul.dropdown-menu > li > a.fa-refresh,
.right-drop-menu > ul > li > ul.dropdown-menu > li > a.fa-pencil-square-o {
    font-size: 38px;
}
.right-drop-menu > ul > li > ul.dropdown-menu > li > a.updatePreview {
    font-weight: bold;
}
.right-drop-menu>ul{
    margin-left:0px;
}
.modal-lg > .modal-content > #alertText {
    text-align:center;
}
#cropItemContainer{
    display: inline-block;
}
#preview_file{
    opacity: 0;
    width:1px;
    height:1px;
}
#twk_wait{
    display:none;
    margin-bottom: 50px;
    margin-top: 50px;
}
.modal-content > #alertText > ul.dropdown-menu {
    margin-left: 20px;
    margin-top: -20px;
}

div.loginDrop {
    margin-left: -90px;
    width: 250px;
}
#loginform button {
    width: 100%;
    font-weight: bold;
    /*text-align: center;*/
}
#loginform .other-login {
    margin-top: 10px;
}

.modal-content {
    border-radius: 0px !important;
    color: #333333;
}
#pageModalBody > div.alert,#alertText > div.alert{
    margin:0;
    position: absolute;
    min-width: 100% !important;
}
#pageModal{
    overflow-y: auto;
}
.item-details {
    margin: 0 !important;
    min-width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;

}
.item-details-navhead {
    font-size: 26px;
    height: 48px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*max-width: 70%;*/
}
.item-details > .modal-content {
    height:100%;
}
.item-details-modal{
    overflow: hidden;
    padding-right: 1px !important;
}
.item-details-modalWithBasket {
    height:calc(100% - 72px);
} 



.item-details > .modal-content > .row{
    margin-top: 49px;
    height:calc(100% - 49px) !important;
}
.item-details > .modal-content > .alert-dismissable {
    margin-top:48px;
}
.item-details > .modal-content > .row > div{
    height:100%;
}
.item-details > .modal-content > .row > div:first-child {
/*
    padding-right: 0px;
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
*/
}

.item-details > .modal-content > .row > div:nth-child(n+2) > h2,
.item-details > .modal-content > .row > div:nth-child(n+2) > h3 {
    margin-top: 10px;
    overflow: hidden;
    white-space: normal;
    font-size: 25px;
    width: 99%;
    margin-left:10px;
}

.item-details > .modal-content > .row > div:nth-child(n+2) {
    border-left: solid 1px #dddddd;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left:0px;
    /*padding-right:0px;*/
}
.item-details > .modal-content > #pageModalFields > .modal-footer {
    display: none;
}
.item-details-left {
    position:absolute;
}
.item-details-preview{
    height: 100%;
    justify-content: center;
    align-items: center;
    display: -webkit-box;     /* old Android */
    display: -webkit-flex;    /* Safari etc. */
    display: -ms-flexbox;     /* IE10        */
    display: flex;
}
.item-details-preview > img,
.item-details-preview > video,
.item-details-preview > audio {
    max-width: 600px;
    max-height: 600px;
    min-height: 40px !important;
}
.item-details-preview > video-js.ooyala-player {
    -webkit-flex-basis: 600px;
    -ms-flex-basis: 600px;
    flex-basis: 600px;
    width: 600px;
    height: 337.5px;
}
.col-md-3 {
    width: 22%;
}
.tt-dropdown-menu{
    background-color: #ffffff;
    color:#000000;
    width:100%;
    height:200px;
    overflow:auto;
}
.tt-suggestion{
    font-size: 14px;
}
.tt-suggestion:hover {
    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    color:#262626;
    text-decoration: none;
    cursor: pointer;
}

.btn-sm {
    margin-top:-5px;
    color:#333333;
}


.dark-black {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}
#item-details-page.dark-black {
    overflow: hidden;
    padding-bottom: 20px;
}

.popover {
    max-width: 676px;
    top: -20px !important;
}
.popover > h3.popover-title {
    color:#333333;
}
.popover.right > .arrow {
    margin-top:-120px !important;
}
.popLargePreview{
    cursor:pointer;
}
.thumbnail a > i
{ max-width: 100%;
  height: 70px;
  width:30px;
  content: "\f053";
}

.invoice-thumb {
    width: 200px;
}

.nav-tabs > li > a {
    color: #FFFFFF;
}

.chops-nav {
    font-size: 40px;
    width:35px;
    margin: 30px;
}

.checkUncheckBtns {
    position:fixed;
    z-index:100;
    /*width:100%;*/
    top:350px;
}



.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}
.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}
.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #e8e8e8;
    position: relative;
}

.jspDrag
{
    background: #d8d8d8;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}


* html .jspCorner {
    margin: 0 -3px 0 0;
}

.colour-dark-black .me-item .tool-list > li > a {
    color: #FFFFFF;
    border: 0px solid #D8D8D8;
}

.colour-dark-black .me-item .tool-list li a:hover {
    color: #00feee;
}
.media-body code {
    background-color: #333333;
    color: #ffffff;
}
.breadcrumb-wrapper .label,
.breadcrumb-wrapper .breadcrumb ,
.breadcrumb-wrapper .breadcrumb .active {
    color: #ffffff;
}

.breadcrumb-wrapper .breadcrumb li a {
    color: #CC0000;
}


.tab-navigation{
    width:25px;
    height:30px;
    margin-top: 14px;
    cursor: pointer;
}

.tab-navigation:hover{
    color: #00feee;
}
.chop-tabs {
    margin-bottom:10px;
    height:365px;
    overflow:auto;
}
.tab-content > .active {
    width:100%;
}

ul.list-heads {
    width:100%;
    color:#ffffff;
    margin-left:0px;
    padding-left:0px;
    text-align: left;
    overflow-x:hidden;
    overflow-y: hidden;
}
li.collection-head,li.listFieldhead {
    border-bottom: solid 2px #00feee;
    cursor: pointer;
    float:none;
    padding-left: 5px;
    width: 100%;
}
li.menu_basket{
    display:none;
}
li.menu_search{
    display:none;
}
div.col-lg-8 > h4 > div {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    width: auto;
}

.a-yellow ,
.control-label > a,
.colour-dark-black .info > div > a,
.colour-dark-black .info > div > ul > li > a{
    color: #00feee
}
.colour-dark-black .info > ul > li > a ,
.colour-dark-black .info > p > strong {
    font-size:24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.colour-dark-black .info > p > strong > a > strong{
    color: #FFFFFF;
}
.colour-dark-black .info > div > p > a, .colour-dark-black .info a {
    color: #00feee;
    font-weight: bold;
    font-size: 14px;
}
div.divider-div {
    background-color: #e9e9e9;
    height: 1px;
    margin-top: 9px;
    margin-bottom:15px;
    overflow: hidden;
}
div.dz-message {
    background-color: #eee;
    color: #333333;
    padding-bottom: 48px;
    padding-top: 48px;
    border-radius: 6px;
    text-align: center;
}
div.dz-message>span {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    font-size: 63px;
}
#optBtns,#optBtns > li > a {
    line-height: 10px !important;
}
#optBtns > li.form-group{
    margin-right:10px;
}
.modal-body > .cat-collections > div.media:hover {
    background-color: #00feee;
    cursor: pointer;
}
.modal-custom-body > .modal-content > #alertText {
    box-sizing: content-box;
    max-height: 450px;
    min-height: 400px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 3px;
    max-width: 565px;
}
.modal-footer {
    clear: both;
}

button.full-name{
    text-align:left;
    border:0px !important;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.red-button{
    background-color: #ff0000 !important;
}

div.fieldsBtn, div.groupBtn{
    min-width:40px;
    height:30px;
    padding-top:8px;
    cursor:pointer;
    padding-left:5px;
    padding-right:5px;
}
ul.dropdown-addons {
    margin-left:-40px;
    text-align: left;
    overflow-x:hidden;
    overflow-y: auto;
    max-height:250px;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 20px;
    padding: 10px;

}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.fa-stack-search{
    color: #3c763d !important;
    font-size: 40px;
    top: -10px;
}
.fa-stack-top {
    top: -25px;
}
/* Added for #07832 */
.fa-star.comp {
    color: red;
    font-size: 14px;
}
.help-block {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
}
/* end for #07832 */

p a {
    color: #cc0000;
}
p a strong,
.a_white_strong{
    color: #ffffff;
    font-weight: bold;
}

/* Added for #07866 */
.back-button {
    float: right !important;
    min-width: 65%;
}
/* end for #07866 */

/* START menu/me.me pages */
.tab_li_active {
    text-decoration: none;
    background:#d8d8d8;
    font-weight: bold;
}

.tab_li {
    background: none repeat scroll 0 0 #f0f0f0;
    font-weight:normal;
    text-decoration: bold;
}
.simpleTabsContent .client_option_value{
    width:250px;
    color: #555555;

}
.simpleTabsContent label{
    width:250px;
    clear:both;
    float:none;
    font-family:Verdana,sans-serif;
    font-size: 12px;
    font-weight:bold;
}
form#client_option_fields {
    padding: 0 0 100px 0;
}
#client_option_fields ul {
    padding: 0;
    height: 40px;
}
#client_option_fields li {
    float: left;
    margin: 0 1px 10px 0;
}
#client_option_fields li a {
    padding: 10px;
}
.fa-drive:before {
    display: block;
    content: "";
    width: 18px;
    height: 15px;
    background: transparent url('/images/lam6/drive.png') no-repeat;
    background-size: 16px;
    margin-left: -2px;
}
/* END menu/me.me pages */

#div-basket-right {
    cursor:pointer;
    float:right;
    border: solid 0px green;
    font-size: 10pt;
    font-weight:bold;
    display:block;
    text-align: center;
    vertical-align: middle;

}
.menu-admin-button {
    color:#333;
    margin-bottom: 5px;
}

.menu-admin-textbox {
    width:250px;
    height: 24px;
    color: #555555;
    float: left;
    margin-bottom: 2px;
}

.chops .hooks >span.fa-stack {
    line-height:0em;
}
.info-body .filter {
    color: #555555;
}
.info-body, .info-body a {
    color: #ffffff;
}
.info-body .filter label{
    width: 150px;
    color: #ffffff;
}

.table_padding-5 tr > td {
    padding:2px 20px 0px 2px ;
}
.highlightY {
    background:yellow;
}

.info div > p > strong,
.info-body div > strong [style]{
    color: #00feee !important;
}

/* Homepage feature albums. mini_sample.tpl */
.sample-album-box {
    height: 382px;
    width: 382px;
    background-repeat: no-repeat;
    background-position: top center;
    border: 4px solid #333333;
}

.sample-album-container.row{
    margin: 0 auto;
}
.sample-album-descrip {
    display: none;
}
.sample-album-text {
    width: auto;
    max-width: 620px;
    margin: 0 auto 30px auto;
}

div.media {
    margin-top:20px !important;
    max-height: 65px;
    margin-left:5px;
}
.media-body, media-left, .media-right {
    display: block;
    vertical-align: top;
}
.media-body {

    text-align: left;
}
.media-body > h4{
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: pre-line;
    max-width: 90%;
    float:left;
}
#user_albs > .media > .media-body,
#def_albs > .media > .media-body {
    display: inline !important;
}
#user_albs > .media > .media-body > h4,
#def_albs > .media > .media-body > h4 {
    white-space: nowrap !important;
    float:none !important;
}
#selectedFiles > div.media-body {
    padding-top:25px;
}
.media-body > h5{
    clear:left;
    margin-top: 5px;
}
.media, .media-body {
    overflow:hidden;
    max-width:97%
}
.media-left, .media > .pull-left {
    padding-right: 0px;
}
.media-heading {
    margin-bottom: 0px;
    margin-top:0;
}
.media > .pull-left {
    margin-right: 10px;
}
.cat-collections > .media > .media-body {
    width: auto;
}
div#def_albs > div.media {
    width:100%;
    float:left;
    margin-right:10px;
    height:65px;
    min-width: 300px;
    clear: left; 
    border: 1px solid #ccc; 
}
div#def_albs > div.media:hover {
    background-color: #e8e8e8;
}
.progress-striped {
    width:85%;
    margin-top:10px;
    margin-bottom:0px;
    float:left;
}

.cancelFileUpload {
    float:right;
    margin-top:-10px;
}
div.dropdown-menu > div.input-group > span {
    display: inline;
    float: left;
    height: 34px;
    padding-top: 8px;
    width: 35px;
    border-radius: 0px;
}

div.dropdown-menu > div.input-group > span.new-expiry {
    display: table-cell;
    float: none;
}

ul.light-background {
    padding-top:20px;
    margin-bottom: 20px;
}

ul.light-background > li > a {
    color:#333333;
    cursor:pointer;
}

ul.light-background > li > a.menu-active {
    font-weight: bold;
    background-color: #d8d8d8;
}

ul.light-background > li > a.menu-active:hover {
    color:#eeeeee;
}

ul.light-background > li > a.popup-menu:hover {
    border-bottom: 0px;
}

.collapse.in {
    height: auto;
    overflow: visible;
}

.panel-group .panel {
    overflow: visible;
}
ul.nosearch{
    display:none !important;
}
li.nosearch{
    display:none;
}
div.top-home-title {
    display: none;
}
ul.user-menu > li > a > small{
    font-size: 100%;
}

.carousel-control > .fa-caret-right {
    font-size: 40px;
}

.carousel-control > .fa-caret-left {
    font-size: 40px;
}

.fa-shopping-cart:before {
    content: "\f291" !important;
}

.btn span.caret {
    float: right !important;
    margin-top: 10px;
}

@-moz-document url-prefix() {
    .btn span.caret {
        margin-top: 7px !important; /* margin-top: -10px !important; */
    }
}
span.twitter-typeahead{
    width:100%;
}
input.search-input-keyword {
    height: 36px;
    /*min-width:275px;*/
    background-color: #fff !important;
}
ol.carousel-indicators > li, ol.carousel-indicators > li.active {
    height: 15px;
    width: 15px;
    margin: 0 1px;
}
.icons-bar > span > i.fa-trash-o , .icons-bar > span > a.fa-recycle {
    color:#ffffff;
    font-size: 21px;
}
.list-group-item-heading {
    color: #000000;
}
.list-group-item-grey {
    background-color: #f8f8f8 !important;
}
input.form-number {
    border: 1px #cccccc solid !important;
}
div.lookup-list{
    background: none repeat scroll 0 0 ;
    overflow: visible; 
    z-index: 11;
    padding-bottom: 0px !important;
}
div.selkeyword{
    word-wrap: break-word !important;
    display: table;
    width: 100% !important;
}
span.lookup-items,span.mc_search {
    font-size: 14px;
    margin: 3px; 
    display:inline-block;
}
div.sel-lookup-items,div.sel-albums {
    /*padding:2px; 
    padding-bottom: 5px; 
    */
    padding:1px;
    width: 100%;
}
#lookup-list .tt-dropdown-menu {
    padding-left: 12px;
    min-height: 200px;
    max-height: 750px;
}
#lookup-list .search_faceted_head { /* faceted search - field title */
   background-color: #d8d8d8;
   font-weight: bold;
   margin-right: 0px;
   margin-left: -11px;
   padding: 1px 1px 1px 10px;
}
.modal-med {
    width: 500px;
}
.cat-collections {
    max-height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
}
.dynamic-select-container{
    padding-left: 10px;
    max-width: 575px;
}
.dynamic-select-container > ul {
    float:left;
}
#mini_collectionList, #mc_cat_list2 {
}
#mini_collectionList .input-group, #mc_cat_list2 .input-group, #lightboxList .input-group {
    padding: 0;
    min-width:222px;
}
#mini_collectionList.dropdown-menu, #mc_cat_list2.dropdown-menu, #lightboxList.dropdown-menu {
    padding: 5px 0 0 0;
}
.search_cols_contain{  
    float:right;
}
.scrollToggle {   
    bottom: 0;
    margin-right: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-weight: bold;
    display:none;
}
.color333 {
    color: #333333;
}
ul.albumList > li > span.badge {
    float:none;
    margin-left:20px;
}
.files_selected,.files_uploaded {
    box-shadow: none;
    color:#333333;
}
.files_selected > li > .badge,
.files_uploaded > li > .badge {
    cursor: pointer;
    margin-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 15px;
}

.files_uploaded > li > .progress-striped {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}
.files_uploaded > li > .progress-striped {
    margin-top: 3px !important;
}
.files_uploaded > li > .progress-striped {
    display: inline-block;
}
.modal-body > .files_selected > li > .progress-striped {
    display: none;
}
.files_uploaded > li {
    padding: 5px 15px;
}
.files_uploaded > li.uploading {
    height: 65px;
}
.modal-body > .files_selected > li.uploading {
   height: auto;
}
.no_select {
    border:0px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #999;
}
.category_sample {
    margin-left:15px;
}
.featured-cat {
    display:none;
}
#invalidFiles > div.list-group-item {
    text-align: left;
}
#invalidFiles > div.list-group-item > .cancelFileUpload {
    margin-top: -15px;
}
span.basket-items-container > img {
    cursor: pointer;
}
#lookup-list > .twitter-typeahead {
    margin-bottom: 0x;
    margin-left: 0px;
}
#carousel-captions {
    z-index: 8;
}
div.adv-fields,div.adv-groups {
    z-index: 9;
}
ul.object_tabs > li {
    float: none;
}
/*.deliveryOps {
    display: none;
}*/
h3.h3_label {
    margin-top: 4px;
    height: 20px;
    margin: 0 20px 0 15px;
}
.remove_lookup_items,.remove_mc {
    margin-left: 10px;
    cursor: pointer;
}
.prefetch {
    float:left;
}
span.manage-lookup {
    padding-top:0px !important;
    max-width: 15px;
}
span.manage-lookup > button.btn-default {
    max-width: 20px !important;
    min-width: 40px;
    border: solid 1px #ccc;
}
span.show_public {
    display: none !important;
}
span.show_private {
    display: inline-block !important;
}
table select, table input {
    color: #333;
}
.ritem select, .simple-page input {
    color: #333;
}
   
#lookup-items-ellipsis {
    white-space: nowrap; 
    max-width: 12em; 
    overflow: hidden;
    text-overflow: ellipsis; 
    float: left;
    text-align: left;
}
.imageFooter {
    font-size: 12px;
    font-style: italic;
}
#item_update_history > h5 {
    line-height: 1.2 !important;
    font-size: 14px;
}
.report-container {
    width: auto;
    padding: 0 10px 0 10px;
}

#search-layout-ellipsis {
    display: block;
    margin-bottom: 7px; 
    white-space: nowrap;
    max-width: 19em; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.group-license-out{
    color: #80808d;
}
.div_license .lbl_license {
    width:170px;
    text-align: left;
}
.div_license {
    background-color: #CCCCCC; 
    color:#333333;
}
.order_item {
    height:60px;
    margin-right:0px; 
    margin-bottom:5px; 
    width:291px;
}
.badge_icon {
    /*background: #555555 none repeat scroll 0 0;*/
    padding-left:7px;
    width: 23px;
    height: 23px;
}

#edit_help_icon{
    border: solid 0px green;
    font-size: 1.2em;
    padding-left:5px;
}

.edit_help_text{
    min-width: 200px;
    padding: 10px;
    position:absolute;
    left:0px;bottom:0px; 
    background-color: #eeeeee; 
    z-index: 1;
}
.carousel-search-text {
    display: none;
}

/* MATRIX CSS*/
.price_matrix_row {
    min-width: 600px;
    background-color: #ffffff;
    height:600px;
    display:block;
    overflow-y:auto;
}
.matrix_tbl_sub{ 
    margin-left: 5%;
    min-width: 500px;
    min-height: 50px;
}
.matrix_row {
    border-bottom: 1px solid grey;
}
.btn-default-matrix{
    background-color: #ffffff; 
    width:250px;
    min-width:200px; 
    height:30px;
    text-align: left;
    margin-bottom:-10px;
}
.btn-matrix-order {
    min-width:200px;
    width:450px;
}
.matrix_ul{
    margin-left:-40px;
    text-align: left;
    overflow-x:hidden;
    overflow-y:auto;
    max-height:550px;
}

.matrix_input {
    width: 150px;
    height: 30px;
    padding: 6px 0px;
    color: #333;
    border: 1px solid #ccc;
}
.icon_matrix {
    color:grey;
    position: relative;
    top:-5px;
    margin-left: 5px;
}

.matrix-details-item {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}
.matrix-details-item .text-left {
    float: left;
    padding: 10px 10px 0 0;
}


.matrix-details-data {
    float: left;
    min-width: 300px;
}

.matrix-details-price {
    float: right;
}

.fa-trash-o {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.matrix_category {
    border-radius: 4px;
    margin-bottom: 10px;
}
#matrix_details_sub {
    padding:15px; 
    margin-right:50px; 
    border: solid 1px grey; 
    width: 300px;
}

.div_level {
    padding-left:15px; 
    padding-top:15px;
    border: solid 0px green; 
}
#matrix_details_sub > div{
    font-weight:700;
    padding-top:20px;
}
.create_publish_preview:before {
  content: "\f08e";
}

#lightbox-share-links {
    min-height: 120px;
}

._hp049 {
    display: none !important;
}
._sbgx4._1lnko {
    display: none !important;
}

/* LAM-1221: Research adding video to homepage slideshow */
.carousel-inner > .item > .item-video-wrapper {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel-inner > .item > .item-video-wrapper > .item-video-container > .innerWrapper video {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 1 !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.carousel-inner > .item > .item-video-wrapper > .item-video-container > .innerWrapper .oo-interactive-container {
    display: none;
}
.oo-state-screen-title {
    display: none;
}

.item.active.video-on-homepage {
    max-height: 100%;
}
.carousel-inner {
    height: 100%;
}
.carousel-inner > .item > .item-video-wrapper {
    height: 100%;
}
.carousel-inner > .item > .item-video-wrapper > .item-video-container {
    height: 100%;
}
/* LAM-1643: Brightcove: Homepage Slideshow player */
.full-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.full-bg .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.full-bg .vjs-tech {
    object-fit: cover;
}
.item.active.video-on-homepage > .item-video-wrapper > .full-bg > .video-js > .vjs-control-bar {
    visibility: hidden !important;
}

/* LAM-1160 Google Vision */
a.btn-keyword {
    margin-right: .5em;
    border-radius: .25em;
    padding: .2em .6em .3em;
    min-width: auto !important;
    background-image: none !important;
    font-weight: bold;
    margin-bottom: .4em;
}
div.row.prop-name.google-vision {
    display: none;
}
.dynamo_user_approve:before {
     content: "\f007";
}
.fa-comment:before {
     content: "\f075";
     font-size: 0.75em; 
}

.div_comment {
    position: relative; 
    height: 60px;
}
.div_comment > div {
    position:absolute; 
    text-align: center;
    font-size: 3em;
    padding-top: 7px;
    width: 60px;
    height: 62px;
}
.comment > .badge_round {
    margin-top: -55px; 
    color: white; 
    border-radius: 100%; 
    background: rgb(0, 168, 233) none repeat scroll 0% 0%; 
    position: relative; 
    margin-left: 32px; 
    font-size: 14px; 
    width: 25px; 
    height: 25px; 
    padding-top: 2px ;
    display:none;
}

span.showTool > ul.dropdown-menu {
    height: 210px;
    overflow-y: auto;
}

/* LAM-1724 Brightcove watermark */
.video-js .vjs-overlay {
    color: #fff;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    text-align: center
}
.video-js .vjs-overlay-no-background {
    max-width: 33%
}
.video-js .vjs-overlay-background {
    padding: 10px;
    width: auto;
    height: auto;
}
.video-js .vjs-overlay-top-left {
    top: 5px;
    left: 5px
}
.video-js .vjs-overlay-top {
    left: 50%;
    margin-left: -16.5%;
    top: 5px
}
.video-js .vjs-overlay-top-right {
    right: 5px;
    top: 5px
}
.video-js .vjs-overlay-right {
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}
.video-js .vjs-overlay-bottom-right {
    /*bottom: 3.5em;*/
    bottom: 5px;
    right: 5px
}
.video-js .vjs-overlay-bottom {
    bottom: 3.5em;
    left: 50%;
    margin-left: -16.5%
}
.video-js .vjs-overlay-bottom-left {
    bottom: 3.5em;
    left: 5px
}
.video-js .vjs-overlay-left {
    left: 5px;
    top: 50%;
    transform: translateY(-50%)
}
.video-js .vjs-overlay-center {
    left: 50%;
    margin-left: -16.5%;
    top: 50%;
    transform: translateY(-50%)
}
.video-js .vjs-no-flex .vjs-overlay-left, .video-js .vjs-no-flex .vjs-overlay-center, .video-js .vjs-no-flex .vjs-overlay-right {
    margin-top: -15px
}
.watermark-on-video {
    width: 100px;
    height: 100px;
    opacity: 0.6;
}
.video-js .vjs-endscreen-overlay-content {
    display: none;
}
.video-js .vjs-endscreen-overlay-buttons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-js .vjs-endscreen-overlay-buttons .vjs-control {
    font-size: 6em;
    line-height: 1;
    margin: 0;
    width: auto;
    height: auto;
}
.signature{
    width: 100%;
}
.signature > textarea {
    height: 200px ;
    margin-top: 20px;
    margin-bottom: 20px;
}
.signature > button {
    width: 170px;
    height: 35px;
}
.a_disabled { /* will disable click event from the hyperlink */
    pointer-events: none;
    cursor: default;
    background: #e0e0e0 !important;
}

#top .ctxUnderline {
    border: none;
}

.missing-to-mc {
    padding-top: 10px;
    margin-left: 5px
}
.missing-data-mc-select {
    display: inline-flex;
    padding: 5px 0 !important;
}
.missing-data-mc-select label {
    font-size: 14px;
    font-weight: normal;
}
.search-text-small {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
}

#abn-modal p a.abn_name_result {
    color: #000;
}
#abn-modal p a.abn_name_result:hover {
    color: #009200;
}

.cookie-popup {
    position: fixed;
    z-index:2000; 
    padding: 10px; 
    background: #d8d8d8;
    font-size: 20px;
    border: solid 2px black;
    width:100%; 
    bottom: 100px;
    color:#333;
    text-align: center;
}
.cookie-popup-heading {
    font-size: 26px;
    font-weight: bold;
}
.cookie-popup-buttons {
    padding: 10px 0;
    height: 60px;
}
.cookie-popup-buttons a, .cookie-popup-buttons button {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.cookie-popup-buttons button {
    vertical-align: inherit;
}


