html, body, input, select, textarea, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
    padding: 0;
    font-family: "Arial";
    font-size: 12px;
    color: #555;
    font-weight: normal;

}
h1 {
    font-size: 160%;
    font-weight: bold; 
    clear: both;
}
h2 {
    font-size: 120%;         
    font-weight: bold;  
    margin-bottom: 5px     
}
html {
    height: 100%;
}  

body {
    height: 100%;
    overflow: auto;
}

img {
    border: none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

table {
    border-collapse: collapse;
    width: 100%;
}

a {
    text-decoration: none;
    color: #00ccff;
}

.wrapper {
    overflow: auto;
}

input.label, textarea.label {
    font-style: italic;
    color: #999999;
}
.center {
    text-align: center;
}
#site-wrapper{
    min-width: 920px;
    height: 100%; 
    position: relative;
}
#header-wrapper{
    position: absolute;
    top:0;
    left: 0;
    height: 80px;
    width: 100%;
}
#left-pane{
    z-index: +1;
    height: 100%; 
    position: fixed; 
    left: -260px;
    width: 260px;
}

#left-pane-wrapper .viewport { 
    width: 250px; 
    height: 100%; 
    position: relative; 
}
#left-pane-wrapper .overview { 
    list-style: none; 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%;
}
#left-pane-wrapper .thumb .end, #left-pane-wrapper .thumb { 
    background-color: #777; 
    border-radius: 5px;
}
#left-pane-wrapper .scrollbar { 
    position: relative; 
    float: right; 
    width: 7px; 
    height: 100%;
    margin-right: 3px;
    z-index: 5;
}
#left-pane-wrapper .track 
{     
    height: 100%; 
    width:3px; 
    position: relative; 
    padding: 0 1px; 
}
#left-pane-wrapper .thumb { 
    height: 20px; 
    width: 7px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
    z-index: 5;
    
}
#left-pane-wrapper .thumb .end { 
    overflow: hidden; 
    height: 25px; 
    width: 10px;
}
#left-pane-wrapper .disable{ 
    display: none; 
}
#left-pane-wrapper .infoLeftPane{ 
    position: absolute; 
    left:0; 
    top:0;
    padding: 3px 10px;
    cursor: pointer;
    
}
.infoLeftPaneCall{ 
    position: absolute; 
    left:0; 
    top:25px;
    padding: 0px 5px;
    cursor: pointer;
}

#left-pane-wrapper .left-pane-icon img{ 
    max-width: 10px;
    max-height: 10px;
    
}
.noSelect { 
    user-select: none; 
    -o-user-select: none; 
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
}
#left-pane-content-outline{
    padding: 20px 10px;
}
#left-pane-content-outline ul{
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}
#left-pane-content-outline ul li{
    
}
#left-pane-wrapper{
    height: 100%; 
    float: left; 
    width:250px; 
    background-color: #FDFDFD;  
}
#left-pane-border{
    width: 10px; 
    height: 100%; 
    background-image: url('../img/left-pane-bg.png'); 
    background-repeat: repeat-y; 
    background-position: left; 
    float: left; 
}

#header {
    padding: 10px 20px;
    background: #f5f5f5;
    border-top: 2px solid #333333;
}

#header h1 {
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    padding: 5px 0;
    padding-right: 20px;
}

#header #search input {
    border: 1px solid #B5B5B5;
    background: #ffffff;
    padding: 5px 10px;
    width: 200px;
    border-radius: 2px;
    vertical-align: bottom;
}

#header #search input.button {
    background: url("../img/search-bg.png") center center no-repeat #0099cc;
    border: 1px solid #006699;
    padding: 5px 30px;
    width: auto;
    height: 27px;
}

#header #search.stop input.button {
    background: url("../img/search-stop-bg.png") center center no-repeat #cc3333;
    border: 1px solid #990000;
}

/**
* Menu
*/

#menu {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    height: 30px;
    padding: 0 20px;
}

#menu ul {
    list-style-type: none;
}
#menu ul li{
    display: block;
    float: left;
}
#menu ul li a {
    display: block;
    height: 20px;
    padding: 10px 20px 0;
    color: #555555;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    margin-right: 1px;
}

#menu ul li.right {
    float: right;
}

#menu ul li a:hover, #menu ul li.active a {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-width: 1px 1px 0 1px;
    padding: 9px 19px 1px;
}

#overlay-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../img/trans-bg.png");
    display: none;
    z-index: +500;
}

#loader {
    width: 32px;
    height: 32px;
    background: url("../img/loader.gif");
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    display: none;
    z-index: +501;
}

.confirm {
    background: url("../img/trans-bg.png");
    padding: 20px;
}

/**
* Content menu
*/

#content-menu {
    overflow: auto;
    padding: 20px 20px 0 20px;
}

#content-menu.no-index {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
}
#content-menu-vertical {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 10px;;
    overflow: auto;
}
#content-menu-vertical ul.buttonsRight img{
    padding-left: 10px;
}
#content-menu-vertical ul.buttonsLeft img{
    padding-right: 10px;
}
#content-menu-vertical ul.buttonsLeft{
    float: left;
}

#content-menu-vertical ul.buttonsRight{
    float: right;
}
div.buttons {
    overflow: auto;
    padding-bottom: 20px;
}
div.no-pad{
    padding: 0px;
}
div.buttons ul li a img {
    margin-right: 5px;
}

#content-menu ul, div.buttons ul,#content-menu-vertical ul {
    list-style-type: none;
}

#content-menu ul li.return a {
    background: url("../img/icons/left.png") center center no-repeat #f5f5f5;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
}
#content-menu ul li,div.buttons ul li{
    display: block;
    float: left;
}
#content-menu ul li a, div.buttons ul li a, #content-menu-vertical ul li a {
    display: block;
    padding: 8px 10px 0;
    height: 22px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-right-width: 0;
    color: #707070;
}
#content-menu-vertical ul li a{
    border-right-width: 1px;
    border-bottom-width: 0px;
}
#content-menu ul li a:hover, div.buttons ul li a:hover, #content-menu-vertical ul li a:hover, #content-menu ul li.active a, div.buttons ul li.active a, #content-menu-vertical ul li.active a,#content-menu-vertical ul li.active a{
    color: #333333;
    background-color: #e5e5e5;
}

#content-menu ul li:first-child a, div.buttons ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#content-menu-vertical ul li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#content-menu ul li:last-child a, div.buttons ul li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-width: 1px;
}
#content-menu-vertical ul li:last-child a:first-child {
    border-bottom-left-radius: 5px;
}
#content-menu-vertical ul li:last-child a:last-child {
    border-bottom-right-radius: 5px;
}
#content-menu-vertical ul li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-width: 1px;
}

/**
* Content
*/

#content h1, #popup h1 {
    font-size: 140%;
    font-weight: bold; 
    clear: both;
    margin-bottom: 5px;
    border-bottom: 1px solid #E5E5E5;
 
}
#content {
    padding: 20px;
 
}
#content-wrapper{
    position: absolute;
    top: 80px;
    left:0;
    right: 0;
    bottom: 0;

}

.link {
    cursor: pointer;
}
#left-pane-content-outline table:hover tr{
       background: #E5E5E5 !important;
}
#left-pane-content-outline table.selected tr td {
    background: #C3E3F3 !important;
}
table tr.red-bg td{
    background: #FFF0F0 !important;
    background: rgba(255, 216, 216, 0.50) !important;
}
table tr.oranje-bg td{
    background: #FFF1DB!important;
    background: rgba(255, 203, 126, 0.50)!important;
}
table tr.green-bg td{
    background: #D3F5D3!important;
    background: rgba(182, 255, 178, 0.50)!important;
}
#left-pane-content-outline table{
    background: none;
    margin:0;
}
#left-pane-content-outline table tbody tr {
    border: none;
}
#left-pane-content-outline table tr:nth-child(even) { 
    background: none;
}
#left-pane-content-outline table thead tr {
    border:none;
}
#left-pane-content-outline .border{
    border-top: 1px dotted #CCC;
}
#left-pane-content-outline h2{
    font-size: 140%;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #AAA;
    padding-top:15px;
}
#left-pane-content-outline td.left-pane-count{
    font-size: 120%;
    text-align: center;
    width: 35px;
}
#left-pane-content-outline td.left-pane-icon{

    text-align: center;
    width: 12px;
}
#left-pane-content-outline td.left-pane-projectno{
    font-size: 110%;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
}
#left-pane-content-outline td.left-pane-projectdescription{
    text-align: right;
    padding-right: 5px;
    padding-top: 0;
}
.b{
    font-weight: bold;
}
table {
    clear: both;
    margin-bottom: 20px;
    background: #ffffff;
}

table th, table td {
    text-align: left;
    padding: 5px;
}

table thead tr {
    border-bottom: 2px solid #999999;
}
table thead tr.title {
    border-bottom: none;
}
table thead tr th a {
    color: #808080;
}

table thead tr th a:hover {
    color: #333333;
}

table tr.link:hover, table.active tr {
    background: #e5e5e5 !important;
}

table tbody tr {
    border: 1px solid #e5e5e5;
    border-width: 0 0 1px 0;
}

table tr:nth-child(even) {
    background: #f9f9f9;
}

table.details {
    width: 400px;
    float: left;
    margin-right: 20px;
    clear: none;
}

table.details thead th {
    text-align: center;
}

table.details td:first-child {
    background: #e5e5e5;
    font-weight: bold;
    width: 150px;
}
table tr td.icon-small img{
    max-width: 100%;
    max-height: 100%;
}

/**
* Popup
*/

#popup {
    padding-bottom: 10px;
    background: url("../img/popup-bg.png") left bottom repeat-x;
    position: absolute;
    width: 100%;
    display: none;
    z-index: +400;
}

#popup-content {
    background: url("../img/trans-bg.png");
    padding: 20px;
}

#popup-close {
    background: url("../img/trans-bg.png");
    padding: 20px 20px 0;
}

#popup-close a {
    display: block;
    background: url("../img/icons/cross.png") left center no-repeat;
    color: #333333;
    font-weight: bold;
    width: 16px;
    height: 16px;
}

/**
* Pagination
*/

div.pagination {
    overflow: auto;
    margin-bottom: 10px;
}
div.pagination p{
    margin: 0;
    text-align: center;
    border: 1px solid #E5E5E5;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}
div.pagination ul {
    list-style-type: none;
}
div.pagination ul li {
    display: block;
    float: left;
}
div.pagination ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-right-width: 0;
    color: #888888;
}
div.pagination ul li.inactive a{
    cursor: default;
}
div.pagination ul li.previous a {
    background: url("../img/icons/left.png") center center no-repeat #f5f5f5;
}

div.pagination ul li.previous.inactive a {
    background: url("../img/icons/left_inactive.png") center center no-repeat #f5f5f5;
}

div.pagination ul li.next a {
    background: url("../img/icons/right.png") center center no-repeat #f5f5f5;
}

div.pagination ul li.next.inactive a {
    background: url("../img/icons/right_inactive.png") center center no-repeat #f5f5f5;
}

div.pagination ul li:first-child a {
    border-top-left-radius: 5px;
}

div.pagination ul li:last-child a {
    border-top-right-radius: 5px;
    border-right-width: 1px;
}

div.pagination table.pagination-table, div.pagination table.pagination-table tr, div.pagination table.pagination-table tr td
{
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    color: #888;
}

div.blue-button input
{
    background: #09C;
    cursor: pointer;
    color: white;
    font-weight: bold;
    border: 1px solid #069;
    padding: 5px 10px;
    border-radius: 2px;
}
div.blue-button input:hover
{
    background: #069;
}
/**
* Sitemap
*/

ul.sitemap {
    list-style-type: none;
}
ul.sitemap li {
    float: left;
    display: block;
}

ul.sitemap li a {
    display: block;
    padding: 40px;
    
    text-align: center;
    margin-right: 20px;
}

ul.sitemap li a span {
    display: block;
    margin-top: 20px;
    background: #555555;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 15px;
}

ul.sitemap li a:hover span {
    background: #00ccff;
}

/**
* Form
*/

form {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    overflow: auto;
    clear: both;
    margin-bottom: 1em;
}

form fieldset {
    padding: 20px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin: 0;
    border-radius: 5px;
    clear: both;
}
form fieldset:last-child:not(.left) {
    border-bottom: none;
    border-right: none;
}
fieldset.left {
    margin: 10px 5px 10px 15px;
    float: left;
    
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    clear: none;
}
fieldset legend {
    font-weight: bold;
    text-align: center;
}

form .input-wrapper {
    padding: 5px 0;
    overflow: auto;
    clear: both;
}

form .input-wrapper > label, form .input-wrapper .group-label {
    float: left;
    width: 200px;
    font-weight: bold;
    color: #808080;
    padding-top: 3px;
}

form .input-text input, form .select .select-label, form .input-calendar input {
    border: 1px solid #c5c5c5;
    background: #ffffff;
    padding: 5px;
    border-radius: 2px;
    width: 200px;
    margin-right: 10px;
}

form .input-checkbox:first-child, form .input-radio:first-child {
    margin-left: 200px;
}

form .input-checkbox, form .input-radio {
    overflow: auto;
}

form .input-checkbox label, form .input-radio label {
    padding: 6px 0;
    display: block;
    color: #808080;
    cursor: pointer;
}

form .input-checkbox label.inline, form .input-radio label.inline {
    float: left;
    padding-right: 20px;
}

form .input-checkbox label .checkbox {
    width: 16px;
    height: 16px;
    float: left;
    border: 1px solid #c5c5c5;
    background: #ffffff;
    margin-right: 5px;
    margin-top: -2px;
}

form .input-radio label .radio {
    width: 18px;
    height: 18px;
    background: url("../img/input-radio-bg.png") center center no-repeat;
    margin-right: 5px;
    margin-top: -2px;
    float: left;
}

form .input-checkbox label .checkbox.checked {
    background: url("../img/input-checkbox-checked-bg.png") center center no-repeat #ffffff;
}

form .input-radio label .radio.checked {
    background: url("../img/input-radio-checked-bg.png") center center no-repeat;
}

form .input-calendar input {
    background: url("../img/icons/calendar.png") 190px center no-repeat #ffffff;
}


form .textarea {
    border: 1px solid #c5c5c5;
    background: #ffffff;
    padding: 5px;
    border-radius: 2px;
}

form .textarea textarea {
    width: 100%;
    height: 15px;
    background: none;
    border: none;
    overflow: hidden;
}

form .input-text.small input {
    width: 89px;
}

form .input-text, form .select, form .input-calendar {
    float: left;
}

form select{
    border: 1px solid #c5c5c5;
    background: #ffffff;
    padding: 5px;
    border-radius: 2px;
    width: 210px;
}

form .input-submit input, form .input-button input {
    background: #0099cc;
    border: 1px solid #006699;
    padding: 5px 10px;
    color: #ffffff;
    border-left: none;
    color: #ddeeff;
}

form .input-submit:first-child input, form .input-button:first-child input, form .input-submit input.single-button, form .input-button input.single-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 1px solid #006699;
    margin-left: 15px;
}

form .input-submit:last-child input, form .input-button:last-child input, form .input-submit input.single-button, form .input-button input.single-button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

form .input-submit, form .input-button {
    float: left;
}

form .input-submit input {
    font-weight: bold;
    color: #ffffff;
}

form .input-submit input:hover, form .input-button input:hover {
    background: #006699;
    cursor: pointer;
    color: #ffffff;
}

form .input-wrapper .error {
    float: left;
    border: 1px solid #990000;
    border-radius: 2px;
    padding: 5px;
    background: #cc3333;
    color: #ffffff;
}

form .text {
    overflow: auto;
    padding: 5px;
}

form .input-wrapper .text {
    float: left;
}

form.filter {
    float: left;
    margin-right: 20px;
    background: none;
    border: none;
}

form.filter fieldset {
    border: none;
    padding: 0 0 20px 0;
}

form.filter .input-wrapper > label, form.filter .input-wrapper > .group-label {
    display: block;
    float: none;
    color: #505050;
    padding-bottom: 5px;
    width: 150px;
}

/**
* Calendar
*/

div.calendar {
    position: absolute;
    background: #ffffff;
    width: 210px;
    border: 1px solid #c5c5c5;
    box-shadow: 0 1px 2px #909090;
    margin-top: -1px;
    border-top: 1px solid #f5f5f5;
}

div.calendar table {
    margin: 0;
}

div.calendar table tr.week-days {
    border-bottom: 2px solid #999999;
    background: #ffffff;
}

div.calendar table tr.week-days td {
    color: #999999;
}

div.calendar table tr td.selected {
    font-weight: bold;
    background: #e5e5e5;
}

div.calendar table tr td.today {
    text-decoration: underline;
    font-weight: bold;
}

div.calendar table tr td {
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
}

div.calendar table tr td.day:hover {
    background: #444444;
    color: #ffffff;
    cursor: pointer;
}

div.calendar table tr td.prev-year {
    background: url("../img/calendar/prev-year.png") center center no-repeat;
    cursor: pointer;
}

div.calendar table tr td.prev-month {
    background: url("../img/calendar/prev-month.png") center center no-repeat;
    cursor: pointer;
}

div.calendar table tr td.next-month {
    background: url("../img/calendar/next-month.png") center center no-repeat;
    cursor: pointer;
}

div.calendar table tr td.next-year {
    background: url("../img/calendar/next-year.png") center center no-repeat;
    cursor: pointer;
}

/**
* Menu-left
*/

#menu-left {
    overflow: auto;
    padding-right: 20px;
    float: left;
    width: 200px;
}

#menu-left h2 {
    font-weight: bold;
    color: #505050;
    margin-bottom: 1em;
}

#menu-left ul {
    margin-bottom: 1em;
}

#menu-left ul li a {
    display: block;
    color: #00ccff;
    padding: 10px;
    margin-bottom: 1px;
}

#menu-left ul li.active a {
    font-weight: bold;
    color: #444444;
    background: #f5f5f5;
}

#menu-left ul li a:hover {
    background: #eeeeee;
    color: #444444;
}

#menu-left ul li a img {
    margin-right: 5px;
}

.clear{
    clear:both;
}
#content-expand{
    margin: 50px 0 0 0;
}
div.box{
    padding: 10px 2px;
}
div.vert-whitespace{
    margin: 25px 0;
}
.pointer{
    cursor: pointer;
}
.w500px{
    width: 500px;
}
.w600px{
    width: 600px;
}
.w700px{
    width: 700px;
}
.disabled {
background: #C7C7C7 !important;
}
.highlight{
background: yellow;
}
.selected{
border: 2px dashed #CCC;
background: #C3E3F3 !important;
}
#expand
{
    margin: 0 0 15px 0;
    padding: 0;
    border-top: 1px solid #AAA;
    color: #AAA;
    text-align: center;
}
.upload-wrapper{
    margin:15px 0;
}
.upload-wrapper ul{
    margin-left: 25px;
}
.hidden{
    display: none;
}
#messageButtons{
    float: right;
    margin-right: 10px;
}
.text iframe{
    border: 1px solid #DDD;
}

.sla_0 {
	background-color: rgba(182, 255, 178, 0.4);
}
.sla_1 {
	background-color: rgba(255,165,0,0.3);
}
.sla_2 {
	background-color: rgba(255,0,0,0.3);
}