.header-link {
    cursor: pointer;
}

tr.clickablerow  {
	cursor: pointer;
}

tr.clickablerow:not(.selected):HOVER  {
	background-color: #deefff !important;
}
	
tr.clickablerow.selected   {
	background-color: #9dc8e2 !important;
}

.header-link:HOVER {
    text-decoration: underline;
}

.fa-question-circle {
	cursor: pointer;
}
.editVp{
	color: #2184be;
	cursor: pointer;
}

.editVp:hover{
	text-decoration: underline;
}

.h-100 {
    height: 100%;
}
.disableditemList{
	opacity: 0.4;
}


#cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 999000;
    display: none;
}

.ui-datepicker-month {
    color: #000000;
}

.input-group + .btn {
    margin-left: 20px;
}

div.DTFC_RightBodyLiner {
    overflow-y: hidden !important;
}

#dropDownEditOptions {
    left: 30px;
    top: 15px;
}

table.datatable > tbody > tr > td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fa.fa-at {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: 1px;
    color: #2fe21c;
}

table.datatable {
    table-layout: fixed;
    width: 100%;
}

#validateContainer {
    background: none repeat scroll 0 0 #E7E7E7;
}

#url {
    height: 24px;
    width: 100%;
    color: #000000;
    border: 1px solid #AAAAAA;
    margin-bottom: 15px;
    display: block;
}

.wizard > .content > .body {
    overflow: auto;
}

.wizard-done-button {
    border: 0px solid;
    font-size: 12px;
    line-height: 1.4;
}

.error-modal-header,
.error-modal-footer {
    background-color: #CA3737 !important;
    color: white !important;
}

.error-modal-body {
    font-weight: bold;
}

#data .ui-widget-content {
    background: #FFF;
}

.btn-info {
    color: white;
}

hr.nomargin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mtbutton {
    border: 1px solid rgb(101, 169, 215);
    text-shadow: #1e4158 0 1px 0;
    background: #0867c6;
    background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#0867c6));
    background: -webkit-linear-gradient(top, #65a9d7, #0867c6);
    background: -moz-linear-gradient(top, #65a9d7, #0867c6);
    background: -ms-linear-gradient(top, #65a9d7, #0867c6);
    background: -o-linear-gradient(top, #65a9d7, #0867c6);
    background-image: -ms-linear-gradient(top, #65a9d7 0%, #0867c6 100%);
    padding: 6.5px 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 0px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 0px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(255, 255, 255, 0.4) 0 0px 0;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

.mtbutton:hover {
    border: 1px solid rgb(101, 169, 215);
    text-shadow: #1e4158 0 1px 0;
    background: #0760b8;
    background: -webkit-gradient(linear, left top, left bottom, from(#76c3f7), to(#0760b8));
    background: -webkit-linear-gradient(top, #76c3f7, #0760b8);
    background: -moz-linear-gradient(top, #76c3f7, #0760b8);
    background: -ms-linear-gradient(top, #76c3f7, #0760b8);
    background: -o-linear-gradient(top, #76c3f7, #0760b8);
    background-image: -ms-linear-gradient(top, #76c3f7 0%, #0760b8 100%);
    color: #ffffff;
}

.mtbutton:active {
    text-shadow: #1e4158 0 1px 0;
    border: 1px solid rgb(101, 169, 215);
    background: #0559ad;
    background: -webkit-gradient(linear, left top, left bottom, from(#60b6f0), to(#0760b8));
    background: -webkit-linear-gradient(top, #60b6f0, #0559ad);
    background: -moz-linear-gradient(top, #60b6f0, #0559ad);
    background: -ms-linear-gradient(top, #60b6f0, #0559ad);
    background: -o-linear-gradient(top, #60b6f0, #0559ad);
    background-image: -ms-linear-gradient(top, #60b6f0 0%, #0559ad 100%);
    color: #fff;
}

.mtbutton:disabled {
    background: #A2A2A2;
    cursor: not-allowed;
}

.info-text,
.modal-text {
    font-size: 1.2em;
}

#data-view {
    overflow: auto;
}


/**********************************/

/*  VALIDATION                    */

/**********************************/

.title span a {
    color: #4D4D4D;
}

.link {
    cursor: pointer;
    text-decoration: underline;
}

.link:hover {}

.cursor-help {
    cursor: pointer;
    color: #0024c9;
    font-weight: bold;
}

.icon-info-circled {
    cursor: help;
}

.validationerror {
    color: rgb(140, 0, 0);
}

i:not(a) {
    cursor: default;
}

input.error {
    background: #f2dede;
}

.nounderline {
    text-decoration: none !important;
}


/**********************************/

/*  DATASET DETAILS
/**********************************/

.table tbody tr.error > td {
    background-color: #F2DEDE;
}

td > .fa {
    font-size: 15px;
    margin-right: 5px;
}

.dataset-details-table th {
    width: 240px;
    vertical-align: middle;
    padding: 7px !important;
}
.dataset-details-table td {
    padding: 7px !important;
}

#validation-error-div {
    font-size: 12px;
    overflow: auto;
}

#validation-error-div ol > li {
    margin-bottom: 5px;
}

select.wide {
    width: 500px;
}

select.short {
    width: 50px;
}

select.no-margin {
    margin-bottom: 0px;
    padding: 0px
}

#agency-select {
	max-width: 100%;
}

input.wide {
    width: 500px;
}

input.senderInput {
    width: 220px;
}

#validation-note {
    padding-left: 10px;
    color: #610000
}

.table tbody tr.unknown > td {
    background-color: #FDF0C6;
}

.change {
    color: rgb(3, 32, 187);
    font-weight: bold;
}


/**********************************/

/*  DATA LOAD                     */

/**********************************/

.warning-triangle {
    font-size: 3em;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #f0ad4e;
}

table.dsdInfo {
    border: 1px solid rgb(184, 184, 184);
}

table.dsdInfo th {
    background: #B7DDE4;
}

table.small-txt td,
table.small-txt th {
    font-size: 11px;
    line-height: 10px;
}

#load-warning {
    width: 412px;
}

#dataset-details-div {
    padding-left: 15px;
}

#dsdDetails {
    padding-right: 15px;
    padding-top: 25px;
}


/*#data-validation-form .bootstrap-select {
    width: 300px;
}*/

#data-validation-form h4 {
    margin-top: 25px;
}

.fileUpload {
    padding: 6px 10px 10px;
    position: relative;
    width: 220px;
    margin-bottom: 9px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 34px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    cursor: pointer;
    padding: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    height: 100%;
}

#load-data-button {
    width: 370px;
}

.form-element > .label {
    min-width: 143px;
}


/*
 #exportDataModal .label-gray,
#generateConstraintsModal .label-gray,
#publishDataModal 
*/

.label-gray {
    background-color: #999999;
    font-size: 13px;
    float: left;
    position: relative;
    top: 1px;
    height: 33px;
    padding-top: 9px;
    margin-right: 5px;
    min-width: 95px;
    text-align: left;
}

.width175 {
    min-width: 175px !important;
}

.width200 {
    min-width: 200px !important;
    text-align: right;
}
.width230 {
    min-width: 230px !important;
    text-align: right;
}

#generateConstraintsModal .form-control {
    display: inline;
    width: 280px;
}

#generateConstraintsModal .bootstrap-select {
	width: 280px;
}

#generateConstraintsModal .label-gray {
    min-width: 130px;
}

#publishDataModal .label-gray {
    min-width: 115px;
}

#exportDataModal .dropDownWrapper {
    margin-top: 10px;
}

#overview-modal-datasources .input-group-addon {
    min-width: 105px;
}

.form-element > .label.sm {
    line-height: 22px;
}

span.label > i {
    cursor: pointer;
    position: absolute;
    right: 3px;
}

td > select {
    height: 26px;
    font-size: 13px;
}

#dsd-info-title {
    display: inline;
}

body {
    background: #fff;
    color: #000000;
    font: Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.padding20 {
    padding: 20px;
}

.padding20leftright {
    padding-right: 20px;
    padding-left: 20px;
}

.underline {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.bold {
    font-weight: bold;
}

.clearfix.h {
    height: 10px;
}

.input-append,
.input-prepend,
.input-append.input-prepend {
    display: inline;
}

.textcenter {
    text-align: center;
}

a:not([href]) {
    cursor: pointer;
}

.subtitle {
    position: absolute;
    top: 47px;
    left: 77px;
    color: orange;
    font-family: serif;
    font-weight: bold;
    font-size: 1.1em;
}

.widget-header select {
    float: right;
    margin: 0;
    position: relative;
    bottom: 4px;
    right: 4px;
}

#pleaseselect {
    margin: 10px;
    padding: 15px;
    font-size: 1.2em;
}

.selectpicker {
    line-height: 16px;
    font-size: 12px !important;
}

.input-group > .input-group-addon + .bootstrap-select {
    width: auto;
}


/**********************************/

/*  FOOTER
/**********************************/

#footer {
    border-top-width: 2px;
    border-top-color: aqua;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #333333;
    height: 35px;
    left: 0px;
}

#footer a {
    color: #FFFFFF;
}

.footercontainer {
    margin-top: 9px;
    text-align: center;
}

.searchcontainer {
    position: relative;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: right;
}

p.lrg {
    font-size: 1.1em;
}

.pull-left.select {
    position: relative;
    top: 15px;
    margin-left: 15px;
}

.bootstrap-select.btn-group > .btn:first-child {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-bottom-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.navbar-inner .btn {
    font-weight: normal;
}

.btn-registry {
    margin-top: 15px;
    font-size: 1em !important;
    margin-bottom: 10px;
    margin-left: 6px;
    width: 185px;
}

.btn-registry.small {
    padding: 4px 7px;
    font-size: 1.3em !important;
}

.nodata {
    font-size: 1.1em;
}

.nodata.small {
    font-size: 1em;
}

.nodata.small img {
    width: 33px;
}

.loadingdiv {
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 10000;
    height: 10px;
}

.supportdetails {
    color: #fff;
    font-weight: normal;
    left: 10px;
    position: absolute;
    text-align: left;
}

.userloggedin {
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 17px;
}


/********** SIDEBAR **********/

#sidebar {
    background: none repeat scroll 0 0 #333333;
    bottom: 25px;
    height: auto;
    top: 70px;
    position: fixed;
    width: 195px;
    margin-top: 0px;
    z-index: 999;
}

#sidebar.absolute {
    position: absolute;
    left: 0px !important;
}

.sidebar-toogle {
    background: #fff;
    border-radius: 4px 0 0 4px;
    float: right;
    font-size: .8em;
    margin-top: 9px;
    padding: 3px 3px 2px 7px;
    width: 12px;
    cursor: pointer;
    color: #6E6E6E;
}

.sidebar-toogle.expand {
    background: #333;
    border-radius: 0px 0px;
    margin-top: 0px;
    padding: 6px 8px 6px 7px;
    width: 49px;
    left: 0px;
    position: relative;
}


/*
.sidebar-toogle.expand img {
    position: relative;
    float: right;
}
.btn-siderbar-expand {
    padding: 6px 8px !important;
    float: right;
}
*/

.version {
    color: #CCCCCC;
    font-size: 0.9em;
    height: 35px;
    padding: 5px 5px 5px 7px;
}

.version i {
    font-size: 1.4em;
    margin-right: 5px;
    cursor: pointer;
}

#sidebar > ul {
    border-radius: 0 0 0 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

#sidebar > ul > li {
    background: url("../img/side-bar-item-bg.png") repeat scroll 0 0 #505050;
    border: 0 none;
    display: block;
    line-height: 22px;
    margin: 0 0 1px;
    height: 32px;
}

#sidebar > ul > li:hover > a,
#sidebar > ul > li:hover > a > .iconbox i,
#sidebar ul > li:hover > a .arrow-down,
#sidebar ul > li:hover > a .arrow i {
    color: #FFF;
}

#sidebar > ul > li.active {
    background: none repeat scroll 0 0 #0866C6;
}

#sidebar > ul > li a .arrow i {
    display: none;
}

#sidebar > ul > li.active a .arrow i {
    display: block;
}

#sidebar > ul > li > a {
    border: 0 none;
    border-radius: 0 0 0 0 !important;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px 0 0;
    position: relative;
    text-decoration: none;
    color: #ddd;
}

.agencySelector {
    background: none repeat scroll 0 0 rgba(5, 162, 162, 0.78) !important;
    cursor: pointer;
}

#sidebar .dropdown-menu {
    left: 100%;
    top: -6%;
}

#sidebar > ul > li > a > .iconbox {
    float: left;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 20px;
    cursor: pointer;
}

#sidebar > ul > li > a > .iconbox i {
    color: #ddd;
    font-size: 1.2em;
}

#sidebar > ul > li.active > a > .iconbox i {
    color: #fff;
}

#sidebar .menu-text {
    float: left;
    padding: 5px 0 5px 22px;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#sidebar .admin-menu {
    background: #5c2626;
}

.arrow-down {
    float: right;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 8px;
}

.arrow-right {
    float: right;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 8px;
}

ul.sidebar-menu span.icon-box {
    background: url("../img/side-bar-list-bg.png") repeat scroll 0 0 transparent !important;
    margin-right: 10px;
    padding: 20px;
}

#sidebar > ul > li.active > a {
    color: #fff;
}

#sidebar > ul > li.active > a .iconbox i {
    color: #fff;
}

#sidebar > ul > li.active .menu-text {
    color: #fff;
}

#sidebar > ul > li.active > a > div.iconbox i {
    color: #fff;
}

#sidebar .submenu {
    list-style: none;
    color: #333;
    margin: 0;
    padding: 0;
    position: relative;
    display: none;
}

#sidebar .submenu li {
    background: #E5E5E5;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
    border-bottom: 1px solid #868686;
    border-right: 1px solid #474747;
}

#sidebar .submenu li .sub-arrow {
    width: 19px;
    float: left;
    padding-left: 10px;
}

#sidebar .submenu li .sub-menuitem {
    float: left;
    width: 85%;
    margin-left: 3px;
}

#sidebar .submenu li a {
    text-decoration: none;
    color: #333;
}

#sidebar .submenu li.active {
    background: #fff;
    color: #333;
}

#sidebar .submenu li.active a {
    color: #333;
}

#sidebar.collapsed > ul > li.hovered .menu-text {
    position: absolute;
    left: 257px;
    background: #474747;
    display: inline !important;
}

#sidebar.collapsed > ul > li.active.hovered .menu-text {
    background: #0866C6;
}

#sidebar.collapsed .submenu.hover-collapsed {
    display: inline !important;
    left: 258px;
    position: absolute;
    background: #707070;
}

#sidebar.collapsed .submenu.hover-collapsed li {
    background: none;
    border: none;
    padding-left: 10px;
}

#sidebar.collapsed .submenu.hover-collapsed li:hover {
    background: #FFF;
    border: none;
    padding-left: 10px;
}

#sidebar.collapsed .submenu.hover-collapsed li a {}

#sidebar.collapsed .submenu.hover-collapsed li .sub-arrow {
    display: none;
}

#sidebar.collapsed .submenu.hover-collapsed li .sub-menuitem {
    color: #FFF;
}

.sidebarfooter {
    bottom: 6px;
    color: #FFFFFF;
    position: absolute;
    left: 6px;
    width: 180px;
}

.sidebarfooter img {
    width: 20px;
}

.sidebarfooter a {
    color: #FFFFFF;
}

.wizard > .content > .body {
    height: 100% !important;
}


/********** LAYOUT **********/

#subscription-modal,
#select-subscription-modal {
    top: 10%;
    margin-top: 0px !important;
}

.container-fluid:not(.noContainerPadding) {
    padding-left: 200px;
    padding-right: 10px;
}

#main-content .container-fluid {
    padding-top: 5px;
    height: 98%;
}

#main-content {
    background: rgba(144, 142, 186, 0.1);
    box-shadow: 0 0 10px #757575;
    position: absolute;
    top: 70px;
    bottom: 0px;
    width: 100%;
    overflow-x: auto;
}

.title-widget {
    border-bottom: 1px solid #AAAAAA;
    font-size: 1.6em;
    margin-bottom: 12px;
    padding-bottom: 3px;
}

.title-widget i {
    color: #505050;
    cursor: pointer;
    float: right;
}

.widget-header {
    width: 100%;
    background: #ccc;
    border: 1px solid #aaa;
    border-bottom: 0px;
    height: 41px;
    color: #000;
}

.widget-header.small {
    width: 100%;
    background: #ccc;
    border: 1px solid #aaa;
    border-bottom: 0px;
    height: 30px;
    color: #000;
}

.widget-header.data {
    border-width: 0px;
    padding-top: 1px;
}

.widget-header-text {
    font-size: 1.2em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: auto;
    padding-top: 9px;
}

.widget-header-text.small {
    font-size: 1em;
    margin-left: 10px;
    margin-top: auto;
    padding-top: 5px;
    font-weight: bold;
}

.widget-header-text .btn,
.dropdownEdit {
    position: relative;
    top: -5px;
    float: right;
    padding: 5px 10px;
}

.dropdownEdit {
    padding: 0;
}

#editMenu ~ ul .btn {
    float: none;
    position: static;
    text-align: left;
}

.widget-header-text .btn-group {
    float: right;
    margin-bottom: 0px;
}


/********** Front Page: Overview **********/

.recentActivityTable {
    margin-bottom: 0px !important;
}

.recentActivityTable th,
.recentActivityTable td {
    line-height: 14px !important;
}

.loginField {
    width: 70px !important;
}

.frontPageIcon {
    font-size: 3em;
    left: -10px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.introPageWrapper {
    position: relative;
    height: 100%;
}

.introPage {
    background: #F9F9F9;
    border: 1px solid #aaa;
    font-size: 1.1em;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 15px;
}

.max3 {
    width: auto;
}

@media(max-width: 978px) {
    .introPage {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        top: 15px;
    }
    .introPageWrapper {
        position: static;
        height: auto;
    }
}

.introPageBlob {
    text-align: center;
    overflow: auto;
    padding-top: 10px;
}

.introPage .span3 a {
    text-decoration: none;
}

.glow:hover {
    box-shadow: 0px 0px 5px #c0c0c0;
    transition: 250ms ease-in;
}

.frontPageTopRightBox {
    height: auto;
    padding: 15px;
    position: relative;
}

.frontPageLargeFont {
    font-size: 1.6em;
}

.errorSection {
    overflow-x: auto;
}

#url-input {
    width: 98%;
}

.forgottenPasswordLink {
    cursor: pointer;
    text-decoration: none;
    color: #3984d1;
    font-size: 0.9em;
    padding-left: 190px;
}

.widget-content {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #aaa;
    font-size: 1.1em;
    overflow: auto;
    border-top: none;
}

.widget-content2 {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #aaa;
    font-size: 1.1em;
    overflow: auto;
    border-top: none;
}

.widget-content.maintainables {
    overflow: hidden;
}

.widget-header.inner {
    border: 1px solid #bbb;
}

.widget-content.inner {
    border: 1px solid #bbb;
}

.widget-content li {
    list-style: none;
    padding: 10px;
    font-size: .9em;
}

.search-structure {
    position: fixed;
}

.search-structure .add-on {
    border-radius: 0 0 0 0 !important;
    width: 25px;
    border-color: #aaa;
    border-left: 0px;
    border-top: 0px;
}

.search-structure input {
    border-radius: 0 0 0 0 !important;
    border-color: #aaa;
    border-right: 0px;
    border-top: 0px;
}

.contentPadding {
    padding: 20px;
}

structure-list .label {
    text-shadow: none;
    padding: 3px;
}

.tabbable > .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ccc;
    border-color: #aaa;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    height: 40px;
    margin: 0;
}

.tabbable > .nav-tabs > li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.tabbable > .nav-tabs > li > a {
    border: 0 none;
    border-radius: 0 0 0 0;
    color: #333;
    margin: 0;
    padding: 10px 20px;
}

.tabbable > .nav-tabs > li > a:hover {
    background: #eee;
}

.tabbable > .nav-tabs > li.active > a {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 0 none;
    color: #0866C6;
}

.tabbable > .tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #aaa;
    border-image: none;
    border-right: 1px solid #aaa;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin-top: 0;
    padding: 5px;
}

.tabbable > .tab-content.activity-tab {
    padding: 0px;
}

.nav-tabs li.title {
    border: 0 none;
    border-radius: 0 0 0 0;
    color: #000;
    margin: 0;
    padding: 10px 20px;
    font-size: 1.2em;
}

a.btn.rss {
    float: right;
    position: relative;
    right: inherit;
    cursor: pointer;
    border: none;
    top: -4px;
    margin-right: 5px;
}

a.btn.rss img {
    width: 14px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}

a.btn.closeinfo {
    float: right;
    position: relative;
    right: inherit;
    cursor: pointer;
    border: none;
    top: -4px;
    margin-right: 5px;
}

.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 0 0 0 0;
}

.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
    border-color: #0866C6;
}

#agencyselect .btn {
    border-radius: 4px 4px 4px 4px !important;
    font-weight: bold;
    color: #333;
}

.downloadgroup {
    float: right;
    margin-right: 6px;
}

.downloadgroup .btn {
    float: left !important;
    margin-right: 0px;
}

.downloadgroup .closedownload {
    position: relative;
    left: -2px;
    padding: 5px 6px;
    border-left: none;
}

h4.about img {
    width: 44px;
}

.btn-mod {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom-width: 0px;
    border-top-width: 0px;
}


/********** SEARCH **********/

.ui-menu {
    background: #ddd;
    z-index: 99999;
}

.ui-menu .ui-menu-item {
    list-style: none;
}

.form-search {
    margin-left: 20px;
}

.search-query {
    width: 200px;
}

.search .well {
    background: #FFF;
}

.search-title {
    font-size: 1.5em;
}

.search-title .btn-group {
    float: right;
}

.search-results {
    padding-top: 10px;
}

.search-results .row-fluid {
    margin-bottom: 15px;
}

.search-result {
    background: #eee;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    min-height: 70px;
}

.search-result .label {
    font-weight: normal;
    font-size: 1em;
    font-weight: bold;
    padding: 4px 5px;
}

.search-result-label {
    margin-right: 10px;
    float: left;
}

.matched-terms {
    line-height: 0px;
}

.search-result .btn {
    margin-right: 10px;
    float: right;
    position: relative;
    top: -6px;
}

.result-name {
    font-size: 1.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.search-title > div > ul.dropdown-menu {
    right: 0 !important;
    left: auto;
    float: right;
    left: none;
}

.filterdiv {
    background: #FFF none repeat scroll 0% 0%;
    height: 10px;
}

.search-view {
    float: left;
    cursor: pointer;
}

/********** Export Structures **********/

#spinner {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}

ul.activity {
    margin: 0;
    padding: 0;
}

.activity li {
    margin: 10px;
    background: #F0F0F0;
}

.activity i {
    margin-right: 5px;
    margin-left: 5px;
}

a.added {
    text-decoration: none;
    color: #000;
}

a.added span {
    color: #408E39;
}

.deleted span {
    color: #E74955;
}

.activity-item {
    margin-left: 20px;
}

.activity-time {
    color: #444444 !important;
    float: right;
    font-size: 0.8em;
    position: relative;
    top: -6px;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bs-searchbox .form-control {
    /*   width: 94% !important;*/
}

.list li {
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 5px;
    cursor: pointer;
}

.list li:hover {
    background: #f1f1f1;
}

.list.noselect li:hover {
    background: none;
    cursor: default;
}

.list li.active {
    background: #0866C6;
    color: #FFF;
}

.list li.child {
    padding-left: 25px;
}

.list.agency ul.sub-agencies {
    display: none;
    margin: 0;
    padding: 0;
}

.list .label {
    float: right;
    margin-right: 5px;
    padding: 2px 13px;
    top: -1px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.list li.active .label {
    color: #000;
    background: #FFF;
}

.list ul.dropdown-menu li {
    padding-left: inherit !important;
    padding-top: inherit!important;
    padding-bottom: inherit!important;
    padding-right: inherit!important;
    cursor: inherit!important;
}

.feeds {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.feeds li {
    background-color: #FAFAFA;
    margin-bottom: 7px;
}

.feeds li:before,
.feeds li:after {
    content: "";
    display: table;
    line-height: 0;
}

.feeds li:after {
    clear: both;
}

.feeds .cont i {
    margin-left: 3px;
}

.feeds .col1 {
    clear: both;
    float: left;
    width: 100%;
}

.feeds .col2 {
    float: left;
    margin-left: -75px;
    width: 75px;
}

.feeds .col1 .cont {
    float: left;
    margin-right: 75px;
    overflow: hidden;
}

.feeds .col1 .cont .cont-col1 {
    float: left;
    margin-right: -100%;
}

.feeds .col1 .cont .cont-col1 .label {
    float: left;
    padding: 7px;
    width: 14px;
}

.feeds .col1 .cont .cont-col2 {
    float: left;
    width: 100%;
}

.feeds .col1 .cont .cont-col2 .desc {
    margin-left: 35px;
    overflow: hidden;
    padding-bottom: 4px;
    padding-top: 4px;
}

.feeds .col2 .date {
    color: #C1CBD0;
    font-style: italic;
    padding: 4px 9px 4px 4px;
    text-align: right;
}

.all-activity .field {
    margin-top: 8px;
    background: #FFF;
    padding: 8px;
    border-bottom: 1px solid #ccc;
}

.all-activity .field .info {
    margin-left: 8px;
    font-size: 0.9em;
}

.overview-structures li {
    font-size: 1em;
}

#overview-download-structure {
    position: relative;
    float: right;
}

.overview-structures .label {
    margin-left: 8px;
}

.toogle-labels {
    width: 120px;
}

.widget-header-text.maintainables .btn-group {
    width: 120px !important;
    float: right;
}

.widget-header-text.maintainables .btn-group .btn {
    font-weight: normal !important;
}

#excelInfo {
    display: none;
}

/********** ORGANISATIONS **********/

.list.organisation,
.list.maintainables {
    overflow: auto;
}

.contact,
.annotation {
    padding: 1px 12px 12px 12px;
    background: #FFF;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    min-height: 100px;
}

.contact h5,
.annotation h5 {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.contact .field,
.annotation .field {
    margin-top: 8px;
}

.contact .field .info,
.annotation .field .info {
    margin-top: 8px;
}

.contact [class*="span"],
.annotation [class*="span"] {
    margin-left: 0;
}

img.img-expand {
    width: 9px;
    cursor: pointer;
    margin-left: 4px;
    position: relative;
}

.organisationlist .add-on,
.widget-content.maintainables .add-on,
.dataflow-dataproviders .add-on {
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    border-left: 0px;
}

#filter-input {
    display: inline;
    clear: both;
    height: 30px;
}

/********** DATA REPORTING **********/

.tab-content {
    overflow: none !important;
}

.datareporting .widget-content {
    margin-bottom: 20PX;
}

.list.data_providers,
.list.data_categories {
    border-top: 1px solid#aaa;
    border-right: 1px solid#aaa;
    background: #eee;
}

.data_providers.info,
.data_sources.info {
    border-top: 1px solid#aaa;
    border-left: 1px solid#aaa;
    background: #f9f9f9;
}

.data_providers.info {
    overflow: auto;
}

.category-item {
    font-weight: bold;
    padding: 10px;
    background: #fff;
    margin: 20px;
    border-bottom: 1px solid#eee;
}

.list.data_categories {
    float: left;
    width: 100%;
}

.data_sources.info {
    float: right;
}

#Reporting_Rules {
    overflow-y: auto;
}

#constrainedCodesDiv tbody td {
    word-break: break-all;
}

#dataProviderSelect {
    position: relative;
    width: 100%;
    top: 20px;
}

#Reporting_Rules .btn {
    border-radius: 0 0 0 0;
    border-left: none;
    border-right: none;
}

#metdata-structure .dataStructureMenu {
    float: left;
    width: 34%;
    margin-right: 1%;
    border-right: 1px solid #ccc;
    padding-top: 15px;
    background: #eee;
    overflow: auto;
}

.listTitle {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.listTitle li {
    list-style: none;
}

.datareporting .list li:hover {
    background: #ddd;
}

.listTitle.list li {
    background: #ccc;
    font-weight: bold;
}

.listTitle.list li:hover {
    background: #ddd;
    cursor: default;
}

.list li.active:hover {
    background: #0866C6;
}

.select.agencies {
    width: 900px;
}

.tab-content.datareporting {
    overflow: none;
    background: #FFF;
}

.nav-tabs > .active.datastructuretab > a,
.nav-tabs > .active.datastructuretab > a:hover,
.nav-tabs > .active.datastructuretab > a:focus {
    background: #eee;
}

.dsdtitle {
    padding-left: 8px;
    margin-bottom: 14px;
}

.dsdtitle span {
    font-size: 1.1em;
    font-weight: bold;
}

/********** SUBSCRIBE MODAL **********/

#subscription-modal label.checkbox > input {
    margin-left: -16px;
}

.subscribeList {
    border: 1px solid #ccc;
    overflow-y: auto;
    height: 250px;
}

#subscriptionEmail {
    width: 97%;
}

#emailErrors {
    display: none;
}

#subscribeSection {
    display: block;
    padding-top: 15px;
}

#un-SubscribeSection {
    display: none;
}

#checkSubscribeSection {
    display: none;
}

#subscribeInfo {
    display: none;
}

#postLocation {
    width: 97%;
}

/********** WEB SERVICES **********/

.ws-structure-version-specify {
    z-index: 1;
}

.ws-structure-version-specify.active {
    border-radius: 0 0 0 0 !important;
}

.ws-structure-version-specify-input {
    left: -4px;
    display: inline;
    height: 34px;
    position: relative;
    top: 2px;
    width: 40px;
}

#ws-structure-url,
#ws-schema-url {
    width: 100%;
    color: #000;
}

.btn.allwebservice {
    border-radius: 0 0 0 0 !important;
}

#datafile-selected {
    width: 300px;
}

.rest_upload_form_div form {
    margin-bottom: 0px;
}

.rest_upload_form_div .btn {
    margin-right: 15px;
    float: left;
}

/*********** CONCEPT USAGE **********/

#conceptusage tbody td:first {
    background-color: #f3f7fb;
}

#conceptusage_wrapper {
    margin-top: 0px !important;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.conceptusage thead {
    background: #ddd;
}

.widget-content.conceptusage table thead th {
    border-bottom: 1px solid #aaa;
}

.widget-content.conceptusage table tbody td {
    border: 1px solid #ddd;
    text-align: center;
}

.widget-content.conceptusage table {}

/*table.dataTable tr.odd {
    background-color: #f3f7fb;
}*/

.itemlisttbody {
    border-bottom: 1px solid #ddd;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family:"Font Awesome\ 5 Free";
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

tr.child table {
    margin-top: 8px;
}

tr.child table td {
    padding: 2px;
}

td.childcontainer {
    background: #fff !important;
}

.widget-content.conceptusage .DTFC_LeftBodyWrapper tr td:first-child {
    background-color: #eee !important;
    border-right: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important;
}

.widget-content.conceptusage thead th {
    border-right: 1px solid #aaa !important;
    background: #eee;
}

.widget-content.conceptusage i.icon-check-1 {
    color: #3fb94a;
    font-weight: bold;
    font-size: 1.1em;
}

.list.conceptusage .checkbox {
    width: 3px;
    float: left;
}

.list.conceptusage input {
    margin-right: 8px;
    top: -4px;
    position: relative;
}

.widget-content.conceptusage.list {
    overflow: auto !important;
}

.widget-header.conceptslist.collapsed {
    border-bottom: 1px solid #aaa;
}

#conceptlist-container {
    float: left;
    width: 34%;
}

#concept-table-container {
    float: left;
    margin-left: 1%;
    width: 65%;
}

.concept-expand {
    display: none;
    color: #666;
    float: right;
    margin-right: 6px;
}

.widget-content.conceptusage.list li:hover .concept-expand {
    display: block;
}

td.conceptname {
    min-width: 130px !important;
    text-align: left !important;
    padding-left: 5px !important;
}

/*********** METADATA **********/

.widget-header.metadata .btn-group {
    width: 100% !important;
}

.widget-header.metadata .btn-group .btn {
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    height: 40px;
}

table.attributes-target {
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

table.attributes-target thead {
    border-bottom: 1px solid #ccc;
}

table.attributes-target thead th {
    border-right: 1px solid #ccc;
    font-size: 1em;
    font-size: .9em;
    padding: 5px;
}

table.attributes-target thead th:last-child {
    border-right: none;
}

table.attributes-target tbody td {
    font-size: .9em;
    border-right: 1px solid #ccc;
}

table.attributes-target tbody td:last-child {
    border-right: none;
}

/*********** DOCUMENTATION **********/

/*
.well.documentation { min-height:210PX; }
*/

/*********** DOWNLOAD MODAL **********/

#downloadModal .modal-body {
    height: 190px;
}

#downloadModal label {
    float: left;
    position: relative;
    top: 3px;
}

#downloadModal label.format {
    float: none;
}

#downloadModal input {
    float: left;
    margin-left: 10px;
}


/*********** Bootstrap Overrides **********/

.tab-content .dropdown-menu li:hover {
    cursor: pointer;
}

.tab-content {
    background: #F9F9F9;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #005580;
    background: #fff;
    font-weight: bold;
}

.nav-tabs > li > a {
    color: #333;
    border-radius: 0 0 0 0;
    border: none;
}

.nav-tabs .btn {
    float: right;
    margin-right: 4px;
    margin-top: 2px;
}

.nav-tabs {
    background: none repeat scroll 0 0 #ccc;
    border: 1px solid #aaa;
    margin-bottom: 0;
}

.modal-header {
    background: #3984D1;
    color: #FFF;
}

/********** Data Maps **********/

#table-relationship tr:hover th {
    width: 50%;
    background: #F9F9F9;
    cursor: default;
}

#table-relationship tr:hover {
    height: 10px;
}

#table-relationship tr:hover {
    background: #f1f1f1;
    cursor: pointer;
}

#table-relationship tr.active {
    background: #0866C6;
    color: #FFF;
}

#table-relationship tr.active th {
    background: #F9F9F9;
    color: #000;
}

#table-relationship td {
    width: 50%;
    height: 10px;
    padding: 2px 6px 8px 10px;
}

#codemapping-relationship th {
    width: 50%;
}

#codemapping-relationship td {
    width: 50%;
    height: 10px;
    padding: 2px 6px 8px 10px;
}

.widget-content.relation {
    height: 60px !important;
    margin-bottom: 20px;
}

.widget-header.last {
    margin-top: 20px;
}

.widget-header-text.dataflows .btn.df {
    float: left;
    margin-left: -6px;
}

@media (max-width: 695px) {
    #dataset-details-div .form-element > .label,
    #load-data-button {
        width: 220px;
    }
}

@media all and (max-width: 978px) {
    body {
        font-size: 11px;
    }

    #sidebar > ul > li > a {
        font-size: 12px;
    }

    #sidebar > ul > li {
        line-height: 20px;
        height: 30px;
    }
}

/* Layout helpers */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues */

.ui-state-disabled {
    cursor: default !important;
}

/* Misc visuals */

/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px !important;
    cursor: default;
    z-index: 9999;
}

.ui-menu {
    list-style: none;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    border-bottom: 1px solid #ccc;
    margin-top: 2px;
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    /* support: IE7 */
    font-weight: normal;
    cursor: pointer;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* Component containers */

.ui-widget {
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

/* Interaction states */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    font-weight: bold;
    color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}

.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 {
    background: #0866C6;
    font-weight: bold;
    color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #ffffff;
    font-weight: bold;
    color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

/* Interaction Cues */

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900;
    color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* For IE8 - See #6059 */
}

#Mapping .widget-header,
#Mapping .widget-content {
    border: none;
}

#Mapping .codemapping .widget-content {
    border-right: 1px solid #aaa !important;
}

.widget-content.maps.lil {
    border-bottom: 1px solid #aaa !important;
}

#Mapping .widget-content.maps.relation {
    width: 100%;
    border-left: none;
    border-right: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #aaa;
}

#Mapping .dimmapping {
    width: 50%;
    float: left;
    overflow: auto;
}

#Mapping .codemapping {
    width: 50%;
    float: left;
    overflow: auto;
}

#componentMappingTableBody {
    border-right: 1px solid #aaa !important;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: #000000;
}

/*
.wizard > .content {
    min-height: 30em;
}
*/

#btn-delete-map {
    margin-top: 5px;
}

#btn-download-mapping {
    float: right;
    margin-top: 5px;
}

#source,
#target {
    width: 100%;
}

#componentMappingTableBody > tr.active:nth-child(odd) > td,
.table-striped tbody > tr.active:nth-child(odd) > th,
#componentMappingTableBody > tr.active:nth-child(even) > td,
.table-striped tbody > tr.active:nth-child(even) > th {
    background: #0866C6;
    color: #FFF;
}

.btn-header .dropdown-menu li a i {
    margin-right: 6px;
}

#toFlowSelect {
    width: 60%;
    position: relative;
    top: 6px;
}

table.leftheader thead {
    float: left;
}

table.leftheader thead th {
    display: block;
}

table.leftheader tbody {
    float: right;
}

div.modal-header button.close {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
}

.btn.deletemap {
    padding-left: 12px;
    padding-right: 13px;
    padding-bottom: 6px;
    padding-top: 3px;
    float: right;
    margin-left: 10px;
}

.btn.deletemap i {
    font-size: 1em;
}

/* Bootstrap by default has the branding of margin-left of -20px. We're probably not using bootstrap correctly, 
   but let's override this and set the margin-left to 0px */

.navbar .brand {
    margin-left: 0px !important;
}

/* The arrows when a list item is selected are not layed-out properly (probably due to how we're using bootstrap.
   This style will address that.  */

.arrowRight {
    bottom: -7px;
    left: 9px;
    position: relative;
}

/* Bootstrap wants to put its own icons into the system. We are choosing to override theirs with custom ones of our own.
   To avoid duplicate images, turn off their images with the following css: */

[class^="icon-"],
[class*=" icon-"] {
    background-image: none !important;
}

.normalSep {
    margin: 7px !important;
}

.checkInline {
    display: inline-block !important;
}

ul.fancytree-container {
    height: 400px;
    overflow: auto;
}

#subscriptionsList {
    width: 100%;
}

#addSubscription,
#removeSubscription {
    display: block;
    margin-top: 10px;
    min-width: 80px;
}

#select-subscription-modal label.checkbox > input {
    margin-left: -16px;
}

.subscribeList {
    border: 1px solid #ccc;
    overflow-y: auto;
    height: 250px;
}

/* But we love the btn inverse right? ;)  */

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

/* Custom css to being back Sub menus (removed in Bootstrap 3, ripped from Bootstrap 2) */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#loginInput,
#passwordInput {
    width: 206px;
}

#usernameInputPrepend,
#passwordInputPrepend {
    min-width: 90px;
}

#agencyList > .checkbox,
#eventList > .checkbox {
    margin-left: 5px;
}

.notificationsMsg {
    z-index: 99;
}

.codeRow {
    width: 100%;
}

.codeInput {
    display: inline-block !important;
    margin-right: 25px;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}


.tf-label {
    font-weight: bold;
    margin-right: 10px;
}

.tf-value {
    margin-right: 10px;
}

.text-format-item {
    padding-bottom: 4px;
}
