* {
	padding: 0px;
	margin: 0px;
}
html, body {
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
    min-width: 1250px;
}
p {
	line-height:20px;
}
a {
	color: #F67301;
    text-decoration: none;
}
a img {
	border:none
}

/*---------------END: common attributes----------------*/
#container_admin_pannel {
    height: 100%;
    margin: 72px 0 0;
    min-height: 950px;
    min-width: 1200px;
    padding: 0;
    position: relative;
}
#header {
	background:url(../../img/top-bg.png) top repeat-x;
    height: 71px;
}
#container_admin_pannel #header {
    background: url("../../img/top-bg.png") repeat-x scroll center top transparent;
    height: 71px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#container_admin_pannel .admin_main_nav li {
    margin-right: 4px;
}
#container_admin_pannel .admin_main_nav li.li_item_number_last {
    margin-right: 0px;
}
.wrapper {
	width:96%;
	margin:0 auto;
}

/*header menu*/
.ptrlink {
	float:right;
	margin-bottom:10px;
}
.console {
	margin-left:15px;
}
.pbl {
	float:left;
	margin-top:18px;
}
.header_inner{
    position: relative;
}
.header_menu {
	position: absolute;
    right: 0;
	margin-top:5px;
    height: 65px;
}
.header_menu ul {
	margin:0;
	padding:0;
	clear:both;
}
.header_menu ul li {
	list-style:none;
	padding:0;
	display:inline;
}
.header_menu ul li.last, .header_menu ul li.last a {
	padding-right:0;
}
.header_menu ul li a {
	list-style:none;
	text-decoration:none;
	color:#000;
	font-size:14px;
}
.header_menu ul li a:hover {
	color:#FF7400;
}

/* header menu*/

#content_area {
    min-height: 500px;
}
.portal_header {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #D4D4D4;
}
.portal_header #main_nav {
	z-index:100;
}
#main_nav ul {
	list-style:none;
	padding-top:12px;
	position:relative;
	margin: 0;
    z-index: 1000;
}
#main_nav ul li {
	display:inline-block;
	margin-right:0;
	background-image:url(../../img/nav_middle_bg.jpg);
	border-radius:5px 5px 0 0;
    position: relative;
    float: left;
}
#main_nav ul li li {
	display:inline-block;
	margin-right:2px;
	background-image:none;
	background-color:#fff;
	border-radius: 0 0;
	width: 100%;
}
#main_nav ul li.active, #main_nav ul li:hover {
	background-color:#fff;
	background-image:none;
}
#main_nav ul li.active a, #main_nav ul li a:hover {
	border-bottom:#fff solid 1px;
}
.section_details #user_details_table tr td.general_details_link_img img {
    margin-right: 2px;
}
#main_nav ul li a {
	line-height:37px;
	padding:0 15px 0 32px;
	display:inline-block;
	text-decoration:none;
	color:#242424;
	border:#d4d4d4 solid 1px;
	border-radius:5px 5px 0 0;
}
.edit_project #main_nav ul li a {
    padding:0 15px 0 15px;
}
.edit_project #main_nav ul {
    border-bottom: 1px solid #E2E2E2;
    display: block;
    height: 38px;
}
#modal_box .edit_project .wrapper-dropdown-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 10px;
    width: 100%;
}
#main_nav ul li#nav_account a {
	background:url(../../img/navigation_icon_accnt.png) no-repeat 10px 10px;
}
#main_nav ul li#nav_billing a {
	background:url(../../img/privilege_icons/active/billing.png) no-repeat 10px 11px;
}
#main_nav ul li#nav_web_console a,
#main_nav ul li#nav_payment_processing a,
#main_nav ul li#nav_c_panel a,
#main_nav ul li#nav_email a,
#main_nav ul li#nav_subscription a {
	background:url(../../img/privilege_icons/active/subscription.png) no-repeat 10px 11px;
}
#main_nav ul li#nav_projects a {
	background:url(../../img/privilege_icons/active/project.png) no-repeat 10px 12px;
}
#main_nav ul li#nav_domain a {
	background:url(../../img/privilege_icons/active/domain.png) no-repeat 10px 12px;
}
#main_nav ul li#nav_support a {
	background:url(../../img/privilege_icons/active/support.png) no-repeat 10px 12px;
}
#main_nav ul li#administrators a {
	background:url(../../img/navigation_icon_accnt.png) no-repeat 10px 10px;
}
#main_nav ul li#projects a {
	background:url(../../img/icon_projects.png) no-repeat 10px 11px;
}
#main_nav ul li#customers a {
	background:url(../../img/icon_customers.png) no-repeat 10px 9px;
}
#main_nav ul li#finder a {
	background:url(../../img/icon_support.png) no-repeat 10px 11px;
}
#main_nav ul li#configuration a {
	background:url(../../img/icon_configuration.png) no-repeat 10px 11px;
}
#main_nav ul li ul {
	width:350px;
	position:absolute;
	top:38px;
	padding-top:4px;
	margin-top:0px;
	display:none;
	padding:1px;
	background-color:#e2e2e2;
	border-radius:3px;
	box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.35);
}
#main_nav ul li:hover ul {
	display:block;
}
#main_nav ul > li:hover ul {
	display:block;
}
#main_nav li ul.sub_menu_item_list li a {
	background-image:none !important;
	background-color:#FFF;
	padding:5px 15px;
	display: block;
	border:none;
	border-radius:0;
	line-height: 22px;
	border-bottom:#f1f1f1 solid 1px;
}
a.sub_menu_link {
}
#main_nav li ul.sub_menu_item_list li a:hover {
	color:#F67301;
}
ul li ul li a {
	border:none;
}
/*--------------------------------------------START: head_title--------------------------------------*/
#title_bar {
	position: absolute;
	top: 5px;
    right: 0;
}

#welcome span {
	font-weight: bold;
	color:#fff;
}
#welcome span#current_user_name {
    display: inline-block;
    font-weight: normal;
    height: 57px;
    line-height: 57px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
#welcome a {
    color: #FFFFFF;
    display: inline-block;
    height: 57px;
    line-height: 57px;
    text-decoration: none;
}
#welcome a.domain_cart_link.loading {
    padding-left: 18px;
    margin-left: 3px;
}
#mailbox_notifier {
	float: right;
}
#mailbox_notifier {
	background: url("../../img/header_message_box.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 30px;
	width: 67px;
}
#mailbox_notifier a {
	line-height: 30px;
	padding-left: 41px;
	text-decoration: none;
	color: #F4C6A5;
}
#head_title {
	color: #F27007;
	float: left;
	font-size: 18px;
    position: absolute;
    top: 84px;
}

div.portal_main_menu_div {
    width: 96%;
    margin: 0 auto;
}
table.portal_main_menu_table div.st #head_title {
    margin-right: 10px;
    margin-top: 0px;
    white-space: nowrap;
    position: inherit;
    padding-top: 14px;
    height: 25px;
}
table.portal_main_menu_table div.sub #main_nav {
    position: inherit;

}
table.portal_main_menu_table div.sub #main_nav >ul {
    display: inline-block;
    float: right;
    position: relative;
    top: 2px;
    z-index: 101;
    height: 40px;
}

/*--------------------------------------------START: head_title--------------------------------------*/

/*--------------------------------------Start: admin_navigation--------------------------------------*/
.portal_header_client {
	position:relative;
}
#admin_navigation_wrapper {
	position:absolute;
	top:56px;
	left:0;
}
#admin_navigation_wrapper ul {
	list-style:none;
	margin:0;
	padding:0;
}
#admin_navigation_wrapper ul li {
	float: left;
	margin:0 4px 0 0;
	padding:0;
	background:url(../../img/nav_middle_bg.jpg) repeat-x 0 0;
	border-radius:5px 5px 0 0;
	position:relative;
}
#admin_navigation_wrapper ul li.active, li:hover {
}
#admin_navigation_wrapper ul li a {
	text-decoration:none;
	padding:5px 15px;
	display:block;
	color:#242424;
	border-radius:5px 5px 0 0;
	padding:8px 15px;
}
#admin_navigation_wrapper ul li a.no_link {
	cursor:auto;
}
#admin_navigation_wrapper ul li ul {
	width:170px;
	padding:0;
	display:none;
	margin:0;
	position:absolute;
}
#admin_navigation_wrapper ul li:hover ul {
	display: block;
	margin:0;
	padding:0;
}
#admin_navigation_wrapper ul > li:hover ul {
	display:block;
	margin:0;
	padding:0;
}
#admin_navigation_wrapper ul li ul li {
	float:none;
	display:block;
	border-radius: 0 0 0 0 !important;
	border-bottom:#fff solid 1px;
	margin:0;
	padding:0;
}
#admin_navigation_wrapper ul li ul li a:hover {
	color:#fff;
	background-color:#ff7e00;
}
#admin_navigation_wrapper ul li ul li a {
	display:block;
	background:none #F67205;
	border:none;
	border-radius: 0 0 0 0 !important;
	color:#FFF;
	margin:0;
	padding:8px 15px;
}
/*---------------------------------------END: admin_navigation----------------------------------------*/
/*---------------------------START:account_inforrmation_table----------------------------------------*/

#account_information_table {
	margin-top:30px;
	color:#464646;
}
#account_information_table h1 {
	color: #F27007;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	left: 0;
	line-height: 35px;
	margin: 0;
}
#main_body {
	color:#666666;
	min-height: 300px;
}
#main_body .heading {
	text-align: left;
	color: #000;
	font-size: 15px;
    margin-top: 30px;
    border-top: 2px solid #F67301;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 3px 0 0 #e9e9e9;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}
#main_body .heading a {
	color: #F67301;
	text-decoration: none;
}
#main_body select {
	border: #e2e2e2 solid 1px;
	color: #666666;
}
#mainrmation_table {
	margin-top:30px;
	color:#464646;
}
#mainrmation_table h1 {
	color: #F27007;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	left: 0;
	line-height: 35px;
	margin: 0;
}
img.password_edit_btn {
	margin-top:4px;
}
.section_details {
    border: 1px solid #E7E7E7;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 15px;
    overflow: hidden;
}
.section_details table {
	border-radius:5px;
    float: left;
}
.user_administration .section_details {
}
.account_general_details {
	margin-right: 7px;
}
.account_address_details {
	margin-right:7px;/* min-height:607px; */
}
.account_address_details .address_type, .account_contact_details .contact_type {
    display: inline-block;
    float: right;
}
.account_address_details .edit_address, .account_contact_details .edit_contact {
    display: inline-block;
    float: right;
}
.account_user_administration {
	margin-left:8px;
}
.account_contact_details {
	margin-left:8px;
}
.section_details tr {
	height:38px;
}
.section_details tr:nth-child(2n+0) {
 background-color:#fafafa;
}
.section_details tr td {
    border-bottom: 1px solid #E7E7E7;
    font-size: 12px;
    padding: 11px 20px;
    vertical-align: middle;
}
.section_details tr:nth-child(2n+0) td:nth-child(2n+1) {
    border-bottom: 1px solid #e2e2e2;
    background: #f5f5f5;
}
.section_details tr td:nth-child(2n+1) {
    background: #f9f9f9;
    border-right: #e2e2e2 1px solid;
}
.section_details tr td.col1 {
    width: 25%;
}
.section_details tr td.adress_details_edit_btn {
	width:68px;
	height:24px;
	float:right;
}
.section_details select#contact_types {
	background: url("../../img/select_bg.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	float: left;
	height: 25px;
	padding: 2px;
	width: 157px;
	position:relative;
	top:7px;
	margin:0;
}
.section_details select#address_types {
	background: url("../../img/select_bg.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	float: left;
	height: 25px;
	padding: 2px;
	width: 157px;
	position:relative;
	top:7px;
	margin:0;
}
.account_user_administration .table_wrapper td {
	border:none;
}
.section_details tr td p {
    color: #000000;
    margin: 0;
}
.info_details_common {
}
.section_details #user_details_table tr.details_box_title td {
    background: none repeat scroll 0 0 #fff !important;
    border-bottom: 1px solid #C2C2C2;
    color: #000000;
    padding: 0 15px;
    height: 30px;
    vertical-align: middle;
    border-top: none;
}
.section_details #user_details_table tr.details_box_title td .btn.btn-small {
    position: relative;
}
.section_details table#user_details_table {
    border-left: 1px solid #E2E2E2;
    float: none;
    border-collapse: separate;
}
.section_details #additional_contact_list td {
    background: none repeat scroll 0 0 #FFFFFF !important;
    padding: 0;
}
.section_details #user_details_table tr td {
    border-bottom: 1px solid #E7E7E7;
    border-right: 1px solid #E2E2E2;
    padding: 5px 15px;
    border-top: 5px solid #E2E2E2;
}
#add_additional_contact_button img {
	position: relative;
	top: 3px;
}
.table_head {
	background:url("../../img/domain_reg_top.png") repeat-x scroll center top transparent;
	height:47px;
	border-radius: 0px;
}
.details_box_title {
	background:url(../../img/box_header_bg.jpg) repeat-x 0 0;
	height:38px;
}
#user_details_table .gravatar-img-mini {
    top: 2px;
    width: 16px;
}
.table_title {
    color: #000000;
    float: left;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 47px;
    margin: 0;
    padding-left: 20px;
}
.table_head a img {
	margin:7px 15px 0 5px;
	float:right;
}
.data table th {
	padding: 10px;
}
.general_details_link_img img {
	margin:0 2px;
}
.general_details_link_img img[title=Domain] {

}
p.general_details_description {
	padding:15px 0;
	text-align:justify;
}
span.move-icon {
	text-align: right;
	float: right;
}
/*---------------------------END:mainrmation_table------------------------------------------*/

/*---------------------------------------START:user_login-----------------------------------*/
body.container_login_public{
    background: #e9803a url("../../img/body-bg.jpg") center fixed no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
}
.login-panel .wrapper {
	border: 1px solid #ddd;
	border-radius: 10px;
	width:500px;
    min-height: 400px;
	margin:15px auto;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    border: 7px solid rgba(0, 0, 0, 0.15);
}
.loginform {
    background: #fff;
    min-height: 400px;
    border-radius: 3px;
    overflow: hidden;
}
.loginform input{
   width: 90%;
}
.loginform select{
    width: 94%;
}
.loginform  fieldset{
    background: #fff url(../../img/login-bg.png) center 0 no-repeat;
}
.loginform h2{
    text-align: center;
    padding: 10px 0;
}

.icon-user, .icon-lock {
	background-image: url("../../img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	width: 14px;
	background-position: -287px -24px;
}
.login-foot {
	background: none repeat scroll 0 0 #F7F7F7;
	border-top: 1px solid #E7E7E7;
    padding: 15px 7%;
    position: absolute;
    width: 86%;
    bottom: 0;
	overflow: hidden;
	border-radius: 0px 0px 5px 5px;
    left: 0px;
}
.loginform div.input {
    padding-top: 10px;
}
.forgot_password {
	float: left;
    margin-top: 7px;
}
.login-foot .submit {
	float: right;
}
.icon-user {
	background-position: -168px 0;
}

.users fieldset {
	border: none;
	padding: 15px 75px;
    margin-bottom:80px;
}
.users ul {
	padding:0;
	margin:0;
	list-style:none;
}
#login_help_area li a {
	padding:0 0 10px 0;
	color:#F67301;
	text-decoration:none;
	cursor:help;
}
#login_help_area li a:hover {
	color:#000;
}


.input input#customer_id {
	height: 27px;
	margin: 0;
	padding: 0 5px;
	width: 200px;
}
form#add_additional_contact_form .checkbox input {
	margin: 0 10px 0 189px;
	padding-right: 0;
	padding-top: 0;
	text-align: right;
}
#add_additional_contact_form .input label {
	display: inline-block;
	width: 20%;
    float: left;
}
#add_additional_contact_form .input input {
    margin-bottom: 0;
    margin-top: 5px;
    width: 67%;
}
#add_additional_contact_form .submit input {

}

.forgot_password a, .login_now a {
	color: #F67301;
}
.loginform h3 {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #FF8017;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
    vertical-align: middle;
}
#add_additional_contact_form .input.select {
    height: auto;
    padding: 20px 0;
    position: relative;
}
#add_additional_contact_form #privilage_selection_container > label {
    height: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 3%;
    background: none;
    border: none;
    margin: 0;
}
form#add_additional_contact_form .checkbox {
    clear: both;
    display: inline-block;
    height: 25px;
    padding: 0;
    width: 100%;
}
form#add_additional_contact_form .checkbox input {
    float: left;
    margin: 0 0 0 25%;
    padding-right: 0;
    padding-top: 0;
    text-align: right;
    width: 25px;
}
form#add_additional_contact_form {
    border-top: 1px solid #E2E2E2;
}
form#add_additional_contact_form .checkbox label {
    float: left;
    height: 25px !important;
    padding: 0;
    text-indent: 0 !important;
    width: auto !important;
    position: relative;
    background: none;
    border: none;
    margin: 0;
}
form#add_additional_contact_form .checkbox label img.privilage_selection_icon {
    margin: 0 5px 0 10px;
    padding: 0;
    position: relative;
    top: 1px;
}
/*---------------------------------------END:user_login-----------------------------------*/

/*--------------------------------------Start:list_admins_page----------------------------*/
.feed_root_table {
    margin-top: 30px;
}
.feed_root_table h3 {
    border-top: 2px solid #F67301;
    color: #000000;
    font-size: 15px;
    padding: 8px 15px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 3px 0 0 #f1f1f1;
    margin: 0;
    font-weight: normal;
}
#list_admins_page, #list_events {
}
table#list_admins_table {
	width:100%;
	background-color:#fff;
	border-radius:5px;
	color:#666;
	margin: 30px 0 20px;
}
table#list_admins_table tr {
	height:38px;
}
table#list_admins_table tr:nth-child(2n+0) {
 background-color: #f9f9f9;
}
table#list_admins_table thead {
	background-color:#F3F3F3;
}
table#list_admins_table tr td {
	padding-left:15px;
}
table#list_admins_table tr th {
	padding-left:15px;
	color:#323232;
	font-weight:normal;
}
table#list_admins_table .reset img {
	position:relative;
	top:5px;
}
/*----------------------------------------END:list_admins_page-----------------------------*/

/*-----------------------------------------START:UserCreateAdminsForm----------------------------------*/
form#UserCreateAdminsForm {
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 0 #c2c2c2;
    padding-top: 3px;
}
.create_user form {
}
form#UserCreateAdminsForm label {
    color: #6D6D6D;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding-left: 15px;
    width: 130px;
}
.admin_page_users_create_admins .general_form .input label {
    float: left;
}
.admin_page_users_create_admins .general_form .input input {
    float: left;
    margin: 4px 0 0 15px;
}
.admin_page_users_create_admins .general_form .input {
    display: inline-block;
    width: 100%;
}
form#UserCreateAdminsForm .submit {
    padding: 15px 0 15px 15px;
}

form#UserCreateAdminsForm .groups .checkbox{
    display: inline-block;
}
form#UserCreateAdminsForm .groups .checkbox label{
    display: inline !important;
    width: auto !important;
    padding: 0 20px 0 0;
    border: none;
}
#add_additional_contact_form .input {
    border-bottom: 1px solid #E7E7E7;
    height: 48px;
}
#add_additional_contact_form .input label {
    padding: 15px 0px 0 3%;
    height: 33px;
    margin: 0 3% 0 0;
    border-right: 1px solid #e1e1e1;
}
#add_additional_contact_form .input:nth-child(2n+0) {
    background: #fafafa;
}
#add_additional_contact_form .input:nth-child(2n+0) label {
    background: #f7f7f7;
}
/*------------------------------------------END:UserCreateAdminsForm------------------------------------*/

/*---------------------------------------------START: view_project_page-----------------------------------*/
#project_types {
	height: 30px;
	text-align:right;
}
#project_types ul li {
	list-style: none;
	display: inline-block;
	margin:0;
    float: left;
    margin-right: 2px;
}
#project_types ul li a {
    background-color: #fafafa;
    border: 1px solid #E2E2E2;
    border-radius: 0 0 0 0;
    color: #111;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #c2c2c2;
}
#project_types ul li a:hover, #project_types ul li a.active {
	color:#fff;
	background-color: #F47312;
    border: 1px solid #F47312;
    border-bottom: 1px solid #bd5401;
}
form#project_search_form label {
	color: #6D6D6D;
	display: inline-block;
	width: 100px;
}
#customer_id_wrapper {
    border-bottom: 4px solid #E2E2E2;
    box-shadow: 0 -1px 0 0 #C2C2C2 inset;
    height: 32px;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 0;
    position: relative;
}
#customer_id_wrapper .search_box {
	display: inline-block;
}
#project_search_form .text {
	float: left;
	margin-right:15px;
}
#project_search_form .submit {
	float: left;
	width: 78px;
}
#project_search_form .submit input {
	cursor:pointer;
	margin:0;
}
#existing_projects {
	padding-top: 15px;
	color: #434343;
	text-align:center;
    padding-bottom: 15px;
}
#existing_projects .regret {
	background-color: #F8F8F8;
	color: #F67301;
	line-height: 35px;
}
/*---------------------------------------------END: view_project_page-------------------------------------*/

/*-----------------------------------------------------START: search_result-------------------------------*/
#search_result {
	color: #6D6D6D;
	line-height: 32px;
	margin: 10px 0;
}
#send_message_form label {
	width:165px;
	display:inline-block;
 *display:inline;
	zoom:1;
	vertical-align:top;
}
#send_message_form select {
	width:500px;
}
#send_message_form textarea {
	width:900px;
	margin:10px 0;
}
#send_message_form input[type=submit] {
	width:125px;
}
#search_result .error_message {
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius:0;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #c2c2c2;
    font-size: 13px;
    margin-bottom: 2px;
}
.project_types_and_existing_projects {
    position: relative;
}
.project_types_and_existing_projects .pagination_top.paginationCounter20_top.pagination.paginationCounter20 {
    position: absolute;
    right: 0;
    top: 4px;
}
#customer_details_in_project_home {
	background-color: #F1F1F1;
	border: 1px solid #E2E2E2;
	border-radius: 5px 5px 5px 5px;
	color: #6D6D6D;
	line-height: 32px;
	margin: 0 auto;
	padding: 3px;
}
.customer_information_short {
	background-color:#fff;
	padding:15px;
	border-radius:3px 3px 3px 3px;
}
form#ProjectGetProjectAddFormForm label {
	display: inline-block;
	width: 170px;
}
form#ProjectGetProjectAddFormForm select {
	border: 1px solid #E2E2E2;
	border-radius: 3px 3px 3px 3px;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 6px 3px;
	width: 320px;
	color:#464646;
}
form#ProjectGetProjectAddFormForm .submit input {
	background-color: #F67301;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	height: 32px;
	margin-bottom: 0;
	margin-left: 170px;
	width: 100px;
}
form#project_add_form label {
	display: inline-block;
	width: 170px;
}
form#project_add_form select {
	border: 1px solid #E2E2E2;
	border-radius: 3px 3px 3px 3px;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 6px 3px;
	width: 285px;
	color:#464646;
}

form#project_add_form .submit input {
	background-color: #F67301;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	height: 32px;
	margin-bottom: 0;
	margin-left: 170px;
	width: 100px;
}
#existing_projects {
}
#existing_projects .table_title {
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-radius: 0 0 0 0;
    border-top: 2px solid #F67301;
    box-shadow: 0 3px 0 0 #E8E8E8;
    color: #000000;
    float: none;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 3px;
    padding-left: 20px;
    text-align: left;
}
#existing_projects .table.table_design_1 {
	width:100%;
    margin: 0;
    border-top: 0 none;
}
#existing_projects tr {
	height:38px;
}
#existing_projects tr:nth-child(2n+1) {
}
#existing_projects thead {
    background-color: #F9F9F9;
    border-bottom: 1px solid #E2E2E2;
}
#existing_projects tr td {
	padding-left:15px;
	text-align:left;
}
#existing_projects tr td a {
	color: #F67301;
	text-decoration: none;
}
#existing_projects tr td a:hover {
	color: #464646;
}
#existing_projects tr th {
	padding-left:15px;
	color:#000;
	font-weight:normal;
	text-align:left;
    background: #fff;
}
#prompt_box {
	background-color: #fff;
	border: #e2e2e2 solid 1px;
	border-radius: 0 0 3px 3px;
}
.ui-dialog #prompt_box {
    color: #555555;
    padding: 12px 15px 75px;
}
.ui-widget-content .cancel_wrapper a {
    display: inline-block;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.yes_wrapper {
    display: inline-block;
    float: left;
    text-align: right;
    width: 50%;
}
.ui-widget-content .yes_wrapper a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #ff7502);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#ff7502));
    background-image: -webkit-linear-gradient(top, #fbb450, #ff7502);
    background-image: -o-linear-gradient(top, #fbb450, #ff7502);
    background-image: linear-gradient(to bottom, #fbb450, #ff7502);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#ffff7502', GradientType=0);
    border: 1px solid #DB6E19;
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    display: inline-block;
    padding: 0 15px;
}

.cancel_wrapper {
    display: inline-block;
    float: right;
    text-align: left;
    width: 50%;
}
#modal_box, #modal_box0 {
	background-color: #fff;
	border-radius: 0 0;
    padding-bottom: 50px;
    border-top: 5px solid #F1F1F1;
}
#prompt_box li {
    margin-left: 25px;
    padding: 5px 0;
}
.modal_box {
	background-color: #fff;
	border-radius: 0 ;
}
.general_edit_form label, form#project_edit_form label {
	display:block;
	line-height:32px;
	color:#464646;
}
.general_edit_form select, .general_edit_form input[type=text], form#project_edit_form select, form#project_edit_form input[type=text]  {
	width: 98%;
}
.general_edit_form #dd{
    width: 92%;
}
.general_edit_form input, form#project_edit_form input {
}
.general_edit_form .submit input, form#project_edit_form .submit input {
	width:100px;
}

#edit_general_details_form {
    width: 100%;
}
.table_head .wrapper-dropdown-5 {
    float: right;
    margin: 10px 0 0;
    padding: 4px 15px;
}
.general_edit_form table tr:nth-child(2n+0) {
    background: #fafafa;
}
.general_edit_form table td {
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 15px;
    border-right: 1px solid #e7e7e7;
}
.general_edit_form table td:nth-child(2n+1) {
    background: #f7f7f7;
    width: 29%;
}
.general_edit_form table tr:nth-child(2n+1) td:nth-child(2n+1) {
    background: #f2f2f2;
    width: 25%;
}
#add_additional_contact_form .input:nth-child(2n) label {
    background: none repeat scroll 0 0 #F7F7F7;
}
.general_edit_form td span {
    color: #555555;
}
.general_edit_form p {
    margin: 4px 0 0;
}
.general_edit_form table td select,
.general_edit_form table td textarea,
.general_edit_form table td input[type="text"],
.general_edit_form table td input[type="password"],
.general_edit_form table td input[type="datetime"],
.general_edit_form table td input[type="datetime-local"],
.general_edit_form table td input[type="date"],
.general_edit_form table td input[type="month"],
.general_edit_form table td input[type="time"],
.general_edit_form table td input[type="week"],
.general_edit_form table td input[type="number"],
.general_edit_form table td input[type="email"],
.general_edit_form table td input[type="url"],
.general_edit_form table td input[type="search"],
.general_edit_form table td input[type="tel"],
.general_edit_form table td input[type="color"],
.general_edit_form table td .uneditable-input {
    margin-bottom: 0px;
}
#modal__users__edit_contact_details .general_edit_form table tr:nth-child(2n+1) td:nth-child(2n+1) {
    background: #f2f2f2;
    width: 25%;
}
#edit_contact_details_form {
    border-top: 1px solid #E2E2E2;
}
/*-----------------------------------------------------END: search_result-------------------------------*/
/*---------------------------------------Start: project_management_overview---------------------------------*/
.message-body ul {
	padding-left:25px;
}
#project_management_overview #section_title {
	text-align: left;
	line-height: 35px;
	font-size: 14px;
	color: #000;
	position: absolute;
    top: 66px;
}
#project_management_overview #section_title a {
	text-decoration:none;
	color:#F67301;
}
#project_content_upload_wrapper ul {
	text-align: right;
	list-style: none;
	height:35px;
	padding:10px 0px 0 0;
}
#project_content_upload_wrapper ul li {
	display: inline-block;
	margin-left: 3px;
}
ul#project_management_section {
	list-style:none;
	height:35px;
    position: relative;
}
ul#project_management_section li {
    float: left;
    border-right:1px solid #ddd ;
}
#project_management_overview ul#project_management_section li.active {
    background: #fff;
    border-top: #F67301 solid 2px;
    box-shadow: none !important;
    border-radius: 0px !important;
}
ul#project_management_section li.active {
    background: #fff;
    border-top: #F67301 solid 2px;
    box-shadow: none !important;
    border-radius: 0px !important;
}
#project_management_overview ul#project_management_section li.active a {
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 35px 20px 1px;
    background-position:  center 13px !important;
}
ul#project_management_section li.active a {
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 35px 20px 1px;
    background-position:  center 10px !important;
}

#project_management_overview ul#project_management_section li a {
    background-position: center 15px;
    background-repeat: no-repeat;
    border: medium none;
    color: #000000;
    display: block;
    font-size: 12px;
    height: 23px;
    padding: 37px 20px 0;
    text-align: center;
}
#project_management_overview ul#project_management_section li a:hover{
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 35px 20px 1px !important;
    background-position:  center 13px ;
}
ul#project_management_section li a {
    background-position: center 12px;
    background-repeat: no-repeat;
    border: medium none;
    color: #000000;
    display: block;
    font-size: 13px;
    height: 23px;
    padding: 37px 20px 0;
    text-align: center;
}
#project_management_overview ul#project_management_section li:hover{
    background: #fff;
    border-top: #F67301 solid 2px;
    box-shadow: none !important;
    border-radius: 0px !important;
}
ul#project_management_section li:hover{
    background: #fff;
    border-top: #F67301 solid 2px;
    box-shadow: none !important;
    border-radius: 0px !important;
}
ul#project_management_section li a:hover{
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 35px 20px 1px !important;
    background-position:  center 10px ;
}
.buttons .finalize_selection_container {
    display: inline-block;
    float: left;
    height: 20px;
    padding-top: 0px;
}
.menu_section {
    position: absolute;
    top: 0px;
    left: 2%;
}
.menu_section .menu_section {
	padding:0;
	background: none;
	border-bottom:0;
	margin-bottom:0;
	border-radius: 0;
}
ul#project_management_section li:first-child {
    border-left:1px solid #DDDDDD;
}
ul#project_management_section li.overview a, ul#project_management_section li.project_details a {
    background-image: url("../../img/computer-imac.png");
}
ul#project_management_section li.files a {
    background-image: url("../../img/blocks-images.png");
}
ul#project_management_section li.messages a, ul#project_management_section li.staff_panel a {
    background-image: url("../../img/mail.png");
}
ul#project_management_section li.report a{
    background-image: url("../../img/report.png");
}
ul#project_management_section li.sitemap a{
    background-image: url("../../img/sitemap.png");
}
ul#project_management_section li.website-brief a,
ul#project_management_section li.ppc-brief a,
ul#project_management_section li.graphic-design-brief a,
ul#project_management_section li.seo-brief a {
    background-image:url(../../img/form.png);
}

.milestone_overview_title {
	text-align: left;
	line-height: 38px;
	background: #fff;
	border-radius: 0;
	border: 1px solid #E2E2E2;
	color: #000;
	border-bottom:none;
    font-size: 14px;
    padding-left: 20px;
    border-bottom: 1px solid #c2c2c2;
    border-top: 2px solid #F26D0B;
    box-shadow: 0 3px 0 0 #f1f1f1;
}

.milestone_messages.main_messages .header_div {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C2C2C2;
    border-radius: 0 0 0 0;
    border-top: 2px solid #F26D0B;
    box-shadow: 0 4px 0 0 #F1F1F1;
    height: 47px;
    position: relative;
}
.milestone_messages.main_messages .header_div h3 {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 47px;
    margin: 0;
    padding-left: 15px;
}
.milestone_overview table th {
	text-align: center;
	background-color:#fafafa;
	color:#666666;
	font-weight:normal;
}
.milestone_overview table th a {
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}
.milestone_overview table {
	border-collapse:collapse;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 3px;
}
.milestone_overview table td {
    color: #555;
}
.milestone_overview table td, .milestone_overview table th {
	padding-left: 15px;
	line-height:18px;
	height:33px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.milestone_overview table td a {
	color:#F67301;
	text-decoration:none;
}
.milestone_overview tr:nth-child(2n+1) {
 background-color: #f7f7f7;
}
.milestone_overview table {
	width: 100%;
}
.milestone_overview table td a.milestone_link {
	color: #fff;
}
.calendars_details {
    float: right;
    width: 625px;
}
.calendar_title {
	text-align: center;
	background-color: #e2e2e2;
	background:url("../../img/overvie-head.png") repeat-x scroll center bottom transparent;
	border-radius: 3px 3px 0 0;
	border:0;
	color: #666666;
	padding:0 15px;
}
.start_date {
	float:left;
}
.end_date {
	float:right;
}
.calendar_menu ul {
	float:right;
	margin: 0;
}
.calendar_menu ul li {
	list-style:none;
	display:inline-block;
}
.calendar_menu ul li a img {
	margin: 5px 0 3px;
}
.calendars {
}

.milestone_overview {
    border-bottom: 1px solid #A1A1A1;
    box-shadow: 0 3px 0 0 #E2E2E2;
    margin-bottom: 25px;
}
/*----------------------------------------END: project_management_overview----------------------------------*/

/*------------------------------------------------START:create_milestone------------------------------------*/
.milestone_add_form_container {
	border:#e2e2e2 solid 1px;
	background-color:#FAFAFA;
	border-radius:5px;
	margin:0 auto;
	padding:3px;
	margin-top:15px;
}
form#milestone_add_form {
	background-color:#ffffff;
	border-radius:3px;
	padding:25px 15px 15px;
}
form#milestone_add_form div {
	padding-bottom:8px;
}
form#milestone_add_form label {
	display: inline-block;
	width:165px;
	line-height:32px;
}
form#milestone_add_form select {
	width:251px;
}
form#milestone_add_form .input input {
	width: 240px;
}
form#milestone_add_form textarea#MilestoneDetails {
	width:99%;
	height:100px;
	margin-bottom:5px;
}
form#milestone_add_form .submit input {
	margin:10px 0 35px 165px;
	padding:5px 0;
}
.ui-datepicker-calendar {
	background-color: #ffffff;
}
.ui-datepicker-calendar span {
	color: #F67301;
}
.ui-datepicker-calendar span.ui-state-default {
	color: #1c1c1c;
}
#ui-datepicker-div {
	min-width:245px;
}


/*------------------------------------------------END:create_milestone--------------------------------------*/

#footer {
	/*background:url(../../img/button_bg.jpg) repeat-x left bottom;*/
    padding:15px 0;
	border-top:1px solid #e5e5e5;
	margin-top:25px;
	background:url(../../img/header-bottom-bg.jpg) repeat-x left top;
	width:100%;
    height: 18px;
}
.active_status, .inactive_status, .exclamation_status, .deleted_status {
	display: block;
	height: 14px;
	width: 14px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.active_status {
	background-image: url("../../img/enable.png");
}
.inactive_status {
	background-image: url("../../img/inactive.png");
	background-position: 0 4px;
}
.exclamation_status {
	background-image: url("../../img/icon_exclamation.png");
	background-position: 0 -3px;
    height: 18px;
    width: 22px;
}
.deleted_status {
    background-image: url("../../img/icon_deleted.png");
    height: 16px;
    width: 16px;
}
#list_domain_table .exclamation_status {
    margin-top: 4px;
    text-align: center;
}
#list_domain_table .inactive_status {
    background-image: url("../../img/icon_inactive.png?v=2");
    background-position: 0 0;
    height: 24px;
    text-align: center;
    width: 24px;
}
#list_domain_table .active_status {
    background-image: url("../../img/icon_active.png");
    background-position: -2px -2px;
    height: 28px;
    width: 30px;
    margin-left: 9px;
    margin-top: -1px;
}


.file_upload_section span.heading {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    margin: 10px 0;
    padding: 0 25px !important;
    text-align: center;
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #ff7502);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#ff7502));
    background-image: -webkit-linear-gradient(top, #fbb450, #ff7502);
    background-image: -o-linear-gradient(top, #fbb450, #ff7502);
    background-image: linear-gradient(to bottom, #fbb450, #ff7502);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#ffff7502', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/*-------------------------- generic ---------------------*/

.view_work_area .subheading {
	background-color: #f8f8f8;
	border: 1px solid #F1F1F1;
	line-height: 35px;
	text-align: center;
	color:#F67301;
	font-size:15px;
	background:url("../../img/project_mngmnt_box_header_bg.jpg") repeat-x scroll 0 -1px transparent;
}
.view_work_area table {
	width:100%;
	margin-bottom:35px;
}
.view_work_area table th {
	background-color:#f0f0f0;
}
.view_work_area table th, .view_work_area table td {
	padding:0 0 0 15px;
	line-height:35px;
}
.view_work_area tr:nth-child(2n+0) {
 background-color:#f8f8f8;
}
.view_work_area table td a {
	text-decoration:none;
	color:#F67301;
}
.focused {
	border: 1px solid red !important;
}
.icon_spacer {
	width: 16px;
	display: inline-block;
}
/*-------------------------------------START: list_subscription_page----------------------------------*/
#list_subscription_page {
	margin-top:20px;
}
#list_subscription_table {
	width:100%;
	background-color:#fff;
}
#list_subscription_table th {
	height:38px;
	background:url("../../img/project_mngmnt_box_header_bg.jpg") repeat-x scroll 0 0 transparent;
	padding:0 15px;
	color:#222;
	border-left:#e2e2e2 solid 1px;
	border-right:#e2e2e2 solid 1px;
}
#list_subscription_table td {
	color:#444;
	height:33px;
	padding:0 15px;
}
#list_subscription_table tr:nth-child(2n+1) {
 background-color: #F9F9F9;
}
/*--------------------------------------END: list_subscription_page-----------------------------------*/

/*-------------------------------------START: list_billing_page----------------------------------*/
#header_billing_page table {
	width:100%;
}
.header_billing_page_table {
    border-right: 1px solid #E2E2E2;
    border-top: 2px solid #F3700E;
}
.header_billing_page_table td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #E2E2E2;
    padding: 5px 15px !important;
}
#header_billing_page .header {
	color:#F67301;
	font-size:15px;
}
#list_billing_table {
	width:100%;
	background-color:#fff;
}
#list_billing_page th {
	height:38px;
	background:url("../../img/project_mngmnt_box_header_bg.jpg") repeat-x scroll 0 0 transparent;
	padding:0 15px;
	color:#000;
	border-left:#e2e2e2 solid 1px;
	border-right:#e2e2e2 solid 1px;
    text-align: left;
}
#list_billing_page td {
	color:#666;
	height:33px;
	padding:0 15px;
}
#list_billing_page tr:nth-child(2n+1) {
 background-color: #F9F9F9;
}
#list_billing_page .pay_now {
	float:left;
}
#list_billing_page .view_receipt {
	float: right;
}
/*--------------------------------------END: list_subscription_page-----------------------------------*/

.no_link {
	cursor: default;
}
/*--------------------------------------START: reset_wms_password_form-----------------------------------*/
form#reset_wms_password_form label {
    color: #666666;
    display: inline-block;
    padding-left: 20px;
    text-align: left;
    width: 35%;
}
form#reset_wms_password_form .input input {
    margin-left:0;
    width: 50%;
}
form#reset_wms_password_form .submit input {
	margin-left:0;
}
form#reset_wms_password_form {
}
.general_form .input {
    border-bottom: 1px solid #E2E2E2;
    padding: 0;
}
.general_form .input:nth-child(2n+1) {
    background: #fafafa;
}
.general_form .input input {
    margin-bottom: 0;
}
#reset_wms_password_form.general_form .input label {
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #e2e2e2;
    margin-bottom: 0;
    margin-right: 10px;
}
#reset_password_form.general_form .input label {
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #e2e2e2;
    margin-bottom: 0;
    margin-right: 10px;
}
.general_form .input label {
    border-right: 1px solid #e2e2e2;
    margin-bottom: 0;
    margin-right: 10px;
}
/*--------------------------------------END: reset_wms_password_form-----------------------------------*/


/*--------------------------------------START: reset_password_form-----------------------------------*/
form#reset_password_form label {
    color: #666666;
    display: inline-block;
    padding-left: 20px;
    text-align: left;
    width: 35%;
}
form#reset_password_form .input input {
    margin-left:0;
    width: 50%;
}
form#reset_password_form .submit input {
    margin-left:0;
}
form#reset_password_form {
}
#prompt_box > div {
}
/*--------------------------------------END: reset_password_form-----------------------------------*/


/*--------------------------------------START: edit_additional_contact_form-----------------------------------*/

form#edit_additional_contact_form {
    border-top: 1px solid #E2E2E2;
}
#edit_additional_contact_form .input:nth-child(2n) {
    background: none repeat scroll 0 0 #FAFAFA;
}
#edit_additional_contact_form .input:nth-child(2n+1) {
    background: none repeat scroll 0 0 #FFFFFF;
}
#edit_additional_contact_form .input {
    border-bottom: 1px solid #E7E7E7;
    height: 48px;
}
form#edit_additional_contact_form label {
    color: #666666;
    display: inline-block;
    float: left;
    padding-left: 3%;
    padding-top: 13px;
    width: 23%;
}
#edit_additional_contact_form section.main_user_status {
    display: inline-block;
    margin-top: 10px;
}
#edit_additional_contact_form .input label {
    border-right: 1px solid #E1E1E1;
    height: 33px;
    margin: 0 3% 0 0;
    padding: 15px 0 0 3%;
    display: inline-block;
    float: left;
    width: 20%;
}
#edit_additional_contact_form .input input {
    margin-bottom: 0;
    margin-top: 5px;
    width: 67%;
}
form#edit_additional_contact_form .submit input {

}
form#edit_additional_contact_form select {
	border-color: #BBBBBB #DDDDDD #DDDDDD #AAAAAA;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	color: #666666;
	margin: 5px 0;
	padding: 4px 3px;
	width: 258px;
}
form#edit_additional_contact_form .checkbox_wrapper {
	width: 28%;
	display: inline-block;
	height: 25px;
	text-align: right;
	padding-right: 15px;
}
form#edit_additional_contact_form select#UserStatus {
	margin-bottom:20px;
}

#edit_contact_details_form table input {
    width: 96%;
}

.general_edit_form {
    border-top: 1px solid #E2E2E2;
}
/*--------------------------------------END: edit_additional_contact_form-----------------------------------*/

/*--------------------------------------START: project-milestone-add-file-----------------------------------*/
#file{
    margin-top: 20px;
}
.project-milestone-add-file .action {
	padding:3px 0;
}
input[type="file"]{
    height: auto !important;
    line-height: normal  !important;
}
.project-milestone-add-file .jpg_file {
	background: url("../../img/icon_img.gif") no-repeat scroll 10px 8px transparent;
}

.project-milestone-add-file textarea {
	width:98%;
	height:100px;
	padding:3px;
}
.project-milestone-add-file input#file {
    float: left;
    margin: 0;
    width: 200px !important;
}
.action input {
	background: url("../../img/btn-bg.png") repeat-x scroll 0 0 transparent;
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	height: 29px;
	padding:3px 10px;
}

.milestone_message_body {
    line-height: 20px;
    padding: 10px 15px;
    color: #666;
}
.milestone_file_list {
	padding: 0 15px;
}
.milestone_header p span {
    display: block;
    line-height: 14px;
    padding: 8px 0 3px;
}
/*--------------------------------------END: project-milestone-add-file-----------------------------------*/

/*--------------------------------------END: project-details-----------------------------------*/

.project-details {
	padding:0px;
}
.project-details-section {
	background-color: #f8f8f8;
	border: #e2e2e2 solid 1px;
	border-radius: 3px;
	margin-bottom:15px;
    border-bottom: 2px solid #d4d4d4;
}
.project-details-section .message {
	background-color:#fff;
}
.project-details-section .file-list {
    background-color: #F8F8F8;
    border-top: 1px solid #D4D4D4;
    padding: 15px 20px 10px;
}
.project-details-section .file-list .jpg_file {
}
.project-details-section .each-file {
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 3px;
    padding: 6px 10px 7px 35px;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 3px 0 0 #E1E1E1;
}
.project-details-comment .each-file {
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 2px 2px 2px 2px;
    border-bottom: 1px solid #c2c2c2;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 0px 10px 0px 35px;
    box-shadow: 0 3px 0 0 #E2E2E2;
    height: 28px;
    line-height: 27px;
}
.project-details .message-header {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C2C2C2;
    border-radius: 0 0 0 0;
    border-top: 2px solid #F37110;
    box-shadow: 0 3px 0 0 #E2E2E2;
    height: 47px;
}
.project-details .message-header span {
	display:inline-block;
	padding:0 20px;
	line-height:47px;
	float:right;
	font-style: italic;
}
.message-header span:first-child {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 47px;
}
.project-details .message-header span img {
	position: relative;
	top: 7px;
}
.message-body {
    color: #444444;
    line-height: 30px;
    padding: 9px 20px 10px;
}
.project-details-comment .file-list {
    background-color: #F8F8F8;
    border-top: 1px solid #D4D4D4;
    padding: 15px 20px 10px;
}
.file-list span a {
    color: #000000;
    text-decoration: none;
}
.add-comment {
	padding:15px 0 0px;
}
.project-details-comment-header {
	border-bottom: 1px dashed #D4D4D4;
	color: #4D4D4D;
	font-size: 12px;
	height: 35px;
	line-height: 40px;
	margin-bottom: 7px;
}
.approve-details {
	height: 35px;
	line-height: 35px;
	margin: 10px 0;
}
.project-details-comment-header .user, .milestone_user {
    color: #000000;
    float: left;
    font-size: 13px;
    font-weight: normal;
}
.approve-details-user {
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	color:#000;
	font-size: 15px;
}
.date-time, .milestone_date_time {
	float:right;
	font-style:italic;
}
.file-list {
}
form.project-details-save-form {
	color: #666666;
}
form.project-details-save-form .heading {
}
form.project-details-save-form > div {
	line-height:32px;
    margin-left: 20px;
    margin-right: 20px;
}
form.project-details-save-form > div.modal-footer {
    margin: 0;
}
form.project-details-save-form input[type="file"] {
	margin-left: 0px;
}

form.project-details-save-form .file_upload_section {
    position: relative;
}
form.project-details-save-form .file-list-active {
}
form.project-details-save-form .action {
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top:10px;
}
.file-list-active .jpg_file {
	background: url("../../img/icon_img.gif") no-repeat scroll 10px 8px transparent;
}
.each-file {
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 0 #AAAAAA;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 3px;
    padding: 3px 10px 6px 35px;
}
.each_file span.name {
	display:inline-block;
	width:200px;
}
.no-project-details {
	padding-bottom:10px;
}
span.delete {
	color: #000;
	border: #000 solid 1px;
	padding: 0px 3px;
	border-radius:2px;
	cursor: pointer;
}
span.name {
	color:#666666;
}
.message-child {
	line-height: 28px;
	padding-bottom: 10px;
}
.project-milestone-add-file .action input {

}
.project-details-comment {
	padding: 20px;
	background-color: #fff;
	border: #e2e2e2 solid 1px;
	margin-top: 15px;
	border-radius: 3px;
	clear:both;
}
.project-details-comment-section {
	background-color: #FFFFFF;
	padding: 0 15px 10px;
}
.milestone_messages .milestone_each_file {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 2px 2px 2px 2px;
    border-bottom: 1px solid #C2C2C2;
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 8px;
    min-width: 41%;
    padding: 0px 23px 0px 35px;
    position: relative;
    box-shadow: 0 3px 0 0 #E1E1E1;
    height: 28px;
    line-height: 27px;
}
.milestone_messages .milestone_each_file a.delete_uploaded_content {
    height: 21px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 20px;
}
.milestone_messages .milestone_each_file a {
	color:#000;
	text-decoration:none;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
}
#modal__briefs__site_map_content .milestone_messages .milestone_each_file a {
    max-width: 338px;
    overflow: hidden;
}
.default_file {
    background:url("../../img/icon_default_file.png") no-repeat 15px 6px;
}
.media_files {
    background:url("../../img/icon_media_files.png") no-repeat 15px 6px;
}
.compressed_files {
    background:url("../../img/icon_compressed_files.png") no-repeat 15px 6px;
}
.document_files {
    background:url("../../img/icon_document_files.png") no-repeat 15px 6px;
}
.image_files {
    background:url("../../img/icon_image_files.png") no-repeat 15px 6px;
}
.jpg_file {
	background:url("../../img/icon_img.gif") no-repeat 15px 6px;
}
.pdf_file {
	background:url("../../img/icon_pdf_small.png") no-repeat 15px 6px;
}
.doc_file {
	background:url("../../img/icon_doc.png") no-repeat 15px 6px;
}
.xl_file {
	background:url("../../img/icon_excel.png") no-repeat 15px 6px;
}
.text_file {
	background:url("../../img/icon_text.png") no-repeat 15px 6px;
}
.power_point_file {
	background:url("../../img/icon_ppt_pptx.png") no-repeat 15px 6px;
}
.html_file {
	background:url("../../img/icon_html.png") no-repeat 15px 6px;
}
.zip_file {
	background:url("../../img/icon_zip_file.png") no-repeat 15px 6px;
}
.sql_file {
	background:url("../../img/icon_sql_file.png") no-repeat 15px 6px;
}
.xml_file {
	background:url("../../img/icon_xml_file.png") no-repeat 15px 6px;
}
/*--------------------------------------END: project-details-----------------------------------*/

/*--------------------------------------START: sitemap-----------------------------------------*/
.jstree-0 li[rel="drive"] > a > .jstree-icon {
	height: 20px;
}
#site-map-create {
	margin: 0 auto;
	background-color: #f8f8f8;
	border: #e2e2e2 solid 1px;
	border-radius: 4px;
	padding: 15px;
}
#site-map-create ul {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right:15px;
}
#site-map-create ul li ul {
	padding-right:0px;
}
.jstree li {
	line-height: 35px !important;
}
.jstree li ul li {
	border-top: #d4d4d4 dashed 1px;
}
.jstree a {
	color: #F67301 !important;
}
#vakata-contextmenu li a {
	background-color: #FFFFFF;
	border: 1px solid #E2E2E2;
	color: #000000;
	line-height: 24px !important;
}
#vakata-contextmenu li a:hover {
	background-color:#d4d4d4 !important;
}
/*---------------------------------------END: sitemap------------------------------------------*/
/*----------------------------------------START:e-way-payment-form-----------------------------*/
.e-way-payment-form {
}
form#payment_form {
	background-color:#fff;
	padding:0;
}
form#payment_form .header {
	padding-right:5px;
}
form#payment_form .header td {
	background: #fff;
    padding: 0 0 0 20px;
    height: 40px;
    border: none;
    vertical-align: middle;
    border-top: 2px solid #F26D0B;
    color: #000;
    font-size: 18px;
    border-bottom: 3px solid #e2e2e2;
    box-shadow: 0 -1px 0 0 #c2c2c2 inset;
}
#payment_form .payment-eWay td {
    border-bottom: 1px solid #E7E7E7;
    padding: 0;
}
#payment_form .payment-eWay td .label {
    border-right: 1px solid #E2E2E2;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    width: 150px;
    font-weight: normal;
}
#payment_form .payment-eWay td .value {
    padding-left: 20px;
}
#payment_form .payment-eWay tr {
    background: none repeat scroll 0 0 #FAFAFA;
}
#payment_form .payment-eWay tr:nth-child(2n) {
    background: none repeat scroll 0 0 #fff;
}
#payment_form .payment_registration_table .header th {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #E2E2E2;
    border-top: 2px solid #F26D0B;
    box-shadow: 0 -1px 0 0 #C1C1C1 inset;
    color: #000;
    padding: 9px 20px;
    font-weight: normal;
}
#modal__billings__pay_all #payment_form_credit_card .table {
    margin: 25px 0 0;
}
#payment_form .payment-eWay .empty-row td {
    border: medium none;
}
#modal_box input {
    margin: 0;
}
#modal__billings__pay_all #payment_form_credit_card .table td {
    padding: 6px 20px;
    vertical-align: middle;
}
#payment_form .payment-eWay tr.credit_card_surcharge_for_amex > div {
    text-align: left;
}
#modal__billings__pay_all #payment_form_credit_card .table td .setup-an-automatic-payment {
    padding: 5px 0 0;
}
#modal__billings__pay_all #payment_form_credit_card .table td input[type="text"] {
    width: 97%;
}
#modal__billings__pay_all #payment_form_credit_card .table td .wrapper-demo {
    height: 40px;
}
#modal__billings__pay_all #payment_form_credit_card .table td:nth-child(2n+1) {
    background: #f7f7f7;
    border-right: 1px solid #e7e7e7;
    width: 25%;
}
#modal__billings__pay_all #payment_form_credit_card .table tr:nth-child(2n+1) td:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f3f3f3;
}
#modal__billings__pay_all #payment_form_credit_card .table td input {
    margin: 2px 0 0;
}
#modal__billings__pay_all #payment_form_credit_card .table td .wrapper-dropdown-5 {
    margin: 0;
    min-width: 200px;
    text-align: left;
}
#modal__billings__pay_all #payment_form_credit_card .table td.right_cell {
    text-align: right;
}


form#payment_form .main-body {
	padding:2px 15px 15px 15px;
}
form#payment_form .main-body span {
	line-height:28px;
	color:#666666;
	display:inline-block;
	width:46%;
	background-color:#f8f8f8;
	margin-bottom:2px;
	padding-left:10px;
	border-radius:2px 2px 2px 2px;
}
form#payment_form input#paying_amount {
	border: 1px solid #E2E2E2;
	border-radius: 3px 3px 3px 3px;
	margin-left: 5px;
	padding: 2px 3px;
	width: 83%;
}
form#payment_form .button-div {
	height:30px;
}

form#payment_form td {
    padding: 5px 0;
}

form#payment_form td input.selector-new-card {
	width:10px;
}
form#payment_form td span select {
	margin-right: 2px;
	padding: 3px;
	width: 190px;
}
table#payment_form_credit_card td .save-credit-card input {
	display: inline-block;
	height: 10px;
	position: relative;
	top: 2px;
	width: 25px;
}
table#payment_form_credit_card td .setup-an-automatic-payment input {
	display: inline-block;
	height: 10px;
	position: relative;
	top: 2px;
	width: 15px;
}
#payment_form .modal-footer .submit{
}
/*------------------------------------------END:e-way-payment-form-----------------------------*/
form#edit_address_details_form select {
	width:100%;
}
form#edit_contact_details_form select {
	width:100%;
}
a.edit_additional_contact_link {
	display: inline-block;
}
a.reset_password {
	display: inline-block;
}
#init_customer_id {
	display: none;
}
.currency, .currency_head {
	float: right;
}
.currency_head.total_due {
	color: #000000;
	font-size: 14px;
	padding-right: 10px;
}
.multiple_items span {
	float: left;
}
.status_edit {
	display: none;
	width: 223px;
}
#customer_site_map .button-submit {
	margin-top: 15px;
}
/*----------------------------------------------START:status_change_form-----------------------------*/
select.status_selector {
	height: 25px;
	line-height: 25px;
	padding: 2px 3px 3px;
	width: 75px;
}
span.auto_payment_change {
	float:right;
}
form.status_change_form input {
	background:#fff;
	border: 1px solid #E2E2E2;
	border-radius: 2px 2px 2px 2px;
	color: #666666;
	display: inline-block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 25px;
	padding: 0 10px;
}
form.status_change_form a.cancel_change {
	background:#fff;
	border: 1px solid #E2E2E2;
	border-radius: 2px 2px 2px 2px;
	bottom: 1px;
	color: #666666;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
}
.yes_status {
	background:url("../../img/icon_status_yes.png") no-repeat 0 0;
	height:18px;
	width:30px;
}
.no_status {
	background:url("../../img/icon_status_no.png") no-repeat 0 0;
	height:18px;
	width:30px;
}
/*----------------------------------------------END:status_change_form-----------------------------*/

/*---------------------------------------------Start:payment-edit-form------------------------------*/
table.payment-edit-form {
	width:100%;
}
table.payment-edit-form .no-credit-card {
	line-height:33px;
    text-align: center;
}

.payment table {
	width: 100%;
	border-collapse: collapse;
}
table#payment_form_payment_method {
	border: 1px solid #E2E2E2;
	border-radius: 3px 3px 3px 3px;
	margin: 10px 5px 5px 0;
	width: 350px;
	color:#666666;
	margin-left:5px;
}
table#payment_form_payment_method td {
	line-height: 25px;
	padding-left:10px;
}
table#payment_form_payment_method td.header {
	background: url("../../img/box_header_bg.jpg") repeat-x scroll 0 0 transparent;
	border: 1px solid #E2E2E2;
	border-radius: 3px 3px 0 0;
	line-height: 36px;
}
table#payment_form_credit_card td {
    border-bottom: 1px solid #E7E7E7;
    padding: 8px 20px;
}
#modal_box .wrapper_demo_credit_card_details_input_month .wrapper-dropdown-5, #modal_box .main_credit_card_details_input_all_input_fields_credit_card_details_input_year .wrapper-dropdown-5 {
    margin-bottom: 0px;
    width: 148px;
}
table#payment_form_credit_card td.header {
    border-bottom: 4px solid #E2E2E2;
    box-shadow: 0 -1px 0 0 #C2C2C2 inset;
    background: #fff !important;
    color: #000000;
    font-weight: bold;
    line-height: 36px;
    padding: 0 0 0 20px;
}
table#payment_form_credit_card tr:nth-child(2n+1) {
    background: #fafafa;
}
table#payment_form_credit_card td:nth-child(2n+1) {
    background: #f7f7f7;
    border-right: 1px solid #e2e2e2;
}
table#payment_form_credit_card tr:nth-child(2n+1) td:nth-child(2n+1) {
    background: #f3f3f3;
}
#edit_payment_method_main_form #payment_form_credit_card {
    border-top: 1px solid #D4D4D4;
}
table#payment_form_payment_method td.header a {
	text-decoration:none;
	color:#F67301;
}
table#payment_form_credit_card td input.payment-edit {
	width: auto;
	cursor:pointer;
}
table#payment_form_credit_card td input.payment-remove {
	background:url(../../img/payment_credit_card_rmv_btn.png) no-repeat 0 0;
	border: medium none;
	color: #FFFFFF;
	display: inline-block;
	font-size: 0;
	height: 24px;
	line-height: 25px;
	margin: 5px 0;
	padding: 0;
	width: 190px;
	cursor:pointer;
}
table#payment_form_credit_card td input {
	width:95%;
}
#payment_form_payment_method {
	width: 365px;
}
#edit_payment_method_main_form {
	margin: 0;
	border-radius: 3px;
}
table.payment-edit-form {
	background-color: #fff;
}
table.payment-edit-form td {
}
select.credit-card-details-input-year {
	width: 155px;
}
select.credit-card-details-input-month {
	width: 155px;
	margin-right: 18px;
}

/*----------------------------------------------END:payment-edit-form-------------------------------*/
.footer_inner a {
	color:#F27007;
	text-decoration:none;
}
.buttons span.drop_down_label {
    float: left;
    height: 35px;
    line-height: 34px;
    padding-right: 5px;
    display: inline-block;
}
.fr {
	text-align:right;
}
.add-message a {
	display:inline-block;
*display:inline;
	zoom:1;
}
.buttons span {
	display:inline-block;
	vertical-align:middle;
*display:inline;
	zoom:1;
}
#top_bar {
    background: url("../../img/top-bg5.png") repeat-x scroll center -15px transparent;
    margin: 0 -2% 20px;
    padding: 15px 2%;
    position: relative;
    height: 90px;
}
.add-file, .add-message, .download_all_files {
	float:right;
}

.col1 {
	width:47%;
}
.milestone_overview .striped th {
	text-align:left;
	color:#000;
    font-weight: bold;
}
#project_edit_form .submit input {
	margin-left:0;
}
#login_help_area {
	text-align:right;
}
.project-item {
	margin-top:25px;
}
.project-item ul {
	margin:0;
	padding:0;
}
.project-item ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
.project-item ul li a {
	background:url("../../img/bg5.png") repeat-x scroll left bottom transparent;
	border: 1px solid #ddd;
	color: #F27007;
	float:left;
	margin:10px 5px;
	border-radius: 5px;
	padding:15px;
	font-size:16px;
	text-decoration:none;
}
.fc-header {
	background: #fff;
    border-top: 2px solid #111;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 3px;
    box-shadow: 0 3px 0 0 #e2e2e2;
}
.fc .fc-header td {
	padding:5px;
}
.authorized {
	margin:50px auto;
	padding:5px 20px 5px 50px;
	background:#ffe8d7 url(../../img/alert.png) 38% center no-repeat;
	border:1px solid #e3a87d;
	text-align:center;
}
.under-contstruction {
	margin:50px auto;
	padding:5px 20px 5px 50px;
	background:#ffe8d7;
	border:1px solid #e3a87d;
	text-align:center;
}
.link {
	overflow:hidden;
	margin-bottom:20px;
}
.print-invoice-from-billing-page {
	width:20px;
	height:20px;
	background:url("../../img/print.png") no-repeat;
	display:block;
	font-size:0;
	float:right;
	margin-right:29px;
}
.invoice_iframe_container {
}
.brief_title {
	font-size: 16px;
	line-height: 35px;
	text-align: left;
	font-weight: bold;
}

.brief_details legend {
	font-size:14px;
	font-weight:bold;
}
fieldset {
	background:#f9f9f9;
	border:1px solid #ccc;
	padding:25px;
	margin:15px 0;
	overflow:hidden;
}

.question_set_level_2 {
	display:inline-block;
	width:48%;
	vertical-align:top;
}
.question_set_level_2 label {
	width:120px;
}
fieldset input[type="checkbox"], fieldset input[type="radio"] {
	margin:0px 10px 5px 0;
	vertical-align:middle;
}
fieldset textarea {
	width:100%;
	display:block;
}
.question_21 {
	float:left;
	width:35%;
}
.question_35 {
	float:right;
}
.question_35 {
    float: right;
    width: 60%;
}
fieldset .checkbox label, fieldset .textarea label {
	width:auto;
}
.question_35 * {
	width:500px !important;
}
.question_set_level_2_title {
	font-size:14px;
	margin:20px 0 10px;
}
.brief_details .submit {
	display:inline-block;
 *display:inline;
	zoom:1;
	float:right;
}
.brief_details .submit input {
	width:150px;
	margin:0 0 0 30px;
	cursor:pointer;
}
.brief_details .save_and_previous{float: left;}
.brief_details .save_and_next{float: right;}
fieldset.question_set_2 label {
	display:block;
	width:auto;
}
fieldset.question_set_2 input[type="text"] {
	display:block;
	width:100%;
}
fieldset.question_set_13 label {
	width:auto;
}
fieldset.question_set_13 div {
	margin-bottom:10px;
}
.question_41, .question_42, .question_43{
    float: left;
    margin-right:50px ;
    width: 25%;
}
fieldset.question_set_13 input[type="text"], fieldset.question_set_13 select {
	display:block;
	width:100%;
}
fieldset.question_set_13 .question_set_level_2 {
	width:auto;
}
.seo_project_report_page_table {
	width:100%;
}
#report_tabs {
	margin: 0 20px;
    width: 330px;
}
#project_tabs{
    padding:20px 0 0 0;
}
#report_tabs ul,
#project_tabs ul,
.brief_details ul
{
	margin:0;
	padding:0;
}
#report_tabs ul li,
#project_tabs ul li,
.brief_details ul li
{
	list-style:none;
	padding:0;
	margin:0;
}
#report_tabs ul li a,
#project_tabs ul li a,
.brief_details ul li a
{
	text-decoration:none;
	color:#333;
    background: #fafafa;
	border:1px solid #e2e2e2;
	border-bottom:none;
	float:left;
	margin-right:2px;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    font-size: 13px;
}
#report_tabs ul li a.selected,
#project_tabs ul li a.selected,
.brief_details ul li a.selected
{
    background:#fff;
    color: #000;
    border-top: 2px solid #F3700E;
    border-radius: 0;
}
#report_tabs ul li a:hover
{
    background:#fff;
    color: #000;
    border-top: 2px solid #F3700E;
    border-radius: 0;
}
.graph-element {

}
.graph-element iframe {
	text-align:center;
}
.graph-element h1 {
	font-size:14px;
	font-weight:normal;
	margin:20px;
	color:#333;
}
.graph {
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.date-wise-details {
    border: 1px solid #e2e2e2;
}
.right-side {
	margin-right:20px;
}
.data table, .waartopten1 table {
	width:100%;
}
.waartopten1 table {
	border: none;
	margin:20px 0;
}
.data .altrow, .waartopten1 tr:nth-child(even), #seo_project_report_page #seo_project_report_page table tr:nth-child(even) {
background:#f8f8f8;
}
.data td, .waartopten1 td {
	padding:5px 10px;
}
.data tr:first-child, .waartopten1 tr:first-child {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
}
.data tr:first-child td {
	border-top:1px solid #f1f1f1;
    color: #000;
}
.data tr:first-child td, .waartopten1 tr:first-child td {
    color: #000;
}
#seo_project_report_page #seo_project_report_page table {
	border:1px solid #ddd;
}

.search-criteria {
	overflow:hidden;
	background:url("../../img/overvie-head.png") repeat-x scroll center bottom transparent;
	padding:5px 20px;
}
.search-criteria div {
	float:left;
	margin-right:5px;
}
.search-criteria input[type="text"] {
	width:200px;
	margin-left:10px;
}
.provisioning_message {
	white-space: pre-wrap;
	height: 600px;
	overflow: auto;
}
.show_message {
	background:url("../../img/show-msg.png") no-repeat scroll center bottom transparent;
	width:131px;
	height:26px;
	font-size:0;
	display:block;
}
form.status_change_form input, form.status_change_form a.cancel_change {
	background:url("../../img/nav_middle_bg.jpg") repeat-x scroll center bottom transparent;
	border:1px solid #ddd;
	padding:2px 10px;
	box-shadow: 1px 1px 0px #888888;
	margin-top:4px;
	text-shadow: 1px 1px #fff;
	color:#000;
	vertical-align:top;
	cursor:pointer;
}
.project-milestone-add-message .action {
	float: right;
	margin-bottom: 15px;
	padding: 10px 20px 0 0;
}
.gravatar-img-mini {
	margin-left: 10px;
	position: relative;
	top: 3px;
	width: 24px;
}
.section_details tr td.gravatar-td {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	width: 29px;
}
.section_details tr td.gravatar-next-td {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
}
.project-milestone-add-message {
	overflow: hidden;
}
form.status_change_form a.cancel_change {
	padding:0 10px;
	margin-top:5px;
}
span#cke_ck_editor_add_message {
	margin: 5px 0;
}
.no_answer {
	text-decoration: line-through;
}
.answer_list .question {
	font-weight: bold;
}
form#project_edit_form .account_managers label {
	display: inline-block;
	padding-left: 5px;
}
.no-project-details, .no-milestone {
    border: 1px solid #E2E2E2;
    color: #555555;
    font-size: 13px;
    padding: 10px 20px;
    border-top: 3px solid #F37110;
}
#project-management-files-upload .no-milestone {
    border-top: 1px solid #F37110;
}
#add_additional_contact_form .select {
	padding-top:20px;
}
label[for=UserPrivilegePrivilegeId] {
	margin-bottom:-20px;
}
#modal__domain__get_subscription .pagination {
    margin-bottom: 15px;
}
.sub-pagination a, .pagination a {
    border: 1px solid #E7E7E7;
    border-bottom: 1px solid #c2c2c2;
    color: #777777;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
}
.pagination a.selected {
    background:#F67301;
    color: #fff;
    border: 1px solid #F67301;
    border-bottom: 1px solid #bd5300;
}
.sub-pagination a.pagination-active {
    background:#F67301;
    color: #fff;
    border: 1px solid #F67301;
    border-bottom: 1px solid #bd5300;
}
.sub-pagination a.pagination-active span {
    color: #fff !important;
}
.paginationCounter20 {
}
.sub-pagination {
	float:right;
}
.sub-pagination a.pagination-first {
}
.sub-pagination a.pagination-last {
}
.sub-pagination a:hover {
	background:#F67301;
    color: #fff;
    border: 1px solid #F67301;
    border-bottom: 1px solid #bd5300;
}
.sub-pagination a span:hover {
    color: #fff;
}
.div-sub-navigation {
	position: absolute;
	right: 0;
	top: 0;
}
#reset_wms_password_form .submit, #reset_password_form .submit {
	float: none;
    display: block;
    text-align: center;
}
div.pagination {
    height: 20px;
}
div.paginationCounter_user_feed_bottom {
	padding: 0 15px 22px;
}
div.paginationCounter_user_feed_top .sub-pagination {
    margin: 0 !important;
}
p.pagination {
	margin: 15px 0;
}
.pagination-footer {
	margin-bottom: 15px;
}
.pagination_top.paginationCounter_user_feed_top.pagination.paginationCounter_user_feed {
    padding: 25px 0 10px;
}
/******** Submit to pdf button ************/

input.submit {
	padding: 5px 20px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f36700;
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, .22), inset 0 2px #fdab2b;
	-moz-box-shadow: 0 1px rgba(255, 255, 255, .22), inset 0 2px #fdab2b;
	box-shadow: 0 1px rgba(255, 255, 255, .22), inset 0 2px #fdab2b;
	border: solid 1px #c95102;
	background-image: -webkit-linear-gradient(bottom, #f36700, #ff9001);
	background-image: -moz-linear-gradient(bottom, #f36700, #ff9001);
	background-image: -o-linear-gradient(bottom, #f36700, #ff9001);
	background-image: -ms-linear-gradient(bottom, #f36700, #ff9001);
	background-image: linear-gradient(to top, #f36700, #ff9001);
    cursor: pointer;
}
input.submit:hover {
    background: #f36700;
}
#UserEditAdminForm .submit-button {
	padding:10px 0 20px 150px;
}
.user_list {
	margin-top: 50px;
}
#UserEditAdminForm label {
	display: inline-block;
	width: 150px;
}

#UserEditAdminForm .groups .checkbox{
    display: inline-block;
}
#UserEditAdminForm .groups .checkbox label{
    display: inline !important;
    width: auto !important;
}

#UserEditAdminForm .assigned_projects_tabs{
    width: 815px;
    height: 200px;
    overflow: auto;
}

#UserEditAdminForm .assigned_projects_tabs .project_list_table{
    width:100%;
}

div#sitemap-wrapper li > div > .action-view .icon {
	background: url(../../img/article.png) no-repeat scroll 0 0 transparent;
	margin:10px 0 0px -1px;
}
.milestone_details table td {
	padding: 5px 10px 5px 0;
	vertical-align: top;
	;
}
.milestone_details table th {
	padding: 5px 0;
	width: 120px;
	vertical-align: top;
}
.milestone_details table td div {
	overflow: hidden;
}
.milestone_details table td div div div {
	padding: 0;
}
/********** Export to PDF ********/
div.export-to-pdf-container {
    float: right;
    margin-right: -14px;
    margin-top: 56px;
}
span.export-to-pdf-container {
    float: right;
}

.finalize_selection_container .buttons span.drop_down_label {
    font-size: 13px;
    line-height: 32px;
}

#project_management_details .export-to-pdf-container,
.add-file-a.btn.btn-small,
.export_to_zip.btn.btn-small,
.export-to-pdf.btn.btn-small {
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
}
.buttons .finalize_selection_container {
    float: left;
}

/************ Privilage checkbox icons on Add User popup ********************/

.privilage_selection_icon {
	vertical-align:top;
	padding:0 5px;
}
/*************** Customer Input finalize selection ****************************/
.clear {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}
.finalize_selection_container {
    margin: 0;
}
.sitemap_status_finalise_cont{ padding-top: 0px;}
.finalize_selection_container label {
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 34px;
    margin-right: 10px;
}
.finalize_selection_container label.finalize_info {

    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #ff7502);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#ff7502));
    background-image: -webkit-linear-gradient(top, #fbb450, #ff7502);
    background-image: -o-linear-gradient(top, #fbb450, #ff7502);
    background-image: linear-gradient(to bottom, #fbb450, #ff7502);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#ffff7502', GradientType=0);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: #ad6704 solid 1px;
    border-radius: 2px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    color: #fff !important;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset ;
    cursor: pointer;
    margin-right: 3px;
}
.finalize_selection_container label.finalize_info:hover {
    background: #ff7502 ;
}
#comments-section .comment.add {
	border-top: 0 none;
}
#comments-section .quick-comment-container.add {
	border-top: 0 none;
}
#comments-section .comment {
	border-top: 1px solid #DDDDDD;
	clear: left;
	font-size: 1em;
	margin: 0;
	padding: 20px 20px 20px 80px;
	position: relative;
}
.comment .comment-user-logo {
	left: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	width: 48px;
}
.comment-user-logo {
	float: left;
}
.quick-comment-vertical-spacer {
	display: none;
	float: left;
	height: 262px;
	left: -69px;
	position: relative;
	width: 1px;
}
.quick-comment-prompt {
	border: 1px solid #DDDDDD;
	height: 42px;
}
.quick-comment-prompt, .quick-comment-loading-container {
	color: #999999;
	margin-left: 8px;
	padding-top: 5px;
}
.quick-comment-prompt span {
	padding-left: 5px;
}
.quick-comment-prompt, .quick-comment-loading-container {
	color: #999999;
}
/*************** Milestone flag icon ******************/
.milestone_overview table td a,
.milestone_overview table td.blue,
.milestone_overview table td.pink,
.milestone_overview table td.purple,
.milestone_overview table td.orange,
.milestone_overview table td.green,
.milestone_overview table td.red,
.milestone_overview table td.grey,
.milestone_overview table td.almost_blue,
.milestone_overview table td.violet {
	background-color:transparent !important;
}
.milestone_overview table td a {
	color:#000000 !important;
	display:block;
}
.milestone_overview table td a:hover {
	color:#F67301 !important;
}
.milestone_overview table td.blue a {
	background:url(../../img/milestone_flag/flag_concept.png) no-repeat center left;
	padding-left:25px;
}
.milestone_overview table td.pink a {
	background:url(../../img/milestone_flag/flag_build.png) no-repeat center left;
	padding-left:25px;
}
.milestone_overview table td.purple a {
	background:url(../../img/milestone_flag/flag_training.png) no-repeat center left;
	padding-left:25px;
}
.milestone_overview table td.orange a {
	background:url(../../img/milestone_flag/flag_maintainance.png) no-repeat center left;
	padding-left:25px;
}
.milestone_overview table td.green a {
	background:url(../../img/milestone_flag/flag_stalled.png) no-repeat center left;
	padding-left:25px;
}
.milestone_overview table td.red a {
	background:url(../../img/milestone_flag/flag_research.png) no-repeat center left;
	padding-left:25px;
}
.milestone_overview table td.grey a {
	background:url(../../img/milestone_flag/flag_planning.png) no-repeat center left;
	padding-left:25px;
}
.milestone_overview table td.violet a {
	background:url(../../img/milestone_flag/flag_implement.png) no-repeat center left;
	padding-left:25px;
}
.milestone_overview table td.almost_blue a {
	background:url(../../img/milestone_flag/flag_revision.png) no-repeat center left;
	padding-left:25px;
}
/************** Sitemap page ***************/
.sitemap_status_finalise_cont {
	float:right;
	padding-right:2px;
    margin: 0;
}
.sitemap_status {
	font-size: 13px;
	text-align: left;
}
.status_final {
	color:#FF0000;
}
.status_pending {
	color:#F67301;
}
/************** Milestone Message page ******************/
#privilage_selection_container label{
    display: inline-block;
}
.milestone_message_table {
	width:100%;
}
#CustomerSitemapFinalize{
    margin: 0;
}
.milestone_message_table td.message {
}
.body-over-user-info-popup {
	background-color: #333333;
	border: 1px solid;
	color: white;
	padding: 10px;
}
.profile-macro .userLogoLink {
	float: left;
}
.profile-macro .values {
	float: left;
	padding-left: 10px;
}
.list_user_login_history_div {
    border-top: 2px solid #F67301;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 30px;
    position: relative;
}
.list_user_login_history_date_range_td span {
}
.list_user_login_history_date_range_td span label {
	padding-right: 10px;
}
.feed_sub_container {
	padding: 5px;
}
.feed_section {
	padding: 5px;
    /*
	background-color: #f5fffa;
	*/
    background: #fff;
}
.feed_header_name {
	float: left;
	;
}
.feed_header_time {
	float: right;
}
.feed_gravatar {
	padding: 5px;
}
.feed_header_login_failed {
	color: red;
}
.in_user_feed_user_login_failed_original_message {
	color: red;
}
div.like_div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
div.like_div .like_link {
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 1;
	padding-top: 13px;
	position: relative;
}
div.like_div .like_thumbs {
	position: absolute;
	top: 6px;
}
div.like_div .like_count {
	color: #999999;
	display: inline-block;
	margin-left: 6px;
	line-height: 25px;
}
div.like_div a {
	text-decoration: none;
	margin-left: 30px;
}
.body-over-user-like-popup {
	padding: 8px 12px;
	background-color: #989FA9;
}
.like_user_name {
	border-bottom: 1px solid black;
}
.gravatar_link {
	display: inline-block;
}
.like_count {
	cursor: pointer;
}
#modal_boxuser_login_history_association {
	background: #fff;
}
input.date_picker {
	width: 115px;
}
.customer_search {
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #E2E2E2;
    padding: 15px;
}
.search_panel {
	border: 1px solid #E2E2E2;
}

.search_panel table {
    width: 100%;
}
.login_as_customer_admin_panel {
}
.feed_root_table .milestone_message.user_feed_list_all {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0;
    border-top: 2px solid #111;
}
.feed_root_table .milestone_message {
    border: 1px solid #E2E2E2;
    border-top: 2px solid #e2e2e2;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 3px 0 0 #e9e9e9;
    margin-bottom: 3px;
}
#list_admins_page h2 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.feed_root_table .feed_section {
    padding: 10px 0 0;
}
/************* Finder Page ******************/
#FinderDomainForm {
	margin-top:20px;
}
#FinderDomainForm div.input {
	float:left;
	margin-right:15px;
}
#FinderDomainForm div.input label {
	margin-right:10px;
}
#FinderDomainForm div.submit {
	float:left;
	padding-top:4px;
}
.finder_company_details, .finder_company_address, .finder_billing_address, .finder_shipping_address, .finder_package_details, .finder_provisioning_details, .finder_whois_information {
	margin-right:10px;
}
.finder_result .section_heading {
	margin:10px 0;
	background:url(../../img/section_heading_bg.gif) no-repeat 0 0;
	height:26px;
	border-bottom:1px solid #e2e2e2;
	padding:5px 0 0 10px;
}
span.required {
	color:#FF0000;
}
.project_files_add_file__new_file_div .file {
    width: 94% !important;
}
.table {
    border: 1px solid #E2E2E2;
    border-radius: 5px 5px 5px 5px;
    padding: 2px;
    width: 100%;
}
.table tr:nth-child(even) {
    background: #fafafa;
}
.table tr:nth-child(odd) {
    background: #FFFFFF;
}
.table thead tr {
    background: #CCC !important;
}
.table tr {

}
.table td {
    padding: 8px 15px;
	color: #464646;
}
.table th {
    background: url("../../img/box_header_bg.jpg") repeat-x scroll 0 bottom transparent;
    border: 1px solid #F1F1F1;
    color: #555555;
    font-weight: normal;
    padding: 10px 15px;
}
.payment_registration_table {
    width: 52% !important;
}
.payment_registration_table select {
    width: 163px !important;
}
.credit-card-details-td {
    width: 22%;
}
/*--------------------------------------- BOF MODAL PROMPT PAY INVOICE FROM PORTAL ----------------------------*/
#modal__billings__pay_all .invoice_details .label, #modal__billings__pay_now .invoice_details .label {
    display: table-cell;
    width: 100px;
}
#modal__billings__pay_all .invoice_details .value, #modal__billings__pay_now .invoice_details .value {
    display: table-cell;
}
#list_billing_table tr.paid .invoice_id, #list_billing_table tr.mixture .invoice_id {
    padding-left: 32px;
}
/*--------------------------------------- EOF MODAL PROMPT PAY INVOICE FROM PORTAL ----------------------------*/

.seo_report_fs {
    background: none repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    margin: 0;
    padding: 0;
}
.seo_report_fs legend {
    font-weight: bold;
    color: blue;
}
.seo_report_fs__rank_history #seo_project_report_page {
    padding: 0px;
    margin: 0px;
}

.seo_report_fs__rank_history, .seo_report_fs__keyword_ranking {
    border: 1px solid #E2E2E2;
    margin-left: 15px;
    margin-top: 20px;
}
.seo_report_fs__no_of_keyword {
}
.seo_report_fs.seo_report_fs__no_of_keyword > div {
    display: none;
}
.seo_report_fs.seo_report_fs__no_of_keyword table {
    border-left: 1px solid #E7E7E7;
    border-bottom: 1px solid #c1c1c1;
}
.seo_report_fs.seo_report_fs__no_of_keyword table td {
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}
.filter-milestone-message-span{
    float: right;
}
#top_bar .buttons{
    float: right;
    padding: 18px 0 0;
    margin-top: 34px;
}
#modal__users__customer_user_administration .general_details_link_img span {
    display: inline-block;
    width: 130px;
}
#modal__users__customer_user_administration .general_details_action span {
    display: inline-block;
    width: 270px;
}
.date-panel{
    width: 625px;
}
.overview-panel{
    vertical-align: top;
    padding-right: 20px;
}
.overview-panel .work_area {
    width: 100% !important;
    min-width: 560px;
}

/* btn style*/
.fl{
    float: left;
}
.fr{
    float: right;
}
#edit_general_details, #edit_address_details, #edit_contact_details {
    float: right;
    margin: 9px 20px 0 5px;
}
#chg-pass{
    margin: 6px 0;
}
.account_general_details #chg-pass{
    margin: 0;
}
.modal-footer {
    background: url("../../img/modal-footer.png") repeat-x scroll center top transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 10px 0;
}
.modal-footer .submit {
    text-align: center;
    width: 100%;
}
.milestone_message {
    border-bottom: 1px solid #C2C2C2;
    padding: 15px;
    position: relative;
}
#project-management-files-upload .milestone_message {
    box-shadow: 0 3px 0 0 #E2E2E2;
    margin-bottom: 3px;
}
.milestone_messages{
    border: 1px solid #e2e2e2;
    background: #fff;
}
#project-management-files-upload .milestone_header {
    background: url("../../img/overvie-head.png") repeat-x scroll center top transparent;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 5px 5px 0 0;
    color: #333333;
    padding: 7px 15px;
    text-align: left;
}

#project-management-files-upload {
    border-top: 2px solid #F37110;
}
#project-management-files-upload .milestone_header  p{
    line-height: 23px;
    margin: 0;
}
.milestone_messages.main_messages{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin-bottom: 25px;
    position: relative;
    border-top: none;
}
.milestone_message_main:after {
    background: url("../../img/content-arrow.png") repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 17px;
    left: -11px;
    position: absolute;
    top: 6px;
    width: 11px;
}
.milestone_message_main {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #C1C1C1;
    position: relative;
    overflow: visible !important;
}
.gravatar-img-full {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 0 #A1A1A1;
    display: block;
    margin-right: 15px;
    padding: 5px;
}
.milestone_header {
    border-bottom: 1px solid #C1C1C1;
    box-shadow: 0 3px 0 0 #E2E2E2;
    margin-bottom: 3px;
    overflow: hidden;
    padding: 10px 15px;
}
.btn i.icon-file{
    background: url("../../img/icon_pdf_small.png") no-repeat scroll 0px 0px transparent;
    width: 16px;
    height: 16px;
 }
div select, div input[type="file"] {
    font-size: 12px;
}
.quick-comment-prompt{
    background: #fff;
}
.comment-panels{
    border-top: 2px solid #F67301 ;
    border-left: 1px solid #e7e7e7 ;
    border-right: 1px solid #e7e7e7 ;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 3px 0 0 #e7e7e7;
    margin-bottom: 3px;
}
.brief_container fieldset {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e2e2e2;
    margin: 15px 0;
    overflow: hidden;
    padding: 25px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.brief_container legend {
    background: none repeat scroll 0 0 #222222;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 15px;
    position: relative;
    width: auto;
}
.loginform div select, div input[type="file"] {
    height: 35px;
}

.specify_username{background-position:0 -72px !important;}
.master_user{background:url(../../img/master_user.png) no-repeat 0 0 !important;}

.dmain-av{
    display: block;
    padding: 15px 0;
}
.back-button{
    display:block;
    width:70px;border:1px solid #000;
    text-align: center;
    padding:8px;
}
.back-button a:hover{
    color: #000;
    cursor: pointer;
}
.back-button a{
    text-decoration: none;
}
.edit-button{
    float: right;
}
.project-milestone-add-file .description{
    padding-top: 15px;
}
#edit_additional_contact_form #privilage_selection_container {
    margin-top: 20px;
}
#domain_form_fields_tab_1_transfer .registration-form input[type="text"]{width: 96%;}
.milestone_message_table .reply_message_table{ margin-top:15px;}
.add_milestone_message_header{ padding-bottom: 5px;}
.page_project_files_view .gravatar, .page_projects_overview .gravatar {
    width: 65px;
}
.project-milestone-add-message .main-body {
    margin-bottom: 50px;
}
#modal__project_messages__reply_message {
    margin-bottom: 50px;
}
.milestone_priority_div {
    background-color: white;
    padding:2px 5px;
    position: absolute;
    right: 10px;
    top: -13px;
    border:1px solid #ccc;
    border-radius: 3px;
    z-index: 100;
}
.priority_img img{
    vertical-align: middle;
}
.header_div { position: relative;}
.change_dash_board_message, .view_details_link {
    position: absolute;
    right: 15px;
    top: 10px;
}
.sub_section.sub_section_priority {
}
.add_milestone_message_area .wrapper-dropdown-5.wd_filter_milestone{
    padding: 8px 15px 9px ;
}
span.cke_skin_kama{
    margin: 5px 0 !important;
}
.add_milestone_message_area .sub_section {
    float: left;
    padding: 10px 20px 0;
}
.add_milestone_message_area .sub_section.sub_section_milestone {
    float: none;
}
.quick-comment-body .modal-footer.modal-message {
    background: none repeat scroll 0 0 #FAFAFA;
    border-top: 1px solid #E1E1E1;
}
.add_milestone_message_area section.main .wrapper-dropdown-5 {
    width: 450px;
}
.project-milestone-add-message .add_milestone_message_user_list {
    color: #333333;
    font-size: 13px;
    padding: 10px 20px 5px;
    float: left;
}
.project-milestone-add-message .add_milestone_message_user_list_all {
    padding: 10px 20px 0 0;
    float: left;
}
.project-milestone-add-message .add_milestone_message_user_list_all span {
    color: #888888;
    padding-left: 4px;
}
.project-milestone-add-message .milestone_priority_message {
    width: 450px;
}
.add_milestone_message_header {
    color: #333333;
    font-size: 13px;
    padding-bottom: 8px;
}
.add_milestone_message_area section.main {
}
.add_milestone_message_area section.main .wrapper-dropdown-5 {
}
.add_milestone_message_area {
    border: 1px solid #E2E2E2;
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 10px;
    padding: 0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    .loginform div.wrapper-dropdown-5 {
        width: 290px;
    }
}
#UserResetForm fieldset {
    margin-bottom: 0px;
    padding-top: 50px;
}
.ui-tabs{
    position: static !important;
}
.ui-dialog .ui-dialog-content{ overflow: visible;}
#modal__briefs__site_map_content .milestone_messages {
    background: none; border: none;
}
#modal_box #modal__domain__renew_domain  #payment_form_credit_card_parent .wrapper-dropdown-5{
    width: 200px;
    margin: 0;
}
.account_managers .name_area {
    width: 420px;
    display: inline-block;
}
.account_managers {
    border-bottom: 1px solid #e2e2e2;
}
div.feed_message_view {
    border: 1px solid #d4d4d4;
    background: #f5fffa;
    padding: 8px;
    color: black;
    overflow: hidden;
}
.feed_root_table .feed_body {
    border-top: 4px solid #E2E2E2;
    box-shadow: 0 -1px 0 0 #C2C2C2;
    margin-top: 10px;
    padding: 15px;
}
.feed_header.milestone_message_main {
    border: medium none;
    padding: 0 15px !important;
}
.user_history_feed_main_container .milestone_message_main {
    padding-bottom: 30px;
}
.feed_root_table .user_history_feed_main_container .milestone_message_main {
    padding: 0;
}
.user_history_feed_main_container .feed_header::after {
    background: none;
}
.page_projects_admin_home #main_body, .page_projects_account_manager_home #main_body {
    position: relative;
}
.page_projects_admin_home #main_body #project_types, .page_projects_account_manager_home #main_body #project_types {
}
.admin_page_projects_admin_home #main_body #project_types {
}
#customer_id_wrapper form#project_search_form {
    margin: 0 0 0 295px;
}
.page_projects_admin_home #main_body #project_user_filter, .page_projects_account_manager_home #main_body #project_user_filter {
    position: absolute;
    left: 0px;
    top: 55px;
}
.admin_page_projects_admin_home #main_body #project_user_filter {
    left: 0;
    position: absolute;
    top: 45px;
    width: 291px;
    z-index: 1000;
}
.page_projects_admin_home #main_body #project_user_filter .label, .page_projects_account_manager_home #main_body #project_user_filter .label {
    display: inline-block;
}
.page_projects_admin_home #main_body #project_user_filter .drop_down, .page_projects_account_manager_home #main_body #project_user_filter .drop_down {
    display: inline-block;
}
.reply_btn_container {
    margin-left: 75px;
}
#modal__billings__pay_now .payment_registration_table {
    width: 100% !important;
}
#modal__billings__pay_now .wrapper-dropdown-5 {
    width: 173px !important;
}
#modal__billings__pay_all .payment_registration_table {
    width: 100% !important;
}
#modal__billings__pay_all .wrapper-dropdown-5 {
    width: 173px !important;
}
.wrapper-dropdown-5 .title {
    overflow: hidden;
    white-space: nowrap;
    padding-left: 5px;
}
#existing_projects tr.favourite {

}
#existing_projects tr.favourite:nth-child(2n+1) {
    background-color: #E0E0DD;
}
#list_events {
    margin-left: 20px;
}
#list_events .parent {
    margin: 6px;
    position: relative;
    width: 98%;
}
#list_events .parent .gravatar-td {
    width: 75px;
}
#list_events .root {
    border: 1px solid #D4D4D4;
    padding: 6px;
}
#list_events .admin_event_log_history {
    border-bottom: 1px solid #E2E2E2;
    height: 44px;
    margin-bottom: 0;
}
#list_events .root .product_status {

}
#list_events .root .milestone_status_box {

}
#list_events .root .div_start_end_date {

}
#list_events .root .milestone_name {
    float: left;
}
#list_events .root .milestone_status {
    float: right;
}
#list_events .root .end_text{
    float: left;
}
#list_events .gravatar {

}
#list_events .root .end_date{
    float: left;
}
#list_events .root .start_date{
    float: right;
}
#list_events .root .customer_id{
    float: right;
}
#list_events .root .start_text{
    float: right;
}
#main_nav.admin_event_log_history ul {
    z-index: 0;
}
#main_nav.admin_event_log_history ul li a {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #E7E7E7;
    border-radius: 0 0 0 0;
    border-bottom: 0px none;
    padding: 0 15px;
    height: 30px;
    line-height: 29px;
}
#main_nav.admin_event_log_history ul li  a.active,
#main_nav.admin_event_log_history ul li  a:hover {
    border-bottom: 2px solid #FFFFFF;
    background: #fff;
    border: none;
}
#main_nav.admin_event_log_history ul li.active,
#main_nav.admin_event_log_history ul li:hover {
    background: none repeat scroll 0 0 #fff;
    border-top: 2px solid #F37110;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 3px solid #fff;
    border-radius: 0 0 0 0;
    height: 28px;
    line-height: 28px;
}
.each-file-upload .file {
    margin-left: 5px;
    margin-top: 5px;
}
.files_section.error, .each-file-upload.error {
    background-image: url("../../img/icon_error.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.project_files_add_file__new_file_div a {
    float: left;
    display: inline-block;
    padding: 0;
    height: 26px;
}
.project_files_add_file__new_file_div a span {
}
.each-file-upload .remove a {
    background: none repeat scroll 0 0 #111111;
    border-radius: 0 5px 5px 0px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 0;
    padding: 7px;
}
.buttons .view_message_label {
    color: #333333;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 25px;
    padding-right: 5px;
}
#project_management_overview .buttons .view_message_label {
    line-height: 32px;
}
.project_files_add_file__list {
    padding-top: 5px;
}
.project-milestone-add-file .add-new-file {
    padding-top: 10px;
}
.project_files_add_file__new_file_div {
    display: inline-block;
    padding: 5px 10px 5px 0;
}
#sitemap-container .ui-sortable p {
    margin: 0;
}
#sitemap-container .ui-sortable input {
     margin: 0;
     width: 95% !important;
    height: 11px;
    font-size: 13px;
 }
textarea {
    overflow: auto;
}
div.img_list {

}
.project-milestone-add-message .description {
    padding: 10px 0;
}
a.delete_uploaded_content {
    background: none repeat scroll 0 0 #111111;
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF !important;
    padding: 2px 5px;
    position: absolute;
    right: 4px;
    top: 4px;
}
.admin_page_customer_inputs_index .back-button {
    display: inline-block;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #ff7502);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#ff7502));
    background-image: -webkit-linear-gradient(top, #fbb450, #ff7502);
    background-image: -o-linear-gradient(top, #fbb450, #ff7502);
    background-image: linear-gradient(to bottom, #fbb450, #ff7502);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#ffff7502', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    margin: 3px 0 15px;
    border-radius: 2px;
}
.admin_page_customer_inputs_index .back-button a {
    color: #fff;
}

#customer_site_map span.back-button {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #ff7502);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#ff7502));
    background-image: -webkit-linear-gradient(top, #fbb450, #ff7502);
    background-image: -o-linear-gradient(top, #fbb450, #ff7502);
    background-image: linear-gradient(to bottom, #fbb450, #ff7502);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#ffff7502', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius: 2px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
    padding: 0px 8px;
    height: 33px;
    line-height: 33px;
}
#customer_site_map .button-submit.btn.btn-primary.btn-large {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
#customer_site_map span.back-button a {
    color: #fff;
    font-size: 17px;
}
#customer_site_map .button-submit.btn-large {
    display: inline-block;
    float: left;
    margin-top: 15px;
    border: #C15000 solid 1px;
}
#customer_site_map .button-submit {
    float: right;
    margin-top: 15px;
}
#project_management_details  .project_details_buttons {
    float: right;
    margin-top: 53px;
    position: relative;
}

#modal__users__change_email_signature .email_signature {
    min-height: 229px;
    width: 98%;
}
.style_error_div_13213109 {
    background-color: #fafafa;
    background-image: url("../../img/icon_error_22_2.png");
    background-position: 9px 9px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 1px solid #C2C2C2;
    border-radius: 4px 4px 4px 4px;
    color: red;
    font-weight: normal;
    margin-top: 10px;
    padding-left: 25px;
}

.style_error_div_13213109 .text {
    line-height: 36px;
    padding: 0 11px;
}
.style_success_div_13213109 {
    background-color: #fafafa;
    background-image: url("../../img/icon_success.gif");
    background-position: 8px 8px;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    border: 1px solid #C2C2C2;
    border-radius: 4px 4px 4px 4px;
    font-weight: normal;
    margin-top: 10px;
    padding-left: 25px;
}
.style_success_div_13213109 .text {
    padding: 11px;
}
.page_finder_domain .finder_package_details .style_error_div_13213109,
.page_finder_domain .finder_package_details .style_success_div_13213109 {
    margin-bottom: 10px;
}
.main_dashboard_message .milestone_dashboard_message_body {
    overflow: hidden;
}

#modal__domain__zone_editor #main_nav ul li a {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #E2E2E2;
    border-radius: 0 0 0 0;
    padding: 0 15px;
}
#modal__domain__zone_editor #main_nav ul li a.active {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #fff;
    border-top: 2px solid #F37110;
}
#modal__domain__zone_editor #main_nav ul li a:hover {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #fff;
    border-top: 2px solid #F37110;
}
div.milestone_message_body span.milestone_user {
    display: inline-block;
    height: auto;
}
span.total_word {
    color: #000000;
}
span.highlighted {
    background-color: yellow;
}
.deleted_n_not_deleted_link {
    display: inline-block;
    float: right;
}
.deleted_n_not_deleted_link a {
    color: #ffffff;
    background-color: #a9a9a9;
    padding: 8px;
    float: left;
}
.deleted_n_not_deleted_link a.active {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #111;
    background-image: -moz-linear-gradient(top, #555, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#111));
    background-image: -webkit-linear-gradient(top, #555, #111);
    background-image: -o-linear-gradient(top, #555, #111);
    background-image: linear-gradient(to bottom, #555, #111);
    background-repeat: repeat-x;
    border-color: #444 #444 #444;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #111;
    border-radius: 2px;
}
.milestone_message_main_parent {
    position: relative;
}

#project_user_filter span {
     float: left;
}
#project_user_filter span.label {
    color: #000000;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 33px;
    width: 105px;
}
#project_user_filter span.drop_down .wrapper-dropdown-5 {
    width: 140px;
}
#project_search_form .label {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 33px;
    padding: 0 !important;
    width: 100px;
}
#project_search_form .label {
    display: inline-block;
    font-weight: normal;
    width: 105px;
}
#project_search_form span {
    float: left;
}
#project_search_form .label {
    padding-top: 5px;
}
#project_search_form span input#customer_id {
    height: 32px;
    line-height: 32px;
}
#project_search_form .submit input {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #ff7502);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#ff7502));
    background-image: -webkit-linear-gradient(top, #fbb450, #ff7502);
    background-image: -o-linear-gradient(top, #fbb450, #ff7502);
    background-image: linear-gradient(to bottom, #fbb450, #ff7502);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#ffff7502', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius: 2px;
    float: left;
    padding: 0px 15px 0px;
    height: 33px;
    line-height: 33px;
}
.wd_select_keyword_history {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    text-indent: 10px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.seo_report_fs__rank_history .specification span.text {
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 10px;
}
#project_search_form .submit input:hover {
    background-position: 0 0;

}#project_user_filter span {
     float: left;
 }
#project_user_filter {
    padding-top: 4px;
}
.deleted_n_not_deleted_link .deleted {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 6px 12px 5px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    margin-left: 5px;
}
.deleted_n_not_deleted_link .deleted:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.customer_search h3 {
    color: #F47312;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}
.customer_search input {
    margin: 0 !important;
}
.customer_search select {
    margin: 0 !important;
}
.customer_search .search_customer.btn {
    display: inline-block;
    height: 35px;
    width: 150px !important;
}
.search_panel table tr:nth-child(2n+0) {
    background: #fafafa;
}
.search_panel table td {
    padding: 7px 0px 7px 15px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    color: #333;
}
.search_panel table td:nth-child(2n+1) {
    width: 250px;
    background: #f7f7f7;
    border-right: 1px solid #e2e2e2;
}
.search_panel table tr:nth-child(2n+0) td:nth-child(2n+1) {
    background: #f2f2f2;
}
#list_admins_page .list_user_login_history_div .list_user_login_history_date_range_td input {
    margin-right: 9px;
    width: 92px;
}
#list_admins_page .search_panel .submit {
    height: 30px;
    padding: 0 !important;
    width: 109px;
    text-align: center;
}
.users.create_user.form {
}
#FinderDomainForm {
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    margin-top: 20px;
    padding: 15px;
}
#FinderDomainForm .domain_search td {
    padding: 0 15px 15px 0 ;
}
#FinderDomainForm select#FinderDomain {
    width: 450px;
    margin: 0;
}
#FinderDomainForm input#FinderDomainName {
    width: 436px;
    margin: 0;
}
.btn.search_domain {
    padding: 6px 30px;
}
#modal__domain__transfer_domain_form .transfer_domain_fs .wrapper-dropdown-5 {
     margin: 10px 0 20px !important;
    width: 95.4%;
 }

#modal__domain__transfer_domain_form .transfer_domain_fs .input_area {
    float: none;
}
#modal__domain__transfer_domain_form .transfer_domain_fs input {
    width: 99%;
    margin-bottom: 12px;
}
#modal__domain__transfer_domain_form .transfer_domain_fs .domain_password_div {
    float: none;
    width: 100% ;
}
#modal__domain__transfer_domain_form .transfer_domain_fs .domain_name_div {
    float: none;
    width: 100% ;
}
#modal__domain__transfer_domain_form .transfer_domain_fs .button_area {
    float: left;
    margin-top: 10px;
    padding: 0;
}
#modal__domain__transfer_domain_form .transfer_domain_fs .button_area a {
    color: #fff;
    font-size: 13px;
}
#DomainDetailsSearchForm table {
    width: 650px;
}
form#DomainDetailsSearchForm {
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    margin-top: 25px;
    padding: 15px;
}
#DomainDetailsSearchForm .btn.btn-primary {
    width: 80px;
}
form#DomainDetailsSearchForm input {
    width: 400px;
}
form#DomainDetailsSearchForm select {
    width: 415px;
}
#DomainDetailsSearchForm .btn.btn-primary {
    height: 33px;
    margin-left: 234px;
    width: 100px;
}
.admin_page_projects_admin_home #project_user_filter {
     width: 500px;
 }
#domain_registration fieldset {
    background: none repeat scroll 0 0 #FFFFFF;
}
#domain_registration .domain_search .find_domain {
}
.page_domain_register_domain_admin #domain_registration .customer_id {
    width: 423px !important;
}
.admin_page_domain_configuration form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    margin: 30px 0 20px;
    padding: 0;
    border-top: #F67301 2px solid;
    box-shadow: 0 1px 0 0 #c2c2c2;
}
.admin_page_domain_configuration form .header_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C2C2C2;
    box-shadow: 0 3px 0 0 #E9E9E9;
    color: #000000;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    padding: 0 0 0 20px;
}
.admin_page_domain_configuration form .domain_name_div {
    padding: 0;
    height: 45px;
    border-bottom: 1px solid #e2e2e2;
}
.admin_page_domain_configuration form .domain_name_div:nth-child(2n+0) {
    background: #fafafa;
}
.admin_page_domain_configuration form .domain_name_div .wrapper-dropdown-5 {
    width: 450px;
}
.admin_page_domain_configuration form .footer .save-configuration {
    margin: 15px 20px;
}
.login_as_customer_admin_panel .user_list {
    display: inline-block;
}
.login_as_customer_admin_panel .user_list span {
    display: inline-block;
    float: left;
}
.login_as_customer_admin_panel .user_list span .btn {
    height: 34px;
    margin-left: 5px;
}
.login_as_customer_admin_panel {
}
.login_as_customer_admin_panel .customer_search {
    border: 1px solid #e2e2e2;
    border-top: 2px solid #F67301;
    margin: 30px 0 0;
    box-shadow: 0 1px 0 0 #c2c2c2;
}
.login_as_customer_admin_panel .customer_search h3 {
    color: #000000;
    padding: 0;
}
.login_as_customer_admin_panel .user_list {
    display: inline-block;
    margin-top: 30px;
    padding: 0 0 15px;
}
#list_admins_page .pagination_bottom {
    margin: 0 0 15px;
}
#domainSearchForm #searchDomain {
    font-weight: normal;
}
#prompt_box .button_panel {
    background: url("../../img/modal-footer.png") repeat-x scroll center top transparent;
    bottom: 0;
    height: 45px;
    left: 0;
    padding: 15px 0 0;
    position: absolute;
    width: 100%;
}
.table_design_1 .action_th {
     width: 140px;
 }

.table_design_1 .status_th {
    width: 10px;
}
.table_design_1 {
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #E7E7E7;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #F67301;
    box-shadow: 0 1px 0 0 #C2C2C2;
    margin-top: 30px;
}
.table_design_1 th {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 1px solid #E7E7E7;
    border-bottom: 4px solid #E7E7E7;
    box-shadow: 0 -1px 0 0 #c2c2c2 inset;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 20px;
}
.table_design_1 td {
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    color: #555;
    font-size: 13px;
    font-weight: normal;
    padding: 9px 20px;
    background: none;
    vertical-align: middle !important;
}
.table_design_1 tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #fff;
}
#modal__billings__billing_list .table_design_1 {
    border-top: 4px solid #E2E2E2;
    margin: 0;
}
#header_billing_page .header .pay_all_link {
    margin-left: 10px;
}
#modal__project_files__add_file .main-body {
    padding: 30px 15px;
}
#modal__project_files__add_file .main-body .select-milestone-message {
    padding-bottom: 10px;
}
#modal__project_files__add_file .main-body .wrapper-dropdown-5 {
    width: 93.8%;
}
#modal__project_files__add_file .main-body .description {
    padding: 21px 0 10px;
}
#modal__project_files__add_file .main-body .add-new-file a {
    color: #FFFFFF;
    height: 26px;
}
#site_map_save_instruction_content_image ul {
    height: 33px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 20px;
}
#site_map_save_instruction_content_image li a {
    background: #fafafa;
    border: 1px solid #E2E2E2;
    box-shadow: none;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-bottom: 0 none;
}
#site_map_save_instruction_content_image li.ui-tabs-selected a,
#site_map_save_instruction_content_image li a:hover{
    border-top: 1px solid #F3700E;
    background: #fff;
    border-bottom: 2px solid #fff;
}
#modal__briefs__site_map_content .content-list-section.milestone_message {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #E7E7E7;
    box-shadow: 0 1px 0 0 #C2C2C2;
    margin-top: 25px;
    padding: 0 0 20px;
}

#modal__briefs__site_map_content .header {
    border-left: 1px solid #E2E2E2;
    border-top: 2px solid #F67301;
    border-bottom: 1px solid #c1c1c1 ;
    border-right: 1px solid #e2e2e2 ;
    margin-bottom: 25px;
    padding: 8px 15px 10px;
    box-shadow: 0 3px 0 0 #f1f1f1;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}
#modal__briefs__site_map_content .each-file-upload {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
#modal__briefs__site_map_content .each-file-upload a.portal_upload_file_alternator {
    border-radius: 5px 0px 0px 5px;
}

#modal__briefs__site_map_content .upload-file {
    display: inline-block;
    width: 100%;
}


/*----------------- responsive_css ---------------------*/
@media screen and (max-width: 1000px) {
    #main_nav ul li{
        float: left;
        margin-left: 2px;
     }
    #main_nav ul li a{
        padding:0 9px 0 28px ;
    }
}
.milestone_message_table .gravatar {
    width: 75px;
}
#list_billing_table .invoice_overdue {
    background-color: #FFE2E2 !important;
}
#list_billing_table .invoice_overdue td {
    color: #333333;
}
#list_billing_table .due_date.unpaid.invoice_overdue {
    color: red;
}
.customer_id_highlighted_img {
    max-width: 100%;
}
#prompt_box .button_panel a:link,
.modal-footer input[type="submit"],
.modal-footer input[type="reset"],
.modal-footer input[type="button"] {
    min-width: 100px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
#modal__briefs__site_map_content #tab-content .upload-file .each-file-upload:first-child .portal_upload_file_alternator {
    border-radius: 5px 5px 5px 5px;
}
#modal__briefs__site_map_content #tab-image .upload-file .each-file-upload:first-child .portal_upload_file_alternator {
    border-radius: 5px 5px 5px 5px;
}
.project-details-save-form a.portal_upload_file_alternator {
    line-height: normal;
}
.project-details-save-form .file_area {

}
.project-details-save-form .file_upload_section a.remove {
    background: none repeat scroll 0 0 #111111;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
}

form.project-details-save-form .file_upload_section .heading {
    margin: 0;
}
form.project-details-save-form .file_upload_section .files_section > .remove_span {
    margin-left: -4px;
}
form.project-details-save-form .file_upload_section .remove_span a     {
    border-radius: 0 3px 3px 0;
}


form.project-details-save-form .file_upload_section .files_section {
    display: inline-block;
}

form.project-details-save-form .heading {
    border: 1px solid #E2E2E2;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 3px 15px;
    border-top: 2px solid #F67301;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 4px 0 0 #f1f1f1;
}
form.project-details-save-form .message-section {
    padding-bottom: 25px;
}
#modal__briefs__site_map_content .button_hidden_file span.file_icon {
}
.project_files_add_file__new_file_div a.portal_upload_file_alternator {
    border-radius: 5px 0px 0px 5px;
}
.project_files_add_file__new_file_div a.btn-small {
    border-radius: 0 2px 2px 0;
}
.finalize_selection_container .portal_tips_div {
    display: inline;
    margin-top: 4px;
    position: relative;
    float: right;
}
.upload_user_icon {
    padding-left: 10px;
}
#ui-datepicker-div {
    z-index: 1001 !important;
    background-color: #ffffff !important;
}
#header_billing_page a.btn {
    font-size: 12px !important;
    padding: 0px 12px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
#list_subscription_table .auto_payment_change .btn-mini {
}
.ui-widget.ui-dialog .ui-dialog-titlebar-close {
    height: 50px;
    right: -30px;
    top: -20px;
    width: 50px;
}
.ui-widget .ui-widget-header .ui-icon.ui-icon-closethick {
    background: url("../../img/modal_box_close.png") repeat-x scroll center top transparent;
    border: 0 none;
    height: 50px;
    margin: 0;
    width: 50px;
}
.ui-widget .ui-widget-header.ui-state-hover {
    background: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    background: none;
}

#list_email_table .domain_action_span .btn.btn-small {
    height: 22px;
    line-height: 22px;
}
.page_c_panel_index .btn-small.c_panel_modal_change_password {
    height: 22px;
    line-height: 22px;
}
#list_web_console_table .btn-small {
    height: 22px;
    line-height: 22px;
}

.button_hidden_file {
    position: relative;
    overflow: hidden;
}

#modal__project_files__add_file .button_hidden_file {
    max-width: 475px;
}
#modal__project_files__add_file .each-file-upload:first-child  .button_hidden_file {
    max-width: 501px;
}
#modal__project_details__add_comment .button_hidden_file {
    max-width: 820px;
}
#modal__project_details__add_comment .each-file-upload:first-child  .button_hidden_file {
    max-width: 846px;
}
#modal__briefs__site_map_content .button_hidden_file {
    max-width: 820px;
}
#modal__briefs__site_map_content .each-file-upload:first-child  .button_hidden_file {
    max-width: 846px;
}
.button_hidden_file input[type=file] {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    height: 0px;
    line-height: 0px;
    z-index: 1; /* In case you use an img for input button */
}

#modal__briefs__site_map_content .each-file-upload .button_hidden_file {
    float: left;
    padding: 0;
}

#modal__briefs__site_map_content .each-file-upload .button_hidden_file {
    float: left;
    padding: 0;
    height: 26px;
}
#modal__briefs__site_map_content .each-file-upload .remove a {
    background: none repeat scroll 0 0 #111111;
    border-radius: 0 2px 2px 0;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 0;
    padding: 0;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 25px;
}
#modal__briefs__site_map_content .each-file-upload .remove {
    display: inline-block;
    float: left;
}
#modal__briefs__site_map_content .instruction-list-section .error_message {
    border: 1px solid #E2E2E2;
    padding: 10px 15px;
}
#modal__briefs__site_map_content #site_map_save_instruction_content_image .milestone_messages {
    border-top: medium none;
}
#modal__briefs__site_map_content .milestone_file_list {
    padding-left: 15px;
}
.header_billing_page_table .icon-ok {
    background: url("../../img/tick_m.png") no-repeat scroll 0 3px transparent;
    width: 12px;
}
#modal__billings__edit_payment_method #payment_form_credit_card input[type="text"] {
    width: 95%;
}

form.project-details-save-form .file_upload_section .files_section {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.project-details-save-form .file_upload_section .label_section {
    position: absolute;
    right: 0;
    top: -53px;
    z-index: 999;
}
form.project-details-save-form .file-list-active {
    padding-bottom: 15px;
}
form.project-details-save-form .file_upload_section .files_section .file_area {
    position: relative;
    display: inline-block;
}
form.project-details-save-form .file_upload_section .files_section .file_span {
    float: left;
}
.project-details-save-form .file_upload_section .remove_span {
    display: inline-block;
    float: left;
}
form.project-details-save-form .file_upload_section .files_section .file_span .button_hidden_file {
    padding-bottom: 0;
    padding-top: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
#modal__briefs__site_map_content .milestone_header {
    border-top: 2px solid #F67301;
}

#modal__briefs__site_map_content .milestone_message {
    border: 1px solid #E2E2E2;
    margin: 25px 0 10px;
    padding: 0;
}



.milestone_message_main .milestone_file_list {
    background: none repeat scroll 0 0 #f9f9f9;
    border-top: 1px solid #E2E2E2;
    padding: 15px 15px 5px;
}
.milestone_messages .milestone_message_main .milestone_file_list .milestone_each_file {
    box-shadow: 0 3px 0 0 #E1E1E1;
    display: inline-block;
    min-width: inherit;
    width: auto !important;
}
#modal__milestones__view .milestone_details table {
    border-top: 2px solid #F26D0B;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #c2c2c2;
}
#modal__milestones__view .milestone_details .milestone_message_view_box_parent table {
    border-left: 1px solid #E2E2E2;
    border-top: 4px solid #E2E2E2;
    box-shadow: 0 -1px 0 0 #C2C2C2 inset;
}
#modal__milestones__view .milestone_details table td {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.project-milestone-add-message .main-body .button_hidden_file span.file_icon {
}
#modal__milestones__view .milestone_details {
    padding: 20px;
}
.project_files_add_file__new_file_div a.project_files_add_file__remove_file.btn-small {
    background: none repeat scroll 0 0 #111111;
    border-radius: 0 2px 2px 0;
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 26px;
}
#modal__project_messages__reply_message .description {
    font-size: 13px;
    padding: 15px 0 10px;
}
.new-instruction-section .content {
    color: #555555;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 13px;
    height: 160px;
    margin-top: 10px;
    width: 98.5% !important;
}
#site_map_save_instruction_content_image .milestone_file_list {
    border: medium none;
    padding: 0 0 5px 17px;
}
#site_map_save_instruction_content_image .milestone_messages {
    margin-top: 12px;
    border-top: 2px solid #F26D0B;
}
#site_map_save_instruction_content_image .milestone_message {
    padding: 0;
}
#site_map_save_instruction_content_image .milestone_file_list .milestone_header {
    border: 1px solid #E2E2E2;
    border-top: 2px solid #111;
    border-bottom: 1px solid #c2c2c2;
    margin-right: 15px;
}
#site_map_save_instruction_content_image .milestone_file_list .milestone_message_body {
    border: 1px solid #E2E2E2;
    border-bottom: 1px solid #c2c2c2;
    margin-right: 15px;
}
.sitemap_status_finalise_cont .status_final {

    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #ff7502);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#ff7502));
    background-image: -webkit-linear-gradient(top, #fbb450, #ff7502);
    background-image: -o-linear-gradient(top, #fbb450, #ff7502);
    background-image: linear-gradient(to bottom, #fbb450, #ff7502);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#ffff7502', GradientType=0);
    *background-color: #f89406;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: #ad6704 solid 1px;
    border-radius: 2px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    color: #fff !important;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset ;
    cursor: pointer;
    margin-right: 3px;
}
.sitemap_status_finalise_cont .status_final:hover {
    background: #ff7502 ;
}
#modal__milestones__view .milestone_details table th {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    font-weight: normal;
    padding: 8px 15px;
}
#modal__milestones__view .milestone_details table td {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    font-weight: normal;
    padding: 8px 15px;
}
#modal__milestones__view .start_date {
    float: none;
}
#modal__milestones__view .end_date {
    float: none;
}
#modal__milestones__view .milestone_details table td.message_list_header {
    border-bottom: 1px solid #C2C2C2;
    border-top: 2px solid #111111;
    box-shadow: 0 3px 0 0 #E2E2E2;
}
#modal__milestones__view .milestone_message_posted_by {
    padding: 10px 20px;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #c2c2c2;
    border-top: 2px solid #F26D0B;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    box-shadow: 0 3px 0 0 #e2e2e2;
    margin-top: 7px;
    overflow: visible;
    position: relative;
}
#modal__milestones__view .milestone_message_view_box {
    border: 1px solid #E2E2E2;
    padding: 15px;
}
#modal__project_files__add_file .main-body .select-milestone-message {
    border: 1px solid #E2E2E2;
    border-top: 2px solid #F26D0B;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 3px 0 0 #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}
#modal__project_files__add_file .main-body .description {
    border: 1px solid #E2E2E2;
    border-top: 2px solid #F26D0B;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 3px 0 0 #e2e2e2;
    padding: 10px 15px;
    font-size: 15px;
    margin: 30px 0 10px;
    color: #000;
}
#modal__milestones__view .message_file_list_header {
    border: 1px solid #E2E2E2;
    padding: 8px 15px;
    border-bottom: 1px solid #c2c2c2;
}
#modal__milestones__view .milestone_messages_files_view_box_root {
    border: 1px solid #E2E2E2;
    padding: 15px 15px 7px;
    background: #f7f7f7;
    margin-bottom: 7px;
}
#modal__milestones__view .milestone_each_file {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0 3px 0 0 #E2E2E2;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px 6px 35px;
    border-bottom: 1px solid #c2c2c2;
}
#modal__milestones__view .milestone_message_view_box {
    color: #666666;
    line-height: 20px;
    width: 705px !important;
}
#modal__milestones__view .milestone_details table td .gravatar-img-full {
    margin: 5px 0 0 0;
}
.feed_root_table #upcoming {
    border: 1px solid #E2E2E2;
    padding: 15px;
    border-top: none;
}
.feed_root_table #upcoming .parent {
    border-bottom: 1px solid #C2C2C2;
    box-shadow: 0 4px 0 0 #E8E8E8 inset;
    margin: 0;
    width: 100%;
    border-left: 1px solid #e2e2e2;
}
.feed_root_table #upcoming .parent td {
    padding: 15px 15px 10px;
    border-right: 1px solid #e2e2e2;;
}
.feed_root_table #upcoming .parent td .root {
    border: medium none;
    padding: 0;
}
.feed_root_table #upcoming .parent td .root .product_status {
    padding-bottom: 5px;
}
.feed_root_table #upcoming .parent td .root .product_name a {
    color: #000000;
    display: inline-block;
    font-size: 13px;
}
.feed_root_table #upcoming .parent td.gravatar-td {
    padding-right: 0;
    width: 63px;
}





.feed_root_table #incomplete {
    border: 1px solid #E2E2E2;
    padding: 15px;
    border-top: none;
}
.feed_root_table #incomplete .parent {
    border-bottom: 1px solid #C2C2C2;
    box-shadow: 0 4px 0 0 #E8E8E8 inset;
    margin: 0;
    width: 100%;
    border-left: 1px solid #e2e2e2;
}
.feed_root_table #incomplete .parent td {
    padding: 15px 15px 10px;
    border-right: 1px solid #e2e2e2;;
}
.feed_root_table #incomplete .parent td .root {
    border: medium none;
    padding: 0;
}
.feed_root_table #incomplete .gravatar {
    height: 65px;
}
.feed_root_table #incomplete .parent td .root .product_status {
    padding-bottom: 5px;
}
.feed_root_table #incomplete .parent td .root .product_name a {
    color: #000000;
    display: inline-block;
    font-size: 13px;
}
.feed_root_table #incomplete .parent td.gravatar-td {
    padding-right: 0;
    width: 63px;
}




#list_admins_page .list_user_login_history_div h2 {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 15px;
    text-align: left;
}
#list_admins_page .list_user_login_history_div div.export-to-pdf-container {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 10px;
}
.pagination_top.paginationCounter2000000000_top.pagination.paginationCounter2000000000 {
    position: relative;
    right: -3px;
    top: 18px;
}
#modal__domain__transfer_domain_form #list_domain_page #domain_transfer {
    margin: 0;
}
.admin_page_domain_register_domain_admin #domain_registration .domain_search .find_domain {
    margin-top: 30px;
}
.page_domain_register_domain_admin.admin_page_domain_register_domain_admin #domain_registration .customer_id {
    width: 442px !important;
}
.admin_page_domain_details_search form#DomainDetailsSearchForm {
    border-radius: 0 0 0 0;
    border-top: 2px solid #F67301;
    box-shadow: 0 1px 0 0 #C2C2C2;
    margin: 30px 0 0;
    padding: 0;
}
.admin_page_domain_details_search form#DomainDetailsSearchForm table {
    width: 100%;
}
.admin_page_domain_details_search form#DomainDetailsSearchForm table td {
    padding: 8px 15px;
    border-bottom: 1px solid #e2e2e2;
}
.admin_page_domain_details_search form#DomainDetailsSearchForm table tr:nth-child(2n+0) {
    background: #fafafa;
}
.admin_page_domain_details_search form#DomainDetailsSearchForm table td:nth-child(2n+1) {
    background: #f7f7f7;
    border-right: 1px solid #e2e2e2;
    width: 150px;
}
.admin_page_domain_details_search form#DomainDetailsSearchForm table tr:nth-child(2n+0) td:nth-child(2n+1) {
    background: #f1f1f1;
}
.admin_page_domain_details_search form#DomainDetailsSearchForm table td select,
.admin_page_domain_details_search form#DomainDetailsSearchForm table td input {
    margin: 0;
}
.admin_page_domain_details_search form#DomainDetailsSearchForm .btn.btn-primary {
    margin: 10px 0 10px 197px;
}
.admin_page_domain_configuration form .domain_name_div section {
    display: inline-block;
    float: left;
}
.admin_page_domain_configuration form .domain_name_div section .wrapper-dropdown-5  {
    margin: 5px 0 0 0;
}
.admin_page_domain_configuration form .domain_name_div label {
    border-right: 1px solid #E2E2E2;
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    margin: 0 20px 0 0;
    padding-left: 20px;
    width: 240px;
}
.admin_page_domain_configuration form .domain_name_div label:nth-child(2n+1) {
    background: #f7f7f7;
}
.admin_page_domain_configuration form .domain_name_div:nth-child(2n+0) label:nth-child(2n+1) {
    background: #f1f1f1;
}
#project_management_details #top_bar .approve-details .btn.btn-primary.btn-small {
    font-size: 13px;
    height: 31px;
    line-height: 30px;
    padding: 0 20px !important;
}
#modal__milestones__view .milestone_details td.milestone_message_view_box_root_td {
    padding: 0;
    border-right: 0 none;
}
#modal__milestones__view .milestone_details td.milestone_message_view_box_root_td table {
    border-left: 0;
}
a.button_hidden_file {
    height: 28px;
    display: inline-block;
}
#modal__project_details__add_comment .button_hidden_file span.file_icon {
    background-position: 11px 5px;
    height: 30px;
    line-height: 30px;
}
.account_general_details.section_details a#edit_general_details {
    padding: 0 10px 0 8px;
}
.general_details_action .btn-mini {
    line-height: 20px;
}
.account_contact_details.section_details .btn.btn-small {
    line-height: 22px;
}
.account_contact_details.section_details .btn.btn-small .icon-pencil {
    position: relative;
    top: 1px;
}
#modal__users__change_user_icon .upload_user_icon {
    padding: 0 0 15px;
}
#modal__users__change_user_icon .upload_user_icon .header {
    border-bottom: 1px solid #C2C2C2;
    box-shadow: 0 3px 0 0 #F1F1F1;
    display: block;
    padding: 10px 15px;
}
#modal__users__change_user_icon .upload_user_icon .upload {
    display: inline-block;
    padding: 15px 15px 0;
}
#modal__users__change_user_icon .upload_user_icon .upload .button_hidden_file .file_browse.file_icon {
    float: left;
}
#modal__users__change_user_icon .upload_user_icon .upload .button_hidden_file .file_name {
    display: inline-block;
    white-space: nowrap;
    float: left;
}
#modal__users__change_user_icon .upload_user_icon .upload .button_hidden_file .file_name {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-right: 15px;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
}

.milestone_messages .view_details_link.btn.btn-small i.icon-eye-open {
    position: relative;
    top: 2px;
}
.milestone_messages .view_details_link.btn.btn-small{
    line-height: 24px;
}
#modal__project_files__add_file .project_files_add_file__new_file_div a.project_files_add_file__remove_file.btn-small {
    height: 28px;
    line-height: 28px;
    position: relative;
    right: 2px;
}
.milestone_messages .reply_btn_container .reply-message.btn.btn-small{
    line-height: 24px;
}
.milestone_messages .reply_btn_container .icon-share-alt {
    position: relative;
    top: 1px;
}
#project-management-files-upload .milestone_each_file a {
    line-height: 26px;
}
#domainSearchForm .wrapper-dropdown-5 {
    height: 17px;
    padding: 8px 15px;
    width: 138px;
}
#site_map_save_instruction_content_image .milestone_messages .milestone_each_file a {
    max-width: 338px;
    overflow: hidden;
}
.ga_pop_up_landingPagePath_details .table.table_design_1 {
    margin: 0 0 10px;
}
.body_over_on_fly_title_bar {
    border: 8px solid #F67301 !important;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}
.body_over_on_fly_title_bar .icon_close {
    background: url("../../img/modal_box_close.png") repeat-x scroll center top transparent;
    border: 0 none;
    height: 50px;
    margin: 0;
    position: absolute;
    right: -29px;
    top: -21px;
    width: 50px;
}
.body_over_on_fly_title_bar .icon_close a.close {
    background: none repeat scroll 0 0 transparent !important;
    display: inline-block;
    font-size: 0;
    height: 50px;
    padding: 0 !important;
    width: 50px;
}
.body_over_on_fly_title_bar .title b {
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    border-top: 2px solid #111111;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    padding: 9px 15px;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 3px 0 0 #e8e8e8;
    margin-bottom: 3px;
}
.sub-pagination .wrapper-dropdown-5 .title {
    line-height: 26px;
}
#modal__milestones__view .milestone_message_posted_by:after {
    background: url("../../img/content-arrow.png") repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 17px;
    left: -11px;
    position: absolute;
    top: 4px;
    width: 11px;
}
#modal__google_analytics__report .popup_landingPagePath {
    position: relative;
    vertical-align: middle;
}
#modal__google_analytics__report .popup_landingPagePath .loading,
#modal__google_analytics__report .popup_keyword .loading {
    background: url("./../../img/loading_step.gif") no-repeat scroll 0 0 transparent;
    float: right;
    height: 35px;
    margin: 0 !important;
    right: -15px;
    top: -7px;
    width: 85px;
    z-index: 19;
}
#modal__projects__edit #project_edit_form > label {
    border-bottom: 1px solid #C2C2C2;
    border-top: 2px solid #F67301;
    box-shadow: 0 3px 0 0 #E8E8E8;
    color: #000000;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 3px 15px;
}

#modal__projects__edit .wrapper-dropdown-5.wd_class_name.p_class_nope {
    margin-left: 3%;
    width: 94%;
}
#modal__projects__edit #main_nav {
    padding: 12px 20px 0;
}
#modal__projects__edit .edit_project #main_nav #user_group_tab ul {
    height: 34px;
}
#modal__projects__edit .edit_project #main_nav #user_group_tab ul li a {
    border-radius: 0 0 0 0;
    height: 33px;
    line-height: 33px;
}
#modal__projects__edit .edit_project #main_nav #user_group_tab ul li.active a {
    border-top: 1px solid #F67301;
}
#modal__projects__edit .groups {
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    margin: 0 20px 20px;
}
#modal__projects__edit .account_managers {
    padding: 0 15px;
}
#modal__projects__edit .account_managers .name_area {
    border-right: 1px solid #E2E2E2;
    margin-right: 15px;
    width: 300px;
}
#modal__billings__billing_list #header_billing_page .header_billing_page_table {
    margin-top: 30px;
}
.loading.extra_class_new_loading_icon,
.loading.extra_class_account_based_spam_config_loader_loading,
.loading.extra_class_list_billing_page_loading,
.loading.extra_class_account_user_administration_loading,
.loading.extra_class_account_general_details_loading,
.loading.extra_class_account_contact_details_loading,
.loading.extra_class_account_address_details_loading,
.page_domain_index .loading.extra_class_domain_searching_loading,
.page_domain_index .loading.extra_class_tab_domain_details_loading,
.page_domain_index .loading.extra_class_loading_domain_listing,
.loading.extra_class_page_email_manage_account_list_loading {
    background: url("./../../img/loading_step.gif") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 85px;
    border: medium none;
}
.admin_page_staff_search_invoice .invoice_id {
    margin: 0;
}
.image_insert_form_editor #ck-editor-image-upload-form {
    margin: 20px 0;
}
.image_insert_form_editor #ck-editor-image-upload-form span {
    display: inline-block;
    line-height: 28px;
}
.image_insert_form_editor #ck-editor-image-upload-form span.a1 {
    float: left;
    margin-left: 5px;
    margin-right: 12px;
}
.image_insert_form_editor #ck-editor-image-upload-form .file_name {
    max-width: 200px;
}
#modal__users__edit_admin #UserEditAdminForm {
    border-top: 3px solid #F26D0B;
}
#modal__users__edit_admin #UserEditAdminForm .input {
    display: inline-block;
    width: 100%;
}
#modal__users__edit_admin #UserEditAdminForm .input.checkbox {
    border-top: 1px solid #e2e2e2;
    background: #fafafa;
}
#modal__users__edit_admin #UserEditAdminForm label {
    float: left;
    height: 33px;
    padding: 6px 0 6px 20px;
    line-height: 33px;
    margin: 0 20px 0 0;
    border-right: 1px solid #e2e2e2;
}
#modal__users__edit_admin #UserEditAdminForm select {
    margin: 6px 0 0;
    float: left;
}
#modal__users__edit_admin #UserEditAdminForm .input input {
    float: left;
    margin: 6px 0 0;
}
#modal__users__edit_admin #UserEditAdminForm .input.checkbox .checkbox {
    display: inline-block;
    padding: 0 15px 0 0;
}
#modal__users__edit_admin #UserEditAdminForm .input.checkbox .checkbox input {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    top: 15px;
}
#modal__users__edit_admin #UserEditAdminForm .input.checkbox .checkbox label {
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    border: none;
}
#modal__users__edit_admin #UserEditAdminForm ul {
    padding: 0 20px;
}
#modal__users__edit_admin #UserEditAdminForm .assigned_projects_tabs {
    width: 93% ;
    padding: 0 20px;
}
#modal__users__edit_admin #UserEditAdminForm .table_design_1 {
    margin-top: 0;
}
#modal__users__edit_admin #UserEditAdminForm .table_design_1 tr:nth-child(2n+0) {
    background: none repeat scroll 0 0 #fafafa;
}
#modal__users__edit_admin #UserEditAdminForm .table_design_1 thead th {
    font-weight: normal;
}
#modal__users__edit_admin #UserEditAdminForm .table_design_1 thead td:first-child {
    border-bottom: 4px solid #E7E7E7;
    box-shadow: 0 -1px 0 0 #C2C2C2 inset;
}
#modal__users__edit_admin #UserEditAdminForm #project_tabs ul li a.selected,
#modal__users__edit_admin #UserEditAdminForm #project_tabs ul li a:hover {
    background: none repeat scroll 0 0 #F3700E;
    border-radius: 0 0 0 0;
    border: 1px solid #F3700E;
    color: #fff;
    border-top: 1px solid #a44600;
}
#modal__staff__get_user_request_uri_history .list_user_login_history_div {
    margin-top: 0;
    padding: 0 20px 25px;
}
#modal__staff__get_user_request_uri_history .list_user_login_history_div .filterrequesturihistorycontainer > span {
    border: 1px solid #E2E2E2;
    display: block;
    font-weight: normal;
    margin-bottom: 3px;
    padding: 9px 20px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 3px 0 0 #e8e8e8;
}
#modal__staff__get_user_request_uri_history .list_user_login_history_div div.export-to-pdf-container {
    margin: 20px 20px 0 0;
}
#modal__staff__get_user_request_uri_history .list_user_login_history_div h2 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 5px;
}
#modal__staff__get_user_request_uri_history .list_user_login_history_div .filterrequesturihistory {
    border: 1px solid #E2E2E2;
    padding: 10px 20px;
}
#modal__staff__get_user_request_uri_history .list_user_login_history_div select {
    margin: 0 0 0 10px;
}
.admin_page_users_create_admins .general_form .error-message {
    float: left;
    padding: 11px 0 0 15px;
}
#project_management_details .export-to-pdf-container a {
    display: inline-block;
    float: left;
}
#project_management_details .export-to-pdf-container a.project_details_status {
    padding-right: 6px;
    position: relative;
    top: 1px;
}
.project-details .project-comment-section .comments {
    border-top: 2px solid #000000;
}
.project-details .project-comment-section .comments .project-details-comment {
    margin: 0;
    border-radius: 0;
    box-shadow: 0 1px 0 0 #d4d4d4;
}
.required.form_field_error_35.checkbox_type {
    display: inline-block;
    width: 100%;
}
.domain_registration_form_field .required.form_field_error_35.checkbox_type .error_field {
    background-color: #FFFFFF;
    margin-left: 26.5%;
    width: 71%;
    margin-top: 50px;
}
.page_google_adwords_upload_csv form.upload_file {
    position: relative;
}
.page_google_adwords_upload_csv form.upload_file span.header {
    float: left;
    display: inline-block;
    margin-top: 4px;
    margin-right: 20px;
}
.page_google_adwords_upload_csv form.upload_file span.upload {
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.page_google_adwords_upload_csv form.upload_file span.button_span {
    float: left;
    display: inline-block;
}
.page_google_adwords_upload_csv form.upload_file span.button_span input.btn {
    height: 30px;
}
.page_projects_overview .portal_tips_div {
    float: right;
    margin-top: -24px;
    margin-right: 2px;
}
.page_projects_overview .milestone_overview table  .portal_tips_div a {
    background: none;
}
.page_projects_overview .overview-panel .common_show_tips_portal {
    left: 35px;
    background-position: left 0;
    top: 23px;
    width: auto;
}
.finalize_selection_container .customer_site_map_status {
    margin-right: 5px;
}
.page_project_details_view .project-comment-section .button-list {
    padding-bottom: 14px;
}


.page_project_details_view #project_management_details #top_bar .approve-details {
    margin: 0;
    right: 0;
    top: 0;
    display: inline-block;
    float: right;
    padding-right: 6px;
    padding-top: 1px;
}
.page_project_details_view #project_management_details .project_details_buttons .project_details_status {
    display: inline-block;
    margin-right: 5px;
    float: right;
    top: 1px;
}
.page_project_details_view #project_management_details  .export-to-pdf-container{
    margin: 0;
    padding: 0;
    right: 0;
    float: right;
}
#modal__project_files__add_file .add-new-file a.project_files_add_file__new_file_link i {
    margin-top: 1px;
}
.portal_sticky_editor {
    background-color: #FFFFCC;
    background-image: url("../../images/document_body_rules.gif");
    background-position: -1px top;
    background-repeat: repeat;
    line-height: 20px;
    min-height: 113px;
    border: 1px solid #E7E7E7;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    font-family: monospace;
    padding-left: 12px;
    overflow: auto;
}
.portal_sticky_editor p  {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}
.page_milestones_edit .portal_sticky_editor {
    margin-bottom: 20px;
}
.page_milestones_edit .a_row_in_form_details_label {
    margin-bottom: -15px;
}

.milestone_overview table .common_show_tips_portal .loading {
    border: 2px solid #F26D0B;
    border-right: 0;
    background-color: #F26D0B;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
}
.milestone_overview table .common_show_tips_portal p {
    padding: 0px;
    margin: 0px;
}
.modal__google_adwords__report_tom_section {
    padding-top: 1px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

}
#ui-datepicker-div {
    background: #fff;
    border-top: 2px solid #111;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 3px;
    box-shadow: 0 3px 0 0 #e2e2e2;
    padding: 0;
}
.ui-datepicker table.ui-datepicker-calendar {
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #E2E2E2;
    margin: 0;
}
.ui-datepicker table.ui-datepicker-calendar td {
    border-right: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
}
.ui-datepicker table.ui-datepicker-calendar th {
    border-right: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    padding: 2px 0;
}
.ui-datepicker-calendar .ui-state-default {
    border: medium none;
    font-weight: normal;
    text-align: center;
    color: #111;
}
#ui-datepicker-div .ui-datepicker-header {
    font-size: 15px;
    font-weight: normal;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: none;
}
.ui-datepicker-calendar .ui-datepicker-current-day {
    background-color: #E2E2D6;
}
#list_billing_table .invoice_overdue td.invoice_id span {
    display: inline-block;
    float: left;
    margin-right: 3px;
}
#list_billing_page th span.checkbox_type_span,
#list_billing_page th span.invoice_id_span {
    float: left;
    display: inline-block;
}
#list_billing_page th span.checkbox_type_span {
    position: relative;
    top: 1px;
    margin-right: 3px;
}
#modal__billings__pay_all #payment_form_credit_card .table td span.radio_type,
#modal__billings__pay_all #payment_form_credit_card .table td span.checkbox_text {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#modal__billings__pay_all #payment_form_credit_card .table td span.checkbox_type_span,
#modal__billings__pay_all #payment_form_credit_card .table td save-credit-card span {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#domain_form_fields_tab_1000000000 .payment_registration_table td span.radio_type,
#domain_form_fields_tab_1000000000 .payment_registration_table td span.checkbox_text {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#domain_form_fields_tab_1000000000 .payment_registration_table td span.radio_type {
    position: relative;
    top: 3px;
}
#modal__billings__pay_all #payment_form_credit_card .table td span.checkbox_type_span,
#modal__billings__pay_all #payment_form_credit_card .table td span.setup-an-automatic-payment-span {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#main_nav ul li#nav_payment_processing a {
    background:url(../../img/privilege_icons/active/payment.png) no-repeat 10px 11px;
}
.milestone_message_body li {
    margin-left: 25px;
}
div.page_users_subscription table#list_subscription_table td.auto_payment_change_wrapper {
    width: 120px;
}
div.page_users_subscription table#list_subscription_table td.auto_payment_change_wrapper .status.active_status {
    margin-top: 5px;
}
img.ck_editor_image_click_able_link {
    cursor: pointer;
}
div#modal__billings__show_payment_history {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
div#modal__billings__show_payment_history table.table_design_1 {
    margin-top: 15px;
}
.auto_payment_change .common_show_tips_portal {
    left: -88px;
    width: 124px;
    top: 24px;
}
.auto_payment_change .portal_tips img.image {
    width: 24px;
}
.auto_payment_change_wrapper .status {
    margin-top: 4px;
}
.payment-invoice-details .invoice_details > span {
    display: inline-block;
    float: left;
    line-height: 40px;
}