/** PEARL STUFF **/


.pearls {
    margin-bottom: 22px;
}
.pearls.row {
    display: block;
}
.pearl {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}
.pearl:after, .pearl:before {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: #f3f7f9;
}
.pearl:before {
    left: 0;
}
.pearl:after {
    right: 0;
}
.pearl:first-child:before, .pearl:last-child:after {
    display: none!important;
}
.pearl-icon, .pearl-number {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #ccd5db;
    border-radius: 50%;
    border: 2px solid #ccd5db;
}
.pearl-number {
    font-size: 18px;
}
.pearl-icon {
    font-size: 18px;
}
.pearl-title {
    margin-top: .5em;
    display: block;
    font-size: 12px;
    color: #526069;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
}
.pearl.disabled {
    pointer-events: none;
    cursor: auto;
}
.pearl.disabled:after, .pearl.disabled:before {
    background-color: #f3f7f9;
}
.pearl.disabled .pearl-icon, .pearl.disabled .pearl-number {
    color: #fff;
    background-color: #ccd5db;
    border-color: #ccd5db;
}
.pearl.error:after {
    background-color: #f3f7f9;
}
.pearl.error .pearl-icon, .pearl.error .pearl-number {
    color: #f96868;
    background-color: #fff;
    border-color: #f96868;
}
.pearls-lg .pearl:after, .pearls-lg .pearl:before {
    top: 20px;
}
.pearls-lg .pearl-title {
    font-size: 18px;
}
.pearls-lg .pearl-icon, .pearls-lg .pearl-number {
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.pearls-lg .pearl-icon {
    font-size: 20px;
}
.pearls-lg .pearl-number {
    font-size: 20px;
}
.pearls-sm .pearl:after, .pearls-sm .pearl:before {
    top: 16px;
}
.pearls-sm .pearl-title {
    font-size: 14px;
}
.pearls-sm .pearl-icon, .pearls-sm .pearl-number {
    width: 32px;
    height: 32px;
    line-height: 28px;
}
.pearls-sm .pearl-number {
    font-size: 16px;
}
.pearls-sm .pearl-icon {
    font-size: 14px;
}
.pearls-xs .pearl:after, .pearls-xs .pearl:before {
    top: 12px;
    height: 2px;
}
.pearls-xs .pearl-title {
    font-size: 12px;
}
.pearls-xs .pearl-icon, .pearls-xs .pearl-number {
    width: 24px;
    height: 24px;
    line-height: 20px;
}
.pearls-xs .pearl-number {
    font-size: 12px;
}
.pearls-xs .pearl-icon {
    font-size: 12px;
}


/** ENDING OF THE PEARL STUFF */


html,
* {
    font-family: tahoma, sans;
}

body {
    background: #fff url(../img/bg.jpg) no-repeat right top;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 11px;
    line-height: 150%;
}

div.container {
    margin: 0 auto;
    position: relative;
    width: 1000px;
    margin-top: -40px;
}

div.image {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px 2px;
    margin-bottom: 20px;
    padding: 50px;
    overflow: hidden;
}

div.logo {
    margin-top: 20px;
    margin-bottom: 60px;
    max-width: 500px;
    float: right;
}
.logo img{
    max-width: 100%;
    max-height: 100%;
}

.form-group {
    margin-bottom: 2px;
    border-bottom: 1px solid #EEEEEE;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 1.42857;
    padding: 6px 6px 0px 6px;
    transition: 0;
    vertical-align: middle;
    margin-bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #BDBDBD;
}

.control-label {
    padding-bottom: 0px;
}

h5 {
    font-weight: bold;
    margin-top: 25px
}

.form-rule {
    height: 25px;
}

hr.header {
    margin-top: 0;
    margin-bottom: 10px;
}

.header-block {
    width: 20px;
    height: 10px;
    background-color: #ef3125;
    position: relative;
    top: 28px;
    left: 145px;
}

small.xs {
    font-size: 9px;
    font-weight: normal;
}

.form-check {
    white-space: nowrap;
}
.form-check-padding {
    padding-right: 15px;
}

body {
    padding-top: 70px;
    padding-bottom: 30px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}
.page-header .lead {
    margin-bottom: 10px;
}

.search-select a {
    height: 20px !important;
    line-height: 18px !important;
}

.select2-container .select2-choice .select2-arrow b {
    background: url("select2.png") no-repeat scroll 0 -3px rgba(0, 0, 0, 0) !important;
}


#userMessage .userMessage {
    cursor: pointer;
}
.goodMsg {
    background: #cfe9a8 url(../../../../../gfx/accept.png) no-repeat 7px 9px;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #aadb66;
    margin-bottom: 10px;
    color: #749954;
    font-weight: bold;
}
.goodMsg span, .wrongMsg span {
    font-weight: normal;
}
.wrongMsg {
    background: #f79892 url(../../../../../gfx/stop.png) no-repeat 7px 9px;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #cd6f6f;
    margin-bottom: 10px;
    color: #c34143;
    font-weight: bold;
}


.pearl-icon .fa {
    line-height: 32px;
}
