﻿*
{
    margin: 0px;
    padding: 0px;
}

/*-------------- IDS --------------*/


body.noscroll
{
	width:100%;
	position: fixed;
}

body.noscroll2
{
	overflow-y:hidden;
}

#nav-top
{
    float: left;
    width: 100%;
}



#nav-btm
{
    float: left;
    width: 100%;
}



/*-------------- End Of IDS --------------*/

ul
{
    list-style: none;
}

ul li
{
    list-style: none;
}

h1
{
    font-size: 18px;
    color: #1f1f1f;
}

h2
{
    font-size: 16px;
    color: #063468;
    text-transform: uppercase;
}

h3
{
    font-size: 13px;
    color: #fff;
}

h4
{
    font-size: 11px;
    color: #fff;
}

p
{
    color: #333333;
    line-height: 20px;
}

img
{
    border: 0;
}

.img_lft
{
    float: left;
    margin: 0px 10px 10px 0px;
}

.img_lft_1
{
    float: left;
    margin: 0px 4px 10px 0px;
}

.img_rgt
{
    float: right;
    margin: 0px 0px 10px 10px;
}

a
{
    color: #474747;
    text-decoration: none;
    outline: none;
}

input
{
    font-family: 'Lato', Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
}

select
{
    font-family: 'Lato', Arial, sans-serif;
    font-size: 13px;
    padding: 0px 10px 3px 5px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    line-height:28px;
    height:28px;
    /*background: url("/Content/images/icon-arrow-down-white.png") no-repeat right 5px center;*/
    background-image:url("/Content/images/arrow_down_orange.png");
    background-position:right center;
    background-repeat:no-repeat;
}


/*    
 REMOVE THE DROP DOWN BUTTON FOR ie */
select::-ms-expand {
    display: none;
}    

select.drop_new::-ms-value {background: White; color: #666; margin-right:20px;}
select.emptydrop_new::-ms-value {background: White; color: #666; margin-right:20px;}
select.drop_filter::-ms-value {background: White; color: #666;margin-right:20px;}

input:focus
{
    outline: none;    
}

textarea
{
    width: 90%;
    font-family: 'Lato', Arial, sans-serif;
}

.ContentHeader
{
    color: #005899;
    background: #dfdfdf;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    height:40px;
    line-height: 40px;
    text-indent: 11px;
    text-transform: none;
    width: 100%;
}

.ContentInlineBlock
{
	background: #efefef;
	font-size: inherit;
	border: 1px solid #bfbfbf;
	display:inline-block;
	overflow: auto;
	width: 100%;
	text-indent: 0px;
	padding: 5px;
	margin: 0;
	color: #005899;
}

input.textfield:focus, input.autocompletefield:focus, input.textfieldright:focus, input.textFilter:focus, input.textfield_numeric:focus, textarea.textfield:focus

{
    border-color:#e89227;
    border-bottom-width:1px;
}



/*
select.drop_new > option,select.drop_filter > option {
   background: #dfdfdf; 
   color:Black;
   border-color:#e89227;
}
*/


input.autocompletefield
{
    width: 94%;
    height: 30px;
    padding: 0 3px;   
    border: 1px solid #b7b7b7;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}

input.textfield
{
    background: #fff;
    width: 94%;
    height: 30px;
    padding: 0 3px;   
    border: 1px solid #b7b7b7;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

input.textfieldright
{
    background: #fff;
    width: 94%;
    height: 30px;
    padding: 0 3px;   
    border: 1px solid #b7b7b7;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    text-align:right;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
input.textFilter
{
    background: #fff;
    width: 70%;
    height: 30px;
    padding: 0 3px;   
    border: 1px solid #b7b7b7;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

input.textfield_numeric
{
    background: #fff;
    width: 94%;
    height: 30px;
    padding: 0 3px;   
    border: 1px solid #b7b7b7;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

textarea.textfield
{
    background: #fff;
    width: 94%;
    height: 61px;
    padding: 0 3px;   
    border: 1px solid #b7b7b7;
    color: #666;
    font-size: 13px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    resize:none;
    outline:none;
    overflow-y:scroll
}

textarea.textfield.h150
{
    height: 150px;
}

textarea.h100, textarea.textdynamic, textarea.email
{
    height: 100px;
}
.textfield_error
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid red;
    color: #194A70;
    height: 30px;
    padding: 0 5px;
    width: 335px;
}

input.textfield.error
{
	border: 1px solid red;
}

select.drop_new, select.emptydrop_new
{
    background-color: White;
    width: 96%;
    height: 30px;
    padding-left:5px;
    border: 1px solid #b7b7b7;
    /*color: #fff;*/
    font-size: 13px;
    line-height: 28px;
    background-position:right 5px center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* changes for the order service screen specifically*/
div.orderServiceField > select
{
    width: calc(96% - 20px);
}

div.orderServiceField > input[type="text"]
{
    width: calc(94% - 20px);
}

label.ServiceCheckBox
{
    display:inline !important;
    float:none !important;
}
/*--------------------------------------------------*/

select.emptydrop_new
{
    width:auto;
}

select.drop_filter
{
    background-color: #e89227;
    height: 30px;
    border: none;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    background-position:right 5px center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 2px !important;
    width: 84px !important;
}

select.drop_year
{
    width:113px;
}

select.drop_date
{
    width:60px;
}

select[disabled].drop_new_disabled
{
    border-left-color: #C0C0C0;
    border-right-color: #C0C0C0;
    border-top-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    color:#C0C0C0;
}

.dropdown_new_disabled_style
{
	border: 0 !important;
	background: none;
}

select.drop_list
{
    width: 94%;
    height: 60px;
    border: none;
    padding: 5px;
    color:#666;
    font-size: 13px;
    line-height: 28px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

select.drop_new_span
{ 
    max-width: 96%;
    width: 96% !important;              
}

select.drop_new > option,select.drop_filter > option {
    border: 1px solid #e89227;
}

.opt_barQuickSearch
{
    width: 100%;
    overflow: hidden;
    margin-left: 5px;
}
.opt_bar
{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.opt_bar ul
{
    width: 60%;
    float: left;
}

.opt_bar div.filters
{
    width: 60%;
    margin-top:10px;
    margin-left:10px;
    float: left;
}

.opt_bar > .pages > a
{
    box-sizing: content-box;
}

.opt_bar ul li
{
    float: left;
    margin-right: 10px;
    display: inline;
    margin-top:5px;
}

.opt_bar ul li a
{
    line-height: 16px;
    padding-left:20px;
    color: #95a5a6;
}

.opt_bar ul li input
{
    display: block;
    height: 16px;
    color: #95a5a6;
    line-height: 16px;
    border: medium none;
    cursor: pointer;
    float: left;
    padding-left: 30px;
    margin: 0;
}


.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.section
{
    width: 98%;
    height: 18px;
    font-size: 11px;
    padding: 0px 1%;
    color: #fff;
    line-height: 18px;
    overflow: hidden;
    text-align: right;
}

.logo
{
    padding-top: 25px;
    float: left;
}

.content
{
    width: 100%;    
}

.ovrflow
{
    overflow: auto;
}
.container
{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d4d4d4;
}


.lft_panel
{
    display: table-cell;
    min-width: 220px;
    width: 16%;
    float: left;
}

.active_title
{
    font-size: 13px;
    display: block;
    background-color: #005899;
    color:#fff;   
    line-height: 25px;
    height: 25px;
}

.active_title a
{
    font-size: 13px;
    display: block;
    background-color: #005899;
    color:#fff;   
    line-height: 25px;
}

.active_title .short_menu_image
{
    vertical-align: middle;
    cursor: pointer;
    float:right;
}


.title
{
    font-size: 14px;
    height: 25px;
    float: left;
    float: left;
}

.title span
{
    margin: 3px 10px 0 !important;
}

.title_inactive
{
    font-size: 15px;
    height: 30px;
    line-height:30px;  
    white-space:nowrap;  
}

.title_inactive a
{
    display: block;
    line-height: 30px;
    height: 30px;   
}

span
{
    float: left;
    margin: 7px 10px 0px 10px;
}

.title_links
{
    float: right;
}

.title_links a
{
    width: 26px;
    height: 35px;
    display: block;
    float: left;
    text-align: center;
}

.title_links a img
{
    padding-top: 10px;
}


.sub_title
{
    margin-top: 10px;
}

.sub_title ul
{
    list-style: none;
}

.sub_title ul li
{
    list-style: none;
    display: block;
}

.sub_title ul li a
{
    list-style: none;
    display: block;
    line-height: 30px;
    padding-left: 20px;
    font-size: 15px;
    white-space:nowrap;
}

.sub_title ul li a.sub
{
    background: url("/Content/images/icon-arrow-child.png") no-repeat 35px center;
    display: block;
    font-size: 15px;
    line-height: 30px;
    list-style: none outside none;
    padding-left: 55px;
}

.sub_title ul li span
{
    margin: 4px 10px 0 20px;
}


.inactive_title
{
   list-style: none;
    display: block;
    line-height: 30px;
    font-size: 15px;
}


.rgt_panel
{
    display: table-cell;
    width: 80%;
    min-width: 720px;
    vertical-align: top;
    float: left;
}

.ribbon
{
    font-size: 12px;
    height: 29px;
    line-height: 28px;    
    background-image: linear-gradient(white, white);
}

.ribbon ul
{
    list-style: none;
}

.ribbon ul li
{
    list-style: none;
    display: inline-block;
    padding-left: 14px;
    float: left;
}

.ribbon ul li a
{
    list-style: none;
    display: block;
    padding: 0px 10px 0px 25px;
}

.info_panel
{
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.info_panel_1
{
    width: 99.2%;
    overflow: hidden; 
    background: #005899;
    height: 40px;
    line-height:40px;
    padding-left:10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    vertical-align:middle;


}
.info_panel_1.fullwidth, .info_panel_1.no_pad, .modal_content .info_panel_1
{
    width: 100%;
}

.info_panel_1.no_pad, .modal_content .info_panel_1
{
	padding: 0px;
}

.info_panel_1.no_pad span, .modal_content .info_panel_1 span
{
	padding-left: 10px;
}

.panel_2
{
    width: 50%;
    float: left;
}

.panel_2 ul
{
    overflow: hidden;
}

.panel_2 ul li
{
    margin:0px;
    font-size:15px;
}


.panel_1
{
    width: 26%;
    float: left;
    padding: 20px 18px;
}

.panel_1 ul
{
    overflow: hidden;
}

.panel_1 ul li
{
    margin: 0px;
}



.panel_3
{
    width: 35%;
    float: left;
}

.panel_3 ul
{
    overflow: hidden;
}

.panel_3 ul li
{
    margin: 0px;
}

.panel_actions
{
    width: 14%;
    height:inherit;
    line-height:inherit;
    float: right;
    text-align:right;
    margin-right:5px;
    line-height:40px;   
    vertical-align: middle;
}

.panel_actions ul li a span
{
    min-height: 20px;
    min-width: 20px;
    height:inherit;
    line-height:inherit;
    margin: 7px 0px 0px 5px;
}

.panel_actions ul li a span.home
{    
    background: url(/Content/images/icon-home.png) no-repeat left center;
}

.panel_actions ul li a span.home:hover
{
    background: url(/Content/images/icon-home-green.png) no-repeat left center;
}

.panel_actions ul li a span.export
{
    background: url(/Content/images/icon-document.png) no-repeat left center;
}

.panel_actions ul li a span.export:hover
{
    background: url(/Content/images/icon-document-green.png) no-repeat left center;
}

.panel_actions ul li a span.help
{
    background: url(/Content/images/icon_ribbon_help.png) no-repeat left center;
}

.panel_actions ul li a span.refresh
{    
    background: url(/Content/images/icon-refresh.png) no-repeat left center;
}

.panel_actions ul li a span.refresh:hover
{
    background: url(/Content/images/icon-refresh-green.png) no-repeat left center;
}


.panel_actions ul
{
    overflow: hidden;
}

.panel_actions ul li
{
    margin-top:5px;
    float: right;
}


.panel_txt
{
    color: #fff;
    float: none !important;
    margin: 0 !important;
    font-size: 15px;
}


.tabbing
{
    width: 100%;
    height: 32px;
    padding-top: 4px;
    overflow: hidden;
}

.tabbing ul
{
    width: 100%;
    height: 32px;
    overflow: hidden;
    padding: 0px 18px;
}

.tabbing ul li
{
    height: 32px;
    overflow: hidden;
    display: inline-block;
}

.tabbing ul li a
{
    height: 32px;
    line-height: 32px;
    padding: 0px 20px;
}

.tabbing ul li a.active
{
    padding: 8px 20px;
}

.tab_content
{
    width: 100%;
}

.tab_contentEmpty
{
    width: 97%;
    min-height:800px;
    margin-left:1.5%;
    margin-left:1.5%;
}

.searchOptions
{
    display: inline-block;
    clear: both;
    margin-left: 5px;
    padding: 0px 0px;
    float: left;
}
.searchOptions ul
{
    display: inline-block;
    margin-left: 0px;
    padding: 0px;
    list-style: none;
}
.searchOptions ul li
{
    margin-left: 5px;
    padding: 0px 0px;
}

.quickSearchExpand
{
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-left: 5px;
}

.search_fld
{
    float: right;
    height: 22px;
    padding: 3px 5px 1px 17px;
    text-align: right;
    width: 26%;
}

input.search_fld:focus
{
    border-color:#e89227;
}
input.search:focus
{
    border-color:#e89227;
}
.search_fld_right
{
    float: right;
    height: 22px;
    padding: 3px 0 1px 17px;
    text-align: left;
}
.generic_text_left
{
    float: left;
    width: 50%;
    padding: 10px 0 1px 1px;
    text-align: left;
    margin: 0;
}
.generic_text_left:after
{
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    margin: 0;
}
.generic_text_message
{
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}
input.search
{
    font-size: 12px;
    height: 20px;
    padding: 0 25px 2px 5px;
    width: 80%;
    max-width: 230px;
}

.table_container
{
    width: 97%;
    padding: 10px 15px 0px 15px;
    overflow: hidden;
}

.table_container h1
{
    margin: 5px 0px;
    font-size: 16px;
    margin-bottom: 20px;
}

.table_container p
{
    margin: 5px 0px;
    line-height: 20px;
    text-align: justify;
}

.table_container_1
{
    width: 100%;
}

.table_container_1 h1
{
    margin: 5px 0px;
    font-size: 16px;
    margin-bottom: 20px;
}

.table_container_1 p
{
    margin: 5px 0px;
    line-height: 20px;
    text-align: justify;
}

.table
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#footer
{
    width: 98%;
    padding: 0px 1%;
    text-align: right;
    min-height: 140px;
    font-size: 11px;
    color: #999999;
    padding-top: 18px;
}


/*...........CP Groups...........*/

.table_container table.news_list
{
    margin-top: 10px;
}

table.news_list tr.table_header
{
    font-size: 16px;
}

table.news_list tr.table_header td
{
    padding: 10px;
    font-weight: bold;
}

table.news_list tr.table_row
{
    background-color: #ffffff;
}

table.news_list tr.table_row td
{
    padding: 10px 5px;
}

table.news_list tr.table_row_alt td
{
    padding: 10px 5px;
}


ul.pagenation
{
    list-style: none;
    width: 36% !important;
    padding: 0 0 0 15px !important;
}

ul.pagenation li
{
    list-style: none;
    display: inline;
    font-size: 11px;
}

ul.pagenation li a
{
    padding: 1px 5px;
    font-size: 11px;
}

/*------------------------------add_list------------------------------*/


table.add_list
{
    margin-bottom: 10px;
    font-size: 13px;   
    background-color:#fff; 
}

.add_list td, th
{
    border-bottom: solid 1px #D2D2D2;
    padding: 5px;
}

table.add_list:not(.sub_element) tr:not(:first-child):not(.sub_element):hover > td
{
    background-color: #f2f2f2;
}
table.add_list tr.invoiceTotalStyle:not(:first-child):hover td.invBreakdown
{
    background-color: #96A4A5;
}

table.add_list tr:not(:first-child):hover td.invBreakdown {
    background: none;
}

table.add_list tr:not(:first-child):hover td.invoiceCategory {
    background: none;
}
table.add_list tr:not(:first-child):hover td.invoice {
    background: none;
}

table.add_list tr:not(:first-child):hover td.bck_grnd_clr {
    background:  #f2f2f2;
}
.add_list td action_Error
{
    font-style: italic;
}

table.add_list td, th
{
    padding:  5px 10px 5px 10px;
    text-align: left;
    font-weight:normal;
}


table.add_list td.border_right
{
   text-align:right;
   border-right:none;
  
}

table.add_list td.noborder
{
    border: 0px !important;
}

table.add_list td.notfound
{
    text-align: center !important;
}

table.add_list td.center
{
    text-align: center !important;
}


table.add_list td label input
{
    margin-right: 5px;
}

table.add_list .table_header
{
    color: #fff;
    background: #7E8D8F; /*#bcc5c6;*/
    height: 40px;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
}



table.add_list .tableoverheader 
{
    background-color: #fff; /*#bcc5c6;*/
    font-size: 13px;
}

table.add_list .tableoverheader .content
{
    color: #fff;
    background: #BAC4C5; /*#bcc5c6;*/
    text-align: center;
    font-weight: bold;
}

table.add_list .tableoverheader .nocontent
{
    background: #fff; /*#bcc5c6;*/
}



table.add_list tr.table_header th table tbody tr,table.add_list tr.table_header th table tbody td,table.add_list tr.table_header th table tbody th
{
    border-spacing:0px;
    border-bottom:0px;
}

table.add_list tr.table_header th table tbody tr th:first-of-type,table.add_list tr.table_header td table tbody tr th:first-of-type,
table.add_list tr.table_header th table tbody tr th:last-of-type,table.add_list tr.table_header td table tbody tr th:last-of-type,
table.add_list tr.table_header th table tbody tr td:last-of-type,table.add_list tr.table_header td table tbody tr td:last-of-type
{
    border-radius:0px;
}

table.add_list .table_header th div
{
    display             : -moz-inline-box;  /* FF2 or lower */
    display             : inline-block;     /* FF3, Opera, Safari */
    line-height         : normal;
    vertical-align      : middle;    
    text-align: left;
}

div.lineheightnormal
{
    display             : -moz-inline-box;  /* FF2 or lower */
    display             : inline-block;     /* FF3, Opera, Safari */
    line-height         : normal;
    vertical-align      : middle;    
    text-align: left;
}

table.add_list tr.table_header  td , table.add_list tr.table_header  th
{
    line-height         : normal;
    vertical-align      : middle;    
    text-align: left;
    padding-left:10px;
}

.tableoverheader th:first-of-type, .tableoverheader td:first-of-type
{
    border-radius: 6px 0 0 6px;
    padding-left:10px;
}

.tableoverheader th:last-of-type, .tableoverheader td:last-of-type
{
    border-radius: 0 6px 6px 0;
}

.table_header th:first-of-type
{
    border-radius: 6px 0 0 6px;
    padding-left:10px;
}

.table_header td:first-of-type
{
    border-radius: 6px 0 0 6px;
}

.table_header th:last-of-type
{
    border-radius: 0 6px 6px 0;
}

.table_header td:last-of-type
{
    border-radius: 0 6px 6px 0;
}

.add_list > tbody > tr:not(.table_row_alt_subchild):not(.table_row_subchild):not(.sub_element):nth-child(odd)
{
    background: #f5f5f5;
}

.add_list > tbody > tr:not(.table_row_subchild):not(.table_row_alt_subchild):not(.sub_element):nth-child(even)
{
    background: #fff;
}

tr.table_row_alt_subchild
{
    background: #f5f5f5;
}

tr.table_row_subchild
{
    background: #fff;
}

tr.row_sub_element:hover td
{
	background: #f5f5f5;
}

tr.sub_element  {
    background: transparent !important;
    border-bottom: solid 1px #D2D2D2;
}

tr.sub_element:last-child td {
    border-bottom: none !important;
}

tr.sub_element:hover td
{
	background: #fff;
}

tr.sub_element td, th
{
	margin-left:5px;
}

.add_list > tbody > tr:not(.table_row_subchild):not(.table_row_alt_subchild):not(.sub_element).table_header
{
    background: #7E8D8F;
}

.add_list td.table_col_tot
{
    background: #96A4A5;
}

.add_list tr.table_row_edit
{
    background: #ECF5FF;
}


.pad_top_bottom_0
{
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.mar_0
{
    margin: 0 !important;
}

.pad_16
{
	padding:16px !important;
}

.height_400px
{
	height:400px !important;	
}

.min_height_400px
{
	min-height:400px !important;	
}

.bg_none
{
    background: none !important;
}


.topnav
{
    width: 100%;
    padding: 40px 28px 25px 0;
}

ul.topnav
{
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 0.5em;
    list-style: none;
}

ul.topnav li
{
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
}

ul.topnav li a
{
    line-height: 10px;
    font-size: 12px;
    padding: 5px 5px 5px 0;
    display: block;
    text-decoration: none;
    font-weight: bolder;
    float: left;
    width: 90%;
    text-indent: 20px;
}

ul.topnav ul
{
    margin: 0 0 10px 20px;
    padding: 0;
    display: none;
    float: left;
    width: 98%;
    width: 90%;
    padding-bottom: 10px;
}

ul.topnav ul li
{
    margin: 0;
    padding: 0;
    clear: both;
}

ul.topnav ul li.applybtn
{
    text-align: right;
    margin-bottom: 10px;
}

ul.topnav ul li.applybtn label
{
    line-height: 20px;
    margin-left: 10px;
}


ul.topnav ul li.applybtn label input
{
    margin-right: 2px;
}


ul.topnav ul li a
{
    font-size: 12px;
    font-weight: normal;
    outline: 0;
}

ul.topnav ul ul li a
{
    color: silver;
    padding-left: 40px;
}

ul.topnav span
{
    float: left;
    margin: 0 5px 0 0 !important;
    position: relative;
    top: -3px;
    position: inherit;
    margin: -10px 5px 0 -20px !important;
}

.pad_lft_20
{
    padding-left: 20px !important;
}

.pad_rgt_20
{
    padding-right: 20px !important;
}

.action_txt
{
    color: #005899;
    font-weight: bold;
    float: none !important;
    margin: 0 !important;
    font-size: 14px;
}

.action_Error
{
    color: #FF0000;
    font-weight: bold;
    float: none !important;
    margin: 0 !important;
    font-size: 14px;
}

#Message_Info.action_Error {
    font-weight: normal !important;
    color: #a94442 !important;
    background: #f8b2b2 !important;
    border-radius:4px;
    padding: 15px !important;
    margin-bottom: 15px !important;
}

.action_txt.font_normal, .action_Error.font_normal
{
	font-weight: normal;
	font-size: inherit;
}

.error
{
    color: red;
    font-size: 0.9em;
}

.page_head
{
    float: left;
    height: 40px;
    width: 60%;
    line-height: 40px;
}

.page_head strong
{
    background-color: #005899;
    color: #FFFFFF;
    padding: 0 15px;    
    float: left;
}


a.email
{
    color: #194a70;
}

a:hover.email
{
    color: #194a70;
    text-decoration: none;
}

.bor_none
{
    border: none !important;
}


.border_bottom
{
    border-bottom: solid 1px #D9D9D9 !important;
}
.align_centre_border-left
{
    text-align: center;
}

.table_content_block
{
    float: left;
    border: #dfdfdf solid 1px;
    margin-bottom:10px;
    width: 99.9%;
}

.table_content_block .content_block
{
    width: 100%;
}

.compact_block
{
    width: 100% !important;
    padding: 0 !important;
}

.table_content_block .content_block_1
{
    width: 100% !important;
    padding: 0 !important;
}

.table_content_block .content_block .full_cont
{
    float: left;
    width: 100%;
}

.table_content_block .content_block .lft_cont
{
    float: left;
    width: 49%;    
}

.table_content_block .content_block .lft_cont_pricing
{
    float: left;
    width: 50%!important;
    border-right: 1px solid #EBCBB4;
}


.cont_block_rgt
{
    float: left;
    padding: 10px 0 10px 10px;
    width: 100%;
}

.table_content_block .content_block .rgt_cont
{
    float: right;
    width: 49.4%;    
}

.table_content_block .content_block .rgt_cont_plan
{
    float: left;
    width: 49%;
}


input.textfield_span
{
    max-width: 96%;
    width: 96% !important;
}

label.label_span
{
	max-width: 96%;
    width: 96% !important;
}


address_input
{
    height: 110px;
}


.mar_rgt_5
{
    margin-right: 5px !important;
}

.mar_rgt_10
{
    margin-right: 10px !important;
}

.edit_check
{
    margin: 0 3px 0 10px;
}

.mar_btm_5
{
    margin-bottom: 5px !important;
}

.border_block
{
    float: left;
    width: 98%;
    border-bottom: #e5e2e0 solid 1px;
    margin: 5px 10px;
}

.label_txt, .label_txt label
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;  
    min-width:65px;  
}
 
 
table td.label_txt
{
    text-align:left;
}



.f_lft
{
    float: left;
}
.f_lft td span
{
    float: none;
}

.content_block td span
{
    float: none;
}

.note_txt
{
    float: left;
    width: 100%;
}

.note_txt span
{
    float: none !important;
    left: 10px;
    margin: 0 !important;
    position: relative;
    top: 13px;
}

.title_inactive span
{
    margin: 0 10px 0 10px !important;
}

.address_textarea
{
    width: 185px;
}


.table_content_block_off-lft
{
    float: left;
    border: #E7A67B solid 1px;
    margin: 5px 0 0 5px;
    width: 49.8%;
}

.table_content_block_off-lft .content_block
{
    float: left;
    width: 98%;
}

.table_content_block_off-lft .content_block h1
{
    background: none repeat scroll 0 0 #E7A67B;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 5px 11px;
    text-transform: none;
    width: 100%;
}

.table_content_block_off-rgt
{
    float: left;
    border: #E7A67B solid 1px;
    margin: 5px 0 0 10px;
    width: 48%;
}

.table_content_block_off-rgt .content_block
{
    float: left;
    width: 98%;
}

.table_content_block_off-rgt .content_block h1
{
    background: none repeat scroll 0 0 #E7A67B;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 5px 11px;
    text-transform: none;
    width: 100%;
}

/*Resizable Styles*/

.tooltip
{
    margin: 8px;
    padding: 8px;
    border: 1px solid #E09D70;
    background-color: #FFF9F4;
    position: absolute;
    z-index: 2;
}
/*New Styles*/
.mar_btm_15
{
    margin-bottom: 15px !important;
}

.mar_btm_20
{
    margin-bottom: 20px !important;
}

.togg_link
{
    float: left;
    width: 98%;
    padding: 0 0 10px 10px;
}

.inactive_title .current
{
    font-weight: bold;
}



.table_content_block .content_block h2
{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin: 0 0 8px 0;
    text-transform: none;
}

.selct_all
{
    float: right;
}

.selct_all_1
{
    float: right;
    position: relative;
    font-size: 11px;
}
.selct_all_1 input
{
    float: left;
    position: relative;
    top: -4px;
    margin: 0 5px 0 0;
}



.top_select_cont
{
    float: left;
    width: 100%;
}
.top_select_cont select
{
    margin: 5px 0 0 5px;
    float: left;
}

.grid_block
{
    margin-top:10px;
    float: left;
    width: 100%;
    background-color:#fff;
}

select.drop_small_2
{
    width: 65px;
    height: 24px;
    border: #E7A67B solid 1px;
    padding: 2px;
}

.dynamicDiv
{
    color: green;
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.inactive_title1
{
    font-size: 14px;
    height: 25px;
}

.field-validation-error
{
    color: Red;
    font-size: 11px;
    float: left !important;
    width: 100%;
    margin: 2px 0 0 0;
}

.white_lft
{
    left: 40% !important;
    display: block !important;
}
.black_lft
{
    display: block !important;
}

.red
{
    color: red;
    margin: 0 !important;
    width: auto !important;
}

.green
{
    color: green !important;
    margin: 0 !important;
    width: auto !important;
}


.select_full
{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 11px !important;
    height: 18px;
    padding: 1px 2px 0 !important;
    width: 100% !important;
}

.check_label
{
    float: left !important;
    margin: 0;
    padding: 0 20px 0 0;
    width: auto;
}

.check_rev
{
    margin: 0;
    padding: 0 20px 0 0;
    width: auto;
}

.check_4
{
    float: left;
    margin: 0 5px 0 0 !important;
}

.transparent_div
{
    position: absolute;
    width: 98%;
    height: 92%;
    display: none;
}

.table_content_block_company
{
    background: none !important;
    border: medium none;
    margin:15px 0px 0px 0px !important;
    width: 99.9%;
}

.cont_block_new
{
    border: 1px solid #dfdfdf;
    background-color: #fff;
    float: left;
    margin: 0 0 10px;
    width: 100%; /*background:#fff;*/
}

.table_block
{
    float: left;
    width: 100%;
}

.compact_paddedmargin
{
    float: left;
     margin: 10px 0 10px 0px;
}

.compact_paddedmargin td
{
    padding-left:10px;
    padding-bottom:10px;
}


.compact_mar
{
    float: left;
    margin: 10px 0 10px 0px;
}

.company_content
{
    margin-top:5px;
    width: 99.9% !important;
}

.company_content_block
{
    float: left;
    padding: 0 !important;
    width: 100% !important;
}

.percent_texfield
{
    width: 60px !important;
}

.h3_width
{
    width: 100% !important;
}

.field-validation-valid
{
    margin: 0;
}

.mar_top_0
{
    margin-top: 0 !important;
}

.package_head
{
    margin: 0 !important;
    float: right !important;
    padding: 0 15px 0 0;
}

.pad_top10
{
    padding-top: 10px;
}


.include
{
    float: left;
    padding: 10px 0 0 10px;
}


.list_multi
{
    border-style: ridge;
    border-width: thin;
    height: 210px !important;
    width: 96% !important;
    background-image:none;
}

.list_multi option
{
    padding:5px;
}
.list_multi_1
{
    border-style: ridge;
    border-width: thin;
    height: 140px !important;
    width: 96% !important;
    background-image:none;
}
.list_multi_1 option
{
    padding: 5px;
}
.adjust_btn
{
    margin-bottom: 5px;
    height: 23px;
    display: block;
}

.head_tabs
{
    position: absolute;
    right: 0;
    top: 0;   
}

.head_tabs a
{
    padding: 2px;
    float: left;
    color: #fff;
    margin:  2px 1px 0 0;
    height:33px;
    line-height:33px;
}
.head_tabs a.active
{
    color: #000;
    background: #fff;
}

.add_new_task
{
    float: left;
    margin: 5px 0 5px 5px;
    width: 99%;
    text-align: right;
}

.add_new_task img
{
    cursor: pointer;
}

.ra_filter
{
    position: relative;
}


.rafilter_img
{
    position: absolute;
    right: -15px;
    top: 3px;
    cursor: pointer;
}

.txt_ali_rgt
{
    text-align: right !important;
}

.gray_txt
{
    margin: 0;
    color: Gray;
}

.transparent_gray
{
    position: fixed;
    width: 183px;
    height: 185px;
    z-index: 1;
    display: none;
    background: url("/Content/images/transparent_bg.png") repeat;
}


input.btn_class
{
    color: #fff;
    padding: 5px;
    background: #D99063;
    height: 18px;
    line-height: 20px;
    border: #A86435 solid 1px;
}

.fileInput
{
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 50px; /*This makes the button huge. If you want a bigger button, increase the font size*/
    opacity: 0; /*Opacity settings for all browsers*/
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1001;	
}

.modal_content .black_overlay
{
    display: none !important;	
}

.modal_content
{
    display: none;
    position: fixed;
    margin:auto;
    top: auto; left: 0; bottom: auto; right: 0;
    width: 50%;
    min-width: 400px;
    background-color: rgba(255,255,255,1);
    border-radius: 6px;
    z-index:1002;
}

.modal_content.noheader div.inner_content
{
	height: 100%;
}

.modal_content .modal_content
{
	position: absolute;
	height:100% !important;
	width: 100% !important;
	top: 0; left: 0; bottom: 0; right: 0;	
}

.modal_content.fixed_height_center
{
	top: 0; bottom: 0;
}

.modal_content.fixed_width_center
{
	left: 0; right: 0;
}

.modal_content div.inner_content, .modal_content div.inner_content_with_search
{
	width:100%;
	overflow:auto;
}

.modal_content div.inner_content
{
	height: calc(100% - 46px);
}

.modal_content div.inner_content_with_search
{
	height: calc(100% - 82px);
}

.modal_content div.inner_content.noscroll, .modal_content div.inner_content_with_search.noscroll
{
	overflow:hidden;
}

.first_cell_no_top_border
{
    display: table-cell;
    padding: 10px 5px 10px 5px;
    vertical-align: middle;
}

.cell_no_top_border
{
    display: table-cell;
    padding: 5px 5px 0px 5px;
    vertical-align: middle;
}

.checkbox_reverse
{
    float: left;
    padding-right: 5px;
}

.checkbox_in_div
{
    display: inline-block;
    padding-bottom: 6px;
    white-space: nowrap;
}

.filter_img
{
    position: relative;
    top: 3px;
    right: 10px;
    cursor: pointer;
}

.v_align_mid
{
    vertical-align: middle;
}

.inlineDiv
{
    width: 100%;
    display: inline;
    white-space: nowrap;
}

.inLineBlock
{
    display: inline-block;
    position: relative;
}

.sameLineDiv
{
    display: inline;
    white-space: nowrap;
    float: left;
}

.width50
{
    width: 50%;
}

.width100
{
    width: 100%;
}

.wdth_full
{
    width: 100% !important;
}

.width100px
{
    width: 100px;
}

.short_menu_image
{
    vertical-align: middle;
    padding: 4px;
    cursor: pointer;
}

img.submenu
{
    background-repeat: no-repeat;
    display: inline-block;
    padding: 16px 0 0 0;
    width: 16px;
    height: 0px;
}

img.billing_site
{
    background-image: url("/Content/images/icon-home.png") ;
}

input.invisible_with_space
{
    visibility: hidden;
    z-index: 0;
}

.rdoGroupType
{
    vertical-align: middle;
    text-align: left;
}

.page_head+.pages, .opt_bar ul+.search_fld, .tab_block+.pages
{
    padding-left: 5px;
    padding-top: 5px;
}

.servicechargepopup
{
    left: 40%;    
    width:auto;
    border: 10px solid #dfdfdf;
}

.PopupS, .PopupL, .PopupXL, .PopupXXL, .PopupWidthS, .PopupWidthL, .PopupWidthXL, .PopupWidthXXL
{
	width: auto;
}

.PopupL, .PopupXL, .PopupXXL, .PopupHeightL, .PopupHeightXL, .PopupHeightXXL
{
	height: auto;
}

.PopupL, .PopupXL, .PopupXXL, .PopupHeightL, .PopupHeightXL, .PopupHeightXXL
{
    min-height: 400px;
}

.PopupS, .PopupWidthS
{
    left: 30%; 
    right: 30%; 
}

.PopupL, .PopupWidthL
{
    left: 20%; 
    right: 20%; 
}

.PopupHeightS
{
	top: 30%; 
    bottom: 30%;
}

.PopupL, .PopupHeightL
{
	top: 20%; 
    bottom: 20%;
}

.PopupHeight70
{
	top: 15%; 
    bottom: 15%;    
}

.PopupXL, .PopupWidthXL
{
    left: 10%; 
    right: 10%;  
}

.PopupXL, .PopupHeightXL
{  
    top: 10%; 
    bottom: 10%;
}

.PopupXXL, .PopupWidthXXL
{
	left: 5%; 
    right: 5%; 
}

.PopupXXL, .PopupHeightXXL
{  
    top: 5%; 
    bottom: 5%;
}

#explainDiv
{
	font-size:18px;
}

/**
 * Formatted table
 */
.formatted-table {
	width: 100%;
}

.formatted-table.small-only {
	display: none;
}

.formatted-table th {
	background: #7E8D8F;
	height: 30px;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
}

.formatted-table th:first-of-type {
	border-radius: 6px 0 0 6px;
}

.formatted-table th:last-of-type {
	border-radius: 0 6px 6px 0;
}

.formatted-table th,
.formatted-table td {
	width: 12%;
	padding-left: 1%;
}

.formatted-table th {
	width: 18%;
}

.formatted-table th.small {
	width: 10%;
}

.formatted-table td {
	padding-top: 15px;
}

#navigation .menu-wrap {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.field {
	margin-bottom: 7px;
}

.mar_10
{
    margin:10px;
}


.field .fieldheader
{
    color: #fff;
    background: #7E8D8F; /*#bcc5c6;*/
    font-size: 13px;
    text-align: left;
}


.field-label.auto {
	width: auto;
}

.field-label.width35 {
	display: table-cell;
	width: 35%;	
	font-size: 13px;
}

.field-label {
	display: table-cell;
	width: 25%;	
	font-size: 13px;
}

.boxcontent-inlinetable
{
	display:inline-table;
}

.w50 label.field-label
{
    width: 30%;	
}

.w50 label.field-label.full
{
    width: 100%;	
}
.w50 div.field-input
{
    width: 70%;	
}

.w50 label.field-label.w15
{
    width: 15%;	
}

.w50 div.field-input.w35
{
    width: 35%;	
}

.w50 div.field-input.w50
{
    width: 50%;	
}

.rightalign
{
    text-align:right;
}

table.add_list tr.table_header th.rightalign_header, table.add_list td.rightalign_header
{
    text-align:right;
    padding-right:15px;
}

table.add_list tr.table_header th.centeralign_header, table.add_list td.centeralign_header
{
    text-align:center;
}

.centeralign
{
    text-align:center;
}

.valignmiddle
{
    vertical-align:middle;
}
.lft_cont {
  float: left;
  width: 49%;
}

.rgt_cont {
  float: right;
  width: 49.4%;
}

.Cont10
{
    width:10%;
}
.Cont40
{
    width:40%;
}
.Cont33
{
    width:33%;
}

.Cont59
{
    width:59%;
}
.Cont49
{
    width:49%;
}
.Contfull
{
    width:100%;
}

.field-label.w25 {
	width: 24.25%;
}

.field-label.w30 {
    width: 30%;
}

.field-label.w33 {
    width: 33%;
}

.field-label.w38 {
	width: 38%;
}

.field-label.w23 {
	width: 23%;
}

.field-label.width120
{
    width: 120px;
}
.field-input.width120
{
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
}
.field-input.w62
{
    width:62%;
}
.field-input.w85
{
    width:85%;
}
.field-input.w70
{
    width:70%;
}
.w15.strcture.field-label {
	width: 20%;
}

.field-label.w15 {
	width: 15%;
}

.field-label.w10 {
	width: 10%;
}

.field-label.w50 {
	width: 50%;
}

.field-input.width65 {
	width: 65%;
	min-height:28px;
	vertical-align:middle;
}

.field-input {
	width: 75%;
	min-height:28px;
	vertical-align:middle;
}

.field-label.padtop
{
    padding-top:7px;
}
 
.field-input.padtop
{
    padding-top:7px;
}

.w35.strcture.field-input {
	width: 30%;
}

.field-input.w35 {
	width: 35%;
}
.field-input.w40 {
	width: 40%;
}
.field-input.w20 {
	width: 20%;
}

.center
{
    text-align:center;
}

.field-input.full {
	width: 100%;
}

.field-label.full {
	width: 100%;
}


.field-label span.mandatory
{
    float:none;
}

.field-input.w35 input[type=checkbox]
{
    margin-bottom:7px;
}

.field-input-group {
	list-style-type: none;
}

.field-input-group li {
	float: left;
	width: 26%;
	margin-bottom:10px;
}

.box {
	width: 100%;
	margin-bottom: 20px;
	}

.box97 {
	width: 97%;
	margin-bottom: 8px;
}

.box50 {
	width: 49.5%;
	margin-bottom: 8px;
}


.box-nomargin
{
	margin-bottom: 0px !important;
}

.box .box-content {
  background: #fff;
  padding: 14px;
  border: 1px solid #dfdfdf;
}

.box97 .box-content {
  background: #fff;
  padding: 7px;
  border: 1px solid #dfdfdf;
}

.box .box-title {
	background: #dfdfdf;
	padding: 12px 14px 10px;
	color: #005899;
	font-size:15px;
	font-weight:normal;
}

.modal_content .box .box-title 
{
    margin: 0px;
}
  
.box h1, .box h2, .box h3, .box h4
{
    font-size:13px;
    color:#063468;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#fff;
}

.box .box-content.no_border
{
    border:0px;
}

.lineheight28
{
    line-height: 28px;
}

.lineheight20
{
    line-height: 20px;
    min-height:20px;
}

.box .fieldheader
{
    line-height: 15px;
    min-height:15px;
    padding-top:10px;
    padding-bottom:10px;
    color: #fff;
    background: #7E8D8F; /*#bcc5c6;*/
    font-size: 13px;
}

.marginRight_10
{
    margin-right:10px;
}

.marginLR_10
{
    margin-left:10px;
    margin-right:10px;
}

.field-label.w15.width90
{
    width:90px;
}

.field-label.w15.width80
{
    width:80px;
}

.field-input.w35.width90
{
    width:calc(50% - 90px);
}

.field-input.w35.width80
{
    width:calc(50% - 80px);
}

.WLR3 .field-input {
	min-height:20px;
}


.clearfix:before,
.clearfix:after                                 { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after                                 { clear: both; }
.clearfix                   { zoom: 1; }
.clear-right                                    { clear: right; }
.clear                      { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

input[type="text"]:disabled
{
    background-color: #EEEEED;
}

.opt_bar_tab ul li
{
	width:30%;
	min-width:15px; 
    margin-right: 2px !important;    
    max-height:80px;    
	border:transparent none 0px;
}

.opt_bar_tab .tab_block ul li a
{
	padding:0px;
	float:none;
    width:auto;
	height:auto;
    display:block;
	overflow:hidden;
    text-align:center;    
    background-color:transparent;  
    border:#CCCCCC solid 1px;
    border-bottom: none 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    
}

.expiring_backcolor
{
	background: #FFA477 !important;
}

.expired_backcolor
{
	background: #FF7D7D !important;
}

.expiring_forecolor
{
	color: #FFA477 !important;
}

.expired_forecolor
{
	color: #FF7D7D !important;
}

.warning_text
{
	color: Purple;
}


div#addToQueueDisplay input 
{
    background-color: #005899; 
    color: White; 
    text-align:center; 
    padding: 5px; 
    height: 40px; 
    width: 200px;
}

div#addToQueueDisplay .numFiles
{
	text-align: center;
    margin-top: 3px;
    margin-right: 20px;
    float:left;
}


div#addToQueueDisplay .numFiles #numFilesQueued
{
    color: #005899;
    font-size: 1.1em;
    font-weight: bold;
}

#file-summary th
{
    border: 0 !important;
}

#file-summary tr > td
{
    padding: 3px;
}


#file-summary td.data
{
    color: #005899;
    font-weight: bold;
}

#file-summary td span.fixed
{
    margin: 0;
    width: 390px;
    word-wrap: break-word;
}

#file-summary .label
{
    min-width: 150px;
}


#file-summary table 
{
    width: 100%;
}

.ui-widget-content
{
    color: #474747 !important;
}

.ui-widget
{
    font-family: Lato, Arial, sans-serif !important;
}


.ui-dialog 
{ 
    z-index: 99999 !important;
    padding: 25px !important;
}

.ui-dialog .ui-dialog-titlebar-close 
{ 
    left: 590px !important; 
    top: -5px !important;
    background: url(/Content/images/close_but.png) no-repeat left center !important;
    width: 30px !important;
    height: 30px !important;
    border: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close span 
{ 
    display: none !important;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus 
{ 
    left: 590px !important; 
    top: -5px !important;
    background: url(/Content/images/close_but.png) no-repeat left center;
    width: 30px !important;
    height: 30px !important;
    border: 0 !important;
}

.ui-dialog-title
{
    padding: 5px;
    color: #005899 !important;
}

.ui-dialog .ui-dialog-buttonpane 
{ 
    border: 0 !important;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active
{
    background-color: #005899 !important;
    text-align:center !important; 
    padding: 5px !important; 
    height: 40px !important; 
    width: 150px !important;
}

.ui-dialog-buttonset button.ui-state-default
{
    background: #005899 !important;
}

.ui-dialog-buttonset button.ui-state-hover 
{
    background: #005899 !important;
}

.ui-dialog-buttonset .ui-button-text
{
    margin-top: -4px;
    color: White !important; 
    width:65%;
}

#explainDiv
{
    z-index: 999999;
}
    

.smallbox
{
	margin-bottom: 5px;	
}


.tile
{
	min-width: 450px;
	width: 32.5%;
	margin:10px 10px 0 0;
	float: left;
	display:inline-block;

}

.tile table.no_alternaterows tr:not(.table_header), .tile table.no_hover tr:hover td 
{
	background: #fff !important;
}

.noBottomBorder  tr:last-child td

{
   border: none !important;
}

table.pad_5 td, th, .pad_5
{
    padding:5px;    
}

.FixChargePopup, .WLR3NotesPopup
{
    width:60%;
    top: 20%;
}

.TaskColor
{
    color: #838383;
}

.TaskOrder
{
    color: #838383;    
}

input.textfield.rateField.basetariffrate, input.textfieldright.rateField.basetariffrate
{
    color: #666;
    font-weight:normal;
}

input.textfield.rateField.errortariffrate,input.textfieldright.rateField.errortariffrate 
{
    color: red;
    font-weight:normal;
}

input.textfield.rateField.changedtariffrate,input.textfieldright.rateField.changedtariffrate
{
    color: #414141;
    font-weight:bold;
}

input.textfield.rateField,input.textfieldright.rateField
{
    color: #414141;
    font-weight:bold;
}

.DivButtonTask
{
    background-color: #005899;
    border: 1px solid #005899;
    border-radius: 2px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.DivButtonSmall
{
    background-color: #0D98FF;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    padding: 4px 7px;
}


input[type="button"]:disabled.DivButtonSmall
{
    background-color: #EEEEED;
    color:Black;
}

.cusorDefault {
   cursor: default
}

.disabled
{
    color: #ACACAC;
}

.table_header.square_border th:first-of-type,
.table_header.square_border td:first-of-type,
.table_header.square_border th:last-of-type,
.table_header.square_border td:last-of-type
{
    border-radius: 0 0 0 0;
}

.useBorderBoxSizing, .useBorderBoxSizingOnChildrenDivs div
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.useContentBoxSizing, .useContentBoxSizingOnChildrenDivs div
{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
	
ul.selectList
{
  background: #fff;
  border: 1px solid #dfdfdf;
  color: inherit;
  overflow: auto;
  width: 100%;
}

ul.selectList li
{
	border: 1px solid #dfdfdf;
}

ul.selectList div
{
	padding:10px;
	float:left;
}

ul.selectList .selectorContainer .selectable, 
ul.selectList .selectorContainer .unselectable,
ul.selectList .selectorContainer .messageContainer
{
	border: 1px solid #fff;	
	width:48px;
	height:48px;
	overflow:hidden;
	border-radius: 6px;
	text-align:center;
	line-height: 48px;
}

ul.selectList span
{
	margin: 0px;
	float: none;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}

ul.selectList .selectable
{
	background: #005899;
	color: #fff;
	cursor: pointer;
}

ul.selectList .unselectable
{
	background: rgba(223, 223, 223, 0.5);
	color: rgba(102, 102, 102, 0.5);
	cursor: default;
}

ul.selectList .selectorContainer .messageContainer
{
	border: 2px dashed rgb(102, 102, 102); 
}

ul.selectList .selectorContainer .group .messageContainer
{
	width: 100%;
}

ul.selectList .selectorContainer .group
{
	padding:5px;
	min-width: 50px;
}

ul.selectList .selectable:hover, ul.selectList .selected
{
	background: #e89227;
}

ul.selectList .selected
{
	font-weight:900;
}

ul.selectList .label
{
	width:195px;
	font-size: 1.1em;
}

ul.selectList .selectorContainer
{
	width: calc(100% - 225px);
}

.link
{
	cursor: pointer;
	color: #005899;
	text-decoration: underline;
}

.link:hover
{
	color: #0078b9;
}

.hidden
{
	display: none;
}

ul.selectList.white_theme li.selectable
{
	background: rgb(255, 255, 255);
	color: #666;
}

ul.selectList.white_theme li.selectable:hover
{
	background: rgb(239, 239, 214);
}
.NotificationBox
{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:solid 1px;
    padding: 7px;
}

input.remMsClear::-ms-clear {
  width : 0;
  height: 0;
}

.AddressLookupButton
{	
    background-color:#005899;
    border: 1px solid #005899;
    border-radius: 2px;
    color: #FFFFFF;
    padding: 5px;
    cursor: pointer;
    font-weight: 800;
    box-sizing: content-box;
}

.AddressLookupButton::before
{
	content: "Address Lookup";
}

#editsitedetailsaddresslookup > div > div.AddressLookupButton
{
    margin-right: calc(5% - 6px);
}

#addcompanyaddresslookup > div > div.AddressLookupButton
{
    margin-right: calc(6% - 7px);
}

#addcompanystructaddresslookup > div > div.AddressLookupButton
{
    margin-right: calc(6% - 6px);
}

div[data-streettownblock] .addrLookupLabel, div[data-postcodeblock] .addrLookupLabel
{
	line-height: 30px; 
	vertical-align: middle; 
	min-height: 30px;
}

div[data-streettownblock] .addrLookupLabel::before, div[data-postcodeblock] [data-toggleaddresssearchcriteria]::before
{
	content: "Search by Street and Town/City";
}

div[data-postcodeblock] .addrLookupLabel::before, div[data-streettownblock] [data-toggleaddresssearchcriteria]::before
{
	content: "Search by Postcode";
}

div[data-streettownblock] input[type=text], div[data-postcodeblock] input[type=text]
{
	width: 149px;
}

div[data-streettownblock] > div:not([data-toggleaddresssearchcriteria]), div[data-postcodeblock] > div:not([data-toggleaddresssearchcriteria])
{
	padding: 14px 0px 12px 0px;
}

div[data-postcodeblock] > div:not([data-toggleaddresssearchcriteria])
{
	padding-left: 70px;
}

div[data-addresslookupcontrol] .addrLookupLabel
{
	color: #005899;
}

div[data-addresslookupcontrol].PostcodeMode .modal_content, div[data-addresslookupcontrol].StreetTownMode .modal_content
{
	height: 145px;
}

div[data-addresslookupcontrol].PostcodeMode.ShowingResult .modal_content, div[data-addresslookupcontrol].StreetTownMode.ShowingResult .modal_content
{
	height: 500px;
}

div[data-addresslookupcontrol] .modal_content
{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-width: 200px;
    max-width: 550px;
}
.ErrorNotification
{
    background-color:#f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.WarningNotification
{
    background-color:#fff1a8;
    border-color: #ffce55;
    color: #555;
}
.EditPopup400
{
    max-width:690px;
    min-width:400px;
}
.EditPopup800
{
    max-width:800px;
    min-width:700px;
}
.EditPopup1200
{
    max-width:1200px;
    min-width:1000px;
}

.padLeft5
{
    padding-left:5px;
}


input[type="datetime"]:disabled, input[type="password"]:disabled
{
    background-color: #E9E9E9;
}
.sectionPadding 
{
    padding-left:20px;
    padding-right:80px;
}
.sectionPadding1
{
    padding-left:55px;
}
.sectionPadding2
{
    padding-left:35px;
    padding-right:20px;
}
.sectionPadding3
{
   padding-left:20px;
   padding-right:60px;
}
.sectionPadding4
{
    padding-left:20px;
    padding-right:40px;
}

.marginleft0
{
    margin-left:0px;
}


.DivButtonTaskDisable
{
    background-color: #7E8D8F;
    border: 1px solid #7E8D8F;
    border-radius: 2px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.varHeightCenter
{
    top:50%;    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nofloat{
    float:none;
}
