﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:#5a5a5a !important;
    color:white !important; 
}
footer {text-align:right;
}
a { color:white !important;
}
h2 { color:#00ff00 !important; text-align:center; }
.text-danger { color:#00ff00 !important; }
.myCheck { width:16px; height:16px; }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select
{
    max-width: 280px;
    
}


textarea {
    width:280px;
    min-width:280px;    
    max-width: 280px;
    max-height:90px;
    min-height:60px;
    color:rgb(85,85,85);
    border-radius:4px;
}

a.ui-state-default { color:#333333 !important;
}
label.control-label {font-weight:normal; } /*PH*/