#storeWrapper {
	height: 100%;
	position: relative;
	display: flex;
	width: 100%;
}

#clientList {
	width: 592px;
	display: flex;
	flex-direction: column;
	position: relative;
}

#clientList .title,
#clientInfo .title,
#addDeviceList .title {
	margin-bottom: 0;
}

#clientListContnentHeaderLeft {
	display: flex;
	align-items: center;
}

#clientListInner {
	margin-top: 5px;
	position: relative;
	flex: 1;
	overflow-y: auto;
	font-size: 12px;
}

#clientListScrollHeader {
	width: 100%;
}

#clientListScroll {
	height: 100%;
	overflow: auto;
	padding-top: 20px;
	box-sizing: border-box;
}

#clientListScrollHeader div {
	float: left;
	line-height: 19px;
	margin-left: 10px;
}

#clientListScrollHeader .col5 {
	float: right;
	margin-right: 10px;
}

#clients {
	padding: 0;
	margin: 0;
}

#clients .deviceListItem {
	display: table;
	width: 100%;
}

#clients .deviceListItem div {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}

#clients .deviceListItem .col1 {
	padding-left: 10px;
	width: 100px;
}

#clients .deviceListItem .col2 {
	width: 110px;
}

#clients .deviceListItem .col3 {
	width: 115px;
}

#clients .deviceListItem .col4 {
	width: 150px;
	padding-right: 0;
}

#clients .deviceListItem .col5 {
	padding-right: 10px;
	text-align: right;
	font-size: 15px;
}

#clientListScrollHeader .col1 {
	width: 100px;
}

#clientListScrollHeader .col2 {
	width: 113px;
}

#clientListScrollHeader .col3 {
	width: 113px;
}

#clientListScrollHeader .col4 {
	width: 100px;
}

#clientListContent {
	overflow: hidden;
	position: relative;
}

#clientListContentFooter {
	border-top: 1px solid var(--border-color-light);
	padding: 15px 10px 0 10px;
}

#storeNextPageButton {
	height: 16px;
	background: var(--main-color) url(/img/icons/next-page.png) 58% 50% no-repeat;
	margin-left: 10px;
}

#storePrevPageButton {
	height: 16px;
	background: var(--main-color) url(/img/icons/prev-page.png) 48% 50% no-repeat;
}

#storeFirstPageButton {
	height: 16px;
	background: var(--main-color) url(/img/icons/first-page.png) 50% 50% no-repeat;
}

#storeLastPageButton {
	height: 16px;
	background: var(--main-color) url(/img/icons/last-page.png) 50% 50% no-repeat;
}

#storeClientTelDiv {
	clear: both;
}

#storeUsernameContainer {
    margin: 0 0 20px 0;
}

#storeUsernameContainer:hover {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 rgba(0, 0, 0, 0.1), 10px 0 rgba(0, 0, 0, 0.1);
}

#storeUsernameContainer a {
	margin-top: 2px;
}

#superUserButton {
	margin: 5px 0 0 0;
	display: inline-block;
}

/*** RIGHT ***/
#clientRight {
	height: 100%;
	position: relative;
	flex: 1;
	display: flex;
}

#clientInfo {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#clientInfoContentHeader {
	line-height: 50px;
	padding: 0 10px;
}

#clientInfoContent {
	height: auto;
	overflow: auto;
}

#clientInfoInner {
	padding: 10px;
	margin-top: 5px;
	font-size: 14px;
	flex: 1;
	overflow: auto;
	line-height: 28px;
}

#clientInfoInner label {
	width: 130px;
	display: inline-block;
	line-height: 25px;
	color: var(--main-color);
	margin-right: 8px;
	text-align: right;
}

#clientInfoRight input {
	width: 150px;
}

/*** DEVICE ***/

#storeDevice {
	position: relative;
}

#addDeviceWrapper {
	position: relative;
	display: flex;
	height: 100%;
}

#addDeviceForm {
	margin-right: 230px;
	height: 100%;
}

#addDeviceList {
	width: 220px;
	display: flex;
	flex-direction: column;
}

#addDeviceContentHeader {
	line-height: 50px;
	padding: 0 10px;
}

#clientInfoInner input {
	height: 21px;
}

#addDeviceListContentHeader {
	display: flex;
	align-items: center;
}

#addDeviceListContentHeader input {
	margin-right: 5px;
}

/*** DEVICE LIST ***/

#clientDevice {
	margin: 0;
	padding: 0;
}

#clientDeviceList {
	width: 110px;
}

#addDeviceButton {

}

#createClientWrapper {
	width: 500px;
}

#createClientWrapper select {
	width: 220px;
}

#createClientContent #addNewClientFirstSelectBox,
#createClientContent #addNewClientSecondSelectBox {
	width: 218px;
}

#createClientContent input {
	width: 220px;
}

#createClientContent .col1, #newDeviceContent .col1, #editUsernameContent .col1 {
	float: left;
	margin: 10px;
}

#createClientContent .col2, #newDeviceContent .col2, #editUsernameContent .col2 {
	float: left;
	margin: 10px 0;
}

#createClientContent .col1 label, #newDeviceContent .col1 label, #editUsernameContent .col1 label {
	clear: both;
	display: block;
	line-height: 43px;
	text-align: right;
	color: var(--main-color);
}

#createClientContent .col2 input, #newDeviceContent .col2 input, #editUsernameContent .col2 input{
	clear: both;
	float: left;
	margin-bottom: 3px;
}

#newDeviceWrapper {
	width: 400px;
}

#newDeviceWrapper .checkboxGreen {
	margin-top: 13px;
}

#newDeviceWrapper input {
	width: 150px;
}

#editUsernameWrapper {
	width: 430px;
}

#editUsernameWrapper input {
	width: 200px;
}

#addDeviceListInner {
	position: relative;
	flex: 1;
	margin-top: 5px;
}

#addDeviceListLoader {
	
}

#addDeviceListScroll {
	height: 100%;
	overflow: auto;
}

#clientDevice .deleteIcon {
	width: 22px;
	height: 22px;
	background: url(/img/icons-svg/icon-delete.svg) 50% 50% no-repeat;
	display: block;
	margin: 5px 5px 0 0;
	float: right;
}

#clientDevice .switchOn,
#clientDevice .switchOff {
	margin: 45px 6px 0 0;
	clear: both;
}

#clientDevice .messageIcon {
	width: 22px;
	height: 23px;
	background: url(/img/icons/device-message-icon.png) 50% 50% no-repeat;
	display: block;
	margin: 16px 5px 0 0;
}

#clientDevice .messageIcon.off {
	background: url(/img/icons/device-message-off-icon.png) 50% 50% no-repeat;
}

#clientDevice .deleteIcon:hover, #clientDevice .messageIcon:hover {
	opacity: 0.6;
}

#adminAccountTitle {
	font-size: 16px;
	border-bottom: 2px solid var(--main-color);
	padding: 4px 10px;
	margin: 10px 0;
}

#createClientContent .intl-tel-input {
	margin-bottom: 3px;
}

#clientInfoNotification {
	margin-right: 20px;
}

#clientListContentFooter span {
	font-size: 16;
	line-height: 31px;
}

#createClientContent .selectBox {
	clear: both;
	width: 320px;
}

#clientInfoInner .selectBox {
	display: inline-block;
	width: 270px;
	height: 19px;
}

#clientInfoInner .selectBox select {
	height: 19px;
	padding: 1px 25px 0px 8px;
}

#appUsernameNotification {
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	margin: 4px 0 0 5px;
}

#createClientContent .col2 .selectBox {
	margin-bottom: 3px;
}

#appUsernameNotification.invalid {
	background: #B20000 url(/img/icons/invalid-icon.png) 50% 50% no-repeat;;
}

#appUsernameNotification.valid {
	background: #93C400 url(/img/icons/valid-icon.png) 50% 50% no-repeat;;
}

#clients .deviceListItem div.appUserItem {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--border-color-light);
	font-size: 10px;
	padding: 2px 8px;
	border-top-left-radius: 3px;
	color: var(--main-color);
}

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

	#storeWrapper {
		min-width: 1300px;
	}


}