﻿/* ARIEL */

.dl-horizontal dt {
    text-align: left;
	padding-bottom:4px;

}

.dl-horizontal dd {
    text-align: left;


}


.table-borderless td, .table-borderless th { border: 0; }

.highlight-row1 {
    background-color:#F9FDB0;
}

.highlight-header1 {
    background-color:#e04141;
}

/* tables */
.table th, .table td { 
     border-top: none !important; 
 }
 
 .excludedback	    {BACKGROUND-COLOR:#FF6F6F;}
 
 /* editable */
 .editableText {
    border-bottom:1px dotted #3e8da7;
}
 
.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;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.my-pulsating-icon {
                  /* pulsating duration repetition timing_function delay */
     -moz-animation: pulsating 2s 2 linear 1s;
  -webkit-animation: pulsating 2s 2 linear 1s;
       -o-animation: pulsating 2s 2 linear 1s;
      -ms-animation: pulsating 2s 2 linear 1s;
          animation: pulsating 2s 2 linear 1s;
}

.my-ringing-icon {
     -moz-animation: ringing 2s 2 linear 1s;
  -webkit-animation: ringing 2s 2 linear 1s;
       -o-animation: ringing 2s 2 linear 1s;
      -ms-animation: ringing 2s 2 linear 1s;
          animation: ringing 2s 2 linear 1s;
}

.ss_padding {
  padding-left:5px;
  padding-right:5px;
  padding-top:9px;
  padding-bottom:10px;
  }
  
.btn-no-border { border: none;}

