﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.hiddenField {
}*/

/* 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;
}*/

/* styles for validation helpers */
/*.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.text-bold {
    font-weight: bold;
}*/
.label-danger {
    padding-left: 6px;
    color: #fff !important;
}

.label-n {
    font-weight: normal;
    margin: 0;
}

.demo-timetable {
    /*margin-top: 50px;*/
}

    .demo-timetable .table td, .demo-timetable .table th {
        text-align: center;
        padding: 4px;
        vertical-align: top;
    }

    .demo-timetable .bg {
        background: #ddd;
    }

    .demo-timetable .draggable {
        cursor: move;
        color: #fff;
        min-width: 100px;
        line-height: 26px;
        /*margin-bottom: 0px;*/
        /*z-index: 10;*/
        background-color: black;
        /*background-color: #2d87c1;*/
        margin-top: 5px;
    }

    .demo-timetable input {
        text-align: center;
        /*width: 80px;*/
    }

    .demo-timetable .droppable {
        padding: 0;
    }

        .demo-timetable .droppable .draggable {
            margin: 0;
        }

    .demo-timetable .table td.ht {
        background: #ff0;
    }

.demo-div {
    top: -6px;
    width: 16px;
    right: 0px;
    float: right;
    height: 16px;
    position: relative;
    color: red;
}

.demo-div1 {
    height: 18px;
    text-align: right;
    position: static;
}

.shadow {
    -moz-box-shadow: 1px 2px 1px red;
    -webkit-box-shadow: 1px 2px 1px #999;
    box-shadow: 1px 2px 1px #999; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#cccccc');
    border: 1px solid #777;
}

.fullscreen-ibox-mode .animated {
    animation: none;
}

body.fullscreen-ibox-mode {
    overflow-y: hidden;
}

.ibox.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}

    .ibox.fullscreen .collapse-link {
        display: none;
    }

    .ibox.fullscreen .ibox-content {
        min-height: calc(100% - 48px);
    }

body.modal-open {
    padding-right: inherit !important;
}

    body.modal-open .animated {
        animation-fill-mode: initial;
        z-index: inherit;
    }

.vCenter {
    vertical-align: middle !important;
}
.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px;
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4;
    }

        .ibox-tools a.btn-primary {
            color: #fff;
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
    }

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}