﻿body {
   padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media (max-width : 360px) {
    .navbar-form-custom {
        display: block;
        width: 240px !important;
    }

    .navbar-right {
        left: 0;
        right: auto;
        float: right;
    }
}

@media (min-width : 361px) and (max-width : 480px) {
    .navbar-form-custom {
        display: block;
        width: 300px !important;
    }

    .navbar-right {
        left: 0;
        right: auto;
        float: right;
    }
}

@media (min-width : 481px) and (max-width : 768px) {
    .navbar-form-custom {
        display: block;
        width: 280px !important;
    }

    .navbar-right {
        left: 0;
        right: auto;
        float: right;
    }
}

@media (min-width : 769) and (max-width : 819px) {
    .navbar-form-custom {
        display: block;
        width: 270px !important;
    }

    .navbar-right {
        left: 0;
        right: auto;
        float: right;
    }
}

@media (min-width: 820px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .navbar-form-custom {
        display: block;
        width: 300px !important;
    }

    .navbar-right {
        left: 0;
        right: auto;
        float: right;
    }
}






.push-down {
    margin-top: 200px;
}

.col-xs {
    width: 30px;
}

.col-sm {
    width: 80px;
}

.col-md {
    width: 160px;
}

.sa-confirm-button-container {
    display: inline-block;
}

.message-title {
    top: 45%;
    position: relative;
    color: black;
    font-size: 30px;
    text-align: center;
}

.message-body {
    top: 31%;
    position: relative;
    color: black;
    font-size: 30px;
    text-align: center;
}

.alert-message{
  font-size: 15px;
}

#close-modal-icon {
    left: 100%;
    position: relative;
}

#btn-accept{
    position: relative;
    left: 40%;
}

#modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 1%;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    display: none;
    background-color: rgba(128,128,128,0.4);
    height: 100%;
    width: 100%;
}
.loader .spiner-example {
    position: relative;
    top: 40%;
    left: 0;
}

.loader .spiner-example .sk-spinner-three-bounce > div {
    background-color: #0a86d1 !important;
}

.label-bordered {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #e7eaec;
    border-radius: 3px;
    padding: 1px 5px;
    margin:0 5px 10px 0;
}

.date-picker-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.insurance-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
/*
 Cuztom zoom for Blueint Gallery
 */
.blueimp-gallery > .zoom-in,
.blueimp-gallery > .zoom-out {
    position: absolute;
    top: 83%;
    width: 40px;
    height: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.blueimp-gallery > .zoom {
    position: absolute;
    top: 83%;
    width: 40px;
    height: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    opacity: 0.5;
    cursor: pointer;
    display: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.blueimp-gallery > .zoom-in {
    line-height: 40px;
    left: 190px;
}

.blueimp-gallery > .zoom-out {
    left: -190px;
}

.blueimp-gallery > .zoom {
    width: 110px;
}

.blueimp-gallery > .zoom:hover,
.blueimp-gallery > .zoom-in:hover,
.blueimp-gallery > .zoom-out:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .zoom,
.blueimp-gallery-controls > .zoom-in,
.blueimp-gallery-controls > .zoom-out {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery > .zoom,
.blueimp-gallery > .zoom-in,
.blueimp-gallery > .zoom-out {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.image-shadow {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}

.image-shadow-margin {
    margin-bottom: 25px;
}

.image-shadow:hover {
    box-shadow: 3px 3px 5px #000000;
    position: relative;
    z-index: 0;
}

.image-delete {
    position: absolute;
    right: 4px;
    z-index: 3;
}

.artist {
    float: left;
}

.img-element {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
}

.img-size {
    width: 100px;
    height: 100px;
}

.img-element-right-padding {
    margin-right: 3px;
}

@media (max-width: 1199px) {
    .img-element {
        width: 100px;
        height: 100px;
        display: inline;
    }

    .image-shadow {
        width: 100px;
        height: 100px;
        display: inline-block;
        margin: auto;
    }

    .image-shadow-margin {
        margin-bottom: 15px;
        margin-right: 15px;
    }
}

.slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-container {
    position: relative;
    overflow: hidden;
    margin: auto;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}

/* Remove yellow autocomplete color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*-webkit-box-shadow: 0 0 0 30px white inset;*/
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* Select2 */
.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-selection,
.select2-selection.select2-selection--single .select2-selection__rendered
{
    height: 34px !important;
    border-radius: 0px !important;
    color: #676A6C;
    font-size: 14px;
}


.select2-selection.select2-selection--single .select2-selection__placeholder,
.select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.select2-results__option {
    font-size: 14px;
    color: #676A6C;
    padding: 6px 10px;
}

.select2-results__option:hover {
    background-color: #5897fb;
    color: white;
}

.select2-search__field {
    width: 100% !important;
    font-size: 14px;
    color: #676A6C;
}

.select2-container--focus .select2-selection--multiple, .select2-container--open .select2-selection--multiple {
    border-color: #1ab394 !important;
}




#region-container, #ownership-container{
   float:none;
   clear:both;
}

#region-container .select2-selection, #ownership-container .select2-selection {
    height: auto !important;
}

/* typeahead */
.typeahead {
    padding: 2px 10px;
    font-size: 14px;
    color: #676A6C;
}

ul.typeahead.dropdown-menu  {
    max-height:200px;
    overflow-x:auto;
}

.typeahead.dropdown-menu li a {
    padding: 0px 10px;
    margin: 0px 4px;
    font-size: 14px;
    color: #676A6C;
    line-height: 24px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.typeahead.dropdown-menu li.active a,
.typeahead.dropdown-menu li.active a:hover,
.typeahead.dropdown-menu li.active a:active {
    background-color: #5897fb;
    border-radius: 0px;
    color: white;
    font-size: 14px;
}

/* Customize Autocomplete controls Styles */
ul.ui-autocomplete {
    border-radius: 4px !important;
    color: rgb(103, 106, 108);
    font-size: 14px;
}

.ui-autocomplete-input, .ui-widget-content a {
    color: rgb(103, 106, 108);
    font-size: 14px;
    overflow-x:hidden;
}

.ui-autocomplete a:link,
.ui-autocomplete a:hover,
.ui-autocomplete a:focus,
.ui-autocomplete li:focus,
.ui-autocomplete.ui-widget-header .ui-state-focus,
.ui-autocomplete.ui-widget-content .ui-state-focus {
    color: white;
    font-size: 14px;
    border: 1px solid rgb(77, 144, 254);
    background-color: rgb(77, 144, 254);
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all
{
    max-height:200px;
    overflow:auto;
}

/* Landscape phones and down */
@media (max-width: 767px) {
    #region-container .select2-selection, #ownership-container .select2-selection {
        width: 98% !important;
    }
}

.filter-row .input-group {
    width: 100% !important;
}

.btn-m-t-md {
    margin-top: 23px;
}

.select2 {
    width: 100% !important;
}

/*Slider styles*/
.zoom {
    -webkit-appearance: none;
    width: 100%;
}

.zoom:focus {
    outline: none;
}

.zoom::-webkit-slider-runnable-track {
    width: 100%;
    height: 4.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

.zoom::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 28px;
    width: 10px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -12px;
}

.zoom:focus::-webkit-slider-runnable-track {
    background: #ffffff;
}

.zoom::-moz-range-track {
    width: 100%;
    height: 4.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

.zoom::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 28px;
    width: 10px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

.zoom::-ms-track {
    width: 100%;
    height: 7.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.zoom::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

.zoom::-ms-fill-upper {
    background: #ffffff;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

.zoom::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 28px;
    width: 10px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    margin-top: 0px;
}

.zoom:focus::-ms-fill-lower {
    background: #ffffff;
}

.zoom:focus::-ms-fill-upper {
    background: #ffffff;
}

.fileupload-table {
    margin-top: 15px;
    margin-bottom: 0px !important;
}

.download-image-btn {
    float: right;
}

.locations-history-text {
    float: right;
    margin-right: 25px;
}

@media (max-width: 768px) {
    .download-image-btn {
        float: left;
    }
}

/*Wrap tet if is larger than column*/
td, .form-group div label, .form-group div a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
th {
    padding-right: 20px !important;
}

/*Make input type number as input type textbox*/
input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.left-border {
    border-left: 1px solid #e7eaec;
    padding-left: 15px;
}

.border-top-bottom {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    margin-bottom: 15px;
}

.location-history {
    padding: 0px;
    margin-bottom: -15px;
}

textarea.form-control {
    resize: none;
    min-height: 106px;
}

label.description {
    font-weight: 400 !important;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .left-border {
        border-left: 0px;
        padding-left: 0px;
    }
}

.label-padding {
    padding-left: 28px;
}

.field-validation-error {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.ibox-footer {
    border: 1px solid #e7eaec;
}

.breadcrumb { display:none;}

.page-heading {
    padding-bottom:0px;
}

.page-heading h2{
    margin-top:6px;
    margin-bottom:10px;
}

#page-wrapper > .wrapper-content{
    padding:15px 0px 40px 0px;
}

#page-wrapper > .wrapper-content .float-e-margins {
    margin-bottom: 15px;
}

.excel {
    color: #1ab394;
    font-size: 16px;
}

.word {
    color: #1c84c6;
    font-size: 16px;
}


/* GLOBAL SEARCH */
.navbar-form-custom {
    width: 250px;
}

.navbar-form-custom .form-control {
  display:inline-block;
  width:90%;
  border-bottom:1px solid #e7eaec;
  height: 45px;
  padding:12px 17px 0 0px;
  margin-left:10px;
  line-height:12px;
}

.navbar-form-custom .form-control:focus{
    border-color:#e7eaec !important;
}

.navbar-form-custom i{
    margin-left:-16px;
    color:#bfc5cc;
}