/* ==================================================== *
 * EVERYTHING BELOW THIS IS PRE CLEAN UP ON 2019-08-19
 * Please use custom.scss
 * ==================================================== */

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-Nov-2016, 10:44:20 AM
    Author     : tangle
*/
/*::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 9px;
}
::-webkit-scrollbar:horizontal {
    height: 9px;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 3px solid white;
    background-color: rgba(0, 0, 0, .6);
}*/

/* 
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=6435720c-4f8c-45b0-9ac3-733e0675a514");

@font-face {
    font-family: "Industry Inc W00 Base";
    src: url("../Fonts/67b03608-9fe0-4e6b-9a4e-9be55203bf6f.eot?#iefix");
    src: url("../Fonts/67b03608-9fe0-4e6b-9a4e-9be55203bf6f.eot?#iefix") format("eot"), url("../Fonts/0e06f0d6-7d20-4b85-9920-c21915e830de.woff2") format("woff2"), url("../Fonts/d175e34c-f36f-43be-a492-d7be17f7fbfc.woff") format("woff"), url("../Fonts/566f84ab-9c93-415f-b55d-83a9f01446f3.ttf") format("truetype"), url("../Fonts/306a3c40-c410-45e1-b209-42b20f784de0.svg#306a3c40-c410-45e1-b209-42b20f784de0") format("svg");
} 
*/

@font-face {
    font-family: "Rubik";
    src: url("../Fonts/Rubik/Rubik-Regular.ttf");
}

body,
html {
    background-color: #ffffff;
    font-family: 'Rubik', sans-serif !important;
}

.container {
    width: 100%;
    padding: 0;
}

a {
    color: #d01f2f;
}

a:hover {
    color: rgba(255, 0, 0, 1);
}

.well {
    padding: 12px;
    margin-bottom: 10px;
}

.well .table {
    margin-bottom: 0;
}

.well.well-25 {
    width: 25% !important;
}

.well.well-50 {
    width: 50% !important;
}

.well.well-100 {
    width: 100% !important;
}

/* ========= HEADER ======== */

header#header {
    background: #FFF;
    color: #000;
    border-bottom: #EFEFEF solid 8px;
    position: fixed;
    width: 100%;
    z-index: 10;
    min-height: 50px;
}

header#header .header-inner {
    position: relative;
}

header#header nav#main-menu-navigation ul {
    padding: 43px 0 0 30px;
    margin-top: -30px;
    margin: 0px auto;
}

header#header nav#main-menu-navigation.condensed ul {
    padding: 10px 0 10px 0;
}

header#header nav#main-menu-navigation ul>li {
    padding-right: 5px;
}

header#header nav#main-menu-navigation ul>li>a {
    color: #fff;
    padding: 5px 20px;
    background-color: #231f20;
}

header#header nav#main-menu-navigation ul>li>a:hover {
    background-color: #d01f2f;
}

header#header nav#main-menu-navigation ul>li.active>a {
    background-color: #d01f2f
}

header#header ul.system-nav {
    margin-right: 0;
    padding: 1em 0;
    position: absolute;
    top: 0;
    right: 0;
}

header#header ul.system-nav>li>a {
    padding: 0;
    background-color: transparent;
}

header#header ul.system-nav>li>a:hover {
    background-color: transparent;
}

/* ========= MAIN ======== */

#main-wrapper {
    background-color: #fff;
    padding-top: 130px;
}

#main-wrapper .content-padding {
    padding: 0px 5%;
}

#main-wrapper .page-header {
    margin: 0;
    padding-top: 14px;
    padding-bottom: 10px;
    background-color: rgba(200, 200, 200, 0.3);
    color: rgb(23, 23, 25);
    border: none;
    text-align: right;
    font-size: 26px;
    background: rgb(217, 217, 217);
    background: linear-gradient(159deg, rgba(217, 217, 217, 0.22) 0%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 100%);
}

#main-wrapper .page-header .btn-group {
    float: left;
}

#main-wrapper .page-header .btn-group>a {
    color: #000;
    padding: 0px 6px;
    font-size: 24px;
}

#main-wrapper .page-header .btn-group>a.active,
#main-wrapper .page-header .btn-group>a:active,
#main-wrapper .page-header .btn-group>a:hover {
    color: rgb(86, 12, 14);
}

#main-wrapper .after-heading .sub-header {
    margin: 0;
    padding-top: 14px;
    padding-bottom: 12px;
    color: rgba(122, 122, 110, 0.8);
    border-bottom: 1px dashed rgba(122, 122, 110, 0.8);
    font-size: 22px;
}

#main-wrapper .after-heading .sub-nav {
    float: right;
    background-color: transparent;
    color: #000;
}

#main-wrapper .after-heading .sub-nav>a {
    color: #000;
    padding: 0px 6px;
    font-size: 22px;
}

#main-wrapper .after-heading .sub-nav>a.active,
#main-wrapper .after-heading .sub-nav>a:active,
#main-wrapper .after-heading .sub-nav>a:hover {
    color: rgb(86, 12, 14);
}

/*#main-wrapper .after-heading .main-menu-sub-nav > li > a {
    padding: 0px 15px 15px 0px;
    font-size: 20px;
    color: #000;
    position: relative;
}

#main-wrapper .after-heading .main-menu-sub-nav > li > a:hover {
    background-color: transparent;
    filter: invert(100%);
}

#main-wrapper .after-heading .main-menu-sub-nav > li.active > a:hover {
    filter: invert(0%);
}

#main-wrapper .after-heading .main-menu-sub-nav > li > a > i {
    font-size: 24px;
    text-align: center;
}

#main-wrapper .after-heading .main-menu-sub-nav > li > a > img {
    height: 24px;
}

#main-wrapper .after-heading .main-menu-sub-nav > li.active > a {
    color: #fff;
}

#main-wrapper .after-heading .main-menu-sub-nav > li.active > a > img {
    filter: invert(100%);
}

#main-wrapper .after-heading .main-menu-sub-nav > li.active > a > i.nav-pointer {
    position: absolute;
    bottom: 0px;
    left: 4px;
    line-height: 8px;
    font-size: 22px;
}*/

#main-wrapper .inner-content {
    padding: 15px 5%;
    min-height: calc(100vh - 330px);
}

#main-wrapper-footer {
    padding: 15px;
}

#main-wrapper-footer a.main-logo-img {
    float: right !important;
}

/* ========= FOOTER ======== */

footer#footer {
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 0 5% 0 5%;
    background-color: #231f20;
    color: #FFF;

}

footer#footer .copyright,
footer#footer .to-top>a {
    display: inline-block;
    color: #FFF;
    padding: 15px;
    font-size: 9px;
}

footer#footer .copyright {
    color: #FFF;
}



.main-logo-img img {
    height: 75px;
    margin: 20px 0;
    position: relative;
    /*right: 60px;*/
}

h1,
h2,
h3,
h4,
h5 {
    /* font-family: "Industry Inc W00 Base"; */
}

#footer {
    height: 100px;
}

/*.close {
    position: absolute;
    top: 10px;
    right: 10px;
}*/


.fill {
    background-color: #7b7b7b;
    width: 100%;
    height: 100px;
}

.row {
    margin-bottom: 10px;
}

div[data-name="form-map"],
div[data-name="static-map"],
div[data-name="form-map"] div[id^="map-"] {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 500px;
    margin-bottom: 20px;
}

img.module-icon {
    height: 20px;
}

.color-code-preview {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ajax-search {
    position: relative;
}

.ajax-search .alert,
.ajax-search .search-results {
    position: absolute;
    top: 34px;
    width: 100%;
    z-index: 3;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.ajax-search .search-selected {
    margin-top: 5px;
}

.ajax-search .search-results li:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    cursor: pointer;
    cursor: hand;
}

/**
    How about some styles for module specific things.
*/

/* ============ Customer Module ============= */

/*.cards:after {
    content: "";
    display: table;
    clear: both;
}

.cards > .card {
    float: left;
    width: 32%;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(240,240,240,1);
    color: rgba(0,0,0,0.7);
    margin-right: 2%;
    margin-bottom: 2%;
}

.cards > .card:nth-child(3n) {
    margin-right: 0%;
}*/

.card {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(240, 240, 240, .5);
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 2%;
}

.customer-card.card {
    background: none;
}

.contact-card .contact-header {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.contact-card a {
    color: #001f3f;
    text-decoration: none;
}

.contact-card a.btn {
    color: #FFF;
}

.contact-card .contact-header a {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    display: inline-block;
}

.contact-card .contact-header a i {
    padding-right: 10px;
}

.contact-card .contact-header:after {
    content: "";
    display: table;
    clear: both;
}

.contact-card .contact-header i,
.contact-card .contact-header span {
    display: inline-block;
    float: left;
    font-weight: 300;
}

.contact-card .contact-header i {
    font-size: 24px;
}

.contact-card hr {
    border-color: #C0C0C0;
    margin: 12px 0;
}

.contact-card .contact-header .contact-name {
    font-size: 24px;
    line-height: 19px;
    font-weight: 300;
    padding: 6px 8px 4px 8px;

}

.contact-card .contact-header .contact-position {
    float: right;
    font-size: 14px;
    padding: 9px 0px 2px 0px;
    font-weight: 700;
}

.contact-card .contact-details {
    font-size: 14px;
}

.contact-card .contact-details i.fa-mobile {
    font-size: 20px;
}

.notification {
    padding: 15px 24px;
    border: 2px dotted rgba(0, 0, 0, 0.2);
    margin: 20px 0;
}

.notification:after {
    content: "";
    display: table;
    clear: both;
}

.notification i {
    padding-right: 30px;
    font-size: 42px;
}

.notification i,
.notification span {
    display: inline-block;
    float: left;
}

.notification span.notification-leading {
    padding: 11px 30px 11px 0;
}

.notification span.notification-trailing {
    padding: 10px 0;
}

.notification-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.notification-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.notification-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.notification-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

/*.nav-tabs>li {
    margin-bottom: 0px;
}*/

.nav-tabs>li>a {
    /*margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;*/
    border-radius: 0;
    background-color: rgba(240, 240, 240, 1);
    border-bottom: 3px solid rgb(86, 12, 14);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

.nav-tabs>li>a:hover {
    border-bottom: 3px solid rgba(255, 0, 0, 1);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:active {
    background-color: rgba(240, 240, 240, 1);
    border: none;
    border-bottom: 3px solid rgba(255, 0, 0, 1);
}

.selected-wrapper .notification {
    margin-top: 0;
}

.car-search-list,
.customer-search-list {
    margin-top: 10px;
}

ul.car-search-list,
ul.car-selected-list,
ul.customer-search-list,
ul.customer-selected-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

ul.car-search-list>li,
ul.car-selected-list>li,
ul.customer-search-list>li,
ul.customer-selected-list>li {
    padding-left: 10px;
    font-weight: 700;
}

ul.car-search-list>li:after,
ul.car-selected-list>li:after,
ul.customer-search-list>li:after,
ul.customer-selected-list>li:after {
    content: "";
    display: table;
    clear: both;
}

ul.car-search-list>li:nth-child(odd),
ul.car-selected-list>li:nth-child(odd),
ul.customer-search-list>li:nth-child(odd),
ul.customer-selected-list>li:nth-child(odd) {
    background-color: rgba(230, 230, 230, 0.5);
}

ul.car-search-list>li>.btn,
ul.car-selected-list>li>.btn,
ul.customer-search-list>li>.btn,
ul.customer-selected-list>li>.btn {
    float: right;
}

ul.car-search-list>li>span,
ul.car-selected-list>li>span,
ul.customer-search-list>li>span,
ul.customer-selected-list>li>span {
    display: inline-block;
    padding: 5px 0;
}


.transmark-checkbox {
    display: block;
    font-weight: 400;
    padding: 7px 13px;
    height: 35px;
    background-color: rgba(230, 230, 230, 0.4);
}

.transmark-checkbox input[type="checkbox"] {
    display: none;
}

.transmark-checkbox div {
    display: inline;
    position: relative;
    top: -4px;
}

.transmark-checkbox input[type="checkbox"]+span {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('../images/checkbox.png') left top no-repeat;
    background-size: auto 100%;
}

.transmark-checkbox input[type="checkbox"]:checked+span {
    background: url('../images/checkbox.png') right top no-repeat;
    background-size: auto 100%;
}

.next-switches .notification {
    margin: 0;
}

.trackwrapper .visual-track:last-child {
    margin-bottom: 0;
}

.visual-track {
    width: 100%;
    padding-left: 85px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
}

.dashboard .visual-track {
    margin-bottom: 5px;
}

.visual-track .visual-track-left {
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
}

.visual-track .visual-track-left .track-icon {
    width: 34px;
    margin: 10px auto;
}

.visual-track .visual-track-left .track-number {
    width: 36px;
    padding: 8px 0;
    text-align: center;
    border-radius: 18px;
    background-color: rgba(230, 230, 230, 1);
    display: inline-block;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.trackwrapper {
    overflow-x: scroll;
    max-height: 600px;
    margin-bottom: 5px;
    -webkit-overflow-scrolling: touch;
}

.visual-track .visual-track-right {
    width: 100%;
    position: relative;
    /*width: 3000px;*/
}

.visual-track .visual-track-right .track-length {
    position: absolute;
    top: 50%;
    left: 0;
    /*width: 3000px;*/
    height: 4px;
    transform: translateY(-50%);
    background-color: rgba(200, 200, 200, 1);
    border-right: 1px solid #000;
}

.visual-track .visual-track-right .cars {
    overflow: auto;
    position: relative;
}

.visual-track .visual-track-right .cars .car .car-placeholder {
    width: 55px;
    background: #000;
    color: #FFF;
    text-align: center;
    height: 41px;

    float: left;
    margin-left: 0.25%;
    font-size: 10px;
    vertical-align: middle;
    padding-top: 3px;
    border: 1px solid #eee;
    opacity: 0.4;
}

.visual-track .visual-track-right .cars .car {
    background: #000;
    color: #FFF;
    text-align: center;
    height: 41px;
    width: 55px;
    float: left;
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
    padding-top: 3px;
    border: 1px solid #eee;
}

.visual-track .visual-track-right .positions {
    overflow: auto;
    position: relative;
    /*width: 3000px;*/
}

.visual-track .visual-track-right .positions .position {
    width: 55px;
    background: #FFF;
    color: #000;
    text-align: center;
    height: 15px;
    line-height: 6px;

    float: left;
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
    padding-top: 3px;
    border: 0px
}

.trackwrapper .trackheader {
    overflow: auto;
    position: sticky;
    padding-left: 85px;
    top: 0;
    margin-bottom: 10px;
    z-index: 1;
}

.trackwrapper .trackheader .trackheaderitem {
    width: 55px;
    float: left;
    margin-left: 5px;
    padding: 4px 10px;
    text-align: center;
    font-weight: 700;
    background-color: rgba(230, 230, 230, 1);
}


.info-block {
    margin: 20px;
}

.switch-info-block .car-info {
    font-size: 32px;
}

.switch-info-block .track-info {
    font-size: 22px;
}

.switch-info-block .track-info img {
    height: 20px;
}

.switch-info-block .customer-info {
    text-transform: uppercase;
    font-weight: 900;
    padding: 8px 0;
}

.switch-info-block .date-info table>tbody>tr>td:first-child {
    padding-right: 10px;
    font-weight: 200;
}

.truck-info-block .car-info {
    font-size: 32px;
}

.truck-info-block .transition-info {
    font-size: 22px;
}

.truck-info-block .transition-info img {
    height: 20px;
}

.truck-info-block .customer-info {
    text-transform: uppercase;
    padding: 8px 0;
}

.truck-info-block .date-info table>tbody>tr>td:first-child {
    padding-right: 10px;
    font-weight: 100;
}

.multiple-wrapper {
    margin-top: 5px;
}

.multiple-wrapper .label {
    display: inline-block;
    white-space: nowrap;
    margin-right: 2px;
    cursor: pointer;
    cursor: hand;
}

.customer-card {
    overflow: auto;
}

.customer-card .customer-logo {
    margin-bottom: 10px;
    max-height: 50px;
}

.dashboard .stats {
    text-align: center;
}

.dashboard .stats h1 {
    font-size: 60px;
    margin-bottom: 0;
}

.dashboard .stats h4 {
    font-size: 24px;
    margin-top: 0;
}

.track-attrs {
    color: grey;
}

.sym-icon {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    height: 1em;
    width: 1em;
}

.sym-icon:before {
    content: '';
    background-size: 100%;
    background-position: center;
    position: absolute;
    width: inherit;
    height: inherit;
}

.sym-icon.transmark-car:before {
    background-image: url('../images/module-icons/car.png');
}

/*
    QUICK LINKS
*/
.quick-links {
    margin-bottom: 10px;
    overflow: hidden;
}

.quick-links .quick-link {
    background-color: #edf5fd;
    padding: 10px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    font-weight: 200;
}

.quick-links .quick-link i {
    font-size: 24px;
    float: left;
    margin-right: 5px;
}

.quick-links>div {
    padding: 0;
    border-left: solid 1px #000;
    float: left;
    max-height: 80px;
}

.quick-links>div a {}

.quick-links>div:first-child {
    border: none;
}

.quick-links>div:last-child {}


.table tbody tr:hover td[name=actions] i {
    color: inherit;
}

.table tbody tr:hover {
    background-color: #f7f7f7;
}

.table tbody tr td[name=actions] i {
    color: #f7f7f7;

}

.table tbody tr td[name=actions] a:hover {
    text-decoration: none;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.map-with-overlay {
    position: relative;
}

.map-with-overlay .overlay {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.map-with-overlay .overlay .button {
    margin: 0 auto;
    display: inline-block;
    top: 45%;
    position: relative;
}

.map-with-overlay .overlay .button button {
    font-size: 1.7em;
    font-weight: bold;
}

.w-800px {
    max-width: 800px;
    width: 100%;
}

.indent {
    margin-left: 30px;
}


.assign-cars-wrapper .cars-wrapper .primary-button,
.assign-customers-wrapper .customers-wrapper .primary-button {
    display: none;
}

.search-display td.logo {
    vertical-align: middle;
}

.search-display td.logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    max-height: 50px;
    height: 30px;
}

.track-infoblock h1 {
    font-size: 70px;
}

.track-infoblock h2 {
    font-size: 40px;
}

.carrier-card.card {
    background: none;
}

.primary-button {}

.favorite {
    color: #f8bb00;
}

tr .fa-star.active {
    color: #b4a400 !important;
}

tr .fa-flag.active {
    color: #2e2900 !important;
}

#car-list-view-form tr.selected {

    background-color: #eee;

}

.fullscreen {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

.fullscreen h3 {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding-right: 2%;
    margin-top: 4%;
}

.fullscreen h3 {
    display: none;
}

.fullscreen .trackwrapper {
    max-height: 98%;
}

.trackwrapper button.track-expand-trigger {
    display: none;
}

.fullscreen .trackwrapper button {
    position: absolute;
    z-index: 10;
    right: 5%;
    top: 55px;
    display: block;
}

.fullscreen .trackwrapper .track-expand-trigger {
    right: 2%;
}


.overflow-hidden {
    overflow: hidden;
}

#bug-report-form {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
    header#header ul.system-nav.navbar-right {
        margin: 0 10px 0 0;
    }

    header#header ul.system-nav.navbar-right>li {
        float: left;
    }
}

@media (min-width: 992px) {
    header#header nav#main-menu-navigation #mobile-menu-button {
        display: none;
    }
}

@media (max-width: 992px) {

    header#header {
        min-height: 1px;
    }

    header#header .header-inner.container {
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding: 5px 5px 0px 10px;
    }

    .main-logo-img {
        display: none;
    }

    header#header nav#main-menu-navigation #mobile-menu-button {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        color: #000;
        margin: 0;
        padding: 6px 0px 14px 0;
        font-size: 16px;
        cursor: pointer;
        cursor: hand;
    }


    #main-wrapper {
        padding-top: 70px;
    }

    .main-logo-img img {
        width: 140px;
        margin: 10px 0 20px 0;
    }

    header#header ul.system-nav {
        margin-right: 10px;
        /* float: right !important;
        display: none; */
    }

    header#header nav#main-menu-navigation ul {
        float: none;
        margin: 0px -15px;
        display: none;
        padding-top: 0;
        margin-bottom: 10px;
    }

    header#header nav#main-menu-navigation ul>li {
        position: relative;
        display: block;
        width: 100%;
        float: none;
    }

    header#header nav#main-menu-navigation ul>li a {
        padding: 10px 20px;
    }
}

.print-only {
    display: none;
}

#print-header table.print-header-default,
#print-header table.print-header-default>tr {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

#print-header table.print-header-default img.logo {
    width: 220px;
}

#print-header table.print-header-default table.print-meta {
    /*width: 300px;*/
    text-align: right;
}

@media print {

    a[href]:after {
        content: none !important;
    }

    .print-only {
        display: inline-block;
    }

    header#header {
        display: none;
    }

    footer#footer {
        display: none;
    }

    #main-wrapper {
        padding-top: 0px;
    }

    #main-wrapper .page-header {
        display: none;
    }

    #main-wrapper #main-wrapper-footer {
        display: none;
    }

}