﻿/*
pre.notatka {
    display: block;
  padding: 0;
  margin:0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border:none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 13px;
  color: #c8c8c8;
}*/

/*Ustawienia dla popupa w navbarze*/
/*ul.nav li .popover
{
    max-width: 900px;
}
ul.nav li .popover.bottom {
    margin-top: 0px;
}
ul.nav li .popover .arrow
{
    display:none;
}*/

#header h1
{
    height: 61px;
    left: 35px;
    top: 5px;
    width: 191px;
}

.popover
{
    max-width: 900px;
}




.textDisplay
{
    height: 22px;
    padding-top: 5px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    line-height: 20px;
    font-size: 14px;
}



.textDisplay18
{
    height: 22px;
    padding-top: 5px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    line-height: 20px;
    font-size: 24px;
}

.row_selected
{
    background-color: #e0e0e0;
}

.drop_activ
{
}

.drop_activ2
{
    background-color: #DFF0D8;
}

.drop_activ3
{
    background-color: #83C6E2;
}

.drop_activSchemat
{
    opacity: 0.0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.drop_activSchemat2
{
    opacity: 0.8;
    filter: alpha(opacity=60);
    z-index: 10000;
}

.drop_activSchemat3
{
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10000;
}


div.uploader
{
    width: 290px;
}

    div.uploader span.filename
    {
        width: 182px;
    }

tr:hover
{
    background: #efefef;
}

.dataTables_filter
{
    top: -1px;
}

.tekstLinkDot
{
    background: url('../img/dotBG.gif') repeat-x 0 100%;
}

    .tekstLinkDot:hover
    {
        background: none;
    }


/*DropDown Matrix select2.css*/
.select2-container,
.select2-drop,
.select2-search,
.select2-search input
{
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.data-table th
{
    cursor: pointer;
}

.dataTables_length
{
    width: 130px;
    top: -35px;
}

    .dataTables_length select
    {
        width: 60px;
    }

@media (max-width: 979px)
{

    div.dataTables_wrapper .ui-widget-header
    {
        height: 36px;
    }

    .dataTables_filter
    {
        color: #878787;
        font-size: 11px;
        right: 0;
        margin: 4px 8px 2px 10px;
        position: absolute;
        text-align: left;
    }

    .dataTables_length
    {
        width: 150px;
        top: -32px;
        left: -20px;
    }

        .dataTables_length select
        {
            width: 60px;
        }
}


.affix
{
    position: fixed;
    top: 1px!important;
}



/*a .underline {
    text-decoration: underline;
}*/


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 150, 150, 150, .4 );
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading
{
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalLoading
    {
        display: block;
    }




/*SLIDER POCZĄTEK CSS*/

/*http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css*/

.ui-slider
{
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle
    {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range
    {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* For IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range
    {
        filter: inherit;
    }

.ui-slider-horizontal
{
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle
    {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range
    {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min
    {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max
    {
        right: 0;
    }

.ui-slider-vertical
{
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle
    {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range
    {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min
    {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max
    {
        top: 0;
    }


.ui-spinner
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input
{
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button
{
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button
{
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon
{
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up
{
    top: 0;
}

.ui-spinner-down
{
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s
{
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

/* Component containers
----------------------------------*/
.ui-widget
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget
    {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button
    {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content
{
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

    .ui-widget-content a
    {
        color: #222222;
    }

.ui-widget-header
{
    border: 1px solid #aaaaaa;
    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a
    {
        color: #222222;
    }


    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default
    {
        /*border: 1px solid #d3d3d3;*/
        background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #555555;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited
        {
            color: #555555;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus
    {
        border: 1px solid #999999;
        background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited
        {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active
    {
        border: 1px solid #aaaaaa;
        background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited
        {
            color: #212121;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight
    {
        border: 1px solid #fcefa1;
        background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a
        {
            color: #363636;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error
    {
        border: 1px solid #cd0a0a;
        background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a
        {
            color: #cd0a0a;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text
    {
        color: #cd0a0a;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary
    {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary
    {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled
    {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon
        {
            filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
        }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl
{
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr
{
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl
{
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br
{
    border-bottom-right-radius: 4px;
}

/*SLIDER KONIEC CSS*/


.text-error
{
    color: #b94a48!important;
}


/*Usunięcie zaokrąglenia w oknie modalnym*/
.modal
{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.input-validation-error
{
    border-color: #b94a48!important;
}

input.input-validation-error:focus,
select.input-validation-error:focus,
textarea.input-validation-error:focus
{
    border-color: #953b39!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}


.field-validation-error
{
    color: #b94a48!important;
}

.validation-summary-errors
{
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

/* Menu TU*/
.menu-tu
{
    position: fixed;
    bottom: 0;
}

 .zadania {
    position: fixed;
    bottom: 0;
 }

.container-fluid .row-fluid:first-child
{
    margin-top: 10px;
}


/* szary alert*/

.alert-grey
{
    background-color: #F9F9F9;
    border-color: #CCCCCC;
    color: #666666;
}

    .alert-grey h4
    {
        color: #666666;
    }


#tabProdukty.collapse.in
{
    overflow: visible;
}

.table.raty tr:hover
{
    background-color: inherit;
}


/* Labelki do filtrowania */
.filtrLabel
{
    background: #f9eae1;
    color: #333;
    border: 1px solid #F77825;
    line-height: 13px;
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
}

.filtrLabel-remove
{
    display: block;
    position: absolute;
    right: 3px;
    left: 3px;
    top: 4px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url('../img/select2.png') right top no-repeat;
    outline: none;
}


.filtrLabelGrey
{
    background: #EFEFEF;
    color: #333;
    border: 1px solid #DDDDDD;
    line-height: 13px;
    padding: 3px 5px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
}

.schematLabel
{
    background: #f9eae1;
    color: #333;
    border: 1px solid #F77825;
    line-height: 13px;
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
}

.schematLabel-remove
{
    display: block;
    position: absolute;
    right: 3px;
    left: 3px;
    top: 4px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url('../img/select2.png') right top no-repeat;
    outline: none;
}




.schematLabel2 {
    background: #d1c2f0;
    /*opacity:0.8;*/
    color: #333;
    border: 1px solid #A6BAEE;
    line-height: 13px;
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
    vertical-align: middle;
}

.schematLabel3 {
    background: #9fdfbc;
    /*opacity: 0.8;*/
    color: #333;
    border: 1px solid #94E19C;
    line-height: 13px;
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
    vertical-align: middle;
}

.schematLabel4 {
    background: #00b300;
    /*opacity: 0.8;*/
    color: #333;
    border: 1px solid #a0a0e5;
    line-height: 13px;
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
    vertical-align: middle;
}

.schematLabel5 {
    background: #a679d2;
    /*opacity: 0.8;*/
    color: #333;
    border: 1px solid #A6BAEE;
    line-height: 13px;
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
    vertical-align: middle;
}


.myLabel
{
    background: #f9eae1;
    color: #333;
    border: 1px solid #F77825;
    line-height: 13px;
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
}

.myLabelGrey
{
    background: #EFEFEF;
    color: #333;
    border: 1px solid #DDDDDD;
    line-height: 13px;
    padding: 3px 5px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
}

.myLabel-remove
{
    display: block;
    position: absolute;
    right: 3px;
    left: 3px;
    top: 4px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url('../img/select2.png') right top no-repeat;
    outline: none;
}

/* Mniejsze paddingi dla danych tylko do odczytu */

.smallLabel
{
    padding-top: 0px!important;
    margin-left: 20px;
}

.displayfor
{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    font-size: 14px;
    margin-left: 220px!important;
}

/*Usuwanie pionowych linii z tabel - task ze sprintu 7A*/
.table-bordered td
{
    border-left: none;
}

    .table-bordered td:first-child
    {
        border-left: 1px solid #ddd;
    }


.panel-left
{
    margin-top: 20px;
}

.table th
{

}

/*pawel*/
.table th-rata
{
    text-align: right;
}

.table th-inkaso
{
    text-align: left;
}


/*Telerik upload*/
li.k-file
{
    line-height: 2.66 !important;
}

.k-filename
{
    cursor: pointer;
}

.k-file-name {
    cursor: pointer;
}


.photo-remove {
	position: absolute;
	right: -2px;
	width: 20px;
	height: 16px;
	cursor: pointer;
	z-index: 8040;
}

/* Pawełowe poprawki */

/* Linki */
a{color:#666;}
a:hover, a:focus {
	text-decoration: none; color:#27A9E3;
}


/*Buttony*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #fff;
    content: "";
    margin-top: 8px;
    margin-left: 0;
}

/*Niebieski*/
.btn-blue {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 12px;
line-height: 20px;
color: white;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #27A9E3;
border-radius: 3px;

}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-blue[disabled] {
  color: #fff;
  background-color: #333;
}

/*Zielony*/
.btn-green {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 12px;
line-height: 20px;
color: white;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 3px;
background-color: #28B779;

}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled]
{
    color: #fff;
    background-color: #333;
}

/*pomarancz*/
.btn-orange {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 12px;
line-height: 20px;
color: white;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 3px !important;
background-color: #ffb848;

}

/*czerwony*/
.btn-red {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px !important;
    background-color: #da542e;
}

/*ciemny*/
.btn-darkblue
{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px !important;
    background-color: #2255a4;
}

/*rozowy*/
.btn-pink
{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px !important;
    background-color: #f74d4d;
}

/*fioletowy*/
.btn-violet
{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px !important;
    background-color: #9841b8;
}


/*szary*/
.btn-gray {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px !important;
    background-color: #b6b3b3;
}


.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.disabled,
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.disabled,
.btn-darkblue:hover, .btn-darkblue:focus, .btn-darkblue:active, .btn-darkblue.active, .btn-darkblue.disabled,
.btn-violet:hover, .btn-violet:focus, .btn-violet:active, .btn-violet.active, .btn-violet.disabled,
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .btn-gray.disabled,
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled
{
    color: #fff;
    background-color: #333;
}

.btn-info {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 12px;
line-height: 20px;
color: white;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #27A9E3;
border-radius: 3px !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #006dcc;
    border-radius: 3px;
    background-color: #27A9E3;
    border-radius: 3px !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #333;
}

.bglite {
    background-color: #f9f9f9 !important;
}

.form-actions-login {
padding: 25px 20px 20px;
text-align: center;
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #333;
    background-image: none;
}

.fc-state-active, .fc-state-active .fc-button-inner {
color: white;
background-color: #27A9E3;
font-weight: bold;
)