html, body  {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;

  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

img{
  border: 0;
  margin: 0;
}

#Header{
  color: white;
  height: 100px;
  margin-bottom:10px;
  background: #274D50 url(small-banner.jpg) no-repeat;
}

#Header a {color: #FFFFFF;text-decoration: none;}
#HeaderText a:hover {border-bottom: 2px #FFFFFF solid;}

#HeaderText{
  padding: 35px 0 0 20px;
  font-size: 30px;
}

#HeaderText img { vertical-align: text-top; }





#Content{
  padding: 0;
  border: 0;
  height: calc(100% - 130px);
}

#Menu{
  width: 200px;
  position: absolute;
  min-height: calc(100vh - 110px);
  height: auto;
  overflow-x: hidden;
  }

#Menu ul
{
  padding-left: 5px !important;
}

#Menu h3{
    margin-left:5px;
}

.FixedMenu{
    position:fixed;
    left:0px;
    top:0px;
}


#MenuHead{
  text-decoration: underline;
  font-weight: bold;
}

#Page{
  padding: 5px;
  margin-left:205px;
  min-height: 100%;
}

#MenuRightDiv{
  float: right;
  margin-right:10px;
  line-height: 21px;
}


#LeaveEdit:link    {color: #FFFFFF;text-decoration: none;}
#LeaveEdit:visited {color: #FFFFFF;text-decoration: none;}
#LeaveEdit:hover   {color: #FFFFFF;text-decoration: underline;}
#LeaveEdit:active  {color: #FFFFFF;text-decoration: none;}


#FileHeader
{
  background: #ef3636;
  color: white;
  height: 50px;
  margin: 0 0 10px 0;
}

#FileHeaderText{
  padding: 15px 0 0 20px;
  font-size: 20px;
}

.UploadedItems{
  padding-left: 5px;
  cursor: pointer;
  list-style-type: none;

}

#AddItem{
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 40px;

  width: 40px;
  height: 40px;
  border: 1px dotted #ef3636;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}


#AddItem:hover{
  border: 1px dotted #FFFFFF;
}


#Page img {
    max-width: 100% !important;
    height: auto !important;
    width: auto\9 !important; /* ie8 */
}

#ReOrderMenu{
  margin-left:5px;
}

#SaveMenuOrder{
   float:right;
   margin-right:5px;
}

#IndexTable{
  margin: auto;
}

#IndexTable td{
  width: 300px;
  padding: 20px;
  text-align: center;
}

#IndexTable td span{
  cursor: pointer;
}

#IndexTable td a:link    {color: #000000;text-decoration: none;}
#IndexTable td a:visited {color: #000000;text-decoration: none;}
#IndexTable td a:hover   {color: #000000;text-decoration: underline;}
#IndexTable td a:active  {color: #000000;text-decoration: none;}


#SearchDiv{
  position: relative;
}

#Search{
  color:#CCCCCC;
  background-image: url('SerachIcon.png');
  background-repeat: no-repeat;
  background-position: right 3px top 3px;
  margin-right:3px;
  line-height: normal;
}

#SearchHideBg{
  background-image: none;
}

#SearchResult{
      display: none;
      min-width: 170px;
      list-style-type:none;
      padding: 0px;
      margin: 0;
      background-color: #FFFFFF;
      border: 1px solid #AAAAAA;
      color: #000000;
      z-index: 5;
      position: absolute;
      right: 3px;
}
 
#SearchResult li { padding: 3px; }
#SearchResult li a:link    {color: #000000;text-decoration: none;}
#SearchResult li a:visited {color: #000000;text-decoration: none;}
#SearchResult li a:hover   {color: #000000;text-decoration: underline;}
#SearchResult li a:active  {color: #000000;text-decoration: none;}

#UserDiv{
  width: 1000px;
  margin: auto;
  position: relative;
}

#Users{
  width: 100%;
}

#Users .fa{
  margin-right: 5px;
  cursor: pointer;
}

#Users input[type=text]:disabled {
  background: #fff;
  border: #fff 1px solid;

}

#Users input[type=checkbox]:disabled {
  margin: 0;
}

#Users input[type=checkbox]:disabled {
  display: none;
}

.UserPassword:read-only { 
    background-color: #EFEFEF;
}

#Users select:disabled {
  background: #fff;
  border: #fff 1px solid;
  -webkit-appearance: none;
}

#Users select:disabled::-ms-expand {
    display: none;
}

#ProductsDiv{
  width: 800px;
    margin: auto;
  position: relative;
}

#Logout{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}

#LogLink:hover{
  text-decoration: underline;

}


#Logout div
{
  float: left;
  margin-right:15px;
  vertical-align: text-bottom;
}



#loginText {
  margin-top: 40px;
  padding-left:20px;
  line-height:20px;
}

#loginText a {font-weight: bold; color: #000000;text-decoration: none;}
#loginText a:hover {text-decoration: underline;}


#SidePage{
  width:30%;
  height:100%;
  background-color: #fff;

  position:fixed;
  top:110px;
  right:0;
  z-index: 3;
  overflow-y: scroll;

}

#SidePageView{
  margin: 5px 5px 5px 0 ;
  height: 100%;
  position: relative;
}


#SidePageView img {
    max-width: 100% !important;
    height: auto !important;
    width: auto\9 !important; /* ie8 */
}

#SideRel{
  position: relative;
  padding: 5px;
  border: 1px #000 solid;
  border-left: 0px #000 solid;
}

#dragbar{
  position: absolute;
  left: 0; top: 0;
   height:100%;
   float: left;
   width: 5px;
   cursor: col-resize;
   border-left: 1px #000 solid;
   z-index: 20;
}

#CurrentCulture{
  font-weight: normal;
  font-size: 12px;
}


.IndexRow{
  width: 540px;
  margin: 0 auto;
  clear: both;
}

.RowItem{
  width: 240px;
  text-align: center;
  float: left;
  padding: 15px 0;
  margin: 5px;
  margin-bottom: 15px;
}

.IndexRow div a{
  cursor: pointer;
}

.IndexRow div a:link    {color: #000000;text-decoration: none;}
.IndexRow div a:visited {color: #000000;text-decoration: none;}
.IndexRow div a:hover   {color: #000000;text-decoration: underline;}
.IndexRow div a:active  {color: #000000;text-decoration: none;}


.IndexTitle{
  clear: both;
}

#MenuResizeBar{
  position: absolute;
  right: 0; top: 0;
  height:100%;
  float: right;
  width: 5px;
  cursor: col-resize;
  border-right: 1px #000 solid;
  z-index: 20;
}


#TransMenuResizeBar{
  position: absolute;
  right: 0; top: 0;
  height:100%;
  float: right;
  width: 5px;
  cursor: col-resize;
  border-right: 1px #000 solid;
  z-index: 20;
}

#reorderlist{
    padding-bottom: 15px;
  margin: auto;
  width: 700px;
}

#FileTitle{
    display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  width: 500px;
}


#FileName{
  margin-left: 10px;
  font-size: 14px;
}

#FileSearch{
  float: left;
}


.MenuLink {color: #000;}
.MenuLink:hover   {text-decoration: underline;}


#TransList div{
  margin-bottom: 2px;
  padding: 3px;
}


.ProductView
{
  width: 800px;
  /*height: 150px;*/
  clear: both;
  margin-bottom: 3px;
}

.ProductView img
{
  float: left;
  margin-right: 5px;
}

.CultureSelect{
  background-color: transparent;
  border: solid 1px transparent;
  color: #fff;
  cursor: pointer;

  width: 70px;
  -webkit-appearance: none;
  background: url(Down-Caret.png) no-repeat right transparent;
}

.CultureSelect::-ms-expand {
    display: none;
}

#hiddenTextBox{
   width: 0px;
   border: 0px;
   display: none;
}

.IndexDocumnetLinks{
  width: 100%;
  text-align: right;
  clear: both;
}

.IndexDocumnetLinks span{
  margin-left: 10px;
}
   

.IndexDocumnetLinks span{
  margin-left: 10px;
}

.IndexDocumnetLinks a {color: #000000;text-decoration: none;}


.SaveMessage{
  visibility: hidden;
}

#PageFooter{
  clear: both;
}

.EditMenu ul
{
  border-left:dotted 1px black;
}

#test{
  position: absolute;
  bottom: 0;
}

#PageTitle{
        color: #cc0000;
        font-size: 24px;
        font-weight': 400;
        margin-bottom': 36px;
        margin: 12px 0;
        clear:both;
}


.floatingToolbox {
  /*  background-color: #cce4fb !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fcfe), to(#cce4fb)) !important;
    background-image: -moz-linear-gradient(top, #f9fcfe, #cce4fb) !important;
    background-image: -webkit-linear-gradient(top, #f9fcfe, #cce4fb) !important;
    background-image: -o-linear-gradient(top, #f9fcfe, #cce4fb) !important;
    background-image: -ms-linear-gradient(top, #f9fcfe, #cce4fb) !important;
    background-image: linear-gradient(top, #f9fcfe, #cce4fb) !important;

    border-bottom: 1px solid #b7cde1 !important;
    border-top: 1px solid #b7cde1 !important;
    box-sizing: border-box;
    display: block; 
    padding: 5px 5px 0 5px !important;
    position: fixed;
    top: 29px;
    z-index: 10000;*/

    position: fixed !important;
    top:0px !important;
    z-index: 10000 !important;
}


#ReloginContainer{
    position: fixed;

    width: 100%;
    height: 100%;
    background-color:rgba(256, 256, 256, 0.5);
    display: none;

    z-index: 500;
}

#Relogin{
    height: 250px;
    width: 350px;
    margin: 250px auto;
    z-index: 501;
    background-color:white;
    border: 1px solid #000;
    padding: 20px;
}





.LoginInput{
  width:100%;
  margin-bottom: 15px;
}

.ChangeDiv{
  border: #CCC solid 1px;
  margin-bottom: 2px;
  padding: 3px;
  background: #EEE;

}

.ChangeDisplay{
  padding: 3px 3px 20px 3px;
  border-top: #DDD solid 1px;
  margin-top: 3px;
  background: #FFF;
  display: none;
}


.EditChangeContent{
    display: none;
}