/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 18, 2022, 2:34:59 AM
    Author     : Pramuditha
*/

.login-page, .register-page {
    background-color: #4d5256;
}


.user-panel {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.brand-link {
    padding: 8.5px 5px;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(3rem + 1px);
}

.dataTables_info {
    font-size:13px;
    color:#687178;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.table-bordered thead  th:last-child {
    border-top-right-radius:5px;
}
.table-bordered thead  th:first-child {
    border-top-left-radius:5px;
}

#filter_toggle{
    top: 46.11px;
}



input::file-selector-button {
    font-weight:400;
    font-size:14px;
    color:#fff;
    padding:0px;
    padding-left:7.5px;
    padding-right:7.5px;
    border: 0 solid grey;
    border-radius:3px;
    background-color:#30A097;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight:600;
    font-size: 15px;
}

.card.card-form{
    margin-bottom:0px;
}

.card.card-form .card-header{
    background-color:#ffffff;
}

.card.card-form .card-header .nav-link{
    padding:5px 20px;
    font-size:15px;
    font-weight:600;
    color:#6a6a6a;
}



.form-btn{
    padding:5px;
}

.form-tabs{
    position:absolute;
    top:51px;
    left:20px;
    z-index:1;
}

.form-tabs .btn{
    margin-right:3px;
}

.btm:first-of-type{
    margin-right:5px;
}

.btn-group>.btn:not(:first-child).btm {
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle).btm {
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem;
}

.progress-bar-success{
    background-color: #20bd50;
}

.suwahas-block {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 8;
    overflow: hidden auto;
}

.tool-bar .nav-item .nav-link {
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #666666;
}
.tool-bar .nav-item label {
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #666666;
    color: #0ecb81;
    padding: .2rem 3rem;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.production-update-table{
    width:100%;
}

.production-update-item{
    width:100%;
    height:40px;
}

.production-update-item td{
    border-top: 1px solid #dee2e6;
}

.stage-name{
    width:20%;
    height:40px;
    line-height:40px;
    padding-left:10px;
    font-weight:600;
    color:#6c6c6c;
}
.stage-quantity{
    width:15%;
    height:40px;
    line-height:40px;
    padding:5px;
}
.stage-quantity input{
    font-size:12px;
    line-height:30px;
    border-radius: 0.2rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height:30px;
    width:100%;
    text-align: right;
}
.stage-progress{
    width:40%;
    height:40px;
}

.stage-progress .progress{
    background-color:#b8cad3;
}


.stage-input{
    width:25%;
    height:40px;
    padding:5px;
}
.stage-input input{
    font-size:12px;
    line-height:30px;
    border-radius: 0.2rem;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height:30px;
    width:100%;
    text-align: right;
}

#calendar{
    padding:5px;
}

#calendar a{
    color:#000;
}

.change-password{
    width: 30%;
    margin-left:35%;
    margin-top: 10%;
}



.action-update-table{
    width:100%;
}
.action-update-table th{
    font-size: 14px;
    text-align: center;
}


.action-update-table .action-name {
    width: 20%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-weight: 600;
    font-size:15px;
    color: #6c6c6c;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom:0px;
}

.card-body .fc {
    margin-top:0px;
}

.fc-toolbar, .fc-toolbar.fc-header-toolbar {
    margin: 0;
    padding:0.25rem;
}

.fc .fc-button {
    padding: 0.25rem 1.5rem;
    font-size: .875rem;
    line-height: 1.5;

}
.fc .fc-button .fc-icon {
    font-size: .875rem;
}
.fc .fc-toolbar-title {
    font-size: 1rem;
    font-weight: 600;
}
.fc .fc-daygrid-day-number {
    font-size:12px;
}
.fc-col-header-cell-cushion{
    font-size:0.9rem;
}
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    margin-right:5px;
}

.action-calendar .card-body {
    padding-top: 0.5px;
    padding-bottom: 0.5px;
    padding-left: 0.5px;
    padding-right: 0.5px;
}

.datepicker-dropdown {
    font-size:13px;
    padding:6px;
}


#toast-container > div {
    opacity:1;
    filter:alpha(opacity=100);
}

.filter-input{
    width: 70%;
    margin-right:20px;
}
.filter-button-group{
    width: 100%;
    margin-right:20px;
}

.filter-input:last-of-type{
    margin-right:0px;
}

.img-thumbnail-outer {
    width: 100px;
    height: 100px;
    padding: 5px;
    background-color: #f3f3f3;
    border-radius: 5px;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.img-thumbnail:hover{
    transform: scale(4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    z-index: 9999;
    position: relative;
}

.img-thumbnail-outer img{
    display: inline-block;
    width: auto;
    padding: 0px;
    height: 100%;
    margin-left: 0px !important;
    border-width:0px;
    vertical-align: middle;
    object-fit: scale-down;
}

.tool-bar-form{
    position: fixed;
    top: 0px;
    z-index: 10000;
    display: inline-block;
    right:150px;
}

.report-input{
    float:left;
    width:200px;
    margin-top:6px; 
    margin-left:20px;
}


.input-table.card table{
    margin-bottom: 0rem;
    border: 0px solid #dee2e6;
}

.input-table.card  .table-bordered thead th{
    border-top-width:0px;
    border-bottom-width:1px;
}

.input-table.card  .table-bordered thead th:first-of-type, .input-table.card  .table-bordered td:first-of-type{
    border-left-width:0px;
}
.input-table.card  .table-bordered thead th:last-of-type, .input-table.card  .table-bordered td:last-of-type{
    border-right-width:0px;
}
.input-table.card  .table-bordered tbody tr:last-of-type td{
    border-bottom-width:0px;
}

