/* ==========================================================================
   theme_default - custom styles
   ========================================================================== */

.editor {
    border:1px solid transparent;
    position:relative;
}
.editable {
    border:1px dotted #666;
}
.editable_container {
    position:absolute;
    top:4px;
    right:8px;
    z-index:99999;
    display:none;
}

.col-fixed-240 {
    width: 250px;
    position: absolute;
    left: 10px;
}
.col-offset-240 {
    margin-left: 260px;
}

@media (max-width: 767px) {
    .col-offset-240 {
        margin-left:10px;
    }
}

.btn-menu {
    white-space:normal !important;
    word-wrap:break-word !important; 
    text-align:left !important;
}

.tree-group {
    padding:0px !important;
    margin:0px !important;
}
.tree {
    padding:2px;
    margin:0;
}
    .tree ul {
            padding:0 0 0 35px;
            margin:0;
        }
        .tree ul:first-child {
            padding:0;
        }

    .tree li {
        list-style-type:none;
        margin:0;
        padding:2px 0 0 0;
        position:relative;
    }
        .tree ul li:before, .tree ul li:after {
            content:"";
            left:-20px;
            position:absolute;
        }
        .tree ul li:before {
            border-left:1px solid #999;
            bottom:50px;
            height:100%;
            top:0;
            width:1px;
        }
        .tree ul li:after {
            border-top:1px solid #999;
            height:10px;
            top:17px;
            width:20px;
        }
        .tree li:last-child:before {
            height:18px;
        }

ol li ol li {
    list-style-type:lower-alpha;
}
    ol li ol li ol li {
        list-style-type:disc;
    }

.dim {
    width: 100%;
    height: 100%;
    position:fixed;
    left:0px;
    top:0px;
    z-index: 999;
    background:#eeeeee;
    opacity:0.5;
}

.badge {
    border:1px solid #ddd;
}

/*usuwanie url z drukowania*/
@media print {
    a[href]:after {
    content: "" !important;
    }
    .lt-ie9 .col-offset-240 {
        margin-left:0px !important;
    }
}

.tabmenu {
    list-style-type:none;
}
.tabmenu a {
    left:-9000em;
    position:absolute;
    z-index:999;
}

.tabmenu a:hover, .tabmenu a:focus, .tabmenu a:active {
    left: 5px;
    top: 5px;
    position: absolute;
}

a:focus, button[type="submit"]:focus {
    background:#337AB7 !important;
    color:#fff !important;
    text-decoration:underline !important;
}
/*bootstrap breadcrumb overlapping fix */
.breadcrumb li {
    margin-right: 1px;
}


.text-right-md {
    text-align:right;
}
@media (max-width: 991px) {
    .text-right-md {
        text-align:left;
    }
}

.navbar-right li a {
    padding:15px 15px 15px 10px;
}

.list {
    list-style-type:none;
    padding-left:0px;
}
    .list ul {
        margin-left:20px;
    }
    .list .num {
        display:table-cell;
        text-align:right;
        padding-right:10px;
        font-weight:bold;
    }
    .list .text {
        display:table-cell;
    }


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#tooltip {
	display:none;
}
.tooltips {
    position:absolute;
}

.tooltips .tooltiptext {
    visibility: hidden;
    background-color: #fff;
    border:1px solid #aaa;
    border-radius: 2px;
    padding:5px;
    position: absolute;
    z-index: 999;
	top:115%;
	left:0;
	text-align:left;
	box-shadow: 3px 3px 5px #ccc;
}

.tooltips:hover .tooltiptext  {
    visibility: visible;
}
@media (max-width: 766px) {
    .navbar-form {
        border-top: none;
        padding:0 15px 10px 20px;
    }
}
#mobile-menu-container {
    padding:0 0px 0 5px;
}

.registry tbody tr td {
    vertical-align:middle !important;
}

.alert-danger a {
	color:#843534;
	font-weight: 700;
}

.document .file {
	padding-left:18px;
}