html,
body {
    height: 100%;
}

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

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

.footer {
    /*height: 60px;*/
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.wrapper{
    min-height: 100%;
}

html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.content {
    padding: 0 0 100px;
}
.footer {
    margin: -60px 0 0 0;
    height: 60px;
    position: relative;
}



.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;
}

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

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

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

}

.bootstrap-tagsinput{
    width: 100%;
    height: 34px;
}
.green-ttn{
    color: #5cb85c;
    font-weight: bold;
}
.full-width{
    margin: 10px;
    max-width: 100%;
}
.dropdown-menu > li > a {
    background: #fff;
}
.core-name{
    font-size: 24px;
    font-weight: bold;
    color: #777;
    margin-top: 10px;
}
.messengers-icons {
    margin-left: 15px;
    font-size: 23px;
    position: relative;
    top: 3px;
}

/* Colors of text */
.text-green {
    color: #3CB371;
}
.text-red {
    color: #FF0000;
}
.text-orange {
    color: #FF8C00;
}
.text-blue {
    color: #4682B4;
}
.text-violet {
    color: #8f5db7;
}

/* Margins */
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}

/* Select2 Fix */
.form-group .select2-container .selection {
    width: 100%;
}
.label-tag{
    border: #777 1px solid;
    color: #777;
}

#badge-icon {
    position: absolute; font-size: 9px; top: 5px; right: 8px;
}

.card-default{
    border-left: solid 7px #FFFAFA;
}
.card-red{
    border-left: solid 7px #FF0000;
}
.card-orange{
    border-left: solid 7px #FF8C00;
}
.card-yellow{
    border-left: solid 7px #FFFF00;
}
.card-green{
    border-left: solid 7px #3CB371;
}
.card-light-blue{
    border-left: solid 7px #a5d8f3;
}
.card-blue{
    border-left: solid 7px #4682B4;
}
.card-dark-blue{
    border-left: solid 7px #0000FF;
}
.card-violet{
    border-left: solid 7px #EE82EE;
}
.card-short-text {
    max-width: 100%; max-height: 20px; overflow: hidden; margin: 0;
}
.p-url-yk-invoice{
    display: none;
}

.table-diagram > tbody > tr > td {
    min-width: 130px;
}

table.table-diagram > tbody > tr.tr-diagram > td{
    padding: 0;
}
.filter-panel-add::before, .filter-panel-add::before{
    right: -20px!important;
    margin-top: 5px;
}
a.filter-panel-add{
    color: #000!important;
}
.filter-panel-add > a, a[aria-expanded="true"] {
    background-color: unset!important;
    color: #000!important;
}
.block-content{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: #000;
    opacity: 0.5;
}


.loader {
    background: #fff;
    opacity: 0.7;
    /*background: radial-gradient(#222, #fff);*/
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 128px;

}

.order-btn-save-w{
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    display: none;
}
.li-a-view-style{
    padding-left: 0px!important;
    padding-right: 5px!important;
}
.li-a-view-style-board{
    padding-left: 0px!important;
    padding-right: 5px!important;
}
.li-a-view-style-table{
    padding-left: 0px!important;
    padding-right: 10px!important;
}
.mob-visibility{
    display: none;
}
.top-m-ico-settings, .top-m-ico-money, .top-m-ico-warehouse{
    font-size: 20px; padding-right: 15px; margin-right: 5px;
}
.mob-core-name{
    display: none;
}
@media screen and (max-width: 768px) {
    .li-a-view-style-board, .li-a-view-style-table, .li-a-view-style{
        padding: 10px 15px!important;
    }
    .mob-f-l{
        float: left;
    }
    .core-name{
        display: none;
    }
    .mob-visibility{
        display: block;
    }
    .top-m-ico-settings, .top-m-ico-money, .top-m-ico-warehouse{
        float: left;
    }
    li.dropdown.open{
        background-color: #f5f5f5;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background-color: #f5f5f5;
    }
    .navbar-toggle{
        float: left;
        margin-left: 15px;
    }
    .mob-core-name{
        display: block;
        float: left;
        font-size: 18px;
        margin-top: 12px;

    }
    .sidebarCollapse{
        display: none;
    }
}
.marketplace-add-info-tr-hide{
    /*display: none;*/
}
.marketplace-add-info-tr-show{
    display: block;
}
.table-without-mrg-b{
    margin-bottom: 0px!important;
}

.panel-heading {
    position: relative;
}
.panel-heading[data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080"; /* "play" icon */
    position: absolute;

    font-size: 18px;
    line-height: 22px;
    right: 20px;
    top: calc(50% - 10px);

    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
}
.panel-heading[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}

.user-help-info{
    color: #333333;
    opacity: .5;
}
.user-help-info:hover{
    color: #333333;
    opacity: 1;
    cursor: pointer;
}
.modal-user-help-info-body{
    font-size: 14px;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.fixtable-fixed {
    position: fixed;
    top: 0;
    z-index: 101;
    background-color: #FCF8E4;
    border-bottom: 1px solid #ddd;
}
#header-fixed {
    position: fixed;
    display: none;
    background: white;
}
.table-bordered-left {
    border-left: 1px solid #000!important;
}

.board {
    margin-bottom: 60px;
}
.my-table-radio > label {
    display: table;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove{
    border: none;
}
.input-group-sp.input-group-addon {
    min-width: 67px;
}

.add-color-triangle {
    float: right;
    margin-top: -18px;
    margin-right: -10px;
    border-bottom-right-radius: 3px;
    border: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
}