@charset "utf-8";

body {
    font: 84%/1.5em Arial, Helvetica, sans-serif;
    color: #293133;
    margin: 0;
    padding: 0;
}

table {
    font-size: 95%;
}

* html small {
    font-size: 80%;
}

html{
    height:100%;
}

body{
    height:100%;
    background-color: #EBEBEB;
}

#smarts_container {
    padding: 25px 72px 30px 72px;
    min-width: 1024px;
    position: relative;
    min-height: calc(100vh - 211px);
    min-height: -o-calc(100vh - 211px);
    min-height: -webkit-calc(100vh - 211px);
    min-height: -moz-calc(100vh - 211px);
}

#smarts_container h2 {
    font-size: 170%;
    font-weight: normal;
    line-height: 1.2em;
    color: #667478;
}

#smarts_container p a{
    color: #999;
    text-decoration: underline;
}

.list_divider {
    height: 10px;
    background: url(/rsrc/smarts/divider.gif) repeat-x left 50%;
    clear: both;
    margin: 0.2em 0;
}

#smarts_footer{
    color: #999999;
    font-size: 85%;
    /*margin-top: 3em;*/
    padding: 25px 72px 30px 72px;
}

#smarts_footer a, #smarts_footer a:link, #smarts_footer a:active, #smarts_footer a:visited{
    color: #676767;
    text-decoration: none;
}

#smarts_footer a:hover{
    text-decoration: underline;
}

p.smarts_show_editor{
    margin-top: 2em;
    color:#999;
}

#trash{
    background: #f2f2f2;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width:940px;
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0.43, rgb(242,242,242)),color-stop(0.72, rgb(227,227,227)));
    background:-moz-linear-gradient(center bottom,rgb(242,242,242) 43%,rgb(227,227,227) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e3e3e3');
    margin-bottom:30px;
}

#trash .smarts_form_table{
    width: 920px;
    background-color: white;
    margin-bottom: 10px;
    opacity: .8;
}

#trash .smarts_form_table td.trash_checkbox{
    background-image: url(/rsrc/smarts/icon_trash.png);
    background-position: 2px 50%;
    background-repeat: no-repeat;
    width: 30px;
    padding-left:30px;
}

#trash h2{
    margin: 9px 0 12px 13px;
    float: left;
    width: 400px;
}

.button_trash{
    float: right;
    margin: 13px 11px 0 0 !important;
}

#first_login_einblender{
    background: url("/rsrc/smarts/erste_schritte.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    border-radius: 19px;
    display: block;
    height: 291px;
    padding: 20px 30px;
    width: 721px;
}

.dialog{

}

.dialog > div:first-child{
    background-image: url('/content/scilset/kundenlogo.png');
    background-repeat:no-repeat;
}

.dialog > div:last-child{

}

.dialog > div:last-child a{

}

div.pager a:first-child{
	margin-left:15px;
}

div.pager a {
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  background: #e3e3e3;
  color: #000;
  width: 30px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

div.pager a.current {
  background: #b2b2b2;
}

div.pager a:hover {
	color: #6868bd;
}