@CHARSET "UTF-8";

body {
    font-family: "Helvetica Neue, Arial", "Helvetica", "Verdana",
        "sans-serif";
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#login-form {
    width: 300px;
    height: 220px;
    padding: 0.4em;
    margin: 0 auto;
    -moz-box-shadow: 3px 3px 5px 6px #dcdcdc;
    -webkit-box-shadow: 3px 3px 5px 6px #dcdcdc;
    box-shadow: 3px 3px 5px 6px #dcdcdc;
}

.login-form fieldset {
    float: none;
}

#login-form h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
}

#header {
    text-align: center;
    width: 900px;
    height: 119px;
    border: 1px solid #dcdcdc;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
}

#logo {
    position: absolute;
}

#navigation {
    position: absolute;
    bottom: 0;
    width: 900px;
    text-align: right;
}

#content {
    display: block;
    width: 900px;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    box-shadow: 5px 5px 3px #888888;
}

.calendarColor {
    border-width: 1px;
    border-color: silver;
    border-style: solid;
    border-radius: 5px;
    float: left;
    width: 18px;
    height: 18px;
    background-image: url(/builds/adminproject/img/icons/edit.png);
    background-repeat: no-repeat;
    background-position: center;
}

.calendarName {
    float: left;
}

#calendarEditContener {
    width: 285px;
}

#calendarEditContener form {
    margin: 0px;
}

/*form ul{
        clear:both;
        list-style:none;
        white-space:nowrap;
        margin: 0;
        padding: 0;
}

form label{
width:140px;
float:left;
}*/
#colorPicker {
    float: left;
    display: none;
    position: absolute;
    margin-left: 20px;
}

#modalWindowOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .8;
    filter: alpha(opacity =                                                     80);
    -moz-opacity: 0.8;
    display: none;
    z-index: 10;
}

.InformationBox {
    display: none;
    position: fixed;
    top: 30%;
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 9998;
}

.InformationBox_inner {
    width: 450px;
    margin: auto;
    text-align: center;
    padding: 20px;
    background-color: rgba(33, 145, 192, 0.85);
    color: #EAF5F7;
    z-index: 9999;
    border-radius: 5px;
    height: 20px;
    font-size: 20px;
    box-shadow: 10px 10px 5px #888888;
}

.previewWindow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 250px;
    float: right;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    z-index: 9999;
    /*border-radius: 5px;*/ /
    overflow: hidden;
}

.tip-body {
    padding: 5px;
    font-size: 10px;
    line-height: 11px;
    padding-top: 2px;
}

.tip-time {
    padding: 5px;
    pading-bottom: 0px;
    font-size: 10px;
    line-height: 11px;
    background-color: rgba(0, 0, 0, 0.6);
    color: lime;
}

.avatar-contener {
    float: right;
    text-align: center;
}

.profile-avatar {
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    border: 25px solid whiteSmoke;
    background-size: cover;
}

.user-edit-avatar {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    border: 20px solid whiteSmoke;
    background-size: cover;
}

#userEditFormKontener {

}

.full {
    width: 100%
}

.tab-pane {

}

table.dataTable tr.odd {
    background-color: whiteSmoke;
}

.ui-dialog {
    z-index: 1060;
}

.modal {
    width: auto;
    height: auto;
    margin: -310px 0 0 -520px;

    /*	margin: 0px 0 0 0px; */
}

.modal-header {
    background-color: silver;
}

.modal-backdrop {
    background-color: transparent;
    opacity: 0.7;
    filter: alpha(opacity =                                                   70);
}

.modal-body {
    max-height: 14500px;
    overflow-x: hidden;
}

#formularzKontrahentKontener {
    width: 790px;
    margin: 0px;
    padding: 0px;
}

#formularzKontener {
    width: 1100px;
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
}

#kontenerTabeliFtp {
    width: 760px;
}

#historyKontener {
    width: 1000px;
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
}

#formularzItemsKontener {
    width: 800px;
    margin: 0px;
    padding: 0px;
}

.new-contra-btn {
    margin-top: 22px;
    margin-left: -15px;
}

.contr_name {
    width: 570px;
}

.table {
    table-layout: fixed;
    word-wrap: break-word;
}

.table td.dig,.table th.dig {
    text-align: right;
    width: 50px;
}

.table td {
    white-space: nowrap;
    overflow: hidden;
}

.table td.dat,.table th.dat {
    width: 50px;
    white-space: nowrap;
}

.table td.stat,.table th.stat {
    width: 100px;
}

.table td.stat,.table th.stat {
    white-space: nowrap;
}

.table td.nam,.table th.nam {
    width: 90px;
    white-space: nowrap;
}

.table td.ticons,.table th.ticons {
    width: 25px;
    text-align: center;
}

.table td.male {

}

.table tr.row_delayed td {
    color: red;
}

.longerInput {
    width: 446px;
}

.formElementLabel {
    float: left;
}

.formElementLabel label { /*width: 220px;*/
    margin-right: 20px;
    color: silver;
    clear: both;
}

.formElement {
    float: left;
}

.formElementField {
    margin-right: 20px;
    clear: both;
}

#noteform .formElementField {
    margin-right: 0px;
    clear: both;
}

textarea.notearea {
    width: 570px;
    height: 265px;
}

.tinytext {
    font-size: 11px;
    line-height: 14px;
}

#statuschanger {
    float: left;
    margin: 5px;
    margin-right: 100px;
}

.statusIcon {

}

.status1 {
    background-color: #b94a48;
}

.status3 {
    background-color: #953b39;
}

.status2 {
    background-color: #f89406;
}

.status8 {
    background-color: #c67605;
}

.status5 {
    background-color: #468847;
}

.status8 {
    background-color: #ca006b;
}

.status6 {
    background-color: #333333;
}

.status7 {
    background-color: #3a87ad;
}

.status4 {
    background-color: #2d6987;
}

.status9 {
    background-color: #e9c600;
}

.status10 {
    background-color: silver;
}

.skrocony {
    width: 400px;
}

.row-fluid .span6 {
    min-height: 10px;
}

table.dataTable tr {
    cursor: pointer;
}

table.dataTable tr.even.row_selected,table.dataTable tr.odd.row_selected
{
    background-color: #ffdfa3;
}

.input-smini {
    width: 20px;
}

.input-date {
    width: 118px;
}

.toedit form {
    margin: 0px;
}

.toedit form input {
    font-size: 12px;
}

.accordion a {
    text-decoration: none;
}

.accordion-heading {
    background-color: whitesmoke;
}

.inaccordion {
    margin-top: 2px;
    margin-right: 2px;
}

table.dataTable tfoot th {
    padding: 3px 10px 3px 3px;
}

ul.errors {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: red;
    margin-top: -10px;
    font-size: 10px;
}

ul.errors li {
    float: left;
}

.bigger {
    font-size: 15px;
}

#logo-kolor {
    width: 260px;
    height: 190px;
    background-image: url("/img/logo_kolor.png");
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}



form {
    margin: 0 0 10px;
}

.accordion-inner {
    padding: 0px 15px;
}

.accordion {
    margin-bottom: 0px;
}

td input {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.notext {
    text-indent: -100000px;
}

input.finline {
    width: 100%;
    margin: 0px;
    padding: 2px;
}

.dig input.finline {
    text-align: right;
}

.datlog {
    background-color: transparent;
    color: black;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
    font-size: 14px;
}

label {
    font-size: 10px;
    margin-bottom: 0px;
    float: left;
}

label.required {
    color: orange;
}

.label {

}

.popover {
    min-width: 350px;
    z-index: 10100;
    width: auto;
}

.popover textarea {
    width: 308px;
}

.przedluzony {
    width: 545px;
}

fieldset {
    float: left;
    clear: both;
}

#fieldset-grupa4 {
    margin-left: 425px;
}

#fieldset-grupa5 {
    clear: none;
}

#fieldset-buttonsgroup {
    clear: both;
    width: 100%;
}

#fieldset-buttonsgroup .formElementLabel {
    float: right;
}

#fieldset-buttonsgroup .formElementField {
    margin-right: 0px;
    margin-left: 20px;
}

.input-sublarge {
    width: 205px;
}

legend {
    font-size: 10px;
}

#tabelaitems-contener {
    width: 100%;
    float: left;
    border: 0px solid red;
    /*min-height: 100px;*/
}

#lower-container {
    margin-left: 10px;
    float: left;
    border: 0px solid red;
}

.pliki-ftp {
    width: 420px;
    height: 50px;
}

#pliki-gen {
    width: 420px;
    height: 80px;
}

#tabelaitems-contener table.dataTable td {
    padding-bottom: 0px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 5px;
}

#tabelaitems-contener table.dataTable td.rid {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 5px;
    text-align: center;
}

#tabelaitems-contener table.dataTable td.cent {
    text-align: center;
}

.trans {
    color: white;
    font-size: 0px;
}

.ff {
    clear: both;
}

.xlar { /*width: 287px;*/
    width: 207px;
}

.todisable {
    display: none;
}

.ui-datepicker td .ui-state-default {
    background-color: silver;
    color: black;
}

.ui-datepicker-week-end a.ui-state-default {
    background-color: orange;
}

.ui-datepicker-current-day {

}

.ui-datepicker td .ui-state-active {

}

.ui-datepicker-today a.ui-state-default {
    background-color: red;
}

.table-hover tbody tr:hover td,.table-hover tbody tr:hover th {
    background-color: #ffdfa3;
}

.time {
    font-size: 11px;
    color: #3a87ad;
}

.fix {
    width: 10px;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
}

.metry {
    font-size: 15px;
    background-color: gray;
    padding: 3px;
    display: inline-block;
    margin-left: 5px;
    color: white;
    font-weight: bold;
}

.metry sup {
    font-size: 9px
}

.sumbox {
    display: inline-block;
    border: 1px dotted silver;
    padding: 0px;
    padding-left: 5px;
    margin-left: 5px;
    font-size: 11px;
    margin: 2px;
    background-color: whitesmoke;
}

.bback {
    background-color: black;
}

.nazwy-plikow {
    font-size: 10px;
    line-height: 12px;
}

.tiny {
    margin-bottom: 2px;
    padding: 2px;
}

.total {
    background-color: #B94A48;
}

.other {
    background-color: #B94A48;
}

.name-wrapper {
    overflow: hidden;
    /*	min-width: 100px;
    max-width: 150px;*/
    padding: 0px;
    height: 20px;
    margin: 0px;
}

.narr {
    min-width: 20px;
}

#HandelForm {
    width: 400px;
}

.checkbox.inline {
    padding-top: 8px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity =                                              100);
}

img.avat {
    width: 60px;
    height: 60px;
    margin: 5px;
}

.ui-dialog {
    border: 6px solid #d5d4d4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    -moz-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.1);
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0px 0px;
    background-color: #d5d4d4;
    margin: 0px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#contrahents_id option {
    text-transform: uppercase;
}

.ui-dialog .ui-dialog-buttonpane {
    background-color: #d5d4d4;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
}

.ui-dialog .ui-dialog-buttonpane button.cancel {
    margin-left: 5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset1 {

}

.ui-widget {
    font-size: 12px
}

.ui-widget-content a.btn-primary {
    color: white;
}

.navbar .nav>li>a {
    padding: 10px 5px 10px;
}

table.popupy {
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-right: 1px dotted silver;
    border-top: 1px dotted silver;
}

table.popupy td,table.popupy th {
    text-align: left;
    line-height: 12px;
    border-left: 1px dotted silver;
    border-bottom: 1px dotted silver;
    padding: 4px;
}

table.popupy td.datka {
    width: 60px;
}

label.fixed {
    width: 100px;
}

.checked {
    border: 1px solid red;
    border-left: 15px solid red;
}

.cal-checked {

}

.row-checked {
    background-color: red;
    font-weight: bold;
    color: red;
    font-size: 14px;
}

.search_init {
    max-width: 70px;
}

input.czer {
    color: red;
}

#kontenerTabeli {
    margin-top: 10px;
}

input.hiders {
    display: none;
}

.dataTables_scrollBody {
    overflow-x: hidden;
}

.dataTables_info {
    float: none;
}

.uneditable-input {
    height: 30px;
}

textarea.uneditable-input {
    height: 80px;
    overflow: visible;
    white-space: normal;
}

#contrahentsform #note {
    width: 750px;
    height: 150px;
}

.help-btn {
    width: 25px;
    height: 25px;
    margin-top: 22px;
}

.order-info {
    display: block;
    width: 500px;
    text-align: right;
}

#uploadContainer {
    width: 920px;
}

.upbuttons {
    width: 550px
}

.upprogress {
    width: 300px
}

.files .progress {
    width: 100px;
}

.table td.name {
    width: 300px;
}

#apDiscussion {
    width: 1000px;
    margin-right: 10px;
}

td.avatar,td.avatarD {
    white-space: nowrap;
    width: 50px;
}

td.authorD,td.author,td.date {
    white-space: nowrap;
    width: 130px;
}

td.topic,td.topicD {
    white-space: normal;
}

td.replies {
    width: 30px;
}

td.avatar  img.img-rounded {
    max-width: 40px;
    max-height: 40px;
}

.fc-event-content-text {
    line-height: 15px;
}

.fc-event-content-text ul,ol {
    padding: 0;
    margin: 0 0 5px 15px;
    margin-top: 10px
}

.fc-event-content-text li {
    line-height: 15px;
    white-space: nowrap;
}

.fc-event-title {
    margin-top: -4px;
}

.yt-chip {
    color: #333;
    padding: 0 0 0 9px;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 4px;
    overflow: hidden;
    resize: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-box-shadow: 0 1px 0 white;
    -ms-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white;
    display: inline-block;
}

.yt-chip span {
    vertical-align: top;
    display: inline-block;
}

.yt-chip .yt-delete-chip {
    margin: 4px 5px 4px 10px;
    cursor: pointer;
    display: inline-block;
    background: no-repeat url(/img/www-videomanager-vflpGt7Bv.png) -19px
        -261px;
    width: 13px;
    height: 13px;
}

.wplanie1 {
    color: gray
}

.wplanie2 {
    background-color: silver;
    color: black;
}

.wplanie0 {
    color: red;
    background-color: yellow;
}

h1.alert {
    background-color: red;
    color: white;
    padding: 50px;
    text-align: center;
}

.widget-column {
    width: 100%;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
}

.widget-column:FIRST-CHILD {

}

.widget-buttons {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
}

.mega-button {
    width: 200px;
    height: 80px;
    float: left;
    margin:1px;
    background-color: whitesmoke;

}

.mega-button a {
    font-size:20px;
    padding:10px;
    color:gray;
    text-shadow: 1px 1px 1px rgba(255,255, 255, 1);

}

