/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #0b0680;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #FFF;
}

/*body {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}*/

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    /*height: 100%;*/ /* For at least Firefox */
    /*min-height: 100%;*/
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 20px;
}


/*
 * Header
 */

.masthead {
    margin-bottom: 7px;
    /*position: fixed;*/
}

.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

    .masthead-nav > li + li {
        margin-left: 20px;
    }

    .masthead-nav > li > a {
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
        font-weight: bold;
        color: #515967;
        border-bottom: 2px solid transparent;
    }

        .masthead-nav > li > a:hover,
        .masthead-nav > li > a:focus {
            background-color: transparent;
            border-bottom-color: #a9a9a9;
            border-bottom-color: rgba(255,255,255,.25);
        }

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #515967;
    border-bottom-color: #515967;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }

    .masthead-nav {
        float: right;
    }
}


/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

    .cover .btn-lg {
        padding: 10px 20px;
        font-weight: bold;
    }


/*
 * Footer
 */

.mastfoot {
    color: #999; /* IE8 proofing */
    color: rgba(255,255,255,.5);
    position: fixed;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        /*position: fixed;*/
        top: 0;
    }

    .mastfoot {
        /*position: fixed;*/
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 992px;
    }
}


/*
 * added css by rog 
 */

.setting, button.setting:hover, button.setting:active, button.setting:focus {
    background: none;
    border: none;
    color: #515967;
    font-weight: bold;
    font-size: 16px;
}


.cover-text {
    color: #333;
    text-align: center;
    text-shadow: 0 1px 3px rgba(249, 249, 249, 0.5);
}

.panel {
    border-radius: 0px !important;
}

.panel-heading {
    margin-bottom: -1px;
}

.breadcrumb {
    border: 1px solid #eee;
    border-radius: 0px;
}

    .breadcrumb a {
        color: #515967;
        font-weight: bold;
    }

    .breadcrumb > .active {
        font-weight: normal;
    }

thead th a {
    font-weight: bold;
    text-decoration: none;
}

.masthead-brand {
    font-weight: bold;
    letter-spacing: 3pt;
    text-shadow: 0px 0px 1px #7E7E7E;
}

    .masthead-brand img {
        width: 19px;
        margin-top: -4px;
        margin-right: 5px;
    }

.modal-dialog label {
    color: #515967;
}

.grid-filter.k-grid {
    width: 75%;
}

.grid-filter {
    margin-left: 8px;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 48%;
    left: 48%;
    width: 64px;
    height: 64px;
    z-index: 99999;
    overflow: auto;
    background-image: url('/Images/ajaxLoading.GIF');
}

#divImage {
    background-color: #eee;
    width: 310px;
    height: 300px;
}

    #divImage img {
        margin: 20px;
        width: 245px;
        height: 260px;
    }


#divPersonalInformation dl dt, #divPersonalInformation dl dd {
    line-height: 40px;
}

ul.masthead-nav li a:hover {
    text-shadow: 0px 0px 1px #7E7E7E;
}

button.link {
    border: none;
    background: none;
    color: #081aa8;
    margin-left: -4px;
}

    button.link:hover {
        text-decoration: underline;
    }


.filter-status ul > li {
    list-style: none;
    display: inline-block;
}

    .filter-status ul > li .badge {
        font-size: 10px;
    }

.search-calendar {
    width: 100%;
    margin-left: 15px;
}

h4.name {
    margin: 0px 10px;
    line-height: 30px;
}

.extra-info div {
    padding: 10px 0px;
    text-align: left;
}

.extra-info .bottom-border {
    border-bottom: 1px solid #eee;
}

.required-fields {
    color: #d9534f;
    font-weight: bold;
}

.logo {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #073B94 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #073B94 100%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #073B94 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #073B94));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #073B94 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FFFFFF 0%, #073B94 100%);
    width: 100%;
}

    .logo img {
        margin-left: 30px;
    }

.home-page {
    margin-top: 15%;
}


@media (max-width: 767px) {
    .home-page {
        margin-top: 0;
    }

    .nav {
        text-align: center;
    }

    .logo img {
        height: 120px;
    }
}
