@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* bt buscar */

 #custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #00a6ff;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

      .class_dia{
        border: 2px solid #53d5ff;
        background-color: #ebfaff;
        border-radius: 7px;
        padding-top: 2px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 31px;
        margin-bottom: 40px;
        height: 275px;
      }
      .class_nor{
        border: 1px solid #ccc;
        border-radius: 7px;
        padding-top: 2px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 31px;
        margin-bottom: 40px;
        height: 275px;
      }

  .div-btns-agenda {
    margin-left: 40px;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .small-btn {
    margin-bottom: 12px;
  }

  .div-sub-title {
    margin-top: -18px;
  }


body {	
	font-family: 'Roboto', sans-serif;
}

.titulo_pagina {
  margin-top:20px;
  padding-bottom: 10px;
  margin-bottom: -15px;
}

.div-cob {
	margin-bottom:30px;
	padding-bottom:20px;
}

.div-linha {
  border-bottom: 1px solid #e5e5e5;
  width: 95%;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.input_busca {
  margin-bottom: 20px;
  padding-bottom:20px;
}
.t_agenda h2 {
  font-family: 'Roboto', 'condensed';
  font-size: 17px;
  color: #666;
  margin-top: 6px;
  padding-bottom: 30px;
  font-weight: normal;
}
.tx_agenda {
  font-family: 'Roboto', 'condensed';
  padding: 0px;
  font-size: 11px;
  margin-top: 5px;
  padding-bottom: 7px;
}

.pgcss {
	margin-top:50px;
}
@media (max-width: 1201px) AND (max-width: 2000px){

}

@media (min-width: 1024px) AND (max-width: 1200px) {

  

}

@media (min-width: 770px) AND (max-width: 999px) {

}

@media (min-width: 995px) and (max-width: 1199px) {

  .col-xs-5 {
    height:240px;
  }

}

@media (min-width: 541px) and (max-width: 599px) {
  
  .col-xs-5 {
    height:225px;
  }

}


@media (min-width: 500px) and (max-width: 540px) {
  
  .col-xs-5 {
    width: 100%;
    margin-left: 0px;
    height:405px;
  }

}

@media (min-width: 361px) and (max-width: 499px) {
  
  .col-xs-5 {
    width: 100%;
    margin-left: 0px;
    height:370px;
  }

}

@media (min-width: 300px) and (max-width: 360px) {
  
  .col-xs-5 {
    width: 100%;
    margin-left: 0px;
    height:285px;
  }

}