/*
COPYRIGHT NOTICE
Copyright (c) 2023  Scott C. Neu and Arthur W. Toga

See README.license for license notices.
*/
/* 25 September 2023 */

/* The Body */
body {
    background-color: #F2F2F8;
}

/* Prevents firefox from dislaying dotted outline on focus */
/*  (FIX FOR FIREFOX < v4 ) */
a,span {
    outline: 0;
}

html,
body {
margin:0;
padding:0;
height:100%;
}

/* Style for container  */
#wrapper {
min-height:100%;
position:relative;
}

/* Style for content  */
#bodycontent {
    /*padding-bottom:135px;  Height of the footer element */
}

.top {
    margin-top: 5%;
    padding: 5%;
}

.block {
    display: block;
    position: relative;
}

#red {
    color: red;
}
/* Form fields  */
/* Default css for all input elements */
input {
    border: 1px solid #BDC3C7;
    padding: 4px;
}

/* Css on input focus */
input:focus {
    outline: 0;
    border-color: #9ECAED;
    -moz-box-shadow: 0 0 5px #9ECAED;
    -webkit-box-shadow: 0 0 5px #9ECAED;
    box-shadow: 0 0 5px #9ECAED;
}
.confirmMessage{
         margin-left: 2px;
         font-size:13px;
}
.label {
    margin-bottom: 1%;
    display: inline-block;
    margin-top: 1%;
    width: 20%;
    white-space: nowrap;
    text-align: right;
    padding: 5px;
}
.gaain-input,textarea {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    margin-bottom: 20px;
    padding: 11px 25px;
    padding-left: 55px;
    color: #777;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear
        0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

.gaain-input:focus,textarea:focus {
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    outline: 0 none;
}


textarea:focus ~ #triangle-left {
    opacity: 1;
}

textarea:focus ~ .help-text {
    opacity: 1;
    height: 60px;
}

textarea {
    vertical-align: top;
    margin-bottom: 20px;
    width: 55%
}

/*Bubble  */
.triangle-obtuse:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
     -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    border-color: transparent #825A9F;
    border-image: none;
    border-style: solid;
    border-width: 0 0 20px 30px;
    bottom: -20px;
    content: "";
    display: block;
    left: 183px;
    position: absolute;
    width: 0;
}

.triangle-obtuse:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
     -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    border-color: transparent #F2F2F8;
    border-image: none;
    border-style: solid;
    border-width: 0 0 22px 15px;
    bottom: -22px;
    content: "";
    display: block;
    left: 181px;
    position: absolute;
    width: 0;
}

.triangle-obtuse {
     /* Old browsers */
    background: #633188;
    /* FF3.6+ */
    background: -moz-linear-gradient(#633188, #825A9F) repeat scroll 0 0 transparent;
      /* Chrome,Safari4+ */
    background: -webkit-gradient(#633188, #825A9F) repeat scroll 0 0 transparent;
   /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(#633188, #825A9F) repeat scroll 0 0 transparent;
   /* Opera 11.10+ */
    background: -o-linear-gradient(#633188, #825A9F) repeat scroll 0 0 transparent;
     /* IE10+ */
    background: -ms-linear-gradient(#633188, #825A9F) repeat scroll 0 0 transparent;
   /* W3C */
    background: linear-gradient(#633188, #825A9F) repeat scroll 0 0 transparent; 
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#633188', 
    endColorstr='#825A9F', GradientType=0); 
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font: 0.8em/1.4 Cambria, Georgia, sans-serif;
    left: 40%;
    padding: 10px;
    position: absolute;
    width: 34%;
    opacity: 1;
    visibility: hidden;
    bottom: 100%;
}

input:focus ~ .triangle-obtuse {
    opacity: 1;
}
/* Styling for Input fields  */
.form-inputs {
    width: 70%;
    padding: 15px 15px 15px 30px;
    margin-left: 15%;
}

.form-inputs input {
    background: no-repeat scroll 0 0 #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;
    margin: 0 0 10px; /*  top right bottom left */
    width: 55%;
}

#agreement-agree  { width: 14px; }

#checkbox {
    width:auto;
}
/* Common Button style */
.gaain-button {
    color: #FFFFFF;
    background-color: #683C85 !important;
    padding: 5px;
    min-width: 90px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    clear: both;
    width: auto !important;
}

.gaain-button:hover {
    background-color: #B63AD1 !important;
    text-shadow: #FFFFFF 0 0 5px !important;
}
/* Button hover effects */
a.gaain-button:hover {
    background-color: #B63AD1;
    text-shadow: #FFFFFF 0 0 5px;
}

/* Button click effects */
a.gaain-button:active {
    -webkit-box-shadow: 0px 0px 5px 5px #9530AC inset;
    -moz-box-shadow: 0px 0px 5px 5px #9530AC inset;
    box-shadow: 0px 0px 5px 5px #9530AC inset;
    position: relative;
    top: 2px;
}

/* The disabled button CSS */
a.gaain-button-disabled {
    display: inline-block;
    color: #FFFFFF;
    background-color: #EDECEC;
    padding: 5px;
    min-width: 70px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

#gaain-form-section {
    color: #666666;
    font-size: 18px;
    margin-top: 1%;
    text-align: left;
}

/*progressbar*/
#progress-bar {
}

#progress-bar ul {
    display: table;
    border-spacing: 10px;
    list-style: none;
    cursor: default;
    width: 100%;
    padding-left: 0px;
}

#progress-bar li {
    display: table-cell;
    color: #737373;
    font-weight: bold;
    padding: 5px;
    background: rgba(115, 115, 115, 0.1);
    font-size: 16px;
    border-radius: 2px;
    min-width: 200px;
    text-align: center;
    position: relative;
}

#progress-bar li.active {
    color: #633188;
    background: rgba(99, 49, 136, 0.15);
}

#progress-bar li:not (:last-child ):after {
    content: '';
    display: inline-block;
    border-color: transparent transparent transparent #737373;
    border-style: solid;
    border-width: 10px;
}

#progress-bar li.active:not (:last-child ):after {
    border-color: transparent transparent transparent #633188;
}

#progress-bar li.completed:not (:last-child ):after {
    border-color: transparent transparent transparent transparent;
    content: "\2713";
    font-size: 20px;
    color: green;
}

#progress-bar  span {
    background-color: #737373;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 2px #5C5C5C;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
}

#progress-bar .active span {
    background-color: #633188;
    color: #FFFFFF;
}

#progress-bar div {
    display: inline-block;
    width: 130px;
    text-align: center;
    vertical-align: middle;
}
/* Review Application table  */
table.table1{

    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
    margin:0 auto;
}

.table1 thead th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #633188;
    border:1px solid #633188;
    border-bottom:3px solid #825A9F;
    background-color:#9b7ab2;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, #633188),
        color-stop(0.51, #825A9F),
        color-stop(0.87, #9b7ab2)
        );
    background: -moz-linear-gradient(
        center bottom,
        #633188 2%,
         #825A9F 51%,
        #9b7ab2 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#CDBDD8;
    border: 2px solid  #cdbdd8;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    padding:5px;
    min-width:450px;
}

.email-captcha.investigator-verify {
}

.email-captcha.captcha-error {
	border: 1px solid red;
}
