/*======================================
  Selectric
======================================*/
.selectricWrapper {
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    font-size: 13px;
    min-width: 45px;
}

.selectricWrapper.selectric-posttoproject {
    min-width: 75px !important;
    position: relative !important;
    top: 10px !important;
}

.selectricWrapper.selectric-posttoproject .selectric .label {
    font-size: 15px !important;
}

/* TT Question Type selectbox */

.selectric-question_type .selectricItems li.selected {
    background-color: #fff !important;
    border-left: 2px solid #3da4f1 !important;
    color: #3da4f1 !important;
    padding-bottom: 11px !important;
}

.selectric-question_type .selectricItems li.selected span:before {
    color: #3da4f1 !important;
}

.selectric-question_type .selectricItems > div > ul {
    max-height: 145px !important;
}

.selectric-question_type .selectricItems ul ul li:not(.selectricGroupLabel) {
    padding-left: 25px !important;
}

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

.selectricWrapper.selectric-textLeft {
    text-align: left !important;
}

.selectricWrapper.selectric-textRight {
    text-align: right !important;
}

.selectricWrapper.selectric-ml20 {
    margin-left: 20px !important;
}

.selectricWrapper.selectric-mw65 {
    min-width: 65px !important;
}

.selectricWrapper.selectric-mw150 {
    min-width: 65px !important;
}

.selectricWrapper.selectric-mw70i {
    min-width: 70px !important;
}

.selectricWrapper.selectric-mt5 {
    margin-top: 5px;
}

.selectricWrapper.selectric-fl {
    float: left;
}
.selectricWrapper.selectric-fr {
    float: right;
}

.selectricItems li .selectricico:before {
    color: #3c3c3c !important;
    font-family: "rca" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

/* New CRM select design - responsive */

.selectric-responsiveselect60 {
    min-width: 62px !important;
    max-width: 62px;
    width: 100%;
}

.selectric-responsiveselect100 {
    max-width: 100px;
    width: 100%;
}

.selectric-responsiveselect115 {
    max-width: 115px;
    width: 100%;
}

.selectric-responsiveselect150 {
    max-width: 150px;
    width: 100%;
}

.selectric-responsiveselect150plus {
    min-width: 170px !important;
    max-width: 170px;
    width: 100%;
}

.selectric-responsiveselect200 {
    max-width: 200px;
    width: 100%;
}

.selectric-responsiveselect220 {
    max-width: 222px;
    width: 100%;
}

.selectric-responsiveselect250 {
    max-width: 250px;
    width: 100%;
}

.selectric-responsiveselect300 {
    max-width: 320px;
    width: 100%;
}

.selectric-responsiveselect350 {
    max-width: 350px;
    width: 100%;
}

.selectric-responsiveselect380 {
    max-width: 380px;
    width: 100%;
}

.selectric-responsiveselect400i {
    max-width: 400px;
    width: 100%;
}

.selectric-responsiveselect450 {
    max-width: 450px;
    width: 100%;
}

.selectric-profile_select,
.selectric-signup_select {
    max-width: 1000px;
    width: 100%;
	margin-top: 7px;
	margin-bottom: 16px;
}

.selectric-profile_select .selectric,
.selectric-signup_select .selectric {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 16px 12px 6px;
	border: 1px solid #E9E8E8;
}

.selectricWrapper.selectric-profile_select .label,
.selectricWrapper.selectric-signup_select .label {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #23233D;
}

.selectricWrapper.selectric-profile_select .button,
.selectricWrapper.selectric-signup_select .button {
	top: 7px;
    right: 10px;
}

.selectricWrapper.selectric-roundedselect,
.selectricWrapper.selectric-roundedselect-thinner {
    min-width: 100px;
}

.selectricWrapper.selectric-roundedselect_smaller {
    min-width: 75px;
    position: relative;
}

.selectricWrapper.selectric-roundedselect .button {
    top: 1px;
}

.selectricWrapper.selectric-roundedselect_smaller .button {
    top: 3px;
}

.selectricWrapper.selectric-roundedselect .selectric,
.selectricWrapper.selectric-roundedselect_smaller .selectric {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selectricWrapper.selectric-roundedselect-thinner .selectric {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.selectricWrapper.selectric-roundedselectyield {
    min-width: 50px;
}

.selectricWrapper.selectric-roundedselectyield .button {
    top: 0px;
}

.selectricWrapper.selectric-roundedselectyield .selectric {
    border: 1px solid #8592A9;
    padding-top: 0px;
    padding-bottom: 0px;
}

#loginouter .selectricWrapper .selectricItems {
    top: 98%;
}

#loginouter .selectricWrapper.selectric-roundedselect  .selectric {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

#loginouter .selectricWrapper.selectric-roundedselect {
    min-width: 90px;
}

.selectricWrapper.selectric-roundedselect:hover .selectric,
.selectricWrapper.selectric-roundedselect:focus .selectric,
.selectricWrapper.selectric-roundedselect:active .selectric,
.selectricWrapper.selectric-roundedselect_smaller:hover .selectric,
.selectricWrapper.selectric-roundedselect_smaller:focus .selectric,
.selectricWrapper.selectric-roundedselect_smaller:active .selectric,
.selectricWrapper.selectric-roundedselect-thinner:hover .selectric,
.selectricWrapper.selectric-roundedselect-thinner:focus .selectric,
.selectricWrapper.selectric-roundedselect-thinner:active .selectric,
#ingredientsbody .selectricWrapper.focus .selectric {
    border: 1px solid #3da4f1;
}

.selectric-crm_section_table_order {
    margin-left: 10px;
}

.selectric-crm_section_table_order .selectricItems li {
    min-width: 80px;
}

.dataTables_wrapper .top .selectricWrapper.selectric-crm_section_table_order .selectricItems li.disabled {
    text-align: left !important;
}

.selectricWrapper.selectric-countselect {
    min-width: 60px !important;
}

.selectric.field_error,
.selectric.crm_error {
    border: 1px solid #fb7664 !important;
}

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

.selectricWrapper.selectric-mw80 {
    min-width: 80px;
}

.selectricWrapper.selectric-mw105 {
    min-width: 105px !important;
    max-width: 110px !important;
}

.selectricWrapper.selectric-mw115 {
    min-width: 115px;
}

.selectricWrapper.selectric-mw140 {
    min-width: 140px !important;
}

.selectricWrapper.selectric-mw150 {
    min-width: 149px;
}

.selectricWrapper.selectric-mw200 {
    min-width: 200px;
}

.selectricWrapper.selectric-forcedown.selectricAbove .selectricItems,
.selectricWrapper.selectric-mw150.selectricAbove .selectricItems {
    top: auto;
    bottom: auto;
}

.selectricWrapper.selectric-mw160 {
    min-width: 160px;
}

.selectricWrapper.selectric-mw170 {
    min-width: 172px;
    width: 172px;
}

.selectricWrapper.selectric-mw180 {
    min-width: 180px !important;
}

.selectricWrapper.selectric-mw200 {
    min-width: 200px !important;
}

.selectricWrapper.selectric-mw220 {
    min-width: 220px !important;
}

.selectricWrapper.selectric-ptop {
    position: relative;
    top: 4px;
}

.selectricWrapper.selectric-mw230 {
    width: 230px;
}

.selectricWrapper.selectric-mw240 {
    width: 240px;
}

.selectricWrapper.selectric-mw250 {
    width: 250px;
}

.selectricWrapper.selectric-mw260 {
    width: 260px;
}

.selectricWrapper.selectric-mw275 {
    width: 272px;
    position: relative;
    left: -5px;
}

.selectricWrapper.selectric-mw290 {
    width: 297px;
}

.selectricWrapper.selectric-mw300 {
    min-width: 300px;
}

.selectricWrapper.selectric-mw320 {
    min-width: 320px;
}

.selectricWrapper.selectric-w320 {
    width: 320px;
    min-width: 320px;
}

.selectricWrapper.selectric-mw410 {
    min-width: 410px;
}

.selectricWrapper.selectric-mw450 {
    min-width: 450px;
}

.selectricWrapper.selectric-w100p {
    min-width: 100% !important;
    width: 100% !important;
}

.selectricWrapper.selectric-groupselect {
    width: 222px;
    margin-top: 20px;
}

.selectricWrapper.selectric-w150 {
    width: 150px;
    min-width: 150px;
}

.selectricWrapper.selectric-w160 {
    width: 160px;
    min-width: 160px;
}

.selectricWrapper.selectric-w170 {
    width: 170px;
    min-width: 170px;
}

.selectricWrapper.selectric-w180 {
    width: 202px;
    min-width: 202px;
}

.selectricWrapper.selectric-w190 {
    width: 227px;
    min-width: 227px;
}

.selectricWrapper.selectric-w200 {
    width: 242px;
    min-width: 242px;
}

.selectric-yield_selectbox {
    min-width: 65px !important;
}

.selectric-taskpeople_permissions {
    min-width: 95px !important;
}

.selectricWrapper.selectric-groupselect .selectricItems {
    width: auto !important;
    min-width: 220px;
    word-wrap: normal;
    white-space: nowrap;
}

.selectric-yield_selectbox .selectricItems {
    top: 100% !important;
    bottom: auto !important;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  border: 1px solid #f1f1f1;
  background: #fff;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 29px 0 10px;
  font-size: 13px;
  line-height: 29px;
  color: #3e5a7f;
  height: 29px;
}

.selectric-dropkick-small .selectric .label {
    line-height: 25px;
    height: 25px;
}

.selectric-dropkick-share .selectric .label {
    line-height: 35px;
    height: 35px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 29px;
  height: 29px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  /*border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;*/
}

.selectric-dropkick-small .selectric .button {
    height: 25px;
}

.selectric-dropkick-share .selectric .button {
    height: 35px;
}

.selectricHover .selectric {
	border-color: #BCBBBA;
}

.selectricHover .selectric .button {
	color: #A2A2A2;
}

.selectricHover .selectric .button:after {
	border-top-color: #A2A2A2;
}

.selectricOpen {
    z-index: 9999;
}
.selectricOpen .selectric {
  border-color: #C4C4C4;
}
.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectricDisabled .selectric {
    background-color: #f9f9fb;
}

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectricItems {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #f1f1f1;
    z-index: 9999;
    box-shadow: 0 0 10px -6px;
}

.selectricItems .mCSB_scrollTools_vertical {
    right: 0px !important;
}

.selectricItems .mCSB_draggerRail {
    width: 4px;
}

.selectricItems .mCSB_scrollTools {
    width: 4px;
}

.selectricItems .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px !important;
    opacity: 1 !important;
	background-color: rgba(237, 27, 45, 0.9) !important;
}

.selectric-dropkick-small .selectricItems li {
    padding: 0px 4px;
}
.selectric-dropkick-small .selectricItems .selectricScroll {
    max-height: 150px;
}
.selectricItems .selectricScroll {
  height: 100%;
}

.selectricItems .selectricScroll ul.hiddenscrollbar {
    overflow: hidden !important;
}

.selectricItems .selectricScroll.scrollable {
    overflow-y: auto;
}
#yield_overrun .selectricAbove .selectricItems {
    top: auto !important;
    bottom: 100% !important;    
}
#loginouter .selectricAbove .selectricItems,
.selectricAbove .selectricItems {
    top: auto;
    bottom: 105%;
}

.selectricItems ul, .selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    min-height: 20px;
    max-height: 144px;
}

.selectricItems ul ul {
    max-height: 5000px !important;
}

.selectricItems li {
    background-color: #fff;
    padding: 8px 10px 8px 10px !important;
    border-left: 3px solid transparent;
    /*border-right: 3px solid transparent;*/
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    font-size: 14px !important;
    font-family: 'Roboto';
    text-align: left;
}
.selectricItems li.selected {
    background-color: #f7f7f9;
    /*border-left-color: #3ca1ed;*/
}
.selectricItems li:hover {
    background-color: #f7f7f9;
    /*border-left-color: #3ca1ed;*/
}
.selectricItems .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectricItems .selectricGroup .selectricGroupLabel {
    font-weight: normal;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    background: none;
    color: #444;
    font-family: 'Roboto';
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

.selectricItems .selectricGroup.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectricItems .selectricGroup li {
    padding-left: 25px;
}

/* Special Arrow */

.selectricWrapper .selectric .button::before {
    font-family: "rca" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\34";
    display: inline-block;
    font-size: 25px;
    position: relative;
    top: 7px;
    text-align: center;
}