/*my profile*/

input.value, .validation-summary-errors, .ui-shadow > span {
    color: #0097ba !important;
}

.ui-flipswitch-active {
    background-color: #0097ba !important;
    border: #0097ba !important;
    width: auto;
}

.ui-flipswitch-off {
    text-indent: 0 !important;
    color: #0097ba !important;
    padding-left: 5px !important;
}

option:checked {
    background-color: #0097ba !important;
}

.ui-select .ui-shadow {
     background: none !important;
}

.success {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    text-align: center;
    margin: 0;
    min-height: 30px;
    background-repeat: no-repeat;
    background-color: #4F8A10;
    color: #ffffff;
}

    .success:before {
        font-size: 24px;
    }

    /* styling of the messages within the box */
     .success ul {
        list-style-type: none;
        padding: 5px 0 0 0;
        display: inline-block;
    }
div.ui-flipswitch {
    right: 0 !important;
    width: 25%;
}

input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: #0097ba !important;
}

input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #0097ba !important;
}

input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #0097ba !important;
}

input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #0097ba !important;
}

