﻿/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
    font-family: 'Segoe UI';
}


/*  CUSTOM MPM  */

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* Breadcrumb */

.breadcrumbBox {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    zoom: 1;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.breadcrumbFields {
    background-color: #F5F5F5;
    border: 0px solid #a5cae4;
    border-radius: 0px;
    overflow: hidden;
    zoom: 1;
    max-width: 100%;
}

    .breadcrumbFields .breadcrumbBookmark {
        background-color: #F5F5F5;
        margin: 5px 10px 5px 5px;
        display: block;
        float: right;
        white-space: nowrap;
        /*width: 16px;*/
        /*height: 16px;*/
        cursor: pointer;
    }

.breadcrumb {
    background-color: #F5F5F5;
    border-radius: 0px;
    padding: 4px 0px;
    margin-bottom: 0px;
    list-style: none;
    overflow: hidden;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li a {
            color: black;
            text-decoration: none;
            padding: 6px 0 6px 22px;
            margin-left: -10px;
            position: relative;
        }

            .breadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left-width: 20px;
                border-left-style: solid;
                position: absolute;
                top: 50%;
                margin-top: -20px;
                left: 100%;
                z-index: 2;
            }

            .breadcrumb li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 20px solid white;
                position: absolute;
                top: 50%;
                margin-top: -20px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb li:first-child a {
            background-color: #B7CFFF; /* First crumb color */
        }

            .breadcrumb li:first-child a:after {
                border-left-color: #B7CFFF; /* First crumb color */
            }

        .breadcrumb li:nth-child(2) a {
            background-color: #CCDCFF; /* Second crumb color */
        }

            .breadcrumb li:nth-child(2) a:after {
                border-left-color: #CCDCFF; /* Second crumb color */
            }

        .breadcrumb li:nth-child(3) a {
            background-color: #E0E9FF; /* Third crumb color */
        }

            .breadcrumb li:nth-child(3) a:after {
                border-left-color: #E0E9FF; /* Third crumb color */
            }

        .breadcrumb li:last-child a:before {
            background-color: #FFFFFF;
            border-top-width: 0px;
            border-bottom-width: 0px;
            border-left: 20px solid #FFFFFF;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            height: 26px;
            margin-top: -13px;
        }

        .breadcrumb li:last-child a:after {
            border-top-width: 0px;
            border-bottom-width: 0px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            height: 25px;
            margin-top: -12.5px;
        }

@media (max-width: 480px) {
    #tabPanelContainer {
        width: 80%;
    }

    .chartsPanelContainer {
        width: 380px;
    }
}


@media (max-width: 1200px) {
    body {
        font-size: 10px;
    }
}

/* Notification info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.info-notification {
    width: 300px;
    height: 80px;
}

    .info-notification h3 {
        font-size: 2em;
        padding: 0px 0px 0px 60px;
    }

    .info-notification p {
        font-size: 1em;
        padding: 0px 0px 0px 60px;
    }

    .info-notification .fa-exclamation {
        float: left;
        margin: 15px 0px 00px 20px;
        font-size: 25px;
    }

/* Notification success template */
.k-notification-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

.success-notification {
    width: 300px;
    height: 80px;
}

    .success-notification h3 {
        font-size: 2em;
        padding: 0px 0px 0px 60px;
    }

    .success-notification p {
        font-size: 1em;
        padding: 0px 0px 0px 60px;
    }

    .success-notification .fa-check {
        float: left;
        margin: 15px 0px 00px 20px;
        font-size: 25px;
    }

/* Notification error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.error-notification {
    width: 300px;
    height: 80px;
}

    .error-notification h3 {
        font-size: 2em;
        padding: 0px 0px 0px 60px;
    }

    .error-notification p {
        font-size: 1em;
        padding: 0px 0px 0px 60px;
    }

    .error-notification .fa-remove {
        float: left;
        margin: 15px 0px 00px 20px;
        font-size: 25px;
    }

/*toolbar hide last separator*/
.k-toolbar .k-separator:last-child {
    opacity: 0;
}

/* START KENDO UI-BOOTSTRAP INTEGRATION*/
/* reset everything to the default box model */

*, :before, :after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.k-window-content.k-content, input, button {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


    .form-control.k-widget {
        padding: 0;
        width: 100%;
        height: auto;
    }

        .form-control.k-widget:not(.k-autocomplete) {
            border-width: 0;
        }
/* END KENDO UI-BOOTSTRAP INTEGRATION*/

/*KENDO WINDOWS custom content management*/

.popup-header {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    float: left;
}

    .popup-header li {
        margin: 0 auto;
    }

.popup-footer {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    float: left;
}

    .popup-footer li {
        margin: 0 auto;
    }

.popup-row {
    list-style: none;
    padding: 0;
    float: left;
}

    .popup-row li {
        float: left;
    }

.popup-block {
    list-style: none;
    padding: 0;
}

    .popup-block li {
        margin: 0 auto;
    }

.popup-block-min-size {
    min-width: 200px;
    margin-left: 10px;
}

/* styles for browsers smaller than 430px; */
@media only screen and (max-width: 430px) {

    .popup-row {
        list-style: none;
        padding: 0;
        float: left;
    }

        .popup-row li {
            margin: 0 auto;
        }

    .popup-block {
        list-style: none;
        margin: 0 auto;
    }

        .popup-block li {
            float: left;
        }

    .popup-block-min-size {
        /*width: 50%;*/
    }
}

/* styles for mobile browsers smaller than 430px; */
@media only screen and (max-device-width: 430px) {

    .popup-block {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }

        .popup-block li {
            margin: 0 auto;
        }

    .popup-block {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 98%;
    }

        .popup-block li {
            width: 100%;
            float: left;
        }
}

/*END KENDO WINDOWS custom content management*/

/* START KENDO GRID HEADER WRAP TEXT*/

/*.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}*/

.k-grid .k-grid-header .k-header {
    white-space: normal;
    text-align: center;
    vertical-align: middle;
}

/*----------------------------------------------------------*/

/* FORM */
/* <label> appearance */
.mpm-formLabel {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
/* Buttons */
/* Green and red buttons for yes/no */
.mpm-btnYes {
    background: green;
    color: white;
}

    .mpm-btnYes:hover, .mpm-btnYes:active {
        background: rgba(0,128,0,0.7);
        color: white;
    }

.mpm-btnNo {
    background: red;
    color: white;
}

    .mpm-btnNo:hover, .mpm-btnNo:active {
        background: rgba(255,0,0,0.7);
        color: white;
    }

/* Grey button appearance */
.mpm-regularBtn {
    background-color: #ebebeb;
    font-weight: bold;
}

    .mpm-regularBtn:active,
    .mpm-regularBtn:hover {
        border-color: #888;
        background-color: #bbb;
    }
/* Checkbox */
.mpm-checkbox-lbl {
    font-size: 14px;
    font-weight: 500;
}

/* Fieldset */
.mpm-legend {
    font-size: 1.4em;
    border: 0px;
    margin: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.mpm-fieldset-div {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
}

.mpm-fieldset-bottomSeparator {
    border-bottom: 1px solid #ccc;
}

/* INPUT */
.mpm-formInput {
    width: 100%;
}

/*.k-widget input,
.k-widget > span > input,
.k-widget > input {
    height: inherit !important; /* To style the inputs correctly. It may be avoided after solving compatibility pissues between kendo and bootstrap */
/*}*/

/* Readonly */
.mpm-readonlyInput,
.mpm-readonlyInput:hover,
.mpm-readonlyInput:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #ccc !important;
    color: #777 !important;
    cursor: default;
}

/* VALIDATION MESSAGES */
/* Hide the icon */
.k-icon.k-i-warning {
    display: none;
}
/* Text appearance */
span.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg {
    background-color: transparent;
    color: red;
    border: 0;
}

/* BUTTON */
/* .mpm-button sets a minimum width for the buttons */
button.mpm-button {
    min-width: 80px;
}

/* TEXT */
.mpm-h3 {
    margin: 0;
    padding: 5px 0px;
    text-align: center;
}

/* LAYOUT */
/* Add some padding on top and bottom */
.mpm-verticalPadding {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* Remove padding from elements with .col class */
div[class^="col"].mpm-col-noPadding {
    padding: 0px;
}

/* Tabstrip */
/* Remove TabStrip shadow on focus */
.mpm-tabStrip {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .mpm-tabStrip:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.mpm-tabStrip-container {
    padding: 5px 0px 0px 0px;
}

.mpm-noPaddingContainer {
    padding: 0;
}