/* General */
html,
body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

.theme-color {
    color: #53900F;
    /*#558B2F*/
}

.theme-bg {
    background: #53900F;
    /*#558B2F;*/
}

.theme-color-2 {
    color: #1F6521;
}

.theme-color-3 {
    color: #1F2605;
}

.theme-color-4 {
    color: #A4A71E;
}

.theme-color-5 {
    color: #F3D250;
}

.theme-bg-2 {
    background: #1F6521;
}

.theme-bg-3 {
    background: #1F2605;
}

.theme-bg-4 {
    background: #A4A71E;
}

.theme-bg-5 {
    background: #F3D250;
}

.issue-priority-signal {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 0px 1px #999;
    border: 2px solid white;
    margin-right: 5px;
}

.issue-status-tag {
    border-radius: 3px;
    box-shadow: 1px 1px 3px #DDD;
    color: #FFF;
    font-size: 12px;
    padding: 3px 11px;
    text-align: center;
    white-space: nowrap;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    display: block;
}

a {
    display: block;
    text-decoration: none;
}

ul i {
    padding: 9px;
}

.gps-button {
    border: none;
    border-radius: 3px;
    padding: 5px 25px;
    box-shadow: 2px 2px 3px #DDD;
}

.action-icon {
    color: #AAA;
    display: inline-block;
    padding: 5px 9px;
}

.action-icon:hover {
    color: #53900F;
    border-radius: 5px;
}

.user-name {
    padding-bottom: 3px;
    font-weight: 500;
}

.user-name img {
    background: #EEE;
    border-radius: 50%;
    border: 1px solid #427121;
    width: 19px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.tag {
    background: #1F6521;
    padding: 1px 12px;
    color: #FFF;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
}

table th {
    font-weight: 500;
    padding-right: 25px;
    padding-bottom: 5px;
}

.btn-create-new {
    color: #9B650C;
    position: absolute;
    top: 27px;
    right: 0;
}

/* Bootstrap */
.bg-warning {
    background-color: #ffc107 !important;
}

/* Login page */
#login-page {
    background: #FFF;
}

#login-page .logo {
    display: block;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#login-form {
    background: #558B2F;
    color: #FFF;
    height: 100vh;
    padding: 13% 77px;
}

#login-form h4 {
    display: inline-block;
    margin-bottom: 29px;
    padding-bottom: 11px;
    position: relative;
}

#login-form h4:before {
    content: "";
    position: absolute;
    width: 33%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #FFF;
}

#login-form .form-label-group {
    padding-bottom: 15px;
}

footer {
    bottom: 15px;
    left: 15px;
    color: #777;
}

#login-form .error {
    border-left: 5px solid #336028;
    color: #eee;
    display: block;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 5px;
}

/* Layout */
header {
    padding: 21px 19px;
    margin-left: 250px;
    color: #FFF;
}

header h5 {
    font-weight: 400;
    display: inline-block;
    margin: 0;
}

header #user-profile {
    display: inline-block;
    float: right;
    cursor: pointer;
}

#user-profile img {
    background: #EEE;
    border-radius: 50%;
    border: 2px solid #427121;
    width: 29px;
}

#user-profile #user-settings {
    display: none;
    position: absolute;
    width: 115px;
    background: #FFF;
    color: #777;
    border-radius: 3px;
    box-shadow: 0 0 2px #CCC;
    right: 9px;
    padding: 4px 0;
}

#user-profile #user-settings li {
    padding: 5px 9px;
}

#user-profile:hover #user-settings {
    display: block;
}

#user-profile:hover #user-settings a {
    text-decoration: none;
    color: #558B2F;
}

#user-profile:hover #user-settings li:hover {
    background: #558B2F;
    color: #FFF;
}

aside {
    background: #FFFFFF;
    height: 100vh;
    position: fixed;
    top: 0;
    min-width: 250px;
    max-width: 250px;
    box-shadow: 0px 0px 1px 2px #f1f1f1;
    overflow-y: auto;
}

aside #company-info {
    text-align: center;
}

aside #company-info img {
    margin: 27px auto 11px;
    display: block;
    width: 100px;
}

aside #company-info h4 {
    color: #777;
    display: block;
}

aside>footer {
    border-top: 1px solid #F2F2F2;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 19px 7px 7px;
}

menu {
    margin-top: 39px;
    padding: 0;
}

menu ul a {
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 33px;
}

menu .nav-submenu {

    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 33px;
}

menu .nav-submenu-item {
    position: relative;
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 66px;
}

menu ul a:hover {
    color: #FFF;
    background: #558B2F;
    text-decoration: none;
}

menu ul a.active {
    color: #558B2F;
    background: #F5F5F5;
    font-weight: 600;
    border-right: 3px solid;
}

main {
    background: #F5F5F5;
    height: 100%;
    margin-left: 250px;
    padding: 25px;
}

.content-wrapper {
    color: #555;
    background: #FFF;
    border-radius: 3px;
    padding: 19px 11px;
    box-shadow: 0px 0px 9px #E5E5E5;
    margin-bottom: 27px;
}

/* Page General */
.content {
    position: relative;
}

.content h2 {
    color: #558B2F;
    font-weight: 400;
    padding: 27px 0;
    border-bottom: 1px solid #EEE;
}

/* Form Page */
.form-wrapper {
    margin: 50px auto;
    width: 300px;
}

/* Alert Page */
.issue-button {
    text-align: center;
    border-radius: 3px;
    padding: 5px 7px;
}

.issue-button:hover {
    background-color: #1F6521;
    text-align: center;
    color: white;
    border-radius: 3px;
    text-decoration: none;

}

/* Issue Page*/
#content-left,
#issue-details-left {
    margin: 77px auto;
}

#content-right,
#issue-details-right {
    margin: 51px auto;
    padding: 0 27px;
    border-left: 1px solid #F9F9F9;
}

.timeline-item-o {
    background: #A4A71E;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0px 0px 1px #1F6521;
    display: block;
    width: 15px;
    height: 15px;
}

.timeline-item-l {
    background: #A4A71E;
    display: block;
    width: 3px;
    height: 77px;
}

.timeline-content-left {
    position: absolute;
    top: 0;
    right: 290px;
    text-align: right;
    padding-right: 12px;
}

.timeline-content-right {
    position: absolute;
    top: 0;
    left: 290px;
    padding-left: 12px;
}

.timeline-title {
    font-size: 16px;
    font-weight: 500;
}

#state-1 {
    top: -12px;
}

#state-2 {
    margin-top: 76px;
}

#state-3 {
    margin-top: 171px;
}

#state-4 {
    margin-top: 261px;
}

#state-5 {
    margin-top: 356px;
}

#state-6 {
    margin-top: 446px;
}

#state-7 {
    margin-top: 541px;
}

#state-8 {
    margin-top: 631px;
}

#state-9 {
    margin-top: 721px;
}

#state-10 {
    margin-top: 816px;
}

#state-11 {
    margin-top: 921px;
}

#state-12 {
    margin-top: 1011px;
}

#state-13 {
    margin-top: 1106px;
}

.timeline-date {
    font-size: 12px;
    font-style: italic;
}

.state-inactive {
    color: #CCC;
}

.state-inactive-bg {
    background: #CCC;
}

table#assignee-list i {
    cursor: pointer;
    margin: 3px;
    padding: 3px;
}

/* Dashboard Page*/
.checkbox-group {
    display: inline-block;
    width: 49%;
}

/* Purchase Order */
.po-details-label {
    width: 30%;
}

#po-invoice-details li label {
    min-width: 111px;
    font-weight: 500;
}

#site {
    width: 70%;
}

#add_titrator {
    background: #f8f9f9;
    padding: 27px 19px;
    margin-bottom: 19px;
}

.error {
    color: #dc3545;
    font-size: 14px;
}

#ajax_alert {
    display: none;
}

.select_site {
    width: 20%;
    display: inline !important;
}

.new_titrator {
    background: #60C472;
    border: 1px solid #60C472;
}

.new_titrator:hover {
    background: #4A9658;
    border: 1px solid #4A9658;
}

.new_titrator a {
    color: #ffffff;
    text-decoration: none;
}

.delete_modal {
    align-items: center;
}

.btn-2 {
    background: #e32f08;
    color: #fff;
    border-radius: 40px;
}

#delete_cancel {
    background: #ccc7c6;
    color: #fff;
}

#delete_cancel:hover {
    color: #000;
}

#breadcrumb {
    display: inline;

}

#modals-body {
    width: 75%;
    margin: 25px auto;
}

#modals-footer {
    border: none;
    margin-top: 15px;
    justify-content: center;
}


/* issue image related */


.thumbnail {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.thumbnail:hover {
    opacity: 0.7;
}

/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

/* To make the boostrap modal vertically scrollable  */
.modal {
    overflow-y: auto;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

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

.image-item {
    padding: 5px 0px 5px 0px;
}

.image-item .img-remove {
    float: right;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/* file input */

.file-input-wrapper {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0px 5px 0px;
}

.file-input-wrapper .file-input {
    display: flex;
    flex-grow: 11;
    flex-basis: auto;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.file-input-wrapper .btn {
    align-self: flex-start;

}

.file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input>.choose {
    display: inline-block;
    cursor: pointer;
    background: #eee;
    padding: 8px 16px;
    border-radius: 2px;
    margin-right: 8px;
    flex-grow: 1;
}

.file-input:hover>.choose {
    background: dodgerblue;
    color: white;
}

.file-input>.label {
    color: #333;
    opacity: .3;
    flex-grow: 11;
}

.file-input.-chosen>.label {
    opacity: 1;
}

div.clone {
    display: none;
}

.site_image_logo {
    width: 70%;
}

.logo-remove {
    float: right;
}

/* report module search combo customization */
#gas-report-form .error {
    justify-content: start !important;
}

#gas-report-form .select2-selection {
    border-radius: 0px !important;
}

#gas-report-form .btn,
#dateranger {
    align-self: flex-start;
}

/* same bootstrap styles */
.label-danger {
    background-color: #d9534f;
}

.label-success {
    background-color: #5cb85c;
}

.label-default {
    background-color: #777;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

#feeding-data-table_wrapper{
    margin-top: 1rem;
}
