﻿.content-eedapp {
    margin-top: 20px;
}

.content-eedapp #create-eedapp {
    padding: 10px;
}

#create-eedapp a {
    background-color: #009900;
    color: white;
    padding: 10px;
}

#search-eedapp {
    background-color: #363636;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 40px;
    padding-bottom: 10px;
}

#search-eedapp p {
    background-color: #C2C2C2;
    display: inline-block;
    font-weight: bold;
    padding: 6px 10px;
}

#search-eedapp input[type="text"] {
    display: inline-block;
    margin-left: -3px;
    width: 63%;
}

#search-eedapp input[type="submit"] {
    display: inline-block;
    background-color: #0079a1;
    border: none;
    color: white;
    padding: 8px;
    margin-left: 10px;
    width: 17%;
}

.content-eedapp-white {
    background-color: white;
    padding: 0px 20px;
}

    .content-eedapp-white table {
        border:none;
    }

    .content-eedapp-white table tr td a {
        background-color: #BFBFBF;
        border-radius: 3px;
        color: white;
        font-size:10px;
        padding: 5px;
    }

        .content-eedapp-white table tr td a:hover {
            background-color: #ef4043
        }

/* for create a new module styles */

.create-eedApp-content {
    background-color: white;
    color: white;
    display: inline-block;
    padding: 20px 5px;
    width: 100%;
}

.create-eedApp-title {
    background-color: #363636;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    margin-top: 30px;  
    padding:15px;    
}

    .create-eedApp-title h2 {
        color: white;
    }

.create-eedApp-footer {
    background-color: #363636;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
    margin-bottom: 30px;
    margin-top: -2px;  
    padding:15px;
}

    .create-eedApp-footer input, .create-eedApp-footer a {
        background-color: #0079a1;
        border: none;
        border-radius: 5px;
        color: white;
        display: inline-block;
        margin-right: 10px;
        padding: 8px 0px;
        text-align: center;
        width: 44%;
    }

        .create-eedApp-footer input:hover, .create-eedApp-footer a:hover {
            background-color: #3592B1;
        }