﻿/*@import "style.css";*/
@font-face {
    font-family: 'GT-Eesti-Pro-Display-Light';
    src: url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Display-Light.woff') format('woff'), url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Display-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'GT-Eesti-Pro-Display-Medium';
    src: url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Display-Medium.woff') format('woff'), url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Display-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'GT-Eesti-Pro-Display-Regular';
    src: url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Display-Regular.woff') format('woff'), url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Display-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'GT-Eesti-Pro-Text-Bold';
    src: url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Text-Bold.woff') format('woff'), url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Text-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'GT-Eesti-Pro-Text-Regular';
    src: url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Text-Regular.woff') format('woff'), url('GT-Eesti-Pro/Web/GT-Eesti-Pro-Text-Regular.woff2') format('woff2');
}

body {
    margin: 0;
    font-family: 'GT-Eesti-Pro-Display-Regular',Verdana,Arial;
}

.navbar {
   /* overflow: hidden;
    background-color: white;
    position: fixed;
    top: 0;*/
    width: 100%;
    height: 80px;
}

    .navbar a {
        float: left;
        display: block;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .navbar a:hover {
            background: #ddd;
            color: black;
        }


.logo a {
    float: left;
    display: block;
    padding: 14px 16px;
    text-decoration: none;
}

.contact a {
    float: middle;
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    position: relative;
    left: 800px;
    margin-top: 20px;
    cursor:pointer;
}

.Icon IMG {
    width: 30px;
    height: 30px;
}

.Icon a {
    float: right;
    display: block;
    text-decoration: none;
}

.Name {
    float: right;
    display: block;
    text-decoration: none;
    font-size: 17px;
    margin-top: 20px;
    margin-right: 75px;
    position: relative;
}


.dropbtn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #4a4848;
    padding-right: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position:fixed;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding:10px 10px;
        text-align:left;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.main {
    padding: 16px;
    margin-bottom: 20px;
    height: auto;
    text-align: center;
    background: #FFFFFF;
    position: relative;
    top: 255px;
}

.mainlogin {
    background: #FFFFFF;
    overflow-y: auto;
    height: 610px;
    margin-top: 240px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.btnPane {
    width: 300px;
    height: 240px;
    border: 1px solid #585858;
}

.ConsumablePanel {
    background-image: url(../images/main/consumables-call_b.jpg);
    cursor:pointer;
    background-size:300px 240px;
    background-repeat:no-repeat;
}

.ServiceCallPanel {
    background-image: url(../images/main/service-call_b.jpg);
    cursor: pointer;
    background-size: 300px 240px;
    background-repeat: no-repeat;
}

.SoftwareCallPanel {
    background-image: url(../images/main/software-call_b.jpg);
    cursor: pointer;
    background-size: 300px 240px;
    background-repeat: no-repeat;
}

.MeterReadingPanel {
    background-image: url(../images/main/meter-readings_b.jpg);
    cursor: pointer;
    background-size: 300px 240px;
    background-repeat: no-repeat;
}

.RecycleTonerPanel {
    background-image: url(../images/main/recycle-toner_b.jpg);
    cursor: pointer;
    background-size: 300px 240px;
    background-repeat: no-repeat;
}

.OutstandingcallsPanel {
    background-image: url(../images/main/view-oustanding-calls_b.jpg);
    cursor: pointer;
    background-size: 300px 240px;
    background-repeat: no-repeat;
}

.HistoriccallsPanel ,.WarrantyPanel {
    background-image: url(../images/main/view-historic-calls_b.jpg);
    cursor: pointer;
    background-size: 300px 240px;
    background-repeat: no-repeat;
}
.KnowledgeBasePanel {
    background-image: url(../images/main/KnowledgeBase.svg);
    cursor: pointer;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -30px -51px;
}
.MoveMachinePanel {
    background-image: url(../images/main/view-historic-calls_b.jpg);
    cursor: pointer;
    background-size: 300px 240px;
    background-repeat: no-repeat;
}

.Panel {
    Color: white;
    width: 240px;
    height: 27px;
    background-color: #585858;
    position: relative;
    top: 213px;
   
}

    .Panel span {
        text-align: center;
        position: relative;
        top: 5px;
        left: 30px;
    }    

div.main ul {
    list-style-type: none;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
}

div.main li {
    float: left;
    padding: 5px;
    padding-left: 20px;
}

    div.main li a {
        display: block;
        color: white;
        text-align: center;
        padding: 5px;
        text-decoration: none;
    }

#breadcrumb {
    color: #090909;
    height: 30px;
    position: fixed;
    Top: 265px;
    left: 60px;
    text-align: left;
    display: flex;
    overflow: hidden;
    z-index: 10;
    background: #ffffff;
    /******************/
    width: 15%;
}

#Searchform {
    position: fixed;
    margin-top: 70px;
    margin-left: 20px;
    width: 15%;
    border-right: 1px solid #d4d4d496;
}
#SearchformWarranty {
    position: fixed;
    margin-top: 15px;
    margin-left: 20px;
    overflow-y: scroll;
    height: calc(100vh - 350px);
    width: 20%;
    border-right: 1px solid #d4d4d496;
}
.button {
    background-color: #0a9bcd;
    border: none;
    color: white;
    padding: 6px 6px;
    text-decoration: none;
    margin: 4px 2px;
    font-family: Arial;
    cursor: pointer;
}

#Content {
    position: center;
    margin-top: 100px;
    margin-left: 200px;
    width: 800px;
    height: auto;
    padding-bottom: 35px;
    /*// overflow-y: scroll;
    // overflow-x: hidden;*/
    display: none;
}

.QuantityTonerTable .Mono {
    background-color: black;
    color: white;
}

.QuantityTonerTable .Cyan {
    background-color: #00FFFF;
}

.QuantityTonerTable .Magenta {
    background-color: #FF00FF;
}

.QuantityTonerTable .Yellow {
    background-color: #FFFF00;
}

.TableMain {
    width: 700px;
    /*  border: 1px solid black;*/
    padding: 10px;
    margin-left: 30px;
    /*height: 700px;*/
    height: auto;
}

    .TableMain tbody tr {
        border: 1px solid black;
    }

    .TableMain hr {
        border: 1px solid black;
        width: 715px;
    }

    .TableMain tbody tr:nth-child(1), .TableMain tbody tr:nth-child(2) {
        display: flex;
        border: none;
        gap: 5px 70px;
        align-items: flex-end;
        flex-basis: 30px;
        align-items: flex-end;
    }

    .TableMain tbody tr:nth-child(2) {
        border-top: 0;
        margin: 0px 0px 20px 0px;
        padding: 0 2px;
        width: 646px;
        position: relative;
        top: -1px;
        left: 1px;
    }

    .TableMain tr .QuantityTonerTable tbody tr:nth-child(1) span, .TableMain tbody tr:nth-child(2) span {
            display: block;
            text-align: center;
            margin-bottom: 3px;
      }

    .QuantityTonerTable {
        width: 600px;
        /*border: solid 1px;*/
    }

.star {
    color: red;
}
/*ul.breadcrumb li {
    display: inline;
}
ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
        color: #0275d8;
        text-decoration: none;
        border:solid 1px red;
    }

ul.breadcrumb li a:hover {
   
        text-decoration: underline;
    }*/


#progress, #progressCU, #progressFP {
    background: url(#); /* forces page to not be clickable while progress showing */
    display: none;
    height: 100%;
    z-index: 17;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 720px;
}

#progresscontent, #progresscontentCU, #progresscontentFP {
    background-color: #FFF9BD;
    display: block;
    padding: 0.25em;
    position: fixed;
    left: 400px;
    top: 500px;
}
#progresscontentCU {
    left: 700px;
}
#progresscontentFP {
    left: 45%;
    top: 40%;
}
#progress p, #progressCU p, #progressFP p {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.right--side {
    width: 50%;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    padding-top: 0;
    padding-right: 50%;
    height: 100% !Important;
}

.left--side {
    width: 50%;
    float: left;
    padding: 150px 0 180px;
    position: relative;
}

.left--inner img {
    max-width: 235px;
    margin-bottom: 150px;
}

.left--inner {
    width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 135px;
}

    .left--inner a[role="button"], .passwordreminder a[role="button"] {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: 4px;
        text-align: left;
        color: #ffffff;
        background-color: #0a9bcd;
        padding: 29px 49px;
        border-radius: 5px;
        text-transform: uppercase;
        display: table;
        margin-top: 15px;
        border: 2px solid #0a9bcd;
        margin-bottom: 45px;
        cursor: pointer;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
    }

    .left--inner a {
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.08;
        letter-spacing: normal;
        text-align: left;
        color: #0a9bcd;
        text-decoration: none;
    }

        .left--inner a[role="button"]:hover, .passwordreminder a[role="button"]:hover {
            background-color: #fff;
            color: #0a9bcd;
        }

    .left--inner input {
        -webkit-appearance: none;
    }

.form--content {
    margin-bottom: 80px;
}

.form--input.mail::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 25px;
    background-image: url("../images/user.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    opacity: 0.3;
}

.form--input.pass::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 28px;
    background-image: url("../images/lock.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    opacity: 0.3;
}

#login_failure {
    color: red;
}

#helpdiv {
    position: absolute;
    margin-top: 35px;
    margin-left: -60px;
    background-color: #f1f1f1;
    width: 150px;
    padding: 5px;
    color: black;
    border: #0000cc 2px dashed;
    display: none;
}
/*
#footer {
    line-height: 34px;
    background-color: #e1e1e1;
    font-size: 12px;
    padding: 0px 20px;
    text-align: right;
   position: relative;
    font-family: Arial,sans-serif;
   
}
*/

#footer {
    line-height: 14px;
    background-color: #e1e1e1;
    font-size: 12px;
   /* padding: 0px 5px;*/
    text-align: right;
    position: fixed;
    font-family: Arial,sans-serif;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index:10;
}


    #footer ul {
        list-style-type: none;
    }

    #footer li {
        float: inherit;
        padding: 5px;
    }

        #footer li a {
            color: black;
            text-align: center;
            padding: 5px;
            text-decoration: none;
            margin-left: 300px;
        }

.CallReference {
    color: red;
    font-style: italic;
}

.Referencesearchresulttable {
    border-collapse: collapse;
}

    .Referencesearchresulttable table, .Referencesearchresulttable td, .Referencesearchresulttable th {
        border: 1px solid black;
    }

.MeterReadingTable {
    width: 600px;
    border: solid 1px;
    margin-left: 10px;
}

.MeterReadingFormCell {
    padding-left: 30px;
}

.MeterReadingRow .MeterReading {
    border: 1px solid black;
}

.LoginPageContent ul li {
    /*content: '';*/
    display: inline-block;
    width: .75em;
    height: .75em;
    margin-right: .75em;
    background: #f06400;
    vertical-align: baseline;
    text-indent: -1.5em
    /*padding-bottom: 20px;
    display: block;
    margin: 0;
    line-height: 1.3;
    padding-left: 1.5em;
    text-indent: -1.5em;*/
}

.LoginContent {
  position: relative;
	margin-top: 25px;	

	
}

    .LoginContent td {
        text-align: left;
    }

/*.TopBanner {
    background: #F2F2F2;
    position: relative;
    margin-top: 50px;
    height: 151px;
    border-top: 1px solid #e5d8d8;
    width: 95%;
   display: flex;
    background-image: url('../images/main/service-call-h.jpg');
    background-repeat: no-repeat;
   background-attachment: inherit;
    background-position: 950px 20%;
}

.title {
        position: absolute;
        margin-left: 15%;
        margin-top: 50px;
        font-size: 30px;
 }*/

.TopBanner {
    background: #F2F2F2;
    position: inherit;
  /*  margin-top: 50px;  */ 
    height: 120px;
   margin-left: 200px; 
    width: 1675px;
    display: flex;
}

.Terms {
    display: flex;
}
#TopBannerFP {
    text-align: left;
}

.TopBannerLogin, .TopBannerIndex {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    overflow: hidden;
    background-color: #f2f2f2;
    color: #000;
    position: fixed;
    top: 104px;
    left: 0;
    height: 152px;
    width: 100vw;
    align-items: stretch;
    z-index: 10;
    box-shadow: 0 1px #d4d4d4;
}

.TopBannerLoginText, .TopBannerIndexText {
    position: absolute;
    margin-left: 200px;
    margin-top: 40px;
}

#TopBannerFP {
    margin-top: 10px;
}
.TopBannerText {
    font-size: 30px;
    position: inherit;
    margin-left: 10px;
    padding-top: 30px;
   /* width: 200px;*/
}

.TopBannerImage {
    position: inherit;
    margin-left: 800px;
    width: 300px;
   /* height: 125px;*/
}
/*
.TopBannerLoginImage, .TopBannerIndexImage {
    position: relative;
    margin-left: 700px;
}
*/
.TopBannerIndexImage {
    position: absolute;
    right: 1px;
    width: 300px;
    padding-top: 2px;
}

.LoginForm {
   /* width: 730px;
    margin-left: 400px;*/
}

    .LoginForm input::before {
        content: 'User name';
        border-top-style: hidden;
        border-right-style: hidden;
        border-left-style: hidden;
        border-bottom-style: groove;
        /*border-bottom-color: #F06400;*/
        background-color: #F2F2F2;
    }

    .LoginForm .submitbutton {
        text-align: center;
        margin-top: 20px;
       /* margin-left:200px;*/
    }
    .LoginForm h1 {
     /*   margin-left: 200px;*/
    }

.AllBannersDiv {
    margin-left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1020px;
    height: 645px;
}

.leftBanner, .rightBanner {
    margin-top: 4%;
    margin-left: 8%;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
    height: 425px;
    
}

.rightBanner {
    margin-left: 90%;
    
}
/*.outstandingcallstable {
    border: solid 1px black;
    border-collapse: collapse;
}
    .outstandingcallstable tbody td, .outstandingcallstable tbody th {
        border: solid 1px black;
        border-collapse: collapse;
    }*/

#outstandingcallstable tbody tr th .outstandingcallsHeader {
    display: block;
}

    #outstandingcallstable tr th {
        text-align: center;
        font-weight: 300;
        padding: 10px;
    }


        .flexArrows a, .flexArrows a img {
            display: block;
            margin: 5px;
        }

    .flexContainerDiv {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

#outstandingcallstable, #GeneralDetails, #PreviouscommentsTable {
    border-collapse: collapse;
    width: 100%;
}

#GeneralDetails {
    margin-left: 32px;
}

.GeneralDetailstable {
    width: 600px;
    text-align: left;
}

#outstandingcallstable td, #outstandingcallstable th, #GeneralDetails td, #GeneralDetails th, #PreviouscommentsTable td, #PreviouscommentsTable th {
    /*border: 1px solid #ddd;*/
    padding: 8px;
}

#outstandingcallstable tr:nth-child(even), #GeneralDetails tr:nth-child(even), #PreviouscommentsTable tr:nth-child(odd) {
    background-color: #f2f2f2;
}

    #outstandingcallstable tr:hover {
        background-color: #ddd;
    }

#PreviouscommentsTable tr td:nth-child(odd) {
    width: 25%;
}

#PreviouscommentsTable tr td:nth-child(even) {
    text-align: left;
}

#outstandingcallstable th, #GeneralDetails th, #PreviouscommentsTable th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #000000;
    color: white;
}

.inputfield:focus {
    background-image: url(../images/ServiceCall.jpg);
    background-repeat: repeat-y;
    background-position: right;
    /*background-repeat: no-repeat;*/
    /*background-position: right;*/
    /*background-attachment:scroll;*/
    /*background-size:16px 18px;
    background-position:98% 50%;
    cursor:auto;*/
}
/*
.header {
    position: fixed;
    z-index: 16;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    height:103px;
}*/


.quantity-nav {
    float: left;
    position: relative;
    height: 100%;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 50%;
        top: 0;
        border-bottom: 1px solid #ffffff78;
        border-left: 1px solid #ffffff78;
        color: #ffffff;
        background-color: #000000;
    }

    .quantity-button.quantity-down {
        position: absolute;
        border-left: 1px solid #ffffff78;
        bottom: -1px;
        height: 48%;
        color: #ffffff;
        background-color: #000000;
    }

/************************************************************************************************/

.quantity, .quantitywastetoner, .quantityStaple {
    position: relative;
    height: 43.5px
}


    .quantity input[type=number]::-webkit-inner-spin-button,
    .quantity input[type=number]::-webkit-outer-spin-button,
    .quantitywastetoner input[type=number]::-webkit-inner-spin-button,
    .quantitywastetoner input[type=number]::-webkit-outer-spin-button,
    .quantityStaple input[type=number]::-webkit-inner-spin-button,
    .quantityStaple input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .quantity input[type=number], .quantitywastetoner input[type=number], .quantityStaple input[type=number] {
        -moz-appearance: textfield;
        padding-right: 5px;
    }

    .quantity #quantityMono {
        background-color: #000000;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 20px;
        font-size: 20px;
    }

    .quantity #quantityCyan {
        background-color: #00FFFF;
        color: #000000;
        font-weight: bold;
        font-size: 20px;
    }

    .quantity #quantityMagenta {
        background-color: #FF00FF;
        color: #000000;
        font-weight: bold;
        font-size: 20px;
    }

    .quantity #quantityYellow {
        background-color: #FFFF00;
        color: #000000;
        font-weight: bold;
        font-size: 20px;
    }

    .quantity #quantityWasteToner, .quantityStaple #quantityStaple {
        border: solid 1px black;
        font-weight: bold;
        font-size: 20px;
        padding-bottom: 0px;
    }

    .quantity input, .quantitywastetoner input, .quantityStaple input {
        width: 45px;
        height: 42px;
        line-height: 1.65;
        float: left;
        display: block;
        padding: 0 0 1px 20px;
        margin: 0;
        border: none;
    }

        .quantity input#quantityWasterToner, .quantity input#quantityStaple {
            border: 1px solid black;
            font-weight: bold;
            font-size: 20px;
        }

        .quantity input:focus, .quantitywastetoner input:focus, .quantityStaple input:focus {
            outline: 0;
        }


input#quantityWasterToner, input#quantityStaple {
    padding-bottom: 0px;
}

/***********************************************************************************************/
.consumablesection, .ContactDetailssection, .MeterReadingsection, .Errordetailssection {
    width: 675px;
    height: 25px;
    text-align: left;
    background-color: #C3C3C3;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 5px #888888;
}
.UploadHeadersection {
    width: 800px;
    height: 25px;
    text-align: left;
    background-color: #C3C3C3;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top:10px;
    box-shadow: 2px 5px #888888;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 17; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content, .contactus-modal-content, .forgottenpassword-modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 595px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.forgottenpassword-modal-content {
    top: 230px;
    height: 350px;
}

.contactus-modal-content {
    top: 5px;
}
.popup {
    margin: 10px auto;
    width: 1075px;
    left: 20%;
    overflow-y: auto;
    position: absolute;
    height: 85vh;
    transform: translateX(-50%);
    left: 50%;
}

    /* The Close Button */
.close, .Contactusclose, .forgottenpasswordclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}



    .close:hover,
    .close:focus, .Contactusclose:hover, Contactusclose:focus, .forgottenpasswordclose:hover, .forgottenpasswordclose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

tr.clickable-row {
    cursor: pointer;
}
.CallDetailsTable{
    width:100%;
}

.PartsTable tr td:nth-child(even) {
    text-align: right;
    padding: 3px;
}
.PartsTable tr td:nth-child(odd) {
    text-align: center;

  
    padding: 3px;
}

.CallDetailsTable tr td:nth-child(1), .CallDetailsTable tr td:nth-child(3) {
    text-align: right;
    width: 1%;
    height: 2px;
    font-weight: bold;
    padding: 0px;
}
CallDetailsTable tr td:nth-child(3) {

    width: 20%;

}
.CallDetailsTable tr td:nth-child(2) {
    text-align: left;
    width: 5%;
    padding: 0px;
    padding-left: 5px;
    
}
.CallDetailsTable tr td:nth-child(4) {
    text-align: left;
    width: 30%;
    padding: 0px;
    padding-left: 5px;
}
.CallDetailsCategory, .PartsCategory, .CommentCategory {
    width: 300px;
    height: 25px;
    text-align: left;
    background-color: #C3C3C3;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
 .CallDetailsCategory {
    width: 100%;
}
.GeneralDetailsCategory {
    width: 100%;
    height: 25px;
    text-align: left;
    background-color: #C3C3C3;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.PartsCategory, .CommentCategory {
    width: 400px;
}

.CallDetailsSection {
    width: 97%;
    position: relative;
    top: 135px;
}
/*.RightSection {
    position: absolute;
    top: 143px;
    margin-left: 650px;
    float: right;
}*/
.PartsSection {
    position: relative;

}
.CommentsSection {
    position: relative;

}
.ContactusSection, .forgottenpasswordSection {
    width: 70%;
    margin-left: 80px;
}

.contactusbuttons, .forgottenpasswordbuttons {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}
.DateRangeTable tr:nth-child(2) td:nth-child(1)
{
    
    padding-left:100px;
}
.FaultSummary td:nth-child(even) {
    text-align: justify;
    text-justify:distribute;
}

.search_results {
    display: flex;
    flex-flow: column nowrap;  
    line-height: 2;
    border-bottom: 1px solid #d0d0d0;
    flex: 1 1 auto;
}

    .search_results .th {
        display: none;
        font-weight: 700;
        background-color: #f2f2f2;
    }

        .search_results .th > .td {
            white-space: normal;
            justify-content: center;
        }

    .search_results .tr {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
    }

        .search_results .tr:nth-of-type(even) {
            background-color: #f2f2f2;
        }

        .search_results .tr:nth-of-type(odd) {
            background-color: #ffffff;
        }

    .search_results .td {
        display: flex;
        flex-flow: row nowrap;
        flex-grow: 1;
        flex-basis: 0;
        padding: 0.5em;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0px;
        white-space: nowrap;
        border-bottom: 1px solid #d0d0d0;
    }

  
.header .container {
    /* max-width: 1140px;*/
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    left: 180px;
}

#header {
    position: absolute;
    z-index: 16;
}

.header_container {
    height: 62px;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-grow: 1;
}

.header {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 103px;
    width: 100vw;
    align-items: stretch;
    border-bottom: 1px solid #d4d4d4;
}

.header_tools {
    display: block !important;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    z-index:1;
}

.header_tools_list {
    margin: 0;
    padding: 10px 260px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 26px;
    list-style: none;
    font-size: 10pt;
}

.header_tools_item:last-of-type {
    border: 0;
}

.header_tools_item:last-child {
    padding-right: 0;
    border: none;
}

.header_tools_item {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
    font: normal 13px/24px GT-Eesti-Pro,sans-serif;
    border-right: 1px solid #000;
}

.header-tools__link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding-bottom: 0;
}

.header_tools_item a:hover {
    text-decoration: underline;
}

.header_tools_item span {
    padding-left: 10px;
}

.header_logo-container {
    width: auto;
    height: 100%;
    border-bottom: none;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;

}

.header_logo {
    margin-right: 18px;
    flex-shrink: 0;
    width: 147px;
    align-self: center;
    display: flex;
}

.header_brand {
    margin-right: 100px;
    align-self: center;
    display: flex;
    margin: 0;
    font: normal 12px/1.5 GT-Eesti-Pro,sans-serif;
}

.header_nav {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    height: auto;
    right: 20%;
    position: inherit;
}

.header_nav-container {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 0;
}

.header_nav_list {
    display: flex;
    position: relative;
    list-style: none;
    padding-top: 5px;
}

.header_nav_item {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    text-align: center;
    /*font-weight: 450;*/
    font-size: 11pt;
    padding-left: 20px;
    
}

.under_eff {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #4a4848;
    padding-right: 5px;
}

    .under_eff:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #0a9bcd;
        height: 3px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        
    }

.under_eff:hover:before,
.under_eff:focus:before,
.under_eff:active:before {
    left: 0;
    right: 0;
}



.container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 160px;
    max-width: 850px;
    margin-bottom: 20px;
}
.form__title {
    text-align: center;
    padding-bottom: 40px;
    display: block;
    margin: 0;  
    font-size: 2em;
    color: inherit;
}

.form_msg {
    padding-bottom: 60px;
    text-align: center;
}


/****************************************/
.password-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    padding: 60px 0;
    border-top: 2px solid #ebebeb;
}

.outstandingcallsbutton td {
    background-color: #FFFFFF;
    align-content: center;
    margin-left:100px;  
    
}

#ResetPassword {
    width: 600px;
    padding-top:70px;
}

.arrow-right {
    width: 32px;
    height: 30px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' %3E%3Cpath fill='%23333' d='M18.629 15.997l-7.083-7.081L13.462 7l8.997 8.997L13.457 25l-1.916-1.916z' /%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.325em;
    padding-left: 2px;
    padding-right: 2px;
}

.LoginFormFP .form_input {
    margin-left: 260px;
}

#PreviouscommentsTable {
    width: 95%;
}

.CommentTable .form_textarea {
    width: 90%;
}
.PreviouscommentsTableDiv {
    overflow-y: auto;
    height:250px;
}
.FaultSummarydiv{
    height:60px;
    overflow-y:auto;
}

.c-logo__image{
    cursor:pointer;

}
.LoginPageContent table:nth-child(1)
{
    text-align:justify;
    text-justify:auto;
 
}
#filtercalls {
    width: 275px;
    position: absolute;
    right:160px;
    top:-10px;
    
    
}
#filtercallsbutton{
    position:absolute;
    margin-left:170px;
    margin-top:-50px;
}
.TopBannerpopup {
    background: #F2F2F2;
    position: relative;
    height: 120px;
    width: 94%;
    display: flex;
}

.TopBannerTextpopup {
    font-size: 30px;
    margin-left: 10px;
    padding-top: 30px;
}

.TopBannerImagepopup {
    content: url('../images/main/service-call-hs.jpg');
    position: inherit;
    margin-left: 230px;
}

.TableMain #UploadFilesDiv #files
{
    width:50%;
    margin-left:100px;
}
.div_form #UploadFilesDiv .login_button {
    margin-left: 5px;
}
.div_form #UploadFilesDiv input, .TableMain #UploadFilesDiv input {
    display: inline;
}
.div_form #UploadFilesDiv #files {
    width: 70%;
    display: inline;
}
.div_form #UploadFilesDiv, #PreviouslyUploadedFilesDiv {
    width: 600px;
}
#PreviouslyUploadedFilesDiv {
    width: 300px;
}
#PreviouslyUploadedFilesDiv a {
    color:black;
    padding:0px;
    text-align:left;
}
#UploadSection #UploadFilesDiv #files {
    width: 90%;
}
#UploadSection #UploadFilesDiv input {
    display: block;
}

#Content #version {
    margin-top: 300px;
    margin-left: 50px;
    font-family: 'GT-Eesti-Pro-Display-Light',Verdana,Arial;
}
 #Content #version td, #Content #version td li {
        padding: 5px;
 }
#version ul {
    list-style-image: url('../images/main/rightarrow.jpg');
}

#version #header {
    font-family: 'GT-Eesti-Pro-Text-Bold',Verdana,Arial;
    margin-bottom: 10px;
    z-index:1;
}
input[type='file'] {
    color: transparent;
}
#UploadFilesDiv input[type='button'], #SearchformWarranty input[type='button'] {
    height: 25px;
    padding: 0 20px;
    font: bold 12px GT-Eesti-Pro,sans-serif;
    line-height: 0px;
}
#SearchformWarranty input[type='button'] {
    
    padding: 0 10px;
}
/*#fileList .login_div_button {
    height: 25px;
    padding: 0 10px;
    font: bold 15px GT-Eesti-Pro,sans-serif;
    line-height: 0px;
   
}
*/
#fileList ul {
    margin:0px;
    padding:0px;
}
#fileList .login_button {
 margin-left:5px;
 margin-top:10px;
}

#fileList li {
    
    float: left;
    clear: left;
    padding:0px 0px 0px 0px;
}

.DocumentsList {
    /*border: solid 1px black;*/
    width: 800px;
    margin-left: 400px;
    padding: 20px;
}

 .DocumentsList tr {
        background-color: #f2f2f2;
    }

 .DocumentsList tr td:nth-child(odd), .DocumentsList tr td:nth-child(even) {
            height: 30px;
            background-color: #d4d4d4;
            text-align: left;
            border-collapse: collapse;
        }

.DocumentsList tr td:nth-child(even) {
            width: 10px;
        }

    .DocumentsList .help {
        margin-left: 10px;
        font-size: 11px;
    }

    .DocumentsList .filename {
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .DocumentsList tr td a {
        align-content: end;
    }


    .DocumentsList tr {
        background-color: #f2f2f2;
    }
    .DocumentsList tr td{
        height:35px;
    }

.DocumentsList .help{
    
    margin-left:10px;   
}
#CallDetails {
    font-size:12px;
}
#CallDetails TopBannerTextOS {
        font-size: 10px;
        
}
    #CallDetails .TopBannerTextpopup {
        font-size: 15px;
        padding-top: 10px;
        margin-left: 80px;
        
        
    }
    #CallDetails .TopBannerpopup {
        height: 30px;
        display: block;

    }
.AllCommentsTable, .AllPartsTable {
    border: 1px solid black;
    border-collapse: collapse;
}

    .AllCommentsTable tr td:nth-child(odd), .AllCommentsTable th:nth-child(odd), .AllPartsTable tr td:nth-child(odd), .AllPartsTable th:nth-child(odd) {
        width: 10%;
        padding: 5px;
    }
    .AllCommentsTable tr td:nth-child(odd) {
        border-right: 1px solid black;
        border-collapse: collapse;
    }
    .AllCommentsTable tr td:nth-child(1) {
        text-align:center;
    }
    .AllCommentsTable th:nth-child(odd), .AllCommentsTable th:nth-child(even) {
        text-align: center;
        border: 1px solid black;
        border-collapse: collapse;
    }
    .AllCommentsTable tr td:nth-child(even), .AllCommentsTable th:nth-child(even) {
        width: 70%;
        margin-left: 2px;
    }
    .AllCommentsTable th:nth-child(even) {
        text-align:left;
        padding-left: 5px;
    }

    .AllPartsTable tr td:nth-child(odd), .AllPartsTable tr td:nth-child(even) {
        border-right: 1px solid black;
        border-collapse: collapse;
    }

.AllPartsTable th:nth-child(odd) {
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
}

    .AllPartsTable tr td:nth-child(even) {
        width: 70%;
        margin-left: 2px;
    }
    .AllPartsTable tr td:nth-child(3), .AllPartsTable tr td:nth-child(4), .AllPartsTable tr td:nth-child(1) {
        text-align: center;
    }
    .AllPartsTable th:nth-child(even) {
        text-align: center;
        border: 1px solid black;
        border-collapse: collapse;
        width: 70%;
        margin-left: 2px;
    }
    .AllPartsTable th:nth-child(2) {
        text-align: left;
        padding-left: 5px;
    }
   
.CommentsTR table {
    width: 100%;
}
.CommentsTR {
    width: 100%;
}
.CommentsRowHeader {
    width: 80%;
    text-align: center;
    border: 1px solid black;
}


.CallDetailsTable .form_textarea {
    margin-top: 20px;
   width: 700px;
    
}
.CallDetailsTable .GeneralDetailsCategory {
    margin-bottom:1px;
}
#AllCommentsTableDiv, #AllPartsTableDiv {
    overflow-y: auto;
    height: auto;
}
.AllPartsTable .quanity
{
    text-align:center;
}
.CallDetailsTable previousfileLabel {
    text-align: left;
}
.CallDetailsTable .previousfileUploadTR td:nth-child(odd) {
    text-align: left;
    width:30px;
}
.CallDetailsTable .uploadfilestable tr td:nth-child(1) {
    width: 12%;
}
CallDetailsTable .uploadfilestable tr td:nth-child(2) {
    width: 20%;
}
CallDetailsTable .uploadfilestable tr td:nth-child(3) {
    width: 65%;
}

CallDetailsTable .DetailsSectionRow td:nth-child(1) {
    width: 5px;
}

.CallDetailsTable .DetailsSectionRow td:nth-child(3) {
    width: 5px;
    text-align:right;
}
.CallDetailsTable .GeneralDetailstable td:nth-child(1) {
    width: 70px;
}
.CallDetailsTable .GeneralDetailstable td:nth-child(4) {
    width: 50%;
}
.CallDetailsTable .GeneralDetailstable td:nth-child(2) {
    width: 30px;
}
.CallDetailsTable .GeneralDetailstable {
    width: 100%;
    display: table;
}
.CallDetailsTable .login_button {
    
    margin-top: 20px;
}
.NewFileUploadTD{
    margin-left:20px;
}

.staplesDetailsForm {
    display: none;
}

#StaplesDescription {
    background-color: transparent;
}

#StaplesMessageAlert {
    margin: 2px auto 15px;
}

.staplesDetailsForm .form_input {
    margin-bottom: 5px;
}
.consumablesDeviceDetailsTableTd {
    font-size: 18px;
}
.api_message p {
    font-weight: bold;
}