@font-face {
    font-family: 'frutiger_lt_std55_roman';
    src: url('../fonts/frutiger_lt_std_roman-webfont.eot');
    src: url('../fonts/frutiger_lt_std_roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/frutiger_lt_std_roman-webfont.woff') format('woff'), url('../fonts/frutiger_lt_std_roman-webfont.ttf') format('truetype'), url('../fonts/frutiger_lt_std_roman-webfont.svg#frutiger_lt_std55_roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
    height: 100%;
}

body {
    font: 13px Arial, sans-serif;
    color: #555;
    background-color: #eee;
    height: 100% !important;
}

.container-login {
    height: 870px;
}

a {
    color: #0097d3;
    font-size: 12px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

span {
    color: #6d9acb;
}

p {
    padding: 0;
    margin: 0;
    color: #444;
    line-height: 22px;
}

p.justify {
    text-align: justify;
    color: #223f77;
    line-height: 20px;
    padding-bottom: 15px;
}

h1 {
    font-family: Arial, sans-serif;
    color: #006492;
    font-size: 1em;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

#header {
    background-color: #fff;
}

#delimitare {
    width: 97%;
    height: 65px;
    padding-top: 11px;
}

#delimitare div.logo {
    background: transparent url('../images/merieux-logo.jpg') top left no-repeat;
    height: 44px;
    width: 208px;
    float: left;
    display: block;
}

#delimitare div.title {
    color: #223f77;
    display: block;
    font: 22px 'frutiger_lt_std55_roman' !important;
    text-transform: none;
    padding-top: 8px;
    font-weight: bold;
}

#delimitare div.logout {
    display: block;
    width: 23px;
    height: 24px;
    float: right;
    margin-top: 11px;
}

#navbar-top {
    height: 38px;
    background-color: #003d7a;
    border-bottom: 7px solid #0097d3;
}

#container {
    background-color: transparent;
}

#content-pages {
    background-color: transparent;
    padding: 20px 31px 0px 31px !important;
}

.slogan {
    background: url(../images/slogan.png) no-repeat bottom right;
    width: 219px;
    height: 40px;
    float: left;
    margin-top: 7px;
    margin-left: 28px;
}

#sticky-wrap {
    min-height: 100%;
}

#sticky-main-app {
    overflow: auto;
    padding-bottom: 119px; /* this needs to be bigger than footer height*/
}

#sticky-footer-app {
    position: relative;
    margin-top: -75px; /* negative value of footer height */
    min-height: 75px;
    clear: both;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

input {
    color: #444;
    font-size: 13px;
}

#footer {
    background-color: #ccc;
    width: 100%;
    height: 75px;
    margin: 0 auto;
    font: 1.1em 'frutiger_lt_std55_roman';
}

#footer-container {
    width: 98%;
    margin: 0 auto;
    padding-top: 8px;
}

#footer-container p {
    color: #707172;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    line-height: 16px;
}

#footer-container p a {
    text-decoration: underline;
    line-height: 15px;
}

div.tableRow {
    height: 36px;
    margin: 0px;
    padding: 2px;
}

.glyphicon-lg {
    font-size: 20px;
}

select {
    color: #444;
}

span.bleu {
    color: #3a95d1;
    font-size: 0.9em;
    font-weight: bold;
}

.ui-jqgrid-view select {
    padding: 0px;
}

.ui-jqgrid-view a {
    color: #6d9acb;
}

span.username {
    color: #003d7a;
    font-weight: bold;
}

.glyphicon-user-custom {
    color: #223f77;
}

.caret-custom {
    border-top: 4px solid #223f77;
}

.bg-tab {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 0px 20px 10px 20px;
}

.bg-tab-inline {
    display: inline-block;
    width: 100%;
    padding: 15px 0px
}

.ui-tabs .ui-tabs-nav {
    padding: 0px;
    margin-left: -1px;
    margin-top: -2.3em;
}

.ui-tabs {
    padding: 0px;
    margin-top: 2.5em;
}

/* active tabs */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    color: #223f77;
    cursor: text;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1em;
    outline: none !important;
}

.ui-tabs .ui-tabs-nav li {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: 2px solid #bac0c3;
    border-left: 1px solid #bac0c3;
    border-right: 1px solid #bac0c3;
    border-bottom: 0px solid #bac0c3;
    background: #f4f4f4;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-top: 2px solid #223f77;
}

.ui-corner-all, .ui-corner-bottom,
.ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom,
.ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top,
.ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top,
.ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #ababab;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    outline: none !important;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.ui-tabs-active {
    color: #223f77;
}

.ui-state-hover, .ui-state-hover a {
    color: #0073af;
    background-color: transparent;
    cursor: pointer;
}

.color-title {
    color: #003d7a;
    text-transform: uppercase;
}

.color-blue {
    color: #003d7a;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}

.ui-ajax-loading-text {
    background: url('../images/ui-ajax-loader.gif') no-repeat 50% 0;
    height: 13px;
    min-width: 93px;

    font-weight: bold;
    padding-top: 31px;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
}

.ngHeaderText {
    box-sizing: border-box;
    padding: 5px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: normal;
}

.dropdown-menu-user {
    margin-left: -22px;
    right: 0px;
}

.widget-settings ul.dropdown-menu {
    height: 350px;
    overflow-y: auto;
}

#accountSettingsDiv .dropdown-menu > li > a {
    border-bottom: none !important;
}

#accountSettingsDiv .dropdown-menu > li > a span, #accountSettingsDiv .dropdown-menu > li > a:hover span {
    color: #0097d3 !important;
}

ul.dropdown-menu li span {
    white-space: normal;
    line-height: 20px;
}

/*general dropdown style*/
.dropdown-menu > li > a {
    line-heightt: 26px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu > li > a span {
    color: #555;
}

.dropdown-menu > li > a:hover span,
.dropdown-menu > li:active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff !important;
}

/*end general dropdown style*/

.widget-settings-label {
    padding-right: 0px;
}

.widget-settings-btn {
    cursor: pointer;
}

.sample-paperclip {
    margin-left: 2px;
    margin-bottom: 3px;
}

.filtersSelect {
    max-width: 250px;
}

#complianceTabs .tab-content {
    border: 1px solid #c6c6c6;
}

.large-modal .modal-dialog {
    width: 50%;
}

.form-field-required {
    color: #58a5d8 !important;
}

.form-field-error {
    border: 1px solid red;
}

.form-space {
    margin-bottom: 10px;
}

/* middle aligns the template labels */
.padding-align {
    padding-top: 10px;
}

/* web login */
#projectList div.ui-jqgrid-view,
#projectList div.ui-jqgrid-hdiv,
#projectList div.ui-jqgrid-bdiv {
    width: 100% !important;
}

#projectList div.ui-jqgrid-bdiv {
    overflow-x: hidden;
}

.box {
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #ccc;
}

ul.form-errors {
    padding: 0px;
}

li.form-error {
    color: #e50000;
    list-style-type: none;
    padding-top: 6px;
}

select.ng-invalid-required, input.ng-invalid-required {
    border: 1px solid #ebccd1;
}

select.ng-invalid-required:focus, input.ng-invalid-required:focus {
    box-shadow: 0 0 8px #ebccd1;
    border: 1px solid #ebccd1;
}

div.columnheader-div table.ui-search-table input, div.columnheader-div table.ui-search-table select {
    padding: 3px 0px !important;
}

.no-bg {
    background-color: transparent;
    background-image: none;
    border: none
}

/*select#customerId{*/
/*width: 200px !important;*/
/*}*/

/*div select#customerId option{*/
/*white-space: normal;*/
/*text-overflow: ellipsis;*/
/*overflow: hidden;*/
/*width: 200px !important;*/
/*}*/

/* end web login */

div#login-container input.ng-invalid-required {
    border: 1px solid #d9d9d9 !important;
    background-color: #fff !important;
}

/* IE fix */
table#projectListGrid tr.jqgfirstrow {
    height: 0px !important;
    min-height: 0px !important;
}

/* Config page */
.tab-content {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin-left: -1px;
    padding: 10px 12px;
}

#dashboards .ui-search-toolbar, #navPanes .ui-search-toolbar {
    display: none;
}

#dashboards .ui-jqgrid-bdiv, #navPanes .ui-jqgrid-bdiv {
    overflow: hidden;
}

#dashboards .ui-state-default, #navPanes .ui-state-default {
    background-color: #eaeaea !important;
    background-image: none !important;
    border-bottom: 1px solid #d4d4d4;
}

ul.list-inline {
    padding: 0px;
}

ul#sortable1 .list-inline, ul#sortable2 .list-inline {
    z-index: 1;
}

ul.list-inline li {
    list-style-type: none;
}

.widgets-collection-container, .selected-widgets-container {
    padding: 10px 20px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
    z-index: 1;
}

.selected-widgets-container {
    border: 3px dotted #ddd;
}

.widgets-collection-container {
    border: 1px solid #ddd;
}

.preview-navigation-pane {
    background-color: #ddd;
    padding: 10px 20px;
    height: 645px;
    border: 1px solid #cfd1d1;
    overflow-y: auto;
    margin-top: 10px;
}

.preview-navigation-pane img {
    max-width: 100%;
    height: auto;
}

.preview-navigation-pane ul {
    padding: 0px;
    margin: 0px;
}

.link-title-url-container {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    min-height: 360px;
}

ul#sortable1 li.ui-state-default, ul#sortable1 li.ui-state-highlight {
    opacity: 0.6;
    background: transparent;
    background-image: none;
    border: none;
}

ul#sortable2 li.ui-state-highlight, ul#sortable2 li.ui-state-default {
    background: transparent;
    background-image: none;
    border: none;
}

.nav-tabs > li > a {
    -webkit-box-shadow: inset 0 2px 0px rgba(170, 170, 170, 1);
    box-shadow: inset 0 2px 0px rgba(170, 170, 170, 1);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    -webkit-box-shadow: inset 0 2px 0px #223f77;
    box-shadow: inset 0 2px 0px #223f77;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* Dashboard  */
li.resources-list-title {
    border-bottom: 1px solid #0073af;
    font: 1.2em 'frutiger_lt_std55_roman';
    color: #0073af;
    text-transform: uppercase;
}

li.custom-li, .custom-li {
    color: #3a95d1;
    font-weight: bold;
    font-size: 13px;
    vertical-align: middle;
}

li.resources-list {
    list-style-type: none;
    line-height: 30px;
}

li.resources-list a {
    color: #444;
}

.dashboard-left img, .dashboard-left li.resources-list a span img {
    max-width: 100%;
    height: auto;
}

div.disabled, .disabled, label.disabled, label[disabled], span[disabled] {
    opacity: 0.6;
}

/* tooltip styles */
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip-inner {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    color: #545454;
    /*white-space: nowrap;*/
    /*line-break: auto;*/
    /*overflow: hidden;*/
    /*width: auto !important;*/
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #ddd;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #ddd;
}

/* Audits */
#gview_auditsGrid .ui-jqgrid-hdiv {
    clear: both; /* Mozilla fix */
}

div#gview_auditItemsGrid tr.ui-search-toolbar {
    display: none;
}

div.filters-lineV ul.radios {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-width: 230px;
}

div.filters-lineV ul.list-inline li input[type=radio],
div.filters-lineV ul.list-inline li input[type=checkbox] {
    min-width: auto !important;
    box-shadow: 0px 0px; /* Mozilla fix */
    border: none; /* Mozilla fix */
}

div.filters-lineV ul.dropdown-menu {
    /* applies for samples as well */
    max-height: 500px !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: 280px;
}

div.filters-lineV ul.datetime-picker-dropdown {
    width: auto !important;
}

#optionsDropDown .dropdown-menu {
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* End of Audits */

select:visited, select:hover, select:active, select:focus {
    outline-color: #bbb;
}

a#downloadSelected:link, a#downloadSelected:hover, a#downloadOptions:link, a#downloadOptions:hover {
    text-decoration: none;
}

button:visited, button:active, button:focus {
    outline-color: transparent;
}

.label-silliker {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #1785bc;
    font-size: 14px;
    font-weight: normal;
}

ul.list-inline {
    list-style-type: none;
    font-size: 12px;
}

.list-inline > li {
    padding-right: 3px;
    padding-left: 3px;
}

/* Grid pagination */

.ui-jqgrid .ui-pg-button:hover {
    padding: 1px;
}

.ui-jqgrid .ui-pg-button {
    border: 1px solid transparent;
}
/* End Grid Pagination */

/* Preferences */
#tabPref {
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #bac0c3;
    margin-left: -1px;
}
/* End Preferences */

.input-search {
    height: 26px;
}

.btn-samples-custom {
    width: auto;
    height: 25px;
    padding-top: 2px;
    margin-top: 5px;
}

.inSpec {
    background-color: #c4f0ae;
    display: block;
    margin: -16px -4px -16px -3px;
    padding: 12px 0 3px 0;
    text-align: center;
    font-weight: bold;
}

.multipleValues {
    background-color: #ffff00;
    display: block;
    margin: -16px -4px -16px -3px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.mvCell {
    text-align: center;
    font-weight: bold;
}

.multipleValuesOutSpec {
    background-color: #f97e7a !important;
}

.outOfSpec {
    background-color: #f97e7a;
    display: block;
    margin: -16px -4px -16px -3px;
    padding: 10px 0;
    font-weight: bold;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.spec {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
}

#ui-datepicker-div {
    z-index: 10000 !important;
}

.ui-jqgrid-bdiv {
    height: 400px !important;
}

.project-grid-container {
    margin-bottom: 15px;
}

.highlight-sample {
    background-color: #eee;
    border: 1px solid #ddd;
}

.table-condensed-custom {
    border: 1px solid #ddd !important;
}

.table-condensed-custom > tbody > tr > td {
    border-top: none !important;
    width: 25%;
}

.table-condensed-details > tbody > tr > td {
    border-top: none !important;
    width: 50%;
}

.custom-td {
    color: #223f77;
    font-weight: bold;
}

.custom-clear {
    padding-top: 3px;
}

.table-striped-custom {
    border: 1px solid #ddd !important;
}

.table-striped-custom td {
    border: 1px solid #ddd !important;
}

.filtersSelectContainer {
    padding-right: 0px;
}

.filtersButtonsContainer {
    padding-left: 0px;
}

.filtersContainer {
    padding: 10px 5px 10px 10px;
}

.filtersSelectContainer {
    margin: 0px;
}

.filterEditContainer {
    margin: 0px;
}

/* Samples table link color - FIX IE */
#samplesGrid a {
    color: #6d9acb;
}

a#gridPageNext:hover, a#gridPagePrev:hover, a#gridPageNext:focus, a#gridPagePrev:focus {
    text-decoration: none;
}

#MySamplesControllerDiv .ui-jqgrid-bdiv {
    overflow-x: auto;
}

#gbox_mySamplesGridGrid,
#gview_mySamplesGridGrid.ui-jqgrid-view,
#gview_mySamplesGridGrid .ui-jqgrid-hdiv,
#gview_mySamplesGridGrid .ui-jqgrid-bdiv {
    width: 100% !important;
}

.detailsInSpec {
    background-color: #c4f0ae !important;
}

.detailsOutOfSpec {
    background-color: #f97e7a !important;
}

.resultValidated {
    color: #000000;
    font-weight: bold;
}

.resultNotValidated {
    font-style: italic;
    color: #808080;
}

.webLoginStatusImage {
    float: left;
    margin-right: 5px;
}

.form-control[readonly]{
    cursor: pointer;
}

div#gbox_auditsGrid tr.jqgrow td,
div#gbox_auditItemsGrid tr.jqgrow td {
    word-wrap: break-word; /* IE 5.5+ and CSS3 */
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    overflow: hidden;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px
}

div#gbox_projectListGrid tr.jqgrow td,
div#gbox_projectListGrid tr.jqgrow td {
    word-wrap: break-word; /* IE 5.5+ and CSS3 */
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    overflow: hidden;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px
}

div#gbox_samplesListGrid tr.jqgrow td,
div#gbox_samplesListGrid tr.jqgrow td {
    word-wrap: break-word; /* IE 5.5+ and CSS3 */
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    overflow: hidden;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px
}

.ui-select-placeholder, .ui-select-match-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}
