
/*General*/

@font-face {
  font-family:"Roboto";
  src:url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Lato-Regular','Helvetica','Arial',sans-serif;
	font-size: 14px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	word-wrap: break-word;
}
a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

a:hover,
a:focus{
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	/*font-family: 'Raleway', sans-serif;*/
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 0 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}

textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	/*background: rgba(62, 212, 255, 0.5);
	border-color: #01b1d7;
	outline: none;
	color: #333;*/
}


.container {
	position: relative;
	z-index: 3;
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
	margin:0;
}

#main-nav .navbar-header a {
	/*background-color: #01b1d7;
	color: #fff;*/
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #01b1d7;
        margin-top: 30px;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	margin-top: 37px;
}
#main-nav .navbar-right li > a {
	font-family: "Lato-bold",'Helvetica','Arial',sans-serif;
	font-size: 14px;
	line-height: 30px;
	color:#949494;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
        letter-spacing: 0.2px;
}
#main-nav .navbar-right li.social-icon > a{
      padding:0px 7px; 
}
#main-nav .navbar-right li > a .fa{
      font-size: 16px;
      font-weight: normal;
}
#main-nav .navbar-right li > a:focus {
      color: #01b1d7;
      background: none;
      outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
      color: #1395ba;
      background: none;
}
#header_inbox_bar .dropdown-menu {
    min-width: 260px;
    overflow: auto;
    padding: 10px;
}
#header_inbox_bar .dropdown-menu ul li.external {
    margin-bottom: 10px;
}
.external h3 {
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 0;
}
#header_inbox_bar .dropdown-menu ul .external > a {
    background-color: #000;
    border-radius: 3px;
    clear: none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 13px;
    padding: 6px;
    width: auto;
}
#header_inbox_bar ul.dropdown-menu-list li a {
    color: #676767;
    font-size: 13px;
    float: left;
    margin: 0;

    text-transform: capitalize;
    width: 100%;
}
#header_inbox_bar ul.dropdown-menu li {
    line-height: 15px;
    margin:0px;
    text-align: left;
    width: 100%;
    float: left;
   
}

/*20-9*/

#ftheme li.search-form{
	margin:0px 10px; 
}
#ftheme #header_inbox_bar{
	display: none!important;
}

#ftheme .search-form input.form-control[type='text']{
	width:100%; 
}
#main-nav #ftheme .navbar-right{
	margin-left:0px;
	margin-right:0px; 
}
#ftheme.navbar-collapse.in {
	overflow: hidden;
}
a.full_category{
	background:rgb(219, 230, 232);
	color: rgb(51, 51, 51);
	display: block;
	padding: 10px;
}
.mobile_shown{
	background:rgb(219, 230, 232);
	color: rgb(51, 51, 51);
	display: block;
}
.mobile_shown .notifications > ul{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.mobile_shown .notifications > ul > li{
	list-style: none;
	display: inline-block;
	float: right;
}
.mobile_shown .notifications > ul > li > a {
	display: inline-block;
	padding: 10px 5px;
}
.mobile_shown .notifications .dropdown-menu{
	left: auto;
	right:0px; 
}
#header_message_bar .fa{
  font-size:18px; 
}




#main, #sidebar {
padding-top: 40px;
}
.content-header {
background-color: rgb(85, 75, 130);
padding: 2em 0;
color:#fff; 
}
}

.label, .label a{
background: rgb(230, 232, 234) none repeat scroll 0 0;
color: rgb(119, 119, 119);
}

small {
font-size: 80%;
letter-spacing: 1px;
}

.reviews li img {
	float: left;
	margin: 0 15px 0 0;
}
.reviews h2 {
	font-size: 18px;
	line-height: 24px;
	margin:0px; 
}
.reviews h2 a, .reviews h5 {
	color: rgb(54, 51, 66);
	font-weight: bold;
}
.reviews .project-status.closed_complete {
	background-color: rgb(151, 210, 96);
}
.reviews h5 {
	font-size: 0.8em;
}
.reviews h5 {
	color: rgb(135, 133, 145);
}
.reviews h5 a {
	color: rgb(129, 186, 83);
}
.reviews .review-rating i {
	font-size: 1.2em;
	letter-spacing: 0.5px;
}
.stars{
	color: rgb(90, 90, 90);
}
.reviews li i {
	float: right;
}
.reviews li i.fa{
	float:left;
}
.reviews_total {
	font-size: 18px;
	margin: 4px 0;
}
.yellowrev{
	color:#FDDB00;
}

.form_design_list{
    color: rgb(44, 51, 61);
}
.dataTables_wrapper{
	color:rgb(170, 170, 170);
	font-family:'Roboto','Helvetica','Arial',sans-serif;
}
table.dataTable{
	background: rgb(234, 239, 240);
}
.dataTables_paginate a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px !important;
    color: rgb(153, 153, 153);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    min-width: 30px;
    padding: 0 11px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.dataTables_paginate a.current, .dataTables_paginate span a:hover {
    background-color: rgb(19, 149, 186);
    border-color: rgba(19, 149, 186, 1);
    box-shadow: 0 4px 5px 0 rgba(19, 149, 186, 0.14), 0 1px 10px 0 rgba(19, 149, 186, 0.12), 0 2px 4px -1px rgba(19, 149, 186, 0.2);
    color: rgb(255, 255, 255);
}
.dataTable > tbody > tr:nth-of-type(2n+1) {
    background-color: rgb(249, 249, 249);
}

table.dataTable > tfoot > tr > th,
table.dataTable > thead > tr > td,
table.dataTable > tbody > tr > td,
table.dataTable > tfoot > tr > td{
    outline: 0 none;
    padding: 5px !important;
    font-size: 14px;

}
table.dataTable > thead > tr > th,
table.dataTable > tbody > tr > th,
.dataTable > thead > tr > th {
    outline: 0 none;
    background: rgb(19, 149, 186);
    border-bottom-width: 1px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 34px;
    padding:5px 10px;
    font-size:18px
}
.dataTables_info,
.dataTables_length{
	float: left;
	text-align: center;
	margin: 10px 0;
}
.dataTables_paginate,
.dataTables_filter{
	float: right;
	margin: 10px 0;
}
table.dataTable {
    border-collapse: separate;
    border-spacing: 0;
    clear: both;
    margin: 0 auto;
    width: 100%;
}
.dataTables_length select,
.dataTables_filter input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgb(204, 204, 204);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding: 5px 10px;
     min-width: 80px;
}

.dataTables_wrapper label{
	font-weight:normal;
}
.inner_button a {
    background-color: rgb(233, 30, 99);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px 7px;
}

footer #footer{
  background:#1a2029;
  padding:70px 0;
  color:#fff;
  font-size:15px; 
}
footer #footer a{
  color:#fff;
  line-height:20px;
}
footer #footer a:hover{
   color:#1395ba;
}
footer #footer ul li{
  line-height:30px;
  display: block;
}
footer #footer h3{
  text-transform: uppercase;
}

footer #footer .social_insta a{
  background: #2c333d;
  border-radius: 50%;
  display: inline-block;
  height: 36px;
  line-height: 38px;
  text-align: center;
  width: 36px;
}
footer #footer .social_insta a:hover{
  background:#1395ba;
  color:#fff; 
}
footer .copyright {
  background:#10151d;
  color:#fff;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}
/*login*/
.about_section {
    padding: 70px 0;
}
.about_section h1 {
    border-bottom: 2px solid #1395ba;
    color: #000;
    font-family: 'Lato-black','Helvetica','Arial',sans-serif;
    padding: 10px 0;
    position:relative; 
}
.about_section h1 span{
  color:#1395ba; 
}
.about_section h1::after {
  background:#1395ba;
  bottom:0;
  content:"";
  height:2px;
  left:0;
  position:absolute;
  width:160px;
}

@media(max-width:660px){
.about_section {
      padding: 40px 0;
  }
}
.form_design {
	background:#fff;
	border-radius: 5px;
	border:1px solid #ccc;
	box-shadow : 0 1px 2px rgba(0, 0, 0, 0.1);	
	color:#2c333d;
	padding: 30px;
}
.form_design h3{
	margin-top:10px;
	margin-bottom:20px; 
}
.form_design .message + h3{
	margin-top:20px;
}

.form_design .custom_input{
	position:relative;
}
.form_design a{
	color:rgb(19, 149, 186);
}
.form_design .custom_input input.form-control{
	background-color: transparent;
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    font-weight: 400;
    transition: background 0s ease-out 0s;
}
.form_design .custom_input select.form-control{
	border:0px solid #bdd6e2;
	border-radius:0px;
	height: auto;
	padding: 10px;
	box-shadow: none;
}
.form_design .custom_label label{margin:0px 10px 0px 0px;}
input[type="radio"],
input[type="checkbox"]{
    top: 2px;
}

.btn-custom{
	background:#337ab7;
	border-radius:3px;
	color:#fff; 
	box-shadow:0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
	will-change:box-shadow, transform;
	font-weight:400;
	font-size:12px;
	border:medium none;
}
.btn-custom:hover{
	box-shadow:0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.message{
	background:rgb(19, 149, 186);
	clear: both;
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
	overflow: hidden;
	padding: 3px 12px;
}
.error-message{
	clear: both;
	color:#f00;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 3px 3px;
}
.message.error{
	background:#f00; 
}
.message.success{
	background:green; 
}
.custom_heading{
	background:rgb(189, 214, 226);
	color:#fff;
	padding:10px;
}

/*login*/
@media(max-width:992px){
  .pad_0{
    padding:0px 15px; 
  }
  .reply-error-messages .error-success-messages{margin-bottom:10px;}
}
@media(max-width:768px){
.modal-dialog {
    width: 100%!important;
}
#myModal.modal{padding:0px 10px!important;}
}
@media(max-width:767px){
  #main-nav .navbar-header a {
      margin-left: 15px;
  }
  .featured_inner img{
    width:100px; 
  }
  #main-nav .navbar-right{
    margin-top:10px; 
  }
}

@media(max-width:660px){
.hidden-sm.hidden-md.hidden-lg.mobile_shown .dropdown-menu .dropdown-menu{
    background: rgb(238, 238, 238);
    border: medium none;
    border-radius: 0;
    left:0px;
    position:relative!important;
}
.my_chatdetais_box .chat_details .chat_listing,
.my_chatdetais_box .chat_details .chat_history{
	width:100%; 
}

  h1, .h1 {
      font-size:24px;
  }
  h2, .h2 {
      font-size:21px;
  }
  h3, .h3 {
      font-size:1.825em;
	  margin:20px 0 10px;
  }

  section.slider {
      padding: 60px 0;
  }
  .about_section {
      padding: 40px 0;
  }
  .expert_heading {
      padding: 30px 0;
  }
  .expert_chat {
      padding: 30px 0;
  }
  .user_info {
      width: 100%;
  }
  .user_desc {
      float: left;
      width: 100%; 
      padding-left:0px;
  }
  .chat-block-col ul li{
      float: left;
      width: 100%;
      padding: 20px 20px 14px;
  }
  .two_icon{
      font-size:12px;
      margin-top:5px;
      padding: 4px;
  }
  .icon-box > img {
      width: 60px;
  }
  .form_slider .form-control{
    font-size:15px 
  }
  .chat-block textarea.form-control{
    font-size:15px 
  }
  .featured_inner img{
    width:80px; 
  }
}

@media(max-width:480px){
.featured_section .col-xs-6{
  width:100%; 
}
.featured_section{
  padding: 40px 0;
}
}

/*slider*/
@media(max-width:1660px){
  section.slider{
    padding: 104px 0;
  }
}
@media(max-width:1480px){
  section.slider{
    padding: 68px 0;
  }
}
@media(max-width:1366px){
  section.slider{
    padding: 76px 0;
  }
  .form_slider {
    padding: 20px 10px;
  }
  section.slider p{
    font-size: 16px;
    margin: 10px 0;
  }
  .slider h1{
    font-size:30px; 
  }
  .form_slider .form-control{
    font-size:18px;
    margin-bottom: 15px;
  }
}
@media(max-width:1280px){
  section.slider{
      padding: 50px 0;
  }
  .form_slider .form-control{
    padding: 6px 8px 7px;
  }
}
@media(max-width:1200px){
  .slider h1 {
      font-size: 24px;
  }
   section.slider{
      padding: 50px 0;
      background-color: #58a4c4;
  }
  section.slider p{
      margin: 5px 0;
  }
  .form_slider .form-control{
    font-size: 16px;
    margin-bottom: 10px;
  }
   .caret_css .caret{
    top:17px; 
  }
  
}
@media(max-width:991px){
  section.slider {
      background-image: url('../images/background_img.jpg');
      background-repeat: repeat-x;
      background-color: #fff;
      background-position: left -250px;
      background-size: auto;
  }
}
/*slider*/
.Redstar{
	color:red;
}
.dn{
	display:none;
}
#postmailError {
  background: red none repeat scroll 0 0;
  color: #fff;
  position: absolute;
  top: 35px;
  width: 93%;
}


/*26-9*/
.chat .chat-header{
    border-bottom:1px solid rgb(255, 255, 255);
    padding:15px 20px;
}
.chat .chat-header img{
  border: 3px solid rgb(19, 149, 186);
  border-radius: 50%;
  height: 60px;
  float: left;
  width: 60px;
}
.chat .chat-header .chat-about {
    float: left;
    margin-top: 6px;
    padding-left: 10px;
}
.chat .chat-header .chat-with {
    font-size: 16px;
    font-weight: bold;
}
.chat .chat-header .chat-num-messages {
    color: rgb(146, 149, 158);
}
.my_chatdetais_box .chat_details .chat_history{
  background:rgb(242, 245, 248);
}
.chat_details{
  /*background:rgb(242, 245, 248);*/
  background:rgb(68, 71, 83);
}
.send_maseg textarea#ChatMessage{border: medium none;
    border-radius:3px;
    font: 14px/22px "Lato",Arial,sans-serif;
    margin-bottom: 10px;
    padding: 10px 20px;
    resize: none;
    width: 100%;
    }
.chat .chat-history {
    border-bottom: 2px solid rgb(255, 255, 255);
    height: 400px;
    overflow-y: auto;
    padding:15px 20px 15px;
}
.chat .chat-history .message-data {
    margin-bottom:5px;
    float: left;
    width: 100%;
}
.chat .message-data-name{
  text-transform:capitalize;
}
.align-right {
    text-align: right;
}
.chat .chat-history .message-data-time {
    color: rgb(168, 170, 177);
    padding-left: 6px;
}
.me {
    color:rgb(244, 181, 0);
}
.online {
    color:rgb(31, 168, 115);
}
.chat .chat-history .other-message .message::after {
    border-bottom-color: rgb(148, 194, 237);
    left: 93%;
}
.chat .chat-history .message::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(134, 187, 113);
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 7%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.chat .chat-history .other-message .message{
    background:rgb(31, 168, 115);
}
.chat .chat-history .my-message .message{
    background:rgb(244, 181, 0);
}
.chat .chat-history .message {
  border-radius:6px;
  color:rgb(255, 255, 255);
  font-size:15px;
  line-height:20px;
  margin-bottom:15px;
  padding: 10px 12px;
  position: relative;
  width: 90%;
}
.chat .chat-history .my-message .message-data{
  text-align: right;
}
.chat .chat-history .my-message .message{
   float: right;
}
.chat .chat-message {
    padding:20px;
    float: left;
    width:100%; 
}
.chatuser_listing{
  background:rgb(242, 245, 248);
}
.inputsdiv,
.results-title {
    height:auto;
    line-height:normal;
    padding:12px!important;
}
.lihover{
    height: auto;
    line-height: normal;
}
.lihover > a{
    display: block;
    padding: 10px;
    color:rgb(19, 149, 186); 
}
.lihover > a:hover{
  background:rgb(19, 149, 186);
  color:#fff; 
}
#searchList .inputsdiv{
    height: 315px;
    overflow-y: auto;
    padding:5px!important; 
}
/*.chat .other-message .message-data .fa,
.chat .other-message .message-data .message-data-name
{
  float: left;
}*/
/*26-9*/
.chat-block-list{
	overflow: hidden;
}
.datepicker {
	direction: rtl;
}             
.datepicker.dropdown-menu {
	right: initial;             
}
/*project index*/
.article-content,
.article-header{
    border-bottom: 1px solid #f1f1f1;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.article-content p{
	margin-bottom:10px; 
}
.posted-by-widget .meta {
    display: block;
}
.single-posted-by-widget .name a {
    color: rgb(66, 81, 87);
}

.project_details #main{
    box-shadow: 12px -2px 10px -10px rgb(221, 224, 230);
    z-index: 9;
}
.article-content p {
    font-size: 1.1em;
}
.miscellaneous_information h4{
	padding:15px;
	margin:0px; 
	background: rgb(249, 250, 252);
}
.miscellaneous_information {
    clear: both;
     font-size: 14px;
}

.miscellaneous_information fieldset legend {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    color: rgb(101, 101, 101);
    float: left;
    font-size: 16px;
    margin: 0 0 0 -0.1875em;
    padding: 0 0.1875em;
    width: auto;
    border:none; 
}
.miscellaneous_detail {
    padding: 10px 5px;
}
fieldset.project-custom-field {
    line-height: 34px;
}
.single-posted-by-widget {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(242, 243, 245);
    border-right: 1px solid rgb(231, 232, 234);
    border-top: 1px solid rgb(242, 243, 245);
    clear: both;
    color: rgb(116, 139, 146);
    font-size: 14px;
    overflow: hidden;
    padding: 15px 5px;
}
.ad_widget{
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(242, 243, 245);
    border-right: 1px solid rgb(231, 232, 234);
    padding: 15px 5px;
    text-align: center;
}
.bidder-message{
    text-align: center;
}
.bidder-message .fa{
}
.bidder-message strong{
    font-size:18px;
    display: block;
}
.after_bid{
    background:rgb(249, 250, 252);
    float:left;
    padding:10px 0;
    width:100%;
    margin: 15px 0px;
}
.bidder-message-content{
	padding-top:10px;
	padding-bottom:10px; 
}
.proposal-amount{
	font-size:18px;
	line-height:32px;
}
.proposal-amount span{
	background:rgb(85, 75, 130);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	float: right;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 0 10px;
	min-width: 80px;
	padding: 5px 10px 3px 5px;
	text-align: center;
}
.bidder-message {
	padding-top: 20px;
}
.total_reviews{
	background:rgb(249, 250, 252);
	padding:10px 15px;
}
.bids_chat{
	background:rgb(221, 221, 221);
	border-radius: 3px;
	float: right;
	padding: 5px;
}
.bids_chat a{
    color:rgb(90, 90, 90);
    float:left;
    line-height:15px;
    width:100%;
}
.reviews li.reviews-group {
    position: relative;
    overflow: hidden;
}
.reviews li.reviews-group .reviews-list{
    padding-left: 60px;
}
.reviews li.reviews-group .reviews-list h2{
    float: left;
    font-size: 17px;
    line-height: 24px;
    margin: 7px 0 0;
    width: 100%;
}
.bid-price{
	color:rgb(43, 166, 203); 
}
.bid-price i{
	font-weight:bold; 
}
/*project index*/

/*skill*/

.btn_custom:hover{
	color:#fff;
	background:rgb(19, 149, 186);
}
.skillslist{
  height: 400px; overflow-y: scroll;
}
.modal-dialog {
    margin: 30px auto;
    width: 780px;
}
.tablesearch li {
    background-color: rgb(250, 250, 250);
    border-top: 1px solid rgb(204, 204, 204);
    float: left;
    height: 42px;
    margin: 0 1%;
    padding: 10px;
    width: 48%;
}
.tablesearch .cr-wrap {
    display: inline-block;
    float: right;
}
.tablesearch ul.skillslist li{
    background-color: rgb(234, 239, 240);
    border-top: 1px solid rgb(255, 255, 255);
}
.tablesearch ul.skillslist li label{
    color: rgb(19, 149, 186);
    cursor: pointer;
    font-weight: normal;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding:0px; 
}
.checkbox {
    margin-top:0px;
    margin-bottom: 0;
    padding: 0;
    width:20px;
}
.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}
.checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 5px;
}
.checkbox .checkbox-material:before {
    display: block;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.84);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    transform: scale3d(2.3, 2.3, 1);
    top: -7px;
}
.checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .54);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
}
.checkbox .checkbox-material .check:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -3px;
    margin-left: 7px;
    width: 0;
    height: 0;
    background: red;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus+.checkbox-material .check:after {
    opacity: 0.2;
}
.checkbox input[type=checkbox]:checked+.checkbox-material .check {
    background:rgb(19, 149, 186);
}
.checkbox input[type=checkbox]:checked+.checkbox-material .check:before {
    color: #FFFFFF;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:checked+.checkbox-material:before {
    animation: rippleOn 500ms;
}

.checkbox input[type=checkbox]:checked+.checkbox-material .check:after {
    animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox]:not(:checked)+.checkbox-material:before {
    animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:not(:checked)+.checkbox-material .check:after {
    animation: rippleOff 500ms;
}
/*skill*/
#language_change.dropdown-menu{
	min-width:inherit!important;
	padding:3px 0px; 
}

#language_change.dropdown-menu > li > a{
	padding:3px 6px; 
}
.bid-price{
	float: right;
}
.reviews li .review-rating i.fa {
	float: none;
}
.reviews li .review-rating .stacks{
	text-align: right;
}
.rattinginnumber{
	float: right;
}