@import url("skin/core.skin.css");
@import url("skin/webshop-thumbs-grid.skin.css");
@import url("skin/webshop-details.skin.css");
@import url("skin/slick.css");
@import url("skin/slick-theme.css");

:root {
--proframeblue:#282727;
--proframeyellow:#FFD800;
}
html {
  position: relative;
  min-height: 100%;
}
body {font-size:.875rem;line-height:1rem;margin-bottom: 50px;}
legend {background-color:white;font-weight:normal;padding-left:30px;}
/*fieldset {margin-bottom:2rem;}*/
.RadWindow_Bootstrap {border-color: var(--proframeblue)!important;}
.card-body {padding:.5em;}

label {margin-left:0.5rem!important;}

.marc {border-top:2px solid red!important;}
footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
 height:50px;
}
.objectpdf {height: 84vh!important;width:31vw!important;}

.rbDecorated {line-height:22px!important;font-size:16px!important;font-weight:400!important;color:white!important;}

.RadButton.RadButton_Bootstrap.btn {
    height:38px!important;
    background-color:var(--blue)!important;
    border-color:var(--blue)!important;
    text-align:center!important;
    display: flex; 
    justify-content: center!important;
}

.RadButton.RadButton_Bootstrap.btn:hover {
  color: #fff;
  background-color: #0069d9!important;
  border-color: #0062cc!important;
}

.btn-primary:active, .btn-primary:focus, .rbDecorated:active, .rbDecorated:focus {
  border-color:var(--blue)!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.45rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
div.RadWindow {
        z-index: 7500 !important;
     }