body{
   background-color: #fff;
/*   background-color: #C4BDF2;*/
   margin: 50px;
   padding: 0px;
   text-align: center;
   font-size: 18px;
   font-family: 'Trebuchet MS', Arial, sans-serif;
}
tr.grid:nth-child(even) {background-color: #eeeeee;}
table.tblWrapClass{
    table-layout:fixed;
    width:100%;
    word-wrap:break-word;
}
.container{
   margin: 10px;
   margin-top: 100px;
}
.optionheader {
    font-family: 'Trebuchet MS',Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 6px;
    font-weight: bold;
    color:black;
   background-color: #9b8948;
    padding-left : 4px;
}
.smallCellText {
    font-size: 12px;
    font-family: 'Trebuchet MS',Arial, sans-serif;
    border-bottom: 1px dashed #8677F2;
}
.expiredCellText {
    font-size: 12px;
    font-weight: bold;
    color: red;
    font-family: 'Trebuchet MS',Arial, sans-serif;
    border-bottom: 1px dashed #8677F2;
}
.numberInput {
    font-size: 12px;
    font-family: 'Courier New', Courier, monospace;
}
.tabInactive {
    border-left-color: Black;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #B3F22D;
}

.boxBody{
   border: 1px solid #d5d8dc;
   display: block;
   width: 46.5%;
   margin: 0px auto;
   padding: 1%;
   background-color: #fff;
   /*color: #FFF1BF;*/
   /*** Rounded Corners ***/
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   text-align: center;

}

#box-container{
   margin: 10px;
}
#boxHeaderNavSelected
 {
   background: transparent url('graphics/tabstop.gif') no-repeat scroll top right;
    /*color: #D1FF4B; */
    color: #FFF1BF;
    /*font: normal 16px; */
    font-family: 'Trebuchet MS', sans-serif;
   display: block;
   float: left;
   height: 40px;
   margin-right: 0px;
   padding-right: 18px;
   text-decoration: none;
}
#boxHeaderNavSelected span{
    /*background-color: #2B7C66;*/
    font-weight: bold;
   background: transparent url('graphics/tab.gif') no-repeat;
   display:block;
   line-height: 30px;
   padding: 9px 0 8px 16px;
   font-size: 120%;
}
#boxHeaderNav
 {
   background: transparent url('graphics/tabstop.gif') no-repeat scroll top right;
    /*color: #D1FF4B; */
    color: #FFF1BF;
    /*font: normal 16px; */
    font-family: 'Trebuchet MS', sans-serif;
   display: block;
   float: left;
   height: 40px;
   margin-right: 0px;
   padding-right: 18px;
   text-decoration: none;
   opacity: 0.7;
}
#boxHeaderNav span{
    /*background-color: #2B7C66;*/
    font-weight: bold;
   background: transparent url('graphics/tab.gif') no-repeat;
   display:block;
   line-height: 30px;
   padding: 9px 0 8px 16px;
}
#boxHeader
 {
   background: transparent url('graphics/tabstop.gif') no-repeat scroll top right;
    /*color: #D1FF4B; */
    color: #FFF1BF;
    /*font: normal 16px; */
    font-family: 'Trebuchet MS', sans-serif;
   display: block;
   float: left;
   height: 40px;
   margin-right: 100px;
   padding-right: 30px;
   text-decoration: none;
}
#boxHeader span{
    /*background-color: #2B7C66;*/
    font-weight: bold;
   background: transparent url('graphics/tab.gif') no-repeat;
   display:block;
   line-height: 30px;
   padding: 9px 0 8px 28px;
}

A {
    color : #0000b5;
    font-family : 'Trebuchet MS', sans-serif;
    font-size : 10pt;
    cursor: pointer;
}

a:visited,
a:active {
   text-decoration : none;
}

a:hover {
    color : #739bb5;
   text-decoration : underline;
}

.nav { color:Black; }
A.nav:active {
   color: Black;
}
A.nav:hover {
   color : #FFF8E0; /*same as #boxBody*/
}

.hyperlink { color:#0000b5; }
A.hyperlink:hover {
    color:#739bb5;
    text-decoration : underline;
}

a.grid:hover {
   color : #6c95af;
   text-decoration : underline;
}

div.simLink {
    color : #739bb5;
    font-family : 'Trebuchet MS', sans-serif;
    font-size : 10pt;
    cursor: pointer;
   cursor:pointer;
   display:inline;
}

div.simLink:hover{
    color : #739bb5;
    text-decoration : underline;
}

.indicator { color: #D15604; font-family: 'Courier New', Courier, monospace; font-weight: bold; font-size: 12pt; float: left; height: 24px; padding-right: 4px;}
.banner {
   font-family: 'Trebuchet MS',Arial, sans-serif;
   font-size: x-large;
   letter-spacing: 18px;
   font-weight: bold;
    text-align: center;
}

P {
    font-family : Arial, Helvetica, sans-serif;
}

.text-right {
      text-align: right;
  }

.frmLabel {
    font-weight : bold;
    color: #364c59;
    padding-right : 3px;
    vertical-align : baseline;
    font-family : Verdana, sans-serif;
    font-size: 13px;
    padding-top : 2px;
    padding-bottom : 2px;
}

.frmInputNote {
    font-family: Arial;
    color: #140300;
    text-decoration: none;
    word-spacing: 0.05em;
    text-align: left;
    letter-spacing: 0;
    line-height: 1em;
    font-size: 0.6em;
}

.frmInputNote2 {
   font-family: Arial;
   font-size : 1em;
   color: #140300;
   text-align: left;
   margin: 5px;
   padding: 7px;
   border : 1px solid #484A4a;
   -webkit-border-radius: 15px 15px 15px 15px;
           border-radius: 15px 15px 15px 15px;
    background-color : #E3E3E3;
}
.frmPrompt {
    font-weight: bold;
}

.frmFeather {
    font-style: italic;
   color: #ddddaa;
}
.linkBtn {
    border : 2px solid #484A4A;
    font-family : Arial, sans-serif;
   font-weight: bold;
    color : Black;
    background-color : #6c8a9f;
    padding : 3px 3px;
   word-wrap: normal;
}


A.navSelected {color: silver;}
TD {
   vertical-align: top;
}
TR {
    color : Black;
    font-family : 'Trebuchet MS', sans-serif;
}
TR.multiChoice, .asmt-radio-container label{
    font-family: 'Trebuchet MS', "Times New Roman", Georgia, 'Courier New', Courier, sans-serif;
   text-align:justify;

}
.confirmationMsg {
    color: Green;
    font-family : "Courier New", Courier, monospace;
    font-size : larger;
    letter-spacing : 2px;
}
.confirmMsg {
    color: Green;
    font-family : "Courier New", Courier, monospace;
    font-size : larger;
    letter-spacing : 2px;
    border: 1px solid Green;
    padding: 12px;
    width: 50%;
}
.technotes,.technotesMedium {
    font-family : "Courier New", Courier, monospace;
    font-size : x-small;
    color : #5A7892;
}
.technotesMedium {
    font-size : 10pt;
}
.menuboxheader {
    font-family: 'Trebuchet MS',Arial, sans-serif;
    font-size: medium;
    letter-spacing: 6px;
    font-weight: bold;
}
.listColumnHeader {
    border-bottom: 1px dashed #4a5e57;
    font-family : Verdana, sans-serif;
    font-size : 10pt;
    font-weight: bold;
    color : #4a5e57;
    /*color : #382D87;*/
}
.listColumnHeaderSmall {
    font-family: Trebuchet MS,Arial;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: small;
}
.envBanner {
    background-color: Black;
    border: thick dotted Yellow;
    padding: 4px;
    font-weight: bold;
    font-family: monospace;
    font-size: x-large;
    color: Yellow;
    letter-spacing: 3px;
    text-shadow: none;
    text-align: center;
}
td.lined {
    height: 90px;
}
.Required:before {
     display:inline;
     text-align:left;
     vertical-align: middle;
     content:"*";
     font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18pt;
    color: Red;
}

.suggest_link {
        background-color: #FFFFFF;
        padding: 2px 6px 2px 6px;
    }
.suggest_link_over {
    background-color: #3366CC;
    padding: 2px 6px 2px 6px;
}
#search_suggest {
    position: absolute;
    background-color: #FFFFFF;
    text-align: left;
    border: 1px solid #000000;
}
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

/* begin flash uploader styles */

div.div {
    border:  1px solid #afe14c;
    margin: 10px 0;
    padding: 20px 10px;
}
div.div span.legend {
    position: relative;
    background-color: #EEF3E2;
    padding: 3px;
    top: -30px;
    font: 700 14px Arial, Helvetica, sans-serif;
    /*color: #73b304;*/
    color : #D15604;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    /*border-color: #D9E4FF;*/
    border-color: #CCCCCC;

    -moz-border-radius-topleft : 5px;
    -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}
#content { width: 680px;}
#content { margin: 20px 90px; }

.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}
/* end flash uploader styles */

#linkList{
    /*background:transparent url(linkback.gif) repeat-y top left;*/
    margin:0 0 0 0px;
    float:left;
    width: 120px;
    position:absolute;

  top: 100px !important;   /* Good Browsers */
  top: 269px;          /* IE 5 */
  top/**/:/**/299px;       /* IE 6 */
}

#lselect{
    margin:10px 0 0 0;
    text-indent: -15000px;
    height: 28px;
    overflow: hidden;
}

#lselect h3{
}

#linkList ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .9em;
    letter-spacing:1px;
}

#linkList ul li {
    padding: 5px 10px 5px 5px;
    margin: 0;
}

#linkList ul li ul li:hover {
    background: #cc9;
    color: #333;
}

#linkList ul li ul li:hover a{
    background: #cc9;
    color: #333;
}

#linkList #lselect {
    color: #333;
}

#linkList ul li a {
    display: inline;
    color: #363;
    font-weight:normal;
}

#linkList #lselect ul li a {
    display: block;
}

#linkList #lselect ul li a.c, #linkList ul li a.c {
    display: inline;
    font-size: .8em;
    color: #363;
    color: #600;
    text-transform: none;
    font-weight:normal;
}
#pageHeader {
    position: absolute;
    top: 0px;
    width: 1006px;
   background: transparent url('graphics/banner.gif') no-repeat;
   /*border: 3px solid #484A4A;*/
}
#pageHeader h1 {
    width: 250px;
    height: 100px;
    float: left;
    margin: 0px 0px 0px 0px;
   text-indent: -15000;
   /*background: transparent url('graphics/micis-temp.png') no-repeat;*/
}
#pageHeader h2 {
   text-align: center;
    width: 200px;
    height: 75px;
    float: right;
    margin: 2px 15px 0px 0px;
   text-indent: -15000;
   font-size: 18pt;
   /*background: #F1A073;*/
}
#logo{
   width: 200px;
   height: 90px;
   background: transparent url(../graphics/coins-logo.png) center no-repeat;
   display:inline-block;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  #logo {
    background-image: url(../graphics/coins-logo@2x.png);
    background-size: cover;
  }
}
#site_logo{
    display:inline-block;
}
#progress {
   float: right;
    font-family: 'Trebuchet MS',Arial, sans-serif;
   background-color: #fff8e0; /*#eef0c8; */
   font-size: 12px;
   text-indent: 5px;
   font-weight: bold;
   height: 30px;
   top: 20px;
   right: 5px;
   width: 20%;
   text-align: center;
   margin-right: 10.5%;
   margin-top: 26px;
   margin-bottom: 20px;
   line-height: 2.5em;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#login {
    font-family: 'Trebuchet MS',Arial, sans-serif;
   background-color: #f4f4f4; /*#eef0c8; */
   font-size: 12px;
   text-indent: 5px;
   font-weight: bold;
   right: 5px;
   text-align: center;
   position:absolute;
}
#page {
   position: absolute;
   top: 128px;
   background-color: #e3e3e3; /*#fff8e0;*/
   width: 998px;
   margin-bottom: 10px;
   border: 3px solid #484A4A;
}
#page-container{
   background-color: #f4f4f4;
   display: block;
   margin: 0px auto;
   padding: 1%;
   /*color: #FFF1BF;*/
   /*** Rounded Corners ***/
   text-align: center;
   width: 750px;
   border: solid #d5d8dc 1px;
}
#page_header{
    position:relative;
}
#shadow-left {
   top: 0px;
   width: 40px;
   background: url('graphics/shadowright.gif') repeat-y right top;
   padding: 0;
   margin: 0;
   text-indent: -15000px;
   height: 100%;
   overflow: hidden;
}
#shadow-right {
   width: 40px;
   background: url('graphics/shadowright.gif') repeat-y;
   padding: 0;
   margin: 0;
   /*text-indent: -15000px;*/
   overflow: hidden;
}
#main-text{
   margin: 0;
   padding: 0;
   width: 999px;
}
#shadow{
   float: left;
   background: url('graphics/shadowright.png') no-repeat bottom right !important;
   margin: 10px 0 0 10px !important;
   margin: 10px 0 0 5px;
}
#shadow div{
   display: block;
   position: relative;
   background-color: #fff;
   border: 1px solid #a9a9a9;
   margin: -16px 16px 16px -16px;
   padding: 4px;
}
#OverlayContainer {
position:fixed;
width:100%;
height:100%;
z-index:1;
background:Black;
left: 0px; top: 0px;
}
#ModalContent {
background-color: Black;
color: White;
z-index:1;
height:100%;
/*position: auto;*/
opacity: 1.0;
}
form {
   padding: 20px;
}
form>div{
   border-top: solid thin #333333;
   border-bottom: solid thin #333333;
   line-height: 22px;
   margin-top:1px;
   display:block;
   width:100%;
}
form>div>.legend{
   font-size:18px;
   font-weight:bold;
   padding-bottom:7px;
   color:black;
   position:relative;
   zoom: 1;
   padding-top: 5px;
}
form>div>.noSection:before{
   content:none;
}
form>div>.noSection:before{
   content:none;
}
form>div>ul {
   padding-top: 30px;
   padding-left: 0px;
   margin-left: -10px;
}
form>div>ul>li {
   margin-bottom: 20px;
   list-style:none;
   padding-left: 0px;
   background-color: #fff; /*#eef0c8; */
   border: #d5d8dc solid 1px;
   border-radius: 2px;
   -webkit-border-radius: 2px;
           border-radius: 2px;
   padding:5px;
   width:100%;
}
form>div>ul li.skipped {
   opacity:0.3;
}
form>div>ul>li.skipped>div.skipQuestionButton {
   display: none;
}
form>div>ul>li.skipped>div.undoSkipQuestionButton {
   font-size: 0;
}
form>div>ul>li label.question-label {
   font-size:18px;
   text-align:justify;
   float:left;
   padding: 5px 5px 15px 5px;
   width: 100%;
   text-align:center;
}

form>div>ul.numbered_in>li {
   list-style: decimal inside;
}
form>div>ul>li>.asmt-radio-container{
    line-height: 30px;
    margin-left: 20px;
    text-align: left;
    list-style:inherit;
    padding:0px;
}
form>div>ul>li>em.iconContainer {
   color: tomato;
   float: left;
   font-size: 11pt;
   cursor: pointer;
   display: none;
   position:absolute;
   width:13px;
   text-align:justify;
}
form>div>ul>li  select[size="5"] {
   height: 80px;
   width: 200px;
   border-radius: 0px;
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
}
form>div>ul>li label.dsmSelector {
   width: 100px;
   margin-left: 0px;
}
form>div>ul>li label.dsmInput {
   width: auto;
   margin-right: 10px;
   display: inline;
   margin-right: 50px;
}
form>div>ul>li input[type="text"], form>div>ul>li textarea {
   width:80%;
   text-align:left;
}
form>div>ul>li input.dsmInput {
   display: inline;
   margin-left: 10px;
   width:auto;
}
.asmtMenu{
   background-color:#6D8B9F;
   width:100%;
   color:white;
   font-weight:bold;
}
.asmtMenu .simLink {
   color: white;
   font-weight: bold;
   font-size:15px;
   margin-left:30px;
   cursor:pointer;
}
#asmtPageNav ul {
    background-color: #6D8B9F;
    display: none;
    margin-top: -1px;
    position: absolute;
    -webkit-border-radius: 0px 0px 5px 5px;
            border-radius: 0px 0px 5px 5px;
}
#asmtPageNav {
    display: inline;
}
#asmtPageNav:hover ul {
    display: block;
    float: none;
    opacity: 0.9;
    z-index:200;
}
#asmtPageNav li {
    border-color: -moz-use-text-color -moz-use-text-color gainsboro;
    border-style: none none solid;
    border-width: medium;
    list-style: decimal outside none;
    opacity: 0.8;
    width: 250px;
    background-color: #6D8B9F;
    margin: 5px;
}
#asmtPageNav li:hover {
    opacity: 1.0;
}
#asmtPageNav ul:hover {
    display: block;
}
.pageNav {
   width: 20px;
   height: 30px;
   display:inline;
   position:absolute;
   cursor:pointer;
}
#pageBack {
   left:0px;
   background-color:#6D8B9F;
   opacity:0;
}
#pageForward {
   background-color:#6D8B9F;
   opacity:0;
   margin-left:2px;
}
#asmtPageHeader {
  margin-top: 10px;
  margin-left: 10px;
  padding-left:20px;
  font-size: 2em;
  font-family: Georgia;
  display:inline;
  position:relative;
}
#asmtPageHeader:after{
   content: ' ';
   height: 0;
   position: absolute;
   width: 0;
   border: 8px solid transparent;
   border-left-color: #FFF6D2;
   top: 7px;
   right: -29px;
}
#asmtPageHeader:before{
   border-color: transparent #FFF6D2 transparent transparent;
   border-style: solid;
   border-width: 8px;
   content: " ";
   height: 0;
   left: -10px;
   margin-right: 10px;
   position: absolute;
   top: 6px;
   width: 0;
}
.asmtButton {
   display:inline;
   cursor:pointer;
   margin-left:30px;
   border:none;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   padding-left:5px;
   padding-right:5px;
   background-color: #FFF6D2;
   -webkit-box-shadow: 2px 2px #333;
   box-shadow: 2px 2px #333;
   color:#6D8B9F;
}
.asmtButtonContainer {
   display:inline;
   position:absolute;
   left:450px;
   top:10px;
}
#rtcrContainer{
   display:inline;
   margin-left:150px;
   position:relative;
}
#rtcrContainer label {
   color: #FFF6D2;
   font-family: 'Trebuchet MS',sans-serif;
   font-size: 10pt;
   font-weight:bold;
}
#rtcrContainer input[type="checkbox"] {
   position: relative;
   top: -2px;
   -webkit-box-shadow: 2px 2px #333;
   box-shadow: 2px 2px #333;
}
.invalidInput{
   border:solid tomato thin;
}
#page_desc{
    width:90%;
    margin:5%;
    margin-bottom:10px;
    margin-top:10px;
    background-color:#fff;
    text-align:center;
    -webkit-border-radius:2px;
            border-radius:2px;
    border: 1px solid #d5d8dc;
    padding:10px;
}
#sectionDesc {
   font-size:18px;
   margin-left: 20px;
   margin-top: 0px;
   margin-bottom: 30px;
   color: #333;
   width:600px;
   text-align:justify;
}
form>div>ul>li.userSkipped {
   background-color: #FFD5D5;
}
form>div>ul>li.userSkipped div.skipQuestionButton {
   display: none;
}
form>div>ul>li.userSkipped span {
   cursor: default;
}
form>div>ul>li.userSkipped textarea {
   resize: none;
}
div.skipQuestionButton {
    margin-left: 50%;
    width: 100%;
    position: relative;
    color: salmon;
    text-decoration: underline;
}
div.skipQuestionButton:hover {
   color:crimson;
}
div.undoSkipQuestionButton {
    margin-left: 50%;
    width: 100%;
    position: relative;
    color: blue;
    text-decoration: underline;
}
div.undoSkipQuestionButton:hover {
   color: green;
}
.likert-grid{
   background-color: #dcdcdc;
   padding: 10px;
   -webkit-border-radius: 2px;
           border-radius: 2px;
   position:relative;
}
.likert-grid>li{
   margin-bottom: 5px !important;
   display: table-row;
}
.likert-grid>li:nth-child(odd) {
   background-color: gainsboro;
}
.likert-grid>li label.question-label {
   width:500px;
   position: relative;
   display: inline-block;
   margin: 0px;
   padding:0px;
   padding-right:10px;
   padding-bottom:2em;
}
.likert-grid>li>ul.asmt-radio-container {
   display:inline-block;
   position:relative;
   float:left;
}
.likert-grid>li>ul.asmt-radio-container>li {
   display:inline-block;
   position:relative;
   border-left: 1px dashed #777;
}
.likert-grid li .asmt-radio-container br {
   display:none;
}
.likert-grid>li>ul.asmt-radio-container>li>label {
   font-size:18px;
   visibility:hidden;
   width:auto;
   padding-right:5px;
   padding-bottom:2em;
   display:block;
   text-align:center;
}
.likert-grid>li:first-child>ul.asmt-radio-container>li>label {
   visibility:visible;
}
.likert-grid>li>ul.asmt-radio-container>li>input {
   position:absolute;
   margin-left:50%;
   left:-0.25em;
   bottom:2.5em;
}
.likert-grid>li:first-child>ul.asmt-radio-container>li>input {
   bottom:2em;
}
.likert-grid>li .skipQuestionButton, .likert-grid>li .undoSkipQuestionButton {
   margin: 0px;
   width: auto;
   position: absolute;
   right: 30px;
   margin-top: 3em;
}
.likert-grid>li .undoSkipQuestionButton {
   float: left;
   margin: 0px;
   width: auto;
}

/* for table style questions */
table.questionTableGrid ul{
    list-style-type: none;
    padding-left: 10px;
}
table.questionTableGrid li div.skipQuestionButton{
    margin: 0px;
    display: 'block';
}
table.questionTableGrid li div.undoSkipQuestionButton{
    margin: 0px;
    display: 'block';
}
table.questionTableGrid ul>li.userSkipped {
    background-color: #FFD5D5;
}
table span.tableNote{
    font-size: 10pt;
    color: #FA8072;
}

ul.multiInstGrid {
    overflow: hidden;
    width: 20000px;
}
ul.multiInstGrid li {
    display: inline;
    float: left;
    width: auto;
    padding-top: 40px;
}
ul.multiInstGrid li label {
    float: none;
    width: auto;
}
ul.multiInstGrid li select, ul.multiInstGrid li input {
    display: block;
    float: none;
}
ul.multiInstGrid .editQuestionButton {
    float: left;
    position: absolute;
    top: 20px;
    right:0px;
}
ul.multiInstGrid .deleteQuestionButton {
    float: left;
    position: absolute;
    top: 20px;
    right: 40px;
}
ul.multiInstGrid li input.multiInst, ul.multiInstGrid li select.multiInst {
    margin-left: 0px;
}
div#bugReport {
   position:absolute;
   top:0;
   left:0;
   width:20px;
   height:20px;
   cursor:pointer;
   zoom: 1;
}
div#bugReport img {
   height:20px;
   opacity:0;
   filter:alpha(opacity=0);
   zoom: 1;
   position:relative;
}
div#bugReport img:hover{
   filter:alpha(opacity=100);
   opacity:1;
   zoom: 1;
}
.copyright{
   font-size: 9pt;
   text-align: center;
}
.fmtErrMsg{
    position:absolute;
    display: none;
    color:blue;
    text-align:left;
    max-width: 300px;
    font-size:medium;
    background-color: #FFF8E0;
    border:1px solid gainsboro;
    -webkit-border-radius:5px;
            border-radius:5px;
    opacity:0.8;
    -webkit-box-shadow:3px 3px 3px gainsboro;
            box-shadow:3px 3px 3px gainsboro;
}
.vasResetButton {
   position:absolute;
   left:30px;
   bottom:11px;
   display:none;
}
.vasMinLabel {
   display: inline-block;
   left: -5px;
   font-size: 18px;
   margin-left: 7px;
   margin-right: 110px;
   text-align: right;
   top: 0;
   vertical-align: top;
   width: 120px;
   zoom:1;
   *display: inline;
   _height:30px;
}
.vasMidLabel {
   display: inline-block;
   left: 20px;
   font-size: 18px;
   text-align: center;
   top: 0;
   vertical-align: top;
   width: 170px;
   zoom:1;
   *display: inline;
   _height:30px;
}
.vasMaxLabel {
   display: inline-block;
   left: 511px;
   font-size: 18px;
   margin-left: 113px;
   text-align: left;
   top: 0;
   vertical-align: top;
   width: 120px;
   zoom:1;
   *display: inline;
   _height:30px;
}
.vasCanvas {
}
form > div > ul > li > table.multiChoice {
    margin-left: 20px;
}
#chrLimitMsg {
   font-size:12px;
   text-align:center;
}
ul#queueList{
   list-style:none;
   background-color:#fff;
   text-align:center;
   border: #d5d8dc solid 1px;
   -webkit-border-radius:2px;
           border-radius:2px;
   padding:15px;
}
ul#queueList li{
   background-color:gainsboro;
   -webkit-border-radius:5px;
           border-radius:5px;
   width:90%;
   padding:10px;
   margin:10px;
   margin-left:auto;
   margin-right:auto;
   font-size:30pt;
   text-align:left;
}
ul#queueList li div{
   font-size:18px;
   text-align: center;
}
.questionMediaContainer{
   width:100%;
   display:block;
   text-align:center;
   margin-top:40px;
   position:relative;
}
.questionMediaContainer label{
   width:100%;
   text-align:center;
   margin-bottom:20px;
}
.vasYouTubeMask {
    bottom: 0;
    height: 75px;
    left: 60px;
    position: absolute;
    vertical-align: bottom;
    width: 500px;
}
.vasYouTubeMask input {
    background-color: green;
    font-size: 20px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20%;
    vertical-align: middle;
    width: 70px;
    z-index: 1000;
}
.ajaxUpload{width: 180px; margin-left: 200px;}
.questionMediaMask {
   position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFF8E0;
    font-size:21px;
    padding-top:25%
}
#welcome_message {
    font-size:15px;
    position:absolute;
    left:5px;
}
.asmtCount {
    font-size: 20px;
} 
.bigLink {
    font-family : 'Verdana';
    font-size : 18px;
    cursor: pointer;
}
/*TODO uncomment once wisc
* changes its style to work without <center>
.centerLogin {
    margin: 0 auto;
    display: block;
}*/

.loginModule {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

#login_divider {
    display: inline-block;
    text-align: center;
}

.vertical-bar {
    border-left: 1px solid #484A4A;
    display: block;
    height: 100px;
    margin: 6px auto 4px auto;
    padding-top: 4px;
    width: 1px
}

#forgot_password {
    font-size: 14px;
    padding: 2px;
}

/* ==========================================================================
   Indicator
   ========================================================================== */

/**
 * Animating loader indicator using SVG.
 *
 * @{@link  http://codepen.io/jczimm/pen/vEBpoL}
 */
.coins-logon-widget-indicator-p2 {
    display: inline-block;
    height: 40px;
    width: 40px;
}
.coins-logon-widget-indicator-p2 svg {
    animation: rotate 2500ms linear infinite;
    height: 40px;
    width: 40px;
}

.coins-logon-widget-indicator-p2 circle {
    animation: dash 2000ms ease-in-out infinite;
    stroke: #264150;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

/* p2 Styles */
.p2-dashboard {
    overflow: auto;
    margin: 30px;
}
.p2-dashboard div#enrolled-studies {
    float: left;
    margin-bottom: 20px;
}

.p2-dashboard div#prev-enrolled-studies {
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.p2-dashboard div#prev-enrolled-studies .study-text {
    font-size: small;
}


.p2-dashboard div#recruiting-studies {
    float: right;
    margin-bottom: 20px;
}

.p2-dashboard div#radiology-letters { 
    clear: both;
    width: 75%;
}

.p2-dashboard li a {
    display: block;
}

.p2-dashboard .study-info p {
    text-align: left;
}

.p2-dashboard .rad-letter-download {
    width: 10%;
}

.p2-dashboard .rad-letter-label {
    width: 90%;
}

/* Hide close bar on some modals */
.no-close .ui-dialog-titlebar-close {
    display: none;
}

/* Event List */
#calendar {
    text-align: left;
}

#calendar ul {
    list-style-type: none;
}

#calendar .study-title {
    background-color: #c5c6c7;
    font-size: medium;
    padding: 5px 10px 5px 10px;

}

#calendar .study-title-queued {
    background-color: #5cb85c;
    font-size: medium;
    color: white;
    padding: 5px 10px 5px 10px;
}

#calendar li {
    border: 1px solid #c5c6c7;
    border-radius: 3px;
}

#calendar li.queued {
    border: 1px solid #5cb85c;
}

#calendar p {
    padding-left: 5px;
}

#calendar #time_direction {
    float: right;
}

#calendar h4 {
    clear: both;
}

#calendar h3{
    font-weight: bold;
    font-style:normal;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    color: #364C59;
    font-size: 16px;
    padding-bottom: 10px;
}
#payment_filters tr > td:nth-child(1) {
    text-align: right;
}

#payment_filters tr > td:nth-child(2) {
    text-align: left;
}

.list-gen-item {
    background-color: #5BC0DE;
    border-radius: 5px;
    border: 2px solid transparent;
    color: white;
    cursor: pointer;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px;
    transition: border-color .25s;
}

.list-gen-item:hover {
    border: 2px solid #3528238a;
}

.list-gen-list {
    overflow: auto;
}
