﻿#userContent {
	font-size: 12px;
	min-width: 800px;
}

#userContent #selection {
	margin: 10px;
	width: 240px;
	height: 400px;
	float: left;
}

#userContent #selection select {
	width: 240px;
	height: 400px;
}

#userContent #selection input {
	font-size: 12px;
	height: 24px;
	outline: 0;
	overflow: auto;
	width: 240px;
	margin-bottom: 1px;
}

#userContent #userDetails {
	margin: 10px;
	width: calc(100% - 280px);
	height: 600px;
	float: left;
}

#userContent .details {
	display: table;
	font-size: 12px;
}

#userContent .row {
    margin-right: 0;
    margin-bottom: 5px;
}

#supported_dp_header { font-size: 18px; }

#supported_dp_footer {
	position: absolute;
	background-color: white;
	bottom: 55px;
	padding-top: 4px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #2F9D48;
	width: calc(100% - 240px);
	border-top: #666666 1px solid;
}

.supported_dp {
	float: left;
	width: auto;
	text-align: center;
	margin: 15px;
	font-size: 14px;
	border: 1px solid white;
}

.supported_dp:hover {
	border: 1px solid #2F9D48;
	cursor: pointer;
}

.supported_dp input[type=radio] { margin: 5px; }

.newUserDialog .configForm {
	background-color: white;
	padding: 50px 0;
}

.ngdialog.ngdialog-theme-default.new-user-dialog .ngdialog-content { width: 500px; }


.ngdialog.ngdialog-theme-default.securityDialog .ngdialog-content { width: 575px; }
.ngdialog-message .securityBox {
	background-color: #fff;
	padding: 20px;
}
.ngdialog.ngdialog-theme-default.securityDialog .warning_message {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	padding-left: 10px;
}

.user-form {
	display: block;
}

.user-form .row {
	display: block;
}

.user-form .key {
	width: 130px;
	min-width: 130px;
}

.confirm-password-placeholder { height: 35px; }

.user-dialog-wrapper {
	min-height: 375px;
	background-color: white;
}

.confirm-password { overflow: hidden; }

.confirm-password.ng-enter {
	max-height: 0;
	transition: all ease 1s;
}

.confirm-password.ng-enter-active { max-height: 220px; }

.confirm-password.ng-leave {
	max-height: 220px;
	transition: all ease 0.2s;
}

.confirm-password.ng-leave-active { max-height: 0; }

.user-details { height: 100%; }

.user-details input[type="checkbox"] {
	margin: 0;
}

.user-loader {
	margin-left: 212px;
	margin-top: 150px;
}

.new-invitation-code-dialog-contents {
	min-height: 200px;
}

@-moz-document url-prefix() {
    #sessionsRow {
        padding-bottom: 100px;
    }
}

#currentSessionsTableDiv {
    height: 175px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(184, 176, 176);
}

#currentSessionsTableDiv th {
    font-size: 12px;
    font-weight: bold;
}

#currentSessionsTableDiv th:first-child {
    width: 40%;
}


.currentSessionsBox {
    background-color: #fff;
    height: 100%;
    padding: 5px;
}


/*#region InvitationCodeUsers */

#invitationCodeUsersTableDiv {
	height: 175px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(184, 176, 176);
}

#invitationCodeUsersTableDiv th {
	font-size: 12px;
	font-weight: bold;
}


.invitationCodeUsersBox {
	background-color: #fff;
	height: 100%;
	padding: 10px;
}
/* #endregion */