.redText{color:#F00;}
.greenText{color:#3bafda;}
/*****************************/
.innerDivTech{
	width:430px; 
	margin:0 auto;
	margin-top:30px;
	margin-left:30px;
	float:left;
}
.spacer{
	height:5px;
	clear:both;
}
.formtextadd{
	font-weight:bold;
	float:left; 
	line-height:25px;
	
}
.textboxview{
	float:right;
	line-height:25px;
} 	
/*.form-control{color:#FFF !important;}*/
.error{border:#F00 solid 1px !important;}
/*CSS FOR CUSTOME SCROLLBAR*/
.scrollbar {
overflow-y: scroll;
margin-bottom: 25px;
}
.scrollbar-primary::-webkit-scrollbar {
width: 3px;
/*background-color:; */}
/*FOR CUSTOME REDIO BUTTON*/
/* The container */
.con {
  display: block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.con input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -2px;
  left: 40px;;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.blue {
  background-color: #3bafda;
}
.red {
  background-color: #f06b78;
}
.dark {
  background-color: #8a929a;
}
.green {
  background-color: #1abc9c;
}
.purple {
  background-color: #7266ba;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.con input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.con .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.datepicker.dropdown-menu {
    z-index: 9999 !important;
}
.textareaNoteView {
    font-size: 12px;
    height: auto;
    border-radius: 5px;
    /*border: 1px solid #cecfcf;*/
    resize: none;
    padding: 5px;
}
/*SECOND SMALL REDIO BUTTON*/
.conSmall {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight:normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.conSmall input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkSmall {
  position: absolute;
  top: 0px;
  left: 0px;;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkSmall:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.conSmall input:checked ~ .checkmarkSmall:after {
  display: block;
}
.nav_color_small{background:#FFF; border:#596877 solid 1px;}

/* CSS FOR BOARD PAGES*/

/* CSS FOR BOARD PAGES*/

