﻿body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    line-height: 1;
    color: #3E3E3E;
    background-color: #FFFFFF;
    margin: 0;
}
/*Java script files referenced this class. Please chcek carefully before changing the name*/
.logo-color {
    color: #053d52;
}
    .top-banner {
        background: url(../../../images/Newbanner.jpg) no-repeat top center;
        background-size: cover;
        position: relative;
        padding: 0;
        margin-bottom: 0;
        border-bottom-color: #dddddd;
        border-bottom-style: none;
        border-bottom-width: 1px
    }

.top-banner-logo {
    display: inline-block;
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}

    .top-banner-logo img {
        width: 220px;
        }

input[type="number"] {
    -moz-appearance: textfield;
}

.treeview {
    margin: 10px;
}
    .treeView img {
        width: 24px;
        height: 24px;
        margin: 2px;
        margin-top: 4px;
        }

    .treeView td {
        padding-left: 5px;
        padding-right: 5px;
        max-width: 400px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: pre-line !important;
        width: max-content;
        font-size: 12.8px;
        border-radius: 5px;
    }

img {
    -ms-interpolation-mode: bicubic;
}
input {
    position: relative;
    margin-bottom: 5px;
    margin-left: 5px;
    top: -3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 5px 5px;
    background-color: #fafafa;
    border: 1px solid #9E9E9E;
    font-size: 12pt;
    border-radius: 5px;
}

input[type="checkbox"].medium-checkbox {
    -ms-transform: scale(1.4); /* IE */
    -moz-transform: scale(1.4); /* FF */
    -webkit-transform: scale(1.4); /* Safari and Chrome */
    -o-transform: scale(1.4); /* Opera */
    transform: scale(1.4);
}

input[type="button"], input[type="submit"] {
    border: 1px solid #053d52;
    color: #053d52;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
}

input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled,
input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, button:disabled:hover {
    cursor: default;
    background-color: rgba(208, 208, 208, 0.6);
    color: rgb(140, 140, 140);
    border-color: rgba(208, 208, 208, 0.6);
}

input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #808080; /* grey */
    color: white;
}
input[type="submit"].SmallButtonClass, input[type="button"].SmallButtonClass {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 5px 8px;
    font-size: 9pt;
    margin-top: 12px;
    cursor: pointer;
}

input[type="button"].RemoveClass {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    display: inline-block;
    padding: 0;
    font-size: 9pt;
    margin-top: auto;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

button {
    position: relative;
    margin-bottom: 5px;
    margin-left: 5px;
    top: -3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 5px 5px;
    background-color: #fafafa;
    border: 1px solid #9E9E9E;
    font-size: 12pt;
    border-radius: 5px;
    border: 1px solid #053d52;
    color: #053d52;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
}

button:hover {
    background-color: #808080; /* grey */
    color: white;
}

button.SmallButtonClass {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 5px 8px;
    font-size: 9pt;
    margin-top: 12px;
    cursor: pointer;
}

button.RemoveClass {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    display: inline-block;
    padding: 0;
    font-size: 9pt;
    margin-top: auto;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

select {
    position: relative;
    margin-bottom: 5px;
    margin-left: 5px;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 2px 5px;
    background-color: #fafafa;
    border: 1px solid #9E9E9E;
    font-size: 12pt;
    max-width: 100%;
    border-radius: 5px;
}

select.form-select {
    margin-left: 0;
}

a {
    color: #053d52;
}
    a:visited {
        color: #053d52;
    }
.adminBreadCrumb {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 12pt;
    font-weight: bolder;
    font-family: Arial, Verdana;
    color: #053d52;
    margin: 4px;
}
.admin_breadcrum a {
    color: #053d52;
}

    .admin_breadcrum a:visited {
        color: #053d52;
    }
.custom-popup {
    display: block;
    position: absolute;
    top: 15%;
    left: 25%;
    width: 50%;
    height: 65%;
    padding: 16px;
    border: 10px solid #053d52;
    background-color: white;
    z-index: 1002 !important;
    overflow: auto;
    border-radius: 5px;
}
.black_overlay {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.ClosePopup {
    float: right !important;
    display: inline-block;
    padding: 2px 5px;
    }
.LoadingImage {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background-size: cover;
    background-color: rgba(192, 192, 192, 0.7);
}
.SpinnerImage {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    min-width: 128px;
    min-height: 128px;
    opacity: 1.0;
   
}

.spinner-size {
    width: 100px;
    height: 100px
}
.SpinnerLabel {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 40px);
    color: #053d52;
    font-weight: bold;
}

.lblSuccess {
    color: #3c763d;
    font-weight: bold;
    background-color: #dff0d8;
    padding-bottom: 0.5%;
}

.lblInfor {
    color: #31708f;
    font-weight: bold;
    background-color: #d9edf7
}

.hidden {
    display: none;
}

.lblFailure {
    color: #a94442;
    font-weight: bold;
    background-color: #f2dede
}

.error {
    color: #de2a26;
}

.errorPage-div {
    width: 100%;
    height: 200px;
}
.errorPage-label {
    font-family: Consolas;
    width: 300px;
    text-align: center;
    font-size: 20pt;
    color: red;
    margin-top: 100px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
.dataEntry-componentData-button {
    width: 24px;
    height: 24px;
    border: none;
    background-image: url('../../../Images/button_plus.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: central;
    background-color: #053d52;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.GhgEdit_button_add {
    margin-left: 0;
    margin-top: 0;
    width: 31px;
    height: 31px;
    border: none;
    background-image: url('../../../Images/button_plus.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: central;
    background-color: #053d52;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.grid_class th {
    font-family: Tahoma;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    min-width: 80px;
    color: #053d52;
    border: 0;
    padding: 5px 5px 5px 5px;
    font-size: 12pt;
    text-align: left;
    background: #e1e1e1;
   }
.manage-th {
    border: 1px solid #ccc;
    color: #053d52;
    background-color: #e1e1e1;
    font-size: 14px;
     border-radius: 7px;
    padding: 5px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    position: relative;
    margin-bottom: 5px;
    margin-left: 5px;
    top: -3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 5px 5px;
    background-color: #fafafa;
    border: 1px solid #9E9E9E;
    font-size: 12pt;
    font-family: Arial;
    border-radius: 5px;
    border: 1px solid #053d52;
    color: #053d52;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
}

a.button.SmallButtonClass {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 5px 8px;
    font-size: 9pt;
    margin-top: 12px;
    cursor: pointer;
}

a.button:hover {
    background-color: #808080; /* grey */
    color: white;
}

#title_div {
  min-width: 400px;
}

label.disabled {
  color: #9E9E9E;
}

.info {
    color: #de2a26;
}

.infoPage-div {
    width: 100%;
    height: 200px;
}

.infoPage-label {
    font-family: 'Global User Interface';
    width: 300px;
    text-align: center;
    font-size: 30pt;
    color: red;
    margin-top: 100px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
