﻿/*@import url(https://fonts.googleapis.com/css?family=Roboto);*/

@font-face {
    font-family: Roboto;
    src: url(/_css/fonts/roboto-regular-webfont.woff);
}
@font-face {
    font-family: Roboto;
    src: url(/_css/fonts/roboto-bold-webfont.woff);

    font-weight: bold;
}
@font-face {
    font-family: Roboto;
    src: url(/_css/fonts/roboto-bolditalic-webfont.woff);
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url(/_css/fonts/roboto-italic-webfont.woff);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/_css/fonts/roboto-medium-webfont.woff);
    font-weight: 500;
}
@font-face {
    font-family: Roboto;
    src: url(/_css/fonts/roboto-mediumitalic-webfont.woff);
    font-weight: 500;
    font-style: italic;
}

/* Icon Styling */

i.fa {
    font-size: 18px;
}
i.fa.fa-2x {
    font-size: 2em;
}

.iconWrapper.stackedIcons {
    width: 24px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    line-height: 24px;
    position: relative;
    font-size: 24px
}

.iconWrapper.stackedIcons .fa.fa-calendar-o {
    position: absolute;
    top: -4px;
    left: 0;
    line-height: 1em;
    font-size: 1em;
}
.iconWrapper.stackedIcons .fa.fa-usd {
    position: absolute;
    top: 9px;
    left: 8px;
    line-height: 0.5em;
    font-size: 0.5em;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}
input {
    border: none;
    outline: none;
}
input[type="button"] {
    outline: none !important;
}
input[type="radio"] {
    outline: none !important;
    box-shadow: none !important;
}
button {
    outline: none !important;
    border: none;
    background-color: transparent;
    padding: 0;
}

.noNavHeaderContent {
    height: 56px;
}

@media all and (min-width: 1024px) {
    #loginForm {
        width: 480px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0 1 auto;
        float: left;
        clear: left;
        /*background-color: #000000;*/
        /*background-color: #096f9e;*/
        background-color: #00ADF2;
        color: #ffffff;
    }
    #JumboTron {
        display: block;
        float: left;
        clear: right;
        background-color: #969696;
        box-shadow: inset 1px 0 8px rgba(0, 0, 0, 1);
        color: #ffffff;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 0 1 auto;
    }
    #JumboTron p {
        font-size: 64px;
        font-weight: 900;
        /*font-size: 84px;
        font-weight: 700;*/
        line-height: 64px;
        letter-spacing: -3px;
        padding-left: 80px;
        text-transform: uppercase;
    }
    #JumboTron p span {
        color: #00ADF2;
    }
}
@media all and (max-width: 1023px) {
    #loginForm {
        width: 100%;
        height: 100%;
        background-color: #096f9e;
        color: #ffffff;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        flex: 0 1 auto !important;
    }
    #JumboTron {
        display: none;
    }
}


#loginForm h4{
   font-size: 16px;
   color: #ffffff;
   font-weight: 500;
   text-transform: uppercase;
   margin-top: 0;
}
#loginForm form{
    /*background-color: #EBEBEB;
    width: 323px;
    height: 283px;*/
    margin: auto;
    display: block;
    /*padding: 50px;
    position: relative;
    top: calc(50% - 148px);*/
}
#loginForm #ResetPassword {
    margin-top: 20px;
}
#loginForm form.resetPassword{
    background-color: inherit;
    width: 480px;
    height: auto;
    top: calc(50% - 227px);
    padding: 0 40px;
}
#loginForm form.resetPassword #PasswordInputs {
    width:50%;
    display:inline-block;
    vertical-align: top;
    padding-right: 25px;
}
#loginForm form.resetPassword #PasswordConditions {
    width:50%;
    display:inline-block;
    padding-left: 25px;
}
#loginForm form.resetPassword #PasswordConditions>div {
    margin-bottom: 10px;
}
#loginForm form.resetPassword #PasswordConditions>div span {
    margin-left: 10px;
}
#loginForm form.resetPassword #PasswordInputs>div.userPassInput {
    margin-bottom: 13px;
}
#loginForm form.resetPassword #PasswordConditions .fa {
    font-size: 15px;
    color: #ffffff;
}
#loginForm form.resetPassword #PasswordConditions>div.satisfied .fa {
    color: #009F0B;
}
.noNavContentWrapper {
    width: 100%;
    height: 100%;
}
#loginForm .userPassInput{
    width: 100%;
    margin-bottom: 10px;
}

#loginForm .userPassInput input.form-control {
    border: 1px solid #D6D6D6;
    font-size: 13px;
    color: #000000;
    width: 100%;
    height: 34px;
    padding: 5px;
    outline: none;
}
#loginForm input.form-control {
    border: 1px solid #D6D6D6;
    font-size: 13px;
    color: #000000;
    padding: 5px;
    outline: none;
}
#loginForm .userPassInput .btn {
    margin: 0 0 10px 0;
    /*width: 100%;*/
    padding: 5px 30px 3px 30px;
}
#loginForm .checkbox {
    padding: 0;
}
#loginForm .checkbox input {
    padding: 0;
    margin: 3px 0 0 0;
}

#loginForm .userPassInput span, #loginForm .form-group span.field-validation-error {
    display: none;
}
#loginErrors {
    font-size: 20px;
    color: #FFFFFF;
    background-color: #CF5C60;
    box-shadow: 0 -3px 20px #000000;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    margin: 0;
    padding: 0 20px 0 20px;
    text-decoration: none;
    overflow: hidden;
}
#loginErrors li {
    display: block;
    padding-right: 35px;
}
#loginErrors li:first-child {
    margin-top: 20px;
}
#loginErrors li:last-child {
    margin-bottom: 20px;
}
#loginErrorsWrapper {
    position: relative;
    overflow: hidden;
}
#loginErrorsWrapper i.fa {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer;
}
#loginForm .form-control:focus, #loginForm .userPassInput .form-control:active {
    border: 1px solid #D6D6D6 !important;
    border-bottom: 2px solid #1c86B8 !important;
}
#loginForm form .form-control.input-validation-error {
    border-bottom: 2px solid #CF5C60;
}
#loginForm form .form-control.input-validation-error.notDirty {
    border-bottom: 1px solid #D6D6D6;
}
#loginForm form h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 16px;
}
#loginForm.forgotPassword form p {
    font-size: 13px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
}
#loginForm.forgotPassword form .returnToLogin span {
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}
#loginForm.forgotPassword form .returnToLogin span:hover {
    color: #199AD1;
}
#loginForm.forgotPassword form {
    width: 480px;
    height: auto;
    padding: 0 100px;
    top: calc(50% - 132px);
}
#loginForm.forgotPassword form h4,
#loginForm.forgotPassword form p {
    color: #ffffff;
}
#loginForm.forgotPassword form .form-group {
    margin: 0 0 15px 0;
    position: relative;
}
#loginForm.forgotPassword form .form-control {
    width: 100%;
    height: 34px;
    margin: 0 10px 20px 0;
    vertical-align: middle;
    padding-left: 30px !important;
}
#loginForm.forgotPassword form .form-group:before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 10px;
    top: 6px;
    color: #096f9e;
    position: absolute;
}
#loginForm.forgotPassword form .btn {
    width: 120px;
    height: 34px;
    margin: 0;
}

#loginForm.forgotPassword.confirmation form .returnToLogin{
    margin-top: 60px;
}

 #loginForm.logoutSection form {
    width: 480px;
    height: auto;
    top: calc(50% - 27px);
    padding: 0 100px;
 }
@media (max-width: 767px) {

    #loginForm form{
        /*width: 100% !important;
        height: 100% !important;
        position: inherit;
        top:auto;*/
        /*background-color: #EBEBEB;
        width: 323px;
        height: 283px;*/
        margin: auto;
        display: block;
        /*padding: 50px;
        position: relative;
        top: calc(50% - 148px);*/
    }
    #loginErrors {
        font-size: 16px;
    }
    #loginForm .forgotPasswordForm .form-group .form-control {
        width: 100%;
        margin-bottom: 10px;
    }
    #loginForm .forgotPasswordForm .form-group .btn {
        width: 100%;
    }
}
/* Begin Responsive Row / Column Helper Styling */

input[dtfieldtype="currency"] {
    text-align: right;
}

.dtResponsiveRow {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.dsResponsiveColumn {
    width: 100%;
    display: flex;
    padding: 5px;
    vertical-align: top;
    font-size: 13px;
}
.dsResponsiveColumn:first-child {
    padding-left: 0;
}
.dsResponsiveColumn:last-child {
    padding-right: 0;
}
.dsResponsiveColumn.useInlineStyle {
    display: inline-block;
    height: auto;
}
.dsResponsiveColumn>div {
    padding: 5px 5px 0 5px;
    margin-bottom: 5px;
}
.dtResponsiveRow {
    width: 100%;
}
 .dsResponsiveColumn>div {
    width:100%;
}
.dtResponsiveRow.extraWideBreakPoint>.dsResponsiveColumn, .dtResponsiveRow.threeChild.extraWideBreakPoint>.dsResponsiveColumn {
    width: 100%;
    flex: none;
}
@media (min-width: 768px) {
    .dsResponsiveColumn {
        width: 50%;
    }
 
    .dtResponsiveRow.oneChild>.dsResponsiveColumn
    {
        width: 100%;
    }
    .dtResponsiveRow.twoChild>.dsResponsiveColumn
    {
        width: 50%;
    }
    .dtResponsiveRow.threeChild>.dsResponsiveColumn
    {
        width: 50%;
    }
    .dtResponsiveRow.threeChild>.dsResponsiveColumn:last-child
    {
        width: 100%;
    }
    .dtResponsiveRow.fiveChild>.dsResponsiveColumn
    {
        width: 50%;
    }
    .dtResponsiveRow.fiveChild>.dsResponsiveColumn:last-child
    {
        width: 100%;
    }
    .dtResponsiveRow.sixChild>.dsResponsiveColumn
    {
        width: 50%;
    }
    .dtResponsiveRow.sevenChild>.dsResponsiveColumn
    {
        width: 50%;
    }
    .dtResponsiveRow.sevenChild>.dsResponsiveColumn:last-child
    {
        width: 100%;
    }
    .dtResponsiveRow.hasLargeChild>.dsResponsiveColumn {
        width: 100%;
    }
}

@media (min-width: 1100px) {
    
    .dsResponsiveColumn {
        width: 25%;
        flex: 1;
    }
    .dsResponsiveColumn>div {
        flex: 1;
        width: auto;
    }
    .dtResponsiveRow.oneChild>.dsResponsiveColumn
    {
        width: 100%;
    }
    .dtResponsiveRow.twoChild>.dsResponsiveColumn
    {
        width: 50%;
    }
    .dtResponsiveRow.twoChild>.dsResponsiveColumn.doubleWidth
    {
        width: 100%;
        flex: 2;
    }
    .dtResponsiveRow.twoChild>.dsResponsiveColumn.tripleWidth
    {
        width: 50%;
        flex: 3;
    }
    .dtResponsiveRow.threeChild>.dsResponsiveColumn, .dtResponsiveRow.threeChild>.dsResponsiveColumn:last-child
    {
        width: 33.333%;
    }
    .dtResponsiveRow.threeChild>.dsResponsiveColumn.doubleWidth
    {
        width: 66.666%;
    }
    .dtResponsiveRow.threeChild>.dsResponsiveColumn.tripleWidth
    {
        width: 100%;
    }
    .dtResponsiveRow.fourChild>.dsResponsiveColumn
    {
        width: 25%;
    }
    .dtResponsiveRow.fourChild>.dsResponsiveColumn.doubleWidth
    {
        width: 50%;
    }
    .dtResponsiveRow.fourChild>.dsResponsiveColumn.tripleWidth
    {
        width: 75%;
    }
    .dtResponsiveRow.fiveChild>.dsResponsiveColumn, .dtResponsiveRow.fiveChild>.dsResponsiveColumn:last-child
    {
        width: 20%;
    }
    .dtResponsiveRow.fiveChild>.dsResponsiveColumn.doubleWidth
    {
        width: 40%;
    }
    .dtResponsiveRow.fiveChild>.dsResponsiveColumn.tripleWidth
    {
        width: 60%;
    }
    .dtResponsiveRow.sixChild>.dsResponsiveColumn
    {
        width: 16.666%;
    }
    .dtResponsiveRow.sixChild>.dsResponsiveColumn.doubleWidth
    {
        width: 33.333%;
    }
    .dtResponsiveRow.sixChild>.dsResponsiveColumn.tripleWidth
    {
        width: 50%
    }
    .dtResponsiveRow.sevenChild>.dsResponsiveColumn, .dtResponsiveRow.sevenChild>.dsResponsiveColumn:last-child
    {
        width: 14.28%;
    }
    .dtResponsiveRow.sevenChild>.dsResponsiveColumn.doubleWidth
    {
        width: 28.56%;
    }
    .dtResponsiveRow.sevenChild>.dsResponsiveColumn.tripleWidth
    {
        width: 42.84%;
    }
    .dtResponsiveRow.sevenChild>.dsResponsiveColumn:last-child
    {
        width: 14.32%;
    }
    .dtResponsiveRow.sevenChild>.dsResponsiveColumn.doubleWidth:last-child
    {
        width: 28.64%;
    }
    .dtResponsiveRow.sevenChild>.dsResponsiveColumn.tripleWidth:last-child
    {
        width: 42.96%;
    }

    .dtResponsiveRow.wideBreakPoint>.dsResponsiveColumn
    {
        flex: none;
        width: 50%;
    }
    .dtResponsiveRow.extraWideBreakPoint>.dsResponsiveColumn
    {
        flex: none;
        width: 50%;
    }
    .dtResponsiveRow.threeChild.extraWideBreakPoint>.dsResponsiveColumn
    {
        flex: none;
        width: 50%;
    }
    .dtResponsiveRow.threeChild.extraWideBreakPoint>.dsResponsiveColumn:last-child
    {
        flex: none;
        width: 100%;
    }
}


@media (min-width: 1350px) {

    .dtResponsiveRow.wideBreakPoint>.dsResponsiveColumn
    {
        flex: 1;
        width: 25%;
    }
}

@media (min-width: 1650px) {

    .dtResponsiveRow.extraWideBreakPoint>.dsResponsiveColumn
    {
        flex: 1;
        width: 25%;
    }
    .dtResponsiveRow.threeChild.extraWideBreakPoint>.dsResponsiveColumn
    {
        flex: 1;
        width: 33%;
    }
    .dtResponsiveRow.threeChild.extraWideBreakPoint>.dsResponsiveColumn:last-child
    {
        flex: 1;
        width: 33%;
    }
}

.headerCardAreaWrapper>.dsResponsiveColumn {
    margin: 0;
    padding: 0;
}
.headerCardAreaWrapper>.dsResponsiveColumn>div {
    margin: 0;
    padding: 0;
}

.inputWrapper.containsButton .inputContent {
    height: 100%;
}

.inputWrapper.containsButton .btn {
    height: 41px;
    margin-top: 14px;
}


.inputWrapper.timeFields .input-container>* {
    width: 32%;
}
.inputWrapper.timeFields .input-container>*:first-child {
    margin-right: 2%;
}
.inputWrapper.timeFields .input-container>*:last-child {
    margin-left: 2%;
}

.inputWrapper.timeFields.hasTimeZone .input-container>* {
    width: 24%;
    margin-right: 1.33%;
}
.inputWrapper.timeFields.hasTimeZone .input-container>*:first-child {
    margin-right: 1.33%;
}
.inputWrapper.timeFields.hasTimeZone .input-container>*:last-child {
    margin-left: 0;
    margin-right: 0;
}

.inputWrapper.titleAndInputOnSameLine {
    font-size: 0;
    height: 32px;
}

.titleAndInputOnSameLine .inputWrapperTitle {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    text-align: right;
    vertical-align: middle;
    padding-right: 5px;
}

.titleAndInputOnSameLine.longTitle .inputWrapperTitle {
    width: 80%;
}

.titleAndInputOnSameLine .inputContent {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

.titleAndInputOnSameLine.longTitle .inputContent {
    width: 20%;
}

@media (max-width: 1100px) {
    .titleAndInputOnSameLine.longTitle.shortTitleAtMediumBreakpoint .inputWrapperTitle {
        width: 40%;
    }

    .titleAndInputOnSameLine.longTitle.shortTitleAtMediumBreakpoint .inputContent {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .titleAndInputOnSameLine.longTitle.shortTitleAtMediumBreakpoint .inputWrapperTitle {
        width: 80%;
    }

    .titleAndInputOnSameLine.longTitle.shortTitleAtMediumBreakpoint .inputContent {
        width: 20%;
    }

    .glLocation, .glClass {
        display: none;
    }
}


/* Begin Input / Filter Styling */
.inputWrapperTitle {
    min-height: 18px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    display: block;
}
.inputGroupRow
{
    width: 100%;
    height: 220px;
    clear: both; 
}
.inputGroupRow.oneInput.onlyOneLineInputs {
    height: 32px;
}
.inputWrapper
{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    height: 55px;
}
.inputWrapper.doubleWidth
{
    width: 100%;
}
.threeQuartersRow {
    width: 100%;
}
.threeQuartersRow .inputGroupRow {
    width: 100%;
    height: 165px;
}
.threeQuartersRow .inputGroupRow .inputWrapper {
    width: 100%
}
.threeQuartersRowNeighbor {
    width: 100%;
}
.inputGroupRow.twoChildRows {
    height: 440px;
}
.inputGroupRow.doubleHeightChild.twoChildRows {
    height: 440px;
}
.inputGroupRow.doubleWidthChild {
    height: 165px;
}
.submitButtonGroup .submitButton {
    width: 100%;
}
.submitButtonGroup .submitButton .btn-primary, .submitButtonGroup .submitButton .btn-secondary {
    width: 100%;
}
.submitButtonGroup .saveCheckbox {
    width: 100%;
    margin: 0;
    text-align: center;
}
.submitButtonGroup .saveCheckbox .input-container>span{
    width: 80%;
    display: inline-block;
    text-align: left;
}
.inputGroupRow.twoInput
{
    height: 110px;
}
.inputGroupRow.twoInput .inputWrapper
{
    width: 100%;
}
.inputGroupRow.oneInput {
    height: 55px;
}
.inputGroupRow.oneInput.doubleHeightRow {
    height: 110px;
}
.inputGroupRow.doubleHeightChild.fourDoubleHeightChildren {
    height: 440px;
}
 .inputGroupRow.doubleHeightChild.oneInput {
    height: 110px;
}
.inputGroupRow.noInput {
    height: 0;
}
.inputGroupRow .inputWrapper .input-container {
    height: 100%;
}
.inputGroupRow .inputWrapper textarea{
    height: 100%;
}
.inputGroupRow.threeInput {
    height: 165px;
}
.inputWrapper.phoneNumberFields .inputContent {
    font-size: 0;
}
.inputWrapper.phoneNumberFields input {
    width:30%;
}
.inputWrapper.phoneNumberFields input:nth-last-child(2) {
    margin: 0 1%;
}
.inputWrapper.phoneNumberFields input:last-child {
    width:38%;
}
.inputGroupRow.fiveInput {
    height: 275px;
}
.inputGroupRow.sixInput {
    height: 330px;
}
.inputGroupRow.sevenInput {
    height: 385px;
}
.inputGroupRow.eightInput {
    height: 440px;
}
.inputGroupRow.tenInput {
    height: 440px;
}


.inputWrapper.swapField .inputContent .swapFieldWrapper {
    padding-left: 20px;
}
.inputWrapper.swapField .inputContent i {
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    top: calc(50% - 10px);
    left: 0px;
    color: #1D86B8;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.inputWrapper.swapField .inputContent i:hover {
    color: #199AD1;
}
.swapFieldWrapper {
    display: none;
}

.inputWrapper.swapField .inputContent i.disabled {
    cursor: default;
    color: #C7C7C7 !important;
}
.inputGroupRow.doubleHeightChild.twoDoubleHeight{
    height: 330px;
}
.inputGroupRow.doubleHeightChild.fourDoubleHeight{
    height: 440px;
}

@media (min-width: 768px) {
    .inputWrapper
    {
        width: 50%;
    }
    .inputGroupRow
    {
        height: 110px;
    }
    .threeQuartersRow {
        width: 100%;
    }
    .threeQuartersRow .inputGroupRow {
        width: 100%
    }
    .threeQuartersRow .inputGroupRow .inputWrapper {
        width: 50%
    }
    .threeQuartersRow .inputGroupRow .inputWrapper:last-child {
        width: 100%
    }
    .threeQuartersRowNeighbor {
        width: 100%;
    }
    .inputGroupRow.twoChildRows {
        height: 220px;
    }
    .inputGroupRow.doubleHeightChild.twoChildRows {
        height: 330px;
    }
    .inputGroupRow.doubleHeightChild.twoChildRows.threeQuartersRowChild {
        height: 330px;
    }
    .threeQuartersRow .inputGroupRow {
        height: 110px;
    }
    .inputGroupRow.doubleWidthChild {
        height: 110px;
    }
    .submitButtonGroup .saveCheckbox {
        width: auto;
        margin: 0 10px;
        text-align: right;
    }
    .submitButtonGroup .saveCheckbox .input-container>span{
        width: auto;
        text-align: right;
    }
    .submitButtonGroup .submitButton {
        width: auto;
    }
    .submitButtonGroup .submitButton .btn-primary, .submitButtonGroup .submitButton .btn-secondary {
        width: auto;
    }
    .inputGroupRow.twoInput
    {
        height: 60px;
    }
    .inputGroupRow.twoInput .inputWrapper
    {
        width: 50%;
    }
    .inputGroupRow.doubleHeightChild.fourDoubleHeightChildren {
        height: 240px;
    }
   .inputGroupRow.threeInput {
        height: 120px;
    }
   .inputGroupRow.threeInput .inputWrapper {
        width: 50%;
    }
   .inputGroupRow.threeInput .inputWrapper:last-child {
        width: 100%;
    }
   .inputGroupRow.fiveInput {
        height: 180px;
    }
    .inputGroupRow.fiveInput .inputWrapper {
        width: 50%;
    }
    .inputGroupRow.fiveInput .inputWrapper:last-child {
        width: 100%;
    }
    .inputGroupRow.sixInput {
        height: 165px;
    }
    .inputGroupRow.sixInput .inputWrapper {
        width: 50%;
    }
    .inputGroupRow.sevenInput {
        height: 220px;
    }
    .inputGroupRow.sevenInput .inputWrapper {
        width: 50%;
    }
    .inputGroupRow.sevenInput .inputWrapper:last-child {
        width: 100%;
    }
    .inputGroupRow.eightInput {
        height: 220px;
    }
    .inputGroupRow.eightInput .inputWrapper {
        width: 50%;
    }
    .inputGroupRow.doubleHeightChild.twoDoubleHeight{
        height: 165px;
    }
    .inputGroupRow.doubleHeightChild.fourDoubleHeight{
        height: 220px;
    }
}
@media (min-width: 1100px) {
    .inputWrapper
    {
        width: 25%;
    }
    .inputWrapper.doubleWidth
    {
        width: 50%;
    }
    .inputGroupRow
    {
        height: 55px;
        margin: 5px 0;
    }
    .threeQuartersRow {
        width: 75%
    }
    .threeQuartersRow .inputGroupRow {
        height: 55px;
    }
    .threeQuartersRow .inputGroupRow .inputWrapper {
        width: 33.33%
    }
    .threeQuartersRow .inputGroupRow .inputWrapper:last-child {
        width: 33.33%
    }
    .threeQuartersRowNeighbor {
        width: 25%;
    }
    .inputGroupRow.twoChildRows {
        height: 110px;
    }
    .inputGroupRow.doubleHeightChild {
        height: 110px;
    }
    .inputGroupRow.doubleHeightChild.twoChildRows {
        height: 110px;
    }
    .inputGroupRow.doubleHeightChild.twoChildRows.threeQuartersRowChild {
        height: 110px;
    }
    .inputGroupRow.doubleWidthChild {
        height: 55px;
    }
    .inputGroupRow.doubleHeightChild.fourDoubleHeightChildren {
        height: 110px;
    }
    .inputGroupRow.threeInput {
        height: 55px;
    }
    .inputGroupRow.threeInput .inputWrapper, .inputGroupRow.threeInput .inputWrapper:last-child {
        width: 33.3%;
    }
    .inputGroupRow.threeInput .inputWrapper:nth-child(2) {
        margin-left: 0.05%;
        margin-right: 0.05%;
    }
    .inputGroupRow.fiveInput {
        height: 55px;
    }
    .inputGroupRow.fiveInput .inputWrapper, .inputGroupRow.fiveInput .inputWrapper:last-child {
        width: 20%;
    }
    .inputGroupRow.sixInput {
        height: 55px;
    }
    .inputGroupRow.sixInput .inputWrapper {
        width: 16.66%;
    }
    .inputGroupRow.sixInput .inputWrapper:last-child {
        width: 16.67%;
    }
    .inputGroupRow.sevenInput {
        height: 55px;
    }
    .inputGroupRow.sevenInput .inputWrapper {
        width: 14.28%;
    }
    .inputGroupRow.sevenInput .inputWrapper:last-child {
        width: 14.32%;
    }
    .inputGroupRow.eightInput {
        height: 55px;
    }
    .inputGroupRow.eightInput .inputWrapper {
        width: 12.5%;
    }
    .inputGroupRow.tenInput {
        height: 55px;
    }
    .inputGroupRow.tenInput .inputWrapper {
        width: 10%;
    }
     .inputGroupRow.doubleHeightChild.twoDoubleHeight{
        height: 110px;
    }
    .inputGroupRow.doubleHeightChild.fourDoubleHeight{
        height: 110px;
    }

    .inputGroupRow.fourInput.wideScreenBreakPoint {
        height: 110px;
    }
    .inputGroupRow.fiveInput.wideScreenBreakPoint {
        height: 110px;
    }
    .inputGroupRow.sixInput.wideScreenBreakPoint {
        height: 110px;
    }

    .inputGroupRow.fourInput.wideScreenBreakPoint .inputWrapper {
        width: 50%;
    }
    .inputGroupRow.fiveInput.wideScreenBreakPoint .inputWrapper {
        width: 50%;
    }
    .inputGroupRow.fiveInput.wideScreenBreakPoint .inputWrapper:last-child {
        width: 100%;
    }
    .inputGroupRow.sixInput.wideScreenBreakPoint .inputWrapper {
        width: 33.33%;
    }
    .inputGroupRow.sixInput.wideScreenBreakPoint .inputWrapper:first-child {
        width: 33.34%;
    }
    .inputGroupRow.sixInput.wideScreenBreakPoint .inputWrapper:last-child {
        width: 33.34%;
    }
}
@media (min-width: 1300px) {
  
    .inputGroupRow.fourInput.wideScreenBreakPoint {
        height: 55px;
    }
    .inputGroupRow.fiveInput.wideScreenBreakPoint {
        height: 55px;
    }
    .inputGroupRow.sixInput.wideScreenBreakPoint {
        height: 55px;
    }

    .inputGroupRow.fourInput.wideScreenBreakPoint .inputWrapper {
        width: 25%;
    }
    .inputGroupRow.fiveInput.wideScreenBreakPoint .inputWrapper, .inputGroupRow.fiveInput.wideScreenBreakPoint .inputWrapper:last-child {
        width: 20%;
    }
    .inputGroupRow.sixInput.wideScreenBreakPoint .inputWrapper {
        width: 16.66%;
    }
    .inputGroupRow.sixInput.wideScreenBreakPoint .inputWrapper:first-child {
        width: 16.66%;
    }
    .inputGroupRow.sixInput.wideScreenBreakPoint .inputWrapper:last-child {
        width: 16.67%;
    }
}
.inputWrapper .inputWrapperTitle
{
    font-weight: 500;
    font-size: 13px;
    color: #333333;
}
#tblAcctBalanceInformationDetails .inputWrapper .inputWrapperTitle {
    font-weight: 400;
}
.balanceDetailItem > .indentedValue span {
    font-weight: 600;
}
.inputWrapper input, .inputWrapper select, .inputWrapper textarea
{
    width: 100%;
}
.inputWrapper input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-left: 5rem;
}
.inputWrapper.fromToFields .input-container
{
    font-size: 0;
}
.inputWrapper.fromToFields .input-container>*
{
    font-size: 13px;
}
.inputWrapper.fromToFields input, .inputWrapper.fromToFields select
{
    width: 45%;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.inputWrapper.fromToFields input:first-child, .inputWrapper.fromToFields select:first-child {
    margin-right: 5px;
}
.inputWrapper.fromToFields.noTo input, .inputWrapper.fromToFields.noTo select
{
    width: 49%;
}
.inputWrapper.fromToFields.noTo input:first-child, .inputWrapper.fromToFields.noTo select:first-child
{
    margin-right: 1%;
    margin-left: 0;
}
.inputWrapper.fromToFields.noTo input:last-child, .inputWrapper.fromToFields.noTo select:last-child
{
    margin-left: 1%;
    margin-right: 0;
}
.inputWrapper.fromToFields span
{
    width: 10%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.inputWrapper .btn {
    display: block;
    width: 100%;
}
.inputGroupRow.oneInput .inputWrapper
{
    width: 100%;
}
inputContent
{
    width: 100%;
}
.doubleRowWrapper.threeQuartersRow
{
    display: inline-block;
    vertical-align: top;
}
.inputWrapper.doubleHeightInput
{
     display: inline-block;
     float: none;
     height: 110px;
}
.inputGroupRow.ignoreHeight
{
    height: auto;
}
.inputGroupRow.ignoreHeight .inputWrapper
{
    height: auto;
}
.checkboxRow>*
{
    vertical-align: middle;
    margin: 0 !important;
    display: inline-block;
    width: auto !important;
}
.inputWrapper.doubleHeightInput .inputContent
{
    overflow: auto;
    height: 92px;
}
.inputWrapper.doubleHeightInput input[type='checkbox']
{
    display: inline-block;
    width: auto;
}

.showHidePreviousDiv, .showHidePreviousDivStyling
{
    color: #037eb8;
    text-align: center;
    margin: 10px 0;
}
.showHidePreviousDiv .fa, .showHidePreviousDivStyling .fa
{
    font-size: 18px;
}
.showMoreMessage, .showLessMessage {
    cursor: pointer;
}
.submitButtonGroup
{
    text-align: right;
    margin-right:10px;
    margin-bottom: 10px;
}
.submitButtonGroup .saveCheckbox, .submitButtonGroup .submitButton
{
    display: inline-block;
    vertical-align: middle;
}
.submitButtonGroup .saveCheckbox .input-container>*
{
    vertical-align: middle;
    margin: 0 4px;
}
.submitButtonGroup .saveCheckbox
{
    margin: 0 10px;
}
.icon-search-textbox {
    display: inline-block;
    padding: 6px;
    text-align: center;
    position:absolute;

  }
.icon-search:before  { 
    content: "\f002";
    font-family: fontawesome;
    color:#777777;
    font-style:normal;

}
.icon-date-textbox {
    display: inline-block;
    padding: 6px;
    text-align: right;
    position:absolute;
    right: 5px;
  }
#PricingPurchasDateCalendarIcon {
    right:10px;
    /*left: 365px;*/
}
.icon-date:after  { 
    content: "\f073";
    font-family: fontawesome;
    font-size:14px;
    font-style:normal;
}
.icon-date {
    color: #26648B;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.icon-date:hover {
    color:#199AD1 
}
.disabledInput .icon-date {
    display: none;
}
.input_date {
  /*text-indent: 20px;*/
  height: 3.0rem;
  padding: 4px 4px;
  font-size: 13px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.input_date:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }
.input-container {
  position:relative;
}
.input_search {
  text-indent: 20px;
  height: 3.0rem;
  padding: 4px 4px;
  font-size: 13px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.input_search:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }
 form:not(.ng-submitted) .ng-invalid-required.input_search:focus,
    .input_search:focus,
    form:not(.ng-submitted) .ng-invalid-required.input_search:active:focus,
    .input_search:active:focus,
    form:not(.ng-submitted) .ng-invalid-required.input_search.active:focus,
    .input_search.active:focus,
    form:not(.ng-submitted) .ng-invalid-required.input_search.focus,
    .input_search.focus,
    form:not(.ng-submitted) .ng-invalid-required.input_search:active.focus,
    .input_search:active.focus,
    form:not(.ng-submitted) .ng-invalid-required.input_search.active.focus,
    .input_search.active.focus {
        border-color: #dcdcdc;
        border-bottom: 2px solid #037eb8;
        outline: 0;
        box-shadow: none;
        padding-top: calc(0.3rem + 1px);
    }

.multiSelectInput.inputWrapper .multiSelectDropdownArea {
    display: none;
    z-index: 5;
    position: relative;
    max-height: 140px;
    overflow: auto;
    min-width: 300px;
}
.multiSelectInput.inputWrapper.dropdownOpen .multiSelectDropdownArea {
    display: block;
}
.multiSelectInput.inputWrapper.dropdownOpen .multiSelectDropdownArea .multiselectItem {
    /*margin-bottom: 8px;*/
}
.multiSelectInput.inputWrapper .multiSelectDropdownArea input[type="checkbox"] {
    margin-left: 5px;
    margin-top: 0px;
    margin-right: 5px;
    vertical-align: top;
}
.multiSelectInput.inputWrapper .fa, .comboBox.inputWrapper .fa {
    position: absolute;
    top: 6px;
    right: 9px;
    font-size: 15px;
}
.multiSelectInput.inputWrapper .fa-caret-up, .comboBox.inputWrapper .fa-caret-up {
    display: none;
}
.multiSelectInput.inputWrapper.dropdownOpen .fa-caret-down, .comboBox.inputWrapper.dropdownOpen .fa-caret-down {
    display: none;
}
.multiSelectInput.inputWrapper.dropdownOpen .fa-caret-up, .comboBox.inputWrapper.dropdownOpen .fa-caret-up {
    display: inline-block;
}
.multiSelectInput.inputWrapper .multiSelectDisplayField {
    background-color: #FFFFFF;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.multiSelectInput.inputWrapper .multiSelectDisplayField[disabled] {
    background-color: #EEEEEE;
}
.multiSelectInput.inputWrapper.dropdownOpen .multiSelectDropdownArea .itemChecked {
    background-color: #F2FBFF;
}
.multiSelectInput.inputWrapper.dropdownOpen .multiSelectDropdownArea .itemWrapper:hover {
    background-color: #E0F5FE;
}
 /* End Input / Filter Styling */

 /* Begin Queue Lookup Specific Styling */

 #row_detail span, #row_detail a, #row_header span, #row_header a, .row_detail span, .row_detail a, .row_header span, .row_header a {
     display:inline-block;
     width: 100%;
 }
 .frozenTableWrapper .lockUnlockRow {
     background-color: #037eb8;
    font-weight: bold;
    color: #fff;
    padding: 8px 8px;
    /*border: 1px solid #dddddd;*/
 }
  .frozenTableWrapper .lockUnlockRow td {
    background-color: #037eb8;
    font-weight: bold;
    color: #fff;
    padding: 8px 8px;
        border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    /*border: 1px solid #dddddd;*/

  }
    .frozenTableWrapper .lockUnlockRow td:first-child {
        /*margin-top: -1px;*/

  }

 .queueFavorited .fa-star {
     color: #F3AE4E !important;
 }
 .pagingWrapper {
     min-height: 45px;
     text-align: right;
     width: 100%;
     float: none;
     clear: both;
     position: relative;
 }
 .pagingWrapper:after {
     position: absolute !important;
     right: 0 !important;
     bottom: -1px !important;
     content: " " !important;
     width: 1px !important;
     height: 1px !important;
     float: none !important;
     clear: both !important;
 }

.paginationWrapper {
    display: inline-block;
    float: right;
    font-size: 0;
    vertical-align: top;
    margin-left: 10px;

}
.paginationWrapper>* {
    font-size: 13px;
    display: inline-block;
}
.totalRecordsFound {
    font-family: 'Roboto'; /* Roboto Medium */
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    height: 36px;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 36px;
    float: left;
}
#ddlPaging_RecordsPerPage__queue_lookup_inventory_viewer, .pagingWrapper .recordsPerPageSelect {
    width: 100px;
    margin-bottom: 10px;
    /*float: right;*/
    height: 36px;
    vertical-align: top;
    margin-left: 10px;
}
.queueLookupContent {
    background: #F5F5F5;
    border: 1px solid #E2E2E2;
    padding: 10px;
}
.frozenTableWrapper td {
    /*text-align: center;*/
}

.flagpriority_high {
   color: #FF0000; 
}
.flagpriority_medium {
    color: #000000; 
}
.flagpriority_low {
    color: #008000; 
}
.flagpriority_info {
    color: #0000FF; 
}

.flagWrapper {
    text-align: right;
}
#deal-item-container .vehicleInfo {
    width: 67%;
    float: left;
}
#deal-item-container .vehcicleButtonsAndFlags {
    width: 33%;
    float: right;
}
#deal-item-container select {
    padding: 5px;
}

@media (max-width: 950px) {
    .pagingWrapper.breakEarly .totalRecordsFound {
        width: 100%;
        text-align: center;
    }
    .pagingWrapper.breakEarly .recordsPerPageSelect {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .pagingWrapper.breakEarly .pagenumber.hideable:nth-child(3), .pagingWrapper.breakEarly .pagenumber.hideable:nth-child(4), .pagingWrapper.breakEarly .pagenumber.hideable:nth-child(5), .pagingWrapper.breakEarly .pagenumber.hideable:nth-last-child(3), .pagingWrapper.breakEarly .pagenumber.hideable:nth-last-child(4), .pagingWrapper.breakEarly .pagenumber.hideable:nth-last-child(5) {
        display: none;
    }
    .breakEarly .paginationWrapper > span {
        display: inline-block;
        width: 8.33%;
    }
    .breakEarly .paginationWrapper {
        text-align: center;
        float: none;
        margin-bottom: 18px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .totalRecordsFound {
        width: 100%;
        text-align: center;
    }
    #ddlPaging_RecordsPerPage__queue_lookup_inventory_viewer, #ddlPaging_RecordsPerPage__queue_lookup_account_viewer, .pagingWrapper .recordsPerPageSelect {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .pagingWrapper {
    }
    .paginationWrapper .pagenumber.hideable:nth-child(3), .paginationWrapper .pagenumber.hideable:nth-child(4), .paginationWrapper .pagenumber.hideable:nth-child(5), .paginationWrapper .pagenumber.hideable:nth-last-child(3), .paginationWrapper .pagenumber.hideable:nth-last-child(4), .paginationWrapper .pagenumber.hideable:nth-last-child(5) {
        display: none;
    }
    .paginationWrapper > span {
        display: inline-block;
        width: 8.33%;
    }
    .paginationWrapper {
        text-align: center;
        float: none;
        margin-bottom: 18px;
        width: 100%;
    }
}
@media (max-width: 500px) {
 
    #spnPaging_PrevPage__queue_lookup_inventory_viewer, #spnPaging_NextPage__queue_lookup_inventory_viewer, #spnPaging_PrevPage__queue_lookup_deal_viewer, #spnPaging_NextPage__queue_lookup_deal_viewer {
        display: none;
    }
    .goBackOnePage, .goForwardOnePage {
        display: none !important;
    }
    .paginationWrapper>span {
        width: 10%
    }
    
}
@media (max-width: 400px) {
    .paginationWrapper .pagenumber.hideable:nth-child(6), .paginationWrapper .pagenumber.hideable:nth-last-child(6) {
        display: none;
    }
    .paginationWrapper>span {
        width: 11.1%;
    }
    .paginationWrapper .pagenumber.hideable:nth-child(7),  .paginationWrapper .pagenumber.hideable:nth-child(8), .paginationWrapper .pagenumber.hideable:nth-last-child(7), .paginationWrapper .pagenumber.hideable:nth-last-child(8) {
        display: none;
    }
}
#divInventoryHeader {
    margin-top: 10px;
}
#txtFilter_SpecialSearch__queue_lookup_inventory_viewer
{
    text-indent: 20px;
}
#divPBin__queue_lookup_inventory_viewer #BinSettingsSectionThreeChildren, #divPBin__queue_lookup_inventory_viewer #BinSettingsSectionTwoChildren
{
    margin: 5px 0;
}
#divPBin__queue_lookup_inventory_viewer #BinSettingsSectionThreeChildren input, #divPBin__queue_lookup_inventory_viewer #BinSettingsSectionThreeChildren select
{
    width: 32.33%;
    display: inline-block;
}
#divPBin__queue_lookup_inventory_viewer #BinSettingsSectionTwoChildren input
{
    width: 48%;
    display: inline-block;
}
#divPBin__queue_lookup_inventory_viewer #BinSettingsSectionTwoChildren input:first-child
{
    margin-right: 2%;
}
#divPBin__queue_lookup_inventory_viewer #BinSettingsSectionTwoChildren input:last-child
{
    margin-left: 2%;
}
#divPBin__queue_lookup_inventory_viewer #BinSettingsSectionThreeChildren .checkboxRow 
{
    width: 32.33%;
    display: inline-block;
}
#divPBin__queue_lookup_inventory_viewer #BinSettingsSectionThreeChildren .checkboxRow input
{
    width: auto;
}
#divPBin__queue_lookup_inventory_viewer #BinSettingsSectionThreeChildren input:nth-child(2) 
{
    margin-left: 1.5%;
    margin-right: 1.5%;
}

#div_config__queue_lookup_inventory_viewer, #divresultheader__queue_lookup_inventory_viewer, #div_config__queue_lookup_account_viewer, #divresultheader__queue_lookup_account_viewer
{
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
}

/* End Queue Lookup Styling. */




/* BEGIN TABLE STYLING */
table {
    border-collapse: separate;
    border-spacing: 0px;
    width:100%;
}

td,
th {
    padding: 2px;
}
/*this class is used in the tab area of queue header area*/
/* Tables have been replaced, is this needed?*/
.table_border_tabarea {
    border-bottom: 1px solid #e2e2e2;
    /*border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;*/
    background: #FFFFFF;
    /*padding:10px;*/
    /*float: left;*/
}

.table_border_tabarea .table_border_tabarea {
    padding: 5px;
}

.table_border_detail {
    border: 1px solid #dddddd;
    background: #F5F5F5;
    padding:10px;
    margin-bottom:10px;
    /*float: left;*/
}
.table_border {
    border: 1px solid #dddddd;
    background: #f5f5f5;
    padding:10px;
    border-collapse:collapse;
    /*float: left;*/
}
.table_border #row_header {
    background-color:#037eb8; 
    font-weight:bold; 
    color:#fff;
    padding:8px 8px; 
    /*border:1px solid #dddddd;*/
    height:40px;
        cursor:pointer;
}

.table_border #row_header td {
    padding-left:5px; 
    /*border:1px solid #dddddd;*/

}
.table_border #row_header #selected, .table_border .lockUnlockRow .sortingColumn {
    /*padding-left:5px;*/ 
    /*border:1px solid #dddddd;*/
    background-color:#199ad1;
    white-space:nowrap;

}
.table_border #row_detail {

}
.table_border #row_detail:hover, .table_border .row_detail:hover {
    background-color:#e0f5fe !important;
    cursor: pointer;

}
.table_border #row_detail td, .table_border .row_detail td  {
    border:1px solid #dddddd;
    padding:8px 8px;

}
.table_border #row_detail #selected {
    background-color:#fff;
}
.table_border #row_detail td.borderMiniPadding {
    border: 1px solid #dddddd;
    padding:2px;
}
.listheader {
    font-weight: 700;
}
/* End Table Styling */


/* Begin Pagination (Page, Paging) Styling */
.pagenumber
{
	color: #037eb8;
	cursor: pointer;
    border:1px solid #cccccc;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    padding-left:10px;
    background-color:#fff;
	text-align: center;
    line-height: 2.5;
}

.pagenumber:hover
{
	color: #fff;
    background-color:#199AD1;
}

.pagenumberblock
{
	color: #037eb8;
	cursor: pointer;
    border:1px solid #cccccc;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:5px;
    padding-left:5px;
    background-color:#fff;
	text-align: center;
    line-height: 2.5;
    
}
.pagenumberblock:hover
{
	color: #fff;
    background-color:#199AD1;
}

.curpagenumber
{
	border: 1px dotted Black;
	color: #fff;
	background-color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: default;
	text-align: center;
    border:1px solid #cccccc;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    padding-left:10px;
    background-color:#037eb8;
    line-height: 2.5;
}
.curpagenumber:hover
{
    background-color:#037eb8;
}
/* End Pagination (Page, Paging) Styling */





/* 
#################################
	Begin Primary Queue List Style
#################################
*/

.queuelist
{
    background-color: #fff;
	font-size: 9pt;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE6E6;

	
}

.queuelist span
{
    color: #037eb8;
	font-size: 9pt;

	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE6E6;
	
}
.queuelist span:hover
{
    color: #037eb8;
	text-decoration: underline;
	
}

.queuelist:hover
{
	background-color: #E6EBF1;
}

.queuelist table
{
    width:100%;
    empty-cells:show;
    padding: 0px;
    border-collapse:collapse;
    table-layout:fixed;
}
.queuelist table td 
{
   white-space: normal;
    border-left: 1px solid #ECE6E6;
    padding: 2px;

}

.queuelist_pd_t0			{background-color: #4ab471; font-weight: 600; padding: 5px; }
.queuelist_pd_t1			{background-color: #f3ae4e; font-weight: 500; padding: 5px; }
.queuelist_pd_t2			{background-color: #f3ae4e; font-weight: 500; padding: 5px; }
.queuelist_pd_t3			{background-color: #d47300; font-weight: 600; padding: 5px; }
.queuelist_pd_t4			{background-color: #d47300; color: #fff; font-weight: 500; padding: 5px; }
.queuelist_pd_t5			{background-color: #cf5c60; color: #fff; font-weight: 500; padding: 5px; }
.queuelist_pd_t6			{background-color: #eb0c0c; color: #fff; font-weight: 600; padding: 5px; }

.queuelist_pd_t0_bg			{ background-color: #4ab471;	 }
.queuelist_pd_t1_bg			{ background-color: #f3ae4e;	}
.queuelist_pd_t2_bg			{ background-color: #f3ae4e;	 }
.queuelist_pd_t3_bg			{ background-color: #d47300;	}
.queuelist_pd_t4_bg			{ background-color: #d47300;	 color: #FFFFFF;}
.queuelist_pd_t5_bg			{ background-color: #cf5c60;	 color: #FFFFFF;}
.queuelist_pd_t6_bg			{ color: #FFFFFF; background-color: #eb0c0c;	 }

/* Secondary Queue List Style*/
.queuelist2
{
    background-color: #fff;

	font-size: 9pt;

	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE6E6;
}

.queuelist2:hover
{
	background-color: #E6EBF1;
}

.queuelist2 table
{
    width:100%;
    empty-cells:show;
    padding: 0px;
    border-collapse:collapse;
    table-layout:fixed;
}
.queuelist2 table td 
{
    white-space: nowrap;
    border-left: 1px solid #ECE6E6;
}

.queuelist2_pd_t0			{font-size: 9pt; background-color: #BFFFBF;	 border: 1px solid #CCCCCC}
.queuelist2_pd_t1			{font-size: 9pt; background-color: #FFFF99;	}
.queuelist2_pd_t2			{font-size: 9pt; background-color: #FFFF99;	 border: 1px solid #CCCCCC}
.queuelist2_pd_t3			{font-size: 9pt; background-color: #FF9933;	}
.queuelist2_pd_t4			{font-size: 9pt; background-color: #FF6633;	 color: #FFFFFF;}
.queuelist2_pd_t5			{font-size: 9pt; background-color: #FF3300;	 color: #FFFFFF;}
.queuelist2_pd_t6			{font-size: 9pt; color: #FFFFFF; background-color: #CC3300;	 }


.queuelistheader
{
    background-color: #f3f2eb;
	color: #333333;
	font-size: 9pt;
	font-weight:bold;

	cursor:default;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE6E6;
}

.queuelistheader table
{
    width:100%;
    empty-cells:show;
    padding: 0px;
    border-collapse:collapse;
    table-layout:fixed;
}
.queuelistheader table td 
{
    /*white-space: nowrap;*/
    border-left: 1px solid #ECE6E6;
    padding: 2px;


}
/* End Queue List Styling */

/* Begin Account / Deal Styling */

#tablePTP {
    /*height: 675px;*/
    overflow: auto;
}
@media (max-height: 950px)
{
    #tablePTP {
        height: auto; /*575px;*/
    }
}
@media (max-height: 850px)
{
    #tablePTP {
        height: auto; /*475px;*/
    }
}
@media (max-height: 750px)
{
    #tablePTP {
        height: auto; /*375px;*/
    }
}
@media (max-height: 650px)
{
    #tablePTP {
        height: auto; /*275px;*/
    }
}
@media (max-height: 550px)
{
    #tablePTP {
        height: auto; /*175px;*/
    }
}

#tblAccountDetailSnapshot .tableHeader>td {
    border-bottom: 1px solid #DDDDDD;
}
#AccountCollectionViewTooSmall {
        display: block;
        padding: 10px 0;
    }
    #AccountCollectionViewWrapper {
        display: none;
    }
@media (min-width: 1350px) {
    #AccountCollectionViewTooSmall {
        display: none;
    }
    #AccountCollectionViewWrapper {
        display: block;
    }
}
#tblAccountDetailSnapshot #ah_tbl_Tabs .subtab_b, #tblAccountDetailSnapshot #ah_tbl_Tabs .subtab_active {
    padding: 12px 5px;
    font-size: 12px;
}
@media (max-width: 767px) {
    #tblAccountDetailSnapshot {
        display: none;
    }
}

#AccountBalanceFrozenTable .frozenColumn {
    width: 130px;
}
#AccountBalanceFrozenTable .frozenTableMarginWrapper {
    margin-left: 130px;
}
.balanceDetailItem {
    margin-bottom: 5px;
    width: 48%;
    margin-right: 1%;
    float: left;
}

.fielditem
{
	cursor: pointer;
}

.fielditem:hover
{
	/*background-color:#E6EBF1;*/
	cursor: pointer;
	background:#E6EBF1 url('/_images/arrow_right.gif') no-repeat right  ;
}

/* Account Foreground(Font) Styles */
.pd_t0			{font-weight: 600; background-color: #009F0B;}
.pd_t1			{font-weight: 500; background-color: #F3AE4E;}
.pd_t2			{font-weight: 500; background-color: #F3AE4E;}
.pd_t3			{font-weight: 600; background-color: #FF6633;}
.pd_t4			{color: #FFFFFF; font-weight: 500;  background-color: #FF6633;}
.pd_t5			{color: #FFFFFF; font-weight: 500; background-color: #CF5C60;}
.pd_t6			{color: #FFFFFF; font-weight: 600; background-color: #EB0C0C;}



.qacctstatus_active			    { color: #008C0A; font-weight: 500;	 }
.qacctstatus_bankruptcy			{ color: #D47300; font-weight: 500;	}
.qacctstatus_closed			    { color: #26648B; font-weight: 500; }
.qacctstatus_inactive			{   color: #707070;  font-style: italic;  font-weight: 500;	}
.qacctstatus_outforrepo			{ color: #D47300; font-weight: 600; }
.qacctstatus_repossessed	    { color: #EB0C0C; font-weight: 500; }     
.qacctstatus_skip			    { color: #CF5C60; font-weight: 500;	 }           
.qacctstatus_transferred		{ color: #CF5C60; 	font-weight: 600; }   
.qacctstatus_chargeoff			{ color: #CF5C60; font-weight: 600; font-style: italic;	 }      
.qacctstatus_deleted			{ color: #000000; font-style: italic;font-weight: 500; 	 }   

.qacctpromise_open				{ background-color: #F3AE4E; color: #fff; font-weight: 500; padding: 5px;	}
.qacctpromise_kept				{ background-color: #009F0B; color: #fff; font-weight: 500; padding: 5px;	 }
.qacctpromise_broken			{ background-color: #EB0C0C; color: #fff; font-weight: 500; padding: 5px;	 }

.qacctinsstatus_active		{ color: #008C0A;	 }
.qacctinsstatus_renewed			{ color: #008C0A; font-weight: 500;	 }
.qacctinsstatus_expired			{ color: #EB0C0C; font-weight: 500;	 }
.qacctinsstatus_cancelled		{ color: #EB0C0C;  font-weight: 600;	 }
.qacctinsstatus_none			{ color: #707070;  font-style: italic;  font-weight: 500;	}
.qacctinsstatus_notrequired		{ color: #CF5C60; 	font-weight: 600;	}

/* End Account Foreground(Font) Styles */
/* Account Background Styles */

.pd_t0_bg			{background-color: #BFFFBF;border: 1px solid #CCCCCC}
.pd_t1_bg			{background-color: #FFFF99;}
.pd_t2_bg			{background-color: #FFFF99;border: 1px solid #CCCCCC}
.pd_t3_bg			{background-color: #FF9933;}
.pd_t4_bg			{background-color: #FF6633;color: #FFFFFF;}
.pd_t5_bg			{background-color: #FF3300;color: #FFFFFF;}
.pd_t6_bg			{color: #FFFFFF; background-color: #CC3300;	}

.qacctinsstatus_active_bg			{ background-color: #aaee77;	 }
.qacctinsstatus_renewed_bg			{ background-color: #aaee77;	 }
.qacctinsstatus_expired_bg			{ color: #FFFFFF; background-color: #CC3300;	 }
.qacctinsstatus_cancelled_bg		{ color: #FFFFFF; background-color: #CC3300;	 }
.qacctinsstatus_none_bg			{	}
.qacctinsstatus_notrequired_bg		{ color: #5A5F55; background-color: #f2f2f2;	}

.qacctstatus_active_bg			    { background-color: #aaee77;	 }
.qacctstatus_bankruptcy_bg			{ background-color: #faeb00;	}
.qacctstatus_closed_bg			    { color: #ECE6E6; background-color: #3f2818;	 }
.qacctstatus_inactive_bg			{ color: #5A5F55; background-color: #f2f2f2;	}
.qacctstatus_outforrepo_bg			{ background-color: #fa8700;	 color: #FFFFFF;}
.qacctstatus_repossessed_bg	    { color: #FFFFFF; background-color: #ff3333;  }     
.qacctstatus_skip_bg			    { color: #FFFFFF; background-color: #4a4933;	 }           
.qacctstatus_transferred_bg		{ color: #FFFFFF; background-color: #b5923f;	 }   
.qacctstatus_chargeoff_bg			{ color: #FFFFFF; background-color: #d15600;	 }      
.qacctstatus_deleted_bg			{ color: #cccccc; background-color: #000000;	 }   

.qacctpromise_open_bg				{ background-color: #FFFF99;	}
.qacctpromise_kept_bg				{ background-color: #BFFFBF;	 }
.qacctpromise_broken_bg			{ color: #FFFFFF; background-color: #CC3300;	 }

.qacctinsstatus_active_bg			{ background-color: #aaee77;	 }
.qacctinsstatus_renewed_bg			{ background-color: #aaee77;	 }
.qacctinsstatus_expired_bg			{ color: #FFFFFF; background-color: #CC3300;	 }
.qacctinsstatus_cancelled_bg		{ color: #FFFFFF; background-color: #CC3300;	 }
.qacctinsstatus_none_bg			{	}
.qacctinsstatus_notrequired_bg		{ color: #5A5F55; background-color: #f2f2f2;	}

/* End Account Background Styles */

.qinventory_basestatus_available		{color: green;	padding: 2px 3px;font-weight: 500; }
.qinventory_basestatus_deleted			{color: #cccccc; padding: 2px 3px;font-weight: 500;	}
.qinventory_basestatus_evaluating	    {background-color: #99ccff; padding: 2px 3px;font-weight: 500;}
.qinventory_basestatus_sold			    {color: red; padding: 2px 3px;font-weight: 500;	}

.qdeal_status_working		    { color: #000000; background-color: #D47300; 	padding: 2px 3px;font-weight: 500; }
.qdeal_status_prospect			{ color: #ffffff; background-color: #1D86B8; padding: 2px 3px;font-weight: 500;}
.qdeal_status_cancelled	        { color: #000000; background-color: #ADADAD; padding: 2px 3px;font-weight: 500;}
.qdeal_status_contracted		{ color: #ffffff; background-color: #4AB471; padding: 2px 3px;font-weight: 500;}
 
.qwkstatus_hold		        {COLOR: #ECE6E6;   background-color:#d77002; padding: 2px 3px;font-weight: 500; }
.qwkstatus_sent		        {COLOR: #4d4d4d;   background-color: #ffffcc; padding: 2px 3px;font-weight: 500;}
.qwkstatus_acknowledged	    {COLOR: #156006;  FONT-SIZE: 8pt; padding: 2px 3px;font-weight: 500;}
.qwkstatus_approved	        {  background-color: #aaee77; padding: 2px 3px;font-weight: 500;}
.qwkstatus_declined	        {COLOR: #ffffff;   background-color: #b90000; padding: 2px 3px;font-weight: 500;}
.qwkstatus_conditioned	    {COLOR: #4d4d4d;  background-color: #ffcc00; padding: 2px 3px;font-weight: 500;}
.qwkstatus_cancelled	    {COLOR: #5A5F55;   background-color: #f2f2f2; padding: 2px 3px;font-weight: 500;}
.qwkstatus_withdrawn	    {COLOR: #b90000; font-style:italic;  background-color: #f2f2f2; FONT-SIZE: 8pt; padding: 2px 3px;font-weight: 500;}
.qwkstatus_pending	        {COLOR: #4d4d4d;   background-color: #bbd9ee; padding: 2px 3px;font-weight: 500;}
.qwkstatus_funded	        {COLOR: #ffffff;   background-color: #52699f; padding: 2px 3px;font-weight: 500;}
.qwkstatus_contracted	    {COLOR: #ffffff;   background-color: #0099CC; padding: 2px 3px;font-weight: 500;}

/*.dt_positive				{font-size: 9pt; background-color: #BFFFBF;	 border: 1px solid #CCCCCC; padding: 2px 3px;}
.dt_negative				{font-size: 9pt; color: #FFFFFF; background-color: #CC3300; padding: 2px 3px;}*/

.error_result               {border:2px solid #FE493B; padding:10px; background-color:#FEDFDD; width:100%}

/* End Account / Deal Styling */


/* Begin Utility Classes Styling - These are generic classes to be applied to quickly get a common effect. */
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}

button.btn.colorWhite {
    color: #FFFFFF;
}
button.btn.colorBlack {
    color: #000000;
}
.defaultCursor {
    cursor: default !important;
}
.defaultCursor td {
    cursor: default !important;
}
.noRowHover tr:hover {
    background-color:transparent !important;
}
i.fa.tableIconButton {
    color: #1D86B8;
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
}
i.fa.tableIconButton:hover {
    color: #199AD1;
}
.indentedValue {
    padding-left: 10px;
    min-height: 18px;
}
.highlightImportant, .highlightPrimaryGood {
    background-color: #009F0B;
    color: #FFFFFF;
}
.highlightPrimaryError, #accountalertmessage {
    background-color: #EB0C0C;
    color: #FFFFFF;
}
.highlightSecondaryAlert {
    background-color: #D47300;
    color: #FFFFFF;
}
.highlightPrimaryAlert, .highlightOpen {
    background-color: #F3AE4E;
    color: #000000;
}
.highlightSecondaryGood, .highlightComplete {
    background-color: #4AB471;
    color: #FFFFFF;
}
.highlightSecondaryError, .highlightOverdue {
    background-color: #CF5C60;
    color: #FFFFFF;
}
.highlightInactive, .highlightDisable {
    background-color: #C7C7C7;
    color: #FFFFFF;
}
.highlightWhite {
    background-color: #FFFFFF;
    color: #000000;
}
.highlightBlack {
    background-color: #000000;
    color: #FFFFFF;
}
.highlightPrimaryBlue {
    background-color: #1D86B8;
    color: #FFFFFF;
}
.highlightHoverBlue {
    background-color: #199AD1;
    color: #FFFFFF;
}
.highlightLightBlue {
    background-color: #F2FBFF;
    color: #000000;
}
.highlightHoverLightBlue {
    background-color: #E0F5FE;
    color: #000000;
}
.highlightPrimaryGrey {
    background-color: #F5F5F5;
    color: #000000;
}
.highlightSecondaryGrey {
    background-color: #EAEAEA;
    color: #000000;
}
.highlightBorderGrey {
    background-color: #DDDDDD;
    color: #000000;
}
.highlightDarkBlue {
    background-color: #26648B;
    color: #FFFFFF;
}

.colorImportant, .colorPrimaryGood, .colorPrimaryGreen, .dt_positive {
    color: #009F0B;
}
.colorPrimaryError, colorPrimaryRed, .dt_negative {
    color: #EB0C0C;
}
.colorSecondaryAlert {
    color: #D47300;
}
.colorPrimaryAlert, .colorOpen {
    color: #F3AE4E;
}
.colorSecondaryGood, .colorComplete {
    color: #4AB471;
}
.colorSecondaryError, .colorOverdue {
    color: #CF5C60;
}
.colorInactive, .colorDisable {
    color: #C7C7C7;
}
.colorWhite {
    color: #FFFFFF;
}
.colorBlack {
    color: #000000;
}
.colorPrimaryBlue {
    color: #1D86B8;
}
.colorHoverBlue {
    color: #199AD1;
}
.colorLightBlue {
    color: #F2FBFF;
}
.colorHoverLightBlue {
    color: #E0F5FE;
}
.colorPrimaryGrey {
    color: #F5F5F5;
}
.colorSecondaryGrey {
    color: #EAEAEA;
}
.colorBorderGrey {
    color: #DDDDDD;
}
.colorDarkBlue {
    color: #26648B;
}

.border {
    border: 1px solid;
}
.borderImportant, .borderPrimaryGood {
    border-color: #009F0B;
}
.borderPrimaryError {
    border-color: #EB0C0C;
}
.borderSecondaryAlert {
    border-color:#D47300;
}
.borderPrimaryAlert, .borderOpen {
    border-color: #F3AE4E;
}
.borderSecondaryGood, .borderComplete {
    border-color: #4AB471;
}
.borderSecondaryError, .borderOverdue {
    border-color: #CF5C60;
}
.borderInactive, .borderDisable {
    border-color: #C7C7C7;
}
.borderWhite {
    border-color: #FFFFFF;
}
.borderBlack {
    border-color: #000000;
}
.borderPrimaryBlue {
    border-color: #1D86B8;
}
.borderHoverBlue {
    border-color: #199AD1;
}
.borderLightBlue {
    border-color: #F2FBFF;
}
.borderHoverLightBlue {
    border-color: #E0F5FE;
}
.borderPrimaryGrey {
    border-color: #F5F5F5;
}
.borderSecondaryGrey {
    border-color: #EAEAEA;
}
.borderBorderGrey {
    border-color: #DDDDDD;
}
.borderDarkBlue {
    border-color: #26648B;
}

.borderLeftImportant, .borderLeftPrimaryGood {
    border-left-color: #009F0B !important;
}
.borderLeftPrimaryError {
    border-left-color: #EB0C0C !important;
}
.borderLeftSecondaryAlert {
    border-left-color:#D47300 !important;
}
.borderLeftPrimaryAlert, .borderLeftOpen {
    border-left-color: #F3AE4E !important;
}
.borderLeftSecondaryGood, .borderLeftComplete {
    border-left-color: #4AB471 !important;
}
.borderLeftSecondaryError, .borderLeftOverdue {
    border-left-color: #CF5C60 !important;
}
.borderLeftInactive, .borderLeftDisable {
    border-left-color: #C7C7C7 !important;
}
.borderLeftWhite {
    border-left-color: #FFFFFF;
}
.borderLeftBlack {
    border-left-color: #000000;
}
.borderLeftPrimaryBlue {
    border-left-color: #1D86B8;
}
.borderLeftHoverBlue {
    border-left-color: #199AD1;
}
.borderLeftLightBlue {
    border-left-color: #F2FBFF;
}
.borderLeftHoverLightBlue {
    border-left-color: #E0F5FE;
}
.borderLeftPrimaryGrey {
    border-left-color: #F5F5F5;
}
.borderLeftSecondaryGrey {
    border-left-color: #EAEAEA;
}
.borderLeftBorderGrey {
    border-left-color: #DDDDDD;
}
.borderLeftDarkBlue {
    border-left-color: #26648B;
}
.hoverHoverBlue:hover {
    background-color: #199AD1;
}
.hoverHoverLightBlue:hover {
    background-color: #E0F5FE;
}
.hoverColorHoverBlue:hover {
    color: #199AD1;
}
.hoverColorHoverLightBlue:hover {
    color: #E0F5FE;
}

.pointer {
    cursor: pointer;
}

.overflowHidden {
    overflow: hidden;
}
.wordBreakTable td {
    word-break: break-all !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    text-overflow: ellipsis !important;

}
@media (max-width: 767px) {
    .hideAtMobile {
        display: none !important;
    }
    .table_border_tabarea {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
.bold
{
    font-weight: bold;
}
#ddlAction__channel_editor {
    padding: 5px;
}
.btn, .fex_button { /* JHM, 20160126: visual vertical alignment on .btns */
    padding: 7px 5px 5px;
    line-height: 25px;
    font-weight: 500;
    border-radius: 0;
    outline: none !important;
}
.btn:hover:not([disabled]), input[type="button"]:not([disabled]) {
    -webkit-transform: scale(.95,.95) !important;
    -moz-transform: scale(.95,.95) !important;
    -o-transform: scale(.95,.95) !important;
    transform: scale(.95,.95) !important;
    -webkit-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.btn:active:not([disabled]), input[type="button"]:active:not([disabled]) {
    -webkit-transform: translate(1px,3px) !important;
    -moz-transform: translate(1px,3px) !important;
    -o-transform: translate(1px,3px) !important;
    transform: translate(1px,3px) !important;
    -webkit-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.33);
}
.pageLevelNavigationSection .btn:active, .pageLevelNavigationSection .btn:hover {
    -webkit-transform: translate(0,0) !important;
    -moz-transform: translate(0,0) !important;
    -o-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
}
.btn-primary {
    -webkit-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    color:#ffffff;
    background: #009f0b;
    text-transform: uppercase;
    /*padding:5px;*/
    border:1px solid #009f0b;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
} 
.inputWrapper[disabled="disabled"] .btn, .btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
.btn-primary:hover:not([disabled]) {
    background: #00b90d;
    color:#ffffff;

}
.btn.btn-primary:hover {
    border-color: transparent;

}
.fex_button {
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    background: #037eb8;
    color: #ffffff;
    /*padding:5px;*/
    text-transform: uppercase;
    border:1px solid #037eb8;
}

.fex_button:hover {
    background: #00aeff;
    color: #ffffff;
}

.btn-secondary {
    -webkit-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    background: #037eb8;
    color: #ffffff;
    /*padding:5px;*/
    text-transform: uppercase;
    border:1px solid #037eb8;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

    .btn-secondary:hover:not([disabled]) {
    background: #00aeff;
    color:#ffffff;

}
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #025c86;
        border-color: #024463;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #024463;
            border-color: #011721;
        }
.btn-secondary.disabled {
    background: #C7C7C7;
    border-color: transparent;
    cursor: default;
    outline-color: transparent;
}
.btn-tertiary {
    -webkit-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    background-color: #F2FBFF;
    border: 1px solid #C3DAE8;
    color: #1D86B8;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
.btn-tertiary:hover:not([disabled]) {
    background: rgba(3, 126, 184, 0.1);
	border: 1px solid #C3DAE8;
    color: #1D86B8;
    box-shadow: none;
}
.btn-tertiary-small {
    background-color: #F2FBFF;
    border: 1px solid #C3DAE8;
    color: #1D86B8;
    cursor: pointer;
	display: inline-block; 
	font-size: 85%; 
	line-height: 120%; 
	margin: 2.5px auto; 
	padding: 4px 2px 2px; 
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    text-transform: uppercase;
}
.btn-tertiary-small:hover:not([disabled]) {
    background: rgba(3, 126, 184, 0.1);
}

.btn-tertiary.selected {
    border-color: #1D86B8;
    border-width: 2px;
    color: #1D86B8;
}
.btn-tertiary.selected:hover {
    border-color: #1D86B8;
    border-width: 2px;
    color: #1D86B8;
    background-color: #F2FBFF;
}
.btn-quaternary
{
    -webkit-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    border: solid 1px #D2D2D2;
    background-color: #FFFFFF;
    text-transform: uppercase;
    color: #1D86B8;
    text-align: center;
    /*line-height: 14px;*/
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
.btn-quaternary:hover:not([disabled])
{
    background-color: #FAFAFA;
}

.btn-quinary
{
    border-color: #D2D2D2;
	background-color: transparent;
	text-transform: uppercase;
	color: #1D86B8;
	text-align: right;
	line-height: 15px;
    font-weight: 400;
	position: relative;
    border-width: 0;
    box-shadow: none;
}
.btn-quinary:hover:not([disabled]) {
    color: #29ABE2;
}
.btn-info {
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.headline
{
    font-size: 18px;
    line-height: 50px;
    color: #333333;
    font-weight: 500;
}
.title
{
    text-transform: uppercase;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
.subtitle
{
    font-size: 15px;
    line-height: 44px;
    color: #333333;
    font-weight: 500;
}
.bodyTitle
{
    font-size: 13px;
    line-height: 36px;
    color: #333333;
    font-weight: 500;
}
.caption
{
    font-size: 12px;
    line-height: 35px;
    color: #333333;
    font-weight: 400;
}
/*div.summarySection > div {
    background-color: #f5f5f5;
    background-image: url(/_images/Image2.png);
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 1274px) {
    div.summarySection > div {
        background-color: #f5f5f5;
        background-image: none !important;
    }
}*/
@media all and (min-width: 1216px) {
     div.largeScreenRegZ {
        position: relative;
    } 
    div.largeScreenRegZ:before {
        position: absolute;
        content: " ";
        background-color: #888888;
        left: 0;
        top: 20%;
        width: 1px;
        height: 60%;
    } 
}

.accordionTitle {
    background-color: white;  /*#1D86B8;*/
    color: red;  /*#FFFFFF;*/
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.accordionTitleCaret {
    position: absolute;
    right: 20px;
    top: 14px;
    font-family: FontAwesome;
    /* === NOTE: Post pilot, remove the display: none; rule (JHM) === */
    display: none;
}
.accordionTitleCaret i {
    font-size: 24px;
}
.accordionWrapperV2 {
    border-top: 1px solid #DDDDDD;
}

.accordionTitle.accordionTitleV2 .accordionTitleCaret {
    display: inline-block;
    top: 7px;
    right: 20px;
    color: #9e9e9e;
    transition: transform .5s
}
.accordionTitle.accordionTitleV2.accordionTitleActive .accordionTitleCaret {
    transform: rotate(180deg);
}
.accordionTitleV2 [id^="CalculatedPayment"],
.accordionTitleV2 #lenderDecisionStatus {
    font-size: 100%;
    vertical-align: middle;
    transform-origin: center right;
    transition: transform .5s;
}
.accordionTitleV2.accordionTitleActive [id^="CalculatedPayment"],
.accordionTitleV2.accordionTitleActive #lenderDecisionStatus {
    transform: scale(1.5);
    font-weight: 300;
}
.accordionTitleV2 .light {
    font-weight: 300;
    color: #969696;
}
.accordionSection.closed {
    display: none;
}
.accordionSection.open {
    display: block;
}
.accordionSection.accordionSectionV2 {
    background-color: #f5f5f5;
    border: 1px solid #DDDDDD;
    border-top-width: 0;
}
.accordionSection.accordionSectionV2 .idt_group_header {
    text-transform: inherit;
}
.accordionSection.accordionSectionV2 .lenderDecisionTable,
#worksheet-amortization-container > table {
    border-collapse: collapse;
    background-color: #ffffff;
    font-size: 14px;
    /*margin: 20px 0 10px 0;*/
}
#worksheet-amortization-container > table {
    margin: 20px 20px 10px 20px;
    width: calc(100% - 40px);
}
.accordionSection.accordionSectionV2 .lenderDecisionTable th,
.accordionSection.accordionSectionV2 .lenderDecisionTable td,
#worksheet-amortization-container > table th,
#worksheet-amortization-container > table td {
    padding: 10px 20px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    vertical-align: top;
}
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > th:first-child,
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > td:first-child {
    text-align: center;
}
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > th:nth-child(4n - 2),
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > td:nth-child(4n - 2) {
    text-align: left;
    width: 25%;
}
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > th:nth-child(4n - 1),
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > td:nth-child(4n - 1),
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > th:last-child,
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > td:last-child {
    text-align: right;
}
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > th:last-child,
.accordionSection.accordionSectionV2 .lenderDecisionTable tr > td:last-child {
    width: 40%;
}


.accordionSection.accordionSectionV2 .lenderDecisionTable th,
#worksheet-amortization-container > table th {
    font-weight: 600;
    background-color: #dddddd
}
#worksheet-amortization-container > table tbody tr:nth-child(even) {
    background-color: #eeeeee;
}
.accordionSection.accordionSectionV2 h4.idt_group_header.center {
    padding-top: 10px;
}

#dealSummaryBoxesWrapper {
    margin: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}
#dealSummaryBoxesWrapper .dealSummaryBox {
    border: solid 1px #dddddd;
    text-align: center;
    padding: 20px 10px;
    width: calc(25% - 30px);
    min-width: 120px;
}
#dealSummaryBoxesWrapper .summaryLabel {
    color: #898989;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}
#dealSummaryBoxesWrapper .summaryValue {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

.summaryTable {
    margin: 10px auto;
    width: auto;
    border-collapse: collapse;
}
.summaryTable td {
    padding: 5px 0;
    /*width: 9rem;*/
}
.summaryTable hr {
    color: #888888;
    border-top: solid 1px #888888;
    margin: 10px auto !important;
}
.summaryTable tr td:first-child {
    text-align: right;
    font-weight: 500;
    width: 10rem;
    padding-right: 5px;
}
.summaryTable tr td:last-child {
    padding-left: 5px;
}
.summaryTable input {
    background-color: #ffffff;
    text-align: right;
    border: solid 1px #cccccc;
    display: inline-block;
    float: right;
    width: 8.5rem;
    height: 28px;
}
.summaryTable input:disabled {
    background-color: #f5f5f5;
    text-align: right;
    border: solid 1px #f5f5f5;
    font-weight: 700;
    box-shadow: none;
    padding: 4px;
}
input#TotalSale:disabled {
    padding: 4px 0 !important;
}
/* Start Taxes popover */
.dsPopoverWidget .dsPopover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    padding: 10px 20px;
}
.summaryTable .dsPopoverWidget .dsPopover h4 {
    font-size: 18px;
}
.summaryTable .dsPopoverWidget .dsPopover h4 ~ p {
    font-size: 16px;
}
.summaryTable .dsPopoverWidget .dsPopover thead td {
    padding: 10px 20px;
}
.summaryTable .dsPopoverWidget .dsPopover .taxTitleRow {
    height: 30px;
    vertical-align: middle;
}
.summaryTable .dsPopoverWidget .dsPopover .taxTitleRow i.fa-trash {
    color: #037eb8;
}
.summaryTable .dsPopoverWidget .dsPopover table table {
    border-bottom: solid 1px #cfcfcf;
}
.summaryTable .dsPopoverWidget .dsPopover table table:last-child {
    border-bottom: none;
}
.summaryTable .dsPopoverWidget .dsPopover table table tr td:first-child {
    text-align: right;
    padding: 1px 20px 1px 10px;
    color: #969696;
    font-weight: 400;
    width: 40% !important;
}
.summaryTable .dsPopoverWidget .dsPopover table table tr td:last-child {
    padding: 1px 10px 1px 0;
    text-align: left;
    color: #333333;
    font-weight: 500;
    width: 60% !important;
}
.taxListWrapper .bootstrapWrappedInput {
    margin-bottom: 20px;
    overflow: visible;
}
.summaryTable .dsPopoverWidget .dsPopover .inputWrapper label, 
.summaryTable .dsPopoverWidget .dsPopover .inputWrapper .input-container {
    text-align: left;
}
.summaryTable .dsPopoverWidget .dsPopover .inputWrapper .input-container input {
    width: 100%;
}
@media all and (max-width: 639px) {
    .dsPopoverWidget .dsPopover {
        left: -100px;
        width: 75vw;
        height: 50vh;
        overflow-y: scroll;
        box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    }
}
/* End Taxes popover */
.accordionSection.accordionSectionV2 .paymentSectionWrapper {
    padding: 0 20px;
}
.accordionSection.accordionSectionV2 .paymentSectionWrapper hr {
    border-top: solid 1px #969696;
    margin-bottom: 20px !important
}
.accordionSection.accordionSectionV2 .paymentSectionWrapper .v2StyledInputGroupRow.inputGroupRow {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.accordionSection.accordionSectionV2 .paymentSectionWrapper p.headPmtSchedSection {
    font-size: 18px;
    padding-top: 15px;
    font-weight: 500;
}
.accordionSection.accordionSectionV2 .paymentSectionWrapper p.headPmtSchedSection:first-child {
    margin-top: 20px;
}
.accordionSection.accordionSectionV2 .paymentSectionWrapper:first-child p.headPmtSchedSection {
    padding-top: 0;
}
.accordionSection.accordionSectionV2 .paymentSectionWrapper p.headPmtSchedSection span.pmtSchedAmount {
    display: inline-block;
    float: right;
}
.accordionSection.accordionSectionV2 .washoutSubSectionV2 {
    border: solid 1px #dddddd; 
    background-color: #ffffff; 
    margin: 0 20px; 
    padding: 20px 20px 10px 20px;
}
.accordionSection.accordionSectionV2.washout,
.accordionSection.accordionSectionV2.amortization {
    padding-top: 20px;
}
.accordionSection.accordionSectionV2 .washoutSubSectionV2:last-child {
    margin-bottom: 20px;
}
.washoutSubSectionV2 p {
    padding-top: 10px;
    margin-bottom: 0;
    display: table-row;
    height: 30px;
    float: none;
    clear: both;
    border: none;
    text-align: right;
}
.washoutSubSectionV2 p * {
    line-height: 24px !important;
    font-weight: 500;
}
.washoutSubSectionV2 .lg {
    font-size: 120%;
    padding-top: 5px;
}
.washoutSubSectionV2 input[disabled] {
    text-align: right;
    background-color: inherit;
    color: inherit;
    border: none;
    box-shadow: none;
    display: inline;
}
.washoutSubSectionV2 i.fa.fa-foobar {
    width: 14.16px;
}
.washoutSubSectionV2 i.fa {
    font-size: 13px; 
    display: inline;
}
.washoutSubSectionV2 hr {
    margin: 10px auto !important;
}
.washoutSubSectionV2 p label {
    display: table-cell;
    width: 70%;
    text-align: left;
}
.washoutSubSectionV2 p input {
    display: table-cell;
    text-align: right;
    width: 20%;
    min-width: 12rem;
}
.washoutSubSectionV2 p i {
    display: table-cell;
    /*float: left;
    clear: left;*/
    vertical-align: sub;
}
.washoutSubSectionV2.highlightPrimaryGrey,
.washoutSubSectionV2.highlightBlack {
    color: #ffffff !important;
}
.accordionSection.accordionSectionV2 .washoutSubSectionV2.highlightPrimaryGrey {
    background-color: #aaaaaa;
}
.accordionSection.accordionSectionV2 .washoutSubSectionV2.highlightBlack {
    background-color: #333333;
}
.v2StyledResponsiveRow .activeTabContent h4 {
    font-size: 18px;
    padding-left: 10px;
}
.v2StyledResponsiveRow .activeTabContent h4 > span {
    display: inline-block;
    float: right;
    font-size: 21px;
    line-height: inherit;
    font-weight: 400;
}
.v2StyledResponsiveColumn #dealSummaryBoxesWrapper {
    margin: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}
.v2StyledResponsiveColumn #dealSummaryBoxesWrapper .dealSummaryBox {
    text-align: center;
    width: calc(25% - 30px);
    padding: 20px 10px;
    border: solid 1px #dddddd;
}
/* Bootstrap Switch */
.switch {
  background: #cf5c60; /* Default position = off/red */
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  width: 52px;
  height: 20px;
  padding: 0px;
  margin: 6px 0 0 0;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  top: -1px;
}
/*adding a wide width for larger switch text*/
.switch.wide {
  width:80px;
}
.switch small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 31px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
    font-family: 'FontAwesome';
    text-align: center;
    padding: 1px 0;
}
.switch.checked {
  background: rgb(100, 189, 99);
  border-color: rgb(100, 189, 99);
}
.switch.checked small {
  left: 0;
}
/*wider switch text moves small further to the right*/
.switch.wide.checked small {
  left:52px;
}
/*styles for switch-text*/
.switch .switch-text {
  font-family: Roboto, sans-serif;
  font-size:13px;
}

.switch .off {
  display:block;
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 0;
  color:#A9A9A9;
}

.switch .on {
  display:none;
   z-index: 0;
  color:#fff;
  position: absolute;
  top: 25%;
  left: 9%;
}

.switch.checked .off {
  display:none;
}

.switch.checked .on {
  display:block;

}

.switch.disabled {
  opacity: .50;
  cursor: not-allowed;
}
/* End Bootstrap Switch */
input.form-control.input-number {
    text-align: center; 
}
.input-group-btn button {
    border: none;
    background-color: inherit;
}
#CalculatedPaymentNetProfit:before {
    content: "Net Profit: ";
    color: #c7c7c7;
    right: 125%;
    top: 2px;
    font-weight: 400;
    font-size: 16px !important;
    transition: none !important;
}
#textLenderDecision {
    font-weight: 400;
    font-size: 16px !important;
    transition: none !important;
}
.dealAddVehicleInnerDiv {
    position: relative; 
    padding: 20px; 
    margin-bottom: 20px !important;
}
.dealAddVehicleInnerDiv .vehicleIcon {
    width: auto;
    padding-right: 20px;
}
.dealAddVehicleInnerDiv .vehicleData > div {
    width: 33%;
    min-width: 180px;
    float: left;
    clear: none;
}
.dealAddVehicleInnerDiv .vehicleData > div:last-child {
    clear: right;
}
/* End Utility Class Styles */

/* Begin Tab Styling */

.idt_group_header {
    font-size: 16px; 
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
}
.subtab_row {
    float: left;
    display: block;
    padding: 1px 2px;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #666;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.subtab {
    /*border-color: -moz-use-text-color -moz-use-text-color #C3C3C3;*/
    border-image: none;
    transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    box-shadow: inset 0 -45px 0 0 #ececec, inset 0 0 0 0 #037eb8;
    float: left;
    display: block;
    padding: 12px 12px ;
    text-decoration: none;
    /*font-weight: bold;*/
    cursor: pointer;
    border-right: 1px solid #C3C3C3;
    border-left: medium none;
    border-top: 2px solid #ececec;
    font-size:14px;
    color: #1d86b8;
    text-transform: uppercase;
    margin-left:-1px;
    margin-top:-2px;

}

.subtab:hover {
        color: #00AEFF;

    }



.subtab_active {
    float: left;
    display: block;
    padding: 12px 12px;
    outline: medium none;
    /*border-color: #C3C3C3 #C3C3C3 #F7F7F7 -moz-use-text-color;*/
    color: #000;
    box-shadow: 0px -45px 0px 0px #f5f5f5 inset, 300px 0px 0px 0px #037EB8 inset;
    border-top: 2px solid #037eb8;
    border-right: 1px solid #C3C3C3;
    /*border-left: medium none;*/
    /*border-left:1px solid #dcdcdc;*/
    border-bottom:1px solid #f5f5f5;
    font-size:14px;
    /*font-weight:bold;*/
    text-transform: uppercase;
    margin-left:-1px;
    margin-top:-2px;
}


.subtab_locked {
    float: left;
    display: block;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #dcdcdc;
    background: #eee;
    text-decoration: none;
    font-weight: bold;
}

.subtab_filler {
    list-style-type: none;
    width: 300px;
    float: left;
    display: block;
    padding: 4px 8px;
    border: 0;
    border-bottom: #c0c0c0 1px solid;
    color: #fff;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
}

.subtab_b {
    border-color: -moz-use-text-color -moz-use-text-color #C3C3C3;
    border-image: none;
    box-shadow: inset 0 0 0 0 #037eb8;
    background-color: #ECECEC;
    float: left;
    display: block;
    padding: 12px 12px  ;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    border-top: 2px solid #ececec;
    font-size:13px;
    color:#26648B;
    text-transform: uppercase;
    min-width: 75px;
    text-align: center;
    border-bottom: solid 1px #dddddd;
}

    .subtab_b.hiddenTab {
        display: none;
    }

    .subtab_b:hover {
        color: #00AEFF;
        cursor: pointer;
    }

.subtab_b_active, .activeTab {
    float: left;
    display: block;
    padding: 12px 12px ;
    outline: medium none;
    border-color: #C3C3C3 #C3C3C3 #F7F7F7 -moz-use-text-color;
    background-color: #ffffff; /*f5f5f5*/
    color: #000;
    box-shadow: 0px -45px 0px 0px #ffffff inset, 300px 0px 0px 0px #ffffff inset;
    /*box-shadow: 0 1px 1px 1px #f5f5f5;*/
    border-top: 2px solid #037eb8;
    border-right: 1px solid #dddddd;
    border-left:1px solid #dcdcdc;
    font-size:13px;
    text-transform: uppercase;
    cursor: default;
    font-weight: 500;
    border-bottom: none;
}
.v2StyledResponsiveColumn .subtab_b_active, .v2StyledResponsiveColumn .activeTab {
    background-color: #f5f5f5;
    box-shadow: 0 1px 1px 1px #f5f5f5;
}
.subtab_b_active:hover, .activeTab:hover {
    color: #000;
    cursor: default;
}

.subtab_b_locked {
    float: left;
    display: block;
    padding: 4px 8px;
    border: 1px solid #fff;
    border-bottom: 0;
    color: #ffffff;
    background: #336699;
    text-decoration: none;
    font-weight: normal;
}

.subtab_c {
    border-image: none;
    transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    box-shadow: inset 0 -45px 0 0 #ececec, inset 0 0 0 0 #037eb8;
    float: left;
    display: block;
    padding: 12px 12px ;
    text-decoration: none;

    cursor: pointer;
    border-right: 1px solid #dddddd;
    /*border-left: medium none;*/
    border-top: 2px solid #ececec;
    font-size:12px;
    color: #26648B;
    text-transform: uppercase;
    margin-top:-2px;
    border-left:1px solid #cccccc;
    min-width: 75px;
    text-align: center;
}

    .subtab_c:hover {
        color: #00AEFF;
        cursor: pointer;
    }


.subtab_c_active {
    float: left;
    display: block;
    padding: 12px 12px;
    outline: medium none;
    /*border-color: #C3C3C3 #C3C3C3 #F7F7F7 -moz-use-text-color;*/
    color: #000;
    box-shadow: 0px -45px 0px 0px #f5f5f5 inset, 300px 0px 0px 0px #037EB8 inset;
    border-top: 2px solid #037eb8;
    border-right: 1px solid #dddddd;
    /*border-left: medium none;*/
    /*border-left:1px solid #dcdcdc;*/
    border-bottom:1px solid #f5f5f5;
    font-size:12px;
    text-transform: uppercase;
    margin-top:-2px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.user-profile .iconInitials {
    line-height: 1.602;
    border-radius: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 2px;
}

/* End Tab Styling */
#userSettingsWrapper .dropdown-menu li {
    line-height: 26px;
    padding: 10px;
}
    /* END TABLE, TAB, NAVBAR, AND OTHER CUSTOM STYLING */

/* Begin Input Validation Styling */


.fex_required .fileinput-filename {
    vertical-align: bottom;
}

.fex_standard {
  /*text-indent: 20px;*/
  height: 32px; /*3.0rem;*/
  /*padding: 4px 4px;*/
  padding-left: 4px;
  padding-right: 4px;
  font-size: 13px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

  /*height: 3.5rem;
  padding: 0.6rem 1.3rem;
  font-size: 1.3rem;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: none;*/
}

.fex_standard:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.fex_standard::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.fex_standard:-ms-input-placeholder {
    color: #999999;
}

.fex_standard::-webkit-input-placeholder {
    color: #999999;
}

.fex_standard[disabled],
.fex_standard[readonly],
fieldset[disabled] .fex_standard {
    background-color: #eeeeee;
    opacity: 1;
}

.fex_standard[disabled],
fieldset[disabled] .fex_standard,
.bootstrap-switch-disabled {
    cursor: not-allowed;
}
form:not(.ng-submitted) .ng-invalid-required.fex_standard:focus,
.fex_standard:focus,
form:not(.ng-submitted) .ng-invalid-required.fex_standard:active:focus,
.fex_standard:active:focus,
form:not(.ng-submitted) .ng-invalid-required.fex_standard.active:focus,
.fex_standard.active:focus,
form:not(.ng-submitted) .ng-invalid-required.fex_standard.focus,
.fex_standard.focus,
form:not(.ng-submitted) .ng-invalid-required.fex_standard:active.focus,
.fex_standard:active.focus,
form:not(.ng-submitted) .ng-invalid-required.fex_standard.active.focus,
.fex_standard.active.focus {
    border-color: #dcdcdc;
    border-bottom: 2px solid #037eb8;
    outline: 0;
    box-shadow: none;
    padding-top: calc(0.3rem + 1px);
}

.ng-touched.fex_standard.ng-invalid {
    padding-top: calc(0.3rem + 1px);
}

.ng-touched.fex_standard.ng-invalid,
.ng-touched.fex_standard.ng-invalid + .input-group-addon,
.ng-touched.fex_standard.ng-invalid:focus,
.ng-touched.fex_standard.ng-invalid:active:focus,
.ng-touched.fex_standard.ng-invalid.active:focus,
.ng-touched.fex_standard.ng-invalid.focus,
.ng-touched.fex_standard.ng-invalid:active.focus,
.ng-touched.fex_standard.ng-invalid.active.focus {
    border-bottom: 2px solid #ef416e;
}

.ng-touched.fex_standard.ng-invalid + .form-invalid-message {
    visibility: visible;
}
textarea.fex_standard {
    height: auto;
}

.fex_required, .psuedo_fex_required {
    /*display: block;*/
      height: 31px; /*3.0rem;*/
    /*padding: 4px 4px;*/
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-bottom: 2px solid #ef416e;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fex_required:focus, .psuedo_fex_required:focus {
    border-color: #ef416e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.fex_required::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.fex_required:-ms-input-placeholder {
    color: #999999;
}

.fex_required::-webkit-input-placeholder {
    color: #999999;
}

.fex_required[disabled],
.fex_required[readonly],
fieldset[disabled] .fex_required {
    background-color: #eeeeee;
    opacity: 1;
}

.fex_required[disabled],
fieldset[disabled] .fex_required {
    cursor: not-allowed;
}

textarea.fex_required {
    height: auto;
}

/* End Input Validation Styling */

/* Begin Miscellaneous Styles (Leftovers from bootstrap, FEX?) */

html {
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size:10px;
    -ms-overflow-style: scrollbar;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
span,
ul,
ol,
li,
th,
td {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.5rem;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    font-weight: 400;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.padAll_10 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.padVertical_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padHorizontal_10 {
    padding-left: 10px;
    padding-right: 10px;
}
.padTop_10 {
    padding-top: 10px;
}
.padBottom_10 {
    padding-bottom: 10px;
}
.padLeft_10 {
    padding-left: 10px;
}
.padRight_10 {
    padding-right: 10px;
}
.halfWidthLeft {
    width: 50% !important;
    float: left !important;
    clear: left !important;
}
.halfWidthRight {
    width: 50% !important;
    float: right !important;
    clear: right !important;
}

.app-wrapper, .app-wrapper-queues {
    position: relative;
    width: 100%;
    padding-top: 120px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}


.ds-icon {
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: none;
  outline: none;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listitem
{
	background-color: #fff;
}


.listitem:hover
{
	background-color: #F7F7F7;
}

.listitem td
{
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE6E6;
}

/* Tooltip styles (new) */

a.tooltip, a.tooltip:visited, a.tooltip2, a.tooltip2:visited, a.tooltip3, a.tooltip3:visited, a.tooltip4, a.tooltip4:visited, a.tooltip5, a.tooltip5:visited, a.tooltip6, a.tooltip6:visited
{
	color: #266014;
	text-decoration: none;
}

a.tooltip b, a.tooltip2 b, a.tooltip3 b, a.tooltip4 b, a.tooltip5 b, a.tooltip6 b
{
	display: none;
}

a.tooltip:hover, a.tooltip2:hover, a.tooltip3:hover, a.tooltip4:hover, a.tooltip5:hover, a.tooltip6:hover
{
	border: 0;
	position: relative;
	z-index: 500;
	text-decoration: none;
	background: transparent;
	color: #02467a;
}

a.tooltip:hover b, a.tooltip2:hover b, a.tooltip3:hover b, a.tooltip4:hover b, a.tooltip5:hover b, a.tooltip6:hover b
{
	display: block;
	position: absolute;
	top: 20px;
	left: -25px;
	padding: 3px;
	font-weight: normal;
	font-family: arial;
	font-size: 11px; /*font:normal normal normal 11px/17px arial, sans-serif; */
	text-align: left; /*letter-spacing:1px;*/
	color: #000;
	border: 1px solid #000;
	background: #effcff;
	width: 160px;
}

a.tooltip2:hover b
{
	background: #edd3e6;
}

a.tooltip3:hover b
{
	background: #ffffcc;
}

a.tooltip4:hover b
{
	background: #effcff;
}

a.tooltip5:hover b
{
	background: #e0e0e0;
}

a.tooltip6:hover b
{
	background: #ffc601;
}

a.tooltip:hover b em, a.tooltip2:hover b em, a.tooltip3:hover b em, a.tooltip4:hover b em, a.tooltip5:hover b em, a.tooltip6:hover b em
{
	position: absolute;
	left: 20px;
	top: -6px;
	width: 11px;
	height: 6px;
	background: #fff url(/_images/tooltip-green.gif) 0 0;
	display: block;
	font-size: 1px;
}

a.tooltip2:hover b em
{
	background: #fff url(/_images/tooltip-pink.gif) 0 0;
}

a.tooltip3:hover b em
{
	background: #fff url(/_images/tooltip-yellow.gif) 0 0;
}

a.tooltip4:hover b em
{
	background: #fff url(/_images/tooltip-blue.gif) 0 0;
}

a.tooltip5:hover b em
{
	background: #fff url(/_images/tooltip-grey.gif) 0 0;
}

a.tooltip6:hover b em
{
	background: #fff url(/_images/tooltip-gold.gif) 0 0;
}


/* Tooltip styles (old) */

.questionMark
{
	position: absolute;
	height: 16px;
	width: 16px;
	background: url(/_images/info_tag.gif) top left no-repeat;
	cursor: pointer;
	margin: 0px;
}
.questionMarkYellow
{
	position: absolute;
	height: 16px;
	width: 16px;
	background: url(/_images/info_tag_yellow.gif) top left no-repeat;
	cursor: pointer;
	margin: 0px;
}
.toolTip
{
	position: absolute;
	left: 26px; /*Moves it to the right beside the question mark*/
	top: 0;
	display: none; /*Making it look pretty*/
	width: 250px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #FAFAFA;
	font: 11px Arial, Helvetica, sans-serif;
}

.clearfix {
    position: relative;
    float: none;
    clear: both;
}
/* Leftover/modified bootstrap styling? */
/*
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
    position: absolute;
    width: 0;
    height: 0;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    right: 0;
    bottom: 0;
    float: none;
    clear: both;
}*/

body,
html {
    height: 100%;
}

a:hover {
    color: #00aeff;
    text-decoration: none;
}

hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div:active,
a:active,
p:active,
span:active,
div:focus,
a:focus,
p:focus,
span:focus {
    outline: none;
}

/*.row > [class^="col-"],
.row > [class*=" col-"] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row.sm-gutters {
    margin-right: -4px;
    margin-left: -4px;
}

    .row.sm-gutters > [class^="col-"],
    .row.sm-gutters > [class*=" col-"] {
        padding-right: 4px;
        padding-left: 4px;
    }*/

.fixed-center {
    background-color: transparent;
    position: fixed;
    left: 90px;
    width: calc(100% - 100px);
}

.container.main-window {
    margin-left: 354px;
    padding-top: 20px;
    width: calc(100% - 354px);
    -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}

.container.full-screen {
    margin-left: 54px;
    width: calc(100% - 54px);
}

.container.right-rail {
    margin-left: calc(100% - 300px);
    width: 300px;
    padding: 15px 0;
}

.divCollateralCv {
    float: left;
    clear: none;
    width: 31.5%;
    margin-right: 1%;
    margin-bottom: 72px;
    margin-top: 10px;
}
@media all and (max-width: 960px) {
    .divCollateralCv {
        width: 100%;
        margin-bottom: 10px;
    }
    .divCollateralCv:last-child {
        margin-bottom: 72px;
    }
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */
.layout-spacer {
    width: 100%;
    height: 80px;
}

.no-margin {
    margin: 0 !important;
}

@media (max-width: 400px) {
    .app-wrapper, .app-wrapper-queues {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* End Miscellaneous Styles */

/* Begin Frozen Column Queue Lookup Styling */

.frozenColumn {
    position: absolute;
    left: 0;
    width: 100px;
    height: 200px;
    background: #f5f5f5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    border-left-width: 0 !important;
    /*box-shadow: -1px 1px .5px #ccc;*/
}
.frozenTableWrapper.wideFrozenColumn .frozenColumn {
    width: 175px;
}
.frozenTableWrapper.extraWideFrozenColumn .frozenColumn {
    width: 250px;
}
.frozenTableWrapper.tallRows tr {
    height: 40px;
}
.frozenTableWrapper.extraTallRows tr {
    height: 60px;
}
.frozenTableWrapper.wideFrozenColumn .frozenTableMarginWrapper {
    margin-left: 175px;
}
.frozenTableWrapper.extraWideFrozenColumn .frozenTableMarginWrapper {
    margin-left: 250px;
}
.frozenTableWrapper .frozenLockUnlock .fa-lock, .frozenTableWrapper .frozenLockUnlock .fa-unlock {
    color: #F2FBFF;
    font-size: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.frozenTableWrapper .frozenLockUnlock .fa-lock:hover, .frozenTableWrapper .frozenLockUnlock .fa-unlock:hover {
    color: #E0F5FE;
    cursor: pointer;
}
.frozenTableWrapper td#selected .frozenLockUnlock .fa-lock, .frozenTableWrapper td#selected .frozenLockUnlock .fa-unlock {
    color: #F2FBFF;
}
.frozenTableWrapper td#selected .frozenLockUnlock .fa-lock:hover, .frozenTableWrapper td#selected .frozenLockUnlock .fa-unlock:hover {
    color: #E0F5FE;
}
.frozenTableWrapper .frozenColumn .fa-unlock {
    display: none;
}
.frozenTableWrapper .fa-lock {
    display: none;
}
.frozenTableWrapper .frozenColumn .fa-lock {
    display: inline;
}
.frozenTableWrapper .frozenLockUnlock {
    width: 20px;
    margin: auto;
}
@media (max-width: 500px) {
    .frozenTableWrapper.extraWideFrozenColumn .frozenColumn {
        width: 200px;
    }
    .frozenTableWrapper.extraWideFrozenColumn .frozenTableMarginWrapper {
        margin-left: 200px;
    }
}
@media (min-width: 1300px) {
    .frozenTableWrapper .lockUnlockRow {
        display: none;
    }
    .frozenTableWrapper .frozenLockUnlock .fa-lock, .frozenTableWrapper .frozenLockUnlock .fa-unlock {
        display: none;
    }
}
.hover .frozenColumn {
    background-color:#e0f5fe;
    cursor: pointer;
}
.hover#row_detail td, .hover#row_detail td {
    background-color:#e0f5fe !important;
    cursor: pointer;
}
.checkboxInputList {
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    padding: 5px;
}
.frozenTableWrapper {
    border: 1px solid #DDDDDD;
}
.frozenTableMarginWrapper>.table_border {
    border: none !important;
}
.frozenTableMarginWrapper {
    margin-left: 100px;
}
.frozenTableMarginWrapper.noFrozenColumns {
    margin-left: 0;
}
    .frozenTableMarginWrapper {
        overflow-y: visible;
        overflow-x: auto;
    }
.frozenTableMarginWrapper td:not(:first-child):not(:last-child) {
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
}
.frozenTableMarginWrapper td:last-child {
    border-bottom-width: 0 !important;
}
.frozenTableMarginWrapper td:nth-child(2) {
    border-left-width: 0 !important;
}
.frozenTableMarginWrapper td.frozenColumn {
    border-bottom-width: 0 !important;
}
.frozenTableMarginWrapper tr:nth-child(2) td.frozenColumn {
    border-top-width: 0 !important;
    /*margin-top: -1px;*/
}
.frozenTableMarginWrapper tr {
    border-right-width: 0 !important;
    border-left-width: 0 !important;
}
.frozenTableMarginWrapper tr#row_header {
    border-top-width: 0 !important;
}
.frozenTableMarginWrapper tr#row_header td {
    border-top-width: 0 !important;
}

.table_border #row_header td {
    background-color: #037eb8;
    font-weight: bold;
    color: #fff;
    height: 40px;
    cursor: pointer;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
/*#divHasRecords__queue_lookup_inventory_viewer {
    position: relative;
}*/
.frozenTableWrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}
.frozenTableWrapper.simpleFrozenTable {
    background: none;
}

.frozenTableMarginWrapper_wrapper table {
    border-width:0 !important;
}

.frozenTableMarginWrapper .frozenColumn {
    display:flex;
}
.frozenTableMarginWrapper .frozenContentWrapper {
    flex: 1;
    align-self: center;
}


.frozenTableMarginWrapper.simpleFrozenTable tr.row_detail td.frozenColumn {
    padding-top: 17px;
}
.frozenTableMarginWrapper.simpleFrozenTable #row_header td.frozenColumn {
    padding-top: 10px;
}
.frozenTableMarginWrapper.verySimpleFrozenTable tr.row_detail td.frozenColumn {
    padding-top: 17px;
}
.frozenTableMarginWrapper.verySimpleFrozenTable #row_header td.frozenColumn {
    padding-top: 10px;
}
/* End Frozen Column Queue Lookup Styling */

/* Utility Widget Styling */
.dsPopoverWidget {
    position: relative;
}
.dsPopover {
    position: absolute;
    z-index: 3;
    background-color: white;
    border: 2px solid #1D86B8;
    width: 350px;
    height: auto;
}

#ui-datepicker-div {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid #d2d2d2;
}

.comboBox.dropdownOpen .comboBoxOptions {
    display: block;
}
.comboBox .comboBoxOptions {
    background: white;
    z-index: 10;
    position: relative;
    border: 1px solid #DDDDDD;
    padding: 5px;
    height: 100px;
    overflow: auto;
    display: none;
}

.comboBox .comboBoxOptions>div:hover {
    background-color:#E0F5FE;
    cursor:pointer;
}
.expandableCard {
    position: relative;
}
.expandableCard.initialized .dsCardContent {
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.hasIcon.dsCardContent div div span:first-child {
    min-width: 105px; 
    max-width: 120px; 
    display: inline-block; 
    vertical-align: top;
}

.hasIcon.dsCardContent div div span:last-child {
    display: inline-block; 
    width: calc(100% - 120px);
    vertical-align: top;
}


.expandableCard.initialized.expanded .dsCardContent {
    max-height: 500px;
}
.expandableCard.expanded.tooTall .showMoreButton {
    display: none;
}
.expandableCard.expanded.tooTall .showLessButton {
    display: block;
}
.expandableCard.tooTall .showLessButton {
    display: none;
}
.expandableCard.tooTall .showMoreButton {
    display: block;
}
.dsCardContentWrapper.expandableCard {
    padding-bottom: 33px;
}
.expandableCard .showMoreButton, .expandableCard .showLessButton {
    display: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    border-top: 1px solid #DDDDDD;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
}
.expandableCard .showMoreButton .showMoreAnchor, .expandableCard .showLessButton .showLessAnchor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #1D86B8;
    font-size: 13px;
}
.expandableCard .showMoreButton .showMoreAnchor .fa, .expandableCard .showLessButton .showLessAnchor .fa {
    font-size: 13px;
}

.expandableCard.finishedShrinking .tooTallSection {
    display: none;
}
.expandableCard.expanded .tooTallSection {
    display: block;
}


.tabScroller {
   
    position:relative;
    font-size: 0;

}
.tabScroller .moveTabsLeft {
    position: absolute;
    left: 5px;
    top: 12px;
    font-size: 20px;
    color: #26648B;
    cursor: pointer;
    display: none;
}
.tabScroller .moveTabsRight {
    position: absolute;
    right: 5px;
    top: 12px;
    font-size: 20px;
    color: #26648B;
    cursor: pointer;
    display: none;
}
.tabScroller .moveTabsLeft.disabled {
    color: #C7C7C7;
    cursor: default;
}
.tabScroller .moveTabsRight.disabled {
    color: #C7C7C7;
    cursor: default;
}
/* Overlay Styling */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    z-index: 1020;
    -webkit-transition: opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);

}
#overlay.popupLayer {
    z-index: 1045;
}
#overlay.show {
    right: 0;
    bottom: 0;
}
#overlay.showBlack {
    right: 0;
    bottom: 0;
    opacity: 0.8;
}
/* End Overlay Styling */
/* Spinner Styling */
    .spinner {
        position: relative;
        min-height: 120px;
        /*top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px;
        display: table;
        top: 0;
        left: 0;
        height: 50vh;
        width: 100%;*/
        
    }
    .spinner>.spinnerContent {
        position: absolute;
        /*display: block;*/
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.8);
        /*background-image: url('/_images/spinner_black_invert.gif');
        background-position: center;
        background-repeat: no-repeat;*/
    }
/* End Spinner Stying */
/* Tooltip Styling */

.tooltip-inner {
     color: #F2FBFF !important;
    background-color: #26648B !important;
}
.tooltip.in {
    opacity: 0.95;
    filter: alpha(opacity=95);
}
.tooltip.top .tooltip-arrow {
    border-top-color: #26648B;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #26648B;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #26648B;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #26648B;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #26648B;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #26648B;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #26648B;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #26648B;
}

/*.tooltip-arrow {
    border-top-color: #26648B !important;
    border-bottom-color: #26648B !important;
    border-left-color: #26648B !important;
    border-right-color: #26648B !important;
}*/

.cp-color-picker {
    z-index: 2050;
}
.cp-panel
{
    float:right;
    margin-left: 10px;
    text-align: right;
}
.cp-panel input {
    margin-bottom: 5px;
}
.cp-panel .divider {
    height: 1px;
    margin-top: 2px;
    margin-bottom: 4px;
}
/* End Utility Widget Styling*/

@media(max-width: 768px) {
    #AdminAccessInstitution .maxWidthAtMobile {
        width: 80px;
        word-wrap: break-word;
    }
    #AdminAccessInstitution #InstitutionSelection .btn-secondary {
        width: 65px;
        white-space: normal;
    }
    #AdminAccessInstitution #InstitutionSelection td {
        width: 50px;
        white-space: normal;
    }
}
/* Accounting GL styles */
#tblglbatch tr td[colspan="7"] {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
}
#tblglbatch tr td[colspan="7"] div {
    padding: 0;
    margin: 0;
}
#tblglbatch .transactionDetailData {
    margin: 0 0 20px 0; 
    width: 100%;
}
@media screen and (max-width: 640px) {
    .transactionDetailData tr td:last-child,
    .transactionDetailData tr th:last-child {
        display: none;
    }
}

/* End Accounting GL styles */
/* Begin Popup Inventory Styling*/

#PopupInventoryImageWrapper {
    width: 100%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    display: none;
}

#PopupInventoryTitleDetailsWrapper {
    width: 100%;
    display: inline-block;
}
#PopupInventoryTitleDetailsWrapper h4 {
    margin-top: 0;
}
#PopupInventoryFlagsWrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 10px;
}
.popupInventoryDetails span {
  word-break: break-all;
}
.popupInventoryDetails {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 768px) {
    #PopupInventoryImageWrapper {
        width: 20%;
        display: inline-block;
    }

    #PopupInventoryTitleDetailsWrapper {
        width: 80%;
    }

    .popupInventoryDetails {
        width: 50%;
    }
}
/* End Popup Inventory Styling*/

/* Supporting File Styling */
#SupportingFilesTableHeader {
    border-bottom: 2px solid #DDDDDD;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
#SupportingFilesTableHeader div {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top;
}
#SupportingFilesTableHeader div:last-child {
    width:10%;
}
#SupportingFilesTableHeader div.supportingFileDescriptionColumn {
    width: 30%;
}
#SupportingFilesTableContent .supportingFilesRowWrapper {
    margin-bottom: 3px;
}
#SupportingFilesTableContent .supportingFilesRowWrapper>div{
    width: 20%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
#SupportingFilesTableContent .supportingFilesRowWrapper>div:last-child{
    width: 10%;
}
#SupportingFilesTableContent .supportingFilesRowWrapper>div.supportingFileDescriptionColumn{
    width: 30%;
}
#SupportingFilesTable {
    padding: 0 10px 3px;
}
#SupportingFilesTable h4 {
    display: inline-block;
    /*width:50%;*/
    text-align: left;
    padding-bottom: 10px;
}
#SupportingFilesTable .addFileButton {
    display: block;
    /*width:50%;*/
    text-align: right;
    vertical-align: top;
}

/* End Supporting File Styling */

/* Begin Notes / History Styling */
.noteControlWrapper .noteExpandCloseLinks {
    margin-bottom: 10px;
    margin-top: 10px;
}

#tblNoteHistorySummary>.noteSummaryRowWrapper>.noteSummaryHalfWrapper {
    display: inline-block;
    width: 100%;
}
#tblNoteHistorySummary>.noteSummaryRowWrapper>.noteSummaryHalfWrapper>div {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.noteFilterWrapper .filterSection {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-bottom: 10px;
    }
@media(min-width: 400px) {
    #tblNoteHistorySummary>.noteSummaryRowWrapper>.noteSummaryHalfWrapper {
        width: 100%;
    }
    #tblNoteHistorySummary>.noteSummaryRowWrapper>.noteSummaryHalfWrapper>div {
        width: 25%;
    }
    .noteFilterWrapper .filterSection {
        width: 40%;
    }
}
@media(min-width: 768px) {
    #tblNoteHistorySummary>.noteSummaryRowWrapper>.noteSummaryHalfWrapper {
        width: 50%;
    }
    #tblNoteHistorySummary>.noteSummaryRowWrapper>.noteSummaryHalfWrapper>div {
        width: 25%;
    }
    .modalContent #tblNoteHistorySummary>.noteSummaryRowWrapper>.noteSummaryHalfWrapper {
        width: 100%;
    }
    .modalContent #tblNoteHistorySummary>.noteSummaryRowWrapper>.noteSummaryHalfWrapper>div {
        width: 25%;
    }
    .noteFilterWrapper .filterSection {
        width: 20%;
    }
}

.notesListWrapper .spn_link {
    color: #1D86B8;
    cursor: pointer;
}
.notesListWrapper .spn_link:hover {
    color: #199AD1;
}


.noteSummaryRowWrapper {
    background-color: #FFFFFF;
}
.notesListWrapper .noteActionAndUser {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.noteControlWrapper, .cardListOuterWrapper {
    background-color: #F5F5F5;
    /*padding: 10px;*/
}
.noteControlWrapper .notesButtonWrapper {
    text-align: right;
    position: absolute;
    width: 100%;
    margin-top: 10px;

}
.noteControlWrapper .notesButtonWrapper>input, .noteControlWrapper .notesFilterInputWrapper {
    display: inline-block;
    width: 100%;
    max-width: 120px;
}

.noteControlWrapper .notesFilterInputWrapper>input
{
    width: 100%;

}
.notesListWrapper .noteDate {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
}
.notesListWrapper .noteListItem, .cardListWrapper .cardListItem {
    margin-bottom: 5px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    padding: 15px;
}
.notesListWrapper .notePromiseWrapper>div {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: center;
    height: 75px;
}
.notesListWrapper .notePromiseWrapper>div>div>div:first-child {
    border-bottom: 1px solid #DDDDDD;
}
.notesListWrapper .notePromiseWrapper>div>div {
    height: 100%;
}
.notesListWrapper .notePromiseWrapper>div:not(:first-child)>div {
    border-left: 1px solid #DDDDDD;
}

.notesListWrapper .noteContents {
    margin-top: 20px;
}
.noteControlWrapper .noteAction {
    font-size: 15px;
    font-weight: 700;
}
.noteControlWrapper .noteUser {
    font-size: 14px;
}
/* End Notes / History Styling */

/* Begin Tab Styling */
.v2StyledTabWrapper.subTabNavigation .tabContent {
    padding: 20px 10px;
}
div.subTabWrapper {
    height: 44px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color:#ececec;
    border-top:1px solid #dddddd;
    box-shadow: inset 0 -1px 0 0 #dddddd;
    margin-top: 0;
    position: relative;
}
.v2StyledResponsiveColumn div.subTabWrapper {
    height: 62px;
}
div.subTabRow {
    display: inline-block;
    font-size: 0;
    min-height: 44px;
}
.v2StyledResponsiveColumn div.subTabWrapper, .v2StyledResponsiveColumn div.subTabRow {
    height: 62px;
}
 div.subTabRow > span {
    display: inline-block;
    float: none;
    position: relative;
    height: inherit;
}
.v2StyledResponsiveColumn div.subTabRow > span {
    min-height: 62px;
}
  div.subTabRow.template {
    display: none;
}
div.subTabRow .closeTab {
    color: #037eb8;
}
.subTabNavigationButton {
    width: 100%;
    padding: 20px;
    margin: 0 !important;
    text-align: center;
}
.v2StyledResponsiveColumn .subTabNavigation .subtab_b {
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
}
.v2StyledResponsiveColumn .subTabNavigation .subtab_b.activeTab {
    color: #333333;
}
.subTabNavigation .tabSubtitle {
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    display: block;
}

.subTabNavigation .tabContent {
    overflow: hidden;
}
#btnPromises .iconWrapper > i.fa-usd {
    position: absolute;
    left: 16.5px;
    top: 3px;
    font-size: 14px !important;
}



.pageLevelNavigation > .subTabNavigationButton > * {
    vertical-align: middle;
}
.pageLevelNavigation>.subTabNavigationButton:hover {
    color: #E0F5FE;
}
.pageLevelNavigation>.pageLevelNavigationTabWrapper {
    width: 100%;
    display: block;
    height: 0px;
    overflow: hidden;
    background-color:#ececec;
    margin-top: 0px;
    position: absolute;
    top: 50px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.25);
}
.pageLevelNavigation .pageLevelNavigationTab
{
    width: 100%;
}
.pageLevelNavigationTab.subtab_b {
    text-align: left;
    padding-left: 35px;
    text-overflow: ellipsis;
    height: 46px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 26px;
}

.pageLevelNavigation .pageLevelNavigationTab.activeTab
{
    width: 100%;
    border-width: 0;
}
.subTabNavigationButtonTitle {
    margin-right: 10px;
}
.subTabNavigationButton {
    display: none;
}
@media (min-width: 500px) {
    
    div.subTabRow {
        /*height: 50px;*/
    }

    
    
    .pageLevelNavigation>.pageLevelNavigationTabWrapper {
        width: auto;
        display: block;
    }
    .subtab_b_active {
        box-shadow: none;
        background-color: #ffffff;
    }
}
@media (min-width: 1100px) {
    div.subTabRow {
        /*height: auto;*/
        width: auto;
        display: inline-block;
    }

    div.subTabRow > span {
        width: auto;
        float: left;
    }
}

.tabContent {
    display: none;
    min-height: 50px;
    padding: 10px;
}
.pageLevelNavigationWrapper>.tabContent {
    padding: 0;
}
.tabContent.activeTabContent {
    display: block;
    border-top-width: 0;
    position: relative;
}
.v2StyledResponsiveColumn .tabContent.activeTabContent {
    background-color: #f5f5f5;
}
/* End Tab Styling*/

/* eCabinet Control*/

.eCabinetIconAndCheckbox {
    width: 30%;
    display: inline-block;
    text-align: center;
}
.eCabinetDetails {
    width: 70%;
    display: inline-block;
}
.eCabinetDetails td {
    width: 50% !important;
}
.eCabinetButtons {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.eCabinetButtons input {
    width: 100%;
}
@media (min-width: 768px) {
    .eCabinetIconAndCheckbox {
        width: 20%;
        display: inline-block;
    }
    .eCabinetDetails {
        width: 60%;
        display: inline-block;
    }
    .eCabinetButtons {
        width: 20%;
        display: inline-block;
    }
    .eCabinetDetails td {
        width: auto !important;
    }
    .eCabinetButtons input {
        width: auto;
    }
}
/* End eCabinet Control */

/*Bottom Quick Navigation*/

#row_detail.currentlyEditing td {
    background-color: #8CD3FA !important;
}
#row_detail.currentlyEditing td#selected {
    background-color: #8CD3FA !important;
}
#row_detail.currentlyEditing td a {
    text-shadow: .5px .5px 0 rgba(0,0,0,.2);
}
.bottomQuickNavigation {
    position: fixed;
    background-color: #000000;
    height: 45px;
    left: 57px;
    right: 0;
    bottom: 0;
    border: 2px solid #000000;
    border-top-width: 0px;
    font-size: 0;
    top: auto !important;
    z-index: 10;
    box-shadow: 0 -1px 10px rgba(0,0,0,0.5);
}
.bottomQuickNavigation.allowTranstion {
     -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.bottomQuickNavigation.open {
    height: 350px;
    border-top-width: 5px;

}
.bottomQuickNavigation.open.short {
    height: 250px;
}
.bottomQuickNavigation.open.extraShort {
    height: 175px;
}
.bottomQuickNavigation.open.tall {
    height: 500px;
    z-index: 210;
}
@media(max-height: 650px) {
    .bottomQuickNavigation.open.tall {
        height: calc(100% - 101px);
    }
}
.bottomQuickNavigation.open.extraTall {
    height: 700px;
}
@media(max-height: 850px) {
    .bottomQuickNavigation.open.extraTall {
        height: calc(100% - 101px);
    }
}
.bottomQuickNavigation.open.fullHeight {
    height: calc(100% - 101px);
    z-index: 210;
}


.bottomQuickNavigation .quickNavigationButton {
    width: 25%;
    float: left;
    border: 0px solid white;
    border-right-width: 1px;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    height: 45px;
    border-left: 1px solid #141617;
    border-right: 1px solid #2d2d2d;
    font-size: 13px;
    font-weight: 400;
}
.bottomQuickNavigation.fiveTab .quickNavigationButton {
    width: 20% !important;
    
}
.bottomQuickNavigation.sixTab .quickNavigationButton {
    width: 16% !important;
    
}.bottomQuickNavigation.sixTab .quickNavigationButton:first-child {
    width: 20% !important;
    
}
.bottomQuickNavigation.fourTab .quickNavigationButton {
    width: 26.66% !important;
    
}.bottomQuickNavigation.fourTab .quickNavigationButton:first-child {
    width: 20% !important;
    
}
.bottomQuickNavigation .quickNavigationButton:hover {
    background-color: #4b4b4b;
}
.bottomQuickNavigation .quickNavigationButton:first-child {
    border-left-width: 0;
}
.bottomQuickNavigation.oneTab .quickNavigationButton {
    width: 100%;
}
.bottomQuickNavigation.twoTab .quickNavigationButton {
    width: 50%;
}
.bottomQuickNavigation .quickNavigationButton.half {
    width: 50%;
}
.bottomQuickNavigation .quickNavigationButton.quarter {
    width: 25%;
}
.bottomQuickNavigation.open .quickNavigationButton.active {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 600;
}
.bottomQuickNavigation .quickNavigationButton {

}
.bottomQuickNavigation.open .quickNavigationButton.active.mostRecentActive {
    box-shadow: inset -1px 1px 2px rgba(0,0,0,0.33);
}
.bottomQuickNavigation .quickNavigationButton .fa {
    font-size: 20px;
    line-height: 45px;
    padding-top: 2px;
}
.bottomQuickNavigation .quickNavigationButton i.fa + span {
    margin-left: 10px;
}

.bottomQuickNavigation .quickNavigationContent {
    display: none;
    height: calc(100% - 45px);
    background-color: #FFFFFF;
    padding: 10px;
    overflow: auto;
    font-size: 13px;
}
.bottomQuickNavigation .quickNavigationContent.half {
    width: 50%;
}
.bottomQuickNavigation .resizeHandle {
    width: 100%;
    height: 5px;
    background-color: black;
    display: none;
}
.bottomQuickNavigation.open .resizeHandle {
    width: 100%;
    height: 5px;
    background-color: black;
    display: block;
}
.bottomQuickNavigation .quickNavigationContent.half.left {
    width: calc(20% - 17px);
    border-right: 1px solid #141617;
    padding-left: 5px;
    padding-right: 5px;
}
.bottomQuickNavigation .quickNavigationContent.half.rightSide {
    width: calc(80% + 17px);
    border-left: 1px solid #2d2d2d;

}
.bottomQuickNavigation .quickNavigationContent.half.active {
    display: inline-block;
}
.bottomQuickNavigation .unfinishedWorkIcon {
    display: none;
    color: #F3AE4E;
}
.bottomQuickNavigation.open .quickNavigationButton.active.inProgress {
    color: #1D86B8;
}
.bottomQuickNavigation.open .quickNavigationButton.inProgress {
    color: #199AD1;
}
.bottomQuickNavigation .quickNavigationButton.inProgress {
    color: #199AD1;
}
.bottomQuickNavigation.showPopOutIcon .quickNavigationButtonWrapper {
    margin-right: 86px;
}
.quickNavigationButtonWrapper {
    margin-right: 40px;
    height: 45px;
}
.bottomQuickNavigation .arrowWrapper {
    height: 45px;
    width: 30px;
    border: 1px solid #DDDDDD;
    border-top: 0;
    border-bottom: 0;
}
i.fa.quickNavigationOpenClose {
    position: absolute;
    color: #FFFFFF;
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 16px;
    height: 22px;
    width: 30px;
    cursor: pointer;
}
i.fa.quickNavigationOpenClose.rightSide {
    top: 5px;
    right: 5px;
}

i.fa.quickNavigationOpenClose.fa-caret-up {
    top: 2px;
}
i.fa.quickNavigationOpenClose.fa-caret-down {
    top: 24px;
}
i.fa.quickNavigationOpenClose.fa-caret-up:hover {
    color: #199AD1;
}
i.fa.quickNavigationOpenClose.fa-caret-down:hover {
    color: #199AD1;

}


.divContactInfo.contactListWrapper .phoneNumberItem {
        color: #1D86B8;
        cursor: pointer;
    }
.divContactInfo.contactListWrapper .phoneNumberItem:hover {
    background-color: #E0F5FE;
}
.divContactInfo.contactListWrapper[data-communicationtype="makecall"] .phoneNumberItem.doNotCall,  .divContactInfo.contactListWrapper[data-communicationtype="sendtext"] .phoneNumberItem.doNotText {
    color: #333333;
    cursor: default;
}
    
.divContactInfo.contactListWrapper[data-communicationtype="makecall"] .phoneNumberItem.doNotCall:hover,  .divContactInfo.contactListWrapper[data-communicationtype="sendtext"] .phoneNumberItem.doNotText:hover {
    background-color:transparent;
}
.divContactInfo.contactListWrapper[data-communicationtype="sendtext"] .phoneNumberItem .fa-phone, .divContactInfo.contactListWrapper[data-communicationtype="sendtext"] .phoneNumberItem .fa-ban {
    display: none !important;
}
.phoneLine > div.phoneLineChild, .phoneLine > span.phoneLineChild {
    line-height: 26px;
    height: 26px;
    vertical-align: bottom;
    display: inline-block;
}
.phoneLine > span.phoneLineChild[data-toggle="tooltip"] {
    width: 2em !important;
}
.quickNavigationButton.promiseToPay .fa-usd {
    margin-left: -12.5px;
    font-size: 11px;
    margin-right: 12.5px;
}
.quickNavigationButton.contactBottomNav>* {
    vertical-align: top;
}
@media (max-width: 1400px) {

    .bottomQuickNavigation.open .quickNavigationButton.active {
        background-color: #000000;
        color: #FFFFFF;
        font-weight: 400;
    }
    .bottomQuickNavigation.open .quickNavigationButton.active.mostRecentActive {
        background-color: #FFFFFF;
        color: #000000;
        font-weight: 600;
    }
    .bottomQuickNavigation .quickNavigationContent.half.active {
        display: none;
    }
    .bottomQuickNavigation .quickNavigationContent.half.active.mostRecentActive {
        display: inline-block;
    }
    .bottomQuickNavigation .quickNavigationContent.half.left {
        width: 100% !important;
        border-right: none;
    }
    .bottomQuickNavigation .quickNavigationContent.half.rightSide {
        width: 100% !important;
        border-right: none;
    }
     
}
@media(max-width: 767px) {
    .bottomQuickNavigation {
        left: 0;
    }
    .bottomQuickNavigation.open {
        height: calc(100% - 101px) !important;
    }
    #PopOutBottomNavigation .bottomQuickNavigation.open {
        height: 100% !important;
    }
    .bottomQuickNavigation.showPopOutIcon i.popOutQuickNav {
        display: none !important;
    }
    .bottomQuickNavigation.showPopOutIcon .quickNavigationButtonWrapper {
        margin-right: 44px;
    }
    .bottomQuickNavigation.showPopOutIcon .quickNavigationOpenClose.rightSide {
        right: 5px !important;
    }
    .quickNavigationButton.promiseToPay .fa-usd {
        margin-left: -13px;
        font-size: 11px;
        margin-right: 0;
    }
}

@media(max-width: 1000px) {
    .bottomQuickNavigation .quickNavigationButton span {
        display: none;
    }
}



.app-wrapper, .app-wrapper-queues {
    margin-bottom: 45px;
}


.app-wrapper.marginForQuickNavigation, .app-wrapper-queues.marginForQuickNavigation {
    margin-bottom: 350px;
}
.app-wrapper.marginForQuickNavigation.extraShortBottomNav, .app-wrapper-queues.marginForQuickNavigation.extraShortBottomNav {
    height: 250px;
}
.app-wrapper.marginForQuickNavigation.shortBottomNav, .app-wrapper-queues.marginForQuickNavigation.shortBottomNav {
    height: 175px;
}
.app-wrapper.marginForQuickNavigation.tallBottomNav, .app-wrapper-queues.marginForQuickNavigation.tallBottomNav {
    margin-bottom: 500px;
}
.app-wrapper.marginForQuickNavigation.extraTallBottomNav, .app-wrapper-queues.marginForQuickNavigation.extraTallBottomNav {
    margin-bottom: 700px;
}
.appContentWrapper, #divPage_queue_main {
    height: 100%;
}
html.quickNavPresent, html.quickNavPresent body {
    height: auto;
}



/*End Bottom Quick Navigation*/

/* Begin HTML Helper Responsive Columns */
.dsResponsiveColumn.inputWrapper {
    height: auto !important;
    padding: 5px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.dtResponsiveRow.inputGroupRow {
    height: auto !important;
}


.iconWrapper {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
}
.iconWrapper.noPadding {
    padding-left: 0;
    padding-right: 0;
}
.pageLevelNavigationSection .iconWrapper.iconAndTextIcon {
    float: left;
}
.pageLevelNavigationSection .iconAndTextTitle {
    display: inline-block;
    float: left;
    margin-top: 11px;
}
.buttonDropdown.inPageContent .iconAndTextTitle {
    margin-top: 0;
}
/*.v2StyledPageLevelNavigation .moreOptionsDropdownButton .iconWrapper .fa {
    font-size: 18px;
    line-height: 44px;
}*/

.dsCardContentWrapper {
    border: 1px solid #C3DAE8;
    border-left: 5px solid #C3DAE8;
    padding: 5px;
    min-height: 80px;
    background-color: #fafafa;
}
.dsCardContentWrapper.hasRightSideIcons .dsCardContent {
    padding-right: 40px;
}
.dsCardContent.hasIcon {
    padding-left: 60px;
    position: relative;
}
.dsCardContentWrapper.hasRightSideIcons .dsCardRightIconSection {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    padding: 5px;
    text-align: center;
}
.dsCardContentWrapper.hasRightSideIcons .dsCardRightIconSection i.fa {
    font-size: 25px;
}
/*.dsCardContent.hasIcon .iconWrapper {
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
}*/
.dsCardContent.hasIcon .iconWrapper.cardIcon {
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 20px;
    /*padding: 8px 3px 5px 3px;*/
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    height: 46px;
    width: 46px;
    text-align: center;
    justify-content: center;
    display: table;
        padding-left: 3px;
    padding-right: 3px;
}
.dsCardContent.hasIcon .iconWrapper.cardIcon > * { 
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.dsCardContent .fa-stack .fa-ban {
    font-size: 2em;
}
/* End Html Helper Responsive Columns*/

/* */

.inventoryServiceTicketSummaryTables {
    width: 100%;
    padding: 10px;
    display: inline-block;
}

@media (min-width: 1000px) {
    .inventoryServiceTicketSummaryTables {
        width: 33%;
    }
}
.inventoryServiceTicketFrozenTable td {
    border-color: #DDDDDD;
}

.inventoryServiceTicketFrozenTable .frozenTableMarginWrapper td.frozenColumn {
    border-bottom-width: 1px !important;
}

/* Custom Size Modal Popup */

        .modal.modal-wide .modal-dialog {
          width: 900px;
        }
        .modal-wide .modal-body {
          overflow-y: auto;
        }
        
        /*.modal-tall .modal-body p { margin-bottom: 500px }*/

        #create-worksheet-model .modal-body p { margin-bottom: 500px }

        .inventory-search-select { cursor: pointer; }

/* End Custom Size Modal Popup*/

/* Color Picker (colorPicker) styling */
.colorPicker {
    min-width: 20px;
    min-height: 30px;
    border: 1px solid #CCCCCC;
    padding-right: 10px;
    text-align: right;
}
.colorPicker .fa-paint-brush {
    line-height: 30px;
    font-size: 18px;
}
.colorPickerInput {
    display: none !important;
}

/* End Color Picker Styling */

/* Sticky Submit button: create a fixed position button for <iframe> and popups           */
/* 1.  Add the "stickyBtnPage" class to the outermost <div> or <form>, just below <body>. */
/* 2.  Wrap the button(s) in a <p class="stickyBtnContainer">.                            */
/*                                                                    JHM, 2016-03-19     */
.stickyBtnPage {
    padding: 10px 10px 60px 10px; 
    position: relative;
}
.stickyBtnContainer {
    position: fixed; 
    bottom: 0; 
    right: 0; 
    background-color: rgba(255,255,255,.9); 
    padding: 10px 10px 20px 10px; 
    margin-bottom: -10px; 
    box-shadow: -1px -1px 5px rgba(0,0,0,.33);
}

/* for use in queue layout editor                                     JHM, 2016-05-18     */	
.inlineLeft {
	display: inline-block;
	float: left;
}
.inlineRight {
	display: inline-block;
	float: right;
}
.inlineCenter {
	display: inline-block;
	margin: 0 auto;
}

.borderStickout {
    cursor: default;
    border-style: outset !important;
    border-width: 4px !important;
    border-color: #26648B !important;
    background-color: #fff !important;
    font-weight: bold !important;
}
.filterTab {
    font-weight: bold !important;
}
.filterTab:hover {
    color: #100719;
    cursor: pointer;
}
.borderStickout.highlightPrimaryGood,
.borderStickout.highlightPrimaryAlert,
.borderStickout.highlightSecondaryAlert,
.borderStickout.highlightPrimaryError,
.borderStickout.highlightSecondaryError {
    color: #888 !important;
}

/* Remove Exago branding from reports */
.wrMainCompany { display: none; }
.wrMainReportsContainer { top: 111px; }
.wrMainTbContainer { margin-top: 10px; }


/* Reports */

.pageLevelNavigationSection  .exagoPageLevelNavButton {
    display: none;
}
 .pageLevelNavigationSection .expandedContentSection .exagoPageLevelNavButton {
    display: none;
}
.pageLevelNavigationSection.exagoViewerActive  .exagoPageLevelNavButton {
    display: inline-block;
}
.pageLevelNavigationSection.exagoViewerActive .exagoPageLevelNavButton.pageLevelNavOption {
    display: none;
}
.pageLevelNavigationSection.exagoViewerActive .exagoPageLevelNavButton.pageLevelNavOption.visible {
    display: block;
}

/*End Reports*/

/* Fixed header for frozen tables */
#frozenTableWrapperClone {
    position: absolute;
    box-shadow: 0 1px 6px rgba(0,0,0,.5);
    z-index: 200;
    overflow-x: hidden;
    top: 101px;
      -webkit-transition: top ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: top ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: top ease-in-out .15s, box-shadow ease-in-out .15s;

}
.closeFixedHeaderRow {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 1035;
}
#frozenTableWrapperClone,
#frozenTableWrapperClone .frozenTableMarginWrapper,
#frozenTableWrapperClone .frozenTableMarginWrapper .table_border {
    width: 100%;
    overflow-x: hidden;
    margin-left: 0;
}
#frozenTableHeaderRowClone td {
    text-overflow: ellipsis;
    padding-right: 0;
    background-color:#037eb8; 
    font-weight:bold; 
    color:#fff;
    padding:10px 0 10px 5px; 
    border-right:1px solid #dddddd !important;
    /*height:40px;*/
        cursor:pointer;
}

#frozenTableWrapperClone .frozenTableMarginWrapper .frozenColumn {
    display: table-cell;
    position: relative;
    /*text-align: left;*/
}
/*#frozenTableWrapperClone .frozenTableMarginWrapper td span {
    display: inline-block;
    margin: 0 auto;
    width: inherit;
}
#frozenTableWrapperClone .frozenTableMarginWrapper .frozenColumn span {
    display: inline;
    margin: 0;
}*/
@media and (min-width: 784px) {
    #frozenTableWrapperClone {
        left: 69px;
    }
}
@media and (max-width: 783px) {
    #frozenTableWrapperClone {
        left: 10px;
    }
}
#homeLinkText {
    color: #ffffff;
}
#homeLinkText:hover {
    color: #038fd1;
}

/*
    Current Bootstrap Overrides - Part of iDMS's redesign process, making iDMS conform more closely to CRM styles - KW 01/24/2017
*/

/* Making bootstrap gutters be 20px instead of 30px */
.container-fluid.outerContainer {
    padding-left: 20px;
    padding-right: 20px;
}
.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}



/*
    End Current Bootstrap Overrides - Part of iDMS's redesign process, making iDMS conform more closely to CRM styles - KW 01/24/2017
*/

/* Begin Legacy Bootstrap overrides - These were changes made to bootstrap's CSS before I started,
     moving them from the bootstrap CSS file to here so they can override the bootstrap file, and we can have a clean copy of bootstrap. - KW 11/30/2016 

    If changes need to be made to the items in this section, I recommend removing the item entirely and letting bootstrap style it if possible.
*/

pre, blockquote {
    border: none;
    border-left: none;
    margin: 1em 40px 1em 40px;
    padding: 0;
    font-size: inherit;
}
a {
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
    color: #037eb8;
}
a:hover, a:focus {
    color: #037eb8;
    text-decoration: none;

}
.text-primary {
    color: #037eb8;
}

.bg-primary {
    color: #fff;
    background-color: #037eb8;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #025c86;
}

.input-group .fex_required {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .fex_required,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .fex_required,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .fex_required,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .fex_required,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .fex_required,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-group-sm > .fex_required,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .fex_required,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .fex_required,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .fex_required {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .fex_required:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.navbar-form .fex_required {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .fex_required-static {
    display: inline-block;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .fex_required {
        width: auto;
    }

    .navbar-form .input-group > .fex_required {
        width: 100%;
    }

form:not(.ng-submitted) .ng-invalid-required.fex_required:focus,
.fex_required:focus,
form:not(.ng-submitted) .ng-invalid-required.fex_required:active:focus,
.fex_required:active:focus,
form:not(.ng-submitted) .ng-invalid-required.fex_required.active:focus,
.fex_required.active:focus,
form:not(.ng-submitted) .ng-invalid-required.fex_required.focus,
.fex_required.focus,
form:not(.ng-submitted) .ng-invalid-required.fex_required:active.focus,
.fex_required:active.focus,
form:not(.ng-submitted) .ng-invalid-required.fex_required.active.focus,
.fex_required.active.focus {
    border-color: #dcdcdc;
    border-bottom: 2px solid #ef416e;
    outline: 0;
    box-shadow: none;
    padding-top: calc(0.3rem + 1px);
}

.ng-touched.fex_required.ng-invalid {
    padding-top: calc(0.3rem + 1px);
}

    .ng-touched.fex_required.ng-invalid,
    .ng-touched.fex_required.ng-invalid + .input-group-addon,
    .ng-touched.fex_required.ng-invalid:focus,
    .ng-touched.fex_required.ng-invalid:active:focus,
    .ng-touched.fex_required.ng-invalid.active:focus,
    .ng-touched.fex_required.ng-invalid.focus,
    .ng-touched.fex_required.ng-invalid:active.focus,
    .ng-touched.fex_required.ng-invalid.active.focus {
        border-bottom: 2px solid #ef416e;
    }

        .ng-touched.fex_required.ng-invalid + .form-invalid-message {
            visibility: visible;
        }


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].fex_standard,
    input[type="time"].fex_standard,
    input[type="datetime-local"].fex_standard,
    input[type="month"].fex_standard {
        line-height: 34px;
    }
}


.fex_standard-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .fex_standard-static.input-lg,
    .fex_standard-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

    
.form-group-sm .fex_standard {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.form-group-sm select.fex_standard {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.fex_standard,
.form-group-sm select[multiple].fex_standard {
    height: auto;
}

.form-group-sm .fex_standard-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}


.form-group-lg .fex_standard {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.fex_standard {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.fex_standard,
.form-group-lg select[multiple].fex_standard {
    height: auto;
}

.form-group-lg .fex_standard-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
  .has-feedback .fex_standard {
        padding-right: 42.5px;
    }

.fex_standard-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .fex_standard-feedback,
.input-group-lg + .fex_standard-feedback,
.form-group-lg .fex_standard + .fex_standard-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .fex_standard-feedback,
.input-group-sm + .fex_standard-feedback,
.form-group-sm .fex_standard + .fex_standard-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}


.has-success .fex_standard {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .fex_standard:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

    
.has-success .fex_standard-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .fex_standard {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .fex_standard:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }
    
.has-warning .fex_standard-feedback {
    color: #8a6d3b;
}


.has-error .fex_standard {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .fex_standard:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

    
.has-error .fex_standard-feedback {
    color: #a94442;
}

.has-feedback label ~ .fex_standard-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .fex_standard-feedback {
    top: 0;
}

 .form-inline .fex_standard {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .fex_standard-static {
        display: inline-block;
    }

     .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .fex_standard {
            width: auto;
        }

        .form-inline .input-group > .fex_standard {
            width: 100%;
        }
         .form-inline .has-feedback .fex_standard-feedback {
        top: 0;
    }
         
.form-horizontal .has-feedback .fex_standard-feedback {
    right: 15px;
}

.btn:hover, .btn:focus, .btn.focus, .btn-default:hover, .btn-default:focus,
    .btn-default.focus, .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default, .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
    color: inherit;
}

.colorWhite.btn:hover {
    color: #FFFFFF;
}
 

.btn-info {
    color: #ffffff;
    background-color: #365dd0;
    border-color: #2d52c0;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #ffffff;
        background-color: #2849ab;
        border-color: #152658;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #2849ab;
        border-color: #213d8e;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #2849ab;
        border-color: #213d8e;
    }

     .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #ffffff;
            background-color: #213d8e;
            border-color: #152658;
        }

      .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #365dd0;
        border-color: #2d52c0;
    }
       .btn-info .badge {
        color: #365dd0;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #ff9700;
    border-color: #e68800;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: #cc7900;
        border-color: #663c00;
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #cc7900;
        border-color: #a86400;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #cc7900;
        border-color: #a86400;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #ffffff;
            background-color: #a86400;
            border-color: #663c00;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #ff9700;
        border-color: #e68800;
    }

    .btn-warning .badge {
        color: #ff9700;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #ef416e;
    border-color: #ed295c;
    padding:5px;
        text-transform: uppercase;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #ffffff;
        background-color: #e9144b;
        border-color: #8b0c2d;
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #e9144b;
        border-color: #c81140;
            text-transform: uppercase;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #e9144b;
        border-color: #c81140;
            text-transform: uppercase;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #ffffff;
            background-color: #c81140;
            border-color: #8b0c2d;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #ef416e;
        border-color: #ed295c;
    }

    .btn-danger .badge {
        color: #ef416e;
        background-color: #ffffff;
    }

.btn-link {
    color: #037eb8;
    font-weight: normal;
    border-radius: 0;
}
.btn-link:hover,.btn-link:focus, .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
    color: inherit;
}

 .input-group .fex_standard {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .fex_standard,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .fex_standard,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .fex_standard,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .fex_standard,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .fex_standard,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-group-sm > .fex_standard,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .fex_standard,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .fex_standard,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .fex_standard {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .fex_standard:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    
    .input-group .fex_standard:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
              
     .input-group .fex_standard:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
     


/*End Legacy Bootstrap overrides*/


/* CSS blue spinner by cssload.net */
#circularG{position:relative;width:58px;height:58px;margin:10px auto}.circularG{position:absolute;background-color:#26648b;width:14px;height:14px;border-radius:9px;-ms-border-radius:9px;-webkit-border-radius:9px;-moz-border-radius:9px;animation-name:bounce_circularG;-ms-animation-name:bounce_circularG;-webkit-animation-name:bounce_circularG;-moz-animation-name:bounce_circularG;animation-duration:1.1s;-ms-animation-duration:1.1s;-webkit-animation-duration:1.1s;-moz-animation-duration:1.1s;animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal}#circularG_1{left:0;top:23px;animation-delay:.41s;-ms-animation-delay:.41s;-webkit-animation-delay:.41s;-moz-animation-delay:.41s}#circularG_2{left:6px;top:6px;animation-delay:.55s;-ms-animation-delay:.55s;-webkit-animation-delay:.55s;-moz-animation-delay:.55s}#circularG_3{top:0;left:23px;animation-delay:.69s;-ms-animation-delay:.69s;-webkit-animation-delay:.69s;-moz-animation-delay:.69s}#circularG_4{right:6px;top:6px;animation-delay:.83s;-ms-animation-delay:.83s;-webkit-animation-delay:.83s;-moz-animation-delay:.83s}#circularG_5{right:0;top:23px;animation-delay:.97s;-ms-animation-delay:.97s;-webkit-animation-delay:.97s;-moz-animation-delay:.97s}#circularG_6{right:6px;bottom:6px;animation-delay:1.1s;-ms-animation-delay:1.1s;-webkit-animation-delay:1.1s;-moz-animation-delay:1.1s}#circularG_7{left:23px;bottom:0;animation-delay:1.24s;-ms-animation-delay:1.24s;-webkit-animation-delay:1.24s;-moz-animation-delay:1.24s}#circularG_8{left:6px;bottom:6px;animation-delay:1.38s;-ms-animation-delay:1.38s;-webkit-animation-delay:1.38s;-moz-animation-delay:1.38s}@keyframes bounce_circularG{0%{transform:scale(1)}100%{transform:scale(.3)}}@-ms-keyframes bounce_circularG{0%{-ms-transform:scale(1)}100%{-ms-transform:scale(.3)}}@-webkit-keyframes bounce_circularG{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(.3)}}@-moz-keyframes bounce_circularG{0%{-moz-transform:scale(1)}100%{-moz-transform:scale(.3)}}
/* CSS grey spinner by cssload.net */
#circularGrey{ position:relative; width:57px; height:57px; margin: 10px auto; } .circularGrey{ position:absolute; background-color:rgba(224,224,224,0.65); width:13px; height:13px; border-radius:9px; -ms-border-radius:9px; -webkit-border-radius:9px; -moz-border-radius:9px; animation-name:bounce_circularGrey; -ms-animation-name:bounce_circularGrey; -webkit-animation-name:bounce_circularGrey; -moz-animation-name:bounce_circularGrey; animation-duration:1.1s; -ms-animation-duration:1.1s; -webkit-animation-duration:1.1s; -moz-animation-duration:1.1s; animation-iteration-count:infinite; -ms-animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; animation-direction:normal; -ms-animation-direction:normal; -webkit-animation-direction:normal; -moz-animation-direction:normal; } #circularGrey_1{ left:0; top:23px; animation-delay:0.41s; -ms-animation-delay:0.41s; -webkit-animation-delay:0.41s; -moz-animation-delay:0.41s; } #circularGrey_2{ left:6px; top:6px; animation-delay:0.55s; -ms-animation-delay:0.55s; -webkit-animation-delay:0.55s; -moz-animation-delay:0.55s; } #circularGrey_3{ top:0; left:23px; animation-delay:0.69s; -ms-animation-delay:0.69s; -webkit-animation-delay:0.69s; -moz-animation-delay:0.69s; } #circularGrey_4{ right:6px; top:6px; animation-delay:0.83s; -ms-animation-delay:0.83s; -webkit-animation-delay:0.83s; -moz-animation-delay:0.83s; } #circularGrey_5{ right:0; top:23px; animation-delay:0.97s; -ms-animation-delay:0.97s; -webkit-animation-delay:0.97s; -moz-animation-delay:0.97s; } #circularGrey_6{ right:6px; bottom:6px; animation-delay:1.1s; -ms-animation-delay:1.1s; -webkit-animation-delay:1.1s; -moz-animation-delay:1.1s; } #circularGrey_7{ left:23px; bottom:0; animation-delay:1.24s; -ms-animation-delay:1.24s; -webkit-animation-delay:1.24s; -moz-animation-delay:1.24s; } #circularGrey_8{ left:6px; bottom:6px; animation-delay:1.38s; -ms-animation-delay:1.38s; -webkit-animation-delay:1.38s; -moz-animation-delay:1.38s; } @keyframes bounce_circularGrey{ 0%{ transform:scale(1); } 100%{ transform:scale(.3); } } @-ms-keyframes bounce_circularGrey{ 0%{ -ms-transform:scale(1); } 100%{ -ms-transform:scale(.3); } } @-webkit-keyframes bounce_circularGrey{ 0%{ -webkit-transform:scale(1); } 100%{ -webkit-transform:scale(.3); } } @-moz-keyframes bounce_circularGrey{ 0%{ -moz-transform:scale(1); } 100%{ -moz-transform:scale(.3); } }
/* CSS white floating bars spinner by cssload.net */
#floatingBarsG{position:relative;width:60px;height:75px;margin:23px auto;}.blockG{position:absolute;background-color:rgb(255,255,255);width:10px;height:23px;border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;-ms-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;transform:scale(0.4);-o-transform:scale(0.4);-ms-transform:scale(0.4);-webkit-transform:scale(0.4);-moz-transform:scale(0.4);animation-name:fadeG;-o-animation-name:fadeG;-ms-animation-name:fadeG;-webkit-animation-name:fadeG;-moz-animation-name:fadeG;animation-duration:1.2s;-o-animation-duration:1.2s;-ms-animation-duration:1.2s;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal;}#rotateG_01{left:0;top:27px;animation-delay:0.45s;-o-animation-delay:0.45s;-ms-animation-delay:0.45s;-webkit-animation-delay:0.45s;-moz-animation-delay:0.45s;transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);}#rotateG_02{left:8px;top:10px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);}#rotateG_03{left:25px;top:3px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s;transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);}#rotateG_04{right:8px;top:10px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);}#rotateG_05{right:0;top:27px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s;transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);}#rotateG_06{right:8px;bottom:7px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);}#rotateG_07{bottom:0;left:25px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s;transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);}#rotateG_08{left:8px;bottom:7px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);}@keyframes fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}@-o-keyframes fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}@-ms-keyframes fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}@-webkit-keyframes fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}@-moz-keyframes fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}
