html{
    padding: 0px;
    margin: 0px;
    height: 100%;
    /*background: #f3f5e8;*/
    color: #37424A;
}


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

.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;
}
.pl10{
    padding-left: 10px !important;
}
.pl20{
    padding-left: 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;
}
.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: 50px;
    margin: -15px 0px;
}


.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;
}


.panel-heading.panel-heading-sm{
    padding: 4px 10px;
}

.panel-heading.panel-heading-sm .panel-title{
    font-size: 14px;
    padding-top: 2px;
}

.panel-body-sm{
   padding: 5px 10px;
}



.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color:#1565C0;
}
.navbar{
    min-height: auto;
    margin-bottom: 0px;
}
/*
@media (min-width: 576px) and (max-width:764px){
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-toggle {
        display: block;
    }
}*/

@media(max-width:480px){
    #titol_app{
        display: none;
    } 
}



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


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

