#logo {
color: #666;
width:100%;
}
#logo h1 {
    font-size: 60px;
    text-shadow: 1px 2px 3px #999;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}
#logo p{
  padding-bottom: 20px;
}


#form-buscar >.form-group >.input-group > .form-control {
    height: 40px;
}
#form-buscar >.form-group >.input-group > .input-group-btn > .btn{
        height: 40px;
        font-size: 16px;
        font-weight: 300;


}
#form-buscar >.form-group >.input-group > .input-group-btn > .btn .glyphicon{
 margin-right:12px;
}


#form-buscar >.form-group >.input-group > .form-control {
    font-size: 16px;
    font-weight: 300;

}

#form-buscar >.form-group >.input-group > .form-control:focus {
  border-color: #33A444;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0, 109, 0, 0.8);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0, 109, 0, 0.8);
}

.col-centered{
    float: none;
    margin-left: 0%;
}

.col-container-margin
{
    margin-top:0;
    margin-bottom: 15px;
}

.search-result-table
{
    background-color: #dff0d8;
    /*border-collapse: collapse;*/
}

#ADAKZGYiRpNHfMQ {
    display: none;
    margin-bottom: 30px;
    padding: 20px 10px;
    background: #D30000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

body .custom-font  p
{
    font-family: 'Georgia', serif;
    font-size: 17px;
    padding: 0 0 0 90px;
    width: 360px;
    height: 0;
    margin-top: 8px
}

body .custom-footer-height{
    min-height:40px;
}

body .form-group a
{
    color: #58b1fd;
}

.flask_custom{
    color: #fcf8e3;
    background-color: #2f4f4f;
}

.spot-color {
  color: #f5f5f5;
}

.TutorialSize {
    font-size:22px;
}

.TutorialSize2 {
    font-size:20px;
}

.TutorialSize3 {
    font-size:18px;
}

.TutorialSize4 {
    font-size:16px;
}

.table-curved {
    border-collapse: collapse;
    border-radius: 0.5em;
    overflow: hidden;
}

code {
    color: #333333;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

.glyphicon-refresh-animate {
    -animation: spin 1.5s infinite linear;
    -webkit-animation: spin2 1.5s infinite linear;
    animation-play-state: running;
}

.glyphicon-refresh-end {
    animation-play-state: paused !important
}

.text-middle {
    vertical-align: middle;
}