html{
    padding: 0px;
    margin: 0px;
    height: 100%;
    /*background: #f3f5e8;*/
    color: #37424A;
    
    background-image: url('images/fons3.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
html.busqueda{
    background-image: none;
}

a{
    color:#37424A;
}

.flex{
    display: flex;
    
}
.flex-center{
    justify-content: center;
}

body{
    overflow-y: scroll;
    padding-right: 0 !important;
    background-color: transparent;
}

.modal {
    padding-right: 0 !important
}

.modal-open {
    overflow-y: scroll;
}
.modal-open .modal{
    padding-right: 0 !important
}


.borde{
    border: 1px solid #ddd;
}
.p0{
    padding: 0px !important;
}
.p5{
    padding: 5px !important;
}
.pb10{
    padding-bottom: 10px !important;
}
.pl5{
    padding-left: 5px !important;
}
.pl10{
    padding-left: 10px !important;
}
.pl20{
    padding-left: 20px !important;
}
.pr5{
    padding-right: 5px !important;
}
.pr10{
    padding-right: 10px !important;
}
.pr20{
    padding-right: 20px !important;
}
.colorBlanc{
    color:#ffffff;
}
.colorBlau{
    color:#3366cc;
}
.colorVermell{
    color:#dc3912;
}
.colorVerd{
    color:#43A047;
}
.colorTaronja{
    color:#FF9800;
}
.colorGris{
    color:#666
}


.fs8{
    font-size: 8pt !important;
}

.popover{
    z-index:1000;
}

.ui-datepicker{
    z-index: 9999!important;
}


.vermell{
    color: #f00 !important;
}
.verd{
    color: #090 !important;
}
.taronja{
    color: #FF9800 !important;
}

.p2{ padding: 2px !important; }
.p10{ padding: 10px !important; }
.p20{ padding: 20px !important; }
.m0{ margin: 0px !important; }
.m5{ margin: 5px !important; }
.m10{ margin: 10px !important; }
.m20{ margin: 20px !important; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.md5{ margin-right: 5px !important; }
.md10{ margin-right: 10px !important; }
.ml5{ margin-left: 5px !important; }
.ml10{ margin-left: 10px !important; }
.mr10{ margin-right: 10px !important; }
.ml20{ margin-left: 20px !important; }
.mb0{ margin-bottom: 0px !important; }
.mb5{ margin-bottom: 5px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.me5{ margin-left: 5px !important; }
.md10{ margin-right: 10px !important; }
.md20{ margin-right: 20px !important; }
.mr20{ margin-right: 20px !important; }
.mr5{ margin-right: 5px !important; }
.mr10{ margin-right: 10px !important; }

.me10{ margin-left: 10px !important; }

.abs{
    position: absolute;
}
.absdre{
    right:0px;
}
.rel{
    position: relative;
}

.esq{
    float: left;
}
.dre{
    float: right;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#div_html{
    width: 768px;
    height: 1024px;
}
#modal_html .modal-body{
    padding: 0px;
}

.fb{
    background-color: #fff;
}

div.toast{
    width:200px;
    height:20px;
    height:auto;
    position:fixed;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #990000;/*#383838;*/
    color: #F0F0F0;
    font-size: 12px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    z-index: 999999;
}




#logo{
    height: 30px;
    margin: 10px;
    margin-top:-6px;
}




.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
.w100{
    width:80%;
}
.w100{
    width:100%;
}
.mw100{
    max-width:100%;
}
.mh100p{
    max-height: 100px;
}
.h200p{
    height: 200px;
}


.table tr.selected td{
    background-color: #CFD8DC;
}

.w32p{
    width:32px;
}
.w64p{
    width:64px;
}

.pointer{
    cursor:pointer;
}

.ib{
    display: inline-block;
}

.visible-xl,.visible-xxl{
    display: none;
}
@media (min-width:1200px){.visible-xl{display:block!important}}
@media (min-width:1600px){.visible-xxl{display:block!important}}

@media (max-width: 575px){
    .nav.idioma>li{
        width:33%;
        display:inline-block;
        text-align: center;
        
    }
}


.colG{
    color: #428bca;
}
.colA{
    color: #d9534f;
}
.colT{
    color: #990000;
}
.colBlanc{
    color: #fff !important;
}

.tar{
    text-align: right;
}
.tac{
    text-align: center;
}
.tal{
    text-align: left;
}

.vam{
    vertical-align: middle;
}







#taula_nomines td select,
#table_ext td select,
#taula_nomines td input,
#table_ext td input,
.DTFC_LeftWrapper td select
{
    width: 100%;
}


#table_ext .input-group,.DTFC_LeftWrapper .input-group{
    display: block;
}
#table_ext .input-group.parcial{
    display: inline-table;
}

ul.breadcrumb select,ul.breadcrumb div,ul.breadcrumb i{
    vertical-align: middle;
}


#canvas_nomines{
    min-height: 400px;
}

#ul_explotacion span.propietat{
    font-weight: bold;
    font-size: 14pt;
}

#ul_explotacion span.anyActual{
    font-weight: bold;
    font-size: 12pt;
    text-align: right;
    display: block;    
}

#ul_explotacion span.anyAnt{
    color:#666;
    font-size: 10pt;
    text-align: right;
    display: block;    
}

#ul_explotacion li{
    padding: 20px;
}

img.menu{
    width: 160px;
    display: block;
    margin:20px auto;
}

#div_form_login{
    width:300px;
    margin: 0px auto;
}

#div_cont_form_login{
    display: flex;
    justify-content:center;
    align-items:center;
    height: 100vh;
}

#div_form_login{
    flex-basis:300px
}

#div_ca .input-group,#div_es .input-group,#div_en .input-group{
    width: 100%;
}

#iframe_mendeley{
    border: 0px;
    width:100%;
    height: calc(100vh - 180px);
}

.fa-info-circle{
    color: #337ab7;
}
div.tooltip{
    min-width: 200px;
}

div.doc{
    
}

.dataTables_scrollBody{
    min-height: 300px;
}

.w100px{
    width:100px;
}
.w48px{
    width:48px;
}