/* additional classes */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

/* adjustments for smm */
.nav-tabs { background: #c1ccd1; border-radius: 5px 5px 0 0; }
blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #e5e5e5; }
/* body.pace-done */ blockquote { color: #707478; }

.smmLogoImg { max-height:32px;margin-left:-12px;margin-right:8px; }
a.submenu-nodot { padding-left:0px !important; }
li.submenu-nodot::after { content:none !important; }
.fa-th-large:before { font-size:15px !important; }
.submenu-nodot>i { font-size:16px !important; margin-left: -4px !important; }
.float-sub-menu-container .float-sub-menu li>a:after { z-index:-1; }

.sidebar .sub-menu>li>a:after { z-index:-1; }
.sidebar .nav>li>a i { font-size:16px; }

.sidebar-light { background-color: #b6c0c8!important; }
.sidebar-light a { color: rgba(0,0,0,0.65)!important; }
.sidebar-light .nav-header { color: rgba(0,0,0,0.65)!important; }

.smmCopyright { padding-top: 0px; }
.smmCopyrightText { text-align:center;display:block;color:rgba(200,230,255,0.2); }
.sidebar-light .smmCopyrightText { text-align:center;display:block;color:rgba(0, 31, 56, 0.2); }



/* category colors LIGHT bg sidebar */
.sidebar-light .text-category		{ color: #49b6d6 !important; }
.sidebar-light .text-resources		{ color: #d6b649 !important; }
.sidebar-light .text-links			{ color: #d788ca !important; }

.sidebar-light .text-modpack       { color: #d70 !important; }
.sidebar-light .text-customization { color: #d07 !important; }
.sidebar-light .text-character     { color: #70d !important; }
.sidebar-light .text-environment   { color: #00d !important; }
.sidebar-light .text-uncategorized { color: #777 !important; }
.sidebar-light .text-blueprint     { color: #07d !important; }
.sidebar-light .text-worlddb     	{ color: #db0 !important; }
.sidebar-light .text-challengepack { color: #b00 !important; }
.sidebar-light .text-terrainassets { color: #080 !important; }
.sidebar-light .text-terraintiles  { color: #57a300 !important; }

.sidebar-light .text-mmsupport     { color: #af5c5c !important; }
.sidebar-light .text-mmtutorial  	{ color: #afaf5c !important; }
.sidebar-light .text-mmtools     	{ color: #5cafaf !important; }
.sidebar-light .text-modpackbuilder{ color: #5caf5c !important; }

/* category colors DARK bg sidebar */
.text-category		{ color: #49b6d6 !important; }
.text-links			{ color: #d6b649 !important; }
.text-resources		{ color: #d788ca !important; }

.text-modpack       { color: #eeaf5c !important; }
.text-customization { color: #ee5caf !important; }
.text-character     { color: #af5cee !important; }
.text-environment   { color: #5c5cee !important; }
.text-uncategorized { color: #999999 !important; }
.text-blueprint     { color: #5cafee !important; }
.text-worlddb     	{ color: #cccc44 !important; }
.text-challengepack { color: #ee5c5c !important; }
.text-terrainassets { color: #080 !important; }
.text-terraintiles  { color: #57a300 !important; }

.text-mmsupport     { color: #eeafaf !important; }
.text-mmtutorial  	{ color: #eeeeaf !important; }
.text-mmtools     	{ color: #afeeee !important; }
.text-modpackbuilder{ color: #afeeaf !important; }
/**/


/* brand colors */
.text-color-discord { color:#7289DA !important; }
.icon-white-center-bg {
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,0) 48%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(255,255,255,0) 48%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(255,255,255,0) 48%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.text-color-youtube { color:#ff0000 !important; }
.text-color-twitter { color:#1DA1F2 !important; }
.text-color-patreon { color:#f96854 !important; }


/* colors from SM */
.text-color-paint-orange-1 { color:#eeaf5c !important; }
.text-color-paint-orange-2 { color:#df7f00 !important; }
.text-color-paint-orange-3 { color:#673b00 !important; }
.text-color-paint-orange-4 { color:#472800 !important; }
.text-color-paint-red-1 { color:#f06767 !important; }
.text-color-paint-red-2 { color:#d02525 !important; }
.text-color-paint-red-3 { color:#7c0000 !important; }
.text-color-paint-red-4 { color:#560202 !important; }
.text-color-paint-magenta-1 { color:#ee7bf0 !important; }
.text-color-paint-magenta-2 { color:#cf11d2 !important; }
.text-color-paint-magenta-3 { color:#720a74 !important; }
.text-color-paint-magenta-4 { color:#520653 !important; }
.text-color-paint-purple-1 { color:#ae79f0 !important; }
.text-color-paint-purple-2 { color:#7514ed !important; }
.text-color-paint-purple-3 { color:#500aa6 !important; }
.text-color-paint-purple-4 { color:#35086c !important; }
.text-color-paint-blue-1 { color:#4c6fe3 !important; }
.text-color-paint-blue-2 { color:#0a3ee2 !important; }
.text-color-paint-blue-3 { color:#0f2e91 !important; }
.text-color-paint-blue-4 { color:#0a1d5a !important; }
.text-color-paint-cyan-1 { color:#7eeded !important; }
.text-color-paint-cyan-2 { color:#2ce6e6 !important; }
.text-color-paint-cyan-3 { color:#118787 !important; }
.text-color-paint-cyan-4 { color:#0a4444 !important; }
.text-color-paint-green-1 { color:#68ff88 !important; }
.text-color-paint-green-2 { color:#19e753 !important; }
.text-color-paint-green-3 { color:#0e8031 !important; }
.text-color-paint-green-4 { color:#064023 !important; }
.text-color-paint-chartreuse-1 { color:#cbf66f !important; }
.text-color-paint-chartreuse-2 { color:#a0ea00 !important; }
.text-color-paint-chartreuse-3 { color:#577d07 !important; }
.text-color-paint-chartreuse-4 { color:#375000 !important; }
.text-color-paint-yellow-1 { color:#f5f071 !important; }
.text-color-paint-yellow-2 { color:#e2db13 !important; }
.text-color-paint-yellow-3 { color:#817c00 !important; }
.text-color-paint-yellow-4 { color:#323000 !important; }
.text-color-paint-grey-1 { color:#eeeeee !important; }
.text-color-paint-grey-2 { color:#7f7f7f !important; }
.text-color-paint-grey-3 { color:#4a4a4a !important; }
.text-color-paint-grey-4 { color:#222222 !important; }

.bg-paint-orange-1 { background-color:#eeaf5c !important; }
.bg-paint-orange-2 { background-color:#df7f00 !important; }
.bg-paint-orange-3 { background-color:#673b00 !important; }
.bg-paint-orange-4 { background-color:#472800 !important; }
.bg-paint-red-1 { background-color:#f06767 !important; }
.bg-paint-red-2 { background-color:#d02525 !important; }
.bg-paint-red-3 { background-color:#7c0000 !important; }
.bg-paint-red-4 { background-color:#560202 !important; }
.bg-paint-magenta-1 { background-color:#ee7bf0 !important; }
.bg-paint-magenta-2 { background-color:#cf11d2 !important; }
.bg-paint-magenta-3 { background-color:#720a74 !important; }
.bg-paint-magenta-4 { background-color:#520653 !important; }
.bg-paint-purple-1 { background-color:#ae79f0 !important; }
.bg-paint-purple-2 { background-color:#7514ed !important; }
.bg-paint-purple-3 { background-color:#500aa6 !important; }
.bg-paint-purple-4 { background-color:#35086c !important; }
.bg-paint-blue-1 { background-color:#4c6fe3 !important; }
.bg-paint-blue-2 { background-color:#0a3ee2 !important; }
.bg-paint-blue-3 { background-color:#0f2e91 !important; }
.bg-paint-blue-4 { background-color:#0a1d5a !important; }
.bg-paint-cyan-1 { background-color:#7eeded !important; }
.bg-paint-cyan-2 { background-color:#2ce6e6 !important; }
.bg-paint-cyan-3 { background-color:#118787 !important; }
.bg-paint-cyan-4 { background-color:#0a4444 !important; }
.bg-paint-green-1 { background-color:#68ff88 !important; }
.bg-paint-green-2 { background-color:#19e753 !important; }
.bg-paint-green-3 { background-color:#0e8031 !important; }
.bg-paint-green-4 { background-color:#064023 !important; }
.bg-paint-chartreuse-1 { background-color:#cbf66f !important; }
.bg-paint-chartreuse-2 { background-color:#a0ea00 !important; }
.bg-paint-chartreuse-3 { background-color:#577d07 !important; }
.bg-paint-chartreuse-4 { background-color:#375000 !important; }
.bg-paint-yellow-1 { background-color:#f5f071 !important; }
.bg-paint-yellow-2 { background-color:#e2db13 !important; }
.bg-paint-yellow-3 { background-color:#817c00 !important; }
.bg-paint-yellow-4 { background-color:#323000 !important; }
.bg-paint-grey-1 { background-color:#eeeeee !important; }
.bg-paint-grey-2 { background-color:#7f7f7f !important; }
.bg-paint-grey-3 { background-color:#4a4a4a !important; }
.bg-paint-grey-4 { background-color:#222222 !important; }

/*  the paint color buttons  */
.btn-paint-64 {
  width: 64px;
  height: 64px;
  border-radius: 16px;

  color: #fff;
  /* text-shadow: 1px 1px 1px #000; */
  text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000;

  font-family: monospace;
  font-size: 16px;
  padding: 0px;
  text-align: center;
}

.btn-paint-64:hover {
  color: #fff !important;
}

/*
.btn-paint-darkfont {
  color: #4a4a4a !important;
}
.btn-paint-darkfont:hover {
  color: #000 !important;
}
*/



/* inventory page, list mod parts */
.inventory-icon-style {
  display:inline-block;
  border: 1px rgba(140,140,140,0.6) solid;
  border-radius: 0 16px;
  padding: 8px;
  margin: 4px;
  background: rgb(100,100,100);
  background: linear-gradient(rgba(100,100,100,0.5), rgba(180, 180, 180, 0.2));
  background: -moz-linear-gradient(rgba(100,100,100,0.5), rgba(180, 180, 180, 0.2));
  background: -webkit-linear-gradient(rgba(100,100,100,0.5), rgba(180, 180, 180, 0.2));
}

.inventory-icon-style:hover {
  border: 1px rgba(240,240,140,0.6) solid;
  background: rgb(130,130,130);
  background: linear-gradient(rgba(130,130,130,0.5), rgba(210, 210, 210, 0.2));
  background: -moz-linear-gradient(rgba(130,130,130,0.5), rgba(210, 210, 210, 0.2));
  background: -webkit-linear-gradient(rgba(130,130,130,0.5), rgba(210, 210, 210, 0.2));
}


.smm-like {
  font-size: 150%;
  color: #aaa;
  cursor:pointer;
}
.smm-like:hover {
  color: #bbb;
}

.smm-like-on {
  color: #2be !important;
}


.smm-quote {
    border: 1px solid #ccc;
    padding: 5px;
    background: #e0eded;
    border-radius: 0px 8px;
}

.smm-trace {
  cursor: pointer !important;
}
.smm-trace:hover {
  color: #2be !important;
}





.thumbnail-overlay {
    display: inline-block;
    width: 220px;
    height: 124px;
    position: absolute;
    background-color: rgba(4,4,4,0.7);
    color: white;
    font-size: 0.8em;
    filter: Alpha(opacity=0);
    opacity: 0;
    text-align: center;
    font-size: 6em;
    padding-top: 10px;
    margin-left: -220px;
}
.thumbnail-overlay:hover {
  filter: Alpha(opacity=1);
  opacity: 1;
}
.gallery-overlay {
    display: inline-block;
    width: 220px;
    height: 124px;
    position: absolute;
    background-color: rgba(4,4,4,0.7);
    color: white;
    font-size: 0.8em;
    filter: Alpha(opacity=0);
    opacity: 0;
    text-align: center;
    font-size: 6em;
    padding-top: 10px;
    margin-top: -140px;
}
.gallery-overlay:hover {
  filter: Alpha(opacity=1);
  opacity: 1;
}


/* mod listings page highlight TD for mod page * //decided against this, link in desc td instead

.mod-list-td:hover { background-color: #a2e2ff; } */

/**  CSS for v1 mod list (vertically listed <a> elements)  **/
a.modlink-listing {
  height: 124px !important;
  display: inherit !important;
}
a.modlink-listing:hover {
  text-decoration: none !important;
  background-color: rgba(217, 224, 231, 0.42);
}

/* CSS for v2 mod list, these are nice rectangles at least on the page and sort pretty neatly for whatever resolution */
.inventory-modlink {
  color: #222;
    width: 238px;
    display: inline-block;
    border: 1px rgba(140,140,140,0.6) solid;
    border-radius: 0 16px;
    padding: 8px;
    margin: 4px;
    background: rgb(100,100,100);
    background: linear-gradient(rgba(100,100,100,0.5), rgba(180, 180, 180, 0.2));
    background: -moz-linear-gradient(rgba(100,100,100,0.5), rgba(180, 180, 180, 0.2));
    background: -webkit-linear-gradient(rgba(100,100,100,0.5), rgba(180, 180, 180, 0.2));
    height: 270px;
    float: left;
    overflow: hidden;
}
.inventory-modlink:hover {
  text-decoration: none !important;
  color: inherit !important;
  background-color: rgba(217, 224, 231, 0.42);
}
.filemod-compat-selected {
  border: 4px #ff9000 solid !important;
    padding: 5px !important;
}


.inventory-modlink2 {
  color: #ccc;
  width: 238px;
  display: inline-block;
  border: 1px rgba(140,140,140,0.6) solid;
  border-radius: 0 16px;
  padding: 8px;
  margin: 4px;
  background: rgb(69,69,69);
  height: 270px;
  float: left;
  overflow: hidden;
}
.inventory-modlink2:hover {
  text-decoration: none !important;
  color: inherit !important;
  background-color: rgb(100,100,100);
}

/* things needed for this inventory modlink  */
.author-name-inlink {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px !important;
    display: inline-block;
    vertical-align: bottom;
}
