
/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    color: #3e3e3e;
    background: #f1f2f7;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px !important;
}

/*state overview*/

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.select2-container .select2-selection--multiple {
    min-height: 34px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 6px 0px !important;
    display: block !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
    padding: 0 12px !important;
}
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
    border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 0px;
    margin-left: 5px;
    margin-top: 0px;
}
.advance-new .radio{
    display: inline-block;
}
@media (min-width: 1200px){
    .modal-xl {
        width: 1140px;
    }
}
a.remove_engineer{
    cursor: pointer;
}
.progress-description, .info-box-text {
    font-size: 12px;
}
.info-box .info-box-content {
    -ms-flex: 1;
    flex: 1;
    margin-left: 0px;
}
.info-box{
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
}
.bg-light, .bg-light>a {
    color: #1f2d3d!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}
dd {
    margin-bottom: .5rem;
}
.no-display {
    display: none;
}
.form-group.has-error span.select2-selection {
    border-color: #dd4b39 !important;
    box-shadow: none;
}