*
{
	margin: 0;
	padding: 0;
	word-wrap:break-word;
}


@font-face {
    font-family: "MerriweatherSans-Regular";
    src: url(../fonts/MerriweatherSans-Regular.otf);
}


body{
	background:#304058;
}



header
{
	background:#4E566E;
	border-radius: 5px 5px 0 0;
	/*margin-top: 40px;*/
	padding: 10px;
	margin-top: 40px;
}

header span
{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 8px #000;
	margin-left: 10px;
}

header img
{
	width: 25px;
	height: 25px;
}

.main
{
	background:#ccc;
	height: 500px;
	padding: 0;
	border-radius: 0 0 3px 3px;
	position: relative;
}

.main-left,.main-right
{
	background:#A6AAB6;
	height: 100%;
	float: left;
	border-radius: 0 0 3px 3px;
}





.main-left h1,.main-right h1
{
	text-align: left;
	font-size: 20px;
	background: #192942;
	color: #E4E4E4;
	margin: 0;
	padding: 8px 20px;
	float: left;
	width: 100%;
	border-radius: 3px 3px 0 0;
	text-shadow: 0px 0px 5px #000;
	border-bottom: solid 1px #002344;
}

.Repository
{
	background:#304058;
	height: 46%; 
	margin: 4% 0;
	border-radius: 3px;
	padding: 0;
}

.User
{
	background:#304058;

	height: 46%; 
	margin: 4% 0;
	border-radius: 3px;
	padding: 0;
}

.Repository h1 button,.User h1 button
{
	float: right;
	/*margin-right: 10px;*/

	color: #fff;
	background:#40566C;
	border: none;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}


.Repository ul,.User ul
{
	width: 99%;
	height: 80%;
	overflow: auto;
	color: #fff;
	/*padding: 0 25px;*/
	font-size: 16px;
	margin: 10px 0;
	list-style: none;
}

/*.Repository ul li,.User ul li
{
	padding: 5px 0;
}*/

.Repository ul li a,.User ul li a
{
	width: 100%;
	float: left;
	padding: 6px 10px;
	font-family: "MerriweatherSans-Regular";
	color: #ccc;
	text-shadow: 0px 0px 3px #000;
}

.Repository ul li a img,.User ul li a img
{
	width: 23px;
	height: 23px;
	margin-right: 10px;
}

.Repository ul li a:hover,.User ul li a:hover
{
	color: #fff;
	background:rgba(0,0,0,0.5);
}

.connect,.add_repository,.add_user
{
	margin: 10px 0;
	/*width: 100%;*/
	height: 94%;
	float: right;
	background: #304058;
	padding: 0;
	border-radius: 3px;
}


.connect label,.add_repository label,.add_user label
{
	color: #fff;
	font-size: 20px;
}

.connect .inputs,.add_repository .inputs,.add_user .inputs
{
	width: 100%;
	float: left;
	margin:50px 0 0 0;
}

.connect .inputs_buttons
{
	float: right;
	margin-right: 35px;
	margin: 20px 0px 50px 0;
}

.add_repository .inputs_buttons,.add_user .inputs_buttons
{
	text-align: center;
	margin: 20px 35px 50px 0;

}

.add_repository .inputs_buttons div,.add_user .inputs_buttons div
{
	text-align: center;
	float: left;
	margin: 20px 35px 50px 0;
}

.connect .inputs_buttons button
{
	width: 100px;
	color: #fff;
	background:#00162C;
	margin:50px 0 0 0;
	border: none;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}


.add_repository .inputs_buttons button,.add_user .inputs_buttons button
{
	width: 200px;
	color: #fff;
	background:#00162C;
	margin:50px 0 0 0;
	border: none;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}

.add_repository h1 button,.add_user h1 button
{
	float: right;
	/* margin-right: 10px; */
	color: #fff;
	background: #40566C;
	border: none;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}


.pop_ups
{
	width: 300px;
	min-height: 100px;
	position: absolute;
	right: 0px;
	top: -45px;
	background: rgba(0, 0, 0, 0.87);
	text-align: center;
	font-size: 16px;
	padding: 15px;
	color: #fff;
	border-radius: 5px;
	border: solid 1px rgba(255, 255, 255, 0.4);
	z-index: 999;
}

button.close
{
	padding: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 1);
	border: 0;
	-webkit-appearance: none;
	border-radius: 100%;
	width: 20px;
	height: 20px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}

form h1 img
{
	width: 35px;
	height: 18px;
	margin-right: 10px;
}

.table
{
	width: 94%;
	text-align: center;
	margin : 3%;
	float: left;
	height: 100%;
	border:solid 2px #fff; 
	color: #fff;
}

.table th
{
	text-align: center;
	background: #fff;
	color: #000;
}

footer
{
	text-align: center;
	margin: 20px 0;
	color: #fff;
	font-size: 18px;
}