@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=latin,latin-ext');

body{
    /*font-size: 15px; zeby było widać dobrze polskie znaki w tekście*/
}

.main-header .sidebar-toggle::before {
    /*content: "";*/
    /*    content: "\f0c9";*/
}

.main-header .sidebar-toggle .fa{
    font-size: 16px;
}

body.login-page{
    height: auto;    
}

.content-header > .breadcrumb {
    position: static;
    float: none;
}

@media (min-width:992px){
    .fixed .content-header > .breadcrumb {
        padding: 0px;
    }
}

.invoice {
    margin: 0px;
}

textarea{
    resize: vertical;
}

/*.btn-app {
    background: none;
    border: none;
    color: inherit;
}*/

.btn-app{
    /*margin: 0px 5px 0px 0px;*/    margin: 5px 0px 5px 5px;
}

.sidebar .logo {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.has-error.form-control,
.has-error.input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

label.has-error {
    color: #dd4b39;
}

#user_clock{
    font-size: 32px;
    color: #ccc;
    text-align: center;
}

#user_date{
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.user-panel{
    /*padding: 0px;*/
}

.has-feedback label ~ .form-control-feedback { /* do walidacji przy logowaniu*/
    top: 0px;
}

#captcha-error{
    width: 200px;
    max-width: none;
}

label.has-error{
    margin-bottom: 0px;
    font-size: 90%;
}

.icheck .has-error{
    width: 200px;
    max-width: none;
    position: absolute;
    top: -20px;
    padding-left: 0px;
}

.checkbox{
    margin-top: 0px;
}

.btn-transparent {
    background-color: transparent;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
}

.dropdown-menu.dropdown-right{
    left:auto;
    right: 0px;
}

.alphabet .btn-default{
    background-color: #fff;
    margin-bottom: 5px;
}

.pagination{
    margin: 0px;
}

/* ########## Tagi z podpowiadaniem ########## */

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint{
    display: none;
}

.invoices .twitter-typeahead {
    width: 100%;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 6px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

/* ########## Tagi z podpowiadaniem ########## */

.single_text_log{ /* logi tekstowe */
    display:block;
    padding: 5px 10px;
    color: #666;
    font-size: 90%;
    border-top: 1px solid #eee;
}

.single_text_log:first-child{    
    border-top: none;
}

body,
.main-header .logo,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Ubuntu', sans-serif;
}

.sidebar-menu > li > a{
    /*padding:10px 5px 10px 10px;*/   
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td{
    border-color: #ddd;   
}

.box-body .table tr td:first-child{
    text-align: right;
}

.box-body .table.table-mini tr td:first-child{
    text-align: left;
}

.box-body .table.table-mini.text-right tr td:first-child{
    text-align: right;
}

.box-body .table tr td:first-child.th_icon,
.th_icon {
    text-align: center;
    width: 45px;
    min-width: 45px;
}

.th_date {
    width: 150px;
    min-width: 150px;
}

/*.description-block .fa-2x,
tr .fa-2x,
td */
.fa-2x{
    font-size: 1.5em;  
}

.box-title .fa-2x{
    font-size: 1em;  
}

.sidebar-collapse .user-panel{
    display: none;
}

.sidebar-collapse .main-header .logo{
    padding: 0 10px;
}

.label{
    font-size: 90%;
    border-radius: 10px;
}

.mass_div{
    display: none;
}

th.check_all{
    text-align: center;
}

#check_all .accepted{
    cursor: pointer;     
}

.accepted, .to_accept, .add, .edit, .remove, .uploaded, .pass, .not_confirmed{
    font-size: 1.5em;
    vertical-align: -3px;
}

.accepted{
    color: #419641;

}

.not_confirmed {
    color: #888;
    cursor: pointer;
}

.select-group { /*żeby zmiana statusu z dropdowna działała*/
    position: relative;
}

.dropdown-toggle{
    cursor: pointer;
}

.dropdown-menu li > span{
    margin-left: 5px;
    margin-bottom: 2px;
}


.box-text {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 5px;
}

.table-responsive {
    min-height: 0px;
    overflow-x: visible;
}

/*.table-responsive .box-body .table{
    min-height: 0.01%;
    overflow-x: auto;
}*/

.form-group.mass_div{
    margin-bottom: 0px;
}

/*WIDOK WIZYTÓWKI PRACOWNIKÓW*/

.profile-user-img{
    margin-bottom: 10px;
    height: 100px;
    padding: 0px;
}

td .profile-user-img{
    width: 25px;
    height: 25px;
    padding: 0px;
    border-width: 2px;
    margin: 0px auto;;
}

.description-block > .description-text{
    text-transform: none;
}

.widget-user .box-footer{
    /*padding-top: 10px;*/
    min-height: 150px;
}

.description-block{
    margin-top: 5px;
    margin-bottom: 5px;
}

.description-header i,
.description-header span{
    margin-bottom: 5px;
    display: inline-block;
}

.widget-user-header a{
    color: #fff;
}

/* END WIDOK WIZYTÓWKI PRACOWNIKÓW*/

/* szybkie dodawanie wizytówek */

.mini_form{ 
    position: relative;
    overflow: hidden;
}
.mini_form input#userfile {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* end szybkie dodawanie wizytówek */

.box-title .label{
    font-size: 12px;
    margin-right: 2px;
}

.alert {
    padding: 10px;
}

.alert a { /* żeby nie były białe linki */
    color: inherit;
}

.alert a.btn {
    text-decoration: none;
    color: #fff;
}

/*.login-box-body #rules{
    float: left;
}

*/
.login-box-body .icheckbox_square-blue{

}

.login-box-body .form-checkbox .has-error{
    display: block;
    width: 200px;
    max-width: none;
    position: absolute;
    top: 25px;
}

.login-box-msg, .register-box-msg {
    font-size: 18px;
}

#growls-default{
    top: 50px;
    right: 0px;
}

/*.growl.growl-notice {
    color: #FFF;
    background: #00a65a; 
}*/

.growl .growl-title {
    font-size: 14px;
    line-height: 22px; 
}

.growl .growl-message {
    font-size: 12px;
    line-height: 14px; 
}

.growl { 
    background-color: #f9f9f9;
    opacity: 1;
    border: 1px solid #A8A8A8;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    text-shadow: 0 0 1px #FFF;
    border-radius: 3px;
}

.growl .growl-message hr{
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

.box-body{
    /*padding-top: 0px;*/
}

.box-solid .box-body{
    padding-top: 10px;
}

.box-solid .box-body.text_logs{
    padding: 0px;
}

.btn.fileinput-button{
    width: 100%;
    border-style: dashed;
}

.mini_files .btn.fileinput-button{
    width: auto;
}

.documents .note_buttons .btn.fileinput-button{
    width: 100%;
}

#form_add_note #fileupload{
    margin-bottom: 10px;
}

.box .message_author {
    border-top: 1px solid #efefef;
    color: #666;
    font-size: 12px;
    padding: 2px 5px;
    text-align: right;
}

.wysihtml5-toolbar .btn{
    padding: 3px 6px;
}


/* FEEDBACK */
.feedback_btn{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2; /*żeby nie znikał pod kalendarzem */
}
.hover_btn span{
    font-size: 0px;
    /*display: none;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hover_btn:hover span,
.hover_btn:focus span{    
    font-size: 1em;
}

.feedback_img canvas{
    max-width: 100%;
    max-width: 320px;
}

.box-feedbacks .message_content{
    background-color: #EEEEEE;
    /*cursor: not-allowed;*/
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: table;
    /*display: block;*/
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px;
}

/*.box-feedbacks .message_content.client{*/
/*    background-color: #d9edf7;
    border-color: #d9edf7;
}*/

.message_author.contact,
.message_author.client{
    background-color: #d9edf7;
    border-color: #d9edf7;
    text-align: left;
}

.message_author.user{
    background-color: #EEEEEE;
}


.box-feedbacks .message_author_user {
    display: block;
    text-align: right;
}

/*.box-feedbacks .message {
    display: inline-block;
}*/

.box-feedbacks_preview{
    padding: 0px;
}


.box-feedbacks_preview .message_author_client,
.box-feedbacks_preview .message_author_user {
    background-color: #d9edf7;
    border-bottom: 1px solid #ddd;    
    display: block;
    padding: 5px;
}

.box-feedbacks_preview .message_author_user {
    background-color: #EEEEEE;
    text-align: right;
}

.box-feedbacks_preview .message_content {
    padding: 5px;
}

/* end FEEDBACK */

.btn.btn-flat{
    border-radius: 4px;
}

.input-group .select2-container .select2-choice,
.input-group .bootstrap-tagsinput{
    border-top-left-radius: 0px;    
    border-bottom-left-radius: 0px;    
}

/*.input-group.addon-right .select2-container--default .select2-selection--single{*/
.input-group.addon-right .select2-container .select2-choice{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/*.input-group.addon-both .select2-container--default .select2-selection--single{*/
.input-group.addon-both .select2-container .select2-choice{
    border-radius: 0px;    
}

.toggle-group .btn{
    border: none;
    box-shadow: none;
}


.dropdown-menu li{ /*change label*/
    display: block;
    margin-bottom: 4px;
    margin-right: 4px;
}

#simple_sketch {
    border: 1px solid #ccc;
    height: 300px;
    width: 100%;
}

.signature_image {
    border: 1px solid #ccc;
    max-width: 100%;
}

.skin-black .sidebar-menu > li:hover > a,
.skin-black .sidebar-menu > li.active > a {
    border-left-color: #00a65a;
}

/*  WIZYTÓWKI*/ 

.mini_single_card {
    border: 1px solid rgb(100, 100, 100);
    border-radius: 4px;
    display: inline-block;
    height: 100px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 150px;
}
.mini_single_card a.zoom_link {
    background-color: rgba(100, 100, 100, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mini_single_card a.zoom_link i {
    color: #eee;
    margin-top: 40px;
}
.mini_single_card a.card_action {
    bottom: 0;
    position: absolute;
    right: 5px;
}
.mini_single_card a.card_action.text-blue {
    right: 40px;
}
.mini_single_card a.card_action.text-yellow {
    right: 20px;
}

.mini_card {
    border-radius: 2px;
    height: 50px;
    width: 90px;
}
.big_card {
    max-width: 100%;
}

/* END WIZYTÓWKI*/ 
.long_text {
    font-size: 90%;
    height: 150px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
}
.long_btn {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.long_text.full_height {
    font-size: 100%;
    height: auto;
    padding-bottom: 30px;
}

.btn-app > form > .fa { /* button przy dodawaniu zdjęć */
    display: block;
    font-size: 20px;
}

.box-header{
    border-bottom: 1px solid #f4f4f4;
}

.login-box-body, .register-box-body{
    border-radius: 4px;
}

.navbar-nav > .user-menu .user-image {
    border: 3px solid #5cb85c;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    border-color: #5cb85c;
}

.post_icon img { /* avatar w profilu */
    border-radius: 4px;
    margin-bottom: 10px;
    max-width: 300px;
}

.CodeMirror {
    border: 1px solid #ddd;
    height: auto;
}

.tables .box-body p{
    /*margin: 0px;*/
}

code {
    padding: 0;
}

/*.tables_model,  na podglądzie single tables 
.tables_controller,
.tables_view_all,
.tables_view_search,
.tables_view_search_toolbar,
.tables_view_single,
.tables_view_add,
.tables_view_edit,
.tables_view_mini{
    display: none;
}*/

.comment_avatar {
    border: 3px solid #90b502;
    /*border: 3px solid #5cb85c;*/
    height: 50px;
    margin-right: 10px;
    width: 50px;
}

/*######### Faktury ############*/

hr {
    clear: both;
    display: block;
    width: 100%;
}

#form_invoice hr {
    margin-bottom: 10px;
    margin-top: 15px;
}

.invoice_logo img {
    max-width: 250px;
}


.invoice_logo { /* do raportów */
    /*float: left;*/
    margin-right: 20px;
}

.statements .invoice_logo { /* do raportów */
    /*float: left;*/
    margin-right: 0px;
}
.statements .invoice_logo img{
    margin-bottom: 10px;
}


.company_info{
    /*float: left;*/
    /*max-width: 300px;*/
}

@media (max-width:991px){
    .invoice_logo img {
        max-width: 100%;
    }

    /*    .statements .invoice_logo,
        .invoice_logo{
            margin-left: 0px;
            margin-top: 10px;
        }
        .statements .invoice_logo,
        .statements .company_info{
            float: none;
        }*/
}
/*@media (max-width:1250px){

    .invoice_logo img {
        max-width: 200px;
    }
    .company_info{
        max-width: 200px;
    }
}*/

.single_invoice .table-bordered thead tr {
    background-color: #f5f5f5;
}


.place_time {
    text-align: right;
}

.place_time span {
    display: inline-block;
    min-width: 100px;
}

.summary .table {
    float: right;
    width: auto;
}

.verbaly {
    padding-top: 20px;
    text-align: right;
}

.single_invoice .td_signature {
    height: 100px;
}

.verbaly strong {
    margin-right: 10px;
}

#form_invoice hr{
    margin-top: 15px;
    margin-bottom: 10px;
}

.products_table{
    font-size: 12px;
}

.products_table .form-control {    
    font-size: 12px;
    padding: 3px 6px;
    height: 26px;
    text-align: right;
    /*background: none;*/
}
.products_table .form-control.ui-widget-content{        
    background: none;
}
.ui-menu-item.ui-state-focus{
    background: none;
}

.products_table .form-control.product_code,
.products_table .form-control.product_title{
    text-align: left;
}
.products_table .sum{
    text-align: right;
}
.products_table .table th,
.products_table .table td{
    padding: 2px;
}

.combobox-container .input-group-addon {
    /*border: none;*/
    padding: 3px 6px;
}

.products_table .dropdown-menu > li > a {
    font-size: 10px;
    font-weight: 400;
    padding: 3px 5px;
}

/*.position_row .col-md-1,
.position_row .col-md-10,
.position_row .col-md-11,
.position_row .col-md-12,
.position_row .col-md-2,
.position_row .col-md-3,
.position_row .col-md-4,
.position_row .col-md-5,
.position_row .col-md-6,
.position_row .col-md-7,
.position_row .col-md-8,
.position_row .col-md-9*/
.products_table [class^="col-md-"]
{
    padding-left: 5px;
    padding-right: 5px;
}

.positions_header,
.position_row,
.summary{
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
    margin-bottom: 5px;
}

.remove_position{
    position: absolute;
    right: -15px;
    top: 5px;
    padding: 0.2em 0.4em 0.3em;
}

.invoice_details .lp{
    width: 50px;
}

.summary td,
.invoice_details td,
.invoice_details th{
    text-align: right;
}

.invoice_details .lp,
.invoice_details .product_title,
.invoice_details .product_code{
    text-align: left;
}

.summary {
    font-weight: bold;
}

/*######### Faktury ############*/

.padding-bottom-0{
    padding-bottom: 0px !important;
}

.padding-bottom-5{
    padding-bottom: 5px !important;
}

.padding-bottom-10{
    padding-bottom: 10px !important;
}
.padding-bottom-20{
    padding-bottom: 20px !important;
}

.padding-top-0{
    padding-top: 0px;
}

.padding-top-5{
    padding-top: 5px;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-top-20{
    padding-top: 20px;
}

.margin-bottom-0{
    margin-bottom: 0px !important;
}

.margin-bottom-5{
    margin-bottom: 5px !important;
}

.margin-bottom-10{
    margin-bottom: 10px !important;
}
.margin-bottom-20{
    margin-bottom: 20px !important;
}

.margin-top-0{
    margin-top: 0px;
}

.margin-top-5{
    margin-top: 5px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-20{
    margin-top: 20px;
}

.margin-left-0{
    margin-left: 0px;
}

.margin-left-5{
    margin-left: 5px;
}

.margin-left-10{
    margin-left: 10px;
}
.margin-left-20{
    margin-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 18px;
    color: #666;
}

.form-control.file{
    height: auto;
}

.pagination > li > a, .pagination > li > span {
    padding: 3px 9px;
}

#track_map{
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
}

#edit_map,
#single_map{
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
}

#multi_map{
    width: 100%;
    height: 800px;
    border: 1px solid #ccc;
}
.settings_logo img {
    max-width: 300px;
}

.btn.btn-xs{
    border-radius: 10px;
}

/*.box_avatar {
    padding-top: 30px;
}*/

.app_info {
    color: #b8c7ce;
    font-size: 90%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-collapse .app_info{
    display: none;
}

.input-group .input-group-addon:focus{
    border-color: #3c8dbc;
}

.message_content small{
    font-size: 90%;
}

.mailbox_folders .nav > li > a{
    padding: 6px 12px;
}

.mailbox-attachment-name {
    font-size: 90%;
    overflow-wrap: break-word;
}

.mailbox-attachment-size {
    line-height: 20px;
}

.mailbox-attachment-size .btn {
    border-radius: 3px;
}

.mailbox-attachment-icon i{
    font-size: 40px;
}

.mailbox-attachment{
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
}
.box-feedbacks .mailbox-attachment{
    float: none;
}


.mailbox-attachment-icon{
    height: 100px;    
}

.mailbox-attachment .has-img{
    /*height: 100px;*/
    background-position: center center;
    /*background-position: top center;*/
    background-repeat: no-repeat;
    /*background-size:*/
    background-size: 100% auto;
}

/*.mailbox-attachment .has-img img{
    width: 100%;
    max-height: 100px;
}*/

.th_50{
    min-width: 50px;
}

.th_100{
    min-width: 100px;
}

.th_150{
    min-width: 150px;
}

.th_200{
    min-width: 200px;
}

.message_content .note_text{
    margin-bottom: 10px;
}


tr.alert-danger{
    background-color: #dd4b39 !important;
    color: #fff;
}

tr.alert-warning td > .fa,
tr.alert-danger td > .fa{
    color: #fff !important;
}

tr.alert-warning .label,
tr.alert-danger .label{
    border: 1px solid #fff;
}

tr.alert-warning{
    background-color: #f39c12 !important;
    color: #fff;
}

tr.alert-danger td > a,
tr.alert-danger td > a .text-red,
tr.alert-warning td > a{
    color: #fff !important;
}

.mailbox-attachment-name .fa{
    display: inline;
}

.alert-info .alert_text_link{
    color: #31708f;
}

/*  SELECT2 3.5.4      */
.select2-container{
    padding: 0px;
    border: none;
}

.select2-container .select2-choice{
    height: 34px;
    line-height: 34px;
    /*border-color: #d2d6de;*/
    padding-left: 12px;
}
.select2-container .select2-choice .select2-arrow{
    /*border-color: #d2d6de;*/
}

.th_icon .dropdown-menu{
    font-size: 12px;    
    padding-bottom: 0px;
}
.th_icon .dropdown-menu a{
    text-transform: lowercase;
}

td {
    word-wrap: break-word;
    max-width: 300px;
}
@media (max-width: 767px) {    
    td {
        max-width: 200px;
    }    
    #multi_map{
        height: 400px;
    }
    .table-responsive {
        overflow: scroll;
    }
}

.th_icon_mobile{
    min-width: 60px;
    text-align: center;
}

.client_logo{
    border: none;
    width: auto;
}

.preview_printscreen img{
    max-width: 100%;
    max-height: 600px;
}

.session_data{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    position: fixed;
    top: 5px; 
    left: 5px; 
    z-index: 1031;
    color: #333;
}

img{
    max-width: 100%;
}

.after_gus{
    display: none;
}

#box-map .box-body{
    position: relative;
}

#map_input {
    z-index: 99;
    position: absolute;
    left: 200px;
    top: 20px;
    border: 1px solid #ddd;
    background-color: #fff;    
    margin-left: 12px;
    padding: 10px;
    width: 400px;
}

#map_input:focus {
    border-color: #4d90fe;
}

.email_content iframe{
    width: 100%;
    height: 600px;
    /*border: 1px solid #ddd;*/
    border: none;
}

.mailbox_content{
    margin-bottom: -5px; /*bo bez tego zostawało puste miejsce pomiędzy div i iframe */
}

.mailbox_content iframe{
    width: 100%;
    /*height: 600px;*/
    /*border: 1px solid #ddd;*/
    border: none;
}

.padding-0{
    padding: 0px;
}

.gm-style .gm-style-iw {
    text-align: center;
    max-width: 100%;
}

.progress .sr-only{
    position: static;
}

/*.box-feedbacks .message_content .mailbox-attachment::before, 
.box-feedbacks .message_content .mailbox-attachment::after{
    content: " ";
    display: table;
}*/

.ui-menu { /* żeby było widać ponad modalem */
    z-index: 1051;
}

.table.table-gantt tr td .progress{
    margin: 0px;
}
.table.table-gantt > tbody > tr > td{
    padding: 0px;
    border: none;
}

.post-details{
    margin-top: 3px;
    display: block;
}

.post-date{
    color: #666;
    display: block;
    text-align: center;
    float: right;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 0px 3px;
    margin-right: 5px;
}

.post-date .date{
    font-size: 12px;
    font-weight: bold;
}

.post-date .time{
    font-size: 10px;
}

.post-icon{
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border: 3px solid #90b502;
    border-radius: 4px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.message_content img,
.email_content img,
.task_note img{
    width: auto !important;
    height: auto !important;
}

/* większe ikony w navbar */

.navbar-nav > li > a.navbar_icon{
    padding-top: 14px;
    padding-bottom: 15px;
}

.navbar_icon .fa{
    font-size: 1.3em;
    vertical-align: -2px;
}

.main-header .sidebar-toggle::before {
    font-size: 1.3em;
    line-height: 15px;
    vertical-align: -2px;
}

/* większe ikony w navbar */

.tab-content table{
    margin-bottom: 0px;
}

.nav-tabs-custom > .nav-tabs > li {
    margin-right: 0px;

}

.nav-tabs-custom > .nav-tabs > li{
    border-top-color: #d2d6de;
    border-bottom: 1px solid #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #00a65a;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/*.nav-tabs-custom > .nav-tabs > li > span {
    display: block;
    padding: 10px 15px;
}*/

/*.nav-tabs li .btn{
    padding: 1px 5px;
    color: #fff;
    background-color: #00a65a;
    border-color: #008d4c;
}

.nav-tabs-custom > .nav-tabs > li > a{
    display: inline-block;
}*/

.nav-tabs > li > a {
    padding: 0px;
    display: inline-block;
}
.nav-tabs > li {
    padding: 10px;
}

.nav-tabs-custom > .nav-tabs > li.active > a{    
    border-right: none;
}

.nav-tabs-custom > .nav-tabs > li.active{
    border-right: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}

.nav-tabs > li > a.btn-success,
.nav-tabs > li.active > a.btn-success {
    color: #fff;
    background-color: #00a65a;
    border-color: #008d4c;
    padding: 0px 5px;
    border-radius: 10px;
    font-size: 10px;
}

.nav-tabs > li > a.btn{
    display: none;
}

.nav-tabs > li.active > a.btn{
    display: inline-block;
}

.nav-tabs > li:focus > a.btn-success,
.nav-tabs > li.active:focus > a.btn-success,
.nav-tabs > li:hover > a.btn-success,
.nav-tabs > li.active:hover > a.btn-success {
    background-color: #008d4c;
    border-color: #008d4c;
    color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    cursor: pointer;
}

/*.nav-tabs-custom {
    background: none;
}
.nav-tabs-custom li{
    background: #fff;
}*/

.m-t-0{
    margin-top: 0px !important;
}

.m-t-5{
    margin-top: 5px !important;
}

.m-t-10{
    margin-top: 10px !important;
}

.m-t-20{
    margin-top: 20px !important;
}

.m-b-0{
    margin-bottom: 0px !important;
}

.m-b-10{
    margin-bottom: 10px !important;
}

.m-b-20{
    margin-bottom: 20px !important;
}

.p-l-0{
    padding-left: 0px !important;
}

.p-r-0{
    padding-right: 0px !important;
}

.p-b-0{
    padding-bottom: 0px !important;
}

.p-b-10{
    padding-bottom: 10px !important;
}

.p-b-20{
    padding-bottom: 20px !important;
}

.editable-click{
    /*cursor: text;*/
}

.editable_select2{
    width: 300px;
    /*width: 100%;*/
}

.navbar .label{
    border-radius: 0.25em;
    padding: 2px 3px;
}

.card_preview img{
    max-width: 100%;
    border-radius: 4px;
}
.card_preview{
    padding: 0px 0px 10px 10px;

    /*    height: 200px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        border-radius: 4px;*/
}

.verbaly.invoice_paid{
    /*background-image: url('../img/invoice_paid.jpg');*/
    background-image: url('../img/zaplacone.png');
    background-repeat: no-repeat;
    background-position: center right 250px;
    background-size: auto 100%;
    /*background-position-x: 100px;*/

}

/*.table-responsive { /* żeby scrollowało też na większych ekranach */
/*overflow-x: auto;
}*/

.progress-bar-grey, /* bo nie ma default w palecie */
.progress-bar-default {
    background-color: #e6e6e6;
}

.progress-striped .progress-bar-grey,
.progress-striped .progress-bar-default {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#advanced_search_box .form-group > .col-md-12,
#advanced_search_box .row [class^="col-"]{ /* żeby nirrozjeżdżał się box przy table-responsive */
    padding-left: 0px;
    margin-bottom: 10px;
}

#advanced_search_box .row label {
    text-align: right;
    padding-top: 6px;
}

/*#advanced_search_box .form-group > .col-md-12 {
    margin-bottom: 20px;
}*/

.active > .treeview-menu {
    display: block;
}

.nav-stacked > li.active a,
.nav-stacked > li.active a:hover {
    color: #444;
}

.nav-treeview,
.nav-treeview .nav-treeview {
    padding-left: 20px;
}

.content .mailbox .nav > li > a{
    padding: 6px 12px;
}

.unseen{
    font-weight: bold;
}

.mailbox-read-time {
    display: block;
}

.mailbox_preview_table{
    margin-bottom: 0px !important;
}

.mailbox_preview_table tr td:first-child{
    width: 100px;
    max-width: 100px;
}

.mailbox-box .twitter-typeahead{
    width: 100% !important;   
    display: block !important;
}

.mailbox-box .tt-menu{
    z-index: 1000 !important; /* bo w mailboxie lista kontaktów wszychodziła pod edytor WYSIWYG */
}

.input-group .form-control.typeahead{ /* bo źle zaokrąglało rogi przy maiblox compose */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.kanban-btn{
    position: relative;
}

.kanban-btn .fa{
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.bootstrap-tagsinput{
    padding: 6px 12px;
}

.position_buttons{
    position: relative;
}

/*.position_buttons .remove_position{
    right: -5px;
}*/

.scanye_preview {
    position: relative;
}

.scanye_location {
    position: absolute;
    background-color: rgba(255,0,0,0.3);
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    /*vertical-align: -5px;*/

}

.scanye_location.texts {
    background-color: rgba(0,255,0,0.3);    
}

.block{
    display: block;
}

.treeview-menu > li > a > .far,
.sidebar-menu > li > a > .far
{
    width: 20px;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .fas,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
}


.box-header > .far{
    font-size: 19px;
    margin-right: 5px;
}

.navbar_icon .far {
    font-size: 1.3em;
}

.btn-app > .far{
    font-size: 20px;
    display: block;
}

.dropdown-menu > li > a > .far{
    width: 20px;
}

.star-rating{
    padding: 6px 0px;
}

/*.star-rating-readonly .fa{
}*/

.input-group.multiple{
    display: flex;
}

.input-group.multiple > .form-control{
    width: 1%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive { /* żeby scrollowalo tez na wiekszych ekranach - Importy z CSV*/
    /*overflow-x: auto;  ale nie chowa dropdowny ze statusami i cogs menu */
}

.btn-app .fas{
    font-size: 20px;
    display: block;
}

.form-control.datepicker{ /* bo w projektach nie było paddingu */
    padding: 6px 12px;
}

.hide_btn{
    display: none;
}

.chosen-container-single .chosen-single {
    padding: 4px 6px;
    border-radius: 4px;
}

.input-group .chosen-container-single .chosen-single {    
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.chosen-container-single .chosen-single div {
    width: 15px;
}

.chosen-container-single .chosen-single {
    min-width: 210px;    
}

.chosen-container-single .chosen-drop {
    min-width: 210px;
}


.timeline > li > .timeline-item > .timeline-header {
    font-size: 14px;
}

.box_states,
.box_none,
.box_management,
.box_shareholder{
    display: none;
}

.skin-black .main-header > .logo,
.skin-black .main-header > .logo:hover {
    background-color: #222d32;
    border-right: 1px solid #222d32;
    color: #fff;
}

.treeview .list-group{
    margin-bottom: 0px;
}

.treeview .tree_btn{
    float: right;
}

#treeview_krs li:hover .tree_btn a,
#treeview_krs li:focus .tree_btn a{
    visibility: visible;
}

table.clients_structure td{
    text-align: center;
}

.text-center{
    text-align: center !important;
}