@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
}

/* Set HTML left margin to zero px. Some JQuery recalculates it (wrongly) for some obscure reason. */
html {
    margin-left: 0px !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

body.fixed {
    overflow: hidden;
}

body {
    background: #ffffff;
}

.pageWrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* background: #f3f3f3;
    background: -moz-linear-gradient(top, #ffffff, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
        to(#dddddd) );
    background: -ms-linear-gradient(top, #ffffff, #dddddd);
    background: -o-linear-gradient(top, #ffffff, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,
        endColorstr=#ffdddddd );
    -ms-filter:
        "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffdddddd)";*/
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

.table-wrapper {
    overflow: auto;
    font-size: 0.9em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* LAYOUT */
.row {
    margin-left: -20px;
}

.row:before, .row:after {
    display: table;
    content: "";
}

.row:after {
    clear: both;
}

[class*="span"] {
    position: relative;
    float: left;
    margin-left: 20px;
    min-height: 1px;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

.ownspan1 {
    width: 100px;
    margin-left: 0px;
    text-align: center;
}

.ownspan2 {
    margin-left: 5px;
    text-align: center;
}

.span1 {
    width: 100px;
}

.span2 {
    width: 220px;
}

.spanmb {
    width: 250px;
    float: right;
}

.span2productSelect {
    width: auto;
}

.span3 {
    width: 340px;
}

.span4 {
    width: 460px;
}

.span5 {
    width: 580px;
}

.span6 {
    width: 700px;
}

.span7 {
    width: 820px;
}

.span8 {
    width: 940px;
}

.span9 {
    width: 1060px;
}

.span10 {
    width: 1180px;
}

.content {
    margin-left: 10px;
    margin-right: 10px;
}

.contentNoResize {
    margin-left: 10px;
    margin-right: 10px;
}

.noresize {
    height: auto !important;
}

.center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.contentrow:after {
    display: block;
    content: "";
    clear: both;
}

.contentrow label {
    float: none !important;
}

.contentrow.child {
    padding-left: 22px;
}

.contentrow.disabled {
    color: #888888;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

div.pull-right {
    margin-right: 10px;
}

/* TYPE */
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333333;
}

textarea {
    font-family: inherit;
    font-size: inherit;
}

h1 {
    text-indent: -9000px;
    height: 0px;
}

h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #3B3F3F;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 8px 0 4px;
}

h2 .gradientbg {
    display: block;
    position: absolute;
    top: 0;
    bottom: -6px;
    left: -14px;
    z-index: -2;
    width: 50%;
    background: #A9ACAE;
    background: -moz-linear-gradient(left, rgba(169, 172, 174, 0.3), rgba(169, 172, 174, 0));
    background: -webkit-gradient(linear, left top, right top, from(rgba(169, 172, 174, 0.3)), to(rgba(169, 172, 174, 0)));
    background: -ms-linear-gradient(left, rgba(169, 172, 174, 0.3), rgba(169, 172, 174, 0));
    background: -o-linear-gradient(left, rgba(169, 172, 174, 0.3), rgba(169, 172, 174, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccD2D5D6, endColorstr=#ffD2D5D6, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccD2D5D6,endColorstr=#ffD2D5D6,GradientType=1)";
    border-left: 4px solid #2A6AB2;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}

h4 {
    font-weight: bold;
    line-height: 1.6em;
}

a {
    color: #000000;
}

a:hover {
    color: #666666;
}

a.nohover:hover {
    color: #FFFFFF;
}

b {
    font-weight: bold;
}

select { /* font-size: 1.2em; */

}

.note {
    display: block;
    margin: 10px 0;
    font-size: 1em;
}

.large {
    font-size: 1.2em;
    font-weight: bold;
}

/* STYLE */

/* General */
body, html {
    height: 100%;
}

.plate {
    display: block;
    float: left;
    margin: 10px 0;
    padding: 2px 8px 2px 24px !important;
    background: #FFCC33 url(../img/plate-bg.png) no-repeat left center;;
    border: 1px solid #333333 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 1.2em !important;
    color: #333333;
    text-transform: uppercase;
}

.entry .plate {
    min-width: 75px;
}

.upper {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

/* Header */
.menu {
    position: relative;
    height: 40px;
    margin: 40px 0;
    background: #f5f4f3;
    border-bottom: 7px solid #27AB7A;
}

.menu:before {
    display: none;
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: -2000px;
    width: 2000px;
    height: 40px;
    background: #f5f4f3;
    border-bottom: 7px solid #417C69;
}

.menu.short:before {
    display: none;
}

.menu:after {
    display: table;
    content: "";
    clear: both;
}

.menu .logo {
    position: relative;
    top: -30px;
    float: left;
    padding: 20px;
    height: 60px;
    margin: 0 40px 0 10px;
    background: #ffffff;
    border-bottom: 7px solid #2A6AB2;
    background: #ffffff url(../img/logo-BOV.png) center center no-repeat; /* Default logo */
    width: 195px;
    cursor: pointer;
}

.menu > ul > li > .home {
    position: relative;
    width: 30px;

}

.menu > ul > li > .home > .home-icon {
    display: block;
    height: 14px;
    width: 14px;
    margin: 0 auto;
    background-image: url(../img/glyphicons.png);
    background-position: 0 -24px;
    cursor: pointer;
    text-indent: -9000px;
}

.menu .logo img {
    height: 60px;
}

.menu > ul > li {
    position: relative;
    float: left;
}

.menu > ul > li > a {
    position: relative;
    display: block;
    padding: 14px 10px 0;
    height: 26px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

.menu li.divider {
    height: 47px;
    width: 1px;
    background: #B7BABC;
    border-right: 1px solid #ffffff;
}

.menu > ul > li:hover > a, .menu > ul > li.active > a {
    border-bottom: 7px solid #2A6AB2;
    color: #2A6AB2;
}

.menu > ul > li:hover:after, .menu > ul > li.active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 8px;
    background: url(../img/menu-active.png) center center no-repeat;
}

.menu > ul > li:hover > ul {
    display: block;
}

.menu > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 47px;
    left: 0;
    min-width: 100%;
    padding-bottom: 1px;
    border-bottom: 4px solid #2A6AB2;
    background: #ffffff;
    /* width: 200px; */
}

.menu > ul > li > ul:after {
    display: block;
    content: "";
    clear: both;
}

.menu > ul > li > ul li a {
    display: block;
    white-space: nowrap;
    background: #27AB7A;
    margin-top: 1px;
    padding: 4px 20px 4px 10px;
    color: #ffffff;
    font-size: 0.8333em;
    text-decoration: none;
}

.menu > ul > li > ul li a:hover {
    background: #f5f4f3;
    padding-left: 6px;
    padding-right: 16px;
    border-left: 4px solid #2A6AB2;
    border-right: 4px solid #2A6AB2;
    color: #666666;
}

.menu .login {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 0.8333em;
    color: #666666;
    white-space: nowrap;
}

.menu .account {

}

.menu .account select {
    width: 100%;
}

.progress .step.active a, .progress .step a:hover {
    color: #2A6AB2;
    border-color: #2A6AB2;
}

/* Main */
.main {
    position: relative;
    z-index: 0;
    margin: 0 0 20px;
    padding: 10px 0;
    background: #f5f4f3;
    border-bottom: 4px solid #2A6AB2;
    font-size: 0.8333em;
    line-height: 1.4em;
}

.main .row {
    position: relative;
}

.main .row > .span2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Contained a z-index of 40 which caused fields to disappear in IE8. Can't find a reason why the z-index should be used. ESCH 20120920 */
.main .row:hover {

}

.main h2.colheader {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

.main h2.colheader:before {
    display: none;
}

.main .col1 p {
    text-align: right;
}

.main .active {
    background: rgba(1, 80, 56, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2200503A,
    endColorstr=#2200503A, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2200503A,endColorstr=#2200503A,GradientType=1)";
}

.main .active h2 {
    border-color: #7BC3E3;
}

.main .inactive {
    /* 	background: rgba(199, 206, 209, 0.1);
        color: #888888;
     */
}

.main .activator {
    color: #333333;
}

.advice {
    color: #27AC7A;
}

.advice label {
    color: #27AC7A;
}

/*
.main .inactive input, .main .inactive select {
	display: none;
}
*/
.main .inactive .activator input {
    display: block;
}

.main .activator label {
    float: none;
}

.main .inactive h2 {
    border-color: #C7CED1;
}

.main .content {
    position: relative;
    z-index: 10;
    margin-top: 5px;
}

.main .content:after {
    content: "";
    display: table;
    clear: both;
}

.main .toggle {
    float: left;
    margin: -6px 0 5px;
    padding: 1px 1px 0;
    background-color: #A9ACAE;
    /* box-shadow: inset 0 2px 4px rgba(0,0,0,0.2) */
}

.disabled {
    background-color: #f5f4f3;
}

.main .toggle input[type="button"] {
    border: none;
    padding: 2px 10px;
    border-bottom: 1px solid #A9ACAE;
    background: none;
    cursor: pointer;
}

.main .toggle .on {
    margin-right: 0;
}

.main .toggle .off {
    margin-left: 0;
}

.main .toggle .on.active,
.main .toggle .off.active {
    font-weight: bold;
    background: #FFFEFC;
    background: -moz-linear-gradient(top, #FFFEFC, #D4D6D7);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFEFC), to(#D4D6D7));
    background: -ms-linear-gradient(top, #FFFEFC, #D4D6D7);
    background: -o-linear-gradient(top, #FFFEFC, #D4D6D7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffFFFEFC, endColorstr=#ffD4D6D7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffFFFEFC,endColorstr=#ffD4D6D7)";
    border-color: #999999;
}

.main .toggle.disabled {
    background-color: #C1C4C6;
}

.main .toggle.disabled input {
    color: #999999;
    cursor: default;
    border-color: #C1C4C6;
}

.main .highlight {
    display: none;
    position: absolute;
    left: 30px;
    right: 10px;
    top: 0px;
    bottom: 0px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0
    )), to(rgba(255, 255, 255, 1)));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,
    endColorstr=#ffffffff, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#ffffffff,GradientType=1)";
}

.main .row:hover .highlight, .main .row.infocus .highlight {
    display: block;
}

.main .row.emph .highlight {
    display: block;
    background: #D3DBDE;
}

.main .row.emph .highlight.focus ~ div {
    font-size: 1.4em;
    line-height: 2em;
}

.main .row.error .highlight {
    display: block;
    background: -moz-linear-gradient(left, rgba(212, 121, 122, 0),
    rgba(212, 121, 122, 1));
    background: -webkit-gradient(linear, left top, right top, from(rgba(212, 121, 122, 0
    )), to(rgba(212, 121, 122, 1)));
    background: -ms-linear-gradient(left, rgba(212, 121, 122, 0),
    rgba(212, 121, 122, 1));
    background: -o-linear-gradient(left, rgba(212, 121, 122, 0),
    rgba(212, 121, 122, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00d4797a,
    endColorstr=#ffd4797a, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00d4797a,endColorstr=#ffd4797a,GradientType=1)";
}

.main .row.servererror .highlight {
    display: block;
    background: -moz-linear-gradient(left, rgba(212, 121, 122, 0),
    rgba(212, 121, 122, 1));
    background: -webkit-gradient(linear, left top, right top, from(rgba(212, 121, 122, 0
    )), to(rgba(212, 121, 122, 1)));
    background: -ms-linear-gradient(left, rgba(212, 121, 122, 0),
    rgba(212, 121, 122, 1));
    background: -o-linear-gradient(left, rgba(212, 121, 122, 0),
    rgba(212, 121, 122, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00d4797a,
    endColorstr=#ffd4797a, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00d4797a,endColorstr=#ffd4797a,GradientType=1)";
}

.dateError label {
    color: #cc0000;
    padding: 2px 0;
}

.main .row.spacer, .main .row.spacer > div {
    min-height: 15px;
}

.main .row.closer {
    height: 4px;
}

.main .row.closer .content {
    margin: 0;
}

.main .row.closer .active {
    background: #2A6AB2;
}

.main .row.closer .inactive {

}

.main .inputheader {
    margin-bottom: 4px;
}

.main input[type="radio"], .main input[type="checkbox"] {
    top: 0px;
    float: left;
    margin: 1px 10px 0 0;
    padding: 0;
    position: relative;
}

.main .col1 input[type="checkbox"] {
    float: right;
    margin-right: 0;
}

.form-item {
    position: relative;
    *zoom: 1;
    margin-bottom: 4px;
}

.form-item:after {
    content: "";
    display: table;
    clear: both;
}

.form-item .label {
    float: left;
    width: 40%;
    text-align: right;
}

.form-item .value {
    float: right;
    width: 60%;
}

.form-item .form-content {
    padding: 2px;
}

.form-item .label .form-content {
    padding-right: 20px;
}

.doc .form-item .label {
    text-align: left;
    width: 30%;
}

.doc .form-item .value {
    width: 70%;
}

.main input[type="text"], .main input[type="password"], .main textarea {
    position: relative;
    top: -2px;
    float: left;
    margin: 0;
    border-radius: 4px;
    font-size: .95em;
}

.main input[type="text"]:disabled, .main input[type="password"]:disabled, .main textarea:disabled, .main input[readonly] {
    background: #dddddd;
}

.main input[type="text"].s, .main input[type="password"].s, .main select.s, .main .input.s {
    width: 26%;
}

.main input[type="text"].m, .main input[type="password"].m, .main select.m, .main .input.m {
    width: 43%;
}

.main input[type="text"].l, .main input[type="password"].l, .main select.l, .main .input.l {
    width: 61%;
}

.main input[type="text"].xl, .main input[type="password"].xl, .main select.xl, .main .input.xl {
    width: 97%;
}

.main input[type="text"] + input[type="text"] {
    margin-left: 6% !important;
}

.main .input {
    float: left;
}

.main .input + .input {
    margin-left: 6% !important;
}

.main label {
    display: block;
    float: left;
    margin-right: 10px;
}

.main input[type="radio"] + label {
    float: left;
}

.main select {
    position: relative;
    top: -2px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

.main select.big {
    width: 250px;
}

@-moz-document url-prefix() {
    .main select {
        top: 0;
    }
}

.main input[type="checkbox"] ~ select {
    width: 75%;
}

.main textarea {
    width: 97%;
    max-width: 97%;
    height: 80px;
    border: 1px solid #CBD5D8;
}

/* Doc */
.main .doc {
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    color: #333333;
    border: 1px solid #CBD5D8;
    /* border-radius: 6px; */
}

.main .doc:after {
    content: "";
    display: block;
    clear: both;
}

.main .doc .logo {
    height: 80px;
    width: 200px;
    margin: 0 auto 20px;
    background: #ffffff url(../img/logo-BOV.png) center center no-repeat; /* Default logo */
}

.main .doc table {
    margin-bottom: 10px;
    font-size: 10px;
    font-style: italic;
}

.main .doc p {
    margin-bottom: 1em;
}

.main .doc ul {
    list-style: disc;
}

.main .doc li {
    margin-left: 1.5em;
}

.main .doc .total {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.6em;
}

.text-right {
    text-align: right;
}

.main .block {
    position: relative;
    padding: 20px 0;
}

.main .block:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    background: #ECECEC;
}

.main .block .content {
    margin-left: 30px;
    margin-right: 30px;
}

.main .colleft:before {
    left: 20px;
    right: 0;
}

.main .colleft .content {
    margin-left: 30px;
    margin-right: 10px;
}

.main .colright:before {
    left: 0;
    right: 20px;
}

.main .colright .content {
    margin-left: 10px;
    margin-right: 30px;
}

/*
.main .colleftS .content {
	margin-left: 30px;
	margin-right: 10px
}

.main .colleftS:before {
	left: 0;
	right: 20px;
}

.main .colmidS .content {
	
}

.main .colmidS:before {
	left: 0;
	right: 0px;
}

.main .colrightS .content {
	margin-left: 0;
	margin-right: 30px;
}

.main .colrightS:before {
	left: 0;
	right: 20px;
}
*/
.main .block.light:before {
    background: #ffffff;
}

.main .block.emph {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 30px;
}

.main .block.emph:before {
    background: #E0E3E6;
    border-top: 4px solid #8E9697;
    border-bottom: 4px solid #2A6AB2;
}

.main .blockoptions {
    margin-bottom: 20px;
}

.main .blockheader {
    padding: 0;
}

.main .blockheader h3 {
    line-height: 1em;
    padding: 6px 0 12px;
    float: left;
    margin-right: 4px;
}

.main .blockheader h3.inactive {
    background: #D3DBDE;
}

.main .blockactions {
    margin: -5px 0 0 0;
    padding: 0 10px 10px;
}

.main .blockactions:after {
    content: "";
    display: block;
    clear: both;
}

.main .blockactions a {
    float: right;
}

.main .block.tabs {
    padding: 10px 0;
}

.main .block.tabs label {

}

.tabblock {
    display: none;
}

.main .legend {
    position: relative;
    float: left;
    padding: 2px 0;
    margin: 0 4px 0 0;
}

.main .legend .color {
    float: left;
    height: 12px;
    width: 12px;
    margin: 0 6px 0 0;
    border: 1px solid #666666;
}

.main .legend label {
    position: relative;
    whitespace: no-wrap;
}

/* Help */
.help {
    display: none;
    position: absolute;
    z-index: 20;
    top: -9px;
    right: 0px;
    left: -18px;
    height: 12px;
    padding: 10px;
    overflow: hidden;
}

.help:before {
    background: none;
}

.main .row:hover .help {
    display: block;
}

.help.active {
    top: -7px;
    right: 0px;
    left: -10px;
    min-height: 100%;
    height: auto;
    background: #ffffff;
    filter: none;
    -ms-filter: none;
    overflow: visible;
    border-left: 4px solid #A9ACAE;
}

.help.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -15px;
    height: 20px;
    width: 15px;
    background: url(../img/helppointer.png);
}

.help.active.reversed {
    top: auto;
    bottom: -2px;
}

.help.active.reversed:before {
    top: auto;
    bottom: 6px;
    background: url(../img/helppointer.png) left bottom;
}

.help .showclose {
    position: relative;
    top: -3px;
    text-align: right;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.help .showclose:hover {
    color: #666666;
}

.help h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.help h2:before {
    display: none;
}

.help ul {
    list-style: disc;
    margin-left: 1em;
}

.error [class*="span"] .content .help .showclose {
    color: #333333;
}

.error [class*="span"] .content .help .showclose:hover {
    color: #666666;
}

.optionalblock {

}

/* page navigation */
.navigation .active {
    background: none;
}

.navigation .inactive .nav {
    display: none;
}

.nav {
    margin-top: 10px;
    padding: 4px;
    /* background: -moz-linear-gradient(left, rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.8) );
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0
        ) ), to(rgba(255, 255, 255, 0.8) ) );
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.8) );
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.8) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,
        endColorstr=#ddffffff, GradientType=1 );
    -ms-filter:
        "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#ddffffff,GradientType=1)"; */
}

.nav:after {
    display: block;
    content: "";
    clear: both;
}

.nav .btn {
    float: right;
}

.btn-container {
    margin-top: 10px;
    padding: 4px;
}

/* .btn {
	float: left;
	background: #FFFEFC;
	background: -moz-linear-gradient(top, #FFFEFC, #D4D6D7);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFEFC),
		to(#D4D6D7) );
	background: -ms-linear-gradient(top, #FFFEFC, #D4D6D7);
	background: -o-linear-gradient(top, #FFFEFC, #D4D6D7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffFFFEFC,
		endColorstr=#ffD4D6D7 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffFFFEFC,endColorstr=#ffD4D6D7)";
	border-bottom: 1px solid #878989;
	font-size: 1.2em;
	font-weight: bold;
} */

.btn {
    float: left;
    background: #f5f4f3;
    border-radius: 2px;
    font-size: 1.2em;
    font-weight: bold;
    -webkit-transition: -webkit-transform 200ms ease-in-out 0ms;
    transition: transform 200ms ease-in-out 0ms;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* .btn.active {
	background: #82D0F2;
	background: -moz-linear-gradient(top, #88DBFF, #7BC4E4);
	background: -webkit-gradient(linear, left top, left bottom, from(#88DBFF),
		to(#7BC4E4) );
	background: -ms-linear-gradient(top, #88DBFF, #7BC4E4);
	background: -o-linear-gradient(top, #88DBFF, #7BC4E4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff88DBFF,
		endColorstr=#ff7BC4E4 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff88DBFF,endColorstr=#ff7BC4E4)";
} */

.btn.active {
    background: #82D0F2;
}

.btn.inactive a {
    color: #999999;
    cursor: default;
}

.btn.inactive:hover a {
    color: #999999;
}

.btn.inactive {
}

.btn.inactive a:before {
    background-image: url(../img/glyphicons-light.png);
}

.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* .btn.inactive {
	border-color: #B8BABA;
}

.btn.inactive a:before {
	background-image: url(../img/glyphicons-light.png);
}

.btn:hover {
	border-color: #B8BABA;
}
 */

.btn a {
    display: block;
    padding: 8px 1em;
    color: #333333;
    text-decoration: none;
}

.btn:hover a {
}

.btn.prev {
    background: none;
    float: left;
    border: none;
}

.btn.prev a {
    padding: 8px 0;
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}

.btn.prev a:hover {
}

/* .btn a {
	display: block;
	padding: 8px 1em;
	color: #333333;
	text-decoration: none;
}

.btn:hover a {
	color: #666666;;
}

.btn.prev {
	background: none;
	filter: "none";
	-ms-filter: "none";
	float: left;
	border: none;
}

.btn.prev a {
	padding: 8px 0;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.btn.prev a:hover {
	color: #666666;
}
 */
.btn.small {
    background: none;
    filter: "none";
    -ms-filter: "none";
    float: left;
    border: none;
}

.btn.small a {
    padding: 8px 0;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: underline;
}

.btn.small a:hover {
    color: #666666;
}

.btn.topright {
    float: right;
    margin-bottom: 5px;
}

.btn.topright a {
    padding: 4px;
}

/* Sidebar */
.sidebar-container {
    position: absolute;
    top: 0px;
    margin: 0 -1px;
}

.sidebar-container.fixed {
    position: fixed;
    top: 20px;
}

.sidebar {
    background: #ffffff;
    font-size: 0.8333em;
    border-left: 1px solid #f5f4f3;
    border-right: 1px solid #f5f4f3;
}

.sidebar img {
    border-bottom: 1px solid #eeeeee;
    height: auto;
    margin-left: 0;
    width: 100%;
}

.sidebar .logo {
    background: #ffffff;
}

.sidebar ul {
    list-style: disc;
    margin: 10px 0;
}

.sidebar li {
    margin-left: 16px;
}

.sidebar .plate {
    margin-bottom: 0;
}

.sidebar .content {
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px 10px 10px;
    border-top: 1px solid #eeeeee;
}

.sidebar .focus {
    margin-top: 0;
    padding-right: 15px;
}

.sidebar .panel {
    padding: 5px 5px 10px 10px;
    border-top: 1px solid #eeeeee;
}

.focus.top {
    text-align: left;
}

.sidebar .expand,
.sidebar .expanded {
    position: relative;
}

.sidebar .header {
    position: relative;
    z-index: 10;
    margin-right: -10px;
    cursor: pointer;
}

.expanded .header {
    cursor: default;
}

.sidebar .headertext {
    margin-right: 70px;
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar h3 {
}

.sidebar .subtot {
    position: absolute;
    right: 10px;
    padding-top: 2px;
    border-top: 1px solid #000000;
}

.sidebar .panel-heading .value {
    padding-right: 10px;
    bottom: 0px;
    font-weight: normal;
    border: none;
    float: right;
    margin-left: 10px;
}

.sidebar .panel-heading .label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar .panel-heading {
    position: relative;
}

.sidebar .expanded .options {
    display: block;
    font-size: 1em;
}

.sidebar .expanded .subtot {
    padding-top: 2px;
    border-top: 1px solid #333333;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

#sidebar .panel-collapse {
    position: relative;
}

.sidebar .options {
    font-size: 0.9em;
    padding-right: 10px;
}

.sidebar .subtot + .options {
    padding-bottom: 20px;
}

/* .sidebar .drop {
	position: absolute;
	bottom: 6px;
	right: -5px;
	width: 10px;
	height: 10px;
	background-image: url(../img/expand.png);
} */

.sidebar .drop {
    position: absolute;
    bottom: 6px;
    right: -3px;
    width: 10px;
    height: 10px;
    top: 0px;
    background-image: url(../img/expand.png);
}

.smallprint {
    margin: 10px 0 -10px;
    text-align: left;
    font-size: 0.6em;
}

/* .active .drop {
	background-position: 0 -15px;
}
 */
.active .drop {
    background-position: 0 -10px;
}

.active .headertext {
    text-decoration: underline;
}

.doc .expand,
.doc .expanded {
    position: relative;
}

.doc .options {
    padding: 0 0 30px 20px;
}

.doc .label {
    text-align: left;
}

.doc .headertext {
    font-weight: bold;
}

.doc .subtot {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    border-top: 1px solid #bbbbbb;
    padding-top: 3px;
    text-align: right;
    font-weight: bold;
}

.doc .subtot b {
    font-size: 1.4em;
}

.doc .focus {
    border-top: none;
    background-color: #ffffff;
    color: #333333;
}

.detail-toggle {
    text-decoration: underline;
    cursor: pointer;
}

.detailed-info {
    font-size: 0.9em;
}

div[class*="action"] a {
    position: relative;
    display: block;
    padding-left: 20px;
    text-decoration: none;
}

.btn[class*="action"] a {
    padding-left: 28px;
}

div[class*="action"] a:before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../img/glyphicons.png);
}

.btn[class*="action"] a:before {
    left: 8px;
    top: 8px;
}

.block .cornerlink a {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    padding-left: 20px;
}

div[class*="action"] a:hover:before {
    background-image: url(../img/glyphicons-light.png);
}

div.actionnote a:before {
    background-position: 0 -48px;
}

div.actiondone a:before {
    background-position: -288px 0;
}

div.actionview a:before {
    background-position: -48px 0;
}

div.actionedit a:before {
    background-position: 0 -72px;
}

div.actionadd a:before {
    background-position: -408px -96px;
}

div.actionprint a:before {
    background-position: -96px -48px;
}

div.actionsend a:before {
    background-position: -72px 0;
}

div.actionclose a:before {
    background-position: -312px 0;
}

div.actiondeactivate a:before {
    background-position: -313px -26px;
}

div.actioncompletedcourse a:before {
    background-position: -288px -2px;
}

div.actionsave a:before {
    background-position: -96px -24px;
}

div.actionexport a:before {
    background-position: -120px -72px;
}

div.actiondetail a:before {
    background-position: -48px 0;
}

div.actionfwd a:before {
    background-position: -264px -96px;
}

div.actionback a:before {
    background-position: -242px -96px;
}

div.actioncheck a:before {
    background-position: -144px -72px;
}

div.actionphone a:before {
    background-position: 0 -168px;
}

div.actionask a:before {
    background-position: -96px -97px;
}

div.actionnophone a:before {
    background-position: -24px -168px;
}

div.actionnewfromexisting a:before {
    background-position: -120px -74px;
}

div.actionreset a:before {
    background-position: -216px -24px;
}

div.email {
    text-overflow: ellipsis;
    overflow: hidden;
}

td.overflow {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entry {
    margin-bottom: 3px;
    line-height: 1.2em;
}

.entry:after {
    display: block;
    content: "";
    clear: both;
}

.entry .value {
    float: right;
    margin-left: 5px;
}

.focus {
    margin-top: 20px;
    padding: 10px;
    border-top: 4px solid #8E9697;
    background: #f5f4f3;
    border-bottom: 4px solid #2A6AB2;
    text-align: right;
    color: #747577;
    font-size: 1.2em;
    line-height: 1.2em;
}

.focus .remark {
    font-size: 0.6em;
    font-style: italic;
    line-height: 1.2em;
}

.total {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
}

.sidebar .btn {
    float: none;
    margin: 10px;
}

.sidebar .btn a {
    font-weight: normal;
}

/* data table */
table.data {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.pie {
    padding-right: 20px;
}

table.data th, table.data td {
    padding: 4px 8px;
}

table.data tr {
    border-left: 1px solid #bbbbbb;
}

table.data tr:nth-child(even) {
    background-color: #EEEDEB;
}

#callcenterOverviewTable tr:nth-child(even) {
    background-color: #FFFFFF !important;
}

table.data thead tr {
    background-color: #E0DFDE;
}

table.data th {
    color: #666666;
    font-weight: normal;
    text-align: left;
    background: #E0DFDE;
    border-top: 1px solid #888888;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #cccccc;
}

table.data td {
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #bbbbbb;
    /*width: 20%;*/
}

table.data td.right {
    text-align: right;
    width: 12%;
}

table.data td.rightCall {
    text-align: right;
    width: 10%;
}

table.data tr.alt td {
    border-top: 1px solid #eeeeee;
    background: #f5f4f3;
}

table.data tr.sum td {
    font-weight: bold;
    background: #E0DFDE;
}

table .details {
    height: 14px;
    width: 14px;
    margin: 0 auto;
    background-image: url(../img/glyphicons.png);
    background-position: -48px 0;
    cursor: pointer;
    text-indent: -9000px;
}

table .details:hover {
    background-image: url(../img/glyphicons-light.png);
}

table .edit {
    display: block;
    height: 14px;
    width: 14px;
    margin: 0 auto;
    background-image: url(../img/glyphicons.png);
    background-position: 0 -72px;
    cursor: pointer;
    text-indent: -9000px;
}

table .remove {
    text-indent: -9000px;
    margin: 0 auto;
}

a.remove {
    display: block;
    float:left;
    height: 14px;
    width: 14px;
    background-image: url(../img/glyphicons.png);
    background-position: -312px 0;
    cursor: pointer;
}

a.add {
    display: block;
    float:left;
    height: 14px;
    width: 14px;
    background-image: url(../img/glyphicons.png);
    background-position: -408px -96px;
    cursor: pointer;
}

.content a.add, .content a.remove {
    margin: 0px 5px;
}

.remove:hover, .add:hover, .edit:hover {
    background-image: url(../img/glyphicons-light.png);
}

/* dynamic table */
.table {
    margin: 0 10px 20px;
}

.main .table select {
    position: relative;
    top: 0;
    width: auto;
    margin: 0;
    padding: 0;
}

/* datepicker */
.ui-widget {
    margin-left: 30px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8333em;
    z-index: 1010 !important;
}

.ui-widget-header {
    background: #CAD5D7;
    background: -moz-linear-gradient(top, #E0EAEC, #B8C3C5);
    background: -webkit-gradient(linear, left top, left bottom, from(#E0EAEC),
    to(#B8C3C5));
    background: -ms-linear-gradient(top, #E0EAEC, #B8C3C5);
    background: -o-linear-gradient(top, #E0EAEC, #B8C3C5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffE0EAEC,
    endColorstr=#ffB8C3C5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffE0EAEC,endColorstr=#ffB8C3C5)";
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #E6EEEF;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border-color: #00462B;
}

/* Autocomplete */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}

/* POPUP */
.popupblock {
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,
    endColorstr=#88000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000)";
}

.popupblock .main {
    margin-top: 60px;
}

.popupblock .scrollable,
.fancyboxblock .scrollable {
    max-height: 500px;
    display: block;
    overflow: auto;
}

.popupblock .scrollable .content,
.fancyboxblock .scrollable .content {
    min-height: 25px;
}

.superPopup {
    z-index: 1001 !important;
}

.scrollable .span2.col4 {
    width: 165px;
}

.pending-content {
    display: table-cell;
    padding-top: 5px;
    vertical-align: middle;
}

.pending {
    min-width: 16px;
    height: 16px;
    background: url(../img/spinner.gif) no-repeat;
}

.username-spinner {
    position: absolute;
    right: -27px;
    top: -2px;
}

.checked {
    width: 15px;
    background-image: url(../img/checked.png);
}

span.error {
    color: #d4797a;
}

.version-container {
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px;
    font-size: 10px;
}

.details {
    height: 14px;
    width: 14px;
    background-image: url(../img/glyphicons.png);
    background-position: -48px 0;
    cursor: pointer;
    cursor: hand;
}

.mbspacing {
    margin-right: 5px;
}

.newnav {
    width: 200px;
    margin-left: 10px !important;
}

.details:hover {
    background-image: url(../img/glyphicons-light.png);
}

@media screen and (max-width: 1200px) {
@charset "UTF-8";
    /* CSS Document */
    .container {
        width: 980px;
        margin: 0 auto;
    }

    .span1 {
        width: 80px;
    }

    .span2 {
        width: 180px;
    }

    .spanmb {
        width: 250px;
    }

    .span3 {
        width: 280px;
    }

    .span4 {
        width: 380px;
    }

    .span5 {
        width: 480px;
    }

    .span6 {
        width: 580px;
    }

    .span7 {
        width: 680px;
    }

    .span8 {
        width: 780px;
    }

    .span9 {
        width: 880px;
    }

    .span10 {
        width: 980px;
    }

    body {
        font-size: 12px;
    }

    .main input[type="radio"], .main input[type="checkbox"] {
        top: -3px;
    }
}

/* NEW */

.contentrow.child {
    padding-left: 22px;
}

.contentrow.disabled {
    color: #888888;
}

/* -------- NEW ---------- */
.progress {
    position: relative;
    padding: 20px 0;
}

.progress .step-container.fullService {
    float: left;
    width: 20%;
}

.progress .step-container.default {
    float: left;
    width: 25%;
}

.progress .step {
    margin-right: 20px;
}

.progress .step a, .progress .step p {
    display: block;
    padding-bottom: 4px;
    text-decoration: none;
    color: #C4CBCE;
    border-bottom: 4px solid #C4CBCE;
}

.progress .step.past a {
    color: #417C69;
    border-color: #417C69;
}

.progress .step.active p, .progress .step a:hover {
    color: #2A6AB2;
    border-color: #2A6AB2;
    /*font-weight: bold;*/
}

.main .toggle {
    float: left;
    margin: -6px 0 5px;
    padding: 1px 1px 0;
    background-color: #A9ACAE;
    /* box-shadow: inset 0 2px 4px rgba(0,0,0,0.2) */
}

.main .toggle input[type="button"] {
    border: none;
    padding: 2px 10px;
    border-bottom: 1px solid #A9ACAE;
    background: none;
    cursor: pointer;
}

.main .toggle .on {
    margin-right: 0;
}

.main .toggle .off {
    margin-left: 0;
}

.main .toggle .on.active,
.main .toggle .off.active {
    font-weight: bold;
    background: #FFFEFC;
    background: -moz-linear-gradient(top, #FFFEFC, #D4D6D7);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFEFC), to(#D4D6D7));
    background: -ms-linear-gradient(top, #FFFEFC, #D4D6D7);
    background: -o-linear-gradient(top, #FFFEFC, #D4D6D7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffFFFEFC, endColorstr=#ffD4D6D7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffFFFEFC,endColorstr=#ffD4D6D7)";
    border-color: #999999;
}

.main .toggle.disabled {
    background-color: #C1C4C6;
}

.main .toggle.disabled input {
    color: #999999;
    cursor: default;
    border-color: #C1C4C6;
}

.detail-toggle {
    text-decoration: underline;
    cursor: pointer;
}

.detailed-info {
    font-size: 0.9em;
}

/* product option clause styling */
.clause {
    width: 100%;
}

.clause th,
.clause td {
    padding: 0px 2px;
    text-align: left;
}

.clause .right {
    text-align: right;
    white-space: nowrap;
}

/* Custom datatable highlighting  C2DFD6 */
table.dataTable tr.even.row_selected,
table.dataTable tr.odd.row_selected {
    background-color: #DBF6EC;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

table.dataTable tr.even.row_selected td.sorting_1,
table.dataTable tr.odd.row_selected td.sorting_1 {
    background-color: #DBF6EC;
}

.suggestion {
    padding: 0 10px 5px;
    font-weight: bold;
}

/* feedback */
.feedback-tab {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 0;
    width: 200px;
    margin-top: 100px;
    padding: 10px;
    background-color: #ffffff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 1.1em;
    color: #2A6AB2;
    text-decoration: none;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    cursor: pointer;
}

.feedback-tab a {
    color: #2A6AB2;
}

.feedback-tab:hover {
    padding-top: 12px;
}

div#popupNotAdvice {
    display: none;
    position: absolute;
    z-index: 20;
    background-color: #ffffff;
    right: 0px;
    left: 350px;
    width: 260px;
    padding: 10px;
    overflow: hidden;
}

.extraHighlight {
    font-weight: bold;
    color: red;
}

/* Dashboard styling */
.dashboardcontainer {
    position: relative;
    top: 0px;
    left: 0px;
    height: 600px;
    margin-left: 0px;
    overflow: inherit;
}

.dashboardcontainer:after {
    content: "";
    display: table;
    clear: both;
}

.dashboardheader {
    position: relative;
    margin-left: 0px;
    top: 0;
    height: 40px;
    background-color: #163f26;
    width: 100%;
}

.dashboardheader > h2 {
    margin: 0 0 0 0;
    left: 10px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 0 0;
    line-height: 40px;
}

.innerdashboardcontainer {
    position: relative;
    float: left;
    margin-top: 20px;
    height: 100%;
    width: auto;
    margin-left: 10px;
}

.dashboardstatisticsheader > h3, .dashboardnotificationsheader > h3 {
    position: relative;
    line-height: 30px;
    left: 15px;
}

.dashboardstatistics {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    height: 100%;
    background-color: #163f26;
}

.dashboardstatisticsheader {
    position: relative;
    top: 0px;
    width: 100%;
    height: 30px;
    background-color: #2d6946;
    color: #fFffff;
}

.dashboarditems {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #163f26;
    color: #fFffff;
}

.dashboardnotifications {
    position: relative;
    float: left;
    top: 0px;
    right: 0px;
    margin-left: 0px;
    height: 100%;
}

.dashboardnotificationsheader {
    position: relative;
    top: 0px;
    width: 100%;
    height: 30px;
    background-color: #e6e6e6;
    color: #2d6946;
}

.dashboardnotificationtext {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.dashboardnotificationtext > .doc {
    border: 0px;
}

.dashboarditems > ul > li {

    list-style: none;
    border-bottom: solid 1px #2d6946;
    border-width: 1px !important;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Dashboard graphics inside the left container */

/* Dashboard items with graph */
.dashboard-graph-container {
    position: relative;
    height: 110px;
    width: auto;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}

.dashboard-graph-container .dashboard-graph-pie {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 110px;
    width: 110px;
}

.dashboard-graph-container .dashboard-graph-image {
    position: absolute;
    left: 0px;
    top: 0px;
}

.dashboard-graph-container .dashboard-graph-prefix-suffix {
    position: absolute;
    left: 120px;
    top: 27px;
    letter-spacing: 1px;
}

.dashboard-graph-container .dashboard-graph-help {
    position: absolute;
    top: 1px;
    right: -7px;
    font-size: 12px;
}

.dashboard-graph-container .dashboard-graph-pie-part {
    position: absolute;
    top: 4px;
    font-size: 2em;
}

.dashboard-graph-container .dashboard-graph-pie-text {
    position: absolute;
    top: 25px;
    font-size: 1.1em;
    width: 120px;
}

.dashboard-graph-container .dashboard-graph-pie-info {
    position: absolute;
    font-size: 30px;
    left: 40px;
    top: 40px;
}

/* Dashboard items with simple line */

.dashboard-line-container {
    position: relative;
    height: 55px;
    width: auto;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}

.dashboard-line-container .dashboard-line-help {
    position: absolute;
    top: 1px;
    right: -7px;
    font-size: 12px;
}

.dashboard-line-container .dashboard-line-image {
    position: absolute;
    font-size: 25px;
    left: 10px;
    top: 14px;
}

.dashboard-line-container .dashboard-line-text {
    position: absolute;
    font-size: 1.1em;
    left: 53px;
    top: 4px;
    letter-spacing: 1px;
}

.dashboard-line-container a {
    color: #FFFFFF;
}

/* Simple dashboard items */

.dashboard-simple-container {
    position: relative;
    height: 55px;
    width: auto;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}

.dashboard-simple-container .dashboard-simple-help {
    position: absolute;
    top: 1px;
    right: -7px;
    font-size: 12px;
}

.dashboard-simple-container .dashboard-simple-image {
    position: absolute;
    font-size: 25px;
    left: 10px;
    top: 15px;
}

.dashboard-simple-container .dashboard-simple-data {
    position: absolute;
    font-size: 2em;
    left: 52px;
    top: 11px;
    letter-spacing: 1px;
}

.dashboard-simple-container .dashboard-simple-text {
    margin-left: 0px;
    position: absolute;
    font-size: 1em;
    left: 53px;
    bottom: 6px;
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    letter-spacing: 1px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Dashboard help text */
.dashboarditems .tooltip {
    z-index: 9999;
    font-family: Verdana;
}

.dashboarditems .tooltip-inner {
    padding: 10px;
    border-radius: 0px;
    text-align: left;
    background-color: white;
    color: black;
}

.dashboarditems .tooltip-arrow {
    display: none;
}

.collapseindex {
    display: block;
}

.collapseindex-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 200ms ease-in-out 0ms;
    transition: height 200ms ease-in-out 0ms;
}

.collapseindex-content.active {
    background: #ffffff;
}

#wrap {
    width: 600px;
    margin: 0 auto;
}

#left_col {
    float: left;
    width: 300px;
}

#right_col {
    float: right;
    width: 300px;
}

.link-lookalike {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.login .gradientbg {
    border-color : #9b9f9f;
}

.login .main.form {
    margin-top: 75px;
    border-color : #9b9f9f;
}