* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    direction: ltr;
    color: #415464;
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #242424;
    background: #fff;
    padding: 0;
    font-size: 13px;
    line-height: 24px;

}

p {
    font-size: 16px;
}

.content {
    width: 620px;
    height: 690px;
    display: block;
    background: #f7f7f7;
}

button {
    display: none;
}

.header {
    width: 560px;
    height: 60px;
    display: block;
    background: #435464;
    background: linear-gradient(90deg, rgba(96, 114, 126, 1) 0%, rgba(67, 84, 100, 1) 100%);
    padding: 25px 30px 0 30px;

}

.header .total {
    color: #fff;
    font-size: 48px;
    float: right;
    font-weight: 600;
}

.header .totalText {
    color: #fff;
    font-size: 20px;
    float: left;
    padding-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

input {
    line-height: 28px;
    border: solid 1px #dddddd;
    width: 130px;
    padding: 0 0 0 6px;
    float: left;
    box-sizing: border-box;
    margin-right: 5px;
}

input:focus {
    border: solid 1px #60727e;
}

table {
    margin: 0 30px;
    border-collapse: collapse;
    border: none;
    width: 560px;
}

tr {
    border-top: 6px solid #f7f7f7;
    border-collapse: collapse;
}

.subDesc, td.subTitle {
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: left;
    background: #f7f7f7 !important;
    font-weight: 700;
}

tr:first-child {
    border-top: 4px solid #f7f7f7;
}

td:nth-child(2) {
    width: 250px;
    background: #ededed;
}

td:nth-child(2) span {
    height: 30px;
    display: block;
    line-height: 30px;
    box-sizing: border-box;
    text-align: left;
    border-right: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

td:last-child {
    width: 150px;
    background: #ededed;
    height: 30px;
    text-align: right;
    font-size: 15px;
    border-left: 15px solid #f7f7f7;
}

td:last-child span {
    padding: 0 10px 0 0;
    font-weight: 600;
}

td.buttons {
    background: none;

}

button {
    height: 34px;
    background: #5aabda;
    border: none;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 25px;
    width: 150px;
}

.clear:hover, .email:hover {
    background: #2980B9;
}

i.eIcon:before {
    content: "\E159";
    font-family: 'material';
    font-size: 17px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: 34px;
    vertical-align: bottom;
    margin-left: -10px;
}

i.cIcon:before {
    content: "\E872";
    font-family: 'material';
    font-size: 17px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: 34px;
    vertical-align: bottom;
    margin-left: -7px;
}

@font-face {
    font-family: 'material';
    src: url('MaterialIcons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

td.subTitle {
    text-align: left;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 24px;
    border-left: none;
    font-weight: 700;
}

