@CHARSET "ISO-8859-1";

body {
	background-image: url('/images/login-bg.png') !important;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
}


/* Styles for custom subdomains */

.custom-subdomain-body {
	font-family: Verdana;
	font-size: 11px;
	margin: 0 auto;
    text-align: center;
    background: none !important;
}

.custom-subdomain-body .helper-container {
    background: none;
}

.custom-subdomain-body .login-form {
    margin: 0 auto;
    text-align: center;
}

.custom-subdomain-body .logo-custom {
    margin: 0 auto;
    text-align: center;
	display: inline-block;
    height: auto;
    width: auto;
    background: none;
    padding-bottom: 30px;
    padding-top: 30px;
}

.custom-subdomain-body .form-center {
	background: url("/images/login-form-center.png") no-repeat right top;
	width: 430px;
	height: 290px;
    text-align: left;
}

.custom-subdomain-body .form-left {
	background-image: url("/images/login-form-left.png");
	background-repeat: no-repeat;
	height: 290px;
	margin: 0 auto;
    display: inline-block;
    width: auto;
}

.custom-subdomain-body .register-form-top {
    margin: 0 auto;
    text-align: left;
    width: 450px;
}

.custom-subdomain-body .register-form-middle {
    background: url("/images/register-bg-middle.png") repeat-y scroll -1px 0 transparent;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 30px;
}

.custom-subdomain-body .message-right {
	background: url("/images/notice-right.png") no-repeat scroll right top
		transparent;
	margin-left: -2px;
}

.custom-subdomain-body .login-label {
    color: #525252;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
}

.custom-subdomain-body .register-form-bottom {
    margin: 0 auto;
    background: url("/images/register-bg-bottom.png") no-repeat scroll -2px 0 transparent;
}

.custom-subdomain-body .reg-succ {
    text-align: left;
    color: #2E2E2E;
    font-size: 12px;
    line-height: 30px;
}

/* End style for custom domain */


#container {
	padding-left: 30px;
}

a {
	cursor: pointer;
}

.login-label {
	font-size: 14px;
	color: #525252;
}

input[type=text],input[type=password] {
	background-color: #fff;
	height: 37px;
	border: 1px solid #9b9da7;
    border-radius: 3px;
	margin-left: -2px;
	padding: 0px 0 9px 8px;
}

.input-right {
	background: url("/images/login-input-right.png") no-repeat scroll right
		top transparent;
	height: 37px;
	line-height: 36px;
	border: 0 none;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
}

/*for FireFox*/
input[type="submit"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,button[type="submit"]::-moz-focus-inner,button[type="button"]::-moz-focus-inner
	{
	border: 0px;
	outline: none;
	cursor: pointer;
}

/*for IE8 */
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus,button[type="button"]:focus
	{
	border: 0px;
	outline: none;
	cursor: pointer;
}

input[type="submit"],input[type="button"],button[type="submit"],button[type="button"]
	{
	border: 0px;
	outline: none;
	cursor: pointer;
}

.helper-container {
	background-image: url("/images/login-bg-left.jpg");
	background-repeat: no-repeat;
	display: block;
	height: 660px;
}

.logo-custom {
	background-repeat: no-repeat;
	display: block;
}

.topMenu li {
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	list-style: none;
	/*
	margin-left: 10px;
	margin-right: 10px;
	*/
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 3px;
}

.topMenu a {
	font-size: 13px;
	font-weight: bold;
	color: darkblue;
}

.topMenu li:hover {
	background-color: #cccccc;
}

ul.topMenu {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: table;
	width: 250px;
}

.topMenu {
	clear: both;
	line-height: 25px;
	font-size: 12px;
}

pre {
	font-size: 8px;
}

td {
	border: solid 1px gray;
	padding: 4px;
}

div.fMenu {
	float: left;
	margin-left: 6px;
}

#menu {
	border-bottom: double;
	border-color: gray;
	padding: 10px 0px;
}

.debug {
	border: double red;
	margin-top: 100px;
}

.debug pre {
	font-size: 10px;
}

.redError {
	color: red;
}

.mainMenu li {
	float: left;
	list-style: none;
	padding-left: 10px;
}

table {
	table-layout: auto;
	border-collapse: collapse;
}

.table td,table th {
	border: 1px solid black;
	white-space: nowrap;
	padding: 2px;
}

.url_results {
	table-layout: auto;
	border-collapse: collapse;
}

.url_results td,.url_results th {
	border: 1px solid black;
	white-space: nowrap;
	padding: 2px;
}

.url_results tbody>tr:hover td {
	background-color: #fa0;
}

tr.remove td {
	background-color: red;
	color: white;
}

tr.remove td a.url {
	color: white !important;
}

tr.update td {
	background-color: green;
	color: yellow;
}

tr.update td a.url {
	color: yellow !important;
}

.yellow1 {
	background-color: #ff8 !important;
}

.yellow2 {
	background-color: #ffc !important;
}

.red1 {
	background-color: #f99 !important;
}

.red2 {
	background-color: #fbb !important;
}

.green1 {
	background-color: #afa !important;
}

.green2 {
	background-color: #bfc !important;
}

.blue1 {
	background-color: #bdf !important;
}

.blue2 {
	background-color: #cef !important;
}

.gray1 {
	background-color: #ddd !important;
}

.gray2 {
	background-color: #eee !important;
}

fieldset {
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 1em;
}

legend {
	padding: 5px;
	font-size: 120%;
}

input,textarea,select {
	font-size: 100%;
	padding: 3px;
}

label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.message-right {
	background: url("/images/notice-right.png") no-repeat scroll right top
		transparent;
	width: 380px;
	margin-left: -2px;
}

.message {
	background: url("/images/notice-left.png") no-repeat scroll left top
		transparent;
	color: #D00000;
	height: 15px;
	margin-right: 15px;
	padding: 4px;
}

.message ul {
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 11px;
}

.message ul li {
	
}

.buttons {
	display: block;
	padding-top: 65px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	height: 20px;
	margin-left: -20px;
}

td.header {
	text-transform: uppercase;
	text-decoration: underline;
	background: none repeat scroll 0 0 #EEEEEE;
}

h1 {
	font-size: 120%;
}

.red-star {
	color: #FF0000;
}

.gray-message {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #EEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.packages {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	background-color: #EEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 150px;
}

a:link {
	color: #2B6185;
	text-decoration: none;
}

a:visited {
	color: #2B6185;
	text-decoration: none;
}

a:hover {
	color: #2B6185;
	text-decoration: underline;
}

a:active {
	color: #2B6185;
	text-decoration: none;
}

.hr-header-container {
	border-bottom: 1px solid #006600;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 2px;
}

.hr-header-title {
	float: left;
	width: 100%;
	font-weight: bold;
}

a.help-buttons:link {
	color: #2B6185;
	text-decoration: none;
}

a.help-buttons:visited {
	color: #2B6185;
	text-decoration: none;
}

a.help-buttons:hover {
	color: #2B6185;
	text-decoration: none;
}

a.help-buttons:active {
	color: #2B6185;
	text-decoration: none;
}

/*################### LOGIN / REGISTER ################### */
.form-left {
	background-image: url("/images/login-form-left.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 290px;
	margin-top: 30px;
}

.form-center {
	background: url("/images/login-form-center.png") no-repeat right top;
	margin-left: 21px;
	width: 430px;
	height: 290px;
}

.register-form-top {
	background-image: url("/images/register-bg-top.png");
	background-repeat: no-repeat;
	width: 450px;
	height: 88px;
	margin-top: 30px; 
	padding-left: 30px;
}

.register-form-middle {
	background: url("/images/register-bg-middle.png") repeat-y -1px 0px;
	margin-left: 0px;
	padding-left: 30px;
	padding-right: 30px;
	width: 410px;
}

.register-form-middle-field {
	padding: 27px 0 0 0;
}

.register-form-bottom {
	background: url("/images/register-bg-bottom.png") no-repeat -2px 0px;
	margin-left: 0px;
	margin-top: -20px;
	padding-left: 30px;
	width: 450px;
	height: 134px;
}

.create-your-account {
	padding-left: 25px;
	padding-top: 30px;
}

.login-to-your-account {
	padding-top: 30px;
}

.reg-succ {
	color: #2E2E2E;
	font-size: 12px;
	line-height: 30px;
}

.reg-succ a:link {
	color: #2E2E2E;
	text-decoration: underline;
}

.reg-succ a:visited {
	color: #2E2E2E;
	text-decoration: underline;
}

.reg-succ a:hover {
	color: #2B6185;
	text-decoration: underline;
}

.reg-succ a:active {
	color: #2E2E2E;
	text-decoration: underline;
}

.invite-left {
	background: url("/images/login-invite-left.png") no-repeat scroll left
		top transparent;
	height: 150px;
	position: relative;
	top: 5px;
	width: 30px;
	left: 6px;
}

.invite-right {
	background: url("/images/login-invite-right.png") no-repeat scroll right
		top transparent;
	height: 150px;
	margin-left: 8px;
	position: relative;
	top: -8px;
	width: 430px;
}

.invite-title {
	font-size: 13px;
	color: #f0cb81;
	padding: 20px 0 0 10px;
}

.invite-text {
	font-size: 11px;
	color: #b3b3b3;
	padding-left: 10px;
	margin-top: 0;
}

.beta-invite-form {
	text-align: center;
	padding: 20px 0 0 10px;	
}

#beta_email {
	width: 307px;
}

.beta-invite-send {
	background: url("/images/beta-invite-send.png") no-repeat scroll left
		top transparent;
	display: inline-block;
	height: 37px;
	width: 91px;
	cursor: pointer;
	float:left;
}

.big_button {
	line-height: 35px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #304a68;
	font-weight: bold;
	text-shadow: 1px 1px 0px #cee6ee;
	text-decoration: none;
	display: block;
	float: left;
	height: 35px;
	background: url("/images/sprites.png?_v=5") no-repeat;
	background-position: 1px -483px;
	padding: 0 0 0 6px;
}  /* anchor tag, tine imaginea cu coltul din stanga*/
.big_button b {
	display: block;
	height: 35px;
	line-height: 35px;
	background: url("/images/sprites.png?_v=5") no-repeat;
	background-position: right -521px;
	padding: 0 10px 0 0;
}

.big_button:hover {
	text-decoration: none;
	background-position: 1px -557px;
}

.big_button:hover b {
	background-position: right -596px;
	text-decoration: none;
}

.big_button:active {
	background-position: left -633px;
}

.big_button:active b {
	background-position: right -670px;
}

.big_button.disabled {
	background-position: left -408px;
	color: #d7d7d7;
	text-shadow: 1px 1px 0px #f3f3f3;
}

.big_button.disabled b {
	background-position: right -444px;
}

.remember-me {
	color: #2E2E2E;
	font-size: 12px;
	position: absolute;
	margin-top: 10px;
	margin-left: 75px;
}
.remember-me label {
	display: inline-block;
	position: relative;
	bottom: 2px;
	cursor: pointer;
}

.forgot-password {
	color: #2E2E2E;
	font-size: 12px;
	left: 155px;
	position: relative;
	text-decoration: underline;
	top: 10px;
}

.error-head {
}

.error {
    /* background: url("/images/input-text-background-error-beta.gif") no-repeat scroll left top transparent !important; */
}

.invite-email-error {
	position: absolute; 
	top: 75px; 
	left: 22px;
}

.tipsy {
    padding: 5px;
    position: absolute;
    z-index: 1000;
}

.tipsy-sw .tipsy-arrow {
    background-position: left bottom;
    bottom: -55px;
    left: 10px;
}

.tipsy-arrow {
    background: url("/images/tipsy.gif") no-repeat scroll left top transparent;
    height: 5px;
    position: relative;
    width: 9px;
}

.tipsy-inner {
    -moz-border-radius: 3px 3px 3px 3px;
    /* -moz-box-shadow: 6px 6px 5px #888888; */
    white-space: nowrap;
    background-color: #F74B4B;
    color: white;
    float: left;
    padding: 5px 8px 4px;
    text-align: center;
}

/* <Preloader content> */
.blockUI.blockElement {
	left: 45% !important;
}
.blockUI.blockElement img {
	position: relative;
	top: 60px;
}
#loading_msg {
	font-size: 14px;
	color: black;
	font-weight: bold;
	position: relative;
	top: -8px;
}
/* </Preloader content> */

.combo {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    line-height: 0px !important;
    text-align: left;
    min-width: 125px;
}

.combo table {
    border-collapse: collapse;
    border-spacing: 0;
}

.combo table td {
    border: none;
    padding: 0;
}

.combo-vis {
    display: inline-block;
    position: relative;
    background-color: white;
}

.combo-inp {
    margin: 0;
    border: none;
    padding: 0 3px;
    outline: 0px;
    height: 15px;
    line-height: 15px;
    width: 102px !important;
}

.combo-left {
    height: 27px;
    width: 3px;
    background-repeat: no-repeat;
}

.combo-center {
    height: 27px;
    background-repeat: repeat-x;
    vertical-align: middle
}

.combo-arrow {
    position: relative;
    height: 27px;
    width: 19px;
    background-repeat: no-repeat;
}

.combo-wrapper {
    position: absolute;
    top: 27px;
    z-index: 1000000;
}

.combo-list {
    position: absolute;
    border: 1px solid #a6a6a6;
    background-color: white;
    overflow-x: hidden !important;
}

.combo-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 11000;
}

.combo-list li {
    cursor: pointer;
    padding: 6px;
}

.combo-node {
    vertical-align: middle;
}

.combo-selected {
    background-color: #3399ff;
    color: white;
}

.combo-selected .combo-node { /*border:1px solid grey;*/
    /*text-decoration:underline;*/

}

.combo-expcol {
    vertical-align: middle;
    /*padding-left:2px;*/
}

.combo-spacer {
    display: inline-block;
    width: 0px !important; /* important set to change style */
}

.disabled .combo-left {
    background-image: url("/images/combo_left_disabled.png") !important;
}

.disabled .combo-center {
    background-image: url("/images/combo_center_disabled.png") !important;
}

.disabled .combo-arrow {
    background: url("/images/combo_arrowDown_disabled.png") !important;
}

.big_orange_button {
    display: inline-block;
    line-height: 43px;
    float: none !important;
    height: 43px;
    background: url(/images/sprites.png?_v=5) no-repeat;
    background-position: 1px -2729px;
    text-decoration: initial !important;
    text-shadow: none !important;
    padding: 0 0 0 1px;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    color: #304a68;
    font-weight: bold;
}

.big_orange_button b {
    font-size: 12px;
    color: #304a68;
    display: block;
    background: url(/images/sprites.png?_v=5) no-repeat;
    background-position: right -2684px !important;
    height: 43px;
    line-height: 43px;
    padding-left: 4px;
    padding-right: 10px;
    margin-left: 5px;
}

.big_orange_button[disabled] {
    background-position: 1px -2819px;
}

.big_orange_button[disabled] b {
    font-size: 11px;
    color: #a5a5a5;
    background-position: right -2774px !important;
}

.big_orange_button:hover {
    background-position: 1px -2909px !important;
}

.big_orange_button:hover b {
    background-position: right -2864px !important;
    text-decoration: none !important;
}

/*<Extend Trial>*/
.extend-trial-container {
    width: 560px;
    margin: 210px auto 0 auto;
    background: white;
    border-radius: 5px;
}
.extend-trial-header {
    height: 100px;
    background: url("/images/login/logo-login.png") no-repeat center center;
}
.extend-trial-content {
    border-top: 1px solid #e2e2e2;
    background-color: #f5f5f8;
    text-align: center;
}
.extend-trial-content > h1 {
    font-size: 26px;
    margin: 0;
    margin-top: 45px;
    color: #2fa9d3;
}
.extend-trial-content > p {
    margin: 0;
    margin-top: 25px;
    font-size: 18px;
    color: #6a6a6a;
}
.extend-trial-content > .big_orange_button {
    margin: 30px 0;
}
.extend-trial-content > .big_orange_button b {
    padding: 0 90px 0 85px;
    font-size: 16px;
    color: #303030;
}
.extend-trial-error {
    padding-bottom: 45px;
}
.extend-trial-error > h1 {
    color: orangered;
}
/*</Extend Trial>*/

/*<Redesign>*/
input[type=checkbox] {
    border: 0 none !important;
    opacity: 0;
    z-index: -1;
    line-height: 16px;
    margin: 0 !important;
    cursor: pointer;
}
.input_checkbox {
    background: url("/images/checkbox.png") no-repeat scroll right top
    transparent;
    height: 16px;
    border: 0 none;
    display: inline-block;
    margin: 0;
    line-height: 16px;
    padding-left: 3px;
}
.disabled .input_checkbox {
    background: url("/images/checkbox-disabled.png") no-repeat scroll right
    top transparent !important;
}
.input_checkbox_wrap {
    height: 16px;
    border: 0 none;
    display: inline-block;
    margin: 0;
    line-height: 16px;
    padding-left: 2px;
    vertical-align: middle;
}
.input_checkbox_checked {
    background: url("/images/checkbox-checked.png") no-repeat scroll right
    top transparent;
    height: 16px;
    border: 0 none;
    display: inline-block;
    margin: 0;
    line-height: 16px;
    vertical-align: middle;
}
/*</Redesign>*/

/*<TRANSLATE>*/
.translate-d {
    /* border: thin solid indianred !important; */
    box-sizing: border-box !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}
/*</TRANSLATE>*/