.pagination li a {
  color: #000;
}
.pagination li a:hover {
  background: #666;
  border-color: #666;
  color: #fff;
}
.pagination .active a, .pagination .active a:hover {
  background: #666;
  border-color: #666;
  color: #fff;
}
.clsDatePicker {
  z-index:100000!important;
}
.no-height {
  min-height: unset!important;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.imageBox
{ position: relative;
  height: 150px;
  width: 150px;
  border:1px solid #aaa;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor:move;
}
.imageBox1
{ position: relative;
  height: 122px;
  width: 122px;
  border:1px solid #aaa;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
}
.imageBox .thumbBox
{ position: absolute;
  top: 50%;
  left: 50%;
  width: 122px;
  height: 122px;
  margin-top: -61px;
  margin-left: -61px;
  box-sizing: border-box;
  border: 1px solid rgb(102, 102, 102);
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent;
}
.imageBox .spinner
{ position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 100px;
  background: rgba(0,0,0,0.7);
}

.smart-form .input .error
{
  background: #fff0f0;
  border-color: #A90329 !important;
}
.smart-form .input .valid
{
  background: #f0fff0;
  border-color: #7DC27D !important;
}
.error
{
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #D56161;
}
#logo
{
  margin-top: 0px !important;
}
.fecha
{
  color: #ffffff;
  padding-right: 25px;
  font-style: italic;
}
.colegio
{
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}
.btn.btn-ribbon-add
{
  background-image: linear-gradient(to bottom,#3276b1,#3276b1) !important;
}
.tooltip > .tooltip-inner {
  background-color: #428bca;
  color: #fff;
  border: 1px solid #428bca;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #428bca
}
.tooltip.top > .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #428bca
}
.tooltip.left > .tooltip-arrow {
  top:50%;
  right:0;
  margin-top:-5px;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:5px solid #428bca;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #428bca;
}
#load {
  position:absolute;
  z-index:1;
  border:solid 1px #c79121;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  background:#c79121;
  width:125px;
  height:35px;
  top:0%;
  left:50%;
  text-align:center;
  line-height:10px;
  font-family:"Trebuchet MS",verdana,arial,tahoma;
  color: #fff;
  font-size:10pt;
}
.no-padding-left { padding-left: 0px; }
.no-padding-right { padding-right: 0px; }
.no-margin { margin: 0px; }
.margin-bot-5 { margin-bottom: 4px; }
.no-margin-top { margin-top: 0px; }
.negro { font-weight: bold; }
