@charset "UTF-8";

/* CSS Document */

.main_login_background {
	position: absolute;
	
	width: 100%;
	height: 380px;
}

.main_login {
	position: relative;
	padding: 20px;
	margin: 20px auto 20px auto;
	width: 600px;
	height: 300px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 1px 1px 15px #000;
}


.message_error {
    position: relative;
    margin: 20px auto auto auto;
    width: 600px;
    height: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    display: none;
}

.message_forgot {
    position: relative;
    margin: 20px auto auto auto;
    width: 600px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    display: none;
}

.menu_style {
    position: absolute;
    width: 190px;
    top: 38px;
    left: 0;
    border-radius: 5px;
    z-index: 998;
    background: #CCC;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #29293D;
    height: 0px;
    overflow: hidden;
}

.menu_list {
    list-style: none;
    display: inline;
    padding-bottom: 10px;
    margin-left: 0;
}

.menu_list li {
    display: inline;
}

tbody {
    font-size: 0.9em;
}

a:visited,
a:link {
    outline: none;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    outline: 0 none !important;
}

.dropdown-menu {
    left: -136px;
    width: 175px;
}

a.logo:hover {
    text-decoration: none !important;
    color: #f00 !important;
}

#toolbar {
    height: 40px !important;
}

.clientBox {
    background: #FFF;
}

//to initial hide forgot password 
#forgot {
    display: none;
}