﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 75px;
    padding-bottom: 20px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


div.filter {
    margin-right: 20px;
    height: 55px;
}

    div.filter select, div.filter input[type=text] {
        min-width: 100px;
    }

    div.filter:last-child {
        margin-right: 0px;
    }

.checkboxlist td, .checkboxlist th {
    padding: inherit;
}

.cbl input[type=checkbox] {
    margin-right: 5px;
    margin-left: 0px;
}

.checkboxlist input[type=checkbox], .cb input[type=checkbox] {
    margin-right: 5px;
    margin-left: 5px;
}

.radiobuttonlist td, .radiobuttonlist th {
    padding: inherit;
}

.radiobuttonlist input[type=radio], .rb input[type=radio] {
    margin-right: 5px;
    margin-left: 5px;
}

@media screen and (max-width: 1235px) and (min-width: 768px) {
    body {
        padding-top: 130px;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .container.body-content {
        padding: 0;
    }
}

body {
    padding-top: 59px;
    background: #f7f7f7;
    padding-bottom: 0px;
}

footer {
    padding-left: 30px;
    padding-right: 30px;
}

a, a:hover, a:visited, a:active, a:link {
    color: #00b8b1;
}

.body-content {
    background: #f7f7f7;
    padding-left: 30px;
    padding-right: 30px;
}

.panelList, .panelListForAmCharts {
    background: white;
    padding: 5px;
    margin: 30px 0px;
}

    .panelList h2, .panelListForAmCharts h2 {
        color: #00b8b1;
        margin-top: 5px;
    }

    .panelList svg path {
        fill: #00b8b1;
    }


.navbar {
    margin-bottom: 0px;
}

.navbar-inverse {
    background: #181f23;
    border: #181f23;
    color: white;
}

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: white;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #00b8b1;
    }

        .navbar-inverse .navbar-nav > .active > a > svg path, .navbar-inverse .navbar-nav > .active > a:hover > svg path, .navbar-inverse .navbar-nav > .active > a:focus > svg path {
            fill: #00b8b1;
        }

    .navbar-inverse .dropdown-menu {
        background-color: #181f23;
        border: 0px none;
    }

        .navbar-inverse .dropdown-menu li a {
            color: white;
        }

        .navbar-inverse .dropdown-menu li.active > a {
            background-color: #00b8b1;
        }

        .navbar-inverse .dropdown-menu li:hover > a {
            background-color: #00b8b1;
        }

    .navbar-inverse .navbar-brand {
        color: white;
        height: 59px;
    }

        .navbar-inverse .navbar-brand img.brandlogo {
            margin-top: -15px;
            margin-left: -15px;
            height: 59px;
        }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: white;
        }



.navbar-collapse.collapse {
    display: block !important;
}

.navbar-nav > li {
    height: 63px;
}

    .navbar-nav > li > a {
        padding-top: 20px;
    }

        .navbar-nav > li > a#aWildix {
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }

        .navbar-nav > li > a#aAndroid {
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }

.navbar-nav > li, .navbar-nav, .navbar-header {
    float: left !important;
}


.navbar-nav {
    margin: 0px !important;
}

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

.navbar-right {
    float: right !important;
}

.navbar-nav > li > input[type=image], .navbar-nav > li > input[type=image]:hover {
    padding-top: 6px;
}

h1.page-header {
    background: #ececec;
    margin-top: 0px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px;
}

    h1.page-header .normal {
        font-weight: normal;
        font-size: 14px;
        margin-top: 14px;
    }


.tab-pane .panelList:first-child {
    margin-top: 15px;
}

h1.tab-pane-header {
    background: #ececec;
    margin-top: 0px;
    padding: 10px 30px;
}

td.task-high {
    background-color: #FB923C;
}

td.task-urgent {
    background-color: #ff5b5a;
}

td.task-normal {
    background-color: #00737F;
}

td.task-low {
    background-color: #00b8b1;
}

.btn {
    border-radius: 0px;
}

.btn-primary, .btn-primary:hover {
    background: #ccf6f4;
    border: #ccf6f4;
    color: #00b8b1;
}

.btn-danger, .btn-danger:hover, a.btn-danger, a.btn-danger:hover {
    background: #b94a48;
    border: #b94a48;
    color: white;
}

.btn-default, .btn-default:hover, a.btn-default, a.btn-default:hover {
    background: #242525;
    border: #242525;
    color: white;
}

.pagination > li > a, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #00b8b1;
}

legend {
    color: #00b8b1;
    border-bottom-color: #00b8b1;
}

.panel-filter {
    border-bottom: solid 1px #00b8b1;
    margin-bottom: 20px;
}

.back-button {
    margin-top: 10px;
    font-size: 14px;
}

.nav.nav-tabs > li.active a {
    background-color: #00b8b1;
    color: white;
}

.navbar-inverse .navbar-nav > li > a.language.active {
    color: #00b8b1;
}

tr.cancelled td {
    text-decoration: line-through;
}

.usergroupnode a:first-child {
    color: black;
}

a.text-danger, a.text-danger:hover, a.text-danger:visited, a.text-danger:active, a.text-danger:link {
    color: #b94a48;
}

.dropdown-menu > span > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}



.dhx_cal_ltext select {
    display: block;
    width: calc(100% - 5px);
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    max-width: calc(100% - 5px);
    margin-right: 5px;
}

.dhx_scale_bar a {
    color: blue;
}

#navbarcollapse.navbar-collapse {
    float: left;
}

#navbarcollapse ul li a {
    line-height: 33px;
}

.modalBackground {
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.50;
}

div.filter {
    margin-right: 20px;
}

    div.filter select, div.filter input[type=text] {
        min-width: 100px;
    }

    div.filter:last-child {
        margin-right: 0px;
    }

.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
    margin-left: 0px;
}

.checkbox label {
    padding-top: 0px !important;
}

@media (min-width: 768px) {
    .form-inline .form-control.fullwidth {
        width: 100%;
    }

    .navbar-header-collapse {
        display: none;
    }

    #navbarcollapse .navbar-nav li.favorite a {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
}


@media (min-width: 1200px) {
    #navbarcollapse .navbar-nav li.favorite a {
        max-width: 300px;
    }
}

@media (max-width:767px) {
    #navbarcollapse.collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
        -webkit-transition-duration: initial;
        -o-transition-duration: initial;
        transition-duration: initial;
        -webkit-transition-timing-function: initial;
        -o-transition-timing-function: initial;
        transition-timing-function: initial;
    }

    #navbarcollapse.navbar-collapse.collapse {
        display: none !important;
    }

    #navbarcollapse.navbar-collapse.in {
        display: block !important;
    }

    #navbarcollapse .navbar-nav {
        position: absolute;
        top: 59px;
        background-color: #181f23;
        left: 0px;
        width: 100%;
    }

        #navbarcollapse .navbar-nav li.favorite {
            float: none !important;
            width: 100%;
        }

    h1.page-header {
        margin-left: -5px;
        margin-right: -5px;
    }

    .body-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-nav .dropdown.open {
        position: static;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        width: 100%;
        background-color: #181f23;
    }

        .navbar-nav .open .dropdown-menu > span > li > a {
            padding: 5px 15px 5px 25px;
            line-height: 20px;
        }
}
