body {
    font-family: 'Segoe UI';
    font-size: 14px;
    color: black;
}

.fpi-header-bottom {
    background: url("../images/banner.png");
    background-size: cover;
    position: relative;
    height: 196px;
    width: 1440px;
}

.warning-icon-white {
    height: 48px;
    width: 48px;
    color: #FFFFFF;
    font-family: FontAwesome;
    font-size: 48px;
    letter-spacing: 0;
    line-height: NaNpx;
    font-style: normal;
}

.header-warning {
    height: 107px;
    width: 997px;
    color: #FFFFFF;
    font-family: "Segoe UI";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.nav-select {
    display: none;
}

    .nav-select ul {
        list-style-type: none !important;
    }

        .nav-select ul li {
            text-decoration: none !important;
        }

.fpi-form-shadow {
    border: 1px grey solid;
    padding: 10px;
    box-shadow: 0 -2px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-top-color: #e84e4e !important;
    border-top-width: 3px;
    border-radius: 8px;
    background-color: white;
    margin: 20px 10px 10px 10px;
}

.form-headings {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom-color: grey;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.navbar-brand {
    display: none;
}

.navbar-tab {
    height: 97px;
    width: 330px;
    color: #3E3E3E;
    font-family: "Segoe UI";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: right;
}

.fpi-portal-main {
    height: 1466px;
    width: 1200px;
    background-color: #F3F3F3;
}

.form-group .col-form-label {
    font-size: 10pt;
    font-weight: bold;
}

.side-nav-container {
    height: 1293px;
    width: 240px;
    background-color: #FFFFFF;
    padding-top: 15px;
}

.side-nav .nav-link {
    color: inherit;
}

    .side-nav .nav-link.active {
        color: #D41920 !important;
        font-family: "Segoe UI Black";
    }

.copyrights-container {
    height: 209px;
    width: 210px;
    padding-top: 737px;
}

.side-nav {
    height: 460px;
    width: 212px;
    color: #3E3E3E;
    font-family: "Segoe UI";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.copyright-trade-mark {
    height: 156px;
    width: 210px;
    color: #8C8C8C;
    font-family: "Segoe UI";
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 14px;
}

.tpc-login {
    display: -webkit-box !important;
    display: flex !important
}

.header-links {
    color: #3E3E3E;
    font-family: "Segoe UI";
    font-size: 18px;
}

.vl {
    border-left: 1px solid #3E3E3E;
    height: 24px;
}


.form-group input.form-control {
    min-height: 40px !important;
    border: 1px solid #767676 !important;
    padding-left: 5px;
}


.form-group span.form-control-plaintext {
    min-height: 40px !important;
    border: 1px solid #767676 !important;
    padding-left: 5px;
    background-color: #F4F4F8 !important;
}

.form-group span.k-picker-wrap {
    border-color: #767676 !important;
}

.form-group input[type='checkbox'].readOnly {
    border: 1px solid rgb(133, 133, 133) !important;
    min-height: 20px;
    min-width: 20px;
    float: left;
    margin-top: 4px;
}

    .form-group input[type='checkbox'].readOnly:checked {
        border-color: #007bff !important;
        color: #fff;
        background-color: #007bff;
    }

.group-border {
    border: 1px solid rgb(133, 133, 133);
    border-radius: 5px;
    margin: 5px;
}

.edt-anchor {
    height: 32px;
    width: 60px;
    float: right;
    position: relative;
    z-index: 1;
}

.edt-icon {
    height: 16px;
    width: 16px;
    color: #0078D4;
    /* font-family: "Fabric External MDL2 Assets"; */
    font-size: 16px;
    letter-spacing: 0;
    line-height: NaNpx;
}

.edt-span-txt {
    height: 20px;
    width: 67px;
    color: #323130;
    font-family: "Segoe UI";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.btn-cancel {
    box-sizing: border-box;
    height: 32px;
    width: 80px;
    border: 1px solid #8A8886;
    border-radius: 2px;
    background-color: #FFFFFF;
}

.btn-save {
    height: 32px;
    width: 68px;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    background-color: #0078D4;
}

.circle-initials {
    height: 100px;
    width: 100px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    font-size: 35px;
    font-weight: bold;
}

.circle-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
}

/*Code of ethics*/

.questiontitle {
    text-align: center;
    border-left: 2px solid red !important;
    padding-right: -1em !important;
}
.questionclass {
    text-align: justify;
    padding-left: 1em !important;
    overflow-x: auto;
    font-display:block;
    display:inline-block;
}
.buttonclassethics {


}
.questionethic {
    
    overflow-x: auto;
   /* border-left: 5px solid black;*/
    text-align: justify;
}

.ethicsoverride {
    background-color: red !important;
    color: white !important;
    border-radius: 25px !important;
}

.removerpager {
    display: none !important;
}

/*
.k-button k-button-icontext k-tpcedit{

    background-color:red !important;
    color: white !important;
    border-radius: 10% !important;

}
.fa fa-pencil-square mr-1{

   
}

.btn-group {
    color: white;
    background-color: red;
}

.tpc-border-radius-bottom tpc-no-border-top k-pager-wrap k-widget k-floatwrap {
    display: none;
}
.k-grid-content, .k-grid-content-locked, .k-pager-wrap {
    display: none;
}
    */
  
