﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.linkTopRight {
    float: left;
    position: relative;
}

.floatRight {
    float: right;
}

.wrapperLayout {
    min-width: 100%;
}

i.fa.fa-check {
    color: green;
    font-size: 23px;
}

.navManageAccount {
    display: block;
}

.login-container {
    margin-top: 150px;
}

.sidebarDashboard {
    position: absolute;
    width: 230px;
    min-height: 100%;
    left: 0;
    top: 7%;
    color: #fff;
    background-color: #222d32;
    z-index: 1;
}

    .sidebarDashboard span {
        color: #fff;
    }

.backgNavbar {
    /*background-color: #222d32 !important;*/
}

.white-text a, .white-text {
    color: #fff !important;
}

.sidebarLink {
    padding-left: 10px;
    padding-top: 10px;
}

.divCompany {
    width: 70%;
    margin-bottom: 15px;
}

.divContact {
    width: 30%;
    margin-bottom: 5px;
}

.textAreaSize {
    min-width: 50%;
    min-height: 120px;
}

.k-button.k-state-hover, .k-button:hover, .k-button.k-state-active, .k-button:active {
    color: #2e2e2e;
    border-color: #fff;
    background-color: #fff;
}

.skin-blue .sidebar-menu > li.header {
    color: #fff;
}

.skin-blue .main-header .navbar {
    background-color: #1a3163;
    text-align: center;
}

.skin-blue .main-header .logo {
    background-color: #1a3163;
}

.navbar-static-top {
    padding: 0;
    position: relative;
    display: block;
}

.ulTopMenu {
    display: block;
    float: left;
}

.linkTopRight button {
    margin: 5px;
}

.linkTopRight a {
    display: block;
    padding: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.rowNoMarginSide {
    margin-right: 0;
    margin-left: 0;
}

.rowContact {
    margin-bottom: 5px;
}

.modal-dialog {
    max-width: 800px;
}

.textRed {
    color: red;
}

.divRegisterUser {
    max-width: 1028.55px;
    margin-left: 30px;
}

label {
    margin-top: 0.5rem;
}

.lblRole {
    margin-top: 0;
    cursor: pointer;
}

/*Autocomplete*/

.ui-menu .ui-menu-item a {
    background: red;
    height: 10px;
    font-size: 8px;
}

.ui-menu-item-wrapper {
    font-size: 15px;
    color: #1a3163;
    display: inline-block;
    cursor: pointer;
}

    .ui-menu-item-wrapper:hover {
        background-color: transparent;
    }

.pnomargin {
    margin: 0;
}

.ddl {
    margin-right: 10px;
}

.h4marginTop {
    margin-top: 10px;
}

.divMarginSides {
    margin-left: 10px;
    margin-right: 10px;
}

.displayNone {
    display: none;
}

.lblTaskVM:hover {
    background-color: cadetblue;
}

.addTask, .editTask, .removeTask {
    color: cadetblue;
}

.divTaskTitle {
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
}

.iconTrash {
    cursor: pointer;
    margin-left: 10px;
}

.formControlWidth {
    max-width: 500px;
    display: inline-block;
}

.paddingLeft {
    padding-left: 15px;
    margin-top: 20px;
}

.inpInstances {
    width: 60px;
    display: inline;
    margin: 0 15px 0 15px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        display: inline-block;
        cursor: pointer;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
        }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        pointer-events: none;
    }

.ddlInterval, .ddlIntervalType {
    display: inline-block;
    width: 192px;
}

.ddlFeeStructure, .ddlIntervalType {
    display: inline-block;
    width: 215px;
}

.inpTask {
    display: inline-block;
    width: 160px;
}

.iUpload {
    padding-right: 10px;
}

.taskContent {
    margin: 0 10px 0 10px;
    padding-left: 0;
    margin-bottom: 10px;
    width: 98%;
}

.inpWidthTaskByCat {
    width: 600px;
}

.divBorderTask {
    border: #3c8dbc 1px solid;
    padding: 15px;
    margin: 0 auto 30px auto;
    max-width: 85%;
    background: rgba(0,0,0,.02);
}

.btnRight {
    margin-left: 70%;
}

    .btnRight input[type="submit"] {
        margin: 10px;
    }

.widthMax {
    width: 100%;
}

.ui-menu {
    background-color: #fff;
    width: 100% !important;
    max-width: 373px;
    border: 1px solid #d2d6de;
    border-top: none;
    list-style: none;
    padding-left: 21px;
}

.ui-menu-item {
    padding: 10px;
}

.k-state-selected {
    background-color: #1a3163;
    border-color: #3c8dbc;
}

.paddingBottom {
    margin-bottom: 30px;
}

#btnImportAllTasks {
    margin-left: 72.2%;
}

.bold {
    font-weight: bold;
}


.rowContactDetails {
    margin: auto;
    padding: 1% 0;
}

    .rowContactDetails:nth-child(odd) {
        background: #fff;
    }

.noMarginBottom {
    margin-bottom: 0;
}

.btnMargin {
    margin: 5px;
}

.divAddedMessage {
    float: right;
}

.hideElement {
    display: none;
}

#btnAddTeamMember {
    margin: 5px 10px 5px 0;
}

.divTeamMember {
    margin-left: 50px;
    width: 400px;
    border-radius: 4px;
}

.marginBottom15 {
    margin-bottom: 15px !important;
}

#btnClearInputUserAssigned {
    margin: 15px 10px 15px 10px;
}

.pMargin {
    margin: 10px;
}

.faTimesMargin {
    margin-left: 15px;
    cursor: pointer;
}

#btnResetTeamMember {
    margin-top: 5px;
}

#pageTitle {
    display: inline-block;
    text-align: center;
}

#pageHeading {
    padding-top: 25px;
    text-align: right;
}

    #pageHeading .headingAndButton {
        display: none;
    }

.headingAndButton {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    padding-top: 6px;
    color: #fff;
}

.inlineBlock {
    display: inline-block;
}

.imgLoading {
    display: inline-block;
    width: 70px;
    height: 70px;
    display: none;
}

.divContactData {
    display: none;
    padding: 25px 15px;
}

.block {
    display: block;
}

.paddingTop5 {
    padding-top: 5px;
}

.marginAuto {
    margin: auto;
}

.divButtons {
    padding-bottom: 50px;
    padding-top: 10px;
}

.tblTask {
    width: 100%;
}

    .tblTask td {
        padding: 0 15px;
    }

.divProjectTaskList {
    padding: 0;
    padding-top: 15px;
}

.paddinglr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginReqComment {
    margin-left: 15px;
    margin-right: 10px;
}

.cursorPointer {
    cursor: pointer;
}

.textAreaComment {
    min-width: 50%;
    min-height: 100px;
}

#formTimesheetEntry {
    display: none;
    padding-bottom: 25px;
}

.tableTimesheet td {
    padding: 0 5px 0 5px;
}

.tableTimesheet {
    margin-top: 10px;
    width: 100%;
}

.inpHoursEntry {
    text-align: center;
    max-width: 40px;
    margin: 5px 0 5px 0;
}

.flex {
    display: flex;
}

.divTimeSheetBtnsAndForm {
    display: flex;
    margin-top: 5px;
    background: #fff;
}

.divFormTimesheet {
    margin-left: 20px;
}

.maxWidth130 {
    max-width: 130px;
}

.rowts {
    margin-top: 10px;
}

.inpTaskComplete {
    margin-right: 10px;
}

.marginVertical {
    margin: 10px 0 10px 0;
}

.marginHorizontal {
    margin: 0 10px 0 10px;
}

.whiteSpacePreLine {
    white-space: pre-line;
}

.marginTop05Rem {
    margin-top: 0.5rem;
}
/*.tableTimesheet tr:first-child td {
    text-align: center;
}*/
.tableTimesheet tr td {
    text-align: center;
}

.inputTS {
    max-width: 350px;
    display: inline-block;
}

.inputDateTS {
    max-width: 200px;
    display: inline-block;
}

.pRequireComment {
    display: none;
}

.displayBlock {
    display: block;
}

.displayInlineBlock {
    display: inline-block;
}

.marginTop10 {
    margin-top: 10px;
}

.margin-left45 {
    margin-left: 45%;
}

.btnReset, .btnModalCompany {
    margin: 5px 0 5px 0;
}

.inpHoursWorked {
    display: inline-block;
}

.height25 {
    height: 25px;
}

.radioTasksSearch {
    margin-right: 10px;
}

.lblHeader {
    font-size: 18px;
}

.lblMargin {
    margin: 0 25px 5px 25px;
}

.paddingTop10 {
    padding-top: 10px;
}

.marginTaskList {
    margin-top: 20px;
    margin-left: 310px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginBottom0 {
    margin-bottom: 0;
}

.liTask {
    margin-bottom: 10px;
}

.divNotToExceedTotalPrice {
    display: none;
}

.divFormButtons {
    float: right;
    margin-right: 20px;
}

h2, h3, h4, th {
    font-family: Calibri;
}

th {
    font-size: 18px;
    padding: 0 15px;
    /*text-align:center;*/
}

.containerPercentage {
    width: 500px;
    margin: -15px 20px 10px 20px;
    padding: 0 20px 0 20px;
    overflow: hidden;
    float: right;
}

.horizontal .progress-barPercetage {
    float: left;
    height: 25px;
    width: 100%;
}

.horizontal .progress-track {
    position: relative;
    width: 100%;
    height: 20px;
    background: #666;
}

.horizontal .progress-fill {
    position: relative;
    background: #1a3163;
    height: 20px;
    width: 50%;
    color: #fff;
    text-align: center;
    font-family: "Lato","Verdana",sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.rounded .progress-track,
.rounded .progress-fill {
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}

.calibri {
    font-family: Calibri;
}

label {
    font-family: Calibri;
}

span {
    font-family: Calibri;
}

td {
    font-size: 14px;
}

body {
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

.pTaskList {
    margin-bottom: -20px;
}

.projDetails label {
    margin-top: 0 !important;
}

.projDetails {
    margin-top: -20px;
}

.projNumberEditable {
    display: inline-block;
    width: 100px;
}

#btnUpdatePN, #btnUpdateProjStatus, #btnUpdateContractStatus {
    margin-left: 20px;
}

.verticalMargin {
    margin-top: 5px;
}

.marginLeft205 {
    margin-left: 205px;
}

.marginLeft225 {
    margin-left: 225px;
}

.marginTop20 {
    margin-top: 20px;
}

/*Toggle Switch Create Proposal Second Paragraph for Cover Letter*/
.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
        height: 16px;
        width: 16px;
    }

.fontsize16 {
    font-size: 16px;
}

.textAreaCoverLetter {
    min-width: 70%;
    min-height: 100px;
}

.btn {
    font-family: Calibri;
}

a {
    font-family: Calibri;
}

.marginRight10 {
    margin-right: 10px;
}

.fixed-table-body {
    overflow-x: hidden !important;
}

.formTaskFromProposal > .divBorderTask {
    margin: 0 0 30px 0;
}
/*Width for Kendo Pagination dropdown page size*/
.k-dropdown {
    width: 120px !important;
}

#btnUpdatePN, #btnUpdateProjStatus {
    margin-left: 20px;
}

.proposalsPendingHeader {
    text-align: center;
    margin-bottom: 0;
}

}

.divUploadImage {
    border: solid #1a3163;
}

#uploadImagePdf {
    margin-bottom: 15px;
}

#inpInvoiceGeneration, #inpReportGeneration {
    display: none;
}

.divInvoiceRadioButtons, .divReportRadioButtons {
    margin-bottom: 20px;
}

.radioInvoiceSearch, .radioReportSearch {
    margin-right: 5px;
}

.biotechContainer {
    max-width: 1600px !important;
}

.pErrorPayment {
    display: none;
}

.ppaymentInvoice:nth-child(odd) {
    background: #fff;
}

.divPartialPayments {
    border: #222d32 solid;
}

.btnRemovePartialPayment {
    margin-bottom: 2px;
}

.divPPayment {
    display: inline-block;
}

.divBackgroundGrey {
    background-color: grey;
    width: 150px;
    text-align: center;
    margin: 0 0 0 640px;
}

.divNoteLabel {
    vertical-align: middle;
}

.radioPadding {
    margin-left: 10px;
}

.displayNone {
    display: none;
}

#tableTimesheets {
    display: block;
    overflow-x: auto;
}

.colorRed {
    color: red;
}

#selectUserTS {
    max-width: 220px;
}

.divHoursEntered {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

#iRefreshTimesheets {
    margin-left: 20px;
    color: #3c8dbc;
    display: none;
    cursor: pointer;
}

#pUpdateAllContractsMessage {
    color: red;
    display: none;
}

#tableTimesheets th {
    width: 20% !important;
}

.divPerGtField {
    margin-left: 10px;
    padding: 6px;
}

.inpGTprice {
    margin-left: 57px;
}

#inpTotalGTs {
    margin-left: 10px;
}

.divProjectsButton {
    display: inline;
}

    .divProjectsButton > a {
        margin-top: 10px;
    }

.projDetailsH2 {
    display: inline-block;
}

.displayFlex {
    display: flex;
}

#inpGTprice, #inpTotalGTs{
    width: 80px;
    display: inline;
}
.divGTInput {
padding-left:5px;
}
.divInpTotalGTs {
margin-left:-20px;
}
.kendo-red-tr {
background-color:#ff8080;
}
