﻿/** {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    padding: 50px;
}

.wrap {
    padding: 50px;
    max-width: 600px;
    width: 100%;
    border: 1px dashed #ff6a00;
    min-height: 600px;
}*/

.done select {
    height: 1px;
    width: 1px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: -2px;
    z-index: -10;
    outline: none;
    -webkit-appearance: none!important;
    -moz-appearance: none;
    display: none;
}

.select-list {
    position: absolute;
    left: 0;
}

.custom-dropdown {
    z-index: 1;
}

.custom-dropdown * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none!important;
    -moz-appearance: none;
}

.open_list {
    z-index: 10;
}

.custom-dropdown ul,
.custom-dropdown li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-dropdown,
.custom-dropdown ul {
    position: relative;
    top: 0;
    left: 0;
}

.custom-dropdown ul {
    width: auto;
    min-width: 100%;
    text-transform: none;
}

.custom-dropdown .custom-text {
    cursor: pointer;
    display: inline-block;
}

.custom-dropdown .custom-text span {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.custom-dropdown li {
    cursor: pointer;
    min-height: 20px;
    padding: 0 8px;
    line-height: 20px;
    white-space: nowrap;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.custom-dropdown .scroll-visible li {
    padding: 0 25px 0 8px;
}

.instrumentsBlock.toolDown .custom-dropdown .select-list ul li.bold {
    font-weight: bold;
}

.select-scroll {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.default-scroll ul {
    overflow-y: scroll;
}

.custom-scroll {
    overflow: hidden;
}

.scroll-drag {
    display: block;
    position: absolute;
    left: 1px;
    cursor: pointer;
}

.disabled * {
    cursor: default !important;
}

/* Style for example*/
.custom-dropdown {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    display: block;
    line-height: 20px;
    height: 20px;
    text-transform: none;
}

.custom-dropdown .custom-text,
.custom-dropdown.disabled span.custom-text:hover {
    overflow: hidden;
    height: 18px;
    padding: 0 25px 0 10px;
    line-height: 18px;
    color: #4D5A65;
    background: #fff;
    border: 1px solid #4D5A65;
    position: relative;
    display: inline-block;

    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.plate-style.custom-dropdown .custom-text,
.plate-style.custom-dropdown.disabled span.custom-text:hover {
    color: #fff;
    background: #4D5A65;
    border: 1px solid #4D5A65;
}

.plate-style-blue.custom-dropdown .custom-text,
.plate-style-blue.custom-dropdown.disabled span.custom-text:hover {
    color: #fff;
    background: #59768d;
    border: 1px solid #59768d;
}

.custom-dropdown .custom-text:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
    background: url(../images/arrfiledown.png) no-repeat center center #4D5A65;
}

.plate-style-blue.custom-dropdown .custom-text:after {
    background: url(src/arrfiledown.png) no-repeat center center #59768d;
}

.plate-style.custom-dropdown .custom-text:after,
.plate-style-blue.custom-dropdown .custom-text:after {
    height: 20px;
    top: -1px;
    border-left: 1px solid #fff;
}

.custom-dropdown span.custom-text:hover,
.active span.custom-text {
    color: #4D5A65;
    background: #fff;
    border: 1px solid #4D5A65;
}

.plate-style.custom-dropdown span.custom-text:hover {
    color: #fff;
    background: #4D5A65;
    border: 1px solid #4D5A65;
}

.plate-style-blue.custom-dropdown span.custom-text:hover {
    color: #fff;
    background: #59768d;
    border: 1px solid #59768d;
}

.select-list {
    top: 19px;
    line-height: 20px;
    padding: 0 0 0 10px;
    background-color: #fff;
    color: #4D5A65;
    border: 1px solid #4D5A65;
    /* Shadow styles */
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.plate-style-blue .select-list {
    color: #59768d;
    border: 1px solid #59768d;
}

.select-list.custom-scroll {
    padding: 0;
}

.select-list .selected,
.select-list li:hover {
    background-color: #4D5A65;
    color: #FFF;
}

.plate-style-blue .select-list .selected,
.plate-style-blue .select-list li:hover {
    background-color: #59768d;
    color: #FFF;
}

.select-list li.disabled {
    color: #CCCCCC;
    cursor: default;
}

.select-scroll {
    background-color: #4D5A65;
    width: 18px;
}

.plate-style-blue .select-scroll {
    background-color: #59768d;
}

.scroll-drag {
    top: 0;
    width: 12px;
    background-color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 50%;
    margin-left: -6px;
}

.maxlength .scroll-drag:after {
    display: block;
    content: '≡';
    font-size: 14px;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -4px;
}

.custom-dropdown .hover {
    color: #FFF;
}

.custom-dropdown.disabled {
    opacity: 0.5 !important;
}

.dropdown-lg.custom-dropdown {
    height: 100px;
    line-height: 100px;
}

.dropdown-lg.custom-dropdown .custom-text {
    height: 100px;
    line-height: 100px;
    font-size: 60px;
    padding-left: 30px;
    padding-right: 80px;
    font-weight: bold;
    border: none;
    border-left: 2px solid #fff;
    background: #4D5A65;
    color: #fff;
}

.dropdown-lg.custom-dropdown span.custom-text:hover {
    background: #4D5A65;
    border: none;
    border-left: 2px solid #fff;
    color: #fff;
}

.dropdown-lg.custom-dropdown .custom-text:after {
    height: 100px;
    width: 60px;
    border-left: 2px solid #fff;
    background: url("../images/custom-dropdown/dark/arrow-down.png") no-repeat center center #4D5A65;
}

.dropdown-lg .select-list {
    top: 99px;
    border: none;
    border: 1px solid #4D5A65;
    border-top: 2px solid #fff;
}

.dropdown-lg .select-list li {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

    .dropdown-lg .select-list li:hover {
        background: #CFD5DA;
    }

.dropdown-lg .select-list ul {
}

/* md */
.dropdown-md.custom-dropdown {
    height: 60px;
    line-height: 60px;
}

.dropdown-md.custom-dropdown .custom-text {
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    padding-left: 5px;
    padding-right: 60px;
    font-weight: bold;
    border: none;
    background: #fff;
    color: #4D5A65;
}

.dropdown-md.custom-dropdown span.custom-text:hover {
    background: #fff;
    border: none;
    color: #4D5A65;
}

.dropdown-md.custom-dropdown .custom-text:after {
    background: #fff;
    height: 60px;
    width: 40px;
    border-left: 2px solid #4D5A65;
    background: url("../images/custom-dropdown/half-dark/arrow-down.png") no-repeat center center #fff;
}

.dropdown-md .select-list {
    top: 59px;
    border: none;
    border: 1px solid #4D5A65;
    border-top: 3px solid #4D5A65;
    border-right: none;
}

.dropdown-md .select-list li {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    font-family: Arial, sans-serif;
}

.dropdown-md .select-list li:hover {
    background: #CFD5DA;
}

.dropdown-md .select-list ul {
}


/* Checkbox CSS */

/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ez-checkbox {
    background: transparent url('../images/checkbox2.png') 0 0 no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    cursor: pointer;
    border: 1px solid #4d5a65;
}

.ez-checkbox input {
    /*display: none;*/
    width: 19px;
    height: 19px;
    margin: 0;
}


.ez-radio {
    background: transparent url('../images/radio-black.png') 0 1px no-repeat;
    display: inline-block;
}

.ez-checked {
    background-position: -62px 0;
}

.ez-selected {
    background-position: 0 -19px;
}

.ez-checkbox-green {
    background: transparent url('../images/checkbox-green.png') 0 1px no-repeat;
    display: inline-block;
    *display: inline;
}

.ez-checked-green {
    background-position: 0 -18px;
}

.ez-checkbox, .ez-radio {
    zoom: 1;
    *display: inline;
    _height: 30px;
}