﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
form {
    margin:1em;
}

/*
form input, form select  {
    padding:3px 10px;
}
form label, .editor-label, .editor-field {
    margin-bottom:5px;
}
form input *::-webkit-input-placeholder, form .radioSelector *::-webkit-input-placeholder {
    color: #0073ea;
}
.form input *:-moz-placeholder, form .radioSelector *:-moz-placeholder {
    color: #0073ea;
}
    

.form input *:-ms-input-placeholder, form .radioSelector *:-ms-input-placeholder { 
    color: #0073ea;
}
.form input:focus, form .radioSelector:focus {
    -moz-box-shadow: 0px 0px 5px #0073ea;
    -webkit-box-shadow: 0px 0px 5px #0073ea;
    box-shadow: 0 0 5px #0073ea;
}

form label {
    color:#555;
    font-family: "Open Sans",sans-serif,"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana;
    display:block;
}

*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {  
    /*max-width: 280px;*/
    color: black !important;
}


.headerlogo {
    margin-bottom:1em;
}

#msgOperationError, #msgOperationOk, #loading {
    display: none;
 }

#footerContent {
    text-align:center;
    margin-top:2em;
}


