﻿body {
    margin: 0;
    padding: 0;
    width: auto;
    background-repeat: repeat;
    background-position: bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #444;
    background-color: #898989;
}

html {
    padding: 0;
    margin: 0;
}

a {
    color: #f05a22;
    text-decoration: none;
}

label {
    height: 28px;
}

input /*[type="text"]*/ {
    height: 17px;
}

    input:disabled, input[readonly], textarea[readonly] {
        background-color: #dddddd;
    }

textarea {
    resize: none;
}

.current_page {
    background-color: #deefd1;
}

.progress {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1003 !important;
}

.divProgress {
    background-color: #ebebeb;
    color: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    top: 0;
    width: 100%;
}

.imgProgress {
    background-color: transparent;
    background-image: url("/Media/Images/FilingRequest/LoadingStarGreen.gif");
    background-repeat: no-repeat;
    height: 100%;
    left: 50%;
    margin-left: -128px;
    margin-top: -128px;
    overflow: auto;
    padding: 16px;
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 1003 !important;
}

.columns {
    text-align: left;
}

.note {
    height: 42px;
    margin-top: 3px;
}

textarea.note {
    height: 58px;
    margin-left: 5px;
}

#fieldOverrides div input {
    width: 80%;
}

div.delete {
    background-image: url(/Media/Images/toolbaricons/delete-tb.png);
    height: 23px;
    width: 23px;
    display: inline-block;
    cursor: pointer;
}

div.add {
    background-image: url(/Media/Images/toolbaricons/add-micro.png);
    height: 23px;
    width: 16px;
    display: inline-block;
}

.emptyRow {
    height: 20px;
}

.select2-container, div.dynamic_content_wide input[type=text], div.dynamic_content_wide input[type=date], div.dynamic_content_wide input[type=datetime] {
    width: 260px;
}

.error {
    color: Red;
    border: 2px solid #f00;
    background-color: #FFD9D9;
}
/*.valid {
    border: 2px solid #0ff;
}*/
.green {
    background-color: Green;
    color: White;
    font-weight: bold;
    width: 300px;
}

.button_bar {
    min-height: 13px;
}

.main {
    width: auto;
    min-width: 1140px;
    padding: 0;
    background-repeat: repeat-x;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-position: top;
    background-image: url(/Media/Images/FilingRequest/main_back_4.png);
    background-color: #F5F5F5;
}

.top_banner {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Media/Images/FilingRequest/banner_backdrop.png);
}

.header {
    width: 1140px;
    /*	width:1140px;	*/
    background-image: url(/Media/Images/FilingRequest/Bote_Charts_Banner.png);
    height: 139px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    /*	border-bottom-color: '8.jpg': { caption: 'The leader in the ocean transportation industry' };*/
    border-bottom-color: #666;
}
/*header_text*/
.header_text_bg {
    margin: 0 auto;
    width: 1140px;
    padding: 0;
    background-color: #FFF;
    border-right-width: thin;
    border-left-width: thin;
    border-right-style: none;
    border-left-style: none;
    border-right-color: #68B44D;
    border-left-color: #68B44D;
}

.header_text {
    margin: 0;
    padding: 10px 0;
}

.header_text_resize {
    padding: 5px 10px;
    width: 940px;
    margin: 0 auto;
}

.login_box {
    /* background-image: url("/Media/Images/FilingRequest/login_back.png");*/
    width: 24%;
    float: right;
    /*	background-color: #fcfcd8;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
    border-radius: 10px;
    -webkit-border-radius: 0px;
    border-radius: 10px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

.login_style {
    color: #262425;
    border: thin none #CCC;
    margin-bottom: 0px;
    /*background-image: url(/Media/Images/FilingRequest/login_back.png);*/
    background-color: #fcfcd8;
    background-position: center top;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
    border-radius: 10px;
    font-size: 8pt;
    margin-top: 15px;
    padding-top: 5px;
}

.login_text {
    color: #333333;
    font-size: 8pt;
}

.navbar {
    width: 1140px;
    min-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Media/Images/FilingRequest/final_navbar_gradient.png);
    border-bottom-style: none;
}

.navbar_text {
    margin-left: 0px;
    padding: 10px;
    color: #262425;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
}

    .navbar_text a:link {
        padding: 10px;
        color: #262425;
        font-size: 11pt;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        padding-right: 10px;
        width: auto;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #FFF;
    }

    .navbar_text a:hover {
        background-color: #FDF6E9;
        color: #262425;
        text-decoration: none;
    }

    .navbar_text a:visited {
        text-decoration: none;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: none;
        border-right-width: thin;
        border-right-color: #FFF;
        color: #262425;
    }

.dynamic_content {
    width: 732px;
    float: right;
    margin-top: 0px;
    margin-left: 0px;
    background-image: url(/Media/Images/FilingRequest/table_back.png);
    background-repeat: repeat-x;
    min-height: 200px;
    padding: 15px;
    background-color: #F6F6F6;
}

.dynamic_content_wide {
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    background-image: url(/Media/Images/FilingRequest/table_back.png);
    background-repeat: repeat-x;
    min-height: 0px;
    background-color: #FFFFFF;
    margin-right: 0px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    height: auto;
}

.body_blue {
    width: auto;
    margin-top: 20;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-repeat: repeat-x;
    background-position: center;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #CCC;
    background-image: url(/Media/Images/FilingRequest/main_body_back.png);
}

    .body_blue h2 {
        color: #F05A22;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        text-align: left;
        margin: 0;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    .body_blue h3 {
        color: #444;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #CBCBCB;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
        background-repeat: no-repeat;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    .body_blue h4 {
        color: #444;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 14px;
    }

    .body_blue h5 {
        color: #444;
        margin: 0;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .body_blue h2 span {
        font: normal 11px Arial, Helvetica, sans-serif;
        color: #b3b3b3;
    }

    .body_blue img {
        padding: 0;
        margin: 0px auto;
    }

        .body_blue img.floated {
            float: left;
            padding: 0;
            margin: 10px 15px 10px 0;
        }

    .body_blue ul {
        list-style: none;
        margin: 10px auto;
        padding: 20px 0;
    }

    .body_blue li {
        padding: 3px 5px;
        margin: 0;
        font: normal 12px Arial, Helvetica, sans-serif;
        color: #7d7d7d;
    }

        .body_blue li a {
            font: normal 12px Arial, Helvetica, sans-serif;
            color: #7d7d7d;
            text-decoration: none;
        }

            .body_blue li a:hover {
                color: #c52100;
            }

    .body_blue p {
        color: #444;
        padding: 0px 0px;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
    }

        .body_blue p span {
            font: normal 11px Arial, Helvetica, sans-serif;
            color: #b3b3b3;
        }

    .body_blue a {
        text-decoration: none;
        color: #444;
        font: normal 14px Arial, Helvetica, sans-serif;
    }

        .body_blue a:hover {
            text-decoration: none;
            color: #F05A22;
            font: normal 14px Arial, Helvetica, sans-serif;
        }
/*************footer**********/
.footer {
    background-repeat: repeat;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #CCC;
    background-position: center;
    background-color: #898989;
}

.bottom_footer {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    background-repeat: repeat-x;
    background-position: center top;
    min-width: 1140px;
}

.bottom_footer_text {
    margin-left: 0px;
    padding: 5px;
    color: #444;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: auto;
}

.footer p {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #F7F7F7;
}

.footer a {
    font: 12px Arial, Helvetica, sans-serif;
    color: #F7F7F7;
    text-decoration: none;
    padding: 5px;
    margin: 0;
}


    .footer a:hover {
        text-decoration: underline;
    }

.footer p.right {
    text-align: right;
    width: 350px;
    margin: 0;
    padding: 15px 0 0 0;
    float: right;
}

.footer p.left {
    text-align: center;
    width: auto;
    margin: 0;
    color: #999;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
}

.credits {
    padding: 0px;
    margin: 0;
    background-repeat: repeat-x;
    text-align: center;
    background-position: top;
    padding-bottom: 0px;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #CCC;
    width: auto;
}
/**************************************************/
div.remove {
    background-image: url('/media/images/filingRequest/warning3.png');
    height: 20px;
    width: 20px;
}

div.arrow-right {
    background-image: url('/media/images/right_arrow.png');
    height: 25px;
    width: 25px;
}

div.flag-green {
    background-image: url('/media/images/filingRequest/flagged3.png');
    height: 20px;
    width: 20px;
}

div.flag-warning {
    background-image: url('/media/images/filingRequest/warning3.png');
    height: 20px;
    width: 20px;
}

div.pop, div.addDays {
    display: inline-block;
    border: 1px #BED6FB outset;
    border-color: #BED6F8;
    background-color: #BED6F8;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url('/media/images/pop.png');
    width: 20px;
    height: 15px;
    cursor: pointer;
    text-align: center;
    border-top-style: solid;
    border-left-style: solid;
    font-size: smaller;
}

div.pop2 {
    width: 70px;
}

div.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/********** JQuery UI Changes ********************/
.ui-datepicker-trigger {
    width: 16px;
    height: 15px;
}

.ui-tooltip {
    z-index: 100;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    background-image: url('/Media/Images/tab_bar_highlight.jpg');
}

.ui-tabs .ui-tabs-nav, .ui-widget-header .ui-state-active, .ui-widget-header li.ui-state-default {
    background-image: url('/Media/Images/tab_bar_normal.jpg');
    background-repeat: repeat;
    background-size: 1132px;
    background-position: left;
    padding: 0px;
    min-height: 39px;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.tabs ul li.ui-state-default {
    background-image: url('/Media/Images/tab_bar_normal.jpg');
    border: 0 none;
    background-size: auto 100%;
    border-radius: 0px;
}

.tabs ul li.ui-state-active, .tabs ul li.ui-state-hover, .tabs .ui-widget-content .ui-state-active, .tabs .ui-widget-header .ui-state-active, .accordion h3, .accordion .ui-state-active, .accordion .ui-widget-content .ui-state-active, .accordion .ui-widget-header .ui-state-active {
    background-image: url('/Media/Images/tab_bar_highlight.jpg');
    border: 0 none;
    background-size: auto 100%;
    border-radius: 0px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: white;
    padding: 10px;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
    height: 25px;
}

.ui-tabs-nav li:first-child {
    margin-left: 20px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-right, .ui-corner-bl {
    /*	border:0 none;
	border-bottom-left-radius:0px;
	border-radius:0px;
	-moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; */
}



.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0px;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px;
}

.ui-tabs-panel {
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    /*	background-image: url(/media/images/global_style/table_back.png);
	background-repeat: repeat-x;*/
    min-height: 0px;
    /*background-color: #F6F6F6;#e4e5e7;*/
    margin-right: 0px;
    /*	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;*/
}

#divQuote.ui-widget-content, #tabs.ui-widget-content {
    /*background:#F6F6F6;*/
    border: none;
    background: none;
    background-image: none;
}

.ui-widget-content a {
    text-decoration: none;
    color: #1A75BB;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.accordion .ui-state-default, .accordion .ui-widget-content .ui-state-default {
    background-color: white;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
    outline: medium none;
}

.ui-accordion-header.ui-state-default a, .ui-accordion-header .ui-state-default a:link, .ui-accordion-header .ui-state-default a:visited {
    padding-left: 2.2em;
    color: white;
}
/*.ui-autocomplete li.ui-menu-item */
.ui-widget-content a {
    color: #555555;
}
/*
#accordion h3 a{
	
	color:black;
}
#accordion h3.ui-state-active a:active{
	
	color:white;
}
*/

.accordion h3.ui-state-default, .accordion h3.ui-widget-content .ui-state-default {
    background-color: white;
    border: 1px none #D3D3D3;
    color: #555555;
    font-weight: normal;
    outline: medium none;
}

.accordion h3.ui-state-hover, .accordion .ui-accordion-header {
    /*background-image:url('images/ui-bg_glass_75_e6e6e6_1x400.png');*/
    background-image: url('/media/images/tab_bar_highlight.jpg');
    height: 39px;
    border: 0 none;
}
/********** Data Table *********************/
//.sorting_disabled {
    background-color: white;
}

.fixed_height {
    min-height: 346px;
    border: 1px solid #cccccc;
}

table.dataTable tr.odd {
    background-color: #EBF8FD; /*#E2E4FF;*/
}

table.dataTable tr.even {
    background-color: white;
}

table.display tr:hover, table.display tr.row_selected, #tblDetails tr td:hover {
    /*background-color:#62caf2#a9e2f8 #D8F2FC*/;
}

.dataTables_scrollHeadInner thead tr {
    vertical-align: top;
}

table.dataTable thead tr th, table.dataTable tfoot tr th, table.dataTable tfoot tr td {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

#tblLocSearchResult tbody th, #tblLocSearchResult tbody td, #tblSelectedOrigin tbody hd, #tblSelectedOrigin tbody td, #tblSelectedDestination tbody hd, #tblSelectedDestination tbody td, #tblSelectedPOL tbody hd, #tblSelectedPOL tbody td, #tblSelectedPOD tbody hd, #tblSelectedPOD tbody td {
    padding: 2px; /* e.g. change 8x to 4px here */
    font-size: 11px;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

table.dataTable tr.odd td.sorting_1 {
    background-color: #D8F2FC;
}

table.dataTable tr.odd td.sorting_2 {
    background-color: #DADCFF;
}

table.dataTable tr.odd td.sorting_3 {
    background-color: #E0E2FF;
}

table.dataTable tr.even td.sorting_1 {
    background-color: #EBF8FD;
}

table.dataTable tr.even td.sorting_2 {
    background-color: #EBF8FD;
}

table.dataTable tr.even td.sorting_3 {
    background-color: #F9F9FF;
}
/*
.dataTable td img, .dataTable td input
{
  /*  width:15px;
    height:15px;* /
}
*/
table.display th {
    text-align: center;
}

table.display td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-style: none;
    border-bottom-style: none;
    text-align: left;
    word-wrap: normal;
}

table.display tfoot tr th {
    text-align: left;
}

    table.display tfoot tr th select {
        font-size: .85em;
    }
/*
Version: 3.4.6 Timestamp: Sat Mar 22 22:30:15 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.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%);
    }

    .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;
    }

    .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('/Media/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%);
}

    .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('/Media/Images/select2/select2.png') no-repeat 0 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('/Media/Images/select2/select2.png') no-repeat 100% -22px;
        background: url('/Media/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('/Media/Images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
        background: url('/Media/Images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
        background: url('/Media/Images/select2/select2.png') no-repeat 100% -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('/Media/Images/select2/select2-spinner.gif') no-repeat 100%;
    background: url('/Media/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('/Media/Images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Media/Images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/Media/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;
}

    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -18px 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);
}

    .select2-results ul.select2-result-sub {
        margin: 0;
        padding-left: 0;
    }

        .select2-results ul.select2-result-sub > li .select2-result-label {
            padding-left: 20px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 40px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 60px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 80px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 100px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 110px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 120px;
        }

    .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 .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-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('/Media/Images/select2/select2-spinner.gif') no-repeat 100%;
}

.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;
    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%);
}

.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('/Media/Images/select2/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 top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin-left: 0;
    margin-right: 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('/Media/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;
}

.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('/Media/Images/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}


/********************************** DataTables *********************************************/

/*
 * Table
 */
table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
}

    table.dataTable thead th {
        padding: 3px 18px 3px 10px;
        border-bottom: 1px solid black;
        font-weight: bold;
        cursor: pointer;
        cursor: hand;
    }

    table.dataTable tfoot th {
        padding: 3px 18px 3px 10px;
        border-top: 1px solid black;
        font-weight: bold;
    }

    table.dataTable td {
        padding: 3px 10px;
    }

        table.dataTable td.center,
        table.dataTable td.dataTables_empty {
            text-align: center;
        }
/*
table.dataTable tr.odd { background-color: #EBF8FD;/*#E2E4FF;* / }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
*/

/*
 * Table wrapper
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
    float: left;
}


/*
 * Filter
 */
.dataTables_filter {
    float: right;
    text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
    clear: both;
    float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
    float: right;
    text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}

    .paginate_disabled_previous:hover,
    .paginate_enabled_previous:hover,
    .paginate_disabled_next:hover,
    .paginate_enabled_next:hover {
        text-decoration: none !important;
    }

    .paginate_disabled_previous:active,
    .paginate_enabled_previous:active,
    .paginate_disabled_next:active,
    .paginate_enabled_next:active {
        outline: none;
    }

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
    padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_enabled_previous {
    background: url('/media/images/dataTable/back_enabled.png') no-repeat top left;
}

    .paginate_enabled_previous:hover {
        background: url('/media/images/dataTable/back_enabled_hover.png') no-repeat top left;
    }

.paginate_disabled_previous {
    background: url('/media/images/dataTable/back_disabled.png') no-repeat top left;
}

.paginate_enabled_next {
    background: url('/media/images/dataTable/forward_enabled.png') no-repeat top right;
}

    .paginate_enabled_next:hover {
        background: url('/media/images/dataTable/forward_enabled_hover.png') no-repeat top right;
    }

.paginate_disabled_next {
    background: url('/media/images/dataTable/forward_disabled.png') no-repeat top right;
}

/* Full number pagination */
.paging_full_numbers {
    height: 22px;
    line-height: 22px;
}

    .paging_full_numbers a:active {
        outline: none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button,
    .paging_full_numbers a.paginate_active {
        border: 1px solid #aaa;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
        color: #333 !important;
    }

    .paging_full_numbers a.paginate_button {
        background-color: #ddd;
    }

        .paging_full_numbers a.paginate_button:hover {
            background-color: #ccc;
            text-decoration: none !important;
        }

    .paging_full_numbers a.paginate_active {
        background-color: #99B3FF;
    }


/*
 * Processing indicator
 */
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}


/*
 * Sorting
 */
.sorting {
    background: url('/media/images/dataTable/sort_both.png') no-repeat center right;
}

.sorting_asc {
    background: url('/media/images/dataTable/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('/media/images/dataTable/sort_desc.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('/media/images/dataTable/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('/media/images/dataTable/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable th:active {
    outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
}


/*
 * PRINTING
 * Print display styles
 */

.DTTT_print_info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    background-color: #3f3f3f;
    color: white;
    padding: 10px 30px;
    opacity: 0.9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

    .DTTT_print_info h6 {
        font-weight: normal;
        font-size: 28px;
        line-height: 28px;
        margin: 1em;
    }

    .DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }


/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */


/*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
    float: left;
    cursor: pointer;
    /*cursor: hand;*/
}

.paging_full_numbers .ui-button {
    padding: 2px 6px;
    margin: 0;
    cursor: pointer;
    /*cursor: hand;*/
    color: #333 !important;
}

.dataTables_paginate .ui-button {
    margin-right: -0.1em !important;
}

.paging_full_numbers {
    width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

.dataTables_paginate {
    width: auto;
}

.dataTables_info {
    padding-top: 3px;
}

table.display thead th {
    padding: 3px 0px 3px 10px;
    cursor: pointer;
    /* cursor: hand;*/
}

div.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
}
/*
table.display tr:hover{
	background-color:/*#9fafd1* /#D8F2FC ;
}
*/
/*#3383bb
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
    position: relative;
    padding-right: 20px;
    padding-right: 20px;
}

    table.display thead th div.DataTables_sort_wrapper span {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0;
    }




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
    position: relative;
    clear: both;
}

.dataTables_processing {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 11px;
    padding: 2px 0;
}

.dataTables_length {
    width: 40%;
    float: left;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.dataTables_info {
    width: 50%;
    float: left;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}

/* Pagination nested * /
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('/media/images/dataTable/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('/media/images/dataTable/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('/media/images/dataTable/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('/media/images/dataTable/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
}

    table.display tfoot th {
        padding: 3px 0px 3px 10px;
        font-weight: bold;
        font-weight: normal;
    }

    table.display tr.heading2 td {
        border-bottom: 1px solid #aaa;
    }

    table.display td {
        padding: 3px 10px;
    }

        table.display td.center {
            text-align: center;
        }



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url('/media/images/dataTable/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('/media/images/dataTable/sort_desc.png') no-repeat center right;
}

.sorting {
    background: url('/media/images/dataTable/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('/media/images/dataTable/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('/media/images/dataTable/sort_desc_disabled.png') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
    background-color: #ddffdd;
}

table.display tr.even.gradeA {
    background-color: #eeffee;
}




table.display tr.odd.gradeA {
    background-color: #ddffdd;
}

table.display tr.even.gradeA {
    background-color: #eeffee;
}

table.display tr.odd.gradeC {
    background-color: #ddddff;
}

table.display tr.even.gradeC {
    background-color: #eeeeff;
}

table.display tr.odd.gradeX {
    background-color: #ffdddd;
}

table.display tr.even.gradeX {
    background-color: #ffeeee;
}

table.display tr.odd.gradeU {
    background-color: #ddd;
}

table.display tr.even.gradeU {
    background-color: #eee;
}


tr.odd {
    background-color: #EBF8FD /*#E2E4FF*/;
}
/*
tr.even {
	background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
    clear: both;
}

.top, .bottom {
    padding: 15px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

    .top .dataTables_info {
        float: none;
    }

.clear {
    clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444;
}

    tfoot input.search_init {
        color: #999;
    }

td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #A19B9E;
    border-top: 2px solid #A19B9E;
}

td.details {
    background-color: #d1cfd0;
    border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
    width: 40%;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
}

.paging_full_numbers a.paginate_button {
    background-color: #ddd;
}

    .paging_full_numbers a.paginate_button:hover {
        background-color: #ccc;
        text-decoration: none !important;
    }

.paging_full_numbers a.paginate_active {
    background-color: #99B3FF;
}

table.display tr.even.row_selected td {
    background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
    background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even * /
tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
    background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
    background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
    background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
    background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
    background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
    background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
    background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
    background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
    background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
    background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
    background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
    background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
    background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
    background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
    background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
    background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
    background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
    background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
    background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
    background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
    background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
    background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
    background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
    background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
    background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
    background-color: #E6FF99;
}

/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     LGPL / 3 point BSD
 * Project:     DataTables
 * 
 * Copyright 2010 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Colour dictionary:
 *   Button border         #d0d0d0
 *   Button border hover   #999999
 *   Hover background      #f0f0f0
 *   Action blue           #4b66d9
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 *   MISC                  Minor misc styles
 */


/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
    position: relative;
    float: right;
    margin-bottom: 1em;
}

button.DTTT_button {
    position: relative;
    /*	float: left;
	height: 30px;
	margin-right: 3px;
	padding: 3px 5px;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	cursor: pointer;
	*cursor: hand;
*/
}

    button.DTTT_button::-moz-focus-inner {
        border: none !important;
        padding: 0;
    }


/*
 * BUTTON_STYLES
 * Action specific button styles

*/
button.DTTT_button_csv {
    padding-right: 30px;
    /*background: url(media/images/tableTools/csv.png) no-repeat center right;*/
    background: url('/media/images/toolbaricons/excel_icon.png');
}

button.DTTT_button_csv_hover {
    padding-right: 30px;
    border: 1px solid #999;
    background: #f0f0f0 url(media/images/tableTools/csv_hover.png) no-repeat center right;
}

button.DTTT_button_pdf {
    padding-right: 30px;
    background: url(/media/images/new_toolbar_icons/active_state/pdf_icon.gif) no-repeat center right;
}
/*
button.DTTT_button_xls {
	padding-right: 30px;
	/*background: url(media/images/tableTools/xls.png) no-repeat center right;* /
		background:url('media/images/toolbaricons/excel_icon.png')no-repeat center right;/* url(/media/images/toolbaricons/excel_icon.png)no-repeat center right;* /
}

button.DTTT_button_xls_hover {
	padding-right: 30px;
	border: 1px solid #999;
	background: #f0f0f0 url(media/images/tableTools/xls_hover.png) no-repeat center right;
}

* /
button.DTTT_button_copy {
	padding-right: 30px;
	background: url(media/images/tableTools/copy.png) no-repeat center right;
}

button.DTTT_button_copy_hover {
	padding-right: 30px;
	border: 1px solid #999;
	background: #f0f0f0 url(media/images/tableTools/copy_hover.png) no-repeat center right;
}


button.DTTT_button_pdf {
	padding-right: 30px;
	background: url(media/images/tableTools/pdf.png) no-repeat center right;
}

button.DTTT_button_pdf_hover {
	padding-right: 30px;
	border: 1px solid #999;
	background: #f0f0f0 url(media/images/tableTools/pdf_hover.png) no-repeat center right;
}


button.DTTT_button_print {
	padding-right: 30px;
	background: url(media/images/tableTools/print.png) no-repeat center right;
}

button.DTTT_button_print_hover {
	padding-right: 30px;
	border: 1px solid #999;
	background: #f0f0f0 url(media/images/tableTools/print_hover.png) no-repeat center right;
}


button.DTTT_button_text {
}

button.DTTT_button_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

*/
button.DTTT_button_collection {
    padding-right: 17px;
    background: url(media/images/tableTools/collection.png) no-repeat center right;
}

button.DTTT_button_collection_hover {
    padding-right: 17px;
    border: 1px solid #999;
    background: #f0f0f0 url(media/images/tableTools/collection_hover.png) no-repeat center right;
}


/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand;
}

tr.DTTT_selected.odd {
    background-color: #9FAFD1;
}

    tr.DTTT_selected.odd td.sorting_1 {
        background-color: #9FAFD1;
    }

    tr.DTTT_selected.odd td.sorting_2 {
        background-color: #9FAFD1;
    }

    tr.DTTT_selected.odd td.sorting_3 {
        background-color: #9FAFD1;
    }


tr.DTTT_selected.even {
    background-color: #B0BED9;
}

    tr.DTTT_selected.even td.sorting_1 {
        background-color: #B0BED9;
    }

    tr.DTTT_selected.even td.sorting_2 {
        background-color: #B0BED9;
    }

    tr.DTTT_selected.even td.sorting_3 {
        background-color: #B0BED9;
    }


/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */

div.DTTT_collection {
    width: 150px;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    overflow: hidden;
    z-index: 2002;
}

div.DTTT_collection_background {
    background: transparent url(media/images/tableTools/background.png) repeat top left;
    z-index: 2001;
}

div.DTTT_collection button.DTTT_button {
    float: none;
    width: 100%;
    margin-bottom: 2px;
    background-color: white;
}


/*
 * PRINTING
 * Print display styles
 */

.DTTT_print_info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    background-color: #3f3f3f;
    color: white;
    padding: 10px 30px;
    opacity: 0.9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

    .DTTT_print_info h6 {
        font-weight: normal;
        font-size: 28px;
        line-height: 28px;
        margin: 1em;
    }

    .DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }


/*
 * MISC
 * Minor misc styles
 */

.DTTT_disabled {
    color: #999;
}


.searchTable tbody tr:hover td {
    background: #B0BED9;
}

.searchTableHeader th {
    padding: 3px 0px 3px 10px;
    cursor: pointer;
}

    .searchTableHeader th div.DataTables_sort_wrapper {
        position: relative;
        padding-right: 20px;
        padding-right: 20px;
    }

        .searchTableHeader th div.DataTables_sort_wrapper span {
            position: absolute;
            top: 50%;
            margin-top: -8px;
            right: 0;
        }

div.locationSearch {
    width: 100px;
    height: 20px;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;   
    text-align: center;

    border: 1px #BED6FB outset;   
    border-top-style: solid;
    border-left-style: solid;
    border-radius: 5px;
    border-color: #BED6F8;
    background-color: #BED6F8;
    background-repeat: repeat-x;
    background-position: left top;    
}


.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
    background: url(/Media/Images/toolbaricons/delete-2-16.png) round #d9d9d9;
}

div.dialogLocationSearch fieldset{
    padding:5px;
}

div.dialogLocationSearch fieldset legend{
    font-size: 12PX;
}

div.dialogLocationSearch table{
    border-spacing: 0px;

}
div.dialogLocationSearch table tr th{
    font-size: 10PX; 
}

div.dialogLocationSearch table tr td{
    padding-right: 10PX; 
    margin-right:10px;
}

.dialogButton{
    padding:0;
    margin:0;
}