.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;
}
.container-fluid{
    margin-top: 50px;
}
.rep-part{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:1px dashed #000000;
    background: #FFF;
    text-align: center;
    position: absolute;
    font-size: 14px;
    width:25px;
    height:25px;
    padding-top: 2px;
    margin:-12px 0 0 -12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rep-part-block{
    position: relative;
}
.node{
    font-size:12px;
    margin:4px 0px;
}
.alive{
    background: #d8ffd4;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.move-cursor{
    cursor: move;
}
.floating{
    float: left;
}
.ovefloating{
    overflow: hidden;
}
.mark-body{
    float:left;
}
.mark-buttons{
    float: right;
}
.simple-container{
    margin-top:0px;
}
.context-menu{
    position: absolute;
    display: none;
    z-index: 1080;
}
.context-menu li{
    cursor: pointer;
}

.categoryForm{
    display: none;
}

.super-big{
    min-width: 1600px;
}

.parent-ul{
    border:1px solid #cccccc;
    border-radius: 4px;
    min-height:400px;
}
#dirs-list ul{
    padding-left:10px;
    list-style: none;
}
#dirs-list ul#parent-ul{
    padding: 0px;
}
#dirs-list ul li{

}
#dirs-list ul li span{
    display: block;
    padding:10px 0px 10px 20px;
}
#dirs-list ul li span:before{
    content:'';
    width:8px;
    height:15px;
    position: absolute;
    margin:3px 0px 0px -13px;
    background: url('../images/treug.png') 0px 0px no-repeat;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}
#dirs-list ul li span.open:before {

    transform: rotate(90deg);
}
#dirs-list ul li span:hover{
    background: #cccccc;
    cursor: pointer;
}
.dir-gif{
    display: none;
}

.selected-dir,#dirs-list ul li span.selected-dir:hover{
    background: #FFA54E;
}
.img-block{
    float: left;
    margin:10px;
    position: relative;
    height: 150px;
}
.img-block .glyphicon-remove{
    cursor: pointer;
    top:5px;
    right:5px;
    position: absolute;
}
.img-block .glyphicon-list{
    color: #00aa00;
    top:92px;
    right:5px;
    position: absolute;
}
.images-list{
    height: 600px;
    overflow: paged-y;
}
#rep-id{
    position: relative;
}
#text-coords{
    width:100%;
    height:45px;
}
.with-text{
    display: none;
}
.form-group{
    margin:0px;
}

.back-breadcrumbs{
    text-decoration: underline;
    color:#23527c;
    cursor:pointer;
}

.enable{
    border-radius: 4px;
    background: #8fe58f;
}
.move-enable{
    border-radius: 4px;
    background: #ffb5b5;
}
.selected{
    border-radius: 4px;
    border:1px solid #197704;
}
.img-block p{
    font-size: 10px;
    width: 100px;
}


#dirs-list ul{
    padding-left:10px;
    list-style: none;
}
#dirs-list ul#parent-ul{
    padding: 0px;
}
#dirs-list ul li{
    padding: 5px 0;
}
#dirs-list ul li span{
    display: block;
    padding:0px 0px 0px 20px;
}
#dirs-list ul li span.hover{
    background: #2b542c;
    color:#FFF;
}
#dirs-list ul li span:before{
    content:'';
    width:8px;
    height:15px;
    position: absolute;
    margin:3px 0px 0px -13px;
    background: url('../images/treug.png') 0px 0px no-repeat;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}
#dirs-list ul li span.open:before {

    transform: rotate(90deg);
}
#dirs-list ul li span:hover{
    background: #cccccc;
    cursor: pointer;
}
.dir-gif{
    display: none;
}

.selected-dir,#dirs-list ul li span.selected-dir:hover{
    background: #FFA54E;
}
.img-block{
    float: left;
    margin:10px;
    position: relative;
    height: 150px;
}
.img-block .glyphicon-remove{
    top:5px;
    right:5px;
    position: absolute;
}
.images-list{
    height: 600px;
    overflow: paged-y;
}
#rep-id{
    position: relative;
}
#text-coords{
    width:100%;
    height:45px;
}
.with-text{
    display: none;
}
.form-group{
    margin:0px;
}

.back-breadcrumbs{
    text-decoration: underline;
    color:#23527c;
    cursor:pointer;
}

.enable{
    border-radius: 4px;
    background: #8fe58f;
}
.selected{
    border-radius: 4px;
    border:1px solid #197704;
}
.img-block p{
    font-size: 10px;
    width: 100px;
}
#mainImage.img-thumbnail{
    padding: 0px;
    border:0px;
}
#mainImage.get-big{
    width:744px;
}
.ovefloating{
    width:754px;
}
/******/

#dirs-list{
    height: 600px;
    overflow: auto;
    position: relative;
}
#dirs-list ul li.add-top{
    border-top: 1px dashed #0000aa;
}
#dirs-list ul li.add-bottom{
    border-bottom: 1px dashed #0000aa;
}
.item-node.add-top{
    border-top: 1px dashed #0000aa;
}
.item-node.add-bottom{
    border-bottom: 1px dashed #0000aa;
}
#tree ul{
    margin-left:20px;
}
.glyphicon-copy{
    color:#b89c00;
}
.img-block .glyphicon-edit{
    cursor: pointer;
    color:#00aa00;
    right:20px;
    position: absolute;
    top:5px;
}
.img-block-selected .img-thumbnail{
    border:1px solid #00aa00;
}
.information{
    display: inline;
}
.ceo{
    display: none;
}
.ceoText{
    width:538px;
}
#field-reppart-part_id{
    display: none;
}
.selected-li{
    border: 1px solid #00aa00;
    background: #00cc66;
    -webkit-transition: border-color 0.2s,background-color 0.2s;
    -moz-transition: border-color 0.2s,background-color 0.2s;
    -ms-transition: border-color 0.2s,background-color 0.2s;
    -o-transition: border-color 0.2s,background-color 0.2s;
    transition: border-color 0.2s,background-color 0.2s;
}
.upload-drag-file{
    background: #fcffb7;
    border:2px solid #fcffb7;
    transition: border .3s;
    text-align: center;
    font-size:20px;
    font-weight:bold;
    border-radius: 20px;
    padding: 10px;
}
.upload-drag-file.hover{
    background: #f6ae3b;
    border:2px dashed #bc7a11;
}
.invisible{
    opacity:0 ;
    width: 1px;
    height:1px;
    position: absolute;
    z-index: -1;
}
.upload-drag-file label{
    text-decoration: underline;
    color: #00aa00;
}

.file-loading{
    background: rgba(255,255,255,0.5);
    position: fixed;
    width:100%;
    height:100%;
    display: none;
    top:0px;
    left:0px;
    z-index:20;
}
.mark-parts,.parts{
    float: left;
    padding-top: 4px;
}
.mark-parts .add-connection{
    padding:10px;
}
.child-part{
    display: inline-block;
}
.point{
    color:red;
    position: absolute;
    background: red;

}
.left{
    height:1px;
    width:10px;
    left:-10px;
    top:11px;
}
.top{
    width: 1px;
    height:10px;
    top:-10px;
    left:11px;
}
.right{
    height: 1px;
    width:10px;
    left:25px;
    top:11px;
}
.bottom{
    width:1px;
    height: 10px;
    top:25px;
    left:11px;
}
/*.table-parts td{
    position: relative;
}*/
span.type-label{
    top: 0;
    right: 0;
    font-size: 11px;
    color: #fff;
    background-color: #e20613;
    width: 80px;
    height: 20px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
}
span.type-1{background-color: #e20613;}
span.type-2{background-color: #22b573;}
span.type-3{background-color: #0055a5;}

td.t-1{
    color: #e20613;
}
td.t-2{
    color: #22b573;
}
td.t-3{
    color: #0055a5;
}
.package-items span.label{
    font-size: 1em;
}
.search-name{
    position: relative;
}
.search-name-type{
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
}

@media print {
    .navbar,.sidebar,.breadcrumbs,.package-search{

    }
    .main{
        margin-left: 0px;
        padding-top: 40px;
    }
    #comment-form{
        display: none;
    }
}
.comment-text{
    display: block;
    width: 100%;
    margin:0 0 10px 0;
}

.din-din{
    position: absolute;
    right: 30px;
    margin-top: -50px;
}
.comment-print #comment-form{
    display: none;
}
.hidden-storage{
    display: none;
}
.package-item-history{
    display: none;
}
.helper-back{
    z-index: 400;
    position: fixed;
    display: none;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.big-help{
    display: none;
    width:800px;
    height:600px;
    top:50px;
    left:50%;
    margin-left:-400px;
    z-index: 401;
    position: absolute;
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
}
.cont{
    display: inline-block;
}
.btn-more{
    color:#550202;
}
.toggle-menu{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000000;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    left: 234px;
    top: 13px;
    z-index: 2100;
    cursor: pointer;
}

.toggle-menu.menu-hided svg{
    transform: rotate(180deg);
    transform-origin: center center;
    transition: transform 0.2s ease-in;
}
.toggle-menu svg{
    transform: rotate(0deg);
    margin:7px;
}
.toggle-menu:hover svg{
    fill:#FFFFFF;
}

.main-buttons{
    margin: 10px 0;
    display: flex;
}

.main-buttons .next-step{
    width: 300px;
    margin-right: 10px;
}
.main-buttons .prev-step{
    width: 140px;
}
.main-buttons div a{
    display: block;
    width: 100%;
}
.hide,.hideall{
    display: none;
}
#pack-form .progress{
    transition: all .2s ease-in;
}
#comments .comment .label.label-info{
    font-size: 1em;
    background: #ff586c;
}
#comments .comment{
    font-size: 1.2em;
}
.badge-danger{
    background: #ff253a;
}
.table tr td .tooltip{
    min-width: 150px;
    margin-left: 100px;
}

.w-30{
    width: 30%;
}
