#user{
	padding: 0 0 0 0;
	float:right;
	/*overflow: scroll;*/
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
	width: calc(100% - 20px);	
	/*height: calc(100% - 113px);	*/
	margin: 10 10 10 10;
}
#user div {
	/*border: 1px solid black;*/
}
#user.row .block{
	margin-left:10px;
	border-radius: 15px;  
	float: left;
	border: 2px solid #ccc; 
	width: 100%;
	text-align: center;
	font-size: 3vw;
	padding-top: 5px;
	padding-bottom: 10px;
	min-height:150px;
	max-height:150px;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;	
	color: #000;
}
#user .row .block .title{
	white-space: nowrap;
	overflow:hidden;
	width: 75%;
	text-align: left;
	display:block;
	font-size: 3.5vw;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	float: right;
	font-weight: bold;
	height:130px;		
}


#user .row .user {
	background-color:#eee;
	margin: 10 0 0 0;
	padding: 10 10 10 10;
	float: left;
	width: calc(75% - 40px);
	text-align: center;
	font-size: 14px;
		overflow: auto;
}

#user .row .userSettings{
	background-color:#eee;
	margin: 10 0 0 10;
	padding: 10 10 10 10;
	border-radius: 0px;  
	float: right;
	width: calc(25% - 10px);
	text-align: center;
	font-size: 14px;

}
#user .row .userSettingShortcuts{
	background-color:#eee;
	margin: 10 0 0 10;
	padding: 10 5 10 5;
	border-radius: 0px;  
	float: right;
	width: calc(25% - 0px);
	text-align: center;
	font-size: 14px;
}
#user .row .userCredits{
	background-color:#eee;
	margin: 10 0 0 10;
	padding: 10 10 10 10;
	border-radius: 0px;  
	float: left;
	width: calc(25% - 10px);
	text-align: center;
	font-size: 12px;	
}
#user .row .user table tr td,
#user .row .user table tr td.input {
	font-size: 12px;
	vertical-align: middle;
	padding: 2 0 2 0;
}
#user .row .user table tr td.title {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2 0 2 0;
}


#user select {
	width:100%;
    margin: 5px 0;
    background: #fff;
    border: 1px solid #ccc; 
    border-radius: 0px;
	padding: 2 2 2 2;
    font-size: 12px;
} 
#user .inputS img {
    max-width: 24px;
    max-height: 24px;
}


.dot {
	height: 25px;
	width: 25px;
	background-color: #1077d6;
	border-radius: 50%;
	 
  
  	display: table-cell;
  	vertical-align: middle;
	text-align: center;
	color:#fff;
	font-weight: 100;
}
.user #pages a {
	text-decoration: none;
	color: #000;
}
#user .row .user table tr td.crObjTitle {
	padding: 10 0 10 0;
	border-bottom: 1px solid #ddd; 
	font-size: 12px;
	color: #666;
}
#user .row .user table tr td.icon img {
	max-height: 24px;
}

#user .row input {	
	font-size: 12px;
	width: 100%;
	padding: 6 6 6 6;
	margin: 0 0 0 0;
	background: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
}
#user .row img {	
	max-width: 24px;
    max-height: 24px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#user .row .groupSetIcon img {	
	max-width:  32px;
    max-height: 32px;
    padding: 4 0 0 0;
    margin: 0 0 0 0;
}

#user .row input[type="checkbox"] {
    width: 25px;
    border: 0px solid #aaa;
    box-shadow: inset 0 0px 0px #ddd;
}



#user .row .user #alert1 #icon,
#user .row .user #alert2 #icon,
#user .row .user #alert3 #icon  {
	float:left;
	width: 76px;
}
#user .row .user #alert1 #icon img,
#user .row .user #alert2 #icon img,
#user .row .user #alert3 #icon img {
    max-width: 48px;
    max-height: 48px;
}
#user .row .user #alert1 #alertName,
#user .row .user #alert2 #alertName,
#user .row .user #alert3 #alertName {
	float:right;
	width: calc(100% - 76px);
}
#user .row .user #alert1 #alertName #title,
#user .row .user #alert2 #alertName #title,
#user .row .user #alert3 #alertName #title { 
	float: left; width: calc(25% - 10px); font-weight: normal;  padding: 5 0 0 5; text-align: left; }

#user .row .user #alert1 #alertName #value,
#user .row .user #alert2 #alertName #value,
#user .row .user #alert3 #alertName #value{
	float: right; 
	width: calc(75% - 10px);
	height: 30px;
}
#user .row .user #alert1 #title,
#user .row .user #alert2 #title,
#user .row .user #alert3 #title {
	font-size: 12px;
	text-align: left; 
	font-weight: bold;
	width: calc(100% - 76px);
	float:right;
}
#user .row .user #alert1 #header,
#user .row .user #alert2 #header, 
#user .row .user #alert3 #header  {
	width: 100%;
	height: 50px;
}




#user .row .user #title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10 0;
	text-align: left;
}

#user .row .user #alert1,
#user .row .user #alert2,
#user .row .user #alert3 {
	padding: 10 10 10 10;
	margin: 0 0 10 0;
	border: 1px solid #aaa;
	border-radius: 10px;
}

#user .row .user #remark,
#user .row .user #confirmation,
#user .row .user #push,
#user .row .user #objects {
	padding: 10 0 10 0;
}
#user .row .user #confirmation,
#user .row .user #push  {
	height: 20px;
}
#user .row .user #remark #title {
	font-size: 12px;
	text-align: left; 
	font-weight: bold;
}

#user .row .user #alert1 #alertNumber,
#user .row .user #alert1 #alertMail,
#user .row .user #alert2 #alertNumber,
#user .row .user #alert2 #alertMail,
#user .row .user #alert3 #alertNumber,
#user .row .user #alert3 #alertMail {
	width: calc(100%);
	height: 35px;
}
#user .row .user #alert1 #alertNumber #title,
#user .row .user #alert1 #alertMail #title,
#user .row .user #alert2 #alertNumber #title,
#user .row .user #alert2 #alertMail #title,
#user .row .user #alert3 #alertNumber #title,
#user .row .user #alert3 #alertMail #title	{ float: left; width: calc(25% - 67px); font-weight: normal;  padding: 5 0 0 5; text-align: left; }

#user .row .user #alert1 #alertNumber #value,
#user .row .user #alert1 #alertMail #value,
#user .row .user #alert2 #alertNumber #value,
#user .row .user #alert2 #alertMail #value,
#user .row .user #alert3 #alertNumber #value,
#user .row .user #alert3 #alertMail #value{ float: right; width:  calc(75% - 67px); 	height: 30px; text-align: left;}

#user .row .user #remark #value textarea {
	width: calc(100% - 20px);
	padding: 0 10 0 10;
	height: 150px;
}
#user .row .user #confirmation #title, 
#user .row .user #push #title {
	font-size: 12px;
	text-align: left; 
	font-weight: bold;
	width: 80%;
	float: left;
}
#user .row .user #confirmation #value,
#user .row .user #push #value { 
	width: 20%;
	float: left;
} 
#user .row .user #objects {
	width: 100%;
	height: 30px;
	overflow: hidden;
}
#user .row .user #objects #value{

	width: 100%;
	overflow: hidden;
}


#user .userSet{
	border-radius: 10px;
    float: left;
    border: 1px solid #ccc;
    width: 70px;
    text-align: center;
    margin: 3 2 0 2;
    padding: 0 0 0 1;
    height: 60px;
}
#user .userSetName{
    float: left;
    width: calc(100%); 
    text-align: center;
    font-size: 9px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;	
	height: 10px;
}
#user .userSetIcon{
    float: left;
    width: 40px;
    margin: 0 0 0 0;
    padding: 2 0 2 15;
    height: 40px;
}
#user .userSetIcon img{
	max-width: 100%;
    max-height: 100%;
}
