
@import "menu.css";


@media (max-width:400px) {

    ul.list-group li {
        float: none !important;
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    .img-responsive 
    {
        margin: 0 auto;
        
    }
  
    #center_buttons, #center_buttons2   
    {
       margin: 0 auto;
    }
}


a.btn {
    color: #000000 !important;
    font-weight: bold;
    background-color: #F6EB14;
    border-color: #F6EB14;
}

/*-------------Page Warnings----------------*/



.ErrorHeading {
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 6px;
}

.validator1 {
    position: relative;
    left: 3px;
    bottom: 1px;
    vertical-align: middle;
}

.validator2 {
    position: relative;
    left: -2px;
    bottom: 3px;
    vertical-align: middle;
}

.DbValidationSummery {
    color: #ff0000;
    padding-bottom: 0px;
}

.DbValidationSummeryUL {
    margin-top: 12px;
}

.DbValidationSummeryLI {
    margin-left: -16px;
    padding-bottom: 8px;
}

.bold {
    font-weight: bold;
}

sup {
    font-size: .7em;
}

.alert {
    color: #FF0000;
}


span.clearfloat {
    clear: both;
    display: block;
    height: 0px;
}


div.officealert {
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
    color: #FF0000;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

span.officealert {
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
    color: #FF0000;
    padding: 0 1px 0 1px;
}


div.officealert span.alertnote {
    font-size: 0.7em;
    font-weight: normal;
    float: right;
    display: block;
}

div#loadingpane {
    background-color: #888888;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
}

    div#loadingpane img {
        padding-top: 300px;
        vertical-align: middle;
        margin: 0 auto;
        max-height: 50px;
    }
/*--------------------------------------
*/
body {
    /*background: rgb(0,190,224);
    background: -moz-linear-gradient(top, rgba(0,190,224,1) 0%, rgba(15,2,2,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,190,224,1) 0%,rgba(15,2,2,1) 100%);
    background: linear-gradient(to bottom, rgba(0,190,224,1) 0%,rgba(15,2,2,1) 100%);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bee0', endColorstr='#0f0202',GradientType=0 );*/
    background-color: #796751;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100% !important;
}

.page.header {
    margin-top: 0;
}

.panel-body {
    padding-top: 0;
}



#abstractbutton {
    position: relative;
}



.row {
    /*width: 100%;*/
}



.container {
    padding: 0 0 0 0;
}
h2
{
font-size: 15px;
font-weight: bold;
}
h3
{
    text-align: center;
    color:#00284D;
}
    .container #headertext {
        max-width: 820px;
    }

        .container #headertext h3 {
            font-weight: bolder;
        }

        
#sidebarlogos
{
    margin-top:-20px;
    float:right;
}

#sidebarlogos img
{
    margin-bottom: 25px;
}
#marquee {
    background-image: url();
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #64493E;
}

div.HeaderText 
{
    text-align: center;
    font-style: italic;
    margin: 0 auto;
    width: 85%;
}


/*-----------Main content --------------------------*/




/*-----------Main content --------------------------*/


#MainContent, #splashcontainer, #footer, #main_menu
{
    max-width: 1100px;
    
}


#MainContent
{
   background-color: #ffffff;
    padding: 0 0 0 0;
     border: none;
    
    box-shadow: 0 0 10px #000000;
    min-height: 300px;
}

.splashdiv
{
    background-color:none;
    padding-top:5px;
    
}


#midsectioncontent {
    min-height: 300px;
    width: 100%;
    padding: 30px;
    padding-top: 0px;
    background-color: #ffffff;
   
}
.img-responsive
{
    margin: 0 auto;
    
    
}

#footer.container, #footer.container a {
    color: white;
    font-weight: bold;
}
    
}
#footer.container a:hover
{
    text-decoration:underline;

}

h2 {
    
    vertical-align: middle;
    font-weight: 800;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 30px;
    /*background-color: white;*/
    display: inline-block;
    /*-webkit-text-fill-color: #F6EB14;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;*/
}

h1 {
    font-size: 38px !important;
    /*color: white !important;*/
    font-weight: 800 !important;
}

.btn-info, .back-to-top, a.btn-info {
    background-color: #E4E096;
    border: none;
    color: black !important;
    font-weight: normal;
}

    .btn-info:hover, .back-to-top:hover {
        background-color: #CBC435 !important;
        border: none;
        color: black !important;
    }


div.sponsors
{
    float:left;
    width:100%;
    margin: 0 auto;
}





.sponsors ul
{
    width:100%;
    clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   
   text-align:center;

}
.sponsors ul li
{
   display:inline-block;
   float:none;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   
}


.sponsors ul img
{
    
    padding: 10px;
}


.sponsors ul li a , ul.list-group2 li a
{
    
     margin: 0 auto;
    text-decoration:none;
    
}




.datebar
{
   position: relative;
   
   /*
   
background: rgb(23,161,198); 
background: -moz-linear-gradient(top,  rgba(23,161,198,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(23,161,198,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(23,161,198,1) 0%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a1c6', endColorstr='#ffffff',GradientType=0 );

    max-width:100%; 
    margin: 6px;
    
    font-size:15pt;
    vertical-align:middle;
    line-height: 36px;
    color: #000000;
    font-weight:bold;
    
    text-align:center;*/
}

.decorated{
    vertical-align:middle;
     overflow: hidden;
     text-align: center;

     background-color: #e7e7e7;
     padding:10px!important;
     margin:0!important;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #8a8a8a;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}




.back-to-top {
    background-color: #379BF9;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 50px;
    display: none;
    z-index: 9999;
    width: 52px;
    height: 46px;
}
