@font-face {
    font-family: 'stevie_sansregular';
    src: url('fonts/steviesans_regular.eot');
    src: url('fonts/steviesans_regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/steviesans_regular.woff2') format('woff2'),
    url('fonts/steviesans_regular.woff') format('woff'),
    url('fonts/steviesans_regular.ttf') format('truetype'),
    url('fonts/steviesans_regular.svg#stevie_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*roshinz style*/

#ml-menu.menu, .action--open {
    display: none;
}

.fixed-menu-bg {
    background: #757575;
}

label.error {
    display: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    border: 1px solid #ffffff !important;
}

.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="url"], .select2 .select2-choice {
    border-color: rgba(34, 36, 38, 0.15) !important;
}

input[readonly="readonly"] {
    background: #f7f7f7 !important;
}

.ui.menu .item {
    color: #fff !important;
}

.ui.button {
    background: #e0e1e2;
    color: rgba(0, 0, 0, 0.6);
}

.ui.button:hover {
    background-color: #cacbcd;
    color: rgba(0, 0, 0, 0.8);
}

.ui.button:focus {
    background-color: #cacbcd;
    color: rgba(0, 0, 0, 0.8);
}

.titleDiv {
    color: #757575;
    border-bottom: 1px solid #f1f1f1;
}

.table_style th {
    background: #757575;
    color: #fff !important;
}

.ui.form .field > label, #ddDiv label {
    color: #757575 !important;
}

.ui.form .field > div > label {
    color: #757575 !important;
}

.ui.breadcrumb a {
    color: #757575 !important;
}

.ui.dividing.header {
    border-bottom: 1px solid #f1f1f1;
}

.input-group-addon {
    color: #555 !important;
}

.ui.breadcrumb .divider {
    color: rgba(0, 0, 0, 0.4);
}

.ui.menu .ui.dropdown .menu > .item {
    background: transparent !important;
    color: rgba(0, 0, 0, 0.87) !important;
}

.ui.menu .ui.dropdown .menu > .item:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.95) !important;
}

.ui.menu .ui.dropdown .menu > .selected.item {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.95) !important;
}

.ui.menu .ui.dropdown .menu > .active.item {
    background: rgba(0, 0, 0, 0.03) !important;
    font-weight: bold !important;
    color: rgba(0, 0, 0, 0.95) !important;
}

.table_style tbody tr td a {
    color: rgba(255, 64, 129, 0.7);
}

.table_style tbody tr td .dropdown .menu a {
    color: #757575;
}

.table_style tbody tr td {
    /*color: #757575;*/
}

a.table-btn {
    background: #e0e1e2;
    color: rgba(0, 0, 0, 0.6) !important;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
    border: 1px solid #d4d4d5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #f1f1f1 !important;
    background-color: rgba(158, 158, 158, .2) !important;
}

#ml-menu.menu {
    background: #757575;
}

.menu__link, .menu__breadcrumbs a, .menu__link[data-submenu]::after, .menu__breadcrumbs a:not(:last-child)::after {
    color: #fff !important;
}

.menu__link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal !important;
}

.menu__link:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.05) !important;
}

.menu__breadcrumbs a:hover {
    color: #fff !important;
}

.menu__link[data-submenu]:hover::after {
    color: #fff;
}

.action--close {
    color: #fff !important;
}

.red-Btn {
    box-shadow: rgb(230, 122, 115) -49px 39px 0 -50px !important;
    background: rgba(244, 67, 54, 0.6) !important;
    color: #fff;
}

.red-Btn:hover {
    background: rgba(244, 67, 54, 0.8) !important;
}

.logo_sibro {
}

.logo_sibro p {

    line-height: normal !important;
}

.logo_sibro p span {
    font-family: sans-serif !important;
    margin-right: 10px;
    background: #35bdb2;
    padding: 4px 10px;
    display: inline-block;
    font-size: 23px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.logo_sibro p span:before {
    opacity: 1;
    visibility: visible;
    top: -2px;
    margin-left: 0;
    content: "";
    position: absolute;
    left: 85%;
    width: 2px;
    height: 13px;
    background: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    transform: rotate(45deg);
}

.logo_sibro p span:after {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
    bottom: -2px;
    margin-left: 0;
    left: 10%;
    width: 2px;
    height: 13px;
    background: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
    transform: rotate(45deg);

}

#ddDiv label {
    font-size: 0.92857143em;
}

.float-none {
    float: none !important;
    margin: auto;
    text-align: center;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-12 {
    margin-bottom: 12px !important;
}

.ui.fixed.menu {
    z-index: 977 !important;

}

.table_style tbody tr td a {
}

.ui.vertical.segment .ui.center.aligned.container {
    padding-top: 180px;
}

.ui.selection.dropdown {
    min-width: auto !important;
}

.ui.button.search-button {
    height: 38px;
}

.dataTables_length label {
    margin-bottom: 0 !important;
}

.table_style tfoot td {
    border-top: 1px solid #f1f1f1 !important;
}

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

.select2 {
    width: 100% !important;
    outline: none !important;
}

.select2:focus {
    outline: none !important;
}

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

.select2-choice {
    height: 37px !important;
    line-height: 37px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.select2-container-active .select2-choice {
    border-color: #85b7d9 !important;
}

.select2-drop.select2-drop-active {

}

.select2-search {
    padding-right: 5px !important;
}

.ui.container {
    width: 88% !important;
}

.header-box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}

.custom-content-body {
    background: #fff;
    min-height: 500px;
}

.android-navigation .mdl-navigation__link.active {
    border-bottom: 4px solid #8bc34a;
}

.auto {
    margin: auto;
    height: auto;
    width: auto;
    overflow: hidden;
}

.insd_custom-content-body {
    width: 88%;
    background: #fff;
    min-height: 200px;
    overflow: visible;
}

/*breadcrumb*/
.breadcrumb-outer {
    border-bottom: 1px solid rgba(117, 117, 117, 0.2);
    width: 100%;
    margin-bottom: 14px;
    padding: 11px 0 10px 0;
    min-height: 58px;
}

.ui.breadcrumb {
    line-height: 1;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    padding-top: 10px;

}

.ui.breadcrumb .section {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.ui.breadcrumb .divider {
    display: inline-block;
    opacity: .7;
    margin: 0 .21428571rem;
    font-size: 1em !important;
    vertical-align: baseline;
}

.ui.breadcrumb .divider .material-icons {
    position: relative;
    top: 4px;
    font-size: 17px;
}

.ui.breadcrumb .active.section {
    font-weight: 700;
}

/*table style*/
.table_style {
    border-collapse: collapse !important;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    text-align: left;
}

table.table_style *:first-child tr:first-child {
    border-top: 1px solid #f1f1f1;
}

.table_style tbody tr td.status {
    width: 3%;
}

.table_style tr {
    padding: 1rem !important;
    border-top: 1px solid #f1f1f1 !important;
}

.table_style thead th {
    padding-left: 10px !important;
    padding: 15px;
    border-bottom: none;
    padding: 10px 18px;
    font-size: 12px;
    text-transform: uppercase;
    outline: none !important;
}

.table_style tbody tr td {
    padding: 15px 0;
    border-bottom: none !important;
    padding: 8px 10px;
}

.table_style tbody tr td a {
    cursor: pointer;
    text-decoration: none;
}

.statusIndicator {
    background: rgba(117, 117, 117, 0.7);
}

.statusIndicator {
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.999) translateZ(0);
    transform: scale(0.999) translateZ(0);
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.statusIndicator.active {
    background: #15CD72 !important;
}

.more-option {
    text-align: center;
    margin: 0;
}

.more-option {
    position: relative;
    display: inline;
}

.more-option .menu-dropdown:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -7px;
    z-index: 2;
}

.more-option .menu-dropdown:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ddd;
    top: -9px;
}

.more-option .menu-dropdown li:first-child {
    border-radius: 5px 5px 0 0;
}

.more-option .menu-dropdown li {
    min-width: 170px;
    background: #fff;
    padding: 12px 10px 0;
    display: block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.more-option .menu-dropdown .menu-dropdownItems {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 0;
    margin: 0 0;
}

.more-option .menu-dropdown {
    min-width: 170px;
    margin-bottom: 40px;
}

.menu-dropdown-more-options.active {
    opacity: .999 !important;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
    transform: translate3d(-50%, 0, 0) !important;
}

.more-option .menu-dropdown {
    color: #676767;
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    opacity: .001;
    -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd, 10px solid #fff;
    margin: 0 0 25px 0;
    -webkit-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    z-index: 2;
    left: 50%;
    top: calc(50% + 22px);
    min-width: 150px;
    display: block;
}

.more-option .menu-dropdown li:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #ddd;
    color: #ED4F32;
    padding-bottom: 12px;
}

.more-option .menu-dropdown li:last-child a {
    text-decoration: none;
    color: #ED4F32;
}

.more-option .menu-dropdown li:nth-last-child(2) {
    padding-bottom: 12px;
}

.more-optBtn {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    border-width: 15px 30px;
}

/*selection off*/
/*html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

.more-option .mdl-menu__container {
    top: 19px !important;
}

.more-option .mdl-menu__container a {
    color: #757575;
    text-decoration: none;
}

.more-option .material-icons {
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.more-option .material-icons:hover {
    background: rgba(158, 158, 158, .2);
}

.android-footer {
    margin-top: 55px;
}

.two-line-text {

}

.two-line-text div:nth-child(1) {
    font-weight: 600;
    font-size: 13px;
}

.two-line-text div:nth-child(2) {
    font-size: 12px;
}

.dataTables_wrapper {
    width: 100% !important;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_filter input {
    outline: none;
    border: 1px solid #f1f1f1 !important;
    padding: 6px 10px;
}

.dataTables_length select {
    outline: none;
    border: 1px solid #f1f1f1 !important;
    padding: 5px 10px;
    background: none !important;
    color: #757575 !important;
}

.filterSwitch {
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.filterDiv {
}

img.logo {
    margin-right: 1.5em !important;
}

.mrg-top-adj {
    margin-top: 55px;
}

.ui.vertical.footer.segment {
    margin-top: 55px;
}

.ui.vertical.footer.segment .ui.stackable.divided.grid {
    margin-top: 10px;
}

.dropdown-more-optn a {
    color: #757575 !important;
}

.filterDiv, .filterDiv1, .filterDiv2, .filterDiv3 {
    margin: auto;
    width: auto;
    margin-bottom: 15px;
    display: none;
}

.filterSwitch, .filterSwitch1, .filterSwitch2 {
    z-index: 9999;
    display: inline-block;
    height: 36px;
}

.filterDiv .ui.selection.dropdown {
    width: 100%;
}

.filterDiv .search-button {
    width: 100% !important;
}

.dropdown-more-optn .item:last-child {
    background: rgba(255, 0, 0, 0.3) !important;
}

.dropdown-more-optn .item:last-child a {
    color: #222 !important;
}

.addMenu-top:before {
    display: none;
}

.center {
    text-align: center;
}

.titleDiv {
    padding-bottom: 15px;
    text-transform: uppercase;
}

.titleDiv h2 {
    font-size: 17px;
    font-weight: bold;
}

/*custom tab*/
.custom-tab {
    height: auto;
    width: auto;
    overflow: hidden;
}

.custom-tab .item {
    color: #757575;
    padding: 10px 20px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border-bottom: 1px solid #f1f1f1;
}

.custom-tab .item.active {
    font-weight: bold;
    background: #cacbcd;
    color: rgba(0, 0, 0, 0.6) !important;
}

.custom-tab .item:hover {
    background: #e0e1e2;
    color: rgba(0, 0, 0, 0.6) !important;
}

.custom-tab-segment {
    border: 0 !important;
    padding: 10px 0 !important;
}

.spilt-2 .item {
    width: calc(100% / 2);
}

.spilt-3 .item {
    width: calc(100% / 3);
}

.spilt-4 .item {
    width: calc(100% / 4);
}

.spilt-5 .item {
    width: calc(100% / 5);
}

.tab-content, .afterTitle {
    overflow: visible !important;
}

.add-more-section.ui.dividing.header {
    line-height: 37px;
    padding-bottom: 10px !important;
}

.add-more-wrapper {
    margin-top: 20px;
}

.add-more-wrapper .add-more-section.ui.dividing.header {
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}

.add-more-wrapper .multi-field {
    position: relative;
    margin-top: 18px;
}

.add-more-wrapper .fields {
    width: 100%;
}

.add-more-wrapper .multi-field:first-child .remove-field {
    visibility: hidden;
}

.ui.fixed.menu .ui.container {
    position: relative;
}

.ui.fixed.menu .ui.container .menuRight {
    position: absolute;
    right: 0;
}

.ui.fixed.menu .ui.container .menuRight .item {
    display: inline-block;
    padding: 18px 12px;
}

.ui.fixed.menu .ui.container .menuRight .add.icon {
    font-size: 18px;
    margin: 0 !important;
}

.ui.fixed.menu .ui.container .menuRight .settings.icon {
    font-size: 18px;
    margin: 0 !important;
}

.divider-line {
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
    padding: 10px 0;
    overflow: hidden;
    margin: auto;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.one.fields .field {
    width: 100%;
}

.show-joint-bsns.show {
    opacity: 1;
    transition: opacity 0.3s, height 0.3s ease-in;
    height: 148px !important;
    visibility: visible !important;
}

.show-joint-bsns {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, height 0.3s ease-out;
}

.jointBsns-wrapper:first-child .directbsns-perctg {
    visibility: hidden;
    transition: opacity 0.3s;
    opacity: 0;
}

.jointBsns-wrapper.show:first-child .directbsns-perctg {
    visibility: visible !important;
    opacity: 1
}

.jointBsns-wrapper.show .directbsns-perctg {
    visibility: visible !important;
    opacity: 1
}

tr.collapse.in {
    display: table-row !important;
    transition: all 0.3s;
}

.cursr-pointer {
    cursor: pointer;
}

tr.accordion-toggle {
    background: #e0e1e2;
    color: rgba(0, 0, 0, 0.4) !important;
}

table#upcom_renewal {
    margin-top: 25px;
}

.settingsMenu-top:after {
    position: absolute;
    content: '';
    top: 0%;
    right: 0;
    height: 100%;
    width: 1px;
    background: rgba(34, 36, 38, 0.1);
}

.settingsMenu-top {
    padding: 20px 12px !important;
}

.addMenu-top {
    margin-right: -3px;
}

table_style .editBtn {
}

.table_style .editBtn .edit.icon {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
}

.width-min-100 {
    width: 100px !important;
}

.width-min-125 {
    width: 125px !important;
}

#bsns_stamtnTable tfoot, #servc-tax-rcldTable tfoot {
    background: #e0e1e2;
}

#bsns_stamtnTable tfoot td, #servc-tax-rcldTable tfoot td {
    padding: 8px 10px;
    font-weight: bold;
}

#select2_quarter {
    display: none;
}

#select2_month {
    display: none;
}

#select2_year {
    display: none;
}

#select2_quarter.active {
    display: block !important;
}

#select2_month.active {
    display: block !important;
}

#select2_year.active {
    display: block !important;
}

.width-full {
    width: 100%;
}

.mbtm-15 {
    margin-bottom: 15px !important;
}

.ui.action.input:not([class*="left action"]) > input {
    border-right-color: rgba(34, 36, 38, 0.15) !important;
}

.ui.action.input input[type="file"] {
    padding: 6px 14px !important;
}

.paymntDiv.display {
    visibility: visible !important;
}

.prem_paymt.hide {
    visibility: hidden !important;
}

.paymntDiv {
    visibility: hidden;
}

#no_policy_sghtDiv {
    visibility: hidden;
}

#no_policy_sghtDiv.display {
    visibility: visible !important;
}

.prem_paymt.display {
    visibility: visible !important;
}

.prem_rfnd.display {
    visibility: visible !important;
}

.radio-custom-div input[type="radio"] {
    display: none;
}

.radio-custom-div {
    margin: auto;
    height: auto;
    overflow: hidden;
    width: auto;
}

.radio-custom-div input[type="radio"] + label {
    width: 18px;
    height: 18px;
    display: inline;
    cursor: pointer;
    color: #757575;
    background: url(images/rad-cust.png) no-repeat;
    background-position: 0 1px;
    padding-left: 22px;
    margin-right: 10px;
    font-weight: normal;
}

.radio-custom-div input[type="radio"]:checked + label {
    background-position: 0 -27px !important;
}

.prem_paymt-type {
    visibility: hidden;
    height: 0;
}

.prem_paymt-type.display {
    visibility: visible !important;
    height: auto;
}

#chequeDiv, #ddDiv {
    visibility: hidden;
    height: 0;
}

#chequeDiv.display, #ddDiv.display {
    visibility: visible !important;
    height: auto;
}

.prem_paymt-amnt-rcvd, .prem_rfnd-paid {
    display: none;
}

.prem_paymt-amnt-rcvd.display, .prem_rfnd-paid.display {
    display: block !important;
}

.paymntDiv-outer, #courirDiv {
    visibility: hidden;
    height: 0;
}

.paymntDiv-outer.display, #courirDiv.display {
    height: auto;
    visibility: visible !important;
}

.fc-toolbar h2 {
    color: #757575;
    font-size: 15px;
    display: block;
    padding-top: 6px;
}

#calendar .fc-today-button, #calendar .fc-prev-button, #calendar .fc-next-button {
    background: #e0e1e2 none;
    border: none;
    text-shadow: none !important;
    -moz-text-shadow: none !important;
    -o-text-shadow: none !important;
    -ms-text-shadow: none !important;
    -webkit-text-shadow: none !important;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    outline: none;
    font-weight: bold;
}

#calendar .fc-today-button:hover, #calendar .fc-prev-button:hover, #calendar .fc-next-button:hover {
    background-color: #cacbcd;
}

.fc-event {
    border-radius: 0 !important;
    background: #757575 !important;
    border: 1px solid rgba(34, 36, 38, 0.15) !important;
}

td.popup {
    cursor: pointer;
    color: rgba(255, 64, 129, 0.7) !important;
}

.filterDiv.always-show {
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
    display: block !important;
}

.out_filterDiv {
    position: relative;
}

.out_filterDivLft {
}

.out_filterDivRht {
    position: absolute;
    right: 0;
    top: 23px;
}

/*model at center css*/
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*end model center*/
#modalMarkasLost label, #delete-prospectbsnPopup label {
    margin-top: 9px;
    font-weight: normal;
    font-size: 14px;
}

#modalMarkasLost .ui.button {
    padding: 12px 20px;
}

#modalMarkasLost .row, #delete-prospectbsnPopup .row {
    margin-bottom: 10px;
}

#modalMarkasLost .row:last-child, #delete-prospectbsnPopup .row:last-child {
    margin-bottom: 0 !important;
}

.mymodal {
    color: #757575 !important;
}

.mymodal .modal-header {

}

.mymodal .modal-header h4 {
    text-transform: uppercase;
    font-size: 12px;
}

.mymodal .modal-footer.no-closebtn {
    padding: 22px;
}

.dropdown-more-optn-no-delete a {
    color: #757575 !important;
}

#contactInfo1.enable, #contactInfo1_update.enable, #contactInfo2.enable, #contactInfo2_update.enable, #policyInfo1.enable, #policyInfo2.enable, #policyInfo3.enable {
    display: block !important;
}

kbd {
    background: #e0e1e2 !important;
    color: #757575 !important;
}

kbd.active {
    background: #7cba45 !important;
    color: #fff !important;
}

.filterDiv .ui.form {
    overflow: visible;
    clear: both;
    display: inline-block;
    width: 100%;
}

.ui.grid .column label {
    color: #757575 !important;
    font-size: 0.92857143em;
}

.ui.grid .column.no-label {
    margin-top: 25px !important;
}

.field.no-label {
    margin-top: 22px !important;
}

.policyTablDiv {
    margin-bottom: 15px;
}

.table_style_info, .historyTabl {
    border: 1px solid #f1f1f1;
    background: #f9fafb;
}

.table_style_info tr th, .historyTabl tr th {
    background: none !important;
    font-weight: bold;
    color: #757575 !important;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 12px;
}

.table_style_info tr th {
    /*width: 50%;*/
}

.table_style_info_claims, .historyTabl {
    border: 1px solid #f1f1f1;
    background: #f9fafb;
}

.table_style_info_claims tr th, .historyTabl tr th {
    background: none !important;
    font-weight: bold;
    color: #757575 !important;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 12px;
}

.table_style_info_claims tr th {
    width: 33%;
}

.history-infoTablDiv {
    margin-bottom: 15px;
}

.historyTabl tr th {
    width: 10%;
}

.insd-add-newfld .select2 .select2-results li:first-child {
    font-weight: bold;

}

.text-left {
    text-align: left;
}

#closeProsopectBtn, #delete-permentBtn, #changeBrkrgBtn, .ui.button.red_btn {
    box-shadow: rgb(230, 122, 115) -49px 39px 0 -50px !important;
    background: rgba(244, 67, 54, 0.6) !important;
    color: #fff;
}

#closeProsopectBtn:hover, #delete-permentBtn:hover, .ui.button.red_btn:hover {
    background: rgba(244, 67, 54, 0.8) !important;
}

.ui.form .not-required.fields:not(.grouped) > .field > label:after, .ui.form .not-required.fields.grouped > label:after, .ui.form .not-required.field > label:after, .ui.form .not-required.fields:not(.grouped) > .field > .checkbox:after, .ui.form .not-required.field > .checkbox:after {
    margin: -0.2em 0 0 0.2em;
    content: '*';
    color: rgba(0, 0, 0, 0.87) !important;
}

.bootstrap-datetimepicker-widget .btn.btn-primary {
    background: #cacbcd !important;
    border: none !important;
    color: #292929 !important;
}

.bootstrap-datetimepicker-widget {
    z-index: 99999 !important;
}

table tr td.contact-info-td {
}

table tr td.contact-info-td p {
    font-size: 12px;
    line-height: normal;
    padding-bottom: 0;
    margin-bottom: 5px;
}

div.slider {
    display: none;
}

tr.shown td.details-control .tcon::before {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
    width: 62%;
}

tr.shown td.details-control .tcon::after {
    -webkit-transform: rotate(-180deg) translate(-37.5%, 0);
    transform: rotate(-180deg) translate(-37.5%, 0);
    width: 62%;
}

td.details-control .outer-add-icon {
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 0 0 !important;
    background: #fff;
}

.table_style_accordion {
}

.table_style_accordion tbody tr:nth-child(even) {

}

/*.table_style_accordion tr:nth-child(even) td {
    margin-bottom: 0;
    border-top: none !important;
    padding: 5px 0;
}*/

table.dataTable tbody .slider td {
    padding-top: 0px;
}

.table_style_accordion tr:nth-child(even) td tbody tr {
    border-top: none !important;
}

.table_style_accordion .ui.steps .step {
    padding: 1.14285714em 1em !important;
}

.table_style_accordion .ui.steps .step .title, .innerPage_stepDiv .ui.steps .step .title {
    color: #757575;
    font-weight: 600;
    font-size: 12px;
}

.table_style_accordion .ui.steps .step .description, .innerPage_stepDiv .ui.steps .step .description {
    color: rgba(255, 64, 129, 0.7) !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.table_style_accordion .ui.steps .step:first-child, .innerPage_stepDiv .ui.steps .step:first-child {
    padding-left: 15px !important;
}

.innerPage_stepDiv {
    margin-bottom: 15px;
}

.innerPage_stepDiv .turn-around-timeDiv {
    max-width: 142px !important;
}

.table_style_accordion .ui.steps {
    border: 1px solid rgba(34, 36, 38, 0.08) !important;
}

.tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 18px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-indent: -9999px;
    position: absolute;
}

.tcon-plus {
    height: 15px;
    position: relative;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    width: 18px;
    padding: 0 !important;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    display: inline-flex;
}

.tcon-plus::before, .tcon-plus::after {
    content: "";
    border-radius: 2px;
    display: block;
    width: 85%;
    height: 25%;
    position: absolute;
    top: 37%;
    left: 8%;
    transition: 0.3s;
    background: #757575;
}

.tcon-plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tcon-plus::before, .tcon-plus::after {
    content: "";
    border-radius: 2px;
    display: block;
    width: 85%;
    height: 25%;
    position: absolute;
    top: 37%;
    left: 8%;
    transition: 0.3s;
    background: #757575;
}

.table_dashboard_hd {
    background: #e0e1e2;
    color: rgba(0, 0, 0, 0.4) !important;
    cursor: pointer;
}

#quarter-1 tr:first-child {

}

.table_dashboard_hd td {
}

.turn-around-timeDiv {
    border: 1px solid rgba(34, 36, 38, 0.1);
    border-radius: 5px;
    padding: 14px 18px;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    background: rgba(224, 225, 226, 0.3) !important;
    margin-right: 5px;
    max-width: 128px !important;
}

.turn-around-timeDiv:after {
    height: 105% !important;
    width: 8px !important;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(0deg) !important;
    -ms-transform: translateY(-50%) translateX(50%) rotate(0deg) !important;
    transform: translateY(-50%) translateX(50%) rotate(0deg) !important;
    border-left: 1px solid rgba(34, 36, 38, 0.1) !important;
}

.turn-around-timeDiv .title {
    color: #757575;
    font-weight: 600;
    font-size: 12px;
}

.turn-around-timeDiv .description {
    font-weight: normal;
    font-size: 0.92857143em;
    color: #757575 !important;
}

.table_style_accordion .ui.steps .step:nth-child(2) {
    margin-left: 10px;
}

.custom_scoll {
    overflow: hidden;
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
    max-width: 1187px;
    top: 0 !important;
    margin: 5px 0 !important;
}

.custom_scoll .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .custom_scoll .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -13px !important;
}

.date-picker input[type='text'], .date-time-picker input[type='text'] {
    text-align: left;
    background: #ffffff;
    border: 1px solid rgba(34, 36, 38, 0.15);
}

.checkbox-custom input[type='checkbox'] {
    top: -4px !important;
    left: 20px !important;
}

.select2-container-multi .select2-choices {
    border: 1px solid rgba(34, 36, 38, 0.15) !important;
    outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 4px 0 !important;
}

.select2-container.select2-container-multi.select2.select2-dropdown-open .select2-choices {
    border: 1px solid #85b7d9 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    border: 1px solid rgba(34, 36, 38, 0.15) !important;
    background: #eee !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.checkbox-custom-label input[type='checkbox'] {
    left: 20px !important;
    top: -4px !important;
}

.checkbox-custom-label {
    display: block !important;
}

.m-b-8 {
    margin-bottom: 8px;
    display: inline-block;
}

#reconciliation-table .ui.checkbox {
    top: 3px;
}

a.table-btn {
    display: block;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    padding: 4px 10px;
    margin-bottom: 5px;
    border-radius: 0.28571429rem;
    margin-top: 5px;
}

td.editable {
    outline: none !important;
    border: none !important;
}

td.editable p {
    outline: none !important;
    border: 1px solid rgba(34, 36, 38, 0.15);
}

.edit_save_Div1.hideMe a {
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}

.table_style .not_editableField {
    outline: none;
    border: none;
    color: #757575;
}

#reconciliation-table input[type='text'] {
    max-width: 70px;
    text-align: center;
    border: 1px solid rgba(34, 36, 38, 0.15);
    background: none !important;
}

#modalsave {
    top: 0 !important;
}

#modalsave button {
    outline: none !important;
}

.step.turn-around-timeDiv {
    cursor: default !important;
}

.three-line-text div:nth-child(1) {
    font-weight: 600;
    font-size: 13px;
}

.three-line-text div:nth-child(2) {
    font-size: 12px;
}

.three-line-text div:nth-child(3) {
    font-size: 12px;
}

#payment_ref_textbox label, #payment_ref_dropdown label {
    color: #757575 !important;
}

.red-Btn {
    box-shadow: rgb(230, 122, 115) -49px 39px 0 -50px !important;
    background: rgba(244, 67, 54, 0.6) !important;
    color: #fff !important;
}

.red-Btn:hover {
    background: rgba(244, 67, 54, 0.8) !important;
}

.table_style_info_claim {
    border: 1px solid #f1f1f1;
    background: #f9fafb;
}

.table_style_info_claim tr th {
    width: 4%;
    background: none !important;
    font-weight: bold;
    color: #757575 !important;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 12px;
}

.table_style_info_claim tr td.doc-name-td {
    width: 45.5% !important;
}

/*custom intupt type file css*/

.custom-fileuploadDiv {
    position: relative;
}

.custom-fileuploadDiv div.browse-wrap {
    top: 0px;
    left: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 8px 15px;
    max-width: 120px;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    text-align: center;
    position: relative;
    display: inline-block;
}

.custom-fileuploadDiv div.title {
    font-size: 14px;
}

.custom-fileuploadDiv input.upload {
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    outline: none;
    cursor: inherit;
    position: absolute;
}

.custom-fileuploadDiv span.upload-path {
    position: relative;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.custom-fileuploadDiv span.upload-path .ui.button {
    margin-top: -8px;
}

.table_style_info_claim .ui.checkbox {
    margin-top: 13px;
}

.table_style_info_premium {
    border: 1px solid #f1f1f1;
    background: #f9fafb;
}

.table_style_info_premium .ui.checkbox {
    margin-top: 13px;
}

.table_style_info_premium th {
    background: #f9fafb;
    color: #757575 !important;
    font-weight: bold;
    padding: 18px 0;
}

.table_style_info_premium td {
    padding-left: 0 !important;
}

.table_style_info_premium td:first-child {
    padding-left: 22px !important;
    width: 5%;
}

.table_style_info_premium th {
}

.clientAdrsFld {
    width: 67% !important;
}

#Div_policies_sought_dynamic {
    margin-top: 15px;
}

.jointBsns-wrapper.show .directbsns-perctg {
    display: block !important;
}

.policyTablDiv {
    width: 100%;
}

.dt-buttons {
    float: right;
    margin-left: 5px;
    margin-top: -2px;
}

.followup_note {
    position: relative;
}

.ui.form .followup_note input[type="text"] {
    padding-right: 140px;
}

.followup_note .ui.button {
    position: absolute;
    bottom: 1px;
    right: -4px;
    border-radius: 0 4px 4px 0;
}

.ui.button.delete_btn {
    box-shadow: rgb(230, 122, 115) -49px 39px 0px -50px;
    background: rgba(244, 67, 54, 0.6);
    color: #fff;
}

.ui.button.enable_btn {
    box-shadow: rgb(119, 230, 146) -49px 39px 0px -50px;
    background: rgb(124, 186, 69);
    color: #fff;
}

.ui.button.delete_btn:hover {
    background: rgba(244, 67, 54, 0.8);
}

.word_wrap {
    word-break: break-all;
}

.select2-drop {
    z-index: 9999 !important;
}

.inner_form {
    background-color: #e0e0e02e;
}

.ui.button.cancel_btn {
    background: #7575756e;
}
@media only screen and (max-width: 1350px) {
    /* reset modal center to top*/
    .modal:before {
        content: '';
        display: inline-block;
        height: 0%;
        vertical-align: middle;
        margin-right: -4px;
    }
    
}