@charset "utf-8";
/* CSS Document */

.child_client_fixed_layout {
    float: none;
    width: 100%;
    max-width: 100%;
	min-width: 370px;
    height: auto;
    margin: 0px auto;    
}
.child_client_outer_wrapper {
    float: left;
	width: 100%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;     
      -ms-box-sizing: border-box;
          box-sizing: border-box;
	display: block;
	position: relative;
	background: #ffffff;
    margin: 0px;
	padding: 0px 25px 0px;
}

.to_make_child_client_responsive {
	color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1px;
    width: 100%;
}

/* ====================================== Header Style Starts Here ======================================================== */

.header {
	float:left;
	width:100%;	
	margin-top:24px;
}

/* Top User Link */

.top_user_link {
	float:right;
	width:auto;
	margin-bottom:16px;
}
.top_user_link a {
	float:left;
	width:auto;
	color: #666666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
	line-height:18px;
}
.top_user_link a:hover {
	text-decoration:underline;
}
.top_user_link a.top_link_logout {
}
.top_user_link p {
	float:left;
	width:auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
	color:#666666;
	margin-right:16px;
}
.top_user_link p a {
}
.top_user_link p span {
	float:left;
	width:auto;
	margin-right:8px;
}
.top_user_link p a:hover {
	text-decoration:none !important;
}


/* Main Navigation */

nav.main_navigation {	
	background-color: #eeecec;	
	border: 1px solid #cccccc;
	float:left;
	width:100%;
	border-radius:4px 4px 0px 0px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;     
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
nav.main_navigation ul#main_nav {
	float:left;
	width:100%;
}
nav.main_navigation ul#main_nav li {
	width:auto;
	float:left;
}
nav.main_navigation ul#main_nav li a {
	float:left;
	width:auto;
}
nav.main_navigation ul#main_nav li a:hover { 
	background:#f4f4f4;
}
nav.main_navigation ul#main_nav li a img {
	float:left;
	width:auto;
}
nav.main_navigation ul#main_nav li a span {
	float:left;
	color: #343434;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	line-height:18px;
	text-transform:uppercase;
	margin-left: 6px;
}

nav.main_navigation ul#main_nav li.nav_link_project a {
	border-radius: 3px 0px 0px 0px;
}

@media (max-width: 479px) {
nav.main_navigation {	
	background: url(../images/gray_menu_background_medium.png) bottom repeat-x;
	height: auto;
}
nav.main_navigation ul#main_nav li.nav_link_project {
    width: 40%;
}
nav.main_navigation ul#main_nav li.nav_link_calendar {
    width: 60%;
	border-radius: 0px 3px 0px 0px;    
}
nav.main_navigation ul#main_nav li a {
    width: 100%;
	border-right: 1px solid #cccccc;
	height: auto;
	padding: 10px 0px 10px;
}
nav.main_navigation ul#main_nav li.nav_link_calendar a {
    border-right: none;
}
nav.main_navigation ul#main_nav li a span {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0px;
	line-height: 16px;
	text-align: center;
	margin-left: 0px !important;
}    
nav.main_navigation ul#main_nav li a img {
	margin-top: 0px;
	float: none !important;
	margin: 0px auto !important;
	display: block !important;
}
}

@media (min-width: 480px) {
nav.main_navigation {	
	background: url(../images/gray_menu_background.png) bottom repeat-x;
	height: auto;
}
nav.main_navigation ul#main_nav li a {
	border-right: 1px solid #cccccc;
	height: auto;
	padding: 8px 20px 8px 16px;
}
nav.main_navigation ul#main_nav li a span {
	width: auto;	
    margin-top: 4px;
}
}

.hovered_main_menu a {
	background: #fdfcfc;	
}
.hovered_main_menu a:hover {
	background: #fdfcfc !important;
}

/* ====================================== Header Style Ends Here ======================================================== */

							/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */	

/* ====================================== Pagination, Showing and Display Style Starts Here ================================ */

.main_pagination_wrapper {
	float:right;
	width:auto;
	border-right:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
}
.main_pagination_wrapper a {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#34798E;
	width:auto;
	height:24px;
	line-height:24px;
	text-align:center;
	padding:0px 10px;
	border-right:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
}
.main_pagination_wrapper a:hover {
	font-weight:normal;
}
a.pagination_active:hover {
	font-weight:normal !important;
}
.pagination_active {
	color:#999 !important;
	text-decoration:none !important;
}

p.showing_from_total {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#676666;
	line-height:34px;
	width:auto !important;
}
p.showing_from_total span {
	color:#44856e;
	font-weight:bold;
}
p.showing_from_total small {
	color:#ce8546;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

/* ====================================== Pagination, Showing and Display Style Ends Here ================================== */
	
								/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */	
								
/* ====================================== Table Header Detail On Hover Style Starts Here ================================== */

.table_column_detail_on_hover_wrapper {
	float:left;
	display: none;
    position: absolute;
	z-index:1500 !important;
}
.table_column_show_detail_on_hover_top_arrow {
	background:url(../images/on_hover_top_arrow.png) top center no-repeat;
	float:left;
	width:100%;
	height:8px;
	margin-top:-20px;
}
.table_column_detail_on_hover_inner_wrapper {
	border:1px solid #b86824;
	border-radius:4px;
	float:left;
	background:#feeee0;
	width:auto;
	padding: 12px 16px 2px;
	margin-top:8px;
	-moz-box-shadow: 0px 5px 10px #d0d0d0;
	-webkit-box-shadow: 0px 5px 10px #d0d0d0;
	box-shadow: 0px 5px 10px #d0d0d0;
	/* For IE 8 */
					-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#d0d0d0')";
					/* For IE 5.5 - 7 */
					filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#d0d0d0');
}
.table_column_sdoh_detail_wrapper {
	float:left;
	width:100%;
	height:auto;
}
.table_column_sdoh_detail_wrapper p {
	color: #3e3d3d;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-transform: none;
    width: 100%;
	margin-bottom:10px;
	line-height:18px;    
}

/* ====================================== Table Header Detail On Hover Style Ends Here ================================== */
	
								/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */		
								
/* ====================================== General Support Message Board Style Starts Here ================================== */

.modal_general_support_message_board_pop_up {
	position: fixed;
	background-color: #ffffff;
	border: 0px solid rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	top: 2% !important;
	left: 50%;
	z-index: 1050 !important;
}
.modal_general_support_message_board_pop_up .modal-body {
	padding: 20px;
	overflow-y: auto;
}

.gsmb_message_list_outer_wrapper  {
	float: left;
    overflow-x: hidden;
    overflow-y: scroll;
	max-height:390px;
}

p.gsmb_message_showing_view_older {
	color: #676666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 6px;
    width: 100% !important;
}
p.gsmb_message_showing_view_older span {
	color: #44856E;
}
p.gsmb_message_showing_view_older em {
	color: #CE8546;
	font-style:normal;
}
p.gsmb_message_showing_view_older a {
	color: #397F94;
    margin-left: 15px;
}

.gsmb_individual_message_list {
	border-bottom: 1px solid #36515D;
    float: left;
    margin-bottom: 4px;
    padding-bottom: 10px;
    width: 100%;
}
.gsmb_individual_message_list_last {
	 border-bottom: medium none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.gsmb_individual_message_list p.gsmb_message_list_detail {
    color: #464646;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 8px;
    text-align: left;
    width: 100%;
}
.gsmb_individual_message_list a {
	background: url("../images/list_icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #34798E;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-top: 8px;
    padding-left: 12px;
    text-align: left;
	width:auto;
}

.gsmb_message_list_title {
	background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #E7E7E7;
    float: left;
    padding: 6px 0;
	width:99.8%;
}
.gsmb_message_list_title h6 {
	color: #545454;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 8px;
}
.gsmb_message_list_title h6 span {
	font-weight:normal;
}
.gsmb_message_list_title p.gsmb_message_list_date {
	float: right;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
	color: #8B8D8C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

.gsmb_message_box {
	float:left;
	width:100%;
	margin-top:18px;
	margin-bottom:20px;
}
.gsmb_message_box textarea {
	float: left;
    margin-bottom: 12px;
    max-height: 80px;
    overflow-y: auto;
}
.gsmb_message_box button.gsmb_attach_file_button {
	color: #397F94;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 24px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
}
.gsmb_message_box button.gsmb_attach_file_button:hover {
	color: #397F94;
}
.gsmb_message_box button.gsmb_post_add_button {
	background: url("../images/green_button_background.png") repeat-x scroll left center rgba(0, 0, 0, 0);
    border: 1px solid #3A99A9;
    border-radius: 4px 4px 4px 4px;
    color: #F1F8FF;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
    width: auto;
}
.gsmb_message_box button.gsmb_post_add_button:hover {
	background: url("../images/green_button_background_hover.png") repeat-x scroll left center rgba(0, 0, 0, 0);
}
.gsmb_message_box p.gsmb_max_characters {
	color: #288C68;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
	float: right;
    margin-right: 12px;
	width: auto;
    line-height: 28px;
}
.gsmb_message_box p.gsmb_max_characters span {
	color: #C87F3E;
}

p.gsmb_bottom_instruction {
	background: none repeat scroll 0 0 #FEEEE0;
    border: 1px solid #E3C4A9;
    border-radius: 4px 4px 4px 4px;
    color: #3A3A3A;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    padding: 10px 12px;
    text-align: left;
    width: auto;
	margin-bottom:24px;
}
p.gsmb_bottom_instruction span {
	color: #44856E;
	font-weight:bold;
}	

@media screen and (min-height: 851px) and (max-height: 920px) {
.modal_general_support_message_board_pop_up	.modal-body {
	max-height:640px !important;
}	
}	

@media screen and (min-width: 821px) {
.modal_general_support_message_board_pop_up {
	margin: 0px 0 0 -388px;
	width: 750px !important;
}
.gsmb_message_list_outer_wrapper {
    padding-right: 2%;
    width: 98%;
}
.gsmb_message_list_title h6 {
	width:400px;
}
.gsmb_message_box textarea {
    padding: 2%;
	width:95.6%;
}
}

@media screen and (min-width: 681px) and (max-width:820px) {
.modal_general_support_message_board_pop_up {
	margin: 0px 0 0 -324px;
	width: 630px !important;
}
.gsmb_message_list_outer_wrapper {
    padding-right: 2.5%;
    width: 97.5%;
}
.gsmb_message_list_title h6 {
	width:400px;
}
.gsmb_message_box textarea {
    padding: 2.5%;
	width:94.6%;
}
}

@media screen and (min-width: 491px) and (max-width:680px) {
.modal_general_support_message_board_pop_up {
	margin: 0px 0 0 -234px;
	width: 450px !important;
}
.gsmb_message_list_outer_wrapper {
    padding-right: 4%;
    width: 96%;
}
.gsmb_message_list_title h6 {
	width:220px;
}
.gsmb_message_box textarea {
    padding: 3%;
	width:93.6%;
}
}	

@media screen and (min-width: 0px) and (max-width:490px) {
.modal_general_support_message_board_pop_up {
	margin: 0 0 0 -178px;
    width: 340px !important;
}
.gsmb_message_list_outer_wrapper {
    padding-right: 5%;
    width: 95%;
}
.gsmb_message_list_title h6 {
	width:132px;
}
.gsmb_message_box textarea {
    padding: 3.5%;
	width:92.5%;
}
}						
								
/* ====================================== General Support Message Board Style Ends Here ================================== */
	
								/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */	


