﻿@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@media screen and (max-width: 992px)
{
    .navbar-collapse
    {
        max-height: inherit;
        overflow-x: auto;
    }
}

.header.row
{
    z-index: 999;
}

.navbar
{
    position: static;
}

.plain-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 992px)
{
    .panel-body.panel-body-summary
    {
        height: 155px;
    }

    .panel-body-large
    {
        height: 286px;
    }
}

td
{
    vertical-align: middle !important;
}

.btn-table-row
{
    width: 100%;
}

.bold
{
	font-weight: bold;
}

.search-input-group
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.pagination
{
	margin-top: 0px !important;
}

.statusPageData
{
    font-weight: bold;
}

tfoot tr td
{
    font-weight: bold;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 200px;
  }

.btn-more-info
{
    min-width: 100px;
}

.btn-view-invoice
{
    min-width: 170px;
}

.btn-block
{
    min-width: 100px;
}

.hidden-xs-inline {
    display: inline-block !important;
}

@media (max-width: 767px) {
.hidden-xs-inline {
  display: none!important;
 }
}

/* -- 2016 Redesign -- */

body {
    letter-spacing: -.01em;
    font-size: 18px;
    min-width: 320px;
    /* background: #fff; */
    font-family: 'Ubuntu',arial,sans-serif;
    color: #666;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #f5f5f5;
}

table {
    font-size: 16px;
}

.header-container {
    background-color: #ffffff;
}

h1, h2, h3, h4, h5 {
    font-style: normal;
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 10px;
}

h2.lineheading, h3.lineheading {
    color: #46565c;
    border-bottom: #d5d5d5 solid 1px;
    margin: 0 0 30px 0;
    padding-bottom: 15px;
    font-size: 21px;
}

@media screen and (min-width: 992px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-nav li {
        float: none;
        display: inline-block;
    }
}

.navbar.navbar-default {
    background-color: #16a7a4;
    border: none;
    border-radius: 0;
    line-height: 25px;
    margin-bottom: 0px;
}

.container.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

#navitems.navbar-nav {
    margin-bottom: 0px;
    margin-top: 0px;
}

@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li {
        padding: 6px;
        border-bottom: 1px solid #12828d;
    }
}

.navbar-default .navbar-nav > li.active > a {
    background-color: transparent !important;
    color: #fff;
    opacity: .6;
}

.header-logo-md {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 64px;
}

.header-logo-xs {
    height: 64px;
    margin-top: 7px;
    margin-bottom: 5px;
}

.navbar li.dropdown.open {
    background-color: #fed20d;
    color: #485f65;
}

.navbar li.dropdown.open .dropdown-menu {
    margin-top: -1px;
    margin-left: -1px;
}

.navbar li.dropdown.open ul li {
    display: block;
}

.navbar li.dropdown.open a {
    background-color: transparent !important;
    color: #485f65 !important;
}

.global-phoneno {
    position: relative;
    padding-left: 15px;
    display: block;
    font-size: 24px;
}

.header-gutter {
    background: #d5d5d5;
    width: 1px;
    height: 20px;
    display: inline-block;
    top: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

.global-telinfo .global-callme, .global-telinfo .global-requestcallback {
    float: left;
}

a.header-callback-text {
    color: #16a7a4;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-top: -2px;
    line-height: 24px;
    height: 24px;
    float: right;
}

.header-phone-container {
    display: inline-block;
}

.header-phone-container .number {
    position: relative;
    padding-left: 15px;
    display: block;
    font-size: 24px;
}

.top-right-nav-container {
    margin-top: 40px;
    float: right;
}

.navbar.navbar-default {
    min-height: 5px !important;
}

.header-buttons {
    height: 60px;
}

.header-buttons button, .header-buttons a {
    width: 60px;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #dbdfe0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.container-fluid .header.row .col-md-12 {
    padding-right: 0;
}

.container-fluid .header.row .col-md-12 .navbar-toggle {
    margin-right: 0px;
    border-radius: 0 !important;
    border-bottom: none;
    border-top: none;
    border-right: none;
}

.navbar-collapse {
    border-top: none !important;
    box-shadow: none !important;
}

.navbar-toggle {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.navbar-toggle.open {
    background-color: #16a7a4;
    color: #ffffff;
}

table thead tr {
    background-color: #16a7a4;
    color: #ffffff;
    border-color: #16a7a4 !important;
}

table thead tr th {
    border-bottom: 2px solid #16a7a4 !important;

}

th, td {
    padding: 15px !important;
    border-top: none !important;
}

table tbody tr {
    border-bottom: 1px solid #eff1f2;
    background-color: #ffffff;
}

table tbody tr td {
    border-bottom: 1px solid #eff1f2;
}

table tbody tr:hover {
    background-color: #f5f6f7;
}

.table.panel {
    border: none;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 12px !important;
    right: -3px !important;
}

.table-search-button {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

input, select, select.form-control, input.form-control {
    padding: 6px 12px;
    border: 1px solid #b3bdc2;
    color: #444;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: none!important;
    font-size: 18px;
}

div.dataTables_wrapper div.dataTables_length select {
    height: auto !important;
}

a {
    color: #16a7a4;
}

a:hover {
    color: #0b5756;
}

.pagination .active a, .pagination .active a:focus, .pagination .active a:hover {
    background-color: #16a7a4;
    border-color: #16a7a4;
}

.pagination li a {
    color: #16a7a4;
    outline: none !important;
}

.pagination li a:hover {
    color: #0b5756;
}

/* Footer */
.footer-socialblock {
    background-color: #37464d;
    text-align: center;
    margin-top: 0;
    position: relative;
    padding: 20px 0 20px;
}

.footer-socialblock label {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.footer-social-icons {
    margin-top: 7px;
}

.footer-social-icons a {
    background: url('../images/phssprites.png') no-repeat;
    background-size: 480px 600px;
    height: 45px;
    padding: 20px 0;
    width: 50px;
    display: inline-block;
    position: relative;
}

.footer-social-icons .twitter {
    background-position: 0 -390px;
}

.footer-social-icons .linkedin {
    background-position: -120px -390px;
}

.footer-social-icons .googleplus {
    background-position: -180px -390px;
}

.footer-social-icons .youtube {
    background-position: -300px -390px;
}


/* -- Mega Footer -- */

.megafooter {
    background: #4b5c63;
    padding: 30px 0;
}

.megafooter label {
    cursor: default;
    display: block;
    font-size: 16px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.megafooter ul {
    list-style: none;
    display: block;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    top: 0;
}

.megafooter ul li a {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    padding: 0 0 10px 0;
    color: #fff;
}

.megafooter ul li a:hover {
    text-decoration: none;
}

.bottom-footer {
    padding: 15px 0;
    font-size: 14px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 470px;
}

.footer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 470px;
}

@media screen and (max-width: 992px)
{
    .footer-container {
        height: 220px;
    }

    body {
        margin-bottom: 220px;
    }
}