@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); /*Carregar font MontSerrat */

body
{
    font-family: 'Montserrat', sans-serif; /*Font geral é MontSerrat */
    background-color: black;
    font-size:14px;
    /*cursor: url(../Images/Cursors/wowcursor.png), default;*/
    overflow: auto;
}

body video
{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    object-fit: fill;
}

.ServerStatusIcon
{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: red;
    margin-left: 10px;
    margin-right: 10px;
}

.ServerStatusIcon.Online
{
    background-color: green;
}

.SupportOption
{
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: black;
    margin-top: 10px;
    height: 160px;
    width: 160px;
    background-size:     cover;                      /* Cover, preencher a div */
    background-repeat:   no-repeat;
    background-position: center center;   
    background-size:     100% 100%; 
    background-image: url("../Images/Backgrounds/Parchment.png");
}

.SupportOption:hover
{
    color: white;
    cursor: url(../Images/Cursors/wowcursor_action.png), default;
}

.SupportOption .SupportImg
{
    background-size:     cover;                      /* Cover, preencher a div */
    background-repeat:   no-repeat;
    background-position: center center;   
    background-size:     100% 100%; 
    width: 90px;
    height: 90px;
    margin: auto;
}

.SupportOption .SupportTitle
{
    font-size: 25px;
    margin: 2px;
}

.SupportOption .SupportContact
{
    font-size: 10px;
    margin: 2px;
}

#SkypeUrl
{
    color: black;
    text-decoration: none;
}

#SkypeUrl:hover
{
    color: white;
}

#HelpInfo
{
    display: none;
    border-radius: 5px;
    position: absolute; 
    right: 30px; 
    z-index: 10; 
    top: 0px; 
    background-color: white; 
    padding: 2px; 
    font-size: 10px;
    width: 150px;
}

#HelpInfo:hover
{
    color: green;
    cursor: url(../Images/Cursors/wowcursor_action.png), default;
}

#Copyright
{
    position: absolute;
    bottom: 0px;
    left:0;
    right:0;
    text-align: center;
    margin: auto;
    height: 25px;
    color: white;
    font-size: 9px;
}

#SoundButton
{
    position: absolute;
    right: 50px;
    bottom: 70px;
    width: 30px;
    height: 30px;
    cursor: url(../Images/Cursors/wowcursor_action.png), default;
}

.ErrorBlock
{
    margin:auto;
    display: block;
    height: 15px;
    text-align: center;
    width: 100%;
    color:red;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: none;
}

#social
{
    position:absolute;
    left: 0px;
    top: 5px;
    margin-top: 0px;
    margin-left: 0px;
    width: 28px;
}

#social a
{
    width: 26px;
    height: 26px;
    margin: 2px;
    cursor: url(../Images/Cursors/wowcursor_action.png), default;
}

#social img
{
    width: 26px;
    height: 26px;
    margin: 2px;
}

#BackSlider
{
    width: 100%;
    height: 120px;
    background-image: url("../Images/Sliders/slide1.jpg");
    background-size: 100% 360px;                     /* Cover, preencher a div */
    background-repeat:   no-repeat;
    background-position: 100% -160px;              /* optional, center the image */
    margin: auto;
    box-shadow:0 0 50px 20px rgba(255, 255, 255, 0.2) inset;	
    border-radius: 15px;
    border: 1px solid gray;
}

@media only screen and (max-width: 600px) {
    #BackSlider
    {
        display: none;
    }
}

#MainBoxAligner
{
    position: relative; 
    width: 100%; 
    height: 100%; 
    display: flex; 
    align-content: center; 
    justify-content: center; 
    align-items: center; 
    vertical-align: middle; 
    padding: 5px;
    overflow: auto;
}

#MainBox
{
    /*position:absolute;
    top: 50%;
    left: 50%;*/
    margin: 60px 20px;
    max-width: 820px;
    /*max-height: 480px;*/
    color: white;
    /*margin-left: -210px;
    margin-top: -280px;*/
    z-index: 5;
    /* background-image: url("../Images/Backgrounds/Empty_Quest_Log.png");
     background-size:     100%;                     
     background-repeat:   no-repeat;
     background-position: center center;  */     
    -webkit-box-shadow: 0px 10px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 13px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 13px -2px rgba(0,0,0,0.75);
    background: rgba(255, 255, 255, 0.2);
    -webkit-filter: drop-shadow(10px 10px 10px #222);
    filter: drop-shadow(10px 10px 10px #222);
    border: 1px solid gray;
    border-radius: 25px;
    overflow: hidden;
}

#MainBox p
{
    font-size: 15.5px; 
    text-shadow: none;
}

.MenuInfo
{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 10px;
    height: 250px; 
    cursor: url(../Images/Cursors/wowcursor.png), default;
    opacity: 0;
    box-sizing:initial;
    -webkit-box-sizing: initial;
    
    margin-bottom: 13px;
}

.button.hidden
{
    background-image: url("../Images/Buttons/button_no_hover.jpg");
    color:transparent;
}

.button.hidden:hover
{
    background-image: url("../Images/Buttons/button_no_hover.jpg");
    cursor: url(../Images/Cursors/wowcursor.png), default;
}

.button:hover
{
    /*box-shadow:1px 1px 50px 2px white;	*/
    -webkit-box-shadow: 0px 0px 23px -6px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 23px -6px rgba(255,255,255,1);
    box-shadow: 0px 0px 23px -6px rgba(255,255,255,1);
    cursor: url(../Images/Cursors/wowcursor_action.png), default;
    text-shadow: white 0 0 10px;
}

@media only screen and (max-width: 800px) {
    #MainBox
    {
        width: 100%;
    }
}

#TopBook
{
    position: absolute;
    margin-top: 19px;
    margin-left: 11px;
    width: 65px;
    height: 65px;
    z-index: -5;
}



#MainTitle
{
    /*top: 50%;
    left: 50%;*/
    position: relative;
    margin: auto;
    display: block;
    width: 400px;
    height: 60px;

    /*position: absolute;*/
    color: white;
    /*margin-top: -30px;
    margin-left: -200px;*/
    font-size: 50px;
    text-align: center;
    text-shadow: 5px 5px 10px black;
}

#MainSlogan
{
    /*top:50%;
    left: 50%;*/
    display: block;
    position: relative;
    margin: auto;
    padding: 20px;
    /*position: absolute;*/
    color: lightgray;
    /*margin-top: 30px;
    margin-left: -200px;*/
    font-size: 30px;
    text-align: center;
    text-shadow: 5px 5px 10px black;
}

#Intro br
{
    margin-bottom: 10px;
}

#Intro iframe
{
    margin-left: 8px;
}

.clear{
    margin-top: 20px;
}

.highlight
{
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}

.topic
{
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

#Support
{
    position: absolute;
    right: 30px;
    top: 60px;
    width: 30px;
    height: 30px;
    background-image: url("../Images/support.png");
    background-size:     100%;                      /* <------ */
    background-repeat:   no-repeat;
}

#Support:hover
{
    box-shadow:1px 1px 10px 1px white;	
    cursor: url(../Images/Cursors/wowcursor_action.png), default;
    color: green;
}

.BottomMenu
{
    display: table-row;
    height: 22px;
}

#LoginMenu
{
    display: none;
    opacity: 0;
}

#RegisterMenu
{
    display: none;
    opacity: 0;
}

#MainWrapper
{
    position:absolute;
    display: table;
    width: 395px;
    height: 24px;
    border-spacing: 1px 0px;
}

/*#RegisterBox
{
    position: relative;
    opacity: 0;
    display: none;
    width: 350px;
    margin: 70px auto 0px 25px;
    height: 190px;
}*/

.TextMenu
{
    position: relative;
    display: inline-block;
    margin: auto 10px;
    height: 22px;
    color: white;
    float:left;
    width: 30px;
    padding-top: 2px;
    text-shadow: 2px 1px #000;
}

.InputText
{
    color: black;
    padding: 15px;
    border-radius : 4px;
    border: none;
    outline: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow:1px 1px 10px 1px black;	
}

.InputText:focus{
    background: #d2d9dd;
}

/*#LoginBox
{
    position: relative;
    opacity: 0;
    display: none;
    width: 320px;
    margin: 100px auto 0px auto;
    height: 150px;
}*/

/*#ForgottenPWBox
{
    position: relative;
    opacity: 0;
    display: none;
    width: 320px;
    margin: 100px auto 0px auto;
    height: 150px;
}*/

.DisplayError
{
    display: block;
    min-height: 24px; 
    padding: 2px;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
    color: red;
}

.field   
{   
    position:relative;
    height: 55px; 
    margin-bottom: 3px;
}

/*#DownloadBox, #SupportData
{
    display: none;
    opacity: 0;
    position:relative;
    width: 350px;
    overflow-y: scroll;
    height: 205px;
    margin-top: 45px;
    margin-left: 40px;
    cursor: url(../Images/Cursors/wowcursor.png), default;
    padding-right: 20px;
    text-align: center;
}*/

#DownloadMenu{
    display: none;
    opacity: 0;
}

.DownloadIcon{
    background-size:     100% 100%;                  
    background-repeat:   no-repeat;
    background-position: center center; 
    display: block;
    margin: 0px auto;
    height: 40px;
    width: 40px;
}

/*.DownloadOption
{ 
    display: inline-block;
    padding: 4px;
    margin: 10px;
}

.DownloadOption:hover
{
    color:white;
    text-shadow: white 0 0 10px;
}

.DownloadOption a
{
    text-decoration: none;
    color: white;
    cursor: url(../Images/Cursors/wowcursor_action.png), default;
}

.DownloadOption a:hover
{
    color:white;
    text-shadow: white 0 0 10px;
}*/

.DownloadTitle
{
    display:block;
    text-align: center;
    margin: auto;
    font-size: 18px;
    margin-bottom: 2px;
}

.DownloadDescription{
    display:block;
    text-align: center;
    margin: auto;
    font-size: 12px;
    font-weight:normal;
    word-wrap:break-word;
}

#Settings{
    border: 1px solid red;
}

#ServerInformation
{
    display: block;
    position:absolute;
    right: 40px;
    top: 30px;
    width: 12%;
    background-image: url("../Images/Backgrounds/Parchment.png");
    background-size:     100% 100%;                  
    background-repeat:   no-repeat;
    background-position: center center;
    padding: 1%;
}

.ServerInfo.Img
{
    width: 100%;
    height: 6%;
}

.ServerInfo.Img:hover
{
    width: 100%;
    box-shadow:1px 1px 30px 1px white;
}

.ServerInfo.Title
{
    width: 100%;
    font-size: 0.9vw;
    text-align: center;
    padding: 2px;
    color:white;
    text-shadow: 2px 1px #000;
}