/* THIS ARE ALL NEW EXTRA ELEMENTS BESIDE TWITTER BOOTSTRAP */
/* flat btn group */
a.flat,
button.flat {
  padding: 6px 15px!important;
  font-size: 12px!important;
}
.Xbtn-group i {
  font-size: 12px!important;
}
.btn-group.large a.flat,
.btn-group.large button.flat,
a.flat.large,
button.flat.large {
  padding: 9px 13px!important;
  font-size: 14px!important;
}
button.flat.large i,
.btn-group.large i {
  font-size: 14px!important;
}
.dropdown-menu > li > a {
  font-size: 12px;
}
.btn-group > a.flat,
.btn-group > button.flat {
    float: left;
}
a.flat,
button.flat {
  font-size: 11px;
  font-family: "Open sans", Helvetica, Arial;
  color: #313d4c;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 14px;
  background: #fefefe;
  /* Old browsers */
  XXXbackground: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  /* FF3.6+ */
  XXXbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  XXXbackground: -webkit-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  XXXbackground: -o-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  XXXbackground: -ms-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  /* IE10+ */
  XXXbackground: linear-gradient(to bottom, #fefefe 0%, #f7f7f7 100%);
  /* W3C */
  XXXfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f7f7f7',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #d0dde9;
  transition: color .1s linear;
  -moz-transition: color .1s linear;
  /* Firefox 4 */
  -webkit-transition: color .1s linear;
  /* Safari and Chrome */
  -o-transition: color .1s linear;
  /* Opera */
}
a.flat.large,
button.flat.large {
  font-size: 12px;
}
a.flat:active, .btn-group a.flat.active,
button.flat:active, .btn-group button.flat.active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  color: #a8b5c7;
}

/* btn */
.btn {
    color: #313d4c;
    line-height: 14px;
    border: 1px solid #d0dde9;
    font-family: "Open sans", Helvetica, Arial;
    background: #fefefe;
    transition: color .1s linear;
    -moz-transition: color .1s linear;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    padding: 6px 15px!important;
    font-size: 12px!important;
}

button.flat:hover,
.btn.flat:hover {
  color: #a8b5c7;
}
button.flat.left,
.btn.flat.left {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
button.flat.middle,
.btn.flat.middle {
  border-right: 0;
}
button.flat.right,
.btn.flat.right {
  border-radius: 0 4px 4px 0;
}
button.flat,
.btn.flat {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  color: #313d4c;
  line-height: 14px;
  border: 1px solid #d0dde9;
}
button.flat:hover,
.btn.flat:hover {
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f7f7f7',GradientType=0 );
}
.btn.flat.dropdown-toggle {
  padding: 6px 9px!important;
}
.btn.flat.danger {
  background: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.btn.flat.danger:active {
  background: #d43f3a;
}
.btn.flat.primary {
  background: #428bca;
  border-color: #357ebd;
  color: #fff;
}
.btn.flat.primary:active {
  background: #357ebd;
}
.btn.flat.success {
  background: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}
.btn.flat.success:active {
  background: #4cae4c;
}
.btn.flat.info {
  background: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}
.btn.flat.info:active {
  background: #46b8da;
}
.btn.flat.warning {
  background: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}
.btn.flat.warning:active {
  background: #eea236;
}
.btn.flat.white {
  background: #fff;
  border-color: #d0dde9;
  color: #626263;
}
.btn.flat.white:active {
  background: #d0dde9;
}
.btn.disabled, .btn[disabled] {
    background-color: #ddd!important;
    border-color: #ccc!important;
    color: #aaa!important;
}

/* flat BUTTONS */
.btn-flat {
  font-size: 13px;
  border-radius: 4px;
  color: #333;
  padding: 5px 10px;
  text-align: center;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 0px 0px #cccccc;
  display: inline-block;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #eef0f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eef0f1));
  background: -webkit-linear-gradient(top, white 0%, #eef0f1 100%);
  background: -o-linear-gradient(top, white 0%, #eef0f1 100%);
  background: -ms-linear-gradient(top, white 0%, #eef0f1 100%);
  background: linear-gradient(to bottom, white 0%, #eef0f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef0f1',GradientType=0 );
}
.btn-flat:hover {
  text-decoration: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E6E6E6',GradientType=0 );
}
.btn-flat.large {
  font-size: 14px;
  padding: 9px 16px;
}
.btn-flat.small {
  font-size: 11px;
  padding: 4px 7px;
}
.btn-flat:active, .btn-flat.active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset !important;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset !important;
}
.btn-flat [class^="icon-"],
.btn-flat [class*=" icon-"] {
  margin-right: 3px;
}
.btn-flat i.shuffle {
  top: 2px;
}
.btn-flat.inverse {
  border-color: #000;
  color: #fff;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  background: #353f4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #353f4c 0%, #222a33 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353f4c), color-stop(100%, #222a33));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #353f4c 0%, #222a33 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #353f4c 0%, #222a33 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #353f4c 0%, #222a33 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #353f4c 0%, #222a33 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353f4c', endColorstr='#222a33',GradientType=0 );
  /* IE6-9 */
}
.btn-flat.inverse:hover {
  background: -webkit-linear-gradient(top, #434c58 0%, #424a53 100%);
}
.btn-flat.primary {
  border-color: #2480c2;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.35) 0 1px 0;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  background: #54b3ff;
  background: -moz-linear-gradient(top, #54b3ff 0%, #0078d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54b3ff), color-stop(100%, #0078d9));
  background: -webkit-linear-gradient(top, #54b3ff 0%, #0078d9 100%);
  background: linear-gradient(#54b3ff, #0078d9);
  background: -o-linear-gradient(top, #54b3ff 0%, #0078d9 100%);
  background: -ms-linear-gradient(top, #54b3ff 0%, #0078d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b3ff', endColorstr='#0078d9',GradientType=0 );
}
.btn-flat.primary:hover {
  background: #389beb;
  background: -moz-linear-gradient(top, #389beb 0%, #0078d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #389beb), color-stop(100%, #0078d9));
  background: -webkit-linear-gradient(top, #389beb 0%, #0078d9 100%);
  background: linear-gradient(#389beb, #0078d9);
  background: -o-linear-gradient(top, #389beb 0%, #0078d9 100%);
  background: -ms-linear-gradient(top, #389beb 0%, #0078d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(56, 155, 235)', endColorstr='#0078d9',GradientType=0 );
}
.btn-flat.primary:active {
  background: #389beb;
  background: -moz-linear-gradient(top, #389beb 0%, #0078d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #389beb), color-stop(100%, #0078d9));
  background: -webkit-linear-gradient(top, #389beb 0%, #0078d9 100%);
  background: linear-gradient(#389beb, #0078d9);
  background: -o-linear-gradient(top, #389beb 0%, #0078d9 100%);
  background: -ms-linear-gradient(top, #389beb 0%, #0078d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(56, 155, 235)', endColorstr='#0078d9',GradientType=0 );
}
.btn-flat.primary[disabled] {
  border: 0px;
  box-shadow: none !important;
  background: #81b7e2 !important;
  cursor: default;
}
.btn-flat.success {
  background: #96bf48;
  background: linear-gradient(to bottom, #a9d651 0%, #96bf48 100%);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
  border: 1px solid #99bd56;
  text-shadow: rgba(0, 0, 0, 0.24706) 0px 1px 0px;
  color: #fff;
}

/* Content toolbar */
#content .toolbar {
    margin: -10px -25px 0 -25px;
    padding: 5px 10px 5px 20px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: rgb(250, 250, 250);
}

#content .toolbar.toolbar-fixed {
    position: fixed;
    top: 98px;
    z-index: 1018;
    width: 100%;
    background: rgba(250, 250, 250, 0.96);
    padding-right: 287px;
}

#content .with-props .toolbar.toolbar-fixed {
    padding-right: 607px;
}

#content .with-fixed-toolbar {
    padding-top: 66px;
}

#content .toolbar.toolbar-top {
    top: 40px;
    position: fixed;
    height: 30px;
    z-index: 1020;
    width: 100%;
    white-space: nowrap;
    margin: 15px 0 0 25px;
    padding: 0;
    border-width: 0;
    background: none;
}

#content .toolbar ul.frame {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .toolbar ul.frame > li {
    display: inline-block;
    margin-right: 4px;
}

#content .toolbar ul.frame > li > label {
    display: block;
    margin: 0;
    font-weight: normal;
    font-size: 90%;
    color: #999;
}

#content .toolbar input,
#content .toolbar select {
    height: 28px;
    padding: 0px 6px 3px 6px;
    border: 1px solid #d0dde9;
    margin: 0 0 0 0;
    border-radius: 2px;
    font-size: 13px;
    color: #555;
}
#content .toolbar .form-control
 {
    height: 28px;
    padding-top: 3px;
}

#content .toolbar-status {
    /*float: right;
    margin-top: 10px;
    color: #999;*/

    margin-top: 13px;
    color: #999;
    position: absolute;
    top: 0;
    padding-right: 607px;
    right: 0;
}

@media (max-width: 768px) {
    #content .with-props .toolbar.toolbar-fixed {
        padding-right: 35px;
    }
}

#content .tab-pane .toolbar {
    margin: 2px 15px; 
    padding: 4px 0 4px 10px; 
    border-top: 1px solid #f7f7f7; 
    border-bottom: 1px solid #E1E1E1; 
    background: #FAFAFA; 
}

input[type="text"].search {
  background-image: url("/Admin_Modules/Layout.Detail/images/chrome/lens.png")!important;
  background-repeat: no-repeat !important;
  background-position-x: 6px;
  background-position-y: center; 
  box-shadow: none !important;
  padding: 3px 6px 6px 23px !important;
  width: 220px;
}

::-webkit-input-placeholder { /* WebKit browsers */
  line-height: 1.7em;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  line-height: 1.7em;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  line-height: 1.7em;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  line-height: 1.7em;
}

/* Switch slider button */
.slider-frame {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 67px;
  background-color: #d5dde4;
  height: 23px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.slider-frame.info {
  background-color: rgba(92, 160, 163, 0.9);
}
.slider-frame.success {
  background-color: rgba(151, 192, 73, 0.9);
}
.slider-frame.primary {
  background-color: rgba(91, 158, 214, 0.9);
}
.slider-frame.danger {
  background-color: #d94774;
}

.slider-button {
  display: block;
  width: 37px;
  height: 23px;
  line-height: 23px;
  background: #fff;
  border: 1px solid #d0dde9;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #000;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.slider-button.on {
  margin-left: 29px;
}

/* Custom Select */
.ui-select {
  width: 137px;
  margin-left: 0px !important;
  vertical-align: middle;
  min-width: 100px;
  height: 25px;
  min-height: 25px !important;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background: url("../../img/select-bg.png"), -moz-linear-gradient(top, white 0%, #f0f1f2 100%);
  background: url("../../img/select-bg.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f1f2));
  background: url("../../img/select-bg.png"), -webkit-linear-gradient(top, white 0%, #f0f1f2 100%);
  background: url("../../img/select-bg.png"), -o-linear-gradient(top, white 0%, #f0f1f2 100%);
  background: url("../../img/select-bg.png"), -ms-linear-gradient(top, white 0%, #f0f1f2 100%);
  background: url("../../img/select-bg.png"), linear-gradient(to bottom, white 0%, #f0f1f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f1f2',GradientType=0 );
  display: inline-block;
  border: 1px solid #cfdde8;
  border-radius: 5px;
  background-position: 94%;
  background-repeat: no-repeat;
}
.ui-select select {
  line-height: inherit;
  width: 135%;
  font-family: "Open Sans", Arial;
  font-size: 12px;
  border: none;
  padding: 1px 30px 0px 7px;
  height: 21px;
  -webkit-appearance: none;
  color: #737f8d;
  text-shadow: 1px 1px 1px #fff;
  background: transparent;
}

/* jQuery UI Slider overrides */
.ui-slider {
  border: 1px solid #cfdde8;
  height: 7px;
  background: #edeeef;
  box-shadow: inset 0px -3px 7px 0px #fff;
}

.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default {
  background: url("../../img/jquery-ui/slider-handler.png") no-repeat;
  border: none;
  width: 16px;
  height: 17px;
  top: -6px;
  outline: 0;
}

.ui-slider.vertical-handler .ui-state-default {
  background: url("../../img/jquery-ui/slider-handler2.png") no-repeat;
  width: 11px;
  height: 21px;
  top: -8px;
}

.ui-slider .ui-slider-range {
  border: 1px solid #30a1ec;
  background: #4faeef;
  box-shadow: inset 0px 0px 3px 0px white;
}

.ui-slider.success .ui-slider-range {
  background: #96bf48;
  border: 1px solid #79af5e;
}

.ui-slider.info .ui-slider-range {
  background: #5ba0a3;
  border: 1px solid #5ba0a3;
}

/* Custom Dialog */
.pop-dialog {
  z-index: 10000;
  display: inline-block;
}
.pop-dialog.is-visible {
  display: block;
  -webkit-animation: reveal .2s ease-out;
  -moz-animation: reveal .2s ease-out;
  animation: reveal .2s ease-out;
}
.pop-dialog .pointer {
  position: relative;
  top: -22px;
  /* pop-dialog with pointer to the right */
}
.pop-dialog .pointer .arrow,
.pop-dialog .pointer .arrow_border {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  z-index: 1002;
  left: 25px;
}
.pop-dialog .pointer .arrow_border {
  border-color: transparent transparent #a1a1a1;
  border-width: 9px;
  top: 4px;
  z-index: 1001;
  left: 24px;
}
.pop-dialog .pointer.right .arrow {
  left: auto;
  right: 25px;
}
.pop-dialog .pointer.right .arrow_border {
  left: auto;
  right: 24px;
}
.pop-dialog .body {
  width: auto;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px #d6d6d6;
  padding: 10px;
}

.pop-dialog .menu {
  width: 200px;
  margin: 5px -10px 0px -10px;
}
.pop-dialog .menu .item {
  display: block;
  padding: 5px 0px 5px 20px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  margin-bottom: 5px;
}
.pop-dialog .menu .item:hover {
  background-color: #30a1ec;
  color: #fff;
}
.pop-dialog .menu .footer {
  border-top: 1px solid #e6e8e9;
  background-color: #eff4f7;
  margin: 15px 0px -10px 0px;
  border-radius: 0px 0px 5px 5px;
  padding: 12px 20px;
}
.pop-dialog .menu .footer .logout {
  font-weight: 600;
  color: #7d91a8;
}

.pop-dialog.full {
  width: 100%;
}

.pop-dialog .settings {
  width: auto;
  margin: 5px -10px 0px -10px;
  position: relative;
}
.pop-dialog .settings .close-icon {
  text-decoration: none;
  position: absolute;
  top: -18px;
  right: 10px;
}
.pop-dialog .settings .icon-remove-sign {
  font-size: 15px;
  color: #95a8b7;
  cursor: pointer;
}
.pop-dialog .settings .items {
  margin-top: 15px;
}
.pop-dialog .settings .items .item {
  display: block;
  padding: 7px 0px 7px 20px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  border-top: 1px solid #e6e8e9;
}
.pop-dialog .settings .items .item:hover {
  color: #6187c0;
}
.pop-dialog .settings .items .item:first-child {
  border-top: 0px;
}
.pop-dialog .settings .items .item .check {
  float: right;
  margin-right: 30px;
}
.pop-dialog .settings .items .item .icon-reorder {
  color: #d9e4ee;
  font-size: 18px;
  margin-right: 13px;
}

/* Dropdown with dialog */
.ui-dropdown {
  position: relative;
  display: inline-block;
}
.ui-dropdown .head {
  color: #272727;
  font-size: 13px;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 4px 46px 4px 12px;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 4px 0px #efefef;
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f8f8f8), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-9 */
}
.ui-dropdown .head:hover, .ui-dropdown .head.active {
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #fdfdfd), color-stop(100%, #f1f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F1F1F1',GradientType=0 );
  /* IE6-9 */
}
.ui-dropdown .head:active, .ui-dropdown .head.active {
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ui-dropdown .head i.arrow-down {
  position: absolute;
  top: 12px;
  right: 16px;
}
.ui-dropdown .dialog {
  display: none;
  position: absolute;
  right: 0px;
  top: 42px;
  z-index: 100;
}
.ui-dropdown .dialog.is-visible {
  display: block;
  -webkit-animation: reveal .2s ease-out;
  -moz-animation: reveal .2s ease-out;
  animation: reveal .2s ease-out;
}
.ui-dropdown .dialog .pointer {
  position: relative;
  top: -22px;
}
.ui-dropdown .dialog .pointer .arrow,
.ui-dropdown .dialog .pointer .arrow_border {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  z-index: 1002;
  right: 25px;
}
.ui-dropdown .dialog .pointer .arrow_border {
  border-color: transparent transparent #a1a1a1;
  border-width: 9px;
  top: 4px;
  z-index: 1001;
  right: 24px;
}
.ui-dropdown .dialog .body {
  width: 440px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px #d6d6d6;
  padding: 8px 10px 8px 10px;
}
.ui-dropdown .dialog .body p.title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px;
}
.ui-dropdown .dialog .body form select {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  height: 27px;
  margin-right: 2px;
}
.ui-dropdown .dialog .body form input[type="text"] {
  height: 17px;
  width: 90px;
  margin-right: 2px;
}
.ui-dropdown .dialog .body form a {
  vertical-align: top;
}

ul.name-value {
    list-style: none;
    display: table;
    padding: 0;
    width:400px;
    margin-bottom: 0px;
}
ul.name-value.narrow {
    width: auto;
}
ul.name-value li {
    display: table-row;
}
ul.name-value li.spacer:after {
    content: " ";
}
ul.name-value li.spacer {
    height: 12px;
}
ul.name-value li > label {
    display: table-cell;
    width: 22%; 
    padding:0px 4px 4px 0;
}
ul.name-value.wide li>  label {
    width: 42%; 
}
ul.name-value li > span {
    display: table-cell;
    width: 50%; 
    padding:0;
    margin:0;
}


@-webkit-keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }

  1% {
    margin-left: 0;
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(-15px);
  }

  80% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }

  1% {
    margin-left: 0;
    opacity: 0;
    -moz-transform: scale(0.98) translateY(-15px);
  }

  80% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
