/**************** FILE UPLOAD CSS START ********************/

/*.whiteBg{
	background-color: #F0FFF0!important;
}*/

.pad20{
  padding: 20px;
}
.pad10{
	padding: 10px;
}
.paddtop20
{
    padding-top: 20px;
}
.card-description{
	font-size: 1em;
    line-height: 1.0em;
    text-align: left;
}
.fileinput {
	display: inline-block;
	margin-bottom: 9px;
}

.fileinput .thumbnail {
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	max-width: 250px;
	/*height: 250px;
	width:250px;*/
	box-shadow: 0 10px 30px -12px rgba(0,0,0,.42),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
.cursor-pointer
{
    cursor: pointer;
    text-decoration: none !important;
}
.thumbnail {
	border: 0;
	border-radius: 4px;
	padding: 0;
	
}

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
	display: none;
}

.btn.btn-rose {
	color: #fff;
	background-color: #e91e63;
	border-color: #e91e63;
	box-shadow: 0 2px 2px 0 rgba(233,30,99,.14),0 3px 1px -2px rgba(233,30,99,.2),0 1px 5px 0 rgba(233,30,99,.12);
}

.btn:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), summary {
	cursor: pointer;
}

.fileinput .btn {
	vertical-align: middle;
}

.btn.btn-round {
	border-radius: 30px;
}

.btn.btn-rose {
	color: #fff;
	background-color: #e91e63;
	border-color: #e91e63;
	box-shadow: 0 2px 2px 0 rgba(233,30,99,.14),0 3px 1px -2px rgba(233,30,99,.2),0 1px 5px 0 rgba(233,30,99,.12);
}

.btn-file {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.btn-file > input {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 23px;
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	direction: ltr;
}
.btn.btn-danger {
	color: #fff!important;
	background-color: #f44336;
	border-color: #f44336;
	box-shadow: 0 2px 2px 0 rgba(244,67,54,.14),0 3px 1px -2px rgba(244,67,54,.2),0 1px 5px 0 rgba(244,67,54,.12);
}

/* *************** Payment Form *************** */

.payment-logo
{
    height: auto;
    width: 15%;
    border-radius: 100%;
}
.payment-btn-mar
{
    margin-top: 3%;
    margin-bottom: 3%;
}

/**************** FILE UPLOAD CSS END ********************/
.input-error{
  outline: none;
  /*background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);*/
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}
.f1-steps > * {
    text-align: center;
}

.newjobBg{
	background: url('http://localhost/findmeafixer_v1/public/images/2.jpg');
	min-height: 100vh;
    background-position: center center;
    background-size: cover;
    position: relative;
}

a, a:hover, a:focus {
	color: #c1272d!important
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
    
}


::-moz-selection { background: #c1272d!important; color: #fff; text-shadow: none; }
::selection { background: #c1272d!important; color: #fff; text-shadow: none; }

.maroonBG{
	background: #c1272d!important;
	color: #fff!important;
}
.top-content { padding: 40px 0 170px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box { padding-top: 40px; }

.f1 {
	padding: 25px; background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #c1272d!important; }

.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #c1272d!important; color: #c1272d!important; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #c1272d!important; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #c1272d!important }
.f1-step.active p { color: #c1272d!important }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { 
  outline: none;
  /*background-image: linear-gradient(red, red), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 1px;*/
  box-shadow: none;
  transition-duration: 0.1s;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Switch Button Css  */
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 6px;
    margin-top: -3px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 20px;
    left: 0px;
    margin-top: -6px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 20px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 24px;
}
.jobType
{border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.jobType {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-group-toggle label.active{
	background-color: #52a3b8 !important;
    box-shadow: none;
    border: none;
}
.checkbox label, .radio label, label {
    font-size: 14px;
    line-height: 1.42857;
    color: #AAAAAA;
    font-weight: 400;
}
.label-success{
	margin-bottom:-5px!important;
}
.img-width
{
    width: 100%;
}

/****** CSS  *******/
.shape {
    border-style: solid;
    border-width: 0px 113px 0px 78px;
    float: right;
    /* height: 3px; */
    border-radius: 0px;
    width: 0px;
    padding: 8px;
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
}

.shape-text {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    right: -32px;
    /* top: -6px; */
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    -o-transform: rotate(360deg);
    /* -webkit-transform: rotate(30deg); */
    /* transform: rotate(30deg); */
}	
.offer-content{
	padding:0 20px 10px;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
}

/*********Browse Jobs CSS *************/
.mycursor
{
    cursor: pointer;
}
.a-show-job, .a-show-job:hover
{
    color: #444444;
    text-decoration: none !important;
}
.clearboth
{
    clear: both;
}
.job-close
{
    font-size: 22px;
}
.back-to-job-header
{
    color: #52a3b8;
}
.job-header
{
    padding-top: 5%;
    padding-bottom: 5%;
}
.slider-margin
{
    margin-top: 5%;
    margin-bottom: 10%;
}
.label-success 
{
    background-color: #52a3b8 !important;
}
.close-right
{
    text-align: right;
}
.close-cursor
{
    cursor: pointer;
}
.quote-msg-mar
{
    margin-top: 4%;
}
.error-border
{
    border: 1px solid red;
    border-radius: 0.25rem;
}
.my-card-border
{
    border: 1px solid lightgray;
}
.avatar{
 	width: 60px;
    height: 60px;
    border-radius: 50%;
}
.avatarDiv{
   	transform: translate(-22%, -7%);
  	text-align: center;
}
.avatar-name
{
    font-size: 14px;
    color: #52a3b8;
}
.poster-name
{
    font-size: 14px;
}
.job-title
{
    font-weight: bold;
    font-size: 17px;
}
.job-desc
{
    font-size: 14px;
}
.job-data
{
    font-size: 14px;
}
.job-budget
{
    font-size: 30px;
    text-align: center;
}
.job-quote
{
    font-size: 14px;
    color: #52a3b8;
    text-align: center;
}
.filter-btn-padd-bot
{
    padding-bottom: 5%;
}
.con-left
{
    float: left;
}
.status-active
{
    border: 1px solid #5cb85c;
    border-radius: 7px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
}
.status-inactive
{
    border: 1px solid #d9534f;
    border-radius: 7px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
}
.auto-margin
{
    margin: auto;
}
.filter-bg-button
{
    background-color: #4caf50;

}
.status-btn
{
    padding: 5%;
    color: black;
    font-size: 14px;
    border-radius: 20px;
    font-weight: bold;
    background-color: lightgray;
}
.status-btn-padd
{
    padding: 6px;
    font-size: 13px;
}
.status-btn-mar
{
    margin-left: 2%;
}
.location-symbol-size
{
    font-size: 30px;
}
.calender-symbol-size
{
    font-size: 20px;
}
.div-btn-width
{
    margin-left: 2%;
}
.show-div-border
{
    border: 1px solid;
    border-radius: 7px;
}
.show-job-header-margin
{
    margin-bottom: 5%;
}
.show-status-mar
{
    margin-left: 2%;
}
.btn-center
{
    text-align: center;
}
.padding-left
{
    padding-left: 20px;
}
.font-bold
{
    font-weight: bold;
    color: black;
}
.social-icon
{
    color: black;
    text-decoration: none !important;
    font-size: 22px;
}
.social-icon:hover
{
    color: black;
}
.social-mar-left
{
    margin-left: 10%;
}
.row-mar
{
    margin-top: 3%;
}
.img-size
{
    height: 90px;
    width: 90px;
}
.img-mar-left
{
    margin-left: 4%;
}
.accept-quote-btn
{
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
.accepted-quote-btn
{
    border-radius: 10px;
    border: none;
    background-color: #5ba846;
    color: white;
}
.p-mar-bot
{
    margin-bottom: 5px;
}
.first-last-bg
{
    background-color: lightgray;
}
.momentDate
{
    color: #999;
}
.disDate
{
    color: #999;
}
.popover-bottom
{
    display: none;
}

@media (min-width: 487px) {
  .container {
    max-width: 750px;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 970px;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-3 {
    width: 25%;
  }
  }
}
/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	/*.navbar-brand { height: 60px; margin-left: 15px; }*/
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.top-content { padding: 40px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	
	
}

/* --------------------- RESPONSIVE -------------------- */

@media only screen and (max-width : 380px) 
{
    /* ***** Browse Jobs ***** */

    .res-status-center
    {
        text-align: center;
    }
    .status-btn-padd
    {
        padding: 4px;
    }
    .status-btn-mar
    {
        margin-left: 0%;
    }
    .jobType
    {
        padding: 5px 12px;
        margin: 0%;
    }
    .card-description
    {
        text-align: center;
    }
    .res-txt-center
    {
        text-align: center;
    }
    .res-row-mar
    {
        margin-top: 8%;
    }

    /* ***** Show Jobs Details ***** */
    
    .popover-right
    {
        display: none;
    }
    .popover-bottom
    {
        display: block;
    }

    /* ***** View Job ***** */
}
@media only screen and (min-width: 381px) and (max-width : 480px) 
{
    /* ***** Browse Jobs ***** */
    
    .res-status-center
    {
        text-align: center;
    }
    .status-btn-padd
    {
        padding: 6px;
    }
    .status-btn-mar
    {
        margin-left: 2%;
    }
    .res-row-mar
    {
        margin-top: 5%;
    }
    .card-description
    {
        text-align: center;
    }
    .res-txt-center
    {
        text-align: center;
    }

    /* ***** Show Jobs Details ***** */
    
    .popover-right
    {
        display: none;
    }
    .popover-bottom
    {
        display: block;
    }    

    /* ***** View Job ***** */
}
@media only screen and (min-width: 481px) and (max-width : 767px) 
{
    /* ***** Browse Jobs ***** */
    

    /* ***** Show Jobs Details ***** */
    
    .res-mar-left
    {
        margin-left: 10%;
    }

    /* ***** View Job ***** */
}
@media only screen and (min-width: 768px) and (max-width : 991px) 
{
    /* ***** Browse Jobs ***** */
    
    .jobType
    {
        padding: 5px 12px;
        margin: 0%;
    }
    .caption
    {
        font-size: 14px;
    }

    /* ***** Show Jobs Details ***** */
    

    /* ***** View Job ***** */
}
@media only screen and (min-width : 992px) and (max-width : 1200px) 
{
    /* ***** Browse Jobs ***** */
    
    .jobType
    {
        padding: 5px 9px;
        margin: 1%;
    }

    /* ***** Show Jobs Details ***** */
    /* ***** View Job ***** */
}