/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 11, 2018, 12:51:51 PM
    Author     : Andreas
*/
body {
    font-size: 16px;
}

@media (max-width: 1366px) {
    body {
        font-size: 12px;
    }
}

h1,
h2,
h3 {
    font-weight: 600;
}

h4,
h5 {
    font-weight: 400;
}

h6 {
    font-weight: 100;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

@media (max-width: 1366px) {

    h1,
    h2,
    h3 {
        font-weight: 600;
    }

    h4,
    h5 {
        font-weight: 400;
    }

    h6 {
        font-weight: 100;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
}

@media (max-width: 414px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 15px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
}

/* Fix for the Modal padding right */
body:not(.modal-open) {
    padding-right: 0px !important;
}

/* modal over modal */
.modal-backdrop {
    visibility: hidden !important;
}
.modal.in {
    background-color: rgba(0,0,0,0.5);
}
/* end modal over modal */

/*navbar*/
.nav-header {
    padding: 10px 25px !important;
}

.mini-navbar .nav-header {
    padding: 5px 15px !important;
}

.mini-navbar .logo-element {
    padding: 8px 0 !important;
}

@media (max-width: 1024px) {
    .nav-header {
        padding: 5px 15px !important;
    }

    .mini-navbar .nav-header {
        padding: 5px 10px !important;
    }

    .mini-navbar .logo-element {
        padding: 4px 0 !important;
    }
}

.mini-navbar .nav-header {
    display: none !important;
}

.nav-header-top img {
    margin-right: auto;
    margin-left: auto;
}

.nav-header .profile-element img {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50% !important;
}

.navbar-top-links li a {
    padding: 14px 10px;
}

.nav-header-top .m-b-sm {
    margin-bottom: 12px;
}

@media (max-width: 1024px) {
    .navbar-top-links li a {
        padding: 7px 5px;
    }

    .nav-header-top .m-b-sm {
        margin-bottom: 6px;
    }

    #salariedservicedmobile {
        min-height: .01%;
        overflow-x: auto;
    }

    #salariedservicedmobile fieldset {
        display: block !important;
    }
}

[id^=deleteform] {
    display: inline-block !important;
}

.delete-form {
    float: right;
}

.delete-form-modal {
    float: left;
}

/*
.agile-list li.link-element {
    border-left: 3px solid #ddd;
}
*/

.required:after {
    content: "*";
}

/*end theme css*/

.input-group-addon .checkbox label,
.input-group-addon .radio label {
    min-height: 10px !important;
}

.input-group-addon .radio {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container.select2-container--bootstrap.select2-container--open {
    z-index: 10000 !important;
}

.agile-list li .task-code {
    font-weight: bold;
}

.task-avatar img {
    width: 50px;
    margin-right: 10px;
}

.ui-sortable-handle {
    cursor: move !important;
}

table tr.dashboard-link {
    cursor: pointer;
}


/*Loading*/

.wrapper-content .sk-spinner,
.modal-content .sk-spinner {
    display: none;
}

.wrapper-content.sk-loading .sk-spinner,
.modal-content.sk-loading .sk-spinner {
    display: block !important;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.wrapper-content.sk-loading:after,
.modal-content.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nav-header .profile-element {
    color: #fff;
}

.nav-header .profile-element .dropdown-menu li a {
    color: #333;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    /*top: 60px;*/
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    position: relative;
    badding-bottom: 65px;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.popover,
.tooltip {
    z-index: 2051;
}

.syn-material-icon {
    float: right;
    margin-top: -2px;
}

.labour-totals-table th {
    text-align: right !important;
    padding-right: 10px;
}

.panel-body.second-tabs {
    margin-left: 0px !important;
    width: 100% !important;
}


/* Actions Bar */
.top-static {
    position: fixed;
    top: 0;
    left: 236px;
    right: 0;
    z-index: 900;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.51);
}

.mini-navbar .top-static {
    left: 85px !important;
}

.top-static .breadcrumb {
    display: none;
}

.top-static h2 {
    margin-top: 5px;
}

.top-actions-divider {
    margin-right: 10px;
    border-right: 1px solid #ccc;
    min-width: 1px;
    display: block;
    padding: 0px 0px 8px 5px;
}

.body-small .top-static {
    left: 0px !important;
}

table.dataTable tbody td:last-child {
    min-width: 60px;
}

a.verificationbutton {
    position: absolute;
    right: 15px;
    top: 23px;
}

/*Tax app css */
.taxapp-bg {
    background: #f4f9f9;
    color: #000;
}

.questionaire label {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 1366px) {
    .questionaire label {
        color: #000;
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 414px) {
    .questionaire label {
        font-size: 12px;
        font-weight: 400;
    }
}

.loginbox {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border: 0px !important;
    border-radius: 15px;
}

.formbox {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border: 0px !important;
    border-radius: 15px;
    padding: 5%
}

.btn-primary {
    background-color: #d90000 !important;
    border-color: #d90000 !important;
    color: #FFFFFF !important;
    /*    padding: 15px 30px 15px 30px;
        border-radius: 0px;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    /*transform: translateY(-8px);*/
}

.btn-green {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green,
.btn-green:active:focus,
.btn-green:active:hover,
.btn-green.active:hover,
.btn-green.active:focus {
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}

.form-control:focus,
.single-line:focus {
    border-color: #d90000 !important;
}

#ir63 .form-control {
    background-color: #0080003b !important;
}

#ir63 .helptext-employertic {
    color: #d90000;
}

/*
.modal-header{
    background-color: #2b2e6b!important;
    border-color: #2b2e6b!important;
    color: #FFFFFF!important;
}*/

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
    color: #d90000;
    text-decoration: none;
}

.mark {
    background-color: yellow;
    padding: 0px;
}

.incomes-panel {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    width: 23% !important;
    padding: 5px;
    margin: 10px;
    height: 200px;
}

@media(max-width:1024px) {
    .incomes-panel {
        width: 22% !important;
    }
}

@media(max-width:414px) {
    .incomes-panel {
        width: 45% !important;
    }
}

.incomes-panel:hover,
.incomes-panel:focus {
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
}

.incomes-panel.active {
    border: 1px solid #d90000;
    background: #d90000;
    color: #fff;
}

.type-panel {
    border: 1px solid #000;
    /*    border-radius: 5px;*/
    text-align: center;
    margin: 1%;
    height: 80px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 997px) {
    .m-t-question {
        margin-top: 20px;
    }
}

@media (max-width: 996px) {
    .type-panel {
        height: 50px;
    }

    .type-panel-xl {
        height: 280px;
    }

    .m-t-question {
        margin-top: 30px;
    }
}

.type-panel:hover,
.type-panel:focus {
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
}

.exception.active>div {
    border: 1px solid #d90000;
    background: #d90000;
    color: #fff;
}

.exception.active>div>label {
    color: #fff;
}
.exceptionnew50.active>div {
    border: 1px solid #d90000;
    background: #d90000;
    color: #fff;
}

.exceptionnew50.active>div>label {
    color: #fff;
}

.code.active>div {
    border: 1px solid #d90000;
    background: #d90000;
    color: #fff;
}

.code.active>div>label {
    color: #fff;
}

.type-panel-xl {
    min-height: 250px;
}
.type-panel-lg {
    min-height: 200px;
    width: 180px;
}


.exception.has-error .type-panel {
    border-color: #d90000;
    border-width: 3px;
    color: #d90000 !important;
}

@media (max-width: 414px) {
    .type-panel-xl {
        min-height: 80px;
    }
}

.type-panel-md {
    height: 50px;
}

.btn-payment {
    background-color: #40891a !important;
    border-color: #40891a !important;
    color: #FFFFFF !important;
}

.btn-payment.btn-outline {
    background-color: #FFFFFF !important;
    border-color: #40891a !important;
    color: #40891a !important;
}

.btn-primary.btn-outline {
    background-color: #FFFFFF !important;
    border-color: #d90000 !important;
    color: #d90000 !important;
}

.danger-title {
    color: #d90000 !important;
}

.container-fluid {
    background: #fff;
}

.container-fluid .navbar {
    background: transparent !important;
    margin-bottom: 0px !important;
}

.portal-left>li {
    color: #d90000 !important;
    /*     padding: 10px 10px 0px 10px;*/
}

.portal-right>li {
    color: #d90000 !important;
    /*      padding: 10px 10px 0px 10px;*/
}

.portal-right>li:last-child {
    margin-right: 0px !important;
}

.portal-left>li>a {
    color: #d90000 !important;
}

.portal-right>li>a {
    color: #d90000 !important;
}

.portal-left>li.active {
    border-left: 0px !important;
    background: transparent !important;
}

.portal-left>li.active>a:hover {
    background: transparent !important;
}

.portal-left .open>a,
.portal-left .open>a:hover,
.portal-left .open>a:focus {
    background: transparent;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d90000;
    outline: 0;
}

.portal-left>li>span>img {
    width: 50px;
    height: 50px;
}

.income-content {
    border-color: #d90000;
}

.nav-pills {
    text-align: center;
}

.nav-pills li {
    margin-bottom: 5px;
    float: none;
    display: inline-block;
    zoom: 1;
    border-radius: 25px;
    border: 1px solid #d90000;
}

.nav-pills>li.active {
    border-left: 0px !important;
    background-color: #d90000;
}

.nav-pills>li>a {
    padding: 5px 10px 5px 10px;
    color: #d90000;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
}

.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
    color: #d90000;
    background-color: #FFFFFF;
    border-radius: 25px;
}

/* .five-steps-bg {
    background-image: url(/img/fivestepsbg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.four-steps-bg {
    background-image: url(/img/fourstepsbg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.six-steps-bg {
    background-image: url(/img/sixstepsbg.png);
    background-repeat: no-repeat;
    background-position: center center;
} */

@media (max-width: 1366px) {
    .six-steps-bg {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .five-steps-bg {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.circle {
    padding: 12px 20px;
    border-radius: 60%;
    border-width: 2px;
    font-size: 19px;
    font-weight: 900;
    margin: 30px;
}

@media (max-width: 1366px) {
    .circle {
        padding: 10px 16px;
        border-radius: 50%;
        border-width: 2px;
        font-size: 14px;
        font-weight: 900;
        margin: 10px;
    }
}

@media (max-width: 424px) {
    .circle {
        padding: 5px 10px;
        border-radius: 50%;
        border-width: 2px;
        font-size: 14px;
        font-weight: 900;
        margin: 10px;
    }
}

.help-block {
    color: #d90000;
    margin-top: 0px;
    font-size: 13px;
}

.has-error {
    color: #d90000;
    display: block;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    color: #d90000 !important;
}

.center {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.alert {
    padding: 5px;
    margin-bottom: 0px;
}

#taxreturn-form .fa-check-circle {
    font-size: 3.5em !important;
}

.sw-main {
    padding: 0;
    list-style-type: none;
    clear: both;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
}

.sw-main li {
    min-height: 51px;
    float: left;
    padding: 15px 10px 10px 35px;
    background: #ddd;
    color: #fff;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 5px;
}

.sw-main li:before {
    content: '';
    border-left: 25px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.sw-main li:after {
    content: '';
    border-left: 25px solid #ddd;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}

@media (max-width: 812px) {
    .sw-main {
        font-size: 12px;
    }

    .sw-main li {
        min-height: 35px;
        padding: 8px 2px 5px 25px;
    }

    .sw-main li:before {
        content: '';
        border-left: 21px solid #fff;
        border-top: 15px solid transparent;
        border-bottom: 17px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
    }

    .sw-main li:after {
        content: '';
        border-left: 20px solid #ddd;
        border-top: 15px solid transparent;
        border-bottom: 21px solid transparent;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 20;
    }

    #salariedservicedmobile .questionPeriod {
        display: inherit !important;
    }
}

.sw-main li>a {
    color: #333;
}

.sw-main li.active>a,
.sw-main li.done>a {
    color: #fff;
}

.sw-main li.active {
    background: #d90000;
}

.sw-main li.active:after {
    border-left-color: #d90000;
}

.sw-main li.done {
    background: #228B22;
}

.sw-main li.done:after {
    border-left-color: #228B22;
}

.sw-main li:first-child:before,
.sw-main li:last-child:after {
    content: '';
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

a.disabled,
a.disabled:hover {
    pointer-events: none;
    color: #e1e1e1;
}

a.pending,
a.pending:hover {
    pointer-events: none;
    color: #e1e1e1;
}

.fixed-width {
    width: 100% !important;
}

/*.select2.select2-container {
    width: 90% !important;
}*/

.modal-body>h3 {
    font-size: 22px;
}

.tooltip {
    display: inline;
    position: relative;
    opacity: 1 !important;
    z-index: 650 !important;
    font-size: 14px;
    margin-left: 5px;
    outline: none !important;
}

/* Gap filler */
.tooltip::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip:hover::after {
    pointer-events: auto;
}

/* Tooltip */

.tooltip-content {
    position: absolute;
    z-index: 9999;
    min-width: 300px;
    left: 50%;
    bottom: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    color: #000 !important;
    background: transparent;
    opacity: 0;
    margin: 0 0 20px -150px;
    cursor: default;
    pointer-events: none;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.tooltip:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tooltip-content span {
    display: block;
}

.tooltip-text {
    border-bottom: 10px solid #9ac9fb;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.tooltip:hover .tooltip-text {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.tooltip-inner {
    background: #9ac9fb;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    max-width: 300px;
    padding: 5% 10%;
    color: #000;
    text-align: left;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 1.4em;
}

.tooltip:hover .tooltip-inner {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Arrow */

.tooltip-content::after {
    content: '';
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #9ac9fb;
    border-width: 10px;
    margin-left: -10px;
}

.radio label {
    display: table-cell;
    background-color: #fff;
    margin: 5px;
    padding: 15px 30px !important;
    border: 1px solid #000;
    /*    border-radius: 4px;*/
}

.radio input[type=radio] {
    opacity: 0;
    position: fixed !important;
    width: 0;
}

.radio label.checked {
    background-color: #d90000;
    border-color: #d90000;
    color: #fff;
}

.radio label:hover {
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
}

.modal-xl {
    width: 85% !important;
}

.question-color {
    color: #1c84c6
}

.fixed-box>div>div>label {
    height: 65px !important;
    width: 250px !important;
    text-align: center;
    vertical-align: middle;
}

.fixed-box-xl>div>div>label {
    height: 160px !important;
    width: 350px !important;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 1366px) {
    .fixed-box-xl>div>div>label {
        height: 100px !important;
        width: 300px !important;
        text-align: center;
        vertical-align: middle;
    }
}

@media (max-width: 414px) {
    .fixed-box-xl>div>div>label {
        height: 55px !important;
    }
}

.fixed-box-md-2>div>div>label {
    text-align: center;
    vertical-align: middle;
    height: 120px !important;
    width: 500px !important;
}

@media (max-width: 1366px) {
    .fixed-box-md-2>div>div>label {
        height: 130px !important;
    }
}

@media (max-width: 414px) {
    .fixed-box-md-2>div>div>label {
        height: 90px !important;
    }
}

.fixed-box-md>div>div>label {
    text-align: center;
    vertical-align: middle;
    height: 6.2em !important;
    width: 400px !important;
}

@media (max-width: 1200px) {
    .fixed-box-md>div>div>label {
        text-align: center;
        vertical-align: middle;
        height: 7.2em !important;
        width: 400px !important;
    }
}

@media (max-width: 414px) {
    .fixed-box-md>div>div>label {
        height: 4.2em !important;
    }
}

.fixed-box-sm>div>div>label {
    height: 65px !important;
    width: 300px !important;
    text-align: center;
    vertical-align: middle;
}

.fixed-box-xs>div>div>label {
    width: 150px !important;
    text-align: center;
    vertical-align: middle;
}

.scroll-bottom {
    color: #fff;
    outline: none !important;
    visibility: visible !important;
    resize: none !important;
    overflow: visible !important;
    background: #228b22 !important;
    opacity: 1 !important;
    position: fixed !important;
    border: 0px !important;
    padding: 0px !important;
    transition-property: none !important;
    z-index: 1000001 !important;
    cursor: auto !important;
    float: none !important;
    pointer-events: auto !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    border-radius: 50% !important;
    transform: rotate(0deg) translateZ(0px) !important;
    transform-origin: 0px center !important;
    margin: 0px !important;
    top: auto !important;
    bottom: 20px !important;
    right: 50% !important;
    left: 50% !important;
}

.year-panel {
    margin: 0% 5%;
    border: 1px solid #18a689;
    background: #fff;
    min-height: 50px;
    color: #000;
    text-align: center;
}
.year-panel-success {
    margin: 0% 5%;
    border: 1px solid #18a689;
    background: #18a689;
    min-height: 50px;
    color: #fff;
    text-align: center;
}
.year-panel-warning {
    margin: 0% 5%;
    border: 1px solid #f0ad4e;
    background: #f0ad4e;
    min-height: 50px;
    color: #fff;
    text-align: center;
}

.year-panel-success {
    margin: 0% 5%;
    border: 1px solid #18a689;
    background: #18a689;
    min-height: 50px;
    color: #fff;
    text-align: center;
}
.year-panel-warning {
    margin: 0% 5%;
    border: 1px solid #f0ad4e;
    background: #f0ad4e;
    min-height: 50px;
    color: #fff;
    text-align: center;
}

.year-panel:hover,
.year-panel:focus,
.year-panel-success:hover,
.year-panel-success:focus,
.year-panel-warning:hover,
.year-panel-warning:focus {
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
}

.menu-list li {
    background: #eee;
    border-bottom: 1px solid #fff;
    display: block;
}

.menu-list li a {
    color: #000;
    padding: 12px;
    display: block;
}

.menu-list li.active {
    background: #d90000;
}

.menu-list li.active a {
    color: #fff;
}

.question-style {
    margin-bottom: 2.5%;
    margin-top: 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 414px) {
    .question-style {
        margin-bottom: 5px;
        margin-top: 5px;
        display: initial;
    }
}

.documents-space {
    margin-bottom: 1%;
    margin-top: 1%;
}

.fa-1x {
    font-size: 1.5em;
}

.wrapper-content {
    padding: 2%;
}

.panel {
    border: none !important;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none !important;
}

.panel-default>.panel-heading {
    color: #FFF;
    background-color: #fff !important;
    border: 1px solid #000;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 1px 1px 11px -5px #d90000;

}

.panel-default>.panel-heading a {
    display: block;
    /*    padding: 15px 15px;*/
    color: #000;
}

.panel-heading {
    border-radius: 4px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\e113";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\e114";
}

.input-group-addon {
    padding: 4px 12px;
}

.container {
    padding-right: 15%;
    padding-left: 15%;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 1366px) {
    .container {
        padding-right: 10%;
        padding-left: 10%;
    }
}

@media (max-width: 540px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .btn {
        font-size: 11px;
    }
}

.footer {
    max-height: 60px;
    border-top: none;
    position: fixed !important;
}

.form-control,
.single-line,
.input-group-addon {
    border: 1px solid #CECFCF;
}

.input-group {
    width: 88% !important;
}

button {
    background: transparent;
    border: none;
}

.dash-right {
    border-left: 1px solid #eee;
}

.dash-right h5 {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.scale-checkbox {
    transform: scale(2);
    margin: 5px 5px 5px 5px;
}

.checkbox input[type=checkbox] {
    margin-left: -30px;
}

.elementor-element-populated {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 15px 15px 15px 15px;
}

.uael-pricing-container {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}

.uael-pricing-value {
    color: #555;
    font-weight: 600;
    font-size: 35px;
}

.uael-price-table-integer-part {
    line-height: 1.5em;
}

.uael-price-table-beside-price {
    align-self: flex-start;
}

.uael-price-table-beside-price {
    margin-left: 2px;
}

.highlight {
    background: yellow;
}

del {
    background-color: transparent;
}

.less-weight {
    font-weight: 400;
}

.previous {
    width: 145px;
}

.next {
    width: 145px;
}

.btn-preview {
    background-color: #1A6691;
    border-color: #1A6691;
    color: #FFFFFF;
}

.wrapper.wrapper-content.animated.fadeIn {
    padding-bottom: 70px;
}

.checkbox label,
.radio label {
    font-size: 20px;
}

@media (max-width: 1366px) {

    .checkbox label,
    .radio label {
        font-size: 16px !important;
    }

    .radio label {
        display: table-cell;
        background-color: #fff;
        margin: 5px;
        padding: 10px 20px !important;
        border: 1px solid #000;
        /* border-radius: 4px; */
    }
}

@media (max-width: 414px) {

    .checkbox label,
    .radio label {
        font-size: 12px !important;
    }

    .radio label {
        display: table-cell;
        background-color: #fff;
        margin: 5px;
        padding: 5px 15px !important;
        border: 1px solid #000;
        /* border-radius: 4px; */
    }
}

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: #000;
}

input[type=radio]:disabled+label {
    cursor: not-allowed;
}

.modal-xlg {
    width: 80%;
    height: 90%;
}

.flex {
    display: flex;
    justify-content: center;
}

.flex-claimquestion {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.flex-claimquestionnew {
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}

.flex-claimquestion50{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.flex-claimquestion50 .radio label{
    border: none;
}

.auth-video {
    width: 100%;
    height: 700px;
}

@media(max-width:414px) {
    .form-control {
        font-size: 12px;
        height: 29px;
    }

    .table>tbody>tr>td {
        padding: 0px !important;
    }

    .formbox {
        padding: 10px 5px !important;
    }

    .ibox-content {
        padding: 15px 5px 10px 5px !important;
    }

    .panel-body {
        padding: 5px;
    }

    .auth-video {
        width: 100%;
        height: 300px;
    }
}

.items-slider-container {
    margin: 30px auto;
    /*    max-width: 1200px;*/
}

/* line 19, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for {
    background-color: #fff;
    margin-bottom: 0;
}

/* line 23, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for img {
    height: 500px;
    max-width: auto;
    margin: auto;
}

@media (max-width:414px) {

    /* line 23, sass/portlets/items-slider/scss/modules/_items-slider.scss */
    .items-slider-container .slider-for img {
        height: 350px;
        max-width: 95%
    }

    .slick-prev {
        left: -5px !important;
        z-index: 99;
    }

    .slick-next {
        right: -5px !important;
    }
}

/* line 156, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav {
    background-color: transparent;
    margin-bottom: 30px;
}

/* line 160, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-for .slick-slide {
    text-align: center;
}

.items-slider-container .slider-nav .slick-slide {
    position: relative;
    padding: 7px;
}

/* line 164, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav .slick-slide img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    margin: 0 auto;
    height: 120px;
    width: 120px;
}

@media (max-width:1024px) {

    /* line 164, sass/portlets/items-slider/scss/modules/_items-slider.scss */
    .items-slider-container .slider-nav .slick-slide img {
        height: 100px;
        width: 100px;
    }
}

@media (max-width:414px) {

    /* line 164, sass/portlets/items-slider/scss/modules/_items-slider.scss */
    .items-slider-container .slider-nav .slick-slide img {
        height: 65px;
        width: 65px;
    }
}

/* line 170, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav .slick-slide:hover {
    cursor: pointer;
}

/* line 174, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.slider-nav .slick-list .slick-track .is-active img {
    opacity: 1;
    border: 1px solid;
}

/* line 177, sass/portlets/items-slider/scss/modules/_items-slider.scss */
.items-slider-container .slider-nav .slick-slide.current-slide img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.important-title {
    color: #d90000;
    font-weight: 800;
}

.slick-prev,
.slick-next {
    height: 500px;
    width: 50px;
}

.slider-nav .slick-list {
    width: 685px;
    display: block;
    margin: auto;
}

.slider-nav .slick-list .slick-track .slick-slide {
    width: 137px !important;
}

.slick-next:before {
    content: '\f105' !important;
    font-family: "Font Awesome 5 Pro" !important;
    color: #000 !important;
    font-size: 45px !important;
}

.slick-prev:before {
    content: '\f104' !important;
    font-family: "Font Awesome 5 Pro" !important;
    color: #000 !important;
    font-size: 45px !important;
}

.slick-prev,
.slick-next {
    height: 500px !important;
    width: 40px !important;
}

.slick-prev {
    border-left: 1px solid #ccc !important;
}

.slick-next {
    border-right: 1px solid #ccc !important;
}

.slick-prev:hover,
.slick-next:hover {
    border: 1px solid #ccc !important;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-width: medium !important;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #ed5565 !important;
    border-width: unset !important;
}

.p-l-35 {
    padding-left: 35px;
}

.questionexemption{
    padding-bottom: 9%;
}
.questionnoexemption{
    margin-bottom: 25%;
}
