@font-face {
    font-family: 'Proxima Nova Bold';
    src: url(/proximanovabold.otf);
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url(/proximanovaregular.otf);
}
@font-face {
  font-family: 'Proxima Nova Semibold';

  src: url(/proximanovasemibold.otf) ;
}

#loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

#warningNotificationDv{
    border-top: 2px solid lightgray;
    border-bottom: 2px solid red;
    background-color: #f1dcdc;
    text-align: center;
    font-family:sans-serif;
    
}
#warningMessage{
    font-size:12px;
    margin-top:10px;
    padding-left:10px;
    padding-right:26px;
}
#warningSign{
    color:red;
    position:inherit;
    font-size:14px;
    margin-right:4px;
}

.wrapper-body {
    padding-bottom: 100px !important;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-color: #3498db;
    border-top-color: transparent;
    border-width: 7px;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.tbl.row.mx-auto {
    margin-left: -15px;
    margin-right: -15px;
    max-width: 100%;
    overflow-x: hidden;
}

.wrapper-body {
    padding-bottom: 100px !important;
}

* {
    box-sizing: border-box;
}

.main {
    position: absolute;
    overflow: visible;
    width: auto;
    height: auto;
    left: 0px;
    right: 0px;
    top: auto;
}


h1.h1class {
    margin-top: 60px;
    padding-left: 3.4rem;
    letter-spacing: 0px;
    font-family: Proxima Nova Bold;
    font-size: 3.5rem;
    color: #343b47;
}

.container {
    margin: auto;

}

p.pclass {
    margin-top: -0.7rem;
    padding-left: 3.4rem;
    letter-spacing: 0px;
    font-family: Proxima Nova Regular;
    font-size: 2.15rem;
}

.header {
    overflow: hidden;
    padding: 10px 5px;
    border-bottom: 3px solid #A9A9A9;
}

.header p {
    float: left;
    color: black;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
    margin-top: 20px;
}

.header a.logo {
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
}

.header p.active {
    background-color: dodgerblue;
    color: white;
}

.header-right {
    float: right;
}

@media screen and (max-width: 500px) {
    .header p {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
}

@media screen and (max-width: 500px) {
    .footer p {
        float: right;
        display: block;
        text-align: left;
        position: absolute;
    }

    .footer-right {
        float: none;
    }
}

.errMessage {
    margin-top: -0.7rem;
    padding-left: 3.4rem;
    letter-spacing: 0px;
    font-family: Proxima Nova Regular;
    font-size: 2.15rem;
}

.WelcomeSubText {
    margin-top: -0.7rem;
    padding-left: 3.4rem;
    letter-spacing: 0px;
    font-family: Proxima Nova Semibold;
    font-size: 2.15rem;
    color: #707070;
}

#policytbl {
    padding-left: 5rem;
    overflow-x: auto;
}

#Group_1 {
    position: absolute;
    width: 1245px;
    height: 41px;
    left: 334px;
    top: 990px;
    overflow: visible;
}

#polSearch {
    background-color: #074987;
    border: 3px solid #0A688C;
    width: 48px;
    height: 34px;
    margin: -8px -1px -13px -13px;
    line-height: 1;
}

#polSearch::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 2;
}

#pol {
    border: 3px solid #ddd;
    background: rgb(255 255 255 / 90%);
    width: 339px;
    height: 45px;
    margin: 10px 2px 4px 2px;
    text-align: left;
    letter-spacing: 0px;
    color: #232222;
    opacity: 1;
    outline: none;
}

#pol::placeholder {
    color: grey;
    opacity: 1;
}

.h3 {
    margin-right: 50%;
}

input[type="radio"] {
    accent-color: #0F7297 !important;
}

.odd {
    background-color: white !important;
}

.even {
    background-color: white !important;
}

.selected {
    background-color: #e2ecf5 !important;
}

.selected1 {
    background-color: #074987 !important;
    color: #FFFFFF !important;
}

thead {
    BACKGROUND-COLOR: #f2f2f2;
    text-align: left;
    font: Proxima Nova Regular;
    letter-spacing: 0px;
    color: #343B47;
    opacity: 1;
    font-size: 18px;
    font-weight: normal;
}

table.dataTable thead th {
    border-bottom: 1px solid #ddd;
    background: #F5F6F7 0% 0% no-repeat padding-box;
    border: 1px solid #B5ADAD;
    font: Proxima Nova Regular;
    letter-spacing: 0px;
    color: #343B47;
    font-size: 18px;
    font-weight: normal;
    width: auto !important;
}

.thead .sorting_desc {
    width: 4px;
}

th.sorting_disabled {
    border-bottom: 1px solid #B5ADAD;
    background-color: #f2f2f2;
    width: auto;
}

table {
    border-collapse: collapse;
    border: 1px solid grey;
}

.ptbl input[type="search"],
label {

}

.ptbl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px;
}

#ptbl.tbl {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
}

#cont {
    float: right;
    margin-right: 13%;
    MARGIN-TOP: 25PX;
    COLOR: #C3C3C3;
    border: 3px solid #C3C3C3;
    background-color: #DCDBDC;
    margin-left: -0.15px;
    height: 45px;
    width: 180px;
    margin-right: 3rem;
    text-align: center;
    letter-spacing: 0px;
    font-family: Proxima Nova Regular;
    font-size: 18px;
    font-weight: normal;
}

.fa {
    COLOR: #0A688C;
    position: relative;
    top: 9px;
    display: inline;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 2em;
}

.container input[type=text] {
    padding: 5px;
    margin-top: 8px;
    font-size: 15px;
    width: 200px;
    border: 1px solid black;
    background-color: white;
}

.container .textbox button {
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 19px;
    background: #ddd;
    font-size: 13px;
    color: #00BFFF;
    border-color: #00BFFF;
    background-color: white;
    cursor: pointer;
}

table.datatable {
    margin-left: 50px;
    margin-block: 50px;
    width: 100%;
    border: 1px solid #B5ADAD;
    opacity: 1;
    table-layout: fixed;
    padding-left: 2.4rem;
}

.fa-rotate-left {
    -webkit-transform: rotate(-90deg);
}

table.dataTable thead th:nth-child(1),
table.dataTable tbody td:nth-child(1) {
    word-break: break-all;
    overflow-wrap: break-word;
    width: 35px;
    max-width: 35px;
    min-width: 3.5rem;
    padding-right: 0px;
    padding-left: 0px;
}

#policy-details {
    border: 1px solid #B5ADAD;
}

th.text-center sorting_disabled {
    border-bottom: 1px solid #B5ADAD;
}

.input-txt::placeholder {
    font-family: Impact, sans-serif;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    margin-top: 30rem;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}