@import url(https://fonts.googleapis.com/css?family=Nunito:300);
/*#region Global Styles */
ul {
    padding: 0px;
    margin: 0px;
    list-style-position: inside;
    list-style: none;
}

#menulist .menu li:hover{
    font-weight: bold;
    cursor: pointer;
    background-color: #fefefe;
}

.menudetails {
    display: none;
    cursor: pointer;
}

    .menudetails:hover {
        text-decoration: none;
    }

.office-group-selection
{
    max-height: 500px;
    overflow-y: scroll;
}

.smlgreyText {
    font-size: 13px;
    color: #999999;
}

.textCell {
    display: table-cell;
    vertical-align: middle;
    padding: 2pt 10pt 2pt 0;
}

.setWidth30 {
    width: 30%;
}

.setWidth40 {
    width: 40%;
}

.setWidth50 {
    width: 50%;
}

.setWidth60 {
    width: 60%;
}

.inputCell {
    display: table-cell;
    vertical-align: top;
    padding: 2pt 0pt;
}

.fa-question-circle {
    color: #00679a;
}

.formSubHeading {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
}

.singleRow {
    padding: 2pt 0pt;
}

.doubleRow {
    padding: 4pt 0pt;
}

.tripleRow {
    padding: 6pt 0pt;
}

.validationRow {
    display: table-row;
    text-align: right;
}

.tablespacer {
    margin: 0px;
}

.top {
    vertical-align: top;
}

.inlineInput {
    padding-left: 10pt;
}

.emptyDiv {
    padding-top: 10pt;
}

.drawattention {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
}
/*#region Profile Tiles*/
.profileTile_1 {
    background-color: #ac193d;
}

.profileTile_2 {
    background-color: #dc572e;
}

.profileTile_3 {
    background-color: #f6d83e;
}

.profileTile_4 {
    background-color: #00a600;
}

.profileTile_5 {
    background-color: #2672ec;
}

.profileTile_6 {
    background-color: #5133ab;
}

.avatars a {
    width: 64px;
    height: 64px;
    display: block;
    border: 2px solid #ffffff;
}

    .avatars a img {
        width: 60px;
        height: 60px;
    }

    .avatars a.selected {
        border: 2px solid rgba(0, 0, 0, 0.8);
    }
/*#endregion*/
/*#region Animated Images */
/*.preloaderImage
{
    background-image: url(../images/preloadersprites_black.png);
    background-repeat: repeat;
    margin: 0px auto;
}

.blueprocessingImage
{
    background-image: url(../images/blueprocessing.png);
    background-repeat: repeat;
}

.efile_loaderImage
{
    background-image: url(../images/rb_sprites.png);
    background-repeat: repeat;
}*/
/*#endregion */
.FIH_inner {
    margin-top: -1em;
    background: url("../images/FIH_pad.png") repeat-y;
    z-index: 5;
    position: relative;
}

ul.FIH_inner li {
    padding: 6pt 2pt;
    border-bottom: 1px solid #ededed;
    color: #68798b;
    width: 208px;
    margin: 0 1px;
}

.FIH_top {
    background: url("../images/FIH_top.png");
    width: 216px;
    height: 59px;
    position: relative;
    z-index: 10;
}

.FIH_delete {
    background: url("../images/FIH_delete.png") 0px 0px no-repeat;
    width: 17px;
    height: 18px;
    display: block;
}

    .FIH_delete:hover {
        background: url("../images/FIH_delete.png") 0px -18px no-repeat;
    }

.guideRestart {
    text-align: center;
}

#HelpfulToolsPopup .col-md-6 {
    display: table;
}

    #HelpfulToolsPopup .col-md-6 > ul {
        display: table;
    }

        #HelpfulToolsPopup .col-md-6 > ul > li {
            display: table-row;
        }

            #HelpfulToolsPopup .col-md-6 > ul > li a {
                color: white;
                text-decoration: none;
            }

                #HelpfulToolsPopup .col-md-6 > ul > li a:hover {
                    color: #428bca;
                }

.ht_TaxLaw,
.ht_HelpFeatures,
.ht_AuditRisk,
.ht_IRSPubs,
.ht_KB,
.ht_Calc,
.ht_PullPrior,
.ht_PriorCompare,
.ht_CheckErrors,
.ht_Print,
.ht_Efile,
.ht_Persona {
    text-align: left;
    width: 100%;
    display: inline-block;
    min-width: 200px;
    margin: 12px;
}

    .ht_TaxLaw:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f19c";
    }

    .ht_HelpFeatures:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f1cd";
    }

    .ht_AuditRisk:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f0e4";
    }

    .ht_IRSPubs:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f0c5";
    }

    .ht_KB:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f0f9";
    }

    .ht_Calc:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f1ad";
    }

    .ht_PullPrior:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f1c6";
    }

    .ht_PriorCompare:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f187";
    }

    .ht_CheckErrors:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f05d";
    }

    .ht_Print:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f02f";
    }

    .ht_Efile:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f0e7";
    }

    .ht_Persona:before {
        font-family: FontAwesome;
        text-align: center;
        width: 20px;
        display: inline-block;
        padding-right: 0.5em;
        content: "\f008";
    }

.currencyTB,
.integerTB,
.percentTB {
    width: 100%;
    max-width: 74pt;
}

INPUT.currencyTB:not([type="radio"]):not([type="checkbox"]),
TEXTAREA.currencyTB {
    background-image: url("../Content/images/edit-dollar-icon.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.dollarsign {
    font-size: 1.2em;
    margin: .5em .25em 0 0;
    vertical-align: top;
    display: inline-block;
}

/*#region Videos*/
.videoPlaceHolder {
    margin-left: 4pt;
    height: 20px;
    width: 28px;
    display: inline-block;
    vertical-align: -14%;
    background: url(images/videoplaybutton_up.png) no-repeat;
    cursor: pointer;
}

    .videoPlaceHolder:hover {
        background: url(images/videoplaybutton_over.png) no-repeat;
    }
/*endregion*/
.formSubSection {
    font-size: 1.4em;
    font-weight: bold;
    color: #777777;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 4pt;
    margin-bottom: 4pt;
}
/*#region SESSION TIMER WARNING */
#mbox {
    background-color: #eee;
    padding: 8px;
    border: 2px outset #666;
}

#mbm {
    font-family: sans-serif;
    font-weight: bold;
    float: right;
    padding-bottom: 5px;
}

#mbd {
    text-align: center;
}

.dialog {
    display: none;
}
/*#endregion*/
/*#region Menus */
ul.menu li {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin: -1px 14px 0px 14px;
    padding: 14px;
}
/*#endregion*/
.col-content {
    width: 100%;
    margin: 0px auto;
}

.col-support {
    position: absolute;
    top: 74px;
    display: none;
}

@media (min-width: 480px) {
    #googleplus_Holder {
        display: none;
    }

    .col-content {
        width: 100%;
        margin: 0px auto;
    }

    .col-support {
        position: absolute;
        top: 74px;
        display: none;
    }
}

@media (min-width: 768px) {
    #googleplus_Holder {
        display: none;
    }

    .col-content {
        width: 100%;
        margin: 0px auto;
    }

    .col-support {
        position: absolute;
        top: 66px;
        display: none;
    }
}

@media (min-width: 992px) {
    #googleplus_Holder {
        display: none;
    }

    .col-content {
        width: 100%;
        margin: 0px auto;
    }

    .col-support {
        display: block;
        width: 26%;
        position: relative;
        top: 66px;
    }
}

@media (min-width: 1200px) {
    .col-content {
        width: 90%;
        margin: 0px auto;
    }

    .col-support {
        display: block;
        width: 26%;
        position: relative;
        top: 66px;
    }
}

.welcome {
    margin: 0px;
    font-style: italic;
    color: #98a9c7;
}

.text-lightblue {
    color: #98a9c7;
}

.name {
    font-size: 23px;
    color: #ffffff;
}

.oneClickDiv {
    z-index: 9001;
    position: absolute;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #000000;
}
/*#region Language Selector */
.languagebutton {
    background: #aeb9ca;
    border-color: #8091ac;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9000;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 30px;
    padding: 0px 15px;
}

    .languagebutton label {
        font-weight: normal;
    }

a.languagebuttonText,
a.languagebuttonText:hover,
a.saveandlogoutbtn,
a.saveandlogoutbtn:hover {
    color: #ffffff;
    padding: 30px 0px 10px;
    display: block;
    text-decoration: none;
}

#languageList label {
    color: #303a49;
}

#languageList a {
    color: #303a49;
    text-decoration: none;
    text-align: center;
    line-height: 16pt;
    display: block;
}

    #languageList a:hover {
        color: #428bca;
    }
/*#endregion*/
/*#region Form Finder Styles */
.formfinderwrapper {
    display: block;
    text-decoration: none;
    background-color: transparent;
    margin: 0px 4%;
    padding: 4px 10px;
    color: #cad2e2;
    background-color: #ffffff;
    border: 1px solid #cad2e2;
    border-radius: 6px;
    /*float: left;*/
}

    .formfinderwrapper input[type=text] {
        background-color: #ffffff;
        width: 92%;
        border: none;
        height: 25px;
        outline: none;
        padding: 0px 10px;
    }

input.queryBox[type=text]::-ms-clear {
    display: none;
}

.ui-autocomplete {
    text-align: left;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    line-height: 1.5;
    font-size: 1.2em;
    font-family: 'Nunito', sans-serif;
}

.ui-menu .ui-menu-item a {
    padding-left: 1.5em;
    font-size: .9em;
    font-family: 'Nunito', sans-serif;
}

.menuText {
    float: left;
}
/*#endregion */
/*#region UserConsole */
#userconsoleboxtabs > li {
    cursor: pointer;
    float: left;
    padding: 5pt 12pt;
    color: #222c3e;
    background-color: #e1e6ee;
    border-color: #d0d8e5;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    margin: 0px 1%;
}

    #userconsoleboxtabs > li:hover,
    #userconsoleboxtabs > li:focus,
    #userconsoleboxtabs > li:active,
    #userconsoleboxtabs > li.active,
    .open .dropdown-toggle#userconsoleboxtabs > li {
        color: #222c3e;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    #userconsoleboxtabs > li:active,
    #userconsoleboxtabs > li.active,
    .open .dropdown-toggle#userconsoleboxtabs > li {
        background-image: none;
    }

    #userconsoleboxtabs > li.disabled,
    #userconsoleboxtabs > li[disabled],
    fieldset[disabled] #userconsoleboxtabs > li,
    #userconsoleboxtabs > li.disabled:hover,
    #userconsoleboxtabs > li[disabled]:hover,
    fieldset[disabled] #userconsoleboxtabs > li:hover,
    #userconsoleboxtabs > li.disabled:focus,
    #userconsoleboxtabs > li[disabled]:focus,
    fieldset[disabled] #userconsoleboxtabs > li:focus,
    #userconsoleboxtabs > li.disabled:active,
    #userconsoleboxtabs > li[disabled]:active,
    fieldset[disabled] #userconsoleboxtabs > li:active,
    #userconsoleboxtabs > li.disabled.active,
    #userconsoleboxtabs > li[disabled].active,
    fieldset[disabled] #userconsoleboxtabs > li.active {
        background-color: #e1e6ee;
        border-color: #d0d8e5;
    }

    #userconsoleboxtabs > li .badge {
        color: #e1e6ee;
        background-color: #222c3e;
    }

    #userconsoleboxtabs > li:first-child {
        margin-left: 0px;
    }

    #userconsoleboxtabs > li:last-child {
        margin-right: 0px;
        float: right;
        color: #246183;
        background-color: #6aafd6;
        border-color: #358dbf;
        border-width: 1px;
        border-style: solid;
        border-radius: 6px;
    }

        #userconsoleboxtabs > li:last-child:hover,
        #userconsoleboxtabs > li:last-child:focus,
        #userconsoleboxtabs > li:last-child:active,
        #userconsoleboxtabs > li:last-child.active,
        .open .dropdown-toggle#userconsoleboxtabs > li:last-child {
            color: #246183;
            background-color: #badaec;
            border-color: #7ebadc;
        }

        #userconsoleboxtabs > li:last-child:active,
        #userconsoleboxtabs > li:last-child.active,
        .open .dropdown-toggle#userconsoleboxtabs > li:last-child {
            background-image: none;
        }

        #userconsoleboxtabs > li:last-child.disabled,
        #userconsoleboxtabs > li:last-child[disabled],
        fieldset[disabled] #userconsoleboxtabs > li:last-child,
        #userconsoleboxtabs > li:last-child.disabled:hover,
        #userconsoleboxtabs > li:last-child[disabled]:hover,
        fieldset[disabled] #userconsoleboxtabs > li:last-child:hover,
        #userconsoleboxtabs > li:last-child.disabled:focus,
        #userconsoleboxtabs > li:last-child[disabled]:focus,
        fieldset[disabled] #userconsoleboxtabs > li:last-child:focus,
        #userconsoleboxtabs > li:last-child.disabled:active,
        #userconsoleboxtabs > li:last-child[disabled]:active,
        fieldset[disabled] #userconsoleboxtabs > li:last-child:active,
        #userconsoleboxtabs > li:last-child.disabled.active,
        #userconsoleboxtabs > li:last-child[disabled].active,
        fieldset[disabled] #userconsoleboxtabs > li:last-child.active {
            background-color: #6aafd6;
            border-color: #358dbf;
        }

        #userconsoleboxtabs > li:last-child .badge {
            color: #6aafd6;
            background-color: #246183;
        }

    #userconsoleboxtabs > li.selected {
        color: #ffffff;
        background-color: #222c3e;
        border-color: #19202e;
        border-width: 1px;
        border-style: solid;
        border-radius: 6px;
    }

        #userconsoleboxtabs > li.selected:hover,
        #userconsoleboxtabs > li.selected:focus,
        #userconsoleboxtabs > li.selected:active,
        #userconsoleboxtabs > li.selected.active,
        .open .dropdown-toggle#userconsoleboxtabs > li.selected {
            color: #ffffff;
            background-color: #465b80;
            border-color: #3d4f6f;
        }

        #userconsoleboxtabs > li.selected:active,
        #userconsoleboxtabs > li.selected.active,
        .open .dropdown-toggle#userconsoleboxtabs > li.selected {
            background-image: none;
        }

        #userconsoleboxtabs > li.selected.disabled,
        #userconsoleboxtabs > li.selected[disabled],
        fieldset[disabled] #userconsoleboxtabs > li.selected,
        #userconsoleboxtabs > li.selected.disabled:hover,
        #userconsoleboxtabs > li.selected[disabled]:hover,
        fieldset[disabled] #userconsoleboxtabs > li.selected:hover,
        #userconsoleboxtabs > li.selected.disabled:focus,
        #userconsoleboxtabs > li.selected[disabled]:focus,
        fieldset[disabled] #userconsoleboxtabs > li.selected:focus,
        #userconsoleboxtabs > li.selected.disabled:active,
        #userconsoleboxtabs > li.selected[disabled]:active,
        fieldset[disabled] #userconsoleboxtabs > li.selected:active,
        #userconsoleboxtabs > li.selected.disabled.active,
        #userconsoleboxtabs > li.selected[disabled].active,
        fieldset[disabled] #userconsoleboxtabs > li.selected.active {
            background-color: #222c3e;
            border-color: #19202e;
        }

        #userconsoleboxtabs > li.selected .badge {
            color: #222c3e;
            background-color: #ffffff;
        }
/*#endregion */
.body-content {
    padding: 30px;
}

.saveNexit {
    margin: 0px 30px 0px 0px;
}
/*#endregion */
/*#region Global Attributes */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.tovalidateInputWrapper {
    margin: 5%;
}

.disabledlink {
    pointer-events: none;
    color: #10151d;
}
/*#endregion */
/*#region Validation Styles */
form input.field-validation-error,
form input.input-validation-error,
select.field-validation-error,
form select.input-validation-error,
form input.custom-validation-error {
    color: #d9534f;
    border: 1px solid #d9534f !important;
    background-color: #ffcfcf;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENzFEQ0RCMTkwMDQxMUUzODhBREY3N0NBNTAyRDNCMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENzFEQ0RCMjkwMDQxMUUzODhBREY3N0NBNTAyRDNCMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ3MURDREFGOTAwNDExRTM4OEFERjc3Q0E1MDJEM0IxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ3MURDREIwOTAwNDExRTM4OEFERjc3Q0E1MDJEM0IxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dLf/cAAAAZ9JREFUeNqklTtLA0EUhSe7smhn5xMUEUWxENTCUkkhaBHRWAtG0giiYIL/wEehjWjQfxAfsbMQxV5RBIOFBAtDWluFiOfKWZgsF42bA192Z3bu2Zlw791IsbfJKPJAjIyCVvAJ3sA9OAPnnKtQRDGcBlug2/yuF5AGp/akY927YJMLxCwPVkEfqCf9nMtzzQljXG2H8iDFY0jQPvgCjWCQa16JbGQR7IAGniht73DWMpsEezQzNLsm85yTZxkwxZgUPX4MPb5JtAIuTfW64mlEu+IlhnHQDp741v/qgLFtYM5haoiOQDmEYZmxopgYjnBwYcLLjx0Ww2YOCjUY+rEtjpbtIeTZiV3ifVcNhh28lurw8wh6wAR4VhY/gDErsTVFeb2VHeY4WLBLyJKW2CZQsgne58Qwyy4yAJIhjptkbFG8HKt2DSsmGgh4BzckeOTxQJV92M1BCnxNaQ6ags1hm/Vc0W1c1uMSx1JOh0zaAlOjkydI8JiGjWTZrzKtwc6AjSob7Do4/qtj+4kaZ/ceYuEb/vF3/ARktaL4FmAAr6pkb04LgBwAAAAASUVORK5CYII=') /*../Images/validationerror.png*/;
    *background-image: url('../Images/validationerror.png');
    /* For IE 6 and 7 */
    background-position: 97% 50%;
    background-repeat: no-repeat;
    position: relative;
}

form span.field-validation-error {
    color: #d9534f;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    color: #d9534f;
}

.validation-summary-valid {
    display: none;
}

.validationerrortext {
    color: #d9534f;
    font-size: 8pt;
    display: none;
    margin-top: 5px;
    left: 5px;
}

.validationWrapper {
    color: #d9534f;
    border: 1px solid #d9534f;
    background-color: #ffcfcf;
    border-radius: 6px;
    padding: 2%;
    margin-bottom: 2%;
}

.errorContainerHeader {
    /*color: white;*/
}

.errorContainerClassLI {
    color: #333333;
}
/*#endregion */
/* -- Custom Logout Popup Styles */
.popup_background {
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 1s;
}

.popup_wrapper {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.popup_content {
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    transition: all 1s ease-in;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
}

.popup_visible .popup_content {
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
}

.popup-message {
    padding: 0 30px 30px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    background-color: #222c3e;
    background-color: rgba(34, 44, 62, 0.8);
}

    .popup-message .pushleft {
        text-align: left;
    }

    .popup-message .pushright {
        text-align: right;
    }

    .popup-message select,
    .popup-message textarea,
    .popup-message input[type="text"],
    .popup-message input[type="password"],
    .popup-message input[type="datetime"],
    .popup-message input[type="datetime-local"],
    .popup-message input[type="date"],
    .popup-message input[type="month"],
    .popup-message input[type="time"],
    .popup-message input[type="week"],
    .popup-message input[type="number"],
    .popup-message input[type="email"],
    .popup-message input[type="url"],
    .popup-message input[type="search"],
    .popup-message input[type="tel"],
    .popup-message input[type="color"] {
        color: #3f5173;
    }

    .popup-message .articleHeader {
        padding-top: .5em;
    }

    .popup-message h3 {
        margin: 15px 0;
        font-size: 23px;
    }

    .popup-message .red-popup-close {
        color: #d9534f;
        font-size: 31px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        top: -14px;
        right: -14px;
        position: absolute;
        border: 1px solid #ffffff;
        background: #ffffff;
    }

        .popup-message .red-popup-close:hover {
            color: #eba5a3;
        }

    .popup-message p {
        margin: 0 0 25px;
    }

.hdn_article {
    width: 60%;
}

.img-logout {
    margin-top: -75px;
}

.page-wrapper {
    /*background-color: #f7f7f7;*/
    padding-bottom: 30px;
}

.side-formfinder {
    text-align: center;
    padding: 0px 0px 10px 0px;
}

    .side-formfinder .formfinderwrapper input[type=text] {
        width: 88%;
    }

.supportbuttons {
    max-width: 280px;
}


/*#region Refund Block*/
.refundblock {
    font-size: 14px;
    text-align: left;
    padding: 15px;
    width: 94%;
    color: #98a9c7;
    text-decoration: none;
    display: block;
    margin: 0 3% 3% 3%;
}

#contentTable.ReturnQuestions {
    overflow-x: scroll;
    width: 100%;
}

#contentTable.ReturnQuestions table td.AnswerTD {
    min-width: 100px;
}

@media (min-width: 992px) {
    .refundblock {
        font-size: 14px;
        text-align: left;
        padding: 0px 15px 15px 15px;
        width: 94%;
        color: #222c3e;
        text-decoration: none;
        display: block;
        margin: 0 3% 3% 3%;
    }
}

.fedRTblock {
    /*float: left;
    width: 50%;
    text-align: center;*/
}

.stateRTblock {
    /*float: right;
    width: 50%;
    text-align: center;*/
    margin-top: 20px;
}

.realTime,
.strealTime {
    font-size: 54px;
    line-height: 54px;
    font-weight: normal;
    padding: 0;
    text-align: left;
}

.processing,
.stprocessing {
    font-size: 24px;
}

.realtimeHeader {
    font-size: 16px;
    /*font-weight: bold;*/
}

.realtimeNumbers {
    text-align: center;
}
/*.realtimeBottom {
    font-size: .75em;
    font-weight: normal;
}*/
/*#endregion*/
.trustebutton {
    background: url(images/truste_seal.png) no-repeat scroll 0px 0px;
    width: 101px;
    height: 32px;
    display: block;
    border: 0px;
    cursor: pointer;
}

    .trustebutton:hover {
        background: url(images/truste_seal.png) no-repeat scroll 0px -32px;
    }

footer {
    margin-left: 0px;
    background-color: #f7f7f7;
}

    footer .currentPage {
        margin-left: 30px;
        float: left;
        line-height: 3.8em;
    }

    footer .securityseal {
        float: right;
        margin-right: 30px;
    }

    footer hr {
        margin: 0px;
    }

#footerlegal {
    margin: 0px 30px;
    padding: 10px 0px 20px 0px;
}

    #footerlegal .copyright {
        float: left;
        line-height: 2.5;
    }

.LineCell {
    float: left;
    margin-right: 1%;
    padding-top: 18px;
}

.LineCellInput {
    float: right;
}

@media (min-width: 480px) {
    .page-wrapper {
        /*background-color: #f7f7f7;*/
    }

    .side-formfinder {
        text-align: center;
        /*padding: 2% 0 0 0;*/
    }

    footer {
        margin-left: 0px;
        background-color: #f7f7f7;
    }

        footer .currentPage {
            margin-left: 30px;
            float: left;
            line-height: 3.8em;
        }

        footer .securityseal {
            float: right;
            margin-right: 30px;
        }

        footer hr {
            margin: 0px;
        }
    /*.navbar-nav {
        > li.actualnav {
            line-height: 2em;
            color: black;
            position: relative;
            vertical-align: top;
            font-size: (@font-size-base + 2);
            margin: 0 5%;

            > span.navCircle {
                width: .75em;
                height: .75em;
                border-radius: .75em;
                border-radius: 50%; // set radius in percents
                background: darken(@nav-default, 10%);
                position: relative;
                display: inline-block;
                margin-right: 1em;
                float: left;
                margin-top: .85em;
            }

            &:before {
                content: '';
                position: absolute;
                top: 1.5em;
                left: .35em;
                width: 2px;
                height: 2.1em;
                background: darken(@nav-default, 10%);
            }

            &:last-child:before {
                display: none;
            }
        }

        > li > a > span {
            background-color: darken(@nav-default, 10%);
            width: 10px;
            height: 10px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        > li.active > a > span {
            background-color: @navbar-default-link-active-color;
        }
    }*/
}

@media (min-width: 768px) {
    .navbarside-wrapper {
        position: absolute;
        z-index: 1000;
    }

    .page-wrapper {
        margin-left: 225px;
        min-height: 850px;
        /*background-color: #f7f7f7;*/
    }

    footer {
        margin-left: 225px;
        background-color: #f7f7f7;
    }

        footer .currentPage {
            margin-left: 30px;
            float: left;
            line-height: 3.8em;
        }

        footer .securityseal {
            float: right;
            margin-right: 30px;
        }

        footer hr {
            margin: 0px;
        }
    /*#region Nav bar */
    .sidebar-nav {
        overflow: hidden;
        width: 200px;
    }

    .side-user {
        text-align: center;
        padding: 15px;
        border-bottom: 1px solid #10151d;
        margin: 15px 0px;
    }

        .side-user > img {
            margin-left: 12px;
            margin-bottom: 15px;
            width: 160px;
            height: 160px;
        }

        .side-user > span.loggedonCircle {
            border-radius: 50%;
            background-color: #56b323;
            width: 12px;
            height: 12px;
            display: inline-block;
            vertical-align: top;
        }

    .side-formfinder {
        text-align: center;
        padding-bottom: 15px;
    }

        .side-formfinder .formfinderwrapper input[type=text] {
            width: 88%;
        }

    .side-offer {
        text-align: center;
        padding: 30px 0;
        border-top: 1px solid #10151d;
    }

        .side-offer > a button.willSlayerbutton {
            font-size: 18px;
            border-radius: 0px;
            text-align: left;
            padding: 20px;
            background-color: #10151d;
            border: 1px solid #19202e;
            width: 90%;
            margin: 0px auto;
            color: #ffffff;
        }

            .side-offer > a button.willSlayerbutton:hover {
                color: #222c3e;
                background-color: #e7ebf2;
                border: 1px solid #e7ebf2;
            }

            .side-offer > a button.willSlayerbutton:before {
                font-family: FontAwesome;
                text-align: center;
                width: 20px;
                display: inline-block;
                padding-right: 0.5em;
                content: "\f132";
            }
    /*.navbar-nav {
        > li.actualnav {
            line-height: 2em;
            color: black;
            position: relative;
            vertical-align: top;
            font-size: (@font-size-base + 2);
            padding: .5em 0;
            margin: 0 5%;

            > span.navCircle {
                width: .75em;
                height: .75em;
                border-radius: .75em;
                border-radius: 50%; // set radius in percents
                background: darken(@nav-default, 10%);
                position: relative;
                display: inline-block;
                margin-right: 1em;
                float: left;
                margin-top: .25em;
            }

            &:before {
                content: '';
                position: absolute;
                top: 1em;
                left: .35em;
                width: 2px;
                height: 2.1em;
                background: darken(@nav-default, 10%);
            }

            &:last-child:before {
                display: none;
            }
        }

        > li > a > span {
            background-color: darken(@nav-default, 10%);
            width: 10px;
            height: 10px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        > li.active > a > span {
            background-color: @navbar-default-link-active-color;
        }
    }

    .navbar-nav li.active span.navCircle {
        background: @navbar-default-link-active-color;
    }*/
    /*#endregion */
}

@media (min-width: 992px) {
    .navbarside-wrapper {
        position: absolute;
        z-index: 1000;
    }

    .page-wrapper {
        margin-left: 200px;
        min-height: 850px;
        /*background-color: #f7f7f7;*/
    }

    footer {
        margin-left: 200px;
        background-color: #f7f7f7;
    }

        footer .currentPage {
            margin-left: 30px;
            float: left;
            line-height: 3.8em;
        }

        footer .securityseal {
            float: right;
            margin-right: 30px;
        }

        footer hr {
            margin: 0px;
        }
    /*#region Nav bar */
    .sidebar-nav {
        overflow: hidden;
        width: 200px;
    }

    .side-user {
        text-align: center;
        padding: 15px;
        border-bottom: 1px solid #10151d;
        margin: 15px 0px;
    }

        .side-user > img {
            margin-left: 12px;
            margin-bottom: 15px;
            width: 160px;
            height: 160px;
        }

        .side-user > span.loggedonCircle {
            border-radius: 50%;
            background-color: #56b323;
            width: 12px;
            height: 12px;
            display: inline-block;
            vertical-align: top;
        }

    .side-formfinder {
        text-align: center;
        padding-bottom: 15px;
    }

    .side-offer {
        text-align: center;
        padding: 30px 0;
        border-top: 1px solid #10151d;
    }

        .side-offer > a button.willSlayerbutton {
            font-size: 18px;
            border-radius: 0px;
            text-align: left;
            padding: 20px;
            background-color: #10151d;
            border: 1px solid #19202e;
            width: 70%;
            margin: 0px auto;
            color: #ffffff;
        }

            .side-offer > a button.willSlayerbutton:hover {
                color: #222c3e;
                background-color: #e7ebf2;
                border: 1px solid #e7ebf2;
            }
    /*.navbar-nav {
        > li.actualnav {
            line-height: 2em;
            color: black;
            position: relative;
            vertical-align: top;
            font-size: (@font-size-base + 2);
            padding: .5em 0;
            margin: 0 10%;

            > span.navCircle {
                width: .75em;
                height: .75em;
                border-radius: .75em;
                border-radius: 50%; // set radius in percents
                background: darken(@nav-default, 10%);
                position: relative;
                display: inline-block;
                margin-right: 1em;
                float: left;
                margin-top: .25em;
            }

            &:before {
                content: '';
                position: absolute;
                top: 1em;
                left: .35em;
                width: 2px;
                height: 2.1em;
                background: darken(@nav-default, 10%);
            }

            &:last-child:before {
                display: none;
            }
        }

        > li > a > span {
            background-color: darken(@nav-default, 10%);
            width: 10px;
            height: 10px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        > li.active > a > span {
            background-color: @navbar-default-link-active-color;
        }
    }

    .navbar-nav li.active span.navCircle {
        background: @navbar-default-link-active-color;
    }*/
    /*#endregion */
}

@media (min-width: 1200px) {
    .navbarside-wrapper {
        position: absolute;
        z-index: 1000;
    }

    .page-wrapper {
        margin-left: 200px;
        min-height: 850px;
        /*background-color: #f7f7f7;*/
    }
    /*#region Nav bar */
    .sidebar-nav {
        overflow: hidden;
        width: 200px;
    }

    .side-user {
        text-align: center;
        padding: 15px;
        border-bottom: 1px solid #10151d;
        margin: 15px 0px;
    }

        .side-user > img {
            margin-left: 12px;
            margin-bottom: 15px;
            width: 160px;
            height: 160px;
        }

        .side-user > span.loggedonCircle {
            border-radius: 50%;
            background-color: #56b323;
            width: 12px;
            height: 12px;
            display: inline-block;
            vertical-align: top;
        }

    .side-formfinder {
        text-align: center;
        padding-bottom: 15px;
    }

    .side-offer {
        text-align: center;
        padding: 30px 0;
        border-top: 1px solid #10151d;
    }

        .side-offer > a button.willSlayerbutton {
            font-size: 18px;
            border-radius: 0px;
            text-align: left;
            padding: 20px;
            background-color: #10151d;
            border: 1px solid #19202e;
            width: 70%;
            margin: 0px auto;
            color: #ffffff;
        }

            .side-offer > a button.willSlayerbutton:hover {
                color: #222c3e;
                background-color: #e7ebf2;
                border: 1px solid #e7ebf2;
            }
    /*.navbar-nav {
        > li.actualnav {
            line-height: 2em;
            color: black;
            position: relative;
            vertical-align: top;
            font-size: (@font-size-base + 2);
            padding: .5em 0;
            margin: 0 10%;

            > span.navCircle {
                width: .75em;
                height: .75em;
                border-radius: .75em;
                border-radius: 50%; // set radius in percents
                background: darken(@nav-default, 10%);
                position: relative;
                display: inline-block;
                margin-right: 1em;
                float: left;
                margin-top: .25em;
            }

            &:before {
                content: '';
                position: absolute;
                top: 1em;
                left: .35em;
                width: 2px;
                height: 2.1em;
                background: darken(@nav-default, 10%);
            }

            &:last-child:before {
                display: none;
            }
        }

        > li > a > span {
            background-color: darken(@nav-default, 10%);
            width: 10px;
            height: 10px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        > li.active > a > span {
            background-color: @navbar-default-link-active-color;
        }
    }

    .navbar-nav li.active span.navCircle {
        background: @navbar-default-link-active-color;
    }*/
    /*#endregion */
}
/*#region Phone Template*/
.phone_areacode {
    width: 80%;
    text-align: center;
}

.phone_areacode_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

    .phone_areacode_wrapper:before {
        content: "(";
    }

    .phone_areacode_wrapper:after {
        content: ")";
    }

.phone_3digits {
    text-align: center;
    width: 88%;
}

.phone_3digits_wrapper {
    padding-left: 0%;
    padding-right: 0%;
}

    .phone_3digits_wrapper:after {
        content: "-";
    }

.phone_4digits {
    text-align: center;
    width: 82%;
}

.phone_4digits_wrapper {
    padding-left: 0%;
    padding-right: 0%;
}

.phone_extension {
    width: 74%;
}

.phone_extension_wrapper {
    padding-left: 0%;
    padding-right: 0%;
}

    .phone_extension_wrapper:before {
        content: "Ext.";
    }

.updated-grid-view a
{
    font-size: 15px;
}

@media (min-width: 480px) {
    .phone_areacode {
        width: 80%;
    }

    .phone_areacode_wrapper:before {
        content: "(";
    }

    .phone_areacode_wrapper:after {
        content: ")";
    }

    .phone_3digits {
        width: 88%;
    }

    .phone_3digits_wrapper:after {
        content: "-";
    }

    .phone_4digits {
        width: 82%;
    }

    .phone_extension {
        width: 74%;
    }

    .phone_extension_wrapper:before {
        content: "Ext.";
    }
}

@media (min-width: 768px) {
    .phone_areacode {
        width: 70%;
    }

    .phone_areacode_wrapper:before {
        content: "(";
    }

    .phone_areacode_wrapper:after {
        content: ")";
    }

    .phone_3digits {
        width: 80%;
    }

    .phone_3digits_wrapper:after {
        content: "-";
    }

    .phone_4digits {
        width: 82%;
    }

    .phone_extension {
        width: 74%;
    }

    .phone_extension_wrapper:before {
        content: "Ext.";
    }
}

@media (min-width: 992px) {
    .phone_areacode {
        width: 80%;
    }

    .phone_areacode_wrapper:before {
        content: "(";
    }

    .phone_areacode_wrapper:after {
        content: ")";
    }

    .phone_3digits {
        width: 86%;
    }

    .phone_3digits_wrapper:after {
        content: "-";
    }

    .phone_4digits {
        width: 84%;
    }

    .phone_extension {
        width: 76%;
    }

    .phone_extension_wrapper:before {
        content: "Ext.";
    }
}

@media (min-width: 1200px) {
    .phone_areacode {
        width: 82%;
    }

    .phone_areacode_wrapper:before {
        content: "(";
    }

    .phone_areacode_wrapper:after {
        content: ")";
    }

    .phone_3digits {
        width: 90%;
    }

    .phone_3digits_wrapper:after {
        content: "-";
    }

    .phone_4digits {
        width: 86%;
    }

    .phone_extension {
        width: 78%;
    }

    .phone_extension_wrapper:before {
        content: "Ext.";
    }
}
/*#endregion*/
/*#region SSN Template*/
.ssn_Part1,
.ssn_Part2,
.ssn_Part3 {
    width: 28%;
    text-align: center;
}

.ssn_Part1_wrapper:after,
.ssn_Part2_wrapper:after {
    content: "-";
    margin-left: 2%;
}

@media (min-width: 480px) {
    .ssn_Part1,
    .ssn_Part2,
    .ssn_Part3 {
        width: 20%;
        text-align: center;
    }

    #viewSocialSecuritySection .ssn_Part1,
    #viewSocialSecuritySection .ssn_Part2,
    #viewSocialSecuritySection .ssn_Part3 {
        width: 80%;
        text-align: center;
    }

    #viewSocialSecurity .custom-validation-error {
        color: red;
        border: 2px double red !important; 
    }

    .ssn_Part1_wrapper:after,
    .ssn_Part2_wrapper:after {
        content: "-";
        margin-left: 1%;
    }
}

@media (min-width: 768px) {
    .ssn_Part1,
    .ssn_Part2,
    .ssn_Part3 {
        width: 80%;
        text-align: center;
    }

    .ssn_Part1_wrapper:after,
    .ssn_Part2_wrapper:after {
        content: "-";
        margin-left: 8%;
    }
}


@media (min-width: 768px) {
    
        #grid-action-buttons button,
        #grid-action-buttons .btn,
        #grid-action-buttons .pseudobuttons {
        margin-left: 5px;
        display: inline-block;
        float: right;
        width: auto;
        max-width: 350px;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    #grid-action-buttons {
        margin-right: 0;
        min-height: 40px;
        margin-top: 0;
        float: none;
        display: block;
        clear: both;
        margin-bottom: 0!important;
        margin-top: 30px;
        position: relative;
        padding: 20px 30px 0 30px;
    }

        #grid-action-buttons button,
        #grid-action-buttons .btn,
        #grid-action-buttons .pseudobuttons {
            display: inline-block;
            width: auto;
            margin: 0 0 3px 10px;
        }
}

/*#endregion*/
/*#region paging table*/
.pagingTable tfoot {
    color: #222c3e;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 4px;
}

    .pagingTable tfoot tr > td > a {
        color: #465b80;
        background: #dae0eb;
        border: 1px solid #cad2e2;
        padding: 2px;
        width: 30px;
        height: 30px;
        border-radius: 6px;
        text-align: center;
        display: inline-block;
        margin: 0px -2px;
        letter-spacing: 0px;
        text-decoration: none;
    }

        .pagingTable tfoot tr > td > a:hover {
            color: #dae0eb;
            background: #465b80;
            border: #5872a1;
        }
/*#endregion*/

/*#region CustomSpinner*/
.customloading.spinner {
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.customloading.spinner.displayCenter {
    width: 100%;
    height: 75px;
    margin: 35% auto;
}

.customloading.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.customloading.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.customloading.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.customloading.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.customloading.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.customloading.spinner .rect6 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.customloading.spinner .rect7 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.customloading.spinner .rect8 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.customloading.spinner .rect9 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.customloading.spinner .rect10 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*#endregion*/

.profile-selection 
{
    background: #A1D1C5;
    border-radius: 5px;
    padding: 2px 5px;
}

.profile-selection.selected
{
    background: #5FA897;
}

/* App Chat Window */
#app-chat-window
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}

#chat h3
{
    padding-left: 20px;
    margin-top: 10px;
}

.chat-box {
    z-index: 1000;
    background: #efefef;
    float: right;
    width: 500px;
    height: 100%;
    overflow: hidden;
    position: fixed;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    pointer-events: all;
    border-radius: 2px;
    border: 2px solid #ccc;
    right: 0px;
    top: 0px;
}

.chat-history-box {
    z-index: 1000;
    background: linear-gradient(0deg, #428bca 00%, #FFF 100%);
    float:right;
    margin: 100px 50px;
    width: 500px;
    height: 640px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    pointer-events: all;
    border-radius: 2px;
}

.chat-box-special {
    margin: 0;
    width: 100%;
    height: 100%;
}

#chat
{
    width: 100%;
    height: inherit;
}

.chat-container {
    position: absolute;
    padding: 20px 20px 0px 20px;
    width: 100%;
    height: calc(100% - 425px);
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    overflow-x: hidden;
    border-bottom: 2px solid #CCC;
}

.chat-container.active {
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    opacity: 1;
}

.chat-container.hidechat {
    transform: translateX(-10%);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    opacity: 0;
}

.bubble p {
    color: #000;
    margin: 0;
}

.bubble {
    float: left;
    width: auto;
    max-width: 80%;
    position: relative;
    clear: both;
    background: #95c2fd;
    padding: 0.5em 1em;
    background: linear-gradient(40deg, rgba(255, 255, 255, 0.2) 00%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 3px;
    box-shadow: 0 5px 30px rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
    word-wrap: break-word;
    font-size: 1em;
    margin-top: 30px;
    opacity: 0;
}

.bubble:after {
    border-radius: 20px / 5px;
    content: '';
    display: block;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    bottom: 0px;
    transform: rotateZ(-90deg);
    left: -15px;
}

.bubble-alt {
    float: right;
    background: linear-gradient(310deg, rgba(255, 255, 255, 0.2) 00%, rgba(255, 255, 255, 0.5) 100%);
}

.bubble-alt:after {
    left: auto;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    transform: rotateZ(90deg);
    right: -14px;
}

.datestamp {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.8);
    float: left;
    opacity: 0;
    clear:both;
}

.dt-alt {
    float: right;
}

.chat-control {
    position: absolute;
    bottom: 35px;
}

.chat-input {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.7em;
    background: #ccc;
    border: 1px solid #cad2e2;
}

.chat-header {
    height: 250px;
    overflow-y: scroll;
    border-bottom: 2px solid #e2e2e2;
}

.chat-header span {
    font-size: 14px;
    color: black;
}

.chat-header .scrtabs-tab-scroll-arrow
{
    background-color: #d0d8e5;
}

.chat-header .scrtabs-tab-scroll-arrow:hover
{
    background-color: #AEB4BF;
}

.chat-header .nav-tabs {
     
}

.chat-header .nav-chat-section
{
    display: flex;
    flex-direction: column;
}

.chat-header .profile-hide
{
    display:none;
}

.user-profile {
    background-color: transparent;
    padding: 18px 15px;
    line-height: 16px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f7f7f7;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.user-profile:hover{
    background-color: #d2d2d2;
}

.user-profile.active {
    background: #d2d2d2;
}

.chat-options
{
    z-index: 1001;
    font-size: 16px;
    float: right;
    position: fixed;
    width: 500px;
    height: 35px;
    bottom: 0px;
    right: 0px;
    pointer-events: all;
    background-color: #ccc;
    padding: 5px 20px 5px 20px;
    border-radius: 2px;
    white-space: nowrap;
}

.chat-options a, .chat-options a:hover, .chat-options a:focus
{
    text-decoration: none;
    display: block;
}
            
.chat-filter
{
    padding: 5px;
    display: inline-block;
    width:100%;
}

.chat-options.collapsed .collapse-menu, .chat-options.expanded .expand-menu, .chat-options.collapsed ~ .chat-box
{
    display:none;
}

.chat-box-new-message a
{
    color: #FFF;
}

.profile-new-message
{
    order: -1;
}

.chat-box-new-message, .profile-new-message a
{
    background: #F6AE2D;
}

.modal-backdrop {
  z-index: 1;
}

.dataTable .dropdown-menu, table .btn-group.open .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.copy-content {
    margin-right: 5px;
}

.hideButSubmitFormField {
    visibility: hidden;
    position: absolute;
    left: -999em; 
}

.primary-ghost {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: transparent;
    border: 1px solid #0d6191;
    color: #0d6191;
}

.primary-ghost:hover {
    background: #0d6191;
    color: white;
    border: 1px solid #0d6191;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}