﻿.edit-file-note
{
    cursor: pointer;
    margin-left:5px;
}

.edit-file-note:hover {
    color:green;
}

.selected-menu {
    border-bottom: 3px solid #02b0ad;
}

.statustype_comingup {
    color: #0952cd;
    font-weight: bold;
}

.statustype_inprogress {
    color:brown;
    font-weight: bold;
}

.statustype_finished {
    color: green;
    font-weight: bold;
}

.task-table-container th {
    border-top: none;
}

.content-right {
    width: 100%;
    text-align: right;
}

.task-note-container {
    background-color: #f1f8ff;
    border: 1px solid #d3d9df !important;
    margin-top: 20px;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.toggle-border {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    padding: 6px;
}

.custom-control-label {
    cursor: pointer;
}

#order-items-table {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#order-items-table-holder {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.pull-right {
    text-align: right;
}

.align-right {
    text-align: right;
    display: block;
}

.dtSelected {
    background-color: rgba(8,158,96,0.11);
}   

.assembly-version {
    width: 95%;
    text-align: center;
    color: #ffffff1f;
    font-size: 8pt;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
}

.assembly-version:hover {
    color: white;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.phone-email-icon
{
    cursor: pointer;
}

.blue-color {
    color: #007bff !important;
}

.table-border-holder {
    padding: 20px;
    border-radius: .25rem;
    border: 1px solid #d2d9df;
}

.no-wrap {
    white-space: nowrap;
}

.filter-holder, .file-holder {
    padding: 20px;
    background-color: #f0f8ff;
    border-radius: .25rem;
    border: 1px solid #d2d9df;
    margin-bottom: 20px;
}

.card-header {
    background-color: aliceblue !important;
}

.select2-selection__choice {
    background-color: #3d9970 !important;
    border: none !important;
}

.select2-selection__choice__remove {
    color: #01ff70 !important;
}

.wrapper {
    background-color: #f4f6f9 !important;
}

.phone {
    background-color: #e9ecef;
    padding-left: 4px;
    border-radius: 6px;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 4px;
    color: #17a2b8;
    border: 1px solid gainsboro;
    white-space: nowrap;
    font-family: 'Roboto Condensed', sans-serif;
}

.email {
    white-space: nowrap;
    background-color: #e9ecef;
    padding-left: 4px;
    border-radius: 6px;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 4px;
    color: #17a2b8;
    border: 1px solid gainsboro;
    font-family: 'Roboto Condensed', sans-serif;
}

.error {
    color: red;
    font-weight:bold;
}

.success {
    color: #3d9970;
    font-weight: bold;
}

.required {
    color: red;
}

.m-b-10
{
    margin-bottom:10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-r-2 {
    margin-right: 2px;
}

.m-r-4 {
    margin-right: 4px;
}

.m-l-4
{
    margin-left: 4px;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-t-2 {
    margin-top: 2px;
}

.m-t-3 {
    margin-top: 3px;
}

.m-t-4 {
    margin-top: 4px;
}

.m-t-10
{
    margin-top: 10px;
}

.m-t-20 
{
    margin-top: 20px;
}

.card-primary.card-outline {
    border-top: 3px solid #00b3b0 !important;
}