﻿body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    background-color: #E5E5E5;
}

:root {
    --blue1: #D3E6FF;
    --blue2: #5998EC;
    --blue3: #0B6AB9;
    --blue4: #0B6AB9;
}

.likeB {
    background-color: #4189de;
    width: 120px;
    border-radius: 16px;
    color: white;
    cursor: pointer;
    height: 25px;
    text-align: center;
    background: #02B4C8;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 355px;
    height: 45px;
    font-weight: 700;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.bottomLogo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.RowGrid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin-bottom: 6px;
    grid-column: 2 / -2;
}

h2 {
    color: #216ec6
}

a:link, .filea {
    font-size: 12px;
    color: #4089df;
    text-decoration: none;
}

    .filea:hover {
        opacity: .8;
    }

.spanText {
    /*color: #738eae;*/
    font-weight: bold;
}

.nav-link {
    cursor: pointer;
}

.ElementMiddle {
    grid-template-columns: 1fr 450px 450px 1fr !important;
}

.RowDataGrid2 {
    grid-template-rows: 35px;
    grid-template-columns: 1fr 280px 150px 1fr;
    display: grid;
    margin-bottom: 6px;
    grid-column: 2 / -2;
}

.RowDataGrid {
    grid-template-rows: 35px;
    grid-template-columns: 250px 280px 150px 1fr;
    display: grid;
    margin-bottom: 6px;
    grid-column: 2 / -2;
}

.margin6 {
    margin: 6px;
}

.padding15 {
    padding: 15px;
}

.RowDataGrid .width100 {
    grid-column: 2 / -2;
}

.Title {
    margin: 0px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 28px;
    max-width:1100px;
}

.whiteColor {
    color: white;
}

.contentTitle {
    font-weight: 400;
    font-size: 16px;
}

.content {
    font-weight: 700;
    font-size: 18px;
}

.Second {
    grid-column: 2;
}

.font24 {
    font-size: 24px;
}

.font14 {
    font-size: 14px;
}

.row75 {
    grid-template-rows: 75px;
}

.rowHauto {
    grid-template-rows: auto;
}

.k-button.k-upload-selected.k-primary {
    display: none !important;
}

.font12 {
    font-size: 12px;
}

.containDiv {
    display: grid;
    grid-template-rows: 52px 1fr;
    grid-template-columns: 180px 1fr 180px;
    width: 100%;
    margin-top: 29px;
    background: white;
}

.wAll {
    grid-column: 1 / -1;
}

.bold500 {
    font-weight: 500;
}

.displayNone {
    display: none;
}

.buttonBlue {
    background: #0B6AB9;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 110px;
    color: white;
    align-items: center;
    text-align: center;
    height: 30px;
    margin-top: 24.5px;
    line-height: 157%;
    font-size: 16px;
    cursor: pointer;
}

.fieldlist {
    margin: 0;
    padding: 0;
    margin-right: 36px;
}

    .fieldlist li {
        list-style: none;
        padding-bottom: 0.7em;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

.linkDiv {
    height: 30px;
    color: #337ab7;
    cursor: pointer;
    line-height: 30px;
}

.ui-dialog.ui-widget-content {
    border: 8px solid #d6e6f6;
    background: #ffffff url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    color: #222222;
    border-radius: 10px;
}

.nav {
    padding: 0px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left;
}

.active {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

label.error {
    color: red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
}

label.green-text {
    color: green;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
}

input.valid.success-alert {
    border: 2px solid #4CAF50;
}

#animated_loading {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0.95;
    background-image: url(../../images/animated_loading11.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999;
}

input.required {
    border: 2px solid #c22323;
}

.ui-dialog .ui-dialog-buttonpane button {
    border-radius: 14px;
    background: #4189de;
    color: #ffffff;
    padding: 0 19px;
    height: 30px;
    border: none;
}

.ui-dialog .ui-widget-header {
    border: 0px solid #4297d7;
    background: #ffffff;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.8em 1em;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-dialog-content {
    text-align: center;
}

    .ui-dialog .ui-dialog-content p {
        margin: 0px;
    }

.buttonWhite {
    background: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 110px;
    color: #064D88;
    height: 30px;
}

.NoBorder {
    border: none;
}

body {
    margin: 0px;
    background-color: white;
}
.header {
    background-color: #5998EC;
}
    #ProjTop {
    background: #0B6AB9;
    height: 54px;
    width: 100%;
    color: white;
    display: flex;
    /*position: fixed;*/
    z-index: 999;
    background-color: white;
    justify-content: space-between
}

#LogoDiv {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.clientLogo {
    border-right: 1px solid #B1B1B1;
}

.header {
    background-color: #6DB657;
    height: 284px;
    display: flex;
    justify-content: center;
}

#LogoGeneral {
    display: flex;
}

.wrapHeader {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    background-color: #6DB657;
}

.wrapText {
    display: inline-block;
    align-self: flex-end;
}

.wrapBox {
    display: flex;
    align-items: center;
    margin: 28px;
}

.wrapBox_ {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px;
    margin-top: 10px;
    z-index: 2;
}

.dataGrid {
    display: grid;
    grid-template-columns: 160px 1fr;
    margin: 10px 0px;
}

.logoBox {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    width: 183px;
    height: 120px;
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapContent {
    display: flex;
    justify-content: center;
}

.wrapContentGrid {
    background-color: white;
    margin: 0px;
    padding: 0px;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    align-items: center;
    width: 50%;
}

.subTitle {
    font-weight: 400;
    font-size: 24px;
    color: #6A6969;
    margin-bottom: 11px;
    margin-right: 15px;
    margin-top: 0px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.wrapFiles {
    margin-bottom: 35px;
}

.fileDiv {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 35px;
    width: 130px;
    text-align: center;
    margin-top: 15px;
}

.iconFileDown {
    height: 125px;
    width: 125px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 10px;
    margin: 1.5px;
}

.DocFile {
    background: url(../images/word_doc.svg) no-repeat center center;
}

.PdfFile {
    background: url(../images/pdf.svg) no-repeat center center;
}

.JpgFile {
    background: url(../images/jpg.svg) no-repeat center center;
}

.ZipFile {
    background: url(../images/zip.svg) no-repeat center center;
}

.ExcelFile2 {
    background: url(../images/xlsx.svg) no-repeat center center;
}

.ExcelFile {
    background: url(../images/xls.svg) no-repeat center center;
}

.downloadHover {
    height: 36px;
    width: 102px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    margin: auto;
    margin-top: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    display: none;
    cursor: pointer;
}

.iconFileDown:hover {
    background-color: #80808099;
}

    .iconFileDown:hover .downloadHover {
        display: inline-grid;
    }

.downloadHover a {
    margin: auto;
    text-decoration: none;
    color: #0B6AB9;
}

.wrapFiles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.remarksContent {
    font-weight: 300;
    font-size: 14px;
    color: #4A5263;
}

.mainCard {
    width: 1200px;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 50px;
    padding-top: 90px;
    margin-top: -100px;
}

.innerCard {
    padding-right: 120px;
    padding-left: 120px;
}

.boxContent {
    display: grid;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.wrapBoxContenet {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginTitle {
    font-weight: 500;
    font-size: 24px;
    color: #6A6969;
    text-align: center;
    margin-bottom: 30px;
}

.form-control {
    /*border: none;
    background: #0B6AB9;
    opacity: 0.05;
    margin-bottom:59px;*/

    border: none;
    margin-bottom: 40px;
    height: 45px;
    background-color: #f3f8fb;
    border-bottom: 1px solid #629fd2;
}
