body{
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*font: 13px "Segoe Ui", Tahoma, sans-serif;*/
    line-height: 1.428571429;
    color: #333333;
    background-color: transparent;
}
/*input[type="submit"].ui-button{
    margin-top: 1px;
}*/
label, input, button, select, textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
}
label {
    display: inline-block;
    margin-bottom: 0px;
    line-height: 28px;
    height: 30px;

    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.panel-open{
    float:right;
    position: relative;
    top: 0;
    margin-top: -13px;
}
.panel-open:hover{
    color: #999999;
    cursor: pointer;
}

.padded{
    padding: 3px;
}


/* Split Button */
.ui-menu{
    position: absolute;
}

.Zebra_DatePicker td.dp_week_number, .Zebra_DatePicker .dp_daypicker th {
    /*background-color: rgb(201, 219, 196);*/
}
button.Zebra_DatePicker_Icon {
    height: 16px;
    line-height: 16px;
    vertical-align: inherit;
    margin-top: 0;
}
input[type="text"].zdp{
    max-width: 100px;
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
    text-align: center;
    padding: 2px;
}
.Zebra_DatePicker .dp_clear {
    color: #E0E0E0;
    padding: 2px;
    height: 27px;
}
.Zebra_DatePicker .dp_today {
    color: #E0E0E0;
    padding: 2px;
    height: 27px;
}
.Zebra_DatePicker td.dp_week_number,
.Zebra_DatePicker .dp_daypicker th {
    background: #F1F1F1;
    background: #E0E0E0;
    font-size: 8px;
    padding-top: 4px;
}

.Zebra_DatePicker .dp_daypicker td{
    font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 13px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    width: 27px;
    padding: 3px;
    height: 27px;
}
.Zebra_DatePicker td.dp_week_number{
    cursor: auto;
    font-size: 8px;
}
.Zebra_DatePicker .dp_caption,
.Zebra_DatePicker .dp_next,
.Zebra_DatePicker .dp_previous,
.Zebra_DatePicker .dp_today,
.Zebra_DatePicker .dp_clear,
.Zebra_DatePicker >table.dp_daypicker >td {
    font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 13px;
    height: 27px;

}

.ui-jqgrid .ui-state-default,
.ui-jqgrid .ui-widget-content .ui-state-default,
.ui-jqgrid .ui-widget-header .ui-state-default {
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333333;
    font-size: 12px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear background-image;
    -moz-transition: 0.1s linear background-image;
    -o-transition: 0.1s linear background-image;
    transition: 0.1s linear background-image;

}
.ui-jqgrid .ui-jqgrid-view,.ui-jqgrid .ui-paging-info, .ui-jqgrid .ui-pg-table,
.ui-jqgrid .ui-pg-selbox {
    font-size: 12px;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 2px;
    line-height: 32px;
}

.ui-jqgrid.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(jq-ui-bootstrap-0.5.0/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
    color: #404040;
    overflow: hidden;
}
.ui-jqgrid.ui-corner-all,
.ui-jqgrid.ui-corner-top,
.ui-jqgrid.ui-corner-right,
.ui-jqgrid.ui-corner-tr {
    border-top-right-radius: 2px;
}
.ui-jqgrid.ui-corner-all,
.ui-jqgrid.ui-corner-top,
.ui-jqgrid.ui-corner-left,
.ui-jqgrid.ui-corner-tl {
    border-top-left-radius: 2px;
}
.ui-jqgrid.ui-corner-all,
.ui-jqgrid.ui-corner-bottom,
.ui-jqgrid.ui-corner-left,
.ui-jqgrid.ui-corner-bl {
    border-bottom-left-radius: 2px;
}

.ui-jqgrid.ui-corner-all,
.ui-jqgrid.ui-corner-bottom,
.ui-jqgrid.ui-corner-right,
.ui-jqgrid.ui-corner-br {
    border-bottom-right-radius: 2px;
}

.ui-jqgrid input[type="text"].ui-pg-input,
.ui-jqgrid .ui-pg-selbox
{
    width: 20px;
    padding: 1px 1px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 2px;
}
.ui-jqgrid .ui-pg-selbox{
    width:50px;
}

.ui-jqgrid input[type="text"].ui-pg-input:focus,
.ui-jqgrid .ui-pg-selbox:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-jqgrid input[type="text"].ui-pg-input:-moz-placeholder {
    color: #999999;
}

.ui-jqgrid input[type="text"].ui-pg-input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.ui-jqgrid input[type="text"].ui-pg-input:-ms-input-placeholder {
    color: #999999;
}

.ui-jqgrid input[type="text"].ui-pg-input::-webkit-input-placeholder {
    color: #999999;
}

.ui-jqgrid .ui-icon {
    width: 16px;
    height: 16px;
    /*border: solid 1px red;*/
}


.ui-jqgrid .ui-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}


.ui-jqgrid .ui-icon:empty {
    width: 1em;
}

.ui-jqgrid .ui-icon-seek-first:before {
    content: "\e070";
}

.ui-jqgrid .ui-icon-seek-prev:before {
    content: "\e071";
}
.ui-jqgrid .ui-icon-seek-end:before {
    content: "\e076";
}

.ui-jqgrid .ui-icon-seek-next:before {
    content: "\e075";
}

.ui-jqgrid .ui-state-disabled {
    /*background-color: #ffffff;
    border-color: #cccccc;*/

    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;

}

.ui-jqgrid .ui-icon-search:before{
    content: "\e003";
}

.ui-jqgrid .ui-icon-refresh:before {
    content: "\e031";
}

/*
.ui-jqgrid .ui-icon-asc {
    margin-top: -3px;
    height: 12px;
}*/


.ui-jqgrid .ui-grid-ico-sort {
    overflow: hidden;
    position: absolute;
    display: inline;
    cursor: pointer !important;
}
.ui-jqgrid .ui-icon-asc {
    margin-top: 4px;
    height: 12px;
}
.ui-jqgrid .ui-icon-desc {
    margin-top: 9px;
    height: 12px;
}
.ui-jqgrid .ui-icon-triangle-1-n {
    background-image:  url(jq-ui-bootstrap-0.5.0/css/custom-theme/images/ui-icons_222222_256x240.png);
    background-position: 1px -16px;
    padding: 0 8px;
}
.ui-jqgrid .ui-icon-triangle-1-s {
    background-image:  url(jq-ui-bootstrap-0.5.0/css/custom-theme/images/ui-icons_222222_256x240.png);
    background-position: -64px -16px;
    padding: 0 8px;
}


.ui-jqdialog {
    display: block;

    width: 600px;
    margin: 30px auto;

    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

.ui-widget-overlay {
    background: #aaaaaa url(jq-ui-bootstrap-0.5.0/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(jq-ui-bootstrap-0.5.0/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
    color: #404040;
}
.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;

    /*font: 11px "Segoe Ui", Tahoma, sans-serif;*/
}
.ui-jqdialog .ui-jqdialog-titlebar {
    padding: .3em .2em;
    position: relative;
    display: list-item;
}
.ui-widget-header {
    font-weight: bold;
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #666;
}

.ui-jqgrid-htable .ui-state-default,
.ui-jqgrid-btable .ui-widget-content,
.ui-jqgrid .ui-paging-info{
    font: 11px "Segoe Ui", Tahoma, sans-serif;
}

.ui-jqgrid-htable .ui-th-column{
    font-weight: bold;
}
/*.ui-jqgrid .ui-pg-table td:first-child{
    width:30px;
}*/
.ui-jqdialog .ui-jqdialog-titlebar-close {
    position: absolute;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-jqdialog .ui-jqdialog-titlebar-close span {
    display: block;
    margin: 1px;
}
.ui-jqdialog .ui-jqdialog-titlebar-close .ui-state-hover span{
    display: block;
    margin: 1px;
    padding: 5px;

}
.ui-jqdialog .ui-jqdialog-titlebar-close span.ui-icon-closethick {
    background-image: url(jq-ui-bootstrap-0.5.0/css/custom-theme/images/ui-icons_222222_256x240.png);
    background-position: -96px -128px;
    width:18px;
    height:18px;
}

.ui-jqgrid .tree-wrap .ui-icon:empty{
    width: 2em;
}

.ui-jqgrid .tree-wrap .ui-icon-triangle-1-s {
    background-image: url(jq-ui-bootstrap-0.5.0/css/custom-theme/images/ui-icons_222222_256x240.png);
    background-position: -64px -192px;
    /*padding: 0 8px*/
}
.tree-wrap .ui-icon.ui-icon-triangle-1-e{
    background-image: url(jq-ui-bootstrap-0.5.0/css/custom-theme/images/ui-icons_2e83ff_256x240.png);
    background-position: -48px -192px;
}
.tree-wrap .ui-icon.tree-leaf{
    background-image: url(jq-ui-bootstrap-0.5.0/css/custom-theme/images/ui-icons_888888_256x240.png);
    background-position: -16px -192px;
}
.tree-wrap.tree-wrap-ltr{
    margin-left: -10px;
    margin-top: 6px;

}
.opsel,
.columns > select,
.selectopts,
.input-elm
{
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.opsel:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.fm-button,
.add-group,
.delete-group,
.add-rule,
.delete-rule{


    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;

    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

}




/*Modal Window */
.ui-jqdialog { display: none; width: 300px; position: absolute; padding: .2em; font-size:11px; overflow:visible;}
.ui-jqdialog .ui-jqdialog-titlebar { padding: .3em .2em; position: relative;  }
.ui-jqdialog .ui-jqdialog-title { margin: .1em 0 .2em; }
.ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute;  top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }

.ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { padding: 0; }
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { border: 0; padding: .3em .2em; background: none; height:auto;}
.ui-jqdialog .ui-jqconfirm {padding: .4em 1em; border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center;}
.ui-jqdialog>.ui-resizable-se { bottom: -3px; right: -3px}
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {margin: 0;}
.ui-jqdialog-content .EditTable { width: 100%; margin-bottom:0;}
.ui-jqdialog-content .DelTable { width: 100%; margin-bottom:0;}
.EditTable td input, .EditTable td select, .EditTable td textarea {margin: 0;}
.EditTable td textarea { width:auto; height:auto;}
.ui-jqdialog-content td.EditButton {text-align: right;border-top: 0 none;border-left: 0 none;border-right: 0 none; padding-bottom:5px; padding-top:5px;}
.ui-jqdialog-content td.navButton {text-align: center; border-left: 0 none;border-top: 0 none;border-right: 0 none; padding-bottom:5px; padding-top:5px;}
.ui-jqdialog-content input.FormElement {padding:.3em}
.ui-jqdialog-content select.FormElement {padding:.3em}
.ui-jqdialog-content .data-line {padding-top:.1em;border: 0 none;}

.ui-jqdialog-content .CaptionTD {vertical-align: middle;border: 0 none; padding: 2px;white-space: nowrap;}
.ui-jqdialog-content .DataTD {padding: 2px; border: 0 none; vertical-align: top;}
.ui-jqdialog-content .form-view-data {white-space:pre}
.fm-button { display: inline-block; margin:0 4px 0 0; padding: .4em .5em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
/*.fm-button-icon-left { padding-left: 1.9em; }
.fm-button-icon-right { padding-right: 1.9em; }*/
.fm-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px; }
.fm-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px;}
#nData, #pData { float: left; margin:3px;padding: 0; width: 15px; }
/* End Eorm edit */

.ui-jqgrid .ui-paging-info{
    text-overflow:ellipsis;
}

.ui-jqgrid .ui-jqgrid-pager {
    background: #F9F9F9;
    border: 1px solid #D3D3D3;
    line-height: 30px;
    height: 30px;
}
.ui-jqgrid .ui-pager-control {
    height: 30px;
    position: relative;
    line-height: 22px;
}/*
.ui-jqgrid .ui-pg-button span {
    display: block;
    margin: 1px;
    float: left;
    line-height: 15px;
}*/
.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize {
    height: 30px !important;
}
.ui-jqgrid .ui-jqgrid-htable th div {
    padding-top: 8px;
    padding-bottom: 8px;
}
.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: hidden;
    position: relative;
    height: 30px;
}

.row {
    margin-right: 1px;
    margin-left: 1px;
    /*margin-right: -5px;
    margin-left: -5px;*/
}
body> .row {
    margin-right: -5px;
    margin-left: -5px;
    margin-top: -2px;
}
.panel-title {
    font-size: 12px;
}
.panel-heading {
    padding: 8px 5px;
}
.panel-body {
    /*padding: 5px 5px 6px 5px;*/
    padding: 2px 2px 3px 2px;

}
.panel-body.content-responsive{
    /*display: inline-table;
    margin-right: 8px;*/
    /*padding: 5px 5px 6px 5px;*/
    padding: 2px 2px 3px 2px;
    overflow: auto;
}
.panel-body.content-responsive .row{
    float: left;
    padding-right: 0px;
}

.panel {
    margin-bottom: 5px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /*padding-right: 5px;
    padding-left: 5px;*/
    padding-right: 3px;
    padding-left: 3px;
}
table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
table.nowrap td,
table.nowrap th
{
    white-space: nowrap;

}
.table > tbody > tr > td,
.table > tbody > tr > th{
    vertical-align: middle;
}
/*
table.scroll-y tbody {
    height: 100px !important;
    overflow: scroll;
    display:block;
}
table.scroll-y thead {
    height: 100px !important;
    display:block;
    position: fixed;
}*/
.btn:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    /*border: 1px solid #dddddd;*/
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
.table-responsive.scroll-y {
    overflow-y: auto;
}

.select2-container {
    vertical-align: top;
    height: 30px;
}
.select2-container-multi .select2-choices {
    border-radius: 2px;
    max-height: 30px;
    overflow: auto;
}

.select2-container .select2-choice {
    display: block;
    height: 30px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
   /* border: 1px solid #aaa;*/
    border: 1px solid #CCCCCC;
    white-space: nowrap;
    line-height: 26px;
    /*color: #444;*/
    color: #555555;
    text-decoration: none;
    border-radius: 3px;
    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(top, #fff 0%, #eee 50%);*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: #fff;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-image: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: #fff;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-image: none;
}

.select2-container .select2-choice .select2-arrow {

    border-radius: 0 0px 0px 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-container {
    padding: 0px;
    border-width: 0px;
}
.select2-container .select2-choice {
    height: 30px;
    line-height: 30px;
}
.select2-search input {
    width: 100%;
    height: 24px;
    min-height: 24px;
    padding: 2px;
    margin: 0;
    outline: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    border: 1px solid #aaa;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    line-height: 24px;

}
.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;
    height: 28px;
    padding-top: 3px;
    margin-bottom: 5px;
}
.select2-search-hidden > input{
    display: none;
    visibility:hidden;
}
.select2-focusser.select2-offscreen{
   /* display: none;
    visibility:hidden;*/
}
.select2-input{
    height: 28px;
}

.select2-container .select2-choice > .select2-chosen
 {
    line-height: 27px;
    font-size: 12px;
}
/*.select2-container .select2-choice > .select2-chosen*/
.select2-default{
    color: #b6b6b6 !important;
}
*::-webkit-input-placeholder{
    color:#b6b6b6 !important;
}
*:-moz-placeholder{
    color:#b6b6b6 !important;
}
*::-moz-placeholder{
    color:#b6b6b6 !important;
}
*:-ms-input-placeholder
{
    color:#b6b6b6 !important;
}
.select2-container.select2-container-multi .select2-choice:focus,
.select2-container.select2-container-multi .select2-choices:focus,

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {


    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.has-error .select2-container .select2-choice{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .select2-container.select2-container-multi .select2-choice:focus,
.has-error .select2-container.select2-container-multi .select2-choices:focus,

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-active .select2-choices
{


    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.select2-container.select2-container-multi.select2-dropdown-open .select2-choice,
.select2-container.select2-dropdown-open .select2-choice{
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -ms-border-radius-bottomleft: 0px;
    -o-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;

    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -ms-border-radius-bottomright: 0px;
    -o-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}
.select2-dropdown-open .select2-choice{
    margin-bottom: 2px;
}
/*
.select2-container.form-control {
    height: auto !important;
}*/

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    color: #555555;
  /*  vertical-align: middle;*/
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-container-multi .select2-choices .select2-search-choice{
    max-width:90%;
}
.select2-container-multi .select2-choices .select2-search-choice div {
    /*padding: 3px 5px 3px 18px;
    margin: 1px 0 1px 3px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    width:auto;
    padding: 2px 0px 2px 2px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}


.form-group > label{
    font-weight: bold;
}
.form-inline .form-control {
    display: block;
}

button.form-control {
    height: inherit;
}

hr.confirm{
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
hr.form-separate{
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1;
    border-top: 1px solid #eeeeee;
    display: inline-block;
    width: 100%;
}
.nf{
    text-align: left;
}
.nfr{
    text-align: right;
}
/*
.box-content{
    display: inline-block;
}*/


.page-header{
    margin: 0px 0 5px;
    background-color: #d9edf7;
    font-weight: bold;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    padding-left: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(26, 138, 209, 0.65);
    /*border-bottom: 0px;*/
    border-radius: 3px 3px 0 0;
}

.content-border{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    background-color: #fff;
    border: solid 1px #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: none;

    position: relative;
    padding: 3px 0 5px 0;
    display: block;

    float: left;
    width: 100%;
}
.highlight{
    margin-left: 0;
    margin-right: 0;
    margin-top: -5px;
    background-color: #FDFDFF;

    border: solid 1px #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: none;

    position: relative;
    padding: 3px 0 5px 0;
    display: block;

    float: left;
    width: 100%;
}
.content-border+.highlight{
    margin-top: -2px;
    margin-left: 0;
    margin-right: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    padding: 5px 0 5px 0;
    display: block;

    margin-bottom: 14px;
    background-color: #FDFDFF;
    border: 1px solid #e1e1e8;

    float: left;
    width: 100%;

}

.highlight+.content-border{
    margin-top: -2px;
    margin-left: 0;
    margin-right: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    padding: 5px 0 5px 0;
    display: block;
    background-color: #fff;
    margin-bottom: 14px;

    border: 1px solid #e1e1e8;

    float: left;
    width: 100%;

}
.page-border-left{
    border-left: solid 1px #ddd;
}
.page-border-right{
    border-right: solid 1px #ddd;
}
/*.block-element{
    display: inline-block;
}*/

.modal-body {
    padding: 5px;
}
.modal-header {
    padding: 5px;
}
.modal-footer {
    padding: 4px 5px 5px;
}
.Zebra_DatePicker{
    z-index: 20000;
}

/*.block-element{
    *//*display: inline-block;*//*
    margin-top: 5px;
}*/
.header-primary{
    background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
    background-repeat: repeat-x;
    border-color: #2b669a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
}

.panel-success {
    border-color: #90B373;
}

.modal-header .close {
    margin-top: -2px;
    line-height: 28px;
    font-size: 26px;
}
.modal-footer {
    margin-top: 0px;
}
.form-horizontal{
    margin-bottom: -5px;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-group {
    margin-bottom: 5px;
}