/* ======================= Alice Toms Global Alignment CSS ==================== */

    html, body {
        height:100%;
        margin:0;
        padding:0;
        background-color:#ffffff;
        font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif;
        font-size: 14px;
    }
    .table {
        position: absolute;
        background-color: #e3eaf3;
    }
    .title {
        display: inline-block;
        background-color:#e3eaf3;
        color:#486c8f;
        text-transform: uppercase;
        height:35px;
        line-height:35px;
        text-align:right;
        width:90px;
        padding: 0 5px;
    }
    .cell{
        float: left;
        display: inline-block;
        overflow: hidden;
        /* white-space: nowrap; */
        border-bottom: 1px solid #ddd;
        padding: 0 6px 0;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-size: 14px;
        color: #333333;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

/* Buttons */
.button {
    display: inline-block;
    font-family: "HelveticaNeueRoman", Helvetica, Arial, sans-serif;
    min-width: 80px;
    font-size: 1rem;
    font-weight: normal;
    height: 30px;
    line-height: 26px;
    padding: 0 15px;
    margin: 0 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 /*   border: 1px solid transparent;*/
    border-radius: 2px;
}
.button img{
	height: 16px;
    margin-bottom: -3px;
}
.button:focus, .button.focus, .button:active:focus, .button:active.focus, .button.active:focus, .button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.button:focus, .button:hover {
    text-decoration: none;
}

.button.focus {
    text-decoration: none;
}

.button:active, .button.active {
    background-image: none;
    outline: 0;
}

.button.disabled, .button:disabled {
    cursor: not-allowed;
    opacity: .65;
}

a.button.disabled,
fieldset[disabled] a.button {
    pointer-events: none;
	cursor: not-allowed;

}

.button_main {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
    box-shadow: none;
}

.button_main:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.button_main:focus, .button_main.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.button_main:active, .button_main.active,
.open > .button_main.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}

.button_main:active:hover, .button_main.active:hover,
.button_main:active:focus, .button_main:active.focus, .button_main.active:focus, .button_main.active.focus,
.open > .button_main.dropdown-toggle:hover,
.open > .button_main.dropdown-toggle:focus,
.open > .button_main.dropdown-toggle.focus {
    color: #fff;
    background-color: #014682;
    border-color: #01315a;
}

.button_main.disabled:focus, .button_main.disabled.focus, .button_main:disabled:focus, .button_main:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8;
}

.button_main.disabled:hover, .button_main:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}


.nav_button {
    position:relative;
    float:left;
    cursor:pointer;
    padding: 2px;
    margin:1px 2px 0 0;
    width: 26px;
    height: 26px;
}

.nav_input {
    width: 120px;
    text-align: left;
    position: relative;
    float: left;
    padding: 2px;
    margin: 3px 2px 1px 2px;
    height: 17px;
    border:1px solid #aaa;
}

.nav_input.recno {
    width: 70px;
    text-align:right;
}

/* Progress Bar */

#gmt_progress_bar {
  background: #ccc;
  border-radius: 8px;
  height: 16px;
  width: 250px;
  padding: 0px;
  margin: 0 auto;
}
/*  
#gmt_progress_bar:after {
  content: '';
  display: block;
  background: #0c0;
  width: 50%;
  height: 100%;
  border-radius: 9px;
}
*/
#gmt_progress_bar_in {
  content: '';
  display: block;
  background: #0c0;
  width: 4%;
  height: 100%;
  border-radius: 8px;
}
