﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-color: #A6A7A1;*/
    background-color: #E5E5E5; /*silver*/
    font-family: Arial, Arial Unicode MS, Helvetica, Sans-Serif;
    font-size: 14px;
}

/*.menuItem:hover{
    background-color:gray;
}*/

.counter {
    border: 1px solid #ccc;
    border-width: 0px 1px 1px 1px;
    color: black;
    padding: 5px 15px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
}

a:hover {
    color: black !important;
}

.fa {
    display: inline;
}

html {
    scroll-behavior: smooth;
}

btn {
    font-weight: 500;
    outline: 0 !important;
}

.btn-add {
    background-color: #0CC2AA;
    color: white;
}

.tbHeader {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    /*background-color: lightseagreen;*/
    background-color: lightblue;
    color: black;
}

.addBtn {
    background-color: lightseagreen;
}

.captionPeer {
    /*color: red;*/
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 12px !important;
    font-family: Arial;
    font-size: 15px;
}

.captionPeerOpt {
    /*color: red;*/
    padding-left: 2px;
    padding-right: 2px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}

.sub-header {
    font-family: Arial;
    font-size: 10pt;
    font-style: italic;
    text-align: left;
}

#rcorners2 {
    /*border-radius: 25px;
    border: 1px solid #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;*/
    border: 1px solid #73AD21;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    height: 1%;
    overflow: hidden;
    padding: 0px;
}

.applicantHeader {
    /*top:10px;*/
    padding-top: 0px;
    text-align: left;
    padding-left: 15px;
    font-weight: bold;
    color: darkred;
    font-size: 15px;
    z-index: 1010;
    position: absolute;
    background-color: white;
    width: 90%;
    /*height:80px;*/
}

/*input[type=checkbox][disabled] {
    outline:1px; color:red;
}*/

input[type="checkbox"]:checked + label {
    font-weight: bold;
}

input[type="checkbox"]:disabled + label {
    color: #ccc;
}

.dialog-width {
    width: 800px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 800px;
}

.user {
    width: 130px;
    height: 130px;
    border-radius: 50%; /*don't forget prefixes*/
    background-image: url("../Images/user2.png");
    background-position: center center;
    /* as mentioned by Vad: */
    background-size: cover;
    border: solid;
    border-color: silver;
    border-width: 0.5px;
}

input[type='file'].hidden {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 50px;
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    filter: Alpha(Opacity=0);
}

.textarea-ro {
    border-style: none;
    border-color: Transparent;
    background-color: white;
    color: #2c2c2c;
    overflow: auto;
    width: 900px;
    /*height: 250px;*/
    min-height: 200px;
    font-weight: 200;
    font-family: Arial;
    resize: none;
}

.hideFullColumn tr > .hidecol {
    display: none;
}

.swords {
    position: relative;
    font-size: smaller;
    font-weight: 100;
}

.input-form li label {
    margin-bottom: 0px !important;
    padding: 0px;
    font-size: 14px;
}

.error {
    border-color: #ff6357;
    border-width: 1px;
}

select {
    padding: 5px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 15px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .body-content {
        padding: 0;
        background-color: white;
    }
}

.footer1 {
    background-color: #A6CE39;
    border-color: #A6CE39;
    padding: 2px 2px;
    font-size: 10px;
    color: white;
    font-weight: bold;
    width: 1000px;
    position: fixed;
}

.footer {
    background-color: #A6CE39;
    border-color: #A6CE39;
    padding: 2px 2px;
    font-size: 10px;
    color: white;
    font-weight: bold;
    width: 1000px;
    bottom: 0px;
    position: fixed;
}

.input-form {
    list-style-type: none;
}

    .input-form:after {
        clear: both;
        display: block;
        content: ' ';
    }

    .input-form li {
        float: left;
        width: 250px;
        /*margin-bottom: 10px;*/
        margin: 10px;
    }

        .input-form li label {
            margin-bottom: 5px;
            padding: 0px;
            font-size: 14px;
        }

        .input-form li span {
            padding: 0px;
            font-size: 14px;
            font-weight: bold;
        }

        .input-form li label:after {
            display: block;
            content: ' ';
        }

    .input-form .sub-section {
        width: 90%;
        font-size: 1.4em;
        color: #cbcacc;
        font-weight: bold;
        border-top: solid 1px #cbcacc;
        margin-top: 15px;
        margin-bottom: 15px;
        font-style: italic;
        padding-top: 5px;
    }

/*.anchor{
  display: block;
  height: 145px; 
  margin-top: -115px; 
  visibility: hidden;
}*/

.SiteHeading {
    /*color: #9CB32C;*/
    color: white;
    font-weight: bold;
    font-size: 20px;
}

#product-branding {
    cursor: pointer;
    color: black;
    position: fixed;
    padding: 10px;
    bottom: 1px;
    right: 0;
    background-color: white;
    font-size: 0.7em;
    opacity: 0.8;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

A.linkHref:link {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHref:visited {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHref:hover {
    text-decoration: underline;
    color: yellow;
    font-size: 12px;
    font-weight: bold;
}


A.linkHrefG:link {
    color: green;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHrefG:visited {
    color: green;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHrefG:hover {
    text-decoration: underline;
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.mandatory, .required {
    color: #c00;
    font-size: 13px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1040; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    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 */
}


/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 9% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}


.SubSectionHeader {
    border-color: black;
    border: 2px;
    font-size: 10px;
    margin-right: auto;
    float: left !important;
    margin-left: 15px;
    width: 95%;
}

#side_container {
    position: fixed;
    top: 20%;
    right: 10px;
    /*min-height:600px;*/
    bottom: 0;
    overflow-y: auto;
    overflow-x: none;
}

    #side_container div {
        cursor: pointer;
        color: white;
        margin: 5px 0;
        padding: 5px 10px;
        padding-top: 7px;
        opacity: 0.7;
        border: 1px solid gray;
        position: relative;
        /*background-color: #00A651;*/
        background-color: dodgerblue;
        width: 111px;
        height: 50px;
        cursor: pointer;
        font-size: 13px;
        transition: all 0.3s ease;
        /* text-align: right; */
        float: right;
        clear: right;
        border-radius: 5px;
    }

.reviewHead {
    cursor: pointer;
    color: white;
    margin: 5px 0;
    padding: 5px 10px;
    opacity: 0.7;
    border: 1px solid gray;
    position: relative;
    background-color: red;
    width: 110px;
    height: 40px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    /* text-align: right; */
    float: right;
    clear: right;
    border-radius: 0px;
}

.grid {
    background: #dbdcde;
    border: 1px solid #ccc;
    width: 100%;
}

    .grid td {
        padding: 5px;
    }

    .grid img {
        margin-right: 3px;
    }

    .grid tr:nth-child(even) {
        background: #f7f7f7;
    }

    .grid tr:nth-child(odd) {
        background: #f0f0f0;
    }

        .grid tr:nth-child(even) td, .grid tr:nth-child(odd) td {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #dadada;
        }

    .grid tr:first-child {
        font-weight: bold;
    }

.SearchTable {
    font-size: Smaller;
    width: 100%;
    border-collapse: collapse;
    border: 1px;
}

    .SearchTable tr:nth-child(even) td, .SearchTable tr:nth-child(odd) td {
        border-width: 1px;
        border-style: solid;
        font-size: 12px;
        font-weight: bold;
        height: 34px;
    }




    .SearchTable tr:first-child td {
        background-color: #E6E6E6;
        border-width: 1px;
        border-style: solid;
        font-size: 12px;
        font-weight: bold;
        height: 34px;
    }

.invalidElement {
    border: 1px solid red;
}

.celltbl {
    padding: 5px;
    text-align: left;
    /*background-color: white;*/
    font-size: 10pt;
    font-weight: bold;
}

A.linkHrefE:link {
    color: blue;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHrefE:visited {
    color: green;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHrefE:hover {
    text-decoration: underline;
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.grid-header {
    /*background: #eee;*/
    clear: both;
    color: rgba(50, 50, 50, 0.75);
    font-size: 13px;
    margin: -15px 5px 10px -15px;
    padding: 0px;
    font-weight: bold;
    line-height: 22px;
}

.form-title {
    background: #e7f2c8;
    clear: both;
    color: black;
    font-size: 14px;
    margin: -15px 5px 10px -15px;
    font-weight: bold;
    line-height: 22px;
}

    .form-title .tab-number {
        background: white;
        color: black;
        border-radius: 100%;
        padding: 0 7px;
        margin: 5px;
        display: inline-block;
    }

.form-title-no {
    background: #e7f2c8;
    /*background: #0CC2AA;*/
    /* background: lightblue;*/
    clear: both;
    color: black;
    font-size: 14px;
    margin: -15px 5px 10px -15px;
    padding: 5px;
    font-weight: bold;
    line-height: 22px;
    border-radius: 5px;
}

.pageHeader {
    padding-top: 15px;
    text-align: left;
    padding-left: 15px;
}



.hrLine {
    /*clear: both;
    margin: -15px 5px 10px -15px;*/
    width: 950px;
    /*padding: 5px;*/
}

ul.input-form {
    margin-bottom: 30px;
}

.form-title-sub {
    background: #eee;
    clear: both;
    color: #00A651;
    font-size: 14px;
    margin: -15px 5px 10px -15px;
    padding: 0px;
    font-weight: bold;
    line-height: 22px;
}

    .form-title-sub .tab-number {
        background: #0060ac;
        color: #fff;
        border-radius: 100%;
        padding: 0 7px;
        margin: 5px;
        display: inline-block;
    }

.label-style-form {
    font-weight: bold;
    font-size: 14px;
}

.label-style {
    font-weight: bold;
}

.table-t {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Arial, Arial Unicode MS, Helvetica, Sans-Serif;
    font-size: 13px;
}
