﻿/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{font-size: 1.5em;color: #000;font-family: Arial, Helvetica, sans-serif;}
h1{font-size: 2em;padding-bottom: 0;margin-bottom: 0;}
h2{padding: 0 0 10px 0;}
h3{font-size: 1.2em;}
h3 span{margin-left: 25px;}
h3 span label{margin-left: 10px;font-weight: bold;color: #0CB2FF;}
h4{font-size: 1.1em;}
h5, h6{font-size: 1em;}

/*generic table*/
table {border: solid 1px #EFF4F9;border-collapse: collapse;}
table th { border: 1px solid #c5dbec; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
td, th {
    display: table-cell;
    vertical-align: inherit;
}

.noTitle .ui-dialog-titlebar {display:none}


.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;
   
}
html,
body {
    height: 100%;

}

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;
}



/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    /*height:100%;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.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;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    overflow: hidden;
    height: calc(100% - 215px) ;
}


#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .8em;
}

/* 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;
    width:auto;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"], input[type="password"], select {
    width: 200px;
    border: 1px solid #CCC;
    margin: 0px 20px 10px 0px;
    min-width: 200px;
    padding: 10px;
}
select
{
    width:220px;
}
    /* 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;
}

.error
{
    border:1px solid red !important;
}

#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.new-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: 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%;
}

/* User Profile*/
.pFilter
{
    width: 350px;
    float:right;
}
.pFilter select{
    width:250px;
    margin: 2px 0px;
}
.tools
{
    float:right;
}



section.activity {
  position: relative;
  border: 1px solid #a6c9e2;
  padding-top: 37px;
  background: #85B5D9;

}
.activity .container {
  overflow-y: auto;
  background:#fff;
}
.activity table {
  border-spacing: 0;
  width:100%;
}
.activity td + td {
  border-left:1px solid #a6c9e2;
}
.activity td, th {
  border-bottom:1px solid #a6c9e2;
  background: #fff;
  color: #000;
  padding: 10px 6px;
}
.activity th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
  background-color: #fff;
}
.activity th div{
  position: absolute;
  background: transparent;
  color: #fff;
  padding: 9px 6px;
  top: 0;
  margin-left: -6px;
  line-height: normal;
  border-left: 1px solid #a6c9e2;

}
.activity th:first-child div{
  border: none;
}
.activity tr{
    overflow-y:hidden;
}

.user .profile
{
    display:inline-block;
    width:100%;
}
.user .profile table, .user .productList table 
{
    border:1px solid #a6c9e2;
    border-collapse: collapse;
    border-color: #a6c9e2;
}
.user .profile table
{
    width:75%;
    max-width:500px;
    min-width:300px;
    float:left;
}
.user .profile-actions
{
    float:left;
    margin-left:15px;
}
.user .productList table 
{
    width:100%;
}
.user .profile table td, .user .productList table  td
{
    border:1px solid #a6c9e2;
}
.user .profile table td.title, .user .productList table td.title
{
    width:175px;
    overflow:hidden;
    font-weight:bold;
}
.user .profile input
{
    margin:10px;
}

#diaAssignFeatures .list
{
    display: block;
    overflow-y: scroll;
    max-height:500px;
}
#diaAssignFeatures .list table{
    width:100%;
    margin:auto;
}
#diaAssignFeatures .list input[type="checkbox"] 
{
    width:25px;
    height:25px;
}
#diaAssignFeatures .list input[type="text"] 
{
    margin-left:20px
}
a.removeAccess
{
    display: block;
    float: left;
    overflow: hidden;
    background: url(images/001_02.png) no-repeat top left;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: 4px;
}
a.allowAccess
{
    display: block;
    float: left;
    overflow: hidden;
    background: url(images/001_01.png) no-repeat top left;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: 4px;
}
select.searchfield, button.searchfield, input[type="button"] 
{
    float: left;
    width:222px;
}


#listUsers, #list
{
    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;
}



/* documentation */
#docs
{
    width:100%;
}
#docs .left
{
    width:20%;
    float:left;
    border:1px solid grey;
    margin:0px;
}
#docs .right
{
    width:79%;
    float:right;
    margin:0px;
}
#docs ul 
{
    margin:0px 10px 0px 10px;
    padding:0px;
}
#docs ul li
{
    list-style: none;
    width:100%;
}
#docs h1 {
    margin: 0 0 8px;
    padding: 0 0 9px;
    color: #191919;
    font-size: 16px;
    line-height: 19px;
    /*background: url(images/border.gif) no-repeat 0 100%;*/
}
#docs h2 {
    margin: 0 0 20px;
    padding: 0 0 7px;
    color: #191919;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #acacac;
    width:85%;
}
#docs table, .syntaxhighlighter{
    width:100%;
    min-width:100%;
}
#docs .doc-menu li {
    background: none;
    font-weight: normal;
}
#docs .doc-menu li a,#docs .doc-menu li p {
    font-size:14px;
    text-decoration:none;
    padding: 0px 0px 0px 10px;
    color: #4C4C4C;
    border: 0px;
    display: block;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    font-weight:bold;
    /* padding: 5px 0px 0px 13px; */
}
#docs .doc-menu li p {
    text-decoration:underline;
    margin-bottom:0px;
    margin-top:0px;
}
#docs .doc_table {margin:0 0 26px;overflow:hidden;width:100%;}
#docs .doc_table table {border:1px solid #ACACAC;border-collapse:collapse;color:#000000;float:left;font-size:12px;font-weight:bold;width:100%;}
#docs .doc_table table th {background:url("images/bg-table-th.gif") repeat-x scroll 0 0 transparent;border:1px solid #C1C1C1;margin:0;padding:10px 13px 11px 5px;text-align:left; vertical-align:top;}
#docs .doc_table table td {border:1px solid #C1C1C1;	font-weight:normal;padding:7px 5px 9px 5px;text-align:left;vertical-align:top;}
#docs .doc_table table td ul {padding:0px 0px 0px 20px;}
#docs .doc_table h3{margin:0 0 20px;	padding:0 0 5px;color:#191919;font-size:12px;line-height:14px;}



#diaAdd table{
    width:100%;
}
#diaAdd .sub-list
{
    max-height:370px;
    overflow-x:hidden;
    overflow-y:auto;
}
#diaAdd .sub-list input{
    min-width:25px;
}
#diaAdd input, #diaAdd select{
    min-width:250px;
}

.grid-toolbar
{
    margin: 0;
    padding: .22em .22em .22em;
    display: inline-block;
    width: 99%;
}
.grid-toolbar.bottom
{
    position:absolute;
    bottom:25px;
    right:25px;
   left:0px;
}
.grid-toolbar .help
{
    float:left;
}
.grid-toolbar a
{
    float:right;
}
.page-template {
    width: 100%;
    
    margin: auto;
}


.btn-big-v1 {
    display: inline-block !important;
    width: 300px !important;
    height: 50px !important;
    float: none !important;
    margin: auto;
}

div.full-center {
    width:100%;
}
span.error-v1 {
    background-image: url("images/icon_error.svg");
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
    position:absolute;
    border-style: none;
    border: 0px;
    outline: none;
    margin-top:4px;
    margin-left:-50px;
}

.dashboard {
    margin: -30px -30px 0px -30px;
    height: calc( 100% + 20px);
}

.dashboard a{
    line-height: 25px;
    width: 100%;
    display:block;
    text-align:center;
}

td span.success {
    background-image: url("images/tick-green.png");
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin-left: 15px;
    border-style: none;
    border: 0px;
    outline: none;
}

td span.failed {
    background-image: url("images/cross-red.png");
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin-left: 15px;
    border-style: none;
    border: 0px;
    outline: none;
}


.right .queue .processor {
    width: 300px;
    border: 1px solid black;
    margin: 0px 15px 15px 0px;
    float: left;
}
.right .queue .processor .title {
    width: 100%;
    font-weight: bold;
    text-align: center;
    background-color: #696969;
    line-height:30px;
    vertical-align:middle;
    color:white;
}
.right .queue .processor p{
    font-weight:bold;
    width:50%;
    display:inline-table;
    margin:5px;
}

.right .queue .processor span {
    font-weight: bold;
}

#explorer {
    width: 100%;
    height: 650px;
    display:inline-block;
}
#explorer .list {
    border: 1px solid black;
    height: inherit;
    overflow: scroll;
    width: 78%;
    float: left;
}
#explorer .instructions {
    width: 20%;
    float: right;
    display: inline-block;
}
#explorer .instructions div{
    margin-top:5px;
}
#explorer .list .empty {
    margin: auto;
    margin-top:75px;
    width: 50%;
    /*border: 3px solid green;*/
    padding: 10px;
    font-size:20px;
}

.breadcrumbs {
    margin-bottom: 10px;
    zoom: 1;
}
.breadcrumbs .breadcrumb.title {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    color: #c40022;
}
.breadcrumbs .breadcrumb.item{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    display:inline;
}
.breadcrumbs .breadcrumb.item a {
    color: #333333;
}

#explorer .list .container {
    width: 150px;
    height: 155px;
    float: left;
    border: 1px solid grey;
    margin: 1px;
    cursor: pointer;
}
#explorer .list .container.selected {
    border: 1px solid red;
}

#explorer .list .container .folder {
    background-image: url("svg/folder.svg");
    width: 110px;
    height: 110px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin: auto;
    border-style: none;
    border: 0px;
    outline: none;
    cursor: pointer;
}
#explorer .list .container .file {
    background-image: url("svg/file.svg");
    width: 110px;
    height: 110px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin: 5px auto;
    border-style: none;
    border: 0px;
    outline: none;
    /*cursor: pointer;*/
}
#explorer .list .container span {
    margin-top: 5px;
    font-size: 12px;
    width: 150px;
    text-align: center;
    display: inline-block;
    word-wrap: break-word;
}


.download .action {
    float: left;
    margin: 10px auto;
}
.download input[type="button"] {
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin-right: 5px;
    border-style: none;
    border: 0px;
    outline: none;
    cursor: pointer;
    background-color: #59595c;
}

.download input[type="button"].download_file {
    background-image: url("svg/download.svg");
}
.download input[type="button"].upload_file {
    background-image: url("svg/upload.svg");
}
.download input[type="button"].new_folder {
    background-image: url("svg/new_folder.svg");
}
.download input[type="button"].delete_file {
    background-image: url("svg/delete.svg");
}

.download input[type="button"]:disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: default;
}


.progress {
    width: 98%;
    height: 60px;
    border:1px solid grey;
    margin:5px;
}
.progress div.text {
    width: 98%;
    height: 60px;
    font-size:25px;
    vertical-align:middle;
    text-align:center;
    line-height:60px;
    z-index:1;
}

.progress .fill {
    /*width: 98%;*/
    height: 60px;
    background-color: green;
    display: inline-block;
    position: absolute;
    margin-top: -60px;
    z-index: -1;
}
#url {
    font-size:16px;
    margin:15px auto;
}
.filters .csv {
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin-right: 5px;
    border-style: none;
    border: 0px;
    outline: none;
    cursor: pointer;
    background-color: #59595c;
    background-image: url("svg/download.svg");
}
.filters .search {
    width: 50px !important;
    height: 50px !important;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin-right: 5px;
    border-style: none;
    border: 0px;
    outline: none;
    cursor: pointer;
    background-color: #59595c;
    background-image: url("svg/icon_search.svg");
}

.filters .datePicker
{
    width:150px !important;
}
.filters select {
    width: 150px;
}

.summary table {
    width:100%;
}
.summary span {
    font-weight: bold;
}


.dropbtn {
    background-color: #656565;
    height: 36px;
    color: #BA5050;
    padding: 10px;
    font-size: 14px;
    border: none;
}
.dropbtn:before {
    content: url("images/menu-bars.svg");
    width: 10px;
    float: left;
    margin-right: 15px;
    margin-top:0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #656565;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px;
    z-index: 1;
}

.dropdown-content a {
    color: #BA5050;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #656565;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover {
    background-color: #656565;
}
.dropbtn {
    background-color: #EFF4F9;
}



.loading {
    display: inline-block;
    width: 100%;
    text-align: center;
    /*border: 1px solid red;*/
    font-size: 20px;
    margin: 25px;
    color: red;
    min-height: 500px;
}
/*div to render table styling*/
.tbl_list{
    min-height:500px;
}
.tbl_list div.table {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.tbl_list .table .row-cell, .tbl_list .table .heading {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}
.tbl_list .table .body .row-cell {
    font-size: 13px;
}
.tbl_list .table .row:nth-child(even) {
    background: #FFFFFF;
}
.tbl_list .table .header {
    background: #696969;
    background: -moz-linear-gradient(top, #8e8e8e 0%, #787878 66%, #696969 100%);
    background: -webkit-linear-gradient(top, #8e8e8e 0%, #787878 66%, #696969 100%);
    background: linear-gradient(to bottom, #8e8e8e 0%, #787878 66%, #696969 100%);
    border-bottom: 1px solid #FFFFFF;
}
.tbl_list .table .header .heading {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
.tbl_list .table .header .heading:first-child {
    border-left: none;
}
.tbl_list .table {
    display: table;
}
.tbl_list .row {
    display: table-row;
}
.tbl_list .header {
    display: table-header-group;
}
.tbl_list .row-cell, .heading {
    display: table-cell;
}
.tbl_list .header {
    display: table-header-group;
}
.tbl_list .body {
    display: table-row-group;
}
.two-rows {
        border: 1px solid #AAAAAA;
        background-color: #EEEEEE;
        width: 100%;
        text-align: left;
        border-collapse: collapse;
        display: table;
    }
.two-rows .row {
    width: 100%;
    display: table;
    border-bottom: 1px solid #AAAAAA;
}
.two-rows .header {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    width: 30%;
    background: #696969;
    background: -moz-linear-gradient(top, #8e8e8e 0%, #787878 66%, #696969 100%);
    background: -webkit-linear-gradient(top, #8e8e8e 0%, #787878 66%, #696969 100%);
    background: linear-gradient(to bottom, #8e8e8e 0%, #787878 66%, #696969 100%);
    border-bottom: 1px solid #FFFFFF;
    padding: 5px 5px;
    float:left;
}
.two-rows .row-cell {
    float: left;
    padding: 5px 5px;
    font-size: 12px;
}
.two-rows .heading {
    display: table-header-group;
}
.two-rows .row:nth-child(even) {
    background: #FFFFFF;
}
.tbl_list .table button.info {
    height: 34px;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor:pointer;
    background-color:transparent;
}
.tbl_list .table button.info:before {
    content: url("images/menu-bars.svg");
    cursor: pointer
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0px;
    
}

.summary .tbl_list, .list .tbl_list {
    min-height: 100px;
}

.summary .tbl_list .row, .list .tbl_list .row {
    display: table-row;
    line-height: 25px;
}
.summary .tbl_list .row, .list .tbl_list .row .details, .summary .tbl_list .row, .list .tbl_list .row .export {
    cursor: pointer;
}