
html{
    direction: rtl;
}

.btn-primary{
    background-color: #0a597c;
    border-color: #0a597c;
}

.bg-gradient-primary {
    background: #0a597c linear-gradient(180deg,#277bd4,#0a597c) repeat-x!important;
}

.btn-primary:hover {
    background-color: #075071;
    border-color: #075071;
}

.logo-login{
    max-width: 50px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover{
    background-color: #0a597c;
    border-radius: 0;
    color: #fff;
}

.sidebar{
    padding-left: 0;
    padding-right: 0;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}
div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 80%;
}

#chartdiv {
    width: 100%;
    height: 500px;
    direction: ltr;
}

.img-circle {
    border-radius: 0;
}

.logo-login {
    max-width: 100%;
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, [class*=icheck-]>input:first-child:checked+label::after {
    border-left: none;
    border-right: 2px solid #fff;
}


.switcher *,
.switcher *::before,
.switcher *::after {
    transition: 400ms all ease-in-out 50ms;
    box-sizing: border-box;
    backface-visibility: hidden;
}

.switcher input[type="checkbox"] {
    display: none;
}

/*Button is :CHECKED*/

.switcher input[type="checkbox"]:checked ~ div {
    background: rgba(73,168,68,1);
    box-shadow: 0 0 2px rgba(73,168,68,1);
}

.switcher input[type="checkbox"]:checked ~ div label {
    left: 22px;
    transform: rotate(270deg);
}


/*shared*/

.switcher div,
.switcher label {
    border-radius: 50px;
}

.switcher div {
    height: 24px;
    width: 50px;
    background: rgba(43, 43, 43, 1);
    position: relative;
    box-shadow: 0 0 2px rgba(43,43,43,1);
}
.switcher label {
    height: 20px;
    width: 20px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 2px;
    left: 2px;
    cursor: pointer;
}
.switcher label::after {
    top: 4px;
    left: 9px;
    background: rgba(43,43,43,1);
    border-radius: 5px;
    content: '';
    height: 12px;
    width: 2px;
    position: absolute;
    transform: rotate(135deg);
}
.switcher label::before {
    top: 4px;
    left: 9px;
    background: rgba(43,43,43,1);
    border-radius: 5px;
    content: '';
    height: 12px;
    width: 2px;
    position: absolute;
    transform: rotate(45deg);
}
.switcher input[type="checkbox"]:checked ~ div label {
    left: 28px;
}
.switcher input[type="checkbox"]:checked ~ div label::after {
    top: 6px;
    left: 8px;
    background: rgba(73,168,68,1);
    width: 2px;
}
.switcher input[type="checkbox"]:checked ~ div label::before {
    top: 4px;
    left: 7px;
    background: rgba(73,168,68,1);
    height: 5px;
}

.webgrid-table-hidden
{
    display: none;
}
.badge{
    color: #fff;
}
.alert-bg-open{
    background-color: #dc3545;
    color: #fff;
}

.alert-bg-wait{
    background-color: #dc35cb;
    color: #fff;
}

.alert-bg-closed{
    background-color: #28a745;
    color: #fff;
}

.alert-bg-closed_pending_report{
    background-color: #50dcb5;
    color: #000;
}

.alert-bg-pending_client{
    background-color: #fd7e14;
    color: #000;
}

.alert-bg-pending_technician{
    background-color: #ffc107;
    color: #000;
}

.alert-bg-canceled{
    background-color: #e2e2e2;
    color: #000;
}

.callout-open{
    border-color: #dc3545;
}

.callout-closed{
    border-color: #28a745;
}

.callout-closed_pending_report{
    border-color: #50dcb5;
}

.callout-pending_client{
    border-color: #fd7e14;
}

.callout-pending_technician{
    border-color: #ffc107;
}

.callout-canceled{
    border-color: #e2e2e2;
}

#chartdiv svg{
    position: relative;
    z-index: 999;
}

.badge2 {
    padding: 4px 10px;
    display: inline-block;
    font-size: inherit;
    line-height: 1;
    text-align: center;
    white-space: inherit;
}

.nav-treeview  a{
    padding-right: 30px;
    padding-left: 0px;
}

.swal2-icon{
    margin: 5px 10px!important;
}

.no-underline:hover, .no-underline{
    text-decoration: none!important;
}

#sidebar-overlay {
    z-index: 9999;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #000b16;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000b16 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.table-tooltip-btn{
    height: 30px;
    margin: 0 15px 0;
    min-width: 30px;
    padding: 4px;
}

.excel:hover{
    color: #52a57e;
}

.btn-app-ontitle.btn-app {
    height: 80px;
    max-width: 100px;
    margin-bottom: 0;
}

.login-logo, .register-logo {
    margin-top: -140px;
}

.direct-chat-text {
    margin: 5px 15px 0 0;
    display: inline-block;
}

.right .direct-chat-text {
    margin-left: 15px;
}

.direct-chat-primary .right>.direct-chat-text {
    float: left;
}

.direct-chat-timestamp {
    margin: 0 10px;
}

.pre-line{
    white-space: pre-line;
}

.pre-line:first-line {
    line-height: 0px;
}

.fault-chat-wrap{
    height: 650px;
}

.direct-chat-messages, .direct-chat-contacts {
    height: inherit;
}

.sent-error-msg {
    float: left;
    color: red;
    font-size: 12px;
    position: relative;
    left: 5px;
}

.send-error {
    background: #d7d7d7!important;
    border-color: #d7d7d7!important;
}

.direct-chat-primary .right>.send-error::after, .direct-chat-primary .right>.send-error::before {
    border-right-color: #d7d7d7;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

button i{
    margin: 0 10px;
}

.loader-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

#map {
    width: 100%;
    height: 500px;
}

#map.map-fullscreen{
    height: calc(100vh - 57px - 72px - 15px);
}

.map-data-title{
    font-size: 13px;
    font-weight: bold;
}

.map-data-wrap hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

.map-data-wrap hr:last-child{
    display: none;
}

.map-data-wrap {
    padding: 7px 10px;
}

.map-data-card .card-header{
    border-bottom: 0;
}

.faultStatusChangeBtn{
    width: 300px;
}

.flex-end{
    justify-content: flex-end;
}

.callout a:hover {
    color: inherit;
}

.statusChangeWrap{
    margin-bottom: 0;
}

a.dropdown-item {
    padding: 10px 15px;
    text-decoration: none;
    white-space: inherit;
}

a.dropdown-item.active, a.dropdown-item:active {
    background-color: #d1e7ff;
}

#faults.dataTable td {
    padding: 2px 5px ;
}

.ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w-200{
    max-width: 200px;
}

.waze-btn {
    display: none;
    background: url(../images/waze.png) no-repeat #41cdf8 center;
    height: 38px;
    background-size: 90px;
    border-radius: 5px;
}

table.dataTable tbody tr.selected-row-red{
    background: #ffbfbf;
}

table.dataTable tbody tr.selected-row-blue{
    background:#becef0;
}

table.dataTable tbody tr.selected-row-fred{
    background:#dc3545;
}
table.dataTable tbody tr.selected-row-fwait{
    background:#dc35cb;
}
table.dataTable tbody tr.selected-row-ftech{
    background:#ffc107;
}
table.dataTable tbody tr.selected-row-fpen{
    background:#50dcb5;
}




table.dataTable tbody tr.selected-row-border{
    background: #ffaabf;
}

.ltr{
    direction: ltr;
}

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

table.parts{
    min-width: 100%;
}

table.parts th, table.parts td{
    padding: 3px;
}

#AddPartModal .select2-container{
    display: block;
    direction: rtl;

}

#AddPartModal .select2 .select2-selection{
    height: 48px;
}

#AddPartModal .select2 .select2-selection__rendered{
    line-height: 35px;
}

#AddPartModal .select2 .select2-selection__arrow {
    height: 40px;
    right: auto;
}

#AddPartModal .custom-radio {
    display: inline-block;
    min-width: 30%;
}

#partsTable {
    font-size: 13px;
}

table.parts .btn-app {
    margin: 10px 0;
}

.removeRow{
    font-size: 21px;
    color: #a71a1a;
}

.removeRow:hover{
    cursor: pointer;
    text-decoration: underline;
}

.techReport .custom-control.custom-checkbox {
    display: inline-block;
    margin: 5px 2%;
    min-width: 40%;
}

.techReport .btn-app {
    font-size: 16px;
    padding: 15px;
    height: 90px;
}

.techReport .custom-control-label::before, .techReport .custom-control-label::after {
    top: 0;
    right: -35px;
    width: 25px;
    height: 25px;
    background: no-repeat 50%/70% 70%;
}
.techReport .btn-app {
    font-weight: bold;
}

.techReport .btn-app i {
    font-size: 30px;
}

.techReport canvas{
    width: 100%!important;
}

.bs-stepper-circle {
    width: 3em;
    height: 3em;
    border-radius: 99px;
}

.bs-stepper-circle > span {
    font-size: 28px;
}

.bs-stepper-circle {
    width: 3em;
    height: 3em;
}

.techReport .imagesPreviewWrap {
    max-width: 31%;
    display: inline-block;
    margin: 1%;
    position: relative;
}

.techReport #imagesPreview img {
    width: 100%;
}

.hiddenFile{
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
}

.removeImage {
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,0.9);
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    border-radius: 99px;
    position: absolute;
    top: -4px;
    left: -3px;
    box-shadow: 1px 1px 5px 1px #000;
    color: #5f3e3e;
}

#addImageBtn.disabled{
    opacity: 0.5;
}

.js-signature {
    touch-action: none;
}

.active .bs-stepper-circle {
    background-color: #007bff;
    box-shadow: 0 0 0px 3px #fff, 0 0 0px 5px #007bff;
}

.mobile_loader{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.4);
    z-index: 9;
    display: none;
    top: 0;
}
.sk-circle {
    margin: auto;
    width: 120px;
    height: 120px;
    position: relative;
    top: calc(50% - 60px);
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 13%;
    height: 13%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}


.success-checkmark-container{
    width: 100%;
    position: absolute;
    height: 100vh;
    background: #fff;
    z-index: 10;
    top: calc(0px - 115vh);
    -webkit-transition: top 0.5s ease-out;
    -moz-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
    box-shadow: 0 0 20px 0px;
}

.success-checkmark-msg {
    top: calc(30vh);
    position: relative;
    display: none;
}

.success-checkmark-container-404 .success-checkmark-msg{
    display: block;
}

.success-checkmark {
    width: 88px;
    height: 115px;
    margin: 0 auto;
    top: calc(30vh);
    position: relative;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
    display: none;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.pointer{
    cursor: pointer;
}

#locationStats_wrapper {
    overflow-x: auto;
}

.dropdown-menu.show {
    display: block;
    z-index: 99999;
}

.swal2-container{
    z-index: 99999;
}

.bold{
    font-weight: bold;
}

.underline{
    text-decoration: underline;
}

.invoice{
    max-width: 900px;
    margin: 0 auto;
}

.gallery-wrap img.img-fluid{
    max-width: 120px;
}

.hidden-box{
    display: none;
}

.underline-on-hover:hover{
    text-decoration: underline!important;
}

.msgCountFault {
    position: absolute;
    left: 5px;
    color: #fff;
    top: 3px;
    font-size: 11px;
}

.table-striped tbody tr.row-green {
    background-color: #deffde;
}

.dashboard .chart-body .lds-ring{
    position: absolute;
}

.dashboard .chart-body{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ltr {
    direction: ltr;
}

@media all {
    .pagebreak { display: none; }
}

@media print {
    .pagebreak { display: block; page-break-before: always; }
}

.mainlogo {
    max-height: 45px;
    margin-left: 0;
}

.langhebrew .daterangepicker .drp-calendar.left {
    float: right!important;
    clear: inherit!important;
}

.map-inscription svg{
    width: 24px;
    height: 24px;
}

.map-section .position-absolute{
    top: 100px;
    left: 17px;
    background: rgba(255,255,255,0.6);
    z-index: 9;
    border-radius: 3px;
    font-size: 10px;
}

.map-inscription {
    padding: 5px 10px 5px 5px;
    text-align: left;
}

.langenglish .map-section .position-absolute,
.langTIẾNG .map-section .position-absolute {
    left: 5%;
    right: auto;
}

.langenglish .map-inscription {
    padding: 5px 5px 5px 10px;
    text-align: left;
}

.newdatalines{
display: inline-block;
    margin-left: 1vw;
    margin-right: 0.3vw;
}

.cursor-pointer{
    cursor: pointer;
}

.modal {
    z-index: 9999;
}

.min-h-10{
    min-height: 100px;
}

#moreInfoModal .modal-body span,
#moreInfoModalNew .modal-body-new span {
    margin-left: 9px;
}

#moreInfoModalNew .modal-body-new span {
    padding: 10px;
}

.main-sidebar {
    z-index: 9;
}

.select2-container {
    z-index: 9999;
}

.daterangepicker {
    z-index: 9999!important;
}

.tooltip-sg {
    position: absolute;
    background: black;
    color: white;
    min-width: 100px;
    top: -32px;
    white-space: nowrap;
    left: 0;
    padding: 2px;
    display: none;
    z-index: 10000;
}

.tip span:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right:8px solid black;
    left: 10px;
    border-radius: 2px;
    bottom: -10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 10000;
}

.scrollable-div {
    overflow-x: auto;
}

.action-icon-link {
    color: black;
}

.action-icon-link:hover {
    color: #007BFF!important;
    transition: all 1s ease;
}

.help_btn_icon {
    font-size: 30px;
}

.excel_help_btn {
    box-sizing: border-box;
    line-height: 80px;
    font-size: 22px;
    text-align: center;
    width: 130px;
    color: #555;
    margin: 0 8px;
    height: 80px;
    border-color: #eeeeee;
    box-shadow: 0 0 1px #888,0 1px 0 #fff, 0 3px 0 #C0C0C0, 0 4px 8px rgba(68, 68, 68, 0.4), 2px 1px 4px rgba(68, 68, 68, 0.25), -2px 1px 4px rgba(68, 68, 68, 0.25), 0 4px 9px rgba(68, 68, 68, 0.1);
    border-style: solid;
    text-shadow: 0 1px 1px #777, 0 2px 6px #f2f2f2;
    border-width: 1px;
    border-radius: 10px;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #D2D2D2 80%, #c0c0c0 100%);
    font-family: sans-serif;
    display: inline-block;
    transition: box-shadow 0.3s ease, transform 0.15s ease;
}

.no-border-radius {
    border-radius: 5px!important;
}

.location-not-active-container {
    color: white;
    background: red;
    padding: 2px 4px;
    border-radius: 3px;
}
