@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12px;}

#header_div {
	position:relative;
	float:left;
	height:200px;
	width:100%;
	border:thin solid gray;
	margin-bottom:20px;
}

#filters_div {
	position:relative;
	float:left;
	height:50px;
	width:100%;
	border:thin solid gray;
	margin-bottom:20px;
}


.no_style_tbl{
	border:none;	
}

#dblist_div {
	position:relative;
	float:left;
	width:100%;
	margin-bottom: 10px;
}

#file_browser_div {
	position:relative;
	float:left;
	width:100%;
	margin-bottom: 10px;
}


.dblist_tbl {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px,
}

.dblist_tbl td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 7px;
}

.dblist_tbl tr:nth-child(even){background-color: #f2f2f2}

.dblist_tbl tr:hover {background-color: #ddd;}

.dblist_tbl th {
    color: black;
	border-bottom:black medium solid;
	text-align:left;
}

.upload_bd {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            color: #47525d;
            background-color: #fff;

            margin: 0;
            padding: 20px;
      }

.upload_hr {
            margin-top: 20px;
            margin-bottom: 20px;
            border: 0;
            border-top: 1px solid #eee;
    }

/* --------------------------Blue Button------------------------ */

.blue_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border: thin solid navy;
	  background: #3498db;
	  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	  background-image: -o-linear-gradient(top, #3498db, #2980b9);
	  background-image: linear-gradient(to bottom, #3498db, #2980b9);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  -webkit-box-shadow: 0px 1px 3px #666666;
	  -moz-box-shadow: 0px 1px 3px #666666;
	  box-shadow: 0px 1px 3px #666666;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 10px;
	  padding: 7px;
	  text-decoration: none;
	  width: 55px;
	  text-align:center;
}

.blue_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* --------------------------Long Blue Button------------------------ */

.long_blue_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border: thin solid navy;
	  background: #3498db;
	  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	  background-image: -o-linear-gradient(top, #3498db, #2980b9);
	  background-image: linear-gradient(to bottom, #3498db, #2980b9);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  -webkit-box-shadow: 0px 1px 3px #666666;
	  -moz-box-shadow: 0px 1px 3px #666666;
	  box-shadow: 0px 1px 3px #666666;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 10px;
	  padding: 7px;
	  text-decoration: none;
	  width: 100px;
	  text-align:center;
}

.long_blue_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


/* --------------------------Long Red Button------------------------ */

.long_red_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border: thin solid #600001;
  background: #ff5757;
  background-image: -webkit-linear-gradient(top, #ff5757, #ff0000);
  background-image: -moz-linear-gradient(top, #ff5757, #ff0000);
  background-image: -ms-linear-gradient(top, #ff5757, #ff0000);
  background-image: -o-linear-gradient(top, #ff5757, #ff0000);
  background-image: linear-gradient(to bottom, #ff5757, #ff0000);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  -webkit-box-shadow: 0px 1px 3px #666666;
	  -moz-box-shadow: 0px 1px 3px #666666;
	  box-shadow: 0px 1px 3px #666666;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 10px;
	  padding: 7px;
	  text-decoration: none;
	  width: 100px;
	  text-align:center;
}

.long_red_btn:hover {
  background: #ff8585;
  background-image: -webkit-linear-gradient(top, #ff8585, #ff5757);
  background-image: -moz-linear-gradient(top, #ff8585, #ff5757);
  background-image: -ms-linear-gradient(top, #ff8585, #ff5757);
  background-image: -o-linear-gradient(top, #ff8585, #ff5757);
  background-image: linear-gradient(to bottom, #ff8585, #ff5757);
  text-decoration: none;
}


/* --------------------------Red Button------------------------ */


.red_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border: thin solid #600001;
  background: #ff5757;
  background-image: -webkit-linear-gradient(top, #ff5757, #ff0000);
  background-image: -moz-linear-gradient(top, #ff5757, #ff0000);
  background-image: -ms-linear-gradient(top, #ff5757, #ff0000);
  background-image: -o-linear-gradient(top, #ff5757, #ff0000);
  background-image: linear-gradient(to bottom, #ff5757, #ff0000);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 55px;
  text-align:center;
}

.red_btn:hover {
  background: #ff8585;
  background-image: -webkit-linear-gradient(top, #ff8585, #ff5757);
  background-image: -moz-linear-gradient(top, #ff8585, #ff5757);
  background-image: -ms-linear-gradient(top, #ff8585, #ff5757);
  background-image: -o-linear-gradient(top, #ff8585, #ff5757);
  background-image: linear-gradient(to bottom, #ff8585, #ff5757);
  text-decoration: none;
}

/* --------------------------Edit Button------------------------ */

.edit_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border:thin solid #9B4D00;
  background: #ffa12e;
  background-image: -webkit-linear-gradient(top, #ffa12e, #ff7700);
  background-image: -moz-linear-gradient(top, #ffa12e, #ff7700);
  background-image: -ms-linear-gradient(top, #ffa12e, #ff7700);
  background-image: -o-linear-gradient(top, #ffa12e, #ff7700);
  background-image: linear-gradient(to bottom, #ffa12e, #ff7700);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 55px;
  text-align:center;
}

.edit_btn:hover {
  background: #ffbc6b;
  background-image: -webkit-linear-gradient(top, #ffbc6b, #ffa12e);
  background-image: -moz-linear-gradient(top, #ffbc6b, #ffa12e);
  background-image: -ms-linear-gradient(top, #ffbc6b, #ffa12e);
  background-image: -o-linear-gradient(top, #ffbc6b, #ffa12e);
  background-image: linear-gradient(to bottom, #ffbc6b, #ffa12e);
  text-decoration: none;
}

/* --------------------------Green Button------------------------ */

.green_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border:thin solid #045200;
  background: #028725;
  background-image: -webkit-linear-gradient(top, #028725, #028725);
  background-image: -moz-linear-gradient(top, #028725, #028725);
  background-image: -ms-linear-gradient(top, #028725, #028725);
  background-image: -o-linear-gradient(top, #028725, #028725);
  background-image: linear-gradient(to bottom, #028725, #028725);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 55px;
  text-align:center;
}

.green_btn:hover {
  background: #67A300;
  background-image: -webkit-linear-gradient(top, #67A300, #67A300);
  background-image: -moz-linear-gradient(top, #67A300, #67A300);
  background-image: -ms-linear-gradient(top, #67A300, #67A300);
  background-image: -o-linear-gradient(top, #67A300, #67A300);
  background-image: linear-gradient(to bottom, #67A300, #67A300);
  text-decoration: none;
}


/* --------------------------Long Green Button------------------------ */

.long_green_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border:thin solid #045200;
  background: #028725;
  background-image: -webkit-linear-gradient(top, #028725, #028725);
  background-image: -moz-linear-gradient(top, #028725, #028725);
  background-image: -ms-linear-gradient(top, #028725, #028725);
  background-image: -o-linear-gradient(top, #028725, #028725);
  background-image: linear-gradient(to bottom, #028725, #028725);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 100px;
  text-align:center;
}

.long_green_btn:hover {
  background: #67A300;
  background-image: -webkit-linear-gradient(top, #67A300, #67A300);
  background-image: -moz-linear-gradient(top, #67A300, #67A300);
  background-image: -ms-linear-gradient(top, #67A300, #67A300);
  background-image: -o-linear-gradient(top, #67A300, #67A300);
  background-image: linear-gradient(to bottom, #67A300, #67A300);
  text-decoration: none;
}



/* --------------------------Yellow Button------------------------ */

.yellow_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border: thin solid #5B5B00;
  background: #d9d930;
  background-image: -webkit-linear-gradient(top, #d9d930, #d9d930);
  background-image: -moz-linear-gradient(top, #d9d930, #d9d930);
  background-image: -ms-linear-gradient(top, #d9d930, #d9d930);
  background-image: -o-linear-gradient(top, #d9d930, #d9d930);
  background-image: linear-gradient(to bottom, #d9d930, #d9d930);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 55px;
  text-align:center;
}

.yellow_btn:hover {
  background: #e6e637;
  background-image: -webkit-linear-gradient(top, #e6e637, #e6e637);
  background-image: -moz-linear-gradient(top, #e6e637, #e6e637);
  background-image: -ms-linear-gradient(top, #e6e637, #e6e637);
  background-image: -o-linear-gradient(top, #e6e637, #e6e637);
  background-image: linear-gradient(to bottom, #e6e637, #e6e637);
  text-decoration: none;
}


/* --------------------------Orange Button------------------------ */

.orange_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border:thin solid #401C00;
  background: #e69b19;
  background-image: -webkit-linear-gradient(top, #e69b19, #e69b19);
  background-image: -moz-linear-gradient(top, #e69b19, #e69b19);
  background-image: -ms-linear-gradient(top, #e69b19, #e69b19);
  background-image: -o-linear-gradient(top, #e69b19, #e69b19);
  background-image: linear-gradient(to bottom, #e69b19, #e69b19);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 55px;
  text-align:center;
}

.orange_btn:hover {
  background: #ffa500;
  background-image: -webkit-linear-gradient(top, #ffa500, #ffa500);
  background-image: -moz-linear-gradient(top, #ffa500, #ffa500);
  background-image: -ms-linear-gradient(top, #ffa500, #ffa500);
  background-image: -o-linear-gradient(top, #ffa500, #ffa500);
  background-image: linear-gradient(to bottom, #ffa500, #ffa500);
  text-decoration: none;
}

/* --------------------------Long Red Button------------------------ */

.long_orange_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border: thin solid #401C00;
  background: #e69b19;
  background-image: -webkit-linear-gradient(top, #e69b19, #e69b19);
  background-image: -moz-linear-gradient(top, #e69b19, #e69b19);
  background-image: -ms-linear-gradient(top, #e69b19, #e69b19);
  background-image: -o-linear-gradient(top, #e69b19, #e69b19);
  background-image: linear-gradient(to bottom, #e69b19, #e69b19);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  -webkit-box-shadow: 0px 1px 3px #666666;
	  -moz-box-shadow: 0px 1px 3px #666666;
	  box-shadow: 0px 1px 3px #666666;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 10px;
	  padding: 7px;
	  text-decoration: none;
	  width: 100px;
	  text-align:center;
}

.long_orange_btn:hover {
  background: #ffa500;
  background-image: -webkit-linear-gradient(top, #ffa500, #ffa500);
  background-image: -moz-linear-gradient(top, #ffa500, #ffa500);
  background-image: -ms-linear-gradient(top, #ffa500, #ffa500);
  background-image: -o-linear-gradient(top, #ffa500, #ffa500);
  background-image: linear-gradient(to bottom, #ffa500, #ffa500);
  text-decoration: none;
}


/* --------------------------White Button with Red Letters------------------------ */

.white_red_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
  background: #ffffff;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: red;
  border:thin solid red;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 55px;
  text-align:center;
}

.white_red_btn:hover {
  background: #fffff0;
  text-decoration: none;
}


/* --------------------------White Button with Blue Letters------------------------ */

.white_blue_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
  background: #ffffff;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: blue;
  border:thin solid blue;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 55px;
  text-align:center;
}

.white_blue_btn:hover {
  background: #fffff0;
  text-decoration: none;
}

/* --------------------------White Button with Green Letters------------------------ */

.white_green_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
  background: #ffffff;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: green;
  border:thin solid green;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 55px;
  text-align:center;
}

.white_green_btn:hover {
  background: #fffff0;
  text-decoration: none;
}

/* --------------------------White Button with Orange Letters------------------------ */

.white_orange_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
  background: #ffffff;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: orange;
  border:thin solid orange;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 55px;
  text-align:center;
}

.white_orange_btn:hover {
  background: #fffff0;
  text-decoration: none;
}

/* --------------------------Long White Button with Black Letters------------------------ */

.long_white_black_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
  background: #ffffff;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: black;
  border:thin solid black;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
  width: 100px;
  text-align:center;
   
  
}

.long_white_black_btn:hover {
  background: #fffff0;
  text-decoration: none;
  
}


.big_btn{
  width:42%;
  height:50px;
  line-height:40px;
  font-size:15px;
  margin:5px;
  position:relative;
  float:left;

}
/* --------------------------Delete box begin-------------------- */

#delete_message
{
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 130px;
	background-color: #FF0000;
	text-align: center;
	z-index: 99;
}
#delete_message h2
{
	color: #FFFFFF;
}
#delete_btn,#cancel_btn
{
	background: none;
	width: 100px;
	height: 40px;
	font-size: 18px;
	border-radius: 5px;
	border: 2px solid white;
	margin: 10px;
	color: #FFFFFF;
	cursor:pointer;
}
h1
{
	text-align:center;
	margin-top:200px;
	color:#819FF7;
	width:600px;
	margin-left:200px;
}
#test_delete
{
	background:none;
	width:400px;
	height:50px;
	font-size:18px;
	border-radius:5px;
	border:2px solid #819FF7;
	margin:10px;
	color:#045FB4;
}

/* --------------------------Delete box end---------------------- */

/* --------------------------Charcoal Button------------------------ */

.charcoal_btn {
	position: relative;
	float: left;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	line-height: 10px;
	border: thin solid black;
	  background: #424242;
	  background-image: -webkit-linear-gradient(top, #424242, #323232);
	  background-image: -moz-linear-gradient(top, #424242, #323232);
	  background-image: -ms-linear-gradient(top, #424242, #323232);
	  background-image: -o-linear-gradient(top, #424242, #323232);
	  background-image: linear-gradient(to bottom, #424242, #323232);
	  -webkit-border-radius: 5;
	  -moz-border-radius: 5;
	  border-radius: 5px;
	  -webkit-box-shadow: 0px 1px 3px #666666;
	  -moz-box-shadow: 0px 1px 3px #666666;
	  box-shadow: 0px 1px 3px #666666;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 10px;
	  padding: 7px;
	  text-decoration: none;
	  width: 55px;
	  text-align:center;
}

.charcoal_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #626262, #424242);
  background-image: -moz-linear-gradient(top, #626262, #424242);
  background-image: -ms-linear-gradient(top, #626262, #424242);
  background-image: -o-linear-gradient(top, #626262, #424242);
  background-image: linear-gradient(to bottom, #626262, #424242);
  text-decoration: none;
}

/* --------------------------Tool Tip Begins---------------------- */
.tooltip {
	position: relative;
	width: 100%;
	height:100%;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -60px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* --------------------------Tool Tip Ends---------------------- */

/*----------------------------WS Mobile Divs -------------------*/
.hidden_div {
  position: fixed;
  z-index: 9998;
  height: 100%;
  width: 100%;
  overflow: scroll;
  border:solid thin black;
  top: 0;
  display: none;
  background-color:whitesmoke;
}

/* -------------------------- Loading Begins ------------------- */

/* Absolute Center Spinner */
#loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	display: none;

}

/* Transparent Overlay */
#loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
#loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* --------------------------Delete box end---------------------- */
		/* Dropdown Button */
		.dropbtn {
      background-color: #3498DB;
      color: white;
      padding: 5px;
      font-size: 14px;
      border: none;
      cursor: pointer;
      border-radius: 2px;
width: 100%;
height: 100%;
margin:5px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      }

      /* Dropdown button on hover & focus */
      .dropbtn:hover, .dropbtn:focus {
      background-color: #2980B9;
      }

      /* The container <div> - needed to position the dropdown content */
      .dropdown {
      position: relative;
      display: inline-block;
      }

      /* Dropdown Content (Hidden by Default) */
      .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      right: 0px;
      min-width: 160px;

      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      }

      /* Links inside the dropdown */
      .dropdown-content div {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      background-color: whitesmoke;
      border-bottom: solid thin lightgrey;
      }

      /* Change color of dropdown links on hover */
      .dropdown-content div:hover {background-color: #ddd; cursor: pointer}

      /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
      .show {display:block;}
/* --------------------------Alert begin-------------------- */
#alert_message
{
display: none;
position: fixed;
top: 0px;
width: 100%;
height: 130px;
background-color: whitesmoke;
text-align: center;
z-index: 9999;
}
#alert_message h2
{
color: #000000;
}
#alert_ok_btn
{
background: none;
width: 100px;
height: 40px;
font-size: 18px;
border-radius: 5px;
border: 2px solid blue;
margin: 10px;
color: blue;
cursor:pointer;
}

h1
{
	text-align:center;
	margin-top:200px;
	color:#819FF7;
	width:600px;
	margin-left:200px;
}

#recal_message
{
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 130px;
	background-color: orange;
	text-align: center;
	z-index: 99;
}
#recal_message h2
{
	color: #FFFFFF;
}
#recal_btn,#recal_cancel_btn
{
	background: none;
	width: 100px;
	height: 40px;
	font-size: 18px;
	border-radius: 5px;
	border: 2px solid white;
	margin: 10px;
	color: #FFFFFF;
	cursor:pointer;
}

/* --------------------------Alert end---------------------- */
/* #menu_bar{
  position: fixed;
  top: 0;
  left: 0;
  border: thin solid white;
  width: 100%;
  height: 40px;
  background-color: #003;
  box-shadow: 1px 0 2px black;
  z-index: 9999;
}

.menu_button{
  position: relative;
  float: left;
  width: 100px;
  color: white;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-right: thin solid white;
  cursor: pointer;
}

.menu_button:hover{
  background: #2D2D2D;
} */
/* Array Table */
      
#array_tbl {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#array_tbl td,
#array_tbl th {
  border: 1px solid #ddd;
  padding: 8px;
}

#array_tbl tr:nth-child(even) {
  background-color: #f2f2f2;
}

#array_tbl tr:hover {
  background-color: #ddd;
}

#array_tbl th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #003;
  color: white;
}
