html, body {
    height: 100%;
}

body {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

ul#menu2 li a:link, ul#menu2 li a:visited {
    color: #000000 !important;
}

#ctl00_Jogos do Dia0_header,.accordionHeaderSelected {
    background-color: #061f50 !important;
    color: #ffffff !important;

}

ul#menu2 li a:hover {
    background-color: #003d75 !important;
    color: #ffffff !important;
    text-decoration: none;
}

#header {
    height: 50px;
    width: 100%;
    z-index: 10;
    background-color: rgb(255, 255, 255);
   
}

#view {
    position: relative;
    width: 100%;
    overflow: hidden;
}



#menu {
    width: 225px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    float: left;
    border-top: 5px solid rgb(255, 255, 255);
    border-left: 3px solid rgb(255, 255, 255);


}



#menu_ul {
    margin:;
    margin-top: 4px;
    padding: 0;
    list-style-type: none;
    background-color: transparent;
    color: #000000;
}



    #menu_ul i {
        padding-right: 10px;
    }



    #menu_ul li {
        font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.42857143;
    }



        #menu_ul li a:link {
            text-decoration: none;
            font-size: 15px;
            font-weight:bold;
            
            color: #000000;
            padding: 12px 5px 12px 1px;
            display: block;
        }



        #menu_ul li a:visited {
            text-decoration: none;
            font-size: 14px;
            color: #000000;
            padding: 12px 5px 12px 15px;
            display: block;
        }



        #menu_ul li a:hover {
            background-color: #003d75;
            color: #ffffff;
            display: block;
        }



        #menu_ul li a img {
            float: right;
        }



.sair {
    float: right;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    padding-right: 20px;
    padding-top: 12px;
    color: black;
}



    .sair a {
        color: black;
    }



#menu_logo {
    margin-top: 10px;
    margin-left:3px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-color: #ffffff;
}



#title {
    height: 40px;
    width: 200px;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    border: none;
    opacity: 0.9;
    display: inline-block;
    position: center;
}



    #title span {
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        color: #000000;
    }



#content {
    width: calc( 100% - 225px);
    background-color: #b9cbe2;
    
    box-sizing: border-box;
    display: inline-block;
    min-height: 100%;
    clear: both; /*importante pelo conteudo ser float*/
    position: relative;
    border-right: 3px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
   /*background:url('../../img/background.jpg') no-repeat top #0C1726 fixed!important;*/
}



#footer {
    height: 40px;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    position: relative;
    bottom: 0;
}

.modalBackground {
    background-color: #999;
    filter: alpha(opacity-]=70);
    opacity: 0.7;
}

.modalPopUp {
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: gray;
    padding: 3px;
    width: 450px;
    overflow: auto;
}

.btnFecharX {
    background-color: red;
    color: white;
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    border: 0;
}

.panelMessageError {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    width: calc(100% - 20px);
    background-color: #dd4b39;
    padding: 20px;
    color: white;
    margin: 10px;
    border-radius: 10px;
    color: white;
    box-sizing: border-box;
}

.panelMessage {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    width: calc(100% - 20px);
    background-color: #00aa00;
    padding: 20px;
    color: white;
    margin: 10px;
    border-radius: 10px;
    color: #ffffff;
    box-sizing: border-box;
}

.btnLogin {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    padding: 12px 12px 12px 12px;
    display: block;
    background-color: rgb(243, 101, 25);
    color: white;
    width: 80%;
    font-weight:bold;
    box-sizing: border-box;
}
.lnkdow {
    text-decoration: none;
    font-size: 20px;
    font-weight:bold;
    color: #ffffff;
    padding: 12px 12px 12px 12px;
    display: block;
    background-color: rgb(1, 126, 183);
    color: white;
    width: 80%;
    box-sizing: border-box;
}
@media screen and (max-width:450px){
.div_inline {
	height: auto;
	width: 100%;
	margin: 0px;
	border:aliceblue;
}
.title {
    font-size: 16px;
    padding:15px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #ffffff;
    display: block;
    text-align: center;
}
.link {
	height:100%;
	background:transparent;
	color:transparent;
	border-top: 1px solid #019de4;
	}
	.title_geral {
	display: block;
	background: #334975;
	padding: 5px;
	color: white;
	margin: 0px;
	}
}
@media screen and (max-width:450px){
body{
	height: auto !important;
	background-color:#334975 !important;
}
#menu {
	display:none;
}
#content {
	width: 100%;
	height: auto !important;
	box-sizing: border-box;
	background: #334975;
	display: inline-block;
	min-height: 100%;
	clear: both; /*importante pelo conteudo ser float*/
	position: relative;
}
.btnLogin {
	display: none;

}
br{
	display:none;
}
ul{
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}
}
::-webkit-scrollbar {
	background: #ffffff;
	width:12px;
	height:12px;
	}
::-webkit-scrollbar-thumb {
	background: #003d75;
	border: 1px solid #003d75;
	}
