﻿.full-custom-dropdown {width: 400px;box-sizing: border-box;position: relative;padding: 0!important;max-width:100%!important;}
.full-custom-dropdown .titel {    width: 100%;display: block;cursor: pointer;padding: 2px 15px;height: 32px; line-height: 30px;}
.full-custom-dropdown .inner {position: absolute;background: #fff;min-width: 100%;right: 0;top: 102%;z-index: 1;padding: 7px;box-shadow: 0 0 3px #ccc;border: 1px solid #ccc;display: none;}
.full-custom-dropdown.open .inner .commands-container {border-bottom: 1px solid #ccc;    margin-bottom: 8px;}
.full-custom-dropdown .inner>.close_ {padding: 5px;cursor: pointer;position: absolute;top: 4px;right: 4px;}
.full-custom-dropdown .inner .items-container {max-height: 300px;float: left;width: 100%;max-height: 100%;overflow: hidden;overflow-y: auto;}
.full-custom-dropdown .inner .hole-items {float: left;    width: 100%;max-height: 100%;overflow-x: hidden;overflow-y: auto;}
.full-custom-dropdown.open .inner {display: block;}