@font-face {
    font-family: "AOR";
    src: url("fonts/AOR.woff");
    }
#website-main{
    border:none !important;
    padding-top:24px;
    font-family: Arial, sans-serif;
    background: url("images/armory/header-bg.png") top repeat-x;
    text-shadow: 1px 1px 1px black;
}
a:hover{
    text-decoration: none;
}
p{
    margin: 0;
    padding: 0;
}
.fl-ri{
    float:right;
}
.fl-le{
    float:left;
}

/********* RANKED LEADERBOARD STYLES *********/
#ldb-intro{
    margin-bottom:24px;
    cursor: default;
    padding-left:24px;
    font-family: "AOR";
}
#ldb-title{
    font-size: 4rem;
    margin-bottom:14px;
}
#ldb-subtitle{
    font-size:1.5rem;
    color: #877b69;
}
#ldb-mode{
    display:inline-block;
    user-select: none;
    font-size: 1.6rem;
    padding:0 0 12px 12px;
    margin-bottom: 24px;
}
.ldb-mode-selected{
    border-bottom: 2px solid #f90 !important;
    color: #e3d6c4 !important;
    font-weight: bold;
}
.ldb-btn{
    padding:0 8px;
    margin:0 12px;
    border-bottom: 2px solid transparent;
    padding-bottom: 13px !important;
    color: #877b69;
}
.ldb-btn:hover{
    border-bottom: 2px solid #e3d6c4;
    cursor:pointer;
    color: #e3d6c4;
}
#ldb-table{
    display:table;
    width: 100%;
    text-align:center;
    font-size:1.7rem;
    user-select: none;
    margin:0 auto;
}
.ldb-tablehead{
    height:38px;
}
.ldb-tablehead th{
    color: #f90;
    vertical-align: middle;
    font-weight:bold;
    font-size:1.65rem;
}
.ldb-th-wide{
    min-width:100px;
    text-align:left !important;
    overflow-wrap: unset;
}
.ldb-rank{
    font-weight:bold;
    font-size:2.2rem;
    font-family: "AOR";
}
.ldb-playername{
    text-align:left !important;
    font-weight:bold;
    font-family: "Trebuchet MS";
    font-size:1.9rem;
}
.ldb-playername a{
    color:#e3d6c4;
}
.ldb-playername a:hover{
    color:#f90;
}
.ldb-guild a{
    color:#e3d6c4;
}
.ldb-guild a:hover{
    color:#f90;
}
.ldb-valignmid{
    text-align:left;
}
.ldb-valignmid img{
    margin-right:12px;
    vertical-align: middle;
}
.ldb-row{
    display:table-row;
    height:60px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.ldb-row td{
    vertical-align: middle;
    border-top: none !important;
}
.ldb-row td:last-child{color: #db2300;}
.ldb-row td:nth-last-child(2){color: #0f0;}
.ldb-row td:nth-last-child(3){color: rgb(135, 52, 212);}

.ldb-destro{
    background: url("images/armory/ldb-destro-row.jpg") center repeat-x !important;
    background-color: rgb(59, 20, 20);
}
.ldb-destro:hover{
    border-left: 4px solid rgb(212, 56, 56);
    border-right: 4px solid rgb(212, 56, 56);
    cursor:pointer;
}
.ldb-order{
    background: url("images/armory/ldb-order-row.jpg") center repeat-x !important;
    background-color: rgb(20, 48, 59);
}
.ldb-order:hover{
    border-left: 4px solid rgb(56, 92, 212);
    border-right: 4px solid rgb(56, 92, 212);
    cursor:pointer;
}

#ldb-ssn-selection{
    margin: 0 0 24px 24px;
}
#ldb-ssn-filter{
    user-select: none;
    text-align:center;
    padding:8px 12px;
    background: linear-gradient(180deg, rgb(90, 83, 70) 0%, rgb(70, 67, 64) 64%);
    border:2px solid rgb(26, 26, 26);
    color: #e3d6c4;
    width:120px;
    box-shadow: none;
}
#ldb-ssn-filter:focus{
    border: 2px solid #574e41;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#ldb-filter-search{
    position:absolute;
    right: 24px;
    top: 150px;
    color: #877b69;
    user-select:none;
}

#ldb-career-filter{
    text-align:center;
    padding:8px 12px;
    background: linear-gradient(180deg, rgba(28,26,22,1) 0%, rgba(0,0,0,1) 64%);
    border:2px solid rgb(26, 26, 26);
    color: #e3d6c4;
    width:184px;
    box-shadow: none;
}
#ldb-career-filter:focus{
    border: 2px solid #4b443a;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#ldb-search-container{
    display:flex;
    justify-content: center;
    margin-bottom: 40px;
}
#ldb-playersearch{
    position: relative;
    background: linear-gradient(180deg, rgb(20, 19, 16) 0%, rgba(0,0,0,1) 64%);
    border:none;
    padding:8px 12px;
    border:2px solid rgb(26, 26, 26);
    outline: none;
    left: 62px;
    color: #e3d6c4;
    border-radius: 3px !important;
    width: 360px;
    height:30px;
    font-size: 1.5rem;
    user-select:none;
}
#ldb-playersearch:focus{
    border: 2px solid #4b443a;
}
#ldb-playersearch::-webkit-search-cancel-button{
    display:none;
}
#ldb-search-go-btn{
    visibility: hidden;
    position: relative;
    top:2px;
    background: linear-gradient(180deg, rgb(68, 37, 37) 0%, rgb(51, 24, 24) 70%);
    width:60px;
    height: 46px;
    text-align:center;
    border: 2px solid rgb(78, 43, 43);
    border-radius: 3px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    user-select: none;
}
#ldb-search-go-txt{
    margin-top:16px;
    font-weight:bold;
}
#ldb-search-go-btn:hover{
    background: linear-gradient(180deg, rgb(94, 45, 45) 0%, rgb(78, 31, 31) 70%);
    cursor:pointer;
    border: 2px solid rgb(116, 47, 47);
}

#armory-character-wrapper{
    display:none;
    position: absolute;
    background: rgb(255, 255, 255);
    width:100%;
    min-height:640px;
    max-width: 1024px;
    z-index: 100;
    border-radius: 6px;
}

#ldb-table_info, #ldb-table_length label{
    color: #877b69 !important;
    margin:24px;
}
#ldb-table_length select{
    text-align:center;
    padding:8px 12px;
    background: linear-gradient(180deg, rgba(28,26,22,1) 0%, rgba(0,0,0,1) 64%);
    border:2px solid rgb(26, 26, 26);
    color: #e3d6c4;
    box-shadow: none;
    width:51px;
}
/**********/

/** Misc stuff fixing datatables styles **/
.current{
    background: linear-gradient(90deg, rgba(135,123,105,1) 29%, rgba(173,159,137,1) 100%) !important;
    border:none !important;
}
.current:hover{
    box-shadow: 0 1px 10px #837568;
}
.dataTables_paginate, .dataTables_info{
    margin-top:24px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: linear-gradient(180deg, rgb(51, 49, 40) 0%, rgb(32, 32, 32) 70%);
}
.dataTables_wrapper{
    margin: 0;
}
/**********/

/********* RANKED LEADERBOARD STYLES *********/
#arm-intro{
    margin:24px 0;
    cursor: default;
    padding-left:24px;
    text-align:center;
    font-family: "AOR";
    user-select:none;
}
#arm-title{
    font-size: 4rem;
    margin-bottom:14px;
}
/*** Mastersearch */
#arm-search-container{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
#arm-mastersearch{
    position: relative;
    margin-left: 64px;
    background: linear-gradient(180deg, rgb(20, 19, 16) 0%, rgba(0,0,0,1) 64%);
    border:none;
    padding:8px 12px;
    border:2px solid rgb(26, 26, 26);
    outline: none;
    color: #e3d6c4;
    border-radius: 3px !important;
    width: 520px;
    height:30px;
    font-size: 1.5rem;
    user-select:none;
}
#arm-mastersearch:focus{
    border: 2px solid #4b443a;
}
#arm-mastersearch::-webkit-search-cancel-button{
    display:none;
}
#arm-search-go-btn{
    visibility: hidden;
    position:relative;
    background: linear-gradient(180deg, rgb(68, 37, 37) 0%, rgb(51, 24, 24) 70%);
    width:60px;
    right:2px;
    height: 46px;
    text-align:center;
    border-radius: 3px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    user-select: none;
    border: 2px solid rgb(78, 43, 43);
    z-index:60;
}
#arm-search-go-txt{
    margin-top:16px;
    font-weight:bold;
}
#arm-search-go-btn:hover{
    background: linear-gradient(180deg, rgb(94, 45, 45) 0%, rgb(78, 31, 31) 70%);
    cursor:pointer;
    border: 2px solid rgb(116, 47, 47);
}
#arm-search-results-dropdown{
    background: rgba(0,0,0,1);
    width: 544px;
    border-radius: 3px !important;
    border:2px solid #4b443a;
    border-top: none;
    color: #e3d6c4;
    z-index: 10;
    position: absolute;
    visibility: hidden;
    position: absolute;
    left: 50%;
    margin-left: -274px;
    top: 172px;
}

#arm-search-results-dropdown ul{
    list-style-type: none;
    user-select:none;
}
#arm-search-results-dropdown ul a{
    display:block;
}
#arm-search-results-dropdown ul li{
    display:flex;
    flex-wrap: nowrap;
    padding: 8px 12px;
    margin: 2px 0;
    background: rgb(20, 20, 20);
    border-top: 1px solid rgb(31, 31, 31)
}
#arm-search-results-dropdown ul li:hover{
    background: rgb(31, 31, 31);
    cursor: pointer;
}
#arm-search-results-dropdown ul li p{
    margin-top:5px;
}
/*** Search result types */
.arm-search-objecticon{
    width:28px;
    vertical-align: baseline;
    margin-right: 12px;
}
.arm-search-objectname{
    font-weight:bold;
}
.arm-search-object-type{
    position: absolute;
    right: 0;
    margin-right: 12px;
    color: #877b69;
}

/***/
/****/

/*** Megamenu */
#arm-megamenu-container{
    display:flex;
    justify-content: center;
    color: #877b69 !important;
    min-width:800px;
    min-height: 800px;
    flex-wrap: wrap;
}
#arm-megamenu-container span{
    display:flex;
    position:relative;
    align-items: center;
    justify-content: center;
    text-align:center;
    padding: 0 12px;
    margin: 0 12px 0 12px;
    background: linear-gradient(180deg, rgb(48, 36, 33) 0%, rgb(36, 26, 24) 64%);
    height: 46px;
    min-width:132px;
    border-radius: 2px;
    box-shadow: 0 1px 6px black;
    user-select:none;
    border:2px solid rgb(48, 36, 33);
    border-top: 2px solid rgb(48, 36, 33);
    font-size: 1.4rem;
    font-weight:bold;
}
#arm-megamenu-container span:hover{
    cursor:pointer;
    background: rgb(22, 17, 15);
    border: 2px solid rgb(95, 74, 64);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.mgm-icon{
    margin-right: 8px;
    vertical-align: middle;
    width:32px;
}
#arm-megamenu-container span p{
    position: absolute;
    left: 0;
    margin-left: 8px;
}
.mgm-dropdown{
    display: none;
    position: absolute;
    background: rgb(22, 17, 15) !important;
    min-height:120px;
    min-width:562px;
    z-index: 5;
    top:48px;
    left: -2px;
    box-shadow: none;
    border-radius: 2px;
    border-top-left-radius: 0;
    border: 2px solid rgb(95, 74, 64);
    border-top: 2px solid transparent;
    padding: 16px 16px 16px 8px;
    overflow: visible !important;
}
.mgm-drp-right{
    left:-432px !important;
    max-width:520px;
}
.mgm-dropdown ul{
    display:flex;
    list-style-type: none;
    text-align: left;
    padding: 0 12px;
    font-size: 1.4rem;
    flex-wrap: wrap;
    flex-basis: 30%;
}
.mgm-dropdown ul li{
    position:relative;
    margin-left:28px;
}
.mgm-dropdown-title{
    font-size: 1.7rem;
    margin-top: 12px;
    font-weight:bold;
}
.mgm-dropdown-title a{
    color: #e3d6c4;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
}
.mgm-dropdown-title a:hover{
    border-bottom: 1px solid #e3d6c4;
}
.mgm-dropdown-title ul{
    margin-left: -26px !important;
    font-weight:normal;
    list-style-type: none;
    display:flex;
    flex-direction: column;
}
.mgm-dropdown-title ul li{
    margin-top: 6px;
    vertical-align: middle;
    text-overflow: none !important;

}
.mgm-hasdropdown{
    border-bottom: 2px solid transparent !important;
}
.mgm-drp-icon{
    font-size: 1rem;
    position: absolute;
    right:0;
    margin-right: 8px;
}
.mgm-order-color{
    color:#2d3f85 !important;
}
.mgm-destro-color{
    color:#aa1919 !important;
}
/****/

/*** Item Qualities */
.itemqual-trash{
    color: #7a6f5f !important;
    border-bottom: 1px solid transparent;
}
.itemqual-trash a:hover{
    border-bottom: 1px solid #7a6f5f;
}
.itemqual-common{
    color: #e3d6c4 !important;
    border-bottom: 1px solid transparent;
}
.itemqual-common a:hover{
    border-bottom: 1px solid #e3d6c4;
}
.itemqual-uncommon{
    color: #18f000 !important;
    border-bottom: 1px solid transparent;
}
.itemqual-uncommon a:hover{
    border-bottom: 1px solid #18f000;
}
.itemqual-rare{
    color: #0061bd !important;
    border-bottom: 1px solid transparent;
}
.itemqual-rare a:hover{
    border-bottom: 1px solid #0061bd;
}
.itemqual-very-rare{
    color: #9238d0 !important;
    border-bottom: 1px solid transparent;
}
.itemqual-very-rare a:hover{
    border-bottom: 1px solid #9238d0;
}
.itemqual-item-set{
    color: #f0be28 !important;
    border-bottom: 1px solid transparent;
}
.itemqual-item-set a:hover{
    border-bottom: 1px solid #f0be28;
}
.itemqual-mythic{
    color: #c83c00 !important;
    border-bottom: 1px solid transparent;
}
.itemqual-mythic a:hover{
    border-bottom: 1px solid #c83c00;
}
.itemqual-ability-yellow{
    color: #ffcc66;
    border-bottom: 1px solid transparent;
}
.itemqual-ability-yellow a:hover{
    border-bottom: 1px solid #ffcc66;
}
/****/

#arm-herobtn-container{
    text-align:center;
    margin-bottom:32px;
}

/*** Object page */
#obj-rightside-btn-cnt{
    position: relative;
    float: right;
    user-select: none;
}
.obj-rightside-btn{
    margin-right: 24px;
    padding: 6px 12px;
    background: linear-gradient(180deg, rgb(90, 83, 70) 0%, rgb(70, 67, 64) 64%);
    border-radius: 3px;
}
.obj-rightside-btn:hover{
    cursor: pointer;
}
.obj-popup{
    display: none;
    position: absolute;
    background: rgb(70, 67, 64);
    right: 24px;
    margin-top: 4px;
    padding: 24px 12px;
    width: 350px;
    border-radius: 3px;
    border-top-right-radius: 0;
    z-index: 15;
    box-shadow: -3px 5px 5px rgba(20, 16, 16, 0.5);
}
.obj-popup p span{
    display: none;
    font-weight:bold;
}
.obj-popup input{
    background: linear-gradient(180deg, rgb(48, 44, 37) 0%, rgb(41, 39, 37) 64%);
    border-radius: 3px;
    padding: 12px;
    margin: 6px 0 12px;
    color: #e3d6c4;
    width: 322px;
    box-shadow: 0 1px 5px rgba(20, 16, 16, 0.35);
    border: 2px solid transparent;
}
.obj-popup input:focus{
    border: 2px solid rgb(121, 112, 97);
    outline: 0;
}
#obj-intro-cont{
    margin:24px 24px 0;
    user-select: none;
    max-width: 596px;
    display:inline-block;
}
#obj-intro-icon{
    vertical-align: middle;
    overflow: hidden;
    float:left;
}
#obj-intro-title{
    margin: 0 0 12px 32px;
    display:inline-block;
    font-family: "AOR";
    font-size: 2.5rem;
    user-select: text;
    width: 400px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    z-index: 15;
}
#obj-intro-title:hover{
    overflow:visible;
    text-shadow: 0 0 5px black;
    margin-bottom: 15px;
}
#obj-intro-type{
    float:right;
    margin-top: 4px;
    font-size: 1.8rem;
}
.obj-intro-type-ability{
    font-family: "AOR";
}
.obj-mar-le{
    margin-left: 32px;
}
#obj-tooltip{
    position:relative;
}
#obj-descr-cont{
    margin:0 120px;
    user-select: text;
    font-size: 1.5rem;
    max-width: 500px;
    border-top: 2px solid rgb(48, 48, 48);
    padding-top: 16px;
    text-align: left;
}
.obj-descr-tali-icon{
    display:inline-block;
    width: 16px;
    height: 16px;
    background: #181008;
    box-shadow: inset 0 0 5px #918061;
    vertical-align: text-top;
    margin-right: 6px;
}
#obj-right-floaters{
    position: absolute;
    top:0;
    right:0;
}
#obj-descr-cont p{
    display:inline-block;
}
.obj-descr-txt-grey{
    color: rgb(100, 100, 100);
}
.obj-descr-txt-green{
    color: #18f000;
}
.obj-descr-txt-yellow{
    color: #ff0;
}
.obj-descr-txt-white{
    color: #fff;
}



#obj-btm-info-cont{
    margin: 125px 24px 0;
}
#obj-btm-tabs-cont{
    user-select:none;
    margin-left: 15px;
}
#obj-btm-tabs-cont p{
    display:inline-block;
}
.obj-btm-tab{
    padding: 12px;
    background: linear-gradient(180deg, rgb(60, 8, 8) 0%, rgb(21, 4, 4) 12%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 2px solid rgb(45, 7, 7);
    border-bottom: none;
    color: #978f82;
    display: none;
}
.obj-btm-tab:active{
    color: #e3d6c4;
}
.obj-btm-tab.selected{
    background: linear-gradient(180deg, rgb(84, 18, 18) 0%, rgb(47, 10, 10) 12%);
    border: 2px solid rgb(70, 11, 11);
    border-bottom: none;
    font-weight: bold;
    color: #e3d6c4;
}
.obj-tab-content{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
    padding:12px 24px;
    border-top: 4px solid rgba(33, 33, 33, 0.5);
    background: #0e0c0cd9;
}

.obj-tab-content.active{
    display:block;
}



#obj-screenshot-cnt{
    background: linear-gradient(0deg, rgba(39, 59, 82, 0.5) 0%, rgba(23, 30, 39, 0.514) 70%);
    padding: 16px;
    width: 200px;
    float:right;
    margin: 48px 34px 0 0;
    position: absolute;
    right: 0;
    border-radius: 2px;
    text-align:center;
    border: 2px solid rgba(44, 66, 78, 0.65);
}
.obj-screenshot-title{
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 8px;
}
#obj-screenshot-cnt img{
    max-width: 90%;
    height: auto;
    object-fit: cover;
}
#obj-screenshot-cnt img:hover{
    cursor:pointer;
}
#obj-screenshot-cnt input[type="file"]{
    display:none;
}
#obj-screenshot-uploadlink{
    margin-top: 8px;
    font-size: 1.4rem;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    display:inline-block;
}
#obj-screenshot-uploadlink:hover{
    cursor:pointer;
    border-bottom: 1px solid #ffcc66;
}
/****/



/*** Obj Tab content */
.obj-tab-tablehead{
    height: 38px;
}
.obj-tab-tablehead th{
    color: #f90;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.65rem;
    padding: 10px !important;
}
.obj-tab-row{
    display: table-row;
    height: 48px;
}
.obj-tab-row:hover{
    background: rgba(50, 50, 50, 0.5) !important;
}
.obj-tab-row td{
    vertical-align: middle;
    border-top: none !important;
    font-size: 1.45rem;
    min-width: 180px;
}
.obj-tab-row td img{
    vertical-align: middle;
    margin: 0 4px 0
}
/****/