body {
    background-color: #fff;
}

#wrapper {
    width: 100%;
}

#page-wrapper {;
    padding: 80px 15px 0 15px;
    min-height: 568px;
    background-color: #fff;
}

.form-group.has-error > div.required {
    display: inherit !important;
}

body {
	-ms-overflow-style: scrollbar;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        padding:80px 30px 0 30px;
    }

    #header {
	    opacity: .8;
	    transition: opacity .5s;
	}

	#header:hover, #header.opaque {
	    opacity: 1;
	    transition: opacity .5s;
	}

	#header.smaller {
	    height: 30px;
	    min-height: 30px;
	}

	#header.smaller * {
		font-size:12px;
	}

	#header.smaller .navbar-brand {
	    height: 30px;
	    padding: 5px 15px 5px 15px;
	}

	#header.smaller .navbar-nav > li > a {
		padding-bottom:5px;
		padding-top:5px;
	}

	#header.smaller .navbar-top-links li a {
	    min-height:30px;
	    padding:5px;
	}
}

.navbar {
    margin-bottom: 0;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 0px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

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

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.component-wrapper {
	overflow:hidden;
}

.dataTables_wrapper {
    clear: both;
    overflow: auto;
	overflow-y: hidden;
    position: relative;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable tbody th.dt_col_hide, table.dataTable tbody td.dt_col_hide {
	display: none;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
    cursor: pointer;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
    cursor: pointer;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
    cursor: pointer;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.highstock-chart {
	text-align:center;
}

.highstock-chart .graph-loading {
	font-size:px;
	height:40px;
	line-height:40px;
}

.highstock-chart .graph-loading .fa.fa-spin {
	font-size:15px;
}

#map-cover {
	position:relative;
}

#back-to-basic-map {
	cursor:pointer;
	display:none;
	left: 15px;
	position: absolute;
	top: -20px;
}

.dataTable .progress {
    margin-bottom:0px;
}

.progress-bar {
	color:#333;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
        z-index: 100008;
}

#data-table-loading {
	text-align:center;
}

.component-processing {
       background-color: rgba(255, 255, 255, 0.5);
       height: 100%;
       left: 0%;
       position: absolute;
       text-align: center;
       top: 0%;
       width: 100%;
       z-index:100000;
}

.dataTables_processing, .graph_processing {
       display:none;
       visibility:hidden;
}

.component-processing > div {
       background-color: white;
       border: 1px solid #ddd;
       color: #999;
       font-size: 14px;
       height: auto;
       left: 50%;
       margin-left: -125px;
       margin-top: -15px;
       padding: 14px 0;
       position: absolute;
       text-align: center;
       top: calc(50% - 10px);
       width: 250px;
}

.dataTables_processing > div, .graph_processing > div {
       display:none;
       visibility:hidden;
}

#add-component {
	margin: 0;
	position:fixed;
	right: 3px;
	top:54px;
	z-index: 100;
	display: block;
	text-decoration: none;
}

#add-component span {
	display:none;
}

#add-component:hover span {
	display:inline;
}

.panel.panel-default .panel-body {
	position:relative;
}

.panel.panel-default .panel-body .dataTables_wrapper .dataTables_info,
.panel.panel-default .panel-body .dataTables_wrapper .dataTables_paginate,
.panel.panel-default .panel-body .dataTables_wrapper .row .col-sm-6,
.panel.panel-default .panel-body .dataTables_wrapper .row .col-sm-12 {
	position:inherit;
}

.modal {
    top: 50px;
}

.modal-content {
	overflow: hidden;
}

.dataTables_filter label input {
	margin-left:10px;
	padding-right:20px;
}

.pagination {
	margin-top:0px;
}

div.ColVis {
    float: right;
    margin-bottom: 1em;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    position:relative:
    text-align: right;
}

.dataTables_wrapper .dataTables_filter i.clear-search-field {
	cursor:pointer;
    position:absolute;
    right:6px;
    top:7px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding-top: 0.25em;
    text-align: right;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
	right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    border-radius: 6px 0px 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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

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

.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;
}

.btn-group.open .dropdown-submenu .dropdown-toggle {
    -webkit-border-radius:none;
    -moz-border-radius:none;
    box-shadow:none;
}

.columns-visibility-cover {
	background-color:#FFF;
	border:1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0.5px #ddd;
	-moz-box-shadow: 0px 0px 5px 0.5px #ddd;
	box-shadow: 0px 0px 5px 0.5px #ddd;
	display:none;
	padding:10px 20px 10px 10px;
	position:absolute;
	right:20px;
	top:55px;
	width:auto;
	z-index:100000;
}

.columns-visibility-items {
	margin:0px 0px 10px;
    max-height: 215px;
    overflow: auto;
    padding: 0 0 10px;
    width: calc(100% + 20px);
}

.columns-visibility-items label {
    white-space: nowrap;
}

.panel.panel-default .btn-group {
	display:none;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 1000000;
}

.highcharts-range-selector-buttons {
	display:none;
}

form .form-group .help-block.validation-block {
	display:none;
}

form .form-group.has-error .help-block.validation-block {
	display:block;
}

form .form-group.has-error,
form .form-group.has-error label  {
    color: #a94442;
}

span input.ui-autocomplete-input {
    width: 100%;
}

.table-hover > tbody > tr.clickable-datatable-row:hover {
	background-color:#f5ffff;
	cursor:pointer;
}

@media(max-width:768px) {
    .dataTables_filter label input {
		margin-left:0px;
	}
}


@media (max-width: 845px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
	    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	    overflow-x: visible;
	    padding-left: 5px !important;
	    padding-right: 5px !important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.in {
	    overflow: visible;
	}
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
    	padding-right: 25px;
    }
    .navbar-right {
	    float: right !important;
	}
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

div.secondComponent.map_region table#DataTables_Table_0 tr td {
    cursor:pointer;
}

i.map-back-button{
    cursor:pointer;
}

b.country{
    cursor:pointer;
}

table#srp-datatable-administration tr th:nth-child(1),
table#srp-datatable-administration tr td:nth-child(1) {
    display:none;
}

table#acl-datatable-administration tr th:nth-child(1),
table#acl-datatable-administration tr td:nth-child(1) {
    display:none;
}

.alert-fixed {
  position:fixed;
  z-index:1000;
  width:96%;
}

.component-wrapper {
    min-height:100px;
}

.inline-message {
    text-align: center;
    font-size: 90%;
    font-weight:bold;
}

.inline-message.inline-message-error {
  color: #a94442;
}

ul.dropdown-menu {
    z-index: 100001;
}

div.modal {
    z-index: 100005;
}

a.dpshortcut {
  cursor:pointer !important;
}
