html {
    overflow: hidden;
}

html body {
    font-size: 14px;
    font-family: "Arial", 'PT Sans', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
    color: #686D71;
    position: absolute;
    -ms-overflow-style: scrollbar;
}

img {
    border: 0 none;
}

iframe {
    /*width: 0;
	height: 0;
	border: 0;
	position: absolute;
	left: -9000px;*/
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}


/* helpers */

.clr {
    font-size: 0;
    line-height: 0;
    clear: both;
    height: 0;
}

.bR4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bSi {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3) inset;
}

.test {
    position: absolute;
}

.cache {
    height: 0;
    width: 0;
    margin-left: -290%;
}


/* general */

input:focus {
    /*box-shadow: 0 0 3px 1px rgba(153, 255, 255, .9);*/
    /*box-shadow: none!important;*/
}

input::-ms-clear {
    display: none;
}

input[type="time"]::-webkit-clear-button,
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="file"] {
    /*display: none;*/
    -webkit-appearance: none;
}

.popup.login {
    display: none;
}

.popup.visible {
    display: block;
}

.popup.visible .popupMask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 1000;
}

.popup.visible .popupBox {
    position: absolute;
    margin-top: 10px;
    right: 0;
    padding: 30px;
    background-color: #fff;
    z-index: 1001;
}

.popup .pClose {
    position: absolute;
    left: 5px;
    height: 20px;
    width: 20px;
    background: url(../img/closeRound.png) no-repeat center;
    cursor: pointer;
}

.popup .pMsgArea {
    margin: 15px 0;
    padding-left: 50px;
}

.popup .loginBox .fields label input,
.popup .loginBox .fields label select {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    width: 230px;
    margin-bottom: 15px;
}

.popup .loginBox .fields .select-languages-container {
	margin-bottom:10px;
}

.popup .loginBox .fields .register-Languages {
    border: 1px solid #cbcbcb;
	padding: 0 6px;
}

.popup .loginBox .fields .register-Languages span {
	color: #000;
}

.popup .loginBox .fields .register-Languages input[type="checkbox"]+span:before {
	border: 1px solid #cbcbcb;
}

.popup .loginBox .fields .register-Languages input[type="checkbox"]:checked+span:before {
	background: url(../img/explicitTrue.png) no-repeat 2px 4px;
}

.popup .loginBox .actions input[type="submit"],
.popup .loginBox .actions input[type="reset"] {
    outline: none;
}

.popup .loginBox .actions input[type="submit"]:focus,
.popup .loginBox .actions input[type="reset"]:focus {
    outline: none;
}

.popup .loginBox form .rec {
    display: none;
}

.popup .loginBox.recover .log,
.popup .loginBox.recover .eml {
    display: none !important;
}

.popup .loginBox.recover .rec {
    display: block;
}

.popup .loginBox.recover .actions .rec {
    display: inline;
}

.popup .loginBox.recover .actions #resetPass {
    display: none;
}

.popup .loginBox.recover .eml {
    height: 56px;
}

.popup .loginBox .dne {
    display: none;
}

.popup .loginBox.done .actions>* {
    display: none !important;
}

.popup .loginBox.done .dne {
    display: inline !important;
    padding: 0 15px;
}

.popup .loginBox a {
    text-decoration: none;
    color: inherit;
}

.popup .loginBox a:hover {
    text-decoration: underline;
}

.loginBox .msg,
.changePasswordModal__section .msg {
    /*text-align: center;*/
    color: red;
    min-height: 20px;
}

.done.loginBox .msg {
    color: inherit;
}


/*main containers */

.leftCol,
.rightCol {
    height: 99%;
    width: 3%;
    margin-left: -3%;
    top: 10px;
    position: fixed;
    border-right: 1px solid #cbcbcb;
    z-index: 501;
    background-color: #fff;
}

.rightCol {
    border-right: none;
    margin-left: auto;
    right: 0;
    border-left: 1px solid #cbcbcb;
    z-index: 501;
}

.tWrap {
    position: fixed;
    background-color: #fff;
    right: 0;
    left: 0;
    /*padding-left: 3%; not used for v3.4*/
    /*padding-right: 3%; not used for v3.4*/
    z-index: 1000;
    /*margin-top: -1px;*/
    /*padding-top: 10px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0px;
}

.wrap {
    margin-top: 0;
    /*min-height: 98%;*/
    text-align: justify;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/ajax-loader.gif) no-repeat center;
    z-index: 10;
}

.wrap .view {
    /*padding: 0 40px;*/
    padding: 0 0 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
}


/* top area */

.top {
    /*border: 1px solid #cbcbcb;*/
    /*background-color: #b3e8e1;*/
    /*z-index: 150;
	position: relative;*/
    /*z-index: 1;*/
    position: absolute;
    padding-right: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
}

.top .tRight {
    float: right;
}

.tWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #333;
}

.drop .pad li {
    white-space: nowrap;
}

.top li.active,
.top .viewSel .active {
    background-color: #c6cbd0 !important;
    box-shadow: 0 0 10px rgba(40, 40, 40, .5) inset !important;
    color: #fff !important;
}

.drop {
    float: left;
    position: relative;
    overflow: hidden;
}

.drop .lbl+li {
    position: relative;
}

.drop li a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.drop.inline li {
    float: left;
}

.drop .lbl:after,
#openAssets a:after,
.channels:after {
    content: url(../img/arrow.png);
    display: inline;
    padding-left: 10px;
}

.drop .lbl {
    background-color: inherit;
    color: inherit;
    box-shadow: inherit;
    padding-right: 0;
    cursor: pointer;
    height: 36px;
}

.drop.inline .lbl {
    display: none;
}

.drop.inline .pad {
    border: none;
    position: relative;
}

.drop .pad {
    border: 1px solid transparent;
    background-color: #FdFdFd;
    position: absolute;
    /*z-index: 150;*/
}

.drop.active .pad {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}

.drop.active {
    overflow: visible;
}

.drop.active .pad {
    border: 1px solid #cbcbcb;
}

.drop.channels .pad li {
    padding-left: 30px;
    background: url('../img/navCheck.png') no-repeat 5px center;
}

.drop.channels .pad li.active {
    background: url('../img/navCheck2.png') no-repeat 5px center #fff !important;
    color: #686D71 !important;
    box-shadow: none !important;
}

.drop.channels .pad li:hover {
    color: #686D71 !important;
    box-shadow: 0 0 10px rgba(40, 40, 40, .5) inset !important;
}


/* view selector */

.top .viewSel,
.actBar .viewSelItems,
.actBar .viewSel {
    height: 27px;
    /*border: 1px solid #CBCBCB;*/
    float: left;
    /*margin: 3px 6px;*/
    right: 185px;
    top: 6px;
    overflow: hidden;
}

.actBar .viewSelItems button {
    position: relative;
}

.actBar .viewSelItems button svg {
    top: 0;
    left: 0;
}

.actBar .viewSel div {
    position: relative;
}

.actBar .viewSel div svg {
    position: absolute;
    left: 0;
}

.actBar .viewSelItems {
    margin-right: 20px;
}

.actBar .viewSelItems {
    right: 0;
    top: 0;
}

.actBar .viewSelItems,
.actBar .viewSel {
    position: initial;
}

.viewSelItems button,
.viewSel div {
    margin-right: 4px;
    border: none;
    float: left;
    width: 25px;
    height: 25px;
    background-color: #fff;
    cursor: pointer;
    /*border-top: 1px solid;*/
    /*border-bottom: 1px solid;*/
    /*border-right: 1px solid;*/
    /*border-color: #cbcbcb;*/
    /*background-image: url(../img/button_view_selection.png) !important;*/
    /*background-image: url(../img/items2.png) ;*/
    background-repeat: no-repeat;
    background-position: 3px center;
    background-position: none !important;
    border-radius: 9%;
    box-shadow: 0 2px #FFFFFF;
}

/*.viewSelItems button:active,*/
/*.viewSelItems button:focus,*/
/*.viewSel div:focus,*/
/*.viewSel div:active {*/
/*    box-shadow: 0 0 #FFFFFF;*/
/*    transform: translateY(2px);*/
/*    !*opacity: 0.5;*!*/
/*}*/

/*.viewSelItems [data-imgView="imageList2Items"],*/
/*.vertical-aline-blockForViewImg [data-imgView="imageList2Items"] {*/
/*    background-image: url(../img/items2.png) !important;*/
/*}*/

/*.viewSelItems [data-imgView="imageList2Items"].active,*/
/*.vertical-aline-blockForViewImg [data-imgView="imageList2Items"].active {*/
/*    background-image: url(../img/items2fone1.png) !important;*/
/*    background-position: -1px 0px;*/
/*}*/

/*.vertical-aline-blockForViewImg [data-imgView="imageTableItems"] {*/
/*    background-image: url(../img/itemsTable.png) !important;*/
/*}*/

/*.vertical-aline-blockForViewImg [data-imgView="imageTableItems"].active {*/
/*    background-image: url(../img/itemsTablefone1.png) !important;*/
/*    background-position: 0px 0px;*/
/*}*/

.imageList4Items {
    background-image: url(../img/items2.png) !important;
}

.imageTableItems {
    background-image: url(../img/items2.png) !important;
}

/*.imageList2,*/
/*.imageList3Items {*/
/*    background-image: url(../img/items3.png) !important;*/
/*    position: relative;*/
/*}*/

/*.imageList2.active,*/
/*.imageList3Items.active {*/
/*    background-image: url(../img/items3fone.png) !important;*/
/*}*/

/*.imageList2:after,*/
/*.imageList3Items:after {*/
/*    clear: both;*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    border: 3px solid #fff;*/
/*}*/

/*.imageList3,*/
/*.imageList5Items {*/
/*    background-image: url(../img/items5.png) !important;*/
/*    position: relative;*/
/*}*/

/*.imageList3:after,*/
/*.imageList5Items:after {*/
/*    clear: both;*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    border: 3px solid #fff;*/
/*}*/

/*.imageList3.active,*/
/*.imageList5Items.active {*/
/*    background-image: url(../img/items5fone.png) !important;*/
/*    !*background-position: -98px 7px !important;*!*/
/*}*/


.viewSelItems button:first-child,
.viewSelItems div:first-child,
.viewSel button:first-child,
.viewSel div:first-child {
    border-left-width: 1px;
    /*border-left-style: solid;*/
    /*border-radius: 3px 0 0 3px;*/
}

/*
.viewSelItems button:last-child,
.viewSelItems div:last-child,
.viewSel button:last-child,
.viewSel div:last-child {
    border-radius: 0 3px 3px 0;
}
*/

.viewSelItems .imageList,
.viewSel .imageList {
    /*background-position:7px 7px;*/
}

.viewSelItems .table,
.viewSel .table {
    /*background-position: -25px 7px;*/
}

.viewSelItems .grid,
.viewSel .grid {
    background-position: -59px 7px;
}

.viewSelItems .carousel,
.viewSel .carousel {
    background-position: -98px 7px;
}

.viewSelItems .imageList.active,
.viewSel .imageList.active {
    /*background-position:7px -21px;*/
}

.viewSelItems .table.active,
.viewSel .table.active {
    /*background-position: -25px -21px;*/
}

.viewSelItems .grid.active,
.viewSel .grid.active {
    background-position: -59px -21px;
}

.viewSelItems .carousel.active,
.viewSel .carousel.active {
    background-position: -98px -21px;
}

.top .itemCount {
    float: left;
    /*margin-left: 101px;*/
    font-weight: normal;
}

.searchBlock {
    /*float: left; not used for v3.4*/
    margin-top: 3px;
    position: relative;
    height: 26px;
}

.top .searchBtn,
.search-panel .searchBtn {
    /*height: 24px;
	width: 24px;
	left: 2px;
	top: 1px;*/
    height: 31px;
    width: 31px;
    left: -3px;
    top: 5px;
    position: absolute;
    /*background: url(../img/scope.png) no-repeat 5px center;*/
    background: url(../img/search_icon.png) no-repeat 3px center;
    float: left;
    cursor: pointer;
}

.top .searchBtn,
.search-panel .searchBtn:after {
    clear: both;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 3px solid #fff;
    ;
}

.top .search {
    height: 28px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    /*width: 120px;*/
    width: 180px;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #CBCBCB;
    padding-left: 27px;
}

.top .search.filled,
.search-panel .search.filled {
    padding-right: 20px;
}

.top .clearSearch {
    display: none;
}

.top .search.filled+.clearSearch,
.search-panel .search.filled+.clearSearch {
    display: block;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../img/closeRound.png) no-repeat center;
    background-size: 16px;
    opacity: .3;
}

.top .search:focus+.clearSearch,
.top .clearSearch:hover,
.search-panel .search.filled+.clearSearch,
.search-panel .clearSearch:hover {
    opacity: 1 !important;
}

.top .logIn {
    padding: 0 10px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #4b4b4b;
}

.dropBar {
    margin: 0 3.5%;
    position: absolute;
    background-color: #fff;
    transform: translate(0, -140%);
    -webkit-transform: translate(0, -140%);
    border-bottom: 1px solid #CBCBCB;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 210;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    width: 90%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 2%;
}

.dropBar .banners {
    text-align: justify;
}

.dropBar .banners .cTile {
    vertical-align: top;
    color: #686D71;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 120px;
    height: 140px;
    border: 1px solid #DEDEDE;
    padding-top: 10px;
    margin-bottom: 10px;
}

.dropBar .banners .cTile div {
    margin: 0 10px;
    margin-bottom: 5px;
    height: 30px;
    overflow: hidden;
}

.dropBar .banners .cTile img {
    width: 80px;
    height: auto;
    box-shadow: 0 2px 4px #000;
    margin-top: 40px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.dropBar .banners .cTile.h img {
    height: 90px;
    width: auto;
    margin-top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/* dropBar */

body.hideView .view {
    display: none;
}

.showDrop .dropBar {
    transform: translate(0, -0.5%);
    -webkit-transform: translate(0, -0.5%);
}

.tWrap .dropBar .dropCon {
    height: 0;
    overflow: hidden;
}

.tWrap .dropBar .dropCon.active {
    height: auto;
    overflow: visible;
}


/* action toolbar */

.tWrap .actBar {
    height: 0;
    /*padding: 0;*/
    border: 0;
    overflow: hidden;
}

body .tWrap .actBar {
    display: block;
    background-color: #fff;
    /*height: auto;*/
    min-height: 100px;
    /*height: 100%;*/
    /*width: 100%;*/
    text-align: center;
    /*padding: 13px 27px;*/
    padding: 30px 47px 0 0;
    /*overflow: visible;*/
    /*padding-right: 10px;*/
    /*padding-bottom: 1px;*/
    padding-left: 360px;
    margin: 0 auto;
    width: 87%;
}

.actBar .drop .lbl {
    height: 25px;
    font-weight: bold;
}

.actBar .drop.toRight {
    float: right;
}

.actBar .drop.toRight .pad {
    right: 0;
}

.actBar li.tweet {
    background-position: -55px 1px;
}

.actBar li.lIn {
    background-position: -107px 1px;
}

.actBar li.email {
    /*background-position: -53px -249px;*/
    background-position: 0 5px;
    background: url(../img/mail_icon.png) no-repeat bottom !important;
}

.actBar li.eLink {
    /*background-position: -107px -249px;*/
    background-position: 0 5px;
    background: url(../img/link_icon.png) no-repeat bottom !important;
}

.actBar li.basket {
    background-position: -155px -249px;
}

.actBar li.goPay {
    background-position: -81px -238px;
}

.actBar li.flike {
    background-position: -28px 1px;
}

.actBar li.zipDown {
    /*background-position: -79px -7px;*/
    background-position: 0 5px;
    background: url(../img/mail_icon.png) no-repeat bottom !important;
}

#circulars.logged .actBar li.deleteJob {
    display: block;
}


/* common elements for view modes */

.view .tile {
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    position: relative;
    text-decoration: none;
    color: #686D71;
}

.view .tile .tData,
.view .tile .tDataForTableView{
    display: none;
}

.view .tile .tData div {
    text-align: left;
    /*background-color:#999; OLD background*/
    background-color: #fff;
    z-index: 1001;
}

.tile .opt {
    position: absolute;
    width: 20px;
    height: 20px !important;
    background: url(../img/icon_settings.gif) no-repeat center 100%;
    top: 0;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px #000;
    transition: all .2s;
    opacity: 0;
}

.tile:hover {
    z-index: 1000;
}

.wrap.table #mainview .tile:hover,
#itemsSearchConnect.table .tile:hover {
    z-index: 0;
}

.tile:hover .opt {
    opacity: 1;
}

.cTile.sel,
.wrap:not(.imageList) .tile:hover .opt {
    box-shadow: 0px 0px 9px 1px rgba(254, 78, 78, .9);
}

.tile.activeSelected,
.item.activeSelected {
    /*box-shadow: 0px 0px 9px 1px rgba(254, 78, 78, .9);*/
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.25);
}

.tile:hover,
.item:hover {
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.25);
}

.wrap.table #mainview .tile:hover,
#itemsSearchConnect.table .tile:hover,
#itemsSearchConnect.table .item:hover {
    -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.25);
}
/*.tile.sel,*/
/*.item.sel {*/
/*    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.25);*/
/*}*/

.wrap.table .tile.activeSelected {
    box-shadow: none;
}


/* view modes -  carousel mode */

.carousel .leftArr,
.carousel .rightArr {
    background: url("../img/leftArr.png") no-repeat 0 0;
    border: medium none !important;
    bottom: 40%;
    cursor: pointer;
    background-size: auto 100%;
    display: block !important;
    height: 5%;
    position: absolute;
    width: 3.5%;
    z-index: 2;
    left: 2%;
}

.carousel .rightArr {
    background: url(../img/rightArr.png) no-repeat 100% 0;
    background-size: auto 100%;
    right: 2%;
    left: auto;
}

.wrap.carousel {
    height: 98%;
    overflow: hidden;
    background: none;
    width: 100%;
}

.wrap.carousel .view {
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    perspective: 1000px;
    -webkit-perspective: 1000;
    perspective-origin: 0 50%;
    -webkit-perspective-origin: 0 50%;
    margin: 0 auto;
}

.wrap.carousel .tile {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate3d(0, 1200px, -22000px);
    -webkit-transform: translate3d(0, 1200px, -22000px);
    line-height: 0;
    box-shadow: 0 2px 10px #000;
    width: 75%;
    transition: all .4s ease-out .2s;
    -webkit-transition: all .4s ease-out .2s;
    opacity: 0;
}

.wrap.carousel .tile>video:first-child,
.wrap.carousel .tile>img:first-child {
    width: 100%;
}

.wrap.carousel .tile>video,
.wrap.carousel .tile>img {
    width: 100%;
}


/* carousel steps */

.wrap.carousel .main {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 500;
    opacity: 1;
}

.wrap.carousel .main.h_10,
.wrap.carousel .main.h_15 {
    transform: translate(-50%, 40%) scale(.2);
    -webkit-transform: translate(-50%, 40%) scale(.2);
}

.wrap.carousel .main.h_20 {
    transform: translate(-50%, 35%) scale(.3);
    -webkit-transform: translate(-50%, 35%) scale(.3);
}

.wrap.carousel .main.h_25 {
    transform: translate(-50%, 33%) scale(.34);
    -webkit-transform: translate(-50%, 35%) scale(.34);
}

.wrap.carousel .main.h_30 {
    transform: translate(-50%, 27%) scale(.46);
    -webkit-transform: translate(-50%, 27%) scale(.46);
}

.wrap.carousel .main.h_35 {
    transform: translate(-50%, 25%) scale(.5);
    -webkit-transform: translate(-50%, 25%) scale(.5);
}

.wrap.carousel .main.h_40 {
    transform: translate(-50%, 22%) scale(.56);
    -webkit-transform: translate(-50%, 22%) scale(.56);
}

.wrap.carousel .main.h_45 {
    transform: translate(-50%, 20%) scale(.6);
    -webkit-transform: translate(-50%, 20%) scale(.6);
}

.wrap.carousel .main.h_50 {
    transform: translate(-50%, 15%) scale(.7);
    -webkit-transform: translate(-50%, 15%) scale(.7);
}

.wrap.carousel .main.h_55,
.wrap.carousel .main.h_60 {
    transform: translate(-50%, 10%) scale(.8);
    -webkit-transform: translate(-50%, 10%) scale(.8);
}

.wrap.carousel .main.h_65 {
    transform: translate(-50%, 5%) scale(.9);
    -webkit-transform: translate(-50%, 5%) scale(.9);
}

.wrap.carousel .r1 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg);
    z-index: 450;
    opacity: 1;
}

.wrap.carousel .r1.h_10,
.wrap.carousel .r1.h_15 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 40%) scale(.2);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 40%) scale(.2);
}

.wrap.carousel .r1.h_20 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 35%) scale(.3);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 35%) scale(.3);
}

.wrap.carousel .r1.h_25 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 33%) scale(.34);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 35%) scale(.34);
}

.wrap.carousel .r1.h_30 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 27%) scale(.46);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 27%) scale(.46);
}

.wrap.carousel .r1.h_35 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 25%) scale(.5);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 25%) scale(.5);
}

.wrap.carousel .r1.h_40 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 22%) scale(.56);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 22%) scale(.56);
}

.wrap.carousel .r1.h_45 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 20%) scale(.6);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 20%) scale(.6);
}

.wrap.carousel .r1.h_50 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 15%) scale(.7);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 15%) scale(.7);
}

.wrap.carousel .r1.h_55,
.wrap.carousel .r1.h_60 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 10%) scale(.8);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 10%) scale(.8);
}

.wrap.carousel .r1.h_65 {
    transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 5%) scale(.9);
    -webkit-transform: translate(-50%, 0) translate3d(80%, 0, -220px) rotateY(-60deg) translate(0, 5%) scale(.9);
}

.wrap.carousel .r2 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg);
    z-index: 400;
    opacity: 1;
}

.wrap.carousel .r2.h_10,
.wrap.carousel .r2.h_15 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 40%) scale(.2);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 40%) scale(.2);
}

.wrap.carousel .r2.h_20 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 35%) scale(.3);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 35%) scale(.3);
}

.wrap.carousel .r2.h_25 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 33%) scale(.34);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 35%) scale(.34);
}

.wrap.carousel .r2.h_30 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 27%) scale(.46);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 27%) scale(.46);
}

.wrap.carousel .r2.h_35 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 25%) scale(.5);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 25%) scale(.5);
}

.wrap.carousel .r2.h_40 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 22%) scale(.56);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 22%) scale(.56);
}

.wrap.carousel .r2.h_45 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 20%) scale(.6);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 20%) scale(.6);
}

.wrap.carousel .r2.h_50 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 15%) scale(.7);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 15%) scale(.7);
}

.wrap.carousel .r2.h_55,
.wrap.carousel .r2.h_60 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 10%) scale(.8);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 10%) scale(.8);
}

.wrap.carousel .r2.h_65 {
    transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 5%) scale(.9);
    -webkit-transform: translate(-50%, 0) translate3d(150%, 0, -500px) rotateY(-75deg) translate(0, 5%) scale(.9);
}

.wrap.carousel .l1 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg);
    z-index: 450;
    opacity: 1;
}

.wrap.carousel .l1.h_10,
.wrap.carousel .l1.h_15 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 40%) scale(.2);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 40%) scale(.2);
}

.wrap.carousel .l1.h_20 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 35%) scale(.3);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 35%) scale(.3);
}

.wrap.carousel .l1.h_25 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 33%) scale(.34);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 35%) scale(.34);
}

.wrap.carousel .l1.h_30 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 27%) scale(.46);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 27%) scale(.46);
}

.wrap.carousel .l1.h_35 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 25%) scale(.5);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 25%) scale(.5);
}

.wrap.carousel .l1.h_40 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 22%) scale(.56);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 22%) scale(.56);
}

.wrap.carousel .l1.h_45 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 20%) scale(.6);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 20%) scale(.6);
}

.wrap.carousel .l1.h_50 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 15%) scale(.7);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 15%) scale(.7);
}

.wrap.carousel .l1.h_55,
.wrap.carousel .l1.h_60 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 10%) scale(.8);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 10%) scale(.8);
}

.wrap.carousel .l1.h_65 {
    transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 5%) scale(.9);
    -webkit-transform: translate(-50%, 0) translate3d(-80%, 0, -220px) rotateY(60deg) translate(0, 5%) scale(.9);
}

.wrap.carousel .l2 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg);
    z-index: 400;
    opacity: 1;
}

.wrap.carousel .l2.h_10,
.wrap.carousel .l2.h_15 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 40%) scale(.2);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 40%) scale(.2);
}

.wrap.carousel .l2.h_20 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 35%) scale(.3);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 35%) scale(.3);
}

.wrap.carousel .l2.h_25 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 33%) scale(.34);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 35%) scale(.34);
}

.wrap.carousel .l2.h_30 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 27%) scale(.46);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 27%) scale(.46);
}

.wrap.carousel .l2.h_35 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 25%) scale(.5);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 25%) scale(.5);
}

.wrap.carousel .l2.h_40 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 22%) scale(.56);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 22%) scale(.56);
}

.wrap.carousel .l2.h_45 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 20%) scale(.6);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 20%) scale(.6);
}

.wrap.carousel .l2.h_50 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 15%) scale(.7);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 15%) scale(.7);
}

.wrap.carousel .l2.h_55,
.wrap.carousel .l2.h_60 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 10%) scale(.8);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 10%) scale(.8);
}

.wrap.carousel .l2.h_65 {
    transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 5%) scale(.9);
    -webkit-transform: translate(-50%, 0) translate3d(-150%, 0, -500px) rotateY(75deg) translate(0, 5%) scale(.9);
}

.wrap.imageList .view {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    /*text-align: justify;*/
    /*text-align-last: justify;*/
    /*width: 100% !important;*/
    line-height: 50px;
    position: relative;
    /*z-index: 100;*/
    /*perspective: 5000px;*/
    /*-webkit-perspective: 5000px;*/
    /*Do not touch This font-size!*/
    font-size: 0.1px;
    word-spacing: 10px;
}

.imageList .view .tile {
    display: inline-block;
    text-decoration: none;
    line-height: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /*padding-bottom: calc(2*(1rem + 2px));*/
}


/* view modes - grid view */

.wrap.grid {
    background: none #fff;
    overflow: visible;
    height: auto;
    min-height: 98%;
}

.wrap.grid .view {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    text-align: justify;
    width: 100% !important;
    line-height: 50px;
    position: relative;
    z-index: 100;
    perspective: 5000px;
    -webkit-perspective: 5000px;
    text-align: justify;
    margin-top: -10px;
}

.wrap.grid .tile {
    width: 500px;
    display: inline-block;
    margin: 20px;
    padding: 10px;
    /*box-shadow: none;*/
    border: 1px solid #CBCBCB;
    min-height: 204px;
    vertical-align: top;
}

.wrap.grid .tile video,
.wrap.grid .tile img {
    width: 200px;
    float: right;
    border: 2px solid #CBCBCB;
}

.wrap.grid .tile.h img {
    width: auto;
    height: 200px;
}

.wrap.grid .tile .tData {
    display: block;
    text-indent: 10px;
}

.wrap.grid .tile .tData span {
    color: #000;
    display: inline-block;
    width: 150px;
    padding: 0 5px;
    white-space: nowrap;
}

.wrap.grid .tile .tData div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap.grid .tile .tData span:after {
    content: " : ";
    margin-right: 10px;
}

.wrap.grid .tile .tData div:nth-child(even) {
    background-color: #f7f7f7;
}

.wrap.grid .tile .tData div:nth-child(odd) {
    background-color: #FEFEFE;
}


/* view modes -  table mode */

#filterBox {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

#filterBox ul {
    position: absolute;
    list-style: none;
    background-color: #fff;
    border: 1px solid #CBCBCB;
    overflow: hidden;
    margin: 0;
}

#filterBox ul li {
    cursor: pointer;
    padding: 2px 5px;
    word-break: break-all;
    /*height: 32px;*/
}

#filterBox ul li:hover {
    background-color: #DDD;
}

#filterBox ul li:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
}

.filter-bar,
.tWrap .filterBar,
.tWrap #filterBarDynamic,
.sub-popup-menu .filterBarDynamic,
.popup-menu .filterBarDynamic,
.tWrap #filterBarDynamicPopup {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*border-bottom: 1px solid #CBCBCB;*/
    padding: 55px 0 0 30px;
    min-height: 36px;
}

.tWrap #filterBarDynamic {
    padding: 46px 0 0 30px;
    position: absolute;

}

.filter-bar>div,
.tWrap .filterBar>div {
    display: inline-block;
    margin: 2px;
    border-radius: 4px;
    padding: 1px;
    /*border: 1px solid #CBCBCB;*/
    cursor: pointer;
    /*background-color: #F0F0F0;*/
}

.filter-bar div,
.tWrap .filterBar div,
.tWrap #filterBarDynamic div,
.sub-popup-menu .filterBarDynamic div,
.popup-menu .filterBarDynamic div,
.tWrap #filterBarDynamicPopup div {
    display: inline-block;
    margin: 2px;
    /*border-radius: 4px;*/
    padding: 1px;
    /*border: 1px solid #CBCBCB;*/
    cursor: pointer;
    /*background-color: #F0F0F0;*/
}

.filter-bar:empty,
.tWrap .filterBar:empty {
    padding: 0;
    border: none;
}

body.expand>.wrap .tHead,
body.expand>.wrap .view .tile,
body.expand .tHead .cHead {
    cursor: col-resize !important;
}


/*.wrap .cHead,*/

.wrap.table .tData>div {
    width: 100px;
}

.wrap .tHead div:last-child {
    /*border-right: none;*/
}

.wrap .cHead.sort,
.wrap.table .mainviewForScrol .cHead.sortUp,
#itemsSearchConnect #top-pane .cHead.sort,
#itemsSearchConnect.table #top-pane .cHead.sortUp {
    background: url(../img/sort.png) no-repeat 95% center!important;
	background-color: #fff;
}

.wrap .cHead.sort.rev,
#itemsSearchConnect #top-pane .cHead.sort.rev,
.wrap.table .mainviewForScrol .cHead.sortDown,
#itemsSearchConnect.table #top-pane .cHead.sortDown{
    background: url(../img/sortRev.png) no-repeat 95% center!important;
	background-color: #fff;
}

.wrap .tHopt {
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: red;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    right: 0;
    top: 2px;
    list-style: none;
    overflow: hidden;
    background: url('../img/arrow.png') no-repeat 4px #fff;
    border: 1px solid #C6CBD0;
}

.wrap .tHopt:hover {
    box-shadow: 0 4px 10px #666;
    width: auto;
    height: auto;
    padding: 5px 0;
    top: 4px;
    right: 1.5%;
    background: #fff;
    list-style: none;
    z-index: 105;
}

.wrap .tHopt li {
    padding: 2px 15px;
    background: url('../img/navCheck2.png') no-repeat 4px center;
    background-size: 10px;
}

.wrap .tHopt li.inactive {
    background: url('../img/navCheck.png') no-repeat 4px center;
    background-size: 10px;
}

.wrap .tHopt li:hover {
    background-color: #C6CBD0;
}


/* view modes - book page */


/* book page view selector */

#book .viewSel>div {
    background-image: url('../img/bookViewSel.png');
    background-size: auto 18px;
}

#book .viewSel .singlePage {
    background-position: 6px center;
}

#book .viewSel .singlePageFit {
    background-position: -14px center;
}

#book .viewSel .doublePage {
    background-position: -38px center;
}

#book .viewSel .doublePageFit {
    background-position: -65px center;
}

body#book {
    overflow-x: hidden;
    width: 100%;
}

.wrap.bookPage .view {
    height: 100%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 100%;
}

#flipbook .page {
    background-color: #fff;
}

.bookPage.wrap {
    background: none #fff;
    min-height: 100%;
    overflow: visible;
    width: 100%;
}

.bookPage .bookHolder {
    width: 100%;
    min-height: 90%;
    text-align: center;
}

.bookHolder #flipbook {
    display: inline-block !important;
    position: absolute;
}

#flipbook .page>img {
    height: 100%;
}


/* book navigation */

#book .boottomBar {
    position: fixed;
    width: 94%;
    top: 100%;
    transform: translate(0, -110%);
    -webkit-transform: translate(0, -110%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 15;
}

#book .bookNav {
    padding: 5px 0;
    border: 1px solid;
    width: 180px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    border-radius: 40px;
    background-color: #fff;
}

#book .bookNav a {
    text-decoration: none;
    vertical-align: middle;
    color: #000000;
}

#book .bookNav a.toStart:before {
    content: '|';
    vertical-align: top;
    display: inline-block;
    margin-right: -7px;
}

#book .bookNav a.toEnd:after {
    content: '|';
    vertical-align: top;
    display: inline-block;
    margin-left: -7px;
}

#book .bookNav input {
    width: 30px;
}

#flipbook .tile {
    position: absolute;
}

#flipbook .tile>img {
    width: 100%;
}

#flipbook .shadow,
#flipbook.shadow {
    box-shadow: 0 4px 10px #666;
}


/* page specific content */

#siteMap .wrap {
    background: none #fff;
    overflow: visible;
    height: auto;
    min-height: 98%;
}

#siteMap .wrap .view {
    transform: translate(0px, 0);
}

#siteMap .view ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}

#siteMap .view .lvl1 {
    float: left;
    border: 1px solid;
    width: 210px;
}


/* page  - #pages specific*/

#pages .imageList .view .tile img {
    height: 200px;
}

.disableScroll {
    overflow: hidden;
    height: 100%;
}


/* general responsive declarations */

@media screen and (max-width: 1250px) {
    .searchBlock,
    .tWrap .viewSel {
        display: none;
    }
    /*Added for Top Menu Bar*/
    .vertical-aline-block .pagLinks {
        margin: 0 2px;
    }
}

@media screen and (max-width: 1200px) {
    .imageList .view .tile img {
        height: 120px;
    }
    #pages .imageList .view .tile img {
        height: 180px;
    }
    /*Added for Top Menu Bar*/
    .tWrap .wrapper-top-panel .vertical-aline-block {
        padding: 5px 0px 5px 0;
    }
    .tWrap .wrapper-top-panel .vertical-aline-block .itemCount {
        margin-left: 0;
    }
    .tWrap .wrapper-top-panel .vertical-aline-block.itemCountWrapper {
        width: 170px;
    }
}

@media screen and (max-width: 950px) {
    .trash_select_actions {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .itemCount {
        display: none;
    }
    .top {
        padding-right: 0;
    }
    .drop {
        height: 24px;
    }
    .drop .lbl {
        height: 24px;
    }
    .drop li {
        padding: 0 8px;
    }
    .drop .pad {
        margin-left: -8px;
    }
}

@media screen and (max-width: 760px) {
    .imageList .view .tile img {
        height: 100px !important;
    }
}

@media screen and (max-width: 640px) {
    .imageList .view .tile img {
        height: 80px !important;
    }
    #pageTitle {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    #trashIcons,
    #goToChart {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .imageList .view .tile img {
        height: 60px !important;
    }
}

@media screen and (max-width: 420px) {
    .logo span {
        display: none;
    }
    #siteMap .view .lvl1 {
        width: 80%;
    }
}


/* vignettes with red strikethrough text */

.excludeFilter {
    color: #ff0000;
    text-decoration: line-through;
}

.greaterFilter:before {
    content: "\2265  ";
}

.lessFilter:before {
    content: "\2264  ";
}


/* INPUT TYPE RANGE */

input[type=range] {
    margin-top: -12px;
    height: 32px;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 2px;
    padding: 2px 0 0 0;
    background: #b6b6b6;
}

input[type=range]::-moz-range-track {
    height: 2px;
    background: #b6b6b6;
}

input[type=range]::-ms-track {
    height: 2px;
    background: #b6b6b6;
    border: none;
    color: transparent;
}

input[type=range]::-webkit-slider-thumb {
    width: 0;
    height: 0;
    border-width: 0 7.5px 15px 7.5px;
    border-style: solid;
    -webkit-appearance: none;
    border-color: transparent transparent #bbb transparent;
}

input[type=range]::-moz-range-thumb {
    width: 0;
    height: 0;
    border-width: 0 7.5px 15px 7.5px;
    border-style: solid;
    border-radius: 0;
    background: none;
    padding: 15px 0 0 0;
    border-color: transparent transparent #bbb transparent;
}

input[type=range]::-ms-thumb {
    width: 0;
    height: 0;
    border-width: 0 7.5px 15px 7.5px;
    border-style: solid;
    background: none;
    padding: 10px 0 0 0;
    border-color: transparent transparent #bbb transparent;
}

input[type=range]::-ms-fill-lower {
    background: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb:hover {
    cursor: pointer;
}

input[type=range]::-moz-range-thumb:hover {
    cursor: pointer;
}

input[type=range]::-ms-thumb:hover {
    cursor: pointer;
}

input[type=range][disabled] {
    opacity: 0.3;
}

input[type=range][disabled]::-webkit-slider-thumb:hover {
    cursor: not-allowed;
}

input[type=range][disabled]::-moz-range-thumb:hover {
    cursor: not-allowed;
}

input[type=range][disabled]::-ms-thumb:hover {
    cursor: not-allowed;
}

#ajaxErrorPopup,
#ajaxOKPopup {
    z-index: 9999999;
}

ul.justified-list {
    text-align: justify;
    line-height: 0;
}

ul.justified-list:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

ul.justified-list>li {
    display: inline-block;
    line-height: 20px;
}

.spiner {
    position: relative;
}

.spiner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.8) url(../img/ajax-loader.gif) no-repeat center 30vh;
    position: absolute;
    margin: -16px 0 0 -16px;
    z-index: 1;
    top: 0;
    left: 0;
}

.btn-color:disabled {
    opacity: 0.4;
}

.text-bold {
    font-weight: bold;
}

.full-color-picker-btn {
    background: none;
    border: none;
}

.confirm-overwrite-file.ui-dialog .ui-dialog-buttonpane button,
.btn-color {
    padding: 5px 15px;
    display: block;
    /*margin: 0 auto 15px;*/
    text-transform: uppercase;
    border-radius: 5px;
    /*width: 90%;*/
}

.confirm-overwrite-file.ui-dialog .ui-dialog-buttonpane button{
    box-shadow: 0 2px #e4e4e4;
}

.confirm-overwrite-file.ui-dialog .ui-dialog-buttonpane button:active{
    box-shadow: 0 0 #e4e4e4;
    transform: translateY(2px);
    background-color: #ccc!important;
}

.cancelBtn {
    display: block;
    /*margin: 10px auto;*/
    border: none;
    background: none;
    text-transform: uppercase;
    box-shadow: 0 2px #e4e4e4;
}

.send-button {
    /*height: 5vh;*/
}

ul.nostyle {
    list-style-type: none;
}

.confirm-overwrite-file.ui-dialog {
    border-radius: 0;
    padding: 0;
}

.confirm-overwrite-file.ui-dialog .ui-dialog-titlebar {
    border: none;
    border-radius: 0;
    color: #333;
    background: none;
}

.confirm-overwrite-file.ui-dialog.ui-draggable-handle {
    cursor: move;
}

.confirm-overwrite-file.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.confirm-overwrite-file.ui-dialog .ui-dialog-content {
    word-wrap: break-word;
}

.confirm-overwrite-file.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    display: flex;
    justify-content: space-between;
}

#openModalAcceptDragAssets .confirm-overwrite-file.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    padding: 0 10px;
    text-align: center;
}

.confirm-overwrite-file.ui-dialog.upload-item-file .ui-dialog-buttonpane .ui-dialog-buttonset button {
    display: inline-block;
    width: 20%;
    margin-left: 20%;
}

#openModalAcceptDragAssets .confirm-overwrite-file.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    display: inline-block;
    width: 45%;
}

#openModalAcceptDragAssets .ui-dialog .ui-dialog-buttonpane {
    padding: 1em 0 0 0;
}

.confirm-overwrite-file.ui-dialog .ui-dialog-buttonpane {
    padding-top: 1em;
}

label.error {
    font-size: small;
}

.searchBlock #searchBtnUnique input.search.searchInputRightMenu:focus {
    /*outline: none !important;*/
    /*outline-offset: 0 !important;*/
    /*-webkit-appearance: none;*/
    /*border-style: none;*/
}