.ib, .ibt, .ibm, .ibb  {display: -moz-inline-box;}
.ib, .ibt, .ibm, .ibb {display: inline-block;}
* html .ib, * html .ibt, * html .ibm, * html .ibb {display: inline;}
*:first-child+html .ib, *:first-child+html .ibt, .ibm, *:first-child+html .ibb {display: inline;}

.ibt { vertical-align: top; }
.ibm { vertical-align: middle; }
.ibb { vertical-align: bottom; }

body {
	padding-top: 70px;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
    margin-left: 0;
}

.footer {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 30px;
}

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

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

ul.user-select-list {
    border: 1px solid #CCCCCC;
    padding: 0px 0;
    min-height: 34px;
    
}

ul.user-select-list li {
    list-style: none;
    padding: 5px 15px;
    margin: 1px 0;
    cursor : move;
}

ul.user-select-list li:hover {
    background: #F9F9F9;
}

.modal-backdrop {
    background: transparent !important;
}

.modal-footer {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}

.user-search-wrap {

}

.user-search-wrap ul {
    padding-left: 0;
    border: 1px solid #F0F0F0;
    border-radius: 5px;;
}

.user-search-wrap ul li {
    list-style: none;
}

.user-search-wrap ul li a
{
    display: block;
    text-decoration: none;
    padding: 10px 15px;
}

.user-search-wrap ul li a:hover
{
    background-color: #f5f5f5;
}

.rel-task-list {
    padding: 0px;;
}

.rel-task-list li {
    list-style: none;;
}

.comments-wrap {

}

.comments-wrap blockquote p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 5px;
}


#mainmenu .badge {
    margin-left: 10px;
    background-color: #d9534f;
    font-size: 11px;
    vertical-align: top;
}

#add-file-form {
    border: 1px solid #E0E0E0;
    padding: 15px;
    border-radius: 4px;
}

#add-file-form.hover {
    background: #F0F0F0;
    border-color: #aaa;
}

#add-file-form.error {
    background: #faa;
    border-color: #f00;
}

#add-file-form.drop {

}

body.minpage .container {
    width:400px;
    padding: 0;
}

ul.task-tree-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.task-tree-list li.tree-item {
    list-style: none;
    padding-top: 16px;
    margin: 0;
}

ul.task-tree-list li.tree-item ul {
    margin-left: 30px;
}

ul.task-tree-list .item-icon {
    margin-right: 10px;;
}

.tree-selected a {
    font-weight: bold;;
}

/*
.tree-item-type-task {
    background-color: #E7FFE7;
    border: 2px solid #E7FFE7;
}

.tree-item-type-project {
    background-color: #E8F5FF;
    border: 2px solid  #E8F5FF;
}

.tree-item-type-group {
    background-color: #FFEACD;
    border: 2px solid  #FFEACD;
}*/

.jstree-default.jstree-focused { background:none !important; }

.chosen-container-single .chosen-single {
    height: 33px;
    line-height: 33px;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 6px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    box-shadow: none;
    background-color: #FFFFFF;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 30px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    box-shadow: none;
    background-color: #FFFFFF;
    line-height: 17px;
    border: 1px solid #cccccc;
}

.chosen-container-multi .chosen-choices {
    background-image: none;
    box-shadow: none;
    background-color: #FFFFFF;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 6px;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
    box-shadow: none;
    background-color: #3276b1;
}

.chosen-container .chosen-results li {
    line-height: 20px;
}

.chosen-container-multi .chosen-choices {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -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 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
}

#red_table
{
}

#red_table tbody
{
    overflow: auto;
    width: 100%;
    position: relative; 
    /*top: -39px;*/
}

#red_table thead, #red_table tbody, #red_table tfoot  {
    display: block;
    z-index: 10;
}

#red_table thead
{
    z-index: 100;
    position: relative; 
}

.white-bg {
    background:#ffffff !important;
}

.table-payments {
    font-size: 90%;
}
.paym-laststamp {
    color: #777;
    font-style: italic;
}
.paym-stage-done {
    background: #99ff99;
}
.paym-stage-cancel_resp {
    background: #ff9999;
}
.paym-oper-icon {
    width: 16px;
    vertical-align: middle;
}
.paym-msisdn {
    vertical-align: middle;
}
.paym-sms,
.paym-result {
    overflow: auto;
}
.paym-result-td {
    max-width: 20em;
}
.paym-res2oper_str {
    font-style: italic;
    color: #933;
}
.popover {
    width: 400px;
    max-width: 400px !important;
}
.tooltip,
.popover {
    text-transform: none;
    font-weight: normal;
}
.bi.bi-question-circle-fill {
    width: 15px;
    cursor: help;
}
.bi.bi-question-circle-fill:hover {
    color: #18a689;
}