@font-face { 
    font-family: 'OpenSans';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/OpenSans/OpenSans.eot');
    src: url('../fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'),
            url('../fonts/OpenSans/OpenSans.woff') format('woff'), 
            url('../fonts/OpenSans/OpenSans.ttf') format('truetype'),
            url('../fonts/OpenSans/OpenSans.svg') format('svg');
}

body{
    font-family: 'OpenSans';    
    margin-top: 35px;
}

.topo{
    display: block;
}

.container{
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

p{
    margin: 0px 0px 5px 0px;
}

iframe{
    display: none;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

.filtros label, .resultado-rota span{
    font-weight: bold;    
    font-size: 16px;
}

.resultado-rota span{
    margin-right: 10px;
}

.filtros{
    margin-bottom: 20px;
}

.filtros label{
    display: block;
    width: 20%;
    float: left;
    box-sizing: border-box;
}

.filtros .opcao{
    display: table;
    width: 100%;
    margin-bottom: 10px;    
}

.filtros .opcao input{
    width: 80%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 10px;
}

.resultado-rota{
    display: none;
    position: relative;
    top: -5px;
    border-bottom: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.btn-padrao{
    background-color: #337ab7;
    border: 1px #2e6da4 solid;
    padding: 8px 15px;
    margin-left: 15px;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
}

.btn-padrao:disabled{    
    cursor: not-allowed;
    background-color: #ccc;
    border: 1px #ccc solid;
}

.pull-right{
    float: right;
}

.pull-left{
    float: left;
}

.titulo{
    font-size: 20px;
    text-align: center;
}

.subtitulo{
    font-size: 20px;
    font-weight: bold;
}

.ico-ajax{
    display: none;
    width: 30px;
    margin-left: 10px;
    float: right;
}

.ico-ajax-resultado{
    display: none;
    margin: 0 auto;
    margin-top: 30px;
    width: 100px;
}

.coluna{
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.alert{
    display: none;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.loading-rota{
    display: none;
    text-align: center;
}

.logo-tjba p{
    margin-top: 30px;
    margin-left: 20px;
    color: #337ab7;
    font-weight: bold;
    font-size: 25px;    
}

.clearfix{
    clear: both;
    display: table;
    width: 100%;
}

@media print { 
    .coluna{
        float: initial;
        width: 100%
    }

    .coluna .iframe{
        width: 100%;
    }
    
	.filtros{ 
		display: none !important; 
	} 

    .logo-tjba{
        margin-bottom: 20px;
    }

    .topo{
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .coluna {
        float: none;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .filtros label {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }

    .filtros .opcao input {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .btn-padrao {
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .pull-right,
    .pull-left {
        float: none !important;
    }

    .logo-tjba {
        text-align: center;
    }

    .logo-tjba img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .logo-tjba p {
        margin: 10px auto 0;
        text-align: center;
        font-size: 18px;
    }

    #map {
        height: 300px;
    }
}
