/* MY PROFILE PAGE */

* {
  box-sizing: border-box;
}
.size-40 {
  font-size: 40px;
  cursor: pointer;
  color:white;
  opacity: 0.8;
}
#masonryLayout article span i {
  position: absolute;
  z-index: 1000;
}
#masonryLayout img {
  width: 100%;
}
#masonryLayout article {
  padding: 20px;
  border: 1px solid #999;
  border-radius: 5px;
  background: #fff;
  break-inside: avoid;
}
#masonryLayout a:link,#masonryLayout a:visited {
  color: black;
}
#masonryLayout h1 {
    margin-top: 0;
    margin-left: 0.75rem;
}
main {
  columns: 250px;
  column-gap: 20px; 
}
#masonryLayout article {
  break-inside: avoid-column;
  margin-bottom: 1rem; 
}


#changeMyPassword {
  cursor: pointer;
}
#work_description,#education_description {
  padding: 10px;
}
.spinner_extra {
  position: absolute;
  z-index: 6031;
  top: 50%;
  right: 50%; /* or: left: 50%; */
  margin-top: 30px; /* have of the elements height */
  margin-right: -30px; /* have of the elements widht */
}
@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}

.spinnerOverlay {
background-color:rgb(241,241,241);
position: absolute;
width: 100%;
z-index: 5000;
opacity: 0.8;
}
.sortingGhostClass {
  background: #0f0;
  opacity: .5;
}
.sortableCard { 
  cursor: grab;
}
.cardControls {
  color:#d569b0;
  position: absolute;
  cursor: pointer;
}
.edu_card_subtitle {
  font-size: inherit;
  font-weight: bold;
}

.edu_card_title {
  margin: 0 0 15px 0;
  font-weight: bold;
}
.validationErrorText {
  padding: 10px 0;
  font-weight: bold;
  color:#dd1e1e;
}
.validationError {
  border-color: #f21010 !important;
  background-color:#ff7070 !important;
}

#mapVisibilityCheckbox {
  margin-left: 0px;
}
#flash_mapUpdated {
  position: sticky;
  top: 240px;
  z-index: 4000;
  color:purple;
  font-size: 40px;
  font-weight: bolder;
  padding: 0;
  margin: 0;
  text-align: center;
  opacity: 1;
  height: 0px;
  width: 100%;
}
#selectOnMap {
  width:100%;
  height: 400px;
}
#notMarkedLocation {
  padding: 30px;
}
#notMarkedLocation h3 {
  font-size: 1em;
}
#mapid {
  width:500px;
  height: 800px;

}
#img_selector {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.fbiodescription .editable-pre-wrapped {
    white-space: normal;
}

.fbiodescription .editable-click {
    border:none !important;
    color:#666;
}
.fbiodescription a:hover {
    background-image: url('assets/img/clear.png')
}
.fbiodescription {
    padding: 0;
}
.fbiodescription p {
    text-align: left;
    font-size: 1.3em;
    padding-bottom: 2em;
}


.avatar-upload {
  position: relative;
  max-width: 305px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  padding: 5px 9px;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 285px;
  height: 285px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



/* FORM VALIDATION */
.tbox-notvalid {
    background-color: #f99 !important;
    border-color: #c33 !important;
}
.tbox-valid {
    background-color: #9f9 !important;
    border-color: #3f3 !important;
}

/* LOGIN FORM */
#loginerror {
    background-color: red;
    color: white;
    text-align: center;
    padding: 7px;
    margin-bottom: 20px;
    font-weight: bold;
}
.form-group.has-icon i {
  z-index: 3000;
}
/* SIGNUP FORM */

.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
	color:#03A9F4;
}
.thank-you-pop a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}


#nonce {
    display:none;
}
.hidden {
    display:none !important;
}
/* FILTERING PAGE */
/*.container { margin-top: 20px; }*/
.mb20 { margin-bottom: 20px; } 

hgroup { padding-left: 15px; border-bottom: 1px solid #ccc; }
hgroup h1 { font: 500 normal 1.625em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin-top: 0; line-height: 1.15; }
hgroup h2.lead { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin: 0; padding-bottom: 10px; }

.search-result .thumbnail { padding:0;margin:0;border:none;border-radius: 0 !important; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px; }
.search-result .col-md-2 { min-height: 100px; }
.search-result ul { padding-left: 0 !important; list-style: none;  }
.search-result ul li { font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;  line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif; margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result h3 > a, .search-result i { color: #248dc1 !important; }
.search-result p { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; } 
.search-result span.plus { position: absolute; right: 0; top: 126px; }
.search-result span.plus a { background-color: #248dc1; padding: 5px 5px 3px 5px; }
.search-result span.plus a:hover { background-color: #414141; }
.search-result span.plus a i { color: #fff !important; }
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }
.filterresultsdiv #pagination {margin-top:20px;margin-left: 15px;}

/* QUEST DETAILS PAGE */

.remove_ms {
position: absolute;
    background: #e02020;
    z-index: 3000;
    top: -1px;
    right: 10px;
    cursor: pointer;
    padding: 2px 4px;
    color: white;
    opacity: 1;
}

.box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  min-height:240px;
}

.box:hover {
  border:2px solid #525C7A;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}
.tag-title {
    line-height: 1em;
}
.size-48 {
    font-size: 48px !important;
}
.size-16 {
font-size: 16px !important;
font-weight: bold;
padding-top: 8px;
float: right;
}
.size-24 {
font-size: 24px !important;
font-weight: bold;
padding-top: 8px;
float: right;
}
.widget_quest_type {
    border:none !important;
}

.project_open_gradient {
    background: linear-gradient(135deg, #4cef4d 0%, #17e461 100%);
}
.project_assigned_gradient {
    background: linear-gradient(135deg, #efc44c 0%, #e0e417 100%);
}
.size-icon {
    font-size:90px;
}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
                
        }
        #no-more-tables tr {
            padding:10px;
            border:none !important;
        }
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc !important; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		 
		border:none !important;
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/* POST QUEST */
#distance_radius {
    min-height: 1.6rem !important;
}
.validationError {
    border-color:red !important;
}
#jobTitleError,#jobDescriptionError,#fixed_budget_feeError,#hourly_budget_feeError,#priceError,#daysError {
 color:red;   
}

/* 
/*  CATEGORIES
*/
#catlink li a {
    color:#008000;
}
#catlink li {
    list-style-type: circle;
    list-style-position: inside;
}
#catlink ul li {
    margin-top: 6px;
}

/*
/*  FREELANCER LIST
*/
.card 
{
padding:10px 25px;
border:0px solid white;
box-shadow:0px 7px 16px 0px rgba(0, 0, 0, 0.09);
}
.card-title
{
color:#008000;
font-size:16px;
text-align:center;
}
.card-text
{
color:#84919B;
font-size:12px;	
text-align:center;

}

#courses  
{
text-align:center;
}

.list-inline-item 
{
font-size:13px;
color:#84919B;
 }

.w3-ul li span 
{
font-size:10px;
float:right;
background-color:#F4F7F9;
border-radius:10px;
padding:3px 8px;
color:#84919B;
}


.ratings .list-inline
{
text-align:center;
}
 
.learn {font-size:12px;color:gray;}
.learn a:hover {text-decoration:none;}

.jobdata p {
    margin-bottom: 0px;
    font-size: 0.9em;
}
.freelancerflag {
    width:30px;position:absolute;border:1px;
}
.freelanceDescriptiondiv {
        min-height: 5em;
        overflow: hidden;
}
.card-img-top-extra {
    height: 150px;

}

.freelanceDescription {
    min-height: 90px;
}
.card-body-freelancer {
    flex: 1 1 auto;
    padding: 0.25rem;

}
.prolinkbtn a  {
    color:#fff;
    cursor: pointer;
}
.prolinkbtn a:hover  {
    color:#fff;
    cursor: pointer;
} 
.pup {
    min-height: 12em;
}
/*  PORTFOLIO
*/
       #left-aside {
            padding: 20px 30px 20px;
            background-color: #fff;
            box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .15);
        }
        .profile-img img {
            display: inline-block;
            width: 200px;
            height: 200px;
            border: 2px solid #eee;
           
        }
        .img-circle {
            border-radius: 50%;
        }
        .img-responsive {
            display: block;
            max-width: 100%;
            height: auto;
            
        }

        .main-menu > li {
            position: relative;
            display: block;
            margin: 6px 0;
            text-align: center;
        }
        .main-menu > li a {
           font-size: 1.5em;
            font-weight: 700;
            position: relative;
            display: inline-block;
            padding: 5px 0 2px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            color: #000;
        }
        .wrapper-right {
            padding: 0 20px;
        }
        .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sticky:before,
.sticky:after {
    content: '';
    display: table;
}

.about-box {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .15);
}
.about-content {
    padding-top: 2em;
}

.editplink,.cancelplink {
    text-size:1m;
    color:#66aae3;
    cursor: pointer;
}

/*
 STAR RATING BY BARIS _ IF WORKS; DELETE UNDER

*/

.star-icon {
    color: #ddd;
    font-size: 1.4em;
    position: relative;
    display:inline-block;
}
.star-icon:before,.star-icon:after { 
    box-sizing: content-box !important;
}
.star-icon.full:before {
    display:inline-block;
    color: #FDE16D;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
   
}
.star-icon.half:before {
 
    color: #FDE16D;
    content: '\2605'; /* Full star in UTF-8 */
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}
@-moz-document url-prefix() { /* Firefox Hack :( */
  .star-icon {
    font-size: 50px;
    line-height: 34px;
  }
}

/*STAR RATING
*/
.rating {
  display: none;
  font-size: 20px;
  font-weight: bold;
  color: #3af;
  white-space: nowrap; }

.rating .star {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em; }

.rating .star::before {
  display: inline-block;
  color: #aaa;
  content: '☆';
  width: 1em;
  height: 1em; }

.rating .star::after {
  display: inline-block;
  position: absolute;
  content: '★';
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 0.1s linear;
  overflow: hidden; }

.rating:not([disabled]) .star:hover::after,
.rating .star.active::after {
  opacity: 1;
  width: 1em;
  height: 1em; }

.rating .star.active.half::after {
  width: 0.5em; }

/*# sourceMappingURL=SimpleStarRating.css.map */



.widget .panel-body { padding:0px; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-info { float: right; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 12px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }

.timeline-item:hover .hoverdelete,.timeline-item:hover .hoverdeleteedu {
    display: inline-block;
}
.hoverdelete,.hoverdeleteedu {
    display: none;
    position: absolute;
    z-index: 5000;
    left:10px;
    display: cursor;
}
.edithlink {
    display:none;
}
#jobadder,#eduadder {
    display: none;
}
.enddates,.enddates_edu {
    display:none;
}
#profile_image {
    cursor: pointer;
}
.paper-timeline .mini .left::after {
    width:32px !important;
}
.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

.progress {
    margin-bottom:0;
    margin-top:6px;
    margin-left:10px;
}

.btn.focus {
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}

.btn.hover {
    color:#ffffff;
    background-color:#3276b1;
    border-color:#285e8e;
}

#saveall,#addnew {
    cursor: pointer;
}

#mapfilter,#mapnoresult {
position: absolute;
bottom: 0;
background-color: red;
z-index: 7000;
font-size: 21px;
padding: 5px;
color: white;
}
#mapnoresult {right:0px; bottom:0px}

/* GENERAL */ 
        @media only screen and (max-width: 1030px) {
    #inmenu2 {
        visibility: hidden;
    }
    #inmenu {
        visibility: visible;
    }
}
         @media only screen and (min-width: 1031px) {
    #inmenu2 {
        visibility: visible;
    }
    #inmenu {
        visibility: hidden;
    }
}       

.nopadding {padding:0px !important; }
.leaflet-top {
    z-index: 100;
}
.mainnav {
    z-index:500 !important;
}
.fill
{
    min-height: 100%;
    height: 100%;
    width: 100%;
    min-width: 100%;
}

/* PERSONALISE */

.serialization li  {
    border-bottom:10px;
    font-family: "Roboto", sans-serif, serif;
    font-size: 15px;
    line-height: 22px;
}
.dragger {
    cursor:move;
}

/* line 1, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
body.dragging, body.dragging * {
  cursor: move !important; }

/* line 4, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
.dragged {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2000; }

/* line 10, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
ol.vertical {
  margin: 0 0 9px 0;
  min-height: 10px; }
  /* line 13, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
  ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee; }
  /* line 20, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
  ol.vertical li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
    /* line 25, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
    ol.vertical li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: red;
      border-right: none; }

/* line 32, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol {
  list-style-type: none; }
  /* line 34, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  ol i.icon-move {
    cursor: pointer; }
  /* line 36, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  ol li.highlight {
    background: #333333;
    color: #999999; }
    /* line 39, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
    ol li.highlight i.icon-move {
      background-image: url("../img/glyphicons-halflings-white.png"); }

/* line 42, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nested_with_switch, ol.nested_with_switch ol {
  border: 1px solid #eeeeee; }
  /* line 44, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  ol.nested_with_switch.active, ol.nested_with_switch ol.active {
    border: 1px solid #333333; }

/* line 48, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nested_with_switch li, ol.simple_with_animation li, ol.serialization li, ol.default li {
  cursor: pointer; }


/* line 54, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
.switch-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px; }


/* line 64, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav li, ol.nav li a {
  cursor: pointer; }
/* line 66, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav .divider-vertical {
  cursor: default; }
/* line 69, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav li.dragged {
  background-color: #2c2c2c; }
/* line 71, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
ol.nav li.placeholder {
  position: relative; }
  /* line 73, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  ol.nav li.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none; }
  .popover {
      min-width: 200px;
  }
  .popover ul li {
      font-size: 11px;
      font-weight:regular;
      color:#555;
      border-bottom: 1px dotted silver;
      padding: 5px 0;
  }
  .popover ul li span {
      font-style: initial;
      color:#248dc1;
  }
  .popover ul li span:before {
    content:"\a";
    white-space: pre;
}
.popover-content {
   max-height:200px; 
   overflow-y:auto;
   padding:10px;
}       
.popover-footer {
    text-align: center;
    font-style: oblique;
    font-weight: bold;
    border-top: 1px solid #eee;
}
              
.tab-content>.active {
    display: block;
}
.table-striped tbody tr:nth-of-type(2n+1) {

    background-color: white !important;

}


/* DASHBOARD */
.milestoneRow {
    background-color: beige;
}
#bidsRowC {
    margin-bottom: 100px;
}
table.user-list {
    border-collapse: collapse;
}

table.user-list thead tr{
    background-color:white;
}


table.user-list tr td img {
    height:80px;
}
table.user-list tr {
    background-color:#e9e9e9;
    border-bottom: 2px solid #ccc;
}
table.user-list tr td:first-of-type {
    max-width: 40px;
}
table.user-list tr td:last-of-type {
    text-align: right;
}
table.user-list tr td:last-of-type button {
    margin:20px 0 0 15px;
}
table tr.dashboardBidProposal  td {
    background-color: azure !important;
}
table tr.dashboardBidProposal td p,table tr.dashboardBidProposal td h4 {
    text-align: left;
}
.skillTag {
    color:white;
    font-weight: bold;
}
table span.showMilestones {
    font-size: 16px;
    font-weight: bold;
    color:yellowgreen;
    cursor: pointer;
}
table td p.lead {
    font-size:15px;
}
#winner tbody tr td button {
    float:right;
    margin-left: 20px;
}
#winner tbody tr td span.ar {
   float:right;
}


.badge strong {
    font-weight: bold;
}

/*
Dispute modal
*/


#confirm_dispute_milestone {
    	z-index: 3080 !important;
}

/*
supermodal css
*/
.paper-nav-toggle-extra {
    right:20px !important;
}
.supermodal {
  padding: 0 !important; // override inline padding-right added from js
}
.supermodal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.supermodal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.supermodal .modal-body {
  overflow-y: auto;
}

/* end supermodal css */

/* start bidding details table */

body{margin-top:20px;}


/* USER LIST TABLE */
.user-list tbody td > img {
    position: relative;
	max-width: 50px;
	float: left;
	margin-right: 15px;
}
.user-list tbody td .user-link {
	display: block;
	font-size: 1.25em;
	padding-top: 3px;
	margin-left: 60px;
}
.user-list tbody td .user-subhead {
	font-size: 0.875em;
	font-style: italic;
}

/* TABLES */
.table {
    border-collapse: separate;
    border: none;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #eee;
}
.table thead > tr > th {
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 0;
}
.table tbody > tr > td {
	font-size: 1em;
	background: #f5f5f5;
	border-top: 10px solid #fff;
	vertical-align: middle;
	padding: 12px 8px;
}
.table tbody > tr > td:first-child,
.table thead > tr > th:first-child {
	padding-left: 20px;
}
.table thead > tr > th span {
	border-bottom: 2px solid #C2C2C2;
	display: inline-block;
	padding: 0 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.table thead > tr > th > a span {
	color: #344644;
}
.table thead > tr > th > a span:after {
	content: "\f0dc";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-left: 5px;
	font-size: 0.75em;
}
.table thead > tr > th > a.asc span:after {
	content: "\f0dd";
}
.table thead > tr > th > a.desc span:after {
	content: "\f0de";
}
.table thead > tr > th > a:hover span {
	text-decoration: none;
	color: #2bb6a3;
	border-color: #2bb6a3;
}
.table.table-hover tbody > tr > td {
	-webkit-transition: background-color 0.15s ease-in-out 0s;
	transition: background-color 0.15s ease-in-out 0s;
}
.table tbody tr td .call-type {
	display: block;
	font-size: 0.75em;
	text-align: center;
}
.table tbody tr td .first-line {
	line-height: 1.5;
	font-weight: 400;
	font-size: 1.125em;
}
.table tbody tr td .first-line span {
	font-size: 0.875em;
	color: #969696;
	font-weight: 300;
}
.table tbody tr td .second-line {
	font-size: 0.875em;
	line-height: 1.2;
}
.table a.table-link {
	margin: 0 5px;
	font-size: 1.125em;
}
.table a.table-link:hover {
	text-decoration: none;
	color: #2aa493;
}
.table a.table-link.danger {
	color: #fe635f;
}
.table a.table-link.danger:hover {
	color: #dd504c;
}

.table tbody > tr.table-line-fb > td {
	background-color: #9daccb;
	color: #262525;
}
.table tbody > tr.table-line-twitter > td {
	background-color: #9fccff;
	color: #262525;
}
.table tbody > tr.table-line-plus > td {
	background-color: #eea59c;
	color: #262525;
}

                                    
.btnT-label {position: relative;left: -11px;display: inline-block;padding: 6px 15px;background: rgba(0,0,0,0.15);border:none;}
.btnT-labeled {padding-top: 0;padding-bottom: 0;}
.btnT { padding: 0px 9px !important;border: none;cursor:pointer}
/* end bidding details table */


/* start supermodal project info */

.card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}
.thumb-sm {
    height: 36px;
    width: 36px;
}

.task-detail .task-dates li {
    width: 50%;
    float: left
}

.task-detail .task-tags .bootstrap-tagsinput {
    padding: 0;
    border: none
}

.task-detail .files-list .file-box {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    padding: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box
}

.task-detail .files-list .file-box img {
    line-height: 70px
}

.task-detail .files-list .file-box p {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.add-new-plus {
    height: 32px;
    text-align: center;
    width: 32px;
    display: block;
    line-height: 32px;
    color: #98a6ad;
    font-weight: 700;
    background-color: #e3eaef;
    border-radius: 50%
}

.text-muted {
    color: #98a6ad!important;
}

p {
    line-height: 1.6;
    font-size: 14px;
}

.bootstrap-tagsinput .label-info {
    background-color: #02c0ce;
    display: inline-block;
    padding: 4px 8px;
    font-size: 13px;
    margin: 3px 1px;
    border-radius: 3px;
}
                                    
/* end supermodal project info */


.db_milestones {
    display: table;
    width:100%;
}
.milestones_list {
    display: block;
}
.db_milestones_cost {
    display: table-cell;
    text-align: right;
}
.db_milestones_desc {
    display: table-cell;
    text-align: left;
}
.tabs {
  margin: 0 auto;
  padding: 0 20px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: 1em 2em 1em;
  border: 1px solid #ddd;
}
