﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

*, .form-control {
    font-size: 16px;
}

body {
    background-color: rgba(252, 252, 249, 1);
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
}


footer {
    margin-top: 15px;
    border-top: solid 1px rgba(84, 95, 87, 0.5);
    background-color: #fff;
    color: #000;
    padding: 10px 0 10px 0;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

nav {
    border-bottom: solid 10px rgba(0, 126, 193, 1);
    padding: 10px;
    background-color: rgba(0, 126, 193, 0.5);
    color: #000;
}

    nav .glyphicon {
        color: #000;
        text-decoration: none;
        font-size: 1.2em;
    }

.menu .m-box {
    background-color: rgba(84, 95, 87, 1);
    cursor: pointer;
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 3px #fff;
    /*width: 32%;*/
    /*margin: 0.5%;*/
}

    .menu .m-box:hover {
        background-color: rgba(84, 95, 87, 0.5);
    }

    .menu .m-box > a, .menu .m-box a h2, .m-box a {
        font-size: 1.3em;
        text-decoration: none;
        color: #fff;
    }

    .menu .m-box > i {
        font-size: 2em;
        color: #fff;
        margin-top: 25px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .menu .m-box > footer {
        background-color: transparent;
    }

.news > .m-box {
    border: none;
    color: rgba(242, 147, 17, 1);
    font-weight: 400;
    height: auto;
    padding: 20px 15px 10px 0;
}

    .news > .m-box > a {
        font-size: 2.7em;
        color: rgba(242, 147, 17, 1);
        text-decoration: none;
    }

    .news > .m-box > p {
        position: absolute;
        padding: 15px;
        bottom: 0;
        right: 0;
        text-align: right;
    }


#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(226, 232, 135, 0.26);
    background-image: url(../../Images/loader.GIF);
    background-repeat: no-repeat;
    background-position: center center;
}

.table {
    margin-top: 15px;
}

    .table > thead {
        background-color: rgba(84, 95, 87, 0.5);
        color: #fff;
    }

        .table > thead > tr {
            margin: 5px 0;
        }

            .table > thead > tr > th {
                font-weight: 300;
                font-size: 1.5em;
            }


.field-validation-error {
    color: #ff0000;
}


[data-role="load-partial"] {
    cursor: pointer;
}


.glyphicon {
    margin: 0 10px;
}


.buttons {
    margin: 10px 0;
}


[data-role="forms"] h1 {
    font-size: 50px;
}

    [data-role="forms"] h1 > a > img {
        vertical-align: baseline;
        height: 37px;
    }

.pointer {
    cursor: pointer;
}

.padding-10-0-10-0 {
    padding: 10px 0 10px 0;
}

.padding-10-0-0-0 {
    padding: 10px 0 0 0;
}

.padding-0-0-10-0 {
    padding: 0 0 10px 0;
}

.table.jobs > thead > tr > th, .table.jobs > tbody > tr > td {
    vertical-align: top;
    font-size: 1em;
}

    .table.jobs > thead > tr > th:nth-of-type(1) {
        width: 10%;
    }

    .table.jobs > thead > tr > th:nth-of-type(2) {
        width: 5%;
    }

    .table.jobs > thead > tr > th:nth-of-type(3) {
        width: 10%;
    }

    .table.jobs > thead > tr > th:nth-of-type(4) {
        width: 10%;
    }

    .table.jobs > thead > tr > th:nth-of-type(5) {
        width: 50%;
    }

    .table.jobs > thead > tr > th:nth-of-type(6) {
        width: 5%;
    }

    .table.jobs > thead > tr > th:nth-of-type(7) {
        width: 5%;
    }

    .table.jobs > thead > tr > th:nth-of-type(8) {
        width: 5%;
    }


.row.header {
    background-color: #000;
    color: #fff;
    padding-top: 10px;
}

.a_menu {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
}

    .a_menu:hover {
        color: #fff;
        text-transform: none;
    }

.footer {
    margin-top: 15px;
}

#viewer {
    background-color: rgba(84, 95, 87, 1);
    color: #fff;
    font-size: 1.1em;
    padding: 10px;
    margin-bottom: 20px;
}

    #viewer > h3 {
        border-bottom: solid 1px #fff;
        font-size: 2em;
        font-weight: 700;
    }


#pdf h3 {
    border-bottom: solid 1px #fff;
    font-size: 2em;
    font-weight: 700;
}


.navbar-brand > img {
    height: 35px;
}

.form-row {
    padding-bottom: 2px;
    border-bottom: solid thin rgba(0, 126, 193, 0.5);
    margin-bottom: 5px;
}

.box {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden
}

.d-form-control {
    font-size: 16px;
}

.d-input-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.d-form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
