/**
 * General
 */
html {
  background-color: white;
}

 @font-face {
  font-family: 'telusdings';
  src: url("//static.telus.com/common/fonts/telusdings-regular-webfont.woff?v=23") format("woff");
  font-weight: 800;
  font-style: normal;
}

a {
  text-decoration: none;
}

.text-right {
  text-align: right;
}

tbody {
  background-color: #fff;
}

.frg-body-font-14px {
  line-height: 17px;
}

.frg-shadow {
  border-collapse: separate;
}
.frg-drop-shadow {
  border-collapse: separate;
}
.frg-button.color-white {
  color: #8350a7;
  border: 1px solid #cecece;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(90%, #ffffff), color-stop(90%, #cecece), color-stop(100%, #cecece));
  background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 90%, #cecece 90%, #cecece);
  background-image: -moz-linear-gradient(#ffffff 0%, #ffffff 90%, #cecece 90%, #cecece);
  background-image: -o-linear-gradient(#ffffff 0%, #ffffff 90%, #cecece 90%, #cecece);
  background-image: linear-gradient(#ffffff 0%, #ffffff 90%, #cecece 90%, #cecece);
  background-color: white;
}

.frg-list li {
  margin-bottom: 10px;
  padding-left: 20px;
}

.frg-list li:before {
  content: "\E001";
  font-family: 'telusdings';
  font-weight: normal;
  font-style: normal;
  margin-right: 5px;
  color: #666;
  font-size: 8px;
  vertical-align: middle;
  line-height: -2px;
  padding-bottom: 3px;
  display: inline-block;
  margin-left: -15px;
}


input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}

/**
 * Site Header
 */

.site-header .portal-title {
  display: inline-block;
  margin-top: 8px;
  margin-left: 0px;
  padding-left: 20px;
  border-left: 1px solid #49166d;
  color: #49166d;
}

.site-header .user-menu {
  padding: 12px 0;
  text-align: right;
}

/**
 * Dropdown Menu
 */

nav.menu {
  float: right;
  margin-top: -10px;
}

.nav {
  float: right;
  margin: 15px 0;
}

.nav ul {
  position: absolute;
  top: 2.2em;
  left: -9999px;
  opacity: 0;
  transition: 0.1s linear opacity;
  min-width: 150px;
}

.nav li {
  float: left;
  position: relative;
}

.nav li > a {
  float: left;
  padding: 10px 15px;
  text-decoration: none;
}

.nav li > a:hover,
.nav li > a:focus,
.nav li:focus > a,
.nav li:hover > a {
  _background: #EFEFEF;
  _outline: 0;
}

.nav li:hover ul,
.nav li:focus ul,
ul.show-menu {
  left: -140px;
  min-width: 200px;
  _top: 30px;
  opacity: 0.99;
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 2px 0px rgba(51,51,51,0.1) !important;
}

.nav ul li {
  float: none;
  position: static;
}

.nav ul a {
  float: none;
  display: block;
  margin: 20px 10px 0 10px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 14px;
  text-shadow: none;
  text-align: center;
  transition: 0.1s linear all;
  border-bottom: 1px solid #e2e2e2;;
}

.nav ul li:last-child a {
  border-bottom: none;
}

.nav ul a:hover,
.nav ul a:focus {
  text-shadow: none;
}

.list-reset {  
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Forms
 */

.uss-input {
  margin-bottom: 20px;
}

.uss-input .input-info {
  margin-bottom: 5px;
}

.uss-input input, input[type=text] {
  width: 100%;
  border-color: #909090 !important;
}

.uss-input select {
  border-color: #909090 !important;
}

.frg-select-container {
  width: 100%;
  height: 46px;
  overflow: hidden;
}

.frg-select-container.color-light:after {
  color: #49166d;
}

.uss-input .date-picker-input {
  position: relative;
}

.uss-input .date-picker-control:after {
    content: "\E088";
    font-family: 'telusdings';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    color: #49166d;
    position: absolute;
    pointer-events: none;
    font-size: 2.0em;
    top: 6px;
    right: 6px;
    z-index: 1000;
}

.uss-input .date-picker-control:link, .date-picker-control:visited {
  position: absolute;
  top: 2px;
  right: -4px;
  background-image: none;
  height: 44px;
  width: 40px;
}

.uss-input .date-picker-control span {
  width: 100%;
  height: 100%;
}

button[type=submit] {
  min-width: 180px;
}

/**
 * Nav/breadcrumbs
 */

section.page-header {
  background-color: #fff;
}

section.page-header h1 {
  padding-top: 40px;
  padding-bottom: 20px;
}

/**
 * Login Form
 */

section.login-form {
  padding: 40px 0 40px 0;
}

/**
 * Home Page
 */

section.homepage-category-buttons {
  padding: 120px 0;
}

.homepage-btn--fifth {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 720px) {
  .homepage-btn:nth-last-child(1):nth-child(odd) {
    display: flex;
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .homepage-btn--fifth {
    width: 98%;
    margin: 1%;
  }
}

/**
 * Change Password
 */

section.change-password {
  padding: 40px 0;
  background-color: #fff;
}

section.change-password .current-user {
  margin-bottom: 20px;
}

section.change-password .change-password-notes {
  margin-top: 20px;
}

/**
 * Service Request Order
 */

section.service-request-order {
  padding: 40px 0;
  background-color: #fff;
}

section.service-request-order .frg-button {
  min-width: 0;
  width: 100% !important;
}

section.service-request-order .service-request-order-buttons {
  margin-top: 20px;
}

section.service-request-order table {
  min-width: 100%;
  margin: 0 auto;
  font-size: 17px;
}

section.service-request-order .report-output, section.service-request-order .report-summary {
  margin-bottom: 40px;
}

section.service-request-order .report-summary table td {
  padding: 10px;
  _border: 1px solid #eee;
}

section.service-request-order .report-summary table img,
section.service-request-order .report-output table img {
  margin-right: 5px;
}

section.service-request-order .report-summary table tr:nth-child(1),
section.service-request-order .report-output table tr:nth-child(1) {
  background-color: #8c68a6;
}

section.service-request-order .report-summary table tr:nth-child(1) td,
section.service-request-order .report-output table tr:nth-child(1) td {
  padding: 10px;
  color: #fff;
  padding-left: 10px !important;
}

section.service-request-order .report-summary table table tr:nth-child(even) td {
  background-color: #f3f3f3;
}

section.service-request-order .report-output > table td {
  padding: 2px 10px 2px 10px;
}

section.service-request-order .report-output > table > tbody > tr > td:nth-child(1) {
  width: 40%;
  padding-left: 10%;
}

section.service-request-order .report-output > table > tbody > tr > td:nth-child(2) {
  width: 50%;
}

section.service-request-order .report-output > table > tbody > tr > td > input[type=text] {
  width: 60%;
}

section.service-request-order .report-output > table > tbody > tr > td > input[type=text][id^=qty] {
  width: 75px;
}

section.service-request-order span[id^=mac_detail] > table > thead > tr > th {
  padding: 10px;
  color: #fff;
}

section.service-request-order span[id^=mac_detail] > table > thead > tr > th:nth-child(2) {
  text-align: right;
}

section.service-request-order span[id^=mac_detail] > table > tbody > tr:nth-child(1) {
  background-color: transparent;
}

section.service-request-order span[id^=mac_detail] > table > tbody > tr > td:nth-child(1) {
  font-size: 17px;
  color: rgb(89, 88, 89);
}

section.service-request-order table td.sub-header {
  padding-top: 40px;
}

section.service-request-order table h3 {
  font-weight: bold;
}

section.service-request-order table u {
  text-decoration: none;
}

section.service-request-order .report-output > table table {
  background-color: #f3f3f3;
  margin-left: -10%;
  margin-bottom: 20px;
  width: 110%;
}

section.service-request-order .report-output > table table > tbody {
  background-color: transparent;
}

section.service-request-order .report-output > table table > tbody > tr:first-child > td {
  padding: 10px;
}

section.service-request-order .report-output > table > tbody > tr:nth-last-child(2) table {
  background-color: transparent;
}

/*
section.service-request-order table input[type=text] {
  border-color: #909090 !important;
  font-size: 14px;
  line-height: 24px;
  font-family: "tlightregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 12px;
  height: 44px;
  position: relative;
  top: 0;
  margin: 2px 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-appearance: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}
*/

/**
 * Reports
 */

section.reports-home {
  padding: 40px 0;
  background-color: #fff;
}

section.reports-home .report-output {
  margin-top: 20px;
  padding: 0 0 40px 0;
  overflow: auto;
  max-height: 600px;
}

section.reports-home .report-output table {
  min-width: 80%;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  font-size: 17px;
}

section.reports-home .report-output table th,
section.reports-home .report-output table td {
  padding: 20px;
  text-align: center;
  border: 1px solid #e2e2e2;
  color: #595859;
  font-size: 12px;
}

section.reports-home .report-output table th {
  background-color: #f3f3f3;
  font-weight: bold;
}

section.reports-home .report-output table td {
  color: #595859;
}

/**
 * Service Request Search
 */

section.service-request-search {
  padding: 40px 0;
  background-color: #fff;
}

section.service-request-search .report-output {
  margin-top: 40px;
  padding: 40px 0 40px 0;
}

section.service-request-search .text-right {
  clear: right;
}

/**
 * Service Request List
 */

section.service-request-list {
  padding: 40px 0;
  background-color: #fff;
}

section.service-request-list .report-output {
  margin-top: 40px;
  padding: 40px 0 40px 0;
}

section.service-request-list .export-link {
  padding-top: 40px;
}

section.service-request-list .service-request-list-output table {
  min-width: 100%;
  margin: 0 auto;
  font-size: 12px;
}

section.rservice-request-list .service-request-list-output table th,
section.service-request-list .service-request-list-output table td {
  padding: 10px;
  text-align: left;
  color: #595859;
}

section.service-request-list .service-request-list-output table td {
  color: #595859;
}

section.service-request-list .service-request-list-output table tr:nth-child(1) td {
  font-weight: bold;
  background-color: #fff !important;
}

section.service-request-list .service-request-list-output table tr:nth-child(2) td {
  padding: 0;
}

section.service-request-list .service-request-list-output table tr:nth-child(odd) td {
  background-color: #f3f3f3;
}

section.service-request-list .service-request-list-output table td a {
  display: block;
  height: 40px;
  width: 40px;
}

section.service-request-list .service-request-list-output table td a:after {
    content: "\E091";
    font-family: 'telusdings';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    color: #66cc00;
    position: relative;
    float: right;
    right: 8px;
    top: 7px;
    pointer-events: none;
    font-size: 2.0em;
}

section.service-request-list .service-request-list-output table td a img {
  display: none;
}

/**
 * Service Request Detail
 */

section.service-request-detail {
  padding: 40px 0;
  background-color: #fff;
}

.service-request-detail-return-link {
  display: block;
  padding-top: 50px;
  padding-right: 20px;
  font-size: 17px;
}

section.service-request-detail table {
  width: 100%;
  margin-bottom: 40px;
}

section.service-request-detail table tr {
  padding-left: 20px;
  padding-right: 20px;
}

section.service-request-detail table tr:nth-child(1) {
  background-color: #8c68a6;
  color: #fff;
}

section.service-request-detail table tr:nth-child(1) td {
  padding: 10px;
  font-size: 21px;
  font-weight: bold;
}

section.service-request-detail table tr:nth-child(1) td u {
  text-decoration: none !important;
}

section.service-request-detail table tr:last-child td {
  padding-bottom: 40px;
}

section.service-request-detail table tr td {
  padding: 5px 20px;
}

section.service-request-detail table tr td h3 {
  font-weight: bold;
}

/* Mac Details */

section.service-request-detail .mac-details table table tr td {
  padding: 10px;
  font-size: 17px;
}

section.service-request-detail .mac-details table table tr:nth-child(even) td {
  background-color: #f3f3f3;
}

/**
 * Fooer
 */

.footer {
  padding:0px;
}

.footer .support-footer {
  min-height: 67px;
  padding: 25px 0;
  background: url("../img/chrysanthemum_green_corner.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80px;
}

.footer .support-footer ul li {
  display: inline; 
  list-style-type: none;
  padding-right: 20px;
}

.footer .support-footer a {
  font-size: 14px;
}

.footer .support-footer a:nth-child(1) {
  border-right: none;
}

.white-background {
  background: white;
}

.rowTableGrey {
  background-color: #f3f3f3;; 
}

section.service-request-results {
  padding: 40px 0;
  background-color: #ffffff;
}

.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
/* Modal Content */
.modal-content.strong {
  margin: .67em 0;
  font-size: 2em;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}