.bs-docs {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}
.row {
    margin-top: -10px;
    padding: 0 10px;
}
.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
0% {stroke: #4285F4;}
25% {stroke: #f0ad4e;}
50% {stroke: #6ea336;}
75% {stroke: #044c72;}
100% {stroke: #4285F4;}
}

@keyframes colors {
0% {stroke: #4285F4;}
25% {stroke: #f0ad4e;}
50% {stroke: #6ea336;}
75% {stroke: #044c72;}
100% {stroke: #4285F4;}
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
.containers {
overflow: hidden;
position: absolute;
left: 50%;
top: 55%;
z-index: 40000!important;
}

.tooltip{
    width: auto;
    position:fixed;
    top: 10px;
    right: 10px;
    z-index: 4000!important;
    border: 0;
    padding: 20px;
    font-size: 14px;
}
.tooltip.success{
    border: 1px solid #999100;
    background:#fffa90;
    color:black;
}
.tooltipCenter.success{
    border: 1px solid #145a85;
    background:#e4f2fb;
    color:black;
}
.tooltip .close, .tooltipCenter .close{
    font-size: 20px;
    position:absolute !important;
    right: 2px;
    top: 3px;
}
.tooltipCenter{
    width:310px;
    font-size: 14px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-180px;
    margin-top:-150px;
    border:0;
    padding:20px;
    z-index: 4000!important;
}
/*===================================================================*/

.uploadify {
  position: relative;
  margin-bottom: 1em;
}
.uploadify-button {
  background-color:#dbd6a3;
  background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #dbd6a3),
    color-stop(1, #dbd6a3)
  );
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius:5px;
  border: 2px solid #999;
  color:#333;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  width: 100%;
}
.uploadify:hover .uploadify-button {
  background-color:#c6be6c;
  background-image: linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #c6be6c),
    color-stop(1, #c6be6c)
  );
  background-position: center bottom;
}
.uploadify-button.disabled {
  background-color: #D0D0D0;
  color: #808080;
}
.uploadify-queue {
  margin-bottom: 1em;
}
.uploadify-queue-item {
  background-color: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 11px Verdana, Geneva, sans-serif;
  margin-top: 5px;
  max-width: 300px;
  padding: 10px;
}
.uploadify-error {
  background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
  background:url(../imagenes/uploadify-cancel.png) 0 0 no-repeat;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}
.uploadify-queue-item.completed {
  background-color: #E5E5E5;
}
.uploadify-progress {
  background-color: #E5E5E5;
  margin-top: 10px;
  width: 100%;
}
.uploadify-progress-bar {
  background-color: #0099FF;
  height: 3px;
  width: 1px;
}
/*
body{
        background-image: url('../core/logo3.png');        
        background-repeat: no-repeat;        
        background-size: auto;
        background-position:50% 100%; 
        height: 610px;
        width: 100%;
    }*/
    /*// For Tablets:*/
    @media only screen and (min-width: 600px) {
        /*body { 
           background-image: url('../core/logo3.png');
           background-repeat: no-repeat;        
            background-size: 60% 20%;
            background-position:50% 100%;  
            width: 20%;            
            height: 810px; 
        }*/
    }
    /*// For Desktops:*/
    @media only screen and (min-width: 768px) {
        /*body { 
           background-image: url('../core/logo3.png');
           background-repeat: no-repeat;        
            background-size: 40% 20%;
            background-position:50% 100%;  
            width: 20%;            
            height: 810px; 
        }*/
    }