body {
	background-color: #eceff1 !important;
	font-size: 14px !important;
}

/*START General*/
	.v-no-shadow {
		box-shadow: none !important;
	}
	.v-padding-100 {
		padding-top: 100px !important;
	}
/*END General*/

/*START Logo*/
	.v-logo {
	    font-size: 1.6em;
	}
/*END Logo*/

/*START Dropdown Menu*/
	
	.v-dropdown {
	  position: relative;
	  padding: 0 15px;
	  cursor: pointer;
	}
	.v-dropdown ul {
		z-index: 997;
		max-width: 165px;
	  	position: absolute;
	  	right: .36em;
	  	top: .36em;
	  	background: #fff;
	  	line-height: 46px;
	    -webkit-transition: all 0.3s ease;
	  	transition: all 0.3s ease;
	    -webkit-transform: scale(0);
	    transform: scale(0);
	    -webkit-transform-origin: 100% 0%;
	    transform-origin: 100% 0%;
	}
	.v-dropdown ul li {
		height: 46px;
	  	display: block;
	  	width: 100%;
	}
	.v-dropdown ul li a {
		text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	  	width: 100%;
	  	display: inline-block;
	  	/*white-space: pre;*/
	  	box-sizing: border-box;
	  	color:#000;
	  	padding: 0 15px;
	}
	.v-dropdown ul li a:hover {
	    background-color: rgba(0,0,0,0.1);
	}
	.v-dropdown ul.open {
          -webkit-transform : scale(1);
          -moz-transform    : scale(1);
          -ms-transform     : scale(1);
          -o-transform      : scale(1);
          transform         : scale(1);
    }
/*END Dropdown Menu*/

/*START page header*/
	.v-page-header {
	    position: fixed;
	    top: 48px;
	    left: 0px;
	    right: 0px;
	    padding-left: 258px;
	    z-index: 996;
	    /*background-color: #03B0C9;[THEME]*/
	    background-color: #06338E;

	    height: auto;
	    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 4px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
	}

	.v-page-header .row {
		margin-bottom: 6px;
    	margin-top: 6px;
	}

	.v-page-heading {
	    color: #fff;
	    font-size: 2em;
	}

	.v-bread-crumb {
		text-align: right;
	}

	.v-page-sheet {
	    /*background-color: #03B0C9;[THEME]*/
	    background-color: #06338E;

	    height: 150px;
	    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 4px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
	    position: fixed;
	    top: 100px;
	    left: 0px;
	    right: 0px;
	}
/*END page header*/

/*START Action button*/
	.v-action-button {
	    text-align: right;
	    position: fixed;
	    top: 222px;
	    right: 26px;
	}
	.v-action-button >a > i {
	    color: #000 !important;
	}
/*END Action button*/

/*START Action in card*/
	.v-action-in-card {
	    position: absolute;
	    top: 10px;
	    right: 5px;
	    cursor: pointer;
	}

	.v-action-in-card ul {
    	z-index: 994 !important;
    	right: 1em !important;
    	top: -1em !important;
    }

    .v-action-in-card ul li, .v-action-in-card ul li a {
    	height: 38px !important;
    	line-height: 38px !important;
	}
/*END Action in card*/


@media only screen and (max-width : 992px) {

	.v-action-button {
		position: fixed;
	    bottom: 12px !important;
	    right: 12px !important;
	    z-index: 996;
	    top:inherit;
	}

	.v-page-header{
		padding-left:  0px !important;
	}

}










.oh {
	/* opacity: 0; */
	z-index: auto;
}