﻿html,
body {
    height: 100%;
}

#equipment-table tbody tr td {
    padding-top: 14px;
    padding-bottom: 14px;
}

.header-logo,
.login-logo {
    font-size: 1px !important;
    margin-top: 8px !important;
    cursor: pointer;
    margin-bottom: 15px;
}

    .login-logo img {
        height: 40px;
    }

    .header-logo span {
        font-size: 22px;
    }

    .header-logo img {
        height: 25px;
        margin-top:2px;
    }

    .login-logo span {
        font-size: 27px;
    }


        .header-logo span:first-child,
        .login-logo span:first-child {
            color: white;
        }

        .header-logo span:last-child,
        .login-logo span:last-child {
            color: #D64635;
        }


/*
  We're using CSS transitions for when
  the enter and move events are triggered
  for the element that has the .repeated-item
  class
*/
.repeated-item.ng-enter, .repeated-item.ng-move {
    -webkit-transition: 0.4s linear all;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    transition: 0.4s linear all;
    opacity: 0;
}

    /*
 The ng-enter-active and ng-move-active
 are where the transition destination properties
 are set so that the animation knows what to
 animate.
*/
    .repeated-item.ng-enter.ng-enter-active,
    .repeated-item.ng-move.ng-move-active {
        opacity: 1;
    }

/*
  We're using CSS keyframe animations for when
  the leave event is triggered for the element
  that has the .repeated-item class
*/
.repeated-item.ng-leave {
    -webkit-animation: 0.3s my_animation;
    -moz-animation: 0.3s my_animation;
    -o-animation: 0.3s my_animation;
    animation: 0.3s my_animation;
}

@keyframes my_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes my_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes my_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes my_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


#google-map {
    height: 400px;
    margin-top: 15px;
}

.details-control {
    height: 21px;
}

.tools {
    margin-left: 10px !important;
}

/*.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}*/

.icon-left {
    padding-right: 5px;
}

.icon-right {
    padding-left: 5px;
}

.dropdown-menu a,
.dropdown-menu label {
    cursor: pointer;
}

.dropdown-menu.medium {
    width: 250px;
}

li.no-top [class^="icon-"], li.no-top [class*=" icon-"] {
    top: 0;
    color: #808080;
}

.input-daterange {
    width: 100%;
}

.select2-input {
    width: 100% !important;
}

.pointer {
    cursor: pointer !important;
}

.spinner-with-select .bootstrap-select,
.spinner-with-select select {
    margin-left: 20px !important;
}

.fc-content {
    font-size: 13px;
    padding: 3px;
}


.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}

.fade-in-out {
    transition: 0.2s linear all;
    opacity: 1;
}

    .fade-in-out.ng-hide {
        opacity: 0;
    }

.fade-in-out-slow {
    transition: 0.7s linear all;
    opacity: 1;
}

    .fade-in-out-slow.ng-hide {
        opacity: 0;
    }


table thead tr th.work-order-index {
    width: 50px;
}

.table-td-middle tr > td {
    vertical-align: middle !important;
}

    .table-td-middle tr > td.vertical-align-top {
        vertical-align: top !important;
    }


table tbody tr > td.proposal-price-td {
    /*padding:0 !important;*/
    height: 40px;
}

table tr > td.no-border-top {
    border-top: none;
}

table tr > td.no-border-bottom {
    border-bottom: none;
}

.ui-sortable {
    cursor: default;
}

.tab-content-padding {
    padding: 10px !important;
}

.fc-event-container {
    cursor: pointer;
}

.form-text p,
.form-text span {
    padding-top: 10px;
    margin: 0;
}

/* For A4 Size */

.page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.subpage {
    padding: 0.4cm;
    border: 5px #808080 solid;
    height: 256mm;
    outline: 2cm #FFEAEA solid;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}

/*------------*/

.label.blue {
    background-color: #4b8df8 !important;
}

.label.blue-hoki {
    background-color: #67809f !important;
}

.label.blue-steel {
    background-color: #4b77be !important;
}

.label.blue-madison {
    background-color: #578ebe !important;
}

.label.blue-chambray {
    background-color: #2c3e50 !important;
}

.label.blue-ebonyclay {
    background-color: #22313f !important;
}

.label.green {
    background-color: #35aa47 !important;
}

.label.green-meadow {
    background-color: #1bbc9b !important;
}

.label.green-seagreen {
    background-color: #1ba39c !important;
}

.label.green-turquoise {
    background-color: #36d7b7 !important;
}

.label.green-haze {
    background-color: #44b6ae !important;
}

.label.green-jungle {
    background-color: #26c281 !important;
}

.label.yellow {
    background-color: #ffb848 !important;
}

.label.yellow-gold {
    background-color: #e87e04 !important;
}

.label.yellow-casablanca {
    background-color: #f2784b !important;
}

.label.yellow-crusta {
    background-color: #f3c200 !important;
}

.label.yellow-lemon {
    background-color: #f7ca18 !important;
}

.label.yellow-saffron {
    background-color: #f4d03f !important;
}

.label.red {
    background-color: #d84a38 !important;
}

.label.red-intense {
    background-color: #e35b5a !important;
}

.label.red-pink {
    background-color: #e08283 !important;
}


.label.red-sunglo {
    background-color: #e26a6a !important;
}

.label.purple-wisteria {
    background-color: #9b59b6 !important;
}

.label.purple-plum {
    background-color: #a294bb !important;
}

.label.grey-cascade {
    background-color: #95a5a6 !important;
}


.btn-icon-left {
    padding-right: 5px;
}

.btn-icon-right {
    padding-left: 5px;
}

table#proposal-details-experiments tfoot td {
    padding: 10px;
}

.user-data-loader {
    display: table;
    width: 100%;
    height: 100%;
}

    .user-data-loader > span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 100%;
    }

        .user-data-loader > span > i {
            font-size: 150px;
            color: #D64635;
        }



.input-after-input {
    margin-top: 10px !important;
}

.proposal-table-header {
    margin-top: 20px;
}


.transform-none {
    text-transform: none;
}



.inherit-color {
    color: inherit;
}

.a.inherit-color, a.inherit-color:visited, a.inherit-color:hover, a.inherit-color:active {
    color: inherit;
}

.modal-max {
    min-width: 85%;
}

.no-wrap {
    white-space: nowrap;
}

.portlet.pie-chart,
.portlet.column-chart {
    height: 470px !important;
    background-color: inherit !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.select-right-button {
    margin-left: 15px !important;
}

.no-right-margin {
    margin-right: 0 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: pointer !important;
    background-color: #fff !important;
}

.details-control ul li a {
    padding: 6px 13px 6px 13px;
}

.fc-day-grid-event .fc-time {
    display: none !important;
}

#editSampleForm .parameter-name {
    font-size: 14px;
}

.help-block a {
    color: #737373;
    font-weight: bold;
    cursor: pointer;
}

    .help-block a:hover {
        color: #737373;
    }


.help-label {
    font-size: 11px !important;
    padding-top: 5px !important;
    font-style: italic !important;
}


.page-simulator {
    width: 100%;
    height: 100%;
    background-color: ActiveCaption;
}

    .page-simulator #page-after-space,
    .page-simulator #page-before-space {
        height: 30px;
    }

    .page-simulator #page {
        margin: 0 auto;
        position: relative;
        background-color: white;
    }

        .page-simulator #page .content-box {
            border: 1px dotted #2772d0;
            position: absolute;
            overflow: hidden;
            background-color: aliceblue;
        }


#proposal-amount-table tfoot tr:first-child td {
    padding-top: 20px;
}

#proposal-amount-table .experiment-count-location {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*#proposal-amount-table tbody tr td {
    vertical-align: top !important;
}

    #proposal-amount-table tbody tr td.remove-column {
        vertical-align: middle !important;
    }*/



table thead tr.filter th input.has-value {
    background-color: #FFF6F6;
}

.page-footer-inner,
.page-footer-inner a,
.copyright,
.copyright a {
    color: white !important;
    text-transform: none;
}

.dashboard-stat .number i {
    font-size: 23px;
}


    .dashboard-stat .number i.fa-refresh {
        font-size: 15px;
    }



.page-title {
    font-size: 25px;
}



@media (min-width: 768px) {

    table.table-bordered tbody td.ellipsis {
        text-overflow: ellipsis;
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
    }

        table.table-bordered tbody td.ellipsis:hover {
            white-space: normal;
            transition: white-space;
        }
}

@media (min-width: 1500px) {
    table.table-bordered tbody td.ellipsis {
        max-width: 350px;
    }
}

@media (min-width: 1900px) {
    table.table-bordered tbody td.ellipsis {
        max-width: 375px;
    }
}

@media (min-width: 2100px) {
    table.table-bordered tbody td.ellipsis {
        max-width: 425px;
    }
}



@media (max-width: 767px) {

    /* Force table to not be like tables anymore */
    table.dataTable thead, table.dataTable tbody, table.dataTable th, table.dataTable td, table.dataTable tr {
        display: block;
    }



        /* Hide table headers (but not display: none;, for accessibility) */
        table.dataTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    table.dataTable tr {
        border: none;
    }

    table.dataTable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        table.dataTable td:not(.details-control) {
            text-align: left !important;
        }

        table.dataTable td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    /*
	Label the data
	*/
    /*td:nth-of-type(1):before { content: "First Name"; }
	td:nth-of-type(2):before { content: "Last Name"; }
	td:nth-of-type(3):before { content: "Job Title"; }
	td:nth-of-type(4):before { content: "Favorite Color"; }
	td:nth-of-type(5):before { content: "Wars of Trek?"; }
	td:nth-of-type(6):before { content: "Porn Name"; }
	td:nth-of-type(7):before { content: "Date of Birth"; }
	td:nth-of-type(8):before { content: "Dream Vacation City"; }
	td:nth-of-type(9):before { content: "GPA"; }
	td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}
