﻿body {
    background: #ffffff;
    font-size: 13px;
    padding-top: 0px;
}

    body .container.body-content {
        height: 100%;
    }

.loginContainer {
    min-width: 333px;
    border-radius: 15px;
    background: #0b3864;
    display: inline-block;
    margin: 0px auto;
    position: relative;
    padding: 10px;
    margin-top: 100px;
    min-height: 100px;
    margin-bottom: 100px;
}

    .loginContainer .row {
        width: 100%;
        padding: 12px 0px 5px;
        clear: both;
    }

    .loginContainer .left {
        float: left;
        width: 35%;
        margin-left: 15px;
    }

    .loginContainer .right {
        float: left;
        width: 52%;
    }

    .loginContainer .btn {
        width: 100%;
        text-align: right;
    }

    .loginContainer .left label {
        padding-right: 10px;
        text-align: right;
        color: #fff;
    }

    .loginContainer .row input[type='submit'] {
        float: right;
        margin-bottom: 10px;
    }

    .loginContainer .row input[type='text'],.loginContainer .row input[type='password'] {
        width:190px;
    }
p.logo a {
    background: url(http://www.flydubai.com/images/en/spriteSiteHeader.png) center left no-repeat;
    text-indent: -999999px;
    display: block;
    width: 218px;
    height: 45px;
    float: left;
    border-bottom: 1px solid #fff;
}

.loginContainer .error {
    color: red;
    padding: 5px;
    word-wrap: break-word;
    max-width: 100%;
}

.home {
    width: 92%;
    height: 100%;
    /*min-height: 600px;*/
    background-color: #d0deec;
    margin: 0px auto;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
}

    .home .homeContent {
        max-width: 99.5%;
        margin: 0px auto;
        background-color: #FFF;
        border-radius: 15px;
        padding: 10px;
        display: inline-block;
        text-align: center;
    }

.homeContent .header .userdetails {
    color: #808080;
    width: 40%;
    float: right;
    vertical-align: top;
    min-height: 30px;
    text-align: center;
}

.homeContent .header .title {
    width: 40%;
    float: left;
    vertical-align: top;
    min-height: 30px;
}

.homeContent .header {
    display: block;
}

.homeContent .search {
    clear: both;
    width: 100%;
    background-color: #d0deec;
    display: inline-block;
}

    .homeContent .search form {
        display: inline-block;
        width: 100%;
    }

#gridId {
}

    #gridId tr th, #gridId tr td {
        width: 100px;
        height: auto;
        text-align: justify;
        padding: 2px;
        border-collapse: collapse;
        border: 1px solid #808080;
        border-spacing: 0;
    }

        #gridId tr td.full, #gridId tr th.full {
            max-width: 600px !important;
            width: 50%;
            word-break: break-all;
        }

        #gridId tr th a {
            color: #000;
        }

    #gridId tr th {
        background-color: #d0deec;
    }

    #gridId tr:nth-child(even) {
        background-color: #CCC;
    }

    #gridId tr:nth-child(odd) {
        background-color: #FFF;
    }

    #gridId tr .datefld {
        width: 190px;
    }

    #gridId .pagination {
        float: right;
        margin: 10px 0;
    }

.statusIcon, .deleteIcon {
    width: 30px;
    padding: 5px;
    margin: 10px;
}

.statusIcon {
    background: url('/images/statusIcon.png') center center no-repeat;
    background-size: contain;
    padding: 8px;
}

.deleteIcon {
    background: url('/images/deleteIcon.png') center center no-repeat;
    background-size: contain;
    padding: 6px;
}

input {
    vertical-align: middle;
}

#ConfirmationPopup {
}

div.confirmContent {
    width: 400px;
    background-color: #d0deec;
    padding: 10px;
}

    div.confirmContent label.header, div.StatusContent label.header {
        font-weight: bold;
        width: 100%;
        border-bottom: 1px solid;
        margin-bottom: 20px;
    }

    div.confirmContent h3 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    div.confirmContent .btnP {
        margin: 0px auto;
        text-align: right;
        margin-bottom: 10px;
        padding-right: 10px;
    }

        div.confirmContent .btnP input {
            background-image: url(../images/btnPrimary_onBlue.png);
            border: none;
            color: #fff;
            cursor: pointer;
            font-weight: bold;
            height: 30px;
            width: 90px;
            overflow: visible;
            padding: 0px 6px;
            text-decoration: none;
        }

        div.confirmContent .btnP span {
            background-image: url(../images/btnPrimary_onBlue.png);
            margin-left: 10px;
            margin-right: 10px;
        }

    div.confirmContent .messages {
        color: red;
        padding: 5px 0px;
    }

    div.confirmContent .btnP input[disabled="disabled"] {
        color: #808080;
        cursor: pointer;
    }

.footer {
    float: left;
    width: 100%;
}

.footer {
    font-size: 11px;
}

.footerHolder {
    width: 90%;
    margin: 0px auto;
}

.footer .footerolci {
    margin-bottom: 0px;
    padding-left: 0px;
}

.footer .footerp {
    margin: 0 0 0px 0px;
}

.footer ul li {
    display: inline;
}

.footerolci li a {
    color: #333333;
    text-decoration: none;
}

.StatusContent {
    width: 400px;
    background-color: #d0deec;
    padding: 10px;
}

    .StatusContent .bestday {
        margin-top: 15px;
    }

    .StatusContent table tr td {
        padding: 3px 5px;
    }

        .StatusContent table tr td:first-child {
            min-width: 125px;
        }

            .StatusContent table tr td:first-child .colon {
                float: right;
            }

.home.login {
    background-color: #FFF;
    min-height: 500px;
}

    .home.login p.logo a {
        background: url(http://www.flydubai.com/images/en/spriteSiteHeader.png) center left no-repeat;
        /*margin: 0px auto;
        float: none;*/
        width:90%;
    }

.errmessages {
    color: red;
    padding: 5px 0px 2px;
    clear: both;
    position: relative;
    display: block;
    margin-bottom:0px;
}
