html, body {
    background:  #edf0f5 none repeat scroll 0 0;
}


body {
    padding-top: 160px;
    padding-bottom: 50px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    line-height: 22px;
}

@media (max-width: 950px) {
    body {
        padding-top: 140px;    
    }
}

.fa-btn {
    margin-right: 8px;
}

.form-control {
    box-shadow: none;
}

.panel {
    overflow: visible;
    border-radius: 0;
}

.panel-default > .panel-heading {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border: 0;
    padding: 18px;
    position: relative;
}

.panel-footer {
    background: #fff none repeat scroll 0 0;
    border: 0;
}

.panel-title {
    color: #333;
    font-family: Raleway;    
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    text-transform: none;
}

.panel-separator {
     margin: 0 16px;
     color: #ccc;
}

.nav-tabs {
    border-bottom: 0;
}

/* tab color */
.nav-tabs>li>a {
    background-color: #dfdfdf; 
    border-color: #ccc;
    color: #333;

}


/* hover tab color */
.nav-tabs>li>a:hover {
    background-color: #efefef;
    border-color: #ccc;

}


hr.separator {
    margin-top: 0px;
    margin-bottom: 15px;
}

hr.separator-detail {
    margin-top: 0px;
    margin-bottom: 0px;
}


#top-title-bar {

    top: 0;
    overflow:hidden;
    background-color: #eee;
    
    color: #0090cd;
    padding: 0;
    height: 70px;
    line-height: 70px;    
    width: 100%;    
    z-index: 1000;
    padding: 0;
    margin:0;
}

.titlefont {
    
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;    
    
}

.menufont {
    
    font-family: Raleway;
    font-size: 15px;
    font-weight: 500;    
    
}

.pagetitle {
    font-family: Raleway;
    font-size: 30px;
    color:#6a6c6f;
    margin-bottom: 30px;
    font-weight: 500;        
}

.numericCol{
  text-align: right;
}

table.dataTable {
    font-size: 12px;
}

table.dataTableSmall {
    font-size: 12px;
}

.row_selected {
    background-color: #337ab7 !important;
    color: #fff;
}

.row_selected2 {
    background-color: #bbb !important;
    color: #fff;
}

.cursor_hover {
    cursor: pointer;
}

.toast-position {
  top: 135px;
  bottom: auto;
  right: 15px;
  left: auto; 
}

#preview{
    position:fixed;
    border:1px solid #ccc;
    padding:5px;
    display:none;
    width: 200px;
    background-color: #666;
    color: #fff;
    min-height: 50px;
    border: 1px solid #fff;
}


.preview img,
.previewdoc img{
        cursor: pointer;
}

#previewdoc{
    position:fixed;
    border:1px solid #ccc;
    padding:5px;
    display:none;
    z-index: 10000;
}

.current_row_id {
    
    font-style: italic; 
    color: #00B050;
    
}

.disabled-select {
  background-color: #d5d5d5;
  opacity: 0.5;
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}


td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}



.rowRimborso {
	color: orange;	
}


a.always-clickable {
    pointer-events: auto !important;
    opacity: 1 !important;
}
fieldset[disabled] a.always-clickable {
    pointer-events: auto;
    cursor: pointer;
}
