﻿select{
    font-size: 100%;
}

input[type="text"], input[type="password"],input[type="search"] {
    border-style: none none solid none;
    border-width: 1px;
    border-color: rgb(48, 48, 48);
    background-color: rgba(240,240,240,0.0);
    min-width: 230px;
    padding: 0 5px 0 5px;
    font-family: Lato,sans-serif;
    font-size: 16px;
}

input[readonly] {
    color:initial;
    background-color: rgba(240,240,240,0.0);
    border-style: none none none none;
}
input[disabled] {
    color:initial;
    background-color: rgba(240,240,240,0.0) !Important;
    border-style: none none none none;
}

input:-moz-read-write { 
    border-style: none none solid none;
}

input:read-write {
    border-style: none none solid  none;
}

input:focus, textarea:focus {
    outline: none;
    border-color: rgb(100,100,100);
    font-weight: normal;
}

input[type="search"] {
    background-image: url('/img/searchicon.png');
    background-size:20px;
    background-position: 2px 3px;
    background-repeat: no-repeat;
    width: 200px!important;
    padding: 3px 3px 3px 25px!important;
    margin-left: 10px!important;
    font-size: 16px;
}

input[type="color"] {
    color: rgb(48, 48, 48);
    border-style: none none none none;
    border-width: 1px;
    border-color: rgb(190,190,190);
    background-color: rgba(240,240,240,0.0);
    padding: 0;
    min-height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100px;
    cursor:pointer;
}
.txtSum{
    width: 50px;
}
textarea {
    font-family: Lato, serif;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(48, 48, 48);
    background-color: rgba(240,240,240,0.0);
    font-size: 100%;
    min-height: 40px;
    min-width: 230px;
    width: 99%;
}

textarea[readonly] {
    background-color: rgba(240,240,240,0.0);
    color:initial;
    border-style: none;
}

/* Combo */
.custCombo {
    position: relative;
    display: inline-block;
}
    .custCombo select {
        -webkit-border-radius: 4px;
        padding: 0 24px 0 5px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border-style: none none solid none;
        border-width: 1px;
        border-color: rgb(48, 48, 48);
        background: url(../img/combo.png) no-repeat right rgba(254, 254, 254,0);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        min-height: 20px;
        min-width: 233px;
    }
    .custCombo select:disabled {
        color:initial;
        border-style: none none none none;
        cursor: default;
        opacity: 1;
        background: rgba(254, 254, 254,0);
    }

    select:focus {
        outline: none;
        border-color: rgb(100,100,100);
        font-weight: normal;
    }

/* Date  */
.datepicker {
    -webkit-appearance: none;
    width: 100px;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.45em 0;
}
/* 
    Check 
*/
input[type="radio"] {
    color: rgb(246,246,246) !Important;
    background-color: rgb(246,246,246);
}
input[type="checkbox"] {
    color: rgb(246,246,246) !Important;
    background-color: rgba(246,246,246,0);
}
.custCheck {
    position: relative;
    font-family: Eveod, serif;
    -webkit-appearance: none;
    border-style: none;
    cursor: pointer;
}

    .custCheck:active, .custCheck:checked:active {
        border:none;
    }

    .custCheck:after {
        color: rgb(100, 100, 100);
        font-size: 20px;
        content: 'e';
        top: -5px;
        left: 0;
    }

    .custCheck:checked {
        color: rgb(255, 255, 255);
    }

        .custCheck:checked:after {
            color: rgb(100, 100, 100);
            content: 'f';
            top: -5px;
            left: 0;
        }
    .custCheck[disabled] {
        opacity: 0.4;
    }
    .custCheck input[type="checkbox"] {
        opacity: 0;
        z-index: -1;
        position: absolute;
    }
    
    .custCheck input[type="radio"] {
        opacity: 0;
        z-index: -1;
        position: absolute;
    }

.ui-widget-header {
    font-weight: normal;
}
.ui-multiselect {
    font-weight: normal;
    border-style: none none solid none;
    padding: 5px 2px 2px 4px;
    text-align: left;
    border-width: 1px;
    border-color: rgb(48, 48, 48);
    background: rgba(249, 249, 249, 0);
    color:rgb(250,250,250);
}

    .ui-multiselect span.ui-icon {
        float: right;
        background: url(../img/combo.png) no-repeat right;
        margin-top: 3px;
    }

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px;
    background-color: rgb(249, 249, 249);
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px;
    background-color: rgb(249, 249, 249);
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px
}

    .ui-multiselect-header ul {
        font-size: 70%
    }

        .ui-multiselect-header ul li {
            float: left;
            padding: 0 12px 0 0
        }

    .ui-multiselect-header a {
        text-decoration: none
    }

        .ui-multiselect-header a:hover {
            text-decoration: underline
        }

    .ui-multiselect-header span.ui-icon {
        float: left
    }

    .ui-multiselect-header li.ui-multiselect-close {
        float: right;
        text-align: right;
        padding-right: 0;
        display: none;
    }

.ui-multiselect-menu {
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 10000;
    text-align: left;
    background-color: rgb(249, 249, 249);
}

.ui-multiselect-checkboxes {
    position: relative /* fixes bug in IE6/7 */;
    overflow-y: scroll;
}

    .ui-multiselect-checkboxes label {
        cursor: default;
        display: block;
        border: 1px solid transparent;
        padding: 3px 1px
    }

        .ui-multiselect-checkboxes label input {
            position: relative;
            top: 1px
        }

    .ui-multiselect-checkboxes li {
        clear: both;
        font-size: 90%;
        padding-right: 3px;
        background-color: rgb(249, 249, 249);
    }

        .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
            text-align: center;
            font-weight: bold;
            border-bottom: 1px solid
        }

            .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
                display: block;
                padding: 0;
                margin: 1px 0;
                text-decoration: none
            }

    /* remove label borders in IE6 because IE6 does not support transparency */
    * html .ui-multiselect-checkboxes label {
        border: none
    }

.custScroll {
    -webkit-overflow-scrolling: touch;
}
.custScroll::-webkit-scrollbar {
    width: .7em;
    
}

.custScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(200, 200, 200, 0.3);
    background-color: #ffffff;
    border: 1px solid #edece1;
}

.custScroll::-webkit-scrollbar-thumb {
    background-color: rgb(200, 200, 200);
    outline: 1px solid rgb(190, 190, 190);
}

.checkValue {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    border: 0 none #ffffff;
    padding: 0 0 5px;
}
    .checkValue label {
        border: 0 none #ffffff;
        text-align: left;
        font-weight: bold;
        font-size: 100%;
        color: rgb(140,170,102);
        position: absolute;
        left: 40px;
        top: 7px;
    }

.colorValue {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    border: 0 none #ffffff;
    padding: 0;
}

    .colorValue label {
        border: 0 none #ffffff;
        text-align: left;
        font-weight: bold;
        font-size: 120%;
        position: absolute;
        left: 70px;
        top: 5px;
    }

[data-tooltip-bottom-right] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip-bottom-right]:before,
[data-tooltip-bottom-right]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}
[data-tooltip-bottom-right]:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -40px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    content: attr(data-tooltip-bottom-right);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    transform: translateY(100%);
}

[data-tooltip-bottom-left] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip-bottom-left]:before,
[data-tooltip-bottom-left]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}
[data-tooltip-bottom-left]:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -145px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    content: attr(data-tooltip-bottom-left);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    transform: translateY(100%);
}
[data-tooltip-bottom-left]:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip-bottom-left]:active {
    outline: none;
    border: none;
}

[data-tooltip-bottom-center] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip-bottom-center]:before,
[data-tooltip-bottom-center]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}
[data-tooltip-bottom-center]:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    content: attr(data-tooltip-bottom-center);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    transform: translateY(100%);
}
[data-tooltip-bottom-center]:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip-bottom-center]:active {
    outline: none;
    border: none;
}
[data-tooltip-bottom-right]:hover:before,
[data-tooltip-bottom-right]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10px0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10px0);
    opacity: 1;
}
[data-tooltip-bottom-left]:hover:before,
[data-tooltip-bottom-left]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10px0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10px0);
    opacity: 1;
}
[data-tooltip-bottom-center]:hover:before,
[data-tooltip-bottom-center]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10px0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10px0);
    opacity: 1;
}


.dropdown-text{
    position: relative;
    display: inline-block;
    min-width: 226px;
}
.dropdown-content{
    position: absolute;
    z-index: 2;
    margin: auto;
    background-color:#ebebeb;
}

.dropdown-content span{
    display: block;
    padding: 8px 16px;
    text-align: left;
    cursor: pointer;
    color: #000;
    background-color: #ebebeb;
}
.dropdown-content span:hover{
    color: #000!important;
    background-color: #f1f1f1!important;
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

@media (hover) {
    .disabled:hover {
        opacity: 1.0;
        background-color: rgba(255,255,255,0);
    }
}

.formTable{
    border: 0 none #ffffff;
}
.formTable td{
    padding-left: 5px;
}
.longValue{
    min-width: 380px;
}

@media only screen and (max-width: 800px) {
    .listTitle{
        padding: 10px 0 10px 0;
    }
    .listTitle{
        padding: 0;
    }
    .longValue{
        min-width: 360px;
    }
}

@media only screen and (max-width: 700px) {
    .listTitle{
        padding: 3px 0 3px 0;
    }
}

@media only screen and (max-width: 500px) {
    .longValue{
        min-width: 290px;
    }
}
