body {
	/*padding-top: 60px;*/
}
.container-main {
	padding-top: 60px;
}
.scroll {
	height:300px; 
	overflow:auto;
}
.scrollme { 
	overflow:auto;
	}
.nomargin {
	margin: 0;
	padding: 0;
}
.green {
	color:#FF33CC;
	font-size:200%;
}
.datepicker {
  background-color: #ffffff;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  position: absolute;
  z-index: 900;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 18px;
  padding-bottom: 4px;
  width: 218px;
}
.datepicker .nav {
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
}
.datepicker .nav:before, .datepicker .nav:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.datepicker .nav:after {
  clear: both;
}
.datepicker .nav span {
  display: block;
  float: left;
  text-align: center;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.datepicker .nav .bg {
  width: 100%;
  background-color: #fdf5d9;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .nav .fg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.datepicker .button {
  cursor: pointer;
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .button:hover {
  background-color: #808080;
  color: #ffffff;
}
.datepicker .months {
  float: left;
  margin-left: 4px;
}
.datepicker .months .name {
  width: 72px;
  padding: 0;
}
.datepicker .years {
  float: right;
  margin-right: 4px;
}
.datepicker .years .name {
  width: 36px;
  padding: 0;
}
.datepicker .dow, .datepicker .days div {
  float: left;
  width: 30px;
  line-height: 25px;
  text-align: center;
}
.datepicker .dow {
  font-weight: bold;
  color: #808080;
}
.datepicker .calendar {
  padding: 4px;
}
.datepicker .days div {
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .days div:hover {
  background-color: #0064cd;
  color: #ffffff;
}
.datepicker .overlap {
  color: #bfbfbf;
}
.datepicker .today {
  background-color: #fee9cc;
}
.datepicker .selected {
  background-color: #bfbfbf;
  color: #ffffff;
}
.req:after{
    content:"*";
    color:red;
    font-weight:bold;
    font-size: 20px;
}
.footer {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #e5e5e5;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}
form.form-inline label{
	width: 100px;
}
/* BEGIN of 10pixel TASK Circles */
div.task{
    width:10px;
    border: 2px solid #00FF2B;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 2px 0 2px 4px;
    /* float:left; */


}
div.past{
    width:10px;
    border: 2px solid #F31F1F;
    background-color: #F31F1F;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 2px 0 2px 4px;
    float:left;

}
div.done{
    width:10px;
    border: 2px solid #00FF2B;
    background-color: #00FF2B;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 2px 0 2px 4px;
    float:left;

}
/* END of 10pixel TASK Circles */
.modal {
/*  max-height: 750px;
	max-width: 750px;*/
}

.table-bigfont td {
  font-size:15px;
}
.table-noborder th, .table-noborder td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  border-top: 0px;
}
.table-striped-strong tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #EAF2D3;
}
.fancy-label {
	/*font-weight:bold;*/
 	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
	background-color: #08C;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.print-only{
    display: none;
}


@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    .print-only{
        display: block;
    }
}



/* Navbar New color */
/* set the background-color */
.navbar-custom .navbar-inner {
    background-color: #ccffff;
    /* remove the gradient */
    background-image: none;
    /* set font color to white */
    color: #777;
}

/* menu items */

/* set the background of the menu items to pink and default color to white */
.navbar-custom .navbar .nav > li > a {
    background-color: #ccffff;
    color: #777;
}

/* set hover and focus to lightblue */
.navbar-custom .navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color:#b3e6e6;
    color: #777;
}
.navbar-custom .navbar .nav > li > a,
.navbar .nav > li > a {
    background-color:transparent;
    color: #777;
}

/* set active item to darkgreen */
.navbar-custom .navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background-color:#b3e6e6;
    color: #777;
}

/* set font color and background of the project name (brand) */
.navbar-custom .navbar .brand {
    color:#777;
}

/* Bootstrap 3 */

.navbar-custom3 .navbar-inner {
    background-color: #ccffff;
    /* remove the gradient */
    background-image: none;
    /* set font color to white */
    color: #777;
}

.navbar-custom3 {
    background-color:#229922;
    color:#ffffff;
    border-radius:0;
}

.navbar-custom3 .navbar-nav > li > a {
    color:#fff;
}
.navbar-custom3 .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
}
.navbar-custom3 .navbar-brand {
    color:#eeeeee;
}

#the-sticky-div.sticky {
    position: fixed;
    top: 15px;
}

.app-modal-window {
    width: 800px;
}
/* UI Grid */

.green-grid {
    background-color: #2dff07;
    color: green;
}

.no-grid {
    color: black;
}

.blue-grid {
    background-color: #1fe0f0;
    color: #153ff0;
}
.red-grid {
    background-color: #1fe0f0;
    color: red;
}


.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

.letterCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 32px Arial, sans-serif;
}

.lettersInIcon {
    display:block;
    margin-left:5px;
}

.underline-on-hover:hover {
    text-decoration: underline;
}

.question-description {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 1.4;
}