/* LOGIN CSS */
.form-signin
{
	max-width: 400px;
	padding: 65px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
	margin-bottom: 10px;
}
.form-signin .checkbox
{
	font-weight: normal;
}
.form-signin .form-control
{
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus
{
	z-index: 2;
}
.form-signin input[type="text"]
{
	margin-bottom: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
	margin-bottom: 25px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.login-header
{
	color:#006599;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	width: 500px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	margin-top: -40px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.btn-login
{
	background-color:#006599;
	color:white;
	border-radius: 20px;
}
.account-wall
{
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	margin-top: 20px;
	margin-left: 100px;
	padding: 40px 0px 60px 0px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	background-color:#f7f7f7;
	width: 500px;
	height: 365px;
}
.login-title
{
	color: #555;
	font-size: 18px;
	font-weight: 400;
	display: block;
	width: 900px;
}
.profile-img
{
	width: 120px;
	height: 120px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/* END OF LOGIN CSS */
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
html, body {
    height: 100%;
    font-size: 13px/20px normal Arial;
}

html {
    display: table;
    margin: auto;
    font-family: arial;
}

body {
    display: table-cell;
    color: #4F5155;
    font-family: arial;
    background-color: #e9ebee
}
#container
{
	margin: -10px 0px 0px 0px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	width: 1198px;
	background-color: white;
	font-family: arial;
	
}
#menu
{
	margin: -5px 0px 0px 0px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	width: 1198px;
	background-color: white;
}
a
{
	color: #003399;
	background-color: transparent;
	font-weight: normal;
	font-family: arial;
}
h1
{
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
	font-family: arial;
}
code
{
	font-family: arial;
	font-size: 12px;
	background-color: #fafad2;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}
#body
{
	margin: 0 15px 0 15px;
	margin-left: 250px;
	margin-right:-900px;
	font-family: arial;
}
p.footer
{
	margin: 0px 0px 0px 0px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	width: 1198px;
	background-color: white;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	border-top:hidden;
	font-family: arial;
	background: white;
	color: black;
	
}
.alert
{
	text-align: center;
	font-weight: bold;
}
h2
{
	text-indent: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.table
{
	width:1090px;
	margin-left:auto;
	margin-right:auto;
	font-family: arial;
}
.hover:hover {
	background-color: #ddd;
	}
	td
	{
		
	font-weight: normal;
	}
.width-auto
{
	width: auto;
}
.font-size-20
{
	font-size: 30px;
}
#height-100
{
	height: 100px;
}
.error
{
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        order-radius: .2rem;
}
th a.sort-by { 
	padding-right: 18px;
	position: relative;
}
a.sort-by:before,
a.sort-by:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 0px;
	top: 50%;
	position: absolute;
	width: 0;
}
a.sort-by:before {
	border-bottom-color: #ffffff;
	margin-top: -9px;
}
a.sort-by:after {
	border-top-color: #ffffff;
	margin-top: 1px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.trheader
{
	background:#006599;
	color: white;
	font-family: arial;
}
.select2-selection__rendered {
  margin: 5px;
  font-weight: normal;
}
.select2-container .select2-search, 
.select2-container .select2-search__field {
        width: 100% !important;
        height: 30px  !important;
        font-size: 16PX;
}