body{
margin:0 auto; padding:0;
font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-style: normal;
}
/*newly added*/
.content{
	padding: 0.5rem 4.3rem;
background: inherit;
    background-color: inherit;
background-color: rgba(255, 255, 255, 1);
box-sizing: border-box;
border-width: 1px;
border-style: solid;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.498039215686275);
-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.498039215686275);
box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.498039215686275);
}
.gif_content{
	padding: 4.3rem;
}
.gif_content h1{
	font-family: 'Roboto-Black', 'Roboto Black', 'Roboto';
    font-weight: 900;
    font-style: normal;
    font-size: 28px;
    color: #fff;
}
.gif_content p{
	font-family: 'Roboto-Light', 'Roboto Light', 'Roboto';
font-weight: 200;
color: #CCCCCC;
font-size:16px;
line-height:normal;
padding-top:15px;
}

.content h1 {

    font-family: 'Roboto-Black', 'Roboto Black', 'Roboto';
    font-weight: 900;
    font-style: normal;
    font-size: 28px;
    color: #111111;
	float:left;
}
.content h2 {

    font-family: 'Roboto-Light', 'Roboto Light', 'Roboto';
    font-weight: 200;
    font-style: normal;
    color: #666666;
    text-align: right;
    font-size: 16px;
    padding-top: 8px;
float:right;
}
.dot{
	color:#EB8200;
}



header.masthead {
    padding-top: 5rem;
    padding-bottom: calc(20rem - 56px);
    background-image: url(../images/atrazine_watershed_information_center/Atrazine1.jpg);
	
    background-position: center center;
    background-size: cover;
}
@media (min-width: 992px){
	
header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
}
}
.text-white {
    color: #fff!important;
}
.text-center {
    text-align: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}





@media (min-width: 1200px)
.container {
    max-width: 1140px;
}

.gif_con_bottom{
	position:relative;
	bottom:-115px;
}
.gif_con_button{	
	background-color:rgba(17,17,20,1);
	padding: 30px 15px;
	text-align: left;
width: 100%;
border:0px;
opacity: 0.5;
margin-bottom:15px;
}
.gif_con_button:hover{
	opacity:1.0;
}


@media screen and (max-width:770px){
	.gif_content{
	padding: 0rem 2rem;
}
.content h1, .content h2{
	float:none;
	text-align:center;
}
	
}

.hyphen{
	background-color: #fff;
color: #111 !important;
border: 1px solid #fff;
position: absolute;
top: 5px;
left: 185px;
}

@media screen and (max-width:768px){
	.hyphen{
		display:none;
	}
	
}




























.form-horizontal .control-label{
	padding-top: 0px;
}

.wmc_btn{
	width:200px;
	height:60px;
	background-color:red;
}
.wmc_yellow_btn{
	background-color:rgba(255,196,0,1) !important;
}

.wmc_delete_btn, .wmc_cancel_btn,.wmc_yellow_btn{
	background-color:rgba(153,153,153,1);
	color:#fff;
	border-radius:0px;
}
.wmc_delete_btn:hover, .wmc_cancel_btn:hover{
	background-color:rgba(102,102,102,1);
	color:#FFFFFF;
}
.wmc_save_btn{
	background-color:rgba(235, 163, 51, 1) !important;
	color:#fff;
	border-radius:0px;
}
.wmc_save_btn:hover{
	background-color:rgba(235,130,0,1) !important;
	color:#fff;
}
.wmc_delete_row{
	margin-right:-23px;
	color:#fff;
}
@media screen and (max-width:812px) {
  .wmc_btn {
    width: 100% !important;    
	height:auto !important;
	margin-top:5px;
  }
 .wmc_delete_row{
	margin-right:0px;
}
}


/*View Report generated*/
.report_graph{
	width:104%;
	background-color:#fff;
	padding:15px;
}
.tbold{
	font-weight:bolder;
}
@media screen and (max-width:770px){
	.report_graph{
		width:100%;
	}
	.um_con_res{
		margin-top:15px !important;
	}
}
/*Newly Added Style End*/














.r1{
	margin-top:30px;
}
::-webkit-input-placeholder
{
  color: #FFFFFF;
}
/*.form-control{
	height:33px;
}*/
/*Custom Select Option*/

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/*Header*/
.second_span > a{
	color:#949494;
	text-decoration:none;
	padding-left:10px;
}
.second_span > a:hover{
	color:#111111;
}
@media screen and (max-width:770px){
	.username_icon{
		margin-top: -56px !important;
	}
	.logo{
		float:left !important;
	}
	.ad_new {
		font-size:20px !important;
	}
	.second_span{
		font-size:14px;		
	}
	.second_span > a{
		font-size:14px;
	}
	.user_icon{
		top:65px;
	}
	.r1{
		margin-top:0px;
	}
	
}



.username_icon{
	background-color: rgb(64, 186, 212,1);
	border-radius: 300px;
padding-left: 15px;
padding-right: 15px;
padding-top: 8px;
padding-bottom: 8px;
color: #FFFFFF;
font-size: 16px;
float: right;

margin-top: -5px;
margin-right: -15px;
}
#hover-content {
    display:none;
}
#parent:hover #hover-content , #parent.active #hover-content {
    display:block;
	z-index:1000;
	position:absolute;
	right:0;
	top:5px;
	background-color:#FFFFFF;
}
#hover-content > ul{
	list-style:none;
}
.square {
    background: #fff;
        background-color: rgb(255, 255, 255);
    border: 8px solid #fffefe;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    margin: 0;
    top: 3.3em;
    width: 292px;
    z-index: 99999;
}
#header{
	border-bottom:1px solid rgba(204,204,204,1);
}
.icon_btn{
	border-radius:30px;
	margin-top: 10px;
	background-color: rgba(0,160,190,1);
color: #FFFFFF;
font-weight: 600;
}
.logo{
	margin-top:50px;
	margin-bottom:15px;
	float:right;
}
.index_banner{
	position:absolute;width:100%;height:650px;	
}


.cir_icon{
	cursor: pointer;
	float:right;
	background-color: rgba(95, 120, 0, 1);
color: #fff;
border-radius: 50%;
padding: 7px 12px;
font-weight: 400;
font-size: 16px;
font-style: normal;
}

.list-group-item {
	float:left;
	border:0px;
	cursor:pointer;
	padding: 10px 3px;
}
.popover-content {
    padding: 2px 14px;
}

.popover.bottom > .arrow{
	left: 89.436% !important;
}
.popover-content h1{
	font-size:16px;
	color:#111111;
	font-weight: 700;
}

@media screen and (max-width:720px){
	.hide{
		display:block;
	}
	.index_banner{
			width:100%;
}
	
}
@media screen and (max-width:770px){
	.index_banner{
			height:860px;
}
}

.form_box{
	float:right;
}
.grid {
  margin-top:70px;
  margin-bottom:150px;  
  margin-left: auto;
  	
  width: 100%;
}
.grid h1 , .grid h2{
	padding-bottom:150px;
	font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	color: #FFFFFF;
}
.grid h2{
	padding-bottom:50px;
}
.icon {
  display: inline-block;
  fill: #606468;
  font-size: 16px;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  background-color: rgba(242, 242, 242, 1);
}

input {
	
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

input[type='submit'] {
  cursor: pointer;
}

.form {
  margin: -14px;
  margin: -0.875rem;
}

.form input[type='password'],
.form input[type='text'],
.form input[type='submit'] {
  width: 100%;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
  margin: 0.875rem;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.login {
  color: #eee;
}
label{
	margin-bottom:0px;
}
.login label,
.login input[type='text'],
.login input[type='password'],
.login input[type='submit'] {
  padding: 8px !important;
}

.login label {
  background-color: #363b41;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.login input[type='password'],
.login input[type='text'] {
  background-color: rgba(115,126,133,1);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color:#FFFFFF;
}

.login input[type='password']:focus,
.login input[type='password']:hover,
.login input[type='text']:focus,
.login input[type='text']:hover {
  background-color: #434a52;
}

.login input[type='submit'] {
  background-color: rgba(79,86,97,1);
  color: #eee;
  text-align:left;
  border:1px solid #fff;
  border-right:0px;
}
.arrow_icon{
	background-color: rgba(79,86,97,1) !important;
	border:1px solid #fff;
	border-left:0px;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
  background-color: #434a52;
}
.log_btn{
	background-color:rgba(79,86,97,1);
	padding:8px;
	border: 1px solid #fff;
	width:100%;
	border-radius: 0px;
	text-align: left;
	color:#fff;
}
.log_btn > .fa{
	position: absolute;
right: 10px;
font-size: 25px;
top: 5px;
}
.log_btn:hover{
	background-color:#FFFFFF;
	color:#111111;
}



/* media query for index page */
@media screen and (max-width:770px){
	.grid h1{
		padding-bottom:50px;
		text-align:center;
	}
	.grid{
		margin-top:0px;
		margin-bottom:0px;
		max-width:none;	
		width:100%;
	}	
	.cm_grid{
		margin-top:250px;
	}
	.form-credential{
		padding-bottom:15px;
	}
}


/*Change Monitoring Program*/

label.dropdown{
	background-color: rgba(114,117,126,1);
	padding-left:0px !important;
	padding-right:0px !important;
}
/*label.dropdown select {
	padding: 6px 6px;
	font-weight:normal;
	width:100%;
	background-color: rgba(114,117,126,1);
	color: #fff;
	border:none;
	border-radius: 0;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
	text-overflow: ellipsis;
}
*/
label.dropdown select {
    width: 100%;
    background-color: rgba(114, 117, 126, 1);
    color: #fff;
    border: none;
    border-radius: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
}





label.dropdown select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
label.dropdown select::-ms-expand {
	display: none;
}
label.dropdown:before {
	content: '';
	right: 0px;
	top: 1px;
	width: 30px;
	height: 33px;
	background-color: rgba(114,117,126,1);	
	position: absolute;
	pointer-events: none;
	display: block;  
}
label.dropdown { position: relative;width:100%;}
/*label.dropdown:after {
	content: '>';
	font: 23px Consolas, monospace;
	color: #FFFFFF;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 0px;
	top:-2px;
	
	position: absolute;
	pointer-events: none;
	width: 34px;
	padding: 0 0 5px 0;
	text-indent: 14px;
}*/
label.dropdown:after {
    content: '>';
    font: 23px Consolas, monospace;
    color: #FFFFFF;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0px;
    top: 0px;
    position: absolute;
    pointer-events: none;
    width: 34px;
    padding: 0 0 5px 0;
    text-indent: 14px;
}
label.top_drop:after{
	top:0px !important
}

label.dp_down:after {
	top:9px;
}

@media screen\0 {
	label.dropdown:after {
		width: 38px;
		text-indent: 15px;
        right: 0;
	}
}
@media screen and (max-width:720px){
	label.dropdown:after{
		top:10px;
	}
	.cancel_btn, .fav_cancel_btn , .fav_editbtn, .nr_editbtn , .fav_save_btn{
		font-size:12px !important;
	}
	
	
}
@media screen and (max-width:320px){
	span.mp_title{
		width:65% !important;
	}
}
/*Change Username and Password*/
.form-credential{
	font-weight: 400;
font-style: normal;
font-size: 16px;
padding-top: 8px;
}







/*Landing Page*/
label.fav_add {
	padding-top:15px;
	padding-bottom:11px;
}
#intro{
	background-color:rgba(242,242,242,1);
	margin-top: 15px;
	padding-bottom: 45px;
}
/*.land_drop{
	margin-top:15px;
	padding-top: 3px;
	padding-bottom:0px;
	background-color:#fff !important;
	border: 1px solid rgba(204,204,204,1);
}*/
.land_drop select{
	background-color:#fff !important;
	color:#111111 !important;
	font-weight:normal;
}
.land_drop:before{
	width:0px !important;
}
.land_drop:after{
	color:#949494 !important;
}

/*added*/
label.dropdown {
    position: relative;
    width: 100%;
}
label.dropdown {
    background-color: rgba(114, 117, 126, 1);
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.land_drop {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff !important;
    border: 1px solid rgba(204, 204, 204, 1);
}




.fav_box{
	margin-top:35px;	
}
.no_fav_box{
	margin-top:0px;
}
.fav_box h1{
	color: #111111;
	font-family: 'ArialMT', 'Arial';
font-weight: 400;
font-style: normal;
font-size: 16px;
text-align: left;
}
.fav_box span{
	float:right;
	color: #949494;
	cursor: pointer;
	font-size:16px;	
}
.fav_r1_box , .fav_r2_box{
	background-color:#FFFFFF;
	padding:15px;
	margin-right: -4px;
	margin-bottom:15px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	opacity: 1;
	position: relative;
}
.fav_r1_box{
	max-height:215px;
	height:200px;
}
.fav_r1_box h2 , .fav_r2_box h2{
	color:#111111;
	font-weight:700;
	font-size:28px;
	height: 50px;
	margin-bottom: 50px;
}

.fav_r1_box p {
	color:#949494;
	font-size: 16px;
	text-align: justify;
}
.lor_hr{
	width:115px;
	border:0.2em solid rgba(0,160,190,1);
}
.lor_img img{
	width:30px;
	height:30px;
}

.date_details{
	position:absolute;
	bottom:-4px;
	width:90%;
}
.date1{
	padding-top: 60px;
}

.lan_btn{
	margin-top: -10px;
margin-right: -10px;
}
.fav_editbtn , .nr_editbtn{
	font-size:16px;
	background-color: whitesmoke;
}

.fav_r1_box > .fav_heading , .fav_r2_box > .fav_heading{
	font-size:28px;
	overflow: hidden;
text-overflow: ellipsis;
height: 92px;
}
.fav_r1_box > .fav_heading > a , .fav_r2_box > .fav_heading > a{
	color:#111111;
	font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
}
.fav_r1_box span {
color: #757575;
font-size: 16px;
position: absolute;
bottom: 10px;
}
.fav_r2_box p{
	font-size:16px;
	text-align:left;
}
.bt_row{
color: #757575;
position: absolute;
bottom: 10px;
width:91%;
font-size: 16px;	
}
.fa-eye , .fa-blue, .glyphicon-folder-close{
	float: right;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(255,196,64,1);
border-radius: 300px;
padding-top: 15px;
padding-bottom: 15px;
margin-top: -15px;
color:#FFFFFF;
}
.fa-eye:hover, .glyphicon-folder-close:hover{
	background-color:rgba(255,180,0,1);
}
.fa-blue{
	background-color:rgba(64,186,212,1);	
}
.fa-blue:hover{
	background-color:rgba(0,160,190,1);
}
.fav_r1_box hr,
.fav_r2_box hr {
    width: 100%;
    float: left;
    border: 2px solid #AAB400;
}
.fav_r1_box h2,
.fav_r2_box h2 {
    color: #111111;
    font-weight: 700;
    font-size: 28px;
    height: 50px;
    margin-bottom: 50px;
}
.fav_r1_box p,
.fav_r2_box p {
    color: #949494;
    font-size: 16px;
    text-align: left;
}

hr.green_hr, hr.blue_hr , hr.orange_hr , hr.yellow_hr , hr.add_user_hr , hr.ad_new_blue_hr{

		border-color:#AAB400;
	width: 100%;
/*margin-top: 30px;*/
margin-bottom: 10px;	
}
hr.blue_hr{
	border-color:#00A0BE! important;
}
hr.orange_hr{
	border-color:#EB8200;
}
hr.yellow_hr{
	border-color:#FFB400;
}
hr.ad_new_blue_hr{
	width: 15%;
float: left;
}
.re_save_btn{
	background-color:#BFC733 !important;
}
.re_save_btn:hover{
	background-color:#AAB400 !important;
	color:#FFFFFF;
}
.lan_row_ul{
	list-style:none;
}
.lan_row_ul li{
	float:left;	
}




@media screen and (max-width:740px){
	.fav_r1_box{
		margin-right:0px;
	}
	.form-horizontal .form-group{
		margin-top:15px;
	}
	.fav_box span{
		font-size:14px;
	}
}
@media screen and (min-width:1366px){
	.date{
		/*padding-top: 170px;*/
	}
	.date1{
	padding-top: 19px;
	}
	
}
@media screen and (max-width:1024px){
	.fav_r1_box h2{
		font-size:21px;
	}
	
}
/*No Favourites*/
.fav_add{
	padding:8px;
	background-color:#FFFFFF !important;	
}
.fav_add select{
	padding-left:10px;
	color:#949494 !important;
	background-color:#FFFFFF !important;	
	font-weight:400;
}
.fav_add::before{
	background-color:#FFFFFF !important;
}
.fav_add::after{
	color:#949494 !important;
	background-color: #fff;
}
.add_fav_btn{
	background-color:rgba(64,186,212,1);
	border-radius: 0;
	color:#fff;	
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	/*padding-top:16px;
	padding-bottom: 16px;*/
	padding-top: 12px;/*Added*/
    padding-bottom: 12px;
margin-top: 3px;
}
.add_fav_btnbox{
	padding-left:0px;
	
}
.fav_addbox{
	padding-right:0px;
	margin-top: 3px;
}
.cancel_btn , .fav_cancel_btn{
	display:none;
	color:#949494;
	font-size:16px;
	padding-top:0px;
	background-color: whitesmoke;
	margin-top:7px;
}

.save_btn {	
	background-color:rgba(64,186,212,1) !important;
	font-size:16px;
	padding-top:0px;
	
}
.fav_save_btn{
	display:none;
	font-size:16px;
	padding-top:0px;
	background-color: whitesmoke;
	margin-top:7px;	
}

.fav_r2_box{
	margin-right:0px;
	position:relative;
	height: 500px;
	overflow-y: auto
}


@media screen and (max-width:770px){
	.add_fav_btnbox{
		padding-left:15px;
		margin-top:10px;
	}
	.fav_addbox{
		padding-right:15px;
	}
	.ad_new_span{
		top:100px;
	}
	
}




/*User Management*/
.um_drop{
	margin-top:0px;
}
a.page {
    color: #999;
    padding: 5px;
	font-size: 16px;
}
a.page:hover{
	color:#111111;
	text-decoration:none;
}
.head_analyte {
    font-size: 16px;
    color: #111111;
}
.first_span{
	color:#949494;
	float:left !important;
	 padding-bottom: 10px;
    /*added*/
}
.um_content{
	background-color:#FFFFFF;
	/*padding:15px;
	padding-bottom: 15px;
	margin-bottom: 30px;*/
	
    padding: 20px;
    /*changed*/
    padding-bottom: 0px;
}
.um_content h1{
	font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight: 700;
font-style: normal;
font-size: 28px;
color: #111111;
float:left;
}
.um_content span{
	color:#949494;
}

/*added*/


.um_content hr {
    width: 99.5%;
    float: left;
    border: 2.5px solid #00A0BE;
	    margin-top: 0;
}
/*.um_content hr,
.delete_msg hr,
.edit_msg hr {
    width: 60px;
    float: left;
    border: 1px solid rgba(0, 160, 190, 1);
}

.delete_msg hr,
.edit_msg hr {
    width: 99.5%;
    float: left;
    border: 2.5px solid #EB8200;
}*/
/*---*/





.ad_new_span{
	position: absolute;
right: 18px;
}
.well{
	background-color:#FFFFFF;
	border:0px;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:0px;
}
/*.form-horizontal .control-label{
	text-align:left;
	color: #949494;
font-weight: normal;
}*/


.form-horizontal .control-label {
    text-align: left;
    color: #949494;
    font-weight: normal;
    font-size: 14px;
}
.input-group{
	width:100%;
}
.selectpicker{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;	
	border-radius: 0px;
	padding-right: 25px;
	padding-left: 8px;
}
.arrow_down{
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 5;
}
.search_btn{
	float:right;
}
.clr_btn , .search_btn , .clone_btn , .close_btn , .save_btn, .commucation_btn{
	background-color: rgba(153,153,153,1);
	color:#fff;
	border-radius:0px;
	font-size:16px;
	width: 200px;
	height: 60px;
	padding: 16px 12px;
}
.clr_btn:hover{
	background-color:rgba(102,102,102,1);
	color:#FFFFFF;
}

.commucation_btn:hover{
	background-color:rgba(102,102,102,1);
	color:#FFFFFF;
}
.search_btn{
	background-color:rgba(64,186,212,1);
}
option.downline{
	background-color:blue;
	border-bottom:1px solid green;
	padding:10px 6px;
}
.um_dropdown{
	width:100%;
	border-radius:0px;
	background-color:rgba(153,153,153,1);
	padding: 9px 0px;
	color:#FFFFFF;
	font-size:16px;
	text-align:left;
	padding: 9px 10px;
}
.um_dropdown_menu{
	background-color:rgba(102,102,102,1);
	min-width:0px;
	margin:-1px;
	padding:0px;
	border-radius:0px;
	width:102%;
	left:0px !important;
}
.dropdown-menu > .drop_item > a{
	padding:0px;
	color:#fff;
}
.dropdown-menu > .drop_item > a:hover{
	background-color:rgba(102,102,102,1);
	color:#fff;
}
.drop_item{
	width:100%;
	background-color:rgba(102,102,102,1);
	color: #fff;
	border: 0px;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
	border-top: 1px solid rgba(153,153,153,1);
	font-size: 16px;
	padding: 9px 10px;
	text-align: left;
}
.dropdown-toggle:focus{
	background-color:rgba(102,102,102,1);
	color:#FFFFFF;
}
.dropdown-toggle > .um_angle_up{
	display:none;
}

.dropdown-toggle:focus > .um_angle_down{
	display:none;
}
.dropdown-toggle:focus > .um_angle_up{
	display:block;
}
.um_angle_down , .um_angle_up ,.um_arrow_down, .um_ar_down{
	position: absolute;
right: 0px;
width: 20px;
font-size: 22px;
}
.um_angle_up{
	top:10px;
}
.um_arrow_down{
	z-index:2;
	right: -9px;
    top: 0px;
    font-size: 24px;
	color:#949494;
}
.um_ar_down{
	right:2px;
	top:9px;
	z-index:2;
	color:#949494;
}

@media screen and (max-width:770px){
	.um_ar_down{
		top:6px;
	}
	.um_angle_down, .um_angle_up, .um_arrow_down, .um_ar_down{
		font-size:19px;
	}
}


/*Responsive Table*/
  .table {
    display: table;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-weight: 400;
  }
  
  .table_row {
    display: table-row;
  }
  
  .theader {
    display: table-row;
  }
  
  .table_header {
    display: table-cell;
    background: rgba(255,255,255,1);
    color: #949494;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
	padding-left: 10px;
	font-size:15px;
  }
  
  .table_header:first-child {
    border-left: 0px;    
  }
  
  
  .table_header:last-child {
    border-right: 0px;
    border-top-right-radius: 0px;
  }
  
  .table_small {
    display: table-cell;
	padding-top: 15px;	
  }
  
  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background: #bdbdbd;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .table_row > .table_small > .table_cell {
    padding-top: 10px;
	padding-bottom: 13px;
    color: rgb(17, 17, 17);   
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right:10px;
	border-right: 1px solid rgba(230,230,230,1);
	font-size:15px;
  }
  .table_row > .table_small > .st_cell{
	  padding-top:8px;
  }
  .table_row > .table_small:first-child > .table_cell {
    border-left: 0px;
  }
  
  .table_row > .table_small:last-child > .table_cell {
    border-right: 0px;
	padding:0px;
  }
  
  .table_row:last-child > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 0px;
  }
  
  .table_row:last-child > .table_small:first-child > .table_cell:last-child {
    border-bottom-left-radius: 0px;	
  }
  
  .table_row:nth-child(2n+3) {
    background: none;
  }
  /*add style for table*/
  .table_header{
	  border-right:1px solid rgba(230,230,230,1);
  }
  .tdbold{
	  font-weight:700;
	  color:rgb(17, 17, 17);
  }
  .action_cell{
	  padding:0px !important;
  }
  
  .pagination{
	  margin-top:0px;
  }
  
  
  /*table dropdown*/
  .action_drop{
	  margin-top:0px;
	  background-color:rgba(153,153,153,1) !important;
	  border:0px !important;
	  
  }
 .action_drop select{
	 background-color:rgba(153,153,153,1) !important;
	 color:#FFFFFF !important;
 } 
 .action_drop::after{
	 color:#FFFFFF !important;
 } 
  
  
  
  
  
  
  @media screen and (max-width: 900px) {
    .table {
      width: 100%
    }
  }
  
  @media screen and (max-width: 770px) {
    .table {
      display: block;
    }
    .table_row:nth-child(2n+3) {
      background: none;
    }
    .theader {
      display: none;
    }
    .table_row > .table_small > .table_cell:nth-child(odd) {
      display: table-cell;
      width: 50%;
	  padding-left: 10px;
padding-right: 10px;
    }
    .table_cell {
      display: table-cell;
      width: 50%;
    }
    .table_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      padding-bottom: 20px;
      margin: 2% auto 0;
      text-align: left;
    }
    .table_small {
      display: table-row;
    }
	.table_row > .table_small >.table_cell{
		border-bottom:1px solid #ccc;		
	}
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-left: none;
    }
    .table_row > .table_small > .table_cell:first-child {
      border-left: #ccc 1px solid;
	  
    }
    .table_row > .table_small:first-child > .table_cell:first-child {
      border-top-left-radius: 5px;
      border-top: #ccc 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-top-right-radius: 5px;
      border-top: #ccc 1px solid;	  
    }
    .table_row > .table_small:last-child > .table_cell:first-child {
      border-right: none;
    }
    .table_row > .table_small > .table_cell:last-child {
      border-right: #ccc 1px solid;
    }
    .table_row > .table_small:last-child > .table_cell:first-child {
      border-bottom-left-radius: 5px;
    }
    .table_row > .table_small:last-child > .table_cell:last-child {
      border-bottom-right-radius: 5px;
    }
	.table_row > .table_small > .tdbold{
		text-align:right;
	}
	.table_row > .table_small > .text_left{
		text-align:right;
	}
  }
/*Table end*/



.statuspicker{
	padding:0px;
	border: 0px;
box-shadow: none;
height:auto;
}
.input-group .statuspicker{
	float:none;	
}
.active_btn{
	border-radius:0px;
	background-color:#949494;
	margin-left: 1px;
margin-right: -4px;
padding: 6px 16px;
color:#FFFFFF;
margin-top: -3px;
}

.active_btn:hover{
	background-color:rgba(102,102,102,1);
	color:#FFFFFF;
}

.cancel_btn{
	float:left;
}
.down_arrow_icon , .da_icon{
	position: absolute;
top: 15px;
right: -2px;
}
.da_icon{
	right:7px;
}
.modal-footer{
	padding:0px;
	border-top:0px;
}
.delete_msg p{
	font-weight: 700;
font-style: normal;
font-size: 28px;
color: #111111;
}


/*Date picker*/

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #949494;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #949494;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #949494;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #949494;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #949494;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #949494;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.inputWithIcon img{
	position:absolute;
    right:0;
    top:10px;
    padding:0px;
	padding-right: 23px;
	padding-left: 0px;
    color:#aaa;
    transition:.3s;
}
.tab_ur_btn{
	float:right;
	margin-bottom:0px;
}
.tab_ur_btn li{
	float:left;
	padding-left:0px;
}
.search_btn:hover{
	background-color:rgba(0,160,190,1);
	color:#FFFFFF;
}
@media screen and (min-width:780px){
	.tab_ur_btn{
	margin-top:0px !important;
	}
	
	
}
@media screen and (max-width:770px){
	.inputWithIcon img{
		top:5px;
	}
}
@media screen and (min-width:1366px){
	.tab_ur_btn{
	margin-top:0px !important;		
}
}
@media screen and (max-width:960px){
	
	.clr_btn , .search_btn, .save_btn, .clone_btn, .close_btn, .commucation_btn{
		width:100%;
		height:auto;
		font-size:12px;
		margin-top: 2px;
	}
	.active_btn{
		margin-top:15px;
	}
	.save_btn{
		padding-top:5px;
	}
	.clone_btn{   
		margin-top: 5px;
		margin-left:0px !important;
}
.close_btn{
	margin-right:0px !important;
	margin-top:5px;
}
.tab_ur_btn li a.close_btn, .tab_ur_btn li a.search_btn{
	width:100% !important;
	/*height:auto !important;*/
	text-align: center;
padding-top: 17px;
padding-bottom: 16px;
font-size: 12px !important;
}
.tab_ur_btn {
    margin-top: -5px !important;
	width:100%;
}
.tab_ur_btn li a.search_btn{
	margin-top:3px;
}
.sa_btn{
	margin-top:5px;
}
.tab_ur_btn li{
		width:100%;
	}
.tab-group li a{
	font-size:14px !important;
}
.rs_btn{
	float:none;
}
}

/*Edit Favourites*/

.edit_btn{
	display:none;
	position: absolute;
border-radius: 0;
right: 5px;
bottom: 50px;
font-size:16px;
font-weight:400;
color:#949494;
}
.edit_btn:hover{
	color:rgba(0,160,190,1);
}
.fa-ar{
	float:left !important;	
}
.fa-close , .fa-ar{
	float:right;
	color:#949494;
	display:none;
}
.fa-close:hover, .fa-ar:hover{
	color:rgba(0,160,190,1);
}
.fav_box_icon{
	display:none;
}
.add_favbox{
	display:none;	
}
.lan_row{
	margin-top:15px;
}
/*Dropdown*/
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: rgba(153,153,153,1);
}
.select-selected:first-child{
	border-bottom:0px !important;
}
.select-items div,.select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-items div,.select-selected {
  color: #ffffff;
  padding: 12px 8px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-bottom:1px solid #FFFFFF;
}
.select-items {
  position: absolute;
  background-color: rgba(153,153,153,1);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-options li[rel="hide"] {
  display: none;
}
/*Add New User*/
.fa_la{
	left:0;
	top: 22px;
}
.fa_ra,.fa_la ,.fa_first_ra{
	position: absolute;
right: 0;
width: 70px;
top:20px !important;

}
.tab_ad_new_btn{
	float:left;
}
#ur_for_web , #ur_for_webpage , #ur_for_web_group{
	display:none;
}
.ad_new_form{
	margin-bottom:0px;
}
@media screen and (max-width:770px){
	.fa_ra{
		top:70px !important;
	}
	.fa_first_ra{
		top:15px !important;
	}
	
}


/*View-User Details*/
.user_right_btn{
	font-size: 28px;
color: #949494;
width: 104%;
text-align: left;
padding: 20px 15px;
margin-top: -16px;
}

input:read-only {
    background-color: yellow;
    /*color:blue;*/
}
input.test{
  background-color: #eee;
color: #000;
width: 100%;
height:40px;
padding: 6px 8px;
border: 1px solid rgba(204,204,204,1);
font-size:16px;
}
.ud_row{
	margin-bottom:8px;
}
.ud_row_1{
	margin-top: -12px;
}
.clone_btn{
	margin-left: -2px;
}
.close_btn{
	margin-right:10px;/*changed*/
}
/*Tab*/
.ur{
	display:none;
}
hr.ur_dt_hr{
	width: 49%;
float: left;
margin-top: -19px;
margin-bottom: 30px;
border: 2.5px solid #EB8200;
}

.tab_ur_btn li a.close_btn , .tab_ur_btn li a.search_btn{
	background-color: rgba(153,153,153,1);
color: #FFFFFF;
font-size: 16px;
width:200px;
height:60px;
text-align:center;
font-weight:200;
}

.tab_ur_btn li a.search_btn{
	background-color: #FFA333;
}
.tab-content{
	padding:15px;
	padding-bottom:0px;
}
.tab-group .active{
	background-color:#fff;	
}

.tab-group {
  list-style: none;
  padding: 0; 
  margin-top: -15px;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}

.tab-group li a {
border: 1px solid rgba(204,204,204,1);	
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(242,242,242,1);
  color: #111;
  font-size: 28px;
  float: left;
  width: 50%;
  text-align: left;
  cursor: pointer;
  transition: .5s ease;
  font-weight:700;
}

.tab-group li a.search_btn:hover{
	background-color:#EB8200;
	color:#FFFFFF;
}
.tab_ur_btn li a.close_btn:hover{
	background-color:rgba(102,102,102,1);
	color:#FFFFFF;
}
.tab-group .active a {
  background: #fff;
  color: #111111;
  text-align: left;
  border: 1px solid #FFFFFF;
}

.tab-content > div:last-child {
  display: none;
}


.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #1ab188;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #179b77;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

.button-row{
	margin-left:-30px; margin-right:-30px; padding-top:25px; margin-bottom:-15px;
}

@media screen and (max-width:770px){
	.tab-con h1{
		font-size:20px;
		margin-top:-5px;
	}
	
}
@media screen and (max-width:770px){
	.tab-con h1{
		font-size:15px;
		margin-top:-5px;
	}
	.fav_box h1{
		font-size:14px;
	}
	.um_content{
		margin-top:0px;
	}
	.form-horizontal .control-label{
		font-size:12px;
	}
	
}



/*Edit User Html*/

.test_edit{
	background-color:#fff !important;
}
.ur_drop , .st_drop{
	width: 100%;
padding: 8px 8px;
height:40px;
font-size:16px;
}

.date_box{
	padding:6px 6px;
	color:#000;
}
.table-condensed > tbody > tr > td{
	padding:12px;
}
/* .form-horizontal .control-label{
	padding-top: 5px;
} */
option.border {        
    border-bottom: 1px solid red;
}
.bg{
	background-color:rgba(0,160,190,1);	
}
.sel_mon_pg {
    border: 1px solid rgba(204,204,204,1);
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
}
.sel_mon_pg span {
    float: right;
}
.remove_btn{
	display:none;
}

		/*Add and Remove*/
.inputWithIcon input[type=text]{
    width:100%;
    /*border:1px solid #aaa;*/    
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
  }
  
 
    
  
  .inputWithIcon{
    position:relative;
  }
  
  .inputWithIcon i{
    position:absolute;
    right:0;
    top:8px;
    padding:9px 8px;
    color:#aaa;
    transition:.3s;
	font-style: normal;
  }
  
  .inputWithIcon input[type=text]:focus + i{
    color:#FFFFFF;	
	display:none;
  }
  
  
  .inputWithIcon.inputIconBg i{
    background-color:#aaa;
    color:#fff;
    padding:9px 4px;
    border-radius:4px 0 0 4px;
  }
  
  .inputWithIcon.inputIconBg input[type=text]:focus + i{
    color:#fff;
    background-color:dodgerBlue;
  }


@media screen and (max-width:330px){
	.inputWithIcon input[type=text],.inputWithIcon i{
		font-size:9px;
	}
}







/*Edit News Releases*/
.cl_btn , .sa_btn{
	display:block;
}
.fav_box_edit{
	padding-right:0px;
}
.control-label{
	font-size:16px;
	color:#949494;
	margin-top: 5px;
	font-weight:400;
}
option.drop_option{
	font-size:16px;
}


/*Bulk Upload*/
.table_row > .table_small > .table_view{
	
	padding-bottom:13px !important;
	padding-top:10px !important;
	text-align:center;
	background-color:rgba(153,153,153,1);
	color: #fff;
}
.table_row > .table_small > .table_view:hover{
	background-color:rgba(102,102,102,1);
	color:#fff;
}
.table_row > .table_small > .text_right{
	text-align:right;
}
.bulk_save_btn{
	color:rgba(64,186,212,1);
}
.table_row > .table_small > .table_cell > .edit_btn{
	color:#fff;
}

/*added*/
.table_row > .table_small > .table_last {
    padding-bottom: 13px !important;
    padding-top: 10px !important;
   padding-left: 10px !important;
    background-color: #fff;
    color: #111;
}
.table_row > .table_small > .table_view1 {
    padding-bottom: 13px !important;
    padding-top: 12px !important;
   text-align:center;
   background-color:rgba(153,153,153,1)! important;
    color: #fff! important;
}
.table_row > .table_small > .table_view1:hover{
	background-color:rgba(102,102,102,1))! important;
	color:#fff! important;
}


.browse_p{
	color:#949494;
	margin-top:5px;
margin-bottom: 0px;	

}

  /*Browse button end*/

.rec_download_btn, .rec_download_btn1, .rec_download_btn2{
	text-align:left;
	width:100%;
	background-color: #fff;
	border: 1px solid rgba(204, 204, 204, 1);
	padding:10px;
	height: 40px;/*Added*/
    font-size: 16px;/*Added*/
}
.rec_download_btn > span, .rec_download_btn1 > span, .rec_download_btn2 > span{
	float:right;
}
.rec_download_btn:hover{
	background-color:rgba(0,160,190,1);
	color:#FFFFFF;
}
.rec_download_btn1:hover{
	background-color:#FFB400;
	color:#FFFFFF;
}
.rec_download_btn2:hover{
	background-color:#AAB400;
	color:#FFFFFF;
}

.rec_download_btn:hover > span, .rec_download_btn1:hover > span, .rec_download_btn2:hover > span{
	color:#fff;	
}
.ss_save > a{
	color:rgba(0,160,190,1);
}
@media screen and (max-width:450px){
	.rec_download_btn{
		text-align:center;
	}
	.rec_download_btn > span{
	float:right;
}
 .demo-droppable p span{
	 font-size:11px;
	 margin-top:3px;
 }
	
}
/*Samples*/
.table_row > .table_small > .table_cell > .second_p{
	margin-top:20px;
}
.table_row > .table_small > .table_cell > .sa_code_no{
	color:#111111;
	white-space: nowrap;
	font-weight:400;
}
.table_row > .table_small > .table_cell > p{
	color:#949494;
}
.tc_height{
	height:177px;
	overflow-y:auto;
}
.table_row > .table_small > .table_cell > .action_edit_btn{
	color:#FFFFFF;
	position: relative;
	top: 65px;
	text-decoration: none;
}
.table_row > .table_small > .table_cell > .amp_edit_btn{
	color:#FFFFFF;	
	text-decoration: none;
}
.fa_db_ar_left , .fa_si_ar_left{
	float:left;
padding-right: 10px;
padding-left: 0px;
font-size:20px;	
}
.fa_db_ar_right , .fa_si_ar_right{
	float: right;
font-size: 20px;
padding-left: 10px;
}

textarea{   
  padding:8px;
  width:100%;
  font-size:14px;
  margin:0px auto;  
  border:1px solid rgba(204,204,204,1);
  resize:none;
}
.note_p{
	color:#949494;
}
.add_analysis_btn{
	color:#949494;
	float:right;
	text-decoration:none;
	font-weight:normal;
}
.analysis_list{
	color:#111;
	padding-left:0px;
	padding-bottom: 15px;
}
.editamp_tc_height{
	height:35px;
}


.sec_content_box{
padding-bottom:60px;
}
.aa_dropdown{
	background-color:#fff;
	color:#949494;	
	padding-top: 10px;
padding-bottom: 11px;
padding-left: 0px;
padding-right: 10px;
	width: 100%;
border-radius: 0px;

}
.rs_btn{
	float:right;
}




@media screen and (max-width:770px){
	.tc_height{
		height:0px;
}
.table_row > .table_small > .table_cell > .action_edit_btn{
	
	top: 0px;
}
.fa_db_ar_left , .fa_si_ar_left , .fa_db_ar_right , .fa_si_ar_right{
	font-size:16px;
}
.rs_btn{
	float:none;
}
	
}

/*Add and Remove Button*/



#checkbox1:checked ~ .txt_1::before {
    color: #fff;     
	content: "CLEAR ALL";
	padding-left: 0px;	
}
#checkbox1:checked ~ .txt_1{
	background-color:rgba(102, 102, 102, 1);
}
.txt_1::before {
    content: "SELECT ALL";    
    line-height: 35px;   
    cursor: pointer;
	color: #949494;
	padding-left: 30px;
	font-size:16px;
	font-weight:normal;
	color: #fff;
}
#checkbox1:checked  .input-txt > .txt::before{
	color: #fff;     
	content: "CLEAR ALL";
	padding-left: 0px;
}
#checkbox1:checked  > span.add_remove_title {
	color:#fff !important;
	background-color:red;
}
.txt_toggle{
	background-color:blue;
}
.txt_1{
	
text-align: center;
background-color: rgba(153, 153, 153, 1);
color: #fff;
}
.txt_1:hover{
	background-color: rgba(102, 102, 102, 1);
}


label{
display:block;
}
input[id="checkbox"] {
  display: none;
}

input[id="checkbox1"] {
  visibility:hidden;
  
}



.txt::before, .txt2::before, .txt3::before, .txt4::before {
    content: "ADD";    
    line-height: 35px;   
   
    cursor: pointer;
	color: #949494;
	padding-left: 30px;
	font-size:14px;
	font-weight:normal;
}

.txt::selection, .txt2::selection, .txt3::selection, .txt4::selection {
    background: #fff;
    color: #000;
}

#checkbox:checked ~ .txt::before, #checkbox:checked ~ .txt2::before, #checkbox:checked ~ .txt3::before, #checkbox:checked ~ .txt4::before {
    color: #fff;     
	content: "REMOVE";
	padding-left: 0px;
	
}
.txt, .txt2, .txt3, .txt4{
	border: 1px solid rgba(204,204,204,1);
	background-color:#fff;
}
#checkbox:checked ~ .txt2{
	background-color:#FFA333;
}

#checkbox:checked ~ .txt3{
	background-color:#FFB400;
}

#checkbox:checked ~ .txt4{
	background-color:#AAB400;
}

#checkbox:checked ~ .txt{
	background-color:rgba(0,160,190,1);
}
#checkbox:checked ~ .txt > .add_remove_title ,#checkbox:checked ~ .txt > .ar_title , #checkbox:checked ~ .txt > .mp_title {
	color:#fff !important;
}
#checkbox:checked ~ .txt2 > .add_remove_title ,#checkbox:checked ~ .txt2> .ar_title , #checkbox:checked ~ .txt2 > .mp_title {
	color:#fff !important;
}
#checkbox:checked ~ .txt3 > .add_remove_title ,#checkbox:checked ~ .txt3 > .ar_title , #checkbox:checked ~ .txt3 > .mp_title {
	color:#fff !important;
}
#checkbox:checked ~ .txt4 > .add_remove_title ,#checkbox:checked ~ .txt4 > .ar_title , #checkbox:checked ~ .txt4 > .mp_title {
	color:#fff !important;
}
span.add_remove_title , span.ar_title , span.mp_title{
	float:left;
	padding:8px;
	color: #111111 !important;
	font-weight: 400;
	font-size:16px;
	 
}
span.mp_title, span.add_remove_title, span.ar_title {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
span.ar_title{
	width:80%;
}
span.mp_title{
	width:70%;
}
.input-txt{
	margin-top:10px;
}
.input-txt:first-child{
	margin-top:10px;
}
@media screen and (max-width:720px){
.mp_input_text{
	margin-top:10px !important;
}
}









/*Test Page*/
.add_remove_box{
	border:1px solid #000;
	padding:8px;
	margin-top: 8px;
}


.commucation_btn
{
	background-color: rgba(153,153,153,1);
	color:#fff;
	border-radius:0px;
	font-size:16px;
	
	height: 60px;
	padding: 16px 12px;
width:100%! important;	
	
}

.toprightbtn
{	
float:right;
}



/*Custom Report*/
   label {
  display: block;  
  background-color: #fff;
 
  font-weight:normal;
}
label:hover {  
  cursor: pointer;
}

input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.move_btn , .cr_remove_btn{
	width:49%;
	border-radius:0px;
	text-align:left;
	padding: 11px 12px;
}
.cr_remove_btn{
	background-color:rgba(153,153,153,1);
}
.cr_ar{
	float:right;
	padding-top:5px;
}
.move_btn{
	background-color:#fff;
}
.field_drop , .field_drop_1ast{
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
}
label.field_drop::after{
	right: -10px;
top: -9px;
}

label.field_drop select{
	padding-left:0px;
}
label.field_drop_1ast::after{
	right: 2px;
	top: -8px;
}
.table_row > .table_small > .filter_cell{
	padding-top:10px !important;
	padding-bottom:13px !important;
}
@media screen and (max-width:720px){
	.move_btn, .cr_remove_btn{
		font-size:12px;
		padding: 11px 10px;
	}
	.cr_ar{
		padding-top:0px;
	}
	label.field_drop::after{
		right: -10px !important;
top: -3px !important;
	}
	label.field_drop_1ast::after {
		right: 0px !important;
	}
}
@media screen and (max-width:360px){
	.move_btn, .cr_remove_btn{
		width:100%;
	}
}
