﻿/* Admin Portal ONLY style addons */
.float-right {
	float: right;
}
#content {
	width: 1000px;
}
#stats-column {
	margin: 0px !important;
	padding: 10px 0px !important;
}
#stats-column .stat {
	margin: 10px;
	display: inline-block;
	width: 110px;
	text-align: center;
    vertical-align: top;
}
#stats-column .stat h4 {
	text-align: center;
	margin: 0px;
	font-size: 1.8em;
}
#stats-column .stat h4 sub {
	font-size: 0.6em;
}
#stats-column .stat span {
	color: #4d6400;
}
/* OVERWRITING STYLES -- USE WITH CAUTION */
.half-width {
	width: 48% !important;
}
.full-width {
	width: 100% !important;
}
.clear-spacing {
	padding: 0px !important;
	margin: 0px !important;
}
.text-large {
	font-size:1.2em;
	text-decoration: none;
	font-weight: bold;
}
.indent {
	margin-left: 2.5em ;
}
.rounded-border {	
  border: 1px solid #AFAFAF;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px ;
}
#main {  /* TEST HAX */
	/*margin-top:20px;*/
    margin-bottom:20px;
}
.list-left {
	width: 700px !important;
	margin: 0px 15px 0px 0px !important;
}
.list-right {
	/*background: url("images/vertical-divider.png") no-repeat scroll left 15px transparent;*/
    margin: 0px 0px 0px 15px;
    min-height: 550px;
    padding:0px 0px 0px 10px;
}
form input, .form input {
	padding: 10px;
	width: 92%;
    outline: none;
} 


form .tab-content input {
	padding: 10px 5px;
	width: 95%;
	font-family: Lato, Arial,serif;
    font-size: 1em;
} 

.mceEditor_basic {
    font-family: Lato, Arial,serif;
    font-size: 2em;
}
form select, .form select {
	padding: 10px 5px;
	width: 100%;
	float: right;
}
form input[type=submit] {
	width: 100px;
	float: right;
    background-color: #52472e;
    color: #ffffff;
    font-family: Lato, Arial, serif;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    text-align:center;
    padding: 8px 20px;
    margin: 0;
}
.wysiwyg-container {
	margin: 10px 10px;	
}
.wysiwyg-container textarea {
	width:100%;
	height:400px;
}
.textbox-container {
	display: inline-block;
	padding: 0px 10px;
	width: 290px;
	float: left;
}
.textbox-container textarea {
	width:90% ;
	height:60%;
}
.textbox-container.full-width {
	width: 910px !important;
}

.textbox-container.half-width {
	width: 440px !important;
}
.textbox-container.quarter-width {
	width: 210px !important;
	padding: 0px 10px !important;
	
}
.nineth-width {
	width: 70px !important;
	padding: 0px 10px !important;
	
}
.eight-width {
	width: 105px !important;
	padding:30px !important;
	
}
.textbox-container.no-label label {
	display: none;
}
.textbox-container input, .textbox-container select {
	width: 100%;
}
.textbox-container.quarter-width input {
	width: 200px ;
}
.textbox-container.quarter-width input[type=file] {
	float: left;
}
.textbox-container br {
	display:none;
}
.checkbox-container {
	display: inline-block;
    float: left;
    width: 290px;
    height: 20px;
	padding: 30px 10px 0px 0px;
}
.checkbox-container label{
	display: inline-block;
}

.checkbox-container label{
	display: inline-block;
	padding-left: 30px;
}
.checkbox-container input{
	width: 20px;
	margin:15px;
    float: left;
}
.mceLayout {
	width: 100% !important;
}
.main-button-container {
	position: absolute;
	top: 52px;
	right: 0px;
}
.main-button-container input{
	margin: 0px 5px;
}
.main-button-container a.button{
	margin: 0px 5px;
	padding: 5px 20px;
}

.button {
    margin: 5px;
    padding: 5px;
    vertical-align: middle;
    line-height: 1.2em;
}
a.button {
	line-height: 1.5em;
}
a.file_preview_link {
	float: right;
	cursor: pointer;
}
a.file_preview_link label {	
	cursor: pointer;
}
div.textarea-tokens{
	
}
div.textarea-tokens textarea{
	width: 910px;
	height: 200px;
	margin: 0px;
}
div.textarea-tokens input, div.textarea-tokens textarea, div.textarea-tokens select {
  border: 1px solid #AFAFAF;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  float: none;
}
table.data-list.green.no-rounded thead tr th, table.data-list.green.no-rounded tfoot tr td{
  -moz-border-radius-bottomleft: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -moz-border-radius-topright: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  background-image: none !important;	
}
div.textarea-tokens div.token-holder{
  background: #f0f0ee;
  width: 910px;
  border: 1px solid #AFAFAF;
  height: 20px;
  padding: 5px;
  border-bottom: 0px;
}
div.wysiwyg-container div.token-holder{
	width: 910px;
}
div.textarea-tokens div.token-holder select{
	width: 300px !important;
	margin: 0px;
	height: 20px;
	font-size: 12px;
	padding: 1px;
}
div.textarea-tokens div.token-holder div.char-counter{
	position: absolute;
	background: #f0f0ee;
	width: 920px;
    border: 1px solid #AFAFAF;
    margin: 200px 0px 0px -6px;
    text-align: right;
}
div.html-container {
	padding: 0px 10px;
}
div.html-container a {
	
}
.bold-label label{
	font-weight:bold;
}
div.green-label label {
	color: #4d6400;
}
div.ajaxpage {
  padding:10px;	
  margin:10px;
  height: 100%;
}
div.ajaxpage *{
  line-height: auto !important;
}
div.preview-button-container input{
	width: 70% !important;
}
div.preview-button-container input[type=submit]{
	width: 20% !important;
	float: right;
}
div.double-height {
	height: 130px !important;
}
form hr {
}
.center_container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.big_button {
	padding: 30px 40px;
	width: 100% !important;
	text-align: center;
	margin: 0px auto;
}
.error {
	font-size: 1.3em;
	padding: 10px;
}
.modal-fix {
	padding: 10px;
	text-align: left;
}
.image_block {
	width: 75px;
	height: 75px;
	background: url(../../application/images/thumb_holder.png) no-repeat scroll 0 0 transparent;
    background-size: cover !important;
    background-repeat: no-repeat;
}
button, .button {
	/*font-size: 1.1em !important;*/
	font: 1.1em Lato, Arial,Helvetica,sans-serif !important;
	font-weight: bold !important;
	padding: 10px 30px !important;
	width: auto !important;
	margin: 2px !important;
	width:100px;
	float: none !important;
	display: inline-block !important;
}
a.button {
	/*height: 15px;*/	
	text-align: center;
}
/* ---- MENU STUFF ---- */
body.dashboard #nav .menu li.dashboard a,
body.content #nav .menu li.content a,
body.customer #nav .menu li.customer a,
body.staff #nav .menu li.staff a,
body.competition #nav .menu li.competition a,
body.reports #nav .menu li.reports a,
body.users #nav .menu li.users a,
body.myprofile #nav .menu li.myprofile a {
  /*background: #ffffff;
  color: #2caf55;*/
  color: #ffffff;

}

.darrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #ffffff;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}


.lower-width-text {
	width : 200px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
   z-index:2001!important;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff; 
  width: 650px;
  height: 400px;
  position: relative;
  box-shadow: 0 0 0 15px rgba(192, 192, 192,0.5);
  overflow: auto;
  top: 50%;
  margin-top: -200px;
  z-index:2001!important;
}


.popup .close {
  position: fixed;
  /*top: 1px;*/
  margin-top: -18px;
  right: 625px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #818181;
  border-radius: 50%;
  padding: 2px;
  border:1px solid #818181;
   z-index:2001!important;
}


.popup .close:hover {
  color: #397F37;
}

#reports input[type=text] {
    width: 300px;
}

.clearfix {
  display: block
}


table thead tr  {
    white-space: nowrap;
} 

#reports form#dates {
    width: 660px;
    overflow: hidden;
    /*padding-bottom: 180px;*/
}

#reports form#dates div {
    float: left;
}



/* ------ END ------ */