﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.7em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.demo-section p {
    margin: 3px 0 20px;
    line-height: 50px;
}

.demo-section .k-button {
    width: 250px;
}


/* Notifications */
.k-notification h3 {
    padding: 30px 10px 5px;
    font-size: 1em;
    line-height: normal;
}

.k-notification img {
    margin: 20px;
    float: left;
}


/* Info template */
.new-mail {
    width: 300px;
    height: 100px;
}

/* Error template */
.wrong-pass {
    width: 300px;
    height: 100px;
}

/* Success template */
.upload-success {
    width: 300px;
    height: 100px;
}


/* For Bootstrap v4 theme */
.k-bootstrap-v4 .k-notification h3 {
    padding: 10px 10px 5px;
}

.k-bootstrap-v4 .k-notification img {
    margin: 10px 20px 0 0;
}

.k-bootstrap-v4 .new-mail,
.k-bootstrap-v4 .wrong-pass,
.k-bootstrap-v4 .upload-success {
    width: calc( 300px - 2.5rem );
    height: calc( 100px - 1.5rem );
}


/* For Material v2 theme */
.k-material-v2 .k-notification h3 {
    padding: 10px 10px 5px;
}

.k-material-v2 .k-notification img {
    margin: 10px 20px 0 0;
}

.k-material-v2 .new-mail,
.k-material-v2 .wrong-pass,
.k-material-v2 .upload-success {
    width: 270px;
    height: 70px;
}

.info-section {
    text-align: center;
    line-height: 3em;
}

    .info-section .k-button {
        width: 90%;
    }



@media only screen and (max-width: 768px) {
    .notKendo td {
        width: 100%;
        display: block;
    }

    .notKendo th {
        width: 100%;
        display: block;
    }

    .notKendo table td span {
        width: 85%;
    }

    .topBorder {
        border: 0px !important;
    }
}


@media only screen and (max-width: 768px) {
    /*    td {
        width: 100%;
        display: block;
    }

    table td span {
        width: 85%;
    }*/

    #btnEticheta {
        width: 100%;
        height: 3em;
    }
}

#list {
    display: flex;
    justify-content: center;
}

#listReceptie {
    display: flex;
    justify-content: center;
}

.k-card-deck-scrollwrap {
    max-width: 90%;
}

.k-card-deck {
    box-sizing: border-box;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 16px 16px;
    overflow-y: hidden;
    overflow-x: auto;
}

    .k-card-deck .k-card {
        width: 20% !important;
        padding-left: 2.5% !important;
        padding-right: 2.5% !important;
        margin-left: -4%;
    }

#opTaskDiv > fieldset > legend {
    font-size: 1.2em !important;
}

@media only screen and (max-width: 768px) {
    .k-card-deck .k-card {
        width: 45% !important;
        padding-left: 2.5% !important;
        padding-right: 2.5% !important;
        margin-left: -4%;
    }

    #pnb-1 {
        margin-bottom: 10px;
        padding-left: 5%;
    }

    #pnb-2 {
        margin-bottom: 10px;
    }

    #pnb-3 {
        margin-bottom: 10px;
    }

    #opTaskDiv > fieldset > legend {
        font-size: 1em !important;
    }
}