/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Custom styles
   ========================================================================== */
/*body {
     padding-top: 70px; Required padding for .navbar-fixed-top. Change if height of navigation changes. 
}*/

body {
    font-family: 'American sans', Arial, sans-serif, helvetica;
}


.container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}


.logo {
    height: 42px;
}

ul .all-blogs {
    list-style-type: none;
    padding-left: -50px;
}

.all-blogs li {}
/* enable absolute positioning */

.inner-addon {
    position: relative;
}
/* style glyph */

.inner-addon .glyphicon {
    position: absolute;
    padding: 8px;
    pointer-events: none;
}
/* align glyph */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}
/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bottom-align-text a {
    color: white;
}

.navbar-nav>li>center>a>p {
    color: white;
    text-decoration: none;
    font-size: 14px;
}


/*Navbar padding fix*/

.navbar-collapse {
    padding-left: 0 !important;
}
/*navbar remove rounded edges*/

.navbar {
    border-radius: 0;
    background-color: #0078D2;
    border: none;
}

.fixed-nav-bar {
    display: block;
    position: fixed !important;
    clear: both;
    top: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    height: 110px;
    background-color: #FFF;
}

.content-margin-top {
    margin-top: 150px;
}

.icon-white {
    color: white;
}

.navbar-form {
    padding-top: 15px;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 5px 15px;
}

/* Custom pagination icon for JQgrid (using FontAwesome-4.2)*/
.ui-icon-seek-next, .ui-icon-seek-prev, .ui-icon-seek-end, .ui-icon-seek-first
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

}
.ui-icon-seek-next:before
{
    content: "\f105";
    font-family: FontAwesome;
}
.ui-icon-seek-prev:before
{
    content: "\f104";
    font-family: FontAwesome;
}
.ui-icon-seek-end:before
{
    content: "\f101";
    font-family: FontAwesome;
}
.ui-icon-seek-first:before
{
    content: "\f100";
    font-family: FontAwesome;
}

.grand-total-styling {
    font-family: 'American sans', Arial, sans-serif, helvetica;
    font-size: 14px;
    float: right;
    margin:8px;
    padding-right: 30px;
}

.hub-cities-styling {
font-weight: bold;
}
 
@media(min-width:768px) {
    /* body {
       padding-top: 100px;  Required padding for .navbar-fixed-top. Change if height of navigation changes. 
    }*/
    
    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


input {
    border-radius: 0px;
}


input["type=date"] {
    display: inline-block;
}

/**Footer**/

footer {
    margin-top: 90px;
}
.footer-main {
  background: #2b5464;
  color: #ffffff;
  border-top: 15px solid #36495A;
  min-height: 200px;
  padding: 30px 0;
  z-index: 100;
}

.footer-main a {
  color: #ffffff;
}

.footer-main ul {
  margin: 0;
  padding: 0;
}

.footer-main li {
  line-height: 1.8em;
  list-style: none;
}

.footer-links {
    color: #FFF;
}

.navbar-text span {
    padding-left: 15px;
}

.footer-links:hover {
    color: #0078D2;
}

.scrollup {
    position: fixed;
    padding-right: 2%;
    right: 5px;
    bottom: 10px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none !important;
}

.scrollup:after {
    font-family: 'American Icons';
    content:"\e044";
    font-size: 16px;
    line-height: 18px;
    padding-left: 2px;
}

.breadcrumb {
    background-color: #FFF;
}

.navbar-footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #36495A !important;
    color: #627A88 !important;
}

.navbar .navbar-text,
.navbar .navbar-link {
    color: #D0DAE0;
}

.page-breadcrumb .breadcrumb {
    margin-left: 0;
}

.navbar-text {
    margin-left: 0px;
}

/* Horizontal Scrolling Fix for jqGrid Sub-grid*/
.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative; 
  margin: 0em; 
  padding:0; 
  /*overflow: auto;*/ 
  overflow-x:hidden; 
  overflow-y:auto; 
  text-align:left;
}

.ui-jqgrid {
    border-width: 0px;
}
/*If you want additionally remove vertical border between the cells in the grid you can use*/

.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: transparent;
}
/* remove horizontal border between the rows you can use*/

.ui-jqgrid tr.ui-row-ltr td {
    border-bottom-color: transparent;
}
/*To remove vertical borders between the column headers you can use*/

th.ui-th-column {
    border-right-color: transparent !important
}


.navbar-nav>li {
    padding: 6px 45px 10px 0px;
}
 
.navbartext {
    font-family: 'AmericanSans', Arial, sans-serif, helvetica;
    color: #fff !important;
    font-size: 14px !important;
    text-decoration: none!important;
}

.navbartext:hover {
    color: #4DB4FA !important;
}

.nav > li > a {
    padding-left: 0px;
    padding-top: 0px !important;
}   

/*Custom JQgrid Column Styling*/
.ui-th-column-header
{
  color: #36495A;
  text-align: center;
}

.ui-jqgrid-labels .ui-th-column { 
border-right-color: transparent !important
}

.column-flight-blue {
    font-size: 16px;
    color: #0078D2;
    /*padding-left: 20px;*/
    text-align: left !important;
}

/*.column-flight-blue:before {
    content: "";
    background-image: url("../images/aa_flight_icon_red.jpg");
    background-repeat:  no-repeat;
    padding-left: 30px;
    padding-right: 10px;
    background-size: 24px 12px;

}*/

.flight-cell-style {
    margin-right: 10px;
    width: 24px;
    height: 12px;
    font-size: 16px;
    color: #0078D2;
}

/* Use for Station column*/
.column-center-blue {
    font-size: 16px;
    color: #0078D2;
    text-align: center !important;
}

/* Use for all totals and grand totals Grand Totals*/
.column-center-bold {
    font-size: 14px;
    padding-right: 30px !important;
    font-weight: bold !important;
    color: #0078D2;
    text-align: right !important;
}

.column-data-inbound {
    font-size: 14px;
    padding-right: 30px !important;
    font-weight: bold !important;
    color: #00467F;
    text-align: right !important;
}


.column-data-outbound {
    font-size: 14px;
    padding-right: 20px !important;
    font-weight: bold !important;
    color: #00467F;
    text-align: right !important;
}



/* Use for Inbound columns*/
.column-right-normal-inbound {
    font-size: 14px;
    text-align: right !important;
}

/* Use for Outbound columns*/
.column-right-normal-outbound {
    font-size: 14px;
    text-align: right !important;
}

/* Use for regular column headers*/
.columnHeader-right{
    font-size: 12px;
    color: #36495A;
    font-weight: normal;
    text-align: right !important;
}

.columnHeader-right-bold{
    font-size: 14px;
    color: #36495A;
    font-weight: bold;
    text-align: right !important;
}

.columnHeader-left{
    font-size: 14px;
    color: #36495A;
    font-weight: bold;
    text-align: left !important;
}

.columnHeader-GrandTotal{
    font-size: 14px;
    padding-right: 25px;
    font-weight: bold;
    color: #36495A;
    text-align: right !important;
}

/* Column headers for grand total/ Station / totals etc.*/
.columnHeader-center {
    font-size: 14px;
    font-weight: bold;
    color: #36495A;
    text-align: center !important;
}

.columnHeader-station {
    font-size: 14px;
    font-weight: bold;
    color: #36495A;
    text-align: center !important;
}

table {
    padding-top: 20px !important;
}


form {
    padding-bottom: 20px;
}

/*Remove highlight on hover, Ovrriding default bootstrap effect*/
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

/*IE 11 fix for image sizing - (IE11 takes transparent background size for SVG)*/
.navbartext img {
    width: 50px;
    height: 31px;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: transparent;
}
/* Pills Styling*/
ul, ol {
    margin-left: 0px;
}


.nav-pills > li > a {
    background-color: transparent !important;
    color: grey;
    padding: 10px 0px 2px !important;
    text-align: center !important;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-right: 45px;
    margin-left: 0px !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #0078D2;
    border-bottom: 2px solid;
    border-radius: 0px;
}


.nav-pills > li > a{
}

/* Mega Menu Styles*/

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

.navbar-default {
    color: #fff;
    background-color: #ccc6c6;
    border-color: #aca1a2;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
}

/*Mega Menu Styles*/
.navbar-default{
color: #fff;
background-color: #ccc6c6;
border-color: #aca1a2;
}
.navbar-default .navbar-nav > li > a{
    color:#fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
    color:#fff;
}
.menu-large {
  position: static !important;
}

/* .megamenu{
  left: 100px;
  padding: 20px 0px;
  width: 1010px;
} */

.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.megamenulink {
    padding: 0px 45px 10px 0px;
}

.megamenulink:before {
    font-family: 'FontAwesome';
    content: "\f101";
    font-size: 14px;
    line-height: 18px;
    padding-right: 6px;
    color: #0078D2;
}


@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu> li {
        margin-bottom: 30px;
    }
    .megamenu> li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}
/* Mega Menu Styles^^^^^^*/

/* App menu styles */
.app-menu{
    margin-top: 142px;
    background: #fff;
    z-index: 20;
    position: fixed;
    width: 1040px;
}
/* End App menu styles */

.app-top-margin{
    margin-top: 300px;
}

.tab-content {
    border: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -webkit-box-shadow: 0px 17px 15px -17px rgba(171,171,171,1);
    -moz-box-shadow: 0px 17px 15px -17px rgba(171,171,171,1);
    box-shadow: 0px 17px 15px -17px rgba(171,171,171,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c0c0c0')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#c0c0c0');
    color: #0078D2;
    z-index: 555555 !important;
    line-height: 18px;
    margin-top: -1px;
    border: none;
    height: 40px;
    width: auto;
}

/*.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
    border-bottom: 2px solid #627A88 !important;
}*/

.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
    box-shadow: 2px 2px 10px grey;
}

.nav-tabs {
    border: none;
    padding-bottom: 20px;
}

.nav-tabs > li > a {
    text-align: center;
    font-size: 18px;
    font-family: "AmericanSans", Arial;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 10px 25px 0;
    border-bottom-color: red;
    border-bottom-width: 1px;
}

.dropdown-header {
    font-weight: bold;
    padding-left: 0px;
    padding-top: 12px;
    padding-bottom: 7px;
    font-family: 'AmericanSans', Arial;
    color: #9DA6AB;
    font-size: 16px;
}

/*Parent Header Style*/
ul > li > h4 {
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 7px;
    font-family: 'AmericanSans', Arial;
    color: #627A88;
    font-size: 18px;
}

/* Horizontal Shadow Line*/
hr.shadow-line { 
    border: 0; 
    height: 1px;
    position: relative;
    display: block;
    clear: both;
    margin: 0.5em 0; /* Keep other elements away from pseudo elements*/
}
hr.shadow-line:before {
    bottom: -0.5em;
    height: 1em;
}
hr.shadow-line:after {
    content:'';
    height: 0.5em;   /* half the height of :before */
    bottom: 1px;        /* height of hr*/
}

hr.shadow-line:before, hr.shadow-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.shadow-line, hr.shadow-line:before {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 10%,rgba(0,0,0,0.01) 75%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
    background: -webkit-gradient(radial, center center, 25px, center center, 75%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(75%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 20%,rgba(0,0,0,0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
}

hr.shadow-line:after {
    background: #FFFFFF;
}

/* Custom styles for Scale Calibration */
.stationLabel{
    width: 10%;
}

.fullWidth {
    width: 100%;
}

.pad-top25 { padding-top: 25px; }
.pad-top20 { padding-top: 20px; }
.padRight0 { padding-right: 0px; }
.pad-left0 { padding-left: 0px; }
.pad-left20 { padding-left: 20px !important; }
.pad-left18 { padding-left: 18px; }
.pad-right18 { padding-right: 18px; }
.pad-right20 { padding-right: 20px; }
.pad-all0{ padding: 0px; }

.grid-buttons { padding: 10px 0px 5px 0px; }

.error-top { padding-left: 12px; color: #f52305; margin-bottom: 10px;}
.ui-icon-check { background-position: -64px -144px; }

.red-text { color:#f52305;}

.alternate-row {
    background-color: #ebeff0;
}

.tab{
    width: 1038px;
}

.plus-icon:before {
     content: "\F067";
     font-family: 'FontAwesome';
     cursor: pointer;
     margin-right: 10px;
}

.edit-icon:before{
     content: "\F040";
     font-family: 'FontAwesome';
     cursor: pointer;
      margin-right: 10px;
}

.delete-icon:before{
    content: "\F00D";
    font-family: 'FontAwesome';
    cursor: pointer;
     margin-right: 10px;
}

/* End Custom styles for Scale Calibration */=======

/* Custom styles for checkboxes and radio buttons. */

 .custombox-wrapper {
    overflow: hidden;
    position: relative;
}
.custombox-wrapper input[type="radio"], .custombox-wrapper input[type="checkbox"] {
    left: 22px;
    position: absolute;
    top: -1px;
    z-index: -1;
}
.custombox {
    line-height: 16px;
    margin: 4px 0 0;
    min-height: 18px;
    padding-left: 25px;
    padding-top: 5px;
    width: auto;
}
.custombox .control {
    background-color: white;
    border: 1px solid #9da6ab;
    box-shadow: 0 0 0 2px white inset, 0 0 0 3px #d0dae0 inset;
    color: white;
    float: left;
    height: 20px;
    margin: -3px 7px 1px -24px;
    width: 20px;
}
.custombox .control.radio {
    border-radius: 10px;
    cursor: pointer;
}
.custombox .control.checkbox {
    padding: 0;
    text-align: left;
     cursor: pointer;
}

.custombox .control.checkbox::before {
    content:"\e049";
    font-family: 'American Icons';
    font-size: 14px;
    line-height: 18px;
    padding-left: 2px;
}
.custombox .control:hover {
    border: 1px solid #36495a;
}
.custombox .control + .control {
    display: none;
}
.custombox.is-error::before {
    content: " ";
}
.custombox.is-error .control {
    border: 1px solid #c30019;
}
.custombox.js-focus .control {
    border: 1px solid #36495a;
}
.custombox.selected .control {
    background-color: #0078d2;
}

.custombox.selected .control.checkbox {
    box-shadow: 0 0 0 2px white inset, 0 0 0 3px #0078d2 inset;
}

.control.checkbox.selected.disabled  {
        background-color: #4db4fa;
}
    
.control.checkbox.disabled  {
        background-color: #eeeeee;
}
    
.custombox.selected .control.radio {
    box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #fff inset;
}

.custombox.-right {
    padding-left: 0;
    padding-right: 25px;
}
.custombox.-right .control {
    float: right;
    margin-left: 7px;
    margin-right: -24px;
} 

/* End Custom styles for checkboxes and radio buttons. */

/* style for checkbox to copy units */
.copy-units {
	margin-top: 0px; 
	margin-right: 50px;
	position: relative;
	top: 84px;
	left: 36px;
}

.hide-copy-units {
	margin-top: 0px;
    position: relative;
    background-color: #fff;
    float: right;
    top: -35px;
    height: 35px;
    width: 300px;
}

/* End style for checkbox to copy units */

/* Styles added for grids and popups */
.width110 {
    width: 110px;
}

.over-popup{
    z-index: 9999 !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

 .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-family: "AmericanSans", Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
  
.upload-icon:before {
    content: "\E074";
    font-family: "American icons";
    cursor: pointer;
    font-size: 18px;
    vertical-align: middle;
}  
  
 .input-upload {
    height: 35px;
    margin: 0 15px 0 10px;
    width: 230px;
}

.ui-icon {
    width: 20px;
    height: 20px;
    display: block;
    text-indent: 0px !important;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-jqgrid .ui-icon-trash:before { 
    content:"\e020";
    font-family: 'Glyphicons Halflings';
    cursor: pointer; 
}

.ui-jqgrid .ui-icon-trash:before { 
    content:"\e020";
    font-family: 'Glyphicons Halflings';
     cursor: pointer;
}

.ui-jqgrid .ui-icon-plus:before {
    content:"\2b";
     font-family: 'Glyphicons Halflings';
     cursor: pointer;
}

.ui-jqgrid .ui-icon-arrowthickstop-1-s:before {
    content:"\e166";
     font-family: 'Glyphicons Halflings';
     cursor: pointer;
}

.ui-jqgrid .ui-icon-minus:before {
    content:"\f068";
     font-family: 'FontAwesome';
     cursor: pointer;
}

.ui-jqgrid .ui-icon-check:before {
    content:"\f00c";
     font-family: 'FontAwesome';
     font-weight: "100";
     cursor: pointer;
}

.ui-jqgrid .ui-icon-close:before {
    content:"\f00d";
     font-family: 'FontAwesome';
     font-weight: "100";
     cursor: pointer;
}
 
.ui-jgrid .ui-grid-ico-sort:before{
    content:"\e150";
     font-family: 'Glyphicons Halflings';
     font-weight: "100";
     cursor: pointer;
}

.ui-jqgrid .ui-icon-asc {margin-top:-3px; height:12px;}
.ui-jqgrid .ui-icon-asc:before {
   content: "\F106";
    font-family: FontAwesome;
    font-size: 18px;
   font-weight: "100";
     cursor: pointer;
}

.ui-icon-info:before {
    content:"\E03E" !important;
    font-family: 'American Icons';
    color: #d14904;
    text-indent: 0px;
}

.ui-grid-ico-sort:before { 
    display: inline;
    content:"\F107";
     font-family: 'FontAwesome';
      font-weight: "100";
     font-size: 18px;
     cursor: pointer;
  }

.ui-jqgrid .ui-icon-desc {
    margin-top:3px; height:12px;
}

.ui-jqgrid .ui-icon-asc {
    margin-top:-7px; 
    height:12px;
}

.topinfo{
    padding-bottom: 20px;
}

.ui-jqgrid .ui-icon-triangle-1-n:before {
      content: "\F106";
    font-family: FontAwesome;
     font-weight: "100";
     font-size: 18px;
     cursor: pointer;
     margin-bottom: 3px;
}

.ui-jqgrid  .ui-icon-triangle-1-s:before {
    content:"\F107";
     font-family: 'FontAwesome';
      font-weight: "100";
     font-size: 18px;
     cursor: pointer;
}

 .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #fff;
    font-size: 14px;
} 

.ui-jgrid .ui-icon .ui-icon-info {
    content:"\e086" !important;
    font-family: 'Glyphicons Halflings';
    text-indent: 0px;
}

.ui-dialog, .ui-jqdialog {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px 40px;
    z-index: 1040;
}

 .ui-jqdialog {
    left: 34% !important;
    position: absolute;
    top: 40% !important;
} 

.ui-dialog .ui-dialog-titlebar,
.ui-jqdialog .ui-dialog-titlebar,
.ui-dialog .ui-jqdialog-titlebar,
.ui-jqdialog .ui-jqdialog-titlebar {
     background-image: none;
     background-color: #FFF;
    font-size: 30px;
    color: #00467F;
    font-weight: lighter;
}

.ui-dialog .ui-dialog-titlebar-close:before,
.ui-jqdialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-jqdialog-titlebar-close:before,
.ui-jqdialog .ui-jqdialog-titlebar-close:before {
    content:"\E04C";
    display: inline;
    font-family: 'American Icons';
    font-size: 24px;
    color: #0078D2;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 30px;
    margin-right: -35px;
    padding: 1px;
    position: absolute;
    top: 15px;
    width: 30px;
}

.ui-jqgrid .ui-icon-info {
    color: #DD5A43;
}

.ui-jqdialog .ui-jqdialog-titlebar-close {
   cursor: pointer;
    height: 25px;
    margin-right: -25px;
    padding: 1px;
    position: absolute;
    top: -15px;
}

.ui-jqdialog .ui-widget-header .ui-jqdialog-title {
    line-height: 90px;
    margin: 0;
    padding: 0px;
    text-align: left;
}

.ui-jqdialog .ui-jqdialog-titlebar {
    border-bottom: solid 1px #ccc;
    height: 80px;
    vertical-align: text-top;
    width: 490px;
}

.ui-dialog .ui-dialog-titlebar {
    border-bottom: solid 1px #ccc;
    height: 65px;
    vertical-align: text-top;
    width: 490px;
}

.ui-jqdialog-content .FormData {
    border-bottom: none;
    height: 52px;
    vertical-align: middle;
}

.btn .btn-primary .fm-button .margin-left0 {
    margin-left: 0px;
}

.pad-left18 {
    padding-left: 18px;
} 
.columnHeader-left{
    text-align: left;   
}

.columnHeader-right-bold{
    font-size: 14px;
    color: #36495A;
    font-weight: bold;
    text-align: right !important;
}

.pad-right18 {
    padding-right: 18px;
} 

.pad-right20 { padding-right: 20px; }

.pad-right25 {
    padding-right: 25px !important;
} 

.pad-right22 {
    padding-right: 22px !important;
} 

.file-success {
    color: #008712;
    font-size: 14px;
    margin: 0px 0px 20px 2px;
}

.file-error {
    color:#f52305;  
    font-size: 14px;
    margin: 0px 0px 20px 2px;
}

.file-error:before {
    content:"\E03E" !important;
    font-family: 'American Icons';
    font-size: 14px;
    margin-right: 15px;
}

.file-success:before{
    content:"\E073";
    font-family: "American icons";
    font-size: 22px;
    margin-right: 15px;
    vertical-align: middle;
}

.are-sure{
    padding: 0px !important;
    color: #666;
    font-size: 14px;

}

.add-errors{
    position: absolute;
    left: 0px;
}

.height-80{
    height: 80px;
}

.fm-button{
    width: 115px;
    padding: 7px 25px;
    height: 40px;
    margin-right: 8px;
}

.EditTable {
    background-color: #fff;
    border-top: none !important;
    padding: 8px;
}

.navButton{
    background-color: #fff;
}

.ui-jqdialog-content td.EditButton {
    text-align: center;
    padding-left: 18px;
}

.ui-jqdialog-content input.FormElement {
    width: 245px;
}

.ui-dialog .ui-dialog-buttonpane, .ui-jqdialog .ui-dialog-buttonpane, .ui-dialog .ui-jqdialog-buttonpane, .ui-jqdialog .ui-jqdialog-buttonpane {
    background-color: #FFF;
    border: none;
}

.ui-dialog {
    width: 575px;
    height: 255px;
}

/* +++++++++++++++++++++++++++++++++++++++++ */
.shadow-line { 
    border: 0; 
    height: 2px;
    position: relative;
    margin: 0.5em 0; /* Keep other elements away from pseudo elements*/
}

.shadow-line:before {
    bottom: -0.28em;
    height: 0.35em;
}
.shadow-line:after {
    content:'';
    height: 0.5em;   /* half the height of :before */
    bottom: 1px;        /* height of hr*/
}

.shadow-line:before, .shadow-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

.shadow-line, .shadow-line:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(75%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
}

.shadow-line:after {
    background: #FFFFFF;
}

/* +++++++++++++++++++++++++++++++++++++++++ */

.ui-jqdialog .ui-jqconfirm {
    background-color: #fff;
    bottom: 10px;
    display: none;
    height: auto;
    overflow: visible;
    padding: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: auto;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    z-index: 999 !important;
}

.fm-button:not(.btn) {
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF9DA6AB', endColorstr='#FF627A88');
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #9da6ab), color-stop(100%, #627a88));
    background: -webkit-linear-gradient(#9da6ab, #627a88);
    background: -moz-linear-gradient(#9da6ab, #627a88);
    background: -o-linear-gradient(#9da6ab, #627a88);
    background: linear-gradient(#9da6ab, #627a88);
    text-shadow: 0 1px 0 #36495a width: 40%;
    
    background-color: none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    margin: 0 8px;
    padding: 0 12px 1px;
    position: relative;
    transition: all 0.15s ease 0s;
    vertical-align: middle;
}

.ui-jqdialog-content .DataTD {
    border: 0 none;
    padding: 2px;
    vertical-align: middle;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border-color: #f2a696;
    color:#f52305;  
    -webkit-box-shadow: none;
    box-shadow: none;
}

.DataTD.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border-color: #f2a696;
    color:#f52305;  
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error {
     color:#f52305;  
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    magin-right: 45px;
    float: none;
    text-align:center;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .btn-primary{
    margin-left: -40px;
}
/* End styles for popups */

/* Styles for tooltips */

  .ui-tooltip, .arrow:after {
    background: white;
    border: 1px solid #9DA6AB;
  }
  
  .ui-tooltip {
    padding: 5px 7px;
    color: #000;
    border-radius: 5px;
    font: regular 8px "AmericanSans", Sans-Serif;
    //text-transform: uppercase;
    box-shadow: 0 0 7px #ccc;
  }
  
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
 /* End style for tooltips */
 
 /* Styles for Scale test */
 .float-left{
    float: left;
 }
 
.split-field-small {
    float: left;
    width: 65px;
}

.split-field-big {
    float: left;
    width: 155px;
    margin-right: 20px;
}

.test-error {
    color: #f52305;
    font-size: 18px;
}

.test-success {
    color: #008712;
    font-size: 18px;
}

.scale-test-form-group {
    background: none;
    margin-bottom: 15px;
}

.scale-test-control input[disabled]{
    background: none; 
    width: 240px;
} 

.scale-test-form-group input[readonly]{
    background: none; 
    width: 240px;
}

.scale-test-control input[type="text"] {
    border-radius: 0 !important;
    background: none;
    padding: 5px 4px 6px;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.scale-test-form-group input[disabled], .scale-test-form-group input:disabled {
    background: none;
}

.scale-test-control input[readonly]:hover {
    border: none;
}

.scale-test-control input[disabled]:hover {
    border: none;
    }

.success-field {
    border: 1px solid #008712 !important; 
    background-color: #dcf8dc !important;
    color: #008712 !important;
}

.failed-field{
    background-color: #fededa !important; 
    border: 1px solid #C30019 !important;
    color: #C30019 !important;
}

.scale-test-result{
    margin: 20px 0px;
    width: 1034px;
}

.scale-test-result hr{
  border-style: 1px solid none;
  margin: 18px 0;
  float: right;
}

.margin-top20 {
    margin-top: 20px;
}

select option {
    top: 35px;
    width: 150px;
    background: #fff;
    padding: 8px;
    line-height: 35px;
    margin: 3px;
}

select option:hover {
    background: #0078D2;
    color: #ffffff;
}

select {
    /* -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; */
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 1px 2px #ddd8dc inset;
    display: inline-block;
    height: 35px;
    outline: medium none;
    width: auto;
    text-overflow: "";
}

/* select::-ms-expand { for IE 11
    display: none;
}
 */
.select-arrow {
  position: absolute;
  right: 45px;
    top: 27px;
  pointer-events: none;
}

.select-arrow::before{
    background: #fff none repeat scroll 0 0;
   content: "\F0DD";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 32px;
    width: 32px;
    position: absolute;
    text-align: center;
}

  /* End styles for Scale test */

/* Portlet & Dashboard Styling*/

.carousel-control.left,
.carousel-control.right {
    background: none !important;
    filter: progid: none !important;
}

.portlet-header {
    font-family: 'Americansans light', Arial, sans-serif, helvetica !important;
    font-size: 30px !important;
    color: #00467F;
    padding-top: 0px !important;
    padding-left: 0px !important;
    maring-top: 0px !important;
    margin-left: 0px !important;
}

.portlet-header>ul {
    padding-top: 15px; 
}

.portlet-container {
    position: relative;
    text-align: center;
    width: auto;
    height: 350px;
}

.portlet-links {
    padding: 0;
    list-style-type: none;
}

.portlet-links>li {
    font-size: 14px;
    font-family: Arial;
    padding-bottom: 12px;
    color: #0078D2;
}

.portlet-links>li:before {
    font-family: 'FontAwesome';
    content: "\f101";
    font-size: 14px;
    line-height: 18px;
    padding-right: 6px;
    color: #0078D2;
}

.canvas-table-header {
    text-align: center;
    font-size: 14px;
    padding-bottom: 0px !important;
    font-family: Arial;
    color: #627A88;
}

.demo-container {
    box-sizing: border-box;
    width: 350px;
    height: 180px;
    padding: 20px 10px 15px 0px !important;
    margin: 0px !important;
    background: #fff;
}

.demo-placeholder {
    width: 115%;
    height: 120%;
    font-size: 14px;
    line-height: 1.2em;
}

#content {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
}

.portlet-tab-content {
    padding-left: 0px !important;
}

/* Weather Widget Styling*/
#current-temp {
    font-size: 40px;
    color: #627a88;
    text-align: center;
    position: relative;
    top: 11px;
}

#current-temp:after {
    font-weight: 100;
    font-family: 'AmericanSans', Arial, Helvetica;
    content: '';
}
 
.weather-metric {
    text-align: center;
}

#weather-icon>img {
    display: block;
    margin: auto;
    width: 80px;
}

#weather-desc {
    position: static;
    top: -20px;
    font-size: 16px;
    font-family: inherit;
    color: #9DA6AB;
    padding-top: 0px !important;
}

.cg-fh-toggle-row {
    display: block;
    position: relative;
    right: -8px;
    float: right;
    padding: 10px 0px 5px 5px;
}

.cg-fh-toggle {
    padding-left: 5px;
}

#station-code {
    color: #627A88;
    font-size: 16px;
}

#current-date {
    color: #627A88;
    font-size: 12px;
    display: block;
    float: right;
    padding-right: 0px;
    padding-top: 5px;
}

#min-temp, #max-temp {
    font-size: 12px;
    color: #9DA6AB;
}

#min-temp:after {
    font-family: "American icons";
    content: '\e041';
    font-size: 10px;
    color: #008712;
    padding-left: 2px;
}

#max-temp:after {
    font-family: "American icons";
    content: '\e040';
    font-size: 10px;
    color: #008712;
    padding-left: 2px;
}

#feels-like-temp {
    font-size: 14px;
    color: #627a88;
    font-style: italic;
    font-weight: 100;
}

.cg-fh-symbol {
    font-size: 18px;
    font-weight: 100;
    color: #627a88;
    position: relative;
    top: -16px;
}

/*Weather Styles End*/

.news-header {
    display: inline-block;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Americansans light', Arial, sans-serif, helvetica;
    color: #0078d2;
    cursor: pointer;
}

.news-header:hover {
    border-bottom: 1px solid #9DA6AB;
}

a.news-header-link {
    text-decoration: none !important;
}

.news-header:hover {
    color: #4DB4FA;
    text-decoration: none !important;
}

.teaser-text {
    margin-top: 12px;
    color: #36495A;
    font-family: Arial;
    text-align: justify;
}

/*Modal popup Styling */

.modal-header {
    border: none;
}

h3.modal-title {
    font-family: 'Americansans light', Arial, sans-serif, helvetica !important;
    font-size: 30px !important;
    color: #00467F;
    padding-bottom: 0px;
    padding-top: 10px;
}

button.close {
    opacity: 1;
}

button.close:before {
    font-family: 'American Icons';
    content:"\E04C";
    display: inline;
    font-size: 24px;
    color: #0078D2;
}

.article-desc {
    color: #36495A;
    text-align: justify;
    font-family: font-family: Arial, sans-serif, helvetica;
    font-size: 14px;
    padding-bottom: 20px;
}

/*Commenting as part of landing page enhancement
.article-desc:first-letter { 
    font-size:28px; 
    padding-right: 1px;
    line-height: 1em;
}*/

.modal-content {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFF;
    border-radius: 0px;
    box-shadow: -1px 2px 14px -2px rgba(0,0,0,0.25);
    -webkit-box-shadow: -1px 2px 14px -2px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 2px 14px -2px rgba(0,0,0,0.25);
}

/* Logout  and userprofile label styling */

#logoutDiv {
    display: inline-block;
    font-family: Arial, sans-serif, helvetica;
    font-size: 14px;
    color: #0078D2;
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 32px;
}

#logoutDiv:hover {
    color: #4DB4FA;
}

#logoutDiv:before {
    font-family: 'FontAwesome';
    content:"\f08b";
    display: inline;
    font-size: 14px;
    color: #0078D2;
    padding-right: 2px;
}

.user-profile-label {
    font-family: Arial, sans-serif, helvetica;
    font-size: 14px;
    color: #36495A;
    display: inline-block;
    padding-bottom: 0px;
    padding-top: 32px;
    padding-right: 0px;
    margin-right: 0px;
}

.user-profile-label:hover {
    color: #627A88;
}

/* Styles for bootstrap dropdowns */
.chosen-select {
  width: 100%;
  max-width: 241px; }

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; 
    }
    
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #0078d2;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.42857;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("chosen-sprite.png") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("chosen-sprite.png") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }
.chosen-container-single .chosen-default {
  color: #777777; }
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }
 
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #ccc; 
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
 }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #ccc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ccc;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }


/* end bootstrap-chosen.css */

/* Regulatory Styling */

.alphabetical-filter-link {
    color: #FFF !important;
    font-family: 'American sans', Arial, sans-serif, helvetica !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    display: inline-block !important;
    background-color: #0078D2 !important;
    padding-right: 35px;
    margin: 0px 30px 0px 0px;
    cursor: pointer;
}

.table-header-grey {
    background-color: #CCCCCC!important;
    height: 45px;
}

.table-header-lightGrey {
    background-color: #F5F5F5 !important;
    font-size: 18px;
    color: #627A88;
    height: 30px;
}

.table-header-blue {
    background-color: #0078D2!important;
    height: 40px;
    padding: 10px;
}

.tab-li {
    height: 30px;
    margin-bottom: 5px;
}

.nav-tabs > li.tab-li {
    float: left;
    margin-bottom: 10px;
}

.nav-tabs > li.tab-li > a {
    padding: 10px 0px;
    margin: 0px 50px 0px 0px;
}

.nav-tabs > li.tab-li.active > a,
.nav-tabs > li.tab-li.active > a:hover,
.nav-tabs > li.tab-li.active > a:focus {
    box-shadow: none;
    color: #0078D2;
    z-index: 1 !important;
    line-height: 18px;
    margin-top: -1px;
    border-bottom: 2px solid #0078d2; 
    height: 25px;
    width: auto;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #EBEFF0;
}

.table-striped-odd > tbody > tr:nth-of-type(2n) {
    background-color: #EBEFF0;
}

.striped {
     background-color: #EBEFF0;
}

.validate-warning {
    color: red;
    font-family: 'American sans', Arial, sans-serif, helvetica;
    font-size: 24px;
    
}

.validate-warning:before {
    font-family: 'American Icons';
    content:"\E03E";
    font-size: 24px;
    line-height: 18px;
    padding: 0 4px;
    color: red;
}

.no-link-class {
    color: #FFFFFF !important;
    text-decoration: none;
    text-shadow: none;
}

.underline {
    text-decoration: underline !important;
}

.fixed-width-400 {
    width: 400px;
}
/* End Regulatory Styling*/

/* Application Access Manager Styles*/

/* Utilities Classes need to be collected at top of style sheet*/
.padding-left-10 {
    padding-left: 10px!important;
}

.padding-left-20 {
    padding-left: 20px!important;
}

.padding-left-30 {
    padding-left: 30px!important;
}

.padding-left-35 {
    padding-left: 35px!important;
}

.padding-left-40 {
    padding-left: 40px!important;
}

.padding-left-45 {
    padding-left: 45px!important;
}

.padding-right-10 {
    padding-right: 10px!important;
}

.padding-right-400 {
    padding-right: 400px;
}

.padding-left-50 {
    padding-left: 50px!important;
}

.padding-left-60 {
    padding-left: 60px!important;
}

.padding-right-30 {
    padding-right: 30px!important;
}

.padding-right-45 {
    padding-right: 45px!important;
}
/* END Utilities Classes need to be collected at top of style sheet*/
.pending-class {
    color: #0078D2;
    font-size: 14px;
    font-weight: bold;
}

.rejected-class {
    color: #F52305;
    font-size: 14px;
    font-weight: bold;
}

.approved-class {
    color: #008712;
    font-size: 14px;
    font-weight: bold;
}

.enable-action-class:before {
    font-family: 'American Icons';
    content:"\e04B";
    font-size: 16px;
    color: #008712;
    padding-right: 5px;
}

.disable-action-class:before {
    font-family: 'American Icons';
    content:"\e04C";
    font-size: 16px;
    color: #F52305;
}

.active-class {
    color: #008712;
}
.not-active-class {
    color: #F52305;
}

#approveId:before {
    font-family: 'American Icons';
    content:"\e073";
    font-size: 16px;
    color: #008712;
    padding-right: 5px;
}

#rejectId:before {
    font-family: 'American Icons';
    content:"\e04C";
    font-size: 16px;
    color: #F52305;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.flip-icons {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

/* End Application Access Manager Styles*/

/* Megamnu styling */
.dropdown-scrollable-icon:after {
    font-family: 'American Icons';
    content: "\E045";
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: -75px;
    padding-right: 6px;
    color: #0078D2;
}

.dropdown-scrollable-icon:before {
    font-family: 'AmericanSans';
    content: "More Links";
    font-size: 12px;
    position: absolute;
    right: 18px;
    top: -74px;
    padding-right: 6px;
    color: #0078D2;
}

/* Megamnu styling */

/***** TC Checklist *****/

.form-group {
    margin-bottom: 20px;
}

.margin-bottom0 {
	margin-bottom: 0px;
}

.mobile-footer {
    position: relative;
    bottom: -100px;
    background-color: #D0DAE0;
    height: 100px;
    z-index: -5;
    width: 100%;
    left: 12px;
}

.navbar-footer {
    position: absolute;
    bottom: 0;
    width:100%;
    left: 0;
}

.top-margin-parent {
    margin-top: 160px;
}

.icon-required:before {
    color: #c30019;
    font-size: 11px;
    font-weight: bold;
    font-family: inherit;
    content: "\25CF";
    line-height: 0;
    position: relative;
    bottom: 3px
}

button:focus,input:focus,select:focus,textarea:focus, select.form-control:focus {
        outline: 1px solid #0078d2;
        border: 1px solid #0078d2
}

/* Steps and state bar styling */
.aa-step-indicator {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    *zoom:1;font-size: 14px;
    line-height: 22px;
    margin: 20px auto;
    width: 100%;
    list-style-type: none;
}

.aa-step-indicator:before,.aa-step-indicator:after {
    content: "";
    display: table
}

.aa-step-indicator:after {
    clear: both
}

.aa-step-indicator li {
    box-sizing: border-box;
    background: #ebeff0;
    float: left;
    font-family: AmericanSans,arial,sans-serif;
    position: relative
}

.aa-step-indicator li+li {
    margin-left: 15px;
}

.aa-step-indicator.three li {
    /*width: 31.4%;*/
    width: 32.2%;
}

.aa-step-indicator.four li {
    width: 23.2%;
}

.aa-step-indicator.five li {
    width: 18.2%;
}

.aa-step-indicator.six li {
    width: 15%;
}

.aa-step-indicator.seven li {
    width: 12.7%;
}

.aa-step-indicator.eight li {
    width: 10.9%;
}

.aa-step-indicator.nine li {
    width: 9.53%;
}

.aa-step-indicator li.current {
    background: #0078d2;
}

.aa-step-indicator li.previous {
    background: #00467f;
}

.aa-step-indicator a {
    color: #00467f;
    display: block;
    line-height: 22px;
    padding: 0 4px;
    position: relative;
    text-decoration: none
}

.aa-step-indicator li a {
    cursor: default;
}

.aa-step-indicator-hover-style:hover {
    text-decoration: underline;
    color: #627A88;
    cursor: pointer;
}

.aa-step-indicator li.previous a {
    color: #fff;
}

.aa-step-indicator li.previous a[href] {
    cursor: pointer;
}

.aa-step-indicator li.current a {
    background-position: 50% -132px;
    color: #fff;
    text-decoration: underline
}

.aa-step-indicator li:before,.aa-step-indicator li:after {
    content: "";
    display: block;
    width: 0;
    border-top: 22px solid #ebeff0;
    border-left: 13px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -13px;
}

.aa-step-indicator li:after {
    left: auto;
    right: -13px;
    border-top: 0;
    border-bottom: 22px solid #ebeff0;
    border-right: 13px solid transparent;
    border-left: none;
}

.aa-step-indicator li.current:before {
    border-color: #0078d2 transparent transparent transparent;
}

.aa-step-indicator li.current:after {
    border-color: transparent transparent #0078d2 transparent;
}

.aa-step-indicator li.previous:before {
    border-color: #00467f transparent transparent transparent;
}

.aa-step-indicator li.previous:after {
    border-color: transparent transparent #00467f transparent;
}
/* END states styling*/

.custom-style-routing-label, .custom-style-shipperName-label,  .custom-style-date-label {
    font-size: 14px;
    color: #627A88;
    text-align: right;
} 

.custom-style-shipperName-label input{
    font-size: 16px;
    color: #36495A;
    border: none;
    height: auto;
    width: auto;
    max-width: 110px;
    min-width:20px;
    background: none;
}

.custom-style-routing-label input{
    font-size: 16px;
    color: #36495A;
    border: none;
    height: auto;
    width: auto;
    background: none;
}

.custom-style-routing-value, .custom-style-shipperName-value,  .custom-style-date-value {
    font-size: 16px;
    color: #36495A;
}

.custom-style-date-value, .custom-style-date-label {
    position: relative;
    top: 8px;
}

.custom-style-date-label input{
    position: relative;
     top: 8px;
    background: none;
    font-size: 16px;
    color: #36495A;
    border: none;
    height: auto;
    width: auto;
    text-align: left;
    max-width: 110px;
    min-width: 20px;
}

.custom-style-awbNum {
    font-size: 28px;
    color: #00467F;
}

.custom-style-awbNum input {
    background: none;
    font-size: 28px;
    color: #00467F;
    border: none;
    height: auto;
    padding: 0px;
}

.label-prepend-001 {
    background-color: transparent;
    border: 1px solid #9da6ab;
    border-radius: 0;
    min-width: 12px;
    height: 35px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 60px;
    padding-top: 6px;
    font-size: 16px;
    color: #9da6ab;
    text-align: center;
    font-style: normal;
}


/* Pill box buttons */

.customComponent {
    display: inline-block;
}

.customComponent.wrap-pillbox input[type="radio"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
 
.customComponent input[type="radio"] ~ label .control {
    border-radius: 50%;
    margin-right: 5px;
}
.customComponent input[type="radio"]:checked ~ label .control::before {
    background-color: #0078d2;
    border: 6px solid #0078d2;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #0078d2;
    content: "";
    display: inline-block;
    height: 0;
    margin: 3px;
    width: 0;
}

.customComponent input[type="radio"]:checked:hover ~ label .control, .customComponent input[type="radio"]:checked:focus ~ label .control, .customComponent input[type="radio"]:checked ~ label .control:hover, .customComponent input[type="radio"]:checked ~ label .control:focus {
    border: 1px solid #0078d2;
    box-shadow: 0 0 0 1px #0078d2;
    outline: 1px solid #0078d2;
}

.customComponent input[type="radio"]:checked:disabled:hover ~ .pillbox, .customComponent input[type="radio"]:checked:disabled:hover ~ .pillbox, .customComponent input[type="radio"]:checked:disabled ~ .pillbox:hover {
	background-color: #0078d2;
    border: 1px solid #0078d2;
    color: #fff;
    margin: 1px 10px 1px 0;
    cursor: default;
}

.customComponent input[type="radio"]:disabled:hover ~ .pillbox, .customComponent input[type="radio"]:disabled:hover ~ .pillbox, .customComponent input[type="radio"]:disabled ~ .pillbox:hover {
	 background-color: transparent;
    color: #00467f;
    margin: 2px 11px 2px 1px;
    text-decoration: none;
    border: none;
	outline: none;
	cursor: default;
}

.customComponent input[type="radio"]:hover ~ label .control, .customComponent input[type="radio"]:focus ~ label .control, .customComponent input[type="radio"] ~ label .control:hover, .customComponent input[type="radio"] ~ label .control:focus {
    border: 2px solid #0078d2;
    outline: 1px solid #0078d2;
}
.customComponent input[type="radio"]:checked ~ .pillbox, .customComponent input[type="radio"]:hover ~ .pillbox, .customComponent input[type="radio"]:focus ~ .pillbox, .customComponent input[type="radio"] ~ .pillbox:hover {
    background-color: #0078d2;
    border: 1px solid #0078d2;
    color: #fff;
    margin: 1px 10px 1px 0;
}
.customComponent input[type="radio"]:hover ~ .pillbox, .customComponent input[type="radio"]:focus ~ .pillbox, .customComponent input[type="radio"] ~ .pillbox:hover {
    text-decoration: underline;
}
.customComponent input[type="radio"]:hover ~ label.is-error .control, .customComponent input[type="radio"]:focus ~ label.is-error .control, .customComponent input[type="radio"] ~ label.is-error .control:hover, .customComponent input[type="radio"] ~ label.is-error .control:focus {
    border: 2px solid #0078d2;
}
.customComponent input[type="radio"]:checked:hover ~ label.is-error .control, .customComponent input[type="radio"]:checked:focus ~ label.is-error .control, .customComponent input[type="radio"]:checked ~ label.is-error .control:hover, .customComponent input[type="radio"]:checked ~ label.is-error .control:focus {
    border: 1px solid #0078d2;
    box-shadow: 0 0 0 1px #0078d2;
}
.customComponent .pillbox {
    background-color: #ebeff0;
    color: #00467f;
    margin: 2px 11px 2px 1px;
}
.customComponent .pillbox .control {
    display: none !important;
}


.customComponent .icon-arrow-right, .customComponent .icon-arrow-left {
    color: #9da6ab;
    margin: 0 8px;
    vertical-align: middle;
}

.pillbox {
    background-color: #ebeff0;
    border-radius: 18px;
    color: #00467f;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "AmericanSans",Helvetica,Arial,sans-serif;
    line-height: normal;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 4px 10px;
    width: auto;
}

.wrap-pillbox{
    width: auto;
    background-color: #ffffff;
}

.label-style {
    font-size: 14px;
    font-weight: normal;
    color: #393939;
}

.home-icon-tcChecklist-desktop {
    position: relative;
    top: -5px;
}

.home-icon-tcChecklist-desktop:before {
    font-family: 'FontAwesome';
    content: "\f101";
    cursor: pointer; 
    color: #0078d2;
    font-size: 23px;
    padding-right: 6px;
    position: relative;
    top: 2px;
}


.step-indicator-wrapper {
    position: relative;
    top: -15px;
}

.top-awb-details-wrapper {
    position: relative;
    top: -16px;
}

.unit-dropdown-wrapper {
    position: relative;
    top: -20px;
}

.check-summary-wrapper {
    position: relative;
    top: -15px;
}

.unit-details-wrapper {
    position: relative;
    top: -20px;
}
/* End pill box buttons */

/*#backBtnId {
    width: 100px;
    height: 40px;
    border: 1px solid #0078d2;
    background-color: transparent;
    color: #36495A;
    border-radius: 5px;
}*/

#backBtnId:before {
    content:"\e047";
    font-family: 'American Icons';
    cursor: pointer; 
    color: #36495A;
    font-size: 24px;
    padding-right: 2px;
}

#backBtnId:hover {
    color: #627A88;

}

.edit-icon-tc:before {
    content:"\e06b";
    font-family: 'American Icons';
    cursor: pointer; 
    color: #0078d2;
    font-size: 18px;
    padding-right: 2px;
}

.edit-icon-tc {
    font-family: "Americansans";
    font-size: 16px;
    color: #0078d2;
    position: relative;
    top: -12px;
}

.unit-details-link {
    position: relative;
    top: -50px;
}

.unit-details-label {
    font-size: 14px;
    color: #9DA6AB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: aliceblue;
}

.unit-details-label-no-border {
    font-size: 14px;
    color: #9DA6AB;
}

.unit-details-label:hover {
    background-color: #EBEFF0;
}

.unit-details-value {
    font-size: 18px;
    color: #00467F;
    position: relative;
    right: 0px;
}

.comment-section-styling {
    overflow: hidden;
    max-width: 1080px;
    font-size: 14px;
    color: #36495A;
    font-family: "Arial" ;
}

.check-battery-icon {
    font-size: 16px;
    color: #00467F;
}

.check-battery-icon:before {
    content:"\e069";
    font-family: 'American Icons';
    cursor: pointer; 
    color: #00467F;
    font-size: 18px;
}

.view-label {
    font-size: 16px;
    color: #627A88;
}

.view-label-value {
    font-size: 16px;
    color: #00467F;
}

.responsive-table-header {
    color: #FFF!important;
    height: 45px;
    font-size: 14px;
    font-family: "Arial", Helvetica;
    background-color: #0078D2;
}

.responsive-table-header>th {
    text-align: center;
    font-weight: normal;
}

.responsive-table-column>td {
    text-align: center;
}

.responsive-table-column>td:n {
    text-align: center;
}

.missing-check-error-msg {
    position: relative;
    top: -50px;
}

/* Styles for import units modals */

.overlay {
    position: fixed;
    left: 35%;
    top: 25%;
    padding: 0px 25px 10px 25px;
    background-color: #ffffff;
    width: 30%;
    height: auto;
    z-index: 10000;
}

.custom-modal.fade {
    position: fixed;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 9000;
}

/* Level Rates Icons */

.icon-pdf {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/pdf-icon.svg");
}


.icon-excel {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/excel-icon.svg); 
}

/* End of Level Rates Icons */

.custom-modal.ng-enter {
  transition: opacity .5s ease-out;
  opacity: 0;
}
.custom-modal.ng-enter.ng-enter-active {
  opacity: 1;
}
.custom-modal.ng-leave {
  transition: opacity .5s ease-out;
  opacity: 1;
}
.custom-modal.ng-leave.ng-leave-active {
  opacity: 0;
} 

/* End styles for import units modals */


/***** END TC Checklist *****/

/* TC Checklist Responsive Styling */

 /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        


    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .container {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .btn {
            height: 40px!important;
            font-size: 20px!important;
        }
        .input["type=text"],
        .form-control
         {
            height: 40px!important;
            font-size: 20px!important;
        }

        .top-margin-parent {
            margin-top: 5px;
        }

        label, .label-style {
            font-size: 16px;
        }

        .custom-style-date-value, .custom-style-date-label {
            position: relative;
            top: 6px;
        }

        .label-prepend-001 {
            height: 40px;
            padding-right: 20px;
            padding-top: 8px;
        }

        .home-icon-tcChecklist:before {
            content:"\e033";
            font-family: 'American Icons';
            cursor: pointer;
            color: #0078d2;
            font-size: 18px;
            position: absolute;
            top: 27px;
            right: 10px;
        }

        .unit-details-label {
            border-bottom: none;
        }

        .unit-details-label:hover {
            background-color: transparent;
            border-bottom-color: transparent;
        }

        .unit-details-link {
            position: relative;
            top: -10px;
        }
        .unit-details-wrapper {
            position: relative;
            top: 0px;
        }

        .hidden-mobile {
            display: none;
        }

        .table > thead > tr > th
        {
            font-size: 10px;
        }

        .missing-check-error-msg {
            position: relative;
            top: -10px;
        }
        /* Header and Paragraph tags*/

        h1 {
            font-size: 30px;
            font-family: 'Americansans light', Arial, sans-serif, helvetica!important;
        }

        h2 {
            font-size: 24px;
            font-family: 'Americansans light', Arial, sans-serif, helvetica!important;
        }

        h3 {
            font-size: 24px;
            font-family: 'Americansans light', Arial, sans-serif, helvetica!important;
        }

        ol.aa-step-indicator {
            left: 11px;
            position: relative;
            width: 99%
        }

        ol.aa-step-indicator .short-label {
            padding: 0 1em
        }

        ol.aa-step-indicator li {
            min-height: 22px;
            min-width: 6px
        }

        ol.aa-step-indicator li.current .short-desc,ol.aa-step-indicator li.current .placeholder {
            display: none!important
        }

        ol.aa-step-indicator li.current a,ol.aa-step-indicator li.current .long-desc {
            display: block!important
        }

        ol.aa-step-indicator {
            margin: 20px 0
        }

        ol.aa-step-indicator.three li {
            width: 29%
        }

        ol.aa-step-indicator.three li.current {
            width: 30%
        }

        ol.aa-step-indicator.four li {
            width: 3%
        }

        ol.aa-step-indicator.four li.current {
            width: 68%
        }

        ol.aa-step-indicator.five li {
            width: 3%
        }

        ol.aa-step-indicator.five li.current {
            width: 60%
        }

        ol.aa-step-indicator.six li {
            width: 3%
        }

        ol.aa-step-indicator.six li.current {
            width: 52%
        }

        ol.aa-step-indicator.seven li {
            width: 1%
        }

        ol.aa-step-indicator.seven li.current {
            width: 56%
        }

        ol.aa-step-indicator.eight li {
            width: 1%
        }

        ol.aa-step-indicator.eight li.current {
            width: 50%
        }

        ol.aa-step-indicator.nine li {
            width: 1%
        }

        ol.aa-step-indicator.nine li.current {
            width: 44%
        }

        /* Header and Paragraph tags*/

        .mobile-logo {
            width: 160px;
        }
        /* Buttons and Inputs*/
        input[type="text"],
        input[type="password"],
        input[type="datetime"],
        input[type="datetime-local"],
        input[type="date"],
        input[type="month"],
        input[type="time"],
        input[type="week"],
        input[type="number"],
        input[type="email"],
        input[type="url"],
        input[type="search"],
        input[type="tel"],
        input[type="color"],
        .form-control, select
        {
            height: 40px;
            font-size: 18px;
        }
        
        textarea {
            font-size: 18px;
        }

        input[disabled], input:disabled, textarea[disabled], textarea:disabled {
            background-color: #9DA6AB ;
            color: #1D1D1D;
            font-style: bold;
        }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



/* END TC Checklist Responsive Styling */
