.mdl-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.mdl-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}

.mdl-card.margin {
	margin: 5px;
}

.site-text-warning {
    color: #f0ad4e !important;
}

.site-text-danger {
    color: #d9534f !important;
}

.site-text-success {
    color: #449d44 !important;
}


.site-text-bold {
    font-weight: bold;
}

.site-hr-warning {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f0ad4e !important;
    margin: 1em 0;
    padding: 0;     
}

.tab-custom {
    margin-bottom: -1px;      
    margin-left: 4px;      
    margin-right: 4px;      
    margin-top: 4px;
}

.tab-custom.btn {
    border-radius: 4px 4px 0px 0px;    
}

.tab-custom-row {
    border-bottom: 1px solid #ccc;
}

.pagination{
    margin: 0px;
}

.well-custom {
    background-color: #fdfdfd;
    border: 1px solid #eee;
}

.site-principal-conteudo-secao-sub {
    font-size: 16px;
    font-weight: bold;
    color: #428bca;
    margin-top:  15px;
    padding-top: 15px;
}

.site-principal-conteudo-secao-sub-2 {
    font-size: 14px;
    font-weight: bold;
    color: #428bca;
    margin-top:  5px;
    margin-bottom: 0px;
    padding-top: 5px;
}

.tab-pesquisa {
    top : 4px;
}

.tab-margin-bottom-zero {
    margin-bottom: 0px;
}

.card-cunstom {
    background-color: #fdfdfd;
    border: 1px solid #eee;    
    margin-bottom: 15px!important;
}

.site-margin-vertical-10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}


.card-cunstom hr {
    margin-top: 5px!important;
    margin-bottom: 10px!important;
}

.card-cunstom .periodo {
    color: #f0ad4e !important;
}

.card-cunstom .linha-esquerda {
    border-left: 1px solid #ccc;
}

.text-link-efeito:hover {
    text-decoration: underline;
    cursor: pointer;
    background-color: #ECECEC;
}

.site-jumbotron {
    background-color: #ECECEC !important; 
}

.site-margin-vertical {
    margin-left: 7px; 
    margin-right: 7px; 
}

.bs-glyphicons .glyphicon {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #f0ad4e !important;
}

.bs-glyphicons .title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 800px !important;
}

@media (min-width: 768px) {
	.bs-glyphicons li {
	    width: 20%;
	    font-size: 12px;
	}
}

.bs-glyphicons li:hover {
    color: #fff;
    background-color: #428bca;
}


