﻿body {
    font-family: 'Segoe UI',regular;
    font-size: 14px;
    color: #606a73;
    margin: 0;
    padding: 0;
    font-weight: normal;
    background-color: #f1f1f1;
    overflow-x: hidden;
}

@media (min-width: 720px) {
    body .modal-dialog {
        width: 35%;
        text-align: center;
    }
}

@media (min-width: 220px) {

    body .modal-dialog {
        width: 42%;
        text-align: center;
    }
}


.modal {
    /* new custom width */
    margin-top: 25%;
    /* must be half of the width, minus scrollbar on the left (30px) */
}

body .modal-admin {
}

#header {
    margin-bottom: 1%;
    background-color: #0095d9;
    background-position: 3% center;
    position: initial;
    background-image: url('../Images/logo blue.png');
    background-repeat: no-repeat;
    border: solid 1px #a6c9e2;
}


.documentdownload {
    background: url('../Images/download.png') no-repeat right;
    display: block;
    height: 30px;
    text-indent: -9999px; /* hides the link text */
}

li {
    list-style-type: none;
}



#header,
#main,
#sidebar,
#footer,
#mainLogon {
    display: inline;
    position: relative;
    float: left;
    background-color: #fff;
}

#header,
#footer {
    width: 100%;
    height: 60px;
}

.Astericks {
    color: red;
}


#header {
    margin-bottom: 1%;
    background-color: #0095d9;
    background-position: 3% center;
    position: initial;
    background-image: url('../Images/logo blue.png');
    background-repeat: no-repeat;
    border: solid 1px #a6c9e2;
}

#footer {
    text-align: center;
    vertical-align: sub;
    font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, Sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin-top: 1%;
    line-height: 60px;
    letter-spacing: 0.1em;
}






/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.glyphicon-home {
    font-size: 1.5em;
}

glyphicon glyphicon-off {
    font-size: 2em;
}

navbar-static-side {
    position: fixed;
    top: 65px;
}


a.Remove {
    background: url('../Images/del.png') no-repeat center center;
    display: inline-block;
    height: 30px;
    margin-left: -5px;
    margin-top: -10px;
    width: 30px;
    text-indent: -9999px; /* hides the link text */
    vertical-align: middle;
}

a.Add {
    background: url('../Images/add.png') no-repeat center center;
    display: inline-block;
    height: 30px;
    margin-left: -5px;
    margin-top: -10px;
    width: 30px;
    text-indent: -9999px; /* hides the link text */
    vertical-align: middle;
}



a.changepassword {
    background: url('../Images/settings.png') no-repeat right;
    display: block;
    height: 20px;
    text-indent: -9999px; /* hides the link text */
}

a.Home {
    background: url('../Images/home.png') no-repeat right;
    display: block;
    height: 20px;
    text-indent: -9999px; /* hides the link text */
}

a.backbutton {
    background: url('../Images/back button.png') no-repeat right;
    display: block;
    height: 20px;
    text-indent: -9999px; /* hides the link text */
}








.pagination {
    margin: 0 auto;
    width: 100%;
}

    .pagination ul {
        float: right;
        margin: 0;
        border: 1px solid #ddd;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .pagination li {
        display: inline;
    }

    .pagination a {
        float: left;
        padding: 0 14px;
        line-height: 18px;
        border-right: 1px solid;
        border-right-color: #ddd;
        border-right-color: rgba(0, 0, 0, 0.15);
        *border-right-color: #ddd;
        text-decoration: none;
    }

        .pagination a:hover, .pagination .active a {
            background-color: #c7eefe;
        }

    .pagination .disabled a, .pagination .disabled a:hover {
        background-color: transparent;
        color: #bfbfbf;
    }

    .pagination .next a {
        border: 0;
    }


a.Delete {
    background: url('../Images/delete.png') no-repeat center center;
    display: inline-block;
    height: 19px; /*margin-left: -5px;*/ /*margin-top: -10px;*/
    width: 19px;
    text-indent: -9999px; /* hides the link text */
    vertical-align: middle;
}

a.changepassword {
    background: url('../Images/settings.png') no-repeat right;
    display: block; /*height: 30px;*/
    text-indent: -9999px; /* hides the link text */
}




a.logout {
    background: url('../Images/logoff.png') no-repeat right;
    display: block;
    height: 30px;
    text-indent: -9999px; /* hides the link text */
}


.navbar-default-footer {
    background-color: #48535d;
    border-color: #e7e7e7;
}

.navbar-brand {
    float: left;
    height: 10px;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success {
    border: 1px solid;
    margin: 0px;
    padding: 10px 10px 10px 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position: fixed;
    width: 100%;
    z-index: 1;
    filter: alpha(opacity=90); /* internet explorer */
    -khtml-opacity: 0.9; /* khtml, old safari */
    -moz-opacity: 0.9; /* mozilla, netscape */
    opacity: 0.9; /* fx, safari, opera */
    text-align: center;
    font-weight: bold;
    overflow: visible;
}

.container {
    width: 100%;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.notice {
    color: #9F6000;
    background-color: #FEEFB3;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.error a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}


.display-label {
}




.Headerbar-fixed-top {
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-width: 0 0 1px;
    height: 40px;
}


.header {
    background-image: url('../Images/header.png');
    background-repeat: repeat-x;
    height: 40px;
}



.ajaxLoader {
    outline-style: none;
    outline-color: invert;
    outline-width: 0px;
    width: 24px;
    height: 24px;
    background-image: url('../Images/ajax-loader1.gif');
}


.class-with-width .modal-dialog {
    height: 300px;
    width: 400px;
}

.aqua {
    color: #0095d9;
}
