﻿/* Place any custom overrides for bootstrap.css here*/ 

.btn {
    padding: .375rem .8rem;
    font-size: 1rem;
    line-height: 1.0;
    border-radius: .25rem;
    margin-right: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

    .btn-primary:hover {
        color: #c26f1b;
        background-color: #8bbdef;
        border-color: #fff;
    }

/*.table {
    border-collapse: separate;
}*/

.table > :not(:first-child) {
    border-top: none;
}

.table td, .table th {
    padding: .4rem;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    color: #444;
}

.table td{
    border-top: none;
}

.table thead th {
    border-width: 1px;
    border-right:none;
}

label {
    margin-bottom: .1rem;
    font-weight: 600;
}

.form-control {
    line-height: 1.2;
    height: calc(1.2em + .7rem + 2px);
}

.container {
    margin: 0px;
    max-width: 99%;
    padding-right: 0px;
}

.col-sm-4 {
    -ms-flex: 0 0 40.0%;
    flex: 0 0 40.0%;
    max-width: 40%;
}

.col-sm-8 {
    -ms-flex: 0 0 60.0%;
    flex: 0 0 60.0%;
    max-width: 60%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
/*    position: relative;
    width: 100%; */
    padding-right: 5px;
    padding-left: 20px;
}

dd {
    margin-bottom: 0;
    margin-left: 0;
}
dt {
    font-weight: 500;
    font-size: 1.0em;
    color: #777;
}

.breadcrumb {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.container {
    max-width: 99%;
}

.row {
    margin-right: 0px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}*/

.well {
    min-height: 200px;
    max-width: 400px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-item.active {
    background-color: transparent;
    border-bottom: none !important;
    font-weight: bold !important;
}

/*.custom-file-input{
    cursor: pointer;
}

.custom-file-label::after {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

.custom-file input[type=file] {
    margin-left: -2px !important;
}

    .custom-file input[type=file]::-webkit-file-upload-button {
        display: none;
    }

    .custom-file input[type=file]::file-selector-button {
        display: none;
    }

.custom-file input{
    display:none;
}

.custom-file label {
    border-radius: 5px !important;
}

.menuItems {
    padding: 2px !important;
    margin: 0 !important;
}

.tti-comment-container {
    background-color: #ffffe0 !important;
}

.tms-comment-container {    
    background-color: #f2f8fd !important;
}

select.form-control {
    -webkit-appearance: menulist;
}

.login-icon
{
    line-height: 1.3;
}

.dz-error-mark svg {
    filter: brightness(0) saturate(100%) invert(22%) sepia(45%) saturate(3014%) hue-rotate(340deg) brightness(103%) contrast(100%);
}

.dz-success-mark svg {
    filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(524%) hue-rotate(71deg) brightness(96%) contrast(98%);
}

.dz-error-message {
    top: 150px !important;
}