
/* tools */
.bold { font-weight: bold; }
.underline { border-bottom: 1px solid #eee; margin: 10px 0 20px; padding-bottom: 5px; }
.left { float: left; }
.right { float: right; }
.t-right { text-align: right; }
.t-margin { margin-top: 5px; }
.tt-margin { margin-top: 10px; }
.ttt-margin { margin-top: 15px; }
.tttt-margin { margin-top: 20px; }
.bbbb-margin { margin-bottom: 20px; }
/* colours */
.blue { color: #5d9cec; }
.bg-blue { background-color: #5d9cec; }
.green { color: #178A01; }
.bg-green { background-color: #178A01; }
.red { color: #f05050; }
.bg-red { background-color: #f05050; }
.magneta { color: #37bc9b; }
.bg-magneta { background-color: #37bc9b; }
.purple { color: mediumpurple }
.bg-purple { background-color: mediumpurple }
.orange { color:darkorange; }
.bg-orange { background-color:darkorange; }
.grey { color: #8C8C8C; }
.bg-grey { background-color: #8C8C8C; }

.form-signin {
    max-width: 335px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


section {
    padding-top:40px;
    margin-top:-40px;
}

.filters {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #eee;
}

.add-to-cart {
    cursor: pointer;
}

.list-table td {
    padding: 0 0.5em;
}

.strong { font-weight: bold; }

.header-border {
    font-size: 120%;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    padding-bottom: 0.3em;
}
.italic {
    font-style: italic;
}

.nowosc td {
    background-color: #FFE2DE;
}

.box-legenda {
    display: inline-block;
    background-color: #FFE2DE;
    color: #FC6868;
    padding: 0.5em 1em;
    font-weight: bold;
}


/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}

#ping-notice, .ping-notice { display: none; }

.uploaded-photos {  }
.uploaded-photos .file_box { width: 150px; max-height: 200px; float: left; margin: 15px; position: relative; }
.uploaded-photos .file_box .thumb img { width: 150px; max-height: 200px; }
.uploaded-photos .file_box .removeFile { position: absolute; right: 0; top: 0; color: darkred; cursor: pointer; font-size: 1.5em; }
.uploaded-photos .file_box .removeFile:hover { color: red; }
.uploaded-photos {}

.form-container { position: relative; }
#overlay { width: 100%; min-height: 410px; position: absolute; background-color: white; opacity: 0.6; display: none; }

.thumbBox {
    width: 150px;
    max-height: 200px;
    float: left;
    margin: 10px;
    position: relative;
}

.thumbImage {
    width: 150px;
    max-height: 200px;
}

.service-details-icon { font-size: 1.5em; }
.serviceRow td { vertical-align: middle !important; cursor: pointer; }

.calendar { font-family: 'Source Sans Pro', sans-serif; border-radius: 5px; display: inline-block; min-width: 174px; }
.calendar .date { height: 70px; float: left; padding: 10px 15px; background: #178A01; color: white; border-radius: 5px 0 0 5px; text-align: center;  }
.calendar .date .month { font-weight: bold; }
.calendar .date .day { font-size: 2em; line-height: 1em; }
.calendar .hour { height: 70px; float: left; padding: 10px 15px; border: 1px solid #ddd; background: #f9f9f9; border-radius: 0 5px 5px 0; }
.calendar .hour .week-day { font-weight: bold; }
.calendar .hour .current-hour { font-size: 2em; line-height: 1em; }

.divider { background: #ddd; height: 1px; width: 100%; }

.dashBox { font-family: 'Source Sans Pro', sans-serif; margin-top: 20px; cursor: pointer; }
.dashBox .top { border-radius: 5px 5px 0 0; }
/*.dashBox .top.blue { background: #5d9cec; }
.dashBox .top.green { background: #178A01; }
.dashBox .top.red { background: #f05050; }
.dashBox .top.magneta { background: #37bc9b; }*/
.dashBox .top .contents { padding: 25px; color: white; }
.dashBox .top .contents p { margin: 0; }
.dashBox .top .contents:after { content: "."; height: 0; font-size:0; clear: both; }
.dashBox .top .icon { font-size: 50px; }
.dashBox .top .count { float: right; text-align: right; font-size: 35px; line-height: 18px; padding-top: 8px; }
.dashBox .top .count small { font-size: 14px; line-height: 10px; }
.dashBox .bottom { border-radius: 0 0 5px 5px; background: #3a3f51; color: white; padding: 5px 10px; min-height: 30px; }
.dashBox .bottom .comment { float: left; }
.dashBox .bottom .arrow { float: right; line-height: 19px; }
.dashBox .bottom:after { content: "."; height: 0; font-size:0; clear: both; }

.stats{ font-family: 'Source Sans Pro', sans-serif; }
.stats .progress { margin-bottom: 0; }

.progress-bar-success { background-color: #37bc9b; }
.progress-bar-danger { background-color: #f05050; }
.progress-bar-warning { background-color: darkorange; }
.link { cursor: pointer; }
