/*html, body {*/
    /*margin: 0;*/
    /*height: 100%;*/
/*}*/

/* Different color for some fields */

.ph_color::-webkit-input-placeholder
{
    color:    darkslategray;
}

.ph_color:-moz-placeholder
{
    color:    darkslategray;
}

.ph_color::-moz-placeholder
{
    color:    darkslategray;
}

.ph_color:-ms-input-placeholder
{
    color:    darkslategray;
}


/*ng-cloak*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
