
body {

}

#page {
        padding-top: 100px;
}

.affix {
        box-shadow: 0 0 20px 0 rgba(46,40,64,.5);
}


#page_content {
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    padding:5px;
}

table.table tr th, table.table tr td {
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
}

.form-inline .table .form-control{ width: 100%}

.full-width {
    width: 100% !important;
}

#footer {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 10px;
}

.modal-body .form-group{
    margin-bottom: 5px;
}

.order-description {
    margin-bottom: 5px;
}

#advert_project_choosed > div {
    height: 34px;
    line-height: 34px;
    margin-bottom: 5px;
}

.my-center { 
    height: 91px;
    position: relative;
}

.my-center .my-centered {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}



.default-slider {
    margin-top: 5px;
    height: 80px;
}
.default-slider li{
    height: 80px;
    text-align: center;
}
a.image_container {
    background-color: white;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}

a.image_container img {
    max-height: 100%;
    max-width: 100%;
}


#work_order_table tbody tr td:first-child{
    overflow: hidden;
}
#work_order_table tbody tr td:first-child > a {
    padding: 10em;
    margin: -10em;
    display: block;
}

#work_order_table_container .wo-client-seen td {
    background: repeating-linear-gradient(    45deg,    transparent,   transparent 10px,   darkgray 10px,   darkgray 11px);
}

.dropdown-menu ul a.wo-new, #work_order_table_container .wo-new {
    background: lightgreen ;
    font-weight: bold ;
}
.dropdown-menu ul a.wo-cancel, #work_order_table_container .wo-cancel {
    text-decoration: line-through;
    background-color: lightcoral;
}
.wo-cancel span.text{
    text-decoration: line-through;
}
.dropdown-menu ul a.wo-progress, #work_order_table_container .wo-progress{
    background-color: #ffff66; /*lightblue */
}
.dropdown-menu ul a.wo-end-area, #work_order_table_container .wo-end-area{
    background-color: #A7EEFF;
}
.dropdown-menu ul a.wo-end-operat, 
.dropdown-menu ul a.wo-staked-out,
#work_order_table_container .wo-end-operat td,  
#work_order_table_container .wo-staked-out td{
    background-color: lightskyblue; /*lightgreen*/
        
}
.dropdown-menu ul a.wo-another-order, #work_order_table_container .wo-another-order td{
    background-color: bisque; 
}

#work_order_table_container .DTFC_LeftBodyLiner .DTFC_Cloned:first-child tr.selected td {
    /*background-color: #aab7d1;*/
    background-image: url('../img/check.png');
    background-position: bottom right;
    background-size: 40px;
    background-repeat: no-repeat;
    
    
  box-shadow:
      inset 0 0 10px green;
}


table thead  {background: white;}

.DTFC_LeftBodyLiner {overflow-x: hidden !important; }

.DTFC_LeftBodyLiner table.dataTable.no-footer{
    border: 1px solid #ddd;
}
table.dataTable.no-footer{
    border-bottom: none;
}


.mytooltip {
    position: relative;
} 

.mytooltip::before {
    content: attr(mytooltipcontent); /*Odbieranie danych z atrybutu 'tresc'*/
    font-size: 13px;
    position: absolute;
    z-index: 999;
    bottom: 9999px;
    left: -160px;
    background: white;
    color: black;
    border: 1px solid black;
    padding: 4px 5px;
    opacity: 0; 
    max-width: 400px;
    word-wrap: break-word;

    -webkit-border-radius: 3px; 
    -o-border-radius: 3px;
    -moz-border-radius: 3px; 
    border-radius: 3px;
} 


.mytooltip:hover::before {
    opacity: 1;
    bottom: -0px;
}

.mytooltip.mytooltip-menu::before {
    left: -100px;
    width:160px;
}
.mytooltip.mytooltip-menu:hover::before {
    opacity: 1;
    bottom: -45px;
}
.tile {
    min-height: 100px;
    font-size: 35px;
    text-align: center;


    display: inline-block;
    position:relative;


    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background-repeat: repeat;
    border-radius:10px;
    border: 1px solid lightblue;
    padding: 5px;
}

.tile:hover{
    background-image: linear-gradient(to bottom, rgba(124, 126, 129, 0.38) 0%, rgba(125, 185, 232, 0) 100%);
    border: 1px solid lightgray;
}

.tile .text {
    line-height: normal;
}
.tile a {
    color: black;
}

.menu-advert {
    /* border: 1px solid lightgray;
     border-radius: 4px;*/
    margin-top: 5px;
}

html.loginPage{
    height: 100%;
}
body.loginPage{
    /*height: 100%;*/
    background-image: url('../img/bg2.jpg');
    background-position: center;
    background-size: 100% 100%;
    
    background-repeat: no-repeat;
}


.loginWrapper {
    background-color: white;
    margin-top: 5%;
    border: 1px solid rgb(125, 125, 125);
    border-radius: 5px;
    padding: 9px;
    box-shadow: 2px 2px 10px black;
    opacity: 0.8
}

.main-menu {
    font-size: 20px;
}

.main-menu .btn-sm{
    font-size: 20px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eee;
}


.event.event-wo-new {/*przyjęto do realizacji - zielony*/
    background-color:  lightgreen;
}
.event.event-wo-cancel {/*anulowano - czerwony*/
    background-color: lightcoral;
}
.event.event-wo-progress {/*do poprawy - żółty*/
    background-color: #ffff66 !important; /*lightblue */
}
.event.event-wo-end-area {/*zrealizowano - niebieski*/
    background-color: lightskyblue;
}
.event.event-wo-end-operat, .event.event-wo-staked-out {
    background-color: #CFCDCD;
        color: gray;
}
.event.event-wo-another-order {
    background-color: bisque !important; 
}

.event.square{
    border-radius: 0px;
}

.discInfoSwitcher{
    z-index: 5;
    cursor: pointer;
    position:absolute;
    right:0px;
    text-align: right;
    border-radius: 3px;
    background: rgba(179,220,237,1);
    background: -moz-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(215,238,245,1) 50%, rgba(188,224,238,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(215,238,245,1)), color-stop(100%, rgba(188,224,238,1)));
    background: -webkit-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(215,238,245,1) 50%, rgba(188,224,238,1) 100%);
    background: -o-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(215,238,245,1) 50%, rgba(188,224,238,1) 100%);
    background: -ms-linear-gradient(left, rgba(179,220,237,1) 0%, rgba(215,238,245,1) 50%, rgba(188,224,238,1) 100%);
    background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgba(215,238,245,1) 50%, rgba(188,224,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
    padding: 4px;
}
.discInfoContainer{
    position: relative;
}

h2 {
    margin-top: 10px;
    text-align: center;
}
h2 span.project-label {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 20px;
}
h2 span.project-name {    
    font-size: 14px;
    vertical-align: middle;
}
table td p {
    margin: 0 0 0px;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: initial;
}

.tr-image{
    background-size: contain; 
    background-position: 50%; 
    background-repeat: no-repeat;
    font-size: 0px !important;
}

/*table.table tr th, table.table tr td.child{
    text-align: left; 
}*/

table.dataTable {
    margin: 0 0;
}

.pagination{
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
}
#work_order_table_length{
    padding-top: 7px;
    padding-left: 20px;
}

.dataTables_info .select-info{
    padding-left: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid lightgray
}

.DTFC_LeftHeadWrapper table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

.attach-me-to-wo{
    color: black;
    font-weight: bold;
}

.big-paperclip {
    color: red;
    font-size: 16px;
}

.projectsCards > div.row {
    margin-top: 5px;
}


#appbundle_workorder_place {
    width: 100% !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner{
        float: right !important;
}

.underline label {
    text-decoration: underline;
}


.dropdown-menu > li > a {
    /*white-space: normal;*/
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* connection manager */
.connectionContainer {
    max-height: 500px;
    border: 1px solid gray;
    border-radius: 5px;
    overflow-y: auto;
}

.connectionContainer .form-group {
    margin-bottom: 3px; 
    margin-right: 10px;
    margin-left: 10px;
}
.connectionContainer label{
    text-align: left !important;
}
#connectBtn {
    margin-top: 200px;
}

.item-tag {
    margin-right: 4px;
    color: white;
    line-height: 1.5;
    display: inline-block;
}

.label-info {
    background-color: #5bc0de;
}

ol.insideTableList {
    text-align: left;
    margin-bottom: 0px;
    padding-left: 15px;
}