﻿body {
padding-top: 5px;
padding-bottom: 60px;
font-family:Tahoma;
background-color:#fafafa;
}

hr {
border-top-color:#ee7a32;
}

.navbar .nav > li a {
text-shadow:0px 1px 1px gray;
font-family:Arial;
font-size:12pt;
color:black;
text-shadow:none;
font-weight:bold;
}

.navbar .nav > li a:hover {
color:#ee7a32;
text-shadow:0px 1px 1px orange;
}

.navbar .nav > li a:active {
background-color:orange;
color:gray;
}

.logo {
background-image:url(/app_themes/nwbootstrap/images/logo.png);
background-repeat:no-repeat;
background-position:center center;
background-size:contain;
height:80px;
display:block;
}

.logoType {
background-image:url(/app_themes/nwbootstrap/images/logoType.png);
background-repeat:no-repeat;
background-position:center right;
background-size:contain;
height:85px;
display:block;
margin-right:0px;
margin-left:0px;
margin-top:10px;
}

body * {
font-family:Tahoma;
font-size:9pt;
}

.Side1 {
padding: 15px;
margin: 0 auto 20px;
background-color: #f9f9f9;
border: 1px dotted #e8e8e8;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.Side1:hover {
background-color: #fff;
}
.Side1 .Side1-heading,.Side1 .checkbox {margin-bottom: 10px;}
    .Side1 .HR {
    margin-bottom:10px;
    }
    .Side1 label {
        font-size:8pt;
        color:gray;
    }

.Side2 {
padding: 10px;
margin: 0 auto 20px;
background-color: #fff;
border: 1px dashed #e8e8e8;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.Side2 .Side2-heading,.Side2 .checkbox {margin-bottom: 10px;}
    .Side2 .HR {
    margin-bottom:10px;
    }


.LogoBox {
padding: 10px;
background-color:#fff;
border: 1px dashed #f6f6f6;
-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        box-shadow: 0 1px 2px rgba(0,0,0,.05);
cursor:pointer;
}

.LogoBox:hover {
background-color:#fff1e8;
}

.ContentB {
padding: 6px;
margin: 0 auto 20px;
background-color: transparent;
border: 1px dashed transparent;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;
}
.ContentB .ContentB-heading,.ContentB .checkbox {margin-bottom: 10px;}

.HR {margin-top:3px;margin-bottom:3px;border-bottom:1px solid #e5e5e5;}

