/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Style for Enable/disable checkbox */
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 19px;
    margin-bottom: -2.5px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 0px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    border-color: #2ecc71 !important;
    box-shadow: #2ecc71 0 0 0 21px inset !important;
    transition: border 300ms, box-shadow 300ms, background-color 1.2s !important;
    background-color: #2ecc71 !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2ecc71 !important;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.noscreen {
    display: none;
}

#wrapper {
    width: 100%;
}

.both {
    clear: both;
}

/* // -- New CSS Style Responsive -- Begin -- // */
#loginLogo {
    text-align: center;
    margin-bottom: 32px;
}

#loginLogo img {
    width: 40vh;
}

#loginLogo-signup {
    text-align: center;
}

#loginLogo-signup img {
    width: 14vh;
    text-align: center;
    height: 7vh;
}

#login-panel {
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 2%;
    font-size: 150%;
}

.login-input {
    height: 5vh;
    line-height: 2;
    font-size: 2vh;
}

.login-input::-webkit-input-placeholder {
    font-size: 100%;
    line-height: 2;
}

.user-header-name {
    margin-top: 1%;
    margin-right: 1%;
    float: right;
}

.user-header-name b {
    font-size: 150%;
    color: white;
}

#logo {
    width: 15vh;
    margin-top: -8%;
    margin-left: 20px;
}

#page-wrapper {
    width: calc(100% - 190px);
    margin-top: 5vh;
    float: right;
    padding: 0;
    background-color: #fff;
    padding-bottom: 0px;
    margin-right: 0px !important;
    height: 100% !important;
    padding-right: 0px !important;
}

/* // -- iPad Portrait -- // */
@media (max-width: 768px) {
    #login-panel {
        margin-left: 20%;
        margin-right: 20%;
    }

    .user-header-name {
        margin-top: 3%;
        margin-right: 2%;
    }

    #logo {
        width: 13vh;
        margin-top: -8%;
        margin-left: 20px;
    }

    #page-wrapper {
        margin-top: 8%;
    }
}

.menu-btn-config {
    padding-bottom: 1%;
    margin-left: 15px;
}

.scroll-overflow-header {
    overflow-x: auto;
    white-space: nowrap;
    background-overflow: visible;
}

.scroll-overflow-body {
    display: inline-block;
    float: none;
}

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

.max-width-95 {
    max-width: 95%;
}

.max-width-90 {
    max-width: 90%;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.white-space {
    white-space: normal;
}

.box-shadow {
    box-shadow: 0 2px 5px 0 grey;
}

/* // -- New CSS Style Responsive -- End -- // */

/* Hide Scroll Bar on left menu */
#hc-sidenav-modules-div::-webkit-scrollbar {
    display: none;
}

.navbar {
    height: 7%;
}

.side-nav-font {
    font-size: 18px;
    border-bottom: 1px solid rgba(227, 227, 227, 0.5);
}

.user-icon {
    font-size: 25px;
    padding: 5 !important;
}

.help {
    position: absolute !important;
    bottom: 0px !important;
}

@media (min-width: 768px) {
    #page-wrapper {
        padding: 0px;
    }

    .panel-heading.map-scout {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .panel .panel-body-scout {
        padding: 0px 0px 20px 0px !important;
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .padding-label {
        padding-left: 30px;
    }
}

.helpMessage {
    width: 100%;
    color: #696969;
    text-align: center;
    margin-bottom: 20px;
}

option[value="0"][disabled] {
    display: none;
}

.navbar-top-links {
    margin-right: 0;
    margin-top: 15px;
    background-color: transparent;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.top-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #000;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-brand {
    background-color: #0365C0;
    width: 190px;
    height: 7%;
}

.drop-hover, .dropdown-toggle {
    /*background-color: #0365C0 !important;*/
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #222;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

li.message-preview > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.side-nav {
    position: fixed;
    top: 6%;
    left: 200px;
    width: 190px;
    margin-left: -200px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #FFF;
    bottom: 0;
    overflow-x: hidden;
    margin-top: 13px !important;
}

.side-nav > li > a {
    width: 190px;
}

.side-nav li a:hover,
.side-nav li a:focus {
    outline: none;
    background-color: #023e75 !important;
}

.side-nav > li > ul {
    padding: 0;
}

.side-nav > li > ul > li > a {
    disply: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
}

.side-nav > li > ul > li > a:hover {
    color: #fff;
    background-color: #023e75
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media (min-width: 768px) {
    .sidebar {
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-transparent-outline {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 30px;
}

.panel-date {
    background-color: #efefef;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.panel-green {
    border-color: #70BF41;
}

.panel-green > .panel-heading {
    border-color: #70BF41;
    color: #fff;
    background-color: #67B542;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #386021;
}

.panel-red {
    border-color: #C82506;
}

.panel-red > .panel-heading {
    border-color: #C82506;
    color: #fff;
    background-color: #E75351;
}

.panel-red > a {
    color: #C82506;
}

.panel-red > a:hover {
    color: #7e1704;
}

.panel-yellow {
    border-color: #F5D328;
}

.panel-yellow > .panel-heading {
    border-color: #F5D328;
    color: #fff;
    background-color: #F3CC3B;
}

.panel-yellow > a {
    color: #F5D328;
}

.panel-yellow > a:hover {
    color: #977f07;
}

.panel-orange {
    border-color: #F5D328;
}

.panel-orange > .panel-heading {
    border-color: #F5D328;
    color: #fff;
    background-color: #EF842C;
}

.panel-orange > a {
    color: #F5D328;
}

.panel-orange > a:hover {
    color: #977f07;
}

.panel-lightblue {
    border-color: #51A7F9;
}

.panel-lightblue > .panel-heading {
    border-color: #51A7F9;
    color: #fff;
    background-color: #51A7F9;
}

.panel-lightblue > a {
    color: #51A7F9;
}

.panel-lightblue > a:hover {
    color: #0882f5;
}

.a:active {
    background-color: #023e75 !important;
    color: #fff;
}

.active-sidebar:active {
    background-color: #023e75 !important;
    color: #ffffff !important;
    font-size: 18px;
}

.active-sidebar {
    background-color: #0365C0 !important;
    color: #ffffff !important;
    font-size: 18px;
}

.bg-white {
    background-color: white;
}

.bg-blue {
    background-color: #0365C0;
    color: #ffffff !important;
    font-size: 18px;
}

.bg-blue:focus {
    background-color: #023e75 !important;
    font-size: 15px;
}

.bg-blue:hover {
    background-color: #023e75 !important;
    font-size: 18px;
}

.bg-lightblue {
    background-color: #51A7F9 !important;
}

.btn {
    background-color: #51A7F9 !important;
    color: #fff;
}

.btn:hover, .btn:focus {
    background-color: #023e75 !important;
    color: #fff !important;
}

.btn-red {
    background-color: #ef5350 !important;
    color: #fff;
}

.btn-red:hover, .btn-red:focus {
    background-color: #c62828 !important;
    color: #fff !important;
}

.btn-align-start {
    position: absolute;
    left: 15px;
}

#goTopBtn {
    position: fixed;
    top: 95%;
    left: 94%;
    opacity: 0.4;
    display: none;
}

#goTopBtn:hover {
    opacity: 1.0;
}

.panel-img {
    width: 70px;
}

.panel-img-small {
    width: 40px;
}

.icons-sm {
    width: 20px;
}

.icons-xs {
    width: 15px;
}

.row-centered {
    text-align: center;
}

.row-centered th {
    text-align: center !important;
}

.row-input-search {
    background-color: #efefef;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

#map {
    width: 100%;
    height: 700px;
    background-color: grey;
}

.angular-google-map-container {
    width: 100%;
    height: 700px;
}

.tractor-profile {
    color: #000;
    font-weight: 1px;
    font-size: 15px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 10px #8e8e8e;
    -webkit-box-shadow: 0 0 10px #8e8e8e;
    box-shadow: 0 0 10px #8e8e8e;
    padding-bottom: 10px;
    margin: 10px;
}

.profile-top {
    background-color: #023e75;
    border-radius: 8px 8px 0 0;
    border-color: #023e75;
    margin-bottom: 5px;
    padding: 4%;
}

.tractor-name {
    color: #fff;
    font-weight: 1px;
    font-size: 20px;
    padding: 0px;
}

.btn-main {
    background-color: #51A7F9;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-color: transparent;
    border-radius: 4px;
}

.btn-main:hover, .btn-main:focus {
    background-color: #023e75;
    color: #fff;
}

.equip-img-list {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    padding: 5px;
}

.equip-img-list:hover {
    background: #ccc;
    cursor: pointer;
}

.scout-img-list {
    width: 50%;
    border-radius: 50%;
    float: left;
}

.profile-list-field {
    color: #000;
    font-size: 15px;
}

.btn-edit-sm, .btn-trash-sm {
    background-color: #023e75;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-color: transparent;
    border: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
}

.btn-edit, .btn-trash {
    background-color: #023e75;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-color: transparent;
    border: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
}

.btn-add-equip {
    background-color: #51A7F9;
    color: #fff;
    border: transparent;
    border-radius: 3px;
    width: 150px;
    padding: 7px;
}

.btn-filter, .btn-sort {
    background-color: #51A7F9;
    color: #fff;
    border: transparent;
    border-radius: 3px;
    width: 75px;
    padding: 7px;
}

.btn-filter:hover, .btn-filter:focus,
.btn-sort:hover, .btn-sort:focus,
.btn-add-equip:hover, .btn-add-equip:focus {
    background-color: #023e75;

}

.btn-edit:hover, .btn-edit:focus,
.btn-edit-sm:hover, .btn-edit-sm:focus {
    background-color: #70BF41;
    color: #fff;
    border-color: transparent;
}

.btn-trash:hover, .btn-trash:focus,
.btn-trash-sm:hover, .btn-trash-sm:focus {
    background-color: #C82506;
    color: #fff;
    border-color: transparent;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 0px; /* 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.4); /* Black w/ opacity */
}

.modal-dialog {
    width: auto;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 66%;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.modal-crew-timekeeper .modal-content {
    max-width: 850px;
}

@media (max-width: 1000px) {
    .modal-crew-timekeeper .modal-content {
        width: 80%;
    }
}

@media (max-width: 700px) {
    .modal-crew-timekeeper .modal-content {
        width: 90%;
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right;
    /*font-size: 30px;*/
    padding-top: 10px;
}

.close:hover,
.close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.close-dark {
    color: #616161;
    float: right;
    cursor: pointer;
}

.close-dark:hover,
.close-dark:focus {
    color: black;
}

.modal-header {
    background-color: #0365C0;
    color: white;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    padding: 8px;
}

.modal-body {
    padding: 30px;
}

.asterisk {
    font-size: 12px;
    color: red;
}

.myBox {
    border: 0px solid #000000;
    border-bottom-width: 1px;
    background-color: transparent;
    width: 74.33%;
}

.formBody {
    margin-left: -15px;
    margin-right: -15px;
}

.formLabel {
    width: 25%;
}

.formSelect {
    width: 74.33%;
    cursor: pointer;
}

.btn-add-emp {
    background-color: #51A7F9;
    color: #fff;
    border: transparent;
    border-radius: 5px;
    padding: 7px;
    width: 100%;
}

.btn-add-emp:hover {
    background-color: #023e75;
}

.empty-crew-warn {
    color: black;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.popupBody, .asterisk {
    font-family: Cabin, "Helvetica Neue", sans-serif;
}

.submit {
    background-color: #51A7F9;
    color: #ffffff;
    font-family: Cabin, "Helvetica Neue", sans-serif;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

.formUpload {
    text-align: center;
}

.imgUpload {
    width: 30%;
    padding-bottom: 15px;
    padding-top: 0px;
}

.padding-btn-header {
    padding: 13px;
}

@media (min-width: 768px) {
    .padding-label {
        padding-top: 6px;
        padding-left: 10px;
    }

    .left-30 {
        left: calc(20% - 50px);
    }

    .right-50 {
        right: calc(25% - 50px);
    }
}

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 4px;
    margin-left: -1px;
}

.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

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

#adv-search, .adv-search {
    margin: 0 auto;
    width: 624px;
}

.dropdown.dropdown-lg {
    position: static !important;
}

.dropdown.dropdown-lg .dropdown-menu {
    min-width: 250px;
}

.button-lg {
    width: 100%;
}

.sort {
    padding: 5px;
    font-size: 13px;
}

.sort:hover {
    background-color: #51A7F9;
    padding: 10px;
    font-size: 14px;
}

/*   ------------- Equipment page Style--------------   */

.goodBord {
    border: 4px;
    border-style: solid;
    border-color: #70BF41;
    margin-bottom: 5px;
}

.attentionBord {
    border: 4px;
    border-style: solid;
    border-color: #F5D328;
    margin-bottom: 5px;
}

.brokenBord {
    border: 4px;
    border-style: solid;
    border-color: #C82506;
    margin-bottom: 5px;
}

/* End equipment page style */
.red {
    color: #C82506;
}

.green {
    color: green;
}

.white {
    color: #fff;
}

.title {
    color: #fff;
}

.meals {
    color: #C82506;
    font-style: italic;
}

.scout-list {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}

.italic {
    font-style: italic;
}

.title-med {
    color: #fff;
    font-weight: 1px;
    font-size: 15px;
    padding: 0px;
}

.filterMenu {
    padding-right: 90px;
    padding-left: 90px;
}

.cb {
    list-style: none;
    display: inline-block;
    background-color: #51A7F9;
    color: #FFF;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 8px;
    width: 30%;
    text-align: center;
}

.cb-75 {
    list-style: none;
    display:inline-block;
    background-color: #51A7F9;
    color: #FFF;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 7px;
    text-align: center;
}

.cb-med {
    list-style: none;
    display: inline-block;
    background-color: #51A7F9;
    color: #FFF;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 5px 80px;
    float: center;
}

.cb:hover, .cb-med:hover {
    background-color: #023e75;
    color: #FFF;
}

.cb.active {
    background-color: #023e75 !important;
    color: #FFF !important;
    font-weight: bold;
}

.cb-75.active {
    background-color: #023e75 !important;
    color: #FFF !important;
    font-weight: bold;
}

.selected {
    background-color: #DCDEE0;
    color: #000;
}

.centerd {
    text-align: center;
}

.shadow {
    -moz-box-shadow: 0 0 10px #8e8e8e;
    -webkit-box-shadow: 0 0 10px #8e8e8e;
    box-shadow: 0 0 10px #8e8e8e;
}

.centerd {
  text-align: center;
}

.customList {
    font-size: 15px;
}

/*  -------- Generic widths --------- */

.col-10 {
    width: 10%;
}

.col-20 {
    width: 20%;
}

.col-15 {
    width: 15%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30% !important;
}

.col-33 {
    width: 33.3%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-70 {
    width: 70%;
}

.col-80 {
    width: 80%;
}

.col-90 {
    width: 90%;
}

.col-100 {
    width: 100%;
}

.floatLeft, .float-left {
    float: left;
}

.float-right {
    float: right !important;
}

/*  -------- Timekeeper page --------- */
.employee_pic {
    border: 10px;
    border-style: solid;
    border-color: #70BF41;
    margin-bottom: 5px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/*  -------- Timekeeper page --------- */
/*  -------- Timekeeper Report page --------- */

#reportCrew {
    font-family: Verdana, Helvetica, Arial;
    width: 100% !important;
    overflow-x: scroll !important;
}

#reportCrew th {
    text-align: center;
    background-color: #51A7F9;
    color: white;
}

#reportCrew td {
    font-size: 12px;
    padding: 5px;
    margin: auto;
}

#reportCrew td {
    /*border: none;*/
}

#summaryTable {
    text-align: center;
    margin-left: 1px;
}

.tk-table {
    border: 1px solid #BBB;
}

.tk-table td {
    border-left: 1px solid #BBB !important;
    border-top: 1px solid #BBB !important;
}

.tk-table td:first-child {
    border-left: none;
}

.tk-table tr:first-child {
    border-top: none;
}

.tk-table tr:nth-child(even) {
    background-color: #EEE;
}

#summaryTable td:nth-child(even) {
    /*border-left: 1px solid red;*/
}

.relevant {
    font-size: 14px;
}

.panel-hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.panel-hover:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* TABLE SCOUT REPORT*/
.text-size-15 {
    font-size: 15px;
}

.bg-green-light {
    background-color: #2ecc71 !important;
}

.bg-grey {
    background-color: grey;
}

.bg-lightgrey {
    background-color: rgb(205, 203, 206);
}

.bg-header-lightblue {
    background-color: #606078;
    color: white;
}

.text-black {
    color: rgba(0, 0, 0, 0.83);
}

.margin-side-1px {
    margin-left: 1px;
    margin-right: 1px;
}

.margin-8px {
    margin: 8px;
}

.margin-left-15-negative {
    margin-left: -15% !important;
}

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

.margin-top-0-5em {
    margin-top: 0.5em;
}

.margin-top-1em {
    margin-top: 1em;
}

.margin-top-5em {
    margin-top: 5em;
}

.margin-top-5 {
    padding-top: 25px;
}

.margin-top-5px {
    margin-top: 5px !important;
}

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

.margin-top-15px {
    margin-top: 15px !important;
}

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

.margin-top-25px {
    margin-top: 25px !important;
}

.margin-top-50pct {
    margin-top: 50% !important;
}

.margin-top-9vh {
    margin-top: 9vh;
}

.margin-top-6vh {
    margin-top: 6vh;
}

.margin-bottom-0px {
    margin-bottom: 0px !important;
}

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

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

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

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-left-1em {
    margin-left: 1em;
}

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

.margin-left-15px {
    margin-left: 15px !important;
}

.margin-left-20px {
    margin-left: 20px !important;
}

.margin-left-5pct {
    margin-left: 5%;
}

.margin-left-40pct {
    margin-left: 40%;
}

.margin-left-42px {
    margin-left: 42px;
}

.margin-left-10pct {
    margin-left: 10%;
}

.margin-left-1vw {
    margin-left: 1vw;
}

.margin-left-2vw {
    margin-left: 2vw;
}

.margin-left-1vw-negative {
    margin-left: -1vw;
}

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

.margin-right-1em {
    margin-right: 1em;
}

.margin-right-6px {
    margin-right: 6px;
}

.margin-auto {
    margin: auto;
}

.tr-grey {
    border-style: hidden;
    background-color: #e7e7e7;
}

.tr-border-top {
    border-top: 2px solid darkgray;
}

.editableInputParent {
    position: relative;
    transition: all 0.2s;
}

td:hover .editableInputEditButton, td:hover .editableInputFinishButton {
    /*display: block;*/
    transition: all 0.3s;
    opacity: 1;
}

.editableInputFinishButton {
    /*display: none;*/
    position: absolute;
    margin: 0;
    padding: 0;
    width: 10px !important;
    height: 100%;
    background-color: #51A7F9;
    color: rgba(0, 0, 0, 0);
    font-size: 15px;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0px -1px 1px #444;
}

.editableInputFinishButton:hover {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100%;
    color: white;
    bottom: 0;
    transition: all 0.3s;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    /*border-radius: 50% 0 0 0;*/
    box-shadow: 0px -1px 1px #aaa;
    /*transform: translateY(-100%);*/
}

.editableInputEditButton {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 10px !important;
    height: 100%;
    background-color: #51A7F9;
    color: rgba(0, 0, 0, 0);
    font-size: 15px;
    top: 0;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
    box-shadow: 0px 1px 1px #444;
}

.editableInputEditButton:hover {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100%;
    color: white;
    transition: all 0.3s;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #888;
    /*transform: translateY(-100%);*/
}

.tab-header {
    display: block;
    position: relative;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px 5px 0 0;

    background-color: #51A7F9;
    text-align: left;
}

.tab-header-item {
    display: inline-block;
    background-color: #51A7F9;
    color: white;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    margin-left: 3px;
    margin-right: 3px;
    transition: all 0.2s;
}

.tab-header-item:hover {
    color: #888;
    background-color: #eee;
    cursor: pointer;
    transition: all 0.2s;
}

.tab-header-item-selected {
    background-color: #fff !important;
    color: #51A7F9 !important;
    font-weight: bold;
}

.tab-body-item {
    display: none;
}

.show {
    display: block;
}

.tab-body-item-selected {
    display: block;
    border-right: 1px solid #51A7F9;
    border-left: 1px solid #51A7F9;
    border-bottom: 1px solid #51A7F9;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}

.modal-lg .modal-content {
    width: 80% !important;
    background-color: #fff;
}

.day-card {
    display: inline-block;
    padding: 10px;
    background-color: #eee;
    /*background: linear-gradient(to right, #ddd, #eee);*/
    border: 1px solid #eee;
    margin: 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #aaa;
}

.button-right {
    margin: 5px;
    float: right;
    border-radius: 5px;
}

.btn-cancel {
    border-color: transparent;
    background-color: #d9d9d9;
    color: #333333;
    padding: 6px 15px 6px 15px;
}

.btn-cancel-x {
    border-color: transparent;
    background-color: #efefef;
    color: #333333;
    padding: 6px 15px 6px 15px;
}

.btn-save {
    border-color: transparent;
    background-color: #70BF41;
    color: #fff;
    padding: 6px 15px 6px 15px;
}

.tab-body .tab-body {
    background-color: #fff;
}

.reportEmployee {
    display: inline-block;
}

.tab-panel {
    display: inline-block;
}

.weekTable {
    clear: both;
    width: 100% !important;
}

.weekTable td {
    border: 1px solid black;
    /*width: 90px !important;*/
    /*max-width: 120px;*/
    width: 125px !important;
    height: 30px !important;
    font-size: 15px;
    padding: 1px;
}

.weekTable td div {
    font-size: 100%;
    width: 100%;
}

tr.table-info td, td.table-info {
    background-color: #51A7F9;
    color: white;
    font-weight: bold;
}

.full-signature {
    border-bottom: 2px solid black;
    width: 1000px;
    height: 500px;
}

img.small-signature {
    width: 80px;
    height: 40px;
}

.edited-td > * {
    color: red !important;
}

.width-fit-content {
    width: fit-content !important;
}

.width-calc-16px {
    width: calc(100% - 16px) !important;
}

.width-1em {
    width: 1em;
}

.width-5em {
    width: 5em;
}

.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-19 {
    width: 19%;
}

.width-20 {
    width: 20%;
}

.width-30 {
  width: 30%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

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

.width-25px {
    width: 25px;
}

.width-56px {
    width: 56px;
}

.width-410px {
    width: 410px;
}

.width-615px {
    width: 615px;
}

.medFont {
    font-size: 22px;
}

.bg-no-severity {
    background-color: #dbdbdb;
    color: black;
    font-weight: bold;
}

.bg-severity-good {
    background-color: #70BF41;
    color: black;
    font-weight: bold;
}

.bg-severity-low {
    background-color: #F5D328;
    color: black;
    font-weight: bold;
}

.bg-severity-medium {
    background-color: #F39019;
    color: black;
    font-weight: bold;
}

.bg-severity-high {
    background-color: #EC5D57;
    font-weight: bold;
    color: black;
}

.table-hoverable {
    padding: 2% !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.tr-border {
    border-top: 1px solid darkgray !important;
}

.tr-blue {
    background-color: #0365C0;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: bold !important;
}

.tr-blue:hover {
    background-color: #0365C0 !important;
    color: #ffffff !important;
    font-size: 18px;
}

.table-hoverable:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.hoverable {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pointer-cursor {
    cursor: pointer;
}

.hoverable:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.table-report, .table-fixed {
    table-layout: fixed;
}

.half-width {
    width: 50%;
}

.chip {
    float: left;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    color: white;
    font-size: 16px;
    line-height: 30px;
    border-radius: 25px;
    background-color: #5b575a;
    max-width: 45vw;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
}

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

.chip-close {
    flex: 0 0 auto;
}

.closebtn {
    padding-left: 10px;
    color: #838884;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: white;
}

.alert-warning-orange {
    background-color: #eb8b34;
    color: white;
}

.td-pest-info:hover {
    cursor: pointer;
}

.td-pest-info:hover > span {
    display: inherit;
}

.td-pest-info span {
    float: right;
}

.crew-xls-report-table tr td {
    border: 1px solid black;
    padding: 5px;
}

.menu-icon {
    width: 16px;
}

/*****************************************/
/***************List View*****************/
.bg-lb {
    background-color: #51A7F9 !important;
}

.list-header {
    border-radius: 3px 3px 0px 0px;
    padding: 0px 15px 0px 15px;
    color: #fff;
}

.list-header-checklist {
    border-bottom: 1px solid #70BF41;
    border-left: 1px solid #70BF41;
    border-right: 1px solid #70BF41;
    margin-top: -3px;
    padding-top: 3px;
}

.list-header-category {
    border-bottom: 1px solid #70BF41;
    border-left: 1px solid #70BF41;
    border-right: 1px solid #70BF41;
    margin-top: -3px;
    padding-top: 3px;
}

.archived-list-header-category {
    border-bottom: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}

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

.profile-img-padd {
    padding: 5px !important;
    float: left !important;
}

.profile-img {
    border-radius: 50%;
    width: 40px;
}

.sm-listview {
    padding: 5px !important;
}

.listUI {
    line-height: 40px !important;
    color: #616161;
    font-size: 14px;
}

.profile-list:nth-child(odd) {
    background-color: #efefef;
}

.page-header {
    padding-bottom: 0px !important;
}

.page-title {
    font-size: 25px !important;
    margin-top: 15px;
}

.deletebtn {
    background-color: #ef473a;
    color: #fff;
    border: transparent;
    padding: 6px 15px 6px 15px;
    float: left;
    border-radius: 3px;
}

.deletebtn:hover {
    background-color: #cd2518;
}

.list-button-right > .deletebtn {
    margin-right: 5px;
    margin-top: 5px;
}

.downloadbtn {
    background-color: #2ecc71;
    color: #fff;
    border: transparent;
    padding: 6px 15px 6px 15px;
    float: left;
    border-radius: 3px;
}

.downloadbtn:hover {
    background-color: #0baa50;
}

.list-button-right > .downloadbtn {
    margin-right: 5px;
    margin-top: 5px;
}

.archivebtn {
    color: #fff;
    background-color: #f0ad4e;
    border: transparent;
    padding: 6px 15px 6px 15px;
    float: left;
    border-radius: 3px;
    margin-left: 8px;
}

.menu {
    background-color: #efefef;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
}

.container-fluid {
    height: 100% !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}

/**************NAVBAR/SIDEBAR*******************/

.closeModal {
    color: #ef473a;
    float: right;
    font-size: 30px;
}

.closeModal:hover,
.closeModal:focus {
    color: #ef473a;
    text-decoration: none;
    cursor: pointer;
}

.modal-content-pdf {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background-color: #ffff;
    width: 80%;
    height: 80%;
    text-align: center;
    top: 0px;
    left: 100px;
}

.pdfView {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 760px) and (max-width: 815px) {
    .modal-content-pdf {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        background-color: #ffff;
        width: 520px;
        text-align: center;
        top: 50px;
        left: 100px !important;
        height: 860px;
    }

    .pdfView {
        width: 100%;
        height: 790px;
    }
}

/*************SMALL SCREENS*******************/
@media (min-width: 320px) and (max-width: 767px) {
    .side-nav {
        position: fixed;
        top: 95px !important;
        width: 100% !important;
        height: 100% !important;
        border: none;
        border-radius: 0;
        background-color: #0365C0;
    }

    .side-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100% !important;
        text-align: center;
        font-size: 25px !important;
        border-bottom: 1px solid white;
        float: left !important;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #023e75 !important;
    }

    .userprofile-icon {
        float: right !important;
    }

    .menu-icon {
        width: 22px !important;
    }

    .page-title {
        font-size: 22px !important;
    }

    .page-header {
        padding-bottom: 0px !important;
    }

    .container-fluid {
        height: 100% !important;
        margin-bottom: 0px !important;
        margin-right: 0px !important;
        background-color: rgb(245, 245, 245) !important;
    }

    #page-wrapper {
        width: 100%;
        margin-top: 68px !important;
        padding: 0;
        background-color: #fff;
        padding-bottom: 25px;
        margin-right: 0px !important;
    }

    .panel-size {
        width: 100%;
    }

    .profile-img-padd {
        padding: 5px !important;
        float: left !important;
    }

    .sm-listview {
        padding: 5px !important;
    }

    .dropdown-menu.dropdown-menu-left {
        left: 0px !important;
    }

    .map {
        height: 600px !important;
    }

    .employee_pic {
        border: 5px !important;
        border-style: solid !important;
        border-color: #70BF41 !important;
        margin-bottom: 0px !important;
        width: 55px !important;
        height: 55px !important;
        border-radius: 50% !important;
    }

    .user-icon {
        font-size: 20px !important;
        padding: 5 !important;
        height: 20px !important;
    }

    .navbar-top-links {
        margin-right: 0 !important;
        margin-top: 5px;
        background-color: transparent !important;
    }

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

    #reportCrew {
        font-family: Verdana, Helvetica, Arial;
        width: 100% !important;
        overflow-x: scroll !important;
    }

    .panel-heading.map-scout {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .panel .panel-body-scout {
        padding: 0px 0px 20px 0px !important;
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

th.legal-statements-toolbar {
    background-color: #eee !important;
    font-weight: normal;
    width: 100%;
    text-align: left !important;
    color: #333 !important;
}

ul.map-crew-employees {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.map-crew-employees li {
    margin: 0;
}

ul.itens-on-map {
    margin: 0;
    padding: 0;
}

ul.itens-on-map li {
    display: inline-block;
    padding: 5px;
    float: left;
    margin: 5px;
}

ul.itens-on-map li:nth-child(1) img {
    width: 40px;
    height: 40px;
}

ul.itens-on-map li:nth-child(1) {
    width: 110px;
    height: 50px;
}

ul.itens-on-map li:hover {
    background-color: transparent;
    cursor: pointer;
}

ul.itens-on-map li label input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;

}

ul.itens-on-map li label span {
    margin-left: 8px;
    font-size: 90%;
    display: inline;
}

div.config-div {
    margin: 10px !important;
}

div.config-div strong {
    font-size: 40px !important;
}

div.config-div label input[type=radio] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.8); /* IE */
    -moz-transform: scale(1.8); /* FF */
    -webkit-transform: scale(1.8); /* Safari and Chrome */
    -o-transform: scale(1.8); /* Opera */
    padding: 10px;
    margin: 15px;
}

div.config-div label {
    font-size: 90%;
}

div.config-div span {
    font-size: 18px;
}

.config-employee-list {
    padding: 0;
    margin: 0;
}

.config-employee-list li {
    list-style: none;
    background-color: #eeeeee;
    padding: 5px;
    margin: 3px;
    display: block;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
}

.config-employee-list li .name {
    font-size: 12px;
    display: block;
}

.config-employee-list li .name label {
    position: relative;
    margin-top: 6px;
}

.config-employee-list li .name .real_name {
    margin-left: 3px;
}

.config-employee-list li .details {
    font-size: 13px;
    margin-left: 20px;
}

.config-crews-list {
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.config-crews-list li {
    padding: 3px;
    display: inline-block;
    background-color: #4caf50;
    border-color: #43a047;
    color: white;
}

.btn-config-details {
    float: right;
    margin-right: 1vw;
}

.clearTable, .clear-both {
    clear: both;
}

.blue-btn {
    background-color: #03a9f4;
    padding: 8px;
    font-size: 12px;
    color: white;
    border: 1px solid #039be5;
    border-radius: 3px;
    font-weight: bold;
    transition: all 0.4s;
}

.blue-btn:hover {
    background-color: #01579b;
    transition: all 0.4s;
}

/* Begin Styles Map view */
div.map-container {
    width: 100% !important;
    height: 500px !important;
    position: relative;
    display: block;
}

div.leaflet-popup-content {
    font-size: 14px;
    width: 220px !important;
}

.markerRed {
    background: #EC5D57;
    border-radius: 45px;
    border: 4px solid #EC5D57;
}

.markerYellow {
    background: #F5D328;
    border-radius: 45px;
    border: 4px solid #F5D328;
}

.markerGreen {
    background: #33cd5f;
    border-radius: 45px;
    border: 4px solid #33cd5f;
}

.markerOrange {
    background: #ff7519;
    border-radius: 45px;
    border: 4px solid #ff7519;
}

.panel-heading.map-scout {
    background-color: #efefef;
    border: transparent;
    padding: 0px;
    margin-left: -20px;
    margin-right: -20px;
    height: 60px;
    font-size: 22px;
}

.panel-heading.map-scout .pull-left {
    font-size: 22px;
    color: #5c5c5c;
}

.panel-heading.map-scout .pull-right {
    font-size: 18px;
}

.panel .panel-body-scout {
    padding: 0px 20px 20px 20px;
    margin-left: -40px;
    margin-right: -40px;
}

.history-icon {
    margin-top: 5px;
    font-size: 18px;
    color: white;
}

.legend {
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 6px 8px;
    width: 180px;
    line-height: 18px;
    color: #777;
    font-weight: bold;
}

.legend i {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
    background-color: #2196f3 !important;
    color: white;
    font-weight: bold;
}

.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
    background-color: rgba(33, 150, 243, 0.7);
}

.marker-count div {
    background-color: #1870C7 !important;
    font-weight: bold;
    color: white;
}

.marker-customized {
    margin-left: -20px !important;
    margin-top: -20px !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 213 !important;
    opacity: 1 !important;
    outline: none !important;
    background-color: #1870C7;
}

.cluster {
    background: #2d84c8;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: 700;
    border: 1px solid #2d84c8;
    font-family: monospace;
}

.cluster-customized {
    margin-left: -20px !important;
    margin-top: -20px !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 213 !important;
    opacity: 1 !important;
    outline: none !important;
}

.cluster:before {
    content: ' ';
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid white;
}

/* End Style for Map view */
.digits-1 {
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin-top: -14px;
    margin-left: -14px;
}

.digits-2 {
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 35px;
    margin-top: -17px;
    margin-left: -17px;
}

.digits-2:before {
    border-width: 2px;
}

.digits-3 {
    font-size: 18px;
    height: 48px;
    width: 47px;
    line-height: 47px;
    border-width: 3px;
    margin-top: -24px;
    margin-left: -24px;
}

.digits-3:before {
    border-width: 3px;
}

.digits-4 {
    font-size: 18px;
    height: 58px;
    width: 58px;
    line-height: 57px;
    border-width: 4px;
    margin-top: -29px;
    margin-left: -29px;
}

.digits-4:before {
    border-width: 4px;
}

.error-modal .modal-dialog .modal-content {
    width: 30% !important;
}

.modal-header-orange {
    background-color: orange !important;
    color: white !important;
}

.icon-content {
    width: 100%;
    height: 50px;
    text-align: center;
}

#error-icon {
    font-size: 50px;
    color: orange;
}

.error-message-content {
    text-align: center;
}

#error-second-message {
    font-weight: bold;
    color: grey;
}

#error-main-message {
    color: grey;
}

#first-name-form {
    margin-right: 2px !important;
}

.last-name-form {
    margin-right: 4px !important;
}

#password-form {
    margin-right: 6px !important;
}

#pin-form {
    margin-right: 42px !important;
}

#id-form {
    margin-right: 52px !important;
}

#qrcode-form {
    margin-right: 10px !important;
}

#permission-level {
    margin-right: 210px !important;
}

#radio-permission-level {
    margin-right: 50px !important;
}

#radio-crew-shop {
    margin-left: 40px !important;
    margin-right: 30px !important;
}

.error-modal-footer button {
    background-color: orange !important;
}

.error-panel .panel-heading {
    background-color: white !important;
}

.error-panel .panel-heading .panel-title {
    font-weight: bold !important;
    color: grey !important;
    text-decoration: underline;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=time] {
    padding: 3px !important;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

input[type=search] {
    -webkit-appearance: none;
}
/*Styles for table shop csv and xls*/
.text {
    mso-number-format: "000"; /*force text*/
}

.num {
    mso-number-format: General;
}

.loading-gif {
    width: 100px;
    height: 100px;
}

.light-blue-th {
    background-color: #51A7F9 !important;
    color: white !important;
}

.header-fixed table {
    height: 160px !important;
    display: -moz-groupbox;
}

.header-fixed tr {
    width: 100%;
    display: inline-table;
    table-layout: fixed;
}

.resize-tr-table {
    width: 99% !important;
}

.resize-none, .resize-none textarea {
  resize: none !important;
}

.header-fixed tbody {
    overflow-y: scroll;
    height: 160px;
    position: absolute;
}

#div-table-search-employee {
    height: 225px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 40px;
}

.text-bold {
    font-weight: bold !important;
}

.light-blue-highlight {
    background-color: #d4e9fd !important;
    color: black;
}

.small-margin-left {
    margin-left: 3.5%;
}

.loc-table-headers {
    border-radius: 3px 3px 0px 0px;
    padding: 12px 0px;
    font-size: 100%;
}

.leg-table {
    margin-left: 15px;
    margin-bottom: 50px;
    color: red;
}

.leg-table span {
    font-size: 12px !important;
    color: red;
}

.leg-table a {
    font-size: 12px !important;
    color: blue;
}

.group-btn-less-margin {
    margin-top: -50px;
}

.location-div label input[type=radio] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.8); /* IE */
    -moz-transform: scale(1.8); /* FF */
    -webkit-transform: scale(1.8); /* Safari and Chrome */
    -o-transform: scale(1.8); /* Opera */
    padding: 10px;
    margin: 15px;
}

.location-div label {
    font-size: 90%;
}

div.location-div span {
    font-size: 100%;
}

.group-btn-centered {
    margin: auto;
    width: 70%;
}

.help-bg {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

#scout-gif {
    width: 120px;
    height: 120px;
}

.bootbox {
    z-index: 99999 !important;
}

.word-wrap {
    overflow-wrap: break-word;
}

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

.qa-picture {
    margin-left: 11px;
}

/* Generic CSS*/

.icon-right {
    width: 30px;
    height: 30px;
    float: right;
}

.border-text {
    color: white;
    text-shadow: -1px 0px #888, 0 1px #888, 1px 0px #888, 0 -1px #888;
}

.hc-median-text {
    font-size: 18px;
}

.red-comment {
    color: red;
    font-size: 12px !important;
}

.remove-selection {
    outline: none !important;
}

.crew-mini-search-bar {
    margin-right: 1%;
    margin-left: 1%;
}

.clear-icon {
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
}

/* CSS FOR EMPLOYEE TAB */

.text {
    mso-number-format: "000";
}

.num {
    mso-number-format: General;
}

#packTable .editable-number {
    width: 45%;
}

.btnToggleReport {
    background-color: #51A7F9;
    color: white;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    float: center;
    padding: 2.5%;
    width: 100%;
}

.btnToggleReport:hover, .btnToggleReportHover {
    background-color: #023e75;
}

.signatures {
    width: 100% !important;
}

.bootstrap-datetimepicker-widget div:hover {
    background-color: white;
}

.pointer {
    cursor: pointer;
}

#fullscreen {
    width: 100%;
    height: 100%;
}

.balanced {
    color: #33cd5f;
    font-size: xx-large !important;
}

.assertive {
    color: #ef473a;
    font-size: xx-large !important;
}

.row-design {
    background-color: grey;
    border-radius: 3px 3px 0px 0px;
    padding: 12px;
    font-size: 15px;
}
.food-table, .food-table td {
    border: 1px solid #DDD !important;
    border-collapse: collapse !important;
}

.table-collapse {
    border-collapse: collapse !important;
}

.bg-gray {
    background-color: #DDD !important;
    color: black;
}

.food-checkbox {
    top: 50% !important;
    position: relative !important;
    transform: translate(0%, -50%) !important;
}

.border-radius-5 {
    border-radius: 5px;
}
.border-radius-button:hover:after {
    border-radius: 192px;
}

.food-action-box {
    color: black;
    text-align: center;
    margin: -10px 15px 10px -15px;
    border-radius: 10px;
    border: 2px solid black;
    padding: 1vh;
    width: 25%;
}

.bg-lightgoldenrodyellow {
    background-color: lightgoldenrodyellow !important;
    color: black !important;
}

.bg-yellow {
    background-color: yellow !important;
}

.bg-green {
    background-color: #70BF41;
}

.redo-icon {
    font-size: 20px;
    float: right;

}

.extrainfo-btn {
    width: 350px;
}

.note-photo-col {
    max-width: 50vh !important;
    overflow-wrap: break-word;
    word-break: break-word;
}

.menu-selected {

}

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

/* FOOD SAFETY */

.horizontalLoading {
    width: 47px;
}

.right-padding {
    padding-right: 15px
}

.right-auto {
    right: auto;
}

.col-15-vh {
    min-width: 15vh;
}

.col-10-vh {
    min-width: 10vh;
}

.col-5-vh {
    min-width: 5vh;
}

.padding-1px {
    padding: 1px !important;
}

.padding-5px {
    padding: 5px !important;
}

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

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

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

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

.padding-1vh {
    padding: 1vh;
}

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

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

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

.text-black {
    color: black;
}

.hc-card {
    display: inline-block;
    padding: 10px;
    border: 1px solid #eee;
    margin: 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #aaa;
    width: 50vh;
}

.collapse-variety {
    margin: 0;
    width: 80%;
}

.panel-heading b:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: left;
    transition: all 0.1s;
    margin: 0px 5px -10px 5px;
}

.panel-heading.active b:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#crop-variety-list li {
    border-color: white;
    margin-left: 20px;
    background-color: #cdcdcd;
}

/* FOOD SAFETY */

.link-password {
    width: 50px;
    font-size: 12px;
    color: -webkit-link;
    cursor: pointer;
}

.hc-link {
    cursor: pointer;
    text-decoration: underline;
}

.color-red {
    color: red;
}

.color-white {
    color: white;
}

.color-grey {
    color: grey;
}

.color-black {
    color: black;
}

.break-word {
    word-wrap: break-word;
    word-break: break-word;
}

.crew-header-box {
    background-color: #efefef;
    border-radius: 3px;
}

.shop-header-box {
    background-color: #efefef;
    border-radius: 3px;
    padding: 1vh;
    margin: 1%;
    width: 99%;
}

.border-radius-top-5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.border-radius-right-4 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.box-add-emp {
    overflow: scroll;
    height: 200px;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

.box-add-emp h3 {
    color: #616161;
}

.select-in-header {
    width: 20%;
    margin-left: 1%;
    margin-right: 35%;
    float: left;
}

.text-in-header {
    font-size: 17px;
    float: left;
    margin-top: 4px;
}

/* Custom Checkbox Style -- Beginning */
.sum-container {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    margin-top: 5px;
    text-align: left;
}

.sum-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.tr-blue > .sum-container:first-child {

}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    margin-top: 5px;
}

.sum-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.sum-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sum-container input:checked ~ .checkmark:after {
    display: block;
}

.sum-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom Checkbox Style -- End */

/* FAQ Page Style -- Beginning */
.toggle-faq-panel {
    background-color: rgba(0, 0, 0, .03) !important;
    color: #007bff !important;
}

.content-section {
    padding-left: 3vw !important;
}

#pdfModalResources {
    top: 100px !important;
    z-index: 1000px;
}

#userGuidesResources ul li {
    margin-bottom: 2vh !important;
}

#userGuidesResources div {
    padding-bottom: 0px !important;
}

.list-guides-resources {
    list-style-type: none;
    padding: 0px;
}

.list-guides-resources h3:hover {
    color: #2B60AF;

}
/* FAQ Page Style -- End */

/* Tooltip Style -- Beginning */
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 100;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: white;
    text-align: left;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 100;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;

}

.tooltip .tooltip-info-questions {
    width: max-content;
    text-align: center;
    bottom: 33px;
    margin-left: -11px;
}

/* Tooltip Style -- End */

.hide-div {
    visibility: hidden;
}

.height-2-3em {
    height: 2.3em;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-visible {
    overflow: visible !important;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0;
}

.height-40 {
    height: 40px;
}

.height-25px {
    height: 25px;
}

.height-100px {
    height: 100px;
}

.height-175px {
    height: 175px !important;
}

.height-250px {
    height: 250px !important;
}

.text-xxlarge {
    font-size: xx-large;
}

.text-18px {
    font-size: 18px;
}

.text-06em {
    font-size: 0.6em;
}

.text-075em {
    font-size: 0.75em;
}

.text-1em {
    font-size: 1em !important;
}

.text-1-5em {
    font-size: 1.5em !important;
}

.text-2em {
    font-size: 2em !important;
}

.btn-send-request {
    width: 150px !important;
    background-color: #2ecc71 !important;
    box-shadow: 0 2px 4px 0 #999;
}

.display-block {
    display: block;
}

.display-inline-flex {
    display: inline-flex;
}

.diplay-flex, .display-flex {
    display: flex !important;
}

.display-inline-grid {
    display: grid;
}

.img-login-icon {
    min-width: 40px;
    width: 10%;
    -webkit-border-radius: 2px 0px 0px 2px;
    height: 5vh;
    line-height: 2;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 5px;
    border-right: none;
}

.border-radius-right-2px {
    -webkit-border-radius: 0px 2px 2px 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.left-separator {
    border-left: 1px solid lightgray;
}

.sign-up-container {
    width: 70em;
    margin-right: auto;
    margin-left: auto;
    height: 40em;
    display: flex;
    min-width: 320px;
}

.sign-up-right-content {
    background-color: #007bff;
    color: white;
    height: 100%;
    width: 50%;
}

.sign-up-left-content {
    width: 50%;
    padding: 1em;
    text-align: center;
}

.center-signup-vertically {
    position: relative;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.center-signup-content-vertically {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 950px) {
    .sign-up-container {
        width: 60em;
    }
}

@media screen and (max-width: 800px) {
    .center-signup-vertically {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .sign-up-container {
        width: 100%;
        display: block;
        height: 50vh;
    }

    .sign-up-right-content, .sign-up-left-content {
        width: 100%;
        height: 100%;
    }

    .sign-up-right-content {
        /*height: 50%;*/
    }
}

.signup-label {
    font-size: 2em;
    font-weight: bold;
    color: #8e8e8e;
}

.modal-sign {
    width: 950px !important;
}

.border-solid-gray {
    border: 1px solid #DDD !important;
}

.capitalize {
    text-transform: capitalize;
}

.inline-block-div {
    transition: all 0.1s;
    display: inline-block;
    margin: 3px;
    font-size: 13px;
    vertical-align: top;
    width: 13.9%;
}

.report-date-hover-option {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0365C0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: white;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    transform: translateX(40%) translateY(-40%) scale(0);
    z-index: 1000;
}

.report-date-item {
    padding: 5px;
    text-align: center;
    cursor: pointer;
    background-color: rgb(245, 250, 255);
}

.report-date:hover .report-date-hover-option {
    text-align: center;
    transform: translateX(40%) translateY(-40%) scale(1);
}

.report-date-hover-option:hover {
    transform: translateX(40%) translateY(-40%) scale(1.2);
}

.report-date-item-active {
    background-color: #0365C0;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
}

.inline-block-div:hover .report-date-item-active {
    border-radius: 3px 3px 0 0;
}

.report-date-item-active-visible {
    border-radius: 3px 3px 0 0;
}

.report-date-hover-option-minus {
    background-color: #c40;
}

.report-date-item-more {
    background-color: #0365C0;
    color: white;
    border-radius: 0 0 3px 3px;
    text-align: center;
    cursor: pointer;
    height: 0px;
    transition: all 0.1s;
    position: relative;
    width: 100%;
}

.report-date {
    box-shadow: 1px 1px 1px #aaa;
    border-radius: 3px;
    background-color: #eee;
    transition: all 0.1s;
}

.report-date-content {
    width: 99.5%;
    background-color: #fff;
    text-align: center;
    transition: all 0.1s;
    min-height: 25em;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
}

.report-date-content-hidden {
    height: 0;
    transition: all 0.1s;
    overflow-y: auto;
}

.report-date-select {
    padding: 3px;
    transition: all 0.1s;
}

.inline-block-div:hover .report-date-item-more {
    height: 20px;
    transition: all 0.1s;
}

.report-date-item-more-visible {
    height: 20px;
    transition: all 0.1s;
}

.report-date-item-more-save {
    font-size: 15px;
    height: 23px;
    border-radius: 0 0 3px 3px;
    transition: all 0.1s;
}

.inline-block-div:hover .report-date-item-more-save {
    height: 23px;
    transition: all 0.1s;
    border-radius: 0 0 0 0;
}

.report-date-item-more-option {
    background-color: #0365C0;
    width: 50%;
    float: left;
    display: inline-block;
    transition: all 0.1s;
    border-radius: 0 0 3px 3px;
}

.report-date-item-more-save {
    border-radius: 0 0 0 0;
}

.report-date-item-more-cancel {
    border-radius: 0 0 0 0;
}

.report-date-item-more-cancel:hover {
    background-color: #c90;
    transition: all 0.1s;
    border-radius: 0 0 0 0;
}

.report-date-item-more-save:hover {
    border-radius: 0 0 0 0;
    background-color: #0c9;
    transition: all 0.1s;
}

.report-date-item-more-replicate {
    border-radius: 0 0 3px 0;
}

.report-date-item-more-delete {
    border-radius: 0 0 0 3px;
}

.report-date-item-more-delete:hover {
    background-color: #c90;
    transition: all 0.1s;
    border-radius: 0 0 0 3px;
}

.report-date-item-more-replicate:hover {
    border-radius: 0 0 3px 0;
    background-color: #0c9;
    transition: all 0.1s;
}

.vertical-center {
    vertical-align: middle;
    display: inline-block;
}

.checklist-builder-options {
    position: absolute;
    right: 0;
    height: 0;
    overflow-y: auto;
    transform: translateY(0%);
    padding: 0px;
    display: inline-block;
    top: 0;
    border-radius: 5px;
    transition: all 0.1s;
}

.checklist-builder-category-options {
    position: absolute;
    right: 3px;
    height: 0;
    overflow-y: auto;
    transform: translateY(0%);
    padding: 0px;
    display: inline-block;
    top: 3px;
    border-radius: 5px;
    transition: all 0.1s;
}

.checklist-body {
    position: relative;
}

.checklist-builder-options {
    transform: translateY(3px);
    height: 40px;
    padding: 5px;
    transition: all 0.1s;
    line-height: 20px;
    overflow: unset;
}

.checklist-body:hover .options-row {
}

.category-body {
    position: relative;
}

.checklist-builder-category-options {
    transform: translateY(3px);
    height: 40px;
    padding: 3px;
    transition: all 0.1s;
    overflow: unset;
}

.category-body:hover .options-row {
}

.checklist-builder-option {
}

.checklist-builder-option:hover {
}

.hc-button {
    /* Moved to sass */
}

.hc-sm-button{
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    transition: all 0.1s;
}

.hc-sm-button:hover {
    transition: all 0.1s;
}

.hc-button:hover {
    transition: all 0.1s;
}

.hc-button-red {
    background-color: #f44336;
    border: 1px solid #b71c1c;
}

.hc-button-red:hover {
    background-color: #d32f2f;
}

.hc-button-orange {
    background-color: #f68f00 !important;
    border: 1px solid #e3b200 !important;
}

.hc-button-orange:hover {
    background-color: #f69000d6 !important;
    border: 1px solid #e3b200 !important;
}

.hc-button-orange-light {
    background-color: #fd9644 !important;
    border: 1px solid #e3b200 !important;
}

.hc-button-orange-light:hover {
    background-color: #f69000d6 !important;
    border: 1px solid #e3b200 !important;
}

.hc-button-yellow {
    background-color: #FBC02D;
    border: 1px solid #F9A825;
}

.hc-button-yellow:hover {
    background-color: #F9A825;
}

.hc-button-blue {
    background-color: #09c;
    border: 1px solid #07a;
}

.hc-button-blue:hover {
    background-color: #07a;
}


.hc-button-dark-blue {
    background-color: #3B6382;
    border: 1px solid #07a;
}

.hc-button-dark-blue:hover {
    background-color: #07a;
}

.hc-button-green {
    background-color: #4CAF50;
    border: 1px solid #388E3C;
}

.hc-button-green:hover {
    background-color: #388E3C;
}

.rounded-title {
    border-radius: 3px 3px 0 0;
}

.rounded-footer {
    border-radius: 0 0 3px 3px;
}

.popup-title {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.popup-check-less {
    width: 24%;
    display: inline-block;
    float: left;
}

.popup-check-more {
    width: 49%;
    display: inline-block;
    float: left;
}

.popup-check{
    width: 38%;
    display: inline-block;
    float: left;
    margin-left: 1vw;
}

.popup-checkbox {
    float: left;
    margin-left: 8px;
}

.popup-field {
    width: 100%;
    color: black;
    width: calc(100% - 30px);
}

.popup-body {
    width: 90%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.popup-picture {
    background-color: rgb(230, 230, 230);
}

.hc-modal-archive-button {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    background-color: #FBC02D;
    color: white;
    border: 1px solid #F9A825;
    font-size: 17px;
    float: left;
}

.hc-modal-archive-button:hover {
    background-color: #F9A825;
    cursor: pointer;
}

.hc-modal-save-button {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    background-color: #0365C0;
    color: white;
    border: 1px solid #07a;
    font-size: 17px;
}

.hc-modal-save-button:hover {
    background-color: #069;
    cursor: pointer;
}

.modal-large-close {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    font-size: 25px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: white;
    transition: all 0.1s;
}

.modal-large-close:hover {
    transform: scale(1.25);
    cursor: pointer;
}

.checklist-builder-header-questions {
    background-color: #fff;
    color: black;
    vertical-align: middle;
    border-left: 1px solid #70BF41;
    border-right: 1px solid #70BF41;
    border-top: 6px solid #70BF41;
    padding-top: 5px;
}

.checklist-builder-category-title {
    background-color: #fff;
    color: black;
    vertical-align: middle;
    border-left: 1px solid #70BF41;
    border-right: 1px solid #70BF41;
    border-top: 6px solid #70BF41;
    padding-top: 5px;
}

.archived-category {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-top: 6px solid #888;
}

.options-row {
    text-align: right;
    transition: all 0.1s;
}

.checklist-row:nth-child(1) {
    margin-top: 8px;
}

.checklist-row {
    border-radius: 5px;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: #efefef;
    transition: all 0.1s;
    width: 100%;
    display: inline-block;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px;
}

.question-body {
    position: relative;
    margin-left: 16px;
}

.checklist-row:hover {
    transition: all 0.1s;
    cursor: pointer;
}

.checklist-row:nth-child(odd) {
    background-color: #efefef;
}

.checklist-item-archived {
    transition: all 0.1s;
    color: #0365C0;
    font-size: 20px;
    margin-top: 10px;
    margin: 0 !important;
    padding: 3px;
    border-radius: 5px;
    width: 25px;
}

.checklist-item-archived:hover {
    color: white;
    background-color: #0365C0;
    cursor: pointer;
}

.checklist-item-archive {
    transition: all 0.1s;
    color: black;
    font-size: 20px;
    margin-top: 10px;
    padding: 3px;
    border-radius: 5px;
    width: 25px;
}

.checklist-item-archive:hover {
    color: white;
    background-color: #0365C0;
    cursor: pointer;
}

.checklist-item-edit {
    transition: all 0.1s;
    color: black;
    font-size: 20px;
    margin-top: 10px;
    padding: 3px;
    border-radius: 5px;
    width: 25px;
}

.checklist-item-edit:hover {
    color: #FF9800;
    cursor: pointer;
}

.checklist-item-add {
    transition: all 0.1s;
    color: black;
    font-size: 20px;
    margin-top: 10px;
    padding: 3px;
    border-radius: 5px;
    width: 25px;
}

.checklist-item-add:hover {
    color: #09c;
    cursor: pointer;
}

.checklist-item-remove {
    transition: all 0.1s;
    color: black;
    font-size: 20px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    width: 25px;
}

.checklist-item-remove:hover {
    color: white;
    background-color: #FBC02D;
    cursor: pointer;
}

.modal-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.checklist-builder-dropdown-options {
    width: 100%;
}

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

.full-rounded {
    border-radius: 3px;
}

.full-width {
    width: 100%;
}

.bold-text {
    color: #222;
    word-break: break-word;
    white-space: pre-wrap;
    vertical-align: middle;
    line-height: 120% !important;
    padding: 10px;
}

.checklist-builder-required-field {
    display: flex;
    align-items: center;
}

.checklist-builder-required-field div, .checklist-builder-required-field input, .checklist-builder-required-field select {
    width: calc(100% - 30px);
    display: inline-block;
    float: left;
}

.checklist-builder-not-required-field input, .checklist-builder-not-required-field select {
    width: calc(100% - 30px);
}

.checklist-builder-required-field .checklist-item-required {
    font-size: 20px;
    transition: all 0.1s;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 8px;
}

.checklist-builder-required-filled {
    color: #0c9;
    transition: all 0.1s;
}

.checklist-builder-question-priority {
    background-color: #888;
    color: white;
    padding: 0;
    border-radius: 3px;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 5px;
}

.question-type-text {
    color: black;
    vertical-align: top;
    text-align: left;
    width: 18%;
    display: inline-block;
    margin-top: 5px;
}

.question-options {
    text-align: right;
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-top: -4px;
}

.question-options i {
    margin: 3px;
}

.checklist-body .page-title {
    background-color: #0365C0;
    color: white;
}

.options-blue {
    background-color: #0365C0;
}

.question-description {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-top: 5px;
}

.question-details {
}

.question-details-title {
    transition: all 0.1s;
    font-weight: bold;
}

.question-details-content {
    color: #333;
    margin-left: 1px;
    transition: all 0.1s;
}

.question-hr {
    transition: all 0.1s;
    width: 133%;
    height: 1px;
    background: #aaa;
    margin: 2px;
    margin-top: 4px;
    border-radius: 50%;
}

.hidden-div {
    height: 0 !important;
    overflow-y: auto;
    transition: all 0.1s;
    padding: 0 !important;
    margin: 0 !important;
}

.question-priority {
    display: inline-block;
    background: #0365C0;
    margin-right: 5px;
    padding: 5px 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 101%;
    text-align: center;
    color: white;
    /* line-height: 70%; */
    font-weight: bold;
    vertical-align: top;
}

.question-priority-archived {
    background-color: #888;
}

.question-name {
    display: inline-block;
    width: 95%;
}

.question-details-photo {
    float: right;
    right: 0;
    margin-right: -33%;
    position: relative;
}

.question-details-photo img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.question-priority-options {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
    text-align: center;
}

.question-priority-option {
    transition: all 0.2s;
}

.question-priority-option:hover {
    transition: all 0.2s;
    transform: scale(1.5);
}

.question-priority-option-more {
}

.question-priority-option-less i {
}

.question-priority-option-less {
}

.expanded-checklist-row {
    margin-bottom: 30px;
    margin-top: 30px !important;
}

.dndDraggingSource {
    display: none;
}

.dndPlaceholder {
    background-color: #09c;
    opacity: 0.3;
    min-height: 40px;
}

.hc-select {
    color: white;
    height: 30px;
    font-weight: bold;
    text-align: center;
}

.horizontal-center {
    width: 100%;
    float: center;
    text-align: center;
}

.empty-info {
    background: #eee;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #ddd;
    color: black;
    margin-bottom: 10px;
    margin-top: 10px;
}

.center-horinzontally-vertically {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.text-2vh {
    font-size: 2vh;
}

.task-details {
    padding: 5px;
    margin: 5px;
}

.hc-card-list {
}

.hc-mini-card {
    position: relative;
    display: inline-block;
    width: calc(25% - 20px);
    margin: 10px;
    box-shadow: 1px 1px 1px rgb(235, 235, 235);
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    vertical-align: top;
    height: 200px;
}

.hc-mini-card-list-style {
    height: auto;
    width: calc(100% - 20px);
}

.hc-mini-card-list-style > .hc-mini-card-reduced-when-list {
    height: auto;
}

.hc-mini-card-list-style > .hc-mini-card-group-photo {
    height: auto;
}

.hc-mini-card:hover {
}

.hc-mini-card-group {
    height: 105px;
}

.hc-mini-card-archived {
}

.hc-mini-card-id {
    font-size: 12px;
    color: #333;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hc-mini-card-second-id {
    font-size: 11px;
    color: #333;
    float: right;
    text-align: right;
    word-break: break-all;
    width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hc-mini-card-title {
    word-break: break-all;
    font-size: 16px;
    font-weight: 500;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hc-mini-card-subtitle {
    font-size: 13px;
    color: #333;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hc-mini-card-info {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hc-mini-card-badge {
}

.hc-mini-card-footer {
    text-align: right;
    vertical-align: bottom;
    margin-top: -5px;
    margin-bottom: -5px;
    position: relative;
}

.hc-mini-card-footer-button {
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 9px;
    margin-left: 5px;
    margin-right: 0;
    border-radius: 3px;
    font-weight: 400;
    color: #444;
    transition: all 0.2s;
}

.hc-mini-card-footer-button-edit:hover {
    color: white;
    background-color: #63d391;
    cursor: pointer;
    transition: all 0.2s;
}

.hc-mini-card-footer-button-archive:hover {
    color: white;
    background-color: #ff9800;
    cursor: pointer;
    transition: all 0.2s;
}

.hc-mini-card-divider {
    height: 1px;
    background-color: #ddd;
    border-radius: 0 50% 0 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-highlight-row {
    background-color: #eaeaea;
}

.dashboard-body {
    /* background-color: #fafafa; */
    background-color: #eaebef;
}

.hc-modal-archive-button {
}

.question-type-details {
    width: 100%;
    border: 1px solid #999;
    border-radius: 3px;
    padding-top: 5px;
}

.question-type-details-text {
    width: 90%;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
}

.question-type-details-image {
    width: auto;
	height: 140px;
    display: inline-block;
	float: left;
	margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.question-type-details-image img {
    width: 100%;
}

.archived-group {
    margin-top: 15px;
}

.archived-option {
    display: inline-block;
}

.archived-text {
    display: inline-block;
    width: auto;
}

.hc-mini-card-description-content {
    display: inline-block;
    width: 70%;
}

.hc-mini-card-description-title {
    font-size: 14px;
    font-weight: bold;
}

.hc-mini-card-line {
    width: 100%;
}

.hc-mini-card-description-label {
    display: inline-block;
    width: 28%;
}

.hc-mini-card-description-value {
    display: inline-block;
}

.tooltip-icon {
    display: inline-block;
    position: relative;
}

.tooltip-icon-text {
    position: absolute;
    top: 0;
    transform: translateX(-50%) translateY(-120%);
    margin-left: 50%;
    background: black;
    border-radius: 5px;
    font-weight: bold;
    height: 0;
    width: 0;
    padding: 0;
    overflow-y: auto;
    transition: all 0.2s;
    color: transparent;
    font-size: 12px;
    text-align: center;
}

.tooltip-icon-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px black;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}

.tooltip-icon:hover .tooltip-icon-text {
    width: auto;
    padding: 5px;
    transition: all 0.1s;
    height: 30px;
    overflow-y: unset;
    color: white;
    text-align: center;
    white-space: nowrap;
}

.hc-input-title {
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    width: 100%;
    text-align: left;
}

.hc-input-text {
    border-radius: 3px;
    border: none;
    border: 1px solid #aaa;
    margin: 0px;
    background-color: rgb(255, 255, 255);
    height: 35px;
    padding: 5px;
    float: left;
}

.hc-field-button {
}

.hc-line-field {
    width: 40%;
}

.hc-line-button {
}

.hc-page-body {
    border-radius: 3px;
    padding: 15px;
    background-color: rgb(245, 245, 245);
}

.hc-mini-card-footer-archived {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: 4px;
    transform: translateY(-50%);
    background-color: orange;
    color: white;
    border-radius: 3px;
    padding: 3px;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 1px 1px 1px #aaa;
}

.hc-mini-card-group-photo {
    height: 85px;
}

.hc-mini-card-picture {
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: #eee;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    border: 1px solid #ddd;
    box-shadow: inset 0px 0px 20px 1px #ddd;
    text-align: center;
}

.hc-mini-card-picture img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 50%;
    transform: translateY(-50%);
}

.hc-mini-card-picture-divider {
    margin-top: 25px;
    margin-bottom: 25px;
}

.hc-card-varieties-container {
    position: relative;
    text-align: left;
    overflow: auto;
}

.hc-card-variety-edit-button {
    background-color: rgb(255, 255, 255);
    width: 45px;
    height: 100%;
    position: absolute;
    right: 45px;
    top: 0;
    border-radius: 0;
}

.hc-card-variety-edit-button i {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 50%;
    margin-top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    color: rgb(120, 120, 120);
    transition: all 0.2s;
}

.hc-card-variety-edit-button:hover {
    transition: all 0.2s;
    color: white;
    background-color: #0c9;
    cursor: pointer;
}

.hc-card-variety-edit-button:hover i {
    transition: all 0.2s;
    color: white;
}

.hc-card-variety-close-button {
    background-color: rgb(255, 255, 255);
    width: 45px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
}

.hc-card-variety-close-button i {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 50%;
    margin-top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    color: rgb(120, 120, 120);
    transition: all 0.2s;
}

.hc-card-variety-close-button:hover {
    transition: all 0.2s;
    color: white;
    background-color: red;
    cursor: pointer;
}

.hc-card-variety-close-button:hover i {
    transition: all 0.2s;
    color: white;
}

.hc-card-variety {
    position: relative;
    display: inline-block;
    width: calc(33% - 20px);
    margin: 10px;
    box-shadow: 1px 1px 0px #ccc;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    vertical-align: top;
    height: 45px;
}

.hc-card-variety-archived {
    background-color: lightgrey;
}

.hc-card-variety-edit-button-archived {
    background-color: lightgrey;
}

.hc-card-variety-close-button-archived {
    background-color: lightgrey;
}

.hc-card-variety-close-button-archived:hover, .hc-card-variety-edit-button-archived:hover {
    background-color: gray;
    color: white;
}

.hc-input-select {
    border-radius: 3px;
    border: 1px solid #aaa;
    /*padding: 10px;*/
    margin: 0px;
    background-color: rgb(255, 255, 255);
    height: 35px;
}

.modal-content {
    border: none;
    /*margin-top: 50px;*/
}

.hc-modal-tk {
    padding: 5px;
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
}

.hc-modal-close {
    position: absolute;
    right: 0;
    font-size: 50px;
    top: 4px;
    color: rgb(100, 100, 100);
    height: 40px;
    line-height: 0px;
    transition: all 0.2s;
    width: 40px;
}

.hc-modal-close:hover {
    transition: all 0.2s;
    cursor: pointer;
}

.hc-modal-body {
    background-color: rgb(245, 245, 245);
    padding: 10px;
}

.hc-modal-footer {
    background-color: rgb(245, 245, 245);
    position: relative;
    padding: 5px;
    border-top: 1px solid rgb(200, 200, 200);
    padding-top: 10px;
    height: 50px;
}

.hc-modal-header {
    background-color: #0365C0;
    color: white;
    position: relative;
    display: block;
    border-bottom: 1px solid rgb(200, 200, 200);
    margin: -5px;
    border-radius: 3px 3px 0 0;
}

.close-button-icon {
    transform: scale(0.8) rotateZ(45deg);
    margin-top: 20px;
}

.hc-modal-close:hover .cross {
    background: red;
}

.hc-modal-close:hover .cross:after {
    background: red;
}

.cross {
    background: rgb(255, 255, 255);
    content: "";
    position: absolute;
    height: 3px;
    width: 45px;
    top: 0;
    right: 0;
    border-radius: 5px;
}

.cross:after {
    background: rgb(255, 255, 255);
    content: "";
    position: absolute;
    height: 3px;
    width: 45px;
    top: 0;
    right: 0;
    border-radius: 5px;
    transform: rotateZ(90deg);
}

.hc-modal-footer-confirm-buttons {
    text-align: right;
}

.hc-modal-footer-confirm-buttons-margin-left {
    margin-left: 10px;
}

.form-item-image {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background: #eee;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.2s;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
}

.form-item-image:hover {
    transition: all 0.2s;
    background-color: #ccc;
    cursor: pointer;
}

.form-item-image-container fieldset {
    position: relative;
    display: inline-block;
    width: calc(100% - 95px);
}

.hc-form-error-message {
    display: table;
    color: red;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.hc-form-select-modal {
    background-color: white;
    border: 1px solid #aaa;
    height: 40px;
    border-radius: 5px;
    text-align: left;
    padding-left: 10px;
}

.hc-form-select-modal.hc-form-select-modal-new-input {
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f4;
	outline: none;
    transition: 0.2s;
}

.hc-form-select-modal.hc-form-select-modal-new-input div {
    margin: 0;
}

.hc-form-select-modal:hover {
    cursor: pointer;
}

.hc-form-select-modal div {
    position: relative;
    margin-top: 10px;
    color: black;
}

.hc-select-crop-modal-body, .hc-select-pack-modal-body {
    max-height: 500px;
    overflow-y: scroll;
}

.hc-select-crop-container {
    display: inline-block;
    padding: 5px;
    width: calc(25% - 10px);
    margin: 5px;
    height: 100px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #ddd
    transition: all 0.2s;
}

.hc-select-crop-container:hover, .hc-select-crop-selected {
    transition: all 0.2s;
    border: 1px solid #09c;
    box-shadow: 2px 2px 2px #09c;
    background-color: #09c;
    cursor: pointer;
}

.hc-select-crop-icon {
    height: 45px;
    width: 45px;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #eee;
    box-shadow: inset 0px 0px 20px 1px #ddd;
}

.hc-select-crop-container:hover, .hc-select-crop-selected {
    transition: all 0.2s;
    border: 1px solid #09c;
    box-shadow: 2px 2px 2px #09c;
    cursor: pointer;
}

.hc-select-crop-icon img {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 50%;
    margin-top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.hc-select-crop-title {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden-input {
    height: 1px;
    opacity: 0;
    overflow-y: auto;
    border: none;
    margin: 0;
    padding: 0;
}

.hc-select-crop-container:hover .hc-select-crop-icon, .hc-select-crop-selected .hc-select-crop-icon {
    transition: all 0.2s;
    background-color: #fff;
}

.hc-select-crop-container:hover .hc-select-crop-title, .hc-select-crop-selected .hc-select-crop-title {
    transition: all 0.2s;
    color: white;
}

.hc-tk-or-label {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.option-card-style {
    display: inline-block;
    float: right;
    font-size: 25px;
}

.option-show-list {
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    transition: all 0.2s;
}

.option-show-grid {
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    transition: all 0.2s;
}

.option-show-list:hover {
    transition: all 0.2s;
    color: white;
    background-color: #09c;
    cursor: pointer;
}

.option-show-grid:hover {
    transition: all 0.2s;
    color: white;
    background-color: #09c;
    cursor: pointer;
}

.option-show-selected {
    color: #09c;
}

.variety-badge {
    background-color: #09c;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px;
    color: white;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
}

.variety-badge-archived {
    background-color: gray;
}

.list-button-right a {
    vertical-align: -webkit-baseline-middle;
}

.list-button-right {
    padding-left: 7px;
    border-radius: 3px;
}

.list-button-right:hover {
    background-color: #EEE;
}

.list-switch-checkbox {
    background-color: #0365C0 !important;
}

#btnUploadDoc[disabled]::before {
    background-color: transparent !important;
}

/* ------ Generic font-sizes ------- */
.font-size-10 {
	font-size: 10px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-32 {
    font-size: 32px;
}

.font-weight-400 {
    font-weight: 400;
}

.header-question-description {
    font-size: 13px;
    margin-left: 15px;
    color: #444;
}

.hc-variety-archived-item {
    background-color: #F44336;
    color: white;
}

.hc-variety-archived-item i {
    color: white;
}

.hc-form-information {
    background-color: rgb(230, 230, 230);
    margin-top: 15px;
    padding: 10px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    text-align: left;
    color: rgb(80, 80, 80);
}

.hc-form-question {
    transition: all 0.2s;
}

.hc-form-question:hover {
    transition: all 0.2s;
    color: #0365C0;
    transform: scale(1.2);
    cursor: pointer;
}

.hc-mini-card-hoverable:hover, .hc-select-pack-selected {
    background: #09c;
    cursor: pointer;
    transition: all 0.2s;
}

.hc-mini-card-hoverable:hover .hc-mini-card-title, .hc-select-pack-selected .hc-mini-card-title {
    color: white;
}

.hc-search-button {
    padding: 0;
    width: 35px;
    height: 33px;
    background-color: #09c;
    color: white;
    border: #09a;
    border-radius: 3px;
    margin-left: 5px;
}

.fa-refresh:hover, .fa-spin {
    color: #868686 !important;
}

.fa-cloud-upload {
    width: 20px;
}

.uploading {
    content: url("../img/syncing.gif") !important;
    width: 20px;
    margin-top: -2px;
}

.bg-light {
    background-color: rgb(245, 250, 255);
}

.bg-darkblue {
    background-color: #0365C0;
    color: white;
}

.ntf-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 25%;
    margin: auto;
    padding: 1em 1em 0.1em 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 0.5em;
}

.ntf-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.ntf-week-button-bar {
	position: absolute;
	top: calc(100% - 50px);
	left: calc(100% - 220px);
}

.ntf-week-side-bar {
	position: absolute;
	top: 5%;
	left: calc(100% - 20px);
}

.ntf-week-cancel, .ntf-week-delete, .ntf-week-replicate {
    width: 10%;
    margin-right: 2.5%;
    background-color:
}

.ntf-week-save {
    width: 10%;
}

.ntf-week-day-up {
    width: 99.5%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.ntf-week-day-up:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.ntf-week-info-btn {
    display: flex;
    margin: auto;
    margin-top: 1em;
    border-radius: 0.5em;
}

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

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

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

.table-questions td {
    vertical-align: middle !important;
    border: 1px solid #ddf !important;
}

.bg-grayish {
    /*background-color: #D4E9FD;*/
    background-color: rgb(245, 250, 255);
}

.bg-blueish {
    background-color: #EEEFFF;
}

.no-border {
    border: none !important;
}

.no-border-top {
    border-top: none !important;
}

.scale-icon:hover i {
    transform: scale(1.25);
}

.z-index-0 {
    z-index: 0 !important;
}

/* ----- Type of cursors ----- */
.auto            { cursor: auto; }
.deafult         { cursor: default; }
.none            { cursor: none; }
.context-menu    { cursor: context-menu; }
.help            { cursor: help; }
.pointer         { cursor: pointer; }
.progress        { cursor: progress; }
.wait            { cursor: wait; }
.cell            { cursor: cell; }
.crosshair       { cursor: crosshair; }
.text            { cursor: text; }
.vertical-text   { cursor: vertical-text; }
.alias           { cursor: alias; }
.copy            { cursor: copy; }
.move            { cursor: move; }
.no-drop         { cursor: no-drop; }
.not-allowed     { cursor: not-allowed; }
.all-scroll      { cursor: all-scroll; }
.col-resize      { cursor: col-resize; }
.row-resize      { cursor: row-resize; }
.n-resize        { cursor: n-resize; }
.e-resize        { cursor: e-resize; }
.s-resize        { cursor: s-resize; }
.w-resize        { cursor: w-resize; }
.ns-resize       { cursor: ns-resize; }
.ew-resize       { cursor: ew-resize; }
.ne-resize       { cursor: ne-resize; }
.nw-resize       { cursor: nw-resize; }
.se-resize       { cursor: se-resize; }
.sw-resize       { cursor: sw-resize; }
.nesw-resize     { cursor: nesw-resize; }
.nwse-resize     { cursor: nwse-resize; }

.documents-container{
}

.document-container{
	display: block;
	position: relative;
	text-align: left;
	margin-right: 10px;
    margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
}

.document-container:nth-child(even){
	background-color: rgb(240, 240, 240);
}

.document-icon{
	display: inline-block;
}

.document-title{
	display: inline-block;
	color: blue;
	text-decoration: underline;
}

.document-title:hover{
	cursor: pointer;
	font-weight: bold;
}

.document-options{
	display: inline-block;
	float: right;
}

.document-option{
}

.path-container{
	position: relative;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 5px;
}

.path-item{
	position: relative;
	display: inline-block;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.path-between{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.folder-icon{
	color: lightblue;
	font-size: 20px;
	margin: 3px;
}

.pdf-icon {
    color: red;
    font-size: 20px;
    margin: 3px;
}

.word-icon {
    color: #2A579A;
    font-size: 20px;
    margin: 3px;
}

.excel-icon {
    color: #4C8E6A;
    font-size: 20px;
    margin: 3px;
}

.powerpoint-icon {
    color: #B7472A;
    font-size: 20px;
    margin: 3px;
}

.file-icon, .text-icon {
    color: #616161;
    font-size: 20px;
    margin: 3px;
}

.auto {
    cursor: auto;
}

.deafult {
    cursor: default;
}

.none {
    cursor: none;
}

.context-menu {
    cursor: context-menu;
}

.help {
    cursor: help;
}

.pointer {
    cursor: pointer;
}

.progress {
    cursor: progress;
}

.wait {
    cursor: wait;
}

.cell {
    cursor: cell;
}

.crosshair {
    cursor: crosshair;
}

.text {
    cursor: text;
}

.vertical-text {
    cursor: vertical-text;
}

.alias {
    cursor: alias;
}

.copy {
    cursor: copy;
}

.move {
    cursor: move;
}

.no-drop {
    cursor: no-drop;
}

.not-allowed {
    cursor: not-allowed;
}

.all-scroll {
    cursor: all-scroll;
}

.col-resize {
    cursor: col-resize;
}

.row-resize {
    cursor: row-resize;
}

.n-resize {
    cursor: n-resize;
}

.e-resize {
    cursor: e-resize;
}

.s-resize {
    cursor: s-resize;
}

.w-resize {
    cursor: w-resize;
}

.ns-resize {
    cursor: ns-resize;
}

.ew-resize {
    cursor: ew-resize;
}

.ne-resize {
    cursor: ne-resize;
}

.nw-resize {
    cursor: nw-resize;
}

.se-resize {
    cursor: se-resize;
}

.sw-resize {
    cursor: sw-resize;
}

.nesw-resize {
    cursor: nesw-resize;
}

.nwse-resize {
    cursor: nwse-resize;
}

.timecard-sub-item {
    display: block;
    position: relative;
    transition: all 0.2s;
    margin-left: 15px;
}

.timecard-item:hover {
    transition: all 0.2s;
    color: black;
    cursor: pointer;
    border-radius: 5px;
}

.timecard-item-info {
    position: absolute;
    padding: 3px;
}

.timecard-item-bottom-left {
    top: 100%;
    left: 0;
    transform: translateY(-100%);
}

.timecard-item-bottom-right {
    top: 100%;
    left: 100%;
    transform: translateX(-100%) translateY(-100%);
}

.timecard-item-top-right {
    top: 0;
    left: 100%;
    transform: translateX(-100%);
}

.timecard-item-top-left {
    top: 0;
    left: 0;
}

.timecard-item-top-middle {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timecard-item-info-large {
    white-space: nowrap;
    font-size: 20px;
}

.timecard-item-info-small {
    white-space: nowrap;
    font-size: 14px;
}

.timecard-item-list {
    text-align: left;
    vertical-align: middle;
}

.timecard-item-list-item {
    transition: all 0.2s;
    border-bottom: 1px solid rgb(235, 235, 235);
    font-size: 14px;
    display: block;
    position: relative;
}

.timecard-item-list .timecard-item-list-item:last-child {
    border-bottom: none;
}

.timecard-item-highlighted {
    font-size: 14px;
}

.timecard-divider {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgb(200, 200, 200);
    border-radius: 50%;
    position: relative;
    display: block;
    transition: all 0.2s;
}

.timecard-divider-title {
    transition: all 0.2s;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-transform: uppercase;
    font-size: 9px;
    border-radius: 5px;
}

.half-bold {
    font-weight: 500;
}

.timecard-item-details-container {
    transition: all 0.2s;
    margin: 5px;
    margin-left: 20px;
}

.timecard-item-details-title {
    transition: all 0.2s;
    font-weight: 500;
}

.timecard-item-list-item-expanded {
    transition: all 0.2s;
    padding-top: 10px;
    padding-bottom: 10px;
}

.timecard-details {
    position: relative;
    display: block;
    transition: all 0.2s;
    opacity: 1;
    color: rgb(50, 50, 50);
}

.hidden-details {
    transition: all 0.2s;
    max-height: 0;
    overflow-y: auto;
    opacity: 0;
    border: none;
    padding: 0;
    margin: 0;
}

.timecard-signature {
    height: 140px;
    display: inline-block;
    width: 47%;
    margin: 1%;
}

.timecard-signature img {
    border-radius: 5px;
    height: 120px;
    display: inline-block;
}

.timecard-production-badge {
    display: inline-block;
    margin: 5px;
    padding: 5px;
    background-color: rgb(240, 240, 240);
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgb(230, 230, 230);
}

.timecard-item-list-item-expanded > .timecard-item-big {
    transition: all 0.2s;
    font-size: 18px;
}

.timecard-employee {
    margin-left: 8px;
    margin-top: 10px;
}

.timecard-subitem-options {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}

.checklist-item-required {
    margin-left: 4px;
}

.checklist-item-required-only {
    font-size: 20px;
    transition: all 0.1s;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 8px;
}

.production-task-item {
    display: block;
    position: relative;
    text-align: left;
    box-shadow: 1px 1px 1px rgb(220, 220, 220);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 5px;
}

.production-task-item-title {
    position: relative;
}

.production-task-item-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.activity-placeholder {
    background-color: rgb(240, 240, 240);
    padding: 5px;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    transition: all 0.2s;
    color: rgb(50, 50, 50);
}

.activity-placeholder:hover {
    transition: all 0.2s;
    box-shadow: 1px 1px 1px rgb(150, 150, 150);
    cursor: pointer;
}

.timecard-title-button {
    float: right;
    border-radius: 3px;
    background-color: rgb(240, 240, 240);
    z-index: 100000000;
    transform: translateY(-50%);
}

/* Customized Datepicker */
.datepicker-dropdown {
    z-index: 99999999 !important;
}

.datepicker table tr th, .datepicker table tr td, .datepicker table tr span {
    text-align: center !important;
    cursor: pointer;
}

.datepicker table tr td.active.active, .datepicker table tr span.active.active  {
    background-color: #2B60AF !important;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker-months, .datepicker-years {
    width: 185px !important;
}

.top-7rem {
	top: 7rem;
}

.modal-edit-pdf {
    height: fit-content;
}

.blue-hover:hover {
    color: #2a63b2;
}

.no-opacity {
    opacity: 0;
}

.tooltip-d3-chart {
    background-color: rgba(0,0,0,0.75);
    padding: 15px;
    border-radius: 2px;
    font-family: sans-serif;
    color: white;
    pointer-events: none;
    box-shadow: 0 0 5px #999999;
    position: relative;
    display: inline-block;
    opacity: 100;
}

.transform-x48-y120 {
    transform: translateX(-48%) translateY(-120%);
}

.line-height-normal {
    line-height: normal!important;
}

.line-height-40px {
    line-height: 40px !important;
}

.line-height-1-2em {
    line-height: 1.2em;
}

.line-height-1-3em {
    line-height: 1.3em;
}

.loading-modal-padding {
    padding: 10.4em;
}

.hc-modal-arrow {
    font-size: 5em;
    color: white;
}

.hc-modal-arrow:hover {
    color: #51A7F9;
}

.hc-modal-arrow:active {
    color: #0365C0;
}

.hc-dropdown-company-scroll {
    height: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 53px;
}

.bottom-53px {
    position: absolute;
    bottom: 53px;
}

.bottom-0 {
    position: absolute;
    bottom: 0;
}

.right-0 {
    right: 0;
}

.background-clip-content-box {
    background-clip: content-box;
}

.no-padding-but-right-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 1200px) {
    .no-padding-but-right-md {
        padding-right: 10px !important;
    }
}

/* Override native class in iOS */
@media (max-width: 440px) {
    * {
        -webkit-overflow-scrolling: auto !important;
    }    
}
