/* PORTAL NEW CSS */
.claims h4{

}
.claims label{
    font-size: 14px !important;
}
.claims h4.title-qst{
    font-size: 16px;
    color: #2a1d6e;
}
.claims h4.title-qst:after{
    content: "";
    border-bottom: 1px solid #000;
    width: 52%;
    display: block;
    padding-top: 5px;
}

.claim-input-box{
    border: 1px solid #d7caca;
    padding: 20px; 
    margin-top: 24px;
    margin-bottom: 10px;   
}
.claim-type-box{
    background-color: #2a1d6e;
    padding: 34px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;                   
}
.claim-yellow {
    background-color: #a8c009;
    color: #2a1d6e;
}
.claim-blue {
    background-color: #2a1d6e;
    color: #fff;
}   
.delete-button{
    float: right;
}
.member-row{
     border: 1px solid #d4d2d2;
    margin-bottom: 12px;
    padding: 6px;   
}
.btn-small-nia{
    background-color: #dce322;
    color: #2a1d6e;
    margin-bottom: 13px;
    outline: none;
    padding: 6px;
    font-size: 11px;
    font-weight: 600;
}
.terms-travel {
    margin: 0px 0px 0px 25px;
    padding: 0px;
}
.terms-travel li{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom:1px solid #b1abab;
    padding-right: 11px;
    padding-left: 11px;
}
.common-banner-wrapper{
    background-image: url(../img/common-banner-full-width.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    overflow: hidden;
    position: relative;
}
.common-banner-wrapper h4{
    color: #fff;
    margin-top: 8%;
    font-size: 30px;
    margin-bottom: 8%;
}

.travel-banner-wrapper{
    background-image: url(../img/travel-banner-full-width.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    overflow: hidden;
    position: relative;
}
.travel-banner-wrapper h4{
    color: #fff;
    margin-top: 8%;
    font-size: 30px;
    margin-bottom: 8%;
}
.overlay{
    background: #00000080;
    width: 100%;
    position: absolute;
    height: 100%;    
}

.box-progress{
    border-right: 2px solid #29166f;
}


.box-progress ol {
    display: block;
    padding: 5px 0px 0px 28px;
    list-style: none;
    /* background: #ccc; */
    overflow: hidden;
    counter-reset: numList;
}
.box-progress ol li {
    width: 100%;
    /* margin-right: -8px; */
    float: left;
    position: relative;
    padding-left: 11px;
    padding-bottom: 16px;
    padding-top: 7px;
}
.box-progress ol li.active:before {
    background: #29166f;
}
.box-progress ol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -24px;
    font: bold 12px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 27px;
    width: 28px;
    height: 28px;
    background: #7d797d;
    -moz-border-radius: 999px;
    top: 4px;
    border-radius: 999px;
}

.dropdown-menu.show{
    margin-left: -134px;
}
h6.welcome-title {
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #000;
    color: #2cbe3f;
    margin-bottom: 15px;
    padding: 6px;
    font-family: 'Circular-Loom';    
}
.wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-nia{
    padding: 10px 23px 13px 23px;
    font-size: 18px;
    outline: none;
}
.resend-btn{
    background-color: #ac351e;
    color: #fff;
    padding: 6px;
    font-size: 11px;
    margin-top: 31px;
    display: block;
    width: 54px;
    text-align: center;
}
.resend-btn:hover{
    background-color: #ac351e;
    color: #fff;
}
.delete-link{
        font-size: 13px;
    padding: 1px;
    margin: 3px;
}
.btn-nia i{
    color: #fff;
    font-size: 27px;
    position: relative;
    top: 2px;
}
.btn{
    border-radius: 0px;
}
.btn-green{
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
}
.btn-green:hover{
    color: #fff;
    background-color: #246a27;
    border-color: #246a27;
}
.btn-green:hover a{
    color: #fff;
}
.ps-status-loading-icon{
    background-image: url(../img/loading-md.gif);
    width: 141px;
    height: 127px;
    background-repeat: no-repeat;
}
.policy-status-box{
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: space-around;
}
.policy-status-box .status-message{
    font-weight: 600;
    color: #df700c;
        margin-left: -34px;
}
.success{
    background-color:#4caf50;
    color: #fff;
}
.tick-success i{
    background-color:#4caf50;
}
.tick-failed i{
    background-color: #e23311;
    padding: 14px !important;
    /* border-radius: 29px; */
    width: 53px;    
}
.round-badge i{
    padding: 16px;
    border-radius: 30px;
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;    
}
.preview-image img{
    max-width: 100% !important;
    width: 100% !important;
    position: absolute;
    /* overflow: hidden; */
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1000;
}
#package_err .parsley-required{
    color: #fff;
    background-color: #cb1d1d;
    display: block;
    color: #fff;
    padding: 8px;
    margin-top: 13px;
}
.ui-widget-header{
    border: 1px solid #2a1d6d;
    background: #2a1d6d url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    border-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 0px;
}
.filled-box{
    background-color: #d2ffc2;
}
.back-button-dis{
    background-color: #b2a9a9;
}

.Declarations li{
    font-size: 12px;
}
.upload-status{
    border: 1px solid #cfcece;
    min-height: 79px;
    padding: 7px;
}
.notification-list p{
    overflow: hidden;
    position: relative;
    padding-left: 33px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.notification-list .invalid span.icon{
    background-image: url(../img/cross-20.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 1px;    
}
.notification-list .valid span.icon{
    background-image: url(../img/checked-green20.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    left: 8px;
    top: 1px;    
}

.valid-doc p{
    font-size: 13px;
}
.progress-in-upload {
    position: relative;
    display: block;
}
.progress-in-upload progress{
        width: 90%;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.file-upload {
    overflow: hidden;
    position: relative;
    padding: 4px;
}
.file-upload .file-upload-input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
}
.file-upload .upload-button {
    display: block;
    position: relative;
    width: 135px;
    height: 76px;
    border-radius: 0;
    border: 2px solid #a49d9d;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: transform .2s ease-out;
    /* margin-left: 15px; */
    text-align: center;
    padding-top: 13px;
    overflow: hidden;
}
.file-upload .upload-button label {
    font-size: 9px;
}
.file-upload img {
    max-width: 19px;
}
.file-upload .file-name {
    position: absolute;
    bottom: -35px;
    left: 10px;
    font-size: 0.85rem;
    color: #555;
}
.file-upload input:hover+label, .file-upload input:focus+label {
    transform: scale(1.02);
}
/* Adding an outline to the label on focus */

.file-upload input:focus+label {
    outline: 1px solid #000;
    outline: -webkit-focus-ring-color auto 2px;
}
.alert-box {
    background-color: #a19696;
    color: #fff;
    font-size: 13px;
}
.bg-green {
    background-color: #49c019;
}
.bg-red {
    background-color: #c03119;
}
.excemptions h4 {
    font-size: 16px;
}
.excemptions p {
    font-size: 13px;
}
select.form-control {
    /*height: calc(1.82rem + 1px) !important;*/
    font-size: 13px;
    padding: 3px 6px 3px 4px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    font-size: 13px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa !important;
    border-radius: 0px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #022c6e !important;
    color: white;
    font-size: 13px !important;
}
.select2-dropdown {
    font-size: 13px !important;
}
.list-none {
    list-style: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #063678;
}
@media (min-width: 1200px) {
    .navigation .navbar-nav {
        margin-left: auto;
    }
/*    .container {
        max-width: 1300px;
    }*/
}
#portal .btn {
    font-weight: 600;
    border-radius: 0px;
    color: #fff;
    background-color: #2a1d6e;
    padding: 6px 11px 6px 11px;
    font-size: 12px;
}
#portal .btn:hover {
    outline: none;
    box-shadow: none;
}
#portal-sidebar {
    border: 1px solid #000;
    padding: 15px;
    margin-top: 0px;
}
#portal-block {
    padding: 30px;
    border: 1px solid #000;
}
#new-quote .package-list th {
    text-align: inherit;
    padding: 6px 6px 6px 6px;
    border: none;
    font-size: 12px;
    text-align: center;
}
#new-quote .package-list td {
    padding: 3px 4px 3px 4px;
    border: 1px solid #cbcbcb;
    font-size: 12px;
}
#new-quote .package-list td.center {
    text-align: center;
}
#new-quote .package-list th.gold {
    background-color: #d1b009;
    color: #fff;
}
#new-quote .package-list th.blue {
    background-color: #2a1d6e;
    color: #fff;
}
#new-quote .package-list th.grey {
    background-color: #565460;
    color: #fff;
}
#new-quote .package-list th.hash {
    background-color: #989799;
    color: #fff;
}
#new-quote .package-list th.minw {
    min-width: 145px;
}
#new-quote .package-list .package-table {
    width: 100%;
}
#new-quote .package-list td.hight-light {
    background-color: #d9d9d9;
    font-size: 19px;
    font-weight: 700;
}
#new-quote .package-list td.selection a {
    border: 1px solid #b4adad;
    font-size: 11px;
    padding: 4px 14px 4px 14px;
    color: #ffffff;
    background-color: #4b4b4b;
}
#new-quote .package-list td.selection a.selected {
    border: 1px solid #1b940c;
    color: #ffffff;
    background-color: #1b940c;
}
h6.section-title {
    text-transform: uppercase;
    font-size: 13px;
    background-color: #2a1d6e;
    color: #fff;
    margin-bottom: 15px;
    padding: 6px;
    font-family: 'Circular-Loom';
}
.pricing-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 23px;
    border-top: 3px dashed #070202;
    padding-top: 8px;
}
.pricing-list li span {
    margin-left: 0px;
    text-align: left;
    display: block;
    width: 205px;
    float: right;
    padding-left: 36px;
}
.pricing-list li.big {
    font-size: 19px;
    font-weight: 600;
    color: #2a1d6e;
}
.pricing-list li {
    border-bottom: 1px dashed #a2a2a2;
    padding: 3px 0px 3px 0px;
    font-size: 13px;
}
.alert {
    position: relative;
    padding: 0.5rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-top: 8px;
}
.warning {
    background-color: #ff061e!important;
    color: #fff;
    font-size: 13px;
}
.bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: #2a1d6e;
}
#new-quote .quote-item {
    border: 2px solid #2a1d6e;
    padding: 17px 10px 0px 10px;
    margin-top: 18px;
    margin-bottom: 10px;
}
#new-quote h4.header {
    border-bottom: 3px solid #29166f;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#new-quote .quote-item h4 {
    font-size: 14px;
    margin-top: 9px;
}
.portal-content input, .portal-content select {
    border-radius: 0px;
    box-shadow: none;
}
.portal-content select {
    height: calc(2rem + 00px) !important;
    font-size: 14px;
}
.portal-content input, .portal-content label {
    font-size: 12px;
    font-weight: 500;
}
#quote-side-bar.fixed {
    z-index: 2;
    top: 0;
    min-width: 350px;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
#quote-side-bar h4 {
    text-align: center;
    margin-bottom: 15px;
}
#quote-side-bar .quote-details li {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d7c3c3;
    text-align: left;
    padding-right: 19px;
    display: block;
    font-size: 13px;
    overflow: hidden;
}
#quote-side-bar .quote-details {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#new-quote .package-list {
    border: 2px solid #2a1d6e;
    padding: 16px;
    margin-top: 18px;
    margin-bottom: 10px;
}
#new-quote .package-list h4 {
    font-size: 13px;
    padding: 8px 6px 8px 5px;
}
#new-quote .package-line {
    font-size: 12px;
    border-bottom: 1px solid #d3cccc;
    padding-bottom: 4px;
}
#new-quote .package-item {
    text-align: center;
    border: 1px solid #e1d3d3;
}
#quote-side-bar .quote-details li span {
    margin-left: 0px;
    text-align: left;
    display: block;
    width: 190px;
    float: right;
    padding-left: 36px;
}
#quote-side-bar {
    border: 2px solid #000;
    padding: 15px;
    margin-top: 17px;
    transition: all 0.5s ease;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2a1d6e;
    border-color: #ffffff;
    box-shadow: none !important;
}
.make-item-box {
    display: inline-block;
    border: 1px solid #ddd;
    max-width: 100px;
    margin-right: 2px;
    margin-bottom: 6px;
    margin-left: 2px;
    text-align: center;
    margin-top: 2px;
}
.make-item-box:hover {
    box-shadow: 0px 0px 3px 3px rgb(42 68 133 / 10%), 1px 3px 11px 0px rgb(255 255 255 / 46%);
}
.make-item-box span {
    font-size: 10px;
    font-weight: 600;
    color: #323030;
}
#new-quote .carousel-inner {
    width: 97%;
    margin-left: 26px;
    margin-top: 18px;
}
#new-quote .carousel-control-prev {
    -webkit-appearance: media-slider;
    background-color: none !important;
    left: -54px;
    font-size: 34px;
    color: #000;
}
#new-quote .carousel-control-next {
    -webkit-appearance: media-slider;
    background-color: none !important;
    right: -54px;
    font-size: 34px;
    color: #000;
}
.portal-content {
    margin-top: 19px;
}
#new-quote .quote-item h5 {
    font-size: 15px;
    padding: 8px 43px;
}
.btn-toggle-qtform.active {
    background-color: #2a1d6d;
    color: #fff;
}
.btn-toggle-qtform {
    border: 1px solid #2a1d6d;
    padding: 5px 15px 5px 15px;
    margin: 6px 9px 9px 9px;
    min-width: 98px;
    display: inline-block;
    text-align: center;
}
.btn-quote-form {
    background-color: #29166f;
    border-radius: 0px;
    color: #fff;
    padding: 10px 36px 10px 36px;
    font-size: 19px;
}
.bnt-full {
    width: 100%;
}
.btn-quote-form:hover, .btn-quote-form:active, .btn-quote-form:focus, {
    outline: none;
    box-shadow: none;
    background-color: #29166f;
}
.portal-content .sidebar {
    background-color: #e8e8e8;
    padding: 35px 10px 19px 7px;
}
.portal-content .dashboard-area {
    /*background-color: #f6efef;*/
    padding: 13px;
}
.portal-content .dashboard-area .title-box {
    /*background-color: #f6efef;*/
    margin-bottom: 18px;
    border-bottom: 3px solid #2a1d6e;
    padding-bottom: 7px;
}
.portal-content .dashboard-area .title-box h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.portal-content .sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.portal-content .sidebar li {
    padding: 6px 0px 6px 20px;
    border: 1px solid #e9d7d7;
    margin-bottom: 7px;
}
.portal-content .sidebar li.active {
    background-color: #2a1d6e;
    color: #fff;
}
.portal-content .sidebar li.active a {
    background-color: #2a1d6e;
    color: #fff;
}
.login-wrapper {
    /*background-color: #e2def3;*/
    padding: 35px;
}
.login-wrapper input {
    border-radius: 0px;
}
.login-wrapper select {
    border-radius: 0px;
}
.login-wrapper .login-btn {
   /* border-radius: 18px;*/
    width: 100%;
}
.login-wrapper .login-btn:hover {
    background-color: #20079f;
    color: #fff;
}
.login-wrapper .login-btn:hover {
    box-shadow: none !important;
    outline: 0px;
}
.parsley-errors-list {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
}
.login-wrapper .header {
    border-bottom: 3px solid #29166f;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.claims h4{
    font-size: 15px;    
}
/* ONLY PC */

@media only screen and (min-width: 1170px) {
    .portal-content .dashboard-area {
        min-height: 350px;
    }
    .login-wrapper {
        margin-top: 50px;
    }
    .sel-claim-radio{
        margin-right: 35px;
    }
}
/* ONLY MOBILE */

@media only screen and (max-width: 600px) {
  #quote-side-bar{
        display: none !important;
    }
    .sel-claim-radio{
        width: 100%;
        display: block;
    }

    .claims label{
        display: initial !important;
    }
}

/* portal css end */