
.table, .th, .td {
 display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 0px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadtable, th, td {
  border: 1px solid black;
}ow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75)
}
.call_table .dial_button {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0;
    -webkit-border-radius: 7px;
	  -moz-border-radius: 7px;
	  border-radius: 7px;
	  border: 0px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.btn_img {
    width: 110px;
    height: 110px;
}

body {
  margin: 0;
}

.navbar-custom {
	
	background: #212529; 
	opacity: 0.75;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e2d66', endColorstr='4e2d66',GradientType=1 );
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.main_content {
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top:5%;
}

.main_logo {
	margin-bottom:15px;
}

.main_title {
	font-family: 'Arial, Helvetica, sans-serif';
	color: #000;
	font-size: 28px;
	font-weight: 600;
}

.edit_button {
	width: 30px;
	height: 30px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

#login {
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width:250px;
	font-size: 18px;
	line-height:20px;
	padding: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #2d9fd9;
	font-family: Tahoma;
  	font-weight: 300;
  	letter-spacing:4px;
}

#password {
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width:250px;
	font-size: 18px;
	line-height:20px;
	padding: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #2d9fd9;
	font-family: Tahoma;
  	font-weight: 300;
  	letter-spacing:4px;
}

.btn {
    background-color: rgba(0,0,0,0.75);
    background: rgba(0,0,0,0.75);
    color: white;
    width: 240px;
    height:38px;
    border: none;
    border-radius: 17px;
    cursor:pointer;
}

.btn_login {
    background-color: rgba(78, 45, 102,0.95);;
    color: white;
    width: 240px;
    height:38px;
    border: none;
    border-radius: 17px;
    cursor:pointer;
}

.filter_show {
    width: 100%;
    text-align: center;
}

