
body
{
   background: url(../images/non-branded-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#pagecontent table>caption+thead>tr:first-child>td
,table>caption+thead>tr:first-child>th
,table>colgroup+thead>tr:first-child>td
,table>colgroup+thead>tr:first-child>th
,table>thead:first-child>tr:first-child>td
,table>thead:first-child>tr:first-child>th
#modal table>caption+thead>tr:first-child>td
,table>caption+thead>tr:first-child>th
,table>colgroup+thead>tr:first-child>td
,table>colgroup+thead>tr:first-child>th
,table>thead:first-child>tr:first-child>td
,table>thead:first-child>tr:first-child>th
 {
    border-top: 0;
    border-right: 1px solid rgba(0,0,0,0.1);
   
}

#pagecontent table>tbody>tr>td
,table>tbody>tr>th
,table>tfoot>tr>td
,table>tfoot>tr>th
,table>thead>tr>td
,table>thead>tr>th 
#modal table>tbody>tr>td
,table>tbody>tr>th
,table>tfoot>tr>td
,table>tfoot>tr>th
,table>thead>tr>td
,table>thead>tr>th
{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,0.03);
     
}
input:not([type="image"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, textarea
{
	display: block;
	height: auto;
	padding: 3px 12px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-family:verdana, arial, helvetica;
	font-size:14px;
	margin:4px;
	width: 100%
}




input[type=checkbox],input[type=radio]
{
    width:16px;height:16px;
    display:inline-block
}


ul
{
    list-style:none;
    -webkit-padding-start: 0px;
            -webkit-margin-before: 0;
}
ul li:not(ul.menu>ul>li){
    display: inline-block;
    margin-right:5px;
        
}
input[class^="btn-icon"]:before {
    margin-right: 5px!important;
    font-family: 'Glyphicons Halflings'!important;
}


#userlist_wrapper
{
	padding:1vmax;
}