html,
body {
    height: 100%;
}

a:focus {
    outline: 0;
    outline-offset: 0;
}

.row{
    margin: 0 -4px;
}

.form-control {
    height: 32px;
    margin-bottom: 1px;
}

[class*=col-] {
    padding-left: 4px;
    padding-right: 4px;
}

.body-content .col-lg-4,  .body-content .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 55px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}



/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.nav li > form > button.logout:hover {
        background: #000;
    margin-top: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #5cb85c;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

@media (min-width: 1359px){
    .container {
        width: 1330px;
    }}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.table {
    display: table;
}
.table {
    border-color: #e2e7eb;
    border-radius: 2px;
    background: white;
    padding: 8px 5px;
    box-shadow: 0 0 1px;
}

.table-hover-th, .table-hover-tr {
    display: table-row;
    cursor: default;
    box-shadow: 0 -1px 0px #f5f5f5 inset;

}

.btn {
    /*margin: 1px;*/
    padding: 11px 20px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    transition: all 0.3s;
}

.new-line {
    background: #fcfffc;
}
.new-line:hover {
    background: rgba(216, 216, 216, 0.05);
}

.active-input {
    position: relative;
    cursor: text;
    background: #fcfffc;
    color: #000;
    padding: 6px 12px;
    box-shadow: 0 0 1px #444 inset;
    border-radius: 4px;
    min-height: 34px;
    min-height: 32px;
    margin-bottom: 1px;
}

.active-select {
    position: relative;
    cursor: pointer;
    background: #fcfffc;
    color: #000;
    padding: 6px 12px;
    box-shadow: 0 0 1px #444 inset;
    border-radius: 4px;
    min-height: 32px;
    min-width: 100px;
}

.in-input-line {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    min-height: 32px;
}

.active-select:before{
    position: absolute;
    content: "\f0c9";
    top: 2px;
    right: 3px;
    display: inline-block;
    font: normal normal normal 10px/10px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 

.active-input:before{
    position: absolute;
    content: "\f044";
    top: 2px;
    right: 1px;
    display: inline-block;
    font: normal normal normal 10px/10px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 

.active-input.minicolor .pseudo-input{
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: inline-block;
    background: #f7fff6;
} 

.active-input.minicolor:before{
    content: "\f1fb";
} 

.active-input:hover:before{
    background: black;
    color: white;
} 

.table-hint-inline {
    font-size: 9px;
    color: #000000;
    font-weight: bold;
    line-height: 12px;
    padding-top: 2px;
    padding-left: 4px;
    /*    background: rgba(0,0,0,.02);
        box-shadow: 0 -1px 1px #d8d8d8;*/
}

.inline{
    display: inline-block;
}

.mw20{
    min-width: 20px;
}

.mw30{
    min-width: 30px;
}

.mw50{
    min-width: 50px;
}

.mw100{
    min-width: 100px;
}



.btn:hover{
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.4);
}

.control-bar {
    text-align: right;
    box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.5), 0 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    padding: 2px;
    background: #fff;
    border-radius: 2px;
}

.switchery{
    /*margin-top: 10px;*/
    top: 2px;
    background-color:#fff;
    border:1px solid #dfdfdf;
    border-radius:20px;
    cursor:pointer;
    display:inline-block;
    height:16px;
    position:relative;
    vertical-align:middle;
    width:40px;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
.switchery>small
{
    background:#fff;
    border-radius:100%;
    box-shadow:0 1px 5px rgba(0,0,0,0.9);
    height:20px;
    position:absolute;
    top:-2px;
    width:20px
}

.swith-label {
    float: left;
    line-height: 15px;
} 


.with_switcher {
    padding: 10px 15px;
    /*width: 200px;*/
    margin-bottom: 20px;
}

.with_switcher > div{
    display: inline-block;
    float: left;
    line-height: 20px;
}

.swith-ctrl {
    float: right!important;
    /*width:20%;*/
} 
.table-hover-th {
    vertical-align: top;
    border-spacing: 8px;
    box-shadow: 0 -2px 1px -2px inset, 0 2px 1px -2px inset;
}

.table-hover-tr:hover{
    background: #fafafa;
}

.table-hover-tr{
    /*border-collapse: collapse;*/
    vertical-align: top;
    border-spacing: 5px;
}

.collapse-line{
    border-collapse: collapse;  
}

.btn-collapse {
    /*    background: #fff;*/
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    /*transition: all 0.5s;*/
}

.btn-collapse:hover{
    border-color: #5cb85c;
    box-shadow: -6px 0 2px -2px #1ab91d, 6px 0 2px -2px #1ab91d, 0 6px 1px -5px #aaa; 
}

h4 {
    padding: 0 10px;
}

.header-t1 {
    display: inline-block;
    font-size: 18px;
    /* text-align: left!important; */
    padding: 5px 10px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.table-hint-inline-white {
    height: 7px;
}
.sub-bar {
    height: 38px;
    margin-bottom: 12px;
}

.active-multy-select{
    position: relative;
    cursor: text;
    background: #fcfffc;
    color: #000;
    padding: 3px 6px;
    box-shadow: 0 0 1px #444 inset;
    border-radius: 4px;
    min-height: 32px;
    margin-bottom: 4px;
}

.active-multy-select:before{
    position: absolute;
    content: "\f0c9";
    top: 2px;
    right: 3px;
    display: inline-block;
    font: normal normal normal 10px/10px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 

.select-item {
    padding: 2px;
    border-bottom: 1px solid #e6e6e6;
}

.select-item:last-child{
    border-bottom: none;
}

.b4 {
    margin-bottom: 4px;
}

.check-multy-select {
    display: inline-block;
    width: 16px;
    height: 16px;
    box-shadow: 1px 1px 1px #aaa inset, 0 0 1px #eee inset;
    line-height: 32px;
    vertical-align: sub;
    margin-right: 6px;
    transition: 1s all;
    background: #fff;
    border-radius: 9px;
    cursor: pointer;
}
.selected .check-multy-select{
    background: #5cb85c;
    box-shadow: -1px -1px 1px #555 inset, 0 0 1px #999 inset;
}

.option-multy-select {
    background: #fff;
    padding: 4px 10px;
    border-bottom: 1px solid #666;
    border-right: 12px solid #aaa;
    border-left: 0px solid #aaa;
    transition: 0.4s all;
    box-shadow: 12px 0 11px -10px #333 inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.option-multy-select.selected{
    border-right: 0px solid #aaa;
    border-left: 12px solid #5cb85c;
    box-shadow: -12px 0 11px -10px #333 inset;
}

.option-multy-select:hover{
    border-right:10px solid #aaa;
    border-left:2px solid #aaa;
}

.option-multy-select.selected:hover{
    border-right:2px solid #5cb85c;
    border-left: 10px solid #5cb85c;
}

.option-multy-select:last-child{
    border-bottom: none;
}

.option-multy-select:hover{
    cursor: pointer;
    color: white;
    background: #666;
}

.active-multy-select-holder {
    position: absolute;
    background: #777;
    padding: 3px 0px;
    box-shadow: 0 0 1px;
    z-index: 1;
    width: 100%;
    border-radius: 4px;;
}

.check-multy-select:hover{
    box-shadow: 0px 0px 8px #5cb85c, 0px 0px 6px #5cb85c, 0px 0px 4px #5cb85c, 0 0 1px #5cb85c inset, 0 0 1px #aaa inset
}

.issue-text {
    padding: 10px;
    box-shadow: 0 0 1px #ccc inset;
}

.issue-komment {
    position: relative;
    padding: 15px 10px;
    margin: 20px 10px;
    box-shadow: 0 0 1px #ddd;
}

.issue-komment.self {
    background: #d8ff8d;
}
.issue-komment .badge {
    position: absolute;
    top: -10px;
    left: -5px;
    border-radius: 2px;
    background: #5cb85c;
}

.issue-komment.self .badge{
    background: #ff0080;
} 


.issue-komment .badge.right {
    position: absolute;
    right: -5px;
    left: auto;
    background: #fff;
    color: black;
    box-shadow: 0 0 1px #5cb85c;
}

.form-box {
    width: 360px;
    margin: 100px auto 10px auto;
    box-shadow: 0px 1px 3px #000, 0 1px 2px #ffffff inset;
    padding: 15px 35px 5px 35px;
    background: whitesmoke;
    border-radius: 4px;
}

.dark {
    background: #fff linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(50, 50, 50, 0.04) 50% ) center center / 100% 3px
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background: #000;
    margin-top: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #5cb85c;
}

.pager-rules.bottom-pager {
    text-align: center;
    cursor: pointer;
    padding: 15px;
    background: rgba(92, 184, 92, 0.2);
    border-radius: 3px;
    transition: all 0.5s;
}

.pager-rules.bottom-pager:hover{
    background: rgba(92, 184, 92, 0.3);
}

.table_line.self {
    background: #fff linear-gradient(rgba(92, 184, 92, 0.21) 50%, rgb(255, 255, 255) 50% ) center center / 100% 3px;
}