@font-face {
	font-family: NeoRegular;
	src: url(../fonts/Neo_Sans_Std_Regular.ttf);
}

@font-face {
	font-family: NeoMedium;
	src: url(../fonts/Neo_Sans_Std_Medium.ttf);
}

@font-face {
	font-family: NeoBold;
	src: url(../fonts/Neo_Sans_Std_Bold.ttf);
}

html, body {
	height: 100%;
}

body {
	font-family: NeoRegular;
	background-color: #F8FAFE;
}

body, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

/* Opera fix */
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3 {
	font-family: NeoBold;
}

h3 {
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 15px;
}

h4 {
	margin-bottom: 10px;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

a {
	color: #3BA4E4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.justify {
	text-align: justify;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

h1, h2 {
	color: #234A99;
}

.float-left {
	float: left;
}

.mr-3 {
	margin-right: 20px;
}

.white {
	color: white;
}

.grey {
	color: #8795b0;
}

.red {
	color: #e35656;
}

.green {
	color: green;
}

.grey, label {
	color: #aaa;
}

.blacka, .blacka:hover {
	color: black;
	text-decoration: none;
}

.whitea {
	color: white;
}

.mr15 {
	margin-right: 15px;
}

/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	MAIN BOXES
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#wrap {
	min-height: 100%;
}

#main {
	overflow: auto;
	padding-bottom: 33px; /* Must be same as footer */
}


/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	OVERLAY
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#alertFixed {
	position: fixed;
	z-index: 9999;
	width: 90%;
	top: 25%;
	left: 5%;
	padding: 20px;
	border: 30px solid white;
}

.modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: table;
	transition: opacity .3s ease;
}

.modal-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.modal-container {
	width: 55px;
	margin: 0px auto;
	padding: 1rem 1rem 1.4rem 1rem;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
	transition: all .3s ease;
}

.modal-container-upload {
	width: 760px;
	margin: 0px auto;
	padding: 1rem 1rem 1.4rem 1rem;
	background-color: #eee;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
	transition: all .3s ease;
}

/*
 * the following styles are auto-applied to elements with
 * v-transition="modal" when their visiblity is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter, .modal-leave {
	opacity: 0;
}

.modal-enter .modal-container,
.modal-leave .modal-container {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.spinner {
	width: 24px;
	height: 24px;
	background-image: url(../images/spinner.gif);
	background-size: 24px;
	background-repeat: no-repeat;
	margin-top: .5rem;
}

.fade-transition {
	transition: opacity .8s ease;
	opacity: 1;
}

.fade-enter, .fade-leave {
	opacity: 0;
}

.fade2-transition {
	transition: opacity .4s ease;
	opacity: 1;
}

.fade2-enter, .fade2-leave {
	opacity: 0;
}

#saveDialog {
	position: fixed;
	z-index: 9999;
}

.logoutAlert {
	transition: opacity 1.5s ease;
	opacity: 1;
}
.logoutFade {
	opacity: 0;
}


/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	TOP
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

header {
	background-color: #3D5686;
	min-height: 70px;
	background-color: #1967ac;
	border-bottom: 1px solid #1c4161;
	padding: 0 20px;
}
#logo {
	width: 232px;
	height: 24px;
	background-image: url(../images/logo.svg);
	margin: 0 20px;
}
header p {
	float: left;
	font-family: 'Hind Siliguri';
	font-size: 1.6em;
	font-weight: 500;
/* 	letter-spacing: -0.5px; */
/* 	text-transform: uppercase; */
	margin: 18px 0 0 10px;
}
header p a {
	color: #f2f9ff;
	text-decoration: none;
}
header .topa {
	float: left;
	display: block;
	width: 64px;
	text-align: center;
	color: #a7c2df;
	text-decoration: none;
	padding: 14px 5px 9px 5px;
	margin-left: 10px;
	opacity: .6;
	transition: opacity .4s;
}
#top .topa:hover {
	color: white;
	opacity: 1;
}
#top .active {
	background-color: #2a567e;
	opacity: 1;
}
#top .topicon {
	width: 28px;
	height: 30px;
	background-size: 28px 28px;
	background-repeat: no-repeat;
	margin-left: 13px;
}
#top .home {
	background-image: url(../images/top_home.png);
}
#top .info {
	background-image: url(../images/top_info.png);
}
#top .account {
	background-image: url(../images/top_account.png);
}
#top .admin {
	background-image: url(../images/top_admin.png);
}
#top .accountnew {
	background-image: url(../images/top_accountnew.png);
}
#top .login {
	background-image: url(../images/top_login.png);
}
#top .logout {
	background-image: url(../images/top_logout.png);
}


/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	MAIN MENU
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#mainmenu {
	display: block;
}
#mainmenu ul {
	float: left;
	width: 100%;
	background-color: #e3edf6;
	border-bottom: 1px solid #c0d3ec;
/* 	margin-bottom: 30px; */
}
#mainmenu ul li {
	float: left;
	list-style: none;
}
#mainmenu ul li a {
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px;
	transition: background-color .4s;
}
#mainmenu ul li:hover a,
#mainmenu ul li a:hover,
#mainmenu ul li.active a {
	color: #4974A3;
	background-color: #c0d3ec;
}
#mainmenu ul a i {
	font-size: 2.1em;
}


/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	BOOTSTRAP MIXINS
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.nav {
	margin-top: 2px;
}

.nav a {
	font-size: .85em;
	color: #cad2d7;
}

.nav a:hover {
	color: white;
}

.card {
	background-color: #fcfcfc;
}

.card-img-top {
	width: 100%;
}

.aside .card {
	text-align: left;
}

.label-black {
	color: black;
}

.badge-small {
	font-size: .6em;
}

.small {
	font-size: 0.75em;
}

/*  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	ROUNDED
    = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.rounded, #alertFixed, .page-image, .linkimg {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   PAGE
   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.noShow {
	display: none;
}

.opacity-on {
	opacity: 0;
}

.opacity-off {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.editorClose {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .5s ease-out;
}
.editorOpen {
	max-height: 800px;
	overflow: hidden;
	transition: max-height .5s ease-out;
}

.editor {
	background-color: #f9f9f9;
	padding-top: 30px;
	margin-bottom: 30px;
}

.editorfooter {
	background-color: #f1f1f1;
	margin: 25px -35px 0 -35px;
	padding: 15px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.arrow-left {
	float: left;
	width: 20px;
	height: 10px;
	background-image: url(../images/arrow_left.png);
	background-size: 20px 10px;
	background-repeat: no-repeat;
	margin-top: 6px;
}

.listhead, .listheada {
	font-weight: 300;
}

.listheada:hover, .listheadb:hover {
	cursor: pointer;
}

.listselected {
	background-color: #f7eee5;
}

.historybox {
	max-height: 250px;
	overflow: scroll;
}

.icon_edit {
	width: 13px;
	height: 13px;
	background-image: url(../images/icon_edit.png);
	background-size: 13px 13px;
	background-repeat: no-repeat;
}

.icon_add {
	width: 13px;
	height: 13px;
	background-image: url(../images/icon_add.png);
	background-size: 13px 13px;
	background-repeat: no-repeat;
}

.icon_trash {
	width: 13px;
	height: 13px;
	background-image: url(../images/icon_trash.png);
	background-size: 13px 13px;
	background-repeat: no-repeat;
}

.icon_eye {
	width: 16px;
	height: 10px;
	background-image: url(../images/icon_eye.png);
	background-size: 16px 10px;
	background-repeat: no-repeat;
}

.icon_arrow {
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
}
.icon_arrow_down {
	background-image: url(../images/icon_arrow_down.png);
}
.icon_arrow_up {
	background-image: url(../images/icon_arrow_up.png);
}

.btn_arrow {
	width: 46px;
	height: 18px;
	border: 1px solid #d4d4d4;
	background-position: 16px 1px;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	transition: background-color .4s;
}
.btn_arrow:hover {
	background-color: #ddd;
}
.btn_arrow_full {
	height: 39px;
	background-position: 16px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn_arrow_down {
	background-image: url(../images/icon_arrow_down.png);
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.btn_arrow_up {
	margin-bottom: 1px;
	background-image: url(../images/icon_arrow_up.png);
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.toggle {
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(../images/toggle_off.png);
	background-size: 50px 30px;
	margin: 5px 0;
}

.toggleon {
	background-image: url(../images/toggle_on.png);
}

.cursorPointer:hover {
	cursor: pointer;
}

.cursorNotAllowed {
	cursor: not-allowed;
}

#customerSearchBox {
	max-height: 160px;
	overflow: auto;
	border-top-width: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#customerSearchText {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

#customerSearchAddon {
	color: white;
	background-color: #0475D8;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	transition: background-color .4s;
	padding: 5px 5px 0 5px;
}

#customerSearchAddon:hover {
	cursor: pointer;
	background-color: #015AA5;
}

#customerSearch {
	list-style: none;
}

#customerSearch li {
	padding: 6px;
}

#customerSearch li:hover {
	cursor: pointer;
	background-color: #e4f3ff;
}

.customerListActive {
	background-color: #e4f3ff;
}

.accountbox {
	background-color: #fbfbfb;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.piecolor {
	float: left;
	width: 10px;
	height: 10px;
	margin: 6px 6px 0 0;
}

.pc0 {
	background-color: #7cb5ec;	/* blue */
}
.pc1 {
	background-color: #8fed7d;	/* green */
}
.pc2 {
	background-color: #f7a35d;	/* orange */
}
.pc3 {
	background-color: #8085e9;	/* purple */
}
.pc4 {
	background-color: #f15c80;	/* red */
}
.pc5 {
	background-color: #434348;	/* black */
}

.circle {
	float: left;
	width: 24px;
	height: 24px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #d9d9d9;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.circle-blue {
	background-color: #1967ac;
}

.infocircle {
	float: left;
	width: 24px;
	height: 24px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #d9d9d9;
	transition: background-color .4s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.infocircle:hover {
	background-color: #0475d8;
}

#mask {
	text-align: center;
	background-color: #ff9e36;
}

#mask a {
	color: #834707;
}

.pagination-circle {
	float: left;
	width: 14px;
	height: 14px;
	background-color: #eee;
	border: 1px solid #DDDDDD;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pagination-circle-on {
	background-color: #1967AC;
}



/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	PDF UPLOAD
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#pdfiframe {
	width: 100%;
	height: 320px;
}

.dropzone-wrapper {
	height: 150px;
	background: white;
	margin-top: 56px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.dropzone-icon {
	width: 40px;
	height: 40px;
	opacity: .3;
	margin-bottom: 20px;
}

.dropzone-wrapper p {
	text-align: center;
	margin-top: -130px;
}

.dropzone {
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 150px;
	cursor: pointer;
	border: 2px dashed #C2D5E8;
	padding: 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.dropzone-hover {
	border: 2px solid #1967AC;
}


/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	KONTO
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.sidenav div {
	font-size: 1em;
	line-height: 1.9em;
	color: #555;
}

.sidenav div:hover {
	cursor: pointer;
	color: #1967AC;
	background-color: #f6f6f6;
}

.sidenav .active, .sidenav .active:hover {
	color: #1967AC;
	background-color: white;
}


/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	FOOTER
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#footer {
	position: relative;
	margin-top: -28px; /* Negative value of footer height+padding+border */
	height: 28px;
	background-color: #ddd;
	padding-top: 8px;
	border-top: 1px solid #bbb;
	font-size: 0.8em;
	line-height: 0.95em;
}

.footerlogo {
	float: left;
	width: 14px;
	height: 14px;
	margin: -2px 5px 0 10px;
	background-image: url(../images/ms_logo_footer.png);
	background-size: 14px;
}

.footerpolicy {
	float: right;
	margin-right: 10px;
}

.footer:link, .footer:visited {
	color: #888;
	text-decoration: none;
}

.footer:hover, .footer:active {
	color: black;
}


/*	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
	MEDIA QUERIES
	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media all and (min-width: 560px) {
	#top #logoname {
		display: inline;
	}
}

@media all and (min-width: 768px) {
	#top p {
		font-size: 2em;
		margin: 14px 0 0 10px;
	}
	#top .topa {
		width: 74px;
		padding: 14px 5px 9px 5px;
		margin-left: 10px;
	}
	#top .topicon {
		margin-left: 18px;
	}
	#mainmenu ul li a {
		padding: 10px 15px;
	}
}

@media all and (min-width: 900px) {
	#mainmenu ul li a {
		font-size: 13px;
		padding: 10px 20px 10px 20px;
	}
	#mainmenu ul a i {
		font-size: 2.3em;
	}
}
