﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 75px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.modalBackground {
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.dragover {
    background-color: aqua;
}

.folderNode {
    word-wrap: break-word;
}

    .folderNode.selected {
        font-weight: bold;
    }

        .folderNode.selected a {
            font-weight: bold;
        }
/*
h1, h1 * {
    font-size: 22px;
    font-weight: bold;
}

h2 {
    font-weight: normal;
}

    h2, h2 * {
        font-size: 20px;
    }

h3 {
    font-weight: bold;
}

    h3, h3 * {
        font-size: 18px;
    }*/

ul.nobullets {
    list-style: none;
}

    ul.nobullets li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

.printlogo {
    display: none;
}

div.filter {
    margin-right: 20px;
    height:55px;
}

    div.filter select, div.filter input[type=text] {
        min-width: 100px;
    }

    div.filter:last-child {
        margin-right: 0px;
    }

.checkboxlist td, .checkboxlist th {
    padding: inherit;
}
.cbl input[type=checkbox]{
    margin-right: 5px;
    margin-left:0px;
}
.checkboxlist input[type=checkbox], .cb input[type=checkbox] {
    margin-right: 5px;
    margin-left:5px;
}
.radiobuttonlist td, .radiobuttonlist th {
    padding: inherit;
}

.radiobuttonlist input[type=radio], .rb input[type=radio] {
    margin-right: 5px;
    margin-left:5px;
}

.wrap {
    word-wrap: break-word;
}

#categories .hover:hover {
    background-color: #e0e0e0;
}

.validationSummary ul {
    list-style: none;
    padding: 0px;
}

.form-control.inputQuantityForTarif {
    display: inline-block;
}

.tarif-line td, .tarif-line th, .tarif-head th {
    border-width: 0px 1px;
    border-color: #dddddd;
    border-left-style: solid;
}

    .tarif-line td:first-child, .tarif-line th:first-child, .tarif-head th:first-child {
        border-left-style: none;
    }

.photobox {
    position: relative;
    margin-bottom: 20px;
}

    .photobox:before {
        content: "";
        display: block;
        padding-top: 100%; /* initial ratio of 1:1*/
    }

    .photobox .photoboxcontent {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

div.dd_chk_select.input-sm {
   height:30px;
   line-height:30px;
}
div.dd_chk_drop {    
   top: 30px !important;
}
#checks {
    line-height:18px;
}
div.dd_chk_select.input-sm div#caption
{
    height:auto;
}
.dd_chk_drop input[type=checkbox] {

}

.dd_chk_drop label {
    font-weight:normal;
    margin-left:5px;
    display:inline;
}
.paymentbuttons input {
    width:100px;
    height:100px;
    margin-right:15px;
}
    .paymentbuttons input:last-child {
        margin-right:0px;
    }

@media all and (min-width:1200px) {
    .container {
        width: 100%;
    }
    .modal-xl {
        width:1170px;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        /*padding: 0;*/
    }
}

@media print {
    .printlogo {
        display: inherit;
        position: absolute;
        top: 0px;
    }

    .table-responsive {
        overflow-x: inherit;
        overflow-y: inherit;
    }

        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > td {
            white-space: inherit;
        }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }
}
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}