body {
    height: 100%;
    font-family: 'Open Sans';
}

.navbar-tomasi img {
    height: 100%;
    margin-left: 0;
}

.navbar-tomasi .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px;
}

.navbar-tomasi {
    background-color: #f3f3f3;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    min-height: 60px;
}

.navbar-nav>li {
    border-right: 1px solid #ddd;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

.table .action-column-row a:hover>.glyphicon,
.table .action-column-row a:focus>.glyphicon,
.navbar-nav a:hover>.glyphicon,
.navbar-nav>.open>a>.glyphicon {
    color: #595854;
}

.navbar-nav>li:last-child {
    border-right: none;
}

.navbar-tomasi .navbar-nav>li>a,
.tabMenu>li>a,
.breadcrumb li a {
    color: #e30615;
}

.navbar-nav>li:hover {
    background-color: #e7e7e7;
}

.navbar-tomasi .navbar-nav>li>a:hover {
    color: #595854;
}

.navbar-tomasi .glyphicon {
    color: #000;
}

.field-provisioncontract-vacation_included {
    margin-top: 30px;
}

.panel {
    border-radius: 0;
}

.tab-content-modal .tab-pane {
    padding: 15px 0 0 0;
}

.tab-content-border .tab-pane {
    padding: 10px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .grid-view {
        overflow-y: auto;
        /* @todo this is not working */
        overflow-x: visible;
    }

    .dropdown-menu {
        margin-bottom: 50px;
    }
}

.navbar-right .dropdown-menu {
    right: auto;
    /* width:100%; */
}

.breadcrumb {
    background-color: white;
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    font-size: 12px;
}

.breadcrumb li a {
    color: #e30615;
    font-family: 'Open Sans';
}

.breadcrumb>li {
    margin: 10px 0;
}

hr {
    margin-top: 0;
    color: #e7e7e7;
}

.dropdown-menu .glyphicon {
    margin-right: 10px;
}

.dropdown-toggle {
    cursor: pointer;
}

.btn+.grid-view {
    margin-top: 10px;
}

.action-column {
    text-align: center;
}

td {
    border-left: 1px solid #e7e7e7;
}

td:last-child {
    border-right: 1px solid #e7e7e7;
}

table {
    border-bottom: 1px solid #e7e7e7;
}

.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    color: black;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

tr {
    text-align: left;
}

.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    color: #000;
}

th a,
th a:hover,
th {
    color: #000;
}

td a {
    color: #e30615;
}

.pagination li a {
    color: #e30615;
}

.pagination li:active {
    background-color: #e30615;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #e7e7e7;
    color: black;
    border-color: #e7e7e7;
}

.pac-container {
    z-index: 1051 !important;
}

.pagination {
    margin: 10px 0 0 0;
}

.table {
    margin-bottom: 10px;
}

.action-column-row a:not(:last-child) {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #e7e7e7;
}

.table .action-column-row a:last-child .glyphicon {
    border: none;
    padding: 0;
    margin: 0;
}

.table thead a[data-sort]::after {
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    content: "\e150";
    margin-left: 6px;
    position: relative;
    top: 2px;
    font-size: 12px;
}

.table thead a[data-sort].asc::after {
    content: "\e155";
}

.table thead a[data-sort].desc::after {
    content: "\e156";
}

.table thead th {
    white-space: nowrap;
}

.table thead th.action-column {
    min-width: 62px;
}

.table tbody .action-column-row {
    text-align: center;
    white-space: nowrap;
}

/* tags-input */
.bootstrap-tagsinput {
    width: 100%;
    min-height: 34px;
    font-size: 14px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bootstrap-tagsinput .twitter-typeahead {
    width: auto;
}

.bootstrap-tagsinput input {
    height: 21px;
    min-width: 160px;
    margin-top: 2px;
    padding: 0;
}

.bootstrap-tagsinput.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.has-error .bootstrap-tagsinput {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* typeahead */
.tt-suggestion {
    font-size: inherit !important;
}

.tt-menu,
.tt-dropdown-menu {
    z-index: 1000 !important;
    min-width: 200px;
}

/* login */
.login-container {
    background-color: #fafafa;
    min-height: 550px;
    margin-top: 48vh;
    /* margin-top: 50%;*/
    transform: translateY(-50%);
    overflow: hidden;
}

.login-box-msg,
.login-platform {
    text-align: center;
    font-weight: 600;
}

.login-message {
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    font-size: 11px;
}

.login-box-msg {
    margin-bottom: 25px;
    font-size: 15px;
}

.login-platform {
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.field-loginform-rememberme label {
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 9px;
}

.logo {
    margin-top: 50px;
}

.login-box-body {
    margin: 65px;
    margin-bottom: 15px;
}

.login-box-body .has-error .help-block::before {
    font-family: 'Glyphicons Halflings';
    content: "\e209";
    font-size: 11px;
    margin-right: 5px;
}

.required>label::after {
    content: " *";
    color: #e30615;
}

#closure {
    display: none;
}

.tab-pane .form-horizontal .input-group[class*="col-"] {
    padding: 0 15px;
}

.tab-pane .form-horizontal .form-group {
    margin-right: inherit;
    margin-left: inherit;
}

.modal-header h4 {
    margin: 0;
}

.modal-content>pre {
    margin: 15px;
}

.modal-body {
    padding-bottom: 0;
}

.modal-body .nav-tabs {
    margin: -15px -15px 0 -15px;
    padding: 15px 15px 0 15px;
}

*[class^="expand-row-column"] {
    border-bottom: dashed 1px #e30615;
    color: #e30615;
}

.table tbody tr[id^="expand-row-column-detail"]>td {
    padding: 0 0 0 8px;
}

.note-editor .table-bordered td {
    border-color: #000;
}

.note-pagebreak i.note-icon svg {
    vertical-align: middle;
    margin-top: -1px;
}

.progress-xl {
    margin-bottom: 10px;
    height: 34px;
}

.progress-xl .progress-bar {
    line-height: 34px;
    font-size: 14px;
}

.alert-danger a {
    color: #a94442;
}

.radio label+label,
.checkbox label+label {
    margin-left: 12px;
}

label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}

.protocol-data-input {
    border-width: 0px 0px 1px 0px;
    border-bottom-style: dotted;
    padding: 0px;
    min-width: 210px;
}

.protocol-data-input:focus {
    outline: none;
}

#protocol-data-ro-form textarea,
#protocol-data-it-form textarea {
    resize: vertical;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #f5f5f5;
    color: #333333;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: transparent;
}

.input-group .has-success.highlight-addon .input-group-btn .input-button-group-custom:not(:disabled):not(.disabled),
.input-group .has-success.highlight-addon .input-group-btn .input-button-group-custom:not(:disabled):not(.disabled):hover {
    background-color: white;
    color: #555555;
}

.input-group .input-group-btn .input-button-group-custom {
    height: 34px;
}

.file-input-preview img {
    max-width: 100%;
    max-height: 100%;
}

.file-input-preview .file-preview-frame {
    margin: 0px;
    border: none;
    box-shadow: none;
    padding: 0px;
}

.file-input-preview .file-preview-frame:not(.file-preview-error):hover {
    border: none;
    box-shadow: none;
}

.file-input-preview .file-preview-frame .kv-file-content {
    width: 100%;
    height: 100%;
}

.file-input-preview .file-drop-zone {
    border: none;
}

.file-input-preview .fileinput-remove {
    margin: 7px;
}

.signature-image .btn-file {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.CodeMirror {
    height: 1000px;
}