@charset "utf-8";

body {
    width: 100%;
    min-width: 1042px;
    overflow: auto;
}

.animate-enter {
    -webkit-transition: 1s linear all; /* Chrome */
    transition: 1s linear all;
    opacity: 0;
}

.animate-enter.animate-enter-active {
    opacity: 1;
}

html, body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000;
}

.noscriptmsg {
    font-size: 14px;
    margin: 20px;
}

.dataTables_info {
    display: inline-block;
}

.dataTables_empty {
    cursor: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.noFloat {
    float: none !important;
}

.clear {
    clear: both;
}

.blue {
    background-color: #2498C9;
    color: #FFFFFF;
}

.blueFont, a.blueFont {
    color: #2498C9;
}

.sitewidth {
    width: 80%;
    margin: auto;
    min-width: 900px;
}

/* PTO header styles */
#hdr {
    margin: 0;
    padding: 0;
    background: url("../images/hdrtile.jpg") repeat-x;
    border: 0;
    /* custom style not part of web group standard. Ok since border defines where header ends and content begins */
    border-bottom: 2px solid #fb4e2c;
}

#hdr p {
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 20px;
    color: #FFFFFF;
}

#ais-title {
    position: absolute;
    float: right;
    top: 35px;
    right: 20px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: normal;
    font-family: Helvetica, Arial, sans-serif;
}

/* |||||||||||||||||||||||| custom HEADER STYLES |||||||||||||||||||||||| */
.signIn {
    float: right;
    margin: 8px 25px;
    font-size: 14px;
    color: white;
}

#searchArea {
    float: right;
    background: url('../images/gradient-header.png') repeat-y right center;
}

#header-gray {
    background-color: #505050;
    color: #FFFFFF;
    /* margin-bottom: 10px;*/
}

#header-gray a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: normal !important;
}

#header-gray a:hover {
    text-decoration: underline;
}

.site-crumbs {
    float: left;
    padding: 8px 0;
    margin-left: 23px;
}

.resourceDescription {
    float: left;
    width: 47%;
    padding: 1%;
}

.dropdownBox ul, .notices ul {
    margin-top: 15px;
}

.dropdownBox li, .notices li {
    font-size: 14px;
    padding-bottom: 0;
    margin-left: 45px;
    line-height: 21px;
}

.dropdownBox li a, .notices li a {
    color: #2498C9 !important;
    width: 100%;
    display: block;
    padding: 5px 0 5px 10px;
    margin-left: -5px;
}

.dropdownBox li a:hover, .notices li a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    background: #2498C9;
}

.topbar-hidden {
    display: none;
    position: absolute;
    background-color: #EBEBEB;
    color: #464646;
    width: 80%;
    margin: 31px auto 0 auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.topbar-hidden p {
    margin: 20px 30px 10px 30px;
    line-height: 21px;
    font-size: 14px;
}

.topbar-hidden p:first-child {
    margin: 30px 30px 0 30px;
}

.topbar-hidden p a {
    color: #2498C9 !important;
}

.topbar-hidden a {
    color: #464646 !important;
}

/* MODAL WINDOWS */
#modalOverlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgb(0, 0, 0); /* IE8 fallback */
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#modalWrapper {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: table;
}

#modalWindow {
    vertical-align: middle;
    display: table-cell;
}

.modal-dialog {
    width: 375px;
}

.customizeColumns {
    padding: 15px;
    overflow: hidden;
}

.customizeColumns h2 {
    background: #666666;
    height: 65px;
    margin: -15px -15px 15px -15px;
    font-size: 26px;
    color: #ffffff;
    font-weight: normal;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.customizeColumns h3 {
    font-size: 16px;
}

.customizeColumns p {
    font-size: 14px;
}

.customizeColumns a {
    float: right;
    cursor: pointer;
}

.customizeColumns ul {
    padding-left: 15px;
    width: 100%;
}

.customizeColumns li {
    list-style-type: none;
    line-height: 2.5;
    padding-left: 6px;
}

.customizeColumns .btn-primary {
    float: right;
    overflow: hidden;
}

.customizableElements {
    display: inline-block;
    height: 500px;
    margin: 15px 0;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.customizableElements ul li:nth-of-type(odd) {
    background-color: rgba(180, 180, 180, 0.25);
}

.closeModalbtn {
    display: inline-block;
    float: right;
    text-align: right;
    padding: 2px 4px;
    cursor: pointer;
}

.gsTextinModal {
    padding: 15px;
    line-height: normal;
}

/* PAGINATION */

div.paginationTmog, div.paginationCollection, div.paginationCase {
    width: 100%;
    display: inline;
}

.largeNumber {
    font-size: 24px;
    padding: 0 3px;
}

input.pageCurrent, #pageCurrentCollection, input.pageCurrentCase {
    width: 50px;
}

.tableInfo {
    font-size: 24px;
    padding: 0 3px;
}

.pageChevron {
    color: #0083B4;
}

.paging-options, .pagingOptionsCollection, .pagingOptionsCase {
    background: url("../images/settingsIcon.png") 50% 50% no-repeat #ebebeb;
    background-position: center 56%;
    background-repeat: no-repeat;
    border-radius: 5px 5px 5px 5px;
    margin-left: 20px;
    width: 40px;
}

div.pagination-controls, div.paginationControlsCollection, div.paginationControlsCase {
    height: 0;
    right: 20px;
    margin-top: -4px;
    overflow: hidden;
    position: absolute;
    width: 160px;
    display: none;
    background-color: #FFFFFF;
    border: solid 1px transparent; /* #2498C9 */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 12px;
    padding: 15px;
    z-index: 100;
}

div.pagination-controls p, div.paginationControlsCollection p {
    margin: 10px 0 0 0;
    border-top: 1px solid #acacac;
    padding: 10px 0 0 0;
}

div.pagination-controls p span.optionsTitle, div.paginationControlsCollection p span.optionsTitle {
    color: #464646;
}

div.pagination-controls p:first-child, div.paginationControlsCollection p:first-child {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: none;
}

div.pagination-controls p a, div.pagination-controls p input, div.paginationControlsCollection p a, div.paginationControlsCollection p input {
    color: #7d7d7d;
}

div.pagination-controls p a.active, div.paginationControlsCollection p a.active {
    color: #E84B2F;
}

#tableControls {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

#pagination-text {
    margin: 10px 0 0 0;
}

.column14 input[type="button"] {
    background: url("../images/share_icon.png") 50% 50% no-repeat #ffffff;
    border: none;
    width: 24px;
}

input[type="button"].keywordOrPhrase-btn {
    background: url("../images/search.png") 50% 50% #ffffff;
    width: 85px;
    height: 23px;
    color: #464646;
}

input[type="button"].sortASC, input[type="button"].sortDES {
    background: url("../images/column_headers_up.png") 100% 0 no-repeat;
    width: 10px;
    height: 5px;
    border: none;
    border-radius: 0;
    display: block;
    margin: 0 0 10px 0;
    text-indent: -999999px;
    color: transparent;
}

input[type="button"].sortDES {
    background: url("../images/column_headers_down.png") 100% 0 no-repeat;
}

input[type="button"].sortASC.active, input[type="button"].sortDES.active {
    background-position: -15px 0;
}

.checkCol input, #checkCol input, input.checkAllGrid {
    margin: 0 auto;
    cursor: pointer;
}

div.checkAllGridContainer, .gridOrderBy, .gridOrderOption {
    margin: 20px 0 0 10px;
    float: left;
}

.gridOrderOption {
    padding: 3px 6px;
    font-size: 80%;
}

.pubReasonModifiedContainer {
    padding-top: 18px
}

/* |||||||||||||||||||||||| FOOTER |||||||||||||||||||||||| */

/* @group Footer */

#ftr, .push {
    min-height: 150px;
}

#ftr {
    padding: 5px;
    clear: both;
    position: relative;
    z-index: 10;
    height: 150px;
    margin: 50px 0 0;
    background-color: #EBEBEB;
    font-family: "Tahoma", verdana, helvetica, sans-serif;
    font-size: 10px;
    border-top: #7f1b10 1px dotted;
    border-bottom: #7f1b10 1px dotted;
}

#ftr #ft {
    padding: 10px;
}

#ft {
    clear: both;
    margin: 0 17px 0 16px;
    width: 867px;
    padding: 8px 0 8px 0;
    text-align: left;
    background-color: #ebebeb;
}

#ft .col {
    float: left;
    padding: 0 10px 0 10px;
    border-left: #a4a4a4 1px solid;
}

#ft .col {
    width: 168px;
}

#ft .colLogos {
    float: left;
    padding: 0 10px 0 0;
    text-align: center;
}

#ft .colLogos {
    width: 100px;
}

#ft ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

#ft ul li {
    background: url("../images/bulletfooter.jpg") 0 5px no-repeat;
    padding-left: 12px;
    margin-bottom: 5px;
    list-style-type: none;
}

#ft ul li a {
    color: #031D4E;
    line-height: 15px;
}

#ft ul li a:hover {
    text-decoration: none;
}

#ft .print {
    display: none;
}

.clear-fix {
    display: inline-block;
}

/* @end */

/* ||||||||||||| FOOTER ||||||||||||| */
#footer-site ul {
    padding-left: 0;
}

#footer-site {
    background-color: #EBEBEB;
    border-top: 1px dotted #7F1B10;
    font-family: "Tahoma", verdana, helvetica, sans-serif;
    font-size: 11px;
    height: 150px;
    margin: 100px 0 0;
    padding: 5px;
}

#footer-site .col {
    margin: 10px 0;
    width: 19%;
    padding: 0 10px;
    float: left;
    border-left: 1px solid #A4A4A4;
}

#footer-site .col.colLogos {
    width: 12%;
    border-left: 0 solid transparent;
    margin-right: 8px;
}

#footer-site ul li {
    background: url("../images/bulletfooter.jpg") no-repeat scroll 0 5px transparent;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 12px;
}

#footer-site ul li a {
    color: #031D4E;
    line-height: 15px;
}

#grayToolTip {
    display: none;
    position: absolute;
}

.gtTipArrow {
    margin: 5px 0 0 -10px;
}

.gtTipContent {
    background-color: #7D7D7D;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 14px;
    margin-left: -32px;
    margin-top: -8px;
    padding: 5px;
    text-align: center;
    width: 60px;
}

#previousArchive {
    display: inline-block;
    margin-bottom: 0 !important;
}

#previousArchive a {
    width: 80px;
    padding: 5px 0 5px 0;
    height: 20px;
    color: #7d7d7d !important;
    font-size: 11px;
    background: #ebebeb;
    border: 1px solid #acacac;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 11px;
    vertical-align: middle;
    white-space: normal;
}

#archiveContainer {
    margin-left: 10px;
}

#archiveContainer div {
    margin: 5px;
    padding-right: 20px;
    border-right: 1px solid #ebebeb;
}

#archiveContainer h5 {
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

#archiveContainer p a:first-child {
    margin-left: 0;
    background: url("../images/pdfIcon.jpg") 100% 1px no-repeat;
}

#archiveContainer p a {
    display: inline-block;
    padding-right: 20px;
    background: url("../images/xmlIcon.jpg") 100% 1px no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
}

#archiveContainer p a:first-child + a + a {
    background: url("../images/bundleIcon.jpg") 100% 1px no-repeat;
}

#faqContainer {
    padding-left: 20px;
}

#faqContainer h2 {
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #464646;
}

#faqContainer p {
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 15px;
}

#faqContainer ul:first-child {
    margin-left: 15px;
}

#faqContainer ul {
    margin-top: 24px;
    margin-left: 65px;
}

#faqContainer ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
}

#save-controls {
    width: 162px;
    position: absolute;
    display: none;
}

#save-controls-arrow {
    margin-bottom: -3px;
}

#save-controls-content {
    background-color: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
    margin-top: -4px;
    overflow: hidden;
    padding: 15px;
    right: 20px;
    width: 130px;
    height: 55px;
}

#save-controls-content ul li {
    list-style-type: none;
    margin-top: 10px;
}

#save-controls-content ul li:first-child {
    margin-top: 0;
}

#save-controls-content ul li a {
    color: #737373;
    line-height: 21px;
    text-decoration: none;
}

#save-controls-content ul li a:hover {
    text-decoration: none;
    color: #2498C9;
}

.black {
    background-color: #0C1117;
}

/* TAB NAVIGATION */
#tabsetNav {
    border-top: 53px solid #ebebeb;
}

.nav {
    margin-top: -53px
}

.nav:first-child {
    border-left: 1px solid #dedede;
}

.nav li {
    width: 140px;
    font-size: 16px;
    border-right: 1px solid #dedede;
}

.nav li.active {
    color: #fb4e2c;
    background-color: #fff;
}

.nav li.active:hover {
    text-decoration: underline;
    background-color: #fff;
    color: #fb4e2c;
}

.nav > li > a {
    color: #0083b4;
    height: 53px;
    cursor: pointer;
    padding-top: 15px;
}

.nav > li > a:hover {
    background-color: #fff;
    color: #fb4e2c;
}

/* Button Styles - Primary, Secondary (FROM US PTO STYLE GUIDE) */
.btn {
    border-radius: 2px;
}

.pagination-wrapper .btn {
    padding: 3px 6px;
}

.btn-primary {
    background-color: #0083b4;
    border: 1px solid #0083b4;
    margin-left: 10px;
    -moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
    background-color: #0291C7;
    border: 1px solid #0291C7;
}

.btn-secondary {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #0083B4;
    margin-left: 10px;
    -moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.10);
}

.btn-secondary:hover {
    color: #16799E;
    border: 1px solid #dedede;
}

.btn-mylist {
    /*background: #0083b4 url(../images/icons/plus.png) 6px 8px no-repeat;*/
    margin-right: 12px;
    padding-left: 12px;
}

.btn-mylist.active {
    /*background: #0083b4 url(../images/icons/minus.png) 6px 10px no-repeat;*/
}

.shareResults {
    margin-top: 5px;
}

.btn-share-gray {
    background: url(../images/icons/email-share-gray.png) 6px 6px no-repeat;
    margin-right: 12px;
    padding-left: 38px;
}

.btn-refresh {
    background: #0083b4 url(../images/icons/updateCollections.png) 6px 6px no-repeat;
    margin-right: 12px;
    padding-left: 30px;
}

.btn-settings, .btn-settings.active {
    background: url(../images/icons/settings.png) 10px 8px no-repeat;
    height: 34px;
    margin-right: 12px;
    padding-left: 25px;
}

.btn-back {
    /*background: #0083b4 url(../images/icons/back.png) 6px 6px no-repeat;*/
    height: 34px;
    margin-right: 12px;
    padding-left: 12px;
}

.btn-query {
    margin-right: 8px;
}

.btn-no-radius {
    border-radius: 0 !important
}

.padSubmenu {
    margin-right: 25px;
}

.resource {
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: 95%;
}

.faq-controls {
    margin: 3px 0 20px 0;
}

dl.faq {
    margin-bottom: 0;
}

.defaultSearch {
    margin-left: 48px;
    margin-right: 17px;
}

.faq {
    width: 100%;
}

.filterGroup input[type="checkbox"], .filterGroup input[type="radio"] {
    cursor: pointer;
}

ul.nav li {
    display: inline-block;
    float: left;
    width: 140px;
}

.usClasses, .intlClasses {
    width: 60px !important;
    display: inline-block;
}

.actionButtons {
    height: 45px;
    border-bottom: 1px solid #dedede;
}

.bottomPagination {
    clear: both;
    margin: 1em 0;
}

.btn-hidden {
    display: inline;
    margin: 4px 10px 4px 0;
    padding: 4px 8px;
    background-color: #D9E9F8;
    border: 1px solid #B9D7F3;
    color: #0083b4;
}

.customizeBtn {
    text-align: right;
}

.customizeBtn a {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
    margin: 5px 0 10px 0;
    width: 95px;
    padding: 2px 4px;
    display: inline-block;
}

label.printError {
    margin: 10px 0 0 15px;
}

.otherQueries .glyphicon-plus, .otherQueries .glyphicon-minus, .otherQueries .glyphicon-plus {
    color: #f66;
}

.otherQueries button {
    border: 1px solid #f00;
}

.pagination-wrapper {
    background-color: #efefef;
    border-bottom: 1px solid #dfdfdf;
    padding: 4px 0 0 0;
    margin-bottom: 8px;
    overflow: hidden;
}

.goToRecordContainer {
    display: inline-block;
    margin-left: 4em;
    margin-top: 0.1em;
}

#collectionTableDelegate {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 12px;
}

/* ---------------  Messages ----------------------- */
.messageContainer {
    margin: 1em 2em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.messageContainer .alert {
    max-width: 700px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.close {
    font-size: 30px;
}

/* ---------------  Review Tile ----------------------- */

.reviewTileWrapper {
    margin-top: -65px;
}

.paginationGrid {
    display: inline-block;
}

.reviewTile > .row {
    border: 1px solid #ccc;
    /* background-color:#f3f3f3;*/
    margin: 8px 0;
    cursor: pointer;
}

.reviewTile > .row:hover { background-color: rgba(66, 139, 202, 0.1) }

.reviewTile:nth-child(odd) {
    background: #f1f1f1;
}

.reviewTile:nth-child(even) {
    background: #fcfcfc;
}

.reviewTile span {
    font-weight: bold;
}

.reviewTile span.title {
    font-weight: normal;
}

.reviewTile .right {
    float: right;
}

.reviewTile ul {
    padding-left: 0;
}

.reviewTile li {
    list-style-type: none;
    font-weight: bold;
}

.reviewTile .markImage {
    margin: 5px 2px;
}

.reviewTile .col-sm-1.addToList {
    width: 3.3%;
    padding-left: 5px;
}

.reviewTile .col-sm-5.serialNumber {
    padding-left: 10px;
}

.additionalStmts, .foreignInformation {
    border-top: 1px dotted #ccc;
}

.additionalStmts li, .foreignInformation li {
    font-weight: normal;
    margin-left: 15px;
}

.additionalStmts li span, .foreignInformation li span {
    font-weight: bold;
    padding-right: 10px;
}

.additionalStmts strong, .foreignInformation strong {
    color: #0083b4;
    font-size: 110%;
    margin-bottom: 5px;
}

.markImage img {
    max-width: 145px;
    max-height: 100px;
}

.fullWidthLayout .customizeBtn {
    margin-bottom: 15px;
}

.noResultTile {
    background-color: #D9EDF7;
    border: 1px solid #33ccff;
    margin: 8px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .col-xs-12 .right { float: left !important; }

    .actionable { background-color: #ccc; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; padding: 2px 0; }

    .additionalStmts { border-bottom: 1px dotted #ccc; }
}

/* --------------- side bar----------------------- */
.sidebarHeaderContainerSingle {
    border: 1px solid #eaeaea;
    border-radius: 3px 3px 0 0px;
    background-color: #2498C9;
    padding-top: 3px;
    vertical-align: middle;
    height: 33px;
    font-size: 1.063em;
}

#caseContainer:focus, #caseContainer {
    outline: 0 !important;
}

.tabBodyExternal {
    margin-left: 22px;
}