/**
* Login page style
*/

html,body {
	height: 100%;
	width: 100%;
}

.vt_single_page {
	height: 100%;
	background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
}

.vt_single_page_form {
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: -200px;
	margin-left: -200px;
	position: absolute;
}

.vt_form {
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 19px;
}

/**
* Primary menu style
*/
.vt_primary_menu {
	
}

.vt_primary_menu_image {
	padding: 5px !important;
}

/**
* Page style
*/
.vt_page {
	border-color: gray;
	height: 100%;
	vertical-align: top;
	width: 100%;
}

/**
* Secondary menu style
*/
.vt_secondary_menu {
	background-color: #eeeeee;
	border-right: 1px solid #afafb6;
	height: 100%;
	min-width: 220px;
	vertical-align: top;
}

.vt_secondary_menu_logo {
	padding-bottom: 15px;
}

.vt_secondary_menu_logo>img {
	max-width: 220px;
	width: 100%;
}

.vt_secondary_menu_content {
	height: 100%;
}

.vt_secondary_menu_section {
	color: #5E583E;
	font-size: 14px;
	font-weight: bold;
	margin-left: 8px;
}

.vt_sub_menu {
	padding-left: 18px !important;
	padding-right: 4px !important;
	padding-top: 6px !important;
	padding-bottom: 2px !important;
}

.vt_sub_menu_text {
	font-size: 12px;
}


/**
* Application => ViewManager + ViewManagerWrapper
*/
.vt_application {
	background-color: #eeeeee;
	vertical-align: top;
	width: 100%;
}

.vt_view_manager_header {
	background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
	border-bottom: 1px solid #afafb6;
	height: 90px;
	margin-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

.vt_view_manager_row_top {
	height: 45px;
	margin: 0;
}

.vt_view_manager_title {
	color: #12572b;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.vt_view_manager_wrapper {
	padding-top: 15px;
}

/**
* style relatif au criteria du view manager
*/
.vt_view_criteria {
	padding-bottom: 15px;
}

/**
* style des label en mode view
*/
.vt_view_mode {
	border: 0px;
	box-shadow: none;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 0px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/**
* style relatifs aux modal
*/
.vt_dialog_1100px {
    margin-left:-135px;
    width: 1100px;
}
.vt_dialog_900px {
	margin-left:-100px;
	width: 900px;
}
.vt_dialog_600px {
	margin-left:-100px;
	width: 600px;
}
