﻿.wordWrap span {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.smallItemInGrid {
    font-size: 12px;
    font-weight: bold;
}

.picture-capture .icon-camera {
}

.picture-capture {
    background-color: rgb(108, 152, 4);
    background-image: -webkit-linear-gradient(top, rgb(162, 227, 6), rgb(126, 177, 5) 3%, rgb(91, 127, 3));
    border-bottom-color: rgb(38, 53, 1);
    border-bottom-left-radius: 16.416000366210938px;
    border-bottom-right-radius: 16.416000366210938px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(38, 53, 1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(38, 53, 1);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(55, 78, 2);
    border-top-left-radius: 16.416000366210938px;
    border-top-right-radius: 16.416000366210938px;
    border-top-style: solid;
    border-top-width: 1px;
    overflow: hidden;
    padding-left: 10px;
    vertical-align: middle;
}

    .picture-capture input {
        border: 0;
        position: absolute;
        cursor: pointer;
        top: -2px;
        right: -2px;
        filter: alpha(opacity=0);
        opacity: 0;
        font-size: 1000px;
    }

    .picture-capture .image-tns {
        position: absolute;
        width: 640px;
        height: 480px;
        display: block;
    }

    .picture-capture .icon {
        /*background-image: url("/Content/Images/Icons/Camera1.png");
        background-repeat: no-repeat;*/
        display: inline;
        width: 42px;
        height: 34px;
        padding-right: 5px;
    }

    .picture-capture .text {
        display: inline;
        position: relative;
        bottom: 16px;
        color: white;
        font-family: 'Helvetica Neue', HelveticaNeue, Helvetica-Neue, Helvetica, 'BBAlpha Sans', sans-serif;
        font-size: 13px;
        font-weight: bold;
    }

.workPhoto {
    display: inline-block;
    min-width: 280px;
    min-height: 280px;
    background-repeat: no-repeat;
    background-size: 104%;
    background-position: 50%;
}

.dataview-horizontal .x-dataview-item, .dataview-inline .x-dataview-item {
    -webkit-box-shadow: 0 5px 10px -6px black;
    -moz-box-shadow: 0 5px 10px -6px black;
    box-shadow: 0 5px 10px -6px black;
    padding: 10px 10px 20px 10px;
    margin: 5px;
    background-color: white;
}

.controller {
    background-image: url("../Content/Images/Icons/conflict-monitor-bg.png");
    background-repeat: no-repeat;
}

.controllerButtonCls {
    background-image: url("../Content/Images/Icons/rect-black.png") !important;
}

.controllerButtonPressedCls {
    background-image: url("../Content/Images/Icons/rect-red.png") !important;
}

.selectRed {
    background: red !important;
}

.selectYellow {
    background: yellow !important;
}

.selectGreen {
    background: green !important;
}

.textBlack {
    background: black !important;
}

.x-badge.big-text {
    font-size: 27px !important;
}

.buttonGrey {
    background-color: grey;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 5px;
}

.buttonRed {
    background-color: red;
    border-color: Red;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 5px;
}

.buttonGreen {
    background-color: green;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 5px;
}

.buttonYellow {
    background-color: yellow;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 5px;
}

.textFieldWithWrap {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 10px;
}

.wrap-button .x-button-label {
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
}
