/*body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


/*
 * MAIN VIEW
 */
/*.app {
	position:absolute;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}*/

/*
 * INSPINIA FORK
 */

h1.logo-name {
	font-size:90px;
}

/*
 * LOGIN SCREEN
 */
div.login {
	width:100%;
	height:100%;
	margin:0;
	position:absolute;
}

/*
 * TODO LIST
 */
.todo-list {
	text-align: left;
}


/*
 * Tables
 */
i.table-icon {
	font-size:14px;
}

/*
 * Loader
 */
div.spin-icon {
	/*left:228px;/*-40px*/
	/*display:none;*/
	right:-50px;
	left:auto !important;
	-webkit-transition: right .4s ease-out;
    -moz-transition: right .4s ease-out;
    transition: right .4s ease-out;
}

/*
 * Profiles params
 */
input.colorpicker {
	width:100px !important;
}

div.popedit {
	margin:0 5px 8px;
	text-align:center;
}

.popedit div.popedit2 {
	padding:0 0 4px;
}

/*
 * header select
 */
.navbar-left select {
	margin:12px;
	width:300px;
}


/* Chosen 0 width problem fork */
#select-param, #select_param_chosen, #multiselect-param, #multiselect_param_chosen {
	width:100% !important;
}
#selectprofile, #selectprofile_chosen {
	width:300px !important;
}
#multiselect-inp, #multiselect_inp_chosen {
	width:100% !important;
	max-width:400px;
}
