.reports-table{
    margin:30px 0 0;
}

.table a {
    color: #ff6a00;
    font-weight: 500;
}

.reports-btns a:not(:last-child) {
    margin-right: 15px;
}

.reports-single .top-title {
    margin: 25px 15px 10px;
}

.invoice-data li a{
    color:#2195cd;
    font-weight:500;
}

.client-report{
    padding:20px 15px 10px;
}

.report-title {
    font-size:18px;
    font-weight: 700;
    margin:0 0 5px;
}

.client-report p {
    margin:0;
}

.edit-client-report{
    margin:20px 0 0;
}

.edit-title{
    margin:0 0 15px;
    color:#333333;
    font-weight:500;
}

.edit-client-report #truck-form {
    margin: 0 0 20px;
}

.edit-report-btn{
    display:flex;
    justify-content:center;
}

.pdf-page {
    background-color: #ccc;
}


page[size="A4"] {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0;
  page-break-after: always;
  page-break-before: always;
}

.pdf-page h1 {
    font-size: 30px;
    margin-top: 0;
}

img.logo {
  height: 80px;
  float: right; 
}

.big-message {
  float: right;
  margin-right: 15px; 
}

.addresses {
  margin: 20px -15px; 
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.panel-default > .panel-heading {
    border-top: 1px solid #cccccc;
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.info-block {
  padding-top: 20px; 
}

.panel-heading {
    border-bottom-width: 2px;
    padding: 10px;
}

.break-words {
    word-break: break-all;
    padding: 10px;
}

.panel-body{
    padding:10px;
}

.small-para-gap p {
    margin-bottom: 4px;
}

.narrow {
  width: 20%;
}

.v-narrow {
  width: 15%; 
}

.invoice-totals {
  padding-right: 10px;
}

.invoice-totals p {
  margin: 0; 
}

.grey {
  color: #888;
}

tr.blank-row td {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.top-total {
  margin: 5px 10px 15px;
}

p.no-margin {
  margin: 0;
  display: inline-block; 
}

.margin-top {
  margin-top: 10px;
}

.pdf-page tr {
    page-break-inside: avoid;
}

page[size="A4"] {
  margin: 20px auto;
  width: 210mm;
  height: 297mm;
  padding: 10mm 8mm;
  box-shadow: 0 3px 5px 3px #888;
  overflow-x: hidden;
  overflow-y: auto;
}

.pdf-page table {
    page-break-inside: auto !important;
}

page[size="A4"] tr {
  page-break-inside: avoid !important;
  page-break-after: auto !important; 
}


.pdf-btns{
    display:flex;
    justify-content:center;
    padding:30px 15px 0;
}
.pdf-btns a{
    margin:0 5px;
}

.panel-wrap-pdf {
    width: 300px;
    border: 2px solid #cccccc;
}

.row-pdf{
    margin:0 0 30px;
}

.documents .top-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:5px 0 10px;
}

.document-block{
    margin:25px 0 0;
}

.upload-modal{
    display:none;
    align-items:center;
    justify-content:center;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.55);
}

.upload-modal-block {
    width: 600px;
    max-width: calc(100% - 30px);
    margin: auto;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 0 25px;
    animation: scall 0.7s;
}

@keyframes scall {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.modal-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px;
}

.modal-title p{
    font-size:22px;
    margin:0;
    color:#333333;
    font-weight:500;
}

.modal-title span{
    width:18px;
    height:18px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(255, 106, 0, 0.7);
    cursor:pointer;
    color:#ffffff;
    transition:0.3s;
}

.modal-title span:hover{
    background:#ff6a00;
}

.modal-content {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    box-shadow:none;
}

.inputDnD{
    min-height:150px;
}

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
}
.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    opacity: 1;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
    visibility:visible;
    border: 0.25em dashed #ff6a00;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
  border-style: solid;
}


.inputDnD {
    margin: 0 0 20px;
}

.upload-btn-block{
    display:flex;
    justify-content:center;
}

.table-upload{
    margin:25px 0 0;
}

.upload-wrap{
    width:600px;
    max-height:calc(100% - 30px);
    margin:25px auto;
}


.upload-wrap label{
    display:block;
}

.label-name{
    display:block;
    margin:0 0 7px;
    font-size:16px;
    color:#333333;
}

.upload-wrap textarea{
    width:100%;
    height:120px;
    border:1px #ccc solid;
    resize:vertical;
}

.label-checkbox {
    display: flex;
    margin: 0 0 30px;
    position: relative;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + span {
  position: relative;
  cursor: pointer;
  color:#000000;
  padding: 0;
}
.styled-checkbox + span:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #e5e5e5;
}
.styled-checkbox:hover + span:before {
  background: #ff6a00;
}
.styled-checkbox:focus + span:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + span:before {
  background: #ff6a00;
}
.styled-checkbox:disabled + span {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + span:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + span:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.photo-user{
    max-width:100px;
    border:1px solid #ccc;
    padding:3px;
}
.photo-user img{
    display:block;
}

.map-user {
    width: 110px;
    height: 100px;
    text-align: center;
    border: 1px solid #ccc;
    padding:20px 5px 5px;
}
.map-user p{
    margin:5px 0 0;
    font-size:12px;
}

.help-block {
    width: 16px;
    height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ff6a00;
    color: #ffffff;
    line-height: 1;
    cursor:pointer;
    position: relative;
    top: -3px;
    font-size: 9px;
    border-radius: 50%;
}

.edit-profile-wrap{
    margin:30px 0 0;
}

.edit-profile .row {
    margin: 0 0 15px;
}

.edit-name{
    padding-top:11px;
    text-align:right;
}

.edit-profile input {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    padding-left: 15px;
    border-radius: 5px;
}

.edit-profile textarea {
    width: 100%;
    height: 130px;
    border: 1px #ccc solid;
    resize: vertical;
    display:block;
}

.see-examples{
    color:#333333;
    margin:7px 0 0;
}

.login-tutor {
    background-color: #F9F9F9;
    min-height: calc(100vh - 120px);
    padding: 50px 0;
}

.login-tutor .tml {
    max-width: none;
}

.form-login {
    width:500px;
    max-width: calc(100% - 30px);
    background-color: #fff;
    margin: auto;
    padding: 30px;
    border: 1px solid #ECECF1;
    border-radius: 5px;
}

.form-login h3{
    text-align:center;
    margin: 0 0 15px;
    font-size: 24px;
}

.form-login .form-group{
    margin:0 0 12px;
}

.form-login .form-group span{
    display:block;
    margin:0 0 4px;
    font-weight:500;
}

.form-login .form-recaptcha {
    text-align: center;
    margin: 15px 0 15px;
}

.form-login .form-recaptcha [id^="anr_captcha_field_"] > div{
    margin: 0 auto;
}

.form-login .form-btn .btn {
    width: 100%;
    max-width: 250px;
    height: 50px;
    display:block;
    margin:auto;
}

.login-forgot{
    text-align:center;
}
.login-forgot a{
    color:#2195cd;
}
.login-forgot a:hover{
    color:#ff6a00;
}
.btn-update{
  display:none;
}

.edit-progress{
    text-align:center;
}
.counter {
    display: inline-flex;
    cursor: pointer;
    width: 200px;
    height: 200px;
    max-width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: calc(1em + 1vmin);
    transition: height .2s ease-in-out;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2);
    margin: 1em 0;
}
.percentage {
  position:absolute;
  text-align:center;
  top:50%;
  left:0;
  right:0;
  vertical-align:middle;
  transform:translate3d(0,-50%,0);
}
canvas {
  position:absolute;
  top:0;
  left:0;
}

@media only screen and (max-width:600px) and (min-width:400px){
  .progres{
    width:45%;
    float:left;
    margin:0 1%;
  }
}
@media only screen and (min-width:600px){
  .progres{
    width:20%;
    float:left;
    margin:0 2.5%;
  }
}
@media only screen and (max-width:400px){
  .progres{
    width:90%;
    float:left;
    margin:0 1%;
  }
}

.profile-complition {
    padding:15px 0 10px;
    width: 100%;
    max-width: calc(100% - 30px);
    margin: 30px auto 45px auto;
    background-color: #fffaf6;
    border: 1px solid #2195cd;
    border-radius: 5px;
}
.complition-block{
    padding:10px 15px;
    display:flex;
    justify-content:space-between;
}

.complition-num {
    width: 70px;
    height: 33px;
    background-color: #ff6a00;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    line-height: 1;
}
.complition-num span{
    padding:0 5px;
}
.complition-title {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
}
.complition-block .form-control {
    width: 100px;
}
.complition-block select {
    display: inline-block;
}
.complition-last .complition-title {
    padding-left: 87px;
    width: calc(100% - 230px);
}
.complition-block .complition-save{
    width:100px;
    text-align:center;
}
.table-profle{
    margin:30px 0 35px;
}
caption{
    text-align:left;
    color:#333333;
    margin:0 0 8px;
}
.table.table-profle td, .table.table-profle th {
    padding: 7px;
    text-align:center ;
}
.table.table-profle td:first-child {
    text-align: left;
}
.action-btns{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:7px 0 0;
}
.action-btns a {
    width: 60px;
    height: 25px;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
}
.btn-view{
    background-color:#ff6a00;
}
.btn-view:hover{
    background-color: #ba540c;
}
.btn-edit{
    background-color:#2195cd;
}
.btn-edit:hover{
    background-color:#1a719b;
}
.btn-delete{
    background-color:#d12b2b
}
.btn-delete:hover {
    background-color: #b12525
}

ul.location-list {
    margin: 0 0 30px;
    padding-left:22px;
    list-style-type: upper-latin;
}

.select-location .form-group {
    width: 400px;
    margin:25px 0 20px;
}

.subjects-and-grades{
    margin:30px 0 40px;
}

.subjects-and-grades .btn.btn-remove{
    margin: 27px 0 0;
}
.subjects-and-grades .btn.btn-add-another {
    margin: 15px 0 0;
}

.title-block{
    margin:0 0 7px;
}

.tooltip-inner{
    width: 600px !important;
    max-width: 500px;
    min-width:500px;
}
#upload_single_file_user_avatar{
    display:none;
}
.upload_single_file_user_avatar_label{
    width: 100%;
    height: 70px;
    border: 0.25em dashed #ff6a00;
    text-align: center;
    cursor: pointer;
    padding-top: 18px;
    color: #33a6dc;
}

.input-group-addon.g-calendar-icon{width: auto; height: 41px;}

.s-r-instructions td{padding-left: 25px;}
.form-table.tutor-report-tbl textarea{margin-bottom: 15px;}

.report-questions .report-question-body{display: none;}
