﻿.custom-form textarea, .custom-form input[type="text"], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=button] {
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 20px 15px 20px;
    /*padding: 10px 15px 10px 15px;*/
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
}

.Accountselectbox {
    width: 100%;
    height: 50px;
    padding: 0 20px 0 45px;
    margin-top: 18px;
    border-radius: 4px;
    z-index: 100;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.Accountselectbox2 {
    height: 50px;
    padding: 0 20px 0 45px;
    margin-top: 18px;
    border-radius: 4px;
    z-index: 100;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.custom-form .Title {
    padding: 0 5px 10px;
}

.change-photo-btn {
    margin-top: 20px;
    width: 170px;
}

.photoUpload {
    position: relative;
    padding: 15px 30px;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

    .photoUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        cursor: pointer;
        opacity: 0;
    }

.customBtn {
    border-radius: 4px;
    height: 40px;
    font-size:14px;
}

.custom-form td {
    color: #666;
}

.DivBorderRoundBlue_top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.DivBorderRoundBlue_Bottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.GreenBar{
    text-align:center !important;
    width:100%;
    padding:10px;
    background-color:green;
    color:white;
}

.RedBar {
    text-align: center !important;
    width: 100%;
    padding: 10px;
    background-color: red;
    color: white;
}


@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            right: -9999px;
        }

    #no-more-tables tr {
        border: 0px solid #ccc;
        border-radius: 10px;
        margin-bottom:10px
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        white-space: normal;
        text-align: right;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            right: 6px;
            padding-right: 10px;
            white-space: nowrap;
            text-align: right;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}