html, body{
    height: 100%;
}

.h1{
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.error{
    display: block; 
    color: white;
    background-color: #C93B41;
    padding: 3px 10px;
}

.success{
    display: block; 
    color: white;
    background-color: #629632;
    padding: 3px 10px;
}

.panelGridTop{
    vertical-align: top;
    text-align: left;
}

.panelGridTopRight{
    vertical-align: top;
    text-align: right;
}

.panelGridBottomRight{
    vertical-align: bottom;
    text-align: right;
}

.panelGridBottom{
    vertical-align: bottom;
    text-align: left;
}

.max-width{
    width:100%;
}

.nowrap{
    white-space: nowrap;
}

.creator-components{
    width: 280px;
}

.list{
    list-style: none outside none; 
    margin: 0px; 
    padding: 0px;
}

.list a{
    white-space: nowrap;    
}

.menu{
    background: #cccccc;    
    height: 100%;
}                
.menu a {
    color: #000000;
}

.floating-position{
    position: absolute;
    top: 86px;
}

.fixed-position{
    position: fixed;
    top: 0px;
}

.smallText{
    width:100px;
    white-space: nowrap;
}
.smallText input{
    width:100px;
}

img{
    border-style: none;
}

.ui-widget {
    font-size:0.8em;
}

.ui-tabset .ui-tabs-panel{
    padding: 0em;
}

/* Add rounded corners to all tables*/
table {
    border-spacing: 0; 
    border-collapse: collapse !important;
    border: none !important;
}

th{
    border-width: 0px !important;
}

td{
    border-width: 0px !important;
}

.ui-datatable-odd {
    background-color:#E0E0E0 !important;
}

th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.ui-custom-active{
    font-weight: bold;
    color: #e17009;
}

.introjs-tooltip{
    min-width: 400px;
    max-width: 600px;
}
.introjs-tooltip p{
    margin-bottom: 10px;
    margin-top: 10px;
}
div.introjs-tooltip ul, div.introjs-tooltip li{
    padding-left: 20px;
}
.introjs-bullets li{
    padding-left: 2px;
}

.explain {
    cursor: help;
}

/* rlwebsite */

.fade-white-to-gray{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(220,220,220,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(220,220,220,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(220,220,220,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(220,220,220,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(220,220,220,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(220,220,220,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6dcdcdc',GradientType=0 ); /* IE6-9 */
}


/* Add rounded corners to all tables*/
.slimtable {
    border-spacing: 0;
    border-collapse: collapse !important;
    border: none !important;
}

.slimtable th{
    border-width: 0px !important;
}

.slimtable td{
    border-width: 0px !important;
}

.blueButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #004883;
    -webkit-box-shadow:inset 0px 1px 0px 0px #004883;
    box-shadow:1px 1px 2px 1px #888888;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #004883), color-stop(1, #004883) );
    background:-moz-linear-gradient( center top, #004883 5%, #004883 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004883', endColorstr='#004883');
    background-color:#004883;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    border:1px solid #003887;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    font-style:normal;
    height:32px;
    line-height:32px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #004883;
}
.blueButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #004883), color-stop(1, #004883) );
    background:-moz-linear-gradient( center top, #004883 5%, #004883 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004883', endColorstr='#004883');
    background-color:#004883;
}
.blueButton:active {
    position:relative;
    top:1px;
}

.slim {
    height: 25px;
    line-height: 20px;
}
/* Swipe 2 required styles */
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float:left;
    width:100%;
    position: relative;
}
/* END Swipe 2 required styles */


#footer {
    height: 30px;
}

#position {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

#position li {
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:10px;
    background:#141414;
    box-shadow:inset 0 1px 3px black,0 0 1px 1px #202020;
    margin:0 2px;
    cursor:pointer;
}

#position li.on{
    box-shadow:inset 0 1px 3px -1px #28b4ea,0 1px 2px rgba(0,0,0,.5);
    background-color:#1293dc;
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1293dc),color-stop(100%,#0f6297));
    background-image:-webkit-linear-gradient(top,#1293dc,#0f6297);
    background-image:-moz-linear-gradient(top,#1293dc,#0f6297);
    background-image:-ms-linear-gradient(top,#1293dc,#0f6297);
    background-image:-o-linear-gradient(top,#1293dc,#0f6297);
    background-image:linear-gradient(top,#1293dc,#0f6297);
}

.articleCell{
    background: url('../images/bg_boks.png') no-repeat;
    width:362px;
    height:308px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}

.articleCell p{
    margin:0px;
}

.articleCellElement{
    text-align: left;
    float:left;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
.articleCell-demo{
    background: url('../images/bg_demosite.png') no-repeat;
}
.articleCell-demo *{
    padding:0px;
}

.articleCellElement a{
    text-decoration: none;
    color:black;
}

.articleHeader{
    font-size: 20px;
    font-weight: bold;
}

.default{
    font-size:13px;
}