body {
     padding: 0;
     margin: 0;
     font-family: 'SanFranciscoDisplay-Regular';
}
a{ cursor: pointer; }
a:hover,
a:focus {
     outline: none;
     text-decoration: none;
}
a:focus {
     outline: 0 !important;
     text-decoration: none;
}
button:focus,*:focus {
     outline: none !important;
     box-shadow: none !important;
}
.table th,.table .table-title {
     font-family: 'SanFranciscoDisplay-SemiBold', Arial;
 }
 .page-wrapper{
     margin-top: 85px;
     float: left;
     width: 100%;
     padding: 20px;
 }
/*******Fonts*****/

@font-face {
     font-family: 'SanFranciscoDisplay-Semibold';
     src: url('../fonts/SanFranciscoDisplay-Semibold.woff2') format('woff2'), url('../fonts/SanFranciscoDisplay-Semibold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}
@font-face {
     font-family: 'SanFranciscoDisplay-Thin';
     src: url('../fonts/SanFranciscoDisplay-Thin.woff2') format('woff2'), url('../fonts/SanFranciscoDisplay-Thin.woff') format('woff');
     font-weight: 100;
     font-style: normal;
}
@font-face {
     font-family: 'SanFranciscoDisplay-Medium';
     src: url('../fonts/SanFranciscoDisplay-Medium.woff2') format('woff2'), url('../fonts/SanFranciscoDisplay-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
}
@font-face {
     font-family: 'SanFranciscoDisplay-Black';
     src: url('../fonts/SanFranciscoDisplay-Black.woff2') format('woff2'), url('../fonts/SanFranciscoDisplay-Black.woff') format('woff');
     font-weight: 900;
     font-style: normal;
}
@font-face {
     font-family: 'SanFranciscoDisplay-Bold';
     src: url('../fonts/SanFranciscoDisplay-Bold.woff2') format('woff2'), url('../fonts/SanFranciscoDisplay-Bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
}
@font-face {
     font-family: 'SanFranciscoDisplay-Heavy';
     src: url('../fonts/SanFranciscoDisplay-Heavy.woff2') format('woff2'), url('../fonts/SanFranciscoDisplay-Heavy.woff') format('woff');
     font-weight: 900;
     font-style: normal;
}
@font-face {
     font-family: 'SanFranciscoDisplay-Regular';
     src: url('../fonts/SanFranciscoDisplay-Regular.woff2') format('woff2'), url('../fonts/SanFranciscoDisplay-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'SanFranciscoDisplay-Light';
     src: url('../fonts/SanFranciscoDisplay-Light.woff2') format('woff2'), url('../fonts/SanFranciscoDisplay-Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
}
/*******Fonts*****/

/*header*/

.header {
     float: left;
     width: 100%;
     padding: 23px 20px;
     position: fixed;
     background: #fff;
     z-index: 9;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
     -webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
.header .navbar.navbar-expand-lg.navbar-light {
     padding: 0;
}
.header .navbar-light .navbar-nav .nav-link {
     color: #333;
     text-transform: uppercase;
     font-size: 14px;
     font-family: 'SanFranciscoDisplay-Medium';
     padding-left: 10px;
     padding-right: 10px;
}
.header .navbar-brand {
     padding: 0;
}
.header .navbar-light .navbar-nav .nav-link:hover,
.header .navbar-light .navbar-nav .nav-link:focus {
     color: #c9202b !important;
}

.nav-link.router-link-exact-active.active{ color: #c9202b !important; }

.header.header-alt .navbar-brand img {
     width: 143px;
     -webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
.header.header-alt {
     padding: 10px 20px;
     -webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
/*header*/

/*footer*/

.footer {
     float: left;
     width: 100%;
     text-align: center;
     font-size: 13px;
     color: #333333;
     padding: 20px 0;
}
/*footer*/

/*page content*/

.page-content {
     float: left;
     width: 100%;
     padding: 0 20px;
     margin-bottom: 0;
     margin-top: 0px;
     position: relative;
     /*min-height: 500px;*/
}
.page-container {
     float: left;
     width: 100%;
}
/*.page-container span {
     float: left;
     width: auto;
     font-size: 24px;
     color: #2a679d;
     margin-bottom: 10px;
     font-family: 'SanFranciscoDisplay-Light';
     display: none;
}*/
.page-container p {
     margin: 8px 0 0 0;
     padding: 0;
     float: right;
     width: auto;
     font-family: 'SanFranciscoDisplay-Bold';
     font-size: 16px;
}
/*table*/

table.rTable {
     width: 100%;
     border-collapse: collapse;
     text-align: left;
     color: #0A3F65;
     background-color: #FFFFFF;
     margin: 0;
     border: 1px solid #dddddd;
}
table tr:nth-of-type(2n) {
     background: #f8f8f8;
}
table.rTable tr {
     border-bottom: transparent;
}
table.rTable td,
table.rTable th {
     padding: 10px;


}
table.rTable th:first-child { text-align: left; }
table.rTable td:first-child { text-align: left; }
table.rTable th {
     background: #d6dee6;
     color: #333333;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: normal;
     font-family: 'SanFranciscoDisplay-Bold';
     padding: 8px 10px;
     border-right: 1px solid #fff;
     text-align: center;
}
table.rTable td {
     font-size: 13px;
     color: #333333;
     padding: 4px 10px;
     border-right: 1px solid #dddddd;
     text-align: right;
}
table.rTable td a {
     display: block;
     text-decoration: underline;
     color: #059AB0 !important;
}
.tr-green-bg {
     background: #ebf8de !important;
}
.tr-blue-bg {
     background: #d8f0fb !important;
}
.tr-orange-bg {
     background: #fff0d9 !important;
}
.single-border {
     border-bottom: 1px solid #ddd !important;
}
.tr-border {
     border-top: 1px solid #bbbbbb;
     border-bottom: 1px solid #bbbbbb !important;
}
table.rTable td.boldfont {
     font-family: 'SanFranciscoDisplay-Bold';
}
.empty-bg {
     background: #fff !important;
     border-bottom: none;
     height: 30px;
     border-top: none;
}

.empty-bg p:after {
     content: "";
     border-right: 1px solid #bbb;
     position: absolute;
     right: 0;
     height: 100vh;
     top: 0;
}

.fd-div-row.empty-bg p {
     height: 30px;
}

table.rTable .empty-bg td {
     border-right: none;
}
/*table.rTable td:first-child , table.rTable th:first-child{
     box-shadow: 5px 0 5px -5px #333;
}*/

table.rTable td:nth-child(2) , table.rTable th:nth-child(2) {

     box-shadow: inset 7px 0 5px -7px rgba(0,0,0,0.4);
}

table.rTable th:last-child {
     border-right: 1px solid #d6dee6;
}
table.rTable th:first-child , table.rTable td:first-child{ border-right: none; }




/*table*/

/*page content*/

/*loading css*/
.loading-container {
     position: fixed;
     z-index: 9999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(255,255,255,0.8);
}

.loading-container .loading {
     position: fixed;
     top: 50%;
     left: 50%;
     margin: -50px 0px 0px -50px;
}

.loading-container .loading img {
     width: 110px;
}
/*loading css*/

.activetd{
     color: #2a679d !important;
     font-family: 'SanFranciscoDisplay-Bold' !important;
     cursor: pointer;

}
.activetd:hover { text-decoration: underline;}

.page-container .dropdown {
     float: right;
     font-family: 'SanFranciscoDisplay-Bold';
     font-size: 16px;
     font-weight: normal;
     /* background: transparent; */
     margin-bottom: 5px;
}
.page-container .btn.btn-primary.dropdown-toggle {
     background: transparent;
     border: none;
     color: #212529;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
     box-shadow: none;
}
.dropdown-menu.show {
     box-shadow: 0 0 7px 1px #ddd;
     border: none;
     border-radius: 0;
}

/*.dropdown {
     float: right;
     width: auto;
     margin: 105px 0 0 0;
     padding: 0 40px;
}*/


/*fd-div-table-container*/

.fd-div-table-container {
     float: left;
     width: 100%;

     border: 1px solid #dddddd;
     position: relative;
}


.fd-div-table-top-label {
     float: left;
     width: 100%;
     /*background: #d6dee6;*/
     position: relative;
     top: 0;
     left: 0;
     z-index: 8;
     transition: all 0.4s ease;
     overflow: hidden;
}
.fd-div-table-top-label span {
     float: left;
     width: 6.213%;
     font-size: 13px;
     color: #333333;
     margin: 0;
     font-family: 'SanFranciscoDisplay-Bold';
     padding: 8px;
     text-transform: uppercase;
     /*border-right: 1px solid #fff;*/
     position: relative;
     background: #d6dee6;
     min-height: 64px;
}

.fd-div-table-top-label span:first-child {
     width: 13%;

     border: none;
}

.fd-div-blank p{
     width: 13%;
     box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     border: none;
     padding: 4px 10px;
     float: left;
     margin:0;
}


.fd-div-table-top-label span:last-child {
     border: none;
}

.fd-div-internal-table {
     float: left;
     width: 100%;
     overflow: hidden;


}
.fd-div-blank{ float: left; width: 100%; height: 30px; border-bottom: 1px solid #dddddd; }


.fd-div-row{ float: left; width: 100%; }



.fd-div-row p {
     float: left;
     width: 6.21%;
     font-size: 13px;
     color: #333333;
     margin: 0;
     text-align: right;
     padding: 4px 10px;
     text-transform: uppercase;
     /*border-right: 1px solid #dddddd;*/
     position: relative;
     font-family: 'SanFranciscoDisplay-Regular';
}


.fd-div-row p:first-child {
     width: 13%;
     text-align: left;
     box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     border: none;
}
.fd-div-row p:last-child {
     border: none;
     border-right: 1px solid #ddd;
}


.fd-div-row:nth-of-type(even) {
     background-color:#f8f8f8;
}


.boldfont {
     font-family: 'SanFranciscoDisplay-Bold';
}

#task_flyout.fixed {
     /* position: -webkit-sticky; */
     /* position: sticky; */
     position: fixed;
     padding: 0 20px;
     top: 60px;
     transition: all 0.4s ease;
     z-index: 99;
     float: left;
     width: 100%;
     left: 0;
}




.activetd {
     color: #2a679d !important;
     font-family: 'SanFranciscoDisplay-Bold';
     cursor: pointer;
}
.activetd:hover {
     text-decoration: underline;
}

.mb-3, .my-3 {
     margin-bottom: 10px !important;
     margin-top: 5px;
}





.fd-div-row p::after {
     content: "";
     border-right: 1px solid #bbb;
     position: absolute;
     right: 0;

     height: 100vh;
     top:0;
}

.fd-div-row p:last-child::after{ border-right:none;  }
.fd-div-row p:first-child::after{ border-right:none;  }


.fd-div-table-top-label span::after {
     content: "";
     border-right: 1px solid #bbb;
     position: absolute;
     right: 0;

     height: 100vh;
     top: 0;
}

.fd-div-table-top-label span:last-child::after{ border-right:none;  }
.fd-div-table-top-label span:first-child::after {
     border-right: none;
     box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     width: 100vh;
}

.fd-div-row.empty-bg p:first-child {
     height: 30px;
}
.navbar-light .navbar-brand img {
     width: 160px;
}


/*fd-div-table-container*/

.dropdown {
     float: left;
     width: 100%;
     /* padding: 20px 20px 5px 20px;
     margin: 85px 0 0 0; */

}
.custom-control.custom-checkbox.custom-control-inline {
     width: 25%;
     float: left;
     margin: 0 0 1px 0;
}
.custom-control.custom-checkbox.custom-control-inline label span {
     font-size: 13px;
}
.dropdown fieldset legend {
     font-size: 18px;
     color: #2a679d;
}
.dropdown fieldset #__BVID__16 {
     width: 100%;
}
.dropdown fieldset div {
     float: left;
     width: 100%;

}
.dropdown fieldset {
     width: 100%;
     float: left;
}

.fiterBtn {
     width: auto;
     float: left;
     margin-bottom: 0px;
}

.hideShowFilter {
     float: left;
     width: 100%;

}

.fiterBtn span {
     color: #333333;
     float: left;
     cursor: pointer;
}

.selected-filters {
     float: left;
     width: auto;
     border: 1px solid #d3dee3;
     border-radius: 5px;
     padding: 3px 5px;
     font-size: 13px;
     color: #4d646f;
     margin: 0 10px 10px 0;
}
.selected-filters a {
     float: right;
     margin-left: 5px;
     color: #a5bbc5;
     font-size: 13px;
}

.selected-filters a:hover {
     color: #a5bbc5;
}



.fiterBtn select {
     float: left;
     width: 95px !important;
     border: none;

     margin: -6px 0 0 0 !important;
     line-height: normal;
     font-size: 15px;
     vertical-align: top;
}

.year-container {
     float: left;
     width: auto;
     /*margin-left: 100px;*/
}
.report-type-container {
     float: left;
     width: 100%;
     /*margin-left: 50px;*/
}
.report-type-container .report-type{
     float: left;
}
.report-type-container .report-selection{
     float: left;
}
.year-container p {
     float: left;
     margin-right: 0px;
     margin-bottom: 0;
}
.comparison-year {float: left;}
.report-main {float: left; width: 100%;}

.hidden-menu::before {
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 7px solid #444;
     content: "";
     float: right;
     margin: 10px 0 0 7px;
}



.show-menu::after {
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;

     border-bottom: 7px solid #098de1;
     content: "";
     float: right;
     margin: 10px 0 0 7px;
}

.hideShowFilter button {
     background: #098de1;
     padding: 4px 15px;
     font-size: 15px;
     border-bottom: 2px solid #076eb0;
     margin-top: 10px;

}


.hideShowFilter button:hover {
     background: #076eb0;


     border-bottom: 2px solid #098de1;
}

span.show-menu {
     color: #098de1;
}

.filter-count {
     float: right;
}
.filter-count p {
     font-size: 12px;
     color: #71aa3f;
     margin: 4px 0 0 0;
}

.filter-hide {
     float: right;
     margin: 0 35px;
}

.filter-hide a {
     font-size: 14px;
     color: #098de1 !important;
     font-family: 'SanFranciscoDisplay-Medium';
     text-decoration: underline !important;

}

/*.filter-hide a:hover {

     text-decoration: none !important;
}*/


.filter-clear {
     float: right;
}

.filter-clear a {
     font-size: 14px;
     color: #ff0000 !important;
     font-family: 'SanFranciscoDisplay-Medium';
     text-decoration: underline !important;
}

.filter-clear a:hover {

     text-decoration: none !important;
}

.btn-bt-container { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; float: left; width: 100%; }



.fd-div-table-top-label span:nth-child(2)::after , .fd-div-table-top-label span:first-child::after{ right: -1px; z-index: 9; }
.fd-div-table-top-label span:nth-child(8)::after{ right: 1px;  }
.fd-div-table-top-label span:nth-child(9)::after{ right: 1px;  }
.fd-div-table-top-label span:nth-child(10)::after{ right: 1px;  }
.fd-div-table-top-label span:nth-child(11)::after{ right: 1px;  }
.fd-div-table-top-label span:nth-child(12)::after{ right: 1px;  }
.fd-div-table-top-label span:nth-child(13)::after{ right: 2px;  }
.fd-div-table-top-label span:nth-child(14)::after{ right: 2px;  }


.export-btn .btn.btn-primary {
     padding: 3px 15px;
     font-size: 15px;
     margin-left: 10px;
     margin-right: 5px;
     float: left;
}

.export-btn {
     float: right;
     margin-bottom: 15px;
     position: static;
     right: 20px;
}

.custom-select {
     background: url(../images/dp.png) !important;
     background-repeat: no-repeat !important;
     background-position: 65px 16px !important;
     margin-left: 0 !important;
}

.compare-year .custom-control.custom-checkbox.custom-control-inline {
     width: auto;
}
.compare-year {
     float: left;
}
.filter-right-section {
     float: left;
}
.compare-year .year-container {
     margin-left: 15px;
}

.page-container.compare-page-container .fix-row {
     float: left;
     width: 100%;
     overflow: hidden;
     /* position: relative; */
}

.page-container.yearly-page-container .fix-row {
     float: left;
     width: 100%;
     overflow: hidden;
     /* position: relative; */
}

.page-container.compare-page-container .fd-div-table-top-label {
     z-index: 9;
     width: 12740px;
     /* position: absolute; */
     overflow: unset;
     left: 0;
}

.page-container.yearly-page-container .fd-div-table-top-label {
     z-index: 0;
     width: 12740px;
     /* position: absolute; */
     overflow: unset;
     left: 0;
}

.page-container.compare-page-container .fd-div-table-container {
     overflow-y: hidden;
     overflow-x: auto;
}

.page-container.yearly-page-container .fd-div-table-container {
     overflow-y: hidden;
     overflow-x: auto;
}



.page-container.compare-page-container .fd-div-internal-table {
     float: left;
     width: 12740px;
     padding: 0;
     overflow: unset;
}

.page-container.yearly-page-container .fd-div-internal-table {
     float: left;
     width: 12740px;
     padding: 0;
     overflow: unset;
}

.page-container.compare-page-container .fd-div-table-top-label span {width: 110px;}
.page-container.compare-page-container .fd-div-row p {width: 110px;}
.page-container.compare-page-container {
     overflow-x: scroll;
}

.page-container.compare-page-container .fd-div-table-top-label span:first-child {
     width: 140px;
     min-height: 64px;
     border: none;
     position: -webkit-sticky;
     position: sticky;
     left: 0;
     background: #d6dee6;
     z-index: 10;
}

.page-container.compare-page-container .fd-div-table-top-label span:nth-child(2) {
     margin-left: 0;
}

.page-container.compare-page-container .fd-div-row p:first-child {
     width: 140px;
     text-align: left;
     box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     border: none;
     position: -webkit-sticky;
     position: sticky;
     background: #fff;
     /* overflow: scroll; */
     left: 0;
     /* padding-left: 100px; */
     z-index: 8;
}
.page-container.compare-page-container .fd-div-row p:nth-child(2) {
     padding-left: 0;
}

.page-container.compare-page-container #task_flyout.fixed {
     position: fixed;
     top: 53px;
     transition: all 0.4s ease;
     padding: 0;
     left: 20px;
     right: 20px;
     width: auto;
}


.page-container.compare-page-container .fd-div-blank p { display: none; }

.page-container.compare-page-container .fd-div-row p::after {
     content: "";
     border-right: 1px solid #bbb;
     position: absolute;
     right: 0;
     height: 100vh;
     bottom: 0;
     top: inherit;
}

.page-container.compare-page-container .fd-div-blank {
     float: left;
     width: 100%;
     height: 30px;
     border-bottom: 1px solid #dddddd;
     background: #fff;
     z-index: 9;
     position: relative;
}









.page-container.yearly-page-container .fd-div-table-top-label span {width: 110px;}
.page-container.yearly-page-container .fd-div-row p {width: 110px;}
.page-container.yearly-page-container {
     overflow-x: auto;
}

.page-container.yearly-page-container .fd-div-table-top-label span:first-child {
     width: 140px;
     min-height: 64px;
     border: none;
     position: -webkit-sticky;
     position: sticky;
     left: 0;
     background: #d6dee6;
     z-index: 10;
}

.page-container.yearly-page-container .fd-div-table-top-label span:nth-child(2) {
     margin-left: 0;
}

.page-container.yearly-page-container .fd-div-row p:first-child {
     width: 140px;
     text-align: left;
     box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     border: none;
     position: -webkit-sticky;
     position: sticky;
     background: #fff;
     /* overflow: scroll; */
     left: 0;
     /* padding-left: 100px; */
     z-index: 8;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}
.page-container.yearly-page-container .fd-div-row p:nth-child(2) {
     padding-left: 0;
}

.page-container.yearly-page-container #task_flyout.fixed {
     position: fixed;
     top: 54px;
     transition: all 0.4s ease;
     padding: 0;
     left: 40px;
     right: 20px;
     width: auto;
}


.page-container.yearly-page-container .fd-div-blank p { display: none; }

.page-container.yearly-page-container .fd-div-row p::after {
     content: "";
     border-right: 1px solid #bbb;
     position: absolute;
     right: 0;
     height: 100vh;
     bottom: 0;
     top: inherit;
}

.page-container.yearly-page-container .fd-div-blank {
     float: left;
     width: 100%;
     height: 30px;
     border-bottom: 1px solid #dddddd;
     background: #fff;
     z-index: 9;
     position: relative;
}








.filtersblocks {
     float: left;
}

.filtersblocks span {
     margin-right: 25px;
}

.custom-radio-container .custom-control {
     float: left;
     width: auto;
     font-size: 14px;

}
.dropdown .report-type fieldset {
     margin-bottom: 5px;
}
.report-selection {
     float: left;
     width: 100%;
}
#yearlyChkbox , #halfYearlyChkbox , #quarterlyChkbox {
     width: 40%;
}


/*** Testing CSS 04-03-2019**/
.fd-div-row:nth-of-type(even) {
     background-color:#fff;
}
.fd-div-row:nth-of-type(even) p {
     background-color:#f8f8f8;
}
.fd-div-row.tr-green-bg.tr-border p { background: #ebf8de !important;  }
.tr-green-bg {
     background: #fff !important;
}
.tr-border {
     border-top: none;
     border-bottom: none !important;
}


.fd-div-row.tr-blue-bg.tr-border p{  background: #d8f0fb !important; }

.tr-blue-bg {
     background: #fff !important;
}

.fd-div-row.tr-orange-bg.tr-border p{  background: #fff0d9 !important;}

.tr-orange-bg {
     background: #fff !important;
}

.fd-div-table-container {
     float: left;
     width: 100%;
     border: none;
     position: relative;
}

.fd-div-row p:first-child {
     width: 13%;
     text-align: left;
     box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     border: none;
     border-left: 1px solid #ddd;
}

.fd-div-blank p {
     width: 13%;
     box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     border: none;
     padding: 4px 10px;
     float: left;
     margin: 0;
     border-left: 1px solid #ddd !important;
}

.fd-div-row:last-child p {
     border-bottom: 1px solid #ddd !important;
}
.fd-div-blank {
     float: left;
     width: 100%;
     height: 30px;
     border-bottom: none;
     border-right: 1px solid #ddd;
}
.fd-div-row {
     float: left;
     width: 100%;
     border-right: none;
}

.fd-div-row p:last-child {
     border: none;
     border-right: 1px solid #ddd;
}

.fd-div-row p {
     float: left;
     width: 6.213%;
     font-size: 13px;
     color: #333333;
     margin: 0;
     text-align: right;
     padding: 4px 10px;
     text-transform: uppercase;
     /* border-right: 1px solid #dddddd; */
     position: relative;
     font-family: 'SanFranciscoDisplay-Regular';
     min-height: 28px;
}
.fd-div-table-top-label span:nth-child(14)::after {
     right: 0px;
}
.fd-div-table-top-label span:nth-child(13)::after {
     right: 0px;
}
.fd-div-table-top-label span:nth-child(12)::after {
     right: 0px;
}
.fd-div-table-top-label span:nth-child(11)::after {
     right: 0px;
}
.fd-div-table-top-label span:nth-child(10)::after {
     right: 0px;
}
.fd-div-table-top-label span:nth-child(9)::after {
     right: 0px;
}
.fd-div-table-top-label span:nth-child(8)::after {
     right: 0px;
}
.fd-div-table-top-label span:nth-child(2)::after, .fd-div-table-top-label span:first-child::after {
     right: 0px;
     z-index: 9;
}
.page-container.compare-page-container .fd-div-row p:first-child {
     width: 140px;
     text-align: left;
     box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     border: none;
     position: -webkit-sticky;
     position: sticky;
     background: #fff;
     /* overflow: scroll; */
     left: 0;
     /* padding-left: 100px; */
     z-index: 8;
     border-left: 1px solid #ddd;
}
.page-container.yearly-page-container .fd-div-row p:first-child {
     width: 140px;
     text-align: left;
     box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     border: none;
     position: -webkit-sticky;
     position: sticky;
     background: #fff;
     /* overflow: scroll; */
     left: 0;
     /* padding-left: 100px; */
     z-index: 8;
     border-left: 1px solid #ddd;
}
p.success-cls {
     color: green !important;
     /*color: #fff;*/
}
p.danger-cls {
     color: red !important;
     /*color: #fff;*/
}

#yearlyChkbox .custom-control.custom-checkbox.custom-control-inline {
     width: 33%;
     float: left;
     margin: 0 0 1px 0;
}
/*** Testing CSS 04-03-2019**/

/*sidebar*/
.sidenav {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 1;
     top: 0;
     right: 0;
     background-color: transparent;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 0;
     z-index: 999;
     box-shadow: none;
}



.sidenav .closebtn {
     position: absolute;
     top: 7px;
     right: 7px;
     font-size: 36px;
     margin-left: 0;
     font-weight: 300;
     font-family: 'SanFranciscoDisplay-Thin';
     color: #fff;
     transition: 0.3s;
     background: #2a679d;
     width: 45px;
     text-align: center;
     height: 45px;
     line-height: 37px;
}

.sidenav .closebtn:hover { color: #fff; transition: 0.3s; text-decoration: none;}

/*.rightsticky {
     cursor: pointer;
     position: fixed;
     z-index: 99;
     right: 0px;
     bottom: 0px;
     writing-mode: tb-rl;
     text-transform: capitalize;
     transform: rotate(180deg);
     background: #d6dee6;
     padding: 10px 5px;
     top: 50%;
     bottom: 0;
     height: 115px;
}*/

.rightsticky {
     background: #007bff;
     border: 1px solid #007bff;
     padding: 3px 15px;
     font-size: 15px;
     color: #fff;
     border-radius: .25rem;
     float: left;
     cursor: pointer;
     margin-right: 5px;
}
.rightsticky:hover {
     color: #fff;
     background-color: #0069d9;
     border-color: #0062cc;
}
.sidenav-container {
     float: right;
     width: 420px;
     padding: 90px 15px 30px 30px;
     margin-top: 0;
     background: #fff;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
     height: 100vh;
     transition: 0.5s;
}

.sidebarlinks-container{ float: left; width: 100%; }
.sidebarlinks {
     float: left;
     width: 95%;
     margin-bottom: 10px;
     border-bottom: 1px solid #eee;
     padding-bottom: 10px;
}
.sidelinks {
     float: left;
     width: 85%;

}
.sidelinks a { float: left; width: 100%; font-size: 16px; color: #333; line-height: normal; }
.sidelinks a:hover { text-decoration: none; }
.sidelinksdelete {
     float: right;
     width: 21px;
     height: 21px;
     background: #ddd;
     border-radius: 100px;
     text-align: center;
     line-height: 17px;

}
.sidelinksdelete a{ color: #666; font-size: 13px; }
.sidebarlinks-container {
     float: left;
     width: 100%;
     height: auto;
     overflow-x: auto;
}
.sidenav-container button {
     margin-top: 30px;
     float: left;
     padding: 3px 15px;
}

.sidebarlinks .form-check {
     width: auto;
     float: left;
     line-height: normal;
}

.sidebarlinks .form-check a {
     color: #333;
}
.sidebarlinks .form-check .form-check-label {
     font-size: 15px;
}

.sidebarlinks .form-check .form-check-label .form-check-input {
     position: absolute;
     margin-top: -11px;
     margin-left: -1.25rem;
}
/*sidebar*/


.sidenav-container .form-control:focus{ box-shadow: none; border: 1px solid #ced4da; }
.custom-select:focus {
     border-color: transparent !important;
     outline: 0;
     box-shadow: none !important;
}
.fd-div-blank{display:none;}
.selectedFilterContainer {
     float: left;
     width: 100%;
     margin: 5px 0 0 0;
}
.fd-div-row:nth-of-type(even) p {
     background-color: #f8f8f8 !important;
}

.sidebarsearch {
     position: relative;
     float: left;
     width: 100%;
}


.sidebarsearch a {
     position: absolute;
     right: 10px;
     top: 7px;
}

.sidebarlinks-container .selected-filters {
     border: 1px solid #d8f0fb;
     background: #d8f0fb;
     padding: 5px 10px;
}
.sidebarlinks-container .selected-filters a {
     color: #000;

}
.showBudget {
     float: left;
     width: auto;
     margin-right: 15px;
}

#child_0 #fd-div-p0 {
     padding-left: 20px;
     background: #fff !important;
}
#child_0 .fd-div-child-p0 {
     background: #fff !important;
}

#main_0 #fd-div-p0 .fa.fa-caret-down {
     font-size: 16px;

}

.custom-first p{
     padding-left: 15px;
     word-break: break-all;
}

.custom-first div p{
     padding-left: 25px;
     word-break: break-all;
}

.custom-second p{
     padding-left: 25px;
     word-break: break-all;
}

.custom-first p, .custom-second p, .custom-third p {
     /* min-height: 50px; */
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}
.custom-control.custom-checkbox {
     float: left;
}

section.main-trnasaction-detail {
     margin-top: 85px;
     float: left;
     width: 100%;
     padding: 20px;
}

.custom-table-name{ float: left; width: 100%; font-size: 20px; color: #000; padding-bottom: 15px;}

.trBlueBg{
     background:#dbe8f7 !important;
}

.trnasaction-detail-filters {
     float: left;
     width: 100%;
     margin-bottom: 20px;
}
.trnasaction-detail-filters .vdp-datepicker {
     float: left;
     margin-right: 0;
     margin-left: 0;

}
.trnasaction-detail-filters .vdp-datepicker input {
     
     border-radius: 5px;
    border:1px solid #ddd;
    float: left;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 10px;
}

.trnasaction-detail-filters button { margin-left:10px; float: left; font-size: 14px; padding: 5px 15px;}

.trnasaction-detail-filters input {  padding: 7px 10px 6px 10px;
     border-radius: 5px;
     border:1px solid #ddd;float: left; font-size: 14px; padding: 5px 15px; margin-right:10px;}

.main-trnasaction-detail .tab-content > .active {
     display: block;
     float: left;
     width: 100%;
     padding-left: 0;
     padding-right: 0;
     padding-top: 1px;
}
.main-trnasaction-detail .card-header {
     background: transparent;
     border: none;
     padding-left: 10px;
}
.main-trnasaction-detail .card {
     border: none;
     float: left;
     width: 100%;
}
.main-trnasaction-detail table td {
     font-size: 13px;
     border: none;
     border-right: 1px solid #dee2e6;
}
.main-trnasaction-detail table thead th {
     font-size: 14px;
     font-weight: normal;
     text-transform: uppercase;
     font-family: 'SanFranciscoDisplay-Bold';
     border-bottom: 1px solid #dee2e6;
     background: #d6dee6;
     border-right: 1px solid #ccc;
}

.main-trnasaction-detail table tbody th {
     font-size: 14px;
     font-weight: normal;
     text-transform: uppercase;
     font-family: 'SanFranciscoDisplay-Bold';
     border-bottom: 1px solid #dee2e6;
     border: none;
     border-right: 1px solid #dee2e6;
}

.main-trnasaction-detail table {
     border: 1px solid #dee2e6;
}
.main-trnasaction-detail .nav-tabs .nav-link {
     font-size: 15px;
     color: #000;
     padding: 5px 20px;
     border-radius: 5px;
     border: 1px solid #dee2e6;
     margin-right: 5px;
}
.main-trnasaction-detail .card .custom-table-name-default {
     font-size: 15px;
     text-align: center;
     padding-top: 15px;
     border: 1px solid #dee2e6;
}

.main-trnasaction-detail .card .custom-table-name {
     font-size: 15px;
     text-align: left;
     padding-top: 15px;
     border: 1px solid #dee2e6;
     color: #333;
     font-family: 'SanFranciscoDisplay-Bold';
     padding-left: 15px;
     text-transform: uppercase;
}


.main-trnasaction-detail .nav-tabs .nav-link.active, .main-trnasaction-detail .nav-tabs .nav-item.show .nav-link {
     color: #fff;
     background-color: #fff;
     border-color: #007bff;
     background: #007bff;
}

.main-trnasaction-detail .tab-content p button {
     font-size: 14px;
     padding: 5px 15px;
    
     float: right;
     margin: 0 0 10px 10px;
}

.main-trnasaction-detail .vdp-datepicker__calendar .cell.selected {
     background: #007bff !important;
     color: #fff !important;
}
.main-trnasaction-detail .vdp-datepicker__calendar .cell{ font-size: 14px !important;  }


.nav-link.logout {
     
     font-size: 15px;
    
     float: right;
     background: #bb3639;
     border: 1px solid #bb3639;
     color: #fff;
     border-radius: 5px;
    padding: 0;
     width: 77px;
     height: 31px;
     line-height: 29px;
     text-align: center;
}

.nav-link.logout:hover { color: #fff; background: #962628; }

.aar-menu-dropdown ul {
     float: left;
     padding: 0;
     margin: 0;
     position: absolute;
     background: #fff;
     box-shadow: 0 0 7px 1px #ddd;
     list-style: none;
     top: 40px;
     width: 200px;
     right: 0px;
     padding: 25px 25px 25px 25px;
}

.aar-menu-dropdown ul li:last-child{
    padding-bottom: 0;
}

.aar-menu-dropdown ul li { float: left; width: 100%; padding-bottom: 15px;}
.aar-menu-dropdown {
     float: right;
     width: auto;
     position: relative;
     margin-right: 40px;
     position: fixed;
     top: 25px;
     right: 300px;
     z-index: 999;
}
.aar-menu-dropdown ul li a {
    float: left;
    width: 100%;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'SanFranciscoDisplay-Medium';
    
}

.selected-aar-menu span {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'SanFranciscoDisplay-Medium';
    color: #c9202b;
}

.aar-menu-dropdown ul li a:hover { text-decoration: underline; }
.selected-aar-menu::before {
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 7px solid #444;
     content: "";
     float: right;
     margin: 10px 0 0 10px;
}
.selected-aar-menu{ padding: 0 25px; }
.navbar-toggler {
     display: none;
}
.navbar-light .navbar-brand img.mobilelogo {
     display: none;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-alt {
     top: 16px;
}
.aar-menu-dropdown ul li .nav-link.logout.ml-auto {
     display: none;
}

.trnasaction-detail-filters.freightrecovery-filter .dropdown {
     margin-top: 0;
     padding-top: 0;
     width: 250px;
     padding-left: 0;
     padding-right: 0;
     margin-right: 10px;
}
.trnasaction-detail-filters.freightrecovery-filter button {
     margin-left: 0;
}

.main-transaction-table.inboundDetail {
     float: left;
     width: 50%;
}
.main-transaction-table.inboundDetail .fd-div-table-top-label span { width: 20%; }
.main-transaction-table.inboundDetail .fd-div-row p { width: 20%; }
.main-transaction-table.inboundDetail .fd-div-row p:first-child { width: 30%; }
.main-transaction-table.inboundDetail .fd-div-table-top-label span:first-child { width: 30%; }

.main-transaction-table.inboundDetail #task_flyout.fixed {
     position: inherit;
     position: inherit;
     padding: inherit;
}

.main-transaction-table.policyLowDollarDetail {
     float: left;
     width: 100%;
}
.main-transaction-table.policyLowDollarDetail .fd-div-table-top-label span { width: 15%; }
.main-transaction-table.policyLowDollarDetail .fd-div-row p { width: 15%;  }
.main-transaction-table.policyLowDollarDetail .fd-div-row p:first-child { width: 30%; }
.main-transaction-table.policyLowDollarDetail .fd-div-table-top-label span:first-child { width: 30%; }

.main-transaction-table.policyLowDollarDetail #task_flyout.fixed {
     position: inherit;
     position: inherit;
     padding: inherit;
}

.aar-menu-dropdown.ml-auto.aar-menu-dropdown-third .aar-menu-dropdown-third-ul {
     position: absolute;
     right: auto;
     top: 30px;
     background: #f9f9f9;
     z-index: 9;
     padding: 13px 15px;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-third li {
     position: relative;
}
.aar-menu-dropdown li:hover .aar-menu-dropdown-third-ul {
     display: block;
}
.aar-menu-dropdown-third-ul {
     display: none;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-third .aar-menu-dropdown-third-ul li {
     position: relative;
     padding-bottom: 5px;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-third .aar-menu-dropdown-third-ul li:last-child {
     padding-bottom: 0;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-third .aar-menu-dropdown-third-ul li a {
     font-size: 13px;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-third li.secondmenu::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0.3em solid;
     border-right: 0.3em solid transparent;
     border-bottom: 0;
     border-left: 0.3em solid transparent;
     position: absolute;
     right: 0;
     top: 8px;
}

.aar-menu-dropdown.ml-auto.aar-menu-dropdown-second .aar-menu-dropdown-second-ul {
     position: absolute;
     right: auto;
     /* left: 0;
      */
     top: 30px;
     background: #f9f9f9;
     z-index: 9;
     padding: 13px 15px;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-second li {
     position: relative;
}
.aar-menu-dropdown li:hover .aar-menu-dropdown-second-ul {
     display: block;
}
.aar-menu-dropdown-second-ul {
     display: none;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-second .aar-menu-dropdown-second-ul li {
     position: relative;
     padding-bottom: 5px;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-second .aar-menu-dropdown-second-ul li:last-child {
     padding-bottom: 0;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-second .aar-menu-dropdown-second-ul li a {
     font-size: 13px;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-second li.secondmenu::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border-top: 0.3em solid;
     border-right: 0.3em solid transparent;
     border-bottom: 0;
     border-left: 0.3em solid transparent;
     position: absolute;
     right: 0;
     top: 8px;
}
.FD_Custom_Table_Container {
     float: left;
     width: 100%;
     margin-bottom: 30px;
     overflow-y: auto;
}
.FD_Custom_Table_Container table {
     float: left;
     width: 100%;
}
.FD_Custom_Table_Container table th{
     border: 1px solid #ddd;
     padding: 4px 10px;
     font-family: 'SanFranciscoDisplay-Bold';
     font-size: 14px;
}
.FD_Custom_Table_Container table td {
     border: 1px solid #ddd;
     padding: 4px 10px;
     font-size: 13px;
}
.FD_Custom_Table_Container table tr:first-child th {
     background: #d6dee6;
     font-size: 16px;
}

/*Custom_Nested_Table_Container*/

.Custom_Nested_Table_Container {
     float: left;
     width: 100%;
     padding: 20px;
}
.Custom_Nested_Table_Container strong { font-weight: normal; font-family: 'SanFranciscoDisplay-Bold'; }
.Custom_Nested_Table_Container table tr:nth-of-type(2n) {
     background: transparent;
}
.FD_Custom_Table_Container .Custom_Nested_Table_Top table td {
     width: auto;
     float: left;
     font-size: 14px;
     padding: 1px 0;
     font-family: 'SanFranciscoDisplay-Regular';
     border: none;
}
.Custom_Nested_Table_Bottom { float: left; width: 100%; }
.FD_Custom_Table_Container .Custom_Nested_Table_Bottom table td {
     font-family: 'SanFranciscoDisplay-Regular';
     font-size: 14px;
     padding: 1px 0;
     border: none;
}
.FD_Custom_Table_Container table .Custom_Nested_Table_Bottom table th {
     font-size: 14px;
     font-family: 'SanFranciscoDisplay-Bold';
     background: transparent;
     border: none;
     padding: 0;
}
.Custom_Nested_Table_Internal_Container {
     float: left;
     width: 100%;
     /*padding-left: 100px;*/
}
.FD_Custom_Table_Container .Custom_Nested_Table_Top table {
     float: left;
     width: 100%;
     border: none;
}
.main-trnasaction-detail .Custom_Nested_Table_Bottom table {
     border: none;
}
.FD_Custom_Table_Container table td p {
     margin: 0;
}
.Custom_Nested_Table_Top {
     float: left;
     width: 100%;
     border-bottom: 1px solid #ddd;
     padding-bottom: 15px;
     margin-bottom: 15px;
}
.main-transaction-table.inboundDetail .fd-div-table-top-label span:first-child::after {
     box-shadow: none;
     border-right: 1px solid #bbb;
}
.main-transaction-table.inboundDetail .fd-div-row p:first-child {
     
     box-shadow: none;
     border-right: 1px solid #bbb;
}

.main-transaction-table.policyLowDollarDetail .fd-div-table-top-label span:first-child::after {
     box-shadow: none;
     border-right: 1px solid #bbb;
}
.main-transaction-table.policyLowDollarDetail .fd-div-row p:first-child {
     
     box-shadow: none;
     border-right: 1px solid #bbb;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-second {
     right: 500px;
}
.aar-menu-dropdown.ml-auto.aar-menu-dropdown-charts {
     right: 675px;
}

.main-transaction-table button{
    margin-bottom: 15px;
}
.trnasaction-detail-filters fieldset {
    width: 100%;
}
.tab-content button{
    margin-bottom: 10px;
}

.aar-top-menu{
     float: right;
    width: auto;
    position: relative;
    margin-right: 40px;
    position: fixed;
    top: 25px;
    right: 300px;
    z-index: 999;
}
.aar-top-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.aar-top-menu ul li{
     display: inline-block;
     margin-right: 20px;
 }
 .aar-top-menu ul li a{
     color: #333;
     text-transform: uppercase;
     font-size: 14px;
     font-family: 'SanFranciscoDisplay-Medium';
     text-decoration: none;
 }
 .aar-top-menu ul li a.router-link-active{
     font-family: 'SanFranciscoDisplay-Medium';
     color: #c9202b;
 }

.fd-div-row.custom-second:nth-of-type(odd) p {
    background-color: #fff !important;
}
.fd-div-row.custom-second:nth-of-type(even) p {
    background-color: #f8f8f8 !important;
}

.fd-div-row.custom-third:nth-of-type(odd) p {
    background-color: #fff !important;
}
.fd-div-row.custom-third:nth-of-type(even) p {
    background-color: #f8f8f8 !important;
}
.mobile-section{display: none;}

/*.main-transaction-table.main-transaction-table-serviceWip .fd-div-row p::after { border-right: none; }
.main-transaction-table.main-transaction-table-serviceWip .fd-div-table-top-label span::after { border-right:none; }
.main-transaction-table.main-transaction-table-serviceWip .fd-div-row p:first-child {box-shadow: none;}
.main-transaction-table.main-transaction-table-serviceWip .fd-div-table-top-label span:first-child::after { box-shadow: none; }
.main-transaction-table.main-transaction-table-serviceWip .fd-div-row p:first-child { border-left:none; }

.main-transaction-table.main-transaction-table-serviceWip .fd-div-row:nth-of-type(even) p {
    background-color: #fff !important;
}

.main-transaction-table.main-transaction-table-serviceWip .fd-div-row p:last-child { border-right:none; }*/

.main-transaction-table.main-transaction-table-serviceWip p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}







.main-transaction-table.main-transaction-table-serviceWip .fd-div-table-top-label span { min-height: 75px; }
.main-transaction-table.main-transaction-table-serviceWip #task_flyout.fixed { top: 53px; }


.trnasaction-detail-filters.trnasaction-detail-filters-helditems h5 {
    float: left;
    width: auto;
}
.trnasaction-detail-filters.trnasaction-detail-filters-helditems button {
    float: right;
}

.helditemsbtn { margin-bottom: 10px; }

.main-transaction-table.inboundDetail .fd-div-row.FRB_Height p { min-height: 50px; }
.alnright { text-align: right; }

/*Custom_Nested_Table_Container*/

/*responsive*/

@media (max-width: 1280px) {




     .fd-div-row:nth-of-type(even) {
          background-color:#fff;
     }
     .fd-div-row:nth-of-type(even) p {
          background-color:#f8f8f8 !important;
     }
     .fd-div-row.tr-green-bg.tr-border p { background: #ebf8de !important;  }
     .tr-green-bg {
          background: #fff !important;
     }
     .tr-border {
          border-top: none;
          border-bottom: none !important;
     }


     .fd-div-row.tr-blue-bg.tr-border p{  background: #d8f0fb !important; }

     .tr-blue-bg {
          background: #fff !important;
     }

     .fd-div-row.tr-orange-bg.tr-border p{  background: #fff0d9 !important;}

     .tr-orange-bg {
          background: #fff !important;
     }

     .fd-div-table-container {
          float: left;
          width: 100%;
          border: none;
          position: relative;
     }

     .fd-div-row p:first-child {
          width: 13%;
          text-align: left;
          box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
          border: none;
          border-left: 1px solid #ddd;
     }

     .fd-div-blank p {
          width: 13%;
          box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
          border: none;
          padding: 4px 10px;
          float: left;
          margin: 0;
          border-left: 1px solid #ddd !important;
     }

     .fd-div-row:last-child p {
          border-bottom: 1px solid #ddd !important;
     }
     .fd-div-blank {
          float: left;
          width: 100%;
          height: 30px;
          border-bottom: none;
          border-right: 1px solid #ddd;
     }
     .fd-div-row {
          float: left;
          width: 100%;
          border-right: none;
     }

     .fd-div-row p:last-child {
          border: none;
          border-right: none;
          border-bottom: none;
     }

     .fd-div-row p {
          float: left;
          width: 6.213%;
          font-size: 13px;
          color: #333333;
          margin: 0;
          text-align: right;
          padding: 4px 10px;
          text-transform: uppercase;
          /* border-right: 1px solid #dddddd; */
          position: relative;
          font-family: 'SanFranciscoDisplay-Regular';
          border-bottom: none;
     }
     .fd-div-table-top-label span:nth-child(14)::after {
          right: 0px;
     }
     .fd-div-table-top-label span:nth-child(13)::after {
          right: 0px;
     }
     .fd-div-table-top-label span:nth-child(12)::after {
          right: 0px;
     }
     .fd-div-table-top-label span:nth-child(11)::after {
          right: 0px;
     }
     .fd-div-table-top-label span:nth-child(10)::after {
          right: 0px;
     }
     .fd-div-table-top-label span:nth-child(9)::after {
          right: 0px;
     }
     .fd-div-table-top-label span:nth-child(8)::after {
          right: 0px;
     }
     .fd-div-table-top-label span:nth-child(2)::after, .fd-div-table-top-label span:first-child::after {
          right: 0px;
          z-index: 9;
     }
     .page-container.compare-page-container .fd-div-row p:first-child {
          width: 140px;
          text-align: left;
          box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
          border: none;
          position: -webkit-sticky;
          position: sticky;
          background: #fff;
          /* overflow: scroll; */
          left: 0;
          /* padding-left: 100px; */
          z-index: 8;
          border-left: 1px solid #ddd;
     }

     .page-container.yearly-page-container .fd-div-row p:first-child {
          width: 140px;
          text-align: left;
          box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
          border: none;
          position: -webkit-sticky;
          position: sticky;
          background: #fff;
          /* overflow: scroll; */
          left: 0;
          /* padding-left: 100px; */
          z-index: 8;
          border-left: 1px solid #ddd;
     }

     .header .navbar-light .navbar-nav .nav-link{ font-size: 14px; }

     .page-container.compare-page-container .fd-div-table-top-label {width: 5750px;}
     .page-container.compare-page-container .fd-div-internal-table {width: 5750px;}
     .page-container.compare-page-container .fd-div-table-top-label span {width: 100px;}
     .page-container.compare-page-container .fd-div-row p {width: 100px;}

     .page-container.yearly-page-container .fd-div-table-top-label {width: 5750px;}
     .page-container.yearly-page-container .fd-div-internal-table {width: 5750px;}
     /*.page-container.yearly-page-container .fd-div-table-top-label span {width: 100px;}*/
     /*.page-container.yearly-page-container .fd-div-row p {width: 100px;}*/


     .compare-year {
          float: left;
          width: auto;
     }
     .compare-year .year-container {
          margin-left: 5px;
          float: left;
     }
     .custom-control.custom-checkbox.custom-control-inline {
          width: 25%;
          float: left;
          margin: 0 0 5px 0;
     }




     #task_flyout.fixed {
          position: fixed;
          top: 53px;
          transition: all 0.4s ease;
          padding: 0;
          left:20px;
          right:20px;
          width: auto;
     }

     .fd-div-table-top-label{ position: inherit; z-index: inherit; width: 1350px;}
     .fd-div-internal-table {
          float: left;
          width: 1350px;
          margin: 0;
          overflow: unset;
          height: auto;
     }
     .fd-div-table-container {
          overflow-y: hidden;
          overflow-x: auto;
     }
     .fd-div-table-top-label span{ font-size: 14px; }
     .fd-div-blank{ display: none; }
     .fd-div-table-top-label span:nth-child(2) {
          margin-left: 0;
     }
     .fd-div-table-top-label span:first-child {
          width: 140px;
          min-height: 64px;
          border: none;
          position: -webkit-sticky;
          position: sticky;
          left: 0;
          background: #d6dee6;
          z-index: 10;
     }
     .fd-div-row p:first-child {
          width: 140px;
          text-align: left;
          box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
          border: none;
          position: -webkit-sticky;
          position: sticky;
          background: #fff;
          /* overflow: scroll; */
          left: 0;
          /* padding-left: 100px; */
          z-index: 8;
          border-left: 1px solid #ddd;
          border-bottom: 1px solid #bbb;
     }
     .fd-div-row p:nth-child(2) {
          padding-left: 0;
     }
     .fd-div-row {
          float: left;
          width: 100%;
          position: relative;
          margin-bottom: -1px;
     }
     .fd-div-table-top-label {
          position: inherit;
          z-index: inherit;
          width: 1350px;
          position: relative;
          overflow: unset;
          background: #d6dee6;
     }
     /*8 {
          border-top: 1px solid #bbbbbb;
          border-bottom: 1px solid #bbbbbb !important;
     }
     .fd-div-row p { border-bottom: 1px solid #dddddd !important; }*/



     .tr-border {
          border-top: none;
          border-bottom: none !important;
     }
     .fd-div-row{ border-bottom: none; }
     .fd-div-row p::after {

          content: "";
          border-right: 1px solid #bbb;
          position: absolute;
          right: 0;
          height: 100vh;
          bottom: 0;
          top: inherit;

     }

     .fd-div-table-top-label {
          z-index: 9;
          width: 1350px;
          /*position: absolute;*/
          overflow: unset;
          left: 0;
          background: transparent;
     }
     /*.fd-div-table-container {
         overflow: scroll;
         height: 80vh;
     }*/
     .fd-div-internal-table {
          float: left;
          width: 1350px;
          padding: 0;
          overflow: unset;

     }
     .fd-div-table-top-label span::after {

          height: 100%;

     }

     .fix-row {
          float: left;
          width: 100%;
          overflow: scroll;
          /* position: relative; */
     }

}


@media screen and (max-width: 1024px) {

     

     .main-transaction-table {
     float: left;
     width: 100%;
     overflow-x: auto;
}

     .navbar-light .navbar-brand img {
          width: 130px;
     }
     .header .navbar-light .navbar-nav .nav-link {
          font-size: 13px;
          padding-left: 5px;
          padding-right: 5px;
     }

     .fd-table-container {
          float: left;
          width: 100%;
          overflow-y: auto;
          border: 1px solid #dddddd;
     }
     .navbar-toggler {
          border: none !important;
          padding: 0 !important;
          margin: 0 !important;
     }

}



@media screen and (max-width: 980px) {
.aar-menu-dropdown {
     float: right;
     width: auto;
     position: relative;
     margin-right: 0;
     position: fixed;
     top: 25px;
     /* right: 0; */
     z-index: 999;
}

.aar-menu-dropdown ul{ right: 20px; }
.aar-menu-dropdown ul li .nav-link.logout.ml-auto { display: block; }
.aar-menu-dropdown ul li .nav-link.logout.ml-auto {
     background: transparent;
     border: none;
     padding: 0;
     color: #333;
     text-align: left;
     width: 100%;
     line-height: normal;
     border-radius: 0;
}
}


@media screen and (max-width: 801px) {




     .dropdown{ padding-top: 5px; }

     .filter-right-section {
          float: left;
          width: 100%;
          margin-bottom: 15px;
     }

     .selected-filters {
          float: left;
          width: auto;
          border: 1px solid #d3dee3;
          border-radius: 5px;
          padding: 3px 5px;
          font-size: 13px;
          color: #4d646f;
          margin: 0 8px 8px 0;
     }

     .filter-count {
          float: right;
     }
     .filter-hide {
          float: left;
          margin: 0 20px;
     }
     .filter-clear {
          float: left;
     }

     .year-container {
          float: right;
          width: auto;
          margin-left: 0;
     }
     .selectedFilterContainer {
          float: left;
          width: 100%;
     }
     .export-btn {
          float: right;
          margin-bottom: 15px;
          position: inherit;
          right: 0;
     }
     .header.header-alt {
          padding: 10px 20px;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
     }

     table.rTable td:first-child {
          text-align: left;
          word-break: break-all;
          white-space: nowrap;
          word-wrap: break-word;
          overflow: hidden;
     }

     table.rTable td {border-bottom: 1px solid #dddddd !important;}




     table.rTable th:first-child, table.rTable td:first-child {
          border-right: none;
          position: absolute;
          background: #fff;
          width: 110px;
          box-shadow: inset -7px 0 5px -7px rgba(0,0,0,0.4);
     }



     table.rTable td:nth-child(2), table.rTable th:nth-child(2) {
          box-shadow: inset 7px 0 5px -7px rgba(0,0,0,0.4);
          padding-left: 116px;
     }

     .empty-bg{ display: none; }
     .fd-table-container {
          float: left;
          width: 100%;
          overflow-y: auto;
          border: 1px solid #dddddd;
     }
     table.rTable{ border:none; }
     table.rTable th:first-child {
          text-align: left;
          background: #d6dee6 !important;

     }
     .header .navbar-brand img {
          width: 143px;
     }

     .header {
          float: left;
          width: 100%;
          padding: 20px;
          position: fixed;
          background: #fff;
          z-index: 999;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
     }
     .navbar-nav.ml-auto {
          margin: 15px 0 0 0;
     }
     .header .navbar-light .navbar-nav .nav-link{ text-align: right; padding-right: 0; }
     .page-content {
          float: left;
          width: 100%;
          padding: 0 20px;
          margin-bottom: 50px;
          margin-top: 0;
     }

     .footer{ padding: 20px; }


     .aar-menu-dropdown {
     float: right;
     width: auto;
     position: relative;
     margin-right: 0;
     position: fixed;
     top: 25px;
     right: 0;
     z-index: 999;
}

.aar-menu-dropdown ul{ right: 20px; }
.aar-menu-dropdown ul li .nav-link.logout.ml-auto {
     background: transparent;
     border: none;
     padding: 0;
     color: #333;
     text-align: left;
     width: 100%;
     line-height: normal;
     border-radius: 0;
}

.aar-menu-dropdown.ml-auto.aar-menu-dropdown-alt ul {
     right: 20px;
     top: 33px;
}
.aar-menu-dropdown ul li .nav-link.logout.ml-auto {
     display: block;
}
}



@media screen and (max-width: 667px) {

     .main-trnasaction-detail .card-header-tabs .nav-item {
     float: left;
     width: 100%;
     margin-bottom: 5px;
}
.main-transaction-table.inboundDetail {
     float: left;
     width: 100%;
}

     .FD_Custom_Table_Container {
    
     overflow-x: auto;
     margin-top: 20px;
}

     .trnasaction-detail-filters.freightrecovery-filter .dropdown {width:100%; margin-right:0;}
     .trnasaction-detail-filters.freightrecovery-filter button {width:100%;}
     .trnasaction-detail-filters .vdp-datepicker {
     float: left;
     margin-right: 0;
     margin-left: 0;
     width: 48%;
     margin-bottom: 8px;
}
.main-transaction-table {
     float: left;
     width: 100%;
     overflow-x: auto;
}


.trnasaction-detail-filters .vdp-datepicker input{ width: 100%; }
.trnasaction-detail-filters .vdp-datepicker:nth-child(2) {
     float: right;
}
.trnasaction-detail-filters input {
     padding: 7px 10px 6px 10px;
     border-radius: 5px;
     border: 1px solid #ddd;
     float: left;
     font-size: 14px;
     padding: 5px 15px;
     width: 48%;
}

     .showBudget {
     float: left;
     width: 100%;
     margin-right: 0;
     margin-bottom: 5px;
}

     .hideShowFilter button {
          background: #098de1;
          padding: 3px 10px;
          font-size: 13px;
          border-bottom: 2px solid #076eb0;
          margin-top: 10px;
     }

     .custom-select {background-position: 50px 16px !important;}

     .export-btn .btn.btn-primary {
          padding: 3px 10px;
          font-size: 13px;
     }

     .rightsticky {

          padding: 3px 10px;
          font-size: 13px;
          right:0;
          position: inherit;

     }

     .fiterBtn select{ width: 90px !important; }

     .report-selection .btn-bt-container button{ position: static; }
     .report-selection .btn-bt-container {
          margin-bottom: 15px;
          padding-bottom: 0;
     }

     .header .navbar-light .navbar-nav .nav-link {
          font-size: 16px;
          padding-left: 5px;
          padding-right: 5px;
     }

     .custom-control.custom-checkbox.custom-control-inline {
          width: 100%;
          float: left;
          margin: 0 0 5px 0;
     }

     .export-btn {
          float: left;
          margin-bottom: 15px;
          position: inherit;
          right: 0;
          margin-right: 4px;
     }


     .comparison-year {
          float: left;
          width: 100%;
     }

     .filtersblocks {
          float: left;
          width: 100%;
     }

     .year-container {
          float: left;
          width: auto;
          margin-left: 0;
     }

     .compare-year {
          float: left;
          width: auto;
     }

     .filtersblocks {
          float: left;
          width: 100%;
          margin-bottom: 10px;
     }
     .compare-year .year-container p {
          display: none;
     }
     .dropdown fieldset div {
          float: left;
          width: 100%;
          margin-bottom: 2px;
     }
     .custom-control-label , .fiterBtn select{ font-size: 14px; }
     #yearlyChkbox, #halfYearlyChkbox, #quarterlyChkbox {
          width: 100%;
     }

     #yearlyChkbox .custom-control.custom-checkbox.custom-control-inline ,
     #halfYearlyChkbox .custom-control.custom-checkbox.custom-control-inline ,
     #quarterlyChkbox .custom-control.custom-checkbox.custom-control-inline {
          width: 33%;
          float: left;
          margin: 0 0 5px 0;
     }


     .btn-bt-container{ border-bottom: none; }
     .btn-bt-container button {
          position: fixed;
          right: 0;
          bottom: 20px;

          right: 20px;

          z-index: 999;

     }

     #quarterlyChkbox .custom-control.custom-checkbox.custom-control-inline {
          width: 25%;
     }


}

@media screen and (max-width: 480px) {

     .aar-menu-dropdown ul {
     float: left;
     padding: 0;
     margin: 0;
     position: absolute;
     background: #fff;
     box-shadow: 0 0 7px 1px #ddd;
     list-style: none;
     top: 40px;
     width: 200px;
     right: 20px;
     padding: 25px 25px 25px 25px;
     /* height: 80vh; */
     overflow: auto;
}


     .sidenav-container {width: 100%;}
}

@media screen and (max-width: 414px) {
.navbar-light .navbar-brand img.mobilelogo {
     display: block;
     width: auto;
     height: 32px;
}
.navbar-light .navbar-brand img.desktoplogo {
     display: none;
}
}

@media screen and (max-width: 320px) {
     .filtersblocks {
          float: left;
          width: 100%;
          margin-bottom: 20px;
     }
     .year-container p{ font-size: 14px; height: 30px; line-height: 30px; }
     .fiterBtn select {
          float: left;
          width: 80px !important;
          border: none;
          margin: 0 0 0 0 !important;
          height: 30px; 
          line-height: 30px;
          font-size: 14px;
          vertical-align: top;
          padding-left: 5px;
          padding-top: 0;
          padding-bottom: 0;
     }
     .custom-select {
     background-position: 50px 13px !important;
}
.compare-year {
     float: left;
     width: auto;
     height: 30px;
     line-height: 30px;
}
.compare-year .custom-checkbox .custom-control-label::before { margin: 4px 0 0 0; }
.compare-year .custom-control-label::after { top: 0.5rem;}



}



.page-wrapper.dashboard-page{margin: 85px 0 0 0;float: left;width: 100%;}
.dashboard-page table td{font-size: 13px;}
.dashboard-page table tr:nth-of-type(2n){background: transparent;}
.dashboard-page table .table-title{font-family: 'SanFranciscoDisplay-Bold' !important;}


section.canorsa-main-trial-balance {
     margin-top: 85px;
     float: left;
     width: 100%;
     padding: 20px;
 }

 section.canorsa-main-translation {
     margin-top: 85px;
     float: left;
     width: 100%;
     padding: 20px;
 }

 section.canorsa-main-balancesheet {
     margin-top: 85px;
     float: left;
     width: 100%;
     padding: 20px;
 }

 section.canorsa-main-user {
     margin-top: 85px;
     float: left;
     width: 100%;
     padding: 20px;
 }

 section.canorsa-main-permission {
     margin-top: 85px;
     float: left;
     width: 100%;
     padding: 20px;
 }
 section.canorsa-main-page-not-found {
     margin-top: 85px;
     float: left;
     width: 100%;
     padding: 20px;
 }

 section.canorsa-main-financial {
     margin-top: 85px;
     float: left;
     width: 100%;
     padding: 20px;
 }

 .header .user-info {
     float: right;
     width: auto;
     position: absolute;
     right: 20px;
     top: -16px;
 }

 .header .user-info-container {
     float: left;
     width: auto;
     line-height: normal;
     /* margin: 2px 0 0 0; */
 }
 .header .user-info-container .name {
     text-transform: uppercase;
 }
 .user-info-container .btn.btn-primary.dropdown-toggle {
     background: transparent;
     border: none;
     margin: 0;
     padding: 0;
 }
 .user-info-container .dropdown-toggle::after{
     display: none;
 }
 .user-info-container .dropdown-menu {
     min-width: 215px;
     /* margin-top: 10px; */
     border-radius: .4375rem;
    -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    left: unset;
    right:0;
 }
 .user-info-container .dropdown-menu .dropdown-item{
     padding: 8px 16px;
     font-size: 15px;
 }
 .username-letter {
     float: left;
     width: 50px;
     height: 50px;
     border-radius: 100px;
     background: #ffbb44;
     color: #fff;
     font-size: 22px;
     font-family: 'SanFranciscoDisplay-Bold';
     line-height: 50px;
 }
 .bulletin-view .avtarimg .username-letter {
     width: 100%;
     height: 100%;
     text-align: center;
     padding-top: 0.3em;
     font-size: 2em;
 }
 .dropdown-user-right {
     float: left;
     margin: 9px 0 0 15px;
     line-height: 16px;
 }
 .username {
     float: left;
     color: #098de1;
     font-size: 16px;
     font-family: 'SanFranciscoDisplay-Semibold';
 }
 .usermailid {
     font-size: 14px;
     color: #666666;
     float: left;
 }
 .note-msg{
      font-size: 14px;
      font-family: 'SanFranciscoDisplay-Bold';
 }

 @media (max-width: 768px) {
     .dropdown-user-right{
          display: none;
     }
     .username-letter{
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 20px;
     }
     .header .user-info{
          right:0
     }
     .header .user-info button{
          padding-right: 0;
     }
     .aar-menu-dropdown.ml-auto.aar-menu-dropdown-second{
          right: 160px;
     }
     .aar-menu-dropdown.ml-auto.aar-menu-dropdown-third {
          right: 100px;
      }
     .aar-menu-dropdown{
          right: 46px;
     }
     .desktop-section{display: none;}
     .mobile-section{display: block;}
}    