/* RESET CSS */

h1,h2,h3,h4,h5{
    font-weight: normal;
}

h4{
    margin-bottom: 35px;
}

#page-header{
    font-size: 30px !IMPORTANT;
    line-height: 30px !IMPORTANT;
    margin: 0 0 15px !IMPORTANT;
}

#page-content{
    margin-right: 15px !IMPORTANT;
}

form dt{
    text-align: right;
    padding-top: 5px;
    margin-top: 0 !IMPORTANT;
}

form dd{
    margin-top: 0 !IMPORTANT;
}

/* OWN CLASS */

.dist{
    color: #0099ff;
}

.mB25{
    margin-bottom: 25px !IMPORTANT;
}

.mB20{
    margin-bottom: 20px !IMPORTANT;
}

.dist a{
    color: #0099ff;
    text-decoration: underline;
}

.toUpper{
    text-transform: uppercase;
}

.tC{
    text-align: center !IMPORTANT;
}

.tR{
    text-align: right !IMPORTANT;
}

.tL{
    text-align: left !IMPORTANT;
}

.mL15{
    margin-left: 15px !IMPORTANT;
}

.mL5{
    margin-left: 5px !IMPORTANT;
}

.pT5{
    padding-top: 5px !IMPORTANT;
}

.pT10{
    padding-top: 10px !IMPORTANT;
}

.pT25{
    padding-top: 25px !IMPORTANT;
}

.pT2{
    padding-top: 2px !IMPORTANT;
}

.mB10{
    margin-bottom: 10px !IMPORTANT;
}

.mT25{
    margin-top: 25px !IMPORTANT;
}

.mT20{
    margin-top: 20px !IMPORTANT;
}

.mT50{
    margin-top: 50px !IMPORTANT;
}

.mT2{
    margin-top: 2px !IMPORTANT;
}

.mT15{
    margin-top: 15px !IMPORTANT;
}

.mT5{
    margin-top: 5px !IMPORTANT;
}

.mR5{
    margin-right: 5px !IMPORTANT;
}

.mT10{
    margin-top: 10px !IMPORTANT;
}

.mB5{
    margin-bottom: 5px !IMPORTANT;
}

.mh20{
    min-height: 20px !IMPORTANT;
}

.mT0{
    margin-top: 0 !IMPORTANT;
}

.mL45{
    margin-left:45px;
}

.resizeUrl{
    width: 100%;
    display: block;
}

.searchFormContainer{
    padding: 10px;
}

ul.errors{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.errors li{
    text-align: center;
    font-size: 14px !IMPORTANT;
}

.select2-container{
    width: 100%;
}

#save-label{
    display: none;
}

.tab-content{
    background-color: #fff;
}

.nav-tabs{
    margin-bottom: 0;
}

.control-group{
    padding: 5px !IMPORTANT;
    border-bottom: 0 none;
}

input, select{
    margin-bottom: 0 !IMPORTANT;
    margin-top: 0 !IMPORTANT;
} 

.tab-pane{
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px;
}

.bT{
    border-top: 1px #DDDDDD solid !IMPORTANT;
}

.bB{
    border-bottom: 1px #DDDDDD solid !IMPORTANT;
}

.clrM{
    margin: 0 !IMPORTANT;
}

.clrP{
    padding: 0 !IMPORTANT;
}

#actionsContainer{
    padding: 20px 30px;
    text-align: center;
}

/* ZAŁĄCZNIKI */

#attachmentUploader{
    margin: 0 !IMPORTANT;
}

#attachmentsItems{
    text-align: center;
}

.qq-upload-list{
    list-style-type: none;
    margin: 0px;
}
.qq-upload-list div, .qq-upload-list span{
    padding: 0px 5px;
}

#attachmentUploader{
    margin-top: 10px;
    text-align: center;
}

.historyContainer{
    margin: 0 0 10px 0 !IMPORTANT;
}

.historyContainer .historyRecord{
    margin: 0 0 10px 0;
}
.historyContainer .historyRecord .historyNotes{
    padding: 10px 0 0;
}

.historyContainer .smsHistoryRepliesRecords{
    margin-left: 25px;
    margin-top: 10px;
    /*    border: 1px solid #DDDDDD;
        border-radius: 3px;*/
    /*padding: 9px;*/
}

.historyNotes .table{
    border-top: 1px solid #DDDDDD !IMPORTANT;
}

.error{
    background-color: #fff !IMPORTANT;
}

.accordion-toggle{
    padding: 5px 10px !IMPORTANT;
}

.smallTd{
    width: 35px !IMPORTANT;
}

.middleTd{
    width: 50px !IMPORTANT;
}

.bgVeryDark {
    background-color: #D2CECE !important;
}

.bgVeryLight{
    background-color: #f0f0f0 !IMPORTANT;
}

.bgDark {
    background-color: #F5F5F5 !important;
}

.control-label{
    padding-top: 5px !IMPORTANT;
    text-align: right !IMPORTANT;
}

.tmpHide{
    display: none !IMPORTANT;
}

.hide{
    display: none;
}

.cursorPointer{
    cursor: pointer;
}

.error .select2-choice{
    border-color: #B94A48 !IMPORTANT;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !IMPORTANT;
}

.CONTENT_TABLE_CONTAINER{
    overflow-x: auto;    
}

.CONTENT_TABLE{
    table-layout: auto !IMPORTANT;

}

.CONTENT_TABLE td{
    vertical-align: middle !IMPORTANT;
}

.CONTENT_TABLE td .resizeUrl{
    overflow: hidden;
}

.CONTENT_TABLE th{
    white-space:nowrap;

}

.CALC_CONTAINER td{
    font-size: 12px;

}
/*FIX dla bootstrap - rozszerzanie input prepend oraz inputów dla fluid row*/
/*.input-prepend.input-fullwidth {
    position: relative;
    display:block;
}
.input-prepend.input-fullwidth .add-on {
    width: 20px;
}
.input-prepend.input-fullwidth .input-wrapper {
    position: absolute;
    display: block;
    left: 31px;  40 + 2*5 - 1 
    right: 0;
    top: 0;
    bottom: 0;
}
.input-prepend.input-fullwidth .input-wrapper input {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

.input-append{
    width: 100%;
    margin-bottom: 0px;
}

.input-append input[type="text"]{
    width: 92% !important;
}

.input-append .add-on{
    width: 5%;
}

.input-prepend{
    width: 100%;
    margin-bottom: 0px;
}

.input-prepend input[type="text"]{
    width: 92% !important;
}

.input-prepend .add-on{
    width: 5%;
}

#searchFormContainer{
    padding-top: 20px;
}

.namesRowFixed{
    width: 300px;
}

.smallButtonContainer{
    width: 30px;
}

#subMenuTabs{
    margin-bottom: 20px;
}
#subMenuTabs li{
    background-color: #fff;
}

#subMenuTabs li.active a{
    background: url("../../assets/themes/jarvis/img/backgrounds/bgnoise.png") repeat scroll 0 0 transparent !IMPORTANT;
}

.clearBoth{
    clear: both;
}

#noAccess{
    margin-bottom: 20px !IMPORTANT;
    text-align: center;
}


#page-header span.label{
    color: #fff;
}

.table {
    table-layout: fixed;
}

label.options{
    margin-bottom: 5px;
}

label.options span{
    position: relative; 
    top: 2px;
}

.fc-header-left{
    text-align: center;
}

.fc-header-left h2{
    font-weight: bold;
    font-size: 25px;
}

#holidaysAuthTabContent{
    margin: 0px -20px -20px;
}

.requestHolidaysContainer{
    padding: 0!IMPORTANT;
}

#holidayCallendarFilter{
    position: relative;
}

#holidayCallendarFilter #holidayCallendarFilterInner{
    position: absolute;
    z-index:100;
    padding: 12px 10px 10px 10px;
}

#holidayCallendarFilter #holidayCallendarFilterInner span.cont{
    padding: 0px 0px 0px 15px;
}

#holidayCallendarFilter #holidayCallendarFilterInner span.cont span.inner{
    position: relative;
    top: 1px;
}

.pageHeaderUrl{
    color: #08c;
}

.form-actions{
    padding-right: 0 !IMPORTANT;
}

.fc-event:hover{
    color: #fff;
}

.BOX_HIDE_CONTAINER .BOX_HIDE_ITEMS{
    display: none;
}

.actionsMenuContainer{
    padding: 7px 0px 0px 25px;
}

.ovHi{
    overflow: hidden;
}

.minHegihtMain{
    min-height: 530px;
}

/* Zmiana wysokości */
.changeHeight{
    position: relative;
}

.changeHeight .heightMenu{
    position: absolute;
    right: 32px;
    top: -28px;
}

.changeHeight .heightMenu .dropdown-toggle{
    padding: 0px 5px;
}

.changeHeight .dropdown-menu{
    min-width: 60px !IMPORTANT;
}

.customHeightNormal{
    height: 250px !IMPORTANT;
}

.customHeightSmall{
    height: 165px !IMPORTANT;
}

.customHeightLarge{
    height: 350px !IMPORTANT;
}

.LOADER_CONTAINER{
    position: relative;
    z-index: 10000;
    height: 200px;
    margin-top: 75px;
}

.LOADER_CONTAINER_ITEM{
    position: absolute;
    text-align: center;
    z-index: 10000;
}

.height0{
    height: 0 !IMPORTANT;
    min-height: 0 !IMPORTANT;
    overflow: hidden;
}

/* Dodatkowe menu dla collapse w podgrupach*/

.accordrionWithCustomMenu{
    position: relative;
}

.collapseCustomMenu{
    position: absolute;
    right: 5px;
    top: 4px;
}

.borR{
    border-right: 1px solid #DDDDDD !IMPORTANT;
}

.fTh th{
    border-bottom: 1px solid #DDDDDD !IMPORTANT;
}

.boxTitle{
    margin: 0 0 10px 0;
}

.GO_EDIT_FIELD span{
    height: 20px;
}

.pR10{
    padding-right: 10px;
}

#PREPARE_CUSTOMER_FORM .well-small{
    background-color: #fff;
}

.miniTd{
    width: 15px;
    text-align: center;
}

.plotStats{
    height: 300px;
}

.bTn{
    border-top: 0 none !IMPORTANT;
}

.bTnTd td{
    border-top: 0 none !IMPORTANT;
}

.mR25{
    margin-right: 25px !IMPORTANT;
}

/*paginator*/
.minPaignatorContainer .additionalInfo{
    display: none;
}

.minPaignatorContainer .dataTables_paginate{
    float: none !IMPORTANT;
}

.w25{
    width: 25px;
}

.vAm{
    vertical-align: middle !IMPORTANT;
}

.smallText{
    font-size: 12px;
}

.w100{
    width: 100%;
}

small.vS{
    font-size: 55%;
    position: relative;
    top: -2px;
}

.imgMin{
    width: 150px;
    margin-bottom: 5px;
}

.large_col a, .large_col ul{
    width: 500px !IMPORTANT;
    table-layout: fixed;
}

.middle_col div{
    width: 150px !IMPORTANT;
    table-layout: fixed;
}

.mL20{
    margin-left: 10px !IMPORTANT;
}

.usedStockMainPhoto{
    width: 200px;
}

.aCC{
    font-weight: bold;
    color: red;
}

dd br{
    display: none !IMPORTANT;
}

.customFieldsSeparator{
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
    padding: 0;
    margin: 20px 0 20px 0;
    position: relative;
    min-height: 0 !IMPORTANT;

}

.customFieldsSeparator .separatorText{
    background-color: #fff;
    position: absolute;
    right: 25px;
    top: -12px;
    display: block;
    padding: 0px 10px;
}

.customFieldsSeparator.cleanSeparator{
    border: 0 none;
    margin: 10px 0 10px 0;
}

.noWrap{
    white-space:nowrap;
}

.error .span7 label{
    color: #B94A48;
}

.nav{
    background-image: url("../../assets/themes/jarvis/img/backgrounds/bgnoise.png");
}

.nav.removeBg{
    background-image: none !IMPORTANT;
}

.bwizard-steps{
    background-color: #fff !IMPORTANT;
    background-image: none;
}

.trackingField{
    border-color: #3a87ad !IMPORTANT;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !IMPORTANT;
}


.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #b94a48 !IMPORTANT;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !IMPORTANT;
}

/* WIZARD STEPS - ZMNIEJSZENIE LINKÓW DO POSZCZEGÓLNYCHKROKÓW*/

.bwizard-steps li{
    font-size: 12px;
}

.bwizard-steps li {
    padding: 5px 2px 5px 16px;
}

.bwizard-steps li:before {
    border-bottom: 15px inset transparent;
    border-top: 15px inset transparent;
    border-left: 12px solid #fff;
}

.bwizard-steps li:after {
    border-bottom: 14px inset transparent;
    border-left: 15px solid #efefef;
    border-top: 14px inset transparent;
    right: -15px;
}

/* CSS HACK dla chrome - tam się sypie ogólnie system zakładek dla wizarda*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .bwizard-steps li:after {
        right: -14px;
    }
}

.bwizard-steps li:first-child {
    padding-left: 8px;
}

.bwizard-steps li:last-child {
    padding-right: 8px;
}

/* STYL DLA OSTATNIEJ WIDOCZNEJ ZAKŁADKI WIZARDA*/
.bwizard-steps li.visibleEnd{
    border-radius: 0 4px 4px 0;
    margin-right: 0;
    padding-right: 8px;
}

.bwizard-steps li.visibleEnd:after{
    border: 0 none;
}

/* STYL DLA PIERWSZEJ WIDOCZNEJ ZAKŁADKI WIZARDA*/
.bwizard-steps li.visibleFirst {
    border-radius: 4px 0 0 4px;
    padding-left: 8px;
}

.CONTENT_CONTAINER_MAIN{
    min-height: 500px;
}

.posRel{
    position: relative;
}

.label.OLD{
    background-color: #f30000;
}

.label.TODAY{
    background-color: #10ae00;
}

.label.FUTURE{
    background-color: #00aeff;
}

i.iconHeader{
    font-size: 25px;
    position:relative;
    top: -2px;
    margin-right: 5px;
}

.span7 input[type=checkbox]{
    position: relative;
}

#header-toolbar{
    height: auto;
}

#topNavigContainer{
    width: 100%;
    display: table;
}

#topNavigContainer #topNavigLeft{
    width: 360px;
    display: table-cell;
    vertical-align: top;
}

#topNavigContainer #topNavigRight{
    width: 100px;
    display: table-cell;
    text-align: right;
    vertical-align: top;
    padding-top: 6px;
}

#topNavigContainer #topNavigRightFixed{
    width: 100px;
    text-align: right;
    display: none;
}

#topNavigContainer #topNavigCenter{
    display: table-cell;
}

#topNavigContainer.fixWidth{
    width: 100%;
    display: block;
}

#topNavigContainer.fixWidth #topNavigLeft{
    width: 360px;
    display: block;
    float: left;
}

#topNavigContainer.fixWidth #topNavigRight{
    display: none;
}

#topNavigContainer.fixWidth #topNavigRightFixed{
    float: right;
    display: block;
    margin-top: 6px;
}

#topNavigContainer.fixWidth #topNavigCenter{
    display: block;
    overflow: hidden;
    min-height: 62px;
    margin-bottom: 10px;
}

.pRelative{
    position: relative;
}

.currencyVatInfo{
    position: absolute; 
    right: 0;
    width: auto !IMPORTANT;
    z-index: 100;
    border-radius: 0 4px 4px 0 !IMPORTANT;
}

.alwaysShow{
    display: block !IMPORTANT;
}

/* LEFT MENU */

#leftMenu.min {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:40px;
    overflow:hidden;
    -webkit-transition:width .05s linear;
    transition:width .05s linear;
    -webkit-transform:translateZ(0) scale(1,1);
    z-index:1000;
    padding-left: 0;
}

#leftMenu.min .divider{
    display: none;
}

#leftMenu.min.showMenu .divider{
    display: block;
}

#leftMenu.min .shortcutsContainer{
    display: none;
}

#leftMenu.min.showMenu .shortcutsContainer{
    display: block;
}

#leftMenu.min .aside-buttons{
    display: none;
}

#leftMenu.min.showMenu .aside-buttons{
    display: block;
}

#leftMenu.min #leftMenuItems{
    width: 40px;
}

#leftMenu.min #leftMenuItems ul.menu > li > ul.hideSumbenu{
    display:none !IMPORTANT;
}

#leftMenu.min #leftMenuItems .menuText{
    display: none;
}

#leftMenu #leftMenuItems .menuText{
    background-image: none !IMPORTANT;
}

#leftMenu.min.showMenu {
    width:250px;
    overflow:visible;
    /*min-height: 800px;*/
    position: absolute;
    padding-left: 15px;
    border: 1px #1b261f solid;
    background: #303f36 url("../../images/default/mesh.png") repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
}

#leftMenu.min.showMenu #leftMenuItems .menuText{
    display: inline;
}

#leftMenu.min.showMenu #leftMenuItems{
    display: block;
    float: left;
    width: 215px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#leftMenu.min.showMenu{
    -webkit-box-shadow: 10px 10px 67px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 67px -13px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 67px -13px rgba(0,0,0,0.75);
}

.sendSmsLoaderContainer{
    margin: 0 auto;
    width: 32px;
    position: relative;
}

.sendSmsLoaderContainer .LOADER{
    position: absolute;
    top: 36px;
}

.menuText .badge-important{
    background-color: #b94a48 !IMPORTANT;
}

.unreadRepliesOnMenu i{
    color: #b94a48;
}

.notReadDistinction td{
    font-weight: bold;
}

.notReadDistinction.historyRecord{
    font-weight: bold;
}