
/*
.panel-heading>a {
    color: white;
}

.white {
    color: "#ff0000";
}

a {
    color:red;
}*/
.selectize-dropdown {
  position: absolute;
  z-index: 10500; /* adjust as necessary */
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;  
}

.selectize-dropdown, .selectize-dropdown.form-control {
  z-index: 10500; /* adjust as necessary */
}

/*
.ui-jqgrid .ui-jqgrid-htable th {
    height: 2em !important;
}
.ui-jqgrid tr.jqgrow td{
    height: 1em !important;
}*/

.ui-search-toolbar, .ui-search-input > input {
  height: 30px;
}

.ui-jqgrid tr.jqgroup, .ui-jqgrid tr.jqgrow {
	height: 2.5em;
}

textarea.form-control, input.form-control, select.form-control, .selectize-input, ul.select2-selection__rendered, span.select2-selection.select2-selection--single, .selectize-input.items.has-options.full.has-items {
    background-color: lightcyan;
}

textarea.form-control.input-incremental-code, input.form-control.input-incremental-code
{
    background-color: yellow;
}

.modal {
  text-transform: uppercase;
}
.gray-border {
  text-transform: none;
}

a.button_elimina {
    margin-left: 5px;
}

/* stringere */
.form-group {
     margin-bottom: 3px; 
}

h3#stack1-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.fb-child {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);  
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
    padding: 3px;
}

.fb-child-job {
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
}

.fb-child-opportunity {
    background-color: #1bec59;
    background-image: -moz-linear-gradient(top, #1bec59, #0f772e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1bec59), to(#0f772e));
    background-image: -webkit-linear-gradient(top, #1bec59, #0f772e);
    background-image: -o-linear-gradient(top, #1bec59, #0f772e);
    background-image: linear-gradient(to bottom, #1bec59, #0f772e);
}

.fb-child-develop {
    background-color: #cc0099;
    background-image: -moz-linear-gradient(top, #cc0099, #cc6699);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0099), to(#cc6699));
    background-image: -webkit-linear-gradient(top, #cc0099, #cc6699);
    background-image: -o-linear-gradient(top, #cc0099, #cc6699);
    background-image: linear-gradient(to bottom, #cc0099, #cc6699);
}


.fb-child-operation {
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
}

.fb-child-contact {
    background-color: #540231;
    background-image: -moz-linear-gradient(top, #2324a3, #0f772e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2324a3), to(#0f772e));
    background-image: -webkit-linear-gradient(top, #2324a3, #0f772e);
    background-image: -o-linear-gradient(top, #2324a3, #0f772e);
    background-image: linear-gradient(to bottom, #2324a3, #0f772e);
    
}

.fb-child-contact {
    background-color: #540231;
    background-image: -moz-linear-gradient(top, #540231, #0f772e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#540231), to(#0f772e));
    background-image: -webkit-linear-gradient(top, #540231, #0f772e);
    background-image: -o-linear-gradient(top, #540231, #0f772e);
    background-image: linear-gradient(to bottom, #540231, #0f772e);
    
}

.fb-child-general {
    background-color: #540231;
    background-image: -moz-linear-gradient(top, #540231, #0f772e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#540231), to(#0f772e));
    background-image: -webkit-linear-gradient(top, #540231, #0f772e);
    background-image: -o-linear-gradient(top, #540231, #0f772e);
    background-image: linear-gradient(to bottom, #540231, #0f772e);
    
}

.fb-child-user-group {
    background-color: #d619bd;
    background-image: -moz-linear-gradient(top, #d619bd, #890f79);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d619bd), to(#890f79));
    background-image: -webkit-linear-gradient(top, #d619bd, #890f79);
    background-image: -o-linear-gradient(top, #d619bd, #890f79);
    background-image: linear-gradient(to bottom, #d619bd, #890f79);
}
/*.fb-child > div {
    padding: 2px 6px;
    margin: 0 3px 3px 0;
    color: #ffffff;
    cursor: pointer;
    background: #1da7ee;
    border: 1px solid #0073bb;
}*/

/*
.ui-jqgrid .ui-jqgrid-hbox {float: left; padding-right: 10000px;}
*/
#collapse-sidebar {
  /* for the animation */
  transition: margin 0.3s ease;
}

.collapse-collapsed {
  /* hide it for small displays*/
  display: none;
}

@media (min-width: 992px) {
  .collapse-collapsed {
    display: block;
    /* same width as sidebar */
    margin-left: -25%;
  }
}

#collapse-row-main {
  /* necessary to hide collapsed sidebar */
  overflow-x: hidden;
}

#collapse-content {
  /* for the animation */
  transition: width 0.3s ease;
}


table.green-table {
    font-size:16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.green-table td, .green-table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

.green-table tr:nth-child(even){background-color: #f2f2f2}

.green-table th {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #4CAF50;
    color: white;
}


table.fourd-table {
    font-size:16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.fourd-table td, .fourd-table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 0px;
    min-width: 85px;
}

.fourd-table tr:nth-child(even){background-color: #f2f2f2}

.fourd-table-row
{
    width: 20000px;
    float:left
}

/*.fourd-table-row span:nth-child(2) {
    margin-left: 150px;
}*/

/*.headcol {
  position: fixed;
  float:left
  left: 0;
  width: 150px;
}*/


.fourd-table span,.fourd-table div {
  margin: 0px;
  padding: 0px;
  float: left;
}
.fourd-table-cell {
  border: 1px solid #ccc;
  padding-top: 8px;
  height: 30px;
  width: 100px;
}
.fourd-table-cell-selected {
  border: 4px solid red;
}
.fourd-table-header-cell {
  background-color: #ddd;
}
.fourd-cell-striped {
  background: repeating-linear-gradient(
    to right,
    #ffffff,
    #ffffff 10px,
    #ffd180 10px,
    #ffd180 20px
  );
}
.black-cell {
    width:100px;
    height: 30px;
    color:#fff;
}
.fourd-table th {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #aaa;
    color: white;
}
.fourd-input {
    /*white-space: pre-wrap;*/
    white-space: pre-line;
    background-color: #fff;
    color: #000;
    width:100px;
    height: 30px;
    font-size:10px;
    user-select: none;
    user-drag: none; 
}
/*.fourd-input:focus, .fourd-input:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid rgba(81, 203, 238, 1);
}*/

.jqgrid_table_container {
    margin-top: 15px;
}

.tab-pane {
  margin-top: 15px;
}

.ui-jqgrid-labels {
  height: 30px;
  font-size: 13px;
}

.ui-pg-table {
  height: 30px;
  font-size: 12px; 
}

.gray-border {
  border: 1px solid #ddd;
}

/* bigger checkboxes ELIMINATE PER BACO SU CHROME*/
/* input[type=checkbox] {
    transform: scale(1.9);
    margin: 6px;
}
 */
.loading {
  background-image: url(/img/loading.gif);
  background-repeat: no-repeat;
  width: 100%;
  min-height: 24px;
  background-size: 24px;
  /*text-align: center;*/
}

.contextMenu {
  background-color: #ddd;
  display:none; 
  z-index: 1000;
}

.contextMenu > ul {
  width: 400px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 5px;
}

.contextMenu > ul li:hover { 
  background-color: #f4ba51 ; 
  cursor: pointer;
}

#event-list > :nth-child(even) {background: #CCC}
#event-list > :nth-child(odd) {background: #FFF}

.scroll-y-130 {
  max-height: 150px; 
  overflow-y: auto
}

.scroll-y-300 {
  max-height: 300px; 
  overflow-y: auto
}


.bootstrap-datetimepicker-widget {
  z-index: 15002;
}

.table_search_field {
  display: inline; 
  width: 300px;
}

.ml5, .ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}


.divTable{
    display: table;
    /*width: 100%;*/
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.row-edit-field {
  width: 250px;
}

.row-edit-field.select2 {
  width: 250px;
}


.financial_color, .financial_color *
{
  color: #138D75;
}

.opportunity_color, .opportunity_color *
{
  color: #ffa500;
}

.job_color, .job_color *
{
  color: DarkGreen;
}

.contact_color, .contact_color *
{
  color: #696969;
}

.ufficio_acquisti_color, .ufficio_acquisti_color *
{
  color: #cd0000;
}

.teams_color, .teams_color *
{
  color: #0000cd;
}

.no-padding-and-margin {
  padding: 0px;
  margin: 0px;
}
/*
textarea.form-control
{
  height: 50px;
}

.divTableCell {
  padding: 0px;
}
*/

.offer-request-row-flat-row .selectize-input {
    overflow: initial;
}

.ui-jqgrid .ui-jqgrid-hbox {float: left; padding-right: 10000px;}



.sidebar .fa.arrow::before {
    content: "\f105";
}