﻿
/* CSS Document */

/* COMMON */
html {
  min-height: 100%;
  height:100%;
  /*overflow-x: auto;*/
  vertical-align: baseline;
}

body, html
{
    margin: 0px;
    padding:0px
}
body
{
    background-color: #fff;
    position: relative;   
    color: #666;
    font-family: Lato, Arial, sans-serif;
    font-size: 13px;
    text-align: left;  
}

.mainLogo
{
    
    padding-top:10px;
    padding-bottom:5px;
    background:url("/Content/images/logo.png") no-repeat;
    background-position:center;
    width:100%;
    height:70px;
}

.mainPoweredLogo
{
    background: url("/Content/images/Powered.png");
    background-repeat: no-repeat;
    height: 70px;    
    width:13%;
    display:none;
}

.powered-logo
{
    position: absolute;
    right: 50px;
    top:2px;
}

.menuIcon
{
    background: url("/Content/images/mobile-navigation-toggle.png");
    background-repeat: no-repeat;
    height: 32px;    
    width:32px;
}


.header-logo
{
    display: table-cell;
    margin:auto;
    vertical-align: middle;
    line-height:inherit;
}
.header-main
{
    border: 0;
    height:70px;
    margin-top:5px;
    margin-bottom:5px;
    line-height:70px;  
    width:100%;  
}

.header-main div
{
    float: inherit;
    text-align: center;
   
}

.header div a
{
    color: #FFD800;
}

.messagecontainer
{
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left:5%;
    min-height:90px;
    vertical-align: middle;
    background-position: 100% center;
}


.messagecontainer td
{
    padding-bottom: 5px;
    font-size:30px;
    font-weight:100;
}

.messagecontainer a
{
   vertical-align:middle;
   color: rgb(71, 71, 71);
   text-decoration: none;
}

.messagecontainer td a.user
{
    font-weight:100;
    color:#e89227;    
}

.messagecontainer td a.user strong
{
    color:#005899;
    font-weight:100;
}


.messagecontainer td a span
{
    margin:0px 0px 0px 5px;
}

.divlogout a span.logout
{
    vertical-align:middle;
    min-height: 20px;
    min-width: 20px;
    background-image: url('/Content/images/icon-power.png');
    background-size: 16px 16px;
    background-repeat:no-repeat;
}

.divlogout
{
    top: 15px;
    left: calc(100% - 40px);
    position: absolute;
}

.divlogout a span.logout:hover
{
    background-image: url('/Content/images/icon-power-red.png');
}

.header img, .navPanel img, .navSelect img
{
    vertical-align: middle;
    border: none;
}



.invoiceSubTotalStyle td
{
    border-top: 1px dashed #666;
  
}

.invoiceTotalStyle td:first-of-type
{
    border-radius: 6px 0 0 6px;
}

.invoiceTotalStyle td:last-of-type
{
    border-radius: 0 6px 6px 0;
}

.invoiceTotalStyle td
{
    background-color: #96A4A5;
    color: #FFFFFF;
    font-weight: bold;
    font-weight: bold; /*border-bottom: 1px dashed #666;*/
    line-height: 25px;
    padding: 5px 10px 5px 5px;
}

.quickSearch
{
    margin-left:0px; 
    padding:5px 0px; 
    float: left; 
    position:relative; 
    width: 60%;
}


.invoiceDetailLabel
{
    /*font-weight: bold;*/
    padding: 0px 0px;
    vertical-align: top;
    font-size: 12.0pt;
    text-align: center;
}
.invoiceDetailLabel .invoiceNumberLabel
{
    text-align: left;
}
.invoiceDetailData .invoiceNumber
{
    font-size: 24.0pt;
    text-align: left;
}

.invoiceDetailData
{
    vertical-align: top;
    font-size: 16.0pt;
    text-align: center; /*font-family:"Calibri","sans-serif";*/
}

.accountInfoAddress
{
    vertical-align: top;
    text-align: left;
    font-size: 11.0pt;
    margin: 5px 5px 5px 5px;
}

.accountInfoAddress .large
{
    text-align: left;
    font-size: 16.0pt;
}


.accountInfo
{
    vertical-align: top;
    text-align: left;
    font-size: 10.0pt;
    margin: 5px 5px 5px 5px;
}


.invBreakdown
{
    font-size: 11pt !important;
    text-indent: 1px;
    margin-left: 5px;
    vertical-align: middle !important;
}

.detail
{
    font-size: 9pt !important;
}


.subHeader
{
    background-image: url('/Content/images/img/subheader_bg.png');
    background-repeat: repeat-x;
    height: 27px;
}
.subHeader div
{
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #10428C;
}
.clear
{
    clear: both;
    float: none;
    height: 0px;
}
.title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0px 5px;
}

/* NAVIGATION */
.navigation
{    
    width: 18%;
    margin: 0;
    top:0;
    min-height:100%;
    background-color: #dfdfdf;   
    position: absolute;
}
.navPanel
{
    padding: 10px;
    height: 60%;
}
.navPanel a, .navPanel a:visited
{
    padding: 5px 5px;
    display: block;
    color: #000000;
    border: solid 1px #ffffff;
    text-decoration: none;
}
.navPanel a:hover
{
    background-color: #FFE88C;
    border: solid 1px #D69C00;
}
.navSeparator
{
    height: 5px;
    background-image: url('/Content/images/nav_separator.png');
    background-repeat: repeat-x;
    background-position: center;
}

.bodyContent
{
    Padding-left:1.3%;
    Padding-right:1.3%;    
    height: auto !important; 
    min-height: 100%; 
    background-color:#F4F5F6;
}

.margin20
{
    Padding-left:1.3%;
    Padding-right:1.3%;
    clear:both;
}


.navSelect
{
    bottom: 0px;
    width: 100%;
    
}
.navSelect a
{
    display: block;
    transition: all 0.3s ease-in-out;
}
.navSelect a:hover
{
    background-color: #e89227;
    color: #fff;
    font-weight: bolder;
}

.current_nav a 
{
    color: #fff;
    font-weight: bolder;
}

/* CONTENT */

.mainContentPanel
{
    width:81.9%;
    float:right;
    height: 100%; 
    background:#fff;  
    height:inherit; 
}

.content
{
    vertical-align: top;
    height:inherit;
}

.contentPanel
{
    width:100%;
}




/*Theme.css*/

.section_bg
{
    background-color: #A7C5DC;
}
.section
{
    color: #FFFFFF;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 1%;
    text-align: right;
    width: 98%;
}


.tab_block
{
    float: left;
    line-height: 34px;
    width: 60%;
}

.tab_block ul
{
    margin: 0;
    padding: 0 px;
    width: 100%;
}

.tab_block ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.tab_block ul li a
{
    /*margin: 0 1px 0 0;*/
    padding: 0 50px;
    list-style: none;
    float: left;
    background: #fff;
    border-right: #e6b99c solid 1px;
    line-height: 27px;
}

.tab_block ul li a.current
{
    margin: 0;
    padding: 0 50px;
    list-style: none;
    float: left;
    background: #005899;
    color:#fff;
    font-weight:bold;
}

.tab_block ul li a.selected
{
    background: #005899; 
    color:#fff;
    font-weight:bold;
}

a.un_line
{
    text-decoration: underline;
}
a:hover.un_line
{
    text-decoration: none;
}
a.no_line
{
    text-decoration: none;
}

.pad_0
{
    padding: 0 !important;
}

/* ******************* Pager CSS***********************************/
/* Page Numbers */




.pages
{
    
    float: right;
    font-size:12px;
    padding: 5px 0 0 12px;
    height:auto;
    text-align:right;
}

.pages span
{
    color: #d69c00;
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    margin: 0px;
    border: 1px solid #fff;
    background: #fff;
}

pages span.pageof
{
    border: 0px;
    color: #000;
    font-weight: bold;
}


.pages a
{
    color: #194A70;
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
}

.pages a:hover
{
    color: #d69c00;
}

.pages a.noncurrent
{
    background: #005899;
    color:#fff;
}
.pages span.current
{
    border: 1px solid #ffd800;
    font-weight: bold;
    background: #e89227;
    color: #fff;
}

.pages a
{
    text-decoration: none;
    line-height: 12px;
    border:none;
    font-weight: bold;    
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow:hidden;
    height: 12px;
}

.pages span
{
    text-decoration: none;
    line-height: 13px;
}
.pages span.pageof
{
    border: 0px;
    color: #000;
    font-weight: bold;
}
.pages a.current
{    
    color: #FFF;
    background: #e89227;
}

.pages a:hover
{
    border-color: #ffd800;
}

.pages a.nextprev
{
    font-weight: bold;
}

.pages span.nextprev
{
    color: #666;
}

.pages span.nextprev
{
    color: #999;
    line-height: 12px;
    margin-left: 1px;
    margin-top: 0;
    height: 13px;
}

.pages .nextprev-next
{
    float: right;
}
.sortcolumn
{
    cursor: pointer;
}

.sorting {
  background: url("/Content/images/sort_both.png") no-repeat center right;
}
.sorting_asc {
  background: url("/Content/images/sort_asc.png") no-repeat center right;
}
.sorting_desc {
  background: url("/Content/images/sort_desc.png") no-repeat center right;
}
.sorting_asc_disabled {
  background: url("/Content/images/sort_asc_disabled.png") no-repeat center right;
}
.sorting_desc_disabled {
  background: url("/Content/images/sort_desc_disabled.png") no-repeat center right;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}


.desc
{
    background: url("/Content/images/arrow_up.png") no-repeat;
    background-position: right 50%;
    padding-right: 14px;
}

.asc
{
    background: url("/Content/images/arrow_down.png") no-repeat;
    background-position: right 50%;
    padding-right: 14px;
}

/* ***************************************************************/

.chart_main
{
    float: left;
    width: 99.3%;
    padding: 5px 0 0 5px;
}

.chart_block
{
    width: 49.5%;
    float: left;
    margin: 0 0 5px 0;
    border: 1px solid #E7A67B;
}

.chart_block_rgt
{
    width: 49.5%;
    float: right;
    margin: 0 0 5px 0;
    border: 1px solid #E7A67B;
}

.chart_heading
{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 5px 0 5px 11px;
    background: #E7A67B;
}

.chart_type
{
    font-size: 11px;
    color: #000;
    padding: 5px 10px;
}

.chart_type select
{
    height: 22px !important;
}

.chart_type select.chart_drop
{
    width: 230px;
}

.chart_area
{
    padding: 0 10px;
}



.RefineSearch
{
    
    position: relative;
    margin-left: 10px;
    padding: 3px;
}

.AddNewTask
{
    float: right;
    position: relative;
    /*padding: 3px 5px 3px 5px;*/
    cursor: pointer;
    font-size:13px;
}

.DivButton
{
    background-color: #005899;
    border: 1px solid #005899;
    border-radius: 2px;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.DivButtonDisabled
{
    background-color: #999999;
    border: 1px solid #999999;
}

.ButtonText
{
    color: #FFFFFF;
}

.wizNavOff
{
    color: #FFFFFF;
    border: 1px solid #bcc5c6;
    background-color: #bcc5c6;
    font-weight: normal;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px 15px 0px 15px;
    margin-left: -5px;
    margin-top: 5px;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.wizNavOn
{
    font-weight: normal;
    background-color: #005899;
    color: #FFFFFF;
    border: 1px solid #005899;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px 15px 0px 15px;
    margin-left: -5px;
    margin-top: 5px;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.wizNavSep
{
    background-color: #FFFFFF;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    
    position:relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px 5px 0px 5px;
    margin-left:-23px;
    width:7px;
    left:5px;
    display:inline-block;
    cursor:pointer;
}

.wizNavValid:after
{
    content: " \2713";  
}

.wizNavInValid:after
{
    content: " \2717";
}

.short_menu
{
    width: 2%;
    min-width: 15px;
    height: 90%!important;
    margin: 0;
    background-color: #ffffff;
    float: left;
    vertical-align: bottom;
    position: relative;
    border: 1px solid #CF7A42;
    border-radius: 2px;
    padding-left: 2px;
    padding-right: 5px;
}

.listDiv
{
    background-color: White;
    border: #E7A67B solid 1px;
    overflow: auto;
    height: 100px;
    margin: 10px 50px 5px 0px;
    max-width: 250px;
    width: 100% !important;
}

.ServiceSectionHeader
{
    color:#FFFFFF;
    padding-left:5px;
    background-color:#E7A67B;
    margin-left:0px;
    width:calc(100% - 5px);
}

.ServiceSection
{
    width: calc(100% - 12px);
    padding-bottom:5px;
    margin-bottom:5px;
}


/* Quick links service picker */
.containerSection {
    float:left;
    height:90px;
    padding:10px 0px 10px 10px;
}

.mainSection {
    float:left;
    width:45%;
    height:400px;
    background: none repeat scroll 0 0;
    margin:20px 0px 10px 20px;
    padding:10px;    
    color:white;
    text-align: center;
    font-size:1.5em;
    border:none;     
    position:relative;
}

.mainSectionQuickLinkColor {
    /*background: linear-gradient(#A9A9A9, transparent);*/
    color: #FFFFFF; 
    margin-top:10px;   
    box-shadow: #005899 4px 4px 4px 4px; 
}

.quicksection {
    min-height:100px;
    max-height:100px;
    min-width:100px;
    max-width:100px;    
    background-color: #005899;/*#EF9606;*/
    float:left;    
    overflow:hidden;
    vertical-align:bottom;
    font-size: 0.7em;       
    box-shadow: #444444 3px 3px;
    display:inline;
    position: relative;
    text-align: left;
}

.quicksection a{    
    display:block;
    height:100%;
    width: 100%;   
    padding:0px; 
}

.quicksection:hover{ 
    background-color: #005899;
}

.clickable {
    cursor:pointer;    
    text-decoration:blink;
    font-weight:bold;
}

.SectionCentreAlign{
    margin: 0px auto; 
    display: table;
    max-width:350px;
}

/**************** To show the  text at bottom ***************/
.downtext{ 
    bottom:0;
    height:100%;
    width:100%;
    display:block;
    position:absolute;  
}

.downtext span{
    margin:0px;
    padding:3px;
    padding-right:0px;
    height:30px;
    width:100%;
    bottom:0;
    background-color:#005899;
    opacity:0.8;
    color:#FFFFFF;
    display:block;
    vertical-align:bottom;
    position:absolute;  
}

.downtext .clickable span:hover{ 
    font-style:italic;
}
/**************** End ***************/

/****************************For child sections*********************/
.popup_menu{    
    position:absolute;
    left:0;
    right:0;       
    z-index:2;
    min-width:320px;
    min-height:100px;
    font-weight:bold;
    background-color: #F2AB37;
    opacity: 0.95;   
    box-shadow: #444444 2px 2px;    
}
.subSection{
    float:left;
    padding:10px;
    margin: 3px;    
    position:relative;
    padding-bottom:35px;
}
.subSection ul li{
    width:252px;
    display:inline-block;
    position: relative;
    padding: 2px 20px;     
}

.more {
    -webkit-transition: max-height 1s, margin-bottom 1s;
    transition: max-height 1s, margin-bottom 1s;   
}
.more:hover {
    max-height:1000px;
    margin-bottom: 1px;    
}
.more a {
    display:inline-block;
    position:relative;
    color: #FFFFFF;
}
.more li:hover {
    font-weight:bold;
}
.more li a:hover {
    color:#002222;
}
/****************End**************************/

img.desaturate {         
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: gray;   
    opacity:0.8;
}

.center_align {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15px;    
}
.quicksection img.center_align {
    max-width:90px;
    max-height:90px;
}
/* end of Quick links service picker */

.pg_label 
{
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.pg_label + input 
{
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.pg_input 
{
    float: right;
    margin-top: 2px;
    margin-right: 21px;
}


.pg_main 
{
    width: 290px;
}

.pg_sub 
{
    width: 268px;
}

.pg_cell 
{
    width: 10em;
}

.pg-indent 
{
    padding-left:2em;
}


.two-col
{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}



select.action_Error, textarea.action_Error, input.action_Error 
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-size: 11px;
    font-weight: normal;
}

.pad_10
{
    padding:10px;
}

.opt_bar_tab .tab_block ul li a.selected
{
	background-color:#dfdfdf;
	color: #005899;
}


.dynamicDiv
{
    width:33%;
    min-width: 310px;
    left:0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 150px !important;
    background-color: rgb(250, 250, 250);
    border: 1px solid #CCC;
    position: fixed !important;
    margin:auto !important;
    
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.16);
    
}

.dynamicDiv > div
{
    margin-top: 50px !important;
    color:#005899;
}

.notesDoc, .notesDoc:hover
{
	background: url("/Content/images/icon-document.png");
    background-repeat: no-repeat;
    height: 25px;    
    width:25px;
}

.notesDoc:hover
{
	background: url("/Content/images/icon-document-dark.png") no-repeat;
}

.scDescEdit 
{
    background: url(/Content/images/icon_edit_bw.png)  no-repeat;    
    background-position:left;
    width: 15px;  
    height: 15px;
    display: inline-block;   
    float:none;   
}

.scDescEdit:hover
{
    background: url(/Content/images/icon_edit_bw.png)  no-repeat;   
}


.CompanyPerCarrierMarkup
{
	background: url("/Content/images/icon-arrow-child.png");
    background-repeat: no-repeat;
    height: 25px;    
    width:25px;
    margin-left:10px;
    margin-right:10px;
}


.plus_icon
{
	background: url("/Content/images/plus_icon.png");
    background-repeat: no-repeat;
    height: 20px;    
    width:20px;
}

.minus_icon
{
	background: url("/Content/images/minus_icon.png");
    background-repeat: no-repeat;
    height: 20px;    
    width:20px;
}

span.breadcrumb 
{
    margin:0px;
}

.btn span
{
    margin:0px;
}

.quote section.quote__top .quote__quick-info span
{
     margin:0px;
     float:none;
}

.quote section.quote__customer-details .address h3, .quote section.quote__products-or-services h4
{
    color:#404041;
}
.breadcrumbpaneltxt
{
    width:30%;
    float:right;
    display:inline-block;
    line-height:48px;
}

.quote .black-bar h2,h3,h4,h5,h6
{
    text-transform:none;
}

.Error
{
    color:Red;
}

.add_list > tbody > tr.highlightrow
{
	color: #00aff0 !important;
}

input[type='text'].readonly
{
    color: #AAAAAA;
    border-color: #AAAAAA;
    background-color: #EEEEED;
}

.SemiTransparent{
    opacity:0.5;
}

.Opaque{
    opacity:1;
}

.Bold {
    font-weight: bold;
}

.table.normalHeaders thead th{
        font-size:14px !important;
} 

.sBar 
{
    color: #6d7983;
    margin-left: 5px;
    margin-right: 5px;
}

.endpointAddresses {
    display: flex;
    flex-wrap: wrap;
}

.endpointAddresses > address {
    display: inline-block;
    padding: 15px 15px;
    padding-right: 35px;
    background: #fff;
    min-height: 20px;
    margin: 5px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    flex-grow: 1;
    min-width: 25%;
    max-width: 50%;
}

.endpointAddresses a {
    vertical-align: top;
    position: relative;
    left: 27px;
    top: -4px;
}

tr.suspendedEndpoint, tr.suspendedEndpoint a {
    color: red;
}

div.suspendedEndpoint > label.badge {
    font-size:1.0em;
}

select.disable-control {
    pointer-events:none;
}