/*
@author 	Duncan McDowell, Lucas Harron
@copyright	Marmot Labs Inc. 2012
@version	1.2
 */



@font-face {
    font-family: 'helveticaNeueLtStdBdCn';
    src: url('../../fonts/helveticaNeueLtStdBdCn/helveticaneueltstd-bdcn.eot');
    src: url('https://suv-cabi.decision.io/fonts/helveticaNeueLtStdBdCn/helveticaneueltpro-mdcn.eot#iefix') format('embedded-opentype'),
         url('../../fonts/helveticaNeueLtStdBdCn/helveticaneueltstd-bdcn.woff') format('woff'),
         url('../../fonts/helveticaNeueLtStdBdCn/helveticaneueltstd-bdcn.ttf') format('truetype'),
         url('https://suv-cabi.decision.io/fonts/helveticaNeueLtStdBdCn/helveticaneueltstd-bdcn#helveticaneueltstd-bdcn') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    /*disable the outlines around checkboxes, radio buttons, etc*/
    outline:none !important;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -23px;
}

/* required for footer */
.push {
    height: 63px;
}

.well {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input:-webkit-autofill {
    /* adjusting autofill colour*/
    color: #2a2a2a !important;
}

/* Bootstrap Input Overrides */

textarea, input { outline: none; }

.contentContainer h1 {  
    text-align: left;
}

.selectWidthAuto {
    width: auto;
}


.bg-white {
  background-color: #fafafa;
}

.word-break {
  word-break: break-all;
}


div.ui-jqgrid {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* 

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px;
  height: auto;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #FAFAFA;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

*/

/* Chosen overrides (because it's kind of garbage) */

.chosen-container {
  min-width: 220px;
}

#newUserPortfolioId_chosen.chosen-container{
	min-width: 100%;
}

.contentContainer .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .modal .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 3px;
  right: 2px;
  width: 19px;
  height: 12px;
}

.contentContainer .chosen-container-multi .chosen-choices li.search-field input[type="text"], .modal .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 100%;
}

#portfolioTitleSection select.form-control + .chosen-container .chosen-results li:hover, #portfolioTitleSection select.form-control + .chosen-container .chosen-results li.active-result:hover, #portfolioTitleSection select.form-control + .chosen-container .chosen-results li.highlighted {
  background-color: #eeeeee; 
  color: #2A3031;
}

.chosen-single{
    height: 30px !important;
    font-size: 14px;
}

.chosen-single span{
    margin-top: -1px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -20px 0px;
}

/*add rounded corners to chosen boxes */
.chosen-choices{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*force left align on the chosen drop down menus as it inherits the centering of some of our forms */
.chosen-drop{
    text-align: left;
}

/* the chosen: add new option is blue on blue when hovering, we'll override to white*/
.create-option:hover a{
    color: #FFF;
}

/* Bootstrap 3 modal override so that $notify is visible */

.modal-content {
    margin-top: 75px;
}

.modal-backdrop, .modal-backdrop.fade.in {
    margin-top: 50px;
}


/* Bootstrap 3 nav overrides */

  /* prevent horizontal scrolling in nav-bar collapse */
  .collapse.in .navbar-nav {
    margin: 7.5px -7px;
  }

  .navbar .navbar-nav > li > a {
    line-height: 22px;
  }
  
  /* Remove margin-right on .caret for user drop down when in nav-bar collapse */
  .collapse.in #avatarNav + .caret {
    margin-right: 0px;
  }

  .navbar-brand {
      padding: 4px 15px;
  }

  .nav > li > a:hover, .nav > li > a:focus {
    background-color: #eeeeee;
    color: #338BCA;
  }

  .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
  }

  #portfolioNav .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
  }

  .navbar-right a {
    text-decoration: none;
  }

  
  .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
  }

  #avatarNav + .caret {
    margin-right: 40px;
  }

   #greenlightMainNavBarPlaceholder{
       height: 70px;
   }

 a{
     /* All links should use the pointer cursor - even if
     they don't have a href since we use a lot of onclick events with links'*/
     cursor: pointer;
 }

html{
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width:100%;
    background:#fff;
    text-align:center;
}


.appriseOverlay{
    z-index: 999;
}

/* No border for images */
a img {
    border: none;
}

.alignRight
{
    text-align: right;
}

.alignLeft
{
    text-align: left;
}

.alignCenter
{
    text-align: center;
}

.link{
    cursor: pointer;
}

textarea {
  resize: vertical;
}

.infoIcon{
    background-image: url('../../img/icons/get_info.png');
    margin-left: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    background-size: contain;
}

.infoIcon:hover{
    background-image: url('../../img/icons/get_infoHover.png');
}

#portfolioDropDownMenu,
#userNavDropDown{
    text-align: left;  
	max-height: 400px;
}

.btn.active {
  color: #338BCA;
}

.portfolioEditBtn {
    position: absolute;
    right: 6px;
    margin-top: 3px;
    color: #0081c2;
    display: inline-block;
    font-size: 13px;
}

.portfolioEditBtn span{
	margin-right: 0px !important;
}
.portfolioArchiveBtn{
    position: absolute;
    right: 35px;/**/
    color: #0081c2;
    margin-right: 10px;
    display: inline-block;
    margin-top: 3px;
    font-size: 13px;
}

.portfolioLi a span{
	margin-right: 40px;/**/ 
}

/* Ugly Firefox fix.  TODO: Revisit later.  */
.portfolioEditBtn span, .portfolioArchiveBtn span {
    font-family: helvetica, arial, sans-serif;
}
	


.portfolioEditBtn:hover, .portfolioArchiveBtn:hover {
    color: white;
}

.discussionGravatar {
    background-size: contain;
    background-repeat: no-repeat;
    width:25px;
    height:25px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    -moz-border-radius:15px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.avatarSmall {
    background-size: contain;
    background-repeat: no-repeat;
    width:20px;
    height:20px;
}

#avatarNav {
    display: inline-block;
    margin-right: 6px;
    padding-right: 26px;
}

.nav-tabs {
  margin-bottom: 20px;
}

#navPortfolio {
    list-style-type: none;
}


.avatarSmall img {
    width: 25px;
    border: 1px solid #fafafa;
    -moz-border-radius:15px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.avatarLarge {
    background-size: contain;
    background-repeat: no-repeat;
    width:75px;
    height:75px;
}

.avatarLarge {
    border-style: solid;
    border-color: white;
    border-width: 2px;
    -moz-border-radius:45px;
    -webkit-border-radius: 45px;
    border-radius: 45px
}

#myProfileButtons {
    margin-top: 20px;
}

footer {
    text-align: left;
    font-size: 10px;
    width: 100%;
    background-color: black;
    opacity: .85;
    color: white;
    height: 25px;
    /* prevents the vertical scrollbar from appearing when it doesn't need to*/
    margin-top: -2px;
}

footer span{
    padding-left: 20px;
}

footer ul li {
    display:inline-block;
    list-style: none;
    margin-right: 10px;
}

#footer ul {
    margin-left: 0px;
}

.buyNowButton{
    margin-top: 0px !important;
    margin-right: 30px;
}

.trialPeriodMessage{
    margin-top: 12px !important;
    color: red;
}

/* override for the progress bar in order to fix bootstrap conflict*/


#nprogress .spinner {
  z-index: 999999;
}

#nprogress .bar {
    z-index: 1000;
    height: 3px;
    top: 51px;
}

.expandingText{
    min-height: 50px !important;
}

/* New Applicant link styling */

#applicantSelfRegisterBtn {
    margin-top: 20px;
}

#applicantRegistrationForm{
    background: white;
}

/* Password modal styling*/
#changePasswordForm {
    margin-left: 30px;
}

#portfolioSelectedCheckpoint_chosen .disabled-result, #portfolioTitleSection select.form-control + .chosen-container .chosen-results li.disabled-result:hover {
    cursor: not-allowed;
    color: #999999;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
}

#checkpointActions{
	float: right;
	margin-right: 7px;
	margin-top: 20px;
}

.checkpointActionButton{
	display: none;
}

#lockedStageWarning {
	display: none;
	margin-top: 5px;
	margin-bottom: -25px;
	font-size: 12px;
}

.modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.modal-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.checkpointDropdownItem{
	white-space: normal;
	min-height: 30px;
	padding-top: 5px;
}

#itemDiscussionMyCommentsSection{
	overflow: visible !important;
}


#portfolioListItemsContainer {
    position: relative;
    overflow-y: auto;
    max-height: 205px;
}

#portfolioListItemsContainer > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > div > li > a:hover, .dropdown-menu > div > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

#companyLogo{
	max-width: 50%;
}

input.suppressRanking{
	margin-left: 15px;
}

div.ratingSlider{
	margin-top: 10px;
	margin-left: 10px;
	display: inline-block;
	background-image: none;
	background-color: green;
}

div.ratingSlider_large{
	width: 180px;
}

div.ratingSlider_small{
	width: 110px;
}

.ratingBoundSelector{
	width: 50px;
	margin-right: 10px;
}

#ratingBoundsContainer{
	display: none;
	margin-top: 15px;
}

#ratingBoundsContainer label{
	font-weight: normal;
}

.ratingResult{
	display: inline-block;
	margin-right: 7px;
	margin-left: 5px;
	font-size: 11px;
	width: 35px;
}

.invisible{
	visibility: hidden !important;
}

#ratingChangeWarning{
	display: none;
}

#ratingChangeWarning div{
	margin-top: 10px;
	margin-bottom: 0px;
	
}

.ratingChangeBtnContainer{
	text-align: center;
}