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

header { background: #00A380; background: -moz-linear-gradient(left, #00A380 0%, #00A380 35%, #00CCA0 65%, #00CCA0 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #00A380), color-stop(35%, #00A380), color-stop(65%, #00CCA0), color-stop(100%, #00CCA0)); background: -webkit-linear-gradient(left, #00A380 0%, #00A380 35%, #00CCA0 65%, #00CCA0 100%); background: -o-linear-gradient(left, #00A380 0%, #00A380 35%, #00CCA0 65%, #00CCA0 100%); background: -ms-linear-gradient(left, #00A380 0%, #00A380 35%, #00CCA0 65%, #00CCA0 100%); background: linear-gradient(to right, #00A380 0%, #00A380 35%, #00CCA0 65%, #00CCA0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A380', endColorstr='#00CCA0', GradientType=1 ); }
header .menu-wrapper { background-image: url("images/headerborder3-l.png"); }
header .userdata img { border-right-color: #00CCA0; }
header .usermenu .msg .addon { background: #00CCA0; }
header .usermenu .msg a:hover .addon { background: #00A380; }
#main-menu .coaching { background: #005946; }
#tabs .ui-tabs-nav li { background: #00CCA0; }
#tabs .ui-tabs-nav li .fa { background: #00A380; }
#tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { color: #00A380; }
.btn.color1 { background: #00CCA0; }
.btn.color1:hover { background: #00A380; }

.section-head ul li.color1 a {
    background: #B3EFE3;
}

.section-head ul li.color2 a {
    background: #4ADBBD;
}

.section-head ul li.color3 a {
    background: #00CCA0;
}

.section-head ul li a:hover {
    color: #00CCA0;
}

.section-headabm ul li.color1 a {
    background: #B3EFE3;
}

.section-headabm ul li.color2 a {
    background: #4ADBBD;
}

.section-headabm ul li.color3 a {
    background: #00CCA0;
}

.section-headabm ul li a:hover {
    color: #00CCA0;
}


.txtlabel strong { color: #00CCA0; }
.portlet-header .btns span:hover { color: #00CCA0; }
.GvGeneral button:hover span { color: #00CCA0; }

#login-page #form-box .header { background: #00A380; }
#login-page .header .left { background-color: #00CCA0; background-image: url("images/headerborder3-l.png"); }

@media only screen and (min-width: 768px) {
header .coaching-wrapper { background: #00CCA0; background: -moz-linear-gradient(left, #00CCA0 0%, #4ADBBD 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #00CCA0), color-stop(100%, #4ADBBD)); background: -webkit-linear-gradient(left, #00CCA0 0%, #4ADBBD 100%); background: -o-linear-gradient(left, #00CCA0 0%, #4ADBBD 100%); background: -ms-linear-gradient(left, #00CCA0 0%, #4ADBBD 100%); background: linear-gradient(to right, #00CCA0 0%, #4ADBBD 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CCA0', endColorstr='#4ADBBD', GradientType=1 ); }
header .coaching { background-image: url("images/headerborder3-l.png"); }
header .userdata-wrapper { background: #00A380; }
header .username { background-image: url("images/headerborder3-r.png"); }
}

.fancybox-caption {
    background: #00A380;
}
.fancybox-caption .left {
    background-color: #00CCA0;
    background-image: url("images/headerborder3-l.png");
}