﻿
#container {
    width: 1440px; /* explicitly set the width to 1024px */
    margin: 0 auto; /* this will center your container */
}






.PageContainer{
	width:1080px; 
	height:auto;
	margin:auto;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:20px;	
}





body{
	background-color:#f5f5f5;
	height:auto;
	background-repeat:repeat-x;
}


.dragpanel{
      background-color: #FFC0FF;
      height: 200px;
      width: 400px;
      border-bottom-color: black;
}



.TitleDropDownContainer {

    position: fixed;
    /*position: absolute; */
    top:195px;
    left: 20px;  
    width:215px;
    height: 500px;
    overflow: auto;  
    background-color:  cornsilk  ;  
    z-index: 12345598;
    border-width: 1px;
    border-color: black;
    border-radius: 5px;   
    
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

 
}



.title-container {
    margin: 5px;    
    position: relative;
    overflow: hidden;
    height: 63px;
    width: 185px;
    border-width: 1px;
    border-color: #CC3300; 
    border-style: solid;   
    border-radius: 4px;  
}
.title-container h1 {
    
    font-size: 9px;
    font-family: Calibri;
    height: 10px;
    font-weight: 700; 
    margin-left: 50px; 
    padding-top: 0px;
    padding-bottom: 0px; 
    z-index: 200;
    word-break: normal;
    color: #222222;
    vertical-align: top; 
  
} 

.title-container h2 {
    
    font-size: 9px;
    font-family: Calibri;
    height: 10px;
    font-weight: 700; 
    margin-left: 50px; 
    padding-top: 0px;
    padding-bottom: 0px; 
    z-index: 200;
    word-break: normal;
    color: #003300;
    vertical-align: top; 
  
} 

.title-container img {
    position: absolute;
    padding-top:5px;
    left: 2px;
    top: 0px;
    max-width:50px;
    max-height:80%;
    opacity: 0.8;
    
}

title-container.dragging {
    cursor: wait;
}










    /*Pull List */



.PullListDropDownContainer {

    position: fixed;

    top: 195px;
    right: 0%;


    width:215px;
    height: 500px;
    overflow: auto;  
    background-color:  cornsilk  ;  
    z-index: 12345598;
    border-width: 1px;
    border-color: black;
    border-radius: 5px;    

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}



.pull-list-container {
    margin: 1px;    
    position: relative;
    overflow: hidden;
    height: 63px;
    width: 185px;
    border-width: 1px;
    border-color: #CC3300; 
    border-style: solid;   
    border-radius: 4px;  
}
.pull-list-container h1 {
    
    font-size: 9px;
    font-family: Calibri;
    height: 10px;
    font-weight: 700; 
    margin-left: 50px; 
    padding-top: 0px;
    padding-bottom: 0px; 
    z-index: 200;
    word-break: normal;
    color: #222222;
    vertical-align: top; 
  
} 

.pull-list-container h2 {
    
    font-size: 9px;
    font-family: Calibri;
    height: 10px;
    font-weight: 700; 
    margin-left: 50px; 
    padding-top: 0px;
    padding-bottom: 0px; 
    z-index: 200;
    word-break: normal;
    color: #003300;
    vertical-align: top; 
  
} 

.pull-list-container img {
    position: absolute;
    padding-top:5px;
    left: 2px;
    top: 0px;
    max-width:50px;
    max-height:80%;
    opacity: 0.8;
    
}

pull-list-container.dragging {
    cursor: wait;
}






.title-containerOnPlano {
    margin: 5px;    
    position: relative;
    overflow: hidden;
    height: 63px;
    width: 185px;
    border-width: 1px;
    border-color: #CC3300; 
    border-style: solid;   
    border-radius: 4px;  
    background-color: pink;  
}
.title-containerOnPlano h1 {
    
    font-size: 9px;
    font-family: Calibri;
    height: 10px;
    font-weight: 700; 
    margin-left: 50px; 
    padding-top: 0px;
    padding-bottom: 0px; 
    z-index: 200;
    word-break: normal;
    color: #222222;
    vertical-align: top; 
  
} 

.title-containerOnPlano h2 {
    
    font-size: 9px;
    font-family: Calibri;
    height: 10px;
    font-weight: 700; 
    margin-left: 50px; 
    padding-top: 0px;
    padding-bottom: 0px; 
    z-index: 200;
    word-break: normal;
    color: #003300;
    vertical-align: top; 
  
}

.title-containerOnPlano img {
    position: absolute;
    padding-top:5px;
    left: 2px;
    top: 0px;
    max-width:50px;
    max-height:80%;
    opacity: 0.8;
    
}

title-containerOnPlano.dragging {
    cursor: wait;
}













.PlanoContainer {
    position: absolute;
    top: 180px;
    left: 245px;
    width: 42540px;
    height: 2000px;
   
}


.PlanoContainerHeader {
    position: absolute;
    top: 170px;
    left: 245px;
    width: 4240px;
    height: 20px;
}



.plano-object-container {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 337px !Important;
    border-width: 0px;
    border-color: #CC3300; 
    border-style: none; 
    margin:5px; 
      
}

.plano-object-container h1 {
    
    margin-top: -1px;
    font-size: 11px;
    font-family: Calibri;
    font-weight: 700; 
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 0px; 
    z-index: 20000;
    word-wrap: break-word;
    color: #222222;  
    width: 90px;
     
  
} 
.plano-object-container img {
    position: absolute;
    z-index: 200;
    max-width:55px;
    max-height:55px;
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-left: 25px;
    opacity: 0.4;
    

}

.plano-object-container.dragging {
    cursor: wait;
}


.UpdateProgressPanel {

    position: absolute;
    top: 20px;
    left:100px;
    color: red; 
}








/* these are the plano boxes*/


.plano-object-containerLeftBorderTopBorder {
    width: 337px; 
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;     
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
  
  
      
}



.plano-object-containerTopBorder {
   
  
    width: 337px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
      
}



.plano-object-containerRightBorderTopBorder {
    width: 337px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;     
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
    
      
}








.plano-object-containerBottomBorder {
  
    width: 337px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
   
}



.plano-object-containerLeftBorder {
   
    width: 337px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
          
}



.plano-object-containerRightBorder {

    width: 337px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
}




.plano-object-containerNoBorder {

    width: 337px;
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px;   
      
}





.plano-object-containerTopRightLeftBorder {
    width: 337px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
     
}


.plano-object-containerBottomRightLeftBorder {


    width: 337px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
}




.plano-object-containerRightLeftBorder {
  
    width: 337px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
   
      
}



.plano-object-containerBottomLeftBorder {
 
    width: 337px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
}



.plano-object-containerBottomRightBorder {
 
    width: 337px;
  
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 69px;
    max-height:69px; 
}



.plano-textTitle {
    
    position: relative;    
    padding-left: 6px;
    font-size: 11px;
    font-family: Calibri;
    font-weight: 700; 
    color: #222222;   
    min-width: 95px; 
    max-width: 95px; 
    overflow: hidden;  
  
} 

.plano-textEANUPC {
    
    margin-top: 0px;
    font-size: 12.5px;
    font-family: Calibri;
    font-weight: 700; 
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 0px; 
    color: black;      
    width: 59px; 
    min-width: 59px; 
    max-width: 59px;
    vertical-align: top;  
     
  
}

.plano-textSOSD {
    
    margin-top: 0px;
    font-size: 9.5px;
    font-family: Calibri;
    font-weight: 700; 
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 0px; 
    color: green; 
    width: 35px; 
    min-width: 55px; 
    max-width: 55px; 
    vertical-align: top;  
    text-align:right;  
     
  
}  

.plano-textStickering {
    
   
    font-size: 9px;
    font-family: Calibri;
    font-weight: 600; 
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px; 
    z-index: 20000;
    color: purple; 
    overflow:hidden;  
    vertical-align: top;
    max-height: 11px;  
    height:10px;  
    text-wrap:normal;  
    border-color: Transparent;  
    max-width: 100px;
    width: 100px; 
    min-width: 100px;
    
}


.plano-textComments {
    
   
    font-size: 9px;
    font-family: Calibri;
    font-weight: 600; 
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px; 
    z-index: 20000;
    color: red; 
    overflow:hidden;  
    vertical-align: top;
    max-height: 20px;  
    height:20px;  
    text-wrap:normal;  
    border-color: Transparent;  
    max-width: 100px;
    width: 100px; 
    min-width: 100px;
}

.plano-textCore {

   
    font-size: 11px;
    font-family: Calibri;
    font-weight: 900; 
    z-index: 20000;
    color: orangered; 
    vertical-align: top;
    max-width: 12px;
    max-height: 12px;  
    width: 12px; 
    height:12px;  
    padding-left: 2px;
  
  

}




input[type=text]:focus, textarea:focus {

    background-color: yellow;
}




.visibleDiv
{
    position: absolute;
    left: 10px;
    top: 20px;
    width: 2000px;
    height: 2000px;
    border-radius: 40px; 
   
    background-color: transparent;
    text-align: left;
    color: red; 
    font-size: 18px;
    font-family: Calibri;
    font-weight: 900; 
    z-index: 1000000;
    cursor: not-allowed; 
    
}



.plano-textStickering {
    
   
    font-size: 9px;
    font-family: Calibri;
    font-weight: 600; 
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 1px; 
    z-index: 20000;
    color: purple; 
    overflow:hidden;  
    vertical-align: top;
    max-height: 11px;  
    height:11px;  
    text-wrap:normal;  
    border-color: Transparent;  
    max-width: 100px;
    width: 100px; 
    min-width: 100px;
    border-style: none; 
    
}

.plano-textComments {
    
   
    font-size: 9px;
    font-family: Calibri;
    font-weight: 600; 
    padding-left: 2px;
    padding-top: 1px;
    padding-bottom: 1px; 
    z-index: 20000;
    color: red; 
    overflow:hidden;  
    vertical-align: top;
    max-height: 20px;  
    height:20px;  
    text-wrap:normal;  
    border-color: Transparent;  
    max-width: 100px;
    width: 100px; 
    min-width: 100px;
    border-style: none; 
    
}











/* UI Elements */
/* For Screen*/








.plano-object-containerLeftBorderTopBorderUI {
    width: 286px; 
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;     
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px; 
  
  
      
}



.plano-object-containerTopBorderUI {
   
  
    width: 286px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px; 
}



.plano-object-containerRightBorderTopBorderUI {
    width: 286px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;     
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px;  
      
}








.plano-object-containerBottomBorderUI {
  
    width: 286px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px; 
}



.plano-object-containerLeftBorderUI {
   
    width: 286px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px; 
          
}



.plano-object-containerRightBorderUI {

    width: 286px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px; 
}




.plano-object-containerNoBorderUI {

    width: 286px;
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px; 
      
}





.plano-object-containerTopRightLeftBorderUI {
    width: 286px !Important;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px; 
     
}


.plano-object-containerBottomRightLeftBorderUI {


    width: 286px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px; 
}




.plano-object-containerRightLeftBorderUI {
  
    width: 286px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
     min-height: 41px;
    max-height:41px; 
   
      
}



.plano-object-containerBottomLeftBorderUI {
 
    width: 286px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CC3300;  
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
   min-height: 41px;
    max-height:41px; 
}



.plano-object-containerBottomRightBorderUI {
 
    width: 286px;
  
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CC3300;  
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CC3300;  
    margin: -2px; 
    padding: -2px;
    min-height: 41px;
    max-height:41px; 
}



.plano-textTitleUI {
    
    position: relative;    
    padding-left: 5px;
    font-size: 10.5px;
    font-family: Calibri;
    font-weight: 400; 
    color: #222222; 
 
    min-width: 210px; 
    max-width: 210px; 
    overflow: hidden; 
    padding-top: 0px;
    vertical-align: top;    
  
} 

.plano-textTitleUIBold {
    
    position: relative;    
    padding-left: 5px;
    font-size: 11.5px;
    font-family: Calibri;
    font-weight: 900; 
    color: black;  
    min-width: 210px; 
    max-width: 210px; 
    overflow: hidden; 
    padding-top: 0px;
    vertical-align: top;    
  
} 


.plano-textEmptyTitleUI {
    
    position: relative;    
    padding-left: 5px;
    font-size: 9px;
    font-family: Calibri;
    font-weight: 700; 
    color: #222222;   
    min-width: 210px; 
    max-width: 210px; 
    overflow: hidden; 
    padding-top: 0px;
    vertical-align: top;  
    opacity: .25;   
  
} 

.plano-textEANUPCUI {
    
    margin-top: 0px;
    font-size: 12.5px;
    font-family: Calibri;
    font-weight: 700; 
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px; 
    color: black;    
    width: 41px; 
    min-width: 41px; 
    max-width: 41px;
    vertical-align: top;  
     
  
}


.plano-textEANUPCUISmall {
    
    margin-top: 0px;
    font-size: 9.5px;
    font-family: Calibri;
    font-weight: 700; 
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px; 
    color: black;    
    width: 41px; 
    min-width: 41px; 
    max-width: 41px;
    vertical-align: top;  
     
  
}


.plano-textSOSDUI {
    
    margin-top: 0px;
    font-size: 8.5px;
    font-family: Calibri;
    font-weight: 700; 
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 0px; 
    color: green; 
    width: 35px; 
    min-width: 38px; 
    max-width: 38px; 
    vertical-align: top;  
    /*text-align:right;  */
     
  
}  

.plano-textSOSDRedUI {
    
    margin-top: 0px;
    font-size: 8.5px;
    font-family: Calibri;
    font-weight: 700; 
    padding-left: 5px;
    padding-top: 2px;
    padding-boom: 0px; 
    color: red; 
    width: 35px; 
    min-width: 38px; 
    max-width: 38px; 
    vertical-align: top;  
    /*text-align:right;  */
     
  
}  

.plano-textStickeringUI {
    
   
    font-size: 8px;
    font-family: Calibri;
    font-weight: 600; 
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px; 
    z-index: 20000;
    color: purple; 
    overflow:hidden;  
    vertical-align: top;
    max-width: 110px;
    width: 110px;
    min-width: 110px;
    
}


.plano-textCommentsUI {
    font-size: 8px;
    font-family: Calibri;
    font-weight: 600;
    padding-left: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 20000;
    color: red;
    overflow: hidden;
    vertical-align: top;
    height: 9px;
    text-wrap: normal;
    border-color: Transparent;
    max-width: 125px;
    width: 125px;
    min-width: 125px;
}


.plano-textCoreUI {

   
    font-size: 9px;
    font-family: Calibri;
    font-weight: 900; 
    z-index: 20000;
    color: red; 
    vertical-align: top;
    max-width: 18px;
    max-height: 12px;  
    width: 18px; 
    height:12px;  
    padding-left: 2px;
  
  

}


.plano-textCoreLoudUI {

   
    font-size: 12px;
    font-family: Calibri;
    font-weight: 900; 
    z-index: 20000;
    color: black; 
    vertical-align: top;
    max-width: 18px;
    max-height: 12px;  
    width: 18px; 
    height:12px;  
    padding-left: 2px;
  
  

}


.plano-textPlaceholder1UI {
    width: 70px; 
}

textarea {
    height: 2.2em;
    transition: all 0.5s ease;
}

 textarea:focus {

    background-color: yellow;
    height: 5em;
}

select {
    min-height: 16px;
}


.ErrorLabel {
    position:absolute;
    top:0px;
    left: 25px; 
    color:red; 
    font-size:11px;
    font-family: Calibri;      
    z-index: 123345567789;
}

.ErrorLabelLogin {
      
    color:red; 
}


.PlanoHeaderBorderUI {
    width: 286px;
  
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #CC3300;  

  
    margin: -9px; 
    text-align:center ; 
     
}




.NewFixtureFixturePanel
{



    position: absolute;   
    left:250px;
    top:70px;  
    display: block;    
    height: 200px;
    width: 1024px;
    justify-content: center;
    align-items: center;
    z-index: 60000; 
    border-radius: 14px 14px 14px 14px;

    background: -webkit-linear-gradient(left, #99FFFF,  #FF9966); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #99FFFF, #FF9966); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #99FFFF, #FF9966); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #99FFFF, #FF9966); /* Standard syntax (must be last) */
    -moz-box-shadow: inset 0px 0px 50px 1px #000099;
    -webkit-box-shadow: inset 0px 0px 50px 1px #000099;
    box-shadow: inset 0px 0px 50px 1px #000099;


    padding-top: 10px;
    padding-left: 12px; 
    margin-left: 1px;
 
    -webkit-animation: fadein .2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .2s; /* Firefox < 16 */
    -ms-animation: fadein .2s; /* Internet Explorer */
    -o-animation: fadein .2s; /* Opera < 12.1 */
    animation: fadein .2s;
   
    
}


.ConfrimationPanel
{



    position: absolute;   
    left:250px;
    top:200px;  
    display: block;    
    height: 300px;
    width: 300px;
    justify-content: center;
    align-items: center;
    z-index: 60001; 
    border-radius: 14px 14px 14px 14px;
    background: -webkit-linear-gradient(left, #99FFFF,  #FF9966); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #99FFFF, #FF9966); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #99FFFF, #FF9966); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #99FFFF, #FF9966); /* Standard syntax (must be last) */
    -moz-box-shadow: inset 0px 0px 50px 1px #000099;
    -webkit-box-shadow: inset 0px 0px 50px 1px #000099;
    box-shadow: inset 0px 0px 50px 1px #000099;
    padding-top: 10px;
    padding-left: 12px; 
    margin-left: 1px;
 
    -webkit-animation: fadein .2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .2s; /* Firefox < 16 */
    -ms-animation: fadein .2s; /* Internet Explorer */
    -o-animation: fadein .2s; /* Opera < 12.1 */
    animation: fadein .2s;
   
    
}




.NewFixtureFixturePanel
{



    position: absolute;   
    left:300px;
    top:100px;  
    display: block;    
    height: 700px;
    width: 900px;
    justify-content: center;
    align-items: center;
    z-index: 600; 
    border-radius: 14px 14px 14px 14px;

    background: -webkit-linear-gradient(left, #99FFFF,  #FF9966); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #99FFFF, #FF9966); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #99FFFF, #FF9966); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #99FFFF, #FF9966); /* Standard syntax (must be last) */
    -moz-box-shadow: inset 0px 0px 50px 1px #000099;
    -webkit-box-shadow: inset 0px 0px 50px 1px #000099;
    box-shadow: inset 0px 0px 50px 1px #000099;


    padding: 20px;
 
    -webkit-animation: fadein .2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .2s; /* Firefox < 16 */
    -ms-animation: fadein .2s; /* Internet Explorer */
    -o-animation: fadein .2s; /* Opera < 12.1 */
    animation: fadein .2s;
   
    
}


.NewFixtureFixturePanelControls {
    padding: 10px;
    font-size: 13px;
}


    /*AutoComplete flyout */
.completionList {
    
     
    margin:3px;
    padding:5px;
    height: 350px;
    overflow:auto;
    background-color: #FFFFFF;
    font-size: 12px; 
    min-width:280px;
    z-index: 2147483647 !important;
}

.listItem {
    color: #1C1C1C;
    border-style:solid;
    border-width: 1px;
    border-color: blue;
    border-radius: 3px;
    min-height: 50px;
    padding: 5px;
}

.itemHighlighted {
    background-color: orange;
    border-style:solid;
    border-width: 1px;
    border-color: blue;
    border-radius: 3px;
    padding: 5px;
}


.CloseNewTitleHistoryPanel {
    float:right;
    text-align: right;
    margin-right: 1em;
}


.AdditonalTextForPictorial {
  
    color: darkred;
    font-size: 10px;
    font-weight: 700; 
    padding-top: -5px;
    padding-left: 10px;
}

.AdditonalTextForPictorialPanel
{

   
    opacity: .7; 
    position: absolute;   
    left:250px;
    top:140px;  
    display: block;    
    height: 27px;
    width: 700px;
    align-content: center;  
    border-radius: 14px 14px 14px 14px;

    background: -webkit-linear-gradient(left, #99FFFF,  #FF9966); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #99FFFF, #FF9966); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #99FFFF, #FF9966); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #99FFFF, #FF9966); /* Standard syntax (must be last) */
    -moz-box-shadow: inset 0px 0px 50px 1px #000099;
    -webkit-box-shadow: inset 0px 0px 50px 1px #000099;
    box-shadow: inset 0px 0px 50px 1px #000099;


    padding: 2px;
 
    -webkit-animation: fadein .2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .2s; /* Firefox < 16 */
    -ms-animation: fadein .2s; /* Internet Explorer */
    -o-animation: fadein .2s; /* Opera < 12.1 */
    animation: fadein .2s;
   
    
}


.Dummy {
    color: transparent;
    font-size: 1px;
    max-width:1px;
    max-height:1px;
    background-color: transparent; 
     visibility: collapse; 
}

.MerchandiserStoreLabel {

    min-width: 700px;
    max-width: 700px;
    font-size: 11.5px;
    font-family: Arial;
    border-radius: 3px;
    padding: 5px;
    margin: 5px; 
    border-color: blue;
    border-width: 1px;
    border-style: solid;  
      
     
}


.DropDownTable {

    min-width:1800px;
    position:absolute; 
    top:75px;

}


.NewTitleListFilterDropdown {
    position:absolute;
    left: 25px;
    top: 175px;
    font-size: 11px;
    color: firebrick;      
    font-weight: 600;  

}


.SOSDDropDown {
    position:absolute;
    left: 25px;
    top: 825px;
    font-size: 11px;
    color: firebrick;      
    font-weight: 600;  
    z-index: 99999999;

}

.DeanButton {
    position:absolute;
    left: 230px;
    top: 235px;
    font-size: 11px;
    color: firebrick;      
    font-weight: 600;  
    zoom: .75;

}


.AgencyDropDown {
    position:absolute;
    left:100px;
    top: 40px;
    font-size: 11px;
    color:saddlebrown;  
    font-weight: 600;  

}


.WhenDropdown {

    position:absolute;
    left:230px;
    top: 40px;
    font-size: 11px;
    color:saddlebrown;  
    font-weight: 600;  

}


.Chain_BannerDropDown {

    position:absolute;
    left:365px;
    top: 40px;
    font-size: 11px;
    color:saddlebrown;  
    font-weight: 600;  

}

.Display_Type_Dropdown {

    position:absolute;
    left:600px;
    top: 40px;
    font-size: 11px;
    color:saddlebrown;  
    font-weight: 600;  
    min-width: 300px; 

}


.HoldingTankFilterDropDown {

    position:absolute;
    left:970px;
    top: 40px;
    font-size: 11px;
    color:sandybrown;    
    font-weight: 600;  

}

.HoldingTankCoverArtFilter {

    position:absolute;
    left:1145px;
    top: 40px;
    font-size: 11px;
    color:sandybrown;   
    font-weight: 600;  

}


.PublishAll {
    position:absolute;
    top: 1000px;
    left:500px; 
    width:120px; 
   

    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    padding: 3px 18px 3px 18px;
    border: solid #946951 1px;
    text-decoration: none;

}


.PublishAll:hover  {
  background: #946c57;
  background-image: -webkit-linear-gradient(top, #946c57, #d9bb34);
  background-image: -moz-linear-gradient(top, #946c57, #d9bb34);
  background-image: -ms-linear-gradient(top, #946c57, #d9bb34);
  background-image: -o-linear-gradient(top, #946c57, #d9bb34);
  background-image: linear-gradient(to bottom, #946c57, #d9bb34);
  text-decoration: none;


}



.NewTitleHistory {
    position:absolute;
    top: -40px;
    left:640px; 
    width:120px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}



.UnpublishAll {
    position:absolute;
    top: -40px;
    left:780px; 
    width:120px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}



.RenderTestRegion {
    position:absolute;
    top: -40px;
    left:920px; 
    width:130px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}



.TitleUploader {
    position:absolute;
    top: 35px;
    left:1075px; 
    width:140px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}




.HalifaxUploader {
    position:absolute;
    top: 35px;
    left:1240px; 
    width:140px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}




.NewTitleHistory:hover  {
  background: #946c57;
  background-image: -webkit-linear-gradient(top, #946c57, #d9bb34);
  background-image: -moz-linear-gradient(top, #946c57, #d9bb34);
  background-image: -ms-linear-gradient(top, #946c57, #d9bb34);
  background-image: -o-linear-gradient(top, #946c57, #d9bb34);
  background-image: linear-gradient(to bottom, #946c57, #d9bb34);
  text-decoration: none;


}




.PlanoTextForDropdowns {

    position:absolute;
    left: 100px;
    top: 20px;
    font-size: 11px;
    color:saddlebrown;   
    font-weight: 600;  
    min-width:800px;
    background-color: beige;  
    align-content: center;
    text-align: center;   
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #D1BEA1),
	color-stop(1, #C49772)
);
background-image: -o-linear-gradient(bottom, #D1BEA1 0%, #C49772 100%);
background-image: -moz-linear-gradient(bottom, #D1BEA1 0%, #C49772 100%);
background-image: -webkit-linear-gradient(bottom, #D1BEA1 0%, #C49772 100%);
background-image: -ms-linear-gradient(bottom, #D1BEA1 0%, #C49772 100%);
background-image: linear-gradient(to bottom, #D1BEA1 0%, #C49772 100%);

}







.HoldingTankTextHeader {

    position:absolute;
    left: 970px;
    top: 20px;
    font-size: 11px;
    color:saddlebrown;   
    font-weight: 600;  
    min-width:430px;
    background-color: beige;  
    align-content: center;
    text-align: center;  
    
    color-stop(1, #C49772)
);
background-image: -o-linear-gradient(bottom, #D1BEA1 0%, #C49772 100%);
background-image: -moz-linear-gradient(bottom, #D1BEA1 0%, #C49772 100%);
background-image: -webkit-linear-gradient(bottom, #D1BEA1 0%, #C49772 100%);
background-image: -ms-linear-gradient(bottom, #D1BEA1 0%, #C49772 100%);
background-image: linear-gradient(to bottom, #D1BEA1 0%, #C49772 100%);
   

}


.UnPublishAll {

    
    position:absolute;
    top: 30px;
    left:670px; 
    width:350px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}


.RenderPlanogramPanel{

    
    position:absolute;
    top: 30px;
    left:850px; 
    width:350px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}


.TitleUploaderPanel{

    
    position:absolute;
    top: 10px;
    left:1075px; 
    width:350px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}

.HalifaxUploaderPanel{

    
    position:absolute;
    top: 10px;
    left:1240px; 
    width:300px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;
   z-index: 99999999999;
 
}



.MonahanUploaderPanel{

    
    position:absolute;
    top: 10px;
    left:1400px; 
    width:350px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;
   z-index: 999999999;
}



.MonahanUploader {
    position:absolute;
    top: 35px;
    left:1400px; 
    width:140px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}



.MetroEastPickSheetUploaderPanel{

    
    position:absolute;
    top: 10px;
    left:1560px; 
    min-width:275px; 
    max-width: 275px;
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;
   z-index: 999999; 

}



.MetroEastPickSheetUploader {
    position:absolute;
    top: 35px;
    left:1560px; 
    width:175px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}





.MetroWestPickSheetUploaderPanel{

    
    position:absolute;
    top: 10px;
    left:1755px; 
    min-width:275px; 
    max-width: 275px;
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;
   z-index: 9999999; 

}



.MetroWestPickSheetUploader {
    position:absolute;
    top: 35px;
    left:1755px; 
    width:175px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}



.CopyAgencyWeekPanel{

    
    position:absolute;
    top: 200px;
    left:600px; 
    min-width:350px; 
    max-width: 350px;
    min-height: 150px;
    max-height: 150px;
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 3px 3px 3px;
   border: solid #946951 1px;
   text-decoration: none;
   z-index: 999999; 

}


.CopyFromCMMIPanel{

    
    position:absolute;
    top: 200px;
    left:200px; 
    min-width:250px; 
    max-width: 250px;
    min-height: 250px;
    max-height: 250px;
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 3px 3px 3px;
   border: solid #946951 1px;
   text-decoration: none;
   z-index: 9999999999; 
   overflow:auto;  

}








.CopyAgencyWeekShowPanel {
  
    position:absolute;
    top: 35px;
    left:400px; 
    width:200px; 
   

    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    padding: 3px 18px 3px 18px;
    border: solid #946951 1px;
    text-decoration: none;

}

.AddonDocsButton {
  
    position:absolute;
    top: 65px;
    left:400px; 
    width:200px; 
   

    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    padding: 3px 18px 3px 18px;
    border: solid #946951 1px;
    text-decoration: none;

}





.CopyAgencyWeekShowPanel:hover  {
  background: #946c57;
  background-image: -webkit-linear-gradient(top, #946c57, #d9bb34);
  background-image: -moz-linear-gradient(top, #946c57, #d9bb34);
  background-image: -ms-linear-gradient(top, #946c57, #d9bb34);
  background-image: -o-linear-gradient(top, #946c57, #d9bb34);
  background-image: linear-gradient(to bottom, #946c57, #d9bb34);
  text-decoration: none;


}


.MissingEANSPanel {

    
    position:absolute;
    top: 300px;
    left:1300px; 
    min-width:300px; 
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 3px 3px 3px;
   border: solid #946951 1px;
   text-decoration: none;
   z-index: 9999999999; 
   overflow:auto;  

}



 .rounded_corners
    {
        border: 1px solid #A1DCF2;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
    }
    .rounded_corners td, .rounded_corners th
    {
        border: 1px solid #A1DCF2;
       
        font-size: 11.5px;
        text-align: center;
        padding: 4px; 
    }
    .rounded_corners table table td
    {
        border-style: none;
    }



.ManageTitlesButton {

    position:absolute;
    left: 1980px;
    top: 30px;
}

.HomeButton {

    zoom: .7;
}





.PushTitlesUploaderPanel {
    position:absolute;
    top: 35px;
    left:2100px; 
    width:250px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}


.PushTitlesUploader {
    position:absolute;
    top: 35px;
    left:2100px; 
    width:250px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}

.PushTitlesUploadErrorLabel {
    position:absolute;
    top:150px;
    left: 20px; 
    color:red; 
    font-size:11px;
    font-family: Calibri;      
    z-index: 123345567789;
}






.CopyCMMIToNewWeekPanel {
    position:absolute;
    top: 35px;
    left:2400px; 
    width:320px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
    border-radius: 8px;
    font-family: Arial;
    font-size: 11px;
     padding: 3px 18px 3px 18px;
}


.CopyCMMIToNewWeek {
    position:absolute;
    top: 35px;
    left:2400px; 
    width:320px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}


.CopyToOverWriteExistingPlanogramPanelCMMI{

    
    position:absolute;
    top: 200px;
    left:2300px; 
    min-width:350px; 
    max-width: 350px;
    min-height: 150px;
    max-height: 150px;
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   font-size: 10px;
   padding: 3px 3px 3px 3px;
   border: solid #946951 1px;
   text-decoration: none;
   z-index: 999999; 

}




.ForceTitlesToNew {
    position:absolute;
    top: 65px;
    left:640px; 
    width:165px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
   -webkit-border-radius: 8;
   -moz-border-radius: 8;
   border-radius: 8px;
   font-family: Arial;
   color: #ffffff;
   font-size: 11px;
   padding: 3px 18px 3px 18px;
   border: solid #946951 1px;
   text-decoration: none;

}


.ForceTitlesToNewPanel {
    position:absolute;
    top: 65px;
    left:640px; 
    width:320px; 
    background: #cf9b40;
    background-image: -webkit-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -moz-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -ms-linear-gradient(top, #cf9b40, #784b1e);
    background-image: -o-linear-gradient(top, #cf9b40, #784b1e);
    background-image: linear-gradient(to bottom, #cf9b40, #784b1e);
    border-radius: 8px;
    font-family: Arial;
    font-size: 11px;
    padding: 3px 18px 3px 18px;
    z-index: 1233455677899;
}




.ErrorLabelFixed {
    left: 550px;
    position: fixed;
    font-size: 12px;
    color: white;
    font-weight: 700; 
    -webkit-animation: ErrorFadeOut 7000ms;
    -moz-animation: ErrorFadeOut 5000ms;
    animation: ErrorFadeOut 5000ms;
    opacity: 0;
    border-radius: 30px;
    padding: 30px;  
    border-color: gray;
    border-style: solid;
    border-width: 2px;	


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
   z-index: 999999999;
      
}

.ErrorLabelFixed:empty {
     display: none;
}


@-moz-keyframes ErrorFadeOut {
      0% { opacity: 1; visibility: visible; }  100% { opacity: 0; visibility: hidden; } 
}

@-webkit-keyframes ErrorFadeOut {
      0% { opacity: 1; visibility: visible; }  100% { opacity: 0; visibility: hidden; } 
}

@keyframes ErrorFadeOut {
      0% { opacity: 1; visibility: visible; }  100% { opacity: 0; visibility: hidden; } 
}





.MusicPullPanel {

    position: absolute;
    left: 300px;
    top: 200px;
    height:300px;
    width:500px;

    padding: 10px;
    border-color: darkorange;
    border-width: 1px;
    border-radius: 5px; 
    border-style: solid;  

    background-color: white;  
    z-index: 9999999999; 

}