﻿html {
    font-family: Calibri !important;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    margin-top: 5%;
    margin-left: 5%;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.user_grid_Row1 {
    background-color: lightblue;
}

.clsErr {
    background-color: maroon;
    color: white;
    padding: 5px;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}

.processbtn span {
    align-self: stretch;
    color: white;
    width: 200px;
    font-weight: normal !important;
    font-size: medium !important;
}

.processbtn {
    display: flex;
    border-left: 1px solid #00bfef;
    border-top: 1px solid #00bfef;
    border-right: 1px solid #00bfef;
    border-bottom: 1px solid white;
    height: 30px !important;
    background-color: #00bfef;
    font-weight: bold;
}

.appbtn {
    display: flex;
    border-left: 1px solid #337AB7;
    border-top: 1px solid #337AB7;
    border-right: 1px solid #337AB7;
    border-bottom: 1px solid #337AB7;
    height: 30px !important;
    background-color: white;
}

#toggle-pane-100 {
    border-left: 1px solid #337AB7;
    border-top: 0px solid #337AB7;
    border-right: 1px solid #337AB7;
    border-bottom: 1px solid #337AB7;
    background-color: transparent;
    padding-top: 20px;
}

#toggle-pane-88,
#toggle-pane-89,
#toggle-pane-90,
#toggle-pane-91 {
    border: 1px solid #00bfef;
}


/* file upload button active state */

#EdufileInput::file-selector-button,
#ExpfileInput::file-selector-button {
    background-color: white;
    font-size: small;
    font-family: Calibri;
    border: 1px solid gray;
}

.chartnodediv {
    width: 100%;
    height: 100%;
    border: 0px solid gray;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.chartnode .chartnodediv {
    background-color: white !important;
}

.chartnodediv table {
    border: 0px solid blue;
    width: 100%;
}

.chartnodediv img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    margin-left: 0px;
    margin-top: 0px;
}

.chartnodediv #empname {
    font-size: 14px;
    font-family: Calibri;
    font-weight: 900;
}

.chartnodediv #desname {
    font-size: 12px;
    font-family: Calibri;
    font-weight: normal;
}

.chartnodediv #button {
    width: 100%;
    text-align: center;
    font-size: medium;
    font-family: Calibri;
}

.chartnode {
    border: 1px solid gray;
    width: 150px;
    height: 60px;
}

.chartnode_selected {
    border: 1px solid gray;
    width: 150px;
    height: 60px;
}

#chart_div .google-visualization-orgchart-table tr td.google-visualization-orgchart-node div {
    width: 0px !important;
}

#chart_div .google-visualization-orgchart-linebottom {
    border-bottom: 1px solid gray;
}

#chart_div .google-visualization-orgchart-lineleft {
    border-left: 1px solid gray;
}

#chart_div .google-visualization-orgchart-lineright {
    border-right: 1px solid gray;
}

#chart_div .google-visualization-orgchart-linetop {
    border-top: 1px solid gray;
}

.chartnode_selected .chartnodediv {
    background-color: aliceblue !important;
}

#chart_div .google-visualization-orgchart-node {
    vertical-align: top;
}

.clsman {
    color: red;
}

#fileInput,
#MemberfileInput {
    display: none;
}

.custom-file-upload {
    cursor: pointer;
}

#cmdUpload1,
#cmdCancel1 {
    border: 1px solid gray;
}

.select2 {
    width: 100% !important;
}

#divmainajax {
    height: auto;
    max-height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

.RootEle {
    font-family: Calibri;
}

.RootEle table tr td {
    font-family: Calibri;
}

label {
    font-weight: normal !important;
    font-family: Calibri !important;
    font-weight: bold !important;
}

span {
    font-weight: normal !important;
    font-family: Calibri !important;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.Class_-_0_0_- {
    background-color: orange !important;
}

.Class_APPROVED_0_0_- {
    background-color: #b5f25d !important;
}

.Class_REJECTED_0_0_- {
    background-color: red !important;
}

.Class_APPROVED_1_0_- {
    background-color: orange !important;
}

.Class_APPROVED_1_0_APPROVED {
    background-color: #c7c0af !important;
}

.Class_APPROVED_1_0_REJECTED {
    background-color: #b5f25d !important;
}

.Class_APPROVED_0_1_- {
    background-color: orange !important;
}

.Class_APPROVED_0_1_APPROVED {
    background-color: #b5f25d !important;
}

.modal {
    z-index: 10000;
    background-color: transparent;
}

.modal-dialog {
    border: 1px solid #017ab7;
}

#CE {
    display: initial;
}

#CD {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: gray;
}

#EE {
    display: initial;
}

#ED {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: gray;
}

#DE {
    display: initial;
}

#DD {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: gray;
}

#VE {
    display: initial;
}

#VD {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: gray;
}

.c_tooltip {
    position: relative;
    display: inline-block;
}

.c_tooltip .tooltiptext {
    visibility: hidden;
    width: 60px;
    background-color: white;
    color: gray;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 130%;
    border: 1px solid gray;
}

.c_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent gray;
}

.c_tooltip:hover .tooltiptext {
    visibility: visible;
}

.e_tooltip {
    position: relative;
    display: inline-block;
}

.e_tooltip .tooltiptext {
    visibility: hidden;
    width: 60px;
    background-color: white;
    color: gray;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 130%;
    border: 1px solid gray;
}

.e_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent gray;
}

.e_tooltip:hover .tooltiptext {
    visibility: visible;
}

.d_tooltip {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.d_tooltip .tooltiptext {
    visibility: hidden;
    width: 60px;
    background-color: white;
    color: gray;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -30px;
    border: 1px solid gray;
    text-decoration: none;
}

.d_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent gray transparent;
}

.d_tooltip:hover .tooltiptext {
    visibility: visible;
    text-decoration: none;
}

.v_tooltip {
    position: relative;
    display: inline-block;
}

.v_tooltip .tooltiptext {
    visibility: hidden;
    width: 60px;
    background-color: white;
    color: gray;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 130%;
    border: 1px solid gray;
}

.v_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent gray transparent transparent;
}

.v_tooltip:hover .tooltiptext {
    visibility: visible;
}

input[type=search] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    background-image: url('\dist\img\search.jpg');
    background-position: 10px 10px;
}

.border_raduis {
    margin-bottom: 1.5rem;
    background-color: #FFF;
    transition: all 0.5s ease-in-out;
    position: relative;
    border-radius: 5px;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
    color: inherit;
}

#cmpLogo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    left: 0;
}

.grdimg {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.s_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.s_tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #457dd1;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.s_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #457dd1 transparent transparent transparent;
}

.s_tooltip:hover .tooltiptext {
    visibility: visible;
}

.sd_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.sd_tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #d91f0b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.sd_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #d91f0b transparent transparent transparent;
}

.sd_tooltip:hover .tooltiptext {
    visibility: visible;
}

table {
    font-family: Helvetica !important;
}

.dataTables_length select {
    border-width: 0px 0px 1px 0px;
    font-size: small;
}

#example1 thead tr th {
    font-family: Calibri;
    border-bottom: 1px solid #e5e7eb;
    background-color: #e5e7eb !important;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}

#example1 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #4A7DFF45;
}

.dt-right {
    text-align: right;
}

#example1 tbody tr td {
    /* Text color */
    font-family: Calibri;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 600;
    color: #1E1E1E;
}

#example2 thead tr th {
    font-family: Calibri;
    font-size: small;
    color: #787671;
    border-bottom: 1px solid #c7c0af;
}

#example2 tfoot tr th {
    font-family: Calibri;
    font-size: small;
    color: #787671;
    border-bottom: 1px solid #c7c0af;
    border-top: 1px solid #c7c0af;
}

#example2 {
    border-bottom: 1px solid #c7c0af !important;
}

#example2 tbody tr td {
    font-family: Calibri;
    font-size: 12px;
}

.dataTables_length label {
    font-family: Calibri;
}

.dataTables_length label select {
    font-family: Calibri;
}

#listTable1 td h3 {
    font-family: Calibri;
}

#cmpname {
    margin-left: 50px;
    padding-top: 16px;
    position: absolute;
    color: #8c877a;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: large;
    display: table-cell;
    font-family: Calibri;
}

#tree li span {
    font-family: Calibri;
    font-size: 18px;
}

#tree li ul li a {
    font-family: Calibri;
    font-size: 12px;
}

.unselected_menu a {
    color: gray !important;
}

.root_sub_menu {
    color: gray !important;
}

.break-text {
    font-weight:normal !important;
    width: 80% !important;
    word-wrap: break-word !important;
    overflow-wrap: anywhere !important;
    display: block !important;
  }

.selected_menu a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    /* border: 1px solid #e5e7eb !important;
    background-color: #e5e7eb !important; */
    color: #de3c4b !important;
    text-decoration: none;
}

.selected_menu a:hover,
.unselected_menu a:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e7eb !important;
    background-color: #e5e7eb !important;
    color: #444444 !important;
    text-decoration: none;
}

.root_menu a {
    text-decoration: none;
}

.root_menu a:hover {
    text-decoration: none !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #e5e7eb !important;
    background-color: #e5e7eb !important;
    color: #111827 !important;
}

.btn-primary {
    background-color: #de3c4b !important;
    width: fit-content;
    color: white !important;
    height: fit-content;
    border-color: #de3c4b !important;
}

.btn:hover {
    color: white;
}

.login-logo {
    margin-bottom: 10px;
}

.login-box-body .form-control {
    height: 50px !important;
}

.login-box-body .form-control-feedback {
    font-size: 25px !important;
    top: 8px !important;
}

.login-btn {
    background-color: #1C325B !important;
    width: fit-content;
    color: white !important;
    padding: 10px 60px;
}

.login-box {
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
}

.login-box-body {
    padding: 20px 50px;
}

.nav_div {
    display: flex !important;
    align-items: center;
    gap: 15px;
    padding-left: 20px !important;
}

.form-group {
    margin-bottom: 20px !important;
}

.login-box-msg {
    margin-bottom: 20px !important;
}

.nav_div:hover {
    background-color: #1C325B !important;
}

a {
    color: #1C325B !important;
    text-decoration: none;
}

#example1 table tbody tr:nth-child(even) {
    background: #329FFF 0% 0% no-repeat padding-box;
    opacity: 0.04;
}

.box-body {
    /* padding: 10px 30px; */
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em 0.5em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #979797;
    background-color: #de3c4b !important;
    border-radius: 19px;
}

.header-title {
    color: #1C325B;
    font-weight: 600;
    font-size: 20px;
}

.header-title-div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}


/* 
.border_raduis {
  .box-header {
    margin-top: 15px;
  }
} */

.no-footer {
    border-bottom: none !important;
}


/* Saravanan changes start*/

.card-header {
    border-color: #E5E7EB;
    position: relative;
    background: transparent;
    padding: 1rem 1rem 1rem;
    border-bottom: 1px solid #E5E7EB;
    font-size: 16px !important;
    margin-bottom: 10px;
}

.box-header {
    border-color: #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}


/* 
.dataTables_wrapper .dataTables_length {
    padding-left: 10px;
    padding-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter {
    padding-bottom: 10px;
    padding-right: 10px;
} 

.dataTables_info {
    padding-left: 10px;
    padding-bottom: 15px;
}
*/

.btn-primary:focus {
    outline: 5px auto #de3c4b !important;
}

.btn-light:focus {
    outline: 5px auto #de3c4b !important;
    background-color: #de3c4b !important;
    color: white !important;
}

.btn-light:hover {
    background-color: #de3c4b !important;
    color: white !important;
}

.select2,
.select2-container--default .select2-selection--single {
    border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
    border-radius: 5px !important;
    height: 34px !important;
}

.content-wrapper,
.content {
    background-color: #f8f9fa;
}

.login-page {
    background-color: #ffffff !important;
    height: 100%;
    width: 100%;
}

.form-control {
    border-color: #E5E7EB;
    color: #111827;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 5px;
    padding: 0.5rem 0.625rem;
    height: 38px;
    transition: all 0.5s;
}

.login-or {
    text-align: center;
    font-size: 15px;
    color: #374151;
    font-weight: 500;
    margin: 5px 0;
    padding: 10px 0;
    position: relative;
}

.login-or::before {
    width: 46%;
    content: "";
    border-top: 1px solid #E5E7EB;
    position: absolute;
    top: 50%;
    left: 0;
}

.login-or::after {
    width: 46%;
    content: "";
    border-top: 1px solid #E5E7EB;
    position: absolute;
    top: 50%;
    right: 0;
}

.login-or .span-or {
    background-color: #FFF;
    padding: 0 10px;
    z-index: 9;
    position: relative;
}

.btn.btn-info {
    background-color: #1B84FF;
    border: 1px solid #1B84FF;
    color: #FFF;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #202C4B;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #202C4B;
}


/* Saravanan changes end*/