.clearfix{clear: both;}

.badgeOrange {
  background-color: orange;
}
.noClickeable{
  cursor: default;
}
.btn{
 text-decoration:none;
 text-align:center;
 padding:6px 18px;
 border:solid 1px #ff9900;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius: 4px;
 color:#ffffff;
 background-color:#e32600;
 background-image: -moz-linear-gradient(top, #e32600 0%, #f29100 100%);
 background-image: -webkit-linear-gradient(top, #e32600 0%, #f29100 100%);
 background-image: -o-linear-gradient(top, #e32600 0%, #f29100 100%);
 background-image: -ms-linear-gradient(top, #e32600 0% ,#f29100 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29100', endColorstr='#f29100',GradientType=0 );
 background-image: linear-gradient(top, #e32600 0% ,#f29100 100%);
 -webkit-box-shadow:0px 0px 2px #ffffff, inset 0px 0px 1px #ffffff;
 -moz-box-shadow: 0px 0px 2px #ffffff,  inset 0px 0px 1px #ffffff;
 box-shadow:0px 0px 2px #ffffff, inset 0px 0px 1px #ffffff;

}
.btn{
      background-color: #f29100 !important;
}
#light {
    overflow: hidden;
}

#light span {
    border-radius: 30px;
    display: block;
    height: 14px;
    margin: 4px auto 0;
    width: 14px;
}
span{
cursor: pointer; cursor: hand; 
}
table span{white-space: pre-line; display: block;}

/*! Light colours */
#red    { background-color: #C90E0E; }
#orange { background-color: orange; }
#green  { background-color: #58A858; }
#blue  { background-color: #405889; }
#yellow  { background-color: rgb(255, 216, 0); }


.footable > thead > tr > th{
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#B9B9B9));
}
.footable.breakpoint > tbody > tr > td.expand {
  background: url('img/plus.png') no-repeat 5px center;
  padding-left: 40px;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url('img/minus.png') no-repeat 5px center;
}

#filter {
            margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

.glyphicon{
        color: orange;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #F18600;
    border-color: #F18600;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #F18600;
}
.pagination>li>a, .pagination>li>span {
    color: #F18600;
}


table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
        background-color: orange;
}

.underline{
        text- decoration: underline;
}

td,th{
        white-space: nowrap;
        display: table-cell;
}
th{
        background-color:rgb(215, 215, 215);
        font-size:70%;
        border-top:solid 1px black !important;
        border-bottom-width:1px !important;
        border-left-width:1px !important;
        border-right-width:1px !important;
        border-color:#ABABAB !important;
        text-align:center !important;
}
tr.detalles-row th {background-color:#eee;}
td{
        border-color:#D4D4D4;
        font-size:90%;
}
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

.bullet:before {
    font-family: 'FontAwesome';
    content: '\f111';
    margin:0 5px 0 -15px;
    color:orange;
}
.loadingContainer {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.shader {
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    opacity: 0.2;
    display: none;
}

#divLoading3 {
    border-radius: 40px;
    margin: auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content:"";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content:"";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.text-primary {
    color: #f29100 !important;
}

.popover {
  max-width : 400px;
  z-index:1080 !important;
}

tr.child {
    text-align: left;
}
span.dtr-title{
	font-family: sans-serif;
}
table.dataTable>tbody>tr.child ul {
    display: inline-block;
    list-style-type: disc;
    margin: 0;
    padding: 2%;
}
.table-striped>tbody>tr.odd>td{
    background-color:#f9f9f9;
}
.table-striped>tbody>tr.even>td{
    background-color:#fff;
}

.visualizador-html{background-color:#fff; padding: 15px;}

div[tipo="form"], div[tipo="tabla"]{min-height:0px !important;}
div[tipo="form"] form{margin-bottom: 40px;}

input.hasDatepicker[readonly="readonly"]{background-color:#fff; cursor: text;}
div#ui-datepicker-div{z-index: 100000 !important;}

.note-editor.note-frame .btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.note-editor.note-frame .btn-default{
	color: #333;
	background-color: #fff !important;
	border-color: #ccc !important;
}

label span.text-danger{cursor:inherit;}

.text-bold, .text-bold span{font-weight: 900 !important;}
