/**
 * Theme Name: ShipMe
 * Theme URI: https://sitemile.com/
 * Author: SiteMile
 * Author URI: https://sitemile.com/
 * Description: Shipme theme is the only theme that allows you to offer a delivery marketplace website. Where drivers/transporters meet the customers and deliver their goods.
 * Version: 2.8.3.1
 * License: Please visit sitemile.com for more info.
 * License URI: http://sitemile.com/
 * Tags: wordpress theme, shipping marketplace
 */



.question-box
{
  border-bottom:1px solid #ddd;
  margin-bottom:15px;
  padding-top:15px
}

.question-box .question-title
{
    font-size:1.3em;
    font-weight: 500;
    padding-bottom:3px;
    margin-bottom:0px

}

 .mylaertwarning
 {
   padding:10px;
   border-radius: 10px;
   background:#f2f2f2;
   margin-top:10px;
   margin-bottom:10px;
 }


 .mylaertwarning2
 {
   padding:10px;
   border-radius: 10px;
   background:#d9ebc9;
   margin-top:10px;
   margin-bottom:10px;
 }




 .card {
     background: #fff;
     margin-bottom: 30px;
     transition: .5s;
     border: 0;
     border-radius: .1875rem;
     display: inline-block;
     position: relative;
     width: 100%;
     box-shadow: none;
 }
 .card .body {
     font-size: 14px;
     color: #424242;
     padding: 20px;
     font-weight: 400;
 }
 .profile-page .profile-header {
     position: relative
 }

 .profile-page .profile-header .profile-image img {
     border-radius: 50%;
     width: 140px;
     border: 3px solid #fff;
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
 }

 .profile-page .profile-header .social-icon a {
     margin: 0 5px
 }

 .profile-page .profile-sub-header {
     min-height: 60px;
     width: 100%
 }

 .profile-page .profile-sub-header ul.box-list {
     display: inline-table;
     table-layout: fixed;
     width: 100%;
     background: #eee
 }

 .profile-page .profile-sub-header ul.box-list li {
     border-right: 1px solid #e0e0e0;
     display: table-cell;
     list-style: none
 }

 .profile-page .profile-sub-header ul.box-list li:last-child {
     border-right: none
 }

 .profile-page .profile-sub-header ul.box-list li a {
     display: block;
     padding: 15px 0;
     color: #424242
 }


/*---------*/

 .avsus2 {
     width: 65px;
     height: 65px;
     padding: 3px;
     border: 1px solid #0075e7;
     border-radius: 100%;
 }

.my-message-a
{
  text-align: center
}
.avatar_user_job_page
{
  border:3px solid #dedede;
}


.my-message-1
{
	padding:10px;
	box-sizing: border-box;
	width:90%;
	float:left;
	border-radius:5px;
	background:#f2f2f2;
	margin-bottom:25px;
}


.my-message-2
{
	padding:10px;
	box-sizing: border-box;
	width:90%;
	float:right;
	border-radius:5px;
	background: #e6ffe2;
	margin-bottom:25px;
}

.star-rating-view
{
  color: #ffcc00
}


.card-square-top
{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top:0

}

.font-size-12
{
  font-size:1.1em
}


.btn-compose-email {
    padding: 10px 0px;
    margin-bottom: 20px;
}

.btn-danger {
    background-color: #E9573F;
    border-color: #E9573F;
    color: white;
}

.panel-teal .panel-heading {
    background-color: #0075e7;
    border: 1px solid #0075e7;
    color: white;
}

.panel .panel-heading {
    padding: 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #DDD;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.panel .panel-heading .panel-title {
    padding: 10px;
    font-size: 17px;
}

form .form-group {
    position: relative;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.inner-all {
    padding: 10px;
}


.media-left, .media>.pull-left {
    padding-right: 10px;
}

.list-inline li
{
  float:left
}

/* ========================================================================
 * MAIL
 * ======================================================================== */
.nav-email > li:first-child + li:active {
  margin-top: 0px;
}
.nav-email > li + li {
  margin-top: 1px;
}
.nav-email li {
  background-color: white;
}
.nav-email li.active {
  background-color: transparent;
}
.nav-email li.active .label {
  background-color: white;
  color: black;
}
.nav-email li a {
  color: black;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.nav-email li a:hover {
  background-color: #EEEEEE;
}
.nav-email li a i {
  margin-right: 5px;
}
.nav-email li a .label {
  margin-top: -1px;
}

.table-email tr:first-child td {
  border-top: none;
}
.table-email tr td {
  vertical-align: top !important;
}
.table-email tr td:first-child, .table-email tr td:nth-child(2) {
  text-align: center;
  width: 35px;
}
.table-email tr.unread, .table-email tr.selected {
  background-color: #EEEEEE;
}
.table-email .media {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.table-email .media h4 {
  margin: 0px;
  font-size: 14px;
  line-height: normal;
}
.table-email .media-object {
  width: 35px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.table-email .media-meta, .table-email .media-attach {
  font-size: 11px;
  color: #999;
  position: absolute;
  right: 10px;
}
.table-email .media-meta {
  top: 0px;
}
.table-email .media-attach {
  bottom: 0px;
}
.table-email .media-attach i {
  margin-right: 10px;
}
.table-email .media-attach i:last-child {
  margin-right: 0px;
}
.table-email .email-summary {
  margin: 0px 110px 0px 0px;
}
.table-email .email-summary strong {
  color: #333;
}
.table-email .email-summary span {
  line-height: 1;
}
.table-email .email-summary span.label {
  padding: 1px 5px 2px;
}
.table-email .ckbox {
  line-height: 0px;
  margin-left: 8px;
}
.table-email .star {
  margin-left: 6px;
}
.table-email .star.star-checked i {
  color: goldenrod;
}

.nav-email-subtitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
  margin-top: 30px;
}

.compose-mail {
  position: relative;
  padding: 15px;
}
.compose-mail textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
}

.view-mail {
  padding: 10px;
  font-weight: 300;
}

.attachment-mail {
  padding: 10px;
  width: 100%;
  display: inline-block;
  margin: 20px 0px;
  border-top: 1px solid #EFF2F7;
}
.attachment-mail p {
  margin-bottom: 0px;
}
.attachment-mail a {
  color: #32323A;
}
.attachment-mail ul {
  padding: 0px;
}
.attachment-mail ul li {
  float: left;
  width: 200px;
  margin-right: 15px;
  margin-top: 15px;
  list-style: none;
}
.attachment-mail ul li a.atch-thumb img {
  width: 200px;
  margin-bottom: 10px;
}
.attachment-mail ul li a.name span {
  float: right;
  color: #767676;
}

@media (max-width: 640px) {
  .compose-mail-wrapper .compose-mail {
    padding: 0px;
  }
}
@media (max-width: 360px) {
  .mail-wrapper .panel-sub-heading {
    text-align: center;
  }
  .mail-wrapper .panel-sub-heading .pull-left, .mail-wrapper .panel-sub-heading .pull-right {
    float: none !important;
    display: block;
  }
  .mail-wrapper .panel-sub-heading .pull-right {
    margin-top: 10px;
  }
  .mail-wrapper .panel-sub-heading img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .mail-wrapper .panel-footer {
    text-align: center;
  }
  .mail-wrapper .panel-footer .pull-right {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  .mail-wrapper .attachment-mail ul {
    padding: 0px;
  }
  .mail-wrapper .attachment-mail ul li {
    width: 100%;
  }
  .mail-wrapper .attachment-mail ul li a.atch-thumb img {
    width: 100% !important;
  }
  .mail-wrapper .attachment-mail ul li .links {
    margin-bottom: 20px;
  }

  .compose-mail-wrapper .search-mail input {
    width: 130px;
  }
  .compose-mail-wrapper .panel-sub-heading {
    padding: 10px 7px;
  }
}
