﻿
.MainMenuNotSelected a
{
    font-weight: normal !important;
    color: #BA5050 !important;
}

.subMenu span
{
    padding-right: 15px;
}

.subMenuTitle
{
    font-weight: bold;
    color: #000000;
}

.subMenuSelected
{
    font-weight: bold;
}

.subMenuNotSelected
{
}

.subMenuSelectedNotLink
{
    color: #BA5050;
}

.subMenu
{
    padding-bottom: 15px;
}

.dataContainer
{
    clear: both;
}

.successMessage
{
    font-weight: bold;
    font-size: 1.3em;
    color: #00BE00;
}

.warningMessage
{
    font-weight: bold;
    font-size: 1.3em;
    color: #B79900;
}

.failureMessage
{
    font-weight: bold;
    font-size: 1.3em;
    color: #ff0000;
}

.innerData
{
    float: left;
}

.innerData li
{
    max-width: 1000px;
}

.innerData .odd
{
    background-color: #E5F7FF;
}

.innerData .even
{
}

.innerTitle
{
    font-weight: bold;
    font-size: 1.2em;
}

.innerLabel
{
    float: left;
    width: 275px;
}

.roleList li
{
    list-style: none;
    width: 500px;
}

.roleList .even
{
    background-color: #E5F7FF;
}

a.deleteButton
{
    display: block;
    float: left;
    overflow: hidden;
    background: url(Images/delete.png) no-repeat top left;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

a.deleteButton:link
, a.deleteButton:hover
, a.deleteButton:active
, a.deleteButton:visited
{
    text-decoration: none;
    color: #ffffff;
}

/*body
{
    background-color: #656565;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}*/

a:link
{
    color: #BA5050;
    text-decoration: underline;
}
a:visited
{
    color: #BA5050;
}
a:hover
{
    color: #FF1E1E;
    text-decoration: none;
}
a:active
{
    color: #1CA4FF;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page.full
{
    width: 100%;
    background-color: #ffffff;
}
.full body 
{
     background-color: #ffffff;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    margin: 0;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
    background-image: url(Images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 50px;
}

#header a
{
    text-decoration: none;
}

#header ul a:hover
, #header ul a:active
{
    text-decoration: none;
}

#header ul a:link
, #header ul a:visited
{
    text-decoration: underline;
}


#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #656565 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 2.8em;
    background-color: #EFF4F9;
    color: #F20404;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
    color: #FF1E1E !important;
}

ul#menu li a:active
{
    background-color: #BCE8FF;
    text-decoration: none;
}

ul#menu li.selected a
{
    text-decoration: underline;
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #EFF4F9;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #EFF4F9;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #EFF4F9; 
  border: solid 1px #EFF4F9;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.editor-field
{
    color: #000;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.formSubContainer
{
    float: left;
    margin: 10px 20px 10px 10px;
    max-width: 600px;
}

.formSubContainer textarea
{
    width: 350px;
    height: 100px;
    font-family: Verdana,Helvetica,Sans-Serif;
    font-size: 14px;
}

#contactInfoData
, #creditCardData
{
    line-height: 2em;
}

#contactInfoData label
, #creditCardData label
{
	float: left;
    font-weight: bold;
    width: 150px;
}

.productLevelList .productName
{
    min-width:215px;
    display:inline-block;
}

.fieldBlock
{
    margin-bottom: 20px;
}

a:hover.button {
   background-color: #999;
}

a.button 
{
    margin: 0 .16em;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 4px;
    color: #2e2e2e;
    border-color: #c5c5c5;
    background-color: #e3e3e3;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,.0) 100%);
    display: inline-block;
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.72em;
    text-align: center;
    cursor: pointer;
  
}
.icontext
{
    overflow: visible;
}
.icon
{
    vertical-align: text-top;
    margin-left: -0.3rem;
    background-image: url('images/sprite.png');
    border-color: transparent;
    opacity: .8;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.add-button
{
    background-position: -32px -64px;
}

.save-button
{
    background-position: -32px -31px;
}


.val-text 
{
    color:red;
    font-weight:bold;
}
.success-text
{
    color:green;
    font-weight:bold;
}

.breadcrum
{
    font-weight:bold;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;

}
.color-swatch
{
    width:30px;
    height:30px;
    display:block;
}

.titletext:after
{
    content:"Melco Control Center";
}

.help
{
    float: left;
    font-size: 9px;
    width: 100%;
}
.input-row
{
    margin-bottom:10px;
}

/*common css */
.delete{
    background:url(images/001_05.png) no-repeat;
    width:20px;
    height:20px;
    background-size: 20px 20px;
}
.duplicate
{
    background:url(images/duplicate.png) no-repeat;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    margin-right: 3px;
    margin-top: 4px;

}
.picker
{
    cursor: url('images/picker.ico'), default;
}
.input-error
{
    border:2px solid red !important;
}

.titlebar
{
    padding: 0.1em 1em;
    position: relative;
    background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #aaa;
    color: #222;
    font-weight: bold;
}
.titlebar .title
{
    float: left;
    margin: 0.1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.corner-all{
    border-radius: 4px;
}
.clearfix {
    min-height: 0;
}
.clearfix::before, .clearfix::after {
    border-collapse: collapse;
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}


/*checkator css */  
input[type=radio],
input[type=checkbox] {
	margin-bottom: 0;
}
.checkator_source {
	position: relative;
	z-index: 2;
	display: block;
}
.checkator_holder { /* Holder for the new element */
	display: inline-block;
	position: relative;
}
.checkator_element { /* New element */
	border: 2px solid #abadb3;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.checkator_source:checked+.checkator_element:after { /* Checked element dot */
	background-color: #7fa92c;
	display: block;
	content: ' ';
	top: 20%;
	right: 20%;
	bottom: 20%;
	left: 20%;
	position: absolute;
}
.checkator_source:focus+.checkator_element { /* Focused element */
	border: 2px solid #cc0;
}
.checkator_source:hover+.checkator_element { /* Hovered element */
	/* Bug: There is a bug in chrome preventing this from working correctly */
	background-color: #def;
	border: 2px solid #79b;
}
.checkator_element.radio {
	border-radius: 50% !important;
}
.checkator_element.radio:after {
	border-radius: 50% !important;
}
.checkator_element.checkbox { /* New element */
	border: 2px solid #abadb3;
}





#garmentView
{
    width:500px;
    height:623px;
    border:1px solid grey;
    float:left;
    overflow: hidden;
}
#view
{
    width:500px;
    height:500px;
    text-align:center;
    vertical-align:middle;
    position: relative;

}


/*
.gListContainer{
    border: 1px solid #ccc;
    margin: 1em 0;
    padding: 1em;
    display:inline-block;
    width:96%;
    margin:1%
}*/



.gListContainer ul{
    margin: 0px 0px 0px 0px;
    float:left;
    list-style: none;
    padding:0px 0px 0px 0px;
    width:100%;
    background:#ffffff;
}
.gListContainer li{
    float:left;
    border:1px solid #656565;
    margin:1px;
    width:200px;
    height:205px;
    cursor:pointer;
    margin:5px;
}
.gListContainer li img{
    width:180px;
    min-width:180px;
    min-height:180px;
    display:block;
    margin:0px 10px 0px 10px;
    text-align:center;
}
.gListContainer li div{
    width:200px;
    max-width:200px;
    overflow:hidden;
    display:inline-block;
    margin:0px 2px 0px 2px;
    text-align:center;
    font-weight: bold;
}

.gListContainer li span{
    width:170px;
    max-width:170px;
    overflow:hidden;
    margin:0px 2px 0px 2px;
    text-align:center;
    font-weight: bold;
}





/*scroller css*/
.scroller ul{
     margin: 1px;
    float:left;
    list-style: none;
    padding:0px 0px 0px 0px;
}
.scroller ul li{
    float:left;
    border:1px solid #656565;
    margin:1px;
}

.scroller ul .active{
    border:1px solid #ff0000;
}

.scroller .container{
     position:relative;
    overflow:hidden;
    height:inherit;
    margin-top: 2px;
}
.scroller .next{
    background: rgba(0, 0, 0, 0) url("images/arrow_right.png") no-repeat scroll 0 0;
    background-size: 20px 20px;
    height: 20px;
    width:20px;
    float: right;
    margin: 5px 0 2px 3px;
    overflow: hidden;
    text-indent: -9999px;
}
.scroller .prev{
    background: rgba(0, 0, 0, 0) url("images/arrow_left.png") no-repeat scroll;
    background-size: 20px 20px;
    height: 20px;
    margin: 5px 0 2px 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
    float:left;
}
.scroller .next-disable{
    background: rgba(0, 0, 0, 0) url("images/arrow_right.png") no-repeat scroll 0 0;
    background-size: 20px 20px;
    height: 20px;
    width:20px;
    float: right;
    margin: 5px 0 2px 3px;
    overflow: hidden;
    text-indent: -9999px;
    cursor:default;
}
.scroller .prev-disable{
    background: rgba(0, 0, 0, 0) url("images/arrow_left.png") no-repeat scroll;
    background-size: 20px 20px;
    height: 20px;
    margin: 5px 0 2px 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
    float:left;
    cursor:default;
}

.drag-handle{
    float:left;
    display:none;
    background-image: url(images/sort.png);
     height:16px;
    width:16px;
}


/*image colors css*/
#garmentColors
{
    width:500px;
    /*margin-left:2px;*/
    height:48px;
    border-top:1px solid grey;
    overflow: hidden;
    /*bottom:27px;*/
    /*left:22px;*/
    /*position:absolute;*/
}
#garmentColors .container{
    height:50px;
    /*width:200px;*/
    margin-top: 1px;
}
#garmentColors ul li{
    height:40px;
    width:40px;
    cursor:pointer;
}
#garmentColors ul li:hover .drag-handle{
    float:left;
    display:inline-block;
    background-image: url(images/sort.png);
    height:16px;
    width:16px;
    z-index:100;
    
}




#garmentColors ul li a span{
    height:19px;
    width:38px;
    display:block;
    margin:1px 1px 1px 1px;
}
#garmentColors ul li a .primary{
    font-weight:bold;
    font-size:30px;
    line-height:38px;
    text-align: center;
    margin-bottom: -1px;
}

#garmentColors .next {
    margin-top:15px;
}
#garmentColors .prev {
    margin-top:15px;
}




/*image views css*/
#views
{
    /*left:272px;*/
    width:500px;
    /*height:80px;*/
    border-top:1px solid grey;
    overflow: hidden;
    bottom:0px;
    /*position:absolute;*/
    text-align:center;
    height: 68px;
    margin-top: 1px;
}
#views .container ul{
    margin-left: 1px;
}
#views ul li{
    cursor:pointer;
    position:relative
}
/*#views .container{
    height:72px;
    width:200px;
    margin-top: 6px;
}*/
#views ul li:hover .drag-handle{
    position:absolute;
    display:inline-block;
    left:1px;
    top:1px;
    background-image: url(images/sort.png);
    height:16px;
    width:16px;
    z-index:100;
    
}
#views ul li a img{
    max-height:80px;
    width:60px;
    display:block;
    margin:1px 1px 1px 1px;
}
#views .next {
    margin-top:24px;
}
#views .prev {
    margin-top:24px;
}



#divGarment .right-column
{
    display:inline-block;
    width:365px;
   
}
#divGarment .accordian{
     margin-left:20px;
}
#divGarment .accordian h3{
    color: #222;
    font-weight: bold;

}
.accordian h3 span{
    margin:0px;

}
#divGarment .category-list
{
    min-height:200px;
    overflow:inherit;
    overflow-x:hidden;
    overflow-y:auto;
}
#divGarment .category-list input[type=checkbox] {
	width: 25px;
	height: 25px;
}
#divGarment .category-list label {
    display: inline-block;
    height: 25px;
    margin-top: -12px;
    vertical-align: middle;
    width: 35%;
    overflow:hidden;
}
#divGarment .real-life
{
    height:115px;
}
#divGarment .real-life .options
{
    margin: 10px 10px 10px 13px;
}
#divGarment .real-life .input
{
    margin: 15px 10px 10px 20px;
}
#divGarment .real-life .input input[type="text"] {
    border: 1px solid #ccc;
    width: 100px;
}

#divGarment .g-container .rlHandler
{
    position:inherit;
    display:inline-block;
}
#divGarment .g-container .drag-handle{
    background-image: none;
    height:20px;
    width:100%;
    display:inline-block;
    
}


#divGarment .g-container .height{
    height:20px;
    width:100%;
}
#divGarment .g-container .width{
    height:100%;
    width:20px;
}




#divGarment .g-container .drag-handle .handle{
    cursor:pointer;
    width:20px;
    height:20px;
    margin:-10px;
    float:left;
    background: #d3d3d3 url("images/drag.png") no-repeat scroll center center;
    background-size: 20px 20px;
}
#divGarment .g-container .drag-handle.last{
    margin-top:-3px;
}

#divGarment .g-container .drag-handle .line{
    line-height:1px;
    width:100%;
    /*margin-top:-1px;*/
    background-color: red;
}



#divGarment .real-life label
{
    width:60px;
    /*float:left;*/
    font-weight:bold;
    font-size:12px;
}

#divGarment .real-life span
{
    margin-left:5px;    
    font-weight:bold;
    font-size:12px;
    
}



#divGarment .image-box
{
    min-height:520px;
    overflow-x:hidden;
    overflow-y:auto;
}
#divGarment .ui-accordion-content{
    padding:0px;
}
.image-list
{
    border: 1px solid grey;
    overflow-x:hidden;
    overflow-y:auto;
    max-height: 520px;
    min-height: 520px;
}
.image-list .row
{
    border:1px solid #656565;
}
.image-list .container .active
{
    border:1px solid #ff0000;
}
.image-list .image-name{
    font-size: 12px;
    font-weight: bold;
    margin: 0px 15px 10px;
}
.image-list .image{
    max-height:100px;
    max-width:100px;
    margin:0px 0px 0px 5px;
}
.image-list .contents
{
    margin:9px 0px 9px 9px;
    display: inline-block;
}
.image-list .contents .inner-row-left
{
    float: left;
    width: 115px;
}
.image-list .contents .inner-row-right
{
    float: right;
    width: 175px;
}
.image-list .contents .input-row
{
   margin-bottom: 5px;
}
.image-list .no-row{
    font-size: 15px;
    font-weight: bold;
    margin-left: 137px;
    margin-top: 178px;
    position: absolute;
}
.image-list  .delete{
    float:right;
    margin-right:5px;
    margin-top:2px;
}
.image-list .primary
{
    width:22px;
    height:22px;
    border: 1px #656565 solid;
    background-color: red;
    margin-bottom: -5px;
    display: inline-block;
    background-color: white;
    cursor:pointer;
    background:url(images/picker.png) no-repeat;
    background-size: 22px 22px;
}
.image-box .color {
    width:135px;
}
.image-box .view {
    width:135px;
}









#fileUpload
{
    float:right;
    width:250px;
}
.upload-images
{
    position:absolute;
    display:block;
    float:right;
    width:200px;
}
#fileUpload #upload_picker
{
    position:relative;
    opacity: 0;
    width:214px;
    height:25px;
}
#fileUpload .progress
{
     display:inline-block;
     width:20px;
     height:20px;
     margin: 0 0 0 5px;
     float:left;
}
#fileUpload .loader
{
    background: url("images/loader-new.gif") no-repeat transparent;
}


#garmentList .delete{
    margin-bottom: -2px;
    margin-right: 5px;
    margin-top: 3px;
}



.list .pager
{
 padding: 5px;
}
.list .header {
    background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #aaa;
    color: #222;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list .footer {
    background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #aaa;
    color: #222;
    font-weight: bold;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list clearfix::before, .list clearfix::after {
    border-collapse: collapse;
    content: "";
    display: table;
}
.list clearfix::after {
    clear: both;
}
.list .pager .filter
{
    float: right;
    text-align: right;
    width: 50%;
}
.list .pager .info{
    float: left;
    width: 50%;
    padding-top: 3px;
}
.list .pager .paginate{
    float: right;
    text-align: right;
    width: auto;
}
.list .pager .paging_full_numbers
{
     width: 350px !important;
}
.list .pager .buttons
{
    margin-right: 7px;
}
.list .pager .button
{
    display: inline-block;
    line-height: normal;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
    color: #555;
    font-weight: normal;
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #d3d3d3;
    color: #555;
}
.list .pager .buttons .button
{
    cursor: pointer;
    margin: 0;
    padding: 2px 6px;
}
.list .pager .buttons .disabled {
    cursor: default !important;
    background-image: none;
    opacity: 0.35;
}
.list .pager .buttons .corner-left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.list .pager .buttons .corner-right {
     border-bottom-right-radius: 5px;
     border-top-right-radius: 5px;
}
 
 
/*
.ui-dialog #divGarment 
{
    padding:0px;
}


#divGarment .ui-widget-header
{
    background:none;
}


#divGarment .ui-tabs-panel
{
    height:650px;
}

*/




/*New CSS */
#wrapper a:link
{
    color: #333;
    text-decoration: underline;
}
#wrapper a:visited
{
    color: #333;
}
#wrapper a:hover
{
    color: #333;
    text-decoration: none;
}
#wrapper a:active
{
    color: #333;
}

#wrapper{
	width:100%;
	margin:0 auto 60px;
}
#main::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
#main.sub {
    padding: 5px 1px 39px 17px;
}
#twocolumns {
    float: left;
    position: relative;
    
    z-index: 2;
	width:779px;
}
#main h1 {
    color: #191919;
    font-size: 17px;
    line-height: 19px;
    margin: 0 0 17px;
    padding: 0 0 9px;
	border-bottom: 2px solid grey;
}
#content {
    float: left;
    width: 655px;
}
#twocolumns #content {
    float: right;
    width: 444px;
}
.aside {
    float: left;
    padding: 30px 0 0;
    width: 185px;
}
.aside h3, .actions h3 {
    color: #4c4c4c;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 13px;
    margin: 0 0 17px;
    text-transform: uppercase;
}
.aside .box {
    background: rgba(0, 0, 0, 0) url("/images/bg-list.gif") repeat-y scroll 0 0;
    border: 1px solid #acacac;
    height: 259px;
    margin: 0 0 10px;
    overflow: auto;
    width: 183px;
}
.aside .list {
    font-size: 11px;
    line-height: 13px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.aside .list li {
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
.list li {
    margin: 0 0 3px;
}
.aside .list .all a {
    background: rgba(0, 0, 0, 0) url("images/bg-all.gif") repeat-x scroll 0 0;
    color: #fff!important;
    font-weight: bold;
}
.aside .list li a {
    color: #666;
    display: block;
    padding: 6px 10px 5px 13px;
}
.add-category{
	width:121px;
	height:22px;
	color:#333;
	padding:0 0 0 64px;
	display:block;
	line-height:22px;
	background:url(images/btn-add.gif) no-repeat;
}

#sidebar 
{
	width:245px;
	float:right;
	margin-right: 50px;
}

.actions {
    float: left;
    padding: 30px 0 0;
	width: 100%;
}
.actions a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0 0 -38px;
    max-height: 20px;
    width: 100%;
}

/*
#sidebar .account a, #sidebar .account a:visited {
    color: #80bc03;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 -49px;
    padding: 6px 0 0 10px;
    position: relative;
    width: 100%;
}
*/

.job-history {
    display:none;
}

#listUsers
{
    width:100%;
}
.searchfield 
{
    float: left;
    margin:0px 20px 10px 0px;
    width:200px;
    min-width:200px;
    padding: 10px;
}
select.searchfield , button.searchfield
{
    float: left;
    width:220px;
}


#info
{
    width:100%;
    text-align:center;
    font-size:15px;
}
#versionNumber {
    bottom: 15px;
    color: white;
    font-size: 1.5em;
    text-align: right;
}
a.actions {
    display: block;
    float: left;
    background-image: url(images/setting-gear.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 25px;
    min-height: 25px;
    margin: auto;
}

.icon-delete {
    background-image: url("svg/icon_delete.svg");
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin: auto;
    border-style: none;
    border: 0px;
    outline: none;
    background-color: #85B5D9;
    cursor:pointer;
}
.icon-edit {
    background-image: url("svg/icon_edit.svg");
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin: auto;
    border-style: none;
    border: 0px;
    outline: none;
    background-color: #85B5D9;
    cursor: pointer;
}

a.csv {
    display: block;
    /*float:left;*/
    background-image: url("images/csv.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 50px;
    min-height: 50px;
    margin: 10px;
    vertical-align: middle;
}