@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';

/* ELEMENTS */

html, body {
    position: relative;
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.53846;
    height: 100%;
    color: #2c2c2c;
}

/* ELEMENTS */
.dataTable {
    margin-top:0px
}

img {
    max-width: 100%;
}

a{
    text-decoration: none;
    color: #3962e9;
}

a.btn{
    text-decoration: none;
}

a:hover {
    color: #2047c4;
}

a:focus {
    color: #2047c4;
    outline: none;
}

a[disabled]{
    pointer-events: none !important;
    cursor: default;
    text-decoration: none;
    color:Gray;
}

hr{
    border-color: #cccccc;
    border-width: 1px;
    padding: 0px;
    margin: 15px 0px;
}

.container {
    max-width: 1140px;
}

a.label {
    text-decoration: none;
}

/* HELPERS */

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.text-align-right {
    text-align: right;
}

.no-background {
    background: none;
    background-color: none;
}

.padding-bottom{
    padding-bottom: 15px;
}

.padding-top{
    padding-top: 15px;
}
.data-project{
    width:220px;
}
.data-cod{
    width:70px;
    text-align:center !important;
}
.data-start, .data-end{
    width:130px;
    text-align:center !important;
}
.input-group{
    z-index:0;
}

html body .select2-selection__rendered, html body .select2-selection {
    height: auto !important;
}

.badge-primary {
    color: #fff !important;
    background-color: #153f86 !important;
}

.badge-success {
    color: #fff !important;
    background-color: #28a745 !important;
}

.badge-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
}

.badge-danger {
    color: #fff !important;
    background-color: #f5331f !important;
}

.badge-warning {
    color: #fff !important;
    background-color: #ffc107 !important;
}