@charset 'utf-8';
.heading {
    margin: 40px 0 25px;
}

.heading-title {
    margin: 0;
}

.heading-title img {
    height: 50px;
    margin-right: 10px;
}

.heading-subtitle {
    margin-top: 5px;
    margin-bottom: 0;
}

.heading-subtitle:empty {
    display: none;
}

.heading-details ul {
    display: inline;
    padding: 0;
    list-style-type: none;
}

.heading-details ul li {
    display: inline;
    margin-right: 20px;
}

.heading-details ul li span {
    font-weight: 600;
    margin-right: 5px;
}

.heading-details ul li ul li {
    margin-right: 3px;
}

.heading-details ul li ul li:after {
    content: ',';
}

.heading-details ul li ul li:last-child:after {
    content: normal;
}

.page-heading {
    margin-top: 55px !important;
    margin-bottom: 25px;
    text-align: center;
}

.page-heading-title span {
    font-size: 75%;
    display: block;
    text-transform: uppercase;
}

@media (min-width:992px) {
    .page-heading-title span {
        font-size: 100%;
        display: inline-block;
        text-transform: inherit;
    }
}

.sub-navigation {
    box-shadow: inset -200px 0 10px -200px rgba(0, 0, 0, .1);
}

#sub-menu .sub-navigation {
    box-shadow: none;
    margin-bottom: 25px;
}

@media (min-width:1200px) {
    #sub-menu .sub-navigation {
        box-shadow: inset -200px 0 10px -200px rgba(0, 0, 0, .1);
    }
}

header ul li a {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.nav-up {
    top: 0;
}

@media (max-width:991px) {
    .navbar .container {
        width: 100%;
    }
}

.nav-up #global-header,
.nav-up .navbar-header,
.nav-up #user-profile{
    display: block;
}

@media (min-width:992px) {
    .nav-up #global-header,
    .nav-up .navbar-header,
    .nav-up #user-profile,
    .nav-up .navbar-collapse {
        display: none !important;
    }
}

#global-header {
    background-color: #4d4d4f;
}

#global-header .nav > li {
    display: inline-block;
}

#global-header .nav > li > a {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 15px;
    color: #aaa;
}

#global-header .nav > .open > a,
#global-header .nav > li > a:hover,
#global-header .nav > li > a:focus {
    color: #fff;
    background-color: #444;
}

#global-header .nav > .active > a,
#global-header .nav > .active > a:hover,
#global-header .nav > .active > a:focus {
    color: #fff;
    background-color: #333;
}





/********** Main Navigation **********/

#main-navigation .nav-tabs {
    margin-left: -10px;
    border-bottom: 0;
}

@media (min-width:1200px) {
    #main-navigation .nav-tabs {
        margin-left: 0;
    }
}

#main-navigation .nav-tabs > li > a {
    padding: 0 10px;
    border-right: 0;
}

@media (min-width:1200px) {
    #main-navigation .nav-tabs > li > a {
        font-size: 14px;
        padding: 0 15px;
    }
}

#main-navigation .nav-tabs .dropdown-menu {
    margin-top: 0px;
}

#main-navigation .nav-tabs-four li {
    margin-bottom: 0px;
}

#main-navigation .nav-tabs .active .dropdown-menu {
    margin-top: 3px;
}

#main-navigation .dropdown-menu .cta a {
    font-weight: 600;
    text-transform: uppercase;
    color: #4a8db8;
}

#main-navigation .dropdown-menu .cta a:hover {
    color: #fff;
}





/********** Sub Navigation **********/

#sub-navigation {
  background-color: #f0f0f0;
  padding: 7.5px 0;
  border-bottom: 1px solid #ddd;
  position: fixed;
  width: 100%;
  z-index: 1020;
}

#sub-navigation.fixed-down {
  top: 155px;
}

#sub-navigation.fixed-up {
  top: 55px;
}

#sub-navigation .nav {
  text-align: center;
}
#sub-navigation .nav li {
  float: none;
}

#sub-navigation .nav li a {
  border-radius: 3px;
}





/********** Global Slider **********/

#global-slider {
    position: fixed;
    z-index: 1040;
    top: 0;
    bottom: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: overlay;
    width: 250px;
    height: 100%;
    border-left: 1px solid #e1e1e1;
    background-color: #fff;
}

#global-slider .close {
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    padding: 0;
}

#global-slider #user-profile {
    display: block;
    float: none;
    margin: 0;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
}

#global-slider .user-avatar {
    float: none;
    margin-right: 0;
}

#global-slider .user-avatar img {
    width: 60px;
    height: 60px;
}

#global-slider .user-details {
    float: none;
    margin: 0;
    padding-top: 10px;
}

#global-slider .sign-in {
    padding: 0;
}

#global-slider .my-account {
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
    cursor: pointer;
    text-align: right;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}

#global-slider .my-account:hover a {
    text-decoration: none;
    color: #ee5e64;
}

#global-slider .user-menu {
    position: relative;
    display: none;
    height: calc(100vh - 190px);
    border-bottom: 1px solid #e1e1e1;
    background-color: #f8f8f8;
}

#global-slider .slider-menu,
#global-slider .user-menu {
    padding: 16px 8px;
}

#global-slider nav ul li a,
#global-slider nav ul .nav-header {
    padding: 10px 25px;
}

#global-slider::-webkit-scrollbar {
    display: none;
}

.slider-overlay {
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
}

#global-search {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    background-image: url('../images/background.jpg');
    background-position: center;
    background-size: cover;
}

@media (min-width:768px) {
    #global-search {
        padding: 20px 0;
    }
}

@media (min-width:992px) {
    #global-search {
        padding: 30px 0;
    }
}

#global-search .btn {
    min-width: 60px;
    padding: 10px 13px;
}

@media (min-width:768px) {
    #global-search .btn {
        min-width: 70px;
        padding: 12.5px 13px;
    }
}

@media (min-width:992px) {
    #global-search .btn {
        min-width: 80px;
        padding: 15px 13px;
    }
}

#global-search .btn,
#global-search .form-control {
    height: 40px;
}

@media (min-width:768px) {
    #global-search .btn,
    #global-search .form-control {
        height: 45px;
    }
}

@media (min-width:992px) {
    #global-search .btn,
    #global-search .form-control {
        height: 50px;
    }
}

#global-search .form-control {
    padding-right: 53px;
}

@media (min-width:768px) {
    #global-search .form-control {
        padding-right: 58px;
    }
}

@media (min-width:992px) {
    #global-search .form-control {
        padding-right: 63px;
    }
}

#global-search .reset {
    line-height: 40px;
    width: 40px;
    height: 40px;
}

@media (min-width:768px) {
    #global-search .reset {
        line-height: 45px;
        width: 45px;
        height: 45px;
    }
}

@media (min-width:992px) {
    #global-search .reset {
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

#global-search .bootstrap-select .btn {
    margin-left: -1px;
    border-radius: 0;
}

#global-search .bootstrap-select .dropdown-menu {
    width: 526px;
    max-width: 1000px;
    margin-top: -1px;
    margin-right: 1px;
}

@media (min-width:1200px) {
    #global-search .bootstrap-select .dropdown-menu {
        width: 465px;
    }
}

@media (min-width:1440px) {
    #global-search .bootstrap-select .dropdown-menu {
        width: 480px;
    }
}

@media (min-width:1600px) {
    #global-search .bootstrap-select .dropdown-menu {
        width: 600px;
    }
}

#user-profile {
    float: right;
    margin: 10px 0;
}

#user-profile > a {
    display: table;
    padding: 5px 15px;
    color: #555;
    border-radius: 5px;
}

#user-profile.open > a,
#user-profile > a:hover,
#user-profile > a:focus {
    background-color: #f0f0f0;
}

.user-avatar {
    float: left;
    margin-right: 10px;
}

.user-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-details {
    line-height: 1.25em;
    float: left;
    padding: 2.5px 0;
}

.user-name {
    font-size: 15px;
    line-height: 20px;
}

.user-company {
    font-size: 12px;
    line-height: 15px;
}

#portal-links .list li .list {
    margin-bottom: 0;
}

#portal-links {
    border-right: 0;
    border-bottom: 1px solid #ddd;
}

@media (min-width:992px) {
    #portal-links {
        border-right: 1px solid #ddd;
        border-bottom: 0;
    }
}

#more-links {
    padding: 0 15px;
    padding-top: 15px;
}

@media (min-width:992px) {
    #more-links {
        padding: 30px 45px;
    }
}

#resources-wrapper {
    font-size: 13px;
    line-height: 1.25em;
    position: absolute;
    bottom: 260px;
    width: 100%;
    min-height: 80px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
    background-color: #f8f8f8;
}

#resources-wrapper .tooltip .tooltip-inner {
    text-align: center;
}

@media (min-width:480px) {
    #resources-wrapper {
        font-size: 14px;
    }
}

@media (min-width:768px) {
    #resources-wrapper {
        bottom: 260px;
    }
}

@media (min-width:992px) {
    #resources-wrapper {
        bottom: 100px;
    }
}

#resources-wrapper a {
    display: block;
    text-decoration: none;
    color: #777;
}

#resources-wrapper a:hover,
#resources-wrapper a:active {
    text-decoration: none;
    color: #db3d44;
}

#resources-wrapper img {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
}

@media (min-width:480px) {
    #resources-wrapper img {
        width: 50px;
        height: 50px;
    }
}

@media (min-width:768px) {
    #resources-wrapper img {
        width: 60px;
        height: 60px;
    }
}

@media (min-width:992px) {
    #resources-wrapper img {
        width: 60px;
        height: 60px;
    }
}

#resources-wrapper span {
    display: block;
    margin: 10px 0 20px;
}

#resources-wrapper span br {
    display: block;
}

@media (min-width:768px) {
    #resources-wrapper span br {
        display: none;
    }
}

#footer-contact-support,
#footer-download-center,
#footer-product-documentation,
#footer-support-policies,
#footer-vulnerability-response,
#footer-feedback,
#footer-feedback-popover,
#footer-ideasexchange {
    padding: 0 10px;
}

@media (min-width:992px) {
    #footer-contact-support,
    #footer-download-center,
    #footer-product-documentation,
    #footer-support-policies,
    #footer-vulnerability-response,
    #footer-feedback,
    #footer-ideasexchange {
        margin-top: -50px;
        padding: 0 10px;
    }
}

#footer-contact-support img {
    background-color: #004e78;
}

#footer-download-center img {
    background-color: #f15a22;
}

#footer-product-documentation img {
    background-color: #39b54a;
}

#footer-support-policies img {
    background-color: #49092d;
}

#footer-vulnerability-response img {
    background-color: #493087;
}

#footer-feedback img, #footer-feedback-popover img {
    background-color: #a70e13;
}
#footer-ideasexchange img {
    background-color: #a70e13;
}
.footer-feedback {
    background: url('../images/footer-feedback-sm.png') center left no-repeat;
    padding-left: 25px !important;
    color: #666;
    outline: none;
}

.footer-right-nav {
    display: inline;
    float: right;
}

@media (max-width: 992px) {
    .footer-right-nav {
        display: block;
        width: 100%;
        float: left;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 55px;
    margin-bottom: 455px;
}

@media (min-width:480px) {
    body {
        margin-top: 60px;
        margin-bottom: 479px;
    }
}

@media (min-width:768px) {
    body {
        margin-top: 65px;
        margin-bottom: 466px;
    }
}

@media (min-width:992px) {
    body {
        margin-top: 155px;
        margin-bottom: 195px;
    }
}

@media (min-width:1200px) {
    body {
        margin-bottom: 180px;
    }
}

main.container {
    padding-bottom: 40px;
}

@media (min-width:768px) {
    main.container {
        padding-bottom: 60px;
    }
}

@media (min-width:992px) {
    main.container {
        padding-bottom: 80px;
    }
}

@media (min-width:1200px) {
    main.container {
        padding-bottom: 100px;
    }
}

.custom-popover {
    display: none;
}

.visible-ie {
    display: none;
}

input[type=search]::-ms-clear,
input[type=text]::-ms-clear,
input[type=email]::-ms-clear {
    display: none;
}

input[type=search]::-ms-reveal,
input[type=text]::-ms-reveal,
input[type=email]::-ms-reveal {
    display: none;
}

.file,
.product-issue,
.spam,
.url,
#suggested,
.suggested,
.high,
.critical,
.call {
    display: none;
}

.dropdown-open {
    display: none;
}

aside .panel {
    background-color: #fafafa;
}

aside .table > tbody > tr > td {
    padding: 20px;
    vertical-align: top !important;
    white-space: normal !important;
    border-width: 1px 0;
}

aside .open i {
    color: #00a94f;
}

.tm-alert {
    color: #222;
}

.tm-alert .close {
    position: relative;
}

.tm-alert {
    color: #222;
    border-color: #fac8c8;
    background-color: #fff3f3;
}

.tm-alert:before {
    font-family: 'FontAwesome';
    content: '\f071';
    color: #db3d44;
}

.tm-alert-info {
    color: #222;
    border-color: #aac8f0;
    background-color: #e6f0fa;
    background-image: url('../img/icon-info-s.png');
}

.tm-alert-block {
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 6px 12px;
}

.tm-alert-block .close {
    top: -6px;
}

.tm-alert-block > p,
.tm-alert-block > ul {
    margin-bottom: 0;
}

.tm-alert-block p + p {
    margin-top: 5px;
}

.error-message {
    font: 13px/1.3em 'Arial';
    position: relative;
    padding: 10px 20px;
    color: #d71920;
    background-color: #ffd1d0;
}

.error-message ul {
    position: relative;
    padding: 0 !important;
    padding-left: 30px !important;
    list-style-type: none;
}

.error-message ul li:before {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    left: 0;
    content: '\f071';
    color: #d71920;
}

.success-message {
    font: 13px/1.3em 'Arial';
    position: relative;
    padding: 10px 20px;
    color: #3c763d;
    background-color: #dff0d8;
}

.success-message ul {
    position: relative;
    padding: 0 !important;
    padding-left: 30px !important;
    list-style-type: none;
}

.success-message ul li:before {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    left: 0;
    content: '\f00c';
    color: #3c763d;
}

.error {
    font: 13px/1.3em 'Arial';
    position: relative;
    z-index: 10;
    padding: 8px 15px;
    color: #d71920;
    background-color: #ffd1d0;
}

.error-content {
    position: relative;
    padding-left: 30px;
}

.error-content ul {
    position: relative;
    padding: 0 !important;
    list-style-type: none;
}

.error-content:before {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    left: 0;
    content: '\f071';
    color: #d71920;
}

.error > .arrow,
.error > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.error > .arrow {
    border-width: 11px;
}

.error > .arrow:after {
    content: '';
    border-width: 10px;
}

.error > .arrow {
    top: -11px;
    left: 10px;
    border-top-width: 0;
    border-bottom-color: #ffd1d0;
}

.error > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-width: 0;
}

.form-group.has-error .error-label {
    display: block;
}

.custom-search {
    display: inline-table;
    width: 100%;
}

.account-list {
    margin-bottom: 100px;
    padding: 0;
    list-style-type: none;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
}

.account-list li {
    border-bottom: 1px solid #ddd;
}

.account-list li:last-child {
    border-bottom: none;
}

.account-list li input {
    font-size: 15px;
    width: 100%;
    margin: 0;
    padding: 20px;
    padding-left: 23px;
    text-align: left;
    border: none;
    outline: none;
    background-color: #fff;
    padding-right: 50px;
    white-space: normal;
}

.account-list li span {
    position: relative;
}

.account-list li span:after {
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 20px;
    content: '\f054';
    pointer-events: none;
}

.account-list li input:active,
.account-list li input:focus {
    padding-left: 20px;
    border-left: 3px solid #db3d44;
}

.message-list {
    padding: 10px 0;
}

.message-list > li {
    padding: 10px 0;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
}

.message-icon img {
    float: left;
    height: 25px;
    margin-right: 10px;
    border-radius: 50%;
}

.message-list > li .subline {
    text-transform: none;
}

.message-list > li:last-child {
    border-bottom: none;
}

.subline {
    font: 11px/13px 'Arial';
    letter-spacing: 0;
    text-transform: uppercase;
    color: #666;
}

.panel > div > .list-group,
.panel > div > form > .list-group {
    margin-bottom: 0;
}

.panel > div > .list-group .list-group-item,
.panel > div > form > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > div > .list-group:first-child .list-group-item:first-child,
.panel > div > form > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > div > .list-group:last-child .list-group-item:last-child,
.panel > div > form > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading > div > .list-group .list-group-item:first-child,
.panel-heading > div > form > .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.responsive {
    z-index: 1;
}

.responsive.sub-navigation {
    width: calc(16.66666667% - 30px);
    max-width: 240px;
    margin: 0 15px;
    padding: 0;
}

.responsive .panel-heading a:hover,
.responsive .panel-heading a:active {
    text-decoration: underline;
}

.responsive .panel-heading i {
    font-size: 13px;
    line-height: 21px;
}

.redesign-questions li {
    margin-bottom: 15px;
}

.rating-scale-header {
    margin-bottom: 5px;
    padding: 5px 0;
}

.rating-scale-header > .text-center {
    padding: 5px;
}

.rating-scale-row {
    padding: 4px;
    border-bottom: 1px solid #ddd;
}

.rating-scale-row:last-of-type {
    margin-bottom: 20px;
}

#survey-form .heading-title {
    padding: 0;
}

#survey-form > .section > form > div > .numbered-list li {
    border-bottom: 0;
}

#survey-form > .section > form > div > .numbered-list li label {
    display: block;
    margin: 5px 0;
}

.rating-scale-header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rating-scale-header .rate strong {
    height: 20px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    background-color: #e44e56;
}

.rating-scale-row {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #eaeaea;
}

.popover-black .popover {
    max-width: 330px;
    background-color: #444;
}

.popover-black .popover .popover-content {
    font-size: 12px;
    max-width: 330px;
    color: #fff;
}

.popover-black .popover.top > .arrow:after {
    border-top-color: #444;
}

.popover-black .popover.bottom > .arrow:after {
    border-bottom-color: #444;
}

.popover-black .popover.left > .arrow:after {
    border-left-color: #444;
}

.popover-black .popover.right > .arrow:after {
    border-right-color: #444;
}

.popover-black-content {
    display: none;
}

.popover-black-title {
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.form-wrapper {
    padding: 30px 45px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
}

.form-heading {
    margin-bottom: 25px;
}

.form-heading-title {
    margin: 0;
}

.form-heading-subtitle {
    margin: 0;
}

.display-toggle.show-less {
    display: none;
}

.display-toggle.show-more::before,
.display-toggle.show-less::before {
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.display-toggle.show-more::before {
    content: '\f0fe';
}

.display-toggle.show-less::before {
    content: '\f146';
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

.pull-xs-none {
    float: none !important;
}

@media (min-width:768px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .pull-md-left {
        float: left !important;
    }
    .pull-md-right {
        float: right !important;
    }
    .pull-md-none {
        float: none !important;
    }
}

@media (min-width:1200px) {
    .pull-lg-left {
        float: left !important;
    }
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}

@media (min-width:1440px) {
    .pull-xl-left {
        float: left !important;
    }
    .pull-xl-right {
        float: right !important;
    }
    .pull-xl-none {
        float: none !important;
    }
}

@media (min-width:1600px) {
    .pull-hd-left {
        float: left !important;
    }
    .pull-hd-right {
        float: right !important;
    }
    .pull-hd-none {
        float: none !important;
    }
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width:768px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1440px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width:1600px) {
    .text-hd-left {
        text-align: left !important;
    }
    .text-hd-right {
        text-align: right !important;
    }
    .text-hd-center {
        text-align: center !important;
    }
}


/********** Notification **********/

/*Global Announcements*/

#global-announcements {
    margin: 0;
    color: #fff;
    font-size: 15px;
    border: 0;
    box-shadow: none;
}
#global-announcements a{
   color: #fff;
   text-decoration: underline;
   font-weight: bold;
}
#global-announcements .alert-content {
    background: none;
    margin: 0 auto;
    position: relative;
}
#global-announcements .alert-content::before {
    display: none;
}
#global-announcements .alert-content .alert-title {
    color: #fff;
    font-size: 12px;
    line-height: 1.25em;
    opacity: .6;
}
#global-announcements .close {
    color: #fff;
}

/********** BSP Alert Custom **********/


.modal-dialog-box .modal-content {
  border: 0px;
}
.modal-dialog-box .modal-dialog {
    border-radius: 5px;
    text-align: center;
}
.modal-dialog-box .modal-header {
    background-color: #FFF;
}

.modal-dialog-box .modal-title {
    color: #333;
}

.modal-dialog-box .modal-subtitle {
    color: #999;
}

.modal-dialog-box .modal-body {
    color: #575757;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    padding:30px;
    line-height: 32px;
    display: block;
}

.modal-dialog-box .modal-content .modal-body {
    padding: 30px 20px !important;
}

.modal-dialog-box .modal-footer {
   text-align: center;
}


.modal-dialog-box .modal-dialog {
    width: 350px;
}

#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: block !important;
}
#alertBox {
    position: relative;
    width: 300px;
    min-height: 100px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: 20px 30px;
}
#modalContainer>#alertBox {
    position: fixed;
}
#alertBox p {
    color: #575757;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    line-height: 32px;
    display: block;
}



:target:before {
  content:"";
  display:block;
  height: 160px; /* fixed header height*/
  margin:-160px 0 0; /* negative fixed header height */
  position: absolute;
  z-index: -5;
}


/********** New Case **********/

.has-error #neuronEmbed .checkbox {
    color: #555 !important;
}

/********** Banner - jumbotron--banner **********/

 #jumbotron__banner {
    background-image: url('../images/data-collection-disclosure--banner.jpg');
    background-size: cover;
    padding-top: 240px;
    background-position-y: -200px;
    min-height: 650px;
 }

 #jumbotron__banner .display-1 {
    color: #fff;
    font-size: 60px !important;
    font-weight: 700;
    letter-spacing: 0.1rem;
 }

.navbar-brand--plain > span {
    font-size: 14px;
    line-height: 14px;
}
 .navbar-brand--plain br {
    display: inline !important
 }
 #data-collection-disclosure__body {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #333;
 }

 #data-collection-disclosure__body p {
    margin: 0 0 1.3em;
    line-height: 30px !important;
    line-height: 1.875rem;
    font-weight: 300;
    font-size: 18px;
 }

 @media (min-width: 1600px) {
    #data-collection-disclosure__body .container {
    width: 1120px;
}
 }




/********** Notification Box **********/

#notification__box {
    max-width: 750px;
    border-left: 5px solid #ddd;
    margin-bottom: 30px;
}

#notification__box .subtitle {
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
}

/********** Feedback Box **********/


.feedback__body {
  position: absolute;
  width: 350px;
  background: #f8f8f8;
  bottom: 110px;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
.feedback__body:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: solid 15px #eee;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
.feedback__body.feedback__body--open {
  visibility: visible;
  animation: swift-in 0.3s;
}
@keyframes swift-in {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -ms-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.feedback__body.feedback__body--closed {
  display: none;
}
h6.feedback__title, .feedback__body-opt, .feedback__comment-box, .feedback__footer {
  padding: 0px 30px;
}
h6.feedback__title {
  padding: 15px 30px;
}
/* feedback title */

h6.feedback__title {
  background: #333;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
/* feedback options */

.feedback__body-opt {
  text-align: center;
  font-size: 16px;
  padding: 40px;
}
#feedback__opt-yes, #feedback__opt-no {
  padding: 5px 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  background: #fff;
}
#feedback__opt-yes::before, #feedback__opt-no::before {
  font-family: FontAwesome;
}
#feedback__opt-yes::before {
  content: '\f164';
  padding-right: 10px;
  color: #00a94f;
}
#feedback__opt-no::before {
  content: '\f165';
  padding-right: 10px;
  color: #ee5e64;
}
#feedback__opt-yes:hover, #feedback__opt-yes:hover::before {
  background: #00a94f;
  color: #fff;
}
#feedback__opt-no:hover, #feedback__opt-no:hover::before {
  background: #ee5e64;
  color: #fff;
}
/* feedback footer */

.feedback__footer {
  text-align: center;
  border-top: 1px solid #dddddd;
  text-transform: uppercase;
  background: #eeeeee;
  border-radius: 0px 0px 10px 10px;
}
.feedback__footer {
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}
.feedback__footer a {
  display: block;
}
/* comment box */

.feedback__comment-box {
  padding: 30px;
}
.feedback__message, .feedback__body-opt, h6.feedback__title {
  animation: swift-in 0.3s;
}
.feedback__comment-box {
  animation: swift-in 0.5s;
}
.feedback__message.hide, .feedback__body-opt.hide, .feedback__title.hide, .feedback__comment-box.hide {
  display: none;
}
/*feedback message*/

.feedback__message {
  margin: 30px;
  padding: 10px;
}
.footer-right-nav {
  text-align: center;
}
@media (min-width: 992px) {
  .feedback__body {
    margin-left: -135px;
    left: auto;
    right: auto;
  }
  .feedback__comment-box {
    text-align: left;
  }
}











/*Chatbot Button*/

    @-webkit-keyframes chatbotLaunch {
          0% {
            -webkit-transform: scale(0);
                    transform: scale(0);
                        opacity: 0;
          }
          10% {
            -webkit-transform: scale(0);
                    transform: scale(0);
                                    opacity: 0;
          }
          20% {
            -webkit-transform: scale(0);
                    transform: scale(0);
          }
          30% {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
          }
          40% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
          45% {
            -webkit-transform: scale(1);
                    transform: scale(1);
            opacity: 1;
          }
          50% {
            -webkit-transform: scale(1);
                    transform: scale(1);;
            opacity: 1;
          }
          60% {
            -webkit-transform: scale(1);
                    transform: scale(1);
            opacity: 1;
          }
          80% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
          100% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
        }
        @keyframes chatbotLaunch {
          0% {
            -webkit-transform: scale(0);
                    transform: scale(0);
                        opacity: 0;
          }
          10% {
            -webkit-transform: scale(0);
                    transform: scale(0);
                                    opacity: 0;
          }
          20% {
            -webkit-transform: scale(0);
                    transform: scale(0);
          }
          30% {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
          }
          40% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
          45% {
            -webkit-transform: scale(1);
                    transform: scale(1);
            opacity: 1;
          }
          50% {
            -webkit-transform: scale(1);
                    transform: scale(1);;
            opacity: 1;
          }
          60% {
            -webkit-transform: scale(1);
                    transform: scale(1);
            opacity: 1;
          }
          80% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
          100% {
            -webkit-transform: scale(1);
                    transform: scale(1);
          }
        }
.chatbot__btn {
    animation: chatbotLaunch 6s 0s cubic-bezier(0.49, 0.53, 0, 1) ;
  z-index: 1036;
  position: fixed;
  display: inline-block;
  bottom: 20px;
  right: 30px;
  display: block !important;
  background: #e53935;
  background: -webkit-linear-gradient(to right, #e35d5b, #e53935);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #e35d5b, #e53935);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 55px;
  height: 55px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50% 50%;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.06), 0 2px 32px 0 rgba(0,0,0,.16);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.06), 0 2px 32px 0 rgba(0,0,0,.16);
     }
  .chatbot__btn.chatbot__btn--up {
    border-radius: 0% 50% 50% 50% !important;
    box-shadow: 1px 0px 50px 15px rgba(51, 51, 51, 0.10);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .chatbot__btn img {
    width: 55px; }

.chatbot__btn-tooltip {
    z-index: 1035;
    position: fixed;
    display: inline-block;
    bottom: 27px;
    right: 55px;
    display: block !important;
    background: #ee5e64;
    color: #fff;
    width: 152px;
    height: 40px;
    padding: 10px;
    box-shadow: 10px 9px 24px -4px rgba(0, 0, 0, 0.1), 5px 4px 12px -7px rgba(0, 0, 0, 0.15);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 50px;
    text-align: center;
    font-weight: normal;
    padding-right: 25px;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.7px;}
.chatbot__btn-tooltip.hide {
    transform: translateX(70px) scaleX(0);
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f0f0f0;
  position: absolute;
  right: -10px;
  bottom: 18px; }


@media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px) {
         .chatbot__btn {
            z-index: 9999 !important;
        }
    }


.col-loader {
    height: 100%;
    content: 'loading';
    background-image: url('../images/fancybox_loading.gif');
    position: absolute;
    z-index: 3;
    padding: inherit;
    margin: inherit;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.5);
}
@media (min-width:992px) {
    .col-loader {
        height: 90% !important;

    }
}


@media screen and (max-width: 1440px) {
    #main-navigation #menuSearch input.form-control {
        width: 120px;
    }
}
@media screen and (max-width: 1024px) {
    #main-navigation #menuSearch input.form-control {
        width: 100px;
    }
}