@charset "utf-8";
/* CSS Document */

*{
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
	cursor: default;
}

a,
area,
label > *,
input,
.btn,
#element-table td,
#btn-start,
#btn-start *,
#hint-container,
#hint-container *,
#btn-orbit,
#btn-nucleus,
#btn-orbit *,
#btn-nucleus * {
	cursor: pointer;
}

#hint-container.hilite,
#hint-container.hilite * {
	cursor: default;
}

/*	.row {
    background-color:rgba(255, 255, 0, 0.5);
}
*/
/* Custom classes to be moved to external doc */
body {
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}

area {
    outline: none;
}

footer {
    padding-top: 50px;
}

.table-striped > tbody > tr:hover {
    background-color: rgba(255,255,0,1.00);
    cursor: pointer;
}


.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #ccc;
    opacity: 1;
}

!label > input[disabled=disabled],
input[disabled=disabled] {
    cursor: not-allowed;
}

.cd-outline-container {
    border: 1px solid rgba(116,116,116,1.00);
    border-radius: 10px;
    padding: 15px 0px;
}

.cd-outline-container.hilite {
    border: 1px solid rgba(252,255,0,1.00);
    border-radius: 10px;
    /*padding: 15px 0px;*/
    
    -webkit-box-shadow: 0px 0px 15px 4px rgba(255,0,0,0.75), inset 0px 0px 15px 4px rgba(255,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 4px rgba(255,0,0,0.75), inset 0px 0px 15px 4px rgba(255,0,0,0.75);
    box-shadow: 0px 0px 15px 4px rgba(255,0,0,0.75), inset 0px 0px 15px 4px rgba(255,0,0,0.75);

    border-color: #ffff99;
}

#intro-container-left,
#instruction-text {
    text-align: center;
}

#intro-container-left p {
    line-height: 2.5em;
}


/*
.cd-outline-container-yellow  h5 {
    color: rgba(252,255,0,1.00);
}
*/
.cd-little-box {
    /**************************************************************
    do not do this for last row...
    in sm/xs this means apply to all but last
    in md+ this means only first two
    **************************************************************/
    padding-bottom: 15px;
}
        
.cd-little-box-inner {
    background-color: rgba(156,156,156,1.00);
    -webkit-box-shadow: inset 0px 0px 13px 5px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 13px 5px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 13px 5px rgba(255,255,255,1);
    color: rgba(255,255,255,1.00);
    margin: 0 auto;
    border-radius: 3px;
    padding: 5px;
    font-weight: ;
}

.cd-little-box-inner div:first-child {
  text-shadow:
    -1px -1px 0 #777,
    1px -1px 0 #777,
    -1px 1px 0 #777,
    1px 1px 0 #777;
}

.cd-little-box-inner.inactive div:first-child {
    text-shadow:
    -1px -1px 0 #222,
    1px -1px 0 #222,
    -1px 1px 0 #222,
    1px 1px 0 #222;
}

.cd-little-box-inner div:nth-child(2) {
    color: rgba(0,170,0,1.00);
    text-shadow: 0px 0px 19px rgba(255, 255, 255, 1), 0px 0px 19px rgba(255, 255, 255, 1), 0px 0px 19px rgba(255, 255, 255, 1), 0px 0px 19px rgba(255, 255, 255, 1);
    font-weight: bold;
}

.cd-little-box-inner.inactive div:nth-child(2) {
    color: inherit;
    text-shadow: inherit;
}

.cd-little-box-inner.inactive {
    background-color: rgba(17,17,17,1.00);
    -webkit-box-shadow: inset 0px 0px 13px 5px rgba(51,51,51,1);
    -moz-box-shadow: inset 0px 0px 13px 5px rgba(51,51,51,1);
    box-shadow: inset 0px 0px 13px 5px rgba(51,51,51,1);
    color: rgba(51,51,51,1);
}

.cd-little-box:nth-of-type(1) > .cd-little-box-inner,
.cd-little-box:nth-of-type(2) > .cd-little-box-inner {
    height: 100px;
    width: 100px;
}

.cd-little-box:nth-of-type(1) > .cd-little-box-inner > div:first-child,
.cd-little-box:nth-of-type(2) > .cd-little-box-inner > div:first-child {
    font-size: 22px;
    font-weight: bold;
}

.cd-little-box:nth-of-type(1) > .cd-little-box-inner > div:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 15px;
}

.cd-little-box:nth-of-type(2) > .cd-little-box-inner > div:nth-child(2) {
    font-size: 46px;
    font-weight: bold;
}

.cd-little-box:nth-of-type(3) > .cd-little-box-inner,
.cd-little-box:nth-of-type(4) > .cd-little-box-inner,
.cd-little-box:nth-of-type(5) > .cd-little-box-inner {
    height: 75px;
    width: 75px;
    padding: 2px;
}

.cd-little-box:nth-of-type(3) > .cd-little-box-inner > div:nth-child(2),
.cd-little-box:nth-of-type(4) > .cd-little-box-inner > div:nth-child(2),
.cd-little-box:nth-of-type(5) > .cd-little-box-inner > div:nth-child(2) {
    font-size: 32px;
}

.cd-right-column {
    padding: 30px;
}

.element-reference-bg {
    /*background-image: url('../img/helium_bg.jpg');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 400px;
    padding: 0px;
}

.element-reference-bg.tall {
    height: 516px;
}

.element-reference-bg.short {
    height: 380px;
}

#lgElement {
    background-color: rgba(0,36,255,1.00);
    
    -webkit-box-shadow: 0px 0px 52px 6px rgba(255,255,0,0.55);
    -moz-box-shadow: 0px 0px 52px 6px rgba(255,255,0,0.55);
    box-shadow: 0px 0px 52px 6px rgba(255,255,0,0.55);
        
    border: 3px solid #fff;
    border-radius: 20px;
    color: #fff;
    height: 240px;
    width: 240px;
    position: relative;
    left: calc(50% - 120px);
}

#lgElement > table {
    width: 100%;
    margin: 0px;
}

#lgElement table tr td {
    font-size: 36px;
    line-height: 36px;
    padding: 20px 0px 40px 0px;
    vertical-align: top;
    width: 50%;
}

#lgElement table tr:nth-child(1) td:nth-child(1) {
    padding-left: 20px;
    text-align: left;
}

#lgElement table tr:nth-child(1) td:nth-child(2) {
    padding-right: 20px;
    text-align: right;
}

#lgElement table tr:nth-child(2) td {
    font-size: 110px;
    text-align: center;
}

#number_txt {
}

#weight_txt {
}

#symbol_txt {
}
    
.hidden-xxs {
    display: ;
}

#atom-img,
#atom-video {
	height: 792px;
	width: 728px;
    position: absolute;
    top: calc(50% - 396px);
    left: calc(50% - 364px);
}

#question-container,
#element-parts-container,
#element-wmc-form-container {
    display: none;
}

#question-container-inner {
	position: relative;
	top: -10px;
}

#btn-next-atom {
    display: none;
}
/*************************************************************************

                        Left Column Elements

*************************************************************************/

#left-top-container {
	height: 380px;
}

#name-text {
    background: #111111;
    background: -moz-linear-gradient(top,  #111111 0%, #fcfcfc 50%, #111111 100%);
    background: -webkit-linear-gradient(top,  #111111 0%,#fcfcfc 50%,#111111 100%);
    background: linear-gradient(to bottom,  #111111 0%,#fcfcfc 50%,#111111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=0 );
    
    color: #000;
    
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-radius: 4px;
    
    display: table-row;
    
    position: relative;
    top: -20px;
	left: -16px;
    
    height: 40px;
    width: 112px;
}

#name-text > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    width: 112px;
}

#question-text {
}

#instruction-text {
    color: #fff;
}

#btn-start {
    /*background-image: url(../img/start-button-background.png);*/
    background-image: url(../img/start-button-background.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    height: 180px;
    width: 250px;
    text-align: center;
}

#btn-start > a {
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 66px);
}

#start-btn-pulse,
start-btn-img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#box-element,
#box-symbol {
    padding-bottom: 15px;
}

/********************************************
        Start button pulse glow
********************************************/

@keyframes flickerAnimation {
  2%   { opacity:1; }
  50%  { opacity:0; }
  98% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  2%   { opacity:1; }
  50%  { opacity:0; }
  98% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  2%   { opacity:1; }
  50%  { opacity:0; }
  98% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  2%   { opacity:1; }
  50%  { opacity:0; }
  98% { opacity:1; }
}
#start-btn-pulse {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}


/*************************************************************************

                        Right Column Elements

*************************************************************************/

#intro-container-right {
    height: 100%;
}

.player-information,
.teacher-information {
    background: #6fa5fa;
    background: -moz-linear-gradient(top,  #6fa5fa 0%, #274678 100%);
    background: -webkit-linear-gradient(top,  #6fa5fa 0%,#274678 100%);
    background: linear-gradient(to bottom,  #6fa5fa 0%,#274678 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa5fa', endColorstr='#274678',GradientType=0 );
    color: #fff;
    border-radius: 6px;
    height: calc(100% - 20px);
    margin: 10px;
    padding: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
    overflow: auto;
    line-height: 2em;
}

.player-information h2,
.teacher-information h2 {
    color: rgba(255,237,0,1.00);
    margin-top: 0px;
    margin-bottom: 10px;
}

.teacher-information h3 {
    color: rgba(255,237,0,1.00);
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

.teacher-information {
    display: none;
}

#element-wmc-form-container {
    padding: 5px 0px;
}

#element-wmc-form-container,
#pne-container,
#build-form-container {
    height: 102px;
}

#btn-pertab {
    cursor: pointer;
}

#btn-submit {
    margin-top: 30px
}

#btn-build-submit{
    margin-top: 18px
}

#mc-container {
    /*background-image: url(../img/atom_still_images/helium/clouds.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #447293;
    border-radius: 6px;
    display: none;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    position: absolute;
}

#element-parts-container {
}

#element-list {
    display: none;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
    padding: 0px;
    padding-right: 2px;
    overflow: auto;
    position: absolute;
}

#element-list > table {
    background-color: transparent;
    color: #000;
    border: 0px solid #000;
}

#element-list > table tr{
    border: none;
}

#element-list > table th {
    background: #dbdbdb;
    background: -moz-linear-gradient(top,  #dbdbdb 2%, #333333 50%);
    background: -webkit-linear-gradient(top,  #dbdbdb 2%,#333333 50%);
    background: linear-gradient(to bottom,  #dbdbdb 2%,#333333 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#333333',GradientType=0 );
    color: yellow;
    border-color: #f4f4f4;
    border: 0px;
    border-left: 2px inset #ccc;
}

#element-list > table tr:first-child > th:first-child {
    border-top-left-radius: 8px;
    border-left: 0px;
}

#element-list > table tr:first-child > th:last-child {
    border-top-right-radius: 8px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ffffff;
}

.table-striped>tbody>tr:nth-of-type(odd):hover,
.table-striped>tbody>tr:nth-of-type(even):hover {
    background-color: #ffff00;
}

#modal-periodic-table > .modal-dialog {
    width: 100%;
}

#modal-periodic-table > .modal-dialog > .modal-content {
    background-color: transparent; width: 100%;
}

#modal-startover .modal-body{
    background-color: #000;
    border: 2px solid #A9A9A9;
    border-radius: 5px;
    padding: 50px;
}

#pt-container {
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #224082;
    border-radius: 6px;
    display: none;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    position: absolute;
}

#pt-btn-info-container {
    position: absolute;
    right: 20px;
    top: 10px;
}

#pt-btn-info-container > a {
    color: #fff;
}

#pne-container {
    display: none;
}

#largeElContainer {
    background-image: url(../img/pne-background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #447293;
    border-radius: 6px;
    display: none;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    padding: 20px;
    padding-top: 45px;
    text-align: center;
    position: absolute;
}

#build {
    display: none;
	background-image: url(../videos/helium-1.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    color: #000;
    text-align: center;
    border-radius: 6px;
    height: calc(100% - 20px);
    margin: 10px;
    padding: 0px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 20px);
}

#build-form-container {
    display: none;
}

#hint-container div:first-child {
    height: 120px;;
    width: 100%;
}

#hint-container,
#pne-form-container {
    height: 100%; padding: 0px;
}

#btn-hint {
    cursor: pointer;
}

/*
#hint-container > div,
*/
#pne-form-container > div {
    padding: 0px 20px;
    position: relative;
    height: 120px;
}
#pne-inner {
    position: absolute;
    top: 18px;
}
#pne-num {
    margin-bottom: 20px;
}

#hint-big {
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: calc(50% - 25px);
    left: 100px;
}

#hint-img {
    position:absolute;
    top: calc(50% - 50px);
    right: 20px;
}

#hint-text {
    display: none;
    max-width: 272px;
    position: absolute;
    top: 5px;
    left: 10px;
}

#hint-text h3 {
    color:rgba(255,255,0,1.00);
 	font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
}

#pne-form-container {
    display: ;
}

#feedback-correct,
#feedback-incorrect {
    display: none;
    text-align: center;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    height: calc(100% - 20px);
    margin: 10px;
    padding: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
    overflow: auto;
    position: relative;
}

#feedback-correct p:first-child,
#feedback-incorrect p:first-child {
    font-size: 32px;
    font-weight: bold;
}

.feedback-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
}

.btn-correct {
    display: ;
}

#feedback-correct {
    text-shadow: 0px 0px 19px rgba(0, 255, 0, 1), 0px 0px 19px rgba(0, 255, 0, 1), 0px 0px 19px rgba(0, 255, 0, 1), 0px 0px 19px rgba(0, 255, 0, 1);
}

#feedback-incorrect {
    text-shadow: 0px 0px 19px rgba(255, 0, 0, 1), 0px 0px 19px rgba(255, 0, 0, 1), 0px 0px 19px rgba(255, 0, 0, 1), 0px 0px 19px rgba(255, 0, 0, 1);
}

.green-white {
    color: rgba(0,170,0,1.00);
    text-shadow: 0px 0px 19px rgba(255, 255, 255, 1), 0px 0px 19px rgba(255, 255, 255, 1), 0px 0px 19px rgba(255, 255, 255, 1), 0px 0px 19px rgba(255, 255, 255, 1);
}

#btn-nucleus {
	background-color: rgba(255,0,4,0);
	cursor: pointer;
	height: 144px;
	width: 144px;
	position: absolute;
	top: calc(50% - 72px);
	left: calc(50% - 72px);
}

#btn-orbit {
	background-color:rgba(0,255,36,0);
	cursor: pointer;
	height: 380px;
	width: 380px;
	position: absolute;
	top: calc(50% - 190px);
	left: calc(50% - 190px);
}

#btn-nucleus:hover {
	background-image: url(../img/highlight-nucleus.png);
	background-repeat: none;
	background-position: 0px 0px;
	background-size: 144px 144px;
}

#btn-orbit:hover {
	background-image: url(../img/highlight-orbit.png);
	background-repeat: none;
	background-position: 0px 0px;
	background-size: 380px 380px;
}


/*************************************************************************

                                Misc

*************************************************************************/

.hilite-text {
    color: yellow;
    font-size: 18px;
    
    clear: both;
    text-align: center;
    text-shadow: 0px 0px 19px rgba(255, 0, 0, 1), 0px 0px 19px rgba(255, 0, 0, 1), 0px 0px 19px rgba(255, 0, 0, 1), 0px 0px 19px rgba(255, 0, 0, 1);
}

.radial-bg {
    background: #262d36;
    background: -moz-radial-gradient(center, ellipse cover,  #262d36 0%, #121925 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #262d36 0%,#121925 100%);
    background: radial-gradient(ellipse at center,  #262d36 0%,#121925 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262d36', endColorstr='#121925',GradientType=1 );
}

#dev-bar {
    position: fixed;
    bottom: 32px;
    left: 0px;
    background-color: rgba(54,54,54,0.75);
    border: 1px rgba(115,115,115,1.00);
    padding: 5px;
    width: 100%;
}

#dev-bar > div:first-child {
    display: inline-block;
}

#dev-bar > div:nth-child(2) {
    display: inline-block;
    background-color: rgba(54,54,54,1.00);
    border: 1px rgba(115,115,115,1.00);
    padding: 5px;
}


/*************************************************************************

                            Media Queries

*************************************************************************/

/* Xtra-Xtra-Small Only */
@media (max-width: 320px) {
    .visible-xxs {
        display: ;
    }
    .visible-xs {
        display: none !important;
    }
    .cd-little-box:nth-of-type(1) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(2) > .cd-little-box-inner {
        height: 115px;
        width: 115px;
    }
    .cd-little-box:nth-of-type(3) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(4) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(5) > .cd-little-box-inner {
        height: 65px;
        width: 65px;
    }
}
@media (min-width: 321px) {
    .visible-xxs {
        display: none;
    }
    .cd-little-box:nth-of-type(1) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(2) > .cd-little-box-inner {
        height: 145px;
        width: 145px;
    }
    .cd-little-box:nth-of-type(3) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(4) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(5) > .cd-little-box-inner {
        height: 85px;
        width: 85px;
    }
}
/* Xtra-Small Only */
@media (max-width: 767px) {
	#build-form-container {
	    height: 260px;
	}
	#left-top-container {
		height: 500px;
	}#element-wmc-form-container {
		height: 270px;
	}
}
/* Up to Small */
@media (min-width: 768px) {
    .cd-little-box:nth-of-type(3),
    .cd-little-box:nth-of-type(4),
    .cd-little-box:nth-of-type(5) {
        padding-bottom: 0px;
    }
}
/* Up to Medium */
@media (max-width: 991px) {
    .cd-right-column {
        padding-top: 0px;
    }
    
    #pt-btn-info-container {
        top: -25px;;
    }
}
/* Small Only */
@media (min-width: 768px) and (max-width: 991px) {
    .cd-little-box:nth-of-type(1) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(2) > .cd-little-box-inner {
        height: 140px;
        width: 140px;
    }
    .cd-little-box:nth-of-type(3) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(4) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(5) > .cd-little-box-inner {
        height: 78px;
        width: 78px;
    }
}
/* Medium Only */
@media (min-width: 992px) and (max-width: 1199px) {
    .cd-little-box:nth-of-type(1) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(2) > .cd-little-box-inner {
        height: 116px;
        width: 116px;
    }
    .cd-little-box:nth-of-type(3) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(4) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(5) > .cd-little-box-inner {
        height: 68px;
        width: 68px;
    }
	#left-top-container {
		height: 286px;
	}
}
@media (max-width: 1199px) {
}
/* Large Only */
@media (min-width: 1200px) {
	#question-container {
		position: relative;
		top: -22px;
	}
	#question-container-inner {
		position: relative;
		top: 0px;
	}
	#left-top-container {
		height: 286px;
	}
    .cd-little-box:nth-of-type(1) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(2) > .cd-little-box-inner {
        height: 150px;
        width: 150px;
    }
    .cd-little-box:nth-of-type(3) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(4) > .cd-little-box-inner,
    .cd-little-box:nth-of-type(5) > .cd-little-box-inner {
        height: 85px;
        width: 85px;
    }
    .element-reference-bg {
        height: 450px;
    }
    .element-reference-bg.tall {
        height: 566px;
    }
    .element-reference-bg.short {
        height: 430px;
    }
}
