﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100%;
    min-height: 100% !important;
    /*  background-color:#333333;*/
}

html {
    height: 100%;
    min-height: 100% !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

    input[type="button"] {
        background-color: #52CC00;
        color: white;
        border: none;
        cursor: pointer;
        margin-top: 5px;
        margin-left: 5px;
        padding: 5px;
        font-size: 12px;
        border-radius: 2px;
        height: 35px;
        font-weight: bold;
        font-size: 15px;
    }

        input[type="button"]:hover {
            background-color: #01384E;
        }

.field-validation-error {
    font-size: 13px;
    color: #D43C42;
    display: inline-block;
    padding-top: 5px;
    display: inline-block;
}

.input-validation-error {
    border: 1px solid red;
}

input.error[type="text"] {
    border: 1px solid red;
}

#SocialM {
    display: block;
}

#Social {
    display: none;
}


#footer {
    position: relative;
    margin-top: -60px; /* negative value of footer height */
    min-height: 60px;
    clear: both;
    /*background-color: orangered;*/
}

.footerBox {
    display: inline-block;
}

.copy {
    padding-top: 15px;
}

@media screen and (max-width: 500px) {

    .copy {
        padding-top: 5px;
    }

    .footerBox {
        display: block;
    }

    #footer {
        margin-top: -110px;
    }
}

/*@media screen and (max-width: 840px) {
    #SocialM {
        display: block;
    }

    #Social {
        display: none;
    }

    #footer {    
        margin-top: -120px;
    }
}*/

.Facebook {
    width: 45px;
    height: 45px;
    display: block;
    background: transparent url('facebook.png') center top no-repeat;
}


    .Facebook:hover {
        background-position: 0 -45px;
        /* background: url('facebookover.png');*/
    }

.Twitter {
    width: 45px;
    height: 45px;
    display: block;
    background: transparent url('Twitter.png') center top no-repeat;
}


    .Twitter:hover {
        /*background-image: url('Twitterover.png');*/
        background-position: 0 -45px;
    }

.Discord {
    width: 45px;
    height: 45px;
    display: block;
    background: transparent url('Discord.png') center top no-repeat;
}


    .Discord:hover {
        /*background-image: url('Twitterover.png');*/
        background-position: 0 -45px;
    }


.Windows {
    background: url('windows.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

    .Windows:hover {
        background-position: 0 -103px;
    }

.iOS {
    background: url('ios.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

    .iOS:hover {
        background-position: 0 -104px;
    }


.btnMain {
    /* width:90px;*/
    color: #52CC00;
    font-size: 15px;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
}


    .btnMain:hover {
        color: #333333;
        text-decoration: none;
    }

.Linux {
    background: url('Linux.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

    .Linux:hover {
        background-position: 0 -104px;
    }

a {
    color: #52CC00;
}

    a:hover {
        color: #333333;
    }

#main {
    overflow: auto;
    padding-bottom: 100px; /* must be same height as the footer */
}


.Cover {
    background-image: url(../content/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.BoxContent {
    background-color: #F7F7F7;
    padding-bottom: 30px;
}

.HomePageLinks {
    color: #333333;
}

    .HomePageLinks:hover, .HomePageLinks:focus {
        color: #333333;
        text-decoration: underline;
    }

.GridTable {
    border-collapse: collapse;
}

    .GridTable td {
        border: 1px solid #3F3F3F;
        padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .GridTable th {
        border: 1px solid #1C1C1C;
        font-weight: bold;
        padding: 6px;
        background-color: #C8C8C8;
        color: Black;
        font-size: 13px;
    }

    .GridTable tr:nth-child(even) {
        background: #F2F2F2;
    }

    .GridTable tr:nth-child(odd) {
        background: #FFF;
    }

.PageSelected {
    background-color: white;
    color: black;
}

.Pager {
    display: inline-block;
    cursor: pointer;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

input[type="button"] {
    background-color: #04AEEB;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 0px;
    padding: 5px;
    font-size: 14px;
    border-radius: 2px;
    height: 34px;
    font-weight: normal;
    padding-left: 8px;
    padding-right: 8px;
}

    input[type="button"]:hover {
        background-color: #008FC1;
    
    }

.TDLink:hover {
     background-color:#C0DEE9;
     cursor:pointer;
}

.logo {
    background-image: url('/Content/logo.png');
    margin-left: 20px;
    font-size: 32px;
    padding-top: 5px;
    background-size: 60px 60px;
    font-weight: bold;
}