﻿



.label {
    margin-top: 1px;
    margin-bottom: 1px;
    color: #888888 !important;
    background-color: #dddddd !important;
    font-weight: bold;
    height: 32px;
    padding: 5px;
}

.expandable_textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    border-color: #aaaaaa;
    outline: none;
}

/*
------------------------------------------------------------------------------------------------------
*/


/*Saygin - login box*/
.login-box {
    height: 380px;
    width: 500px;
}

/*Saygin - registration box*/
.registration-box {
    height: 560px;
    width: 500px;
}

.forgotpassword-box {
    height: 200px;
    width: 500px;
}

.resendactivation-box {
    height: 200px;
    width: 500px;
}

/*
------------------------------------------------------------------------------------------------------
*/


/* Set the UI look and feel for items on the main home page */
.home-item {
    padding-bottom: 10px;
    padding-top: 30px;
    text-align: center;
    border: 1px solid #aaa;
    height: 200px;
    border-radius: 2.0em;
    box-shadow: 5px 5px #ddd;
    margin-bottom: 10px;
}

    .home-item a:hover {
        text-decoration: none;
    }

    .home-item img {
        width: 100%;
        max-width: 100px;
        margin-bottom: 10px;
    }

    .home-item h4 {
        margin-bottom: 10px;
        color: #668b97;
        font-weight: 100;
        font-size: medium;
    }

.btn-primary {
    border-color: #73989e;
    background-color: #80a2a8;
}

    .btn-primary:hover {
        background-color: #809497;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #80a2a8;
        border-color: #73989e;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
