﻿/*
    Neste arquivo devem ser colocos estilos que sobrescrevem ou complementam estilos já existentes no bootstrap.

________________________________________________________________________________________________________________
*/

.panel, .thumbnail, .form-control, .btn, .dropdown-menu, .nav-tabs > li > a, .nav-pills > li > a, .nav-tabs.nav-justified > li > a,
.navbar, .breadcrumb, .label, .container .jumbotron, .container-fluid .jumbotron, .alert, .progress,
.list-group-item:first-child, .list-group-item:last-child, .well,
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important;
}

dt, dd  {
    line-height: 2em !important;
}

@media all and (min-width:768px) {
	.dl-horizontal dt {
		text-align: left !important;
	}
}

legend {
    text-transform: uppercase;
}

nav {
    background-color: inherit;
}


/* Sobreescreve a regra do .form-horizontal .form-group dentro da window do kendo-ui usando _LayoutWindow */

.wi-wnd-content.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

legend {
    margin-bottom: 20px;
    font-size: 21px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.pull-right {
    float: right !important;
}

.pull-right-flex {
    justify-content: flex-end;
    float: none !important;
}

.hidden {
    display: none;
}

.form-group {
    margin-bottom: 15px;
}
