.clear {
  clear: both;
}

body {
 overflow-x:hidden;
}

body .sign-box .sign-avatar {
  height: auto;
  width: 100%;
}

body .sign-box .sign-avatar img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

body.theme-picton-blue-white-ebony .site-header .site-logo {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 19px;
}

.page-content, html, body {
  background: #ebebeb;
}

body.theme-picton-blue-white-ebony .site-logo img {
  height: auto;
}

body.theme-picton-blue-white-ebony .side-menu {
  /*background-color: #0088cf;*/
  background-color: #32a8b9;
}

.theme-picton-blue-white-ebony .side-menu .side-menu-list .lbl {
  color: #fff;
}

.theme-picton-blue-white-ebony .side-menu .side-menu-list .fa, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list .font-icon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list .glyphicon {
  color: #fff;
}

.theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .fa, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .font-icon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .glyphicon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover .lbl, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .fa, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .font-icon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .glyphicon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened .lbl, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .fa, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .font-icon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .glyphicon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .lbl,
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened a,
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.active a,
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.active a span  {
  color:#fff !important;
}

.theme-picton-blue-white-ebony .side-menu .side-menu-list > li:hover, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened,
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.active, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover {
  background-color:#2f7f39;
  /*font-family: '29LT Bukra Medium';*/
}

.theme-picton-blue-white-ebony .side-menu .side-menu-list a:hover i, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened i,
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.active i, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover i {
  color:#fff !important;
}

.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened li .fa, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened li .font-icon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened li .glyphicon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened li .lbl, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover li .fa, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .font-icon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover .glyphicon, 
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li > span:hover li .lbl,
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.opened li a,
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.active li a,
.theme-picton-blue-white-ebony .side-menu .side-menu-list > li.active li a span   {
  color:#fff !important;
}

.table-margin {
  margin-bottom: -20px;
  margin-left: -15px;
  margin-right: -15px;
}

.proj-page-add-txt {
  background: #efefef;
  text-align: left;
  padding: 15px 15px 15px 15px;
  position: relative;
}

.table-margin .btn,
.buttons-margin .btn {
  float: left;
  margin-right: 10px;
}

.table-margin .form-group,
.buttons-margin .form-group {
  margin-bottom: 0;
}

.upload-image-thumbnail img {
  max-width: 100%;
  height: 80px;
  width: auto;
}

.radio {
  margin: 0 10px 0 0 !important;
  display: inline;
}

.alert.alert-danger {
  background: none;
  border: 0 none;
  color: #ff0000;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 0;
} 

table.dataTable {
  min-width: 1000px;
}

p.product-subtitle {
  margin: 10px 0 15px 0;
}

.product-images-list output {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.product-images-list #upload_image {
 float:left;
 width:100%;
 margin:10px 0 10px 0;
}

.product-images-list .thumbnail.col-md-4,
.product-images-list #upload_image > div {
  float: left;
  width: 20%;
  background: #f7f7f7;
  border: 1px dotted #999;
  text-align: center;
  padding: 10px;
  position: relative;
  height: 90px;
}

.product-images-list .thumbnail.col-md-4 > img, 
.product-images-list #upload_image > div img {
  display: block;
  height: 60px !important;
  max-height: 60px !important;
  margin: 0 auto;
  width: 100% !important;
  max-width: inherit;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
}

.thumbnail.col-md-2 img{
  height: 80px !important;
  max-height: 80px !important;
  margin: 0 auto;
  width: 100% !important;
  max-width: inherit;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
}

.product-images-list .thumbnail.col-md-4 .close.removeUploadedImage {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.product-images-list .thumbnail.col-md-4 input[type="radio"],
.product-images-list #upload_image div  input[type="radio"]{
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.product-images-list .btn.btn-default.btn-danger {
  margin: 0 0 20px 0;
}

.page-center-in.sign-in-page{
/* background:url(../img/logo-banner.jpg) no-repeat;
 background-position: center center;
 background-size: cover;
 */
}

.sign-avatar.text-center .logo-lg img{
 max-width:260px;
 margin-bottom:15px;
}
.sign-box {
 background:#f2f2f2;
}

.sign-box .btn.btn-rounded,
.sign-box .btn.btn-rounded:hover {
  display: block;
  margin: 16px auto 12px;
  min-width: 108px;
  /*background: #cd6928;
  border: 1px solid #cd6928;*/
  background: #32a8b9;
  border: 1px solid #32a8b9;
  color:#fff;
  font-weight: 600;
}

.sign-box .btn.btn-rounded:hover {
  opacity:0.7;
}

.product-details div.btn-group.bootstrap-select.bootstrap-select-arrow {
  float: left;
  width: 200px !important;
}

.product-details {
  min-width: 1000px;
}

.container-fluid table.dataTable {
  margin-top: 0 !important;
}

.site-header-shown h5 {
  line-height: 30px;
  margin: 0 !important;
}

.form-control {
  text-align: left;
  font-weight: 400;
}

.table td, .table th {
  font-weight: 600;
}

.table td {
  font-weight: 400; 
}

.form-control.text-right {
  text-align: right;
}

table.dataTable tbody td {
  text-align: left;
}

h3 .pull-right.btn.btn-primary.btn-sm {
  margin-left: 10px;
}

.dataTable tr td form.pull-right {
 display:inline !important;
 float: none !important;
}

.delvbtn .checkbox {
  float: left;
  margin-right: 10px;
  width: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.delvbtn .btn.btn-primary {
  margin-top: -10px;
}

h3 .btn.btn-primary.pull-right {
  margin-left: 10px;
}

.box-typical-dashboard h3.panel-title {
  font-size: 20px;
  padding: 10px 10px 10px 15px;
  line-height: 28px;
  margin: 0;
}

.btn.btn-primary.margin-bottom-five {
  bottom: 0;
  margin: 0 !important;
  position: absolute;
  right: 0;
}

.delvbtn form {
  float: left;
  padding-right: 111px;
  width: 100%;
}

.form-group.delvbtn {
  float: left;
  position: relative;
  width: 100%;
}


.table-responsive .dataTables_filter {
  display: none;
}

.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
  float: right !important;
}

.dataTables_wrapper .dataTables_info {
  float: none !important;
  display: none !important;
  padding-top: 19px !important;
  padding-left: 14px;
}

.table-responsive #datatable1_length {
  float: left !important;
}

.dataTables_paginate {
  border-radius: 0.25rem;
  display: inline-block;
  margin-top: 1rem;
  padding-left: 0;
  font-size: 1rem;
}

.paginate_button {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.275rem 0.75rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  line-height: 1.5;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-decoration: none;
}

.paginate_button:focus, 
.paginate_button:hover {
  background-color: #f6f8fa;
  color: #3b2d30;
}

.paginate_button.current {
  background-color: #3b2d30 !important;
  border-color: #3b2d30 !important;
  color:#fff;
}

.paginate_button.disabled, 
.paginate_button.disabled:focus, 
.paginate_button.disabled:hover {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #818a91;
  cursor: not-allowed;
}

.setstatus #getstatus {
  float: right;
}

.setstatus #getstatus select {
  float: left;
  width: 100%;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  width: 100%;
}

.setstatus {
  float: right;
  margin: 0 0 20px;
  position: absolute;
  top: -51px;
  right: 15px;
}

.setstatus > label {
  float: left;
  margin: 0 10px 0 0;
  line-height: 38px;
}

.upload-image-thumbnail .thumbnail.col-md-6 {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 0;
  float: left;
  padding: 10px;
  position: relative;
  text-align: center;
  width: auto;
  margin: 0;
  max-width: 100%;
}

.box-typical.search-form-wrapper {
  background: #F8F8F8;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

table.dataTable tbody th, 
table.dataTable tbody td {
  background: #F8F8F8;
}

.order-update-list {
  position: relative;
}

.order-update-list .btn-group {
  padding-right: 94px;
}

.order-update-list .btn.btn-primary {
  position: absolute;
  right: 15px;
  top: 22px;
}

select.form-control.static-dropdown {
  width: 100% !important;
  border: 1px solid #D8E2E7 !important;
  padding: 0 10px 0 10px;
  text-indent: 0;
  height: 38px;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: url(../img/drop-icon-new.png);
   background-repeat: no-repeat;
   background-position: right 13px;
   cursor: pointer;
   background-color: #fff;
}

select.form-control.static-dropdown option {
  padding: 5px 10px;
}

.product-add-page tr td .form-group, 
.product-add-page tr th .form-group {
  margin: 0;
}

.dashboard-filter-form {
  position: relative;
}

.dashboard-filter-form .btn.btn-primary {
  position: absolute;
  right: 18px;
  top: 0;
}

.dashboard-filter-form .form-control {
  padding-left: 57px;
}

.dashboard-filter-form .form-group {
  margin-bottom: 0;
  padding-right: 80px;
}

.dashboard-filter-form .font-icon.font-icon-sound {
  color: #a9a9a9;
  font-size: 20px;
  left: 32px;
  position: absolute;
  top: 8px;
}

.add-device-modal .modal-content {
  background-color: #ffffff;
  border: 0 none;
  margin: auto;
  padding: 0;
  width: auto;
}

.add-device-modal .modal-footer {
  border-top-color: #d8e2e7;
}

.add-device-modal .modal-footer {
  min-height: 52px;
  padding: 0;
  text-align: left;
}

.add-device-modal .modal-header {
  background: #0088cf;
  color: #ffffff;
  border-bottom: 0;
}

.modal-header button.modal-close {
  background: url("../img/close-blue.png") repeat scroll 0 0 / 16px auto;
  float: right;
  height: 16px;
  margin: 6px 0 0;
  opacity: 1;
  padding: 0;
  text-indent: -9999px;
  width: 16px;
}

.add-device-modal .modal-header h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  text-transform: none;
}

.add-device-modal .table-margin {
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.add-device-modal .modal-body {
  border: 0 none;
  padding: 0;
}
 
.add-device-modal .box-typical.box-typical-padding {
  border-bottom: 0;
  margin-bottom: 0;
}

.add-device-modal .modal-dialog {
  width: 600px !important;
  max-width: 100% !important; 
}

table.dataTable.no-footer,
table.dataTable thead th, 
table.dataTable thead td {
  border-bottom: 0 !important;
  border-top: 0 !important;
}

table.dataTable thead th {
  border: 0 !important;
  color: #000;
}

.form-group.cls_deligation {
  margin-top: 22px;
}

.control-group.cls_excel {
  float: right;
  margin: 0 0 20px 0;
}

.page-content .table-responsive {
  overflow-x: hidden; 
}

#divResponse_rpsvalue,
.divResponse_testimonial_award {
  background: #ffffff;
  height: 303px;
  overflow: auto;
}

#divResponse_imagevalue {
  background: #ffffff;
  height: 230px;
  overflow: auto;
}

#divResponse_testimonial {
  background: #ffffff;
  height: 519px;
  overflow: auto;
}

.fixed-button {
  position: relative;
}

.fixed-button .form-control {
  padding-right: 100px;
}

.fixed-button .btn {
  position: absolute;
  right: 17px;
  top: 2px;
}

.form-group.form-spacer {
  visibility: hidden;
}

.box-typical.box-typical-padding.padding-zero .col-md-4, 
.box-typical.box-typical-padding.padding-zero .col-md-8 {
  padding: 0;
}

.box-typical.box-typical-padding.padding-zero {
  padding: 0;
}

.col-md-8.border-left section.box-typical.box-typical-padding {
  margin-bottom: 0;
}

.padding-zero .box-typical.box-typical-padding {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
} 

/*.padding-zero tr td .btn.btn-primary.btn-sm,
.padding-zero tr td .btn.btn-danger.btn-sm {
  padding: 0;
  background: none;
  border: 0;
  color: #3b2d30 !important;
  font-size: 20px;
  margin: 0 0 0 5px;
}

.padding-zero tr td .btn.btn-danger.btn-sm {
  color: #0088cf !important;
}

.padding-zero tr td .btn.btn-primary.btn-sm:hover,
.padding-zero tr td .btn.btn-danger.btn-sm:hover {
  opacity: 0.5;
}*/

.padding-zero .col-xxl-12 > .box-typical.box-typical-padding {
  border-bottom: 0;
}

hr.footer-hr {
    margin: 10px 0 20px 0;
}

.footer-bottom-section .form-group {
  position: relative;
  height: 38px;
}

.footer-bottom-section .form-group input.form-control {
  position: absolute;
  width: 86%;
  left: 14%;
  top: 0;
}

.footer-bottom-section .form-group div.checkbox,
.footer-bottom-section .form-group > label {
  line-height: 38px;
}

.form-control.arabic-text {
  direction: rtl;
  text-align: right;
}

.center-circle {
  margin: 10px 5px 0 0;
  float: left;
}

.status-circle {
  background-color: #fdad2a;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  float: left;
  height: 10px;
  margin: 0;
  text-indent: -9999px;
  width: 10px;
}

.status-circle.inactive-status {
  background-color: red;
}

.status-circle.active-status {
  background-color: green;
}

.side-menu-list .lbl {
  font-weight: 600;
  font-size: 15px;
}

body table.dataTable thead th, 
body table.dataTable tfoot th {
  font-weight: 600;
}

.form-group label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.form-group > label {
  margin-bottom: 5px;
}

table.dataTable tbody th, 
table.dataTable tbody td {
  padding: 8px 10px;
  border: 0 !important;
  border-bottom: 1px solid #e8e8e9 !important;
  font-weight: 600;
}

body .btn.btn-danger,
body .btn.btn-secondary {
  background-color: #fff;
  border-color: #edeeee !important;
  color: #000 !important;
}

body .btn.btn-danger:hover,
body .btn.btn-secondary:hover {
  background-color: #f7f7f7;
}

h3.customer-title {
  font-weight: 600;
}

.logo_img {
  position: absolute;
  top: -4px;
  right: 24px;
  z-index: 100;
  height: 83px;
  width: auto;
}

.logo-lg {
  color: #000;
}

.logo-lg .font-icon.font-icon-user {
  font-size: 20px;
  margin: 0 10px 0 0;
}

.side-menu-list .fa.fa-sign-out {
  top: 16px !important;
}

.label {
  font-size: .75rem;
  font-weight: 400;
}

body.theme-picton-blue-white-ebony .site-logo img {
  height: auto;
  width: 210px;
  right: auto;
}

body.theme-picton-blue-white-ebony .site-header .site-logo {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sign-in-page .logo-lg {
  color: #fff;
  margin: 0 auto 30px auto !important;
  display: table !important;
  float: none;
}

.sign-in-page img.logo_img {
  width: 169px !important;
  height: auto !important;
  position: static;
  margin: 0 auto;
  display: block;
  float: none;
}

hr {
  border-top-color: #d8e2e7;
  margin: 0.65em 0 1em 0;
}

.side-menu-list li a {
  background: none !important;
}

.side-menu-list li li a {
  padding-left: 44px !important;
}

.side-menu-list li li .lbl {
  font-weight: 400 !important;
  font-size: 0.8rem;
}

.ui-widget.ui-widget-content {
  z-index: 999 !important;
}

/*27-11-2017 start*/
.upload_hover_image-fix .upload-thumbnail{
  float: left;
  width: 33.33%;
  background: #f7f7f7;
  border: 1px dotted #999;
  text-align: center;
  padding: 10px;
  position: relative;
}

.upload_hover_image-fix .upload-thumbnail img {
  display: block;
  height: 60px;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
/*27-11-2017 end*/

h5.dashboard-subtitle {
  color: rgba(0,0,0,0.4);
  margin: -10px 0 30px 0;
}

.dashboard-inner-title small {
  display: block;
  line-height: 28px;
  color: rgba(0,0,0,0.4);
  font-size: 16px;
  margin: 10px 0 0 0;
  line-height: 18px;
}

.progress-bar.position div span {
  text-indent: 0;
}

.progress-bar.position {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  background: none;
  transform: scale(0.7);
  transform-origin: 0 center;
}

.progress-bar-outer {
  float: left;
  width: 153px;
}
.progress-bar-outer h5{
  clear: both;
  width: 140px;
}
.progress-bar-outer .progress-bar{
  height: 190px;
}
.progress-bar div span{
      line-height: 170px !important;
    height: 170px !important;
    width: 170px !important;
    left: 14px !important;
    top: 14px !important;
}
.progress-bar div{
    border: 1px solid #fff;
}

.comments-info {
  padding-top: 20px;
  margin-top:  30px;
  border-top: 1px solid rgba(0,0,0,0.1); 
}

.comments-info, .comments-info a {
  font-size: 18px;
}

.comments-info a,
.comments-info a:link {
  color: #0088cf;
  text-decoration: none;
}

ul.list-inline li {
  display: inline-block;
}

ul.list-inline li:first-child {
  padding-right: 10px;
}

.comment-done::after {
  content: "";
  position: absolute;
  left: 40px;
  top: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 15px 15px 15px;
  border-color: transparent transparent #0088cf transparent;
  z-index: 9998;
}

.comment-done::before {
  content: "";
  position: absolute;
  left: 38px;
  top: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 17px 17px 17px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 9999;
}

.comment-done {
  position: relative;
  border: 1px solid #0088cf;
  padding: 15px 15px 25px 15px;
  font-size: 18px;
  margin: 15px 0;
  z-index: 0;
}

.add-comment {
  width: 70%;
  margin: auto;
  margin-top: 50px;
}

.comment-box.add-comment .commet-btn {
  margin-top: 20px;
  margin-bottom: 40px; 
}

.commet-btn {
  margin-top: 20px;
}

.process {
    position: absolute;
    display: none;
    background: url(../public/img/frontend/loader.gif) 50% 50% no-repeat;
    padding: 50px 0px;
    height: 60px;
    width: 100%;
    z-index: 1000;
}

#msgquot {
    position: absolute;
    display: none;
    color: green;
    line-height: 30px;
    font-size: 1.4em;
    margin: 0;
    height: 214px;
    padding: 38px 0 0 4px;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.input_error{color:red !important;}
.loadingPanel {
    background-image: url(../public/img/frontend/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    cursor: wait;
    text-align: center;
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.workshop-details {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.1); 
}

.workshop-img img {
  max-width: 100%;
  height: auto;
}

.col-sm-10.workshop-title {
  height: 105px;
  display: inline-block;
  vertical-align: middle;
}

.col-sm-10.workshop-title h4 {
  margin: 0;
  line-height: 105px; 
}

select.form-control {
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    position: relative;
    background-image: url(../img/drop-icon.jpg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    width: 100% !important;
}

.search-form-wrapper .col-md-6.form-group {
  margin-bottom: 1rem;
} 

.dvLoading {
  background: #fff;
  background-position: center center;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: block;
  background-size: 120px; 
}

.dvLoading.hide {
  display: none;
}

.dvLoading .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -54px 0 0 -20px;
}

.btx-p-border-border {
  border-color: #e5e5e5;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 40px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #eee;
}

.btx-ring {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /*box-shadow: 0 2px 0 0 #cd6928;
  -webkit-box-shadow: 0 2px 0 0 #cd6928;
  -moz-box-shadow: 0 2px 0 0 #cd6928;
  -ms-box-shadow: 0 2px 0 0 #cd6928;
  -o-box-shadow: 0 2px 0 0 #cd6928;*/
  box-shadow: 0 2px 0 0 #32a8b9;
  -webkit-box-shadow: 0 2px 0 0 #32a8b9;
  -moz-box-shadow: 0 2px 0 0 #32a8b9;
  -ms-box-shadow: 0 2px 0 0 #32a8b9;
  -o-box-shadow: 0 2px 0 0 #32a8b9;
  -webkit-animation-name: btx-ring-anim;
  -moz-animation-name: btx-ring-anim;
  animation-name: btx-ring-anim;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  animation-fill-mode: none;
}

@-webkit-keyframes btx-ring-anim {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes btx-ring-anim {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@keyframes btx-ring-anim {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


/*.dataTable tr td:last-child {
  text-align: right;
}

.dataTable tr td:first-child {
  text-align: center;
}*/

.dataTable tr td:last-child {
  min-width: 150px;
}

.form-group {
  position: relative;
}

.form-group .alert.alert-danger {
  font-size: 12px;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.notify_survey {
  margin: -66px 15px 0 0;
  position: relative;
  z-index: 10;
}

.survey_result > div {
  width: 49%;
  text-align: center;
  float: left;
  background: #fa424a;
  padding: 10px 0 10px 0;
  color: #fff;
  font-size: 19px;
}

.survey_result > div span {
  display: block;
  font-weight: bold;
  font-size: 24px;
}

.survey_result > div.survey-yes {
  background: #46c35f;
  margin-right: 2%; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #48a8b9;
  margin-top: 5px;
  margin-bottom: 5px;
}

.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--white .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 0;
  top: -1px;
  color: #fff !important;
  width: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
}

#sub_menu > span {
  padding: 0;
  border: 0;
}

#sub_menu > span a {
  color: #fff !important;
}

table.table tr td:last-child {
  text-align: right !important;
}

table.table tr th:last-child {
  width: 100px !important;
  max-width: 100px !important;
  text-align: right;
}
table.table tr td:last-child .btn.btn-danger {
  font-size: 0 !important;
}

table.table tr td:last-child .btn.btn-danger:before {
  content: "\f014";
  font-size: 16px;
  position: relative;
  font-family:'FontAwesome';
  font-weight: normal !important;
}

table.table tr td .btn {
  font-size: 16px !important;
  font-weight: normal !important;
}

table.table tr td .btn i{
  font-weight: normal !important;
}

.status {
  max-width: 65px;
}

.upload-image-thumbnail {
  position: relative;
  padding-right: 80px;
}

.upload-image-thumbnail .thumbnail {
  position: absolute !important;
  top: 5px !important;
  right: 0 !important;
  width: 62px;
  overflow: hidden;
  padding: 0;
}

.upload-image-thumbnail .thumbnail br  {
  display: none;
}

.upload-image-thumbnail img {
  max-width: auto;
  height: 62px;
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  background:#D8D8D8;
}

.start_count .fa {
  /*color: #cd6928;*/
  color: #32a8b9;
  font-size: 18px;
}

.gallery-box {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}

.thumbnail.col-md-2 {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
}

.close.removeUploadedImage,
.close.removeimg {
  font-size: 19px;
  font-weight: normal;
  color: #0088cf;
  opacity: 0.7;
}
/*28-3-2018*/
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty,
table.table tr td.dataTables_empty{
  text-align: center !important;
}

.image-block {
  position: absolute;
  top: 30px;
  right: 16px;
  padding: 7px 10px;
  background: #0088cf;
  color: #fff;
  font-size: 16px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}

.pdf-image-upload label#fileLabel,
.pdf-image-upload label#fileLabel1,
.pdf-image-upload label.imageuploads {
  background: #0088cf;
  width: 200px;
  color: #fff !important;
}

.pdf-image-upload label#fileLabel1 {
  background: #0088cf;
}

.pdf-image-upload label#fileLabel ~ .image-block,
.pdf-image-upload label.imageuploads ~ .image-block {
  right: auto;
  left: 163px;
  width: 36px;
}

.col-xs-12.pdf-image-upload label#fileLabel ~ .image-block,
.col-xs-12.pdf-image-upload label#fileLabel1 ~ .image-block,
.col-xs-12.pdf-image-upload label.imageuploads ~ .image-block {
  left: 178px;
}

#basic_map {
  margin-bottom: 30px;
}

.col-xs-12.box.box-primary.my-form.product-images-list.pdf-image-upload.form-group.padT16 {
  margin-bottom: 0;
}

.col-xs-12.box.box-primary.my-form.product-images-list.pdf-image-upload.form-group.padT16.single-banner {
  margin-bottom: 30px;
}

.upload-image-thumbnail .thumbnail.col-md-6.static-image {
  position: static !important;
  padding: 0;
}

.form-control.image-bg {
  color: #fff !important;
  background: #0088cf !important;
  position: relative;
}

.form-control.image-bg:after {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 6px 15px;
  font-family: 'FontAwesome';
  content: "\f1c5";
  background: #0088cf;
  color: #fff;
  font-size: 16px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}

.import_data {
  margin-bottom: 20px;
}

.col-xs-12.pdf-image-upload .alert.alert-danger {
  left: 15px;
}

.btndefault {
  opacity: 0;
  cursor: none;
}

.dashboard-filter article.statistic-box {
  background:#0088cf;
}

.dashboard-filter article.statistic-box:hover {
  background:#006db4;
}

.dashboard-filter article.statistic-box a,
.dashboard-filter article.statistic-box a:link,
.dashboard-filter article.statistic-box a:hover {
  color: #fff;
}

.dashboard-filter article.statistic-box.orange-box {
  /*background:#cd6928;*/
  background:#32a8b9;
}

.dashboard-filter article.statistic-box.orange-box:hover {
  background:#a74b0e;
}

.dashboard-filter article.statistic-box.avg-box {
  /*background:#e8e403;*/ 
    background:#e1dd05;
}
.dashboard-filter article.statistic-box.avg-box:hover {
  background:#c7c307;
}


table.table tr th.review-first {
        width: 100px !important;
        max-width: 100px !important;
} 

table.table tr th.review-second-last {
        width: 100px !important;
        max-width: 100px !important;
} 

table.table tr th.review-last {
        width: 80px !important;
        max-width: 80px !important;
} 

.dataTable tr td.review-last-btn:last-child {
  
  min-width: 80px;
}

body table.dataTable thead .sorting {
  background-image: url("../img/sort_both.png");
}

body table.dataTable thead .sorting_desc {
  background-image: url("../img/sort_desc.png");
}

body table.dataTable thead .sorting_asc {
  background-image: url("../img/sort_asc.png");
}

body .dataTables_wrapper .dataTables_paginate li {
  display: inline;
  float: left;
}
.table-responsive.overflow-auto {
  overflow-x: auto !important;
}
.dataTables_length select {
  width: 80px;
  border: 1px solid rgba(0,0,0,0.1);
}

.delete-all,
.delete-all:link,
.delete-all:hover {
   color: rgba(255,255,255,1);
 font-size: 20px;
 margin: 0 5px 0 0;
 padding: 0;
 text-align: center;
 display: inline-block;
 width: 32px;
 height: 30px;
 background: 0;
 line-height: 1.4;
 /*background: #cd6928;*/
 background: #32a8b9;
}

.delete-all.add_opacity,
.delete-all.add_opacity:link,
.delete-all.add_opacity:hover {
  color: rgba(255,255,255,0.7);
}

.delete-all.add_opacity{
  cursor: not-allowed;
}

.app_name.sorting {
  width: 180px !important;
}

tr td.app_user1 {
  width: 220px !important;
  /*word-break: break-all;*/
}
.table thead th{
  vertical-align: middle;
}
.dataTable_info {
  float: right !important;
  margin-top: 15px;
}
.multi_delete_btn {
  position: absolute;
}
.table thead th.sorting_disabled{
  width: 60px !important;
}
.aprove-req form{
  float: left;
  margin-right: 15px;
}
.sub-badge {
  font-color: white !important;
}
.green {
  background-color: green !important;
}
.red {
  color: red !important;
}
.exclamation-circle {
  margin-left: 2px;
  margin-bottom: 1px;
}
.job-rating h4{
  font-size: 18px;
  margin: 15px 0 10px 0;
}
.rating-label{
  /*border: 1px solid #dfdfdf;*/
  padding: 10px 15px;
  border-radius: 7px;
}
.rating-label label{
    float: left;
    margin-right: 10px;
    min-width: 12%;
}
.rating-label .fa{
  color: #e8e403;
  font-size: 25px;
}
.single_delete_page{
  margin-bottom: 10px;
}
.single_delete_page .fa{
  line-height: 30px;
}
.form-group .irs-min, 
.form-group .irs-max,
.form-group .irs-from, 
.form-group .irs-to, 
.form-group .irs-single {
  font-size: .75rem;
  padding: 1px 3px;
}

.form-group .irs-line,
.form-group .irs-bar,
.form-group .irs-bar-edge {
  height: 5px;
  top: 25px;
}

.form-group .irs-slider {
  top: 18px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.form-group .irs {
  height: 38px;
}
.multi_delete_btn.new-right-button {
  position: static;
  float: right;
}
.multi_delete_btn.new-right-button .input-amount {
  float: right;
  width: auto;
  margin-right: 15px;
  background: #fff;
}

.multi_delete_btn.new-right-button label {
  line-height: 38px;
}
table.dataTable thead  th.jobtype-list.sorting_asc,
table.dataTable thead th.jobtype-list.sorting_desc {
  background-position: 90px center;
}
/*.jobs-page #product_container #datatable1_wrapper {
  max-height: calc(100vh - 420px);
  overflow: auto;
}*/
.dataTables_wrapper.no-footer {
  overflow: auto !important;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  margin: 0;
  text-align: left;
}

.modal-dialog.payment-modal {
  width: 400px !important;
  max-width: 100%;
}

.modal-content {
  border: none;
  background-color: #fff;
}

.modal-header {
  background-color: #48a8b9;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
}

.modal-header .close {
  margin-top: 0;
  opacity: 1;
  font-size: 22px;
  color: #fff;
}

.modal-title {
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.bottom-space {
  margin-bottom: 20px;
  margin-top: -20px;
  background: #efefef;
  text-align: left;
  padding: 15px 15px 15px 15px;
  position: relative;
  border: 1px solid #d8e2e7;
  border-top: 0;
}

.roles-box h4 {
  margin-bottom: 0;
}

.roles-box .panel-collapse.collapse {
  margin-top: 15px !important;
  float: left;
  width: 100%;
}

.roles-box .col-lg-3 {
  margin-bottom: 5px;
}
#indicate_icon{
  float: right;
    background: #ffffff;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid rgba(197, 214, 222, 1);
    border-radius: 5px;
    margin-top: -38px;
}

.job-rate-main .rating-label label{
min-width: 17%;
}

 .delete-all.add_opacity i{
  line-height: 30px;
 }

 div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery img {
    width: 100%;
    /*height: auto;*/
    height: 20%;
}
.chat_box_hold {
    max-width: 536px;
    padding: 10px 15px;
    /*min-width: 120px;*/
    width: auto;
    word-break: break-all;
}
.chat_left .chat_box_hold{
  float: left
}
.chat_right .chat_box_hold:after{
  right: 5px;
}
.chat_left .chat_box_hold:after{
  left: 5px;
}
/*.chat_page_rate{
  padding-top: 150px;
}*/
.chat_head{
  width: 70%;
  float: none;
  margin: 0 auto;
}
.chat_boxes{
  /*color: #d8d8d8;*/
  /*color: #707070;*/
  color: #000;
  margin: 10px 0;
}
.chat_right{
  /*color: #d8d8d8;*/
  color: #fff;
}
.chat_boxes p{
  margin: 0;
}
.chat_box_hold{
  width: 536px;
  padding: 15px 30px;
}
.chat_left .chat_box_hold{
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  position: relative;
}
.chat_left .chat_box_hold:after{
  position: absolute;
    bottom: -13px;
    left: 25px;
    display: block;
    content: "";
    background-image: url(../images/ic_sent.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 20px;
    height: 20px;
}
.chat_right .chat_box_hold{
  background: #2f7f39   0% 0% no-repeat padding-box;
  border-radius: 5px;
  float: right;
  position: relative;
}
.chat_right .chat_box_hold:after{
      position: absolute;
    bottom: -13px;
    right: 25px;
    display: block;
    content: "";
    background-image: url(../images/ic_recive.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 20px;
    height: 20px;
}
.chat_room{
  /*width: 80%;*/
    margin: auto;
    float: none;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.chat_list_main .chat_box_hold{
  width: 360px;
  position: relative;
}
a.close_cht {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #2A3033  ;
    z-index: 9;
}
.chat_right a.close_cht {
  left: auto;
    right: 25px;
    color: #fff;
}

/*15-4-20*/
.dashboard-filter article.statistic-box.revenue-box {
  background:#d903e8;
}
.dashboard-filter article.statistic-box.revenue-box:hover {
  background:#bc04c9;
}

/*Chat Page 15-4*/
.messges_chat_main{
  /*margin-left: 29%;*/
  padding-top: 15px;
  height: 390px;
  max-height: 390px;
  overflow-y: auto;
  margin: 0;
}
.pad_l0{
  padding-left: 0;
}
.pad_r0{
  padding-right: 0;
}
.chat_member li a{
  display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.chat_member li a h4,
.chat_member li a p{
  margin: 0;
}
.chat_member ul li{
  border-bottom: 2px solid #eee;
    padding: 5px 0;
}
.chat_member ul li ul li{
  border-bottom: none;
    padding: 0 5px;
}
.chat_name{
  background-color: #000;
  text-align: center;
  padding: 15px;
}
.chat_name h3{
  margin: 0;
  color: #fff;
}
.chat_box{
  background-image: url('../images/chat_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  height: 440px;
    overflow-y: auto;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.chat_recieve .chat_txt{
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 0 15px 15px;
  padding: 9px;
  color: #111111;
}
.chat_sender .chat_txt{
  border: 1px solid #e2e2e2;
  background-color: #0b0b09;
  border-radius: 10px 0 10px 10px;
  padding: 9px;
  color: #fff;
}
.chat_txt{
  max-width: 75%;
}
.chat_send{
  background-color: #48a8b9;
  padding: 15px;
  position: relative;
  width: 100%;
}
.chat_send .form-control{
  background-color: rgba(11, 11, 9, 0.2);
  border-color: transparent;
  height: auto;
  padding: 7px 15px;
  color: #fff !important;
  width: 93%;
  margin: auto;
}

.chat_send .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.chat_send .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.chat_send .form-control::placeholder {
  color: #fff;
}
.chat_upload{
      position: absolute;
    top: 20px;
    left: 15px;
}
.cht_btn{
      position: absolute;
    top: 21px;
    right: 15px;
}
.cht_btn button{
  background-color: transparent;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
button:focus{
  outline: none;
}
.form-control:focus{
  box-shadow: none;
}
/*Chat Page*/
/*Custom upload*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.file_btn {
  border: 1px solid #292929;
  color: #292929;
  background-color: white;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.chat_upload{
      position: absolute;
    top: 20px;
    left: 15px;
}
/*Custom upload*/
.chat_page_rate .salon_name{
  text-align: left !important;
}
.chat_box_hold a{
  color: #000;
}
.chat_right .chat_box_hold a{
  color: #fff;
}
.rate_person .salon_name h2{
  color: #fff;
}
.rate_person .salon_name{
  background: #48a8b9;
  width: 100%;
}
.rate_person .row{
  margin: 0;
}
.chat_main > .container-fluid{
  border-left: 1px solid #48a8b9;
  border-right: 1px solid #48a8b9;
}
.modl_img_hold{
  position: relative;
  max-width: 700px;
  width: 80%;
  margin: auto;
}
.modl_img_hold .close{
  position: absolute;
  top: 0;
  right: 7px;
  color: #fff;
  z-index: 999;
  opacity: 1;
  text-shadow: 1px 2px 2px #000;
}
.chat_room .ajax-load{
  position: absolute;
  top: -2px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 70px;
  text-align: center;
  background: rgba(210, 210, 210, 0.6);
  z-index: 999;
}
.chat_room .ajax-load img{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.chat_file_lbl .chat_upload,
.chat_file_lbl .cht_btn{
  top: 35px;
}
.chat_file_lbl{
  padding-top: 30px;
}
.chat_file_lbl label#img_text{
  color: #fff !important;
  position: absolute;
  top: 3px;
  left: 43px;
}
table.dataTable tbody td {
    padding: 8px 10px;
    word-wrap: break-word;
}
.ic_txtbox_in {
  position: absolute;
  top: 38px;
  right: 15px;
}

.font-16{
  font-size: 16px;
}
.error {
  color: red;
}