footer {
    padding: 15px 0 0;
}

footer ul {
    margin: 0;
}

.label.label-large {
    font-size: 100%;
}

/*body.page {
    background: #656D78;
}*/

.logo-brand {
    background: inherit;
}

hr.small {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-heading-tools {
    padding: 5px 0;
    margin: 15px 0 20px;
}

textarea.form-control {
    resize: vertical;
}

.clickable {
    cursor: hand !important;
}

.left-buffer {
    margin-left: 20px;
}

.right-buffer {
    margin-right: 20px;
}

.top-buffer {
    margin-top: 20px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.left-buffer-small {
    margin-left: 10px;
}

.right-buffer-small {
    margin-right: 10px;
}

.top-buffer-small {
    margin-top: 10px;
}

.bottom-buffer-small {
    margin-bottom: 10px;
}

.left-buffer-large {
    margin-left: 30px;
}

.right-buffer-large {
    margin-right: 30px;
}

.top-buffer-large {
    margin-top: 30px;
}

.bottom-buffer-large {
    margin-bottom: 30px;
}

.separator-space {
    margin-top: 30px;
    margin-bottom: 30px;
}

.vertical-separator-space {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.bottom-border {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/*------------------------
* Data Tables
*------------------------*/
.inline-block {
    display: inline-block;
}

.table-component.hr-separator {
    margin: 15px 0;
    /*border-top: 1px solid #CCC;*/
}

.table-component.separator {
    display: inline-block;
}

.table-component.separator:before {

    padding: 0 15px;
    color: #ccc;
    content: "/\00a0";
}

.td-label {
    float: left;
    width: 200px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.td-value {
    padding-left: 20px;
}

.td-value, .td-label {
    line-height: 1.42857143;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.blur {
    opacity: .5;
}

.blur.soft {
    opacity: .8;
}

.blur.hard {
    opacity: .25;
}

.td-vertical {
    vertical-align: middle !important;
}

.text-dark-important {
    color: #656D78 !important;
}

.the-box-fix {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #D5DAE0;
    position: relative;
}

.the-box-fix.rounded {
    border-radius: 5px;
}

/**
Date picker
**/
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: #eee;
    border-radius: 0;
    cursor: not-allowed;
}

/*Fix for: processing is overlap with column name*/
div.dataTables_processing {
    z-index: 100
}

.dataTable th[aria-label="Actions"] {
    min-width: 110px !important;
}

table.dataTable td.select-checkbox:before {
    border: 1px solid #ccc !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    -webkit-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s !important;
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s !important;
}

table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 8px !important;
    width: 22px !important;
    height: 22px !important;
}

/** Loading DIV **/
.loading-img {
    background: #FFF url(/images/ajax-loader.gif) no-repeat center center;
    min-height: 200px;
}

.panel-background-none {
    background: none !important;
}

.loading-fix {
    width: 100%;
    position: absolute;
    z-index: 999;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    background: darkgray url(/images/gears.gif) no-repeat 40% 60px !important;
}

@media (max-width: 768px) {
    .loading-img {
        background-size: 15%;
        min-height: 100px;
    }
}

.loading-fix-center {
    width: 100%;
    position: absolute;
    z-index: 999;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    background: darkgray url(/images/gears.gif) no-repeat 50% 50px !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.btn-width {
    min-width: 148px;
}

.fix-label {
    display: inline;
    width: 87%;
    margin-left: 7px;
}

.width-100-percent {
    width: 100% !important;
}

.width-50-percent {
    width: 50% !important;
}

.display-none {
    display: none;
}

.padding-margin-left-right-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-left-right-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.padding-left-right-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.popover {
    max-width: 400px;
}

.img-container {
    min-height: 150px;
}

.img-container img {
    margin: auto;
}

.text-align-right {
    text-align: right !important;
}
.text-align-left {
    text-align: left !important;
}
.tooltip-width-300px{
    width: 200px;
}

.width-40-percent{
    width: 40% !important;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
}

hr.blur {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.device_selected_result {
    margin-top: 10px;
}

.device_selected_result ul {
    min-height: 35px;
}

.required_sign:after {
    display: inline-block;
    content: '*';
    color: #ff0000;
    font-weight: bold;
    font-size: xx-large;
    position: absolute;
    top: -5px;
    right: 0;
}

#script-list-command input[type="text"], #script-list-command textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#script-list-command thead th {
    text-align: center;
}

.dvtInfo .adjust-credits {
    background-color: #8CC152;
    padding: 5px 8px;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
    float: left;
}

.dvtInfo .adjust-edit {
    padding-top: 9px;
    cursor: pointer;
}

img.device-avatar {
    margin: auto;
    width: 80%;
}

.form-edit-rma .item {
    background-color: #F2F2F2;
}

.form-edit-rma .checkbox-contact, .form-edit-rma .radio-shipping {
    display: block;
    cursor: pointer;
    padding-right: 0;
    /*padding-bottom:30px;*/
    margin-top: 0px;
}

.overlap-text {
    word-break: break-word;
}

.border-red {
    border-color: #E9573F !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.contain-report-type {
    background: #F5F7FA;
    padding-top: 10px;
}

.contain-report-type .the-box {
    cursor: pointer;
}

.contain-report-type .selected {
    background: #E6E9ED;
}

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

.margin-top--10px {
    margin-top: -10px;
}

.title-link {
    cursor: pointer;
    margin-bottom: 0px;
}

.map_all_devices #map-container, .map_all_devices #map-container #map {
    width: 100%;
    height: 100%;
}

.map-device-label {
    padding-right: 5px;
    font-weight: bold;
}

.map-all-devices-sidebar-left {
    position: absolute;
    left: -270px !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 270px;
    background: #fff;
    color: #656D78;
    z-index: 10 !important;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.map-all-devices-sidebar-left .map-all-devices-filter-header {
    height: 40px;
    border-bottom: 1px solid #656D78;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
}

.map-all-devices-sidebar-left .map-all-devices-filter-header .close {
    height: 40px;
    line-height: 40px;
    width: 25px;
    border-left: 1px solid;
    box-sizing: content-box;
}

.map-all-devices-filter-body {
    height: 85%;
    padding: 10px;
}

.map-all-devices-filter-wrapper {
    max-height: 85%;
}

.map-all-devices-filter-body .form-group {
    margin-bottom: 0;
}

.map-all-devices-filter-body .selectize-input {
    padding: 3px 6px;
    min-height: initial;
}

.map-all-devices-filter-body .form-control {
    font-size: inherit;
    /*padding: 3px 6px;*/
    height: initial;
}

.map-all-devices-sidebar-left .map-all-devices-filter-footer {
    bottom: 20px;
    position: absolute;
    width: 100%;
    border: none !important;
}

.map-all-devices-full-screen {
    margin-right: 10px;
}

#map_center {
    height: 480px;
}

.panel .dataTable {
    width: 100% !important;
}

.table-primary tfoot {
    background-color: gainsboro;
    font-weight: bold;
}

.datepicker table tr td.old {
    opacity: 0.7
}

.page-content #report_result {
    overflow: auto;
}

.page-content #report_result .dataTable {
    width: 100% !important;
}

.chosen-container {
    width: 100% !important;
}

.a-box-fix {
    color: #656D78 !important;
}

.a-box-fix:hover {
    text-decoration: none !important;
}

.text-height-34px {
    height: 34px;
    line-height: 34px;
}

.datepicker {
    z-index: 99999999999999;
}

.pad {
    padding: 10px;
}

.pad-more {
    padding: 20px;
}

.pad-top-no {
    padding-top: 0;
}

.pad-left-no {
    padding-left: 0;
}

.pad-bottom-no {
    padding-bottom: 0;
}

.pad-right-no {
    padding-right: 0;
}

.margin {
    margin: 10px;
}

.margin-more {
    margin: 20px;
}

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

.margin-bottom-none {
    margin-bottom: 0;
}

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

.margin-top-none {
    margin-top: 0;
}

.margin-left-none {
    margin-left: 0;
}

.margin-right-none {
    margin-right: 0;
}

.margin-r-5 {
    margin-right: 5px;
}
.gm-iv-address{
    height: auto !important;
}
.analysis-chart {
    width: 100% !important;
}

.page-content #configuration_preference_list .dataTable {
    width: 100% !important;
}

/*
|--------------------------------------------------------------------------
| Normal User Dashboard
|--------------------------------------------------------------------------
*/

body.normal_user_dashboard .top-navbar{
    box-shadow: 0 1px 10px #CCC;
}

.template {
    display: none;
}
.body-contact-list .type {
    width: 150px;
}
.body-contact-list .carrier {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}