
body {
    overflow-y: auto;
}

body.index {
/*    background-color: #ccc; */
}



.modal-content {
    border-radius: 12px;
}

.modal-lg {
    width: 1050px;
}

.modal-header, .modal-footer {
    padding-top:8px;
    padding-bottom: 8px;
}

.btn {
    border-radius: 4px !important;
}

.btn-addon-adjust {
    padding-right: 24px;
}

.rounded {
    border-radius: 0;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px;
}

::-webkit-scrollbar-corner {
    background: #000;
}

.app-selector  {
    width: 200px;
    margin-right:4px;
}

.app-selector-expand {
    width: 100%;
    margin-right:4px;
}

.search-users > input {
    width: 300px !important;
}

.payment-type-selector {
    width: 400px;
    margin-right:4px;
}

.customer-selector, .location-selector {
    width: 350px;
    margin-right:4px;
}

.courses-selector {
    width: 450px;
    margin-right:4px;
}

.training-offer-selector {
    width: 400px;   
}

.employee-selector{
    width: 400px;   
}

.email-selector {
    width: 100%;
    margin-right: 4px;
}

.cer-selector, .companyAddressType-selector, .aarticle-selector {
    width: 90%;
    max-width: 500px;
    margin-right:4px;
}

.newTrainingOffer-dialog .training-offer-selector {
    width: 400px !important;   
}

.newTrainingOffer-dialog .employee-selector, .newTrainingOffer-dialog .customer-selector  {
    width: 440px !important;    /* spazio per pulsnate */
}

#newEmployeeForm .job-selector, #newEmployeeForm .qualification-selector, 
#invoiceHeaderForm .customer-selector, #invoiceHeaderForm .payment-type-selector,
#invoiceRows .project-selector, #invoiceRows .aarticle-selector,
#invoiceRows .vat-selector {
    width: 100% !important;
    max-width: 100% !important;
}

.projectType-selector {
    width: 400px !important;
}

.invoiceAddRow, .invoiceAddRow td, .invoiceAddRow:hover, .invoiceAddRow:hover td {
    background-color: #dddddd !important;
}

#invoiceHeaderForm table, #invoiceRows {
    width:100%;
    max-width: 1100px;
}

#invoiceHeaderForm .select2-container-active, #invoiceRows .select2-container-active {
    border-color: #23b7e5;
}

#invoiceHeaderForm .select2-container-active.select2-dropdown-open, #invoiceRows .select2-container-active.select2-dropdown-open {
    border-color: #23b7e5 !important;
}

.select2-result-label {
    white-space: nowrap;
    overflow: hidden;
}

.select2-results .vatnumber {
    color: #cccccc;
}

.select2-results .select2-highlighted {
    background: #23b7e5 !important;
}

.form-inline .form-group {
    margin-bottom: 8px;
}

.btn-inform-title {
    position: relative;
    top: -4px;
}

.main-spinner {
    font-size:36px !important;
    color:#5a4daa !important;
}

.label {
    font-size: 100%;
}

.text-in-box {
    white-space: nowrap;
}

.opcenter_row {
    clear:both;
    white-space: nowrap;
}

.opcenter_cell {
    /*float:left;*/
    display: inline-block;
    width:150px;
    margin-right:5px;
}

.opcenter_mid_cell {
    /*float:left;*/
    display: inline-block;
    width:60px;
    margin-right:5px;
}

.opcenter_mini_cell {
    /*float:left;*/
    display: inline-block;
    width:30px;
    margin-right:5px;
}

.opcenter_cell a, .opcenter_mini_cell a, .opcenter_mid_cell a {
    margin-bottom: 5px !important;
}

.opcenter_label {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dddddd;
    padding-bottom: 10px;
}

.responsible-not-found {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 20px;
}

.my-drop-zone {
    border: 3px dotted lightgray;
    height: 400px;
}

.modal-body {
/*    max-height: 500px; 
    overflow: auto;    */
}

.list-btn {
    padding: 1px 4px !important;
}

.fit-td {
    width: 4px;
    white-space: nowrap;
}

.minimal-td-padding {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

.list-row-icon {
    padding-right: 4px !important;
}

.emp-td {
    background-color: #dddddd !important;
}

.space-td {
    width: 12px !important;
}

.dialog-edit-panel {
    margin-top: 4px;
}

.ng-invalid {
    border-color: #f05050;
}

.document-preview-area {
    border: 1px solid #eeeeee;
    height: 450px;
    no-margin-left: 60px;
    min-width: 720px;    
    width: 100%;
}

#previewIframe {
    border: 1px solid #eeeeee;
    height: 450px;
    min-width: 720px;    
    width: 100%;
}

#previewImage {
    height: 800px;
    width: 700px;
}

#previewImageContainer {
    height: 450px;
    overflow: auto;
    width: 720px;
}

.btn-doc-tool {
    width: 200px;
}

.file-icon {
    font-size: 20pt;    
}

.opcenter_mini_cell .tooltip-inner {
    background-color: #666666 !important;
    color: white;
    white-space: normal;
}

.opcenter_mini_cell .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.opcenter_mini_cell .tooltip.top .tooltip-arrow {
  border-top-color: #666666 !important;
}
.opcenter_mini_cell .tooltip.top-left .tooltip-arrow {
  border-top-color: #666666 !important;
}
.opcenter_mini_cell .tooltip.top-right .tooltip-arrow {
  border-top-color: #666666 !important;
}
.opcenter_mini_cell .tooltip.right .tooltip-arrow {
  border-right-color: #666666 !important;
}
.opcenter_mini_cell .tooltip.left .tooltip-arrow {
  border-left-color: #666666 !important;
}
.opcenter_mini_cell .tooltip.bottom .tooltip-arrow {
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #666666 !important;
}
.opcenter_mini_cell .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #666666 !important;
}
.opcenter_mini_cell .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #666666 !important;
}

.opcenter_cell .tooltip-inner, .tooltip_yellow .tooltip-inner {
    background-color: #fad733 !important;
    color: black;
    white-space: normal;
}

.opcenter_cell .tooltip.in, .tooltip_yellow .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.opcenter_cell .tooltip.top .tooltip-arrow, .tooltip_yellow .tooltip.top .tooltip-arrow {
  border-top-color: #fad733 !important;
}
.opcenter_cell .tooltip.top-left .tooltip-arrow, .tooltip_yellow .tooltip.top-left .tooltip-arrow {
  border-top-color: #fad733 !important;
}
.opcenter_cell .tooltip.top-right .tooltip-arrow, .tooltip_yellow .tooltip.top-right .tooltip-arrow {
  border-top-color: #fad733 !important;
}
.opcenter_cell .tooltip.right .tooltip-arrow, .tooltip_yellow .tooltip.right .tooltip-arrow {
  border-right-color: #fad733 !important;
}
.opcenter_cell .tooltip.left .tooltip-arrow,  .tooltip_yellow .tooltip.left .tooltip-arrow {
  border-left-color: #fad733 !important;
}
.opcenter_cell .tooltip.bottom .tooltip-arrow, .tooltip_yellow .tooltip.bottom .tooltip-arrow {
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #fad733 !important;
}
.opcenter_cell .tooltip.bottom-left .tooltip-arrow,.tooltip_yellow .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #fad733 !important;
}
.opcenter_cell .tooltip.bottom-right .tooltip-arrow,.tooltip_yellow .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #fad733 !important;
}

.hscroller {
    overflow-x: auto;
    padding-bottom: 20px;    
}

.dialog-ask {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 6pt;
}

.dialog-ask td {
    padding: 4pt;
}

.dialog-ask tr {
    vertical-align: middle;
}

.dialog-ask i {
    font-size: 20pt;
}

.opcenter_current_container {
    background-color: #ddd !important;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: table;
    width: 100%;
}

/*** esempio di animazione css
.inline-panel.ng-hide {  
  -webkit-animation: remove-right 200ms;
  -webkit-animation-fill-mode: forwards; 
  animation: remove-right 200ms;
  animation-fill-mode: forwards;
}

@-webkit-keyframes remove-right {
  
  50% {
    
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); 
  }    
}

@keyframes remove-right {
  
  50% {
    
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); 
  }    
}
***/

.inline-panel {
    padding:6pt;
    box-shadow: 0px 0px 2px 2px #eeeeee;
    border: 1px solid #dddddd;
    background-color: white;
}

.inline-panel .panel-body {
    border: 0px !important;
}

.inline-panel table {
    width: 100%;
}

.inline-panel table tr {
    vertical-align: top;
}

.inline-panel table th {
    background-color: #eeeeee;
    padding: 4pt;
}

.inline-panel .datepicker table th {
    background-color: #ffffff;
    padding: 0;
}


.big-number {
    font-size: 48pt;
    text-rendering: optimizelegibility;
    text-align: right !important;
    padding-right: 20pt;
}

.row-icon {
    font-size: 24pt;
    text-rendering: optimizelegibility;
    text-align: center !important;
    padding-right: 0 !important;
}

.steps-table {
    margin-left: 20pt;
}

.steps-table .btn {
    width: 200px;
}

.step-label {
    margin-bottom: 3pt;
}

.bootbox.fade.in {
    opacity: 0.98 !important;
    background-color: #666666 !important;
}

.bootbox.fade.in .modal-dialog {
    margin-top: 180px;
}

.bootbox.fade.in .bootbox-body {
    font-size: 18pt;
}

.row-big-field {
    font-size: 20pt;
    font-weight: bold;
    padding-top: 6pt !important;
    text-rendering: optimizelegibility;
    text-align: right !important;
    padding-right: 10pt;
}

.row-badge {
    font-size: 10pt;
    /*margin-top: 8pt !important;*/
}

.row-badge.badge {
    padding: 6pt !important;
}

.app-table {
    width: 100% !important;
}

.app-table.nowrap td, .nowrap {
    white-space: nowrap;
}
 
.app-table.nowrap td.fast-info-td {
    white-space: normal;
}

.app-table tbody {
    border-top: 0px !important;
}

.clickable {
    cursor: pointer;
}

.app-form-title {
    margin-top: 12px;
}

.app-form-title label {
    font-weight: bold;
    text-align: left !important;
}

.app-form-title .btn {
    margin-right: 4px;
}

.app-form .form-group {
    margin-bottom: 1px;
}

.app-form-title {
    border-bottom: 1px solid #cccccc;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 8px;
    font-size: 14pt;
}

.app-form-field {
    font-weight: bold;
}

.app-form .worker-selector, .app-form .payment-type-selector{
    width: 200px;
    padding-right: 14px !important;
    padding-left: 14px !important;
}

.app-row-selected {
    background-color: #e4eaec;
}

.app-row-selected-with-fast-info td {
    border-top: 2px solid #cccccc !important;
}

.app-row-selected-with-fast-info td:first-child {
    /*width: 1px;*/
    border-left: 2px solid #cccccc !important;
}

.app-row-selected-with-fast-info td:last-child {
    border-right: 2px solid #cccccc  !important;
}

.table-hover > tbody > tr.app-row-selected:hover > td {
    background-color: transparent !important;
}

.app-fast-info {
    border-top: 1px dashed #cccccc;
    margin-right: 0px;
    margin-left: 0px;
}

.fast-info-spinner-div {
    text-align:center;
    background-color: #e4eaec;
    padding-top: 20px;
    padding-bottom: 20px;
}

.twin-field, .three-field {
    margin-top: 2px;
}

.fast-info-buttons {
    margin-bottom: 4pt;
}

/* Miglioriamo l'output delle progressbar a zero */
.progress-bar[aria-valuenow="0"]
{
    min-width: 8px;
    background-color: #f05050 !important;
}

#lastUsedProjectTools 
{
    position:absolute;
    right: 10px;
    padding-top:4px;
}

.strikethrough {
    text-decoration: line-through !important;
}

.red-text {
    color: red;
}

table.traces-table tr[traceType="0"] td {
    color: #23ad44;
}

table.traces-table tr[traceType="1"] td {
    color: #ee3939;
}

table.traces-table tr[traceType="3"] td {
    color: #19a9d5;
}

table.traces-table tr[traceType="4"] td {
    color: #19a9d5;
}

table.traces-table tr[traceType="5"] td {
    color: #19a9d5;
}

table.traces-table tr[traceType="6"] tdm table.traces-table tr[traceType="8"] td, table.traces-table tr[traceType="9"] td {
    color: #19a9d5;
}

table.traces-table tr[traceType="7"] td {
    color: #c9920f;
}

.hourSelector div {
    float:left;
}
    
.hourSelector .sep {
    margin-right:8px;
    margin-left:8px;
    height:32px;
    padding-top:6px;
}

.main-icon {
    font-size: 180%;
    margin-right: 6px;
    vertical-align: middle;
}

.checkbox-td {
   font-size: large; 
   cursor: pointer;
}

.many-documents-commands {
    position: absolute;
    bottom: 20px;
}

.as-enabled {
    opacity: 1 !important;
}

.documentGenerationItem {
    padding: 8px !important;
    width: 400px !important;
    display: block;
    margin: auto;
    margin-bottom: 8px !important;
}

.trainingRequestsFlash {
    float: left;
    font-size: 24px;
    margin-top: 6px;
    margin-right: 6px;
}

.formSection {
    margin-left: 20px;
    margin-right: 30px;
}

.ellipsis-large {
    max-width: 600px;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-med {
    max-width: 400px;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.badge {
    border-radius: 4px !important;    
}

.no-display {
    display: none
}

.force-inline-block {
    display: inline-block !important
}

.form-field-comment {
    font-size: 70%;
}

#loginContainer {
    background-image: url(../img/backs/bg-white-lock.png);
    width: 560px !important;
    border-radius: 20px;
}

#loginContainer .logo-image {
    text-align: center;
}

#loginContainer .logo-image img {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    #loginContainer .logo-image img {
        margin-top: 60px;
        margin-left: 20px;
    }
}

#loginContainer, #loginContainer a {
    color: white !important;
}

#loginContainer .list-group-item {
    background-color: transparent !important;
    border-color: transparent !important;
}

.appTitle-cum {
    color:#f29200;
}

.appTitle-grano {
    color:#97141a;
}

.appTitle-salis {
    color:#026bad;
}

.fast-info-td {
    border: 2px solid #cccccc;
    border-top: 0px;
    padding-bottom: 0px !important;
    padding-top:0px !important;
    padding-right: 0px !important;
    padding-left:0px !important;
}

#invoicesToRegister_contents .app-fast-info tbody {
    border: 0px !important;
}

.bg-black-opacity-6 {
    background-color: rgba(32, 43, 54, 0.6);
}

.bg-black-opacity-5 {
    background-color: rgba(32, 43, 54, 0.5);
}

.bg-black-opacity-4 {
    background-color: rgba(32, 43, 54, 0.4);
}

#trainingLessons-scrollArea {
    overflow-x:scroll;
    margin-left: 300px;
}

#trainingLessons-scrollArea .table-fixed-column {
    position: absolute;
    width: 300px;
    background-color: white;
    text-align: left !important;
    margin-left: -300px;
}

#trainingLessons-scrollArea td {
    height: 80px;
    text-align: center;
}

#trainingLessons-scrollArea thead th {
    height: 60px;
    text-align: center !important;
    border-bottom-width: 0px !important;
}

#trainingLessons-scrollArea .checkbox-div {
    position: absolute;
}

#trainingLessons-scrollArea .label-with-checkbox-div {
    margin-left:30px;
}

.course-completed i {
    font-size: 18pt;
}

.btn-reset-three-states {
    background-color: #eeeeee;
}

.link {
    text-decoration: underline !important;
}

.link-on-over:hover {
    text-decoration: underline !important;
}

.link-children-on-over:hover .link-on-over *, .link-children-on-over:hover .link-on-over {
    text-decoration: underline !important;
}

.no-link-on-hover {
    text-decoration: none !important;
}

.bg-warning .text-muted, .bg-warning.text-muted {
    color: #444444 !important;
}

.label.bg-warning {
    color: #444444 !important;
    text-shadow: inherit;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #444444 !important;
}

.dwh-table {
    width: auto !important;
}

.dwh-table .time-navigation-btns {
    font-size: 24pt;
}

.dwh-table .time-navigation-btns:hover {
    color: #026bad;
    font-weight: bold;
}

.dwh-table div.time-labels {
    position: relative;
    top: 6px;    
    text-align: center;
}

.dwh-table .row-labels {
    text-align: right;
    text-overflow: ellipsis;
    max-width: 300px;
    width: 300px;
    overflow: hidden;
}

.dwh-has-value {
    font-weight: bold;
}

.dwh-has-not-value {
    color: lightgrey;
}

.dwh-max {
    color: #27c24c;
}

.dwh-min {
    color: red;
}

.dwh-table .cell-value {
    width: 4px;
    white-space: nowrap;
    text-align: right;
    width: 90px;
}

.dwh-selector {
    width: 100% !important;
}

.dhw-datapoint-selector {
    width: 200px;
}

.btn-arrow-up {
    background-color: #2C2122 !important;
    color: white !important;
    position: fixed;
}

.span-arrow-up {
    position: fixed;
    bottom: 40px;
    /*right: 40px;*/
    left: 13px;
}

.main-brand {
    font-size: 32px;
    color: white;
    margin-bottom: 24px;
}

.graph-image {
    margin-bottom: 16px;
    display: block;
}

.large-smile {
    font-size: 56px;
    color: #dddddd;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.notificationRow {
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 260px;
    white-space: nowrap;
}

.notificationRow.customer {
}

.notificationRow.title {
    font-weight: bold;
}

.notificationRow.description {
}

.ticketRow.customer {
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 800px;
    white-space: nowrap;
}

.ticketRow.title {
    font-weight: bold;
}

.ticket:hover {
    background-color: #fafafa;
}

.ticket-header {
    border-width: 1px;
    border-style: solid;
    border-top-color: #dee5e7;
    border-right-color: #dee5e7;
    border-bottom-color: #dee5e7;
    border-left-width: 4px;
    box-shadow: 2px 2px 6px #dddddd;
    padding: 12px;
    display: block;
    width: 100%;
}

.ticket-header div {
    text-align: left;
}

.ticket-no-handle.tl-wrap:before {
    background: none !important;
    border-color: transparent !important;
    content: "";
    box-shadow: none !important;
}

.ticket-new-note {
    border-width: 1px;
    border-style: solid;
    border-color: #dee5e7;
    border-left-width: 4px;
    box-shadow: 2px 2px 6px #dddddd;
    padding: 12px;
    display: block;
    width: 100%;
}

.ticket-new-note div {
    text-align: left;
}

.ticket-body pre {
    background-color: transparent !important;
    margin-bottom: 1px !important;
    padding: 4px !important;
    border: 0px !important;
}

.ticket-body .panel .panel-body {
    padding: 6px !important;
}

.invisible {
    visibility: hidden;
}

.fc-nonbusiness {
    background-color: #e6e6e6 !important;
    opacity: 1 !important;
}

.fc-nonbusiness.fc-sat, .fc-nonbusiness.fc-sun {
    background-color: transparent;
}

.event_info_row {
    width:250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fc-event.event-companyTraining {
    background-color: #BB0000;
    border: 1px solid #BB0000;
}

.fc-event.event-notAvailable {
    background-color: #888888;
    border: 1px solid #888888;
}

.fc-event.event-companyMedical {    
}

.fc-overlay {
    z-index: 2000;
}

.fc-day-number {
    cursor: pointer;
}

.sliderFormLabel {
    position: relative;
    top: 16px;
}

.dashboard-tiles {
    min-width:260px;
    width:260px;
}

.text-warning-dk {
    color: #e3c32e;
}

.btn-handle-todo {
    width: 180px;
}

.bgtransparent {
    background-color: transparent !important;
}

.select-item-month-first-for-year .select2-result-label, .select-item-month-in-year .select2-result-label {
    padding-left: 40px !important;
}

.select-item-month-first-for-year .select2-result-label {
    padding-left: 0px !important;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}

.app-search-field {
    width: 600px !important;
}

tr.row-colored,  tr.row-colored td, tr.row-colored th {
    background-color:#d1edf6 !important;
}

.search_results_container {
    width: 800px;
}

.search-results-title {
    font-size: 20pt;
    padding-top: 6pt !important;
    text-rendering: optimizelegibility;
    text-align: right !important;
    padding-right: 10pt;
}

.with-indicator .indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 2px;
    border-style: solid;
    border-width: 2px;
    border-radius: 100%;
}

.invoicesToRegister_contents table.table {
    width: auto !important;
}

.invoicesToRegister_contents table.table td {
    padding: 4px 8px !important;
    vertical-align: middle;
}

hr {
    margin-top:8px;
    margin-bottom:8px;
}

.invoices-big-totals {
    font-weight: bold;
}

/*
.date-picker-input {
    float:left;
    width:99% !important;
}

.inline-date-picker-input {
    float:left;
    width:75% !important;
}
*/

.date-picker-container {
    padding-right: 4px;
}

select  option[disabled] { 
    color: #dedede; 
}

.chart-pie-container {
    width:280px;
    float: left;
    margin-right: 24px;
}

.chart-title {
    color: #666;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 4px;
}

.dc-chart .pie-slice {
    fill: black;
}

.dc-chart .selected path {
    stroke: #666666;
    stroke-width: 1;
}

.dataDashboard_pieCover {
    height: 350px;
    text-align: left;
    position:  absolute;
    width: 100%;
    height: 350px;
    background-color: #f0f3f4;
    z-index: 1000;
    padding-top: 150px;
    padding-left:40px;
    font-size: 30px;    
}

.gly-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);*/
}

.chartFilterBox-overflow {
    max-width: 98%;
    overflow: auto;
    white-space: nowrap;
}

.chartFilterBox-overflow .chart-pie-container {
    float: none !important;
    display: inline-block;
}

.text-bold {
    font-weight: bold;
}

.text-warning-or-muted {
    color: #fad733;
}

.bg-warning .text-warning-or-muted {
    color: #666666;
}

.text-dark-or-muted {
    color: #3a3f51;
}

.bg-info .text-dark-or-muted {
    color: white;
}

.invoice-row-edited, .invoice-row-edited td, .invoice-row-edited:hover td {
    background-color: #19a9d5 !important;
    color: white;
}

.invoice-value-fields input {
    width: 200px;
    margin-bottom: 15px;
}

#invoice-row-qty {
    width: 150px;
}

.dataView_title {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.dataView_totals table .groupTotal {
    font-weight: normal !important;
}

.dataView_totals table .number, .drillDownTable .number {
    text-align: right;
}

.red-cell {
    color: red !important;
    background-color: #ffe0e0 !important;
}

.green-cell {
    color: green !important;
    background-color: #e0ffe4 !important;
}

.orange-cell {
    color: #c3821b !important;
    background-color: #f8e38d !important;
}

.grey-cell {
    color: #555 !important;
    background-color: #f6f8f8 !important;
}

#reportCharts {
    padding-top:22px;
}

#flotTip {
    color: #666666;
}

.report-compute-btn {
    margin-top: 16px;
}

.panel-default > .panel-heading {
    color: #555 !important;
}

.header {
    font-weight: bold;
}

.drilledDownRow {
    background-color: #f6f8f8 !important;
}

.calendar-view-btn > i {    
    font-size: 150%;
    color: #aaa;
}

.calendar-view-btn span {    
    position: absolute;
    margin-left: 6px;
    margin-top: 3px;
    font-weight: bold;
}

.calendar-view-btn span.month {
    margin-left: 2px;
}

.form-control-static {
    /*position:relative;
    top: 8px;*/
    font-weight: bold;
}

.editCalendarEvent_projectSelector .project-selector, .editCalendarEvent_taskSelector {
    width: 60%;
}

.fc-title {
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}

.fc-custom-event-task {
    font-style: italic;
}

.event-3 {
    background-color: #22b846 !important;
}

.tbl-under-calendar {
    width:100%;
    margin-top:12px;
}

.tbl-under-calendar td {
    text-align: center;
}

.tbl-under-calendar td input {
    text-align: center;
    max-width: 80px;
}

.tbl-under-calendar th {
    width:42px;
    padding:4px;
}

.hr-small {
    margin-top:0px !important;
    margin-bottom:4px !important;
}

.inline-block {
    display: inline-block;
}

.invoice-row-totals {
    background-color: #ddd !important;
    color: black !important;
    font-weight: bold;
}

.invoice-row-totals-labels {
    text-align:right;
    text-transform:uppercase;
}

.invoice-row-values {
    padding-left:26px !important;
    color: black !important;    
}

#invoiceTotalSummary .invoice-row-values {
    font-weight: bold;
}

.invoice-value-fields input,.invoice-value-fields, .invoiceAddRow input {
    color: black !important;
}

.invoice-grantotal {
    font-size: 24px;
}

.trainingOfferNextOffer-selector, .trainingOfferAccountingArticle-selector {
    width: 400px !important;
}

.right {
    text-align: right !important;
}

.btn-as-filter-field {
    position: relative;
    top: -4px;
    box-shadow: initial;
    border: 1px solid #c7d3d6;
}

.main-filter div {
    box-shadow: 0px 0px 2px 1px #19a9d5;
}

.special-filter div {
    box-shadow: 0px 0px 2px 1px #fad733;
}

.special-filter-highlight {
    box-shadow: 0px 0px 2px 1px #fad733;
}

.special-filter-highlight-btn {
    box-shadow: 0px 0px 12px 1px #fad733;
    border-color: #f0ad4e !important;
}

.special-filter-on-item {
    text-shadow: 0px 0px 6px #fad733;
    font-weight: bold !important;
}

#invoiceTotalSummary {
    position: fixed;
    right: 0px;
    width: 20%;
}

#trainingSituation th {
    white-space: nowrap;
}

#trainingSituation .red-cell, #trainingSituation .green-cell, #trainingSituation .gray-cell, #trainingSituation .orange-cell {
    padding: 4px;
}

#trainingSituation td, #trainingSituation th {
    padding: 2px;
    text-align: center;
    border-top: 0;
}

@keyframes goAway {
    5% { transform: translateX(-5%); }
    100% { transform: translateX(200%); height:0;padding:0;margin:0 } 
}

.hover-danger:hover {
    color: #f05050;
}

.hover-info:hover {
    color: #19a9d5;
}

#trainingSituation td.requests, #trainingSituation td.actions {
    border-left: 1px solid #cccccc;
    padding: 0;
}

#trainingSituation th.courses {
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 2px;    
    overflow: hidden;
    xx-max-width: 200px !important;
}

.courses .course-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    font-weight: normal;
}

#trainingSituation td.requests > div, #trainingSituation td.actions > div {
    padding: 2px;
}

.trainingRequestInvoiceBtn {
    width: 18px;
    padding: 1px !important;
    padding-left: 3px !important;
}

.trainingRequestInvoiceBtn i {
    font-size: 12px;
}

#inbox .attachment {
    border: 1px solid #dddddd;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #efefef;
    min-height: 24px;
    margin-right: 4px;
    margin-bottom: 4px;
}

#inbox .attachment i.file-icon {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

#inbox .attachment i.downloading {
    position: absolute;
    top: 24px;
    right: 10px;
}

#inbox .close-sidebar-handle {
    position: relative;
    left: -10px;
    border: 1px solid #cccccc;
    width: 12px;
    background-color: white;
    cursor: pointer;
}

#inbox .attachment img {
    margin-top: 4px;
    max-height: 120px;
    max-width: 120px;
}

#inbox .attachment .filename {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.note-icon {
    font-size: 10px;
}

.note-icon i {
    position: relative;
    top: 2px;
    right: -3px;
}

.bulkCreator-selector-selector {
    width: 350px;
}

.um-selector-selector {
    width: 50px;
}

#leAnalysisTable th {
    text-align: right;
    padding: 8px 15px;
}

#leAnalysisTable td {
    text-align: right;
}

.training-cost-field-editor {
    width: 150px;
    margin: 0px;
    border: 1px solid #cccccc;
    padding: 4px;
    text-align: center;
    box-shadow: 2px 2px 6px 2px #eee;
}

.training-cost-field-editor button {
    float:right;
    width: 24px;
    margin-bottom:3px;
}

.training-cost-field-editor input[type=text] {
    text-align: right;
    width:110px;
    float:left;
    position: relative;
    top:6px;
}

#trainingEditionForm .customer-selector {
    width:320px;
    float:left;
}

.ext-trainer-outer > div {
    margin-bottom: 0 !important;
}

.message-with-icon {
    font-size:18px;
    height:64px;
    overflow:hidden;
}

.message-with-icon.with-border-bottom {
    border-bottom:1px solid #eeeeee;
}

.message-with-icon.no-border-bottom {
    border-bottom: 0;
}

text.lineLabel {
    font-size: 12px;
}

#trainingSituation .training-empty {
    opacity: 0;
}

#trainingSituation .training-empty:hover {
    opacity: 1;
}

#trainingSituation .training-tools {
    opacity: 0;
}

#trainingSituation .training-tools:hover {
    opacity: 1;
}

#trainingSituation .btn {
    cursor: pointer;
}

.opcenter_title {
    font-size: 11px;
}

.large-selector {
    width: 80%;
}

.profile-infos {
    text-align: left !important;
}

.profile-infos div, .profile-links div {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.profile-links {
    text-align: right !important;
}

.profile-links a {
    font-size: 250%;
    width: 64px;
}
   
.user-profile form  {
    text-align: left;
}

.notificationType {
    position:absolute;
    right:2px;
    top:58px;
    background-color: white;
    border:1px solid #ddd;
    display:none;
}

.large-alert .modal-dialog {
    width: 80% !important;
}

.over-drop {
    border-color: green;
}

.image-thumb {
    float: left;
}

.image-thumb canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}

.image-thumb-btns {
    height: 100px;
    width: 12px;
    float:left;
}

.image-thumb-btns a {
    position: relative;
    top: 5px;
    left: 1px;
}

.checklist_notes {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #eee;
}

.checklist_note {
    border-top: 1px dotted #ccc;
}

.checklist_note.first {
    border-top: 0px !important;
}

.checklist_note img {
    margin-top: 4px;
    margin-bottom: 4px;
}

.right-btn-bar {
    float: right;
    position: absolute;
    right: 20px;
}

.right-btn-bar .btn {
    position: relative;
    top: -4px;
}

.text-gray {
    color: #58666e;
}

.text-lightgray {
    color: #ccc;
}

.mailing-marker {
    position: relative;
    top: 16px;
    left: 14px;
    background-color: white;
    padding: 1px;
    border: 1px solid #999;
}

.service_action_cell {
    display: none;
    width: 90px !important;
}

.service_action_cell .opcenter_label {
}

.service_action_cell_plus .opcenter_label {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.year-selector-selector {
    width: auto !important;
}

h3.modal-title {
    text-overflow: ellipsis;
    width: 900px;
    overflow: hidden;
    white-space: nowrap;
}

.group-selector, .capability-selector {
    width: 100% !important;
}

.with-sidebar #sidebar, .with-sidebar #mainContent {
    overflow-y:auto;
    overflow-x:hidden;
    height: 800px;
    margin: 0;
}

.with-sidebar #sidebarHandle {
    position: absolute;
}

.with-sidebar #sidebarHandle > span {
    position: relative;
    left: 0px;
    top: 8px;
}

.with-sidebar #mainContent.enlarged {
    padding-right:14px;
    margin-left: 32px;
}

.with-sidebar #sidebar .list-group-item {
    border-left-color: transparent;
}

.with-sidebar #sidebar .list-group-item.b-l-info {
    border-left-color: #23b7e5;
}

.balance-info {
    width: 100%;
}

.balance-info th {
    text-align: right;
    width: 20%;
}

.balance-info td {
    width: 20%;
    padding-left: 16px;
}

.rule-selector-selector, .steelType-selector-selector {
    width: 100%;
}

.warning-highlight {
    box-shadow: 0px 0px 2px 1px #fad733;
}

.info-highlight {
    box-shadow: 0px 0px 2px 1px #19a9d5;
}

.success-highlight {
    box-shadow: 0px 0px 2px 1px #27c24c;
}

.danger-highlight {
    box-shadow: 0px 0px 2px 1px #f05050;
}

.table-section tr:first-child td {
    border-top: 1px solid #aaa !important;
}

.table-section tr:last-child td {
    border-bottom: 1px solid #aaa !important;    
}

.table-with-sections thead tr:last-child th {
    border-bottom: 1px solid #aaa !important;
}

.dd-tools {
    position: relative;
    top: 16px;
    right: 10px;
}

.alert-xs {
    padding: 4px !important;
}

.application-dd .dd-list li.dd-item {
    min-height: 0;
}

.application-dd .secondary.dd-handle:hover {
    /*background-color: #fff !important;*/
}

.application-dd .master.dd-handle:hover {
    /*background-color: #edf1f2 !important;*/
}

.side-info-panel {
    padding-top:8px;
}

.side-info-panel h3 {
    border-bottom-color: #ccc;
}

.side-info-panel table {
    border-bottom-color: transparent;
}

.alignright {
    text-align: right;
}

#productCheck-dd .secondary .alert {
    padding: 4px;
}

#productCheck-dd .secondary pre {
    border: 0px !important;
    padding: 0px !important;
}

.lang-L1 {
    background-color: #23b7e5;
    color: white;
}

.lang-L2 {
    background-color: #fad733;
    color: black;
}

.legalEntitiesSideMenu .panel {
    margin-bottom: 12px;
}

ul.leftnav {
    position: fixed !important;
}

ul.leftnav-margin {
}

.navi ul.nav li a {
    width:200px;
}

.navi ul.nav.leftnav-margin li a {
    width:inherit;
}

.navi ul.nav.leftnav-margin li a {
    padding-right: 18px;
    padding-left: 18px;
}

ul.leftnav .submenu{
    padding-left: 0;
}

.generateDocumentDialog .documentTemplates-selector .select2-container {
    width:220px;
}

.potential-drop-zone {
    border: 2px solid transparent;
    padding: 4px;
}

.actual-drop-zone {
    border: 2px dotted #bce8f1 !important;    
}

.master.dd-handle:first-child {
    margin-top:0;
}

.master.dd-handle, .secondary.dd-handle {
    border-radius:0 !important;
}

#steelEditStoreOrderDlg .payment-type-selector, #steelEditStoreOrderDlg .customer-selector {
    margin-left: 15px;
    width: 90%;
}

.mtype-selector-selector {
    width:812px;
}

.label-adjust-vertical {
    position:relative;
    top:6px;
}

#organizeDrawing .st-selector-selector {
    width: 470px;
}

#organizeDrawing .wp-selector-selector, #organizeDrawing .sp-selector-selector {
    width: 245px;
}

#steelProjectForm .select2-container {
    width: 400px;
}

.cb-for-label {
    margin: 0 !important;
    position:relative;
    top: 3px;
}

.wd-half {
    width: 50%;
}

.with-dd-handle-icon {
    padding-left: 40px;
}

.dd-handle-icon {
    position: absolute;
}

.dd-handle-icon a {
    position: relative;
    left: -28px;
}

.team-cost-field-editor {
    width: 270px;
    margin: 0px;
    border: 1px solid #cccccc;
    padding: 4px;
    text-align: center;
    box-shadow: 2px 2px 6px 2px #eee;
}

.team-cost-field-editor button {
    float:right;
    width: 24px;
    margin-bottom:3px;
}

.team-cost-field-editor input[type=text] {
    text-align: right;
    width:110px;
    float:left;
    position: relative;
    top:6px;
}

.projectTeamCosts {
    min-width: 80px;
    display: inline-block;
}

.dd-item.current .dd-handle {
    color: #58666e;
    background-color: #edf1f2;
}

.dd-item.current .dd-handle-buttons {
    border-top:2px dotted #ccc;
    margin: 8px 15px 0 15px;
    padding-top:8px;
}

.document-buttons {
    border-top:2px dotted #ccc;
    margin-top: 8px;
    padding-top:8px;
}

tbody.current td {
    color: #58666e;
    background-color: #edf1f2 !important;
}

.event-plan {
}

.event-effective {
    background-color: #27c24c !important;
}

.input-group-addon {
    border-radius: 0 !important;
}

.projectTemplates-selector {
    width: 90%;
}

.modal {
    overflow-y: auto !important;
}

rzslider .rz-bubble.rz-limit {
    font-size:70%;
}

.dropdown-divider hr {
    margin-top: 4px;
    margin-bottom: 4px;
}

.padding0 {
    padding: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.deliveryBill-receiver .app-selector {
    width: 100% !important;
}

.gray-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

.gray-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.gray-placeholder::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

#workRecordQueryField .input-group {
    width:100%;
    margin-top:8px;
}

.table-very-condensed td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.modal-full {
    width: 95%;
}

.modal-xlg {
    width: 80%;
}

.note-field-editor, .training-note-field-editor {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 2px 2px 10px 0px #666
}

.training-note-field-editor div.company_notes {
    width: 300px;
    white-space: normal;
    max-height: 100px;
    overflow: scroll;
}

.note-field-editor.medical {
    right: 112px;
}

.note-field-editor textarea, .training-note-field-editor  textarea{
    width:300px;
    height:100px;
}

.b-b-gray {
    border-bottom-color: #bbb;
}

#toInvoiceFilter {
    width: 300px;
    border: 1px solid #ccc;
    padding: 6px;
    position: fixed;
    bottom: 10px;
    background-color: white;
    box-shadow: 2px 2px 6px 2px #888;
    z-index: 50000;
}

#toInvoiceFilter input {
    display: inline-block;
}

tfoot th {
    padding: 15px !important;
}

.default-invoice-note-selector {
    width:100%;
    margin-bottom:4px;
}

.dd-header {    
    border-bottom:1px solid #ccc;
    font-weight:bold;
    text-transform:uppercase;
}

.dd-header.nbb  {
    border-bottom: 0;
}

.dd-header .dd-header-label.with-checkbox {
    position: relative;
    top: -6px;
}

.dd-form {
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 14px;
    background-color: #edf1f2;
}

.addingToKit li {
    display: none;
}

.addingToKit li.current {
    display: list-item;
}

.addingToKit li.current li {
    display: list-item;
}

.list-code {
    text-decoration: underline;
    color: #7266ba;
}

.completion {
    background-color: #eee;
    height: 25px;
    width: 200px;
    border: 1px solid #ccc;
    padding-top: 2px;
    border-radius: 4px;
    display: inline-block;
    padding: 1px;
}

.completion .label {
    display: inline-block;
}

.completion-btns {
    display: none;
    margin-left: 40px;
}

tr:hover .completion-btns {
    display: inline-block;
}

.completion-btns .btn-mini {
    margin-right: 2px;
}

.btn-mini {
    padding: 2px;
    font-size: 13px;
}

.btn-as-link {
    padding: 0;
    border: none;
    background-color: transparent;
    text-decoration: underline !important;
}

.bank-selector .select2-container {
    width: 400px !important;
}

.editEmployee .qualification-selector {
    padding-left: 5px;
    padding-bottom: 5px;
}

.editEmployee .job-selector {
    padding-left: 5px;
}

.editEmployee .hiringType-selector {
    padding-left: 5px;
    padding-bottom: 5px;
}

.online_table {    
    width: 1200px;
}

.online_table tr {
    vertical-align:top;
}

.online_table td.middle {
    padding-right:10px;
    padding-left:10px;
}

.online_btns .btn-online {
    width:100%;
    margin-bottom: 8px;
}

.online_btns {
    position: fixed;
}

.online_btns > div {
    position: relative;
    left: 500px;
    padding-left: 10px;
    padding-right: 10px;
    width:200px;
}

.online_btns .customer-selector {
    width:180px !important;
}

.online_btns .form-group {
    margin-bottom: 5px !important;
}

.online_table .head {
    font-weight: bold;
    border-bottom: 1px solid gray;
    margin-left:-10px;
}

.online_table .modified {
    color:#23b7e5;
    font-weight: bold;
}

.report_explanation {
    font-size: 80%;
    font-style: italic;
    font-weight: 300;
}

.grey-cell.not-present {
    color: #ffffff !important;
    background-color: #f7a1a1 !important;
}

.lessons_trainingType {
    font-weight: 300;
    font-style: italic;
}

.panel.with-shadow {
    box-shadow: 3px 3px 10px 4px #ccc;
}

.campaign_fastinfo .campaign-leads {
    width: 200px;
    display: inline-block;
    padding-left: 20px;
}

.campaign_fastinfo .campaign-summary {
    width: 800px;
    display: inline-block;
}

.campaigns .rule.selected {
    border: 2px solid #ccc;
    background-color: #eee;
}

.campaigns .rule {
    width: 49%;
    margin-right: 1%;
    display: inline-block;
}

.campaings.addLeads  {
    height: 400px;
    overflow: auto;
}
.videoUploadIframe{
    width:100%;
    height: 220px;
    border:0;
    background-color: transparent;
}


table.dataTable thead > tr > th {
    padding-left: 10px !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
    border-color: #cfdadd;
}

.module-selector {
    width: 100%;
}

.questionBlock{
    padding-bottom:20px;
}

.text-Baloo {
    font-family: 'Baloo-Da-2-SemiBold';
    font-weight: 700 !important;
    font-size: 50px
}

.glass {
       background-color: rgba( 255, 255, 255, 0.5 ) !important;
    box-shadow: 0 8px 20px 0 rgb(255 255 255);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 2px );
    border-radius: 10px;
    border: 1px solid #c0ae94;
}

.bg-brand {
    background: #c0ae94;
}

.text-white {
    color: white !important;
}

.btn-brand {
    color: #fff;
    background-color: #c0ae94;
    border-color: #c0ae94;
}

.btn-brand:hover {
    color: #fff !important;
    background-color: #937448 !important;
    border-color: #937448 !important;
}

.selector-selector {
    margin-left:15px;
}

.tag-selector {
    /*margin-left:8px;*/
    width: 300px;
}

.option-images {
    width: 100px;
    height: auto;
    max-height: 100px;
}

.app-form-label {
    font-size: x-small;
    height: 8px;
}

.navi ul.nav li li a {
    padding-left: 40px;
}

#tabCodes td.code-cell {
    font-weight: bold;
}

textarea.as-input {
    height: 34px;
    overflow: hidden;
}

textarea.as-input::placeholder {
    opacity: 0.75;
}

.modal-body.generateDocumentDialog {
    height: 80vh;
}

.modal-body.generateDocumentDialog iframe {
    height:70vh !important;
}

.legend-pie {
    margin-top:4px;
}

.legend-pie-label {
    position: absolute;
}

.legend-pie-label > div {
    position: relative;
    top: -15px;
    left: 20px;
    font-size: 75%;
}

.avatar-choice {
    width: 64px;
    height: auto;
    cursor: pointer;
}

.avatar-choice.selected {
    box-shadow: 0px 0px 2px 1px #19a9d5;
}

#hidden_fields {
    display: none;
}


#subscription_container {
    overflow-x:auto;
    transform: rotateX(180deg);    
}

#subscription_container > div {
    transform: rotateX(180deg); 
    padding-top:10px
}

.dashboard-date-sel{
    display: inline-block;
    width: auto;
}

.modal-body .courses-selector, .formSection .courses-selector {
    width: 100% !important;
}

/* safari only */
@media not all and (min-resolution:.001dpcm) { @media {
                                                   
    input[type="date"]::-webkit-datetime-edit {
      display: block;
      padding: 0;
      position:relative;
      top:-6px;
    }
}}

_::-webkit-full-page-media, _:future, :root input[type="date"]::-webkit-datetime-edit {
      display: block;
      padding: 0;
      position:relative;
      top:-6px;
}

.panel {
    border-radius: 8px !important;
    overflow: hidden;
}

input.form-control {
    border-radius: 4px;
}

.aiCategory-selector {
    width: 500px;
}
