.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: default !important;
    background: transparent;
    text-decoration: none !important;
    color: #55585D;
}
.ui-tabs .ui-tabs-nav li a {
    padding: .2em .7em;
}
.ui-widget-content {
    border: 0;
    background: white url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #55585D;
}
.ui-tabs .ui-tabs-nav {
    margin: 0; 
    padding: 0; 
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8fa));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8fa 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f8f8fa 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8fa 100%);
    background: linear-gradient(top,  #ffffff 0%,#f8f8fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8fa',GradientType=0 );
	border: 1px solid #CBDAE8;
	/* border-bottom:0;*/
	font: 13px RobotoRegular;
	color:#55585d;
	display: block;
	padding: 5px 10px 0 10px !important;
	text-decoration: none;
	height: 27px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;    
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: #F8F8F8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #F8F8F8 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,white));
    background: -webkit-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -o-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -ms-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: linear-gradient(top, #F8F8F8 0%,white 100%);
    margin-bottom: 0;
    padding-bottom: 1px;
    border: 1px solid #E3E3E3;
    cursor: default;
    background: transparent;
    text-decoration: none;
    color: #55585D !important;    
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border: 1px solid #E3E3E3;
    border-top: 0;
    padding: 10px;
    background: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F8F8F8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #F8F8F8 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,white));
    background: -webkit-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -o-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -ms-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: linear-gradient(top, #F8F8F8 0%,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
    border: 1px solid #E3E3E3;
    font-weight: normal;
    color: #575757;
}
.ui-widget-header {
    border: 1px solid #E3E3E3;
    background: #E5E5E5 url(images/ui-bg_highlight-soft_50_e5e5e5_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li {
    padding: 0 !important;
}
.ui-multiselect-checkboxes li label {
    padding: 4px !important;
    border: 0 !important;
}
.ui-multiselect-checkboxes .ui-corner-all.ui-state-hover {
    /*border: 1px solid #65A9DF;*/
    border: 0 !important;
    background: #428BC3;
    background: -moz-linear-gradient(top, #428BC3 0%, #236496 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428BC3), color-stop(100%,#236496));
    background: -webkit-linear-gradient(top, #428BC3 0%,#236496 100%);
    background: -o-linear-gradient(top, #428BC3 0%,#236496 100%);
    background: -ms-linear-gradient(top, #428BC3 0%,#236496 100%);
    background: linear-gradient(top, #428BC3 0%,#236496 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428BC3', endColorstr='#236496',GradientType=0 );
    font-weight: normal;
    color: white;
    padding: 4px !important;
}
.ui-tabs {
    position: relative;
    padding: 0 !important;
}
.ui-tabs .ui-tabs-nav li {
    margin: 0 2px 0 0 !important;
    float: left !important;
}

.controll button {
    border: 1px solid #E3E3E3;
    background: #F8F8F8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #F8F8F8 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,white));
    background: -webkit-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -o-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -ms-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: linear-gradient(top, #F8F8F8 0%,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
    font-weight: normal;
    color: #575757;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    text-shadow: none !important;
    padding: 0 13px 0 31px;
    line-height: 29px;
}
.controll button.ui-multiselect {
    padding: 0 13px 0 3px;
    width: 300px !important;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: 0;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    font: 12px RobotoRegular !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: normal;
    color: #575757;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
#addFilter { background: transparent url(../pic/default/leftmenu/add.png) no-repeat 8px 7px }
#filterGo { background: transparent url(../pic/default/icon-filter.png) no-repeat 8px 7px }
#filterReset { background: transparent url(../pic/default/icon-reset.png) no-repeat 8px 7px }
#filterManage { background: transparent url(../pic/default/icon-load.png) no-repeat 8px 7px }

#tablelist td {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#tablelist .ui-state-highlight,
#tablelist .ui-widget-content .ui-state-highlight,
#tablelist .ui-widget-header .ui-state-highlight,
#tablelist .ui-state-hover {
    border: 0 !important;
}
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus { 
    border: 1px solid #E3E3E3; 
    background: #f8f8f8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f8f8f8 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f8f8f8 0%,#ffffff 100%);
    background: linear-gradient(top,  #f8f8f8 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 ); 
    font-weight: normal; 
    color: #575757;
}
.ui-jqgrid tr.jqgrow td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 5px 0 !important;
    border-bottom-color: inherit;
    border-bottom: 1px solid #CBDAE8;
    cursor: pointer !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #F8F8F8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #F8F8F8 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,white));
    background: -webkit-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -o-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -ms-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: linear-gradient(top, #F8F8F8 0%,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
    border: 1px solid #E3E3E3;
    color: #575757;
}

.ui-widget-content.jqgrow.ui-row-ltr.ui-state-highlight {
    background: transparent;
    background-color: #4983CB !important;
    color: white !important;
}
.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: left;
}
.ui-jqgrid .ui-jqgrid-btable {
    table-layout: fixed;
    margin: 0 0 10px 0;
    outline-style: none;
    border-collapse: collapse;
}
.ui-jqgrid tr.jqgrow:last-child td,
.ui-jqgrid tr.ui-widget-content.jqgrow.ui-row-ltr:last-child,
.ui-jqgrid tr.ui-widget-content.jqgrow.ui-row-ltr:first-child,
.ui-jqgrid tr.ui-widget-content.jqgrow.ui-row-ltr,
.jqgfirstrow {
    border: 0 !important;
}



.ui-jqgrid {
    margin-bottom: 20px;
    float: left;
    clear: both;
}



div#tablelist_pager {
    height: 33px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8fa));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8fa 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f8f8fa 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8fa 100%);
    background: linear-gradient(top,  #ffffff 0%,#f8f8fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8fa',GradientType=0 ); 
    border: 1px solid #CBDAE8 !important;      
}

.ui-jqgrid .ui-jqgrid-sdiv {
    position: relative;
    margin: 0;
    padding: 0em;
    height: 33px;    
}
.ui-jqgrid .ui-jqgrid-ftable {
    table-layout: fixed;
    margin-bottom:0em;
    height: 33px;
    
}
.ui-jqgrid tr.footrow td {
    font-weight: bold; 
    overflow: hidden; 
    white-space: nowrap; 
    height: 23px;
    padding: 5px;
}
.ui-jqgrid tr.footrow-ltr td {text-align:left;}
.ui-jqgrid tr.footrow-rtl td {text-align:right;}

/** Pager **/

div#tablelist_pager {
    height: 33px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8fa 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8fa)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8fa 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f8f8fa 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f8f8fa 100%) !important;
    background: linear-gradient(top,  #ffffff 0%,#f8f8fa 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8fa',GradientType=0 ) !important; 
    border: 1px solid #CBDAE8 !important;      
}
.ui-jqgrid .ui-pager-control {position: relative; height: 33px;}
.ui-jqgrid .ui-pg-table {
    position: relative; 
    width:auto; 
    margin: 0;
    height: 22px;  
}
.ui-jqgrid .ui-pg-table td {
    font-weight:normal;
    vertical-align: middle !important;
    padding: 0 1px;
    line-height: 33px !important;
}
.ui-jqgrid .ui-pg-table td:hover {
    padding: 1px !important;    
}
.ui-jqgrid .ui-pg-button span { display: block; padding: 0px !important; margin: 0 !important; float:left;}
.ui-jqgrid .ui-pg-button:hover { padding: 0px !important; margin: 0 !important; }
.ui-jqgrid .ui-state-disabled:hover {padding:0;}
.ui-jqgrid .ui-pg-input { 
    height: 20px !important;
    line-height: 20px !important;
    font-size: 12px !important;
    margin: 0 0 0 0 !important;
    padding: 0 5px !important;
    width: 20px !important;
}
.ui-jqgrid .ui-pg-input:focus,
.ui-jqgrid .ui-pg-input:active {
    margin: 0 !important;
}
.ui-jqgrid .ui-pg-selbox {font-size:.8em; line-height:18px; display:block; height:18px; margin: 0em;}
.ui-jqgrid .ui-separator {height: 18px; border-left: 1px solid #ccc ; border-right: 1px solid #ccc ; margin: 1px; float: right;}
.ui-jqgrid .ui-paging-info {
    font-weight: normal;
    height: 33px;
    margin: -1px 4px 0 0 !important;
    line-height: 33px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    padding:1px 0;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    position:relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button { cursor:pointer; }

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button.ui-corner-all.ui-state-hover {
    border: 0 !important;
    background: none !important;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {float:left; margin: 9px 2px 0 2px !important; height: 16px !important; padding: 0 !important;}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div:hover { border: 0 !important; background: none !important }

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon.ui-icon-refresh {
    margin-top: 2px !important;
}

.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea { margin: 0 !important;}
.ui-jqgrid td textarea {width:auto;height:auto;}
.ui-jqgrid .ui-jqgrid-toppager {
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-top: 0px none !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    height: 25px !important;
    white-space: nowrap;
    overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-titlebar-close {
    display: none !important;
}

.ui-jqgrid tr.jqgrow td {
    overflow: hidden;
    white-space: pre-wrap;
}

#tablelist td {
    overflow: hidden;
    white-space: pre-wrap;
}
.ui-jqgrid tr.jqgrow td {
    padding: 5px 0 !important;
}
.ui-widget-overlay {
    background: white;
    opacity: .80;
    filter: Alpha(Opacity=80);
    padding: 0 !important;
    overflow: hidden !important;
}
.ui-jqgrid .ui-jqgrid-view {
    position: relative;
    left: 0px;
    top: 0px;
    padding: .0em;
}
.ui-dialog .ui-widget-header {
    padding: 15px;
    font-size: 18px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    background: none !important;
    background-color: #F6F6F6 !important;
    border-bottom: 1px solid #DDD !important;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
    font-family: 'CuprumRegularhu';
    font-size: 16px;
    font-weight: normal;
}
.ui-widget-overlay {
    background: white;
    opacity: .80;
    filter: Alpha(Opacity=80);
    padding: 0 !important;
    overflow: hidden !important;
}
.ui-dialog {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0px 5px 20px #999 !important;
    -webkit-box-shadow: 0 5px 20px #999 !important;
    -moz-box-shadow: 0 5px 20px #999 !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.ui-button {
    background: #F8F8F8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #F8F8F8 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,white));
    background: -webkit-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -o-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: -ms-linear-gradient(top, #F8F8F8 0%,white 100%);
    background: linear-gradient(top, #F8F8F8 0%,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
    border: 1px solid #E3E3E3;
    font-weight: normal;
    color: #575757;
    text-shadow: none;
    font-weight: normal;
    font-family: Verdana,Arial,sans-serif !important;
    font-size: 1em !important;
}
.ui-dialog ul.ui-widget-header {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 0 0 20px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    font-weight: normal;
    background: none !important;
    border-bottom: 1px solid #DDD !important;
    margin: 10px -3px !important;
}    
.ui-dialog ul.ui-widget-header li {
    margin: 0 5px 0 0 !important;
    background: transparent !important;
    background-color: #F6F6F6 !important;
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 !important;
}
.ui-dialog ul.ui-widget-header li a {
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
}
.ui-multiselect-menu {
    border: 1px solid #E3E3E3;
    border-top: 0;
    padding: 2px !important;
}
.ui-tooltip {
    padding: 0 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a { 
    cursor: default; 
    background: transparent;
    text-decoration: none;
    color: #55585D !important;
}