﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* But not the ones in table headers */
th input,
th select{
    max-width: 100%;
}

body { 
  background: #f0f0f0 url('/Img/transdatix.wave.jpg');
	background-size: cover; 
	background-repeat: no-repeat;
	background-attachment:fixed;

}

/* title */
[title]
{
  cursor: help;
}

/* class sidemenu */
.sidemenu
{
  margin-left: 2em;
}

.sidemenu ul
{
  list-style-type: none;
  padding-left: 1em;
}

.sidemenu > ul
{
  padding-left: 0;
}

.sidemenu > ul > li
{
  margin-top: 1em;
  font-weight: bold;
  font-size: larger;
}

.sidemenu > ul > li > ul > li
{
  font-weight: normal;
}

.statusbar {
   position: fixed;
   left: 2px;
   bottom: 20px;
   background-color: #eee;
   border: 1px solid black;
   border-radius: 3px 3px;
   display: none;
}

.statusbar .alert{
  margin-bottom: 0px;
}

/* Alerts boxes */
.alert-box
{
  display:flex;
}

.alert-box i
{
  padding-top:8px;
}

.alert-box span
{
  padding-left:14px;
  padding-top:4px;
}

/* Loader */
.webpart-loader {
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 60px;
  z-index: 1031;
}