﻿@media print {
    .pageHeading {
        font-size: smaller;
    }

    tr {
        page-break-inside: avoid;
    }
}


@media screen and (max-height: 1500px) {
    
        .siteBakground{
            min-height: 800px;
    }
}

@media screen and (max-height: 1000px) {
    
        .siteBakground{
            min-height: 655px;
    }
}

.standardHeader {
    color: #000000 !important;
}

.docTitle{
    color: #002854 !important;
}

.searchButtonBg{
    background-color: #002854 !important;
}

/*.siteBakground{
   min-height: 655px;
}*/


.dataTables_info{
    display: none;
}


.pointer{
    cursor: pointer;
}

.modal-content{
    background-color: whitesmoke;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0);
    border-bottom: 0;
}


.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: dimgray!important;
}

table.dataTable.no-footer {
    /*border-bottom: 1px solid dimgray!important;*/
    border-bottom: 1px solid rgba(0,0,0,.1)!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0!important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        border: 0!important;
    }

    .popover .arrow {
    display: none;
}

    .bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
     margin-top: .0rem!important;
}

    .popover-body{
        background-color: #F8F8F8;
        color: gray;
        border-radius:0.4rem!important;
        
    }

    .popover-header{
        background-color: #eaeaea;
        color: gray;
        font-weight: normal;
        border-top-left-radius:0.4rem!important;
        border-top-right-radius:0.4rem!important;
    }

    .popover{
        border-radius:0.4rem!important;
    }

   





.hidden {
    display: none;
}

.roundedStandard {
    border-radius: 4px !important;
}

.siteBackground{
    position: relative;
}

.siteBackground::before {

    content: "";
    background-image: url("/images/docimages/background_image.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    position: absolute;
    z-index: -99999;
}

/*.siteBackground{
    position: relative;
}

.siteBackground::before {

    content: "";
    background-color: whitesmoke;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    position: absolute;
    z-index: -99999;
}*/

body{
    background-color: whitesmoke;
}

.card{
    /*min-width: 315px!important;*/
}


.dropdown-menu{
    background-color: #dcdcdc;
    width: 180px!important;
}
.selectedLanguage{
    width: 175px!important;
}

.btn{
    border-radius: 0.25rem!important;
}



tr {
    background: inherit !important;
}

.table .table, .card {
     background-color: transparent; 
}

.roundedMenu {
    /*width: 176px;
height: 50px;*/
    width: 110px;
    height: 30px;
    /*-webkit-border-radius: 100% 100% 100% 100% / 0% 0% 65% 65%;
    border-radius: 100% 100% 100% 100% / 0% 0% 65% 65%;*/
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: 1px solid #002854 !important;
    border-right: 1px solid #002854 !important;
    border-bottom: 1px solid #002854 !important;
    background-color: transparent!important;
    /*opacity: 0.2;*/
}



.row {
    /*margin-left: 0px !important;*/
    margin-right: 0px !important;
}

.logoContainer {
    height: 104px;
}

.container {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 15px !important;
    color: gray !important;
}

select.als {
    margin-bottom: 0px !important;
}

.table-borderless tr, .table-borderless td {
    border-top: none !important;
    border-bottom: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #002854;
    border-color: #002854;
}

.footer {
    /*position: absolute;

  bottom: 0;

  margin-bottom: 10px;*/
    padding-top: 50px;
}

body {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 14px !important;
    color: gray !important;
    height: 100%;
}

.pregetdata {
    display: none;
}

.postgetdata {
    display: block;
}

.largeloader {
    text-align: center;
}

.print-icon-header {
    font-size: 18px;
    margin-top: 30px;
}

.warrantyAdminConfigurationApp .warrantyTermsFilter {
    font-size: small;
}

    .warrantyAdminConfigurationApp .warrantyTermsFilter .form-control {
        width: 150px;
    }

    .warrantyAdminConfigurationApp .warrantyTermsFilter .control-label {
        margin-top: 5px;
    }

.warrantyAdminConfigurationApp .panel .panel-heading, .modal-title {
    color: #777;
    font-size: large;
    font-weight: bold;
}

.warrantyAdminConfigurationApp .panel .dataTables_filter {
    margin-top: -50px;
}

.warrantyAdminConfigurationApp .panel .dataTables_length {
    margin-top: -50px;
    margin-left: 550px;
}

.alsnav {
    margin-left: 250px;
    min-width: 720px;
}

.qtyInput {
    width: 70px;
}

.warrantyLengthInput {
    width: 70px;
}

.warrantyLengthSerialInput {
    width: 150px;
}



.warrantyLengthButtons {
    width: 120px;
}



.whitetext {
    color: #fff;
}

.matchInputHeight {
    height: 32px;
}

.defaultSelect {
    width: 250px;
}

.customerSelect {
    width: 350px;
}



.testdata {
    display: none;
}

.pageoverlay {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*
    position: absolute;
        left: 20px;
    top: 20px;
    width: 90%;
        */
    height: 1500px;
    display: none;
}

.date-picker, td.day {
    cursor: default;
}

.glyphicon {
    margin-left: 4px;
    margin-right: 4px;
}

.green {
    color: green;
    background-color: transparent;
}

.red {
    color: red;
    background-color: transparent;
}

.black {
    color: black;
    background-color: transparent;
}

.yellow {
    color: yellow;
    background-color: transparent;
    /*border: 1px solid black;*/
}

.siteblue {
    color: #428bca;
    background-color: transparent;
}

.editblue {
    color: #357ebd;
    background-color: transparent;
}

.savedaddress {
    width: 180px;
}

.starcolumn {
    width: 75px;
}


.ordercomments {
    width: 300px;
}


.btn {
    font-size: 13px;
}

.topmargin70 {
    margin-top: 70px;
}

.topmargin10 {
    margin-top: 10px;
}

.topmargin15 {
    margin-top: 15px;
}

.topmargin20 {
    margin-top: 20px;
}


.topmargin5 {
    margin-top: 5px;
}

.topmargin3 {
    margin-top: 3px;
}

.leftmargin2 {
    margin-left: 2px;
}

.leftmargin5 {
    margin-left: 5px;
}

.leftmargin10 {
    margin-left: 10px;
}

.leftmargin25 {
    margin-left: 25px;
}

.leftmargin35 {
    margin-left: 35px;
}

.popover.bottom > .arrow {
    top: -20px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

.popover.right > .arrow {
    top: 50%;
    left: -20px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

.pageBar {
    margin-top: 5px;
    display: table;
    background-color: #063E76;
    height: 28px;
    width: 100%;
    margin-bottom: 10px;
}

.pageBarTitle {
    color: white;
    font-size: medium;
    font-weight: bold;
    padding-left: 10px;
    vertical-align: middle;
    display: table-cell;
}

.pageSubBar {
    margin-top: 5px;
    display: table;
    background-color: #D6202C;
    height: 28px;
    width: 100%;
    margin-bottom: 10px;
}

.siteinternal table > thead {
    background-color: #336699;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #336699;
}

table > thead {
    background-color: #003170;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #003170;
}





    table > thead > .filters {
        background-color: white;
        color: black;
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #003170;
    }

table.compact {
    width: auto;
}

.blueheader {
    background-color: #063E76;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #063E76;
    height: 30px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 3px;
}

.redheader {
    background-color: #D6202C;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #D6202C;
    height: 30px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 3px;
}



/*table > thead select {
        color: black;
    }*/
table > thead label {
    margin-bottom: 0px;
}

header {
    min-height: 133px;
}

.leftMenu {
    /*padding-top: 50px;*/
}

    .leftMenu > li.active a, .leftMenu > li > a:hover, .leftMenu > li > a:focus {
        border-bottom-left-radius: 150px;
        border-top-left-radius: 150px;
        font-weight: bold;
        background-color: #eee;
        color: #0275bc;
    }

.feedback {
    width: 700px;
}

.searchInput {
    width: 300px;
}

.removeIcon {
    color: red;
    cursor: pointer;
}

    .removeIcon:hover {
        color: silver;
    }

a {
    /*color:#428bca ;*/
    color: #0275bc;
}

    a:visited {
        color: #0275bc;
    }

    a.btn {
        color: #0275bc;
    }

        a.btn:visited {
            color: #0275bc;
            text-decoration: none;
        }

        a.btn:visited {
            color: #0275bc;
            text-decoration: none;
        }

.pageHeading {
    /*
    color: #0275bc;
    font-size: 28px;
    font-weight: bold;
        */
    font-size: 48px;
    font-weight: normal;
    color: #bbbec0;
}

@media print {
    .pageHeading {
        font-size: 25px;
        font-weight: normal;
        color: #bbbec0;
    }
}

.pageSubHeading {
    color: #0275bc;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.errors {
    color: red;
}

.menuItem {
    font-weight: bold;
    font-size: 14px;
}

hr {
    margin-bottom: 20px;
    margin-top: 10px;
}

.errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.validation-summary-errors ul {
    margin-bottom: 0px;
}


.closebtn {
    color: black;
}


/*restore header styles*/
#main-nav-list a, #main-nav-list a:visited {
    color: #7e7f83;
}


.table-noborder tbody tr td, #PartsWarranty .table-noborder thead tr th {
    border: none;
}


a.white {
    color: white;
}



.form-group {
    padding-bottom: 2px;
    margin-bottom: 2px;
}

    .form-group.form-gap {
        padding-bottom: 2px;
        margin-bottom: 35px;
    }

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.savedaddress {
    width: 195px;
}

a.btn.white {
    color: white;
}

.adjust1 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none!important;
}







@media screen and (min-width: 768px) {
   .popover, .popoverEmailSuggestions, .popoverModelSuggestions {
            max-width: 380px !important;
            min-width: 380px !important;
            
        }

   .form-control.help-control, .dropdown-menu-help, .problemButton, .helpVideo{
            width: 350px!important;
            max-height: 350px!important;
            min-width: 350px!important;
            
        }

  
 }

@media screen and (max-width: 600px) {
    
    .popover, .popoverEmailSuggestions, .popoverModelSuggestions {
            max-width: 280px !important;
            min-width: 280px !important;
            
        }
    
    .form-control.help-control, .dropdown-menu-help, .problemButton, .helpVideo{
            width: 270px!important;
            max-height: 270px!important;
            min-width: 270px!important;
            
        }

     body{
       zoom:90%;
   }
}

.test123{
    cursor: copy;
}

.langButton{
    /*white-space: normal!important;*/
    /*padding-left: 0;
    padding-right: 0;*/
}


.standardBlue {
    color: #002854 !important;
}
.standardGray {
    color: dimgray !important;
}

.standardGrayBg {
    color: whitesmoke !important;
}

.text-blue {
    color: #002854 !important;
}

.standardBlueBg {
    background-color: #002854 !important;
}

.mainHeader {
    font-size: 32px !important;
    font-weight: bold !important;
}

.flagImages {
    /*zoom: 0.18;*/
    width: 35px;
    height: 24px;
}

.standardBlueBorders {
    border-color: #002854 !important;
}

.font9 {
    font-size: 9px !important;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font19 {
    font-size: 19px !important;
}

.font20 {
    font-size: 20px !important;
}

.font21 {
    font-size: 21px !important;
}

.font22 {
    font-size: 22px !important;
}

.font25 {
    font-size: 25px !important;
}

.font30 {
    font-size: 30px !important;
}

.font33 {
    font-size: 32px !important;
}

.font40 {
    font-size: 40px !important;
}
.language-object .dropdown-item{
    cursor: pointer;
}

.topRibbon{
    box-shadow: 0px 0px 10px -0px #111;  
}

.form-control help-control{
    min-width: 350px;
}

.searchbyemail, .searchbymodel{
    height: 37px!important;
}

.table-nav, .paginate_button{
    opacity: 0.8!important;
    color: dimgray;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
