html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
}

.modal-dialog {
    width: 90%;
}

h3.searchresults {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

select {
    padding: 6px 5px 5px 5px;
    height: 2.1428571428571em;
    line-height: 1.4285714285714;
    border: 1px solid #ccc;
    border-radius: 3.01px;
    box-shadow: inset 0 1px 3px #ccc;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #333;
    font-size: inherit;
    margin: 0;
    max-width: 250px;
    vertical-align: baseline;
    width: 100%;
    font: -webkit-small-control;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

#errorpage {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 500px;
    height: 300px;
    margin-left: -250px;
    /*half width*/
    margin-top: -150px;
    /*half height*/
    font-size: 10px;
}

#errorpagebox {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
    padding: 20px;
    border: 1px solid #999;
    border-radius: 5px;
    background: #f1f1f1;
    width: 500px;
}

.infomsg {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #428bca;
}

.filter-text {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 35px;
    padding: 5px;
         box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
}

.trumbowyg-box {
    z-indext: 900;
    float: left;
    width: 100% !important;
    min-height: 100px !important;
}

.trumbowyg-editor {
    min-height: 100px !important;
}

.trumbowyg {
    background-color: white;
}

#bodycontainer {
    height: 100%;
    width: 100% !important;
}

.noselection {
    color: #999;
}

.modal-body h4 {
    font-size: 16px;
}

#create-group-issuetype,
#create-group-body {
    position: relative;
}

.form-title {
    font-weight: bold !important;
}

#headercontainer {
    height: 57px;
    background-color: #008abf;
    border-bottom: 7px solid #66b4db;
    color: #fff;
         box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#header {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    float: left;
    position: relative;
}

#headerlogo {
    float: left;
    position: relative;
}

#createheader {
    float: left;
    position: relative;
    margin-left: 20px;
}

#filterlist {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    padding-left: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 20px;
    margin-bottom: 0;
}

#main {
    float: left;
    position: relative;
    width: 100%;
    margin-left: 0;
         box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 500;
    margin-bottom: 50px;
}

#footer {
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    padding: 15px 15px 15px 40px;
         box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#mainwrapper {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
         box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sort {
    width: 160px !important;
}

.popover {
    width: 500px !important;
    max-width: 500px !important;
}

body,
table {
    font-family: Open Sans;
    font-size: 14px;
    color: #222;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    color: #008ac1;
    margin-bottom: 10px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0 !important;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #008ac1;
    margin-bottom: 5px;
}

#error,
#noprojects {
    display: none;
}

.page-info {
    margin-bottom: 5px;
    margin-top: 15px;
}

#listloading {
    margin: auto;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 40px;
    margin-left: -150px;
    margin-top: -20px;
    font-weight: bold;
    font-size: 14px;
    color: #008ac1;
         box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#navigation {
    float: right;
    position: relative;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.comma-list {
    padding: 0;
}

.comma-list > * {
    display: inline;
}

.comma-list > *:after {
    content: ",";
}

.comma-list > *:last-child:after {
    content: "";
}

.comma-list a {
    color: #222;
}

@media (min-width: 768px) {
    .comma-list {
        list-style: none;
    }

    .comma-list > * {
        display: list-item;
        width: 50%;
        float: left;
        margin-bottom: 5px;
    }

    .comma-list > *:after {
        content: "";
    }
}

.buttons .btn {
    margin-bottom: 10px;
}

a.logout,
a.logout:visited,
a.logout:link,
a.logout:hover {
    color: #fff;
}

.issue-status {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 99%;
    margin: 0;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#create-ticket legend + .radio {
    margin-top: 0;
    padding-top: 5px;
}

#create-ticket input.radio {
    box-sizing: border-box;
    font-size: 14px;
    height: 1.4285714285714em;
    left: 0;
    margin: 0;
    padding: 2px;
    position: absolute;
    vertical-align: baseline;
}

.parsley-errors-list {
    text-align: left;
    margin-top: 5px;
}

.parsley-errors-list li {
    margin-bottom: 5px;
}

#buttonTooltip {
    width: 104px;
    height: 33px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.01;
    background-color: blue;
}

#passwortVergessenButtonTooltip {
    width: 174px;
    height: 33px;
    position: absolute;
    right: 28px;
    bottom: 20px;
    opacity: 0.01;
    background-color: blue;
}

.border-middle div {
    width: 1px;
    margin: 0 auto;
    background-color: #eee;
    min-height: 180px;
}

.border-middle-bottom div {
    min-height: 220px;
}

.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
            animation: spin 1000ms infinite linear;
}

.Zebra_Pagination {
    margin-bottom: 50px;
}

.paging-top .Zebra_Pagination {
    margin-bottom: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
