﻿body {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer{
    padding:30px;

}
.centerImg {
    display: block;
    margin: auto;
}
.dx-datagrid-headers {
    color: #ffffff !important;
    background-color: #003666 !important;
}

.dx-treelist-headers {
    color: #ffffff !important;
    background-color: #003666 !important;
}

h1 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    text-align: center;
    margin-bottom: 20px;
}
.border {
    border: 1px solid #d3d3d3;
    margin: 20px 20px 0 20px;
}
 .footer-content {
    border-top: solid;
    border-width: 2px;
    padding-top:10px;
    border-color:ghostwhite;
}
.login-form {
    margin-top: 60px;
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#logo-index img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.navbar .brand {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    background: #f00;
    margin-left: 0px;
    padding: 0px;
}
a.navbar-brand {
    padding: 6px 10px;
}
#logo {
    height: 40px;
}
.dx-datagrid-headers {
    color: #ffffff !important;
    background-color: #003666 !important;
}

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 {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

tr.dx-scheduler-date-table-row {
    background-color: #4FC661;
    /* text-shadow: 0 0 black; */
}

/* 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;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1000px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

