/*body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}


fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}*/

body {
    background-color: #eff3f6;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #1c2130;
}

html,body 
{
    height: 100%;
}

a, a:visited, a:active
{
    text-decoration: none !important;
}

.wykres 
{
    display: inline;
    float: left;  
}

.page-header 
{
    padding: 20px 0;
    border: none;
    margin: 0;
    min-height: 88px;
}

#baseMenu {
    position: relative;
    width: 15%;
    transition: transform 0.5s ease-in-out;
}

.col-sm-3 {
    width: 15% !important;
}

    #baseMenu.hiddenm {
        transform: translateX(-100%);
    }

    #baseMenu.hiddenm::after{
        display:none;
    }

.log-out-btn {
    padding: 7px 23px;
    margin-top: 10px;
    display: inline-block;
    font-size: 0.9em;
    /*color: #3c3c3c;*/
    color: #3c3c3c;
    font-weight: 700;
    background-color: #fff;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-decoration: none;
    line-height: 20px;
}

.log-out-btn i 
{
    font-size: 18px;
    line-height: 1;
    vertical-align: top;
    margin-left: 10px;
}

.log-out-btn:hover
{
    background-color: #fff;
    text-decoration: none;
}

.menu-bar-horizontal 
{
    /*margin-top: 15px;*/
    margin-left: -15px;
    margin-right: -15px;
}

.menu-bar-horizontal div
{
    background-color: #3c3c3c;
}

.container {
    width: 100% !important;
}

.menu-text 
{
    border-right: 1px solid #ddd;
}

.menu-text span
{
    display: block;
    text-transform: uppercase;
    color: #dbdddf;
    font-size: 14px;
    height: 41px;
    padding: 14px 0 12px;
    line-height: 1;
}

.page-content 
{
    background-color: #fff;
}

ul 
{
    list-style: none;  
}

.breadcrumbs {
  padding: 15px 0 12px 0;
  height: 41px;
  margin: 0;
  line-height: 1;
}

.breadcrumbs li {
  color: #dbdddf;
  vertical-align: top;
  display: inline-block;
}

.breadcrumbs li a {
  color: #dbdddf;
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.breadcrumbs li a:hover {
  color: #fff;
}

.breadcrumbs li.active a {
  color: #fff;
  font-weight: 700;
}

.breadcrumbs li i {
  vertical-align: top;
}

.btn-neonet, .btn-neonet-small {
    background-color: #d00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.5s;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
}

.btn-neonet:visited, .btn-neonet-small:visited
{
    background-color: #d00;
    color: #fff;
}

.btn-neonet:hover, .btn-neonet-small:hover
{
    background-color: #a00;
    color: #fff;
}

a.btn-neonet, a.btn-neonet:hover, a.btn-neonet:active, a.btn-neonet:visited
a.btn-neonet-small, a.btn-neonet-small:hover, a.btn-neonet-small:active, a.btn-neonet-small:visited
{
    text-decoration:none;
    outline: 0;
}

.create-new 
{
    margin-top: 20px;
    margin-bottom: 20px;
}

nav 
{
    display: inline-block;
}

.main-nav 
{
    border-right: 1px solid #ddd;
}

.main-nav ul
{
    padding: 0;
}


.main-nav li 
{
    border-top: 1px solid #ddd;
    margin-right: -15px;
    margin-left: -15px;
}

.main-nav li a 
{
    display: block;
    color: #23527c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.65em;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: inherit;
    transition: background-color 0.2s;
}

.main-nav li a:after 
{
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    content: "\f105";
    position: absolute;
    right: 15px;
}

a.link-back:after, a.link-back-wrn:after
{
    content: "" !important;
}

.main-nav li a:hover 
{
    background-color: #eee;
}

.main-nav li a span 
{
    margin-right: 15px;
}

a:hover
{
    text-decoration: none;
}

i.fa 
{
    width: 15px;
}

.login-form 
{
    margin-top: 120px;
}

.choose-db-form 
{
    margin-top: 120px;
    text-align: center;
}

.choose-db-form p 
{
    margin-bottom: 30px;
}

.login-form-header 
{
    margin-bottom: 20px;
}

.site-explanation 
{
    height: 33px;
    padding-top: 7px;
    font-size: 0.85em;
    color: #999;
}

#gates 
{
    display: block;
    clear: both;
    margin: 30px;
    position: relative;
    white-space: nowrap;
}

.time-column
{
    display: inline;
    float: left;
}

.time-column-header 
{
    display: block;
    clear: both;
    width: 150px;
    height: 30px;
    border: 1px solid #ddd;
    background-color: #3c3c3c;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    border-left: 0;
    font-size: 0.85em;
}


.time-cell, .time-cell-hours
{
    display: block;
    clear: both;
    width: 150px;
    height: 30px;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    transition: background-color 0s;
}

.time-cell-hours 
{
    border: 0;
    border-right: 1px solid #ddd;
    text-align: right;
    color: #ddd;
    font-size: 0.9em;
    padding-right: 10px;
    padding-top: 5px;
    width: 70px;
}

.time-enabled 
{
    background-color: #fff;
}

.time-enabled:hover 
{
    background-color: #fafafa;
}

.time-disabled 
{
    background-color: #eee;
}

.reservation, .activeReservation
{
    z-index: 1;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding-top: 5px;
    font-size: 0.85em;
    
    /* The following styles prevent unbroken strings from breaking the layout */
    overflow: hidden;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
    -moz-binding: url('xbl.xml#wordwrap'); /* Firefox (using XBL) */
}

.reservation:hover 
{
    cursor: pointer;
}

.shadow 
{
    -webkit-box-shadow: 15px 15px 24px -8px rgba(163,163,163,1);
    -moz-box-shadow: 15px 15px 24px -8px rgba(163,163,163,1);
    box-shadow: 15px 15px 24px -8px rgba(163,163,163,1);
}

#time-columns 
{
    display: inline;
    float: left;
}

.changed-reservation 
{
    background-color: #ffffbd !important;
}

.changed-reservation:before
{
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f044...";
    position: absolute;
    right: 15px;
    bottom: 0px;
    letter-spacing: -1px;
}

#dates 
{
    margin-top: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#current-date 
{
    text-align: center;
}

.change-date 
{
    padding: 10px;
    height: 10px;
    margin: 0;
}

#dates .input-group-addon 
{
    padding: 0;
}

.button-panel 
{
    text-align: right;
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
}

.button-panel a 
{
    width: 150px;
    margin-right: 10px;
}

.btn-neonet-small 
{
    font-size: 1.0em;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#message-bar 
{
    position: fixed;
    top: 0;
    width: 60%;
    left: 20%;
    right: 20%;
    min-height: 35px;
    text-align: center;
    z-index: 1000;
    font-size: 1.2em;
    padding-top: 5px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.message-success 
{
    color: #468847;
    background-color: #dff0d8;
    border-color: #b6c9a6;
}

.message-error 
{
    color: #fff /*#b94a48*/;
    background-color: #ff4444 /*#f2dede*/;
    border-color: #ceb3b7;
}

.gate-menu 
{
    position: absolute;
    z-index: 5;
    background-color: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gate-menu ul 
{
    margin: 5px;
    padding: 0;
}

.ui-dialog-titlebar-close 
{
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    background-image: url("jquery/images/ui-icons_454545_256x240.png");
        background-position: -96px -128px;
}

.btn-neonet-small::before,
.btn-neonet-small::after {
    content: none !important;
    background: none !important;
}

.special-time-cell 
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.special-time-cell:hover 
{
    cursor: default;
}

.readonly 
{
    cursor: default !important;
}

#user-data 
{
    /*margin-top: 10px;*/
    font-size: 0.85em;
    /*color: #3c3c3c;*/
    color: #fafaff;
    /*text-shadow: 1px 1px #000000;
    color: rgba(33,90,109, 0.8);
    text-shadow: 1px 2px 3px #eff, 0 0 0 #000, 1px 2px 3px #eff;*/
    vertical-align: bottom;
    text-align: left;
}

#user-data p 
{
    margin: 0;
}

/*
#app-name 
{
    margin-top: 22px;
    font-size: 1.2em;
    color: #3c3c3c;
    text-shadow: 1px 1px #000000;
    color: rgba(33,90,109, 0.8);
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}
*/

.tile 
{
    width: 190px;
    height: 150px;
    display: inline;
    float: left;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(224,224,224,1);
    -moz-box-shadow: 0px 1px 3px 1px rgba(224,224,224,1);
    box-shadow: 0px 1px 3px 1px rgba(224,224,224,1);
    background-color: #09588C;
    color: #fff;
    text-align: center;
    font-size: 1.09em;
    font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 1); 
    padding: 50px 20px 0 20px;
    margin: 20px;
    /*font-weight: 600;*/

    transform: scale(0);
}

.tile:hover 
{
    padding: 52px 20px 0px 20px;
    -webkit-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);   
    background-color: #114169;
    color: #fff;
}

.tile:active, .tile:visited
{
    color: #fff;
}

.tile-2 
{
    background-color: #DB532D;
    color: #fff;
}

.tile-2:hover 
{
    background-color: #BB330D;
    color: #fff;
}

.tile-3 
{
    background-color: #52BE81;
    color: #fff;
}

.tile-3:hover 
{
    background-color: #329E61;
    color: #fff;
}

.tile-4 
{
    background-color: #F5951F;
    color: #fff;
}

.tile-4:hover 
{
    background-color: #D57500;
    color: #fff;
}

.tile-5 
{
    background-color: #AE5E9B;
    color: #fff;
}

.tile-5:hover 
{
    background-color: #864D78;
    color: #fff;
}

.tile-6 
{
    background-color: #FA646E;
    color: #fff;
}

.tile-6:hover 
{
    background-color: #C65269;
    color: #fff;
}


@-webkit-keyframes fadeIn { from { transform:scale(0); } to { transform:scale(1); } }
@-moz-keyframes fadeIn { from { transform:scale(0); } to { transform:scale(1); } }
@keyframes fadeIn { from { transform:scale(0); } to { transform:scale(1); } }

.fade-in {
	transform: scale(0);  /* make things invisible upon start */
	-webkit-animation:fadeIn cubic-bezier(0.55, 0, 0.1, 1) 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn cubic-bezier(0.55, 0, 0.1, 1) 1;
	animation:fadeIn cubic-bezier(0.55, 0, 0.1, 1) 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	animation-duration:0.5s;
}

.statuses-spacer 
{
    width: 100px;
}

.order-details 
{
    margin-left: 5px;
    font-size: 0.85em;
    color: #013A4D;
}

.order-details span 
{
    font-weight: bold;
}

.btn-calc 
{
    margin-right: 20px;
    width: 220px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-save-shipping
{
    display: inline;
    float: right;
    width: 150px;
}

.btn-delete, .btn-change-date, .btn-odrzuc
{
    margin-right: 20px;
    width: 150px;
}

.btn-flag
{
    margin-right: 20px;
    width: 250px;
}

#chosen-date-container 
{
    display: inline;
    float: left;
    font-weight: bold;
    width: 200px;
    text-align: center;
    padding-top: 10px;
}

.bottom-footer 
{
    height: 10px;
}

.bottom-footer-large
{
    height: 50px;
}

.btn-disabled 
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}

.tile-b
{
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    background-color: #9CCC65;
    color: #5C8C25;
    width: 60%;
    height: 50px;
    display: block;
    clear: both;
    margin: 10px;
    text-align: center;
    font-size: 1.2em;
    font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .75);
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tile-b-red
{
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    background-color: red;
    color: whitesmoke;
    width: 60%;
    height: 50px;
    display: block;
    clear: both;
    margin: 10px;
    text-align: center;
    font-size: 1.2em;
    font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .75);
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tile-b:hover, .tile-b-checked 
{
    padding: 7px 0px 0px 2px;
    -webkit-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);   
    background-color: #8CbC55;
    color: #5C8C25;
}

.tile-b-red:hover, .tile-b-red-checked 
{
    padding: 7px 0px 0px 2px;
    -webkit-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);   
    background-color: red;
    color: whitesmoke;
}



.tile-c
{
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    background-color: #9EC1E5;
    color: #5C8C25;
    width: 60%;
    height: 50px;
    display: block;
    clear: both;
    margin: 10px;
    text-align: center;
    font-size: 1.2em;
    font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .75);
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tile-c-red
{
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.43);
    background-color: red;
    color: whitesmoke;
    width: 60%;
    height: 50px;
    display: block;
    clear: both;
    margin: 10px;
    text-align: center;
    font-size: 1.2em;
    font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .75);
    padding-top: 6px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tile-c:hover, .tile-c-checked 
{
    padding: 7px 0px 0px 2px;
    -webkit-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);   
    background-color: #21A6D7;
    color: #5C8C25;
}

.tile-c-red:hover, .tile-c-red-checked 
{
    padding: 7px 0px 0px 2px;
    -webkit-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);
    box-shadow: inset 0px 2px 10px -1px rgba(0,0,0,0.43);   
    background-color: red;
    color: whitesmoke;
}

.checked-box 
{
    display: inline;
    float: left;
    background-color: #5C8C25;
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.tile-b .checked-box 
{
    display: none;
}

.tile-b-checked .checked-box 
{
    display: inline;
}

.tile-b-red .checked-box 
{
    display: none;
}


.tile-b i 
{
    font-size: 2.5em;
    font-weight: normal;
}

.tile-b-red i 
{
    font-size: 2.5em;
    font-weight: normal;
}

.tile-b:active,  a.tile-b:visited
{
    color: #5C8C25;
}

.tile-b-red:active,  a.tile-b-red:visited
{
    color: whitesmoke;
}


.tile-c .checked-box 
{
    display: none;
}

.tile-c-checked .checked-box 
{
    display: inline;
}

.tile-c-red .checked-box 
{
    display: none;
}


.tile-c i 
{
    font-size: 2.5em;
    font-weight: normal;
}

.tile-c-red i 
{
    font-size: 2.5em;
    font-weight: normal;
}

.tile-c:active,  a.tile-c:visited
{
    color: #5C8C25;
}

.tile-c-red:active,  a.tile-c-red:visited
{
    color: whitesmoke;
}

.choose-hours 
{
    text-align: center;
}

.choose-hours h3 
{
    margin-bottom: 20px;
}

.depth 
{
    display: inline;
    float: left;
    margin-left: 35px;
    margin-top: 10px;
    display: inline-block;
}

.clock-div {
    display: inline; 
    float: left;
    margin-left: 37%;
}

#save-shipping, #show-all
{
    width: 250px;
    height: 50px;
    padding: 16px 0px 0px 0;
}

textarea#Description 
{
    margin-bottom: 20px;
}

#to-scroll-gates {
    margin: 0 -15px;
    display: block;
    clear: both;
}

.tile-hidden 
{
    display: none;
}

.supplier-choose 
{
    display: block;
    clear: both;   
    font-size: 1.2em;
    vertical-align: middle;
    line-height: 1.2em;
    margin-top: 10px;
}

.supplier-choose label 
{
    font-weight: normal;
    padding-top: 7px;
}

.supplier-choose div
{
    display: inline;
    float: right;
    width: 450px;
    margin-bottom: 10px;
}

.supplier-choose select
{
    display: inline;
    float: right;   
    margin-left: 10px;
    width: 350px;
}

#colors 
{
    display: inline;
    float: left;
    margin-left: 70px;
}

#colors td
{
    text-align: left;
    padding-left: 10px;
}

.button-panel-inline 
{
    display: inline;
    float: right;
    text-align: right;
    background-color: #eee;
    margin-right: -15px;
}

#windows, #windows th:first-child
{
    width: 356px;
}

select {
  border: 1px solid #111;
  background: transparent;
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('images/arrow-down.png') 96% 40% no-repeat #eee;
  
}


@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}

.detail-header 
{
  margin-top: 20px;
}

.left-column 
{
    display: inline;
    float: left;
}

.right-column 
{
    display: inline;
    float: right;
}

.row-spacer 
{
    margin-top: 30px;
}


.simple-grid-gate-like
{
    margin: 0px 15px 20px 0;
    border: 0;
    margin-left: auto; 
    margin-right: auto; 
    display: block; 
    clear: both; 
    width: 500px;
}

.simple-grid-gate-like select
{
    width: 100%;
}

.simple-grid-gate-like th 
{
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    color: #fff;
    border: 1px solid #d3d3d3;
    background-color: #3c3c3c;
    font-weight: normal;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}


.simple-grid-gate-like td
{
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
    border: 0;
    font-weight: normal;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.simple-grid-gate-like td.text-right
{
    text-align: right;
    font-weight: bold;
}

.no-display 
{
    display: none !important;
}

.sOverlay
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #eee;
    z-index: 99999998;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.sOverlayContent
{
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
    z-index: 99999999;
}
.sOverlayContent h2
{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.sOverlayContent img
{
    width: 80px;
    height: 80px;
}
.sOverlay
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #eee;
    z-index: 99999998;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.sOverlayContent
{
    z-index: 99;
    margin: 250px auto;
    width: 120px;
    height: 100px;
    z-index: 99999999;
    font-weight: bold;
}

.niewidoczny
{
    display: none;
}
.widoczny
{
    display: block;
}

.sFloat {
    display: inline;
    float: left;
}

.holiday, .ui-datepicker .holiday span
{
     background: none #FFEBAF;
     border: 1px solid #BF5A0C;
}

.color table.ui-datepicker-calendar .ui-state-default
{
    background: none #FFbbbb !important;
    color: black !important;
}

.color table.ui-datepicker-calendar td:not(.ui-datepicker-unselectable) a /*.ui-state-active*/
{
    background: none #ddFFdd;
}

.tooltip-table 
{
    font-size: 0.8em;
}

.tooltip-table th
{
    width: 200px;
    background-color: #f3f3f3;
    margin-top: -10px;
}

.tooltip-table td
{
    width: 400px;
}

.row .choice 
{
    width: 848px;
    background-color: #EFF3F6;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.43;
}
    
table.choice th 
{
    width: 150px;
    font-weight: normal;
    padding-left: 10px;
    margin-bottom: 5px;
    line-height: 1.43;
}
   
table.choice td select  
{
    width: 250px;
    margin-bottom: 5px;
}


.color table.ui-datepicker-calendar .calc-top .ui-state-default {
    font-weight: bold;
}

.color table.ui-datepicker-calendar .calc-impos .ui-state-default {
      background: blueviolet;
    color: white;
		}


.message 
    {
        background-color: #f7f7f7 /*#EDEDED*/;
        border: 1px solid #d8d8d8;
        margin-top: 10px;
        font-size: 1.0em;
        padding-left: 10px;
    }
    
    .message h3, .message-menu
    {
        font-size: 1.3em;
        background-color: #E9E9E9;
        margin: 0px 0px 10px 0px;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        font-family: "Rajdhani","Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
        color: #111;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: -10px;
    }
    
    .message span 
    {
        font-size: 0.8em;
        margin-right: 10px;
        padding-left: 5px;
    }
    
    .message p 
    {
        
    }
    
    .message-menu {
        padding: 0 10px;
        margin: 0;
        
    }
    
    .message-menu a {
        color: black;
    }
    
    .row-message-menu {
        display: block;
        clear: both;
        margin: 0;
        margin-bottom: -11px;
        margin-top: 10px;
    }
    td.modified {
        background-color: #FFD27F;
        color: black;
    }
    td.modified {
        background-color: #FFD27F;
        color: black;
    }