/* Resets */
* { padding: 0px; margin: 0px; }
img { border: none; }
ul { list-style: none; }
button::-moz-focus-inner { padding: 0; border: 0; }
input[type="submit"]::-moz-focus-inner { padding: 0; border: 0; }

/* Animations */

/******************************************************************************/
/* Algemeen */
/******************************************************************************/
html { overflow: auto; background: #aaa url(/images/background.gif); height: 100%; }
body { }
#wrapper { width: 1000px; margin: auto; background: #fff; }
#wrapper:before, #wrapper:after { content: ""; display: table; }
#wrapper:after { clear: both; }
#top { width: 1000px; margin: auto; height: 40px; background: url(/images/top.png) no-repeat; position: relative; }
#top2 { float: right; background: url(/images/icons/icon24_user_secure.png) no-repeat 0px 7px; padding: 8px 30px 0px 32px; color: #fff; font: bold 11px/12px Arial; color: #fff; white-space: nowrap; }
#top2 span { font: normal 10px/11px arial; }
#topmenu { float: right; }
#topmenu li { float: right; position: relative; height: 23px; border-left: solid 1px #666; padding: 12px 5px 5px 42px; width: 80px; color: #fff; cursor: pointer; font-size: 15px; }
#topmenu li:hover { background: #630 url(/images/gradient_sprite.png) repeat-x 0px -86px; }
#topmenu li span { font: normal 12px/15px arial; }
#topmenu li img { position: absolute; top: 4px; left: 4px; }

#navbar { height: 36px; width: 1000px; margin: auto; position: relative; background-color: #05f; background: url(/images/gradient_sprite.png) repeat-x; overflow: hidden; }
#navbar .homebutton { background: url(/images/navbar_home.png) no-repeat 2px 2px; height: 36px; width: 43px; cursor: pointer; float: left; }
#navbar .item { height: 31px; padding-top: 5px; cursor: pointer; float: left; }
#navbar .item_part1 { float: left; background: url(/images/navbar1.png) no-repeat; height: 31px; width: 7px; }
#navbar .item_part2 { float: left; background: url(/images/navbar2.png) repeat-x; height: 25px; padding: 4px 15px 2px; white-space: nowrap; font: bold 15px/18px Arial; color: #fff; max-width: 250px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#navbar .item_part3 { float: left; background: url(/images/navbar3.png) no-repeat; height: 31px; width: 8px; }

#footer { width: 1000px; margin: auto; padding: 2px; padding-left: 10px; font: normal 10px/12px arial; color: #fff; background: url(/images/gradient_sprite.png) repeat-x 0px -174px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

td, th, div, p, input, select, option, textarea, li { font: normal 12px/15px arial; color: #000; }
a, span.link { color: #e60; text-decoration: none; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
a:hover, span.link:hover { color: #fa4; text-decoration: underline; cursor: pointer; }
span.error { color: #f00; }
.small { font: normal 10px/12px Arial; }
.medium { font: normal 11px/12px Arial; }
.soft { color: #888; font-style: italic; }
.light { color: #888; }
.clear { clear: both; width: 0px; height: 0px; font-size: 1px; }

th { font-weight: bold; text-align: left; }

h2 { font: bold 14px/16px Arial; padding: 5px; padding-left: 22px; background: #eee url(/images/gradient_sprite.png) repeat-x 0px -126px; }
h3 { font: bold 14px/16px Arial; padding: 5px; background: #eee url(/images/gradient_sprite.png) repeat-x 0px -126px; }
h4 { font: bold 12px/14px Arial; margin-bottom: 5px; margin-top: 1px; }
h1 a { color: #fff; }
div.customdialog { padding: 10px; }

/******************************************************************************/
/* klasses voor text uit de text-editor (voor help pagina's) */
/******************************************************************************/
div.text p, div.text td { line-height: 140%; }
div.text p { margin-bottom: 10px; }
div.text table { margin-bottom: 10px; }

/******************************************************************************/
/* Poll module */
/******************************************************************************/
div.pollvotes { padding: 10px; }
div.pollvotes .users { margin-bottom: 10px; line-height: 20px; }
div.pollvotes .users li { display: inline; padding: 1px 5px; background: #ddd; margin-right: 3px; }

/******************************************************************************/
/* Google maps location picker */
/******************************************************************************/
#gmaps_locationpicker { margin: 10px; width: 800px; height: 400px; -moz-box-shadow: 3px 2px 5px #888; box-shadow: 3px 2px 5px #888; }
div.gmapscoords { float: left; padding: 7px 15px; }
div.gmapstips { background: #bdf url(/images/info.png) no-repeat 5px 10px; margin: 10px; padding: 7px 7px 7px 35px; }

/******************************************************************************/
/* Statistieken module */
/******************************************************************************/
table.last10 { width: 100%; }
table.last10 th { background: #def; padding-top: 2px; padding-bottom: 2px; }
table.last10 td { padding: 1px; }

/******************************************************************************/
/* Messages */
/******************************************************************************/
div.msg { padding: 5px; padding-left: 35px; color: #000; -moz-border-radius: 5px; border-radius: 5px; }
div.msg div { font-weight: bold; margin-bottom: 10px; }
div.msg_error { border: solid 1px #F66; background: #FAA url(/images/error.png) no-repeat 2px 2px; }
div.msg_warning { border: solid 1px #960; background: #FD7 url(/images/info.png) no-repeat 2px 2px; }
div.msg_info { border: solid 1px #080; background: #AFA url(/images/info.png) no-repeat 2px 2px; }

div.hovermsg { display: none; background: url(/images/punt.png) no-repeat 20px 0px; padding-top: 15px; }
div.hovermsg_inner { border: solid 1px #48c; background: #def; width: 300px; padding: 8px 11px; box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5); border-radius: 10px; text-align: justify; line-height: 150%; }

/******************************************************************************/
/* Homelist */
/******************************************************************************/
#homelist { overflow: auto; background: #fff; }
#homelist li { height: 30px; padding: 10px; padding-left: 30px; border-bottom: solid 1px #ccc; }
#homelist li.msg { padding: 14px; padding-left: 30px; height: 15px; }
#homelist li.sep { border-bottom: none; padding-left: 15px; background: #9cf url(/images/gradient_sprite.png) repeat-x 0px -36px; }
#homelist li.item { cursor: pointer; background-repeat: no-repeat; background-position: 12px 10px; padding: 0px; height: 50px; }
#homelist li.item a { padding: 10px; display: block; height: 30px; padding-left: 55px; color: #000; text-decoration: none; }
#homelist li.item:hover { background-color: #def; }
#homelist li.admincontrolpanel { background: #321; color: #bbb; padding: 10px; height: auto; font-size: 11px; line-height: 120%; }
#homelist li.admincontrolpanel span { color: #fff; }
#homelist li.admincontrolpanel div { color: #fff; float: right; width: 50%; font-size: 11px; line-height: 120%; }

#homelist li.colsplitter { padding: 0px; margin: 0px; border: none; height: auto; }
#homelist li.colsplitter > ul:nth-child(1) { float: left; width: 50%; }
#homelist li.colsplitter > ul:nth-child(2) { float: right; width: 50%; }
.adminonly { color: #c60; }

/******************************************************************************/
/* Action bar */
/******************************************************************************/

#actionbar { width: 200px; min-height: 500px; float: left; border-right: solid 1px #888; background-color: #ccc; padding: 5px; position: relative; }
#actionbar li.button { padding: 0px; padding-top: 2px; padding-left: 5px; cursor: pointer; border: solid 1px #ccc; margin-top: 2px; margin-bottom: 2px; }
#actionbar li.disabled { cursor: default; color: #888; }
#actionbar li.button:hover:not(.disabled) { border: solid 1px #fff; border-right: solid 1px #888; border-bottom: solid 1px #888; }
#actionbar li.seperator { border-bottom: solid 1px #fff; background: #aaa; height: 1px; padding: 0px; }
#actionbar li.search { padding: 10px 0px; margin-bottom: 10px; }
#actionbar li.button span { position: relative; top: -3px; }
#actionbar li.tip { background: #fff; margin-top: 20px; width: 188px; border: solid 1px #48f; -moz-border-radius: 3px; border-radius: 3px; padding: 4px 5px; font-size: 11px; }
#actionbar li.tip div { background: #fff url(/images/icons/icon22_tip.png) no-repeat -2px 0px; font-weight: bold; padding: 4px 5px 5px 25px; margin-bottom: 5px; }

#actionbar li.infoblok { margin-top: 20px; border: solid 1px #48f; background: #fff url(/images/icons/icon_info_square.png) no-repeat 4px 4px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px; font-size: 11px; }
#actionbar li.infoblok h4 { padding-left: 23px; }

#actionbar li.filters { margin-top: 10px; width: 188px; border: solid 1px #f84; background: #fff url(/images/icons/icon_info_square.png) no-repeat 4px 4px; -moz-border-radius: 3px; border-radius: 3px; padding: 5px; padding-top: 4px; font-size: 11px; }
#actionbar li.filters ul li { background-color: #fda; padding: 1px; padding-left: 3px; padding-bottom: 2px; margin-top: 7px; }
#actionbar li.filters ul li img { margin-right: 5px; position: relative; top: 2px; cursor: pointer; border: solid 1px #f88; padding: 1px; }
#actionbar li.filters ul li img:hover { background-color: #fff; }
#actionbar li.viewoptions { padding-top: 10px; margin-bottom: 12px; }
#actionbar li.viewoptions ul.viewtabs { height: 36px; }
#actionbar li.viewoptions ul.viewtabs li { float: left; height: 32px; width: 32px; padding: 2px; margin-right: 2px; cursor: pointer; }
#actionbar li.viewoptions ul.viewtabs li img { display: block; }
#actionbar li.viewoptions ul.viewtabs li:hover { background: #ddd; }
#actionbar li.viewoptions ul.viewtabs li.view_active { background: #def; box-shadow: 1px 1px 1px #888; }

/******************************************************************************/
/* Item list*/
/******************************************************************************/

#adminlist_cont { width: 789px; min-height: 510px; background-color: #fff; float: right; position: relative; }
#itemlist { overflow: auto; }
#itemlist li { display: block; border-bottom: solid 1px #ddd; cursor: pointer; padding-left: 3px; padding-right: 5px; height: 18px; }
#itemlist li.seperator { padding: 4px; height: auto; }
#itemlist li.selected { background: #F39814; }
#itemlist li.selected td { color: #fff; }
#itemlist li.active {background: #8cf;}
#itemlist li.active td {font-weight: bold;}

#itemlist li table { width: 100%; }
#itemlist li table.handler { table-layout: fixed; }
#itemlist li table td:not(.icons) { padding-top: 1px; padding-left: 1px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

#itemlist li img { display: block; margin: 1px; }
#itemlist li:hover:not(.selected) { background: #eef; color: #000; }

#itemlist li.avatar { float: left; width: 110px; height: 110px; margin: 2px; border: solid 1px #ddd; position: relative; }
#itemlist li.avatar img { display: block; margin: auto; margin-top: 1px; }
#itemlist li.avatar span { display: block; position: absolute; bottom: 0px; width: 110px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

#itemlist li.foto { float: left; width: 210px; height: 210px; margin: 2px; border: solid 1px #ddd; position: relative; }
#itemlist li.foto img { display: block; margin: auto; margin-top: 1px; max-width: 200px; max-height: 200px; }
#itemlist li.foto span { display: block; position: absolute; bottom: 0px; width: 210px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

#loader { display: hidden; position: absolute; top: 48%; left: 48%; }
#loaderwarning { position: absolute; top: 40px; left: 130px; width: 500px; background: #fa8; color: #000; padding: 5px; text-align: center; }

div.listheader { height: 18px; background: #26c; padding: 2px 5px; }
div.listheader table { width: 100%; }
div.listheader td { color: #fff; font-weight: bold; padding-left: 1px; }
div.listheader td img { position: relative; top: 1px; left: 2px; }

#pagenav { background: #26c; height: 19px; }
#pagenav span { display: block; padding: 2px 5px; color: #fff; float: left; }

#selectcounter, #sidebarmsg { width: 168px; margin-left: 5px; border: solid 1px #48f; background: #fff url(/images/icons/icon_info_square.png) no-repeat 4px 4px; -moz-border-radius: 3px; border-radius: 3px; padding: 4px; padding-left: 26px; font-size: 11px; }
#selectcounter span { display: inline; font-weight: bold; }
#sidebarmsg span { color: #f40; font-weight: bold; }

/* FILTERSWITCH */
#actionbar li.filterswitch { height: 17px; padding-top: 2px; }
div.filterswitch { float: left; width: 82px; height: 13px; border: solid 1px #6ac; -moz-border-radius: 3px; border-radius: 3px; background: #def; }
div.filterswitch div { -moz-border-radius: 2px; border-radius: 2px; text-align: center; float: left; font: normal 9px/14px arial; height: 13px; cursor: pointer; }
div.filterswitch div:hover:not(.active) { background-color: #bdf; }
div.filterswitch div:nth-child(1) { width: 22px; }
div.filterswitch div:nth-child(2) { width: 30px; }
div.filterswitch div:nth-child(3) { width: 30px; }
div.filterswitch div:nth-child(1).active { background-color: #48f; color: #fff; }
div.filterswitch div:nth-child(2).active { background-color: #0a0; color: #fff; }
div.filterswitch div:nth-child(3).active { background-color: #f64; color: #fff; }
div.filterswitch ~ span { float: left; padding-left: 4px; }

/******************************************************************************/
/* Tabbed view */
/******************************************************************************/

#tabbar { width: 200px; min-height: 500px; float: left; background-color: #ccc; }
#tabbar li { text-align: right; padding: 5px; background: #bbb; cursor: pointer; border: solid 1px #888; margin: 5px; color: #333; }
#tabbar li:hover { background: #ddd; }
#tabbar li.current { font-weight: bold; color: #000; background: #fff; margin-right: 0px; padding-right: 11px; border-right: none; z-index: 2; position: relative; -moz-box-shadow: -2px 0px 3px #888; box-shadow: -2px 0px 3px #888; }

#tabs_content { min-height: 500px; -moz-box-shadow: -3px 0px 3px #888; box-shadow: -3px 0px 3px #888; padding-left: 10px; width: 790px; background-color: #fff; float: right; z-index: 0; overflow: auto; }
#tabs_content .tabcontent { padding: 10px 10px 10px 0px; display: none; }

/******************************************************************************/
/* Account Settings */
/******************************************************************************/

div.accountusers_sep { margin-top: 5px; padding: 5px 10px; border: solid 1px #ccc; -moz-border-radius: 5px; border-radius: 5px; }

/******************************************************************************/
/* Statistieken */
/******************************************************************************/

.bardiagram { position: relative; height: 230px; }
.bardiagram ul.yvalues { position: absolute; top: 10px; left: 0px; height: 220px; width: 30px; }
.bardiagram ul.yvalues li { position: absolute; width: 28px; text-align: right; font-size: 11px; }
.bardiagram ul.xvalues { position: absolute; bottom: 3px; left: 30px; height: 20px; width: 740px; }
.bardiagram ul.xvalues li { position: absolute; bottom: -10px; font-size: 11px; text-align: left; width: 35px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.bardiagram ul.bars { background: #dee url(/images/staafdiagrambg.gif) repeat-x; border: solid 1px #aaa; position: absolute; top: 10px; left: 30px; height: 200px; width: 740px; }
.bardiagram ul.bars li { position: absolute; bottom: 0px; height: 0px; width: 20px; -moz-box-shadow: -3px 2px 3px #888; box-shadow: -3px 2px 3px #888; }
.bardiagram ul.bars li.legend { width: 10px; height: 10px; top: 2px; left: 10px; }
.bardiagram span.legend { position: absolute; top: 11px; left: 55px; font-size: 11px; }
.bardiagram ul.bars1 li { background-color: red; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #943400), color-stop(1, #EB6600)); background-image: -moz-linear-gradient(center bottom, #943400 0%, #EB6600 100%); }
.bardiagram ul.bars2 li { background-color: blue; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #001694), color-stop(1, #001FEB)); background-image: -moz-linear-gradient(center bottom, #001694 0%, #001FEB 100%); }

.piechartlabel { width: 10px; height: 10px; margin-right: 5px; }

/******************************************************************************/
/* Navigatie */
/******************************************************************************/
ul.nav { list-style: none; float: right; margin-top: 1px; margin-right: 2px; }
ul.nav li { border: solid 1px #04f; padding: 1px 5px; float: left; margin-left: 2px; background: #cdf; font: normal 11px/13px arial; cursor: pointer; -moz-border-radius: 3px; border-radius: 3px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
ul.nav li:hover { border: solid 1px #09f; background: #fff; }
ul.nav li.current { border: solid 1px #008; background: #008; color: #fff; cursor: default; }
ul.nav li.sep { border: solid 1px #04f; background: #cdf; cursor: default; }

/******************************************************************************/
/* Formulieren */
/******************************************************************************/
#adminform { float: right; width: 768px; padding: 10px; position: relative; background-color: #eef; overflow: auto; }
#adminform div.catsep { border-bottom: solid 1px #ccc; padding: 2px; padding-left: 22px; background-repeat: no-repeat; background-position: 0px 2px; margin-bottom: 8px; margin-top: 15px; font-weight: bold; color: #888; }
table.form { width: 100%; }
td.form { padding-top: 4px; padding-bottom: 3px; }
td.form_error { padding-top: 4px; padding-bottom: 4px; color: #f00; font-weight: bold; }
label, span.checkbox_label { padding-left: 7px; cursor: pointer; }

.ident_padding {
    padding-left: 26px;
}

/* fields */
div.form_element { position: relative; border: solid 1px #aaa; padding: 2px 3px; background-color: #fff; margin-top: 1px; margin-bottom: 1px; }
div.form_element input[type="text"], div.form_element input[type="password"], div.form_element textarea { background-color: #fff; width: 100%; border: none; }
select { background-color: #fff; width: 100%; border: solid 1px #aaa; margin-top: 1px; margin-bottom: 1px; height: 21px; padding-top: 1px; padding-bottom: 1px; }
.fakeinput { cursor: pointer; height: 15px; }
div.date { background: #fff url(/images/icons/icon_date.png) no-repeat 1px 1px; padding-left: 20px; width: 325px; }
div.gmaps { background: #fff url(/images/icons/icon_googlemaps.png) no-repeat 2px 2px; padding-left: 20px; width: 200px; }
div.form_addimage { height: 100px; text-align: center; cursor: pointer; background-repeat: no-repeat; background-position: center center; }
div.form_addimage span { display: block; margin-top: 5px; text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff; font-weight: bold; }
optgroup { font: normal bold 12px/15px arial; color: #006; }
optgroup option { padding-left: 15px; color: #000; }
div.checkbox { float: left; margin-right: 8px; cursor: pointer; background: url(/images/checkbox.gif) no-repeat; height: 11px; width: 11px; position: relative; top: 2px; }
div.checkbox_checked { background: url(/images/checkbox_checked.gif) no-repeat; }
select.error, div.error { border: solid 1px #f00; }
input[type="checkbox"], input[type="radio"] { vertical-align: middle; margin-bottom: 2px; }

/* password checker */
div.passwordchecker_tooshort { position: absolute; top: 0px; right: 0px; width: 80px; padding: 1px 1px 1px 25px; border: solid 1px #c00; background: #fcc url(/images/icons/icon_delete.png) no-repeat 3px 1px; font-weight: bold; color: #600; }
div.passwordchecker_weak { position: absolute; top: 0px; right: 0px; width: 80px; padding: 1px 1px 1px 25px; border: solid 1px #c00; background: #fcc url(/images/icons/icon_check.png) no-repeat 3px 0px; font-weight: bold; color: #600; }
div.passwordchecker_average { position: absolute; top: 0px; right: 0px; width: 80px; padding: 1px 1px 1px 25px; border: solid 1px #cc4; background: #ffa url(/images/icons/icon_check.png) no-repeat 3px 0px; font-weight: bold; color: #660; }
div.passwordchecker_strong { position: absolute; top: 0px; right: 0px; width: 80px; padding: 1px 1px 1px 25px; border: solid 1px #5c0; background: #dfc url(/images/icons/icon_check.png) no-repeat 3px 0px; font-weight: bold; color: #260; }
div.passwordchecker_verystrong { position: absolute; top: 0px; right: 0px; width: 80px; padding: 1px 1px 1px 25px; border: solid 1px #0c0; background: #bfb url(/images/icons/icon_check.png) no-repeat 3px 0px; font-weight: bold; color: #060; }

/* buttons */
input.button, #noqbox .button, button, div.button { text-align: center; border: 0px; padding: 2px 25px 2px 25px; cursor: pointer; font-weight: bold; background: #ddd url(/images/gradient_sprite.png) repeat-x 0px -152px; -moz-border-radius: 3px; border-radius: 3px; color: #000; margin-top: 10px; margin-bottom: 2px; box-shadow: 0px 1px 1px 0px #888; }
input.button_small { border: solid 1px #bbb; padding: 1px 8px 1px 8px; cursor: pointer; font-weight: bold; background: #ddd url(/images/gradient_sprite.png) repeat-x 0px -152px; -moz-border-radius: 3px; border-radius: 3px; color: #000; }
input.button:hover, #noqbox .button:hover, button:hover, input.button_small:hover, div.button:not(.button_disabled):hover { background: #bccbd1; }
input.button_disabled, div.button_disabled { cursor: default; border: 0px; padding: 2px 25px 2px 25px; font-weight: bold; background: #aaa; -moz-border-radius: 5px; border-radius: 5px; color: #ccc; margin-top: 10px; margin-bottom: 2px; }
div.button_inline { margin-top: 2px; margin-left: 5px; }

/* Custom formulierclasses */
div.iconselector { height: 158px; background-color: #fff; border: solid 1px #aaa; padding: 1px; overflow: auto; }
div.iconselector img { border: solid 2px #fff; cursor: pointer; }
div.iconselector img:hover:not(.selected) { border: solid 2px #fca; }
div.iconselector img.selected { border: solid 2px #f80; }
div.frm_pages_url { border: solid 1px #acf; background: #ddd url(/images/icons/icon_info_square.png) no-repeat 2px 2px; padding: 3px; padding-left: 25px; margin-bottom: 8px; }
span.urltext { font: normal 12px 'courier new', monospace; }

/* Celero Login pagina */
img.login, img.inline_icon { position: relative; top: 2px; }
div.loginform { float: right; width: 400px; padding: 30px; padding-top: 40px; }
div.loginform h4 { color: #6CA1FA; font: bold 22px/25px arial; margin-bottom: 30px; }
div.loginform input[type="text"] { width: 88%; border: solid 1px #aaa; padding: 4px 22px; background: #fff url(/images/icons/icon_user.png) no-repeat 3px 3px; margin-top: 5px; }
div.loginform input[type="password"] { width: 88%; border: solid 1px #aaa; padding: 4px 22px; background: #fff url(/images/icons/icon_password.png) no-repeat 3px 3px; margin-top: 5px; }
div.login2 { width: 500px; padding: 30px; text-align: justify; }
div.login2 p { margin-bottom: 15px; }

/* Google tools */
.GA_trackingcode { height: 180px; color: #666; }

/******************************************************************************/
/* ModelForm */
/******************************************************************************/
div.modelform { float: right; width: 768px; padding: 10px; position: relative; background-color: #eef; overflow: auto; }
div.modelform div.formrow { width: 100%; margin-bottom: 4px; }
div.modelform div.formrow:after { content: ""; display: table; clear: both;}
div.modelform div.catsep { border-bottom: solid 1px #ccc; padding: 2px; padding-left: 22px; background-repeat: no-repeat; background-position: 0px 2px; margin-bottom: 8px; margin-top: 15px; font-weight: bold; color: #888; }
div.modelform label { float: left; width: 30%; padding-left: 0px; padding-top: 3px; display: block; }
div.modelform label.radio { float: none; width: auto; padding-left: 7px; display: inline; }
div.modelform input[type="text"], div.modelform input[type="password"], div.modelform select, div.modelform textarea, div.modelform div.fakeinput { float: right; width: 70%; border: solid 1px #aaa; padding: 2px 3px; background-color: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
div.modelform textarea { height: 70px; }
div.modelform div.fakeinput { height: 20px; }
div.modelform div.date { padding-left: 20px; }
div.modelform div.form_addimage { height: 100px; }
div.modelform label.error { color: #c00; font-weight: bold; }
div.modelform input.error { border: solid 1px #c00;}

/******************************************************************************/
/* cursor message */
/******************************************************************************/
#cursorMessageDiv { position: absolute; z-index: 99999; border: solid 1px #CCC; background: #EEE; padding: 1px; padding-left: 10px; padding-right: 5px; margin: 0px; display: none; }

/******************************************************************************/
/* Autocomplete */
/******************************************************************************/
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; text-align: left; max-height: 350px; overflow: auto; margin: 1px 6px 6px -1px; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

/******************************************************************************/
/* Datepicker */
/******************************************************************************/
.mydatepicker { border: solid 1px #000; background-color: #fff; width: 346px; height: 174px; position: absolute; top: 0px; left: 0px; z-index: 200; }
.mydatepicker h3 { font: bold 12px/15px arial; padding: 2px; padding-left: 5px; margin-bottom: 2px; background-color: #008; color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0, 52, 223)), color-stop(1, rgb(0, 57, 179))); background-image: -moz-linear-gradient(center bottom, rgb(0, 52, 223) 0%, rgb(0, 57, 179) 100%); }
.mydatepicker ul.months { height: 17px; }
.mydatepicker ul.months li { float: left; background-color: #acf; padding: 1px 4px 1px 4px; margin-left: 2px; cursor: pointer; border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; }
.mydatepicker ul.months li.selected { background-color: #cdf; }
.mydatepicker ul.months li:hover { background-color: #def; }
.mydatepicker div.title2 { background-color: #cdf; padding: 1px; text-align: center; font-weight: bold; }
.mydatepicker div.title2 img { cursor: pointer; position: relative; top: 2px; }
.mydatepicker th { text-align: center; }
.mydatepicker .days { padding-left: 5px; width: 165px; float: left; }
.mydatepicker .day { padding: 0px 3px 0px 3px; border: solid 1px #fff; background: #eee; text-align: center; cursor: pointer; }
.mydatepicker .day_current { background-color: #acf; }
.mydatepicker .day_selected { border: solid 1px #f84; }
.mydatepicker .day:hover { background-color: #cdf; }
.mydatepicker .reset { color: #f84; }
.mydatepicker .options, .mydatepicker .today, .mydatepicker .selectiondiv { float: right; width: 160px; border: solid 1px #aaa; padding: 2px; font: 11px/12px arial; border-radius: 5px; -moz-border-radius: 5px; margin: 2px 2px 2px 0px; }
.mydatepicker .today, .mydatepicker .selectiondiv { cursor: pointer; }
.mydatepicker .options input { width: 25px; padding: 0px; }

/******************************************************************************/
/* NoqBox */
/******************************************************************************/
#noqbox { position: absolute; top: 0; z-index: 100; width: 100%; text-align: center; }
#noqbox_div { margin: auto; min-width: 350px; width: 350px; min-height: 100px; text-align: left; border: none; border-radius: 4px; -moz-border-radius: 4px; background-color: #fff; color: #000; box-shadow: 0px 0px 0px 7px rgba(128, 128, 128, 0.7); }
#noqbox_div .loader { width: 100%; }
#noqbox_div .loader img { display: block; margin: 20px auto; }
#noqbox .title { position: relative; height: 15px; padding: 4px; padding-left: 10px; font-weight: bold; background-color: #008; color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0, 52, 223)), color-stop(1, rgb(0, 57, 179))); background-image: -moz-linear-gradient(center bottom, rgb(0, 52, 223) 0%, rgb(0, 57, 179) 100%); }
#noqbox .title .noqbox_close { position: absolute; top: 4px; right: 4px; width: 16px; height: 16px; background: url(/images/icons/icon_delete.png) no-repeat; cursor: pointer; }
#noqbox .dialog_button { text-align: center; min-width: 50px; float: right; padding: 2px 25px; margin-right: 5px; margin-top: 5px; }
#noqbox .confirm { background: url(/images/icons/icon48_question_orange.png) no-repeat 10px 6px; padding: 10px; padding-left: 70px; min-height: 50px; }
#noqbox .confirm2 { background-color: #def; height: 29px; }
#noqbox_overlay { position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; background-color: #000; z-index: 99; }

/******************************************************************************/
/* IMG / file Dialogs */
/******************************************************************************/
div.filediag_files { width: 700px; height: 324px; overflow: auto; }
div.filediag_files table { width: 100%; }
div.filediag_files th, div.imgdiag_preview_title { background-color: #ddd; background-image: -moz-linear-gradient(bottom, #DBDBDB 0%, #BDBDBD 100%); padding: 4px 5px 4px 5px; border-bottom: solid 1px #ccc; }
div.filediag_files tr td { padding: 1px 5px 1px 5px; cursor: pointer; }
div.filediag_files tr td.selected { background: #acf; }
div.filediag_files tr:hover td:not(.selected) { background: #eef; }
div.filediag_files tr td:nth-child(2) { width: 70%; }
div.filediag_files tr td:nth-child(3) { width: 30%; text-align: right; }
div.filediag_files tr th:nth-child(2) { text-align: right; }
div.filediag_files td img { display: block; }

div.filediag_files div.ajaxloader { display: block; margin: auto; margin-top: 140px; width: 32px; }

div.imgdiag_preview_title { width: 290px; float: right; font-weight: bold; text-align: center; }
div.imgdiag_files { width: 398px; float: left; border-right: solid 2px #acf; }
div.imgdiag_preview { width: 300px; float: right; background: #eee; height: 300px; overflow: hidden; }
div.imgdiag_preview img { display: block; margin: auto; vertical-align: middle; }

div.filediag_buttons { background: #def; padding: 2px; }
div.filediag_buttons .button { width: 100px; margin-left: 10px; float: left; margin-top: 2px !important; }

/*Uploader*/
.btn_fileselector { position: relative; overflow: hidden; }
#btn_selectfiles { position: absolute; top: 0px; left: 0px; width: 200px; height: 22px; }
/*deze is voor de knop in de actionbar (bij fotos)*/
.btn_fileselector input[type="file"] { position: absolute; top: 0px; right: 0px; font-size: 118px; margin: 0px; padding: 0px; cursor: pointer; opacity: 0; }
div.noqbox_uploader { padding: 10px; }
div.noqbox_uploader .progress_total { float: right; width: 270px; border: 1px solid #BBB; background-color: #FFF; padding: 0; -moz-border-radius: 3px; border-radius: 3px; }
div.noqbox_uploader .progress_total div { display: block; width: 0px; height: 30px; background-color: #48f; }
div.noqbox_uploader .uploader_cancel { width: 100px; }


/*Select2*/
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 100%;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.
      More Info : http://www.quirksmode.org/css/box.html
    */
    -webkit-box-sizing: border-box; /* webkit */
    -moz-box-sizing: border-box; /* firefox */
    box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/images/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/images/select2/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;

    background: #fff url('/images/select2/select2.png') no-repeat 100% -22px;
    background: url('/images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('/images/select2/select2.png') no-repeat -37px -22px;
    background: url('/images/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/images/select2/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('/images/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}
