﻿/*#7bc0da*/
/*#097EFF*/
/*#4385f5*/

/*#0e3d5d  dark blue*/ 
/*#097eff  lighter blue*/ 

/*.themeLight{
    color:#FFF;
}
.themeLightBack{
    background-color:#FFF;
}
.themeDark{
    color:#0e3d5d;
}
.themeDarkBack{
    background-color:#0e3d5d;
}*/

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    

}
/*@font-face {
   	font-family: "Segoe MDL2 Assets";
  	src: url("fonts/Symbols.ttf") format("truetype");
  	font-weight: normal;
  	font-style: normal;
}*/
@font-face{
    font-family:iconFont;
    src:url(fonts/iconFont.ttf) format("truetype");
}

@font-face{
    font-family:TIDB;
    src: url(fonts/TIDB.eot);
    src: url(fonts/TIDB.eot?#iefix) format('embedded-opentype'), url(fonts/TIDB.woff) format('woff'), url(fonts/TIDB.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*@font-face{
    font-family:ubuntu;
    src:url(fonts/ubuntu.ttf) format("truetype");
}*/

html {
    background-color: rgba(247, 247, 247, 1); /*#FAFAFA;*/
    margin: 0;
    padding: 0;
    /*background-image: url(../images/bg.png);*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    min-height: 100%;

    -ms-content-zooming:none;
    
    /*background-image: url('../images/iconEmbossGrey.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 300px;*/

    -webkit-transition: background-color 0.20s ease-in-out;
    -moz-transition: background-color 0.20s ease-in-out;
    -o-transition: background-color 0.20s ease-in-out;
    -ms-transition: background-color 0.20s ease-in-out;
    transition: background-color 0.20s ease-in-out;
}

html.Light{
    background-color: rgb(247, 247, 247);   
}
html.Dark{
    background-color: rgb(31, 31, 31);      
}

.blurAll{
     -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);   
}

body {
    /*background-color: #e2e2e2;*/
/*    color: rgba(0, 0, 0, 1.0);*/
    font-size: 14px;
    
/*    font-size: 1em;*/
    /*font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
    /*font-family: "HelveticaNeue-Light", sans-serif; /*"Segoe WPC", "Segoe UI",*/ 
/*    font-family: "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", sans-serif;*/
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
/*    font-family:Tahoma, Geneva, sans-serif;*/
/*    font-family: wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;*/
/*    font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";*/
/*    font-family: "Verdana", sans-serif;*/
    font-family: Roboto-Regular, sans-serif;
    margin: 0px;
/*    margin-bottom: 4px;*/
    padding: 0;
    /*overflow-x: hidden;*/
    min-height: 100%;
    overflow-y: scroll;
}

.bodyMobile{
    font-size:0.75em;  
    -ms-content-zooming:none;
}

.noScroll{
    overflow: hidden !important;
}

/*body.standalone { display: block; height:30px; }*/

input{
    -webkit-appearance:none; 
    line-height: inherit;
    font-family: inherit;
   -webkit-border-radius:0px;
   margin:0;  
   padding:0;  
   border:0;  
/*   display:block;*/
}

input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
/*/*    color: rgba(255, 255, 255, 0.85);*/
}
input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.9);
}
input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
/*    color: rgba(255, 255, 255, 0.85);*/
}
input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
/*    color: rgba(255, 255, 255, 0.85);*/
}

input[type=checkbox],input[type=radio]{
    -webkit-appearance:checkbox; 
    margin:0.5em;
}

input::-ms-clear {
    display: none;
}

.bigImageVisible{
    overflow: hidden;
}

body,#images {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

#images {
    margin-top: 6.7em;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-left:3.65em;
    padding-right: 0.25em;
}



.imagesMobile {
    margin-top: 3.6em !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#webImages{
    position: relative;
    float: left;
    margin: 42px 0px 0px 60px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth{
    clear:both;
}

.displayNone{
    display: none;
}

.webImagesButton
{
    height: 38px;
    width: 100px;
    text-align: center;
    border: 3px solid #ECECEC;
    border-radius: 3px;
    padding-top: 20px;
    margin: 25px 0px 0px 50px;
    cursor: pointer;
}

#console {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 300px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.87);
    border: 1px solid #e2e2e2;
    color: lightgray;
    padding: 10px;
    display: none;
}

.fixed {
    position: fixed;
    width: 100%;
}

.opaque{
    opacity:1.0 !important;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
         text-decoration: none;
    }

    a:hover {
         text-decoration: none;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    /*margin: 0 auto;
    max-width: 800px;*/
    margin: 0px 5px;
}

#header {
    /*border-bottom: 1px solid darkgray;*/

    padding: 0px;
    height: 50px;
    /*background-color: rgba(255, 255, 255, 0.85);*/
    /*background-image: url(../images/bg.90.png);*/
    /*border-bottom: 1px solid #e2e2e2;*/
    
}

.header{
/*    padding: 10px;*/
    text-align:center;
    line-height: 30px; 
/*    font-size: 130%;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 100;
    /*background-color: #2d3334; #4385f5; #2E3435; #191B1F;*/
/*    background: -webkit-linear-gradient(#eeeeee, #fff);
    background: -o-linear-gradient(#eeeeee, #fff);
    background: -moz-linear-gradient(#eeeeee, #fff); 
    background: linear-gradient(#eeeeee, #fff); 
    background-color: #f5f5f5;*/
    background-color:white;
    overflow:hidden;
    z-index:999999999;
    -moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
    
/*    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.05);
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.05);*/
    
    margin-bottom:5px;
/*    border-bottom: 5px solid #ECECEC;*/
/*    background-image: url(../images/bg.png);*/
    background-repeat:no-repeat;
    background-position: 100% 50%;
    
/*    -webkit-box-shadow: inset 0 0 10px #ccc;
    -moz-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc;*/

}

.mainNav {
    height: 100%;
}

.name{
/*    float:right; */
/*    border-top:1px solid rgba(0,0,0,0.1);*/
/*    border-bottom:1px solid #bababa;*/
    padding: 3px; 
/*    background-size:25px;*/
    border-top:1px solid rgba(220, 220, 220, 1);
    -webkit-box-shadow: inset 0px 5px 10px rgba(0,0,0,0.01);
    -moz-box-shadow: inset 0px 5px 10px rgba(0,0,0,0.01);
    box-shadow: inset 0px 5px 10px rgba(0,0,0,0.01);
/*    background-color:#0e3d5d;*/
    
/*    background-image: url('../images/quickActionBack.png');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position:-40px -40px;*/
    
/*    -webkit-transition: padding 200ms linear;
    -moz-transition: padding 200ms linear;
    -o-transition: padding 200ms linear;
    -ms-transition: padding 200ms linear;
    transition: padding 200ms linear;*/
}

.icon {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../images/splashLogo.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100px;
    width: 100%;
    height: 100%;
}

.icon.iconLogin
{
    top: auto;
    left: auto;
    width: 100px;
    height: 100px;
    bottom: 6em;
    right: 6em;
}
.icon.iconLogin.mobile{
    display: none;
}

.nameMobile{
    clear:both;
    float:right;  
    padding:5px 10px;
    border-top:1px solid #ded1b9;
/*    background-size:40px;*/
    
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.05);
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.05);
}

.menuPop {
    position: absolute;
    top: 50px;
    left: 44px;
    /*z-index: 999999999;

    moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    -khtml-border-radius: 0px 20px 20px 0px;
    border-radius: 0px 20px 20px 0px;*/

    color:rgba(204, 204, 204, 1);
    /*background-color:#333;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    box-shadow: 0 0 5px #000;*/
}

.subNav {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 80px;
    height: 100%;
    /*border-left: 1px solid #333;*/
    /*display:none;*/
}

.subNavCont {
    position:absolute;
    width:100%;
    /*display:none;*/
}

.subNavItem {

    width: 10%;
    /*left: 45px;
    top: 15px;*/
    position: relative;
    cursor:pointer;
    /*color:#FFF;*/
    text-align:center;
    font-size: 80%;
    padding:20px 0px;
    /*background-color: #4385f5;*/
    border: 2px solid #3F3F3F;
    color:rgba(204, 204, 204, 1);
    margin: 5px;
    text-align: center;
    
    border: 1px solid #3F3F3F;
    
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    
    /*border: 1px solid grey;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;*/
}
.subNavItem:hover{
    background-color: rgba(204, 204, 204, 1);
    color:white;
}

#title {
    color: darkgray;
    position: relative;
    border: 1px solid #e2e2e2;
    padding: 4px 20px 5px 5px;
    margin-top: 5px;
    height: 17px;
    float: left;
    font-size: inherit;
    left: 280px;
    background-color: whitesmoke;
    cursor: pointer;
}

.crumb{
/*    float:left;*/
    display:inline-block;   
}

html.Light .crumb{

}
html.Dark .crumb{
    color: rgb(250, 250, 250);      
}

.imgsCount{
     display:inline;
    margin: 0px 10px;
    color: rgba(204, 204, 204, 1);
    font-weight: bold;
    font-size: 60%;
    line-height: inherit;
}

.crumbSeperator {
    display:inline-block;
}

html.Dark .crumbSeperator{
    color: rgb(250, 250, 250);      
}
.editAttName{
    font:inherit; 
    color:inherit; 
    text-align:right; 
    background-color:white;
    width: 100%;
}
.crumbWidthCalc{
    visibility: hidden;
    display:inline-block;
}

.seperator {
    background-color: rgba(51, 51, 51, 0.5);
    margin: 0em 0.5em;
    height: 0.05em;
}



.srchBox,.shareBox,.renameBox,.customDnldBox,.inputBox {
    background-color:rgba(255,255,255,0.2);
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
}

.customDnldBox ul{ display:table; width:100%;padding:0;margin:0; }
.customDnldBox ul li { display:table-cell;padding:0;margin:0; }
.customDnldBox ul li input{ text-align: center; width:100%;height:3em;font: inherit;background-color: transparent; }
    
.srchBoxMobile{
    margin:0px;
    width:100%;
}

.srchBox:hover{
/*    opacity:1.0;*/
/*background-color: #4385f5;*/
}

#srchIndicator,#browseIndicator {
    position:absolute;
    top:19px;
    left:42px;
    width:8px;
    height:8px;
    background-image: url(../images/new/indicatorWhite.png);
    display:none;
}
#browseIndicator {
    top:16px;
}

.dnld {
    /*background-image: url(../images/new/img.png);*/
    text-align:right;
    width: 80%;
    height: 30px;
}


.bottomDropShadow {
    -webkit-box-shadow: 0 8px 6px -6px rgb(111, 111, 111);
    -moz-box-shadow: 0 8px 6px -6px rgb(111, 111, 111);
    box-shadow: 0 8px 6px -6px rgb(111, 111, 111);
}

.bottomDropShadowLite {
    -webkit-box-shadow: 0 5px 10px -6px rgb(111, 111, 111);
    -moz-box-shadow: 0 5px 10px -6px rgb(111, 111, 111);
    box-shadow: 0 5px 10px -6px rgb(111, 111, 111);
}

.outerShadow {
    -moz-box-shadow: 0 5pc 15px #000;
    -webkit-box-shadow: 0 5px 15px #000;
    box-shadow: 0 5px 15px #000;
}

/*img {
    margin: 1px 3px 0px 2px;
}*/

.i {
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0px 5px 5px 0px;
}

#MainContent {
    /*background-color: #e2e2e2;*/
    clear: both;
    /*background-image: url(../images/bg.jpg);*/
    /*margin-bottom: 15px; margin-bottom: 40px;*/
    /*margin-top: 6px; /*48*/
}

.main-content {
    /* background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;*/
    background-color: transparent;
}

.featured + .main-content {
    /* background: url("../Images/heroAccent.png") no-repeat;*/
}

header .content-wrapper {
    /* padding-top: 20px;*/
}

#logo {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 100%;
    right: 10px;
    top: 0px;
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/new/icon-60.png');
}

.logoFloat {
    color: #c8c8c8;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 63px;
    width: 315px;
    margin: -32px 0 0 -125px;
    z-index: -10000;
    overflow: visible;
}

.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    z-index: 999999999;
    /*moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;*/
}

.dialogBand {
    position: absolute;
    margin-left: 0em;
    left: 0em;
    top: 50%;
    width: 100%;
    height: 400px;
    margin-top: -200px;
    background-color: white;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0px 0px 3em rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 3em rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3em rgba(0,0,0,0.25);
    display: none;
    overflow: hidden;
}


.dialogBandVert{
    position: absolute;

    width: 28.19em;
    right: 0em;
    height: 100%;
    background-color: rgb(40,40,40);
    /*background-color: rgba(51, 51, 51, 1);  #414141;*/
    
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/
    
    
}

.dialogBandVertMobile{
    width:100%;
}

.dialogBandVertCover{
    height:100%;
    width:100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/loading-big.gif);
    background-size: 50px;
    
}

.dialogFloat {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 620px;
    height: 100%;
    margin-left: -310px;
    background-color:#FFF; /*#ddeff6*/
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dialogFloatVert {
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/
}

/*.pop {
    background-image: url(../images/bg.png);
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    z-index: 99999999;
    border: 1px solid #DDD;
    padding-left: 5px;
}*/
   
.dialogContent, .dialogEngineContent {
    position: absolute;
    /*overflow-y: hidden;
    overflow-x: hidden;*/
/*    height: 100%;*/
    width:100%;
/*    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/
}

.dialogContentVert{
    width: 100%; 
    margin-top: 3.25em;
}

.dialogTitle, .dialogEngineTitle {
    position: absolute;
    top:0em;
    line-height:3.5em;
/*    top: 0px;
    left: 15px;*/
/*    color: #4385f5; */
    /*font-weight: 600;*/
/*    font-size: inherit;*/
    font-size: 100%;
/*    font-weight: bold;*/
    cursor:pointer;
    clear:both;
}

.bladeTitle {
    margin: 0 -1.5em;
    padding: 0 1.5em;
    line-height: 2.9em;
    font-weight: normal;
    cursor: pointer;
    clear: both;
    overflow: hidden;
    position: relative;
}

/*.bladeTitle:hover{
    color: #0e3d5d;
}*/

.closeDialog,.backDialog {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 2.5em;
    width: 2.5em;
    font-family:iconFont;
    text-align: center;
    line-height: 2.5em;
    cursor: pointer;
    opacity: 0.5;
}
.closeDialog span::before{
    content: "\E672";
}
.closeDialog:hover,.backDialog:hover{
    opacity:1.0;
}

.backDialog {
    right: auto;
    left:5px;
    display: none;
}
.backDialog span::before{
    content: "\E6AE";
}

.button{
	position: relative;
	overflow: hidden;
    cursor:pointer;
    font-size: 0.85em;
    /*padding:0.75em 1em;*/
/*    min-width:100px;*/
    line-height: 2.5em;
    display:block;
/*    border: 2px solid #3F3F3F;*/
/*    color:black;*/
    margin: 0.33em 0em;
    font-decoration:none;
    text-align: center;
    
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255,255,255,0.05);
    
/*    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;*/
    
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    
    /*border-radius: 2px;*/
    
    /*border: 1px solid grey;*/
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.button:hover{
    background-color: rgba(255,255,255,0.1);
/*    color:white;   */
    /*border:1px solid rgba(255, 255, 255, 0.8);*/
}

.button.selected{
    background-color: rgba(255, 255, 255, 0.25);
}

.clickFeedback{
	background-color:rgba(255,255,255,0.15);
	position: absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	border-radius: 50%;
    opacity: 1;
    
    /*-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;*/
}

/*.clickFeedback.expanded{
    margin-top: -75px;
    margin-left: -75px;
    width:150px;
    height:150px;
    opacity: 0;
}*/


/*#cut div,#copy div,#paste div,#remove div{
    font-size: 0.5em;
}

#cut,#copy,#paste{
    width:33.3%;
    float:left;
    font-size:2em;
}
#remove{
    clear:both;
}

#cut::before{
    font-family: iconFont;
    content:"\E724";
}
#copy::before{
    font-family: iconFont;
    content:"\E728";
}
#paste::before{
    font-family: iconFont;
    content:"\E6EC";
}*/

/*.check {
    position: relative;
    cursor: pointer;
    padding: 0.25em;
    line-height: 1em;
    display: block;
    margin: 2.5px;
    font-decoration: none;
    text-align: left;
}*/


.closeInfo {
    position: absolute;
    left: 7px;
    top: 65px;
    height: 10px;
    width: 10px;
    background-image: url('../Images/close.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px;
    cursor: pointer;
}

.remAtt {
    position: relative;
    left: 10px;
    top: 3px;
    height: 10px;
    width: 10px;
    background-image: url('../Images/close.png');
    cursor: pointer;
    float: left;
}

.overflowTop, .overflowBottom {
    position:fixed;
    left:0px;
    width:100%;
    height:0px;
    background-repeat:repeat-x;
}

.overflowTop {
    top:0px;
    background-image:url(../images/new/overflowTop.png);
    background-position-y: 100%;
}
.overflowBottom {
    bottom:0px;
    background-image:url(../images/new/overflowBottom.png);
    background-position-y: 0%;
}

/*#overlay {
    background-image: url(../images/black.90.png);
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: rgba(255, 255, 255, 0.5);

}*/


#overlayFull {
    /*background-image: url(../images/black.90.png);*/
    background-color:rgb(31, 31, 31); /*black*/
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2147483640;
}

.swipeOverlay {
    /*background-image: url(../images/black.90.png);*/
    background-color:rgba(0,0,0,0.0);
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2147483642;
}

#overlayDialog {
    /*background-image: url(../images/black.90.png);*/
    background-color: rgba(0, 0, 0, 0.3);
/*    background-color:rgba(0,0,0,0.79);*/
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

#overlayDialogEngine {
    background-image: url(../images/black.90.png);
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999999;
}

.overlay{
    position:fixed;
    top:0em; 
    left:0em; 
    width:100%; 
    height:100%;  
    z-index:0; 
    cursor: not-allowed;
    transition: all 0.3s ease-in-out;
    /*background-color: rgba(255, 255, 255, 0.4);*/
    /*display:none;*/
    /*background-color: rgba(0, 0, 0, 0.4);*/
    /*background-color: red;*/
}


/*#overlayMenu {

    background-color:rgba(1,1,1,0.5);
    position: fixed;
    top: 0%;
    left: 55px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}*/

.innerShadow {
    -moz-box-shadow: inset 0 0 100px #E0E0E0;
    -webkit-box-shadow: inset 0 0 100px #E0E0E0;
    box-shadow: inset 0 0 100px #E0E0E0;
}

#lft, #rht {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display:none;
}

.thumbContainer {
    outline: none;
    overflow: hidden;
    /*padding: 3px 3px 0px 3px;*/
    background-size: 30px;
   /* margin: 2px 3px 3px 2px; 4px 6px 6px 4px; 2px 3px 3px 2px*/
   /* border: 1px solid #ECECEC; #DDDDDD;*/
    
    /*margin: 2px;*/
    border: 3px solid rgba(247, 247, 247, 1); /* #ECECEC;*/
    /*border-bottom: 0px;*/
  
    /*font-family: Rockwell, Consolas, "Courier New", Courier, monospace;*/
    float: left;
    display:inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
/*    background-image: url(../images/loading-small.gif);*/
    /*background-image: url(../images/new/img.png);*/
    background-color: #FFF;

    cursor:pointer;

/*    border-radius: 3px;*/
 
    -webkit-transition:border-width 0.2s ease, border-color 0.2s ease; 
    -moz-transition:border-width 0.2s ease, border-color 0.2s ease; 
    -o-transition:border-width 0.2s ease, border-color 0.2s ease; 
    transition:border-width 0.2s ease, border-color 0.2s ease;
       
}

html.Light .thumbContainer{
    border-color: rgb(247, 247, 247);   
}
html.Dark .thumbContainer{
    border-color: rgb(31, 31, 31);      
}

#images.paddingSmall .thumbContainer{
    border-width:0.51px;
}
#images.paddingMedium .thumbContainer{
   border-width:3px;
}
#images.paddingLarge .thumbContainer{
   border-width:8px;
}

.thumbContainer.deleted{
    -webkit-transition:border-width 0.3s ease-in; 
    -moz-transition:border-width 0.3s ease-in; 
    -o-transition:border-width 0.3s ease-in;
    transition:border-width 0.3s ease-in;
}

/*.thumbContainer:hover{
    border-color: rgba(204, 204, 204, 1);
}*/

    .thumbContainer img {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity:0;
        /*transition: opacity .25s ease-in-out;
       -moz-transition: opacity .25s ease-in-out;
       -webkit-transition: opacity .25s ease-in-out;*/
     transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -webkit-transition: .25s ease-in-out;
    }

.thumbContainer img.zoom {

       
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.Dark .thumbContainer[selected=selected] .thumbOverlayContainer {
    background-color:rgba(0,0,0,0.7);
    /*-moz-box-shadow: inset 0px 0px 15em 0px rgba(0,0,0,1);
    -webkit-box-shadow: inset 0px 0px 15em 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 15em 0px rgba(0,0,0,1);*/
}    
.Light .thumbContainer[selected=selected] .thumbOverlayContainer {
    background-color:rgba(255,255,255,0.7);
    /*-moz-box-shadow: inset 0px 0px 15em 0px rgba(255,255,255,1);
    -webkit-box-shadow: inset 0px 0px 15em 0px rgba(255,255,255,1);   
    box-shadow: inset 0px 0px 15em 0px rgba(255,255,255,1);*/
} 

html.Dark .thumbOverlayContainer .clickFeedback{
    background-color:rgba(255,255,255,0.15);     
}
html.Light .thumbOverlayContainer .clickFeedback{
    background-color:rgba(0,0,0,0.15);     
}

.thumbContainer video
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


.videoIcon{
    font-family: iconFont;
    font-size: 4em;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%; 
      
}
.videoIcon::before{
    content: "\E6F6"; 
}
html.Dark .videoIcon{
    color:rgba(255,255,255,0.6);     
}
html.Light .videoIcon{
    color:rgba(0,0,0,0.6);     
}

.bingImage
{
     border: 3px solid #FFD994;
}

.selected .thumbOverlayContainer .checkOverlay {
    opacity:1.0;   
}

.thumbOverlayContainer, .bingOverlayContainer {
    -webkit-transition: background-color 0.20s ease-in-out;
    -moz-transition: background-color 0.20s ease-in-out;
    -ms-transition: background-color 0.20s ease-in-out;
    -o-transition: background-color 0.20s ease-in-out;
  
    position: relative;
    height: 100%;
    width: 100%;
    left: 0px;
    top:0px;
 
    /*-webkit-box-shadow: inset 0px 0px 200px 0px rgba(255,255,255, 1.0);
    -moz-box-shadow: inset 0px 0px 200px 0px rgba(255,255,255, 1.0);
    box-shadow: inset 0px 0px 200px 0px rgba(255,255,255, 1.0); */
}

/*    .thumbOverlayContainer:hover{
        -moz-box-shadow: 0 12px 15px 0 rgba(0,0,0,.24);
        -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
    }*/


/*.checkOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 46px;
    width: 50px;
    margin: -23px 0 0 -25px;
    background-image: url('../Images/select.png');
    cursor: pointer;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position-y: 0%;
}*/

/*new overlay****************************************************************/



/*.fullScreenOverlay {
    position: absolute;
    top: 107px;
    left: 5px;
    height: 30px;
    width: 30px;
    background-image: url('../Images/new/fullScreen.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
}*/

#bigImg, #oldBigImg {
    /*cursor: pointer;*/
    border: 4px solid #333;
    /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);*/
    /*-webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);*/
}

#bigImg img, #oldBigImg img{
    width:100%;
    height:100%;   
}

.bigImgLoader{
    Position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:5px;
/*    background-image: url('../Images/bigImgLoad.gif');
    background-repeat:repeat-x;  */

    background-image: -webkit-linear-gradient(-45deg, #555 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, #555 50%, #555 75%, rgba(255, 154, 26, 0) 75%);
    background-image: -moz-linear-gradient(-45deg, #555 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, #555 50%, #555 75%, rgba(255, 154, 26, 0) 75%);
    background-image: -o-linear-gradient(-45deg, #555 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, #555 50%, #555 75%, rgba(255, 154, 26, 0) 75%);
    background-image: linear-gradient(-45deg, #555 25%, rgba(255, 154, 26, 0) 25%, rgba(255, 154, 26, 0) 50%, #555 50%, #555 75%, rgba(255, 154, 26, 0) 75%);
    background-color: rgb(31, 31, 31);
    background-size: 50px 50px;
/*    border: 1px solid #9ec9d9;
    border-bottom-color: #9ec9d9;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.2);*/
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -o-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
}

@-webkit-keyframes move {
    to { background-position: 50px 50px; }
}

@-moz-keyframes move {
    to { background-position: 50px 50px; }
}

@-o-keyframes move {
    to { background-position: 50px 50px; }
}

@-webkit-keyframes move {
    to { background-position: 50px 50px; }
}

.fullScreenOverlay, .linkOverlay, .infoOverlay, .downloadOverlay, .checkOverlay{
    cursor: pointer;
    background-image: url('../images/overlayActionBackLight.svg');
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 50%;
    position: absolute;
    height: 60px;
    width: 60px;

    opacity:0.8;
    
    font-family:iconFont;
    line-height: 30px;
    font-size: 21px;
    text-align: center;
    /*overflow: hidden;*/
}

html.Dark .fullScreenOverlay, html.Dark .linkOverlay, html.Dark .infoOverlay, html.Dark .downloadOverlay, html.Dark .checkOverlay{
    color: rgb(247, 247, 247);   
    background-image: url('../images/overlayActionBackDark.svg');   
}

.fullScreenOverlay:hover, .linkOverlay:hover, .infoOverlay:hover, .downloadOverlay:hover, .checkOverlay:hover{
    opacity:1.0;   
}

 
.infoOverlay {
    top: 0px;
    left: 0px;
    background-position: -60px -60px;
    padding:2px 28px 28px 2px;
}

.checkOverlay {
    bottom: 0px;
    right: 0px; 
    background-position: 0px 0px;
    padding:28px 2px 2px 28px;
    
    /*-webkit-transition: width 200ms ease-in-out, height 200ms ease-in-out;
    -moz-transition: width 200ms ease-in-out, height 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out, height 200ms ease-in-out;
    -ms-transition: width 200ms ease-in-out, height 200ms ease-in-out;
    transition: width 200ms ease-in-out, height 200ms ease-in-out;*/
}

.downloadOverlay {
    bottom: 0px;
    left: 0px;
    background-position: -60px 0px;
    padding:28px 28px 2px 2px;
}

.linkOverlay {
    top: 0px;
    right: 0px;
    background-position: 0px -60px;
    padding:2px 2px 28px 28px;
}
 
.infoOverlay::before{
    content: "\E77B"; /*"\E6B4"*/
}
.downloadOverlay::before{
    content: "\E71C";
}
.checkOverlay::before{
    content: "\E694";
}
.linkOverlay::before {
    content: "\E6B9";  
}


/*.bingAddOverlay {
    top: 0px;
    right: 0px;
    background-image: url('../Images/new/addWhite.png');
}*/
 

/*.fullScreenOverlay {
    top: 39px;
    left: 5px;
    background-image: url('../Images/new/fullScreen.png');
}*/

/*.linkOverlay {
    top: 73px;
    left: 5px;
    background-image: url('../Images/new/share.png');
}*/


.smallInfo {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 1.8em;
    background-color: rgba(255, 255, 255, 0.93);
    text-align: center;
    font-size: 0.9em;
    opacity: 0;
    display: table;
}

.smallInfo > div {
    display: table-cell;
    vertical-align: middle;
}

html.Light .smallInfo{
    background-color:rgba(255, 255, 255, 0.93);
}
html.Dark .smallInfo{
    background-color:rgba(0, 0, 0, 0.93);  
    color: rgb(247, 247, 247);     
}


/*new overlay end****************************************************************/

/*.downloadOverlay {
    position: absolute;
    bottom: 6px;
    left: 6px;
    height: 35px;
    width: 29px;
    background-image: url('../Images/download.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 50%;
}


.fullScreenOverlay {
    position: absolute;
    bottom: 5px;
    right: 6px;
    height: 34px;
    width: 34px;
    background-image: url('../Images/fullScreen.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.linkOverlay {
    position: absolute;
    top: 8px;
    right: 5px;
    height: 25px;
    width: 30px;
    background-image: url('../Images/link.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.infoOverlay {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 35px;
    width: 35px;
    background-image: url('../Images/info.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 50%;
}*/

.burger{
    /*padding:0.31em 0.44em !important;*/
    /*background-image: url('../Images/logo.svg');*/
    /*cursor: pointer;*/
    /*background-repeat: no-repeat;
    background-position: 50%;
    background-size: 2em;*/
}

.burgerMobile{
    
}

.infoTool {
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 2.5em;
    font-size: 1.3em;
    font-family: iconFont;
    padding: 0em 1em;

}

 
.infoTool:hover{
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}



#infoToolSelect span::before{
    content: "\E694";
}

.infoToolSelectSelected{
    background-color: whitesmoke;
    color: black;
}

#infoToolDownload span::before{
    content: "\E71C";
}

#infoToolShare span::before{
    content: "\E6B9";
}

#infoToolRotLeft span::before{
    content: "\E617";
}
#infoToolRotRight span::before{
    content: "\E670";
}

.toolBar{
/*    background: -webkit-linear-gradient(#eeeeee, #fcfcfc);
    background: -o-linear-gradient(#eeeeee, #fcfcfc);
    background: -moz-linear-gradient(#eeeeee, #fcfcfc); 
    background: linear-gradient(#eeeeee, #fcfcfc); 
    background-color: #f5f5f5;*/
/*    border-bottom:1px solid rgba(0, 0, 0, 0.1);*/
    
    background-color: #0D0D0D;
    position:fixed;
    top:0px;
    left:0px;
    height:100%;
    display:inline-block; 
    z-index: 2; /*1*/
/*    width:100%;*/
    
    
/*    -moz-box-shadow: 0px 2px 16px #222627;
    -o-box-shadow: 0px 2px 16px #222627;
    -webkit-box-shadow: 0px 2px 16px #222627;
    box-shadow: 0px 2px 16px  #222627;*/
}

.toolBarMobile {
    position: fixed;
    top: 0em;
    left: 0px;
    line-height: 1.5em;
    /*width: 100%;*/
    /*display:none;*/
    z-index: 999;
}


.bottomToolBar{
    position:absolute;
    bottom:0em;
    width:100%;
}

.pane, .paneMobile {
    position: fixed;
    width: 25em;
    padding: 0em 1em;
    top: 0em;
    left: 3.45em;
    height: 100%;
    display: none;
    flex-direction: column;
    z-index: 1;
    overflow-y: auto;
    /*-webkit-box-shadow: 10px 0px 25px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 0px 25px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 0px 25px -10px rgba(0,0,0,0.75);*/
    
    box-shadow: 30px 0 30px -30px rgba(0, 0, 0, 0.48);

    -webkit-transition: background-color 0.10s ease-in-out;
    -moz-transition: background-color 0.10s ease-in-out;
    -o-transition: background-color 0.10s ease-in-out;
    -ms-transition: background-color 0.10s ease-in-out;
    transition: background-color 0.10s ease-in-out;
}

.paneMobile{
    width:100%;
    left:0em;
}

.paneTitle{
    color:white;
    text-align:center;
    line-height:3.3em;
}

.pane hr, .innerVert hr {
    border: 0em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 1.5em 0em;
}

.browseFiltersContainerVert hr{
     margin: 0em;   
}

.quickActionHeader{
    color:white;
    padding-left:1em;
    text-align:left;
    line-height:3em;
    cursor: pointer;
    position: relative;
}

.quickActionHeader:hover{
    background-color: rgba(255,255,255,0.1);
}

.recent{
    font-size:90%;
    margin: 3em -1.1em 0em -1.1em ;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.recent > div{
    padding:1em 1.1em 3em 1.1em;
}

.attribLink{
    cursor: pointer;
}

#band{
    width:50px;
    height: 100%; 
    overflow:hidden; 
    font-size: inherit;
    line-height: inherit;
    margin: 10px; 
}

.bandMobile{
    clear:both
}

.unavailable{
    text-decoration: line-through;
    opacity: 0.5;
}

.quickAction {
    position:relative;
    overflow: hidden;
    font-size: 1.5em;
    width: 100%;
    color: white;
    padding: 0.5em 0.65em;
    font-family: iconFont;
    cursor: pointer;
    font-weight: normal;

    -webkit-transition: 0.10s ease-in-out;
    -moz-transition: 0.10s ease-in-out;
    -o-transition: 0.10s ease-in-out;
    -ms-transition: 0.10s ease-in-out;
    transition: 0.10s ease-in-out;

    /*border-radius: 2px;*/
    /*opacity: 0.8;*/
}


[disabled=disabled].quickAction, [disabled=disabled].quickActionHeader {
    opacity: 0.2;
    cursor: not-allowed;
    /*height: 0em;
    overflow: hidden;
    padding: 0em 0.65em;*/
}


:not([disabled=disabled]):not(.burger).quickAction:hover,:not([disabled=disabled]).quickActionHeader:hover {
    /*background-color: rgba(255,255,255,0.1);*/
    /*opacity:1.0;*/
/*    border: 1px solid #ccc;*/
}

.quickAction .thmBack100{
    opacity:1.0 !important;
}

.quickActionHeader span {
    color: white;
    padding-right: 0.65em;
    font-family: iconFont;
}


.burger-inner::before{
    /*content: "\E0041";*/
}

.browse-inner::before{
    content: "\E632";
}
.upload-inner::before{
    content: "\E612";
}
.select-inner::before{
    content: "\E694";
}

.selectCount, .manageCount {
    /*display:none;*/
    font-family: ubuntu, sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0.5em;
    padding: 0.25em;
    text-align: center;
    width: 50%;
}

.selectCountMobile, .manageCountMobile {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: inherit;
    padding: 0 1em;
}


.manage-inner::before{
    content: "\E646";
}
.download-inner::before{
    content: "\E71C";
}
.share-inner::before{
    content: "\E6B9";
}
.contact-sheet-inner::before{
    content: "\E62B"
}
.delete-inner::before{
    content: "\E622";
}
.sort-inner::before{
    content: "\E651"; /*"\E64A"*/
}
.report-inner::before{
    content: "\E757";
}
.user-inner::before{
    content: "\E60F";
}
.settings-inner::before{
    content: "\E733";
}


/*.browse::before{
    font-family:iconFont;
    content: "\E632"; 
}

.uploadTo::before{
    font-family:iconFont;
    content: "\E612";
}

.select::before{
    font-family:iconFont;
    content: "\E694";
}

.selects::before{
    font-family:iconFont;
    content: "\E6CC";
}*/

.addTo::before{
    font-family:iconFont;
    content: "\E681";
}

.removeFrom::before{
    font-family:iconFont;
    content: "\E69C";
}

/*.download::before{
    font-family:iconFont;
    content: "\E71C";
}

.share::before{
    font-family:iconFont;
    content: "\E6B9";
}

.pdf::before{
    font-family:iconFont;
    content: "\E62B";
}

.del::before{
    font-family:iconFont;
    content: "\E622";
}

.sort::before{
    font-family:iconFont;
    content: "\E64A";
}

.user::before{
    font-family:iconFont;
    content: "\E60F";
}

.settings::before{
    font-family:iconFont;
    content: "\E733";
}
*/

.quickActionBorderTop{
/*    border-top: 1px solid #444;*/
}

.quickActionBorderBottom{
/*    border-bottom: 1px solid #444;*/
}

.rateContainer {
    position: absolute;
    bottom: 0px;

    width: 100%;
    padding: 0em 0.8em;
    padding-right:4.5em;
    display:table;
}


.star, .starFill, .remStar {
    font-family: arial;
    /*width: 10%;
    line-height: 2.5em;*/
    height: 100%;
    cursor: pointer;
    color: white;
    text-align: center;
    font-size: 1.5em;
    display:table-cell;
    vertical-align: middle;
    padding-bottom: 0.1em;
}

.remStar{
    padding: 0;
}


.quickActionMobile {
    height: 40px;
    background-position: 5px 4px;
    line-height: 40px;
}

/*.quickAction {
    float: left;
    height: 35px;
    width: 45px;
    margin: 5px;
    margin-left: 0px;
    border: 1px solid #e2e2e2;
    text-align: center;
    cursor: pointer;
    background-color: white;
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}*/

.quickActionButton {
    width: 30px;
    height: 25px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -15px;
}

.quickActionButtonRev {
    width: 30px;
    height: 25px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -15px;
    background-position-x: 100%;
}

.buttonPressHighlight{
	background-color:rgba(255,255,255,0.5);
	position: absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
}

.downloadType {
    background-image: url('../images/icon.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 70%;
}

.sortType {
    /*background-image: url('../images/icon.png');
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:70%;*/
}

.sortBtn {
/*    width: 10em;*/
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 1em 1em;
    margin: 3px;
    text-align: center;
    line-height: 1em;
    /*padding-right: 2.5em;*/
}

.visionAPIBtn{
    padding: 0.25em 1em !important;
    margin: 0 !important;
}


.sortDesc, .sortAsc, .visionAPIBtn {
    font-family:iconFont;
    margin: 0em;
    margin-right: 0.25em;
    padding: 1em;
    position: absolute;
    right: 0em;
    top: 1px;
    border-width: 0px 0px 0px 1px;
}

    .sortDesc span::before {
        content: "\E64C";
    }
    .sortAsc span::before {
        content: "\E64B";
    }
    
    .visionAPIBtn span::before{
        content: "\E708";
    }

/*.downloadType {
    float: left;
    height: 40px;
    width: 60px;
    margin: 5px;
    border: 1px solid #e2e2e2;
    text-align: center;
    cursor: pointer;
    background-color: whitesmoke;
    color: #222;
}*/

.yes,.no {
    position:relative;
    top:-7px;
    float: right;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin-left: 10px;

    text-align: center;
    cursor: pointer;
    background-image: url(../images/yes.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.no {
    background-image: url(../images/no.png);
}

.cancelButton {
    float: right;
    height: 40px;
    width: 60px;
    margin: 5px;
    border: 1px solid #e2e2e2;
    text-align: center;
    cursor: pointer;
    background-color: whitesmoke;
    color: #222;
}

.backButton {
    float: left;
    height: 40px;
    width: 60px;
    margin: 5px;
    border: 1px solid #e2e2e2;
    background-image: url('../Images/back.png');
    cursor: pointer;
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-position-y: 50%;
    color: #222;
}

.imageInfoTitle {
    position: absolute;
    top: 3px;
    left: 33px;
/*    font-size: 15px;*/
    font-weight: bold;
    
}

.actionQuestion {
    position: absolute;
    top: 3px;
    left: 33px;
}

#upArrow {
    position: fixed;
    top: 59px;
    left: 0px;
    height: 40px;
    width: 30px;
    text-align: center;
    background-image: url('../Images/up.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-color: rgba(122, 192, 218, 1.0);
    border: 2px solid darkgray;
    border-left: 0px;
    border-top: 0px;
}

#dnArrow {
    position: fixed;
    bottom: 35px;
    left: 0px;
    height: 40px;
    width: 30px;
    text-align: center;
    background-image: url('../Images/down.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-color: rgba(122, 192, 218, 1.0);
    border: 2px solid darkgray;
    border-left: 0px;
    border-bottom: 0px;
}

.listContainer {
}

#anchor {
    position: absolute;
    top: 9px;
    right: 7px;
    height: 10px;
    width: 10px;
    background-image: url('../Images/anchor.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

#hideInfo {
    position: absolute;
    top: 9px;
    right: 7px;
    height: 10px;
    width: 10px;
    /*background-image: url('../Images/close.png');*/
    cursor: pointer;
}

#hideInfoBottom {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 10px;
    width: 10px;
    /*background-image: url('../Images/closeLight.png');*/
    cursor: pointer;
}



.tool {
    float: left;
    width: 30px;
    height: 38px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    cursor: pointer;
}


.toolSeperator {
    float: left;
    width: 10px;
    height: 38px;
    text-align: center;
}

#recycle {
    background-image: url('../Images/recycle.png');
}

#selected {
    background-image: url('../Images/selectTool.png');
}

.totalPercUpload {
    position: absolute;
    right: 0px;
    top: -3.5em;
    font-size: 100%;
    line-height: 3.5em;
}


#uploading {
    background-image: url('../Images/uploading.png');
    margin: 0px 2px 0px 2px;
    width: 25px;
}

.uploadName, .uploadSize, .uploadProgress {
    float: left;
}

.uploadProg{
    background-color: rgba(204, 204, 204, 1);
    height: 0.2em;
    width: 0%;
    margin: 0.1em 0 0.5em 0;
}


#settingsButton {
    background-image: url('../Images/settings.png');
}

#collection {
    background-image: url('../Images/collection.png');
}

#showHideDupes {
    background-image: url('../Images/duplicate.png');
}

#actionTool {
    background-image: url('../Images/actionTool.png');
    display: none;
}

#downloadTool {
    background-image: url('../Images/downloadTool.png');
    display: none;
}

#download{
/*    font-size: 10px;*/
}

.dupCount {
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: whitesmoke;
    padding: 5px;
    background-color: #222;
    margin: 0px -3px -3px 0px;
    font-weight: bold;
}

footer {
    position: fixed;
    bottom: 0px;
    clear: both;
    background-color: rgba(0, 0, 0, 0.85);
/*    font-size: 12px;*/
    width: 100%;
    color: whitesmoke;
    display:none;
}

#foot {
    /*padding-left: 4px;*/
    font-size: 100%;
    line-height: 2em;
}

#searchBox,#shareBox,#renameBox, .inputBox > input{
    height:3em;
    line-height: inherit; 
    /*-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;*/
    color:white;
    font-family: inherit;
    outline: none;
/*    padding: 3px;*/
    width: 100%;
    background-color: transparent;
/*    color:white;*/
    /*margin: 13px 1px 3px 3px;*/
    /*margin-bottom: 15px;*/
    border: 0px;
    /*height:100%;*/
    /*font-family: 'Apercu Medium', 'Apercu Light', Calibri, sans-serif;
    padding: 0px 65px 0px 10px;
    height: 35px;
    width: 200px;*/
/*    border-radius: 0;*/
/*    font-size: 15px;*/
    font-size: inherit;
    -webkit-appearance: none;
    /*moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;*/
/*    height:100%;*/
    font-weight: normal;
/*    float: right;*/
}

/*#searchBoxMobile{
    height:60px;
}*/

#searchBox::-webkit-input-placeholder { /* WebKit browsers */
/*/*    color: rgba(255, 255, 255, 0.85);*/
}
#searchBox:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.9);
}
#searchBox::-moz-placeholder { /* Mozilla Firefox 19+ */
/*    color: rgba(255, 255, 255, 0.85);*/
}
#searchBox:-ms-input-placeholder { /* Internet Explorer 10+ */
/*    color: rgba(255, 255, 255, 0.85);*/
}

#showHideBrowse {
    width: 15px;
    position: absolute;
    left: 279px;
    top: 20px;
    height: 39px;
    background-color: #B0D5E4;
    cursor: pointer;
    background-image: url('../Images/hideBrowse.png');
    background-position-y: 50%;
    background-repeat: no-repeat;
    /*border: 1px solid #E2E2E2;*/
    moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

/*#searchBox:focus, #searchBox:focus {
        box-shadow: 0 0 5px rgba(122, 192, 218, 1);
        padding: 3px 3px 3px 7px;
        margin: 5px 1px 3px 0px;
        border: 1px solid rgba(122, 192, 218, 1);
    }*/

.searchButton {

}
.searchButton:hover{
    /*background-color: whitesmoke;*/
/*    text-shadow: 0px 1px #2d3334;*/
}
/*.searchButton span::before{
    text-align: center;
    font-family:iconFont;
    content: "\E662";
    line-height: inherit;
    font-size:inherit;
    font-weight: normal;
    display:block; 
    vertical-align:middle;
}*/
.searchButton::before{
    text-align: center;
    font-family: iconFont;
    content: "\E662";
    line-height: inherit;
    font-size:inherit;
    font-weight: normal;
    display:block; 
    vertical-align:middle;
}


.clearSearchButton {
    position: relative;
    top: -25px;
    left: -60px;
    background-image: url(../images/cancel.png);
    background-size: 34px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    overflow: hidden;
}

#newCollectionButton {
    position: absolute;
    top: 11px;
    right: 9px;
    background-image: url(../Images/addSingular.png);
    width: 16px;
    height: 17px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
}

/*#search {
    position: fixed;
    z-index: 99999999;
    background-color: white;
    border: 1px solid lightgray;
    padding: 5px;
}*/

/*.srchSugg {
    cursor: pointer;
    padding: 2px 22px 2px 0px;
    background-image: url(../Images/goSingular.png);
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 2px;
    width:248px;
    color: darkgray;
}*/

.resetBrowse {
    position: absolute;
    top:13px;
    right:50px;
    width: 20px;
    height: 24px;
    background-image: url(../images/new/reset.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
}

.includeInBrowse {
    position: absolute;
    top:45px;
    right:12px;
    width: 20px;
    height: 24px;
    cursor:pointer;
}

#browseButton {
    margin-left: -12px;
    width: 30px;
    padding-top: 10px;
    height: 25px;
    color: rgba(204, 204, 204, 1);
}

.attContainer {
    border: 1px solid #eee;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
}

.attribButton {
    border: 1px solid #e2e2e2;
    border-left: 0px;
    position: relative;
    top: 5px;
    left: 281px;
    padding-top: 5px;
    margin: 0px;
    height: 21px;
    text-align: center;
    /*padding: 4px 5px 2px 5px;*/
    cursor: pointer;
    background-color: whitesmoke;
    /*background-color: #4385f5;*/
    color: rgba(204, 204, 204, 1);
    width: 88px;
/*    font-size: 14px;*/
}



/*#browse {
    position: fixed;
    z-index: 99999999;
    background-color: white;
    border: 1px solid lightgray;
    padding: 10px;

}*/

.browseOption {
    cursor: pointer;
    padding: 2px 22px 2px 0px;
    /*background-image: url(../Images/goSingular.png);*/
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 2px;
    color: darkgray;
}

.attHead{
    width:100%;
    height:24px;
}

/*.browseAtt {
    cursor: pointer;
    padding: 2px 22px 2px 0px;
    background-image: url(../Images/goSingular.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 2px;
    color: darkgray;
}*/

.browseAttVal {
    cursor: pointer;
    padding: 2px 22px 2px 0px;
    /*background-image: url(../Images/goSingular.png);*/
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 2px;
    color: darkgray;
}

.browseContColl {
    float: left;
    width: 290px;
}

.browseContAttrib {
    float: left;
    margin-left: 10px;
    width: 290px;
}

.prev,.next,.info,.exit,.fs  {
    position: fixed;
    top: 50%;
    width: 3em;
    height: 3em;
    margin-top: 0px;
    cursor: pointer;
    z-index: 2147483647;
    opacity: 0.5;
    font-family:iconFont;
    color:white;
    text-align: center;
    font-size:1.5em;
    line-height: 3em;
    text-shadow: 0px 1px #222222;
    
    -webkit-transition: font 0.3s ease;
    -moz-transition: font 0.3s ease;
    -o-transition: font 0.3s ease;
    -ms-transition: font 0.3s ease;
    
    /*background-color: #222222;
    border: 3px solid #333;*/
}

.prev,.next{
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
}

.prev:hover,.next:hover,.info:hover,.exit:hover{
    opacity: 1.0;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

.prev:hover,.next:hover{
    opacity: 1.0;
    background-color: rgba(0, 0, 0, 0.2);
}

.prev {
    left: 0px;
    line-height: 3em;
    height: 3em;
    margin-top: -1.5em;
    font-size: 2em;
}

.prev span::before{
    content: "\E774";
}
.next {
    right: 0px;
    line-height: 3em;
    height: 3em;
    margin-top: -1.5em;
    font-size: 2em;
}

.next span::before{
    content: "\E773";
}
.info {
    right: 0px;
    top: 100%;
    margin-top: -3em;
}

.info span::before{
    content: "\E77B"; /*"\E6B4"*/
}

.exit {
    right: 0px;
    top: 00px;
}
.exit span::before{
    content: "\E672";
}

.fs {
    right: 0px;
    top: 90px;
    background-image: url('../images/exit.png');
}

/*#add {
    position: fixed;
    top: 200px;
    left: -5px;
    background-color: rgba(204, 204, 204, 1);
    width: 45px;
    height: 70px;
    padding: 0px;
    border: 2px solid darkgray;
    border-left: 0px;
    display: none;


    border: 1px solid darkgray;
    position: relative;
    top: -48px;
    left: 337px;
    width: 30px;
    margin: 0px;
    margin-top: 5px;
    height: 22px;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    background-color: rgba(204, 204, 204, 1);
    color: white;
}*/

#add {
    float: left;
    margin-left: 5px;
}

#addButton {
    cursor: pointer;
}

#uploadify object {
    color: White;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
}

#infoBar,.selectedContainer {
/*    font-size:11px;*/
    color: white;
    position: fixed;
    left: 0px;
    /*padding: 0px 10px 0px 10px;*/
    background-color: rgba(0,0,0,0.79);
    width: 100%;
    height: 0px;
    bottom: 0px; /*bottom: 38px;*/
    overflow: hidden;
    /*display: none;*/
    z-index: 999999999;
    /*background-image: url('../images/bg.jpg');*/
    border-top: 0px solid #000;
    
}

.selectedContainer{
    height:auto; 
    opacity:0;  
    bottom:-500px; 
}

.selectOptions{
    float:left;
    padding:10px;
    text-align:center;
    width:12%;
}

.selectedListContainer{
    float:left;
    padding:10px;
    overflow:hidden;
    overflow-x:auto; 
    height:115px; 
    width:88%;
}

.selectedList{
    height:90px;
 
}

.topBand {
    /*border-top: 2px solid #4385f5;*/
}

.mainNavCont {
    z-index: 99999999999;
    position: fixed;
    top: 37px;
    left: 0px;
    width: 50px;
    height: 100%;
/*    padding-top: 5px;*/
    /*background-image: url(../images/bgDark.png);*/
    background-repeat:repeat-y;    
    overflow:hidden;
/*    background-color: #2E3435; */
    /*border-left: 1px solid #4385f5;*/
    border-right: 3px solid #838383;

    /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);*/
    
    background: -webkit-linear-gradient(#222627, #2D3334); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#222627, #2D3334); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#222627, #2D3334); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#222627, #2D3334); /* Standard syntax */
}

.menuTitle {
    font-size: 3em;
    display: inline-block;
    margin: 0.5em 0em;
    position: fixed;
    top: 0em;
    right: 0em;
    z-index: -1;
    white-space:nowrap;
    cursor: pointer;
}

.menuTitleHover::before {
    content: "edit - ";
    font-size: 50%;
    vertical-align: middle;
}


.menuTitleMobile
{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background-color: rgba(0, 0, 0, 0.95);
    color: white !important;
    text-align: center;
    line-height: 3.3em;
    white-space:nowrap;
    padding-left:3em;
    z-index: 1;
}


.imageCount {
    border-radius: 50%;
    font-size: 1em;
    display: inline-block;
    margin: 1.6em;
    position: fixed;
    top: 0em;
    right: 0em;
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    text-align: center;
    /* border: 0.3em solid rgb(250, 250, 250); */
    cursor: pointer;
    background-position: 0.7em 0.5em;
    background-repeat: no-repeat;
    background-size: 2.1em;
}

.imageCountMobile{
    display:none;
}

html.Light .imageCount{

}
html.Dark .imageCount{
    background-color: rgb(250, 250, 250);
    color: rgb(0, 0, 0);       
}
.imageCount.reload{
    background-image: url(../images/reload.svg);
}

.splashSection {
    position: relative;
    top: 0em;
    right: 0em;
    display: block;
    margin: 0em 0.0em 0em 3.46em;
    text-align:right;
    clear:both;
}

.splashSection.paddingSmall{
    padding-left:0.51px;
    margin-bottom:0.51px;
    margin-top:0.51px;
    margin-right:0.51px;
}
.splashSection.paddingMedium{
   padding-left:3px;
   margin-bottom:3px;
   margin-top:3px; 
   margin-right:3px;  
}
.splashSection.paddingLarge{
   padding-left:8px;
   margin-bottom:8px;
   margin-top:8px; 
   margin-right:8px; 
}

.splashSectionMobile{
   margin: 0em;
}

.splashSectionMobileFirst{
   margin-top: 3.3em !important;
}

.bigSplashTile{
    position: relative;
    width: 100%;
    height: 40em;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border:0px solid rgb(247, 247, 247);  
    
    -webkit-transition:border-width 0.2s ease, border-color 0.2s ease; 
    -moz-transition:border-width 0.2s ease, border-color 0.2s ease; 
    -o-transition:border-width 0.2s ease, border-color 0.2s ease; 
    transition:border-width 0.2s ease, border-color 0.2s ease;    
}

.splashTitle {
    position: absolute;
    right: 0em;
    bottom: 0em;
    padding: 0.6em 1em;
    display: block;
    color: white;
    line-height: 1.5em;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.8);
    text-align: right;
    
}

.splashTile {
    vertical-align: top;
    background-clip: padding-box;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(250, 248, 245, 1);
    width: 100%;
    height: 600px;
    float: left;
    overflow: hidden;
    cursor:pointer;
    border:0px solid rgb(247, 247, 247);
    
    -webkit-transition:border-width 0.2s ease, border-color 0.2s ease; 
    -moz-transition:border-width 0.2s ease, border-color 0.2s ease; 
    -o-transition:border-width 0.2s ease, border-color 0.2s ease; 
    transition:border-width 0.2s ease, border-color 0.2s ease;   
}

html.Light .bigSplashTile, html.Light .splashTile{
    border-color: rgb(247, 247, 247);   
}
html.Dark .bigSplashTile, html.Dark .splashTile{
    border-color: rgb(31, 31, 31);      
}

.splashSection.paddingSmall .bigSplashTile, .splashSection.paddingSmall .splashTile{
    border-width:0.51px;
}
.splashSection.paddingMedium .bigSplashTile, .splashSection.paddingMedium .splashTile{
   border-width:3px;
}
.splashSection.paddingLarge .bigSplashTile, .splashSection.paddingLarge .splashTile{
   border-width:8px;
}



.splashTileBreak {
    width: 100%;
    height: 0em;
    clear:both;
}

.oneThirdWidth{
    width:33.333%;
}
.twoThirdWidth{
    width:66.666%;
}
.halfWidth{
    width:50%;
}
.quarterWidth{
    width:25%;
}
.fullWidth{
    width:100%;
}

.tall{
    height:900px;
}
.med{
    height:600px;
}
.short{
    height:450px;
}
.miniPlus{
    height:300px;
}
.mini{
    height:225px;
}
.tiny{
    height:112px;
}

.splashTile {
    /*box-shadow: inset 0em -3em 4em -1em rgba(0,0,0,0.8) !important;*/
    position: relative;
}


/*.splashSection > div:not(.splashTitle) {
    position: relative;
    top: 0em;
    width: 100%;
}*/

.vignette {
    -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 200px 0px rgba(0,0,0,0.2);
}


.helpBar {
    position:fixed;
    top:39px;
    left:65px;
    display:none;
}
.helpBarBottom {
    position:fixed;
    left:65px;
    bottom: 67px;
    height: 50px;
    display:none;
}

.help {
    color: #AAA;
    position:absolute;
    left:0px;
    width:200px;
    line-height: 25px;
    font-size: 80%;
    /*text-shadow: 0px 1px #FFF, 0px -1px #EEE;*/
}

.thumbMenuTitle {
    position: relative;
    top: -3px;
    margin: 10px 10px 10px 35px;
/*    font-size: 12px;*/
    color: #FFF;
    width: 90px;
    /*text-shadow: 1px 1px 0 #FFF*/
}

#menu {
    position: absolute;
    top: 0px;
    left: 55px;
    width: 0px;
    height: 100%;
}

#infoContainer {
    height: auto;
    /*background-image: url('../images/bg.png');
    z-index: -999;*/
}

#infoContainerBottom {
    padding: 10px 15px 10px 0px;
}

#waitInfoBar {
    display: none;
}

.infoItem {
    clear: both;
    color: gray;
    padding: 5px;
}

.infoItemValue {
/*    color: #222;*/
    /*font-weight: bold;*/
}

.Inverted {
    color: black;
}

.uploadItem {
/*    height: 25px;*/
    border: 0px dotted black;
/*    font-size: 12px;*/
}

.alert {
    background-color: red;
}


/*engine*/

.browseAtt {
    position:relative;

    width:100%;

    /*background-color: #FFF;*/
}

.att{
    /*height:2em;*/
    position:relative;
}

.template{
    display:none;
}

.attLabel {
    position: absolute;
    top: 4px;
    left:0px;
    color:darkgray;
}

.adminAtt {
    position:relative;
    width:100%;
    display: inline-block;  
    padding: 0em 0em 0.5em 0.5em;
    /*height: 24px;*/
    clear: both;
    /*background-color: #FFF;*/
}
.moveHandle {
    position:absolute;
    top: 0em;
    left:-0.5em;
    width: 1em;
    height: 2.5em;
    background-image: url(../images/vHandle.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor:move;
    opacity: 0.5;
}
.attName, .attTitle {
    display: block; 
    width: 100%;
    padding-right: 30px;
/*    font-size:15px;*/

    /*line-height: 24px;*/
    /*height: 24px;*/
    color:rgba(204, 204, 204, 1);
}
    .attName input {
        width: 100%;
        border: 1px solid transparent;
        font-size: inherit;
    }
    
.attTitle {
    color:#000;
    cursor:pointer;
}    
    
.attFormat {

    width: 100%;
}
    .attFormat select {
        width: 100%;
        border: 1px solid #EFEFEF;
    }

.toggleUsedAtt {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: 0.5;
}


.addUseAtt{
    width:20px;
    height:20px;
    margin-top: -24px;
    opacity: 0.2;
    cursor:pointer;
}

.addCheck{
    background-image: url(../images/inUse.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.add{
    background-image: url(../images/plus.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

[checked=checked]::after{
    font-family:iconFont;
    content: " \E694";
}
/*.check:hover{
    background-image: url(../images/unInUse.png);
}*/

.check {
    background-image: url(../images/inUse.svg);
}
.nocheck {
    background-image: url(../images/notInUse.svg);
}

#engine,#info,#engineAdmin {
    height: 100%;
    /*overflow: hidden;*/
    /*background-color:rgba(245, 245, 245, 1);*/
    /*background-color:#DDEFF6;*/
}

#rightPanel {
    position: fixed;
    right: 0px;
    top: -30px; /*new top: 0px;*/
    height: 100%;
    width: 300px;
    /*z-index: 99999999; /*new*/ 
    /*background-image: url('../images/white.30.png');*/
}

.inner {
    margin: 3.5em 1em 1em 1em;
    position:relative;
    /*height: 300px;*/
}

.innerVert {
    margin: 0px 1.5em;
    position: relative;
    height: 100%;
    /*padding-top: 0.5em;*/
    font-size: 1em;
}


.histItem {
    /*margin: 10px 0px;*/
}

.browseContainer,.browseAttContainer,.browseExifContainer,.browseLocationContainer,.dateRangeContainer,.browseHistogramContainer,.browseDuplicatesContainer,.browseRecentContainer {
    position: relative;
    float: left;
    width: 570px;
    height: 100%;
    background-color: #ffffff;
    overflow:hidden;
}

.browseAttContainer, .browseExifContainer, .browseLocationContainer, .dateRangeContainer, .browseHistogramContainer, .browseHistoryContainer {
    width: 43px;
}

.browseContainerVert,.browseAttContainerVert,.browseExifContainerVert,.browseLocationContainerVert,.dateRangeContainerVert,.browseHistogramContainerVert,.browseDuplicatesContainerVert,.browseRecentContainerVert {
    position: relative;
    width: 100%;
    /*height: 43px;*/
    background-color: rgb(31, 31, 31);
}

.histogram {
    position: absolute;
    height: 197px;
    width: 100%;
    background-size: 100% 800px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.02);
}


#toggleR,#toggleG,#toggleB,#toggleBr {
    display: table-cell;
}

.browseDuplicatesContainer {
    width: 50px;
    /*background-color: #DDEFF6;*/
}

.panel {
    position: absolute;
    top: 76px;
    /*margin-top: -112px;*/
    padding-left: 18px;
    /*padding-top: 79px;*/
    width: 280px;
    height: 100%;
    /*background-image: url('_loginImageGrad.ashx?ObjectCode=ed0346ae-20d3-4a65-8dff-aca23473ace2'); /*mudeford*/
    /*background-image: url('_loginImageGrad.ashx?ObjectCode=6dfde170-f10d-4bf3-8f69-e685bedf11ef');*/ /*bridge*/
    background-repeat: repeat-x;
    /*color: #aaa;*/
}

.logoFloat2 {
    position: absolute;
    /*padding: 17px 23px 12px 20px;*/
    /*border-bottom: 1px solid #e2e2e2;*/
    top: 9px;
    right: 4px;
}

.inputAtt {
    background-color:rgba(255,255,255,0.2);
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    color:inherit;
    font-size: 1em;
    padding: 0.75em 1em;
    line-height: 1em;
    display: block;
    -webkit-appearance: none;
   /* width: 100%;
    background-color: transparent;
    border: 1px solid rgba(220, 220, 220, 1);*/
}


.inputAtt::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255, 255, 255, 0.54);
}
.inputAtt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.54);
}
.inputAtt::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.54);
}
.inputAtt:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.54);
}

.inputAttSelect {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
    line-height: 1em;
    display: block;
}


.userInput {
    color: #333;
    outline: none;
    margin: 5px 1px 3px 0px;
    border: 1px solid #666;
    font-family: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    width: 245px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.select {
    /*background-color:rgba(255,255,255,0.2);*/
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    color:inherit;
    font-size: 1em;
    padding: 0.75em 1em;
    line-height: 1em;
    display: block;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
   /* width: 100%;
    background-color: transparent;
    border: 1px solid rgba(220, 220, 220, 1);*/
}


.select::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255, 255, 255, 0.54);
}
.select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.54);
}
.select::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.54);
}
.select:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.54);
}



.srchSugg {
    position: relative;
    left: 0em;
    top: 0em;
    /*width: 100%;*/
    /*padding: 0px 0px 5px 0px;*/
/*    background-color: #FFF;*/
    color: white;
    /*z-index: 999999999;*/
    /*border: 1px solid rgba(220, 220, 220, 1);*/
    display: none;
/*    margin:0px 10px;*/
    /*max-height: 300px;*/
    overflow-x: hidden;
    overflow-y: auto;
/*    border: 1px solid #ccc;*/
    
    /*moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;   
    
/*    border-bottom: 3px solid #838383;
    border-right: 3px solid #838383;*/
    
    /*-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 0px rgba(0,0,0,0.1);*/
    
    /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/

    /*moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;*/
    /*padding-top: 4px;*/
    /*border-bottom:0px;*/
    
}

.srchSuggMobile{  
    left:0px;
    margin-left:0px;
    width:100%;
}


.srchSuggItem {
    padding: 0em 1em;
    cursor: pointer;
    clear: both;
    line-height: 2em;
    height:2em;
/*    font-size:13px;*/
}

.srchSuggItem:hover{
    background-color:rgba(255,255,255,0.05);
}

.inputAttSel {
    /*border: 1px solid #e2e2e2;*/
    outline: none;
    padding: 4px;
    moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.textareaAtt {
    background-color:rgba(255,255,255,0.2);
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    color:inherit;
    font-size: 1em;
    padding: 0.75em 1em;
    line-height: 1em;
    display: block;
    -webkit-appearance: none;
    height:10em;
    border:0em;
    font:inherit;
}

.addButt {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 20px;
    height: 20px;
    /*background-color:#e2e2e2;*/
    text-align: center;
    cursor: pointer;
    background-image:url(../images/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

.remButt {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 20px;
    height: 20px;
    /*background-color:#e2e2e2;*/
    text-align: center;
    cursor: pointer;
    background-image:url(../images/minus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}


.attLabel {
    padding: 4px 3px 4px 0px;
    cursor: pointer; 
    /*position: absolute;
    top: 6px;
    left: 3px;*/
}

.TX, .BN, .RG, .GL, .LT {
    color: gray;
}

.RG, .GL, .DR {
    color: gray;
    position: relative;
}

/*.dropAttButt {
    position: absolute;
    top:0px;
    right:0px;
    width: 40px;
    height: 100%;
    background-image: url(../images/drop.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor:pointer;
}*/

.dropAttButt {
    cursor: pointer;
    text-align: center;
    font-family: iconFont;
    margin: 0em;
    position: absolute;
    right: 0em;
    top:0em;
    border-width: 0px 0px 0px 1px;
    height: 3.1em;
    line-height: 1.7em;
    padding:0.75em 1em;
}



    .dropAttButt span::before {
        content: "\E64C";
    }

.attSugg {
    position: absolute;
    left: 0px;
    top: 2.65em;
    width: 100%;
    /*background-color: #FFFFFF;*/
    z-index: 1000;
    border: 1px solid rgba(225, 225, 225, 0.5);
/*    border-left-width: 0px;
    border-right-width: 0px;*/
    border-top: 0px;
    display: none;
    max-height: 20em;
    overflow-x: hidden;
    overflow-y: auto;
/*    padding: 0px 0px 5px 10px;*/

    
/*    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);*/
    
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#F9F9F9');
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#F9F9F9));
    background: -moz-linear-gradient(top, white, #F9F9F9);*/
}

.suggRes {
    padding: 0.5em 1em;
    cursor: pointer;
}
.suggRes:hover{
    background-color: rgba(220, 220, 220, 0.1); 
}
.submit,.save,.newAtt,.browseBrowse,.attBrowse,.dateBrowse,.locBrowse,.exifBrowse,.recentBrowse,.dupesBrowse,.histBrowse {
    position: absolute;
    top: 0px;
    right: 7px;
    width: 30px;
    height: 100%;
/*    background-image: url(../images/yes.png);*/
    background-position: 50% 7px;
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 5px;
    cursor: pointer;
}

.submit {
    right:5px;
    bottom: 5px;
    width: 2.5em;
    height:2.5em;
    top:auto;
    opacity:0.8;
    font-family:iconFont;
    padding: 0px;
    text-align: center;
    line-height: 2.5em;
}
.submit span::before{
    content: "\E694";
}
.submit:hover{
    opacity:1.0;
}
.save {
    top: 310px;
    width:20px;
}

.newAtt {
    top: 310px;
    left:10px;
    width:20px;
    background-image: url(../images/new/newAtt.png);
}

.browseBrowse{
/*    background-image: url(../images/new/infoBrowse.png);*/
}

.attBrowse{
    background-image: url(../images/browseAtt.png);
}

.exifBrowse{
    background-image: url(../images/new/exif.png);
}

.dateBrowse {
    background-image: url(../images/new/date.png);
}

.locBrowse {
    background-image: url(../images/location.png);
}

.histBrowse {
    background-image: url(../images/new/histogram.png);
}

.recentBrowse {
    background-image: url(../images/new/recent.png);
}

.dupesBrowse{
    background-image: url(../images/new/duplicates.png);
}

.BrowseButVert
{
    right:0px;
    width: 100%;
    height:40px;
    background-image: none;
}

.createLink {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 150px;
    height: 20px;
    color: #2B2B2B;
/*    font-size: 14px;*/
    cursor: pointer;
}
/*image info*/
.mainInfoContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 260px;
    /*background-color:white;*/
    /*z-index: 99999999;*/
    padding: 20px;
    padding-top: 78px;
    padding-left: 20px;
}

#map {
    height: 230px;
    width: 100%;
    position: absolute;
    /*border: 1px solid #e2e2e2;*/
}

.locationMarker {
    position: absolute;
    top: 150px;
    left: 50%;
    height: 3em;
    width: 3em;
    margin: -1.5em 0em 0em -1.5em;
    background-image: url('../images/pin.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    display: none;
    background-size: 1.5em;
    z-index: 750;
}


#exifInfo {
    clear: both;
}
/*image info*/


.addPromptContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -131px;
    margin-left: -288px;
    display: none;
}

#dropElement {
    height: 262px;
    width: 296px;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
    background-position: 50%;
} 
#themeCol{
    width:100%;
    margin: 0.75em 0;
}
#themeCol div{
   position:relative;
   overflow: hidden;
   border:1px solid rgba(255,255,255,0.5); 
   width:2em; 
   height:2em; 
   /*border-radius:50%; */
   cursor:pointer;
   margin: 0 auto; 
}
#themeCol div.selected::before {
    /*content: "\2714";*/
    border:1px solid rgba(255,255,255,1);
    margin: 0.6em;
    top: 0.2em;
    position: relative;
}
#themeCol div.selected {
    /*content: "\2714";*/
    border:3px solid rgba(255,255,255,1);
}

.slideCont {
    width: 12em;
    cursor: pointer;
    /*margin: 0.8em 0;*/
}

.slide {
    width: 50%;
    display: inline-block;
    float: left;
    background-color: rgba(255,255,255,0.25);
    margin: 0.64em 0;
    height:10px;
}

.slideCont.triple .slide{
    margin: 1.5px 0;
}

.slideNeg, .slidePos{
    background-color: rgba(255,255,255,1.0); 
    height: 100%;
    width: 0;
}

.slide.R,.slide.G,.slide.B{
    height: 7px;   
}

.R > div{background-color: rgba(255,0,0,1.0);}
.G > div{background-color: rgba(0,255,0,1.0);}
.B > div{background-color: rgba(0,0,255,1.0);}

.slide.R{background-color: rgba(255,0,0,0.25);}
.slide.G{background-color: rgba(0,255,0,0.25);}
.slide.B{background-color: rgba(0,0,255,0.25);}

.slideFull
{
    width:100%;
}

.slideNeg{
    float: right;
    border-right:1px solid rgba(255,255,255,0.25);
}

.R > .slideNeg{border-right:1px solid rgba(255,0,0,1);}
.G > .slideNeg{border-right:1px solid  rgba(0,255,0,1);}
.B > .slideNeg{border-right:1px solid  rgba(0,0,255,1);}


.slidePos{
    float: left;
}

.flag{
    height:2.9em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5; 
    -webkit-transition:opacity 0.1s ease-in; 
    -moz-transition:opacity 0.1s ease-in; 
    -o-transition:opacity 0.1s ease-in;
    transition:opacity 0.1s ease-in; 
    /*moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;   */
}

.flag:hover{
    opacity: 1.0;    
}

.flag.flagSelected{
    opacity: 1.0;    
}

.flag.GB{
    background-image: url(../images/flags/gb.svg);
}
.flag.FR{
    background-image: url(../images/flags/fr.svg);
}
.flag.DE{
    background-image: url(../images/flags/de.svg);
}
.flag.ES{
    background-image: url(../images/flags/es.svg);
}
.flag.IT{
    background-image: url(../images/flags/it.svg);
}
.flag.PL{
    background-image: url(../images/flags/pl.svg);
}
.flag.EE{
    background-image: url(../images/flags/ee.svg);
}
.flag.AE{
    background-image: url(../images/flags/ae.svg);
}
.flag.VN{
    background-image: url(../images/flags/vn.svg);
}