body {
  padding: 0;
  margin: 0;
  background-color: #fafafa;
}

.mas-header {
    text-align: center ;
}

.center-block {
  text-align: center ; 
  /*width: 600px ;*/
  margin-left: auto ;
  margin-right: auto ;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -80px;
  /* Pad bottom by footer height */
  padding: 0 0 80px;
}

/* Set the fixed height of the footer here */
#footer {
  background-color: #008cba;
  color: #343434;
  margin: 0px;
  height: 80px;
}

.credit {
  margin-top: 10px;
  font-size: smaller;
}

.sign-out {
    padding-top: 34px;
}

a.context:hover {
    text-decoration: none;

}

a.context:hover li {
    background-color: rgba(191, 191, 191, 0.3);
}

.alert {
    font-weight: bolder;
    font-size: large;
}

.prettyFile > input {
    display: none !important;
}

.prettyFile {
    width:100%;
}

.label {
    font-weight: bolder;
    font-size: 100%;
}

/*-------------------------------------------------
 *
 * ICON UL
 *
 *------------------------------------------------*/

ul.icon
{
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
}

ul.icon li {
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
}

ul.icon li a
{
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  text-decoration: none;
}


ul.icon li:hover
{
  background-color: #eeeeee;
  color: #2a7daf;
  text-decoration: none;
}

ul.icon li em {
  font-style: italic;
  font-size: 12px;
  font-weight: 100;
  padding-left: 8px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 6px;
}

ul.icon li i.fa
{
  float: left;
  padding-top: 2px;
  font-size: 38px;
  display: inline-block;
  height: 42px;
}

ul.icon li span.title {
  font-size: larger;
    padding-left: 8px;
    margin: 0px;
}

ul.icon a:hover {
  text-decoration: none;
}


/*-------------------------------------------------
	    - bootstrap.ledit -					
-------------------------------------------------*/

span.econtrols {
    float: right;
    /*display: none;*/
    cursor: pointer;
}

tr.leditheading td {
  background-color: #EAEAEA;
}

span.weak {
    color: #AA0E0B;
}

span.medium {
    color: #B58E19;
}

span.good {
    color: #1D7515;
}

/*-------------------------------------------------
Icon links
--------------------------------------------------*/

div .icons {
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #dddddd;
  border-right-color-value: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color-value: #dddddd;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  margin-left: 0px;
  margin-right: 0px;
}

ul.shortcut-links {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 0;
  height: 80px;

}

.shortcut-links li
{
  list-style:none;
  float: left;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: 0px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  
}

a.icon-default {
  color: #2B2B2B;
}

a.icon-info {
  color: #2CA1D3;
}

a.icon-success {
  color: #509B1A;
}

.shortcut-links li:hover
{
  background-color: rgba(154, 214, 214, 0.1);
  cursor: pointer;
}

.shortcut-links .fa
{
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 24px;
}

