@import url("font-awesome.min.css");
.float-left{float:left;}
.float-right{float:right;}
.float-none{float:none;}
.text-upper{text-transform:uppercase;}
.text-lower{text-transform:lowercase;}
.bg-transparent{background:transparent}
.bg-white{background:#fff;}
.bg-back{background:#000;}
.no-border{border:none !important;}
ol.rounded-list {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
}
.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    color: #fff;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: 0;
    top: 50%;
    margin-top: -0.9em;
    background: #000;
    height: 2em;
    width: 2em;
    line-height: 1.8em;
    border: 2px solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
	color: #fff;
	  margin-left: 20px;
}
ol.rounded-list li:not(:first-child) a:before{
   background: #000 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}
ol.rounded-list li:not(:first-child) a{
	 background: #000 none repeat scroll 0 0;
    color: #fff;
	border-color:#fff !important;
}
#active_season_sponsor{
width: 200px; color: rgb(255, 255, 255);
}
.process_overlay{display:none;}
.navbar {
    border-radius: 0;
    border:none;
}
#myNavbar {
    background: #000 none repeat scroll 0 0;
}
.navbar-inverse .navbar-nav > li > a {
    font-weight: bold;
    padding: 15px 10px;
}
.ck-button-container {border: 4px solid #000;    border-radius: 10px;    float: left;    height: 250px;    overflow: scroll;    width: 250px;
}
.ck-button {
    float: left;
    font-size: 14px;
    margin: 0 10px;
    width: 100%;	text-align:left;
}
#award-entry-steps .steps ul{
 width:100% !important;
 float:left;
  /*margin-left: 120px;*/
 

}
#award-entry-steps .steps li.current::before, #award-entry-steps .steps li.current::after 
{
    /*background: #e30102(red) none repeat scroll 0 0;
     *  background: #ffc61e none repeat scroll 0 0;
     **/
    background: #E72B5E none repeat scroll 0 0;
    
    color:white;
display:none;
}

#award-entry-steps .steps li.done::before, #award-entry-steps .steps li.done::after 
{
    background:white none repeat scroll 0 0;
   /* color: #ffc61e; **/
    color: #4a8cbf; 
    border: 1px solid;
display:none;
}
#award-entry-steps .steps li {
    cursor: pointer;
}
#award-entry-steps .steps li.disabled{
/* background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; */
}
#award-entry-steps .steps li::before {
/*     background: rgb(194, 194, 194) none repeat scroll 0 0; */
    border-radius: 50px;
    color: #333;
    content: "";
    display: block;
    font-size: 40px;
    line-height: 70px;
    margin: 0 auto 5px;
    width: 75px;
	font-family: Montserrat;
	text-align: center;
}
#award-entry-steps .steps li:first-child::before {
    content: "";
	}
#award-entry-steps .steps li:nth-child(2)::before {
    content: "";
	}
#award-entry-steps .steps li:nth-child(3)::before {
    content: "";
	}
#award-entry-steps .steps li:nth-child(4)::before {
    content: "";
	}

#award-entry-steps .steps li::after {
    background: rgb(194, 194, 194) none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0%;
    position: absolute;
    top: 32px;
    width: 112%;
    z-index: -1;
display:none !important;
}
#award-entry-steps .steps li {
    color: white;
    float: left;
    font-size: 10px;
    list-style-type: none;
    position: relative;
    text-transform: uppercase;
    width: 20%;
	 text-align: center;
	 font-weight: 600;
}

#award-entry-steps .steps li a {
    background-color: transparent;
    color: rgb(194, 194, 194);
    font-size: 12px;
}

#award-entry-steps .content{
  background:#dbdbdb;
margin-top: 2%;
padding-top: 20px;
}
#award-entry-steps .content section{
  background: #dbdbdb none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    float: right;
    width: 98%;
	border-bottom:none;
}

.fa fa-circle-o last
{
display:none;
}

#award-entry-steps.wizard .actions{
  background: #dbdbdb none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    float: right;
    padding: 10px 5%;
    text-align: left;
    width: 100%;
	border-top:none;
}
#award-entry-steps.wizard > .actions a[href="#previous"],
#award-entry-steps.wizard > .actions a[href="#next"],
#award-entry-steps.wizard > .actions a[href="#cancel"]{
   background: #E72B5E !important;
   color:#fff !important;
}



#award-entry-steps.wizard > .actions .disabled a{  
    opacity:0.3;  cursor:no-drop;
    display:none;
    
}

#award-entry-steps .content h3.title.current::before {
    /* background: #ffc61e none repeat scroll 0 0;**/
    background: #4a8cbf  none repeat scroll 0 0;
    color: white;
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    left: 0;
     display:none;
    line-height: 47px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 6%;
}

#award-entry-steps .content h3#award-entry-steps-h-0::before {
    content: "";
	}
#award-entry-steps .content h3#award-entry-steps-h-1::before {
    content: "";
	}
#award-entry-steps .content h3#award-entry-steps-h-2::before {
    content: "";
	}
#award-entry-steps .content h3#award-entry-steps-h-3::before {
    content: "";
	}

#award-entry-steps .content h3.title.current{
    background: #dbdbdb none repeat scroll 0 0;
    color: #333333;
    left: 0;
    margin: 0;
    padding: 10px 3%;
    position: relative;
    text-align: left;
}


#award-entry-steps.wizard > .content > .body select, #award-entry-steps.wizard > .content > .body input {
    background: #E72B5E;
    color: #fff;
}	
#divquestions label,
#divquestions textarea {
    width: 100%;
}
#auto-notice {
    float: right;
    color: red;
}
#award-entry-steps{display:none;}
.process_overlay {
     background: #000 none repeat scroll 0 0;
    color: #fff;
    display: none;
    font-size: 65px;
    font-weight: 900;
    height: 100%;
    opacity: 0.5;
    padding-top: 25%;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1100;
}
.form-group .wcount {
    float: right;
    height: 20px;
}
.wizard > .content > .body textarea.error ,.form-group  input.error{
    background: rgb(251, 227, 228) none repeat scroll 0 0;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}
.wizard .content > .body.current {
    display: block !important;
}
.ajax-upload-dragdrop,.ajax-file-upload{width:100% !important}

#award-entry-steps.wizard > .content > .body label.error ,.form-group label.error{
  color: red;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-left: 0;
}
#award-entry-steps.wizard  .form-group.files {margin:0}
#award-entry-steps.wizard  .form-group.files > img {
    width: 100%;
}
#award-entry-steps.wizard  .form-group.files  .js-modal-close {
    float: right;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
#award-entry-steps  .form-group.attachments{

padding: 5px;
}
#award-entry-steps  .form-group.attachments .attachment{
   background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 8px;
    float: left;
    margin: 10px;
    padding: 5px;
    text-align: center;
    width: 45%;
	 overflow-wrap: break-word;
	 position: relative;
}
#award-entry-steps  .form-group.attachments .fileuploader{
float: left; width: 100%; margin: 0px 0px 25px;
}
#award-entry-steps  .form-group.attachments .attachment_info{
float: left; width: 100%; 
}
#divreferences{
 float:left;
 width:100%;
}
.mincarticon{cursor:pointer;font-size: 20px;}
.mini-cart {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    display: none;
    position: absolute;
    right: 0;
    z-index: 200;
}
.payment-errors {
    color: red;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.payment-message{font-size: 18px;
    font-weight: 600;
    min-height: 70vh;
    text-align: center;
	color:#fff;
	}
	
	
	.payment-message a{font-size: 18px;
    font-weight: 600;
    text-align: center;
	/*color:#fff;*/
	color:green;
	background: TRANSPARENT none repeat scroll 0 0;
	}
	.filter-modal-box{
	    background: white none repeat scroll 0 0 padding-box;
         border: 1px solid rgba(0, 0, 0, 0.1);
       border-radius: 4px;
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);   
    padding: 5px;
    z-index: 1000;
	  margin: 10px;
    position: relative;
    width: 99%;
	}
	.dashboardContainer{
	  background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    height: 300px;
    margin: 5px;
    padding: 5px;
    width: 48%;
	}
	.tabContainer{height:auto;}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media  only screen and (max-width: 1150px){ 

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	#myentries td {
    padding-left: 30%;
	 height: 45px;
}
	/*
	Label the data
	*/
	#myentries td:nth-of-type(1):before { content: "ID"; }
	#myentries td:nth-of-type(2):before { content: "Full Name"; }
	#myentries td:nth-of-type(3):before { content: "Job Title"; }
	#myentries td:nth-of-type(4):before { content: "Region"; }
	#myentries td:nth-of-type(5):before { content: "Category"; }
	#myentries td:nth-of-type(6):before { content: "Company"; }
	#myentries td:nth-of-type(7):before { content: "Status"; }	
	#myentries td:nth-of-type(8):before { content: "Continue/Update"; }	
	#myentries td:nth-of-type(9):before { content: "Add to Cart"; }	
	#myentries td:nth-of-type(10):before { content: "Delete"; }	
	.rounded-list.steps-process li{width:100%;}
}
table.dataTable tbody th, table.dataTable tbody td {
    overflow-wrap: break-word;  
}
.intro {
    text-align: left;
}
.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 50%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    padding: 5px;
}
#editpopup label {
    width: 50%;
}
.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}
.modal-box .modal-body {
    padding: 2em 1.5em;
}
.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}
.js-modal-close {
    float: right;
    font-size: 24px;
}
a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}
a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}
.login-form input::-moz-placeholder {
    color: darkgray !important;
}
.login-form input::-webkit-placeholder {
    color: darkgray!important;
}
.modal-box{top:0 !important}

