/*
.panel-body-content {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding-bottom: 9px;
}

.number .input-group {
    margin-bottom: 0;
}

.icon-container {
    padding: 0;
}

.icon-container:hover {
    background: none;
}

.icon-container .icon {
    height: 45px;
    width: 45px;
    padding: 10px;
}

#continue_step1,
#multiple_operators {
    display: none;
}

.user-display-avatar {
    border-radius: 10px;
    border: 4px solid #fff;
    background-color: #e8e8e8;
}

.user-display-avatar div {
    width: 95px;
    height: 95px;
    margin: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.panel-heading .tools .icon {
    color: inherit;
}

.map-wrapper .panel-heading,
.contact-wrapper .panel-heading {
    cursor: pointer;
}

.user-display-bg {
    margin-top: 60px;
}

.table-condensed.location-overview > tbody > tr > td {
    font-size: 12px;
    color: #707070;
    padding: 5px;
}



.panel-contrast .panel-heading,
.panel-heading {
    padding: 10px 0px;
}

*/

.mdi-loading {
    display: none;
}

.mdi-spinning {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.be-top-header .navbar-header .navbar-brand {
    background-image: url('/assets/img/logo.svg');
    background-size: auto 45px;
}

#zipcode {
    text-transform: uppercase;
}

.main-content {
    padding-top: 0;
}

.tab-content {
    margin-bottom: 20px;
}

.view-list{
    margin-bottom: 10px;
}

.view-list .title {
    font-weight: bold;
}

.nav-tabs .dropdown-menu > li a,
.nav-tabs .dropdown-menu > li a:hover {
    text-align: left;
    border-bottom: none;
    /*color: #000;*/
}

.nav-tabs .dropdown-menu > li.active a,
.nav-tabs .dropdown-menu > li.active a:hover,
.nav-tabs .dropdown-menu > li.active a:focus {
    border-bottom: none;
    color: #000;
    font-weight: bold;
}

.page-head-title .badge {
    font-size: 36px;
    font-weight: 100;
    padding: 5px 10px;
    color: #a3a3a3;
}

.ps-type-name {
    /*font-size: 36px;*/
    /*font-weight: 100;*/
}

.be-content {
    padding-bottom: 70px;
}

.panel-contact {
    /*border: 1px solid #b5b5b5;*/
    background-color: #f5f5f5;
}

.panel {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 0px;
}

.show_map {
    width: 100%;
    height: 224px;
}

.panel.no-heading .panel-body {
    padding-top: 20px;
}

#cloud-content {
    display: none;
}

#cloud {
    width: 100%;
    height: 300px;
}

.jqcloud-word {
    cursor: pointer;
}

.datatable tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 12px;
}

.datatable thead th input {
    border: 1px solid #FFF;
}

.datatable thead th input:hover,
.datatable thead th input:focus {
    border: 1px solid #b3b3b3;
    outline:0;
}

span.customer_icons {
	color: #5c5c5c;
	background-color: #f5f5f5;
    border: 1px solid #CCC;
    border-radius: 5px;
	min-width: 140px;
    padding: 15px 10px;
	margin-right: 10px;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    transition: all .1s;
}

.customer-action-buttons {
    margin-bottom: 20px;
}

span.customer_icons div {
    margin-top: 15px;
    font-size: 13px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
}

.nav .open > a.dropdown-toggle, .nav .open > a.dropdown-toggle:hover, .nav .open > a.dropdown-toggle:focus {
    /*background-color: #FFF;*/
}

.mdi-fw {
    width: 20px;
}

.nav .open > a.dropdown-toggle > a:hover {
    color: #F00;
}

span.customer_icons:hover {
    background-color: #FFF;
    border-radius: 6px;
    /*-webkit-box-shadow: 0 0 5px 3px #CFCFCF;*/
    /*box-shadow: 0 0 5px 3px #CFCFCF;*/
    transform: scale(1.05);
}

.datetimepicker {
    padding: 0px;
}

.product-service-select-wrapper {
    padding: 15px;
    border: 2px solid #ddd;
    background-color: #f7f7f7;
}

.product-service-list-table {
    width: 100%;
}

.product-service-list-table td {
    vertical-align: top;
}

.product-service-list-table td.text-center {
    vertical-align: middle;
}

.product-service-list-table h3 {
    margin-top: 5px;
}

.product-service-list-table .pull-right {
    margin-bottom: 15px;
}

.product-service-select-wrapper select {
    min-height: 300px;
}

.product-service-select-wrapper select option {

}

.small-checkbox {
    height: 25px;
    padding-top: 5px;
}

.small-checkbox .be-checkbox input[type="checkbox"] + label:before,
.small-checkbox .be-radio input[type="checkbox"] + label:before,
.small-checkbox .be-checkbox input[type="radio"] + label:before,
.small-checkbox .be-radio input[type="radio"] + label:before {
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 12px;
}

.small-checkbox .be-checkbox,
.small-checkbox .be-radio {
    padding: 0px;
    line-height: 12px;
}

.small-checkbox label {
    font-size: 12px;
}

tr[data-href] {
    cursor: pointer;
}

.has-error .select2-selection {
    border: 1px solid #ea4335;
    border-radius: 4px;
}

.has-error label {
    color: #ea4335;
    font-weight: bold;
}

.has-warning .select2-selection {
    border: 1px solid #FDC163;
    border-radius: 4px;
}

.has-warning label {
    color: #FDC163;
    font-weight: bold;
}

.has-error .input-group-addon {
    color: #fff;
}

.one, .two {
    position: absolute;
    border-radius:2px;
    background: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 500ms all ease-out;
    transition: 500ms all ease-out;
}

.two {
    -webkit-transition: 500ms all ease-out;
    transition: 500ms all ease-out;
}

.one {
    top: 13px;
    left: 4px;
    right: 4px;
    height: 4px;
}

.two {
    top: 4px;
    left: 13px;
    bottom: 4px;
    width: 4px;
}

.line-action {
    position: relative;
    width: 30px;
    height: 30px;
    background: #4285f4;
}

.line-action:hover {
    cursor: pointer;
}

.line-action.remove .one,
.line-action.remove .two {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #b4b4b4;
}

.line-action.remove {
    background: #dddddd;
}

.line-action.remove:hover {
    background: #d2d2d2;
}

.line-action.remove:hover .one,
.line-action.remove:hover .two {
    background: #ea4335;
}

.not-saved-wrapper {
    position: fixed;
    z-index: 10000;
    /*display: none;*/
    margin: -30px 0 0 0;
    width: 100%;
}

.not-saved-container {
    width: 50%;
    height: 30px;
    padding: 5px 0 4px 0;
    /*background: #ffd884;*/
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
    border-left: 2px solid #e0bb70;
    border-right: 2px solid #e0bb70;
    border-bottom: 2px solid #e0bb70;
    opacity: 0.5;
    text-align: center;
    -webkit-animation: bgblink 1.5s;  /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;  /* Chrome, Safari, Opera */
}

@-webkit-keyframes bgblink {
    from {background-color: #ffd884;}
    35% {color: #ffe8c0}
    to {background-color: #ffd884;}
}
@keyframes bgblink {
    from {background-color: #ffd884;}
    35% {background-color:#ffe8c0}
    to {background-color: #ffd884;}
}

table.subtle tr.danger td:not(:first-child) {
    background-color: #eabbb6;
    color: #404040;
}

table.subtle tr.warning td:not(:first-child) {
    background-color: #fbe59b;
    color: #404040;
}

.maxlength-counter {
    color: #c1c1c1;
}

.maxlength-counter.danger {
    color: #ea4335;
}

.maxlength-counter.warning {
    color: #fbbc05;;
}

.tab-content .panel {
    background-color: #f7f7f7;
}

.scroll-window {
    max-height: 500px;
    overflow: scroll;
}

.panel-heading span.label {
    font-size: 90%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 3px 10px 5px 10px;
}

.tmnl-changed {
    background-color: #fbddb9;
}

.tmnl-upgraded {
    background-color: #9ed6f4;
}

i.unknown,
span.unknown {
    color: #bdbdbd;
}

.timeline-summary table {
    background: #FFF !important;
    border-radius: 3px;
}

.timeline-summary .table-condensed > tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
}

#continue_step1, #multiple_operators, #multiple_number_types {
     display: none;
}

.accept-box {
    float: right;
    text-align: center;
    margin: 5px 0px 5px 0px;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.form-control::-webkit-input-placeholder { color: #e1e1e1; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #e1e1e1; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #e1e1e1; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #e1e1e1; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #e1e1e1; }  /* Microsoft Edge */

p.maxlength-counter {
    z-index: 1;
    position: absolute;
    font-size: 9px;
    padding: 0;
    margin: -17px 0 0 2px;
    color: #ff9ea2;
}

.panel-full .panel-heading {
    color: #000;
}

#skip_numbercheck {
    display: none;
    margin-top: 20px;
}

.batch_hidden {
    display: none;
}

.physical-address {
    font-style: italic;
    color: #a5a5a5;
}

.batch-edit-alert {
    display: none;
}

.alert-warning-light,
.table > thead > tr > td.warning-light,
.table > tbody > tr > td.warning-light,
.table > tfoot > tr > td.warning-light,
.table > thead > tr > th.warning-light,
.table > tbody > tr > th.warning-light,
.table > tfoot > tr > th.warning-light,
.table > thead > tr.warning-light > td,
.table > tbody > tr.warning-light > td,
.table > tfoot > tr.warning-light > td,
.table > thead > tr.warning-light > th,
.table > tbody > tr.warning-light > th,
.table > tfoot > tr.warning-light > th {
    background-color: #ffe6bd;
}

.quotation-table tfoot {
    background-color: #FFF;
    position: fixed;
    bottom: 25px;
    z-index: 10;
    padding: 0 30px 0 30px;
    margin-left: -30px;
    -webkit-box-shadow: 0 0 10px 2px #7D7D7D;
    box-shadow: 0 0 10px 2px #7D7D7D;
    /*opacity: 0.9;*/
}

.quotation-table tfoot td {
    font-size: 110%;
}

.quotation-table {
    margin-bottom: 60px;
}

.group_heading td {
    font-size: 130%;
    font-style: italic;
    /*color: #6b6b6b;*/
    background-color: #ddd;
}

.table.td-aligned-top > tbody > tr > td {
    vertical-align: top;
}

@media (min-width: 992px) {
    .modal-lg.xtra {
        width: 1100px;
    }
}

.modal-lg.xtra .modal-body ul {
    padding: 0;
    margin: 0 0 0 15px;
}

#global-search-modal .modal-body .col-md-6 .panel-body {
    min-height: 220px;
}

.countdown {
    position: relative;
    margin: -5px 0 -12px 0;
    height: 40px;
    width: 40px;
    text-align: center;
}

.countdown-number {
    color: #d4d4d4;
    display: inline-block;
    line-height: 40px;
}

.countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

.countdown svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #e6e6e6;
    fill: none;
    animation: countdown 15s linear infinite forwards;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }
    to {
        stroke-dashoffset: 113px;
    }
}

.blink {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.text-900 {
    font-weight: 900;
}

.btn-info {
    border-color: #46b8da;
    background-color: #5BC0E2;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.hover {
    border-color: #269abc;
    border-bottom-color: #247797;
    box-shadow: inset 0 -1px 0 #31b0d5;
    background-color: #31b0d5;
}

table.vertical-align-top tbody tr td {
    vertical-align: top;
}

.monitor-table td, .monitor-table th {
    font-size: 140%;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.nav-tabs > li a {
    padding: 12px 16px;
}

.btn.multiselect {
    padding: 9px 10px;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}

#analytics_result {
    min-height: 500px;
}

tr.danger-lt td, .danger-lt {
    background-color: #ffc4ce;
}

tr.warning-lt td, .warning-lt {
    background-color: #ffebd6;
}

tr.info-lt td, .info-lt {
    background-color: #c2e0f4;
}

tr.danger-lt td i.unknown, tr.danger-lt td span.unknown,
tr.warning-lt td i.unknown, tr.warning-lt td span.unknown,
tr.info-lt td i.unknown, tr.info-lt td span.unknown {
    color: #898989;
}

.legenda-box {
    padding:  2px 10px;
    border: 1px solid #898989;
    margin-right: 20px;
    float: left;
    color: #000;
    font-size: 12px;
    font-style: italic;
}

.quotation-table .input-group-btn .btn,
.quotation-table td.product-name .form-control,
.quotation-table .input-group .form-control {
    height: 30px;
}

.quotation-table td input[type="text"].form-control {
    font-size: 13px;
}

.quotation-table > tbody > tr > td,
.quotation-table tr td .input-group-addon {
    padding-top: 2px;
    padding-bottom: 2px;
}

.quotation-table > tbody > tr > td {
    border-top-color: #efefef;
    border-top: none;
}
.quotation-table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.signature-pad-wrapper {
    margin: 0;
    padding: 0;
}

.signature-pad {
    position: relative;
    width: 100%;
}

.signature-pad canvas {
    border: 1px solid #d5d8de;
    width: 100%;
    height: 300px;
}

th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
    width: 50px;
}

th.rotate > div {
    transform:
        /* Magic Numbers */
            translate(25px, 51px)
                /* 45 is really 360 - 45 */
            rotate(315deg);
    width: 30px;
    margin: 0 0 40px -30px;
}
th.rotate > div > span {
    padding: 5px 10px;
}

table.rotated tbody td:not(:first-child) i {
    font-size: 24px;
}

table.rotated tbody td {
    vertical-align: top;
}

table.rotated tbody td i {
    cursor: pointer;
    transition-duration: 200ms;
}

table.rotated tbody td i:focus {
    outline: 0;
}

table.rotated tbody td i.mdi-assignment-o {
    color: #ddd;
}

table.rotated tbody td i.mdi-assignment-check {
    color: #00b40f;
}

table.rotated tbody td i.mdi-assignment-check:hover {
    transform: scale(1.2);
    color: #50b7dd;
}

table.rotated tbody tr i.mdi-assignment-o:hover {
    color: #fb9f00;
    transform: scale(1.2);
}

.barcode-wrapper {
    line-height: 8px;
    letter-spacing: 3px;
    font-weight: 300;
}

.barcode-wrapper div {
    margin: 0 auto;
}

.downdetector .message {
    height: 80px !important;
}

.downdetector .message img {
    width: 95%;
}

.downdetector .alert-icon > .message {
    padding: 15px;
}

.downdetector .col-md-2:last-child img {
    width: 80%;
}

.downdetector .alert-icon > .icon {
    font-size: 40px;
}

/* ALL LOADERS */

.loader{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 6px solid transparent;
    border-top-color: #337AB7;
}

#loader-1:before{
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after{
    border: 6px solid #d8d8d8;
}

@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.provider-img {
    width: 100%;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#radius-online, #radius-offline {
    margin-bottom: 0px !important;
}

#global-zipcheck-keyword {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .center-on-mobile {
        text-align: center !important;
    }

    .page-head {
         display: block;
    }
}

.handover-spacer {
    height: 115px;
    width: 100%;
}

.handover-spacer:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100px;
    border-left: 10px dotted #c2c2c2;
}

.initial_hidden {
    /*display: none;*/
}

#handover-location-table td, #handover-select-contact td {
    text-align: left;
}

#new-location-form, #new-contact-form, #handover-new-customer .form-group {
    text-align: left;
}

.multiple-operators {
    display: none;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.mdi-spin {
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#loading-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#loading-overlay i
{
    color: #000;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loading-overlay.show {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}