/* modal styles */
input {
	margin-bottom: 5px;
	width: 180px;
	padding-left: 3px;
}

textarea {
	font-size: 16px;
	padding: 3px 5px;
}

option {
	padding-bottom: 2px;
}

.select2 {
	font-size: 16px;
}

.modal-dialog {
	margin: 70px auto;
	width: 420px;
}

.modal-header,
.modal-footer {
	background-color: #FFFFFF;
}

.modal-footer {
	padding-bottom: 0;
}

.modal-content {
	border-radius: 0px;
}

.modal-form {
	width: 300px;
	margin: 20px auto;
}

.add-user-modal-label {
	width: 110px;
	vertical-align: top;
}

.product-modal-label {
	width: 200px;
	vertical-align: top;
}

.form-control {
	width: 180px;
    display: inline-block;
    border: 1px solid #A9A9A9;
    border-radius: 0;
    height: 28px;
    padding: 3px 5px 0;
    margin-bottom: 5px;
	font-size: 16px;
}

.form-control-instr {
	width: 50%;
    display: inline-block;
    border: 1px solid #A9A9A9;
    border-radius: 0;
    height: 28px;
    padding: 3px 5px 0;
    margin-bottom: 5px;
	font-size: 16px;
}

.submitAddUserForm {
	border-radius: 0px;
	border-color: #49176D;
	background-color: #49176D;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7029A3), color-stop(100%, #49176D));
    background: -webkit-linear-gradient(top, #7029A3 0%, #49176D 100%);
    background: -moz-linear-gradient(top, #7029A3 0%, #49176D 100%);
    background: -ms-linear-gradient(top, #7029A3 0%, #49176D 100%);
    background: -o-linear-gradient(top, #7029A3 0%, #49176D 100%);
    background: linear-gradient(to bottom, #7029A3 0%, #49176D 100%);
    font-weight: 600;
    color: #E5E5E6;
}

.submitAddUserForm.active,
.submitAddUserForm.focus,
.submitAddUserForm:active,
.submitAddUserForm:focus,
.submitAddUserForm:hover,
.open>.dropdown-toggle.submitAddUserForm {
	background-color: #49176D;
	border-color: #49176D;
	color: #FFFFFF;
}

.modalClose:hover {

}

.modalClose.active,
.modalClose.focus,
.modalClose:active,
.modalClose:focus,
.open>.dropdown-toggle.modalClose {
	color: #FFFFFF;
}

.modal-accent-btn {
	color: #FFFFFF;
    background-color: #49176D;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	color: #FFFFFF;
}

/* privacy policy css */
privacy-policy {
	display:none;
	position:fixed;
	z-index:1;
	width: 80%;
	height: 80%;
	padding-top: 100px;
	overflow: scroll;
}

/* alert/warning share/download modal */
/* alert/warning modal */
#modal-shareDownload-alert--footer {
	padding: 5px 0px 0;
}

.desktop-utility-btn.active.focus,
.desktop-utility-btn.active:focus,
.desktop-utility-btn.focus,
.desktop-utility-btn:active.focus,
.desktop-utility-btn:active:focus,
.desktop-utility-btn:focus {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

input[type='text'],
input[type='number'],
textarea {
	font-size: 16px !important;
}
