/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");

/* Kajira style added 
-------------------------------  */

body{
    font-family:Verdana, Helvetica, Arial, sans-serif !important;
    font-size: 10px !important;
    line-height: normal !important;
    background-color: #F5F7FA !important;
}

body.section-index #page-body{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

body.section-index #page-body>.forabg{
    width: 100%;
}

body.section-index #page-body>form.headerspace{
    width: 46%;
    float: left;
    clear: none;
    display: inline-block;
    border-radius: 7px;
}

body.section-index #page-body>.stat-block{
    width: 46%;
    float: left;
    clear: none;
    display: inline-block;
    border-radius: 7px;
}

body.section-index #page-body>.stat-block:last-child{
        width: 100%;
    }

body.section-index #page-body>form.headerspace{
    background: #0076B1;
    padding: 4px 20px 10px 20px;
    color: #ededed;
}

body.section-index #page-body>.stat-block{
    background: #CADCEB;
    padding: 4px 20px;
    margin-top: 20px;
}

body.section-index #page-body>form.headerspace h3{
    font-size: 17px;
    font-weight: 700;
    color: #CC0000;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

body.section-index #page-body>.stat-block h3{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-color: #CC0000;
}

body.section-index #page-body>form.headerspace h3 a{
    color: #fff;
}

body.section-index #page-body>.stat-block p{
    font-size: 13px;
}

body.section-index #page-body>form.headerspace fieldset label,
body.section-index #page-body>form.headerspace fieldset a{
    font-size: 13px;
    color: #f2f2f2;
    display: block;
}

body.section-index #page-body>form.headerspace fieldset .responsive-hide{
    display: none;
}

form#register .panel .inner fieldset dl:last-child{
    display: none;
}

form#register .captcha-panel .inner fieldset dl:last-child{
    display: block;
}

body.section-index #page-body>form.headerspace fieldset .button2,
body.section-index #page-body>form.headerspace h3 a,
form#agreement input#agreed,
form#register input#submit,
form#login input[type="submit"],
form#login a.button2{
    background: #CC0000;
    cursor: pointer;
    border: none;
    border-radius: 0.4rem;
    margin-top: 1.2rem;
    padding: 0.6rem 2.4rem;
    color: #f4f4f4;
    font-size: 16px;
    font-weight: 700;
}

form#login input[type="submit"]{
    margin-top: 0;
}

form#agreement input.button2,
form#register input.button2{
    background: transparent;
    cursor: pointer;
    border: none;
    border-radius: 0.4rem;
    margin-top: 1.2rem;
    padding: 0.6rem 2.4rem;
    color: #666666;
    font-size: 0.9rem;
}

body.section-index #page-body>form.headerspace fieldset .button2:hover,
body.section-index #page-body>form.headerspace h3 a:hover,
form#login input[type="submit"]:hover,
form#login a.button2:hover{
    background: #f4f4f4;
    color: #cc0000;
    transition: all 300ms ease-in;
}

form#agreement input#agreed:hover,
form#register input#submit:hover{
    background: #105289;
    color: #ffffff;
    transition: all 300ms ease-in;
}

body.section-index #page-body>form.headerspace h3 a:hover{
    text-decoration: none;
}

body.section-index #page-body>form.headerspace h3 a{
    margin-top: 0;
}

body.section-index #page-body>form.headerspace fieldset label input#username,
body.section-index #page-body>form.headerspace fieldset label input#password,
form#register input[type="text"],
form#register input[type="password"],
form#register input[type="email"],
form#login input[type="text"],
form#login input[type="password"]{
    background: #105289;
    padding: 10px;
    width: 96%;
    font-size: 14px;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
    color: #f1f1f1;
    border-radius: 0.6rem;
    display: block;
}

form#register input[type="text"],
form#register input[type="password"],
form#register input[type="email"],
form#login input[type="text"],
form#login input[type="password"]{
    background: rgb(232, 240, 254);
    color: #000;
}

body.section-index #page-footer{
    margin-top: 50px;
}

body.section-index li.header dt, 
body.section-index li.header dd{
    text-transform: inherit;
    font-size: 1.6em;
}

form#agreement .agreement{
    height: 100px;
    overflow-y: scroll;
}

#page-header .navbar li.rightside a,
form#login h3{
    color: #D31141;
    font-size: 12px;
    font-weight: bold;
}

#page-header .navbar li.rightside a{
    color: green;
}

form#login h3{
    font-size: 16px;
}

form#login .panel:last-child{
    background: #CADCEB;
}

#page-header .navbar li.rightside a:hover span{
    color: #105289;
}

.action-bar .button{
    border-color: #D31141;
    background: #D31141;
    color: #fff;
    box-shadow: none;
    font-size: 15px;
}

.action-bar .fa-mail-reply:before,
.action-bar .fa-reply:before,
.action-bar .button .icon:before{
    color: #fff;
}

.action-bar .button:hover{
    text-shadow: none;
    background: #105289;
}

.action-bar #topic-search .inputbox{
    font-size: 15px;
    height: auto;
}

/* social share style */

.share-icon-button:before{
    background-image: none !important;
    width: 100px !important;
    height: 27px !important;
}

.facebook-icon:before{
    background-image: url(images/facebook.png) !important;
    background-size: contain;
    background-position: 0 0 !important;
}

.twitter-icon:before{
    background-image: url(images/twitter.png) !important;
    background-size: contain;
    background-position: 0 0 !important;
}

.whatsapp-icon:before{
    background-image: url(images/whats.png) !important;
    background-size: contain;
    background-position: 0 0 !important;
}

@media only screen and (max-width: 1112px){
    
    body.section-index #page-body>form.headerspace h3 a{
        margin-bottom: 10px;
    }
    
    body.section-index #page-body>form.headerspace,
    body.section-index #page-body>.stat-block{
        width: 44%;
    }
    
}

@media only screen and (max-width: 803px){
    
    body.section-index #page-body>form.headerspace{
        width: 100%; 
    }
     
    body.section-index #page-body>.stat-block{
        width: 100%;
    }
    body.section-index #page-body>form.headerspace fieldset label input#username, 
    body.section-index #page-body>form.headerspace fieldset label input#password{
        margin-left: 0;
    }
    
}


