/* części wspólne */

a, button, a:focus, button:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus{
    outline: 0 !important;
    text-decoration: none !important;
}

.btn .glyph-wrapper{margin-right: 4px;}
.btn-sm, .btn-group-sm > .btn{
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 7px;
}

.disabled {
    pointer-events: none;
    opacity: 0.8;
}
span.required{color: #FF0000; font-weight: bold; font-size: 14px;}


/*==== MODALS start ====*/
.modal{padding: 0px !important;}

.modal-wide{
    width: 97%;
}

.modal-content{
    border-radius: 0px;
}

.modal-description{padding: 10px;}
.modal-body{padding: 10px;}
.modal-header{border: 0 none; min-height: 10px; padding: 10px 15px 5px;}
.modal-header .close{margin-top: 0px; opacity: 0.3;}
.modal-header h4, .modal-header .h4{font-size: 14px; font-weight: bold;}


.modal-header .btn + .btn{margin-left: 5px;}
.modal-header .buttonsWrapper{display: inline-block; float: right; margin-right: 15px;}
.modal-header .modal-title{display: inline-block;}

.modal-footer{padding: 10px;}
/*==== MODALS end ====*/

/*==== BUTTON WRAPPERS  ====*/
.bottomButtonsWrapper{margin: 20px 0px 10px 0px;}
.bottomButtonsWrapper a, .bottomButtonsWrapper button{margin-right: 12px;}
.bottomButtonsWrapper a.pull-right, .bottomButtonsWrapper button.pull-right{margin-right: 0px; margin-left: 12px;}

.topButtonsWrapper{margin: 10px 0px 20px 0px;}
.topButtonsWrapper a, .topButtonsWrapper button{margin-right: 12px;}
.topButtonsWrapper a.pull-right, .topButtonsWrapper button.pull-right{margin-right: 0px; margin-left: 12px;}


/*==== FORMS start ====*/
form .formError{color: #FF0000;}
textarea {min-height: 80px; max-height: 500px; width: 100%; resize: vertical;}

select[multiple], select[size]{
    height: 31px;
}

.form-control{font-size: 13px; height: 31px;}
.input-sm{font-size: 12px;
          height: 28px;
          padding: 4px 7px;}
.numericInput{text-align: right;}

.radio, .checkbox{
    display: inline-block;
}
legend{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d6d6d6;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
}

form legend {
    display: block;
    width: auto;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid;
    border-bottom: none;
}

form fieldset {
    border: 1px solid #c1c1c1;
    padding: 10px;
    margin-bottom: 30px;
}
/*==== FORMS end ====*/

/*==== PANELS start ====*/
/*.panel-heading{
    padding: 8px 15px 6px 15px;
}
.panel-title{
    font-size: 14px;
    font-weight: bold;
    display: inline;
}*/
/*==== PANELS end ====*/


/*==== TABS start ====*/
/*.tab-content {
    border: 1px solid #B7B7B7;
    border-color: #B7B7B7;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 15px;
}
.nav-tabs{border-bottom: 1px solid #b7b7b7;}
.nav-tabs > li{font-size: 14px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{font-weight: bold;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border-color: #b7b7b7 #b7b7b7 transparent;}*/

.nav-tabs.innerTabs > li > a{padding: 7px 10px;}
.tab-content.innerTabs{padding: 10px;}
/*==== TABS end ====*/

.loader{background-image: url('../../bundles/edifrontend/images/loader.gif'); display: none; width: 42px; height: 42px; }
.listTrueIcon{color: #19bc00; text-align: center;}
.listFalseIcon{color: #ff0202; text-align: center;}
.listCreateOfferIcon{color: #0027C2; text-align: center;}

.blueText{color: #4669EA;}


.dt-thumb {
    width: 60px;
    float: left;
    margin: auto;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 2px;
    margin-right: 10px;
}

.clipboard-container {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.clipboard-container .counter.red {
    background-color: red;
}

.show-mass-relations {
    cursor: pointer;
}

.panel-stat i {
    top: -5px;
}

.customer-select {
    padding-top: 5px;
}

.form-top {
    float: left;
    padding-left: 10px;
}

.bold {
    font-weight: bold;
}

.smaller {
    font-size: 16px;
}

.stat-success {
    cursor: auto;
}

#select2-user_default_customer_edi_form_type_defaultCustomer-container {
    width: 200px;
}

.truncate {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    #cookies_info #close_info {
        padding: 0;
    }
    #cookies_info img {
        margin: 18px auto;
    }
}

@media (min-width : 992px) {

    .modal-wide{
        width: 85%;
    }
}

@media (min-width : 1200px) {

}

@media (max-width: 767px) {
    #cookies_info .container {
        padding-left: 0;
        padding-right: 0;
    }
    #cookies_info img {
        margin-top: 25px;
        margin-left: 100px;
    }
}

.appVersionFrontend{
    position: absolute;
    bottom: 42px;
    color: #cecece;
    left: 10px;
}

#cookies_info {
    display: none;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.95;
    position: fixed;
    bottom: 0;
    z-index: 20;
    font-size: 12px;
    color: #333;
}
#cookies_info p {
    margin: 10px 0;
}
#cookies_info span {
    cursor: pointer;
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}
#cookies_info .cookies_image {
    padding: 0;
}
#cookies_info .cookies_text {
    padding-right: 0;
}
#cookies_info .cookies_image_mobile {
    padding: 0;
    position: relative;
    float: left;
    width: 85%;
}
#cookies_info .close_info_mobile {
    width: 15%;
    height: 60px;
    padding: 0;
    position: relative;
    float: left;
    text-align: right;
    cursor: pointer;
}
#cookies_info .close_info_mobile span {
    margin-top: 23px;
}

.no-margin {
    margin: 0;
}

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

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}

/*MODAL BANNER*/
.targi_ise .modal-lg{
    width:  1192px;
}

.targi_ise .modal-lg .modal-content .modal-footer .btn.btn-success{
    background-color: #005093;
    color: #fff !important;
    border: 2px solid #005093 !important;
}

.targi_ise .modal-lg .modal-content .modal-footer .btn.btn-success:hover{
    background-color: #fff !important;
    color: #005093 !important;
}