﻿#customers-list {
    margin-top: 10px;
    margin-bottom: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    #customers-list > h2 {
        margin-bottom: 25px;
    }

table.cyp {
    width: 100%;
    border: 1px solid #e4e4e4;
    background: #FFFCF9;
    background-position: right bottom;
}

    table.cyp tbody {
        padding-bottom: 30px;
    }

    table.cyp td {
        vertical-align: top;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    table.cyp td {
        border-right: 1px solid;
        border-bottom: 1px dotted;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #323232;
        border-right-color: #FFCC00;
        border-bottom-color: #797979;
    }

        table.cyp td.last, table.cyp tr.pager td {
            border-right: 0px;
        }

        table.cyp td.nowrap {
            white-space: nowrap;
        }

        table.cyp td.r {
            padding-right: 35px;
            text-align: right;
        }

        table.cyp td.rightAlign {
            text-align: right;
            padding-right: 20px;
        }

        table.cyp td img {
            margin-right: 10px;
            margin-left: 10px;
        }

        table.cyp td div {
            display: inline-block;
            text-align: left;
            width: 100%;
        }

    table.cyp tr.titles td, table.cyp tr th {
        vertical-align: top;
        text-align: left;
        background: #bebebe;
        height: 52px;
        border-right: 1px solid #ffffff;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-width: 1px;
        border-bottom-width: 16px;
        border-right-color: #ffffff;
        border-bottom-color: #333333;
    }

        table.cyp tr.titles td h1, table.cyp tr th, table.cyp tr.titles th h1 {
            padding-left: 13px;
            font-size: 14px;
            color: #525252;
            font-weight: bold;
            letter-spacing: -0.2px;
            padding-top: 12px;
        }

            table.cyp tr th.last {
                padding-left: 13px;
                font-size: 14px;
                color: #525252;
                font-weight: bold;
                letter-spacing: -0.2px;
                padding-top: 12px;
                border-right: 0px;
                width: 100px;
            }

        table.cyp tr.titles td.last h1, table.cyp tr.titles th.last h1 {
            padding-top: 4px;
        }

        table.cyp tr.titles td.last {
            border-right: 0px;
        }

    table.cyp tr.blue_divs {
        height: 8px;
        background: #213959;
    }

        table.cyp tr.blue_divs td {
            border-right: 1px solid #ffffff;
            background: #213959;
        }

    table.cyp tr.grey_divs td {
        background: #c7c7c7;
        border-right: 0px;
        border-bottom: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    table.cyp tr.blue_divs td.last {
        border-right: 0px;
    }

    table.cyp tr.last_picture {
        background-position: right bottom;
        height: 80px;
        background-color: #EBB462;
        color: #FFFFFF;
    }

        table.cyp tr.last_picture.paypal {
            background: url('../images/paypal.jpg') no-repeat;
            background-position: right bottom;
            height: 80px;
            background-color: #EBB462;
            color: #FFFFFF;
        }

        table.cyp tr.last_picture td {
            border-right: 0px;
            text-align: left;
            vertical-align: middle;
            color: #FFFFFF;
        }

            table.cyp tr.last_picture td label {
                font-size: 1.1em;
                margin-left: 20px;
                font-weight: bold;
            }

            table.cyp tr.last_picture td select {
                border: 1px solid #FFFFFF;
                background-color: #936A00;
                color: white;
                font-weight: bold;
            }

            table.cyp tr.last_picture td a {
                color: #FFFFFF;
                margin-top: 10px;
                margin-left: 20px;
                text-decoration: underline;
            }

                table.cyp tr.last_picture td a:hover {
                    color: #FFCC00;
                }

    table.cyp td div input[type="text"] {
        width: 200px;
        margin-right: 15px;
        margin-left: auto;
        margin-bottom: 10px;
    }

    table.cyp td div select {
        margin-right: 15px;
        margin-left: auto;
        margin-bottom: 10px;
    }

    table.cyp td div label {
        width: 200px;
    }

    table.cyp td hr {
        border-style: none;
        width: 98%;
        height: 1px;
    }

a.sc, a.sc:link, a.sc:visited {
    font-weight: bold;
    margin-left: 40px;
    color: #FFFFFF;
}

/* make drag container visible */
#redips-drag {
	border: 2px dashed LightBlue;
	padding: 10px;
	margin: 0px auto;
}

/* set border-collapse */
div#redips-drag table {
/* 	border-collapse: collapse; */
	border-collapse: separate;
	border-spacing: 0px;
}
	/* define margin below first table */
	.tbl1 {
		margin-bottom: 17px;
	}

/* set table row height */
div#redips-drag table tr {
	/*height: 40px;*/
}

div#redips-drag td {
	border: 2px groove white;
}

/* table titles */
div#redips-drag th {
	font-size: 14pt;
}

/* drag object (DIV inside table cell) */
.redips-drag {
	/*margin: auto;*/
	margin-bottom: 1px;
	margin-top: 1px;
    padding-left: 10px;
	text-align: center;
	/*font-size: 10pt;*/
	width: 70px;
	/*height: 20px;*/
	/*line-height: 20px;*/
	border-width: 2px;
	border-style: solid;
	background-color: white;
	/* round corners */
	border-radius: 4px; /* Opera, Chrome */
	-moz-border-radius: 4px; /* FF */
}

/* DIV row handlers (blue left column) */
.redips-row {
	/*width: 20px;*/
	margin: 2px;
	border-color: #c7c7c7;
	background-color: #c7c7c7;
    text-align: center;
	/* round corners */
	border-radius: 10px; /* Opera, Chrome */
	-moz-border-radius: 10px; /* FF */
}

/* row handler TD background color */
.redips-rowhandler {
    width: 90px;
	background-color: #EBB462;
}

/* marked cells (forbidden access for header and message line) */
.redips-mark {
	color: white;
	background-color: #aaa;
	text-align: center;
}
