body {
    background: #000 url('../image/diamond-bkg.jpg');
    font-family: 'Open Sans', sans-serif;
    background-size: cover;
    font-size :14px;
}

a:link
{
    color:#EEEEEE;
}
a:visited
{
    color:#EEEEEE;
}

.container {
    width: 600px;
    margin: 0px auto;
}


h2 {color: #FFF;font-weight: normal;margin: 0px; font-size: 26px}
h3 {color: #FFF;font-weight: normal;margin: 0px;}
hr {border-bottom: 1px solid #a5a7a8; margin: 20px 0px;}
.text-center {text-align: center}
.text-left {text-align: left}
.text-right {text-align: right}
.text-white {color: #FFF;}
.text-red {color: #FF0000;}
.half-width{ width:45%; display:inline-block;}
.text-inputs {
    background: #484c4d;
    border: none;
    border-bottom: 1px solid #23B14B;
    line-height: 40px;
    color: #FFF;
    padding: 0px 10px;
    box-sizing: border-box;
}
.total_text
{
	font-size:20px;
}

.margin-bottom10 {margin-bottom: 10px}
.margin-bottom20 {margin-bottom: 20px}
.margin-left10 {margin-left: 10px}
.margin-left20 {margin-left: 20px}
.margin-right10 {margin-right: 10px}
.margin-right20 {margin-right: 20px}
.margin-top10 {margin-top: 10px}
.margin-top20 {margin-top: 20px}

.pull-right {float: right;}
.pull-left {float: left;}

.green-arrow {
    margin-right: 20px;
    height: 18px;
}
.white-arrow {
    margin-right: 20px;
    height: 14px;
}


.btn {
    border: none;
    height: 40px;
    width: 150px;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.51);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.51);
    box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.51);
}
.btn:focus {
    outline: none;
}

.btn-primary {
    color: #FFF;
    background: linear-gradient(#2DAC00, #136300);
}
.btn-secondary {
    color: #FFF;
    background: #c3982d;
}
.btn-red {
    color: #FFF;
    background: #bf0000;
}
.btn-blue {
    color: #FFF;
    background: #0000cf;
}

.form-inputs {
    background: #484c4d;
    border: none;
    border-bottom: 1px solid #23B14B;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    padding: 0px 10px;
    box-sizing: border-box;
}
.form-inputs:focus {
    outline: none;
    border-bottom: 3px solid #23B14B;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
}

.bg-block {
    width: 100%;
    margin: 0px auto;
    background: #3a3e40;
    padding: 20px;
    box-sizing: border-box;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.logo {
    width: 100%;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
}

.quicklinks {
    text-align: right;
    margin-top: 40px;
}

.quicklinks a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    border-right: 1px solid #FFF;
    padding: 0px 10px;

}

.quicklinks a:last-child {
    border-right: none;
}

.footer {
    color: #FFF;
    font-size: 11px;
    text-align: center;
    margin-top: 20px;
}


/*Forms*/
.form-group {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
}

.form-group .form-label {
    color: #fff;
    width: 40%;
    display: block;
    float: left;
}

.form-group .form-inputs {
    width: 60%;
    display: block;
    float: left;
    height: 40px;
}