/*body,html{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(http://pagead2.googlesyndication.com/pagead/imgad?id=CICAgKDj55H5zwEQARgBMgjCbEcuT45y3A);
	background-size: cover;
	background-repeat: no-repeat;
}*/

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

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}





/* big-box class to create box with width 800px */
.big-box{
	width: 720px;
	overflow: hidden;
}

/* big-box class to create box with width 800px */
.super-big-box{
	width: 880px;
	overflow: hidden;
}

/* center class to make something centered with margin left and right auto */
.center{
	margin: 0 auto;
}

/* border class to make something bordered with 1px black border 
.border{
	border: 1px solid #000000;
}*/

/* normal-padding class to make padding on something 1.2em */
.normal-padding{
	padding: 1.2em;
}

/* full-width class to make something width 100% */
.full-width{
	width: 100%;
}

/* percent80-width class to make something width 80% */
.percent60-width{
	width: 60%;
}


/* percent80-width class to make something width 80% */
.percent40-width{
	width: 40%;
}

/* percent80-width class to make something width 80% */
.percent80-width{
	width: 80%;
}

/* percent90-width class to make something width 90% */
.percent90-width{
	width: 90%;
}

/* percent95-width class to make something width 95% */
.percent95-width{
	width: 95%;
}

/* top-down-normal-margin class to make something margin top and down 1.2em */
.top-down-normal-margin{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

/* top-down-high-margin class to make something margin top and down 2em */
.top-down-high-margin{
	margin-top: 2em;
	margin-bottom: 2em;
}

/* error-text class to make text colored red (POMEGRANATE color) */
.error-text{
	color: #c0392b;
}

/* small-text class to make text size to 0.8 em */
.small-text{
	font-size:0.8em;
}

/* text-center class to make all text centered on something */
.text-center{
	text-align: center;
}

/* text-center class to make all text centered on something */
.text-left{
	text-align: left;
}

/* text-center class to make all text centered on something */
.text-right{
	text-align: right;
}

.inline-box *,
.inline-box {
	display: inline-block;
}

.less-margin-padding *,
.less-margin-padding{
	padding: 0;
	margin: 0px 10px!important;
}
.normal-margin-right{
	margin-right: 1em;
}

/* george- grey see through container*/

#container {
margin: 50px;
position: relative;
}

#gray {
	background: rgba(0,0,0,.6);
	border: 1px solid #000;
	border-radius: 10px;
	color: white;
	padding: 1em 20px 10%;
	min-width: 583px;
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica;
}

input {
	border-radius: .5em;
	height: 2em;
	border: 1px solid transparent;
	border-color: #858585 #c2c2c2 #c2c2c2;
	width: 84%;
	padding: 0.533333em 0.8em;
	min-height: 2.4em;
}




/*buttons styling*/
#buttonB {
  width: 120px;
  height: 42px;
  border-radius: 6px;
  border-color: #d4a900 #aa8700 #aa8700;
  background-color: #ffcb00;
  font-size: 1em;

}

#logo {
	width: 340px;
  	padding-left: 49px;
  	padding-top: 3px;
  	float: left;

}

/*input for scoring numbers*/

.stage_one{
	height: 34px;
	width: 66px;
	border-radius: 6px;
	font-size: 1em;
	margin-bottom:9px;
	margin-top: 4px
}

.stage_two{
	height: 34px;
	width: 66px;
	border-radius: 6px;
	font-size: 1em;
	margin-bottom:9px;
	margin-top: 4px
}

.stage_three{
	height: 34px;
	width: 66px;
	border-radius: 6px;
	font-size: 1em;
	margin-bottom:9px;
	margin-top: 4px;
}

.final_stage{
	height: 34px;
	width: 66px;
	border-radius: 6px;
	font-size: 1em;
	margin-bottom:9px;
	margin-top: 4px;
}


/*navigation menu*/
.nav ul {
  list-style: none;
  background-color: rgba(0,0,0,.6);
  text-align: center;
  padding: 0;
  margin: 0;
  height: 85px;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
  padding-top: 31px !important;	
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #005f5f;
}
 
.nav a.active {
  background-color: #000;
  color: #fff;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .nav li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 54px;
    font-size: 1.4em;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}

/*contestant scoring stage colors ish*/

.super-big-box a {
	text-decoration: none;
	color: yellow;	


}

/* CSS Added by Arrant sol. */

.submitChange{
background: #ffcb00 none repeat scroll 0 0;
border: medium none;
border-radius: 9px;
color: #000;
font-size: 15px;
margin-right: 55px;
padding: 10px;
text-transform: capitalize;
}


.upload_bt{
	text-decoration:none;background:white;padding:8px;color:black;font-size: 12px;border-radius:6px;}

table tr td select {
  background: #ffffff;
}

.occpicipmain-modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    padding-top: 300px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.occpicipmain-modal .occpicipmain-modal-content {
    display: block;
    position: relative;
    margin: auto;
    padding: 15px;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 999999;
}
.popup_occpicipmain_main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h5.coccpicipmain_header {
        margin-top: 15px;
    font-size: 30px;
    margin-bottom: 15px;
}

.occpicipmain_check_div {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    align-items: stretch;
}
.occpicipmain_check_div img {
    height: auto;
    max-width: 100%;
    width: 10%;
}
input.occhekcpinzip {
    width: 100%;
}

.occhekcpin_empty {
    display: none;
    margin-top: 15px;
    color: #ff0000;
    font-size: 18px;
}
.ocdeleterecordconfirm {
    display: flex;
    gap: 2px;
    margin: 15px 0;
    align-items: center;
}
.ocdeleterecordconfirm a:hover,.ocdeleterecordconfirm input:hover {
    background-color: #ffcb00;
    color: #000000;
    border-radius: 3px;
}
.ocdeleterecordconfirm a ,.ocdeleterecordconfirm input {
    padding: 10px 30px;
    text-decoration: none;
    color: #3e3e3e;
    font-size: 16px;
}
.ocdeleterecordconfirm input {
        background-color: unset;
    border: 0;
    cursor: pointer;
    width: 100%;
}
