
body, html {
    width:100%;
	height: 100%;
	background-color: #fff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #333;
}


.content {
    margin: 0;
	padding: 0;
    width: 100%;
    display:flex;
	flex-direction: column;        
    align-items: center;     
	background-color:#fff;
	position: relative;	
	padding-bottom: 50px;
}

.header {
	display: flex;
	color: #808080;		
	flex-direction: column;	
	width: 100%;
}

.header-separator {
	display: flex;	
	justify-content: space-between;
	height: 15px;
	column-gap: 30px;
	background-color:#000;
}
.header-separator .magenta {
	border:5px solid #000;	
	background-color:#ec2b8b;
	display: flex;	
	width: 33%;
	
}
.header-separator .blue {
	border:5px solid #000;	
	background-color:#11adf0;
	display: flex;	
	width: 33%;
	
}
.header-separator .yellow {
	border:5px solid #000;	
	background-color:#fff306;
	display: flex;	
	width: 33%;
	
}

.top_info {
	
    display: flex;		
	justify-content: space-between;	
	background: #fff;
	color: #11adf0;
	padding: 0 20px;
	height: 125px;

}

.top_info_left {
   align-self: flex-start;
   padding: 0;
   align-self: center;	
}

.top_info_left a.header-logo,.top_info_left a.header-logo:hover, .top_info_left a.header-logo:active, .top_info_left a.header-logo:visited {
	
	display: flex;
	column-gap: 20px;
	justify-content: center;
	align-items: center;
	font: bold 39px Verdana, Arial, Sans-Serif;
	color: #11adf0;	
	text-decoration: none;
	cursor:pointer;
}

.top_info_right {
	align-self: center;	
	padding: 0;
	text-align:center;
	font: bold 1em Verdana, Arial, Sans-Serif;
	color: #333;	
	display:flex;
	flex-direction: column;		
}

.top_info_right a, .top_info_right a:hover, .top_info_right a:active,.top_info_right a:visited {
	
	font: bold 13px Verdana, Arial, Sans-Serif;
	color: #333;	
	text-decoration: none;
	cursor:pointer;
}

.top-alignment {
	padding: 35px 0 20px;
	display:flex;
	flex-direction: column;		
}

.wellcome {
	padding: 11px 0 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.wellcome {
	padding: 15px 0 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.top_info_right .logout-link {
	margin-left: 15px;
}

.browse_category {
    font-size: 0.9em;
    width: 190px;
    color: #FFF;
    background: inherit;
}

.bar {   
    font-size: 15px;
    
    /*color: #FFF;*/
    margin: 0;
    background: #a7aeb7;
}

.bar li {
	margin: 0;
	padding: 7px 12px 5px 12px;
	color: #666;
	background: #FFF;
	font-weight: normal;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	float: left;
	border: solid 2px #a7aeb7;
	list-style: none;
	
	}

.bar li.active {
    margin: 0;
    background: #FFF;
    color: #000;
    font-weight: bold;
    padding: 7px 12px 7px 12px;
    border-top: solid 2px #a7aeb7;
    border-right: solid 2px #a7aeb7;
    border-left: solid 2px #a7aeb7;
    border-bottom: none;
}

.bar li a {   
    color: #000;
    background: inherit;
    text-decoration: none;
}

.bar li a:hover {
    color: #11adf0;
	background: inherit;
}

.main-container  {
	display: flex;
	column-gap: 20px;
	width: 100%;	
	padding-top: 30px;
}

.grey {
    color: #a7aeb7;
    background: inherit;
    font-weight: normal;
}

.search_form {
    float: right;
}

.subheader {
    margin: 0px 0 10px 0;
    border-bottom: 1px solid #eee;
    padding: 5px 0 5px 0;
    background: #A4A4A4;
    color: #fff;
}

/* left side */

.left {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 10px 20px 30px;
	margin-bottom: 20px;
}



.left_side {
    float: left;
    width: 180px;
    padding: 0 0 0 10px;
    margin: 10px 0;
}

.left_side a, .right_side a {
    color: #414141;
    background: #FFF;
}

.presentation_box{
	display: flex;
	flex-direction: column;
	font-size: 15px;
}

.presentation_box .colored-blue{
	color: #11adf0;
	font-weight: bold;
} 
.presentation_box p{
	padding: 0 0 15px;
	margin: 0;
	font-size: 17px;
	text-align: justify;
}

.showroom {	
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    align-items: center;  
	margin: 20px 0;
	color: #333;
}
.showroom .item-text {
	display: flex;	
	align-items: left;
	flex-direction: column;
	padding-left: 20px;
}
.showroom .item-text h2 {
	color: #11adf0;
	font-size: 23px;
	padding: 0;
	margin: 0;
}
.showroom .item-text p {
	padding: 10px 0;
	margin: 0;
	font-size: 15px;
	text-align: justify;
}
a.showroom-link, a.showroom-link:hover, a.showroom-link:active, a.showroom-link:visited {
	font-size: 15px;
	color: #11adf0;		
	cursor:pointer;
	font-weight: bold;
	text-decoration: underline;	
}
.showroom .item-text .item-list {
	margin: 0;
	padding: 0 0 0 20px;
	list-style:  disc;
	font-size: 15px;
	font-weight: bold;	
	list-style-position: inside;
}
.showroom .item-image {
	display: flex;
	align-self: center;
	justify-content: right;
}


.left_box {
    margin: 20px 0 20px 0;
    color: #333;
    background: #FFF;
    padding: 0;
}
.benefits_box {
    margin: 0 0 10px 0;
    color: #333;    
    display:  flex;
	padding: 10px 15px;
}
#service_description   {
	display:  flex;
	justify-content: space-between;
	column-gap: 40px;
}
#service_description .left-side {
	
	display: flex;	
	width: 50%;	
}
#service_description .right-side {
	
	display: flex;	
	width: 50%;	
}
#service_description ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
#service_description ul li {	
	padding: 3px 0 2px;	
}

.left_box p {
    font-size: 12px;
    margin-right: 20px;
}

.left_box p b{
    color: #414141;
    font-size: larger;
}

.text_box1 {
	clear: left;
	color: #000000;
	font-size: 12px;
	/*font-weight: bolder;*/
    font-weight: normal;
	padding: 1px;
	margin: 5px 5px 10px 10px;    /*border: 2px solid;*/    /*border-color: #408DB3;*/
	font-family: Tahoma;
	background-color: #FFF;
}

.text_box_right {
	clear: left;
	color: #000000;
	font-size: 12px;
	/*font-weight: bolder;*/
    font-weight: normal;
	padding: 1px;
	margin: 5px 5px 10px 10px;    /*border: 2px solid;*/    /*border-color: #408DB3;*/
	font-family: Tahoma;
	background-color: #FFF;
	float:right;
}

.text_box2 {
	clear: left;
	background-color: #FFFFFF;
	border: 1px #cc9900;
	color: #414141;
	font-size: 12px;
	/*font-weight: bold;*/
    padding: 5px;
	margin: 5px 10px 5px 0px;
	width: 700px;
}

.text_box3 {
    clear: left;
    background-color: #bcfedd;
    /*border: 1px #cc9900;*/
    color: #414141;
    font-size: 12px;
    /*font-weight: bold;*/
    padding: 10px;
    margin: 5px 20px 5px 20px;
}

.text_box4 {
    clear: left;
    background-color: #c1e3ff;
    /*border: 1px #cc9900;*/
    color: #414141;
    font-size: 12px;
    /*font-weight: bold;*/
    padding: 10px;
    margin: 5px 20px 5px 20px;
}

.left_box h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #414141;
}

.left_box ul {
    font-size: 13px;
    margin-left: 20px;
    padding: 5px;
    list-style: circle;
}
.left_box ul li {
    padding-top: 3px;
}

.left_box p strong, .left_box ul strong {
    color: #414141;
}

/* right side */

.right,.right_base {
	width: 300px;
	margin: 0 30px 10px 0;
	background-color: #eff2f6;	
}
.right h3,.right_base h3,.left h3 {
    background: #a7aeb7;
    color: #FFF;
    padding: 5px 10px;
    font: 15px Verdana, Arial, Sans-Serif;
    margin:0 0 3px 0;
	
}

.right_articles {
    background: #eff2f6;
    color: #333;
    padding: 20px;
    margin: 0px 0 20px 0;	
}

.right_articles p {
   text-align: justify;
    padding: 0;
    margin: 0;	
}


.image {
    float: left;
    margin: 0 9px 3px 0;
}

/* footer */

.footer {
	display: flex;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    border-top: 1px solid #a7aeb7;
    line-height: 1.8em;
	background-color:#fff;
	width:100%;
	height: 50px;
	position: fixed;
	bottom: 0;
}

.footer p {
	padding: 0px;
	margin: 0px;
}

.footer a, .footer a:hover, .footer a.header-logo:active, .footer a.header-logo:visited {
    color: #707070;
    background: #fff;
	text-decoration: none;
	cursor:pointer;
}
.footer a:hover {	
	color: #11adf0;		
}


/* login form */

body.login {
    background: #eee;
}

.login .content {
    background: white;
    border: 1px solid #ccc;
    width: 28em;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 0 0 5px 0;
}

.login #content-main {
    width: 100%;
}

.login .content #header {
    width: 100%;
    height: 55px;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #cccccc;
}

 .join {
    margin-top: 15px;   
	font-size: 11px;   
}
.join a,.join a:hover,.join a:active,.join a:visited {
    margin-top: 15px;   
	font-size: 11px;
    color: #11adf0;
	text-decoration:underline;
	cursor: pointer;
}

.login form {
    margin-top: 1em;
}

#login-form {
	margin-bottom: 10px;
}

.form-row {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.form-row label {	
	color: #333;
	margin-bottom: 5px;
}

.form-row #id_username, .form-row #id_password {
	padding: 5px 10px;
	
}

.login span.help {
    font-size: 10px;
    display: block;
}

.submit-row input[type="submit"]{
    margin-top: 10px;
}

/* register form*/

/*body.register {*/
/*background: #eee;*/
/*}*/

/*.register {*/
/*background: white;*/
/*border: 1px solid #ccc;*/
/*width: 42em;*/
/*min-width: 300px;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*margin-top: 50px;*/
/*border: 1px solid #ccc;*/
/*padding: 20px;*/
/*}*/

body.register {
    background: #eee;
	padding-top: 100px;
}

.register .content {
    background: white;
    border: 1px solid #ccc;
    width: 28em;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;    
    padding: 0 0 15px 0;
}

.register .content #header {
    width: 100%;
    height: 55px;
    background-color: #eeeeee;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #cccccc;
}

.register #content-main {
    width: 100%;
}

.register h1 {
    margin-bottom: 10px;
}

.register form {
    padding: 20px;
}

.register form input[type="text"] {
    min-width: 200px;
}

.register form input[type="password"] {
    min-width: 200px;
}

.register .captcha {
    width: 70px;
    vertical-align: bottom;
}

.register #id_captcha_1 {
    margin-left: 12px;
    min-width: 115px;
    width: 115px;
}

.register form input[type="submit"]{
    float: right;
    margin-top: 5px;
}

.register form span.helptext {
    color: #888;
    display: inline-block;
    font-size: .9em;
    font-style: italic;
    font-weight: normal;
    margin-top: 3px;
}

.register form label {
    float: left;
    width: 11em;
    padding-right: 0.5em;
    line-height: 2em;
    text-align: right;
    font-size: 1em;
    color: #333;
}

.register p {
    margin: 10px;
}

/* errors */

.errorlist li {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: white;
    background: red url(../images/icon_alert.gif) 5px .3em no-repeat;
}

.errorlist li a {
    color: white;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}

.errors {
    background: #ffc;
}

.errors input, .errors select, .errors textarea {
    border: 1px solid red;
}

.errornote {
    font-size: 12px;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 5px;
    border: 1px solid red;
    color: red;
    background: #ffffcc url("../images/icon_error.gif") no-repeat scroll 5px 0.3em;
    background-clip: border-box;
    background-size: auto auto;

}

/* Yearly profits table */

#yearly_profit_content {
    /*text-align: center;*/
    width: 70%;
    margin: 0 auto;
}

table#yearly_profit {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 10px;
    margin: 10px 10px 25px 10px;
    /*width: 480px;*/
    text-align: left;
    border-collapse: collapse;
    float: left;
    border-width: 1px;
}

table#yearly_profit thead th.rounded-company {
    background: #a9c0ce left -1px no-repeat;
    color: #fff;
}


table#yearly_profit thead th.rounded-q4 {
    background: #b9c9fe right -1px no-repeat;
}

table#yearly_profit th {
    padding: 3px;
    font-weight: normal;
    font-size: 12px;
    color: #039;
    background: #b9c9fe;
}

table#yearly_profit td {
    padding: 8px;
    background: #e8edff;
    border-top: 1px solid #fff;
    color: #669;
    font-size:11px;
}

#td yellow{
    background-color:#fff000;
}

table#yearly_profit tfoot td.rounded-foot-left {
    background: #e8edff left bottom no-repeat;
}

table#yearly_profit tfoot td.rounded-foot-yellow {
    backgrond-color:#FF0;

}

table#yearly_profit tfoot td.rounded-foot-right {
    background: #e8edff right bottom no-repeat;
}

table#yearly_profit tbody tr:hover td {
    background: #d0dafd;
    color: #000;
    font-size: 11px;
}

body.register {
    padding: 0;
    margin: 0;
    font: 11px Tahoma, sans-serif;
    line-height: 1.5em;
    background: #eee;
    color: #454545;
	padding-top: 100px;
}


.register .content {
    background: white;
    border: 1px solid #ccc;
    width: 28em;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;   
    padding: 0 0 15px 0;
}

.register .content #header {
    width: 100%;
    height: 55px;
    background-color: #eeeeee;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #cccccc;
}

.register #content-main {
    width: 100%;
}

a , a:hover, a:visited, a:active{
    color: #11adf0;
	text-decoration: none;
    background: inherit;
}

h1 {
    font: normal 2.1em Arial, Sans-Serif;
    letter-spacing: -1px;
    padding: 7px 0 0 8px;
    margin: 0;
}

.dark {
    color: #737373;
    background: inherit;
    font-weight: bold;
}

h1 a, h2 a {
    text-decoration: none;
}

h1 a:hover, h2 a:hover {
    color: #FF6600;
    background: inherit;
}
