body
{
	background-color: #dbdbdb;
	/*background-color: #061d1d;*/
	font-family: Yekan, Tahoma;
	margin:0px 0px 0px;
	text-align:right;
	direction: rtl;
}

h1
{
	font-size: 1.6em;
	padding: 0px 10px 0px 5px;
	margin: 0px;
}

h2 /*used in login page only*/
{
	font-size: 1.45em;
	padding: 0px 15px 0px 0px;
	margin: 0px;
}

h3
{
	font-size: 1.2em;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

h4
{
	font-size: 1.1em;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

h5
{
	font-size: 1.05em;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

p
{
	margin: 0px;
}

.mobile-bar
{
	background-color: #339900;
	font-family: Yekan, Tahoma;
	font-size: 0.8em;
	text-align: center;
}

.wrapper
{
	/*background-color: #061d1d;*/
}

.main-header
{
	background-color: #339900;
	/*background-color: #5e1414;
	background-color: #0f4848;
	background-color: #024d00;
	background-color: #004d46;*/
	margin: 0;
	padding: 0;
	line-height: 40px;
	display: flex;
}

.logo
{
	height: 70px;
	margin: 0px;
}

.site-title
{
	color: #fff;
	display: flex;
	align-items: center
}

.sub-header
{
	display: flex;
	align-items: center;
	height: 45px;
	z-index: 2;
}

.sticky
{
	position: sticky;
	top: 0px;
}

.sidebar-header
{
	color: #fff;
	background-color: #062d2d;
	width: 150px;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.sidebar-header:hover
{
	background-color: #124d4d;
}

.sidebar-toggle-holder
{
	width: 50px;
	display: flex;
	/*-webkit-box-align: center;
	-ms-flex-align: center;*/
	align-items: center;
	/*-webkit-box-pack: center;
	-ms-flex-pack: center;*/
	justify-content: center;
}

.sidebar-toggle
{
	cursor: pointer;
}

.icon-bar
{
	width: 25px;
	height: 2px;
	display: block;
	background-color: #fff;
	margin: 6px 0;
}

.sidebar-cotent-holder
{
	flex-grow: 1;
}

.content-header
{
	color: #fff;
	/*background-color: #e94c55;
	background-color: #153c3c;*/
	background-color: #006600;
	flex-grow: 1;
	height: 100%;
	display: flex;
	align-items: center;
	background-image: url(/misc/img/menu-left.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.content-header-right
{
	padding: 0px 20px 0px 20px;
}

.nav-list
{
	font-size: 1.05em;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.nav-list > li
{
	display: inline;
	padding: 0px 15px 0px 5px;
	background-image: url(/misc/img/bulet.png);
	background-size: 7px;
	background-repeat: no-repeat;
	background-position: right;
	
}

.nav-item
{
	color: #c4d3d3;
	font-size: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
}

.nav-item:hover
{
	/*color: #0075ae;*/
	color: #fff;
}
.nav-item:active

{
	color: #fff;
}

.content-header-left
{
	flex-grow: 1;
	text-align: left;
	padding: 0px 20px 0px 20px;
}

.content-header-icon
{
	display: block;
	float: left;
	width: 20px;
	height:20px;
	margin: 0px 10px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-position-y: top;
}

#exit
{
	background-image: url(/misc/img/exit-icon.png);
	/*transition-duration: 0.4s;*/
}

#exit:hover
{
	background-position-y: bottom;
	/*transition-duration: 0.4s;*/
}

#profile
{
	background-image: url(/misc/img/profile-icon.png);
}

#profile:hover
{
	background-position-y: bottom;
}

.content-wrapper
{
	background-color: #fff;
	display: flex;
}

.main-sidebar
{
	background-color: #061d1d;
	width: 150px;
	min-height: 410px;
	z-index: 1;
	overflow: hidden;
	/*transition-duration: 0.4s;*/
}

.sticky-sidebar
{
	position: sticky;
	top: 45px;
	float: right; /*deactivate for dropdown menu*/
}

.sidebar
{
	padding-bottom: 10px;
}

.sidebar-menu
{
	white-space: nowrap;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidebar-menu > li > a
{
	color: #c4d3d3;
	padding: 6px 15px 6px 5px;
	display: block;
	border-right: 6px solid transparent;
	text-decoration: none;
}

.sidebar-menu > li > a:hover
{
	color: #ffffff;
	background: #030d0d;
	border-right-color: #85c226;
	/*border-right-color: #26c2ac;
	border-right-color: #e94c55;*/
	cursor: pointer;
}

.sidebar-menu > li > a.treeview:hover
{
	color: #ffffff;
	background: #030d0d;
	border-right-color: #85c226;
	/*border-right-color: #26c2ac;
	border-right-color: #e94c55;*/
	background-image: url(/misc/img/expand.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: left;
	background-position-x: 15px;
	transition: 0.4s;
}

.sidebar-menu > li.active > a
{
	color: #ffffff;
	background: #030d0d;
	border-right-color: #85c226;
	/*border-right-color: #26c2ac;
	border-right-color: #e94c55;*/
}

.treeview
{
	background-image: url(/misc/img/bulet.png);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: left;
	background-position-x: 15px;
}

.content-area
{
	flex-grow: 1;
	min-height: 495px;
	max-width: 100%;
	/*padding: 5px 15px 5px;*/
}

.right-pad
{
	margin-right: 45px;
}

#user-view
{
	/*margin-right: 45px;*/
}

.item-card
{
	text-decoration: none;
	color: #333;
	display: inline-block;
	width: 200px;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 20px 20px;
	/*background-color: #bdeca3;
	background-color: #d2e8c6;*/
	background-color: #eff4ec;
	border: 1px solid #828282;
	cursor: default;
	box-shadow: -2px 5px 10px 1px rgba(0, 0, 0, .1);
}

.item-card:hover
{
	box-shadow: -1px 5px 10px 2px rgba(0, 0, 0, .2);
	border: 1px solid #828282;
}

.table-seperator
{
	width: 50px;
}

.result-table-holder
{
	overflow-x: auto;
	max-height: 500px;
}

.result-table-holder-x
{
	overflow-x: auto;
}

.result-table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	/*display: table;*/
	border: 1px solid #ccc;
	padding: 3px;
	overflow: scroll;
}

.result-table tr
{
	font-size: 0.9em;
    border-bottom: 1px solid #ddd;
}

.result-table tr:nth-child(2n+1)
{
    background-color: #fff;
}
	
.result-table tr:nth-child(2n)
{
    background-color: #f1f1f1;
}

.result-table th
{
	padding-left: 2px;
	text-align: right;
	white-space: nowrap;
}

.result-table td
{
	padding-left: 15px;
	text-align: right;
	white-space: nowrap;
}

.com-pad th,
.com-pad td
{
	padding-left: 5px;
	/*white-space: nowrap;*/
}

/*.comp th
{
    padding-left: 15px;
}*/

.control-table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.control-table th
{
	padding-left: 15px;
	text-align: right;
}

.table-edit-icon
{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height:20px;
	padding: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-position-y: top;
	cursor: pointer;
}

.big-icon
{
	width: 25px;
	height:25px;
}

#edit_usr
{
	background-image: url(/misc/img/edit.png);
}

#edit_usr:hover
{
	background-position-y: bottom;
}

#delete_usr
{
	background-image: url(/misc/img/delete.png);
}

#delete_usr:hover
{
	background-position-y: bottom;
}

#view_usr
{
	background-image: url(/misc/img/view.png);
}

#view_usr:hover
{
	background-position-y: bottom;
}

#print_usr
{
	background-image: url(/misc/img/print.png);
}

#print_usr:hover
{
	background-position-y: bottom;
}

#check_usr
{
	background-image: url(/misc/img/check.png);
	width: 16px;
	height: 16px;
	cursor: default;
}

#students_usr
{
	background-image: url(/misc/img/students.png);
}

#students_usr:hover
{
	background-position-y: bottom;
}

#list_usr
{
	background-image: url(/misc/img/list.png);
}

#list_usr:hover
{
	background-position-y: bottom;
}

#payed_usr
{
	background-image: url(/misc/img/payed.png);
}

#payed_usr:hover
{
	background-position-y: bottom;
}

.footer
{
	color: #6c6c6c;
	/*background-color: #dbdbdb;*/
	text-align:center;
	margin-top: 20px;
	padding-bottom: 30px;
	line-height: 150%;
	font-size: 0.8em;
	z-index: 2;
}

.modal {
	display: none;
	position: fixed;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #474e5dbb;
	padding-top: 100px;
	align-items: center;
	justify-content: center;
}

.top-pad-50 {
	padding-top: 50px;
}

.top-pad-20 {
	padding-top: 20px;
}

.top-pad-0 {
	padding-top: 0px;
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	/*margin: 10% auto 15% auto;*/
	padding: 0;
	border: 2px solid #1c5522;
	width: 40%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

.modal-close {
	position: absolute;
	right: 70px;
	top: 5px;
	font-size: 50px;
	font-weight: bold;
	color: #f1f1f1;
}

.modal-close:hover,
.modal-close:focus {
	color: #f44336;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	/*background-color: #e94c55;
	background-color: #5cb85c;
	background-color: #0f4848;*/
	background-color: #009900;
	color: white;
	text-align: right;
	min-height: 10px;
	background-image: url(/misc/img/menu-left.png);
	background-position: -60px top;
	background-repeat: no-repeat;
}

.modal-body
{
	padding: 5px 16px 10px;
}

.modal-footer
{
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
	min-height: 10px
}

.date-picker
{
	display: none;
	width: 240px;
	padding: 10px 10px 10px;
	background-color: #fafafa;
	border: 2px solid #888;
	z-index: 3;
	position: fixed;
	top: 100px;
	left: 100px;
}

.date-picker .show {
	display: block !important;
  /*-webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;*/
}

/* Add animation (fade in the popup) 
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}*/
}

.date-picker-content
{
	/*display: grid !important;
	grid-template-columns: 70px 70px 90px;*/
	
}

.button
{
	text-align: center;
	font-family: Yekan, Tahoma;
	width: fit-content !important;
	padding:0 10px;
	margin-bottom: 5px;
	height: 40px;
	background-color: #ececec;
	/*background-color: #00b50b;
	background-color: #e60000;*/
	border: 1px solid gray;
	border-radius: 4px;
}

.button:hover
{
	background-color: #cacaca;
}

.button:active
{
	background-color: #aaa;
}

.b-33
{
	height: 33px;
}

.b-33-fw
{
	height: 33px;
	min-width: 115px !important;
}

.section-break
{
    border-bottom: 1px dotted #ccc;
    margin: 15px 0px 10px;
    width: 100% !important;
	clear:both;
}

.input-section-break
{
    border-bottom: 1px dotted #ccc;
    margin: 30px 0px 30px;
	padding-top: 10px;
    width: 100% !important;
	clear:both;
}

.input-section-break-bold
{
    border-bottom: 2px solid #888;
    margin: 30px 0px 30px 0px;
	padding-top: 20px;
    width: 100% !important;
	clear:both;
}

.input-section-break-header
{
    border-bottom: 2px solid #888;
    margin: 0px 0px 30px 0px;
	padding-top: 0px;
    width: 100% !important;
	clear:both;
}


.animated
{
	transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.closed
{
	display: none;
}

.clear
{
	clear: both;
}

.help
{
	color:#555;
	display: inline-block;
	position: relative;
	top: 3px;
	width: 15px;
	height:15px;
	margin-right: 15px;
	background-image: url(/misc/img/help.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-position-y: top;
	cursor: help;
}

.help:hover
{
	color: #004cae;
	background-position-y: bottom;
}

.tooltip
{
	position: relative;
	text-decoration:none;
}

.tooltip:hover
{
	
}

.tooltip:after
{
	z-index: 4;
	background: rgba(0,0,0,0.7);
	color: #fff;
	content: attr(rel); /* '\A' url(/misc/img/help.png)*/
	font-size: 15px;
	display: block;
	margin-top: -20px;
	position: absolute;
	padding: 4px 8px 4px;
	border-radius: 4px;
	overflow: auto;
	white-space: nowrap;	
	opacity: 0;
	right: 20px;
	-webkit-transform: scale(0);
	-webkit-transform-origin: 100% 0%;
	-webkit-transition: opacity 300ms ease,left 0s ease 300ms,margin-top 300ms ease,-webkit-transform 300ms ease;
}

.tooltip-fw:after
{
	width: 250px;
	white-space: break-spaces;
	text-align: justify;
	text-justify: inter-word;
}

.tooltip-top40:after
{
	 top: 40px;
}

.tooltip:hover:after
{
	opacity: 1;
	margin-top: -40px;
	right: 20px;
	-webkit-transform: scale(1);
	-webkit-transition: opacity 300ms ease,left 0s ease,margin-top 300ms ease,-webkit-transform 300ms ease;
}

.tooltip-d
{
	position: relative;
	text-decoration:none;
}

.tooltip-d:hover
{
	
}

.tooltip-d:after
{
	z-index: 4;
	background: rgba(0,0,0,0.7);
	color: #fff;
	content: attr(rel); /* '\A' url(/misc/img/help.png)*/
	font-size: 15px;
	display: block;
	margin-top: 20px;
	position: absolute;
	padding: 4px 8px 4px;
	border-radius: 4px;
	overflow: auto;
	white-space: nowrap;	
	opacity: 0;
	left: 20px;
	-webkit-transform: scale(0);
	-webkit-transform-origin: 0% 100%;
	-webkit-transition: opacity 300ms ease,left 0s ease 300ms,margin-top 300ms ease,-webkit-transform 300ms ease;
}

.tooltip-d:hover:after
{
	opacity: 1;
	margin-top: 40px;
	left: 20px;
	-webkit-transform: scale(1);
	-webkit-transition: opacity 300ms ease,left 0s ease,margin-top 300ms ease,-webkit-transform 300ms ease;
}

#progress-bar
{
	display: block;
	height: 5px;
	width: 0px;
	background-color: #019318;
	/*background-color: #0f4848;*/
	transition: transform 5s linear, width 5s linear, -webkit-transform 5s linear;
}

/**************************** login ****************************/

.login-form-container
{
	background:#fff;
	direction: rtl;
	margin:5px auto;
	text-align:right;
	width:370px;
	box-shadow: 0px 5px 10px 7px rgba(0, 0, 0, .4);
}

.wide-form
{
	width:550px;
}

.big-title
{
	font-size: 1.6em;
}

.login-header
{
	background-color:#339900;
	/*background-color: #0f4848;*/
	margin:0;
	min-height:0;
	padding:0px 10px 0px 0px;
	text-decoration:none;
	height: 103px;
	line-height: 40px;
	display: flex;
	/*font-size: 0.95em;*/
}

.login-logo
{
	height: 100px;
	margin: 0 auto 0px 15px;
}

.form-holder,
.login-form-holder
{
	margin:20px 45px 0;
	padding:0 0 20px;
}

.form-holder > li,
.login-form-holder > li
{
	width:98%;
}

.form-description > h5
{
	padding-bottom: 15px;
}

.description
{
    border: none;
    color: #222;
    display: block;
    padding-bottom: 5px;
    line-height: 150%;
}

.text-desc
{
	font-size: 0.95em;
    padding-bottom: 10px;
	text-align: justify;
}

.nowrap
{
	white-space: nowrap;
}

.required
{
	color: red;
	cursor: default;
}

.deactivate
{
	color: #888 !important;
}

.error
{
    color: #D51215;
}

.green
{
	color: green;
}

.black
{
    color: black;
}

.full-width
{
	width: 100%;
}

#login-btn-1
{
	color: #555;
	font-size: 85%;
	margin-top: 8px;
	cursor: pointer;
	float: left;
}

#login-btn-1:hover
{
	color: #0075ae;
}

#login-btn-1:active
{
	color: #004cae;
}

form ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form li
{
	display: block;
	margin: 0px;
	padding: 0px;
}

.input-box
{
	font-family: Yekan, Tahoma;
	color: #444;
	width: 100%;
	border: 1px #888 solid;
	outline: 1px #fff solid;
	max-width: 250px;
	/*max-width: 280px;*/
    box-sizing: border-box;
	margin-bottom: 15px;
	font-size: 0.95em;
	padding-right: 6px;
    padding-left: 6px;
}

.input-box-310
{
	max-width: 310px;
}

.input-box[type=select]
{
	background-color: #f1f1f1;
}

.input-box:focus
{
	border: 1px #0060df solid;
	outline: 1px #0060df solid;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #b2ddf9;
}

.mw-300
{
	max-width: 300px;
}

.input-box-button {
	display: none;
	width: 20px;
	height: 20px;
	position: relative;
	float: left;
	left: -242px;
	top: 7px;
	/*cursor: pointer;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(/misc/img/close.png);
	background-position-y: top;
}

.input-box-button:hover
{
	background-position-y: bottom;
}

.inline-list
{
	clear: left;
	max-width: 450px;
}

.inline-list > li
{
	clear: left;
}

.inline-list > li > .description
{
	display: inline;
}

.inline-list > li >  input,
.inline-list > li >  select
{
	float: left;
	display: block;
}

.inline-list > li >  input[type='checkbox']
{
	float: right;
	display: block;
	margin: 8px 0px 8px 8px;
}

.inline-list > li >  select:after
{
	position: absolute;
	display: none;
	z-index:100;
}

/*.inline-list > li > .description
{
	display: inline;
}*/

.two-column
{
	display: inline;
	width: 450px;
}

.two-column > li
{
    width: 465px;
    /*width: 495px;*/
}

.two-column > li:nth-child(odd)
{
    float: right;
}
.two-column > li:nth-child(even)
{
    float: left;
}

.multi-column
{
	display: inline;
}

.multi-column > li
{
	display: inline;
    padding-left: 15px;
}

.multi-column > li > input,
.multi-column > li > select
{
	width: 130px;
	display: inline;
	float: none;
}

.search-result
{
	display: block;
	border: 2px solid #888;
	border-top: 0px;
	background-color: #f4f4f4;
	z-index: 3;
}

.search-result > ul
{
	margin: 0px;
	padding: 0px 0px 5px;
	list-style-type: none;
}

.search-result > ul > li
{
	text-decoration: none;
	color: #444;
	padding: 0px 10px 0px;
	cursor: default;
	overflow:hidden;
	font-size: 0.95em;
}

.search-result > ul > li:hover
{
	background-color: #c8c8c8;
}

.login-footer
{
	color: #6c6c6c;
	text-align:center;
	padding-bottom: 5px;
}

.l2r
{
	direction: ltr;
	text-align: left;
}

.l2r-ar
{
	direction: ltr;
	text-align: right;
}

.ar
{
	text-align: right;
}

.al
{
	text-align: left;
}

.active-link
{
	color: #0075ae;
	cursor: pointer;
}

.active-link:hover
{
	color: #004cae;
}

.active-link:active
{
	color: #013140;
}

.deactive-link
{
	color: #000;
	cursor: pointer;
}

.link-spacing
{
	padding: 0px 7px 0px;
}

.link-spacing
{
	padding: 0px 7px 0px;
}

.table-sort-link
{
	cursor: pointer;
	padding-left: 12px;
}

.table-sort-link:hover
{
	color: #004cae;
}

.table-sort-link:active
{
	color: #013140;
}

.sort-asce
{
	background-image: url(/misc/img/arrow-up.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: left;
}

.sort-desc
{
	background-image: url(/misc/img/arrow-down.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: left;
}

.table-input
{
	width: 80px;
	max-width: 85px;
	color: #222;
}

.w120
{
	width: 120px;
	max-width: 120px;
}

.table-input-small
{
	max-width: 50px;
	color: #222;
}

.table-input-small:focus
{
	border: 2px #0060df solid; 
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #b2ddf9;
	outline: none;
}

.inline-input
{
	width: 300px;
	margin-left: 15px;
}

.items-content-area
{
	background-color: #fff;
}

.white-background
{
	background: #fff;
	color: #000;
}

.gray-background
{
	background-color: #f1f1f1;
}

.content-iframe
{
	width: 100%;
	min-height: 200px;
	border: none;
	background: #F2F2F2;
	overflow: hidden;
}

.load-bar
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#courseitem_list
{
	display: none;
}

.load-modal {
	display: block;
	z-index: 5;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #474e5dbb;
	-webkit-animation-name: animateload;
	-webkit-animation-duration: 0.75s;
	animation-name: animateload;
	animation-duration: 0.75s;
}

@-webkit-keyframes animateload {
	from {height:0px; opacity:0} 
	to {height:200; opacity:1}
}

@keyframes animateload {
	from {height:0px; opacity:0}
	to {height:200; opacity:1}
}

@media (max-width: 1200px)
{
	.two-column {
		display: block;
	}
}
	
@media (max-width: 580px)
{
	.wide-form
	{
		width: 95%;
	}

	.big-title
	{
		font-size: 1.45em;
	}
}

@media (max-width: 500px)
{	
	h1
	{
		font-size: 1.3em;
	}
	
	h2
	{
		font-size: 1.3em;
		padding: 0px 10px 0px 0px;
	}
	
	.big-title
	{
		font-size: 1.3em;
	}
	
	.sidebar-header
	{
		width: 100px;
	}
	
	.main-sidebar
	{
		width: 0px;
		/*position: fixed;
		top: 45px;*/
	}
	
	.content-header {
	  background-position: -90px top;
	}
	
	.content-header-right
	{
		display: none;
	}
	
	.content-wrapper
	{
		/*display: block;*/
	}
	
	.form-holder {
		/*margin: 20px 10px 0;*/
		margin: 20px 30px 0 10px;
	}
	
	.right-pad {
	  margin-right: 10px;
	}
	
	.login-form-container
	{
		width: 95%;
		/*margin: 0px auto;*/
	}
	
	.login-header
	{
		padding-right: 10px;
	}
	
	.login-logo
	{
		margin: 0 auto 0px 10px;
	}
	
	.two-column {
		display: initial;
		width: auto;
	}
	
	.two-column > li
	{
		width: auto;
	}
	.inline-list > li > input,
	.inline-list > li > select,
	.two-column > li > input,
	.two-column > li > select {
		float: none;
	}
	
	.two-column > li:nth-child(odd)
	{
		float: none;
		clear: both;
	}
	.two-column > li:nth-child(even)
	{
		float: none;
		clear: both;
	}
	
	.input-box-button
	{
		left: 10px;
		top: -42px;
	}
	
	.modal-content {
		width: 80%;
	}
	
	.modal-close {
		right: 20px;
		top: 5px;
	}
	
	.modal-header {
		background-position: -150px top;
	}
}

@media (max-width: 365px)
{
	#login-btn-1
	{
		float: none;
		display: block;
	}
}





