/* app css stylesheet */
@import "../bower_components/angular-upload/src/directives/btnUpload.less";

/* or .css */

a {
    cursor: pointer;
}

body {
    padding: 20px;
    overflow: auto;
    position: fixed;
}

.inline-block {
    display: inline-block;
}

@media(min-width: 900px) {
    .records-table td.for-mobile {
        display: none;
    }

    .records-table.chembox-detail-table .ng-table-filters th:nth-child(2){
        display: none;
    }

    .records-table.search-table .ng-table-filters th:nth-child(1) {
        display: none;
    }

    .records-table th.for-mobile {
        display: none;
    }
}

@media(max-width: 900px) {

    .setup-columns, .move-records {
        display: none;
    }

    .records-table td.for-mobile {
        display: block;
    }

    .records-table th.for-mobile {
        display: block;
    }

    .records-table.chembox-detail-table .ng-table-filters th:nth-child(2) {
        display: block;
    }

    .records-table.search-table .ng-table-filters th:nth-child(1) {
        display: block;
    }

    .records-table th {
        display: none;
    }

    .records-table td {
        display: none;
    }
}

h1 {
    border-bottom: 1px solid gray;
}

.btn :hover {
    cursor: pointer;
}

.abn-tree {
    margin-bottom: 50px;
}

.mychembox {
    border-left: 2px #428bca solid;
}

.eurochem-label-select-box {
    padding: 0.5em;
    line-height: 0px;
}

.eurochem-label-table {
    display: inline-block;
    margin-right: 1em;
}

.eurochem-label-select-box .eurochem-label {
    margin-right: 0px;
}

.eurochem-label {
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    margin-right: 5px;
}

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

.snap-drawers {
    position: relative;
}

.snap-drawer {
    position: relative;
}
.snap-content {
    background-color: #fff;
    overflow: visible;
}

.hover-pointer :hover {
    cursor: pointer;
}
.ng-table {
    border-top: 2px #ddd solid;
}

.ng-table tr {
    cursor: pointer; cursor: hand;
}

.ng-table + div {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.location-navigation {
    background-color: white;
}

.button-change-location {
    margin-right: 1em;
}

.bottom-nav {
    z-index: 100;
    left: 0;
    bottom: 0;
    height: 3.5em;

    background: rgba(209, 209, 209, 0.61);
    width: 100%;
    position: fixed;
    position: -ms-page;
    margin-bottom: 15px;

    -webkit-box-shadow: 0px 1000px 0px 1000px rgba(209, 209, 209, 0.6);
    -moz-box-shadow:    0px 1000px 0px 1000px rgba(209, 209, 209, 0.6);
    box-shadow:         0px 1000px 0px 1000px rgba(209, 209, 209, 0.6);
}

.bottom-nav-buttons {
    padding: 0.5em;
    margin: 0 auto;
    text-align: center;
}

.my-repeat-animation.ng-enter,
.my-repeat-animation.ng-leave,
.my-repeat-animation.ng-move {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
    position: relative;
}

.my-repeat-animation.ng-enter {
    left: -10px;
    opacity: 0;
}

.my-repeat-animation.ng-enter.ng-enter-active {
    left: 0;
    opacity: 1;
}

.my-repeat-animation.ng-leave {
    left: 0;
    opacity: 1;
}

.my-repeat-animation.ng-leave.ng-leave-active {
    left: -10px;
    opacity: 0;
}

.my-repeat-animation.ng-move {
    opacity: 0.5;
}

.my-repeat-animation.ng-move.ng-move-active {
    opacity: 1;
}

.form-signin {
    max-width: 280px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin {
    margin-bottom: 10px;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-color: #000;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #000;
}

.form-signin-heading {
    color: #000;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

/* Fix for Bootstrap 3 with Angular UI Bootstrap */

.modal {
    display: block;
}

/* Custom dialog/modal headers */

.dialog-header-error {
    background-color: #d2322d;
}

.dialog-header-wait {
    background-color: #428bca;
}

.dialog-header-notify {
    background-color: #eeeeee;
}

.dialog-header-confirm {
    background-color: #333333;
}

.dialog-header-error span, .dialog-header-error h4,
.dialog-header-wait span, .dialog-header-wait h4,
.dialog-header-confirm span, .dialog-header-confirm h4 {
    color: #ffffff;
}

/* Ease Display */

.pad {
    padding: 25px;
}

.selectedBorder {
    border: 1px solid #f00;
}

.selectedTableColumnOption {
    margin: 3px;
}

.synonyms .synonym {
    display: inline-block;
    margin: 5px 10px 5px 5px;
    padding: 5px 10px 5px 10px;
    background: white;
    border: 1px #ccc solid;
    border-radius: 5px;
    color: black;
}

.gradient {
    position: absolute;
    bottom: 0; /* top is also an option */
    left: 0;
    width: 100%;
    height: 90px;
    margin-bottom: 90px;
    background: -webkit-linear-gradient(/*for webkit based browsers */ rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
    );
    background-image: -moz-linear-gradient(/*for firefox*/ rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(/*opera browser*/ rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(/*microsoft ie*/ rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
    );
}

.symbols {
    text-align: center;
}

.symbols .in-template {
    border-color: #3e99dc;
}

.template-select {
    max-width: 400px;
}

.classification-headers h3 {
    display: inline-block;
}

.safety-card-texts-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: bold;
}
.safety-card-texts-form textarea::-moz-placeholder { /* Firefox 19+ */
    font-weight: bold;
}
.safety-card-texts-form textarea:-ms-input-placeholder { /* IE 10+ */
    font-weight: bold;
}
.safety-card-texts-form textarea:-moz-placeholder { /* Firefox 18- */
    font-weight: bold;
}

.structure-table td:nth-child(1) {
    white-space: nowrap;
}

.lang-item {
    margin: 5px;
    padding: 5px;
}
.lang-item:hover {
    background: lightblue;
}

.change-amount__total {
    margin-top: 6px;
}

.change-amount__info-div {
    margin-left: 10px;
}