﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 320px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.ng-enter, .ng-leave {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
    display: block;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    right: 0;
}

.ng-enter {
    left: 100%;
}

.ng-enter.ng-enter-active {
    left: 0;
}

.ng-leave.ng-leave-active {
    left: -200%;
}

.dl-horizontal dt {
    white-space: normal;
}

#loginForm .checkbox input[type="checkbox"] {
    margin-left: 0;
}

.login-info {
    position: absolute;
    right: 30px;
    top: 5px;
    color: #23527c;
}

.k-menu, .k-grid {
    -ms-border-radius: 0;
    border-radius: 0;
}

.edit-section .k-block {
    padding: 20px;
}

.edit-section dd {
    margin: 0 0 20px 0;
    width: 100%;
}

.edit-section label {
    font-size: small;
    font-weight: normal;
}

.edit-section .k-textbox {
    width: 100%;
}

.edit-section .k-datepicker, .edit-section .k-dropdown, .edit-section .k-numerictextbox {
    max-width: 320px;
    width: 100%;
}

.edit-section .k-info-colored {
    margin: 10px;
    padding: 10px;
}

.view-section .toolbar {
    padding: 15px; float: right;
}

.view-section .k-content {
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.error-details ul {
    list-style: none;
    font-style: italic;
    margin: 15px;
    padding: 0;
}

    .error-details ul li {
        margin: 0;
        line-height: 1.7em;
    }

.error-details label {
    display: inline-block;
    width: 120px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
}

#fieldlist {
    margin: 0;
    padding: 0;
}

    #fieldlist li {
        list-style: none;
        padding-bottom: .7em;
        text-align: left;
    }

    #fieldlist label {
            display: block;
            padding-bottom: .3em;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 12px;
            color: #444;
        }

        #fieldlist li.status {
            text-align: center;
        }

    #fieldlist .confirm {
        padding-top: 1em;
    }

.small-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.date-range-section {
    border: none !important;
    padding: 5px 5px 0px 5px !important; 
}