
/* colors */

.green {color: darkgreen;}
.red   {color: darkred;}
.yellow{color: #fcefa3;}
.orange{color: darkgoldenrod;}
.white {color: #f8f8f8;}
.gray  {color: rgba(156, 156, 156, 0.42);}
.darkgray  {color: rgba(61, 61, 61, 0.42);}
.blue  {color: #0d92fe; }
.darkblue {color: #2374ae; }  /* keep same for .darkblue, .backgrounddarkblue, .btn-back */
.black {color: #343434}  /* keep same for .black and body,html  */
.backgroundgreen {background-color: #4d914d;}
.backgroundgreenlight {background-color: #e3f3d9;}
.backgroundgreenlighter {background-color: #ebfbe1;}
.backgroundred {background-color: darkred;}
.backgroundredlight {background-color: #faeceb;}
.backgroundredlighter {background-color: #fff7f7;}
.backgroundyellow {background-color: #fcefa3;}
.backgroundorange {background-color: darkgoldenrod;}
.backgroundwhite {background-color: #f8f8f8;}
.backgrounddarkblue { background-color: #2374ae;}   /* keep same for .darkblue, .backgrounddarkblue, .btn-back */

.updownarrow:hover {cursor: row-resize;}
.cursordefault {cursor: default;}

/* common */

body, html {
    font-size: 16px;
    font-family: "myriad-pro",sans-serif;
    line-height: 1.25;
    color: #343434;   /* keep same for .black and body,html  */
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 { font-family: "eurostile", sans-serif; }

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.full-bg-image {
}
.full-bg-image::after {
    content: "";
    height: 100%;
    background: url("/img/oculus-building.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*opacity: 0.2;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.environment-dev-badge {
    margin:10px;
    border: 3px solid red;
    margin: 20px;
    background-color: white;
    color: black;
    font-size:1.2em;
    width: 200px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 100px;
    float:right;
    z-index: 20000;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.footerbutton {
    display:block;
    margin-top:2.2em;
    margin-left: auto;
    margin-right: auto;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

.jumbotron {
    opacity: 0.9;
    padding-bottom: 20px;
}

#welcome {
    display:block;
    text-align: center;
}
#welcome img {
    margin: 20px;
}

.spinner {
    text-align: center;
}

.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.padding-0 {padding: 0;}
.margin-0 {margin: 0;}

footer {
    display: block;
    text-align: center;
}

#content {
    margin-top: 20px;
    background-color: rgba(0, 175, 255, 0.02);
    border-radius: 6px;
    padding: 20px 60px 25px 60px;
    position:relative; /* for absolute positioned childs */
}

#div_latest_login_box {
    position: absolute;
    top: 0;
    right: 100px;
    font-size: 0.75em;
}

#div_latest_login_box p {
    margin: 0;
    margin-bottom: 0.2em;
}

.printjob-list-empty {
    padding: 2em;
}
.clickable:hover {
    cursor: pointer;
}

.disabled-icon {
    color: #cccccc;
}

.text-small {
    font-size:0.8em;
}

.filterbar {
    background-color: white;
    padding: 5px;
    background-color: #e3e3e3;
}

.link {
    color: #337ab7;
    text-decoration: none;
}
.link:focus, .link:hover {
    color: #23527c;
    text-decoration: underline;
    cursor: pointer;
}

.btn-back {
    float:left;
    font-size:1.2em;
    color: #2374ae;     /* keep same for .darkblue, .backgrounddarkblue, .btn-back */
    position: absolute;
    padding-left:0;
}
.btn_back:after {
    clear:left;
}

.eyeswitch {
    margin-top: -25px;
    margin-right: 15px;
    display: block;
    right: 0;
    position: absolute;
    opacity: 0.5;
    transition: 0.4s all ease-in-out;
}
img {
    vertical-align: middle;
    border-style: none;
}

/* forms */

.oculus_form_validator_error {
    color: #fff;
    background: darkred;
    list-style: none;
    padding: 1px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    width: 50%;
    right: 5px;
    position: absolute;
    margin-top: -20px;
}

.single-filter-wrapper {
    position: relative;
}
.textfilter {
    padding: 5px;
}
#custom-error-messages ul {
    list-style-type: none;
    line-height: 2em;
}

/* The enable-disable slider */

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: darkred;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: darkgreen;
}

input:focus + .slider {
    box-shadow: 0 0 1px darkgreen;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

/* DataType */

.datatype-add-button { margin-left: 2.5em; display:inline-block;}
.datatype-add-button:hover {cursor: pointer;}
#datatype-infobar {
    background-color: #f1f4f7;
    border-radius: 2em;
    padding: 0.3em 2em;
    font-size: 0.7em;
    line-height: 0.5em;
    letter-spacing: 0.1em;
    display: table;
    margin: 0 auto 2em;
}
#datatype-infobar span {
    font-weight: bold;
    margin-left: 0.5em;
    margin-right: 0.5em;
}


/* Accounts */
#accountdata {
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
#accountlist {
    padding: 20px;
}
.account-table {
    border: 0px solid #C9C9C9;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.account-table .td, .account-table .th {
    padding: 3px 2px;
}
.account-table .tbody .td {
    font-size: 1em;
}
.account-table .tbody.tr:nth-child(even) {
    background: #FFFFFF;
}
.account-table .tbody.tr:nth-child(odd) {
    background: #F7F7F7;
}
.account-table .thead {
    background: #d4d4d4;
    border-bottom: 2px solid #bababa;
}
.account-table .thead .th {
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #F5F5F5;
}
.account-table .thead .th:first-child {
    border-left: none;
}
.account-table .tbody.tr:hover {
    cursor:pointer;
    background-color: #cbcbcb
}
.account-add-button { margin-left: 2.5em; display:inline-block;}
.account-add-button:hover {cursor: pointer;}
#account-infobar {
    background-color: #f1f4f7;
    border-radius: 2em;
    padding: 0.3em 2em;
    font-size: 0.7em;
    line-height: 0.5em;
    letter-spacing: 0.1em;
    display: table;
    margin: 0 auto 2em;
}
#account-infobar span {
    font-weight: bold;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/* My Account */
.edit-item-desc {
    padding:0;
    font-size:0.75em;
}

/* Manufacturer */
#manufacturerdata {
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
#manufacturerlist {
    padding: 20px;
}
.manufacturer-table {
    border: 0px solid #C9C9C9;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.manufacturer-table .td, .manufacturer-table .th {
    padding: 3px 2px;
}
.manufacturer-table .tbody .td {
    font-size: 1em;
}
.manufacturer-table .tbody.tr:nth-child(even) {
    background: #FFFFFF;
}
.manufacturer-table .tbody.tr:nth-child(odd) {
    background: #F7F7F7;
}
.manufacturer-table .thead {
    background: #d4d4d4;
    border-bottom: 2px solid #bababa;
}
.manufacturer-table .thead .th {
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #F5F5F5;
}
.manufacturer-table .thead .th:first-child {
    border-left: none;
}
.manufacturer-table .tbody.tr:hover {
    cursor:pointer;
    background-color: #cbcbcb
}
.manufacturer-add-button { margin-left: 2.5em; display:inline-block;}
.manufacturer-add-button:hover {cursor: pointer;}
#manufacturer-infobar {
    background-color: #f1f4f7;
    border-radius: 2em;
    padding: 0.3em 2em;
    font-size: 0.7em;
    line-height: 0.5em;
    letter-spacing: 0.1em;
    display: table;
    margin: 0 auto 2em;
}
#manufacturer-infobar span {
    font-weight: bold;
    margin-left: 0.5em;
    margin-right: 0.5em;
}


/* DB Version */
#dbversiondata {
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
#dbversionlist {
    padding: 20px;
}
.dbversion-table {
    border: 0px solid #C9C9C9;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.dbversion-table .td, .dbversion-table .th {
    padding: 3px 2px;
}
.dbversion-table .tbody .td {
    font-size: 1em;
}
.dbversion-table .tbody.tr:nth-child(even) {
    background: #FFFFFF;
}
.dbversion-table .tbody.tr:nth-child(odd) {
    background: #F7F7F7;
}
.dbversion-table .thead {
    background: #d4d4d4;
    border-bottom: 2px solid #bababa;
}
.dbversion-table .thead .th {
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #F5F5F5;
}
.dbversion-table .thead .th:first-child {
    border-left: none;
}
.dbversion-table .tbody.tr:hover {
    cursor:pointer;
    background-color: #cbcbcb
}
.dbversion-add-button { margin-left: 2.5em; display:inline-block;}
.dbversion-add-button:hover {cursor: pointer;}
#dbversion-infobar {
    background-color: #f1f4f7;
    border-radius: 2em;
    padding: 0.3em 2em;
    font-size: 0.7em;
    line-height: 0.5em;
    letter-spacing: 0.1em;
    display: table;
    margin: 0 auto 2em;
}
#dbversion-infobar span {
    font-weight: bold;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/* IOL products settings */
#ioldata {
    background-color: #ffffff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
#iollist {
    padding: 20px;
}
.iol-table {
    border: 0px solid #C9C9C9;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    padding: 20px;
}
.iol-table .td, .iol-table .th {
    padding: 3px 2px;
}
.iol-table .tbody .td {
    font-size: 1em;
}
.iol-table .tbody.tr:nth-child(even) {
    background: #FFFFFF;
}
.iol-table .tbody.tr:nth-child(odd) {
    background: #F7F7F7;
}
.iol-table .thead {
    background: #d4d4d4;
    border-bottom: 2px solid #bababa;
}
.iol-table .thead .th {
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #F5F5F5;
}
.iol-table .thead .th:first-child {
    border-left: none;
}
.iol-table .tbody.tr:hover {
    cursor:pointer;
    background-color: #cbcbcb
}
.iol-add-button { margin-left: 2.5em; display:inline-block;}
.iol-add-button:hover {cursor: pointer;}
#iol-infobar {
    background-color: #f1f4f7;
    border-radius: 2em;
    padding: 0.3em 2em;
    font-size: 0.7em;
    line-height: 0.5em;
    letter-spacing: 0.1em;
    display: table;
    margin: 0 auto 2em;
}
#iol-infobar span {
    font-weight: bold;
    margin-left: 0.5em;
    margin-right: 0.5em;
}


/* IOL products user dashboard */
/*#ioldata {*/
/*    background-color: #ffffff;*/
/*    border-left: 1px solid #ddd;*/
/*    border-right: 1px solid #ddd;*/
/*    border-bottom: 1px solid #ddd;*/
/*    padding: 20px;*/
/*}*/
/*#iollist {*/
/*    padding: 20px;*/
/*}*/
.iol-table-edit-user {
    border: 0px solid #C9C9C9;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.iol-table-edit-user .td, .iol-table-edit-user .th {
    padding: 3px 2px;
    line-height: 2em;
    vertical-align: middle;
    display: table-cell;
}
.iol-table-edit-user .tbody .td {
    font-size: 1em;
}
.iol-table-edit-user .tbody.tr:nth-child(even) {
    background: #FFFFFF;
}
.iol-table-edit-user .tbody.tr:nth-child(odd) {
    background: rgba(0, 167, 247, 0.03);
}
.iol-table-edit-user .thead {
    background: rgba(0, 162, 255, 0.22);
    border-bottom: 2px solid rgba(0, 162, 255, 0.22);
}
.iol-table-edit-user .thead .th {
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #F5F5F5;
}
.iol-table-edit-user .thead .th:first-child {
    border-left: none;
}
.iol-table-edit-user .tbody.tr:hover {
    background-color: #cbcbcb
}
.iol-table-edit-user .col-iol-name {
    padding-left:0.5em;
    padding-top: 0.5em;
}
.iol-table-edit-user .col-data {
    padding-top: 0.5em;
}

/* IOL products admin dashboard: submission table */

.submission-table {
    border: 0px solid #C9C9C9;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.submission-table .td, .submission-table .th {
    padding: 3px 2px;
}
.submission-table .tbody .td {
    font-size: 1em;
}
.submission-table .tbody.tr:nth-child(even) {
    background: #FFFFFF;
}
.submission-table .tbody.tr:nth-child(odd) {
    background: #F7F7F7;
}
.submission-table .thead {
    background: #d4d4d4;
    border-bottom: 2px solid #bababa;
}
.submission-table .thead .th {
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #F5F5F5;
}
.submission-table .thead .th:first-child {
    border-left: none;
}
.submission-table .tbody.tr:hover {
    cursor:pointer;
    background-color: #cbcbcb
}

/* IOL products admin dashboard: reviewed table */

.reviewed-table {
    border: 0px solid #C9C9C9;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.reviewed-table .td, .reviewed-table .th {
    padding: 3px 2px;
}
.reviewed-table .tbody .td {
    font-size: 1em;
}
.reviewed-table .tbody.tr:nth-child(even) {
    background: #ebfbe1;
}
.reviewed-table .tbody.tr:nth-child(odd) {
    background: #e3f3d9;
}
.reviewed-table .thead {
    background: #d4d4d4;
    border-bottom: 2px solid #bababa;
}
.reviewed-table .thead .th {
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #F5F5F5;
}
.reviewed-table .thead .th:first-child {
    border-left: none;
}
.reviewed-table .tbody.tr:hover {
    cursor:pointer;
    background-color: #bae6bf
}

/* Modal Forms */
.modal-header h4 {
    display: inline-block;
}


/* Menu navigation ViewHelper */

.current-user-menu-item {
    font-size:0.8em;
    display: inline-block;
}
.current-user-menu-item-div::before {
    /* the user icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 400; content: "\f007";
    padding: 0 10px 15px 0;
    vertical-align: middle;
    display:inline-block;
}
.current-user-menu-item,
.current-user-menu-item-div::before {
    color: #9d9d9d;
}
#navMyAccount {
    padding:5px;
    margin-left:15px;
}
.current-user-menu-item-div:hover, .current-user-menu-item:hover {
    color: white;
}
.logout-menu-item-label {
    vertical-align: top;
    color: #c90000;
}
.logout-menu-item-icon:before {
    /* the logout icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 400; content: "\f2f5";
    padding: 0 5px 15px 0;
    color: #c90000;
    font-size:1.5em;
}
.logout-menu-item-link:hover,
.logout-menu-item-label:hover,
.logout-menu-item-icon:hover,
.logout-menu-item:hover {
    color: #ee0000;
}

/* overwrite bootstrap container width */
@media (min-width: 1200px) {
    .container-fluid{
        max-width: 1400px;
    }
    /*.container {*/
    /*    max-width: 800px;*/
    /*}*/
}