/*
  Copyright Tami 2018
*/
html
{
    background: #202961;
}
html,body
{
  font-family: "Segoe UI","Calibri","Lucida Grande","Roboto","Sans";
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body{
  background : #F5F0F5;
  font-size: 1.2em;
  background: #F5F0F5;
  background: #202961;
}

p{
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 1.2em;
}
/*remove*/
.MainLayout
{
  margin: 0px;
  padding: 0px;
  padding: 0px;
  padding-bottom: 10px;
  border: 0px;
  background :#F5F0F5;
  left:0;
  right:0;
}
/*remove*/
h1
{
  color : #4D5792;
}
h2
{
  font-size: 1.2em;
  color: #4D9192;
}
.fw
{
  left : 0px;
  right : 0px;
  margin : 10px;
}
.clearit
{
  clear :both;
}
#maincontainer
{
  padding : 10px;
  /*max-width : 1500px;*/
  margin-left: auto;
  margin-right: auto;
  min-height : 400px;
  background: #F5F0F5;
}
#CompanyGraphic
{
  float: left;
  max-width: 267px;
  margin: 0;
  padding-left: 5px;
  padding-top: 5px;
  border: 0;
}
#CompanyGraphic img
{
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  width : 120px;
}
#CompanyName
{
  float : right;
  padding: 30px;
}
#topbarname
{
  color: #DA6764;
  font-size: 1.6em;
}
#top{
  margin-left: auto;
  margin-right: auto;
  padding : 0px;
  background: white;
}
#top #PageTitle,#top #PageTitle h1,#top #PageTitle H1
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#top #PageTitle
{
  float: left;
  max-width: 400px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#uicontrols
{
  float: right;
  margin-left : 20px;
  margin-right : 10px;
  display: block;
}
.tamibutton a,.tamibutton A {
  text-decoration: none;
  color: black;
}
.tamibutton a:visited, .tamibutton A:visited{
  text-decoration: none;
  color: black;
}
#login
{
  max-width : 500px;
  margin-left : auto;
  margin-right : auto;
  padding : 20px;
  border : 1px solid #D1CDD1;
  background : white;
  box-shadow : 0px 5px 5px #888;
}
input,select,.tamibutton,.editbutton {
  padding : 10px;
  margin-top : 5px;
  margin-bottom : 5px;
  border : 1px solid #D1CDD1;
  box-shadow : 2px 4px 2px #888;
  font-size: 1.1em;
  color : black;
  text-decoration: none;
  display: inline-block;
}
select
{
  background: transparent;
}
input[type=radio] {
  box-shadow : none;
}
#login h1
{
  text-align: center;
}
.logintitles{
  font-size: 1.1em;
  margin-top : 10px;
  margin-bottom : 10px;
  color : #4D5792;
}
#login #username,#login #password{
  width : 95%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.spcr
{
  display : block;
  /*min-height : 180px;*/
}
#message,#messageSuccess
{
  text-align : center;
  padding : 5px;
  border : 1px solid #DA7064;
  background : #CF6A5F;
  color : white;
}
#messageSuccess
{
  border : 1px solid #59C286;
  background : #5FCF8F;

}
#TopBar
{
  left : 0;
  right :0;
  min-height : 60px;
  background: white;
  position: relative;
  /*border-bottom: 1px solid #D9D9D9;*/
  -webkit-box-shadow: 0 2px 2px -1px #4B4B4B;
  -moz-box-shadow: 0 2px 2px -1px #4B4B4B;
  box-shadow: 0 2px 2px -1px #4B4B4B;
}

#footer{
  left : 0;
  right :0;
  min-height : 100px;
  background: #202961;
  bottom : 0;
  border-top : 1px solid #858485;
  box-shadow :
  inset 0 -8px 4px 4px #202961,
  inset 0 2px 4px 0px rgba(50,50,50,0.75);
}
#footl
{
  color: #C9C9C9;
  float : left;
  padding : 30px;
}
#footr
{
  color: #DBD7DB;
  padding : 30px;
  float :right;
}
.logoutbutton
{
  border : 1px solid transparent;
  padding : 5px;
  color: #D1CDD1;
  text-decoration: none;
}
.logoutbutton:hover
{
  border : 1px solid #ACAFC3;
  color: #ACAFC3;
}
