﻿html, body {
    height: 100%;
}


.field-validation-valid {
    display: none;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-valid {
    display: none;
}

#achievementImg {
    max-width: 50px !important;
}

#tabHeader {
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: inherit;
}

#tempData {
    position: fixed;
    top: 40px;
    width: inherit;
    z-index: 5000;
    font-weight: bold;
    font-size: large;
}

#infoData {
    /*position: fixed;*/
    top: 40px;
    width: inherit;
    z-index: 5000;
    font-weight: bold;
    font-size: large;
}

#darkColorData {
    position: fixed;
    top: 40px;
    width: inherit;
    z-index: 5000;
    font-weight: bold;
    font-size: large;
}

#bodypage {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 40px auto;
}

#push {
    height: 60px;
}

.smallIcon {
    width: 64px;
    height: 64px;
    border: 1px solid black;
}

#globalOnlineUsersContainer {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.userView #globalOnlineUsersContainer {
    height: 576px;
}

#globalChatBox {
    height: 353px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 5px;
}

.btn-chat-action {
    padding: 4px !important;
    font-weight: 600 !important;
}

.btn-chat-emoticon {
    padding: 4px !important;
    margin-top: 2px !important;
    margin-bottom: 0px !important;
    margin-left: -4px !important;
    font-size: 18px;
}

.loadingBox {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/loading.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .loadingBox {
        display: block;
    }

.avTableBox > ul > li {
    position: relative;
    float: left;
    margin-right: 5px;
}

    .avTableBox > ul > li:hover {
        z-index: 1500;
    }

    .avTableBox > ul > li > a {
        color: #222;
        height: 200px;
    }

        .avTableBox > ul > li > a:hover {
            text-decoration: none;
        }

.tbldivT {
    width: 150px;
    height: 150px;
    box-shadow: 0 0 1px black;
    border-radius: 4px;
    padding: 5px;
}

.tbldivTF {
    width: 150px;
    height: 150px;
    box-shadow: 0 0 1px black;
    border-radius: 4px;
    padding: 5px;
}

.tbldivTC {
    width: 150px;
    height: 150px;
    box-shadow: 0 0 1px black;
    border-radius: 4px;
    padding: 5px;
}

.tbldiv {
    width: 170px;
    height: 190px;
    box-shadow: 0 0 1px black;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: -163px;
}

.tbldivgold {
    width: 170px;
    height: 190px;
    box-shadow: 0 0 1px black;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: -163px;
}

.tbldivtourn {
    width: 170px;
    height: 190px;
    box-shadow: 0 0 1px black;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: -163px;
}

.tbldivZ {
    width: 170px;
    height: 190px;
    box-shadow: 0 0 1px black;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: -163px;
}

#oldUsernames {
    display: inline;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

audio {
    width: 100% !important;
    height: 50px !important;
}

.tournamentLine {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 75%;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .lesspadding {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
  }

/*@media (max-width: 1000px) and (orientation: portrait ) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}*/
