/*           */
/*   RESET   */
/*           */

html,
body
{
    height: 100%;
}

body
{
    padding: 0 0 0 0;
}

body.background-grey { background: #FCFCFC; }
body.background-white { background: #FFF; }

/*                      */
/*   BOOTSTRAP TWEAKS   */
/*                      */

.notification
{
	position: fixed;
	top: 0;
	/*left: 50%;*/
	/*margin: 0 0 0 -400px;*/
	width: 100%;
	z-index: 1031;
}

.notification div.alert
{
	-webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
}

form div.alert
{
	margin: 10px 0 0 0;
}

.form-horizontal > div:last-child
{
	margin: 0;
}

/*            */
/*   LAYOUT   */
/*            */

.colorbar
{
	position: fixed;
	top: 41px;
	left: 0;
	right: 0;
	height: 10px;
	background-color: #2DBCF0;
	z-index: 1;
}

.sidebar
{
	position: absolute;
	top: 51px;
	left: 0;
	padding: 40px 0;
	width: 240px;
	z-index: 2;
}

.browse
{
	position: fixed;
	top: 41px;
	left: 240px;
	bottom: 0;
	width: 240px;
	padding: 50px 20px 40px 20px;
	background-color: #FCFCFC;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	z-index: 2;
	overflow: auto;
}

.elements-inline
{
	float: none;
	clear: left;
	min-width: 210px!important;
	height: 50px!important;
}

/*             */
/*   WRAPPER   */
/*             */

.login
{
	padding: 40px 0 0 0;
	border-top: 10px solid #2DBCF0;
}

.login form
{
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.main
{
	margin: 0 0 0 522px;
	padding: 20px;
	border-top: 10px solid #097FAA;
}
.main.smal
{
	margin: 0 0 0 245px;

}
.main form > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.main form > ul > li
{
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #DDDDDD;
}

.main form > ul > li:first-child
{
	padding: 0 0 20px 0;
	border-top: none;
}

.main form > ul > li:last-child
{
	padding: 20px 0 0 0;
}

.nav-center
{
    margin: 0 auto !important;
    text-align: center;
}

.nav-center li
{
    float: none;
    display: inline-block;
}

.icon-rotate-90
{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}

/*          */
/*   MISC   */
/*          */

div.nopd
{
	padding: 0;
}

p.pt20
{
	padding: 20px 0 0 0;
}

/*                       */
/*   DATATABLES PLUGIN   */
/*                       */

table.dataTable
{
	clear: both;
	margin: 0 auto;
  	width: 100%;
}

table.dataTable thead th:active,
table.dataTable thead td:active
{
	outline: none;
}

.dataTables_wrapper
{
	position: relative;
	clear: both;
	*zoom: 1;
}

.dataTables_length
{
	float: left;
	margin: 0 0 15px 20px;
}

.dataTables_filter,
.dataTables_paginate
{
	float: right;
	text-align: right;
}

.dataTables_info
{
  float: left;
  margin: 20px 0 0 20px;
}

.dataTables_scroll
{
	clear: both;
}

.dataTables_scrollHead table.table-bordered
{
	border: 1px solid #dddddd;
  	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	border-bottom: 0;
	-webkit-border-radius: 4px 4px 0 4px;
       -moz-border-radius: 4px 4px 0 4px;
            border-radius: 4px 4px 0 4px;
}

.dataTables_scrollHead table.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 0;
}
.dataTables_scrollHead table.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 0;
}

.dataTables_scrollBody
{
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.dataTables_scrollHead table,
.dataTables_scrollBody table
{
	max-width: none;
}

.dataTables_scrollBody table.table-bordered
{
	border-top: 0;
	-webkit-border-radius: 4px 0 4px 4px;
       -moz-border-radius: 4px 0 4px 4px;
            border-radius: 4px 0 4px 4px;
}

.sorting { background: url('../css-image/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../css-image/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../css-image/sort_desc.png') no-repeat center right; }
.sorting_asc_disabled { background: url('../css-image/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../css-image/sort_desc_disabled.png') no-repeat center right; }


.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
	width: 220px!important;
	border: 1px solid #000000;
	border-top: none;
	cursor: pointer;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all li{
list-style-type: none;
}
.ui-datepicker {
	z-index: 50 !important;
}
.btn-subscription {
	margin-left: 150px;
	margin-top: -10px;
}
.app_key_input {
	font-family:"Times New Roman";
}
.js-send-emails-superadmin{
margin-left: 300px
}

li a label {
	color: black;
}

span.multiselect-native-select {
	position: relative;
}
.multiselect-native-select button{
	min-width: 220px;
}

span.multiselect-native-select select {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px -1px -1px -3px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	left: 50%;
	top: 30px;
}

ul.multiselect-container.dropdown-menu {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-width: 220px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	background-clip: padding-box;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.multiselect-container .input-group {
	margin: 5px;
}

.multiselect-container .input-group button.btn {
	background: none;
	background-color: #fff!important;
	background-repeat: no-repeat;

}

.multiselect-container > li {
	padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
	font-weight: 700
}

.multiselect-native-select .multiselect-container > li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 10px;
	height: 100%;
	font-weight: 700;
	display: inline-block;
}

.multiselect-container > li.multiselect-group-clickable label {
	cursor: pointer;
}
.multiselect-container > li.multiselect-group .caret{
	vertical-align: middle;
}
.multiselect-container > li > a {
	padding: 0
}
.multiselect-container  label{
	float: none;
}
.multiselect-native-select .multiselect-container > li > a > label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 20px 3px 60px;
	width: auto;
	text-align: left;

}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
	margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
	margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0;
}

ul.multiselect-container.dropdown-menu > li > a label:hover,ul.multiselect-container.dropdown-menu > li > a:hover{
	background-color: #f5f5f5;
	color: #262626;
	text-decoration: none;
	background-image: none;
}
.multiselect-native-select button {
	text-align: left;
}
.multiselect-native-select button b.caret {
	position: absolute;
	right: 6px;
}

ul.multiselect-container.dropdown-menu > li.active > a , ul.multiselect-container.dropdown-menu > li.active:hover,
ul.multiselect-container.dropdown-menu > li.active > a > label:hover
{
	background-color: #337ab7;
	background-image: none!important;
	background-repeat: no-repeat;
	color: #fff;
}
ul.multiselect-container.dropdown-menu > li.active.disabled > a , ul.multiselect-container.dropdown-menu > li.active.disabled:hover,
ul.multiselect-container.dropdown-menu > li.active.disabled > a > label:hover
{
	background-color: #fff;
	background-image: none!important;
	background-repeat: no-repeat;
	color: #999;
}

.payment-date, .charges-remove {
	margin-left: 50px;
}

/* MOBILE MENU */

.col-brand {
	padding-left: 3%;
}

.col-menu {
	text-align: left;
}

.overlay {
	position: relative;
	color: #0088cc;
	z-index: 500;
	/*height: 100%;*/
	height: 95%;
	width: 0;
	position: fixed;
	top: 10%;
	left: 0;
	background-color: white;
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay-content ul {
	list-style: none;
	margin: 0;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #0088cc;
}

.overlay .closebtn {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 60px;
}

.mobile-menu-open {
	display: none;
	text-align: right;
	margin: 10px 0;
	font-size:23px;
	cursor:pointer;
	color: #999999;
}

.mobile-table-block {
	display: none;
}
.nav-list > .app-password > a{
	background-color: #ffb400;
	color: white;
}
.nav-list > .app-password > a:hover{
	color: #005580;
}

.nav-list > .active.app-password > a {
	background-color: #0088cc;
}

.nav-list > .active.app-password > a:hover {
	color: white;
}

.quickform div.row.float_left_row {
	float: left;
	clear: none;
}

.without-margin {
	margin: 0 !important;
}

hr.hr-separation-block {
	border: 1px solid #e3e3e3;
}

@media (max-width: 1024px){

	body {
		width: 100%;
	}

	.row .brand {
		display: none;
	}

	.mobile-hide {
		display: none;
	}

	.logout-btn {
		display: none;
	}

	.quickform label {
		padding-left: 20px;
		text-align: left;
	}

	.quickform div.element {
		all: unset;
	}

	.quickform .title-element {
		left: 0;
	}

	/*.quickform fieldset div {*/
	/*	padding-left: 0 !important;*/
	/*}*/

	.navbar-inner .container-fluid .brand {
		font-size: 100%;
	}

	.sidebar-main, .sidebar, .browse, .main {
		left: 0 !important;
		margin: 0 !important;
		text-align: center;
		/*display: grid;*/
	}

	.sidebar-main, .sidebar, .browse {
		position: relative;
		width: 100vw;
	}

	.sidebar-main {
		position: absolute;
		display: none;
	}

	.sidebar2 {
		display: none;
	}

	.browse {
		top: 0px;
		width: auto;
	}

	.mobile-menu-open {
		display: block;
	}

	.row-menus {
		display: flex;
		margin: 0;
		padding: 0;
	}

	.menu-alias {
		padding-bottom: 20px;
	}

	.main-menu, .location-menu {
		margin: 0 auto;
	}

	.overlay a {font-size: 20px}
	.overlay .closebtn {
		z-index: 999;
		font-size: 40px;
		top: 15px;
		right: 15px;
	}

	.select-box {
		max-height: 250px;
	}

	.buttons .row .element {
		width: 100%;
	}

	.buttons input {
		margin: 0 auto;
		width: 90%;
	}

	.buttons .row .group a {
		width: 80%;
	}

	.buttons .row .group input:not(:last-child) {
		margin-bottom: 5px;
	}

	.export-btn-field, .export-file-btn {
		display: none;
	}

	#myModal {
		left: 0;
		margin: 0 5%;
		width: 90%;
	}

	body .ui-datepicker {
		/*all: unset;*/
		left: 0 !important;
		width: 88% !important;
		margin: 1% 5% !important;
	}

	body .ui-datepicker:before {
		all: unset;
	}

	.mobile-table {
		overflow-x: auto;
		width: 80vw;
	}

	.mobile-table-block {
		display: block;
	}

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
	.buttons .row {
		width: 50%;
		margin: 0 auto !important;
	}
}

.subtitle {
	font-size: 1rem !important;
	background: #dfdfdf !important;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
}
