/*jAutochecklist CSS v1.27*/
@import url(theme.css);

.jAutochecklist_wrapper {
    color: silver;
    height: 31px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: -3px;
    font-family: sans-serif;
    font-size: 13px;
    outline: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: rgb(0,0,0); /* Old browsers */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    min-width: 20px;
}
.jAutochecklist_wrapper * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.jAutochecklist_active {
    background: rgb(247,247,247); /* Old browsers */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.jAutochecklist_popup {
    position: absolute;
    min-height: 38px;
    bottom: 35px;
    border: 1px #aaa solid;
    z-index: 99;
    display: none;
    border-radius: 5px;
    background: white;
    background: rgba(0, 0, 0, 0.80);
    box-shadow: 0 2px 3px #888, inset 0 1px 3px #DDD;
    padding: 5px;
}
.jAutochecklist_popup::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #999 transparent;
    display: block;
    width: 0;
    margin-left: -7px;
}
.jAutochecklist_popup::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.90) transparent;
    display: block;
    width: 0;
    margin-left: -5px;
}
.jAutochecklist_popup > div {
    border: 1px #888 solid;
    float:left;
    margin: 1px;
    padding: 0 20px 0 3px;
    height: 24px;
    overflow:hidden;
    border-radius: 3px;
    line-height: 22px;
    text-shadow: 1px 1px white;
    background: #424242 url(images/delete.png) no-repeat right 3px;
}
.jAutochecklist_popup > div:hover {
    border: 1px royalblue solid;
    cursor:pointer;
    box-shadow: 0 0 1px royalBlue;
    color: royalblue;
    background: #F4F7FF url(images/delete.png) no-repeat right -13px;
}
.jAutochecklist_popup .logo {
    height: 22px;
    width:auto;
    margin-top: -3px;
}
.jAutochecklist_popup > div.locked {
    color: #BBB;
    background: #EEE;
    border: 1px #BBB solid;
    cursor: not-allowed;
    box-shadow: none;
    padding-right: 3px;
}
.jAutochecklist_popup > div .stack {
    font-size: 8pt;
    display: inline-block;
    border-right: 1px #AAA solid;
    padding: 0 3px;
    margin-left: -3px;
    margin-right: 3px;
    vertical-align: 1px;
    background: #ddd
}
.jAutochecklist_more {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    color: #aaa;
    font-style: italic;
    font-size: 10pt;
    line-height: 17pt;
}
.jAutochecklist_dropdown_wrapper {
    height:100%;
    border: none;
    position: relative;
     background-color:transparent;
    cursor: pointer;
    background-image:url("../images/selects-1.png");
    background-position:left top;
     
}
.jAutochecklist_dropdown {
    height:100%;
    background-color:transparent;
    overflow: hidden;
}
.jAutochecklist_result {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 5px;
    line-height: 21px;
    display: table;
    border-collapse: separate;
    background:transparent;
    color:#777;
    border:none;
    
}
.jAutochecklist_placeholder {
    color: #aaa;
    display: table-cell;
    vertical-align: middle;
}
.jAutochecklist_dropdown input {
    height:100%;
    width:88%;
    border:none;
    outline: none;
    display: none;
    padding: 0 5px;
    background: transparent;
    position: absolute;
    top:0;
    left:0;
    font-size: 13px;
    line-height: normal;
    font-family: sans-serif;
}
.jAutochecklist_dropdown input:focus {
    outline: none;
    box-shadow: none;
}
.jAutochecklist_dropdown .jAutochecklist_prediction {
    opacity: 0.3;
    filter: alpha(opacity = 30);
}
.jAutochecklist_dropdown input.fakeHidden {
    width: 0;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    min-width: 0;
    min-height: 0;
    filter: alpha(opacity=0);
}
.jAutochecklist_arrow {
    height: 100%;
    width:20px;
    float:right;
    border-top-right-radius: 3px;
    background-position:right 0;
    background-image:url("../images/selects-1.png");
    
}
.jAutochecklist_arrow:hover {
     
     background-position:right -31;
   
}
/*.jAutochecklist_arrow div {
    border-width: 5px 3px 0;
    border-color: #f00 transparent;
    border-style: solid;
    height: 0;
    width: 0;
    margin: 8px;
}*/
.jAutochecklist_list {
    position: relative;
    top:-1px;
    clear:both;
    list-style: none;
    padding: 0;
    display: none;
    border: none;
    margin:0;
    overflow: auto;
    max-height: 300px;
    min-height: 26px;
    z-index: 99;
    
 
   
    
    background-position:top left;
    background-image:url("../images/opacity_gray_90.png")
    
}
.jAutochecklist_list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #e8e8e8;
}
.jAutochecklist_list::-webkit-scrollbar-thumb {
    background: rgba(200, 200, 200, 0.8);
    border-radius: 5px;
}
.jAutochecklist_list::-webkit-scrollbar-thumb:hover {
    background: rgba(220, 220, 220, 0.8)
}
.jAutochecklist_list::-webkit-scrollbar-track {
    border-left: 1px #eee dotted;
    border-top: 1px #eee dotted;
}
.jAutochecklist_listItem {
    border: 1px transparent solid;
    cursor: pointer;
    line-height: 22px;
    min-height:22px;
    padding: 0 5px;
    -moz-user-select: none; /*only FF has selection bug*/
   
}
.jAutochecklist_list .over {
    border: 1px black dashed
}
.jAutochecklist_list .selected {
    color:#fff;
   
   background-color:#000;
}
.jAutochecklist_listItem:hover {
    color:white;
    text-shadow: 1px 1px #888;
    background: rgb(66,66,66);	/*old browsers*/
    background: rgba(66,66,66,0.8);
    filter: none;   /*Disable filter for IE6-9*/
}
.jAutochecklist_listItem > a {
    display:block;
    text-decoration: none;
}
.jAutochecklist_list .locked{
    background: #EEE;
    color: #BBB;
    box-shadow: none;
    cursor: auto;
}
.jAutochecklist_list .blocked, .jAutochecklist_list .maxBlocked {
    background: #FFF;
    color: #BBB;
    box-shadow: none;
    cursor: auto;
}
.jAutochecklist_list .locked:hover, .jAutochecklist_list .blocked:hover, .jAutochecklist_list .maxBlocked:hover {
    text-shadow: 1px 1px #FFF;
}
.jAutochecklist_list .locked.selected {
    color: royalblue;
    text-shadow: 1px 1px #FFF;
}
.jAutochecklist_list .locked .jAutochecklist_listItem_input, .jAutochecklist_list .blocked .jAutochecklist_listItem_input, .jAutochecklist_list .maxBlocked .jAutochecklist_listItem_input {
    opacity: 0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
}
.jAutochecklist_list .jAutochecklist_listItem_input {
    display: none;
    margin: 0 3px 5px 0;
    vertical-align: middle;
}
.jAutochecklist_listItem_group_empty, .jAutochecklist_checkall {
    color: cornflowerblue;
    font-weight: bold;
    padding-top:5px;
}
.jAutochecklist_listItem_child {
    border-left: 1px #eee solid;
}
.jAutochecklist_noresult {
    background: white;
    padding: 5px;
    color: #AAA;
}
.jAutochecklist_noresult.hasCloseMatch {
    cursor: pointer;
}
.jAutochecklist_noresult .closeMatch {
    color: royalblue;
}
.jAutochecklist_listItem .logo {
    width: 20px;
    height: 20px;
    margin: 1px 3px 1px 0;
    vertical-align: middle
}
.jAutochecklist_listItem .medium {
    width: 30px;
    height: 30px;
    margin: 1px 5px 1px 0
}
.jAutochecklist_list .line-medium {
    line-height: 30px
}
.jAutochecklist_listItem .large {
    width: 40px;
    height: 40px;
    margin: 1px 5px 1px 0
}
.jAutochecklist_list .line-large {
    line-height: 40px;
}
.jAutochecklist_listItem .clear {
    clear:both
}
.jAutochecklist_listItem .float-left {
    float: left
}
.jAutochecklist_listItem .overflow {
    overflow: auto;
}
.jAutochecklist_disabled .jAutochecklist_result,
.jAutochecklist_disabled .jAutochecklist_input,
.jAutochecklist_disabled .jAutochecklist_dropdown_wrapper,
.jAutochecklist_disabled .jAutochecklist_arrow,
.jAutochecklist_disabled .jAutochecklist_listItem,
.jAutochecklist_disabled .jAutochecklist_remove_all
{
    cursor: not-allowed;
    background: #eee;
    color: #888;
}
.jAutochecklist_disabled .jAutochecklist_input
{
    pointer-events: none;
}
.jAutochecklist_disabled .jAutochecklist_listItem:hover, .jAutochecklist_disabled.menu-style .jAutochecklist_list > li a
{
    color: #888;
    text-shadow: none;
    cursor: not-allowed;
}
.jAutochecklist_disabled .jAutochecklist_listItem.selected
{
    color: #888;
    text-shadow: none;
    background: #ddd
}
.jAutochecklist_absolute {
    position: absolute;
    z-index: 9999;
    filter:none;
}
.jAutochecklist_popup.jAutochecklist_absolute {
    bottom: auto;
}
.jAutochecklist_expandable {
    background-image: url(images/arrow.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    background-position: 0 16px
}
.jAutochecklist_expandable.expanded {
    background-position: 16px 16px
}
.jAutochecklist_listItem.selected .jAutochecklist_expandable, .jAutochecklist_listItem:hover .jAutochecklist_expandable {
    background-position: 0 0
}
.jAutochecklist_listItem.selected .jAutochecklist_expandable.expanded, .jAutochecklist_listItem:hover .jAutochecklist_expandable.expanded {
    background-position: 16px 0
}
.jAutochecklist_remove_all {
    background-image: url(images/delete.png);
    background-position:-1px -1px;
    background-color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    position: absolute;
    right: 24px;
    top: 2px;
    cursor: pointer;
    border:solid 1px #fff;
}
.jAutochecklist_remove_all:hover {
    background-position-y: -16px;
}
.jAutochecklist_close {
    display: none;
}
.jAutochecklist_dropdown.loading {
    background: url(images/loading.gif) no-repeat right;
}
.jAutochecklist_single .jAutochecklist_listItem_group_empty {
    cursor: default;
    color: cornflowerblue;
    text-shadow: none;
    background: rgb(255,255,255); /* Old browsers */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */
}
/* INLINE STYLE */
.inline-style .jAutochecklist_result
{
    display: none !important;
}
.inline-style .jAutochecklist_list, .inline-style .jAutochecklist_dropdown input {
    display: block !important;
}
.inline-style .jAutochecklist_list {
    max-height: none;
    z-index: 0;
}
.inline-style.jAutochecklist_wrapper {
    height: auto;
    background: transparent;
}
.inline-style .jAutochecklist_dropdown  {
    height: 20px;
}
/* MENU STYLE */
.menu-style {
    background: transparent;
    font-family: inherit;
    font-size: inherit;
}
.menu-style .jAutochecklist_list {
    margin-top: 10px;
    border: none;
    overflow: visible;
    background: transparent;
}
.menu-style .jAutochecklist_list > li {
    text-shadow: none;
    box-shadow: none;
    border: 1px #aaa solid;
    margin: 5px 0;
}
.menu-style .jAutochecklist_list > li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: black;
}
.menu-style .jAutochecklist_dropdown_wrapper {
    border-radius: 11px;
}
.menu-style .jAutochecklist_listItem_group_empty {
    font-weight: normal;
    padding-top: 0
}
.menu-style .jAutochecklist_arrow:hover {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.menu-style .jAutochecklist_input {
    border-radius: 10px;
    height:30px;
}

.form_search .rowInput input.jAutochecklist_input{
	border-radius: 10px;
    height:30px;
}
/*MOBILE STYLE*/
.mobile-style {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100% !important;
    height: 100%;
    font-size: 18px;
}
.mobile-style * {
    background-color: white;
    filter:none;
    text-shadow: none;
    box-shadow: none;
}
.mobile-style .jAutochecklist_dropdown_wrapper {
    height: 50px;
    border: 0;
}
.mobile-style .jAutochecklist_list {
    height: 90%;
    height: calc(100% - 50px);
    max-height: none !important;
    width: auto !important;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.mobile-style .jAutochecklist_listItem {
    background: white;
    line-height: 50px;
}
.mobile-style .jAutochecklist_listItem:hover {
    color: black;
    text-shadow: none;
}
.mobile-style .jAutochecklist_listItem_group_empty:hover {
    color: #ccc;
}
.mobile-style .jAutochecklist_listItem.selected {
    color: cornflowerblue;
    text-shadow: none;
}
.mobile-style .jAutochecklist_listItem.locked {
    background: #f8f8f8
}
.mobile-style .jAutochecklist_listItem.selected:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/valid.png);
    float: right;
    margin-top: 16px;
    margin-right: 16px;
}
.mobile-style .jAutochecklist_close {
    float: right;
    padding: 12px;
    display: block;
}
.mobile-style .jAutochecklist_dropdown input {
    width: 50%;
}
.mobile-style .jAutochecklist_remove_all {
    top: 18px;
    margin-right: 80px;
    box-shadow: 0 0 5px #888;
    border-radius: 8px;
}
.mobile-style .jAutochecklist_arrow {
    display: none;
}
.mobile-style .jAutochecklist_list::-webkit-scrollbar {
    display: none; 
}
/*LABEL STYLE*/
.label-style {
    font-family: inherit;
    font-size: inherit;
    margin-top: 0;
    background: transparent;
}
.label-style .jAutochecklist_remove_all, .label-style .jAutochecklist_dropdown input {
    display: none !important;
}
.label-style .jAutochecklist_dropdown_wrapper {
    background: transparent;
    border: 0;
}
.label-style .jAutochecklist_result {
    display: inline-block !important;
    padding-left: 0;
}
/*MOBILE STYLE + LABEL STYLE*/
.label-style.mobile-style .jAutochecklist_result {
    width: 70%;
    line-height: 50px;
    padding-left: 6px;
}
.label-style.mobile-style .jAutochecklist_list {
    margin-top: 0
}
.label-style.mobile-style .jAutochecklist_listItem {
    line-height: 50px;
}
/*RIGHT-TO-LEFT*/
.jAutochecklist_rtl,
.jAutochecklist_rtl .jAutochecklist_listItem,
.jAutochecklist_rtl .jAutochecklist_dropdown input 
{
    text-align: right;
    direction: rtl;
}
.jAutochecklist_rtl .jAutochecklist_result {
    padding-right: 5px;
}
.jAutochecklist_rtl .jAutochecklist_arrow {
    float: left;
}
.jAutochecklist_rtl .jAutochecklist_dropdown input  {
    left: initial;
    right: 0;
}
.jAutochecklist_rtl .jAutochecklist_remove_all {
    left: 25px;
    right: initial;
}
.jAutochecklist_rtl .jAutochecklist_popup > div {
    float: right;
    padding: 0 3px 0 20px;
    background-position-x: 0;
}
.jAutochecklist_rtl .jAutochecklist_popup > div:hover {
    background-position-x: 0;
}
/*RIGHT-TO-LEFT + MOBILE STYLE*/
.jAutochecklist_rtl.mobile-style .jAutochecklist_expandable {
    float: right;
    margin-top: 18px;
}
.jAutochecklist_rtl.mobile-style .jAutochecklist_close {
    float: left;
}
.jAutochecklist_rtl.mobile-style .jAutochecklist_remove_all {
    margin-right: 0;
    margin-left: 80px;
}
.jAutochecklist_rtl.mobile-style .jAutochecklist_listItem.selected:after {
    float: left;
}
/*MINI STYLE*/
.mini-style .jAutochecklist_arrow,
.mini-style .jAutochecklist_remove_all
{
    display: none !important;
}
/*SMALL STYLE*/
.small-style .jAutochecklist_remove_all {
    right: 14px;
}