﻿* {
    padding: 0px;
    margin: 0px
}

body {
    padding:0px;
    margin:0px;
    background-color:#efefef;
    font-family: 'Archivo', sans-serif;
    font-size: 10pt;
    color:#f20000;
    background-image: url("/imgs/background.png");
}


.fadein, .fadeout {
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.fadein {
    opacity: 1;
}

.slideup, .slidedown {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.slidedown {
    max-height: 60px;
}  



.signout_t{
    display:block;
    text-align:center;
}
.signout_b{
    font-size: 8pt;
    display:block;
    text-align:center;
}

#mem_l_response{
    color:red;
}
#signout{
    display:none;
}

#mem_r_response{
    color:red;
}

.memlink {
    display: table;
    text-decoration: none;
    color: rgb(65, 102, 222);
    padding: 10px;
    border-radius: 6px;
    margin-top: 5px;
    background-color: rgba(0,0,0,0.1);
}

.memlink:hover {
    background-color: rgb(65, 102, 222);
    color: white;
}


.overallratings {
    width: 100px;
}


#debug {
    display: none;
}

.admfin{
   display:none;
}
#top{
    z-index:1!important;
}




.outer{
    clear: both;
        padding-bottom:10px;
     background : linear-gradient(to bottom ,#ffffff , #ffffff);
    box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.wrapper{
    min-width:400px;
    width:960px;
    display: block;
    margin: 0 auto;



}

#paypaldonate{
    position: relative;
    display:inline-block;
    float:left; 
    padding-top:10px;
}

#logo{
    position: relative;
    display:inline-block;
    background-image: url("/imgs/dragon32logo.png");
    background-repeat:no-repeat;
    height:70px;
    width:585px;
    margin-top:10px;
    margin-bottom:10px;
    float:right; 
    padding-right:10px;

}


#menurow{    
    margin-top:-30px;
    font-family: 'Archivo Black', sans-serif;
    clear: both;
}

.menu{
    display:inline-block;
  
    margin:0;
    text-align:left;
   
    font-size:13px;   
}
.menu li  {
    position:relative;
    display:inline;  
}

.menu li:hover{
}

.menu li a:hover{
    background : linear-gradient(to bottom ,#f20000 , #c82500);
    color:white;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
}

.menu a{
    position:relative;
    text-decoration:none;
    display:inline-block;
    color:#f20000;
    padding-left:8px;
    padding-right:8px;
    padding-top:5px;
    padding-bottom:5px;
    border-left: 1px solid black;
}




.ratings{
    list-style:none;
    margin:0;
    text-align:right;
}
.ratings li  {
    position:relative;
    display:inline;  
}




#sm_menurow{
    clear: both;
}

.sm_menu{
    list-style:none;
    margin:0;
    text-align:right;
    vertical-align:top;
    font-size:13px;   
}
.sm_menu li  {
    position:relative;
    display:inline;  
    vertical-align:top;
}

.sm_menu li:hover{
}

.sm_menu li a:hover{
    background : linear-gradient(to bottom ,#f20000 , #c82500);
    color:white;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
}

.sm_menu a{
    position:relative;
    text-decoration:none;
    display:inline-block;
    color:#f20000;
    padding-left:8px;
    padding-right:8px;
    padding-top:5px;
    padding-bottom:5px;
}



.homebullet li{
    margin-bottom:16px;

}


.groups {
    font-family: 'Archivo Black', sans-serif;
    list-style: none;
    margin: 0;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    clear: both;
}
.groups li  {
    position:relative;
    display:inline;  
    margin-right:9px;
}

.groups li:hover{
}

.groups li a:hover{
    background : linear-gradient(to bottom ,#f20000 , #c82500);
    color:white;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
}

.groups a{
    position:relative;
    text-decoration:none;
    display:inline-block;
    color:#f20000;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:3px;
}




.selected a{
    color:white;
    background : linear-gradient(to bottom ,#f20000 , #c82500);
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
}



.latestgamewrapper{
    width:100%;
    text-align:center;
}

.latestgame{
    display:inline-block;
    margin:10px;
}





.gamewrapper {
    margin-top:10px;
    padding:10px;
    display:flex;
    overflow:visible;
    
    border:1px solid;
    border-color:rgba(0, 0, 0, 0.3);
    background-color:rgba(0, 0, 0, 0.1);
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;

}

.gameimg{
    display:block;
    width:190px;
}
.gameinfowrapper{
    display:block;
    width:100%;   
}
.gameinfo{
    display:block;
    vertical-align:top;
    overflow:hidden;
}
.sect1 {
    display: inline-table;
    width: 250px;
    color: #313131;
}
.sect2 {
    color: #313131;
    display:inline-block;
    width: 350px;
    vertical-align: top;
}
.sect3 {
    float:right;
    display: inline-block;
    width: 150px;
    vertical-align:bottom;
    margin-top:100px;
    color:#313131;
}
.folds {
    float: right;
    margin-bottom:10px;

}
.havethis {
    float: right;
}
.wantthis {
    float: right;
    margin-top:6px;
}


.gameleftpanel {
    width: 250px;
    color: #313131;
    font-size: 12px;
    float: left;
}
.gamerightpanel{
    color:#313131;
    font-size:14px;
    padding-right:10px;

}
.gameinfotitle{
    display:inline-block;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    font-size:24px;
    padding-bottom:8px;
}

.gameinfodetails{
    color:#313131;
    font-size:10px;
    padding-top:15px;
}

.gameinfoyear{
    color:#313131;
    font-size:12px;
}

.gameinfomedia{
    color:#313131;
    font-size:12px;
}

.gameinfotype{
    color:#313131;
    font-size:12px;
}
.gameinfoauthor{
    color:#313131;
    font-size:12px;
}



#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

.search-text {
  font-family: 'Archivo Black', sans-serif;
  border-radius: 5px;
  border: 0px;
  height: 28px;
  padding: 0px;
  text-indent: 6px;
  width: 50% !important;
  box-sizing: border-box;
  display: inline-block;
  background-color: #efefef;
  
}

#searchrow{
    display:inline;
    margin:0;
    text-align:center;
    font-size:18px;  
    margin-top:10px; 
    margin-bottom:10px; 
    clear: both;
}


.btn-blue{
    transition: background-color 0.3s ease;
    display:inline-block;
    background-color:rgb(65, 102, 222);
    color:white;
    border-top-right-radius:7px;
    border-top-left-radius:7px;
    border-bottom-right-radius:7px;
    border-bottom-left-radius:7px;
    padding:10px;
    text-align:center;
    cursor:pointer;  
    text-decoration:none;   
}

.btn-blue:hover{
    background-color:rgb(40, 80, 208);  
}

.txtbox{
    font-family: 'Poppins',sans-serif;
    border:1px solid silver;
    border-radius:7px;
    padding:5px;
    padding-left:10px;
    font-size: 10pt;
    width:100%;
    margin-bottom:17px;
}

.pageheaderleft{
    color:black;
    font-size:23px;
    font-weight:bold;
    padding-top:30px;
    padding-bottom:30px;
    text-align:left;
}

.pageheader{
    color:black;
    font-size:20px;
    font-weight:bold;
    padding:30px;
    text-align:center;
}
.pagewrapper{
    font-family: 'Poppins',sans-serif;
    color:black;
    font-size:16px;
    text-align:left;
}










.control-group {
    display: inline-block;
    width: 200px;
    height: 210px;
    margin: 10px;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);

}

.control {
    color: rgb(65, 102, 222);
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
}
.control:hover {
    color: rgb(40, 80, 208);
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}


.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid silver;
    border-radius: 4px;
}





/* Checked state */
.control input:checked ~ .control__indicator {
    background: rgb(65, 102, 222);
    border: 1px solid rgb(65, 102, 222);
    
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: rgb(65, 102, 222);
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}


#dlg-fileline {
    padding-top: 10px;
    padding-bottom: 10px;
}
#dlg-file{
    width:100%;
}

.playbtn {
    display: block;
    position: relative;
    margin-top: 10px;
    border: 1px solid silver;
    border-radius: 4px;
    width: 120px;
    height: 48px;
    text-align: center;
    background-color: rgba(255,0,0,0.5);
    cursor: pointer;
    float:right;
    color:black;
    clear:both;
}

.playbtn > img {
    padding-top:6px;
}

    .playbtn:hover {
    margin-top: 10px;
    border: 1px solid silver;
    border-radius: 4px;
    width: 120px;
    height: 48px;
    text-align: center;
    background-color: rgba(255,0,0,1);
}

.uploadbtn {
    display: block;
    position: relative;
    margin-top: 10px;
    border: 1px solid silver;
    border-radius: 4px;
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    cursor: pointer;
}

.uploadbtn:hover {
    margin-top: 10px;
    border: 1px solid silver;
    border-radius: 4px;
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: rgba(255,255,255,1);
}

