@import url(https://fonts.googleapis.com/css?family=Varela+Round);

.tile-body, .tile-heading {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4)
}

body {
    font-family: 'Varela Round', sans-serif !important
}

.tooltip_is {
    position: relative;
    display: inline-block
}

.tooltip_is .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    position: absolute;
    z-index: 1
}

.tooltip_is:hover .tooltiptext {
    visibility: visible
}

.overlay-layer {
    background: url(../images/other/overlay.png) top left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.box {
    position: fixed;
    top: -200px;
    left: 30%;
    right: 30%;
    display: none;
    background-color: #fff;
    color: #7F7F7F;
    padding: 20px;
    border: 2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 101
}

.box h1 {
    border-bottom: 1px dashed #7F7F7F;
    margin: -20px -20px 0;
    padding: 10px;
    background-color: #FFEFEF;
    color: #EF7777;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px
}

#myDiv {
    color: Green;
    background-color: #eee;
    border: 2px solid #333;
    display: none;
    text-align: justify
}

.quantity, .remove {
    text-align: center
}

#myDiv p {
    margin: 15px;
    font-size: .917em
}

.star-rating {
    line-height: 32px;
    font-size: 1.25em
}

.star-rating .fa-star {
    color: #ffd803
}

.inner-table {
    padding: 0 !important
}

.inner-table table {
    margin-bottom: 0 !important
}

/*
.multiselect-container > li > a > label {
    padding: 3px 20px 3px 8px !important
}*/

.main-img {
    border: 1px solid #CED1D6
}

input[type=file] {
    display: block
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0
}

.remove {
    display: block;
    background: #444;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer
}

.remove:hover {
    background: #fff;
    color: #000
}

.tile, .tile a, .tile-body, .tile-heading {
    color: #FFF
}

#dt-list-1 ul {
    list-style: none
}

.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    transition: all 1s
}

.tile-primary {
    background-color: #1b80c2
}

.tile-success {
    background-color: #53b953
}

.tile-warning {
    background-color: #f3aa41
}

.tile-danger {
    background-color: #e45847
}

.tile:hover {
    opacity: .95
}

.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .1)
}

.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: .7
}

.tile:hover .tile-heading .pull-right {
    opacity: 1
}

.tile-body {
    padding: 15px;
    line-height: 48px
}

.tile .tile-body i {
    font-size: 50px;
    opacity: .3;
    transition: all 1s
}

.tile:hover .tile-body i {
    color: #FFF;
    opacity: 1
}

.tile .tile-body h2 {
    font-size: 42px
}

.tile-footer {
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, .1)
}

.tile-orange {
    background-color: orange !important
}

.tile-red {
    background-color: red !important
}

.tile-green {
    background-color: green !important
}

.quantity-success {
    background-color: #4cb64c
}

.quantity {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.pad-20 {
    padding-top: 20px
}

.category_name_width {
    width: 280px
}

.subcategory_name_width {
    width: 200px
}

[type=date] {
    background: url(assets/images/calender_2.png) 97% 50% no-repeat #fff
}

[type=date]::-webkit-inner-spin-button {
    display: none
}

.tz-gallery {
    padding: 80px
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: .15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .06)
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02)
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
    height: 300px
}

.tz-gallery .caption {
    padding: 26px 30px;
    text-align: center
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0
}

.baguetteBox-button {
    background-color: transparent !important
}

.form-ul-two-row {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style-type: none;
    overflow: hidden;
}

.form-ul-two-row li {
    margin: 0;
    padding: 0;
    width: 49%;
    height: auto;
    display: inline-block;
}

.form-ul-four-row {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style-type: none;
    overflow: hidden;
}

.form-ul-four-row li {
    margin: 0;
    padding: 0;
    width: 19%;
    height: auto;
    display: inline-block;
}

.form-ul-four-row-manage {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style-type: none;
    overflow: hidden;
}

.form-ul-four-row-manage li {
    margin: 0;
    padding: 0;
    width: 20%;
    height: auto;
    display: inline-block;
}


.panel-body {
    padding: 0;
}

.excel_upload_receipt {
    border: 1px solid #ccc;
    padding: 10px;
}

.exportExcel {
    padding: 5px;
    border: 1px solid grey;
    margin: 5px;
    cursor: pointer;
}

.video-verification-complete {
    background-color: lightgreen;
}

.video-verification-complete-icon:before {
    font-family: FontAwesome;
    content: "\f144";
}

.video-list:hover {
    cursor: pointer;
}

.video-verification-pending {
    background-color: lightsalmon;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.small-textbox {
    width: 100%;
}

.time-textbox {
    width: 100px;
}

.direction_dropdown {
    width: 150px;
}

.full-actions {
    width: 120%;
    overflow: hidden;
}

.overall {
    overflow-x: scroll;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.dropdown-menu {
    min-width: 350px;
}

.report-table > tbody > tr:last-child {
    color: #707070;
    font-weight: 600;
    background: repeat-x #F2F2F2;
    background-image: linear-gradient(to bottom, #F8F8F8 0, #ECECEC 100%);
}

.report-table tr td:last-child {
    color: #707070;
    font-weight: 600;
    background: repeat-x #F2F2F2;
    background-image: linear-gradient(to bottom, #F8F8F8 0, #ECECEC 100%);
}
.report-table tr td:nth-last-child(2) {
    color: #707070;
    font-weight: 600;
    background: repeat-x #F2F2F2;
    background-image: linear-gradient(to bottom, #F8F8F8 0, #ECECEC 100%);
}
.borderless td, .borderless th {
    border: none;
}
.dataTables_filter input[type=search], .dataTables_filter input[type=text] {
    width: 250px !important;
}

