/* Main style for all pages */
/* Landing page css */
button:focus {
    outline: none;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}


.create-password-container {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 25px;
    background-color: #f6fafe;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin-top: 60px;
}

#integrationPopUp {
    display: none;
}

#integrationPopUp.show {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    justify-content: center;
    align-items: center;
}

.completion-modal {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 40px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.completion-modal.show {
    display: block !important;
}

.completion-modal .modal-form td {
    position: relative;
}

    .completion-modal .modal-form td .field-validation-error {
        right: -200px;
        width: 190px;
        top: 0px;
    }

        .completion-modal .modal-form td .field-validation-error:after {
            content: "\f0d9";
            left: -8px;
            bottom: 7px;
        }

.full-height {
    height: 100%;
}

.landing-password {
    margin-top: 125px;
}

.contact-modal {
    width: 420px !important;
    margin-left: -210px !important;
}

.add-entry-row .custom-select-container.frontend-table-container {
    height: 100%;
    border-color: transparent;
}

    .add-entry-row .custom-select-container.frontend-table-container .custom-select-button:before {
        top: 14px;
    }

.add-entry-row .custom-focus-me {
    background-color: #fff !important;
}

    .add-entry-row select:focus, .add-entry-row .custom-focus-me .custom-select-button:before {
        color: #727a80 !important;
    }

div.sort:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.mono {
    font-family: monospace !important;
}

.widget-border-top {
    border-top: 1px solid #d1d5da;
}

.border-bottom-none {
    border-bottom: 0px !important;
}

.padding-top-none {
    padding-top: 0px !important;
}

.margin-top-30 {
    margin-top: 20px;
}

.cellpadding-10 td {
    padding: 10px;
}

.landing-top-container {
    background-image: url(../../shared/group.png) !important;
    text-shadow: none !important;
}

.blue-container.relative {
    z-index: 100;
    margin-top: -100px;
}

.landing-footer {
    margin-top: 30px;
}

a {
    color: inherit;
}

.padding-box {
    position: relative;
    background-clip: padding-box;
}

.remember-me-box {
    top: -3px;
}
/* Password pages css */
.forgot-password {
    padding-top: 30px;
}

.slimmer-words {
    word-spacing: -1px;
}

.font-15 {
    font-size: 15px;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-top-15 {
    padding-top: 15px;
}

.hidden-error.error-tooltip ul {
    list-style-type: disc;
}

.hidden-error.error-tooltip li {
    line-height: 14px;
    font-size: 14px;
    margin-left: 18px;
}

.hidden-error.error-tooltip ul .fa {
    margin-left: -30px;
    margin-right: 15px;
}

.hidden-error.error-msg {
    position: absolute;
    width: 100px;
    right: -98px;
    top: 10px;
    text-align: left;
    font-size: 15px;
}

.hidden-error.error-tooltip ul .fa-check {
    color: #81B245;
}

.error-msg, .hidden-error.error-tooltip ul .fa-times {
    color: #da3a3a;
}

.relative {
    position: relative;
}

.hidden-error {
    /* display: none; */
}

    .hidden-error.error-tooltip {
        position: absolute;
        top: -60px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #049298;
        left: 100%;
        padding: 20px;
    }

#password-header {
    color: #049298;
    text-align: left;
}

@media (min-width: 1200px) {
    .hidden-error.error-tooltip {
        width: 470px;
    }

    .inline {
        display: inline !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-error.error-tooltip {
        width: 350px;
    }
}

@media (max-width: 991px) {
    .hidden-error.error-tooltip {
        width: 300px;
    }
}

.password-changed-modal {
    display: none;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #F6FAFE;
    width: 406px;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -203px;
    margin-top: -57px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.error .form-control, .error .error input {
    border: 1px solid #da3a3a;
}

.form-control {
    border: 1px solid #535353;
}

/* End of password css */

body {
    background: white;
    color: #535353;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    margin:0px;
    padding:0px;
}

.width-400 {
    width: 400px;
}

.error-heading {
    color: #128387;
    font-size: 160px;
    position: relative;
    z-index: 20;
    font-family: Arial, sans-serif;
}

.error-image {
    margin-top: -140px;
    position: relative;
    z-index: 10;
}

.error-details p.larger {
    font-size: 40px;
    font-weight: bold;
    margin-top: 22px;
}

.error-details p.smaller {
    font-size: 21px;
    margin-bottom: 30px;
}

.error-details {
    padding-bottom: 110px;
}

.image-404 {
    width: 744px;
    height: 357px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/Content/Shared/404-fe.png');
}

.image-500 {
    width: 744px;
    height: 357px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/Content/Shared/500-fe.png');
}

ul, ol {
    padding: 0;
    margin: 0;
}

.custom-select-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .custom-select-container .custom-select {
        height: 100%;
        padding-right: 20%;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .custom-select-container .custom-select::-ms-expand {
            display: none;
        }

    .custom-select-container.frontend-standard-container {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 36px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

        .custom-select-container.frontend-standard-container.custom-focus-me {
            border-color: #66afe9;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,1);
        }

            .custom-select-container.frontend-standard-container.custom-focus-me .custom-select-button {
                background-color: #00a7d4;
                border-color: #66afe9;
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            }

                .custom-select-container.frontend-standard-container.custom-focus-me .custom-select-button:before, .custom-select-container.frontend-standard-container.custom-focus-me .custom-select-button:after {
                    color: #fff;
                }

        .custom-select-container.frontend-standard-container .custom-select {
            color: #555;
            font-size: 14px;
            padding-left: 12px;
        }

        .custom-select-container.frontend-standard-container .custom-select-button {
            border-left: 1px solid #ccc;
            width: 32px;
        }

            .custom-select-container.frontend-standard-container .custom-select-button:before {
                color: #7d7a80;
                content: "\f0d8";
                font-size: 16px;
                left: 11px;
                position: absolute;
                top: 1px;
            }

            .custom-select-container.frontend-standard-container .custom-select-button:after {
                color: #7d7a80;
                content: "\f0d7";
                font-size: 16px;
                left: 11px;
                position: absolute;
                top: 12px;
            }

    .custom-select-container.frontend-table-container {
        background-color: transparent;
        border: 1px solid #fff;
        height: 30px;
        top: 3px;
    }

        .custom-select-container.frontend-table-container .custom-select {
            color: #fff;
            font-size: 14px;
            padding-left: 10px;
        }

        .custom-select-container.frontend-table-container .custom-select-button {
            width: 30px;
        }

            .custom-select-container.frontend-table-container .custom-select-button:before {
                color: #fff;
                content: "\f0d7";
                font-size: 16px;
                left: 11px;
                position: absolute;
                top: 6px;
            }

    .custom-select-container.backend-standard-container {
        background-color: transparent;
        border: 1px solid #545967;
        border-radius: 5px;
        height: 34px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

        .custom-select-container.backend-standard-container.custom-focus-me {
            background-color: #e6edf3;
            border-color: #66afe9;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

            .custom-select-container.backend-standard-container.custom-focus-me .custom-select-button {
                background-color: #00a7d4;
                border-color: #66afe9;
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            }

                .custom-select-container.backend-standard-container.custom-focus-me .custom-select-button:before, .custom-select-container.backend-standard-container.custom-focus-me .custom-select-button:after {
                    color: #fff;
                }

            .custom-select-container.backend-standard-container.custom-focus-me .custom-select {
                color: #232b38;
            }

        .custom-select-container.backend-standard-container .custom-select {
            color: #c1cbd2;
            font-size: 13px;
            padding-left: 12px;
        }

        .custom-select-container.backend-standard-container .custom-select-button {
            border-left: 1px solid #545967;
            width: 32px;
        }

            .custom-select-container.backend-standard-container .custom-select-button:before {
                color: #545967;
                content: "\f0d8";
                font-size: 16px;
                left: 11px;
                position: absolute;
                top: 0px;
            }

            .custom-select-container.backend-standard-container .custom-select-button:after {
                color: #545967;
                content: "\f0d7";
                font-size: 16px;
                left: 11px;
                position: absolute;
                top: 10px;
            }

    .custom-select-container.backend-table-container {
        background-color: transparent;
        border: 1px solid #5C616E;
        height: 26px;
    }

        .custom-select-container.backend-table-container.custom-focus-me {
            border: 1px solid #5478b6 !important;
            box-shadow: 0px 0px 0px 1px #3c61a0;
            border-radius: 2px;
        }

        .custom-select-container.backend-table-container .custom-select {
            color: #fff;
            font-size: 12px;
            padding-left: 10px;
        }

        .custom-select-container.backend-table-container .custom-select-button {
            width: 30px;
        }

            .custom-select-container.backend-table-container .custom-select-button:before {
                color: #fff;
                content: "\f0d7";
                font-size: 16px;
                left: 11px;
                position: absolute;
                top: 2px;
            }

.custom-select {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    font-family: sans-serif;
    left: 0px;
    outline: none;
    position: absolute;
    top: 0px;
}

    .custom-select option {
        color: #000;
        padding-left: 10px;
    }

.custom-select-button {
    cursor: pointer;
    font-family: FontAwesome;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* Custom ie9 and lower rules. */
.ie9 .custom-select option {
    color: inherit !important;
}

.custom-focus-me.ie9 .custom-select option {
    color: #000 !important;
}

.custom-select:focus::-ms-value, .custom-select:active::-ms-value {
    background: inherit;
    color: inherit;
}

ol {
    margin-left: 15px;
}

.overflow {
    overflow: hidden;
}

.break {
    word-break: break-all;
}

.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.line-2 {
    line-height: 2em;
}

.strong {
    font-weight: bold;
}

.text-blue, .text-blue:hover {
    color: #3B6B8C;
}

.danger-text {
    color: #aa1815;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.border-b {
    border-bottom: 1px solid #ccc;
}
/*section.border-b {
	padding-bottom: 10px;
}*/
.ttip + .tooltip > .tooltip-inner {
    background: #3B6B8C;
    font-weight: normal;
}

.ttip.delete-tooltip + .tooltip > .tooltip-inner {
    background: #aa1815;
    font-weight: normal;
}

.ttip.delete-tooltip + .tooltip > .tooltip-arrow {
    border-top-color: #aa1815;
}

.ttip + .tooltip > .tooltip-arrow {
    border-top-color: #3B6B8C;
}

.bootstrap-dialog.type-primary .modal-header {
    background: #00a7d4;
}

.header-container .top-nav {
    position: relative;
    height: 80px;
}

.header-container .nav-tabs {
    position: absolute;
    border-bottom: none;
    bottom: 0;
    right: 15px;
}

    .header-container .nav-tabs li {
        margin-bottom: 0;
    }

.body-subtitle {
    font-size: 24px;
    margin-bottom: 10px;
}

.block-odd {
    background: #fff;
    padding: 30px 0;
}

.block-even {
    background: #F6FAFE;
    padding: 30px 0;
}

.block-green {
    background: #8DC24B;
    padding: 30px 0;
    color: #fff;
}

    .block-green .med-overlay-button {
        background: none;
    }

    .block-green p {
        padding: 15px 0;
    }

    .block-green ol {
        font-weight: bold;
    }

    .block-green svg {
        margin-top: 100px;
        margin-left: -20px;
    }

.container {
    position: relative;
}

    .container div.content {
        font-size: 1.6em;
    }

.content {
    color: #727a80;
    padding-bottom: 30px;
}

.header-container {
    background: #265B80;
    position: relative;
    /*z-index: 2;*/
    margin-bottom: -1px;
}

#header {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    height: 80px;
}

#logo {
    margin: 20px 25px 0 15px;
    height: 36px;
}

.header-logo {
    height: 36px;
}
header .container img
.header img {
    height: 36px;
    margin-right:15px;
    width:auto;
}

#page-title {
    margin-top: 16px;
    color: #fff;
    margin-left: 20px;
    font-size: 22px;
    text-shadow: none;
    font-weight: 300;
}

.content-title {
    font-size: 30px;
    color: #868686;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-container {
    position: relative;
    background: url(../../shared/group.png) no-repeat 0px -58px;
    background-size: 100% auto;
    z-index: 1;
    background-color: #E0E9F1;
}

#DashboardCardsPartial .panel-heading {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 60px;
}

@media (min-width: 1800px) {
    .top-container {
        background-position: 0px -160px !important;
    }
}

@media (max-width: 850px) {
    .top-container {
        background-position: 0px 0px !important;
    }
}

.top-text {
    font-size: 3.6em;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
    line-height: 1;
    margin-bottom: 15px;
}

.top-container .login-form {
    position: relative;
    float: right;
    text-align: left;
    width: 400px;
}

    .top-container .login-form .login-links {
        color: #fff;
        font-size: 1.6em;
        padding-top: 12px;
    }

.top-container .login-links a {
    text-decoration: none !important;
}

    .top-container .login-links a:hover,
    .top-container .login-links a:focus {
        text-decoration: underline !important;
    }

.top-container .login-form .remember-me {
    cursor: default;
}

.top-container .login-form .remember-me-box {
    border: 2px solid #fff;
    float: left;
    height: 20px;
    cursor: default;
    position: relative;
    margin-right: 5px;
    width: 20px;
    padding: 0 0 0 0 !important;
}

.top-container .login-form .remember-me-text {
    float: left;
}

.top-container .login-form .remember-me-box .fa {
    vertical-align: top;
    line-height: 1;
    display: none;
    font-size: 15px;
    position: absolute;
    top: 1px;
    left: 1px;
}

.top-container .login-form .remember-me-label {
    margin-left: 0px;
}

.top-container .login-form .remember-me.active .fa {
    display: inline-block;
}

.top-container .login-form-title {
    color: #265b80;
    font-size: 30px;
}

.top-container .login-form input {
    width: 100%;
    background: none;
    border: 2px solid #fff;
    font-size: 2.8em;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}

.top-container .login-form .login-forgot-link {
    margin-bottom: 10px;
}

    .top-container .login-form .login-forgot-link a {
        color: #fff;
        font-size: 1.6em;
    }

.top-container .login-error-msg {
    color: red;
    font-size: 1.8em;
    margin-bottom: 10px;
    margin-top: 5px;
    text-shadow: none;
}

    .top-container .login-error-msg.valid {
        display: block;
    }

.blue-container {
    background: #265B80;
  /*  margin-top: -120px;
    padding-bottom: 20px;*/
}

    .blue-container.small-footer {
        margin-top: 0px;
        padding-top: 20px;
    }

        .blue-container.small-footer .links-set a {
            text-decoration: none !important;
        }

            .blue-container.small-footer .links-set a:hover,
            .blue-container.small-footer .links-set a:focus {
                text-decoration: underline !important;
            }

.blue-box {
    color: #fff;
}

.white-box {
    background: #f6fafe;
    box-shadow: 0 0 5px #666;
    overflow: hidden;
    padding: 40px;
    position: relative;
    z-index: 10;
    color: #727A80;
    margin-bottom: 20px;
    font-size: 1.6em;
}

.white-box-title {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.white-box .contact-data {
    color: #00A7D4;
}

.white-box .par {
    margin-bottom: 10px;
}

.links-set {
    color: #fff;
    font-size: 1.4em;
    overflow: hidden;
    margin-bottom: 50px;
}

    .links-set a {
        display: block;
        color: #fff !important;
        margin-bottom: 5px;
    }

    .links-set p {
        margin-bottom: 5px;
    }

    .links-set .links-set-title {
        font-weight: bold;
        margin-bottom: 10px;
    }

.complited {
    position: relative;
}

.margin-top-0 {
    margin-top: 0px !important;
}

div.complited:before, a.complited:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    right: 50px;
    top: 10px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    div.complited:before, a.complited:before {
        right: 28px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    div.complited:before, a.complited:before {
        right: 0px !important;
    }
}

@media (max-width: 767px) {
    div.complited:before, a.complited:before {
        right: 1% !important;
        top: 22px !important;
    }
}

.page-title {
    background: #265B80;
    color: #fff;
    padding: 0!important;
    margin: 0!important;
}
.page-title row {
    background: #265B80;
    color: #fff;
    padding: 0!important;
    margin: 0!important;
}

    .page-title h1 {
        font-size: 30px;
        line-height: 1.2em;
    }

.page-sub-title {
    background: #C1E4E6;
    color: #000;
    padding:0!important;
    margin:0!important;

}
    

.page-sub-title-h1 {
   /* font-size: 18px;*/
   /* line-height: 1.2em;*/
    text-align:left!important;
    color: #535353;
   /* font-weight: 500;*/
    padding-left:0!important;
    margin-left: 0 !important;
}


.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li > a {
        color: #fff;
        padding: 0px 0;
        border-radius: 0;
        border: none;
        margin-left: 50px;
        font-size: 16px;
    }

.user-nav a {
    padding: 10px 25px;
    font-size: 16px;
    margin-right: 2px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    border: none;
    background: transparent;
}

.nav-tabs > li > a:hover {
    background: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
}

#header .nav li.active a {
    text-shadow: none;
}

.user-nav {
    color: #000000;
    font-size: 16px;
}

    .user-nav a {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        margin-left: 5px;
        margin-right: 5px;
    }

#logout {
    margin: 30px 0;
}

    #logout a {
        color: #265B80;
        font-size: 14px;
    }

.breadcrumb, .breadcrumb a {
    background: none;
    color: #A0ABB9;
    font-size: 13px;
}

.breadcrumb {
    margin-top: -20px;
}

/*Fix for dashboard breadcrumbs*/

#DashboardCardsPartial {
    margin-top: 40px;
}

.dashboardbreadcrumb {
    margin-top: 20px;
}

    .dashboardbreadcrumb, .dashboardbreadcrumb a {
        background: none;
        color: #A0ABB9;
        font-size: 13px;
    }

.switch-cards-button {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:8px 0;
    font-size: 14px;
    color: #535353;
    line-height: 14px;
    cursor: pointer;
    position:relative;
}
    .switch-cards-button-inner{
      display:flex;
      align-items:center;
      gap:6px;
     
    }
    .switch-cards-button-inner i {
        margin-left :8px;
    }
    .switch-cards-button .show-cards, .switch-cards-button.hidden-cards .hide-cards {
        display: none;
    }

    .switch-cards-button.hidden-cards .show-cards {
        display: block;
    }

    .switch-cards-button .hide-cards {
        position: absolute;
        right: calc(50% - 120px);
    }
.switch-cards-button .show-cards {
    position: absolute;
    left: calc(50% - 80px);
}
    .switch-cards-button .fa-angle-up, .switch-cards-button .fa-angle-down {
        margin-right :10px !important;
       /* position: absolute;
        left: 571px;
        font-size: 18px;
        line-height: 8px;*/
    }

    .switch-cards-button .fa-angle-up, .switch-cards-button.hidden-cards .fa-angle-down {
        top: 21px;
    }

    .switch-cards-button.hidden-cards .fa-angle-up, .switch-cards-button .fa-angle-down {
        top: 14px;
    }

.panel {
    border: none;
    font-size: 1.6em;
    background: #F6FAFE;
    border-radius: 0 !important;
}

    .panel .panel-body table {
        table-layout: fixed;
        width: 100%;
    }

        .panel .panel-body table td {
            padding: 0 0 10px;
        }

    .panel .panel-body .text-title {
        margin-bottom: 0;
    }

    .panel h3 {
        margin: 0;
    }

    .panel .panel-heading {
        font-weight: 300;
        border: none;
        font-size: 24px;
        color: #fff;
        position: relative;
        cursor: default;
        border-radius: 0 !important;
    }

.capitalise {
    text-transform: lowercase;
}

    .capitalise:first-letter {
        text-transform: uppercase;
    }

.panel .panel-lp {
    font-size: 22px;
}

.panel .panel-body-title {
    font-size: 18px;
    color: #50565B;
    line-height: 24px;
    font-weight: 600;
}

.panel-secondary .panel-heading {
    background: #049298;
}

.panel-tertiary .panel-heading {
    background: #3B6B8C;
}

.panel-success .panel-heading {
    background: #049298;
}

.panel-primary .panel-heading {
    background: #049298;
}

.panel .panel-inner {
    position: relative;
    padding-bottom: 40px;
    background: #E0E9F1;
}

.panel-table-cases .panel-inner, .panel-table-errors .panel-inner, .panel-table-universal .panel-inner {
    padding-bottom: 0;
}

.panel .panel-inner.no-footer {
    padding-bottom: 0;
}

.panel .panel-footer {
    height: 50px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 4px 15px;
    border-top: 1px solid #fff;
    background: #E0E9F1;
    border-radius: 0 !important;
}

.panel .panel-heading .fa {
    position: absolute;
    top: 9px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
}

.panel .panel-heading .fa-angle-up, .panel.panel-hidden .panel-heading .fa-angle-down {
    top: 18px;
}

.panel.panel-hidden .panel-heading .fa-angle-up {
    top: 8px;
}

.panel .panel-heading .fa-thumb-tack {
    right: 40px;
    top: 11px;
}

.panel.panel-hidden .panel-inner {
    display: none;
}

.panel .panel-bottom {
    height: 15px;
    display: none;
    background: #E0E9F1;
}

.panel.panel-hidden .panel-bottom {
    display: block;
}

.panel-heading-dropdown {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

.panel .panel-body table.cases-table, .panel .panel-body table.detail-cases-table,
.panel .panel-body table.errors-table, .panel .panel-body table.universal-table {
    margin-top: -15px;
}

    .panel .panel-body table.cases-table .to-pin {
        text-align: right;
    }

    .panel .panel-body table.cases-table td, .panel .panel-body table.cases-table th,
    .panel .panel-body table.detail-cases-table td, .panel .panel-body table.detail-cases-table th,
    .panel .panel-body table.errors-table th, .panel .panel-body table.errors-table td,
    .panel .panel-body table.universal-table th, .panel .panel-body table.universal-table td {
        border-bottom: 1px solid #fff;
        padding: 10px 15px;
        background: #E0E9F1;
    }

    .panel .panel-body table.cases-table th, .panel .panel-body table.detail-cases-table th,
    .panel .panel-body table.errors-table th, .panel .panel-body table.universal-table th {
        background: #C8CDD1;
        color: #fff;
        font-weight: bold;
    }

    .panel .panel-body table.cases-table .row-main:hover td {
        background: #C8E9F6;
    }

    .panel .panel-body table.cases-table .row-main.active td {
        background: #049298;
        color: #fff;
        font-weight: bold;
    }

.panel .panel-body table.detail-cases-table {
    font-size: 14px;
}

.panel .panel-body table.errors-table, .panel .panel-body table.universal-table {
    font-size: 16px;
}

.upload-results-table .panel-bottom,
.panel-table-errors .panel-bottom {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    height: auto;
    border-top: 1px solid #eee;
    background: #fff;
}

    .panel-table-errors .panel-bottom a,
    .upload-results-table .panel-bottom a {
        color: #9CA2A6;
    }

        .panel-table-errors .panel-bottom a:hover,
        .upload-results-table .panel-bottom a:hover {
            text-decoration: none;
            color: #868686;
        }

.upload-results-table .action {
    text-align: right;
    font-weight: bold;
}

    .upload-results-table .action a {
        display: none;
    }

.upload-results-table table.universal-table tr:hover td {
    background: #62C6E5;
    color: #fff;
    /*cursor: pointer;*/
}

.upload-results-table tr:hover .action a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.row-main {
    cursor: default;
}

.row-sub {
    font-size: 14px;
    display: none;
}

.sub-left {
    border-right: 1px solid #eee;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.sub-row-table {
    margin-top: -10px;
}

.panel .panel-body table.cases-table table.sub-row-table th {
    background: none;
    color: #727a80;
}

.sub-label {
    width: 130px;
    display: inline-block;
}

.sub-actions {
    width: 130px;
}

.guid-num {
    margin-top: 20px;
    margin-bottom: 30px;
}

.clickable-guid {
    cursor: pointer;
    color: #3B6B8C;
    font-weight: bold;
}

.sub-left > p {
    padding-left: 15px !important;
}

.sub-left > div {
    padding-left: 30px !important;
}

.row-sub .panel-footer.buttons-footer {
    border-top: 0px;
    height: 60px;
}

.guid-val {
    font-size: 12px;
}

.sub-actions-buttons .fa {
    margin-right: 10px;
    cursor: default;
    color: #C8CDD1;
    font-size: 18px;
}

    .sub-actions-buttons .fa:hover, .to-pin .fa:hover {
        color: #3B6B8C;
        cursor: default;
    }

.to-pin {
    font-size: 20px;
    color: #c8cdd1;
}

.row-main.active .to-pin .fa {
    color: #fff;
}

    .row-main.active .to-pin .fa:hover {
        color: #3B6B8C;
    }

.dropdown {
    float: none;
}

    .dropdown .expander {
        border-color: #fff transparent transparent;
        border-width: 8px 6px;
    }

.cases-dropdown .button, .case-types-dropdown .button {
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    width: 350px;
    padding-top: 8px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-shadow: none;
}

.case-types-dropdown {
    width: 200px;
}

    .case-types-dropdown .button {
        width: 200px;
    }

.menu .menu-item.selected {
    background: none;
    font-weight: bold;
    color: #666;
}

.improvement-container {
    background: #265B80;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: -20px;
    color: #fff;
    font-size: 1.6em;
}

    .improvement-container .fa-lightbulb-o {
        font-size: 20px;
    }

    .improvement-container input {
        background: none;
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 5px 10px;
        margin: 0 10px;
        width: 600px;
        font-style: italic;
    }

    .improvement-container button {
        background: none;
    }

    .improvement-container.stick, .small-footer.stick {
        position: fixed;
        width: 100%;
        bottom: 0;
    }

    .improvement-container.stick {
        bottom: 215px;
    }

    .improvement-container ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .5);
    }

    .improvement-container :-moz-placeholder { /* Firefox 18- */
        color: rgba(255, 255, 255, .5);
    }

    .improvement-container ::-moz-placeholder { /* Firefox 19+ */
        color: rgba(255, 255, 255, .5);
    }

    .improvement-container :-ms-input-placeholder {
        color: rgba(255, 255, 255, .5);
    }

.b-title {
    padding-left:0!important;
    margin-left:0!important;
}

    .b-title .submenu {
        position: relative;
        list-style: none;
        z-index: 10;
    }

        .b-title .submenu li {
            float: left;
        }

            .b-title .submenu li.active, .b-title .submenu li:hover {
                background: #1cc3f0;
                height: 40px;
                margin-top: -8px;
                padding-top: 8px;
            }

            .b-title .submenu li a {
                padding: 5px 20px;
                border-right: 2px solid #8AC345;
                margin: 2px 0;
                color: #fff;
                line-height: 1.7em;
            }

                .b-title .submenu li a:hover {
                    text-decoration: none;
                }

            .b-title .submenu li.active a, .b-title .submenu li:hover a, .b-title .submenu li.last a {
                border-right: none;
                padding-right: 22px;
            }

.panel-th {
    background: #678CA6;
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.action-icon {
    padding: 3px;
    color: #3B6B7C;
    display: inline-block;
    margin-right: 3px;
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.bottom-buttons-container {
    background: #678CA6;
    color: #fff;
    margin-bottom: 30px;
}

.bottom-buttons-container {
    margin-bottom: 0;
    padding: 15px 0;
    overflow: hidden;
}

.panel:hover .action-icon {
    opacity: 1;
}

    .panel:hover .action-icon:hover {
        color: #049298;
        background: transparent;
    }

.noaction-icon .fa {
    color: #535353 !important;
    vertical-align: bottom;
    padding-top: 12px;
    font-size: 20px;
    cursor: default;
}

.panel-footer:hover .noaction-icon .fa {
    color: #535353;
}

.breadcrumb-container {
    background: #fff;
    margin-top: -25px;
    /*margin-bottom: 30px;*/
    position: relative;
}

    .breadcrumb-container.complited {
        background: #049298;
        background: #049298;
        color: #fff;
    }

.breadcrumb-bg {
    background: #049298;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.breadcrumbs {
    height: 80px;
    padding: 0;
    color: #049298 !important;
    font-size: 22px;
    font-weight: 400;
    background: #fff;
}

    .breadcrumbs .fa-check {
        /*color: rgba(4, 146,152,0.6);*/
    }

    .breadcrumbs a {
        text-decoration: none;
    }

    .breadcrumbs .step {
        height: 80px;
        padding-top: 12px;
        display: block;
        text-align: left;
        background: url(../img/arrow-unselected.png) no-repeat center right #fff;
    }

        .breadcrumbs .step span {
            display: block;
            font-size: 18px;
            margin-top: -2px;
            font-weight: 300;
        }

    .breadcrumbs .complited {
        background: #049298;
        color: #fff;
    }

    .breadcrumbs .active {
        background: url(../img/arrow-selected.png) no-repeat center right #049298;
        color: #fff;
    }

    .breadcrumbs .finished {
        background: url(../img/arrow-standalone.png) no-repeat center right #049298;
        color: #fff;
    }

    .breadcrumbs .tickedStep {
        background: url(../img/arrow-standalone.png) no-repeat center right #049298;
        color: #ffffff;
    }

.x-table {
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
}

.x-table-header {
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}

.x-table-fu.x-table-results .dropzone-icon,
.x-table-fu.x-table-results .dropzone-text,
.x-table-fu.x-table-results .dropzone-opt,
.x-table-fu.x-table-results .dropzone-opt-text,
.x-table-fu.x-table-results .dropzone-bottom-desc,
.dropzone-top-text-2,
.dropzone-text-2 {
    display: none;
}

.x-table-fu {
    background: #F6FAFE;
}

    .x-table-fu.x-table-results #dropzone {
        height: 70px;
    }

    .x-table-fu.x-table-results .dropzone-icon,
    .x-table-fu.x-table-results .dropzone-text,
    .x-table-fu.x-table-results .dropzone-opt,
    .x-table-fu.x-table-results .dropzone-opt-text,
    .x-table-fu.x-table-results .dropzone-bottom-desc,
    .dropzone-top-text-2, .dropzone-text-2 {
        display: none;
    }

    .x-table-fu.x-table-results .dropzone-text-2 {
        display: block;
    }

    .x-table-fu.x-table-results .dropzone-top-text-2 {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #727A80;
        padding: 20px 20px 0;
    }

        .x-table-fu.x-table-results .dropzone-top-text-2 .fa {
            font-size: 36px;
            margin-right: 10px;
        }

    .x-table-fu.x-table-results .dropzone-text-2 {
        font-size: 26px;
        padding-top: 17px;
    }

        .x-table-fu.x-table-results .dropzone-text-2 .fa {
            font-size: 34px;
            margin-right: 10px;
            vertical-align: middle;
        }

.flat-search input {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px 0 0 5px;
    height: 40px;
    width: 250px;
}

.flat-search button {
    height: 40px;
    background: #00A7D4;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border: none;
    padding: 5px 15px;
    font-size: 18px;
    margin-left: -5px;
}

.breadcrumb {
    margin-bottom: 0px !important;
}
/*Timeout Modals*/

.modal-header {
    background: #049298 !important;
    border-radius: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.modal-footer button {
    background: #265B80 !important;
    border-radius: 3px;
    border-bottom: none;
}

    .modal-footer button:hover {
        background: #049298 !important;
        border-radius: 3px;
        border-bottom: none;
    }

    .modal-footer button:focus {
        background: #049298 !important;
        border-radius: 3px;
        border-bottom: none;
    }

    .modal-footer button:active {
        background: #049298 !important;
        border-radius: 3px;
        border-bottom: none;
    }

.modal-footer {
    border: none;
}

.modal-content {
    border-radius: 0px;
}

.modal-dialog {
    z-index: 1100;
    display: block;
}

.modal-content {
    display: block;
}

.modal-backdrop.fade.in {
    display: block;
}

#timeoutWindow {
    display: block;
}

.case-actions-buttons {
    margin-left: 25%;
    text-decoration: none;
}

    .case-actions-buttons a {
        text-decoration: none;
    }

    .case-actions-buttons .fa {
        margin-right: 35px;
        cursor: pointer;
        color: #C8CDD1;
        font-size: 18px;
        margin-top: 4%;
    }

        .case-actions-buttons .fa:hover, .to-pin .fa:hover {
            color: #3B6B8C;
            cursor: pointer;
            text-decoration: none;
        }

.panel-heading-dropdown select {
    background: #9CA2A6;
    font-size: 16px !important;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold !important;
    width: 350px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    text-shadow: none;
}

    .panel-heading-dropdown select:focus {
        background: #9CA2A6;
        font-size: 16px !important;
        border: 1px solid #fff;
        color: #fff;
        font-weight: bold !important;
        width: 350px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        text-shadow: none;
    }

.panel-heading-dropdown option {
    background: #fff;
    font-weight: bold;
    color: #666;
}

.panel-heading-dropdown-user select {
    /*background:#9CA2A6;
    font-size: 16px !important;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold!important;

	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-shadow: none;*/
}

    .panel-heading-dropdown-user select:focus {
        /*background:#9CA2A6;
    font-size: 16px !important;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold!important;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-shadow: none;*/
    }

.panel-heading-dropdown-user .custom-select-container.frontend-table-container {
    top: 0px;
    border-top: 1px solid #049298;
    border-bottom: 1px solid #049298;
    border-left: 0px;
    border-right: 0px;
}

.panel-heading-dropdown-user option {
    background: #fff;
    font-weight: bold;
    color: #666;
}

.dashboard-expander {
    border-color: #fff transparent transparent;
    border-width: 8px 6px;
}

.dashboard-expander-icon {
    width: 20px;
    height: 20px;
    float: right;
    right: 22px !important;
    position: relative !important;
    z-index: 5000;
    background-color: #9CA2A6;
}

.pins:hover {
    cursor: pointer;
}

/*Content from New.css 23/03/2015*/

.flat-search {
    margin-left: 15px;
}

.xtable-table .sort .fa, .xtable-table .sort:hover .fa, .cases-table .sort .fa, .cases-table .sort:hover .fa {
    color: #d8dcdf;
}

.lined-rows .panel-body .row {
    border-bottom: 1px solid #eee;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.no-margin {
    margin: 0px !important;
}

.padding-right-55 {
    padding-right: 55px;
}

.margin-top-15 {
    margin-top: 15px;
}

.code-sample {
    margin-bottom: 10px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.padding-top-22 {
    padding-top: 22px;
}

.no-bullet {
    list-style-type: none;
}

.widget-container .no-bullet {
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 25px;
}

.code-sample pre {
    font-family: inherit;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    color: inherit;
    font-size: inherit;
}

.cell-padding-top-20 td {
    padding-top: 20px;
}

.padding-right-15 {
    padding-right: 15px;
}

.bold {
    font-weight: bold;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-65 {
    width: 65%;
}

.widget-container .float-start {
    padding-top: 30px;
    padding-bottom: 47px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 10px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.users-table {
    font-size: 14px !important;
}

.no-show {
    display: none;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.users-table th {
    border-bottom: 0px !important;
}

.users-table tr.filter-row td, .users-table tr.filter-row:hover td {
    background-color: #517C99 !important;
}

.users-table tr:hover td {
    background: #C8E9F6 !important;
    color: inherit !important;
}

.panel .panel-body table.cases-table th {
    border-bottom: 0px !important;
}

.filter-row .panel-heading-dropdown {
    margin-left: 0px;
    width: 100% !important;
}

.account-details-form .form-element {
    padding-bottom: 20px;
}

.account-details-form .label-container {
    padding-right: 30px;
    display: inline-block;
}

.account-details-form .input-container {
    display: inline-block;
}

.form-element {
    text-align: right;
}

.account-details-form .big-primary-button, .account-details-form .small-primary-button {
    margin-left: 20px;
}

.account-details-form {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .account-details-form .small-field {
        width: 70px;
    }

    .account-details-form .long-field, .account-details-form .input-small-container {
        width: 270px;
    }

    .account-details-form .button-container {
        margin-top: 35px;
        overflow: auto;
    }

.margin-right-80 {
    margin-right: 80px;
}

.readonly {
    cursor: default !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #ccc !important;
}

    .readonly:focus {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border-color: #ccc !important;
    }

.full-width {
}

.download-example {
    margin-right: 15px;
}

.block-element {
    display: block;
}

.green-heading-block, .xs-green-heading-block {
    color: #535353;
    background-color: #C1E4E6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.full-width {
    width: 100%;
}

.widget-container {
    background-color: #F6FAFE;
    /*height: 470px;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

#displayWidget {
    position: relative;
    top: -10px;
}

    #displayWidget i {
        margin-right: 10px;
    }

.widget-tab {
    color: #00A7D4;
    font-size: 12px;
    padding: 6px 7px;
    display: inline-block;
    margin-top: 8px;
    cursor: pointer;
}

.widget-header {
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #d1d5da;
    font-size: 24px;
}

.widget-tab.current-tab, .widget-tab:hover {
    background-color: #00A7D4;
    color: #fff;
}

.xs-green-heading-block {
    margin-top: 40px;
    margin-bottom: 0px;
}

.green-heading-block .body-subtitle {
    margin-bottom: 0px;
}

.margin-right-10 {
    margin-right: 10px;
}

.smaller-button-size {
    font-size: 12px;
}

.green-body-block {
    color: #fff;
    background-color: #9CCA62;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 15px;
}

    .green-body-block.full-width {
        font-size: 16px !important;
    }

        .green-body-block.full-width .bold {
            margin-bottom: 2px;
            padding-bottom: 3px;
            display: block;
        }

.toggle-bar-arrows {
    font-size: 24px;
    position: relative;
}

    .toggle-bar-arrows .fa, .open-toggle-bar .toggle-bar-arrows .fa-angle-up {
        position: absolute;
        top: -2px;
        right: 15px;
    }

    .toggle-bar-arrows .fa-angle-up, .open-toggle-bar .toggle-bar-arrows .fa-angle-down {
        top: 12px;
    }

.open-toggle-bar .no-show {
    display: block !important;
}

.green-body-block strong, .green-body-block p, .green-body-block ol {
    display: block;
    margin-bottom: 20px;
}

.green-body-block .med-overlay-button {
    background-color: transparent;
}

.activation-notification {
    width: 245px;
    margin-right: 10px;
}

.mask-dark-green {
    width: 50%;
    position: absolute;
    right: 0px;
    height: 100%;
    background-color: #81B245;
    top: 0px;
}

.green-body-block ol {
    margin-left: 23px;
    font-weight: bold;
}

.green-body-block .disabled {
    color: #c0d896 !important;
    border: 1px solid #c0d896 !important;
    padding: 8px 20px 6px 20px !important;
}

@media screen and (max-width: 991px) {
    .activation-notification {
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .xs-dark-green-mask {
        background-color: #81B245;
    }

    .xs-dark-green-mask {
        padding-bottom: 40px;
        padding-top: 0px;
    }

        .xs-dark-green-mask.first-mask {
            padding-top: 40px !important;
            padding-bottom: 0px !important;
        }

    .green-body-block {
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 569px) and (max-width: 767px) {
    .step {
        font-size: 20px !important;
        padding-top: 25px !important;
    }
}

@media screen and (max-width: 568px) {
    .step {
        font-size: 20px !important;
        padding-top: 12px !important;
    }
}

@media screen and (max-width: 1200px) {
    .smaller-button-size {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .margin-right-80 {
        margin-right: 50px;
    }
    /*.widget-container {
        height: 527px !important;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .account-details-form .long-field, .account-details-form .input-small-container {
        width: 210px;
    }

    .account-details-form .field-validation-error {
        left: 230px !important;
    }

    .margin-right-80 {
        margin-right: 0px;
    }
    /* .widget-container {
        height: 607px !important;
    }*/
    .widget-container .margin-left-20, .widget-container .margin-left-15 {
        margin-left: 0px !important;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .account-details-form {
        padding-top: 20px !important;
    }

    .label-container, .input-container {
        width: 100% !important;
        text-align: left;
    }

    .button-container {
        margin-top: 20px !important;
    }

    .input-container .long-field {
        width: 100% !important;
    }

    .margin-right-80 {
        margin-right: 0px;
    }
}

@media screen and (max-width: 362px) {
    .button-container button {
        width: 100% !important;
    }

    .button-container .small-tertiary-button {
        margin-top: 10px;
    }
}

.filter-row .panel-filter-text {
    width: 100%;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 15px;
    background-color: transparent;
    text-shadow: none;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    padding-top: 4px;
}

.filter-row .panel-heading-dropdown .button {
    width: 100% !important;
}

.locked .fa-lock {
    display: inline-block !important;
}

.locked td {
    color: #d3d2d8 !important;
}

.locked .fa-unlock-alt {
    display: none;
}

.filter-row input, .filter-row .button {
    font-size: 14px !important;
}

.action .fa {
    color: #C8CDD1;
    cursor: pointer;
}

.margin-left-10 {
    margin-left: 10px;
}

.actions .fa {
    cursor: pointer;
}

.action .fa-lock, .action .fa-unlock-alt {
    /* margin-left: 20px;*/
}

.action .fa-lock {
    color: #D04F4F;
    cursor: pointer;
}

.action .fa-pencil.edit, .action .fa-pencil:hover {
    color: #265B80;
}

.panel-hidden .bottom-collapse .fa-angle-up {
    display: none;
}

.panel-hidden .bottom-collapse .fa-angle-down {
    display: inherit;
}

.xtable-table .sort.sort-asc .fa-sort-asc, .xtable-table .sort.sort-desc .fa-sort-desc, .cases-table .sort.sort-asc .fa-sort-asc, .cases-table .sort.sort-desc .fa-sort-desc {
    color: #F6FAFE !important;
}

.fa-sort-asc {
    margin-left: 11px !important;
}

.users-table th {
    background-color: #aeb5b9 !important;
}

.bottom-collapse {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 !important;
    color: #ccc;
    cursor: default !important;
    font-size: 32px;
    height: 32px;
    line-height: 1;
    text-align: center;
}

.cases-table .sort .fa, .cases-table .sort:hover .fa {
    font-size: 18px;
}

.no-shadow {
    box-shadow: none !important;
}

.cases-table .sort:hover, .users-table .sort:hover {
    text-decoration: underline;
}

.max-120, .case-types-dropdown .button {
    max-width: 120px;
}

.bottom-collapse .fa-angle-down {
    display: none;
}

.sort {
    cursor: default;
}

.row-sub td {
    background-color: #FFF !important;
}

.filter-row td {
    border-bottom: 0px !important;
}

.cases-table .sub-actions-buttons .fa {
    font-size: 14px !important;
}

.panel-body {
    padding-bottom: 0px;
}

    .panel-body.padding-bottom-20 {
        padding-bottom: 20px;
    }

table.universal-table td, table.universal-table th {
    word-wrap: break-word;
}

.cases-table th.sort {
    background-color: #aeb5b9 !important;
}

@media screen and (min-width: 1201px) {
    .shorter-filter-field {
        width: 65% !important;
        ;
    }

    .col1 {
        width: 12.5%;
    }

    .col2 {
        width: 18%;
    }

    .col3 {
        width: 30%;
    }

    .col4 {
        width: 16.5%;
    }

    .col5 {
        width: 23%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .col1 {
        width: 18%;
    }

    .col2 {
        width: 18%;
    }

    .col3 {
        width: 44%;
    }

    .col4 {
        width: 18%;
    }

    .col5 {
        width: 12%;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .search-container {
        margin-top: 20px;
    }

    .col1 {
        width: 22%;
    }

    .col2 {
        width: 23%;
    }

    .col3 {
        width: 24%;
    }

    .col4 {
        width: 15%;
    }

    .col5 {
        width: 16%;
    }
}

@media screen and (max-width: 768px) {
    .search-container {
        margin-top: 20px;
    }

    .col1, .col2, .col3, .col4, .col5 {
        width: 20%;
    }
}

.widget-drop-list {
    background-color: #fff;
}

.widget-drop-button {
    outline: none;
    height: 34px;
}

.focussedDrop button {
    border-left-color: #00a7d4 !important;
    background-color: #00a7d4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.widget-drop-button {
    border: 1px solid transparent;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #7d7a80;
    background-color: transparent;
    font-size: 16px;
    width: 32px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
    padding-top: 4px;
    line-height: 23px;
    padding-bottom: 5px;
}

.widget-drop-list {
    z-index: 500;
}

.widget-drop-text {
    border: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #555;
    font-size: 14px;
    height: 34px;
    margin-right: -6px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

.widget-drop-focus .widget-drop-elements {
    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);
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
}

.widget-drop-list {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    display: none;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    text-align: left;
    z-index: 100;
}

    .widget-drop-list div.widget-clickable {
        font-size: 14px;
        overflow: hidden;
        padding-bottom: 6px;
        padding-left: 32px;
        padding-right: 40px;
        padding-top: 6px;
        text-overflow: ellipsis;
    }

        .widget-drop-list div.widget-clickable:hover {
            background-color: #00a7d4 !important;
            color: #fff !important;
        }

        .widget-drop-list div.widget-clickable.chosen {
            padding-left: 7px;
        }

            .widget-drop-list div.widget-clickable.chosen:before {
                content: "\f00c";
                font-family: FontAwesome;
                margin-right: 10px;
            }

.widget-drop-button {
    border-left-color: #d2d3d4;
}

.widget-drop-focus button.widget-drop-elements {
    background-color: #00a7d4;
    color: #fff;
    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);
}

.widget-drop-button .fa-caret-up {
    top: -2px;
    left: 0px;
    position: relative;
}

.widget-drop-button .fa-caret-down {
    position: relative;
    left: 0px;
    top: -13px;
}

.slide-head {
    background-color: #00A7D4;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 5px 21px;
    font-weight: bold;
    position: relative;
}

.widget-drop-text {
    background-color: #fff !important;
}

.focussedDrop button i {
    color: #fff !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.drop-cont {
    position: relative;
    margin-bottom: 15px;
}

    .drop-cont .form-control[disabled], .drop-cont .form-control[readonly], .drop-cont fieldset[disabled] .form-control {
        cursor: pointer !important;
        display: inline-block;
    }

.widget-drop-button {
    -webkit-transition: background-color ease-in-out .1s, color ease-in-out .15s, border-color ease-in-out .15s;
    -o-transition: background-color ease-in-out .1s, color ease-in-out .15s, border-color ease-in-out .15s;
    transition: background-color ease-in-out .1s, color ease-in-out .15s, border-color ease-in-out .15s;
}

.widget-drop-button {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 21px;
}

.widget-drop-text {
    padding-right: 40px;
}

.widget-drop-list div.widget-clickable {
    font-size: 13px;
}

.slide-toggle {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 28px;
    line-height: 30px;
    cursor: pointer;
}

.widget-clickable {
    cursor: pointer;
}

.clear {
    clear: both;
}

.out .fa-angle-left {
    display: none;
}

.in {
}

    .in .fa-angle-right {
        display: none;
    }

.slide-toggle .fa-cog {
    font-size: 20px !important;
    position: relative;
    top: -2px;
    left: -3px;
}

.slide-toggle .fa-angle-left {
    position: relative;
    left: -6px;
}

.slide-section {
    padding: 15px 21px;
    border-bottom: 1px solid #ccc;
    padding-right: 40px !important;
}

.slide-out-panel {
    position: fixed;
    left: -215px;
    top: 50%;
    height: 400px;
    margin-top: -200px;
    width: 255px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 5px #999;
    background-color: #F6FAFE;
}

.slide-body {
    width: 100%;
}

#signedInAsUser {
    background: #EA930D;
    box-shadow: 0 1px 5px #555;
    z-index: 9999;
    position: absolute;
    top: 0px;
    display: none;
    left: 186px;
    width: 200px;
    height: 18px;
    padding: 2px 5px 5px 5px;
}

/* Slawek's changes 21.04 */
.buttons-footer a {
    margin-bottom: 5px;
}

    .buttons-footer a.small-primary-button {
        top: -1px;
        margin-top: 0;
    }

.panel .buttons-footer {
    height: auto;
}

/* New Account Details page */
.block-odd, .block-even {
    position: relative;
}

.link {
    color: #00a7d4;
    text-decoration: none;
}

    .link:hover {
        color: #00a7d4;
    }

.bold {
    font-weight: bold;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-1 {
    margin-top: 10px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-1 {
    margin-bottom: 10px;
}

.margin-bottom-2 {
    margin-bottom: 20px;
}

.margin-right-1 {
    margin-right: 10px;
}

.margin-right-2 {
    margin-right: 20px;
}

.margin-left-1 {
    margin-left: 10px;
}

.margin-left-2 {
    margin-left: 20px;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-1 {
    padding-top: 10px !important;
}

.padding-top-2 {
    padding-top: 20px !important;
}

.padding-top-3 {
    padding-top: 30px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-1 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-2 {
    padding-bottom: 20px !important;
}

.padding-bottom-3 {
    padding-bottom: 30px !important;
}

.inline-block {
    display: inline-block;
}

.password-change-block {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    display: none;
}

    .password-change-block .hidden-error.error-msg {
        top: 0;
        margin-top: -4px;
        right: -110px;
    }

    .password-change-block .hidden-error.error-tooltip {
        right: -580px;
    }

    .password-change-block .arrow-left {
        /*background-image: url('../img/left-arrow.png');*/
        width: 20px;
        height: 33px;
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: -20px;
    }

    .password-change-block .password-changes-discard {
        padding: 8px 20px 6px;
    }

#changePasswordButton {
    padding: 5px 20px 5px 20px;
    vertical-align: middle;
    font-size: 15px;
    cursor: pointer;
}

.pending .fa, .not_started .fa {
    color: #ea930d;
    margin-right: 10px;
}

.enrolling .fa, .ready_to_enroll .fa {
    color: #80b147;
    margin-right: 10px;
}

.ending .fa, .enrollment_ended .fa {
    color: #aa1815;
    margin-right: 10px;
}

.implementing .fa, .all .fa {
    color: #059DA3;
    margin-right: 10px;
}

#tblNewServer .field-validation-error, table .field-validation-error, .account-details-form .field-validation-error {
    background: #aa1815;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    /*box-shadow: 0 2px 15px #111;*/
    position: absolute;
    top: -55px;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
}

.account-details-form .field-validation-error {
    left: 290px;
    text-align: left;
    top: -2px;
    z-index: 1000;
}

    .account-details-form .field-validation-error:before {
        content: "\f0d9";
        font-family: FontAwesome;
        color: #aa1815;
        position: absolute;
        left: -8px;
        font-size: 25px;
        top: 3px;
    }

    .account-details-form .field-validation-error span.field-validation-error {
        text-shadow: none;
    }

.login-form-login .field-validation-error {
    padding-bottom: 20px;
    display: block;
}

#tblNewServer .field-validation-error:after, table .field-validation-error:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    bottom: -21px;
    left: 20px;
    font-size: 25px;
    color: #aa1815;
}

@media (min-width: 1200px) {
    .password-change-block .hidden-error.error-tooltip {
        width: 100%;
    }

    .inline {
        display: inline !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .password-change-block .hidden-error.error-tooltip {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .password-change-block .hidden-error.error-tooltip {
        width: 100%;
    }
}

.margin-left-10 {
    margin-left: 10px;
}
/* End New Account Details page */
.padding-right-6 {
    padding-right: 6% !important;
}

.icon-20 .fa {
    font-size: 20px;
    cursor: pointer;
    color: #ccc;
}

    .icon-20 .fa:hover {
        color: #3B6B8C;
    }

.icon-20 .fa-pencil, .icon-20 .fa-check {
    margin-right: 10px;
}

.editing .fa-pencil, .editing .fa-trash-o {
    display: none;
}

.editing .fa-check, .editing .fa-times {
    display: inline-block;
}

.cellpadding-10 td {
    padding-bottom: 20px;
}

.sticky-bar {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 1000;
    box-shadow: 0 5px 8px #333;
    padding-top: 10px;
    padding-bottom: 5px;
}

/* Start of Cors */
.corstable td {
    font-size: 14px;
}

.cors3rd {
    width: 7em;
}
.cors .form-control
{
    height:34px;
    font-size:14px;
}
/* End of Cors */

@media (max-width: 580px) {
    .error-image img {
        width: 100% !important;
    }
}

.census-record-success {
    color: #80b147;
    margin-right: 10px;
}

.census-record-warning {
    color: #ea930d;
    margin-right: 10px;
}

.census-record-error {
    color: #aa1815;
    margin-right: 10px;
}

.census-record-neutral {
    color: #059DA3;
    margin-right: 10px;
}

/* Migration Api Reference Toggle */

.show-optional .api-obj-required-false {
    display: block;
}

.hide-optional .api-obj-required-false {
    display: none;
}

.optional {
    color: orange;
    font-size: 8px;
    position: relative;
    top: -2px;
}

/* Widget Embed, Select Product Dropdown */
.frontend-standard-dropdown {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 5px;
}

::-webkit-input-placeholder {
    color: #F6FAFE;
}

:-moz-placeholder { /* Firefox 18- */
    color: #F6FAFE;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #F6FAFE;
}

:-ms-input-placeholder {
    color: #F6FAFE;
}

.pins.fa.fa-thumb-tack {
    font-size: 20px;
}

.history-row a:hover {
    color: #00A7D4;
}

#btnFindOutMore {
    margin-top: 15px;
}

#btn-toggle-title {
    font-size: 20px;
    background: transparent;
    border: none;
    margin-top: 5px;
}

.font-24 {
    font-size: 24px;
}

.copy-button {
}

.cancel-completion-modal {
}

.hiddenStatus {
    display: none;
}

.linkCursor {
    cursor: pointer;
}

.normalCursor {
    cursor: auto;
}

.mobile-logo-center {
    float: right;
    margin-right: 33%;
}

.app-div-product-color {
    color: #7F2725;
}

.widget-image-placing {
    padding-top: 17px;
    padding-left: 110px;
}

.height-100 {
    height: 100%;
}


/*
Start of the Re-skin Classes
*/

.step-left {
    background: #fff;
    padding: 0;
}

.step-right {
    background: #F6FAFE;
    padding: 0;
}

.step-padding-30 {
    padding: 30px 0px;
}
#endpoint p,
#welcomeMessage {
   text-align:left!important;
   margin-left:0!important;
   padding-left:0!important;

   
}

    #welcomeMessage a {
        text-decoration: none;
    }

        #welcomeMessage a:hover, a:active, a:focus {
            text-decoration: none;
            color: inherit;
        }

        #welcomeMessage a:visited {
            color: white;
        }

    #caseManagementWelcome {
       
        font-size: 18px;
        font-weight: 300;
        margin: 0!important;
        padding:0!important;
    }

        #caseManagementWelcome a {
            text-decoration: none;
            color: inherit;
        }

        #caseManagementWelcome a:hover, a:active, a:focus {
            text-decoration: none;
            color: inherit;
        }

        #caseManagementWelcome a:visited {
            color: white;
        }

.breadcrumb-check {
    float: right;
    vertical-align: baseline;
    font-size: 28px;
    margin-top: 14px;
    margin-right: 10px;
}

#logo {
    height: 35px;
}

.active-link {
    /*border-bottom: 5px solid rgba(255, 255, 255, .8) !important;*/
}

.zip-download {
    background: #E9EEF2;
    padding: 15px 20px;
}

.copy-button .fa-file {
    margin-right: 5px;
}

#goToSdk {
    margin-left: 15px;
}

#improvementMessage {
    background: transparent;
    color: #ffffff;
    border: 1px solid #fff;
}

.sliding-middle-out {
    display: inline-block;
    position: relative;
}

    .sliding-middle-out:after {
        content: '';
        display: block;
        margin: 6px auto auto auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
        background: rgba(255, 255, 255, .8);
    }

    .sliding-middle-out:hover:after {
        width: 100%;
        background: rgba(255, 255, 255, .8);
    }


.step-overview {
    padding: 0px 20px 0px 0px;
}

.step-overview-entities {
    padding: 0px 20px 0px 0px;
}

#footer-logo-title {
    margin-top: 24px;
    color: #fff;
    margin-left: 15px !important;
    font-size: 22px;
    text-shadow: none;
}

#footer-notes {
    margin-top: 15px;
}

    #footer-notes p {
        font-size: 10px;
    }

#btnSubmitFeeback {
    width: 25% !important;
    min-width: 100px;
    margin-top: 8px;
    font-size: 14px;
    float: right !important;
}
.small-primary-button
{
    width: 25% !important;
    min-width: 90px;
   
    text-align: center !important;
  
}
.footer-middle .footer-link,
.footer-middle .links-set-title {
    text-align:left;
}
.row.align-items-start {
  align-items:flex-start !important
}

.flow-padding-none {
    padding-left: 0px;
}

.errors-header {
    font-size: 16px;
    margin-top: 10px;
}

.step-header-title {
    font-size: 22px;
    font-weight: 400;
    color: #535353;
    padding-bottom: 20px;
}

.step-header-content {
    font-weight: 400;
    font-size: 16px;
    color: #535353;
}

.step-header-content-step-list {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
}

.step-header-content strong {
}
/*
Start of the Re-skin Classes
*/

.step-left {
    background: #fff;
    padding: 0;
}

.step-right {
    background: #F6FAFE;
    padding: 0;
}

.step-padding-30 {
    padding: 30px 0px;
}

#welcomeMessage {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

    #welcomeMessage a {
        text-decoration: none;
    }

        #welcomeMessage a:hover, a:active, a:focus {
            text-decoration: none;
            color: inherit;
        }

.breadcrumb-check {
    float: right;
    vertical-align: baseline;
    font-size: 28px;
    margin-top: 14px;
    margin-right: 10px;
}


.noSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.userActions {
    position: fixed;
    list-style: none;
    font-size: 12px;
    z-index: 2000;
    border-radius: 5px;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    position: absolute;
    min-width: 140px;
    margin-left: -43px;
    z-index: 2000;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.padding-left-25 {
    padding-left: 25px;
}

#left-list-container {
    padding-left: 3px;
}

.login-left-header {
    color: #265B80;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 34px;
}

#login-header-sub p {
    margin-top: 30px;
    font-size: 22px;
}

#login-panel-right p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

#login-panel-forgot {
    padding: 20px 30px 30px 30px;
}

    #login-panel-forgot p {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
    }

#login-panel-right {
    padding: 20px 30px 30px 30px;
    background: white;
}


.top-container {
    min-height: 850px;
    color: #535353;
}


#main-container {
    padding-top: 100px;
}

.input-field label {
    left: 0;
    color: #535353;
    font-size: 14px;
}

label {
    font-weight: 500;
    font-size: 14px;
}

.input-field label.active {
    font-size: 12px;
}

#login-header-sub {
    padding-left: 0;
    padding-right: 0;
}

#forgotLoginDetails {
    color: #265b80;
    font-size: 14px;
}

.login-forgot-link {
    padding-left: 0px;
    padding-right: 0px;
}

.login-button {
    margin-top: 20px;
}

.text-danger {
    color: #de0000;
    font-size: 14px;
}

.input-validation-error {
    margin: 0 0 5px 0;
}

input[type=text], input[type=password], input[type=email] {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.input-field input[type=text]:focus + label {
    color: #049298;
}

.input-field input[type=text]:focus {
    border-bottom: 1px solid #049298;
    box-shadow: 0 1px 0 0 #049298;
}

.input-field {
    margin-top: 20px;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    visibility: visible;
    left: 0;
    margin-top: 7px;
}

.forgot-section {
    /*min-height: 380px;*/
}

.displayedProduct {
    color: #7F2725;
}

.close:hover {
    color: #fff;
    opacity: 1;
}

.close {
    color: #fff;
    opacity: 1;
}

.no-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
}

.nicescroll-cursors {
    /*width: 10px !important;
    background: rgb(4, 146, 152) !important;
    border: none !important;*/
}

.p-no-margin-bottom {
    margin-bottom: 0;
}

#improvementMessage::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#improvementMessage:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1.0);
}

#improvementMessage::-moz-placeholder {
    color: rgba(255,255,255, 0.7);
}

#improvementMessage:focus::-moz-placeholder {
    color: rgba(255,255,255, 1.0);
}

#improvementMessage {
    height: 81px;
}

.customizeAppCodeBox {
    margin-left: 15px;
    width: 765px;
}

input[type=text].valid {
    border-bottom: 1px solid #9e9e9e;
    box-shadow: 0 1px 0 0 #9e9e9e;
}

input#Email.validate.input-validation-error {
    border-bottom: 1px solid #de0000;
    box-shadow: 0 1px 0 0 #de0000;
}

input#forgotEmail.validate.input-validation-error {
    border-bottom: 1px solid #de0000;
    box-shadow: 0 1px 0 0 #de0000;
}

.users-table th {
    background-color: #678CA6 !important;
}

.censusPagination {
    font-size: 16px;
    overflow: visible;
    background: #678CA6;
}

    .censusPagination > ul > li {
        text-decoration: none !important;
        color: #fff;
        margin: 4px;
        margin-left: 1px;
        margin-right: 1px;
        padding: 4px;
        width: 28px;
        text-align: center;
        border-radius: 3px;
    }

        .censusPagination > ul > li.active {
            background-color: #3B6B8C;
            color: #fff;
            width: 28px;
            text-align: center;
        }

        .censusPagination > ul > li:hover {
            background-color: #3B6B8C;
            text-decoration: none !important;
            cursor: pointer;
        }

    .censusPagination > ul {
        display: table;
        padding: 0 !important;
        margin: 0 !important;
    }

        .censusPagination > ul > li > a:hover {
            color: #fff;
            text-decoration: none !important;
            cursor: pointer;
        }

    .censusPagination > ul {
        list-style: none;
    }

        .censusPagination > ul > li {
            list-style: none;
            float: left;
        }

    .censusPagination ul li:first-child {
        background: #E0E9F1;
    }

        .censusPagination ul li:first-child a i {
            color: #3B6B8C;
            padding: 3px 3px 3px 3px;
        }

        .censusPagination ul li:first-child i {
            color: #3B6B8C;
        }

    .censusPagination ul li:last-child {
        background: #E0E9F1;
    }

        .censusPagination ul li:last-child a i {
            color: #3B6B8C;
            padding: 3px 3px 3px 3px;
        }

        .censusPagination ul li:last-child i {
            color: #3B6B8C;
        }

.divScroll {
    height: 805px;
    background: #ffffff;
    min-height: 805px;
    margin-top: 40px;
}

input[type=password].valid {
    border-bottom: 1px solid #9e9e9e !important;
    box-shadow: 0 1px 0 0 #9e9e9e !important;
}

#timeoutWindow_title {
    font-size: 16px;
    color: #fff;
}

.bootstrap-dialog-message {
    font-size: 16px;
}

.previewStepText {
    font-weight: 300;
    font-size: 18px;
}

.previewStepCheckBox {
    position: relative;
    top: 4px;
    font-size: 24px;
    margin-left: 5px;
    margin-right: 30px;
    cursor: pointer;
}

.alignPreviewSteps {
    position: relative;
    top: 8px;
}

#btnPleaseContactMe_Dummy.notAllowed {
    background: #678CA6;
    cursor: not-allowed;
}

input#Email {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#rememberMe {
    color: #535353;
}

.censusPagination ul li:first-child,
.censusPagination ul li:last-child {
    width: 45px;
}

.current.previous,
.page-link.previous,
.current.nextt,
.page-link.nextt,
.current.prev,
.page-link.prev,
.current.next,
.page-link.next {
    color: #3B6B8C;
}

    .current.previous:hover,
    .page-link.previous:hover,
    .current.nextt:hover,
    .page-link.nextt:hover,
    .current.prev:hover,
    .page-link.prev:hover,
    .current.next:hover,
    .page-link.next:hover {
        color: #3B6B8C;
    }
/* This targets the Tempus Dominus calendar */
.custom-blue {
    border: 1px solid #15b5c0;
    border-radius: 6px;
}

    .custom-blue .form-control {
        border: none;
    }

    .custom-blue .input-group-text {
        border: none;
    }
/* Style the main popup */
.tempus-dominus-widget {
    background-color: #232B38 !important;
    border-radius: 8px !important;
    border: 1px solid #15b5c0 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

    /* Style the header */
    .tempus-dominus-widget .td-header {
        background-color: #15b5c0 !important;
        border-radius: 8px 8px 0 0 !important;
        color: #fff !important;
        font-weight: 600 !important;
    }

    /* Style the calendar grid */
    .tempus-dominus-widget .calendar {
        background-color: #232B38 !important;
    }

    /* Style the date container (if present) */
    .tempus-dominus-widget .date-container {
        background-color: #232B38 !important;
        color: #fff !important;
    }

    /* Style collapsed sections (if present) */
    .tempus-dominus-widget .td-collapse.show {
        background-color: #232B38 !important;
        color: #fff !important;
        border-radius: 0 0 8px 8px !important;
    }



.dropdown-menu {
    z-index: 9999 !important;
}

    .dropdown-menu .dropdown-item {
        text-align: center !important;
    }

actionsForUser {
    line-height: 1 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#topMenu {
    display:flex;
    margin:0;
    padding:0;

   
}

    #topMenu .nav-link {
        font-size: 15px;
        padding: 6px 20px !important;
        
    }
    #topMenu .nav-item{
        display:inline-block;
    }

        #topMenu .nav-link:hover {
            text-decoration: underline;
        }

    #topMenu .nav-link-active {
        font-weight: bold;
        text-decoration: underline;
    }

    #topMenu .nav-link span {
        position: relative;
        display: inline-block;
        padding-bottom: 2px;
    }

        #topMenu .nav-link span::after {
            content: "";
            position: absolute;
            width: 0%;
            height: 2px;
            bottom: 0;
            left: 50%;
            background-color: #fff;
            transition: all 0.50s ease-in-out;
            transform: translate(-50%)
        }

    #topMenu .nav-link:hover span::after {
        width: 100%;
    }

    #topMenu .nav-link-active span {
        width: 0 !important
    }

    #topMenu .nav-link,
    .float-end .dropdown-toggle {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        line-height: 20px !important;
    }

.float-end,
.float-end .dropdown {
    display: flex !important;
    align-items: center !important;
}

.dropdown-toggle {
    padding-top: 7px !important;
    padding-bottom: 5px !important;
}


/*Test Boot5*/
/* Color Variables */
/* Color Variables */
:root {
    --primary-blue: #003b5c;
    --secondary-blue: #2c5f7f;
    --teal: #17a2b8;
    --light-blue: #b8dce8;
    --orange: #ff8c00;
}

/* Base Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Bootstrap 3 to 5 Migration Helpers */
.pull-start {
    float: left !important;
}

.pull-end {
    float: right !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.text-end {
    text-align: right !important;
}

.text-start {
    text-align: left !important;
}

.visible-xs {
    display: none !important;
}

@media (max-width: 767.98px) {
    .visible-xs {
        display: block !important;
    }

    .d-none-xs {
        display: none !important;
    }
    .small-primary-button,
    #btnSubmitFeeback {
        width: auto !important;
        float: none !important;
    }
    .footer-middle,
    .footer-column{
        margin-top:0;
    }
}

.d-xs-flow-padding-none {
    display: block;
}

/* Container Styles */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.flow-padding-none {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

/* Header Styles */
.header-container {
    background: linear-gradient(135deg, #2c5f7f 0%, #3d7599 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 15px 0;
}

#logout {
    padding: 10px 15px;
}

/* Page Title Section */
.page-title {
    background: linear-gradient(135deg, #2c5f7f 0%, #3d7599 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: white;
}

.b-title {
    padding: 15px 0;
    margin: 0;
}

#welcomeMessage {
    color: white;
    font-size: 0.95rem;
    padding: 8px 15px;
    margin: 0;
}

/* Navigation Tabs */
.nav-tabs {
    border: none;
    float: right;
    margin: 0;
    padding: 0 15px;
}

    .nav-tabs .navigation {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 2rem;
    }

    .nav-tabs li {
        display: inline-block;
    }

        .nav-tabs li a {
            color: white !important;
            text-decoration: none;
            padding: 8px 0;
            border: none;
            background: transparent;
            transition: color 0.3s ease;
        }

            .nav-tabs li a:hover {
                color: #b8dce8 !important;
                background: transparent;
            }

        .nav-tabs li.active a {
            color: #b8dce8 !important;
            background: transparent;
            border: none;
        }

/* Row styles */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Column styles */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-5, .col-6,
.col-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-12 {
    width: 100%;
}

.col-6 {
    width: 50%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-5 {
    width: 41.66666667%;
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}

/* Dashboard Cards */
.dashboard-card {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .dashboard-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

.card-header-teal {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: white;
    font-weight: 400;
    padding: 0.75rem 1rem;
    border: none;
}

/* Table Styles */
.table-card {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.table-header {
    background: linear-gradient(135deg, #2c5f7f 0%, #3d7599 100%);
    color: white;
    padding: 0.75rem 1rem;
    font-weight: 400;
}

.table-dark-blue {
    background: linear-gradient(135deg, #003b5c 0%, #0d4267 100%);
    color: white;
}

    .table-dark-blue th {
        border: none;
        padding: 0.75rem 1rem;
        font-weight: 400;
        vertical-align: top;
    }

    .table-dark-blue input,
    .table-dark-blue select {
        background-color: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.3);
        color: white;
        font-size: 0.875rem;
    }

        .table-dark-blue input::placeholder {
            color: rgba(255,255,255,0.7);
        }

    .table-dark-blue select {
        color: white;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    }

.table tbody tr {
    background-color: #ffffff;
}

    .table tbody tr:nth-child(even) {
        background-color: #f8f9fa;
    }

    .table tbody tr:hover {
        background-color: rgba(0,59,92,0.05);
    }

.table tbody td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}

/* Status Badge */
.status-badge {
    background-color: #f8f9fa;
    color: #333;
    padding: 0.4rem 0.75rem;
    border-radius: 20px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #ff8c00;
    border-radius: 50%;
}

/* Footer Styles */
.blue-container {
    background: linear-gradient(135deg, #003b5c 0%, #0d4267 100%);
    color: white;
}

.small-footer {
    padding: 20px 0;
    margin-top: 50px;
}

.links-set {
    color: white;
}

    .links-set a {
        color: white;
        display: block;
        padding: 5px 0;
        text-decoration: none;
    }

        .links-set a:hover {
            color: #b8dce8;
        }

.links-set-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

#footer-notes {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    margin-top: 15px;
}

#footer-logo-title {
    color: white;
    font-size: 1.2rem;
    padding-left: 10px;
    line-height: 40px;
}

/* Buttons */
.small-primary-button {
    background-color: #17a2b8;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .small-primary-button:hover {
        background-color: #138496;
    }

.login-button-overwrite {
    margin-top: 10px;
}

/* Form Controls */
textarea.form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

/* Dropdown */
.dropdown-toggle {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .dropdown-toggle:hover {
        background: rgba(255,255,255,0.2);
    }

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .nav-tabs {
        float: none;
        text-align: center;
    }

        .nav-tabs .navigation {
            justify-content: center;
            flex-wrap: wrap;
        }
}

/*footer
*/
.blue-container {
    background-color: #003b73;
    color: white;
}
.footer-blue {
    background-color: #003b73;
    color: white;
    width: 100%;
}

.footer-logo {
    height: 55px;
}
.footer-logo-block{
    padding-left:20px!important;
}
.footer-logo-block,
.footer-middle,
.footer-column {
    padding-top: -6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
}
.footer-middle {
    margin-top: -18px;
    padding-left: 0;
}
.footer-middle,
.footer-column {
   padding-top:1.3rem !important;
}
 .footer-logo-title {
        margin-left:0;
        align-self:center;
        display:inline-block;
        font-weight: 600;
        font-size:1.4rem;
        
}

.footer-copy {
    padding-left: 0;
    font-size: 10px;
    color: white;
    margin-top: 0.6rem;
    margin-left:8px;
    text-align: left;
    
}

.links-set-title {
    font-size: 18px;
    font-weight: 600;
    color:white;
}
.footer-logo-row {
    gap:12px;
}
.footer-logo-row img.footer-logo {
    margin-right:0.5rem;
    display:inline-block;
    vertical-align:middle;
    gap: 12px;
}

.footer-link {
    display: block;
    margin-bottom: 8px;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
    .footer-link:hover {
        text-decoration: underline;
    }
#improvementMessage
{
    margin-top:4px;
}
textarea#improvementMessage {
    resize: vertical;
}
.footer-middle{
    padding-top:48px !important;
}
.footer-column{
    padding-left:25px;
    padding-right:25px;
}

/*card*/

.card-header {
    background-color: #265B80; 
    color: #fff;
}

.card-body {
    background-color: #f6fafe; 
    color: #535353;
}
.card-collapse.d-none{
    border-top:none
}
/*------------------------*/
.userDropDown {
    border: none;
    text-align: left;
    color: #535353;
    font-weight: 400;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
}

    .userDropDown:hover {
        background-color: #e9eef2;
    }

#logout .dropdown {
    display: inline-block;
}

.dropdown-toggle {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
}

    .dropdown-toggle:hover,
    .dropdown-toggle:focus,
    .dropdown-toggle.show {
        background: rgba(255,255,255,0.2) !important;
        color: white !important;
        border-color: rgba(255,255,255,0.3) !important;
    }

    .dropdown-toggle::after {
        margin-left: 0.5rem;
        vertical-align: middle;
    }

/* Dropdown Menu */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    border-radius: 4px;
    margin-top: 0.5rem;
}

    .dropdown-menu .dropdown-item {
        padding: 0.5rem 1rem;
        color: #333;
        transition: background-color 0.2s ease;
    }

        .dropdown-menu .dropdown-item:hover,
        .dropdown-menu .dropdown-item:focus {
            background-color: #f8f9fa;
            color: #003b5c;
        }

    .dropdown-menu form {
        margin: 0;
    }

        .dropdown-menu form button {
            width: 100%;
            text-align: left;
            background: none;
            border: none;
            cursor: pointer;
        }

.dropdown-divider {
    margin: 0.5rem 0;
    border-top: 1px solid #e9ecef;
}
.step-description {
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
}

