/*
    Author     : Daffodil Software
*/
.main-div-ppd {
    background: none repeat scroll 0 0 #5E5D62; 
    margin-bottom: 15px;
    position: relative;
    min-height: 1px;
    padding: 15px;
}
input[type='text'] {
    margin-bottom: 5px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    width: 100%;
}
.result .span-result {
    color: white; 
    font-size: 16px; 
    margin-bottom: 5px
}
.field {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
}
label {
    display: block;
    font-family: "Source Sans Pro";
    font-size: 20px;
    padding-bottom: 3px;
    color: white !important;
}
.result {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    float: left;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    transition: all 0.2s ease 0s;
    margin-top: 10px;
    width: 100%;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
.secondary-title{
    font-size: 25px;
    font-weight: lighter;
    color: #E0E066 !important;
}
.title {
    font-size: 35px;
    font-weight: 100;
    color: #E0E066 !important;
    text-align: center;
}
.btn {
    color: #fff;
    background-color: #004F9A;
    border-color: #357ebd;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
