﻿

/********** containers, rows, col etc ******/
.container-fluid {
    padding-right : 0px;
    padding-left : 0px;
}

/********* Typography ***********/
h1, h2, h3, h4, h5 {    
    color : #000000;
    font-weight : bold;
}

h1 {    
    font-size: 32px;
    line-height: 38px;
}

h2 {
    font-size : 22px;
    line-height : 28px;
}

h3 {
    font-size : 20px;
    line-height : 24px;
}

h4 {
    font-size : 18px;
    line-height : 22px;
}

h5 {
    font-size : 16px;
    line-height : 20px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

p, div.changefromP {
    font-size : 16px;
    line-height : 24px;    
    color: #000; 
    margin-bottom : 0px;   
}

/*************** Forms and validation ************/

input:focus {
    color : #000 !important;
    outline: none;
}

label {
    font-size : 16px;
    line-height : 18px;
    color : #000;
    /*margin-bottom : 9.6px;*/
    margin-bottom: 8px;
}

.form-control {
    font-size: 16px;
    line-height: 18px;
    /*//color : #aca7aa;*/
    color: #000 !important;
    border: 1px solid #949494;
    height: 40px;
    padding: 11px 10px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #949494;
    outline: 2px solid #2F7370;
    outline-offset: 2px;
    color: #aca7aa;
    box-shadow: none;
}

    .form-control::placeholder { 
        color: #000 !important;
        opacity: 1;
    }

    .form-control::-webkit-input-placeholder {
        color: #000 !important;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #000 !important;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #000 !important;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #000 !important;
        opacity: 1;
    }

.form-group {
    /*margin-bottom : 1rem;*/
    margin-bottom: 15px;
}

.form-error {
    border-color: #e44747 !important;
    border: 1px solid;
    border-radius: 4px;
}

.form-error-date {
    border: 1px solid #e44747 !important;
}


.form-error-msg {
    font-size : 16px;
    line-height : 22px;
    color : #e44747;
    margin-top : 6px;
}

.coverage-form-helper-text {
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    color: #000;
    margin-top: 6px;
}

/* Fro drag drop component*/
.form-error .col-6 .drg-drop-div.error-drag-side {
    border-color: #e44747 !important;
}

.error-color {
    color: #e44747;
}

.error-info {
    color : #e44747;
    margin : 11px 0 10px 0 !important;
}

.form-check-inline .form-check-input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.form-check-inline label {
    line-height: 22px;
}
/************* Buttons ***************/

.btn {
    padding: 16px 40px;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 4px;
    height: 50px;
    border: 0px;
    margin-top: 10px;
    transition: 0.3s ease-out;
}

.btn.mr-4 { margin-right: 10px !important;}

.btn-primary {
    background-color: #DD0030;
}

.btn-primary:hover {
    background-color: #9B0723;
    border: 0px;
}

.btn-outline {
    border : 1px solid #E9E6E7;
    color : #8A8386;
}

.btn-sec {
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000;
    padding: 5px 10px;
    height: 30px;
    text-transform: none;
    font-size: 14px;
    display: inline-block;
    background-color: #FFFFFF;
}

a.btn-sec {
    border: 1px solid #000000;
    text-decoration: none;
    background-color: #FFFFFF;
}
a.btn-sec:hover, a.btn.btn-sec:hover {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.btn-sec:hover {
    background: #000000;
    color: #FFFFFF;
}

.btn-sec:active {
    background-color: #ac0039;
    color: #000000;
}
/*************** Links *************/
a {
    font-size : 14px;
    text-decoration : underline;
    line-height : 20px;
    color : #000000;
}

/************ Remove password eye icon*********/
input::-ms-clear, input::-ms-reveal {
    display: none;
}

/**** Changes to select box -- change in select2 plugin ******/
.select2-container--default .select2-selection--single {
    border: 1px solid #949494;
}
.select2-container--open .select2-selection--single {
    border: 2px solid #2F7370 !important;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid #2F7370;
    outline: 0 !important;
}

.select2-container .select2-selection--single {
    height : 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--classic .select2-selection--single .select2-selection__rendered,
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    color: #000 !important;
    font-size: 16px;
    line-height: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
    opacity: 1;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding : 8px 10px 0px;
    
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    top: 8px;
    color: #000000;
    border-color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent !important;
}

.select2-container--default .select2-results__option,
.select2-container--classic .select2-results__option {
    color: #000 !important;
    font-size: 16px;
    line-height: 22px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color : #f6f6f6;
    color : #4d4b4d;
}

.drp-custom {
    width : 100% !important;
}

.select2-search__field {
    background: #fff url('../../Images/Icons/Black-icons/Magnifier.svg') no-repeat 5px 50%;
}

.select2-search--dropdown .select2-search__field {
    padding: 5px 5px 5px 30px;
    border-radius: 4px;
}

.select2-dropdown {
    /*border-radius: 4px;*/
    border: 2px solid #2F7370;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    right: 22px;
    font-weight: bold;
    background: #fff;
    /*padding: 2px;*/
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000;
    /*font-weight: 700;*/
}

/*********** Uploade Files changes ********/
.display-block {
    display : block;
}

.custom-file {
    width : 100%;
    height : 40px;
}

.custom-file-label {
    border-radius: 4px;
    border: 1px solid #949494;
    padding-left: 25%;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.custom-file-label::after {
    left: 0px;
    top: 0px;
    right: 77%;
    cursor: pointer;
    border-radius: 0px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background-color: #949494;
    height: 38px;
    padding: 11px 0px;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #949494;
    outline: 2px solid #2F7370;
    outline-offset: 2px;
    box-shadow: none;
}

/************* Bootstrap Modal ***********/
.modal-content {
    color : #000;
}

/************* Changes to bootstrap Datatable******************/
.dataTables_wrapper {
    position:relative;
}

div.dataTables_wrapper div.dataTables_info {
   padding-top: 0px !important;
   margin-top: 10px;
   margin-bottom: 12px;
   float: right;
   margin-right: 10px;
   color: #4D4B4D;
   font-size: 14px;
   line-height: 16px;
}

.dataTables_wrapper .col-sm-12.col-md-6 .dataTables_length {
    /* When no page size dropdown*/
    display: none;
}

.dataTables_wrapper .row.pagination-row {
    display:flex;
}


.dataTables_wrapper .row.pagination-row .show-items {
    flex: 1;
    order: 2;
    padding: 0px;
}

.dataTables_wrapper .row.pagination-row .page-numbers {
    flex: 1;
    order: 1;
    padding:0px;
}

.dataTables_wrapper .dataTables_scrollHeadInner {
    width:100% !important;
}

.dataTables_scrollFoot {
    border-right-width: 1px !important;
    border-right-style: solid !important;
    border-right-color: #dee2e6 !important;
}
table.dataTable thead tr th {
    position: relative;
    background-image: none !important;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    padding:10px;
    border-bottom-width: 0;
    text-transform: uppercase;
    font-weight: bold;
}
  
/** Sorting Icon Stylesheet */
table.dataTable thead .sorting:before, 
table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_asc_disabled:before, 
table.dataTable thead .sorting_desc_disabled:before{
    content: none;
}
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after{
     content: none;
}
table.dataTable thead > tr > th.sorting_asc, 
table.dataTable thead > tr > th.sorting_desc, 
table.dataTable thead > tr > th.sorting, 
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc, 
table.dataTable thead > tr > td.sorting_desc 
{
    padding-left: 22px !important;
    padding-right: 10px !important;
}

table.dataTable thead .sorting_asc {
  background-image: url(../../Images/Icons/White-icons/Arrow-Ascending.svg) !important;
  background-size: 11px 14px;
  background-repeat: no-repeat;
  background-position: 8px center;
}
table.dataTable thead .sorting_desc {
  background-image: url(../../Images/Icons/White-icons/Arrow-Descending.svg) !important;
  background-size: 11px 14px;
  background-repeat: no-repeat;
  background-position: 8px center;
}
table.dataTable thead .sorting {
  background-image: url(../../Images/Icons/White-icons/Arrow-Sorting-Default.svg) !important;
  background-size: 11px 14px;
  background-repeat: no-repeat;
  background-position: 8px center;
}
table.dataTable thead .sorting_disabled, 
table.dataTable thead .sorting-disabled, 
table.dataTable thead .sorting:empty,
table.dataTable thead .sorting[aria-label^="Action" i],
table.dataTable thead .sorting[aria-label^="Actions" i],
table.dataTable thead .sorting[aria-label^="Edit" i] {
    background-image: none !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
    cursor: default;
    pointer-events: none;
}
table.dataTable thead .sorting_disabled.sorting,
table.dataTable thead .sorting-disabled.sorting_asc
{  
    background-image: none !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
    cursor: default;
    pointer-events: none;}
table.dataTable thead .dt-checkboxes-select-all.sorting_disabled
 {pointer-events: auto;}
table.dataTable thead th.dt-checkboxes-select-all{text-align: left}

/** End */

table.dataTable .disable-link {
    cursor: default !important;
}

div.dataTables_wrapper div.dataTables_filter {
  /* For no global search*/
  display:none;
}

.dataTables_wrapper .row.body-rows {
    margin-top: -6px !important;
    margin-bottom: -6px !important;  
}

.dataTables_wrapper .row.body-rows .col-sm-12 {
    max-width: none;
}

.dataTables_wrapper .dataTables_scrollHeadInner, 
.dataTables_wrapper .dataTables_scrollHeadInner table, 
.dataTables_scrollBody table{
    min-width: 100% !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     
     .dataTables_wrapper .row.body-rows {
        width:100%;
    }

    table.dataTable thead th.sorting_desc:after , table.dataTable thead th.sorting_asc:after {
        width:20px;
        height:20px;
    }
}

.dataTables_wrapper .row.pagination-row {
    margin-top: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    color: #867f82;
    background-color: #E9E6E7;
}

.dataTables_wrapper .row.hide-pagination {
    display:none;
}

.paginate_button.page-item {
    min-width: 30px;
}
.paginate_button.page-item.active {
    color:#4D4B4D;
}

.paginate_button.page-item .page-link {
    background-color: #E9E6E7;
    text-decoration: none;
    color: #919191;
    border: none;
}
.paginate_button.page-item.active .page-link {
    color:#4D4B4D;
}

.paginate_button.page-item{
    outline: none !important;
} 


.page-link, .page-link:focus, page-link:active, page-link:visited, .page-item:first-child .page-link, .page-item:last-child .page-link, .page-item.active .page-link {
    border : 0px !important;
    border-radius : 0px !important;
    border-color : red !important;
    box-shadow : none;

}
.dataTables_paginate .paginate_button:active {
  background: none;
  color: black!important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-start !important;
}

.table-striped tbody tr:nth-of-type(odd){
    background-color:#F8F8F8 !important;
}

.grid-link {
   cursor:pointer;
   text-decoration: underline !important;
}

.grid-link .tooltipCommon {
  position: relative;
  display: inline-block;
}

.grid-link .tooltipCommon.text-content {
  text-decoration: underline !important;
}

.grid-link .tooltiptextCommon {
  visibility: hidden;
  max-width: 240px;
  min-height: 40px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  top: -220%;
  left: -110px;
  z-index: 1;
  padding: 10px;
  font-size: 10px;
}

.grid-link .tooltipCommon:hover .tooltiptextCommon {
  visibility: visible;
}

.grid-link  span.tooltiptextCommon:after {
    content: '';
    clear: both;
    position: absolute;
    bottom: -3px;
    width: 7px;
    height: 5px;
    background-color: black;
    left: 50%;
    transform: rotate(45deg);
}

tr.dtrg-group.dtrg-end.dtrg-level-0 {
    height: 16px;
    color: #867F82;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.row.body-rows .table.dataTable { 
    width:100% !important; 
}   
.dataTables_wrapper tr th , .dataTables_wrapper tr td {
    /*padding: 8px !important;*/
}
.dataTables_wrapper tr td {
   padding: 10px !important;
   /*word-break: break-word;*/
}
.dataTables_wrapper tr td.group-column {
   padding: 10px 10px 10px 22px !important;
}
.row.body-rows .dataTables_scrollHeadInner { 
    width:100% !important; 
}

.dataTables_wrapper tfoot {
	height: 16px;	
    width: 115px;	
    color: #867F82;	
    font-size: 14px;	
    font-weight: bold;	
    line-height: 16px;
}



/************* Changes to Checkbox *************/
.custom-control-label {
    padding-top : 4px;
}

.custom-checkbox .custom-control-label::before {
    border-radius : 0px;
}

.custom-control-label::after {
    height : 18px;
    width : 18px;
    top : 0.2rem;
    left : -1.6rem;
}


.float-right {
    position:relative;
}

.float-right .button-popover {
    top:39px !important;
    width: auto;
    right:0 !important;
    left: unset;
}

.float-right.historicalclientbox .button-popover{
    top:38px !important;
}
.float-right .refHisLocalPolicySearch.button-popover {
    top: 0px !important;
}

.float-right button {
    margin-top: 0px;
    margin-bottom: 0px;
}

/************************* Modal **************************/
.border-radius-zero {
    border-radius: 0 !important;
}

.common-modal .modal-content {
    font-size: 16px;
    font-weight: bold;	
    line-height: 19px;
    color: #000;
}

.common-modal .modal-header {
    padding: 15px !important;
    border-bottom: none;
}

.common-modal .modal-header .modal-title {
    line-height: 19px;
}

.common-modal .modal-header .close {
    font-weight: normal;
}

.common-modal .modal-header .close > span {
    color: #867F82;
}

.common-modal .modal-header .modal-title .header-wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid #C5C0C3;
}

.common-modal .modal-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: normal;
}

.modal-body-wrapper {
    border-top: 1px solid #C5C0C3;
    border-bottom: 1px solid #C5C0C3;
    padding: 18px 11px;
}

.common-modal .modal-footer {
    border-top: none;
    display: inline-block;
}

.common-modal-btn {
    padding: 16px 40px;
    text-align: center;
}
/************************* Modal **************************/

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #DD1030;
}

btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #DD1030;
    border-color: #DD1030;
}


/** Select2 Multiselect stylesheet */
.dropdown .multi-select-drp{
    width: 100% !important;
}
.multi-select-drp .select2-search.select2-search--inline,
.multi-select-drp .select2-search__field {
    min-width: 250px;
    min-height: 25px;
}
.multi-select-drp .select2-search__field{
    margin-bottom: 5px;
    margin-top: 7px !important;
}
.select2-container.multi-select-drp .select2-search--inline .select2-search__field{
    font-size: 16px;
    cursor: pointer;
}

.multi-select-drp .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-container--open .select2-selection--multiple {
    border: 2px solid #2F7370 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.multi-select-drp .select2-container--default .select2-selection--single {
    border: 1px solid #949494;
    /*border-radius: 0px;*/
    min-height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.multi-select-drp .select2-selection__choice{
    color: #fff;
}
li.select2-search.select2-search--inline:hover{background: transparent !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2F7370;
    border: 1px solid #2F7370;
}
select.form-control[multiple], select.form-control[size]{max-height:34px;}
.multi-select-drp .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border: 2px solid #2F7370;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-right: 14px;
  vertical-align: middle;
}
.multi-select-drp .select2-results__option.select2-results__message:before{content: none;}
.multi-select-drp .select2-results__option[aria-selected=true]:before {
    /*font-family:fontAwesome;
    content: "\f00c";*/
    color: #FFFFFF;
    background-color: #2F7370;
    border: 2px solid #2F7370;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding: 1px;
    background-image: url(../../Images/Icons/White-icons/Check.svg);
    background-position: center center;
    background-size: 11px;
    background-repeat: no-repeat;
}
.multi-select-drp .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.multi-select-drp .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.multi-select-drp .select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.multi-select-drp .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.multi-select-drp .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.multi-select-drp .select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.multi-select-drp .select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.multi-select-drp .select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.multi-select-drp .select-icon .select2-selection__placeholder .badge {
	display: none;
}
.multi-select-drp .select-icon .placeholder {
	display: none;
}
.multi-select-drp .select-icon .select2-results__option:before,
.multi-select-drp .select2-results__option.loading-results:before,
.multi-select-drp .select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.multi-select-drp .select-icon  .select2-search--dropdown {
	display: none;
}
.multi-select-drp .select2-selection--multiple .select2-selection__rendered{
    display: block;
    height: auto;
    max-height: 60px;
    overflow-y: auto;
}
.select2-container--default.multi-select-drp .select2-selection--multiple .select2-selection__rendered{
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown .multi-select-drp:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

/** End */


.dataTable .actionicons{
    text-align: center;
    vertical-align: middle;
}

.dataTable .actionicons img, .dataTable .actionicons .icon-button, .dataTable .actionicons .issue-in-err img{
    margin: 0 3px !important;
    padding: 0;
    float: none;
    display: inline-block;
}

.dataTable td.matchicons {
    text-align: center;
}
.dataTable td.matchicons .icon-button {
    width: 14px;
    height: 14px;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
}

/** Date picker change */
.datepicker-dropdown.datepicker-orient-left:before{ left: auto;right: 6px;} 
.datepicker-dropdown.datepicker-orient-left:after{left: auto;right: 7px;}
.datepicker.dropdown-menu{min-width:220px;max-width:220px;}

.datepicker table > thead {
    background-color: transparent;
}

.datepicker .datepicker-switch, 
.datepicker .next, 
.datepicker .prev, 
.datepicker tfoot tr th {
    font-size: 1rem;
}

.datepicker .datepicker-switch:hover, 
.datepicker .next:hover, 
.datepicker .prev:hover, 
.datepicker tfoot tr th:hover {
    background: none;
}
/** End */

.tooltip-inner {
    max-width: 510px;
}

/*.side-tab-mis > div {
    padding: 0 !important;
}*/

#intermgtmain {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 10px !important;
}

/*.sidebar-intermgt-alignment,
.sidebar-refdataadm-alignment,
.sidebar-datamgt-alignment,
.sidebar-useradm-alignment,
.sidebar-clientadm-alignment,
.sidebar-hisdata-alignment {
    padding-left: 18px !important;
}*/