.capitalize {
    text-transform: capitalize;
}

.chat-moment-self {
    text-align: right;
    margin-right: 40px;
    font-size: 10px;
}

.chat-moment-other {
    text-align: left;
    margin-left: 40px;
    font-size: 10px;
}

#off-sidebar #users .chat-content {
    top: 0px;
}

.chat-heading-bar {
    background: #e6e6e6;
    padding: 5px 0px 0px 5px;
    position: relative;
    height: 50px;
}

.chat-heading {
    margin-left: 20px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.chat-heading .online-status {
    font-size: 12px;
    margin-left: 20px;
    color: #777;
    margin-bottom: 0px;
}

.chat-heading-back {
    color: #009c91;
    cursor: pointer;
    position: absolute;
    top: 17px;
}

.discussion .self .message-text {
    background-color: #22a89e;
}

.sidebar-content {
    padding-bottom: 50px;
}

#off-sidebar .nav-tabs.nav-justified>li>a {
    color: rgb(0, 156, 145);
}

#off-sidebar .media-list .media .media-object {
    height: 40px;
}

.add-to-fav {
    top: 15px;
    position: absolute;
    right: 10px;
    color: rgb(0, 156, 145);
    cursor: pointer;
}

.new-list {
    top: 9px;
}

.email-box {
    padding: 15px 15px 10px;
}

.inbox .new-wrap-list {
    width: 500px;
}

.inbox .new-email-list {
    width: 501px !important;
}

.inbox .new-email-reader {
    margin-left: 0px;
}

.messages-list .messages-item.active {
    background-color: #efeff4;
}

.discussion .self .message-text {
    float: right !important;
}

#user-search-box {
    margin-left: -1px;
    width: 101%;
}

.last-message {
    border-radius: 16px 16px 16px 16px !important;
    margin-bottom: -7px;
}

.seen-tick {
    position: absolute;
    bottom: 2px;
    right: 45px;
    font-size: 9px;
}

.row .indi-info {
    font-size: 14px;
    line-height: 2;
}

.rzslider .rz-bar.rz-selection {
    background: #009c91 !important;
}

.rzslider .rz-pointer {
    background-color: #009c91 !important;
}

.truncate {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-subject {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-emoji-smile {
    cursor: pointer;
}

.chat-emoji-popup {
    top: -100px;
    left: 2px;
}

.discussion .self .message-text {
    background-color: #e5e5ea;
}

.discussion .self .message-text {
    color: #2C2F3B;
}

.emoji-icons {
    display: inline-block;
    width: 25px;
    height: 30px;
    cursor: pointer;
}

.emoji-container {
    position: absolute;
    bottom: 47px;
    z-index: 99999;
    padding: 10px;
    padding-left: 20px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 2px;
    margin-left: 3px;
    padding-bottom: 0px;
}

.danger-addon {
    background-color: #d43f3a;
    border: 1px solid #d43f3a;
}

.emoji-button {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 3%;
    width: 20px;
    color: white;
}

.invalid-input {
    border: 2px solid red;
}

a:focus,
a:hover {
    color: #008479;
}




/* Loader CSS */

#my-spinner-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    opacity: 0.8;
}

#my-spinner-div .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    /* -1 * image width / 2 */
    margin-top: -32px;
    /* -1 * image height / 2 */
    display: block;
    opacity: .6;
}

.sweet-alert #btnMarket {
    background-color: #5cb85c;
}

.sweet-alert #btnEdit {
    background-color: #188f7f;
}

.sweet-alert #btnClose {
    background-color: #c8c7cc;
}

#notification-box .msg {
    color: #777!important;
    text-align: left;
    line-height: 18px;
}

#notification-box .moment {
    font-size: 12px;
    text-align: right;
}

#notification-box .client-name {
    text-align: left;
    display: inline-block;
}

#notification-box .list-group-item {
    padding: 0px 15px;
}

#page-title {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0px;
}

#news-box .date-box {
    background: #009c91;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
}

#news-box .news-title {
    margin-bottom: 0px;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    width: 14em;
    overflow: hidden;*/
}

#indications-tab {
    padding-left: 0px;
    margin-left: 0px;
}

#indications-tab li {
    list-style: none;
    list-style: none;
    padding: 10px 0 9px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
}

#indications-tab li:last-child {
    border-bottom: none;
}

#indications-tab li .name {
    color: #31708f;
    padding-top: 5px;
    display: block;
    padding-bottom: 4px;
}

#timeline .darkblue-box {
    background: #607D8B;
}

#timeline .lightblue-box {
    background: #82A3B7;
}

#timeline .teal-box {
    background: #009688;
}

#timeline .purple-box {
    background: #804C75;
}

#timeline .green-box {
    background: #7CB342;
}

#timeline .orange-box {
    background: #FF7043;
}

.z-index-600 {
    z-index: 600 !important;
}

.wizard-overlay {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.4;
    z-index: 500;
    padding: 30% 30%;
}

.unlock-container {
    z-index: 600;
    opacity: 0.99 !important;
    position: fixed;
    top: 50%;
    left: 40%;
    background: #fcf8e3;
    text-align: center;
    border: 2px solid #faebcc;
    padding: 20px;
    color: #8a6d3b;
}

#page-title h1 {
    padding-bottom: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




/*
Preloading
=========================== */

div.loading-invisible {
    display: none;
}

#loading {
    background: #5bacc1;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0px;
    top: 0px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
}

.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}

.loading-center p {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 65px;
    margin-left: -79px;
}

.object {
    width: 8px;
    height: 50px;
    margin-right: 5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.object:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.object:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.object:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.object:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.object:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.object:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.object:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.object:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes animate {
    50% {
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.processing-text {
    position: absolute;
    left: 40%;
    top: 50%;
    height: 50px;
    width: 400px;
    margin-top: 50px;
    margin-left: -75px;
    text-align: center;
    display: block;
}

.show-loader {
    display: block;
}

.hide-loader {
    display: none;
}




/* Loader CSS Ends */

.message-subject {
    padding: 0px;
    color: #5b5b60;
    font-size: 14px;
}

.message-header .message-time,
.message-from,
.message-to {
    color: #999;
}

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

.inbox .col {
    height: 581px;
}

.center-modal {
    position: fixed;
    top: 11%;
    left: 18.5%;
    z-index: 1050;
    width: 80%;
    height: 80%;
    margin-left: -10%;
}

.note-outer-border {
    border: 1px solid #ccc;
    max-height: 100px;
}

.note-inner-border {
    border-right: 1px solid #ccc;
}

.note-truncate {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.status-online {
    margin-top: -11px;
}

.upload-logo {
    padding-bottom: 20px;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}




/************* Generic Classes ******************/


/******************************/

.esign-card {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 20px;
    text-align: center;
    height: 120px;
    margin-bottom: 5px;
}

.my-bg-red {
    background: #f2dede;
}

.my-bg-green {
    background: #DFF0D8;
}

.my-bg-gray {
    background: #efefef;
}

#page-title h1 {
    font-size: 20px;
    text-transform: none;
}

.btn-next {
    float: right;
}

@media ( max-width:767px) {
    .btn-next {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .t-b {
        font-weight: 600;
        margin-bottom: 0px;
        color: #333;
    }
    .p-l {
        padding-left: 15px;
        padding-top: 10px;
    }
    .input-block {
        display: block;
    }
    .processing-text {
        margin-left: -170px !important;
    }
}

.pricing-table .plan li.plan-name {
    background: #82a5a2;
}

.pricing-table .plan.featured .plan-name {
    background: #009c91;
}

.rating-selected {
    border: 1px solid #009c91;
    color: #009c91;
}




/*.GL label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 38px;
    margin-right: 15px;
    position: relative;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    white-space: nowrap;
}
/*
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}*/


/* new  css*/

.title-section {
    text-align: center;
    margin-bottom: 0;
}

.title-section .title {
    margin-bottom: 18px;
}

.title-section .title span {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.title-section .title span {
    color: #c75b5b;
}

.title-section .title {
    font-size: 24px;
    line-height: 30px;
    color: #48494b;
    font-family: 'open_sans';
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: 0.9px;
}

.wrap-price {
    position: relative;
}

.table-price {
    background: #fcfcfd;
    border: solid 1px #cdced1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-top: 18px;
    margin-bottom: 9px;
}

.table-price.info .title-price {
    background: #77b3d4;
}

.table-price .title-price h4 {
    color: #fff;
    margin-bottom: 0px;
}

.table-price .price {
    position: relative;
    padding: 20px 5px;
}

.table-price.info .price h2 {
    background: #77b3d4;
}

.table-price.info .price .loader {
    background: #77b3d4;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.table-price .price h2 {
    background: #ccc;
    padding-top: 25px;
    color: #fff;
    display: table;
    margin: auto;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.table-price .price h2 {
    font-size: 25px;
    line-height: 30px;
}

.table-price .price h2 div {
    font-size: 16px;
}

.table-price .price h2 span {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    position: relative;
    top: -13px;
}

.table-price .price h2 .point {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

ul.list-feature {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}

.table-price.info ul.list-feature li.current {
    background: #c7dfed;
}

ul.list-feature li.current {
    background: #f0f0f0;
}

ul.list-feature li {
    position: relative;
    list-style: none;
    font-size: 16px;
    padding: 8px 5px;
}

.table-price .title-price {
    text-transform: uppercase;
    background: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 15px 5px;
}

.table-price h4 {
    font-size: 24px;
    line-height: 30px;
}

.footer-price {
    position: relative;
    padding: 19px 5px 10px;
}

.table-price .btn.btn-info {
    background: #77b3d4;
    border-bottom: solid 4px #67a1c1;
}

.table-price {
    position: relative;
}

.recommended {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
}

.table-price.success .title-price {
    background: #76c2af;
}

.table-price.success .price h2 {
    background: #76c2af;
}

.table-price.success ul.list-feature li.current {
    background: #c6e5de;
}

.table-price .btn.btn-success {
    background: #76c2af;
    border-bottom: solid 4px #65b4a0;
}

.table-price.danger .title-price {
    background: #c75c5c;
}

.table-price.danger .price h2 {
    background: #c75c5c;
}

.table-price.danger ul.list-feature li.current {
    background: #e7bcbd;
}

.table-price .btn.btn-danger {
    background: #c75b5b;
    border-bottom: solid 4px #b14949;
}

.title-section .title span {
    display: block;
    font-size: 42px;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: monospace;
}

.title-section .title p {
    margin-top: 20px;
    font-family: sans-serif;
    font-size: 20px;
}

.table-price.primary .title-price {
    background: rgba(0, 156, 145, 0.75);
}

.table-price.primary .price h2 {
    background: rgba(0, 156, 145, 0.75);
}

.table-price.primary ul.list-feature li.current {
    background: rgba(1, 183, 169, 0.42);
}

.table-price .btn.btn-primary {
    background: rgba(0, 156, 145, 0.75);
    border-bottom: solid 4px #00857c;
}

.table-price.warning .title-price {
    background: #e0995e;
}

.table-price.warning .price h2 {
    background: #e0995e;
}

.table-price.warning ul.list-feature li.current {
    background: #f1d4bd;
}

.table-price .btn.btn-warning {
    background: #e0995e;
    border-bottom: solid 4px #ca864e;
}

.message-text {
    font-size: 12px !important;
    padding: 10px !important;
}

.discussion .self .message-text {
    margin-left: -20px !important;
    max-width: 205px;
    overflow: hidden;
}

.discussion .other .message-text {
    margin-right: -20px !important;
    max-width: 205px;
    overflow: hidden;
}

.color_gray {
    background-color: #f5f5f5;
}

.panel-heading {
    cursor: pointer;
}

.dropdown-menu {
    z-index: 100000;
}

.market .market-program {
    height: 110px;
    border: 1px solid #333;
    margin-bottom: 15px;
    background: #e6e8e8;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    color: #333;
    /*font-weight: bold;*/
}

.market .market-program .question-circle {
    position: absolute;
    top: -16px;
    right: -8px;
    font-size: 19px;
    z-index: 999;
    color: #666;
    cursor: pointer;
}

.market .market-program:hover {
    background: #c8d6d6;
}

.market .no-connection {
    background: #e6c4c4 !important;
    border: 1px solid #a2a2a2;
    height: 110px;
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.market .question-circle {
    position: absolute;
    top: -13px;
    right: 6px;
    font-size: 19px;
    z-index: 999;
    color: #666;
    cursor: pointer;
}

.market .market-program.active {
    background: #009c91;
    color: #fff;
}

.market .market-program.active .icon {
    color: #fff;
}

.market .market-lob {
    padding: 15px !important;
}




/* ******************************************* */


/* Optional CSS, default style for ng-sortable */


/* ******************************************* */

.sortableUL {
    padding-left: 0px;
}

.sortableLI {
    margin: 1em;
    padding: 1em;
    background: #e2e2e4;
}

.as-sortable-item,
.as-sortable-placeholder {
    min-height: 20px;
    margin: 1px 2px 5px 1px;
    border-radius: 10px;
}

.as-sortable-item-handle {}

.as-sortable-placeholder {
    border: 1px dashed darkgrey;
    box-sizing: border-box;
    background-color: #dbdbdb;
}

.as-sortable-drag {
    opacity: .8;
}

.as-sortable-hidden {}




/*************************************************/

.label-green {
    background-color: #1f8000;
}

.market .market-instant-rater {
    min-height: 130px;
    border: 1px solid #333;
    margin-bottom: 15px;
    background: #e6e8e8;
    padding: 8px;
    border-radius: 5px;
    position: relative;
    color: #333;
    line-height: 1.5;
}

.policy-claims {
    background: #e2e2e4;
    color: #555;
    padding: 10px 10px 0 10px;
    cursor: pointer;
    margin-top: 15px;
}

.policy-claims .text-muted {
    color: #777;
}






.generic-indication .insured-name {
    font-size: 18px;
    width: 50%;
    color: #fff;
    padding-left: 15px;
}

.generic-indication .insured-name div {
    font-size: 12px;
}

.generic-indication {
    background: rgba(0, 156, 145, 0.74);
    height: 60px;
    border: 1px solid #42b5ad;
    padding-top: 10px;
    cursor: pointer;
    /*margin-top: -20px;*/
}

.generic-indication .policy-cost {
    color: #fff;
    font-size: 25px;
    padding-right: 15px;
    text-align: center;
}

.generic-indication .policy-cost div {
    font-size: 12px;
}

.generic-indication .policy-cost span {
    padding-top: 3px;
}

.generic-indication-discription {
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #e6e8e8;
    border-top: 0px;
}

.my-panel-arrow {
    font-size: 25px;
    padding-top: 7px;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.58);
}

@media screen and (max-width: 768px) {
    .generic-indication {
        height: 90px;
    }
    .country-code-select1 {
        margin-top: -34px;
        max-width: 55% !important;
        margin-left: auto;
    }
}

@media screen and (max-width: 1100px) {
    .country-code-select1 {
        margin-top: -34px;
        max-width: 55% !important;
        margin-left: auto;
    }

    .country-code-select {
        max-width: 44% !important;
        height: 34px;
    }
}

.generic-actions {
    padding: 9px 15px 0px 15px;
    margin: -15px;
    margin-top: 0px;
    border-top: 1px solid #e6e8e8;
}

.my-table-padding td,
.my-table-padding th {
    /*border: none !important;*/
    padding: 3px 15px !important;
    /*text-align: center !important;*/
}

.bomb-text {
    margin-bottom: 5px;
    margin-top: 5px;
}

.my-table {
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    padding: 0px;
}

.my-table .td,
.my-table .th {
    padding: 2px 15px;
    color: #5b5b60;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.my-table .th {
    font-weight: 700;
}

.transparent-input-group-addon {
    background: none;
    color: #5b5b69;
    border: 1px solid #c8c7cc;
    border-right: none;
    border-radius: 0;
}

.fa-glyph {
    font-weight: bolder;
    font-size: 16px;
}

.my-disabled {
    pointer-events: none;
    opacity: .6;
}

.invalidPassword {
    color: #a94442;
}

.validPassword {
    color: #3c763d;
}

textarea[disabled],
input[disabled],
select[disabled] {
    background: #f7f7f8 !important;
    border-color: #c8c7cc !important;
}

.m-t-a {
    margin-top: auto !important;
}

.p-rl-i {
    padding-left: inherit;
    padding-right: initial;
}

.not-allowed {
    cursor: not-allowed !important;
}

.custom-pannel-heading {
    background-color: #5F8295;
    color: #fff;
    font-weight: bold;
}

.custom-label-success {
    /*margin-right: 5px;*/
    margin-bottom: 10px;
    display: inline-block !important;
    background-color: #5cb85c;
    color: #fff;
    padding: 8px 10px 8px 8px;
    font-weight: 700;
    border-radius: 3px;
}

.custom-inner-label {
    background: #f0ad4e;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 10px;
    margin-left: -6px;
    margin-right: 15px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.custom-label-info {
    /*margin-right: 5px;*/
    margin-bottom: 10px;
    display: inline-block !important;
    background-color: #5bc0de;
    color: #fff;
    padding: 8px 10px 8px 8px;
    font-weight: 700;
    border-radius: 3px;
}

.location-icon {
    position: absolute;
    top: 25px;
    right: 28px;
    font-size: 22px;
}

.popover-wrapper .popover {
    cursor: pointer;
    font-size: 17px;
    color: gray;
    margin-left: 38%;
    right: 10px;
    top: 10px;
    position: absolute;
}




/*scan wizard css added by sujata*/

#horizontal-container {
    display: inline-block;
}

#horizontal-container .as-sortable-item,
#horizontal-container .as-sortable-placeholder {
    display: inline-block;
    /*margin-bottom: 60% !important;*/
    /*width: 224px;
    height: 210px;*/
    float: left;
}

#horizontal-container .sortable-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#horizontal-container .as-sortable-drag {
    opacity: .8;
    margin-bottom: 60% !important;
}

.wrapper-tool {
    padding-top: 17%;
}

.tooltiptail {
    background-color: #009c91;
}

.tooltiptail span {
    display: inline-block;
    border-color: #ffffff #009c91 #ffffff #ffffff;
    border-style: solid;
    border-width: 15px;
    width: 0px;
    height: 0px;
}

.codeText {
    /* background: #ddd;*/
    /*  border-radius: 5px;*/
    width: 227px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-top: 17%;
    padding-top: 16px;
    text-align: center;
    color: #333;
}

.codeText:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 13px;
    left: -26px;
    /*border-width: 13px;*/
    border-color: transparent #ddd transparent transparent;
    border-style: solid;
}

.pd-l-7 {
    padding-left: 7.5%;
}

.country-code-select {
    max-width: 26%;
    height: 34px;
}

.country-code-select1 {
    margin-top: -34px;
    max-width: 73%;
    margin-left: auto;
}


/*************************************************/

.zindex {
    z-index: 99000 !important;
}


/*************************************************/

.tr-danger td {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.submission-ind-list {
    /*background: rgba(0, 0, 0, 0.03);*/
    background: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    min-height: 52px;
}

.submission-ind-list:hover {
    /*background: rgba(0, 0, 0, 0.03);*/
    background: #F4F7FA;
    border: 1px solid transparent;
    cursor: pointer;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);*/
    outline: 1px solid #eff1f4;
    min-height: 52px;
}

.c-badge-gray {
    background-color: #dfe1e6;
    color: #253858;
}

.c-badge-blue {
    background-color: #0052cc;
    color: #fff;
}

.m-t-2 {
    margin-top: 2px;
}

.p-i {
    padding-left: initial;
    padding-right: initial;
}

.p-b-2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.carrier-name {
    /*text-transform: uppercase; */
    /*font-weight: 600; */
    font-size: 16px;
    color: #5A6978;
}

.policy-cost-m {
    text-align: center;
    color: #72A5E0;
    text-transform: uppercase;
    font-size: 15px;
}

.policy-cost-actual {
    text-align: center;
    color: #166ACD;
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B1C9E9;
}

.custom-tr {
    height: 30px;
}

.tr-data {
    padding-left: 90px;
    color: black;
}

.info-div {
    border-bottom: 1px solid #B1C9E9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #5A6978;
}

.not-padding {
    padding-left: initial;
}

.program-card {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 8px 5px 13px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}



/*****************************************************************************/

.pipelineStages ul {
    width: 100%;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    height: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.pipelineStages ul li.active {
    background: #0b9d92;
}

.pipelineStages ul li.danger {
    background: #d9534f;
}

.pipelineStages ul li {
    position: relative;
    background: #ddd;
    display: table-cell;
    text-align: left;
    line-height: 1.3em;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    user-select: none;
}

.pipelineStages ul li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pipelineStages ul li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pipelineStages ul li .stageContent .stageArrow::after {
    width: 22px;
    height: 22px;
    position: absolute;
    right: -6px;
    top: 4px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: scaleX(0.3) rotate(45deg);
    transform: scaleX(0.3) rotate(45deg);
    content: " ";
    background: #ddd;
}

.pipelineSummary .pipelineStages ul li:hover+li .stageContent .stageArrow::after {
    background: #e2e6e9;
}

.pipelineStages ul li .stageContent .stageArrow {
    width: 6px;
    height: 30px;
    position: absolute;
    top: -6px;
    left: 0px;
    overflow: hidden;
}

.pipelineStages ul li .stageContent {
    position: relative;
}

.pipelineStages ul li.active .stageContent .stageArrow::after,
.pipelineStages ul li.active .stageContent .stageArrow::after {
    background: #000;
}

.pipelineStages ul li.active+li .stageContent .stageArrow::after,
.pipelineStages ul li.active+li .stageContent .stageArrow::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    background: #0b9d92;
}

.pipelineStages ul li.danger+li .stageContent .stageArrow::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    background: #d9534f;
}

.pipelineStages ul li:first-child .stageContent .stageArrow {
    display: none;
}
#notifyAgentActions .btn-primary{
    background: #009c91;

}
#notifyAgentActions .btn-default{
    background-color: #ffffff;
    border-color: #c8c7cc;
    color: #8e8e93;

}
