.be-wrapper {
    min-height: 100%;
    padding-top: 61px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top {
    top: 0;
}

.be-top-header {
    background-color: #FFF;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e5e5;
    padding: 0;
}

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.navbar>.container, .navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.be-top-header .container-fluid {
    padding: 0;
}

.be-top-header .be-navbar-header {
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    border-right:1px solid #ebebeb;
}

.badge, .btn, .dropdown-header, .dropdown-item, .input-group-text, .navbar-brand {
    white-space: nowrap;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3928571428rem;
    padding-bottom: .3928571428rem;
    margin-right: 1rem;
    font-size: 1.15rem;
    line-height: inherit;
}

.be-top-header .be-navbar-header .navbar-brand {
	line-height: 60px;
	height: 60px;
	width: 240px;
	background-image: url(../img/logo.png?v=3);
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: 210px 55px;
	background-position:0px 2px;
}

.be-top-header .be-right-navbar {
    padding-right: 20px;
    width: calc(100% - 230px);
}

.sub-menu{
	/*display:block !important;*/
}

.sidebar-elements .router-link-active{
	background-color: #e7e7e7;
}

.rating-text{
	padding:0 5px;
	font-size:20px;
}

.idea-type-label{
	padding: 0 5px;
    border-radius: 3px;
    color: #fff !important;
}

.idea-type-color-1{
	background:#9f6ad8;
}

.idea-type-color-2{
	background:#44c383;
}

.idea-type-color-3{
	background:#e3c121;
}

.idea-type-color-4{
	background:#f19c9c;
}

.tab-content-dashboard{
	margin-bottom:25px;
}

.white-bg{
	background:#fff;
}



.be-splash-screen .be-content{
	max-width:100%;
}

/*.be-content{
	max-width:1024px;
	border:1px solid #dadada;
	border-top:none;
	margin: 0 auto;
}*/

.widget.widget-tile {
    padding: 24px 20px;
    margin-bottom: 25px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.be-content{
	max-width:1400px;
	margin-left: 250px;
	margin-right:20px;
}

.be-left-sidebar .sidebar-elements > li > a{
	line-height:48px;
}

.header-stats .icon{
	text-align:center;
}

/*.widget.widget-tile .data-info{
	text-align: left;
}*/

.mdi-hc-3x
{
	font-size: 3em;
}

.widget.widget-tile .chart{
	width:120px;
}

.widget.widget-tile .data-info .value{
	font-size:30px;
}

.no-bg{
	background:none;
}

.nav.navbar-nav a{
	font-weight:bold;
	padding:16px 25px;
}

.nav.navbar-nav li a.router-link-active,
.nav.navbar-nav li a.router-link-active:hover
{
	/*background:#eee;
	color:#333;*/
}

.page-head{
	padding:5px 25px 0px;
}

label.bold{
	font-weight:bold;
}

textarea#idea_description{
	width:100%;
}

.form-control-inline{
	width:auto;
	display:inline-block;
}

.well-info{
	padding: 10px;
}

.idea-thumb{
	border:1px solid #eaeaea;
	margin-bottom:10px;
}

.idea-date{
	font-size:11px;
}

.idea-title{
	font-weight:bold;
}

.idea-viewed{
	margin-bottom:0px;
	position:absolute;
    right: 20px;
    bottom: 20px;
}

.vote-button{
	width:100%;
}

.vs-div{
	height:330px;
	background:url('../img/pairwise-vs.png') no-repeat center center;
}

.breadcrumb{
	background:none !important;
	padding-left:0px;
}

.no-mr{
	margin-right:0px;
}

.idea-links{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.idea-links li{
	border-right:1px solid #eee;
	float:left;
	text-align:center;
	padding:10px 20px;
}

.idea-links li:last-of-type{
	border-right:none;
}

.idea-well{
	padding:10px 15px;
	margin-bottom:20px;
}

.idea-head{
	margin-bottom:5px;
	display:inline-block;
}

.idea-extras .tab-content{
	padding-left:10px;
	padding-right:10px;
}

.be-user-nav > li.dropdown .dropdown-menu .user-info{
	padding:15px 10px;
}

.be-top-header .navbar-nav > li.dropdown .dropdown-menu > li > a{
	padding:10px;
}

.be-user-nav > li.dropdown .dropdown-menu .user-info .user-name{
	font-size:12px;
	line-height:15px;
	font-weight:bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	padding:3px 5px !important;
}

.note-editor.note-frame .note-editable{
	border:0px;
	border-top:1px solid #d5d8de;
}

.stock_image{
	width:40px;
	height:40px;
	display:inline-block;
	background-size: 100px 100px;
	margin-right:5px;
	border:2px solid #dadada;
}

.stock_image.active,
.stock_image.active:active,
.stock_image.active:hover,
.stock_image.active:focus
{
	border:2px solid #dadada !important;
	outline:2px solid #666 !important;
}

.idea_custom_image_label{
	margin-top:10px;
}

.stock_image_preview_text, .custom_image_preview_text{
	margin-top:10px;
}

#stock_image_preview, #custom_image_preview{
	border:1px solid #dadada;
	width:300px;
	height:150px;
}

.stock_image_preview_2, .dummy_image{
	border:1px solid #dadada;
	height:150px;
	margin-bottom:10px;
	max-width:350px;
}

.stock_image_preview_2_2{
	border:1px solid #dadada;
	height:120px;
	margin-bottom:10px;
}

.stock_image_height{
	height:105px;
}

.stock_image_preview_3{
	border:1px solid #dadada;
	margin-bottom:10px;
	margin-top:20px;
	padding:2px;
	max-width:300px;
}

.dummy_image{
	background:#eaeaea;
}

.idea_custom_image_label{
	margin-top:0px;
}

#custom_image_preview{
	text-align:center;
}

#custom_image_preview img{
	width:auto;
	height:100%;
}

.stock_image_1{	background-image:url('../img/idea-patterns/1.png');}
.stock_image_2{	background-image:url('../img/idea-patterns/2.png');}
.stock_image_3{	background-image:url('../img/idea-patterns/3.png');}
.stock_image_4{	background-image:url('../img/idea-patterns/4.png');}
.stock_image_5{	background-image:url('../img/idea-patterns/5.png');}
.stock_image_6{	background-image:url('../img/idea-patterns/6.png');}
.stock_image_7{	background-image:url('../img/idea-patterns/7.png');}
.stock_image_8{	background-image:url('../img/idea-patterns/8.png');}
.stock_image_9{	background-image:url('../img/idea-patterns/9.png');}
.stock_image_10{ background-image:url('../img/idea-patterns/10.png');}
.stock_image_11{ background-image:url('../img/idea-patterns/11.png');}
.stock_image_12{ background-image:url('../img/idea-patterns/12.png');}
.stock_image_13{ background-image:url('../img/idea-patterns/13.png');}
.stock_image_14{ background-image:url('../img/idea-patterns/14.png');}

.preview_cont_final .cropped img{
	border:1px solid #dadada;
}

.imageBox
{
    position: relative;
    width: 350px;
    height: 200px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    margin-top: -75px;
    margin-left: -150px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}


/*----------------------------
    The file upload form
-----------------------------*/

#multi_file_upload .f_browser{
}

.f-info{
	border:1px solid #eaeaea;
	/*padding:5px 10px;*/
	margin-top:5px;
}

.f-info .mdi-close-circle-o{
	color:red;
	font-size:20px;
	cursor:pointer;
	padding:10px;
}

.f-filename{
	font-weight:bold;
	padding:10px 10px;
	display:inline-block;
}

.dz-message{
	/*border:2px dashed #dadada;
	padding:20px;
	text-align:center;
	font-weight:bold;*/
	margin-bottom:10px;
}

.quick-comments .dz-message{
	margin-bottom:0px;
}

.quick-comments .uploader-files{
	margin-top:10px;
}

.progress{
	height:16px;
	margin-bottom:0px !important;
	background:#e1e1e1;
}

.file-progress {
	background: #e3ebfa;
	height: 2px;
	width: 100%;
}

.progress-indicator {
	display: block;
	background: #4285f4;
	height: 3px;
}

.multi_file_upload_text{
	margin-bottom:10px;
}

.multi_file_upload_text label{
	margin-bottom:0px;
}

.multi_file_upload_text span{
	font-size:11px;
}

.small_i, .filestatus{
	font-size:11px;
	font-style: italic;
}

.custom-image-cont{
	margin-bottom:5px;
}

.custom-image-cont img{
	border:1px solid #dadada;
	width:300px;
	height:150px;
}

input.is-danger,.textarea.is-danger{
    border-color:#ff3860;
}

 div.is-danger{
 	border:1px solid #ff3860;
 }

span.is-danger{
	color:#ff3860;
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
}

.single-idea{
	min-height:520px;
	position:relative;
	max-width:400px;
}

.dash-badge{
	padding-top:2px;
	padding-bottom:2px;
	background: #3f4a59;
	color: #fff;
	border:none;
	font-weight: normal;
}

.card {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}

.card {
    background-color: #FFF;
    margin-bottom: 25px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
    border-width: 0;
    border-radius: 3px;
    display: block;
}

.card-table .card-body{
	padding:0px;
	border:4px solid #fff;
}

.card-body table{
	margin:0px;
}

.card-full-danger {
    background-color: #eb6357;
    color: #FFF;
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}

.card-header {
    font-size: 18px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5384rem;
    margin: 0 1.538rem;
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
    background-color: transparent;
}

.card-body {
    padding: 8px 20px 20px;
    border-radius: 0 0 3px 3px;
}

.idea-rating-big{
	border:1px solid #dadada;
	display: block;
	width:100px;
	padding:15px 10px;
	margin-right:10px;
	border-radius: 15px;
	background: #f5f6fa;
}

.idea-rating-big strong{
	font-size:30px;
	line-height: 40px
}

.single-challenge{
	min-height:380px;
	position:relative;
}

.ideas-well{
	background:none;
	padding:0px;
	border:none;
	text-align:center;
}

.slide-fade-2-enter-active {
	transition: all .8s ease;
}
.slide-fade-2-enter, .slide-fade-2-leave-to{
	transform: translateX(8px);
	opacity: 0;
}

.comment-textbox{
	margin-bottom:10px;
}

.timeline-content.comment{
	border:1px solid #dadada;
}

.timeline-content.comment .timeline-activity{
	margin-top:5px;
}

.timeline-content.comment{
	box-shadow:none !important;
	margin-bottom:15px;
	padding:15px 20px 15px 18px;
}

.timeline-content.comment:before {
   content: none !important;
}

.idea-files, .comment-files{
	padding-left: 18px;
}

.idea-files li, .comment-files li{
	border:none !important;
	font-weight:bold;
}

.less-margin{
	margin-top:6px;
	margin-bottom:6px;
}

.idea-extras .tab-content{
	padding-left:0px;
	padding-right:0px;
}

.comment_div_parent{
	/*max-height:600px;
	overflow:auto;*/
}

.prev-comments{
	background:#fafafa;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
	display:block;
	font-weight:bold;
}

.comment-textbox{
	height:150px !important;
}

.slide-fade-enter-active {
	transition: all .8s ease;
}

.slide-fade-enter, .slide-fade-leave-to{
	transform: translateX(10px);
	opacity: 0;
}

.idea-timeline .timeline-loadmore .load-more-btn{
	left:160px;
}

.idea-timeline .timeline-item .timeline-content{
	opacity:0.3;
}

.idea-timeline .stage_active .timeline-content{
	opacity:1;
}

.timeline-content{
	border:1px solid #dadada;
}

.timeline-avatar-2{
	border: 1px solid #dad7d7;
    text-align: center;
    height: auto;
    padding: 6px 0;
    background: #dadada;
    font-weight: bold;
}

.slide-fade-3-enter-active {
	transition: all .8s ease;
}
.slide-fade-3-enter, .slide-fade-3-leave-to{
	transform: translateY(8px);
	opacity: 0;
}

.idea-panel{
	border:1px solid #dadada;
	margin-bottom:0px;
}

.idea-timeline{
	min-height:600px;
}

.timeline-content:before{
	border-left:1px solid #dadada;
	border-bottom:1px solid #dadada;
}

.idea-select-idea{
	background:#5f99f5 !important;
	color:#fff !important;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
}

.idea-stage-table tr td{
	cursor:pointer;
}

.idea-stage-table tr{
	position:relative;
}

.idea-stage-table td.tr_active{
    background-color: #e2edff;
}

.idea-stage-table td.tr_active:hover:before {
    background-color: #e2edff;
}

.idea-stage-table td.tr_active:before {
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #e2edff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
	border-right:1px solid #dadada;
	border-top:1px solid #dadada;
}

.timeline-activity{
	color:#404040;
}

.mapped-stage-cont .tab-content{
	padding:50px;
	padding-bottom:20px;
}

.mapped-stage-cont .timeline:after{
	content: '';
    position: absolute;
    bottom: -5px;
    width: 10px;
    height:10px;
    background: #dbdbdb;
    left: 170px;
    margin-left: -5px;
    border-radius:50px;
}

.stage_active:before{
  animation: pulse 1s infinite;
}

.idea-stages-timeline li.latest:before{
  animation: pulse 1s infinite;	
}

.table-success{
    background-color: #a7ffbf;
    color: #404040;
}

.table-error{
    background-color: #ffb2ab;
    color: #404040;
}

.likes-dislike-table td{
	border: 1px solid #fff !important;
	padding:3px !important;
}

.hand-success, .hand-error{
	color:#bdbdbd;
}

.stage_current:before{
  width:25px !important;
  height:25px !important;
  left:-5px !important;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(66,133,244, 0.7);
    box-shadow: 0 0 0 0 rgba(66,133,244, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(66,133,244, 0);
      box-shadow: 0 0 0 10px rgba(66,133,244, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(66,133,244, 0);
      box-shadow: 0 0 0 0 rgba(66,133,244, 0);
  }
}

.idea-stages-timeline > li{
	opacity:0.6;
}

.idea-stages-timeline > li:before{
	border:none !important;
	opacity:0.4;
}

.idea-stages-timeline:before{
	background-color:#eaeaea;
}

.idea-stages-timeline > li.latest{
	opacity:1;
}

.idea-stages-timeline > li.latest:before{
	opacity:1;
}

.idea-stages-timeline li:nth-child(4n+1):before {
  background: #4285f4;
}

.idea-stages-timeline li:nth-child(4n+2):before {
  background: #fbbc05;
}
.idea-stages-timeline li:nth-child(4n+3):before {
  background: #34a853;
}
.idea-stages-timeline li:nth-child(4n+4):before {
  background: #ea4335;
}
.idea-stages-timeline li:nth-child(4n+5):before {
  background: #4285f4;
}
.idea-stages-timeline li:nth-child(4n+6):before {
  background: #fbbc05;
}
.idea-stages-timeline li:nth-child(4n+7):before {
  background: #34a853;
}
.idea-stages-timeline li:nth-child(4n+8):before {
  background: #ea4335;
}

.pairwise-cont .idea-thumb{
	height:150px;
}

span.is-not-danger{
	color:#2E8B57;
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
}

.clear-div{
	height:0px;
	display:inline-block;
}

.single-phase
{
	margin-bottom:15px;
	position:relative;
}

.phase-delete{
	position:absolute;
	right:-10px;
	top:-10px;
}

.question-delete{
	position:absolute;
	right:-15px;
	top:-20px;
}

.vdp-datepicker .form-control[readonly]{
	background:#fff;
}

.additional-phase-options{

}

.additional-phase-main{
	margin-bottom:10px;
}

.ui.dropdown .menu > .item{
	font-size:13px !important;
}

.challenge-image{
	display:inline-block;
	background:#e6e6e6;
}

.challenge-headings{
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4285f4;
}

.challenge-current-phase{
	margin-top:0px;
}

td.text-center{
	text-align:center;
}

.no-pagination-paddding{
	padding-left:0px !important;
	padding-right:0px !important;
}

#challenge_pairwise .stock_image_preview_2{
	height:120px;
}

#choose-winner hr{
	margin:0px;
}

#choose-winner .panel-heading span{
	font-size:13px;
	color:#666;
}

#choose-winner .cw-left{
	border-right:1px solid #eeeeee;
}

#choose-winner .idea-area{
	height:250px;
	overflow:auto;
}

#choose-winner .heading{
	border-bottom:4px solid #eeeeee;
	padding:20px;
	font-weight:bold;
	background:#fff;
	color:#404040;
}

#choose-winner .cw-right{
	border-left:1px solid #eeeeee;
}

#choose-winner ul{
	padding:0px;
	margin:0px;
	list-style-type:none !important;
}

#choose-winner ul li{
	padding:10px 20px;
	margin:0px;
	border-bottom:1px solid #eeeeee;
	cursor: move;
}

#choose-winner ul li i{
	font-size: 11px;
}

.pick-winner-div{
	border-top:1px solid #eeeeee;
	padding:20px;
	text-align:right;
}

.drag-area{
	height:200px;
}

.winner-badge{
	display:inline-block;
	width:50px;
	height:70px;
	background:url('../img/winner-badge.png') no-repeat center center;
	background-size: 50px 70px;
	padding: 13px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
}

.single-question{
	padding-top:10px;
	margin-bottom:20px;
}

.single-question .q-title{
	font-weight:bold;
	margin-bottom:5px;
	display:inline-block;
}

.drag-area{

}

.single-workshop{
	padding-top:20px;
	padding-bottom:20px;
}

.single-workshop .panel-heading{
	padding-top:0px;
	margin:0px;
}

.single-workshop .stock_image_preview_2{
	margin:0px;
	height:120px;
}

.single-workshop .workshop-info{
	margin-bottom:5px;
}

.no-padding{
	padding-top:0px !important;
}

.submit-answers-panel{
	border-bottom:1px solid #eeeeee;
	height:340px;
	overflow:auto;
	background:#fff;
}

#submit-answers .pick-winner-div{
	border-top:1px solid #eeeeee;
	padding:20px;
	text-align:right;
}

#submit-answers{
	background:#eeeeee;
}

#submit-answers hr, #notification-settings hr, #edit-stage hr{
	margin:0px;
}

.report-widget .text-center{
	background:#eaeaea;
	padding:20px;
	border-radius:5px;
}

.report-widget .desc{
	font-size:18px;
}

.report-widget .value{
	font-size:28px;
}

.report-table{

}

.weekly-reports{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.weekly-reports li{
	border:1px solid #dadada;
	padding:10px;
}

.float-right {
    float: right!important;
}

.float-right .be-notifications{
	left: auto;
    right: -60px;
}

.be-icons-nav > li{
	position:relative !important;
}

.be-notifications .be-scroller{
	/*height:auto;*/
}

.vb > .vb-dragger {
    z-index: 5;
    width: 12px;
    right: 0;
}

.vb > .vb-dragger > .vb-dragger-styler{
	background-color: rgba(48, 121, 244,.1);
}

.vb > .vb-dragger > .vb-dragger-styler {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0,0,0,0);
    transform: rotate3d(0,0,0,0);
    -webkit-transition:
        background-color 100ms ease-out,
        margin 100ms ease-out,
        height 100ms ease-out;
    transition:
        background-color 100ms ease-out,
        margin 100ms ease-out,
        height 100ms ease-out;
    background-color: rgba(48, 121, 244,.1);
    margin: 5px 5px 5px 0;
    border-radius: 20px;
    height: calc(100% - 10px);
    display: block;
}

.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244,.3);
}

.vb > .vb-dragger:hover > .vb-dragger-styler {
    background-color: rgba(48, 121, 244,.5);
    margin: 0px;
    height: 100%;
}

.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244,.5);
    margin: 0px;
    height: 100%;
}

.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244,.5);
}

.all-notifications .timeline-item:before{
	background:#4285f4 !important;
	border-color:#4285f4 !important;
}

.settings-panel-body{
	height:340px;
	overflow:auto;
}

.line-chart-main{
	margin-bottom:20px;
}

.tab-visibility, .single-chart{
	visibility: hidden !important;
	height:0px !important;
	overflow:hidden;
}

.tab-visibility.active, .single-chart.active{
	visibility: visible !important;
	height:auto !important;
}

.all-charts{
	margin:30px 0;
}

.user-display-new .user-display-avatar{
	width:75px;
	height:75px;
	left:50%;
	margin-left:-35px;
	top: -40px;
}

.user-display-new .user-display-avatar img{
	width:73px;
	height:73px;
}

.user-display-new .user-display-info{
	padding-left:0px;
	padding-top:40px;
	text-align:center;
}

.user-display-new .user-display-bg{
	height:80px;
	background:#4285f4;
}

.form-group .ql-editor{
	height:250px !important;
}

.ql-editor-no-height{
	height:auto !important;
}

.xs-margin-10{
	margin-bottom:10px;
}

.be-notifications .notification > a .notification-info .text{
	font-weight:300;
}

.all-notifications a{
	color:#404040;
}

.be-sub-navigation{
    position: fixed;
    width: 100%;
    top: 61px;
    z-index: 50;
}

.be-wrapper{
	/*padding-top:115px;*/
}

.title-trunc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 25px;     /* fallback */
	height: 72px;      /* fallback */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.desc-trunc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 21px;     /* fallback */
	height: 86px;      /* fallback */
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.two-lines{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 21px;     /* fallback */
	height: 42px;      /* fallback */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.no-margin-top{
	margin-top:0px !important;
}

.no-margin-bottom{
	margin-bottom:0px !important;
}

.no-padding-top{
	padding-top:0px !important;
}

.idea-description-margin p, 
.challenge-description-margin p, 
.workshop-description-margin p
{
	margin:0px;
}

.main-ratings-div ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.main-ratings-div ul li{
	margin-bottom:15px;
}

.idea-tag-label{
	position:absolute;
	bottom:20px;
	left:20px;
	margin-bottom:0px;
}

/*.idea-type-color-1{ color : #8cb4f7 !important; }
.idea-type-color-2{ color : #44c383 !important; }
.idea-type-color-3{ color : #b0b55f !important; }
.idea-type-color-4{ color : #f19c9c !important; }*/

.rating-container-2{
	margin-bottom:10px;
}

.rating-container .btn-group{
	margin-left:5px;
}

.rating-container .vue-slider-component{
	display:inline-block;
}

.rating-container .btn-success{
	margin-left:10px;
}

.rating-container .rating-title{
	margin-bottom:5px;
	margin-left:3px;
}

.rating-container .vue-slider-tooltip-top{
    top: 42px !important;
    left: 16px;
}

.rating-container .vue-slider-tooltip:before{
    content:"";
    position:absolute;
    top:-6px;
    left:50%;
    width:0;
    height:0;
    /*border:5px solid transparent;*/
    border:6px solid transparent\0;
    border-bottom-color:inherit;
    -webkit-transform:translate(-50%);
    transform:translate(-50%);
    border-top: none;
}

.margin-top-5{
	margin-top:5px;
}

.margin-top-10{
	margin-top:10px;
}

.margin-top-15{
	margin-top:15px;
}

.margin-top-20{
	margin-top:20px;
}

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

.challenge-banner{     
	border:1px solid #dadada;     
	margin:25px 15px 0px 15px;     
	margin-bottom:0px;     
	background:url('../img/challenge-bg.jpg') no-repeat center left;
	position:relative;
}

.challenge-banner .bg{
	position:absolute;
	width:100%;
	height:100%;
	background:#dadada;
	opacity:0.5;
}

.challenge-banner h1{
	padding-top:35px;
	padding-left:100px;
}

.challenge-banner p{
	margin-bottom:0px;
	padding:40px;
}

.workshop-banner{
	background:url('../img/workshop-bg.jpg') no-repeat top left;
}

.workshop-banner .bg{
	opacity:0.9;
}

.challenge-heading span{
	font-size:12px;
	font-style: italic;
}

.padding-20{
	padding:20px;
}

textarea.is-danger{
	border:1px solid #ea4335;
}

.req{
	color:#ff3860 !important;
}

.be-icons-nav > li.dropdown > a .indicator{
	background-color:#ff3860 !important;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 16px;
    right: 3px;
}

.custom-image-cont-settings{
	width:150px;
	height:150px;
	border:1px solid #dadada;
	margin-bottom:5px;
}

.custom-image-cont-settings img{
	width:148px;
	height:148px;
}

.be-user-nav > li.dropdown > a img{
	border:1px solid #dadada;
}

.stage-date-small{
	font-size:11px;
	font-weight:normal;
	color:#adabab;
	font-style: italic;
}

.user-timeline-title label{
	margin-bottom:0px;
}

.be-notifications .notification > a .notification-info .text{
	font-size:13px;
	line-height:21px;
}

.prev-next-quickidea{
	margin-bottom:0px;
}

.btn-light, .btn-secondary {
    color: #404040;
    background-color: #FFF;
    border-color: #dbdbdb;
}

.btn-secondary.active {
	color: #272626;
	background-color: #e3e3e3;
	border-color: #bababa;
	box-shadow: inset 0 2px 0 rgba(0,0,0,.06);
}

.btn-secondary.active+.btn {
    border-left-color: #bababa;
}

.btn-group > .btn:last-of-type:not(.btn-default){
    border-right-color: #bababa !important;
    outline:none;
}

.quick-idea .be-scroller{
	height:500px;
}

/*.left-menu-be-scroller{
	height:350px;
}*/

.font-11{
	font-size:13px;
}

.user-display-avatar{
	border: 1px solid #dadada;
}

.first-phase-checkbox{
	margin-left:18px;
}

.phase-description{
	margin-top:10px;
	width:100%;
	height:90px !important;
}

.phase-description-view{
	margin-bottom: 5px;
    margin-top: 5px;
    color: #adabab;
}

.c-fliters{
	font-size:13px;
}

.no-highlight-btn button:focus{
	outline:0 !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: none !important;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border:1px solid #dadada;
    z-index:5;
}

.slick-next {
    right: 0px;
}

.home-cards > div{
    border-top:1px solid #dadada;
	min-height: 150px;
}

.single-dashboard-card{
	padding:20px;
}

.challenge-img{
	border:1px solid #dadada;
	padding:2px;
}

.challenge-img img{
	max-width:100%;
	max-height:100%;
}

.challenge-title-trunc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 25px;     /* fallback */
	height: 30px;      /* fallback */
	-webkit-line-clamp: 1; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.challenge-desc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 21px;     /* fallback */
	height: 81px;      /* fallback */
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
	color:#666;
}

.text-grey{
	color:#b1afaf;
}

.border-top-grey{
	border-top:1px solid #dadada;
}

.dash-color-1{color:#00c07b;}
.dash-color-2{color:#f8cf3f;}
.dash-color-3{color:#038cf2;}
.dash-color-4{color:#7624a1;}

.quick-notification{
	padding:50px 30px;
}

.v--modal-overlay{
	z-index:1100 !important;
}

/*.notifications{
	top:60px !important;
	right:30px !important;
}

.notification-wrapper .notification{
	padding:100px;
	background:#fff;
}*/

.no-image-template{
	background:#e3e3e3;
	background-image:url('../img/idea-patterns/2.png');
	min-height:150px;
}

.no-image-template-2{
	background:#e3e3e3;
	background-image:url('../img/idea-patterns/10.png');
	min-height:130px;
}

@media (max-width: 767.98px)
{
	.be-top-header .be-right-navbar {
	    padding-right: 0;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    border-bottom: 1px solid #4285f4;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    background-color: #4285f4;
	    z-index: 1030;
	}

	.be-content {
		margin-left: 0;
	}
}

.avg-rating{
	background: #3f4a59;
	display: block;
	text-align: center;
	padding: 5px;
	color:#fff;
}

.ideas-well-2{
	text-align:left !important;
}

.idea-rejected{
	background:#fcefef;
}

.idea-rejected-text{
	position:absolute;
	width:100px;
	bottom:5px;
	text-align:center;
	color:red;
	font-weight:bold;
	left:50%;
	margin-left:-50px;
}

/* New Look and feel */

.be-left-sidebar{
	background:#3f4a59;
}

.be-left-sidebar .sidebar-elements > li ul{
	background:#333c49;
	border-top:1px solid #222932;
	border-bottom:1px solid #222932;
}

.be-left-sidebar .sidebar-elements > li > a{
	color:#fff;
}

.be-left-sidebar .sidebar-elements > li ul li > a{
	color:#fff;
}

.sidebar-elements .router-link-active, 
.be-left-sidebar .sidebar-elements > li ul li > a:hover,
.be-left-sidebar .sidebar-elements > li > a:hover,
.be-left-sidebar .sidebar-elements > li > a:hover > span
{
	background:#38424f;
	color:#fff !important;
}

body{
	background-color:#f5f6fa;
}

.main-content .widget,
.shadow-bg
{
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.single-weekly-update{
	padding:10px;
}

.weekly-update-p{
	padding:10px 0;
	border-bottom:1px dashed #dadada;
}

.weekly-update-p p{
	margin-bottom:0px;
}

.weekly-update-date{
	color: #bababa;
    font-size: 12px;
}

/* New Look and feel */

.rating-container-2-dummy{
	height:33px;
}

.btn-no-bg{
	background:none !important;
	border:1px solid #dadada !important;
	box-shadow:none !important;
	margin-top:10px;
}

.quick-idea-top-fixed{
    position: absolute;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dadada;
    height: 55px;
    margin-left: -20px;
    margin-top: -8px;
    z-index:10;
	-webkit-box-shadow: -1px 6px 5px -1px rgba(224,224,224,0.97);
	-moz-box-shadow: -1px 6px 5px -1px rgba(224,224,224,0.97);
	box-shadow: -1px 6px 5px -1px rgba(224,224,224,0.97);
}

.quick-idea-top-dummy{
    height: 70px;
}

.be-top-header .be-right-navbar .navbar-nav > li > a:hover,
.be-top-header .be-right-navbar .navbar-nav > li > a:active,
.be-top-header .be-right-navbar .navbar-nav > li > a:focus,
.be-top-header .be-right-navbar .navbar-nav > li > a:visited,
.be-top-header .be-right-navbar .navbar-nav > li > a:focus-within
{
	background:transparent !important;
}

.timeline-voting{
	width: 55px;
    height: 65px;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    float: left;
    margin:0 9px;
}

.timeline-voting .timeline-up i, .timeline-voting .timeline-down i{
	font-size:20px;
}

.timeline-voting .timeline-up.active{
	color:#5cb850;
	font-weight:bold;
}

.timeline-voting .timeline-down.active{
	color:#db7676;
	font-weight:bold;
}

.timeline-voting .timeline-up{
	width:50%;
	height:25px;
	text-align:center;
	display:inline-block;
	float:left;
	color:#d3d3d3;
}

.timeline-voting .timeline-down{
	width:50%;
	height:25px;
	text-align:center;
	display:inline-block;
	float:left;
	color:#d3d3d3;
}

.timeline-voting .timeline-count{
	width:100%;
	text-align:center;
	display:inline-block;
	float:left;
    font-weight: bold;
    color: #a5a5a5;
}

.timeline-header {
    display: block;
    padding: 2px 0 0 108px;
}

.timeline-overlay{
	width:100%;
	height:100%;
	position:absolute;
	background:#dadada;
	opacity:0.8;
	top:0px;
	left:0px;
}

.timeline-message{
	width:250px;
	position:absolute;
	background:#fff;
	opacity:1;
	top:20px;
	left:50%;
	margin-left:-125px;
	text-align:center;
	padding:10px;
	border-radius:5px;
	font-weight:bold;
}

.timeline-message-upvote strong{
	color:#5cb850;
}

.timeline-message-downvote strong{
	color:#db7676;
}

.timeline-voting-disabled a{
	cursor:default;
	opacity:0.3;
}


/*.a_with_hover{

}

.hover-product-2{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    opacity: 1;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 10px;
    right: 10px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    z-index: 9999;
}*/

.vue-slider-component .vue-slider-dot{
	background-color: #3498db !important;
	box-shadow: none !important;
}

.idea-hover-icon{
	border:1px solid #eaeaea;
	position:absolute;
	width:30px;
	height:26px;
	font-size:17px;
	text-align:center;
	top:-23px;
	right:8px;
	border-bottom:none;
	background:#fff;
	color:#666;
}

.idea-hover-icon-2{
	border:1px solid #eaeaea;
	position:absolute;
	width:30px;
	height:26px;
	font-size:17px;
	text-align:center;
	top:-23px;
	right:45px;
	border-bottom:none;
	background:#fff;
	color:#666;
}

.view-ideas .single-idea,
.user-ideas .single-idea
{
	margin-top:20px;
}

.ul-kpis{
	margin:5px 0 0 10px;
	padding:0px;
	list-style-type: none;
}

.ul-kpis li{
	margin:5px 0;
}

.table-striped > tbody > tr:nth-of-type(odd){
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f0f0f0;
}

.idea-filters label{
	width:100%;
	display:block;
	text-align:left !important;
	font-size:11px;
	padding-top:0px !important;
	padding-bottom:2px;
}

.shadow-bg{
	background:#fff;
}

.agenda-header{

}

.crowdsource .topic{
	border:1px solid #dadada;
	margin-bottom:20px;
	text-align:center;
	line-height:40px;
	font-size:25px;
	padding:50px 0;
	border-radius:4px;
	cursor:pointer;
	color:#fff;
}

.crowdsource .topic-2{
	border:1px solid #dadada;
	margin-bottom:20px;
	text-align:center;
	line-height:40px;
	font-size:25px;
	padding:0px 0;
	border-radius:4px;
	cursor:pointer;
	color:#262626;
}

.crowdsource .topic-2 img{
	width:80%;
}

.crowdsource-body{
	padding-top:30px;
}

.crowdsource-body .topic.act{
	outline:3px solid #3f4a59;
}

.crowdsource-body .topic-2.act{
	outline:3px solid #3f4a59;
}



.fuelux .wizard {
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
	background-color: #f9f9f9;
	position: relative;
	min-height: 48px;
	overflow: hidden
}

.fuelux .wizard:after,.fuelux .wizard:before {
	display: table;
	content: "";
	line-height: 0
}

.fuelux .wizard:after {
	clear: both
}

.fuelux .wizard>.steps-container>.steps {
	list-style: none outside none;
	padding: 0;
	margin: 0
}

.fuelux .wizard>.steps-container>.steps.previous-disabled li.complete {
	cursor: default
}

.fuelux .wizard>.steps-container>.steps.previous-disabled li.complete:hover {
	background: #f3f4f5;
	color: #468847;
	cursor: default
}

.fuelux .wizard>.steps-container>.steps.previous-disabled li.complete:hover .chevron:before {
	border-left-color: #f3f4f5
}

.fuelux .wizard>.steps-container>.steps li {
	float: left;
	margin: 0;
	padding: 0 20px 0 30px;
	height: 46px;
	line-height: 46px;
	position: relative;
	background: #ededed;
	color: #999;
	font-size: 1.231rem;
	cursor: not-allowed
}

.fuelux .wizard>.steps-container>.steps li .chevron {
	border: 24px solid transparent;
	border-left: 14px solid #d4d4d4;
	border-right: 0;
	display: block;
	position: absolute;
	right: -14px;
	top: 0;
	z-index: 1
}

.fuelux .wizard>.steps-container>.steps li .chevron:before {
	border: 24px solid transparent;
	border-left: 14px solid #ededed;
	border-right: 0;
	content: "";
	display: block;
	position: absolute;
	right: 1px;
	top: -24px
}

.fuelux .wizard>.steps-container>.steps li.complete {
	background: #f3f4f5;
	color: #468847
}

.fuelux .wizard>.steps-container>.steps li.complete:hover {
	background: #e7eff8;
	cursor: pointer
}

.fuelux .wizard>.steps-container>.steps li.complete:hover .chevron:before {
	border-left: 14px solid #e7eff8
}

.fuelux .wizard>.steps-container>.steps li.complete .chevron:before {
	border-left: 14px solid #f3f4f5
}

.fuelux .wizard>.steps-container>.steps li.active {
	background: #f1f6fc;
	color: #3a87ad;
	cursor: default
}

.fuelux .wizard>.steps-container>.steps li.active .chevron:before {
	border-left: 14px solid #f1f6fc
}

.fuelux .wizard>.steps-container>.steps li.active .badge {
	background-color: #3a87ad
}

.fuelux .wizard>.steps-container>.steps li .badge {
	margin-right: 8px
}

.fuelux .wizard>.steps-container>.steps li .badge-success {
	background-color: #468847
}

.fuelux .wizard>.steps-container>.steps li:first-child {
	border-radius: 4px 0 0 4px;
	padding-left: 20px
}

.fuelux .wizard>.actions {
	z-index: 1000;
	position: absolute;
	right: 0;
	line-height: 46px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	background-color: #e5e5e5;
	border-left: 1px solid #d4d4d4
}

.fuelux .wizard>.actions a {
	line-height: 45px;
	font-size: .9231rem;
	margin-right: 8px
}

.fuelux .wizard>.actions .btn-prev[disabled] {
	cursor: not-allowed
}

.fuelux .wizard>.actions .btn-prev span {
	margin-right: 5px
}

.fuelux .wizard>.actions .btn-next[disabled] {
	cursor: not-allowed
}

.fuelux .wizard>.actions .btn-next span {
	margin-left: 5px
}

.fuelux .wizard .step-content {
	border-top: 1px solid #d4d4d4;
	padding: 10px;
	float: left;
	width: 100%
}

.fuelux .wizard .step-content .step-pane {
	display: none
}

.fuelux .wizard .step-content>.active {
	display: block
}

.fuelux .wizard .step-content>.active .btn-group .active {
	display: inline-block
}

.fuelux .wizard.complete>.actions .glyphicon-arrow-right:before {
	display: none
}

.fuelux .wizard.complete>.actions .glyphicon-arrow-right {
	margin-left: 0
}

.block-wizard {
	padding: 0
}

.fuelux .wizard {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	background: #fff
}

.fuelux .wizard label.col-form-label {
	font-weight: 600
}

.fuelux .wizard .wizard-title {
	margin: 10px 0 0
}

.fuelux .wizard>.actions {
	line-height: 48px;
	background: #f7f7f7;
	padding: 0;
	font-size: 0
}

.fuelux .wizard>.actions .btn {
	line-height: 48px;
	border-width: 0;
	border-radius: 0;
	vertical-align: top;
	padding: 0 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	color: #949494
}

.fuelux .wizard>.actions .btn:active,.fuelux .wizard>.actions .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0
}

.fuelux .wizard>.actions .btn:hover {
	background-color: #f7f7f7
}

.fuelux .wizard>.actions .btn:first-child {
	border-right: 1px solid #d4d4d4
}

.fuelux .wizard>.actions .btn .icon {
	font-size: 1.308rem;
	line-height: 17px;
	position: relative;
	top: -1px;
	color: #949494
}

.fuelux .wizard>.actions .btn.btn-previous i {
	margin-right: 5px
}

.fuelux .wizard>.actions .btn.btn-next i {
	margin-left: 5px
}

.fuelux .wizard>.steps-container>.steps>li {
	height: 48px;
	background-color: #f7f7f7
}

.fuelux .wizard>.steps-container>.steps>li .chevron {
	border-left-color: #e0e0e0
}

.fuelux .wizard>.steps-container>.steps>li .chevron:before {
	border-left: 14px solid #f7f7f7
}

.fuelux .wizard>.steps-container>.steps li {
	font-size: 1.5rem
}

.fuelux .wizard>.steps-container>.steps li:first-child {
	border-radius: 0
}

.fuelux .wizard>.steps-container>.steps li.active {
	background: #fff;
	color: #4285f4
}

.fuelux .wizard>.steps-container>.steps li.active .chevron:before {
	-moz-transform: scale(.9999);
	border-left: 14px solid #fff
}

.fuelux .wizard>.steps-container>.steps li.complete {
	color: #fff;
	background: #4285f4
}

.fuelux .wizard>.steps-container>.steps li.complete .chevron {
	border-left-color: #1b6cf2
}

.fuelux .wizard>.steps-container>.steps li.complete .chevron:before {
	border-left: 14px solid #4285f4
}

.fuelux .wizard>.steps-container>.steps li.complete:hover {
	background: #508ef5
}

.fuelux .wizard>.steps-container>.steps li.complete:hover .chevron {
	border-left-color: #2572f2
}

.fuelux .wizard>.steps-container>.steps li.complete:hover .chevron:before {
	border-left-color: #508ef5
}

.fuelux .wizard>.steps-container>.steps li .chevron {
	-moz-transform: scale(.9999)
}

.fuelux .wizard>.steps-container>.steps.previous-disabled li.complete:hover {
	color: #fff;
	background: #4285f4
}

.fuelux .wizard>.steps-container>.steps.previous-disabled li.complete:hover .chevron:before {
	border-left-color: #4285f4
}

.fuelux .wizard>.actions button {
	font-size: 1.2rem
}

.fuelux .wizard>.actions button i {
	font-size: .8462rem;
	line-height: 17px
}

.fuelux .wizard>.actions button.btn-prev i {
	margin-right: 3px
}

.fuelux .wizard>.actions button.btn-next i {
	margin-left: 3px
}

.fuelux .wizard .step-content {
	padding: 20px 30px;
	clear: both;
	border-top: 1px solid #e2e2e2
}

.fuelux button[disabled="disabled"]{
	background:#dadada;
}

.wizard .actions button{
	font-size:14px;
}

#my-awesome-dropzone{
	margin:0px;
	text-align:center;
	margin-bottom: 30px;
}

.wizard-title{
	padding:15px 0 25px 0;
}

.dz-message{
	position:relative;
	padding:100px;
	margin-bottom:0px !important;
}

.dropzone{
	padding:0px !important;
}

.actual-file-upload{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	cursor:pointer;
}

.wizard-padd{
	padding-top:15px;
}

.card {
	background-color: #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
	border-width: 0;
	border-radius: 3px;
	display: block;
}
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 3px;
}

.card-header:first-child {
	border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}
.card-header-divider {
	border-bottom: 1px solid #d9d9d9;
	margin: 0 1.538rem 8px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1.2307rem;
}
.card-header {
	font-size: 18px;
	font-weight: 300;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.5384rem;
	margin: 0 1.538rem;
	border-bottom-width: 0;
	border-radius: 3px 3px 0 0;
	background-color: transparent;
}
.card-header {
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
	padding: 8px 20px 20px;
	border-radius: 0 0 3px 3px;
}
.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.538rem;
}

.card-header-divider .card-subtitle {
	margin-top: 0;
	margin-bottom: 0;
}
.card-subtitle {
	display: block;
	font-size: 1rem;
	color: #707070;
	margin-top: 0;
	margin-bottom: .4615rem;
}
.card-subtitle {
	margin-top: -.3846rem;
	margin-bottom: 0;
}

.step-content{
	overflow:auto;
}

.total-parts-div{
	margin-top:7px;
}

.tabs-component {
	margin: 1em 0;
}

.tabs-component-tabs {
	border: solid 1px #ddd;
	border-radius: 6px;
	margin-bottom: 5px;
}

@media (min-width: 700px) {
	.tabs-component-tabs {
		border: 0;
		align-items: stretch;
		display: flex;
		justify-content: flex-start;
		margin-bottom: 1px;
	}
}

.tabs-component-tab {
	color: #999;
	font-size: 14px;
	font-weight: 600;
	margin-right: 0;
	list-style: none;
}

.tabs-component-tab:not(:last-child) {
	border-bottom: dotted 1px #ddd;
}

.tabs-component-tab:hover {
	color: #666;
}

.tabs-component-tab.is-active {
	color: #000;
}

.tabs-component-tab.is-disabled * {
	color: #cdcdcd;
	cursor: not-allowed !important;
}

@media (min-width: 700px) {
	.tabs-component-tab {
		background-color: #fff;
		border: solid 1px #ddd;
		border-radius: 3px 3px 0 0;
		margin-right: .5em;
		transform: translateY(2px);
		transition: transform .3s ease;
	}

	.tabs-component-tab.is-active {
		border-bottom: solid 1px #fff;
		z-index: 2;
		transform: translateY(2px);
	}
}

.tabs-component-tab-a {
	align-items: center;
	color: inherit;
	display: flex;
	padding: .75em 1em;
	text-decoration: none;
}

.tabs-component-panels {
	padding: 4em 0;
}

.required{
	color:red;
	font-weight:bold;
}

.be-top-header .page-title{
	font-size:16px;
}

@media (min-width: 700px) {
	.tabs-component-panels {
		border-top-left-radius: 0;
		background-color: #fff;
		border: solid 1px #ddd;
		border-radius: 0 6px 6px 6px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .05);
		padding: 4em 2em;
	}
}

.pagination{
	margin:25px auto;
}

.page-head {
	padding: 30px 25px 0px;
	position: relative;
}

.v-dialog-body .content div,
.v-dialog-footer a
{
	font-weight:400;
}

.v--modal-box{
	overflow:auto;
}

.nav-tabs-classic {
	background-color: transparent;
	border-bottom: 0
}

.nav-tabs-classic>li.nav-item {
	margin-bottom: -1px;
	margin-right: 10px;
}

.nav-tabs-classic>li.nav-item a.nav-link {
	border-bottom: 0;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	cursor:pointer;
}

.nav-tabs-classic>li.nav-item a.nav-link.active {
	background-color: #fff;
	border-bottom: 0;
	border-radius: 3px 3px 0 0
}

.tab-content{
	border:1px solid #eaeaea;
	overflow:auto;
}

.page-head .breadcrumb > li > a{
	color:#4285f4;
}

.export-div{
	padding-bottom:20px;
}

.v--modal{
	overflow:auto !important;
}

.bom-file-name{
	font-weight:bold;
	color:#2e5cb7;
	font-size:14px;
}

.create-rfq-main h1 span{
	color:#252525;
}

.create-rfq-main .alert .message{
	padding:10px 18px;
}

.tooltip {
	display: block !important;
	z-index: 10000;
}

.tooltip-inner {
	background: #6f6f6f !important;
	color: white;
	border-radius: 2px !important;
	padding: 10px !important;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.tooltip-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
	border-color: #6f6f6f !important;
}

.tr-dni{
	opacity:0.4;
	background:#bbd4ff !important;
}

.tr-ignore{
	opacity:0.4;
	background:#fff9be !important;
}

.be-right-sidebar .tab-navigation .nav-tabs>li.nav-item>a.nav-link.active{
	color: #4285f4;
	background-color: transparent;
}

.be-right-sidebar .nav-item{
	margin-right:0px;
}

.lot-charge{
	font-size:10px;
	color:#717171;
}

.rfq-price-summary-cont{

}

.rfq-price-summary-cont .rfq-price-summary-single{
	border:1px solid #e3e8fd;
	padding:10px 20px;
}

.clearfix::after{
	 display: block;
	 content: "";
	 clear: both;
 }

.rfq-price-summary-cont .rfq-price-summary-text{
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:right;
}

.rfq-price-summary-cont .rfq-price-summary-amount{
	line-height:1.5;
	text-align:right;
	font-size:25px;
	font-weight: 300;
	color:#969fab;
}

.switch-button.switch-button-success{
	background:#c3c3c3;
}

.switch-button input[type="checkbox"]:checked + span label:before{
	content : 'YES'
}

.switch-button label:before{
	content : 'NO'
}

.payment-heading{
	padding:10px;
	background:#f5f6fa;
	min-height: 46px;
	line-height: 24px;
}

.overflow-table{
	height:350px;
	border:1px solid #f5f6fa;
}

.special-notes-pre{
	white-space: pre-wrap;
	background:#fff;
	border:1px solid #eaeaea;
}

.f-info i.mdi-file,
.f-info i.mdi-attachment-alt
{
	font-size: 20px;
	display: inline-block;
	padding: 12px 0px 0px 17px;
}

.f-info .mdi-close-circle-o {
	color: red;
	font-size: 25px;
	cursor: pointer;
	padding: 13px;
}

.f-info{
	background:none;
}

.select-inline{
	padding:5px;
	width:200px;
}

.select-inline-btn{
	margin-top:-3px;
}

.f-info .f-filename{
	font-size:11px;
}

.file-progress{
	height:1px;
}

.file-progress .progress-indicator{
	height:1px;
}

.single-tracking-info{
	border:1px solid #eaeaea;
	padding:7px 5px;
	margin-bottom:10px;
}

.total-oder-value-div{
	font-size:16px;
}

.tool-number-text{
	float:right;
	font-size:12px;
	line-height:17px;
	color:#0738ff;
	font-weight:bold;
}

ul.timeline
{
	border-bottom:2px solid #dbdbdb;
}

.text-red{
	color:red;
}

.error-input{
	border:1px solid red;
}

.error-span{
	display:inline-block;
	color:red;
	padding:5px;
}

.quote-issues h4{
	font-size:12px;
}

.width-input{
	padding-right:12px !important;
}

.width-input-2{
	padding-left:12px !important;
}

.inline-main-error{
	font-size:15px;
	color:red;
	line-height:22px;
	padding:20px;
	text-align:center;
	background: #ffebeb;
}


.actual-comment table{
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.actual-comment table {
	border: 1px solid #dee2e6;
}

.actual-comment tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.actual-comment table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.actual-comment table thead td,
.actual-comment table thead th {
	border-bottom-width: 2px;
}

.actual-comment table td,
.actual-comment table th {
	border: 1px solid #dee2e6;
}

.actual-comment table td,
.actual-comment table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.client-text{
	color:#ad4040;
}

.sub-menu-heading{
	color: #a0a0a0;
	padding:8px 15px 8px 10px !important;
	font-weight:bold;
}