/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}


/*
	===============================
			@Import	Function
	===============================
*/


/*
	===============================
			@Import	Mixins
	===============================
*/


/*
cosmote colours
blue: background: rgb(30, 114, 177)
green: rgb(100, 166, 62);
*/

html {
	min-height: 100%;
}

body {
	color: #3b3f5c;
	height: 100%;
	font-size: 0.875rem;
	background: #f1f2f3;
	overflow-x: hidden;
	overflow-y: auto;
	letter-spacing: 0.0312rem;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b3f5c;
}

:focus {
	outline: none;
}

::-moz-selection {
	/* Code for Firefox */
	color: #ffffff;
	background: #1e72b1;
}

::selection {
	color: #ffffff;
	background: #004b87;
}

p {
	margin-top: 0;
	margin-bottom: 0.625rem;
	color: #515365;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #f1f2f3;
}

strong {
	font-weight: 600;
}

code {
	color: #e7515a;
}


/*Page title*/

.page-header {
	border: 0;
	margin: 0;
	display: flex;
	margin-top: 20px;
	border-bottom: 1px solid #e0e6ed;
	padding-bottom: 7px;
}

.page-title {
	position: relative;
	align-self: center;
	margin-right: 15px;
}

.page-title:before {
	content: '';
	height: 2px;
	width: 100%;
	background: rgb(30, 114, 177);
	position: absolute;
	border-radius: 50px;
	bottom: -8px;
}

.page-title h3 {
	margin: 0;
	margin-bottom: 0;
	font-size: 25px;
	color: #3b3f5c;
}

.page-title span {
	display: block;
	font-size: 11px;
	color: #888;
	font-weight: normal;
	display: block;
	font-size: 11px;
	color: #888;
	font-weight: normal;
}

.page-header .breadcrumb-one {
	align-self: flex-end;
}

.page-header .breadcrumb-one .breadcrumb {
	padding: 0;
	vertical-align: sub;
	background-color: transparent;
	margin-bottom: 0;
}

.page-header .breadcrumb-one .breadcrumb-item {
	align-self: center;
}

.page-header .breadcrumb-one .breadcrumb-item a {
	color: #888ea8;
	vertical-align: sub;
	font-size: 14px;
	font-weight: 500;
}

.page-header .breadcrumb-one .breadcrumb-item a svg {
	width: 18px;
	height: 18px;
	vertical-align: sub;
	fill: #888ea8;
}

.page-header .breadcrumb-one .breadcrumb-item.active a, .page-header .breadcrumb-one .breadcrumb-item.active h4 {
	color: rgb(30, 114, 177);
}

.page-header .breadcrumb-one .breadcrumb-item span {
	vertical-align: sub;
}

.page-header .breadcrumb-one .breadcrumb-item.active {
	color: rgb(30, 114, 177);
	font-weight: 600;
	margin-left: 14px;
}

.page-header .breadcrumb-one .breadcrumb-item+.breadcrumb-item {
	padding: 0px;
	position: relative;
}

.page-header .breadcrumb-one .breadcrumb-item+.breadcrumb-item::before {
	color: #888ea8;
	content: ".";
	position: absolute;
	left: -10px;
	top: -6px;
	font-size: 20px;
	padding: 0;
}

.main-container {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#container.fixed-header {
	margin-top: 56px;
}

#content {
	width: 50%;
	flex-grow: 8;
	margin-top: 80px;
	margin-bottom: 0;
	margin-left: 150px;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.main-container-fluid>.main-content>.container {
	float: left;
	width: 100%;
}

#content>.wrapper {
	-webkit-transition: margin ease-in-out .1s;
	-moz-transition: margin ease-in-out .1s;
	-o-transition: margin ease-in-out .1s;
	transition: margin ease-in-out .1s;
	position: relative;
}

.widget {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

.layout-max-width{
	max-width: 1100px;
}
.layout-max-width.max-width-2-cols{
	max-width: 800px;
}

.layout-top-spacing {
	margin-top: 25px;
}

.layout-spacing {
	padding-bottom: 40px;
}

.layout-px-spacing {
	padding: 0 20px 0 20px !important;
	min-height: calc(100vh - 140px) !important;
}

.widget.box .widget-header {
	background: #fff;
	padding: 0px 8px 0px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.row [class*="col-"] .widget .widget-header h4 {
	color: #3b3f5c;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 16px 15px;
}

.seperator-header {
	background: transparent;
	box-shadow: none;
	margin-bottom: 40px;
	border-radius: 0;
}

.seperator-header h4 {
	color: #888ea8;
	margin-bottom: 0;
	display: inline-block;
	border: 2px dashed #888ea8;
	line-height: 1.4;
	padding: 3px 6px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	letter-spacing: 1px;
}

.widget .widget-header {
	border-bottom: 0px solid #f1f2f3;
}

.widget .widget-header:before {
	display: table;
	content: "";
	line-height: 0;
}

.widget .widget-header:after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}

.widget-content-area {
	padding: 20px;
	position: relative;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.content-area {
	max-width: 58.333333%;
	margin-left: 80px;
}


/* 
=====================
    Navigation Bar
=====================
*/

.header-container {
	z-index: 1031;
}

.navbar {
	padding: 0 0 0 20px;
	background: #fafafa;
	min-height: 80px;
	border-bottom: 1px solid #fafafa;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
}

.navbar.expand-header {
	padding: 0;
}

.navbar-expand-sm .navbar-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.header-container .sidebarCollapse {
	color: rgb(30, 114, 177);
}

.header-container .sidebarCollapse svg {
	width: 27px;
	height: 27px;
}

.navbar-expand-sm .navbar-item .nav-link {
	line-height: 2.75rem;
	padding: 6.24px 9.6px;
	text-transform: initial;
	position: unset;
}

.navbar .navbar-item .nav-item.dropdown a svg {
	stroke-width: 1.0px;
	width: 26px;
	height: 26px;
	color: rgb(30, 114, 177);
}

.navbar .dropdown-menu {
	border-radius: 6px;
	border-color: #e0e6ed;
}

.navbar .dropdown-item {
	line-height: 1.8;
	font-size: 0.96rem;
	padding: 15px 0 15px 0;
	word-wrap: normal;
}

.navbar .navbar-item .nav-item.dropdown.show a.nav-link span {
	color: rgb(30, 114, 177) !important;
}

.navbar .navbar-item .nav-item.dropdown.show a.nav-link span.badge {
	background-color: #888ea8 !important;
}

.navbar .navbar-item .nav-item .dropdown-item.active,
.navbar .navbar-item .nav-item .dropdown-item:active {
	background-color: transparent;
	color: #16181b;
}

.navbar .navbar-item .nav-item.dropdown .nav-link:hover span {
	color: rgb(30, 114, 177) !important;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu {
	top: 100%;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
	box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
	background: #fff;
	border: 1px solid #e0e6ed;
}

.navbar .navbar-item .nav-item.dropdown .dropdown-menu .dropdown-item {
	border-radius: 6px;
}

.navbar .navbar-item .nav-item.theme-logo {
	margin-left: 25px;
	margin-right: 65px;
}

.navbar .navbar-item .nav-item.theme-logo a img {
	width: 200px;
	height: auto;
	border-radius: 5px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link,
.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
	position: relative;
	z-index: 1;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:before,
.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:before {
	position: absolute;
	content: '';
	height: 14px;
	width: 14px;
	background: #ece6f6;
	border-radius: 50%;
	top: 29px;
	z-index: -1;
	left: 50%;
	transition: all .3s;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:hover:before,
.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:hover:before {
	height: 45px;
	width: 45px;
	opacity: 1;
}

.navbar .language-dropdown {
	align-self: center;
}

.navbar .language-dropdown .custom-dropdown-icon {
	margin-right: 0;
}

.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle {
	position: relative;
	padding: 0 9px 0 0;
	border: none;
	border-radius: 6px;
	transform: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: transparent;
	min-width: 0;
	text-align: inherit;
	color: #1b2e4b;
	box-shadow: none;
	max-height: 35px;
}

.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle img {
	width: 23px;
	height: 23px;
	margin-right: 9px;
	vertical-align: text-top;
}

.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle svg {
	position: absolute;
	right: 0;
	top: 8px;
	color: rgb(30, 114, 177);
	width: 12px;
	height: 12px;
	stroke-width: 2px;
	margin: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.navbar .language-dropdown .custom-dropdown-icon.show a.dropdown-toggle svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.navbar .language-dropdown .custom-dropdown-icon .dropdown-menu {
	position: absolute;
	right: -10px;
	top: 40px !important;
	padding: 8px 0;
	border: none;
	min-width: 135px;
	border: 1px solid #d3d3d3;
}

.navbar .language-dropdown .custom-dropdown-icon .dropdown-menu a {
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 500;
	color: #3b3f5c;
}

.navbar .language-dropdown .custom-dropdown-icon .dropdown-menu a:hover {
	background-color: #ebedf2;
	color: rgb(30, 114, 177);
	border-radius: 0 !important;
}

.navbar .language-dropdown .custom-dropdown-icon .dropdown-menu img {
	width: 17px;
	height: 17px;
	margin-right: 7px;
	vertical-align: sub;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown {
	margin-left: 20px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
	font-size: 20px;
	padding: 6px 0;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:after {
	display: none;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link span.badge {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
	color: #fff !important;
	background: #1e72b1;
	border: 2px solid #e0e6ed;
	top: 16px;
	right: 2px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown.double-digit .nav-link span.badge {
	top: 11px;
	right: 1px;
	width: 22px;
	height: 22px;
	padding: 3px 3px 0px;
	font-size: 9px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
	min-width: 13rem;
	right: -15px;
	left: auto;
	padding: 10px !important;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item {
	padding: 8px 7px;
	border: 1px solid #fff;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.active,
.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:active {
	background-color: transparent;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
	border-bottom: 1px solid #e0e6ed;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:focus,
.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:first-child {
	padding-top: 8px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
	right: 17px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:last-child {
	padding-bottom: 8px;
	cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media {
	margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar {
	position: relative;
	display: inline-block;
	width: 39px;
	height: 39px;
	font-size: 14px;
	margin-right: 11px;
	font-weight: 500;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar .avatar-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #dccff7;
	color: rgb(30, 114, 177);
	font-weight: 600;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media img {
	width: 40px;
	height: 40px;
	margin-right: 11px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body h5.usr-name {
	font-size: 15px;
	margin-bottom: 0px;
	color: #0e1726;
	font-weight: 500;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover .media-body h5.usr-name {
	color: #445ede;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body {
	align-self: center;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body p.msg-title {
	font-size: 10px;
	font-weight: 700;
	color: #888ea8;
	margin-bottom: 0;
	letter-spacing: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
	margin-left: 20px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link {
	font-size: 21px;
	padding: 6px 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:after {
	display: none;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
	color: #fff !important;
	background: #009688;
	border: 2px solid #e0e6ed;
	top: 15px;
	right: 3px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
	min-width: 15rem;
	right: -5px;
	left: auto;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item {
	padding: 0.625rem 1rem;
	cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:focus,
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:hover {
	background-color: #ebedf2;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
	border-bottom: 1px solid #ebedf2;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media {
	margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu svg {
	width: 23px;
	height: 23px;
	font-weight: 600;
	color: #e2a03f;
	fill: rgba(226, 160, 63, 0.270588);
	margin-right: 9px;
	align-self: center;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.file-upload svg {
	color: #e7515a;
	fill: rgba(231, 81, 90, 0.239216);
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.server-log svg {
	color: #009688;
	fill: rgba(0, 150, 136, 0.368627);
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media-body {
	display: flex;
	justify-content: space-between;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info {
	display: inline-block;
	white-space: normal;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info h6 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
	margin-right: 8px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info p {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	color: #888ea8;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status {
	display: inline-block;
	white-space: normal;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg {
	margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x {
	color: #bfc9d4;
	width: 19px;
	height: 19px;
	cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x:hover {
	color: #e7515a;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-check {
	color: #fff;
	background: #0d9a5d;
	border-radius: 50%;
	padding: 3px;
	width: 22px;
	height: 22px;
}

.navbar .navbar-item.search-ul {
	margin-right: auto;
}

.navbar .navbar-item .nav-item.search-animated {
	position: relative;
	margin-left: 35px;
}

.navbar .navbar-item .nav-item.search-animated svg {
	cursor: pointer;
	color: rgba(92, 26, 195, 0.47);
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control {
	font-size: 15px;
	background-color: rgba(92, 26, 195, 0.0901961);
	padding-right: 40px;
	padding-top: 12px;
	border: none;
	color: #3b3f5c;
	box-shadow: none;
	border-radius: 30px;
}

.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
	width: 100%;
	width: 255px;
	height: 40px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-webkit-input-placeholder,
.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-ms-input-placeholder,
.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-moz-placeholder {
	color: rgba(92, 26, 195, 0.47);
	letter-spacing: 1px;
	font-size: 15px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-webkit-input-placeholder,
.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-ms-input-placeholder,
.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-moz-placeholder {
	color: #888ea8;
}


/*   Language   */


/*   Language Dropdown  */


/*Message Dropdown*/


/*Notification Dropdown*/


/* Search */

.search-overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: transparent !important;
	z-index: 814 !important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.search-overlay.show {
	display: block;
	opacity: .1;
}


/* User Profile Dropdown*/

.navbar .navbar-item .nav-item.user-profile-dropdown {
	margin-left: 20px;
	margin-right: 20px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
	padding: 6px 0;
	font-size: 18px;
}

.navbar .navbar-item .nav-item.dropdown.user-profile-dropdown .nav-link:after {
	display: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link img {
	width: 37px;
	height: 37px;
	border-radius: 5px;
	box-shadow: 0 0px 0.9px rgba(0, 0, 0, 0.07), 0 0px 7px rgba(0, 0, 0, 0.14);
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
	z-index: 9999;
	max-width: 13rem;
	padding: 0 11px;
	top: 56px;
	/*left: -123px;*/
	right: 0px;
    left:auto;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section {
	padding: 16px 14px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-right: -12px;
	margin-left: -12px;
	background: #8989ba;
	margin-top: -1px;
	background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media {
	margin: 0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body {
	align-self: center;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fafafa;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .user-profile-section .media .media-body p {
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 0;
	color: #e0e6ed;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
	padding: 0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
	display: block;
	color: #3b3f5c;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 14px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item.active,
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:active {
	background-color: transparent;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
	border-bottom: 1px solid #ebedf2;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
	width: 17px;
	margin-right: 7px;
	height: 17px;
	color: rgb(30, 114, 177);
	/*fill: rgba(86, 71, 142, 0.34);*/
}


/* 
===============
    Sidebar
===============
*/

.sidebar-wrapper * {
	overflow: hidden;
	white-space: nowrap;
}

.sidebar-theme #compactSidebar {
	background: rgb(100, 166, 62);
}

.sidebar-closed #content {
	margin-left: 0;
}

.sidebar-wrapper #compactSidebar {
	width: 150px;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 1031;
	transition: .3s ease all;
	height: 100vh;
	touch-action: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sidebar-closed #compactSidebar {
	left: -150px;
}

.sidebar-wrapper #compactSidebar .menu-categories {
	position: relative;
	padding: 0;
	height: calc(100vh - 80px);
}

.sidebar-wrapper #compactSidebar .menu-categories.ps .ps__rail-y:hover,
.sidebar-wrapper #compactSidebar .menu-categories.ps .ps__rail-y.ps--clicking {
	background-color: transparent;
}

.sidebar-wrapper #compactSidebar .menu-categories>li.menu {
	position: relative;
	list-style: none;
}

.sidebar-wrapper #compactSidebar .menu-categories>li.menu svg.feather-chevron-left {
	position: absolute;
	right: -20px;
	color: #fff;
	fill: #f0eafa;
	top: 20%;
	display: none;
	width: 50px;
	height: 50px;
	stroke-width: 0;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #515365;
	transition: color .3s;
	transition: background .3s;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle>div.base-menu {
	text-align: center;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle .base-icons {
	text-align: center;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle .base-icons svg {
	position: relative;
	display: inline-block;
	color: #fafafa;
	vertical-align: middle;
	width: 46px;
	height: 46px;
	fill: rgba(224, 230, 237, 0.109804);
	stroke-width: 0.7px;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle .base-menu span {
	font-size: 14px;
	margin-top: 8px;
	display: inline-block;
	color: #fafafa;
	font-weight: 500;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"] .base-icons {
	text-align: center;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"]{
	background: rgb(30, 114, 177);
}
.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle:hover {
	background: rgb(30, 114, 177);
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"] .base-icons svg {
	color: #e0e6ed;
}

.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"] .base-menu span {
	/* font-weight: 700; */
	color: #e0e6ed;
	font-size: 15px;
}

.sidebar-wrapper #compactSidebar .menu-categories>li.menu:hover svg.feather-chevron-left,
.sidebar-wrapper #compactSidebar .menu-categories>li.menu.active svg.feather-chevron-left {
	display: block;
}

.sidebar-wrapper #compact_submenuSidebar {
	left: -255px;
	position: fixed;
	height: 100%;
	height: calc(100vh - 79px);
	top: 80px;
	background: #f0eafa;
	width: 225px;
	padding: 20px;
	transition: .3s ease all;
	z-index: 1030;
	border-right: 1px solid #e0e6ed;
}

.sidebar-wrapper #compact_submenuSidebar.show {
	left: 150px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu {
	display: none;
}

.sidebar-wrapper #compact_submenuSidebar .submenu.show {
	display: block;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list {
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li {
	padding: 0;
	list-style: none;
	margin-bottom: 3px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.active a {
	font-weight: 600;
	padding: 6px 8px;
	color: rgb(30, 114, 177);
	transition: .300s;
	border-radius: 5px;
	background-color: #fafafa;
	box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 0, 0.05);
	margin: 2px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a {
	padding: 6px 5px;
	display: block;
	color: #506690;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	transition: .300s;
	border-radius: 5px;
	margin: 2px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a svg:not(.feather-chevron-right) {
	color: #060818;
	margin-right: 15px;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	stroke-width: 0.8px;
	fill: rgba(6, 8, 24, 0.0784314);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a .icon {
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 4px;
	transition: .100s;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a .icon svg:not(.feather-chevron-right) {
	margin-right: 0;
	width: 12px;
	height: 12px;
	align-self: center;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a:hover {
	color: rgb(30, 114, 177);
	font-weight: 600;
	padding: 6px 14px;
	transition: .300s;
	background-color: rgba(92, 26, 195, 0.14);
	box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 0, 0.05);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a svg.feather-chevron-right {
	width: 15px;
	height: 15px;
	align-self: center;
	transition: .500s;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu a {
	display: flex;
	justify-content: space-between;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu a[aria-expanded="true"] {
	font-weight: 600;
	color: rgb(30, 114, 177);
	transition: .300s;
	border-radius: 5px;
	padding: 7px 14px;
	background-color: rgba(92, 26, 195, 0.14);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu a[aria-expanded="true"] svg {
	transform: rotate(90deg);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul {
	padding-left: 0;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li:first-child a {
	padding-top: 20px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li a {
	position: relative;
	padding: 6px 30px;
	background: transparent;
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	box-shadow: none;
	color: #506690;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li.active a {
	color: rgb(30, 114, 177);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li.active a:before {
	background-color: rgb(30, 114, 177);
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li:first-child a:before {
	top: 28px;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li a:before {
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #888ea8;
	top: 14px;
	left: 18px;
	border-radius: 50%;
}

.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li a:hover:before {
	background-color: rgb(30, 114, 177);
}


/*Data active True*/

.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1029 !important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.overlay.show {
	display: block;
}

.animated {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes e-fadeInUp {
	0% {
		opacity: 0;
		margin-top: 10px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}

@keyframes e-fadeInUp {
	0% {
		opacity: 0;
		margin-top: 10px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}

.fadeInUp {
	-webkit-animation-name: e-fadeInUp;
	animation-name: e-fadeInUp;
}


/*  
    ======================
        Footer-wrapper
    ======================
*/

.footer-wrapper {
	padding: 10px 20px 10px 20px;
	display: inline-block;
	background: transparent;
	font-weight: 600;
	font-size: 12px;
	width: 100%;
	border-top-left-radius: 6px;
	display: flex;
	justify-content: space-between;
}

.main-container.sidebar-closed .footer-wrapper {
	border-radius: 0;
}

.footer-wrapper .footer-section p {
	margin-bottom: 0;
	color: #515365;
	font-size: 13px;
	letter-spacing: 1px;
}

.footer-wrapper .footer-section p a {
	color: #515365;
}

.footer-wrapper .footer-section svg {
	color: #e7515a;
	fill: rgba(231, 81, 90, 0.419608);
	width: 15px;
	height: 15px;
	vertical-align: text-top;
}


/*  
    ======================
        MEDIA QUERIES
    ======================
*/

@media (max-width: 991px) {
	.header-container {
		padding-right: 0;
		padding-left: 0;
	}
	.header-container .sidebarCollapse {
		margin-left: 8px;
		display: block;
	}
	.header-container .sidebarCollapse svg {
		width: 21px;
		height: 21px;
	}
	.navbar {
		padding: 0 0 0 12px;
	}
	.navbar .navbar-item .nav-item.theme-logo {
		margin-right: 3px;
		margin-left: 0;
	}
	.navbar .navbar-item .nav-item.theme-logo a img {
		width: 200px;
		height: auto;
	}
	/*
      =============
          NavBar
      =============
  */
	.main-container.sidebar-closed #content {
		margin-left: 0;
	}
	.navbar .language-dropdown .custom-dropdown-icon {
		margin-right: 0;
	}
	.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle svg {
		display: none;
	}
	.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle img {
		margin-right: 0;
	}
	/*
      =============
          Sidebar
      =============
  */
	#content {
		margin-left: 0;
	}
	#sidebar .theme-brand {
		border-radius: 0;
	}
	.sidebar-closed #sidebar .theme-brand {
		padding: 0.9px 12px 0.9px 24px;
	}
	.sidebar-wrapper #compactSidebar .menu-categories {
		height: calc(100vh - 120px);
	}
	html.sidebar-noneoverflow .main-container:not(.sidebar-closed) .sidebar-wrapper #compactSidebar,
	.main-container.sbar-open .sidebar-wrapper #compactSidebar {
		left: 0;
	}
	.sidebar-wrapper #compact_submenuSidebar.show {
		left: 120px;
	}
	.sidebar-wrapper #compactSidebar {
		width: 120px;
		left: -150px;
	}
	.sbar-open.sidebar-closed #compactSidebar {
		left: -150px !important;
	}
	.sidebar-wrapper #compact_submenuSidebar {
		width: 200px;
	}
	body.alt-menu .sidebar-closed>.sidebar-wrapper {
		width: 0;
		left: -52px;
	}
	.main-container {
		padding: 0;
	}
	#sidebar ul.menu-categories.ps {
		height: calc(100vh - 114px) !important;
	}
	.sidebar-wrapper {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 9999;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		border-radius: 0;
	}
	#sidebar {
		height: 100vh !important;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}
	/* display .overlay when it has the .active class */
	.overlay.show {
		display: block;
		opacity: .7;
	}
	.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
		right: -96px;
		padding: 24px 0;
	}
	.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
		right: -55px;
	}
	.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle {
		position: relative;
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
		width: 220px;
	}
}

@media (min-width: 992px) {
	.sidebar-closed #sidebar .theme-brand li.theme-text a {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar .navbar-item.search-ul {
		margin: 0 16px 0 auto;
	}
	.navbar .navbar-item .nav-item .form-inline.search {
		opacity: 0;
		transition: opacity 200ms, top 200ms;
		top: -25px;
	}
	.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
		opacity: 0;
		transition: opacity 200ms, top 200ms;
	}
	.navbar .navbar-item .nav-item .form-inline.search.input-focused {
		position: absolute;
		bottom: 0;
		top: 0;
		background: #fff;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 32;
		margin-top: 0px !important;
		display: flex;
		opacity: 1;
		transition: opacity 200ms, top 200ms;
	}
	.navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
		opacity: 1;
		transition: opacity 200ms, top 200ms;
	}
	.navbar .navbar-item .nav-item.search-animated {
		position: initial;
		margin-right: 0;
		margin-left: 0;
	}
	.navbar .navbar-item .nav-item.search-animated svg {
		margin: 0;
		cursor: pointer;
		position: initial;
		transition: top 200ms;
		fill: none;
		stroke-width: 1.6px;
		color: #acb0c3;
		width: 24px;
		height: 24px;
	}
	.navbar .navbar-item .nav-item.search-animated.show-search svg {
		margin: 0;
		position: absolute;
		top: 28px;
		left: 16px;
		width: 24px;
		height: 24px;
		color: rgb(30, 114, 177);
		z-index: 40;
		transition: top 200ms;
	}
	.navbar .navbar-item .nav-item .form-inline.search.input-focused .search-bar {
		width: 100%;
	}
	.navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
		background: transparent;
		display: block;
		padding-left: 50px;
		padding-right: 12px;
		border: none;
	}
	.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
		border: none;
		width: 100%;
		display: none;
	}
}

@media (max-width: 575px) {
	.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:before {
		display: none;
	}
	.navbar .navbar-item .nav-item.dropdown.message-dropdown {
		margin-left: 16px;
	}
	.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:before {
		display: none;
	}
	.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
		margin-left: 16px;
	}
	.navbar .navbar-item .nav-item.user-profile-dropdown {
		margin-left: 16px;
	}
	.navbar .navbar-item .nav-item.dropdown a svg {
		width: 24px;
		height: 24px;
	}
	.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle img {
		width: 20px;
		height: 20px;
	}
	.navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle span,
	.footer-wrapper .footer-section.f-section-2 {
		display: none;
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.navbar {
		padding: 12px 0 11px 20px;
	}
	.navbar .navbar-item .nav-item form.form-inline input.search-form-control {
		padding-top: 8px;
	}
}


/*cosmote colors*/


/*
cosmote colours
blue: background: rgb(30, 114, 177)
green: rgb(100, 166, 62);
*/

.cosmote-blue-bg {
	background: rgb(30, 114, 177) !important;
}

.cosmote-blue {
	color: rgb(30, 114, 177) !important;
}

.cosmote-green-bg {
	background: rgb(100, 166, 62) !important;
}

.cosmote-green {
	color: rgb(100, 166, 62) !important;
}
h1.login-title{
    font-size: 32px !important;
    font-weight: bold;
}

.bg-cosmote{
    background: transparent linear-gradient(229deg, #98c44f, #97c450 9%, #53b894 44%, #0facd8 89%, #2160af) 0% 0% no-repeat padding-box;
}

.step-wrap {
    min-height: 80px;
    background: #ccc;
    padding: 10px;
    border-bottom: 1px solid #1e72b1;
}
.step-wrap.current-step {
    background: #1e72b1;
    color: #fff;
}

.step-wrap span {
    display: block;
}
.step-wrap span:last-child {
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 14px;
}
/* .col-md-5ths {
    width: 20%;
    float: left;
} */
.stepsheader{
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}
.stepsheader .stepno{
    font-size: 15px;
    text-align: left;
}
.stepsheader .stepname{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.stepscontent{
    text-align: left;
}
.stepscontent label {
    color: #737373 !important;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
}
.stepscontent  .nav-tabs .nav-link.active {
    background-color: #1e72b1;
    color: #fff;
}
.pointer {
    cursor: pointer;
}
.img-center{
    vertical-align: baseline;
}
.pt-10{
    padding-top:10px;
}
.pt-20{
    padding-top:20px;
}
.pt-30{
    padding-top:30px;
}
.logoff{
    text-align: right;
}
.nav-pills .nav-link.active{
    background-color: #1e72b1;
}
.tab-pane .site-item {
    background-color: #f3f3f3;
    padding: 10px 5px;
    border: 1px solid #ffffff;
    cursor: pointer;
    height: 100%;
}
.tab-pane .site-item:hover {
    background-color: #fff;
    border: 1px solid #dbe0e4;
}
.tab-pane .site-item.selected {
    border: 1px solid #000;
    background-color: #b6dfb0;
}
.tab-pane .site-demo-img-container {
    width: 67px;
    height: 67px;
    overflow: hidden;
}
.tab-pane .site-item:hover img.site-demo-img {
    position: relative;
    top: -67px;
}
.tab-pane h3.site-demo-title {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.tab-pane .site-demo-desc {
    font-size: 12px;
    margin-bottom: 5px;
}
.tab-pane a.site-demo-thumb-link {
    cursor: pointer;
    color: #ff6600 !important;
    font-weight: bold;
    font-size: 16px;
} 
.site-demo-modal-title{
    font-size: 19px;
    color: #3b61a6;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px;
}
.img-responsive{
    max-width: 100%;
}
.hidden{display: none;}

.cosmote-background-login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	
	background-color: #f2f2f3;
	background-image: url('../img/thread_green.png'), url('../img/thread_bluemagen.png');
	background-repeat: no-repeat, no-repeat;
  	background-position: -175px -30px, calc(100% + 160px) calc(100% + 30px);

	background-size: auto, auto;
  }

 .alert{
	border-radius:8px
}
  .alert-primary {
	color: #000000;
	background-color: #b8e0ef;
	border-color: #b8e0ef;
  }
  .alert-primary a{
	color: rgb(30, 114, 177) !important
  }